header {
    z-index:1;
    position: relative;
}

/* ---------------------------------------- NAV --------------------------------------------------------------------- */
.navbar {
    background-color: transparent !important;
}

.navbar a {
    color: white;
}
.navbar .dropdown-menu a {
    color:unset;
}

/* ---------------------------------------- ART --------------------------------------------------------------------- */
.line_art_path {
    stroke: #ffffff !important;
}

/* ---------------------------------------- LINKS ------------------------------------------------------------------- */
.swiper-content-wrapper a {
    color:white;
}


/* ---------------------------------------- SWIPER ------------------------------------------------------------------ */


.swiper {
    width: 100%;
    height: 100vh;
    position: absolute;
    top:0;
    left:0;
    z-index:0;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;

    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    transition: background-image 0.5s ease-in-out;

}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* ---------------------------------------- PAGINATION -------------------------------------------------------------- */

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap,18px) 0;
    display: block;
}
.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 18px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 18px));
}
.swiper-pagination-bullet-active {
    background: #ef1b00;
}
/* ---------------------------------------- CONTENT ----------------------------------------------------------------- */

.swiper-content {
    text-align:left;
    width:100%;
    max-width: 1960px;
    margin-left: auto;
    margin-right: auto;
    color:white;
    display: flex!important;

}
.swiper-content-wrapper {
    width:100%;
    padding-left: 25px;
    padding-right: 50px;
}

/* ---------------------------------------- Kontakt ----------------------------------------------------------------- */
.full-size.swiper-content .swiper-content-wrapper {
    width:80%;
}


/* -------------------------------------- */
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {  }

/*  Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {

    .swiper-slide {
        padding-left:100px;
        padding-right:100px;
    }

    .full-size.swiper-content .swiper-content-wrapper {
        width:100%;
    }

}

/*  Large devices (desktops, 992px and up) */
@media (min-width: 992px) {



    .swiper-content-wrapper {
        width:50%;
    }

}

/*  X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {


}

/*  XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {

    .swiper-content-wrapper {
        width:35%;
    }
}


/* ------------ Video Background */

.video-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    overflow:hidden
}

.video-bg video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 1;
    z-index: 1;
    object-fit:cover
}





.swiper-slide-video .swiper-slide-content {
    z-index:2;
    position: relative;
}