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

:root {
  --white: #fff;
  --whiteColor: #fff;
  --grey: #4e565a;
  --medium-grey: #d9d9d9;
  --darkGrey: #5e5861;
  --pink: #e50076;
  --lightGrey: #f9f7f1;
  --shortCutcolor: #82a6ad;

  --colorbackgroundSec: #f9f7f1;
  --colorbackground: #427f88;
  --colorHead: #c5a777;
  --colorAcc: #c5a777;
}

* {
  scrollbar-width: thin;
  scrollbar-color: var(--colorbackground);
}

::-webkit-scrollbar {
  width: 7px;
  background: #fff;
}

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

html {
  max-width: 100vw;
  overflow-x: hidden;
}
a {
  color: var(--colorbackground);
}
a:hover {
  color: var(--colorbackground);
}
.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.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
}

p,
li {
  line-height: 28px;
  font-size: 20px;
  letter-spacing: 0;
  color: var(--darkGrey);
}
.inner-pink-sec h4,
.inner-pink-sec li {
  color: #fff;
}
b,
strong {
  font-weight: 500;
}

html {
  position: relative;
  min-height: 100%;
}
.innerBackground {
  background-color: #f0f0f0;
}
body {
  font-family: "ivyepic", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 20px;
  line-height: 26px;
  background-color: white;
  overflow-x: hidden;
}

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

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

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

.loader {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999999999;
  /* background: url(/fileadmin/user_upload/zol_icon_minus/zol_icon_minus_logo_small.svg)
    50% 50% no-repeat var(--white); */
  background-size: 180px;
}
.shortCuts_home {
  position: fixed;
  right: 0;
  top: 20%;
  z-index: 999999;
  display: flex;
  flex-direction: column;
  /* height: 100vh; */
  gap: 30px;
  pointer-events: none;
}

.shortCuts_home > div {
  border-radius: 5px 0 0 5px;
}

.shortCuts_home a.mainBtn {
  width: 100%;
}
.sprechzeiten-data {
  width: 100%;
  padding: 0 10px;
}
.sprechzeiten-data .table td {
  padding-right: 30px;
}
.sprechzeiten-data figure {
  margin: 0 0 -1rem;
}
.sprechzeiten-data .table {
  margin-bottom: 0;
}
.shortCuts_home {
  .orange,
  .red,
  .pink {
    display: flex;
    flex-direction: row;
    gap: 15px;
    align-items: center;
    color: var(--whiteColor);
    /* border-radius: 45px 0px 0px 45px; */
    /* height: 33.33%; */
    /* width: 310px; */
    transition: all 0.8s ease-in-out;
    position: relative;

    right: calc(-100% + 55px);
    padding: 20px 12px;
    pointer-events: auto;

    > p {
      writing-mode: vertical-rl;
      transform: rotate(180deg);
      transform-origin: center;
      margin: 0;
      font-size: 18px;
      line-height: 26px;
      letter-spacing: 1.8px;
      margin-left: 8px;
    }
  }
  .orange {
    background-color: var(--shortCutcolor);
  }
  .red {
    background-color: var(--shortCutcolor);

    .links {
      display: flex;
      flex-direction: column;
      gap: 15px;
      align-items: center;
      width: 100%;
    }
  }
  .pink {
    background-color: var(--shortCutcolor);
  }
  p,
  a {
    color: var(--whiteColor);
    margin: 0;
  }
  a.tel img {
    height: 24px;
  }
  .orange:hover,
  .red:hover,
  .pink:hover {
    right: 0;
    pointer-events: auto;
  }
  .orange:focus,
  .red:focus,
  .pink:focus {
    right: 0;
    pointer-events: auto;
  }
}
.fiixIcon .row {
  display: flex;
  justify-content: space-around;
  margin-top: 2em;
}
.shortCuts_home:hover {
  cursor: pointer;
}
.shortCuts_home .red p {
  text-transform: uppercase;
}
.shortCuts_home .red {
  display: none;
}
.innerText {
  background-color: var(--colorbackgroundSec);
}

.shortCuts_home a {
  border: 1px solid #ffffff;
  border-radius: 18px;
  padding: 6px;
  color: #ffff;
  text-decoration: none;
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
}
.shortCuts_home a:hover {
}
.links a img {
  width: 17px;
  height: 19px;
  margin-right: 10px;
}

.links a {
  display: inline-block;
}

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

.main-hero {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.main-hero::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgb(255 255 255 / 21%);
  opacity: 1;
  backdrop-filter: blur(3px);
  z-index: 1;
}
/* .BGsection .ce-container{
  width: 100%;
}
.BGsection{
  position: relative;
}
.BGSectionContent{
  position: absolute;
  top: 0;
}
.BGSectionContent figure{
  height: 754px;
  margin-top: -5rem;
  text-align: left;
}
.BGSectionContent img{
  height: 100%;
  object-fit: contain;
}
.BGSectionContent .mainBtn {
width: 75%;
}
.BGSectionContent h3,.BGSectionContent h4 ,.BGSectionContent p{
  color: #fff;
}
.BGSectionContent .col-md-5 .ce-column{
  display: flex;
  justify-content: center;
}
.BGSectionContent .col-md-7{
  padding: 10rem 16rem 10rem 0;
} */
.main-hero .back-ground {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.main-hero .back-ground img,
.main-hero .back-ground video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.text {
  background-color: var(--white);
}
.text p {
  color: var(--darkGrey);
}
.slideDesk {
  background-image: url(/fileadmin/user_upload/BOUS-WEBSIT/bous_c_1920x860_AdobeStock_218930740_Preview.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  color: white;
}

.slideDesk.pageSpace {
  padding: 8em 0;
}

.slideDesk .slidContainer {
  width: 80%;
  overflow: hidden;
  margin: auto;
  text-align: center;
  padding: 2em;
  background: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(60px);
  backdrop-filter: blur(60px);

  border-radius: 10px;

  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  position: relative;
}

/* .slideDesk .slidContainer p:nth-of-type(1) {
  color: #706f6f;
  font-size: 40px;
  line-height: 56px;
} */
.slideDesk .slidContainer p:nth-of-type(2) {
  color: #706f6f;
  padding: 0 3em;
}
/* .slideDesk .slidContainer p:nth-of-type(1)::after {
  content: "";
  position: absolute;
  top: 23%;
  left: 50%;
  right: 0;
  transform: translate(-50%, 0);
  background-image: url(/fileadmin/user_upload/BOUS-WEBSIT/bous_icon_5stars.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 189px;
  height: 26px;
} */
.slidContainer .ce-container > div > p {
  color: #706f6f;
  font-size: 40px;
  line-height: 56px;
  margin-bottom: 65px;
  position: relative;
}
.slidContainer .ce-container > div > p::after {
  content: "";
  position: absolute;
  left: 50%;
  right: 0;
  bottom: -32.5px;
  transform: translate(-50%, 0%);
  background-image: url(/fileadmin/user_upload/BOUS-WEBSIT/bous_icon_5stars.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 189px;
  height: 26px;
}
.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(--colorbackground);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5em !important;
}

.imageText .row .rightText .mainBtn {
  color: #427f88;
  width: 100%;
  border-radius: 0;
  border: none;
}

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

.imageText .row .rightText p {
  color: white;
}
.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: 24%;
}
.form-control {
  border-radius: unset !important;
  background: transparent;
  height: 52px;
  margin: 12px 0;
  border-radius: unset;
  border: unset;
  border-bottom: 1px solid #ece3d1;
  padding: 0.375rem 0.75rem 0.375rem 0;
}

label {
  color: var(--darkGrey);
}

.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: 40px;
  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: 15px;
}
.navbar-toggler .icon-bar,
.navbar-toggler .open .icon-bar {
  background: var(--colorAcc);
}
.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(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(50deg);
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: -10px 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(-45deg);
  -ms-transform: translate(-3px, 4px) rotate(-45deg);
  transform: translate(-2px, 0px) rotate(-50deg);
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 5px 5px;
}
/* .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;
}

.links.mobile {
  display: none;
}
header.FixNav {
  padding: 0 25px;
  /* background-color: white; */
  -webkit-transition: 0.6s;
  transition: 0.6s;
  z-index: 100;
  position: relative;
}
header.FixNav.inner {
  width: 100%;
  padding: 30px;
}

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;
  top: 0px;
  background-color: white;
  left: unset;
  width: 100%;
  z-index: 101;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  /* margin: 46px 0 0 0; */
}
header.FixNav.home .desc_image {
  opacity: 0;
}

header.FixNav.home.sticky {
  height: 130px;
  padding: 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;
}
.innerFirstSec .ce-container {
  width: 100%;
}
.homeSlider {
  position: relative;
}
.homeSlider::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
  pointer-events: none;
  z-index: 1;
}
.homeSlider .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;
}
.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(--colorAcc);
  text-decoration: underline;
}
.navbar-nav li a {
  color: var(--colorAcc);
  font-size: 22px;
  line-height: 25px;
  padding: 15px;
  text-decoration: none;
  position: relative;
  text-transform: uppercase;
  display: inline-block;
}
.navbar-nav li a.active_nav {
  color: #a58550;
}
.scrolla p {
  margin: 0;
}
.navbar-nav li a.active_nav::after {
  content: "";
  position: absolute;
  top: -18px;
  left: 50%;
  right: 0;
  transform: translate(-50%, 0);
  /* background-image: url(/fileadmin/user_upload/zol_icon_minus/Rectangle_7.svg); */
  background-repeat: no-repeat;
  background-size: cover;
  width: 70px;
  height: 16px;
}

.navbar-nav li a:focus,
.navbar-nav li a:active {
  outline-offset: none !important;
  color: var(--colorAcc);
  border: none;
  outline: none;
}
.navbar-nav li a:hover {
  color: #a58550;
}
.navbar-nav li .active {
  color: var(--colorAcc);
}
.dropdown-toggle::after {
  display: none;
}
.top_logo {
  position: relative;
  padding: 10px;
}

a {
  text-decoration: none;
}
.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;
}
.second_section a {
  letter-spacing: 0.3px;
  color: var(--colorbackground);
  font-size: 20px;
  text-decoration: none;
  letter-spacing: 0;
}
.nav_btns_desk {
  background-color: var(--colorbackgroundSec);
  padding: 5px 0;
}
.nav_btns_desk .col a:focus,
.nav_btns_desk .col a:hover {
  color: white;
  border: none;
  background-color: #a58550;
}
.nav_btns_desk .row-cols-1.row-cols-md-2.row-cols-lg-3 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 2rem;
}

.nav_btns_desk .sticky-nav-btns .col {
  padding-right: 5px;
  padding-left: 5px;
  width: 20%;
}

.nav_btns_desk .sticky-nav-btns .col p img {
  left: 10px;
}

.nav_btns_desk .sticky-nav-btns .col p a {
  padding-left: 55px;
  white-space: nowrap;
  word-wrap: break-word;
}

.nav_btns_desk .col {
  flex-basis: unset;
  width: 25%;
  /* margin-bottom: 10px; */
}
.nav_btns_desk .ce-container {
  width: 100% !important;
}
.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;
}
.FixNav .row .col-md-9 {
  flex: 0 0 100%;
  max-width: 100%;
}
.navbar-nav li:nth-of-type(3) {
  margin-right: 3em;
}
.navbar-nav li:nth-of-type(4) {
  margin-left: 10em;
}
.navScroll.active--collapse .navbar-nav li:nth-of-type(3) {
  margin-right: 0;
}
.navScroll.active--collapse .navbar-nav li:nth-of-type(4) {
  margin-left: 0;
}
.grid_sec p {
  position: relative;
  z-index: 10;
}
.nav_btns_desk .col a {
  padding: 10px;
  text-align: center;
  display: inline-block;
  width: 100%;
  cursor: pointer;
  text-transform: uppercase;
  background-color: transparent;
  color: var(--white);
  border: 1px solid #c5a777;
  text-decoration: none;
  border-radius: 26px;
  letter-spacing: 0;
  font-size: 16px;
  background-color: #c5a777;
  color: white;
  position: relative;
}
.nav_btns_desk .col p:has(img) {
  position: relative;
}
.nav_btns_desk .col img {
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  width: 40px !important;
  object-fit: cover;
  height: 40px !important;
  border-radius: 50%;
}
.leistungen-start-screen .ce-container {
  width: 100%;
}
.nav_btns_desk.sticky {
  position: fixed;
  z-index: 99;
  top: 122px;
  left: 0;
  width: 100%;
  padding: 10px 1em;
}
.nav_btns_desk.sticky .ce-container {
  width: 90% !important;
}
.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;
}

.first-sec h2 {
  margin-bottom: 2em;
}

/* ////////////////// */
.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%;
}
.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,
.powermail_fieldwrap_type_textarea .col-sm-10 {
  /* max-height: unset !important; */
}

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

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;
  border: none;
  border-radius: 30px !important;
  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;
}

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: transparent;
}

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

.footer {
  /* border-top: 1px solid var(--colorHead); */
  background-color: var(--colorbackground);
  padding-bottom: unset !important;
}
.scrollToTop img {
  width: 49px;
  height: 17px;
}

.footer p {
  color: #fff;
}
.footer a.mainBtn {
  width: 90%;
}
.footer > .ce-container {
  width: 96%;
}
.kontact_link {
  padding: 0 3em;
}
.footer h2 {
  color: var(--colorHead);
  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: 3rem;
}

.copy-r .ce-container {
  width: 100%;
}
.footer .table td,
.footer .table th {
  padding: 0px 20px 0px 0px;
  font-size: 20px;
  line-height: 28px;
  vertical-align: top;
  border-top: unset;
  color: #fff;
}
.copy-r {
  margin-top: 5px;
  position: relative;
}
.copy-r .row {
  padding: 5px 0 10px;
}
.copy-r a,
.copy-r p {
  color: #ffffff;
  font-size: 16px;
  line-height: 32px;
  /* text-align: center; */
  text-decoration: none;
  margin-bottom: 0;
}
.scrollToTop {
  position: absolute;
  bottom: 30px;

  right: 1em;
  cursor: pointer;
  background-color: white;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer iframe {
  border-radius: 15px;
  height: 295px;
}
.copy-r a:hover {
  color: var(--colorAcc);
  letter-spacing: 0.3px;
  text-decoration: none;
}
.copy-r #c3691 p {
  margin: 0;
}

.copy-r #c3691 a:not(:first-of-type) {
  text-decoration: underline;
}
.copy-r #c3691 a:not(:first-of-type):hover {
  text-decoration: underline;
}
.copy-r p a strong {
  margin: 0 10px;
  font-size: 0;
  background: url(/fileadmin/user_upload/kare/Group_1512.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;
}
/* #c13576 {
  display: none;
  margin-top: -20px;
} */

.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: 70px;
  line-height: 99px;
  font-family: "ivyepic", sans-serif;
  margin-bottom: 10px;
  font-weight: 300;
  color: #427f88;
  letter-spacing: 0px;
}

h2 {
  font-size: 40px;
  line-height: 56px;
  font-weight: 300;
  letter-spacing: 0;
  font-family: "ivyepic", sans-serif;
  color: #82a6ad;
}
h3 {
  font-size: 26px;
  line-height: 32px;
  font-family: "ivyepic", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: var(--colorbackground);
  letter-spacing: 0;
  margin-bottom: 1rem;
}
h4 {
  font-size: 40px;
  line-height: 48px;
  font-weight: 500;
}

.teaserBtn {
  color: var(--darkGrey) !important;
  margin-top: 20px;
  position: relative;
}
.cardsImagesText .teaserBtn {
  color: #707070;

  border: 1px solid #707070;
  padding: 5px 25px;
  border-radius: 18px;
  position: absolute;
  left: 35%;
  /* top: 20px; */
  z-index: 1;
  bottom: 25px;
  font-size: 16px;
}
.cardsImagesText .ce-bodytext {
  background-color: #f9f7f1;
  padding: 3em 3em 4em;
  color: #5e5861;
  border-radius: 0px 0px 15px 15px;
}
.cardsImagesText figure {
  margin: 0;
  /* border-bottom: 2px solid var(--colorAcc); */
}
.cardsImagesText figure img {
  border-radius: 15px 15px 0px 0px;
}
.cardsImagesText .ce-bodytext h3 {
  position: relative;
  margin-bottom: 2em;
}

.cardsImagesText .ce-bodytext h3::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 3px;
  background-color: #ece3d1;
  top: 2em;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 10%);
}
.cardsImagesText .teaserBtn::after {
  content: "";
  position: absolute;
  top: 10px;
  right: 0;
  left: 8em;
  width: 40px;
  height: 20px;
  background-image: url(/fileadmin/user_upload/BOUS-WEBSIT/bous_arrow_button.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 27px 17px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}

.teaserBtn:hover::after {
  opacity: 1;
}
.teaserBtn::before {
  /* content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 5.5em;
  width: 40px;
  height: 20px;
  background-image: url(/fileadmin/user_upload/BOUS-WEBSIT/bous_arrow_button.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 27px 17px;
  transition: all 0.3s ease-in-out; */
}
.first_sec {
  background-color: var(--white);
  padding-bottom: 0;
}

.first_sec figure {
  margin: 0;
}

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

.teaserBtn:hover {
  text-decoration: none;
  padding-right: 50px;
  letter-spacing: 2px;
}

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

.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(--colorAcc);
  padding: 0;
  border: none;
  background: transparent;
  outline: none !important;
  height: auto;
  display: block;
  width: 100%;
  text-align: left;
  cursor: pointer;
  font-size: 26px;
  line-height: 24px;
  font-weight: 300;
  letter-spacing: 0;
}

.accordion-button:hover {
  color: var(--colorAcc);
}

.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(--darkGrey);
}
.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/BOUS-WEBSIT/bous_icon_plus_gold.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/BOUS-WEBSIT/bous_icon_minus_gold.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%;
}
.icons h3,
.footer p {
  color: white;
}
.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: #869791;
  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);
}
.owl-carousel .owl-nav.disabled {
  display: flex !important;
}
.owl-dots {
  position: absolute;
  width: 100%;
}
.owl-nav {
  display: flex;
  position: absolute;
  top: 50%;
  left: 0;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  transform: translateY(-50%);
  margin: 0;

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

  .owl-next {
    right: 0;
    left: unset;
  }
  .owl-prev {
    left: 0;
    right: unset;
  }
}
.slideDesk .owl-theme .owl-nav .owl-prev {
  position: absolute;
  left: -70px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
}
.slideDesk .owl-theme .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  right: -4em;
  transform: translateY(-50%);
  display: flex;
}
.slideDesk .owl-theme .owl-nav img {
  width: 34px;
  height: 40px;
}
/* 
.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(--lightGrey);
  padding: 10px;
  color: #706f6f;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 2.4;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;

  margin-bottom: 7px;
  opacity: 1;
  font-weight: 300;
  border: 1px solid #706f6f;
  -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: 3em;
  outline: 0;
  width: 486px;
  height: 52px;
  border-radius: 27px;
  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(--colorbackground) !important;
  color: var(--white) !important;
  border: 2px solid var(--colorbackground) !important;
  outline: none;
  box-shadow: none !important;
}
.form-control:focus {
  border-color: var(--colorbackground) !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;
}
/* .roundedImages a.mainBtn {
  text-transform: uppercase;
  height: 68px;
  align-items: center;
  display: flex;
} */
a.mainBtn {
  color: #fff;
  font-size: 18px;
  background-color: transparent;
  display: inline-block;
  text-decoration: none;
  padding: 10px;
  border: 1px solid #ffffff;
  border-radius: 22px;
  position: relative;
  line-height: 30px;
  width: 70%;
  text-align: center;
}
a.mainBtn:hover {
  color: var(--colorAcc);
  background-color: white;
}
.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: 80%;
  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 .row.align-items-center .top_logo a.fade-in-image .desc_image {
  width: 161px;
  height: 106px;
  display: none;
}
.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;
}
.FixNav.inner .row.align-items-center .top_logo a.fade-in-image .desc_image {
  display: block;
  position: absolute;
  opacity: 1;
  left: 185%;
  top: -15px;
}

.sectionPadd {
  padding: 0;
}

.sectionMargins {
  padding: 3em 0;
}

img[title="desktop"] {
  display: block;
}
img[title="mobile"] {
  display: none;
}

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

.teamMemebers .row {
  flex-wrap: wrap !important;
  gap: 128px 16px !important;
  background: transparent;
  justify-content: space-evenly;
}

.teamMemebers .ce-col.col-md-4 {
  flex-basis: 400px;
  flex-grow: 1;
  max-width: 100% !important;
}

.teamMemebers .ce-col.col-md-4 ul {
  list-style-type: none;
  /* list-style-image: url(http://baum13.nhdevel.de/fileadmin/user_upload/zol_icon_minus/content/zol_icon_minus_checkmark.svg); */
}

.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;
}
.powermail_fieldwrap_type_textarea {
  margin-bottom: 4em;
}

fieldset .row .powermail_file {
  position: relative;
  display: inline-block;
  padding: 0.5em 1em;
  border: 1px solid #ccc;
  color: transparent;
  cursor: pointer;
  text-align: center;
  border-radius: 47px !important;
  background-color: var(--colorAcc);
  border: none;
}
.powermail_fieldwrap_type_file .col-sm-10::after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  cursor: pointer;
  pointer-events: none;
  color: #fff;
  width: 100%;
  text-align: center;
}
fieldset .row .powermail_file:valid::after {
  content: attr(data-label);
}
.powermail_fieldwrap_lebenslauf .col-sm-10::after {
  content: "Upload Lebenslauf" !important;
}
.powermail_fieldwrap_marker_01 .col-sm-10::after {
  content: "Upload Anschreiben" !important;
}
.powermail_fieldwrap_zeugnis .col-sm-10::after {
  content: "Upload Zeugnis" !important;
}
fieldset .row .powermail_file::-webkit-file-upload-button {
  visibility: hidden;
}

fieldset .row .powermail_file::file-selector-button {
  visibility: hidden;
}
.footer {
  position: relative;
}
.footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 3px;
  width: 100%;
  background: linear-gradient(to right, #b3974d, #d7c77c, #b3974d);
}
.orange.open {
  right: 0;
}
.orange.cloze {
  right: calc(-100% + 55px) !important;
}
.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%);
  right: 35px;
  width: 25px;
  height: 25px;
  padding-left: 10px;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  pointer-events: none;
}
.powermail_select {
  background-color: var(--lightGrey) !important;
  border-radius: 0 !important;
  appearance: none;
  -webkit-appearance: 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);
}
