*{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    background: transparent;  
    background-repeat: no-repeat;
}
@font-face {
    font-family: Parisienne;
    src: url(../fonts/Parisienne/Parisienne-Regular.ttf);
}
@font-face {
    font-family: Montserrat;
    src: url(../fonts/Montserrat/Montserrat-Regular.ttf);
}
html{
    font-size: 18px;
    font-family: 'Montserrat';
    cursor: default;
    letter-spacing: 1px;
    overflow-x: hidden;
    background-color: #FEF9F1;
    color: #8B8B95;
    scroll-behavior: smooth;
    height: 7600px;
    
}
body{
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    width: 100vw;
    position: absolute;
}


#secLanding{
    background-image: url(../img/land/landing.png);
    width: 100vw;
    height: 100vh;
    background-position : center;
    background-size: cover;
    position: relative;
}


nav{
    height: 100px;
    background-color: #E5DBCA;
    position: fixed;
    width: 100%;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 2;
}

#menu{
    display: flex;
    margin-right: 5%;
}
#menu a{
    display: block;
    font-size: 20px;
    font-family: 'Montserrat';
    font-weight: 600;
    margin-left: 20px;
    margin-right: 20px;
    color: #8B8B95;
    text-decoration: none;
}
#logo{
    background-image: url(../img/land/logo.png);
    width: 120px;
    margin-left: 5%;
    height: 120px;
    background-size: contain;
    background-position: left;
}
#landingText{
    position: absolute;
    width: 100%;
    text-align: center;
    top: 40%;
}
h1{
    font-family: 'Parisienne';
    font-weight: 100;
    font-size: 110px;
    color: #E5DBCA;
}
.sub1{
    font-family: 'Montserrat';
    font-weight: 600;
    color: #E5DBCA;
    font-size: 23px;
    margin-top: 10px;
}
.sub{
    font-family: 'Montserrat';
    font-weight: 600;
    color: #E5DBCA;
    font-size: 19px;
    margin-top: 10px;
}
#landingFooter{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#landingFooter #arrowDown{
    width: 40px;
    height: 40px;
    background-image: url(../img/land/arrow-down.png);
    background-position: center;
    position: absolute;
    left: 50%;
    margin-left: -20px;
    background-size: contain;
}

#landingFooter #socialMenu{
    display: flex;
    margin-left: 5%;
}
#landingFooter #socialMenu a{
    display: block;
    width: 40px;
    height: 40px;
    object-fit: contain;
    object-position: center;
    margin-right: 30px;    
}
#landingFooter #socialMenu a img{
    display: block;
    width: 40px;
    height: 40px;
    object-fit: contain;
    object-position: center;
}
#langSelect{
    margin-right: 5%;
}
h2{
    font-size: 60px;
    font-family: 'Parisienne';
    font-weight: 100;
    text-align: center;
    color: #8B8B95;
}
h3{
    text-align: center;
    font-weight: 100;
    font-style: italic;
    padding-top: 7px;
}
.logohead{
    margin: auto;
    display: block;
    width: 125px;
    margin-bottom: -30px;
    padding-left: 20px;
}
.sectionintro{
    text-align: center;
    max-width: 800px;
    margin: auto;
    margin-top: 60px;
    width: 90%;
}
.secPart{
    padding-top: 80px;
    margin-bottom: 20px;
}
footer{
    height: 100px;
    background-color: #E5DBCA;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 5%;
    padding-right: 5%;
    margin-top: 150px;
}
footer div{
    flex: 1;
}
footer div:nth-of-type(2){
    text-align: center;
    max-width: 300px;
}
footer div:nth-of-type(2) a{
    color: #8B8B95;
}
footer div:nth-of-type(3){
    text-align: center;
}
footer div:nth-of-type(3) a{
    color: #8B8B95;
}
footer #socialMenuF{
    display: flex;
    justify-content: flex-end;
}
footer #socialMenuF a{
    display: block;
    width: 35px;
    height: 35px;
    object-fit: contain;
    object-position: center;
    margin-left: 30px;    
}
footer #socialMenuF a img{
    display: block;
    width: 35px;
    height: 35px;
    object-fit: contain;
    object-position: center;
}
#footer-links{
    display: flex;
}
h4{
    font-size: 16px;
}
#contact{
    display: flex;
    justify-content: space-between;
    width: 90%;
    margin: auto;
    margin-top: 80px;
    max-width: 800px;
}
#contact div:nth-of-type(2){
    text-align: right;
}
#contact a{
    text-decoration: none;
    color: #8B8B95;
}
.gallery a img{
    transition: 0.2s;
    border-radius: 1px;
    -webkit-box-shadow: 0px 0px 16px 1px rgba(0,0,0,0.11);
    -moz-box-shadow: 0px 0px 16px 1px rgba(0,0,0,0.11);
    box-shadow: 0px 0px 16px 1px rgba(0,0,0,0.11);
}

.gallery a img:hover{
    transform: scale(1.1);
}
.blockquotel{
    margin: auto;
    max-width: 400px;
    transform: translateX(-150px);
    margin-top: 50px;
}
.blockquoter{
    margin: auto;
    width: 80%;
    max-width: 400px;
    transform: translateX(150px);
    margin-top: 50px;
}
.blockquotem{
    margin: auto;
    width: 80%;
    max-width: 400px;
    margin-top: 50px;
}
blockquote {
    position: relative;
    padding: 20px;
    text-align: center;
    font-style: italic;
    max-width: 400px;
}

blockquote:before {
  position: absolute;
  content: open-quote;
  font-size: 4em;
  margin-left: -3.44em;
    
    bottom: -0.25em;
    color: #CCBFA8;
}
blockquote:after {
  position: absolute;
  content: close-quote;
  font-size: 4em;
    color: #CCBFA8;
  top: -30px;
  right: 0;
}
blockquote p {
  display: block;
    max-width: 400px;
}
#feather-0{
    position: absolute;
    display: block;
    height: 250px;
    left: -100px;;
    margin-top: -170px;
    z-index: -2;
}
#feather-1{
    position: absolute;
    display: block;
    height: 600px;
    right: -160px;;
    margin-top: -390px;
    z-index: -2;
}
#feather-2{
    position: absolute;
    display: block;
    height: 250px;
    left: -100px;;
    margin-top: 200px;
    z-index: -2;
}
#feather-3{
    position: absolute;
    display: block;
    height: 600px;
    right: -160px;;
    margin-top: -150px;
    z-index: -2;
}
#feather-4{
    position: absolute;
    display: block;
    height: 250px;
    left: -100px;
    margin-top: -470px;
    z-index: -2;
}

#feather-5{
    position: absolute;
    display: block;
    height: 600px;
    right: -160px;;
    margin-top: -180px;
    z-index: -2;
}








.mobileOnly{
    display: none;
}






#burger{
    margin-right: 5%;
        height: 45px;
        cursor: pointer;
    object-fit: contain;
    opacity: 0.39;
    object-position: center;
    }

#burger img{
    height: 100%;
    object-fit: contain;
    object-position: center;
    }

#phoneMenu{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: -100%;
    background-color: #FEF9F1;
    z-index: 2;
}
#banner{
    position: absolute;
    text-align: center;
    width: 100%;
    font-weight: 600;
}
#btnClose{
    position: absolute;
    width: 30px;
    top: 25px;
    right: 30px;
    display: block;
    height: 30px;
    background-position: center;
    background-image: url(../img/icons/close.svg);
    background-size: cover;
    cursor: pointer;
    transition: 0.3s;
}

#btnClose:hover{
    transform: scale(1.2);
}

#phoneMenu div{
    font-size: 30px;
    color: #8B8B95;
    width: 100%;
    text-align: center;
    margin-top: 20px;
    cursor: pointer;
}
#phoneMenu div:first-child{
    font-size: 70px;
    font-weight: 600;
    width: 100%;
    text-align: center;
    margin-bottom: 80px;
    cursor: default;
}


#phoneMenu div a{
    transition: 0.3s;
    font-size: 55px;
    text-decoration: none;
    color: #8B8B95;
    margin: auto;
}



#aboutFlex{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 680px;
    margin: auto;
    margin-bottom: 70px;
    margin-top: 40px;
}
#aboutFlex p{
    max-width: 500px;
    margin-right: 20px;
    display: block;
}
#beratungFlex{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 740px;
    margin: auto;
    margin-bottom: 70px;
    margin-top: 40px;
}
#beratungFlex p{
    max-width: 500px;
    margin-right: 20px;
    display: block;
}
#langSelect a{
    text-decoration: none;
    font-size: 24px;
    color: #CCBFA8;
    font-weight: 600;
}
#aboutFlex a{
    display: block;
    max-width: 300px;
    min-width: 200px;
    width: 50%;
    margin-left: 20px;
    transition: 0.2s;
}
#aboutFlex a:hover{
    transform: scale(1.05);
}

#aboutFlex a img{
    width: 100%;
}

#beratungFlex a{
    max-width: 300px;
    min-width: 200px;
    width: 50%;
    transition: 0.2s;
}

#beratungFlex a:hover{
    transform: scale(1.05);
}
#beratungFlex a img{
    width: 100%;
    margin-left: 20px;
}
#link{
    color: #8B8B95;
    text-align: left;
    
}









@media only screen and (max-width: 1000px) {
    
    .mobileOnly{
        display: block;
    }
    #feather-0{
        display: none;
    }
    #feather-1{
        display: none;
    }
    #feather-2{
        display: none;
    }
    #feather-3{
        display: none;
    }
     #feather-4{
        display: none;
    }
     #feather-5{
        display: none;
    }
    #menu{
        display: none;
    }
    #contact{
    display: flex;
        flex-direction: column;
    justify-content: center;
        align-items: center;
    width: 90%;
    margin: auto;
    margin-top: 80px;
    max-width: 800px;
}
    #contact div{
        text-align: center;
        width: 100%;
    }
    #contact div:nth-of-type(2){
    text-align: center;
        margin-top: 50px;
}
    #secAbout{
    padding-top: 100px;
}
     #secBeratung{
    padding-top: 100px;
}


#contact a{
    text-decoration: none;
    color: #8B8B95;
    text-align: center;
}
    .blockquotel{
    margin: auto;
    max-width: 400px;
    transform: translateX(-0px);
    margin-top: 50px;
}
.blockquoter{
    margin: auto;
    width: auto;
    max-width: 400px;
    transform: translateX(0px);
    margin-top: 50px;
}
.blockquotem{
    margin: auto;
     width: auto;
    max-width: 400px;
    margin-top: 50px;
}
blockquote {
    position: relative;
    padding: 20px;
    text-align: center;
    font-style: italic;
    max-width: 400px;
}
    h2{
      font-size: 90px;  
    }
    #secLanding{
    background-image: url(../img/land/landing.png);
    width: 100vw;
    height: 1000px;
    background-position : center;
    background-size: cover;
    position: relative;
}
        #aboutFlex{
            width: 90%;
    flex-direction: column;
        align-items: center;
        text-align: center;
}
    #aboutFlex a{
    margin-top: 50px;
    width: 40%;
    margin-left: 0px;
}
    #aboutFlex p{
    max-width: 90%;
    margin-right: 20px;
        
    display: block;
}
      #beratungFlex{
            width: 90%;
    flex-direction: column;
        align-items: center;
        text-align: center;
}
    #beratungFlex a{
    margin-top: 50px;
    width: 40%;
    margin-left: 0px;
}
    #beratungFlex p{
    max-width: 90%;
    margin-right: 20px;
        
    display: block;
}
    #langSelect{
        display: none;
    }
.sectionintro{
    text-align: center;
    margin: auto;
    margin-top: 60px;
    font-size: 18px;
    width: 90%;
    display: block;
}
    
}



