@font-face {
    font-family: 'Poppins Regular';
    src: url('/assets/fonts/Poppins-Regular.ttf') format('truetype');
    font-style: normal;
}

@font-face {
    font-family: 'Poppins SemiBold';
    src: url('/assets/fonts/Poppins-SemiBold.ttf') format('truetype');
    font-style: normal;
}

@font-face {
    font-family: 'Poppins Bold';
    src: url('/assets/fonts/Poppins-Bold.ttf') format('truetype');
    font-style: normal;
}

@font-face {
    font-family: 'Poppins Light';
    src: url('/assets/fonts/Poppins-Light.ttf') format('truetype');
    font-style: normal;
}

:root {
    --jumbo-height-desktop: 472px;
    --jumbo-height-mobile: 302px;
}

body {
    color: #4d555a;
    margin: 0;
    padding: 0;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.social {
    padding: 12px 27px 5px 5px;
}

.social a {
    margin-left: 5px;
    font-size: 16px;
}

@media screen and (min-width: 1016px) {
    .social {
        padding: 32px 10px 5px 5px;
    }

    .social a {
        margin-left: 5px;
        font-size: 22px;
    }
}

#jumbo {
    width: 100%;
    height: var(--jumbo-height-mobile);
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    margin-top: 69px;
    background-size: cover;
}

#jumbo-slogan {
    font-family: "Poppins Bold", sans-serif;
    font-size: 31px;
    color: white;
    max-width: 224px;
    margin-left: auto;
    margin-right: auto;
    margin-top: calc(var(--jumbo-height-mobile) / 4);
    text-shadow: 0 0 10px #000;
}

@media screen and (min-width: 1016px) {
    #jumbo {
        max-width: 1920px;
        height: var(--jumbo-height-desktop);
        margin-top: 102px;
    }

    #jumbo-slogan {
        font-size: 62px;
        max-width: 1007px;
        margin-top: calc(var(--jumbo-height-desktop) / 4);
    }
}

#einleitungstext {
    margin-top: 34px;
    font-family: "Poppins Light", sans-serif;
    font-size: 12px;
}

#einleitungstext h2 {
    font-family: "Poppins Bold", sans-serif;
    font-size: 20px;
    line-height: 1.5;
}

@media screen and (min-width: 1016px) {
    #einleitungstext {
        margin-top: 47px;
        font-size: 18px;
    }

    #einleitungstext h2 {
        font-size: 30px;
    }
}

@media screen and (max-width: 1016px) {
    .row {
        margin-left: unset;
    }
}

footer.development {
    box-shadow: 0 0 5px lightgreen inset;
}

body.staging {
    box-shadow: 0 0 5px #e5a859 inset;
}

a {
    color: #4d555a;
    font-weight: bold;
    text-decoration: none
}

a:focus, a:hover {
    text-decoration: none;
}

a.buyticket {
    padding: 19px;
    display: block;
    text-align: center;
    margin-top: 1em;
    border-radius: 9px;
}

.slogan {
    font-size: 25px;
    line-height: 1.2;
    font-style: italic;
}

strong {
    font-weight: 700
}

.navbar {
    background: #fff;
    padding-bottom: 9px;
    box-shadow: 0 0 3px #ddd;
}

@media screen and (min-width: 1016px) {
    .navbar {
       padding-bottom: 13px;
    }
}

.container-fluid {
    padding: 10px 40px;
    background-color: #fff;
    width: 100%;
    max-width: 1016px;
}

.container-fluid.navigation {
    padding:10px 10px;
    line-height: 1.2;
}

.container-fluid.navigation .logo-container {
    padding-left: 0
}

.container-fluid.head {
    padding:20px 30px;
    line-height: 1.2;
}

.container-fluid.search {
    padding: 20px 15px;
    background: transparent;
    max-width: 1092px;
}

.container-fluid.eventmelder {
    width: 100%;
    text-align: center;
}

.container-fluid.footer {
    padding: 20px 15px 90px 15px;
    width: 100%;
    max-width: unset;
}

#searchform {
    margin-left: -15px;
}

#search-section-panel {
    border: none;
    width: 311px;
    margin: 0 auto 0 auto;
    box-shadow: none;
}

#search-section {
    border-radius: 15px;
    border-bottom: none;
}

/* for detail-search selection above the searchfield */
#panel-search {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}

#searchfield {
    width: 280px;
}

#searchfield .input-lg {
    border-radius: 12px 0 0 12px;
    font-family: "Poppins Regular", sans-serif;
    font-size: 18px;
}

#searchfield .input-group-addon {
    color: #fff;
    border-radius: 0 12px 12px 0;
    width: 72px;
}

#submit-search {
    background-color: transparent;
    border: none;
}

#searchfield .input-group-addon i.glyphicon-search {
    font-size: 24px;
}

#filter-wrapper {
    width: 100%;
}

.filter-button-text {
    position: relative;
    left: 5px;
}

@media screen and (min-width: 1016px) {
    .filter-button-text {
        top: -3px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1015px) {
    #filter-wrapper {
        margin-top: 11px;
    }
}

#filter-wrapper a.btn {
    border-radius: 12px;
    font-family: "Poppins Regular", sans-serif;
}

:root {
    --filter-button-width: 220px;
    --searchfield-height-desktop: 79px;
    --searchfield-font-size-desktop: 28px;
}

#pager-row {
    width: 100%;
    min-width: 330px;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (min-width: 551px) {
    #pager-row {
        max-width: calc(100% - 170px);
    }
}

@media screen and (min-width: 1016px) {
    #pager-row {
        max-width: 1016px;
    }
}

.pager-forward,
.pager-back {
    border-radius: 12px;
    font-family: "Poppins Regular", sans-serif;
    color: #fff;
    border: none;
    padding: 10px 16px;
    font-size: 18px;
}

.pager-forward:hover, .pager-forward:focus,
.pager-back:hover, .pager-back:focus {
    color: #fff;
}

@media screen and (min-width: 1016px) {
    .pager-forward,
    .pager-back {
        font-size: var(--searchfield-font-size-desktop);
        height: var(--searchfield-height-desktop);
        padding-top: calc((var(--searchfield-height-desktop) - var(--searchfield-font-size-desktop) - 6px) / 2);
    }
}

@media screen and (min-width: 1016px) {
    #searchform {
        margin-left: unset;
    }

    #search-section-panel {
        border: none;
        width: 100%;
        max-width: 1092px;
        margin: 0 auto 0 auto;
    }

    #search-section {
        border-radius: 15px;
        padding: 20px;
    }

    #searchfield {
        /* with filter button on the right */
        /* width: calc(100% - var(--filter-button-width)); */
        width: 100%;
    }

    #searchfield .input-lg {
        border-radius: 12px 0 0 12px;
        font-size: var(--searchfield-font-size-desktop);
        height: var(--searchfield-height-desktop);
    }

    #searchfield .input-group-addon {
        color: #fff;
        border-radius: 0 12px 12px 0;
        width: 122px;
    }

    #searchfield .input-group-addon i.glyphicon-search {
        font-size: 42px;
    }

    #filter-wrapper {
        width: calc(100% - calc(100% - var(--filter-button-width) + 6px));
    }

    #filter-wrapper a.btn {
        height: var(--searchfield-height-desktop);
        font-size: var(--searchfield-font-size-desktop);
        padding-top: calc((var(--searchfield-height-desktop) - var(--searchfield-font-size-desktop)) / 2);
    }
}

@media screen and (max-width: 1015px) {
    #datepicker #from, #datepicker #to {
        font-size: 12px;
        padding: 1px;
    }
}

.container-fluid.content {
    padding: 15px 20px 15px 5px;
    margin: 10px auto 40px auto;
    background: transparent;
}

@media screen and (min-width: 500px) {
    .container-fluid.content {
        padding: 15px 15px 15px 5px;
        margin: 10px auto 40px auto;
        background: transparent;
    }
}

@media screen and (min-width: 1016px) {
    .container-fluid.content.eventmelder-mobile {
        padding: 0;
    }
}

.container-fluid.detail {
    margin-top: 140px;
    margin-bottom: 40px;
}

.container-fluid.detail .row {
    margin-left: -15px;
}

.container-fluid.detail h3 {
    margin-top: 15px;
}

.flex-right {
    display: flex;
    gap: 10px;
    justify-content: right;
}

.row.suche {
    padding: 0 0 10px;
}

.form-group.last {
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .form-inline .form-group:not(.last) {
        margin-bottom: 15px;
    }
}
@media (max-width: 767px) {
    .mt10-767 {
        margin-top: 10px;
    }
}

.hidden {
    display: none;
}

.image-wrapper {
    width: 115px;
    height: 204px;
    background-repeat: no-repeat;
    background-position: left bottom 22px;
    background-size: contain;
}

@media screen and (min-width: 1016px) {
    .image-wrapper {
        width: 400px;
        height: 300px;
        background-position: top;
        background-size: cover;
    }
}

.category-wrapper {
    text-align: right;
    padding-top: 7px;
}

:root {
    --eventloc-ml-desktop: 85px;
    --eventloc-ml-mobile: 20px;
}

.category-wrapper span.range {
    float: left;
    font-size: 12px;
    margin-left: var(--eventloc-ml-mobile);
    margin-top: 16px;
}

.category {
    font-family:"Poppins SemiBold", sans-serif;
    font-size: 12px;
    border-radius: 0 0 0 19px;
    padding: 11px;
    color: #fff;
}

@media screen and (min-width: 1016px) {
    .category-wrapper span.range {
        font-size: 15px;
        margin-left: var(--eventloc-ml-desktop);
        margin-top: 18px;
    }

    .category {
        font-size: 20px;
    }
}

ul {
    list-style: none outside none;
    list-style-position: inside;
    padding-left: 0
}

#head img {
    margin-top: 10px
}

.img-responsive {
    height: 40px;
    max-height: 60px
}

#topslider {
    display: none;
    padding: 0;
    margin: 0
}

#topslider.slick-initialized {
    display: block
}

#topslider .slick-slide {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0
}

#topslider img {
    width: 100%;
    height: auto;
    z-index: 1;
    padding: 0;
    margin: 0
}

#topslider .slidecaption {
    font-family: 'Poppins Regular', sans-serif;
    font-weight: 700;
    font-size: 24px;
    left: 5px;
    bottom: 5px;
    display: inline-block;
    position: absolute;
    z-index: 99;
    background-color: #fff;
    color: #4d555a;
    padding: 10px;
    opacity: .8;
    filter: alpha(opacity=80)
}


.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
    color: #4d555a;
}

.fixed {
    position: fixed;
    z-index: 1030;
    top: 0;
    float: none;
    width: 100%;
    max-width: 1150px
}

.nav a {
    font-family: 'Poppins Regular', sans-serif;
    font-weight: 700;
    font-size: 20px
}

.navbar-toggle {
    width: 100%;
    float: none;
    background-color: transparent !important;
    border: 0 !important
}

.navbar-default {
    background-color: #eee
}

.navbar-default .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li {
    overflow: hidden
}

.list-item {
    padding: 0;
    margin-bottom: 37px;
    background-color: #fff;
    clear: both;
    overflow: hidden;
    box-shadow: 10px 10px 20px #00000029;
    max-height: 182px;
    width: 100%;
    min-width: 330px;
    display: grid;
    grid-template-columns: 115px auto;
    gap: 0;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (min-width: 551px) {
    .list-item {
        max-width: calc(100% - 170px);
    }
}

@media screen and (min-width: 1016px) {
    .list-item {
        max-height: 316px;
        max-width: 1016px;
        grid-template-columns: 400px 616px;
    }
}

.zebra > li {
    transition: 2s all ease-in-out;
    opacity: 0;
}

#footer-navbar {
    padding-bottom: 0;
    margin-bottom: 0;
    box-shadow: none;
    border: none;
    flex: 0 0 270px;
    margin-top: auto;
}

.footer {
    text-align: center;
    box-shadow: none;
    color: #fff;
}

.footer a {
    color: #fff;
}

.footer-links a {
    font-weight: bold;
    color: #4d555a;
    text-shadow: 0 0 1px #fff;
    font-size: 25px;
    margin-bottom: 0;
}

.eventmelder {
    border-radius: 12px;
    color: #fff;
    padding: 29px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    max-width: 297px;
    position: relative;
    left: 7px;
}

@media screen and (min-width: 1016px) {
    .eventmelder {
        position: static;
    }
}

.eventmelder .heading,
.eventmelder p
{
    color: #fff;
}

.eventmelder .heading {
    font-family: "Poppins SemiBold", sans-serif;
    font-size: 20px;
    line-height: 1.5;
}

.eventmelder p {
    font-family: "Poppins Regular", sans-serif;
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 18px;
}

.eventmelder .btn {
    background-color: #fff;
    font-family: "Poppins SemiBold", sans-serif;
    font-size: 16px;
}

@media screen and (min-width: 1016px) {
    .eventmelder .heading {
        font-family: "Poppins SemiBold", sans-serif;
        font-size: 24px;
        line-height: 1.5;
    }

    .eventmelder p {
        font-family: "Poppins Regular", sans-serif;
        font-size: 20px;
        line-height: 1.5;
        margin-bottom: 20px;
    }

    .eventmelder .btn {
        background-color: #fff;
        font-family: "Poppins SemiBold", sans-serif;
        font-size: 18px;
    }
}

#eventmelder-link-desktop {
    display: none;
}

#eventmelder-mobile {
    display: block;
    margin-bottom: 23px;
}

#eventmelder-mobile.list-item.eventmelder {
    max-height: unset;
    padding: 0 19px 19px 19px;
    box-shadow: none;
}

@media screen and (min-width: 1016px) {
    #eventmelder-mobile.list-item.eventmelder {
        margin-left: -5px;
        margin-right: unset;
        max-width: 400px;
    }
}

@media screen and (min-width: 1650px) {
    #eventmelder-link-desktop {
        display: none;
        border-radius: 12px 0 0 12px;
        width: 251px;
        position: fixed;
        left: calc(100% - 251px);
        top: calc(50% - 150px);
    }
    #eventmelder-mobile {
        display: none;
    }
}

.cinema {
    float: right;
    font-weight: 700;
}

.datum {
    font-family: 'Poppins Regular', sans-serif;
    font-size: 12px;
    text-align: center;
    border-radius: 0;
    padding: 8px 0 8px 0;
    width: 115px;
    height: 96px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-direction: column;
    opacity: .85;
}

@media screen and (min-width: 1016px) {
    .datum {
        padding: 10px;
        width: 94px;
        height: 90px;
        margin-top: 28px;
        margin-left: 26px;
        border-radius: 19px;

        display: block;
        box-sizing: content-box;
    }
}

.datum .monat {
    display: block;
    font-weight: 700;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
}

.datum .tag {
    display: block;
    font-weight: 700;
    font-size: 20px;
    color: #fff;
    line-height: 1.1;
}

.datum .uhrzeit {
    display: block;
    font-weight: normal;
    color: #fff;
    padding-top: 4px;
}

@media screen and (min-width: 1016px) {
    .datum .monat {
        font-weight: 700;
        font-size: 16px;
    }

    .datum .tag {
        font-weight: 700;
        font-size: 38px;
        line-height: 1.1;
    }

    .datum .uhrzeit {
        padding-top: 4px;
    }
}

.kalender {
    border: 1px solid #ccc;
    padding: 0;
    width: 50px;
    background: #fff;
}

.eventloc {
    margin-left: var(--eventloc-ml-mobile);
    margin-top: 29px;
}

.eventloc .title {
    text-transform: uppercase;
    min-width: 195px;
    max-height: 42px;
    overflow: hidden;
    display: inline-block;
    padding-right: 5px;
    word-break: break-word;
}

.eventloc h3 {
    font-size: 20px;
    font-family: "Poppins SemiBold", sans-serif;
    font-weight: normal;
    margin-bottom: 0;
    margin-top: 0;
}

.eventloc .dateline {
    min-width: 195px;
    overflow: hidden;
    max-height: 21px;
    display: inline-block;
}

.eventloc .event-date_wochentag,
.eventloc .event-date_tag,
.eventloc .event-date_monat,
.eventloc .event-date_jahr,
.eventloc .event-time {
    font-size: 12px;
    font-family: "Poppins SemiBold", sans-serif;
}

.eventloc .event-location {
    font-size: 12px;
    font-family: "Poppins Light", sans-serif;
    max-height: 34px;
    min-width: 195px;
    overflow: hidden;
    display: inline-block;
}



@media screen and (min-width: 1016px) {
    .eventloc {
        margin-left: var(--eventloc-ml-desktop);
        margin-top: 60px;
    }

    .eventloc .title {
        max-width: 528px;
        max-height: 74px;
        word-break: normal;
    }

    .eventloc h3 {
        font-size: 36px;
        font-family: "Poppins SemiBold", sans-serif;
        margin-bottom: 5px;
        margin-top: 5px;
    }

    .eventloc .dateline {
        max-width: 528px;
        max-height: 27px;
    }

    .eventloc .event-date_wochentag,
    .eventloc .event-date_tag,
    .eventloc .event-date_monat,
    .eventloc .event-date_jahr,
    .eventloc .event-time {
        font-size: 20px;
        font-family: "Poppins SemiBold", sans-serif;
        max-height: 27px;
    }

    .eventloc .event-location {
        font-size: 20px;
        font-family: "Poppins Light", sans-serif;
        max-width: 528px;
        max-height: unset;
        overflow: unset;
    }
}


.rubrik {
    display: table-cell;
    vertical-align: top;
    padding-left: 20px;
}

.tipp {
    font-family: 'Poppins Regular', sans-serif;
    font-size: 12px;
    display: inline-block;
    width: 50px;
    margin-top: 9px;
    line-height: 17px;
    margin-right: 8px;
    text-align: center;
    float: left;
    font-weight: 700;
    color: #fff
}

#kinoliste li {
    overflow: hidden;
}

#spielorte .ui-accordion-header-collapsed {
    cursor: pointer;
}

#spielorte .ui-accordion-header {
    padding-bottom: 5px
}

#spielorte .ui-accordion-content-active {
    padding-bottom: 20px
}

.fancybox .overlay {
    background-color: #fff;
    color: #4d555a;
    display: inline-block;
    padding: 5px;
    margin-left: 7px;
    height: 30px;
    position: absolute;
    z-index: 10
}

.go-top {
    position: fixed;
    bottom: 19px;
    right: 7px;
    text-decoration: none !important;
    color: #fff !important;
    background-color: rgba(0, 0, 0, 0.3);
    font-size: 20px;
    padding: 11px;
    display: none;
    text-align: center;
    z-index: 1;
    border-radius: 7px;
}

.go-top:hover {
    background-color: rgba(0, 0, 0, 0.6)
}

.tags li {
    background-color: transparent !important
}

.tags li, .tags a {
    float: left;
    height: 24px;
    line-height: 24px;
    position: relative;
    font-size: 11px
}

.tags a {
    margin-left: 20px;
    padding: 0 10px 0 12px;
    background: #ddd;
    color: #4d555a;
    text-decoration: none;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px
}

.tags a:before {
    content: "";
    float: left;
    position: absolute;
    top: 0;
    left: -12px;
    width: 0;
    height: 0;
    border-color: transparent #ddd transparent transparent;
    border-style: solid;
    border-width: 12px 12px 12px 0
}

.tags a:after {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    float: left;
    width: 4px;
    height: 4px;
    border-radius: 2px;
    background: #fff;
}

.tags a:hover {
    background: #ccc
}

.tags a:hover:before {
    border-color: transparent #ccc transparent transparent
}

#reklame {
    text-align: center;
    border: 1px solid #ccc;
    padding-top: 5px
}

#reklame > div {
    margin-bottom: 5px
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins Regular', sans-serif;
    font-weight: 700;
    color: #333;
    margin-top: 5px
}

h1 {
    font-size: 28px
}

h2 {
    font-size: 24px
}

h3 {
    font-size: 20px
}

p, div {
    font-family: 'Poppins Regular', sans-serif;
    font-size: 16px;
    font-weight: 400;
}

#head {
    padding: 20px
}

#range-form label[for="range"] {
    font-weight: normal;
    margin-bottom: 0;
}

#range-output {
    display: inline;
    white-space: nowrap;
}

.input-distance-range {
    display: inline-flex;
    gap: 5px;
    border: 1px solid #ccc;
    align-items: center;
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    background-color: #fff;
}

.fadein {
    animation: fadeIn 0.9s 1;
    animation-fill-mode: forwards;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

h1 span.event_detail {
    font-size: 15px;
}

.detail-image-wrapper {
    margin-top: 30px;
}

.detail-image-wrapper img.detail-image {
    width: 100%;
    max-width: 500px;
    height: auto;
}

.detail-image-wrapper .detail-image-caption {
    font-size: 12px;
    font-family: "Poppins Regular", sans-serif;
}

.no-events {
    padding: 15px;
    font-weight: bold;
}
