:root {
  --blue: #00327d;
  --red: #e74010;
  --white: #ffffff;

  --bg-width-first: 100%;
  --bg-width-second: 100%;
}

/* body {
  overflow: hidden;
} */

html {
  scroll-padding-top: 140px;
}

@media (max-width: 767px) {
  /* body:not(.elementor-editor-active) .elementor-widget-menu-anchor {
    position: relative;
    z-index: -1;
  }
  body:not(.elementor-editor-active) .elementor-menu-anchor:before {
    content: "";
    display: block;
    height: 100px;
    margin: -100px 0 0;
    visibility: hidden;
    pointer-events: none;
  } */
}







.site-header-primary-section-left p {
  margin: 10px;
}

@media(max-width:767px) {
  .site-header-primary-section-left p {
    margin: 10px 0;
  }
}

.heading_text {
  font-family: Helvetica;
  font-size: 4em;
  text-transform: uppercase;
  line-height: 1em;
}

.intro_headline .heading_text {
  font-size: 5em;
  color: var(--white);
  line-height: 1em;
  /* text-shadow: -1px 1px 0 var(--blue), 2px 1px 0 var(--blue),
    1px -1px 0 var(--blue), -2px -1px 0 var(--blue); */
}

.intro-slide .font_title_bg {
  text-align: center;
}

body .elementor-widget-html .handwritten_en,
body .handwritten_en h2 {
  font-family: "Young Baroque", Sans-serif;
  font-size: 280px;
  font-weight: 500;
  line-height: 0.5em !important;
  margin-top: -20px !important;
  text-shadow: 
    -1px 1px 0 var(--blue), 
    1px 1px 0 var(--blue), 
    1px -1px 0 var(--blue), 
    -1px -1px 0 var(--blue);
    text-shadow: 
    0px 0px 0 var(--blue), 
    0px 1px 0 var(--blue), 
    1px -1px 0 var(--blue), 
    0px 0px 0 var(--blue);
}

body .elementor-widget-html .handwritten_en.white_shadow,
body .handwritten_en.white_shadow h2,
body .always.white_shadow {
  text-shadow: 
    0px 0px 0 #fff,
    0px 1px 0 #fff,
    1px -1px 0 #fff,
    0px 0px 0 #fff;
}

@media(max-width:1024px) {
  body .elementor-widget-html .handwritten_en,
  body .handwritten_en h2 {
    font-size: 160px;
  }
}

@media(max-width:767px) {
  body .elementor-widget-html .handwritten_en,
  body .handwritten_en h2 {
    font-size: 120px;
    
  }
}

@media (max-width: 1280px) {
  .intro_headline .heading_text {
    font-size: 5em;
  }
}

@media(max-width: 767px) {
  .intro_headline {
    width: 60%;
  }
}

.heading_text.handwritten {
  font-family: "Young Baroque", Sans-serif;
  text-transform: unset;
  font-size: 14em;
  line-height: 0.5em;
  display: inline-block;
  vertical-align: middle;
}

.intro_headline .heading_text.handwritten {
  font-size: 20em;
}

.font_title_bg span {
  color: var(--blue);
  display: inline-flex;
  width: auto;
  text-align: center;
  justify-content: center;
  z-index: 4;
}

.font_title_bg span,
body .elementor-slides .swiper-slide-inner .elementor-slide-description span {
  position: relative;
  font-size: 44px;
  line-height: 1em;
  padding: 0 16px;
}

body.elementor-editor-active .intro-slide {
  opacity: 1;
  position: unset;
}

/* Backend Startseite */
/* .elementor-element.elementor-element-edit-mode.elementor-element-56ab9f5.e-con.e-child.e-flex.e-con-boxed.e-con--column.immer_tablet.elementor-hidden-desktop.elementor-hidden-mobile.ui-resizable.elementor-element-editable {
	display: block;
}

.elementor-element.elementor-element-edit-mode.elementor-element-56ab9f5.e-con.e-child.e-flex.e-con-boxed.e-con--column.immer_tablet.elementor-hidden-desktop.elementor-hidden-mobile.ui-resizable {
	display: none;
} */

body .uael-img-carousel-wrap span,
body .elementor-slides .swiper-slide-inner .elementor-slide-description span {
  background-color: #fff;
  color: var(--blue);
  line-height: 1.1em;
  padding: 0 16px;
  display: block;
  width: fit-content;
  text-align: center;
  margin: 0 auto;
  font-size: 44px;
  line-height: 1;
}

body .elementor-image-carousel figure {
  position: relative;
}

body .elementor-image-carousel figcaption.elementor-image-carousel-caption {
  position: absolute;
  bottom: 0;
}

body .uael-grid-caption-text {
  padding-bottom: 30px;
}

@media (max-width: 1024px) {
  body .uael-img-carousel-wrap span,
  body .elementor-slides .swiper-slide-inner .elementor-slide-description span {
    font-size: 30px;
  }
  body .uael-grid-caption-text {
    padding-bottom: 0;
  }
}

.uael-img-carousel-wrap ul.slick-dots li button::before {
  display: none;
}

.elementor .uael-img-carousel-wrap ul.slick-dots {
  bottom: 0;
}

.elementor .uael-img-carousel-wrap ul.slick-dots li button {
  width: 4px;
  height: 5px;
  background: var(--white) !important;
}

.elementor .uael-img-carousel-wrap ul.slick-dots li.slick-active button {
  background: var(--blue) !important;
}

.text-reveal {
  position: relative;
  overflow: hidden;
}

.text-reveal span::after {
  content: "";
  top: 0;
  right: 0;
  position: absolute;
  height: 100%;
  background-color: var(--red);
}

.first .text-reveal span:after {
  width: var(--bg-width-first);
}

.second .text-reveal span:after {
  width: var(--bg-width-second);
}

.font_title_bg span::before {
  content: "";
  background: #fff;
  display: block;
  position: absolute;
  top: 0;
  bottom: -3px;
  right: 0;
  left: 0;
  z-index: -1;
}

.font_title_bg .elementor-widget-container .text-reveal:first-child {
  width: fit-content;
  margin: 0 auto;
}

.font_title_bg.first .elementor-widget-container .text-reveal:last-child span {
  padding-bottom: 4px;
}

.font_title_bg.second
  .elementor-widget-container
  .text-reveal:nth-child(2)
  span {
  padding-bottom: 3px;
}

@media (max-width: 420px) {
  .sicher-container span {
    display: inline-block;
    padding: 0 60px;
  }

  #sicher {
    bottom: 3em;
  }
}

h3.small {
  font-size: 1.4em;
  font-weight: 700;
}

.seems_like_h3 {
  font-size: 2.2em;
  font-weight: 400;
  line-height: 1em;
}

@media (max-width: 1100px) {
  .font_title_bg span,
  body .elementor-slides .swiper-slide-inner .elementor-slide-description span {
    font-size: 2em;
  }
}

@media (max-width: 1024px) {
  .heading_text,
  .intro_headline .heading_text {
    font-size: 2.6em;
  }
  .intro_headline .heading_text.handwritten,
  .heading_text.handwritten {
    font-size: 7em;
  }
}

@media (max-width: 767px) {
  .font_title_bg span,
  body .elementor-slides .swiper-slide-inner .elementor-slide-description span {
    font-size: 1.3em;
    line-height: 1.2em;
  }
}

.immer_tablet {
  display: none;
}

@media (max-width: 1024px) {
  .immer_desktop {
    display: none;
  }
  .immer_tablet {
    display: block;
  }
  .immer_tablet .intro_headline .heading_text {
    font-size: 4em !important;
    line-height: 1.2em;
  }
}

@media (max-width: 767px) {
  .font_title_bg span,
  body .elementor-slides .swiper-slide-inner .elementor-slide-description {
    font-size: 1em;
    padding: 4px 4px 2px 4px;
  }
  .immer_desktop {
    display: none;
  }
}

@media (max-width: 475px) {
  .heading_text,
  .intro_headline .heading_text {
    max-width: 300px;
  }
}

.main-header-menu .menu-item.mobil,
.mobil {
  display: none;
}

@media (max-width: 922px) {
  .main-header-menu .menu-item.mobil {
    display: block;
  }
}


body.lang-de .en,
body.lang-en .de {
  display: none;
}

@media (max-width: 768px) {
  body.lang-de .en.mobil,
  body.lang-de .en.desktop,
  body.lang-de .de.desktop {
    display: none;
  }
  body.lang-de .de.mobil {
    display: block;
  }
  body.lang-en .de.mobil,
  body.lang-en .de.desktop,
  body.lang-en .en.desktop {
    display: none;
  }
  body.lang-en .en.mobil {
    display: block;
  }
}

.ast-desktop-header-content .ast-builder-menu-mobile .ast-flex.main-header-menu,
.ast-desktop-popup-content .ast-builder-menu-mobile .ast-flex.main-header-menu {
  flex-wrap: wrap;
  border-radius: 30px;
  padding: 20px 0;
}

.ast-mobile-popup-drawer.active .ast-mobile-popup-inner,
.ast-desktop .ast-mobile-popup-drawer.active .ast-mobile-popup-inner {
  margin: 30px 60px 30px 0;
  border-radius: 30px;
  max-height: 700px;
  min-width: 300px;
}

li.sub_item.menu-item.current-menu-item a,
body.page-id-2219 .menu-item-contact,
body.page-id-1960 .menu-item-imprint,
body.page-id-3 .menu-item-privacy {
  font-weight: 700;
}

body.home li.sub_item.menu-item.current-menu-item a {
  font-weight: 400;
}

.ast-mobile-popup-drawer.active .ast-mobile-popup-inner {
  margin-right: 20px;
}

.ast-lswitcher-item-header {
  font-size: 20px;
  color: var(--blue);
  background-color: #fff;
}

.ast-mobile-header-content .ast-builder-layout-element:not(.ast-builder-menu):not(.ast-header-divider-element), 
.ast-mobile-popup-content .ast-builder-layout-element:not(.ast-builder-menu):not(.ast-header-divider-element) {
  padding: 0;

}

#ast-mobile-popup-wrapper .ast-lswitcher-item-header {
  color: var(--blue);
}

#ast-desktop-toggle-menu .menu-item.wpml-ls-menu-item.menu-item-type-wpml_ls_menu_item {
	display: none;
}


.main_item .menu-link {
  font-size: 1.2em;
  line-height: 1.1em;
  padding: 5px 20px !important;
}

.ast-builder-menu-mobile .main-navigation .menu-item > .menu-link {
  line-height: 1.2em;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.ast-lswitcher-item-header {
  font-size: 1.2em;
  line-height: 1.1em;
  padding: 9px 20px 4px 20px;
  border-radius: 10px;
}

.ast-builder-language-switcher-item.ast-builder-language-switcher-item__active {
  display: none;
}

.main_item.last {
  margin-bottom: 1.5em;
}

.main_item .menu-link {
  font-weight: 700;
}

.off-canvas-footer {
  display: flex;
  justify-content: space-between;
  margin: 20px 20px 10px 20px;
}

.off-canvas-footer p {
  margin-bottom: 6px;
}

@media (max-width: 921px) {
  .main_item .menu-link {
    padding: 0 !important;
  }
  .off-canvas-footer {
    margin: 20px 0;
  }
}

.off-canvas-footer p:first-of-type {
  margin-right: 10px;
}

.ast-mobile-popup-drawer .ast-mobile-popup-inner {
  transition: transform 0.45s ease-in, opacity 0.2s ease-in;
}

#menu-toggle-close {
  border: none;
  background-image: url("img/arrow-right.svg");
  background-size: contain;
  margin: 20px 20px 0 0;
  background-repeat: no-repeat;
}

#menu-toggle-close svg {
  display: none;
}

body .elementor-post-navigation {
  justify-content: space-between;
}

body .elementor-post-navigation .elementor-post-navigation__link a {
  border: 1px solid var(--blue);
  border-radius: 10px;
  padding: 10px 20px 7px 20px;
}

body .elementor-post-navigation .elementor-post-navigation__link {
  width: auto;
}

body .elementor-post-navigation .elementor-post-navigation__link a:hover,
a.button:hover,
.elementor-button:hover {
  border-right-width: 2px;
  border-bottom-width: 2px;
  color: inherit;
}

@media (max-width: 767px) {
  body .elementor-post-navigation {
    flex-direction: column;
  }
  body .elementor-post-navigation .elementor-post-navigation__link a {
    justify-content: center;
    margin-top: 20px;
  }
}

.site-header-primary-section-left svg,
body .site-header-primary-section-left img {
  width: auto;
  height: 57px;
  margin-top: 10px;
}

#ast-fixed-header .site-header-primary-section-left svg,
body .site-header-primary-section-left img {
  margin-top: 5px;
}

@media (max-width: 450px) {
  .site-header-primary-section-left svg,
  body .site-header-primary-section-left img {
    width: auto;
    height: 40px;
  }
}



/* 22.10.2024 Header Startseite größer */


body.home:not(.ast-primary-sticky-header-active) .site-header-primary-section-left svg,
body.home:not(.ast-primary-sticky-header-active) .site-header-primary-section-left img {
  width: 450px;
  margin: 20px 0 10px 0;
  transition: 0s;
  width: auto;
  height: 85px;
}

@media (max-width: 1140px) {
  body.home:not(.ast-primary-sticky-header-active) .site-header-primary-section-left svg,
  body.home:not(.ast-primary-sticky-header-active) .site-header-primary-section-left img {
    width: 300px;
    width: auto;
    height: 65px;
  }
}

@media (max-width: 1024px) {
  body.home:not(.ast-primary-sticky-header-active) .site-header-primary-section-left svg,
  body.home:not(.ast-primary-sticky-header-active) .site-header-primary-section-left img {
    width: 300px;
    width: auto;
    height: 44px;
  }
}

@media (max-width: 450px) {
  body.home:not(.ast-primary-sticky-header-active) .site-header-primary-section-left svg,
  body.home:not(.ast-primary-sticky-header-active) .site-header-primary-section-left img {
    width: 220px;
    width: auto;
    height: 35px;
  }
}
/* Ende 22.10.2024 Header Startseite größer */


body .ast-lswitcher-item-footer, .ast-lswitcher-item-header {
	background: transparent;
	color: #fff;
	padding-left: 0;
}

#ast-mobile-header .site-header-primary-section-left svg,
#ast-fixed-header #ast-desktop-header .site-header-primary-section-left svg {
  position: relative;
  top: 10px;
}

#ast-fixed-header
  .site-header-primary-section-left
  .ast-button-wrap
  .menu-toggle.main-header-menu-toggle {
  position: relative;
  top: -2px;
}

@media (max-width: 767px) {
  .site-header-primary-section-left aside {
    padding-left: 0;
  }
}

.menu-toggle.main-header-menu-toggle.ast-mobile-menu-trigger-minimal {
  background: var(--white) !important;
}

.site-header-primary-section-right .main-header-menu .menu-link,
.ast-button-wrap .menu-toggle.main-header-menu-toggle {
  background-color: #fff;
  margin-left: 10px;
  border-radius: 10px;
  font-size: 20px;
  line-height: 20px;
  padding: 7px 10px 5px 10px;
}

.ast-button-wrap .menu-toggle.main-header-menu-toggle {
  margin-left: -10px;
  height: auto;
  background-color: var(--white);
  display: flex !important;
}

#ast-fixed-header .ast-button-wrap .menu-toggle.main-header-menu-toggle {
  position: relative;
  top: -2px;
}

body .ast-button-wrap .menu-toggle.main-header-menu-toggle::before {
  content: "Menü";
}

body.lang-en .ast-button-wrap .menu-toggle.main-header-menu-toggle::before {
  content: "Menu";
}

#menu-toggle-close {
  border: none;
}

.menu-toggle.main-header-menu-toggle.ast-mobile-menu-trigger-minimal:focus {
  border: none;
}

.ast-mobile-header-wrap .menu-toggle .mobile-menu-toggle-icon,
.menu-toggle .mobile-menu-toggle-icon {
  display: none;
}
/* 
@media(max-width:1024px) and (min-width:767px) {
  .ast-header-stick-fade-active #ast-desktop-header .site-header-primary-section-right {
    justify-content: flex-start;
    border: 4px solid green;
}
} */

@media (min-width: 921px) {
  .active.show .ast-desktop-popup-content {
    display: grid !important;
    height: 100%;
    align-content: space-between;
  }
}

@media (max-width: 921px) {
  .ast-mobile-popup-drawer.active .ast-mobile-popup-content {
    display: grid !important;
    height: 100%;
    align-content: space-between;
  }
}

body .ti-widget.ti-goog .ti-review-item > .ti-inner {
  border-radius: 30px !important;
}

body .ti-widget.ti-goog .ti-controls .ti-next,
body .ti-widget.ti-goog .ti-controls .ti-prev {
  background-image: url("img/arrow-left.svg");
  background-size: cover;
  width: 48px;
  height: 45px;
  background-position: center;
  background-repeat: no-repeat;
}

body .ti-widget.ti-goog .ti-controls .ti-next {
  background-image: url("img/arrow-right.svg");
}

body .ti-widget.ti-goog .ti-controls .ti-next::before,
body .ti-widget.ti-goog .ti-controls .ti-next::after,
body .ti-widget.ti-goog .ti-controls .ti-prev::before,
body .ti-widget.ti-goog .ti-controls .ti-prev::after {
  display: none;
}

body .ti-widget.ti-goog .ti-reviews-container-wrapper {
  max-width: 1240px;
  margin: 0 auto !important;
}

body .ti-widget.ti-goog .ti-reviews-container {
  max-width: 1420px;
  margin: 0 auto !important;
}

body .ti-widget.ti-goog .ti-controls .ti-next:hover,
body .ti-widget.ti-goog .ti-controls .ti-prev:hover {
  cursor: pointer;
  -webkit-transform: unset;
  -ms-transform: unset;
  transform: unset;
}

@media (max-width: 1500px) {
  body .ti-widget.ti-goog .ti-reviews-container-wrapper {
    max-width: 80%;
  }
}

@media (max-width: 1360px) {
  body .ti-widget.ti-goog .ti-reviews-container {
    width: auto;
    margin: 0 10px !important;
  }
  body .ti-widget.ti-goog .ti-reviews-container-wrapper {
    max-width: 80%;
    margin: 0 60px;
  }
}

@media (max-width: 767px) {
  body .ti-widget.ti-goog .ti-controls .ti-next,
  body .ti-widget.ti-goog .ti-controls .ti-prev {
    display: none !important;
  }
  body .ti-widget.ti-goog .ti-reviews-container-wrapper {
    margin: 0;
  }

  body .ti-widget.ti-goog .ti-col-2 .ti-review-item {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  #standort-und-auslastung {
    margin-top: -75px;
  }
}

.neubauprojekt {
  display: grid;
  grid-template-columns: 40% 60%;
}

.neubauprojekt:first-of-type {
  margin-bottom: 120px;
}

.neubauprojekt:nth-child(2n) {
  grid-template-columns: 60% 40%;
}

.neubauprojekt .neubauprojekt_text {
  padding-right: 20%;
  margin-top: auto;
}

.neubauprojekt .seems_like_h3 {
  text-align: center;
  margin-bottom: 30px;
}

.neubauprojekt:nth-child(2n) .neubauprojekt_text {
  order: 50;
  padding: 0 20px 0 20px;
}

.neubauprojekt .neubauprojekt_text p {
  margin-bottom: 0;
}

.neubauprojekt:nth-child(2n) .neubauprojekt_text {
  padding-left: 20%;
}

@media (max-width: 1024px) {
  .neubauprojekt,
  .neubauprojekt:nth-child(2n) {
    grid-template-columns: 50% 50%;
  }
}

@media (max-width: 767px) {
  .neubauprojekt,
  .neubauprojekt:nth-child(2n) {
    grid-template-columns: 100%;
  }

  .neubauprojekt .neubauprojekt_text,
  .neubauprojekt:nth-child(2n) .neubauprojekt_text {
    order: 50;
    padding: 0 20px 40px 20px;
    margin-top: 60px;
    text-align: center;
  }

  .neubauprojekt:first-of-type {
    margin-bottom: 60px;
  }

  .neubauprojekt:nth-child(2n) .neubauprojekt_text {
    padding-left: 0;
  }
}

/* body .glide__slides {
	transition-duration: 800ms !important;
} */

body .entry-content ul.glide__slides {
  padding-left: 0;
}

body .glide__slide img {
  border-radius: 30px;
  border: 1px solid var(--blue);
}

.slider_sehenswurdigkeiten .glide__slides p {
  min-height: 2.4em;
}

@media (min-width: 767px) {
  .slider_sehenswurdigkeiten .glide__slides {
    transform: translate3d(0, 0, 0) !important;
  }

  .slider_sehenswurdigkeiten .glide__slides div.glide__slide {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    margin: 0 !important;
  }

  .slider_sehenswurdigkeiten
    .glide__slides
    div.glide__slide.glide__slide--active {
    position: relative;
    opacity: 1;
    z-index: 1;
  }
}

.slider_sehenswurdigkeiten .glide__slide {
  display: grid;
  grid-template-columns: 4fr 5fr;
}

.slider_sehenswurdigkeiten .slide_left {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0 20px 20px 0;
}

.slider_sehenswurdigkeiten a.button {
  color: var(--blue) !important;
}

@media (max-width: 767px) {
  .slider_sehenswurdigkeiten .glide__slide {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .slider_sehenswurdigkeiten .slide_left {
    order: 10;
    padding-left: 0;
    padding-right: 0;
  }
  .slider_sehenswurdigkeiten div.glide__slide {
    min-height: 400px;
  }
  .slider_sehenswurdigkeiten .slide_left {
    justify-content: flex-start;
  }
}

.glide__arrows svg {
  width: 46px;
}

.glide__arrows .glide__arrow {
  box-shadow: unset;
}

body .glide__bullets {
  bottom: -2em;
}

body .glide__bullet:focus,
body .glide__bullet:hover,
button.glide__bullet {
  background-color: var(--white);
  border: 1px solid var(--blue);
}

.glide__bullet.glide__bullet--active {
  background: var(--blue);
}

.slider_posts h3,
.slider_posts p,
.slider_posts a.button {
  display: none;
}

.slider_posts .glide__slide--active p,
.slider_posts .glide__slide--active {
  display: block;
}

.slider_posts .glide__slide--active a.button {
  display: inline-block;
  margin-bottom: 30px;
  margin-top: 16px;
  position: relative;
  top: -1px;
}

@media (max-width: 1024px) {
  .slider_sehenswurdigkeiten a.button {
    position: relative;
    top: -1px;
  }
}

.slider_posts .glide__slide--active:hover a.button {
  color: var(--blue);
}

.slider_posts .glide__slide--active h3 {
  margin: 20px 0;
  display: block;
}

.slider_werbung .glide__slide:not(.glide__slide--active) img,
.slider_posts .glide__slide:not(.glide__slide--active) img {
  width: 260px;
  height: 330px;
  object-fit: cover;
  opacity: 0.5;
  transition: transform 0.5s, opacity 0.5s;
}

@media (max-width: 1300px) {
  .slider_werbung .glide__slide:not(.glide__slide--active) img,
  .slider_posts .glide__slide:not(.glide__slide--active) img {
    height: 230px;
  }
}

.slider_werbung .glide__slide,
.slider_posts .glide__slide {
  scale: 0.9;
  transition: scale 0.8s;
  transform-origin: top center;
}

@media (max-width: 767px) {
  .slider_werbung .glide__slide,
  .slider_posts .glide__slide {
    scale: 1;
  }
}

.slider_werbung .glide__slide--active,
.slider_posts .glide__slide--active {
  scale: 1;
  overflow: visible;
  margin: 35px 0;
  transition: scale 0.8s;
}

.slider_werbung .glide__slide--active {
  margin-top: 0;
}

.slider_werbung .glide__slide--active img,
.slider_posts .glide__slide--active img {
  margin: 32px 0;
}

.slider_werbung .glide__slide--active a,
.slider_posts .glide__slide--active a {
  transform: scale(1.2);
  display: block;
  transition: scale 2.5s;
}

.slider_posts .glide__slide--active {
  transform: unset;
  margin: 0 0 35px 0;
}

.slider_werbung .glide__slide--active a,
.slider_posts .glide__slide--active a {
  transform: scale(1.2);
  display: block;
  transition: scale 2.5s;
}

.slider_werbung .glide__slide--active img {
  margin-top: 1px;
}

@media (max-width: 1100px) {
  .slider_werbung .glide__slide--active a,
  .slider_posts .glide__slide--active a {
    transform: unset;
  }
}

@media (max-width: 767px) {
  .slider_werbung .glide__slide--active a,
  .slider_posts .glide__slide--active a {
    transform: scale(1);
  }
}

@media (max-width: 1150px) {
  .slider_werbung .glide__slide--active img,
  .slider_posts .glide__slide--active img {
    margin-top: 0;
  }
}

/* Add this CSS to your stylesheet */
@keyframes fadeInScaleUp {
  from {
    opacity: 0.1;
  }
  to {
    opacity: 1;
  }
}

/* .slider_posts .glide__slide--active img {
  animation: fadeInScaleUp 2.5s ease-in-out forwards;
}  */

.slider_sehenswurdigkeiten .glide__slide--active,
.slider_posts .glide__slide--active {
  animation: fadeInScaleUp 2s ease-in-out forwards;
}

.slider_werbung .glide__slide,
.slider_posts .glide__slide {
  padding-bottom: 10px;
  text-align: center;
}

.slider_posts .glide__arrow {
  top: 300px;
  border: none;
}

.slider_werbung .glide__arrow-left,
.slider_posts .glide__arrow--left {
  left: 0;
}

.slider_werbung .glide__arrow--right,
.slider_posts .glide__arrow--right {
  right: 0;
}

.glide__slide .images_wrapper {
  position: relative;
  margin-bottom: 40px;
}

.glide__slide .images_wrapper .preview_image {
  position: absolute;
  bottom: -32px;
  right: 0;
  z-index: -1;
  opacity: 0.3;
  width: 95%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (max-width: 767px) {
  .slider_sehenswurdigkeiten .glide__slide .images_wrapper .preview_image,
  .slider_sehenswurdigkeiten .glide__slide:not(.glide__slide--active) h3,
  .slider_sehenswurdigkeiten .glide__slide:not(.glide__slide--active) a.button,
  .slider_sehenswurdigkeiten .glide__slide:not(.glide__slide--active) p {
    display: none;
  }
  .slider_posts .glide__slide--active h3 {
    margin-top: 0;
  }
}

@media (max-width: 1150px) {
  .slider_werbung .glide__slide--active,
  .slider_posts .glide__slide--active {
    transform: unset;
    margin: 0;
  }
  .slider_werbung .glide__slide:not(.glide__slide--active),
  .slider_posts .glide__slide:not(.glide__slide--active) {
    height: 230px;
    width: 200px;
  }
}

@media (max-width: 1024px) {
  .slider_neubauprojekte .glide__slide--active img,
  .slider_sehenswurdigkeiten .glide__slide--active img,
  .slider_posts .glide__slide--active,
  .slider_werbung .glide__slide--active {
    transform: unset;
    margin: 0;
  }
  .slider_neubauprojekte .glide__slide:not(.glide__slide--active) img,
  .slider_sehenswurdigkeiten .glide__slide:not(.glide__slide--active) img,
  .slider_posts .glide__slide:not(.glide__slide--active) img,
  .slider_werbung .glide__slide:not(.glide__slide--active) img {
    height: 160px;
    width: 90%;
  }
}

@media (max-width: 767px) {
  .slider_arrows .glide__arrows .glide__arrow {
    display: none;
  }
  .slider_neubauprojekte .glide__slide {
    text-align: center;
  }
  .slider_sehenswurdigkeiten .glide__slide:not(.glide__slide--active) img,
  .slider_neubauprojekte .glide__slide:not(.glide__slide--active) img,
  .slider_posts .glide__slide:not(.glide__slide--active) img,
  .slider_werbung .glide__slide:not(.glide__slide--active) img {
    opacity: 0.5;
  }
  .slider_neubauprojekte .glide__slide.glide__slide--active img {
    height: 300px;
    object-fit: cover;
  }
  .slider_posts li.glide__slide {
    min-height: 700px;
  }
}

@media (max-width: 767px) {
  .slider_sehenswurdigkeiten .glide__slide:not(.glide__slide--active) img,
  .slider_posts .glide__slide:not(.glide__slide--active) img {
    height: auto;
    width: auto;
  }
}

@media (max-width: 520px) {
  .slider_neubauprojekte .glide__slide.glide__slide--active img,
  .slider_werbung .glide__slide.glide__slide--active img {
    height: 200px;
    object-fit: cover;
  }

  .slider_werbung .glide__slide.glide__slide img {
    height: auto;
    width: 100%;
  }
}

.slider_features li {
  word-wrap: break-word;
  white-space: break-spaces;
  font-size: 20px;
  color: var(--white);
  display: flex;
  justify-content: space-around;
  text-align: center;
  padding: 0 5px;
}

/* Garagenauslastung */
.garagenauslastung {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
}

.garage {
  border: 1px solid var(--blue);
  border-radius: 30px;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: right;
  border-bottom-left-radius: 33px;
  grid-row: 1;
}

.garage .content {
  width: 55%;
}

.garagen_insgesamt {
  grid-column: 1 / -1;
  display: flex;
  justify-content: center;
  width: 100%;
}

.garagen_insgesamt .garage {
  width: calc(50% - 20px);
}

@media (max-width: 1290px) {
  .garage {
    padding-right: 0;
  }
  .garage .content {
    width: 66%;
  }
}

@media (max-width: 1024px) {
  .garagenauslastung {
    display: block;
    padding: 30px 10px 30px 10px;
  }
  .garagen_insgesamt .garage {
    width: 100%;
  }
  .garage {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .garagen_insgesamt .garage {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .garage .content {
    width: 100%;
  }
}

/* @media(max-width:1024px) {
  .garage.garagen_insgesamt {
    margin: 0 0 90px 0;
    max-width: unset;
  }
} */

@media (max-width: 767px) {
  .garage.garagen_insgesamt {
    margin-bottom: 50px;
  }
}

.garage .auslastung_head,
.garage .dynamische_infos {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  align-items: center;
}

.garage h3 {
  margin: 0;
  color: var(--blue);
}

.garage a.button {
  color: var(--white);
  border-color: var(--blue);
  background-color: var(--blue);
}

.garage a.button:hover {
  color: var(--blue);
  background-color: var(--white);
  border-right-width: 1px;
  border-bottom-width: 1px;
}

.infos {
  background-color: var(--blue);
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  padding: 54px 24px 24px 24px;
  margin-top: -30px;
  font-size: 16px;
  border: 1px solid var(--blue);
  min-height: 220px;
  border-width: 0;
  border-right-width: 1px;
}

.garage .infos p,
.garage .infos ul {
  margin: 0;
  color: var(--white);
}

.garage .infos ul {
  margin-left: -7px;
}

.garage .dynamische_infos {
  margin: 16px 0 8px 0;
}

.garage .auslastung {
  background-color: var(--white);
  color: var(--blue);
  padding: 24px;
  border-radius: 30px;
  position: relative;
}

.auslastung_balken {
  background-color: var(--white);
  border: 1px solid var(--blue);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.bar {
  display: inline-block;
  width: 40%;
  border-radius: 8px;
  outline: 1px solid var(--blue);
  height: 36px;
}

.bar.green {
  background-color: #88c39f;
}

.bar.yellow {
  background-color: #eda63b;
}

.bar.red {
  background-color: #e74010;
}

.e-hotspot {
  width: 75px;
  height: 90px;
}

@media (max-width: 767px) {
  .garage {
    padding-right: 0;
  }
  .infos {
    background-color: var(--blue);
    color: var(--white);
    border-color: var(--white);
    border-bottom-width: 1px;
    border-left-width: 1px;
    min-height: unset;
  }
  .garage .auslastung {
    background-color: var(--white);
    color: var(--blue);
  }
  .garage h3 {
    margin: 0;
    color: var(--blue);
  }
  .garage .auslastung_balken,
  .garage a.button {
    color: var(--blue);
    border-color: var(--blue);
  }
  .garage a.button {
    color: var(--white);
  }
  .garage a.button:hover {
    color: var(--blue);
    background-color: var(--white);
  }
}

/* Featurebar*/

@keyframes infiniteScroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-250%);
  }
}

.scrolling-container {
  overflow: hidden !important;
}

ul.scrolling-text {
  white-space: nowrap;
  margin-right: 2rem;
  display: flex;
  animation-name: infiniteScroll;
  animation-duration: 60s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  justify-content: space-between;
}

.elementor-hidden-desktop.scrolling-container ul.scrolling-text {
  animation-duration: 20s;
}

ul.scrolling-text .car {
  font-size: 30px;
  padding: 0 20px;
}

ul.scrolling-text li {
  list-style-type: none !important;
  font-size: 20px;
  text-align: center;
  padding: 0 5px;
  display: flex;
  align-items: center;
  color: #fff;
}

/* Alle Garagen */
.alle_garagen {
  display: grid;
  grid-template-columns: 20% 80%;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  position: relative;
  z-index: 4;
}

@media (max-width: 1024px) {
  .alle_garagen {
    display: grid;
    grid-template-columns: 30% 70%;
  }
}

@media (max-width: 767px) {
  .alle_garagen {
    grid-template-columns: 100%;
  }
}

.alle_garagen .map_container {
  background-size: cover;
  background-position: center;
  border-radius: 30px;
  border: 1px solid var(--blue);
}

@media (max-width: 1570px) {
  .alle_garagen .map_container {
    margin-right: 80px;
  }
}

@media (max-width: 1570px) {
  .alle_garagen .map_container,
  .alle_garagen .legende {
    margin-right: 40px;
  }
}

.alle_garagen .map_container svg {
  width: 100%;
}

.alle_garagen .legende {
  font-size: 18px;
}

.legende h2 {
  background: var(--blue);
  color: var(--white);
  padding: 16px 22px;
  border-radius: 30px;
  margin-bottom: 0;
  font-size: 1.6em;
}

.alle_garagen .legende .erklarung,
.alle_garagen .legende .icons {
  border: 1px solid var(--blue);
  padding: 46px 16px 16px 16px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  border-top: unset;
  margin-top: -30px;
}

.alle_garagen .legende .icons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  text-align: center;
  padding: 56px 16px 0 16px;
}

.alle_garagen .legende .kreis {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin: 8px 10px 8px 0;
}

.erklarung > div {
  display: flex;
  align-items: center;
}

.alle_garagen .legende .unbekannt .kreis {
  background-color: #6393f0;
}

.alle_garagen .legende .mehr-10-prozent .kreis {
  background-color: #88c39f;
}

.alle_garagen .legende .mehr-3-prozent .kreis {
  background-color: #eda63b;
}

.alle_garagen .legende .weniger-3-prozent .kreis {
  background-color: #d93c42;
}

.alle_garagen .legende .geschlossen .kreis {
  background-color: #afb6bc;
}

/* .alle_garagen .map_container {
  position: relative;
}

.alle_garagen .map_container .parkplatz {
  position: absolute;
}

.parkplatz.mulln-augustinerbrau {
	top: 40%;
	left: 40%;
} */

/* Footer */

.ast-builder-footer-grid-columns.site-primary-footer-inner-wrap.ast-builder-grid-row {
  padding: 0;
}

.ast-builder-footer-grid-columns.site-primary-footer-inner-wrap svg {
  margin: 0 0 -120px -10px;
  max-width: 100%;
}

.ast-builder-footer-grid-columns.site-primary-footer-inner-wrap svg text a {
  color: var(--blue) !important;
}

.ast-builder-footer-grid-columns.site-primary-footer-inner-wrap
  svg
  text
  a:hover {
  color: var(--red) !important;
  fill: var(--red);
}

@media (max-width: 1024px) {
  .ast-builder-footer-grid-columns.site-primary-footer-inner-wrap svg {
    max-width: 100%;
    margin-right: 0;
  }
}

@media (max-width: 920px) {
  .ast-builder-footer-grid-columns.site-primary-footer-inner-wrap svg {
    margin: 0;
    max-width: 100%;
  }
  body .ast-footer-copyright p {
    margin-bottom: 0;
    padding: 0 10px 0 20px;
  }
}

@media (max-width: 600px) {
  body .ast-footer-copyright p {
    max-width: 350px;
    margin: 0 auto;
  }
}

/* Garagen Map - Alle Garagen */

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  justify-content: center;
  align-items: center;
}

.modal-content {
  background-color: #fefefe;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 20px 0px 20px;
  border: 1px solid var(--blue);
  border-radius: 10px;
  width: 30%;
}

@media only screen and (max-width: 768px) {
  .modal-content {
    width: 80%;
    margin-right: 10%;
    margin-left: 0%;
  }
}

.close {
  color: var(--blue);
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.map_container path {
  cursor: pointer;
}

.map_container tspan,
.map_container text {
  cursor: pointer !important;
}

@media (max-width: 767px) {
  .alle_garagen .map_container,
  .alle_garagen .legende {
    margin-right: 0;
  }
}

/* .single-post main {
	max-width:1420px;
	margin: 0 auto;
} */

body.single-post .site .site-content #primary .ast-article-single {
  padding-left: 0;
  padding-right: 0;
}

.floating_button {
  position: fixed;
  z-index: 99999;
  top: 35%;
  border: 2px solid var(--blue);
  border-radius: 10px;
  border-left: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  background: var(--white);
  transition: all 0.3s;
}

.floating_button:hover {
  background: var(--blue);
  transition: all 0.3s;
}

.floating_button img {
  width: 65px;
}

.floating_button a {
  display: block;
  padding: 12px;
}

body.page-id-2219 .floating_button {
  display: none;
}

@media (max-width: 1270px) {
  .floating_button {
    top: 25%;
  }
}

@media (max-width: 768px) {
  .floating_button {
    display: none;
  }
}

/* nav bug safari */
body.e--ua-safari #masthead .ast-mobile-header-wrap .ast-primary-header-bar {
  padding-right: 20px !important;
  padding-left: 20px !important;
}


.elementor-widget.elementor-widget-text-editor a {
	text-decoration: underline;
}

.ast-primary-sticky-header-active .ast-lswitcher-item-header {
  position: relative;
  top: -2px;
}