/*
Theme Name: Der Schmidt
Theme URI: https://derschmidt.eu/
Author: VR-Webdesign/Bevel Studio
Author URI: https://vr-webdesign.de
Description: Bootstrap-basiertes WordPress Starter-Theme mit Navwalker, Beitrags-Template, Widget-Bereich und allen wichtigen Template-Dateien.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
Text Domain: der-schmidt
Tags: bootstrap, custom-menu, custom-logo, featured-images, threaded-comments, translation-ready, blog
*/

:root {
  --ds-body-bg: #f8f9fa;
  --ds-surface: #ffffff;
  --ds-text: #212529;
  --ds-muted: #6c757d;
  --ds-primary: #0d6efd;
  --ds-border: #dee2e6;
  --schmidt-green: #2F5257;
  --schmidt-orange: #EE775A;

}
@font-face {
  font-family: 'Gilroy Bold';
  src: url('fonts/gilroy-bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gilroy Regular';
  src: url('fonts/gilroy-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Heavy Brush';
  src: url('fonts/heavy-brush.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
body {
    font-family: 'Gilroy Regular';
    line-height: 1.5;
}
main p,
.site-newsletter p:not(.newsletter-form p){
  margin-bottom: .9em;
  font-family: "Gilroy Regular", Sans-serif;
  font-size: clamp(18px,6vw,50px);
  font-weight: 300;
  color: var(--schmidt-green);
}
 .navbar-toggler {
  width: 52px;
  height: 52px;
  padding: 0;
  border: 0;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  cursor: pointer;
}

.navbar-toggler span {
  display: block;
  width: 28px;
  height: 2px;
  background: #ffffff;
}
.menu-black .navbar-toggler span{
  background: var(--schmidt-green);
}
.navbar-toggler:hover {
  filter: brightness(1.06);
}
header .container{
  max-width: 95%;
}
 .site-header {
	width: 100%;
	z-index: 1000;
 }

.site-header--sticky {
	position: sticky;
	top: 0;
}

.site-header--normal {
	position: absolute;
	top: auto;
}
.menu-item a:not(.social-menu a){
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 4px;
  padding-bottom: 4px;
  color: white;
  font-size: 22px;
  font-weight: 500;
  fill: white;
}
.custom-logo{
  width: 155px;
  height: 100px;
}
@media(min-width: 1400px){
.menu-black .menu-item a:not(.social-menu a){
  color: var(--schmidt-green);
}
.menu-black .current-menu-item > .nav-link{
  color: var(--schmidt-green) !important;
}
}
 
.menu-black .custom-logo {
      filter: brightness(0) saturate(100%) invert(27%) sepia(14%) saturate(1057%) hue-rotate(141deg) brightness(93%) contrast(88%);
}
.menu-item a:not(.current-menu-item a):not(.site-footer .menu-item a):hover{
  text-decoration: underline;
    text-underline-offset: 6px;

}
 
.site-branding{
  margin-top: 40px;
  margin-left: 0px;
  z-index: 99999;
}
.site-branding a {
  color: inherit;
  text-decoration: none;
}

.site-main {
  min-height: 60vh;
}
 
.entry-title a,
.entry-title a:hover {
  color: inherit;
  text-decoration: none;
}

.site-footer {
  background: var(--schmidt-green);
  color: rgba(255,255,255,.85);
  font-size: clamp(18px, 0.9rem + 0.8vw, 24px);
  line-height: clamp(36px, 2rem + 1vw, 46px);
  padding: 150px 0px 150px 0px;
}
.site-footer a,
 .social-menu a svg path,
 .social-menu__list a svg path{
  transition: all .3s;
}
.site-footer a:hover{
  color: var(--schmidt-orange) !important;
 
}
.social-menu a:hover svg path,
.social-menu__list a:hover svg path{
  fill: var(--schmidt-orange);
}
 .site-footer a:not(ul li a){
  color: #fff;
  text-decoration: none;
}
.site-footer ul li a:not(.social-menu li a) {
  color: #fff;
  padding: 13px 20px 13px 0;
  text-underline-position: under;
}
 
.widget {
  margin-bottom: 1.5rem;
}

.widget-title {
  font-size: 1.125rem;
  margin-bottom: 1rem;
}

.comment-list,
.children {
  list-style: none;
  padding-left: 0;
}

.children {
  margin-left: 1.5rem;
}

.page-header {
  margin-bottom: 1.5rem;
}

.navbar-nav .nav-link {
  font-weight: 500;
}
.navbar-nav{
  margin-top: 0;
}
.current-menu-item > .nav-link,
.current-menu-ancestor > .nav-link {
  color: white !important;
  text-decoration: underline;
  text-underline-offset: 6px;
}
 
main h2,
.site-newsletter h2,
h1{
  text-align: center;
  font-family: "Heavy Brush", Sans-serif;
   font-size: clamp(20px, 5vw, 70px);
  font-weight: 300;
  color: var(--schmidt-green);
}
h2 a{
  color: var(--schmidt-green);
  transition: all .3s;
}
h2:not(.headline-large-margin-bottom) a{
  font-size: clamp(16px, 5vw, 70px);
}
h2 a:hover{
  color: var(--schmidt-orange);
}
.site-newsletter h2{
  font-size: clamp(48px, 10vw, 9em);
  margin-top: 0;
}
:root :where(.wp-element-button, .wp-block-button__link){
  font-family: "Gilroy Regular", Sans-serif;
  font-size: clamp(16px, 4vw, 22px);
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 17.6px;
  fill: var(--schmidt-orange);
  color: var(--schmidt-orange);
  background-color: var( --e-global-color-d0ba2d8 );
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-color: var(--schmidt-orange);
  border-radius: 0px 0px 0px 0px;
  padding: 21px 10px;
  text-indent: 17.6px;
  transition: all .3s;
}
:root :where(.wp-element-button, .wp-block-button__link):hover,
:root :where(.wp-element-button, .wp-block-button__link):focus{
  background-color: var(--schmidt-orange);
  color: #fff;
}
.social-menu__list{
  list-style: none;
  display: flex;
  justify-content: space-between;
  padding-left: 0;
}
.social-menu a svg{
  fill: white;
  height: 42px;
  width: auto;
}
.social-menu a svg path{
  fill: white;
}
.site-newsletter{
  background-color: var(--schmidt-orange);
  color: #fff !important;
  padding: 190px 0 140px;
  margin-top: 160px;
}
.site-newsletter .site-newsletter__inner{
  max-width: 76%;
}
.site-newsletter h2,
.site-newsletter p{
  color: #fff !important;
  text-align: left !important;
}
.newsletter-form {
    max-width: 980px;
}

.newsletter-flex {
    display: flex;
    align-items: stretch;
    gap: 32px;
    margin-bottom: 15px;
}

.newsletter-field {
    flex: 1 1 auto;
}

.newsletter-field .wpcf7-form-control-wrap {
    display: block;
}

.newsletter-field input[type="email"],
.kontaktformular input,
.kontaktformular textarea {
    width: 100%;
    height: 70px;
    padding: 0 22px;
    border: 1px solid rgba(255,255,255,.85);
    background: transparent;
    color: #fff;
    font-size: 18px;
    letter-spacing: 0.32em;
    text-transform: uppercase;
    outline: none;
    box-shadow: none;
}
.kontaktformular input,
.kontaktformular textarea{
  padding: 19px 15px 15px 15px !important;
  background-color: #ffffff;
  border: 1px solid var(--schmidt-green);
   border-radius: 0px 0px 0px 0px;
   color: var(--schmidt-green);
   letter-spacing: 0;
   text-transform: none;
}
.kontaktformular textarea{
  width: 100%;
  height: 125px;
 margin-top:  10px;
 margin-bottom: -10px;
}
.newsletter-field input[type="email"]::placeholder {
    color: rgba(255,255,255,.92);
    text-transform: uppercase;
    letter-spacing: 0.32em;
    font-size: 20px;
}
.kontaktformular input[type="text"]::placeholder,
.kontaktformular input[type="email"]::placeholder,
.kontaktformular textarea::placeholder{
  font-family: "Gilroy Regular", Sans-serif;
  font-size: clamp(16px, 4vw, 20px);
  font-weight: 300;
  color: var(--schmidt-green);
  letter-spacing: 0.32em;
  text-transform: uppercase;
}
.kontaktformular p{
  margin: 10px 0 32px 0;
}
.kontaktformular .wpcf7-submit{
font-family: "Gilroy Regular", Sans-serif;
font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 7px;
  border-radius: 0px 0px 0px 0px;
  color: #ffffff;
  background-color: var(--schmidt-orange);
  border: none;
  width: fit-content;
padding: 20px !important;
  font-size: 20px;
}
.kontaktformular .dsgvo p{
  margin: 10px 0 !important;
}
.newsletter-button {
    flex: 0 0 215px;
}

.newsletter-button .wpcf7-submit {
    width: 100%;
    height: 70px;
    border: 0;
    background: #f3f1ee;
    color: #c86f58;
    font-size: 20px;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    cursor: pointer;
    transition: all .2s ease;
}

.newsletter-button .wpcf7-submit:hover {
    background: #ffffff;
    color: #bf664f;
}

.newsletter-dsgvo{
    max-width: 760px;
    margin-top: 50px;
}

.newsletter-dsgvo .wpcf7-list-item,
.dsgvo .wpcf7-list-item {
    margin: 0;
}

.newsletter-dsgvo .wpcf7-list-item-label,
.dsgvo .wpcf7-list-item-label
 {
    display: inline;
    font-size: clamp(16px, 4vw, 22px);
}

.newsletter-dsgvo .wpcf7-form-control-wrap,
.dsgvo .wpcf7-form-control-wrap {
    display: block;
}

.newsletter-dsgvo label,
.dsgvo label {
    display: flex;
    align-items: flex-start;
    gap: 35px;
    margin: 0;
    color: #fff;
    font-size: 18px;
    line-height: 1.8;
    font-weight: 300;
}
.dsgvo label{
  color: var(--schmidt-green);
}

.newsletter-dsgvo input[type="checkbox"],
.dsgvo input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    margin: 0;
    border: 1px solid rgba(255,255,255,.9);
    background: transparent;
    position: relative;
    cursor: pointer;
    display: inline-block;
    box-sizing: border-box;
}

.dsgvo input[type="checkbox"] {
    border: 1px solid var(--schmidt-green);
}

.newsletter-dsgvo input[type="checkbox"]:checked::after,
.dsgvo input[type="checkbox"]:checked::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 10px;
    height: 18px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    transform: translate(-50%, -58%) rotate(45deg);
    box-sizing: border-box;
}

.dsgvo input[type="checkbox"]:checked::after {
    border-color: var(--schmidt-green);
}


@media(max-width: 991px){
  .newsletter-flex{
    flex-wrap: wrap;
    gap: 5px;
  }
}
@media (max-width: 767px) {
    .newsletter-flex {
        flex-direction: column;
        gap: 18px;
        margin-bottom: 28px;
    }

    .newsletter-button {
        flex: 0 0 auto;
    }

    .newsletter-field input[type="email"],
    .newsletter-button .wpcf7-submit {
        height: 60px;
        font-size: 15px;
        letter-spacing: 0.18em;
    }
.newsletter-button .wpcf7-submit {
  width: fit-content !important;
  padding: 10px;
}
    .newsletter-dsgvo label {
        gap: 16px;
        font-size: 16px;
        line-height: 1.6;
    }

    .newsletter-dsgvo input[type="checkbox"] {
        flex-basis: 30px;
        width: 30px;
        height: 30px;
    }

    .newsletter-dsgvo input[type="checkbox"]:checked::after {
        inset: 6px;
    }
}
.text-uppercase-center{
  padding: 38px 0px 0px 0px;
  font-size: clamp(15px, 4vw, 22px);
  font-weight: 300;
  text-transform: uppercase;
  line-height: 100px;
  letter-spacing: clamp(6px, 3vw, 17.6px);
  text-align: center;
}
.text-left-75{
  width: 76%;
}
.text-rechts-75{
  width: 79%;
  margin-left: auto;
  margin-right: 0;
}
.text-left-50{
  width: 51%;
}
.text-center-75{
  width: 76%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 90px;
}
.ds-two-images{
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-bottom: 200px;
}
.container.ds-two-images{
  width: inherit;
  margin-left: 0;
}
.ds-two-images--top-spacing{
  margin-top: 200px;
}
.ds-two-images__item--unten .ds-two-images__item--left{
  align-items: end;
  display: flex;
}
.ds-two-images__item--oben {
    align-self: start;
}

.ds-two-images__item--mitte {
    align-self: center;
}

.ds-two-images__item--unten {
    align-self: end;
}
.ds-two-images__item--right{
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.ds-image-headline {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.ds-image-headline img{
  width: auto;
  max-width: 100%;
  width: 100%;
 
  height: auto;
 
  object-fit: cover;
}
.ds-image-headline--mitte {
justify-content: center;
position: relative;
width: calc(95vw - var(--scrollbar-width, -1px));
max-width: 1600px;
margin-left: 50%;
transform: translateX(-50%);
}
.ds-image-headline--mitte .ds-image-headline__headline{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 1;
  margin: 0;
  color: white;
  width: 95%;
}
.ds-image-headline__headline {
  font-size: clamp(48px, 10vw, 145px);
  font-weight: 500;
  letter-spacing: 4.35px;
  margin-bottom: 0px;
  z-index: 1;
}
 .img-fit-content img{
  max-width: fit-content;
 }
.ds-image-headline__image {
    display: block;
    width: auto;
    height: auto;
    margin: 0 auto 00px;
}
.ds-image-headline{
  margin-bottom: 90px;
}
.ds-two-images__item--oben {
    align-self: start;
}

.ds-two-images__item--mitte {
    align-self: center;
}

.ds-two-images__item--unten {
    align-self: end;
}
@media(max-width: 768px){
  .ds-two-images__item{
    margin: 0 0 25px 0 !important;
  }
  .ds-two-images--top-spacing{
    margin-bottom: 25px;
  }
}
.headline-large,
.headline-large-margin-bottom{
  font-size: clamp(48px, 10vw, 145px);
  margin-top: 0;
  margin-bottom: -7%;
  z-index: 1;
  position: relative;
}
.headline-large-margin-bottom{
  margin-bottom: 100px;
}
.offcanvas {
  --bs-offcanvas-zindex: 1045;
  --bs-offcanvas-height: 30vh;
  --bs-offcanvas-padding-x: 1rem;
  --bs-offcanvas-padding-y: 1rem;
  --bs-offcanvas-transition: transform 0.3s ease-in-out;
  --bs-offcanvas-title-line-height: 1.5;
}
.offcanvas {
  position: fixed;
  top: 69px;
  z-index: var(--bs-offcanvas-zindex);
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: var(--bs-offcanvas-color);
  visibility: hidden;
  background-color: var(--bs-offcanvas-bg);
  background-clip: padding-box;
  outline: 0;
  width: 100%;
  left: 0;
}
.offcanvas-header{
  padding-right: 45px !important;
  margin-top: -17px;
}
.offcanvas-header svg{
  width: 30px;
  height: 30px;
}
 
.offcanvas.showing, .offcanvas.hiding, .offcanvas.show {
  visibility: visible;
}

.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 120dvh;
  background-color: var(--schmidt-green);
}
 

.offcanvas-header {
  display: flex;
  align-items: center;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
}
.offcanvas-header .btn-close {
 margin-left: auto;
  background: none;
  border: none;
  color: white;
  margin-left: auto;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.offcanvas-title {
  margin-bottom: 0;
  line-height: var(--bs-offcanvas-title-line-height);
}

.offcanvas-body {
  flex-grow: 1;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
  overflow-y: auto;
  width: 100%;
  margin-top: 80px;
}
.offcanvas-body li a{
  font-family: "Heavy Brush", Sans-serif;
  font-size: 25px;
    line-height: 30px;
  font-weight: 300;
}
.offcanvas-body .navbar-nav{
  text-align: center;
}
.offcanvas-body .navbar-nav a{
  padding: 13px 20px !important;
}
  .offcanvas-body .social-menu__list svg{
    height: 30px;
  }
  .offcanvas-body .social-menu__list{
    justify-content: center;
    margin-top: 90px;
  }
  .offcanvas-body .social-menu__list a{
    padding: 0 10px !important;
  }
  .schmidt-label-menu{
    text-align: center;
    margin: -50px 0px 0px 170px;
  }
 
@media(max-width: 1400px){
  .site-footer{
    padding: 50px 0;
  }
  .site-branding{
    margin: 30px 20px 20px 00px !important;
  }
  .site-branding img{
    height: auto;
    width: 127px;
  }
  header .container{
    max-width: 100%;
  }
 .current-menu-item > .nav-link{
  color: var(--schmidt-orange) !important;
  text-decoration-color: white;
 }
 footer .col-5{
  flex-basis: 75%;
 }
 footer .col-4{
  flex-basis: 100%;
  margin-top: 25px;
 }
 .site-footer .social-menu__list{
  margin-bottom: 0;
 }
}
@media(max-width: 768px){
  footer .menu-item a:not(.social-menu a){
    line-height: 2.3;
  }
   .site-branding img {
    width: 80px;
  }
  .site-branding{
    margin: 10px 20px 20px 00px !important;
  }
  .offcanvas-header{
    margin-top: -40px;
  }
  .offcanvas-body{
    margin-top: 0;
  }
   footer .col-5,
   footer .col-3{
  flex-basis: 75%;
 }
 
 .text-left-50,
 .text-left-75,
 .text-center-75{
  width: 100%;
 }
 .site-newsletter .site-newsletter__inner{
  max-width: 100%;
 }
 .ds-two-images{
  display: block !important;
 }
 .ds-two-images__item{
  width: 100% !important;
 }
 .ds-two-images__item--left{
  padding-left: 60px;
 }
 .ds-two-images__item--right{
  padding-right: 100px;
 }
}
@media(max-width: 580px){
  .social-menu a svg{
    height: 35px;
  }
  .newsletter-field input[type="email"]::placeholder{
    letter-spacing: 0.12em;
  }
  .newsletter-dsgvo .wpcf7-list-item-label{
    font-size: 18px;
  }
}
.ds-recipes h3{
text-align: left;
  color: var( --schmidt-green);
  font-family: "Gilroy Bold", Sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 1px;
  transition: all .3s;
  margin-bottom: 8px;
}
.ds-recipes__link-wrap{
  margin: 0;
  font-size: clamp(16px,6vw,24px);
  font-weight: 300;
  line-height: 24px;
 }
a.ds-recipes__link{
  text-decoration: none !important;
  color: var(--schmidt-green);
    letter-spacing: 1px;
}
.ds-recipes {
  width: 100%;
  margin: 200px 0;
}

.ds-recipes__filters {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding-bottom: 32px;
  margin-bottom: 48px;
  justify-content: center;
}

.ds-recipes__filter {
  appearance: none;
  border: 1px solid var(--schmidt-green);
  background: transparent;
  color: var(--schmidt-green);
  padding: 18px 42px;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 300;
  cursor: pointer;
  transition: background-color 0.28s ease, color 0.28s ease, transform 0.28s ease, opacity 0.28s ease;
}
.ds-recipes__filter.is-active{
  background-color: var(--schmidt-green);
  color: white;
}
 
.ds-recipes__groups {
  position: relative;
}

.ds-recipes__group {
  display: none;
  opacity: 0;
  transform: translateY(10px);
}

.ds-recipes__group.is-active {
  display: block;
  animation: dsRecipesFadeIn 0.35s ease forwards;
}

@keyframes dsRecipesFadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.ds-recipes__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 90px 105px;
}

.ds-recipes__card {
  min-width: 0;
}

.ds-recipes__card-link {
  display: block;
  color: inherit;
  text-decoration: none;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
 
.ds-recipes__image-wrap {
  overflow: hidden;
  background: #ececec;
  margin-bottom: 30px;
}

.ds-recipes__image {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  transition: transform 0.45s ease, opacity 0.35s ease;
}

.ds-recipes__card-link:hover .ds-recipes__content h3, 
.ds-recipes__card-link:hover .ds-recipes__content .ds-recipes__download  {
  color: var(--schmidt-orange);
}

.ds-recipes__content {
  display: grid;
  gap: 6px;
}

.ds-recipes__title {
  margin: 0;
  color: var(--schmidt-green, #295261);
  font-size: 18px;
  line-height: 1.3;
  font-weight: 700;
}

.ds-recipes__download {
  color: #66757a;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 300;
  transition: all .3s;
  line-height: 32px;
}

@media (max-width: 991px) {
  .ds-recipes__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 48px 32px;
  }

  .ds-recipes__filter {
    padding: 14px 28px;
    font-size: 18px;
  }
}

@media (max-width: 640px) {
  .ds-recipes__filters {
    gap: 12px;
    margin-bottom: 32px;
    padding-bottom: 24px;
  }

  .ds-recipes__filter {
    width: 100%;
    text-align: center;
    padding: 14px 20px;
    font-size: 16px;
  }

  .ds-recipes__grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .ds-recipes__title,
  .ds-recipes__download {
    font-size: 20px;
  }
}
.rechtlich .entry-content{
  max-width: 1050px;
  margin: 0 auto;
}
.rechtlich p:not(p.text-uppercase-center):not(.site-newsletter p){
  text-align: left;
  font-family: "Gilroy Regular", Sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 1px;
}
.rechtlich strong{
   font-family: "Gilroy Bold", Sans-serif;
}
.rechtlich main,
.padding-top-225 main{
  padding-top: 225px;
}
 
@media(max-width: 1400px){
  .rechtlich main,
  .padding-top-225 main{
  padding-top: 125px;
}
}
@media(max-width: 768px){
    .rechtlich main,
    .padding-top-225 main{
  padding-top: 75px;
}
.kontaktformular .col-6{
  width: 100%;
}
.headline-large-margin-bottom{
  font-size: clamp(28px, 10vw, 145px);
}
@media(max-width: 580px){
  .kontaktformular .dsgvo label{
    gap: 20px;
  }
}
}
@media(max-width: 450px){
  .kontaktformular .wpcf7-submit{
    font-size: clamp(12px, 4vw, 20px);
    letter-spacing: clamp(2px, 1vw, 7px);
  }
  .kontaktformular .wpcf7-form-control{
    width: 100%;
  }
  .ds-image-headline__headline{
      font-size: clamp(40px, 10vw, 145px);
  }
  .ds-two-images__item--left{
    padding-left: 30px;
  }
  .ds-two-images__item--right{
    padding-right: 30px;
  }
}
#cmplz-document{
  max-width: 100%;
  margin-top: 75px;
}
#cmplz-document h2{
  font-family: "Gilroy Bold", Sans-serif;
}
#cmplz-document ul, .editor-styles-wrapper .cmplz-unlinked-mode ul {
  list-style: disc;
  margin-left: 15px;
  margin-bottom: 15px;
  text-align: left;
  font-family: "Gilroy Regular", Sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 1px;
  color: var(--schmidt-green);
}
.impressum h2.headline-large-margin-bottom {
  text-decoration-line: none;
  margin-bottom: 50px;
}
.impressum h2.headline-large-margin-bottom a{
  text-decoration-line: none;
}
.wpcf7-not-valid-tip{
  font-size: .4em;
  position: absolute;
  background: var(--schmidt-green);
  color: white;
  padding: 0 15px;
}
.newsletter-form .wpcf7-not-valid-tip{
  font-size: 1em;
}
.dsgvo .wpcf7-list-item-label a {
  color: var(--schmidt-green);
  transition: all .3s;
}

.dsgvo .wpcf7-list-item-label a:hover {
   color: var(--schmidt-orange)
}
.newsletter-dsgvo .wpcf7-list-item-label a{
  color: #fff;
  transition: all .3s;
}
.newsletter-dsgvo .wpcf7-list-item-label a:hover{
  color: var(--schmidt-green)
}
main .wp-block-buttons{
  margin-bottom: 75px;
}
.max-width-image-footer img{
  max-width: 670px;
  border-radius: 5px;
  width: 100%;
}
@media(max-width: 1400px){
.order-1{
  order: 1;
}
.order-2{
  order: 2;
}
}
 