.blue {
   background-color: #0178bc;
}

.text-white {
    color: #fff!important;
}

.flex-center {
    display: flex; align-items: center
}

.pt-0 {
    padding-top: 0!important;
}

.m-0 {
    margin: 0!important;
}

.mb-0 {
    margin-bottom: 0!important;
}

.top-bar {
    background-color: black;
    position: relative;
}

.top-bar a {
    color: white;
}

.top-bar a:nth-child(1) {
    position: absolute;
    left: 0;
}

.top-bar a:nth-child(2) {
    position: absolute;
    right: 0;
}

ol, ul {
	list-style: none;
}

header {
    margin: 0;
    padding: 0;
    position: fixed;
    width: 100%;
    z-index: 10;
    box-shadow: rgba(0,0,0,0.5) 3px 3px 10px;
    background-color: white;
}

header nav {
    /* background-image: repeating-linear-gradient(135deg, #161616, #161616 4px, #121212 4px, #121212 8px); */
    background-color: white;
    text-align: center;
    padding: 0;
    position: relative;
}

header nav ul {
    margin: 0;
    padding-inline-start: 30px;
}

header nav ul li.nav-link {
    display: inline-block;
    /* color: #202F5E; */
    color: black;
    font-weight: bold;
    font-size: 16px;
    padding: 38px 30px;
    text-transform: uppercase;
}

header nav ul li.nav-link:hover {
    box-shadow: inset 0 -3px 0 black;
    cursor: pointer;
}

header nav ul li:hover:nth-child(4) {
    box-shadow: inset 0 0 0 black;
}


header nav ul li:nth-child(4) {
    padding: 0 60px;
}

header nav ul li img {
    height: 40px;
}


.navicons {
    position: absolute;
    z-index: 20;
    margin-top: 50px;
    left: 50%;
    transform: translateX(-50%);
}

.rafting-icon {
    z-index: 20;
    margin-top: -10px;
    right: 0;
    position: fixed;
    right: 20px;
    top: 30px;
    height: 60px;
}

.navicon:nth-child(1) {
    left: 750px;
}

.navicon:nth-child(2) {
    right: 750px;
}

.burger {
    position: absolute;
    z-index: 10;
    top: 35px;
    left: 50px;
    color: #333;
    cursor: pointer;
}

.burger img {
    height: 35px;
}

.language {
    position: absolute;
    z-index: 10;
    top: 0px;
    line-height: 100px;
    /* color: white; */
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
}

header .language {
    height: 100%;
}

aside .language a {
    color: #000000;
}
  
.language:hover .c-card {
    display: block;
}

.icon-flag {
    display: inline-block;
    width: 18px;
    height: 100%;
    margin-right: 9px;
    vertical-align: top;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%;
}

.icon-flag-list {
    height: 18px;
    margin-top: 1px;
}

aside .icon-flag-list {
    height: 40px;
    margin-top: initial;
}

aside .icon-flag {
    width: 40px;
    margin-right: 15px;
}

.icon-flag--de {
    background-image: url(https://outdo.at/ill/flags/germany.png);
}

.icon-flag--dk {
    background-image: url(https://outdo.at/ill/flags/denmark.png);
}

.icon-flag--gb {
    background-image: url(https://outdo.at/ill/flags/united-kingdom.png);
}

.icon-flag--de--round {
    background-image: url(https://outdo.at/ill/flags/germany--round.png);
}

.icon-flag--dk--round {
    background-image: url(https://outdo.at/ill/flags/denmark--round.png);
}

.icon-flag--gb--round {
    background-image: url(https://outdo.at/ill/flags/united-kingdom--round.png);
}

.c-card {
    display: inline-block;
    vertical-align: top;
    position: relative;
    box-sizing: border-box;
    white-space: nowrap;
    border: 1px solid rgba(37,40,43,.1);
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(37,40,43,.1);
    background-color: #fff;
    background-clip: padding-box;
    transition: .1s;
}

.c-card {
    width: 200px;
    display: none;
    z-index: 3;
    position: absolute;
    line-height: 1.5;
    text-align: left;
}

.c-card ul {
  padding-inline-start: 0px;
}

.c-card li {
    color: #a0aab4;
    font-size: 14px;
    list-style: none;
}

.c-card li:hover {
    background-color: #f1f1f1;
    color: #333;
}

.c-card li.selected{
    color: #333;
}

.c-card li.selected .icon-flag--gb:after {
    position: absolute;
    right: 10px;
    top: 10px;
    content: "\f00c";
    font-family: FontAwesome;
    color: #2fcc71;
}
.c-card li.selected .icon-flag--dk:after {
    position: absolute;
    right: 10px;
    top: 51px;
    content: "\f00c";
    font-family: FontAwesome;
    color: #2fcc71;
}

.c-card li.selected .icon-flag--de:after {
    position: absolute;
    right: 10px;
    top: 92px;
    content: "\f00c";
    font-family: FontAwesome;
    color: #2fcc71;
}

.c-card li a {
    display: block;
    padding: 10px;
}

.c-card.c-card--arrow-se:before, .c-card.c-card--arrow-sw:before {
    border-top-color: rgba(37,40,43,.2);
    filter: drop-shadow(0 1px 2px rgba(37,40,43,.2));
}

.c-card.c-card--arrow:before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 30%;
    margin-left: -8px;
    border: 8px solid transparent;
    border-bottom-color: #fff;
    transition: .1s;
}


header nav ul .language li:hover {
    box-shadow: none;
}

.book {
    position: absolute;
    top: 0;
    right: 0;    
    z-index: 10;
    color: #fff;
    height: 100%;
    width: 200px;
    cursor: pointer;
    font-size: 16px;
    text-transform: uppercase;
}

.book-btn {
    background-color: #0178bc;
    padding: 15px 30px 15px 30px;
    border-radius: 50px;
    line-height: 100px;
    font-weight: bold;
}

.mobile-book-btn {
    background-color: #0178bc;
    padding: 15px 30px 15px 30px;
    border-radius: 50px;
    color: white; 
    position: fixed; 
    right: 10px; 
    bottom: 30px; 
    z-index: 99999; 
    display: block;
    line-height: 30px;
    font-weight: bold;
    box-shadow: rgba(0,0,0,0.5) 3px 3px 10px;
}

/* ----- SIDEBAR TOGGLE ----- */
aside {
    position: fixed;
    z-index: 5;
    top: 0;
    left: -50vw;
    height: 100%;
    width: 50vw;
    background-color: white;
}

aside nav ul {
    margin-top: 80px;
    padding-inline-start: 50px;
}

aside nav ul li {
    padding: 10px 0;
}

aside nav ul li a {
    font-size: 25px;
    font-weight: bold;
}

aside nav ul li .language a {
    color: #333;
}

header .fas {
    display: none;
}

#corona {
    background-color: white;
}

#corona .flex {
    display: flex;
    align-items: center;
}

#corona .flex-item-left {
    flex:2;
    padding-right: 20px;
}

#corona .flex-item-right {
    flex:3
}

#corona h5 {
    font-weight: bold;
}

#corona i {
    min-width: 60px;
}

#corona .subheader {
    font-size: 1.8rem;
}

#corona .p {
    font-size: 14px;
}

#corona a {
    font-size: 1rem!important;
}

i.show {
    display: block;
}

aside.show {
    left: 0;
}

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

    header nav ul li.nav-link {
        padding: 25px 15px;
    }

    header nav ul li:nth-child(4) {
        padding: 0 20px;
    }

    .book-btn {
        line-height: 75px;
    }
    
    .language {
        line-height: 75px;
    }

    .rafting-icon {
        top: 22px;
        height: 50px;
    }

}

@media (max-width: 1199px) {
    .burger {
        left: 20px;
        top: 28px;
    }

    header .language {
        display: none;
    }

    .language {
        top: 20px;
    }

    .rafting-icon {
        top: 25px
    }
}

@media (max-width: 800px) {
    .book {
        display: none;
    }

    .navicons {
        display: none;
    }

    .rafting-icon {
        display: none;
    }

    aside nav ul {
        margin-top: 50px;
    }

    header nav ul li img {
        height: 30px;
    }



    header nav ul li:nth-child(4) {
        padding: 10px 0;
    }

    .burger {
        top: 10px;
        left: 12px;
    }

    .burger img {
        height: 25px;
    }


}

.text-center {
    text-align: center;
}

/* ----- HERO ----- */

#hero {
    color: white;
}

.hero h2 {
    font-size: 2rem;
    color: white;
    margin: 0;
    text-align: center;
    font-size: 30px;
}

@media (max-width: 600px) {
    .hero p {
        padding-bottom: 50px;
    }
}

#hero h2 {
    font-size: 3rem;
    color: white;
    font-weight: bold;
    text-align: center;
}

#hero p {
    max-width: 600px;
    color: #fff;
    font-size: 20px;
}

#hero li a {
    font-size: 1rem;
}


#hero .btn_green {
    margin-right: 20px;
}

#hero .first-icon {
    position: absolute;
    left: 50px;
    height: 20vh;
}

#hero .second-icon {
    position: absolute;
    right: 50px;
    height: 20vh;
}

#hero .icons img {
    height: 20vh;
}

@media (max-width: 1000px) {
    #hero .first-icon {
        left: 20px;
        bottom: 150px;
        height: 20vh;
    }

    #hero .second-icon {
        right: 20px;
        bottom: 150px;
        height: 20vh;
    }

}

@media (max-width: 600px) {
    #hero .first-icon,
    #hero .second-icon {
        bottom: 100px;
        height: 15vh;
    }

    #hero .icons img{
        height: 25vh;
    }
}

ul svg {
    transform: rotate(180deg);
    margin-bottom: 80px;
    position: absolute;
    bottom: 0;

}

@media (max-width: 767px) {
    #hero ul svg {
        margin-bottom: 50px;
    }

}

@media (min-width: 1200px) {
    #hero .section {
        max-width: 1400px;
        padding: 200px 50px 250px 50px;
    }

    .p-top {
        padding-top: 300px;
    }
}

@media (min-width: 600px) and (max-width: 1200px) {
    #hero .section {
        padding: 200px 50px 250px 50px;
    }

    .p-top {
        padding-top: 200px;
    }
}

@media (max-width: 600px) {
    #hero .section {
        padding: 100px 20px 150px 20px;
    }

    .p-top {
        padding-top: 120px;
    }

    #hero .big-logo {
        display: none;
        background-color: black;
    }

    #hero h1 {
        font-size: 2rem;
        color: white;
    }

    #hero h2 {
        font-size: 2rem;
        color: white;
    }

    #hero .btn_green {
        margin-right: 10px;
    }

    #hero ul svg {
        margin-bottom: 50px;
    }

    #hero .w3-third .second-icon {
        display: none;
    }

    #hero .icons .ski, #hero .icons .snowboard  {
        display: none;
    }

    #hero li a {
        font-size: 0.8rem;
    }
}

/* ----- COOKIE CONSENT ----- */
#cookieConsent {
    background-color: rgba(20,20,20,0.8);
    min-height: 26px;
    font-size: 14px;
    color: #ccc;
    line-height: 26px;
    padding: 8px 0 8px 30px;
    font-family: "Trebuchet MS",Helvetica,sans-serif;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
}
#cookieConsent a {
    color: #4B8EE7;
    text-decoration: none;
}

#cookieConsent a.cookieConsentOK {
    background-color: #FFF;
    color: #000;
    display: inline-block;
    border-radius: 5px;
    padding: 0 20px;
    cursor: pointer;
    margin: 0 60px 0 10px;
}
#cookieConsent a.cookieConsentOK:focus {
    display: none;
}

header nav ul .language li:hover {
    box-shadow: none;
}

.book {
    position: absolute;
    top: 0;
    right: 0;    
    z-index: 10;
    color: #fff;
    height: 100%;
    width: 200px;
    cursor: pointer;
    font-size: 16px;
    text-transform: uppercase;
}

.btn-primary, .book-btn {
    background-color: #0178bc;
    padding: 15px 30px 15px 30px;
    border-radius: 50px;
    line-height: 100px;
    font-weight: bold;
    color: white
}

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

    header nav ul li.nav-link {
        padding: 25px 15px;
    }

    header nav ul li:nth-child(4) {
        padding: 0 20px;
    }

    .book-btn {
        line-height: 75px;
    }
    
    .language {
        line-height: 75px;
    }

}

@media (max-width: 1199px) {

    header nav ul li:nth-child(1),
    header nav ul li:nth-child(2),
    header nav ul li:nth-child(3),
    header nav ul li:nth-child(5),
    header nav ul li:nth-child(6),
    header nav ul li:nth-child(7),
    header nav ul li.book {
        display: none;
    }

    header nav ul li:nth-child(4) {
        padding: 25px 60px;
    }

    header nav ul {
        padding-inline-start: 0px;
    }

    aside nav ul {
        padding-inline-start: 20px;
    }

    aside nav ul li a {
        font-size: 16px;
        font-weight: bold;
        text-transform: uppercase;
    }

    .burger {
        left: 20px;
        top: 28px;
    }

    header .language {
        display: none;
    }

    .language {
        top: 20px;
    }

    .mobile-book-btn {
        background-color: #0178bc;
        padding: 15px 30px 15px 30px;
        border-radius: 50px;
        color: white; 
        position: fixed; 
        right: 10px; 
        bottom: 30px; 
        z-index: 99999; 
        display: block;
        line-height: 30px;
        font-weight: bold;
        box-shadow: rgba(0,0,0,0.5) 3px 3px 10px;
    }
}

@media (max-width: 800px) {
    .book {
        display: none;
    }

    .navicons {
        display: none;
    }

    aside nav ul {
        margin-top: 50px;
    }

    header nav ul li img {
        height: 30px;
    }



    header nav ul li:nth-child(4) {
        padding: 10px 0;
    }

    .burger {
        top: 10px;
        left: 12px;
    }

    .burger img {
        height: 25px;
    }
}

@media (min-width: 1199px) {
    .burger {
        display: none;
    }
}

/* ----- PRODUCT PAGE ----- */

#product {
    background-image: none;
}

#product .back_btn {
    position: absolute;
    top: 0;
    left: 0;
    color: white;
    padding: 35px;
    z-index: 5;
}

#book-bar a {
    display: block;
    text-align: center;
    background-color: #61ce70;
    color: white;
    font-size: 1rem;
    font-weight: bold;
    padding: 10px;
    margin-top: 6px;
    border-radius: 20px;
}


/* ----- SERVICE PAGE HEADER ----- */
html #service {
    background-image: none;
    color: #333333;
}

html #service #navbar {
    color: #333333;
    font-weight: bold;
}

#scroll-header {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    background-color: white;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
    /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
    /* Firefox 3.5 - 3.6 */
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
    /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}

#product #scroll-header {
    z-index: 1;
}

#product #scroll-header table {
    width: calc(100% - 100px);
    margin: auto;
}

#product #scroll-header table h5 {
    margin: 0;
    text-align: left;
}

#product #scroll-header table th p {
    font-weight: normal;
    text-align: center;
}

#product #scroll-header table th {
    width: 33%;
}

#product #scroll-header table th:nth-child(3) {
    text-align: right;
}


#product #scroll-header a {
    background-color: #61ce70;
    color: white;
    font-size: 1rem;
    font-weight: bold;
    padding: 10px 40px;
    margin-top: 6px;
    border-radius: 20px;
}

@media (max-width: 720px) {
    #product #scroll-header table {
        width: calc(100% - 30px);
    }

    #product #scroll-header table th:nth-child(1) {
        width: 60%;
    }

    #product #scroll-header table th:nth-child(2) {
        display: none;
    }

}

#service section {
    max-width: 1400px;
    padding: 50px;
}

@media (max-width: 720px) {
    #service section {
        padding: 30px;
    }
}

#service section:first-of-type {
    padding-top: 170px;
}


#service #header h7 {
    font-size: 0.9rem;
    text-transform: uppercase;
}

#service #header .text {
    line-height: 1.8;
}


#service #header h2 {
    margin-top: 10px
}



.sticky-header h5 {
    margin-left: 0;


}

#header a {
    display: block;
    text-align: center;
    background-color: #61ce70;
    color: white;
    font-size: 1rem;
    font-weight: bold;
    padding: 10px;
    margin-top: 6px;
    border-radius: 20px;
}

#overview h5 {
    text-align: center;
}

#overview p:nth-child(odd) {
    margin-bottom: 0px;
    font-weight: bold;
}


#overview p:nth-child(even) {
    margin-top: 5px;
    font-weight: normal;
}

#overview figure,
#overview p {
    text-align: center;
}

#overview {
    display: table;
    padding: 10px;
    margin: auto;
}


@media (max-width: 600px) {
    #service section:first-of-type {
        padding-top: 150px;
    }
}

#service #gallery h3 {
    text-align: center;
    padding-bottom: 50px;
}

#service #gallery {
    padding-top: 200px
}

#service #gallery p {
    color: white;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%)
}

#service #included h5 {
    margin: 0;

}

#service #included tr {
    height: 80px;
}

#service #included td {
    padding-left: 10px;

}

#service #included p {
    margin-top: -2px;
    margin-left: 10px;
}

@media (max-width: 600px) {
    #service #included h5 {
        padding-top: 50px;
    }

    #service #included tr {
        height: 50px;
    }
}



/* ----- GLOBAL ----- */
body,
header,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-family: 'Poppins', sans-serif;
}

body #main {
    line-height: 1.5;
    background: repeating-linear-gradient(45deg,
        #2e2e2e,
        #000000 10px,
        #000000 10px,
        #1f1f21 15px);

}

.pv20 {
    padding: 20px 0;
}

.center {
    text-align: center;

}

.bg-white {
    background-color: #fff;
}

.svg-t {
    transform: rotate(180deg);
}

.svg-container-t {
    position: relative;
    margin-top: -1px;

}

.svg-container-b {
    position: relative;
    transform: rotate(180deg);
    margin-bottom: -5px;

}

.stretcher-bar {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
}

.content-svg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    max-width: 100%;
    max-height: 100%;
}

section {
    max-width: 1100px;
    padding: 56px 16px;
    margin: auto;

}

.section {
    padding: 56px 16px;
    max-width: 1100px;
    margin: auto;
}

.spacer {
    margin: 75px 0;
}


.wide-section {
    padding: 56px 16px;
    max-width: 1600px;
    margin: auto;
}

.title {
    font-size: 68px;
    text-align: center;
    font-weight: bold;
}

.subtitle {
    font-size: 26px;
    text-align: center;
    font-weight: 400;
}

.bread {
    text-align: left;
    font-size: 1.2rem;
    font-weight: 400;
    padding: 8px;
}

.icon {
    width: 300px;
    display: block;
    margin: auto;
    margin-top: -180px;
    position: relative;
}


/* ----- TEXT STYLING ----- */
h3 {
    font-weight: bold;
}

h4 {
    font-weight: normal;
}

@media (min-width: 1200px) {

    h3 {
        font-size: 4rem;
    }

    h4 {
        font-size: 1.6rem;
    }

    h5 {
        font-size: 1.5rem;
    }

    h6 {
        font-size: 1rem;
    }

    #service h2 {
        font-size: 3rem;
    }

    #service h3 {
        font-size: 2.5rem;
    }
}

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

    h3 {
        font-size: 3rem;
    }

    h4 {
        font-size: 1.5rem;
    }

    h5 {
        font-size: 1.4rem;
    }

    h6 {
        font-size: 1rem;
    }

    #service h2 {
        font-size: 2.5rem;
    }

    #service h3 {
        font-size: 2.25rem;
    }
}

@media (min-width: 600px) and (max-width: 800px) {

    h3 {
        font-size: 3rem;
    }

    h4 {
        font-size: 1.4rem;
    }

    h5 {
        font-size: 1.3rem;
    }

    h6 {
        font-size: 1rem;
    }

    #service h2 {
        font-size: 2.4rem;
    }

    #service h3 {
        font-size: 2rem;
    }

}

@media (min-width: 400px) and (max-width: 600px) {

    h3 {
        font-size: 2.5rem;
    }

    h4 {
        font-size: 1.3rem;
    }

    h5 {
        font-size: 1.2rem;
    }

    h6 {
        font-size: 1rem;
    }

    #service h2 {
        font-size: 2.2rem;
    }

    #service h3 {
        font-size: 1.5rem;
    }

}

@media (max-width: 400px) {

    h3 {
        font-size: 2rem;
    }

    h4 {
        font-size: 1.2rem;
    }

    h5 {
        font-size: 1.1rem;
    }

    h6 {
        font-size: 0.8rem;
    }

    #service h2 {
        font-size: 2rem;
    }

    #service h3 {
        font-size: 1.2rem;
    }

}

.w3-bar .w3-button {
    padding: 16px;
}

.mt20 {
    margin-top: 20px;
}

.pt50 {
    padding-top: 50px;
}

button:hover {
    cursor: pointer;
}

.card:hover {
    cursor: pointer;

}

a {
    text-decoration: none;
}

.left {
    float: left;
    width: 100%;
}


.half-mob,
.third-mob,
.twothird-mob,
.threequarter-mob,
.quarter-mob {
    float: left;
    width: 100%;
}

.third-mob {
    width: calc((100% - 30px) / 3);
}

.twothird-mob {
    width: 66%;
}

.half,
.third,
.quarter {
    float: left;
    width: 100%;
}



@media (min-width:800px) {
    .quarter {
        width: calc((100% - 0px) / 4);
    }

    .third {
        width: calc((100% - 0px) / 3);
    }

    .half {
        width: calc((100% - 0px) / 2);
    }
}



@media (max-width:600px) {

    .title {
        font-size: 50px;
        text-align: center;
        font-weight: bold;
        letter-spacing: -2.5px;

    }

    .subtitle {
        font-size: 20px;
        text-align: center;
        font-weight: 400;
    }

}



/* ----- SKI ----- */
#ski {
    background-color: #fff;
}

#ski h3,
#ski h4 {
    text-align: center;
}

#ski .card {
    margin: 10px;
    padding-bottom: 30px;
}

#ski .card h5 {
    text-align: center;
    font-weight: bold;
    margin: 20px 0;
}

#ski .card img {
    width: 100%;
    border-radius: 20px 20px 0 0;
}

#ski .content {
    border-radius: 20px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
    /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
    /* Firefox 3.5 - 3.6 */
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
    /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}

#ski p {
    margin: 0;
    padding: 0px 10px;
    font-size: 0.9rem;
    color: #555555;
}

#ski span {
    display: block;
    text-align: center;
    border-radius: 20px;
    width: 100%;
    background-color: #fff;
    border: 0;
    color: #0178bc;
    font-size: 1rem;
    font-weight: bold;
    padding-bottom: 10px;
    padding: 20px;

}

#ski .icon {
    width: 300px;
    display: block;
    margin: auto;
    margin-top: -180px;
}

/* ----- PARTNERS ----- */
#partners {
    padding: 0;
}

#partners .section img {
    width: 100%;
    padding: 10%;
    display: block;
    margin: 10px auto;
}

#partners h3 {
    text-align: center;
}

#partners h3,
#partners p {
    color: #fff;
}


@media (min-width: 1200px) and (max-width: 2000px) {}


@media (min-width: 600px) and (max-width: 1200px) {}


@media (max-width: 600px) {}


@media (max-width: 600px) {
    #partners .section img {
        width: 75%;
        padding: 10%;
    }
}

/* ----- SNOWBOARD ----- */
#snowboard {
    background-color: #fff;
}

#snowboard .card {
    margin: 10px;
    padding-bottom: 30px;
}

#snowboard h3,
#snowboard {
    text-align: center;
}


#snowboard .card h5 {
    text-align: center;
    font-weight: bold;
}

#snowboard .card img {
    width: 100%;
    border-radius: 20px 20px 0 0;
}

#snowboard .content {
    border-radius: 20px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
    /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
    /* Firefox 3.5 - 3.6 */
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
    /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}

#snowboard p {
    margin: 0;
    padding: 0px 10px;
    font-size: 0.9rem;
    color: #555555;
}

#snowboard section {
    max-width: 800px;
}

#snowboard span {
    display: block;
    text-align: center;
    border-radius: 20px;
    width: 100%;
    background-color: #fff;
    border: 0;
    color: #0178bc;
    font-size: 1rem;
    font-weight: bold;
    padding-bottom: 10px;
    padding: 20px;

}

#snowboard .icon {
    width: 300px;
    display: block;
    margin: auto;
    margin-top: -180px;
}


/* ----- PRICING ----- */
#pricing {
    background-color: #fff;
}

#pricing h3,
#pricing h4 {
    text-align: center;
}

#pricing section {
    max-width: 800px;
}

#pricing table {
    border-collapse: collapse;
    width: 100%;
    margin: 30px 0px;
}

#pricing th {
    border-bottom: 1px solid #999999;
    font-size: 1.5rem;
    padding: 8px;


}

#pricing td {
    font-size: 1.1rem;
    padding: 8px;
}

#pricing th:nth-child(1) {
    text-align: left;
    font-size: 1.2rem;
}

#pricing th:nth-child(n+2) {
    text-align: right;
    font-size: 1.2rem;

}

#pricing td:nth-child(1) {
    text-align: left;

}

#pricing td:nth-child(n+2) {
    text-align: right;

}

/* ----- VIDEO ----- */
#video {
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-image: url("../ill/stripes_thick-min.png");
    z-index: 1;
    padding: 0;
}

#video .videoWrapper {
    position: relative;
    padding-bottom: 60%;
    /* 16:9 */
}

#video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#video .video-container {
    position: relative;
}

#video video {
    height: auto;
    vertical-align: middle;
    width: 100%;
}

#video .overlay-desc {
    background: rgba(0, 0, 0, 0);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.overlay-desc .left p {
    float: right;
    color: white;
    font-weight: bold;
}

.overlay-desc .left span {
    float: right;
    padding-right: 10px;
}

@media (min-width:1400px) {
    .overlay-desc p,
    .overlay-desc span {
        font-size: 5rem;
    }

    .overlay-desc .left:nth-child(2) {
        margin-bottom: 118px;
        padding-left: 20px;
    }
}

@media (min-width:1024px) and (max-width:1400px) {
    .overlay-desc p,
    .overlay-desc span {
        font-size: 4rem;
    }

    .overlay-desc .left:nth-child(2) {
        margin-bottom: 92px;
        padding-left: 15px;
    }
}

@media (min-width:800px) and (max-width:1024px) {
    .overlay-desc p,
    .overlay-desc span {
        font-size: 3rem;
    }

    .overlay-desc .left:nth-child(2) {
        margin-bottom: 70px;
        padding-left: 10px;
    }
}

@media (min-width:500px) and (max-width:800px) {
    .overlay-desc p,
    .overlay-desc span {
        font-size: 2rem;
    }

    .overlay-desc .left:nth-child(2) {
        margin-bottom: 45px;
        padding-left: 8px;
    }
}

@media (max-width:500px) {
    .overlay-desc p,
    .overlay-desc span {
        font-size: 1.5rem;
    }

    .overlay-desc .left:nth-child(2) {
        margin-bottom: 35px;
        padding-left: 8px;
    }
}

/*Vertical Sliding words for video*/
.slidingVertical span {
    animation: topToBottom 12.5s linear infinite 0s;
    -ms-animation: topToBottom 12.5s linear infinite 0s;
    -webkit-animation: topToBottom 12.5s linear infinite 0s;
    color: #0178bc;
    font-weight: bold;
    opacity: 0;
    overflow: hidden;
    position: absolute;
}

.slidingVertical span:nth-child(2) {
    animation-delay: 2.5s;
    -ms-animation-delay: 2.5s;
    -webkit-animation-delay: 2.5s;
}

.slidingVertical span:nth-child(3) {
    animation-delay: 5s;
    -ms-animation-delay: 5s;
    -webkit-animation-delay: 5s;
}

.slidingVertical span:nth-child(4) {
    animation-delay: 7.5s;
    -ms-animation-delay: 7.5s;
    -webkit-animation-delay: 7.5s;
}

.slidingVertical span:nth-child(5) {
    animation-delay: 10s;
    -ms-animation-delay: 10s;
    -webkit-animation-delay: 10s;
}

/*topToBottom Animation*/
@-moz-keyframes topToBottom {
    0% {
        opacity: 0;
    }

    5% {
        opacity: 0;
        -moz-transform: translateY(-50px);
    }

    10% {
        opacity: 1;
        -moz-transform: translateY(0px);
    }

    25% {
        opacity: 1;
        -moz-transform: translateY(0px);
    }

    30% {
        opacity: 0;
        -moz-transform: translateY(50px);
    }

    80% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes topToBottom {
    0% {
        opacity: 0;
    }

    5% {
        opacity: 0;
        -webkit-transform: translateY(-50px);
    }

    10% {
        opacity: 1;
        -webkit-transform: translateY(0px);
    }

    25% {
        opacity: 1;
        -webkit-transform: translateY(0px);
    }

    30% {
        opacity: 0;
        -webkit-transform: translateY(50px);
    }

    80% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@-ms-keyframes topToBottom {
    0% {
        opacity: 0;
    }

    5% {
        opacity: 0;
        -ms-transform: translateY(-50px);
    }

    10% {
        opacity: 1;
        -ms-transform: translateY(0px);
    }

    25% {
        opacity: 1;
        -ms-transform: translateY(0px);
    }

    30% {
        opacity: 0;
        -ms-transform: translateY(50px);
    }

    80% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

/*Horizontal Sliding*/
.slidingHorizontal {
    display: inline;
    text-indent: 8px;
}

.slidingHorizontal span {
    animation: leftToRight 12.5s linear infinite 0s;
    -ms-animation: leftToRight 12.5s linear infinite 0s;
    -webkit-animation: leftToRight 12.5s linear infinite 0s;
    color: #00abe9;
    opacity: 0;
    overflow: hidden;
    position: absolute;
}

.slidingHorizontal span:nth-child(2) {
    animation-delay: 2.5s;
    -ms-animation-delay: 2.5s;
    -webkit-animation-delay: 2.5s;
}

.slidingHorizontal span:nth-child(3) {
    animation-delay: 5s;
    -ms-animation-delay: 5s;
    -webkit-animation-delay: 5s;
}

.slidingHorizontal span:nth-child(4) {
    animation-delay: 7.5s;
    -ms-animation-delay: 7.5s;
    -webkit-animation-delay: 7.5s;
}

.slidingHorizontal span:nth-child(5) {
    animation-delay: 10s;
    -ms-animation-delay: 10s;
    -webkit-animation-delay: 10s;
}

/*leftToRight Animation*/
@-moz-keyframes leftToRight {
    0% {
        opacity: 0;
    }

    5% {
        opacity: 0;
        -moz-transform: translateX(-50px);
    }

    10% {
        opacity: 1;
        -moz-transform: translateX(0px);
    }

    25% {
        opacity: 1;
        -moz-transform: translateX(0px);
    }

    30% {
        opacity: 0;
        -moz-transform: translateX(50px);
    }

    80% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

/*FadeIn*/
.fadeIn {
    display: inline;
    text-indent: 8px;
}

.fadeIn span {
    animation: fadeEffect 12.5s linear infinite 0s;
    -ms-animation: fadeEffect 12.5s linear infinite 0s;
    -webkit-animation: fadeEffect 12.5s linear infinite 0s;
    color: #00abe9;
    opacity: 0;
    overflow: hidden;
    position: absolute;
}

.fadeIn span:nth-child(2) {
    animation-delay: 2.5s;
    -ms-animation-delay: 2.5s;
    -webkit-animation-delay: 2.5s;
}

.fadeIn span:nth-child(3) {
    animation-delay: 5s;
    -ms-animation-delay: 5s;
    -webkit-animation-delay: 5s;
}

.fadeIn span:nth-child(4) {
    animation-delay: 7.5s;
    -ms-animation-delay: 7.5s;
    -webkit-animation-delay: 7.5s;
}

.fadeIn span:nth-child(5) {
    animation-delay: 10s;
    -ms-animation-delay: 10s;
    -webkit-animation-delay: 10s;
}

/*FadeIn Animation*/
@-moz-keyframes fadeEffect {
    0% {
        opacity: 0;
    }

    5% {
        opacity: 0;
        -moz-transform: translateY(0px);
    }

    10% {
        opacity: 1;
        -moz-transform: translateY(0px);
    }

    25% {
        opacity: 1;
        -moz-transform: translateY(0px);
    }

    30% {
        opacity: 0;
        -moz-transform: translateY(0px);
    }

    80% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes fadeEffect {
    0% {
        opacity: 0;
    }

    5% {
        opacity: 0;
        -webkit-transform: translateY(0px);
    }

    10% {
        opacity: 1;
        -webkit-transform: translateY(0px);
    }

    25% {
        opacity: 1;
        -webkit-transform: translateY(0px);
    }

    30% {
        opacity: 0;
        -webkit-transform: translateY(0px);
    }

    80% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@-ms-keyframes fadeEffect {
    0% {
        opacity: 0;
    }

    5% {
        opacity: 0;
        -ms-transform: translateY(0px);
    }

    10% {
        opacity: 1;
        -ms-transform: translateY(0px);
    }

    25% {
        opacity: 1;
        -ms-transform: translateY(0px);
    }

    30% {
        opacity: 0;
        -ms-transform: translateY(0px);
    }

    80% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

/* ----- LEVELS ----- */
#levels {
    background-color: #fff;
}


#levels p {
    padding-bottom: 50px;
    color: black;
    margin: 0 10px;
    text-align: left;
}


#levels img {
    width: 25%;
}

#levels section {
    padding: 40px 0;
}

@media (min-width:600px) and (max-width:800px) {
    #levels h5 {
        font-size: 1.2rem;
    }

    #levels p {
        font-size: 0.9rem;
    }
}





/* ----- RATINGS ----- */
#ratings {
    padding: 0;
}

#ratings h4 {
    color: white;
}

#ratings h3 {
    color: white;
    font-size: 40px;
    font-weight: bold;
    padding-top: 20px;
}

#ratings .box img {
    width: 60px;
    margin-top: -50px;
}

#ratings span {
    color: #ffe500;
    font-size: 50px;
}

#ratings h6 {
    padding-bottom: 20px;
}

/* ----- TESTIMONIALS ----- */
#testimonials {}

#ratings p {
    color: #fff;
}

h6 {
    margin-bottom: 0;
}

#ratings .box {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    color: #fff;
    display: inline-block;
    font-size: 16px;
    max-width: 310px;
    min-width: 250px;
    margin: 30px 0;
    position: relative;
    width: 100%;
    background-color: #222222;
    border-radius: 5px;
    border-top: 5px solid #0178bc;


}

#ratings .box h3 {
    color: #999999;
    font-size: 20px;
    font-weight: 300;
    line-height: 24px;
    margin: 10px 0 5px;
}

#ratings h5 {
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    line-height: 24px;
    margin: 10px 0 5px;
}


/* ----- GALLERY ----- */
#gallery {
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    z-index: 1;
    padding: 0;
}

#gallery .title {
    color: #fff;
}

#gallery .bread {
    color: #fff;
}

#gallery .btn_blue {
    display: block;
    margin: auto;

}

.transition {
    -webkit-transition: cubic-bezier(0, 1.95, .49, .73) .4s;
    -moz-transition: cubic-bezier(0, 1.95, .49, .73) .4s;
    transition: cubic-bezier(0, 1.95, .49, .73) .4s;
}

/* ----- CONTACT ----- */
#contact {
    padding: 0;
    color: white;
    text-align: center;
}

#contact h2 {
    display: inline-block;
    padding: 50px;
}



/* ----- FAQ ----- */
#faq {
    background-color: #fff;
}

#faq .section {
    padding: 20px 0px;
}

#faq section {
    padding: 20px 0px;
}

#faq span {
    font-weight: bold;
    font-size: 0.9rem;
}

#faq .content {
    max-width: 600px;
    margin: 0 auto;
}

#faq .shadow {
    margin: 20px 0;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
    /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
    /* Firefox 3.5 - 3.6 */
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
    /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5*/
}

@media (min-width: 600px) and (max-width: 1200) {  
    #faq section h3 {
        font-size: 2rem;
    }
}

@media (max-width: 600px) {
    #faq section {
    padding: 50px 0 50px 0;
    }
    
    #faq .content {
        margin: 3px 15px;
    }   
}

.accordion {
    background-color: #fff;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

.accordion:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.active:after {
    content: "\2212";
}

.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

#faq p {
    color: #111111;
}

#faq h4 {
    text-align: center;
    font-weight: bold;
}

/* ----- ABOUT ----- */
#about .section .w3-quarter {
    padding: 50px 0;
}

#about {
    color: white;
}

#about i {
    width: 100%;
    color: #0178bc;
}

#about span {
    font-weight: bold;
}


/* ----- REAL FOOTER ----- */
footer {
    /* color: white; */
    background-color: white;
    min-height: 450px;
    padding-top: 5%;
}

footer ul {
    margin-top: 3px;
    padding-inline-start: 0px;
}

@media (min-width: 1000px) {
    footer .section div:nth-child(-n+3) {
        display: inline-block;
        vertical-align: top;
        padding-right: 50px;
    }

    footer .contact {
        float: right;
    }


    footer table:nth-child(2) {
        margin: 20px 0;
    }

    footer .contact table p {
        margin: 5px;
        padding-left: 20px;
    }
}

footer ul li {
    font-size: 15px;
    padding: 5px 0;
}

footer ul li:nth-child(1) {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}

@media (max-width: 1000px) {
    footer .section div {
        display: block;
        margin: 50px auto;
        text-align: center;
    }

    footer .section table td {
        display: block;
    }

    footer .section table {
        margin: 50px auto;
    }
}



/* ----- FOOTER ----- */
.footer {
    color: white;
    margin: auto;
    max-width: 1400px;
}

.footer ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.footer li {
    float: right;
}

.footer li a {
    display: block;
    color: white;
    text-align: right;
    padding: 0 5px;
    text-decoration: none;
    font-size: 0.9rem;
}

.footer i {
    margin-right: 5px;
    height: 100%;
}

footer .social i {
    margin: 50px 10px;
}

.footer .third:nth-child(2) {
    text-align: center;
}

.footer .third:nth-child(1) {
    padding-top: 7px;
    display: flex;
}

.footer .third:nth-child(3) {
    margin: 0;
    padding-top: 12px;
}

@media (max-width: 800px) {
    .footer .third:nth-child(1) {
        justify-content: center;
        padding-bottom: 50px;
    }

    .footer .third:nth-child(3) {
        display: none;
    }

    .footer .social i {
        margin: 0px 20px;
    }
}

/* ----- SUBPAGE ----- */
#jumbo {
    background-position: center;
    background-size: cover;
    padding-top: 100px;

}

#jumbo h1,
#jumbo h2,
#jumbo .breadcrumbs,
#jumbo p {
    color: white;

}


#jumbo .breadcrumbs {
    padding-bottom: 25px;
}

#jumbo h1 {
    font-size: 4rem;
}

#jumbo h2 {
    font-size: 2rem;
}

#jumbo hr {
    width: 80px;
    height: 5px;
    background-color: #0178bc;
    border-top: none;
}

#jumbo a {
    font-size: 1rem;
    font-weight: bold;
}

#jumbo a {
    text-decoration: none;
}

#jumbo svg {
    transform: rotate(180deg);
    margin-bottom: -10px;
}

#description {
    background-color: #fff;

}

.white {
    background-color: white;
    color: black;
}

@media (min-width:600px) and (max-width:1400px) {
    section,
    .section {
        padding-left: 50px;
        padding-right: 50px;
    }

    #jumbo h1 {
        font-size: 3rem;
    }

    #jumbo h2 {
        font-size: 2rem;
    }
}

@media (max-width: 600px) {
    #jumbo h1 {
        font-size: 2rem;
    }

    #jumbo h2 {
        font-size: 1.5rem;
    }
}