/* Required for full background image */

.card {
    margin-bottom: 30px;
}

.top-nav-collapse {
    background-color: #563e91 !important;
}

.navbar:not(.top-nav-collapse) {
    background: transparent !important;
}

@media (max-width: 1000px) {
    .navbar:not(.top-nav-collapse) {
        background: #563e91 !important;
    }
}

.rgba-gradient {
    background: rgba(13, 146, 57,0.4);
}

li.nav-item {
    font-size: 20px;
    margin-right: 20px;
}
.navbar.navbar-dark .breadcrumb .nav-item .nav-link:hover, .navbar.navbar-dark .navbar-nav .nav-item .nav-link:hover {
    color: #ff3f34;
}
.top-nav-collapse {
    background-color: #1e272e!important;
}
.navbar-brand img {
    height: 50px;
}
@media (min-width: 991px) {
    .navbar-brand img {
        height: 75px;
        max-height: 75px;
        transition: max-height 0.15s ease-out;
    }
}
@media (max-width: 991px) {
    .navbar:not(.top-nav-collapse) {
        background: #1e272e !important;
    }
}

.top-nav-collapse img {
    max-height: 50px !important;
    transition: max-height 0.25s ease-in;
}
.dropdown .dropdown-menu.dropdown-primary .dropdown-item.active, .dropdown .dropdown-menu.dropdown-primary .dropdown-item:active, .dropdown .dropdown-menu.dropdown-primary .dropdown-item:hover, .dropleft .dropdown-menu.dropdown-primary .dropdown-item.active, .dropleft .dropdown-menu.dropdown-primary .dropdown-item:active, .dropleft .dropdown-menu.dropdown-primary .dropdown-item:hover, .dropright .dropdown-menu.dropdown-primary .dropdown-item.active, .dropright .dropdown-menu.dropdown-primary .dropdown-item:active, .dropright .dropdown-menu.dropdown-primary .dropdown-item:hover, .dropup .dropdown-menu.dropdown-primary .dropdown-item.active, .dropup .dropdown-menu.dropdown-primary .dropdown-item:active, .dropup .dropdown-menu.dropdown-primary .dropdown-item:hover {
    background-color: #9a1813!important;
}
.warning-text {
    color: #9a1813!important;
}
.jarallax {
    min-height: 350px;
}
hr {
    border:solid #9a1813 1px;
    width: 190px;
}
.danger-color {
    background-color: #9a1813!important;
}
.contact-section .contact .fab, .contact-section .contact .far, .contact-section .contact .fas {
    color: #FFFFFF !important;
}
.contact-form-link {
    color: #FFFFFF !important;
}
.price-cards .col-md-6 {
    margin-bottom: 40px;
}
.price-cards .card-body {
    min-height: 228px !important;
}
.billard-background {
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../img/slide/billard.jpg");
}
@media (max-width: 450px) {
    .display-4 {
        font-size: 2.5rem !important;
    }
}
div #map-canvas {
    height: 500px;
}
.text-note {
    font-size: 12px;
}
.birthday-image {

    background-size: cover;
    background-position: center;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12)!important;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12)!important;
    margin-bottom: 31px;
}
.company-cards .card {
    margin-bottom: 30px;
}
.text-big {
    font-size: 18px !important;
}
.highlights .card-up {
    height: 190px !important;
    background-size: cover!important;
    background-position: top;
}
.was-validated-fail {
    border-color: #dc3545 !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: center right calc(.375em + .1875rem) !important;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem) !important;
}
.was-validated-success {
    border-color: #28a745 !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") !important;
    background-repeat: no-repeat!important;
    background-position: center right calc(.375em + .1875rem)!important;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)!important;
}

@media (max-width: 530px) {
    h3 {
        font-size: 44px !important;
    }
}
@media (max-width: 767px) {
    .angebote-home .col-md-3{
        border-right: none!important;
        border-bottom: solid 1px #cccccc;
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
    .birthday-image {
        min-height: 236px;
        margin-right: 15px;
        margin-left: 15px;
    }
    img {
        max-height: 330px !important;
    }
    h1 {
        font-size: 2.0rem!important;
    }
}





.video-header {
    position: relative;
    background: #0d9239;
    height: 350px;
    min-height: 350px;
    width: 100%;
    overflow: hidden;
}

.video-header video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.video-header .container {
    position: relative;
    z-index: 2;
}

.video-header .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #0d9239;
    opacity: 1;
    z-index: 1;
}
.spacer-banner {
    margin-top: 230px;
}
@media (max-width: 767px) {
    .video-header {
        min-height: 10px;
        height: 270px;
    }
    .spacer-banner {
        margin-top: 0px;
    }
    .welcome_banner {
        display: none;
    }
    .corona_jumbo {
        margin: 0!important;
    }
}
h1.display-3.mb-2.text-white.text-uppercase.font-weight-bold.wow.fadeInDown {
    margin-top: 100px!important;
}
