
html {
  overflow-x: hidden;
}
html body {
  font-family: "InputMono";
  overflow-x: hidden;
}
html body #wrapper {
  width: 100%;
  min-height: 100vh;
  padding-top: 115px;
  padding-bottom: 102px;
  position: relative;
}

header#header {
  display: flex;
  width: 100%;
  padding: 64px 12% 0;
  justify-content: space-between;
  position: fixed;
  top: 0;
  z-index: 10;
  background: rgba(255, 255, 255, 0);
  transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
}
header#header #branding {
  width: 100%;
  max-width: 252px;
}
header#header nav#menu {
  flex-grow: 1;
}
header#header nav#menu .sdfc-mainmenu {
  position: relative;
  top: 10px;
}
header#header nav#menu .sdfc-mainmenu .acf-nav-menu ul#menu-hauptmenue {
  text-align: right;
}
header#header nav#menu .sdfc-mainmenu .acf-nav-menu ul#menu-hauptmenue li {
  display: inline;
  margin-right: 3.9%;
  position: relative;
  z-index: 1;
}
header#header nav#menu .sdfc-mainmenu .acf-nav-menu ul#menu-hauptmenue li a {
  color: var(--sl-main-color);
  text-decoration: none;
  text-transform: uppercase;
  font-size: 25px;
  line-height: 120%;
  font-family: "InputMono";
  transition: font-weight 0.2s ease-in-out;
  outline: 0;
}
header#header nav#menu .sdfc-mainmenu .acf-nav-menu ul#menu-hauptmenue li a:hover {
  font-weight: 700;
}
header#header nav#menu .sdfc-mainmenu .acf-nav-menu ul#menu-hauptmenue li:last-child {
  margin-right: 0;
}
header#header nav#menu .sdfc-mainmenu .acf-nav-menu ul#menu-hauptmenue li ul.sub-menu {
  position: absolute;
  left: -20px;
  top: 20px;
  z-index: -1;
  text-align: left;
  background: rgba(0, 0, 0, 0.85);
  border-radius: 10px;
  padding: 10px;
  padding-left: 20px;
  padding-top: 65px;
  width: calc(100% + 40px);
  opacity: 0;
  visibility: hidden;
  transition: visibility 0.2s ease-out, opacity 0.2s ease-out, top 0.2s ease-out;
}
header#header nav#menu .sdfc-mainmenu .acf-nav-menu ul#menu-hauptmenue li ul.sub-menu li {
  margin-right: 0;
  margin-bottom: 10px;
  display: inline-block;
  width: 100%;
}
header#header nav#menu .sdfc-mainmenu .acf-nav-menu ul#menu-hauptmenue li ul.sub-menu li a {
  font-size: 12px;
  color: #fff;
  line-height: 20px;
  font-style: normal;
}
header#header nav#menu .sdfc-mainmenu .acf-nav-menu ul#menu-hauptmenue li.menuitem_active a {
  color: #fff;
  font-style: italic;
}
header#header nav#menu .sdfc-mainmenu .acf-nav-menu ul#menu-hauptmenue li.menuitem_active ul.sub-menu {
  opacity: 1;
  visibility: visible;
  top: -20px;
}
header#header .hamburger {
  display: none;
}
header#header .hamburger .hamburger-box .hamburger-inner {
  height: 2px;
}
header#header .hamburger .hamburger-box .hamburger-inner:before {
  height: 2px;
}
header#header .hamburger .hamburger-box .hamburger-inner:after {
  height: 2px;
}
header#header .hamburger.is-active {
  opacity: 1 !important;
}
header#header .hamburger.is-active .hamburger-box .hamburger-inner {
  background-color: #fff !important;
}
header#header .hamburger.is-active .hamburger-box .hamburger-inner:after {
  background-color: #fff !important;
}

header#header.sdfc-scrolled-down {
  background: rgba(255, 255, 255, 0.65);
  padding: 40px 10% 15px;
}

#container {
  margin-top: 120px;
  padding-bottom: 40px;
}

.entry-content .sdfc-link-anchor {
  position: relative;
  top: -103px;
}
.entry-content .module.teaser {
  width: 100%;
  clear: both;
}
.entry-content .module.teaser .teaser-inner .teaser-bild img {
  width: 100%;
  border-radius: 40px;
}
.entry-content .module.teaser .teaser-inner .teaser-bild-mobil {
  display: none;
}
.entry-content .module.teaser .teaser-inner .teaser-bild-mobil img {
  width: 100%;
  border-radius: 40px;
}
.entry-content .module.teaser .teaser-inner .teaser-headline {
  margin-top: 110px;
}
.entry-content .module.teaser .teaser-inner .teaser-headline h2 {
  font-family: "InputMono";
  font-size: 38px;
  line-height: 118.42%;
  font-weight: bold;
  font-style: italic;
}
.entry-content .module.teaser .teaser-inner .teaser-headline h2 .teaser-subline {
  font-weight: normal;
  font-style: normal;
}
.entry-content .module.teaser .teaser-inner .teaser-text {
  margin-top: 79px;
  display: flex;
  gap: 39px;
}
.entry-content .module.teaser .teaser-inner .teaser-text .colleft {
  width: 50%;
}
.entry-content .module.teaser .teaser-inner .teaser-text .colleft p {
  font-family: "InputMono" !important;
  font-size: 24px;
  line-height: 120%;
}
.entry-content .module.teaser .teaser-inner .teaser-text .colright {
  width: 50%;
}
.entry-content .module.teaser .teaser-inner .teaser-text .colright p {
  font-family: "InputMono" !important;
  font-size: 24px;
  line-height: 120%;
}
.entry-content .module.teaser .teaser-inner .teaser-text .colright .teaser_button {
  margin-top: 90px;
  background: var(--sl-main-color);
  display: inline-block;
  padding: 5px 15px 9px;
  border-radius: 5px;
}
.entry-content .module.teaser .teaser-inner .teaser-text .colright .teaser_button a {
  font-size: 20px;
  font-style: italic;
  line-height: 120%;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  text-align: center;
}
.entry-content .module.teaser .abstand-mobil-unten {
  display: none;
}
.entry-content .module.teaser.teaser-schmal {
  padding: 0 12%;
}
.entry-content .module.slider {
  width: 100%;
  clear: both;
}
.entry-content .module.slider .slide {
  position: relative;
}
.entry-content .module.slider .slide img {
  width: 100%;
}
.entry-content .module.slider .slide .slide-text {
  position: absolute;
  bottom: 20%;
  left: 15%;
}
.entry-content .module.slider .slide .slide-text .slider-schrift {
  color: #fff;
  font-family: "InputMono";
  text-transform: uppercase;
  font-size: 45px;
  font-weight: bold;
  font-style: italic;
}
.entry-content .module.slider .slide .slide-text .slider-button {
  display: inline-block;
  margin-top: 37px;
  width: auto;
  color: var(--sl-main-color);
  background: #fff;
  padding: 10px 40px;
  border-radius: 10px;
  font-family: "InputMono";
  text-transform: uppercase;
  font-size: 30px;
  font-weight: bold;
  font-style: italic;
}
.entry-content .module.slider .slick-arrow {
  width: 120px;
  height: 120px;
  z-index: 1;
}
.entry-content .module.slider .slick-arrow.slick-prev {
  left: calc(12% - 120px) !important;
}
.entry-content .module.slider .slick-arrow.slick-prev:before {
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  background-image: url("../img/chevron.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  transform: rotate(180deg);
}
.entry-content .module.slider .slick-arrow.slick-next {
  right: calc(12% - 120px) !important;
}
.entry-content .module.slider .slick-arrow.slick-next:before {
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  background-image: url("../img/chevron.svg");
  background-size: 100%;
  background-repeat: no-repeat;
}
.entry-content .module.slider.slider-mobil {
  display: none;
}
.entry-content .module.thumbgallery {
  padding: 0 calc(12% - 4px) 0;
  width: 100%;
  clear: both;
}
.entry-content .module.thumbgallery .abstand-mobil-oben {
  display: none;
}
.entry-content .module.thumbgallery .abstand-mobil-unten {
  display: none;
}
.entry-content .module.thumbgallery .thumbgal-ueberschrift h2 {
  font-size: 55px;
  color: var(--sl-main-color);
  font-weight: 900;
  font-style: italic;
  line-height: 120%;
}
.entry-content .module.thumbgallery .thumbgal-text {
  width: 50%;
  padding-top: 78px;
}
.entry-content .module.thumbgallery .thumbgal-text p {
  font-family: "InputMono" !important;
  font-size: 24px;
  line-height: 120%;
}
.entry-content .module.thumbgallery .gallery-wrapper {
  padding-top: 86px;
  display: flex;
  flex-direction: row;
  gap: 100px;
  flex-wrap: wrap;
}
.entry-content .module.thumbgallery .gallery-wrapper .gallery {
  width: calc(33.33% - 66.66px);
  flex-basis: calc(33.33% - 66.66px);
}
.entry-content .module.thumbgallery .gallery-wrapper .gallery .gal_uberschrift h3 {
  font-size: 24px;
  font-style: italic;
  line-height: 120%;
  font-weight: bold;
  padding-bottom: 22px;
  white-space: nowrap;
}
.entry-content .module.thumbgallery .gallery-wrapper .gallery .slider-top {
  padding-bottom: 19px;
}
.entry-content .module.thumbgallery .gallery-wrapper .gallery .slider-top .img-border {
  border: 3px solid var(--sl-main-color);
  border-radius: 20px;
  transform: scaleX(0.99);
}
.entry-content .module.thumbgallery .gallery-wrapper .gallery .slider-top .img-border img {
  width: 100%;
  border-radius: 18px;
}
.entry-content .module.thumbgallery .gallery-wrapper .gallery .slider-bottom {
  margin: 0 -15px;
}
.entry-content .module.thumbgallery .gallery-wrapper .gallery .slider-bottom .wrap {
  margin: 0 3%;
}
.entry-content .module.thumbgallery .gallery-wrapper .gallery .slider-bottom .wrap img {
  border: 3px solid var(--sl-main-color);
  border-radius: 20px;
  width: 100%;
}
.entry-content .module.thumbgallery .gallery-wrapper .gallery .slider-bottom .slick-prev {
  left: -14px;
}
.entry-content .module.thumbgallery .gallery-wrapper .gallery .slider-bottom .slick-next {
  right: -10px;
}
.entry-content .module.thumbgallery .gallery-wrapper .gallery .gal_button {
  margin-top: 90px;
  background: var(--sl-main-color);
  display: inline-block;
  padding: 5px 15px 9px;
  border-radius: 5px;
}
.entry-content .module.thumbgallery .gallery-wrapper .gallery .gal_button a {
  font-size: 20px;
  font-style: italic;
  line-height: 120%;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  text-align: center;
}
.entry-content .module.thumbgallery.border {
  border: 8px solid var(--sl-main-color);
  border-radius: 50px;
  margin-bottom: -8px;
}
.entry-content .module.text-bild-kombi {
  padding: 0 calc(12% - 4px) 0;
  width: 100%;
  border-radius: 50px;
  clear: both;
  outline: none;
}
.entry-content .module.text-bild-kombi .abstand-mobil-oben {
  display: none;
}
.entry-content .module.text-bild-kombi .abstand-mobil-unten {
  display: none;
}
.entry-content .module.text-bild-kombi .bildtext-ueberschrift h2 {
  font-size: 55px;
  color: var(--sl-main-color);
  font-weight: 900;
  font-style: italic;
  line-height: 120%;
}
.entry-content .module.text-bild-kombi p {
  font-family: "InputMono" !important;
  font-size: 24px;
  line-height: 120%;
}
.entry-content .module.text-bild-kombi .colleft {
  margin-top: 35px;
}
.entry-content .module.text-bild-kombi .colright {
  margin-top: 35px;
}
.entry-content .module.text-bild-kombi .content-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 9%;
}
.entry-content .module.text-bild-kombi .bilder-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 9%;
}
.entry-content .module.text-bild-kombi .bilder-wrapper .bild {
  display: flex;
  padding-top: 30%;
}
.entry-content .module.text-bild-kombi .bilder-wrapper .bild img {
  width: 100%;
}
.entry-content .module.text-bild-kombi .thumbnails {
  margin: 0 -7px;
  margin-top: 92px;
}
.entry-content .module.text-bild-kombi .thumbnails .thumb-row {
  width: calc(33.33% - 14px);
  float: left;
  margin: 0 7px;
}
.entry-content .module.text-bild-kombi .thumbnails .galeriebild {
  margin: 7px 0;
  position: relative;
}
.entry-content .module.text-bild-kombi .thumbnails .galeriebild img {
  width: 100%;
}
.entry-content .module.text-bild-kombi .thumbnails .galeriebild .beschriftung {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 100%;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: rgba(255, 255, 255, 0.8);
  opacity: 0;
  transition: opacity 0.25s ease-in-out 0.2s;
  cursor: default;
}
.entry-content .module.text-bild-kombi .thumbnails .galeriebild .beschriftung p {
  display: block;
}
.entry-content .module.text-bild-kombi .thumbnails .galeriebild:hover .beschriftung {
  opacity: 1;
}
.entry-content .module.text-bild-kombi .thumbnails .thumbnails-mobil {
  display: none;
}
.entry-content .module.text-bild-kombi.border {
  border: 8px solid var(--sl-main-color);
  margin-bottom: -8px;
}
.entry-content .module.text-bild-kombi.unten-offen {
  margin-bottom: -85px;
}
.entry-content .module.text-bild-kombi.mitabstand .bildtext-text {
  grid-column-gap: 0;
}
.entry-content .module.text-bild-kombi.mitabstand .bildtext-text .colright {
  padding-left: 18%;
}
.entry-content .module.text-bild-kombi.mitabstand .bilder-wrapper .bild:nth-child(2n) {
  margin-left: 18%;
}
.entry-content .module.text-bild-kombi.mitabstand .thumbnails-wrapper {
  gap: 18%;
}
.entry-content .module.kategorie {
  padding: 0 calc(12% - 4px) 0;
  width: 100%;
  border-radius: 50px;
  clear: both;
}
.entry-content .module.kategorie .abstand-mobil-oben {
  display: none;
}
.entry-content .module.kategorie .abstand-mobil-unten {
  display: none;
}
.entry-content .module.kategorie .kategorie-kategorie {
  background: var(--sl-main-color);
  padding: 7px 22px;
  border-radius: 5px;
  font-size: 20px;
  font-style: italic;
  line-height: 120%;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  text-transform: uppercase;
  margin-right: 18px;
}
.entry-content .module.kategorie .kategorie-ueberschrift {
  display: inline-block;
  font-size: 20px;
  line-height: 120%;
  color: #000;
  text-decoration: none;
}
.entry-content .module.kategorie .kategorie-spalten {
  display: grid;
  grid-template-columns: repeat(5, 14.4%);
  grid-column-gap: 7%;
  margin-top: 35px;
}
.entry-content .module.kategorie .kategorie-spalten .kategorie-spalte {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.entry-content .module.kategorie .kategorie-spalten .kategorie-spalte .bild-wrapper {
  margin-bottom: 0px;
  display: flex;
  height: auto;
  min-height: 70%;
  align-items: center;
}
.entry-content .module.kategorie .kategorie-spalten .kategorie-spalte .bild-wrapper img {
  width: 100%;
}
.entry-content .module.kategorie .kategorie-spalten .kategorie-spalte .spalte-titel {
  font-size: 24px;
  line-height: 120%;
  font-weight: 600;
  hyphens: auto;
  padding-top: 20px;
}
.entry-content .module.kategorie .kategorie-spalten .kategorie-spalte .spalte-subtitel {
  font-size: 24px;
  line-height: 120%;
  hyphens: auto;
}
.entry-content .module.kategorie.border {
  border: 8px solid var(--sl-main-color);
  margin-bottom: -8px;
}
.entry-content .module.kategorie.unten-offen {
  margin-bottom: -85px;
  padding-bottom: 85px;
}
.entry-content .module.kategorie_zeispaltig {
  padding: 0 calc(12% - 4px) 0;
  width: 100%;
  clear: both;
}
.entry-content .module.kategorie_zeispaltig .abstand-mobil-oben {
  display: none;
}
.entry-content .module.kategorie_zeispaltig .abstand-mobil-unten {
  display: none;
}
.entry-content .module.kategorie_zeispaltig .kategorie-ueberschrift {
  font-size: 55px;
  font-style: italic;
  font-weight: 900;
  line-height: 120%;
  text-transform: uppercase;
  margin-bottom: 8%;
}
.entry-content .module.kategorie_zeispaltig .kategorie-text {
  margin-bottom: 7%;
}
.entry-content .module.kategorie_zeispaltig .kategorie-text h1 {
  font-family: "InputMono";
  font-size: 38px;
  line-height: 118.42%;
  font-weight: bold;
  font-style: italic;
  margin-bottom: 40px;
}
.entry-content .module.kategorie_zeispaltig .kategorie-text h1 .teaser-subline {
  font-weight: normal;
  font-style: normal;
}
.entry-content .module.kategorie_zeispaltig .kategorie-text h2 {
  font-family: "InputMono";
  font-size: 38px;
  line-height: 118.42%;
  font-weight: bold;
  font-style: italic;
  margin-bottom: 40px;
}
.entry-content .module.kategorie_zeispaltig .kategorie-text h2 .teaser-subline {
  font-weight: normal;
  font-style: normal;
}
.entry-content .module.kategorie_zeispaltig .kategorie-text h3 {
  font-family: "InputMono";
  font-size: 38px;
  line-height: 118.42%;
  font-weight: bold;
  font-style: italic;
  margin-bottom: 40px;
}
.entry-content .module.kategorie_zeispaltig .kategorie-text h3 .teaser-subline {
  font-weight: normal;
  font-style: normal;
}
.entry-content .module.kategorie_zeispaltig .kategorie-text h4 {
  font-family: "InputMono";
  font-size: 38px;
  line-height: 118.42%;
  font-weight: bold;
  font-style: italic;
  margin-bottom: 40px;
}
.entry-content .module.kategorie_zeispaltig .kategorie-text h4 .teaser-subline {
  font-weight: normal;
  font-style: normal;
}
.entry-content .module.kategorie_zeispaltig .kategorie-text h5 {
  font-family: "InputMono";
  font-size: 38px;
  line-height: 118.42%;
  font-weight: bold;
  font-style: italic;
  margin-bottom: 40px;
}
.entry-content .module.kategorie_zeispaltig .kategorie-text h5 .teaser-subline {
  font-weight: normal;
  font-style: normal;
}
.entry-content .module.kategorie_zeispaltig .kategorie-text h6 {
  font-family: "InputMono";
  font-size: 38px;
  line-height: 118.42%;
  font-weight: bold;
  font-style: italic;
  margin-bottom: 40px;
}
.entry-content .module.kategorie_zeispaltig .kategorie-text h6 .teaser-subline {
  font-weight: normal;
  font-style: normal;
}
.entry-content .module.kategorie_zeispaltig .kategorie-text p {
  font-family: "InputMono" !important;
  font-size: 24px;
  line-height: 120%;
}
.entry-content .module.kategorie_zeispaltig .kategorie-reihen .kategorie-reihe {
  display: grid;
  grid-template-columns: repeat(2, 50%);
  grid-column-gap: 0px;
  padding-bottom: 10%;
}
.entry-content .module.kategorie_zeispaltig .kategorie-reihen .kategorie-reihe:last-child {
  padding-bottom: 0;
}
.entry-content .module.kategorie_zeispaltig .kategorie-reihen .kategorie-reihe .reihe-bild-outer .reihe-bild-wrapper {
  position: relative;
  margin: 0 15%;
}
.entry-content .module.kategorie_zeispaltig .kategorie-reihen .kategorie-reihe .reihe-bild-outer .reihe-bild-wrapper .reihe-bild {
  position: relative;
  z-index: 1;
  opacity: 1;
  visibility: visible;
  transition: visibility 0.1s linear, opacity 0.1s linear;
}
.entry-content .module.kategorie_zeispaltig .kategorie-reihen .kategorie-reihe .reihe-bild-outer .reihe-bild-wrapper .reihe-bild img {
  width: 100%;
}
.entry-content .module.kategorie_zeispaltig .kategorie-reihen .kategorie-reihe .reihe-bild-outer .reihe-bild-mouseover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.entry-content .module.kategorie_zeispaltig .kategorie-reihen .kategorie-reihe .reihe-bild-outer .reihe-bild-mouseover img {
  width: 100%;
}
.entry-content .module.kategorie_zeispaltig .kategorie-reihen .kategorie-reihe .reihe-bild-outer:hover .reihe-bild {
  opacity: 0;
  visibility: hidden;
}
.entry-content .module.kategorie_zeispaltig .kategorie-reihen .kategorie-reihe .reihe-info-wrap .reihe-titel-wrap {
  display: flex;
  margin-bottom: 52px;
}
.entry-content .module.kategorie_zeispaltig .kategorie-reihen .kategorie-reihe .reihe-info-wrap .reihe-titel-wrap .reihe-kategorie {
  background: var(--sl-main-color);
  padding: 11px 33px;
  border-radius: 10px;
  font-size: 20px;
  font-style: italic;
  line-height: 120%;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  text-transform: uppercase;
  margin-right: 18px;
}
.entry-content .module.kategorie_zeispaltig .kategorie-reihen .kategorie-reihe .reihe-info-wrap .reihe-titel-wrap .reihe-titel {
  font-size: 25px;
  line-height: 170%;
}
.entry-content .module.kategorie_zeispaltig .kategorie-reihen .kategorie-reihe .reihe-info-wrap .reihe-text ul {
  font-size: 22px;
  line-height: 120%;
  list-style: disc;
  margin-left: 22px;
}
.entry-content .module.kategorie_zeispaltig .kategorie-reihen .kategorie-reihe .reihe-info-wrap .reihe-text ol {
  font-size: 22px;
  line-height: 120%;
}
.entry-content .module.kategorie_zeispaltig .kategorie-reihen .kategorie-reihe .reihe-info-wrap .reihe-text p {
  font-size: 22px;
  line-height: 120%;
}
.entry-content .module.kategorie_zeispaltig .kategorie-reihen .kategorie-reihe .reihe-info-wrap .reihe-text a {
  font-size: 22px;
  line-height: 120%;
}
.entry-content .module.kategorie_zeispaltig .kategorie-reihen .kategorie-reihe .reihe-info-wrap .reihe-text blockquote {
  font-size: 22px;
  line-height: 120%;
}
.entry-content .module.kategorie_zeispaltig.border {
  border-radius: 50px;
  border: 8px solid var(--sl-main-color);
  margin-bottom: -8px;
}
.entry-content .module.kategorie_zeispaltig.unten-offen {
  margin-bottom: -85px;
  padding-bottom: 92px;
}
.entry-content .module.text-bild-kombi-halb {
  display: grid;
  grid-template-columns: repeat(2, 50%);
  grid-column-gap: -4px;
}
.entry-content .module.text-bild-kombi-halb .spalte {
  padding: 0 calc(24% - 4px) 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.entry-content .module.text-bild-kombi-halb .spalte .abstand-mobil-oben {
  display: none;
}
.entry-content .module.text-bild-kombi-halb .spalte .abstand-mobil-unten {
  display: none;
}
.entry-content .module.text-bild-kombi-halb .spalte .bildtexthalb-ueberschrift h2 {
  font-size: 55px;
  line-height: 120%;
  font-weight: 900;
  font-style: italic;
  margin-bottom: 50px;
}
.entry-content .module.text-bild-kombi-halb .spalte .bildtexthalb-text p {
  font-family: "InputMono" !important;
  font-size: 24px;
  line-height: 120%;
}
.entry-content .module.text-bild-kombi-halb .spalte .bild-wrapper .bildtexthalb-bildueberschrift {
  margin-top: 50px;
  margin-bottom: 22px;
}
.entry-content .module.text-bild-kombi-halb .spalte .bild-wrapper .bildtexthalb-bildueberschrift h3 {
  font-size: 24px;
  line-height: 120%;
  font-weight: bold;
  font-style: italic;
}
.entry-content .module.text-bild-kombi-halb .spalte .bild-wrapper .bild {
  max-width: 60%;
}
.entry-content .module.text-bild-kombi-halb .spalte .bild-wrapper .bild img {
  width: 100%;
  border: 3px solid var(--sl-main-color);
  border-radius: 20px;
}
.entry-content .module.text-bild-kombi-halb .spalte .bild-wrapper .bilder {
  max-width: 60%;
}
.entry-content .module.text-bild-kombi-halb .spalte .bild-wrapper .bilder .bild-wrapper {
  border-radius: 20px;
}
.entry-content .module.text-bild-kombi-halb .spalte .bild-wrapper .bilder .bild-wrapper img {
  width: calc(100% - 2px);
  border-radius: 20px;
  border: 3px solid var(--sl-main-color);
}
.entry-content .module.text-bild-kombi-halb .spalte .bild-wrapper .bilder button.slick-arrow {
  left: -29px;
}
.entry-content .module.text-bild-kombi-halb .spalte .bild-wrapper .bilder button.slick-arrow.slick-next {
  right: -25px;
  left: auto;
}
.entry-content .module.text-bild-kombi-halb .spalte .bild-wrapper .gal_button {
  margin-top: 90px;
  background: var(--sl-main-color);
  display: inline-block;
  padding: 5px 15px 9px;
  border-radius: 5px;
}
.entry-content .module.text-bild-kombi-halb .spalte .bild-wrapper .gal_button a {
  font-size: 20px;
  font-style: italic;
  line-height: 120%;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  text-align: center;
}
.entry-content .module.text-bild-kombi-halb .spalte:nth-child(odd) {
  margin-right: -4px;
}
.entry-content .module.text-bild-kombi-halb .spalte:nth-child(even) {
  margin-left: -4px;
}
.entry-content .module.text-bild-kombi-halb .spalte.border {
  border-radius: 50px;
  border: 8px solid var(--sl-main-color);
  margin-bottom: -4px;
}
.entry-content .module.kontakt {
  padding: 120px calc(12% - 4px) 42px;
  width: 100%;
  clear: both;
  border-radius: 50px;
}
.entry-content .module.kontakt .kontakt-links-oben {
  margin-bottom: 138px;
}
.entry-content .module.kontakt .kontakt-links-oben .kontakt-ueberschrift h2 {
  font-size: 55px;
  line-height: 152%;
  font-weight: bold;
  font-style: italic;
  margin-bottom: 35px;
}
.entry-content .module.kontakt .kontakt-links-oben .kontakt-subueberschrift h3 {
  font-size: 35px;
  line-height: 120%;
  letter-spacing: -0.7px;
  margin-bottom: 51px;
}
.entry-content .module.kontakt .kontakt-links-oben .kontakt-text {
  max-width: 45%;
}
.entry-content .module.kontakt .kontakt-links-oben .kontakt-text h1 {
  font-size: 25px;
  line-height: 120%;
  margin-bottom: 12px;
}
.entry-content .module.kontakt .kontakt-links-oben .kontakt-text h2 {
  font-size: 25px;
  line-height: 120%;
  margin-bottom: 12px;
}
.entry-content .module.kontakt .kontakt-links-oben .kontakt-text h3 {
  font-size: 25px;
  line-height: 120%;
  margin-bottom: 12px;
}
.entry-content .module.kontakt .kontakt-links-oben .kontakt-text h4 {
  font-size: 25px;
  line-height: 120%;
  margin-bottom: 12px;
}
.entry-content .module.kontakt .kontakt-links-oben .kontakt-text h5 {
  font-size: 25px;
  line-height: 120%;
  margin-bottom: 12px;
}
.entry-content .module.kontakt .kontakt-links-oben .kontakt-text h6 {
  font-size: 25px;
  line-height: 120%;
  margin-bottom: 12px;
}
.entry-content .module.kontakt .kontakt-links-oben .kontakt-text p {
  font-family: "InputMono" !important;
  font-size: 24px;
  line-height: 120%;
  margin-bottom: 12px;
}
.entry-content .module.kontakt .kontakt-links-unten {
  padding-right: 10%;
}
.entry-content .module.kontakt .kontakt-links-unten .kontakt-shortcode .wpcf7 form {
  font-family: "InputMono";
  position: relative;
}
.entry-content .module.kontakt .kontakt-links-unten .kontakt-shortcode .wpcf7 form .kontaktspalten {
  display: grid;
}
.entry-content .module.kontakt .kontakt-links-unten .kontakt-shortcode .wpcf7 form .kontaktspalten .wpcf7-form-control-wrap {
  display: inline-block;
  width: 100%;
}
.entry-content .module.kontakt .kontakt-links-unten .kontakt-shortcode .wpcf7 form .kontaktspalten select {
  display: inline-block;
  width: 100%;
}
.entry-content .module.kontakt .kontakt-links-unten .kontakt-shortcode .wpcf7 form .kontaktspalten label {
  display: inline-block;
  width: 100%;
  font-size: 20px;
}
.entry-content .module.kontakt .kontakt-links-unten .kontakt-shortcode .wpcf7 form .kontaktspalten textarea {
  display: inline-block;
  width: 100%;
  height: 66px;
  border: 2px solid #fff;
  border-radius: 15px;
  background: #000;
  color: #fff;
  padding: 20px 30px;
  font-size: 20px;
  font-family: "InputMono";
  height: 150px;
  margin-top: 10px;
  margin-bottom: 97px;
  width: calc(100% + 8px);
}
.entry-content .module.kontakt .kontakt-links-unten .kontakt-shortcode .wpcf7 form .kontaktspalten textarea::-webkit-input-placeholder {
  color: #fff;
  font-size: 20px;
}
.entry-content .module.kontakt .kontakt-links-unten .kontakt-shortcode .wpcf7 form .kontaktspalten textarea::-moz-placeholder {
  color: #fff;
  font-size: 20px;
}
.entry-content .module.kontakt .kontakt-links-unten .kontakt-shortcode .wpcf7 form .kontaktspalten textarea:-ms-input-placeholder {
  color: #fff;
  font-size: 20px;
}
.entry-content .module.kontakt .kontakt-links-unten .kontakt-shortcode .wpcf7 form .kontaktspalten textarea:-moz-placeholder {
  color: #fff;
  font-size: 20px;
}
.entry-content .module.kontakt .kontakt-links-unten .kontakt-shortcode .wpcf7 form .kontaktspalten input {
  display: inline-block;
  width: 100%;
  height: 66px;
  border: 2px solid #fff;
  border-radius: 15px;
  background: #000;
  color: #fff;
  padding: 20px 30px;
  font-size: 20px;
  font-family: "InputMono";
}
.entry-content .module.kontakt .kontakt-links-unten .kontakt-shortcode .wpcf7 form .kontaktspalten input::-webkit-input-placeholder {
  color: #fff;
  font-size: 20px;
}
.entry-content .module.kontakt .kontakt-links-unten .kontakt-shortcode .wpcf7 form .kontaktspalten input::-moz-placeholder {
  color: #fff;
  font-size: 20px;
}
.entry-content .module.kontakt .kontakt-links-unten .kontakt-shortcode .wpcf7 form .kontaktspalten input:-ms-input-placeholder {
  color: #fff;
  font-size: 20px;
}
.entry-content .module.kontakt .kontakt-links-unten .kontakt-shortcode .wpcf7 form .kontaktspalten input:-moz-placeholder {
  color: #fff;
  font-size: 20px;
}
.entry-content .module.kontakt .kontakt-links-unten .kontakt-shortcode .wpcf7 form .kontaktspalten .select-wrapper .wpcf7-form-control-wrap:before {
  content: "";
  background: url("../img/chevron.svg");
  background-size: 100%;
  width: 28px;
  height: 28px;
  display: block;
  position: absolute;
  right: 25px;
  top: 18px;
  transform: rotate(90deg);
  pointer-events: none;
}
.entry-content .module.kontakt .kontakt-links-unten .kontakt-shortcode .wpcf7 form .kontaktspalten .select-wrapper .wpcf7-form-control-wrap select {
  margin-bottom: 36px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  width: calc(100% + 8px);
  padding: 10px 30px;
  height: 58px;
  background: #000;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 15px;
  font-size: 20px;
  line-height: 1.5;
  font-family: "InputMono";
}
.entry-content .module.kontakt .kontakt-links-unten .kontakt-shortcode .wpcf7 form .kontaktspalten .select-wrapper .wpcf7-form-control-wrap select option {
  font-size: 20px;
  line-height: 1;
  font-family: "InputMono";
}
.entry-content .module.kontakt .kontakt-links-unten .kontakt-shortcode .wpcf7 form .kontaktspalten .select-wrapper .wpcf7-form-control-wrap select::-ms-expand {
  display: none;
}
.entry-content .module.kontakt .kontakt-links-unten .kontakt-shortcode .wpcf7 form .kontaktspalten .wpcf7-checkbox .wpcf7-list-item {
  margin: 0;
}
.entry-content .module.kontakt .kontakt-links-unten .kontakt-shortcode .wpcf7 form .kontaktspalten .wpcf7-checkbox .wpcf7-list-item input {
  width: 27px;
  height: 27px;
  border: 2px solid #fff;
  border-radius: 5px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  padding: 0;
}
.entry-content .module.kontakt .kontakt-links-unten .kontakt-shortcode .wpcf7 form .kontaktspalten .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label {
  display: none;
}
.entry-content .module.kontakt .kontakt-links-unten .kontakt-shortcode .wpcf7 form .kontaktspalten .checkbox-wrapper {
  display: flex;
  margin-bottom: 54px;
  position: relative;
}
.entry-content .module.kontakt .kontakt-links-unten .kontakt-shortcode .wpcf7 form .kontaktspalten .checkbox-wrapper .wpcf7-form-control-wrap {
  display: inline;
  width: auto;
  margin-right: 15px;
  position: static;
}
.entry-content .module.kontakt .kontakt-links-unten .kontakt-shortcode .wpcf7 form .kontaktspalten .checkbox-wrapper .wpcf7-form-control-wrap input:checked:before {
  content: "";
  font-size: 14px;
  color: #fff;
  background: url("../img/check.svg");
  background-size: 100%;
  display: block;
  width: 24px;
  height: 24px;
}
.entry-content .module.kontakt .kontakt-links-unten .kontakt-shortcode .wpcf7 form .kontaktspalten .checkbox-wrapper .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  position: absolute;
  width: 100%;
  bottom: -34px;
  left: 48px;
}
.entry-content .module.kontakt .kontakt-links-unten .kontakt-shortcode .wpcf7 form .kontaktspalten .checkbox-wrapper .checkbox-text {
  color: #fff;
  font-size: 20px;
  line-height: 120%;
}
.entry-content .module.kontakt .kontakt-links-unten .kontakt-shortcode .wpcf7 form .kontaktspalten .checkbox-wrapper .checkbox-text a {
  color: #fff;
}
.entry-content .module.kontakt .kontakt-links-unten .kontakt-shortcode .wpcf7 form .kontaktspalten .wpcf7-submit {
  margin-top: 52px;
  width: 165px !important;
  display: inline !important;
  line-height: 1;
  cursor: pointer;
}
.entry-content .module.kontakt .kontakt-links-unten .kontakt-shortcode .wpcf7 form .kontaktspalten .wpcf7-not-valid-tip {
  font-size: 20px;
  padding: 14px 0;
}
.entry-content .module.kontakt .kontakt-links-unten .kontakt-shortcode .wpcf7 form .kontaktspalten.halb {
  grid-template-columns: repeat(2, 50%);
  grid-gap: 8px;
  margin-bottom: 14px;
}
.entry-content .module.kontakt .kontakt-links-unten .kontakt-shortcode .wpcf7 form .kontaktspalten.halb p {
  width: calc(100% - 8px);
  margin-bottom: 14px;
}
.entry-content .module.kontakt .kontakt-links-unten .kontakt-shortcode .wpcf7 form .kontaktspalten.halb p .wpcf7-form-control-wrap {
  display: inline-block;
  width: 100%;
}
.entry-content .module.kontakt .kontakt-links-unten .kontakt-shortcode .wpcf7 form .kontaktspalten.halb p select {
  display: inline-block;
  width: 100%;
}
.entry-content .module.kontakt .kontakt-links-unten .kontakt-shortcode .wpcf7 form .kontaktspalten.halb p label {
  display: inline-block;
  width: 100%;
}
.entry-content .module.kontakt .kontakt-links-unten .kontakt-shortcode .wpcf7 form .kontaktspalten.halb p textarea {
  display: inline-block;
  width: 100%;
}
.entry-content .module.kontakt .kontakt-links-unten .kontakt-shortcode .wpcf7 form .kontaktspalten.halb p input {
  display: inline-block;
  width: 100%;
}
.entry-content .module.kontakt .kontakt-links-unten .kontakt-shortcode .wpcf7 form .kontaktspalten.voll {
  grid-template-columns: repeat(1, 100%);
}
.entry-content .module.kontakt .kontakt-links-unten .kontakt-shortcode .wpcf7 .wpcf7-spinner {
  position: absolute;
  left: 170px;
  bottom: 20px;
  opacity: 1;
}
.entry-content .module.kontakt .kontakt-rechts .kontakt-gmshortcode {
  margin-bottom: 52px;
}
.entry-content .module.kontakt .kontakt-rechts .kontakt-gmshortcode .cmplz-placeholder-element {
  background-image: none !important;
  background: transparent;
  border: 2px solid #fff;
  border-radius: 15px;
}
.entry-content .module.kontakt .kontakt-rechts .kontakt-gmshortcode .cmplz-placeholder-element button.cmplz-blocked-content-notice {
  border: 0;
  font-family: "InputMono";
  cursor: pointer;
}
.entry-content .module.kontakt .kontakt-rechts .kontakt-gmshortcode .cmplz-placeholder-element.cmplz-activated {
  border: 0;
}
.entry-content .module.kontakt .kontakt-rechts .kontakt-gmshortcode .cmplz-placeholder-element.wpgmp_map_container {
  position: relative;
}
.entry-content .module.kontakt .kontakt-rechts .kontakt-gmshortcode .cmplz-placeholder-element.wpgmp_map_container:before {
  content: "Google Map";
  display: block;
  font-size: 24px;
  color: #fff;
  font-family: "InputMono";
  position: absolute;
  top: calc(50% - 85px);
  text-align: center;
  width: 100%;
  font-style: italic;
}
.entry-content .module.kontakt .kontakt-rechts .kontakt-gmshortcode .wpgmp_map_container .wpgmp_map_parent {
  margin-bottom: 0;
}
.entry-content .module.kontakt .kontakt-rechts .kontakt-gmshortcode .wpgmp_map_container .wpgmp_map_parent .wpgmp_map {
  border-radius: 15px;
}
.entry-content .module.kontakt .kontakt-rechts .kontakt-adresse {
  font-family: "InputMono" !important;
  font-size: 24px;
  line-height: 120%;
  margin-bottom: 64px;
  position: relative;
  padding-left: 55px;
}
.entry-content .module.kontakt .kontakt-rechts .kontakt-adresse:before {
  content: "";
  background: url("../img/map-pin.svg");
  background-size: 100%;
  width: 39px;
  height: 39px;
  display: block;
  position: absolute;
  left: 0;
}
.entry-content .module.kontakt .kontakt-rechts .kontakt-email {
  font-family: "InputMono" !important;
  font-size: 24px;
  line-height: 120%;
  margin-bottom: 64px;
  position: relative;
  padding-left: 55px;
  margin-bottom: 0;
}
.entry-content .module.kontakt .kontakt-rechts .kontakt-email:before {
  content: "";
  background: url("../img/map-pin.svg");
  background-size: 100%;
  width: 39px;
  height: 39px;
  display: block;
  position: absolute;
  left: 0;
  background: url("../img/mail.svg");
}
.entry-content .module.kontakt .kontakt-rechts .kontakt-email a {
  text-decoration: none;
}
.entry-content .module.kontakt .kontakt-grid {
  color: #fff;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, auto);
}
.entry-content .module.kontakt .kontakt-grid .kontakt-grid-row-1 {
  grid-column: span 4;
}
.entry-content .module.sdfc_animation {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.5s ease-in-out 0.3s, transform 0.6s ease-in-out 0.5s;
}
.entry-content .module .sdfc_animation {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.5s ease-in-out 0.3s, transform 0.6s ease-in-out 0.5s;
}
.entry-content .module .sdfc_animation.unten-offen {
  transform: translateY(85px);
}
.entry-content .module .sdfc_animation.animation-visible {
  opacity: 1;
  transform: translateY(0);
}
.entry-content .module .sdfc_animation.delay {
  transition: opacity 0.3s ease-in-out 1s;
}
.entry-content .module p {
  margin-bottom: 15px;
}
.entry-content .module.sdfc_animation.unten-offen {
  transform: translateY(85px);
}
.entry-content .module.sdfc_animation.animation-visible {
  opacity: 1;
  transform: translateY(0);
}
.entry-content .module.sdfc_animation.delay {
  transition: opacity 0.3s ease-in-out 1s;
}

.chrome option {
  font-size: 0.8rem !important;
}

.page-template-default main#content {
  padding: 0 12%;
}
.page-template-default main#content h1 {
  font-size: 55px;
  font-style: italic;
  font-weight: 900;
  line-height: 120%;
  text-transform: uppercase;
  padding-top: 22px;
  padding-bottom: 22px;
  hyphens: auto;
}
.page-template-default main#content h2 {
  font-family: "InputMono";
  font-size: 38px;
  line-height: 118.42%;
  font-weight: bold;
  font-style: italic;
  padding-top: 22px;
  padding-bottom: 22px;
}
.page-template-default main#content h3 {
  font-size: 24px;
  font-style: italic;
  line-height: 120%;
  font-weight: bold;
  padding-top: 22px;
  padding-bottom: 22px;
}
.page-template-default main#content h4 {
  font-size: 22px;
  font-style: italic;
  line-height: 120%;
  font-weight: bold;
  padding-top: 22px;
  padding-bottom: 22px;
}
.page-template-default main#content h5 {
  font-size: 20px;
  font-style: italic;
  line-height: 120%;
  font-weight: bold;
  padding-top: 22px;
  padding-bottom: 22px;
}
.page-template-default main#content h6 {
  font-size: 18px;
  font-style: italic;
  line-height: 120%;
  font-weight: bold;
  padding-top: 22px;
  padding-bottom: 22px;
}
.page-template-default main#content p {
  font-family: "InputMono" !important;
  font-size: 24px;
  line-height: 120%;
  padding-bottom: 15px;
}
.page-template-default main#content a {
  font-family: "InputMono" !important;
  font-size: 24px;
  line-height: 120%;
  padding-bottom: 15px;
  color: #000;
}
.page-template-default main#content ul {
  font-family: "InputMono" !important;
  font-size: 24px;
  line-height: 120%;
  padding-bottom: 15px;
  margin-left: 20px;
}
.page-template-default main#content ul li {
  list-style: disc;
}
.page-template-default main#content blockquote {
  font-family: "InputMono" !important;
  font-size: 24px;
  line-height: 120%;
  padding-bottom: 15px;
}
.page-template-default main#content li {
  font-family: "InputMono" !important;
  font-size: 24px;
  line-height: 120%;
  padding-bottom: 15px;
}
.page-template-default main#content ol {
  margin-left: 20px;
}
.page-template-default main#content ol li {
  list-style: disc;
}

.error404 main#content {
  padding: 0 12%;
}
.error404 main#content h1 {
  font-size: 55px;
  font-style: italic;
  font-weight: 900;
  line-height: 120%;
  text-transform: uppercase;
  padding-top: 22px;
  padding-bottom: 22px;
  hyphens: auto;
}
.error404 main#content h2 {
  font-family: "InputMono";
  font-size: 38px;
  line-height: 118.42%;
  font-weight: bold;
  font-style: italic;
  padding-top: 22px;
  padding-bottom: 22px;
}
.error404 main#content h3 {
  font-size: 24px;
  font-style: italic;
  line-height: 120%;
  font-weight: bold;
  padding-top: 22px;
  padding-bottom: 22px;
}
.error404 main#content h4 {
  font-size: 22px;
  font-style: italic;
  line-height: 120%;
  font-weight: bold;
  padding-top: 22px;
  padding-bottom: 22px;
}
.error404 main#content h5 {
  font-size: 20px;
  font-style: italic;
  line-height: 120%;
  font-weight: bold;
  padding-top: 22px;
  padding-bottom: 22px;
}
.error404 main#content h6 {
  font-size: 18px;
  font-style: italic;
  line-height: 120%;
  font-weight: bold;
  padding-top: 22px;
  padding-bottom: 22px;
}
.error404 main#content p {
  font-family: "InputMono" !important;
  font-size: 24px;
  line-height: 120%;
  padding-bottom: 15px;
}
.error404 main#content a {
  font-family: "InputMono" !important;
  font-size: 24px;
  line-height: 120%;
  padding-bottom: 15px;
  color: #000;
}
.error404 main#content ul {
  font-family: "InputMono" !important;
  font-size: 24px;
  line-height: 120%;
  padding-bottom: 15px;
  margin-left: 20px;
}
.error404 main#content ul li {
  list-style: disc;
}
.error404 main#content blockquote {
  font-family: "InputMono" !important;
  font-size: 24px;
  line-height: 120%;
  padding-bottom: 15px;
}
.error404 main#content li {
  font-family: "InputMono" !important;
  font-size: 24px;
  line-height: 120%;
  padding-bottom: 15px;
}
.error404 main#content ol {
  margin-left: 20px;
}
.error404 main#content ol li {
  list-style: disc;
}

footer#footer {
  height: 102px;
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 16px 7.86% 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer#footer .sdfc-copyright {
  font-family: "InputMono";
  font-size: 18px;
  line-height: 122%;
  color: var(--sl-main-color);
  letter-spacing: -0.36px;
  text-decoration: none;
  text-transform: uppercase;
}
footer#footer .sdfc-footermenu {
  flex-grow: 1;
}
footer#footer .sdfc-footermenu .acf-nav-menu ul {
  text-align: right;
}
footer#footer .sdfc-footermenu .acf-nav-menu ul li {
  display: inline;
  margin-right: 0.5%;
}
footer#footer .sdfc-footermenu .acf-nav-menu ul li a {
  font-family: "InputMono";
  font-size: 18px;
  line-height: 122%;
  color: var(--sl-main-color);
  letter-spacing: -0.36px;
  text-decoration: none;
  text-transform: uppercase;
}
footer#footer .sdfc-footermenu .acf-nav-menu ul li:last-child {
  margin-right: 0;
}

.sdfc-info-buttons {
  position: fixed;
  width: 49px;
  height: 220px;
  right: 4%;
  right: 3.5%;
  top: 15%;
  background: rgb(0, 0, 0);
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 15px 0;
  transition: background 0.2s ease-in-out, top 0.5s ease-in-out;
  z-index: 200;
}
.sdfc-info-buttons:hover {
  background: rgba(0, 0, 0, 0.5);
}
.sdfc-info-buttons .buttons-oben {
  width: 100%;
}
.sdfc-info-buttons .buttons-unten {
  width: 100%;
}
.sdfc-info-buttons .info-button {
  display: flex;
  justify-content: center;
}
.sdfc-info-buttons .info-button.kontakt-button {
  margin-bottom: 22px;
}
.sdfc-info-buttons .info-button.kontakt-button a {
  width: 24px;
  height: 24px;
  display: block;
  background: url("../img/mail.svg");
  background-size: 100%;
}
.sdfc-info-buttons .info-button.anschrift-button a {
  width: 24px;
  height: 24px;
  display: block;
  background: url("../img/map-pin.svg");
  background-size: 100%;
}
.sdfc-info-buttons .info-button.facebook-button {
  margin-bottom: 22px;
}
.sdfc-info-buttons .info-button.facebook-button a {
  width: 24px;
  height: 24px;
  display: block;
  background: url("../img/facebook.svg");
  background-size: 100%;
}
.sdfc-info-buttons .info-button.instagram-button a {
  width: 24px;
  height: 24px;
  display: block;
  background: url("../img/instagram.svg");
  background-size: 100%;
}

.sdfc-to-top {
  width: 38px;
  height: 38px;
  border: 2px solid #000;
  background: #fff;
  border-radius: 5px;
  position: fixed;
  right: 4%;
  bottom: 100px;
  text-align: center;
  transform: rotate(180deg);
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.sdfc-to-top:before {
  content: "V";
  font-size: 28px;
}
.sdfc-to-top:hover {
  background: #000;
  border: 2px solid #000;
}
.sdfc-to-top:hover:before {
  color: #fff;
}

button.slick-arrow {
  left: -16px;
}
button.slick-arrow:before {
  color: #000;
  font-size: 24px;
}

button.slick-arrow.slick-next {
  left: auto;
  right: -16px;
}

.slick-dots {
  bottom: -45px !important;
}
.slick-dots button:before {
  content: "" !important;
  width: 16px !important;
  height: 8px !important;
  background: #000 !important;
  border-radius: 5px !important;
  opacity: 0.6 !important;
}
.slick-dots .slick-active button:before {
  opacity: 1 !important;
}

@media all and (max-width: 540px) {
  html body #wrapper {
    padding-top: 96px;
  }
  header#header {
    padding: 26px 25px 0;
  }
  header#header #branding {
    max-width: 95px;
  }
  header#header .hamburger {
    padding-top: 4px;
    padding-right: 0;
  }
  header#header .hamburger .hamburger-box {
    width: 22px;
    height: 16px;
  }
  header#header .hamburger .hamburger-box .hamburger-inner {
    width: 22px;
    top: 0;
  }
  header#header .hamburger .hamburger-box .hamburger-inner:before {
    top: 7px;
    width: 22px;
  }
  header#header .hamburger .hamburger-box .hamburger-inner:after {
    top: 7px;
    width: 22px;
    top: 14px;
  }
  header#header .hamburger.is-active .hamburger-box .hamburger-inner:after {
    top: 20px;
  }
  #container {
    margin-top: 0;
  }
  .entry-content .module.teaser .teaser-inner .teaser-bild {
    margin: 0 -25px !important;
  }
  .entry-content .module.teaser .teaser-inner .teaser-headline {
    margin-top: 39px;
  }
  .entry-content .module.teaser .teaser-inner .teaser-headline h2 {
    font-size: 26px;
  }
  .entry-content .module.teaser .teaser-inner .teaser-text {
    margin-top: 45px;
  }
  .entry-content .module.teaser.teaser-schmal {
    padding: 0 25px;
  }
  .entry-content .module.slider .slide .slide-text .slider-schrift {
    font-size: 20px;
  }
  .entry-content .module.slider .slide .slide-text .slider-button {
    font-size: 18px;
    margin-top: 10px;
    padding: 4px 15px 7px;
    border-radius: 5px;
  }
  .entry-content .module.slider .slick-arrow {
    width: 35px;
    height: 35px;
  }
  .entry-content .module.slider .slick-arrow.slick-prev {
    left: calc(12% - 35px) !important;
  }
  .entry-content .module.slider .slick-arrow.slick-next {
    right: calc(12% - 35px) !important;
  }
  .entry-content .module.kategorie_zeispaltig .kategorie-text h1 {
    font-size: 18px;
    margin-bottom: 22px;
  }
  .entry-content .module.kategorie_zeispaltig .kategorie-text h2 {
    font-size: 18px;
    margin-bottom: 22px;
  }
  .entry-content .module.kategorie_zeispaltig .kategorie-text h3 {
    font-size: 18px;
    margin-bottom: 22px;
  }
  .entry-content .module.kategorie_zeispaltig .kategorie-text h4 {
    font-size: 18px;
    margin-bottom: 22px;
  }
  .entry-content .module.kategorie_zeispaltig .kategorie-text h5 {
    font-size: 18px;
    margin-bottom: 22px;
  }
  .entry-content .module.kategorie_zeispaltig .kategorie-text h6 {
    font-size: 18px;
    margin-bottom: 22px;
  }
  .sdfc-info-buttons {
    width: auto;
    height: 27px;
    top: 22px;
    right: auto;
    left: 50%;
    transform: translateX(-25%);
    flex-direction: row;
    padding: 6px;
    justify-content: flex-start;
  }
  .sdfc-info-buttons .buttons-oben {
    display: flex;
    justify-content: flex-start;
    padding-right: 8px;
  }
  .sdfc-info-buttons .buttons-unten {
    display: flex;
    justify-content: flex-start;
  }
  .sdfc-info-buttons .info-button {
    padding-right: 10px;
  }
  .sdfc-info-buttons .info-button:last-child {
    padding-right: 0px;
  }
  .sdfc-info-buttons .info-button.kontakt-button {
    margin-bottom: 0px;
  }
  .sdfc-info-buttons .info-button.kontakt-button a {
    width: 16px;
    height: 16px;
  }
  .sdfc-info-buttons .info-button.anschrift-button a {
    width: 16px;
    height: 16px;
  }
  .sdfc-info-buttons .info-button.facebook-button a {
    width: 16px;
    height: 16px;
  }
  .sdfc-info-buttons .info-button.instagram-button a {
    width: 16px;
    height: 16px;
  }
  .sdfc-info-buttons.sdfc-scrolled-down {
    top: 35px;
  }
}
@media all and (max-width: 480px) {
  html body #wrapper {
    padding-bottom: 82px;
  }
  .entry-content .module.teaser .teaser-inner .teaser-text .colleft p {
    font-size: 15px;
    hyphens: auto;
  }
  .entry-content .module.teaser .teaser-inner .teaser-text .colright p {
    font-size: 15px;
    hyphens: auto;
  }
  .entry-content .module.teaser .teaser-inner .teaser-text .colright .teaser_button {
    margin-top: 25px;
  }
  .entry-content .module.thumbgallery {
    padding: 0 calc(10% - 2.5px) 0;
  }
  .entry-content .module.thumbgallery .thumbgal-text p {
    font-size: 15px;
    hyphens: auto;
  }
  .entry-content .module.thumbgallery.border {
    border: 5px solid var(--sl-main-color);
    margin-bottom: -5px;
  }
  .entry-content .module.text-bild-kombi {
    padding: 0 calc(10% - 2.5px) 0;
  }
  .entry-content .module.text-bild-kombi p {
    font-size: 15px;
    hyphens: auto;
  }
  .entry-content .module.text-bild-kombi .colleft {
    margin-top: 57px;
  }
  .entry-content .module.text-bild-kombi .colright {
    margin-top: 60px;
  }
  .entry-content .module.text-bild-kombi .thumbnails {
    margin-top: 30px;
  }
  .entry-content .module.text-bild-kombi .thumbnails .galeriebild .beschriftung {
    font-size: 15px;
  }
  .entry-content .module.text-bild-kombi.border {
    border: 5px solid var(--sl-main-color);
    margin-bottom: -5px;
  }
  .entry-content .module.kategorie {
    padding: 0 calc(10% - 2.5px) 0;
  }
  .entry-content .module.kategorie .kategorie-spalten .kategorie-spalte .spalte-titel {
    font-size: 15px;
  }
  .entry-content .module.kategorie .kategorie-spalten .kategorie-spalte .spalte-subtitel {
    font-size: 15px;
  }
  .entry-content .module.kategorie.border {
    border: 5px solid var(--sl-main-color);
    margin-bottom: -5px;
  }
  .entry-content .module.kategorie_zeispaltig .kategorie-ueberschrift {
    font-size: 25px;
    margin-bottom: 12%;
  }
  .entry-content .module.kategorie_zeispaltig .kategorie-text p {
    font-size: 15px;
    hyphens: auto;
  }
  .entry-content .module.kategorie_zeispaltig .kategorie-reihen .kategorie-reihe {
    grid-row-gap: 66px;
  }
  .entry-content .module.kategorie_zeispaltig .kategorie-reihen .kategorie-reihe .reihe-bild-outer .reihe-bild-wrapper {
    margin: 0 auto;
    max-width: 70%;
  }
  .entry-content .module.kategorie_zeispaltig .kategorie-reihen .kategorie-reihe .reihe-bild-outer .reihe-bild-mouseover {
    padding: 0;
  }
  .entry-content .module.kategorie_zeispaltig .kategorie-reihen .kategorie-reihe .reihe-info-wrap {
    padding: 0;
    margin-bottom: 10%;
  }
  .entry-content .module.kategorie_zeispaltig .kategorie-reihen .kategorie-reihe .reihe-info-wrap .reihe-text ul {
    font-size: 15px;
  }
  .entry-content .module.kategorie_zeispaltig .kategorie-reihen .kategorie-reihe .reihe-info-wrap .reihe-text ol {
    font-size: 15px;
  }
  .entry-content .module.kategorie_zeispaltig .kategorie-reihen .kategorie-reihe .reihe-info-wrap .reihe-text p {
    font-size: 15px;
  }
  .entry-content .module.kategorie_zeispaltig .kategorie-reihen .kategorie-reihe .reihe-info-wrap .reihe-text a {
    font-size: 15px;
  }
  .entry-content .module.kategorie_zeispaltig .kategorie-reihen .kategorie-reihe .reihe-info-wrap .reihe-text blockquote {
    font-size: 15px;
  }
  .entry-content .module.text-bild-kombi-halb .spalte {
    padding: 0 calc(10% - 2.5px) 0;
  }
  .entry-content .module.text-bild-kombi-halb .spalte .bildtexthalb-ueberschrift h2 {
    margin-bottom: 40px;
  }
  .entry-content .module.text-bild-kombi-halb .spalte .bildtexthalb-text p {
    font-size: 15px;
    hyphens: auto;
  }
  .entry-content .module.text-bild-kombi-halb .spalte.border {
    border: 5px solid var(--sl-main-color);
    margin-bottom: -5px;
  }
  .entry-content .module.kontakt {
    padding: 8px 8px 64px 8px;
  }
  .entry-content .module.kontakt .kontakt-links-oben {
    padding: 25px;
    padding-top: 85px;
    margin-bottom: 21px;
  }
  .entry-content .module.kontakt .kontakt-links-oben .kontakt-ueberschrift h2 {
    margin-bottom: 31px;
  }
  .entry-content .module.kontakt .kontakt-links-oben .kontakt-subueberschrift h3 {
    font-size: 15px;
  }
  .entry-content .module.kontakt .kontakt-links-oben .kontakt-text h1 {
    margin-bottom: 25px;
  }
  .entry-content .module.kontakt .kontakt-links-oben .kontakt-text h2 {
    margin-bottom: 25px;
  }
  .entry-content .module.kontakt .kontakt-links-oben .kontakt-text h3 {
    margin-bottom: 25px;
  }
  .entry-content .module.kontakt .kontakt-links-oben .kontakt-text h4 {
    margin-bottom: 25px;
  }
  .entry-content .module.kontakt .kontakt-links-oben .kontakt-text h5 {
    margin-bottom: 25px;
  }
  .entry-content .module.kontakt .kontakt-links-oben .kontakt-text h6 {
    margin-bottom: 25px;
  }
  .entry-content .module.kontakt .kontakt-links-oben .kontakt-text p {
    font-size: 15px;
    hyphens: auto;
  }
  .entry-content .module.kontakt .kontakt-links-unten .kontakt-shortcode .wpcf7 form .kontaktspalten label {
    font-size: 15px;
  }
  .entry-content .module.kontakt .kontakt-links-unten .kontakt-shortcode .wpcf7 form .kontaktspalten input {
    font-size: 15px;
  }
  .entry-content .module.kontakt .kontakt-links-unten .kontakt-shortcode .wpcf7 form .kontaktspalten input::-webkit-input-placeholder {
    font-size: 15px;
  }
  .entry-content .module.kontakt .kontakt-links-unten .kontakt-shortcode .wpcf7 form .kontaktspalten input::-moz-placeholder {
    font-size: 15px;
  }
  .entry-content .module.kontakt .kontakt-links-unten .kontakt-shortcode .wpcf7 form .kontaktspalten input:-ms-input-placeholder {
    font-size: 15px;
  }
  .entry-content .module.kontakt .kontakt-links-unten .kontakt-shortcode .wpcf7 form .kontaktspalten input:-moz-placeholder {
    font-size: 15px;
  }
  .entry-content .module.kontakt .kontakt-links-unten .kontakt-shortcode .wpcf7 form .kontaktspalten textarea {
    font-size: 15px;
    width: 100%;
    margin-bottom: 29px;
  }
  .entry-content .module.kontakt .kontakt-links-unten .kontakt-shortcode .wpcf7 form .kontaktspalten textarea::-webkit-input-placeholder {
    font-size: 15px;
  }
  .entry-content .module.kontakt .kontakt-links-unten .kontakt-shortcode .wpcf7 form .kontaktspalten textarea::-moz-placeholder {
    font-size: 15px;
  }
  .entry-content .module.kontakt .kontakt-links-unten .kontakt-shortcode .wpcf7 form .kontaktspalten textarea:-ms-input-placeholder {
    font-size: 15px;
  }
  .entry-content .module.kontakt .kontakt-links-unten .kontakt-shortcode .wpcf7 form .kontaktspalten textarea:-moz-placeholder {
    font-size: 15px;
  }
  .entry-content .module.kontakt .kontakt-links-unten .kontakt-shortcode .wpcf7 form .kontaktspalten .select-wrapper .wpcf7-form-control-wrap select {
    width: 100%;
    font-size: 15px;
  }
  .entry-content .module.kontakt .kontakt-links-unten .kontakt-shortcode .wpcf7 form .kontaktspalten .select-wrapper .wpcf7-form-control-wrap select option {
    font-size: 15px;
  }
  .entry-content .module.kontakt .kontakt-links-unten .kontakt-shortcode .wpcf7 form .kontaktspalten .checkbox-wrapper {
    margin-bottom: 42px;
  }
  .entry-content .module.kontakt .kontakt-links-unten .kontakt-shortcode .wpcf7 form .kontaktspalten .checkbox-wrapper .checkbox-text {
    font-size: 15px;
    hyphens: auto;
  }
  .entry-content .module.kontakt .kontakt-links-unten .kontakt-shortcode .wpcf7 form .kontaktspalten .wpcf7-submit {
    margin: 0 auto;
    font-size: 18px;
  }
  .entry-content .module.kontakt .kontakt-links-unten .kontakt-shortcode .wpcf7 form .kontaktspalten .wpcf7-not-valid-tip {
    font-size: 15px;
  }
  .entry-content .module.kontakt .kontakt-links-unten .kontakt-shortcode .wpcf7 form .kontaktspalten.halb {
    grid-template-columns: repeat(1, 100%);
    grid-gap: 20px;
    margin-bottom: 20px;
  }
  .entry-content .module.kontakt .kontakt-rechts .kontakt-adresse {
    font-size: 15px;
    hyphens: auto;
  }
  .entry-content .module.kontakt .kontakt-rechts .kontakt-email {
    font-size: 15px;
    hyphens: auto;
  }
  .entry-content .module.sdfc_animation {
    transition: opacity 0.5s ease-in-out, transform 0.6s ease-in-out 0.2s;
  }
  .entry-content .module .sdfc_animation {
    transition: opacity 0.5s ease-in-out, transform 0.6s ease-in-out 0.2s;
  }
  .chrome option {
    font-size: 0.5rem !important;
  }
  .page-template-default main#content h1 {
    font-size: 28px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .page-template-default main#content h2 {
    font-size: 24px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .page-template-default main#content h3 {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 20px;
  }
  .page-template-default main#content p {
    font-size: 15px;
    hyphens: auto;
    padding-bottom: 5px;
  }
  .page-template-default main#content a {
    font-size: 15px;
    hyphens: auto;
    padding-bottom: 5px;
  }
  .page-template-default main#content ul {
    font-size: 15px;
    hyphens: auto;
    padding-bottom: 5px;
  }
  .page-template-default main#content blockquote {
    font-size: 15px;
    hyphens: auto;
    padding-bottom: 5px;
  }
  .page-template-default main#content li {
    font-size: 15px;
    hyphens: auto;
    padding-bottom: 5px;
  }
  .error404 main#content h1 {
    font-size: 28px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .error404 main#content h2 {
    font-size: 24px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .error404 main#content h3 {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 20px;
  }
  .error404 main#content p {
    font-size: 15px;
    hyphens: auto;
    padding-bottom: 5px;
  }
  .error404 main#content a {
    font-size: 15px;
    hyphens: auto;
    padding-bottom: 5px;
  }
  .error404 main#content ul {
    font-size: 15px;
    hyphens: auto;
    padding-bottom: 5px;
  }
  .error404 main#content blockquote {
    font-size: 15px;
    hyphens: auto;
    padding-bottom: 5px;
  }
  .error404 main#content li {
    font-size: 15px;
    hyphens: auto;
    padding-bottom: 5px;
  }
  footer#footer {
    height: 82px;
  }
  footer#footer .sdfc-copyright {
    font-size: 12px;
    letter-spacing: -0.24px;
  }
  footer#footer .sdfc-footermenu {
    position: relative;
    top: -1px;
  }
  footer#footer .sdfc-footermenu .acf-nav-menu ul li a {
    font-size: 12px;
    letter-spacing: -0.24px;
  }
}
@media all and (max-width: 1265px) {
  header#header {
    padding: 64px 10% 0;
  }
  #container {
    margin-top: 75px;
  }
  .entry-content .module.teaser.teaser-schmal {
    padding: 0 10%;
  }
  .entry-content .module.slider .slide .slide-text {
    bottom: 15%;
  }
  .entry-content .module.slider .slide .slide-text .slider-schrift {
    font-size: 40px;
  }
  .entry-content .module.thumbgallery {
    padding: 0 calc(10% - 4px) 0;
  }
  .entry-content .module.thumbgallery .thumbgal-ueberschrift h2 {
    font-size: 45px;
  }
  .entry-content .module.text-bild-kombi {
    padding: 0 calc(10% - 4px) 0;
  }
  .entry-content .module.text-bild-kombi .bildtext-ueberschrift h2 {
    font-size: 45px;
  }
  .entry-content .module.kategorie {
    padding: 0 calc(10% - 4px) 0;
  }
  .entry-content .module.kategorie_zeispaltig {
    padding: 0 calc(10% - 4px) 0;
  }
  .entry-content .module.kategorie_zeispaltig .kategorie-ueberschrift {
    font-size: 45px;
  }
  .entry-content .module.text-bild-kombi-halb .spalte {
    padding: 0 calc(20% - 4px) 0;
  }
  .entry-content .module.text-bild-kombi-halb .spalte .bildtexthalb-ueberschrift h2 {
    font-size: 45px;
  }
  .entry-content .module.kontakt {
    padding: 120px calc(10% - 4px) 42px;
  }
  .entry-content .module.kontakt .kontakt-links-oben .kontakt-ueberschrift h2 {
    font-size: 45px;
  }
}
@media all and (max-width: 768px) {
  header#header {
    padding: 45px 50px 0;
  }
  #container {
    margin-top: 50px;
    padding-bottom: 0;
  }
  .entry-content .module.teaser .teaser-inner .teaser-text {
    flex-direction: column;
  }
  .entry-content .module.teaser .teaser-inner .teaser-text .colleft {
    width: 100%;
  }
  .entry-content .module.teaser .teaser-inner .teaser-text .colright {
    width: 100%;
  }
  .entry-content .module.teaser.teaser-schmal {
    padding: 0 50px;
  }
  .entry-content .module.slider .slide .slide-text {
    bottom: 10%;
  }
  .entry-content .module.slider .slide .slide-text .slider-schrift {
    font-size: 24px;
  }
  .entry-content .module.slider .slide .slide-text .slider-button {
    font-size: 20px;
    margin-top: 20px;
  }
  .entry-content .module.slider .slick-arrow {
    width: 50px;
    height: 50px;
  }
  .entry-content .module.slider .slick-arrow.slick-prev {
    left: calc(12% - 50px) !important;
  }
  .entry-content .module.slider .slick-arrow.slick-next {
    right: calc(12% - 50px) !important;
  }
  .entry-content .module.kategorie .kategorie-ueberschrift {
    font-size: 20px;
    line-height: 210%;
  }
  .entry-content .module.kategorie_zeispaltig .kategorie-reihen .kategorie-reihe .reihe-bild-outer .reihe-bild-wrapper {
    margin: 0 10%;
  }
  .entry-content .module.kategorie_zeispaltig .kategorie-reihen .kategorie-reihe .reihe-info-wrap {
    padding: 0 10%;
  }
  .entry-content .module.kategorie_zeispaltig .kategorie-reihen .kategorie-reihe .reihe-info-wrap .reihe-titel-wrap .reihe-titel {
    font-size: 20px;
    line-height: 210%;
  }
}
@media all and (max-width: 844px) and (orientation: landscape) {
  header#header {
    padding: 8vh 12% 0;
  }
  header#header nav#menu .sdfc-mainmenu {
    padding-top: 8vh;
  }
  header#header nav#menu .sdfc-mainmenu .acf-nav-menu ul#menu-hauptmenue li {
    margin-bottom: 10px;
  }
  header#header nav#menu .sdfc-mainmenu .acf-nav-menu ul#menu-hauptmenue li a {
    font-size: 15px;
    line-height: 100%;
  }
  header#header nav#menu .sdfc-mainmenu .acf-nav-menu ul#menu-hauptmenue li ul.sub-menu {
    top: 15px;
  }
  header#header nav#menu .sdfc-mainmenu .acf-nav-menu ul#menu-hauptmenue li ul.sub-menu li a {
    font-size: 15px;
    line-height: 100%;
  }
  header#header nav#menu .sdfc-mainmenu .acf-nav-menu ul#menu-hauptmenue li.menuitem_active ul.sub-menu {
    top: 15px;
  }
  .sdfc-to-top {
    bottom: 30px;
  }
}
@media all and (max-width: 1380px) {
  header#header #branding {
    max-width: 220px;
  }
  header#header nav#menu .sdfc-mainmenu .acf-nav-menu ul#menu-hauptmenue li {
    margin-right: 2.4%;
  }
  header#header nav#menu .sdfc-mainmenu .acf-nav-menu ul#menu-hauptmenue li a {
    font-size: 22px;
  }
}
@media all and (max-width: 1180px) {
  header#header #branding {
    max-width: 200px;
  }
  header#header nav#menu .sdfc-mainmenu .acf-nav-menu ul#menu-hauptmenue li {
    margin-right: 2%;
  }
  header#header nav#menu .sdfc-mainmenu .acf-nav-menu ul#menu-hauptmenue li a {
    font-size: 20px;
  }
}
@media all and (max-width: 1080px) {
  header#header #branding {
    max-width: 175px;
  }
  header#header nav#menu .sdfc-mainmenu .acf-nav-menu ul#menu-hauptmenue li {
    margin-right: 1.6%;
  }
  header#header nav#menu .sdfc-mainmenu .acf-nav-menu ul#menu-hauptmenue li a {
    font-size: 19px;
  }
}
@media all and (max-width: 320px) {
  header#header #branding {
    max-width: 90px;
  }
  .entry-content .module.kategorie_zeispaltig .kategorie-reihen .kategorie-reihe .reihe-info-wrap .reihe-text ul {
    font-size: 14px;
  }
  .entry-content .module.kategorie_zeispaltig .kategorie-reihen .kategorie-reihe .reihe-info-wrap .reihe-text ol {
    font-size: 14px;
  }
  .entry-content .module.kategorie_zeispaltig .kategorie-reihen .kategorie-reihe .reihe-info-wrap .reihe-text p {
    font-size: 14px;
  }
  .entry-content .module.kategorie_zeispaltig .kategorie-reihen .kategorie-reihe .reihe-info-wrap .reihe-text a {
    font-size: 14px;
  }
  .entry-content .module.kategorie_zeispaltig .kategorie-reihen .kategorie-reihe .reihe-info-wrap .reihe-text blockquote {
    font-size: 14px;
  }
}
@media all and (max-width: 990px) {
  header#header nav#menu {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #000;
    border-radius: 20px;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.2s ease-out, visibility 0s linear 0.2s;
  }
  header#header nav#menu .sdfc-mainmenu {
    padding-top: 17vh;
  }
  header#header nav#menu .sdfc-mainmenu .acf-nav-menu ul#menu-hauptmenue {
    text-align: left;
    padding-left: 25px;
  }
  header#header nav#menu .sdfc-mainmenu .acf-nav-menu ul#menu-hauptmenue li {
    display: block;
    margin-bottom: 20px;
  }
  header#header nav#menu .sdfc-mainmenu .acf-nav-menu ul#menu-hauptmenue li a {
    color: #fff;
    font-size: 20px;
  }
  header#header nav#menu .sdfc-mainmenu .acf-nav-menu ul#menu-hauptmenue li ul.sub-menu {
    position: relative;
    left: 20px;
    text-align: left;
    padding-top: 0;
    opacity: 1;
    transition: visibility 0.1s linear;
    top: 18px;
  }
  header#header nav#menu .sdfc-mainmenu .acf-nav-menu ul#menu-hauptmenue li ul.sub-menu li a {
    font-size: 20px;
    line-height: 120%;
  }
  header#header nav#menu .sdfc-mainmenu .acf-nav-menu ul#menu-hauptmenue li.menuitem_active a {
    font-style: normal;
  }
  header#header nav#menu .sdfc-mainmenu .acf-nav-menu ul#menu-hauptmenue li.menuitem_active ul.sub-menu {
    top: 18px;
  }
  header#header nav#menu.is-active {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.2s ease-out, visibility 0s linear;
  }
  header#header nav#menu.is-active .sub-menu {
    visibility: visible !important;
  }
  header#header .hamburger {
    display: block;
    z-index: 1;
    padding-right: 0;
  }
  #container {
    margin-top: 65px;
  }
  .entry-content .sdfc-link-anchor {
    top: -93px;
    outline: none;
  }
  .entry-content .module.teaser .teaser-inner .teaser-headline {
    margin-top: 70px;
  }
  .entry-content .module.teaser .teaser-inner .teaser-headline h2 {
    font-size: 32px;
  }
  .entry-content .module.teaser .teaser-inner .teaser-text {
    margin-top: 55px;
    gap: 19px;
  }
  .entry-content .module.teaser .teaser-inner .teaser-text .colleft p {
    font-size: 18px;
  }
  .entry-content .module.teaser .teaser-inner .teaser-text .colright p {
    font-size: 18px;
  }
  .entry-content .module.teaser .teaser-inner .teaser-text .colright .teaser_button {
    margin-top: 50px;
  }
  .entry-content .module.teaser .abstand-desktop-unten {
    display: none;
  }
  .entry-content .module.teaser .abstand-mobil-unten {
    display: block;
  }
  .entry-content .module.slider .slide .slide-text .slider-schrift {
    font-size: 35px;
  }
  .entry-content .module.slider .slide .slide-text .slider-button {
    font-size: 26px;
    margin-top: 28px;
  }
  .entry-content .module.slider .slick-arrow {
    width: 90px;
    height: 90px;
  }
  .entry-content .module.slider .slick-arrow.slick-prev {
    left: calc(12% - 90px) !important;
    left: calc(12% - 90px) !important;
  }
  .entry-content .module.slider .slick-arrow.slick-next {
    right: calc(12% - 90px) !important;
  }
  .entry-content .module.thumbgallery .abstand-desktop-oben {
    display: none;
  }
  .entry-content .module.thumbgallery .abstand-mobil-oben {
    display: block;
  }
  .entry-content .module.thumbgallery .abstand-desktop-unten {
    display: none;
  }
  .entry-content .module.thumbgallery .abstand-mobil-unten {
    display: block;
  }
  .entry-content .module.thumbgallery .thumbgal-ueberschrift h2 {
    font-size: 35px;
  }
  .entry-content .module.thumbgallery .thumbgal-text {
    width: 100%;
    padding-top: 64px;
  }
  .entry-content .module.thumbgallery .thumbgal-text p {
    font-size: 18px;
  }
  .entry-content .module.thumbgallery .gallery-wrapper {
    display: block;
    padding-top: 63px;
    margin: 0 -30px;
  }
  .entry-content .module.thumbgallery .gallery-wrapper .slick-dots {
    bottom: -50px !important;
  }
  .entry-content .module.thumbgallery .gallery-wrapper .gallery {
    padding: 0 30px;
  }
  .entry-content .module.thumbgallery .gallery-wrapper .gallery .gal_uberschrift h3 {
    text-align: center;
    padding-bottom: 27px;
    white-space: normal;
  }
  .entry-content .module.thumbgallery .gallery-wrapper .gallery .slider-bottom {
    margin: 0;
  }
  .entry-content .module.thumbgallery .gallery-wrapper .gallery .slider-bottom .wrap {
    margin: 0;
    padding: 0 6px;
  }
  .entry-content .module.thumbgallery .gallery-wrapper .gallery .slider-bottom .slick-prev {
    left: -24px;
  }
  .entry-content .module.thumbgallery .gallery-wrapper .gallery .slider-bottom .slick-next {
    right: -20px;
  }
  .entry-content .module.thumbgallery .gallery-wrapper .gallery .gal_button {
    margin-top: 22px;
    transform: translateX(-50%);
    position: relative;
    left: 50%;
  }
  .entry-content .module.text-bild-kombi.unten-offen .bilder-wrapper.slick-slider {
    margin-bottom: 60px !important;
  }
  .entry-content .module.text-bild-kombi.unten-offen .bilder-wrapper.slick-slider .slick-dots {
    bottom: -50px !important;
  }
  .entry-content .module.text-bild-kombi .abstand-desktop-oben {
    display: none;
  }
  .entry-content .module.text-bild-kombi .abstand-mobil-oben {
    display: block;
  }
  .entry-content .module.text-bild-kombi .abstand-desktop-unten {
    display: none;
  }
  .entry-content .module.text-bild-kombi .abstand-mobil-unten {
    display: block;
  }
  .entry-content .module.text-bild-kombi .bildtext-ueberschrift h2 {
    font-size: 35px;
  }
  .entry-content .module.text-bild-kombi p {
    font-size: 18px;
  }
  .entry-content .module.text-bild-kombi .colleft {
    order: 0;
  }
  .entry-content .module.text-bild-kombi .colright {
    order: 2;
  }
  .entry-content .module.text-bild-kombi .content-wrapper {
    grid-template-columns: repeat(1, 100%);
  }
  .entry-content .module.text-bild-kombi .bilder-wrapper {
    display: block;
  }
  .entry-content .module.text-bild-kombi .bilder-wrapper .bild {
    padding-top: 103px;
  }
  .entry-content .module.text-bild-kombi .thumbnails {
    margin: 0;
    margin-top: 70px;
  }
  .entry-content .module.text-bild-kombi .thumbnails .galeriebild img {
    padding: 0 15px;
  }
  .entry-content .module.text-bild-kombi .thumbnails .galeriebild .beschriftung {
    position: static;
    background: none;
    opacity: 1;
    text-align: left;
    justify-content: flex-start;
    margin-top: 10px;
    line-height: 120%;
    padding-left: 15px;
  }
  .entry-content .module.text-bild-kombi .thumbnails .thumbnails-desktop {
    display: none;
  }
  .entry-content .module.text-bild-kombi .thumbnails .thumbnails-mobil {
    display: block;
    margin-left: -15px;
    margin-right: -15px;
  }
  .entry-content .module.text-bild-kombi .thumbnails.thumbnails-1 {
    order: 1;
  }
  .entry-content .module.text-bild-kombi .thumbnails.thumbnails-2 {
    order: 3;
  }
  .entry-content .module.text-bild-kombi.mitabstand .bildtext-text .colright {
    padding-left: 0;
  }
  .entry-content .module.kategorie .abstand-desktop-oben {
    display: none;
  }
  .entry-content .module.kategorie .abstand-mobil-oben {
    display: block;
  }
  .entry-content .module.kategorie .abstand-desktop-unten {
    display: none;
  }
  .entry-content .module.kategorie .abstand-mobil-unten {
    display: block;
  }
  .entry-content .module.kategorie .slick-slider {
    margin-bottom: 20px !important;
  }
  .entry-content .module.kategorie .slick-slider .slick-dots {
    bottom: -30px !important;
  }
  .entry-content .module.kategorie .kategorie-spalten {
    display: block;
    margin: 0 -15px;
    margin-top: 56px;
  }
  .entry-content .module.kategorie .kategorie-spalten .kategorie-spalte {
    flex-direction: column-reverse;
    gap: 20px;
    padding: 0 15px;
  }
  .entry-content .module.kategorie .kategorie-spalten .kategorie-spalte .spalte-titel {
    font-size: 18px;
  }
  .entry-content .module.kategorie .kategorie-spalten .kategorie-spalte .spalte-subtitel {
    font-size: 18px;
  }
  .entry-content .module.kategorie.unten-offen .slick-slider {
    margin-bottom: 0px !important;
  }
  .entry-content .module.kategorie.unten-offen .slick-slider .slick-dots {
    bottom: -30px !important;
  }
  .entry-content .module.kategorie_zeispaltig .abstand-desktop-oben {
    display: none;
  }
  .entry-content .module.kategorie_zeispaltig .abstand-mobil-oben {
    display: block;
  }
  .entry-content .module.kategorie_zeispaltig .abstand-desktop-unten {
    display: none;
  }
  .entry-content .module.kategorie_zeispaltig .abstand-mobil-unten {
    display: block;
  }
  .entry-content .module.kategorie_zeispaltig .kategorie-ueberschrift {
    margin-bottom: 5%;
    text-align: center;
    font-size: 35px;
  }
  .entry-content .module.kategorie_zeispaltig .kategorie-text h1 {
    font-size: 26px;
    margin-bottom: 27px;
  }
  .entry-content .module.kategorie_zeispaltig .kategorie-text h2 {
    font-size: 26px;
    margin-bottom: 27px;
  }
  .entry-content .module.kategorie_zeispaltig .kategorie-text h3 {
    font-size: 26px;
    margin-bottom: 27px;
  }
  .entry-content .module.kategorie_zeispaltig .kategorie-text h4 {
    font-size: 26px;
    margin-bottom: 27px;
  }
  .entry-content .module.kategorie_zeispaltig .kategorie-text h5 {
    font-size: 26px;
    margin-bottom: 27px;
  }
  .entry-content .module.kategorie_zeispaltig .kategorie-text h6 {
    font-size: 26px;
    margin-bottom: 27px;
  }
  .entry-content .module.kategorie_zeispaltig .kategorie-text p {
    font-size: 18px;
  }
  .entry-content .module.kategorie_zeispaltig .kategorie-reihen .kategorie-reihe {
    grid-template-columns: repeat(1, 100%);
    grid-row-gap: 33px;
  }
  .entry-content .module.kategorie_zeispaltig .kategorie-reihen .kategorie-reihe .reihe-bild-outer {
    margin: 0 -25px;
  }
  .entry-content .module.kategorie_zeispaltig .kategorie-reihen .kategorie-reihe .reihe-bild-outer .reihe-bild-wrapper .reihe-bild img {
    padding: 0 25px;
  }
  .entry-content .module.kategorie_zeispaltig .kategorie-reihen .kategorie-reihe .reihe-info-wrap {
    padding: 0 15%;
  }
  .entry-content .module.kategorie_zeispaltig .kategorie-reihen .kategorie-reihe .reihe-info-wrap .reihe-titel-wrap {
    margin-bottom: 33px;
  }
  .entry-content .module.text-bild-kombi-halb {
    grid-template-columns: repeat(1, 100%);
    grid-column-gap: 0px;
  }
  .entry-content .module.text-bild-kombi-halb .spalte {
    padding: 0 calc(10% - 4px) 0;
  }
  .entry-content .module.text-bild-kombi-halb .spalte .abstand-desktop-oben {
    display: none;
  }
  .entry-content .module.text-bild-kombi-halb .spalte .abstand-mobil-oben {
    display: block;
  }
  .entry-content .module.text-bild-kombi-halb .spalte .abstand-desktop-unten {
    display: none;
  }
  .entry-content .module.text-bild-kombi-halb .spalte .abstand-mobil-unten {
    display: block;
  }
  .entry-content .module.text-bild-kombi-halb .spalte .bildtexthalb-ueberschrift h2 {
    font-size: 35px;
  }
  .entry-content .module.text-bild-kombi-halb .spalte .bildtexthalb-text p {
    font-size: 18px;
  }
  .entry-content .module.text-bild-kombi-halb .spalte .bild-wrapper .bildtexthalb-bildueberschrift {
    margin-bottom: 27px;
  }
  .entry-content .module.text-bild-kombi-halb .spalte .bild-wrapper .bildtexthalb-bildueberschrift h3 {
    text-align: center;
    padding-bottom: 27px;
  }
  .entry-content .module.text-bild-kombi-halb .spalte .bild-wrapper .bild {
    max-width: 100%;
  }
  .entry-content .module.text-bild-kombi-halb .spalte .bild-wrapper .bilder {
    max-width: 100%;
  }
  .entry-content .module.text-bild-kombi-halb .spalte .bild-wrapper .gal_button {
    margin-top: 22px;
    transform: translateX(-50%);
    position: relative;
    left: 50%;
  }
  .entry-content .module.text-bild-kombi-halb .spalte:nth-child(odd) {
    margin-right: 0px;
  }
  .entry-content .module.text-bild-kombi-halb .spalte:nth-child(even) {
    margin-left: 0px;
  }
  .entry-content .module.kontakt {
    padding: 24px 24px 64px 24px;
  }
  .entry-content .module.kontakt .kontakt-links-oben {
    padding: 25px;
    margin-bottom: 80px;
  }
  .entry-content .module.kontakt .kontakt-links-oben .kontakt-ueberschrift h2 {
    font-size: 35px;
  }
  .entry-content .module.kontakt .kontakt-links-oben .kontakt-subueberschrift h3 {
    font-size: 25px;
    margin-bottom: 67px;
  }
  .entry-content .module.kontakt .kontakt-links-oben .kontakt-text {
    max-width: 100%;
  }
  .entry-content .module.kontakt .kontakt-links-oben .kontakt-text h1 {
    font-size: 20px;
  }
  .entry-content .module.kontakt .kontakt-links-oben .kontakt-text h2 {
    font-size: 20px;
  }
  .entry-content .module.kontakt .kontakt-links-oben .kontakt-text h3 {
    font-size: 20px;
  }
  .entry-content .module.kontakt .kontakt-links-oben .kontakt-text h4 {
    font-size: 20px;
  }
  .entry-content .module.kontakt .kontakt-links-oben .kontakt-text h5 {
    font-size: 20px;
  }
  .entry-content .module.kontakt .kontakt-links-oben .kontakt-text h6 {
    font-size: 20px;
  }
  .entry-content .module.kontakt .kontakt-links-oben .kontakt-text p {
    font-size: 18px;
  }
  .entry-content .module.kontakt .kontakt-links-unten {
    padding: 0 25px;
  }
  .entry-content .module.kontakt .kontakt-links-unten .kontakt-shortcode .wpcf7 form .kontaktspalten input {
    padding: 17px;
    padding-top: 15px;
    height: 52px;
  }
  .entry-content .module.kontakt .kontakt-links-unten .kontakt-shortcode .wpcf7 form .kontaktspalten textarea {
    padding: 17px;
    padding-top: 15px;
    height: 52px;
  }
  .entry-content .module.kontakt .kontakt-rechts .kontakt-gmshortcode {
    margin-bottom: 42px;
  }
  .entry-content .module.kontakt .kontakt-rechts .kontakt-gmshortcode .wpgmp_map_container .wpgmp_map_parent .wpgmp_map {
    border-radius: 50px;
    max-height: 450px;
  }
  .entry-content .module.kontakt .kontakt-rechts .kontakt-adresse {
    font-size: 18px;
    text-align: center;
    max-width: 40%;
    margin: 0 auto 65px auto;
    padding-left: 0;
    padding-top: 55px;
  }
  .entry-content .module.kontakt .kontakt-rechts .kontakt-adresse:before {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .entry-content .module.kontakt .kontakt-rechts .kontakt-email {
    font-size: 18px;
    text-align: center;
    max-width: 40%;
    margin: 0 auto 65px auto;
    padding-left: 0;
    padding-top: 55px;
  }
  .entry-content .module.kontakt .kontakt-rechts .kontakt-email:before {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .entry-content .module.kontakt .kontakt-grid {
    grid-template-columns: repeat(1, 100%);
    grid-template-rows: repeat(3, auto);
  }
  .entry-content .module.kontakt .kontakt-grid .kontakt-grid-row-1 {
    order: 1;
  }
  .entry-content .module.kontakt .kontakt-grid .kontakt-grid-row-2 {
    order: 2;
  }
  .entry-content .module.kontakt .kontakt-grid .kontakt-grid-row-3 {
    order: 0;
  }
  .page-template-default main#content h1 {
    font-size: 40px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .page-template-default main#content h2 {
    font-size: 30px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .page-template-default main#content p {
    font-size: 18px;
  }
  .page-template-default main#content a {
    font-size: 18px;
  }
  .page-template-default main#content ul {
    font-size: 18px;
  }
  .page-template-default main#content blockquote {
    font-size: 18px;
  }
  .page-template-default main#content li {
    font-size: 18px;
  }
  .error404 main#content h1 {
    font-size: 40px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .error404 main#content h2 {
    font-size: 30px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .error404 main#content p {
    font-size: 18px;
  }
  .error404 main#content a {
    font-size: 18px;
  }
  .error404 main#content ul {
    font-size: 18px;
  }
  .error404 main#content blockquote {
    font-size: 18px;
  }
  .error404 main#content li {
    font-size: 18px;
  }
  footer#footer .sdfc-copyright {
    font-size: 15px;
  }
  footer#footer .sdfc-footermenu .acf-nav-menu ul li a {
    font-size: 15px;
  }
}
@media all and (max-width: 1550px) {
  header#header nav#menu .sdfc-mainmenu .acf-nav-menu ul#menu-hauptmenue li {
    margin-right: 2.7%;
  }
  header#header nav#menu .sdfc-mainmenu .acf-nav-menu ul#menu-hauptmenue li a {
    font-size: 23px;
  }
}
@media all and (max-width: 390px) {
  .entry-content .module.teaser .teaser-inner .teaser-bild {
    display: none;
  }
  .entry-content .module.teaser .teaser-inner .teaser-bild-mobil {
    margin: 0 -25px !important;
    display: block;
  }
  .entry-content .module.teaser .teaser-inner .teaser-headline h2 {
    font-size: 18px;
  }
  .entry-content .module.teaser .teaser-inner .teaser-text {
    margin-top: 53px;
  }
  .entry-content .module.slider .slide .slide-text .slider-schrift {
    font-size: 18px;
  }
  .entry-content .module.slider .slide .slide-text .slider-button {
    font-size: 16px;
  }
  .entry-content .module.slider.slider-desktop {
    display: none;
  }
  .entry-content .module.slider.slider-mobil {
    display: block;
  }
  .entry-content .module.thumbgallery {
    padding: 0 25px 0;
  }
  .entry-content .module.thumbgallery .thumbgal-ueberschrift h2 {
    font-size: 25px;
  }
  .entry-content .module.thumbgallery .gallery-wrapper .gallery .gal_uberschrift h3 {
    font-size: 20px;
  }
  .entry-content .module.text-bild-kombi {
    padding: 0 25px 0;
  }
  .entry-content .module.text-bild-kombi .bildtext-ueberschrift h2 {
    font-size: 25px;
  }
  .entry-content .module.text-bild-kombi.unten-offen .bilder-wrapper.slick-slider .slick-dots {
    bottom: -55px !important;
    outline: none;
  }
  .entry-content .module.kategorie {
    padding: 0 25px 0;
  }
  .entry-content .module.kategorie .kategorie-kategorie {
    padding: 8px 22px;
    margin-right: 10px;
    font-size: 18px;
  }
  .entry-content .module.kategorie_zeispaltig .kategorie-text h1 {
    font-size: 16px;
    margin-bottom: 28px;
  }
  .entry-content .module.kategorie_zeispaltig .kategorie-text h2 {
    font-size: 16px;
    margin-bottom: 28px;
  }
  .entry-content .module.kategorie_zeispaltig .kategorie-text h3 {
    font-size: 16px;
    margin-bottom: 28px;
  }
  .entry-content .module.kategorie_zeispaltig .kategorie-text h4 {
    font-size: 16px;
    margin-bottom: 28px;
  }
  .entry-content .module.kategorie_zeispaltig .kategorie-text h5 {
    font-size: 16px;
    margin-bottom: 28px;
  }
  .entry-content .module.kategorie_zeispaltig .kategorie-text h6 {
    font-size: 16px;
    margin-bottom: 28px;
  }
  .entry-content .module.kategorie_zeispaltig .kategorie-reihen .kategorie-reihe .reihe-info-wrap .reihe-titel-wrap .reihe-kategorie {
    padding: 8px 22px 7px;
    margin-right: 10px;
    font-size: 18px;
    height: 38px;
  }
  .entry-content .module.kategorie_zeispaltig .kategorie-reihen .kategorie-reihe .reihe-info-wrap .reihe-titel-wrap .reihe-titel {
    font-size: 18px;
    line-height: 230%;
  }
  .entry-content .module.text-bild-kombi-halb .spalte {
    padding: 0 25px 0;
  }
  .entry-content .module.text-bild-kombi-halb .spalte .bildtexthalb-ueberschrift h2 {
    font-size: 25px;
  }
  .entry-content .module.text-bild-kombi-halb .spalte .bild-wrapper .bildtexthalb-bildueberschrift h3 {
    font-size: 20px;
  }
  .entry-content .module.kontakt .kontakt-links-oben .kontakt-ueberschrift h2 {
    font-size: 25px;
  }
}
@media all and (max-width: 1200px) {
  .entry-content .module.teaser .teaser-inner .teaser-headline {
    margin-top: 90px;
  }
  .entry-content .module.teaser .teaser-inner .teaser-text .colleft p {
    font-size: 20px;
    line-height: 130%;
  }
  .entry-content .module.teaser .teaser-inner .teaser-text .colright p {
    font-size: 20px;
    line-height: 130%;
  }
  .entry-content .module.thumbgallery .thumbgal-text p {
    font-size: 20px;
    line-height: 130%;
  }
  .entry-content .module.text-bild-kombi p {
    font-size: 20px;
    line-height: 130%;
  }
  .entry-content .module.kategorie .kategorie-spalten {
    grid-column-gap: 1%;
    grid-template-columns: repeat(5, 19.2%);
  }
  .entry-content .module.kategorie .kategorie-spalten .kategorie-spalte .spalte-titel {
    font-size: 20px;
    line-height: 130%;
  }
  .entry-content .module.kategorie .kategorie-spalten .kategorie-spalte .spalte-subtitel {
    font-size: 20px;
    line-height: 130%;
  }
  .entry-content .module.kategorie_zeispaltig .kategorie-text p {
    font-size: 20px;
    line-height: 130%;
  }
  .entry-content .module.text-bild-kombi-halb .spalte .bildtexthalb-text p {
    font-size: 20px;
    line-height: 130%;
  }
  .entry-content .module.kontakt .kontakt-links-oben .kontakt-text h1 {
    font-size: 21px;
  }
  .entry-content .module.kontakt .kontakt-links-oben .kontakt-text h2 {
    font-size: 21px;
  }
  .entry-content .module.kontakt .kontakt-links-oben .kontakt-text h3 {
    font-size: 21px;
  }
  .entry-content .module.kontakt .kontakt-links-oben .kontakt-text h4 {
    font-size: 21px;
  }
  .entry-content .module.kontakt .kontakt-links-oben .kontakt-text h5 {
    font-size: 21px;
  }
  .entry-content .module.kontakt .kontakt-links-oben .kontakt-text h6 {
    font-size: 21px;
  }
  .entry-content .module.kontakt .kontakt-links-oben .kontakt-text p {
    font-size: 20px;
    line-height: 130%;
  }
  .entry-content .module.kontakt .kontakt-rechts .kontakt-adresse {
    font-size: 20px;
    line-height: 130%;
  }
  .entry-content .module.kontakt .kontakt-rechts .kontakt-email {
    font-size: 20px;
    line-height: 130%;
  }
  .page-template-default main#content p {
    font-size: 20px;
    line-height: 130%;
  }
  .page-template-default main#content a {
    font-size: 20px;
    line-height: 130%;
  }
  .page-template-default main#content ul {
    font-size: 20px;
    line-height: 130%;
  }
  .page-template-default main#content blockquote {
    font-size: 20px;
    line-height: 130%;
  }
  .page-template-default main#content li {
    font-size: 20px;
    line-height: 130%;
  }
  .error404 main#content p {
    font-size: 20px;
    line-height: 130%;
  }
  .error404 main#content a {
    font-size: 20px;
    line-height: 130%;
  }
  .error404 main#content ul {
    font-size: 20px;
    line-height: 130%;
  }
  .error404 main#content blockquote {
    font-size: 20px;
    line-height: 130%;
  }
  .error404 main#content li {
    font-size: 20px;
    line-height: 130%;
  }
}
@media all and (max-width: 1600px) {
  .entry-content .module.thumbgallery .gallery-wrapper {
    gap: 75px;
  }
  .entry-content .module.thumbgallery .gallery-wrapper .gallery {
    width: calc(33.33% - 50px);
    flex-basis: calc(33.33% - 50px);
  }
  .entry-content .module.thumbgallery .gallery-wrapper .gallery .gal_uberschrift h3 {
    font-size: 23px;
  }
}
@media all and (max-width: 1400px) {
  .entry-content .module.thumbgallery .gallery-wrapper {
    gap: 60px;
  }
  .entry-content .module.thumbgallery .gallery-wrapper .gallery {
    width: calc(33.33% - 40px);
    flex-basis: calc(33.33% - 40px);
  }
}
@media all and (max-width: 1300px) {
  .entry-content .module.thumbgallery .gallery-wrapper .gallery {
    width: calc(50% - 40px);
    flex-basis: calc(50% - 40px);
  }
}
@media all and (max-width: 1100px) {
  .entry-content .module.text-bild-kombi .thumbnails {
    margin-top: 80px;
  }
}
@media all and (max-width: 450px) {
  .entry-content .module.kategorie .kategorie-ueberschrift {
    font-size: 18px;
    line-height: 230%;
  }
}
@media all and (max-width: 1700px) {
  .entry-content .module.kategorie .kategorie-spalten {
    grid-column-gap: 5%;
    grid-template-columns: repeat(5, 16%);
  }
}
@media all and (max-width: 1450px) {
  .entry-content .module.kategorie .kategorie-spalten {
    grid-column-gap: 3%;
    grid-template-columns: repeat(5, 17.6%);
  }
}
@media all and (max-width: 1366px) {
  .entry-content .module.kategorie_zeispaltig .kategorie-reihen .kategorie-reihe .reihe-bild-outer .reihe-bild-mouseover {
    position: static;
    padding: 0;
  }
  .entry-content .module.kategorie_zeispaltig .kategorie-reihen .kategorie-reihe .reihe-bild-outer:hover .reihe-bild {
    opacity: 1;
    visibility: visible;
  }
}
@media all and (max-width: 345px) {
  footer#footer .sdfc-copyright {
    font-size: 11px;
    line-height: 180% !important;
    outline: none;
  }
  footer#footer .sdfc-footermenu .acf-nav-menu ul li a {
    font-size: 11px;
    line-height: 180% !important;
    outline: none;
  }
}
header#header.sdfc-scrolled-down {
  background: rgb(255, 255, 255);
}

.entry-content .sdfc-link-anchor {
  position: relative;
  top: -103px;
}
@media all and (max-width: 990px) {
  .entry-content .sdfc-link-anchor {
    top: -93px;
    outline: none;
  }
}
.entry-content .module.teaser {
  width: 100%;
  clear: both;
}
@media all and (max-width: 540px) {
  .entry-content .module.teaser .teaser-inner .teaser-bild {
    margin: 0 -25px !important;
  }
}
@media all and (max-width: 390px) {
  .entry-content .module.teaser .teaser-inner .teaser-bild {
    display: none;
  }
}
.entry-content .module.teaser .teaser-inner .teaser-bild img {
  width: 100%;
  border-radius: 40px;
}
.entry-content .module.teaser .teaser-inner .teaser-bild-mobil {
  display: none;
}
@media all and (max-width: 390px) {
  .entry-content .module.teaser .teaser-inner .teaser-bild-mobil {
    margin: 0 -25px !important;
    display: block;
  }
}
.entry-content .module.teaser .teaser-inner .teaser-bild-mobil img {
  width: 100%;
  border-radius: 40px;
}
.entry-content .module.teaser .teaser-inner .teaser-headline {
  margin-top: 110px;
}
@media all and (max-width: 1200px) {
  .entry-content .module.teaser .teaser-inner .teaser-headline {
    margin-top: 90px;
  }
}
@media all and (max-width: 990px) {
  .entry-content .module.teaser .teaser-inner .teaser-headline {
    margin-top: 70px;
  }
}
@media all and (max-width: 540px) {
  .entry-content .module.teaser .teaser-inner .teaser-headline {
    margin-top: 39px;
  }
}
.entry-content .module.teaser .teaser-inner .teaser-headline h2 {
  font-family: "InputMono";
  font-size: 38px;
  line-height: 118.42%;
  font-weight: bold;
  font-style: italic;
}
@media all and (max-width: 990px) {
  .entry-content .module.teaser .teaser-inner .teaser-headline h2 {
    font-size: 32px;
  }
}
@media all and (max-width: 540px) {
  .entry-content .module.teaser .teaser-inner .teaser-headline h2 {
    font-size: 26px;
  }
}
@media all and (max-width: 390px) {
  .entry-content .module.teaser .teaser-inner .teaser-headline h2 {
    font-size: 18px;
  }
}
.entry-content .module.teaser .teaser-inner .teaser-headline h2 .teaser-subline {
  font-weight: normal;
  font-style: normal;
}
.entry-content .module.teaser .teaser-inner .teaser-text {
  margin-top: 79px;
  display: flex;
  gap: 39px;
}
@media all and (max-width: 990px) {
  .entry-content .module.teaser .teaser-inner .teaser-text {
    margin-top: 55px;
    gap: 19px;
  }
}
@media all and (max-width: 768px) {
  .entry-content .module.teaser .teaser-inner .teaser-text {
    flex-direction: column;
  }
}
@media all and (max-width: 540px) {
  .entry-content .module.teaser .teaser-inner .teaser-text {
    margin-top: 45px;
  }
}
@media all and (max-width: 390px) {
  .entry-content .module.teaser .teaser-inner .teaser-text {
    margin-top: 53px;
  }
}
.entry-content .module.teaser .teaser-inner .teaser-text .colleft, .entry-content .module.teaser .teaser-inner .teaser-text .colright {
  width: 50%;
}
@media all and (max-width: 768px) {
  .entry-content .module.teaser .teaser-inner .teaser-text .colleft, .entry-content .module.teaser .teaser-inner .teaser-text .colright {
    width: 100%;
  }
}
.entry-content .module.teaser .teaser-inner .teaser-text .colleft p, .entry-content .module.teaser .teaser-inner .teaser-text .colright p {
  font-family: "InputMono" !important;
  font-size: 24px;
  line-height: 120%;
}
.entry-content .module.teaser .teaser-inner .teaser-text .colright .teaser_button {
  font-size: 20px;
  font-style: italic;
  line-height: 120%;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  text-align: center;
}
@media all and (max-width: 990px) {
  .entry-content .module.teaser .teaser-inner .teaser-text .colright .teaser_button {
    margin-top: 50px;
  }
}
@media all and (max-width: 480px) {
  .entry-content .module.teaser .teaser-inner .teaser-text .colright .teaser_button {
    margin-top: 25px;
  }
}
.entry-content .module.teaser.teaser-schmal {
  padding: 0 12%;
}
@media all and (max-width: 1265px) {
  .entry-content .module.teaser.teaser-schmal {
    padding: 0 10%;
  }
}
@media all and (max-width: 768px) {
  .entry-content .module.teaser.teaser-schmal {
    padding: 0 50px;
  }
}
@media all and (max-width: 540px) {
  .entry-content .module.teaser.teaser-schmal {
    padding: 0 25px;
  }
}
@media all and (max-width: 990px) {
  .entry-content .module.teaser .abstand-desktop-unten {
    display: none;
  }
}
.entry-content .module.teaser .abstand-mobil-unten {
  display: none;
}
@media all and (max-width: 990px) {
  .entry-content .module.teaser .abstand-mobil-unten {
    display: block;
  }
}
.entry-content .module.slider {
  width: 100%;
  clear: both;
}
.entry-content .module.slider .slide {
  position: relative;
}
.entry-content .module.slider .slide img {
  width: 100%;
}
.entry-content .module.slider .slide .slide-text {
  position: absolute;
  bottom: 20%;
  left: 15%;
}
@media all and (max-width: 1265px) {
  .entry-content .module.slider .slide .slide-text {
    bottom: 15%;
  }
}
@media all and (max-width: 768px) {
  .entry-content .module.slider .slide .slide-text {
    bottom: 10%;
  }
}
.entry-content .module.slider .slide .slide-text .slider-schrift {
  color: #fff;
  font-family: "InputMono";
  text-transform: uppercase;
  font-size: 45px;
  font-weight: bold;
  font-style: italic;
}
@media all and (max-width: 1265px) {
  .entry-content .module.slider .slide .slide-text .slider-schrift {
    font-size: 40px;
  }
}
@media all and (max-width: 990px) {
  .entry-content .module.slider .slide .slide-text .slider-schrift {
    font-size: 35px;
  }
}
@media all and (max-width: 768px) {
  .entry-content .module.slider .slide .slide-text .slider-schrift {
    font-size: 24px;
  }
}
@media all and (max-width: 540px) {
  .entry-content .module.slider .slide .slide-text .slider-schrift {
    font-size: 20px;
  }
}
@media all and (max-width: 390px) {
  .entry-content .module.slider .slide .slide-text .slider-schrift {
    font-size: 18px;
  }
}
.entry-content .module.slider .slide .slide-text .slider-button {
  display: inline-block;
  margin-top: 37px;
  width: auto;
  color: var(--sl-main-color);
  background: #fff;
  padding: 10px 40px;
  border-radius: 10px;
  font-family: "InputMono";
  text-transform: uppercase;
  font-size: 30px;
  font-weight: bold;
  font-style: italic;
}
@media all and (max-width: 990px) {
  .entry-content .module.slider .slide .slide-text .slider-button {
    font-size: 26px;
    margin-top: 28px;
  }
}
@media all and (max-width: 768px) {
  .entry-content .module.slider .slide .slide-text .slider-button {
    font-size: 20px;
    margin-top: 20px;
  }
}
@media all and (max-width: 540px) {
  .entry-content .module.slider .slide .slide-text .slider-button {
    font-size: 18px;
    margin-top: 10px;
    padding: 4px 15px 7px;
    border-radius: 5px;
  }
}
@media all and (max-width: 390px) {
  .entry-content .module.slider .slide .slide-text .slider-button {
    font-size: 16px;
  }
}
.entry-content .module.slider .slick-arrow {
  width: 120px;
  height: 120px;
  z-index: 1;
}
@media all and (max-width: 990px) {
  .entry-content .module.slider .slick-arrow {
    width: 90px;
    height: 90px;
  }
}
@media all and (max-width: 768px) {
  .entry-content .module.slider .slick-arrow {
    width: 50px;
    height: 50px;
  }
}
@media all and (max-width: 540px) {
  .entry-content .module.slider .slick-arrow {
    width: 35px;
    height: 35px;
  }
}
.entry-content .module.slider .slick-arrow.slick-prev {
  left: calc(12% - 120px) !important;
}
@media all and (max-width: 990px) {
  .entry-content .module.slider .slick-arrow.slick-prev {
    left: calc(12% - 90px) !important;
  }
}
@media all and (max-width: 990px) {
  .entry-content .module.slider .slick-arrow.slick-prev {
    left: calc(12% - 90px) !important;
  }
}
@media all and (max-width: 768px) {
  .entry-content .module.slider .slick-arrow.slick-prev {
    left: calc(12% - 50px) !important;
  }
}
@media all and (max-width: 540px) {
  .entry-content .module.slider .slick-arrow.slick-prev {
    left: calc(12% - 35px) !important;
  }
}
.entry-content .module.slider .slick-arrow.slick-prev:before {
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  background-image: url("../img/chevron.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  transform: rotate(180deg);
}
.entry-content .module.slider .slick-arrow.slick-next {
  right: calc(12% - 120px) !important;
}
@media all and (max-width: 990px) {
  .entry-content .module.slider .slick-arrow.slick-next {
    right: calc(12% - 90px) !important;
  }
}
@media all and (max-width: 768px) {
  .entry-content .module.slider .slick-arrow.slick-next {
    right: calc(12% - 50px) !important;
  }
}
@media all and (max-width: 540px) {
  .entry-content .module.slider .slick-arrow.slick-next {
    right: calc(12% - 35px) !important;
  }
}
.entry-content .module.slider .slick-arrow.slick-next:before {
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  background-image: url("../img/chevron.svg");
  background-size: 100%;
  background-repeat: no-repeat;
}
@media all and (max-width: 390px) {
  .entry-content .module.slider.slider-desktop {
    display: none;
  }
}
.entry-content .module.slider.slider-mobil {
  display: none;
}
@media all and (max-width: 390px) {
  .entry-content .module.slider.slider-mobil {
    display: block;
  }
}
.entry-content .module.thumbgallery {
  padding: 0 calc(12% - 4px) 0;
  width: 100%;
  clear: both;
}
@media all and (max-width: 1265px) {
  .entry-content .module.thumbgallery {
    padding: 0 calc(10% - 4px) 0;
  }
}
@media all and (max-width: 480px) {
  .entry-content .module.thumbgallery {
    padding: 0 calc(10% - 2.5px) 0;
  }
}
@media all and (max-width: 390px) {
  .entry-content .module.thumbgallery {
    padding: 0 25px 0;
  }
}
.entry-content .module.thumbgallery.border {
  border: 8px solid var(--sl-main-color);
  border-radius: 50px;
  margin-bottom: -8px;
}
@media all and (max-width: 480px) {
  .entry-content .module.thumbgallery.border {
    border: 5px solid var(--sl-main-color);
    margin-bottom: -5px;
  }
}
@media all and (max-width: 990px) {
  .entry-content .module.thumbgallery .abstand-desktop-oben {
    display: none;
  }
}
.entry-content .module.thumbgallery .abstand-mobil-oben {
  display: none;
}
@media all and (max-width: 990px) {
  .entry-content .module.thumbgallery .abstand-mobil-oben {
    display: block;
  }
}
@media all and (max-width: 990px) {
  .entry-content .module.thumbgallery .abstand-desktop-unten {
    display: none;
  }
}
.entry-content .module.thumbgallery .abstand-mobil-unten {
  display: none;
}
@media all and (max-width: 990px) {
  .entry-content .module.thumbgallery .abstand-mobil-unten {
    display: block;
  }
}
.entry-content .module.thumbgallery .thumbgal-ueberschrift h2 {
  font-size: 55px;
  color: var(--sl-main-color);
  font-weight: 900;
  font-style: italic;
  line-height: 120%;
}
@media all and (max-width: 1265px) {
  .entry-content .module.thumbgallery .thumbgal-ueberschrift h2 {
    font-size: 45px;
  }
}
@media all and (max-width: 990px) {
  .entry-content .module.thumbgallery .thumbgal-ueberschrift h2 {
    font-size: 35px;
  }
}
@media all and (max-width: 390px) {
  .entry-content .module.thumbgallery .thumbgal-ueberschrift h2 {
    font-size: 25px;
  }
}
.entry-content .module.thumbgallery .thumbgal-text {
  width: 50%;
  padding-top: 78px;
}
@media all and (max-width: 990px) {
  .entry-content .module.thumbgallery .thumbgal-text {
    width: 100%;
    padding-top: 64px;
  }
}
.entry-content .module.thumbgallery .thumbgal-text p {
  font-family: "InputMono" !important;
  font-size: 24px;
  line-height: 120%;
}
.entry-content .module.thumbgallery .gallery-wrapper {
  padding-top: 86px;
  display: flex;
  flex-direction: row;
  gap: 100px;
  flex-wrap: wrap;
}
@media all and (max-width: 990px) {
  .entry-content .module.thumbgallery .gallery-wrapper {
    display: block;
    padding-top: 63px;
    margin: 0 -30px;
  }
}
@media all and (max-width: 990px) {
  .entry-content .module.thumbgallery .gallery-wrapper .slick-dots {
    bottom: -50px !important;
  }
}
.entry-content .module.thumbgallery .gallery-wrapper .gallery {
  width: calc(33.33% - 66.66px);
  flex-basis: calc(33.33% - 66.66px);
}
@media all and (max-width: 990px) {
  .entry-content .module.thumbgallery .gallery-wrapper .gallery {
    padding: 0 30px;
  }
}
.entry-content .module.thumbgallery .gallery-wrapper .gallery .gal_uberschrift h3 {
  font-size: 24px;
  font-style: italic;
  line-height: 120%;
  font-weight: bold;
  padding-bottom: 22px;
}
@media all and (max-width: 990px) {
  .entry-content .module.thumbgallery .gallery-wrapper .gallery .gal_uberschrift h3 {
    text-align: center;
    padding-bottom: 27px;
  }
}
@media all and (max-width: 390px) {
  .entry-content .module.thumbgallery .gallery-wrapper .gallery .gal_uberschrift h3 {
    font-size: 20px;
  }
}
.entry-content .module.thumbgallery .gallery-wrapper .gallery .slider-top {
  padding-bottom: 19px;
}
.entry-content .module.thumbgallery .gallery-wrapper .gallery .slider-top img {
  border: 3px solid var(--sl-main-color);
  border-radius: 20px;
}
.entry-content .module.thumbgallery .gallery-wrapper .gallery .slider-bottom {
  margin: 0 -5px;
}
@media all and (max-width: 990px) {
  .entry-content .module.thumbgallery .gallery-wrapper .gallery .slider-bottom {
    margin: 0;
  }
}
.entry-content .module.thumbgallery .gallery-wrapper .gallery .slider-bottom .slick-list {
  margin: 0;
}
.entry-content .module.thumbgallery .gallery-wrapper .gallery .slider-bottom .slick-list .slick-track {
  display: flex;
  gap: 10px;
}
.entry-content .module.thumbgallery .gallery-wrapper .gallery .slider-bottom .slick-list .slick-track .wrap {
  margin: 0 !important;
  outline: none;
}
@media all and (max-width: 990px) {
  .entry-content .module.thumbgallery .gallery-wrapper .gallery .slider-bottom .slick-list .slick-track .wrap {
    margin: 0;
    padding: 0 6px;
  }
}
.entry-content .module.thumbgallery .gallery-wrapper .gallery .slider-bottom .slick-list .slick-track .wrap img {
  border: 3px solid var(--sl-main-color);
  border-radius: 20px;
  width: 100%;
  min-width: 100%;
}
.entry-content .module.thumbgallery .gallery-wrapper .gallery .slider-bottom .slick-prev {
  left: -24px;
  top: 45px;
}
.entry-content .module.thumbgallery .gallery-wrapper .gallery .slider-bottom .slick-next {
  right: -20px;
  top: 45px;
}
.entry-content .module.thumbgallery .gallery-wrapper .gallery .gal_button {
  font-size: 20px;
  font-style: italic;
  line-height: 120%;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  text-align: center;
}
@media all and (max-width: 990px) {
  .entry-content .module.thumbgallery .gallery-wrapper .gallery .gal_button {
    margin-top: 22px;
    transform: translateX(-50%);
    position: relative;
    left: 50%;
  }
}
.entry-content .module.text-bild-kombi {
  padding: 0 calc(12% - 4px) 0;
  width: 100%;
  border-radius: 50px;
  clear: both;
  outline: none;
}
@media all and (max-width: 1265px) {
  .entry-content .module.text-bild-kombi {
    padding: 0 calc(10% - 4px) 0;
  }
}
@media all and (max-width: 480px) {
  .entry-content .module.text-bild-kombi {
    padding: 0 calc(10% - 2.5px) 0;
  }
}
@media all and (max-width: 390px) {
  .entry-content .module.text-bild-kombi {
    padding: 0 25px 0;
  }
}
.entry-content .module.text-bild-kombi.border {
  border: 8px solid var(--sl-main-color);
  margin-bottom: -8px;
}
@media all and (max-width: 480px) {
  .entry-content .module.text-bild-kombi.border {
    border: 5px solid var(--sl-main-color);
    margin-bottom: -5px;
  }
}
.entry-content .module.text-bild-kombi.unten-offen {
  margin-bottom: -85px;
}
@media all and (max-width: 990px) {
  .entry-content .module.text-bild-kombi.unten-offen .bilder-wrapper.slick-slider {
    margin-bottom: 60px !important;
  }
}
@media all and (max-width: 990px) {
  .entry-content .module.text-bild-kombi.unten-offen .bilder-wrapper.slick-slider .slick-dots {
    bottom: -50px !important;
  }
}
@media all and (max-width: 390px) {
  .entry-content .module.text-bild-kombi.unten-offen .bilder-wrapper.slick-slider .slick-dots {
    bottom: -55px !important;
    outline: none;
  }
}
@media all and (max-width: 990px) {
  .entry-content .module.text-bild-kombi .abstand-desktop-oben {
    display: none;
  }
}
.entry-content .module.text-bild-kombi .abstand-mobil-oben {
  display: none;
}
@media all and (max-width: 990px) {
  .entry-content .module.text-bild-kombi .abstand-mobil-oben {
    display: block;
  }
}
@media all and (max-width: 990px) {
  .entry-content .module.text-bild-kombi .abstand-desktop-unten {
    display: none;
  }
}
.entry-content .module.text-bild-kombi .abstand-mobil-unten {
  display: none;
}
@media all and (max-width: 990px) {
  .entry-content .module.text-bild-kombi .abstand-mobil-unten {
    display: block;
  }
}
.entry-content .module.text-bild-kombi .bildtext-ueberschrift h2 {
  font-size: 55px;
  color: var(--sl-main-color);
  font-weight: 900;
  font-style: italic;
  line-height: 120%;
}
@media all and (max-width: 1265px) {
  .entry-content .module.text-bild-kombi .bildtext-ueberschrift h2 {
    font-size: 45px;
  }
}
@media all and (max-width: 990px) {
  .entry-content .module.text-bild-kombi .bildtext-ueberschrift h2 {
    font-size: 35px;
  }
}
@media all and (max-width: 390px) {
  .entry-content .module.text-bild-kombi .bildtext-ueberschrift h2 {
    font-size: 25px;
  }
}
.entry-content .module.text-bild-kombi p {
  font-family: "InputMono" !important;
  font-size: 24px;
  line-height: 120%;
}
.entry-content .module.text-bild-kombi .colleft, .entry-content .module.text-bild-kombi .colright {
  margin-top: 35px;
}
@media all and (max-width: 990px) {
  .entry-content .module.text-bild-kombi .colleft {
    order: 0;
  }
}
@media all and (max-width: 480px) {
  .entry-content .module.text-bild-kombi .colleft {
    margin-top: 57px;
  }
}
@media all and (max-width: 990px) {
  .entry-content .module.text-bild-kombi .colright {
    order: 2;
  }
}
@media all and (max-width: 480px) {
  .entry-content .module.text-bild-kombi .colright {
    margin-top: 60px;
  }
}
.entry-content .module.text-bild-kombi .content-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 9%;
}
@media all and (max-width: 990px) {
  .entry-content .module.text-bild-kombi .content-wrapper {
    grid-template-columns: repeat(1, 100%);
  }
}
.entry-content .module.text-bild-kombi .bilder-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 9%;
}
@media all and (max-width: 990px) {
  .entry-content .module.text-bild-kombi .bilder-wrapper {
    display: block;
  }
}
.entry-content .module.text-bild-kombi .bilder-wrapper .bild {
  display: flex;
  padding-top: 30%;
}
@media all and (max-width: 990px) {
  .entry-content .module.text-bild-kombi .bilder-wrapper .bild {
    padding-top: 103px;
  }
}
.entry-content .module.text-bild-kombi .bilder-wrapper .bild img {
  width: 100%;
}
.entry-content .module.text-bild-kombi .thumbnails {
  margin: 0 -7px;
  margin-top: 92px;
}
@media all and (max-width: 1100px) {
  .entry-content .module.text-bild-kombi .thumbnails {
    margin-top: 80px;
  }
}
@media all and (max-width: 990px) {
  .entry-content .module.text-bild-kombi .thumbnails {
    margin: 0;
    margin-top: 70px;
  }
}
@media all and (max-width: 480px) {
  .entry-content .module.text-bild-kombi .thumbnails {
    margin-top: 30px;
  }
}
.entry-content .module.text-bild-kombi .thumbnails .thumb-row {
  width: calc(33.33% - 14px);
  float: left;
  margin: 0 7px;
  /*display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: repeat(5, 1fr);*/
}
.entry-content .module.text-bild-kombi .thumbnails .galeriebild {
  margin: 7px 0;
  position: relative;
  /*&:nth-child(odd){
    img {
      @media all and (max-width: 990px){
        padding-right: 15px;
      }
    }
  }
  &:nth-child(even){
    img {
      @media all and (max-width: 990px){
        padding-left: 15px;
      }
    }
    .beschriftung {
      @media all and (max-width: 990px){
        padding-left: 15px;
      }
    }
  }
  &:last-child {
    img {
      @media all and (max-width: 990px){
        padding-left: 15px;
        padding-right: 0;
      }
    }
  }*/
}
.entry-content .module.text-bild-kombi .thumbnails .galeriebild img {
  width: 100%;
}
@media all and (max-width: 990px) {
  .entry-content .module.text-bild-kombi .thumbnails .galeriebild img {
    padding: 0 15px;
  }
}
.entry-content .module.text-bild-kombi .thumbnails .galeriebild .beschriftung {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 100%;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: rgba(255, 255, 255, 0.8);
  opacity: 0;
  transition: opacity 0.25s ease-in-out 0.2s;
  cursor: default;
}
@media all and (max-width: 990px) {
  .entry-content .module.text-bild-kombi .thumbnails .galeriebild .beschriftung {
    position: static;
    background: none;
    opacity: 1;
    text-align: left;
    justify-content: flex-start;
    margin-top: 10px;
    line-height: 120%;
    padding-left: 15px;
  }
}
@media all and (max-width: 480px) {
  .entry-content .module.text-bild-kombi .thumbnails .galeriebild .beschriftung {
    font-size: 15px;
  }
}
.entry-content .module.text-bild-kombi .thumbnails .galeriebild .beschriftung p {
  display: block;
}
.entry-content .module.text-bild-kombi .thumbnails .galeriebild:hover .beschriftung {
  opacity: 1;
}
@media all and (max-width: 990px) {
  .entry-content .module.text-bild-kombi .thumbnails.thumbnails-1 {
    order: 1;
  }
}
@media all and (max-width: 990px) {
  .entry-content .module.text-bild-kombi .thumbnails.thumbnails-2 {
    order: 3;
  }
}
@media all and (max-width: 990px) {
  .entry-content .module.text-bild-kombi .thumbnails .thumbnails-desktop {
    display: none;
  }
}
.entry-content .module.text-bild-kombi .thumbnails .thumbnails-mobil {
  display: none;
}
@media all and (max-width: 990px) {
  .entry-content .module.text-bild-kombi .thumbnails .thumbnails-mobil {
    display: block;
    margin-left: -15px;
    margin-right: -15px;
  }
}
.entry-content .module.text-bild-kombi.mitabstand .bildtext-text {
  grid-column-gap: 0;
}
.entry-content .module.text-bild-kombi.mitabstand .bildtext-text .colright {
  padding-left: 18%;
}
@media all and (max-width: 990px) {
  .entry-content .module.text-bild-kombi.mitabstand .bildtext-text .colright {
    padding-left: 0;
  }
}
.entry-content .module.text-bild-kombi.mitabstand .bilder-wrapper .bild:nth-child(2n) {
  margin-left: 18%;
}
.entry-content .module.text-bild-kombi.mitabstand .thumbnails-wrapper {
  gap: 18%;
}
.entry-content .module.kategorie {
  padding: 0 calc(12% - 4px) 0;
  width: 100%;
  border-radius: 50px;
  clear: both;
}
@media all and (max-width: 1265px) {
  .entry-content .module.kategorie {
    padding: 0 calc(10% - 4px) 0;
  }
}
@media all and (max-width: 480px) {
  .entry-content .module.kategorie {
    padding: 0 calc(10% - 2.5px) 0;
  }
}
@media all and (max-width: 390px) {
  .entry-content .module.kategorie {
    padding: 0 25px 0;
  }
}
.entry-content .module.kategorie.border {
  border: 8px solid var(--sl-main-color);
  margin-bottom: -8px;
}
@media all and (max-width: 480px) {
  .entry-content .module.kategorie.border {
    border: 5px solid var(--sl-main-color);
    margin-bottom: -5px;
  }
}
@media all and (max-width: 990px) {
  .entry-content .module.kategorie .abstand-desktop-oben {
    display: none;
  }
}
.entry-content .module.kategorie .abstand-mobil-oben {
  display: none;
}
@media all and (max-width: 990px) {
  .entry-content .module.kategorie .abstand-mobil-oben {
    display: block;
  }
}
@media all and (max-width: 990px) {
  .entry-content .module.kategorie .abstand-desktop-unten {
    display: none;
  }
}
.entry-content .module.kategorie .abstand-mobil-unten {
  display: none;
}
@media all and (max-width: 990px) {
  .entry-content .module.kategorie .abstand-mobil-unten {
    display: block;
  }
}
@media all and (max-width: 990px) {
  .entry-content .module.kategorie .slick-slider {
    margin-bottom: 20px !important;
  }
}
@media all and (max-width: 990px) {
  .entry-content .module.kategorie .slick-slider .slick-dots {
    bottom: -30px !important;
  }
}
.entry-content .module.kategorie.unten-offen {
  margin-bottom: -85px;
  padding-bottom: 85px;
}
@media all and (max-width: 990px) {
  .entry-content .module.kategorie.unten-offen .slick-slider {
    margin-bottom: 0px !important;
  }
}
@media all and (max-width: 990px) {
  .entry-content .module.kategorie.unten-offen .slick-slider .slick-dots {
    bottom: -30px !important;
  }
}
.entry-content .module.kategorie .kategorie-kategorie {
  background: var(--sl-main-color);
  padding: 7px 22px;
  border-radius: 5px;
  font-size: 20px;
  font-style: italic;
  line-height: 120%;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  text-transform: uppercase;
  margin-right: 18px;
}
@media all and (max-width: 390px) {
  .entry-content .module.kategorie .kategorie-kategorie {
    padding: 8px 22px;
    margin-right: 10px;
    font-size: 18px;
  }
}
.entry-content .module.kategorie .kategorie-ueberschrift {
  display: inline-block;
  font-size: 20px;
  line-height: 120%;
  color: #000;
  text-decoration: none;
}
@media all and (max-width: 768px) {
  .entry-content .module.kategorie .kategorie-ueberschrift {
    font-size: 20px;
    line-height: 210%;
  }
}
@media all and (max-width: 450px) {
  .entry-content .module.kategorie .kategorie-ueberschrift {
    font-size: 18px;
    line-height: 230%;
  }
}
.entry-content .module.kategorie .kategorie-spalten {
  display: grid;
  grid-template-columns: repeat(5, 14.4%);
  grid-column-gap: 7%;
  margin-top: 35px;
}
@media all and (max-width: 1700px) {
  .entry-content .module.kategorie .kategorie-spalten {
    grid-column-gap: 5%;
    grid-template-columns: repeat(5, 16%);
  }
}
@media all and (max-width: 1450px) {
  .entry-content .module.kategorie .kategorie-spalten {
    grid-column-gap: 3%;
    grid-template-columns: repeat(5, 17.6%);
  }
}
@media all and (max-width: 1200px) {
  .entry-content .module.kategorie .kategorie-spalten {
    grid-column-gap: 1%;
    grid-template-columns: repeat(5, 19.2%);
  }
}
@media all and (max-width: 990px) {
  .entry-content .module.kategorie .kategorie-spalten {
    display: block;
    margin: 0 -15px;
    margin-top: 56px;
  }
}
.entry-content .module.kategorie .kategorie-spalten .kategorie-spalte {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media all and (max-width: 990px) {
  .entry-content .module.kategorie .kategorie-spalten .kategorie-spalte {
    flex-direction: column-reverse;
    gap: 20px;
    padding: 0 15px;
  }
}
.entry-content .module.kategorie .kategorie-spalten .kategorie-spalte .bild-wrapper {
  margin-bottom: 0px;
  display: flex;
  height: auto;
  min-height: 70%;
  align-items: center;
}
.entry-content .module.kategorie .kategorie-spalten .kategorie-spalte .bild-wrapper img {
  width: 100%;
}
.entry-content .module.kategorie .kategorie-spalten .kategorie-spalte .spalte-titel {
  font-size: 24px;
  line-height: 120%;
  font-weight: 600;
  hyphens: auto;
  padding-top: 20px;
}
@media all and (max-width: 1200px) {
  .entry-content .module.kategorie .kategorie-spalten .kategorie-spalte .spalte-titel {
    font-size: 20px;
    line-height: 130%;
  }
}
@media all and (max-width: 990px) {
  .entry-content .module.kategorie .kategorie-spalten .kategorie-spalte .spalte-titel {
    font-size: 18px;
  }
}
@media all and (max-width: 480px) {
  .entry-content .module.kategorie .kategorie-spalten .kategorie-spalte .spalte-titel {
    font-size: 15px;
  }
}
.entry-content .module.kategorie .kategorie-spalten .kategorie-spalte .spalte-subtitel {
  font-size: 24px;
  line-height: 120%;
  hyphens: auto;
}
@media all and (max-width: 1200px) {
  .entry-content .module.kategorie .kategorie-spalten .kategorie-spalte .spalte-subtitel {
    font-size: 20px;
    line-height: 130%;
  }
}
@media all and (max-width: 990px) {
  .entry-content .module.kategorie .kategorie-spalten .kategorie-spalte .spalte-subtitel {
    font-size: 18px;
  }
}
@media all and (max-width: 480px) {
  .entry-content .module.kategorie .kategorie-spalten .kategorie-spalte .spalte-subtitel {
    font-size: 15px;
  }
}
.entry-content .module.kategorie_zeispaltig {
  padding: 0 calc(12% - 4px) 0;
  width: 100%;
  clear: both;
}
@media all and (max-width: 1265px) {
  .entry-content .module.kategorie_zeispaltig {
    padding: 0 calc(10% - 4px) 0;
  }
}
.entry-content .module.kategorie_zeispaltig.border {
  border-radius: 50px;
  border: 8px solid var(--sl-main-color);
  margin-bottom: -8px;
}
.entry-content .module.kategorie_zeispaltig.unten-offen {
  margin-bottom: -85px;
  padding-bottom: 92px;
}
@media all and (max-width: 990px) {
  .entry-content .module.kategorie_zeispaltig .abstand-desktop-oben {
    display: none;
  }
}
.entry-content .module.kategorie_zeispaltig .abstand-mobil-oben {
  display: none;
}
@media all and (max-width: 990px) {
  .entry-content .module.kategorie_zeispaltig .abstand-mobil-oben {
    display: block;
  }
}
@media all and (max-width: 990px) {
  .entry-content .module.kategorie_zeispaltig .abstand-desktop-unten {
    display: none;
  }
}
.entry-content .module.kategorie_zeispaltig .abstand-mobil-unten {
  display: none;
}
@media all and (max-width: 990px) {
  .entry-content .module.kategorie_zeispaltig .abstand-mobil-unten {
    display: block;
  }
}
.entry-content .module.kategorie_zeispaltig .kategorie-ueberschrift {
  font-size: 55px;
  font-style: italic;
  font-weight: 900;
  line-height: 120%;
  text-transform: uppercase;
  margin-bottom: 8%;
}
@media all and (max-width: 1265px) {
  .entry-content .module.kategorie_zeispaltig .kategorie-ueberschrift {
    font-size: 45px;
  }
}
@media all and (max-width: 990px) {
  .entry-content .module.kategorie_zeispaltig .kategorie-ueberschrift {
    margin-bottom: 5%;
    text-align: center;
    font-size: 35px;
  }
}
@media all and (max-width: 480px) {
  .entry-content .module.kategorie_zeispaltig .kategorie-ueberschrift {
    font-size: 25px;
    margin-bottom: 12%;
  }
}
.entry-content .module.kategorie_zeispaltig .kategorie-text {
  margin-bottom: 7%;
}
.entry-content .module.kategorie_zeispaltig .kategorie-text h1, .entry-content .module.kategorie_zeispaltig .kategorie-text h2, .entry-content .module.kategorie_zeispaltig .kategorie-text h3, .entry-content .module.kategorie_zeispaltig .kategorie-text h4, .entry-content .module.kategorie_zeispaltig .kategorie-text h5, .entry-content .module.kategorie_zeispaltig .kategorie-text h6 {
  font-family: "InputMono";
  font-size: 38px;
  line-height: 118.42%;
  font-weight: bold;
  font-style: italic;
  margin-bottom: 40px;
}
@media all and (max-width: 990px) {
  .entry-content .module.kategorie_zeispaltig .kategorie-text h1, .entry-content .module.kategorie_zeispaltig .kategorie-text h2, .entry-content .module.kategorie_zeispaltig .kategorie-text h3, .entry-content .module.kategorie_zeispaltig .kategorie-text h4, .entry-content .module.kategorie_zeispaltig .kategorie-text h5, .entry-content .module.kategorie_zeispaltig .kategorie-text h6 {
    font-size: 26px;
    margin-bottom: 27px;
  }
}
@media all and (max-width: 540px) {
  .entry-content .module.kategorie_zeispaltig .kategorie-text h1, .entry-content .module.kategorie_zeispaltig .kategorie-text h2, .entry-content .module.kategorie_zeispaltig .kategorie-text h3, .entry-content .module.kategorie_zeispaltig .kategorie-text h4, .entry-content .module.kategorie_zeispaltig .kategorie-text h5, .entry-content .module.kategorie_zeispaltig .kategorie-text h6 {
    font-size: 18px;
    margin-bottom: 22px;
  }
}
@media all and (max-width: 390px) {
  .entry-content .module.kategorie_zeispaltig .kategorie-text h1, .entry-content .module.kategorie_zeispaltig .kategorie-text h2, .entry-content .module.kategorie_zeispaltig .kategorie-text h3, .entry-content .module.kategorie_zeispaltig .kategorie-text h4, .entry-content .module.kategorie_zeispaltig .kategorie-text h5, .entry-content .module.kategorie_zeispaltig .kategorie-text h6 {
    font-size: 16px;
    margin-bottom: 28px;
  }
}
.entry-content .module.kategorie_zeispaltig .kategorie-text h1 .teaser-subline, .entry-content .module.kategorie_zeispaltig .kategorie-text h2 .teaser-subline, .entry-content .module.kategorie_zeispaltig .kategorie-text h3 .teaser-subline, .entry-content .module.kategorie_zeispaltig .kategorie-text h4 .teaser-subline, .entry-content .module.kategorie_zeispaltig .kategorie-text h5 .teaser-subline, .entry-content .module.kategorie_zeispaltig .kategorie-text h6 .teaser-subline {
  font-weight: normal;
  font-style: normal;
}
.entry-content .module.kategorie_zeispaltig .kategorie-text p {
  font-family: "InputMono" !important;
  font-size: 24px;
  line-height: 120%;
}
.entry-content .module.kategorie_zeispaltig .kategorie-reihen .kategorie-reihe {
  display: grid;
  grid-template-columns: repeat(2, 50%);
  grid-column-gap: 0px;
  padding-bottom: 10%;
}
@media all and (max-width: 990px) {
  .entry-content .module.kategorie_zeispaltig .kategorie-reihen .kategorie-reihe {
    grid-template-columns: repeat(1, 100%);
    grid-row-gap: 33px;
  }
}
@media all and (max-width: 480px) {
  .entry-content .module.kategorie_zeispaltig .kategorie-reihen .kategorie-reihe {
    grid-row-gap: 66px;
  }
}
.entry-content .module.kategorie_zeispaltig .kategorie-reihen .kategorie-reihe:last-child {
  padding-bottom: 0;
}
@media all and (max-width: 990px) {
  .entry-content .module.kategorie_zeispaltig .kategorie-reihen .kategorie-reihe .reihe-bild-outer {
    margin: 0 -25px;
  }
}
.entry-content .module.kategorie_zeispaltig .kategorie-reihen .kategorie-reihe .reihe-bild-outer .reihe-bild-wrapper {
  position: relative;
  margin: 0 15%;
}
@media all and (max-width: 768px) {
  .entry-content .module.kategorie_zeispaltig .kategorie-reihen .kategorie-reihe .reihe-bild-outer .reihe-bild-wrapper {
    margin: 0 10%;
  }
}
@media all and (max-width: 480px) {
  .entry-content .module.kategorie_zeispaltig .kategorie-reihen .kategorie-reihe .reihe-bild-outer .reihe-bild-wrapper {
    margin: 0 auto;
    max-width: 70%;
  }
}
.entry-content .module.kategorie_zeispaltig .kategorie-reihen .kategorie-reihe .reihe-bild-outer .reihe-bild-wrapper .reihe-bild {
  position: relative;
  z-index: 1;
  opacity: 1;
  visibility: visible;
  transition: visibility 0.1s linear, opacity 0.1s linear;
}
.entry-content .module.kategorie_zeispaltig .kategorie-reihen .kategorie-reihe .reihe-bild-outer .reihe-bild-wrapper .reihe-bild img {
  width: 100%;
}
@media all and (max-width: 990px) {
  .entry-content .module.kategorie_zeispaltig .kategorie-reihen .kategorie-reihe .reihe-bild-outer .reihe-bild-wrapper .reihe-bild img {
    padding: 0 25px;
  }
}
.entry-content .module.kategorie_zeispaltig .kategorie-reihen .kategorie-reihe .reihe-bild-outer .reihe-bild-mouseover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
@media all and (max-width: 990px) {
  .entry-content .module.kategorie_zeispaltig .kategorie-reihen .kategorie-reihe .reihe-bild-outer .reihe-bild-mouseover {
    position: static;
    padding: 0;
  }
}
@media all and (max-width: 480px) {
  .entry-content .module.kategorie_zeispaltig .kategorie-reihen .kategorie-reihe .reihe-bild-outer .reihe-bild-mouseover {
    padding: 0;
  }
}
.entry-content .module.kategorie_zeispaltig .kategorie-reihen .kategorie-reihe .reihe-bild-outer .reihe-bild-mouseover img {
  width: 100%;
}
.entry-content .module.kategorie_zeispaltig .kategorie-reihen .kategorie-reihe .reihe-bild-outer:hover .reihe-bild {
  opacity: 0;
  visibility: hidden;
}
@media all and (max-width: 990px) {
  .entry-content .module.kategorie_zeispaltig .kategorie-reihen .kategorie-reihe .reihe-bild-outer:hover .reihe-bild {
    opacity: 1;
    visibility: visible;
  }
}
@media all and (max-width: 990px) {
  .entry-content .module.kategorie_zeispaltig .kategorie-reihen .kategorie-reihe .reihe-info-wrap {
    padding: 0 15%;
  }
}
@media all and (max-width: 768px) {
  .entry-content .module.kategorie_zeispaltig .kategorie-reihen .kategorie-reihe .reihe-info-wrap {
    padding: 0 10%;
  }
}
@media all and (max-width: 480px) {
  .entry-content .module.kategorie_zeispaltig .kategorie-reihen .kategorie-reihe .reihe-info-wrap {
    padding: 0;
    margin-bottom: 10%;
  }
}
.entry-content .module.kategorie_zeispaltig .kategorie-reihen .kategorie-reihe .reihe-info-wrap .reihe-titel-wrap {
  display: flex;
  margin-bottom: 52px;
}
@media all and (max-width: 990px) {
  .entry-content .module.kategorie_zeispaltig .kategorie-reihen .kategorie-reihe .reihe-info-wrap .reihe-titel-wrap {
    margin-bottom: 33px;
  }
}
.entry-content .module.kategorie_zeispaltig .kategorie-reihen .kategorie-reihe .reihe-info-wrap .reihe-titel-wrap .reihe-kategorie {
  background: var(--sl-main-color);
  padding: 11px 33px;
  border-radius: 10px;
  font-size: 20px;
  font-style: italic;
  line-height: 120%;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  text-transform: uppercase;
  margin-right: 18px;
}
@media all and (max-width: 390px) {
  .entry-content .module.kategorie_zeispaltig .kategorie-reihen .kategorie-reihe .reihe-info-wrap .reihe-titel-wrap .reihe-kategorie {
    padding: 8px 22px 7px;
    margin-right: 10px;
    font-size: 18px;
    height: 38px;
  }
}
.entry-content .module.kategorie_zeispaltig .kategorie-reihen .kategorie-reihe .reihe-info-wrap .reihe-titel-wrap .reihe-titel {
  font-size: 25px;
  line-height: 170%;
}
@media all and (max-width: 768px) {
  .entry-content .module.kategorie_zeispaltig .kategorie-reihen .kategorie-reihe .reihe-info-wrap .reihe-titel-wrap .reihe-titel {
    font-size: 20px;
    line-height: 210%;
  }
}
@media all and (max-width: 390px) {
  .entry-content .module.kategorie_zeispaltig .kategorie-reihen .kategorie-reihe .reihe-info-wrap .reihe-titel-wrap .reihe-titel {
    font-size: 18px;
    line-height: 230%;
  }
}
.entry-content .module.kategorie_zeispaltig .kategorie-reihen .kategorie-reihe .reihe-info-wrap .reihe-text ul, .entry-content .module.kategorie_zeispaltig .kategorie-reihen .kategorie-reihe .reihe-info-wrap .reihe-text ol, .entry-content .module.kategorie_zeispaltig .kategorie-reihen .kategorie-reihe .reihe-info-wrap .reihe-text p, .entry-content .module.kategorie_zeispaltig .kategorie-reihen .kategorie-reihe .reihe-info-wrap .reihe-text a, .entry-content .module.kategorie_zeispaltig .kategorie-reihen .kategorie-reihe .reihe-info-wrap .reihe-text blockquote {
  font-size: 22px;
  line-height: 120%;
}
@media all and (max-width: 480px) {
  .entry-content .module.kategorie_zeispaltig .kategorie-reihen .kategorie-reihe .reihe-info-wrap .reihe-text ul, .entry-content .module.kategorie_zeispaltig .kategorie-reihen .kategorie-reihe .reihe-info-wrap .reihe-text ol, .entry-content .module.kategorie_zeispaltig .kategorie-reihen .kategorie-reihe .reihe-info-wrap .reihe-text p, .entry-content .module.kategorie_zeispaltig .kategorie-reihen .kategorie-reihe .reihe-info-wrap .reihe-text a, .entry-content .module.kategorie_zeispaltig .kategorie-reihen .kategorie-reihe .reihe-info-wrap .reihe-text blockquote {
    font-size: 15px;
  }
}
@media all and (max-width: 320px) {
  .entry-content .module.kategorie_zeispaltig .kategorie-reihen .kategorie-reihe .reihe-info-wrap .reihe-text ul, .entry-content .module.kategorie_zeispaltig .kategorie-reihen .kategorie-reihe .reihe-info-wrap .reihe-text ol, .entry-content .module.kategorie_zeispaltig .kategorie-reihen .kategorie-reihe .reihe-info-wrap .reihe-text p, .entry-content .module.kategorie_zeispaltig .kategorie-reihen .kategorie-reihe .reihe-info-wrap .reihe-text a, .entry-content .module.kategorie_zeispaltig .kategorie-reihen .kategorie-reihe .reihe-info-wrap .reihe-text blockquote {
    font-size: 14px;
  }
}
.entry-content .module.kategorie_zeispaltig .kategorie-reihen .kategorie-reihe .reihe-info-wrap .reihe-text ul {
  list-style: disc;
  margin-left: 22px;
}
.entry-content .module.text-bild-kombi-halb {
  display: grid;
  grid-template-columns: repeat(2, 50%);
  grid-column-gap: -4px;
}
@media all and (max-width: 990px) {
  .entry-content .module.text-bild-kombi-halb {
    grid-template-columns: repeat(1, 100%);
    grid-column-gap: 0px;
  }
}
.entry-content .module.text-bild-kombi-halb .spalte {
  padding: 0 calc(24% - 4px) 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media all and (max-width: 1265px) {
  .entry-content .module.text-bild-kombi-halb .spalte {
    padding: 0 calc(20% - 4px) 0;
  }
}
@media all and (max-width: 990px) {
  .entry-content .module.text-bild-kombi-halb .spalte {
    padding: 0 calc(10% - 4px) 0;
  }
}
@media all and (max-width: 480px) {
  .entry-content .module.text-bild-kombi-halb .spalte {
    padding: 0 calc(10% - 2.5px) 0;
  }
}
@media all and (max-width: 390px) {
  .entry-content .module.text-bild-kombi-halb .spalte {
    padding: 0 25px 0;
  }
}
.entry-content .module.text-bild-kombi-halb .spalte.border {
  border-radius: 50px;
  border: 8px solid var(--sl-main-color);
  margin-bottom: -4px;
}
@media all and (max-width: 480px) {
  .entry-content .module.text-bild-kombi-halb .spalte.border {
    border: 5px solid var(--sl-main-color);
    margin-bottom: -5px;
  }
}
@media all and (max-width: 990px) {
  .entry-content .module.text-bild-kombi-halb .spalte .abstand-desktop-oben {
    display: none;
  }
}
.entry-content .module.text-bild-kombi-halb .spalte .abstand-mobil-oben {
  display: none;
}
@media all and (max-width: 990px) {
  .entry-content .module.text-bild-kombi-halb .spalte .abstand-mobil-oben {
    display: block;
  }
}
@media all and (max-width: 990px) {
  .entry-content .module.text-bild-kombi-halb .spalte .abstand-desktop-unten {
    display: none;
  }
}
.entry-content .module.text-bild-kombi-halb .spalte .abstand-mobil-unten {
  display: none;
}
@media all and (max-width: 990px) {
  .entry-content .module.text-bild-kombi-halb .spalte .abstand-mobil-unten {
    display: block;
  }
}
.entry-content .module.text-bild-kombi-halb .spalte .bildtexthalb-ueberschrift h2 {
  font-size: 55px;
  line-height: 120%;
  font-weight: 900;
  font-style: italic;
  margin-bottom: 50px;
}
@media all and (max-width: 1265px) {
  .entry-content .module.text-bild-kombi-halb .spalte .bildtexthalb-ueberschrift h2 {
    font-size: 45px;
  }
}
@media all and (max-width: 990px) {
  .entry-content .module.text-bild-kombi-halb .spalte .bildtexthalb-ueberschrift h2 {
    font-size: 35px;
  }
}
@media all and (max-width: 480px) {
  .entry-content .module.text-bild-kombi-halb .spalte .bildtexthalb-ueberschrift h2 {
    margin-bottom: 40px;
  }
}
@media all and (max-width: 390px) {
  .entry-content .module.text-bild-kombi-halb .spalte .bildtexthalb-ueberschrift h2 {
    font-size: 25px;
  }
}
.entry-content .module.text-bild-kombi-halb .spalte .bildtexthalb-text p {
  font-family: "InputMono" !important;
  font-size: 24px;
  line-height: 120%;
}
.entry-content .module.text-bild-kombi-halb .spalte .bild-wrapper .bildtexthalb-bildueberschrift {
  margin-top: 50px;
  margin-bottom: 22px;
}
@media all and (max-width: 990px) {
  .entry-content .module.text-bild-kombi-halb .spalte .bild-wrapper .bildtexthalb-bildueberschrift {
    margin-bottom: 27px;
  }
}
.entry-content .module.text-bild-kombi-halb .spalte .bild-wrapper .bildtexthalb-bildueberschrift h3 {
  font-size: 24px;
  line-height: 120%;
  font-weight: bold;
  font-style: italic;
}
@media all and (max-width: 990px) {
  .entry-content .module.text-bild-kombi-halb .spalte .bild-wrapper .bildtexthalb-bildueberschrift h3 {
    text-align: center;
    padding-bottom: 27px;
  }
}
@media all and (max-width: 390px) {
  .entry-content .module.text-bild-kombi-halb .spalte .bild-wrapper .bildtexthalb-bildueberschrift h3 {
    font-size: 20px;
  }
}
.entry-content .module.text-bild-kombi-halb .spalte .bild-wrapper .bild {
  max-width: 60%;
}
@media all and (max-width: 990px) {
  .entry-content .module.text-bild-kombi-halb .spalte .bild-wrapper .bild {
    max-width: 100%;
  }
}
.entry-content .module.text-bild-kombi-halb .spalte .bild-wrapper .bild img {
  width: 100%;
  border: 3px solid var(--sl-main-color);
  border-radius: 20px;
}
.entry-content .module.text-bild-kombi-halb .spalte .bild-wrapper .gal_button {
  font-size: 20px;
  font-style: italic;
  line-height: 120%;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  text-align: center;
}
@media all and (max-width: 990px) {
  .entry-content .module.text-bild-kombi-halb .spalte .bild-wrapper .gal_button {
    margin-top: 22px;
    transform: translateX(-50%);
    position: relative;
    left: 50%;
  }
}
.entry-content .module.text-bild-kombi-halb .spalte:nth-child(odd) {
  margin-right: -4px;
}
@media all and (max-width: 990px) {
  .entry-content .module.text-bild-kombi-halb .spalte:nth-child(odd) {
    margin-right: 0px;
  }
}
.entry-content .module.text-bild-kombi-halb .spalte:nth-child(even) {
  margin-left: -4px;
}
@media all and (max-width: 990px) {
  .entry-content .module.text-bild-kombi-halb .spalte:nth-child(even) {
    margin-left: 0px;
  }
}
.entry-content .module.kontakt {
  padding: 120px calc(12% - 4px) 42px;
  width: 100%;
  clear: both;
  border-radius: 50px;
  /*.kontakt-unten-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 50%);*/
}
@media all and (max-width: 1265px) {
  .entry-content .module.kontakt {
    padding: 120px calc(10% - 4px) 42px;
  }
}
@media all and (max-width: 990px) {
  .entry-content .module.kontakt {
    padding: 24px 24px 64px 24px;
  }
}
@media all and (max-width: 480px) {
  .entry-content .module.kontakt {
    padding: 8px 8px 64px 8px;
  }
}
.entry-content .module.kontakt .kontakt-links-oben {
  margin-bottom: 138px;
}
@media all and (max-width: 990px) {
  .entry-content .module.kontakt .kontakt-links-oben {
    padding: 25px;
    margin-bottom: 80px;
  }
}
@media all and (max-width: 480px) {
  .entry-content .module.kontakt .kontakt-links-oben {
    padding: 25px;
    padding-top: 85px;
    margin-bottom: 21px;
  }
}
.entry-content .module.kontakt .kontakt-links-oben .kontakt-ueberschrift h2 {
  font-size: 55px;
  line-height: 152%;
  font-weight: bold;
  font-style: italic;
  margin-bottom: 35px;
}
@media all and (max-width: 1265px) {
  .entry-content .module.kontakt .kontakt-links-oben .kontakt-ueberschrift h2 {
    font-size: 45px;
  }
}
@media all and (max-width: 990px) {
  .entry-content .module.kontakt .kontakt-links-oben .kontakt-ueberschrift h2 {
    font-size: 35px;
  }
}
@media all and (max-width: 480px) {
  .entry-content .module.kontakt .kontakt-links-oben .kontakt-ueberschrift h2 {
    margin-bottom: 31px;
  }
}
@media all and (max-width: 390px) {
  .entry-content .module.kontakt .kontakt-links-oben .kontakt-ueberschrift h2 {
    font-size: 25px;
  }
}
.entry-content .module.kontakt .kontakt-links-oben .kontakt-subueberschrift h3 {
  font-size: 35px;
  line-height: 120%;
  letter-spacing: -0.7px;
  margin-bottom: 51px;
}
@media all and (max-width: 990px) {
  .entry-content .module.kontakt .kontakt-links-oben .kontakt-subueberschrift h3 {
    font-size: 25px;
    margin-bottom: 67px;
  }
}
@media all and (max-width: 480px) {
  .entry-content .module.kontakt .kontakt-links-oben .kontakt-subueberschrift h3 {
    font-size: 15px;
  }
}
.entry-content .module.kontakt .kontakt-links-oben .kontakt-text {
  max-width: 45%;
}
@media all and (max-width: 990px) {
  .entry-content .module.kontakt .kontakt-links-oben .kontakt-text {
    max-width: 100%;
  }
}
.entry-content .module.kontakt .kontakt-links-oben .kontakt-text h1, .entry-content .module.kontakt .kontakt-links-oben .kontakt-text h2, .entry-content .module.kontakt .kontakt-links-oben .kontakt-text h3, .entry-content .module.kontakt .kontakt-links-oben .kontakt-text h4, .entry-content .module.kontakt .kontakt-links-oben .kontakt-text h5, .entry-content .module.kontakt .kontakt-links-oben .kontakt-text h6 {
  font-size: 25px;
  line-height: 120%;
  margin-bottom: 12px;
}
@media all and (max-width: 1200px) {
  .entry-content .module.kontakt .kontakt-links-oben .kontakt-text h1, .entry-content .module.kontakt .kontakt-links-oben .kontakt-text h2, .entry-content .module.kontakt .kontakt-links-oben .kontakt-text h3, .entry-content .module.kontakt .kontakt-links-oben .kontakt-text h4, .entry-content .module.kontakt .kontakt-links-oben .kontakt-text h5, .entry-content .module.kontakt .kontakt-links-oben .kontakt-text h6 {
    font-size: 21px;
  }
}
@media all and (max-width: 990px) {
  .entry-content .module.kontakt .kontakt-links-oben .kontakt-text h1, .entry-content .module.kontakt .kontakt-links-oben .kontakt-text h2, .entry-content .module.kontakt .kontakt-links-oben .kontakt-text h3, .entry-content .module.kontakt .kontakt-links-oben .kontakt-text h4, .entry-content .module.kontakt .kontakt-links-oben .kontakt-text h5, .entry-content .module.kontakt .kontakt-links-oben .kontakt-text h6 {
    font-size: 20px;
  }
}
@media all and (max-width: 480px) {
  .entry-content .module.kontakt .kontakt-links-oben .kontakt-text h1, .entry-content .module.kontakt .kontakt-links-oben .kontakt-text h2, .entry-content .module.kontakt .kontakt-links-oben .kontakt-text h3, .entry-content .module.kontakt .kontakt-links-oben .kontakt-text h4, .entry-content .module.kontakt .kontakt-links-oben .kontakt-text h5, .entry-content .module.kontakt .kontakt-links-oben .kontakt-text h6 {
    margin-bottom: 25px;
  }
}
.entry-content .module.kontakt .kontakt-links-oben .kontakt-text p {
  font-family: "InputMono" !important;
  font-size: 24px;
  line-height: 120%;
  margin-bottom: 12px;
}
.entry-content .module.kontakt .kontakt-links-unten {
  padding-right: 10%;
}
@media all and (max-width: 990px) {
  .entry-content .module.kontakt .kontakt-links-unten {
    padding: 0 25px;
  }
}
.entry-content .module.kontakt .kontakt-links-unten .kontakt-shortcode .wpcf7 form {
  font-family: "InputMono";
  position: relative;
}
.entry-content .module.kontakt .kontakt-links-unten .kontakt-shortcode .wpcf7 form .kontaktspalten {
  display: grid;
}
.entry-content .module.kontakt .kontakt-links-unten .kontakt-shortcode .wpcf7 form .kontaktspalten .wpcf7-form-control-wrap {
  display: inline-block;
  width: 100%;
}
.entry-content .module.kontakt .kontakt-links-unten .kontakt-shortcode .wpcf7 form .kontaktspalten select, .entry-content .module.kontakt .kontakt-links-unten .kontakt-shortcode .wpcf7 form .kontaktspalten label, .entry-content .module.kontakt .kontakt-links-unten .kontakt-shortcode .wpcf7 form .kontaktspalten textarea, .entry-content .module.kontakt .kontakt-links-unten .kontakt-shortcode .wpcf7 form .kontaktspalten input {
  display: inline-block;
  width: 100%;
}
.entry-content .module.kontakt .kontakt-links-unten .kontakt-shortcode .wpcf7 form .kontaktspalten label {
  font-size: 20px;
}
@media all and (max-width: 480px) {
  .entry-content .module.kontakt .kontakt-links-unten .kontakt-shortcode .wpcf7 form .kontaktspalten label {
    font-size: 15px;
  }
}
.entry-content .module.kontakt .kontakt-links-unten .kontakt-shortcode .wpcf7 form .kontaktspalten input, .entry-content .module.kontakt .kontakt-links-unten .kontakt-shortcode .wpcf7 form .kontaktspalten textarea {
  height: 66px;
  border: 2px solid #fff;
  border-radius: 15px;
  background: #000;
  color: #fff;
  padding: 20px 30px;
  font-size: 20px;
  font-family: "InputMono";
}
@media all and (max-width: 990px) {
  .entry-content .module.kontakt .kontakt-links-unten .kontakt-shortcode .wpcf7 form .kontaktspalten input, .entry-content .module.kontakt .kontakt-links-unten .kontakt-shortcode .wpcf7 form .kontaktspalten textarea {
    padding: 17px;
    padding-top: 15px;
    height: 52px;
  }
}
@media all and (max-width: 480px) {
  .entry-content .module.kontakt .kontakt-links-unten .kontakt-shortcode .wpcf7 form .kontaktspalten input, .entry-content .module.kontakt .kontakt-links-unten .kontakt-shortcode .wpcf7 form .kontaktspalten textarea {
    font-size: 15px;
  }
}
.entry-content .module.kontakt .kontakt-links-unten .kontakt-shortcode .wpcf7 form .kontaktspalten input::-webkit-input-placeholder, .entry-content .module.kontakt .kontakt-links-unten .kontakt-shortcode .wpcf7 form .kontaktspalten textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
  font-size: 20px;
}
@media all and (max-width: 480px) {
  .entry-content .module.kontakt .kontakt-links-unten .kontakt-shortcode .wpcf7 form .kontaktspalten input::-webkit-input-placeholder, .entry-content .module.kontakt .kontakt-links-unten .kontakt-shortcode .wpcf7 form .kontaktspalten textarea::-webkit-input-placeholder {
    font-size: 15px;
  }
}
.entry-content .module.kontakt .kontakt-links-unten .kontakt-shortcode .wpcf7 form .kontaktspalten input::-moz-placeholder, .entry-content .module.kontakt .kontakt-links-unten .kontakt-shortcode .wpcf7 form .kontaktspalten textarea::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
  font-size: 20px;
}
@media all and (max-width: 480px) {
  .entry-content .module.kontakt .kontakt-links-unten .kontakt-shortcode .wpcf7 form .kontaktspalten input::-moz-placeholder, .entry-content .module.kontakt .kontakt-links-unten .kontakt-shortcode .wpcf7 form .kontaktspalten textarea::-moz-placeholder {
    font-size: 15px;
  }
}
.entry-content .module.kontakt .kontakt-links-unten .kontakt-shortcode .wpcf7 form .kontaktspalten input:-ms-input-placeholder, .entry-content .module.kontakt .kontakt-links-unten .kontakt-shortcode .wpcf7 form .kontaktspalten textarea:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
  font-size: 20px;
}
@media all and (max-width: 480px) {
  .entry-content .module.kontakt .kontakt-links-unten .kontakt-shortcode .wpcf7 form .kontaktspalten input:-ms-input-placeholder, .entry-content .module.kontakt .kontakt-links-unten .kontakt-shortcode .wpcf7 form .kontaktspalten textarea:-ms-input-placeholder {
    font-size: 15px;
  }
}
.entry-content .module.kontakt .kontakt-links-unten .kontakt-shortcode .wpcf7 form .kontaktspalten input:-moz-placeholder, .entry-content .module.kontakt .kontakt-links-unten .kontakt-shortcode .wpcf7 form .kontaktspalten textarea:-moz-placeholder { /* Firefox 18- */
  color: #fff;
  font-size: 20px;
}
@media all and (max-width: 480px) {
  .entry-content .module.kontakt .kontakt-links-unten .kontakt-shortcode .wpcf7 form .kontaktspalten input:-moz-placeholder, .entry-content .module.kontakt .kontakt-links-unten .kontakt-shortcode .wpcf7 form .kontaktspalten textarea:-moz-placeholder {
    font-size: 15px;
  }
}
.entry-content .module.kontakt .kontakt-links-unten .kontakt-shortcode .wpcf7 form .kontaktspalten .select-wrapper .wpcf7-form-control-wrap:before {
  content: "";
  background: url("../img/chevron.svg");
  background-size: 100%;
  width: 28px;
  height: 28px;
  display: block;
  position: absolute;
  right: 25px;
  top: 18px;
  transform: rotate(90deg);
  pointer-events: none;
}
.entry-content .module.kontakt .kontakt-links-unten .kontakt-shortcode .wpcf7 form .kontaktspalten .select-wrapper .wpcf7-form-control-wrap select {
  margin-bottom: 36px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  width: calc(100% + 8px);
  padding: 10px 30px;
  height: 58px;
  background: #000;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 15px;
  font-size: 20px;
  line-height: 1.5;
  font-family: "InputMono";
}
@media all and (max-width: 480px) {
  .entry-content .module.kontakt .kontakt-links-unten .kontakt-shortcode .wpcf7 form .kontaktspalten .select-wrapper .wpcf7-form-control-wrap select {
    width: 100%;
    font-size: 15px;
  }
}
.entry-content .module.kontakt .kontakt-links-unten .kontakt-shortcode .wpcf7 form .kontaktspalten .select-wrapper .wpcf7-form-control-wrap select option {
  font-size: 20px;
  line-height: 1;
  font-family: "InputMono";
}
@media all and (max-width: 480px) {
  .entry-content .module.kontakt .kontakt-links-unten .kontakt-shortcode .wpcf7 form .kontaktspalten .select-wrapper .wpcf7-form-control-wrap select option {
    font-size: 15px;
  }
}
.entry-content .module.kontakt .kontakt-links-unten .kontakt-shortcode .wpcf7 form .kontaktspalten .select-wrapper .wpcf7-form-control-wrap select::-ms-expand {
  display: none;
}
.entry-content .module.kontakt .kontakt-links-unten .kontakt-shortcode .wpcf7 form .kontaktspalten textarea {
  height: 150px;
  margin-top: 10px;
  margin-bottom: 97px;
  width: calc(100% + 8px);
}
@media all and (max-width: 480px) {
  .entry-content .module.kontakt .kontakt-links-unten .kontakt-shortcode .wpcf7 form .kontaktspalten textarea {
    width: 100%;
    margin-bottom: 29px;
  }
}
.entry-content .module.kontakt .kontakt-links-unten .kontakt-shortcode .wpcf7 form .kontaktspalten .wpcf7-checkbox .wpcf7-list-item {
  margin: 0;
}
.entry-content .module.kontakt .kontakt-links-unten .kontakt-shortcode .wpcf7 form .kontaktspalten .wpcf7-checkbox .wpcf7-list-item input {
  width: 27px;
  height: 27px;
  border: 2px solid #fff;
  border-radius: 5px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  padding: 0;
}
.entry-content .module.kontakt .kontakt-links-unten .kontakt-shortcode .wpcf7 form .kontaktspalten .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label {
  display: none;
}
.entry-content .module.kontakt .kontakt-links-unten .kontakt-shortcode .wpcf7 form .kontaktspalten .checkbox-wrapper {
  display: flex;
  margin-bottom: 54px;
  position: relative;
}
@media all and (max-width: 480px) {
  .entry-content .module.kontakt .kontakt-links-unten .kontakt-shortcode .wpcf7 form .kontaktspalten .checkbox-wrapper {
    margin-bottom: 42px;
  }
}
.entry-content .module.kontakt .kontakt-links-unten .kontakt-shortcode .wpcf7 form .kontaktspalten .checkbox-wrapper .wpcf7-form-control-wrap {
  display: inline;
  width: auto;
  margin-right: 15px;
  position: static;
}
.entry-content .module.kontakt .kontakt-links-unten .kontakt-shortcode .wpcf7 form .kontaktspalten .checkbox-wrapper .wpcf7-form-control-wrap input:checked:before {
  content: "";
  font-size: 14px;
  color: #fff;
  background: url("../img/check.svg");
  background-size: 100%;
  display: block;
  width: 24px;
  height: 24px;
}
.entry-content .module.kontakt .kontakt-links-unten .kontakt-shortcode .wpcf7 form .kontaktspalten .checkbox-wrapper .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  position: absolute;
  width: 100%;
  bottom: -34px;
  left: 48px;
}
.entry-content .module.kontakt .kontakt-links-unten .kontakt-shortcode .wpcf7 form .kontaktspalten .checkbox-wrapper .checkbox-text {
  color: #fff;
  font-size: 20px;
  line-height: 120%;
}
@media all and (max-width: 480px) {
  .entry-content .module.kontakt .kontakt-links-unten .kontakt-shortcode .wpcf7 form .kontaktspalten .checkbox-wrapper .checkbox-text {
    font-size: 15px;
    hyphens: auto;
  }
}
.entry-content .module.kontakt .kontakt-links-unten .kontakt-shortcode .wpcf7 form .kontaktspalten .checkbox-wrapper .checkbox-text a {
  color: #fff;
}
.entry-content .module.kontakt .kontakt-links-unten .kontakt-shortcode .wpcf7 form .kontaktspalten .wpcf7-submit {
  margin-top: 52px;
  width: 165px !important;
  display: inline !important;
  line-height: 1;
  cursor: pointer;
}
@media all and (max-width: 480px) {
  .entry-content .module.kontakt .kontakt-links-unten .kontakt-shortcode .wpcf7 form .kontaktspalten .wpcf7-submit {
    margin: 0 auto;
    font-size: 18px;
  }
}
.entry-content .module.kontakt .kontakt-links-unten .kontakt-shortcode .wpcf7 form .kontaktspalten .wpcf7-not-valid-tip {
  font-size: 20px;
  padding: 14px 0;
}
@media all and (max-width: 480px) {
  .entry-content .module.kontakt .kontakt-links-unten .kontakt-shortcode .wpcf7 form .kontaktspalten .wpcf7-not-valid-tip {
    font-size: 15px;
  }
}
.entry-content .module.kontakt .kontakt-links-unten .kontakt-shortcode .wpcf7 form .kontaktspalten.halb {
  grid-template-columns: repeat(2, 50%);
  grid-gap: 8px;
  margin-bottom: 14px;
}
@media all and (max-width: 480px) {
  .entry-content .module.kontakt .kontakt-links-unten .kontakt-shortcode .wpcf7 form .kontaktspalten.halb {
    grid-template-columns: repeat(1, 100%);
    grid-gap: 20px;
    margin-bottom: 20px;
  }
}
.entry-content .module.kontakt .kontakt-links-unten .kontakt-shortcode .wpcf7 form .kontaktspalten.halb p {
  width: calc(100% - 8px);
  margin-bottom: 14px;
}
.entry-content .module.kontakt .kontakt-links-unten .kontakt-shortcode .wpcf7 form .kontaktspalten.halb p .wpcf7-form-control-wrap {
  display: inline-block;
  width: 100%;
}
.entry-content .module.kontakt .kontakt-links-unten .kontakt-shortcode .wpcf7 form .kontaktspalten.halb p select, .entry-content .module.kontakt .kontakt-links-unten .kontakt-shortcode .wpcf7 form .kontaktspalten.halb p label, .entry-content .module.kontakt .kontakt-links-unten .kontakt-shortcode .wpcf7 form .kontaktspalten.halb p textarea, .entry-content .module.kontakt .kontakt-links-unten .kontakt-shortcode .wpcf7 form .kontaktspalten.halb p input {
  display: inline-block;
  width: 100%;
}
.entry-content .module.kontakt .kontakt-links-unten .kontakt-shortcode .wpcf7 form .kontaktspalten.voll {
  grid-template-columns: repeat(1, 100%);
}
.entry-content .module.kontakt .kontakt-links-unten .kontakt-shortcode .wpcf7 .wpcf7-spinner {
  position: absolute;
  left: 170px;
  bottom: 20px;
  opacity: 1;
}
.entry-content .module.kontakt .kontakt-rechts .kontakt-gmshortcode {
  margin-bottom: 52px;
}
@media all and (max-width: 990px) {
  .entry-content .module.kontakt .kontakt-rechts .kontakt-gmshortcode {
    margin-bottom: 42px;
  }
}
.entry-content .module.kontakt .kontakt-rechts .kontakt-gmshortcode .cmplz-placeholder-element {
  background-image: none !important;
  background: transparent;
  border: 2px solid #fff;
  border-radius: 15px;
}
.entry-content .module.kontakt .kontakt-rechts .kontakt-gmshortcode .cmplz-placeholder-element.cmplz-activated {
  border: 0;
}
.entry-content .module.kontakt .kontakt-rechts .kontakt-gmshortcode .cmplz-placeholder-element.wpgmp_map_container {
  position: relative;
}
.entry-content .module.kontakt .kontakt-rechts .kontakt-gmshortcode .cmplz-placeholder-element.wpgmp_map_container:before {
  content: "Google Map";
  display: block;
  font-size: 24px;
  color: #fff;
  font-family: "InputMono";
  position: absolute;
  top: calc(50% - 85px);
  text-align: center;
  width: 100%;
  font-style: italic;
}
.entry-content .module.kontakt .kontakt-rechts .kontakt-gmshortcode .cmplz-placeholder-element button.cmplz-blocked-content-notice {
  border: 0;
  font-family: "InputMono";
  cursor: pointer;
}
.entry-content .module.kontakt .kontakt-rechts .kontakt-gmshortcode .wpgmp_map_container .wpgmp_map_parent {
  margin-bottom: 0;
}
.entry-content .module.kontakt .kontakt-rechts .kontakt-gmshortcode .wpgmp_map_container .wpgmp_map_parent .wpgmp_map {
  border-radius: 15px;
}
@media all and (max-width: 990px) {
  .entry-content .module.kontakt .kontakt-rechts .kontakt-gmshortcode .wpgmp_map_container .wpgmp_map_parent .wpgmp_map {
    border-radius: 50px;
    max-height: 450px;
  }
}
.entry-content .module.kontakt .kontakt-rechts .kontakt-adresse, .entry-content .module.kontakt .kontakt-rechts .kontakt-email {
  font-family: "InputMono" !important;
  font-size: 24px;
  line-height: 120%;
  margin-bottom: 64px;
  position: relative;
  padding-left: 55px;
}
@media all and (max-width: 990px) {
  .entry-content .module.kontakt .kontakt-rechts .kontakt-adresse, .entry-content .module.kontakt .kontakt-rechts .kontakt-email {
    text-align: center;
    max-width: 40%;
    margin: 0 auto 65px auto;
    padding-left: 0;
    padding-top: 55px;
  }
}
.entry-content .module.kontakt .kontakt-rechts .kontakt-adresse:before, .entry-content .module.kontakt .kontakt-rechts .kontakt-email:before {
  content: "";
  background: url("../img/map-pin.svg");
  background-size: 100%;
  width: 39px;
  height: 39px;
  display: block;
  position: absolute;
  left: 0;
}
@media all and (max-width: 990px) {
  .entry-content .module.kontakt .kontakt-rechts .kontakt-adresse:before, .entry-content .module.kontakt .kontakt-rechts .kontakt-email:before {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
.entry-content .module.kontakt .kontakt-rechts .kontakt-email {
  margin-bottom: 0;
}
.entry-content .module.kontakt .kontakt-rechts .kontakt-email:before {
  background: url("../img/mail.svg");
}
.entry-content .module.kontakt .kontakt-rechts .kontakt-email a {
  text-decoration: none;
}
.entry-content .module.kontakt .kontakt-grid {
  color: #fff;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, auto);
}
@media all and (max-width: 990px) {
  .entry-content .module.kontakt .kontakt-grid {
    grid-template-columns: repeat(1, 100%);
    grid-template-rows: repeat(3, auto);
  }
}
.entry-content .module.kontakt .kontakt-grid .kontakt-grid-row-1 {
  grid-column: span 4;
}
@media all and (max-width: 990px) {
  .entry-content .module.kontakt .kontakt-grid .kontakt-grid-row-1 {
    order: 1;
  }
}
@media all and (max-width: 990px) {
  .entry-content .module.kontakt .kontakt-grid .kontakt-grid-row-2 {
    order: 2;
  }
}
@media all and (max-width: 990px) {
  .entry-content .module.kontakt .kontakt-grid .kontakt-grid-row-3 {
    order: 0;
  }
}
.entry-content .module.sdfc_animation, .entry-content .module .sdfc_animation {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.5s ease-in-out 0.3s, transform 0.6s ease-in-out 0.5s;
}
@media all and (max-width: 480px) {
  .entry-content .module.sdfc_animation, .entry-content .module .sdfc_animation {
    transition: opacity 0.5s ease-in-out, transform 0.6s ease-in-out 0.2s;
  }
}
.entry-content .module.sdfc_animation.unten-offen, .entry-content .module .sdfc_animation.unten-offen {
  transform: translateY(85px);
}
.entry-content .module.sdfc_animation.animation-visible, .entry-content .module .sdfc_animation.animation-visible {
  opacity: 1;
  transform: translateY(0);
}
.entry-content .module.sdfc_animation.delay, .entry-content .module .sdfc_animation.delay {
  transition: opacity 0.3s ease-in-out 1s;
}
.entry-content .module p {
  margin-bottom: 15px;
}

.chrome option {
  font-size: 0.8rem !important;
}
@media all and (max-width: 480px) {
  .chrome option {
    font-size: 0.5rem !important;
  }
}

/*# sourceMappingURL=sdfc_main.css.map */
