@charset "UTF-8";
/*
Theme Name:			Suschko Landingpages
Author:				newsenses GmbH
Author URI:			http://www.newsenses.net
Description:		Theme für alle Landingpages
Version:			1.10.8
License:			Commercial

Vorsicht - Das hier ist ursprünglich eine SCSS Datei! Bitte nicht direkt editieren!

*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

@font-face {
  font-family: "Pluto Sans";
  font-display: block;
  font-style: normal;
  font-weight: 100;
  src: url("./fonts/PlutoSansThin.woff2") format("woff2"), url("./fonts/PlutoSansThin.woff") format("woff");
}
@font-face {
  font-family: "Pluto Sans";
  font-display: block;
  font-style: normal;
  font-weight: 200;
  src: url("./fonts/PlutoSansExtraLight.woff2") format("woff2"), url("./fonts/PlutoSansExtraLight.woff") format("woff");
}
@font-face {
  font-family: "Pluto Sans";
  font-display: block;
  font-style: normal;
  font-weight: 300;
  src: url("./fonts/PlutoSansLight.woff2") format("woff2"), url("./fonts/PlutoSansLight.woff") format("woff");
}
@font-face {
  font-family: "Pluto Sans";
  font-display: block;
  font-style: normal;
  font-weight: normal;
  src: url("./fonts/PlutoSansRegular.woff2") format("woff2"), url("./fonts/PlutoSansRegular.woff") format("woff");
}
@font-face {
  font-family: "suschkoiconfont";
  src: url("./fonts/suschkoiconfont.eot?1551840");
  src: url("./fonts/suschkoiconfont.eot?1551840#iefix") format("embedded-opentype"), url("./fonts/suschkoiconfont.woff2?1551840") format("woff2"), url("./fonts/suschkoiconfont.woff?1551840") format("woff"), url("./fonts/suschkoiconfont.ttf?1551840") format("truetype"), url("./fonts/suschkoiconfont.svg?1551840#suschkoiconfont") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-]:before, [class*=" icon-"]:before {
  font-family: "suschkoiconfont";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-icon-filiale:before {
  content: "\e800";
}

.icon-icon-hoertest:before {
  content: "\e801";
}

.icon-icon-mail:before {
  content: "\e802";
}

.icon-icon-phone:before {
  content: "\e803";
}

.icon-icon-pin:before {
  content: "\e804";
}

.icon-icon-play:before {
  content: "\e805";
}

.icon-icon-calendar:before {
  content: "\e806";
}

.icon-icon-person:before {
  content: "\e807";
}

* {
  box-sizing: border-box;
}

.elementor-widget-image.gradient {
  position: relative;
}
.elementor-widget-image.gradient:before {
  content: "";
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(rgba(52, 68, 104, 0), rgba(52, 68, 104, 0.5));
}

@media (min-width: 769px) {
  .mobile:not(.tablet) {
    display: none !important;
  }
}

.tablet {
  display: initial;
}
@media (max-width: 768px) {
  .tablet:not(.mobile) {
    display: none !important;
  }
}
@media (min-width: 1025px) {
  .tablet:not(.desktop) {
    display: none !important;
  }
}

.desktop {
  display: initial;
}
@media (max-width: 1024px) {
  .desktop:not(.tablet) {
    display: none !important;
  }
}

.infoBlocks .elementor-widget-wrap {
  padding-bottom: 80px !important;
}
.infoBlocks h4 {
  min-height: 48px;
}
.infoBlocks p {
  font-size: 16px;
}
@media (min-width: 769px) {
  .infoBlocks p {
    font-size: 14px;
  }
}
@media (min-width: 1025px) {
  .infoBlocks p {
    font-size: 16px;
  }
}
.infoBlocks .elementor-widget-button {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  width: calc(100% - 40px) !important;
}

span.thin {
  font-weight: 100;
}

html {
  position: relative;
  height: 100%;
}

body {
  background: #A3CCEE;
  font-family: "Pluto Sans", sans-serif;
  font-weight: 200;
  line-height: 1.5;
  color: #344468;
}
@media (min-width: 769px) {
  body {
    font-size: 20px;
  }
}
body.lightbox-open {
  overflow-y: hidden;
}
@media (min-width: 1025px) {
  body.lightbox-open > header {
    right: 17px;
  }
}

main.menu-active {
  background-color: grey;
  opacity: 0.5;
}

h1,
h1.elementor-heading-title,
h2,
h2.elementor-heading-title,
h3,
h3.elementor-heading-title {
  font-weight: 300;
}

h2,
h2.elementor-heading-title {
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 20px;
}
@media (min-width: 769px) {
  h2,
  h2.elementor-heading-title {
    margin-bottom: 20px;
  }
}
h2::after,
h2.elementor-heading-title::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 50px;
  height: 2px;
  background: #344468;
}

.elementor-widget-heading.left h2::after,
.elementor-widget-heading.left h2.elementor-heading-title::after {
  left: 2px;
  right: auto;
  margin: 0;
}

.elementor-widget-heading.white h2::after,
.elementor-widget-heading.white h2.elementor-heading-title::after {
  background: #FFF;
}

p {
  margin-top: 0;
  margin-bottom: 1em;
}
p:last-child, p:empty {
  margin-bottom: 0;
}

ul.menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  color: #344468;
}
a.link {
  text-decoration: none;
  border-bottom: 1px solid #344468;
}
a.white {
  color: #FFF;
}

.elementor .elementor-heading-title {
  line-height: 1.2;
}
.elementor .elementor-button {
  cursor: pointer;
}
.elementor section.elementor-top-section {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 769px) {
  .elementor section.elementor-top-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (min-width: 1025px) {
  .elementor section.elementor-top-section {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@media (min-width: 1025px) {
  .elementor section.elementor-top-section.footer {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 768px) {
  .elementor[data-elementor-type=wp-page] > .e-con.e-flex, .elementor[data-elementor-type=wp-page] > .elementor-section-wrap > .e-con.e-flex, .elementor[data-elementor-type=wp-post] > .e-con.e-flex, .elementor[data-elementor-type=wp-post] > .elementor-section-wrap > .e-con.e-flex {
    --width: 100%;
    --flex-wrap: wrap;
  }
}
.elementor[data-elementor-type=wp-page] > .e-con > .e-con, .elementor[data-elementor-type=wp-page] > .e-con > .e-con-inner, .elementor[data-elementor-type=wp-page] > .elementor-section-wrap > .e-con > .e-con, .elementor[data-elementor-type=wp-page] > .elementor-section-wrap > .e-con > .e-con-inner, .elementor[data-elementor-type=wp-post] > .e-con > .e-con, .elementor[data-elementor-type=wp-post] > .e-con > .e-con-inner, .elementor[data-elementor-type=wp-post] > .elementor-section-wrap > .e-con > .e-con, .elementor[data-elementor-type=wp-post] > .elementor-section-wrap > .e-con > .e-con-inner {
  padding: 50px 20px;
}
@media (min-width: 769px) {
  .elementor[data-elementor-type=wp-page] > .e-con > .e-con, .elementor[data-elementor-type=wp-page] > .e-con > .e-con-inner, .elementor[data-elementor-type=wp-page] > .elementor-section-wrap > .e-con > .e-con, .elementor[data-elementor-type=wp-page] > .elementor-section-wrap > .e-con > .e-con-inner, .elementor[data-elementor-type=wp-post] > .e-con > .e-con, .elementor[data-elementor-type=wp-post] > .e-con > .e-con-inner, .elementor[data-elementor-type=wp-post] > .elementor-section-wrap > .e-con > .e-con, .elementor[data-elementor-type=wp-post] > .elementor-section-wrap > .e-con > .e-con-inner {
    padding: 70px 20px;
  }
}
@media (min-width: 1025px) {
  .elementor[data-elementor-type=wp-page] > .e-con > .e-con, .elementor[data-elementor-type=wp-page] > .e-con > .e-con-inner, .elementor[data-elementor-type=wp-page] > .elementor-section-wrap > .e-con > .e-con, .elementor[data-elementor-type=wp-page] > .elementor-section-wrap > .e-con > .e-con-inner, .elementor[data-elementor-type=wp-post] > .e-con > .e-con, .elementor[data-elementor-type=wp-post] > .e-con > .e-con-inner, .elementor[data-elementor-type=wp-post] > .elementor-section-wrap > .e-con > .e-con, .elementor[data-elementor-type=wp-post] > .elementor-section-wrap > .e-con > .e-con-inner {
    padding: 120px 20px;
  }
}
.elementor[data-elementor-type=wp-page] > .e-con.padded-top > .e-con, .elementor[data-elementor-type=wp-page] > .e-con.padded-top > .e-con-inner, .elementor[data-elementor-type=wp-page] > .elementor-section-wrap > .e-con.padded-top > .e-con, .elementor[data-elementor-type=wp-page] > .elementor-section-wrap > .e-con.padded-top > .e-con-inner, .elementor[data-elementor-type=wp-post] > .e-con.padded-top > .e-con, .elementor[data-elementor-type=wp-post] > .e-con.padded-top > .e-con-inner, .elementor[data-elementor-type=wp-post] > .elementor-section-wrap > .e-con.padded-top > .e-con, .elementor[data-elementor-type=wp-post] > .elementor-section-wrap > .e-con.padded-top > .e-con-inner {
  padding-bottom: 0px;
}
.elementor[data-elementor-type=wp-page] > .e-con.padded-bottom > .e-con, .elementor[data-elementor-type=wp-page] > .e-con.padded-bottom > .e-con-inner, .elementor[data-elementor-type=wp-page] > .elementor-section-wrap > .e-con.padded-bottom > .e-con, .elementor[data-elementor-type=wp-page] > .elementor-section-wrap > .e-con.padded-bottom > .e-con-inner, .elementor[data-elementor-type=wp-post] > .e-con.padded-bottom > .e-con, .elementor[data-elementor-type=wp-post] > .e-con.padded-bottom > .e-con-inner, .elementor[data-elementor-type=wp-post] > .elementor-section-wrap > .e-con.padded-bottom > .e-con, .elementor[data-elementor-type=wp-post] > .elementor-section-wrap > .e-con.padded-bottom > .e-con-inner {
  padding-top: 0px;
}
.elementor .elementor-widget-eael-team-member a {
  color: #344468;
}
.elementor .elementor-widget-eael-team-member a:hover, .elementor .elementor-widget-eael-team-member a:focus {
  text-decoration: underline;
}
.elementor .elementor-widget-slides .swiper-pagination-bullet {
  border: 2px solid #FFF;
  opacity: 0.7;
}
.elementor .elementor-widget-slides .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.elementor .elementor-widget-slides.modifiedSlider .elementor-slide-heading,
.elementor .elementor-widget-slides.modifiedSlider .elementor-slide-description {
  line-height: 1.3;
}
.elementor .elementor-widget-slides.modifiedSlider .elementor-slide-heading span,
.elementor .elementor-widget-slides.modifiedSlider .elementor-slide-description span {
  padding-top: 1px;
  box-shadow: 10px 0 0 rgba(255, 255, 255, 0.9), -10px 0 0 rgba(255, 255, 255, 0.9);
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}
@media (min-width: 769px) {
  .elementor .elementor-widget-slides.modifiedSlider .elementor-slide-heading span,
  .elementor .elementor-widget-slides.modifiedSlider .elementor-slide-description span {
    padding-bottom: 1px;
  }
}
@media (min-width: 1025px) {
  .elementor .elementor-widget-slides.modifiedSlider .elementor-slide-heading span,
  .elementor .elementor-widget-slides.modifiedSlider .elementor-slide-description span {
    padding-top: 2px;
  }
}
.elementor .elementor-widget-slides.modifiedSlider .elementor-slide-heading ul,
.elementor .elementor-widget-slides.modifiedSlider .elementor-slide-description ul {
  text-indent: -17px;
  list-style-type: none;
  padding: 15px 15px 15px 32px;
  background-color: rgba(255, 255, 255, 0.9);
}
@media (min-width: 769px) {
  .elementor .elementor-widget-slides.modifiedSlider .elementor-slide-heading ul,
  .elementor .elementor-widget-slides.modifiedSlider .elementor-slide-description ul {
    text-indent: -21px;
    padding-left: 36px;
  }
}
.elementor .elementor-widget-slides.modifiedSlider .elementor-slide-heading ul li:before,
.elementor .elementor-widget-slides.modifiedSlider .elementor-slide-description ul li:before {
  content: "✔ ";
}
.elementor .elementor-widget-icon-list.checks .elementor-icon-list-item {
  align-items: flex-start;
}
.elementor .elementor-widget-icon-list.checks .elementor-icon-list-item .elementor-icon-list-icon {
  position: relative;
  top: 5px;
}
@media (min-width: 769px) {
  .elementor .elementor-widget-icon-list.checks .elementor-icon-list-item .elementor-icon-list-icon {
    top: 7px;
  }
}
.elementor .elementor-widget-prime-slider-pacific .bdt-pacific-slider .bdt-item {
  cursor: pointer;
}
.elementor .elementor-widget-prime-slider-pacific .bdt-pacific-slider .bdt-item .bdt-image-wrap {
  transform: none !important;
}
.elementor .elementor-widget-prime-slider-pacific .bdt-pacific-slider .bdt-item .bdt-content-wrap {
  padding: 0;
}
.elementor .elementor-widget-prime-slider-pacific .bdt-pacific-slider .bdt-item .bdt-content-wrap h3 {
  margin-bottom: 0;
}
.elementor .elementor-widget-prime-slider-pacific .bdt-pacific-slider .bdt-item .bdt-content-wrap a {
  display: block;
  padding: 30px;
}
.elementor .elementor-widget-eael-content-timeline .eael-content-timeline-block {
  padding-bottom: 0;
}
@media (min-width: 1025px) {
  .elementor .elementor-widget-eael-content-timeline .eael-content-timeline-block {
    margin-top: -20px;
  }
}
.elementor .elementor-widget-eael-content-timeline .eael-content-timeline-content {
  padding-right: 20px !important;
}
.elementor .elementor-widget-eael-content-timeline img {
  width: auto;
}
.elementor .elementor-widget-eael-content-timeline img.team {
  border-radius: 50%;
  border: 1px solid #DDD;
  height: 150px;
}
@media (min-width: 769px) {
  .elementor .elementor-widget-eael-content-timeline img.team {
    height: 250px;
  }
}
.elementor .elementor-widget-eael-data-table th, .elementor .elementor-widget-eael-data-table td {
  font-family: "Pluto Sans", sans-serif;
}

.eael-lightbox-popup-window {
  transform: none !important;
  max-width: 90% !important;
}
@media (min-width: 769px) {
  .eael-lightbox-popup-window {
    max-width: 700px !important;
  }
}
@media (min-width: 1025px) {
  .eael-lightbox-popup-window {
    max-width: 1000px !important;
  }
}
.eael-lightbox-popup-window section.elementor-top-section {
  padding: 0;
}
.eael-lightbox-popup-window button.mfp-close {
  width: 30px;
}
@media (min-width: 769px) {
  .eael-lightbox-popup-window button.mfp-close {
    color: #344468;
  }
}
@media (min-width: 769px) {
  .eael-lightbox-popup-window .elementor-widget-text-editor,
  .eael-lightbox-popup-window .elementor-widget-icon-list {
    font-size: 15px;
  }
}
@media (min-width: 1025px) {
  .eael-lightbox-popup-window .elementor-widget-text-editor,
  .eael-lightbox-popup-window .elementor-widget-icon-list {
    font-size: 18px;
  }
}
.eael-lightbox-popup-window select {
  line-height: 1.4 !important;
}
.eael-lightbox-popup-window .elementor-field-type-submit {
  margin-top: 15px;
}

.eael-lightbox-popup-window .eael-lightbox-popup-window {
  display: none !important;
}

#shortlist,
header,
main,
footer {
  margin: auto;
  max-width: 1920px;
}

#shortlist {
  display: flex;
  position: fixed;
  z-index: 11;
  left: 0;
  right: 0;
  width: 100%;
  background: #FFF;
}
@media (max-width: 1024px) {
  #shortlist {
    bottom: 0;
    border-top: 1px solid #FBC700;
    background: #344468;
  }
}
@media (min-width: 1025px) {
  #shortlist {
    z-index: 12;
    justify-content: flex-end;
    top: 0;
    background: transparent;
    pointer-events: none;
  }
}
@media (min-width: 1601px) {
  #shortlist {
    top: 44px;
  }
}
#shortlist > div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25%;
  padding: 11px 15px;
  text-align: center;
}
@media (min-width: 769px) {
  #shortlist > div {
    padding: 15px;
  }
}
@media (min-width: 1025px) {
  #shortlist > div {
    width: auto;
    padding: 15px 15px 14px;
  }
  #shortlist > div.terminvereinbarung {
    order: 2;
    padding: 8px 15px;
  }
  #shortlist > div.terminvereinbarung a {
    border-radius: 3px;
    padding: 6px 15px;
    background: #344468;
    color: #FFF;
  }
}
@media (min-width: 1025px) and (min-width: 1025px) {
  #shortlist > div.terminvereinbarung {
    padding-right: 20px;
    pointer-events: auto;
  }
  #shortlist > div.terminvereinbarung span {
    position: relative;
    top: 2px;
  }
}
@media (min-width: 1025px) and (min-width: 1601px) {
  #shortlist > div.terminvereinbarung {
    padding-right: 40px;
  }
}
@media (min-width: 1025px) {
  #shortlist > div.filialsuche {
    display: none;
  }
  #shortlist > div.hoertest {
    display: none;
  }
}
#shortlist a {
  display: flex;
  text-decoration: none;
  font-weight: 300;
  font-size: 14px;
}
@media (max-width: 1024px) {
  #shortlist a {
    color: #FFF;
  }
}
#shortlist a i {
  font-size: 24px;
  line-height: 1;
}
@media (min-width: 769px) {
  #shortlist a i {
    font-size: 32px;
  }
}
@media (min-width: 1025px) {
  #shortlist a i {
    margin-right: 10px;
    font-size: 20px;
  }
}
@media (max-width: 1024px) {
  #shortlist a span {
    display: none;
  }
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 11;
  border-bottom: 1px solid #FFF;
  height: 60px;
  background: #344468;
}
@media (min-width: 1025px) {
  header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    height: 100px;
    background: #FFF;
    padding: 20px;
  }
}
@media (min-width: 1601px) {
  header {
    padding: 20px 230px 20px 40px;
  }
}
header #mobileNav {
  color: #FFF;
  cursor: pointer;
}
@media (min-width: 1025px) {
  header #mobileNav {
    display: none;
  }
}
header #mobileNav > span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 70px;
}
header #mobileNav div {
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
  padding: 23px 20px;
  transition: all 0.3s ease-out;
}
header #mobileNav div span {
  display: block;
  height: 2px;
  background: #A3CCEE;
  transition: all 0.3s ease-out;
}
header #mobileNav div span:first-child {
  margin-bottom: 10px;
}
header #mobileNav div span:last-child {
  margin-top: 10px;
}
header #mobileNav.active div {
  padding: 29px 30px 29px 20px;
}
header #mobileNav.active div span:first-child {
  margin-bottom: -2px;
  transform: rotate(45deg);
}
header #mobileNav.active div span:last-child {
  margin-top: -2px;
  transform: rotate(-45deg);
}
@media (max-width: 1024px) {
  header #langMenu {
    position: absolute;
    top: 50%;
    left: 150px;
    transform: translateY(-50%);
  }
}
@media (max-width: 768px) {
  header #langMenu {
    left: 70px;
  }
}
@media (min-width: 1025px) {
  header #langMenu {
    order: 3;
  }
}
header #langMenu a {
  display: block;
}
header #langMenu a img {
  display: block;
  width: 24px;
  height: 16px;
}
@media (min-width: 769px) {
  header #langMenu a img {
    width: 30px;
    height: 20px;
  }
}
@media (min-widht: 1025px) {
  header #logo {
    order: 1;
  }
}
@media (max-width: 1024px) {
  header #logo img {
    position: absolute;
    top: 46%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    margin: auto;
  }
}
@media (min-width: 1025px) {
  header #logo img {
    display: block;
    width: auto;
    height: 60px;
  }
}
header #contact {
  position: absolute;
  top: 0;
  right: 0;
  padding: 13px 20px;
  text-decoration: none;
  color: #FFF;
  cursor: pointer;
}
@media (min-width: 1025px) {
  header #contact {
    display: none;
  }
}
header #contact img {
  float: left;
  width: auto;
  height: 34px;
}
@media (min-width: 1025px) {
  header #contact img {
    margin-right: 15px;
    height: 40px;
  }
}
header #contact span {
  line-height: 40px;
}
@media (max-width: 1024px) {
  header nav {
    position: absolute;
    z-index: 2;
    top: 100%;
    left: 0;
    width: 400px;
    background: #FFF;
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.5s ease-in-out;
  }
}
@media (max-width: 768px) {
  header nav {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  header nav {
    order: 2;
    flex-grow: 1;
  }
}
header nav.active {
  overflow: hidden auto;
  max-height: calc(100svh - 60px);
}
header nav ul {
  padding: 0;
  list-style: none;
}
@media (max-width: 1024px) {
  header nav ul.menu {
    border-bottom: 1px solid #344468;
  }
}
@media (min-width: 1025px) {
  header nav ul.menu {
    position: relative;
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
  }
}
@media (min-width: 1601px) {
  header nav ul.menu {
    margin: auto;
    max-width: 1140px;
    padding: 0 100px;
  }
}
@media (max-width: 1024px) {
  header nav ul.menu > li {
    border-bottom: 1px dotted #666;
  }
  header nav ul.menu > li:last-child {
    border-bottom: none;
  }
  header nav ul.menu > li:not(.menu-item-has-children) .arrow {
    display: none;
  }
}
@media (min-width: 1025px) {
  header nav ul.menu > li > a {
    top: 6px;
    border-bottom: 2px solid transparent;
    padding: 0 0 3px;
    line-height: 1;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
  }
  header nav ul.menu > li > a:hover, header nav ul.menu > li > a:focus, header nav ul.menu > li.current-menu-ancestor > a, header nav ul.menu > li.current-menu-item > a {
    border-bottom-color: #A3CCEE;
  }
}
@media (min-width: 1601px) {
  header nav ul.menu > li {
    font-size: 18px;
  }
}
header nav ul.menu .arrow {
  position: absolute;
  z-index: 2;
  top: 0px;
  right: 0;
  width: 44px;
  height: 44px;
  padding: 15px;
  transition: transform 200ms ease;
  transform-origin: center;
  cursor: pointer;
}
@media (min-width: 769px) {
  header nav ul.menu .arrow {
    top: 0px;
  }
}
header nav ul.menu .arrow:before, header nav ul.menu .arrow:after {
  content: "";
  display: block;
  margin: auto;
  width: 0px;
  height: 8px;
  border-right: 2px solid;
  transform: rotate(135deg);
}
header nav ul.menu .arrow:after {
  margin-top: -4px;
  transform: rotate(45deg);
}
header nav ul.menu .arrow.arrow--active {
  transform: rotate(90deg);
}
header nav .menu > li > .sub-menu {
  list-style-type: none;
  padding-left: 0;
  max-height: 0px;
  opacity: 0;
  overflow: hidden;
  transition: max-height 500ms ease, opacity 200ms ease;
}
@media (min-width: 1025px) {
  header nav .menu > li > .sub-menu {
    display: flex;
    flex-wrap: wrap;
    gap: 0 15px;
    position: absolute;
    left: 0;
    right: 0;
    max-height: none;
    overflow: visible;
    background: #FFF;
    padding: 40px 20px 30px;
    pointer-events: none;
  }
}
@media (min-width: 1601px) {
  header nav .menu > li > .sub-menu {
    left: 70px;
    right: 70px;
    padding: 40px 30px;
  }
}
header nav .menu > li > .sub-menu--active {
  opacity: 1;
  max-height: 550px;
  transition: max-height 1s ease, opacity 200ms ease-out;
  padding-bottom: 5px;
}
@media (min-width: 769px) {
  header nav .menu > li > .sub-menu--active {
    padding-bottom: 10px;
  }
}
@media (max-width: 1024px) {
  header nav .menu > li > .sub-menu li.sub-menu-column .sub-menu a {
    padding: 6px 10px 6px 80px;
    font-size: 10px;
  }
}
@media (min-width: 1025px) {
  header nav .menu > li > .sub-menu li.sub-menu-column {
    width: calc(33.33% - 10px);
  }
  header nav .menu > li > .sub-menu li.sub-menu-column .sub-menu a {
    padding-left: 30px;
    font-size: 10px;
  }
}
@media (min-width: 1601px) {
  header nav .menu > li > .sub-menu li.sub-menu-column .sub-menu a {
    font-size: 14px;
  }
}
header nav .menu > li > .sub-menu a {
  border-bottom: none;
  padding: 8px 10px 8px 50px;
  font-size: 12px;
  font-weight: 400;
}
@media (max-width: 1024px) {
  header nav .menu > li > .sub-menu a:before {
    content: "→ ";
    margin-right: 5px;
  }
}
@media (min-width: 1025px) {
  header nav .menu > li > .sub-menu a {
    padding: 8px 0;
  }
}
@media (min-width: 1601px) {
  header nav .menu > li > .sub-menu a {
    font-size: 16px;
  }
}
header nav .menu > li > .sub-menu a:hover, header nav .menu > li > .sub-menu a:focus,
header nav .menu > li > .sub-menu .current-menu-item a {
  font-weight: bold;
}
header nav .menu > li > .sub-menu .related-posts {
  display: flex;
  flex-wrap: wrap;
  order: 4 !important;
  gap: 10px 15px;
  margin-top: 40px;
  width: 100%;
}
@media (max-width: 1024px) {
  header nav .menu > li > .sub-menu .related-posts {
    display: none;
  }
}
header nav .menu > li > .sub-menu .related-posts a {
  display: flex;
  gap: 10px;
  align-items: flex-end;
  width: calc(50% - 7.5px);
  max-width: calc(50% - 7.5px);
  background: rgba(163, 204, 238, 0.2);
  padding: 0;
}
@media (min-width: 1200px) {
  header nav .menu > li > .sub-menu .related-posts a {
    width: calc(33.33% - 10px);
    max-width: calc(33.33% - 10px);
  }
}
header nav .menu > li > .sub-menu .related-posts .featured {
  width: 50%;
  height: 100%;
}
header nav .menu > li > .sub-menu .related-posts .featured img {
  display: block;
  width: 100%;
  height: 120px;
  -o-object-fit: cover;
     object-fit: cover;
}
header nav .menu > li > .sub-menu .related-posts .link {
  display: flex;
  gap: 4px;
  justify-content: space-between;
  align-items: flex-end;
  width: 50%;
  padding: 0 10px 10px 0;
  font-size: 14px;
}
header nav .menu > li > .sub-menu .related-posts .link--text {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}
header nav .menu > li > .sub-menu .related-posts .link img {
  display: block;
  width: 28px;
  height: auto;
}
@media (min-width: 1025px) {
  header nav .kontakt li.sub-menu-column:nth-child(3) {
    text-align: right;
  }
}
header nav .socials {
  display: inline-flex;
  align-items: center;
}
@media (min-width: 1025px) {
  header nav .socials > a {
    margin-right: 10px;
  }
}
header nav .socials .arrow {
  display: none;
}
header nav .socials .sub-menu {
  display: inline-flex;
  padding: 0;
}
header nav .socials .sub-menu li {
  width: auto !important;
}
header nav .socials .sub-menu a {
  padding: 8px 4px !important;
}
header nav .socials .sub-menu a:before {
  content: normal !important;
}
header nav .socials .sub-menu a img {
  display: block;
}
header nav ul.menu > li:hover .sub-menu,
header nav ul.menu > li:focus .sub-menu {
  opacity: 1;
  pointer-events: auto;
}
header nav a {
  position: relative;
  z-index: 1;
  display: block;
  padding: 10px 20px;
  text-decoration: none;
  font-weight: 300;
  color: #344468;
}
header nav a:hover, header nav a.focus-active:focus {
  font-weight: bold;
}

html[lang=de] header #langMenu .de {
  display: none;
}

html[lang=en] header #langMenu .en {
  display: none;
}

main {
  background: #FFF;
  padding-top: 60px;
  overflow: hidden;
}
@media (min-width: 1025px) {
  main {
    padding-top: 100px;
  }
}
main #calendar {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  background: #A3CCEE;
  border-radius: 50%;
  padding: 15px;
  cursor: pointer;
}
@media (min-width: 769px) {
  main #calendar {
    left: auto;
    right: 40px;
    width: 100px;
    height: 100px;
    padding: 25px;
  }
}
main .rc-anchor-pt {
  display: none;
}
main #leben {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: translateY(-50%);
  width: 80px;
}
@media (min-width: 769px) {
  main #leben {
    width: 150px;
  }
}
@media (min-width: 1025px) {
  main #leben {
    left: auto;
    right: auto;
  }
}
main #leben img {
  width: 100%;
  height: auto;
}
main .footer #menu-footer {
  max-width: 320px;
}
@media (min-width: 1025px) {
  main .footer #menu-footer {
    margin-left: auto;
  }
}
main .footer #menu-footer li {
  display: inline-block;
  width: 49%;
}

footer {
  padding: 0 20px;
  background: #344468;
  font-size: 10px;
  color: #FFF;
}
@media (min-width: 769px) {
  footer {
    font-size: 12px;
  }
}
@media (min-width: 1025px) {
  footer {
    padding: 0 40px;
    font-size: 14px;
  }
}
footer section {
  padding: 10px 0;
}
@media (max-width: 768px) {
  footer .copyright {
    text-align: center;
  }
}
@media (min-width: 769px) {
  footer .copyright {
    float: left;
  }
}
footer .legal {
  text-align: center;
}
@media (min-width: 769px) {
  footer .legal {
    text-align: right;
  }
}
@media (min-width: 769px) {
  footer .legal ul {
    display: inline-block;
  }
}
footer .legal li {
  display: inline-block;
  margin-left: 7px;
  margin-right: 7px;
}
@media (min-width: 769px) {
  footer .legal li {
    margin-left: 15px;
    margin-right: 0;
  }
}
footer .legal a {
  text-decoration: none;
  color: #FFF;
}

body.datenschutz {
  word-wrap: break-word;
}

@media (max-width: 768px) {
  body.klangwellen-konzerte section.elementor-element-a1c0b98 {
    background-size: 130% auto !important;
  }
}

body.page-template-landingpage-berg section.title .elementor-widget-slides .elementor-slide-heading,
body.page-template-landingpage-berg .e-con.title .elementor-widget-slides .elementor-slide-heading,
body.page-template-landingpage-bogenhausen section.title .elementor-widget-slides .elementor-slide-heading,
body.page-template-landingpage-bogenhausen .e-con.title .elementor-widget-slides .elementor-slide-heading,
body.page-template-landingpage-kirchheim section.title .elementor-widget-slides .elementor-slide-heading,
body.page-template-landingpage-kirchheim .e-con.title .elementor-widget-slides .elementor-slide-heading,
body.page-template-landingpage-haar section.title .elementor-widget-slides .elementor-slide-heading,
body.page-template-landingpage-haar .e-con.title .elementor-widget-slides .elementor-slide-heading,
body.page-template-landingpage-trudering section.title .elementor-widget-slides .elementor-slide-heading,
body.page-template-landingpage-trudering .e-con.title .elementor-widget-slides .elementor-slide-heading,
body.page-template-landingpage-unterfoehring section.title .elementor-widget-slides .elementor-slide-heading,
body.page-template-landingpage-unterfoehring .e-con.title .elementor-widget-slides .elementor-slide-heading,
body.home-en section.title .elementor-widget-slides .elementor-slide-heading,
body.home-en .e-con.title .elementor-widget-slides .elementor-slide-heading {
  position: relative;
  top: -60px;
  font-size: 40px;
  font-weight: 200;
}
@media (min-width: 769px) {
  body.page-template-landingpage-berg section.title .elementor-widget-slides .elementor-slide-heading,
  body.page-template-landingpage-berg .e-con.title .elementor-widget-slides .elementor-slide-heading,
  body.page-template-landingpage-bogenhausen section.title .elementor-widget-slides .elementor-slide-heading,
  body.page-template-landingpage-bogenhausen .e-con.title .elementor-widget-slides .elementor-slide-heading,
  body.page-template-landingpage-kirchheim section.title .elementor-widget-slides .elementor-slide-heading,
  body.page-template-landingpage-kirchheim .e-con.title .elementor-widget-slides .elementor-slide-heading,
  body.page-template-landingpage-haar section.title .elementor-widget-slides .elementor-slide-heading,
  body.page-template-landingpage-haar .e-con.title .elementor-widget-slides .elementor-slide-heading,
  body.page-template-landingpage-trudering section.title .elementor-widget-slides .elementor-slide-heading,
  body.page-template-landingpage-trudering .e-con.title .elementor-widget-slides .elementor-slide-heading,
  body.page-template-landingpage-unterfoehring section.title .elementor-widget-slides .elementor-slide-heading,
  body.page-template-landingpage-unterfoehring .e-con.title .elementor-widget-slides .elementor-slide-heading,
  body.home-en section.title .elementor-widget-slides .elementor-slide-heading,
  body.home-en .e-con.title .elementor-widget-slides .elementor-slide-heading {
    top: -85px;
    font-size: 70px;
  }
}
@media (min-width: 1025px) {
  body.page-template-landingpage-berg section.title .elementor-widget-slides .elementor-slide-heading,
  body.page-template-landingpage-berg .e-con.title .elementor-widget-slides .elementor-slide-heading,
  body.page-template-landingpage-bogenhausen section.title .elementor-widget-slides .elementor-slide-heading,
  body.page-template-landingpage-bogenhausen .e-con.title .elementor-widget-slides .elementor-slide-heading,
  body.page-template-landingpage-kirchheim section.title .elementor-widget-slides .elementor-slide-heading,
  body.page-template-landingpage-kirchheim .e-con.title .elementor-widget-slides .elementor-slide-heading,
  body.page-template-landingpage-haar section.title .elementor-widget-slides .elementor-slide-heading,
  body.page-template-landingpage-haar .e-con.title .elementor-widget-slides .elementor-slide-heading,
  body.page-template-landingpage-trudering section.title .elementor-widget-slides .elementor-slide-heading,
  body.page-template-landingpage-trudering .e-con.title .elementor-widget-slides .elementor-slide-heading,
  body.page-template-landingpage-unterfoehring section.title .elementor-widget-slides .elementor-slide-heading,
  body.page-template-landingpage-unterfoehring .e-con.title .elementor-widget-slides .elementor-slide-heading,
  body.home-en section.title .elementor-widget-slides .elementor-slide-heading,
  body.home-en .e-con.title .elementor-widget-slides .elementor-slide-heading {
    top: -140px;
    font-size: 100px;
  }
}
body.page-template-landingpage-berg section.title .thin,
body.page-template-landingpage-berg .e-con.title .thin,
body.page-template-landingpage-bogenhausen section.title .thin,
body.page-template-landingpage-bogenhausen .e-con.title .thin,
body.page-template-landingpage-kirchheim section.title .thin,
body.page-template-landingpage-kirchheim .e-con.title .thin,
body.page-template-landingpage-haar section.title .thin,
body.page-template-landingpage-haar .e-con.title .thin,
body.page-template-landingpage-trudering section.title .thin,
body.page-template-landingpage-trudering .e-con.title .thin,
body.page-template-landingpage-unterfoehring section.title .thin,
body.page-template-landingpage-unterfoehring .e-con.title .thin,
body.home-en section.title .thin,
body.home-en .e-con.title .thin {
  font-size: 0.7em;
}
body.page-template-landingpage-berg footer section,
body.page-template-landingpage-bogenhausen footer section,
body.page-template-landingpage-kirchheim footer section,
body.page-template-landingpage-haar footer section,
body.page-template-landingpage-trudering footer section,
body.page-template-landingpage-unterfoehring footer section,
body.home-en footer section {
  border-top: 2px solid #FFF;
}

body.home-en .e-con.title .elementor-widget-slides .elementor-slide-heading {
  top: 0;
}
@media (min-width: 769px) {
  body.home-en .e-con.title .elementor-widget-slides .elementor-slide-heading {
    top: 0px;
  }
}
@media (min-width: 1025px) {
  body.home-en .e-con.title .elementor-widget-slides .elementor-slide-heading {
    top: 0px;
  }
}

body.page-template-landingpage-berg section.title .elementor-widget-slides .elementor-slide-heading,
body.page-template-landingpage-berg .e-con.title .elementor-widget-slides .elementor-slide-heading,
body.page-template-landingpage-bogenhausen section.title .elementor-widget-slides .elementor-slide-heading,
body.page-template-landingpage-bogenhausen .e-con.title .elementor-widget-slides .elementor-slide-heading,
body.page-template-landingpage-kirchheim section.title .elementor-widget-slides .elementor-slide-heading,
body.page-template-landingpage-kirchheim .e-con.title .elementor-widget-slides .elementor-slide-heading,
body.page-template-landingpage-haar section.title .elementor-widget-slides .elementor-slide-heading,
body.page-template-landingpage-haar .e-con.title .elementor-widget-slides .elementor-slide-heading,
body.page-template-landingpage-trudering section.title .elementor-widget-slides .elementor-slide-heading,
body.page-template-landingpage-trudering .e-con.title .elementor-widget-slides .elementor-slide-heading,
body.page-template-landingpage-unterfoehring section.title .elementor-widget-slides .elementor-slide-heading,
body.page-template-landingpage-unterfoehring .e-con.title .elementor-widget-slides .elementor-slide-heading,
body.home-en section.title .elementor-widget-slides .elementor-slide-heading,
body.home-en .e-con.title .elementor-widget-slides .elementor-slide-heading {
  padding: 20px;
  background: rgba(52, 68, 104, 0.7);
}

.calendar nav {
  margin-bottom: 10px;
  background: #344468;
  padding: 10px;
}
.calendar nav ul {
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  list-style: none;
}
.calendar nav a {
  font-size: 18px;
  color: #FFF;
}
.calendar nav a:hover {
  text-decoration: none;
  color: #FFF;
}
.calendar .templateSelect {
  margin-bottom: 10px;
  font-size: 12px;
}
@media (min-width: 769px) {
  .calendar .templateSelect {
    font-size: 16px;
  }
}
.calendar table {
  width: 100%;
  font-size: 10px;
}
@media (min-width: 769px) {
  .calendar table {
    font-size: 14px;
  }
}
.calendar table tr:first-child td {
  border-bottom: 1px solid #666;
  padding-bottom: 4px;
  font-weight: bold;
}
.calendar table tr:nth-child(even) {
  background: #F8F8F8;
}
.calendar table a {
  font-weight: bold;
  color: #344468;
}
.calendar table i {
  opacity: 0.3;
  color: #666;
}
.calendar .modal,
.calendar .popup {
  position: fixed;
  z-index: 1050;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFF;
  font-weight: 300;
  font-size: 12px;
}
@media (min-width: 769px) {
  .calendar .modal,
  .calendar .popup {
    background: rgba(255, 255, 255, 0.9);
    font-size: 14px;
  }
}
.calendar .modal {
  padding-left: 15px !important;
  padding-right: 15px !important;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}
.calendar .modal.fade.in {
  opacity: 1;
  pointer-events: all;
}
.calendar .modal .modal-dialog {
  position: relative;
  top: 120%;
  transform: translateY(-50%);
  margin: auto;
  max-width: 500px;
  max-height: 80%;
  overflow-y: auto;
  border: 1px solid #666;
  background: #F2F2F2;
  transition: all 0.3s ease-in-out;
}
.calendar .modal.fade.in .modal-dialog {
  top: 50%;
}
.calendar .modal .modal-header .close {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  font-size: 24px;
  cursor: pointer;
}
.calendar .modal .modal-body {
  padding: 15px;
}
.calendar .modal .modal-body .ax-branch-description {
  display: none;
}
.calendar .modal .modal-footer {
  display: flex;
  justify-content: space-between;
  margin: 10px -15px -15px;
  padding: 15px;
  background: #344468;
}
.calendar .modal .modal-footer button {
  border: none;
  background: #FFF;
  padding: 8px 15px;
  cursor: pointer;
}
.calendar .modal .modal-footer button[type=submit] {
  background: #00CC00;
  color: #FFF;
}
.calendar .modal .form-group + .form-group {
  margin-top: 10px;
}
.calendar .modal .form-group:has(#zip, #city, #street) {
  display: none;
}
.calendar .modal label {
  display: inline-block;
}
.calendar .modal label + label {
  margin-left: 5px;
  color: red;
}
.calendar .modal .form-control {
  width: 100%;
  padding: 8px 10px;
}
.calendar .modal input#datetime {
  padding: 0;
  background: none;
  border: none;
  outline: none;
}
.calendar .modal textarea {
  resize: vertical;
}
.calendar .popup {
  background: rgba(255, 255, 255, 0.9);
}
.calendar .popup > div {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
  width: 300px;
  border: 1px solid #666;
  border-radius: 3px;
  background: #FFF;
  padding: 20px;
  font-weight: 300;
  font-size: 12px;
}
@media (min-width: 769px) {
  .calendar .popup > div {
    font-size: 14px;
  }
}
.calendar .popup button {
  border: none;
  background: #344468;
  padding: 8px 20px;
  color: #FFF;
  cursor: pointer;
}

.suschko-map__container #wpsl-result-list li p {
  display: flex;
  flex-direction: column;
}
.suschko-map__container #wpsl-stores .wpsl-store-thumb {
  margin-left: 0px;
  padding-bottom: 2%;
}
@media (min-width: 769px) {
  .suschko-map__container ._brlbs-content-blocker {
    background-color: #344468;
  }
  .suschko-map__container #wpsl-result-list li p {
    display: block;
  }
  .suschko-map__container #wpsl-wrap {
    padding: 0px 2%;
  }
  .suschko-map__container .BorlabsCookie ._brlbs-content-blocker ._brlbs-embed {
    display: block;
    margin: auto;
  }
  .suschko-map__container .BorlabsCookie ._brlbs-content-blocker ._brlbs-embed ._brlbs-thumbnail {
    margin: inherit;
  }
  .suschko-map__container .BorlabsCookie ._brlbs-content-blocker ._brlbs-embed ._brlbs-caption {
    right: 1%;
    bottom: 30px;
    width: auto;
    top: unset;
    left: unset;
    transform: unset;
  }
}

.youtube-video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.youtube-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.elementor-6965 .elementor-element.elementor-element-f4b22de img {
  width: auto;
}

.elementor-kit-8 input:not([type=button]):not([type=submit]).elementor-upload-field {
  font-size: 14px;
  border: none;
  padding: 5px 0px 5px;
}

#popup-haar .mobile-abstand .e-con-full.e-flex.e-con,
#popup-berg .mobile-abstand .e-con-full.e-flex.e-con,
#popup-bogenhausen .mobile-abstand .e-con-full.e-flex.e-con,
#popup-trudering .mobile-abstand .e-con-full.e-flex.e-con,
#popup-kirchheim .mobile-abstand .e-con-full.e-flex.e-con,
#popup-unterfoehring .mobile-abstand .e-con-full.e-flex.e-con {
  padding-left: 10px;
  padding-top: 20px;
}
#popup-haar strong,
#popup-berg strong,
#popup-bogenhausen strong,
#popup-trudering strong,
#popup-kirchheim strong,
#popup-unterfoehring strong {
  font-weight: bold;
}
#popup-haar .eael-lightbox-btn > span,
#popup-berg .eael-lightbox-btn > span,
#popup-bogenhausen .eael-lightbox-btn > span,
#popup-trudering .eael-lightbox-btn > span,
#popup-kirchheim .eael-lightbox-btn > span,
#popup-unterfoehring .eael-lightbox-btn > span {
  font-size: 26px;
  line-height: 44px;
  vertical-align: middle;
}
@media (min-width: 769px) {
  #popup-haar .eael-lightbox-btn > span,
  #popup-berg .eael-lightbox-btn > span,
  #popup-bogenhausen .eael-lightbox-btn > span,
  #popup-trudering .eael-lightbox-btn > span,
  #popup-kirchheim .eael-lightbox-btn > span,
  #popup-unterfoehring .eael-lightbox-btn > span {
    font-size: 16px;
    line-height: 34px;
  }
}
#popup-haar .eael-lightbox-btn > span svg,
#popup-berg .eael-lightbox-btn > span svg,
#popup-bogenhausen .eael-lightbox-btn > span svg,
#popup-trudering .eael-lightbox-btn > span svg,
#popup-kirchheim .eael-lightbox-btn > span svg,
#popup-unterfoehring .eael-lightbox-btn > span svg {
  vertical-align: sub;
}
#popup-haar .e-con-inner,
#popup-berg .e-con-inner,
#popup-bogenhausen .e-con-inner,
#popup-trudering .e-con-inner,
#popup-kirchheim .e-con-inner,
#popup-unterfoehring .e-con-inner {
  font-size: 20px;
  background-color: #FFF;
  border-radius: 20px;
}
@media (min-width: 769px) {
  #popup-haar .e-con-inner,
  #popup-berg .e-con-inner,
  #popup-bogenhausen .e-con-inner,
  #popup-trudering .e-con-inner,
  #popup-kirchheim .e-con-inner,
  #popup-unterfoehring .e-con-inner {
    font-size: 16px;
  }
}

@media (max-width: 769px) {
  div.imgl-marker-zoom {
    transform: scale(0.753937, 0.753937) !important;
  }
}
.imgl-theme-light .imgl-tooltips div.imgl-tooltip-form {
  padding: 0;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0);
  box-shadow: none;
}

span.open-pop-up-button-icon-left {
  vertical-align: middle;
}

.footer-tabs .elementor-accordion {
  text-align: center;
}

#wpsl-result-list #wpsl-stores .wpsl-store-thumb {
  height: 105px !important;
  width: 175px !important;
  -o-object-fit: cover;
     object-fit: cover;
}

.wpsl-search {
  display: none;
}

.wpsl-direction-wrap {
  font-size: 16px;
  font-weight: 700;
}

a.wpsl-directions {
  font-size: 16px !important;
}

.wpsl-info-window a {
  font-size: 28px;
  font-weight: 700;
  line-height: 60px;
}
.wpsl-info-window p,
.wpsl-info-window span {
  font-size: 18px;
  line-height: 22px;
}
.wpsl-info-window .gm-ui-hover-effect {
  top: 0px;
  right: 6px;
}
.wpsl-info-window .gm-ui-hover-effect span {
  width: 22px;
  height: 22px;
}