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

:root {
  --whiteColor: #fff;
  --blue: #184d7f;
  --btn-orange: #f99058;
  --txt-orange: #f59058;
  --txt-color: #42402c;
  --colorbackground: #eae7e1;
  --green: #7f9e66;
  --light-grey-bg: rgba(195, 188, 169, 0.2);
}

* {
  scrollbar-width: thin;
  scrollbar-color: var(--colorbackground);
}
.header-video {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 100vh;
}
::-webkit-scrollbar {
  width: 7px;
  background: #fff;
}

::-webkit-scrollbar-thumb {
  background-color: var(--blue);
  border-radius: 46px;
}

html {
  max-width: 100vw;
  overflow-x: hidden;
}
a {
  color: var(--blue);
}
a:hover {
  color: var(--blue);
}
.loader {
  left: 0;
  height: 100%;
}

.accordion-button::before,
.card button.btn.btn-link.collapsed:after,
.card button.btn.btn-link:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.siteMap a {
  color: var(--darkGrey);
}

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

p,
ul li {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0;
}
b,
strong {
  font-weight: 600;
}
/* eslam test  */
html {
  position: relative;
  min-height: 100%;
}

body {
  font-family: "anona", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: 26px;
  background-color: white;
  overflow-x: hidden;
  color: var(--txt-color);
}

::-moz-selection {
  color: var(--white);
  background: var(--blue);
}

::selection {
  color: var(--white);
  background: var(--blue);
}

.container-fluid.home {
  width: 100%;
  margin: auto;
  padding: 0;
}

.loader {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999999999;
  background: url(/fileadmin/user_upload/joka/icons/Group_155.svg) 50% 50%
    no-repeat var(--whiteColor);
  background-size: 180px;
}
.shortCuts_home {
  position: fixed;
  right: -50px;
  top: 30%;
  z-index: 5;
  rotate: -90deg;
}
.shortCuts_home .termine {
  border-radius: 20px;
  align-items: center;
  color: var(--whiteColor);
  transition: all 0.3s ease-in-out;
  position: relative;
  padding: 5px 12px;
  pointer-events: auto;
  font-size: 18px;
  line-height: 30px;
  background-color: var(--btn-orange);
}

.nav-shortcuts {
  display: inline-flex;
  justify-content: flex-end;
  width: 100%;
  gap: 40px;
}
.nav-shortcuts .mailBtn img {
  height: 16px;
  width: auto;
}
.nav-shortcuts .phoneBtn img {
  height: 19px;
  width: auto;
}
.nav-shortcuts .phoneBtn {
  display: inline-flex;
  gap: 10px;
  align-items: center;
}

img {
  width: 100%;
  height: 100%;
  /* object-fit: cover; */
}
.top_logo {
  height: 68.37px;
}
.startImages img,
.slideDesk img {
  object-fit: cover;
}
.Sprechzeiten img {
  width: 50px;
  height: 50px;
}

.X-space {
  padding: 0 2em;
}

/* --------------------------------------------------------- */

.first-sec-card .ce-container {
  width: 92%;
}
.first-sec-card .row {
  box-shadow: 0px 3px 30px #00000029;
  border-radius: 30px;
  overflow: hidden;
}
.first-sec-card .txt-col {
  padding: 20px 130px;
}
.first-sec-card .img-col {
  padding-right: unset;
}
.first-sec-card .img-col figure {
  margin: unset;
}

.first-sec-termine figure {
  width: 118px;
  height: auto;
  margin: 0 auto 2em;
}

.grey-bg {
  background-color: var(--light-grey-bg);
}

.second-sec .home-listing {
  padding: 3em;
  background-color: #eae7e1;
  border-radius: 30px;
  box-shadow: 0px 3px 30px #00000029;
  margin-bottom: 2em;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}
.second-sec .home-listing .ce-textpic {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
.second-sec .home-listing .ce-textpic .ce-gallery {
  width: 50%;
  flex: 0 0 50%;
  padding: 0 15px;
  justify-items: end;
}
.second-sec .home-listing .ce-textpic .ce-gallery figure {
  margin-bottom: unset;
  width: 180px;
  height: auto;
}
.second-sec .home-listing .ce-textpic .ce-bodytext {
  width: 50%;
  flex: 0 0 50%;
  padding: 0 15px;
}

.second-sec .home-listing.green a.teaserBtn {
  color: var(--green);
}
.second-sec .home-listing.orange a.teaserBtn {
  color: var(--txt-orange);
}
.second-sec .home-listing.blue a.teaserBtn {
  color: var(--blue);
}

.second-sec .home-listing.blue:hover {
  background-color: var(--blue);
}
.second-sec .home-listing.blue:hover h4,
.second-sec .home-listing.blue:hover p,
.second-sec .home-listing.blue:hover a {
  color: var(--whiteColor);
}
.second-sec .home-listing.blue:hover figure img {
  filter: brightness(0) invert(1);
}
.second-sec .home-listing.green:hover {
  background-color: var(--green);
}
.second-sec .home-listing.green:hover h4,
.second-sec .home-listing.green:hover p,
.second-sec .home-listing.green:hover a {
  color: var(--whiteColor);
}
.second-sec .home-listing.green:hover figure img {
  filter: brightness(0) invert(1);
}
.second-sec .home-listing.orange:hover {
  background-color: var(--txt-orange);
}
.second-sec .home-listing.orange:hover h4,
.second-sec .home-listing.orange:hover p,
.second-sec .home-listing.orange:hover a {
  color: var(--whiteColor);
}
.second-sec .home-listing.orange:hover figure img {
  filter: brightness(0) invert(1);
}

.home-reviews-sec {
  background-color: var(--blue);
}
.home-reviews-sec p,
.home-reviews-sec h5,
.home-reviews-sec h3 {
  color: var(--whiteColor);
}
.home-reviews-sec .col-md-8 {
  padding: 5em 0;
}
.home-reviews-sec .owl-carousel.owl-drag .owl-item .item {
  width: 260px !important;
}
.home-reviews-sec .owl-carousel.owl-drag .owl-item .item img {
  width: 212.79px;
  margin: 0 auto 1em;
}
.home-reviews-sec .owl-carousel.owl-drag .owl-item .item p img {
  width: 130px;
  margin: auto;
}

.beige-gradient {
  background: linear-gradient(
    90deg,
    rgba(204, 193, 175, 1) 0%,
    rgba(206, 191, 172, 1) 73%,
    rgba(245, 144, 88, 1) 100%
  );
}
.green-gradient {
  background: linear-gradient(
    90deg,
    rgba(127, 158, 102, 1) 0%,
    rgba(149, 155, 99, 1) 73%,
    rgba(245, 144, 88, 1) 100%
  );
}
.blue-gradient {
  background: linear-gradient(
    90deg,
    rgba(24, 77, 127, 1) 0%,
    rgba(66, 110, 117, 1) 73%,
    rgba(127, 158, 102, 1) 100%
  );
}
.beige-gradient h1,
.beige-gradient h2 {
  color: var(--blue);
}
.blue-gradient h1,
.blue-gradient h2,
.green-gradient h1,
.green-gradient h2 {
  color: var(--whiteColor);
}

.inner-header {
  height: 50vh;
  position: relative;
  margin-bottom: -25px;
}
.inner-header .frame-type-text {
  position: absolute;
  top: 50%;
  transform: translate(4%, -50%);
}

.Kontakt-sec {
  border-radius: 30px 30px 0 0;
  background-color: var(--whiteColor);
  position: relative;
}
.Kontakt-sec .tx-powermail {
  padding: 0 2em;
}

.img-sec {
  background-image: url(/fileadmin/user_upload/joka/joka_1920x1280_AdobeStock_649297288.jpg);
  background-repeat: no-repeat;
  height: 80vh;
  background-size: cover;
  background-position: center;
  position: relative;
  margin-bottom: -30px;
}
.img-sec h3 {
  color: var(--whiteColor);
  width: 50%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 10%;
}

.sticky3 {
  position: fixed;
  top: 0px;
  left: unset;
  width: 100%;
  z-index: 100;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.start-header {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  z-index: 2;
}
.start-header .fw-img {
  height: 100%;
  background-image: url(/fileadmin/user_upload/joka/1920x1280/joka_1920x1280_adobestock_641921992.jpg);
  background-repeat: no-repeat;
  background-position-x: center;
  background-size: cover;
  background-attachment: fixed;
}
/* .start-header .fw-img img {
  object-fit: cover;
} */
.start-header .start-logo {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 30%;
  background-color: #fff;
  border-radius: 30px 30px 0 0;
}
.start-header .start-logo .start-logo-img {
  width: 444.03px;
  height: auto;
  position: absolute;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
}
.start-header .start-logo .scrolla {
  width: 28.97px;
  height: auto;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 30px;
  cursor: pointer;
}

.startImages > .ce-container {
  width: 100%;
}
.startImages > .ce-container .row .ce-col.col-md-6 {
  padding-left: 0;
  padding-right: 0;
}
.imageText .row .col-md-6.rightText {
  background-color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5em !important;
}

.imageText .row .rightText .mainBtn {
  color: #5d82b6;
  width: 100%;
  border-radius: 0;
  border: 1px solid #5d82b6;
  border-radius: 18px;
  background-color: var(--white);
}

.imageText .row .rightText h2 {
  color: white;
}

.imageText .row .rightText p {
  color: var(--darkGrey);
}
/* resposive Design */
.imageText .row {
  display: flex;
}
.imageText .row .rightText {
  order: 1;
}
.imageText .row .imageOnly {
  order: 2;
}
.imageText .row .rightText.left {
  order: 2;
}
.imageText .row .imageOnly.leftImage {
  order: 1;
}
.carousel-content a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  color: var(--darkGrey);
  text-decoration: none;
}
.carousel-content a:hover {
  /* color: #a58550; */
  text-decoration: none;
}
.imageText .row .rightText p:has(.mainBtn) {
  /* background-color: #cbe0de; */
  border-radius: 6px;
  overflow: hidden;
  width: 35%;
}
.form-control {
  border-radius: unset !important;
  background: transparent;
  height: calc(3.25rem + 2px);
  border-radius: unset;
  border: unset;
  border: 3px solid var(--green) !important;
  padding: 10px;
}

label {
  color: var(--txt-color);
  font-size: 20px;
  line-height: 30px;
}

.icons .row .image {
  text-align: center;
}
.icons .row .image img {
  width: 77px;
  height: 77px;
  margin: 20px auto;
}

.main-hero .logo---colorbackground {
  position: absolute;
  top: 25%;
  left: 50%;
  width: 686px;

  height: 252px;
  z-index: 1;
  transform: translate(-50%, -50%);
}

.main-hero a {
  font-size: 20px;
  line-height: 24px;
  position: relative;
  display: block;
  top: 20px;
  right: -80px;
  color: var(--colorbackground);
  padding: 9px 0 9px 22px;
  text-decoration: none;
  z-index: 2;
}
.main-hero .main-contacts {
  display: flex;
  flex-direction: row-reverse;
}

.main-hero a img {
  height: 25px;
}
.navbar-toggler .icon-bar {
  display: block;
  width: 25px;
  height: 2px;
  border-radius: 0px;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  margin: 10px;
}
.navbar-toggler .icon-bar,
.navbar-toggler .open .icon-bar {
  background: var(--blue);
}
.navbar-toggler .icon-bar:first-of-type,
.navbar-toggler .icon-bar:nth-of-type(3) {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
.navbar-toggler .icon-bar + .icon-bar {
  margin-top: 8px;
}
.navbar-toggler .icon-bar:nth-of-type(2) {
  opacity: 1;
}
.navbar-toggler .open .icon-bar:first-of-type {
  transition: top 0.25s ease 0s, transform 0.25s ease 0.3s;
  -webkit-transition: top 0.25s ease 0s, transform 0.25s ease 0.3s;
  -webkit-transform: rotate(55deg);
  -ms-transform: rotate(55deg);
  transform: rotate(55deg);
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: -2px 2px;
}
.navbar-toggler .open .icon-bar:nth-of-type(2) {
  opacity: 0;
}
.navbar-toggler .open .icon-bar:nth-of-type(3) {
  transition: top 0.25s ease 0s, transform 0.25s ease 0.3s;
  -webkit-transition: top 0.25s ease 0s, transform 0.25s ease 0.3s;
  -webkit-transform: translate(-3px, 4px) rotate(-55deg);
  -ms-transform: translate(-3px, 4px) rotate(-55deg);
  transform: translate(-2px, 0px) rotate(-55deg);
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: -1px -2px;
}

header.FixNav #toggle {
  position: relative;
}
header.FixNav #toggle::after {
  content: "MENU";
  font-size: 18px;
  line-height: 30px;
  color: var(--blue);
  position: absolute;
  right: -48px;
  top: 50%;
  transform: translate(0, -50%);
}

/* .dropdown.show img {
  transform: rotate(180deg);
} */
.dropdown-toggle .mobile-img {
  display: none;
}
div#navbarNavDropdown {
  /* -webkit-box-pack: end; */
  /* -ms-flex-pack: end; */
  justify-content: flex-end;
  /* margin-right: 35px; */
}

.links.mobile {
  display: none;
}
header.FixNav {
  padding: 10px 35px;
  background-color: white;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  z-index: 100;
  border-radius: 30px;
  box-shadow: 0px 3px 6px #00000029;
  width: 97%;
  position: fixed;
  top: 20px;
  left: 50%;
  transform: translate(-50%, 0);
}

header.FixNav .col-md-8 {
  justify-items: center;
}

header.FixNav .nav-contacts {
  display: flex;
  justify-content: flex-end;
}
header.FixNav .nav-contacts a {
  color: var(--colorbackground);
  padding: 9px 0 9px 22px;
  text-decoration: none;
}
.logo---colorbackground img {
  width: 100%;
  height: 100%;
}
header.FixNav.sticky {
  position: fixed;
  background-color: white;
  z-index: 101;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

/* header.FixNav.home .desc_image {
  opacity: 0;
} */

/* header.FixNav.home.sticky {
  height: 109px;
  padding: 15px 30px;
} */
.background {
  background-color: var(--lightGrey);
}
.kontakt_sec {
  background-color: var(--lightGrey);
}
.sticky2 {
  position: fixed !important;
  top: 0;
  background-color: #fff;
  width: 100%;
  left: unset;
  z-index: 999;
  margin: unset !important;
  padding: 17px;
}
.firstSec.pageSpace {
  padding: 5em 0;
}
.innerFirstSec .ce-container {
  width: 100%;
}
.dropdown-header {
  background: rgb(230 0 126 / 91%);
  box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
  position: absolute;
  width: 100%;
  left: 0;
  top: 125px;
  padding: 2em;
  display: none;
}

.dropdown-header .row {
  flex-direction: column;
  width: 40%;
  border-right: 2px solid #fff;
  padding: 0 5em;
}

.dropdown-header1 .row {
  flex-direction: column;
  padding: 0 1em;
}

.dropdown-header1 {
  text-align: left;
}

.dropdown-header .row p,
.dropdown-header .row td,
.dropdown-header1 .row p,
.dropdown-header1 .row td {
  color: #fff;
  font-size: 20px;
  white-space: break-spaces;
}

.dropdown-header .row .ce-col.col-md-4,
.dropdown-header1 .row .ce-col.col-md-4 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.dropdown-header .row .ce-image,
.dropdown-header1 .row .ce-image {
  border-bottom: 2px solid #fff;
  margin-bottom: 18px;
}

.dropdown-header .row .ce-image figure,
.dropdown-header1 .row .ce-image figure {
  margin-bottom: 9px;
}
.startImages .row .col-md-6 figure {
  margin: 0;
  width: 100%;
  height: 671px;
}
.startImages > .ce-container .row {
  margin-left: 0 !important;
  margin-bottom: 0 !important;
}
.startImages h2 {
  margin-bottom: 35px;
}
.multiText {
  background-color: var(--colorbackgroundSec);
}

.dropdown-header .row .mainBtn,
.dropdown-header1 .row .mainBtn {
  font-size: 24px;
  line-height: 36px;
  font-weight: 500;
  position: relative;
  display: inline-block;
  background: transparent;
  color: #fff;
  padding: 0;
  text-decoration: none;
  box-shadow: none;
  border-radius: 0;
}

.dropdown-header .row .mainBtn::after,
.dropdown-header1 .row .mainBtn::after {
  background-size: contain;
  width: 28px;
  height: 20px;
  margin-left: 0;
  right: -38px;
  top: 21px;
  transform: translateY(-50%);
  transition: all 0.2s ease-in-out;
}

ul.dropdown-menu {
  border: 0;
  background: #0069b4;
  top: 77px;
  padding-top: 1em;
  left: 0;
  min-width: 17rem;
}

ul.dropdown-menu li a {
  color: #fff;
}

.hidden-desktop {
  display: none;
}

.navbar-nav ul.dropdown-menu li a:hover,
.navbar-nav ul.dropdown-menu li a.active_nav {
  color: var(--medium-grey);
  text-decoration: underline;
}
.navbar-nav li a {
  color: var(--blue);
  font-size: 18px;
  line-height: 30px;
  padding: 15px;
  text-decoration: none;
  position: relative;
  display: inline-block;
}
.navbar-nav li a.active_nav {
  color: var(--txt-orange);
}
.scrolla p {
  margin: 0;
}

.navbar-nav li a:focus,
.navbar-nav li a:active {
  outline-offset: none !important;

  border: none;
  outline: none;
}
.navbar-nav li a:hover {
  color: var(--txt-orange);
}
.navbar-nav li .active {
  color: var(--txt-orange);
}
.dropdown-toggle::after {
  display: none;
}

a {
  text-decoration: none !important;
  font-size: 18px;
  line-height: 23px;
}
.links a {
  font-size: 18px;
  cursor: pointer;
  text-decoration: none;
  position: relative;
  color: #ffff;
  line-height: 26px;
  display: flex;
  justify-content: center;
  margin-right: 10px;
}

/* .links a:hover {
  color: var(--darkGrey);
} */

.links a + a {
  justify-content: center;
}

.links img.ml-2 {
  height: 13px;
}

.navbar-nav li a img {
  height: 13px;
}

.termina {
  -webkit-background-clip: padding-box;
  position: absolute;
  background-clip: padding-box;
  padding: 0;
  right: 0;
  top: 24px;
  z-index: 1000;
  width: 350px;
  padding: 15px;
}
.termina table.contenttable {
  width: 100%;
  text-align: left;
  margin: unset;
}
.termina table.contenttable tr td:first-child {
  white-space: nowrap;
  vertical-align: top;
  padding-right: 10px;
  color: var(--pink);
}
.termina table.contenttable td {
  color: var(--darkGrey);
  font-size: 18px;
  line-height: 25px;
  padding: 8px 0;
  border-bottom: 1px solid var(--grey);
  border-top: 0;
}
.termina .table {
  max-width: 100%;
  padding: 18px;
  margin: 0;
  background: #fff;
  box-shadow: 0 0 5px rgb(135 134 134 / 51%);
  border-radius: 5px;
}
.termina-h i {
  margin-left: 6px;
}

.termina table.contenttable tr:last-child td {
  border: 0;
}

.nav_btns_desk,
.praxis-first-sec {
  position: relative;
  background-color: var(--white);
  border-radius: 30px 30px 0 0;
}

.image-logo figure {
  width: 486px;
  height: 259px;
  margin: auto;
  position: relative;
  top: -63px;
  z-index: 0;
}
.navSection {
  padding-right: 0;
  padding-right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.grid_sec p {
  position: relative;
  z-index: 10;
}
.leistungen-start-screen .ce-container {
  width: 100%;
}

.inner_page .ce-container {
  width: 100%;
}
.inner_page .ce-container figure {
  margin: 0;
}
.inner_teaser {
  width: 90%;
  margin: auto;
  border-bottom: 2px solid #004c37;
}
.no_border_bottom {
  border-bottom: unset;
}
.inner_teaser .ce-container {
  width: 100%;
}
.inner_teaser figure {
  margin-bottom: unset;
}
figure img {
  width: 100%;
  height: 100%;
}
.specific_top {
  margin-top: 80px;
}
.team_sec .frame-type-textpic {
  border-bottom: 2px solid #004c37;
  padding-bottom: 10px;
}

.main-hero .scrolla {
  bottom: 15px;
  opacity: 1;
  position: absolute;
  left: 50%;
  z-index: 1;
  color: var(--darkGrey) !important;
  text-align: center;
}
.main-hero .scrolla:hover {
  cursor: pointer;
}

/* ////////////////// */
.doctor-sec {
  background-color: var(--lightGrey);
  box-shadow: inset 0px 3px 4px #d9d9d9;
}
.doctor-sec .text-col {
  align-content: center;
}
.doctor-sec .text-col h3 {
  margin-bottom: 1em;
}
.doctor-sec .text-col p {
  margin-bottom: 4em;
}
/* ////////////////// */
.teaser-sec .row {
  padding: 4em 0;
}
.teaser-sec .ce-textpic {
  background-color: var(--colorbackground);
}
.teaser-sec .ce-bodytext {
  padding: 10px 155px;
}
.teaser-sec .ce-bodytext h3,
.teaser-sec .ce-bodytext p {
  margin-bottom: 1.5rem;
  color: var(--white);
}
/* ////////////////// */

/* ////////////////// */

/* ////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////// */
.inner-first-sec {
  position: relative;
  word-wrap: break-word;
}
.inner-first-sec::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  /* background: url(/fileadmin/user_upload/zol_icon_minus/cd_element_grey.svg); */
  background-size: cover;
  width: 20%;
  height: 100%;
  z-index: -1;
}
.inner-pink-sec {
  background-color: var(--pink);
  border-radius: 0px 185px 0px 0px;
}
.inner-pink-sec p {
  color: var(--white);
}
.inner-pink-sec .right figure {
  width: 630px;
  height: 630px;
  position: absolute;
  bottom: -9em;
  left: 50%;
  transform: translate(-50%, 0%);
  text-align: center;
  margin: auto;
}
.inner-pink-sec .right {
  position: relative;
}
.inner-pink-sec .right figure img {
  object-fit: cover;
}
/* //////////////////////////// */
.inner-txt-sec {
  padding-top: 10em !important;
}
/* .inner-txt-sec .row {
  align-items: flex-end;
} */
.inner-txt-sec h3 {
  color: var(--blue);
  margin-bottom: 76px;
}
/* /////////////////////// */
/* ***********amr fix********** */
.video-sec {
  background-color: var(--lightGrey);
  border-radius: 0px 0px 0px 185px;
  padding-bottom: 100px !important;
  padding-top: 230px !important;
}
.video-sec .row {
  align-items: flex-end;
}
.video-sec .row .col-md-2 {
  position: relative;
}
/* ***********amr fix********** */
.video-sec h3 {
  color: var(--blue);
  width: 100%;
  white-space: nowrap;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 4px;
  text-align: center;
  transform: rotate(-90deg);
  transform-origin: left 0em;
}

/* ***********amr fix*********** */
.tx-videogrid .col-4 {
  margin-bottom: 108px;
  margin-top: 35px;
}
.videoBlock a {
  background-color: var(--darkGrey);
  border-radius: 20px !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  font-weight: 300;
  line-height: 40px;
  position: absolute;
  top: 0;
  opacity: 0.8;
  z-index: 2;
  left: 0;
  right: 0;
  height: 100%;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  border-radius: 0;
  display: flex;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.videoBlock a i::before {
  content: "";
  /* background-image: url(/fileadmin/user_upload/zol_icon_minus/play.svg); */
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50px 40px;
  width: 50px;
  height: 40px;
  display: block;
}
.video-txt {
  position: absolute;
  bottom: -5em;
}
.videoBlock {
  position: relative;
  height: 346px;
}
.videoBlock img {
  object-fit: cover;
  height: 100%;
}

.videoBlock img {
  object-fit: cover;
}
.video-txt h5,
.video-txt.stndalone h5 {
  margin: 15px 0 8px;
  font-size: 24px;
  color: #000;
  line-height: 26px;
  text-align: left;
  font-style: italic;
}

.video video,
video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
}

.videoBlock {
  position: relative;
  margin-bottom: 10px;
}

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

.videoBlock a {
  background: 0 0;
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
  position: absolute;
  top: 0;
  z-index: 1;
  left: 0;
  right: 0;
  height: 100%;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  border-radius: 0;
  background: rgb(25 37 61 / 40%);
}

.videoBlock img {
  border-radius: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}

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

.videoBlock i {
  font-size: 70px;
  margin-bottom: 0;
  animation: 2s infinite pulse;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.modal-header h4 {
  font-size: 20px;
  line-height: 24px;
  color: #565655;
}
.modal-body.video video {
  width: 100%;
}
/* /////////////////////////// */
.buttons-sec .buttons-row {
  justify-content: center;
}
.buttons-sec .buttons-row .col {
  flex: 0 0 33.33%;
  max-width: 33.33%;
}
.buttons-sec h4 {
  color: var(--darkGrey);
  margin-bottom: 87px;
}
/* //////////////////////////// */
.doctor-pink-sec.inner h3 {
  margin-bottom: 128px;
}
.doctor-pink-sec.inner {
  margin-top: 44px;
}
/* //////////////////////////// */
.team-txt-sec figure {
  margin-bottom: 30px;
}
.team-txt-sec figure img {
  border-radius: 20px;
}
.team-txt-sec h4 {
  color: var(--darkGrey);
  margin-bottom: 30px;
}
/* //////////////// */
.team-dates-sec {
  background-color: var(--lightGrey);
  border-radius: 0px 0px 0px 185px;
  margin-bottom: 5em;
}
.team-dates-sec h3 {
  transform: matrix(0, -1, 1, 0, 20, 500);
  color: var(--blue);
  transform-origin: left;
  width: 100%;
  height: 100%;
}
#c5999 h3 {
  transform: matrix(0, -1, 1, 0, 20, 200);
}

p:has(.mainBtn) {
  width: 100%;
  margin-bottom: 1rem;
}

/* .kontakt_sec {
  background-color: var(--white);
  padding-top: 7rem;
} */

.kontakt_sec h1 {
  margin-bottom: 25px;
}

.kontakt_sec {
  padding-bottom: 5em;
  padding-top: 0;
}

.powermail_fieldwrap_type_textarea label.control-label.col-sm-2 {
  display: none;
}

label.control-label.col-sm-2,
.powermail_fieldwrap .col-sm-10 {
  max-width: 100%;
  flex: none;
}

/* label.control-label.col-sm-2,
.powermail_fieldwrap .col-sm-10 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  flex: 0 0 100%;
  max-height: 70px;
  font-size: 22px;
  line-height: 30px;
  padding-left: unset;
} */

/* fieldset.powermail_fieldset .row {
  margin: 0;
} */

.powermail_fieldwrap_type_date input,
input[type="email"],
input[type="text"],
select,
textarea {
  width: 100%;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  padding: 10px;
  resize: vertical;
  margin: 8px 0;
  outline: 0;
  border-radius: 4px;

  font-size: 16px;
  line-height: 22px;
}
.powermail_textarea {
  background-color: white;
  padding: 20px !important;
}

.powermail_fieldwrap_type_submit input {
  vertical-align: middle;
  border-radius: 0;
  font-size: 20px;
  background-color: transparent;
  -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;
  margin-bottom: 7px;
  opacity: 1;
  font-weight: 300;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  margin-top: 1em;
  outline: 0;
  width: 100%;
  border-radius: 2px;
}

.powermail-errors-list {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
  padding: 8px 10px;
  list-style: none;
  border-radius: 4px;
  border: unset !important;
  position: absolute;
  top: 58px;
  width: 93% !important;
}

.powermail-errors-list li {
  background: #f7f0e8 !important;
  color: #721c24;
  font-size: 16px;
  margin-bottom: 0 !important;
  display: block;
}

textarea::placeholder {
  color: var(--txt-color) !important;
  font-size: 20px;
  line-height: 30px;
}

legend.powermail_legend {
  display: none;
}
.powermail_fieldwrap_type_textarea {
  max-width: 100% !important;
  flex: 0 0 100% !important;
}

.form-group {
  /* margin-bottom: unset; */
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-start;
}

.tx-powermail .powermail_fieldset .powermail-errors-list {
  width: 91% !important;
  position: absolute !important;
  top: 60px !important;
}
@media only screen and (max-device-width: 667px) {
  .tx-powermail .powermail_fieldset .powermail-errors-list {
    top: 40px !important;
  }
}
.tx-powermail .powermail_fieldset .powermail_field_error:focus {
  background-color: var(--colorbackground);
}

.tx-powermail
  .powermail_fieldset
  .powermail_field_error:focus
  ~ .powermail-errors-list.filled {
  display: none;
}

.footer {
  position: relative;
  background-color: var(--blue);
  padding-bottom: unset !important;
  border-radius: 30px 30px 0 0;
}

#page-content::before,
.copy-r::before,
.footer::before {
  content: "";
  width: 3px;
  height: 100%;
  display: block;
  background: #7f9e66;
  position: absolute;
  left: 7.5%;
  top: 0;
  z-index: 1;
}

.kontact_link {
  padding: 0 2em;
}
.footer h2 {
  margin-bottom: 15px;
}
.footer .col-md-4 .frame-type-text {
  /* border-right: 1px solid #ffffff; */
  height: 100%;
}
.footer .col-md-4:nth-child(3) .frame-type-text {
  border-right: unset;
  height: 100%;
}
.footer_top_Image figure img {
  object-fit: cover;
}
.copy-r .col-md-4 .frame-type-text {
  border-right: unset;
}
iframe {
  margin-top: 1rem;
}

.footer .table td,
.footer .table th {
  padding: 0px 20px 0px 0px;
  font-size: 20px;
  line-height: 28px;
  vertical-align: top;
  border-top: unset;
  color: var(--whiteColor);
}
.copy-r {
  position: relative;
  background-color: var(--blue);
}
.copy-r .row {
  padding: 2em;
}
.copy-r a,
.copy-r p {
  color: var(--whiteColor);
  font-size: 15px;
  line-height: 30px;
  /* text-align: center; */
  text-decoration: none;
  margin-bottom: 0;
}
.STEF_back-to-top {
  position: absolute;
  bottom: 30px;
  right: 1em;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.STEF_back-to-top img {
  width: 60px;
  height: 60px;
}
.footer iframe {
  border-radius: 30px;
  height: 300px;
  margin: 0 2em;
  width: 97%;
}

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

/* //////////// */
.table td {
  border: none !important;
  padding: 0;
}
img.section-icon {
  width: 29px;
  height: 29px;
}
.pageSpace {
  padding: 3em 0;
}
.MorPadding {
  padding: 6em 0;
}

.pageSpace.Kinderzahnheiklunde_sec {
  padding-top: 0;
  padding-bottom: 6em;
}
/* .mainBtn {
  font-size: 25px;
  line-height: 32px;
  letter-spacing: 0.75px !important;
  font-weight: 400 !important;
  position: relative;
  display: block;
  bottom: 0px;
  left: 0;
  background: var(--lightGrey);
  color: var(--darkGrey);
  padding: 30px 22px;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  border: 2px solid #7b7b7b;
} */

/* .mainBtn:hover {
  letter-spacing: 1.25px !important;
  text-decoration: none;
  color: var(--darkGrey);
  border: 4px solid #7b7b7b;
} */

h1 {
  font-size: 88px;
  line-height: 100px;
  font-family: "anona", sans-serif;
  margin-bottom: 2rem;
  font-weight: 600;
  color: var(--blue);
  letter-spacing: 0px;
}

h2 {
  font-size: 50px;
  line-height: 58px;
  font-weight: 400;
  letter-spacing: 0;
  font-family: "anona", sans-serif;
  color: var(--txt-orange);
}
h3 {
  font-size: 45px;
  line-height: 56px;
  font-family: "anona", sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0;
  margin-bottom: 1rem;
}
h4 {
  font-size: 30px;
  line-height: 38px;
  font-family: "anona", sans-serif;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #535353;
}
h5 {
  font-size: 24px;
  line-height: 41px;
  font-family: "anona", sans-serif;
  font-weight: 400;
  margin-bottom: 1rem;
  color: #535353;
  text-transform: uppercase;
}

a.teaserBtn {
  color: var(--blue);
  margin-top: 20px;
  position: relative;
  font-size: 24px;
  line-height: 41px;
}
a.teaserBtn:hover {
  text-decoration: none;
  color: var(--txt-orange);
}

.teaser_sec.first .ce-container {
  border-radius: 15px;
  background-color: var(--colorbackgroundSec);
  margin: auto;
  padding: 2em 0 2em 2em;
}
.teaser_sec.three .ce-container {
  border-radius: 15px;
  background-color: var(--colorbackgroundSec);
  margin: auto;
  padding: 2em;
}
.teaser_sec.secound {
  border-radius: 15px;
  background-color: var(--colorbackgroundSec);
  margin: auto;
}
.teaser_sec.secound .ce-container {
  border-radius: 15px;
  background-color: var(--white);
  margin: auto;
}

.teaser_sec .row.left {
  border-radius: 15px;
  background-color: white;
  width: 100%;
  margin: auto;
  padding: 0 0 2em 0;
}

.teaser_sec.secound h2 {
  padding: 1em 0 0.5em 1.4em;
}

.teaser_sec .row.right img {
  border-radius: 15px 0px 0px 15px;
  object-fit: cover;
}
.teaser_sec .row.left img {
  border-radius: 0px 15px 15px 0px;
  object-fit: cover;
}

.teaser_sec .row.right .image {
  padding-right: 0 !important;
  height: 441px;
}
.teaser_sec .row.left .image {
  padding-left: 0 !important;
  height: 441px;
}
.teaser_sec .row.left .leftImage {
  padding-left: 0 !important;
}

.teaser_sec .row .text {
  padding: 48px 16px 0 16px;
  /* flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: center; */
}

.start-img figure {
  margin-bottom: 0;
}
.start-img {
  position: relative;
  background-color: #ffff;
  /* top: -10px; */
}

.start-img > .ce-container {
  width: 100%;
}

.start-img .start-img-txt {
  position: absolute;
  top: 25%;
  left: 35px;
  transform: translateY(-50%);
  width: 40%;
}

.grid_sec {
  position: relative;
  padding-top: 10em;
}
.slider_grid {
  display: none;
}
.grid_sec .ce-bodytext {
  padding: 20px;
  margin-top: -70px;
}
.grid_sec::after {
  content: "";
  position: absolute;
  top: 68%;
  left: 89%;
  right: 0px;
  /* background-image: url(/fileadmin/user_upload/zol_icon_minus/zol_icon_minus_c_350x390.png); */
  background-repeat: no-repeat;
  width: 282px;
  height: 282px;
  background-size: contain;
  background-position: center;
}
.grid_sec .row {
  flex-wrap: nowrap !important;
  gap: 10px !important;
}
.grid_sec .row figure {
  width: 335px;
  height: 335px;
  max-width: 500px;
  max-height: 500px;
  border-radius: 50%;
  margin: auto;
  position: relative;
}

.grid_sec .row img {
  border-radius: 50%;
  object-fit: cover;
  position: relative;
  top: -100px;
}
.grid_sec .row .image {
  text-align: center;
}
.grid_sec .row .col-md-4 {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--white);
  border-radius: 20px;
}

#c13551 {
  padding: 0em 3em 0em 10em;
}
.accordion-item {
  padding: 12px 0;
  border-radius: 0;
  margin-bottom: 2rem;
  border-bottom: 1px solid var(--btn-orange);
  border-top: 1px solid var(--btn-orange);
}

.wrap-content .accordion-item .accordion-body .acc-body-heading {
  display: none;
}

.accordion-header {
  margin: 0;
  position: relative;

  padding: 0;
  border: none;
  background: transparent;
  outline: none !important;
  height: auto;
  width: 100%;
  text-align: left;
  cursor: pointer;
  font-size: 27px;
  line-height: 35px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: transform 0.3s ease;
}

.accordion-button {
  color: var(--txt-color);
  padding: 0;
  border: none;
  background: transparent;
  outline: none !important;
  height: auto;
  display: block;
  width: 100%;
  text-align: left;
  cursor: pointer;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: 0;
}

.accordion-body {
  margin-top: 2rem;
}

.accordion-body h2 {
  display: none;
}

.white-accordion .accordion-header button::before {
  content: "";
  position: absolute;
  background-image: url(/fileadmin/user_upload/BOUS-WEBSIT/bous_icon_plus_gold.svg);
  background-position: center;
  background-size: 30px 30px;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;

  transform: matrix(0, 1, -1, 0, 0, 0) !important;
  right: 13px;
  top: 25%;
  transform: translateY(-50%);
}

.sliderText.inner {
  position: absolute;
  top: 80%;
  z-index: 1;
  left: 5%;
  width: 80%;
}
.sliderText.homesliderText {
  position: absolute;
  top: 70%;
  z-index: 2;
  left: 5%;
  width: 80%;
}
.startText h2 {
  width: 58%;
  margin: auto;
}
.owl-carousel .item .ins-head img {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: relative;
  display: inline-block;
  margin-right: 10px;
}
.accordion-body p {
  color: var(--txt-color);
}
.white-accordion .active--collapse .accordion-header button::before {
  content: "";
  position: absolute;
  background-image: url(/fileadmin/user_upload/BOUS-WEBSIT/bous_icon_minus_gold.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 19px 19px;
  width: 19px;
  height: 19px;
  right: 0px;
  top: 5px;
  background-repeat: no-repeat;
  transform: matrix(0, -1, -1, 0, 0, 0) !important;

  transform: translateY(-50%);
}
.accordion-header button::before {
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  background-image: url(/fileadmin/user_upload/joka/icons/plus.svg);
  background-position: center;
  background-size: 19px 19px;
  width: 19px;
  height: 19px;
  right: 0px;
  top: 5px;
}

.active--collapse .accordion-header button::before {
  content: "";
  position: absolute;
  background-image: url(/fileadmin/user_upload/joka/icons/minus.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 19px 19px;
  width: 19px;
  height: 19px;
  right: 0px;

  /* transform: rotate(180deg); */
}

.ce-container .container .heading-content p a {
  color: var(--colorbackground);
}

.accordion-button::before,
.card button.btn.btn-link.collapsed:after,
.card button.btn.btn-link:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.specific_container .ce-container,
.specific_container .container {
  max-width: 100%;
}

.roundedImage img {
  border-radius: 50%;
}

.footer h4,
.footer h3,
.footer p {
  color: var(--whiteColor);
}

p.lead {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  color: var(--green);
  border: 3px solid var(--green);
  padding: 10px 20px;
  width: fit-content;
  margin-bottom: 2em;
}

.icons p {
  color: #706f6f;
  padding: 20px;
  text-align: center;
}
.icons .owl-carousel .owl-item a {
  position: relative;
  display: inline-block;
  width: 170px;
  margin: auto;
  height: 170px;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.icons .owl-carousel .owl-item img {
  display: block;
  /* transition: opacity 0.3s; */
  width: 170px;
  margin: auto;
  height: 170px;
}
.icons .owl-carousel .owl-item a::after {
  content: "";
  position: absolute;
  inset: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  pointer-events: none;
  /* transition: opacity 0.3s; */
}
.icons .owl-carousel .owl-item a:hover img.lazy {
  opacity: 0;
}
.icons .owl-carousel .owl-item a:hover::after {
  opacity: 1;
}
.icons
  .owl-carousel
  .owl-item
  a:has(
    img[src*="/fileadmin/user_upload/BOUS-WEBSIT/bous_icon_aesthetik.svg"]
  )::after {
  background-image: url("/fileadmin/user_upload/BOUS-WEBSIT/bous_icon_hover_aesthetik.svg");
}
.icons
  .owl-carousel
  .owl-item
  a:has(
    img[src*="/fileadmin/user_upload/BOUS-WEBSIT/bous_icon_prothetik.svg"]
  )::after {
  background-image: url("/fileadmin/user_upload/BOUS-WEBSIT/bous_icon_hover_prothetik.svg");
}
.icons
  .owl-carousel
  .owl-item
  a:has(
    img[src*="/fileadmin/user_upload/BOUS-WEBSIT/bous_icon_prophy.svg"]
  )::after {
  background-image: url("/fileadmin/user_upload/BOUS-WEBSIT/bous_icon_hover_prophy.svg");
}
.icons
  .owl-carousel
  .owl-item
  a:has(
    img[src*="/fileadmin/user_upload/BOUS-WEBSIT/bous_icon_implant.svg"]
  )::after {
  background-image: url("/fileadmin/user_upload/BOUS-WEBSIT/bous_icon_hover_implant.svg");
}
.icons
  .owl-carousel
  .owl-item
  a:has(
    img[src*="/fileadmin/user_upload/BOUS-WEBSIT/bous_icon_prophylaxe.svg"]
  )::after {
  background-image: url("/fileadmin/user_upload/BOUS-WEBSIT/bous_icon_hover_prophylaxe.svg");
}
.icons
  .owl-carousel
  .owl-item
  a:has(
    img[src*="/fileadmin/user_upload/BOUS-WEBSIT/bous_icon_digitales_roentgen.svg"]
  )::after {
  background-image: url("/fileadmin/user_upload/BOUS-WEBSIT/bous_icon_hover_digitales_roentgen.svg");
}
.icons
  .owl-carousel
  .owl-item
  a:has(
    img[src*="/fileadmin/user_upload/BOUS-WEBSIT/bous_icon_intraoralscanner.svg"]
  )::after {
  background-image: url("/fileadmin/user_upload/BOUS-WEBSIT/bous_icon_hover_kinderzahnheilkunde_intraoralscanner.svg");
}
.icons
  .owl-carousel
  .owl-item
  a:has(
    img[src*="/fileadmin/user_upload/BOUS-WEBSIT/bous_icon_prohpylaxe.svg"]
  )::after {
  background-image: url("/fileadmin/user_upload/BOUS-WEBSIT/bous_icon_hover_kinderzahnheilkunde_prohpylaxe.svg");
}
.icons
  .owl-carousel
  .owl-item
  a:has(
    img[src*="/fileadmin/user_upload/BOUS-WEBSIT/bous_icon_angstpatienten.svg"]
  )::after {
  background-image: url("/fileadmin/user_upload/BOUS-WEBSIT/bous_icon_hover_kinderzahnheilkunde_angstpatienten.svg");
}
.icons
  .owl-carousel
  .owl-item
  a:has(
    img[src*="/fileadmin/user_upload/BOUS-WEBSIT/bous_icon_kinderzahnheilkunde.svg"]
  )::after {
  background-image: url("/fileadmin/user_upload/BOUS-WEBSIT/bous_icon_hover_hover_kinderzahnheilkunde.svg");
}

.icons .owl-carousel .owl-item:hover {
  filter: saturate(0.8);
}

.icons_grid .owl-container .owl-stage-outer {
  height: 250px;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
  background: #ffff;
  color: #828688;
  text-decoration: none;
}

.accordion-header .fa.fa-angle-down:before {
  content: "";
  position: absolute;
  background-position: center;
  background-size: 19px 19px;
  background-repeat: no-repeat;
  width: 19px;
  height: 19px;
  right: 0;
  top: 50%;
  border-radius: 50%;
  transform: translateY(-50%);
}
.owl-theme .owl-nav [class*="owl-"]:hover {
  background: transparent;
}
.accordion-button.collapsed .fa.fa-angle-down:before {
  background-image: url(/fileadmin/user_upload/BOUS-WEBSIT/bous_icon_plus_gold.svg);
}
.accordion-button:not(.collapsed) .fa.fa-angle-down:before {
  background-image: url(/fileadmin/user_upload/BOUS-WEBSIT/bous_icon_minus_gold.svg);
}
.accordion-button:not(.collapsed):focus {
  color: var(--txt-color) !important;
}
.owl-carousel .owl-nav.disabled {
  display: flex !important;
}
.owl-dots {
  position: absolute;
  width: auto;
  display: block !important;
  right: 3.5%;
  bottom: -79px;
}
.home-reviews-sec .owl-theme .owl-dots .owl-dot.active span {
  background: #ffffff;
}
.home-reviews-sec .owl-theme .owl-dots .owl-dot span {
  width: 2px;
  height: 24px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}
.owl-nav {
  display: flex;
  position: absolute;
  /* top: 50%; */
  /* left: 0; */
  align-items: center;
  /* width: 100%; */
  /* transform: translateY(-50%); */
  margin: 0;
  justify-content: space-around;
  right: 0;
  bottom: -55px;

  .owl-next,
  .owl-prev {
    position: absolute;
    img {
      width: 11px;
      height: 24px;
    }
  }

  /* .owl-next {
    right: -100px;
    top: -65px;
    left: unset;
  } */
  .owl-prev {
    left: -100px;
    /* top: -65px;
    right: unset; */
  }
}

/* 
.kontakt h3 {
  color: var(--pink);
  margin-bottom: 30px;
} */
.powermail_form h3 {
  display: none;
}
.logo-respons {
  display: none;
}
/* ahmed */
powermail_fieldwrap_type_date input,
input[type="email"],
input[type="text"],
select,
textarea {
  width: 100%;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  padding: 10px;
  resize: vertical;
  margin: 8px 0;
  outline: 0;
  border-radius: 4px;
  font-size: 18px;
}

.powermail_fieldwrap_type_date input:focus,
input[type="email"]:focus,
input[type="text"]:focus,
select:focus,
textarea:focus {
  /* background: #fafafa;
  border: 1px solid var(--colorbackground); */
}

.powermail_fieldwrap_type_submit input {
  text-align: center;
  background-color: var(--white);
  padding: 10px;
  color: var(--txt-color);
  font-size: 20px;
  line-height: 30px;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  margin-bottom: 7px;
  opacity: 1;
  font-weight: 400;
  border: 3px solid var(--green);
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  margin-top: 2em;
  outline: 0;
  width: 201px;
  height: auto;
  border-radius: 0;
  outline: none;
}

.powermail_fieldwrap_type_submit input:active,
.powermail_fieldwrap_type_submit input:focus,
.powermail_fieldwrap_type_submit input:hover {
  opacity: 1;
  background-color: var(--green) !important;
  color: var(--white) !important;
  border: 3px solid var(--green) !important;
  outline: none;
  box-shadow: none !important;
}
.form-control:focus {
  border-color: var(--green) !important;
  box-shadow: none !important;
}

.powermail-errors-list {
  color: #721c24;
  background-color: var(--colorbackground);
  border-color: var(--colorbackground);
  padding: 8px 10px;
  list-style: none;
  border-radius: 4px;
}

.powermail-errors-list li {
  color: var(--colorbackground);
  font-size: 16px;
  margin-bottom: 0 !important;
}

legend.powermail_legend {
  display: none;
}

.tx-powermail .container-fluid {
  padding: 0;
}
/* label.control-label.col-sm-2,
.powermail_fieldwrap .col-sm-10 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
} */

fieldset.powermail_fieldset .row .col-md-6 {
  padding: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
/* .top_space {
  padding-top: 10em;
} */

#c15865.space {
  padding-top: 300px;
}

/* construction page */
.photoFullWidth .ce-container {
  width: 100%;
}
.photoFullWidth img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.roundedImages img {
  border-radius: 20px;
}
.pdf-item .lead2 img {
  width: 16px;
  height: 20px;
}
.columns-sec img {
  border-radius: 20px;
}
.columns-sec h3,
.roundedImages h3 {
  color: var(--blue);
  margin-bottom: 92px;
  text-transform: uppercase;
}
.columns-sec figure {
  margin-bottom: 85px;
}
.columns-sec h4 {
  color: var(--darkGrey);
  margin-bottom: 25px;
}
.Terminanfrage h4 {
  margin-bottom: 64px;
  color: var(--darkGrey);
}
.Terminanfrage .row {
  margin-bottom: 80px;
}
.grayBg {
  background-color: var(--lightGrey);
}
.marginB {
  margin-bottom: 5em;
}
.marginT {
  margin-top: 5em;
}
.pinkBg {
  background-color: var(--pink);
}
.pinkBg p {
  color: var(--white) !important;
}
.borderRadB {
  border-radius: 0 0 0 185px;
}
.borderRadT {
  border-radius: 0 185px 0 0;
}
.roundedImages figure {
  margin-bottom: 61px;
}

a.mainBtn {
  border-radius: 20px;
  align-items: center;
  color: var(--whiteColor);
  transition: all 0.3s ease-in-out;
  position: relative;
  padding: 5px 12px;
  pointer-events: auto;
  font-size: 18px;
  line-height: 30px;
  background-color: var(--btn-orange);
  width: auto;
  border: unset;
}
.shortCuts_home .termine:hover,
a.mainBtn:hover {
  padding: 8px 15px;
}

.Acc {
  margin-top: 2em;
  background-color: var(--colorbackgroundSec);
}
.Acc h2 {
  margin-bottom: 1em;
}
.normalAnchor {
  color: var(--darkGrey) !important;
  text-decoration: underline !important;
  font-weight: bold;
}
.ce-container {
  width: 85%;
  margin: auto;
  padding: 0;
}
/* .nav_btns.sticky {
  position: fixed;
  top: 102px;
  background: #fff;
  left: 0;
  width: 100%;
  z-index: 90;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  padding: 2rem 0 1rem;
} */

.FixNav.home.sticky
  .row.align-items-center
  .top_logo
  a.fade-in-image
  .desc_image {
  display: block;
  /* position: absolute; */
  opacity: 1;
  /* left: 193%; */
  /* top: -17px; */
}

.section.section-default.header-section .ce-container {
  background: white;
  border-radius: 20px;
  margin: 0;
  width: 100%;
  overflow: hidden;
  padding: 32px;
}

.section.section-default.header-section .ce-container h2 {
  word-break: break-all;
}

.start-img .start-img-txt {
  width: 60%;
}

.MobPadding.inner-p.top_space
  .frame.frame-default.frame-type-ce_container.frame-layout-0
  .section.section-default.Füllungstherapie_sec.teaser_sec.innerBackground.karriere_accordion_section
  .ce-container
  .frame.frame-default.frame-type-ce_columns2.frame-layout-0
  .row.reverse
  .ce-col.col-md-6
  .frame.frame-default.frame-type-text.frame-layout-0
  h2 {
  height: 100px;
  margin: 0;
}

.MobPadding.inner-p
  .karriere_heading
  .ce-container
  .section.section-default.start-img-txt {
  transform: translateY(0px);
}

.MobPadding.inner-p .section.section-default.start-img-txt.team-header {
  transform: translateY(0px);
}

/* .MobPadding.inner-p.top_space
  .frame.frame-default.frame-type-ce_container.frame-layout-0
  .section.section-default.Füllungstherapie_sec.teaser_sec.innerBackground.karriere_accordion_section
  .ce-container
  .frame.frame-default.frame-type-ce_columns2.frame-layout-0
  .row.reverse
  .ce-col.col-md-6:nth-child(2) {
  padding-top: 100px;
} */

.MobPadding.inner-p.top_space
  .frame.frame-default.frame-type-ce_container.frame-layout-0
  .section.section-default.pageSpace.kontakt_sec
  .ce-container
  .frame.frame-default.frame-type-powermail_pi1.frame-layout-0
  .tx-powermail
  .container-fluid
  .powermail_form.powermail_form_45.form-horizontal
  .powermail_fieldset.powermail_fieldset_56
  .row
  .form-group.col-md-6
  input[type="file"]::file-selector-button {
  background-color: #fff;
  color: #d0d0d0;
  border-radius: 44px;
  width: 180px;
  height: 32px;
  text-align: center;
  vertical-align: middle;
  border: none;
  outline: none;
  margin-bottom: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
}

.MobPadding.inner-p.top_space
  .frame.frame-default.frame-type-ce_container.frame-layout-0
  .section.section-default.pageSpace.text.MorPadding.karriere-layout {
  padding: 3em 0 30px 0;
}

.section.section-default.pageSpace.grid_sec.MorPadding.innerBackground.teamMemebers
  .ce-container
  .row {
  flex-wrap: wrap !important;
  gap: 50px 1% !important;
  background: transparent;
  justify-content: space-evenly;
}

.section.section-default.pageSpace.grid_sec.MorPadding.innerBackground.teamMemebers
  .ce-container
  .row
  .ce-col.col-md-4 {
  flex-basis: 400px;
  flex-grow: 1;
  max-width: 500px !important;
  width: 24%;
  margin-top: 6em;
}

.section.section-default.pageSpace.grid_sec.MorPadding.innerBackground.teamMemebers::after {
  transform: scale(0);
}

.slider_grid .owl-carousel.owl-drag .owl-item .item {
  background-color: var(--white);
  padding: 20px;
  border-radius: 20px;
}
.images .ce-container {
  width: 100%;
}
.images .ce-container .row .ce-col.col-md {
  padding-left: 0;
  padding-right: 0;
}
.imagesText .ce-container .row .ce-col.col-md-4 {
  padding-left: 0;
  padding-right: 0;
}
.imagesText {
  display: none;
}
.images {
  display: block;
}
.cardsText {
  display: block;
}
.pageSpace.imagesText {
  padding-bottom: 6em;
  position: relative;
}
.pageSpace.cardsText {
  padding-bottom: 6em;
  position: relative;
}

.cardsText .row {
  justify-content: space-around;
  margin-top: -130px;
}
.cardsText .row p:has(.mainBtn) {
  position: absolute;
  bottom: 15px;
  left: 0px;
}
.cardsText .row .ce-col.col-md-3 {
  background-color: var(--colorbackground);
  padding: 20px;
}
.imagesText .ce-container .row .ce-col.col-md-4 .ce-bodytext p,
.imagesText .ce-container .row .ce-col.col-md-4 .ce-bodytext h2 {
  color: white;
}
.cardsText .row .ce-col.col-md-3 p,
.cardsText .row .ce-col.col-md-3 h2 {
  color: white;
}

.textIcons p:not(:last-of-type) {
  display: flex;
  align-items: center;
  gap: 10px;
}
.sliderText.homesliderText h1 {
  text-align: left;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  background: unset !important;
}
/* ----------------------------------------------------- */
fieldset .row .powermail_file {
  position: relative;
  display: inline-block;
  /* padding: 0.5em 1em; */
  border: none !important;
  border-bottom: 3px solid var(--green) !important;
  color: transparent;
  cursor: pointer;
  text-align: center;
  /* border-radius: 18px !important; */
  background-color: transparent;
}
/* *-----------------------------------------------* */
.powermail_fieldwrap_type_file .col-sm-10::after {
  position: absolute;
  left: 33%;
  top: 30%;
  padding: 8px;
  transform: translate(-50%, -50%);
  display: block;
  cursor: pointer;
  pointer-events: none;
  color: #f5f1e9;
  font-size: 18px;
  line-height: 23px;
  width: 60%;
  text-align: center;
  border-radius: 21px;
  background-color: var(--green);
}
fieldset .row .powermail_file:valid::after {
  content: attr(data-label);
}
.powermail_fieldwrap_marker_05 .col-sm-10::after {
  content: "Bewerbungsschreiben" !important;
}
.powermail_fieldwrap_marker_06 .col-sm-10::after {
  content: "Lebenslauf" !important;
}
.powermail_fieldwrap_marker_07 .col-sm-10::after {
  content: "Zeugnisse" !important;
}
fieldset .row .powermail_file::-webkit-file-upload-button {
  visibility: hidden;
}

fieldset .row .powermail_file::file-selector-button {
  visibility: hidden;
}

.cardsImagesText figure,
.startImages:not(.imageText) .row .col-md-6 figure,
.inner_page .ce-container figure {
  position: relative;
}
.cardsImagesText figure::before,
.startImages:not(.imageText) .row .col-md-6 figure::before,
.inner_page .ce-container figure::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 100%;
  background: linear-gradient(to right, #b3974d, #d7c77c, #b3974d);
}
/* .col-sm-10:has(.powermail_select) {
  position: relative;
} */

/* .col-sm-10:has(.powermail_select)::after {
  content: "\f107";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-image: url('/fileadmin/user_upload/joka/arrow_gray_down.svg');
  background-repeat: no-repeat;
  background-position: right 10px center;
  right: 35px;
  width: 14px;
  height: 12px;
  padding-left: 10px;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  pointer-events: none;
} */

.powermail_select {
  background-color: transparent !important;
  border-radius: 0 !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;

  background-image: url("/fileadmin/user_upload/joka/arrow_gray_down.svg");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 14px;
}

.powermail_select select:focus,
.powermail_select select:active,
.powermail_select select[size],
.powermail_select select[multiple] {
  background-image: url("/fileadmin/user_upload/joka/arrow_blue_up.svg") !important;
  background-repeat: no-repeat !important;
  background-position: left 10px center !important;
  background-size: 14px !important;
}

.powermail_select::-ms-expand {
  display: none;
}
.teaser_sec .row .txt > div:first-of-type {
  display: none;
}
.cardsImagesText.praxis .row .ce-col {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.cardsImagesText.home .row .ce-col {
  background-color: #f9f7f1;
  border-radius: 15px 15px 15px 15px;
  padding: 0;
  flex: 0 0 32%;
  max-width: 32%;
}
.cardsImagesText.home .row {
  justify-content: space-between;
}
.popup h1 {
  font-size: 80px;
  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-device-width: 768px) and (max-device-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);
}

/* new fixes */

.info-Sec {
  background-color: #5d82b6;
  padding: 5em 0;
}

.info-Sec figure {
  border-radius: 50%;
  width: 104px;
  height: 104px;
}

.info-Sec .ce-container {
  justify-content: center !important;
}

.info-Sec p {
  color: var(--white) !important;
}

.info-Sec .col-md-3 {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.info-Sec .col-md-3 .ce-textpic {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
}

.insta-sec {
  background-color: var(--whiteColor);
}
.frontPage .imageText {
  background-color: var(--whiteColor);
  padding: 4em 0;
}

.team-pic h4,
.team-first-sec h4 {
  color: var(--medium-grey);
}

.listing-item figure {
  width: 100%;
  height: 674px;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.2);
  background: white;
}

.whiteColorBG {
  background-color: var(--whiteColor);
}
.Kontakt-sec.h1-no-m h4 {
  color: var(--medium-grey);
}

.Kontakt-sec.h1-no-m .powermail_textarea.form-control {
  background-color: rgb(193, 199, 200, 0.19);
}

.team-form.Kontakt-sec.h1-no-m .powermail_textarea.form-control {
  background-color: var(--white);
}

.nav_btns_desk a.mainBtn {
  color: #5d82b6;
  font-size: 16px;
  background-color: transparent;
  text-decoration: none;
  border: 1px solid #5d82b6;
  border-radius: 18px;
  line-height: 30px;
  display: block;
  padding: 4px 12px;
  width: 100%;
  text-align: center;
}

/* edit home grid */
.sticky-nav-btns {
  display: flex;
  justify-content: space-between;

  flex-wrap: wrap;
  align-items: flex-start;
  gap: 12px;
  /* padding: 2em 1em; */
}
.sticky-nav-btns .col {
  display: flex;
  flex: 0 0 calc(25% - 12px) !important;
  max-width: calc(25% - 12px) !important;
  justify-content: center;
  transition: transform 0.3s ease, filter 0.3s ease;
  text-decoration: none;
  align-items: flex-center;
}
.sticky-nav-btns .col a {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  text-decoration: none;
  color: #5d82b6;
  transition: transform 0.3s ease, color 0.3s ease;
  width: 100%;
  padding: 10px;
  font-size: 18px;
  line-height: 23px;
  font-weight: 400;
  position: relative;
  gap: 15px;
  min-height: 230px;
}
.sticky-nav-btns .col a:hover img {
  transform: scale(1.08);
}

.sticky-nav-btns .col a:hover {
  letter-spacing: 1.8px;
  color: #4a6fae;
  transform: translateY(-2px);
}

/* .sticky-nav-btns .col a img {
  width: 174px;
  height: 122px;
  object-fit: contain;
  display: block;
  margin: 0 auto;
} */
.sticky-nav-btns .col a img {
  display: block;
  width: 174px;
  height: 122px;
  object-fit: contain;
  display: block;
  margin: 0 auto;
  transition: transform 0.3s ease;
  will-change: transform;
}

.sticky-nav-btns .col a:hover {
  transform: scale(1.05);
  letter-spacing: 1.8px;
}

/* ------------- animation Btns */
.animation-btn {
  position: relative;
  overflow: hidden;
  padding: 0;
}

.animation-btn h2 {
  padding: 1em 0;
}
.animation-btn .ce-container {
  padding: 3em 0;
}
.animation-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("/fileadmin/user_upload/joka/joka_1920x1080_AdobeStock_218672337_Preview.jpg")
    center/cover no-repeat;
  filter: blur(6px) brightness(1.24);
  opacity: 0.81;
  z-index: -2;
}

.animation-btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 1);
  filter: blur(6px) brightness(1.24);
  opacity: 0.81;
  z-index: -1;
}

/* slider fixes */
.slider-sec .ce-container {
  max-width: 100% !important;
  width: 100%;
  margin: auto;
}

.slider-sec .slider-col {
  text-align: center;
  max-width: 50%;
  /* margin: auto; */
  padding: 6em 0;
}

/* .slider-sec .owl-dots{
  display: none;
} */

.slider-sec .slider-col .tx-slider {
  max-width: 50%;
  margin: auto;
}

.slider-sec .img-col figure {
  width: 100%;
  height: 907px;
  margin: 0;
}
.slider-sec .slider-col h2::after {
  content: "";
  display: block;
  width: 22%;
  height: 26px;
  margin: 25px auto;
  background-image: url("/fileadmin/user_upload/joka/joka_icon_5stars.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  padding: 1em 0;
}

.slider-sec {
  padding: 0;
}

/* fix team form */
.tx-powermail .powermail_fieldset .powermail_field_error,
.tx-powermail .powermail_fieldset div.error {
  background-color: #A94442;
}

.inner-start-img .ce-container {
  width: 100%;
}
.inner-start-img .ce-container figure {
  width: 100%;
  /* margin-left: 50%;
  transform: translateX(-50%); */
  max-width: none;
}

.info-Sec .col-md-3:hover figure:has(img[title="no-hover"]) {
  display: none;
}
img[title="no-hover"] {
  pointer-events: none;
}
img[title="hover"] {
  pointer-events: none;
}
figure:has(img[title="hover"]) {
  display: none;
}
.info-Sec .col-md-3:hover figure:has(img[title="hover"]) {
  display: block !important;
}
.kontact_link {
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 992px) {
  .kontact_link {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

.listing-item ul {
  list-style: none;
  padding-left: 0;
}

.listing-item li {
  position: relative;
  padding-left: 35px;
}

.listing-item.Verstärken li::before {
  content: "";
  position: absolute;
  left: 2%;
  top: 20%;
  width: 28px;
  height: 20px;
  transform: translate(-50%, -50%);

  background-image: url(/fileadmin/user_upload/joka/Gruppe_2590.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.leistungen-start-screen {
  padding-top: 1em;
}

.team-pic .row figure {
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.2);
  background: white;
  width: 100%;
  height: 348px;
}

.team-pic .ce-bodytext {
  margin-top: 1em;
}
.Verstärken {
  background-color: #fafafa;
}
.Verstärken .Was {
  padding-top: 2em;
}
.Verstärken .Was h3 {
  margin-bottom: 2rem;
}
.Kontakt-sec.h1-no-m.team-form form {
  padding-top: 3em;
}

.rounded-img figure img {
  border-radius: 40px;
}
.h3-left-pading h3 {
  padding: 1em 1em;
}

.nav_btns_desk .col-md-3 a {
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  border: 4px solid var(--green);
  padding: 10px 20px;
  width: 100%;
  color: var(--green);
}
.nav_btns_desk .col-md-3 a:hover {
  background-color: var(--green);
  color: var(--whiteColor);
}

.orange-sec {
  position: relative;
}
.orange-sec::before {
  content: "";
  width: 3px;
  height: 100%;
  display: block;
  background: var(--txt-orange);
  position: absolute;
  left: 7.5%;
  top: 0;
  z-index: 1;
}
.orange-sec h3 {
  color: var(--txt-orange);
}
.orange-sec p.lead {
  border: 3px solid var(--txt-orange);
  color: var(--txt-orange);
}
.listing-big-img figure {
  padding: 1em 2em 0;
}

/* --------------- popUp ----------------------- */

.position-relative {
  position: relative;
}
.popup-overlay {
  display: none;
  position: fixed;
  inset: 0;

  z-index: 98;
  cursor: pointer;
}

.popup-overlay.active {
  display: block;
}
.info-Sec figure.table {
  width: 100%;
  height: auto !important;
}

.opening-box {
  display: none;
  position: absolute;
  top: 180%;
  left: 25%;
  transform: translate(-50%, -50%);
  background: var(--whiteColor);
  border-radius: 38px;
  z-index: 100;
  width: 128%;
  font-family: "anona", sans-serif;
  overflow: hidden;
  box-shadow: 10px 10px 10px #00000014 !important;
}
.opening-box.active {
  display: block;
}
.opening-box.active .ce-container {
  width: 90%;
  margin: auto;
  text-align: justify;
  padding: 25px 0;
}
.opening-box::before {
  content: "";
  position: fixed;
  inset: 0;
  background: var(--whiteColor);
  z-index: -1;
}

.remove-btn {
  position: absolute;
  top: 7px;
  right: 45px;
  background: none;
  border: none;
  cursor: pointer;
  width: 22px;
  height: 22px;
  display: flex;
  z-index: 10;
  transition: color 0.2s;
}

/* remove the mark of the popUp */
.remove-btn,
.remove-btn * {
  outline: none !important;
  -webkit-tap-highlight-color: transparent !important;
  box-shadow: none !important;
}

.remove-btn:active,
.remove-btn:focus,
.remove-btn:focus-visible {
  outline: none !important;
  box-shadow: none !important;
  background: transparent !important;
}

.opening-h table,
.opening-h tr,
.opening-h td {
  padding: 0px 10px;
  color: var(--darkGrey);
}

/*--------------- map popUp ------------------*/
.map-popup .ce-container {
  width: 100%;
  margin: auto;
  padding-top: 20px;
}

.map-popup .ce-container .frame-type-text {
  width: 80%;
  margin: auto;
  text-align: justify;
}
.map-popup iframe {
  width: 100%;
  height: 235px;
}
.map-popup {
  display: none;
  position: absolute;
  top: 225%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: var(--whiteColor);
  border-radius: 38px;
  z-index: 100;
  width: 40vw;
  max-width: 750px;
  font-family: "anona", sans-serif;
  overflow: hidden;
  box-shadow: 10px 10px 10px #00000014 !important;
}

.map-popup.active {
  display: block;
}
.map-popup p {
  color: var(--darkGrey) !important;
}

.remove-btn-map {
  position: absolute;
  top: 7px;
  right: 45px;
  background: none;
  border: none;
  cursor: pointer;
  width: 22px;
  height: 22px;
  display: flex;
  z-index: 10;
  transition: color 0.2s;
}

/* remove the mark of the popUp */
.remove-btn-map,
.remove-btn-map * {
  outline: none !important;
  -webkit-tap-highlight-color: transparent !important;
  box-shadow: none !important;
}

.remove-btn-map:active,
.remove-btn-map:focus,
.remove-btn-map:focus-visible {
  outline: none !important;
  box-shadow: none !important;
  background: transparent !important;
}

/* ------------------------------------------------------------------------------- */
#volume-switcher:checked + #switcher-container:after {
  content: "";
  background: url(/fileadmin/user_upload/nsrh/sound-on.png) center center / 100%;
}
#switcher-container:after {
  content: "";
  border: 0 solid #000;
  background: url("/fileadmin/user_upload/besc/sound-off.png") center
    center/100%;
  bottom: 31px;
  right: 31px;
  position: absolute;
  width: 27px;
  height: 27px;
}
#switcher-container:after {
  content: "";
  border: 0 solid #000;
  background: url(/fileadmin/user_upload/nsrh/sound-off.png) center center /
    100%;
  bottom: 21px;
  right: 24px;
  position: absolute;
  width: 27px;
  height: 27px;
}
#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;
}
#switcher-container::before {
  content: "";
  background-image: linear-gradient(to right, #232a50, #232a50);
  background-size: 400% 400%;
  animation: 15s infinite text-color-gradient;
  width: 50px;
  height: 50px;
  display: block;
  bottom: 20px;
  right: 20px;
  position: absolute;
  border-radius: 50%;
}
#switcher-container:hover {
  -webkit-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
#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, #5d82b6, #5d82b6);
}
#volume-switcher {
  display: none;
}
.blueSec {
  width: 300px;
}
.blueSec .ce-container {
  width: 86%;
}
.blue iframe {
  position: absolute;
}
.blue:hover iframe {
  left: 0;
}
.shortCuts_home .blue:hover {
  border-radius: 40px 0 0 0;
}

.imageText figure {
  position: relative;
  overflow: hidden;
}

.imageText figure img {
  transition: transform 0.6s ease, filter 0.4s ease;
  transform-origin: center center;
  display: block;
  width: 100%;
  height: 100%;
}

.imageText figure:hover img {
  transform: scale(1.08);
  filter: brightness(1.05) contrast(1.05);
}

.sec-fw .ce-container {
  width: 100%;
}

.second-sec {
  position: relative;

  .scroll-effect {
    position: relative;
    width: 100%;
  }
}

/* fix form */

.powermail_fieldwrap_type_select .col-sm-10::after {
  content: "";
  background-image: url(/fileadmin/user_upload/joka/icons/angle_down.svg);
  width: 15px;
  height: 16px;
  background-size: 15px 15px;
  background-repeat: no-repeat;
  position: absolute;
  right: 25px;
  bottom: 25px;
  pointer-events: none;
}

.powermail_fieldwrap_type_file .col-sm-10:hover::after {
  background-color: #8e9d62;
}
.Sitemap.pageSpace {
  padding: 6em 12em;
}



