header,
footer,
.home-landing-area,
.youtube-preview,
.accordion-button:after,
.event-search-form {
    display: none!important;
}
img {
    max-width: 100%;
}
main {
    padding-top: 0!important;
}
.row [class*="col-"] {
    width: 100%;
}
.row .col-lg-8.order-lg-1 {
    order: 1;
}
.row .col-lg-4 {
    order: 2;
    padding-top: 30px;
}
.article .row .col-lg-8.order-lg-1 {
    order: 2!important;
}
.article .row .col-lg-4 {
    order: 1!important;
}
.citko-event-single .row .col-lg-8.order-lg-1 {
    order: 2!important;
    padding-top: 30px;
}
.citko-event-single .row .col-lg-4 {
    order: 1!important;
}
.content-hero {
    max-width: 50%!important;
    max-height: 400px!important;
    width: auto!important;
    height:auto!important;
    transform: unset;
}
.content-hero img {
    max-width: 100%!important;
    max-height: 400px!important;
    width: auto!important;
    height:auto!important;
}

.accordion-collapse {
    display: block!important;
}
.swiper-wrapper {
    flex-direction: column;
}
.swiper-slide {
    width: 100%!important;
}
.teasertext-grid {
    -ms-grid-columns: 1fr!important;
    grid-template-columns: 1fr!important;
}
.swiper-slide .photocard {
    padding: 0;
    max-height: 400px;
}
.swiper-slide .photocard img {
    max-width: 100%!important;
    max-height: 400px!important;
    width: auto!important;
    height:auto!important;
    position: relative;
}
.photocard:before {
    display: none;
}