body {
    background-color: #FDFDFB;
    color: #444444;
    font-size: 13px;
}

.bold {
    font-weight: bold;
}

.wrapper {
  width: 100%;
    max-width: 1021px;
    margin: 0 auto;
}

.dark.background {
    background-color: #F9F8F2;
}

#header {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-top: 10px;
    margin-bottom: 18px;
}


#main-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: -16px;
    font-family: Verdana, Arial, sans-serif;
    font-size: 13px;
}


.vertical.divider {
    width: 1px;
    height: 56px;
    margin: 0 15px;
    background-color: #E9E7D8;
}

.language.selection {
    position: absolute;
    top: 0;
    right: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 115px;
    color: #777777;
}

.divider {
    height: 1px;
    margin: 0;
    padding: 0;
    border: 0;
    background-color: #CAC5A2;
}

/* Home */
.apps {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
}

.app.container {
    width: 320px;
    padding: 19px;
    background-color: #E9E7D8;
}

.app.container .header {
    margin-top: 21px;
    padding-bottom: 20px;
    border-bottom: solid thin #CAC5A2;
    text-align: center;
    color: #514E2F;
    font-size: 22px;
}

.app.container .content p {
    margin: 10px 0;
}

.accordion {
}

.accordion .title {
    margin: 9px 0;
    line-height: 22px;
    color: #555555;
    font-size: 15px;
    cursor: pointer;
}

.accordion .title i {
    margin-right: 10px;
    color: #A69E66;
    font-size: 16px;
}

.accordion .content {
    display: none;
    margin-left: 24px;
}

.kontakt.action {
    margin-top: 36px;
    padding-top: 38px;
    padding-bottom: 33px;
    background-color: #E9E7D8;
    color: #545454;
    font-size: 20px;
}

.kontakt.action p {
    text-align: center;
}

.actions {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 613px;
    margin: 0 auto;
    margin-top: 29px;
    font-size: 25px;
    font-weight: normal;
}

.page-header {
    font-size: 28px;
    text-transform: uppercase;
}

.form-header {
    margin-bottom: 32px;
    font-size: 23px;
}

#loginform {
    margin: 0 auto;
    padding: 65px 65px;
}


.fields {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
}

.fields > .field {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
}

.fields > .field:not(:last-child) {
    margin-right: 15px;
}

.fields label:not(:first-child) {
    width: 50px;
}

/* Kontakt-Formular */
.contact-form input,
.contact-form textarea,
.contact-form select {
    vertical-align: middle;
    min-height: 24px;
    margin: 5px 0;
    border: solid thin #CCCCCC;
    background: #FCFBF8;
}

/* Registrations-Formular */
.register-form .field > label {
    max-width: 225px;
    font-size: 15px;
}

.register-form .field > input,
.register-form .field select {
    height: 26px;
}

.register-form .form-header {
    margin-bottom: 14px;
    font-size: 15px;
    font-weight: bold;
}

.anonym-hinweis {
    font-size: 11px;
    font-style: italic;
}



.page-title {
    margin-bottom: 15px;
}

h1.page-title {
    font-size: 22px;
}

h2.page-title {
    font-size: 18px;
    font-weight: bold;
}

.info-text {
    font-size: 15px;
}

.password-lost {
    margin-left: 200px;
    font-style: italic;
}

.segment {
    margin: 15px 0;
}

.clearing::after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.register-info {
    margin-top: 56px;
    margin-left: 200px;
}

.preisrechner.accordion .inline.field label {
    font-size: 13px;
}

.preisrechner.accordion input[type="text"] {
    width: 112px;
}

.preisrechner.accordion .button {
    float: right;
    width: 112px;
    margin: 0;
}

.preisrechner.accordion .preis {
    margin-top: 20px;
}

.kostenrechner-hinweise {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 20px;
}

.banner 
{
	height:110px;
	width:100%;
	margin-top:40px;
    background: -webkit-linear-gradient(top, #5A6BA3, #04387D);
    background: linear-gradient(to bottom, #5A6BA3, #04387D);
    color: #ffffff;
}

.bannertext {
    padding-left:110px;
	padding-top:20px;	
	width:95%;
	font-size:20px;
}

.buttontext {
    padding-left:430px;
	padding-top:60px;	
	width:95%;
	font-size:20px;
}

/* Desktop only */
@media only screen and (min-width: 1024px) {
    .background {
        padding: 50px 50px;
    }

    .anonym-hinweis {
        margin-left: 225px;
    }
}






/* Smartphone */
@media only screen and (max-width: 1023px) {
    .background {
        padding: 15px 15px;
    }
    .wrapper {
        width: 90%;
    }

    #logo {
        margin: 0 auto;
    }
    
    #main-menu {
        display: none;
    }
    
    .menu a {
      padding: 20px;
    }

    .language.selection {
        top: auto;
        bottom: -53px;
        right: 0;
    }

    .app.container {
        width: 300px;
    }

    .app.container + .app.container {
        margin-top: 22px;
    }

    .app.container img {
        display: none;
    }

    .kontakt.action {
        padding-left: 10px;
        padding-right: 10px;
    }

    .actions {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        width: 100%;
        font-size: 20px;
    }

    .action + .action {
        margin-top: 10px;
    }

    #footer {
      flex-direction: column;
      align-items: flex-start;
      padding-top: 5px;
    }
    
    #footer .horizontal.list {
      width: 100%;
    }

    #loginform {
        position: relative;
        width: 100%;
        padding: 15px;
    }

    .form-header {
        font-size: 19px;
    }

    .password-lost {
        top: 180px;
        right: 15px;
        margin-left: 0;
        font-size: 12px;
    }

    .register-info {
        margin-left: 0;
        font-size: 12px;
    }

    #loginform .login-button {
        padding: 10px 0;
    }
	
	.banner 
	{
		height:145px;
	}
	
	.bannertext {
		font-size:12px;
	}
	.buttontext {
		padding-left:110px;
		padding-top:90px;	
		font-size:12px;
	}
}
