#colorbox,#cboxOverlay,#cboxWrapper{position:absolute;top:0;left:0;z-index:9999;overflow:hidden;-webkit-transform:translate3d(0,0,0)}#cboxWrapper{max-width:none}#cboxOverlay{position:fixed;width:100%;height:100%}#cboxMiddleLeft,#cboxBottomLeft{clear:left}#cboxContent{position:relative}#cboxLoadedContent{overflow:auto;-webkit-overflow-scrolling:touch}#cboxTitle{margin:0}#cboxLoadingOverlay,#cboxLoadingGraphic{position:absolute;top:0;left:0;width:100%;height:100%}#cboxPrevious,#cboxNext,#cboxClose,#cboxSlideshow{cursor:pointer}.cboxPhoto{float:left;margin:auto;border:0;display:block;max-width:none;-ms-interpolation-mode:bicubic}.cboxIframe{width:100%;height:100%;display:block;border:0;padding:0;margin:0}#colorbox,#cboxContent,#cboxLoadedContent{box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box}#cboxOverlay{background:#000;opacity:.9;filter:alpha(opacity = 90)}#colorbox{outline:0}#cboxContent{margin-top:20px;background:#000}.cboxIframe{background:#fff}#cboxError{padding:50px;border:1px solid #ccc}#cboxLoadedContent{border:5px solid #000;background:#fff}#cboxTitle{position:absolute;top:-20px;left:0;color:#ccc}#cboxCurrent{position:absolute;top:-20px;right:0;color:#ccc}#cboxLoadingGraphic{background:url(../../assets/colorbox/images/loading.gif) no-repeat center center}#cboxPrevious,#cboxNext,#cboxSlideshow,#cboxClose{border:0;padding:0;margin:0;overflow:visible;width:auto;background:0 0}#cboxPrevious:active,#cboxNext:active,#cboxSlideshow:active,#cboxClose:active{outline:0}#cboxSlideshow{position:absolute;top:-20px;right:90px;color:#fff}#cboxPrevious{position:absolute;top:50%;left:5px;margin-top:-32px;background:url(../../assets/colorbox/images/controls.png) no-repeat top left;width:28px;height:65px;text-indent:-9999px}#cboxPrevious:hover{background-position:bottom left}#cboxNext{position:absolute;top:50%;right:5px;margin-top:-32px;background:url(../../assets/colorbox/images/controls.png) no-repeat top right;width:28px;height:65px;text-indent:-9999px}#cboxNext:hover{background-position:bottom right}#cboxClose{position:absolute;top:5px;right:5px;display:block;background:url(../../assets/colorbox/images/controls.png) no-repeat top center;width:38px;height:19px;text-indent:-9999px}#cboxClose:hover{background-position:bottom center}
table.sortable thead th{background-image:url(../../assets/tablesorter/images/default.svg);background-repeat:no-repeat;background-position:center right}table.sortable thead th.tablesorter-headerAsc{background-image:url(../../assets/tablesorter/images/asc.svg)}table.sortable thead th.tablesorter-headerDesc{background-image:url(../../assets/tablesorter/images/desc.svg)}
.content-slider{overflow:hidden;visibility:hidden;position:relative}.slider-wrapper{overflow:hidden;position:relative}.slider-wrapper>*{float:left;width:100%;position:relative}.slider-control{height:30px;position:relative}.slider-control a,.slider-control .slider-menu{position:absolute;top:9px;display:inline-block}.slider-control .slider-prev{left:0}.slider-control .slider-next{right:0}.slider-control .slider-menu{top:0;width:50%;left:50%;margin-left:-25%;font-size:27px;text-align:center}.slider-control .slider-menu b{color:#bbb;cursor:pointer}.slider-control .slider-menu b.active{color:#666}
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.theme1 {
    --colorPrimary: rgb(109,231,174);
    --colorSecondary: rgb(31,65,51);
}

.theme2 {
    --colorPrimary: rgb(254,0,0);
    --colorSecondary: rgb(78,30,116);
}
.theme3 {
    --colorPrimary: rgb(0,0,255);
    --colorSecondary: rgb(255,0,255);
}

.theme4 {
    --colorPrimary: rgb(0,255,1);
    --colorSecondary: rgb(254,0,2);
}

.theme5 {
    --colorPrimary: rgb(216,251,86);
    --colorSecondary: rgb(0,191,255);
}

.theme6 {
    --colorPrimary: rgb(160,249,119);
    --colorSecondary: rgb(255,100,58);
}

body {
    font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
    font-size: 20px;
    line-height: 24px;
    background-color: var(--colorPrimary);
    color: var(--colorSecondary);
    overflow-x: hidden !important;
}

header {
    display: flex;
    align-items: center;
    height: 15vh;
    min-height: 70px;
    padding: 1em 3em;
}

header .inside {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

#logo {
    width: 185px;
    height: 8vh;
    min-height: 50px;
    background-color: var(--colorSecondary); /* Hier die gewünschte Farbe setzen */
    mask: url('../../files/creativesupporters/theme/img/creative-supporters-logo.svg') no-repeat center / contain;
    -webkit-mask: url('../../files/creativesupporters/theme/img/creative-supporters-logo.svg') no-repeat center / contain; /* Für WebKit-Browser */
}

#nav-icon {display: none;}

.module-onepage-navigation ul {
    display: flex;
    gap: 1em;
    list-style-type: none;
}

.module-onepage-navigation ul li a {
    color: var(--colorSecondary);
    text-decoration: none;
    font-weight: bold;
}

.module-onepage-navigation ul li a:focus,
.module-onepage-navigation ul li a:active,
.module-onepage-navigation ul li a:hover {
    text-decoration: underline;
}

#hero {
    background-color: var(--colorSecondary);
    color: var(--colorPrimary);
    height: 75vh;
    display: flex;
    align-items: center;
    /*justify-content: center;*/
}

.heroslider {
    display: block;
    width: 100vw;
    height: auto;
    max-height: 75vh;
}

.heroslider img,
.heroslider figcaption {
    width: 100vw;
    height: auto;
    max-width: 1700px;
    text-align: center;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.heroslider .content-text {
    text-align:right;
}

figcaption {
    font-size: .75em;
}

.hide {
    visibility: hidden;
    text-indent: -10000px;
    margin: 0 !important;
}

/*.ce_rsce_hintergrundbild_start {
    max-width: 80vw;
    margin: 0 auto;
}*/

.bg-container.ce_rsce_hintergrundbild_start {
    background-repeat: no-repeat;
    background-size: contain;
    height: 60vh;
    width: 80vw;
    display: block;
    background-position: center center;
    margin: 0 6em;
}

.ce_rsce_hintergrundbild_start .content-text {
    position: relative;
    left: 6em;
    bottom: 4em;
    width: 80vw;
}

.content-swiper {
    display: block;
    width: 50%;
    height: auto;
}

.content-swiper img,
.content-swiper figcaption {
    text-align: center;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.heroslider .slick-dots {
    display: flex;
    gap: 12px;
    justify-content: center;
    margin-top: 1em;
    list-style-type: none;
    position: absolute;
    bottom: 1em;
    left: 50%;
    right: 50%;
}
  
.heroslider .slick-dots li button {
    text-indent: -10000px;
    width: 10px;
    height: 10px;
    background: rgba(255,255,255,0,5);
    border-radius: 50%;
    border: none;
}
  
.heroslider .slick-dots li.slick-active button {
    background: var(--colorPrimary);
}

.heroslider .content-image,
.heroslider figure {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
}


main .mod_article {
    padding: 5em;
}

h1,h2,h3,h4,h5,h6 {
    margin-bottom: 1em;
}

h2 {
    font-size: 1.25em;
}

h3 {
    font-size: 1em;
}

h4 {
    font-size: .875em;
}

p {
    margin-bottom: 1.5em;
    /*max-width: 1200px;*/
}

.rte a {
    color: var(--colorSecondary);
    cursor: pointer;
}

.rte a:hover,
.rte a:focus,
.rte a:active {
    text-decoration: none;
}

main ol {
    list-style-type: decimal-leading-zero;
    margin: 1.5em 0;
    padding-left: 2em;
}

main ul {
    list-style-type: none;
}

main ol li {
    /*line-height: 42px;*/
    margin-bottom: 1em;
}

.distance--bottom {
    margin-bottom: 5em !important;
}

.content-text {
    margin-bottom: 3em;
}

.content-text:not(.full) p {
    max-width: 1100px;
}

.content-hyperlink {
    margin-bottom: 3em;
}

.content-hyperlink a {
    color: var(--colorSecondary);
}

figcaption {
    margin-top: 1em;
}

/*Bildposition*/
.content-text.media {
    display: flex;
    flex-direction: row-reverse;
    gap: 2em;
    align-items: center;
}

.content-text.media.media--left {
    flex-direction: row;
}

.content-text.media.media--right {
    flex-direction: row-reverse;
}

.content-text.media.media--above {
    flex-direction: column;
    align-items: flex-start;
}

.content-text.media.media--below {
    flex-direction: column;
    align-items: flex-start;
}

.content-text.media img {
    width: 100%;
    height: calc(100%);
    object-fit: cover;
}


/*Ticker*/
.ticker ul {
    display: inline-block;
    list-style-type: none;
}

.ticker ul li {
    display: block;
	float: left;
	margin: 0 3px;
}

/*Video*/

.content-player {
    margin: 0 0 4em;
    display: flex;
    justify-content: center;
}

.content-player video {
    width: 100%;
    height: auto;
    max-width: 900px;
}

/*Slick Slider*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;

}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;

}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
    width: 100%;
    height: auto;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/*Custom Slider*/
.slideshow-infinity {
    margin: 4em -10em;
    overflow-x: hidden !important;
}

.slideshow-infinity figure {
    margin: 0 1em;
 }

.ticker {
    margin: 2em -10em;
    overflow-x: hidden !important;
    text-transform: uppercase;
}

.desktop {display: block;}
.mobile {display: none;}

@media screen and (max-width: 1200px) {
    .bg-container.ce_rsce_hintergrundbild_start {
        margin: 0 2em;
    }
    
    .ce_rsce_hintergrundbild_start .content-text {
        left: 2em;
    }
}

@media screen and (min-width: 992px) {
    /*Flex*/
    .flex-container {
        display: flex;
        flex-wrap: wrap;
        gap: 1em;
    }

    .flex-container.--boxed {
        gap: 5em;
        flex-wrap: nowrap;
        margin-bottom: 5em;
    }

    .--boxed .content-text.--subbox .rte {
        display: grid;
        grid-template-columns: 1fr 1fr;
        max-width: 50%;
        column-gap: 5em;
    }

    /*Grid*/
    .grid-container {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 2em;
    }

    .grid-container .slideshow {
        display: inline;
        width: 100%;
        height: 100%;
        max-width: 600px;
    }
}

@media screen and (max-width: 991px) {

    .desktop {display: none;}
    .mobile {display: block;}

    main .mod_article {
        padding: 2em;
    }

    .ticker, .slideshow-infinity {
        margin: 2em -2em;
    }
}

@media screen and (max-width: 835px) {

    header {
        padding: 1em 2em;
    }

    .module-onepage-navigation {
        display: none;
    }

    #nav-icon {
        transform: rotate(0deg);
        transition: 0.5s ease-in-out;
        width: 45px;
        height: 40px;
        position: relative;
        cursor: pointer;
        display: block;
    }

    #nav-icon span {
        transform: rotate(0deg);
        transition: 0.5s ease-in-out;
        display: block;
        position: absolute;
        height: 6px;
        width: 100%;
        background: var(--colorSecondary);
        opacity: 1;
        right: 0;
      }
      
      #nav-icon span:nth-child(1) {
        transform-origin: left center;
        top: 0px;
      }
      
      #nav-icon span:nth-child(2) {
        transform-origin: left center;
        top: 18px;
        width: 30px;
      }
      
      #nav-icon span:nth-child(3) {
        transform-origin: left center;
        top: 37px;
      }
      
      #nav-icon.active span:nth-child(1) {
        transform: rotate(45deg);
        top: 4px;
        left: 4px;
      }
      
      #nav-icon.active span:nth-child(2) {
        width: 0%;
        opacity: 0;
      }
      
      #nav-icon.active span:nth-child(3) {
        transform: rotate(-45deg);
        top: 36px;
        left: 4px;
      }

      .module-onepage-navigation {
        position: absolute;
        top: 15vh;
        background: var(--colorPrimary);
        width: 100%;
        left: 0;
        padding: 2em;
        z-index: 999;
      }

      .module-onepage-navigation ul {
        flex-direction: column;
      }

      .content-text.media.media--left {
        flex-direction: column;
      }

      .content-text.media.media--right {
        flex-direction: column-reverse;
      }
}
