
/***************  Global  *******************/

.section-head {
    color: #468295;
    font-size: 36px;
}

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

    h1 {
        font-size: 24px;
    }

    h3 {
        font-size: 20px;
    }
   p {
       font-size: 14px;
   }
   ul {
       padding: 0;
   }
}

@media screen and (min-width: 321px) and (max-width: 767px) {

    h1 {
        font-size: 24px;
    }

    h3 {
        font-size: 20px;
    }
   p {
       font-size: 14px;
   }
   ul {
       padding: 0;
   }

}

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

}

@media screen and (min-width: 769px) and (max-width: 1024px) {

}



/***************  Parallax  *****************/

#heading-parallax {
    position: relative;
}

#heading-parallax .down-arrow a {
    color: #777;
}

.down-arrow {
    color: #fff;
    font-size: 30px;
    position: absolute;
    bottom: 0px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.floating-arrow {
    -webkit-animation-name: floating-arrow;
    animation-name: floating-arrow;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

.down-arrow i {
    color: #777777;
    text-decoration: none;
}


/* Animation */

.floating-arrow {
    margin-bottom: 10px;
    -webkit-animation-name: floating-arrow;
    animation-name: floating-arrow;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }

@-webkit-keyframes floating-arrow {
    from {
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0); }
    65% {
        -webkit-transform: translate(-50%, 15px);
        transform: translate(-50%, 15px); }
    to {
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0); } }

@keyframes floating-arrow {
    from {
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0); }
    65% {
        -webkit-transform: translate(-50%, 15px);
        transform: translate(-50%, 15px); }
    to {
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0); } }




#wellness {
    width: 100%;
    height: 100vh;
    perspective: 1px;
    transform: translateZ(-1px);
    overflow-x: hidden;
    overflow-y: auto;
    background: url(../images/salon.jpg) no-repeat  center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#salon {
    width: 100%;
    height: 60vh;
    perspective: 1px;
    transform: translateZ(-1px);
    overflow-x: hidden;
    overflow-y: auto;
    background: url(../images/spa6.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.overlay {
    z-index: 1;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(35, 35, 35, 0.1);
}

#wellness h1,
#salon h1 {
    text-align: right;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-size: 50px;
    color: #315b68;
    display: inline-block;
    transform: translateZ(-2px);
    margin: 300px 0 0 0;
    padding: 0 60px 0 30px;
    background-color: rgba(255,255,255,0.12);
    right: 0;
    position: absolute;
}

#wellness h4 {
    text-align: right;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-size: 30px;
    color: #315b68;
    display: inline-block;
    transform: translateZ(-2px);
    margin: 420px 0 0 0;
    padding: 0 60px 0 30px;
    background-color: rgba(255,255,255,0.12);
    right: 0;
    position: absolute;
}

.welcome {
    width: 70%;
    padding: 50px 0 50px 0;
    margin: 0px auto;
    text-align: center;
    color: #777;
}


.welcome p {
    margin-bottom: 0px;
}

.petrol {
    color: #468295;
}
.heading {
    margin: 0 0 10px 0;
    font-size: 24px;
}

.sub-heading {
    font-size: 20px;
}

@media screen and (max-width: 321px) {
    #wellness h1,
    #salon h1 {
        font-size: 22px;
        font-weight: bold;
        text-align: center;
        transform: translateZ(-2px);
        margin: 200px 0 0 0;
        position: relative;
        display: block;
        padding: 0;
    }
    #wellness h4 {
        font-size: 15px;
        font-weight: bold;
        text-align: center;
        transform: translateZ(-2px);
        margin: 12px 0 0 0;
        position: relative;
        display: block;
        padding: 0;
    }
    #wellness {
        background-attachment: scroll;
    }

    #salon {
        background-attachment: scroll;
    }
}

@media screen and (min-width: 321px) and (max-width: 767px) {
    #wellness h1,
    #salon h1 {
        font-size: 24px;
        text-align: center;
        transform: translateZ(-2px);
        margin: 200px 0 0 0;
        position: relative;
        display: block;
        padding: 0;
    }
    #wellness h4 {
        font-size: 18px;
        text-align: center;
        transform: translateZ(-2px);
        margin: 10px 0 0 0;
        position: relative;
        display: block;
        padding: 0;
    }
    #wellness {
        height: 60vh;
        background-attachment: scroll;
    }

    #salon {
        background-attachment: scroll;
    }

}

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

}

@media screen and (min-width: 769px) and (max-width: 1024px) {

}

/**************** Team / Leistungen  ********************/

.feature-left {
    float: left;
    width: 100%;
    margin-bottom: -20px;
    position: relative;
}

.feature-left .icon {
    float: left;
    text-align: center;
    width: 15%;
}

/*
.feature-left .icon i {
    display: table-cell;
    vertical-align: middle;
    font-size: 20px;
    color:  ;
}
*/

.feature-left .feature-copy {
    float: right;
    width: 80%;
}



.img-team .img-service {
    position: relative;
    box-shadow: 5px 10px 18px #888888;
}

@media screen and (min-width: 1025px) {
    .feature-copy p {
        margin-bottom: 33px;
    }
}

@media screen and (max-width: 321px) {
    h3 {
        font-size: 20px;
    }

    .team-name {
        margin: 0;
    }

    #nb-our-price, #nb-our-service, #nb-section-style, #nb-our-contact {
        padding: 1em 0;
    }

    .service-item {
        margin: 20px 10px 0px 0px;
    }

    .team-item {
        margin: 20px 10px 0px 0px;
    }

    #nb-section-style {
        padding: 1em 0;
        clear: both;
    }

    .row-pb-md {
        padding-bottom: 1em !important;
    }
}

@media screen and (min-width: 321px) and (max-width: 767px) {
    h3 {
        font-size: 20px;
    }

    .team-name {
        margin: 0;
    }

    .service-item {
        margin: 40px 10px 0px 0px;
    }

    .team-item {
        margin: 40px 10px 0px 0px;
    }

    #nb-section-style {
        padding: 1em 0;
        clear: both;
    }

    .row-pb-md {
        padding-bottom: 1em !important;
    }
}

@media screen and (min-width: 481px) and (max-width: 768px) {

    .team-item {
        margin: 40px 10px 0px 0px;
    }
    #nb-section-style {
        clear: both;
    }
    .service-item {
        margin: 40px 10px 0px 0px;
    }
}



@media screen and (min-width: 769px) and (max-width: 1024px) {

    #nb-section-style {
        padding: 1em 0;
        clear: both;
    }

    .team-name {
        margin: 0;
    }

    .team-item {
        margin: 30px 0 0 0;
    }
}

@media screen and (min-width: 1024px) {
    .team-item {
        margin-top: 90px;
    }
}

/********************  Pricelist  ************************/

/* Flexible Slide-to-top Accordion Style*/
.wrapper{
    width:90%;
    max-width:800px;
    margin:30px auto;
}

#pricelist {
    padding: 7em 0;
}
.price-accordion{
    width:100%;
    min-width:270px;
    margin: 0 auto;
}
.price-accordion ul li{
    height: 100px;
    border-bottom: 1px solid #c7deef;
    border-top:1px solid #fff;
    overflow: hidden;
}
.price-accordion ul li:first-child{
    border-top:none;
}
.price-accordion ul li > a{
    text-shadow: 1px 1px 1px #fff;
    font-size: 22px;
    display: block;
    position: relative;
    line-height: 100px;
    outline:none;
    text-decoration: none;
    -webkit-transition:  color 0.2s ease-in-out;
    -moz-transition:  color 0.2s ease-in-out;
    -o-transition:  color 0.2s ease-in-out;
    -ms-transition:  color 0.2s ease-in-out;
    transition:  color 0.2s ease-in-out;
}
.price-accordion ul li > a span{
    background: transparent url(../images/down.png) no-repeat center center;
    text-indent:-9000px;
    width: 26px;
    height: 14px;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -7px;
    opacity:1;
    -webkit-transition:  all 0.2s ease-in-out;
    -moz-transition:  all 0.2s ease-in-out;
    -o-transition:  all 0.2s ease-in-out;
    -ms-transition:  all 0.2s ease-in-out;
    transition:  all 0.2s ease-in-out;
}



.price-accordion ul li > a:hover {
    color: #468295;
    text-decoration: none;
}
.price-accordion ul li > a:hover span{
    opacity:1;
    right: 10px;
}
.price-accordion ul li.st-open > a{
    color: #468295;
}
.price-accordion ul li.st-open > a span{
    -webkit-transform:rotate(180deg);
    -moz-transform:rotate(180deg);
    transform:rotate(180deg);
    right:10px;
    opacity:1;
}



.lesson-info {
    margin: 100px 20px 20px 20px;

}

.price-text {
    margin-bottom: 0;
}

.st-content {
    padding-bottom: 10px;
}



@media screen and (max-width: 321px) {
    .price-accordion ul li > a {
        font-size: 14px;
    }
    #nb-section-style .heading .subtle-text {
        font-size: 40px;
    }

    #nb-section-style .heading .subtle-text {
        left: 30px;
    }
    .price-text {
        font-size: 12px;
    }

}

@media screen and (min-width: 321px) and (max-width: 767px) {
    .price-accordion ul li > a {
        font-size: 16px;
    }
    #nb-section-style .heading .subtle-text {
        font-size: 50px;
    }

    #nb-section-style .heading .subtle-text {
        left: 20px;
    }
    .price-text {
        font-size: 14px;
    }

}

@media screen and (min-width: 450px) and (max-width: 768px) {

    #nb-section-style .heading .subtle-text {
        font-size: 80px;
    }

}

@media screen and (min-width: 769px) and (max-width: 1024px) {

    #nb-section-style .heading .subtle-text {
        font-size: 90px;
    }
}

/*******************  Contact  *********************/


.logo-large {
    width: 100%;
    max-width: 300px;
    height: auto;
}

.contact-sadlo {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 10px;
}


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

    .contact-name {
        margin: 20px 10px 0px 30px;
    }

    .contact-open {
        margin: -80px 0px 0px 10px;
    }
}

@media screen and (min-width: 321px) and (max-width: 767px) {

    .contact-name {
        margin: 20px 10px 0px 30px;
    }

    .contact-open {
        margin: -80px 0px 0px 10px;
    }

}

    @media screen and (min-width: 450px) and (max-width: 768px) {

        .contact-logo {
            margin: 0 0 20px 0;
        }

        .contact-name {
            margin: 20px 10px 0px 30px;
        }

        .contact-open {
            margin: -80px 0px 0px 10px;
        }
    }


@media screen and (min-width: 1024px) {
    .contact-logo {
        margin: 0 20px 0 0;
    }
    .contact-name {
        margin: 80px 0 0px 0;
    }
    .contact-open {
        margin: 50px 0 0 -40px;
    }
}

/********************  Impressumg / Datenschutz  *********************/



#impressum {
    display: none;
}

#impressum h3 {
    color: #468295;
}


.border-impressum {
    border-top: 3px solid #468295;
    clear: both;
    margin-top: 40px !important;
    padding: 40px 0 0 0;
}


.nb-copyright {
    border-top: 3px solid #468295;
    clear: both;
    padding: 80px 0 0 0;
}
.nb-copyright span {
    display: block;
}
@media screen and (max-width: 480px) {
    .nb-copyright {
        text-align: left !important;
    }
    .nb-copyright span {
        display: inline;
    }
}

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

}

@media screen and (min-width: 321px) and (max-width: 767px) {


}

@media screen and (min-width: 450px) and (max-width: 768px) {

}

@media screen and (min-width: 769px) and (max-width: 1024px) {

}







/******************  Navigation  **************/

.logo {
    width: 100%;
    max-width: 90px;
    height: auto;
}

.navbar-brand {
    margin: 0 0 10px;
    padding: 0;
}

@media screen and (max-width: 321px) {
    .logo {
        width: 100%;
        max-width: 70px;
        height: auto;
    }
    .navbar-brand {
        padding: 0;
        margin: 5px 0 0 -40px;
    }
}


@media screen and (min-width: 321px) and (max-width: 1024px) {
    .logo {
        width: 100%;
        max-width: 70px;
        height: auto;
    }
     .navbar-brand {
         padding: 0;
         margin: 5px 0 0 -40px;
     }
}


#nb-header {
    position: absolute;
    z-index: 99;
    width: 100%;
    opacity: 1;
    top: 0;
}
#nb-header .navbar {
    padding-bottom: 0;
    margin-bottom: 0;
}
#nb-header #navbar .navbar-right {
    margin-right: 0;
    text-align: center;
    padding: 0;
}
#nb-header #navbar li a {
    color: rgba(0, 0, 0, 0.6);
    color: #777;
    position: relative;
    font-size: 16px;
    font-weight: 400;
}
@media screen and (max-width: 992px) {
    #nb-header #navbar li a {
        padding-left: 10px !important;
        padding-right: 10px !important;
        font-size: 16px;
    }
}
#nb-header #navbar li a span {
    position: relative;
    display: block;
    padding-bottom: 2px;
}


#nb-header #navbar li a:hover {
    color: #FF69B4;
}
#nb-header #navbar li a:hover span:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
}
#nb-header #navbar li.active a {
    background: transparent;
    background: none;
    color: #FF69B4;
}
@media screen and (max-width: 480px) {
    #nb-header #navbar li.active a {
        color: #FF69B4;
    }
}
#nb-header #navbar li.active a span:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    background-color: #FF69B4;
}
@media screen and (max-width: 480px) {
    #nb-header #navbar li.active a span:before {
        background-color: transparent;
    }
}
@media screen and (max-width: 992px) {
    #nb-header #navbar li.active a {
        background: transparent;
        background: none;
    }
}
@media screen and (max-width: 992px) and (max-width: 480px) {
    #nb-header #navbar li.active a {
        color: #FF69B4;
    }
}
@media screen and (max-width: 992px) {
    #nb-header #navbar li.active a span {
        display: inline-block;
        color: #FF69B4;
    }
    #nb-header #navbar li.active a span:before {
        bottom: 0;
        height: 0;
        background: transparent;
    }
}
#nb-header #navbar li.call-to-action {
    margin-left: 5px;
}
#nb-header #navbar li.call-to-action a {
    padding: 5px 10px 3px 10px;
    margin: 12px 0 0 0px;
    color: #fff;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
}
#nb-header #navbar li.call-to-action a:hover {
    background-color: #FF69B4;
    color: #fff;
}
#nb-header #navbar li.call-to-action a span:before {
    background-color: transparent;
}



#nb-header .navbar-brand {
    float: left;
    display: block;
    font-weight: bold;
    padding-left: 0;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #000;
}

#nb-header.navbar-fixed-top {
    position: fixed !important;
    background: #fff;
    -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
    margin-top: 0px;
    top: 0;
}
#nb-header.navbar-fixed-top #navbar li a {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
#nb-header.navbar-fixed-top #navbar li a:hover {
    color: #FF69B4;
}
@media screen and (max-width: 992px) {
    #nb-header.navbar-fixed-top #navbar li a {
        font-size: 16px;
    }
}
#nb-header.navbar-fixed-top #navbar li.active a {
    color: #FF69B4 !important;
}
@media screen and (max-width: 768px) {
    #nb-header.navbar-fixed-top #navbar li.active a {
        color: #FF69B4 !important;
    }
}
#nb-header.navbar-fixed-top #navbar li.active a span:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    background-color: #FF69B4;
}
@media screen and (max-width: 768px) {
    #nb-header.navbar-fixed-top #navbar li.active a span:before {
        background-color: transparent;
    }
}
#nb-header.navbar-fixed-top #navbar li.call-to-action a {
    border: 2px solid #FF69B4;
    padding: 5px 10px 3px 10px;
    margin: 12px 0 0 0px;
    color: #fff;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
}
#nb-header.navbar-fixed-top #navbar li.call-to-action a:hover {
    background-color: #FF69B4;
    color: #fff !important;
}
#nb-header.navbar-fixed-top #navbar li.call-to-action a span:before {
    background-color: transparent;
}


#nb-header .navbar-default {
    border: transparent;
    background: #f8f8f8;
    margin: 0;
    padding: 0px 70px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
}

/*
@media screen and (max-width: 768px) {
    #nb-header .navbar-default {
        margin-top: 0px;
        padding-right: 0px;
        padding-left: 0px;
    }
}*/

@media screen and (min-width: 481px) and (max-width: 768px) {
    .nb-nav-toggle {
        display: none;
    }
}

@media screen and (min-width: 1024px) {
    #nb-header .navbar-default {

        padding: 10px 70px;
    }
}
