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

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

body {
  font-family: "fira-sans", sans-serif;
  background: #ffffff;
  color: #000000;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  overflow-x: hidden;
  /*  */
}

.loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(/fileadmin/user_upload/TAHI/icons/logo-icon.svg) 50% 50%
    no-repeat #3a3a39;
  background-size: 100px;
}

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

.pageSpace a {
  color: #37bfce;
}

.ce-bodytext a,
.ce-bodytext a:hover {
  color: #3a3a39;
  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: 95%;
  margin: auto;
  padding: 0;
}

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

.pageSpace {
  padding: 3em 0;
}

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

img {
  max-width: 100%;
}

a {
  text-decoration: none;
}

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

.FixNav .tel-btn {
  color: #fff;
  margin-right: 25px;
  text-decoration: none;
  z-index: 9;
}
.FixNav .tel-btn:hover {
  color: #d2b37f;
  text-decoration: none;
}
.FixNav .short-cuts {
  height: 81px;
  padding: 0;
  z-index: 9;
}
.FixNav .short-cuts .shortCuts {
  height: 100%;
}
.FixNav .short-cuts .shortCuts a {
  height: 100%;
  padding: 0 15px;
  color: #000000;
  background: #d2b37f;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  text-decoration: none;
}

/*  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: 5%;
  padding-bottom: 0;
  z-index: 8;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

.scrolla::before {
  content: "";
  height: 25px;
  position: absolute;
  bottom: 48px;
  width: 2px;
  background: #3a3a39;
  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: #000;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 5%;
  font-weight: 400; */
}

/*
 .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);
  }
}

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

/* =======*/

h1 {
  font-family: "the-seasons", "cursive";
  color: #3a3a39;
  font-size: 60px;
  line-height: 70px;
  font-weight: 300;
  letter-spacing: 5%;
  text-transform: uppercase;
  margin-bottom: 2rem;
}

h2 {
  font-family: "the-seasons", "cursive";
  color: #3a3a39;
  font-size: 56px;
  line-height: 68px;
  font-weight: 400;
  letter-spacing: 5%;
  text-transform: uppercase;
  margin-bottom: 2rem;
}

h3 {
  font-family: "fira-sans", sans-serif;
  color: #3a3a39;
  font-size: 36px;
  line-height: 46px;
  font-weight: 300;
}

h4 {
  font-family: "fira-sans", sans-serif;
  color: #3a3a39;
  font-size: 30px;
  line-height: 40px;
  font-weight: 300;
  margin-bottom: 1rem;
}

p.lead {
  font-family: "fira-sans", sans-serif;
  color: #9c857b;
  font-size: 36px;
  line-height: 46px;
  font-weight: 300;
}

p,
ul li {
  color: #3A3A39;
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
}

ul {
  padding-left: 20px;
}

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

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

.header-sec {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.header-sec video {
  height: 90vh;
  object-fit: cover;
}
.header-sec .frame-type-image figure {
  position: absolute;
  width: 470px;
  height: auto;
  left: 50%;
  transform: translatex(-50%);
  bottom: 75px;
}

.pageSpace.first-sec {
  padding: 6em 0 3em;
}
.first-sec .container,
.scalable-img-sec .container {
  max-width: 75%;
}

.pageSpace.scalable-img-sec {
  padding: 3em 0 6em;
}
.scalable-img-sec .container {
  position: relative;
}
.scalable-img-sec figure img {
  object-fit: cover;
  transition: transform 0.6s ease;
  transform-origin: center center;
  display: block;
  width: 100%;
  height: 100%;
}
.scalable-img-sec .container:hover figure img {
  transform: scale(1.1);
}
.scalable-img-sec figure {
  position: relative;
  overflow: hidden;
  margin: 0;
  width: 100%;
}
.scalable-img-sec .frame-type-text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5%;
  width: 32%;
}

.pageSpace.beige-sec {
  padding: 10em 0;
  background-color: #f6efe2;
}

.light-beige-bg {
  background-color: #D1B17C33;
}
.light-beige-bg hr {
  background-color: #D1B17C;
}
.light-beige-bg .offset-img {
  margin-top: -8em;
}
.light-beige-bg .text-col,
.inner-fourth-sec .text-col,
.team-first .text-col {
  padding: 0 8em;
}

.team-first .row {
  padding-top: 2em;
}

.pageSpace.reveiws-sec {
  padding: 10em 0;
}
.reveiws-sec .owl-carousel.owl-drag .owl-item {
  padding: 65px;
  border: 1px solid #d1b17c;
}
.reveiws-sec .owl-carousel.owl-drag .owl-item img {
  height: 18px;
  width: auto;
  margin: 0 auto 2em;
}
.reveiws-sec .owl-theme .owl-dots .owl-dot.active {
  border: 1px solid #d1b17c;
  border-radius: 20px;
  margin: 5px;
}
.reveiws-sec .owl-theme .owl-dots .owl-dot span {
  width: 20px;
  height: 2px;
  margin: 5px 15px 5px 5px;
  background: #d1b17c;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}
.reveiws-sec .owl-theme .owl-dots .owl-dot.active span,
.reveiws-sec .owl-theme .owl-dots .owl-dot:hover span {
  background: #d1b17c;
}

.home-img-slider .owl-dots {
  position: absolute;
  bottom: 15px;
  right: 15px;
}
.home-img-slider .owl-theme .owl-dots .owl-dot span {
  width: 138px !important;
  height: 3px !important;
  background: #fff !important;
}
.home-img-slider .owl-theme .owl-dots .owl-dot.active span {
  background: #3a3a39 !important;
}

/* ── Wrapper ─────────────────────────────────────────── */
.teaser-wrapper {
  position: relative;
  overflow: hidden !important;
  /* height: 95vh !important; */
  min-height: auto !important;
  height: auto !important;
  bottom: 0 !important;
  margin-top: 4em !important;
}

/* ── Row: min height to contain absolute children ────── */
.teaser-wrapper .row {
  position: relative;
  min-height: 500px;
  background: #d1b17c;
}

/* ── Both cols need relative for absolute children ────── */
.teaser-wrapper .col-md-6:first-child,
.teaser-wrapper .col-md-6:last-child {
  position: relative;
}

/* ── Images ──────────────────────────────────────────── */
.teaser-wrapper .col-md-6:first-child .frame-type-image {
  will-change: opacity;
}

.teaser-wrapper .col-md-6:first-child .frame-type-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0;
}

/* ── Text blocks ─────────────────────────────────────── */
.teaser-wrapper .col-md-6:last-child .frame-type-text {
  will-change: opacity, transform;
  top: 50% !important;
  width: 80% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
}

/* ── Title stays visible above ───────────────────────── */
.teaser-wrapper .sec-title {
  position: relative;
  z-index: 2;
}



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

.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/tahi/icons/tahi_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: #3a3a39;
}
.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: 60px;
  right: 15px;
  position: absolute;
  border-radius: 50%;
  background-image: linear-gradient(to right, #9c857b, #9c857b);
}
#switcher-container:after {
  content: "";
  border: 0 solid #000;
  background: url(/fileadmin/user_upload/TAHI/icons/sound-off.png) center center /
    100%;
  bottom: 70px;
  right: 24px;
  position: absolute;
  width: 27px;
  height: 27px;
  background-repeat: no-repeat;
}
#volume-switcher:checked + #switcher-container:after {
  content: "";
  background: url(/fileadmin/user_upload/TAHI/icons/sound-on.png) center center /
    100%;
  background-repeat: no-repeat;
}

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

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

.brown-sec .accordion-item button,
.brown-sec .accordion-body p {
  color: #FFFFFF;
}

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

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

.accordion-header button::before {
  content: "";
  background-image: url(/fileadmin/user_upload/TAHI/icons/icon_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/TAHI/icons/icon_minus.svg);
}


.FixNav .col-md-5 {
  position: unset;
}

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

ul.dropdown-menu {
  position: absolute;
  left: 60%;
  top: 100%;
  margin-top: 0px;
  width: 100%;
  background: #fff;
  border: 0px solid #fff;
  border-radius: 0;
  padding: 2em 1em;
  z-index: 100;
  min-width: 700px;
  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: #3a3a39;
}

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

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: #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/tahi/icons/tahi_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/tahi/icons/tahi_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: #ffffff;
}
/* .FixNav.sticky .closeBtn .icon-bar,
.FixNav.sticky .navbar-toggler .icon-bar,
.FixNav.inner .closeBtn .icon-bar,
.FixNav.inner .navbar-toggler .icon-bar {
  background: #3a3a39;
} */

.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 {
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  width: 95%;
  margin: auto;
  transition: all 0.3s ease-in-out;
}

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

.sec-title {
  position: relative;
}
.sec-title h2 {
  width: 50%;
  margin: 0 auto 2rem;
}
.sec-title::before {
  content: "";
  height: 1px;
  width: 25%;
  display: block;
  background-color: #d1b17c;
  position: absolute;
  left: 2%;
  top: 50%;
  transform: translateY(-50%);
}
.sec-title::after {
  content: "";
  height: 1px;
  width: 25%;
  display: block;
  background-color: #d1b17c;
  position: absolute;
  right: 2%;
  top: 50%;
  transform: translateY(-50%);
}
.scalable-img-sec .frame-type-image:nth-of-type(2) {
  display: none;
}


.inner-third-sec .row,
.inner-first-sec .row {
  width: 87%;
  margin: auto;
}
.pageSpace.inner-first-sec {
  padding: 3em 0 9em;
}

.brown-sec {
  background-color: #9C857B;
}
.brown-sec h1,
.brown-sec h3,
.brown-sec p {
  color: #FFFFFF;
}


.team-second {
  background-color: #D1B17C33;
}
.team-second .custom-grid-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.team-second .custom-grid-wrapper .grid-item {
    width: 25%;
    flex: 0 0 25%;
    padding: 0 15px;
    margin-bottom: 3em;
}

.team-slider.pageSpace {
  padding: 3em 0 5em;
}
.team-slider .owl-carousel .item {
  display: flex;
  align-items: center;
}
.team-slider .owl-carousel .item .carousel-content {
    padding: 0 8em;
    width: 50%;
    flex: 0 0 50%;
}
.team-slider .owl-carousel .item img {
    padding: 0 15px;
    width: 50%;
    flex: 0 0 50%;
}
.team-slider .owl-theme .owl-dots .owl-dot span {
  width: 117px;
  height: 3px;
  background: #9C857B;
}
.team-slider .owl-theme .owl-dots .owl-dot.active span {
  background: #3A3A39;
}
.team-slider .owl-theme .owl-dots {
  position: absolute;
  right: 50.5%;
}

.team-gallery .col-md-6 figure {
    margin: 0 0 2rem;
}


.team-fifth .custom-grid-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-top: 5em;
}
.team-fifth .custom-grid-wrapper .grid-item {
  position: relative;
  width: 33.33%;
  flex: 0 0 33.33%;
  padding: 0 15px;
  margin-bottom: 2em;
}
.team-fifth .custom-grid-wrapper .grid-item::before {
  content: "";
  width: 120px;
  height: 3px;
  background-color: #D1B17C;
  display: block;
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
}

/* --------------------------------------------- */
.footer {
  padding: 4em 0 1em;
  position: relative;
  background: #3a3a39;
}
.footer iframe {
  height: 600px;
}
.footer h2 {
  color: #d1b17c;
}
.footer p {
  color: #ffffff;
}
.footer p a {
  color: #ffffff;
}
.footer .desc-col {
  padding: 0 10%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

a.mainBtn {
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 0;
  display: inline-block;
  font-size: 18px;
  line-height: 30px;
  padding: 15px;
  margin-top: 1em;
  text-decoration: none;
  transition: all 0.5s ease-in-out;
  letter-spacing: 10%;
  box-shadow: 0 4px 4px #00000040;
  width: fit-content;
  text-transform: uppercase;
}
a.teaserBtn {
  color: #9c857b;
  border: 1px solid #9c857b;
  border-radius: 0;
  display: inline-block;
  font-size: 18px;
  line-height: 30px;
  padding: 15px;
  margin-top: 1em;
  text-decoration: none;
  transition: all 0.5s ease-in-out;
  letter-spacing: 10%;
  box-shadow: 0 4px 4px #00000040;
  width: fit-content;
  text-transform: uppercase;
}
a.mainBtn::after {
  content: "";
  background-image: url(/fileadmin/user_upload/TAHI/icons/Line_14__1_.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 10px;
  margin-left: 5px;
  display: inline-block;
  transition: all 0.3s ease;
}
a.teaserBtn::after {
  content: "";
  background-image: url(/fileadmin/user_upload/TAHI/icons/Line_14.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 10px;
  margin-left: 5px;
  display: inline-block;
  transition: all 0.3s ease;
}
a.teaserBtn:hover,
a.mainBtn:hover {
  border: 1px solid #3a3a39;
  background-color: #d1b17c4d;
  color: #3a3a39;
}
a.teaserBtn:hover::after,
a.mainBtn:hover::after {
  background-image: url(/fileadmin/user_upload/TAHI/icons/Line_14__2_.svg);
}

a.STEF_back-to-top {
  position: absolute;
  left: 50%;
  bottom: 60px;
  transform: translatex(-50%);
  background-color: #494949;
  border: 1px solid #d1b17c;
  padding: 3px 20px;
  border-radius: 50px 50px 0 0;
}

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

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

.copy-r a {
  color: #ffffff;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  text-decoration: underline;
  margin-left: 5px;
}
.copy-r a:hover {
  color: #d1b17c;
}

.copy-r p {
  color: #ffffff;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 0;
}

.copy-r p a strong {
  margin: 0 10px;
  font-size: 0;
  background: url(/fileadmin/user_upload/universal/praxiskom_logo_weiss.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;
}

header.FixNav.inner,
.FixNav.sticky {
  opacity: 1;
  background: #3a3a39;
  box-shadow: 0 4px 4px 0 #00000040;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  border-radius: 0;
  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;
}

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

.card {
  border-radius: 0;
  border-bottom: solid 1px #3a3a39;
  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: #3a3a39;
  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: #3a3a39;
  font-size: 16px;
}

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

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

/* Form */

#tAHI_FORM-3472 {
  margin-top: 6em;
}
.inner-start-padding {
  padding-top: 10em !important;
}
.kontakt-first .container {
  max-width: 75%;
}
.form-control:focus {
  color: #323130;
  background-color: #fff;
  border-color: #9c857b;
  outline: 0;
}
.kontakt-first a.mainBtn {
  color: #9c857b;
  border: 1px solid #9c857b;
  padding: 10px 15px;
  width: 50%;
  text-align: center;
}
.kontakt-first a.mainBtn::after {
  background-image: url(/fileadmin/user_upload/TAHI/icons/Line_14__2_.svg);
}

.kontakt-first .col-md-6.mail {
  text-align: end;
}
.kontakt-first .col-md-6.anfurn {
  text-align: left;
}
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 #f6efe2 !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: #323130;
  margin: 1px 0 8px 0;
  outline: none;
  border-radius: 0;
  background: transparent;
}
select {
  height: calc(2.25rem + 2px);
}
.form-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(/fileadmin/user_upload/TAHI/icons/Vector_8.png) !important;
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 22px;
}
label {
  color: #323130;
}
textarea.form-control {
  height: 200px;
  background-color: #f6efe2;
  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: #3a3a39;
  white-space: normal;
}

.btn-toolbar button {
  color: #3a3a39;
  border: 1px solid #9c857b;
  border-radius: 0;
  display: block;
  font-size: 18px;
  line-height: 30px;
  padding: 10px 20px;
  margin-top: 2em;
  font-weight: 300;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.5s ease-in-out;
  background-color: transparent;
}
.btn-toolbar button:after {
  content: "";
  background-image: url(/fileadmin/user_upload/TAHI/icons/Line_14__2_.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 10px;
  margin-left: 5px;
  display: inline-block;
  transition: all 0.3s ease;
}
.btn-toolbar button:hover {
  letter-spacing: 0.2px;
  background-color: #d1b17c4d;
  color: #9c857b !important;
  text-decoration: none;
  border-color: #9c857b;
}

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

.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: #3a3a39;
  border: 1px solid #3a3a39;
  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_tahi-1182-fileupload-1::after {
  content: "Bewerbungsschreiben" !important;
}
.form-element-fileupload input#kARRIERE-FORM_tahi-1182-fileupload-2::after {
  content: "Lebenslauf" !important;
}
.form-element-fileupload input#kARRIERE-FORM_tahi-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: #3a3a39;
  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 #3a3a39;
  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 #3a3a39;
  background: #3a3a39;
  color: #fff !important;
}

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

label.powermail_label {
  font-size: 16px;
  font-weight: normal;
  color: #3a3a39;
  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: #3a3a39;
  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/tahi/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: #3a3a39;
}

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: "fira-sans", 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%);
}

.teaser-nav-item.active {
  opacity: 1;
  position: relative;
  width: 34px;
  height: 10px;
  border: 1px solid white;
  border-radius: 20px;
  transition: all 0.35s ease;
}
.teaser-wrapper .col-md-6:first-child .frame-type-image figure {
  height: 100%;
  position: relative;
  bottom: -1em;
  top: 0;
  margin: 0;
}
.FixNav .short-cuts .shortCuts a:hover {
  background: #9c857b;
}
@media (min-width: 1200px) {
  .FixNav .short-cuts {
    flex: 0 0 11%;
    max-width: 11%;
  }
  nav.navbar-light .col-md-8.col-xs-12 {
    flex: 0 0 64%;
    max-width: 64%;
  }
}
.navbar-expand-lg .navbar-nav {
  position: relative;
}
.navbar-expand-lg .navbar-nav::after {
  position: absolute;
  content: "";
  width: 2px;
  height: 100%;
  background-color: #d1b17c;
  right: 0;
}
