/* poppins-300 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  src: url("fonts/poppins-v20-latin-300.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/poppins-v20-latin-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-500 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  src: url("fonts/poppins-v20-latin-500.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  src: url("fonts/poppins-v20-latin-700.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-800 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: normal;
  font-weight: 800;
  src: url("fonts/poppins-v20-latin-800.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* Icon 3 */
.elementor-button-link {
  background-color: var(--e-global-color-primary);
}

body.loading-screen::before {
  background-color: #000;
  content: "";
  height: 100%;
  right: 0;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 9999;
  transition: 1.5s ease;
  opacity: 1;
}
body.loading-screen::after {
  content: url("img/preloader-inverted.svg");
  height: 8vh;
  width: 8vw;
  position: fixed;
  margin: auto;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 1;
  transform: scale(1);
  transition: 1.1s ease;
  top: 0;
  z-index: 10000;
}

body.loading-screen.loading-done::before {
  width: 0;
}
body.loading-screen.loading-done::after {
  transform: scale(0);
  opacity: 0;
}

body {
  color: var(--schwarz);
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
}

h1 {
  color: var(--schwarz);
  font-family: "Poppins", sans-serif;
  font-size: clamp(2rem, 1.5rem + 2vw, 4rem);
  font-style: normal;
  font-weight: 800;
  line-height: 100%;
  letter-spacing: 4.9px;
  text-transform: uppercase;
}

h2 {
  color: var(--schwarz);
  font-family: "Poppins", sans-serif;
  font-size: clamp(2rem, 1.5rem + 2vw, 3.5rem);
  font-style: normal;
  font-weight: 700 !important;
  line-height: 140%;
  letter-spacing: 0.6px;
}

h3 {
  color: var(--schwarz);
  font-family: "Poppins", sans-serif;
  font-size: clamp(1.25rem, 1.375rem - 0.4vw, 1.125rem);
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.6px;
}

p {
  color: var(--schwarz);
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
}

a {
  color: var(--dunkelgedeckt);
}
a:hover {
  color: var(--schwarz);
}

.pricing-headline h2 {
  font-size: clamp(1.875rem, 2.1875rem - 1vw, 1.5625rem);
}

.elementor-button {
  color: var(--schwarz);
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
}

.fullwidth-btn a {
  width: 100% !important;
}

.green {
  color: var(--dunkelgedeckt);
}

.no-wrap {
  white-space: nowrap;
}

.navbar-responsive {
  color: var(--schwarz);
  position: absolute;
  height: calc(100svh - 130px);
  width: 100%;
  transform: translate3d(-100%, 0, 0);
  transition: 0.3s all ease-in-out;
  z-index: 3;
}
.navbar-responsive:after {
  content: "";
  z-index: -1;
  left: 0;
  position: absolute;
  height: calc(100svh - 130px);
  width: 100%;
  background-color: #fff;
}
.navbar-responsive .navbar-responsive__nav {
  display: flex;
  flex-direction: column;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  list-style: none;
}
.navbar-responsive .navbar-responsive__nav .navbar__link {
  text-align: center;
  letter-spacing: 2px;
}
.navbar-responsive .navbar-responsive__nav .navbar__link a {
  display: block;
  color: var(--schwarz);
  font-family: "Poppins";
  font-size: clamp(1rem, 1vw, 1.2rem);
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  text-decoration: none;
}
.navbar-responsive .navbar-responsive__nav .navbar__link a:after {
  top: 50%;
  bottom: 0;
  left: 0;
  background-color: var(--schwarz);
}

.navbar {
  background-color: #fff;
  padding: 40px 0;
  max-width: var(--content-width);
  margin: 0 auto;
}
.navbar .navbar__wrapper {
  margin: 0 auto;
}
.navbar .navbar__wrapper .navbar__menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 50px;
  padding: 0 30px;
}
.navbar .navbar__wrapper .navbar__menu .navbar__nav {
  display: flex;
  justify-content: space-between;
  list-style: none;
}
.navbar .navbar__wrapper .navbar__link a {
  display: block;
  position: relative;
  padding: 12px;
  text-decoration: none;
  color: var(--schwarz);
  font-family: "Poppins";
  font-size: clamp(1rem, 1vw, 1.2rem);
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
}
.navbar .navbar__wrapper .navbar__brand {
  display: block;
  position: relative;
  padding: 12px;
  text-decoration: none;
  color: var(--schwarz);
  font-family: "Poppins";
  font-size: clamp(1rem, 1vw, 1.2rem);
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  font-weight: 700;
  font-size: 1.2em;
}
.navbar .navbar__wrapper .navbar__brand img {
  height: 100%;
  width: 377px;
}

.after-transform {
  /*
  a.active {
  	&:after {
  		transform: scaleX(1) translateZ(0);
  	}
  }
     */
}
.after-transform a {
  position: relative;
}
.after-transform a:after {
  content: "";
  transition: all 0.3s ease;
  position: absolute;
  bottom: -3px;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: var(--gruen);
  border-radius: 3px;
  transform: scaleX(0) translateZ(0);
  transform-origin: bottom center;
}
.after-transform a:hover:after {
  transform: scaleX(1) translateZ(0);
}

.account_btn {
  margin-left: 20px;
}
.account_btn a {
  color: var(--schwarz);
  font-family: "Poppins";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  text-align: center;
  transition: all 0.3s;
  background-color: var(--gruen);
  border-radius: 10px 10px 10px 10px;
  padding: 15px 40px 15px 40px !important;
}
.account_btn:hover {
  box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.1);
}

#nav-icon3 {
  width: 30px;
  height: 50%;
  position: relative;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
#nav-icon3 span {
  display: none;
  position: absolute;
  height: 3px;
  width: 100%;
  background: var(--schwarz);
  border-radius: 9px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
#nav-icon3 span:nth-child(1) {
  top: 0px;
}
#nav-icon3 span:nth-child(2) {
  top: 9px;
}
#nav-icon3 span:nth-child(3) {
  top: 9px;
}
#nav-icon3 span:nth-child(4) {
  top: 18px;
}

#nav-icon3.open span:nth-child(1) {
  top: 9px;
  width: 0%;
  left: 50%;
}
#nav-icon3.open span:nth-child(2) {
  transform: rotate(45deg);
}
#nav-icon3.open span:nth-child(3) {
  transform: rotate(-45deg);
}
#nav-icon3.open span:nth-child(4) {
  top: 9px;
  width: 0%;
  left: 50%;
}

@media (max-width: 560px) {
  .navbar .navbar__wrapper .navbar__brand img {
    width: 215px;
  }
}
@media (max-width: 1086px) {
  .navbar__nav {
    display: none !important;
  }
  #nav-icon3 span {
    display: block !important;
  }
}
@media (min-width: 1086px) {
  .navbar__responsive {
    transform: translate3d(-100%, 0, 0) !important;
  }
}
h2.wp-block-heading {
  margin-top: 40px;
  font-weight: 700;
  font-size: clamp(1.25rem, 1.375rem - 0.4vw, 1.125rem);
  line-height: 140%;
  letter-spacing: 0.6px;
}

h3.wp-block-heading {
  margin-top: 30px;
  font-weight: 700;
}

ul.wp-block-list,
ol.wp-block-list {
  margin-bottom: 20px;
}

ul.wp-block-list li,
ol.wp-block-list li {
  margin-bottom: 10px;
}

ul.wp-block-list li ul,
ol.wp-block-list li ul {
  margin-top: 10px;
}/*# sourceMappingURL=cd-style.css.map */