/* @import url("https://p.typekit.net/p.css?s=1&k=fiw1qqh&ht=tk&f=46239.46244.46245&a=16776630&app=typekit&e=css"); */
:root {
  --whiteColor: #ffffff;
  --bodyColor: #f5f5f4;
  --lightpink: #f1d6d2;
  --green: #51603d;
  --dark-green: #404a2d;
  --light-grey: #d4d2cb;
  --beige-color: #d4a98a;
  --txt-color: #404040;
  --opacity-black: #00000017;
}

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

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

.top_logo img {
  height: 40px;
}

.pageSpace a {
  color: var(--dark-gray-color);
}

.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: "mendl-sans-dawn", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 20px;
  line-height: 24px;
  color: var(--txt-color);
  overflow-x: hidden;
}

::-moz-selection {
  color: #f1d6d2;
  background: white;
}

::selection {
  color: #f1d6d2;
  background: white;
}
.inner-header {
  background-color: #fff !important;
}
.sitmap .ce-container.container {
  max-width: 89%;
  margin: auto;
  padding: 0;
}
.IMPRESSUM .ce-container.container {
  max-width: 85%;
  margin: auto;
  padding: 0;
}
.loader {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  background: url(/fileadmin/user_upload/brev/desktop-logo.png) 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: 309px;
  display: block;
  padding: 1.3rem;
  margin-left: 47px;
  width: 309px;
  background-color: var(--bodyColor);
  border-radius: 40px;
  filter: drop-shadow(15px 10px 10px #00000017);
}

.homePageNav .topLogo {
  visibility: hidden;
  opacity: 0;
  width: 309px;
  background-color: var(--bodyColor);
  border-radius: 40px;
  filter: drop-shadow(15px 10px 10px #00000017);
}

.mainTxt {
  padding-bottom: unset !important;
}
.navbar-nav .dropdown .fa-chevron-down:before {
  content: "";
  background-image: url(/fileadmin/user_upload/brev/brev_icon_arrow_down.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 22px;
  height: 11px;
  position: absolute;
  top: 85%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999999999999;
}
.navbar-nav .dropdown:hover .fa-chevron-down:before {
  background-image: url(/fileadmin/user_upload/brev/brev_icon_arrow_up.svg);
}
.navbar-nav .dropdown.show .fa-chevron-down:before {
  background-image: url(/fileadmin/user_upload/brev/brev_icon_arrow_up.svg);
}

.sticky.homePageNav .topLogo {
  visibility: visible;
  opacity: 1;
  padding: 1.3rem;
  transition-delay: 1s;
  position: relative;
  z-index: 99999;
}

.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;
  top: 31%;
  left: 10px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  z-index: 10000;
}
.shortCuts_home img {
  width: 56px;
  filter: drop-shadow(15px 10px 10px #00000017);
}

.shortCuts_home a:hover .imageHover,
.shortCuts_home div.openhours:hover .imageHover {
  display: block !important;
}
.shortCuts_home a:hover .imageNonHover,
.shortCuts_home div.openhours:hover .imageNonHover {
  display: none !important;
}

.shortCuts_home a {
  width: 56px;
  display: flex;
  align-items: center;
  gap: 25px;
  text-decoration: unset;
}
.shortCuts_home .openhours a {
  visibility: collapse;
}
.shortCuts_home a p {
  white-space: nowrap;
  margin: 0;
  color: var(--whiteColor);
  background-color: var(--green);
  padding: 10px 30px;
  border-radius: 40px;
  text-decoration: unset;
  visibility: collapse;
}
.shortCuts_home .openhours:hover p,
.shortCuts_home .openhours:hover a {
  visibility: visible;
}
.shortCuts_home div.openhours {
  width: 56px;
  display: flex;
  align-items: flex-start;
  gap: 25px;
  text-decoration: unset;
  height: 56px;
}
.shortCuts_home div.openhours p {
  color: var(--whiteColor);
}
.shortCuts_home div.openhours:hover #c15604 {
  visibility: visible;
}
.shortCuts_home div.openhours:hover,
.shortCuts_home a:hover {
  width: 430px;
}
.shortCuts_home div.openhours #c15604 {
  background-color: var(--green);
  color: var(--whiteColor);
  padding: 20px;
  border-radius: 40px;
  visibility: collapse;
}
.shortCuts_home div.openhours #c15604 figure.table {
  margin: 0;
}
.shortCuts_home div.openhours #c15604 figure.table td {
  border-top: unset;
  padding: 4px;
}

.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;
}
.shortCuts {
  display: flex;
  align-items: center;
  justify-content: end;
  padding: 0 72px;
}

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

.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 {
  background: var(--whiteColor);
  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: var(--goldColor);
}

.navbar-nav li a.active_nav,
.navbar-nav li a:hover {
  color: var(--goldColor);
}

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

ul.navbar-nav {
  padding: 0 10px;
}

.navbar-nav li a {
  font-size: 22px;
  color: var(--lightGrayColor);
  line-height: 25px;
  /* 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: #f5f5f4;
  right: 0;
  top: 2px;
  height: 64px;
  border: none;
  width: 100px;
  text-align: center;
  box-shadow: none;
  margin: 0 !important;
  float: none;
  z-index: 50;
  border-radius: 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: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  box-shadow: none;
  opacity: 100%;
  /* background: var(--whiteColor); */
  padding: 18px 0;
  /* box-shadow: 3px 3px 3px #0000000a; */
}

.FixNav.sticky {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 9999;
}

.MobSortcuts {
  display: none;
}

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

.topHeader_image img.MobImg {
  display: none;
}

a.mainBtn {
  background-color: var(--lightpink);
  color: var(--txt-color);
  display: inline-flex;
  align-items: center;
  padding: 17px 20px;
  position: relative;
  line-height: 30px;
  font-size: 20px;
  text-align: left;
  border-radius: 34px;
  width: auto;
  text-decoration: none;
  white-space: nowrap;
}
a.mainBtn::after {
  content: "";
  background-image: url(/fileadmin/user_upload/brev/icons/brev_icon_arrow_button.svg);
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 15px;
  margin-left: 10px;
  display: none;
}

a.mainBtn:hover {
  letter-spacing: 2px;
  width: auto;
}
a.mainBtn:hover::after {
  display: inline-block;
}

.shortCuts a {
  margin-right: 15px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}
.shortCuts a img {
  min-width: 30px;
  max-height: 25px;
  max-width: 100px;
}
.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;
}
.shortCuts a:hover .imageNonHover {
  display: none !important;
}
.shortCuts a:hover .imageHover {
  display: block !important;
}

.FixNav .navbar-light .col-md-8 {
  justify-content: flex-end;
  display: flex;
  position: unset;
}
.FixNav .navbar-light .col-md-8 #myNav {
  background-color: var(--bodyColor);
  border-radius: 40px;
  filter: drop-shadow(15px 10px 10px #00000017);
}

.ce-container {
  max-width: 85%;
  margin: auto;
}
.home_vedio {
  max-height: 100vh;
}
.home_vedio .ce-container {
  max-width: 100%;
  position: relative;
}
.home_vedio .videoBlock {
  height: 100vh;
}
.home_vedio video {
  object-fit: cover;
  height: 100vh;
}
.home_vedio .tx-videogrid .col-4 {
  margin: unset;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding: unset;
}
.home-logo {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 999;
}
.home-logo figure {
  height: 272px;
}
.termin:hover .default {
  display: none;
}
.termin:hover .onHover {
  display: inline-block !important;
}
.inner-p {
  margin-top: 5.3rem;
}

.teaserBtn {
  border-radius: 10px;
  text-align: center;
  padding: 14px 35px;
  background-color: var(--pinkColor);
  /* width: 40%; */
  display: inline-block;
  margin: auto;
  color: var(--whiteColor) !important;
  margin-top: 20px;
  position: relative;
  white-space: nowrap;
  min-width: fit-content;
}
.teaserBtn::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 24px;
  width: 27px;
  height: 17px;
  background-image: url(/fileadmin/user_upload/brev/brev_icon_arrowside_white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 27px 17px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.teaserBtn:hover::before {
  opacity: 1;
  visibility: visible;
}
.teaserBtn:hover {
  text-decoration: none;
  padding-right: 50px;
  /* width: 40%; */
}

.termin-outer {
  width: 170px;
  height: 170px;
  background-color: var(--beige-color);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -77px;
  left: 50px;
  rotate: -10deg;
}
.termin-btn {
  color: var(--whiteColor);
  padding: 30px 23px;
  border-radius: 50%;
  font-size: 24px;
  line-height: 28px;
  width: 145px;
  display: block;
  height: 145px;
  text-align: center;
  border: 2px dotted #fff;
}

.termin-btn:hover {
  color: var(--whiteColor);
  text-decoration: none;
}
.termin-btn.ipad,
.termin-outer.ipad {
  display: none;
}

.first-sec.home {
  background-image: url(/fileadmin/user_upload/brev/icons/brev_icon_shape.svg);
  background-repeat: no-repeat;
  background-position-x: 20%;
  background-position-y: bottom;
  padding: 5em 0;
}
.first-sec.home .img-col {
  justify-items: end;
}
.first-sec.home .img-col figure {
  width: 90%;
  height: auto;
  position: relative;
}
.first-sec.home .img-col figure img {
  border-radius: 350px 350px 0 0;
  max-width: 100%;
}
.team figure img {
  border-radius: 350px 350px 0 0 !important;
  object-fit: cover;
}
.first-sec.home .img-col figure::before {
  content: "";
  background-image: url(/fileadmin/user_upload/brev/icons/brev_icon_textcircle.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 200px;
  height: 200px;
  position: absolute;
  right: 0;
}
.first-sec.home h1 {
  white-space: nowrap;
  z-index: 1;
  position: relative;
}
.first-sec.home h2 {
  color: var(--beige-color);
}
.first-sec.home p {
  margin-right: -190px;
  margin-left: 95px;
  z-index: 1;
  position: relative;
}

.second-sec.home {
  background-color: var(--green);
  height: 65vh;
}
.second-sec.home a.mainBtn {
  background-color: rgb(255 255 255 / 34%);
  width: 45%;
  justify-content: center;
}
.second-sec.home a.mainBtn:hover {
  background-color: var(--whiteColor);
}
.second-sec.home a.mainBtn::after {
  display: none;
}
.second-sec.home .row {
  justify-content: space-around;
  margin-top: 4em;
}
.second-sec.home h2 {
  color: var(--whiteColor);
}
.second-sec.home .col-md-4 figure {
  height: 100px;
    width: auto;
  margin: 0 auto 4rem;
}

.second-sec.home .col-md-4 .frame-type-textpic {
  border: 1px solid #fff;
  border-radius: 280px 280px 0 0;
  padding: 80px 10px 20px;
  height: 490px;
}
.second-sec.home .col-md-4.beige-box {
  background-color: var(--beige-color);
}
.second-sec.home .col-md-4.grey-box {
  background-color: var(--light-grey);
}

.second-sec.home .col-md-4.pink-box {
  background-color: var(--lightpink);
}

@media only screen and (min-width: 1150px) {
  .second-sec.home .col-md-4 {
    border-radius: 300px 300px 0 0;
    height: 525px;
    align-content: center;
    padding: 20px;
    -ms-flex: 0 0 31.8%;
    flex: 0 0 31.8%;
    max-width: 31.8%;
  }
  .second-sec.home .col-md-4.pink-box .ce-bodytext,
  .second-sec.home .col-md-4.beige-box .ce-bodytext {
    margin-top: -1em;
  }
  .second-sec.home .col-md-4.grey-box .ce-bodytext {
    margin-top: -2em;
  }
}
/* .second-sec.home .col-md-4.pink-box figure {
  width: 166.72px;
} */
.second-sec.home #c15737 {
  display: none;
}

.img-f-w {
  position: relative;
  z-index: -1;
}
.img-f-w .ce-container {
  max-width: 100%;
}
.img-f-w h2 {
  position: absolute;
  top: 50%;
  left: 8%;
  transform: translate(0, -50%);
  color: var(--green);
}
.img-f-w figure {
  margin: -1px;
}

.reasons-sec {
  background-color: var(--lightpink);
  padding: 5em 0 !important;
}
.reasons-sec h2 {
  color: var(--green);
}
.reasons-sec figure {
  height: 90px;
  margin: 30px auto;
}
.reasons-sec #c15736 {
  display: none;
}

.reviews-sec {
  background-color: var(--beige-color);
}
.reviews-sec p {
  color: var(--bodyColor);
}
.reviews-sec h2 {
  color: var(--green);
}
.reviews-sec .ce-container {
  max-width: 100%;
}
.reviews-sec figure {
  margin: 0;
  height: 100%;
}
.reviews-sec figure img {
  object-fit: cover;
}
.reviews-sec #c15644,
.reviews-sec #c15644 .ce-image,
.reviews-sec #c15644 .ce-image .ce-gallery,
.reviews-sec #c15644 .ce-image .ce-gallery .ce-outer,
.reviews-sec #c15644 .ce-image .ce-gallery .ce-outer .ce-inner,
.reviews-sec #c15644 .ce-image .ce-gallery .ce-outer .ce-inner .ce-row,
.reviews-sec
  #c15644
  .ce-image
  .ce-gallery
  .ce-outer
  .ce-inner
  .ce-row
  .ce-column {
  height: 100%;
}
.reviews-sec .col-md-4 {
  padding: 96px;
  align-content: center;
}
.reviews-sec .owl-container .owl-item img {
  object-fit: contain;
  width: 200px;
}
.reviews-sec .owl-nav {
  width: 106%;
  top: 50%;
  left: -19px;
}

.listing-start {
  /* height: 66vh; */
  background-color: var(--bodyColor);
  padding-top: 9em;
  padding-bottom: 1em;
}
.listing-start .ce-container {
  max-width: 92.5%;
  margin: 0 0 0 auto;
}
.listing-start .col-md-7 figure {
  margin: 0;
}
.listing-start .col-md-7 figure img {
  border-radius: 300px 0 0 300px;
}
.listing-start .col-md-5 {
  align-content: center;
}
.listing-start .col-md-5 h2 {
  color: var(--beige-color);
}

.nav_btns_desk {
  padding: 3em 0 0;
  background-color: var(--bodyColor);
}
.nav_btns_desk .col-md-3:nth-child(5),
.nav_btns_desk .col-md-3:nth-child(6),
.nav_btns_desk .col-md-3:nth-child(7) {
  -ms-flex: 0 0 33%;
  flex: 0 0 33%;
  max-width: 33%;
}
.nav_btns_desk a.mainBtn {
  width: 100%;
}
.nav_btns_desk a.mainBtn:hover {
  width: 100%;
}
.nav_btns_desk.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  padding: 6em 0 0;
  z-index: 1001;
}

.nav_btnsMobile.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  padding: 5em 0 1em;
  z-index: 1001;
}
.nav_btnsMobile {
  background-color: var(--bodyColor);
  padding-bottom: 2em;
}

.nav_btnsMobile .accordion-item {
  padding: 15px 20px;
  border-bottom: unset;
  background-color: var(--lightpink);
  border-radius: 50px;
}
.nav_btnsMobile .accordion-item p {
  margin: 15px;
  width: 100%;
}
.nav_btnsMobile .accordion-item a {
  color: var(--txt-color);
  text-decoration: none;
}

.grey-bg {
  background-color: var(--bodyColor);
}

.listing-content h2 {
  color: var(--beige-color);
}
.listing-content .col-md-4 {
  justify-items: center;
}

.listing-content .col-md-4 figure img[title="smaller"] {
  width: 175px;
}
.listing-content .col-md-4 figure {
  height: 150px;
  width: auto;
  margin: auto;
}

.inner-img-f-w {
  position: relative;
  z-index: -1;
  background-color: var(--bodyColor);
}
.inner-img-f-w .ce-container {
  max-width: 100%;
}
.inner-img-f-w figure {
  margin: 0;
}
.inner-img-f-w .frame-type-text {
  max-width: 90%;
  margin: auto;
  position: relative;
  z-index: 1;
  bottom: 166px;
  background: var(--whiteColor);
  padding: 3em;
  border-radius: 100px;
}

.team-2nd-sec {
  background-color: var(--bodyColor);
  padding-bottom: 3em;
}

.vid-3-col .tx-videogrid .col-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.teaser-btns .mainBtn {
  width: 100%;
}
.teaser-btns .mainBtn:hover {
  background-color: var(--pinkColor) !important;
  color: var(--whiteColor);
}
.teaser-sec {
  .ce-container {
    background-color: var(--whiteColor);
    max-width: 88%;
    padding: 40px calc(3% / 2);
  }
  .col-md-6 .tx-videogrid .col-4 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}
.teaser-sec.Veneers .videos .tx-videogrid .col-4:nth-of-type(2) {
  display: none;
}
.teaser-sec.bleaching .videos .tx-videogrid .col-4:first-of-type {
  display: none;
}
.start-img {
  position: relative;

  .ce-container {
    max-width: 100%;
  }
  .start-img-txt {
    position: absolute;
    top: 50%;
    left: 140px;
    transform: translateY(-50%);
    width: 34%;
  }
}
.icons-sec #c12384 p {
  padding: 0 18em;
}
.icons-sec {
  .col-lg-4 {
    height: 190px;
  }
  .row {
    row-gap: 40px;
    margin-top: 90px;
  }
  figure {
    width: 110px;
    height: 95px;
  }
  .ce-textpic:hover figure img {
    width: 115px;
    height: 100px;
  }
  figure img {
    object-fit: contain;
    filter: drop-shadow(2px 4px 6px #a7a7a7);
  }
  .col-md-4 .ce-textpic {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .ce-textpic:hover .ce-bodytext p {
    letter-spacing: 1px;
  }
}

.kontakt {
  padding-top: 8em !important;
  background-color: var(--bodyColor);
}
.kontakt h2 {
  color: var(--beige-color);
}

.footer {
  background-color: var(--green);
  padding: 30px 0;
  position: relative;
}
.footer .ce-container {
  max-width: 92%;
  margin: 0 auto 0 0;
}
.footer .col-md-5 {
  border: 1px solid #fff;
  padding: 3em 3em 3em 8em;
  border-radius: 0 300px 300px 0;
  border-left: unset;
}
/* .footer .col-md-7 {
  left: 30px;
} */
.footer p,
.footer p a {
  color: var(--whiteColor);
}
.footer h3 {
  color: var(--beige-color);
}
.footer p a:hover {
  color: var(--whiteColor);
  text-decoration: none;
}

.footer .mainBtn {
  position: relative;
  width: 40%;
  border: 1px solid #fff;
  background-color: var(--green);
  padding: 7px;
  justify-content: center;
}
.footer .mainBtn:hover {
  background-color: var(--whiteColor) !important;
  color: var(--green);
  border: 1px solid #fff;
  width: 45%;
}
.footer .mainBtn::after {
  display: none !important;
}

img[title="desktop"] {
  display: block;
}
img[title="mobile"] {
  display: none;
}

.footer iframe {
  height: 469px;
  border-radius: 500px 0 0 500px;
}

.copy-r {
  padding: 18px 0;
  flex-direction: column;
  position: absolute;
  bottom: 100px;
  rotate: -90deg;
  right: -4%;
  white-space: nowrap;
}
.copy-r p {
  line-height: 28px;
  font-size: 14px;
  color: #d4d2cb;
  margin: 0;
}

.copy-r p a {
  color: #d4d2cb;
  text-decoration: none;
}

.copy-r p a:hover {
  text-decoration: underline;
  color: var(--pinkColor);
}

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

.back-ground video {
  height: 100%;
  object-fit: cover;
}

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

.owl-carousel .owl-item img {
  border-radius: 30px 30px 0 0;
}

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

.footer-sec {
  position: relative;
  padding-bottom: 20px !important;
  background: var(--blueColor);
}

.footer-sec .ce-container {
  margin-right: 0;
  max-width: 93%;
}

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

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

.ipad-copy-r {
  display: block;
}

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

/* ////////////////////////// */
/* 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;
  background-color: var(--pinkColor) !important;
}

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

/* .ce-col.col-md-6
  .frame.frame-default.frame-type-image.frame-layout-0
  .ce-column {
  display: flex;
  justify-content: center;
} */

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

.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: 38px;
  margin: 10px 20px;
  text-decoration: none;
  position: relative;
  font-weight: normal;
}

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

.navbar-nav li a:hover {
  color: var(--pinkColor);
  background-color: unset;
}

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

.gm-style-cc div a {
  color: var(--pinkColor) !important;
}

/* .navbar-nav li a:hover:before,
.navbar-nav li a.active_nav:before {
  content: "";
  width: 9px;
  height: 9px;
  position: absolute;
  left: 50%;
  bottom: -5px;
  background: #fff;
  border-radius: 9px;
  transform: translateX(-50%);
} */

.tx-powermail h3 {
  display: none;
}
#template {
  z-index: 2;
  position: relative;
}
.rounded_image img {
  border-radius: 65px;
}
.rounded_image .bottom-margin figure {
  margin-bottom: 30px;
}
.kontackt-section .row .powermail_fieldwrap:nth-child(1) .col-sm-10 {
  padding-left: unset;
}
.kontackt-section .row .powermail_fieldwrap:nth-child(2) .col-sm-10 {
  padding-right: unset;
}
.kontackt-section .row .powermail_fieldwrap:nth-child(1) .col-sm-2 {
  padding-left: unset;
}
.dropdown-toggle::after {
  display: none;
}
.kareer_form .ce-container {
  max-width: 85%;
}
.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;
}

ul.dropdown-menu.show {
  background: var(--whiteColor);
  position: absolute;
  top: 60px !important;
  margin-top: -1px;
  border-radius: 0;
  z-index: 9999;
  padding: 0 0;
  transform: none !important;
  min-width: 100%;
  left: 0 !important;
  right: 0 !important;
  border-radius: 0;
  border: unset;
  display: flex !important;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 25px 520px;
}
ul.dropdown-menu li {
  width: 30%;
  max-width: 24%;
  text-align: center;
  margin: 5px 10px;
}

.dropdown-menu {
  position: relative;
}
.dropdown-menu::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 15%; /* Adjust to position the image outside the menu */
  width: 110px;
  height: 95px;
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(-50%);
  display: none; /* Hidden by default */
  pointer-events: none; /* Prevent interaction */
}
.dropdown-menu.hovered::after {
  display: block;
}
.dropdown-menu::after {
  background-image: var(--hover-image);
}

.dropdown {
  position: unset !important;
}
.navbar-nav ul.dropdown-menu a {
  font-size: 18px;
  padding: 0;
  display: block;
  line-height: 38px;
  text-align: left;
  color: #4a4a49;
  margin: 0;
  text-align: left;
  letter-spacing: 1.08px;
}

.navbar-nav ul.dropdown-menu a:hover {
  color: var(--pinkColor);
  background-color: unset;
  letter-spacing: 1.08px;
}

p,
ul li {
  font-size: 20px;
  line-height: 30px;
  color: var(--txt-color);
}
.dropdown-menu .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: 9991;
  /* -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;
}

.accordion-item {
  padding: 20px 0 5px 0;
  border-bottom: 1px solid #707070;
}
.accordion-header {
  color: #a7a7a7;
  margin: 0;
  display: block;
  line-height: unset;
  display: block;
  position: relative;
  min-height: inherit;
  font-size: 24px !important;
  line-height: 38px;
  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: 30px !important;
  line-height: 34px;
  position: relative;
  font-weight: 300;
  min-height: inherit;
  color: var(--txt-color);
}

.accordion-header button::before {
  content: "";
  background-image: url(/fileadmin/user_upload/brev/icons/brev_icon_accordion_plus.svg);
  background-repeat: no-repeat;
  background-size: 25px 25px;
  background-position: center center;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  padding: 15px;
}

.active--collapse .accordion-header button::before {
  background-image: url(/fileadmin/user_upload/brev/icons/brev_c_icon_accordion_minus.svg);
}
.nav_btnsMobile .accordion-header button::before {
  content: "";
  background-image: url(/fileadmin/user_upload/brev/icons/brev_icon__accordion_black_plus.svg);
  background-repeat: no-repeat;
  background-size: 15px 15px;
  background-position: center center;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  padding: 15px;
}

.nav_btnsMobile .active--collapse .accordion-header button::before {
  background-image: url(/fileadmin/user_upload/brev/icons/brev_icon_accrdion_black_minus.svg);
}

.owl-dots {
  display: none !important;
}

.owl-nav {
  display: flex !important;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  top: 50%;
}

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

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

.accordion-body h2 {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

h1 {
  font-size: 82px;
  line-height: 94px;
  letter-spacing: 0;
  text-transform: uppercase;
  color: var(--green);
  margin-bottom: 31px;
  font-weight: 200;
}

h2 {
  letter-spacing: 0;
  color: var(--beige-color);
  font-size: 50px;
  line-height: 55px;
  margin-bottom: 26px;
}

h3 {
  font-size: 30px;
  line-height: 34px;
  font-weight: 200;
  letter-spacing: 0;
  color: var(--txt-color);
  margin-bottom: 1rem;
}

h4 {
  font-size: 48px;
  line-height: 56px;
  font-weight: 400;
  letter-spacing: 0;
  color: var(--blueColor);
}

h5 {
  letter-spacing: 0;
  color: var(--whiteColor);
  font-size: 30px;
  line-height: 40px;
  font-style: italic;
  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: 18px;
}

.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 {
  margin-top: 1em;
}
.powermail_fieldwrap_type_captcha img {
  width: 200px;
}
.powermail_fieldwrap_type_submit input {
  vertical-align: middle;
  border-radius: 0;
  padding: 10px 50px;
  font-size: 20px;
  line-height: 30px;
  background-color: var(--beige-color);
  -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;
  margin-bottom: 7px;
  opacity: 1;
  border: 2px solid var(--beige-color);
  -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: 50%;
  border-radius: 50px !important;
  margin-top: 30px;
  width: 100%;
}

.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;
}
.container {
  max-width: 100%;
}
.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%;
  margin: 0;
}

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

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

.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: 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: "mendl-sans-dawn", sans-serif;
  letter-spacing: 0;
  color: var(--orange-color);
  font-size: 48px;
  line-height: 56px;
}
.main-hero .back-ground {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.main-hero {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background-color: var(--bodyColor);
}

.scrolla {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  z-index: 999;
}
.scrolla p {
  margin: 0;
  color: #4a4a49;
}
.scrolla img {
  width: 17px;
  height: 22px;
  object-fit: contain;
}
.scrollToTop {
  position: absolute;
  bottom: 1em;
  right: 3.5em !important;
  cursor: pointer;
}

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

.videoBlock a::before {
  content: "";
  background-image: url(/fileadmin/user_upload/brev/brev_icon_video.svg);
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  width: 150px;
  height: 150px;
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

#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/brev/sound-off.png") center
    center/100%;
  bottom: 31px;
  right: 31px;
  position: absolute;
  width: 27px;
  height: 27px;
  z-index: 9999999999999999;
}

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

#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/besc/sound-on.png") center center/100%;
  display: none;
}

#volume-switcher {
  display: none;
}

.powermail_fieldwrap_type_textarea label.control-label.col-sm-2,
.powermail_fieldwrap_type_textarea .col-sm-10 {
  max-height: unset !important;
}

.powermail_fieldwrap_type_submit {
  flex: 0 0 25% !important;
  max-width: 25% !important;
}
header .dropdown:hover .dropdown-menu,
ul.dropdown-menu.show {
  padding: 25px 300px;
}
header .dropdown:hover .dropdown-menu {
  background: var(--whiteColor);
  position: absolute;
  top: 60px !important;
  margin-top: -1px;
  border-radius: 0;
  z-index: 9999;
  padding: 0 0;
  transform: none !important;
  min-width: 100%;
  left: 0 !important;
  right: 0 !important;
  border-radius: 0;
  border: unset;
  display: flex !important;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 25px 300px;
}
header .col-md-7 {
  position: unset;
}
header .row.align-items-center {
  position: relative;
}

.row.copy-r .col-md-4.three p img {
  width: 10px;
}

.btn-primary {
  color: var(--whiteColor) !important;
  padding: 10px 0 !important;
  border-radius: 10px !important;
  margin-top: 20px;
}
.btn-primary:hover {
  color: var(--whiteColor) !important;
  background-color: var(--beige-color) !important;
  border: 2px solid var(--beige-color);
  letter-spacing: 0.3px;
}
/* form {
  margin-top: 5rem;
} */

.powermail_fieldwrap_type_textarea label {
  display: none;
}

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

.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 {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 50px !important;
  background-color: var(--lightpink);
  height: 52px;
  margin: 12px 0;
  border-radius: unset;
  border: unset;
  /* border-bottom: 1px solid var(--txt-color); */
  position: relative;
}
.powermail_fieldwrap_type_select .col-sm-10::after {
  content: "";
  background-image: url(/fileadmin/user_upload/brev/icons/arrow-dowen.svg);
  width: 25px;
  height: 25px;
  background-size: 15px 15px;
  background-repeat: no-repeat;
  position: absolute;
  right: 25px;
  bottom: 12px;
  pointer-events: none;
}
label .mandatory {
  display: none;
}
label {
  color: var(--txt-color);
}

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: 20px;
  line-height: 30px;
  padding-left: 0 !important;
}
.powermail_fieldset .row:not(:last-child) {
  margin: 0 0 5px 0;
  align-items: flex-start;
}
.powermail_fieldset .row:nth-child(6) {
  flex-direction: column;
}
textarea.form-control {
  background: #ffffff !important;
  border: unset !important;
  height: 177px !important;
  border-radius: 2px !important;
  padding: 21px 32px;
  height: 259px !important;
}

.form-control:focus {
  box-shadow: 0 0 0 1px #99847d !important;
  border: 1px solid var(--txt-color) !important;
}

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

/* 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: var(--bodyColor);
  border: none;
  padding: 8px 20px;
  border-radius: 15px;
  color: var(--txt-color);
  border: 1px solid var(--txt-color);
  border-radius: 50px;
  cursor: pointer;
  font-size: 20px;
  text-align: center;
}

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

.powermail_file:active::before {
  background: #5fa7a5; /* Change color when clicked */
}
.teaser-sec.team {
  padding-top: 0 !important;
}
.main-hero .logo img {
  object-fit: contain;
  width: 528px;
  margin: auto;
}
.home_vedio {
  display: none;
}
.main-hero .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -80%);
  z-index: 999;
}
.main-hero .boyimg {
  position: absolute;
  bottom: 0;
  left: 11%;
  width: 30%;
}
.main-hero .boyimg img {
  object-fit: contain;
  max-width: 100%;
  border-radius: 300px 300px 0 0;
}

.main-hero .groupimg {
  position: absolute;
  top: 0;
  right: -44px;
  width: 39%;
}
.main-hero .groupimg img {
  object-fit: contain;
  max-width: 100%;
  border-radius: 0 0 500px 500px;
}

.modal-content {
  top: 6em;
}
.accordion_section {
  position: relative;
}
.home.teaser-sec {
  padding-bottom: 0;
}
.video {
  position: relative;
  margin-bottom: -8px;
}
.video .ce-container {
  max-width: 100%;
}
.video::before {
  content: "";
  background: transparent linear-gradient(180deg, #f9f7f400 0%, #f9f7f4 100%) 0%
    0% no-repeat padding-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 370px;
  transform: matrix(-1, 0, 0, -1, 0, 0);
}

.reviews-slider {
  background-color: var(--pinkColor);
}
.reviews-slider h2,
.reviews-slider p {
  color: var(--whiteColor);
}
.reviews-slider .owl-carousel .owl-item img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  object-fit: cover;
  margin: auto;
}
.reviews-slider .owl-carousel .owl-item h5 {
  margin: 1em 7em;
}

.pageSpace ul {
  list-style-type: none;
  padding-left: 0;
}
.pageSpace ul li {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.pageSpace ul li::before {
  content: "";
  background-image: url(/fileadmin/user_upload/brev/brev_icon_checkmark.svg);
  background-repeat: no-repeat;
  display: block;
  min-width: 28px;
  max-width: 28px;
  height: 28px;
  margin-top: 8px;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  /* width: 15px; */
  background: unset !important;
}

.start-img-txt .ce-col figure {
  margin: 0 0 30px;
}
.start-img-txt .ce-col figure img,
.team figure img {
  border-radius: 10px;
}
.team .col-md-4 h3 {
  margin-bottom: 0rem;
}

.img-w-bg .ce-container {
  background-color: var(--white);
  /* padding: 40px calc(3% / 2); */
  border-radius: 10px;
  padding: 40px 40px 10px;
}
.owl-theme .owl-nav {
  margin-top: -30px !important;
}
.team-2nd-sec h3 {
  margin-bottom: 0;
}

.boyimg img {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeUp 0.6s ease-out forwards;
  animation-delay: 0.3s;
}
.first-sec.home .img-col figure::before {
  animation: rotate 8s linear infinite;
}
.main-hero .groupimg img {
  opacity: 0;
  transform: translateY(-20px);
  animation: fadeDown 0.6s ease-out forwards;
  animation-delay: 0.3s;
}
.termin-outer {
  animation: swing 6s ease-in-out infinite;
}
/* .img-f-w h2 {
  overflow: hidden;
  white-space: nowrap;
  border-right: 2px solid var(--green);
  margin: 0 auto;
  animation: typing 6s steps(30, end) infinite, blink 0.75s step-end infinite;
}

@keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 35%;
  }
} */

@keyframes blink {
  50% {
    border-color: transparent;
  }
}
@keyframes swing {
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

@keyframes fadeDown {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.p-top {
  padding-top: 200px;
}

img[title="desktop-img"] {
  display: block;
}
img[title="mob-img"] {
  display: none;
}
.popup h1 {
  font-size: 80px;
  font-weight: 900 !important;
}

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

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

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

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

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

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

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

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

  &:hover {
    cursor: pointer;
  }
}

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

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

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