@media only screen and (min-device-width: 1025px) and (max-device-width: 1430px) {
  /* NAV BUTTON */
  .navbar-expand-lg .navbar-toggler {
   display: block !important;
   outline: none;
   border: none;
 }
 .navbar-expand-xl .navbar-toggler {
  display: block !important;
  outline: none;
  border: none;
}
.dropdown {
  text-align: center;
  width: 100%;
}
.navbar-nav {
  display: -ms-flexbox;
  display: flex !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
  list-style: none;
  align-items: center;
  margin-top: 0;
  padding: 30px 0px;
  width: 100%;
}
.navSection {
  display: flex !important;
  justify-content: flex-end;
  margin-top: 10px;
}
.hidden-desktop {
  display: block;
  width: 100%;
}
.navbar-nav li a {
  color: #fff;
}
.navbar-nav li a:hover, .navbar-nav li a.active_nav {
  color: #fff;
}
.dropdown-toggle img.desk {
  display: none;
}
.dropdown-toggle .mobile-img {
  display: inline-block;
  transform: rotate(180deg);
}
.navbar-nav li a, .top_nav .navbar-nav li a {
  padding: 10px;
  text-align: center;
  width: 100%;
}
.navbar-collapse {
-ms-flex-preferred-size: 100%;
flex-basis: 100% !important;
-ms-flex-positive: 1;
flex-grow: 1 !important;
-ms-flex-align: center;
align-items: center !important;
flex-direction: column !important;
}
.navbar-collapse {
  background: var(--pink);
  box-shadow: 0px 3px 6px #00000029;
  right: 0;
  top: 97px;
  left: 0;
  z-index: 30;
  padding: 0 1em;
  position: absolute;
  border-radius: 0;
}
.navbar-expand-lg .navbar-collapse {
 display: -ms-flexbox !important;
 display: none !important;
 -ms-flex-preferred-size: auto;
 flex-basis: auto;
}
.navbar-nav li a i {
 position: unset;
}
.navbar-collapse {
 display: none !important;
}
.navbar-expand-xl .navbar-collapse {
  display: none !important;
}
.navbar-collapse.show {
 display: block !important;
}
ul.dropdown-menu li {
  text-align: center;
}
ul.dropdown-menu {
  position: relative !important;
  left: 0px !important;
  right: 0 !important;
  top: 0px !important;
  padding-top: 0;
  padding-top: 0;
  min-width: 100%;
  box-shadow: none;
  transform: none !important;
}
.dropdown-header {
  display: none;
}
.hidden-mobile {
  display: none;
}
 /* NAV BUTTON */
}
@media only screen and (min-device-width: 1300px) {
  .news-sec {
    padding-bottom: 135px !important;
  }
  .news-sec .newsMobile {
    display: block !important;
  }
  div#c3930 {
    display: block !important;
  }
  div#c3930 .owl-container {
    display: none !important;
  }
  div#c3930 .news-slider-container {
    display: block !important;
  }
  div#c3939 h3 {
    color: var(--blue);
    transform: matrix(0, -1, 1, 0, 0, 100);
    position: absolute;
    left: 60px;
  }
  .news-sec .row {
    justify-content: flex-end;
    position: relative;
  }
  .descNews {
    display: none;
  }
  .newsMobile  .ce-container {
    width: 100%;
  }
  .news-slider-container .newsSlider-content a {
    font-size: 27px;
    line-height: 32px;
    font-weight: 500 !important;
    position: relative;
    display: block;
    bottom: 0px;
    left: 0;
    background: unset;
    color: #fff;
    padding: 0;
    text-decoration: none;
    box-shadow: none;
    border-radius: 0;
    border: none;
  }
  .news-slider-container .newsSlider-content a:hover {
    letter-spacing: 0.36px;
    color: white;
    text-decoration: none;
  }

  .news-slider-container .newsSlider-content a::before {
    content: "";
    border: 2px solid var(--white);
    position: absolute;
    top: -23px;
    left: 0;
    display: block;
    width: 100%;
  }

  .news-slider-container .newsSlider-content a::after {
    content: "";
    background-image: url(/fileadmin/user_upload/lehn/arrow-white-right.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 43px;
    height: 37px;
    margin-left: 15px;
    position: absolute;
    right: 1em;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.2s ease-in-out;
    background-size: 29px 25px;
  }


  .news-slider-container .ce-col:nth-child(1) {
    background-color: var(--pink);
    min-height: 594px;
    border-radius: 20px;
    padding: 40px 50px 30px;
    display: flex;
    flex: 0 0 25%;
    max-width: 25%;
    position: relative;
  }
  .news-slider-container .ce-col:nth-child(1) .newsSlider-content a {
    position: absolute;
    bottom: 24px;
    left: 50px;
    right: 0;
    width: 67%;
  }
  .news-slider-container .ce-col:nth-child(2) {
    display: flex;
    flex: 0 0 65%;
    max-width: 65%;
    padding-left: 30px;
    background-color: var(--pink);
    border-radius: 20px;
    padding: 40px 50px 30px;
    height: 282px;
    position: relative;
    margin-left: 25px;
  }
  .news-slider-container .ce-col:nth-child(2) .newsSlider-content  a::before {
    width: 300%;
  }
  .news-slider-container .ce-col:nth-child(2) .newsSlider-content a {
    width: 30%;
    position: absolute;
    bottom: 24px;
    left: 50px;
    right: 0;
  }
  .news-slider-container .ce-col:nth-child(3) .newsSlider-content  a::before, .news-slider-container .ce-col:nth-child(4) .newsSlider-content  a::before {
    width: 142%;  
  }
  .news-slider-container .ce-col:nth-child(3) {
    display: flex;
    flex: 0 0 30%;
    max-width: 30%;
    padding-left: 30px;
    background-color: var(--pink);
    border-radius: 20px;
    padding: 40px 50px 30px;
    min-height: 282px;
    position: absolute;
    top: 310px;
    right: 35%;
    width: 100%;
  }
  .news-slider-container .ce-col:nth-child(3) .newsSlider-content a,   .news-slider-container .ce-col:nth-child(4) .newsSlider-content a {
    width: 56%;
    position: absolute;
    bottom: 24px;
    left: 50px;
    right: 0;
  }
  .news-slider-container .ce-col:nth-child(4) {
    display: flex;
    flex: 0 0 30%;
    max-width: 30%;
    padding-left: 30px;
    background-color: var(--pink);
    border-radius: 20px;
    padding: 40px 50px 30px;
    min-height: 282px;
    position: absolute;
    top: 310px;
    right: 0;
    width: 100%;
  }













  .first-sec .columns-row .second {
    padding-left: 30px;
  }

  .first-sec .columns-row .first {
    position: relative;
    top: -10em;
  }

  .first-sec .columns-row {
    padding-top: 220px;
  }

  .doctor-pink-sec .left {
    display: none;
  }

  div#c3930 {
    display: none;
  }

  .rounded-sec #c3653,
  .rounded-sec #c3675 {
    /* margin-left: -16em; */
  }

  .rounded-sec {
    position: relative;
  }

  /* ***********amr fix************ */
  .rounded-sec #c3670 {
    text-align: start;
    position: absolute;
    z-index: 1;
    left: 28%;
    top: 15%;
    width: 30em;
  }

  .rounded-sec .row {
    align-items: center;
  }

  /* ***********amr fix************ */
  .rounded-sec.second .row .left {
    margin-top: 11em;
  }

  /* ***********amr fix************ */
  .rounded-sec #c3653,
  .rounded-sec #c3675 {
    text-align: start;
    position: absolute;
    z-index: 1;
    right: 28%;
    top: 15%;
  }

  /* *******amr fix************* */
  .rounded-sec:not(.second) .row .right {
    margin-top: 11em;
  }

  .rounded-sec.first .left figure::before,
  .rounded-sec.third .left figure::before {
    border-radius: 50%;
    content: "";
    background: #ffffff1f;
    position: absolute;
    top: -3em;
    right: 0em;
    display: block;
    width: 400px;
    height: 400px;
    /* opacity: 1; */
    backdrop-filter: blur(30px);
    z-index: 0;
  }

  .rounded-sec.second .right figure::before {
    border-radius: 50%;
    content: "";
    background: #ffffff1f;
    position: absolute;
    top: 0em;
    left: 0em;
    display: block;
    width: 400px;
    height: 400px;
    backdrop-filter: blur(30px);
    z-index: 0;
  }

  .rounded-sec #c3653,
  .rounded-sec #c3675 {
    /* margin-top: 5em; */
  }

  /* /////////////////////// */
  .inner-pink-sec {
    margin-top: 5em;
  }






}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {

  .inner_teaser{
    width: 85%;
  }
  .ce-container {
    width: 85%;
    margin: auto;
    padding: 0;
}
  .reverse{
    flex-direction: column-reverse;
  }
  .innerFirstSec figure {
    height: 400px;
}
.team_sec .col-md-4 {
  margin-bottom: 3rem;
}
.specific_top {
  margin-top: 2rem;
}
.nav_btns .col {
  flex-basis: unset;
  width: 100%;
}
.innerFirstSec img {
  object-fit: cover;
}
  .nav-contacts-ipad{
    display: flex !important;
    position: absolute;
    justify-content: center;
    right: -253px;
    align-items: center;
    top: 137vh;
    transform: rotate(-90deg);
    flex-direction: row-reverse;
  }
  .nav-contacts-ipad a{
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    padding: 25px;
    color: #004C37;
    text-decoration: none;
    font-size: 20px;
    margin-right: 2rem;
  }
  .inner-p .nav-contacts-ipad{
    top: 65vh;
  }
  .doctor-sec figure{
    height: 550px;
  }
  .doctor-sec img{
    object-fit: cover;
  }
  .copy-r .row {
    border-top: unset;
    padding: 16px 0 0;
}
.copy-r .ce-container {
  border-top: 1px solid var(--medium-grey);
}
.footer-sec #c3683, .footer-sec .row{
  width: unset;
}
  .footer-sec iframe {
    width: 100%;
    height: 355px;
}
.footer-sec .frame-type-html {
  width: 100%;
}
.footer-sec .second {
  border-left: unset;
  border-right: unset;
}
.footer-sec .row .second, .footer-sec .row .third {
  padding: 4rem 4rem 0;
  border-top: 1px solid var(--green);
  margin-bottom: 4rem;
}
.footer-sec .row .first{
  margin-bottom: 4rem;
  padding: unset;
}
.footer-sec .ce-container{
  width: 85%;
}
.copy-r .co-md-4{
  flex: 0 0 50%;
  max-width: 50%;
}
  .doctor-sec .text-col p:has(.mainBtn) {
    margin-bottom: unset;
}
.doctor-sec .text-col h3 {
  margin-top: 3rem;
}
.teaser-sec .col-md-6 {
  margin-bottom: 3rem;
}
.teaser-sec .ce-bodytext {
  padding: 2rem;
  background-color: var(--green);
}
.teaser-sec .ce-textpic {
  background-color: unset;
}
.teaser-sec .row {
  padding: 2em 0;
}
.teaser-sec .ce-bodytext p:has(.mainBtn){
  width: 80%;
  margin: auto;
}
.teaser-sec figure {
  height: 415px;
  margin-bottom: unset;
}
.teaser-sec img {
  object-fit: cover;
}
  .FixNav .row .col-md-5{
    position: unset;
  }
  .FixNav .col-md-3 ,.FixNav .col-md-5{
    flex: 0 0 50%;
    max-width: 50%;
  }
  header.FixNav .nav-contacts{
    display: none;
  }
  .FixNav .col-md-5{
    display: flex;
    justify-content: end;
  }
  .main-hero .main-contacts {
    display: flex;
    flex-direction: row-reverse;
    justify-content: end;
    align-items: center;
}
  .frontPage  {
    overflow: hidden;
  }
  .photoFullWidth figure {
    height: 600px;
  }
  .columns-sec figure {
    margin-bottom: 50px;
  }
  .columns-sec h3, .roundedImages h3 {
    margin-bottom: 65px;
  }
  .hidden-mobile {
    display: none;
  }

  .hidden-desktop {
    display: block;
  }

  .dropdown-header {
    position: relative;
    display: block;
  }

  .rounded-sec.second .row {
    flex-direction: column-reverse;
  }

  .rounded-sec.first .left figure::before,
  .rounded-sec.third .left figure::before,
  .rounded-sec.second .right figure::before {
    border-radius: 50%;
    content: "";
    background: #ffffff1f;
    position: absolute;
    top: -11em;
    right: 74px;
    display: block;
    width: 311px;
    height: 311px;
    backdrop-filter: blur(30px);
    z-index: 0;
  }

  .rounded-sec {
    position: relative;
  }

  .rounded-sec #c3653,
  .rounded-sec #c3675,
  .rounded-sec #c3670 {
    text-align: start;
    position: relative;
    z-index: 1;
    left: 0;
    top: 40px;
    width: 100%;
  }

  .rounded-sec .mainBtn::before {
    width: 255%;
  }

  .rounded-sec .mainBtn {
    margin-top: 80px;
    position: relative;
    width: 40%;
  }

  .buttons-sec .buttons-row .col {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .buttons-sec .buttons-row .mainBtn {
    padding: 16px 9px;
  }

  .video-sec .row {
    align-items: start;
  }

  .video-sec h3 {
    top: 45rem;
    left: -25px;
  }

  /* ***********amr fix********** */

  .main-hero .logo-pink {
    top: 40px;
    right: 0;
    left: 0;
    text-align: center;
  }

  .main-hero .back-ground img {
    object-position: 31%;
  }

  .main-hero a {
    padding: 16px;
    text-decoration: none;
    right: 0;
    left: 0;
    bottom: 73px;
    z-index: 2;
  }

  .links a+a {
    margin-left: 0;
  }

  .links {
    position: unset;
    right: 0;
    top: -58px;
    left: 0;
    width: 100%;
    justify-content: center;
    border-bottom: unset;
    box-shadow: 0px 0px 5px #86878680;
    padding: 10px 0;
    margin-bottom: 15px;
  }

  .links a {
    white-space: nowrap;
  }

  .descLinks {
    display: none;
  }

  .ipadLinks {
    display: flex !important;
  }

  h1 {
    font-size: 32px;
    line-height: 45px;
  }

  h2 {
    font-size: 28px;
    line-height: 38px;
  }
  h3 {
    font-size: 35px;
    line-height: 50px;
}

  .main-hero .scrolla {
    z-index: 2;
  }


  .video-sec .col-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .tx-videogrid .col-4 {
    margin-bottom: 5rem;
  }

  .video-sec {
    padding: 3rem 2em !important;
  }

  .video-txt {
    position: absolute;
    bottom: -50px;
  }

  iframe {
    margin-top: -1px;
  }
  .desktop {
    display: none;
  }

  button:focus {
    outline: unset;
  }

  .navbar-light .navbar-toggler {
    border: unset;
  }

  .user-sec .left {
    max-width: 90%;
    margin-bottom: 48px;
    padding: unset;
  }

  .newsMobile .mainBtn {
    display: none;
    position: absolute;
    bottom: 47px;
    left: 78px;
    right: 78px;
  }

  header .col-md-9 {
    position: unset;
  }

  .FixNav .row {
    justify-content: space-between;
  }

  .copy-r p {
    font-size: 15px;
    text-align: left !important;
  }

  .copy-r .ce-container {
    padding: 0 15px;
    width: 85%;
  }

  .backy .ce-container {
    background-attachment: unset !important;
  }

  .img_frame figure.image {
    margin-bottom: 2em;
  }

  .logoImage {
    display: none;
  }

  .counter .row {
    flex-direction: column !important;
  }

  .top_logo a {
    width: 100%;
    display: block;
    margin: 0 auto;
    text-align: center;
  }

  .top_logo img {
    height: auto;
    margin: 0 auto;
    display: block;
  }

  header.FixNav {
    padding: 15px;
  }

  .teaser h2 {
    font-size: 40px;
    line-height: 45px;
  }

  .teaser p {
    font-size: 18px;
  }

  .teaser .col-lg-5 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .section1 .ce-col p {
    font-size: 16px;
  }

  .teaser a.teaserBtn {
    display: block;
    text-align: center;
  }

  .teaser figure.image {
    height: 500px;
    width: 100%;
  }

  .teaser figure.image:after {
    width: 109%;
    height: 62px;
    right: -8px;
    bottom: -29px;
    transform: rotate(-3deg);
  }

  .teaser.right figure.image:after {
    transform: rotate(3deg);
  }

  .counter {
    margin-bottom: 45px;
    margin-top: 15px;
  }

  .counter h2 {
    font-size: 70px;
    margin-bottom: 15px;
    text-align: center !important;
  }

  .counter p {
    text-align: center !important;
  }


  .teaser {
    padding-top: 519px;
    margin-bottom: 30px;
    padding-bottom: 20px;
  }

  .counter .row .ce-col:nth-child(2) {
    margin: 0;
  }

  .teaser a.teaserBtn {
    display: inline-block;
  }

  .footer .col-lg-3 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .copy-r .ce-col {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .footer .col-lg-3:last-child {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .footer .col-lg-3:nth-child(3) {
    margin-top: -78px;
  }

  .footer iframe {
    width: 100%;
    margin: 20px 0;
  }

  .footer:before {
    height: 47%;
  }

  .counter {
    margin: 70px 0;
  }

  .footer {
    padding-top: 300px;
    background-attachment: inherit;
    background-size: inherit;
  }

  .footer .row {
    margin: 0;
  }

  .top_space {
    padding-top: 6em;
  }

  .teaserSection p a {
    padding: 22px 10px;
  }

  .teaserSection .col-md-4 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .teaserSection .row {
    justify-content: center;
  }

  ul.dropdown-menu {
    position: relative !important;
    left: 0 !important;
    right: 0 !important;
    top: -65px !important;
    padding-top: 0;
    min-width: 100%;
    box-shadow: none;
  }

  ul.dropdown-menu a {
    border: none !important;
  }

  nav .col-md-9 {
    position: static;
  }

  header.FixNav {
    padding: 15px;
    margin: 18px 0 0;
  }

  .top_logo img {
    height: 50px;
  }

  .footer .container {
    position: relative;
    height: auto;
    max-width: 100%;
  }

  .hero_img figure.image,
  .hero_img .videoBlock {
    height: 500px;
  }

  .teaser_block .ce-col.col-md-4 {
    margin-bottom: 2em;
  }


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

  .hero_img .ce-col.col-md-6 {
    padding: 0;
  }

  .hero_img .row.align-items-end {
    flex-direction: column-reverse;
  }


  .img_frame figure.image {
    margin-bottom: 2em;
  }

  a.STEF_back-to-top {
    position: absolute;
    right: 14px;
    bottom: auto;
    top: 100%;
    margin-top: -54px;
    z-index: 999;
  }

  .navbar-nav li a {
    text-align: center;
  }


  .nav_shortcuts span {
    display: none;
  }

  .scrolla {
    bottom: 120px;
  }
  .navbar-light .row.align-items-center {
    position: relative;
  }

  nav .col-md-8.col-xs-12,
  .col-md-8,
  .col-md-7 {
    flex: 0 0 100%;
    max-width: 100%;
  }


  .copyright .text-center,
  .text-right {
    text-align: left !important;
  }

  form.powermail_form.powermail_form_50 {
    padding: 0;
  }

  .col-2,
  .col-5,
  .col-6,
  .col-8,
  .col-md-2.col-xs-12,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .teaser--section .ce-col.col-md-3,
  .teaser--section .ce-col.col-md-4,
  .teaser--section .ce-col.col-md-6,
  .teaser_section .col-md-5,
  .teaser_section .col-md-7,
  nav .col-md-3.col-xs-12,
  nav .col-md-7.col-xs-12,
  nav .col-md-9.col-xs-12,
  nav.navbar-light .col-md-10.col-xs-12,
  .copyright .col-md-3 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .footer .col-md-6,
  .footer .ce-col.col-md-4 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;

  }

  .col-3,
  .col-4,
  .contact_block .ce-col.col-md-6,
  .footer .col-2,
  .footer .col-4,
  .gallery_section .col-md-6,
  .team_row .col-md-4,
  .team_row .col-md-8,
  .teaser_block .col-md-3,
  div#c11292 .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .hero_img #c5 h1 {
    font-size: 70px;
  }

  .backy .ce-container {
    height: 400px;
  }

  .hero_img a.mainBtn {
    font-size: 18px;
  }

  .section1 h1 {
    font-size: 80px;
    line-height: 80px;
  }

  .section1 h1+p {
    font-size: 32px;
  }

  .section1 .ce-col p {
    font-size: 18px;
  }

  .dropdown-toggle::after,
  .topHeader_txt,
  img.topimg {
    display: none;
  }

  ul.navbar-nav {
    margin-top: 0;
    padding: 30px 0px;
  }

  .navbar-nav li a,
  .navbar-nav ul.dropdown-menu a {
    display: block;
    text-align: center !important;
  }

  .navbar-nav li a,
  .top_nav .navbar-nav li a {
    padding: 10px;
    text-align: center;
  }

  .dropdown-toggle img.desk {
    display: none;
  }

  .dropdown-toggle img.mobile {
    display: inline-block;
    transform: rotate(180deg);
  }

  .navbar-collapse {
    right: 0;
    top: 93px;
    left: 0;
    z-index: 30;
    padding: 0 1em;
    position: absolute;
    overflow: auto;
    border: 2px solid #004C37;
    opacity: 1;
    backdrop-filter: blur(30px);
    max-height: 85vh;
    width: 100%;
  }

  .navbar-nav li a {
    color: #7B7B7B;
  }

  header.FixNav.sticky {
    left: 20px;
    right: 20px;
    margin: 18px auto;
  }
  .navbar-nav li a:hover, .navbar-nav li a.active_nav {
    color: #004C37;
    font-weight: bold;
}
.navbar-nav li a.active_nav::after{
  display: none;
}


  .navbar-toggler {
    right: 15px;
    top: 10px;
  }

  .top_logo img {
    height: 64px;
  }

  .pageSpace {
    padding: 3em 0;
  }
  .marginB {
    margin-bottom: 3em;
  }
  .marginT {
    margin-top: 5em;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .modal-body .row {
    flex-direction: column;
  }
  .modal-body .row .col-md-3,  .modal-body .row .col-md-9 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .tx-newsslider .modal-body .col-md-3 img {
    width: unset;
  }
  .tx-newsslider .modal-body .col-md-9 h3 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  
  .columns-sec .col-md-4, .roundedImages .col-md-4 {
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 64px;
    word-wrap: break-word;
  }
  .roundedImages figure {
    width: 294px;
  }
  .roundedImages a.mainBtn {
    font-size: 25px;
    line-height: 31px;
  }
  .roundedImages .row {
    justify-content: center;
  }

}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .nav-contacts-ipad{
    top: 153vh;
  }
  .columns-sec .col-md-4 {
    flex: 0 0 33.33%;
    max-width: 33.33%;
    word-wrap: break-word;
  }
  .columns .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .roundedImages .col-md-4 {
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 110px;
  }

  .roundedImages figure {
    width: 434px;
    height: 434px;
  }
  .rounded-sec .row {
    justify-content: center;
  }
  .top_logo img {
    height: auto;
    margin: 0 20px;
    display: block;
}
.inner-p .nav-contacts-ipad {
  top: 90vh;
}
.nav_btns .col {
  flex-basis: unset;
  width: 50%;
}
  .links {
    position: unset;
  }
  .main-hero a {
    padding: 16px;
    text-decoration: none;
    width: unset;
    margin: unset;
    right: 0;
    left: unset;
    bottom: 73px;
    z-index: 2;
  }

  .main-hero .logo-pink {
    top: 40px;
    right: 100px;
    left: 0;
    text-align: right;
  }

  .first-sec .col-md-1 {
    margin-top: 6rem;
  }

  .first-sec .third figure {
    width: 509px;
    height: 509px;
  }

  .first-sec .third .ce-column {
    display: flex;
    justify-content: end;
  }

  .first-sec .col-md-5 {
    margin-top: 24rem;
  }

  .first-sec .third {
    margin-top: 3rem;
  }

  .doctor-pink-sec .ce-container {
    position: unset;
    background-color: unset;
  }

  .doctor-pink-sec {
    margin-top: unset;
    margin-bottom: unset;
  }

  .doctor-pink-sec::before {
    height: 764px;
    left: -12em;
    bottom: -10px;
  }
  .doctor-pink-sec.meyer::before {
    bottom: 0;
  }

  .doctor-pink-sec .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
    padding-left: 75px;
  }

  .doctor-pink-sec .mainBtn {
    margin-top: 2rem;
    width: 78%;
  }

  .descNews {
    display: none;
  }

  .newsMobile {
    display: block !important;
  }

  .news-sec .row {
    justify-content: unset;
  }

  .descNews .col-md-8 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: unset;
  }

  .descNews .col-md-3 {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
  }

  .news-sec .mainBtn::before {
    top: -17px;
  }

  .news-sec .third .row {
    margin-top: 27px;
  }

  .news-sec .third div#c3645 .mainBtn {
    width: 70%;
  }

  .news-sec .third div#c3645 .mainBtn::before {
    width: 100%;
  }

  .news-sec .left {
    margin-bottom: 27px;
  }

  .descNews .col-md-1 {
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%;
  }

  .news-sec .first h3 {
    transform: matrix(0, -1, 1, 0, -24, -47);
  }

  .rounded-sec .left .ce-column,
  .rounded-sec .right .ce-column {
    display: flex;
    justify-content: end;
  }

  .rounded-sec figure {
    width: 584px;
    height: 584px;
    margin-bottom: 3rem;
  }

  .rounded-sec.first .left figure::before,
  .rounded-sec.third .left figure::before,
  .rounded-sec.second .right figure::before {
    border-radius: 50%;
    content: "";
    background: #ffffff1f;
    position: absolute;
    top: -3em;
    right: unset;
    display: block;
    width: 311px;
    height: 311px;
    backdrop-filter: blur(30px);
    z-index: 0;
  }

  .rounded-sec.second .row {
    flex-direction: column-reverse;
  }

  .rounded-sec {
    position: relative;
  }

  .rounded-sec .mainBtn {
    width: 30%;
  }

  .rounded-sec .mainBtn::before {
    width: 333%;
  }

  .rounded-sec #c3653,
  .rounded-sec #c3675,
  .rounded-sec #c3670 {
    text-align: start;
    position: absolute;
    z-index: 1;
    left: 7%;
    top: 8%;
    width: 60%;
  }

  .mobSlider {
    display: none;
  }

  .user-sec .right {
    min-height: unset;
    max-width: 90%;
    padding: 3rem 2rem;
    margin-left: auto;
  }

  .user-sec .right h4 {
    padding-left: 50px;
  }

  .table td {
    font-size: 25px;
  }

  .footer-sec .col-md-4 {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 3rem;
  }
  .copy-r .ce-col {
    flex: 0 0 33.333333% !important;
    max-width: 33.333333% !important;
    padding: unset;
}
  .footer-sec p {
    font-size: 27px;
  }

  .desktop {
    display: flex;
  }

  .copy-r p {
    font-size: 14px;
    text-align: left !important;
  }

  .video-sec .col-4 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .video-txt {
    position: absolute;
    bottom: -85px;
  }

  .video-sec h3 {
    top: 42rem;
    left: -8px;
  }

  .buttons-sec .buttons-row .col {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .inner-pink-sec .right {
    display: flex;
    justify-content: end;
  }

  .logoImage {
    display: block;
  }

  .top_logo {
    display: block;
    opacity: 1;
  }

  .doctor-pink-sec.inner h3 {
    margin-bottom: 2rem;
  }
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) {
  .nav_btns .col {
    flex-basis: unset;
    width: 50%;
}
  .nav-contacts-ipad {
    top:128vh;
    right: -264px;
  }
  .inner-p .nav-contacts-ipad {
    top: 50vh;
}

  .top_logo img {
    height: 64px;
    margin: 0 20px;
}
  .copy-r p {
    font-size: 14px;
  }

  .top_space {
    padding-top: 6em;
  }

  .teaserSection p a {
    padding: 22px 10px;
  }

  .teaserSection .col-md-4 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .teaserSection .row {
    justify-content: center;
  }

  ul.dropdown-menu {
    position: relative !important;
    left: 0 !important;
    right: 0 !important;
    top: -65px !important;
    padding-top: 0;
    min-width: 100%;
    box-shadow: none;
  }

  ul.dropdown-menu a {
    border: none !important;
  }

  nav .col-md-9 {
    position: static;
  }

  header.FixNav {
    padding: 15px;
  }

  .footer .container {
    position: relative;
    height: auto;
    max-width: 100%;
  }

  .teaser_block .ce-col.col-md-4 {
    margin-bottom: 2em;
  }



  a.STEF_back-to-top {
    position: absolute;
    right: 0;
    bottom: 50px;
  }

  .navbar-nav li a {
    text-align: center;
  }

  .nav_shortcuts span {
    display: none;
  }

  .scrolla {
    bottom: 120px;
  }
  .navbar-light .row.align-items-center {
    position: relative;
  }

  nav .col-md-8.col-xs-12,
  .col-md-8 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .copyright .text-center,
  .text-right {
    text-align: left !important;
  }

  .links a.mr-3 {
    margin-right: 1.3em !important;
  }

  form.powermail_form.powermail_form_50 {
    padding: 0;
  }

  .col-2,
  .col-5,
  .col-6,
  .col-8,
  .col-md-2.col-xs-12,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .teaser--section .ce-col.col-md-3,
  .teaser--section .ce-col.col-md-4,
  .teaser--section .ce-col.col-md-6,
  .teaser_section .col-md-5,
  .teaser_section .col-md-7,
  nav .col-md-3.col-xs-12,
  nav .col-md-7.col-xs-12,
  nav .col-md-9.col-xs-12,
  nav.navbar-light .col-md-10.col-xs-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .copy-r .ce-col {
    flex: 0 0 33.333333% !important;
    max-width: 33.333333% !important;
    padding: unset;
}
  .footer .col-md-6,
  .footer .ce-col.col-md-4 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;

  }

  .col-3,
  .col-4,
  .contact_block .ce-col.col-md-6,
  .footer .col-2,
  .footer .col-4,
  .gallery_section .col-md-6,
  .team_row .col-md-4,
  .team_row .col-md-8,
  .teaser_block .col-md-3,
  div#c11292 .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .dropdown-toggle::after,
  .topHeader_txt,
  img.topimg {
    display: none;
  }

  ul.navbar-nav {
    margin-top: 0;
    padding: 30px 0px;
  }

  .navbar-nav li a,
  .navbar-nav ul.dropdown-menu a {
    display: block;
    text-align: center !important;
  }

  .navbar-nav li a,
  .top_nav .navbar-nav li a {
    padding: 15px;
    text-align: center;
  }

  .pageSpace {
    padding: 3em 2em;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1366px) and (orientation: portrait) {
  .links {
    position: relative;
    top: 0;
  }
  .columns .col-md-6 {
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
  .columns-sec .col-md-4{
    flex: 0 0 33.33% !important;
    max-width: 33.33% !important;
  } 
  .roundedImages .row {
    justify-content: center;
  }
  .roundedImages figure {
    width: unset;
  }
  .main-hero a {
    padding: 16px;
    text-decoration: none;
    width: unset;
    margin: unset;
    right: 0;
    left: unset;
    bottom: 73px;
    z-index: 2;
  }

  .main-hero .logo-pink {
    top: 40px;
    right: 183px;
    left: 0;
    text-align: right;
  }

  .first-sec .col-md-1 {
    margin-top: 6rem;
  }

  .first-sec .third figure {
    width: 509px;
    height: 509px;
  }

  .first-sec .third .ce-column {
    display: flex;
    justify-content: end;
  }

  .first-sec .col-md-5 {
    margin-top: 24rem;
  }

  .first-sec .third {
    margin-top: 3rem;
  }

  .doctor-pink-sec .ce-container {
    position: unset;
    background-color: unset;
  }

  .doctor-pink-sec {
    margin-top: unset;
    margin-bottom: unset;
  }

  /* ********amr fix************ */
  .doctor-pink-sec::before {
    height: 752px;
    left: -12em;
    bottom: -10px;
  }
  .doctor-pink-sec.meyer::before {
    bottom: 0;
  }
  h3 {
    font-size: 55px;
    line-height: 66px;
  }
  /* ***********amr fix********** */
  .doctor-pink-sec.inner h3 {
    margin-bottom: 2rem;
    font-size: 52px;
  }

  .team-first-sec {
    margin-bottom: 10rem;
  }

  /* ***********amr fix********** */
  .doctor-pink-sec.inner .mainBtn {
    margin-top: 2rem;
    width: 88%;
  }

  .doctor-pink-sec .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
    padding-left: 75px;
    padding-top: 3rem;
  }

  /* *******amr fix*********** */
  .doctor-pink-sec .mainBtn {
    margin-top: 2rem;
    width: 100%;
    font-size: 28px;
  }

  /* **********amr fix************ */
  .doctor-pink-sec h4 {
    margin-bottom: 38px;
  }

  .descNews {
    display: block;
  }

  .newsMobile {
    display: none !important;
  }

  .news-sec .row {
    justify-content: unset;
  }

  .descNews .col-md-8 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: unset;
  }

  .descNews .col-md-3 {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
  }

  .news-sec .mainBtn::before {
    top: -17px;
  }

  .news-sec .third .row {
    margin-top: 27px;
  }

  .news-sec .third div#c3645 .mainBtn {
    width: 70%;
  }

  .news-sec .third div#c3645 .mainBtn::before {
    width: 100%;
  }

  .news-sec .left {
    margin-bottom: 27px;
  }

  .descNews .col-md-1 {
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%;
  }

  .news-sec .first h3 {
    transform: matrix(0, -1, 1, 0, -24, -47);
  }

  /* ************amr fix*************** */
  .rounded-sec .left .ce-column,
  .rounded-sec .right .ce-column {
    display: flex;
    justify-content: end;
  }

  .rounded-sec figure {
    width: 584px;
    height: 584px;
    margin-bottom: 3rem;
  }

  .rounded-sec.first .left figure::before,
  .rounded-sec.third .left figure::before,
  .rounded-sec.second .right figure::before {
    border-radius: 50%;
    content: "";
    background: #ffffff1f;
    position: absolute;
    top: -3em;
    right: unset;
    display: block;
    width: 311px;
    height: 311px;
    backdrop-filter: blur(30px);
    z-index: 0;
  }

  .rounded-sec.second .row {
    flex-direction: column-reverse;
  }

  .rounded-sec {
    position: relative;
  }

  .rounded-sec .mainBtn {
    width: 30%;
  }

  .rounded-sec .mainBtn::before {
    width: 333%;
  }

  /* **********amr fix************** */
  .rounded-sec #c3653,
  .rounded-sec #c3675,
  .rounded-sec #c3670 {
    text-align: start;
    position: absolute;
    z-index: 1;
    left: 7%;
    top: 8%;
    width: 56%;
  }

  .mobSlider {
    display: none;
  }

  .user-sec .right {
    min-height: unset;
    max-width: 90%;
    padding: 3rem 2rem;
    margin-left: auto;
  }

  .user-sec .right h4 {
    padding-left: 50px;
  }

  .table td {
    font-size: 25px;
  }
  .footer-sec p {
    font-size: 27px;
  }

  .desktop {
    display: flex;
  }

  .footer-sec .mainBtn {
    width: 70%;
  }

  .copy-r p {
    font-size: 14px;
    text-align: left !important;
  }

  .video-sec .col-4 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .video-txt {
    position: absolute;
    bottom: -85px;
  }

  .video-sec h3 {
    top: 42rem;
    left: -8px;
  }

  .buttons-sec .buttons-row .col {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .inner-pink-sec .right {
    display: flex;
    justify-content: end;
  }

  .navbar-expand-xl .navbar-collapse {
    display: none !important;
  }

  .navbar-expand-xl {
    display: flex;
    justify-content: end;
  }

  .navbar-expand-xl .show {
    display: block !important;
  }

  .navbar-expand-xl .navbar-toggler {
    display: block !important;
  }

  .navbar-expand-xl .navbar-nav {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}


@media (max-width: 767px) {
  .accordion-button{
    font-size:20px
  }
  .team_sec .col-md-4{
    margin-bottom: 3rem;
  }
  .team_sec .col-md-4:nth-child(3){
    margin-bottom: unset;
  }
  .specific_top {
    margin-top: 2rem;
}
  .reverse{
    flex-direction: column-reverse;
  }
  .nav_btns .col {
    flex-basis: unset;
    width: 100%;
}
.nav_btns .row-cols-1.row-cols-md-2.row-cols-lg-3{
  margin-top: unset;
}
.inner_teaser figure{
  height: 207px;
}
.inner_teaser img{
  object-fit: cover;
}
  header.FixNav.inner {
    position: fixed;
    top: 1rem;
    left: 10px;
}
.inner_teaser {
  width:85%
}
.innerFirstSec figure{
    height: 400px;
  }
  .innerFirstSec img{
    object-fit: cover;
  }
  .copy-r .ce-container{
    border-top: 1px solid var(--medium-grey);
  }
  .copy-r .row{
    border-top: unset;
  }
  .navbar-nav li a.active_nav::after{
    display: none;
  }
  .FixNav .row .col-md-5{
    display: flex;
    justify-content: end;
    position: unset;
  }
  .FixNav .col-md-4{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
  }
  .doctor-sec .text-col p {
    margin-bottom: 3em;
}
.doctor-sec .text-col p:has(.mainBtn){
  margin-bottom: unset;
}
.teaser-sec .ce-textpic {
background-color: unset;
}
.teaser-sec figure{
  height: 415px;
  margin-bottom: unset;
}
.teaser-sec .ce-bodytext {
  padding: 2rem;
  background-color: var(--green);
}
.teaser-sec .col-md-6{
  margin-bottom: 2rem;
}
.teaser-sec img{
  object-fit: cover;
}
.teaser-sec .row {
  padding: 1em 0 0;
}
.footer-sec .second {
  border-left: unset;
  border-right: unset;
}
  .footer-sec iframe {
    width: 100%;
    height: 355px;
  }
  .footer-sec .frame-type-html{
    width: 100%;
  }
  .main-hero a{
    right: unset;
    padding: 16px 0;
  }
  .main-hero a {
    font-size: 20px;
    line-height: 24px;
    display: flex;
    align-items: start;
    right: unset;
    padding: 16px 0;
  }
  .main-hero .main-contacts {
    display: flex;
    flex-direction: column-reverse;
}
.desc_image,.nav-contacts{
  display: none !important;
}
.mob_image{
  display: block !important;
}
.nav-contacts-mob{
  display: flex !important;
  justify-content: center;
  flex-direction: row-reverse;
}
.main-hero .logo-green img{
  height: 205px;
}
  .modal-body .row {
    flex-direction: column;
  }
  .modal-body .row .col-md-3,  .modal-body .row .col-md-9 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .tx-newsslider .modal-body .col-md-9 h3 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .hidden-mobile {
    display: none;
  }

  .hidden-desktop {
    display: block;
  }

  /* ahmed */
  .container-fluid.home {
    width: 100%;
  }

  header.FixNav {
    width: 95%;
    margin:auto;
    margin-top: 1rem;
  }

  /* ***********amr fix********** */
  header.FixNav.sticky {
    left: 10px;
    width: 95%;
    margin: auto;
    top: 1rem;
  }

  /* ***********amr fix********** */
  .user-sec .owl-theme .owl-dots {
    justify-content: center;
    padding: 17px 0;
  }

  .links.mobile {
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-bottom: none;
    padding-bottom: 12px;
    margin-bottom: 0;
    margin: 17px 20px 5px;
    position: relative;
  }

  ul.navbar-nav {
    margin-top: 0;
    padding: 16px 0px;
  }

  .FixNav .nav-row a,
  .FixNav .nav-row a span {
    font-size: 22px;
    line-height: 27px;
    color: var(--white);
  }

  .navbar-nav li {
    font-size: 22px;
    line-height: 27px;
    border: unset;
  }

  .termina {
    width: unset;
  }

  .termina table.contenttable td {
    font-size: 17px;
  }

  .dropdown-toggle img.desk {
    display: none;
  }

  .dropdown-toggle .mobile-img {
    display: inline-block;
    transform: rotate(180deg);
  }

  .dropdown.show .mobile-img {
    display: inline-block;
    transform: rotate(0deg);
  }
  button.navbar-toggler:focus {
    outline: 1px dotted;
    outline: unset !important;
}
.navbar-light .navbar-toggler {
  border: unset !important;
}
  .navbar-collapse {
    right: 0;
    top: 93px;
    left: 0;
    z-index: 30;
    padding: 0 1em;
    position: absolute;
    overflow: auto;
    border: 2px solid #004C37;
    opacity: 1;
    background-color: #fff;
    /* backdrop-filter: blur(30px); */
    max-height: 85vh;
    width: 100%;
  }

  .navbar-nav li a:hover,
  .navbar-nav li a.active_nav {
    color: #004C37;
    border: unset;
    font-weight: bold;
  }
  .navbar-nav li a.active_nav::after{
    display: none;
  }
  .main-hero a {
    bottom: 92px;
  }

  .main-hero .scrolla {
    bottom: 30px !important;
  }

  .FixNav .row {
    align-items: center !important;
  }

  .FixNav .row .ce-col {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .FixNav .row .col-md-9 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .navbar-nav li a {
    color: #7B7B7B;
  }

  .FixNav .links {
    display: none;
  }

  .logo-pink {
    width: 302px;
    height: 102px;
    margin: auto;
    left: 0;
  }

  .logo-pink img {
    width: 100%;
    height: 100%;
  }



  .first-sec .second {
    margin-top: 57px;
    margin-bottom: 60px;
  }

  .first-sec .first figure {
    width: 30%;
  }

  .first-sec h2 {
    margin-bottom: 76px;
  }

  .doctor-pink-sec {
    padding-top: 23em !important;
    border-radius: 0 250px 0 0;
    padding-bottom: 0 !important;
    margin-top: 1em !important;
  }

  .doctor-pink-sec::before {
    width: 100%;
    height: 540px;
    position: absolute;
    left: 0;
    top: -30px;
    margin: 0 auto;
    background-position: -9.5em 0em;
  }

  .doctor-pink-sec .ce-container {
    width: 100%;
  }

  .doctor-pink-sec .row {
    background-color: var(--pink);
    padding: 36px 36px;
    width: 100%;
    margin: auto;
    z-index: 5;
    position: relative;
  }

  .doctor-pink-sec .mainBtn {
    margin-top: 37px;
    width: 100%;
  }

  .news-sec .row.columns-row .second,
  .news-sec .row.columns-row .third {
    display: none;
  }

  .news-sec {
    margin-bottom: 2em;
  }

  .news-sec .first h3 {
    transform: unset;
    margin-bottom: 50px;
  }

  /* .news-sec .owl-stage {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .news-sec .owl-item.active {
    width: 100%;
    margin-left: 25px;
    margin-right: 20px;
    flex: 0 0 100%;
    max-width: 100%;
    background-color: var(--pink);
    min-height: 594px;
    border-radius: 20px;
    padding: 40px 50px 30px; 
  } */
  .news-sec .newsMobile {
    display: block !important;
  }

  .newsMobile h3 {
    display: none;
  }

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

  .newsMobile .item {
    background: #E6007E;
    border-radius: 20px;
    padding: 30px;
    min-height: 395px;
  }

  .tx-newsslider .mainBtn {
    display: none;
    bottom: -30px;
  }

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

  .owl-dots {
    justify-content: end;
    display: flex;
  }

  .rounded-sec {
    position: relative;
    overflow: hidden;
  }

  .rounded-sec figure {
    width: 299px;
    height: 299px;
  }

  /* .rounded-sec.first .left {
    position: absolute;
    top: 10em;
  } */

  .rounded-sec.second .left {
    position: unset;
  }

  /* .rounded-sec.second .right {
    position: absolute;
    top: 10em;
    z-index: -1;
  } */

  /* .rounded-sec h4 {
    margin-bottom: 10.5em;
  }

  .rounded-sec.second h4 {
    margin-bottom: 9em;
  } */

  .rounded-sec .mainBtn {
    margin-top: 80px;
    position: relative;
    width: 85%;
  }

  .rounded-sec .mainBtn::before {
    top: -32px;
    width: 120%;
  }

  .user-sec .left a {
    margin-top: 30px;
    display: block;
  }

  .user-sec .left div {
    padding: 55px 36px;
  }

  .user-sec .row {
    margin: 0;
  }

  .user-sec .row .ce-col {
    padding: 0;
    min-height: unset;
  }

  .user-sec .row .ce-col.left {
    margin-bottom: 50px;
  }

  .user-sec .desktop {
    display: none;
  }

  .user-sec div#c3961 {
    display: block;
    padding: 0 20px;
  }

  .user-sec .right h4 {
    padding: 48px 36px 0;
  }

  .user-sec .right .item img.lazy {
    /* height: 99px; */
    width: 150px;
  }

  .footer-sec .row .second, .footer-sec .row .first {
    margin-bottom: 65px;
  }
  .footer-sec .row .second, .footer-sec .row .third{
    padding: 0 4rem;
  }
  .footer-sec .col-md-4{
   position:relative;
  }
  .footer-sec .col-md-4.third:before,.footer-sec .col-md-4.second:before{
    content: '';
    position: absolute;
    top: -25px;
    width: 65%;
    left: 50%;
    transform: translate(-50%, 0);
    border: 1px solid var(--green);
  }
  .footer-sec .mainBtn {
    margin-top: 20px;
    position: relative;
    width: 100%;
  }

  .footer-sec {
    padding-bottom: unset !important;
  }
  .footer-sec figure {
    margin-bottom: 2em;
    margin-top: 1rem;
}
  /* ////////////////////////// */
  .inner-first-sec::after {
    width: 100%;
    height: 200%;
    z-index: -1;
  }

  .inner-pink-sec {
    padding-top: 80px !important;
    padding-top: 80px !important;
    padding-bottom: 300px !important;
    position: relative;
  }

  .inner-pink-sec .right {
    position: unset;
  }

  .inner-pink-sec .right figure {
    width: 630px;
    height: 630px;
    width: 302px;
    height: 302px;
    position: absolute;
    display: block;
    bottom: -2em;
    left: 50%;
    transform: translate(-50%, 0%);
    margin: 0;
  }

  .inner-txt-sec {
    padding-top: 5em !important;
  }

  .inner-txt-sec .row h3 {
    margin-bottom: 40px;
  }

  .video-sec {
    padding-bottom: 100px !important;
    padding-top: 76px !important;
    margin-bottom: 2em;
  }

  .video-sec h3 {
    color: var(--blue);
    width: 100%;
    white-space: nowrap;
    height: 100%;
    position: unset;
    top: 100px;
    left: 0;
    text-align: center;
    transform: unset;
    transform-origin: unset;
    margin-bottom: 70px;
  }

  .video-txt {
    position: absolute;
    bottom: -6.5em;
  }

  .videoBlock {
    height: 231px;
  }

  .video-sec .tx-videogrid .col-4 {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 8em;
    margin-top: 0;
  }

  .buttons-sec h4 {
    margin-bottom: 25px;
  }

  .buttons-sec .buttons-row .col {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .buttons-sec .mainBtn {
    font-size: 20px;
    line-height: 24px;
    padding: 20px 10px 20px;
  }

  /* ///////////////////////// */
  .doctor-pink-sec.inner .row {
    padding-bottom: 77px !important;
  }

  .doctor-pink-sec.inner h3 {
    margin-bottom: 63px;
  }

  .team-dates-sec {
    padding-bottom: 155px !important;
    margin-bottom: 0;
  }

  .team-dates-sec h3 {
    transform: unset;
    transform-origin: unset;
    margin-bottom: 30px;
  }

  .ce-container {
    width: 85%;
  }

  .mainBtn {
    font-size: 23px;
    line-height: 28px;
    padding: 12px 20px;
    padding-right: 60px !important;
  }

  /* ahmed */
  .copy-r p, .copy-r a {
    font-size: 14px;
  }

  .logoImage {
    display: none;
  }


  .pageSpace {
    padding: 2em 0em;
  }
  .marginB {
    margin-bottom: 2em;
  }
  .marginT {
    margin-top: 5em;
  }

  .footer .container {
    position: relative;
    height: auto;
    max-width: 100%;
  }

  .contact_box {
    top: 0;
    padding: 0;
  }

  .hero_img figure.image,
  .hero_img .videoBlock {
    height: 250px;
  }

  .teaser_block .ce-col.col-md-4 {
    margin-bottom: 2em;
  }

  div#c18879 figure.image img {
    object-fit: cover;
    object-position: top;
  }

  div#c18879 figure.image {
    height: 500px;
    width: 100%;
    margin: 0;
  }

  .logo_txt h1 {
    width: 90%;
    MARGIN: 0 AUTO;
  }

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

  .hero_img .ce-col.col-md-6 {
    padding: 0;
  }

  .hero_img .row.align-items-end {
    flex-direction: column-reverse;
  }

  .logo_txt .ce-gallery {
    height: 264px;
  }

  p,
  li {
    font-size: 20px;
    line-height: 30px;
  }

  h1 {
    font-size: 32px;
    line-height: 45px;
    margin-bottom: 30px;
  }

  h2 {
    font-size: 28px;
    line-height: 38px;
  }

  h3 {
    font-size: 25px;
    line-height: 50px;
  }

  h4 {
    font-size: 28px;
    line-height: 33px;
  }

  .img_frame figure.image {
    margin-bottom: 2em;
  }

  .top_logo a {
    width: 100%;
    display: block;
    margin: 0 auto;
    text-align: center;
  }

  .top_logo img {
    height: auto;
    display: block;
    width: 47px;
    height: 64px;
  }

  .top_logo {
    display: block;
    opacity: 1;
  }

  header.FixNav {
    padding: 15px;
  }

  .section1 h1 {
    font-size: 45px;
    line-height: 50px;
  }

  .section1 h1+p {
    font-size: 22px;
    margin-bottom: 10px;
  }

  .teaser h2 {
    font-size: 30px;
    line-height: 35px;
  }

  .teaser p {
    font-size: 16px;
  }

  .section1 .ce-col p {
    font-size: 16px;
  }

  .teaser a.teaserBtn {
    display: block;
    text-align: center;
  }

  .teaser figure.image {
    height: 227px;
    width: 100%;
  }

  .teaser figure.image:after {
    width: 109%;
    height: 62px;
    right: -8px;
    bottom: -24px;
    transform: rotate(-3deg);
  }

  .teaser.right figure.image:after {
    transform: rotate(3deg);
  }

  .counter {
    margin-bottom: 45px;
    margin-top: 15px;
  }

  .counter h2 {
    font-size: 70px;
    margin-bottom: 15px;
    text-align: center !important;
  }

  .counter p {
    text-align: center !important;
  }


  .teaser {
    padding-top: 227px;
    margin-bottom: 30px;
    padding-bottom: 20px;
  }

  .counter .row .ce-col:nth-child(2) {
    margin: 45px 0;
  }

  .footer {
    padding-top: 260px;
    background-attachment: inherit;
    background-size: inherit;
  }

  .footer .row {
    margin: 0;
  }

  .footer:before {
    height: 74%;
  }

  /* -------------------------------------- */
  .drop-content,
  .drop-content ul,
  .dropdown_c,
  .navbar-light .row.align-items-center {
    position: relative;
  }

  .dropdown_c {
    margin: 20px 0;
    background: var(--goldColor);
    width: 100%;
    border-radius: 0;
    display: inline-block;
    border: 0px solid var(--beigeColor);
    padding: 10px 0;
    color: #fff;
  }

  .drop-content ul {
    left: 0;
    top: 8px;
    display: none;
    list-style: none;
    padding: 0;
  }

  .drop-content ul a,
  .dropdown_block span {
    display: block;
    padding: 2px 8px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
  }

  .dropdown_block .selected {
    padding: 0 20px;
  }

  .dropdown_block span {
    padding: 5px 12px;
  }

  .dropdown_c .selected span {
    padding: 6px 8px;
  }

  .selected:after {
    content: "\f107";
    position: absolute;
    right: 16px;
    top: 17px;
    font-size: 20px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--beigeColor);
  }

  .dropdown_c .selected span a {
    color: var(--darkRedColor);
    text-decoration: none;
    font-weight: 400;
  }

  .dropdownIcon .selected:after {
    content: "\f106";
  }


  a.STEF_back-to-top {
    position: absolute;
    right: 14px;
    bottom: auto;
    top: 100%;
    margin-top: -54px;
    z-index: 999;
  }

  a.rezeption {
    padding: 20px 0;
    padding-left: 60px;
    background: #fff url(/fileadmin/user_upload/besc/online.svg) no-repeat left center;
    background-position-x: 42%;
    border-radius: 100px 0 0 100px;
    font-size: 0;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
  }

  .online {
    right: -1px;
    z-index: 99999;
  }

  .footer iframe {
    width: 100%;
    margin-top: 20px;
    height: 243px;
  }

  .copy-r p {
    text-align: left;
  }

  .copy-r p.text-center {
    margin: 10px 0;
  }

  .copy-r {
    padding: 18px 0;
  }

  .online {
    position: fixed;
    bottom: 60px;
    right: 0;
  }

  .navbar-nav li a {
    text-align: center;
  }


  .nav_shortcuts span {
    display: none;
  }

  .scrolla {
    bottom: 120px;
  }

  .navbar-light .row.align-items-center {
    position: relative;
  }

  nav .col-md-8.col-xs-12,
  .col-md-8 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .copyright_block p {
    margin-bottom: 0.6em;
  }

  .txtBlock iframe {
    margin-top: 1em;
  }

  .align-items-center {
    align-items: flex-start !important;
  }

  .copyright .text-center,
  .text-right {
    text-align: left !important;
  }

  form.powermail_form.powermail_form_50 {
    padding: 0;
  }

  .col-2,
  .col-5,
  .col-6,
  .col-8,
  .col-md-2.col-xs-12,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .teaser--section .ce-col.col-md-3,
  .teaser--section .ce-col.col-md-4,
  .teaser--section .ce-col.col-md-6,
  .teaser_section .col-md-5,
  .teaser_section .col-md-7,
  nav .col-md-3.col-xs-12,
  nav .col-md-7.col-xs-12,
  nav .col-md-9.col-xs-12,
  nav.navbar-light .col-md-10.col-xs-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .footer .col-md-6,
  .footer .ce-col.col-md-4 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;

  }

  .col-3,
  .col-4,
  .contact_block .ce-col.col-md-6,
  .footer .col-2,
  .footer .col-4,
  .gallery_section .col-md-6,
  .team_row .col-md-4,
  .team_row .col-md-8,
  .teaser_block .col-md-3,
  div#c11292 .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .dropdown-toggle::after,
  .topHeader_txt,
  img.topimg {
    display: none;
  }

  ul.navbar-nav {
    margin-top: 0;
    padding: 30px 0px;
  }

  .navbar-nav li a,
  .navbar-nav ul.dropdown-menu a {
    display: block;
    text-align: center !important;
  }

  .navbar-nav li a,
  .top_nav .navbar-nav li a {
    padding: 15px;
    text-align: center;
  }


  .container {
    max-width: 100%;
  }
  .inner-p {
    padding-bottom: 2.5em;
  }

  .downloads_Btns a.mainBtn {
    margin-bottom: 10px;
  }

  .arrows_section:before,
  .arrows_section:after {
    content: '';
    width: 38%;
    top: 15px;
  }

  nav .col-md-9 {
    position: static;
  }

  .navbar-toggler {
    position: unset;
  }

  .top_space {
    padding-top: 3em;
  }

  .dropdown-header {
    position: relative;
    display: block;
  }

  .dropdown-header .row {
    width: 100%;
    border-right: 0;
    padding: 0;
  }

  ul.dropdown-menu {
    position: relative !important;
    left: 0 !important;
    right: 0 !important;
    /* top: -65px !important; */
    padding-top: 0;
    min-width: 100%;
    box-shadow: none;
    transform: unset !important;
  }

  ul.dropdown-menu a {
    border: none !important;
  }

  footer {
    padding: 60px 15px;
  }

  .backy .ce-container {
    height: 290px;
  }
  /* construction */
  .photoFullWidth figure {
    height: 450px;
    margin: 0;
  }
  .columns-sec h3, .roundedImages h3 {
    margin-bottom: 68px;
  }
  .columns-sec figure {
    margin-bottom: 52px;
  }
  .columns-sec .col-md-4:not(:first-of-type) {
    margin-top: 60px;
  }
  .grayBg  {
    padding-bottom: 6em !important;
  }
  .marginB {
    margin-bottom: 96px;
  }
  .pinkBg {
    padding-top: 105px !important;
  }
  .Terminanfrage .row {
    margin-bottom: 50px;
  } 
  .roundedImages figure {
    width: 302px;
    height: 302px;
    margin: 0 auto 50px;
  }
  .roundedImages .col-md-4:not(:last-of-type) {
    margin-bottom: 57px;
  }
  .frontPage {
    overflow: hidden;
  }


  /* construction */
}
