.grid-container-x2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 50px;
  align-items: center; }

.grid-container-x2-x1 {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-gap: 50px; }

.grid-container-x1-x2 {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-gap: 10px;
  align-items: center;
  justify-items: center; }

.grid-container-x3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px; }

.grid-container-x3-x1 {
  display: grid;
  grid-template-columns: 3fr 1fr;
  grid-gap: 50px; }

.grid-container-x4 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 20px; }

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter/static/Inter-Light.ttf");
  font-weight: 300; }
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter/static/Inter-Regular.ttf");
  font-weight: 400; }
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter/static/Inter-Medium.ttf");
  font-weight: 500; }
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter/static/Inter-Bold.ttf");
  font-weight: 600; }
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter/static/Inter-Black.ttf");
  font-weight: 900; }
@font-face {
  font-family: "Merriweather";
  src: url("../fonts/Merriweather/Merriweather-Regular.ttf");
  font-weight: 500; }
h1, h2, h3, h4 {
  font-family: var(--font);
  font-weight: 600;
  line-height: 135%; }

h1, .h1 {
  font-size: 30px;
  margin-top: 10px;
  margin-bottom: 20px;
  color: var(--main); }

h2 {
  font-size: 22px;
  margin-bottom: 8px;
  color: var(--main); }
  h2.regular {
    font-weight: 300; }

h3 {
  font-size: 20px;
  color: var(--grey); }
  h3.top-h {
    margin-bottom: -10px; }

p, ul li, a, table {
  font-family: var(--font);
  font-weight: 300;
  font-size: 15px;
  line-height: 132%;
  color: var(--dark-grey);
  margin-top: 0; }

p.datum {
  font-size: 14px;
  color: #9d9d9d !important;
  margin-bottom: -10px; }

a {
  text-decoration: none;
  color: var(--main-2); }
  a.big-tel {
    font-size: 30px;
    display: block;
    font-weight: 400;
    color: var(--dark-grey); }
    a.big-tel i {
      color: transparent;
      -webkit-text-stroke: 2px var(--main);
      font-size: 26px; }

ul li {
  padding-bottom: 5px; }

ul.checklist {
  text-align: left;
  padding: 0 0 0 30px; }
  ul.checklist li {
    position: relative;
    list-style: none; }
    ul.checklist li:before {
      left: -28px;
      position: absolute;
      content: '\f00c';
      font-family: 'Fontawesome';
      top: 0;
      color: #07be07; }

.center {
  text-align: center; }
  .center .button {
    margin: 0 auto; }

strong, b {
  font-weight: 600; }

:root {
  --black: #000;
  --dark-grey: #333333;
  --grey: #5B5B5B;
  --light-grey: #F1F1F1;
  --main: #076B8F;
  --main-light-1: #5196BD;
  --main-light-2: #9EC9E1;
  --main-2: #BF7900;
  --main-2-light: #d48f18;
  --font: 'Inter', sans serif; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: 80px; }

body {
  margin: 0;
  padding: 0;
  font-family: var(--font); }

main {
  transition: all 0.2s; }
  main.burgermenu {
    filter: blur(5px);
    transition: all 0.2s; }

.wrapper {
  margin: 0 auto;
  max-width: 1300px;
  padding: 0 30px; }
  .wrapper.smallwrapper {
    text-align: center;
    max-width: 666px; }
    .wrapper.smallwrapper ul {
      display: block;
      margin: 20px auto;
      width: fit-content; }

.wrapper-left {
  margin-left: auto;
  max-width: 590px;
  padding: 50px 30px 50px 50px;
  width: 100%; }

.wrapper-right {
  width: 100%;
  margin-right: auto;
  max-width: 590px;
  padding: 50px 30px;
  box-sizing: border-box; }

img {
  width: 100%;
  height: auto; }

.button, button {
  width: fit-content;
  display: block;
  text-align: center;
  color: #fff;
  background-color: var(--main-light-2);
  padding: 15px 20px;
  transition: all 0.2s;
  font-family: var(--font);
  font-weight: 600;
  border: none; }
  .button:hover, button:hover {
    transition: all 0.2s;
    background-color: var(--main-light-1); }
  .button.button-big, button.button-big {
    font-size: 24px;
    padding: 30px;
    margin: 30px auto 0;
    line-height: 30px; }

.linksperre {
  cursor: not-allowed; }

.linksperre > a {
  pointer-events: none;
  text-decoration: none; }

.section-nav {
  position: fixed;
  bottom: 30px;
  right: 30px;
  cursor: pointer;
  z-index: 9;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1); }
  .section-nav .section-nav-top {
    background: var(--main-2);
    width: 40px;
    height: 40px;
    background-size: 100%;
    background-image: url(../img/arrow-up.png);
    /* border-radius: 10px 10px 0 0; */ }
  .section-nav .section-nav-up {
    background: var(--main);
    width: 40px;
    height: 40px;
    background-size: 100%;
    background-image: url(../img/arrow-down.png);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  .section-nav .section-nav-bottom {
    background: var(--main-2);
    width: 40px;
    height: 40px;
    background-size: 100%;
    background-image: url(../img/arrow-down.png);
    /*  border-radius: 0px 0px 10px 10px; */ }

header {
  padding: 10px 0;
  background-color: #ffffff;
  box-shadow: 0px 0px 20px -9px #000;
  position: fixed;
  top: 0;
  z-index: 99;
  transition: all 0.2s;
  width: 100%; }
  header .header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 30px; }
    header .header-container .nav-container {
      display: flex;
      flex-direction: column;
      align-items: flex-end; }
    header .header-container .nav-kontakt {
      margin: 8px 0;
      transition: all 0.2s;
      font-size: 16px; }
      header .header-container .nav-kontakt a {
        transition: all 0.2s;
        font-size: 16px; }
    header .header-container a.logo {
      transition: all 0.2s; }
      header .header-container a.logo img {
        max-width: 450px;
        transition: all 0.2s; }
    header .header-container .burger {
      display: none; }
      header .header-container .burger div {
        background-color: var(--dark-grey);
        width: 24px;
        height: 2px;
        margin: 6px 0; }
    header .header-container ul.menu {
      list-style: none;
      transition: all 0.2s;
      margin: 20px 0; }
      header .header-container ul.menu li {
        display: inline;
        margin: 0px;
        position: relative; }
        header .header-container ul.menu li a {
          width: fit-content;
          text-align: center;
          color: #fff;
          background-color: var(--main-light-2);
          padding: 13px 10px;
          transition: all 0.2s;
          font-family: var(--font);
          font-weight: 500;
          border: none;
          font-size: 16px; }
          header .header-container ul.menu li a:hover {
            transition: all 0.2s;
            background-color: var(--main-light-1); }
        header .header-container ul.menu li.no-link a {
          cursor: default;
          pointer-events: none; }
        header .header-container ul.menu li.no-link ul.sub-menu li a {
          cursor: pointer;
          pointer-events: all; }
        header .header-container ul.menu li.yellow-button a {
          background-color: var(--main-2);
          transition: all 0.2s; }
          header .header-container ul.menu li.yellow-button a:hover {
            background-color: var(--main-2-light);
            transition: all 0.2s; }
        header .header-container ul.menu li.menu-item {
          padding-bottom: 40px; }
        header .header-container ul.menu li:last-child {
          margin-right: 0; }
        header .header-container ul.menu li .sub-menu {
          display: none;
          position: absolute;
          top: 50px;
          left: 0;
          background-color: var(--main);
          padding: 10px 0;
          width: 280px; }
          header .header-container ul.menu li .sub-menu li {
            display: block;
            margin: 0;
            width: 100%;
            padding: 0 20px;
            box-sizing: border-box; }
            header .header-container ul.menu li .sub-menu li:hover {
              background-color: var(--main-light-1); }
            header .header-container ul.menu li .sub-menu li a {
              color: #fff;
              padding: 10px 0;
              display: block;
              background-color: unset;
              text-align: left; }
              header .header-container ul.menu li .sub-menu li a:hover {
                color: #fff; }
        header .header-container ul.menu li:hover > ul.sub-menu {
          display: block !important; }
      header .header-container ul.menu.burgermenu {
        transition: all 0.2s;
        display: block;
        position: absolute;
        padding: 20px;
        top: 88px;
        right: 0;
        width: 40%;
        background: var(--main);
        height: 70vh;
        overflow-y: scroll; }
        header .header-container ul.menu.burgermenu li {
          display: block;
          text-align: end;
          padding: 10px 0; }
          header .header-container ul.menu.burgermenu li a {
            color: #ffffff;
            background-color: unset;
            padding: 0;
            display: block;
            text-align: right; }
          header .header-container ul.menu.burgermenu li.yellow-button a {
            background-color: var(--main-2) !important;
            padding: 10px !important; }
          header .header-container ul.menu.burgermenu li ul.sub-menu {
            display: block;
            position: relative;
            top: unset;
            left: unset;
            width: unset;
            padding: 10px 0; }
            header .header-container ul.menu.burgermenu li ul.sub-menu li {
              text-align: right;
              padding: 0 20px;
              display: block;
              margin: 0; }
              header .header-container ul.menu.burgermenu li ul.sub-menu li:hover {
                background-color: unset; }
              header .header-container ul.menu.burgermenu li ul.sub-menu li a {
                padding: 5px 0;
                display: block;
                background-color: unset;
                text-align: left;
                font-size: 14px; }
  header.small {
    transition: all 0.2s;
    padding: 10px 0; }
    header.small .header-container a.logo {
      transition: all 0.2s; }
      header.small .header-container a.logo img {
        transition: all 0.2s;
        max-width: 380px; }
    header.small .header-container .nav-kontakt {
      margin: 5px 0;
      font-size: 13px;
      transition: all 0.2s; }
      header.small .header-container .nav-kontakt a {
        transition: all 0.2s;
        font-size: 13px; }
    header.small .header-container ul.menu {
      transition: all 0.2s;
      margin: 10px 0; }
      header.small .header-container ul.menu li a {
        font-size: 14px;
        padding: 8px 10px;
        transition: all 0.2s; }
      header.small .header-container ul.menu.burgermenu {
        top: 85px; }
        header.small .header-container ul.menu.burgermenu li a {
          font-size: 16px !important;
          padding: 0; }
        header.small .header-container ul.menu.burgermenu li ul.sub-menu li a {
          font-size: 14px !important; }
      header.small .header-container ul.menu .sub-menu {
        top: 43px; }
    header.small .header-container .button {
      padding: 10px;
      transition: all 0.2s; }

section.banner {
  background-image: url(../img/Am-Geraet-Sonde-auf-Bauch.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0;
  margin-top: 80px;
  height: 650px;
  box-sizing: border-box; }
  section.banner .wrapper {
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-direction: column;
    position: relative; }
  section.banner .banner-leiste {
    font-size: 35px;
    color: #ffffff;
    width: fit-content;
    padding: 40px;
    text-align: right;
    font-weight: 600;
    line-height: 135%; }
    section.banner .banner-leiste.banner-leiste-1 {
      background-color: #9ec9e1bd;
      /* margin-bottom: 20px; */ }
    section.banner .banner-leiste.banner-leiste-2 {
      background-color: #5196BDbd; }
  section.banner .bestenliste-stoerer {
    position: absolute;
    left: 30px;
    background: linear-gradient(to top, #EE001C 0%, #CC0000 50%, #EE001C 50%, #CC0000 100%);
    border-radius: 50%;
    width: 240px;
    height: 240px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    text-align: center;
    transform: rotate(-10deg);
    padding: 10px; }
    section.banner .bestenliste-stoerer .focus p:first-of-type {
      font-family: 'Merriweather';
      font-weight: 500;
      font-size: 35px;
      margin-bottom: 0;
      color: #ffffff; }
    section.banner .bestenliste-stoerer .focus p:last-of-type {
      color: #ffffff;
      font-size: 16px;
      font-weight: 500; }
    section.banner .bestenliste-stoerer .stern p:first-of-type {
      font-weight: 900;
      font-style: italic;
      font-size: 35px;
      margin-bottom: 0;
      color: #ffffff; }
    section.banner .bestenliste-stoerer .stern p:last-of-type {
      color: #ffffff;
      font-size: 16px;
      font-weight: 500; }

.leiste {
  width: 100%;
  background: var(--main);
  text-align: center;
  padding: 20px 30px;
  box-sizing: border-box; }
  .leiste p {
    font-size: 25px;
    margin-bottom: 0;
    color: #ffffff; }
  .leiste h1 {
    color: #ffffff;
    margin-bottom: 0;
    margin-top: 0; }

section {
  padding: 70px 0; }

.about-box {
  display: grid;
  grid-template-columns: 2fr 1fr;
  box-shadow: 0 0 10px #00000036; }
  .about-box .content {
    padding: 30px; }
  .about-box img {
    max-height: 400px;
    object-fit: cover;
    object-position: 0 20%;
    display: block; }
  .about-box .krapp-container {
    background-color: var(--main);
    display: flex;
    flex-direction: column; }
  .about-box .krapp-beschreibung {
    text-align: center;
    padding: 15px;
    height: -webkit-fill-available;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    .about-box .krapp-beschreibung h3, .about-box .krapp-beschreibung p {
      color: #ffffff;
      margin-bottom: 5px; }
    .about-box .krapp-beschreibung h3 {
      margin-top: 0; }

section.schritte {
  text-align: center; }
  section.schritte .grid-container-x3 {
    margin-top: 50px;
    grid-gap: 70px; }
  section.schritte img {
    width: 150px;
    display: block;
    margin: 0 auto; }

section.lightmain {
  background-color: var(--main-light); }

.gradient {
  background-color: unset;
  background: var(--gradient); }

section.main {
  background-color: var(--main);
  /* .button {
      background-color: var(--main-2);
      transition: all 0.2s;
      display: block;
      margin: 0 auto;
      &:hover {
          transition: all 0.2s;
          background-color: var(--main-light);
      }
  } */ }
  section.main h1, section.main h2.h1, section.main h2, section.main p, section.main ul li, section.main i, section.main a {
    color: #fff; }

.grey {
  background-color: var(--light-grey); }

.medizin-box {
  padding: 20px;
  min-height: 130px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center; }
  .medizin-box h3 {
    color: #ffffff; }
  .medizin-box.medizin-box-hell {
    background-color: var(--main-light-2); }
  .medizin-box.medizin-box-medium {
    background-color: var(--main-light-1); }
  .medizin-box.medizin-box-dunkel {
    background-color: var(--main); }

section.ueber-uns img {
  max-width: 250px;
  display: block;
  border-radius: 50%;
  box-shadow: 0 0 20px #00000030; }

section.big-image {
  padding: 0; }
  section.big-image img {
    display: block;
    height: 650px;
    object-fit: cover;
    object-position: 0 10%; }
  section.big-image .grid-container-x2 {
    justify-items: end;
    align-items: center;
    grid-gap: 0; }
  section.big-image .coloredhalf {
    background-color: var(--main);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center; }
    section.big-image .coloredhalf h1, section.big-image .coloredhalf h2.h1, section.big-image .coloredhalf h2, section.big-image .coloredhalf h3, section.big-image .coloredhalf p, section.big-image .coloredhalf ul li, section.big-image .coloredhalf i, section.big-image .coloredhalf a {
      color: #fff; }
    section.big-image .coloredhalf .button {
      background-color: var(--main-2);
      transition: all 0.2s;
      display: block; }
      section.big-image .coloredhalf .button:hover {
        transition: all 0.2s;
        background-color: var(--main-light); }
  section.big-image .wrapper-left {
    max-width: 870px; }

.banner-subpage {
  background-image: url(../img/Am-Geraet-Sonde-auf-Bauch.jpg);
  height: 300px;
  padding: 0;
  background-size: cover;
  background-position: center;
  /* border-bottom: 10px solid var(--main); */ }

.subpage {
  min-height: 70vh;
  /* img {
      aspect-ratio: 2 / 3;
      object-fit: cover;
      max-height: 400px;
      display: block;
      margin: 0 auto;
  } */ }
  .subpage .leiste {
    margin-top: 79px; }
  .subpage h1 {
    font-size: 50px; }

.ansprechpartner {
  padding: 20px;
  height: fit-content;
  background: var(--light-grey); }
  .ansprechpartner h3 {
    margin-bottom: 5px; }
  .ansprechpartner img {
    aspect-ratio: 1;
    object-fit: cover;
    object-position: top;
    transform: scalex(-1); }

.news-box {
  background: #fff;
  padding: 30px;
  box-shadow: 0px 0px 10px #0000001f;
  margin-bottom: 20px; }
  .news-box h2 {
    color: var(--main) !important; }
  .news-box p, .news-box ul li, .news-box a {
    color: var(--dark-grey) !important; }
  .news-box p.datum {
    color: #9d9d9d !important; }
  .news-box a.button {
    color: #fff !important; }

.owl-carousel {
  display: grid !important; }
  .owl-carousel img {
    aspect-ratio: 2 / 3;
    object-fit: cover;
    max-height: 400px;
    display: block;
    margin: 0 auto; }
  .owl-carousel .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px; }
    .owl-carousel .owl-dots button.owl-dot {
      background: #a2a2a2;
      width: 10px;
      height: 10px;
      border-radius: 50%;
      display: inline;
      border: none;
      margin: 10px;
      padding: 0 !important; }
      .owl-carousel .owl-dots button.owl-dot.active {
        background: var(--dark-grey); }

.inputfield .grid-container-x2 {
  grid-row-gap: 0;
  grid-column-gap: 20px; }
.inputfield button {
  margin-top: 12px; }

input, textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 15px;
  box-shadow: 0 0 10px 0px #00000036;
  border: none;
  margin-bottom: 20px;
  background: #ffffff;
  font-weight: 300;
  font-family: var(--font);
  font-size: 16px; }

textarea {
  margin-bottom: 5px; }

input[type="checkbox"] + label::before {
  width: 30px;
  height: 30px;
  transition: all .3s ease;
  cursor: pointer;
  position: absolute;
  top: 0;
  z-index: 1;
  background: #fff;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
  display: block;
  content: "";
  margin-right: 5px;
  /* border-radius: 20px; */ }

input[type="checkbox"]:checked + label::before {
  content: '';
  width: 14px;
  height: 5px;
  position: absolute;
  top: 10px;
  left: 7px;
  border: 3px solid var(--main);
  border-top: none;
  border-right: none;
  background: transparent;
  opacity: 1;
  transform: rotate(-45deg); }

.kopietext {
  font-family: var(--font);
  font-weight: 300;
  font-size: 16px;
  color: #3f3f3f;
  padding-top: 12px;
  padding-left: 43px; }
  .kopietext a {
    font-size: 13px;
    line-height: normal;
    color: var(--main); }

.kopie_wrapper {
  float: left;
  margin-top: 10px;
  position: relative; }

.kopie_wrapper label {
  display: block;
  width: 30px;
  height: 30px;
  transition: all .3s ease;
  cursor: pointer;
  position: absolute;
  top: 0;
  z-index: 1;
  background: #fff;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
  /* border-radius: 20px; */ }

.contact-icons {
  display: flex;
  justify-content: flex-start;
  gap: 15px;
  flex-direction: column; }
  .contact-icons a {
    font-size: 25px; }
    .contact-icons a i {
      margin-right: 10px; }

.kartenbox {
  position: relative; }
  .kartenbox img {
    display: block; }
  .kartenbox .adressbox {
    position: absolute;
    top: 20px;
    left: 20px;
    background: #fff;
    padding: 20px 20px 15px;
    box-shadow: 0 0 10px #00000035; }
    .kartenbox .adressbox p {
      margin-bottom: 5px; }
  .kartenbox .map-leiste {
    position: absolute;
    background-color: #ffffffc0;
    right: 0;
    bottom: 0;
    width: fit-content;
    padding: 10px; }
    .kartenbox .map-leiste p, .kartenbox .map-leiste a {
      font-size: 12px;
      margin-bottom: 0; }

footer {
  padding: 40px 0;
  /*  .wrapper {
       max-width: unset;
   } */ }
  footer.burgermenu {
    filter: blur(5px); }
  footer p, footer h2, footer a {
    font-family: var(--font);
    font-weight: 400;
    color: var(--dark-grey) !important; }
  footer a {
    transition: all 0.2s; }
    footer a:hover {
      text-decoration: underline;
      transition: all 0.2s; }
  footer h2 {
    text-transform: uppercase; }
  footer ul.footermenu {
    list-style: none;
    padding-inline-start: 0; }
  footer .endfooter {
    display: flex;
    justify-content: space-between;
    padding-top: 30px; }
    footer .endfooter p {
      margin-bottom: 0; }
  footer hr {
    margin: 20px 0;
    border: 1px solid #ffffff63; }

@media (max-width: 1790px) {
  header ul.menu li:hover > ul.sub-menu {
    display: none !important; }

  ul.menu {
    display: none;
    transition: all 0.2s; }

  header .header-container .burger {
    display: block;
    cursor: pointer; }

  header {
    align-items: center; }

  header ul.menu li {
    margin: 15px 0; }
    header ul.menu li.nav-button a {
      background: unset;
      padding: 0; }
    header ul.menu li.menu-item {
      padding: 0; } }
@media (max-width: 1350px) {
  .banner .grid-container-x2-x1 {
    grid-gap: 20px; }

  section.leistungen .grid-container-x3 {
    grid-gap: 20px; }

  .vorteilbox {
    min-height: 100%;
    box-sizing: border-box; } }
@media (max-width: 1000px) {
  section.banner .bannerbox h1 {
    font-size: 35px; } }
@media (max-width: 960px) {
  .subpage .leiste {
    margin-top: 66px; }

  section.banner {
    height: 500px; }

  .grid-container-x2, .grid-container-x3, .grid-container-x2-x1 {
    grid-template-columns: 1fr;
    grid-gap: 10px; }

  .grid-container-x4 {
    grid-template-columns: 1fr 1fr; }

  section.schritte .grid-container-x3 {
    grid-gap: 30px; }
    section.schritte .grid-container-x3 div {
      max-width: 555px;
      margin: 0 auto; }

  .wrapper-left {
    margin: 50px auto; }

  section.big-image .big-slogan {
    font-size: 50px; }
  section.big-image img {
    min-height: unset;
    max-height: 100%;
    object-position: center; }
  section.big-image .grid-container-x2 {
    grid-template-columns: 1fr 1fr; }

  section.leistungen .leistungencontainer {
    width: 500px;
    margin: 10px auto 0; }
    section.leistungen .leistungencontainer .leistungencontent {
      min-height: unset; }

  .content-img {
    margin: unset; }

  .nav-kontakt span {
    display: none; }

  .nav-container {
    flex-direction: row !important;
    gap: 20px;
    align-items: center !important; } }
@media (max-width: 870px) {
  section.banner .banner-leiste {
    font-size: 20px; }

  section.banner .bestenliste-stoerer {
    width: 160px;
    height: 160px; }
    section.banner .bestenliste-stoerer .focus p:first-of-type, section.banner .bestenliste-stoerer .stern p:first-of-type {
      font-size: 25px; }
    section.banner .bestenliste-stoerer .focus p:last-of-type, section.banner .bestenliste-stoerer .stern p:last-of-type {
      font-size: 13px; } }
@media (max-width: 780px) {
  section.big-image .big-slogan {
    font-size: 40px; }

  .grid-container-x1-x2 {
    grid-template-columns: 1fr; }

  section.ueber-uns {
    text-align: center; }
    section.ueber-uns .button {
      margin: 0 auto; }

  header .nav-container span {
    display: none; }

  .grid-container-x3-x1 {
    grid-template-columns: 1fr;
    grid-gap: 20px; }

  .ansprechpartner {
    width: 270px; } }
@media (max-width: 700px) {
  .about-box {
    grid-template-columns: 1fr; }

  section.banner {
    height: 320px; }
    section.banner h1 {
      font-size: 40px; } }
@media (max-width: 620px) {
  header .header-container a.logo img {
    max-width: 300px;
    transition: all 0.2s; }

  header.small .header-container a.logo img {
    transition: all 0.2s;
    max-width: 250px; }

  header .header-container ul.menu.burgermenu {
    width: 70% !important;
    top: 60px; }

  header.small .header-container ul.menu.burgermenu {
    top: 61px; }

  #input_1_5, #input_1_7, #input_1_13, #input_1_19, #input_1_18 {
    grid-template-columns: 1fr 1fr; } }
@media (max-width: 605px) {
  section.big-image .big-slogan {
    font-size: 30px; }

  #karte img {
    height: 230px; } }
@media (max-width: 550px) {
  .wp-block-table {
    overflow-x: scroll;
    max-width: 90vw; }

  section {
    padding: 40px 0; }

  section.leistungen .leistungencontainer {
    width: 100%; }

  .wrapper, header .header-container {
    padding: 0 15px; }

  section.contact .h1 br {
    display: none; }
  section.contact .contact-icons a {
    font-size: unset;
    font-family: var(--font-bold); }

  footer .endfooter {
    flex-direction: column; }

  section.map img {
    object-position: -420px; } }
@media (max-width: 500px) {
  section.banner .wrapper {
    padding: 0;
    justify-content: flex-end; }
  section.banner .banner-leiste {
    padding: 25px; }
    section.banner .banner-leiste.banner-leiste-1 {
      margin-bottom: 0; }

  header .header-container a.logo img {
    max-width: 250px;
    transition: all 0.2s; }

  header .header-container ul.menu.burgermenu {
    top: 51px; }

  header.small .header-container .nav-kontakt, header.small .header-container .nav-kontakt a {
    font-size: 16px !important; }

  .grid-container-x4 {
    grid-template-columns: 1fr; }

  section.produkte .grid-container-x4 {
    max-width: 300px;
    margin: 0 auto; }
  section.produkte h2 {
    text-align: center; }

  section.big-image .grid-container-x2 {
    grid-template-columns: 1fr; }
  section.big-image img {
    max-height: 500px;
    object-position: top;
    height: unset; }

  .banner-subpage {
    height: 220px; }

  section.banner {
    margin-top: 70px; }
    section.banner .bestenliste-stoerer {
      top: 20px;
      left: 10px; } }
@media (max-width: 450px) {
  section.contact a br {
    display: block; }

  .owl-carousel .owl-item img {
    height: 270px !important; }

  .kartenbox img {
    object-fit: cover;
    aspect-ratio: 1;
    object-position: right; }

  section.banner {
    background-image: url(../img/Am-Geraet-Sonde-auf-Bauch-mobile.jpg); }

  .subpage h1 {
    font-size: 40px; } }
@media (max-width: 420px) {
  header .header-container .nav-kontakt {
    display: none; }

  .leiste h1 {
    font-size: 25px; }
  .leiste p {
    font-size: 20px; } }
@media (max-width: 400px) {
  .subpage .leiste {
    margin-top: 60px; }

  section.banner p {
    font-size: 18px; }

  header ul.menu.burgermenu {
    top: 40px; } }
@media (max-width: 388px) {
  label.datenschutz {
    left: unset !important; }

  input#datenschutz {
    margin-left: unset !important;
    margin-top: 8px; } }

/*# sourceMappingURL=style.css.map */
