/*  LWI theme
    2022 - Marc Philippi
    05.10.2022
*/

h2 {
    text-transform: uppercase;
    position: relative;
}

h2::after {
    content: "";
    position: absolute;
    display: block;
    width: 5rem;
    height: .15rem;
    background: #0059b1;
    left: 0;
    margin-left: 0;
    bottom: 0;
}

header .inside {
    position: relative;
}

header #container_video {
    position: relative;
    max-height: 100vh;
    overflow: hidden;
}

header #container_video video {
    width: 100%;
    display: block;
}

header .logo {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 99;
    animation: fadein 4s;
}

header .logo img {
    max-width: 75vw;
}

#produkte {
    --bs-link-color: var(--bs-body-color);
    --bs-link-hover-color: var(--bs-body-color);
}

#produkte .produkt {
    min-height: 25rem;
    background-size: cover;
    background-position: 50% 50%;
}

#produkte a {
    text-decoration: none;
}

#produkte .produkt p {
    background-color: rgba(0, 89, 177, 0.8);
    color: #ffffff;
}

#produkte .p-sprudelsysteme {
    background-image: url("./img/produkte-sprudelsysteme.jpg");
}

#produkte .p-sprudelsysteme:hover {
    background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.0)), url("./img/produkte-sprudelsysteme.jpg");
}

#produkte .p-co2zylinder {
    background-image: url("./img/produkte-co2zylinder.jpg");
}

#produkte .p-co2zylinder:hover {
    background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.0)), url("./img/produkte-co2zylinder.jpg");
}

#produkte .p-zubehoer {
    background-image: url("./img/produkte-zubehoer.jpg");
}
#produkte .p-zubehoer:hover {
    background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.0)), url("./img/produkte-zubehoer.jpg");
}

#ueber-uns {
    background-image: url("./img/bg_ueber-uns.jpg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-color: #d4e9fe;
}

#ueber-uns .row {
    padding-top: 200px;
}

#ueber-uns p {
    text-align: justify;
}

#kontakt {
    background-image: url("./img/bg_kontakt.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: #929ba3;
}

#kontakt .kontakt {
    background-color: rgba(255, 255, 255, 0.8);
}

/*
#map {
    width: 100%;
    height: 35rem;
    position: relative;
}

@media screen and (max-width: 768px) {
    #map {
        height: 25rem;
    }
}*/

#map {
    height: 35rem;
}

footer {
    background-color: #0059b1;
    color: #ffffff;
}

footer .nav {
    --bs-nav-link-color: #ffffff;
    --bs-nav-link-hover-color: #ffffff;
}
