﻿body
{
    color: #392b4a;
}
h1, h2, h3, h4
{
    font-family: 'Nunito', sans-serif;
}
#logo
{
    padding: 25px 0;
    max-height: 125px;
}
#header
{
    background: #392b4a;
    position: fixed;
    width: 100%;
    top: 0;
    -webkit-box-shadow: 0px 5px 25px -5px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 5px 25px -5px rgba(0,0,0,0.75);
    box-shadow: 0px 5px 25px -5px rgba(0,0,0,0.75);
    z-index: 500;
}
#header > .inner, 
#main > .inner, 
#footer > .inner
{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}
#header #navigation
{
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translate(0, -50% + 5px);
}
#header #navigation > li
{
    display: inline;
    margin-right: 75px;
}
#header #navigation.members > li
{
    margin-right: 25px;
}
#header #navigation > li:last-child
{
    margin-right: 0;
}
.options
{
    list-style-type: none;
}
#header #navigation > li a,
.options > li a
{
    display: inline-block;
    background-color: #8166c6 !important;
    background: linear-gradient(270deg, #1e0c50 0, #9404b4 0, #8166c6 100%) !important;
    color: #fff !important;
    border-radius: 50px !important;
    font-size: 14px;
    min-width: 88px;
    line-height: 36px;
    padding: 0 25px;
    overflow: visible;
    font-weight: lighter;
    text-decoration: none;
}
#header #navigation > li a i.material-icons
{
    position: relative;
    top: 5px;
    padding-right: 10px;
    font-size: 20px;
}
#header #sprachwechsel
{
    position: absolute;
    top: 10px;
    right: 15px;
}
#header #sprachwechsel > li
{
    display: inline-block;
    border-right: 1px solid #fff;
    padding: 0;
    margin: 0;
    line-height: 11px;
}
#header #sprachwechsel > li a
{
    color: #fff !important;
    font-size: 11px;
    line-height: 11px;
    padding: 0px 10px;
    overflow: visible;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
}
#header #sprachwechsel > li:last-child
{
    border-right: none;
    margin-right: 0;
}
#header #sprachwechsel > li:last-child a
{
    padding-right: 0;
}
.options > li a
{
    min-width: 240px;
    max-width: 100%;
    font-size: 20px;
    position: relative;
    padding: 5px 25px 5px 60px;
    text-align: left;
}
.options li a i.material-icons
{
    font-size: 19px;
    font-weight: 100;
    position: absolute;
    left: 25px;
    top: 13px;
}
#footer
{
    border-top: 3px solid #392b4a;
    color: #fff;
    padding: 2.5rem 0 1.5rem 0;
    background: rgba(57, 43, 74, .75);
}
#footer .copyright
{
    font-size: 14px;
}
#footer ul
{
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: right;
}
#footer ul > li
{
    display: inline-block;
}
#footer ul > li a
{
    color: #fff;
    text-transform: uppercase;
    margin-right: 25px;
    font-weight: bold;
    font-size: 14px;
}
#footer ul > li:last-child a
{
    margin-right: 0px;
}
#footer ul > li i.material-icons
{
    font-size: 16px;
    position: relative;
    top: 3px;
    padding-right: 5px;
}

/* Home */
.home .buttons ul, 
.home .buttons ul > li
{
	list-style-type: none;
}
.home .card > img
{
	width: 90%;
	max-width: 275px;
	-webkit-filter: drop-shadow(5px 5px 5px #222);
	filter: drop-shadow(5px 5px 5px #222);
	transform: rotate(10deg);
	position: relative;
    top: 20px;
}

/* Registrierungsformular */
.registerForm h3.title
{
    font-size: 3.25rem;
    line-height: 3.25rem;
    padding-top: 25px;
}
.registerForm h3 span.subtitle
{
    font-size: 2rem;
    line-height: 2rem;
    font-weight: lighter;
}
.registerForm .facebook-and-buttons
{
    text-align: right;
    padding-top: 50px;
}
.registerForm .inputfield.regular, 
.registerForm .inputfield.dropdown
{
    width: 90%;
}
.registerForm .inputfield.dropdown
{
    -webkit-appearance: none;
}
.registerForm .inputfield.plz
{
    width: 10%;
}
.registerForm .inputfield.ort
{
    width: 71%;
}
.registerForm .citySelect
{
    display: table;
}
.registerForm .citySelect li
{
    list-style-type: none;
    display: table-row;
}
.registerForm .citySelect li > input, 
.registerForm .citySelect li > label
{
    display: table-cell;
    padding-bottom: 15px;
}
.registerForm .citySelect li > label
{
    padding-left: 10px;
}
.registerForm .citySelect li > label > span
{
    font-size: 1.25rem;
}
.registerForm .inputfield.expM
{
    width: 50%;
    margin-right: 5%;
}
.registerForm .inputfield.ort
{
    width: 50%;
    margin-left: 5%;
}
.registerForm .valSummary > div
{
    margin: 0 0 25px 0;
    padding: 5px 20px 1px 20px;
    color: #fff;
    background-color: rgba(129, 102, 198, 1);
    border-radius: 5px;
}
.registerForm .valSummary h3.vsummary
{
    font-size: 2.75rem;
    line-height: 3.25rem;
    padding-top: 0;
    margin-top: 0;
}
.registerForm .valSummary h3 span
{
    font-size: 2rem;
    line-height: 2rem;
    font-weight: lighter;
}
.registerForm .citySelect li label span.aboOldPrice
{
    text-decoration: line-through;
    font-weight: normal;
    margin-left: 0;
}
.registerForm .citySelect li label span.aboNewPrice
{
    font-weight: bold;
    margin-left: 0;
    color: #9404b4;
}
.registerForm .zusammenfassung span:first-child
{
    font-weight: bold;
}
.registerForm .box.price
{
    font-family: Arial;
}
.registerForm .box.price.right
{
    margin-top: 3px;
    background: rgba(255,255,255,.65);
    display: block;
    width: 85%;
    padding: 5px;
    border-radius: 5px;
    text-align: right;
}
.registerForm .accept-agb input, 
.registerForm .accept-agb label,
.registerForm .accept-agb a
{
    display: inline-block !important;
}

/* Payment Method Choice - V1 */
.registerForm .paymentMethodSelect input
{
    float: left;
}
.registerForm .paymentMethodSelect label 
{
    padding-left: 15px;
}
.registerForm .paymentMethodSelect table
{
    width: 85%;
}

/* Payment Method Choice - V2 */
.registerForm .paymentMethodSelectV2
{
    display: table;
}
.registerForm .paymentMethodSelectV2 li
{
    list-style-type: none;
    display: table-row;
}
.registerForm .paymentMethodSelectV2 li > input, 
.registerForm .paymentMethodSelectV2 li > label
{
    display: table-cell;
    padding-bottom: 15px;
}
.registerForm .paymentMethodSelectV2 li > label
{
    padding-left: 10px;
}
.registerForm .paymentMethodSelectV2 li > label > span
{
    font-size: 1.25rem;
}


.registerForm a.back
{
    margin-right: 25px;
    font-size: 1.4rem;
}
.registerForm input.weiter
{
    background-color: #8166c6 !important;
    background: linear-gradient(270deg, #1e0c50 0, #9404b4 0, #8166c6 100%) !important;
    color: #fff !important;
    border-radius: 50px !important;
    font-size: 14px;
    font-weight: normal;
}
.registerForm input.weiter:hover
{
    color: #fff;
}

.registerForm .ccpayment-basic-information
{
    margin: 15px 0 45px 0;
    border-top: 1px solid #01161e;
    text-shadow: 1px 0px 0px #00131b;
    text-align: center;
    padding: 15px 0 0 0;
}
.registerForm .ccpayment-basic-information p
{
    display: inline-block;
    position: relative;
    top: 2px;
    left: 40px;
    margin: 0;
    padding: 0;
}


/* Apply-Page */
.apply-info-box
{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: nowrap;
	padding-top: 3.5rem;
	padding-bottom: 4.5rem;
	margin: 0 10px;
}
.apply-info-box > div
{
	padding-left: 75px;
	box-sizing: border-box;
	width: 50%;
}
.apply-info-box > div:first-child
{
	padding-left: 0px;
	padding-right: 75px;
}
.apply-info-box > div img.card 
{
	padding: 0;
	width: 100%;
	max-width: 275px;
	-webkit-filter: drop-shadow(5px 5px 5px #222);
	filter: drop-shadow(5px 5px 5px #222);
}
.apply-info-box .fbox
{
	display: flex;
	flex-direction: row-reverse;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: nowrap;
}
.apply-info-box .fbox > div:first-child
{
	flex-grow: 1000;
}
.apply-info-box .fbox .card
{
	width: 240px;
	padding-right: 45px;
}



/* Farben */
.cgray
{
    background-color: #ebeff0;
}


/* Responsive */
@media screen and (max-width: 1200px) {
    #header > .inner
    {
        padding-left: 25px;
        padding-right: 25px;
    }
    #header #sprachwechsel
    {
        right: 30px;
    }
    #header #navigation
    {
        right: 25px;
    }
    #header #navigation > li
    {
        margin-right: 25px;
    }
}
@media screen and (max-width: 890px) {
    #footer .column
    {
        width: 100%;
        margin: 0 !important;
    }
    #footer .copyright
    {
        display: block;
        width: 100%;
        text-align: center;
    }
    #footer ul
    {
        text-align: center;
    }
}
@media screen and (max-width: 625px) {
    #header > .inner
    {
        margin-top: 35px;
    }
    #header #sprachwechsel
    {
        top: -20px;
    }
    #header #navigation
    {
        right: 25px;
        margin-bottom: 0;
        top: 50%;
        transform: translateY(-50%);
    }
    #header #navigation > li
    {
        display: block;
        margin-right: 0;
    }
    #header #navigation > li > a
    {
        font-size: 12px;
        display: block;
    }
    #header #navigation > li > a > i.material-icons
    {
        font-size: 15px;
        top: 3px;
    }
}
@media screen and (max-width: 450px) {
    #header #sprachwechsel
    {
        right: inital;
        left: 0px;
        width: 100%;
        text-align: center;
    }
    #logo
    {
        margin: 0 auto;
        display: block;
    }
    #header #navigation
    {
        display: none;
    }
	#main
	{
		padding-top: 190px !important;
	}
	#main > .inner
	{
		padding: 0 20px;
		box-sizing: border-box;
	}
	#main h1
	{
		font-size: 2.5rem;
		font-weight: bold;
		line-height: 1.3;
		margin-bottom: .5rem;
	}
	#main ul
	{
		margin-left: 0;
		padding-left: 0;
	}
	#main ul > li
	{
		list-style: disc outside;
	}
	
	.apply-info-box
	{
		flex-direction: column;
	}
	.apply-info-box > div, 
	.apply-info-box > div:first-child
	{
		width: 100%;
		padding: 0 0 35px 0;
		margin: 0;
	}
	.apply-info-box .fbox
	{
		flex-direction: column-reverse;
	}
	.apply-info-box .fbox > div
	{
		text-align: center;
		width: 100%;
	}
	.apply-info-box .fbox h5
	{
		font-weight: bold;
	}
	.apply-info-box .fbox .card
	{
		max-width: 200px;
		margin: 0 0 25px 0;
		padding: 0;
	}
	
	/* Home */
	.home .card 
	{
		text-align: center;
	}
	.home .card > img
	{
		max-width: 275px;
		padding-bottom: 45px;
	}
	.home .buttons
	{
		padding-bottom: 25px;
	}
	.home .buttons ul, 
	.home .buttons ul > li
	{
		list-style-type: none !important;
	}
	
	/* Registration */
	.registerForm .inputfield.regular,
	.registerForm .inputfield.dropdown
	{
		width: 100%;
	}
	.registerForm .inputfield.ort
	{
		width: 72%;
	}
	
	/* Registration: Footer */
	.registerForm .ccpayment-basic-information p
	{
		display: block;
		position: initial;
		top: auto;
		left: auto;
		padding-top: 10px;
	}
}