@charset "UTF-8";
/* CSS Document */

/* Styles für anklickbare Links in Overlays */
.overlay a,
.overlay a[href],
.overlay .clickable-link,
.overlay [data-link] {
  cursor: pointer !important;
  pointer-events: auto !important;
  text-decoration: underline;
  transition: opacity 0.2s ease;
  position: relative;
  z-index: 310 !important;
  display: inline-block;
}

.overlay a *,
.overlay a[href] *,
.overlay .clickable-link *,
.overlay [data-link] * {
  cursor: pointer !important;
  pointer-events: auto !important;
}

.overlay a:hover,
.overlay a[href]:hover,
.overlay .clickable-link:hover,
.overlay [data-link]:hover {
  opacity: 0.8;
  text-decoration: underline;
}

.overlay {
  position: fixed;
  overflow-x: hidden;
  border-radius: 0px;
  display: none;
  z-index: 302;
  height: 100%;
  width: 100%;
  max-height: 100rem;
  top: 0;
  left: 0;
  right: 0;
  background: white;
  color: var(--prim-color);
	
      transition: opacity 1s ease-in-out;
}
.gem-volk-butt {
  font-size: clamp(16px, 2.8rem, 25px);
  border-radius: 50%;
  color: var(--prim-color);
  transform: scale(1);
  animation: pulsing 2s ease 0s normal forwards infinite;
  cursor: pointer;
  background-color: transparent;
  border: solid 0.3rem;
  height: 8rem;
  width: 8rem;
	cursor: pointer;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  text-align: center;   
}


.gem-volk-butt-image {
   font-size: clamp(16px, 2.8rem, 25px);
  border-radius: 50%;
  color: var(--prim-color);
  transform: scale(1);
  animation: pulsing 2s ease 0s normal forwards infinite;
  cursor: pointer;
  background-color: transparent;
  border: solid 0.3rem;
  height: 8rem;
  width: 8rem;
	cursor: pointer;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  text-align: center;  
}

.gem-volk-butt-image svg {
  width: 5rem;
  height: 5rem;
  margin-top: 0.5rem;
}


.gem-volk-butt-image:hover {

  background-color: var(--sec4-color);
  color: var(--sec5-color);
  border: var(--sec4-color);

}
/* Für direkt eingebettete SVGs innerhalb des Elements */
.gem-volk-butt-image:hover svg,
.gem-volk-butt-image:hover svg path,
.gem-volk-butt-image:hover svg rect,
.gem-volk-butt-image:hover svg circle {
    fill: white;
    stroke: white; /* Falls das SVG Linien hat */
}
/* Falls die st1-Klasse auch Strokes (Linien) verwendet */
.gem-volk-butt-image:hover svg .st1 {
    fill: none;
}


.gem-volk-butt::before {
  content: 'i';
  font-family: ebert;
  font-size: 4rem;
}


.gem-volk-butt:hover {

  background-color: var(--sec4-color);
  color: var(--sec5-color);
  border: var(--sec4-color);

}

.pulsing {
	animation: pulsing 2s ease 0s normal forwards infinite; 
									opacity: 1;
	
  transition: opacity 0.5s ease, transform 0.5s, visibility 0.5s ease;
transform-origin: top;

}

@keyframes pulsing {
	0% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.1);
	}

	100% {
		transform: scale(1);
	}
}
#ex1b {
position: relative;
}
#ex2b {
  margin-top: 63rem;
  margin-left: 437rem;
}
.overlay-tile-container {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem;
  border-radius: 0.5rem;
  background: #FFF;
  /* top: 50%;
  transform: translateY(-50%); */
  position: absolute;
  left: 0;
  right: 0;
  width: 98%;
  font-size: clamp(15px, 1.5rem, 20px);
  margin-top: 15rem;
}


/* Media query for mobile devices */
@media (max-width: 767px) {
  .overlay-tile-container {
    margin-top: 0; /* Cancel top margin for mobile screens */
  }
}



.overlay-tile-container_img {
  max-width: 800px !important;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem;
  border-radius: 0.5rem;
  background: #FFF;
  top: 1%;
  position: absolute;
  left: 0;
  right: 0;
  width: 98%;
  font-size: clamp(15px, 1.5rem, 20px);
    display:inline-block !important;
  flex-wrap: wrap;
  align-items: flex-start;
  
}

.fes_overlay_img{
  display: block !important;
  position: relative; 
  /* width: 90%;  */
  max-width: 100% !important;
  width: auto;
  height: auto;
  object-fit: contain;
  width: auto !important;        
  object-fit: contain !important;
  max-height: 800px !important;
 } 

.fes-overlay_img-text{
  box-sizing: border-box;
  overflow-wrap: break-word;
  font-size: 1.7rem !important;
  font-style: normal;
  font-weight: 400;
  line-height: 2rem !important;
  /* padding: 0.5rem; */
  /*  margin-left: -0.5rem; */
  max-width: 100% !important;
  width: auto;
  padding-top: 1rem;
}

.overlay-tile-container p {
  column-count: 2;
  column-width: 300px;
}


.overlay-tile-container small {
font-size: 12px;
  font-weight: bold;
	
}


.cropped-iframe {
	   width: 100%;
        height: 72rem;
        margin: 0 auto;
        position: relative;
	overflow: hidden;
	 display: flex;
    justify-content: center;
    align-items: center;
}

.cropped-iframe iframe {
	           position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
     width: calc(100% + 11rem);
  height: calc(100% + 11rem);
        border: none;
}

/*
section.overlay-tile-container p {
    font-size: 16px;
}*/

@media (min-width: 650px) {
  section.overlay-tile-container p {
    line-height: 1.7;
}
section.overlay-tile-container h3 {
  margin-bottom: 1.5rem;
}
}


.overla-back-icon {
  position: sticky;
  width: auto;
  height: auto;
  z-index: 110;
  top: 0%;
  left: clamp(-20px, -2.0vw, -26px);
  border: none;
  text-align: left;
  display: flex;
  align-items: left;
}
.gem-volk-butt-over {
  z-index: 100;
}
.blue{
  color: #225494;
}
.gem-volk-butt-ove-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
background-color: transparent;
border: none;
cursor: pointer;
}

#ex3b {
      position: relative;
}

#ex4b {
    position: relative;
    color: #000;
}

#ex5b {
  margin-top: 69rem;
  margin-left: 226rem;
  font-weight: 700;
  display: block;
  opacity: 0;
}



#gem-volk-fakt-1 {
    top: 8rem;
  left: 60rem;
    }

#gem-volk-fakt-2 {
    margin-top: 8rem;
  margin-left: 262rem;
    }

#gem-volk-fakt-3 {
    margin-top: 3rem;
  margin-left: 316rem;
    }

#gem-volk-fakt-4 {
    margin-top: 50rem;
  margin-left: 202rem;
    }

.head-ani {
  z-index: 9;
  opacity: 0;
  transition: opacity 1.5s ease-in-out;
  animation: fadeOut 1.5s ease-in-out;
}

   .fade-in{
        opacity: 1;
    transition: opacity 1.5s ease-in-out;
    animation: fadeIn 1.5s ease-in-out;

}

@keyframes fadeIn {
    from {
      opacity: 0;
      transform: translateY(5rem); /* Adjust the initial state as needed */
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
     }


     @keyframes fadeOut {
      from {
        opacity: 1;
        transform: translateY(0);
      }
      to {
        opacity: 0;
        transform: translateY(5rem); /* Adjust the initial state as needed */
      }
       }



       .right-ani {
        z-index: 10;
        opacity: 0;
        transition: opacity 1.5s ease-in-out;
        animation: rightout 1.5s ease-in-out;
      }
      
         .right-in {
              opacity: 1;
          transition: opacity 1.5s ease-in-out;
          animation: rightin 1.5s ease-in-out;
      
      }
      
      @keyframes rightin {
          from {
            opacity: 0;
            transform: translateX(-40rem); /* Adjust the initial state as needed */
          }
          to {
            opacity: 1;
            transform: translateX(0);
          }
           }
      
      
           @keyframes rightout {
            from {
              opacity: 1;
              transform: translateX(0);
            }
            to {
              opacity: 0;
              transform: translateX(-40rem); /* Adjust the initial state as needed */
            }
             }
      
      
      



.gem-ti-fakt-head {
    font-family: Euclid,Sans-serif;
font-size: clamp(16px, 2.2rem, 22px);
font-style: normal;
font-weight: 700;
line-height: 1.2;
 color: var( --sec3-color);
}



.gem-fakt-text {
    height: 100%;
 position: absolute;
}

rem#ex6b {
margin-top: 52rem;
  margin-left: 831rem;
    font-weight: 700;
}


.gem-volk-overhead {
	display: flex;
  justify-content: space-between;
  align-items: end;
  width: 100%;
}

.gem-volk-plus {
	font-size: clamp(15px, 1.5rem, 20px);
	font-weight: bold;
    text-align: center;
    color: #FFFFFF;
}

#ex2b2 {
  position: relative;
}

#ex6b2 {
   position: relative;
}

#ex10b {
    margin-left: 820rem; 
    margin-top: 57rem;
}

#ex8b2 {
position: relative;
    }

#ex7b2 {
   position: relative;
}

#nina-mig {
     z-index: 1;
position: absolute;
opacity: 1;
	transition: opacity 1s ease, transform 1s;
	top: 0;
}

#ex9b2 {
    margin-left:703rem;
    margin-top:73rem;
}

#ex10b2 {
    margin-left:787rem;
    margin-top:53rem;
}

#ex11b3 {
margin-left: 618rem;
  margin-top: 45rem;
}

.gem-volk-butt-head {
    	font-size: 1rem;
	font-size: clamp(16px, 1.0rem, 20px);
  border-radius: 1.5rem;
  background-color: #000E52;
  color: #fff;
  border: none;
  padding: 1.4rem;
    transform: scale(1); 
	cursor: pointer;
	display: flex;
  gap: 1rem;
}

.gem-fakt-head {
min-width: 274px;

}


.gem-volk-line {
     border-style: solid;
  border-color: #ffffff;
  border-width: 0.0625rem 0 0 0;
  height: 0rem;
  position: relative;
 margin-top: 3rem;
    margin-bottom: 3rem;
}

#walk-head-1 {
    top:45rem;
    left:31rem;
}




   .fade {
        opacity: 1;
    animation: fade 6s ease-in-out;
	   
	   
}

@keyframes fade {
	
	  0%   {opacity: 0;}
		  20%   {opacity: 0;}
  40%  {opacity: 1;}
  70%  {opacity: 1;}
  90% {opacity: 0;}
	100% {opacity: 0;}

  
     }



.gem-per-head-over {
height: 64rem;
  top: 12rem;
  position: absolute;
  left: 34%;
  transform: translate(-50%, -0%);
}

#ex9b5 {
    margin-top: 56rem;
    margin-left: 326rem;
}

#ex10b5 {
    margin-top: 50rem;
    margin-left: 400rem;
}

#ex11b5 {
    margin-top: 10rem;
    margin-left: 550rem;
}


@media screen and (max-width : 847px ){
.gem-volk-mob-to-big {
	display: none;
}
}

#vin-erez2 {
left: 762rem;
  top: 50rem;
    width: 30rem;
}

#vin-erez3 {
	left: 634rem;
  top: 42rem;
}

#ex11b7 {
	left: 141rem;
  top: 35rem;
}

#ex9b11 {
left: 868rem;
  top: 26rem;
}

#ex9b9 {
	left: 472rem;
  top: 21rem;
}

.gem-volk-load {
	text-align: center;
}

.gem-volk-load::after {
	margin-top: 1rem;
	content: "";
    display: inline-block;
	width: 2rem;
	height: 2rem;
	background-repeat: no-repeat;
	background-image: url('data:image/svg+xml,<svg width="21" height="21" viewBox="0 0 21 21" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10.5 20C15.7467 20 20 15.7467 20 10.5C20 5.25329 15.7467 1 10.5 1C5.25329 1 1 5.25329 1 10.5" stroke="url(%23paint0_linear_2586_63181)" stroke-width="2" stroke-linecap="round"/><path d="M20 10.5C20 5.25329 15.7467 1 10.5 1C5.25329 1 1 5.25329 1 10.5" stroke="%23000E52" stroke-width="2" stroke-linecap="round"/><defs><linearGradient id="paint0_linear_2586_63181" x1="21" y1="10" x2="10.5" y2="20" gradientUnits="userSpaceOnUse"><stop stop-color="%231C1B54"/><stop offset="1" stop-color="%231C1B54" stop-opacity="0"/></linearGradient></defs></svg>');
	
		-webkit-animation: rotate-center 1.5s ease-in-out infinite both;
	        animation: rotate-center 1.5s ease-in-out infinite both;
}



@-webkit-keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}


  .svgneg
  {fill:#FFFFFF;
  }
      .svgnegfill{fill:none !important;stroke:#FFFFFF;stroke-width:2;stroke-miterlimit:10;
      }

/* Styles für anklickbare Links in Overlays */
.overlay a,
.overlay .clickable-link,
.overlay [data-link] {
  cursor: pointer;
  pointer-events: auto;
  text-decoration: underline;
  color: inherit;
  transition: opacity 0.2s ease;
}

.overlay a:hover,
.overlay .clickable-link:hover,
.overlay [data-link]:hover {
  opacity: 0.8;
}

/* Sicherstellen, dass Links nicht vom Overlay-Click-Handler beeinflusst werden */
.overlay a,
.overlay .clickable-link,
.overlay [data-link] {
  position: relative;
  z-index: 303;
}
