h1 {
  font-size: 54px;
  font-style: italic;
  font-weight: bold;
  line-height: 1.4;
  text-transform: uppercase;
}

p {
  font-family: "Open Sans", sans-serif;
}

.mark h1 {
  font-size: 58px;
}

.mark-klein h1 {
  font-size: 48px;
}

.news-datum h2 {
  font-size: 16px;
  text-decoration: none;
  display: inline-block !important;
  background-color: #5cc240;
  margin-bottom: 6px;
  padding: 0 20px;
  box-shadow: 20px 0px 0px #5cc240, -20px 0px 0px #5cc240;
}

.news-titel h1 {
  font-size: 48px;
  background-color: #00a2f0;
  box-shadow: 20px 0px 0px #00a2f0, -20px 0px 0px #00a2f0;
  padding: 0 20px;
  display: inline-block;
  text-decoration: none;
  margin-bottom: -10px;
  color: white;
  text-transform: capitalize;
}

.team h1 {
  font-size: 46px;
  font-style: italic;
  font-weight: bold;
  line-height: 1.2;
  text-transform: uppercase;
}

.team-mark h1 {
  font-size: 46px;
  color: white;
}

.team-name h3 a {
  font-size: 30px;
  color: #00a2f0 !important;
}

.team-name h3 a:hover {
  color: #5cc240 !important;
}

.team-mark-klein h1 {
  font-size: 24px;
  line-height: 1.2;
  color: white;
}

.team-erfolge p {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  margin-bottom: 0.5em;
}

h2 {
  font-size: 40px;
  font-style: italic;
  font-weight: bold;
  line-height: 1.4;
}

.mark h2 {
  font-size: 46px;
  line-height: 1.5;
}

.team-erfolge h2 {
  color: #00a2f0;
  font-size: 36px;
  font-style: italic;
  line-height: 1;
}

h3 {
  font-size: 30px;
  font-style: italic;
  font-weight: bold;
  line-height: 1.3;
}

.mark h3 {
  font-size: 33px;
}

p {
  font-size: 18px;
  line-height: 1.6;
}

.team h3 {
  font-style: italic;
  font-size: 20px;
  color: #5cc240;
}

.footer h3 {
  font-size: 24px;
  line-height: 1.2;
}

@media only screen and (max-width: 992px) {
  h1 {
    font-size: 42px !important;
    line-height: 1.2;
  }

  h2 {
    font-size: 33px;
  }

  .mark h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 28px;
  }

  .mark h3 {
    font-size: 30px;
  }

  .team h1 {
    font-size: 46px;
    font-style: italic;
    font-weight: bold;
    line-height: 1.4;
    text-transform: uppercase;
  }

  .team-mark h1 {
    font-size: 46px;
  }

  .team-mark-klein h1 {
    font-size: 24px;
  }
}

@media only screen and (max-width: 768px) {
  h1 {
    font-size: 38px !important;
    line-height: 1.2;
  }

  h2 {
    font-size: 28px;
    line-height: 1.4;
  }

  .mark h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 26px;
  }

  .mark h3 {
    font-size: 28px;
  }

  .team h1 {
    font-size: 46px;
    font-style: italic;
    font-weight: bold;
    line-height: 1.4;
    text-transform: uppercase;
  }

  .team-mark h1 {
    font-size: 46px;
  }

  .team-mark-klein h1 {
    font-size: 24px;
    line-height: 2;
  }
}

@media (max-width: 544px) {
  h1 {
    font-size: 32px !important;
    line-height: 1.2;
  }

  h2 {
    font-size: 22px;
    line-height: 1.2;
  }

  .mark h2 {
    font-size: 26px;
  }

  h3 {
    font-size: 20px;
  }

  .mark h3 {
    font-size: 22px;
  }

  .team h1 {
    font-size: 46px;
    font-style: italic;
    font-weight: bold;
    line-height: 1.4;
    text-transform: uppercase;
  }

  .team-mark-klein h1 {
    font-size: 18px;
    line-height: 2;
  }
}

.elementor a {
  color: white;
}

.woocommerce .quantity .qty {
  width: 5em;
}

.woocommerce div.product form.cart .button {
  background-color: #00a2f0 !important;
  transition: 1s;
}

.woocommerce div.product form.cart .button:hover {
  background-color: #5cc240 !important;
  transition: 1s;
}

.button {
  background-color: #00a2f0 !important;
  transition: 1s;
}

.button:hover {
  background-color: #5cc240 !important;
  transition: 1s;
}

.woocommerce div.product p.price {
  color: #5cc240;
  font-weight: bolder;
}

.woocommerce div.woocommerce-variation-price span.price {
  color: #5cc240;
  font-weight: bolder;
}

.elementor-tab-title a {
  color: #00a2f0;
}

.elementor-active a {
  color: #5cc240;
}

.blau {
  color: #00a2f0 !important;
}