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

:root {
  --whiteColor: #fff;
  --darkGrayColor: #2a245e;
  --grayColor: #2e2868;
  --lightGray: #efefef;
  --brawnColor: #86c2eb;
  --backGroundSec: #690047;
  --backGroundBody: #f9f5f4;
}

.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: 27px;
  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(50deg);
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: -1px 10px;
}

.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(-2px, 0px) rotate(-50deg);
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 10px -5px;
}

/* .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: #690047;
}

* {
  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: var(--darkblueColor);
}

.navbar-toggler,
.owl-dot {
  outline: 0 !important;
}

.videoBlock img {
  object-fit: cover;
}

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

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

body {
  font-family: "myriad-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: 28px;
  background: #f9f5f4;
  overflow-x: hidden;
}
#c3902 {
  display: none;
}
::-moz-selection {
  color: var(--whiteColor);
  background: #b1b6b9;
}

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

.loader {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  background: url(/fileadmin/user_upload/besc/besc_logo_c_02_weiss_rz.svg) 50%
    50% no-repeat var(--darkblueColor);
  background-size: 180px;
}

a:hover {
  text-decoration: none;
}

.links {
  position: fixed;
  right: -132px;
  display: flex;
  transform: rotate(-90deg);
  top: 312px;
  z-index: 99999;
}

.links a img {
  height: 26px;
  width: 26px;
  object-fit: contain;
  transform: rotate(90deg);
}

.links a:hover {
  color: #b1b6b9;
  text-decoration: none;
}

.links a:hover .greyImage {
  display: none;
}

.links a:hover .lightblueImage {
  display: block !important;
}

.links a {
  display: flex;
  letter-spacing: 1px;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 20px;
  color: #ffffff;
  white-space: nowrap;
  background-color: var(--backGroundSec);
  padding: 10px 20px;
  border-radius: 10px 10px 0 0;
  font-size: 20px;
  line-height: 24px;
}
.links a:hover {
  background-color: var(--brawnColor);
  color: #690047;
  padding: 15px 20px;
}
.terminSection.pageSpace {
  padding: 6em 0;
}
.terminSection .ce-container {
  max-width: 70%;
}
.terminSection {
  background-color: #f9f5f4;
}
.terminSection p:nth-of-type(2) {
  width: 100%;
  margin: auto;
  margin-top: 2em;
}
.startImage.in .ce-container {
  max-width: 93.5%;
}
.terminSection .mainBtn {
  position: relative;
  display: inline-flex;
  letter-spacing: 1px;
  justify-content: center;
  color: #ffffff;
  align-items: center;
  background-color: var(--backGroundSec);
  padding: 10px 50px;
  border-radius: 5px;
  font-size: 20px;
  line-height: 30px;
  width: 65%;
}
.terminSection .mainBtn::before {
  content: "";
  background-image: url(/fileadmin/user_upload/zett/calendar-day.svg);

  height: 26px;
  width: 26px;
  object-fit: contain;
  text-align: center;
  background-repeat: no-repeat;
  overflow: visible;
  background-size: contain;
  margin-right: 1rem;
  position: absolute;
  left: 20px;
}
.terminSection a.mainBtn[title="phone"]::before {
  background-image: url(/fileadmin/user_upload/zett/phone-white.svg);
}
.terminSection .mainBtn:hover {
  background-color: var(--brawnColor);
  padding: 15px 25px;
}

.links a:nth-child(1) {
  margin-right: 44px;
}

.homeImage img {
  overflow: hidden;
  border-radius: 5px;
}

.homeImage .container {
  overflow: hidden;
  border-radius: 5px;
  padding-left: 0;
  padding-right: 0;
  max-width: 93.5%;
}

.footer iframe {
  max-width: 100%;
  height: 500px;
  margin-bottom: -6px;
  border-radius: 5px;
}

.firstSection .ce-container {
  max-width: 70%;
}
.firstSection h1 {
  margin-bottom: 0;
}
.firstSection h2 {
  margin-bottom: 0;
}
.inner-p .firstSection.pageSpace {
  padding: 1em 0 3em 0;
}

.news-sec {
  background-color: rgb(239 229 226 / 80%);
  padding-bottom: 6em !important;
}
.news-sec h2 {
  color: #690047;
  margin-bottom: 30px;
}
.news-sec .owl-carousel.owl-drag .owl-item {
  background-color: #fff;
  border-radius: 0 0 10px 10px;
  padding: 37px 64px;
}
.news-sec .owl-carousel.owl-drag .owl-item a:hover {
  color: #690047;
}
.news-sec .owl-nav {
  width: 6%;
  left: 50%;
  transform: translate(-50%, 15px);
  top: unset;
}
.owl-nav {
  display: flex !important;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  top: 50%;
}
.owl-nav img:hover {
  filter: brightness(0) saturate(63%) invert(7%) sepia(89%) saturate(7445%)
    hue-rotate(293deg) brightness(92%) contrast(106%);
}
.owl-theme .owl-nav [class*="owl-"]:hover {
  background: unset !important;
}

.cards_Sec {
  background-color: #690047b3;
}
.cards_Sec h1 {
  color: white;
}
.cards_Sec .row {
  border-radius: 20px;
}
.cards_Sec img.image-embed-item {
  border-radius: 20px;
  object-fit: cover;
}
.cards_Sec .row {
  background-color: var(--backGroundSec);
  opacity: 1;
  margin-top: 3em;
}
.footer .row .spescificMargin p.lead {
  font-size: 20px;
  line-height: 28px;
}
.footer .row .spescificMargin p.lead a {
  color: white !important;
}
.faq {
  background-color: #690047b3;
}
.faq .accordion {
  width: 50%;
  margin: auto;
  padding: 2em 0;
}

.faq h1 {
  color: white;
}

.faq p {
  color: white;
}

.cards_Sec figure {
  position: relative;
  margin: 0;
}
.cards_Sec .firstRow {
  height: 620px;
}
.cards_Sec .firstRow .frame.frame-default.frame-type-textpic.frame-layout-0 {
  width: 75%;
}
.copy_mob {
  display: none;
}
.cards_Sec .left .imagee figure {
  top: -30px;
  left: -55px;
}
.cards_Sec .right figure {
  top: -30px;
  right: -45px;
}
.cards_Sec .ce-container {
  max-width: 90%;
}
.cards_Sec .imageText figure {
  width: 175px;
  height: 213px;
}
.text {
  display: flex;
  align-items: center;
  justify-content: center;
}
.text h2 {
  color: var(--brawnColor);
}
.text p {
  color: white;
}
.teaserSection {
  background-color: #690047b3;
}
.teaserSection p {
  color: white;
}
.teaserSection .ce-bodytext {
  background: var(--backGroundSec);
  box-shadow: 0px 3px 20px #690047b3;
  border-radius: 0px 0px 5px 5px;
  padding: 40px;
  opacity: 1;
}
.top-logo-mobile img {
  width: 50px;
  height: 50px;
}
.teaserSection figure {
  margin-bottom: unset;
}
.teaserSection h1 {
  color: white;
  margin-bottom: 1.5em;
}

.sticky .top-logo-mobile {
  display: block !important;
  position: absolute;
  left: 45px;
  top: 13px;
  width: 50px;
  height: 50px;
}
.name {
  text-align: center;
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
}
.name h1 {
  font-size: 40px;
  margin-bottom: 0;
  line-height: 26px;
  letter-spacing: 1.2px;
  color: #2e2868;
}
.name p {
  font-size: 20px;
  margin-bottom: 0;
  line-height: 26px;
  letter-spacing: 2px;
  color: #2e2868;
  text-align: center;
}
.teaserSection .mainBtn,
.teamSection .mainBtn {
  background: var(--brawnColor);

  color: var(--backGroundSec);
  padding: 20px 40px;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  letter-spacing: 2px;
  box-shadow: 0px 10px 10px #00000012;
  border-radius: 5px;
  opacity: 1;
  width: 100%;
}
.teaserSection .mainBtn:hover,
.teamSection .mainBtn:hover {
  background-color: white;
  padding: 20px 50px;
  width: 105%;
}

.teaserSection a img {
  width: 0;
  height: 17px;
  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;
}

.teaserSection a:hover img {
  opacity: 1;
  width: 29px;
  margin-left: 10px;
  margin-top: -4px;
}

.teaserSection .lead {
  max-height: 125px;
  overflow: hidden;
  margin-bottom: 2rem;
}

#c2433,
#c2437 {
  display: none;
}

.teamSection {
  margin-bottom: 4rem;
}

.teamSection .ce-container {
  background-color: var(--grayColor);
  border-radius: 5px;
  position: relative;
}

.teamSection figure {
  width: 495px;
  position: absolute;
  top: 0;
  left: 132px;
  margin: 0;
  height: 110%;
  padding: 2rem 0 0;
}

.teamSection img {
  box-shadow: 0px 70px 70px #00000029;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.teamSection h2,
.teamSection p {
  color: #fff;
}

.teamSection a {
  background-color: transparent;
  border: 1px solid #ffffff;
  box-shadow: none;
  width: 60%;
}

.teamSection a:hover {
  background: #fff;
  color: #5c6e7d;
}

.teamSection .frame-type-text {
  padding: 115px 185px 145px 2rem;
}

/* .teaserSection a:hover{
  background: url(/fileadmin/user_upload/zett/huml_icon_arrow_right_white.svg) no-repeat center;
  text-decoration: none;
  background-position-x: 88%;
  padding-right: 45px;
} */
.teaserSection a:hover::after {
  display: block;
}

.online {
  position: fixed;
  bottom: 90px;
  right: 0;
  text-align: center;
  color: #fff;
  z-index: 999;
}

a.rezeption {
  display: flex;
  padding: 11px 57px;
  border: 1px solid var(--darkblueColor);
  text-decoration: none;
  font-size: 20px;
  color: #fff;
  background: #5c6e7d;
  box-shadow: 0px 10px 10px #62626112;
  border-radius: 47px 0px 0px 47px;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  display: inline-block;
  z-index: 1;
  display: none;
}
a.rezeption::before {
  content: "";
  position: absolute;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  background: #445c71;
  transition: right 0.3s ease;
  z-index: -1;
}
a.rezeption:hover::before {
  right: 0;
}
a.rezeption h2 {
  margin-bottom: unset;
  color: #fff;
}

.nav_btns .row-cols-1.row-cols-md-2.row-cols-lg-3 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.nav_btns .col {
  flex-basis: unset;
  width: 33%;
}

.nav_btns .col a {
  box-shadow: 0px 5px 5px #00000012;
  border-radius: 5px;
  padding: 22px;
  text-align: center;
  display: inline-block;
  width: 100%;
  cursor: pointer;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: var(--brawnColor);
  color: #fff;
  text-decoration: none;
}

.nav_btns .col a:hover {
  text-decoration: none;
  background-color: #ba9f85;
  color: #fff;
}

.innerStartScreen {
  position: relative;
}
/* ***********amr fix*********** */
img.image-embed-item {
  border-radius: 5px;
}

.startScreenText {
  position: absolute;
  top: 50%;
  left: 6%;
  transform: translateY(-50%);
}

.startScreenText h2 {
  margin: 0;
}

.teaserSection figure {
  border-radius: 5px 5px 0 0;
  overflow: hidden;
  height: 220px;
}
/* ***********amr fix************** */
.innerTeaser .ce-container {
  background-color: #fff;
  /* box-shadow: 0px 3px 6px #62626129; */
  border-radius: 5px;
}

.innerTeaser {
  margin: 4rem 0 2rem;
}

.innerTeaser img {
  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;
  object-fit: cover;
}

.leftImage figure {
  margin-top: -2rem;
  margin-left: -1rem;
  overflow: hidden;
  box-shadow: 0px 70px 70px #00000029;
  border-radius: 5px;
  margin-bottom: 3rem;
}

.rightImage figure {
  margin-top: -2rem;
  margin-right: -1rem;
  overflow: hidden;
  box-shadow: 0px 70px 70px #00000029;
  border-radius: 5px;
  margin-bottom: 3rem;
}

.teaserSection img {
  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;
  object-fit: cover;
}

.teaserSection figure:hover img {
  transform: scale(1.05) translateZ(0);
  transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: transform;
}

.rightImage figure:hover img,
.leftImage figure:hover img {
  transform: scale(1.05) translateZ(0);
  transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: transform;
}

.textLeft {
  padding: 43px 34px 43px 51px;
}

.textRight {
  padding: 43px 51px 43px 34px;
}
/* *************amr fix********** */
.lastSection .ce-container {
  background-color: #fff;
  padding: 43px 34px;
  border-radius: 5px;
}

.lastSection {
  margin: 2rem 0;
}

.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%;
  flex: 0 0 100%;
  /* max-height: 53px; */
  font-size: 20px;
  color: #2a245e;
}
label.control-label.col-sm-2 {
  max-height: 27px;
  margin: unset;
}

.form_contact .form-control {
  border-radius: 11px;
  background: transparent;
  height: 52px;
  margin: 12px 0;
  border-radius: unset;
  border: unset;
  border-bottom: 1px solid #626261;
}

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

.btn-primary {
  background: #c4aa91 !important;
  box-shadow: 0px 10px 10px #00000012 !important;
  border-radius: 5px !important;
  color: #fff !important;
  padding: 20px 0 !important;
}

.powermail_fieldwrap_type_submit input {
  background: #690047 !important;
  box-shadow: 0px 10px 10px #00000012 !important;
  border-radius: 10px !important;
  color: #fff !important;
  padding: 12px 0 !important;
  width: 60% !important;
  font-size: 20px !important;
  text-transform: uppercase;
}

form {
  margin-top: 5rem;
}

textarea {
  border-radius: 5px !important;
  background: #fff !important;
  border: unset !important;
  height: 260px !important;
}

.powermail_fieldwrap_type_textarea label {
  display: none;
}

fieldset.powermail_fieldset .row {
  margin: 0 0 15px 0;
}

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

.powermail_fieldwrap_type_check .col-sm-10 {
  display: flex;
  flex-direction: column;
  margin-top: 1rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.divider .ce-textpic.ce-center.ce-above {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
}

.divider .ce-bodytext {
  width: 0;
  opacity: 0;
  transition: 1s ease-in-out;
  -webkit-transition: 1s ease-in-out;
}

.divider.hr_fade .ce-bodytext {
  width: 100%;
  opacity: 1;
}

.divider hr {
  border-top: 1px dashed #b1b6b9;
}

.divider hr {
  margin: 1rem 0;
  position: relative;
  width: 100%;
}

.divider figure.image {
  width: 43px;
  padding: 6px 6px 0;
  margin-top: -17px;
}

.accordionSection {
  padding-right: 34px;
}

.accordionSection .ce-container {
  max-width: 100%;
  box-shadow: none;
}

.tx-powermail .powermail_fieldset .powermail_field_error,
.tx-powermail .powermail_fieldset div.error {
  color: #fff;
}

.leftBee.divider .ce-textpic.ce-center.ce-above {
  flex-direction: row !important;
}

.divider figure {
  margin-right: -9px;
}

.leftBee.divider figure {
  margin-left: -11px;
  margin-right: unset;
}

.form_contact .ce-container {
  max-width: 70%;
}

.footer {
  background-color: #2a245e;
  padding: 3em 0;
  position: relative;
}

.footer h1 {
  color: #fff;

  margin-bottom: 2em;
}

.footer p {
  color: #fff;
}

.table td,
.table th {
  padding: 4px 25px 4px 0;
  vertical-align: top;
  border-top: unset;
  color: #fff;
}

header.FixNav {
  padding: 15px 20px;
  background: var(--backGroundBody);
  position: relative;
}

.navbar-nav li a {
  color: var(--darkGrayColor);
  font-size: 22px;
  line-height: 36px;
  letter-spacing: 2.2px;
  padding: 0 18px;
  text-decoration: none;
  position: relative;
  font-weight: 600;
}
.social .mail .SocialImagemail2 {
  display: none;
}

.social .mail:hover .SocialImagemail {
  display: none;
}

.social .mail:hover .SocialImagemail2 {
  display: inline;
}
.social .number .SocialImage2 {
  display: none;
}

.social .number:hover .SocialImage {
  display: none;
}
.social .number:hover .SocialImage2 {
  display: inline;
}

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

.navbar-nav li a:hover {
  color: var(--backGroundSec);
}

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

.footerBtns .ce-container {
  max-width: 100% !important;
}

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

ul.dropdown-menu {
  background: var(--backGroundBody);
  box-shadow: 0 6px 6px #00000029;
  position: absolute;
  left: -100px;
  top: 48px;

  border-radius: 0;
  z-index: 9999;
  padding: 0 0;
  transform: none;
  border: none;
  min-width: 600px;
  padding: 2em 3em !important;
  transform: translate(-30%, 10%) !important;
}
.dropdown-menu.show li {
  position: relative;
}
.dropdown-menu.show li a.active_nav {
  position: relative;
  color: #690047;
}
.dropdown-menu.show li a.active_nav::after {
  content: "";
  width: 90%;
  height: 1px;
  position: absolute;
  background-color: #690047;
  bottom: 10px;
  left: 4%;
}
.navbar-nav ul.dropdown-menu a {
  font-size: 20px;
  padding: 12px 15px;
  display: block;
  line-height: 34px;
  text-align: left;
  color: var(--darkGrayColor);
  margin: 0;
  border-bottom: 1px solid #f3f3f3;
}

.navbar-nav ul.dropdown-menu li a {
  letter-spacing: 0;
}
.navbar-nav ul.dropdown-menu a:hover {
  color: #690047;

  font-weight: bold;
}
.navbar-nav ul.dropdown-menu a:hover::after {
  content: "";
  width: 90%;
  height: 1px;
  position: absolute;
  background-color: #690047;
  bottom: 10px;
  left: 3%;
}

p {
  font-size: 20px;
  color: var(--darkGrayColor);
  line-height: 28px;
}
li {
  font-size: 20px;
  color: var(--darkGrayColor);
  line-height: 28px;
}
.copy-r {
  position: relative;
}

a.STEF_back-to-top {
  position: absolute;
  right: 20px;
  width: 21px;
  text-align: center;
  top: 5px;
  width: 50px;
  width: 21px;
}

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-transition: 0.6s;
  transition: 0.6s;
  height: 70px;
}

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

.accordion-item {
  padding: 12px;
  margin-bottom: 1em;
  border: 1px solid var(--backGroundSec);
  border-radius: 5px;
  background-color: var(--backGroundSec);
  color: white;
}

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

.accordion-button {
  padding: 0;
  border: none;
  background: transparent;
  word-wrap: break-word;
  outline: none !important;
  height: auto;
  display: block;
  width: 100%;
  text-align: left;
  cursor: pointer;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 1.2px;
  color: white;
}

.accordion-body {
  padding: 20px;
}

.accordion-body header {
  display: none;
}

.accordion-body p {
  color: var(--whiteColor);
}

.accordion-header button::before {
  content: "\f067";
  position: absolute;
  color: white;
  right: 13px;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.active--collapse .accordion-header button::before {
  content: "\f068";
  position: absolute;
  color: white;
  right: 13px;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.footer .mainBtn {
  border: 1px solid var(--brawnColor);
  color: #2a245e;
  border-radius: 5px;
  text-decoration: none;
  padding: 6px 20px;
  display: inline-block;
  width: 50%;
  background-color: var(--brawnColor);
}
.footer .mainBtn:hover {
  background-color: #fff;
  color: var(--backGroundSec);
}
.copy-r {
  background-color: #2a245e;
  margin-top: 5px;
  height: 41px;
}

.copy-r .ce-container,
.copy-r .row {
  height: 100%;
}

.copy-r .row {
  align-items: center;
}
/* ************amr fix*********** */
.copy-r p {
  margin: 0;
  color: #fff;
  font-size: 16px;
  padding-right: 1em;
}

.copy-r p a {
  color: #fff;
  text-decoration: none;
  padding: 0 7px;
}

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

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

#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: 45px;
  line-height: 55px;
  letter-spacing: 0;
  color: var(--grayColor);
  text-transform: uppercase;
  font-family: "myriad-pro", sans-serif;
  font-weight: 600;
  margin-bottom: 2rem;
}

h2 {
  color: var(--brawnColor);
  font-size: 30px;
  line-height: 36px;
  font-family: "myriad-pro", sans-serif;
  font-weight: 300;
  margin-bottom: 2rem;
  letter-spacing: 1.5px;
}
.text-justify {
  text-align: left !important;
}
h3 {
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0px;
  color: white;
  text-transform: uppercase;
  margin-bottom: 2rem;
  font-family: "myriad-pro", sans-serif;
  font-weight: 500;
}
/* **********amr fix********* */
h4 {
  font-family: "myriad-pro", sans-serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  color: #2a245e;
}

@media (min-width: 1200px) {
  .container,
  .ce-container {
    max-width: 95%;
    margin: auto;
  }
}
.SocialImage {
  width: 15px;
  height: 15px;
}
.SocialImage2 {
  width: 15px;
  height: 15px;
}
.SocialImagemail {
  width: 20px;
  height: 11px;
}
.SocialImagemail2 {
  width: 20px;
  height: 11px;
}
.navSec {
  position: relative;
  left: 14%;
}
.social {
  position: relative;
  left: 5%;
  gap: 35px;
  display: flex;
}
.social a {
  color: var(--backGroundSec);
  font-size: 20px;
  line-height: 36px;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.social a:hover {
  color: var(--brawnColor);
}

.top-logo {
  padding: 50px 0 0;
  background-color: var(--backGroundBody);
  display: flex;
  align-items: center;
}

.top-logo img {
  height: 80px;
  position: absolute;
  width: auto;
  top: 20px;
  left: 3%;
}

/* @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: 10px;
  font-size: 18px;
  background-color: transparent;
  border: 1px solid #690047;
  height: 60px;
}

select.powermail_select {
  border-radius: 10px !important;
  background-color: transparent !important;
  border: 1px solid #690047 !important;
  height: 60px !important;
}
textarea.powermail_textarea {
  border-radius: 10px !important;
  background-color: transparent !important;
  border: 1px solid #690047 !important;
}

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

.powermail_fieldwrap_type_submit input {
  vertical-align: middle;
  border-radius: 0;
  padding: 10px 50px;
  color: var(--darkGrayColor);
  font-size: 18px;
  background-color: transparent;
  -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;
  font-weight: 400;
  border: 2px solid var(--darkblueColor);
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  margin-top: 1em;
  outline: 0;
  width: 100%;
  border-radius: 30px;
}

.tx-powermail .powermail_fieldset .powermail-errors-list {
  background-color: #f4f4f4 !important;
  border: unset !important;
  /* position: absolute !important; */
  top: 58px !important;
  width: 96% !important;
  margin: 0;
  float: left;
}

.form-control:focus {
  box-shadow: 0 0 0 0.2rem #c4aa91;
}

.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: #690047 !important;
  color: #fff;
}

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

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

legend.powermail_legend {
  display: none;
}

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

.top_space {
  /* padding-top: 3em; */
}
.lastrow .text .frame.frame-default.frame-type-text.frame-layout-0 {
  width: 75%;
}

.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 0 8px;
  font-size: 24px;
  color: #000;
  line-height: 26px;
  text-align: left;
  font-style: italic;
}

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

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

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

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

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

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

.videoBlock i {
  font-size: 70px;
  margin-bottom: 0;
  animation: 2s infinite pulse;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

#switcher-container {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

#switcher-container:after {
  content: "";
  border: 0 solid #000;
  background: url("/fileadmin/user_upload/besc/sound-off.png") center
    center/100%;
  bottom: 31px;
  right: 31px;
  position: absolute;
  width: 27px;
  height: 27px;
}

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

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

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

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

#volume-switcher:checked + #switcher-container:after {
  content: "";
  background: url("/fileadmin/user_upload/besc/sound-on.png") center center/100%;
}

#volume-switcher {
  display: none;
}

.tx-powermail .powermail_fieldset .powermail-errors-list {
  margin: 0 !important;
}

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

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

.nav_btns.sticky {
  position: fixed;
  top: 75px;
  background: #f4f4f4;
  left: 0;
  width: 100%;
  z-index: 999;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  padding: 1em 0 !important;
}

.padd-top {
  padding-top: 332px;
}

.innerTeaser.firsta {
  margin-top: 1em;
}

.with-ima figure.image {
  margin: 0;
}
.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);
}
.imp .accordionbody p {
  color: white;
}
