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

:root {
  --white: #fff;
  --grey: #7b7b7b;
  --medium-grey: #d9d9d9;
  --green: #86bc25;
  --darkGrey: #706f6f;
  --pink: #e50076;
  --lightGrey: #f4f4f4;
  --lightBlue: #31b7bc;
}

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

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

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

html {
  max-width: 100vw;
  overflow-x: hidden;
}

.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;
  color: var(--darkGrey);
}
.inner-pink-sec h4,
.inner-pink-sec li {
  color: #fff;
}
b,
strong {
  font-weight: 700;
}

html {
  position: relative;
  min-height: 100%;
  scroll-behavior: smooth;
}
.innerBackground {
  background-color: #f0f0f0;
}
body {
  font-family: "itc-avant-garde-gothic-pro", 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(--green);
}

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

.sitemap-sec a {
  color: var(--green);
}

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

.loader {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  background: url(/fileadmin/user_upload/zoln/zoln_logo_01_kurven_rz.svg) 50% 50%
    no-repeat var(--white);
  background-size: 180px;
}

.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 .back-ground {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100% !important;
  min-height: 100% !important;
  overflow: hidden;
}

.main-hero .back-ground img,
.main-hero .back-ground video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
/* ***********amr fix********** */
.main-hero .container-fluid {
  position: relative;
  height: 100%;
  width: 90%;
}
.text {
  background-color: var(--white);
}
.text p {
  color: var(--darkGrey);
}
.icons {
  background-image: url(/fileadmin/user_upload/zoln/zoln_c_1920x590_bg_kopie.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  color: white;
}
.form-control {
  border-radius: unset !important;
  background: transparent;
  height: 52px;
  margin: 12px 0;
  border-radius: unset;
  border: unset;
  border-bottom: 1px solid var(--darkGrey);
  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-green {
  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(--green);
  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(--darkGrey);
}
.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-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: 99;
  position: relative;
}
header.FixNav.inner {
  width: 100%;
  border-radius: 0 0 20px 20px;
}

header.FixNav .nav-contacts {
  display: flex;
  justify-content: flex-end;
}
header.FixNav .nav-contacts a {
  color: var(--green);
  padding: 9px 0 9px 22px;
  text-decoration: none;
}
.logo-green img {
  width: 100%;
  height: 100%;
}
header.FixNav.sticky {
  position: fixed;
  top: 0px;
  left: unset;
  width: 100%;
  z-index: 101;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  margin: 46px 0 0 0;
}
.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%;
}

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

.dropdown-header .row .mainBtn,
.dropdown-header1 .row .mainBtn {
  font-size: 24px;
  line-height: 36px;
  font-weight: 500 !important;
  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: white;
  top: 120px;
  padding-top: 1em;
  left: 5px;
  min-width: 25rem;
  border-radius: 20px;
  max-height: 100vh;
  position: relative;
}
ul.dropdown-menu::before {
  content: "";
  display: block;
  position: absolute;
  top: -82px;
  height: 82px;
  width: 100%;
}

ul.dropdown-menu li a {
  /* color: #fff; */
  color: #706f6f;
  text-transform: uppercase;
  padding: 5px 15px;
  text-decoration: none;
}
ul.dropdown-menu ul {
  list-style: none;
  padding: 0;
}
.hidden-desktop {
  display: none;
}

.navbar-nav ul.dropdown-menu li a:hover,
.navbar-nav ul.dropdown-menu li a.active_nav {
  color: var(--pink);
  text-decoration: none;
}
.navbar-nav li a {
  color: var(--darkGrey);
  font-size: 20px;
  padding: 15px;
  text-decoration: none;
  position: relative;
  text-transform: uppercase;
  display: inline-block;
}
.navbar-nav li a.active_nav {
  color: var(--pink);
}
.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/zoln/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(--pink);
  border: none;
  outline: none;
}
.navbar-nav li a:hover {
  color: var(--pink);
}
.navbar-nav li .active {
  color: var(--pink);
}
.dropdown-toggle::after {
  display: none;
}
.top_logo {
  position: relative;
  top: -20px;
}
.links {
  display: flex;
  justify-content: end;
  align-items: center;
  padding: 10px 60px;
  background-image: linear-gradient(to right, #86bc25, #47b7bc, #e62c76);
}
a {
  text-decoration: none;
}
.links a {
  font-size: 18px;
  cursor: pointer;
  text-decoration: none;
  position: relative;
  color: #ffff;
  line-height: 26px;
  display: flex;
  /* align-items: center; */
  margin-right: 10px;
}

.links a + a {
  margin-left: 12px;
}

.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(--green);
  font-size: 20px;
  text-decoration: none;
  letter-spacing: 0;
}
.nav_btns_desk {
  background-color: #ffff;
  padding: 1em 4em;
}
.nav_btns_desk .col a:focus,
.nav_btns_desk .col a:hover,
.slider-container .owl-item a:hover {
  color: white;
  border: none;
  background-color: #86bc25;
  overflow: visible !important;
}
.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 .col {
  flex-basis: unset;
  width: 25%;
  /* margin-bottom: 10px; */
}
.nav_btns_desk .ce-container {
  width: 100% !important;
}
.navSection {
  padding-right: 2em;
}
.grid_sec p {
  position: relative;
  z-index: 10;
}
.nav_btns_desk .col a,
.nav_btns_desk .owl-item a {
  padding: 10px;
  text-align: center;
  display: inline-block;
  width: 100%;
  cursor: pointer;
  text-transform: uppercase;
  background-color: transparent;
  color: var(--darkGrey);
  border: 1px solid var(--darkGrey);
  text-decoration: none;
  border-radius: 23px;
  letter-spacing: 0;
  font-size: 16px;
  white-space: nowrap;
}

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

/* /////////////////////// */
.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;
}
.videoBlock h5 {
  margin-top: 0em;
  color: var(--darkGrey);
  font-size: 27px;
  line-height: 35px;
  text-align: left;
  font-weight: 700;
}
.videoBlock img {
  border-radius: 20px;
}
/* ***********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/zoln/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%;
}
/* /////////////////////////// */
#c5999 h3 {
  transform: matrix(0, -1, 1, 0, 20, 200);
}

.footer {
  position: relative;
}
.footer_top_Image {
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 134px;
  height: 134px;
  background-color: var(--green);
  border-radius: 50%;
  padding: 20px 0;
}
.footer_top_Image .ce-column {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer_top_Image figure {
  width: 34px;
  height: 29px;
}
p:has(.mainBtn) {
  width: 100%;
  margin-bottom: 1rem;
}

.kontakt_sec h1 {
  margin-bottom: 25px;
}
.kontakt_sec .ce-container {
  max-width: 100%;
}
.kontakt_sec figure {
  margin-top: -7rem;
  height: 1199px;
  margin-left: -20rem;
}
.kontakt_sec img {
  object-fit: cover;
}
.kontakt_sec {
  padding-left: 6vw;
}
.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: 16px;
  line-height: 22px;
  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: #fafafa;
  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;
}

.MorPadding-Bottom {
  padding-bottom: 6em !important;
}

.footer {
  background-color: var(--green);
  padding-bottom: unset !important;
}
.scrollToTop img {
  width: 49px;
  height: 17px;
}
.footer h3 {
  color: var(--white);
}
.footer p {
  color: #fff;
}
.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: 5px 20px 5px 0px;
  font-size: 20px;
  line-height: 28px;
  vertical-align: top;
  border-top: unset;
  color: #fff;
}

.copy-r .row {
  padding: 5px 0 10px;
}
.copy-r a,
.copy-r p {
  color: #ffffff;
  font-size: 14px;
  line-height: 32px;
  /* text-align: center; */
  text-decoration: none;
  margin-bottom: 0;
}
.scrollToTop {
  position: absolute;
  bottom: 1em;
  right: 1em;
  cursor: pointer;
}
.footer iframe {
  border-radius: 20px;
  height: 474px;
}
.copy-r a:hover {
  color: var(--darkGrey);
  letter-spacing: 0.3px;
  text-decoration: none;
}
.copy-r #c3691 p {
  margin: 0;
}
.icons_grid {
  display: none;
}
.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/zoln/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;
}

h1 {
  font-size: 55px;
  line-height: 82px;
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  margin-bottom: 25px;
  font-weight: 400;
  color: var(--pink);
  letter-spacing: 0px;
}

h2 {
  font-size: 36px;
  line-height: 42px;
  font-weight: 300;
  letter-spacing: 0px;
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  color: var(--green);
}
h3 {
  font-size: 30px;
  line-height: 38px;
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: var(--lightBlue);
  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;
}
.teaserBtn:hover::before {
  left: 6.5em;
  height: 20px;
}
.teaserBtn::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 5.5em;
  width: 40px;
  height: 20px;
  background-image: url(/fileadmin/user_upload/zoln/Group_1955.png);
  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: 4em 0;
}

.first_sec .row.align-items-center {
  align-items: unset !important;
}
.first_sec .col-md-6 {
  position: relative;
}
.first_sec figure {
  margin: 0;
  position: absolute;
  height: 100%;
}
.first_sec figure img {
  object-fit: cover;
}
/* .Kinderzahnheiklunde_sec */
.Kinderzahnheiklunde_sec {
  position: relative;
}
.Kinderzahnheiklunde_sec .monky_sec::before {
  content: "";
  position: absolute;
  top: -30px;
  left: -20%;
  right: 0px;
  background-image: url(/fileadmin/user_upload/zoln/02_C4_ZB_Kopie.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 482px;
  height: 482px;
}

.Kinderzahnheiklunde_sec .row .accordion {
  width: 100%;
  margin: auto;
}

.Füllungstherapie_sec .row {
  background-color: #ffff;
  border-radius: 20px;
  padding: 48px 1em;
  align-items: center;
  align-items: flex-start;
}
.Füllungstherapie_sec .row .col-md-6:nth-of-type(2) {
  padding-top: 94px;
}

.Leistungen_sec .owl-theme .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
  right: 10px;
  display: flex;
  justify-content: space-between;
}

.teaser_sec .row {
  border-radius: 20px;
  background-color: white;
  padding-bottom: 30px;
  width: 100%;
  margin: auto;
}

.teaser_sec .row.right img {
  border-radius: 0px 20px 0px 300px;
}
.teaser_sec .row.left img {
  border-radius: 20px 0px 300px 0px;
}
.teaser_sec .row.right {
  padding-right: 0;
  padding-left: 1em;
}
.teaser_sec .row.right .image {
  padding-right: 0 !important;
}
.teaser_sec .row.left .image {
  padding-left: 0 !important;
}
.teaser_sec .row.left {
  padding-left: 0 !important;
  padding-right: 1em;
}

.teaser_sec .row .text {
  padding: 48px 16px 0 16px;
}
/* ----------------edit------------------ */

.teaser_sec .row.right .slider-col img {
  border-radius: 20px;
}
.start-img figure {
  margin-bottom: 0;
}
.start-img {
  position: relative;
  background-color: #ffff;
}

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

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

.Volumentomographie_sec .row .text {
  padding: 48px 1em;
}
.Volumentomographie_sec .row .text p {
  margin-top: 15px;
}
.Volumentomographie_sec .row .text .accordion {
  width: 100%;
}
.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/zoln/zoln_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 #707070;
}

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

.accordion-button {
  color: var(--darkGrey);
  padding: 0;
  border: none;
  background: transparent;
  outline: none !important;
  height: auto;
  display: block;
  width: 100%;
  text-align: left;
  cursor: pointer;
  font-size: 24px;
  line-height: 28px;
}

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

.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/zoln/zoln_icon_plus.png);
  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%);
}

.accordion-body p {
  line-height: 28px;
  font-size: 20px;
}
.white-accordion .active--collapse .accordion-header button::before {
  content: "";
  position: absolute;
  background-image: url(/fileadmin/user_upload/zoln/zoln_icon_minus.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%);
}
.accordion-header button::before {
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  background-image: url(/fileadmin/user_upload/zoln/zoln_icon_plus.png);
  background-position: center;
  background-size: 45px 45px;
  width: 45px;
  height: 45px;
  right: 0px;
  top: -15px;
}

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

.divForEditor a,
.divForEditor p a {
  color: var(--green);
}

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

.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 h2,
.footer p,
.icons p {
  color: white;
}

.accordion-button .accordion-header .fa.fa-angle-down:before {
  content: "";
  position: absolute;
  background-position: center;
  background-size: 35px 35px;
  background-repeat: no-repeat;
  width: 35px;
  height: 35px;
  right: 0;
  top: 1px;
  border-radius: 50%;
}

.accordion-button.collapsed .accordion-header .fa.fa-angle-down:before {
  background-image: url(/fileadmin/user_upload/zoln/zoln_icon_plus.png);
}

.accordion-button:not(.collapsed) .accordion-header .fa.fa-angle-down:before {
  background-image: url(/fileadmin/user_upload/zoln/zoln_icon_minus.svg);
}

.photoFullWidth .owl-theme .owl-nav {
  position: absolute;
  top: 50%;
  left: 20px;
  right: 20px;
  display: flex;
  justify-content: space-between;
  transform: translate(0%, -50%);
}

.powermail_form h3 {
  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(--green);
}

.powermail_fieldwrap_type_submit input {
  text-align: center;
  background-color: var(--green);
  padding: 10px 10px 10px 10px;
  color: white;
  font-size: 20px;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  margin-bottom: 7px;
  opacity: 1;
  font-weight: 300;
  border: 2px solid transparent;
  -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: 193px;
  height: 52px;
  border-radius: 44px;
}

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

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

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

legend.powermail_legend {
  display: none;
}

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

fieldset.powermail_fieldset .row .col-md-6 {
  padding: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

/* 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 {
  color: #fff;
  font-size: 20px;
  background-color: transparent;
  display: inline-block;
  text-decoration: none;
  padding: 10px;
  border: 1px solid #ffffff;
  border-radius: 2px;
  position: relative;
  line-height: 26px;
  width: 70%;
  text-align: center;
}
.normalAnchor {
  color: var(--darkGrey) !important;
  text-decoration: underline !important;
  font-weight: bold;
}
.ce-container {
  width: 90%;
  margin: auto;
  padding: 0;
}

#c13561 p {
  font-family: "gelato-luxe", sans-serif;
  font-weight: 400;
  font-style: normal;
}
#c13561 a {
  background-image: linear-gradient(to right, #86bc25, #47b7bc, #e62c76);
  color: white;
  border: none;
  text-transform: capitalize;
  font-size: 24px;
}
.FixNav .row.align-items-center .top_logo a.fade-in-image .desc_image {
  max-height: 100px;
}

.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/zoln/content/zoln_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.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;
}
.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);
}

.slider-col .owl-stage-outer img {
  max-height: 60vh;
  object-fit: cover;
}
.row.right.praxis-slider {
  flex-direction: column;
  padding: 0 1em;
}
.slider-col .owl-carousel {
  position: relative;
  max-width: 100%;
  margin: auto;
}

.slider-col .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  margin: 0 !important;
  z-index: 10;
}

.slider-col .owl-nav button {
  pointer-events: auto;
  position: relative;
}

.slider-col .owl-nav .owl-prev {
  left: 20px;
}

.slider-col .owl-nav .owl-next {
  right: 20px;
}

.slider-col .owl-nav button img {
  display: block;
}

.slider-col .owl-dots {
  margin-top: 15px;
}

.slider-col .owl-stage-outer {
  overflow: hidden !important;
}

/*****leistungen slider**************/
.slider-container {
  width: 100%;
  overflow: visible !important;
  position: relative;
  display: none;
}

.slider-container .owl-item.active {
  overflow: visible !important;
}

.slider-container .owl-container {
  position: relative;
  overflow: visible !important;
}

.slider-container .owl-stage {
  overflow: visible !important;
}

.slider-container .owl-item {
  overflow: visible !important;
}
.slider-container .owl-item .item {
  box-sizing: border-box;
  overflow: visible !important;
}
.slider-container .item a {
  border-style: none;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 19999999 !important;
  pointer-events: auto;
  position: relative;
  width: auto !important;
  /* min-width: min-content; */
  white-space: nowrap;
  overflow: visible !important;
  flex-shrink: 0;
}
.slider-container .item a:hover {
  overflow: visible !important;
  white-space: nowrap !important;
  min-width: min-content;
}
.item a[title="#c13527"] {
  font-family: "gelato-luxe", sans-serif;
  background-image: linear-gradient(to right, #86bc25, #47b7bc, #e62c76);
  color: white;
}
.slider-container .owl-theme .owl-nav {
  pointer-events: none;
  position: absolute;
  top: 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.slider-container .owl-theme .owl-nav .owl-prev,
.slider-container .owl-theme .owl-nav .owl-next {
  pointer-events: auto;
}
.slider-container .owl-theme .owl-nav .owl-prev {
  position: absolute;
  top: 0;
  left: -45px;
}
.slider-container .owl-theme .owl-nav .owl-next {
  position: absolute;
  top: 0;
  right: -45px;
}
.slider-container.sticky {
  display: block;
  position: fixed;
  z-index: 5;
  top: 140px;
  width: 100%;
  padding: 15px 2em;
}
.slider-container .owl-stage-outer .owl-item {
  overflow: visible !important;
}
/* add video */
.kid-vid .ce-container {
  width: 100%;
}
.kid-vid video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.teaser_sec .row.right video {
  border-radius: 20px;
}

.nav_btns_desk.slider-container .ce-container {
  width: 95% !important;
}

#switcher-container {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: 0;
  height: 100%;

  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-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, #86bc25, #86bc25);
}

#switcher-container:after {
  content: "";
  border: 0 solid #000;
  background: url(/fileadmin/user_upload/macu-website/sound-off.png) center
    center / 100%;
  bottom: 21px;
  right: 24px;
  position: absolute;
  width: 27px;
  height: 27px;
}
#volume-switcher:checked + #switcher-container:after {
  content: "";
  background: url(/fileadmin/user_upload/macu-website/sound-on.png) center
    center / 100%;
}

#volume-switcher {
  display: none;
}
.dropdown:hover .custom-arrow {
  transform: rotate(180deg);
}
.hidden-mobile {
  display: none;
}
.kontact_link a.mainBtn {
  transition: all 0.3s ease;
}
.kontact_link a.mainBtn:hover {
  color: #86bc25;
  background-color: white;
}
@media only screen and (min-device-width: 1200px) {
  .accordion-button {
    padding-right: 2em;
  }
}
.Kinderzahnheiklunde_sec .kid-vid {
  padding-top: 2em;
}
