/*MAIN STYLES*/



@font-face {
  font-display: swap; 
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 400;
  src: url('../font/SpaceGrotesk-Regular.woff2') format('woff2');
}


@font-face {
  font-display: swap; 
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 500;
  src: url('../font/SpaceGrotesk-Medium.woff2') format('woff2'); 
}


@font-face {
  font-display: swap; 
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 600;
  src: url('../font/SpaceGrotesk-SemiBold.woff2') format('woff2'); 
}

@font-face {
  font-display: swap; 
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 700;
  src: url('../font/SpaceGrotesk-Bold.woff2') format('woff2'); 
}






/* funnel-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Funnel Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../font/funnel-sans-v1-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* funnel-sans-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Funnel Sans';
  font-style: normal;
  font-weight: 500;
  src: url('../font/funnel-sans-v1-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* funnel-sans-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Funnel Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../font/funnel-sans-v1-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* funnel-sans-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Funnel Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../font/funnel-sans-v1-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}





/* pt-serif-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'PT Serif';
  font-style: normal;
  font-weight: 400;
  src: url('../font/pt-serif-v18-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* pt-serif-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'PT Serif';
  font-style: italic;
  font-weight: 400;
  src: url('../font/pt-serif-v18-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}















.text-blue{
   color: #0E2EA0!important;
}






body {
    font-family: 'Funnel Sans', 'Times', sans-serif;
    font-weight: 500;
    line-height: 1.7;
    font-size: 14px;
    color: #000000;
    letter-spacing: 0.42px;
    overflow-x: hidden;
    margin-top: 74px;
}



body {
    background: url(../img/sp-gradient.jpg);
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
}

body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  height: 120%;
  width: 100%;
   background: url(../img/sp-gradient.jpg);
    background-position: center center;

    background-size: cover;
  z-index: -1;
  pointer-events: none;
}



b,
strong {}

a,
a:hover {
    text-decoration: none;
    color: #0E2EA0;
}

.contactform a,
.contactform a:hover {

    color: #0E2EA0;
}


p {}

p + h1,
p+ h2,
p+ h3,
p+ h4 {}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700
}


h1 {
    margin-bottom: 65px;
}

h1,.big-link {
    text-align: center;
    font-family: 'PT Serif';
    font-style: italic;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 1.6px!important;
    color: #0E2EA0!important;
    position: relative;
    display: inline-block;
    z-index: 1;
    text-transform: uppercase;
    
    font-size:80px;
}

h1 span,.big-link span,
h1 b,.big-link b,
h1 strong,.big-link strong{
    font-family: 'Funnel Sans';
    font-style: normal;
    font-weight: 500; 
}


@media (max-width: 992px) {
     h1,.big-link {
        font-size:70px;
    }
   
}

@media (max-width: 767px) {
     h1,.big-link {
        font-size:53px;
    }
}


@media (max-width: 575px) {
     h1,.big-link {
        font-size:48px;
    }
}

@media (max-width: 500px) {
     h1,.big-link {
        font-size:40px;
    }
}


@media (max-width: 420px) {
    
    h1,.big-link {
        font-size:34px;
    }
   

}

@media (max-width: 360px) {
    
    h1,.big-link {
        font-size:30px;
    }

}










h2 {
    text-align: center;
    font-family: 'PT Serif';
    font-style: italic;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 24px;
    text-align: left;
    letter-spacing: 0.4px;
    line-height: 1.2;
    color: #0E2EA0;
    margin-bottom: 50px
}

h3 {
    font-size: 20px;
    font-weight: 500;
    letter-spacing:  0.4px;
    line-height: 1.25;
    margin-bottom: 25px;
     font-family: 'PT Serif';
    font-style: italic;
    font-weight: 400;
    text-transform: uppercase;
    color: #0E2EA0;
}



h4 {
    font-size: 20px;
    text-align: left;
    line-height: 1.5;
    margin-bottom: 25px;
    font-weight: 500;
    letter-spacing:  0.4px;
}

.news-item h4 {
    margin-bottom: 15px;
}

.a-filter {
    font-size: 26px;
    line-height: 1.3;
    font-weight: 700;
    letter-spacing: 0;
    color: #CFD602;
    text-transform: uppercase;
    margin: 0px 15px
}

.a-filter:hover {
   color: #E94845;
}
.a-filter.isactive {
   color: #E94845;
}

.subline {
    color: #52FC06;
    font-weight: 700
}

.a-weblink,
.a-weblink:hover {
    color: #18E06D;
    font-weight: 700
}

.a-weblink::before {
    content: '';
    width: 14px;
    height: 14px;
    display: inline-block;
    
    position: relative;
    top: 1px;
    background: url(../img/world.svg);
    background-size: cover;
    margin-right: 5px
}



h2 {}

h2::before {}


.a-icon{
    font-size:30px;
    margin-right: 20px
}


.a-facebook::before {
    background: url(../img/facebook.svg);
}

.a-twitter::before {
    background: url(../img/x-logo.svg);
}

.a-instagram::before {
    background: url(../img/instagram.svg);
}

.a-linkedin::before {
    background: url(../img/linkedin.svg);
}

.btn-primary {
  color: #fff;
  background-color: #0E2EA0;
  border-color: #0E2EA0;
  padding: 12.5px 15px;
  border: 1px #0E2EA0 solid;
  border-radius: 60px;
  font-family: 'PT Serif';
  font-style: italic;
  font-weight: 400;
  font-size: 10px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.2px;
  letter-spacing: 0.6px;
  line-height: 1.2;
}
.btn-primary:hover {
  font-family: 'Funnel Sans';
  font-style: normal;
  font-size: 10px;
  font-weight: 600;
  background-color: #0E2EA0;
  color: #fff;
  letter-spacing: 0.2px;
  line-height: 1.2;
}

.btn-sp-light,
.btn-sp-light:hover {
    font-family: 'Space Grotesk', 'Times', sans-serif;
    font-size: 15px;
    line-height: 15px;
    font-weight: 400;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #000000;
    background-color: #fff;
    border: 2px solid #CFD602;
    padding: 13px 25px;
    border-radius: 3px;
    min-width: 235px;
}

.btn-sp-light-nb,
.btn-sp-light-nb:hover {
    font-family: 'Space Grotesk', 'Times', sans-serif;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #000000;
    background-color: #CFD602;
    border: 2px solid #CFD602;
    padding: 9px 25px;
    border-radius: 3px;
    min-width: 235px;
}

.btn-sp-yellow,
.btn-sp-yellow:hover {
    font-family: 'Space Grotesk', 'Times', sans-serif;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #000;
    background-color: #CFD602;
    border: 2px solid #CFD602;
    padding: 9px 25px;
    border-radius: 3px;
    min-width: 235px;
}


.btn-sp-white {
     font-family: 'PT Serif';
    font-style: italic;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 1.6px!important;
    color: #0E2EA0!important;
    position: relative;
    display: inline-block;
    z-index: 1;
    text-transform: uppercase;
    background-color: #fff;
    border: 0px solid #CFD602;
    padding: 13.5px 25px;
   border-radius: 60px;
    min-width: 235px;
}
.btn-sp-white:hover {
    font-family: 'Funnel Sans';
  font-style: normal;
  font-weight: 600;
  background-color: #fff;
  color: #fff;
  letter-spacing: 0.2px;

}



.btn-sp-trans {
     font-family: 'PT Serif';
    font-style: italic;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 1.6px!important;
    color: #0E2EA0!important;
    position: relative;
    display: inline-block;
    z-index: 1;
    text-transform: uppercase;
    background-color: transparent;
    border: 0px solid #CFD602;
    padding: 5.5px 25px;
   border-radius: 60px;
    min-width: 235px;
}
.btn-sp-trans:hover {
    font-family: 'Funnel Sans';
  font-style: normal;
  font-weight: 600;
  background-color: transparent;
  color: #fff;
  letter-spacing: 0.2px;

}


.btn-sp-big{
    font-family: 'Space Grotesk', 'Times', sans-serif;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0.3px;
    text-transform: lowercase;
    color: #000!important;
    position: relative;
    background-color: #000;
    border: 2px solid #fff;
    padding: 9px 25px;
    border-radius: 60px;
    min-width: 235px;
}
.btn-sp-big span{
     position: relative;
     z-index: 2;
}
.btn-sp-big::after {
  content: attr(data-text);
  position: absolute;
  left: 0;
  z-index: 0;
  -webkit-text-stroke: 4px  white;
  font-size: 1em;
  width:100%
}

.btn-sp-big:hover{
    background-color: #fff;
}


@media (max-width: 992px) {
   
}

@media (max-width: 767px) {
  
}

@media (max-width: 575px) {
  
}

@media (max-width: 500px) {
  
}

@media (max-width: 420px) {
   .btn-sp-big{
        font-size: 23px;
    }
    
    .btn-sp-big::after {
      -webkit-text-stroke: 3px  white;
    }
}

@media (max-width: 360px) {
    .btn-sp-big{
        font-size: 20px;
    }
    
    .btn-sp-big::after {
      -webkit-text-stroke: 2px  white;
    }
}








.btn-sp-green{
    font-family: 'Space Grotesk', 'Times', sans-serif;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.4px;
    text-transform: lowercase;
    color: #000;
    background-color: #fff;
    border: 0px solid #CFD602;
    padding: 9px 25px;
    border-radius: 0px;
    min-width: 235px;
}
.btn-sp-green:hover {
    background-color:#4EE5BB;

}



.btn:focus,
.btn.focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

span.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 0px;
}

.loc-wrap {
    margin-bottom: -20px;
}

.loc-wrap span + br{display: none}

.form-group label + p {display: none}

.mycheck .wpcf7-form-control-wrap {
    display: block;
    position: relative;
}

div.wpcf7-response-output {
        margin: 20px 0px 0px;
        padding: 8px 20px
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: 2px solid #f00;
    color:  #f00;
}
div.wpcf7-mail-sent-ok {
    border: 2px solid  #009C8A;
     color:  #009C8A;
}

.check-title {
    position: relative;
    top: -8px;
    line-height: 1.1;
    left: 10px;
}

@-moz-document url-prefix() {
    .check-title {
		position: relative;
		top: -13px;
		line-height: 1.1;
		left: 10px;
	}
}


select.form-control,
input.form-control {
    color: #000;
    font-size: 14px;
    border: 2px solid #9B6BAA;
    padding: 12.5px 20px;
    border-radius: 4px;
    height: auto;
}
select.form-control{

    height: 50px;
}

input.form-control.wpcf7-date {}

.form-control,
.form-control:focus {
    color: #000;
    background-color: #fff;
    border-color: #9B6BAA;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-control::-webkit-input-placeholder {
    color: #069B8A;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #069B8A;
    opacity: 1;
}

.form-control::placeholder {
    color: #069B8A;
    opacity: 1;
}



footer .form-control,
footer .form-control:focus {
    background-color: transparent;
    border: 1px solid #0E2EA0;
    border-radius: 60px;
    color: #0E2EA0;
    padding: 11.5px 20px;
    font-size: 10px;
    font-family: 'Funnel Sans';
    font-style: normal;
    font-weight: 600;
    
}

footer .form-control::-webkit-input-placeholder {
    color: #0E2EA0;
    opacity: 1;
}

footer .form-control:-ms-input-placeholder {
    color: #0E2EA0;
    opacity: 1;
}

footer .form-control::placeholder {
    color: #0E2EA0;
    opacity: 1;
}


.sponsoren .col-lg-auto{
  padding-right: 82px;
  padding-left: 82px;
}

@media (max-width: 1699px) {
    .sponsoren .col-lg-auto{
      padding-right: 59px;
      padding-left: 59px;
    }
}

@media (max-width: 1399px) {
    .sponsoren .col-lg-auto{
     padding-right: 44px;
    padding-left: 44px;
    }
}

@media (max-width: 1399px) {
    .sponsoren .col-lg-auto{
     padding-right: 44px;
    padding-left: 44px;
    }
}

@media (max-width: 1199px) {
    .sponsoren .col-lg-auto{
     padding-right: 29px;
    padding-left: 29px;
    }
}

.sponsoren h3{
    font-family: 'PT Serif';
  font-style: italic;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.16px !important;
  color: #0E2EA0 !important;
  text-transform:uppercase;
    font-size:16px
}

.mycheck input {
    position: absolute;
    opacity: 11;
    cursor: pointer;
    height: 20px;
    width: 20px;
}


/* Create a custom checkbox */
span.wpcf7-list-item input[type="checkbox"] {
    opacity: 0;
    position: relative;
    top: 0px;
    left: 0px;
    height: 30px;
    width: 30px;
    cursor: pointer;
}

/* selektiert das Label Tag nach jeder Checkbox */
span.wpcf7-list-item input[type="checkbox"] + span::before {
  width: 30px;
  height: 30px;
  background-color: #fff;
  display: block;
  content: "";
  border: 2px solid #9B6BAA;
  position: absolute;
  top: -20px;
  pointer-events: none;
  left: 0px;
}

@-moz-document url-prefix() { 
  span.wpcf7-list-item input[type="checkbox"] + span::before {
    top: -40px;
  }
}


span.wpcf7-list-item input[type="checkbox"]:checked + span::before {
  background-color: #069B8A;
  background: url(../img/Stella_Logo.svg);
  background-size: cover;
  background-position: center;
}
.wpcf7-list-item-label {
      font-size: 0;
}


/*END - MAIN STYLES */


/*HELPERS */

.no-padding {
    padding: 0px
}


/*HELPERS END */

@media (min-width: 1400px) {
    .container {
        max-width: 1320px
    }
}

@media (min-width: 1700px) {
    .container {
        max-width: 1600px
    }
}


.secondaryColor {}

.gradient {
    /*
    background: transparent -webkit-gradient(linear, left top, left bottom, from(#ECF337), to(#0BB500)) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(180deg, #ECF337 0%, #0BB500 100%) 0% 0% no-repeat padding-box;
    */
    position: relative;
    background: #2FC2E5;
}

.godown {
    display: block;
    position: absolute;
    z-index: 200;
    bottom: 0px;
    width: 100%;
    height: 45%;
    cursor: url(../img/Pfeil.svg), pointer;
}

.start-dates {
    padding: 80px 0px
}


.keyvisual-wrapper{
    position: relative;
}

.keyvisual-text{
    width:100%;
    position: absolute;
    top:47%;
    font-size:30px;
    letter-spacing: 0.6px;
    font-weight: 500;
    line-height: 1;
    color: #0E2EA0;
    z-index: 2;
}

.keyvisual-text span{
     font-family: 'PT Serif';
  font-style: italic;
  font-weight: 400;
}



#keyvisual-image {
     -webkit-animation: drehenUndSkalieren 200s linear infinite;
     animation: drehenUndSkalieren 200s linear infinite;
  
      -webkit-transform-origin: center;
      transform-origin: center;
}


@-webkit-keyframes drehenUndSkalieren {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
  }
  10% {
    -webkit-transform: rotate(36deg) scale(1.05);
    transform: rotate(36deg) scale(1.05);
  }
    20% {
    -webkit-transform: rotate(72deg) scale(1);
    transform: rotate(72deg) scale(1);
  }
    30% {
    -webkit-transform: rotate(108deg) scale(1.05);
    transform: rotate(108deg) scale(1.05);
  }
    40% {
    -webkit-transform: rotate(144deg) scale(1);
    transform: rotate(144deg) scale(1);
  }
    50% {
    -webkit-transform: rotate(180deg) scale(1.05);
    transform: rotate(180deg) scale(1.05);
  }
    60% {
    -webkit-transform: rotate(216deg) scale(1);
    transform: rotate(216deg) scale(1);
  }
    70% {
    -webkit-transform: rotate(252deg) scale(1.05);
    transform: rotate(252deg) scale(1.05);
  }
    80% {
    -webkit-transform: rotate(288deg) scale(1);
    transform: rotate(288deg) scale(1);
  }
    90% {
    -webkit-transform: rotate(324deg) scale(1.05);
    transform: rotate(324deg) scale(1.05);
  }
  100% {
    -webkit-transform: rotate(360deg) scale(1);
    transform: rotate(360deg) scale(1);
  }
}


@keyframes drehenUndSkalieren {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
  }
  10% {
    -webkit-transform: rotate(36deg) scale(1.05);
    transform: rotate(36deg) scale(1.05);
  }
    20% {
    -webkit-transform: rotate(72deg) scale(1);
    transform: rotate(72deg) scale(1);
  }
    30% {
    -webkit-transform: rotate(108deg) scale(1.05);
    transform: rotate(108deg) scale(1.05);
  }
    40% {
    -webkit-transform: rotate(144deg) scale(1);
    transform: rotate(144deg) scale(1);
  }
    50% {
    -webkit-transform: rotate(180deg) scale(1.05);
    transform: rotate(180deg) scale(1.05);
  }
    60% {
    -webkit-transform: rotate(216deg) scale(1);
    transform: rotate(216deg) scale(1);
  }
    70% {
    -webkit-transform: rotate(252deg) scale(1.05);
    transform: rotate(252deg) scale(1.05);
  }
    80% {
    -webkit-transform: rotate(288deg) scale(1);
    transform: rotate(288deg) scale(1);
  }
    90% {
    -webkit-transform: rotate(324deg) scale(1.05);
    transform: rotate(324deg) scale(1.05);
  }
  100% {
    -webkit-transform: rotate(360deg) scale(1);
    transform: rotate(360deg) scale(1);
  }
}



.animated-words {
  display: inline-block;
  position: relative;
  height: 1em; /* Höhe eines Wortes */
  width: 100%;  /* Passt die Breite an das längste Wort an */
  overflow: hidden;
  vertical-align: top;
}

.animated-words span {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width: 100%;
  text-align: center;
  -webkit-animation: fadeWords 24s infinite;
  animation: fadeWords 24s infinite;
}

.animated-words span:nth-child(1) { -webkit-animation-delay: 0s; animation-delay: 0s; }
.animated-words span:nth-child(2) { -webkit-animation-delay: 4s; animation-delay: 4s; }
.animated-words span:nth-child(3) { -webkit-animation-delay: 8s; animation-delay: 8s; }
.animated-words span:nth-child(4) { -webkit-animation-delay: 12s; animation-delay: 12s; }
.animated-words span:nth-child(5) { -webkit-animation-delay: 16s; animation-delay: 16s; }
.animated-words span:nth-child(6) { -webkit-animation-delay: 20s; animation-delay: 20s; }

@-webkit-keyframes fadeWords {
  0% { opacity: 0; }
  5% { opacity: 1; }
  10% { opacity: 1; }
  15% { opacity: 0; }
  100% { opacity: 0; }
}

@keyframes fadeWords {
  0% { opacity: 0; }
  5% { opacity: 1; }
  10% { opacity: 1; }
  15% { opacity: 0; }
  100% { opacity: 0; }
}

.free-entry{
    font-size:30px;
    letter-spacing: 0.6px;
    font-weight: 600;
    line-height: 1;
    color: #0E2EA0;
    position: absolute;
     top:47%;
    left:20%
}

@media (max-width: 1400px) {
   .free-entry{
        left:15%
    }
}

@media (max-width: 1200px) {
   .free-entry{
        left:8%
    }
}

@media (max-width: 991px) {
   .free-entry{
        left:0%
    }
}

@media (max-width: 767px) {
   .free-entry{
        position: relative;
       top:auto;
       left:auto;
       margin-top: 40px
    }
}


footer {
    padding: 1.5rem 0px;
    font-size: 16px;
     font-family: 'PT Serif';
  font-style: italic;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.16px !important;
  color: #0E2EA0 !important;
  text-transform:uppercase;
}

footer ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

footer ul li {
    margin: 0px;
    padding: 0px;
}

footer ul li a {
    margin: 0px;
    padding: 0px;
    color: #0E2EA0;
    letter-spacing: 1px;
    text-transform: uppercase;
}

footer ul li a:hover {
    text-decoration: none;
    color: inherit
}

footer .social-media {
   margin-top: 30px;
}

footer .social-media li {
    margin-top: -6px;
    display: inline-block;
}

.frow{
    
}

.fcol{}
@media (min-width: 992px) {
  .fcol {
      display: inline-block;
      text-align: left;
      margin: 0px 40px;
  }
    
    .frow{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    
    footer{
        padding: 50px 0px;
    }
    
}

@media (min-width: 1200px) {
  .fcol {
      margin: 0px 30px;
  }
}
@media (min-width: 1400px) {
  .fcol {
      margin: 0px 40px;
  }
}




/*NAVBAR*/

.navbar {
    padding: 16.5px 0px;
    min-height: 74px;
}

.navbar .container {
    position: relative;
}


.navbar #logo {
    position: absolute;
    left: 30px;
    top: 18px;
    z-index: 11;
}


.nav-item {
    margin: 0px 2.5px;
}

.navbar-nav .nav-link {
  font-family: 'PT Serif';
  font-style: italic;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.32px;
  color: #0E2EA0 !important;
  text-transform:uppercase;
}

.navbar-nav .nav-link:hover {
    font-family: 'Funnel Sans';
  font-style: normal;
  font-weight: 600;
    position: relative;
    letter-spacing: 0.32px !important;

}

.current-page-ancestor .nav-link,
.current_page_parent .nav-link,
.current-menu-item .nav-link {
    color: #4EE5BB;
}
footer .current-menu-item a{
     color: #FFEF00;
}


.navbar-toggler {
    padding: 2.5px 15px;
}



button:focus {
    outline: 0px dotted;
    outline: 0px auto -webkit-focus-ring-color;
}




.navSPM {
  position: fixed;
  left: -75px;
  top: 45%;
  z-index: 1111;
  -webkit-transform: rotate(-90.1deg);
  transform: rotate(-90.1deg);
}
.navSPM a{
  font-family: 'PT Serif';
  font-style: italic;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 1.6px !important;
  color: #0E2EA0 !important;
  text-transform:uppercase;
  display: block;
    font-size:16px
}
.navSPM a:hover {
  font-family: 'Funnel Sans';
  font-style: normal;
  font-weight: 600;
    position: relative;
  top: -1px;
    left: -1px;

}



#c-open{
  position: fixed;
  right: -10px;
  top: 45%;
  z-index: 1111;
  -webkit-transform: rotate(90.1deg);
  transform: rotate(90.1deg);
}

#c-open a{
  font-family: 'PT Serif';
  font-style: italic;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 1.6px !important;
  color: #0E2EA0 !important;
  text-transform:uppercase;
  display: block;
    font-size:16px
}
#c-open a:hover {
  font-family: 'Funnel Sans';
  font-style: normal;
  font-weight: 600;

}


#openContact {

}

#openContact[aria-expanded="true"] {
    background: url(../img/open.svg)
}




.navSPMfooter{
    background-color: #00cb58;
    text-align: center;
    padding: 4px 0px
}
.navSPM1 a, .navSPMfooter a{
    font-weight: 700;
    font-size: 20px;
    color: #000 !important;
    text-transform:lowercase;
    padding: 0px 15px
}

.navSPMfooter a{
    font-size: 22px;
    line-height: 1.3;
}





.navSPMfooter{
    background-color: #4EE5BB;
}



#openPhNav {
    position: absolute;
    right: 100px;
    top: 18px;
    z-index: 100;
}

#openPhNav {
    position: absolute;
    right: 100px;
    top: 18px;
    z-index: 100;
}

#openPhNav .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Ebene_1' data-name='Ebene 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 -10 30 30'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %230e2ea0; %7D %3C/style%3E%3C/defs%3E%3Crect class='cls-1' x='0' width='30' height='2'/%3E%3Crect class='cls-1' x='0' y='8' width='30' height='2'/%3E%3C/svg%3E");
}
#openPhNav[aria-expanded="true"] .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='42.426' height='42.426' viewBox='0 0 42.426 42.426'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:none;%7D.b%7Bclip-path:url(%23a);%7D.c%7Bfill:%23fff;%7D%3C/style%3E%3CclipPath id='a'%3E%3Crect class='a' width='30' height='30'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg class='b' transform='translate(21.213) rotate(45)'%3E%3Cpath class='c' d='M13.125,30V16.875H0v-3.75H13.125V0h3.751V13.125H30v3.75H16.876V30Z'/%3E%3C/g%3E%3C/svg%3E");
    background-image: url("data:image/svg+xml,%3Csvg id='Ebene_1' data-name='Ebene 1' xmlns='http://www.w3.org/2000/svg' viewBox='-0 -0 30 30'%3E%3Crect fill='%230e2ea0' class='cls-1' x='13.85' y='-5.15' width='2' height='40' transform='translate(-6.15 14.85) rotate(-45)'/%3E%3Crect fill='%230e2ea0' class='cls-1' x='-5.15' y='13.85' width='40' height='2' transform='translate(-6.15 14.85) rotate(-45)'/%3E%3C/svg%3E");
}


.navContact {
  
}

#collapseContact {
    font-size: 12px;
    line-height: 1.33;
    color: #0E2EA0;
    padding: 10px;
    background-color: #fff;
    position: absolute;
    right: -215px;
    top: calc(50vH - 187px);
    width: 215px;
    max-height: calc(100vH - 70px);
    overflow-y: auto;
    z-index: 32323;
    -webkit-transition: right  .5s ease;
    transition: right  .5s ease
}

#collapseContact.open {
    right: 0px;
}


#collapseContact h5 {
    font-size: 12px;
    font-family: 'PT Serif';
    font-style: italic;
    font-weight: 400;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    margin-bottom: 0px;
    color: #0E2EA0;
}

#collapseContact p:last-of-type {}


.collapse-horizontal-custom {
 
}

.collapse-horizontal-custom.show {
  
}


.collapse-horizontal-custom.collapsing {
 
}





.topvideo {
    margin: 0px 30px;
}


/*NAVBAR END*/

section {
    padding: 65px 0px
}


.volunteer-section{
    min-height: calc(100vH - 304px);
}
.volunteer-section .container-fluid {
    position: relative;
}

.volunteer-section label {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    
}

hr {
    margin: 50px -15px;
    border-top: 2px solid #fff;
}

blockquote {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.25;
    margin: 0px 0px 50px;
}

#locOV {
    padding: 70px 0px
}

.news-item {
    margin-bottom: 20px;
    display: block;
    color: #000000;
}

.news-item:hover {
    color: #000;
}

.news-item .info {
    background-color: #3BBBD8;
    background-color: #3BBBD8;
    padding: 30px 20px 20px;
    font-weight: 700;
}

.news-item .info p:last-of-type {
    margin-bottom: 0px
}

.newsinfo-wrapper{
    min-height:auto
}

.spm-item {
    margin-bottom: 20px;
    display: block;
    border: 3px solid #fff;
    color:#000;
    text-transform: lowercase;
    padding: 5px;
}


.video-block{ position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; }
.video-block iframe, .video-block object, .video-block embed, .video-block video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }



.spm-item h4{
    margin-bottom: 5px;
    text-transform: lowercase;
    font-size:24px
    
}

.spm-item .oneheight{ height:89px}

.spm-item:hover {
    color: #000;
}

.spm-item .info {
    background-color: transparent;
    padding: 30px 20px 20px;
    font-weight: 500;
}

.spm-item .info p:last-of-type {
    margin-bottom: 0px
}


.news-item .btn,
.spm-item .btn{
    min-width: 180px;
}


.artist-item {
    margin-bottom: 20px;
    border: 1px solid #fff;
    padding: 5px;
    display: block;
    font-family: 'PT Serif';
      font-style: italic;
      font-weight: 400;
     font-size: 14px;
    line-height: 1.05;
    letter-spacing: 0.28px;
      color: #0E2EA0 !important;
      text-transform:uppercase;
}

.merchandise-item {
    margin-bottom: 20px;
    border: 1px solid #fff;
    padding: 5px;
    font-size: 14px;
    line-height: 1.05;
    letter-spacing: 0.28px;
    color: #000;
    display: block;
}

.center .merchandise-item {
    margin-bottom: 20px;
    border: 1px solid #fff;
    padding: 10px;
    font-size: 14px;
    line-height: 1.4;
  /*  letter-spacing: 2.8px; */
    color: #000;
}

.artist-item .time {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px
}

.artistname {
    min-height: 42px;
    text-align: center;
}

.center .artist-item {
    margin-bottom: 20px;
    border: 1px solid #fff;
    padding: 10px;
    font-size: 14px;
    line-height: 1.4;
   /* letter-spacing: 2.8px; */
    color: #000;
}

.artist-item .info {
    padding: 5px 5px;
}

.merchandise-item .info {
    padding: 10px 5px;
    min-height: 85px;
}

.merchandise-item .info .title {
    font-size: 16px;
    font-weight: 700;
}

.merchandise-item .info .price {
    font-size: 16px;
}


.artist-item img,
.gallery-item img{
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}





.owl-carousel-wrapper {
    margin: 0px 0px;
    max-height: 495px;
    overflow: hidden;
}

.owl-carousel-wrapper .center {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.owl-carousel .owl-item {
    margin-top: 30px;

}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 3px;
  background: #fff;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
  border: 1px solid #0E2EA0;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #0E2EA0;
    border: 1px solid #0E2EA0;
}

.owl-carousel .owl-dots.disabled {
    display: inherit;
}


.owl-carousel .owl-stage-outer {

}



.collaps-section .collaps-section-item {
    border-top: 1px solid #fff;
    padding: 0px 0px;
}

.collaps-section .collaps-section-item:last-of-type {
    border-bottom: 1px solid #fff;
}

.collaps-title{padding: 0px 30px}

.collaps-title a {
  font-size: 26px;
  font-family: 'PT Serif';
  font-style: italic;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.26px !important;
  color: #0E2EA0 !important;
  text-transform:uppercase;
  display: block;
  padding: 15px 0px;
  position: relative;
  line-height: 1.3;
}

.collaps-title a span {
    display: inline-block;
    position: absolute;
    right: 0px;
    top: calc(50% - 16px);
    width: 30px;
    height: 30px;
    background: url(../img/Plus.svg);
	background-size:cover!important
}

.collaps-title a[aria-expanded="true"] span {
    background: url(../img/minus.svg);
}

.collaps-body .row{
    padding: 0px 30px
}


.collaps-body {
    padding-bottom: 30px
}

.instagramWrapper {
    margin: 0px -10px 10px 
}

.slicker-instagram-placeholder.fts-instagram-wrapper {
    margin: 9.84px !important;
}


.image-item,.gallery-item {
    margin-bottom: 20px
}

.schedule-list {
    font-size: 20px;
    line-height: 1.3
}

.schedule-list div:nth-child(even) {
    color: #18E06D
}

.schedule-list div:nth-child(odd) {
    color: #069B8A
}

.partner {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}


.v-overlay{
    position: fixed;
    z-index: 0;
    width:100%;
    height:100vH;
    top:0px;
    left:0px;
    pointer-events: none;
    background: -webkit-gradient(linear, left top, right top, from(#0E2EA01A), color-stop(50%, #0E2EA01A),color-stop(50.1%, #47B19400),to(#FFF5C100));
    background: linear-gradient(90deg, #0E2EA01A 0%, #0E2EA01A 50%,#47B19400 50.1%,#FFF5C100 100%)
}

@media (max-width: 991px) {
    .v-overlay{ display: none; }
}

@media (max-width: 575px) {
    .collaps-title a {
    font-size: 22px;
    }
    .collaps-title {
		padding: 0px 30px 0px 10px;
    	width: 100%;
	}
    .collaps-title a span {

        right: -20px;
        top: calc(50% - 11px);
        width: 26px;
        height: 26px;
    }
	
	.collaps-body .row {
	  padding: 0px 10px;
	}
    
}

@media (max-width: 767px) {
    .navbar-nav .nav-link {
        text-align: center
    }
    #navbarSupportedContent {
		margin-top: -17px;
        background-color: #fff;
        padding-top: 80px;
        padding: 90px 0px 30px;
        width: 100%;
    }
	.navbar .container {
	  position: relative;
	  margin: 0;
	 
	  max-width: 100% !important;
	}
    #openContact {
      right: 30px;
    }
    #openPhNav {
      right: 25px;
    }
}

@media (max-width: 992px) {
    .navbar-nav .nav-link {
        text-align: center
    }
    .a-filter {
        display: block;
    }
    .volunteer-section .contactform {
        padding: 20px 30px
    }
    
    
}

@media (min-width: 360px) {
    
    .navSPMfooter a{
        font-size: 24px;
    }
}



@media (min-width: 400px) {
    
    
    .navSPMfooter a{
        font-size: 25px;
    }
}

@media (min-width: 480px) {
    
   
    .navSPMfooter a{
        font-size: 28px;
    }
}

@media (min-width: 576px) {
    
    .navSPMfooter a{
        font-size: 32px;
    }
    h2 {
        font-size: 30px;
    }
    .newsinfo-wrapper{
        min-height:240px
    }

    
}

@media (min-width: 768px) {
    section {
        padding: 65px 0px
    }
    hr {
        margin: 50px -30px;
    }
    #locOV {
        padding: 100px 0px
    }
    #locOV {
        /*height: calc(100vH - 303px);*/
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
   
    .navSPMfooter a{
        font-size: 55px;
    }
    h2 {
        font-size: 40px;
    }
    .start-dates {
        padding: 130px 0px
    }
    .navbar-nav .nav-link {
        font-size: 11px;
    }
    .nav-item {
        margin: 0px 2.5px;
    }
    
    .newsinfo-wrapper{
        min-height:180px
    }
}

@media (min-width: 992px) {
    html {
        position: relative;
        min-height: 100%;
    }
    body {
        margin-bottom: 230px;
    }
    footer {
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 230px;
    }
    .st-wrap {
        position: -webkit-sticky;
        position: sticky;
        top: 140px
    }
    .volunteer-section {
        /*
        background: -webkit-gradient(linear, left top, right top, color-stop(50%, #ffffff), color-stop(50%, #3BBBD8));
        background: linear-gradient(90deg, #ffffff 50%, #3BBBD8 50%);
        
         background: -webkit-gradient(linear, left top, right top, from(#FFF5C1), color-stop(50%, #FFF5C1),color-stop(50.1%, #47B194),to(#FFF5C1));
         background: linear-gradient(90deg, #FFF5C1 0%, #FFF5C1 50%,#47B194 50.1%,#FFF5C1 100%);
        
         
        */
    }
    
    .animation-item img {
        width: 75%;
    }
    .navbar {
        padding: 13.5px 0px;
    }
    .navbar-nav .nav-link {
        font-size: 15px;
    }
    .a-filter {
        font-size: 20px;
    }
    .newsinfo-wrapper{
        min-height:160px
    }
}

@media (min-width: 1200px) {
    section {
        padding: 65px 0px
    }
    #locOV {
        padding: 120px 0px
    }
    .a-filter {
        font-size: 20px;
    }
    .animation-item img {
        width: 100%;
    }
    .navbar {
        padding: 12px 0px;
    }
    .navbar-nav .nav-link {
        font-size: 16px;
    }
    .nav-item {
        margin: 0px 5px;
    }
    .gradient {
        padding-bottom: 20px;
    }
   
    .newsinfo-wrapper{
        min-height:200px
    }
}

@media (min-width: 1400px) {
    .nav-item {
        margin:  0px 20px;
    }
   
    .newsinfo-wrapper{
        min-height:180px
    }
}

@media (min-width: 1500px) {
    .nav-item {
        margin: 0px 33px;
    }
}

@media (min-width: 1600px) {
    .nav-item {
        margin: 0px 30px;
    }
    
}

@media (min-width: 1700px) {
    .nav-item {
        margin: 0px 44px;
    }
    .newsinfo-wrapper {
        min-height: 155px;
    }
}


.col-2dot4,
.col-sm-2dot4,
.col-md-2dot4,
.col-lg-2dot4,
.col-xl-2dot4 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

@media (min-width: 576px) {
    .col-sm-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (min-width: 768px) {
    .col-md-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (min-width: 992px) {
    .col-lg-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (min-width: 1200px) {
    .col-xl-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

.ui-widget {
    font-family: 'Space Grotesk', 'Times', sans-serif;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
    ffont-family: 'Space Grotesk', 'Times', sans-serif;
}

.ui-widget-header {
    border: 1px solid #B3DFEC;
    background: #B3DFEC url("images/ui-bg_gloss-wave_35_f6a828_500x100.png") 50% 50% repeat-x;
    color: #000;
    font-weight: bold;
}

.ui-datepicker td span,
.ui-datepicker td a {
    text-align: center;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    border: 1px solid #B3DFEC;
    background: #B3DFEC url("images/ui-bg_glass_100_f6f6f6_1x400.png") 50% 50% repeat-x;
    font-weight: bold;
    color: #000;
}


/* big check labels */

.label-big-check {
    position: relative;
    display: block;
    padding: 15px 0 15px 35px;
    margin: 0;
    border-top: 1px solid #eee;
    cursor: pointer;
}

.label-big-check input {
    display: none;
}

.label-big-check .check-title {
    font-size: .9em;
    font-weight: 700;
    cursor: pointer;
}

.label-big-check input[type="checkbox"] + .check-title:before {
    position: absolute;
    top: 12px;
    left: 0;
    width: 30px;
    font-family: FontAwesome;
    content: "\f096";
    font-size: 2em;
    line-height: 1;
    color: #aaa;
}

.label-big-check input[type="checkbox"]:checked + .check-title:before {
    content: "\f14a";
    color: #333;
}

#fancybox-close {
    top: -70px !important;
    right: -50px !important;
    width: 42px !important;
    height: 42px !important;
    background: transparent url('../img/lb-close.svg') -40px 0 !important;
}

#fancybox-left-ico {
    width: 13px!important;
    height: 20px!important;
}

#fancybox-right-ico {
    width: 13px!important;
    height: 20px!important;
}

#fancybox-right {
    right: -70px!important
}

#fancybox-right span {
    left: auto!important;
    right: 20px!important;
}

#fancybox-left {
    left: -70px!important
}

#fancybox-left span {
    left: 20px!important;
    right: auto!important;
}



.fancy-ico span {
  
  display: none!important;
    /*  */
}


#fancybox-next {
    background-image: url('../img/lb-next.svg')!important;
    background-repeat: no-repeat!important;
    background-position: center center!important;
    left: auto!important;
    right: -60px!important;
}
#fancybox-prev{
    background-image: url('../img/lb-prev.svg')!important;
    background-repeat: no-repeat!important;
    background-position: center center!important;
    left: -60px!important;
    right:auto!important;
}


#fancybox-right-ico {
    background-image: url('../img/lb-next.svg')!important;
    background-position: 0px 0px!important;
}

#fancybox-left-ico {
    background-image: url('../img/lb-prev.svg')!important;
    background-position: 0px 0px!important;
}

#fancybox-title-outside {
    color: #069b8a;
    font-weight: 700;
}

#fancybox-outer {
    -webkit-box-shadow: none!important;
    box-shadow: none!important
}


.list-locations .col{padding: 0px 5px}



.gallery-item .itemwrap,
.artist-item .itemwrap {
    position: relative;
    background-color: #0E2EA0 !important;
}

.gallery-item .itemwrap img,
.artist-item .itemwrap img{
  -webkit-transition: opacity linear 0.2s;
    transition: opacity linear 0.2s
}

.artist-item:hover .itemwrap img {
     opacity: 0.7;
}

.artist-item:hover .artistname {
  font-family: 'Funnel Sans';
  font-style: normal;
  font-weight: 600;

}


.gallery-item span {
    position: absolute;
    background-color: transparent;
    color:#fff;
     font-family: 'PT Serif';
  font-style: italic;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.26px !important;
  text-transform:uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    pointer-events: none;
    opacity: 0;
    
}

.gallery-item .itemwrap:hover span {
    opacity: 1;
}
.gallery-item .itemwrap:hover img {
    opacity: 0.7;
}

.gallery-item span h6{
   font-size: 36px;
    position: relative;
  z-index: 4;
}
.gallery-item span h6::after {
  content: attr(data-text);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  -webkit-text-stroke: 5px white;
  font-size: 1em;
}
/**/
.image-show1 {
  display: block;
}



.nav-link-wrapper {
    position: relative;
}

.navbar-nav .nav-link {
    min-width:115px;
    text-align: center;
}

@media (max-width: 991px) {
    .navbar-nav .nav-link {
        min-width:81px;
    }
}


@media (max-width: 575.98px) {
	.container {
	  padding-right: 30px;
	  padding-left: 30px;
	}
	
	#c-open {
	  right: -25px;
	}
	.navSPM {
	  left: -88px;
	}
}