/* atma-300 - latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Atma";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/atma-v18-latin-ext-300.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* atma-regular - latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Atma";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/atma-v18-latin-ext-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* atma-500 - latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Atma";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/atma-v18-latin-ext-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* atma-600 - latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Atma";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/atma-v18-latin-ext-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* atma-700 - latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Atma";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/atma-v18-latin-ext-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
section#block-loewenzahn-lwzessensbewertung {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
  background: white;
  border-radius: 10px;
  width: 90vw;
  max-width: 724px;
  height: auto;
  overflow-x: hidden;
  box-shadow: 0px 0.4px 0.5px hsla(0deg, 0%, 0%, 0.07), 0px 2px 2.3px -0.4px hsla(0deg, 0%, 0%, 0.07), 0.1px 3.5px 3.9px -0.7px hsla(0deg, 0%, 0%, 0.07), 0.1px 5.7px 6.4px -1.1px hsla(0deg, 0%, 0%, 0.07), 0.2px 9px 10.1px -1.4px hsla(0deg, 0%, 0%, 0.07), 0.3px 14px 15.8px -1.8px hsla(0deg, 0%, 0%, 0.07), 0.4px 21.3px 24px -2.1px hsla(0deg, 0%, 0%, 0.07), 0.7px 31.3px 35.2px -2.5px hsla(0deg, 0%, 0%, 0.07);
}
section#block-loewenzahn-lwzessensbewertung.visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
section#block-loewenzahn-lwzessensbewertung h1 {
  font-family: "Atma";
  font-weight: 700;
  font-size: clamp(24px, 5vw, 45px);
  position: relative;
  display: inline-block;
  color: white;
  transform: rotate(-3deg);
  padding: 25px;
  width: 100%;
  margin-bottom: clamp(1rem, 6vw, 3rem);
}
section#block-loewenzahn-lwzessensbewertung h1:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -5rem;
  left: -1rem;
  right: -1rem;
  bottom: 0;
  background-color: #646E3F;
}
section#block-loewenzahn-lwzessensbewertung h1 .close-fake {
  background: url("../images/btn_close_white.png") no-repeat;
  background-size: contain;
  content: "";
  width: 25px;
  height: 25px;
  position: absolute;
  top: 3rem;
  right: 1rem;
  cursor: pointer;
  z-index: 2;
  display: block;
  border: none;
  padding: 0;
  background-color: transparent;
}
section#block-loewenzahn-lwzessensbewertung p {
  padding: 0 25px;
  text-align: center;
  margin-bottom: clamp(1rem, 6vw, 3rem);
}
section#block-loewenzahn-lwzessensbewertung p:last-child {
  margin-bottom: 25px;
}
section#block-loewenzahn-lwzessensbewertung a.lwz-btn {
  font-size: clamp(24px, 5vw, 45px);
  background-color: #F9A51B;
  padding: 10px 25px;
  border-radius: 50px;
  color: white;
  border: 1px solid #F9A51B;
  text-transform: uppercase;
  font-weight: 700;
  max-width: fit-content;
  margin: 0 auto;
  display: block;
  font-size: clamp(14px, 3vw, 18px);
}
section#block-loewenzahn-lwzessensbewertung a.lwz-btn:hover {
  background-color: white;
  color: #F9A51B;
}
