:root {
  --herz: #e885aa;
  --gelb: #fed27a;
  --wagreen: #56d063;
  --hellrosa: #fad8db;
  --hellgrau: #a5a5a5;
}

::-webkit-scrollbar{
	width: 0.5em;
}
::-webkit-scrollbar-track{
	background-color: var(--hellrosa);

}
::-webkit-scrollbar-thumb{

	background: linear-gradient(var(--hellrosa),var(--herz));
	border-radius:100vw;
}

::-webkit-scrollbar-thumb:hover{
	background: var(--herz);
}

@supports(scrollbar-color: red blue){
	*{
		scrollbar-color: var(--herz) var(--hellrosa);
		scrollbar-width: thin;
	}
}

html{
  border-bottom-width : 2vh;
  border-top-width : 2vh;
  border-left-width: 1vw;
  border-right-width: 1vw;
  /* border-style: solid; */
  /* border-bottom-style: none; */
  border-color: var(--herz);
  background: white;
  width: inherit;
height: 100%;
}

body {
	display: flex;
  flex-direction: column;
  min-height: 100vh;
	flex-direction: column;
  margin: 0;
  /* background-attachment:fixed; */
  font-family: MetropolisExtraLight;
  font-weight: 200;
  color: black;
  text-align: center;
  text-align: -webkit-center;
}

h1 {
	text-shadow: 1px 1px 3px lightgray;
	font-family: MetropolisExtraLight;
	font-size: 300%;
  font-weight: 100;
  margin-top: 0;
}

h2{
  font-weight: 100;
  font-family: 'MetropolisExtraLight';
}

p{
  font-size:  1.7vh;
  line-height: 115%;
}

b{
  font-size:  2.2vh;
  line-height: 115%;
}

a{
	text-decoration-color: black;
    color: black;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

footer{
  overflow: hidden;
  bottom: 0;
  background-color: white;
  color: black;
  text-align: center;
  flex-shrink: 0;
  z-index: 0;
  display: flex;
  padding: 0 2em 2em 2em;
}

#footer_text{
	display: flex;
	align-items: center;
	/* gap: 1em; */
	font-size: 0.77vw;
	flex: 1 1 60%;
	white-space: nowrap;
}

#footer_text p:first-child{
	padding-right: 0.5vw;
}

#footer_text > * + *{
	border-left-style: solid;
	border-left-width: 1px;
	padding: 0 0.5vw;
}

#leader_logo{
	display:flex;
	align-items: center;
	gap:1em;
	flex: 1 1 40%;
}

#leader_logo > *{
	flex-basis: 70%;
}

#logo_schrift{
	flex-basis: 30%;
	height:100%;
	display:flex;
	align-items: center;
}

#logo_schrift_span{
	margin:0;
	text-align: left;
	font-size: 0.5rem;
}

footer a{
	/* text-decoration-color: white; */
    /* color: white; */
	text-decoration: none;
	transition-duration: 0.2s;
	transition: 0.2s;
}

footer a:hover{
	text-decoration: underline;
}

h3{
  font-size: 1.5em;
  margin-bottom: 0em;
}
h5{
  font-size:  1.7vh;
  margin-block: 0em;
}

@media (max-aspect-ratio: 1/1) {
p{
  font-size: 0.8em;
}

b{
  font-size: 1em;
}

h5{
  font-size: 0.8em;
  margin-bottom: 0em;
}

h3{
  font-size: 1.1em;
}

footer{
	flex-direction: column;
  padding: 0 1em 1em 1em;
}
#footer_text{
	font-size:max(1.2vw,1.6vh);
  flex-wrap: wrap;
  padding-bottom: 1vh;
}
#footer_text p:first-child{
	flex: 1 1 40%;
  margin: 0.5vh;
}
#footer_text > * + *{
	flex: 1 1 40%;
  margin: 0.5vh;
  border-left-style: none;
}
#leader_logo{
	align-items: stretch;
  flex-direction: column;
}
#logo_schrift{
	height:auto;
}

#logo_schrift_span{
  text-align: center;
}

h1{
  font-size: 250%;
}

}

input {
  box-sizing: border-box;
  border-radius: 4px;
  border: 3px solid #ccc;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  outline: none;
  padding: 0.5em;
  font-family: 'MetropolisExtraLight';
}
input:focus {
  border: 3px solid #555;
}

textarea{
	width: 75%;
	resize: vertical;
	box-sizing: border-box;
	border-radius: 4px;
  border: 3px solid #ccc;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  outline: none;
  padding: 0.5em;
  font-family: 'MetropolisExtraLight';
}
textarea:focus {
  border: 3px solid #555;
}

#User_Info tr{
	min-height: 10vh;
}

#whatsapp
{
	color:white;
	padding: 5px 10px 5px 10px;
	border-radius:1em;
	background-color: var(--herz);
	box-shadow: 0px 0px 7px 1px var(--herz);
	right: 2em;
    position: fixed;
    bottom: 2vh;
    height: 2.3em;
    width: 2.3em;
	transition: 0.5s;
	overflow: hidden;
	z-index: 10;
}

#whatsapp:hover{
	width: 11em;
}

#whatsapp:hover #WAtext{
	display: block;
	/* transform: scale(1); */
}

#whatsapp img
{
	float: left;
    height: 100%;
}

#WAtext{
	display: none;
	white-space: nowrap;
	right:0;
	top: 50%;
	-ms-transform: translate(0%, 60%);
	transform: translate(0%, 60%);
	/* transform: scale(0); */
	
}

#login input{
	width: 70%;
}

#ART{
	width: 96%;
	/* height: 50vh; */
	border-top-style: solid;
	/* border-bottom-style: solid; */
	border-color: var(--herz);
	border-width: 1px;
	margin-top: 2vh;
	/* float: left; */
	transition: 1s;
	text-overflow: ellipsis;
	padding: 2%;
}

#ART img{
	border-radius: 10%; 
	max-width: 28vw;
	max-height: 40vh
}

#ART:hover{
	box-shadow: 0px 3px 18px 0px var(--herz);
}

#home{
	margin-bottom: 1%;
	margin-top: 1%;
}

@media (max-aspect-ratio: 1/1) {
  #whatsapp{
    right: 1em;
  }
#home{
		display: none;
}}
#spacer1{
	height: 11vh;
}
#spacer2{
	height: 10vh;
}
@media (max-aspect-ratio: 1/1) {
#spacer2{
	height: 0vh;
}}

#menu {
	background-color: white;
	border-style: solid;
	border-top-style: none;
	border-color: var(--herz);
	z-index: 5;
	overflow: auto;
	transition: 0.5s;
}

#menu::-webkit-scrollbar {
    width: 10px;
}

.all_content{
	/* background-image: url('/static/img/schnorkelecke.jpg'); */
	/* background-position-x: right; */
	/* background-position-y: bottom; */
	/* background-repeat: no-repeat; */
	/* background-size: 100vh; */
	/* background-attachment: fixed; */
	flex: 1 0 auto;
	
}

.ico:hover:not(.active){
	text-shadow: 3px 2px 6px black;
}


.mob_ico{
	height: 100%;
	width: 12%;
	font-size: 11vw;
	color: black;
}
.mob_ico a {
	color: black;
}

button {
  background-color: var(--hellrosa); 
  color: hsl(0 0% 33%);
  border: 2px solid var(--hellrosa);
  transition-duration: 0.4s;
  cursor: pointer;
  text-decoration: none;
  font-size: 140%;
  padding-inline: min(2vh,2vw);
  padding-block: min(1vh,1vw);
  border-radius: 4px;
  font-weight: 100;
  font-family: 'MetropolisLight';
  letter-spacing: 0.4vw;
  text-transform: uppercase;
}

button:hover {
  color: white;
}

.home_button{
  font-size: 100%;
  position: absolute;
  bottom: -2%;
  z-index: 5;
  border-radius: 0;
}
.home_button:hover{
  bottom: 0;
}

i {
	position:absolute;
}

#svg_nav{
	position:absolute;
	height: 90%;
}


.content {
	 padding-bottom: 2.5rem;
   width: 100%;
}

#loading{
    position: fixed;
    width: 100%;
    height: 100%;
	display:none;
  align-items: center;
  justify-content: center;
  background-color: hsl(0 0% 100% / 0.5);
	backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}


#dropbtn {
  display: inline-block;
  border-color: transparent;
  color: black;
  text-align: center;
  text-decoration: none;
  /* transition: 0.5s; */
}

#dropbtn.active {
  text-shadow: 1px 1px 3px black;
}

#dropbtn:hover:not(.active) {
	transition: 0.5s;
	text-shadow: 3px 2px 6px black;
}


.dropdown-content {
  display: none;
  font-size:1.5vw;
  font-weight: normal;
  z-index: 5;
}

.dropdown-content a {
  display: none;
  color: black;
  display: block;
  text-align: center;
  z-index: 5;
}


.dropdown:hover .dropdown-content {
  display: block;
}

.dropdownmob:hover .dropdown-content {
  display: none;
}


.sk-chase {
  width: 10vh;
  height: 10vh;
  max-height:10vw;
  max-width:10vw;
  position: relative;
  animation: sk-chase 2.5s infinite linear both;
}

.sk-chase-dot {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0; 
  animation: sk-chase-dot 2.0s infinite ease-in-out both; 
}

.sk-chase-dot:before {
  content: '';
  display: block;
  width: 25%;
  height: 25%;
  background-color: var(--herz);
  border-radius: 100%;
  animation: sk-chase-dot-before 2.0s infinite ease-in-out both; 
}

.sk-chase-dot:nth-child(1) { animation-delay: -1.1s; }
.sk-chase-dot:nth-child(2) { animation-delay: -1.0s; }
.sk-chase-dot:nth-child(3) { animation-delay: -0.9s; }
.sk-chase-dot:nth-child(4) { animation-delay: -0.8s; }
.sk-chase-dot:nth-child(5) { animation-delay: -0.7s; }
.sk-chase-dot:nth-child(6) { animation-delay: -0.6s; }
.sk-chase-dot:nth-child(1):before { animation-delay: -1.1s; }
.sk-chase-dot:nth-child(2):before { animation-delay: -1.0s; }
.sk-chase-dot:nth-child(3):before { animation-delay: -0.9s; }
.sk-chase-dot:nth-child(4):before { animation-delay: -0.8s; }
.sk-chase-dot:nth-child(5):before { animation-delay: -0.7s; }
.sk-chase-dot:nth-child(6):before { animation-delay: -0.6s; }

@keyframes sk-chase {
  100% { transform: rotate(360deg); } 
}

@keyframes sk-chase-dot {
  80%, 100% { transform: rotate(360deg); } 
}

@keyframes sk-chase-dot-before {
  50% {
    transform: scale(0.4); 
  } 100%, 0% {
    transform: scale(1.0); 
  } 
}









.cbx {
  -webkit-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
  text-align: left;
}
.cbx span {
  display: inline-block;
  vertical-align: middle;
  /* transform: translate3d(0, 0, 0); */
}
.cbx span:first-child {
  opacity: 0.5;
  position: relative;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  transform: scale(1);
  vertical-align: middle;
  border: 2px solid var(--herz);
  transition: all 0.2s ease;
}
.cbx span:first-child svg {
  position: absolute;
  z-index: 1;
  top: 8px;
  left: 6px;
  fill: none;
  stroke: white;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 16px;
  stroke-dashoffset: 16px;
  transition: all 0.3s ease;
  transition-delay: 0.1s;
  transform: translate3d(0, 0, 0);
}
.cbx span:first-child:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #e20074;
  display: block;
  transform: scale(0);
  opacity: 1;
  border-radius: 50%;
  transition-delay: 0.2s;
}
.cbx span:last-child {
  margin-left: 8px;
}
.cbx span:last-child:after {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  height: 1px;
  width: 100%;
  background: var(--herz);
  transform-origin: 0 0;
  transform: scaleX(0);
}
.cbx:hover span:first-child {
	border: 2px solid var(--herz);
	opacity: 1;
}

.inp-cbx:checked + .cbx span:first-child {
  border-color: var(--herz);
  background: var(--herz);
  animation: check 0.6s ease;
}
.inp-cbx:checked + .cbx span:first-child svg {
  stroke-dashoffset: 0;
}
.inp-cbx:checked + .cbx span:first-child:before {
  transform: scale(2.2);
  opacity: 0;
  transition: all 0.6s ease;
}
.inp-cbx:checked + .cbx span:last-child {
  color: var(--herz);
  transition: all 0.3s ease;
}
.inp-cbx:checked + .cbx span:last-child:after {
  transform: scaleX(1);
  transition: all 0.3s ease;
}

@keyframes check {
  50% {
    transform: scale(1.2);
  }
}





/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 10; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  /* background-color: #fefefe; */
  background-color: hsl(0 0% 100% / 0.8);
	backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
  border-radius: 1em;
  height: fit-content;
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}


.impressum{
  text-align: left;
  display: flex;
  width: 90%;
  flex-wrap: wrap;
}

.impressum div{
  flex-basis: 50%;
}

.datenschutz{
  text-align: left;
  width: 75%;
  font-size: 120%;
}

.datenschutz h1{
  width: 100%;
	margin-top:5vh;
	margin-bottom:2vh;
	letter-spacing: 0.4vw;
	text-transform: uppercase;
}

.datenschutz h2{
  margin-top: 2em;
}

.datenschutz h3{
  margin-top: 2em;
}

@media (max-aspect-ratio: 1/1) {
  .impressum{
    display: block;
  }
  .datenschutz{
    width: 90%;
  }

  .datenschutz h1{
    font-size: 6vw;
  }

  .datenschutz h2{
    font-size: 5vw;
  }
  
  .datenschutz h3{
    font-size: 4vw;
  }
  .datenschutz h4{
    font-size: 3.5vw;
  }

}

.flex_pic_text{
  display: flex;
  margin-inline: 2em;
  margin-bottom: 2em;
  gap: 2em;
  /* height: min(70vh,60vw); */
  align-items: center;
}

.flex_text{
  flex: 1 1 40%;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /* height: min(70vh,60vw); */
}

.flex_text > p{
  font-size: 125%;
  line-height: 130%;
}

.flex_pic{
  flex: 1 1 60%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: min(70vh,60vw);
}

#about_us_logo{
  width: 80%;
  transform: translateX(-12%);
}

@media (max-aspect-ratio: 1/1) {
  .flex_pic_text{
    margin-inline: 1em;
  }
  .flex_warp{
    /* flex-wrap: wrap; */
    flex-wrap: wrap-reverse;
  }
  .flex_rev_warp{
    /* flex-wrap: wrap-reverse; */
    flex-wrap: wrap;
  }
  #about_us_logo{
    width: 50%;
  }
}

.home{
  margin-inline: 2em;
  display: flex;
  flex-direction: column;
  gap: 2em;
  flex-basis: 100%;
}

.herz_cont{
  width: 2.5vh;
  position: relative;
  bottom: 0.7vh;
}

.home_holder{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 55vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  font-size: min(1.4vw,1em);
  position: relative;
}

.home_holder_right{
  justify-content: right;
}
.home_holder_right > .home_holder_cont{
  margin-right: 2em;
  position: absolute;
  right: 0;
}

.home_holder_left{
  justify-content: left;
}
.home_holder_left > .home_holder_cont{
  margin-left: 2em;
  position: absolute;
  left: 0;
}

.home_holder_cont{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /* background-color: hsl(0 0% 100% / 0.7); */
  background-color:  rgba(249, 217, 219, 0.8);
  width: 39vh;
  aspect-ratio: 1;
  max-width: 75vw;
  overflow: auto;
  scrollbar-width: none;
  position: relative;
}

.home_holder_cont::-webkit-scrollbar{
  width: 1px;
}

/* .home_holder_cont * p{
  line-height: 130%;
  width: 90%;
  margin-top: 0;
  font-size: min(100%,1.7vh);
} */

.hide_on_hover{
  padding-inline: 2vh;
  opacity: 1;
  transition: 0.5s;
  position: absolute;
}



.show_on_hover{
  padding-inline: 2vh;
  opacity: 0;
  transition: 0.5s;
  position: absolute;
}

.home_holder_cont:hover > .show_on_hover{
  opacity: 1;
}
.home_holder_cont:hover > .hide_on_hover{
  opacity: 0;
}

.home_holder_mob{
  display: none;
  padding-inline: 2em;
  padding-bottom: 1em;
}

.home_holder_mob p{
  line-height: 130%;
}

.titel_schrift{
  font-family: 'BelindaCarolyne','BelindaCarolyneOTF';
  margin: 0;
  font-size: min(3.5vh,3em);
  font-weight: bold;
  line-height: 120%;
  padding-top: 2vh;
  padding-bottom: 2vh;
}

.home_holder_extra_height{
  height: 62vh;
}


  .logos_about_us{
  display: flex;
  flex-wrap: wrap;
  
  justify-content: center;
  gap: 4vw;
  margin-bottom: 2vh;
  }
  .logo_about_us {
    display: block;
    height: min(10vh,15vw);
    }





@media (max-aspect-ratio: 1/1) {
  .logo_about_us{
    flex: 1 1 40%;
    }


  .home_holder{
    height: auto;
    max-height: 60vh;
    min-height: 69vw;
    font-size: min(3.4vw,1em);
  }

  .home_holder_cont{
    width: 90%;
    max-width: 60vh;
    display: none;
  }
  .home_holder_mob{
    display: block;
  }
  .home{
    margin-inline: 1em;
  }
  .herz_cont{
    width: 3vh;
    bottom: 0;
  }
  .home_holder_extra_height{
    height: 50vh;
  }
}

.one_wild_year_bild{
  position:absolute;
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 100%;
  z-index: 5;
  transition: 0.2s;
}

.enabled_on_mobile{
  display: none !important; 
}
.enabled_on_mobile_pure{
  display: none;
}
.disabled_on_mobile{
  display: flex;
}
@media (max-aspect-ratio: 1/1) {
  .enabled_on_mobile{
  display: flex !important;
}
.enabled_on_mobile_pure{
  display: inherit;
}
.disabled_on_mobile{
  display: none !important; 
}
.disabled_on_mobile_pure{
  display: none !important; 
}
}

@font-face { 
	font-family: 'BelindaCarolyne';
	src: url('/static/css/Belinda Carolyne TTF.ttf') format('truetype');
	font-display: block;
}

@font-face { 
	font-family: 'BelindaCarolyneOTF';
	src: url('/static/css/Belinda Carolyne OTF.otf') format('opentype');
	font-display: swap;
}

@font-face { 
	font-family: 'MetropolisRegular';
	src: url('/static/css/Metropolis-Regular.otf') format('opentype');
	font-display: swap;
}

@font-face { 
	font-family: 'MetropolisLight';
	src: url('/static/css/Metropolis-Light.otf') format('opentype');
	font-display: swap;
}

@font-face { 
	font-family: 'MetropolisExtraLight';
	src: url('/static/css/Metropolis-ExtraLight.otf') format('opentype');
	font-display: swap;
}