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

:root {
  --whiteColor: #ffffff;
  --bgColor: #d9d5b8;
  --shadowcolor: #00000029;
  --head1: #b48e65;
  --lightbg: #f5f1e9;
  --Darkbg: #677157;
  --brawenbg: #b9b2a2;
  --colorText: #3c3c3b;
}
body {
  font-family: "open-sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  overflow-x: hidden;
}
#page-content,
.footer {
  position: relative;
}
.footer.pageSpace {
  padding: 5em 0;
}
.footer .ce-container {
  max-width: 95%;

  margin: 0 0 0 auto;
}

.links {
  display: flex;
  align-items: center;
  justify-content: end;
  width: 100%;
  background-color: var(--orange);
  padding: 8px 12% 8px 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
.links.sticky2 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
.links.inner.sticky2 {
  position: fixed;
  width: 100%;
  z-index: 999;
}
.links a {
  text-align: center;
  margin-right: 36px;
  text-decoration: none;
  color: #fff;
  font-size: 20px;
  line-height: 28px;
}
.links a img {
  width: 25px;
  height: 25px;
  margin-right: 7px;
}

.header-sec {
  height: 85vh;
}
.header-sec figure {
  height: 100vh;
}
.header-sec figure img {
  object-fit: cover;
}
.header-sec .ce-container {
  max-width: 95%;
  margin: 0 auto 0 0;
}
.header-sec .col-md-4 {
  position: relative;
  background-color: var(--Darkbg);
  padding: 7em 2em;
  margin-left: -11em;
  -ms-flex: 0 0 42%;
  flex: 0 0 42%;
  max-width: 42%;
}
.header-sec .col-md-4 h1 {
  font-size: 65px;
  line-height: 68px;
  color: #f5f1e9;
}
.header-sec .col-md-4 p {
  color: #f5f1e9;
}
.header-sec .col-md-4 a.mainBtn {
  width: auto;
  border: 1px solid #f5f1e9;
  color: #f5f1e9;
}
.header-sec .col-md-4 a.mainBtn:hover {
  border: 1px solid #f5f1e9;
  background-color: var(--lightbg);
  color: var(--colorText);
}
.header-sec .col-md-4::before {
  content: "";
  background-image: url(/fileadmin/user_upload/goel/goel_designelement_square_occa.svg);
  background-repeat: no-repeat;
  width: 24px;
  height: 42px;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0%);
}
.header-sec .col-md-4::after {
  content: "";
  background-image: url(/fileadmin/user_upload/goel/goel_designelement_square_occa.svg);
  background-repeat: no-repeat;
  width: 24px;
  height: 42px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0%);
}

.first-sec {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.first-sec h1 {
  margin-bottom: 0;
  font-weight: 400;
  text-transform: none;
}
.first-sec.pageSpace {
  padding: 6em 0;
}
.first-sec .ce-container {
  max-width: 70%;
}

.second-sec {
  padding: 0;
  position: relative;
  bottom: -95px;
  z-index: 1;
}
.second-sec::before {
  content: "";
  background-image: url(/fileadmin/user_upload/goel/goel_designelementkreis_beige.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 300px;
  height: 680px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.second-sec .row {
  height: 533px;
  margin-bottom: 30px;
}
.second-sec .row .col-md-7 figure {
  margin: unset;
}
.second-sec .row .col-md-7 figure img {
  border-radius: 4px;
  object-fit: cover;
  height: 533px;
}
.second-sec .row .col-md-5 {
  height: 100%;
}
.second-sec .row .col-md-5.d-beige-text .frame-type-text {
  background-color: var(--brawenbg);
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 40px;
  border-radius: 4px;
}
.second-sec .row .col-md-5.l-beige-text .frame-type-text {
  background-color: var(--lightbg);
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 40px;
  border-radius: 4px;
}

.greenSecIcon {
  position: relative;
}
.greenSecIcon.pageSpace {
  padding: 10em 0 6em 0;
}
.Kontakt-sec .ce-container,
.start-text .ce-container,
.team-form .ce-container,
.greenSecIcon .ce-container {
  max-width: 63%;
  margin: auto;
}
.start-text h3 {
  color: var(--colorText);
}
.greenSecIcon h3 {
  margin-bottom: 0;
}
.greenSecIcon h3,
.greenSecIcon p {
  color: var(--lightbg);
}
.greenSecIcon .icons-sec .col-md-6 {
  margin-bottom: 2em;
}

.greenSecIcon::before {
  content: "";
  background-image: url(/fileadmin/user_upload/goel/goel_designelementzahn_schwarz.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 303.88px;
  height: 553.41px;
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  opacity: 14%;
}

.team-members {
  background-color: var(--lightbg);
}

.team-members h3 {
  margin-bottom: 1rem;
}

.pageSpace ul {
  list-style-type: none;
  padding-left: 0;
}
.pageSpace ul li {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 1rem;
}
.pageSpace ul li::before {
  content: "";
  background-repeat: no-repeat;
  display: block;
  min-width: 28px;
  max-width: 28px;
  height: 14px;
  margin-top: 8px;
}
.pageSpace .green-bullet ul li::before {
  background-image: url(/fileadmin/user_upload/goel/goel_icon_bulletsquare_greeen.svg);
}
.pageSpace .beige-bullet ul li::before {
  background-image: url(/fileadmin/user_upload/goel/Rectangle_566.svg);
}

.icons-sec h3 img {
  width: 54px;
  height: 43px;
}
.reviews-slider {
  background-image: url(/fileadmin/user_upload/goel/goel_1920x1080_AdobeStock_1085484265.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  height: 100vh;
  background-attachment: fixed;
}

.reviews-slider h2 {
  color: var(--colorText);
  margin: 0 0 1rem;
}
.reviews-slider p {
  color: var(--Darkbg);
  margin: 0 4em 1rem;
}
.reviews-slider p.text-center img {
  width: 192px;
  height: 28px;
}
.reviews-slider .ce-container {
  max-width: 75%;
}
/* .reviews-slider .owl-carousel .owl-item img {
  width: 192px;
  margin: auto;
  height: 28px;
} */
.reviews-slider .owl-nav {
  display: flex !important;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  top: 18%;
}
.secDarkColor {
  background-color: var(--Darkbg);
}
.secDarkColor p {
  color: var(--whiteColor);
}

.acc-sec {
  padding: 6em 3em;
  width: 63%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgb(245 241 233 / 50%);
  border-radius: 4px;
  opacity: 1;
  backdrop-filter: blur(34px) brightness(1.2);
  -webkit-backdrop-filter: blur(34px) brightness(1.2);
}
.acc-sec::before {
  content: "";
  background-image: url(/fileadmin/user_upload/goel/goel_designelement_square_white.svg);
  background-repeat: no-repeat;
  width: 24px;
  height: 42px;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0%);
}
.acc-sec::after {
  content: "";
  background-image: url(/fileadmin/user_upload/goel/goel_designelement_square_white.svg);
  background-repeat: no-repeat;
  width: 24px;
  height: 42px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0%);
}

a.teaserBtn {
  color: #3c3c3b;
  text-decoration: none;
  font-size: 18px;
  line-height: 24px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
a.teaserBtn::after {
  content: "";
  background-image: url(/fileadmin/user_upload/goel/goel_icon_arrow_right_longer.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: right;
  width: 36.66px;
  height: 24px;
  display: block;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
a.teaserBtn:hover {
  letter-spacing: 1.44px;
}
a.teaserBtn:hover::after {
  width: 51.231px;
}

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

.inner-start-img.listing h1 {
  margin: 0;
}
.inner-start-img.listing figure {
  margin: 0 0 3rem;
}

.nav_btns_desk a.mainBtn {
  border: 2px solid #d9d5b8;
  width: 100%;
  font-size: 16px;
  letter-spacing: 0.8px;
}
.nav_btns_desk a.mainBtn:hover {
  border: 2px solid #d9d5b8;
}
.nav_btnsMobile,
.nav_btns_desk.pageSpace {
  position: relative;
  width: 90%;
  margin: auto;
  background-color: var(--Darkbg);
  margin-top: -130px;
  margin-bottom: 3em;
}

.nav_btnsMobile::before,
.nav_btns_desk::before {
  content: "";
  background-image: url(/fileadmin/user_upload/goel/goel_designelement_square_occa.svg);
  background-repeat: no-repeat;
  width: 24px;
  height: 42px;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0%);
}

.nav_btnsMobile::after,
.nav_btns_desk::after {
  content: "";
  background-image: url(/fileadmin/user_upload/goel/goel_designelement_square_occa.svg);
  background-repeat: no-repeat;
  width: 24px;
  height: 42px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0%);
}
.nav_btns_desk {
  background-color: #fff;
}
.nav_btnsMobile h1,
.nav_btns_desk h1 {
  color: var(--lightbg);
}
/* .nav_btns_desk.sticky {
  position: fixed;
  top: 144px;
  left: 0;
  width: 100%;
  background-color: var(--Darkbg);
  padding: 2em 0 3em;
  z-index: 3;
} */
/* .nav_btns_desk.sticky .ce-container {
  max-width: 80%;
} */

.Kontakt-sec {
  position: relative;
}
.Kontakt-sec h3 {
  color: var(--colorText);
}
.Kontakt-sec::before {
  content: "";
  background-image: url(/fileadmin/user_upload/goel/goel_designelementzahn_beige.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 303.88px;
  height: 553.41px;
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}

.listing-bg {
  background-color: #faf6f4;
}

.listing-item-beige figure img,
.listing-item-white figure img {
  border-radius: 4px;
}

.listing-item-beige,
.listing-item-white {
  position: relative;
}
.listing-item-beige .col-md-7 p img,
.listing-item-white .col-md-7 p img {
  width: 102px;
  height: auto;
}
.listing-item-beige {
  background-color: var(--lightbg);
}
.listing-item-beige::before {
  content: "";
  background-image: url(/fileadmin/user_upload/goel/goel_designelement_square_white.svg);
  background-repeat: no-repeat;
  width: 24px;
  height: 42px;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0%);
}
.listing-item-white::before {
  content: "";
  background-image: url(/fileadmin/user_upload/goel/goel_designelement_square_beige.svg);
  background-repeat: no-repeat;
  width: 24px;
  height: 42px;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0%);
}

.smile-c::after {
  content: "";
  background-image: url(/fileadmin/user_upload/goel/goel_designelementzahn_schwarz.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 300px;
  height: 547px;
  display: block;
  position: absolute;
  right: 0;
  top: 20px;
  opacity: 0.1;
}
.smile-b::after {
  content: "";
  background-image: url(/fileadmin/user_upload/goel/goel_designelementzahn_schwarz.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 300px;
  height: 547px;
  display: block;
  position: absolute;
  right: 0;
  bottom: -300px;
  opacity: 0.1;
}

.circle-t::after {
  content: "";
  background-image: url(/fileadmin/user_upload/goel/goel_designelementkreis_schwarz.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 300px;
  height: 680px;
  display: block;
  position: absolute;
  left: 0;
  top: -300px;
  opacity: 0.1;
}

/* .nav_btnsMobile.sticky {
  position: fixed;
  top: 133px;
  left: 0;
  width: 100%;
  background-color: var(--Darkbg);
  padding: 2em 0 3em;
  z-index: 3;
} */
.nav_btnsMobile .accordion-item {
  border: 1px solid var(--lightbg);
}
.nav_btnsMobile .accordion-item a {
  color: var(--lightbg);
  text-decoration: none;
}

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

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

/* /////////////////////////////////// */
.navbar-light .navbar-toggler {
  border: none;
}

.navbar-toggler .icon-bar {
  display: block;
  width: 45px;
  height: 4px;
  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(36deg);
  -ms-transform: rotate(36deg);
  transform: rotate(36deg);
  -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(-36deg);
  -ms-transform: translate(-1px, 3px) rotate(-36deg);
  transform: translate(-1px, 3px) rotate(-36deg);
  -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: #3d3d3b;
}

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

p,
li {
  line-height: 160%;
}

b,
strong {
  font-family: "open-sans", sans-serif;
  font-weight: 500;
  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: 87px;
} */

.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;
}
.firstSection {
  position: relative;
  z-index: 1;
}
a.mainBtn {
  background: transparent;
  border: 1px solid #d9d5b8;
  display: inline-block;
  width: 100%;
  text-align: center;
  text-decoration: none;
  color: #d9d5b8;
  font-size: 18px;
  line-height: 24px;
  position: relative;
  /* z-index: 1; */
  padding: 10px;
}
/* ************amr fix*********** */
a.mainBtn:hover {
  color: var(--colorText);
  background: #d9d5b8;
  text-decoration: none;
  border: 1px solid #d9d5b8;
}

.footer .col-md-4 .ce-textpic {
  display: flex;
  align-items: baseline;
  gap: 12px;
}
.footer .col-md-4 .ce-textpic figure {
  width: 50px;
}

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

.footer iframe {
  height: 457px;
}

.footer-desc-row {
  flex-direction: column;
}
.footer-desc-row .ce-col {
  margin-bottom: 1em;
}

.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: 1rem;
  margin-bottom: 1rem;
  border: 4px solid #d9d5b8;
}
.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;
}
body {
  position: relative;
  margin: 0;
  padding: 0;
}
html {
  overflow-x: hidden;
}

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

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

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

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

.links a img {
  height: 20px;
}

.links a {
  display: inline-block;
}
.links.inner {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  margin: auto;
  z-index: 999;
}

.links a:hover {
  color: #feead3;
}
.links a:hover .imageNonHover {
  display: none;
}
.links a:hover .imageHover {
  display: inline-block !important;
}
.nav-shortcuts a:hover .imageNonHover {
  display: none;
}
.nav-shortcuts a:hover .imageHover {
  display: inline-block !important;
}

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

.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%;
  max-height: max-content;
  font-size: 16px;
  padding-left: 0 !important;
  color: var(--colorText);
}

.form-group {
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-start;
  height: fit-content;
}

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

.section1 h1 {
  font-size: 110px;
  color: #232a50;
  line-height: 118px;
  font-style: italic;
  margin-bottom: 10px;
  word-break: break-word;
}

.section1 h1 + p {
  color: var(--darkblueColor);
  font-size: 40px;
  margin-bottom: 30px;
}

.section1 .ce-col p {
  color: var(--darkblueColor);
  font-size: 18px;
  line-height: 28px;
}

.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);
  }
}
@keyframes swing {
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

header.FixNav .col-md-6 {
  -ms-flex: 0 0 56%;
  flex: 0 0 56%;
  max-width: 56%;
}
header.FixNav .col-md-3 {
  -ms-flex: 0 0 22%;
  flex: 0 0 22%;
  max-width: 22%;
  padding: 0;
}

header.FixNav .nav-btns {
  display: flex;
  justify-content: flex-end;
  gap: 15px;
}
header.FixNav .nav-btns a {
  font-size: 18px;
  line-height: 27px;
  background-color: var(--Darkbg);
  color: var(--lightbg);
  padding: 8px 15px;
  border-radius: 21px;
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
header.FixNav .nav-btns a:hover {
  background-color: var(--head1);
}
header.FixNav .col-md-8 .nav-shortcuts {
  display: flex;
  gap: 22px;
  margin: 0 22px;
}
.nav-shortcuts img {
  height: 29.69px;
  width: auto;
}
.termin-bg {
  width: 170px;
  height: 170px;
  background-color: #d9d5b8;

  display: flex;
  justify-content: center;
  align-items: center;
  rotate: -10deg;
  position: absolute;
  right: 0;
  top: -100px;
}
.termin-bg .termin {
  color: var(--whiteColor);
  padding: 21px 23px;

  font-size: 24px;
  line-height: 30px;
  width: 145px;
  display: block;
  height: 145px;
  text-align: center;
  border: 2px dotted #caa2b4;
}
.termin-bg .termin:hover {
  text-decoration: none;
  font-weight: bold;
}
/* ********amr fix*********** */
header.FixNav {
  z-index: 1000;
  padding: 1rem 0;
  box-shadow: 20px 20px 20px rgb(0 0 0 / 8%);
  position: relative;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  margin: auto;
  max-width: 100%;
  background: var(--whiteColor);
}
header.FixNav.inner {
  position: relative;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  margin: auto;
  z-index: 999;
}

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

.navbar-nav li a {
  color: var(--colorText);
  font-size: 20px;
  line-height: 28px;
  margin: 0 18px;
  text-decoration: none;
  position: relative;
}
.navbar-nav li a:hover {
  color: var(--head1);
}

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

.navbar-nav li a.active_nav {
  color: var(--head1);
}

.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 {
  border-bottom: 0 solid var(--goldColor);
  background: var(--whiteColor);
  box-shadow: 0 6px 6px #00000029;
  position: absolute;
  left: -100px !important;
  top: 100px !important;
  margin-top: -1px;
  border-radius: 0;
  z-index: 9999;
  padding: 0 0;
  transform: none !important;
  border: none;
  min-width: 370px;
}

.navbar-nav ul.dropdown-menu a {
  font-size: 20px;
  padding: 12px 15px;
  display: block;
  line-height: 34px;
  text-align: left;
  color: var(--darkColor);
  margin: 0;
  border-bottom: 1px solid #f3f3f3;
}

.navbar-nav ul.dropdown-menu a:hover {
  color: #000;
  background-color: rgb(61 180 154 / 20%);
  font-weight: bold;
}

p,
ul li {
  font-size: 18px;
  line-height: 24px;
  color: #3c3c3b;
}
a.STEF_back-to-top {
  position: absolute;
  right: 4%;
  bottom: 140px;
  width: 40px;
  height: 40px;
  z-index: 1;
}
/* ************amr fix************ */
header.FixNav.sticky {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  margin: auto;
  z-index: 999;
  /* -webkit-transition: 0.6s;
  transition: 0.6s; */
}

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

header.FixNav .top_logo {
  opacity: 1;
  width: 265px;
}

header.FixNav.sticky .top_logo,
header.FixNav.inner .top_logo {
  opacity: 1;
  z-index: 31;
  position: relative;
}

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

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

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

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

/* .accordion-item.active--collapse {
  border-bottom: unset !important;
} */
.accordion-item {
  padding: 12px;
  border-bottom: 1px solid var(--Darkbg);
  border-radius: 0;
  margin-bottom: 1em;
  z-index: 2;
  position: relative;
}

.accordion-header {
  color: var(--Darkbg);
  margin: 0;
  display: block;
  line-height: unset;
  display: block;
  position: relative;
  font-size: 26px;
  line-height: 36px;
  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: 26px;
  line-height: 36px;
  color: var(--Darkbg);
  padding-right: 31px;
}

.accordion-body {
  margin: 15px;
  margin-left: 0;
  background: var(--lightGray);
}

.accordion-body h2 {
  display: none;
}

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

.active--collapse .accordion-header button::before {
  background-image: url(/fileadmin/user_upload/goel/goel_icon_minus.svg);
  height: 10px;
}

.copy-r {
  position: relative;
  padding: 1em 0;
}
/* .copy-r .cr-links p a {
  text-decoration: underline;
} */

.copy-r::before {
  content: "";
  background-image: url(/fileadmin/user_upload/goel/goel_designelement_square_occa.svg);
  background-repeat: no-repeat;
  width: 24px;
  height: 42px;
  display: block;
  position: absolute;
  top: -42px;
  left: 50%;

  transform: translate(-50%, 0%);
}
.footer::before {
  content: "";
  background-image: url(/fileadmin/user_upload/goel/goel_designelement_square_occa.svg);
  background-repeat: no-repeat;
  width: 24px;
  height: 42px;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;

  transform: translate(-50%, 0%);
}
.copy-r {
  background-color: var(--head1);
  opacity: 1;
}
.copy-r .col-md-4.cr-links {
  flex: 0 0 29%;
  max-width: 29%;
}
.copy-r p {
  margin: 0;
  color: var(--Darkbg);
  font-size: 18px;
  line-height: 24px;
}

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

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

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

  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;

  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;

  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-family: "open-sans", sans-serif;
  font-size: 60px;
  line-height: 82px;
  font-weight: 400;
  font-style: normal;
  color: var(--head1);
  margin-bottom: 2rem;
}

h2 {
  font-family: "open-sans", sans-serif;
  color: var(--head1);
  font-size: 50px;
  line-height: 68px;
  margin-bottom: 2rem;
  font-weight: 400;
}

h3 {
  font-family: "open-sans", sans-serif;
  font-size: 35px;
  line-height: 47px;
  font-weight: 400;
  color: var(--head1);
  margin-bottom: 2rem;
}

h4 {
  font-family: "open-sans", sans-serif;
  font-size: 35px;
  line-height: 40px;
  font-weight: 400;
  color: var(--magenta);
  margin-bottom: 2rem;
}

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

#template .container {
  max-width: 100%;
}

/* @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: #b48e65;
}
.form-control {
  /* padding: 23px 20px !important; */
  border-bottom: 1px solid #3d3d3b !important;
  border-top: unset;
  border-left: unset;
  border-right: unset;
  border-radius: unset !important;
  background-color: transparent;
  background: transparent;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea.form-control {
  background-color: var(--lightbg);
  border-bottom: unset !important;
  border-radius: 5px !important;
}

input.form-control::placeholder {
  color: var(--colorText);
}
textarea.form-control::placeholder {
  color: var(--colorText);
}
.powermail_fieldwrap_type_date input:focus,
input[type="email"]:focus,
input[type="text"]:focus,
select:focus,
textarea:focus {
  border: 1px solid #e24f78;
}
.powermail_fieldwrap_type_submit .col-sm-10 {
  background: var(--Darkbg);
  padding: 10px;
}
.powermail_fieldwrap_type_submit input {
  background: transparent;
  border: 1px solid var(--lightorange);
  display: inline-block;
  width: 70%;
  text-align: center;
  text-decoration: none;
  color: var(--lightbg);
  font-size: 18px;
  line-height: 24px;
  position: relative;
  z-index: 1;

  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(--Darkbg);
}

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

.powermail_fieldwrap_type_radio {
  display: flex;
  border-bottom: 2px solid #d9d5b8;
  height: fit-content;
  top: 8px;
}
.powermail_fieldwrap_type_radio label {
  max-width: 43% !important;
  color: var(--head1);
  font-size: 20px;
  line-height: 28px;
  white-space: nowrap;
}
.powermail_fieldwrap_type_radio .col-sm-10 {
  display: flex;
  gap: 30px;
  max-width: 70% !important;
}
.powermail_fieldwrap_type_radio .col-sm-10 .radio {
  display: contents;
}
.powermail_fieldwrap_type_radio .col-sm-10 .radio label {
  color: var(--head1);
}

.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(--lightorange);
  color: var(--lightorange);
}
.powermail_fieldwrap_type_submit {
  flex: 0 0 100% !important;
  max-width: 100% !important;
}
.powermail_fieldwrap_type_submit .col-sm-10 {
  max-width: 25% !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;
}

.top_space {
  padding-top: 3em;
}

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

.tx-videogrid .col-4 {
  margin: 0 0 20px;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 10px;
}

@media (min-width: 768px) {
  .modal-dialog {
    max-width: 650px;
  }
}

.video-txt h5,
.video-txt.stndalone h5 {
  margin: 15px 0 8px;
  font-size: 24px;
  color: #000;
  line-height: 26px;
  text-align: left;
  font-style: italic;
}

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

.videoBlock {
  position: relative;
  margin-bottom: 10px;
}

.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(25 37 61 / 40%);
}

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

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

.videoBlock i {
  font-size: 70px;
  margin-bottom: 0;
  animation: 2s infinite pulse;

  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

#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/goel/sound-off.png") center
    center/100%;
  bottom: 28px;
  right: 26px;
  position: absolute;
  width: 35px;
  height: 35px;
}
/* the problem still here */
#switcher-container::before {
  content: "";
  background-image: linear-gradient(to right, #f39869, #f39869);
  background-size: 400% 400%;
  animation: 15s infinite text-color-gradient;
  width: 50px;
  height: 50px;
  display: block;
  bottom: 20px;
  right: 20px;
  position: absolute;
}
.sec-fw.acc-sec .accordion-button {
  color: #f39869;
}
#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/goel/sound-on.png") center center/100%;
}

#volume-switcher {
  display: none;
}
.scrolla {
  position: absolute;
  bottom: 32% !important;
  left: 50%;
  transform: translate(-50%, 50%);
  z-index: 555;
  cursor: pointer;
}
.scrolla img {
  width: 30px;
  height: 30px;
}
.table td {
  font-size: 20px;
  line-height: 27px;
  color: var(--whiteColor);
  padding: 0;
  border: none;
  padding: 10px 20px !important;
}
.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(--head1);
  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(--head1);
  border: 1px solid var(--head1);
  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 {
  display: block;
  color: var(--head1);
  font-size: 20px;
  line-height: 28px;
}
/* .powermail_fieldwrap_type_file .col-sm-10 {
  border-bottom: 1px solid #3c3c3b;
} */

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: 21px !important;
  border: 1px solid var(--head1) !important;
  color: transparent;
  background-color: var(--head1);
  cursor: pointer;
  text-align: center;
  height: 47px;
  max-width: 70%;
  margin-bottom: 10px;
}

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

  .col-sm-10 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}
.powermail_fieldwrap_type_file .col-sm-10::after {
  position: absolute;
  left: 18px;
  top: 40%;
  transform: translate(0, -50%);
  display: block;
  cursor: pointer;
  pointer-events: none;
  color: var(--lightbg);
}
fieldset .row .powermail_file:hover {
  background-color: #a07c54;
}
.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_bewerbungsschreiben .col-sm-10::after,
.powermail_fieldwrap_uploadzeugnisse .col-sm-10::after {
  content: "Bewerbungsschreiben anhängen" !important;
}
.mobile-karrier-form {
  display: none;
}

.powermail_fieldwrap_type_select .col-sm-10::after {
  content: "";
  background-image: url(/fileadmin/user_upload/goel/Group_2578.svg);
  width: 15px;
  height: 16px;
  background-size: 15px 15px;
  background-repeat: no-repeat;
  position: absolute;
  right: 21px;
  bottom: 15px;
  pointer-events: none;
}

.h1-no-m h1 {
  margin: 0;
}

.specific_container {
  padding: 9em 0;
}
.specific_container a {
  color: var(--Darkbg);
  text-decoration: none;
}
#c16930 {
  margin-top: 3rem;
}
header.FixNav .col-md-8 .nav-shortcuts {
  display: none;
}
.anamnese {
  display: none !important;
}
.termine {
  display: none !important;
}

.popup figure {
  width: 365.05px;
  height: auto;
}

.popup p {
  font-size: 16px;
  line-height: 22px;
}

.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: 70%;
  height: 80%;
  margin: auto;
  background: var(--lightbg);
  /* display: block; */
  border: 1px solid #707070;
  padding: 4em 8em;
  overflow-x: auto;
  max-height: 100%;
}
.popup .ce-container::before {
  content: "";
  background-image: url(/fileadmin/user_upload/goel/goel_designelement_square_occa.svg);
  background-repeat: no-repeat;
  width: 24px;
  height: 42px;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0%);
}

.popup .ce-container img[title="bottom-square"] {
  width: 24px;
  height: 42px;
  display: block;
  position: absolute;
  bottom: -6em;
  left: 50%;
  transform: translate(-50%, 0%);
  pointer-events: none;
}
@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: 70vh;
    padding: 3em;
    display: block;
  }
  .popup .ce-container::after {
    bottom: -136px;
  }
}
@media only screen and (max-width: 768px) {
  .popup .ce-container {
    width: 80%;
  }
  .popup .ce-container {
    height: 63vh;
    padding: 3em 2em;
    top: 60%;
  }
  .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;
  color: transparent;

  &: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);
}
img[title="desktop"] {
  display: block;
}
img[title="mobile"] {
  display: none;
}
.popup .btn-close::after {
  transform: rotate(-45deg);
}

/* .listing-first.space {
  margin-top: 300px;
} */
fieldset .row .powermail_fieldwrap_bewerbungsschreiben {
  flex: 0 0 49% !important;
  max-width: 49% !important;
  /* margin-right: 11px; */
}

/* edit border of upload files */

.powermail_fieldwrap_bewerbungsschreiben label {
  border-top: 1px solid #3c3c3b;
  margin-right: 15px;
}

.powermail_fieldwrap_lebenslauf label {
  border-top: 1px solid #3c3c3b;
  margin-left: 15px;
}

.powermail_fieldwrap_zeugnisse label {
  border-top: 1px solid #3c3c3b;
  margin-right: 15px;
}

/* fix acc body */
.accordion-body .contenttable td {
  padding: 8px 15px;
  color: #3c3c3b;
}

.accordion-body .contenttable td:first-child {
  padding-right: 20px;
  white-space: nowrap;
}

.contenttable td:nth-child(2) {
  padding-left: 20px;
}
