@import url('https://fonts.googleapis.com/css2?family=Edu+VIC+WA+NT+Hand+Pre:wght@400..700&display=swap');
@import url('https://fonts.cdnfonts.com/css/segoe-ui-4');
/* 
font-family: "acherusgrotesque", sans-serif;
font-weight: 400;
font-style: normal;
*/

:root {
  --whiteColor: #fff;
  --lightpinkColor: #ff7c5e;
  --darkpinkColor: #ec5e2a;
  --darkgreyColor: #030b51;
  --greyColor: #000957;
  --bgcolorColor: #a0c0ff;
  --opacityColor: #00000029;
}

/* * {
  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: 32px;
  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(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -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(-45deg);
  -ms-transform: translate(-1px, 3px) rotate(-45deg);
  transform: translate(-1px, 3px) rotate(-45deg);
  -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: #6e6e6d;
}

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

b,
strong {
  font-weight: 700;
}

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

.top_logo img {
  height: 40px;
}

.pageSpace a {
  color: #ffad1e;
}

.navbar-toggler,
.owl-dot {
  outline: 0 !important;
}
.footer-sec .left .col-md-6 {
  padding: 0;
}

.videoBlock img {
  object-fit: cover;
}

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

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

body {
  font-family: "segoe-ui", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 20px;
  line-height: 26px;
  color: #131644;
  background: var(--whiteColor);
  overflow-x: hidden;
}

::-moz-selection {
  color: var(--lightpinkColor);
  /* background: var(--darkgreyColor); */
}

::selection {
  color: var(--lightpinkColor);
  /* background: var(--darkgreyColor); */
}
.inner-header {
  top: 0 !important;
}

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

.links a img {
  height: 20px;
}

.links a {
  display: inline-block;
}

.hero_img #c5 {
  position: absolute;
  top: 65%;
  left: 50%;
  text-align: center;
  color: #fff;
  transform: translate(-50%, -50%);
  font-weight: 400;
}

/* ahmed */
/* copied */
.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;
  -webkit-animation: backgroundScroll 15s linear 1;
  -webkit-animation-fill-mode: backwards;
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  animation: backgroundScroll 15s linear 1;
  animation-fill-mode: backwards;
  backface-visibility: hidden;
  transform-style: preserve-3d;
}

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

.homePageNav .topLogo {
  visibility: visible;
  opacity: 1;
  width: 175px;
}

.mainTxt {
  padding-bottom: unset !important;
}

.navbar-nav .dropdown .fa-chevron-down:before {
  content: "";
  background-image: url(/fileadmin/user_upload/blue-whale/chevron-down-solid.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 13px;
  height: 7.5px;
  position: absolute;
  top: 44%;
}
.navbar-nav .dropdown:hover .fa-chevron-down:before {
  content: "";
  background-image: url(/fileadmin/user_upload/blue-whale/chevron-down-active.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 13px;
  height: 12px;
  position: absolute;
  top: 37%;
  transform: rotate(180deg);
}
.navbar-nav .dropdown.show .fa-chevron-down:before {
  content: "";
  background-image: url(/fileadmin/user_upload/blue-whale/chevron-down-active.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 13px;
  height: 12px;
  position: absolute;
  top: 37%;
  transform: rotate(180deg);
}
.sticky.homePageNav .topLogo {
  visibility: visible;
  opacity: 1;
}

.topLogo img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.ce-bodytext a,
.ce-bodytext a:hover {
  text-decoration: none;
}

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;
}
.shortCuts_home {
  position: fixed;
  right: 0;
  top: 40%;
  z-index: 2;
  display: flex;
  flex-direction: column;
}
.shortCuts_home img {
  width: 22px;
  height: 22px;
  margin-right: 15px;
}
.shortCuts_home a {
  background: #fff;
  border-radius: 50px 0 0 50px;
  padding: 17px 19px;
  margin-bottom: 0.7rem;
  color: var(--darkpinkColor);
  text-decoration: none;
  position: relative;
  right: -204px;
  width: 262px;
  box-shadow: 0 3px 6px #00000029;
}
/* .shortCuts_home a:hover {
  right: 0;
} */
.shortCuts_home .active--collapse {
  right: 0;
}
.shortCuts_home a.Sprechzeiten p {
  display: none;
}
.shortCuts_home a.Sprechzeiten:hover p {
  display: block;
  color: var(--greyColor);
  margin: 10px 0 0;
}
.images_sec {
  position: absolute;
  top: 20px;
  width: 100%;
}
.images_sec figure {
  width: 400px;
  height: 400px;
  margin: 0;
}

.shortCuts a,
.topShortCuts a,
.top_logo {
  transition: 0.2s ease-in-out;
}

.checkbox,
.navbar-nav li a,
.navbar-toggler,
.powermail_submit,
.shortCuts,
.shortCuts a,
.top_logo {
  display: inline-block;
}
/* *******************amr fix************* */
.shortCuts {
  display: flex;

  align-items: center;
  justify-content: end;
}

.top_logo {
  position: absolute;
  top: 35%;
  left: 20%;
  padding: 0;
  z-index: 2;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: 580px;
  height: 492px;
}

.top_logo img {
  width: 75% !important;
}
.scrolla {
  position: absolute;
  cursor: pointer;
  left: 50%;
  top: 93vh;
  padding-bottom: 0;
  z-index: 10;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  text-align: center;
  font-size: 30px;
}

.scrolla-ani {
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.scrolla p {
  font-size: 18px;
  color: #a66b51;
  letter-spacing: 0;
  text-align: center;
}

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

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

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

  60% {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
.navbar-nav li a,
.scrolla h3,
.videoBlock.stndalone {
  position: relative;
}

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

ul.dropdown-menu {
  border-bottom: 0 solid var(--goldColor);
  background: var(--whiteColor);
  box-shadow: 0 3px 6px #00000029;
  position: ABSOLUTE;
  left: -20px !important;
  top: 100% !important;
  margin-top: -1px;
  border-radius: 0;
  z-index: 100;
  padding: 1em;
  transform: none !important;
  border: none;
}

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

.navbar-nav ul.dropdown-menu a {
  font-size: 18px;
  padding: 0 15px;
  display: block;
  line-height: 34px;
  text-align: left;
  color: var(--darkGreenColor);
  margin: 9px 0;
}

.copyright a:hover,
.navbar-nav ul.dropdown-menu a:hover {
  color: #ffad1e;
}

.navbar-nav li a.active_nav,
.navbar-nav li a:hover {
  color: #ffad1e;
}

nav.navbar-light .col-md-10.col-xs-12 {
  position: static;
  padding-right: 0;
}

ul.navbar-nav {
  padding: 0 10px;
  align-items: center;
  position: relative;
}

.navbar-nav li a {
  font-size: 20px;
  color: #131644;
  line-height: 27px;
  padding: 20px 10px;
  outline: 0;
  box-sizing: border-box;
  transition: 0.2s ease-in-out;
  letter-spacing: 0.52px;
}

.navbar-nav li a i {
  font-size: 15px;
  margin-left: 5px;
}

button.navbar-toggler {
  position: absolute;
  background-color: transparent;
  right: 0;
  top: 2px;
  height: 54px;
  border: none;
  width: 100px;
  text-align: center;
  box-shadow: none;
  margin: 0 !important;
  float: none;
  z-index: 50;
  border-radius: 50px 0 0 50px;
  box-shadow: none;
}

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

.arrows figure {
  margin-bottom: unset;
}
/* ************amr fix************** */
/* .tx-powermail .powermail_fieldset .powermail_field_error,
.tx-powermail .powermail_fieldset div.error {
  background-color: transparent !important;
} */

.navbar-toggler .icon-bar {
  display: block;
  width: 35px;
  height: 1px;
  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: 10px;
}

.navbar-toggler .open .icon-bar:first-of-type {
  -webkit-transform: rotate(38deg);
  -ms-transform: rotate(38deg);
  transform: rotate(38deg);
  -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) {
  -webkit-transform: rotate(-38deg);
  -ms-transform: rotate(-38deg);
  transform: rotate(-38deg);
  -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);
}
.accordion-sec.home {
  padding-top: 125px;
}
.ce-accordion-body {
  padding: 20px 0 0;
}
.accordion-sec.home .ce-accordion-body {
  padding: 0;
}
.navbar-toggler .icon-bar:nth-of-type(2) {
  opacity: 1;
}

header.FixNav {
  position: absolute;
  top: 100vh;
  left: 0;
  right: 0;
  z-index: 50;
  box-shadow: none;
  opacity: 100%;
  background-color: #fff;
  box-shadow: 0px 3px 6px #00000029;
  padding: 20px 0;
}

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

.MobSortcuts {
  display: none;
}

.ipad_img,
.mob_img,
.Mob_nav {
  display: none;
}

.topHeader_image img.MobImg {
  display: none;
}

/* copied */

.kontakt-sec {
  background-image: url(/fileadmin/user_upload/kiga/kiga_c_1800x1120alga_755x964_dsc0247-037erweitert.png);
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: -10rem;
  padding-bottom: 17rem !important;
  background-position: center;
}

.kontakt-sec .row {
  margin-top: 14rem;
}

a.mainBtn {
  color: var(--greyColor);
  display: inline-block;
  text-decoration: none;
  border-radius: 44px;
  position: relative;
  line-height: 24px;
  border-radius: 31px;
  /* width: 100%; */
  font-size: 22px;
  line-height: 27px;
}
a.mainBtn::after {
  content: "";
  background-image: url(/fileadmin/user_upload/steg/arrow-right.svg);
  background-size: 100%;
  width: 70px;
  height: 25px;
  position: absolute;
  top: 4px;
  right: -70%;
}

a.mainBtn:hover {
  letter-spacing: 0.44px;
  color: var(--lightpinkColor);
}
a.mainBtn:hover:after {
  content: "";
  background-image: url(/fileadmin/user_upload/steg/arrow-right-pink.svg);
}
.shortCuts a {
  margin-right: 15px;
  display: flex;
  /* align-content: center; */
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  /* white-space: nowrap; */
  /* color: var(--darkgreyColor); */
  /* border: 1px solid var(--darkgreyColor); */
  /* border-radius: 29px; */
  /* display: inline-block; */
  /* display: inline-block; */
  /* padding: 10px 30px; */
  /* text-decoration: none; */
  /* font-size: 18px; */
  /* line-height: 22px; */
  /* letter-spacing: 0.72px;*/
}
.button_style a.mainBtn:hover {
  background: var(--blueColor);
  color: #fff;
  border: 1px solid var(--blueColor);
}
.shortCuts a img {
  width: 100%;
  margin-right: 9px;
  height: 56px;
}
.button_style a.mainBtn {
  white-space: nowrap;
  color: var(--darkgreyColor);
  border: 1px solid var(--darkgreyColor);
  border-radius: 29px;
  display: inline-block;
  display: inline-block;
  padding: 10px 30px;
  text-decoration: none;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.72px;
  width: unset;
}

.FixNav .navbar-light .col-md-8 {
  justify-content: center;
  display: flex;
}

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


.main-hero {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  /* background-color: #131644; */
}
.background-video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  z-index: 1;
}
.video-overlay-content {
  position: relative;
  z-index: 2;
  height: 100vh;
}
.main-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 2;
}

.main-hero > div {
  position: relative;
  z-index: 2;
}

.main-hero .airplane {
  position: absolute;
  top: -300px; /* start off screen */
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
  animation: airplaneDrop 4s ease-out forwards;
  animation-delay: 1s;
  z-index: 10;
}
.main-hero .img1 {
  position: absolute;
  bottom: 0;
  left: -76px;
}
.main-hero .img2 {
  position: absolute;
  top: 32%;
  left: 24%;
  width: 300px;
}
.main-hero .img3 {
  position: absolute;
  top: 18%;
  left: 6%;
}
.main-hero .img4 {
  position: absolute;
  bottom: -75px;
  right: 0;
}
.main-hero .img5 {
  position: absolute;
  top: 35%;
  right: 33%;
}
.main-hero .img6 {
  position: absolute;
  right: -90px;
}
.main-hero .img7 {
  position: absolute;
  left: 30%;
  top: 5%;
}
.main-hero .airplane {
  position: absolute;
  top: -300px; /* start off screen */
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
  animation: airplaneDrop 4s ease-out forwards;
  animation-delay: 1s;
  z-index: 10;
}
@keyframes airplaneDrop {
  to {
    top: calc(100vh - 400px); /* adjust based on airplane height */
  }
}
.airplane img {
  animation: airplaneWave 5s linear infinite 5s; /* delay until it reaches position */
  transform-origin: center;
}
@keyframes airplaneWave {
  0% {
    transform: rotate(0deg);
  }
  20% {
    transform: rotate(4deg);
  }
  40% {
    transform: rotate(-4deg);
  }
  60% {
    transform: rotate(4deg);
  }
  80% {
    transform: rotate(-4deg);
  }
  100% {
    transform: rotate(0deg);
  }
}



.section.inner {
  height: 100vh;
}
.section .text-col h1 {
  rotate: -25deg;
  margin-bottom: 2em;
}
.section.inner .text-col h1 {
  rotate: unset;
  margin-bottom: 20px;
}
.section .text-col {
  padding: 110px;
  align-content: center;
}
.section .col-md-6 {
  height: 91vh;
}
.section.inner .col-md-6 {
  height: 100vh;
}
.section .col-md-6.img-col {
  position: relative;
  overflow: hidden;
}
.section.blue-bg .col-md-6.img-col::before {
  content: "";
  height: 91vh;
  width: 60px;
  background: linear-gradient(
    270deg,
    rgba(19, 22, 68, 1) 20%,
    rgba(19, 22, 68, 0) 100%
  );
  display: block;
  position: absolute;
  right: 0;
  z-index: 2;
}
/* .section .col-md-6.img-col::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
} */
.section.grey-bg .col-md-6.img-col::before {
  content: "";
  height: 91vh;
  width: 60px;
  background: linear-gradient(
    90deg,
    rgba(248, 250, 255, 1) 20%,
    rgba(19, 22, 68, 0) 100%
  );
  display: block;
  position: absolute;
  left: 0;
  z-index: 2;
}
.section.inner.blue-bg .col-md-6.img-col::before {
  height: 100vh;
}
.section.inner.grey-bg .col-md-6.img-col::before {
  height: 100vh;
}
.section .col-md-6 img {
  object-fit: cover;
  height: 100%;
}
.section.blue-bg {
  background-color: #131644;
}
.section.grey-bg {
  background-color: #f8faff;
}
.section.blue-bg p,
.section.blue-bg ul li {
  color: #f8faff;
}


.home-logo {
  position: absolute;
  top: 35%;
  left: 5%;
  z-index: 1;
}
.home-logo figure {
  width: 579px;
  height: 339px;
}
.home-logo figure img {
  object-fit: contain;
}
.termin:hover .default {
  display: none;
}
.termin:hover .onHover {
  display: inline-block !important;
}
/* .inner-p {
  margin-top: 5.3rem;
} */
.kontackt-section {
  margin-top: 7em;
}
.team-d-sec {
  padding-top: 7em !important;
}
.inner-first-section {
  position: relative;
}
.inner-first-section .ce-container {
  max-width: 100%;
}
.inner-first-section figure {
  margin: 0;
}

.section-wrapper .ce-container {
  max-width: 100%;
}
.section-wrapper {
  position: relative;
  overflow: hidden;
}
.section-wrapper .road-img {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 3;
  width: 130px;
}
.bus-img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100px; /* will change in JS */
  z-index: 3;
  transition: top 0.8s ease, transform 0.6s ease;
  pointer-events: none;
}

.bus-img a {
  pointer-events: auto;
}
a.back-btn {
  position: absolute;
  top: -36px;
  left: 0;
}
a.forward-btn {
  position: absolute;
  bottom: -36px;
  left: 0;
}
a.drop-btn {
  position: absolute;
  top: 61px;
  right: 0px;
}

.video-box {
  position: relative;
}


.innerFirstSec {
  padding-top: 9em;
  background-color: var(--darkpinkColor);
  margin-bottom: 3em;
}
.innerFirstSec .ce-container {
  max-width: 100%;
}
.innerFirstSec h1,
.innerFirstSec h2 {
  color: #fff;
}
.innerFirstSec p {
  margin-bottom: 0;
  color: #fff;
}
.innerFirstSec .frame-type-text {
  padding-bottom: 5em;
}

.inner-doc-sec .doc-img figure img {
  border-radius: 0 0 0 130px;
}
/* .inner-doc-sec .row {
  padding-bottom: 3em;
} */

.team-sec {
  background-color: rgb(189 204 232 / 20%);
  padding: 3em 2em 17em !important;
  margin-bottom: -11em;
}
.team-sec h4 {
  padding-bottom: 1em;
}
.team-sec .col-md-2 {
  margin-bottom: 2rem;
}

.prices-sec .row {
  padding-top: 9em;
}

.prices-sec h3 {
  color: var(--orangeColor);
}

.prices-sec .ce-col img {
  width: auto;
  margin-right: 10px;
}
.prices-sec .prices-mobile .ce-container {
  max-width: 100%;
}
.prices-sec .prices-mobile .owl-carousel .owl-item img {
  width: auto;
  margin-right: 10px;
}
.prices-sec .prices-mobile .carousel-content {
  padding: 105px 22px 22px;
  border: 1px solid #fff;
  height: 430px;
}
.prices-sec .prices-mobile .carousel-content p {
  display: flex;
  flex-wrap: nowrap;
}
.prices-sec .prices-mobile span {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  background-color: #e39f88;
  width: 100%;
  padding: 15px 46px;
  text-align: center;
}
.prices-sec .prices-mobile span h3 {
  color: #000;
  font-size: 28px;
  line-height: 33px;
  font-family: "Roboto", "sans-serif";
  margin-bottom: 0;
}
.prices-sec .prices-mobile .owl-container {
  padding-top: 3em;
}
.prices-sec .ce-col p {
  display: flex;
  align-items: baseline;
}
.prices-sec .ce-col .frame-type-text {
  padding: 50px;
  border: 1px solid #fff;
  height: 100%;
}
.prices-sec .ce-col header {
  position: absolute;
  top: -78px;
  left: 50%;
  transform: translate(-50%, 0);
  background-color: #e39f88;
  width: 95%;
  padding: 15px 46px;
  text-align: center;
}
.prices-sec .ce-col header h4 {
  color: var(--blackColor);
}

.prices-sec a.mainBtn {
  color: var(--whiteColor);
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none;
  padding: 7px;
  border-radius: 44px;
  position: relative;
  line-height: 24px;
  text-align: center;
  border: 1px solid var(--orangeColor);
  border-radius: 31px;
  width: 100%;
  font-size: 20px;
  background-color: var(--orangeColor);
}

.desc-prices .ce-container {
  max-width: 100%;
}
.langFirstSec {
  background-color: rgb(187 196 250 / 20%);
  padding-top: 9em;
  padding-bottom: 3em;
}
.nav_btns .accordion-item {
  padding: 15px;
  border: 3px solid #de9999;
  border-radius: 29px;
  background: #fff;
}
.nav_btns .accordion-body a {
  color: #6e6e6d;
  line-height: 50px;
}
.nav_btns .ce-container {
  max-width: 100%;
}
.nav_btns .row-cols-1.row-cols-md-2.row-cols-lg-3 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 2rem;
}
.nav_btns .col {
  flex-basis: unset;
  width: 25%;
}
.nav_btns .col a {
  font-size: 22px;
  padding: 15px;
  text-align: center;
  display: inline-block;
  width: 100%;
  cursor: pointer;
  background-color: transparent;
  color: #6e6e6d;
  border: 3px solid #de9999;
  border-radius: 29px;
  text-decoration: none;
}
.nav_btns .col a:hover {
  border-radius: 51px;
  letter-spacing: 0.44px;
  color: #de9999;
}
.pinkBG {
  background: rgb(187 196 250 / 20%);
}
.firstSction-content {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  width: 50%;
}
.firstSction-content-left {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: 50%;
}
.firstSction-content .ce-container,
.firstSction-content-left .ce-container {
  max-width: 78%;
}

.text-sec .ce-container {
  max-width: 63%;
  margin: auto;
}

.btn-section a.mainBtn {
  color: var(--whiteColor);
  text-transform: capitalize;
  text-decoration: none;
  padding: 7px;
  border-radius: 44px;
  position: relative;
  line-height: 24px;
  text-align: center;
  border: 1px solid var(--orangeColor);
  border-radius: 31px;
  width: 100%;
  font-size: 20px;
  background-color: var(--orangeColor);
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-section a.mainBtn:hover {
  color: var(--orangeColor);
  background-color: var(--whiteColor);
  letter-spacing: 0.4px;
}

.btn-section .buttons-row {
  align-items: center;
  padding-top: 2em;
}
.btn-section .buttons-row .col {
  max-width: 25%;
  flex: 25%;
}

.inner_secondSection .ce-container {
  max-width: 100%;
}
.inner_secondSection .col-md-6:nth-child(1) {
  background-color: #fff;
  height: 700px;
}
.inner_secondSection .col-md-6:nth-child(2) {
  padding: unset;
}
.inner_secondSection .col-md-6:nth-child(1) .frame-type-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 2px 7vw;
}
.inner_secondSection figure {
  height: 700px;
}
.teamSection figure {
  height: 357px;
}
.teamSection img {
  object-fit: cover;
  border-radius: 65px;
}
.teamSection h3 {
  margin-bottom: 10px;
}
.specificMargin {
  margin-top: 5rem;
}
.unserTeam img {
  border-radius: 65px;
}
.inner_secondSection img {
  object-fit: cover;
}
.accordion_section .accordion-item {
  border-bottom: unset;
  border: 1px solid #707070;
  border-radius: 39px;
  margin-bottom: 1rem;
  padding: 24px 30px;
}
.accordion_section .accordion {
  border-top: unset;
}
.accordion_section .accordion-header button::before {
  background-image: url(/fileadmin/user_upload/steg/hahn_icon_circle_plus.svg);
  background-size: 43px 43px;
  width: 43px;
  height: 43px;
}
.accordion_section .active--collapse .accordion-header button::before {
  background-image: url(/fileadmin/user_upload/steg/hahn_icon_circle_minus.svg);
  background-size: 43px 43px;
  width: 43px;
  height: 43px;
}
.inner-teaser {
  background-color: #fff;
}
.inner-teaser .ce-col {
  -ms-flex-preferred-size: 0;
  flex-basis: unset;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-bottom: 40px;
}
.inner-teaser .ce-col:hover img {
  filter: invert(88%) sepia(37%) saturate(204%) hue-rotate(333deg)
    brightness(92%) contrast(89%);
  cursor: pointer;
}
.inner-teaser .ce-col:hover h3 {
  color: #dfcdb7;
  cursor: pointer;
  letter-spacing: 1.92px;
}
.inner-teaser figure {
  width: 176px;
}
.inner-teaser .ce-textpic {
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.accordion-sec .accordion-item {
  position: relative;
  border: none;
}
.accordion-sec .accordion-item::before {
  content: "";
  position: absolute;
  top: -11px;
  width: 100%;
  border: 1px solid var(--darkBrownColor);
}

.accordion-sec .accordion-item:last-of-type::after {
  content: "";
  position: absolute;
  bottom: -11px;
  width: 100%;
  border: 1px solid var(--darkBrownColor);
}

.accordion-sec .accordion-body .ce-gallery {
  height: 260px;
}

.accordion-sec .accordion-body .ce-textpic {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  position: relative;
}

.accordion-sec .accordion-body .ce-textpic .ce-gallery figure {
  width: 828px;
  height: 400px;
  position: relative;
  top: -8em;
  right: -35px;
  border-radius: 30px;
  display: none;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.show .accordion-body .ce-textpic .ce-gallery figure {
  display: block;
}
.accordion-sec .accordion-body .ce-textpic .ce-gallery figure img {
  border-radius: 22px;
  object-fit: cover;
}

.accordion-sec .active--collapse .accordion-button {
  margin-bottom: 30px;
}

.accordion-sec a.mainBtn {
  margin-top: 23px;
}

.accordion-sec a.mainBtn:hover {
  padding-right: 70px;
}
.accordion-sec .accordion-button {
  font-weight: bold;
}

.owl-item h3 {
  margin-bottom: 15px;
}

.slider-sec .owl-item .carousel-content {
  text-align: center;
  padding: 25px;
  position: relative;
  min-height: 17em;
  background-color: var(--whiteColor);
  border-radius: 0px 0px 30px 30px;
}


.slider-sec .owl-item .carousel-content a::before {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translate(-50%, 0%);
  content: "";
  background-image: url(/fileadmin/user_upload/kiga/kiga_arrow_white_right.svg);
  background-color: var(--orangeColor);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 41px 24px;
  width: 73px;
  height: 73px;
  border-radius: 50%;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.slider-sec .owl-item .carousel-content a:hover::before {
  background-image: url(/fileadmin/user_upload/kiga/kiga_arrow_white_right_longer.svg);
  width: 80px;
}

.slider-sec {
  position: relative;
}
/* *********amr fix*********** */
.slider-sec::before {
  position: absolute;
  top: 10em;
  left: 0;
  content: "";
  background-color: var(--lightBrownColor);
  width: 100%;
  height: 32em;
}





.table-links-row {
  align-items: center;
}

.last-sec {
  padding-bottom: 9em !important;
}

.footer-sec {
  position: relative;
  background-color: rgb(187 196 250 / 20%);
  /* border-radius: 200px 200px 0 0;
  padding-top: 6em !important; */
}

.footer-sec .ce-container {
  position: relative;
}

.table-links-row .table-column {
  padding: 0;
}

.footer-sec .row {
  margin-left: 0;
}

/* .desktop-copy-r {
  display: none;
} */
.ipad-copy-r {
  display: block;
}

.copy-r .ce-col {
  padding: 0;
  align-content: center;
}

@media only screen and (min-device-width: 1500px) {
  .accordion-header button::before {
    display: none;
  }
}

.accordion-sec .accordion-header button::before {
  display: none;
}

.accordion-header button::before {
  content: "";
  background-image: url(/fileadmin/user_upload/steg/angle-down-dropdown.svg);
  background-repeat: no-repeat;
  background-size: 23px 24px;
  background-position: center center;
  position: absolute;
  right: 0;
  width: 23px;
  height: 23px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  padding: 15px;
}

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

.owl-dots {
  display: block !important;
  position: absolute;
  left: 30%;
  top: 95%;
}

.owl-nav {
  display: flex !important;
  justify-content: space-between;
  position: absolute;
  width: 90%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 0);
}

.owl-nav button.owl-prev {
  margin-left: -30px !important;
}

.owl-nav button.owl-next {
  margin-right: -30px !important;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  background: var(--lightpinkColor) !important;
}

/* ////////////////////////// */
/* innerPages */
.top-img .ce-container {
  width: 100%;
}

.top-img {
  padding-top: 4em !important;
}

.content-first-sec {
  background-image: url(/fileadmin/user_upload/kiga/kiga_c_vektorlotus.svg);
  background-repeat: no-repeat;
  background-size: 725px 411px;
  background-position: top;
}
/* **********amr fix************ */
.content-first-sec .row.row-cols-1.row-cols-md-2.row-cols-lg-3 {
  align-items: center;
  justify-content: center;
  padding-top: 100px;
}

.content-first-sec .row.row-cols-1.row-cols-md-2.row-cols-lg-3 .col-button {
  flex: 0 0 33.33%;
  width: 33.33%;
}

.content-first-sec
  .row.row-cols-1.row-cols-md-2.row-cols-lg-3
  .col-button:nth-of-type(4),
.content-first-sec
  .row.row-cols-1.row-cols-md-2.row-cols-lg-3
  .col-button:nth-of-type(5) {
  flex: 0 0 50%;
  width: 50%;
}

.content-first-sec .row.row-cols-1.row-cols-md-2.row-cols-lg-3 .col-button a {
  text-transform: uppercase;
  border: 1px solid #99847d;
  font-size: 22px;
  line-height: 29px;
  letter-spacing: 2.2px;
  font-weight: 400;
  font-family: "parisplus-std", sans-serif;
  border-radius: 44px;
  width: 100%;
  display: block;
  text-align: center;
  padding: 7px 0 7px;
  letter-spacing: 2.2px;
  transition: all 0.2s ease-in-out;
}

.content-first-sec
  .row.row-cols-1.row-cols-md-2.row-cols-lg-3
  .col-button
  a:hover {
  text-decoration: none;
  letter-spacing: 4.4px;
}

.yoga-sec {
  background-color: var(--lightBrownColor);
  margin-top: 155px;
  position: relative;
  padding-bottom: 6em !important;
}

.yoga-sec .mainBtn {
  padding: 10px 42px 8px;
}

.yoga-sec .mainBtn:hover {
  padding-right: 70px;
}

.yoga-sec figure {
  position: absolute;
  top: -7em;
  height: 441px;
}

.yoga-sec figure img {
  object-fit: cover;
  border-radius: 30px;
}

.yoga-sec .txt-col {
  padding-left: 80px;
}

.yoga-sec.white-sec {
  background-color: var(--whiteColor) !important;
}

.arrows .ce-row .ce-column:nth-of-type(2) img {
  transform: rotate(180deg);
}

.yoga-sec.white-sec {
  margin: 0;
  padding: 0 !important;
}

.yoga-sec.white-sec .row {
  align-items: center;
}

.yoga-sec.white-sec .row figure {
  position: unset;
}

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

.section2 h2 {
  font-size: 46px;
  color: var(--darkblueColor);
  font-style: italic;
  line-height: 59px;
  margin-bottom: 20px;
  word-break: break-word;
}

.section2 p {
  font-size: 18px;
  color: var(--darkblueColor);
  line-height: 28px;
  margin-bottom: 30px;
}

label.control-label.col-sm-2,
.powermail_fieldwrap .col-sm-10 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

fieldset.powermail_fieldset .row {
  margin: 0;
}

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

.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 {
  text-decoration: none;
}
.content-slider {
  background-color: var(--lightBrownColor);
  margin-top: 8rem;
}

.sliderPart {
  margin-top: -11rem;
}

.sliderPart .ce-container {
  width: 100%;
}

.sliderPart img {
  border-radius: 30px !important;
}

.listItemsPart {
  margin-top: 70px;
}
/* ********amr fix************ */
/* .listItemsPart li {
  color: var(--goldColor);
} */

.listItemsPart li {
  list-style-type: none;
  padding-inline-start: 1ch;
  position: relative;
  margin-bottom: 8px;
  align-items: center;
  display: flex;
}

.listItemsPart ul {
  padding-left: 1rem;
}

.listItemsPart li::before {
  content: "";
  position: absolute;
  background-color: #eacd90;
  width: 18px;
  height: 18px;
  left: -18px;
  padding-right: 0.5ch;
  border-radius: 50%;
  top: 3px;
}

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

.arrows .ce-row .ce-column {
  padding: 40px 0;
  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(--goldColor);
}

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

.teaser {
  padding: 100px 0;
  background: var(--lightGray);
  position: relative;
  margin-bottom: 100px;
}

.teaser h2 {
  font-size: 50px;
  color: var(--darkblueColor);
  font-style: italic;
  line-height: 59px;
  margin-bottom: 10px;
  word-break: break-word;
}

.teaser p {
  font-size: 18px;
  color: var(--darkblueColor);
  line-height: 28px;
  margin-bottom: 30px;
}

.teaser a.teaserBtn {
  color: var(--darkblueColor);
  font-size: 18px;
  text-decoration: none;
  border: 1px solid var(--darkblueColor);
  padding: 10px 45px;
  border-radius: 5px;
  text-transform: uppercase;
  display: inline-block;
}

.teaser a.teaserBtn:hover {
  color: var(--whiteColor);
  background: var(--darkblueColor);
}

a.teaserBtn {
  color: #000957;
  background-color: #fff;
  padding: 10px 100px;
  border: 3px solid var(--lightpinkColor);
  border-radius: 50px;
  font-size: 22px;
  line-height: 27px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 35%;
  margin: auto;
  text-decoration: none;
}

a.teaserBtn:hover {
  color: var(--lightpinkColor);
  letter-spacing: 0.44px;
}

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

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

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

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

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

.navbar-nav li a {
  font-size: 20px;
  line-height: 27px;
  padding: 20px 0;
  margin: 0 20px;
  text-decoration: none;
  position: relative;
  font-family: "segoe-ui", sans-serif;
  display: flex;
  flex-wrap: nowrap;
}

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

.navbar-nav li a:not(.contact-button)::before {
    content: "";
    display: block;
    height: 3px;
    width: 0%;
    background-color: #ffad1e;
    position: absolute;
    transition: all ease-in-out 250ms;
    /* margin: 0 0 0 10%; */
    left: 0;
}
.navbar-nav li a:hover::before,
.navbar-nav li a.active_nav::before {
    width: 100%;
}

.navbar-nav li a:not(.contact-button):hover {
  color: #ffad1e;
}

.navbar-nav li a:not(.contact-button).active_nav {
  color: #ffad1e;
}

.navbar-nav li a.contact-button {
  color: #fff;
  background-color: #131644;
  border: 1.5px solid #131644;
  border-radius: 2em;
  padding: 0.6rem 0.8rem;
  font-size: 1rem;
  cursor: pointer;
  text-decoration: none;
}
.navbar-nav li a.contact-button:hover {
  color: #ffad1e;
  text-decoration: none;
  background-color: transparent;
  border: 1.5px solid #ffad1e;
  transition: all ease-in-out 350ms;
}

/* *********amr fix************ */
.team .row {
  justify-content: center;
  padding-top: 20px;
}
.team img {
  border-radius: 30px;
}

.tx-powermail h3 {
  display: none;
}

.hero_img {
  position: relative;
}

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

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

.hero_img figure.image,
.hero_img .videoBlock {
  position: relative;
  z-index: -1;
  height: calc(100vh - 62px);
  overflow: hidden;
}

.hero_img figure.image img,
.hero_img .videoBlock video {
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: center;
}

.hero_img .tx-videogrid .row {
  margin: 0;
}

.hero_img .tx-videogrid .row .col-4 {
  margin: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0;
}

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

.counter {
  margin-bottom: 100px;
}

.counter h2 {
  font-size: 50px;
  color: var(--darkblueColor);
  font-style: italic;
  line-height: 59px;
  margin-bottom: 10px;
  word-break: break-word;
}

.counter p {
  font-size: 18px;
  color: var(--darkblueColor);
  line-height: 28px;
  margin-bottom: 30px;
}
header .dropdown:hover .dropdown-menu, 
ul.dropdown-menu.show {
  background: #fff;
  position: absolute;
  top: 70px !important;
  margin-top: -1px;
  border-radius: 0;
  z-index: -1;
  padding: 0 0;
  transform: none !important;
  min-width: 100%;
  left: 0 !important;
  right: 0 !important;
  border: unset;
  display: flex !important;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  flex-direction: column;
  padding: 35px 40px 47px;
}

/* header .dropdown:hover .dropdown-menu, 
ul.dropdown-menu.show {
  padding: 35px 40px 47px;
  background: #fff;
  top: 70px !important;
} */

ul.dropdown-menu li {
  text-align: center;
  /* width: 100%; */
}
.dropdown {
  position: unset !important;
}
.navbar-nav ul.dropdown-menu a {
  font-size: 20px;
  padding: 0;
  display: block;
  line-height: 50px;
  color: #131644;
  margin: 0;
  text-align: center;
  font-family: "segoe-ui", sans-serif;
}

.navbar-nav ul.dropdown-menu a.active_nav {
  color: var(--orangeColor);
}
.navbar-nav ul.dropdown-menu a.active_nav::before {
  content: "";
  width: 100px;
  height: 2px;
  background-color: var(--orangeColor);
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
}
.navbar-nav ul.dropdown-menu a.active_nav::after {
  content: "";
  width: 100px;
  height: 2px;
  background-color: var(--orangeColor);
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
}

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

p,
ul li {
  font-family: "segoe-ui", sans-serif;
  font-size: 20px;
  color: #131644;
}

.lightBlue_bg {
  background: rgb(61 180 154 / 15%);
}

.lightBlue_bg figure {
  margin-bottom: 0;
}

.lightBlue_bg h3 {
  margin-bottom: 2rem;
  font-weight: 700;
}

.lightBlue_bg p {
  margin-bottom: 2rem;
}

.lightBlue_bg img {
  border-radius: 15px;
}

.teaserSection h4 {
  min-height: 100px;
}

a.STEF_back-to-top {
  position: fixed;
  right: 0;
  bottom: 60px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  z-index: 68;
}

a.STEF_back-to-top:hover {
  background: var(--lightBlue);
  color: var(--darkblueColor);
}

header.FixNav.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  /* -webkit-animation: 0.5s ease-in-out 0s normal none 1 running fadeInDown;
  animation: 0.5s ease-in-out 0s normal none 1 running fadeInDown; */
  /* -webkit-transition: 0.6s;
  transition: 0.6s; */
}

.top_logo {
  opacity: 0;
  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.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;
}

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

.hero_img.inner figure.image {
  height: 450px;
}
.images-sec img {
  border-radius: 20px;
  margin-bottom: 30px;
}
.images-sec figure {
  margin: 0;
}

.orange_pragraph p {
  color: var(--orangeColor);
  font-size: 30px;
  line-height: 1;
}

.accordion-item {
  padding: 25px 0 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid var(--darkpinkColor);
}
/* ***********amr fix******* */
.accordion-sec.home .accordion-header {
  color: var(--darkblueColor);
  margin: 0;
  display: block;
  line-height: unset;
  display: block;
  position: relative;
  min-height: inherit;
  font-size: 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
/* ************amr fix*********** */
.accordion-sec.home .accordion-button {
  padding: 0;
  border: none;
  background: transparent;
  outline: none !important;
  height: auto;
  display: block;
  width: 100%;
  text-align: left;
  cursor: pointer;
  font-size: 34px !important;
  color: var(--darkgreyColor) !important;
  line-height: 40px;
  position: relative;
  min-height: inherit;
  font-weight: normal;
}
/* ************amr fix*********** */
.accordion-sec .ce-accordion-body {
  padding: 0;
}

.accordion-header {
  color: var(--orangeColor);
  font-family: "Roboto", "sans-serif";
  margin: 0;
  display: block;
  line-height: unset;
  display: block;
  position: relative;
  min-height: inherit;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.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 !important;
  line-height: 24px;
  position: relative;
  font-weight: 300;
  min-height: inherit;
  color: var(--darkpinkColor);
}

.accordion-body h2 {
  display: none;
}
.accordion-body p {
  font-size: 20px;
  line-height: 24px;
  color: #707070;
  margin-bottom: 15px;
}
.dark .accordion-body p {
  color: var(--whiteColor);
}
.accordion-body ul {
  padding-inline-start: 25px;
}

.copy-r {
  padding: 10px 0;
  color: #fff;
  background: #0f1236;
}

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

.copy-r p {
  margin: 0;
  color: #fff;
  font-size: 14px;
  line-height: 17px;
}

.copy-r p a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  line-height: 17px;
}

.copy-r p a:hover {
  color: var(--lightpinkColor);
}

.footer-top {
  background: #131644;
  padding: 60px 0 30px 0;
  color: #eee;
  font-size: 14px;
}

.footer-top .footer-info {
  margin-bottom: 30px;
}

.footer-top .footer-info h3 {
  font-size: 34px;
  color: #fff;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 10px;
  line-height: 1;
  font-family: "segoe-ui", sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
  border-left: 4px solid #ffad1e;
}

.footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "segoe-ui", sans-serif;
  color: #eee;
}

.footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #f8faff;
  color: #131644;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  margin-top: 30px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

.footer-top .social-links a:hover {
  background: #ffad1e;
  color: #f8faff;
}

.footer-top h4 {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
}

.footer-top h4::before,
.footer-top h4::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
}

.footer-top h4::before {
  right: 0;
  background: #555;
}

.footer-top h4::after {
  background: #fca311;
  width: 60px;
}

.footer-top .footer-links {
  margin-bottom: 30px;
}

.footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-top .footer-links ul li {
  border-bottom: 1px solid #333;
  padding: 10px 0;
}

.footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

.footer-top .footer-links ul a {
  color: #f8faff;
}
.footer-top .footer-links ul a::before {
  content: "";
  padding-right: 8px;
  background-image: url(/fileadmin/user_upload/blue-whale/arrow-right-solid.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 25px;
  height: 15px;
}

.footer-top .footer-links ul a:hover {
  color: #ffad1e;
}

.footer-top .footer-contact {
  margin-bottom: 30px;
}

.footer-top .footer-contact p {
  line-height: 26px;
  color: #f8faff;
}

.footer-top .footer-contact input[type="email"] {
  border: 0;
  padding: 6px 8px;
  width: 65%;
}

.footer-top .footer-contact input[type="submit"] {
  background: #ffad1e;
  border: 0;
  width: 35%;
  padding: 6px 0;
  text-align: center;
  color: #fff;
  transition: 0.3s;
  cursor: pointer;
  float: right;
}

.footer-top .footer-contact input[type="submit"]:hover {
  background: #fca311;
}


#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-family: "Edu VIC WA NT Hand Pre", sans-serif;
  color: #ffad1e;
  font-size: 80px;
}

h2 {
  color: var(--greyColor);
  font-size: 45px;
  line-height: 47px;
  margin-bottom: 28px;
  font-family: "Roboto", "sans-serif";
}

h3 {
  font-size: 40px;
  line-height: 45px;
  color: var(--greyColor);
  font-family: "segoe-ui", sans-serif;
  margin-bottom: 1rem;
}

h4 {
  font-size: 35px;
  line-height: 44px;
  font-family: "segoe-ui", sans-serif;
  color: #131644;
}

h5 {
  letter-spacing: 0;
  color: var(--darkBrownColor);
  font-size: 34px;
  line-height: 64px;
  font-weight: 400;
  margin-bottom: 2rem;
}

/* @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;
  padding: 10px;
  resize: vertical;
  /* margin: 8px 0; */
  outline: 0;
  /* border-radius: 4px; */
  font-size: 20px;
}

.powermail_fieldwrap_type_date input:focus,
input[type="email"]:focus,
input[type="text"]:focus,
select:focus,
textarea:focus {
  /* background: var(--lightgoldColor); */
  border: 1px solid var(--darkgreyColor);
}

.powermail_fieldwrap_type_submit input {
  position: relative !important;
  vertical-align: middle;
  border: 1px solid #de9999 !important;
  padding: 5px 70px 5px 70px !important;
  background-color: white !important;
  font-size: 20px;
  width: 553px;

  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  opacity: 1;
  font-weight: 400;
  -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;
  border-radius: 30px;
  color: var(--greyColor) !important;
}

/* .powermail_fieldwrap_type_submit input:active,
.powermail_fieldwrap_type_submit input:focus,
.powermail_fieldwrap_type_submit input:hover {
  opacity: 1;
  border: 2px solid var(--darkblueColor);
  background: var(--darkblueColor);
  color: var(--lightBlue) !important;
} */

.powermail-errors-list {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
  padding: 8px 10px;
  list-style: none;
  border-radius: 4px;
  border: unset !important;
  position: absolute;
  top: 58px;
  width: 93% !important;
}

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

.tx-powermail .powermail_fieldset .powermail_field_error:focus {
  background: transparent;
}

.tx-powermail
  .powermail_fieldset
  .powermail_field_error:focus
  ~ .powermail-errors-list.filled {
  display: none;
}

legend.powermail_legend {
  display: none;
}

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

.top_space {
  padding-top: 0em;
}

.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 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  padding: 10px;
}

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

.video-txt h5,
.video-txt.stndalone h5 {
  margin: 15px 10px 8px 20px;
  font-size: 24px;
  color: #5e5861;
  line-height: 26px;
  text-align: left;
  position: relative;
  z-index: 2;
}

.video video,
video {
  width: 100%;
  /* border-radius: 20px; */
}

.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: 10px;
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  text-decoration: unset;
}

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

.videoBlock a:hover {
  background: rgba(34, 156, 163, 0);
  backdrop-filter: blur(0px);
  -webkit-backdrop-filter: blur(0px);
}

.modal-title {
  font-family: "Roboto";
}
.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: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}

#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;
}
.owl-theme .owl-dots .owl-dot.active span {
  background: #fff !important;
}
.owl-theme .owl-dots .owl-dot span {
  background: #b1b1b1 !important;
}
#switcher-container:hover {
  -webkit-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

#volume-switcher {
  display: none;
}
#switcher-container {
  /* background: rgb(196 197 197 / 40%); */
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  z-index: 1;
}
/* #switcher-container::before {
  content: "";
    background-size: 400% 400%;
    animation: 15s infinite text-color-gradient;
    width: 50px;
    height: 50px;
    display: block;
    bottom: 10px;
    right: 15px;
    position: absolute;
    border-radius: 50%;
    background-image: linear-gradient(to right, #e39f88, #e39f88);
} */
#volume-switcher:checked {
  content: "";
  border: 0 solid #000;
  background: url(/fileadmin/user_upload/steg/play.svg) center center / 100%;
  bottom: 50%;
  right: 50%;
  transform: translate(50%, 50%);
  position: absolute;
  width: 110px;
  height: 129px;
}
#volume-switcher:checked + #switcher-container:after {
  content: "";
  background: url(/fileadmin/user_upload/steg/play.svg) center center / 100%;
  display: none;
}

.powermail_fieldwrap_type_textarea label.control-label.col-sm-2,
.powermail_fieldwrap_type_textarea .col-sm-10 {
  max-height: unset !important;
}
/* eslam */
.powermail_fieldwrap_type_submit {
  flex: 0 0 100% !important;
  max-width: 100% !important;
}

header .col-md-7 {
  position: unset;
}
header .row.align-items-center {
  position: relative;
}
.btn-primary {
  color: var(--darkgreyColor) !important;
  padding: 20px 0 !important;
  border-radius: 31px !important;
  border: 1px solid var(--darkgreyColor) !important;
}
/* .btn-primary:hover {
  background-color: var(--orangeColor) !important;
  color: #fff !important;
  border: 1px solid var(--orangeColor) !important;
} */


.powermail_fieldwrap_type_textarea label {
  display: none;
}

fieldset.powermail_fieldset .row {
  margin: 0;
}
.mobile-karrier-form .control-label {
  display: none;
}
fieldset.powermail_fieldset .row .col-md-6 {
  padding: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

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

/* .form-group {
  margin-bottom: unset;
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-start;
} */

.form-control {
  /* edit eslam */
  background-color: #f2f2f2 !important;
  font-size: 20px;
  height: 50px;
  padding-left: 47px;
  border-radius: 47px !important;
}

label {
  color: var(--darkgreyColor);
}

label.control-label.col-sm-2,
.powermail_fieldwrap .col-sm-10 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  flex: 0 0 100%;
  /* max-height: 70px; */
  font-size: 16px;
}

.powermail_fieldwrap_type_radio.powermail_fieldwrap_sindsie_01 {
  display: none;
}

.powermail_fieldwrap_type_check .checkbox {
  max-width: 50%;
  flex: 50%;
}
.powermail_fieldwrap_type_check .col-sm-10 {
  display: flex;
  flex-wrap: wrap;
}

textarea.form-control {
  background: #f2f2f2 !important;
  border: unset !important;
  height: 154px !important;
  margin-top: 0px;
  font-size: 20px;
  padding: 15px 30px;
  padding-left: 47px;
}

.form-control:focus {
  box-shadow: 0 0 0 1px #99847d !important;
}

.video-sec {
  background-color: #a6d6cc;
}
/* fix eslam */
.listing-sec .text-col div p:first-of-type {
  width: 75%;
}
.col-md-6 ul {
  margin-left: -15px;
}
/* eslam */

fieldset.powermail_fieldset .row .powermail_fieldwrap_type_submit {
  text-align: center !important;
  margin-bottom: 6em !important;
}
.powermail_fieldwrap_type_submit .btn-primary:hover {
  padding: 17px 70px 17px 70px !important;
  color: #de9999 !important;
}
fieldset.powermail_fieldset
  .row
  .powermail_fieldwrap_type_submit
  :hover::after {
  color: #de9999 !important;
  opacity: 1;
}
fieldset.powermail_fieldset .row .powermail_fieldwrap_type_submit ::after {
  content: "";
  background-image: url(/fileadmin/user_upload/steg/arrow-right-pink.svg);
  background-size: 100%;
  width: 50px;
  background-repeat: no-repeat;
  height: 27px;
  position: absolute;
  top: 61px;
  opacity: 0;
  color: #de9999 !important ;
  right: 48%;
  background-size: contain;
}
.btn-primary:focus {
  box-shadow: 0 0 0 0.2rem #de9999 !important;
}
fieldset.powermail_fieldset .row .col-sm-10 input[type="text"] {
  border-radius: 47px !important;
  padding-left: 47px !important;
}
fieldset .row .powermail_fieldwrap_type_radio {
  display: flex !important;
  align-items: center !important;
}

fieldset .row .powermail_fieldwrap_type_file {
  display: flex;
  align-items: center;
}

fieldset .row .powermail_fieldwrap_type_radio .control-label {
  flex: 0 0 25% !important;
  max-width: 90% !important;

  text-align: center !important;
}
fieldset .row .powermail_fieldwrap_type_file .control-label {
  flex: 0 0 30% !important;
  padding-right: 0 !important;
  max-width: 90% !important;
}

/* fieldset .row .powermail_fieldwrap_type_file .col-sm-10 {
  flex: 0 0 60% !important;
  max-width: 90% !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: 1px solid #ccc;
  border-radius: 4px;
  background-color: #a9b1b9;
  color: transparent;
  cursor: pointer;
  text-align: center;
  border-radius: 47px;
}

.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: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  cursor: pointer;
  pointer-events: none;
}
.powermail_fieldwrap_uploadbewerbungsschreiben .col-sm-10::after {
  font-size: 10px;
}
.powermail_fieldwrap_uploadfilelebenslauf_01 .col-sm-10::after,
.powermail_fieldwrap_uploadbewerbungsschreiben .col-sm-10::after {
  content: "Upload Bewerbungsschreiben" !important;
}
.powermail_fieldwrap_uploadfilelebenslauf .col-sm-10::after,
.powermail_fieldwrap_uploadlebenslauf .col-sm-10::after {
  content: "Upload Lebenslauf" !important;
}
.powermail_fieldwrap_uploadfilelebenslauf_02 .col-sm-10::after,
.powermail_fieldwrap_uploadzeugnisse .col-sm-10::after {
  content: "Upload Zeugnisse" !important;
}
.mobile-karrier-form {
  display: none;
}
fieldset .row .powermail_select {
  appearance: none; /* Standard */
  -webkit-appearance: none; /* Safari/Chrome */
  -moz-appearance: none; /* Firefox */
  position: relative;
  width: 100%; /* Adjust width */

  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 47px;

  /* Add custom arrow */
  background-image: url(/fileadmin/user_upload/steg/angle-down-dropdown.svg); /* Replace with your arrow image */
  background-repeat: no-repeat;
  background-position: right 20px center; /* Adjust position */
  background-size: 20px; /* Adjust size of arrow */
}
/* Adjust when the file is selected */
fieldset .row .powermail_file:valid::after {
  content: attr(data-label);
}
fieldset .row .powermail_fieldwrap_type_radio .col-sm-10 {
  display: flex;
  align-items: center;
  gap: 20px;
}
.innerFirstSec .image .image-embed-item {
  width: 100% !important;
  height: 60% !important;
}
/* .inner-doc-sec fieldset .row .powermail_fieldwrap_type_file {
  display: none !important;
} */

.listing-sec figure img.image-embed-item {
  border-radius: 25px !important;
}
.pageSpace figure img.image-embed-item {
  border-radius: 25px !important;
}

/* fieldset .row .powermail_fieldwrap_type_select .col-sm-10 {
  background-color: #f2f2f2;
  font-size: 20px;
  border-radius: 47px;
} */

.portfolio-sec figure,
.project figure {
  height: 500px;
}
.portfolio-sec figure img,
.project figure img {
  object-fit: cover;
}


.home_img .owl-carousel .owl-item img {
  object-fit: cover;
  height: 100vh;
}
.owl-theme .owl-nav [class*=owl-] {
  width: 30px;
}

.footer-sec .logo-col .frame-type-textpic figure.image {
    width: 177px;
    height: 65px;
}
.footer-sec .logo-col p {
    font-size: 20px;
}


.contact {
  padding-top: 8em;
}
.contact .col-md-6 {
  height: auto;
  margin: 15px;
  flex: 0 0 48%;
  max-width: 48%;
}
.contact .contact-info {
  display: flex;
  align-items: center;
  padding: 1em;
}

.blue-bg a.mainBtn {
  font-size: 20px;
  font-weight: 500;
  color: #ffad1e;
  background-color: #f8faff;
  border-radius: 20px;
  padding: 10px 26px;
  text-decoration: unset;
  box-shadow: 0 3px 6px #000000c2;
  transition: all 0.5s ease-in-out;
}
.blue-bg a.mainBtn:hover {
  letter-spacing: 1px;
}

.grey-bg a.mainBtn {
  font-size: 20px;
  font-weight: 500;
  color: #ffad1e;
  background-color: #131644;
  border-radius: 20px;
  padding: 10px 26px;
  text-decoration: unset;
  box-shadow: 0 3px 6px #000000c2;
  transition: all 0.5s ease-in-out;
}
.grey-bg a.mainBtn:hover {
  letter-spacing: 1px;
}