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

:root {
  --white: #fff;
  --grey: #7B7B7B;
  --medium-grey: #D9D9D9;
  --green: #004C37;
  --darkGrey: #464646;
  --lightGrey: #F4F4F4;
}

* {
  scrollbar-width: thin;
  scrollbar-color: var(--green);
}

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

::-webkit-scrollbar-thumb {
  background-color: var(--green);
  border-radius: 46px;
}

.loader {
  left: 0;
  height: 100%;
}


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

.siteMap a {
  color: var(--darkGrey);
}

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

p ,li{
  line-height: 32px;
  font-size: 22px;
  color: var(--darkGrey);
}
.inner-pink-sec h4, .inner-pink-sec li{
  color: #fff;
}
b,
strong {
  font-weight: 700;
}

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

body {
  font-family: "montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: 26px;
  background: var(--whiteColor);
  overflow-x: hidden;
}

::-moz-selection {
  color: var(--white);
  background: var(--green);
}

::selection {
  color: var(--white);
  background: var(--green);
}

.container-fluid.home {
  width: 95%;
  margin: auto;
  padding: 0;
}
.ce-container {
  width: 90%;
  margin: auto;
  padding: 0;
}

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

.links a img {
  height: 20px;
}

.links a {
  display: inline-block;
}

.main-hero {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.main-hero::before {
  content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100vh;
    background: var(--white);
    opacity: 50%;
    z-index: 1;
}
/* .BGsection .ce-container{
  width: 100%;
}
.BGsection{
  position: relative;
}
.BGSectionContent{
  position: absolute;
  top: 0;
}
.BGSectionContent figure{
  height: 754px;
  margin-top: -5rem;
  text-align: left;
}
.BGSectionContent img{
  height: 100%;
  object-fit: contain;
}
.BGSectionContent .mainBtn {
width: 75%;
}
.BGSectionContent h3,.BGSectionContent h4 ,.BGSectionContent p{
  color: #fff;
}
.BGSectionContent .col-md-5 .ce-column{
  display: flex;
  justify-content: center;
}
.BGSectionContent .col-md-7{
  padding: 10rem 16rem 10rem 0;
} */
.main-hero .back-ground {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.main-hero .back-ground img,
.main-hero .back-ground video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
/* ***********amr fix********** */
.main-hero .container-fluid {
  position: relative;
  height: 100%;
  width: 90%;
}

.main-hero .logo-green {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
}

.main-hero a {
  font-size: 20px;
  line-height: 24px;
  position: relative;
  display: block;
  top: 20px;
  right: -80px;
  color: var(--green);
  padding: 9px 0 9px 22px;
  text-decoration: none;
  z-index: 2;
}
.main-hero .main-contacts {
  display: flex;
  flex-direction: row-reverse;
}

#volume-switcher {
  display: none;
}
#switcher-container {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  cursor: pointer;
  -webkit-transition: .3s ease-in;
  -moz-transition: .3s ease-in;
  transition: .3s ease-in;
  z-index: 1;
}
#switcher-container::before {
  content: "";
    background-size: 400% 400%;
    animation: 15s infinite text-color-gradient;
    width: 50px;
    height: 50px;
    display: block;
    bottom: 10px;
    right: 15px;
    position: absolute;
    border-radius: 50%;
    background-image: linear-gradient(to right, #004C37, #004C37);
}
#switcher-container:after {
  content: "";
    border: 0 solid #000;
    background: url(/fileadmin/user_upload/lehn/sound-off.png) center center / 100%;
    bottom: 21px;
    right: 24px;
    position: absolute;
    width: 27px;
    height: 27px;
}
#volume-switcher:checked+#switcher-container:after {
  content: "";
  background: url(/fileadmin/user_upload/lehn/sound-on.png) center center / 100%;
}

.main-hero a img {
  height: 25px;
}
.navbar-toggler .icon-bar {
  display: block;
  width: 37px;
  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, .navbar-toggler .open .icon-bar {
  background: var(--darkGrey);
}
.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+.icon-bar {
  margin-top: 8px;
}
.navbar-toggler .icon-bar:nth-of-type(2) {
  opacity: 1;
}
.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(-3px, 4px) rotate(-45deg);
  -ms-transform: translate(-3px, 4px) rotate(-45deg);
  transform: translate(-3px, 4px) rotate(-45deg);
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
}
/* .dropdown.show img {
  transform: rotate(180deg);
} */
.dropdown-toggle .mobile-img {
  display: none;
}
div#navbarNavDropdown {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.links.mobile {
  display: none;
}
header.FixNav {
  padding: 15px;
  margin: 50px 0 0 0;
  border: 2px solid #004C37;
  background-color: white;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  z-index: 99;
  position: relative;
}
header.FixNav.inner{
  width:95%;
  position: fixed;
  top:30px
}
header.FixNav.inner {
  box-shadow: 0 0 5px rgb(135 134 134 / 51%);
  margin: 0;
}
header.FixNav .nav-contacts {
  display: flex;
  justify-content: flex-end;
}
header.FixNav .nav-contacts a {
  color: var(--green);
  padding: 9px 0 9px 22px;
  text-decoration: none;
}

header.FixNav.sticky {
  position: fixed;
  top: 0px;
  left: unset;
  width: 100%;
  z-index: 100;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  margin: 20px 0 0 0;
  width: 95%;
}
.sticky2 {
  position: fixed !important;
    top: 0;
    background-color: #fff;
    width: 100%;
    left: unset;
    z-index: 999;
    margin: unset !important;
    padding: 17px;
}
.innerFirstSec .ce-container{
  width: 100%;
}

.dropdown-header {
  background: rgb(230 0 126 / 91%);
  box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
  position: absolute;
  width: 100%;
  left: 0;
  top: 125px;
  padding: 2em;
  display: none;
}

.dropdown-header .row {
  flex-direction: column;
  width: 40%;
  border-right: 2px solid #fff;
  padding: 0 5em;
}

.dropdown-header1 .row {
  flex-direction: column;
  padding: 0 1em;
}

.dropdown-header1 {
  text-align: left;
}

.dropdown-header .row p, .dropdown-header .row td,
.dropdown-header1 .row p, .dropdown-header1 .row td {
  color: #fff;
  font-size: 20px;
  white-space: break-spaces;
}

.dropdown-header .row .ce-col.col-md-4,
.dropdown-header1 .row .ce-col.col-md-4 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.dropdown-header .row .ce-image,
.dropdown-header1 .row .ce-image {
  border-bottom: 2px solid #fff;
  margin-bottom: 18px;
}

.dropdown-header .row .ce-image figure,
.dropdown-header1 .row .ce-image figure {
  margin-bottom: 9px;
}

.dropdown-header .row .mainBtn,
.dropdown-header1 .row .mainBtn {
  font-size: 24px;
  line-height: 36px;
  font-weight: 500 !important;
  position: relative;
  display: inline-block;
  background: transparent;
  color: #fff;
  padding: 0;
  text-decoration: none;
  box-shadow: none;
  border-radius: 0;
}

.dropdown-header .row .mainBtn::after,
.dropdown-header1 .row .mainBtn::after {
  background-size: contain;
  width: 28px;
  height: 20px;
  margin-left: 0;
  right: -38px;
  top: 21px;
  transform: translateY(-50%);
  transition: all 0.2s ease-in-out;
}

ul.dropdown-menu {
  border: 0;
  background: transparent;
  top: 60px;
  padding-top: 2em;
  left: 5px;
  min-width: 25rem;
}

ul.dropdown-menu li a {
  color: #fff;
}

.hidden-desktop {
  display: none;
}

.navbar-nav ul.dropdown-menu li a:hover, .navbar-nav ul.dropdown-menu li a.active_nav {
  color: #fff;
  text-decoration: underline;
}
.navbar-nav li a {
  color: var(--grey);
  font-size: 20px;
  padding: 15px;
  text-decoration: none;
  position: relative;
  text-transform: uppercase;
  display: inline-block;
}

.navbar-nav li a.active_nav::after {
  content: '';
    position: absolute;
    top: -18px;
    left: 50%;
    right: 0;
    transform: translate(-50%, 0);
    background-image: url(/fileadmin/user_upload/lehn/Rectangle_7.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 70px;
    height: 16px;
}

.navbar-nav li a:focus {
  outline-offset: none !important;
  border: none;
  outline: none;
}

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

.links {
  display: flex;
  justify-content: end;
  align-items: center;
  border-bottom: 1px solid #868786;
  padding-bottom: 12px;
}
a {
  text-decoration: underline;
}
.links a {
  color: var(--blue);
  font-size: 18px;
  cursor: pointer;
  text-decoration: none;
  position: relative;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}

.links a:hover {
  color: var(--darkGrey);
}

.links a + a {
  margin-left: 12px;
}

.links img.ml-2 {
  height: 13px;
}

.navbar-nav li a img {
  height: 13px;
}

.termina {
  -webkit-background-clip: padding-box;
  position: absolute;
  background-clip: padding-box;
  padding: 0;
  right: 0;
  top: 24px;
  z-index: 1000;
  width: 350px;
  padding: 15px;
}
.termina table.contenttable {
  width: 100%;
  text-align: left;
  margin: unset;
}
.termina table.contenttable tr td:first-child {
  white-space: nowrap;
  vertical-align: top;
  padding-right: 10px;
  color: var(--pink);
}
.termina table.contenttable td {
  color: var(--darkGrey);
  font-size: 18px;
  line-height: 25px;
  padding: 8px 0;
  border-bottom: 1px solid var(--grey);
  border-top: 0;
}
.termina .table{
  max-width: 100%;
  padding: 18px;
  margin: 0;
  background: #fff;
  box-shadow: 0 0 5px rgb(135 134 134 / 51%);
  border-radius: 5px;
}
.termina-h i{
  margin-left: 6px;
}

.termina table.contenttable tr:last-child td {
    border: 0;
}
.second_section a{
  letter-spacing: 0.3px;
  color: var(--green);
  font-size: 20px;
  text-decoration: none;
  letter-spacing: 0;
}
.nav_btns{
  background-color: var(--lightGrey);
  box-shadow: inset 0px 3px 4px #d9d9d9;
}
.nav_btns .row-cols-1.row-cols-md-2.row-cols-lg-3 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 2rem;
}
.nav_btns .col {
  flex-basis: unset;
  width: 33%;
}
.nav_btns .col a {
  padding: 34px;
  text-align: center;
  display: inline-block;
  width: 100%;
  cursor: pointer;
  text-transform: uppercase;
  background-color: transparent;
  color: var(--darkGrey);
  border: 2px solid #7B7B7B;
  text-decoration: none;
  letter-spacing: 0.75px;
}
.nav_btns .col a:hover{
  border: 4px solid #7B7B7B;
  letter-spacing: 1.25px;
  color: #464646;
}
.inner_teaser{
  width: 90%;
  margin: auto;
  border-bottom: 2px solid #004C37;
}
.no_border_bottom {
  border-bottom: unset;
}
.inner_teaser .ce-container{
  width: 100%;
}
.inner_teaser figure{
  margin-bottom: unset;
}
figure img{
  width: 100%;
  height: 100%;
}
.specific_top {
  margin-top: 80px;
}
.team_sec .frame-type-textpic{
  border-bottom: 2px solid #004C37;
  padding-bottom: 10px;
}
/* ***********amr fix************* */

/* ahmed */
.main-hero .scrolla {
  bottom: 17px;
  opacity: 1;
  position: absolute;
  left: 50%;
  z-index: 1;
}
.main-hero .scrolla:hover {
  cursor: pointer;
}

.first-sec h2 {
  margin-bottom: 2em;
}

/* ////////////////// */
.doctor-sec {
  background-color: var(--lightGrey);
  box-shadow: inset 0px 3px 4px #d9d9d9;
}
.doctor-sec .text-col {
  align-content: center;
}
.doctor-sec .text-col h3 {
  margin-bottom: 1em;
}
.doctor-sec .text-col p {
  margin-bottom: 4em;
}
/* ////////////////// */
.teaser-sec .row {
  padding: 4em 0;
}
.teaser-sec .ce-textpic {
  background-color: var(--green);
}
.teaser-sec .ce-bodytext {
  padding: 10px 155px;
}
.teaser-sec .ce-bodytext h3,
.teaser-sec .ce-bodytext p {
  margin-bottom: 1.5rem;
  color: var(--white);
}
/* ////////////////// */

/* ////////////////// */

/* ////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////// */
.inner-first-sec {
  position: relative;
  word-wrap: break-word;
}
.inner-first-sec::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  background: url(/fileadmin/user_upload/lehn/cd_element_grey.svg);
  background-size: cover;
  width: 20%;
  height: 100%;
  z-index: -1;
}
.inner-pink-sec {
  background-color: var(--pink);
  border-radius: 0px 185px 0px 0px;
}
.inner-pink-sec p {
  color: var(--white);
}
.inner-pink-sec .right figure {
  width: 630px;
  height: 630px;
  position: absolute;
  bottom: -9em;
  left: 50%;
  transform: translate(-50%, 0%);
  text-align: center;
  margin: auto;
}
.inner-pink-sec .right {
  position: relative;
}
.inner-pink-sec .right figure img {
  object-fit: cover;
}
/* //////////////////////////// */
.inner-txt-sec {
  padding-top: 10em !important;
}
/* .inner-txt-sec .row {
  align-items: flex-end;
} */
.inner-txt-sec h3 {
  color: var(--blue);
  margin-bottom: 76px;
}
/* /////////////////////// */
/* ***********amr fix********** */
.video-sec {
  background-color: var(--lightGrey);
  border-radius: 0px 0px 0px 185px;
  padding-bottom: 100px !important;
  padding-top: 230px !important;
}
.video-sec .row {
  align-items: flex-end;
}
.video-sec .row .col-md-2 {
  position: relative;
}
/* ***********amr fix********** */
.video-sec h3 {
color: var(--blue);
    width: 100%;
    white-space: nowrap;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 4px;
    text-align: center;
    transform: rotate(-90deg);
    transform-origin: left 0em;
}
.videoBlock h5 {
  margin-top: 0em;
  color: var(--darkGrey);
  font-size: 27px;
  line-height: 35px;
  text-align: left;
  font-weight: 700;
}
.videoBlock img {
  border-radius: 20px;
}
/* ***********amr fix*********** */
.tx-videogrid .col-4 {
  margin-bottom: 108px;
  margin-top: 35px;
}
.videoBlock a {
  background-color: var(--darkGrey);
  border-radius: 20px !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  font-weight: 300;
  line-height: 40px;
  position: absolute;
  top: 0;
  opacity: 0.8;
  z-index: 2;
  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;
  display: flex;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.videoBlock a i::before {
  content: "";
  background-image: url(/fileadmin/user_upload/lehn/play.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50px 40px;
  width: 50px;
  height: 40px;
  display: block;
}
.video-txt {
  position: absolute;
  bottom: -5em;
}
.videoBlock {
  position: relative;
  height: 346px;
}
.videoBlock img {
  object-fit: cover;
  height: 100%;
}
.modal-header h4 {
  font-size: 20px;
  line-height: 24px;
  color: #565655;
}
.modal-body.video video {
  width: 100%;
}
/* /////////////////////////// */
.buttons-sec .buttons-row  {
  justify-content: center;
}
.buttons-sec .buttons-row .col {
  flex: 0 0 33.33%;
  max-width: 33.33%;
}
.buttons-sec h4 {
  color: var(--darkGrey);
  margin-bottom: 87px;
}
/* //////////////////////////// */
.doctor-pink-sec.inner h3 {
  margin-bottom: 128px;
}
.doctor-pink-sec.inner {
  margin-top: 44px;
}
/* //////////////////////////// */
.team-txt-sec figure{
  margin-bottom: 30px;
}
.team-txt-sec figure img{
  border-radius: 20px;
}
.team-txt-sec h4 {
  color: var(--darkGrey);
  margin-bottom: 30px;
}
/* //////////////// */
.team-dates-sec {
  background-color: var(--lightGrey);
  border-radius: 0px 0px 0px 185px;
  margin-bottom: 5em;
}
.team-dates-sec h3 {
  transform: matrix(0, -1, 1, 0, 20, 500);
  color: var(--blue);
  transform-origin: left;
  width: 100%;
  height: 100%;
}
#c5999 h3 {
  
  transform: matrix(0, -1, 1, 0, 20, 200);
}

/* /////////////////////////// */
/*///////////////////////// */
/* /////////////////////// */
/* ////////////////////// */
.footer-sec {
  background-color: var(--lightGrey);
  padding-bottom: 35px !important;
  padding-top: 3em !important;
  box-shadow: inset 0px 3px 4px #d9d9d9;
}
.footer-sec .ce-container {
  width: 100%;
}
.footer-sec #c3683 {
  padding-top: 49px;
  color: var(--white);
}
.footer-sec p, .footer-sec tr, .footer-sec td {
  color: var(--darkGrey);
  font-size: 22px;
}
.footer-sec a {
  color: var(--green);
  font-size: 20px;
  text-decoration: unset;
}
.footer-sec iframe {
  width: 487px;
  height: 355px;
}

.footer-sec .col-md-4 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.footer-sec #c3683 h3 {
  padding-bottom: 38px;
}
.footer-sec #c3683, .footer-sec .row {
  width: 90%;
  margin: auto;
}

.footer-sec figure {
  margin-bottom: 3em;
}
.footer-sec .second {
  border-left: 2px solid #004C37;
  border-right: 2px solid #004C37;
}
.footer-sec .second .ce-textpic {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  margin-bottom: 1em;
}
.footer-sec .second .ce-textpic figure {
  margin-bottom: 0;
  margin-right: 15px;
}
.footer-sec .second .ce-textpic p {
  margin-bottom: 0;
}

.footer-sec .row figure.image img{
  object-fit: contain;
  max-width: 36px;
}
/* **********amr fix************ */
.footer-sec .mainBtn {
  margin-top: 21px;
  position: relative;
  width: 55%;
}
.footer-sec .mainBtn::after {
  width: 29px;
  height: 25px;
  background-size: 29px 25px;
}
.footer-sec #c3685 , #c3686, #c3687 {
  position: relative;
  padding-top: 50px ;
}
.footer-sec #c3685::before  , #c3686::before , #c3687::before  {
  content: "";
  border: 2px solid var(--white);
  position: absolute;
  top: 25px;
  left: 0;
  display: block;
  width: 100%;
}
.copy-r {
  text-align: center;
  padding: 16px 0;
  background-color: var(--lightGrey);
}
.copy-r .row {
  border-top: 1px solid var(--medium-grey);
  padding: 16px 0 0;
}
.copy-r a, .copy-r p {
  color: var(--darkGrey);
  font-size: 14px;
  line-height: 32px;
  text-align: center;
  text-decoration: none;
  margin-bottom: 0;
}
.copy-r a:hover {
  color: var(--darkGrey);
  letter-spacing: 0.3px;
  text-decoration: none;
}
.copy-r #c3691 p {
  margin: 0;
}
.copy-r #c3691 a:not(:first-of-type){
  text-decoration: underline;
}
.copy-r #c3691 a:not(:first-of-type):hover{
  text-decoration: underline;
}
.copy-r p a strong {
  margin: 0 10px;
  font-size: 0;
  background: url(/fileadmin/user_upload/backlink/praxiskom_logo_7a7b7a.svg) no-repeat;
  width: 18px;
  height: 18px;
  display: inline-block;
  position: relative;
  top: -4px;
}


/* //////////// */
.table td {
  border: none !important;
  padding: 0;
}
img.section-icon{
  width: 29px;
  height: 29px;
}
.pageSpace {
  padding: 5em 0;
}
.mainBtn {
  font-size: 25px;
  line-height: 32px;
  letter-spacing: 0.75px !important;
  font-weight: 400 !important;
  position: relative;
  display: block;
  bottom: 0px;
  left: 0;
  background: var(--lightGrey);
  color: var(--darkGrey);
  padding: 30px 22px;
  text-decoration: none;
  transition: all 0.2s ease-in-out ;
  border: 2px solid #7B7B7B;
}

.mainBtn:hover {
  letter-spacing: 1.25px !important;
  text-decoration: none;
  color: var(--darkGrey);
  border: 4px solid #7B7B7B;
}
h1 {
  font-size: 50px;
  line-height: 65px;
  font-family: "Montserrat", serif;
  margin-bottom: 50px;
  font-weight: 600;
  color: var(--green);
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
h2 {
  font-size: 40px;
  line-height: 50px;
  font-weight: 600;
  color: var(--darkGrey);
}
h3 {
  font-size: 35px;
  line-height: 50px;
  font-family: "Montserrat", serif;
  font-weight: 400;
  font-style: italic;
  color: var(--green);
  margin-bottom: 2rem;
}
h4 {
  font-size: 40px;
  line-height: 48px;
  font-weight: 500;
}
.white-accordion .accordion-item {
  padding: 12px 0;
  border-bottom: 2px solid var(--white);
  border-radius: 0;
  margin-bottom: 0em;
}
.accordion-item {
  padding: 12px 0;
  border-radius: 0;
  margin-bottom: 2rem;
  border-bottom: 1px solid var(--green);
}

.accordion-header {
  margin: 0;
  position: relative;
  color: var(--green);
  padding: 0;
  border: none;
  background: transparent;
  outline: none !important;
  height: auto;
  width: 100%;
  text-align: left;
  cursor: pointer;
  font-size: 27px;
  line-height: 35px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.white-accordion .accordion-button {
  padding: 0;
  border: none;
  background: transparent;
  outline: none !important;
  height: auto;
  display: block;
  width: 100%;
  text-align: left;
  cursor: pointer;
  font-size: 25px;
  line-height: 35px;
  color: var(--white);
}
 .accordion-button {
  color: var(--green);
  padding: 0;
  border: none;
  background: transparent;
  outline: none !important;
  height: auto;
  display: block;
  width: 100%;
  text-align: left;
  cursor: pointer;
  font-size: 25px;
  line-height: 32px;
}

.accordion-body {
  margin: 8px;
  padding: 10px;
  background: var(--lightGray);
}

.accordion-body h2 {
  display: none;
}

.white-accordion .accordion-header button::before {
  content: "";
  position: absolute;
  background-image: url(/fileadmin/user_upload/lehn/arrow-down.svg);
  background-position: center;
  background-size:25px 29px;
  width: 25px;
  height: 29px;
  transform: matrix(0, 1, -1, 0, 0, 0) !important;
  right: 13px;
  top: 25%;
  transform: translateY(-50%);
}

.accordion-body p {
  line-height: 32px;
  font-size: 22px;
}
.white-accordion .active--collapse .accordion-header button::before {
  content: "";
  position: absolute;
  background-image: url(/fileadmin/user_upload/lehn/arrow-white-right.svg);
  background-position: center;
  background-size:25px 29px;
  width: 25px;
  height: 29px;
  transform: matrix(0, -1, -1, 0, 0, 0) !important;
  right: 13px;
  top: 25%;
  transform: translateY(-50%);
}
.accordion-header button::before {
  content: "";
  position: absolute;
  background-image: url(/fileadmin/user_upload/lehn/angle-down.svg);
  background-position: center;
  background-size:25px 29px;
  width: 25px;
  height: 29px;
  transform: matrix(1, 0, 0, 1, 0, 0) !important;
  right: 0px;
  top: 25%;
  transform: translateY(-50%);
}
.active--collapse .accordion-header button::before {
  content: "";
  position: absolute;
  background-image: url(/fileadmin/user_upload/lehn/angle-down.svg);
  background-position: center;
  background-size:25px 29px;
  width: 25px;
  height: 29px;
  transform: matrix(-1, 0, 0, -1, 0, 0) !important;
  right: 0px;
  top: 25%;
  transform: translateY(-50%);
}
.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;
}

.specific_container .ce-container,.specific_container .container{
  max-width: 100%;
}
/* ***********amr fix*********** */
.kontakt a {
  line-height: 31px;
  font-size: 25px;
  color: var(--darkGrey);
  text-decoration: underline;
}
.kontakt a:hover {
  color: #007bff;
  text-decoration: underline;
}
/* ***********amr fix*********** */
.roundedImage img {
  border-radius: 50%;
}

.accordion-header .fa.fa-angle-down:before{
  content: "\f107";
  content: "";
  position: absolute;
  background-image: url(/fileadmin/user_upload/lehn/arrow-right-pink.svg);
  background-position: center;
  background-size: 25px 29px;
  width: 25px;
  height: 29px;
  transform: matrix(1, 0, 0, 1, 0, 0) !important;
  right: 13px;
  top: 25%;
  transform: translateY(-50%);
}

.photoFullWidth .owl-theme .owl-nav {
  position: absolute;
    top: 50%;
    left: 20px;
    right: 20px;
    display: flex;
    justify-content: space-between;
    transform: translate(0%, -50%);
}

.kontakt h3 {
  color: var(--pink);
  margin-bottom: 30px;
}
.powermail_form h3 {
  display: none;
}
/* ahmed */
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(--greenColor);
}

.powermail_fieldwrap_type_submit input {
  vertical-align: middle;
  background-color: var(--green);
  padding: 10px 50px;
  color: white;
  font-size: 20px;
  /* 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 transparent;
  -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: 0;
}


.powermail_fieldwrap_type_submit input:active,
.powermail_fieldwrap_type_submit input:focus,
.powermail_fieldwrap_type_submit input:hover,
.btn-primary:not(:disabled):not(.disabled):active {
  opacity: 1;
  background-color: var(--medium-grey);
  color: var(--green);
  border: 2px solid var(--green);
}


.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;
}
label.control-label.col-sm-2,
.powermail_fieldwrap .col-sm-10 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

fieldset.powermail_fieldset .row {
  margin: 0;
}

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

/* construction page */
.photoFullWidth .ce-container {
  width: 100%;
}
.photoFullWidth img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.roundedImages img {
  border-radius: 20px;
}
.pdf-item .lead2 img{
  width: 16px;
  height: 20px;
}
.columns-sec img{
  border-radius: 20px;
}
.columns-sec h3, .roundedImages h3  {
  color: var(--blue);
  margin-bottom: 92px;
  text-transform: uppercase;
}
.columns-sec figure {
  margin-bottom: 85px;
}
.columns-sec h4 {
  color: var(--darkGrey);
  margin-bottom: 25px;
}
.Terminanfrage h4 {
  margin-bottom: 64px;
  color: var(--darkGrey);
  
}
.Terminanfrage .row {
  margin-bottom: 80px;
}
.grayBg {
  background-color: var(--lightGrey);
}
.marginB {
  margin-bottom: 5em;
}
.marginT {
  margin-top: 5em;
}
.pinkBg {
  background-color: var(--pink);
}
.pinkBg p {
  color: var(--white) !important;
}
.borderRadB {
  border-radius: 0 0 0 185px;
}
.borderRadT {
  border-radius: 0 185px 0 0 ;
}
.roundedImages figure {
  margin-bottom: 61px;
}
.roundedImages a.mainBtn {
  text-transform: uppercase;
  height: 68px;
  align-items: center;
  display: flex;
}
.normalAnchor {
  color: var(--darkGrey) !important;
  text-decoration: underline !important;
  font-weight: bold;
}
/* construction page */
.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);
}
