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

:root {
  --lightgreen: #a9c6a9;
  --Darkgreen: #1d5f45;
  --h2color: #cda465;
}
html {
  position: relative;
  min-height: 100%;
  overflow-x: hidden;
}

body {
  font-family: "ivyepic", sans-serif;
  background: #ffffff;
  color: #000000;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  overflow-x: hidden;
  /*  */
}

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

html {
  overflow-x: hidden;
}

/* Firefox flex pin fix */
#page-content {
  display: block !important;
  position: relative;
}
/* #page-content.TEAM,
#page-content.KONTAKT {
  background: #FBF8F6;
} */

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

.topLogo {
  display: block;
  position: relative;
  top: 16px;
}

.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: #1d5f45;
  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;
}
.text_welcom {
  padding: 6em 0;
}

.shortCuts a {
  z-index: 2;
  display: inline;
  color: #1d5f45;
  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 #1d5f45; */
  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 #1d5f45;
  background: #1d5f45; */
}
.Behandlungs-bereiche_inner_padding {
  padding: 10em 0 0;
}
.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/abel/clock.svg');
} */

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

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

.sticky-shortcuts {
  position: fixed;
  right: 0;
  top: 75%;
  z-index: 9;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.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%);
}
.sticky-shortcuts a img {
  width: 29px;
  height: auto;
}

/* ------------------------ */
.first_sec_video {
  position: relative;
  padding-top: 10em;
}
.first_sec_video .container {
  max-width: 90%;
}
.video_logo {
  width: 606px;
  height: 325px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -25%);
  transition: opacity 0.8s ease-in-out, visibility 0.8s;
  opacity: 1;
  visibility: visible;
}
.first_sec_video.loaded .video_logo {
  opacity: 0;
  visibility: hidden;
}

/* .instaVid.desctop-vid {
  border-radius: 140px;
  position: relative;
  transform: skew(-3deg, 0deg);
} */
/* .instaVid.desctop-vid::after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 140px;
  border: 1.5px solid rgba(255, 255, 255, 0.85);
  pointer-events: none;
  box-sizing: border-box;
  z-index: 2;
} */
.back-ground {
  position: relative;
  border-radius: 140px;
  overflow: hidden;
  transform: skew(-6deg, 0deg);
  background-color: #1d5f45;
}
.back-ground::before,
.back-ground video,
.back-ground::after {
  border-radius: 140px;
}

.back-ground::after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border: 1.5px solid rgba(255, 255, 255, 0.85);
  border-radius: 127px;
  pointer-events: none;
  z-index: 2;
}
.back-ground::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #1d5f45;
  opacity: 0.8;
  mix-blend-mode: multiply;
  pointer-events: none;
  z-index: 1;
  transition: opacity 0.8s ease-in-out;
}
.first_sec_video.loaded .back-ground::before {
  opacity: 0;
}

.back-ground video {
  width: 100%;
  display: block;
}
.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: "Ethnocentric", sans-serif;
  color: #1d5f45;
  font-size: 60px;
  line-height: 72px;
  letter-spacing: 0%;
  font-weight: 400;
  font-style: Italic;
  text-transform: uppercase;
  margin-bottom: 2rem;
}

h2 {
  font-family: "IvyEpic", sans-serif;
  color: #cda465;
  font-size: 36px;
  line-height: 50px;
  letter-spacing: 30%;
  font-style: Italic;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 2rem;
}

h3 {
  font-family: "IvyEpic", sans-serif;
  color: #a9c6a9;
  font-size: 24px;
  margin-bottom: 1rem;
  line-height: 34px;
  font-weight: 400;
}

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

p,
ul li {
  color: #323130;
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
}

ul {
  padding-left: 20px;
}

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

/*  -----------------------------------------  */
.Schulter {
  position: relative;
  z-index: 1;
}
.Schulter::before {
  content: "";
  background-image: url(/fileadmin/user_upload/abel/abel_schulter.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  width: 357px;
  height: 322px;
  z-index: -1;
  left: 20%;
}
.Ellenbogen {
  position: relative;
  z-index: 1;
}
.Ellenbogen::before {
  content: "";
  background-image: url(/fileadmin/user_upload/abel/abel_elle.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  width: 353px;
  height: 437px;
  z-index: -1;
  left: 20%;
}
.Nacken {
  position: relative;
  z-index: 1;
}
.Nacken::before {
  content: "";
  background-image: url(/fileadmin/user_upload/abel/abel_nacken.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  width: 477px;
  height: 543px;
  z-index: -1;
  right: 20%;
}

.header-sec {
  height: 100vh;
  position: relative;
}
.header-sec .frame-type-image img {
  height: 100vh;
}
.header-sec .frame-type-text {
  position: absolute;
  top: 25%;
  right: 0;
  width: 784px;
  background-color: #1d5f45;
  border-radius: 257px 0 0 257px;
  padding: 7em;
}
.header-sec .frame-type-text h2,
.header-sec .frame-type-text p {
  color: #ead8d8;
}

.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;
}

.team-sec {
  position: relative;
  padding-bottom: 10em;
}
.team-sec.w-95 .container {
  max-width: 100%;
}
.team-sec .col-md-6 {
  position: relative;
  padding: 0;
  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: 60%;
  /* border-radius: 0 257px 257px 0; */
  padding: 0 0 0 6em;
  transition: all 0.3s ease-in-out;
  top: 30%;
}
.team-sec .right-col .frame-type-text {
  position: absolute;
  /* bottom: -125px; */
  /* left: -33px; */
  /* background-color: #c0d1c6; */
  width: 60%;

  transition: all 0.3s ease-in-out;
  top: 30%;
  padding: 0 0 0 0;
  right: 6%;
}
.team-sec .frame-type-text h2 {
  /* text-decoration: underline; */
}
.team-sec .frame-type-text h2,
.team-sec .frame-type-text p {
  color: white;
}
.team-sec .frame-type-text a.mainBtn {
  color: white;
  border: 1px solid white;
}
.team-sec .frame-type-text a.mainBtn:hover {
  letter-spacing: 1.2px;
}
.team-sec .frame-type-text a.mainBtn::after {
  filter: brightness(5.5);
}
.team-sec .ce-gallery figure {
  margin: 0;
  height: 791px;
}
.team-sec .col-md-6.left-col figure {
  margin: 0;
  overflow: hidden;
  box-shadow: 10px 10px 35px 10px rgb(0 0 0 / 10%);
  border-radius: 0 80px 80px 0;
  transform: skew(-11deg, 0deg);
  position: absolute;
  left: -10%;
  right: 0;
}
.team-sec .col-md-6.left-col figure img {
  transform: skewX(11deg) scale(1.12);
  margin-right: -20px;
}
.team-sec .col-md-6.left-col figure::after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 0 80px 80px 0;
  border: 1.5px solid rgba(255, 255, 255, 0.85);
  pointer-events: none;
  box-sizing: border-box;
  z-index: 2;
}
.team-sec .col-md-6.left-col figure::before {
  content: "";
  position: absolute;
  inset: 0;

  background: #cda465;
  opacity: 0.8;

  mix-blend-mode: multiply;

  pointer-events: none;
  z-index: 1;
}
.team-sec .col-md-6.right-col figure {
  margin: 0;

  overflow: hidden;
  box-shadow: 10px 10px 35px 10px rgb(0 0 0 / 10%);
  border-radius: 80px 0 0 80px;
  transform: skew(-11deg, 0deg);
  position: relative;
  right: -10%;
}
.team-sec .col-md-6.right-col figure img {
  transform: skewX(11deg) scale(1.12);
  margin-left: -20px;
}
.team-sec .col-md-6.right-col figure::after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 80px 0 0 80px;
  border: 1.5px solid rgba(255, 255, 255, 0.85);
  pointer-events: none;
  box-sizing: border-box;
  z-index: 2;
}
.team-sec .col-md-6.right-col figure::before {
  content: "";
  position: absolute;
  inset: 0;

  background: #1d5f45;
  opacity: 0.8;

  mix-blend-mode: multiply;

  pointer-events: none;
  z-index: 1;
}
/* DEFAULT STATE */
.team-sec .col-md-6.left-col {
  flex: 0 0 50%;
  max-width: 50%;
}
.team-sec .col-md-6.right-col {
  flex: 0 0 50%;
  max-width: 50%;
}
/* .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 60%;
  max-width: 60%;
}
.team-sec .row:has(.left-col:hover) .right-col {
  flex: 0 0 40%;
  max-width: 40%;
}
/* .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 60%;
  max-width: 60%;
}
.team-sec .row:has(.right-col:hover) .left-col {
  flex: 0 0 40%;
  max-width: 40%;
}
/* .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;
}

.reviews-sec .row {
  background-color: #c0d1c6;
  margin-right: unset;
  margin-left: unset;
}
.reviews-sec .row .img-col {
  padding: unset;
}
.reviews-sec .row .img-col figure {
  margin: unset;
}
.reviews-sec .row .slider-col figure {
  width: 212px;
  position: relative;
  top: -105px;
  margin: auto;
}
.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-drag
  .owl-item
  .carousel-content {
  text-align: center;
}
.reviews-sec .row .slider-col .owl-carousel.owl-drag .owl-item a.teaserBtn {
  margin-top: 2rem;
}

.inner-start-img .container {
  max-width: 100%;
}
.inner-start-img figure {
  margin: unset;
}
.inner-start-img .frame-type-text {
  padding: 3em 0 2em;
}
.inner-start-img h1 {
  margin-bottom: 1rem;
  color: #1d5f45;
}

.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: 25%;
  flex: 0 0 25%;
  padding: 0 5px;
  text-align: center;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-top: 2em;
}
.nav_btns_desk .custom-grid-wrapper .grid-item a.mainBtn {
  width: 100%;
  background-color: #a9c6a9;
  color: white;
  border: 1px solid #a9c6a9;
  border-radius: 5px;
  padding: 5px 30px;
}

.Leistungen-right .container {
  max-width: 95%;
  margin: 0 0 0 auto;
}
.Leistungen-right .image_Right.col-md-6 > .frame:first-child figure {
  margin: 0;
  /* border-radius: 257px 0 0 257px; */
  overflow: hidden;
  height: 550px;
  box-shadow: 10px 10px 35px 10px rgb(0 0 0 / 10%);

  border-radius: 40px 0 0 40px;
  transform: skew(-11deg, 0deg);
  position: relative;
  right: -10%;
}
.Leistungen-right .image_Right.col-md-6 > .frame:first-child figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;

  transform: skewX(11deg) scale(1.1);

  margin-left: -40px;
}
.Leistungen-right .image_Right.col-md-6 > .frame:first-child figure:after {
  content: "";
  position: absolute;

  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;

  border-radius: 40px 0 0 40px;

  border: 1.5px solid rgba(255, 255, 255, 0.85);

  pointer-events: none;
  box-sizing: border-box;
  z-index: 2;
}
.Leistungen-right .text-col {
  padding: 0 10% 0 0;
}

.Leistungen-left .container {
  max-width: 90%;
  margin: 0 auto 0 0;
}
.Leistungen-left .image_left.col-md-6 figure {
  margin: 0;
  border-radius: 0 257px 257px 0;
  overflow: hidden;
  height: 550px;
  box-shadow: 10px 10px 35px 10px rgb(0 0 0 / 10%);
  border-radius: 0 40px 40px 0;
  transform: skew(-11deg, 0deg);
  position: relative;
  left: -10%;
}
.Leistungen-left .image_left.col-md-6 figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;

  transform: skewX(11deg) scale(1.13);

  margin-right: -40px;
}
.Leistungen-left .image_left.col-md-6 figure::after {
  content: "";
  position: absolute;

  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;

  border-radius: 0 40px 40px 0;

  border: 1.5px solid rgba(255, 255, 255, 0.85);

  pointer-events: none;
  box-sizing: border-box;
  z-index: 2;
}
.Leistungen-left .text-col {
  padding: 0 0 0 10%;
}
.Leistungen-left .text-col.col-md-6 figure {
  display: block;
  position: absolute;
  width: 477px;
  height: 400px;
  z-index: -1;
  right: 20%;
}
.Leistungen-right .text-col.col-md-6 figure {
  display: block;
  position: absolute;
  width: 477px;
  height: 400px;
  z-index: -1;
  left: 20%;
}
.blindtext-sec h1 {
  margin-bottom: 1rem;
}
.blindtext-sec h2,
.blindtext-sec p {
  color: #cda465;
}
.blindtext-sec .row {
  margin-top: 4em;
}

.pageSpace.kontakt-first {
  padding: 10em 0 6em;
}

.kontakt-first .ce-textpic {
  display: flex;
  align-items: baseline;
  gap: 15px;
}

.kontakt-first a.mainBtn {
  color: white;
  border: 1px solid #1d5f45;
  display: block;
  background-color: #1d5f45;
  border-radius: 0;
  width: 50%;
  margin: auto;
  margin-bottom: 1em;
  border-radius: 4px;
}
.kontakt-first a.mainBtn:hover {
  background-color: #cda465;
  border: 1px solid #cda465;
}

.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/abel/abel_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/abel/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/abel/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 #323130;
  padding: 10px 0;
  cursor: pointer;
  margin-bottom: 15px;
}
.accordion-header,
.accordion-item button {
  outline: 0;
  color: #323130;
  border: 0;
  background-color: transparent;
  width: 100%;
  text-align: left;
  display: block;
  cursor: pointer;
  font-size: 22px;
  line-height: 100%;
  font-weight: 400;
  padding: 0;
  letter-spacing: 0;
  margin-bottom: 1rem;
  padding-right: 1rem;
}

.accordion-body {
  padding: 2em 0;
}

.accordion-item .accordion-body header {
  display: none;
}
.nav_btnsMobile.sticky {
  position: fixed;
  width: 100%;
  top: 160px;
  z-index: 40;
}
.nav_btnsMobile .accordion-item {
  background-color: #a9c6a9;
  color: white;
  text-align: center;
  border-bottom: 1px solid #a9c6a9;
  border-radius: 5px;
}
.nav_btnsMobile .accordion-header,
.nav_btnsMobile .accordion-item button {
  color: #f9f3e9;
  text-align: center;
  margin-bottom: 0;
}
.nav_btnsMobile .accordion-header button::before {
  background-image: url(/fileadmin/user_upload/abel/Vector_7.png);
  width: 26px;
  height: 13px;
  right: 10px;
  top: 45%;
}
.nav_btnsMobile .active--collapse .accordion-header button::before {
  background-image: url(/fileadmin/user_upload/abel/Vector_7.png);
  transform: rotate(180deg);
}
.accordion-header button::before {
  content: "";
  background-image: url(/fileadmin/user_upload/abel/abel_plus.svg);
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

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

.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: #1d5f45;
}

.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: #323130;
  font-size: 18px;
  line-height: 100%;
  text-transform: inherit;
  padding: 15px;
  text-decoration: none;
  display: inline-block;
  position: relative;
  outline: none;
}

.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/abel/icons/abel_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/abel/icons/abel_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: 22px;
  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: #1d5f45;
}
.FixNav.sticky .closeBtn .icon-bar,
.FixNav.sticky .navbar-toggler .icon-bar,
.FixNav.inner .closeBtn .icon-bar,
.FixNav.inner .navbar-toggler .icon-bar {
  background: #1d5f45;
}

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

.navbar-toggler .open .icon-bar:nth-of-type(1) {
  -webkit-transform: rotate(42deg);
  -ms-transform: rotate(42deg);
  transform: rotate(42deg);
  -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(-50deg);
  -ms-transform: rotate(-50deg);
  transform: rotate(-50deg);
  -webkit-transform-origin: -10% 0%;
  -ms-transform-origin: -10% 0%;
  transform-origin: -10% 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: #fff;
  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 0;
  position: relative;
  background: #1d5f45;
}
.footer.w-95 .container {
  max-width: 97%;
  margin: 0 0 0 auto;
}
.copy-r .container {
  margin: auto 0 !important;
}
.footer .desc-col {
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  max-width: 30%;
}
.footer::before {
  content: "";
  position: absolute;
  left: 50%;
  background-image: url(/fileadmin/user_upload/abel/abel_square.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  left: 60%;
  width: 38px;
  height: 44px;
  top: 0;
}
.copy-r {
  position: relative;
}
.copy-r::before {
  content: "";
  position: absolute;
  left: 50%;
  background-image: url(/fileadmin/user_upload/abel/abel_square.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  left: 55%;
  width: 38px;
  height: 44px;
  bottom: 60px;
}
.nav_btnsMobile .accordion-body a {
  text-decoration: none;
  color: #f9f3e9;
}
hr {
  margin-top: 2rem;
  border-top: 1px solid #f9f3e9;
  width: 95%;
}
.Leistungen-right.pageSpace,
.Leistungen-left.pageSpace {
  padding: 6em 0;
}
.footer .desc-col h2,
.footer .desc-col h4,
.footer .desc-col p,
.footer .ce-bodytext {
  color: #e9d0b7;
}
.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: 455px;

  border-radius: 40px 0 0 40px;
  transform: skew(-11deg, 0deg);
  position: relative;
  right: -10%;
}
.footer iframe body {
  transform: skewX(12deg) scale(1.13);
  margin-right: -70px;
}

.footer a img {
  margin-top: 1em;
}
.footer a,
.footer p {
  color: white;
}
.copy-r a,
.copy-r p {
  color: #a9c6a9;
}
.footer a.mainBtn {
  color: white;
  border: 1px solid white;
  border-radius: 4px;
  display: block;
  font-size: 18px;
  line-height: 100%;
  padding: 10px 15px;
  /* margin-top: 1em; */
  text-decoration: none;
  text-align: center;
  transition: all 0.5s ease-in-out;
  width: 70%;
}
.footer a.mainBtn:hover {
  background-color: white;
  color: #1d5f45;
}
.footer .col-md-4:nth-child(1) {
  flex: 0 0 25%;
  max-width: 25%;
}
.footer .col-md-4:nth-child(2) {
  flex: 0 0 35%;
  max-width: 35%;
}

.footer .col-md-4:nth-child(3) {
  flex: 0 0 40%;
  max-width: 40%;
}
a.mainBtn {
  color: white;
  border: 1px solid #1d5f45;
  border-radius: 0;
  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: #1d5f45;
  background-color: #fafaf8;
  border-radius: 4px;
  padding: 16px;
  display: inline-block;
  position: relative;
  text-decoration: none;
  transition: all 0.5s ease-in-out;
}

a.mainBtn::after,
a.teaserBtn::after {
  content: "";
  background-image: url(/fileadmin/user_upload/abel/icons/abel_icon_arrowlong_right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 10px;
  margin-left: 5px;
  display: none;
}
a.mainBtn:hover::after,
a.teaserBtn:hover::after {
  /* display: inline-block; */
}

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

.copy-r hr {
  border-top: 1px solid #edece5;
  width: 100%;
}

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

.copy-r p {
  color: #a9c6a9;
  font-size: 16px;
  line-height: 100%;
  /* text-align: center; */
  margin-bottom: 0;
}
.copy-r .col-md-4:last-child p {
  text-align: right;
}
.copy-r .col-md-4:nth-child(2) p {
  text-align: center;
}
.copy-r p a strong {
  margin: 0 10px;
  font-size: 0;
  background: url(/fileadmin/user_upload/universal/praxiskom_logo_weiss_01.svg)
    no-repeat;
  width: 18px;
  height: 18px;
  display: inline-block;
  position: relative;
  top: 1px;
}

.table td,
.table th {
  border-top: unset;
  padding: 1px 10px;
  color: white !important;
}

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 #1d5f45;
  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: #1d5f45;
  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: #1d5f45;
  font-size: 16px;
}

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

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

/* Form */

#kONTAKT-FORM_abel-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 #cda465 !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: #323130;
  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: #f9f3e9;
  border-bottom: unset !important;
  border-radius: 4px;
}

.col-md-6 .form-element {
  display: flex;
  flex-direction: column-reverse;
  position: relative;
}

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

.btn-toolbar button {
  background-color: var(--lightgreen);
  border: 1px solid var(--lightgreen);
}
.btn-toolbar span:hover {
  background-color: var(--lightgreen);
  color: white;
}
.btn-toolbar button:hover {
  text-decoration: none;
  border: none;
  background-color: var(--lightgreen);
  border: 1px solid var(--lightgreen);
}
.btn-toolbar span {
  border: 1px solid var(--lightgreen);
  border-radius: 0;
  display: block;
  font-size: 18px;
  line-height: 100%;
  padding: 4px;
  margin-top: 2em;
  text-decoration: none;
  transition: all 0.5s ease-in-out;
  background-color: transparent;
  border-radius: 4px;
}
.form-element-radio {
  flex-direction: row !important;
  gap: 20px;
  margin-top: 1em;
}
.form-element-radio label {
  color: #323130;
}
label {
  color: #323130;
}

.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;
}

.karriere-form p {
  color: #1d5f45;
  margin-bottom: 2em;
}
.pageSpace.Karriere_first_sec {
  padding: 10em 0 3em 0;
}
.Karriere_first_sec.w-85 .container {
  margin: 0 0 0 auto;
  max-width: 95%;
}
.Karriere_first_sec figure {
  margin: 0;

  overflow: hidden;
  height: 642px;
  /* box-shadow: 10px 10px 35px 10px rgb(0 0 0 / 10%); */
  border-radius: 80px 0 0 80px;
  transform: skew(-11deg, 0deg);
  position: relative;
  right: -10%;
}
.Karriere_first_sec figure:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 80px 0 0 80px;
  border: 1.5px solid rgba(255, 255, 255, 0.85);
  pointer-events: none;
  box-sizing: border-box;
  z-index: 2;
}

.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: #1d5f45;
  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 #1d5f45;
  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 #1d5f45;
  background: #1d5f45;
  color: #fff !important;
}

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

label.powermail_label {
  font-size: 16px;
  font-weight: normal;
  color: #1d5f45;
  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: #1d5f45;
  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/abel/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: #1d5f45;
}

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);
  }
}

.gute-sec {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.gute-sec .container {
  position: relative !important;
  min-height: 550px;
}

.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;
}
.text-gute-col .frame-type-text.pos-top-right {
  right: 0;
}
.text-gute-col .frame-type-text.pos-bottom-left {
  text-align: right;
  bottom: 0;
}
.text-gute-col .frame-type-text.pos-bottom-right {
  right: 0;
  bottom: 0;
}

.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_btns_sticky .owl-carousel.owl-loaded {
  padding: 0 3em;
}
.nav_btns_sticky .owl-carousel .carousel-content a {
  color: #1d5f45;
  text-decoration: none;
}
.nav_btns_sticky {
  padding: 2em 0;
  background: #eeeded;
  position: fixed;
  top: 87px;
  left: 0;
  right: 0;
  z-index: 9;
  display: none;
}
.nav_btns_sticky.sticky {
  display: block;
}
.nav_btnsMobile .accordion-body table th {
  display: flex;
  flex-direction: column;
  width: 25%;
  border-bottom: none;
}
.nav_btnsMobile .accordion-body table tr {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  width: 100%;
}
.nav_btnsMobile .accordion-body table {
  width: 100%;
}
.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;
}
form {
  padding-top: 3em;
}
.form-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;

  background-image: url("/fileadmin/user_upload/abel/abel_arrow_down.svg") !important;
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 22px;
}
.form-check-input:checked {
  background-color: var(--lightgreen) !important;
  border-color: var(--lightgreen) !important;
  box-shadow: none !important;
}
/* forrm */
.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: white;
  border: 1px solid #cda465;
  padding: 5px 20px;
  border-radius: 19px;
  /* width: 50%; */
  text-align: center;
  bottom: 15px;
  font-size: 14px;
  line-height: 20px;
  cursor: pointer;
  background-color: #cda465;
}
/* ظظظظظظظظظظظظظظظظظظظظظظظظظظظظظظظظظظظظظظظظظظظظظ
 */

.header-flex-container {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin: 0;
  padding: 10px 0;
}
.navbar-expand-lg {
  padding: 0;
}
.col-logo {
  flex: 0 0 auto;
}
.col-logo .startlogo {
  max-height: 70px;
  width: auto;
}

.col-shortcuts {
  flex: 0 0 auto;
}
.shortCuts {
  display: flex;
  align-items: center;
  gap: 15px;
}
.shortCuts .insta img {
  width: 24px;
  height: 24px;
  transition: transform 0.3s ease;
}
.shortCuts .insta:hover img {
  transform: scale(1.1);
}

.shortCuts a:not(.insta) {
  display: inline-block;
  padding: 8px 24px;
  border-radius: 50px;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s ease;
}

.shortCuts .btn-termin {
  background-color: #1a5336;
  color: #ffffff !important;
  border: 1px solid #1a5336;
}
.shortCuts .btn-termin:hover {
  background-color: var(--h2color);
  border-color: var(--h2color);
}

.shortCuts .btn-anamnese {
  background-color: #1a5336;
  color: #ffffff !important;
  border: 1px solid #1a5336;
}
.shortCuts .btn-anamnese:hover {
  background-color: var(--h2color);
  border-color: var(--h2color);
}

.col-menu-navigation {
  flex: 0 0 100%;
  margin-top: 15px;
  /* border-top: 1px solid #e2d1bd; */
  padding-top: 10px;
}

.navbar-nav {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center !important;
  /* gap: 25px; */
  list-style: none;
  padding: 0;
  margin: 0;
}

.navbar-nav .nav-link,
.navbar-nav li a {
  color: #333333;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  position: relative;
  transition: color 0.3s ease;
}

.navbar-nav li a:hover,
.navbar-nav li.active a {
  color: var(--h2color);
}

.navbar-nav li.active a::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 2px;
  /* background-color: #1a5336; */
}

.col-menu-navigation {
  flex: 0 0 100%;
  margin-top: 5px;
  padding-top: 5px;
  position: relative;
}

.col-menu-navigation::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 94%;
  height: 1px;
  background: #cda465;
  transform: translate(5.8%, 1%);
}

@media (max-width: 991px) {
  .col-menu-navigation::before {
    width: 85%;
    left: 8%;
    top: 65px;
  }
}

.custom-hotspot-dot {
  position: absolute;
  width: 40px;
  height: 40px;
  background-color: #c5a880;
  border: 3px solid #ffffff;
  border-radius: 50%;
  cursor: pointer;
  transform: translate(-50%, -50%);
  z-index: 10;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.custom-hotspot-dot::after {
  content: "";
  position: absolute;
  top: -3px;
  left: -3px;
  right: -3px;
  bottom: -3px;
  border-radius: 50%;
  border: 1px solid #c5a880;
  animation: hotspotPulse 2s infinite;
  pointer-events: none;
}

.custom-hotspot-dot.active {
  background-color: #0b5334;
  transform: translate(-50%, -50%) scale(1.1);
}
.custom-hotspot-dot.active::after {
  border-color: #0b5334;
}

/* حركة النبض الدائرية */
@keyframes hotspotPulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}
.last_sec {
  padding: 0 0 6em 0;
}
.last_sec h2 {
  margin-bottom: 4rem;
}
.text_desc {
  position: relative;
  /* padding-left: 6em;
   */
  padding-top: 2em;
}

.text_desc .frame-type-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  z-index: 1;
  opacity: 0.15;
  pointer-events: none;
}
.text_desc .frame-type-text {
  position: relative;
  z-index: 2;
}

.text_desc .frame-type-textpic {
  position: relative;
  min-height: 350px;
}

.text_desc .ce-gallery {
  position: absolute;
  top: 75%;
  left: 40%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 500px;
  z-index: 1;
  opacity: 1;
  pointer-events: none;
}

.text_desc .image-embed-item {
  width: 100%;
  max-width: 400px;
  height: auto;
  display: block;
  margin: 0 auto;
}

.text_desc .ce-bodytext {
  position: relative;
  z-index: 2;
  padding-top: 6em;
  padding-left: 5em;
  width: 75%;
}

.custom-hotspot-dot {
  position: absolute;
  width: 40px;
  height: 40px;
  background-color: #c5a880;
  border: 3px solid #ffffff;
  border-radius: 50%;
  cursor: pointer;
  transform: translate(-50%, -50%);
  z-index: 10;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  transition: background-color 0.3s, transform 0.3s;
}
.custom-hotspot-dot.active {
  background-color: #0b5334;
  transform: translate(-50%, -50%) scale(1.1);
}

.text_desc p:has(a) {
  padding: 4px;
  border: 1px solid var(--lightgreen);
  width: 60%;
  border-radius: 4px;
  transition: all 0.5s ease-in-out;
}
.text_desc p:has(a):hover {
  background-color: var(--lightgreen);
}
.text_desc a.mainBtn {
  background-color: var(--lightgreen);
  color: white;
  border: 1px solid var(--lightgreen);
  border-radius: 4px;
  display: inline-block;
  font-size: 18px;
  line-height: 100%;
  padding: 5px;
  text-decoration: none;
  text-align: center;
  transition: all 0.5s ease-in-out;
  width: 100%;
  text-decoration: none !important;
}
.text_welcom.last .col-md-6 h3 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
  margin-bottom: 0;
}
.text_welcom.last .text-center {
  margin-bottom: 2rem;
}
.Leistungen-right .image_Right .row {
  margin-top: 2em;
  justify-content: space-evenly;
}
.Leistungen-right .image_Right .row .col-md-3:nth-child(1) {
  padding: 0;
  margin-right: -3em;
}

.Leistungen-right .image_Right .row .col-md-3:nth-child(2) {
  padding: 0;
  margin-right: -2em;
}
