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

/* 
font-family: "acherusgrotesque", sans-serif;
font-weight: 400;
font-style: normal;
*/

:root {
  --whiteColor: #ffffff;
  --darkGrey: #484847;
  --brownColor: rgb(182, 170, 171, 0.25);
  --fullBrownColor: #b6aaab;
  --txtColor: #565655;
  --pink: #ea5092;
}
body {
  font-family: "utile-display", sans-serif;
  font-weight: 400;
  font-style: normal;
  overflow-x: hidden;
  position: relative;
  margin: 0;
  padding: 0;
}
#page-content {
  position: relative;
  z-index: 1;
}
.first-sec {
  position: relative;
}
.first-sec .ce-container {
  max-width: 52%;
}
.first-sec figure.image {
  width: 240px;
  height: 240px;
  position: absolute;
  right: 80px;
  top: 40px;
}

.opacity-bg {
  background: rgb(182 170 171 / 10%);
}

p.text-center img {
  margin-top: 0px;
  height: 100px;
  width: 150px;
}

.construction-sec {
  background: rgb(182 170 171 / 60%);
}
.construction-sec figure {
  width: 220px;
  margin: 0 auto 3em;
}
.construction-sec h3 {
  margin-bottom: 0;
}
/* * {
  scrollbar-width: thin;
  scrollbar-color: #c6cdde;
} */

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

::-webkit-scrollbar-thumb {
  background-color: #c6cdde;
  border-radius: 46px;
} */

.loader {
  left: 0;
  height: 100%;
}

.navbar-toggler {
  position: absolute;
  right: 40px;
  top: 0;
  z-index: 200;
}

span.navIconTxt {
  color: #000;
  margin-bottom: 8px;
  display: block;
}
.modal {
  top: 130px !important;
}
.modal-backdrop {
  z-index: 0 !important;
}
/* /////////////////////////////////// */
.navbar-light .navbar-toggler {
  border: none;
}

.navbar-toggler .icon-bar {
  display: block;
  width: 45px;
  height: 2px;
  border-radius: 2px;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  margin: 0 auto;
}

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

.navbar-toggler .open .icon-bar:first-of-type {
  transition: top 0.25s ease 0s, transform 0.25s ease 0.3s;
  -webkit-transition: top 0.25s ease 0s, transform 0.25s ease 0.3s;
  -webkit-transform: rotate(-26deg);
  -ms-transform: rotate(-26deg);
  transform: rotate(26deg);
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0;
}

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

.navbar-toggler .open .icon-bar:nth-of-type(3) {
  transition: top 0.25s ease 0s, transform 0.25s ease 0.3s;
  -webkit-transition: top 0.25s ease 0s, transform 0.25s ease 0.3s;
  -webkit-transform: translate(-1px, 3px) rotate(-26deg);
  -ms-transform: translate(-1px, 3px) rotate(-26deg);
  transform: translate(0px, 0px) rotate(-26deg);
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
}

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

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

.navbar-toggler .icon-bar,
.navbar-toggler .open .icon-bar {
  background: var(--whiteColor);
}

.FixNav .social {
  display: flex;
  justify-content: end;
  align-items: center;
}

* {
  scrollbar-width: thin;
  scrollbar-color: #c6cdde;
}

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

::-webkit-scrollbar-thumb {
  background-color: #c6cdde;
  border-radius: 46px;
}

/* //////////////////////////////////// */
.card,
.termina-h a {
  border-right: none;
}

.powermail_submit {
  text-transform: uppercase;
}

.accordion-button::before,
.card button.btn.btn-link.collapsed:after,
.card button.btn.btn-link:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.pageSpace a,
.pageSpace a:hover,
p a {
  text-decoration: underline;
}

b,
strong {
  font-weight: 600;
  font-style: normal;
}

.ins-head a,
.ins-head a:hover,
.navbar-nav ul.dropdown-menu a:hover,
.topShortCuts a {
  color: var(--blueColor);
}

.top_logo img {
  height: 100px;
}

.pageSpace a {
  color: var(--browncolor);
}
.formKontakt a {
  color: #000000;
}
/* ********amr fix********** */
.homeStartImage {
  position: relative;
  height: 138vh;
}
.aboveImage {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  mix-blend-mode: multiply;
  width: 100%;
}
.content-aboveImage {
  position: absolute;
  z-index: 2;
  top: 16%;
  width: 100%;
}
.content-aboveImage .row {
  align-items: center;
}
.content-aboveImage .col-md-4 {
  text-align: right;
}
.content-aboveImage h1 {
  color: #fff;
}
.secondSection .row-cols-md-2 {
  margin-top: 3rem;
}

.secondSection .row-cols-md-2 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: unset;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 50%;
  width: 50%;
}
.secondSection .row-cols-md-2 .col p {
  display: flex;
  align-items: center;
}
/* **********amr fix*********** */
.secondSection img {
  height: 109px;
  width: 50px;
  margin-right: 24px;
}
.logo {
  width: 210px;
  margin-bottom: 6rem;
}
.underImage {
  display: flex;
  justify-content: end;
  position: absolute;
  right: 0;
  z-index: 0;
  width: 78%;
}
.innerFirstSection {
  position: relative;
  z-index: 1;
}
.innerFirstSection .row {
  margin-left: 8%;
  margin-top: 8rem;
}

.img-sec {
  background-color: var(--bgColor);
}
.img-sec figure {
  width: 166.4px;
  margin: 0 auto 35px;
}
.img-sec h3 {
  margin-bottom: 0;
}

.kontackt-section h3 {
  margin-bottom: 5rem;
}

.whiteColor h1 {
  color: #fff;
}
.whiteColor .ce-container {
  max-width: 100%;
}
.specificInnerTOP {
  margin-top: 8rem;
}
.formKontakt {
  position: relative;
  z-index: 1;
  margin-bottom: 22rem;
}
.radio label {
  display: block !important;
}
.tableSection td img {
  width: 30px;
  height: 30px;
}
.tableSection h3,
.spacificHeader h3 {
  margin-left: 139px;
}
.tableSection h4 {
  background: #000000 0% 0% no-repeat padding-box;
  color: #fff;
  padding: 20px 0 0;
}
.tableSection .row {
  margin-top: 2rem;
}
hr {
  margin-top: 3rem;
  margin-bottom: 1rem;
  border: 1px solid #b6aaab;
}

.Kontakt-sec iframe {
  height: 500px;
}

.teaserSection .ce-container {
  max-width: 100%;
}
.teaserSection .spacificHeader {
  width: 85%;
  margin: auto;
}
.teaserSection .specificMarginRight {
  margin-right: 6%;
  margin-top: 7rem;
}
.teaserSection .specificMarginLeft {
  margin-left: 6%;
  margin-top: 7rem;
}
.specificWidth .row {
  margin-top: unset;
  margin-right: unset;
  margin-bottom: 3rem;
}
.specificWidth h4 {
  margin-bottom: 1rem;
}
.teaserSection .left figure,
.right figure {
  width: 806px;
}
.right .ce-column {
  display: flex;
  justify-content: end;
}
.social_icon {
  width: 73px;
}

.instagramSection .spacificHeader .ce-container {
  max-width: 100%;
}
.instagramSection .item {
  position: relative;
}
.instagramSection .carousel-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 0%);
}
.instagramSection .owl-container {
  margin-top: 3rem;
}
.instagramSection .row {
  margin-top: 4rem;
}
.instagramSection .col-md-4 .frame-type-text {
  height: 526px;
  background: #d1d1d1 0% 0% no-repeat padding-box;
  text-align: center;
}
.navbar-toggler,
.owl-dot {
  outline: 0 !important;
}

.videoBlock img {
  object-fit: cover;
}

.powermail_submit,
.videoBlock h5 {
  color: var(--darkGreenColor);
}

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

/* body {
  font-family: "museo-sans-condensed", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 22px;
  line-height: 29px;
  background: var(--whiteColor);
  overflow-x: hidden;
} */

::-moz-selection {
  color: var(--whiteColor);
  background: var(--pink);
}

::selection {
  color: var(--whiteColor);
  background: var(--pink);
}

.loader {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  background: url(/fileadmin/user_upload/hara-website/logo-icon.svg) 50% 50%
    no-repeat #fff;
  background-size: 180px;
}

.links a img {
  height: 20px;
}

.links a {
  display: inline-block;
}

.online {
  position: fixed;
  bottom: 85px;
  right: 30px;
  text-align: center;
  color: #fff;
  font-weight: 400;
  z-index: 999;
}

a.rezeption {
  padding: 11px 25px;
  padding-left: 44px;
  background: #fff url(/fileadmin/user_upload/hara-website/online.svg) no-repeat
    left center;
  border: 1px solid var(--darkblueColor);
  background-position-x: 6%;
  text-decoration: none;
  border-radius: 100px;
  font-weight: 600;
  font-size: 18px;
  color: #232a50;
}

a.rezeption:hover {
  padding-right: 44px;
  padding-left: 25px;
  background: var(--lightBlue)
    url(/fileadmin/user_upload/hara-website/online.svg) no-repeat left center;
  background-position-x: 94%;
}

.toplinks p {
  font-weight: 500;
  border: 1px solid var(--darkblueColor);
  border-radius: 5px;
  color: var(--darkblueColor);
  font-size: 18px;
  display: block;
  margin: 1em auto 0 auto;
  text-decoration: none;
  vertical-align: middle;
  -webkit-transition: all ease-out 0.2s;
  -moz-transition: all ease-out 0.2s;
  -o-transition: all ease-out 0.2s;
  -ms-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;
  position: relative;
  text-align: center;
  padding: 10px 0;
  cursor: pointer;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
}

.toplinks p:hover,
.toplinks p:focus {
  color: #fff !important;
  border: 1px solid var(--darkblueColor);
}

.topHeader_logo .top_logo img {
  padding: 0;
  width: 437px;
  height: 172px;
  object-fit: cover;
}
.toplinks p:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--darkblueColor);
  color: #fff;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  border-radius: 5px;
}

.toplinks p:hover:before,
.toplinks p:focus:before,
.toplinks p:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.hero_video {
  position: relative;
}

label.control-label.col-sm-2,
.powermail_fieldwrap .col-sm-10 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding-left: 0;
}
label {
  display: none;
}
.powermail_fieldwrap_type_radio {
  margin-bottom: 10px;
}
.powermail_fieldwrap_type_radio label {
  display: block;
}
.row:has(.powermail_fieldwrap_type_check)::before {
  content: "Ich…";
  position: absolute;
  left: 50px;
  top: 155px;
  color: #888888;
}
.row:has(.powermail_fieldwrap_type_check) {
  position: relative;
  display: flex;
  align-items: start;
  flex-direction: column;
  width: 48.4%;
  background-color: #fff;
  margin-left: 15px !important;
  padding: 40px 35px 20px;
  border-bottom: 1px solid #000;
}
.powermail_fieldwrap_type_check .checkbox label {
  display: flex !important;
  align-items: center;
  color: #888888;
}
.powermail_fieldwrap_type_check .checkbox label input {
  margin-right: 15px;
}
input[type="checkbox"] {
  width: 30px !important;
  height: 30px !important;
}
.powermail_fieldwrap_type_check {
  display: flex;
  flex-direction: row-reverse;
  justify-content: left;
  position: relative;
  left: 0;
}
/* .powermail_fieldwrap_type_textarea{
  position: absolute;
  right: 0;
} */

fieldset {
  position: relative;
}
fieldset.powermail_fieldset .row {
  margin: 0;
  width: 100%;
}

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

.backy .ce-container {
  height: 600px;
  position: relative;
  overflow: hidden;
  background-color: var(--darkblueColor) !important;
  background-attachment: fixed !important;
  background-size: cover !important;
}

.backy .ce-container:after {
  content: "";
  width: 106%;
  height: 120px;
  position: absolute;
  left: 0;
  bottom: -50px;
  background: var(--whiteColor);
  transform: rotate(-3deg);
  z-index: 9;
}

.ce-bodytext a,
.ce-bodytext a:hover {
  color: var(--grayColor);
  text-decoration: none;
}

.arrows .ce-row {
  display: flex;
  justify-content: center;
  position: relative;
  flex-direction: row-reverse;
}

.arrows .ce-row .ce-column {
  padding: 21px;
  background: #fff;
  z-index: 1;
  position: relative;
}

.arrows .ce-row:before {
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: var(--darkblueColor);
  margin-top: -5px;
}

.arrows .ce-row .ce-column + .ce-column {
  padding-right: 0;
}

.arrows .ce-row .ce-column img {
  cursor: pointer;
}

.arrows .ce-row .ce-column img:hover {
  opacity: 0.7;
}

.pageSpace.grey {
  background: var(--lightGray);
}

.pageSpace.grey .arrows .ce-row .ce-column {
  background: var(--lightGray);
}

.backy.grey .ce-container:after {
  bottom: -59px;
  background: var(--lightGray);
  transform: rotate(3deg);
}

.kontactSec h1 {
  margin-bottom: 3rem;
}

.textimg-sec {
  position: relative;
  padding-bottom: 3em;
}
.textimg-sec h3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(0, -70%);
}
.textimg-sec .ce-container {
  max-width: 100%;
}

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

div#navbarNavDropdown {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}

.top_logo {
  transition: 0.2s ease-in-out;
}

.pageSpace {
  padding: 3em 0;
}

img {
  max-width: 100%;
  width: 100%;
  height: 100%;
}

.checkbox,
.navbar-nav li a,
.navbar-toggler,
.powermail_submit,
.top_logo {
  display: inline-block;
}

a,
button {
  transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
}

@-webkit-keyframes backgroundScroll {
  0% {
    -webkit-transform: scale(1);
  }

  100% {
    -webkit-transform: scale(1.2);
  }
}

@keyframes backgroundScroll {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.2);
  }
}

header.FixNav:not(.inner) {
  background: var(--darkGrey);
}
header.FixNav {
  z-index: 1000;
  position: relative;
  margin: auto;
  max-width: 100%;
  padding: 38px 0 0;
}

header.FixNav .container-fluid {
  width: 95%;
  padding: unset;
}

.social .tel {
  font-size: 20px;
  line-height: 28px;
  color: var(--pink);
}
.social .tel::before {
  content: "";
  background-image: url(/fileadmin/user_upload/hara-website/phone.svg);
  background-repeat: no-repeat;
  width: 18.5px;
  height: 18.5px;
  display: inline-block;
  padding: 0 15px 0;
}
.navbar-nav {
  box-shadow: 0px 3px 6px #0000008c;
  border-radius: 50px;
  padding: 15px 80px;
  position: relative;
  background-color: var(--darkGrey);
}
.footer-sec p a:has(img) {
  font-size: 20px;
  line-height: 55px;
}
.navbar-nav li a {
  font-family: "lieberuth", sans-serif;
  color: var(--whiteColor);
  font-size: 18px;
  line-height: 20px;
  margin: 0 20px;
  text-decoration: none;
  position: relative;
  text-transform: capitalize;
  border-color: var(--pink);
  border-bottom: 2px solid transparent;
  transition: all 0.4s ease-in-out;
}
.navbar-nav li a:hover {
  border-bottom: 2px solid var(--pink);
}

.navbar-nav li a i {
  font-size: 18px;
}

.navbar-nav li a.active_nav {
  border-bottom: 2px solid var(--pink);
}

.tx-powermail h3 {
  display: none;
}

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

.logoImage {
  position: absolute !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: visible !important;
}

.logoImage figure img {
  object-fit: unset !important;
}

.teaser figure.image {
  position: absolute;
  height: 100%;
  width: 54vw;
  left: 0;
  top: 0;
  overflow: hidden;
}

.teaser.right figure.image {
  left: auto;
  right: 0;
}

.teaser figure.image:after {
  content: "";
  width: 70px;
  height: 100%;
  position: absolute;
  right: -38px;
  bottom: 0;
  background: var(--lightGray);
  transform: skew(-6deg);
  z-index: 9;
}

.teaser.right figure.image:after {
  left: -29px;
  right: auto;
  transform: skew(-6deg);
}

.teaser figure.image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
}

.teaser figure.image img:hover {
  transform: scale(1.1);
}

.teaser .col-lg-7 {
  position: initial;
}

ul.dropdown-menu {
  background: var(--darkGrey);
  position: absolute;
  left: 0 !important;
  top: 50px !important;

  border-radius: 0;
  z-index: 9999;
  padding: 12px 0 50px;

  border: none;
  min-width: 300px;
  box-shadow: 0px 8px 6px #0000008c;
  border-radius: 0px 0px 75px 75px;
}

.navbar-nav ul.dropdown-menu a {
  font-size: 18px;
  padding: 12px 38px;
  display: block;
  line-height: 20px;
  text-align: left;
  color: var(--whiteColor);
  margin: 0;
}

.navbar-nav ul.dropdown-menu a:hover {
  color: var(--pink);
}

p,
ul li,
ol li {
  font-size: 18px;
  line-height: 24px;
  color: var(--txtColor);
}
a.STEF_back-to-top {
  position: absolute;
  right: 39px;
  bottom: 25px;
  width: 40px;
  height: 40px;
  z-index: 1;
}
header.FixNav.sticky {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  margin: auto;
  z-index: 999;
  background: transparent;
}

.top_logo {
  /* opacity: 1; */
  transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
}
.top_logo img {
  animation: fadeIn 0.5s ease-in-out;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

header.FixNav .top_logo {
  /* opacity: 1; */
  box-shadow: 0px 3px 6px #0000008c;
  border-radius: 50px;
  padding: 10px 35px;
  background-color: var(--darkGrey);
}

header.FixNav.sticky .top_logo,
header.FixNav.inner .top_logo {
  /* opacity: 1; */
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  animation-delay: 0.5s;
}

.hero_img.inner:before,
.hero_img.inner:after {
  display: none;
}

.hero_img.inner figure.image {
  height: 450px;
}

.active--collapse .accordion-button {
  color: var(--pink);
}

/* .accordion-item.active--collapse {
  border-bottom: unset !important;
} */
.accordion-item {
  padding: 12px 50px 12px 25px;
  border-radius: 0;
  margin-bottom: 1em;
  border: 2px solid var(--pink);
  border-radius: 30px;
}

.accordion-header {
  color: #000;
  margin: 0;
  display: block;
  line-height: unset;
  display: block;
  position: relative;
  /* font-size: 20px; */
  display: flex;
  justify-content: space-between;
  align-items: center;
}

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

.accordion-body {
  margin: 15px 15px 15px 0;
  /* padding: 20px 0; */
}

.accordion-body h2 {
  display: none;
}
.accordion-body p {
  width: 100% !important;
  font-size: 16px;
}
.team .accordion-body p {
  width: 100% !important;
  font-size: 16px;
  color: var(--pink);
}

.accordion-header button::before {
  content: "";
  background-image: url(/fileadmin/user_upload/hara-website/angle-down_pink.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 14px;
  display: block;
  position: absolute;
  right: -25px;
  top: 50%;
  transform: translateY(-50%);
}

.active--collapse .accordion-header button::before {
  rotate: 180deg;
  top: 0%;
}

.copy-r {
  position: relative;
  background-color: var(--darkGrey);
  padding: 27px 0;
  /* border-top: 2px solid white; */
}

.copy-r p {
  margin: 0;
  color: var(--whiteColor);
  font-size: 15px;
  line-height: 24px;
}

.copy-r p a {
  color: var(--whiteColor);
  text-decoration: none;
}

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

.copy-r .company p {
  text-align: left !important;
}

.doc-sec .col-md-6 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#instaFeed.owl-carousel.owl-drag .owl-item {
  padding: 0;
}

#instaFeed.owl-carousel.owl-drag .owl-item .item a.ima {
  margin: 0;
  height: 365px;
  overflow: hidden;
  position: relative;
  display: block;
}

#instaFeed.owl-carousel.owl-drag .owl-item a.ima img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

#instaFeed .owl-dots .owl-dot span {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  margin: 5px 4px;
  background: #d0d0d0;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -ms-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

#instaFeed .owl-dots .owl-dot.active span,
.owl-dots .owl-dot:hover span {
  background: var(--brownColor);
}

#instaFeed .owl-dots {
  padding: 15px;
  text-align: center;
  bottom: -54px;
}

.ins-head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  justify-items: center;
  padding: 12px 10px;
  border: 1px solid #eee;
}

.ins-head span {
  font-size: 12px;
  font-weight: bold;
}

.ins-head i {
  font-size: 24px;
  margin-top: 7px;
}

.ins-head a:hover {
  color: var(--brownColor);
}

.owl-carousel .item .ins-head img {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: relative;
  display: inline-block;
  margin-right: 10px;
}

a.bac-an {
  position: relative;
  display: inline-block;
}

a.bac-an:after {
  background: -webkit-linear-gradient(left top, crimson 0%, #f90 100%);
  width: 40px;
  display: none;
  height: 40px;
  position: absolute;
  border-radius: 50%;
  z-index: -1;
  left: -2px;
  top: -2px;
  animation: spina 5s linear infinite;
}

@keyframes spina {
  100% {
    transform: rotate(360deg);
  }
}

#instaFeed .owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}

#instaFeed.owl-theme .owl-dots {
  bottom: -70px;
}

#instaFeed.owl-theme .owl-dots .owl-dot span {
  background: var(--darkGrayColor) !important;
}

#instaFeed.owl-theme .owl-dots .owl-dot.active span,
#instaFeed.owl-theme .owl-dots .owl-dot:hover span {
  background: var(--brownColor) !important;
}
h1 {
  font-size: 60px;
  line-height: 68px;
  font-weight: 500;
  font-style: normal;
  color: var(--pink);
  text-transform: uppercase;
  margin-bottom: 2rem;
}

h2 {
  color: var(--darkGrey);
  font-size: 40px;
  line-height: 45px;
  margin-bottom: 2rem;
  font-weight: 500;
}

h3 {
  font-size: 40px;
  line-height: 45px;
  font-weight: 500;
  color: var(--fullBrownColor);
  margin-bottom: 2rem;
}

h4 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  color: #b6aaab;
  margin-bottom: 1rem;
  font-family: "lieberuth", sans-serif;
}

.container,
.ce-container {
  max-width: 85%;
  margin: auto;
}

/* @media (min-width: 1100px) {

  .sec11 .row,
  .sec21 .row,
  .sec31 .row,
  .sec41 .row,
  .sec51 .row,
  .sec01 .row {
    min-height: calc(100vh - 315px)
  }
} */

.powermail_fieldwrap_type_date input,
input[type="email"],
input[type="text"],
select,
textarea {
  width: 100%;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  resize: vertical;
  margin: 8px 0;
  outline: 0;
  border-radius: 0;
  font-size: 20px;
  color: var(--darkGrey);
}
.form-control {
  /* padding: 23px 20px !important; */
  border-bottom: 2px solid var(--pink) !important;
  border-top: unset;
  border-left: unset;
  border-right: unset;
  background-color: transparent;
  font-size: 20px;
  line-height: 26px;
}
input.form-control::placeholder {
  color: var(--bodytextcolor);
}
textarea.form-control::placeholder {
  color: var(--bodytextcolor);
}
.powermail_fieldwrap_type_date input:focus,
input[type="email"]:focus,
input[type="text"]:focus,
select:focus,
textarea:focus {
  border: 2px solid #e24f78;
}
.powermail_fieldwrap_type_submit .col-sm-10 {
  background: var(--fullBrownColor);
  padding: 10px;
  border-radius: 48px;
  transition: all 0.4s ease-in-out;
}
.powermail_fieldwrap_type_submit input {
  background: transparent;
  border: 1px solid var(--whiteColor);
  display: inline-block;
  width: 70%;
  text-align: center;
  text-decoration: none;
  color: var(--whiteColor);
  font-size: 20px;
  line-height: 28px;
  position: relative;
  z-index: 1;
  border-radius: 48px;
  padding: 6px 0;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  /* margin-top: 1em; */
  outline: 0;
  width: 100%;
}
.powermail_fieldwrap_type_submit .col-sm-10:hover {
  background-color: var(--darkGrey);
}

.powermail_fieldwrap_type_textarea {
  flex: 0 0 100% !important;
  max-width: 100% !important;
}

.powermail_fieldwrap_type_radio {
  display: flex;
  border-bottom: 2px solid var(--pink);
  height: fit-content;
  top: 8px;
}
.powermail_fieldwrap_type_radio label {
  max-width: 30% !important;
  color: var(--bodytextcolor);
  font-size: 20px;
  line-height: 28px;
}

.powermail_fieldwrap_type_radio .col-sm-10 {
  display: flex;
  gap: 30px;
  max-width: 80%;
}
.powermail_fieldwrap_type_radio .col-sm-10 .radio {
  display: contents;
}
.powermail_fieldwrap_type_radio .col-sm-10 .radio label {
  color: var(--bodytextcolor);
}

.powermail_fieldwrap_type_submit input:active,
.powermail_fieldwrap_type_submit input:focus,
.powermail_fieldwrap_type_submit input:hover {
  background: transparent;
  text-decoration: none;
  border: 1px solid var(--whiteColor);
  color: var(--whiteColor);
}
.powermail_fieldwrap_type_submit {
  flex: 0 0 100% !important;
  max-width: 100% !important;
}
.powermail_fieldwrap_type_submit .col-sm-10 {
  max-width: 50% !important;
  margin: auto !important;
}

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

.powermail-errors-list li {
  color: #721c24;
  font-size: 16px;
  margin-bottom: 0 !important;
}

legend.powermail_legend {
  display: none;
}

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

.videoBlock i {
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  background-size: contain;
  background-repeat: no-repeat;
}

.tx-videogrid .col-4 {
  margin: 0 0 20px;
  flex: 0 0 33.3%;
  max-width: 33.33%;
}
.team-img.home .tx-videogrid .col-4 {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .modal-dialog {
    max-width: 650px;
  }
}
@media (min-width: 1300px) {
  .topHeader_logo {
    top: 200px;
  }
  .topHeader_logo .top_logo img {
    width: 380px;
    height: 150px;
  }
  .home-first-sec .col-md-8 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .icons-row {
    align-items: center;
    justify-content: center;
  }
  .icons-row .col-xl-3 {
    flex: 0 0 17%;
    max-width: 17%;
  }
  .teaser-sec.img-left .txt {
    margin-left: -3em;
  }
  .imp-brown-sec.brownBgSec p {
    width: 80%;
    /* margin: auto; */
  }
  .pageSpace.team-img {
    padding: 0;
  }
}
.row ul {
  padding-left: 15px;
}
.video-txt h5,
.video-txt.stndalone h5 {
  margin: 15px 0 8px;
  font-size: 20px;
  color: #565655;
  line-height: 30px;
  text-align: left;
}

.video video,
video {
  width: 100%;
}

.videoBlock {
  position: relative;
  margin-bottom: 10px;
}
.videoBlock .video-txt {
  position: absolute;
  top: 100%;
  left: 0;
  /* transform: translateX(-50%); */
  font-family: "lieberuth";
}

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

.videoBlock a {
  background: 0 0;
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
  position: absolute;
  top: 0;
  z-index: 1;
  left: 0;
  right: 0;
  height: 100%;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  border-radius: 0;
  background: rgb(72, 72, 71, 0.7);
  border-radius: 20px;
}

.videoBlock img {
  border-radius: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  border-radius: 20px;
}

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

.videoBlock i {
  font-size: 70px;
  margin-bottom: 0;
  animation: 2s infinite pulse;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  /* color: var(--pink); */
  /* background-color: white; */
}
.videoBlock i::before {
  content: "" !important;
  background-image: url(/fileadmin/user_upload/hara-website/play.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 90px;
  height: 90px;
  display: block;
}

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

#switcher-container:after {
  content: "";
  /* border: 0 solid #000; */
  background: url("/fileadmin/user_upload/321DU/icons/video_button_mute.svg")
    center center/100%;
  bottom: 31px;
  right: 31px;
  position: absolute;
  width: 35px;
  height: 35px;
}
#switcher-container:before {
  content: "";
  /* border: 0 solid #000; */
  background: url("/fileadmin/user_upload/321DU/icons/video_button_play.svg")
    center center/100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  width: 40px;
  height: 40px;
  display: block;
}
#volume-switcher:checked + #switcher-container:before {
  display: none;
}

/* 
#switcher-container::before {
  content: "";
  background-image: linear-gradient(to right, #232a50, #232a50);
  background-size: 400% 400%;
  animation: 15s infinite text-color-gradient;
  width: 50px;
  height: 50px;
  display: block;
  bottom: 20px;
  right: 20px;
  position: absolute;
  border-radius: 50%
} */

#switcher-container:hover {
  -webkit-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

#volume-switcher:checked + #switcher-container {
  -webkit-transition: 0.7s ease-in 1s;
  -moz-transition: 0.7s ease-in 1s;
  transition: 0.7s ease-out 1s;
}

#volume-switcher:checked + #switcher-container:hover {
  opacity: 1;
  -webkit-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  transition: opacity 0.3s ease-out;
}

#volume-switcher:checked + #switcher-container:after {
  content: "";
  background: url("/fileadmin/user_upload/321DU/icons/video_button_volume.svg")
    center center/100%;
}

#volume-switcher {
  display: none;
}
.scrolla {
  position: absolute;
  bottom: 25px !important;
  left: 50%;
  transform: translateX(-50%);
  z-index: 555;
  cursor: pointer;
  text-align: center;
  color: #ffffff;
}
.scrolla p {
  color: #ffffff;
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 5px;
}
.scrolla img {
  width: 30px;
  height: 30px;
}
.scrolla i {
  font-size: 30px;
}
figure.table {
  margin-bottom: 0;
}
.table td {
  font-size: 20px;
  line-height: 30px;
  color: var(--whiteColor);
  padding: 0;
  border: none;
}
.contenttable {
  width: 100%;
}
/* Initial state of the logo - hidden and flipped */
.content-aboveImage .logo a img {
  opacity: 0;
  transform: rotateX(90deg);
  transform-origin: center bottom;
  transition: transform 0.6s ease, opacity 0.6s ease;
}

/* Animated state - visible and flipped up */
.content-aboveImage .logo.animate img {
  opacity: 1;
  transform: rotateX(0deg);
}

.vedioSection .mob-vid {
  display: none;
}

/* Style the input file button */
.powermail_file {
  font-size: 18px;
  padding: 2px 15px 10px 0; /* Add padding for a better look */
  color: var(--bodytextcolor);
  background-color: transparent;
  border: unset !important;
  border-bottom: unset !important;
  /* border-radius: 50px; Rounded corners */
  cursor: pointer; /* Add a pointer on hover */
  display: inline-block;
  text-align: center;
  line-height: 1.5;
  height: 55px;
}

/* Style the button when hovered */
.powermail_file:hover {
  background-color: transparent; /* Slightly darker background on hover */
}

/* Remove the file name text that appears when a file is chosen */
/* .powermail_file::-webkit-file-upload-button {
  visibility: hidden;
} */
.powermail_file {
  text-align: left;
}
.powermail_file::file-selector-button {
  display: inline-block;
  background: transparent;
  border: none;
  padding: 8px 8px;
  border-radius: 15px;
  color: var(--bodytextcolor);
  border: 1px solid var(--bodytextcolor);
  border-radius: 50px;
  cursor: pointer;
  font-size: 20px;
  text-align: center;
}

.powermail_file:hover::before {
  background: #d9d5b8; /* Change color on hover */
}

.powermail_file:active::before {
  background: #d9d5b8; /* Change color when clicked */
}

.powermail_fieldwrap_type_file {
  display: flex;
  align-items: center;
}
.powermail_fieldwrap_type_file label {
  z-index: 1;
  display: block;
  width: 70% !important;
  color: var(--bodytextcolor);
  font-size: 20px;
  line-height: 28px;
  position: absolute;

  left: 0;
  top: 25%;
  text-align: center;
}
.powermail_fieldwrap_type_file .col-sm-10 {
  max-width: 70% !important;
}

fieldset .row .powermail_file::-webkit-file-upload-button {
  visibility: hidden;
}

fieldset .row .powermail_file::file-selector-button {
  visibility: hidden;
}
fieldset .row .powermail_file {
  position: relative;
  display: inline-block;
  padding: 0.5em 1em;
  border-radius: 4px;
  border: 2px solid var(--pink) !important;
  background-color: var(--whiteColor);
  color: transparent;
  cursor: pointer;
  text-align: center;
  border-radius: 47px;
  height: 47px;
}

.powermail_fieldwrap_uploadfilelebenslauf_01 label,
.powermail_fieldwrap_uploadfilelebenslauf label,
.powermail_fieldwrap_uploadfilelebenslauf_02 label {
  display: none;

  flex: 0 0 100% !important;
  max-width: 100% !important;
}
.powermail_fieldwrap_type_file .col-sm-10::after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  cursor: pointer;
  pointer-events: none;
  color: var(--bodytextcolor);
}
.powermail_fieldwrap_uploadbewerbungsschreiben .col-sm-10::after {
  font-size: 10px;
}
.powermail_fieldwrap_lebenslauf .col-sm-10::after,
.powermail_fieldwrap_uploadbewerbungsschreiben .col-sm-10::after {
  content: "Lebenslauf Upload" !important;
}
.powermail_fieldwrap_zeugnisse .col-sm-10::after,
.powermail_fieldwrap_uploadlebenslauf .col-sm-10::after {
  content: "Zeugnisse Upload" !important;
}
.powermail_fieldwrap_anschreiben .col-sm-10::after,
.powermail_fieldwrap_uploadzeugnisse .col-sm-10::after {
  content: "Anschreiben Upload" !important;
}
.mobile-karrier-form {
  display: none;
}

.topHeader {
  display: block;
  position: relative;
  background-color: var(--whiteColor);
  width: 100%;
  height: 100vh;
  padding: 0;
  overflow: hidden;
}
.topHeader_image {
  position: absolute;
  bottom: 0;
  right: 0;
  top: 0;
  left: 0;
}
.topHeader_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.topHeader_logo {
  position: absolute;
  top: 250px;
  left: 100px;
  z-index: 2;
}

.top_logo img {
  padding: 0;
  width: 55px;
  height: 55px;
  object-fit: cover;
}
.topHeader-circular-logo {
  position: absolute;
  bottom: 55px;
  left: 55px;
  z-index: 1;
}
.topHeader-circular-logo img {
  object-fit: cover;
  width: 171px;
  height: 171px;
}
.shortCuts_home {
  position: fixed;
  right: 0;
  top: 20%;
  z-index: 10000;
  display: flex;
  flex-direction: column;
  pointer-events: none;
}
.shortCuts_home .openLink {
  font-family: "lieberuth", sans-serif;
  background: #b6aaab;
  border-radius: 100px 0px 0px 100px;
  padding: 5px 10px 5px 20px;
  margin-bottom: 0.7rem;
  color: #ffff;
  text-decoration: none;
  position: relative;
  right: calc(-100% + 60px);
  width: 300px;
  display: flex;
  align-items: center;
  box-shadow: 0px 3px 6px #00000029;
  pointer-events: auto;
  transition: all 0.4s ease-in-out;
}
.Sprechzeiten-data .ce-container {
  max-width: 100%;
}
.Sprechzeiten-da .table td {
  padding: 5px;
}
.Sprechzeiten-height {
  height: 60px;
}
.Sprechzeiten-height:hover {
  height: 100%;
}
.shortCuts_home img {
  width: 28px;
  height: 28px;
  margin-right: 15px;
}
.shortCuts_home .openLink:hover {
  right: 0;
  box-shadow: 0px 3px 6px #00000029;
  background-color: #b6aaab;
}

.shortCuts_home .openLink a:hover {
  color: var(--pink);
  text-decoration: none;
}
.shortCuts_home .openLink span {
  transition: all 0.4s ease-in-out;
}
.shortCuts_home .openLink span:hover {
  color: white;
  text-decoration: underline;
}

.shortCuts_home p {
  font-size: 20px;
  line-height: 35px;
  color: #ffff;
  font-family: "lieberuth", sans-serif;
}
.shortCuts_home span {
  font-size: 20px;
  line-height: 35px;
  color: #ffff;
  font-family: "lieberuth", sans-serif;
}
.shortCuts_home td {
  font-family: "lieberuth", sans-serif;
}
a.mainBtn {
  background: var(--brownColor);
  border-radius: 37px;
  padding: 13px 60px;
  color: var(--darkGrey);
  text-decoration: none;
  display: block;
  width: 357px;
  margin-top: 50px;
  text-align: center;
  font-family: "lieberuth";
  transition: all 0.3s ease-in-out;
}
a.mainBtn:hover {
  letter-spacing: 0.6px;
  background-color: rgb(182 170 171 / 35%);
  color: var(--darkGrey);
  box-shadow: 0px 3px 6px #00000057;
  text-decoration: none;
}
.Sprechzeiten-data {
  width: 100%;
}
.home-first-sec {
  background-color: var(--darkGrey);
  position: relative;
  padding: 120px 0% 100px 30%;
  p,
  h2 {
    color: var(--whiteColor);
  }
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
  width: 100%;
}
.navbar-nav:has(.open),
.navbar-nav:has(.show) {
  border-radius: 25px 0 0 0px;
}
li.dropdown {
  position: unset;
}

.dropdown-columns {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 10px 0px;
  margin-top: 2em;
}
.dropdown-columns::before {
  transform: translate(2%, 0%);
  content: "";
  height: 2px;
  background-color: var(--pink);
  width: 93%;
  position: absolute;
  top: -1%;
}

.dropdown-columns .column {
  flex: 1;
  margin: 0;
  padding: 0 15px;
  list-style: none;
}

.dropdown-columns .column li {
  list-style: none;
}

.dropdown-columns .column a {
  display: block;
  padding: 8px 0;
  color: #fff;
  text-decoration: none;
}

.dropdown-columns .column a:hover {
  text-decoration: underline;
}

.home-first-sec .logo {
  width: 543px;
  height: 543px;
  position: absolute;
  bottom: -9em;
  left: -39px;
}
.team-img.home {
  padding-bottom: 3em;
  position: relative;
}
.team-img.home .mainBtn {
  margin: 50px auto 0;
}
.team-img .ce-container {
  max-width: 100%;
}
.team-img.home div:nth-of-type(2) {
  position: relative;
  top: 0;
  z-index: 1;
}
.team-img.home div:nth-of-type(2)::before {
  content: "";
  position: absolute;
  top: -207px;
  left: 0;
  width: 100%;
  height: 260px;
  background: transparent
    linear-gradient(180deg, #ffffff00 0%, #ffffff8c 35%, #ffffff 60%) 0% 0%
    no-repeat padding-box;
  z-index: -1;
}
.teaser-sec:not(.team) .ce-container {
  max-width: 100%;
}
.teaser-sec .txt {
  padding-top: 13em;
}
.teaser-sec img {
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}
.teaser-sec img:hover {
  transform: scale(1.02);
}
.teaser-sec.img-left figure {
  position: relative;
  left: -50px;
  top: -90px;
}
.teaser-sec.img-right .txt {
  padding-left: calc((15% / 2) + 15px);
}
.teaser-sec.img-right figure {
  position: relative;
  top: -19em;
  right: -50px;
}
.teaser-sec.img-right .txt {
  padding-top: 0;
}
.teaser-sec.img-right .row {
  max-height: 50vh;
}
.home-icons-sec {
  box-shadow: 0px 3px 6px #0000008c;
  border-radius: 0px 300px 0px 0px;
  padding: 130px 0 100px;
  /* margin-top: -25em; */
  .mainBtn {
    background-color: var(--darkGrey);
    width: 611px;
    margin: 100px auto 120px;
    color: var(--fullBrownColor);
  }

  .mainBtn:hover {
    background-color: #ededed;
    color: var(--darkGrey);
    box-shadow: 0px 3px 6px #00000057;
    text-decoration: none;
    letter-spacing: 0.6px;
  }
  .icons-row {
    .ce-col:first-of-type p {
      margin-top: 35px;
    }

    figure {
      text-align: center;
      img {
        width: unset;
        height: unset;
      }
    }
  }
}
.inner-p .home-icons-sec {
  margin-top: 0;
}
.footer-sec {
  padding: 0;
  .ce-container {
    max-width: 100%;
  }
  .ce-col {
    padding: 0;
  }
  iframe {
    height: 508px;
    margin-bottom: -8px;
  }
  .txt {
    background-color: var(--darkGrey);
    padding: 60px 144px;
    overflow: hidden;

    p a:has(img) {
      display: flex;
      align-items: center;
      position: relative;
      z-index: 6;
      gap: 23px;
      margin: 0;
      text-decoration: none;
      color: var(--fullBrownColor);

      &:hover {
        text-decoration: underline;
      }
    }
    img {
      width: 20px;

      margin-top: -4px;
    }

    div {
      p {
        color: var(--fullBrownColor);
      }
      p:first-of-type {
        color: var(--whiteColor);
      }
    }
  }
  .txt:before {
    content: "";
    position: absolute;
    top: 30px;
    right: -15em;
    width: 645px;
    height: 600px;
    background-image: url(/fileadmin/user_upload/hara-website/pink_ring.png);
    z-index: 5;
    background-repeat: no-repeat;
    background-size: contain;
  }
}
.start-img {
  top: -8em;
  margin-bottom: -10em;
}
.start-img h2 {
  color: var(--darkGrey);
}
.imp-brown-sec {
  margin-top: 3em;
  h2 {
    margin-bottom: 80px;
  }
  .row {
    margin-top: 65px;
  }
}

.brownBgSec {
  background-color: var(--fullBrownColor);
  border-radius: 0px 300px 0px 0px;
  p,
  h2,
  h3,
  H4,
  .accordion-button,
  .active--collapse .accordion-buttonn,
  .accordion-body p {
    color: var(--whiteColor);
  }
  .accordion-item {
    border: 2px solid var(--whiteColor);
  }
  .accordion-header button::before {
    background-image: url(/fileadmin/user_upload/hara-website/angle-down_white.svg);
  }
}
.animation-sec {
  padding: 85px 0 120px;

  h3 {
    margin-bottom: 60px;
  }
}

.team.brownBgSec {
  padding: 100px 0;
  margin-top: 3em;
  box-shadow: 0px 3px 6px #0000008c;

  img {
    border-radius: 50%;
  }
  .ce-bodytext p:first-of-type {
    font-family: "lieberuth", sans-serif;
    font-size: 20px;
    line-height: 24px;
  }
}
.popup h1 {
  font-size: 80px;
  font-weight: 900 !important;
}

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

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

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

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

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

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

.popup .ce-container {
  position: relative;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
  -ms-transition: 0.8s;
  transition: 0.8s;
  width: 50%;
  margin: auto;
  background: #fff;
  display: block;
  border: 1px solid #484848;
  padding: 2em 4em;
  overflow-x: auto;
}
.Kontakt-sec .powermail_fieldwrap_type_radio .col-sm-10 {
  flex-direction: column;
  gap: 0;
}
.Kontakt-sec .powermail_fieldwrap_type_radio .radio label {
  max-width: 100% !important;
}
@media only screen and (min-width: 1024px) and (max-width: 1366px) and (orientation: portrait) {
  .popup .ce-container {
    height: auto;
    padding: 2em;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .popup .ce-container {
    height: 80vh;
    padding: 2em;
  }
}
@media only screen and (max-width: 768px) {
  .popup .ce-container {
    width: 80%;
  }
  .popup .ce-container {
    height: 80vh;
    padding: 2em;
  }
  .popup h1 {
    font-size: 40px;
  }
}

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

  &:hover {
    cursor: pointer;
  }
}

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

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

.popup .btn-close::after {
  transform: rotate(-45deg);
}
img.mob_img {
  display: none;
}
.white .accordion-body .table td {
  color: var(--pink);
}
.tx-videogrid .row {
  row-gap: 45px;
}
.round-img img {
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}
.round-img .row {
  align-items: center;
}


ul.top-items{
  list-style: none;
}

.tx-powermail .table td{
  color:var(--darkGrey) ;
}