* {
    box-sizing: unset !important;
}

html {
    width: 100%;
    height: 100%;
    scroll-behavior: smooth;
}

@font-face {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/rubik-v21-latin-300.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('../fonts/rubik-v21-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/rubik-v21-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/rubik-v21-latin-300.woff') format('woff'), /* Modern Browsers */
         url('../fonts/rubik-v21-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/rubik-v21-latin-300.svg#Rubik') format('svg'); /* Legacy iOS */
}
  
@font-face {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/rubik-v21-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
            url('../fonts/rubik-v21-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
            url('../fonts/rubik-v21-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
            url('../fonts/rubik-v21-latin-regular.woff') format('woff'), /* Modern Browsers */
            url('../fonts/rubik-v21-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
            url('../fonts/rubik-v21-latin-regular.svg#Rubik') format('svg'); /* Legacy iOS */
}
  
@font-face {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/rubik-v21-latin-500.eot'); /* IE9 Compat Modes */
    src: local(''),
            url('../fonts/rubik-v21-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
            url('../fonts/rubik-v21-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
            url('../fonts/rubik-v21-latin-500.woff') format('woff'), /* Modern Browsers */
            url('../fonts/rubik-v21-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
            url('../fonts/rubik-v21-latin-500.svg#Rubik') format('svg'); /* Legacy iOS */
}
  
@font-face {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/rubik-v21-latin-600.eot'); /* IE9 Compat Modes */
    src: local(''),
            url('../fonts/rubik-v21-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
            url('../fonts/rubik-v21-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
            url('../fonts/rubik-v21-latin-600.woff') format('woff'), /* Modern Browsers */
            url('../fonts/rubik-v21-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
            url('../fonts/rubik-v21-latin-600.svg#Rubik') format('svg'); /* Legacy iOS */
}
  
@font-face {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/rubik-v21-latin-700.eot'); /* IE9 Compat Modes */
    src: local(''),
            url('../fonts/rubik-v21-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
            url('../fonts/rubik-v21-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
            url('../fonts/rubik-v21-latin-700.woff') format('woff'), /* Modern Browsers */
            url('../fonts/rubik-v21-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
            url('../fonts/rubik-v21-latin-700.svg#Rubik') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 800;
    src: url('../fonts/rubik-v21-latin-800.eot'); /* IE9 Compat Modes */
    src: local(''),
            url('../fonts/rubik-v21-latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
            url('../fonts/rubik-v21-latin-800.woff2') format('woff2'), /* Super Modern Browsers */
            url('../fonts/rubik-v21-latin-800.woff') format('woff'), /* Modern Browsers */
            url('../fonts/rubik-v21-latin-800.ttf') format('truetype'), /* Safari, Android, iOS */
            url('../fonts/rubik-v21-latin-800.svg#Rubik') format('svg'); /* Legacy iOS */
}
  
@font-face {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/rubik-v21-latin-900.eot'); /* IE9 Compat Modes */
    src: local(''),
            url('../fonts/rubik-v21-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
            url('../fonts/rubik-v21-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
            url('../fonts/rubik-v21-latin-900.woff') format('woff'), /* Modern Browsers */
            url('../fonts/rubik-v21-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
            url('../fonts/rubik-v21-latin-900.svg#Rubik') format('svg'); /* Legacy iOS */
}

body {
    font-family: 'Rubik', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    color: #000;
    width: 100%;
    height: 100%;
    text-overflow: ellipsis;
    margin: 0px;
    padding: 0px;
}

h1, h2, h3, h4 {
    margin: 0px;
    padding: 0px;
}

h1 {
    font-size: 2rem;
    color: #000;
    margin-bottom: 20px;
}

h2 {
    font-size: 1.6rem;
    color: #000;
    margin-bottom: 20px;
}

h3 {
    font-size: 1.6rem;
    color: #000;
    margin-bottom: 20px;
}

h4 {
    font-size: 1.2rem;
    color: #000;
    margin-bottom: 15px;
}

div#backgrounds {
    width: 100%;
    height: 100%;
    min-height: 400px;
    background-image: url("../img/background-image-01-web.jpg");
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

header {
    position: absolute;
    top: 0px;
    height: 100px;
    background-color: rgba(255, 255, 255, 0.8);
    width: 100%;
    z-index: 900;
}

animate {
    -webkit-transition: all 0.3s linear 0.15s;
    transition: all 0.3s linear 0.15s;
    -moz-transition: all 0.3s linear 0.15s;
    -ms-transition: all 0.3s linear 0.15s;
    -o-transition: all 0.3s linear 0.15s;
}

a#menu-icon {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 500;
    cursor: pointer;
    display: none;
    background-position: center;
    padding: 20px;
    width: 30px;
    height: 23px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

#menu-icon span {
    display: block;
    position: absolute;
    right: 20px;
    height: 3px;
    width: 30px;
    background: #000;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

#menu-icon:hover span {
    background: #009eb0;
}

#menu-icon span:nth-child(1) {
    top: 20px;
}

#menu-icon span:nth-child(2) {
    top: 30px;
}

#menu-icon span:nth-child(3) {
    top: 40px;
}

#menu-icon.open span:nth-child(1) {
    top: 30px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

#menu-icon.open span:nth-child(2) {
    opacity: 0;
}

#menu-icon.open span:nth-child(3) {
    top: 30px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.show {
    right: 0% !important;
}

#nav {
    position: absolute;
    right: 25px;
    top: 55px;
    z-index: 200;
}

#nav ul {
    margin: 0px;
    padding: 0px;
}

#nav ul.level1 li {
    position: relative;
    list-style-type: none;
    list-style-image: none;
    float: left;
    line-height: 20px;
    height: 20px;
    color: #000;
    letter-spacing: 0.5px;
    font-size: 1rem !important;
    font-weight: 500;
    padding: 10px;
}

#nav ul.level1 li a {
    color: #4a4a4a;
    text-decoration: none;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}

#nav ul.level1 li:hover a {
    color: #000;
}

#nav ul.level1 li a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 5px;
    left: 0;
    background: #009eb0;
    visibility: hidden;
    border-radius: 0px;
    transform: scaleX(0);
    transition: .3s linear;
}

#nav ul.level1 li a:hover:before {
    visibility: visible;
    transform: scaleX(0.5);
}

#nav ul.level1 li a:focus:before {
    visibility: visible;
    transform: scaleX(0.5);
}

.active {
    color: #009eb0 !important;
}

#nav-scroll {
    left: 0px;
    top: 0px;
    right: 0px;
    z-index: 400;
    display: none;
    position: fixed;
    width: 100%;
    height: 70px;
    background-color: rgba(235, 235, 235, 0.8);
}

#nav-scroll ul {
    margin: 0px;
    padding: 0px;
}

#nav-scroll .level1 {
    float: right;
    margin-right: 25px;
    margin-top: 25px;
}

#nav-scroll ul.level1 li {
    position: relative;
    list-style-type: none;
    list-style-image: none;
    float: left;
    line-height: 20px;
    height: 20px;
    color: #000;
    letter-spacing: 0.5px;
    font-size: 1rem;
    font-weight: 500;
    padding: 10px;
}

#nav-scroll ul.level1 li a {
    color: #000;
    text-decoration: none;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}

#nav-scroll ul.level1 li:hover a {
    color: #009eb0;
}

a#logo-scroll {
    position: absolute;
    top: 10px;
    left: 25px;
    width: 89px;
    height: 50px;
    background-image: url("../img/logo-scroll.png");
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    z-index: 500;
}

a#logo {
    position: absolute;
    top: 15px;
    left: 25px;
    width: 124px;
    height: 70px;
    background-image: url("../img/logo.png");
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    z-index: 300;
}

/* CONTENT */

div#main {
    margin-top: 0px;
}

main {
    max-width: 1200px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

.content {
    margin-top: 100px;
    margin-bottom: 100px;
}

p {
    line-height: 26px;
    text-align: left;
    margin: 0px;
}

a {
    text-decoration: none;
    color: #000;
}

main ul {
    padding-left: 0px;
}

main li {
    background: url("../img/list-style-image.png") no-repeat 0px 5px transparent;
    list-style-type: none;
    margin: 0;
    padding: 0px 0px 0px 30px;
    line-height: 30px;
}

main li:hover {
    background: url("../img/list-style-image-hover.png") no-repeat 0px 5px transparent;
}

/* HOME */

.box {
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 50px;
}

.verhaltensregeln, .beitrag, .appointments, .downloads{
    background-color: rgba(0, 0, 0, 0.1);
}

a.button {
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    letter-spacing: 1px;
    font-size: 1rem;
    font-weight: 500;
    background-color: #000;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s; 
    border-radius: 20px;
    margin-top: 20px;
    display: inline-block;
}

a.button:hover {
    background-color: #009eb0;
    cursor: pointer;
}

/* GALLERY */

div.gallery-container {
    width: 100%;
    margin-top: 50px;
}

a.gallery-box {
    display: inline-block !important;
    width: 45%;
    height: 400px;
    cursor: pointer;
    margin-right: 9%;
}

a.gallery-box:nth-child(2n) {
    margin-right: 0px;
}

.gallery-image {
    width: 100%;
    height: 300px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.gallery-image-fruehjahrsschleiferl2022 {
    background-image: url("../img/media/fruehjahrsschleiferl2022/01.jpg");
}

.gallery-image-ratschings {
    background-image: url("../img/media/ratschings/09.jpg");
}

.gallery-image-herbstturnier {
    background-image: url("../img/media/herbstturnier/17.jpg");
}

.gallery-image-saisonauftakt {
    background-image: url("../img/media/saisonauftakt/10.jpg");
}

.gallery-image-nikolausfeier {
    background-image: url("../img/media/nikolausfeier/08.jpg");
}

.gallery-image-schleiferlturnier {
    background-image: url("../img/media/schleiferlturnier/15.jpg");
}

.gallery-image-hover {
    opacity: 0;
    background-color: rgba(0, 0, 0, 0);
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s; 
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: center;
    line-height: 300px;
}

a.gallery-box:hover .gallery-image-hover {
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 1;
}

h3.gallery-title {
    margin-top: 10px;
    margin-bottom: 0px !important;
}

.gallery-content {
    margin-top: 200px;
}

.gallery-content h1 {
    text-align: center;
    font-size: 2.6rem;
}

.gallery-button {
    margin-left: calc(50% - 100px);
    font-size: 1.6rem !important;
    text-decoration: none !important;
}

/* CONTACT */

.map {
    background-image: url("../img/map.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 500px;
    margin-top: 20px;
}

/* APPOINTMENT */

.table-row {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: solid 1px #ccc;
    background-color: rgba(0, 0, 0, 0);
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s; 
}

.table-row:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

.table-row-header:hover {
    background-color: rgba(0, 0, 0, 0);
}

.table-date {
    display: inline-block;
    width: 25%;
    padding-left: 1%; 
}

.table-date-header {
    font-weight: 600;
}

.table-content {
    display: inline-block;
    width: 70%;
}

.table-content-header {
    font-weight: 600;
}

/* ABOUT */

.vorstandsmitglieder {
    padding: 0px !important;
}

.vorstand {
    display: inline-block;
    width: 19.5%;
}

.vorstand img {
    display: block;
    margin-bottom: 10px;
}


/* PARTNER */

.partner-container {
    font-size: 0px;
    margin-bottom: 80px;
}

.partner {
    display: inline-block;
    width: 30%;
    margin-top: 2.5%;
    margin-bottom: 2.5%;
    margin-left: 0px;
    margin-right: 5%;
    height: 200px;
    font-size: 1rem;
    font-weight: 500;
    color: #fff;
    text-align: center;
    line-height: 200px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.partner:nth-child(3n) {
    margin-right: 0px;
}

.partner-color {
    width: 100%;
    height: 200px;
    background-color: rgba(100, 100, 100, 0.6);
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

.partner-color:hover {
    background-color: rgba(0, 0, 0, 0.6);
}

.partner-bs {
    background-image: url("../img/partner/bundeswehr-sozialwerk.jpg");
}

.partner-ri {
    background-image: url("../img/partner/reservisten-ingolstadt.jpg");
}

.partner-si {
    background-image: url("../img/partner/stadt-ingolstadt.jpg");
}

.partner-hr {
    background-image: url("../img/partner/hotels-ratschings.jpg");
}

.partner-rh {
    background-image: url("../img/partner/rauriserhof.jpg");
}

.partner-sr {
    background-image: url("../img/partner/skischule-ratschings.jpg");
}

.partner-en {
    background-image: url("../img/partner/elektro-neuber.jpg");
}

.partner-swi {
    background-image: url("../img/partner/stadtwache-ingolstadt.jpg");
}

.partner-fci {
    background-image: url("../img/partner/fc-ingolstadt.jpg");
}

.partner-erci {
    background-image: url("../img/partner/erc-ingolstadt.jpg");
}

.partner-fbw {
    background-image: url("../img/partner/freilandmuseum-bw.jpg");
}

.partner-ws {
    background-image: url("../img/partner/wein-schiller.jpg");
}

.partner-cd {
    background-image: url("../img/partner/cmon-design.jpg");
}


/* DOWNLOAD */

.download-button {
    margin-top: 0px !important;
}

/* IMPRINT */

.box-imprint h3 {
    font-size: 1.4rem;
    margin-bottom: 20px;
    margin-top: 20px;
    color: #009eb0;
}

.box-imprint h4 {
    font-size: 1.2rem;
    margin-bottom: 20px;
    margin-top: 40px;
    color: #009eb0;
}

.box-imprint p {
    margin-bottom: 20px;
}

/* PRIVACY */

.box-privacy h3 {
    font-size: 1.4rem;
    margin-bottom: 0px;
    margin-top: 40px;
    color: #009eb0;
}

.box-privacy h4 {
    font-size: 1.2rem;
    margin-bottom: 20px;
    margin-top: 20px;
}

.box-privacy {
    margin-bottom: 80px;
}

.box-privacy p strong {
    display: block;
    margin-top: 15px;
    font-weight: 600;
}

.box-privacy li {
    list-style-image: url("../img/list-style-image-black.png");
    margin-bottom: 10px;
}

.box-privacy li:hover {
    list-style-image: url("../img/list-style-image-hover.png");
    margin-bottom: 10px;
}

a.datenschutzerklaerung {
    font-weight: 600;
}

a.datenschutzerklaerung:hover {
    color: #009eb0;
}

/* FOOTER */

footer {
    height: 70px;
    background-color: #eee;
    opacity: 1;
    padding: 40px;
}

footer ul {
    padding: 0px !important;
    margin: 0px !important;
    text-align: left;
    width: 75%;
    display: inline-block;
    font-size: 0px;
    vertical-align: top;
}

footer ul li {
    list-style-type: none;
    list-style-image: none !important;
    line-height: 20px;
    display: inline-block;
}

footer ul li a {
    padding: 10px;
    font-size: 1rem;
    font-weight: 500;
    list-style-type: none;
    list-style-image: none;
    color: #000;
    line-height: 30px;
    text-decoration: none !important;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}

footer ul li a:hover {
    color: #009eb0;
}

.socialmedia {
    width: 24%;
    display: inline-block;
    font-size: 0px;
    text-align: right;
}

.sm {
    width: 40px;
    height: 40px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: center;
    border-radius: 20px;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    background-color: rgba(0, 0, 0, 0.8);
}

.sm:hover {
    background-color: #009eb0;
}

.instagram {
    background-image: url("../img/icons/instagram.png");
    margin-right: 10px;
}

.phone {
    background-image: url("../img/icons/phone.png");
    margin-right: 10px;
}

.email {
    background-image: url("../img/icons/email.png");
}

/* SWIPER SLIDER */

.slider-text {
    padding: 40px;
    position: absolute;
    bottom: 0px;
    width: calc(100% - 80px);
    left: 0px;
    height: 60px;
    text-align: left;
}

.slider-text h2 {
    font-size: 1.8rem;
    font-weight: 700;
    color: #fff;
    margin: 0px;
}

.slider-text h4 {
    font-size: 1.2rem;
    font-weight: 400;
    color: #fff;
}

.swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    min-height: 400px;
    display: block;
}
    
.swiper-slide {
    text-align: center;  
    font-size: 18px;  
    background: #fff;
    display: -webkit-box;   
    display: -ms-flexbox;   
    display: -webkit-flex;    
    display: flex;   
    -webkit-box-pack: center;   
    -ms-flex-pack: center;   
    -webkit-justify-content: center;    
    justify-content: center;   
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide-gradient {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 200px;
    background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.7));
}

.swiper-button-prev {
    left: 40px !important;
    display: none !important;
}

.swiper-button-next {
    right: 40px !important; 
    display: none !important; 
}

.swiper-button-next, .swiper-button-prev {
    color: #fff !important;
    opacity: 0.5 !important;
}

.swiper-button-next:hover, .swiper-button-prev:hover {
    color: yellow !important;
    opacity: 1 !important;
}

.swiper-pagination-bullet {
    background: #fff !important;
    opacity: 0.5 !important;
}

.swiper-pagination-bullet:hover {
    background: #fff !important;
    opacity: 1 !important;
}

.swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 0px !important;
    width: calc(100% - 80px) !important;
    padding: 40px !important;
    text-align: right !important;
}

.swiper-pagination-bullet-active {
    background: yellow !important;
    opacity: 1 !important;
}

.swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;
    border-radius: 5px !important;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.slide-1 {
    background-image: url("../img/slider/slider-image-011.jpg");
}

.slide-2 {
    background-image: url("../img/slider/slider-image-021.jpg");
}

.slide-3 {
    background-image: url("../img/slider/slider-image-031.jpg");
}

.slide-downloads {
    background-image: url("../img/slider/slider-image-04.jpg");
}

.slide-imprint {
    background-image: url("../img/shooting/shooting_03.jpg");
}

.slide-privacy {
    background-image: url("../img/shooting/shooting_09.jpg");
}

.slide-about {
    background-image: url("../img/shooting/shooting_10.jpg");
}

.slide-gallery {
    background-image: url("../img/shooting/shooting_06.jpg");
}

.slide-appointment {
    background-image: url("../img/shooting/shooting_01.jpg");
}

.slide-partner {
    background-image: url("../img/shooting/shooting_07.jpg");
}

.slide-contact {
    background-image: url("../img/shooting/shooting_08.jpg");
}

#anlage-slider {
    margin-top: 50px;
    margin-bottom: 50px;
}

#anlage-slider .swiper-slide {
    height: 675px !important;
}

.slide-anlage-01 {
    background-image: url("../img/shooting/shooting_02.jpg");
}

.slide-anlage-02 {
    background-image: url("../img/shooting/shooting_03.jpg");
}

.slide-anlage-03 {
    background-image: url("../img/shooting/shooting_09.jpg");
}

.slide-anlage-04 {
    background-image: url("../img/slider/anlage-01.jpg");
}

.slide-anlage-05 {
    background-image: url("../img/slider/anlage-02.jpg");
}

.fullscreen-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -100;
}

.fullscreen-bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}