@media only screen and (min-width: 1400px) and (max-width: 2000px) {
  ul.dropdown-menu {
    top: 120%;
  }
  ul.dropdown-menu::before {
    content: "";
    height: 20px;
    width: 100%;
    display: block;
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
  }
  .back-ground {
    height: 78vh;
  }
  .back-ground video {
    height: 78vh;
    object-fit: cover;
  }
  .text_desc .ce-gallery {
    left: 35%;
  }
  .nav_btnsMobile table th,
  .nav_btnsMobile table td {
    text-align: center;
    vertical-align: top;
    padding: 10px;
    cursor: pointer;
  }

  .nav_btnsMobile table a {
    text-decoration: none;
    transition: color 0.3s ease;
    display: inline-block;
    margin-top: 8px;
  }

  .nav_btnsMobile table img {
    transition: transform 0.3s ease, filter 0.3s ease;
  }

  .nav_btnsMobile table th:hover a,
  .nav_btnsMobile table td:hover a {
    color: #1d5f45 !important;
  }

  .nav_btnsMobile table th:hover img,
  .nav_btnsMobile table td:hover img {
    /* filter: invert(50%) sepia(21%) saturate(1135%) hue-rotate(104deg)
    brightness(93%) contrast(87%); */
    filter: brightness(0) saturate(100%) invert(29%) sepia(38%) saturate(745%)
      hue-rotate(113deg) brightness(94%) contrast(94%);
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1500px) {
  .nav_btnsMobile.sticky {
    top: 158px;
  }
  .navbar-nav li a:hover i:before {
    transform: rotate(90deg);
    top: 43%;
  }
  .navbar-nav li a i:before {
    top: 41%;
    right: 63px;
    width: 19px;
    height: 10px;
    transform: rotate(270deg);
  }
  .navbar-nav li a i:before {
    filter: unset;
  }
  .navbar-nav li a:hover i:before {
    background-image: url(/fileadmin/user_upload/abel/icons/abel_arrow_down_.svg);
  }

  .navbar-nav ul.dropdown-menu a {
    font-family: "dinosaur", sans-serif;
  }

  .collapse:not(.show) {
    display: none !important;
  }
  .navbar-collapse {
    position: absolute;
    background: white;
    box-shadow: none;
    top: 55px;
    left: 0;
    width: 106%;
    left: 50%;
    transform: translate(-50%, 0);
    height: 100vh;
    justify-content: flex-start;
    align-items: flex-start;
    /* padding-left: 8em; */
    z-index: 3;
  }

  .navbar-collapse .navbar-nav {
    margin-top: 17%;
  }
  .FixNav li.dropdown ul {
    display: none !important;
    flex-direction: column;
    flex-wrap: nowrap;
    width: 60%;
    right: 0;
    left: unset !important;
    top: 55% !important;
    transform: translate(0, -50%) !important;
    max-height: 75%;
    overflow-y: scroll;
  }

  .FixNav li.dropdown:hover ul,
  .FixNav li.dropdown ul.show {
    display: flex !important;
    flex-direction: column;
    flex-wrap: nowrap;
    width: 60%;
    right: 0;
    left: unset !important;
    top: 55% !important;
    transform: translate(0, -50%) !important;
    max-height: 75%;
    overflow-y: scroll;
  }
  .navbar-nav ul.dropdown-menu li {
    width: 100%;
    flex: 0 0 100%;
  }

  button.navbar-toggler {
    margin-top: 0;
    position: relative;
    right: 0;
    top: 0;
    padding: 10px;
  }
  button.navbar-toggler {
    display: block !important;
  }

  .FixNav .short-cuts {
    position: relative;
    left: 95px;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .FixNav .col-md-5 {
    -ms-flex: 0 0 0;
    flex: 0 0 0;
    max-width: 0;
  }

  .navbar-expand-lg .navbar-nav {
    flex-direction: column;
    align-items: flex-end;
  }

  .navbar-nav li a {
    font-family: "dinosaur", sans-serif;
    text-align: center;
    color: #4e545d;
    font-size: 26px;
    font-weight: 300;
    line-height: 35px;
    text-transform: uppercase;
    padding: 15px 100px;
    text-decoration: none;
    display: inline-block;
    position: relative;
    outline: none;
  }

  .FixNav.sticky .navbar-nav li a:hover,
  .FixNav.inner .navbar-nav li a:hover,
  .navbar-nav li a:hover {
    color: #4e545d;
  }

  .topLogo {
    display: block;
    width: 307.77px;
    padding: 15px 0;
  }

  .col-12.col-sm-6.col-md-6.col-lg-6.col-xl-4.custom-w {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
    display: flex;
  }

  i.fas.fa-angle-down.d-block.d-md-none.d-lg-none {
    display: block !important;
    float: right;
    margin-left: 15px;
  }
  .navbar-toggler .open .icon-bar:nth-of-type(1) {
    transition: top 0.25s ease 0s, transform 0.25s ease 0.3s;
    -webkit-transition: top 0.25s ease 0s, transform 0.25s ease 0.3s;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(50deg);
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    transform-origin: -10px 2px;
  }

  .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(-2px, 0px) rotate(-50deg);
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    transform-origin: 5px 5px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1500px) and (orientation: portrait) {
  .col-menu-navigation::before {
    top: 70px;
    left: 5%;
    width: 88%;
  }
}
/* ----------- iPad ----------- */

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  h2 {
    font-size: 30px;
    line-height: 42px;
  }
  h1 {
    font-size: 48px;
    line-height: 58px;
  }
  p,
  ul li,
  .table td,
  .table th {
    color: #4e545d;
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
  }

  .navbar-collapse {
    /* height: 83vh;
    top: 52px; */
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .team-sec .left-col .frame-type-text {
    width: 75%;
  }
  .video_logo {
    width: 450px;
    height: 202px;
  }
  .nav_btnsMobile .accordion-body table th {
    width: 33%;
  }
  .Leistungen-right.pageSpace,
  .Leistungen-left.pageSpace {
    padding: 4em 0;
  }
  body {
    overflow: hidden !important;
  }
  .modal.show .modal-dialog {
    transform: translate(0%, 10%) !important;
  }
  h2 {
    font-size: 30px;
    line-height: 42px;
  }
  h1 {
    font-size: 48px;
    line-height: 58px;
  }
  p,
  ul li,
  .table td,
  .table th {
    color: #4e545d;
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
  }

  a.mainBtn {
    font-size: 16px;
    line-height: 22px;
  }

  .footer {
    padding: 4em 0 1em;
  }

  .acc-sec.w-60 .container {
    max-width: 100%;
  }
  .w-60 .container {
    max-width: 85%;
  }
  .Nacken::before {
    width: 329px;
    height: 374px;

    right: 10%;
  }

  .copy-r::before {
    width: 45px;
    height: 55px;
  }
}

/*iPad in landscape*/
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .team-sec .left-col .frame-type-text,
  .team-sec .right-col .frame-type-text {
    transform: translate(0, -15%) !important;
  }
  .text_desc .ce-bodytext {
    width: 100%;
    padding-left: 3em;
  }

  .Leistungen-left .text-col.col-md-6 figure {
    width: 329px;
    height: 374px;
    right: 10%;
  }
  .Leistungen-right .text-col.col-md-6 figure {
    left: 10%;
    width: 329px;
    height: 374px;
  }
  .text_desc .ce-bodytext {
    padding-top: 5em;
    padding-left: 1em;
    width: 100%;
  }
  .closeBtn .icon-bar,
  .navbar-toggler .icon-bar {
    width: 22px;
    height: 2px;
  }
  .last_sec {
    padding: 0 0 3em 0;
  }
  .last_sec .container {
    max-width: 90%;
  }
  .text_desc .ce-gallery {
    top: 50%;
    left: 45%;
    height: 337px;
  }
  .Leistungen-right .text-col {
    padding: 0;
  }
  .text_welcom {
    padding: 3em 0;
  }
  .first_sec_video .container {
    max-width: 85%;
  }
  .Leistungen-right .image_Right.col-md-6 > .frame:first-child figure {
    height: 372px;
    border-radius: 80px 0 0 80px;
  }
  .Leistungen-right .image_Right.col-md-6 > .frame:first-child figure:after {
    border-radius: 80px 0 0 80px;
  }
  .Leistungen-left .image_left.col-md-6 figure {
    height: 372px;
    border-radius: 0 80px 80px 0;
    transform: skew(-11deg, 0deg);
  }
  .Leistungen-left .text-col {
    padding: 0;
  }

  .Leistungen-left .image_left.col-md-6 figure::after {
    border-radius: 0 80px 80px 0;
  }
  .footer iframe {
    height: 280px;
    border-radius: 75px 0 0 75px;
  }

  .footer > .container > .row {
    display: flex;
    flex-wrap: wrap;
  }

  .footer > .container > .row > .col-md-4:nth-child(1) {
    flex: 0 0 40%;
    max-width: 40%;
    order: 1;
  }

  .footer > .container > .row > .col-md-4:nth-child(2) {
    flex: 0 0 60%;
    max-width: 60%;
    order: 2;
    padding-left: 2rem;
  }

  .footer > .container > .row > .col-md-4:nth-child(3) {
    flex: 0 0 70%;
    max-width: 70%;
    margin-left: auto;
    order: 3;
    margin-top: -80px;
  }
  .copy-r::before {
    left: 26%;
  }
  .footer::before {
    left: 37%;
    width: 45px;
    height: 55px;
  }
  .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(-2px, 0px) rotate(-50deg);
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    transform-origin: 5px 5px;
  }
  .navbar-toggler .open .icon-bar:nth-of-type(1) {
    transition: top 0.25s ease 0s, transform 0.25s ease 0.3s;
    -webkit-transition: top 0.25s ease 0s, transform 0.25s ease 0.3s;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(50deg);
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    transform-origin: -10px 2px;
  }
  .team-sec .ce-gallery figure {
    height: 498px;
  }
  .team-sec .col-md-6.left-col figure {
    position: relative;
  }
  .team-sec .col-md-6.left-col {
    flex: 0 0 85%;
    max-width: 85%;
  }
  .team-sec .col-md-6.right-col {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .team-sec .row {
    gap: 2em;
  }
  .team-sec .col-md-6.right-col figure {
    right: -21%;
    width: 85%;
  }
  .team-sec .row:has(.right-col:hover) .right-col {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .team-sec .row:has(.right-col:hover) .left-col {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .team-sec .row:has(.left-col:hover) .right-col {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .team-sec .row:has(.left-col:hover) .left-col {
    flex: 0 0 85%;
    max-width: 85%;
  }
  /* ظظظظظظظظظظظظظظظظظظظظظظظظظظظظظظظظظظظظظظظظظظظظظظظظظظظظظظ */
  .navbar-nav li a:hover i:before {
    transform: rotate(90deg);
    top: 43%;
  }
  .navbar-nav li a i:before {
    top: 41%;
    right: -8px;
    width: 19px;
    height: 10px;
    transform: rotate(270deg);
  }
  .navbar-nav li a i:before {
    filter: unset;
  }
  .navbar-nav li a:hover i:before {
    background-image: url(/fileadmin/user_upload/abel/icons/abel_arrow_down_.svg);
  }

  .collapse:not(.show) {
    display: none !important;
  }
  .navbar-collapse {
    position: absolute;
    background: white;
    box-shadow: none;
    top: 55px;
    left: 0;
    width: 106%;
    left: 50%;
    transform: translate(-50%, 0);
    height: 100vh;
    justify-content: flex-start;
    align-items: flex-start;
    /* padding-left: 8em; */
    z-index: 3;
  }
  .navbar-collapse .navbar-nav {
    margin-top: 8em;
  }
  .FixNav li.dropdown ul.show {
    display: flex !important;
    flex-direction: column;
    flex-wrap: nowrap;
    width: 50%;
    right: 0;
    left: unset !important;
    top: 55% !important;
    transform: translate(0, -50%) !important;
    max-height: 75%;
    overflow: scroll;
  }
  .navbar-nav ul.dropdown-menu li {
    width: 100%;
    flex: 0 0 100%;
  }

  header.FixNav .container-fluid {
    width: 97%;
  }

  button.navbar-toggler {
    margin-top: 0;
    position: relative;
    top: 0;
    right: -20px;
  }

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

  .FixNav .short-cuts {
    position: relative;
    left: 95px;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .FixNav .col-md-5 {
    -ms-flex: 0 0 0;
    flex: 0 0 0;
    max-width: 0;
  }

  .navbar-expand-lg .navbar-nav {
    flex-direction: column;
    align-items: center;
  }

  .navbar-nav li a {
    font-family: "dinosaur", sans-serif;
    text-align: center;
    color: #4e545d;
    font-size: 26px;
    font-weight: 300;
    line-height: 35px;
    text-transform: uppercase;
    padding: 15px 12px;
    text-decoration: none;
    display: inline-block;
    position: relative;
    outline: none;
  }

  .FixNav.sticky .navbar-nav li a:hover,
  .FixNav.inner .navbar-nav li a:hover,
  .navbar-nav li a:hover {
    color: #4e545d;
  }

  .topLogo {
    display: block;
    width: 307.77px;
    padding: 15px 0;
  }

  .col-12.col-sm-6.col-md-6.col-lg-6.col-xl-4.custom-w {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
    display: flex;
  }

  i.fas.fa-angle-down.d-block.d-md-none.d-lg-none {
    display: block !important;
    float: right;
    margin-left: 15px;
  }

  .footer .map-col {
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    max-width: 35%;
  }

  .footer .desc-col {
    -ms-flex: 0 0 65%;
    flex: 0 0 65%;
    max-width: 65%;
  }
  .footer .ce-textpic {
    margin: 2em 0 3em;
  }
  .footer .ce-textpic .ce-bodytext {
    width: 100%;
  }

  .copy-r p,
  .copy-r a {
    font-size: 12px;
    line-height: 18px;
  }

  .form-element-fileupload input::after {
    width: 60%;
  }

  .inner-first {
    padding: 10em 0 0;
    margin-bottom: 10em;
  }
  .inner-first .col-md-6.txt-col {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
  }
  .inner-first .col-md-6.img-col {
    position: relative;
    margin-left: 50%;
    margin-bottom: -10em;
    margin-top: 2em;
  }
  .inner-first .col-md-6.img-col img {
    height: auto;
  }

  .termine-sec.light-grey .col-md-6.txt-col,
  .termine-sec.beige .col-md-6.txt-col,
  .termine-sec.dark-grey .col-md-6.txt-col {
    padding: 25px 3em;
  }

  .inner-start-padding {
    padding-top: 10em;
  }
  .pageSpace.first-sec {
    padding: 6em 0;
  }

  .navbar-nav ul.dropdown-menu a {
    font-family: "dinosaur", sans-serif;
  }
}

/*iPad in portrait*/
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .Leistungen-left .text-col.col-md-6 figure {
    width: 548px;
    height: 494px;
    right: 10%;
  }
  .Leistungen-right .text-col.col-md-6 figure {
    left: 10%;
    width: 548px;
    height: 494px;
  }
  .nav_btnsMobile.sticky {
    top: 168px;
  }
  .closeBtn .icon-bar,
  .navbar-toggler .icon-bar {
    width: 24px;
    height: 2px;
  }
  .text_desc .ce-bodytext {
    position: absolute;
    width: 100%;
    text-align: center;
    align-items: center;
    top: 50%;
    padding-top: unset;
    padding-left: unset;
  }
  .last_sec {
    padding: 0 0 3em 0;
  }
  .text_desc .ce-gallery {
    top: 70%;

    left: 50%;
    width: 280px;
    height: 280px;
  }
  .text_desc p:has(a) {
    margin: auto;
  }
  .team-sec .ce-gallery figure {
    height: 550px;
  }
  .team-sec .left-col .frame-type-text,
  .team-sec .right-col .frame-type-text {
    transform: translate(0, -15%) !important;
  }
  .text_desc {
    margin-top: -6em;
  }
  .text_welcom {
    padding: 3em 0;
  }
  .back-ground,
  .back-ground::after,
  .back-ground::before,
  .back-ground video {
    border-radius: 120px;
  }

  .first_sec_video .container {
    max-width: 85%;
  }
  .team-sec .col-md-6.right-col figure {
    right: -21%;
    width: 85%;
  }
  .team-sec .col-md-6.left-col {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .team-sec .col-md-6.right-col {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .team-sec .row:has(.right-col:hover) .right-col {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .team-sec .row:has(.right-col:hover) .left-col {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .team-sec .row:has(.left-col:hover) .right-col {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .team-sec .row:has(.left-col:hover) .left-col {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .team-sec .col-md-6.left-col figure {
    position: relative;
  }
  .team-sec .row {
    gap: 2em;
  }
  .Schulter::before {
    width: 548px;
    height: 494px;

    left: 10%;
    top: 50px;
  }
  .Nacken::before {
    top: 10px;

    right: 33%;
  }
  .Leistungen-left .text-col {
    padding: 3em;
  }

  .nav_btns_desk.w-95 .container {
    max-width: 95%;
  }
  .nav_btns_desk .custom-grid-wrapper .grid-item {
    max-width: 33%;
    flex: 0 0 33%;
    /*  */
  }
  .col-menu-navigation {
    width: 100%;
  }
  .col-shortcuts {
    padding: 0 10px;
    width: 100%;
  }

  .col-logo {
    width: 100%;
  }
  .shortCuts {
    gap: 0;
    justify-content: right;
  }
  .shortCuts .insta img {
    width: 30px;
    height: 30px;
  }
  .Karriere_first_sec figure {
    height: 372px;
  }
  .footer iframe {
    height: 271px;
    border-radius: 75px;
    right: unset;
  }
  .Leistungen-right .text-col {
    padding: 4em 2em 0;
  }
  .w-95 .container {
    max-width: 85%;
  }
  .blindtext-sec .row {
    gap: 20px;
  }
  form {
    padding: unset;
  }
  .Leistungen-right .image_Right.col-md-6 > .frame:first-child figure {
    border-radius: 80px 0 0 80px;
    height: 372px;
  }
  .Leistungen-right .image_Right.col-md-6 > .frame:first-child figure:after {
    border-radius: 80px 0 0 80px;
  }
  .Leistungen-left .image_left.col-md-6 figure {
    border-radius: 0 80px 80px 0;
    height: 372px;
  }
  .Leistungen-left .image_left.col-md-6 figure::after {
    border-radius: 0 80px 80px 0;
  }
  .footer > .container > .row > .col-md-4:first-child .frame {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }

  .footer > .container > .row > .col-md-4:first-child .frame h2 {
    flex: 0 0 100%;
    width: 100%;
  }

  .footer > .container > .row > .col-md-4:first-child .frame p:nth-of-type(1),
  .footer > .container > .row > .col-md-4:first-child .frame p:nth-of-type(2) {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .footer > .container > .row > .col-md-4:first-child .frame p:last-of-type {
    flex: 0 0 50%;
    max-width: 50%;
    text-align: right;
    display: flex;
    flex-direction: column;

    margin-top: 0;
  }
  .footer a.mainBtn {
    margin-top: 0;
    width: 90%;
  }
  .footer > .container > .row {
    display: flex;
    flex-direction: column;
  }

  .footer > .container > .row > .col-md-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .footer > .container > .row > .col-md-4:nth-child(1) {
    order: 1;
  }
  .footer > .container > .row > .col-md-4:nth-child(2) {
    order: 2;
    margin-top: 3em;
  }
  .footer > .container > .row > .col-md-4:nth-child(3) {
    order: 3;
    margin-top: 4em;
    padding: 0 4em 0 2em;
  }
  .copy-r::before {
    top: -375px;
    bottom: unset;
    left: 30%;
  }
  .footer::before {
    left: 44%;
    width: 45px;
    height: 55px;
  }

  .section.copy-r .row {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .copy-r hr {
    margin-bottom: 10px;
  }
  .section.copy-r .row > .col-md-4 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .copy-r .col-md-4:nth-child(2) p {
    text-align: left;
  }
  .section.copy-r .row > .col-md-4:nth-child(1) {
    order: 1;
  }
  .section.copy-r .row > .col-md-4:nth-child(2) {
    order: 2;
  }
  .section.copy-r .row > .col-md-4:nth-child(3) {
    order: 3;
    position: absolute;
    right: 1%;
  }
  /* ظظظظظظظظظظظظظظظظظظظظظظظظظظظظظظظظظظظظظظظظظظظظظظظظظظظظظظظظظظظظظظظ */
  .navbar-nav li a:hover i:before {
    transform: rotate(90deg);
    top: 43%;
  }
  .navbar-nav li a i:before {
    top: 41%;
    right: -8px;
    width: 19px;
    height: 10px;
    transform: rotate(270deg);
  }
  .navbar-nav li a i:before {
    filter: unset;
  }
  .navbar-nav li a:hover i:before {
    background-image: url(/fileadmin/user_upload/abel/icons/abel_arrow_down_.svg);
  }

  .reverse {
    flex-direction: column-reverse;
  }

  .navbar-nav ul.dropdown-menu a {
    font-family: "dinosaur", sans-serif;
  }

  .pageSpace.first-sec {
    padding: 7em 0;
  }

  .owl-container .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    right: 0;
  }

  .owl-container .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    left: 0;
  }

  .footer .desc-col .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .footer .ce-textpic {
    margin: 1em 0;
  }

  .inner-first {
    padding: 12em 0 0;
    margin-bottom: 10em;
  }
  .inner-first .col-md-6.txt-col {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
  }
  .inner-first .col-md-6.img-col {
    position: relative;
    margin-left: 20%;
    margin-bottom: -10em;
    margin-top: 2em;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
  }
  .inner-first .col-md-6.img-col img {
    height: auto;
  }

  .benefits-sec h2 {
    width: 85%;
  }

  .end-padding,
  .termine-sec {
    padding-bottom: 6em;
  }

  .inner-second .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .termine-sec .container {
    max-width: 60%;
  }
  .termine-sec.light-grey .col-md-6.txt-col,
  .termine-sec.beige .col-md-6.txt-col,
  .termine-sec.dark-grey .col-md-6.txt-col {
    padding: 3em;
  }
  .termine-sec .col-md-6.img-col {
    padding-right: 0;
    padding-left: 0;
  }

  .navbar-collapse {
    position: absolute;
    background: white;
    box-shadow: none;
    top: 140px;
    left: 0;
    width: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    height: 100vh;
    /* padding-left: 1em; */
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;

    z-index: 3;
  }

  .navbar-collapse .navbar-nav {
    margin-top: 35%;
  }
  .FixNav li.dropdown:hover ul,
  .FixNav li.dropdown ul.show {
    position: absolute;
    display: flex !important;
    flex-direction: column;
    flex-wrap: nowrap;
    width: 50%;
    right: 0;
    left: unset !important;
    top: 55% !important;
    transform: translate(0, -50%) !important;
    max-height: 75%;
    overflow: scroll;
    padding: 1em;
  }
  .navbar-nav ul.dropdown-menu li {
    width: 100%;
    flex: 0 0 100%;
  }

  nav .row.align-items-center {
    display: flex;
    flex-direction: column-reverse;
  }

  nav .col-md-4.col-xs-12,
  nav .col-md-3.col-xs-12,
  nav .col-md-9.col-xs-12,
  nav .col-md-7.col-xs-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .navbar-nav li a {
    font-family: "dinosaur", sans-serif;
    text-align: center;
    color: #4e545d;
    font-size: 26px;
    font-weight: 300;
    line-height: 35px;
    text-transform: uppercase;
    padding: 15px 12px;
    text-decoration: none;
    display: inline-block;
    position: relative;
    outline: none;
  }

  .FixNav.sticky .navbar-nav li a:hover,
  .FixNav.inner .navbar-nav li a:hover,
  .navbar-nav li a:hover {
    color: #4e545d;
  }

  button.navbar-toggler {
    position: absolute;
    right: 20px;
    top: 86px;

    margin: auto;
  }

  i.fas.fa-angle-down.d-block.d-md-none.d-lg-none {
    display: block !important;
    float: right;
    margin-left: 15px;
  }

  .tx-videogrid .col-4 {
    margin-bottom: 35px;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .topLogo {
    display: block;
    width: 407px;
    padding: 10px 0 10px 13px;
    position: unset;
  }

  .short-cuts {
    margin-top: 1rem;
  }
  .shortCuts {
    display: flex !important;
    justify-content: right;
  }
  .shortCuts a {
    /* width: 48%; */
    display: flex;
    align-items: center;
  }

  .scrolla {
    bottom: 10%;
  }

  .copyright a {
    margin-left: 0;
    margin-right: 15px;
  }

  /* .navbar-collapse {
    position: absolute;
    width: 100%;
    background: #fff;
    box-shadow: 0px 3px 6px #00000029;
    overflow-x: scroll;
    height: 35vh;
    top: 83px;
    opacity: 0.9;
} */

  .footer .col-4:first-child {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .col-4.pt-5 {
    padding-right: 0px;
    padding-left: 30px;
  }

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

  .col-8,
  .col-md-6,
  .col-6,
  .col-5,
  .col-2 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .col-3,
  .footer .col-4,
  .footer .col-2,
  .ipadRow .col-6,
  .col-4 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .footer .col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

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

/* ----------- iPad Pro ----------- */
/* Portrait and Landscape */
@media only screen and (min-width: 1025px) and (max-width: 1200px) {
}
@media only screen and (min-width: 1025px) and (max-height: 1366px) and (orientation: landscape) {
  .footer {
    padding: 5em 0 1em 0;
  }
  .text_desc .ce-bodytext {
    width: 100%;
    padding-left: 3em;
  }
  .Leistungen-left .text-col.col-md-6 figure {
    right: 0;
    top: 5%;
  }
  .Leistungen-right .text-col.col-md-6 figure {
    top: 5%;
    left: 0;
  }
  .footer::before {
    width: 45px;
    height: 55px;
  }
  .video_logo {
    width: 450px;
    height: 202px;
  }
  .copy-r::before {
    width: 45px;
    height: 55px;
  }
  .team-sec .col-md-6.left-col figure {
    left: -15%;
  }
  .team-sec .col-md-6.left-col figure img {
    transform: skewX(11deg) scale(1.13);
  }
  .team-sec .left-col .frame-type-text {
    width: 80%;
    padding: 0 0 0 4em;

    top: 17%;
  }
  .team-sec .ce-gallery figure {
    height: 680px;
  }
  .team-sec .right-col .frame-type-text {
    top: 17%;
  }
  .team-sec .col-md-6.right-col figure {
    right: -13%;
  }
  .team-sec .col-md-6.right-col figure img {
    transform: skewX(11deg) scale(1.13);
    margin-left: -21px;
  }
}
/* Portrait */
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-pixel-ratio: 1.5) {
  .col-4 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .copy-r::before {
    width: 45px;
    height: 55px;
  }
  .footer::before {
    width: 45px;
    height: 55px;
  }
  i.fas.fa-angle-down.d-block.d-md-none.d-lg-none {
    display: block !important;
    float: right;
    margin-left: 13px;
    margin-top: 4px;
  }

  nav ul.dropdown-menu {
    position: ABSOLUTE !important;
    left: 0;
    top: 100% !important;
    margin-top: 0px;
    width: 100%;
    background: #fff;
    border: 0px solid #fff;
    border-radius: 0;
    padding-top: 1em;
    padding-bottom: 3em;
    z-index: 100;
    min-width: 375px !important;
    box-shadow: 0px 2px 4px rgb(126 126 126 / 50%) !important;
  }

  li.dropdown {
    position: relative;
  }

  nav.navbar-light .col-md-7.col-xs-12 {
    position: static;
    border-top: 1px solid #979797;
  }

  .shortCuts.d-none.d-sm-block {
    margin-right: 11px;
    top: 28%;
  }

  .navbar-nav li a {
    padding: 20px 27px;
  }

  .navbar-collapse {
    height: auto;
    top: 0;
    overflow-x: visible;
  }

  .videoBlock.stndalone img {
    width: 100%;
    height: 100%;
  }

  .teaser .container-fluid {
    padding: 0 3%;
  }

  .teaser .ce-textpic.ce-center.ce-above {
    min-height: 550px;
  }
  .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(-2px, 0px) rotate(-50deg);
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    transform-origin: 5px 5px;
  }
  .navbar-toggler .open .icon-bar:nth-of-type(1) {
    transition: top 0.25s ease 0s, transform 0.25s ease 0.3s;
    -webkit-transition: top 0.25s ease 0s, transform 0.25s ease 0.3s;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(50deg);
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    transform-origin: -10px 2px;
  }
}

/* Small devices (landscape phones, less than 768px) */
@media (min-width: 1001px) and (max-width: 1280px) {
}

@media (min-width: 776px) and (max-height: 991px) {
}

@media (max-width: 991.98px) {
}

@media (min-width: 767px) and (max-width: 991.98px) {
}

@media (min-width: 500px) and (max-width: 766px) {
}

@media (max-width: 766px) {
  .Leistungen-left .text-col.col-md-6 figure {
    width: 250px;
    height: 300px;
    top: 5%;
    right: 10%;
  }
  .Leistungen-right .text-col.col-md-6 figure {
    left: 10%;
    width: 250px;
    height: 300px;
  }
  .closeBtn .icon-bar,
  .navbar-toggler .icon-bar {
    width: 22px;
    height: 2px;
  }
  .team-sec .col-md-6.left-col figure img {
    transform: skewX(11deg) scale(1.3);
    transform: skewX(11deg) scale(1.3) translateZ(0);
    -webkit-transform: skewX(11deg) scale(1.3) translateZ(0);

    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;

    will-change: transform;
  }
  .accordion-body figure table figure img {
    width: 80px;
    height: 80px;
  }
  .back-ground::after,
  .Leistungen-right .image_Right.col-md-6 > .frame:first-child figure:after,
  .Leistungen-left .image_left.col-md-6 figure::after {
    top: 7px;
    left: 7px;
    right: 7px;
    bottom: 7px;
  }
  .Leistungen-left .image_left.col-md-6 figure::after {
    border-radius: 0 50px 54px 0;
  }
  .Leistungen-right .image_Right.col-md-6 > .frame:first-child figure:after {
    border-radius: 55px 0 0 55px;
  }
  .nav_btnsMobile .accordion-body table th {
    width: 50%;
  }
  .accordion-body {
    max-height: 450px;
    overflow-y: auto;
  }
  .nav_btnsMobile.sticky {
    top: 147px;
  }
  .Leistungen-right.pageSpace,
  .Leistungen-left.pageSpace {
    padding: 3em 0;
  }
  .text_desc .ce-bodytext {
    position: absolute;
    width: 100%;
    text-align: center;
    align-items: center;
    top: 37%;
    padding-top: unset;
    padding-left: unset;
  }
  .last_sec {
    padding: 0 0 3em 0;
  }
  .text_desc .ce-gallery {
    top: 60%;

    left: 50%;
    width: 180px;
    height: 185px;
  }
  .text_desc p:has(a) {
    margin: auto;
  }
  .team-sec .ce-gallery figure {
    height: 422px;
  }
  .text_desc {
    margin-top: -6em;
  }
  .team-sec .row:has(.right-col:hover) .left-col {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .team-sec .row:has(.right-col:hover) .right-col {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .team-sec .row:has(.left-col:hover) .right-col {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .team-sec .row:has(.left-col:hover) .left-col {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .team-sec .left-col .frame-type-text {
    width: 75%;
    padding: 0 0 0 2em;
    transition: all 0.3s ease-in-out;
    top: 15%;
    transform: translate(0, 3%) !important;
  }
  .first_sec_video.pageSpace {
    padding-top: 10em;
  }
  .first_sec_video .container {
    max-width: 90%;
  }
  .video_logo {
    width: 173px;
    height: 82px;
    transform: translate(-50%, 25%);
  }
  .text_welcom {
    padding: 0;
  }
  .text_welcom.last {
    padding: 0 0 2em;
  }

  .back-ground,
  .back-ground::after,
  .back-ground::before,
  .back-ground video {
    border-radius: 55px;
  }
  .team-sec .ce-gallery figure {
    height: 540px;
  }

  .team-sec .col-md-6.left-col {
    flex: 0 0 98%;
    max-width: 98%;
  }
  .team-sec .col-md-6.right-col {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .team-sec .row {
    gap: 2em;
  }
  .team-sec .right-col .frame-type-text {
    width: 75%;
    transition: all 0.3s ease-in-out;
    top: 15%;
    padding: 0 0 0 1em;
    right: 8%;
  }
  .team-sec .col-md-6.left-col figure {
    /* border-radius: 0 55px 55px 0;
    position: relative;
    transform: skew(-8deg, 0deg); */
    position: relative;
    overflow: hidden;
    border-radius: 0 55px 55px 0;
    transform: skew(-8deg);
    -webkit-transform: skew(-8deg);

    /* Safari fix */
    -webkit-mask-image: -webkit-radial-gradient(white, black);
  }
  .team-sec .col-md-6.left-col figure::after {
    border-radius: 0 55px 55px 0;
  }
  .team-sec .col-md-6.right-col figure {
    border-radius: 55px 0 0 55px;
    transform: skew(-8deg, 0deg);
    right: -13%;
  }
  .team-sec .col-md-6.right-col figure::after {
    border-radius: 55px 0 0 55px;
  }
  .navbar-toggler .open .icon-bar:nth-of-type(1) {
    transition: top 0.25s ease 0s, transform 0.25s ease 0.3s;
    -webkit-transition: top 0.25s ease 0s, transform 0.25s ease 0.3s;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(50deg);
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    transform-origin: -10px 2px;
  }
  .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(-2px, 0px) rotate(-50deg);
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    transform-origin: 5px 5px;
  }
  .col-menu-navigation::before {
    width: 79%;
    left: 14%;
    top: 85px;
  }
  .Leistungen-right .text-col {
    padding: 3em 2em 0;
  }
  .Karriere_first_sec figure:after {
    border-radius: 55px 0 0 55px;
  }
  .Karriere_first_sec figure {
    border-radius: 55px 0 0 55px;
    height: 185px;
  }
  .w-95 .container {
    max-width: 85%;
  }
  .footer::before {
    left: 80%;

    width: 33px;
    height: 46px;
  }
  .copy-r .col-md-4:last-child p {
    text-align: center;
  }
  .copy-r::before {
    left: 13%;
    width: 33px;
    height: 46px;
    top: -305px;
  }
  .footer iframe {
    height: 219px;
    right: unset;
    border-radius: 55px;

    transform: skew(-4deg, 0deg);
  }

  .footer > .container > .row > .col-md-4:nth-child(1) {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .footer > .container > .row > .col-md-4:nth-child(2) {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 3em;
  }

  .footer > .container > .row > .col-md-4:nth-child(3) {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 4em 2em 0 1em;
  }
  .section.copy-r .row {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 10px;
  }
  .section.copy-r .row > .col-md-4 {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 5px;
  }

  .section.copy-r .row > .col-md-4:nth-child(1) {
    order: 1;
  }

  .section.copy-r .row > .col-md-4:nth-child(2) {
    order: 2;
  }

  .section.copy-r .row > .col-md-4:nth-child(3) {
    order: 3;
  }
  .footer a.mainBtn {
    margin-top: 0;
    width: 90%;
  }
  .kontakt-first a.mainBtn {
    width: 75%;
  }
  .nav_btns_desk .custom-grid-wrapper .grid-item {
    max-width: 50%;
    flex: 0 0 50%;
    display: block;
  }
  .nav_btns_desk .custom-grid-wrapper .grid-item figure img {
    width: 80px;
    height: 91px;
  }
  .Schulter::before {
    width: 220px;
    height: 198px;
  }
  .Nacken::before {
    width: 220px;
    height: 240px;
    top: 70px;
    right: 10%;
  }
  .Ellenbogen::before {
    width: 225px;
    height: 278px;
  }
  .Leistungen-right .image_Right.col-md-6 > .frame:first-child figure {
    height: 198px;
    border-radius: 55px 0 0 55px;
  }
  .Leistungen-left .text-col {
    padding: 3em;
  }
  .Leistungen-left .image_left.col-md-6 figure {
    border-radius: 0 55px 55px 0;
    height: 198px;
  }
  /* //////////////////////////////////////////////////////////// */
  .modal.show .modal-dialog {
    transform: translate(0%, 10%) !important;
  }

  .navbar-nav li a i:before {
    filter: unset;
  }
  .navbar-nav li a:hover i:before {
    background-image: url(/fileadmin/user_upload/abel/icons/abel_arrow_down_.svg);
  }

  .pageSpace.first-sec {
    padding: 4em 0;
  }

  .inner-first {
    padding: 12em 0 0 !important;
    margin-bottom: 10em;
  }
  .inner-first .col-md-6.txt-col {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
    padding-right: 15px;
    padding-left: 15px;
  }
  .inner-first .col-md-6.img-col {
    position: relative;
    margin-bottom: -10em;
    margin-top: 2em;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
    padding-right: 15px;
    padding-left: 15px;
  }
  .inner-first .col-md-6.img-col img {
    height: auto;
  }

  .benefits-sec h2 {
    width: 100%;
  }

  .acc-sec.w-60 .container {
    max-width: 100%;
  }
  .acc-sec.pageSpace {
    padding-bottom: 0;
  }

  .accordion-item button {
    font-size: 20px;
    line-height: 28px;
  }

  .inner-start-padding {
    padding-top: 12em !important;
  }

  .termine-sec.light-grey .col-md-6.txt-col,
  .termine-sec.beige .col-md-6.txt-col,
  .termine-sec.dark-grey .col-md-6.txt-col {
    padding: 2em;
  }
  .termine-sec .col-md-6.img-col {
    padding-left: 0;
  }

  .w-60 .container {
    max-width: 85%;
  }

  .frame-type-form_formframework h2 {
    word-break: break-word;
  }

  .form-element-fileupload input::after {
    width: 70%;
  }

  .end-padding,
  .termine-sec {
    padding-bottom: 6em;
  }

  a.mainBtn {
    font-size: 16px;
    line-height: 21px;
  }

  .reverse {
    flex-direction: column-reverse;
  }

  .owl-nav {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    z-index: 10;
    display: flex;
    align-items: end;
    justify-content: end;
    padding: 0 1em;
  }

  .accordion-button.collapsed:after,
  .accordion-button:after {
    top: 33px;
  }

  .owl-container .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    right: 0;
  }

  .owl-container .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    left: 0;
  }

  .tx-videogrid .col-4 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }

  .footer .ce-textpic {
    margin: 1em 0;
  }
  .footer .ce-textpic .ce-bodytext {
    width: 100%;
  }

  .copy-r {
    width: 100%;
    margin-top: 1em;
  }

  nav.navbar-light.navbar-expand-md {
    position: relative;
    padding: 0;
  }

  h1 {
    /* font-size: 32px;
    line-height: 45px; */
    font-size: 27px;
    line-height: 32px;
    text-transform: uppercase;
    margin-top: 0;
  }

  h2 {
    font-size: 22px;
    line-height: 30px;
  }

  h3 {
    font-size: 20px;
    line-height: 28px;
  }

  h4 {
    font-size: 21px;
    line-height: 29px;
  }

  p,
  ul li,
  .table td,
  .table th {
    color: #323130;
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
  }

  .pl-5,
  .pr-5 {
    padding-left: 15px !important;
  }

  .teaser .container-fluid {
    padding: 0 2em;
  }

  .pageSpace {
    padding: 3em 0;
  }

  .navbar-toggler {
    /* margin: -25px 25px 20px 0; */
  }
  .col-menu-navigation {
    width: 100%;
  }
  .header-flex-container {
    padding: 0;
  }
  .col-logo {
    width: 100%;
    margin-top: 15px;
  }
  .topLogo {
    width: 278px;
  }
  .topLogo {
    display: inline-block;
    padding-left: 28px;
    padding-top: 15px;
  }

  .footer {
    padding: 3em 1em 1em;
  }

  .top_logo {
    width: 250px;
    top: 50%;
    left: 50%;
  }

  .copy-r p,
  .copy-r a {
    font-size: 12px;
    line-height: 18px;
  }

  .col-4.pt-5 {
    padding-left: 2em;
  }

  .navbar-collapse {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    background: white;
    z-index: 100;
    padding-bottom: 15px;
    /* overflow-x: scroll;
    height: 100vh; */
    top: 128px;
    width: 106%;
    padding-top: 8em;
    display: flex;
    align-items: flex-start;
  }
  .navbar-nav {
    overflow-x: scroll;
    height: 80vh;
    justify-content: flex-start;
  }

  .navbar-nav li a {
    padding: 14px 40px;
    display: block;
    font-size: 20px;
    font-weight: 400;
    line-height: 23px;
    text-transform: uppercase;
    display: flex;
    justify-content: space-between;
  }

  .navbar-nav ul.dropdown-menu a {
    font-family: "dinosaur", sans-serif;
    padding: 10px;
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    text-align: center;
  }

  .navbar-nav li a:hover:before {
    display: none;
  }

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

  /*
    ul.dropdown-menu.show {
        position: relative !important;
        width: 100%;
        padding-top: 5px;
        transform: none !important;
        height: auto;
        overflow: auto;
        padding-bottom: 10px;
        background: rgba(83, 108, 164, 0);
    }*/

  .copyright a {
    margin-left: 0;
    margin-right: 15px;
  }

  .footer .col-3 {
    margin-bottom: 1em;
  }

  .footer table.contenttable {
    margin-bottom: 20px;
  }

  a.STEF_back-to-top {
    bottom: 111px;
  }

  .col-8,
  .col-4,
  .col-md-6,
  .col-6,
  .col-5,
  .col-2 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .col-3,
  .footer .col-4,
  .footer .col-2 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .footer .col-5 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .teaser .ce-textpic.ce-center.ce-above {
    min-height: auto;
    padding-bottom: 1em;
    margin-bottom: 1em;
  }

  .text-right {
    /* text-align: left !important; */
  }

  iframe {
    height: 400px;
  }

  .scrolla {
    width: 90%;
    bottom: 12%;
  }

  .scrolla h3 {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
  }

  .shortCuts {
    text-align: left;
    position: relative;
    right: 0;
    top: 0;
    padding: 10px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0;
  }

  .shortCuts a {
    /* width: 100%; */
    display: flex;
    align-items: center;
    font-size: 15px;
    padding: 10px 3px;
    height: 45px;
    margin: 0 6px;
  }
  .shortCuts a:not(.insta) {
    display: flex;
    padding: 10px 15px;
    border-radius: 100px;
    font-size: 16px;
  }
  .shortCuts a img {
    margin-right: 4px;
  }

  .termina-h {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #979797;
    padding: 10px 0;
  }

  .termina-h a {
    border-bottom: none;
  }

  nav .row.align-items-center {
    display: flex;
    flex-direction: column-reverse;
  }

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

  button.navbar-toggler {
    /* margin-top: -50px; */
    position: absolute;
    right: 0;
    bottom: 0;
    top: 97px;
  }
  .shortCuts .insta img {
    width: 28px;
    height: 28px;
  }
  .navbar-nav li {
    text-align: center;
  }
  .navbar-nav li a {
    font-family: "anisette-std", sans-serif;
    text-transform: uppercase;
    color: #4e545d;
    font-size: 22px;
    font-weight: 300;
    line-height: 30px;
    padding: 15px 10px;
    text-align: center;
    display: inline-block;
  }
  .navbar-nav li a:hover,
  .FixNav.sticky .navbar-nav li a:hover,
  .FixNav.inner .navbar-nav li a:hover {
    color: #4e545d;
  }

  ul.dropdown-menu.show {
    position: relative !important;
    display: flex !important;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: center;
    padding: 1em 2em;
    transform: unset !important;
    min-width: 390px;
  }

  .navbar-nav ul.dropdown-menu li {
    width: 100%;
    flex: 0 0 100%;
  }

  /* .navbar-nav ul.dropdown-menu a {
        padding: 8px 40px;
        display: block;
        font-size: 18px;
        font-weight: 400;
        line-height: 32px;
        text-align: center;
        text-transform: inherit;
        text-align: left;
        color: #063d79;
    } */

  i.fas.fa-angle-down.d-block.d-md-none.d-lg-none {
    display: inline-block !important;
    margin-left: 15px;
  }

  .topLogo {
    display: block;
    width: 245.74px;
    padding: 0 0 10px 7px;
    position: unset;
  }

  .top_logo {
    top: 30%;
    left: 50%;
  }

  .Teaser .col-3 {
    margin-bottom: 2em;
  }

  .topTxt p {
    text-shadow: 0px 2px 4px rgb(0 0 0 / 50%);
    color: #ffffff;
    font-size: 24px;
    font-weight: 400;
    line-height: 31px;
    text-align: center;
    padding: 0px 30px;
  }
  .Leistungen-right .image_Right .row .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
