.grid-container-x1 {
  display: grid;
  grid-template-columns: 1fr; }

.grid-container-x2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 40px;
  align-items: center; }
  .grid-container-x2.zweier {
    grid-gap: 80px; }
    .grid-container-x2.zweier h1 {
      margin-bottom: 5px; }
    .grid-container-x2.zweier img {
      display: block;
      height: 230px;
      object-fit: cover;
      margin-bottom: 15px; }

.grid-container-x2-1 {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-gap: 100px;
  align-items: center; }

.grid-container-1-x2 {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-gap: 100px;
  align-items: center; }

.grid-container-x2-3 {
  display: grid;
  grid-template-columns: 1fr 3fr;
  grid-gap: 100px;
  align-items: center; }

.grid-container-x3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 40px;
  align-items: center; }
  .grid-container-x3.dreier .stretch {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 620px; }
    .grid-container-x3.dreier .stretch ul {
      margin: 0; }
    .grid-container-x3.dreier .stretch .button {
      margin-top: 15px; }
  .grid-container-x3.dreier h1 {
    margin-bottom: 5px; }
  .grid-container-x3.dreier img {
    display: block;
    height: 230px;
    object-fit: cover;
    margin-bottom: 15px; }

.grid-container-x4 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 20px;
  align-items: center; }

h1, h2, h3 {
  font-family: 'Inter', sans-serif;
  letter-spacing: 0.5px;
  color: var(--main); }

h1 {
  font-size: 28px;
  margin-top: 0; }

h2 {
  margin-bottom: 10px; }

h3 {
  font-weight: 600;
  margin-bottom: 5px; }

p {
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  line-height: 25px;
  margin-top: 0px;
  color: var(--darkgrey); }

ul li {
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  line-height: 25px;
  color: var(--darkgrey); }

a {
  text-decoration: none;
  font-family: 'Inter', sans-serif;
  color: var(--main);
  font-size: 18px; }
  a:hover {
    font-weight: 400; }

table {
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  line-height: 29px; }
  table th {
    text-align: unset; }

table, th, td {
  border: 1px solid #ccc;
  border-collapse: collapse;
  padding: 10px;
  color: var(--darkgrey); }

td {
  width: 50%; }

.wp-block-table {
  margin-block-end: 0;
  margin-block-start: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  margin-bottom: 20px; }

:root {
  --main: #1770B8;
  --maindark: #01304b;
  --mainlight: #0786BB;
  --main2: #c50912;
  --darkgrey: #3f3f3f;
  --lightgrey: #dbe6ef; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px; }

body {
  margin: 0;
  padding: 0; }

main.burgermenu {
  filter: blur(5px);
  background-color: #ccc; }

img {
  width: 100%;
  height: auto; }

.wrapper {
  max-width: 1050px;
  margin: 0 auto;
  padding: 0 50px;
  /* &.burgermenu {
      max-width: unset;
      padding: 0;
      margin: 0;
  } */ }

.contentwrapper {
  max-width: 400px;
  margin: 0 auto;
  text-align: center; }
  .contentwrapper ul {
    display: block;
    margin: auto; }
    .contentwrapper ul li {
      text-align: left; }

ul {
  list-style: none;
  padding-inline-start: 0px; }
  ul.checklist li {
    position: relative;
    margin-left: 25px;
    margin-bottom: 10px; }
    ul.checklist li:before {
      content: '\f00c';
      font-family: 'Font Awesome 5 Free';
      font-weight: 600;
      color: var(--main);
      left: -25px;
      position: absolute; }

section {
  padding: 75px 0; }

img.contentimg {
  /* object-fit: cover; */
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.4); }

figure.contentimg img {
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.4); }

.button, button {
  display: block;
  text-align: center;
  color: #fff;
  background-color: var(--main);
  padding: 20px;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
  margin-top: 30px;
  border: none;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 17px;
  cursor: pointer;
  transition: 0.2s all; }
  .button:hover, button:hover {
    background-color: var(--mainlight);
    transition: 0.2s all; }
  .button:focus, button:focus {
    outline: none; }

a.contentlink {
  font-weight: 600;
  text-decoration: underline;
  color: var(--main);
  transition: 0.2s all; }
  a.contentlink:hover {
    color: var(--mainlight);
    transition: 0.2s all;
    border-bottom: 2px solid var(--main); }

input, textarea {
  border: none;
  background-color: #fff;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
  padding: 15px;
  margin: 10px 0;
  font-family: 'Inter';
  font-size: 17px;
  width: 100% !important; }
  input:focus, textarea:focus {
    outline: none; }

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; }

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: 'Inter';
  font-size: 17px;
  color: #3f3f3f;
  padding-top: 12px;
  padding-left: 43px; }
  .kopietext a {
    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); }

/* .kopie_wrapper label::after {
    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);
} */
.linksperre {
  cursor: not-allowed; }

.linksperre > a {
  pointer-events: none;
  text-decoration: none; }

.logo-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center; }
  .logo-wrapper .button {
    margin-top: 0; }

.nav-container {
  box-shadow: 0px 6px 29px -25px;
  background-color: #fff;
  position: fixed;
  top: 0;
  z-index: 99;
  width: 100%;
  transition: all 0.3s; }
  .nav-container img.logo {
    max-width: 320px;
    margin-top: 16px;
    transition: all 0.3s;
    margin-bottom: 10px; }
  .nav-container nav {
    width: 100%;
    background: #fff;
    padding: 1px 0;
    height: 55px;
    border-top: 1px solid #e1dede; }
  .nav-container ul.menu li {
    margin: 15px;
    display: inline;
    position: relative;
    padding-bottom: 40px; }
    .nav-container ul.menu li:last-child {
      margin: 0 0 0 10px; }
    .nav-container ul.menu li:hover > ul {
      display: block !important; }
    .nav-container ul.menu li a {
      color: var(--main);
      font-family: 'Inter', sans-serif;
      font-weight: 600;
      transition: all 0.3s;
      font-size: 20px; }
      .nav-container ul.menu li a:hover, .nav-container ul.menu li a:active {
        transition: all 0.3s;
        /* font-weight: 700; */
        color: var(--main);
        border-bottom: 2px solid var(--main); }
    .nav-container ul.menu li ul.sub-menu {
      display: none;
      width: max-content;
      position: absolute;
      background: var(--lightgrey);
      left: 0px;
      top: 38px;
      padding: 10px 15px 15px 0;
      box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.4); }
      .nav-container ul.menu li ul.sub-menu li {
        display: block;
        width: 100%;
        margin-top: 0;
        padding: 10px 0;
        margin-left: 45px;
        margin-bottom: 0px; }
        .nav-container ul.menu li ul.sub-menu li:before {
          font-family: 'Font Awesome 5 Free';
          font-weight: 600;
          color: var(--main);
          content: '\f061';
          left: -25px;
          position: absolute; }
        .nav-container ul.menu li ul.sub-menu li:hover:before {
          color: var(--main2); }
        .nav-container ul.menu li ul.sub-menu li a {
          padding-left: 2px;
          display: block; }
          .nav-container ul.menu li ul.sub-menu li a:hover {
            border-bottom: none !important;
            color: var(--main2);
            transition: all 0.2s; }
  .nav-container ul.menu.burgermenu {
    overflow: scroll;
    height: 450px;
    float: unset;
    position: absolute;
    display: block;
    background-color: var(--lightgrey);
    padding: 20px;
    margin-top: 56px;
    width: 50%;
    right: 0;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.4); }
    .nav-container ul.menu.burgermenu li {
      display: block;
      padding-bottom: 5px; }
      .nav-container ul.menu.burgermenu li:last-child {
        margin: 15px; }
    .nav-container ul.menu.burgermenu ul.sub-menu {
      padding: 0 15px 0 0; }
    .nav-container ul.menu.burgermenu .sub-menu li:last-child {
      margin: 0 0 0 45px; }
  .nav-container .burger {
    display: none; }
    .nav-container .burger div {
      height: 4px;
      width: 24px;
      background-color: var(--main);
      margin: 4px; }

.nav-container.small {
  top: 0;
  transition: all 0.3s; }
  .nav-container.small .button {
    padding: 12px;
    transition: all 0.3s; }
  .nav-container.small nav {
    height: 49px; }
  .nav-container.small ul.menu {
    margin: 15px 0; }
    .nav-container.small ul.menu.burgermenu {
      margin-top: 50px; }
    .nav-container.small ul.menu ul.sub-menu {
      top: 33px; }
  .nav-container.small img.logo {
    margin-top: 5px;
    margin-bottom: 3px;
    transition: all 0.3s;
    max-width: 120px; }

section.banner {
  height: 600px;
  position: relative;
  padding: 100px 0 0 0;
  background-color: var(--maindark); }
  section.banner img {
    object-fit: cover;
    height: 600px; }
  section.banner .bannerbox {
    position: relative;
    background-color: var(--main);
    padding: 50px;
    max-width: 500px;
    margin: -180px auto;
    text-align: center; }
    section.banner .bannerbox h1 {
      color: #fff;
      margin-bottom: 10px;
      font-size: 40px; }
    section.banner .bannerbox h2 {
      color: #fff;
      margin: 5px 0;
      font-size: 31px; }
    section.banner .bannerbox p {
      color: #f1f1f1;
      margin-top: 0;
      margin-bottom: 0;
      font-size: 19px;
      line-height: 27px; }

.subpage .banner-subpage {
  background-size: cover;
  height: 300px;
  padding-top: 150px;
  background-position: 0px -200px; }

section.leistungen .leistungenbox {
  background-color: #fff;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.4); }
  section.leistungen .leistungenbox .leistungentitel {
    background-color: var(--main);
    padding: 15px;
    text-align: center; }
    section.leistungen .leistungenbox .leistungentitel h1 {
      color: #fff;
      font-size: 25px;
      margin: 0; }
  section.leistungen .leistungenbox img {
    display: block; }
  section.leistungen .leistungenbox .leistungencontent {
    padding: 20px; }

figcaption {
  display: none !important; }

.fotocredits, .fotocredits a {
  font-size: 15px;
  margin-top: -12px;
  text-align: right; }

.infobox {
  position: relative;
  transition: all 0.3s;
  background-color: var(--main);
  padding: 20px 30px;
  z-index: 0;
  margin: 10px 0; }
  .infobox h1, .infobox h2, .infobox h3 {
    color: #fff;
    margin-top: 10px; }
  .infobox p, .infobox ul li, .infobox ul li:before, .infobox a {
    color: #f1f1f1; }
  .infobox a {
    text-decoration: underline;
    font-weight: 600; }
  .infobox i {
    position: absolute;
    bottom: 25px;
    right: 30px;
    color: #fff;
    font-size: 90px;
    font-weight: 600;
    opacity: 0.3;
    z-index: -1;
    font-family: 'Font Awesome 5 Free'; }
  .infobox.infobox2 {
    background-color: var(--main2); }
  .infobox.infobox3 {
    background-color: var(--lightgrey); }
    .infobox.infobox3 h1, .infobox.infobox3 h2, .infobox.infobox3 h3 {
      color: var(--main); }
    .infobox.infobox3 p, .infobox.infobox3 ul li, .infobox.infobox3 a {
      color: var(--darkgrey); }
    .infobox.infobox3 ul li:before {
      color: #42a51a; }
    .infobox.infobox3 i {
      opacity: 0.8; }

section.grey {
  background-color: var(--lightgrey); }

section.portrait img {
  max-width: 250px; }

.quote {
  position: relative;
  z-index: 0; }
  .quote p {
    line-height: 26px; }
  .quote:before {
    position: absolute;
    content: '"';
    font-size: 150px;
    top: -50px;
    left: -20px;
    color: var(--darkgrey);
    opacity: 0.1;
    z-index: -1;
    font-family: 'Secular One', sans-serif; }

section.contentbanner {
  background-image: url(/wp-content/uploads/2022/01/shutterstock_1482552329-1.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover; }
  section.contentbanner.contentbanner2 {
    background-image: url(/wp-content/uploads/2022/01/shutterstock_1513686956-1.jpg); }
  section.contentbanner .contentbanner-text {
    text-align: center;
    margin: 0 auto;
    max-width: 460px; }
    section.contentbanner .contentbanner-text h1 {
      font-size: 40px;
      color: #fff; }
    section.contentbanner .contentbanner-text p {
      color: #fff;
      font-size: 25px;
      line-height: 30px;
      font-weight: 500; }

section.contact table, section.contact th, section.contact td {
  border-spacing: 0;
  padding: 0;
  color: #3f3f3f;
  border: 0; }
section.contact table tr td {
  margin: 0;
  padding: 5px 0; }
section.contact table td {
  min-width: 150px; }
section.contact a.contactphone {
  font-size: 30px;
  margin: 20px 0;
  font-weight: 600;
  font-family: 'Inter'; }
  section.contact a.contactphone:hover {
    border-bottom: 2px solid var(--main); }
  section.contact a.contactphone i {
    margin-right: 10px; }

section.aktionen img {
  height: 410px; }
section.aktionen .aktionencontainer {
  margin: 0 auto;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2);
  padding: 30px 50px;
  position: relative; }
  section.aktionen .aktionencontainer P {
    font-size: 15px; }
    section.aktionen .aktionencontainer P span {
      color: var(--main); }
  section.aktionen .aktionencontainer p.first {
    margin-bottom: 2px;
    margin-top: 10px;
    color: var(--main);
    font-weight: 600; }

section.video .videocontainer {
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2);
  padding: 30px 50px;
  background-color: var(--mainlight);
  position: relative;
  height: 300px; }
  section.video .videocontainer img {
    position: absolute;
    width: 60px;
    top: 150px;
    left: 250px; }

.akkordeon-container {
  margin: 10px 0; }
  .akkordeon-container .akkordeon-leiste {
    background-color: var(--lightgrey);
    padding: 20px;
    border: 1px solid var(--mainlight);
    position: relative;
    cursor: pointer; }
    .akkordeon-container .akkordeon-leiste h3 {
      margin: 0; }
    .akkordeon-container .akkordeon-leiste::before {
      position: absolute;
      right: 30px;
      top: 10px;
      content: '\f0d7';
      font-family: 'Font Awesome 5 Free';
      color: var(--main);
      font-size: 38px; }
  .akkordeon-container .akkordeon-inhalt {
    padding: 10px 20px;
    background: var(--lightgrey);
    border: 1px solid var(--mainlight);
    border-top: none;
    display: none; }
    .akkordeon-container .akkordeon-inhalt.active {
      display: block; }

.lwptoc_i {
  background: var(--lightgrey);
  padding: 20px !important; }
  .lwptoc_i .lwptoc_title {
    font-family: 'Inter', sans-serif;
    letter-spacing: 0.5px;
    color: var(--main);
    font-size: 20px; }
  .lwptoc_i .lwptoc_item {
    margin-left: 22px;
    position: relative; }
    .lwptoc_i .lwptoc_item a {
      color: var(--darkgrey); }
    .lwptoc_i .lwptoc_item:before {
      position: absolute;
      content: '\f111';
      font-family: 'Font Awesome 5 Free';
      color: var(--main);
      margin-left: -22px;
      top: 4px;
      font-size: 12px; }

.wp-block-columns {
  margin-bottom: 0 !important; }

.section-nav {
  position: fixed;
  bottom: 40px;
  right: 50px;
  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);
    width: 40px;
    height: 40px;
    background-image: url(../img/arrow-up.png);
    background-size: 100%; }
  .section-nav .section-nav-bottom {
    background: var(--main2);
    width: 40px;
    height: 40px;
    background-image: url(../img/arrow-down.png);
    background-size: 100%; }

footer.burgermenu {
  filter: blur(5px);
  background-color: #ccc; }
footer .footercontainer1 {
  background-color: var(--lightgrey);
  padding: 50px 0; }
  footer .footercontainer1 a {
    color: var(--darkgrey); }
  footer .footercontainer1 a.contactphone {
    font-size: 30px;
    margin: 20px 0;
    font-weight: 600;
    color: var(--main); }
    footer .footercontainer1 a.contactphone:hover {
      border-bottom: 2px solid var(--main); }
    footer .footercontainer1 a.contactphone i {
      color: var(--main);
      margin-right: 10px; }
  footer .footercontainer1 ul li {
    margin-left: 25px;
    position: relative; }
    footer .footercontainer1 ul li:before {
      font-family: 'Font Awesome 5 Free';
      font-weight: 600;
      color: var(--main);
      content: '\f061';
      left: -25px;
      position: absolute; }
footer .footercontainer2 {
  background-color: var(--maindark);
  padding-top: 20px; }
  footer .footercontainer2 .wrapper {
    display: flex;
    justify-content: space-between; }
  footer .footercontainer2 p, footer .footercontainer2 ul li, footer .footercontainer2 a {
    color: #fff; }
  footer .footercontainer2 a {
    margin-left: 10px; }
footer hr {
  margin: 30px 0; }
footer a:hover {
  border-bottom: 2px solid var(--main); }
footer ul {
  margin: 0; }
footer table, footer th, footer td {
  color: #fff;
  border: none;
  padding: 0; }

.lp .grid-container-x2 {
  grid-gap: 60px; }
.lp section {
  padding: 90px 0; }
.lp section.orange img.contentimg {
  height: 586px; }
.lp section.contentbanner .button {
  width: fit-content;
  margin: 0 auto; }
.lp section.contentbanner .contentbanner-text {
  text-align: center;
  margin: 0 auto;
  max-width: 920px; }
  .lp section.contentbanner .contentbanner-text p {
    text-shadow: 0px 0px 40px #000;
    font-size: 24px;
    line-height: 33px; }

.button.button-light {
  color: var(--main);
  width: fit-content;
  margin: 20px auto 0;
  background-color: #fff; }
  .button.button-light:hover {
    background-color: #f5f5f5; }

.owl-carousel {
  font-style: italic; }

.owl-carousel .owl-item img {
  width: 70% !important; }

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
  color: unset !important;
  width: unset !important;
  border: none !important; }
  .owl-carousel .owl-nav button.owl-next:hover, .owl-carousel .owl-nav button.owl-prev:hover {
    background-color: transparent !important; }

.owl-carousel button.owl-dot {
  border: none !important; }
  .owl-carousel button.owl-dot:hover {
    background-color: transparent !important; }

  /* .no-js .owl-carousel, .owl-carousel.owl-loaded {
      display: inline-grid!important;

  } */
.owl-carousel .owl-item img {
  display: inline !important; }

.owl-dot.active {
  background: var(--main) !important;
  width: 15px !important;
  height: 15px !important;
  float: left;
  margin: 0 5px; }

.owl-dot {
  width: 15px !important;
  height: 15px !important;
  background: #cccccc !important;
  float: left;
  margin: 0 5px; }
  .owl-dot:focus {
    outline: none !important; }

.owl-dots {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center; }

.owl-carousel {
  padding: 20px;
  width: 100%;
  position: relative; }

.owl-nav {
  position: absolute;
  top: 42%;
  left: 0px;
  right: 10px;
  /* z-index: -1; */ }

.owl-prev {
  float: left;
  margin-top: -30px;
  font-size: 60px !important; }
  .owl-prev i {
    color: var(--main);
    transition: 0.2s all; }
    .owl-prev i:hover {
      color: var(--mainlight) !important;
      transition: 0.2s all; }
  .owl-prev:focus {
    outline: none !important; }

.owl-next {
  float: right;
  margin-top: -30px;
  font-size: 60px !important; }
  .owl-next i {
    color: var(--main);
    transition: 0.2s all; }
    .owl-next i:hover {
      color: var(--mainlight) !important;
      transition: 0.2s all; }
  .owl-next:focus {
    outline: none !important; }

@media (max-width: 1750px) {
  section.banner img {
    object-position: top; } }
@media (max-width: 1200px) {
  .nav-container .burger {
    display: block;
    float: right;
    margin-top: 14px;
    /* &.burgermenu {
        margin-top: 30px;
    } */ }
  .nav-container .wrapper {
    width: unset !important; }
  .nav-container ul.menu {
    display: none; }
    .nav-container ul.menu li#menu-item-137 {
      padding-bottom: 5px; }
    .nav-container ul.menu li ul.sub-menu {
      display: block;
      position: relative;
      width: unset;
      background-color: unset;
      box-shadow: unset;
      border-radius: unset;
      top: 9px; }
      .nav-container ul.menu li ul.sub-menu li {
        padding: 10px 0; }
        .nav-container ul.menu li ul.sub-menu li a {
          padding-left: 0; }

  .nav-container.small .burger {
    margin-top: 10px;
    /* &.burgermenu {
         margin-top: 6px;
    } */ }
  .nav-container.small ul.menu li ul.sub-menu {
    top: 9px; } }
@media (max-width: 1180px) {
  section.banner img {
    object-position: center; } }
@media (max-width: 1000px) {
  p.contact-icons a.tel span, p.contact-icons a.mail span {
    display: none; } }
@media (max-width: 900px) {
  section.lp-banner {
    height: unset; }

  .grid-container-x2, .grid-container-x3, .grid-container-x2-1, .grid-container-1-x2, .grid-container-x2-3 {
    grid-template-columns: 1fr; }

  .grid-container-x2-1, .grid-container-1-x2, .grid-container-x2-3 {
    grid-gap: 50px; }

  section.customertype img.contentimg {
    height: 300px; }

  div.footercontainer {
    text-align: center; }

  .subpage .banner-subpage {
    height: 250px;
    background-position: top; }

  .lp .nav-container img.logo {
    max-width: 350px;
    margin: 20px 0; }

  .lp .nav-container.small img.logo {
    max-width: 300px;
    margin: -26px 0; } }
@media (max-width: 800px) {
  .wrapper {
    padding: 0 30px; } }
@media (max-width: 700px) {
  .akkordeon-container .akkordeon-leiste {
    padding-right: 70px; }

  .nav-container img.logo {
    max-width: 350px;
    margin: 0px 0; }

  .logo-wrapper .button {
    padding: 10px;
    margin-left: 40px; }

  .lp .nav-container img.logo {
    max-width: 300px;
    margin: 20px 0; }

  .lp .nav-container.small img.logo {
    max-width: 300px;
    margin: -26px 0; }

  .subpage .banner-subpage {
    background-position: 0 100px; }

  .lp .button span {
    display: none; } }
@media (max-width: 620px) {
  section.banner {
    height: 480px; }
    section.banner img {
      height: 480px; }
    section.banner .bannerbox {
      padding: 30px; }
      section.banner .bannerbox h1 {
        font-size: 30px; }
      section.banner .bannerbox p {
        font-size: 16px;
        line-height: 22px; } }
@media (max-width: 570px) {
  section.banner .bannerbox h1 {
    font-size: 25px; }

  footer .footermenu {
    display: block;
    float: unset; }
    footer .footermenu li {
      display: block;
      margin: 20px; }

  section.lp-banner h1 {
    font-size: 30px; } }
@media (max-width: 500px) {
  .wrapper {
    padding: 0 25px; }

  .nav-container {
    height: 120px; }
    .nav-container img.logo {
      max-width: 300px; }
    .nav-container .button {
      margin-top: 5px;
      margin-left: 20px; }
    .nav-container ul.menu.burgermenu {
      width: 65%; }

  .lp .nav-container img.logo {
    margin: 0px 0; }

  section.banner {
    padding: 120px 0 0 0;
    height: 450px; }
    section.banner img {
      height: 450px; }

  input, textarea {
    width: 270px !important; }

  input#kopie, input#datenschutz {
    width: 100% !important; }

  .overlay {
    padding: 30px; }

  .footercontainer1 .wrapper, .footercontainer2 .wrapper {
    flex-direction: column;
    grid-gap: 20px; }
    .footercontainer1 .wrapper h2, .footercontainer2 .wrapper h2 {
      text-align: center; }

  footer .footercontainer2 {
    padding: 20px 0;
    text-align: center; }

  .section-nav {
    bottom: 20px;
    right: 20px; }

  .nav-container.small ul.menu.burgermenu {
    margin-top: 56px; } }
@media (max-width: 450px) {
  .subpage .banner-subpage {
    height: 150px; }

  .nav-container img.logo {
    max-width: 250px !important; }

  .nav-container.small img.logo {
    max-width: 200px !important; }

  section.orange h1 {
    text-align: center; }
  section.orange ul li {
    margin-top: 110px;
    margin-left: 0;
    text-align: center; }
    section.orange ul li.trainer:before, section.orange ul li.training:before, section.orange ul li.doctor:before, section.orange ul li.back:before, section.orange ul li.check:before {
      margin-left: 110px;
      margin-top: -90px; } }
@media (max-width: 400px) {
  section.lp-banner h1 {
    font-size: 25px; }

  section.banner .bannerbox h1 {
    font-size: 20px; }

  .overlay {
    padding: 20px; }

  .lp .nav-container img.logo {
    max-width: 210px !important; }

  .lp-infobox {
    padding: 20px; }

  .lp-infobox ul li {
    margin-left: 110px; }
    .lp-infobox ul li span {
      font-size: 30px; }
      .lp-infobox ul li span.euro {
        left: -108px !important; }
      .lp-infobox ul li span.tage, .lp-infobox ul li span.massnahmen, .lp-infobox ul li span.sport {
        left: -75px !important; } }

/*# sourceMappingURL=style.css.map */
