@import url("https://fonts.googleapis.com/css2?family=Handlee&display=swap");
:root {
  --white: #fff;
  --GcolorText: #718b8f;
  --orangText: #bc9c4d;
  --orangTextLight: #ddcda6;
  --smallBorder: 20px;
  --bigBorder: 40px;
}
html {
  position: relative;
  min-height: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  font-family: "jaf-bernino-sans", sans-serif;
  background: #ffffff;
  color: var(--GcolorText);
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  overflow-x: hidden;
  /*  */
}

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

.topLogo {
  display: block;
  width: 40px;
  height: 40px;
  margin: auto;
}

.pageSpace a {
  color: var(--GcolorText);
}

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

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

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

.pageSpace {
  padding: 6em 0;
}

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

img {
  max-width: 100%;
}

a {
  text-decoration: underline;
}

nav.navbar-light .col-md-8.col-xs-12 {
  position: static;
  display: flex;
  justify-content: flex-end;
}

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

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

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

.fixed-scroll {
  position: sticky;
  /* top: 150px; */
  z-index: 10;
}

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

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

.scrolla::after {
  content: "";
  height: 25px;
  position: absolute;
  bottom: -25px;
  width: 2px;
  background: var(--orangText);
  left: 50%;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.scrolla p {
  color: var(--orangText);
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  font-weight: 300;
}

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

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

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

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

/* =======*/

h1 {
  font-family: "Handlee", sans-serif;
  color: var(--GcolorText);
  font-size: 60px;
  line-height: 80px;
  font-weight: 400;
  /* text-transform: uppercase; */
  margin-bottom: 2rem;
}

h2 {
  font-family: "jaf-bernino-sans", sans-serif;
  color: var(--orangText);
  font-size: 40px;
  line-height: 55px;
  font-weight: 300;
  margin-bottom: 2rem;
}

h3 {
  font-family: "jaf-bernino-sans", sans-serif;
  color: var(--GcolorText);
  font-size: 26px;
  line-height: 32px;
  font-weight: 400;
  margin-bottom: 1.5rem;
}

h4 {
  font-family: "Handlee", sans-serif;
  color: var(--GcolorText);
  font-size: 26px;
  line-height: 34px;
  font-weight: 400;
}

p.lead {
  font-family: "jaf-bernino-sans", sans-serif;
  font-style: italic;
  color: var(--GcolorText);
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
}
hr {
  border-top: 1px solid var(--orangText);
  margin-top: 2em;
  margin-bottom: 2em;
}
p,
ul li,
.table td,
.table th {
  color: var(--GcolorText);
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
}

ul {
  padding-left: 30px;
}

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

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

#volume-switcher {
  display: none;
}
#switcher-container {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  z-index: 1;
}
#switcher-container::before {
  content: "";
  background-size: 400% 400%;
  animation: 15s infinite text-color-gradient;
  width: 67px;
  height: 67px;
  display: block;
  bottom: 35px;
  right: 15px;
  position: absolute;
  border-radius: 50%;
  border: 1px solid var(--orangText);
  /* background: url(/fileadmin/user_upload/zilc/zilc_volume-xmark_1.svg) no-repeat; */
  background-image: linear-gradient(to right, #ddcda6, #ddcda6);
}
#switcher-container:after {
  content: "";
  border: 0 solid #000;
  background: url(/fileadmin/user_upload/zilc/sound-off.png) center center /
    100%;
  bottom: 49px;
  right: 26px;
  position: absolute;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
}
#volume-switcher:checked + #switcher-container:after {
  content: "";
  background: url(/fileadmin/user_upload/zilc/sound-on.png) center center / 100%;
  background-repeat: no-repeat;
}

.accordion-item {
  border: 1px solid var(--GcolorText);
  padding: 10px 20px;
  cursor: pointer;
  margin-bottom: 15px;
  border-radius: var(--smallBorder);
}

.accordion-item button {
  outline: 0;
  color: var(--GcolorText);
  border: 0;
  background-color: transparent;
  width: 100%;
  text-align: left;
  display: block;
  cursor: pointer;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  padding: 0;
  font-family: "jaf-bernino-sans", sans-serif;
}

.accordion-body {
  padding: 20px;
}
.accordion-body a {
  color: var(--GcolorText);
}

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

.accordion-header button::before {
  content: "";
  background-image: url(/fileadmin/user_upload/zilc/zilc_icon_arrow_up2.svg);
  background-repeat: no-repeat;
  width: 41px;
  height: 41px;
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(50%, -25%);
}

.active--collapse .accordion-header button::before {
  transform: rotate(180deg);
  top: -50%;
}
.oralchirurgie-page .accordion-header button::before {
  content: "";
  background-image: url(/fileadmin/user_upload/zilc/icons/zilc_plus.svg);
  background-repeat: no-repeat;
  width: 41px;
  height: 41px;
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.oralchirurgie-page .active--collapse .accordion-header button::before {
  background-image: url(/fileadmin/user_upload/zilc/icons/zilc_minus.svg);
}

.FixNav .col-md-5 {
  flex: 0 0 45%;
  max-width: 45%;
}

.FixNav .col-md-2 {
  flex: 0 0 10%;
  max-width: 10%;
}

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

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

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

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

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

.navbar-nav ul.dropdown-menu li {
  width: 33%;
  flex: 0 0 33%;
}
.navbar-nav ul.dropdown-menu a {
  color: white;
}
.navbar-nav ul.dropdown-menu a:before,
.navbar-nav ul.dropdown-menu a:hover:before {
  display: none;
}

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

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

li.dropdown {
  position: static;
}
.FixNav li ul {
  background-color: transparent;
  background: transparent;
}
.navbar-nav li a {
  text-align: center;
  color: var(--GcolorText);
  font-size: 16px;
  line-height: 100%;

  text-transform: uppercase;
  padding: 0 13px;
  text-decoration: none;
  display: inline-block;
  position: relative;
  outline: none;
}

.navbar-nav li.active a,
.navbar-nav li a:hover {
  color: var(--orangText);
}
i.fas.fa-angle-down.d-block.d-md-none.d-lg-none {
  display: block !important;
  margin-left: 15px;
}

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

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

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

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

.FixNav .closeBtn .icon-bar,
.FixNav .navbar-toggler .icon-bar {
  background: var(--orangText);
}
/* .FixNav.sticky .closeBtn .icon-bar,
.FixNav.sticky .navbar-toggler .icon-bar,
.FixNav.inner .closeBtn .icon-bar,
.FixNav.inner .navbar-toggler .icon-bar {
  background: #4e545d;
} */

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

.navbar-toggler .open .icon-bar:nth-of-type(1) {
  /* -webkit-transform: rotate(22deg);
  -ms-transform: rotate(22deg);
  transform: rotate(22deg)
  -webkit-transform-origin: -5% 0%;
  -ms-transform-origin: -5% 0%;
  transform-origin: -5% 0; */
  transform: translate(0px, 10px) rotate(50deg);
}

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

.navbar-toggler .open .icon-bar:nth-of-type(3) {
  /* -webkit-transform: rotate(-22deg);
  -ms-transform: rotate(-22deg);
  transform: rotate(-22deg);
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%; */
  transform: translate(0px, -10px) rotate(-50deg);
}

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

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

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

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

header.FixNav {
  position: fixed;
  top: 7%;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.85);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);

  width: 80%;
  margin: auto;
  transition: all 0.3s ease-in-out;
  border-radius: 45px;
  z-index: 9;
}
.FixNav:has(#navbarNavDropdown.show) {
  z-index: 9999;
}

header.FixNav .container-fluid {
  padding: 10px 0;
}
/* header.FixNav.startsite .container-fluid {
  padding: 2em 15px;
}
header.FixNav.sticky.startsite .container-fluid {
  padding: 0 15px;
} */

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

.inner_first_sec .container,
.nav_btns_desk .container {
  max-width: 80%;
}
.nav_btnsMobile {
  display: none;
}

.custom-grid-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;

  gap: 12px 10px;
}

.custom-grid-wrapper .grid-item {
  flex: 0 0 19%;
}

.custom-grid-wrapper .frame {
  margin: 0;
}

.custom-grid-wrapper p {
  margin: 0;
}

.custom-grid-wrapper .mainBtn {
  display: flex;
  align-items: center;
  justify-content: center;

  min-width: 100%;

  padding: 0 10px;

  border: 1px solid var(--GcolorText);
  border-radius: 10px;

  background: #fff;
  color: var(--GcolorText);

  font-size: 20px;
  line-height: 32px;
  font-weight: 400;

  text-decoration: none;
  transition: 0.3s ease;
}

.custom-grid-wrapper .mainBtn:hover {
  background: var(--white);
  border-color: var(--orangText);
  color: var(--orangText);
}

.first_sec .frame-type-image:nth-of-type(2) {
  display: none;
}
.desktop-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
.desktop-links a {
  color: var(--GcolorText);
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}
.desktop-links a:hover {
  color: var(--orangText);
  text-decoration: none;
}
.mob_nav_shortcuts {
  display: none;
}
.first_sec {
  position: relative;
  height: 100vh;
}
.first_sec img:not(.logo_image img) {
  height: 90vh;
  object-fit: cover;
}
.first_sec figure img {
  border-radius: 20px;
}
.first_sec > .container {
  max-width: 95%;
  padding: 2em 0;
}
.logo_image {
  position: absolute;
  width: 471px;
  height: 235px;
  top: 50%;
  right: 10%;
  transform: translate(0%, -50%);
}
.text_welcom .container {
  max-width: 80%;
}
.video_sec .back-ground {
  position: relative;
}
.video_sec .container {
  max-width: 80%;
}
.video_sec .back-ground video {
  border-radius: var(--smallBorder);
}
.kontakt-sec.pageSpace {
  /* padding: 8em 0 6em 0; */
}

.inner_sec.pageSpace {
  padding: 10em 0 1em 0;
}
.inner_sec.pageSpace.kontakt-sec {
  padding: 10em 0 6em 0;
}
.kontakt-sec .container {
  max-width: 80%;
}
.kontakt-sec form {
  margin-top: 5em;
}

.kontakt-sec a.mainBtn {
  background-color: var(--orangText);
  border-radius: 10px;
  padding: 8px;
  border: 1px solid var(--orangText);
  width: 20%;
  color: white;
}
.kontakt-sec a.mainBtn:hover {
  background-color: var(--GcolorText);
  color: white;
  text-decoration: none;
}
.insta_sec {
  background-color: var(--orangTextLight);
  border-radius: var(--bigBorder);
  margin-bottom: -5em;
  position: relative;
  text-align: center;
}
.insta_sec.pageSpace a {
  color: var(--orangText);
  text-decoration: none;
}
.insta_sec.pageSpace a:hover {
  color: var(--orangText);
  text-decoration: none;
}
.insta_sec figure {
  width: 93px;
  margin: auto;
  height: 108px;
}
.slider_sec.pageSpace {
  padding: 13em 0;
}
.slider_sec h2 {
  margin-bottom: 2em;
}
.slider_sec .container {
  max-width: 95%;
}
.slider_sec .container .owl-carousel {
  /* max-width: 96%; */
}
.slider_sec {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1),
    rgb(188 156 77 / 21%)
  );

  margin-bottom: -30px;
}
.last_sec .container {
  max-width: 100%;
}
.last_sec .container figure {
  margin: 0;
  margin-bottom: -3em;
}
.footer_sec p,
.footer_sec a,
.footer_sec .table td,
.footer_sec .table th {
  color: var(--white);
}

.footer_sec figure.image.image-block {
  width: 47px;
  height: 54px;
}

.footer_sec {
  padding: 0 !important;
  margin-right: -10px;
  /* margin-top: -3em; */
}

.footer_sec > .container {
  max-width: 100%;
  padding: 0;
}

.footer_sec > .container > .row {
  /* display: flex;
  flex-wrap: wrap;
  align-items: stretch; */
}

.footer_sec > .container > .row > .col-md-4:nth-child(1) {
  padding: 0 !important;
}

.footer_sec iframe {
  height: 100%;
  min-height: 700px;
  display: block;
  border-radius: 40px 0 0 40px;
}

.footer_sec > .container > .row > .col-md-4:nth-child(2) {
  background-color: var(--orangText);
  color: white;
  border-radius: 20px 0 0 20px;
  padding: 6em 3em;
  position: relative;

  margin-left: -20px;
}
.footer_sec > .container > .row > .col-md-4:nth-child(2)::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 80%;
  margin: auto;
  background-color: white;
  top: 0;
  right: 0;
  transform: translate(0%, 13%);
}
.footer_sec > .container > .row > .col-md-4:nth-child(3) {
  background-color: var(--orangText);
  color: white;
  border-radius: 0 20px 20px 0;
  padding: 6em 3em;
}

.footer_sec .mainBtn:hover {
  background-color: var(--GcolorText);
  color: var(--white);
}
.section.copy_r {
  background-color: #ffffff;
  padding: 1em 0;
}
.section.copy_r a:hover {
  color: var(--orangText);
}
.section.copy_r p {
  color: var(--GcolorText);
  margin-top: 0;
  margin-bottom: 0;
}
.copy_r a {
  color: var(--GcolorText) !important;
}
.copy_r .container {
  max-width: 95%;
}

.text-end {
  text-align: right;
}
a.mainBtn {
  color: #fff;
  background-color: transparent;
  border: 1px solid white;
  border-radius: var(--smallBorder);
  display: inline-block;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
  padding: 10px;
  margin-top: 1em;
  text-decoration: none;
  transition: all 0.5s ease-in-out;
  width: 60%;
}
a.teaserBtn {
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: var(--smallBorder);
  display: inline-block;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
  padding: 15px;
  text-decoration: none;
  transition: all 0.5s ease-in-out;
  width: 50%;
}

a.teaserBtn:hover,
a.mainBtn:hover {
  border: 1px solid var(--GcolorText);
  background-color: var(--GcolorText);
  color: #fff;
}

.copy-r {
  margin-top: 1em;
}
.copy-r .container {
  max-width: 100%;
}

.copy-r a {
  color: #ffffff;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
  margin-left: 5px;
}
.copy-r a:hover {
  color: var(--orangText);
}
/* inner */
.list_row {
  margin-top: 3em;
}

.Zahnersatz_sec {
  position: relative;
}
.Zahnersatz_sec .container {
  max-width: 95%;
}
.Zahnimplantation_sec .container .row,
.Zahnersatz_sec .container .row {
  align-items: center;
}

.Zahnersatz_sec .text {
  position: relative;
  z-index: 2;
}

.Zahnersatz_sec .text .frame {
  background: white;
  padding: 3em;
  border-radius: var(--smallBorder);
  /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12); */
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);

  position: relative;
  margin-right: -90px;
  /* margin-left: -7%; */
}

.Zahnersatz_sec .image {
  position: relative;
  z-index: 1;
  /* margin-top: -2em; */
  /* margin-bottom: -2em; */
}

.Zahnersatz_sec .image figure {
  margin: 0;
  height: 900px;
  width: 100%;
  /* position: absolute; */
}

.Zahnersatz_sec .image img {
  border-radius: var(--bigBorder);

  aspect-ratio: 4 / 5;
  object-fit: cover;
}
.cerec_sec {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1),
    rgb(188 156 77 / 21%)
  );
}
.cerec_sec img {
  border-radius: var(--bigBorder);
}
.cerec_sec .section .container {
  background: white;
  padding: 3em;
  border-radius: 20px;
  margin-top: -60px;
  position: relative;
  max-width: 95%;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
}
.inner_text_last_sec .container {
  background: white;
  margin-top: -66px;
  position: relative;
  padding: 3em;

  border-radius: 20px;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
}

.Zahnimplantation_sec .image {
  /* position: relative; */
  z-index: 1;
}

.Zahnimplantation_sec .image figure {
  margin: 0;
  /* position: absolute; */
  height: 900px;
  width: 100%;
}

.Zahnimplantation_sec .image img {
  width: 100%;
  display: block;
  border-radius: var(--bigBorder);
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.Zahnimplantation_sec .text {
  position: relative;
  z-index: 2;
  margin-top: -2em;
  margin-bottom: -2em;
}

.Zahnimplantation_sec .text > .frame:first-child {
  background: #fff;
  padding: 3em;
  border-radius: var(--smallBorder);
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
  position: relative;
  margin-left: -90px;
}
.Zahnimplantation_sec .text .container-wrapper {
  background: #fff;
  padding: 3em;
  border-radius: var(--smallBorder);
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
  position: relative;
  margin-left: -90px;
}

.last_sec_listign {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1),
    rgb(188 156 77 / 21%)
  );
}
.last_sec_listign .container {
  max-width: 95%;
}
.last_sec_listign img {
  border-radius: var(--bigBorder);
}
/* inner */
.copy-r p {
  color: #ffffff;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 0;
}

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

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

.openHours {
  position: absolute;
  top: 50px;
  width: max-content;
  background: white;
  padding: 1em;
  left: 25%;
  z-index: 100;
  border-radius: 20px;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
}
.openHours .table td {
  font-size: 16px;
  line-height: 32px;
  color: var(--GcolorText);
}
.openHours .table {
  margin-bottom: 0;
}
.NotfallContent {
  position: absolute;
  width: max-content;
  background: white;
  left: -1em;
  padding: 20px;
  top: 50px;
  z-index: 100;
  border-radius: 20px;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
}
.NotfallContent a.mainBtn {
  margin-top: 0;
  color: var(--GcolorText);
  border: 1px solid var(--GcolorText);
}
.NotfallContent a.mainBtn:hover {
  color: var(--orangText);
  border: 1px solid var(--orangText);
  background-color: transparent;
}
.NotfallContent p:last-child {
  margin-bottom: 0;
}
.FixNav.sticky,
header.FixNav.inner {
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  position: fixed;
  top: 7%;
  left: 0;
  right: 0;
  border-radius: 45px;
  z-index: 11;
}

.mob_nav_shortcuts.sticky {
  position: fixed;
  z-index: 12;
}
header.FixNav.inners .topLogo {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

img.image-embed-item {
  width: 100%;
  height: 100%;
}

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

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

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

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

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

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

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

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

/* Form */

input[type="text"],
input[type="email"],
input[type="tel"],
.form-element-fileupload input,
textarea,
select,
.powermail_fieldwrap_type_date input,
textarea.form-control {
  width: 100%;
  /* border-bottom: 1px solid #ccd7e8 !important; */
  border: unset;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  padding: 8px;
  resize: vertical;
  color: var(--orangText);
  margin: 1px 0 8px 0;
  outline: none;
  border-radius: 0;
  background: rgba(188, 156, 77, 0.2);
  font-size: 18px;
  line-height: 28px;
}
.form-control::placeholder {
  color: var(--orangText);
  opacity: 1;
}
select {
  height: calc(2.25rem + 2px);
}
.form-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(/fileadmin/user_upload/zilc/Vector_1.svg) !important;
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 22px;
}
textarea.form-control {
  height: 200px;
  background-color: rgba(188, 156, 77, 0.2);
  border-bottom: unset !important;
  border-radius: 5px;
}
textarea.form-control::placeholder {
  color: #323130;
}

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

legend {
  display: contents;
  width: auto;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 18px;
  line-height: 26px;
  color: #323130;
  white-space: normal;
}
.btn-toolbar {
  justify-content: flex-end;
}
.btn-toolbar button {
  color: #ede9e1;
  border: 1px solid var(--orangText);
  background-color: var(--orangText);
  border-radius: 0;
  display: block;
  font-size: 18px;
  line-height: 24px;
  padding: 5px 30px;
  margin-top: 2em;
  text-decoration: none;
  transition: all 0.5s ease-in-out;
  border-radius: 10px;
}
.btn-toolbar button:hover {
  background-color: var(--GcolorText);
  color: #fff !important;
  text-decoration: none;
}
.form-element-statictext p,
.form-element-radio label,
.col-md-6 .form-element label {
  color: #323130;
}

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

.form-element-fileupload input::-webkit-file-upload-button {
  visibility: hidden;
}
.form-element-fileupload input::file-selector-button {
  visibility: hidden;
}
.form-element-fileupload input {
  cursor: pointer;
  background-color: transparent;
  color: transparent;
}
.form-element-fileupload input:focus {
  color: transparent;
  background-color: rgba(188, 156, 77, 0.2);
  border-color: transparent;
  outline: 0;
  box-shadow: unset;
}

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

/* .form-element-fileupload input#kARRIERE-FORM_zilc-1182-fileupload-1::after {
  content: "Bewerbungsschreiben" !important;
}
.form-element-fileupload input#kARRIERE-FORM_zilc-1182-fileupload-2::after {
  content: "Lebenslauf" !important;
}
.form-element-fileupload input#kARRIERE-FORM_zilc-1182-fileupload-3::after {
  content: "Zeugnisse" !important;
} */
.file-input-wrapper {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

input#powermail_field_marker_01 {
  width: 49%;
}

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

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

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

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

.pageLinks p {
  text-align: center;
}

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

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

.copyright.showMob {
  display: none;
}

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

.tx-videogrid .col-4 {
  margin-bottom: 35px;
  flex: 0 0 80%;
  max-width: 80%;
}

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

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

.videoBlock {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.videoBlock.stndalone {
  position: relative;
}

.modal-title {
  color: #4e545d;
}

video {
  width: 100%;
}

.innerImg {
  position: relative;
}

.owl-nav {
  display: block !important;

  position: absolute;
  top: 100%;
  left: 0px;
  right: 0px;

  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2em !important;
  padding: 0 1em;
}

.owl-container .owl-carousel .owl-nav button.owl-next,
.owl-container .owl-carousel .owl-nav button.owl-prev {
  font-size: 35px;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

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

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

.accordion-header {
  position: relative;
  margin: 0;
  padding-right: 41px;
  font-family: "acumin-pro", sans-serif;
}
.popup h1 {
  font-size: 54px;
  line-height: 72px;
  font-weight: 900 !important;
}

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

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

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

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

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

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

.popup .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-y: auto;
  max-height: 80vh;
}

.popup .container img {
  max-height: 150px;
}
@media only screen and (min-width: 1024px) and (max-width: 1366px) and (orientation: portrait) {
  .popup .container {
    height: auto;
    padding: 2em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .popup .container {
    height: 80vh;
    padding: 2em;
  }
}
@media only screen and (max-width: 768px) {
  .popup .container {
    width: 80%;
  }
  .popup .container {
    height: 80vh;
    padding: 2em;
  }
  .popup h1 {
    font-size: 40px;
  }
}

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

  &:hover {
    cursor: pointer;
  }
}

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

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

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

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

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

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

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

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

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

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

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

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.teaser-dots {
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;

  display: flex;
  flex-direction: column;
  gap: 12px;
}

.teaser-dots .dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;

  background: rgba(255, 255, 255, 0.4);

  transition: all 0.3s ease;
}

.teaser-dots .dot.active {
  background: #fff;
  transform: scale(1.4);
}
.teaser-nav {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;

  display: flex;
  flex-direction: column;
  gap: 40px;
}

.teaser-nav-item {
  position: relative;
  width: 34px;
  height: 10px;
  transform: rotate(90deg);
  /* border: 1px solid white;
  border-radius: 20px;
  transform: rotate(90deg);
  opacity: 0.4;
  transition: all 0.35s ease; */
}

.teaser-nav-item::after {
  content: "";
  position: absolute;
  left: 25%;
  top: 50%;

  width: 18px;
  height: 1px;

  background: white;

  transform: translateY(-50%);
}
a.STEF_back-to-top {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;

  position: absolute;
  right: 0%;
  bottom: 85px;
  z-index: 10;

  background-color: var(--GcolorText);
  border-radius: 20px 0 0 20px;

  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);

  transition: all 0.3s ease;
}

a.STEF_back-to-top img {
  width: 24px;
  height: auto;
  display: block;
}

a.STEF_back-to-top:hover {
  background-color: var(--orangText);
  box-shadow: 0px 6px 14px rgba(0, 0, 0, 0.25);
}

.owl-carousel .item {
  background-color: transparent;
  border: 2px solid var(--orangText);
  border-radius: var(--smallBorder);
  padding: 2em 3em;
  text-align: center;

  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.owl-carousel .item figure {
  margin-bottom: 2em;
}
.col-md-4 .frame.frame-default.frame-type-html {
  height: 100%;
}
.section-navigation {
  position: absolute;
  left: 50%;
  top: -36px;
  transform: translateX(-50%);

  width: 72px;
  height: 72px;

  background: #fff;
  border: 1px solid #8ea0ab;
  border-radius: 50%;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;

  /* box-shadow: 0 8px 18px rgba(0, 0, 0, 0.18); */
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);

  z-index: 7;
}

.scroll-btn {
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;

  width: 18px;
  height: 18px;

  display: flex;
  align-items: center;
  justify-content: center;
}

.scroll-btn img {
  display: block;
  width: 100%;
  height: auto;
  transition: 0.3s;
}

.scroll-btn:hover img {
  transform: scale(1.15);
}
.cerec_sec > .container:nth-child(1),
.Zahnimplantation_sec .container {
  max-width: 95%;
}
.cerec_sec > .container:nth-child(1),
.last_sec_listign > .container:nth-child(1),
.Zahnimplantation_sec {
  position: relative;
}
button:focus,
button:focus-visible {
  outline: none !important;
}
/* short */
.quick-links {
  position: fixed;
  right: 0;
  top: 180px;
  z-index: 999;
  width: fit-content;
  display: flex;
  flex-direction: column;
  align-items: end;
}

.quick-item {
  width: 90px;

  position: relative;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  overflow: hidden;

  text-decoration: none;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  color: white;

  background: var(--GcolorText);

  transition: 0.35s;
  padding: 20px 5px;
  position: relative;
}
.quick-item:not(:last-child)::after {
  content: "";
  position: absolute;
  width: 50%;
  height: 2px;
  background-color: white;
  bottom: 0px;
}

.quick-item:first-child {
  border-radius: 20px 0 0 0;
}

.quick-item:last-child {
  border-radius: 0 0 0 20px;
}
.quick-item img {
  width: 20px;
  margin-bottom: 10px;

  transition: 0.35s;
}
.title {
  transition: 0.35s;

  font-size: 12px;
  line-height: 100%;
}
.hover-text {
  position: absolute;

  width: 100%;

  text-align: center;
  color: white;
  opacity: 0;

  transform: translateX(40px);

  transition: 0.35s;

  font-size: 14px;
  right: 15%;
  line-height: 100%;
}

.quick-item:hover::after {
  width: 0;
  height: 0;
  position: unset;
}
.quick-item:hover img,
.quick-item:hover .title {
  opacity: 0;

  transform: translateX(-20px);
}
.quick-item:hover .hover-text {
  opacity: 1;
  visibility: visible;
}
.quick-item:hover,
.quick-item.active {
  width: 300px;

  align-items: flex-start;
  /* background-color: var(--orangText); */
  padding-left: 25px;
  border-radius: 20px 0 0 20px;
  z-index: 100;
}

.quick-item:hover img,
.quick-item.active img,
.quick-item:hover .title,
.quick-item.active .title {
  opacity: 0;
}

.quick-item:hover .hover-text,
.quick-item.active .hover-text {
  opacity: 1;
}
.accordion {
  background: white;
  border-radius: 20px;
}
.quick-item.gold {
  background-color: var(--orangText);
}
.form-check-input {
  width: 14px;
  height: 14px;
  margin-top: 0;
  background-color: #ddcda699;
  border: 0;
  box-shadow: none;
  appearance: none;
  -webkit-appearance: none;
  border-radius: 50%;
  cursor: pointer;
}

.form-check-input:checked {
  background-color: var(--orangText);
  border: 3px solid #f1e8d4;
  box-shadow: 0 0 0 1px var(--orangText);
}

.form-check-input:focus {
  box-shadow: none;
}
.imprint-pri-sec a,
.pageSpace a {
  color: var(--GcolorText);
}
.imprint-pri-sec a:hover,
.pageSpace a:hover {
  color: var(--orangText);
  text-decoration: underline;
}
.imprint-pri-sec {
  padding: 8em 0;
}
.footer_sec > .container > .row > .col-md-4:nth-child(2) a {
  text-decoration: none;
}
.form-check-wrapping-label {
  display: flex;
  align-items: center;
}

.praxis-img-grid figure {
  margin-bottom: 30px;
}
.praxis-img-grid figure img {
  border-radius: 20px;
}
