header.header .container,
section.listCardBlock .container,
div#div-7 .container,
section.kontact .container,
footer.mainFooter .container {
  width: 100%;
  max-width: 1510px !important;
  padding: 0 15px;
}
body {
  overflow-x: hidden;
}

.l-container__item {
  min-height: calc(100vh - 208px);
}

header.header .headerBlock {
  display: flex;
  padding: 15px 0;
  align-items: center;
}

header.header .headerBlock a.logo {
  display: block;
  max-width: max-content;
  width: 100%;
}

header.header .headerBlock a.logo img {
  width: 100%;
  max-width: max-content;
}
.menusBlock ul {
  display: flex;
  padding: 0;
  gap: 20px;
}
.menusBlock ul li.items {
  list-style: none;
}
.menusBlock ul li.items a {
  font-size: 16px;
  text-transform: capitalize;
  color: #000;
}
section.banner {
  position: relative;
  height: 500px;
}
section.banner .bannerImageText img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}
section.banner .bannerTextBlock {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  padding: 0 15px;
}
section.banner .bannerImageText {
  position: relative;
  height: 100%;
}
section.banner .bannerTextBlock h1 {
  color: #fff;
  letter-spacing: normal;
  font-size: 42px;
}
section.banner .bannerTextBlock h2 {
  color: #fff;
  text-transform: capitalize;
  font-size: 30px;
}
section.listCardBlock {
  background: #000;
  padding: 40px 0;
}
section.listCardBlock .container {
  max-width: 1540px !important;
  width: 100%;
}
section.listCardBlock h2.text-white {
  text-align: center;
  margin: 0;
}
section.listCardBlock .listCardArea .innerCardsIcon {
  gap: 15px;
  align-items: flex-start;
}
section.listCardBlock .listCardArea .innerCardsIcon .iconSBlock {
  width: 100%;
  max-width: 50px;
  height: auto;
}
section.listCardBlock .listCardArea .innerCardsIcon .iconSBlock img {
  width: 100%;
  max-width: 100%;
}
section.listCardBlock .listCardArea .listData h4 {
  font-size: 24px;
  margin-bottom: 6px !important;
}
section.listCardBlock .listCardArea .listData p {
  font-size: 16px;
  margin: 0;
}
section.listCardBlock .listCardArea .row {
  justify-content: center;
  margin-top: 25px;
}
footer.mainFooter {
  background: #000;
  padding: 50px 0;
}
footer.mainFooter .footerLinks ul {
  margin: 0;
  gap: 25px;
}
footer.mainFooter .footerLinks ul li.items {
  list-style: none;
  margin-bottom: 8px;
}
footer.mainFooter .footerLinks ul li.items a {
  color: #fff;
  font-size: 16px;
}
section.kontact h2 {
  text-align: center;
  color: #000 !important;
  margin: 35px 0 0 !important;
  font-size: 30px;
}
#div-7:not(:has(.legalNoteClass)) {
  background: #000;
}
div#div-7 .footerLinks {
  padding: 40px 0;
}
div#div-7 .footerLinks ul li.items.socialIcon {
  list-style: none;
}

div#div-7 .footerLinks ul li.items.socialIcon a {
  display: block;
}
section.banner .bannerImageText img {
  width: 100%;
  max-width: 100%;
}
div#div-7 .footerLinks ul li.items.socialIcon img {
  max-width: 50px;
}
section.kontact form.kontactForm {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  max-width: 700px;
  width: 100%;
  box-shadow: 0 7px 5px #ddd;
  padding: 30px;
  border-radius: 8px;
  margin: 35px auto;
}
section.kontact form.kontactForm .form-group {
  width: 100%;
  display: flex;
  flex-direction: column-reverse;
  margin-bottom: 10px;
}
section.kontact form.kontactForm .form-group input,
section.kontact form.kontactForm .form-group textarea {
  border-radius: 8px;
  border: 1px solid #ddd;
}
section.kontact form.kontactForm .form-group textarea {
  height: 40px;
}
section.kontact form.kontactForm .form-check h6 {
  color: #000 !important;
  text-transform: capitalize;
}

section.kontact form.kontactForm input.submited {
  background: #000;
  border: 0;
  margin: 0 auto;
  width: 100%;
  max-width: 350px;
  height: 45px;
  border-radius: 8px;
  font-size: 18px;
  text-transform: capitalize;
  display: block;
}

section.kontact form.kontactForm p.query-send {
  color: #000 !important;
  font-size: 16px;
  margin-top: 15px;
}
section.kontact form.kontactForm .bottomForm {
  justify-content: center !important;
}

.Öffnungszeiten-Unsere-Services {
  margin-top: 50px;
}
.Öffnungszeiten-Unsere-Services .Unsere-inner-div {
  max-width: 1170px;
  margin: 0 auto;
  background: #000;
  border-radius: 160px 160px 160px 6px;
  display: flex;
  padding: 50px 150px;
  justify-content: space-between;
}
.Öffnungszeiten-Unsere-Services .Unsere-inner-div .Öffnungszeiten {
  width: 320px;
}
.Öffnungszeiten-Unsere-Services .Unsere-inner-div h3 {
  font-size: 50px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 20px;
}
.Öffnungszeiten-Unsere-Services .Unsere-inner-div .Unsere-Services {
  max-width: 350px;
}
.Öffnungszeiten-Unsere-Services .Unsere-inner-div .time-info {
  display: flex;
  flex-wrap: wrap;
}
.Öffnungszeiten-Unsere-Services .Unsere-inner-div .time-info * {
  width: 50%;
  color: #fff;
  font-size: 17px;
  line-height: 22px;
  margin: 0 0 20px;
}
.Öffnungszeiten-Unsere-Services .Unsere-inner-div .time-info p {
  text-align: right;
}
.Öffnungszeiten-Unsere-Services .Unsere-inner-div .Unsere-Services ul li p {
  font-size: 17px;
  line-height: 22px;
  margin: 0;
}
.Öffnungszeiten-Unsere-Services .Unsere-inner-div .Unsere-Services ul li {
  color: #fff;
  margin-bottom: 20px;
}
.Öffnungszeiten-Unsere-Services
  .Unsere-inner-div
  .Unsere-Services
  ul
  li:last-child {
  margin: 0;
}
.Öffnungszeiten-Unsere-Services .Unsere-inner-div .Unsere-Services ul li .bold {
  font-weight: bold;
}
.Öffnungszeiten-Unsere-Services .Unsere-inner-div .Unsere-Services ul {
  list-style-type: square;
}
.Öffnungszeiten-Unsere-Services
  .Unsere-inner-div
  .Unsere-Services
  ul
  li::marker {
  font-size: 20px;
}
.Jetzt-btn {
  padding: 30px 0;
  max-width: 1170px;
  margin: 0 auto;
}
.Jetzt-btn .btn {
  background: #000;
  border-radius: 6px;
  border: 0;
  font-size: 21px;
  height: 50px;
  font-family: "TeleNeo", sans-serif;
  color: #fff;
  font-weight: 700;
  padding: 0 20px;
}
.Jetzt-btn .btn:hover {
  background: #262626;
}

iframe {
  max-width: 100%;
  width: 100%;
}

section.viewBlock {
  width: 100%;
  max-width: 100%;
}
button.slick-arrow {
  position: absolute;
  top: 0;
  font-size: 0;
  width: 58px;
  height: calc(100% - 62px);
  background: transparent;
  border: 0;
  background-position: 50%;
  background-image: url(../images/linksArrow.png);
  background-size: 100%;
  z-index: 1;

  &.slick-prev {
    left: 0px;
    background-repeat: no-repeat;
  }

  &.slick-next {
    right: 0px;
    background-repeat: no-repeat;
    transform: rotate(-180deg);
  }

  @media screen and (width < 575px) {
    display: none !important;
  }
}

ul.slick-dots {
  display: flex;
  list-style: none;
  padding: 0;
  justify-content: center;
  align-items: center;
  gap: 48px;
  margin-top: 29px;

  @media screen and (width < 992px) {
    gap: 25px;
  }

  li {
    button {
      background: transparent;
      border: 1px solid var(--whiteColor);
      width: 30px;
      height: 30px;
      border-radius: 50%;
      font-size: 0;

      @media screen and (width < 992px) {
        width: 20px;
        height: 20px;
      }
    }

    &.slick-active {
      button {
        background-color: var(--blackColor);
      }
    }
  }
}

.carousel.sliderBlock {
  width: 100%;
  max-width: 850px;
  margin: 52px auto 0;

  .slick-list.draggable {
    max-width: 710px;
    margin: auto;
    height: 710px;

    .sliderInnerImages {
      height: 710px;
      text-align: center;

      img {
        height: auto;
        width: auto;
        /* object-fit: cover; */
      }
    }

    @media screen and (width < 767px) {
      height: auto;

      .sliderInnerImages {
        height: auto;
      }
    }
  }
}

.message {
  display: block;
  margin-top: 20px;
}
section.AKTUELLES .container .carousel.sliderBlock .slick-list {
  height: auto !important;
  aspect-ratio: unset;
}

section.AKTUELLES
  .container
  .carousel.sliderBlock
  .slick-list
  .sliderInnerImages {
  max-height: max-content;
  aspect-ratio: auto;
  height: auto;
}

section.AKTUELLES
  .container
  .carousel.sliderBlock
  .slick-list
  .sliderInnerImages
  img {
  min-height: 700px;
  aspect-ratio: unset;
  height: 700px;
  object-fit: contain;
}

.message p {
  color: #000;
  margin: 0;
}

.cookiebannerContainer {
  width: 100%;
  height: 100%;
  float: none;
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
  top: 0;
}

.cookiebannerContent {
  width: 100%;
  max-width: 1200px;
  height: auto;
  float: none;
  position: relative;
  background: #fff;
  padding: 2.5rem 2rem 2rem;
  margin: 0 auto;
  overflow-y: auto;
  font-family: var(--fontFamAvenir);
}

.cookiebannerContent::-webkit-scrollbar {
  width: 5px !important;
  height: 5px !important;
  border-radius: 2px !important;
}

.cookiebannerContent::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 1) !important;
}

.cookiebannerContent::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 1) !important;
}

div#cookiebannerContainer .cookiebannerContent.center p {
  font-size: 20px;
  margin: 0 0 20px;
  text-align: left;
}

.cookiebannerContent.top {
  top: 0;
  left: 0;
}

.cookiebannerContent.bottom {
  top: calc(100% - 320px);
  left: 0;
}

.cookiebannerContent.center {
  top: calc(50% - 160px);
  left: 0;
}

.cookiebannerContent label.title {
  width: 100%;
  font-size: 2.4em;
  font-weight: 700;
  color: #000;
}

.cookiebannerContent label.text {
  width: 100%;
  height: auto;
  float: left;
  font-size: 2em;
  color: #000;
}

.cookiebannerContent label.checkboxtext {
  width: auto;
  height: 20px;
  float: none;
  font-size: 1em;
  color: #000;
  cursor: default;
}

.cookiebannerContent label.checkboxtext:hover {
  cursor: pointer;
}

.cookiebannerContent label.text a {
  width: auto;
  float: none;
  color: #000;
  text-decoration: none;
  cursor: default;
}

.cookiebannerContent label.text a:hover {
  color: var(--blackColor);
  text-decoration: underline;
  cursor: pointer;
}

.cookiebannerContent button[type="button"] {
  width: max-content;
  height: auto;
  float: right;
  background: #000;
  color: #fff;
  border: 2px solid var(--blackColor);
  box-sizing: border-box;
  border-radius: 5px;
  cursor: default;
  padding: 4px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cookiebannerContent button[type="button"]:hover {
  background: #fff;
  color: var(--blackColor);
  border: 2px solid var(--blackColor);
  cursor: pointer;
}

.cookiebannerContent button[type="checkbox"] {
  width: 16px;
  height: 16px;
  float: none;
  vertical-align: sub;
  cursor: default;
}

.cookiebannerContent button[type="checkbox"]:hover {
  cursor: pointer;
}

.cookiebannerElement_width {
  width: 25%;
}

.cookiebannerContent .cookie-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 25px;
}
#setbanner {
  height: auto;
  background: #000;
  color: #fff;
  border: 2px solid var(--blackColor);
  box-sizing: border-box;
  border-radius: 5px;
  cursor: default;
  padding: 4px 20px;
}
div#angebotImage {
  ul.slick-dots {
    li button {
      border-color: black;
    }
  }
}

.sha {
  position: absolute;
  top: 0;
  right: 0;

  span {
    width: 40px;
    height: 40px;
    display: block;
    background-color: #c6c6c6;
    margin-bottom: 7px;
    border-radius: 50%;
    background-size: 29px !important;
    background-repeat: no-repeat;
    background-position: 50%;

    &.zurueckbutton_container_wh {
      &:hover {
        span {
          background-image: url(../images/pfeil_zurueck_hover.png);
        }
      }
    }

    &:hover {
      background-color: black;
    }

    span {
      background-size: 100%;
    }
  }
}

.fbshare_icon_wh {
  background-image: url(../images/icon-share-white.png);
}

.whashare_icon_wh {
  background-image: url(../images/icon-share-whatsapp-white.png);
}

.mailshare_icon_wh {
  background-image: url(../images/icon-mailoutline-white.png);
}

.zurueckbutton_wh {
  background-image: url(../images/pfeil_zurueck.png);
}

.innerCardBlock .imagesCardBlock {
  position: relative;
}

.innerCardBlock .imagesCardBlock .angebotImageSlider {
  position: relative;
}

.innerCardBlock .imagesCardBlock .angebotImageSlider button.slick-arrow {
  top: 0;
  bottom: unset;
  transform: unset !important;
  height: 100% !important;
}

.innerCardBlock .imagesCardBlock .angebotImageSlider button.slick-arrow::after {
  display: none;
}
.innerCardBlock
  .imagesCardBlock
  .angebotImageSlider
  button.slick-arrow.slick-prev {
  left: 0;
}
.innerCardBlock
  .imagesCardBlock
  .angebotImageSlider
  button.slick-arrow.slick-next {
  right: 0;
  transform: scale(-1) !important;
}

.imagesBlock {
  .imageA {
    margin-bottom: 52px;
    min-height: auto;

    @media screen and (width < 1024px) {
      min-height: 319px;
    }

    @media screen and (width <=767px) {
      margin-bottom: 10px;
      /*                    margin-top:10px;*/
    }

    .onHover {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 100%;
      text-align: center;
      transform: translate(-50%, -50%) scale(0);
      max-width: 150px;
      height: 150px;
      background: rgb(0 0 0 / 40%);
      transition: all 0.2s linear;

      h5 {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        font-size: 20px;

        a {
          color: var(--whiteColor);
          font-weight: 400;
        }
      }
    }

    &:hover {
      .onHover {
        transform: translate(-50%, -50%) scale(1);
      }
    }
  }
  @media screen and (width < 767px) {
    margin-bottom: 25px;
  }
}
.banner .bannerImageText > .banner-back-image > img {
  width: 100%;
  min-height: 100px;
  object-fit: cover;
  height: 513px;
}

button.slick-arrow {
  position: absolute;
  top: 0;
  font-size: 0;
  width: 58px;
  height: calc(100% - 62px);
  background: transparent;
  border: 0;
  background-position: 50%;
  background-image: url(../images/linksArrow.png);
  background-size: 100%;
  z-index: 1;

  &.slick-prev {
    left: 0px;
    background-repeat: no-repeat;
  }

  &.slick-next {
    right: 0px;
    background-repeat: no-repeat;
    transform: rotate(-180deg);
  }

  @media screen and (width < 575px) {
    display: none !important;
  }
}

.custom-modal {
  padding: 0 !important;
}

.custom-modal .modal-dialog {
  max-width: 100%;
  margin: 0;
  left: 0;
  border-radius: 0 !important;
}

.custom-modal .modal-dialog .modal-content {
  border-radius: 0;
}

.custom-modal .modal-dialog .modal-content .modal-header {
  background: #000;
}

.custom-modal .modal-dialog .modal-content button.close {
  margin: 0;
  color: #fff;
  opacity: 1;
  font-size: 30px;
}

.custom-modal .modal-dialog .modal-body {
  height: calc(100vh - 72px);
  overflow: auto;
}

.custom-modal .modal-dialog .modal-body .entry-content h1 {
  font-size: 30px;
  font-weight: 800 !important;
  margin: 0 0 25px;
}

.custom-modal .modal-dialog .modal-body .entry-content span {
  font-size: 18px;
}

.ODSCardImage-Image.blured {
  display: none;
}

.ODSCardImage-ImageContainer.bg_wrapper .ODSCardImage-Image.blured {
  display: block;
}

#customcontactForm .ODSCheckbox input[type="checkbox"] {
  height: 28px;
  width: 28px;
}

.contactClass
  .dte-info-cards.dte-module
  > .dte-info-cards__grid
  > .ODSCardBasic:last-child
  > .ODSContainer-basic--vertical.ODSCardBasic-Content
  > .ODSContainer-basic--vertical.ODSCardBasic-Content-Slot {
  display: flex;
  flex-direction: column;
}

.contactClass
  .dte-info-cards.dte-module
  > .dte-info-cards__grid
  > .ODSCardBasic:last-child
  > .ODSContainer-basic--vertical.ODSCardBasic-Content
  > .ODSContainer-basic--vertical.ODSCardBasic-Content-Slot
  img {
  order: 3;
}

.contactClass
  .dte-info-cards.dte-module
  > .dte-info-cards__grid
  > .ODSCardBasic:last-child
  span.dte-info-card__title {
  margin: 0;
}

.dte-info-cards.dte-module
  > .dte-info-cards__grid
  > .ODSCardBasic:last-child
  > .ODSContainer-basic--vertical.ODSCardBasic-Content
  > .ODSContainer-basic--vertical.ODSCardBasic-Content-Slot {
  display: flex;
  flex-direction: column;
}

.dte-info-cards.dte-module
  > .dte-info-cards__grid
  > .ODSCardBasic:last-child
  > .ODSContainer-basic--vertical.ODSCardBasic-Content
  > .ODSContainer-basic--vertical.ODSCardBasic-Content-Slot
  img {
  order: 3;
}

.dte-info-cards.dte-module
  > .dte-info-cards__grid
  > .ODSCardBasic:last-child
  span.dte-info-card__title {
  margin: 0;
}

.updated_form > input {
  opacity: 0;
  position: absolute;
  z-index: 2;
  cursor: pointer;
}
.updated_form .ODSCheckboxIcon-Icon--size-large {
  position: relative;
  z-index: 1;
  background-color: #fff;
}
/* .updated_form .ODSCheckboxIcon-Icon--size-large::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 12px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  border-radius: 0;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  opacity: 0;
} */

.updated_form .ODSCheckboxIcon-Icon--size-large::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  background: no-repeat center / contain
    url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path d='M3 8.5l3 3 7-8' fill='none' stroke='white' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/></svg>");
  transition: opacity 0.2s ease;
}

.updated_form > input:checked + .ODSCheckboxIcon-Icon--size-large::after {
  opacity: 1;
}
.updated_form > input:checked + .ODSCheckboxIcon-Icon--size-large {
  background-color: var(--colours-basic-accent) !important;
}

#kontactSubmitPopup .modal-body p {
  font-family: "TeleNeo Var";
  color: #000000;
}

footer.mainFooter .footerLinks ul > .items a[href]:hover {
  text-decoration: underline !important;
}

footer.mainFooter .container {
  width: 100%;
  max-width: 90rem !important;
  padding: 0 1.5rem;
}

.contactClass .dte-content-wrapper {
  margin-top: 0 !important;
}

div:has(.singlePopUpClass) + div .contactClass .dte-content-wrapper {
  margin-top: 30px !important;
}

div.header + script + div.contactClass .dte-content-wrapper {
  padding: var(--spacing-layout-8) var(--spacing-layout-4) 0
    var(--spacing-layout-4) !important;
}

.updated_form > input:checked:hover + .ODSCheckboxIcon-Icon--size-large {
  background-color: var(
    --colours-interaction-states-hover-accent-hover
  ) !important;
}

/* hide custom error message */
label#\:Rae\:-error.error {
  display: none !important;
}

label#\:Rie\:-error.error {
  display: none !important;
}

#div-3 .singlePopUpClass {
  margin-top: 1.25em;
}

@media (max-width: 767px) {
  .dte-heroes img.dte-responsive-image.dte-hero__image {
    width: 100%;
    max-height: clamp(310px, 70vw, 600px);
  }
}

@media (max-width: 991px) {
  section.banner .bannerTextBlock h1 {
    font-size: 35px;
    margin-bottom: 10px !important;
  }
  section.banner .bannerTextBlock h2 {
    font-size: 25px;
  }
}
@media (max-width: 567px) {
  section.banner {
    height: 310px;
  }
  header.header .headerBlock a.logo {
    max-width: 60px;
    width: 100%;
  }
  section.banner .bannerTextBlock h1 {
    font-size: 31px;
  }
  section.banner .bannerTextBlock h2 {
    font-size: 21px;
  }
  section.listCardBlock h2.text-white {
    font-size: 23px;
  }
  section.listCardBlock .listCardArea .innerCardsIcon .iconSBlock {
    max-width: 41px;
    height: auto;
  }
  section.listCardBlock .listCardArea .innerCardsIcon {
    flex-direction: column;
  }
  section.kontact form.kontactForm {
    gap: 10px;
    padding: 25px;
    margin: 20px auto;
  }
  section.kontact form.kontactForm p.query-send {
    font-size: 13px;
    margin-top: 12px;
  }
  div#div-7 .footerLinks {
    padding: 20px 0;
  }
}

@media (min-width: 1040px) {
  .ODSGlobalHeader--scrolled .ODSLogo svg path {
    transform: scale(0.7);
    transform-origin: center;
  }
}
