@charset "utf-8";

html,
body {
    position: relative;
    height: 100%;
}

body {
    background: white;
    font-family: 'Rubik', sans-serif;
    font-size: 14px;
    color: #000;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

iframe {
    width: 100%;
    height: 100%;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-wrapper {}

.swiper-slide {
    text-align: center;
    font-size: 18px;
}

.swiper-button-prev:after,
.swiper-button-next:after {
    font-size: 0;
}

.swiper-button-prev {
    left: 0;
    right: auto;
}

.swiper-button-next {
    right: 0;
    left: auto;
}

.swiper-button-prev img {
    width: 100%;
    height: auto;
    left: 0;
    top: 0;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.swiper-button-next img {
    position: absolute;
    width: 100%;
    right: 0;
    top: 0;
    height: auto;
}

.swiper-button-prev,
.swiper-button-next {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 80px;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
    opacity: .5;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
    opacity: 1;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.swiper-button-prev.focus,
.swiper-button-prev:focus,
.swiper-button-next.focus,
.swiper-button-next:focus {
    outline: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.swiper-button-disabled {
    opacity: 0 !important;
}

.pulse {
    -webkit-animation: pulse 5s ease-out infinite forwards;
    animation: pulse 5s ease-out infinite forwards;
    -webkit-transform-origin: right;
    transform-origin: right;
}

@-webkit-keyframes pulse {

    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    10% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0;
    }

    10.1% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    20%,
    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0;
    }
}

@keyframes pulse {

    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    10% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0;
    }

    10.1% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    20%,
    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0;
    }
}

.swiper-pagination {
    position: absolute;
    width: 100px;
    right: 0;
    z-index: 1001;
}

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
    top: 20px;
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
}

.header {
    position: absolute;
    width: 100%;
    height: 80px;
    top: 0;
    z-index: 1000;
}

#header-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: white;
    opacity: 0;
}

#sbb-logo {
    position: absolute;
    width: auto;
    height: 100%;
    left: 50px;
    cursor: pointer;
    -webkit-transition: all .8s;
    transition: all .8s;
}

#jub-logo {
    position: absolute;
    width: 80px;
    left: 50%;
    margin-left: -40px;
    margin-top: 45px;
    opacity: 0;
    -webkit-transition: all .8s;
    transition: all .8s;
}

.swiper-lazy-preloader {
    z-index: 1;
}

/*MENU*/

#menu-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#menu {
    position: absolute;
    width: 275px;
    height: auto;
    right: -275px;
    /*    right: 0;*/
    top: 10px;
    -webkit-transition: .4s;
    transition: .4s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    z-index: 2000;
}

#menu-content {
    position: absolute;
    width: 100%;
    height: auto;
    right: 0;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.8;
    color: white;
    background: #85c2eb;
    padding: 15px 0;
    -webkit-transition: .3s;
    transition: .3s;
}

.menu-link {
    cursor: pointer;
    padding: 0 30px;
    -webkit-transition: .1s;
    transition: .1s;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.menu-headline {
    font-size: 11px;
    line-height: 1;
    color: #c3b68d;
    letter-spacing: .3em;
    text-transform: uppercase;
    padding: 5px 20px 5px;
    margin: 0 0 10px;
    border-bottom: 1px solid rgba(195, 182, 141, 0.20);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.menu-headline #jub-logo {
    width: 59px;
    left: 220px;
    margin-top: -32px;
    opacity: 1;
}

#menu-content,
#menu-button {
    background: #606060;
}

.menu-link:hover,
#menu-button:hover {
    background: #006dab;
}

.highlight {
    background: rgba(0, 0, 0, 0.2);
}

.indented {
    font-size: .9em;
/*    line-height: 2;*/
    padding: 0 0 0 40px;
}

.indented::before {
    content: "\2022\00A0";
}

.hidden {
    /*    font-size: .8em;*/
    white-space: nowrap;
    margin-top: -1.75em;
}

.openMenu {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

#menu-button {
    position: absolute;
    width: 25px;
    height: 20px;
    top: 0;
    right: 100%;
    padding: 10px;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
}

.bar {
    position: relative;
    display: block;
    width: 100%;
    height: 3px;
    margin: 23% auto;
    background-color: #fff;
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.burger .bar:nth-of-type(1) {
    margin-top: 0;
}

.burger .bar:nth-of-type(3) {
    margin-bottom: 0;
}

.cross .bar:nth-of-type(1) {
    -webkit-transform: translateX(-15%) rotate(-45deg);
    transform: translateX(-15%) rotate(-45deg);
    margin-top: 0;
}

.cross .bar:nth-of-type(2) {
    opacity: 0;
    margin-top: 0;
}

.cross .bar:nth-of-type(3) {
    -webkit-transform: translateX(-15%) rotate(45deg);
    transform: translateX(-15%) rotate(45deg);
    margin-top: 0;
}

/*
.burger:hover .bar:nth-of-type(1) {
    -webkit-transform: rotate(-4.5deg);
    transform: rotate(-4.5deg);
}

.burger:hover .bar:nth-of-type(2) {
    opacity: .9;
}

.burger:hover .bar:nth-of-type(3) {
    -webkit-transform: rotate(4.5deg);
    transform: rotate(4.5deg);
}
*/

.cross:hover .bar:nth-of-type(1) {
    -webkit-transform: translateX(-15%) rotate(-40.5deg);
    transform: translateX(-15%) rotate(-40.5deg);
}

/*
.cross:hover .bar:nth-of-type(2) {
    opacity: .1;
}
*/

.cross:hover .bar:nth-of-type(3) {
    -webkit-transform: translateX(-15%) rotate(40.5deg);
    transform: translateX(-15%) rotate(40.5deg);
}


/* Desktop only */
@media only screen and (min-width: 768px) {}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (max-width: 768px) {

    .header {
        height: 70px;
    }

    #sbb-logo {
        left: 20px;
    }
    
    .swiper-pagination {
        display: none;
    }

    .swiper-button-prev,
    .swiper-button-next {
        width: 40px;
        height: 80px;
    }
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {

    .header {
        height: 60px;
    }

    #sbb-logo {
        left: -5px;
    }

    #jub-logo {
        width: 60px;
        left: 50%;
        margin-left: -30px;
        margin-top: 40px;
    }

    .swiper-button-prev,
    .swiper-button-next {
        width: 30px;
        height: 60px;
    }

    #menu {
        width: 250px;
        right: -250px;
    }

    .menu-headline {
        font-size: 10px;
        line-height: 1;
        letter-spacing: .3em;
    }

    .menu-headline #jub-logo {
        left: 190px;
    }

    #menu-content {
        font-size: 15px;
        line-height: 1.7;
    }

    #menu-button {
        width: 20px;
        height: 15px;
    }

    .bar {
        height: 2px;
        margin: 24% auto;
    }

    #menu-button:hover {
        background: #606060;
    }

}
