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

html {
  overflow-x: hidden;
}
:root {
  --whiteColor: #fff;
  --lightGreenColor: #c8d400;
  --darkGreenColor: #5c7f67;
  --lightOrangeColor: #ebcdaf;
  --darkOrangeColor: #faad8a;
  --lightGrayColor: #575756;
  --darkGrayColor: #575756;
}

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

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

::-webkit-scrollbar-thumb {
  background-color: #c6cdde;
  border-radius: 46px;
} */
* {
  box-sizing: border-box;
  margin-bottom: 0;
}
.loader {
  left: 0;
  height: 100%;
}
.inner-p {
  padding-top: 7em;
}
.ce-container {
  max-width: 80%;
  margin: auto;
}
.homeSlider .ce-container {
  max-width: 100%;
  margin: auto;
}
.scrolla {
  width: 32px;
  height: 19px;
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.scrolla img {
  width: 32px;
  height: 19px;
}

.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: 34px;
  height: 3px;
  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(35deg);
  -ms-transform: rotate(35deg);
  transform: rotate(35deg);
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: -2% 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(-35deg);
  -ms-transform: translate(-1px, 3px) rotate(-35deg);
  transform: translate(-1px, 3px) rotate(-35deg);
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
}

.FixNav.inner .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: -2% 0%;
}
.FixNav.inner .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: #4a4a4a;
}

* {
  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;
}
.karriere a.mainBtn:after {
  right: -61px;
}
.karriere a.mainBtn:hover::after {
  right: -80px;
}
.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;
}

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

b,
strong {
  font-weight: 700;
}

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

a {
  color: var(--darkGrayColor);
}

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

.videoBlock img {
  object-fit: cover;
}

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

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

body {
  font-family: "interface", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: 28px;
  background-color: rgb(235 205 175 / 15%);
  overflow-x: hidden;
}
::-moz-selection {
  color: var(--whiteColor);
  background: var(--darkGrayColor);
}

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

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

.links a {
  display: inline-block;
}
.links span {
  font-size: 15px;
}
.hero_img #c5 {
  position: absolute;
  top: 65%;
  left: 50%;
  text-align: center;
  color: #fff;
  transform: translate(-50%, -50%);
  font-weight: 400;
}

.hero_img #c5 h1 {
  font-size: 80px;
  color: #fff;
  font-weight: lighter;
  margin-bottom: 35px;
  word-break: break-word;
}

.hero_img a.mainBtn {
  color: #fff;
  font-size: 22px;
  display: inline-block;
  text-decoration: none;
  border: 1px solid #fff;
  padding: 10px 45px;
  border-radius: 5px;
  text-transform: uppercase;
  background: rgb(0 0 0 / 42%);
}

.hero_img a.mainBtn:hover {
  border: 1px solid var(--darkblueColor);
  background: var(--darkblueColor);
  color: var(--whiteColor);
}

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

label.control-label.col-sm-2,
.powermail_fieldwrap .col-sm-10 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
/* .powermail_fieldwrap_type_select .col-sm-10 ,
.powermail_fieldwrap_type_textarea .col-sm-10{
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
} */
fieldset.powermail_fieldset .row {
  margin: 0;
}

fieldset.powermail_fieldset .row .col-md-6 {
  padding: 0;
  flex: 0 0 50%;
  max-width: 50%;
}
.powermail_fieldwrap_type_select.col-md-6,
.powermail_fieldwrap_type_textarea.col-md-6 {
  flex: 0 0 100% !important;
  max-width: 100% !important;
}
.backy .ce-container {
  height: 600px;
  position: relative;
  overflow: hidden;
  background-color: var(--darkblueColor) !important;
  background-attachment: fixed !important;
  background-size: cover !important;
}

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

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

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

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

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

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

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

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

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

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

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

.teaser {
  padding: 100px 0;
  background: var(--lightGray);
  position: relative;
  margin-bottom: 100px;
}
.teaser p,
.carousel-content p {
  color: #6a6a6a;
}

.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: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.top_logo {
  transition: 0.2s ease-in-out;
  display: flex;
  align-items: center;
}

.pageSpace {
  padding: 3em 0;
}

img:not(.circle-teaser 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 {
  100% {
    -webkit-transform: scale(1);
  }

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

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

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

header.FixNav {
  position: absolute;
  z-index: 1000;
  top: 18px;
  width: 100%;
}
/* .inner .navbar-nav {
  background-color: unset;
} */
.navbar-nav li a {
  color: #575756;
  font-size: 18px;
  padding: 10px 18px;
  text-decoration: none;
  position: relative;
  font-weight: bold;
}

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

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

.navbar-nav li a.active_nav {
  color: var(--lightGreenColor) !important;
}

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

.homeSlider,
.main-hero {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.main-hero .back-ground img {
  height: 100vh;
  object-fit: cover;
}
.main-hero .back-ground .moving-shape,
.main-hero .back-ground .moving-shape2 {
  position: absolute;
  top: 0;
  left: 0;
}

.main-hero .back-ground img.logo {
  position: absolute;
  left: 50%;
  width: 300px;
  height: auto;
  transform: translate(-50%, 0);
  bottom: 20%;
}

.main-hero .back-ground .moving-shape2 {
  height: 100vh;
  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 10s linear 1;
  animation-fill-mode: backwards;
  backface-visibility: hidden;
  transform-style: preserve-3d;
}
.main-hero .back-ground .moving-shape {
  height: 100vh;
  object-fit: cover;
  -webkit-animation: backgroundScroll 12s linear 1;
  -webkit-animation-fill-mode: backwards;
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  animation: backgroundScroll 7s linear 1;
  animation-fill-mode: backwards;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  animation-delay: 3s;
}

.sliderLogo {
  position: absolute;
  top: 50%;
  z-index: 1;
  right: -60px;
  left: 1;
  transform: translate(-50%, -50%);
  width: 470px;
}

.right {
  background-color: var(--lightGray);
}
.bigImage {
  margin-top: -6rem;
  position: relative;
  right: -17%;
}
.bigImage.bigImageLeft {
  right: unset;
}
/* ************amr fix*********** */
.bigImage figure {
  height: 664px;
  width: 664px;
}
.bigImage figure img {
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  box-shadow: 20px 20px 20px #00000015;
}
/* ************amr fix*********** */
.smallImage {
  position: absolute;
  bottom: -23%;
  right: 19%;
}
.smallImage figure {
  width: 370px;
  height: 370px;
}
.smallLeftImage {
  right: unset;
  left: 0;
}
.teaserSection a.mainBtn {
  background: var(--brawnColor);
  border-radius: 2px;
  opacity: 1;
  color: #fff;
  text-decoration: none;
  padding: 20px 70px;
  letter-spacing: 2.4px;
  text-transform: uppercase;
}
.bigImageLeft .ce-column {
  display: flex;
  justify-content: center;
}
.smallLeftImage .ce-column {
  display: unset;
}
.teaserSection.left {
  margin: 4rem 0 10rem;
}
.teaserSection p {
  margin-bottom: 3rem;
}
.teaserSection a.mainBtn:hover {
  background: #b59250 !important;
}
.firstInnerSec {
  padding-top: 117px;
}
.firstInnerSec,
.rightInnerTeaser {
  background-color: var(--lightGray);
}
.lastSection .ce-container,
.firstInnerSec .ce-container {
  max-width: 90%;
  margin: auto;
}
.nav_btns .ce-container {
  max-width: 100%;
}
.nav_btns .row-cols-1.row-cols-md-2.row-cols-lg-3 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.nav_btns .col {
  flex-basis: unset;
  width: 33%;
}
/* ************amr fix*********** */
.nav_btns .col a {
  border-radius: 2px;
  padding: 18px;
  text-align: center;
  display: inline-block;
  width: 100%;
  cursor: pointer;
  font-size: 20px;
  letter-spacing: 2.4px;
  color: #ffffff;
  text-transform: uppercase;
  background-color: var(--brawnColor);
  text-decoration: none;
}

.nav_btns .col a:hover {
  text-decoration: none;
  background-color: #b59250;
  color: #fff;
}
.links {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-start;
}
.innerTeaser figure {
  height: 654px;
  overflow: hidden;
}
.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;
}
.innerTeaser img:hover {
  transform: scale(1.05) translateZ(0);
  transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: transform;
}
.leftInnerTeaser .col-md-6:nth-child(2) {
  padding-right: 5.9vw;
}
.rightInnerTeaser .col-md-6:nth-child(1) {
  padding-left: 5.9vw;
}

hr {
  margin-top: unset;
  border: 0;
  border-top: 1px solid #fff;
}
.dropdown-toggle::after {
  display: none;
}

ul.dropdown-menu {
  background: #fcf8f3;
  position: absolute;
  left: -11em !important;
  top: 35px !important;
  margin-top: -1px;
  border-radius: 0;
  z-index: 9999;
  padding: 49px 60px;
  transform: none !important;
  min-width: 606px;
  border-radius: 20px;
  box-shadow: 0px 3px 6px #00000029;
  border: none;
}
.navbar-nav ul.dropdown-menu a {
  font-size: 18px;
  padding: 3px 0px;
  display: block;
  line-height: 35px;
  text-align: left;
  color: #575756;
  margin: 0;
  transition: all 0.4s ease-in-out;
  font-weight: normal;
}

.navbar-nav ul.dropdown-menu a:hover {
  color: #c8d400;
}

p,
ul li,
.table td,
.table th {
  font-size: 20px;
  line-height: 23px;
  color: var(--lightGrayColor);
}
.pageSpace ul li {
  padding-bottom: 8px;
}
.table td,
.table th {
  border: none;
  padding: 0px;
  padding-right: 6px;
  text-align: justify;
}
a.STEF_back-to-top {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 103px;
  height: 106px;
  line-height: 29px;
}

header.FixNav.sticky {
  position: fixed;
  top: 18px;
  left: 0;
  width: 100%;
  z-index: 1000;
  transition: 0.6s;
  transition-delay: 0.6s;
}
.first-logo {
  display: inline-block;
}
.first-logo img {
  width: 97px !important;
  height: 100px !important;
}
.navbar-nav {
  background-color: white;
  border-radius: 52px;
  padding: 0px 20px;
}
.sec-logo img {
  width: 152px !important;
  height: 56px !important;
}
.sec-logo {
  background-color: white;
  padding: 25px 40px;
  border-radius: 52px;
  margin-left: -25px;
  z-index: -1;
  position: relative;
}
.links img {
  width: 21px !important;
  height: 29px !important;
}
.links a {
  display: flex;
  align-items: center;
  font-size: 18px;
  line-height: 21px;
  color: white;
  text-decoration: none;
  background-color: var(--darkOrangeColor);
  padding: 7px 20px;
  border-radius: 23px;
  transition: all 0.4s ease-in-out;
}
.mobile-link {
  background-color: white !important;
  color: #575756 !important;
  font-weight: bold !important;
}

.links a:hover {
  padding: 7px 25px;
}

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

.inner .navbar-nav li a.active_nav:before {
  background-color: var(--darkGrayColor);
}
.top_logo {
  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 fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

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

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

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

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

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

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

.active--collapse .accordion-button {
  color: #000;
}

/* .accordion-item.active--collapse {
  border-bottom: unset !important;
} */
.accordion-item {
  padding: 12px 26px;
  margin-bottom: 1em;
  border: 1px solid #575756;
  border-radius: 21px;
}

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

.accordion-button {
  padding: 0;
  border: none;
  background: transparent;
  outline: none !important;
  height: auto;
  display: block;
  width: 100%;
  text-align: left;
  cursor: pointer;
  font-size: 20px;
  color: #3c3c3b;
}

.accordion-body {
  padding: 20px 12px 0;
}

.accordion-body h2 {
  display: none;
}

.accordion-header button::before {
  content: "+";
  position: absolute;
  color: #3c3c3b;
  right: 0;
  top: 50%;
  font-size: 30px;
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.active--collapse .accordion-header button::before {
  content: "-";
  position: absolute;
  color: #3c3c3b;
  right: 0;
  top: 27%;
  transform: translateY(-50%);
  font-size: 30px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.copy-r {
  color: #fff;
  position: relative;
}
.copy-r .ce-container {
  max-width: 55%;
}
.copy-r p {
  margin: 0;
  color: #fff;
  font-size: 16px;
}

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

.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;
}
/* ***********amr fix******** */
.formContact {
  padding-top: 100px;
}
.formContact .ce-container {
  max-width: 60%;
  margin: auto;
}
.padd-top {
  padding-top: 332px;
}
/* ***********amr fix************* */
.innerTeaser.firsta {
  margin-top: 1em;
}
.nav_btns.sticky {
  position: fixed;
  top: 65px;
  background: #f4f4f4;
  left: 0;
  width: 100%;
  z-index: 999;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  padding: 2em 0 1em !important;
}
.nav_btns.sticky .ce-container {
  max-width: 90%;
}
.owl-nav {
  display: flex !important;
  justify-content: space-between;
  position: absolute;
  left: -120px;
  right: -120px;
  top: 50%;
  transform: translate(0, -50%);
  visibility: visible !important;
  opacity: 1 !important;
}
/* ***********amr fix************ */
.owl-nav button:hover {
  background: transparent;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100px !important;
  height: 15px;
  object-fit: cover;
}

#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: 70px;
  line-height: 82px;
  color: var(--darkGreenColor);
  margin-bottom: 33px;
  font-weight: 400;
}

h2 {
  color: var(--darkGreenColor);
  font-size: 55px;
  line-height: 65px;
  margin-bottom: 2rem;
  font-weight: bold;
}

h3 {
  font-size: 50px;
  line-height: 59px;
  color: var(--lightGreenColor);
  margin-bottom: 2rem;
}

h4 {
  font-size: 45px;
  line-height: 53px;
  color: var(--darkGreenColor);
  margin-bottom: 35px;
  font-weight: bold;
}
h5 {
  font-size: 30px;
  line-height: 36px;
  font-weight: bold;
  color: var(--darkGrayColor);
}

@media (min-width: 1200px) {
  .container {
    max-width: 1280px;
  }
}

/* @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.powermail_select {
  width: 100%;
  height: 61px;
  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: 2px;
  font-size: 18px;
  background: var(--lightGray);
  border: unset;
  border-bottom: 1px solid #faad8a;
}
textarea.form-control {
  border: unset;
  height: 243px;
  background: var(--whiteColor);
  border-radius: 20px;
  border: 1px solid #faad8a;
}
label {
  font-size: 20px;
  color: #4a4a4a;
}
.powermail_fieldwrap_absenden.col-md-6 {
  margin: auto !important;
  max-width: 25% !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);
}
/* ************amr fix************** */
.powermail_fieldwrap_type_submit input {
  vertical-align: middle;
  padding: 10px 18px;
  color: #fff !important;
  font-size: 24px;
  -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;
  background-color: #faad8a;
  margin-bottom: 7px;
  opacity: 1;
  font-weight: 300;
  -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: 30px;
  letter-spacing: 2.4px;
  border: unset;
}

.powermail_fieldwrap_type_submit input:active,
.powermail_fieldwrap_type_submit input:focus,
.powermail_fieldwrap_type_submit input:hover {
  opacity: 1;
  border: unset;
  background: #c8d400;
  color: #fff !important;
}
.form-group {
  margin-bottom: 1rem;
  display: flex !important;
  flex-direction: column-reverse !important;
  height: 100% !important;
}
.powermail_fieldwrap_type_textarea label {
  display: none !important;
}
.powermail_select {
  appearance: none;
  -webkit-appearance: none;
}
.powermail_fieldwrap_type_select .col-sm-10::after {
  content: "";
  background-image: url(/fileadmin/user_upload/kobe/kobe_arrow_form_down.svg);
  background-size: contain;
  position: absolute;
  font-weight: 900;
  bottom: 0;
  pointer-events: none;
  top: 33px;
  right: 35px;
  text-align: center;
  background-repeat: no-repeat;
  width: 15px;
  height: 12px;
}
.form-control:focus {
  box-shadow: 0 0 0 0.2rem var(--brawnColor);
}
.powermail_fieldwrap_test {
  display: none !important;
}
.powermail-errors-list {
  color: #721c24;
  background-color: #fff !important;
  padding: 8px 10px;
  list-style: none;
  border-radius: 4px;
  border: unset !important;
}

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

legend.powermail_legend {
  display: none;
}

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

/* .top_space {
  padding-top: 3em;
} */

.videoBlock a i::before {
  content: "";
  background-image: url(/fileadmin/user_upload/borc/play.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50px 40px;
  width: 50px;
  height: 40px;
  display: block;
}

.tx-videogrid .col-4 {
  margin: 0 0 50px;
  -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 {
  position: absolute;
  top: 11em;
}
.video-txt h5,
.video-txt.stndalone h5 {
  margin: 15px 0 8px;
  font-size: 22px;
  color: #575756;
  line-height: 36px;
  text-align: left;
  border: none;
}

.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(0 108 21 / 60%);
}
.modal-title {
  font-size: 35px;
}
.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 {
  width: 97% !important;
  position: absolute !important;
  top: 75px !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;
}
.teaserBtn {
  background-color: var(--darkOrangeColor);
  text-decoration: none;
  padding: 15px;
  border-radius: 29px;
  text-decoration: none;
  color: var(--whiteColor);
  width: 553px;
  display: block;
  text-align: center;
  margin: auto;
  margin-top: 52px;
  transition: 0.3s ease-in-out;
}
.teaserBtn:hover {
  background-color: var(--darkOrangeColor);
  color: var(--whiteColor);
  text-decoration: none;
  transform: scale(1.05);
}
a.mainBtn {
  font-size: 22px;
  line-height: 26px;
  color: var(--lightGreenColor);
  text-decoration: none;
  position: relative;
  transition: 0.3s ease-in-out !important;
  font-weight: bold;
  padding-right: 20px;
}
a.mainBtn:hover {
  color: var(--lightGreenColor);
  text-decoration: none;
}
a.mainBtn:after {
  content: "";
  background-image: url("/fileadmin/user_upload/kobe/arrow-right.svg");
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background-repeat: no-repeat;
  width: 70px;
  height: 24px;
  transition: 0.3s ease-in-out;
}
a.mainBtn:hover::after {
  right: -40px;
}
p:has(.mainBtn) {
  margin-top: 40px;
}

.recCircle-sec {
  position: relative;
  margin-bottom: 19em;

  img {
    width: 100%;
    object-fit: cover;
  }
}
.circle .mainBtn {
  position: absolute;
  bottom: -4em;
  padding-right: 80px;
}
.recCircle-sec .mainBtn {
  bottom: -4em;
}
.circle-left-sec {
  position: absolute;
  top: 32%;
  right: 14%;
  height: unset;
  width: 470px;
  z-index: 1;
  transition: 0.3s ease-in-out;
}
.recCircle-sec .circle-left-sec {
  top: 65%;
  right: 17%;
}
.recCircle-sec .circle-left-sec:hover {
  filter: drop-shadow(2px 4px 6px white);
}

.circle-right-sec {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 17%;
  height: unset;
  width: 470px;
  z-index: 1;
}
.circle-right-sec:before {
  content: "";
  position: absolute;
  top: -70%;
  left: -45%;
  height: 810px;
  width: 800px;
  background-image: url(/fileadmin/user_upload/kobe/teaser-form.svg);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
  transform: rotate(-114deg);
  transition: all 0.8s ease-in-out;
}
.circle-right-sec:hover:before {
  background-image: url(/fileadmin/user_upload/kobe/teaser-form-green.svg);
  transform: rotate(-148deg);
}
.circle-left-sec:hover:before {
  background-image: url(/fileadmin/user_upload/kobe/teaser-form-green.svg);
  transform: rotate(29deg);
}
.circle-teaser .circle-left-sec:hover .mainBtn,
.circle-teaser .circle-right-sec:hover .mainBtn {
  color: white;
}
.circle-teaser .circle-left-sec:hover .mainBtn::after,
.circle-teaser .circle-right-sec:hover .mainBtn::after {
  background-image: url(/fileadmin/user_upload/kobe/arrow-right-white.png);
}
.circle-left-sec:before {
  content: "";
  position: absolute;
  top: -100%;
  left: -45%;
  height: 810px;
  width: 800px;
  background-image: url(/fileadmin/user_upload/kobe/teaser-form.svg);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
  transition: all 0.8s ease-in-out;
}
.circle-left-sec.start:before {
  top: -64%;
}
.circle-left-sec:hover:before {
  background-image: url(/fileadmin/user_upload/kobe/teaser-form-green.svg);
}
.recCircle-sec .circle-left-sec:hover:before {
  background-image: url(/fileadmin/user_upload/kobe/teaser-form.svg);
}
/* .recCircle-sec:before {
  content: "";
  position: absolute;
  top: 38%;
  right: 8%;
  height: 810px;
  width: 800px;
  background-image: url("/fileadmin/user_upload/kobe/teaser-form.svg");
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
} */
.time-sec h2,
.teaser-right-sec h2,
.slider-sec h2,
.line h2,
.icons-sec h2 {
  position: relative;
  margin-bottom: 102px;
}
.time-sec h2:after,
.teaser-right-sec h2:after,
.slider-sec h2:after,
.icons-sec h2:after,
.line h2:after {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  height: 7px;
  background-color: var(--darkGreenColor);
  transform: translateX(-50%);
  width: 200px;
  display: block;
}
.time-sec img {
  width: 47px !important;
  height: 42px !important;
}
.time-sec .row {
  text-align: center;
  gap: 30px;
}
.time-sec .row .ce-col {
  height: 508px;
  background-color: var(--whiteColor);
}
.time-sec .row .ce-col .mainBtn {
  /* margin-left: -5em; */
  padding-right: 80px;
}
.time-sec .row .ce-col > div {
  padding-top: 90px;
}
.time-sec .row .ce-col > div p:has(img) {
  margin-bottom: 37px;
}
.time-sec .contenttable {
  margin: auto;
}
.teaser-right-sec figure {
  object-fit: contain;
  float: right;
}
.teaser-right-sec figure {
  position: absolute;
  right: 9%;
}
.circle-teaser {
  height: 59em;
  position: relative;
  margin-bottom: 4em;
}
.teaser-right-sec h2 {
  margin-bottom: 160px;
}

.team-teaser-sec figure {
  width: 650px;
  height: 600px;
}
.team-teaser-sec h3 {
  color: var(--darkGreenColor);
}
.team-imgs-sec .row {
  grid-template-columns: repeat(3, 1fr);
  display: grid;
  row-gap: 95px;
}
.team-imgs-sec .row .col-md-6 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
/* .team-imgs-sec figure {
  width: 490px;
  height: 326px;
} */
.leib-quetion-sec .ce-container {
  background-color: #f9f0e6;
  padding: 125px 74px 82px;
  position: relative;
}
.leib-quetion-sec figure {
  margin: auto;
  width: 73px;
  height: 58px;
  background-color: #f9f0e6;
  border: 2px solid white;
  border-radius: 50%;
  width: 103px;
  height: 103px;
  position: absolute;
  z-index: 55;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.leib-quetion-sec figure img {
  width: 37px;
  height: 58px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.leib-quetion-sec .row h5 {
  margin-bottom: 32px;
}
.leib-quetion-sec .row div.frame {
  margin-bottom: 60px;
}
.icons-sec .row {
  grid-template-columns: repeat(3, 1fr);
  display: grid;
  row-gap: 180px;
}
.icons-sec .row .col {
  text-align: center;
  h5 {
    transition: all 0.3s ease-in-out;
  }
}
.icons-sec .row .col:hover h5 {
  color: var(--darkOrangeColor);
}
.icons-sec .row .col .ce-gallery .ce-column:has(img[title="hover"]),
.icons-sec .row .col:hover .ce-gallery .ce-column:has(img[title="normal"]) {
  display: none;
}
.icons-sec .row .col:hover .ce-gallery .ce-column:has(img[title="hover"]) {
  display: block;
}
.icons-sec .row .col figure {
  width: 111px;
  height: 140px;
  margin: auto;
  margin-bottom: 46px;
}
.animation-sec {
  padding-bottom: 4em;
}
.homeSlider figure {
  height: 100vh;
}

.footer-sec {
  background-color: var(--lightGreenColor);
  border-top-left-radius: 60% 40%;
  border-top-right-radius: 36% 20%;
  padding-top: 6em;
  margin-top: 3em;

  h2,
  h4 {
    color: #575756;
  }
  h2 {
    margin-bottom: 15px;
  }
  h4 {
    margin-bottom: 90px;
  }
  .row {
    justify-content: center;
    text-align: center;

    .contenttable {
      margin: auto;
    }
    .ce-col > div > p > img {
      margin-bottom: 40px;
    }
  }
  img {
    width: 47px !important;
    height: 42px !important;
  }
  .mainBtn {
    background-color: white;
    border-radius: 25px;
    padding: 10px 20px;
    text-align: left;
    width: 50%;
    display: block;
    margin: auto;
  }
  .left .mainBtn {
    width: 30%;
  }
  a.mainBtn:after {
    right: 25px;
  }
  a.mainBtn:hover::after {
    right: 15px;
  }
  .row .ce-col:nth-of-type(1) p:has(.mainBtn) {
    margin-bottom: 50px;
  }
  .row .ce-col:nth-of-type(2) .first {
    width: 400px;
  }
  .row .ce-col:nth-of-type(2) p:has(.first) {
    margin-top: 64px;
  }
  .row .ce-col:nth-of-type(2) .last {
    width: 370px;
  }
  .row .ce-col:nth-of-type(2) p:has(.last) {
    margin-top: 20px;
  }
}
.footer-map {
  margin-bottom: -8px;
  .ce-container {
    max-width: 100%;
  }
  iframe {
    height: 563px;
  }
}

.copy-r {
  background-color: #575756;
  padding: 9px 0;
  .row {
    justify-content: center;
    align-items: center;
  }
}
.owl-item {
  background: #fff;
  padding: 20px;
  padding-top: 65px;
}
.carousel-content {
  text-align: center;
}
.carousel-content h3 {
  font-size: 20px;
  line-height: 23px;
  color: #6a6a6a;
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: bold;
}

.owl-carousel .owl-item img {
  margin: auto;
  margin-bottom: 12px;
}
.carousel-content p:first-of-type,
.carousel-content p:last-of-type {
  font-weight: bold;
}
.carousel-content p:first-of-type {
  margin-bottom: 45px;
}
.carousel-content p:last-of-type {
  margin-top: 20px;
}

.firstSec h1 {
  font-weight: 400;
}
img[title="mobile"] {
  display: none;
}
.popup h1 {
  font-size: 80px;
  font-weight: 400 !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);
}

a:focus-visible {
  outline: none;
}

.fixed-widget img {
  height: 18px !important;
  margin: 3px 0;
  vertical-align: middle;
  width: auto !important;
  object-fit: contain;
}
