/* Cookie */

#cookie_warning {

  font-family: "visa_dialect_regular", Helvetica, "Arial";


  font-weight: 400;
  /* padding: 20px 30px; */
  /* margin: 10px; */
  /* border-radius: 3px; */
  display: block;
  position: fixed;
  bottom: 0;
  right: 0;
  /* border: 2px solid #ddd; */
  z-index: 1000;
  color: white;
  background-color: black;
  box-shadow: 0 5px 15px 4px rgb(0 0 0 / 10%);
  /* font-size: 16px; */
  width: 100%;
}

.cookieSelect input {
  border-bottom: unset;
}

#data_cookies {

  font-size: 18px;
}

.cookie_warning_text {
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 400;
  -webkit-text-stroke-width: 0px;
  margin-bottom: 1em;
}

#data_cookies .cookie_warning_text {
  font-size: 18px;
  margin: 15px 0 30px;
}

.cookie95p {
  width: 95%;
  max-width: 1000px;
  margin: 0 auto;
}

#data_cookies .cookie95p {
  width: 100%;
  margin: 100px 0;
}

.cookie1000 {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin: 40px auto;
}

#data_cookies .cookie1000 {
  margin: 40px auto 20px;
}

.cookieHeader {
  font-size: 36px;
}

.cookieLeft {
  width: 100%;
}

.cookieRight {
  min-width: 300px;
}

.cookieButtonHolder {
  display: flex;
}

.cookieButtonRelHolder,
.cookieButtonMarkHolder {
  display: flex;
  margin-right: 50px;

  cursor: pointer;
}

.cookieSelect {
  position: relative;
}

.cookieSelect input[type='checkbox'] {
  cursor: pointer;
  position: relative;
  left: -1px;
  top: -1px;
  z-index: 7;
  width: 25px;
  -webkit-appearance: none;
  height: 25px;
  margin: 0;
}

#cookie_nec_check {
  cursor: default;
}


.cookieSelect input[type='checkbox']+label {
  position: relative;
  left: -25px;
}

.cookieSelect input[type='checkbox']+label::before {
  content: '';
  display: block;
  float: left;
  z-index: 5;
  position: relative;
  width: 20px;
  height: 20px;
  border: 1px solid white;
  border-radius: 50%;
  margin-right: 20px;
}

#data_cookies .cookieSelect input[type='checkbox']+label::before {
  border: 1px solid black;
}

.cookieSelect input[type='checkbox']:checked+label::before {
  background-color: #fff;
  box-shadow: inset 0px 0px 0px 2px black;
  border-color: #fff;
}

.cookieSelect input[type='checkbox']:checked+label.necText::before {
  opacity: 0.5;
}

#data_cookies .cookieSelect input[type='checkbox']:checked+label::before {
  background-color: black;
  box-shadow: inset 0px 0px 0px 2px white;
  border-color: black;
}





.cookieRight {
  display: flex;
  flex-direction: column;
  align-items: end;
  font-size: 18px !important;
}

.cookieRight button {

  width: 265px;
  color: white;
  background-color: black;
  border-radius: 50px;
  border: 1px solid white;
  font-size: 18px;
}

#data_cookies .cookieRight button.cookieSave {
  background-color: white;
  color: black !important;
  border: 1px solid black;
}

#data_cookies .cookieRight button.cookieSave:hover {
  background-color: black;
  color: white !important;
  border: 1px solid white;
}

.cookieHover:hover,
#cookie_warning .cookieRight button.cookieAcceptAll {
  background-color: white;
  color: black !important;
}








.cookie_warning_text a {
  text-decoration: underline;
}

#cookie_warning #cookie_consent,
#data_cookies #cookie_consent {
  background-color: #1a1a1a;
  border: 2px solid transparent;
  font: inherit;
}

/* #cookie_warning button:first-of-type {
  margin-right: 10px;
} */

#cookie_warning button,
#data_cookies button {
  padding: 10px 20px;
  /* border-radius: 3px; */
  /* background-color: #1a1a1a; */
  color: white;
  transition: all 0.1s linear;
  cursor: pointer;
  margin-top: 15px;
}

#cookie_warning button {
  color: black;
  background-color: white;
}


.galleryContainer
{
	max-height:400px;
	overflow:hidden;
}

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

  #header_subtitle {
    max-width: 350px !important;
  }

 #header_bg {
        object-position: left center;
    }


  .cookie1000,
  .cookieButtonHolder {
    flex-direction: column;
  }

  #data_cookies {
    width: 95%;
    margin: auto;
  }



  .cookieRight button {
    width: 100%;
  }

  .cookieSelect {
    margin-bottom: 10px;
  }

  .cookieButtonHolder {
    margin: 30px 0;
  }

}

/* end Cookie */

/* lightbox */
a.lb-close {
  position: absolute;
  top: 0px;
  right: 40px;
}

.lb-outerContainer {
  background: transparent !important;
}

.lightbox .lb-image {
  border: 0px transparent !important;
}

.lb-prev,
.lb-next {
  background-size: 31px 35px !important;
}

.lb_credits {
  font-size: 14px;
  font-family: "marfa_reg", "Helvetica Neue", Helvetica, "Arial" !important;
  ;
  margin: 0px auto 5px;
  text-align: left;
  line-height: 16px;
}

.lb-dataContainer .lb_credits {
  position: absolute;
  bottom: 0;
  width: calc(100% - 40px);
  background: white;
  padding: 10px 0 20px;
}

#lightbox.no_text_lb,
#lightbox.no_text_lb .lb-nav {
  width: calc(100% - 110px);
  left: 50px !important;
}

/* id has to be changed? */
#lightbox.no_text_lb .lb-dataContainer {
  background: transparent;
}

#lightbox.no_text_lb .lb-dataContainer {
  background: transparent;
}

#lightbox.no_text_lb .lb-data .lb-close {
  background: url(../img/X_white.svg) top right no-repeat;
}



@media screen and (max-width: 800px) {
  #lightbox.no_text_lb {}

  #lightbox.no_text_lb .lb-dataContainer {}

  #lightbox.no_text_lb .lb-dataContainer .lb-data .lb-close {
    position: fixed;
    top: 20px;
  }
}

#lightbox.no_text_lb .lb-dataContainer {
  background: transparent;
}

#lightbox.no_text_lb .lb-data .lb-close {
  background: url(../img/X.svg) top right no-repeat;
}

/* end lighbox */

/* general */

.line_arrow {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;

}

p {
  min-height: 1px;
}


img {
  border: 0px;
}

img,
iframe,
video {
  max-width: 100%;
  max-height: 100%;
}

a {
  text-decoration: inherit;
  color: inherit;
  border: 0;
}

.ui-tooltip {
  font-size: 12px;
}

#container {
  /* width: 95%;
  max-width: 1200px; */
  margin: 0 auto 0;
}


* {
  margin: 0;
  padding: 0;
}


/* Header */

#header_section {
  height: 98vh;
  color: white;
  display: flex;
  flex-direction: column;

  position: relative;
}

/* navbar container */
#nav_container {
  /* position: fixed;
	top: 0;
	left: 0px; */
  width: 98%;
  margin: 0px auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: transparent;
  z-index: 15;
  padding: 20px 0;
  box-sizing: border-box;
}

.nav_logo {
  height: 60px;
}

#logo {
  font-size: 40px;
}

#header_section {
  width: 100%;
  height: 100vh;
}

#header_bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  filter: brightness(0.6);
}



#header_title {
  margin-top: 20vh;
  font-size: clamp(40px, 4vw, 50px);
  margin: 20vh auto 40px;
  max-width: 700px;
  /* min-width: 40%; */
}

.headerTitleElem {
display: inline;
  background-color: rgb(49, 49, 49);
  color: white;
  border-radius: 45px;
  font-family: "visa_dialect_regular", Helvetica, "Arial";
  padding: 5px 40px;
}

.hteRight {
  margin-top: 20px;
  float: right;
}


#header_subtitle {
  max-width: 700px;
  /* min-width: 60%; */
  margin: 0px auto 40px;
  background-color: white;
  color: black;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid black;

}

#anmelden {
  text-align: center;
  margin: auto;
  position: absolute;
  bottom: 0px;
  font-size: 26px;
  cursor: pointer;

  width: 100%;
  overflow: hidden;
    
  background: linear-gradient(45deg, rgb(113, 50, 199), rgb(237, 40, 72));

  border-top: 1px solid black;
  border-bottom: 1px solid black;
}

#header_section .arrow_down {
  margin: 10px 0 0 -10px;
  width: 38px;
  height: 38px;
  border-bottom: 4px solid white;
  border-left: 4px solid white;
}


.invertedMarquee {
  border-bottom: none;
}

.invertedHolder {
  display: flex;

  font-size: 20px;
  line-height: 100px;
  height: 40px;
}

.fullWidthHolder {
  /* width: 100vw; */
  width: 1000vw;
  margin-left: -36px;

  overflow: hidden;

  cursor: pointer;
}

.bmElemRight {
  display: flex;
  align-items: center;
  animation-name: marqueeRight;
  animation-duration: 20s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;

  color: black;
}

@keyframes marquee {
  0% {
    transform: translate(-100%, 0);
  }

  100% {
    transform: translate(0, 0);
  }
}



@keyframes marqueeRight {
  0% {
    transform: translate(-100%, 0);
  }

  100% {
    transform: translate(0, 0);

  }
}

.arrowHolder {
  width: 150px;
  height: 20px;

  display: flex;
  justify-content: center;align-items: center;
}

.arrowHolder > * + * {
  margin-left: 10px;
}

.rotDown {
  rotate: 90deg;
}



/* form section  */

.regularText {
  font-family: "visa_dialect_regular", Helvetica, "Arial";
  font-weight: 400;
}


.teaserBig {
  font-size: 28px;
}
.teaserSmall {
  font-size: 20px;
}



.formSection {
  position: relative;
  width: 100%;
  height: auto;
  background-color: rgb(56, 56, 56);
  color: white;
}

.blobFather {
  position: absolute;
  /* right: 10%; */
  left: calc(50% + 300px);
  width: 220px;
  height: 220px;
}

.blobContainer {

  display: flex;
  justify-content: center;
  align-items: center;

  rotate: 20deg;
}

.blobContent {
  position: absolute;

  text-align: center;
  font-size: 14px;
  color: black;

}


    .whiteBlob {
      position: absolute;
bottom: -85px;
  right: -60px;
  width: 130px;
  height: 130px;
      border-radius: 50%;
      background-color: white;
      border: 2px solid black;
      color: black;
      padding: 10px;

      text-align: center;

      display: flex;
      justify-content: center;  
      align-items: center;
      flex-direction: column;
    }


.formSectionInner {
  margin: 0 auto;
  max-width: 600px;
  width: 98%;
}

.teaserText {
  padding-top: 50px;
  padding-bottom: 50px;
  font-size: 20px;
  text-align: center;
}

input {
  border: none;
  /* Removes the default border */
  background-color: transparent;
  border: 1px solid white;
  border-radius: 40px;
  padding: 10px;
  margin-bottom: 10px;
  font-weight: 400;

  box-sizing: border-box;
}

input:focus {
  outline: none
    /* Removes the border when the input is clicked */
}

input {
  font-size: 18px;
  margin-bottom: 20px;
  width: 100%;
  color: white;
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: white;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: white;
}

.gender {
    border: none;
      /* Removes the default border */
      background-color: transparent;
      border: 1px solid white;
      border-radius: 40px;
      padding: 10px;
      margin-bottom: 10px;
      font-weight: 400;
    
      box-sizing: border-box;

      font-size: 18px;
      margin-bottom: 20px;
      width: 49%;
      color: white;
}
.selectInput option, .gender option {
    background-color: rgb(56, 56, 56);
}
.selectInput
{
	border: none;
      /* Removes the default border */
      background-color: transparent;
      border: 1px solid white;
      border-radius: 40px;
      padding: 10px;
      margin-bottom: 10px;
      font-weight: 400;
    
      box-sizing: border-box;

      font-size: 18px;
      margin-bottom: 20px;
      
      color: white;
}


.halfInputWrapper {

  display: flex;
  flex-direction: row;

  justify-content: space-between;
  margin-top: 10px;
}

.halfInputWrapper input {
  width: 49%;

}

.parentText {
  text-align: center;
}

.checkBoxWrapper {
  display: flex;
  margin-top: 30px;
  font-size: 14px;
  font-family: "visa_dialect_regular", Helvetica, "Arial";


}

.checkBoxText span {

  font-family: "visa_dialect_medium", Helvetica, "Arial";
}

.checkBoxElem {
  width: 30px;
  height: 30px;
  margin-top: 3px;
}

.checkBoxElem input {
  border-radius: 50%;
  width: 1.3em;
  height: 1.3em;
  background-color: white;
  border-radius: 50%;
  vertical-align: middle;
  border: 1px solid #ddd;
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  cursor: pointer;

}

.checkBoxElem input:checked {
  background-color: gray;
}

.submitWrapper {
  display: flex;
  justify-content: center;
}

.submitButton {
  border-bottom: unset;

  outline: none;
  border: none;


  font-family: "visa_dialect_regular", Helvetica, "Arial";

  font-size: 16px;
  width: 300px;
  padding: 10px;
  margin: 50px 0 50px;
  background: linear-gradient(45deg, rgb(113, 50, 199), rgb(237, 40, 72));

  color: black;

  cursor: pointer;
}

.teilnahme {
  text-decoration: underline;
}




.mapSection,
.contactSection {
  margin: 100px auto;
  width: 98%;
  max-width: 1000px;

  font-family: "visa_dialect_regular", Helvetica, "Arial";

}

.contactSection {
  max-width: 800px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}


.mapContainer {
  width: 100%;
  height: 500px;

  /* background-color: grey; */
}



/* gallery section  */

.gallerySection {
  cursor: pointer;
}

.sliderElem {
  height: 200px;
  width: 500px;
  /* margin: 0 20px; */
}

.sliderElem .sliderImg {
  width: 100%;
 height: 400px;
  
}
	.sliderImg img {
	    object-fit: cover;  /* Ensures the image covers the container */
	    object-position: center;  /* Centers the image */
	    width: 100%;  /* Makes the image take full width of the container */
	    height: 100%;  /* Makes the image take full height of the container */
	}

.contactSubWrapper {
  max-width: 600px;
  margin: auto;
}

.mapText,
.contactText {
  font-size: 24px;
  text-align: center;
}

.mapText2 {
  text-align: center;
}

.contactText2 {
  text-align: center;
}


.mailWrapper,
.phoneWrapper {
  display: flex;
  max-width: 600px;
  text-align: left;
}

.mailIcon,
.phoneIcon {
  margin-right: 10px;
}


#footer_container {
  font-family: "visa_dialect_regular", Helvetica, "Arial";
  font-weight: 500;
  font-size: 14px;
  width: 100%;
  /* height: 500px; */

  color: white;
  background-color: rgb(56, 56, 56);
}


.footerLinkContainer {
  display: flex;
  justify-content: space-between;
  width: 98%;
  margin: 0 auto;
}

.leftPart a {
  margin-right: 20px;
}


.schedule-container {
    display: grid;
    grid-template-columns: 1fr 1fr; /* Two columns */
    gap: 20px;
    max-width: 600px;
    margin: auto;
}

.schedule {
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background: #f9f9f9;
}

h2 {
    margin-bottom: 10px;
}

ul {
    list-style: none;
    padding: 0;
}

li {
    padding: 5px 0;
}

/* Responsive for Mobile */
@media (max-width: 600px) {
    .schedule-container {
        grid-template-columns: 1fr; /* Single column on small screens */
    }
}

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

  .blobFather {
    display: none;
  }

    #header_title {

      padding: 0 20px;
    }

  input {
    font-size: 24px;
  }

  .checkBoxElem {
    margin-right: 30px;
  }

  .submitButton {
    font-size: 24px;

    cursor: pointer;
  }

  .mapText2,
  .contactText2 {
    font-size: 18px !important;
    text-align: center;
  }

  .mapSection,
  .contactSection {
    margin-top: 30px;
  }


  .blobContainer {
    position: absolute;
    right: 2%;
    width: 180px;
    height: 180px;

    display: flex;
    justify-content: center;
    align-items: center;
  }

  .blobContent {
    position: absolute;

    text-align: center;
    font-size: 12px;

  }


  .teaserText {
    padding-top: 80px;

  }

  .sliderElem {
    /* margin: 0 10px; */
  }



}