@keyframes ldio-c3s4hc4ld2 {
	0% { background: #92d0b5 }
	12.5% { background: #92d0b5 }
	12.625% { background: #0e5e3b }
	100% { background: #0e5e3b }
  }
  .ldio-c3s4hc4ld2 div {
	position: absolute;
	width: 25px;
	height: 25px;
	background: #0e5e3b;
	animation: ldio-c3s4hc4ld2 2.4390243902439024s linear infinite;
  }
  .loadingio-spinner-blocks-ypkx0ebeiv {
	width: 84px;
	height: 84px;
	display: inline-block;
	overflow: hidden;
	background: none;
  }
  .ldio-c3s4hc4ld2 {
	width: 100%;
	height: 100%;
	position: relative;
	transform: translateZ(0) scale(0.84);
	backface-visibility: hidden;
	transform-origin: 0 0;
  }
  .ldio-c3s4hc4ld2 div { box-sizing: content-box; }
  /* generated by https://loading.io/ */
  
  #loading {
	display: none;
  }
  #topbg {
	position: absolute;
	top: 0px;
	width: 100%;
	height: 400px;
	background-color: white;
	z-index: -1;
  }
  
  .spacer {
	height: 110px;
	width: 100%;
  }
  
  figure {
	margin: 0;
  }
  
  figure a {
	text-decoration: none !important;
  }
  
  figure.einzel {
	display: inline-block;
	text-align: center;
  }
  
  figure.einzel:hover {
	font-weight: bold;
  }
  
  figure.einzel img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
  }
  
  figure.einzel:hover img {
	-webkit-transform: scale(1.03);
	transform: scale(1.03);
  }
  
  figcaption {
	color: white;
	font-size: 40pt;
	margin-top: -40px;
	background-color: #0e5e3b;
	font-family: 'Swanky and Moo Moo', cursive;
  }
  
  #navbar1 a {
	font-family: 'Swanky and Moo Moo', cursive;
	color: #0e5e3b !important;
	font-size: 14pt;
  }
  
  #navbar1 li {
	padding-left: 10px;
	border-left: 1px solid #0e5e3b;
	line-height: 14pt;
  }
  
  #navbar1 li:first-child {
	border-left: none;
  }
  
  #navbar3 a {
	font-family: 'Swanky and Moo Moo', cursive !important;
	color: #0e5e3b !important;
	font-size: 14pt;
  }
  
  #navbar3 li {
	padding-left: 10px;
	border-left: 1px solid #0e5e3b;
	line-height: 14pt;
  }
  
  #navbar3 li:first-child {
	border-left: none;
  }
  
  /* Footer-Hintergrund wieder weiß oberhalb des grünen Balkens */
  #footer {
	background-color: white;
  }
  
  #navbar2 a {
	font-family: 'Swanky and Moo Moo', cursive;
	color: white;
	font-size: 20pt;
  }
  
  #stripe {
	position: absolute;
	top: 410px;
	width: 100%;
	height: 250px;
	background-color: #0e5e3b;
	z-index: -2;
  }
  
  #logo {
	text-align: center;
	z-index: 2;
  }
  
  body {
	background-color: #0e5e3b !important;
  }
  
  #ueberschrift {
	height: 20vh;
	width: 100%;
	color: #0e5e3b;
	text-align: left;
	font-size: 90pt;
	background-color: white;
  }
  
  #ueberschrift p {
	font-family: 'Swanky and Moo Moo', cursive;
	margin-left: 5vw;
  }
  
  #body_container {
	width: 100%;
	background-color: #0e5e3b;
	font-family: "Trebuchet MS";
	padding-top: 0px;
	padding-bottom: 30px;
	color: white;
	font-size: 15pt;
	text-align: center;
  }
  
  #text_container {
	margin-left: 7.5%;
	width: 85%;
  }
  #text_container_rechts {
	padding-top: 150px;
	margin-left: 50%;
	width: 50%;
  }
  
  /* … hier folgen alle weiteren Kontakt-Form-Styles … */
  
  @media (max-width: 1199.98px) {
	figure.einzel {
	  width: 48%;
	}
	body {
	  background-color: #0e5e3b !important;
	}
  }
  
  @media (min-width: 992px) {
	.container {
	  max-width: 300px;
	  width: 60%;
	  margin: 0 auto;
	  position: relative;
	}
  
	#navbar2 li {
	  display: inline-block;
	  list-style-type: none;
	  padding-left: 10px;
	  width: 200px;
	  text-align: center;
	  border-left: 1px solid white;
	}
	#navbar2 li:first-child {
	  border-left: none;
	  margin-left: 5%;
	}
	#navbar2 li a:hover {
	  font-weight: bold;
	}
  }
  
  @media (max-width: 575.98px) {
	.container {
	  max-width: 100%;
	}
	figure.einzel {
	  width: 96%;
	}
	#ueberschrift {
	  height: 12vh;
	  font-size: 15vw;
	}
  }
/* 1) Entferne das alte border-left an den <li> komplett */
#navbar1 li {
	border-left: none !important;
  }
  
  /* 2) Setze den neuen, schlanken Trenner nur zwischen den Items */
  #navbar1 .navbar-nav .nav-item + .nav-item {
	position: relative;
	margin-left: 0.5rem;       /* kleinerer horizontaler Abstand */
	padding-left: 0.5rem;      /* kleinerer Einzug für den Trenner */
  }
  
  #navbar1 .navbar-nav .nav-item + .nav-item::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 1em;               /* schlanker, nur so hoch wie eine Textzeile */
	background-color: #0e5e3b;
  }
  
  /* 3) Vertikale Zentrierung der Icons in den <a> */
  #navbar1 .navbar-nav .nav-link {
	display: flex;
	align-items: center;
  }
  
  /* 4) Mobile (bis 576px): Text ausblenden, nur Icons zeigen */
  @media (max-width: 576px) {
	#navbar1 .nav-text {
	  display: none;
	}
	/* optional: Navigationsleiste schön zentrieren */
	#navbar1 .navbar-nav {
	  justify-content: center;
	}
  }

  /* Abstand zwischen Icon und Text auf Desktop */
@media (min-width: 576px) {
	#navbar1 .nav-link .nav-text {
	  margin-left: 0.5rem;
	}
  }
  

  .wallet-btn{
	display:inline-flex; align-items:center; gap:.6rem;
	border-radius:2rem; padding:.6rem 1rem  .7rem 1rem;
	text-decoration:none; color:#fff; font-weight:500; line-height:1;
	background:#000; /* default Apple */
  }
  .wallet-btn .icon{width:28px;height:28px;background-size:cover;flex:0 0 28px;}
  .wallet-btn .txt small{display:block;font-size:.7rem;opacity:.8;margin-bottom:2px;}
  .wallet-btn.google{background:#1f1f1f;}
  .wallet-btn.apple .icon{background-image:url("/img/apple-wallet-icon.svg");}
  .wallet-btn.google .icon{background-image:url("/img/google-wallet-icon.svg");}

  #door-card { padding-bottom: .25rem !important; }
#qr-box img { max-width:220px; height:auto; }

/* z.B. in public/css/style.css oder <style> im Template */
#wallet-buttons a{
	flex:0 0 auto;      /* nicht strecken */
	display:inline-block;
	line-height:0;      /* kein extra Zeilenabstand */
	padding:0;
  }
  #wallet-buttons img{display:block;height:48px;}