/*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'); 
}



body {
    font-family: 'Space Grotesk', 'Times', sans-serif;
    -webkit-font-feature-settings: "ss01","ss02","ss03";
    font-feature-settings: "ss01","ss02","ss03";
    font-weight: 500;
    line-height: 1.7;
    font-size: 14px;
    color: #000000;
    letter-spacing: 0.42px;
    overflow-x: hidden;
    margin-top: 74px;
}

 body {
            background: transparent linear-gradient(141deg, #47B194 0%, #FFB053 10%, #FFF5C1 20%, #FFB053 30%, #F9573D 40%, #62AAA0 50%, #47B194 60%, #FFB053 70%, #FFF5C1 80%, #FFB053 90%, #F9573D 100%, #62AAA0 100%) 0% 0% no-repeat padding-box;
            background-size: 500% 500% !important;
            -webkit-animation: gradient 22s ease infinite!important;
            animation: gradient 22s ease infinite!important;
        }

        @-webkit-keyframes gradient {
            0% {
                background-position: 0% 50%;
            }
            50% {
                background-position: 100% 100%;
            }
            100% {
                background-position: 0% 50%;
            }
        }

        @keyframes gradient {
            0% {
                background-position: 0% 50%;
            }
            50% {
                background-position: 100% 100%;
            }
            100% {
                background-position: 0% 50%;
            }
        }






b,
strong {}

a,
a:hover {
    text-decoration: none;
    color: #47B194;
}

.contactform a,
.contactform a:hover {

    color: #FFFFFF;
}


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: 'Space Grotesk', 'Times', sans-serif;
    line-height: 1;
    letter-spacing: 0.8px!important;
    color: #000!important;
    position: relative;
    display: inline-block;
    z-index: 1;
    text-transform: lowercase;
    font-weight: 700;
    font-size:80px;
}
h1:after,.big-link:after {
  content: attr(data-text);
  position: absolute;
  left: 0;
  top:0;
  z-index: -1;
  -webkit-text-stroke: 8px  white;
  font-size: 1em;
}


@media (max-width: 992px) {
     h1,.big-link {
        font-size:70px;
    }
    h1:after,.big-link:after {
        -webkit-text-stroke: 6px  white;
    }
}

@media (max-width: 767px) {
     h1,.big-link {
        font-size:53px;
    }
    h1:after,.big-link:after {
        -webkit-text-stroke: 5px  white;
    }
}


@media (max-width: 575px) {
     h1,.big-link {
        font-size:48px;
    }
    h1:after,.big-link:after {
        -webkit-text-stroke: 5px  white;
    }
}

@media (max-width: 500px) {
     h1,.big-link {
        font-size:40px;
    }
    h1:after,.big-link:after {
        -webkit-text-stroke: 4px  white;
    }
}


@media (max-width: 420px) {
    
    h1,.big-link {
        font-size:34px;
    }
    h1:after,.big-link:after {
        -webkit-text-stroke: 4px  white;
    }

}

@media (max-width: 360px) {
    
    h1,.big-link {
        font-size:30px;
    }
    h1:after,.big-link:after {
        -webkit-text-stroke: 4px  white;
    }

}










h2 {
    font-size: 24px;
    text-align: left;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.2;
    color: #000;
    margin-bottom: 50px
}

h3 {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.25;
    margin-bottom: 25px
}

h4 {
    font-size: 20px;
    text-align: left;
    letter-spacing: 0;
    line-height: 1.25;
    margin-bottom: 25px
}

.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
}

#c-open a {
    font-weight: 700;
    font-size: 20px;
    color: #000 !important;
    text-transform: lowercase;
    padding: 5px 10px;
    display: block;
}

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: #000;
  background-color: #fff;
  border-color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-transform: lowercase;
  padding: 8.5px 15px;
  border: 2px #fff solid;
  border-radius: 60px;
}
.btn-primary:hover {
  color: #000;
  background-color: #4EE5BB;
    border: 2px #fff solid;
 
}

.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: '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-white:hover {
    background-color:#4EE5BB;

}


.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-sp-trans,
.btn-sp-trans:hover {
    font-family: 'Space Grotesk', 'Times', sans-serif;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #000;
    background-color: #B3DFEC;
    border: 2px solid #B3DFEC;
    padding: 9px 25px;
    border-radius: 3px;
    min-width: 235px;
}

.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: 2px solid #fff;
    border-radius: 60px;
    color: #fff;
    padding: 7.5px 20px;
}

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

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

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


.sponsoren{
    background-color: #FFF5C1;
}

.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
}

footer {
    padding: 1.5rem 0px;
    background-color: #000000;
    font-size: 18px;
    line-height: 1.1;
    font-weight: bold;
    color: #fff
}

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: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
}

footer ul li a:hover {
    text-decoration: none;
    color: #4EE5BB
}

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;
    background: #000 0% 0% no-repeat padding-box;
    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: 'Space Grotesk', 'Times', sans-serif;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 1px;
    color: #fff;
    text-transform: lowercase;
}

.navbar-nav .nav-link:hover {
    color: #4EE5BB;

}

.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;
}

#c-open:hover{
    background-color: #4EE5BB;
}
#collapseContact.show + #c-open{
   /*  background-color: #4EE5BB;*/
}

.navSPM{
    position: absolute;
    left: 0px;
    top: 100%;
    background-color: #fff;

    
}
.navSPM a{
    font-weight: 700;
    font-size: 20px;
    color: #000 !important;
    text-transform:lowercase;
    padding: 5px 25px;
    display: block;
}
.navSPM:hover {
    background-color:#4EE5BB;

}
.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;
}

#openContact {
    position: absolute;
    right: 70px;
    top: 18px;
    width: 29px;
    height: 29px;
    background: url(../img/close.svg);
    z-index: 1000;
}

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

#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");
}
#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");
}


.navContact {
    position: absolute;
    right: 0px;
    top: 100%;
    background-color: #fff;
    width: 168px;
    max-height: calc(100vH - 70px);
    overflow-y: auto;
}

#collapseContact {
    font-size: 12px;
    line-height: 1.33;
    color: #000;
    padding: 10px;
    background-color: #4EE5BB;
}

#collapseContact h5 {
    font-size: 12px;
    color: #000;
    font-weight: bold;
    letter-spacing: 1.2px;
    text-transform: lowercase;
    margin-bottom: 5px
}

#collapseContact a {
    color: #000;
}

#collapseContact p:last-of-type {}

.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: 700;
}

.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: 2px solid #fff;
    padding: 5px;
    font-size: 14px;
    font-weight:700;
    line-height: 1.2;
    color: #000 !important;
    display: block;
}

.merchandise-item {
    margin-bottom: 20px;
    border: 2px solid #CFD602;
    padding: 5px;
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 2.8px;
    color: #000;
    display: block;
}

.center .merchandise-item {
    margin-bottom: 20px;
    border: 2px 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: 2px 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;
}

.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: #000;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease;
    border: 2px solid #fff;
    border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #4EE5BB;
    border: 2px solid #4EE5BB;
}

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


.owl-carousel .owl-stage-outer {

}



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

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

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

.collaps-title a {
  font-size: 26px;
  text-transform: lowercase;
  font-weight: 700;
  color: #000;
  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: 32px;
    height: 32px;
    background: url(../img/Plus.svg);
}

.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;
}

@media (max-width: 575px) {
    .collaps-title a {
    font-size: 22px;
    }
    
    .collaps-title a span {

        right: 0px;
        top: calc(50% - 16px);
        width: 26px;
        height: 26px;
    }
    
}

@media (max-width: 767px) {
    .navbar-nav .nav-link {
        text-align: center
    }
    #navbarSupportedContent {
        margin-top: 60px;
    }
    #openContact {
      right: 30px;
    }
    #openPhNav {
      right: 60px;
    }
}

@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: 17px;
    }
    .nav-item {
        margin: 0px 15px;
    }
    .gradient {
        padding-bottom: 20px;
    }
    footer {
        font-size: 20px;
    }
   
    .newsinfo-wrapper{
        min-height:200px
    }
}

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

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

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

@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 {
    position: relative;
}




.gallery-item span {
    position: absolute;
    
    background-color: transparent;
    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: 1;
    -webkit-transition: background-color linear 0.2s;
    transition: background-color linear 0.2s
}

.gallery-item .itemwrap:hover span {
    opacity: 1;
    background-color: #4EE5BB;
}

.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;
}