@font-face {
    font-family: 'montserrat_regular';
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'montserrat_light';
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Crimson Text', serif;
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Crimson-Italic';
    font-weight: normal;
    font-style: normal;
}

/* –––– Ende: Font-Definitionen –––– */

/* –––– Spalten –––– */

html, body {
    margin: 0px;
    width: 100%;
}

.maxWidth {
    width: 100%;
    max-width: 1100px;
    position: relative;
}

.columnWrapper {
    position: relative;
    width: 100%;
    box-sizing: border-box;
}

.fullCol {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    padding: 0px 15px 0px 15px;
}

.halfCol {
    position: relative;
    width: 50%;
    box-sizing: border-box;
    float: left;
    padding: 0px 15px 0px 15px;
}

.thirdCol {
    position: relative;
    width: 33.3%;
    box-sizing: border-box;
    float: left;
}

.thirdCol1, .halfCol1 {
    padding-right: 20px;
}

.thirdCol2 {
    padding-left: 20px;
    padding-right: 20px;
}

.thirdCol3, .halfCol2 {
    padding-left: 20px;
}

.sixtyPercentCol {
    position: relative;
    width: 66.6%;
    box-sizing: border-box;
    float: left;
    padding: 0px 15px 0px 15px;
}

.sixtyPercentCol2 {
    padding-left: 20px;
}

.twoCSS3Colums {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    -ms-column-count: 2;
    -o-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 45px;
    -moz-column-gap: 45px;
    -ms-column-gap: 45px;
    -o-column-gap: 45px;
    column-gap: 45px;
}

.threeCSS3Colums {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    -ms-column-count: 3;
    -o-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 45px;
    -moz-column-gap: 45px;
    -ms-column-gap: 45px;
    -o-column-gap: 45px;
    column-gap: 45px;
}

/* –––– Ende: Spalten –––– */

/* –––– Schrift –––– */

h1 {
    opacity: 0;
    margin-top: -1000px;
    position: absolute;
}

h2 {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    color: #B3974A;
    font-size: 1.6em;
    line-height: 1.2em;
    margin: 25px 0px;
}

h3, .h3 {
    font-family: 'Crimson Text', serif;
    text-align: center;
    font-size: 1.7em;
    color: black;
    font-weight: normal;
    margin: 30px 0px;
}

h4, input, .h4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.3em;
    color: black;
    line-height: 1.4em;
    font-weight: normal;
    margin: 0px;
}

p, textarea {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.9em;
    line-height: 1.5em;
    color: #585858;
    margin: 15px 0px;
}

/* –––– Ende: Schrift –––– */

/* –––– Transition –––– */

.trans1 {
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

.trans2 {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

/* –––– Ende: Transition –––– */

/* –––– Sonstiges –––– */

a {
    text-decoration: none;
}

p a {
    color: #585858;
    text-decoration: underline;
}

.clear {
    clear: both;
}

.jumpAnchor {
    position: relative;
    top: -30px;
}

.middleLineWrapper {
    position: absolute;
    width: 16px;
    left: 50%;
    margin-left: -8px;
    height: 100%;
}

.middleLineWrapper > img {
    width: 100%;
    height: auto;
    display: block;
    margin-top: 5px;
}

.middleLineWrapper > div {
    background-color: #B3974A;
    width: 1px;
    height: 100%;
    position: relative;
    left: 50%;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}

hr {
    border: none;
    border-top: solid 1px black;
}

.onlyMobileBlock {
    display: none;
}

#imprintPart {
    margin-top: 70px;
}

.li::before {
    content: url("Bilder/BP.png");
    display: inline-block;
    left: 0;
    position: absolute;
}

.li {
    display: block;
    padding-left: 15px;
    position: relative;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}

.li + br {
    display: none;
}

.h2Sub {
    margin-top: -20px;
}

/* –––– Ende: Sonstiges –––– */

/* –––– Navigation / Header –––– */

#header {
    width: 460px;
    position: relative;
    left: 50%;
    margin-left: -230px;
}

#barAboveAll {
    background-color: #B3974A;
    width: 140px;
    height: 10px;
    position: relative;
    left: 50%;
    margin-left: -70px;
}

#logo {
    position: relative;
    width: 70%;
    left: 15%;
    margin: 70px 0px 10px 0px;
}

#header > p {
    font-family: 'crimson_text_roman';
    color: black;
    text-align: center;
    margin: 18px 0px 30px 0px;
    font-size: 1em;
}

#mainNav {
    position: relative;
    width: 100%;
}

#mainNav img {
    width: 100%;
    margin-top: 20px;
}

#mainNav > a {
    position: absolute;
    top: 15px;
    height: 20px;
    display: inline-block;
}

#nav1 {
    width: 17%;
    left: 0%;
}

#nav2 {
    width: 15%;
    left: 20%;
}

#nav3 {
    width: 30%;
    left: 38%;
}

#nav4 {
    width: 13%;
    left: 70%;
}

#nav5 {
    width: 15%;
    right: 0%;
}

#mobileNavTrigger {
    background-color: #B3974A;
    width: 100%;
    height: 35px;
    position: fixed;
    top: -45px;
    left: 0px;
    z-index: 93;
    border-bottom: solid 5px white;
    cursor: pointer;
}

.mobileNavTriggerOut {
    top: 0px !important;
}

#mobileNavTrigger h2 {
    width: 100%;
    text-align: center;
    position: absolute;
    color: white;
    left: 0px;
    top: 8px;
    margin: 0px;
}

#mobileNavLayer {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: white;
    z-index: 94;
    display: none;
    opacity: 0;
}

#mobileNavLayer h2 {
    width: 100%;
    text-align: center;
    margin: 15px 0px;
    cursor: pointer;
}

#mobileNavLayer a:first-of-type h2 {
    margin-top: 50px;
}

/* –––– Ende: Navigation / Header –––– */

/* –––– Formulare –––– */

input, textarea {
    width: 100%;
    border: solid 1px #B3974A;
    margin-bottom:20px;
    box-sizing: border-box;
    padding: 5px 0px 5px 10px;
    color: black;
}

input {
    height: 40px;
}

textarea {
    padding-top: 10px;
    resize: vertical;
    color: black;
}

::-webkit-input-placeholder {
    color: black;
    opacity: 1;
}

:-moz-placeholder {
    color: black;
    opacity: 1;
}

::-moz-placeholder {
    color: black;
    opacity: 1;
}

:-ms-input-placeholder {
    color: black;
    opacity: 1;
}

[type=submit] {
    padding: 2px 0px 0px 0px;
    cursor: pointer;
}

.checkbox {
    padding-bottom: 30px;
}

.checkbox input {
    display: none;
}

.checkbox label::before {
    content: "";
    display: inline-block;
    width: 35px;
    height: 35px;
    background-image: url('Bilder/checkbox.svg');
    margin: 0 10px 0 0;
    cursor: pointer;
}

.checkbox input:checked + label::before {
    background-image: url('Bilder/checkboxSel.svg');
}

.checkbox p {
    display: inline;
}

/* –––– Ende: Formulare –––– */

/* –––– Startvideo –––– */

#video, #videofallback {
    width: 100%;
    margin: 50px 0px 70px 0px;
}

#video video {
    position: absolute;
    width: 100%;
    height: auto;
}

/* –––– Ende: Startvideo –––– */

/* –––– Beratung –––– */

#entryText p {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto;
}

#guidancePart {
    margin-top: 20px;
}

#guidancePart .halfCol1 {
    padding-right: 50px;
}

#guidancePart .halfCol2 {
    padding-left: 60px;
}

#guidancePart .halfCol1 h3 {
    margin-left: -25px;
}

#guidancePart .halfCol2 h3 {
    margin-right: 10px;
}

#guidancePart .middleLineWrapper {
    margin-top: 15px;
}

#guidancePart p {
    padding-bottom: 50px;
}

#guidancePart p strong {
    font-weight: bold;
    color: #00c0f3;
}

#imgAfterGuidancePart {
    position: relative;
    width: 90%;
    left: 3.5%;
    height: auto;
    margin: 60px 0px 0px 0px;
}

#imgAfterGuidancePart + .middleLineWrapper {
    position: relative;
    margin-top: 30px;
    height: 120px;
}

/* –––– Ende: Beratung –––– */

/* –––– Themen –––– */

#topicsPart h2 {
    margin-top: 0px;
}

.threeTopicsCW {
    margin-bottom: 50px;
    overflow: hidden;
}

.twoTopicsCenterer {
    left: 16.6%;
    position: relative;
}

.singleTopic {
    width: 33.3%;
    box-sizing: border-box;
    float: left;
}

.threeTopicsCW .singleTopic1 {
    padding: 0px 30px 0px 0px;
}

.threeTopicsCW .singleTopic2 {
    padding: 0px 30px 0px 30px;
}

.threeTopicsCW .singleTopic0 {
    padding: 0px 0px 0px 30px;
}

.twoTopicsCW .singleTopic2 {
    padding: 0px 0px 0px 30px;
}

.threeTopicsCWLine1, .threeTopicsCWLine2 {
    position: absolute;
    top: 0px;
    width: 1px;
    background-color: #b3974a;
    height: 100%;
}

.threeTopicsCWLine1 {
    left: 33.3%;
}

.threeTopicsCWLine2 {
    left: 66.6%;
}

.singleTopic h3 {
    font-size: 3em;
    margin-bottom: 0px;
    margin-top: 0px;
}

.singleTopic h3 + p {
    margin-top: 5px;
    margin-bottom: 0px;
    -moz-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto; 
}

/* .singleTopic h3 + p::first-line */
.singleTopic h3 + p span {
    color: #00c0f3;
    font-weight: bold;
}

.topicsDivider {
    position: absolute;
    top: 0px;
    width: 1px;
    height: 100%;
    background-color: #B3974A;
}

#topicsDivider1 {
    left: 33.3%;
}

#topicsDivider2 {
    left: 66.6%;
}

#allTopics {
    margin-top: 50px;
    padding-left: 15px;
    padding-right: 15px;
}

.topicsMobile {
    display: none;
}

/* –––– Ende: Themen –––– */

/* –––– Klientenstimmen –––– */

#customerVoicesPart {
    padding-top: 80px;
    margin-top: 80px;
    padding-bottom: 100px;
}

#customerVoicesPart .middleLineWrapper {
    top: 0px;
}

.singleCustomerVoice {
    position: relative;
    width: 70%;
    left: 15%;
}

.singleCustomerVoice + .singleCustomerVoice {
    margin-top: -55px;
}

.singleCustomerVoice > div {
    position: relative;
    width: 50%;
    box-sizing: border-box;
}

.quote {
    font-family: 'Crimson-Italic';
    font-size: 1.4em;
    line-height: 1.3em;
}

.quote + p {
    font-weight: bold;
    color: black;
}

.quote + p span {
    color: #00C0F3;
}

/* –––– Ende: Klientenstimmen –––– */

/* –––– Profil –––– */

#profilePart {
    background-color: #eceded;
    margin: 30px 0px;
    position: relative;
    overflow: hidden;
}

#profileImg {
    position: absolute;
    right: 0px;
    top: 0px;
    width: auto;
    height: 100%;
}

#profileImgMobile {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    box-sizing: border-box;
    border: solid 1px black;
}

#profilePart .maxWidth {
    padding: 50px 0px 80px 0px;
}

#textSMColWrapper {
    position: relative;
    width: 100%;
    margin-top: 25px;
    border-top: solid 1px #b3974a;
    padding-top: 15px;
}

.SMIcon {
    width: 35px;
    height: auto;
}

#textSMColWrapper .SMIcon {
    position: absolute;
    left: 130px;
    top: 25px;
}

#profileScrollerWrapper {
    width: 100%;
    padding-bottom: 62%;
    position: relative;
    height: 0px;
    overflow: hidden;
}

#profileScroller {
    width: 105%;
    height: 100%;
    position: absolute;
    overflow-y: scroll;
    overflow-x: hidden;
}

#profileScroller p {
    width: 95%;
}

#scrollerArrow {
    width: 30px;
    height: auto;
    position: relative;
    left: 50%;
    margin-left: -15px;
    margin-top: 20px;
    top: 0px;
    cursor: pointer;
}

#profileScrollerWrapperWrapper:hover #scrollerArrow {
    top: 10px;
}

#middleLineWrapperAfterProfile {
    position: relative;
    height: 140px;
}

#textSMColWrapper strong {
    color: black;
}

/* –––– Ende: Profil –––– */

/* –––– Kontakt –––– */

#afterContactHeadline {
    padding: 0px 15px 0px 15px;
}

#afterContactHeadline .sixtyPercentCol2 {
    padding-right: 0px;
}

#contactPart .thirdCol1 p + p, #contactPart .thirdCol1 h4 + p {
    margin-bottom: 5px;
}

#inputEMail {
    width: 50%;
    margin-top: 20px;
}

#inputSubmit {
    width: 50%;
    background-color: transparent;
}

#inputMsg {
    margin-top: 0px;
    height: 165px;
}

#contactPart form > p {
    display: inline-block;
    margin-left: 30px;
    margin-top: 0px;
}

/* –––– Ende: Kontakt –––– */

/* –––– Footer –––– */

#footer {
    margin-top: 50px;
}

#footer h4 {
    float: left;
    margin-top: 10px;
}

#footer .SMIcon {
    float: right;
    margin: 10px 0px 25px 0px;
}

/* –––– Ende: Footer –––– */

/* –––– Nachricht –––– */

#message {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: rgba(255,255,255,0.85);
    z-index: 95;
    opacity: 0;
    display: none;
}

#message > div {
    position: relative;
    width: 30%;
    left: 35%;
    top: 40%;
    background-color: #B3974A;
    padding: 20px;
    box-sizing: border-box;
    overflow: hidden;
}

#message p {
    margin-top: 0px;
    color: white;
}

#message hr {
    border: none;
    border-top: solid 1px white;
    margin: 20px 0px 20px 0px;
}

#message p:last-of-type {
    cursor: pointer;
    margin-bottom: 0px;
}

/* –––– Ende: Nachricht –––– */

/* ––––––––––––––––––– Media-Queries –––––––––––––––––––– */

@media screen and (min-width: 1100px) {

.maxWidth {
    left: 50%;
    margin-left: -550px;
}

}

@media screen and (max-width: 1200px) {

.maxWidth {
    left: 5%;
    margin-left: 0px;
    width: 90%;
}

#profileImg {
    right: -100px;
}

}

@media screen and (max-width: 1100px) {

.threeCSS3Colums, .twoCSS3Colums {
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    -ms-column-gap: 40px;
    -o-column-gap: 40px;
    column-gap: 40px;
}

#topicsPart .thirdCol1 {
    padding-right: 20px;
}

#topicsPart .thirdCol2 {
    padding-left: 30px;
    padding-right: 20px;
}

#topicsPart .thirdCol3 {
    padding-left: 30px;
}

#profilePart .maxWidth {
    padding: 30px 0px 70px;
}

#message > div {
    width: 50%;
    left: 25%;
}

.h4 {
    font-size: 1.4em;
}

#guidancePart .halfCol2 h3 {
    margin-right: 20px;
}

}

@media screen and (max-width: 1100px) {

#profileImg {
    right: -150px;
}

}

@media screen and (max-width: 900px) {

.maxWidth {
    left: 7%;
    width: 88%;
}

.topicsMobile {
    display: block;
}

.topicsDesktop, #mainNav, .middleLineWrapper, .mobileNone, #profileImg, #scrollerArrow {
    display: none;
}

#header {
    width: 90%;
    left: 5%;
    margin-left: 0px;
}

#logo {
    margin: 30px 0px 0px;
}

#header > p {
    margin: 0;
    position: relative;
    left: 8%;
    width: 84%;
    font-size: 0.9em;
}

#video, #videofallback {
    margin: 25px 0px 35px;
}

p, textarea {
    font-size: 0.8em;
}

h2 {
    font-size: 1em;
}

.threeCSS3Colums, .twoCSS3Colums {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    -ms-column-count: 1;
    -o-column-count: 1;
    column-count: 1;
}

.fullCol, .halfCol, .thirdCol, .thirdCol1, .halfCol1, .thirdCol2, .thirdCol3, .halfCol2, .sixtyPercentCol, .sixtyPercentCol2, #guidancePart .halfCol1, #guidancePart .halfCol2 {
    padding: 0px;
}

.halfCol, .thirdCol, .sixtyPercentCol {
    width: 100%;
    float: none;
}

.onlyMobileBlock {
    display: block;
}

#guidancePart .halfCol1 h3 {
    margin-left: 0px;
}

#guidancePart .halfCol2 h3 {
    margin-right: 10px;
}

#guidancePart p {
    padding-bottom: 0px;
}

h3 {
    font-size: 1.1em;
    margin: 25px 0px 0px;
}

#guidancePart, #allTopics {
    margin-top: 25px;
}

#imgAfterGuidancePart {
    width: 100%;
    left: 0%;
    margin: 20px 0px 50px;
}

.singleTopic h3 {
    font-size: 2em;
    margin-top: 15px;
}

#topicsPart .fullCol > h2 {
    margin-bottom: 10px;
}

#topicsPart .fullCol > p {
    margin-bottom: 10px;
    margin-top: 0px;
}

#customerVoicesPart {
    padding-top: 0px;
    margin-top: 40px;
    padding-bottom: 10px;
}

.singleCustomerVoice {
    left: 0%;
    width: 100%;
}

.singleCustomerVoice > div {
    width: 100%;
    float: none !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.singleCustomerVoice + .singleCustomerVoice {
    margin-top: 25px;
}

.quote {
    font-size: 1.2em;
    line-height: 1.3em;
    margin-bottom: 10px;
}

.quote + p {
    margin-top: 10px;
}

#textSMColWrapper > div:first-of-type {
    border-right: none;
    float: none;
    padding-right: 0px;
    width: 100%;
}

#textSMColWrapper > div:nth-of-type(2) {
    float: none;
    padding-left: 0px;
    width: 100%;
    margin-top: 25px;
}

#profilePart .maxWidth {
    padding: 10px 0px 40px;
}

h4, input {
    font-size: 1.1em;
}

.h4 {
    font-size: 1.3em;
}

#inputEMail, #inputSubmit {
    width: 100%;
}

#contactPart form > p {
    margin-left: 0px;
}

#message > div {
    left: 7%;
    width: 86%;
    top: 25%;
}

#footer {
    margin-top: 30px;
}

#footer .SMIcon {
    margin-bottom: 20px;
}

#imprintPart {
    margin-top: 40px;
}

#barAboveAll {
    width: 120px;
    height: 7px;
    margin-left: -60px;
}

#textSMColWrapper .SMIcon {
    left: 110px;
}

#profileScrollerWrapper {
    height: auto;
    overflow: visible;
    padding-bottom: 0%;
}

#profileScroller {
    height: auto;
    overflow-y: visible;
    position: relative;
    width: 100%;
}

.threeTopicsCW {
    margin-bottom: 0;
}

.twoTopicsCenterer {
    left: 0%;
}

.singleTopic {
    width: 100%;
    float: none;
}

.threeTopicsCW .singleTopic1, .threeTopicsCW .singleTopic2, .threeTopicsCW .singleTopic0, .twoTopicsCW .singleTopic2 {
    padding: 0px;
}

.threeTopicsCWLine1, .threeTopicsCWLine2 {
    display: none;
}

#allTopics {
    padding-left: 0px;
    padding-right: 0px;
}

#afterContactHeadline {
    padding: 0px;
}

#header hr {
    margin: 15px 0;
}

.jumpAnchor {
    top: -40px;
}

#footer h4 {
    width: 70%;
}

}