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

html {
  position: relative;
  min-height: 100%;
  overflow-x: hidden;
}

body {
  font-family: "acumin-pro", sans-serif;
  background: #faf9f8;
  color: #4e545d;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
  overflow-x: hidden;
  /*  */
}

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

.topLogo {
  display: block;
  width: 300px;
}

.pageSpace a {
  color: #37bfce;
}

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

@media (min-width: 1200px) {
  .container {
    max-width: 90%;
    margin: auto;
  }

  .headerImg {
    max-width: 100%;
  }
}

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

.fw-sec .container {
  max-width: 100%;
  margin: auto;
}

.pageSpace {
  padding: 3em 0;
}

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

img {
  max-width: 100%;
}

a {
  text-decoration: none;
}

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

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

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

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

.shortCuts {
  text-align: right;
  position: relative;
  z-index: 2;
}

.shortCuts a {
  z-index: 2;
  display: inline;
  color: #fff;
  font-size: 17px;
  font-weight: 300;
  line-height: 20px;
  /* margin: 0 12px; */
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  border: 1px solid #fff;
  padding: 10px;
  margin-right: 5px;
}
.fixed-scroll {
  position: sticky;
  /* top: 150px; */
  z-index: 10;
}
.shortCuts a img {
  margin-right: 10px;
}

.shortCuts a:hover {
  color: #d8cebd;
  border: 1px solid #d8cebd;
}

.shortCuts.topIcons {
  padding: 8px 15px;
}

.shortCuts.topIcons a {
  color: #fff;
}

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

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

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

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

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

.scrolla h3 {
  color: #ffffff;
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  position: relative;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.scrolla h3 span,
.scrolla h3 i {
  display: block;
}

.scrolla:after {
  content: "";
  height: 22px;
  position: absolute;
  bottom: -18px;
  width: 2px;
  background: #fff;
  left: 50%;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.scrolla:hover h3 {
  color: #fff;
}

/*
 .scrolla:hover:after {
     background: #fff;
 }
*/

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

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

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

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

.topShortCuts {
  position: absolute;
  top: 100px;
  right: 45px;
}

.topShortCuts a {
  display: block;
  width: 80px;
  height: 80px;
  background: #ffffff;
  line-height: 85px;
  text-align: center;
  border-radius: 50%;
  margin-bottom: 18px;
  color: #4e545d;
  font-size: 25px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
}

.topShortCuts a:hover {
  transform: scale(1.1);
}

/* =======*/

h1 {
  font-family: "anisette-std", "cursive";
  color: #4e545d;
  /* font-size: 60px;
  line-height: 80px; */
  /* font-size: 54px; */
  font-size: 52px;
  line-height: 70px;
  font-weight: 300;
  margin-bottom: 2rem;
}

h2 {
  font-family: "anisette-std", "cursive";
  color: #7d8696;
  font-size: 40px;
  line-height: 53px;
  font-weight: 300;
  margin-bottom: 2rem;
}

h3 {
  font-family: "acumin-pro", sans-serif;
  color: #f4f2ef;
  font-size: 30px;
  line-height: 42px;
  font-weight: 300;
}

h4 {
  font-family: "acumin-pro", sans-serif;
  color: #4e545d;
  font-size: 28px;
  line-height: 40px;
  font-weight: 300;
}

p,
ul li {
  color: #4e545d;
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
}

ul {
  padding-left: 20px;
}

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

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

.header-sec {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.header-sec .col-md-6 {
  padding: 0;
}
.header-sec .col-md-6 img {
  object-fit: cover;
  height: 100vh;
}

.header-sec .left-col,
.header-sec .right-col {
  position: relative;
}
.header-sec .left-col:before {
  content: "";
  background-color: #7d8696;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all 0.3s ease-in-out;
}
.header-sec .right-col:before {
  content: "";
  background-color: #4e545d;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all 0.3s ease-in-out;
}
.header-sec .right-col:hover:before {
  background-color: #202631a3;
}
.header-sec .left-col:hover:before {
  background-color: rgb(125 134 150 / 64%);
}

.header-sec .header-logo {
  position: absolute;
  left: 52%;
  top: 50%;
  transform: translate(-46%, -50%);
  z-index: 1;
}
.header-sec .header-logo img {
  height: 188.98px;
  width: auto;
}

.pageSpace.first-sec {
  padding: 10em 0;
}
.first-sec .container {
  max-width: 75%;
}

.teaser-slider .owl-item:nth-of-type(1) .item,
.teaser-slider .owl-item:nth-of-type(2) .item {
  display: flex;
  height: 69vh;
}
.teaser-slider .owl-item:nth-of-type(2) .item {
  flex-direction: row-reverse;
}
.teaser-slider .owl-item:nth-of-type(1) .item .carousel-content,
.teaser-slider .owl-item:nth-of-type(2) .item .carousel-content {
  width: 60%;
  flex: 0 0 60%;
  height: 100%;
  object-fit: cover;
}
.teaser-slider .owl-item:nth-of-type(1) .item img,
.teaser-slider .owl-item:nth-of-type(2) .item img {
  width: 40%;
  flex: 0 0 40%;
  height: 100%;
  border-radius: 0;
  object-fit: cover;
}
.teaser-slider .owl-item:nth-of-type(1) .item .carousel-content {
  padding: 0 24% 0 3%;
  align-content: center;
  background: #7d8696;
  position: relative;
}
.teaser-slider .owl-item:nth-of-type(1) .item .carousel-content:before {
  content: "";
  background-image: url(/fileadmin/user_upload/TEFR/icons/Group_138.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  /* height: 645px;
  width: 324px; */
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  right: -70%;
  transform: translate(0, -50%);
}
.teaser-slider .owl-item:nth-of-type(2) .item .carousel-content {
  padding: 0 3% 0 26%;
  align-content: center;
  background: #4e545d;
  position: relative;
}
.teaser-slider .owl-item:nth-of-type(2) .item .carousel-content:before {
  content: "";
  background-image: url(/fileadmin/user_upload/TEFR/icons/tefr_favicon_halb_oral.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  /* height: 645px;
  width: 324px; */
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: -2px;
  transform: translate(0, -50%);
}
.teaser-slider .owl-item:nth-of-type(1) .item .carousel-content p,
.teaser-slider .owl-item:nth-of-type(2) .item .carousel-content p,
.teaser-slider .owl-item:nth-of-type(1) .item .carousel-content h2,
.teaser-slider .owl-item:nth-of-type(2) .item .carousel-content h2 {
  color: #faf9f8;
}
.teaser-slider .owl-item:nth-of-type(1) .item .carousel-content a.mainBtn,
.teaser-slider .owl-item:nth-of-type(2) .item .carousel-content a.mainBtn {
  color: #faf9f8;
  border: 1px solid #faf9f8;
  position: relative;
  z-index: 999;
}

.teaser-slider .owl-theme .owl-dots .owl-dot span {
  width: 103px !important;
  height: 4px !important;
  margin: 5px 5px !important;
  background: #d8cebd;
}
.teaser-slider .owl-theme .owl-dots .owl-dot.active span,
.teaser-slider .owl-theme .owl-dots .owl-dot:hover span {
  background: #7d8696;
}


.inner-team .row {
  margin-bottom: 3em;
}

.pageSpace.team-sec {
  padding: 10em 0;
  position: relative;
}
.team-sec h2 {
  color: #4e545d;
}
.team-sec .frame-type-text {
  position: absolute;
  bottom: 222px;
  width: 80%;
  left: 50%;
  transform: translate(-50%, 0);
}
.team-sec .frame-type-text a.mainBtn {
  width: 20%;
  margin: auto;
}

.team-sec .frame-type-image {
  position: relative;
  background-color: #fff;
  box-shadow: 10px 10px 20px #4e545d14;
}
.team-sec .frame-type-image .ce-image {
  position: relative;
}
.team-sec .frame-type-image .ce-image::before {
  content: "";
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) 50%,
    rgba(255, 255, 255, 1) 100%
  );
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.news-slider {
  padding-bottom: 10em;
}
.news-slider .owl-carousel .owl-item img {
  /* height: 496px; */

  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 2em;
}
.news-slider .owl-carousel .owl-item span {
  text-align: center;
  font-size: 13px;
  line-height: 19;
}
.news-slider .owl-carousel .owl-item a.mainBtn {
  width: 40%;
  margin: auto;
  padding: 6px;
  border-radius: 20px;
}
.news-slider .owl-container .owl-carousel .owl-nav button.owl-prev {
  margin-left: -86px;
}
.news-slider .owl-container .owl-carousel .owl-nav button.owl-next {
  margin-right: -86px;
}

.mt-10 {
  margin-top: 10em;
}

.inner-first {
  padding: 14em 0 8em;
  margin-bottom: 8em;
  position: relative;
}
.inner-first .col-md-6.img-col {
  position: absolute;
  right: 0;
  padding-right: 0;
}
.inner-first .col-md-6.img-col img {
  height: 703px;
  object-fit: cover;
}
.inner-first .col-md-6.txt-col {
  padding-right: 6em;
  padding-top: 2em;
}

.inner-second .col-md-6.img-col {
  justify-items: center;
}
.inner-second .col-md-6.img-col img {
  width: 526px;
}
.inner-second .col-md-6.txt-col {
  padding-top: 3em;
}

.inner-start-padding {
  padding-top: 14em;
}

.imprint-pri-sec {
  padding: 8em 0;
}
.imprint-pri-sec a {
  color: #4e545d;
}
.imprint-pri-sec a:hover {
  color: #d8cebd;
}
.imprint-pri-sec h1 {
  text-transform: uppercase;
}

.end-padding,
.termine-sec {
  padding-bottom: 9em;
}
.termine-sec .col-md-6.img-col {
  padding-right: 0;
}
.termine-sec .col-md-6.img-col figure {
  margin-bottom: unset;
}
.termine-sec.light-grey .row {
  background-color: #7d8696;
  border-radius: 5px;
}
.termine-sec.dark-grey .row {
  background-color: #4e545d;
  border-radius: 5px;
}
.termine-sec.beige .row {
  background-color: #d8cebd;
  border-radius: 5px;
}
.termine-sec.dark-grey h2,
.termine-sec.dark-grey h3,
.termine-sec.light-grey h2,
.termine-sec.light-grey h3 {
  color: #faf9f8;
}
.termine-sec.light-grey .col-md-6.txt-col,
.termine-sec.beige .col-md-6.txt-col,
.termine-sec.dark-grey .col-md-6.txt-col {
  padding: 0 5em;
}
.termine-sec.dark-grey .col-md-6.txt-col a.mainBtn,
.termine-sec.light-grey .col-md-6.txt-col a.mainBtn {
  color: #faf9f8;
  border: 1px solid #faf9f8;
  width: 70%;
  margin: 1em auto 0;
}
.termine-sec.beige .col-md-6.txt-col a.mainBtn {
  /* width: 70%; */
  margin: 1em auto 0;
}
.termine-sec.beige h2,
.termine-sec.beige h3 {
  color: #4e545d;
}

.benefits-sec h2 {
  width: 65%;
  margin: 0 auto 2em;
}

.pageSpace ul {
  list-style-type: none;
  padding-left: 0;
}
.pageSpace ul li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 1rem;
}
.pageSpace ul li::before {
  content: "";
  background-image: url(/fileadmin/user_upload/TEFR/icons/tefr_check.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  min-width: 30px;
  max-width: 22px;
  height: 22px;
}

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

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

.beige-bg {
  background-color: #d8cebd;
}
.lightGrey-bg {
  background-color: #7d8696;
}
.darkGrey-bg {
  background-color: #4e545d;
}
.darkGrey-bg h1,
.darkGrey-bg p,
.lightGrey-bg h1,
.lightGrey-bg p {
  color: #faf9f8;
}

#volume-switcher {
  display: none;
}
#switcher-container {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  z-index: 1;
}
#switcher-container::before {
  content: "";
  background-size: 400% 400%;
  animation: 15s infinite text-color-gradient;
  width: 50px;
  height: 50px;
  display: block;
  bottom: 10px;
  right: 15px;
  position: absolute;
  border-radius: 50%;
  background-image: linear-gradient(to right, #e72f77, #e72f77);
}
#switcher-container:after {
  content: "";
  border: 0 solid #000;
  background: url(/fileadmin/user_upload/tefr/icons/volume-xmark.svg) center
    center / 100%;
  bottom: 21px;
  right: 24px;
  position: absolute;
  width: 27px;
  height: 27px;
  background-repeat: no-repeat;
}
#volume-switcher:checked + #switcher-container:after {
  content: "";
  background: url(/fileadmin/user_upload/tefr/icons/volume-high.svg) center
    center / 100%;
  background-repeat: no-repeat;
}

.teaser-image {
  padding: 0;
}

.teaser-image img {
  height: 566px !important;
  object-fit: cover;
}

.teaser-inner-content h4 {
  margin: 2rem 0;
  color: #707070;
}

.accordion-item {
  border-bottom: 1px solid #4e545d;
  padding: 10px 0;
  cursor: pointer;
  margin-bottom: 15px;
}

.accordion-item button {
  outline: 0;
  color: #4e545d;
  border: 0;
  background-color: transparent;
  width: 100%;
  text-align: left;
  display: block;
  cursor: pointer;
  font-size: 22px;
  line-height: 29px;
  font-weight: 300;
  padding: 0;
}

.accordion-body {
  padding: 20px 20px 0;
}

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

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

.active--collapse .accordion-header button::before {
  background-image: url(/fileadmin/user_upload/TEFR/icons/minus.svg);
}
.oralchirurgie-page .accordion-header button::before {
  content: "";
  background-image: url(/fileadmin/user_upload/TEFR/icons/tefr_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/TEFR/icons/tefr_minus.svg);
}

.FixNav .col-md-5 {
  position: unset;
  -ms-flex: 0 0 45.666667%;
        flex: 0 0 45.666667%;
        max-width: 45.666667%;
}
.FixNav .short-cuts {
  -ms-flex: 0 0 29.333333%;
        flex: 0 0 29.333333%;
        max-width: 29.333333%;
}

.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:before,
.navbar-nav ul.dropdown-menu a:hover:before {
  display: none;
}

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

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

li.dropdown {
  position: static;
}

.navbar-nav li a {
  text-align: center;
  color: #faf9f8;
  font-size: 17px;
  line-height: 23px;
  text-transform: inherit;
  padding: 35px 16px;
  text-decoration: none;
  display: inline-block;
  position: relative;
  outline: none;
}

.navbar-nav li a:hover {
  color: #d8cebd;
}

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/TEFR/icons/tefr_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/TEFR/icons/tefr_arrow_down_beige.svg);
  transform: rotate(180deg);
  top: 43%;
}

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

.navShortcuts a {
  display: block;
  margin-bottom: 25px;
}

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

.closeBtn .icon-bar,
.navbar-toggler .icon-bar {
  display: block;
  width: 50px;
  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: #faf9f8;
}
.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;
}

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

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

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

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

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

header.FixNav {
  background: transparent;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  width: 98%;
  margin: 20px auto 0;
  /* padding: 15px 0; */
}

header.FixNav .container-fluid {
  width: 100%;
  margin: auto;
}

/* --------------------------------------------- */
.footer {
  padding: 7em 0 1em;
  position: relative;
  background: #d8cebd;
}

.footer::before {
  content: "";
  background-image: url(/fileadmin/user_upload/TEFR/icons/tefr_favicon.svg);
  background-size: contain;
  display: block;
  width: 168.36px;
  height: 168.36px;
  position: absolute;
  top: -75px;
  left: 50%;
  transform: translate(-50%, 0);
}

.footer .ce-textpic {
  display: flex;
  align-items: center;
  margin: 2em 0 6em;
}
.footer .ce-textpic .ce-bodytext {
  width: 50%;
}

.footer iframe {
  height: 600px;
  border-radius: 5px;
}

a.mainBtn {
  color: #4e545d;
  border: 1px solid #4e545d;
  border-radius: 0;
  display: block;
  font-size: 18px;
  line-height: 24px;
  padding: 15px;
  margin-top: 1em;
  text-decoration: none;
  text-align: center;
  transition: all 0.5s ease-in-out;
}

a.mainBtn:hover {
  letter-spacing: 2.13px;
}

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

.copy-r {
  width: 50%;
  margin-top: -6em;
}

.copy-r .container {
  max-width: 100%;
}

.copy-r hr {
  border-top: 1px solid #4e545d;
}

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

.copy-r a {
  color: #4e545d;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  text-decoration: none;
  margin-left: 5px;
}

.copy-r p {
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  margin-bottom: 0;
}

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

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

.FixNav .startlogo {
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.FixNav.inner .startlogo,
.FixNav.sticky .startlogo {
  opacity: 1;
}

.FixNav .shortCuts a img.not-hoverd {
  filter: brightness(4.5);
}
.FixNav .shortCuts a:hover img.not-hoverd,
.FixNav .shortCuts a img.hoverd {
  display: none;
}
.FixNav .shortCuts a:hover img.hoverd {
  display: inline-block;
}

.FixNav.inner .shortCuts a img.not-hoverd,
.FixNav.sticky .shortCuts a img.not-hoverd {
  filter: brightness(1);
}
.FixNav.inner .shortCuts a,
.FixNav.sticky .shortCuts a {
  color: #4e545d;
  border: 1px solid #4e545d;
}
.FixNav.inner .navbar-nav li a,
.FixNav.sticky .navbar-nav li a {
  color: #4e545d;
}
.FixNav.sticky .navbar-nav li a:hover,
.FixNav.inner .navbar-nav li a:hover {
  color: #d8cebd;
}
.FixNav.inner .shortCuts a:hover,
.FixNav.sticky .shortCuts a:hover {
  color: #d8cebd;
  border: 1px solid #d8cebd;
}

header.FixNav.inner,
.FixNav.sticky {
  background: #ffffff80;
  box-shadow: 10px 10px 20px #4e545d80;
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  border-radius: 5px;
  z-index: 9;
}

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

.FixNav.inner .navbar-nav li ul.dropdown-menu a,
.FixNav .navbar-nav li ul.dropdown-menu a {
  color: #faf9f8;
}
.FixNav.inner .navbar-nav li ul.dropdown-menu a:hover,
.FixNav .navbar-nav li ul.dropdown-menu a:hover {
  color: #d8cebd;
}

li[itemdata*="Zahnmedizin"] ul.dropdown-menu {
  background-color: #7d8696;
}
li[itemdata*="Oralchirurgie"] ul.dropdown-menu {
  background-color: #4e545d;
}

img.image-embed-item {
  width: 100%;
  height: 100%;
  border-radius: 5px;
}
.oralchirurgie-page section:not(.dark-grey) h2 {
  color: #4e545d;
}
.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 */

#kONTAKT-FORM_TEFR-244 {
  margin-top: 6em;
}

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 #4e545d !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: #4e545d;
  margin: 1px 0 8px 0;
  outline: none;
  border-radius: 0;
  background: transparent;
}
select {
  height: calc(2.25rem + 2px);
}

textarea.form-control {
  height: 200px;
  background-color: #f4f2ef;
  border-bottom: unset !important;
  border-radius: 5px;
}

.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: #4e545d;
  white-space: normal;
}

.btn-toolbar button {
  color: #4e545d;
  border: 1px solid #4e545d;
  border-radius: 0;
  display: block;
  font-size: 18px;
  line-height: 24px;
  padding: 20px;
  margin-top: 2em;
  text-decoration: none;
  transition: all 0.5s ease-in-out;
  background-color: transparent;
}
.btn-toolbar button:hover {
  letter-spacing: 0.2px;
  background-color: #4e545d;
  color: #fff !important;
  text-decoration: none;
}

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

.form-element-fileupload input::-webkit-file-upload-button {
  visibility: hidden;
}
.form-element-fileupload input::file-selector-button {
  visibility: hidden;
}
.form-element-fileupload input {
  cursor: pointer;
  background-color: transparent;
  color: transparent;
}
.form-element-fileupload input:focus {
  color: transparent;
  background-color: #ededed;
  border-color: transparent;
  outline: 0;
  box-shadow: unset;
}

.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_TEFR-1182-fileupload-1::after {
  content: "Bewerbungsschreiben" !important;
}
.form-element-fileupload input#kARRIERE-FORM_TEFR-1182-fileupload-2::after {
  content: "Lebenslauf" !important;
}
.form-element-fileupload input#kARRIERE-FORM_TEFR-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;
}

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

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

.videoBlock {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.videoBlock.stndalone {
  position: relative;
}

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

video {
  width: 100%;
}

.innerImg {
  position: relative;
}

.owl-nav {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 0px;
  right: 0px;
  transform: translateY(-50%);
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1em;
}

.owl-container .owl-carousel .owl-nav button.owl-next,
.owl-container .owl-carousel .owl-nav button.owl-prev {
  font-size: 35px;
}

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

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

.accordion-header {
  position: relative;
  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);
  }
}
