@import url("https://use.typekit.net/pfe7zcs.css");

html {
  position: relative;
  min-height: 100%;
  overflow-x: hidden;
}

body {
  font-family: "dinosaur", sans-serif;
  background: #F6F6F6;
  color: #9CACA7;
  font-size: 18px;
  font-weight: 400;
  line-height: 100%;
  overflow-x: hidden;
  /*  */
}

/* Firefox ScrollTrigger fix — move overflow to wrapper not body */
@-moz-document url-prefix() {
  body {
    overflow: visible !important;
  }

  #page-content,
  .content-wrapper {
    overflow-x: hidden;
  }

  /* Prevent horizontal scroll showing */
  html {
    overflow-x: hidden;
  }
}
/* Firefox flex pin fix */
#page-content {
  display: block !important;
}



.loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(/fileadmin/user_upload/SIWE/icons/loader.svg) 50% 50%
    no-repeat #FAFAF8;
  background-size: 100px;
}

.topLogo {
  display: block;
  width: 300px;
}

.imprint-pri-sec a,
.pageSpace a {
  color: #9CACA7;
}
.imprint-pri-sec a:hover,
.pageSpace a:hover {
  color: #E9D0B7;
  text-decoration: underline;
}
.imprint-pri-sec {
  padding: 8em 0;
}

.ce-bodytext a,
.ce-bodytext a:hover {
  color: #2A788A;
  text-decoration: none;
}

a {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media (min-width: 1200px) {
  .container {
    max-width: 90%;
    margin: auto;
  }

  .headerImg {
    max-width: 100%;
  }
}

.container {
  max-width: 82%;
  margin: auto;
  padding: 0;
}

.fw-sec .container {
  max-width: 100%;
  margin: auto;
}

.pageSpace {
  padding: 3em 0;
}

.owl-dot {
  outline: none !important;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
}

nav.navbar-light .col-md-7.col-xs-12 {
  position: static;
}

/*  home big header  */
.topHeader {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: block;
  position: relative;
}

.topimg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.top_logo {
  display: inline-block;
  width: 500px;
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
}

.shortCuts {
  text-align: right;
  position: relative;
  z-index: 2;
}

.shortCuts a {
  z-index: 2;
  display: inline;
  color: #2A788A;
  font-size: 18px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  border: 1px solid #2A788A;
  padding: 10px;
  margin-right: 5px;
  border-radius: 4px;
}
.fixed-scroll {
  position: sticky;
  /* top: 150px; */
  z-index: 10;
}

.shortCuts a:hover {
  color: #FAFAF8;
  border: 1px solid #2A788A;
  background: #2A788A;
}

.shortCuts.topIcons {
  padding: 8px 15px;
}

.shortCuts.topIcons a {
  color: #fff;
}

.ico {
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}

/* .ico-calendar{
    background-image: url('/fileadmin/user_upload/siwe/clock.svg');
} */

/* .ico-calendar {
    background-image: url('/fileadmin/user_upload/siwe/calendar.svg');
}

.ico-phone {
    background-image: url('/fileadmin/user_upload/siwe/phone.svg');
} */

.sticky-shortcuts {
  position: fixed;
  right: 0;
  bottom: 125px;
  z-index: 9;
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: flex-end;
}
.sticky-shortcuts .open-hours,
.sticky-shortcuts a {
  background-color: #EEEDED;
  border-radius: 60px 0 0 60px;
  padding: 10px 35px 10px 15px;
  box-shadow: 0 12px 35px rgb(0 0 0 / 8%);
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  width: 77px;
}
.sticky-shortcuts a {
  z-index: 2;
  text-decoration: none;
  color: #2A788A;
}
.sticky-shortcuts .open-hours #c2375,
.sticky-shortcuts .open-hours span,
.sticky-shortcuts a span {
  display: none;
  white-space: nowrap;
}
.sticky-shortcuts .open-hours:hover #c2375,
.sticky-shortcuts .open-hours:hover span,
.sticky-shortcuts a:hover span {
  display: block;
}
.sticky-shortcuts .open-hours:hover {
  position: absolute;
    width: 403px;
    right: 0;
    padding: 20px 35px 20px 34px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    bottom: -20px;
}
.sticky-shortcuts .open-hours img,
.sticky-shortcuts a img {
  width: 29px;
  height: auto;
}
.sticky-shortcuts .open-hours:hover .head {
  display: flex;
    align-items: center;
    margin-bottom: 1em;
}
.sticky-shortcuts .open-hours .table td,
.sticky-shortcuts .open-hours span {
  color: #2A788A;
}
.sticky-shortcuts a:hover {
  width: 330px;
  display: flex;
  align-items: center;
  position: relative;
  right: 0;
  gap: 5px;
}

/* ------------------------ */
.scrolla {
  position: absolute;
  cursor: pointer;
  left: 50%;
  bottom: 10%;
  padding-bottom: 0;
  z-index: 20;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

.scrolla h3 {
  color: #ffffff;
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  position: relative;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.scrolla h3 span,
.scrolla h3 i {
  display: block;
}

.scrolla:after {
  content: "";
  height: 22px;
  position: absolute;
  bottom: -18px;
  width: 2px;
  background: #fff;
  left: 50%;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.scrolla:hover h3 {
  color: #fff;
}

/*
 .scrolla:hover:after {
     background: #fff;
 }
*/

@keyframes bounce {
  0%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  60% {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}

/* =======*/

h1 {
  font-family: "dinosaur", sans-serif;
  color: #2A788A;
  font-size: 50px;
  line-height: 68px;
  letter-spacing: 15%;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 2rem;
}

h2 {
  font-family: "dinosaur", sans-serif;
  color: #2A788A;
  font-size: 34px;
  line-height: 46px;
  letter-spacing: 15%;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 2rem;
}

h3 {
  font-family: "dinosaur", sans-serif;
  color: #2A788A;
  font-size: 26px;
  line-height: 36px;
  font-weight: 400;
}

h4 {
  font-family: "dinosaur", sans-serif;
  color: #E9D0B7;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  letter-spacing: 15%;
  text-transform: uppercase;
}

p,
ul li {
  color: #9CACA7;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}

ul {
  padding-left: 20px;
}

table.contenttable td {
  color: #2A788A;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

/*  -----------------------------------------  */
.header-sec {
  height: 88vh;
  margin-top: 5em;
  position: relative;
}
.header-sec .frame-type-image img {
  height: 88vh;
}
.header-sec .frame-type-text {
  position: absolute;
  top: 12%;
  right: 0;
  width: 784px;
  background-color: #2A788A;
  border-radius: 257px 0 0 257px;
  padding: 6em;
}
.header-sec .frame-type-text h2,
.header-sec .frame-type-text p {
  color: #EAD8D8;
}
.header-sec .frame-type-text a.teaserBtn {
  margin-top: 1em;
}

  .header-sec .frame-type-image:nth-of-type(2) {
    display: none;
  }


.pageSpace.first-sec {
  padding: 6em 0;
}
.first-sec .ce-textpic {
  display: flex;
  align-items: baseline;
  gap: 15px;
}
.first-sec .ce-textpic .ce-gallery figure {
  width: 246px;
  height: auto;
}


.nav_btnsMobile {
  display: none;
}


.team-sec {
  position: relative;
  padding-bottom: 10em;
}
.team-sec .col-md-6 {
  position: relative;
  transition: all 0.3s ease-in-out;
}
.team-sec .col-md-6.left-col {
  -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
}
.team-sec .col-md-6.right-col {
  -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
}
.team-sec .left-col .frame-type-text {
  position: absolute;
  bottom: -125px;
  left: -33px;
  background-color: #C0D1C6;
  width: 85%;
  border-radius: 0 257px 257px 0;
  padding: 25px 25px 25px 145px;
  transition: all 0.3s ease-in-out;
  box-shadow: 10px 10px 35px 10px rgb(0 0 0 / 10%);
}
.team-sec .right-col .frame-type-text {
  position: absolute;
  bottom: -125px;
  right: -33px;
  background-color: #C0D1C6;
  width: 85%;
  border-radius: 257px 0 0 257px;
  padding: 25px 145px 25px 25px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  box-shadow: 10px 10px 35px 10px rgb(0 0 0 / 10%);
}
.team-sec .frame-type-text h2, 
.team-sec .frame-type-text p {
  color: #2A788A;
}
.team-sec .frame-type-text a.mainBtn {
  color: #2A788A;
  border: 1px solid #2A788A;
}
/* .team-sec .frame-type-text a.mainBtn::after {
  filter: brightness(5.5);
} */
.team-sec .ce-gallery figure {
  margin: 0;
  height: 668px;
}
/* DEFAULT STATE */
.team-sec .col-md-6.left-col {
    flex: 0 0 70%;
    max-width: 70%;
}
.team-sec .col-md-6.right-col {
    flex: 0 0 30%;
    max-width: 30%;
}
.team-sec .left-col .frame-type-text {
    opacity: 1;
}
.team-sec .right-col .frame-type-text {
    opacity: 0;
}
/* HOVER LEFT */
.team-sec .row:has(.left-col:hover) .left-col {
    flex: 0 0 70%;
    max-width: 70%;
}
.team-sec .row:has(.left-col:hover) .right-col {
    flex: 0 0 30%;
    max-width: 30%;
}
.team-sec .row:has(.left-col:hover) .left-col .frame-type-text {
    opacity: 1;
}
.team-sec .row:has(.left-col:hover) .right-col .frame-type-text {
    opacity: 0;
}
/* HOVER RIGHT */
.team-sec .row:has(.right-col:hover) .right-col {
    flex: 0 0 70%;
    max-width: 70%;
}
.team-sec .row:has(.right-col:hover) .left-col {
    flex: 0 0 30%;
    max-width: 30%;
}
.team-sec .row:has(.right-col:hover) .right-col .frame-type-text {
    opacity: 1;
}
.team-sec .row:has(.right-col:hover) .left-col .frame-type-text {
    opacity: 0;
}


.img-sec {
  position: relative;
}
.img-sec .frame-type-text {
  width: 30%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 5%;
  z-index: 1;
}
.img-sec .frame-type-image:nth-of-type(2) {
    display: none;
  }


.reviews-sec .row {
  background-color: #C0D1C6;
  margin-right: unset;
  margin-left: unset;
  border-radius: 5px;
}
.reviews-sec .row .img-col {
  padding: unset;
}
.reviews-sec .row .img-col figure {
  margin: unset;
}
.reviews-sec .row .slider-col .frame-type-image figure {
  width: 212px;
  position: relative;
  margin: auto;
  margin-top: -107px;
  margin-bottom: 3em;
}
.reviews-sec .row .slider-col .reviews-stars {
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
}
.reviews-sec .row .slider-col #c2286 {
  position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 5%;
}

.reviews-sec .row .slider-col a.teaserBtn {
  width: max-content;
}

.reviews-sec .row .slider-col .owl-carousel.owl-drag .owl-item  {
  padding: 0 150px;
}
.reviews-sec .row .slider-col .owl-carousel .owl-item img  {
  margin-bottom: 3em;
}

.reviews-sec .row .slider-col .owl-carousel .owl-item p {
  color: #2A788A;
}

.reviews-sec .row .slider-col .owl-carousel.owl-drag .owl-item .carousel-content {
  text-align: center;
}
.reviews-sec .row .slider-col .owl-carousel.owl-drag .owl-item a.teaserBtn {
  margin-top: 1rem;
}

.inner-start-img {
  margin-top: 5em;
}
.inner-start-img .container {
  max-width: 95%;
}
.inner-start-img figure {
  margin: unset;
  overflow: hidden;
  border-radius: 5px;
}
.header-sec .frame-type-image figure {
  overflow: hidden;
  border-radius: 5px;
}
.header-sec .frame-type-image img,
.inner-start-img figure img {
  -webkit-animation: backgroundScroll 15s linear 1;
  -webkit-animation-fill-mode: backwards;
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  animation: backgroundScroll 15s linear 1;
  animation-fill-mode: backwards;
  backface-visibility: hidden;
  transform-style: preserve-3d;
}
@-webkit-keyframes backgroundScroll {
  0% {
    -webkit-transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
  }
}

@keyframes backgroundScroll {
  0% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(1);
  }
}
.inner-start-img .frame-type-text {
  padding: 3em 0 2em;
}
.inner-start-img h1{
  margin-bottom: 1rem;
  color: #2A788A;
}

.nav_btns_desk {
  padding-bottom: 3em;
}
.nav_btns_desk .custom-grid-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.nav_btns_desk .custom-grid-wrapper .grid-item {
    max-width: 16.66666666666667%;
    flex: 0 0 16.66666666666667%;
    padding: 0 5px;
}
.nav_btns_desk .custom-grid-wrapper .grid-item a.mainBtn {
  width: 100%;
}
.nav_btns_desk .custom-grid-wrapper .grid-item a.mainBtn:hover,
.kontakt-first a.mainBtn:hover {
  background-color: #EEEDED;
  border: 1px solid #EEEDED;
}

.Leistungen-right .container {
  max-width: 90%;
  margin: 0 0 0 auto;
}
.Leistungen-right .col-md-6 figure {
    margin: 0;
    border-radius: 257px 0 0 257px;
    overflow: hidden;
    height: 478px;
    box-shadow: 10px 10px 35px 10px rgb(0 0 0 / 10%);
}
.Leistungen-right .text-col {
  padding: 0 10% 0 0;
}
.Leistungen-right h2{
  color: #2A788A;
}
.Leistungen-left .container {
  max-width: 90%;
  margin: 0 auto 0 0;
}
.Leistungen-left .col-md-6 figure {
    margin: 0;
    border-radius: 0 257px 257px 0;
    overflow: hidden;
    height: 478px;
    box-shadow: 10px 10px 35px 10px rgb(0 0 0 / 10%);
}
.Leistungen-left .text-col {
  padding: 0 0 0 10%;
}
.blindtext-sec h1{
  margin-bottom: 1rem;
}
.blindtext-sec h2,
.blindtext-sec p{
  color: #2A788A;
}
.blindtext-sec .row{
  margin-top: 4em;
}

.pageSpace.kontakt-first {
    padding: 10em 0 6em;
}
.kontakt-first .container {
  max-width: 45%;
}
.kontakt-first .ce-textpic {
    display: flex;
    align-items: baseline;
    gap: 15px;
}
.kontakt-first .ce-textpic .ce-gallery figure {
    width: 246px;
    height: auto;
}
.kontakt-first a.mainBtn {
  text-align: left;
  margin-bottom: 1em;
   color: #2A788A;
   border: 1px solid #2A788A;
   display: block;
}
.kontakt-first h2{
  color: #2A788A;
}


.pageSpace ul {
  list-style-type: none;
  padding-left: 0;
}
.pageSpace ul li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 1rem;
}
.pageSpace ul li::before {
  content: "";
  background-image: url(/fileadmin/user_upload/SIWE/icons/check.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  min-width: 30px;
  max-width: 22px;
  height: 22px;
}

.accordion-button {
  width: 100%;
}
.accordion-button .accordion-header span {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.w-60 .container {
  max-width: 60%;
}
.w-95 .container {
  max-width: 95%;
}



#volume-switcher {
  display: none;
}
#switcher-container {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  z-index: 1;
}
#switcher-container::before {
  content: "";
  background-size: 400% 400%;
  animation: 15s infinite text-color-gradient;
  width: 50px;
  height: 50px;
  display: block;
  bottom: 10px;
  right: 15px;
  position: absolute;
  border-radius: 50%;
  background-image: linear-gradient(to right, #e72f77, #e72f77);
}
#switcher-container:after {
  content: "";
  border: 0 solid #000;
  background: url(/fileadmin/user_upload/siwe/icons/volume-xmark.svg) center
    center / 100%;
  bottom: 21px;
  right: 24px;
  position: absolute;
  width: 27px;
  height: 27px;
  background-repeat: no-repeat;
}
#volume-switcher:checked + #switcher-container:after {
  content: "";
  background: url(/fileadmin/user_upload/siwe/icons/volume-high.svg) center
    center / 100%;
  background-repeat: no-repeat;
}

.teaser-image {
  padding: 0;
}

.teaser-image img {
  height: 566px !important;
  object-fit: cover;
}

.teaser-inner-content h4 {
  margin: 2rem 0;
  color: #707070;
}

.accordion-item {
  border-bottom: 1px solid #2A788A;
  padding: 10px 0;
  cursor: pointer;
  margin-bottom: 15px;
}
.accordion-header,
.accordion-item button {
  outline: 0;
  color: #2A788A;
  border: 0;
  background-color: transparent;
  width: 100%;
  text-align: left;
  display: block;
  cursor: pointer;
  font-size: 26px;
  line-height: 100%;
  font-weight: 400;
  padding: 0;
  letter-spacing: 0;
  margin-bottom: 1rem;
}

.accordion-body {
  padding: 20px 20px 0;
}

.accordion-item .accordion-body header {
  display: none;
}

.accordion-header button::before {
  content: "";
  background-image: url(/fileadmin/user_upload/SIWE/icons/siwe_icon_plus.svg);
  background-repeat: no-repeat;
  width: 28px;
  height: 28px;
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.active--collapse .accordion-header button::before {
  background-image: url(/fileadmin/user_upload/SIWE/icons/siwe_icon_minus.svg);
}


.accordion-body .table td:nth-of-type(1) {
  width: 115px;
}
.accordion-body .table td {
  padding: 8px 15px 0 0;
}

.FixNav .col-md-5 {
  position: unset;
}

.dropdown-toggle::after {
  display: none;
}

ul.dropdown-menu {
  position: ABSOLUTE;
  left: 0;
  top: 100%;
  margin-top: 0px;
  width: 100%;
  background: #fff;
  border: 0px solid #fff;
  border-radius: 0;
  padding: 2em 4em;
  z-index: 100;
  min-width: 375px;
  box-shadow: 10px 10px 20px #00000014;
}

.FixNav li.dropdown:hover ul {
  display: flex;
  flex-wrap: wrap;
}

nav.navbar-light.navbar-expand-md {
  position: relative;
  padding: 0;
}

.navbar-nav ul.dropdown-menu a {
  padding: 10px 18px;
  display: block;
  font-size: 18px;
  font-weight: 300;
  line-height: 32px;
  text-align: center;
  text-transform: inherit;
  text-align: left;
  color: #2A788A;
}

.navbar-nav ul.dropdown-menu li {
  width: 33%;
  flex: 0 0 33%;
}

.navbar-nav ul.dropdown-menu a:before,
.navbar-nav ul.dropdown-menu a:hover:before {
  display: none;
}

.navbar-collapse {
  justify-content: center;
}

nav.navbar-light.navbar-expand-md .col-md-7.col-xs-12 {
  position: static;
}

li.dropdown {
  position: static;
}

.navbar-nav li a {
  text-align: center;
  color: #9CACA7;
  font-size: 18px;
  line-height: 100%;
  text-transform: inherit;
  padding: 35px 16px;
  text-decoration: none;
  display: inline-block;
  position: relative;
  outline: none;
}
.navbar-nav li.active a,
.navbar-nav li a:hover {
  color: #E9D0B7;
}

i.fas.fa-angle-down.d-block.d-md-none.d-lg-none {
  display: block !important;
  margin-left: 15px;
}

.navbar-nav li a i:before {
  content: "";
  background-image: url(/fileadmin/user_upload/siwe/icons/siwe_arrow_down_.svg);
  background-size: contain;
  background-repeat: no-repeat;
  filter: brightness(5.5);
  width: 13px;
  height: 12px;
  position: absolute;
  top: 48%;
  right: 0;
}
.FixNav.inner .navbar-nav li a i:before,
.FixNav.sticky .navbar-nav li a i:before {
  filter: unset;
}
.navbar-nav li a:hover i:before {
  background-image: url(/fileadmin/user_upload/siwe/icons/siwe_arrow_down_beige.svg);
  transform: rotate(180deg);
  top: 43%;
}

.navbar-toggler {
  border: none !important;
  outline: none !important;
  position: relative;
  padding: 0;
  z-index: 1000;
  display: inline-block;
  margin-bottom: 0;
  float: right;
  margin: 0 20px;
}

.navShortcuts a {
  display: block;
  margin-bottom: 25px;
}

a.closeBtn {
  /*    display: inline-block;*/
  cursor: pointer;
  margin-bottom: 50px;
  float: right;
  margin-top: 2em;
  position: absolute;
  left: 16px;
  display: none;
}

.closeBtn .icon-bar,
.navbar-toggler .icon-bar {
  display: block;
  width: 50px;
  height: 2px;
  border-radius: 2px;
  /* background: #707070; */
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.FixNav .closeBtn .icon-bar,
.FixNav .navbar-toggler .icon-bar {
  background: #2A788A;
}
.FixNav.sticky .closeBtn .icon-bar,
.FixNav.sticky .navbar-toggler .icon-bar,
.FixNav.inner .closeBtn .icon-bar,
.FixNav.inner .navbar-toggler .icon-bar {
  background: #2A788A;
}

.navbar-toggler .icon-bar + .icon-bar {
  margin-top: 8px;
}

.navbar-toggler .open .icon-bar:nth-of-type(1) {
  -webkit-transform: rotate(22deg);
  -ms-transform: rotate(22deg);
  transform: rotate(22deg);
  -webkit-transform-origin: -5% 0%;
  -ms-transform-origin: -5% 0%;
  transform-origin: -5% 0;
}

.navbar-toggler .open .icon-bar:nth-of-type(2) {
  opacity: 0;
  filter: alpha(opacity=0);
}

.navbar-toggler .open .icon-bar:nth-of-type(3) {
  -webkit-transform: rotate(-22deg);
  -ms-transform: rotate(-22deg);
  transform: rotate(-22deg);
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
}

/* ANIMATED X COLLAPSED */
.navbar-toggler .icon-bar:nth-of-type(1) {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.navbar-toggler .icon-bar:nth-of-type(2) {
  opacity: 1;
  filter: alpha(opacity=100);
}

.navbar-toggler .icon-bar:nth-of-type(3) {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.menuTxt.open {
  color: #4184bc;
}

header.FixNav {
  background: #F6F6F6;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  width: 100%;
}
header.FixNav.sticky {
  box-shadow: 0 12px 38px rgb(0 0 0 / 8%);
}

header.FixNav .container-fluid {
  width: 100%;
  margin: auto;
}

/* --------------------------------------------- */
.footer {
  padding: 3em 0 1em;
  position: relative;
  background: #2A788A;
}

.footer .desc-col {
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  max-width: 30%;
}

.footer .desc-col h2,
.footer .desc-col h4,
.footer .desc-col p,
.footer .ce-bodytext {
  color: #e9dace;
}
.footer .desc-col h2 {
  margin-bottom: 0;
}
.footer .desc-col h4 {
  margin-bottom: 2em;
}
.footer .desc-col .ce-textpic {
  display: flex;
  gap: 15px;
  align-items: baseline;
}

.footer .map-col {
  -ms-flex: 0 0 70%;
  flex: 0 0 70%;
  max-width: 70%;
}
.footer .map-col .frame-type-html {
  margin-right: -4%;
}


.footer iframe {
  height: 354px;
  border-radius: 257px 0 0 257px;
}

.footer a img{
  margin-top: 1em;
}
.footer a.mainBtn {
    color: #e9dace;
    border: 1px solid #e9dace;
    border-radius: 20px;
    display: block;
    font-size: 18px;
    line-height: 100%;
    padding: 10px 15px;
    margin-top: 1em;
    text-decoration: none;
    text-align: left;
    transition: all 0.5s ease-in-out;
}
.footer a.mainBtn:hover {
  background-color: #e9dace;
  color: #2A788A;
}




a.mainBtn {
  color: #2A788A;
  border: 1px solid #2A788A;
  border-radius: 20px;
  display: inline-block;
  font-size: 18px;
  line-height: 100%;
  padding: 10px 15px;
  text-decoration: none;
  text-align: center;
  transition: all 0.5s ease-in-out;
  text-decoration: none !important;
}



a.teaserBtn {
  color: #2A788A;
  background-color: #FAFAF8;
  border-radius: 4px;
  padding: 16px;
  display: inline-block;
  position: relative;
  text-decoration: none;
  transition: all 0.5s ease-in-out;
  text-decoration: none !important;
}
a.teaserBtn:hover {
  color: #2A788A;
  text-decoration: none !important;
}

a.mainBtn::after,
a.teaserBtn::after {
  content: "";
  background-image: url(/fileadmin/user_upload/SIWE/icons/siwe_icon_arrowlong_right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 0;
  height: 0;
  margin-left: 5px;
  display: inline-block;
  transition: all 0.3s ease;
}
a.mainBtn:hover::after,
a.teaserBtn:hover::after {
  width: 30px;
  height: 10px;
}
.kontakt-first a.mainBtn:hover::after,
.nav_btns_desk .custom-grid-wrapper .grid-item a.mainBtn:hover::after,
.footer a.mainBtn:hover::after {
  display: none;
}


a.STEF_back-to-top {
  position: absolute;
  right: 3%;
  bottom: 60px;
}



.copy-r .container {
  max-width: 100%;
}

.copy-r hr {
  border-top: 1px solid #9CACA7;
}

.copy-r .col-md-6 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.copy-r a {
  color: #9CACA7;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  text-decoration: none;
  margin-left: 5px;
}
.copy-r a:hover {
  color: #E9D0B7;
}

.copy-r p {
  color: #9CACA7;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  margin-bottom: 0;
}

.copy-r p a strong {
  margin: 0 10px;
  font-size: 0;
  background: url(/fileadmin/user_upload/universal/praxiskom_logo_weiss_02.svg)
    no-repeat;
  width: 18px;
  height: 18px;
  display: inline-block;
  position: relative;
  top: 1px;
}

.table td,
.table th {
  border-top: unset;
  padding: 0 15px 0 0;
}


header.FixNav.inners .topLogo {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

img.image-embed-item {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  object-fit: cover;
}

.card {
  border-radius: 0;
  border-bottom: solid 1px #2A788A;
  border-left: none;
  border-right: none;
  border-top: none;
  margin-bottom: 25px;
  background: transparent;
}

.card .card-body {
  padding: 10px 15px;
}

.card .card-body header {
  display: none;
}

.card .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}

.card button.btn.btn-link {
  display: block;
  width: 100%;
  text-align: left;
  color: #2A788A;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
  padding: 0 0 10px 0;
}

.card button.btn.btn-link:after {
  font-family: "Font Awesome 5 Free";
  content: "\f068";
  float: right;
  font-weight: 900;
  color: #2A788A;
  font-size: 16px;
}

.card button.btn.btn-link.collapsed:after {
  font-family: "Font Awesome 5 Free";
  content: "\f067";
  color: #2A788A;
  font-weight: 900;
  font-size: 16px;
  margin-top: 0px;
}

.frame-type-form_formframework h2 {
  text-align: center;
}

/* Form */

#kONTAKT-FORM_siwe-244 {
  margin-top: 6em;
}

input[type="text"],
input[type="number"],
input[type="email"],
input[type="tel"],
.form-element-fileupload input,
textarea,
select,
.powermail_fieldwrap_type_date input,
textarea.form-control {
  width: 100%;
  border-bottom: 1px solid #2A788A !important;
  border: unset;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  padding: 8px;
  resize: vertical;
  color: #2A788A;
  margin: 1px 0 8px 0;
  outline: none;
  border-radius: 0;
  background: transparent;
}
select {
  height: calc(2.25rem + 2px);
}

textarea.form-control {
  height: 200px;
  background-color: #EEEDED;
  border-bottom: unset !important;
  border-radius: 5px;
}

.col-md-6 .form-element {
  display: flex;
  flex-direction: column-reverse;
  position: relative;
}
.form-element-fileupload label,
.col-md-6 .form-element label {
  color: #2A788A;
}

legend {
  display: contents;
  width: auto;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 18px;
  line-height: 26px;
  color: #2A788A;
  white-space: normal;
}

.btn-toolbar button {
  color: #2A788A;
  border: 1px solid #2A788A;
  border-radius: 0;
  display: block;
  font-size: 18px;
  line-height: 24px;
  padding: 20px;
  margin-top: 2em;
  text-decoration: none;
  transition: all 0.5s ease-in-out;
  background-color: transparent;
}
.btn-toolbar button:hover {
  background-color: #2A788A;
  color: #FBF8F6 !important;
  text-decoration: none;
  border-color: unset;
}

.form-element-radio {
  flex-direction: row !important;
  gap: 20px;
  margin-top: 1em;
}
.form-element-radio label {
  color: #2A788A;
}

.form-element-fileupload input::-webkit-file-upload-button {
  visibility: hidden;
}
.form-element-fileupload input::file-selector-button {
  visibility: hidden;
}
.form-element-fileupload input {
  cursor: pointer;
  background-color: transparent;
  color: transparent;
}
.form-element-fileupload input:focus {
  color: transparent;
  background-color: #ededed;
  border-color: transparent;
  outline: 0;
  box-shadow: unset;
}


.form-element-fileupload .file-input-wrapper::after {
  content: attr(data-label) !important;
  position: absolute;
    left: 0;
    top: 0;
    display: block;
    cursor: pointer;
    pointer-events: none;
    color: #2A788A;
    border: 1px solid #E9DACE;
    padding: 5px 20px;
    border-radius: 19px;
    /* width: 50%; */
    text-align: center;
    bottom: 15px;
    font-size: 14px;
    line-height: 20px;
    cursor: pointer;
    background-color: #E9DACE;
}

.form-element-fileupload .file-input-wrapper:hover:after {
  color: #E9DACE;
  background-color: #2A788A;
  border: 1px solid #2A788A;
}

.karriere-form p{
  color: #2A788A;
  margin-bottom: 2em;
}

.form-element-fileupload {
    margin-top: 1em;
    display: flex;
    flex-direction: column-reverse;
    position: relative;
}
.powermail_submit {
  font-weight: bold;
  padding: 10px 20px;
  color: #fff !important;
  font-size: 0.9em;
  background-color: #2A788A;
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 4px;
  margin-bottom: 7px;
  opacity: 1;
  font-size: 18px;
  font-weight: normal;
  border: 1px solid #2A788A;
  vertical-align: middle;
  -webkit-transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  -o-transition: all ease-out 0.3s;
  -ms-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
  margin-top: 1em;
  outline: none;
  text-transform: capitalize;
  width: 100%;
}

.powermail_submit:hover,
.powermail_submit:focus,
.powermail_submit:active {
  opacity: 1;
  border: 1px solid #2A788A;
  background: #2A788A;
  color: #fff !important;
}

.tx-powermail .container-fluid {
  padding: 0;
}

label.powermail_label {
  font-size: 16px;
  font-weight: normal;
  color: #2A788A;
  font-weight: 600;
  margin-bottom: 15px;
}

.parsley-errors-list {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
  padding: 0;
  list-style: none;
  padding: 8px 10px;
  border-radius: 4px;
}

.parsley-errors-list li {
  color: #721c24;
  font-size: 16px;
}

.powermail_field_error_container.powermail_field_error_container_marker_01 {
  margin-top: 10px;
}

.checkbox {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
}

.checkbox label {
  display: flex;
  align-items: baseline;
}

.checkbox input[type="checkbox"],
.checkbox input[type="radio"] {
  margin-right: 10px;
}

.powermail_fieldwrap.powermail_fieldwrap_type_captcha .powermail_field {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.powermail_field_error_container.powermail_field_error_container_marker_01 {
  clear: both;
  width: 100%;
}

input#powermail_field_marker_01 {
  width: 49%;
}

.tx-powermail h3,
legend.powermail_legend {
  display: none;
}

.tx-powermail {
  margin-top: 2em;
}

/*------------------------------------------------------------*/
.pageLinks {
  padding: 1em 0;
}

.pageLinks a {
  color: #2A788A;
  font-size: 20px;
  font-weight: 400;
  line-height: 23px;
  text-transform: uppercase;
}

.pageLinks p {
  text-align: center;
}

.modal-body p {
  color: #1d1d1d;
}

#owl-1931 .carousel-content {
  width: 300px;
}

.copyright.showMob {
  display: none;
}

div#owl-1931 .item img {
  display: none;
}

.tx-videogrid .col-4 {
  margin-bottom: 35px;
}

.video-txt.stndalone h5 {
  color: #3c3c3c;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  margin: 8px 0;
}

.videoBlock.stndalone i {
  font-size: 60px;
  top: 50%;
  left: 50%;
  margin-left: -30px;
  margin-top: -30px;
  width: 60px;
  height: 60px;
}

.videoBlock {
  position: relative;
}

.videoBlock img {
  width: 100%;
  height: 100%;
}

.videoBlock a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column-reverse;
  margin: auto;
  color: #ffffff;
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none !important;
  background: rgb(49 49 49 / 50%);
  position: absolute;
  top: 0;
  z-index: 1;
  left: 0;
  right: 0;
  height: 100%;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}

.videoBlock h5 {
  margin-bottom: 3em;
}

.videoBlock a:hover {
  background: rgba(34, 156, 163, 0);
}

.videoBlock a::after {
  content: "";
  background-image: url(/fileadmin/user_upload/siwe/icons/play.svg);
  width: 32.55px;
  height: 37.99px;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-size: contain;
  animation: pulse 2s infinite;
}

.videoBlock i {
  font-size: 40px;
  margin-bottom: 0;
  animation: pulse 2s infinite;
  border-radius: 50%;
  bottom: 20px;
  right: 20px;
  display: none;
}

.tx-videogrid {
  padding-top: 1.5rem;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  }

  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  }

  70% {
    -moz-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }

  100% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

.videoBlock.stndalone {
  position: relative;
}

.modal-title {
  color: #2A788A;
}

video {
  width: 100%;
}

.innerImg {
  position: relative;
}

.owl-nav {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 0px;
  right: 0px;
  transform: translateY(-50%);
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1em;
}

.owl-container .owl-carousel .owl-nav button.owl-next,
.owl-container .owl-carousel .owl-nav button.owl-prev {
  font-size: 35px;
}

.owl-container .owl-theme .owl-nav [class*="owl-"]:hover {
  background: transparent;
  color: #fff;
  text-decoration: none;
  outline: none;
}

.topTxt p {
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
  color: #ffffff;
  font-size: 70px;
  font-weight: 400;
  line-height: 76px;
  text-align: center;
}

.accordion-header {
  position: relative;
}
.popup h1 {
  font-size: 54px;
  line-height: 72px;
  font-weight: 900 !important;
}

.popup,
.popup-full {
  height: 100%;
  max-height: 100%;
  bottom: 0;
}

.popup {
  position: fixed;
  left: 0;
  right: 0;
  overflow: hidden;
  padding: 0;
  background: rgba(72, 72, 72, 0.8);
  z-index: 1000000;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

.popup h5 {
  color: #4a4a4a !important;
  font-size: 16px !important;
  line-height: 24px !important;
}

.popup-full {
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
  -ms-transition: 0.8s;
  transition: 0.8s;
}

.popup-closed {
  bottom: -100% !important;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
  -ms-transition: 0.8s;
  transition: 0.8s;
}

.popup-start {
  bottom: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  display: block !important;
}

.popup .ce-container {
  position: relative;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
  -ms-transition: 0.8s;
  transition: 0.8s;
  width: 50%;
  margin: auto;
  background: #fff;
  display: block;
  border: 1px solid #484848;
  padding: 2em 4em;
  overflow-x: auto;
}
@media only screen and (min-width: 1024px) and (max-width: 1366px) and (orientation: portrait) {
  .popup .ce-container {
    height: auto;
    padding: 2em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .popup .ce-container {
    height: 80vh;
    padding: 2em;
  }
}
@media only screen and (max-width: 768px) {
  .popup .ce-container {
    width: 80%;
  }
  .popup .ce-container {
    height: 80vh;
    padding: 2em;
  }
  .popup h1 {
    font-size: 40px;
  }
}

.popup .btn-close {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
  cursor: pointer;

  &:hover {
    cursor: pointer;
  }
}

.popup .btn-close::before,
.popup .btn-close::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 2px;
  background-color: #000;
  border-radius: 2px;
}

.popup .btn-close::before {
  transform: rotate(45deg);
}

.popup .btn-close::after {
  transform: rotate(-45deg);
}
/* ظظظظظظظظظظظظظظظظظظظظظظظظظظظظظظظظظظظظظظظظظظظظظظظظظظظظظ */
.modal-body {
  padding: 0;
}

.modal-body .row {
  margin: 0;
}

.modal-body .col-md-3 {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 10px 10px;
}

.modal-body .col-md-3 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}

.modal-body .col-md-9 {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 40px 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.modal-body small {
  font-size: 18px;
  line-height: 26px;
  color: #999;
  font-weight: 300;
  position: absolute;
  top: 0;
}
.modal-header .close {
  padding: 1rem 1rem 0;
  font-size: 35px;
  font-weight: 100;
  opacity: 0.4;
  position: relative;
  z-index: 9999;
}
.modal-body p {
  font-size: 18px;
  line-height: 26px;
  color: #666;
}
.modal-body .mt-4 {
  margin-top: 0 !important;
}
.modal-dialog {
  max-width: 950px;
}
.modal-backdrop.show {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(6px);
}
.modal-header {
  border-bottom: none;
  padding: 10px 10px 0;
  height: 10px;
}
.col-md-9 span.text-muted {
  position: absolute;
  top: 0;
}
.modal.show .modal-dialog {
  transform: translate(0%, 25%) !important;
}
@media (max-width: 768px) {
  .modal-body .row {
    flex-direction: column;
  }

  .modal-body .col-md-3,
  .modal-body .col-md-9 {
    max-width: 100%;
    flex: 100%;
    padding: 10px;
  }
}

@media (min-width: 992px) {
  .navbar-nav .dropdown:hover > .dropdown-menu {
    display: flex;
    margin-top: 0;
  }

  .dropdown-menu {
    animation: fadeIn 0.3s;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

#c1877 {
  position: relative;
  z-index: 0;
  overflow: hidden;  /* ← clips its content so it can't bleed into next section */
}

.gute-sec,
#c1994 {
  position: relative;
  z-index: 2;  /* ← higher than c1877 */
}

/* .img-gute-col .frame-type-image.active img {
  filter: drop-shadow(0px 12px 38px rgb(0 0 0 / 8%));
} */

.gute-sec {
    position: relative;
    min-height: 100vh;
  min-height: 100dvh;
    z-index: 1;
    display: block;
    overflow: visible !important;
}

.gute-sec .container {
    position: relative !important;
    min-height: 760px; 
    margin-top: 8em;
}

.gute-sec .row {
    position: static !important;
    display: block !important;
    margin: 0 !important;
}


.img-gute-col {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important; 
    
    width: 415px !important;
    height: 415px !important;
    
    display: grid !important;
    grid-template-columns: 200px 200px !important;
    grid-template-rows: 200px 200px !important;
    gap: 15px !important;
    z-index: 5;
    padding: 0 !important;
    margin: 0 !important;
}

.img-gute-col .frame-type-image,
.img-gute-col .ce-image,
.img-gute-col .ce-gallery,
.img-gute-col .ce-outer,
.img-gute-col .ce-inner {
    width: 200px !important;
    height: 200px !important;
    margin: 0 !important;
    padding: 0 !important;
}

.img-gute-col .ce-row {
    position: relative !important;
    width: 100% !important;
    height: 100% !important;
    display: block !important;
}

.img-gute-col .ce-column {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
}

.img-gute-col .ce-column img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
}

.img-gute-col .ce-column:last-child {
    opacity: 0 !important;
    transition: opacity 0.4s ease-in-out !important;
}
.img-gute-col .frame-type-image.active .ce-column:first-child { opacity: 0 !important; }
.img-gute-col .frame-type-image.active .ce-column:last-child { opacity: 1 !important; }


.text-gute-col {
    position: unset !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 10;
    pointer-events: none; 
}

.text-gute-col .frame-type-text {
    position: absolute !important;
    width: 380px !important; 
    opacity: 0 !important;
    visibility: hidden !important;
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out !important;
    pointer-events: auto !important;
}

.text-gute-col .frame-type-text.pos-top-left {
  text-align: right;
  top: 22%;
}
.text-gute-col .frame-type-text.pos-top-right {
  right: 0;
  top: 22%;
}
.text-gute-col .frame-type-text.pos-bottom-left {
  text-align: right;
  bottom: 22%;
}
.text-gute-col .frame-type-text.pos-bottom-right {
  right: 0;
  bottom: 22%;
}

.text-gute-col .frame-type-text.active {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translate(0, 0) !important;
}

.text-gute-col .frame-type-text h3,
.text-gute-col .frame-type-text p {
  color: #9CACA7;
}
/* ── Nav arrows ──────────────────────────────────────── */
.gute-nav {
  display: none;  /* hidden on desktop */
  align-items: center;
  justify-content: space-around;
  gap: 20px;
  margin-top: 16px;
  width: 100%;
}
.gute-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: transparent;
  cursor: pointer;
  color: #2A788A;
  padding: 0;
  border: unset;
}

.gute-counter {
  display: none;
  font-size: 14px;
  font-weight: 500;
  color: #2A788A;
  min-width: 40px;
  text-align: center;
}


.nav_btns_sticky .owl-carousel.owl-loaded {
      padding: 0 3em;
}
.nav_btns_sticky .owl-carousel .carousel-content a {
  color: #2A788A;
  text-decoration: none;
}
.nav_btns_sticky {
  padding: 1.5em 0 1em;
    background: #EEEDED;
    position: fixed;
    top: 87px;
    left: 0;
    right: 0;
    z-index: 9;
    display: none;
}
.nav_btns_sticky.sticky {
  display: block;
}

.nav_btns_sticky .container {
  max-width: 96%;
}
.nav_btns_sticky .owl-theme .owl-nav {
    margin-top: 0;
}
.nav_btns_sticky .owl-carousel .owl-stage-outer {
  z-index: 11;
}

.owl-carousel .owl-item img {
  border-radius: 5px;
}