::selection {
    background: #F7AA46;
    color: #FFF;
}
::-moz-selection {
    background: #F7AA46;
    color: #FFF;
}

html {
    scroll-behavior: smooth;
}
body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Great Vibes', 'Open Sans', sans-serif;
    background-color: #FFF;
}
body.open {
    position: fixed;
    overflow-y: scroll;
}
a {
    text-decoration: none;
    color: #F7AA46;
}
h1 {
    font-size: 68px;
    color: #000;
    text-align: center;
    font-weight: 400;
}
h2 {
    font-size: 64px;
    color: #F7AA46;
    font-weight: 400;
}
h3 {
    font-size: 37px;
    color: #F7AA46;
    font-weight: 400;
}
p {
    font-family: 'Open Sans';
    font-weight: 200;
    font-size: 16px;
    color: #ACACAC;
    font-weight: 100;
}
span.open-sans {
    font-family: 'Open Sans';
    font-size: 56px;
    font-weight: 100;
}
span.p {
    font-family: 'Open Sans';
    font-size: 16px;
    font-weight: 200;
    color: #ACACAC;
}
.divider {
    width: 22%;
    height: 1px;
    margin: 106.5px auto 72.5px auto;
    color: #F7AA46;
    background: #F7AA46;
}
.yellow {
    color: #F7AA46;
}

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

header nav {
    height: 70px;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 9999;

    /*background: #000;*/
    background: #FFF;
    opacity: 0.95;
    border-bottom: 1px solid #F2F2F2;
}
header nav img#logo {
    width: 69.5px;
    margin-top: 2px;
    margin-left: 9%;
}

header nav img#mobile-menu-opener, header nav #mobile-menu-wrapper {
    display: none;
}

header nav #nav-links {
    position: absolute;
    top: 0;
    right: 0;
    margin-right: 9%;
    margin-top: 25px;
}
header nav #nav-links a {
    font-family: 'Open Sans';
    font-size: 16px;
    color: #000;
    font-weight: 100;
}
header nav #nav-links a:focus {
    color: #F7AA46;
}
header nav#nav #nav-links a.active:after {
    content: '';
    background: #F7AA46;
    position: absolute;
    left: -1px;
    bottom: -1.425em;
    width: 70px;
    height: 0.2rem;
    border-left: none;
    border-right: 1px solid #F7AA46;
    border-top: 1px solid #F7AA46;
    border-bottom: none;
    border-radius: 10px;
}
header nav #nav-links a.inactive {
    margin-left: 40px;
}
header nav #nav-links a#nav-btn {
    background: #F7AA46;
    color: #FFF;
    border: 1.5px solid #F7AA46;
    padding: 7px 24px;
    margin-left: 40px;
    border-radius: 20px;
    text-align: center;
    transition: 0.3s;
}
header nav #nav-links a#nav-btn:hover {
    background: transparent;
    color: #F7AA46;
}
header nav #nav-links a#nav-btn span {
    margin-left: 12.8px;
}



.main #hero {
    position: relative;
}



#we-as {
    position: relative;
    /*margin-top: 750px;*/
    margin-top: 150px;
  	/*margin-top: 50px; !!! - FÜR SLIDER */
    width: 100%;
}

#we-as #competence {
    margin-left: 10%;
    margin-top: 95.2px;
}
#we-as #competence img#competence-img {
    max-width: 19%;
}
#we-as #we-as-text-left {
    text-align: left;
    margin-left: 475px;
    margin-top: -175px;
    max-width: 35%;
}
#we-as #we-as-text-left h2 {
    display: inline;
}
#we-as #we-as-text-left p {
    max-width: 650px;
    display: block;
    margin-top: 10px;
}

#we-as #flexibility {
    text-align: right;
    margin-top: 94.9px;
    margin-right: 10%;
    float: right;
}
#we-as #flexibility img#flexibility-img {
    max-width: 20%;
}
#we-as #flexibility #we-as-text-right {
    text-align: right;
    margin-right: 310px;
    margin-top: -150px;
}
#we-as #flexibility #we-as-text-right h2 {
    display: inline;
}
#we-as #flexibility #we-as-text-right p {
    display: block;
    margin-top: 10px;
}

#we-as #trust {
    text-align: left;
    margin-top: 300px;
    margin-left: 10%;
}
#we-as #trust img#trust-img {
    max-width: 19%;
}


#what-our-clients-say {
    text-align: center;
}
#what-our-clients-say h3 {
  margin-bottom: 10px;
}
#what-our-clients-say h2, #what-our-clients-say p {
    position: relative;
}
#what-our-clients-say #client-1 {
    float: left;
    margin-left: 321px;

    display: none;
}
#what-our-clients-say #client-2 {
    margin-top: 95px;
}
#what-our-clients-say #client-3 {
    float: right;
    margin-right: 321px;

    display: none;
}
#what-our-clients-say p {
    max-width: 400px;
    margin: 0 auto;
    display: block;
}


#what-our-clients-say a#rate-us button#rate-us-btn {
    margin-top: 93px;
    width: 275px;
    height: 58px;
    border: 1.2px solid #F7AA46;
    outline: none;
    border-radius: 5px;
    background: transparent;
    font-family: 'Great Vibes';
    color: #F7AA46;
    font-size: 28px;
    transition: 0.3s;
    text-align: center;
    justify-content: baseline;
    cursor: pointer;
}
#what-our-clients-say a#rate-us button#rate-us-btn:hover {
    background: #F7AA46;
    color: #FFF;
}



#where-to-find-us #bgimg {
    background-image: url('../images/where-to-find-us-bg-img.jpg');
    min-height: 414.6px;
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
#where-to-find-us #where-to-find-us-text {
    max-width: 560px;
    text-align: center;
    float: right;
    margin-right: 250px;
}
#where-to-find-us #where-to-find-us-text h2 {
    margin-bottom: 10px;
}
#where-to-find-us #where-to-find-us-text p {
    color: #FFF;
}
#where-to-find-us #where-to-find-us-btn, #where-to-find-us-btn-transparent {
    border: 1.5px solid #F7AA46;
    border-radius: 5px;
    cursor: pointer;
    color: #FFF;
    font-family: 'Great Vibes';
    font-size: 28px;
    outline: none;
    height: 62px;
    width: 205px;
    transition: 0.3s;
    margin-top: 30px;
}
#where-to-find-us #where-to-find-us-btn {
    margin-left: 10px;
    background-color: #F7AA46;
}
#where-to-find-us #where-to-find-us-btn:hover {
    background-color: transparent;
}
#where-to-find-us #where-to-find-us-btn-transparent {
    background-color: transparent;
}
#where-to-find-us #where-to-find-us-btn-transparent:hover {
    background-color: #F7AA46;
}

#where-to-find-us #where-to-find-us-opener {
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}
#where-to-find-us #where-to-find-us-opener-slider {
    display: none;
    margin: 20px auto;
    width: 95% !important;
}
#where-to-find-us #where-to-find-us-opener.opener-open #where-to-find-us-opener-slider {
    display: block;
}
#where-to-find-us #where-to-find-us-opener.opener-open #where-to-find-us-opener-slider h3 {
    display: none;
}
#where-to-find-us #where-to-find-us-opener.opener-open {
    opacity: 1;
    visibility: visible;

    background: #fff;
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 90%;
    min-width: 600px;
    height: 80%;
    overflow: auto;
    padding: 50px;
    border-radius: 5px;
    z-index: 9999;
    box-shadow: 0px 0px 148px 1110px rgba(0,0,0,0.12);
}
#where-to-find-us #where-to-find-us-opener-closer {
    width: 30px;
    position: absolute;
    top: 30px;
    right: 30px;
    margin: auto;
    cursor: pointer;
    display: block;
}




#opening-hours {
    text-align: center;
    vertical-align: baseline;
    justify-content: baseline;
}
#opening-hours img#opening-hours-img {
    max-width: 12.5%;
}

#opening-hours img, #opening-hours #opening-hours-text {
    margin-left: 555.2px;
    margin-top: 40px;
}

#opening-hours h2 {
    margin-bottom: 0;   
}
#opening-hours p {
    max-width: 469px;
    margin: 10px auto;
}
  
  
#social-media {
    text-align: center;
    vertical-align: baseline;
    justify-content: baseline;
}
#social-media p img {
    max-width: 9%;
    transition: 1.3s;
}
#social-media p img:hover {
    transform: scale(1.1);
}
#social-media p i {
    font-size: 23px;
    margin-right: 10px;
}
#social-media p a:hover {
    font-weight: 700;
}


#how-much {
    position: relative;
}
#how-much #pay-methods, #how-much #price-list {
    margin-left: 10%;
    float: left;
}
#how-much #how-much-text-left {
    text-align: left;
    margin-left: 450px;
    margin-top: -160px;
    max-width: 35%;
}
#how-much #how-much-text-left h2 {
    display: inline;
}
#how-much #how-much-text-left span.p {
    max-width: 447px;
    display: block;
    margin-top: 10px;
}
#how-much #how-much-text-right {
    text-align: right;
    margin: -175px 400px auto;
    max-width: 65%;
}
#how-much #how-much-text-right h2 {
    display: inline;
}
#how-much #how-much-text-right p {
    /*max-width: 545px;*/
    display: block;
    margin: 10px auto;
    max-width: 100%;
}

#how-much #pay-methods {
    margin-top: 20px;
}
#how-much #pay-methods img#pay-methods-img {
    max-width: 25%;
}

#how-much #coupon-specialoffers {
    text-align: right;
    margin-top: 125px;
    margin-right: 10%;
    float: right;
}
#how-much #coupon-specialoffers img#coupon-specialoffers-img {
    max-width: 20%;
    margin-left: 0 !important;
}

#how-much #price-list {
    margin-top: 125px;
    margin-bottom: 90px
}
#how-much #price-list img#price-list-img {
    max-width: 35%;
}




footer {
    height: 70px;
    width: 100%;
    background: #F7AA46;
    color: #FFF;
    clear: both;
    margin-bottom: 0;
}
footer #footer-text p, .footer footer #footer-links a {
    color: #FFF;
    font-family: 'Open Sans';
    font-size: 15px;
}
footer #footer-text p {
    text-align: right;
    margin-top: -25px;
    margin-right: 194px;
}
footer #footer-links a:nth-child(1) {
    margin-left: 194px;
    margin-right: 65px;
}
footer #footer-links {
    padding-top: 25px;
}
footer #footer-links a {
    color: #FFF;
    transition: 0.3s;
    font-family: 'Open Sans';
}
footer #footer-links a:hover {
    color: #F7AA46;
    background-color: #FFF;
    border-radius: 3px;
}
footer #footer-links a.media {
    margin: 0 0 0 300px;
    padding: 0;
}
footer #footer-links a.media i {
    font-size: 22px;
    margin-right: 12px;
    transition: 1.1s;
}
footer #footer-links a.media:hover i {
    transform: rotate(360deg);
}
footer #footer-links a.media:hover {
    color: #FFF;
    background-color: #F7AA46;
}






}