/*
************************************************************
Styles:     flix//theme
Project:    flix-Base - Main CSS
Autor:      Alexander Weese
Copyright:  (c) interaktiv manufaktur
Website:    www.interaktiv-manufaktur.de
************************************************************
*/

@font-face {
    font-family: 'SharpGrotesk Medium 25';
    src: url(../_fonts/SharpGroteskMedium25.eot);
    src: url(../_fonts/SharpGroteskMedium25.eot?#iefix) format('embedded-opentype'),
    url(../_fonts/SharpGroteskMedium25.woff2) format('woff2'),
    url(../_fonts/SharpGroteskMedium25.woff) format('woff');

}

@font-face {
    font-family: 'SharpGrotesk Regular 20';
    src: url(../_fonts/SharpGroteskMedium20.eot);
    src: url(../_fonts/SharpGroteskMedium20.eot?#iefix) format('embedded-opentype'),
    url(../_fonts/SharpGroteskMedium20.woff2) format('woff2'),
    url(../_fonts/SharpGroteskMedium20.woff) format('woff');
}

@font-face {
    font-family: 'SharpGrotesk Book 20';
    src: url(../_fonts/SharpGroteskBook20.eot);
    src: url(../_fonts/SharpGroteskBook20.eot?#iefix) format('embedded-opentype'),
    url(../_fonts/SharpGroteskBook20.woff2) format('woff2'),
    url(../_fonts/SharpGroteskBook20.woff) format('woff');
}

@font-face {
    font-family: 'SharpGrotesk SemiBold 25';
    src: url(../_fonts/SharpGroteskSmBold25.eot);
    src: url(../_fonts/SharpGroteskSmBold25.eot?#iefix) format('embedded-opentype'),
    url(../_fonts/SharpGroteskSmBold25.woff2) format('woff2'),
    url(../_fonts/SharpGroteskSmBold25.woff) format('woff');
}

#floatingBarsG {
    position: relative;
    width: 60px;
    height: 75px;
}

.blockG {
    position: absolute;
    background-color: rgb(255, 255, 255);
    width: 10px;
    height: 23px;
    border-radius: 8px 8px 0 0;
    -o-border-radius: 8px 8px 0 0;
    -ms-border-radius: 8px 8px 0 0;
    -webkit-border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    transform: scale(0.4);
    -o-transform: scale(0.4);
    -ms-transform: scale(0.4);
    -webkit-transform: scale(0.4);
    -moz-transform: scale(0.4);
    animation-name: fadeG;
    -o-animation-name: fadeG;
    -ms-animation-name: fadeG;
    -webkit-animation-name: fadeG;
    -moz-animation-name: fadeG;
    animation-duration: 0.8s;
    -o-animation-duration: 0.8s;
    -ms-animation-duration: 0.8s;
    -webkit-animation-duration: 0.8s;
    -moz-animation-duration: 0.8s;
    animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-direction: normal;
    -o-animation-direction: normal;
    -ms-animation-direction: normal;
    -webkit-animation-direction: normal;
    -moz-animation-direction: normal;
}

#rotateG_01 {
    left: 0;
    top: 27px;
    animation-delay: 0.1s;
    -o-animation-delay: 0.1s;
    -ms-animation-delay: 0.1s;
    -webkit-animation-delay: 0.1s;
    -moz-animation-delay: 0.1s;
    transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
}

#rotateG_02 {
    left: 8px;
    top: 10px;
    animation-delay: 0.2s;
    -o-animation-delay: 0.2s;
    -ms-animation-delay: 0.2s;
    -webkit-animation-delay: 0.2s;
    -moz-animation-delay: 0.2s;
    transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
}

#rotateG_03 {
    left: 25px;
    top: 3px;
    animation-delay: 0.3s;
    -o-animation-delay: 0.3s;
    -ms-animation-delay: 0.3s;
    -webkit-animation-delay: 0.3s;
    -moz-animation-delay: 0.3s;
    transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
}

#rotateG_04 {
    right: 8px;
    top: 10px;
    animation-delay: 0.4s;
    -o-animation-delay: 0.4s;
    -ms-animation-delay: 0.4s;
    -webkit-animation-delay: 0.4s;
    -moz-animation-delay: 0.4s;
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
}

#rotateG_05 {
    right: 0;
    top: 27px;
    animation-delay: 0.5s;
    -o-animation-delay: 0.5s;
    -ms-animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
    -moz-animation-delay: 0.5s;
    transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
}

#rotateG_06 {
    right: 8px;
    bottom: 7px;
    animation-delay: 0.6s;
    -o-animation-delay: 0.6s;
    -ms-animation-delay: 0.6s;
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
    transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
}

#rotateG_07 {
    bottom: 0;
    left: 25px;
    animation-delay: 0.7s;
    -o-animation-delay: 0.7s;
    -ms-animation-delay: 0.7s;
    -webkit-animation-delay: 0.7s;
    -moz-animation-delay: 0.7s;
    transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
}

#rotateG_08 {
    left: 8px;
    bottom: 7px;
    animation-delay: 0.8s;
    -o-animation-delay: 0.8s;
    -ms-animation-delay: 0.8s;
    -webkit-animation-delay: 0.8s;
    -moz-animation-delay: 0.8s;
    transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
}


@keyframes fadeG {
    0% {
        background-color: #ff0084;
    }

    100% {
        background-color: rgb(255, 255, 255);
    }
}

@-o-keyframes fadeG {
    0% {
        background-color: #ff0084;
    }

    100% {
        background-color: rgb(255, 255, 255);
    }
}

@-ms-keyframes fadeG {
    0% {
        background-color: #ff0084;
    }

    100% {
        background-color: rgb(255, 255, 255);
    }
}

@-webkit-keyframes fadeG {
    0% {
        background-color: #ff0084;
    }

    100% {
        background-color: rgb(255, 255, 255);
    }
}

@-moz-keyframes fadeG {
    0% {
        background-color: #ff0084;
    }

    100% {
        background-color: rgb(255, 255, 255);
    }
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    word-break: break-word;
    word-wrap: break-word;
}

body, html {
    margin: 0;
    padding: 0;
    display: block;
    position: relative
}

html {
    height: 100%
}

body {
    min-height: 100%
}

p, span, li {
    font-family: "SharpGrotesk Book 20";
    line-height: 1.2;
}

a {
    font-family: "SharpGrotesk SemiBold 25";
    text-decoration: none;
    cursor: pointer;
    color: #fff
}

#main-canvas.standard a {
    color: #1e1e1e
}

a.external::before {
    content: url('/_images/arrow-right.png');
    display: inline-block;
    margin-right: 5px
}

a:hover {
    color: #FF0090 !important
}

h1, h2, h3, h4, h5, h6 {
    font-family: "SharpGrotesk Medium 25";
    line-height: 1.2;
    /*text-transform:uppercase;*/
}

h2 {
    font-family: "SharpGrotesk Medium 25";
    font-size: 50px;
    line-height: 1.2;
    margin-top: 100px;
}

h3 {
    font-family: "SharpGrotesk Medium 25";
    font-size: 18px;
    line-height: 1.2;
}

strong {
    font-family: "SharpGrotesk Medium 25";
    font-size: inherit;
    line-height: inherit;
    color: #393939;
}

@media only screen and (max-width: 3000px) {
    /* Navigation links - mobile */
    #page-canvas {
        padding-left: 50px;
        overflow: hidden;
        background-color: #FF0090;
    }
}

@media only screen and (min-width: 8000px) {
    /* Navigation oben - desktop */
    #page-canvas {
        padding-top: 100px;
        overflow: hidden
    }
}


.pink {
    color: #ff0084 !important;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

#headline {
    padding-left: 2.42%;
    margin-top: 50px;
    font-family: "SharpGrotesk Medium 25";
    font-size: 45px;
    line-height: 50px;
    margin-bottom: 25px;
}

.contentbox {
    padding-left: 3.42%
}

.slick-slide img {
    width: 100%;
    height: auto;
    display: block
}

/************ header *****************/

#header-video-container {
    background: transparent;
    width: 100%;
    height: auto;
    display: block;
}

#header-video-container video {
    width: 100%;
    height: auto;
    display: block;
}

.header-video-loader {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 75px;
}

#header-video-container.not-loaded {
    width: 100%;
    height: 100vh;
    background: #1e1e1e;
}

#flashlight-container {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: url(/_images/mainimage.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    overflow: hidden
}

#flashlight-container:hover {
    cursor: none
}

.spotlight {
    border-radius: 50%;
    height: 400px;
    width: 400px;
    position: absolute
}


/************ footer *****************/
#footer-bottom {
    background: #393939;
    padding-top: 15px;
    padding-bottom: 15px;
    overflow: hidden;
    width: 100%;
    padding-left: 15px;
    height: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: center;
    align-content: center
}

#footer {
    background: #1e1e1e;
    padding-top: 25px;
    position: relative;
    height: auto;
    overflow: hidden;
    padding-bottom: 25px
}

.footer-logo-image-left {
    background: url(/_images/logo.svg) center center no-repeat;
    background-size: cover;
    width: 145px;
    height: 159px;
    display: block;
    float: left;
    margin-left: 2.42%
}

.footer-contentbox {
    width: 100%;
    height: auto;
    float: left;
    overflow: hidden;
    margin-left: 130px;
    max-width: 35.4%;
}

.footer-contentbox .footer-operator-details {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 20px;
    display: block
}

.footer-contentbox h2 {
    color: #fff;
    margin-bottom: 25px;
    font-size: 25px;
    margin-top: 0 !important;
}

.footer-contentbox .operator-text {
    display: block;
    font-size: 20px;
    margin: 0;
    text-transform: none;
    font-family: 'SharpGrotesk Regular 20';
    color: #fff;
    line-height: 1.2;
    font-weight: normal;
}

.footer-contentbox .operator-email {
    font-size: 20px;
    margin: 0;
    text-transform: none;
    font-family: 'SharpGrotesk Regular 20';
    color: #fff
}

.nav-footer {
    width: auto;
    height: auto;
    overflow: hidden
}

.nav-footer-link {
    display: inline-block;
    float: left
}

.nav-footer-item .arrow {
    display: block;
    width: 33px;
    height: 24px;
    background: url(/_images/arrow-right.png) center center no-repeat;
    background-size: 32px 12px;
    margin-left: 5px;
    line-height: 24px;
    float: left
}

.nav-footer-link span {
    font-size: 19px;
    line-height: 24px;
    color: #fff;
    display: block;
    font-family: "SharpGrotesk Medium 25"
}

.nav-footer-link:hover span {
    color: #FF0090 !important
}

.sponsor-logos {
    /*   min-width: 230px;
             width: auto;
             display:flex;
             flex-flow:row;
             flex-wrap:nowrap;
             align-items: center;
             align-content: center;
             justify-content: space-between;
             max-width: 47.03%;
             float: left;
             margin-left: 5.46%;*/
}

.sponsor-text {
    width: 100%;
    margin-left: 230px;
    color: #b0b0b0;
    line-height: 21px;
    min-height: 90px;
    max-width: 170px;
    margin-right: 90px
}

.logo-headline {
    display: block;
    color: #b0b0b0;
    line-height: 21px;
    margin-bottom: 5px
}

.sponsor-link {
    display: block;
    color: #b0b0b0;
    line-height: 19px;
    font-family: "SharpGrotesk Book 20";
    font-size: 13px
}

.logo-box {
    width: 330px;
    margin-right: 30px;
    min-height: 90px;
    height: auto;
}

.unterstuetzer-logos {
    width: auto;
    margin-right: 0
}

.sponsor-logo {
    display: inline-block;
    float: left;
    margin-right: 8px;
    background-size: 100% auto;
    height: 29px;
    margin-bottom: 2px;
    background-position: bottom left;
    background-repeat: no-repeat;
}

.sponsor-logo.volksbank {
    width: 99px;
    background-image: url('/_images/logo-allgauer-volksbank.png');
}

.sponsor-logo.mona {
    width: 39px;
    background-image: url('/_images/logo-mona.png');
}

.sponsor-logo.sozialbau {
    width: 92px;
    background-image: url('/_images/logo-die-sozialbau.png');
}

.sponsor-logo.kunstschule {
    clear: both;
    width: 55px;
    background-image: url('/_images/logo-kunstschule-kempten.png');
}

.sponsor-logo.vhs {
    width: 40px;
    background-image: url('/_images/logo-vhs-kempten.png');
}

.sponsor-logo.kreisbote {
    width: 56px;
    background-image: url('/_images/logo-kreisbote.png');
}

.social-media-link {
    width: 50px;
    height: 50px;
    display: block;
    float: left;
    margin-top: 50px;
}

.instagram {
    background: url(/_images/instagram.png) center center no-repeat;
    background-size: cover;
    margin-left: 50px;
}

@media screen and (max-width: 1300px) {

    .instagram {
        margin-left: 20px;
    }

}

.facebook {
    background: url(/_images/facebook.png) center center no-repeat;
    background-size: cover;
    margin-left: 12px
}

.footer-logo-image-right {
    float: right;
    display: block;
    width: 156px;
    height: 31px;
    margin-right: 25px;
    background: url(/_images/kempten.png) center center no-repeat;
    background-size: cover
}

/*************** intro-main *****************/
.intro-main {
    padding-top: 45px;
    padding-bottom: 100px;
    width: 100%;
    background: #efefef;
    padding-right: 10px;
}

.intro-main .headline {
    margin-bottom: 25px
}

.intro-main .content {
    max-width: 76.11%;
    width: 100%
}

.intro-main .content p {
    font-size: 25px;
    line-height: 32px;
    font-family: "SharpGrotesk Medium 25";
    margin-bottom: 30px
}

.intro-main .content a {
    color: #E9047B;
    font-family: "SharpGrotesk Medium 25";
    display: inline-block;
    position: relative;
}

.intro-main.black .content a::after {
    content: '';
    background: url(/_images/arrow-right-big.svg) center center no-repeat;
    width: 87px;
    height: 30px;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
}

.intro-main .content a:nth-child(3)::after {
    margin-left: 23px;
}

.intro-main .content strong {
    font-family: 'SharpGrotesk Medium 25';
}

.white {
    background-color: white;
}

.pink {
    background-color: #ff0084;
    width: 100%;
    height: auto;

}

.black {
    background-color: #1e1e1e;
}

.rose {
    background-color: #f4b4d2;
}


.light-grey {
    background-color: #efefef;
}

.pink p, .black p {
    color: white;
}

.white p, .rose p, .light-grey p {
    color: #1e1e1e;
}

.pink .content strong {
    color: #1e1e1e;
}

.pink .content a:hover {
    color: #1e1e1e !important;
}

.rose .headline, .pink .headline, .black .headline {
    color: white;
}

.pink .content h2 {
    color: white;
}

.pink .content a {
    color: #1e1e1e;
}

.black .content a {
    color: #ff0084;
    width: 280px;
    padding-right: 92px;
    padding-bottom: 5px;
}

/************* googlemaps-main *************/
#googlemaps-save-list {
    position: absolute;
    top: 128px;
    right: 0;
    width: 60px;
    height: auto;
    background: 0 0;
    min-height: 800px;
    text-align: center
}

#googlemaps-save-list span {
    width: 50px;
    height: 50px;
    display: block;
    margin: 0 auto;
    cursor: pointer;
    text-align: center;
    line-height: 50px;
    margin-bottom: 5px
}

#googlemaps-save-list .save-list-item {
    color: #fff;
    background: #1e1e1e
}

#navigation-arrow {
    background: url(/_images/navigation-arrow-background.png) center center no-repeat;
    background-size: 30px 12px;
    background-color: #efefef
}

.map-loading-div, .artist-loading-div {
    position: absolute !important;
    top: calc(50% - 50px);
    left: calc(50% - 50px);
    z-index: 99999;
}

.googlemaps-main {
    padding-top: 38px;
    padding-bottom: 25px;
    min-height: 800px;
    height: auto
}

.googlemaps-main .headline {
    margin-bottom: 25px
}

.googlemaps-overlay-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    width: auto;
    min-width: 100px;
    position: absolute;
    z-index: 90;
    padding: 20px 0 0 15px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    /*max-width:54.08%*/
}

.gm-button {
    display: inline-block;
    float: left;
    color: #1e1e1e;
    background-color: #EFEFEF;
    margin-right: 3px;
    font-family: "SharpGrotesk Book 20";
    cursor: pointer;
    height: 30px;
    line-height: 30px;
    padding-left: 7px;
    padding-right: 7px;
    margin-bottom: 3px;
    min-width: 30px
}

.gm-button.busroute-link {
    background-color: #B82B67;
    color: #FFFFFF;
}

.gm-button.info-link {
    background-color: #B82B67;
    color: #FFFFFF;
}

.gm-button.reset-filter {
    background: url(/_images/filter-icon.png) center center no-repeat;
    background-size: 16px 17px;
    background-color: #EFEFEF
}

.gm-button.reset-filter.open {
    background: url(/_images/close-filter.png) center center no-repeat;
    background-size: 14px 14px;
    background-color: #EFEFEF
}

.gm-button.wc-link {
    background: url(/_images/wc.png) center center no-repeat;
    background-size: 20px 18px;
    background-color: #EFEFEF
}

#googlemaps-wrapper {
    overflow: visible;
    width: calc(100% - 60px)
}

.googlemaps-box {
    display: inline-block;
    width: 100%;
    max-width: 100%;
    min-height: 800px
}

.googlemaps-infowindow {
    display: none;
    height: auto;
    width: 360px;
    background-color: #E9047B;
    position: absolute;
    right: 150px;
    top: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 20px 0;
    z-index: 92
}

.googlemaps-buswindow {
    display: none;
    height: 200px;
    width: auto;
    min-width: 360px;
    background-color: #e9047b;
    position: absolute;
    right: 150px;
    top: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 60px 20px 0;
    z-index: 92
}

.gm-infowindow-close, .gm-infowindow-close-info {
    display: inline-block;
    position: absolute;
    height: 20px;
    width: 20px;
    background: url(/_images/gm-close.png) center center no-repeat;
    right: 15px;
    top: 15px;
    cursor: pointer;
    z-index: 95
}

.gm-num {
    font-size: 22px;
    color: #1e1e1e;
    font-family: "SharpGrotesk Medium 25";
    margin-right: 5px
}

.gm-headline {
    font-family: "SharpGrotesk Medium 25";
    font-size: 22px;
    line-height: 26px;
    color: #fff;
    display: block;
    margin-bottom: 20px;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    max-width: 305px;
    overflow: visible
}

.gm-text {
    font-size: 14px;
    color: #fff;
    display: block;
    margin-bottom: 50px;
    line-height: 16px
}

.gm-text h3 {
    margin-bottom: 10px
}

.gm-text p {
    margin-bottom: 20px;
    line-height: 16px;
    font-size: 12px
}

.gm-text p:last-child {
    margin-bottom: 0
}

.gm-text .black {
    display: block;
    color: #ffffff;
    font-size: 12px;
    line-height: 16px;
    background-color: #e9047b;
}

.gm-link {
    display: block;
    font-family: "SharpGrotesk Medium 25";
    font-size: 14px;
    line-height: 19px;
    padding: 15px 0 12px;
    border-top: 2px #B82B67 solid;
    color: #1e1e1e
}

.gm-link:hover {
    color: #fff !important
}

#googlemaps-main-mapcontainer {
    width: 100%;
    height: 100%;
    display: block;
    min-height: 800px
}

#googlemaps-main-mapcontainer img {
    max-width: 90.68%;
    width: 100%;
    height: auto;
    display: block
}

.gmLabel {
    height: 20px;
    width: 20px;
    background-color: #CCC;
    color: #fff
}

.topic-link-active {
    background-color: #ff0084
}

/*********** event-list-main **************/
.event-list-main {
    padding-top: 40px;
    padding-bottom: 65px;
    background: #efefef
}

.event-list-main .headline {
    margin-bottom: 60px
}

.event-list-container {
    max-width: 90.52%;
    width: 100%
}

.event-list-main .event-list-container {
    display:none;
}

.event-list-main.opened .event-list-container {
    display: block;
}

.event-list-main .headline-trigger {
    height: 47px;
    display: block;
    background-size: cover;
    cursor: pointer;
    right: 17px;
    transition: ease .6s;
    width: 120px;
    background: url(/_images/arrow-right.png) center center no-repeat;
    margin-top: 35px;
}

@media screen and (max-width: 768px) {
    .event-list-main .headline-trigger {
        margin-top: 0;
        margin-bottom: 30px;
    }
}

.event-list-main.opened .headline-trigger {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
}

.event-list-main .event-list-trigger-container {
    display: flex;
    align-items: center;
}

.event-item .trigger-container {
    padding-top: 33px;
    padding-bottom: 33px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.event-item {
    border-top: 1px solid #b82b67;
}

.event-item:last-child {
    border-bottom: 1px solid #b82b67;
}

.event-list-container .trigger-container .headline {
    font-size: 25px;
    line-height: 36px;
    font-family: "SharpGrotesk Medium 25";
    /* text-transform:uppercase;*/
    cursor: pointer;
}

.event-item.event-ended .trigger-container span, .event-item.event-ended .introtext *, .event-item.event-ended .content * {
    color: grey !important
}

.event-list-container .trigger-container span {
    font-size: 20px;
    line-height: 26px;
    cursor: pointer;
}

.event-item .trigger {
    width: 18px;
    height: 47px;
    display: block;
    background: url(/_images/trigger-arrow.png) center center no-repeat;
    background-size: cover;
    cursor: pointer;
    position: absolute;
    right: 17px;
    top: calc(50% - 23.5px);
    -webkit-transition: ease .6s;
    -o-transition: ease .6s;
    transition: ease .6s
}

.event-item.opened .trigger {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.event-item .content {
    display: none;
    max-width: 71.55%;
    width: 100%;
    margin-left: 16.23%;
    padding-left: 8px;
    margin-bottom: 25px
}

.event-item .content p {
    font-size: 13px;
    line-height: 19px
}

.event-time {
    max-width: 16.23%;
    width: 100%;
    margin-right: 8px;
    -ms-flex-preferred-size: 12.23%;
    flex-basis: 16.23%;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.event-time .time {
    font-family: "SharpGrotesk Medium 25";
    font-size: 20px !important;
    line-height: 34px !important;
}

.event-item .introtext {
    max-width: 71.55%;
    width: 100%;
}

.event-item .introtext h3 {
    font-size: 20px;
    line-height: 34px;
}

/********* artist-list-main *************/

.artist-search-list {
    position: absolute;
    left: 0;
    top: 35px;
    background: #fff;
    color: #1e1e1e;
    z-index: 999;
    width: 265px;
}

.artist-search-list .search-item {
    height: auto;
    padding-left: 5px;
    margin-bottom: 5px;
    border-top: 0.5px solid #1e1e1e;
    line-height: 20px;
    padding-top: 5px;
}

.artist-search-list .search-item .search-link {
    color: #01E1E1;
    display: block;
}

.artist-search-container {
    position: relative;
    max-width: 265px;
    width: 100%;
    height: auto;
    float: left;
}

#artist-search-input {
    height: 30px;
    width: 235px;
    padding-left: 5px;
    font-family: "SharpGrotesk Book 20", sans-serif;
    font-size: 16px;
    float: left;
    background: #efefef;
    border: none;
}

#artist-search-input.hidden {
    display: none;
}

.artist-list-main {
    padding-top: 40px;
    padding-bottom: 80px;
    background: #1e1e1e
}

.artist-list-main .headline {
    margin-bottom: 40px;
    color: #fff
}

.artist-list-main .content {
    color: #fff
}

.artist-list-main .headline-label {
    color: #ff0084;
}

.artist-list-main .content .artist-navigation-container {
    max-width: 74.08%;
    width: 100%;
    margin-bottom: 45px;
    display: inline-block
}

.artist-navigation {
    min-height: 30px
}

.tab-selected {
    display: block !important
}

.artist-list-main .content .artist-navigation-container .artist-navigation-item {
    width: 30px;
    height: 30px;
    display: block;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #393939;
    margin-right: 5px;
    margin-bottom: 5px;
    float: left
}

.artist-list-main .content .artist-navigation-container .artist-navigation-item.active {
    background: #ff0084
}

.artist-list-main .content .artist-navigation-container .artist-navigation-item.search {
    background-color: #efefef;
    background-image: url(/_images/icons/artist-search-icon.png);
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
    background-size: 15px;
    margin-right: 0;
}

.artist-list-main .content .artist-navigation-container .artist-navigation-link {
    font-size: 16px;
    line-height: 19px;
    font-family: "SharpGrotesk Book 20", sans-serif;
    user-select: none;
}

.artist-list-main .content .artist-navigation-container .artist-navigation-link:hover {
    color: #fff !important;
}

.artist-list-main .content .tabs .artist-tab {
    width: 100%;
    max-width: 86.5%;
    overflow: hidden;
    display: none;
}

.artist-list-main .content .tabs .tab.tab-selected {
    display: block;
}

.artist-list-main .content .tabs .artist-tab .image {
    float: left;
    max-width: 395px;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-right: 90px;
    min-height: 395px;
    padding-top: 20px;
}

.artist-list-main .content .tabs .artist-tab .image img {
    width: 100%;
    height: auto;
    display: block;
    max-width: 395px
}

.artist-list-main .content .tabs .artist-tab .content {
    height: auto;
    margin-right: 90px;
    max-width: 48.93%;
    float: right
}

.artist-list-main .content .tabs .artist-tab .content .headline {
    font-size: 25px;
    line-height: 34px;
    margin-bottom: 20px
}

.artist-list-main .content .tabs .artist-tab .content p {
    font-size: 13px;
    line-height: 19px;
    color: #fff;
    margin-bottom: 9px
}

.artist-list-main .content .tabs .artist-tab .content .place {
    font-family: "SharpGrotesk Medium 25";
    font-size: 20px;
    line-height: 34px;
    text-transform: uppercase;
    color: #fff;
    margin-top: 40px;
    display: block
}

.artist-list-main .slick-dots {
    position: absolute;
    left: 0;
    top: 0;
}

.artist-list-main .slick-dots li {
    cursor: pointer;
    width: 13px;
    height: 13px;
    background: #fff;
    float: left;
    margin-right: 5px
}

.artist-list-main .artist-tab .content h3 {
    margin-bottom: 15px;
}

.artist-list-main .slick-dots li.slick-active {
    background: #FF0090 !important
}

.artist-list-main .slick-dots li button {
    display: none
}

.artist-list-main .tabs .artist-tab .content a {
    font-family: "SharpGrotesk Book 20" !important
}

.artist-list-main .tabs .artist-tab .content p a::before {
    content: url('/_images/arrow-right.png');
    display: inline-block;
    margin-right: 5px
}

.artist-list-main #artist-tab-artist-tab-16 a::after,
.artist-list-main #artist-tab-artist-tab-26 a::after,
.artist-list-main #artist-tab-artist-tab-32 a[href="https://www.hearoes-band.de"]::after,
#artist-tab-artist-tab-35 > div:nth-child(1) > p:nth-child(13) > a:nth-child(1)::after,
.artist-list-main #artist-tab-artist-tab-47 a::after,
.artist-list-main #artist-tab-artist-tab-51 a[href="https://www.juliaobermaier.com"]::after,
.artist-list-main #artist-tab-artist-tab-54 a::after,
.artist-list-main #artist-tab-artist-tab-62 a::after {
    content: url('/_images/logos/logo_kulturfoerderung_kombiniert.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    max-width: 100px;
    width: auto;
    max-height: 100px;
    margin-bottom: 50px;
}

.artist-list-main #artist-tab-artist-tab-49 p:last-of-type::after,
.artist-list-main #artist-tab-artist-tab-52 p:last-of-type::after {
    content: url('/_images/logos/logo_kulturfoerderung_kombiniert.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    max-width: 100px;
    width: auto;
    max-height: 100px;
    margin-bottom: 150px;
}


/******* image-slider-main *************/
.image-slider-main {
    padding-left: 0 !important;
    overflow: hidden;
}

.image-slider-container {
    max-height: 1080px;
    background: #1e1e1e;
}

.image-slider-main .image-subline {
    position: absolute;
    top: 75%;
    color: #fff;
    font-size: 20px;
    left: 1.5%;
}

.image-slider-main .headline {
    position: absolute;
    top: 45px;
    left: 2.42%;
    color: #fff;
    z-index: 999
}

.image-slider-main .slick-dots {
    position: absolute;
    left: 30px;
    bottom: 40px
}

.image-slider-main .slick-dots li {
    cursor: pointer;
    width: 13px;
    height: 13px;
    background: #fff;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px
}

.image-slider-main .slick-dots li.slick-active {
    background: #FF0090 !important
}

.image-slider-main .slick-dots li button {
    display: none
}

/************ texteditor-main ****************/
.texteditor-main {
    padding-top: 45px;
    padding-bottom: 45px;
    height: auto;
    overflow: hidden
}

.texteditor-main .content-left {
    max-width: 31.98%;
    width: 100%;
    float: left;
    margin-right: 7.28%
}

.texteditor-main .content-left h2 {
    font-size: 18px;
    line-height: 34px;
    margin-bottom: 25px;
    margin-top: 25px;
    hyphens: auto;
}

.texteditor-main .headline {
    margin-bottom: 35px;
    font-size: 40px !important;
    line-height: 60px !important
}

.texteditor-main .content-left p {
    line-height: 20px
}

.texteditor-main .content-right {
    max-width: 31.98%;
    width: 100%;
    float: left
}

.texteditor-main .content-right h2 {
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 25px;
    margin-top: 25px
}

.texteditor-main .content-right p {
    line-height: 20px
}


/************ texteditor-full-width **************/
.texteditor-full-width {
    padding-top: 45px;
    padding-bottom: 45px;
    height: auto;
    overflow: hidden
}

.texteditor-full-width .headline {
    margin-bottom: 35px !important;
    font-size: 40px !important;
    line-height: 34px !important
}

.texteditor-full-width .content {
    max-width: 90%;
    width: 100%
}

.texteditor-full-width .content h2 {
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 25px;
    margin-top: 25px
}

.texteditor-full-width .content p {
    line-height: 20px
}

.texteditor-full-width a {
    color: #1e1e1e !important;
    text-decoration: none !important;
}

.texteditor-full-width a:hover {
    color: #1e1e1e !important;
    text-decoration: none !important;
}

/************** texteditor-children-main *************/
.texteditor-children-main {
    padding-bottom: 45px;
    width: auto;
    height: auto;
    overflow: hidden;
    background: #f4b4d2;
    background-position-x: calc(100% - 20%);
    color: #1e1e1e;
}

/*url(/_images/background_superman.png) no-repeat center right*/

.texteditor-children-main .headline {
    margin-bottom: 35px !important;
    color: white;
    font-size: 50px;
}

.texteditor-children-main .headline span {
    font-family: "SharpGrotesk Medium 25";
}

.texteditor-children-main .headline span::after {
    content: none;
}

.texteditor-children-main p {
    font-size: 22px;
    font-family: "SharpGrotesk Medium 25";
    font-color: #1e1e1e;
    line-height: 1.5 !important;
}

.texteditor-children-main .content-left {
    max-width: 55.98%;
    width: 100%;
    float: left;
    /*margin-right:7.28%;*/
    color: #1e1e1e;
    padding-right: 40px;
}

.texteditor-children-main .content-left h2 {
    color: #1e1e1e;
    line-height: 44px
}


.texteditor-children-main .content-left p {
    line-height: 20px;
    color: #1e1e1e;
}

.texteditor-children-main .content-right {
    max-width: 31.98%;
    width: 100%;
    float: left;
    color: #1e1e1e;
}

.texteditor-children-main .content-right strong,
.texteditor-children-main .content-left strong {
    color: #1e1e1e;
    font-weight: bold;
}

.texteditor-children-main .content-right h2 {
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 25px;
    color: #1e1e1e;
}

.texteditor-children-main .content-right p {
    color: #1e1e1e;
    box-sizing: border-box;
    font-size: 25px;
    line-height: 32px;
    font-family: "SharpGrotesk Medium 25", sans-serif;
    margin-bottom: 30px;
}

.texteditor-children-main a {
    font-family: "SharpGrotesk Book 20", sans-serif;
    color: #1e1e1e;
}

.texteditor-children-main .content-left a::before, .texteditor-children-main .content-right a::before {
    content: url('/_images/arrow-right.png');
    display: inline-block;
    margin-right: 5px
}

.texteditor-children-main img {
    width: 100%;
    height: auto;
}

.texteditor-children-main h3 {
    font-size: 28px;
    font-weight: bold;
}

/************ instagram-main ***************/
.instagram-main {
    padding-top: 45px;
    padding-bottom: 45px;
    background: #1e1e1e
}

.instagram-main .headline {
    margin-bottom: 45px;
    color: #fff
}

.instagram-main .instagram-post-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    color: #fff
}

.instagram-main .instagram-post {
    display: block;
    width: 271px;
    height: 271px;
    -ms-flex-preferred-size: 271px;
    flex-basis: 271px;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    margin-right: 29px;
    margin-bottom: 29px;
    color: #fff;
    max-width: 271px
}

.instagram-main .instagram-post .image {
    width: 271px;
    height: 271px
}

.instagram-main .instagram-post .image img {
    width: 100%;
    height: auto;
    display: block
}

.instagram-main .instagram-post .post-link {
    width: auto;
    height: auto;
    cursor: pointer;
    overflow: hidden;
    display: block
}

/********** route-list-main *************/
.list-route-main {
    padding-top: 80px;
    padding-bottom: 80px
}

.list-route-main .route-item {
    padding-top: 33px;
    padding-bottom: 33px;
    max-width: 58.52%;
    width: 100%;
    border-bottom: 1px solid #b82b67
}

.list-route-main .route-item:first-child {
    border-top: 1px solid #b82b67
}

.list-route-main .route-item h2 {
    display: block;
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 30px
}

.list-route-main .route-item h3 {
    margin-bottom: 10px;
    color: #FF0090 !important
}

.list-route-main .route-item span {
    display: block;
    margin-bottom: 8px
}

.list-route-main .route-item ul {
    margin-bottom: 20px
}

.list-route-main .route-item a {
    color: #1e1e1e;
    font-size: 14px;
    margin-bottom: 5px;
    display: inline-block
}

.list-route-main .route-item .event-time {
    display: block;
    width: 100%;
    overflow: hidden;
    max-width: 100%;
    margin-top: 15px;
    margin-bottom: 15px
}

.list-route-main .route-item .event-time span {
    float: left;
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 0;
    font-family: "SharpGrotesk Medium 25"
}

.list-route-main .route-item .event-copytext {
    margin-bottom: 25px
}

.list-route-main .route-item .event-topic {
    margin-bottom: 25px
}

.list-route-main .artist-content {
    margin-bottom: 25px
}

.list-route-main .artist-content:last-child {
    margin-bottom: 0
}

.list-route-main .artist-content p {
    font-size: 13px;
    line-height: 19px;
    margin-bottom: 8px
}

.list-route-main .artist-content p:last-child {
    margin-bottom: 0
}

#print-route-list-button {
    color: #1e1e1e;
    margin-top: 35px;
    display: inline-block;
    margin-bottom: 35px
}

#text-karte-link {
    color: #FF0090 !important
}

.image-main img {
    width: 100%;
    height: auto;
    display: block;
    max-width: 800px;
}


/********** archive *************/

.artist-search-list {
    position: absolute;
    left: 0;
    top: 35px;
    background: #fff;
    color: #1e1e1e;
    z-index: 999;
    width: 265px;
}

.artist-search-list .search-item {
    height: auto;
    padding-left: 5px;
    margin-bottom: 5px;
    border-top: 0.5px solid #1e1e1e;
    line-height: 20px;
    padding-top: 5px;
}

.artist-search-list .search-item .search-link {
    color: #1e1e1e;
    display: block;
}

.artist-search-container {
    position: relative;
    max-width: 265px;
    width: 100%;
    height: auto;
    float: left;
}

#artist-search-input {
    height: 30px;
    width: 235px;
    padding-left: 5px;
    font-family: "SharpGrotesk Book 20";
    font-size: 16px;
    float: left;
    background: #efefef;
    border: none;
}

#artist-search-input.hidden {
    display: none;
}

.artist-list-main {
    padding-top: 40px;
    padding-bottom: 80px;
    background: #1e1e1e
}

.archive .headline {
    margin-bottom: 40px;
    margin-top: 40px;
    margin-left: 20px;
    color: #fff;
    background-color: #1e1e1e;
    font-size: 45px;
}


.archive .headline-label {
    color: #ff0084;
}

.archive .content .artist-navigation-container {
    max-width: 74.08%;
    width: 100%;
    margin-bottom: 45px;
    display: inline-block
}

.artist-navigation {
    min-height: 30px
}

.tab-selected {
    display: block !important
}

.archive .content .artist-navigation-container .artist-navigation-item {
    width: 30px;
    height: 30px;
    display: block;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #393939;
    margin-right: 5px;
    margin-bottom: 5px;
    float: left
}

.archive .content .artist-navigation-container .artist-navigation-item.active {
    background: #ff0084;
}

.archive .content .artist-navigation-container .artist-navigation-item.search {
    background-color: #efefef;
    background-image: url(/_images/icons/artist-search-icon.png);
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
    background-size: 15px;
    margin-right: 0;
}

.archive .content .artist-navigation-container .artist-navigation-link {
    font-size: 16px;
    line-height: 19px;
    font-family: "SharpGrotesk Book 20", sans-serif;
    width: 100%;
    display: inline-block;
    text-align: center;
}

.archive .content .artist-navigation-container .artist-navigation-link:hover {
    color: #fff !important;
}

.archive .content .tabs .artist-tab {
    width: 100%;
    max-width: 86.5%;
    overflow: hidden;
    display: none;
}

.archive .content .tabs .tab.tab-selected {
    display: block;
}

.archive .content .tabs .artist-tab .image {
    float: left;
    max-width: 395px;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-right: 90px;
    min-height: 395px;
    padding-top: 20px;
}

.archive .content .tabs .artist-tab .image img {
    width: 100%;
    height: auto;
    display: block;
    max-width: 395px
}

.archive .content .tabs .artist-tab .content {
    height: auto;
    /*margin-right:90px;
    max-width:48.93%;*/
    float: right
}

.archive .content .tabs .artist-tab .content .headline {
    font-size: 25px;
    line-height: 34px;
    margin-bottom: 20px
}

.archive .content .tabs .artist-tab .content p {
    font-size: 13px;
    line-height: 19px;
    color: #fff;
    margin-bottom: 9px
}

.archive .content .tabs .artist-tab .content .place {
    font-family: "SharpGrotesk Medium 25";
    font-size: 20px;
    line-height: 34px;
    /* text-transform:uppercase;*/
    color: #fff;
    margin-top: 40px;
    display: block
}

.archive .slick-dots {
    position: absolute;
    left: 0;
    top: 0;
}

.archive .slick-dots li {
    cursor: pointer;
    width: 13px;
    height: 13px;
    background: #fff;
    float: left;
    margin-right: 5px
}

.archive .artist-tab .content h3 {
    margin-bottom: 30px
}

.archive .slick-dots li.slick-active {
    background: #FF0090 !important
}

.archive .slick-dots li button {
    display: none
}

.archive .tabs .artist-tab .content a {
    font-family: "SharpGrotesk Book 20" !important
}

.archive .tabs .artist-tab .content p a::before {
    content: url('/_images/arrow-right.png');
    display: inline-block;
    margin-right: 5px
}


.archive .content {
    display: none;
    /* max-width:71.55%;*/
    width: 100%;
    /*margin-left:16.23%;*/
    padding-left: 8px;
    margin-bottom: 25px;
    color: #fff;
    background-color: #1e1e1e;
}

.archive.opened .content {
    display: block;
}

.archive {
    background-color: #1e1e1e;
}

.archive .trigger-container {
    padding-top: 33px;
    padding-bottom: 33px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-color: #1e1e1e;
}

.archive .trigger-container span {
    font-size: 20px;
    line-height: 26px;
    cursor: pointer;
}

.archive .trigger {
    height: 47px;
    display: block;
    background-size: cover;
    cursor: pointer;
    right: 17px;
    top: calc(50% - 23.5px);
    -webkit-transition: ease .6s;
    -o-transition: ease .6s;
    transition: ease .6s;
    width: 120px;
    background: url(/_images/arrow-right.png) center center no-repeat;
    /*background-size:cover;*/
}

.archive.opened .trigger {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.archive .year-filter-button {
    font-family: "SharpGrotesk Medium 25";
    font-size: 25px;
    background-color: #1e1e1e;
    color: white;
    border: none;
    margin-right: 30px;
}

.archive .year-filter-container {
    margin-bottom: 50px;
}

.archive .old-artists-link {
    color: #1e1e1e !Important;
    font-family: "SharpGrotesk Medium 25";
    font-size: 40px !important;
    display: inline-block;
    padding-top: 50px;
    padding-bottom: 20px;
}

.archive .old-artists-container {
    background-color: #efefef;
    padding-left: 8%;
    width: 110%;
    padding-right: 10px;
}

.archive .content .old-artists-container:last-child {
    margin-left: -8%;
}

.archive .arrow {
    display: inline-block;
    width: 33px;
    height: 24px;
    background: url(/_images/arrow-right.png) center center no-repeat;
    background-size: 32px 12px;
    margin-left: 15px;
    line-height: 24px;
}

.archive .tabs .artist-tab a {
    color: white !important;
}

.archive .artist-navigation-link {
    color: white !important;
}

#pageElement-494 .trigger-container {
    padding-top: 250px;
    padding-bottom: 250px;
}


/********** accordion *************/

.accordion .sub-headline {
    font-size: 25px;
    margin-top: 0;
    margin-bottom: 50px;
}

.accordion {
    background: #efefef;
}

.accordion-container {
    max-width: 90.52%;
    width: 100%;
}

.accordion-item {
    border-top: 1px solid #b82b67;
    position: relative;
}

.accordion-item:last-child {
    border-bottom: 1px solid #b82b67;
}

.accordion-item .trigger {
    width: 18px;
    height: 47px;
    display: block;
    background: url(/_images/trigger-arrow.png) center center no-repeat;
    background-size: cover;
    cursor: pointer;
    position: absolute;
    right: 17px;
    top: calc(50% - 23.5px);
    transition: ease .6s;
}

.accordion-item.opened .trigger {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}

.accordion-item .content {
    display: none;
    max-width: 81.55%;
    width: 100%;
    margin-left: 7.23%;
    padding-left: 8px;
    margin-bottom: 25px;
}


.accordion .accordion-trigger-container {
    padding-top: 33px;
    padding-bottom: 33px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.accordion .accordion-trigger,
.accordion .trigger {
    user-select: none;
}


@media screen and (max-width: 480px) {
    .pageElement-accordion .accordion-trigger {
        margin-top: 10px;
    }

    .pageElement-accordion .headline {
        margin-bottom: 20px;
        margin-top: 30px;
    }
}

@media screen and (max-width: 768px) {
    .pageElement-accordion .accordion-trigger {
        margin-top: 0;
    }

    .pageElement-accordion .headline {
        margin-bottom: 0;
    }
}

.accordion .accordion-trigger {
    height: 47px;
    display: block;
    background-size: cover;
    cursor: pointer;
    right: 17px;
    top: calc(50% - 23.5px);
    transition: ease .6s;
    width: 120px;
    background: url(/_images/arrow-right.png) center center no-repeat;
}

.accordion.opened .accordion-trigger {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
}

.accordion .accordion-container, .accordion .sub-headline {
    display: none;
}

.accordion.opened .accordion-container, .accordion.opened .sub-headline {
    display: block;
}

.pageElement-accordion span, .pageElement-accordion p {
    font-family: "SharpGrotesk Medium 25";
    font-size: 25px;
}

@media screen and (max-width: 600px) {
    .accordion p, .accordion span {
        font-size: 18px;
        word-break: normal;
        overflow-wrap: break-word;
    }

    .accordion .headline-item {
        font-size: 22px;
        padding-right: 20px;
    }
}

.accordion .headline {
    margin-bottom: 40px;
    margin-top: 40px;
    color: #1e1e1e;
    background-color: #efefef;
    font-size: 45px;
}

.accordion .trigger-container {
    padding-top: 33px;
    padding-bottom: 33px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-color: #efefef;
}

.pageElement-accordion .headline-item {
    color: grey;
}

.accordion a {
    color: #ff0084;
}

.accordion .accordion-headline {
    max-width: 94%;
}

#pageElement-489 #accordion-item-7 .content::after {
    content: "";
    background-image: url(/_images/logos/logos-preise-auszeichnungen.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    max-width: 1500px;
    width: auto;
    height: 600px;
    margin-top: -190px;
    margin-left: -70px;
    margin-bottom: -200px;
}

@media screen and (max-width: 1300px) {
    #pageElement-489 #accordion-item-7 .content::after {
        margin-left: -50px;
    };
}

@media screen and (max-width: 900px) {
    #pageElement-489 #accordion-item-7 .content::after {
        margin-left: -30px;
        margin-top: -190px;
    };
}

@media screen and (max-width: 700px) {
    #pageElement-489 #accordion-item-7 .content::after {
        content: "";
        background-image: url(/_images/logos/logos-preise-auszeichnungen_mobil.png);
        max-width: 600px;
        margin-top: 20px;
        margin-bottom: 0;
    };
}


#pageElement-489 #accordion-item-8 > div:nth-child(3) > p:nth-child(1)::after {
    content: "";
    background-image: url(/_images/logos/logos_02.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    max-width: 1300px;
    width: auto;
    height: 500px;
    margin-top: -150px;
    margin-bottom: -100px;
}

@media screen and (max-width: 1200px) {
    #pageElement-489 #accordion-item-8 > div:nth-child(3) > p:nth-child(1)::after  {
        content: "";
        background-image: url(/_images/logos/logos_02_mobil.png);
        max-width: 600px;
        margin-top: 50px;
        margin-bottom: 50px;
    };
}


#pageElement-489 #accordion-item-8 > div:nth-child(3) > p:nth-child(2)::after {
    content: "";
    background-image: url(/_images/logos/logos_03_a.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    max-width: 1300px;
    width: auto;
    height: 500px;
    margin-top: -150px;
    margin-bottom: -100px;
}

@media screen and (max-width: 1200px) {
    #pageElement-489 #accordion-item-8 > div:nth-child(3) > p:nth-child(2)::after  {
        content: "";
        background-image: url(/_images/logos/logos_03_mobil.png);
        max-width: 600px;
        margin-top: -50px;
        margin-bottom: -20px;
    };
}

#pageElement-498 .accordion-trigger-container {
    padding-top: 180px;
    padding-bottom: 80px;
}

#pageElement-498 .accordion-headline {
    max-width: 80%;
}

#pageElement-498 .sub-headline {
    margin-top: -50px;
}

#pageElement-498 {
    padding-bottom: 100px;
}


#pageElement-498 #accordion-item-3 a::after {
    content: "";
    background-image: url(/_images/2024-KunstNacht-Aufruf.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    max-width: 1300px;
    width: auto;
    height: 500px;
    margin-top: 50px;
}

#pageElement-498 #accordion-item-1 a::after {
    content: "";
    background-image: url(/_images/2024-KunstNacht-Aufruf.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    max-width: 1300px;
    width: auto;
    height: 500px;
    margin-top: 50px;
}

/********** eyes *************/

.eye-wrapper {
    display: grid;
    grid-template-rows: repeat(6, auto);
    grid-template-columns: repeat(auto-fill, 1fr);
    /*grid-auto-flow: column;*/
    background-color: #1e1e1e;
    width: 100%;
    height: auto;
    position: relative;
    padding: 10px;
    gap: -10px;
    overflow: hidden;
}

.eye-pair {
    display: flex;
    align-items: flex-start;
}

.eye {
    background: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 8px;
    position: relative;
}

.pupil {
    width: 80%;
    height: 80%;
    background: url(/_images/eye.svg) no-repeat;
    position: absolute;
}

.really-small .eye {
    width: 60px;
    height: 60px;
}

.small .eye {
    width: 90px;
    height: 90px;
}

.normal .eye {
    width: 115px;
    height: 115px;
}

.big .eye {
    width: 150px;
    height: 150px;
}


#pair1 {
    grid-area: 1 / 2 / 1 / 2;
    margin-top: 10px;
    margin-left: -80px;
}

#pair2 {
    grid-area: 1 / 3 / 1 / 3;
    margin-top: 10px;
}

#pair3 {
    grid-area: 1 / 5 / 1 / 5;
    margin-bottom: 30px;
    margin-left: 30px;
    margin-top: 10px;
}

#pair4 {
    grid-area: 2 / 1 / 2 / 1;
    margin-left: 90px;
}

#pair5 {
    grid-area: 2 / 2 / 2 / 2;
    margin-bottom: 30px;
    margin-left: 120px;
}

#pair6 {
    grid-area: 2 / 3 / 2 / 3;
    margin-top: 150px;
    margin-left: 70px;
}

#pair7 {
    grid-area: 2 / 5 / 2 / 5;
    margin-bottom: 100px;
    margin-left: 100px;
}

#pair8 {
    grid-area: 2 / 6 / 2 / 6;
    margin-top: 90px;
}

#pair9 {
    grid-area: 3 / 1 / 3 / 1;
    margin-left: 90px;
    margin-top: 50px;
}

#pair10 {
    grid-area: 3 / 2 / 3 / 2;
    margin-bottom: 120px;
    margin-left: -100px;
}

#pair11 {
    grid-area: 3 / 3 / 3 / 3;
    margin-top: 90px;
    margin-left: -130px;
}

#pair12 {
    grid-area: 3 / 5 / 3 / 5;
    margin-left: 40px;
    margin-bottom: 50px;
}

#pair13 {
    grid-area: 3 / 6 / 3 / 6;
    margin-left: 70px;
    margin-top: 80px;
}

#pair14 {
    grid-area: 4 / 2 / 4 / 2;
    margin-left: -250px;
}

#pair15 {
    grid-area: 4 / 5 / 4 / 5;
    margin-left: 150px;
}

#pair16 {
    grid-area: 5 / 3 / 5 / 3;
    margin-left: -30px;
}

#pair17 {
    grid-area: 5 / 5 / 5 / 5;
    margin-left: 100px;
    margin-top: 60px;
}

#pair18 {
    grid-area: 6 / 1 / 6 / 2;
    margin-left: 70px;
    margin-bottom: 40px;
}

#pair19 {
    grid-area: 6 / 2 / 6 / 2;
    margin-left: 90px;
    margin-top: 40px;
}

#pair20 {
    grid-area: 6 / 3 / 6 / 3;
    margin-left: 90px;
    margin-top: 30px;
}

#pair21 {
    grid-area: 6 / 5 / 6 / 5;
    margin-right: 150px;
    margin-top: 100px;
}

#pair22 {
    grid-area: 6 / 6 / 6 / 6;
    margin-bottom: 100px;
    margin-left: -100px;
}

@media (max-width: 360px) {

    #pair10 {
        margin-left: 220px !important;;
    }

    #pair6 {
        margin-left: 20px !important;
    }

}

@media (max-width: 480px) {
    .eye-wrapper {
        margin-top: 50px;
    }

    #pair10 {
        margin-left: 220px !important;;
        margin-top: -220px !important;
        margin-bottom: 0 !important;
    }

    #pair9 {
        margin-top: 70px !important;
        margin-bottom: 60px !important;
    }
}


@media (max-width: 820px) {
    .eye-wrapper {
        display: flex;
        flex-wrap: wrap;
        gap: 55px;
    }

    .eye {
        margin-right: 2px;
    }

    .really-small .eye {
        width: 40px;
        height: 40px;
    }

    .small .eye {
        width: 60px;
        height: 60px;
    }

    .normal .eye {
        width: 75px;
        height: 75px;
    }

    .big .eye {
        width: 100px;
        height: 100px;
    }

    #pair1 {
        margin: 0;
    }

    #pair2 {
        margin-left: 20px;
        margin-top: 30px;
    }

    #pair3 {
        margin-left: 40px;
        margin-top: 15px;
    }

    #pair4 {
        margin-left: 75px;
        margin-top: 30px;
    }

    #pair5 {
        margin-left: 20px;
        margin-top: 65px;
    }

    #pair6 {
        margin-left: -20px;
        margin-top: 0;
    }

    #pair7 {
        margin-top: 30px;
    }

    #pair8 {
        margin-top: 0;
        margin-left: 30px !important;
        margin-bottom: 30px;
    }

    #pair9 {
        margin-top: 10px;
        margin-left: 80px;
        margin-bottom: 30px;
    }

    #pair10 {
        margin-left: 220px;
        margin-top: -70px;
        margin-bottom: 0;
    }

    #pair11 {
        margin-left: 30px;
        margin-top: -20px;
    }

    #pair12 {
        margin-left: 200px;
        margin-bottom: 0;
    }

    #pair13 {
        display: none;
    }

    #pair14 {
        display: none;
    }

    #pair15 {
        display: none;
    }

    #pair16 {
        display: none;
    }

    #pair17 {
        display: none;
    }

    #pair18 {
        display: none;
    }

    #pair19 {
        display: none;
    }

    #pair20 {
        display: none;
    }

    #pair21 {
        display: none;
    }

    #pair22 {
        display: none;
    }
}


@media (max-width: 1500px) {
    .eye-wrapper {
        gap: 5px;
        padding: 5px;
    }

    #pair8 {
        margin-left: -40px;
    }

    #pair13 {
        margin-left: -45px;
    }
}


/********** general *************/

.content:first-of-type span:first-of-type {
    line-height: 50px !important;
    font-family: 'SharpGrotesk Medium 25' !important;
}


.intro-main .content:first-of-type {
    width: 100% !important;
    max-width: 100% !important;


}

.pageElement-artist-list-main .artist-tab a {
    color: #ff0084 !important;
}


#pageElement-499 strong {
    color: #1e1e1e;
    font-weight: bold;
}


#pageElement-489 .accordion-trigger {
    display: none;
}

#pageElement-489 .accordion-container {
    padding-bottom: 50px;
}

#pageElement-497 #event-item-59 .trigger {
    display: none;
}

#pageElement-497 h3 {
    font-size: 20px;
}

#pageElement-497 strong {
    font-weight: bold;
    color: #1e1e1e;
}

#pageElement-497 #event-item-59 .introtext h3 {
    color: #ff0084;
    font-size: 24px;
}



#pageElement-507 .content p:nth-of-type(2)::after {
    content: "";
    background-image: url(/_images/BildHabibiDome.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    max-width: 1300px;
    height: auto;
    margin-top: 50px;
}


#pageElement-511 .headline,
#pageElement-511 h3,
#pageElement-511 p,
#pageElement-511 strong,
#pageElement-511 .time {
    color: #fff;
}

#pageElement-511 {
    background-color: #ff0084;
}

#pageElement-511 .headline-trigger,
#pageElement-511 .trigger {
    background: url(/_images/arrow-right-white.svg) center center no-repeat;
}

#pageElement-511 .trigger {
    width: 48px;
}

#pageElement-511 p,
#pageElement-511 strong {
    font-size: 18px;
}

#pageElement-511 .sub-headline {
    max-width: 95%;
    padding-bottom: 30px;
}