@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/lato-v23-latin-300.woff2') format('woff2'), url('../fonts/lato-v23-latin-300.woff') format('woff')
}

@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/lato-v23-latin-regular.woff2') format('woff2'), url('../fonts/lato-v23-latin-regular.woff') format('woff')
}

@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/lato-v23-latin-700.woff2') format('woff2'), url('../fonts/lato-v23-latin-700.woff') format('woff')
}

.highlight-clean {
    color: #313437;
    background-color: #fff;
    padding: 50px 0
}

.highlight-clean p {
    color: #7d8285
}

.highlight-clean h2 {
    font-weight: 700;
    margin-bottom: 25px;
    line-height: 1.5;
    padding-top: 0;
    margin-top: 0;
    color: inherit
}

.highlight-clean .intro {
    font-size: 16px;
    max-width: 500px;
    margin: 0 auto 25px
}

.highlight-clean .buttons {
    text-align: center
}

.highlight-clean .buttons .btn {
    padding: 16px 32px;
    margin: 6px;
    border: none;
    background: #ddd;
    box-shadow: none;
    text-shadow: none;
    opacity: .9;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: .4px;
    line-height: 1;
    outline: 0
}

.highlight-clean .buttons .btn:focus-visible {
    outline: 2px solid #055ada;
    outline-offset: 2px
}

.highlight-clean .buttons .btn:hover {
    opacity: 1
}

.highlight-clean .buttons .btn:active {
    transform: translateY(1px)
}

.highlight-clean .buttons .btn-primary {
    background-color: #055ada;
    color: #fff
}

footer {
    text-shadow: 2px 2px 14px #2c2c2c;
    color: #fff
}

#impressumlink a,
footer a {
    color: #fff
}

.navigation-clean {
    background: #fff;
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #333;
    border-radius: 0;
    box-shadow: none;
    border: none;
    margin-bottom: 0
}

@media (min-width:768px) {
    .navigation-clean {
        padding-top: 1rem;
        padding-bottom: 1rem
    }
}

.navigation-clean .navbar-brand {
    font-weight: 700;
    color: inherit
}

.navigation-clean .navbar-brand:hover {
    color: #222
}

.navigation-clean .navbar-toggler {
    border-color: #ddd;
    color: #888
}

.navigation-clean .navbar-toggler:focus,
.navigation-clean .navbar-toggler:hover {
    background: 0 0
}

.navigation-clean.navbar-light .navbar-nav .nav-link.active,
.navigation-clean.navbar-light .navbar-nav .nav-link.active:focus,
.navigation-clean.navbar-light .navbar-nav .nav-link.active:hover {
    color: #8f8f8f;
    box-shadow: none;
    background: 0 0;
    pointer-events: none
}

.navigation-clean.navbar .navbar-nav .nav-link {
    padding-left: 18px;
    padding-right: 18px
}

.navigation-clean.navbar-light .navbar-nav .nav-link {
    color: #465765
}

.navigation-clean.navbar-light .navbar-nav .nav-link:focus,
.navigation-clean.navbar-light .navbar-nav .nav-link:hover {
    color: #37434d !important;
    background-color: transparent
}

.navigation-clean .navbar-nav>li>.dropdown-menu {
    margin-top: -5px;
    box-shadow: none;
    background-color: #fff;
    border-radius: 2px
}

.navigation-clean .dropdown-menu .dropdown-item,
.navigation-clean .dropdown-menu .dropdown-item:focus {
    line-height: 2;
    color: #37434d
}

.navigation-clean .dropdown-menu .dropdown-item:focus,
.navigation-clean .dropdown-menu .dropdown-item:hover {
    background: #eee;
    color: inherit
}

#ks_logo_navbar {
    width: 100%;
    min-width: 200px;
    max-width: 320px
}


@media (max-width:400px) {
    a.navbar-brand {
        padding: 0;
        margin: 0;
        width: 240px
    }

    #ks_logo_navbar {
        width: 100%;
        min-width: 160px;
        max-width: 160px
    }

}


.ks_headervideotext {
    margin-top: 50px !important;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, .3)
}

.video-container {
    height: 300px;
    width: 100%;
    position: relative;
    padding: 0 30px
}


@media (min-width:576px) {
    .video-container {
        height: 600px;
        width: 100%;
        position: relative
    }
}

.video-container video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    z-index: 0
}

.video-container .caption {
    z-index: 100;
    position: relative;
    color: #fff;
    font-size: 140%;
    margin-top: initial
}

.bild_in_headervideo {
    min-width: 150px;
    max-width: 75% !important;
}

.ticketbutton {
    display: inline-block;
    padding: 10px 20px;
    border: solid 1px #8E2F85;
    border-radius: 4px;
    text-decoration: none;
    background: linear-gradient(-24deg, rgb(49, 204, 130) 0%, rgb(65, 97, 136) 29%, rgb(148, 52, 150) 53%, rgb(240, 215, 83) 100%), #8E2F85;
    color: white
}

.ticketbutton:hover {
    opacity: .9
}

.ticketbutton:focus-visible {
    outline: 2px solid #8E2F85;
    outline-offset: 2px
}