:root {
  --white: #fff;
  --GcolorText: #718b8f;
  --orangText: #bc9c4d;
  --orangTextLight: #ddcda6;
  --smallBorder: 20px;
  --bigBorder: 40px;
}
/* ----------- iPad ----------- */

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .last_sec_listign.pageSpace,
  .cerec_sec.pageSpace {
    padding-top: 3em;
  }
  .cerec_sec > .container:nth-child(1),
  .Zahnimplantation_sec .container {
    max-width: 90%;
  }
  .Zahnersatz_sec .text .frame {
    margin-left: 0;
  }
  .owl-carousel .item {
    padding: 2em 1em;
  }

  .video_sec .container {
    max-width: 95%;
  }
  .video_sec.pageSpace {
    padding: 3em 0;
  }
  .navbar-nav li.active a,
  .navbar-nav li a:hover {
    color: var(--white);
  }
  .quick-links {
    top: 20%;
  }
  .tx-videogrid .col-4 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .nav_btnsMobile .container {
    max-width: 80%;
  }

  .quick-item {
    width: 60px;
  }
  .nav_btns_desk {
    display: none;
  }
  .nav_btnsMobile {
    display: block;
  }
  button.navbar-toggler {
    right: -25px;
  }
  .desktop-links {
    justify-content: flex-start;
    gap: 15px;
  }
  .navbar-nav li a {
    color: white;
  }
  .FixNav .col-md-5.links {
    flex: 0 0 100%;
    max-width: 100%;
    order: 3;
    position: absolute;
  }
  .FixNav .col-md-5.info {
    order: 2;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .FixNav .col-md-2 {
    flex: 0 0 10%;
    max-width: 10%;
    order: 1;
  }
  .topLogo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
  }
  .logo_image {
    width: 379px;
    height: 189px;
  }
  a.STEF_back-to-top {
    bottom: 10em;
  }
  .slider_sec.pageSpace {
    padding: 5em 0 13em;
  }
  .owl-container .owl-carousel .owl-nav button.owl-next,
  .owl-container .owl-carousel .owl-nav button.owl-prev {
    /* font-size: 35px; */
    width: 37px;
    height: 37px;
  }
  .insta_sec figure {
    width: 87px;

    height: 100px;
  }
  /* #switcher-container::before {
    content: "";
    position: absolute;
    right: 30px;
    bottom: 30px;

    width: 67px;
    height: 67px;
    background: url(/fileadmin/user_upload/zilc/zilc_volume-xmark_1.svg) center
      center / contain no-repeat;
    border-radius: 50%;
  } */
  .sec-title::before,
  .sec-title::after {
    width: 15%;
  }
  .modal.show .modal-dialog {
    transform: translate(0%, 10%) !important;
  }
  h1 {
    font-size: 50px;
    line-height: 70px;
  }

  h2 {
    font-size: 36px;
    line-height: 48px;
  }
  h3 {
    font-size: 24px;
    line-height: 30px;
  }
  h4 {
    font-size: 24px;
    line-height: 30px;
  }

  .footer {
    padding: 4em 0 1em;
  }
  .footer::before {
    width: 94.63px;
    height: 94.63px;
    top: -46px;
  }

  .acc-sec.w-60 .container {
    max-width: 100%;
  }
  .w-60 .container {
    max-width: 85%;
  }
  p,
  ul li,
  .table td,
  .table th {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
  }
}

/*iPad in landscape*/
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .Zahnersatz_sec .container {
    max-width: 90%;
  }
  /* inner */
  .Zahnimplantation_sec .image figure,
  .Zahnersatz_sec .image figure {
    height: 655px;
  }
  .nav_btnsMobile.sticky {
    position: fixed;
    z-index: 10;
    width: 100%;

    top: 16%;
  }
  .first_sec > .container {
    max-width: 93%;
  }
  .quick-item {
    width: 70px;
    padding: 15px 5px;
  }
  .Zahnimplantation_sec .image figure,
  .Zahnersatz_sec .image figure {
    position: relative;
  }
  .last_sec_listign .container {
    max-width: 90%;
  }
  .inner_text_last_sec .container {
    padding: 3em 2em;
  }
  /* inner */

  .scrolla {
    bottom: 5%;
  }
  .footer_sec {
    margin-right: 0;
    margin-top: 0;
  }
  .footer_sec > .container > .row > .col-md-4:nth-child(1) {
    padding: 0 !important;
    flex: 0 0 100%;
    max-width: 100%;
    order: 3;
  }
  .footer_sec > .container > .row {
    margin-right: 0;
    margin: 0;
    margin-top: -30px;
  }
  .footer_sec iframe {
    min-height: 373px;
    border-radius: 20px;
    margin-top: -30px;
  }
  .footer_sec > .container > .row > .col-md-4:nth-child(2) {
    margin-left: unset;

    padding: 3em;
    position: relative;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .footer_sec > .container > .row > .col-md-4:nth-child(3) {
    padding: 3em;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .section.copy_r .col-md-4 {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }
  .section.copy_r p {
    margin-top: 0;
    margin-bottom: 1rem;
  }
  .text-end {
    text-align: center;
  }
  /* /////////////////////////////////// */
  .FixNav .short-cuts {
    flex: 0 0 20%;
    max-width: 20%;
  }
  nav.navbar-light .col-md-8.col-xs-12 {
    flex: 0 55%;
    max-width: 55%;
  }

  .FixNav .startlogo {
    margin-left: 0;
  }
  .first-sec .container-wrapper {
    margin: 0 -1em 3em auto;
  }
  .FixNav .scrolllogo {
    width: 80px;
    top: 0;
  }
  .kontakt-sec a.mainBtn,
  a.mainBtn {
    width: 48%;
  }
  .footer_sec a.mainBtn {
    width: 60%;
  }

  a.teaserBtn {
    width: 70%;
  }

  .d-flex-sec .img-col figure {
    width: 305px;
    height: auto;
  }

  .img-col img {
    object-fit: cover !important;
    object-position: center !important;
  }
  /* /////////////////////////////////// */

  .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/zilc/icons/zilc_arrow_down_.svg);
  }

  .collapse:not(.show) {
    display: none !important;
  }
  .navbar-collapse {
    position: absolute;
    background: var(--orangText);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    /* box-shadow: none; */
    top: 44px;
    width: 100%;
    left: 21px;
    border-radius: 45px;
    right: 0;
    height: auto;
    padding-left: unset;
    z-index: 9;
    justify-content: center;
  }

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

  button.navbar-toggler {
    margin-top: 0;
    position: relative;
    /* right: 0; */
    top: 0;
  }
  button.navbar-toggler {
    display: block !important;
  }

  .navbar-expand-lg .navbar-nav {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
  }

  .navbar-nav li a {
    text-align: center;
    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: white;
  }

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

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

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

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

/*iPad in portrait*/
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .nav_btnsMobile.sticky {
    position: fixed;
    z-index: 10;
    width: 100%;

    top: 14%;
  }
  /* inner */

  .last_sec_listign figure {
    /* width: 658px; */
    margin: auto;
    height: 403px;
  }
  .first_sec img:not(.logo_image img) {
    height: 92vh;
    object-fit: cover;
  }
  .scrolla {
    bottom: 5%;
  }
  .last_sec_listign .container {
    max-width: 90%;
  }
  .inner_text_last_sec .container {
    padding: 3em 2em;
  }
  .last_sec_listign figure img {
    object-fit: cover;
  }
  .Zahnersatz_sec .container,
  .Zahnimplantation_sec .container {
    max-width: 90%;
  }
  .Zahnimplantation_sec .text .container-wrapper,
  .Zahnimplantation_sec .text > .frame:first-child {
    margin-left: 0;
    margin-top: -30px;
  }
  .Zahnersatz_sec .text .frame {
    margin-right: 0;
    margin-top: -30px;
  }
  .Zahnersatz_sec .text {
    order: 2;
  }
  .Zahnimplantation_sec .image figure,
  .Zahnersatz_sec .image figure {
    height: 488px;
    margin: auto;
    width: 438px;
    position: relative;
  }
  .Zahnimplantation_sec .image figure {
    margin: auto;
    width: 438px;
    position: relative;
  }
  /* inner */
  .first_sec .container {
    max-width: 90%;
  }
  /* //////// */
  .first_sec > .container > .frame-type-image:nth-child(1) {
    display: none;
  }

  .first_sec > .container > .frame-type-image:nth-child(2) {
    display: block;
  }
  .logo_image {
    width: 365px;
    top: 27%;
    right: 25%;
  }
  .FixNav .col-md-5.info {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .desktop-links {
    justify-content: flex-start;
    gap: 25px;
  }
  .footer_sec > .container > .row > .col-md-4:nth-child(1) {
    padding: 0 !important;
    flex: 0 0 100%;
    max-width: 100%;
    order: 3;
  }

  .footer_sec {
    margin-right: 0;
    margin-top: 0;
  }

  .footer_sec > .container > .row {
    margin-right: 0;
    margin: 0;
    margin-top: -30px;
  }
  .footer_sec iframe {
    min-height: 362px;
    border-radius: 20px;
    margin-top: -30px;
  }
  .footer_sec > .container > .row > .col-md-4:nth-child(2) {
    margin-left: unset;

    padding: 3em 8em;
    border-radius: 20px 20px 0 0;
    position: relative;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .footer_sec > .container > .row > .col-md-4:nth-child(2)::after {
    width: 438px;
    height: 5px;
    top: 100%;
    right: 0;
    bottom: 0;
    left: 0%;
    transform: translate(0%, 0);
  }
  .footer_sec > .container > .row > .col-md-4:nth-child(3) {
    padding: 3em 8em;
    margin-top: -1px;
    border-radius: 0 0 20px;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .section.copy_r .col-md-4 {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }
  .section.copy_r p {
    margin-top: 0;
    margin-bottom: 1rem;
  }
  .text-end {
    text-align: center;
  }
  /* //////// */
  .FixNav li ul {
    position: absolute;
    top: 15% !important;

    list-style: none !important;
    right: 0% !important;
    transform: translate(0, 0);
    max-height: 75%;
    overflow-y: auto;
    width: 100%;

    background-color: transparent;
    background: transparent;
    padding-left: 55%;
    box-shadow: none;
  }

  .kontakt-sec a.mainBtn,
  a.mainBtn {
    width: 45%;
  }

  .d-flex-sec .img-col figure {
    width: 305px;
    height: auto;
    margin: 0 auto 3em;
  }

  .navbar-expand-lg .navbar-nav {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 0 0 50%;
    padding: 20px;
  }

  a.teaserBtn {
    width: 100%;
  }

  .copy-r {
    margin-top: 2em;
  }
  .copy-r .row {
    gap: 10px;
  }

  .copy-r .row .col-md-4 {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }

  .footer {
    padding: 4em 0 2em;
  }
  .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/zilc/icons/zilc_arrow_down_.svg);
  }

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

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

  .news-slider .owl-carousel .owl-item a.mainBtn {
    width: 50%;
  }

  .footer .col-md-4 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .footer .copy-r .col-md-4 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .footer iframe {
    height: 306px;
  }
  .footer .container {
    max-width: 85%;
  }

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

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

  .navbar-collapse {
    position: absolute;
    overflow-y: auto;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    background: var(--orangText);
    /* box-shadow: none; */
    top: 50px;
    right: 0;
    width: 100%;
    min-height: auto;
    padding-left: unset;
    display: flex;
    border-radius: 45px;
    justify-content: center;
    flex-wrap: wrap;
    z-index: 3;
    left: 20px;
  }

  .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: 25% !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: row;
  }

  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 {
    text-align: center;
    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: var(--orangText); */
    color: white;
  }

  .FixNav .short-cuts {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 15px;
  }
  nav.navbar-light .col-md-8.col-xs-12 {
    justify-content: space-between;
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    display: flex;
  }

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

  iframe {
    margin-bottom: 0;
  }

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

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

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

/* ----------- iPad Pro ----------- */
/* Portrait and Landscape */
@media only screen and (min-width: 1025px) and (max-width: 1200px) {
  .img-col .frame,
  .img-col .ce-image,
  .img-col .ce-gallery,
  .img-col .ce-outer,
  .img-col .ce-inner,
  .img-col .ce-row,
  .img-col .ce-column,
  .img-col figure,
  .img-col img {
    height: 100% !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .img-col img {
    object-fit: cover !important;
    object-position: center !important;
  }
  /* /////////////////////////////////// */
}

/* Portrait */
@media only screen and (min-width: 1025px) 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%;
  }

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

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

  .navbar-collapse {
    height: auto;
    top: 0;
    overflow-x: visible;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  }

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

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
}

/* 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) {
  .NotfallContent {
    transform: translate(-50%, 25%);

    width: 90%;

    left: 50%;
  }
  .inner_sec.pageSpace {
    padding: 6em 0 1em;
  }
  .inner_sec.pageSpace.kontakt-sec {
    padding: 6em 0;
  }
  .video_sec .container {
    max-width: 95%;
  }
  .owl-carousel .item {
    padding: 2em 1em;
  }
  .navbar-nav li.active a,
  .navbar-nav li a:hover {
    color: var(--white);
  }
  /* inner */
  .last_sec .container figure {
    height: 364px;
  }
  .last_sec .container figure img {
    object-fit: cover;
  }
  .videoBlock a::after {
    width: 60px;
    height: 60px;
  }
  #switcher-container:after {
    bottom: 25px;
    right: 25px;
    position: absolute;
    width: 30px;
    height: 30px;
  }
  #switcher-container::before {
    width: 50px;
    height: 50px;
    display: block;
    bottom: 15px;
    right: 15px;
  }

  .nav_btnsMobile .container {
    max-width: 90%;
  }

  .nav_btnsMobile.sticky {
    position: fixed;
    z-index: 10;
    width: 100%;

    top: 135px;
  }

  a.STEF_back-to-top {
    width: 50px;
    bottom: 8em;
  }
  .quick-links.inner {
    top: 55%;
  }
  .quick-item {
    width: 50px;
    padding: 15px 5px;
  }
  .quick-item .title {
    font-size: 10px;
  }
  .openHours {
    top: 130px;
    left: 50%;
    transform: translate(-50%, 0%);
  }

  .nav_btns_desk {
    display: none;
  }
  .nav_btnsMobile {
    display: block;
  }
  .Zahnersatz_sec .text {
    order: 2;
  }
  .Zahnersatz_sec .image {
    margin-top: 0;
    margin-bottom: 2em;
  }
  .Zahnersatz_sec .container {
    max-width: 90%;
  }
  .cerec_sec {
    border-radius: 40px;
  }
  .cerec_sec .section .container {
    background: transparent;
    padding: 0;
    border-radius: 0;
    margin-top: 0;
    position: relative;
    max-width: 95%;
    box-shadow: none;
  }
  .Zahnersatz_sec .text .frame {
    background: transparent;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
    position: relative;
    margin-right: 0;
    margin-left: 0;
  }
  .Zahnimplantation_sec .image figure,
  .Zahnersatz_sec .image figure {
    position: relative;
    height: 302px;
    width: 267px;
    margin: auto;
  }
  .Zahnimplantation_sec .text {
    margin-top: 2em;
    margin-bottom: 0;
  }
  .Zahnimplantation_sec .text .container-wrapper,
  .Zahnimplantation_sec .text > .frame:first-child {
    background: transparent;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
    position: relative;
    margin-left: 0;
  }
  .inner_text_last_sec .container {
    background: transparent;
    margin-top: 0;
    position: relative;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
  }
  .inner_first_sec .container,
  .nav_btns_desk .container {
    max-width: 95%;
  }
  .cerec_sec > .container:nth-child(1),
  .last_sec_listign > .container:nth-child(1),
  .Zahnimplantation_sec .container {
    max-width: 90%;
  }
  .Zahnersatz_sec .container h2 {
    margin-bottom: 0;
  }
  .Zahnimplantation_sec.pageSpace {
    padding: 6em 0 3em;
  }
  /* inner */
  .section-navigation {
    width: 57px;
    height: 57px;
  }
  .scrolla {
    bottom: 10%;
  }
  .first_sec img:not(.logo_image img) {
    height: 96vh;
    object-fit: cover;
  }
  button.navbar-toggler {
    right: -30px;
  }
  header.FixNav {
    width: 90%;
  }
  .FixNav .col-md-5.links {
    flex: 0 0 100%;
    max-width: 100%;
    order: 2;
    position: absolute;
  }
  .FixNav .col-md-5.info {
    display: none;
  }
  .FixNav .col-md-2 {
    order: 1;
    flex: 0 0 30%;
    max-width: 30%;
  }
  .first_sec {
    top: -2px;
  }
  .topLogo {
    margin: auto;
  }
  .insta_sec {
    margin-bottom: -2em;
  }
  .logo_image {
    width: 300px;
    height: 165px;
    top: 25%;
    right: unset;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .quick-links {
    top: 55%;
  }
  .desktop-links {
    display: none;
  }
  .mob_nav_shortcuts {
    display: flex;
    position: relative;
    top: 0;
    width: 100%;
    align-items: center;
    background-color: var(--orangText);
    justify-content: center;
    padding: 5px 15px;
    gap: 15px;
  }
  .mob_nav_shortcuts a {
    color: white;
    font-size: 14px;
    line-height: 100%;
    text-decoration: none;
  }
  .mob_nav_shortcuts .NotfallContent a {
    color: var(--GcolorText);
    font-size: 18px;
    line-height: 28px;
    text-decoration: none;
  }
  .first_sec figure img {
    border-radius: 0;
  }
  .first_sec .container {
    max-width: 100%;
    padding: 0;
  }
  .first_sec > .container > .frame-type-image:nth-child(1) {
    display: none;
  }

  .first_sec > .container > .frame-type-image:nth-child(2) {
    display: block;
  }
  .slider_sec.pageSpace {
    padding: 3em 0 11em 0;
  }
  .owl-container .owl-carousel .owl-nav button.owl-next,
  .owl-container .owl-carousel .owl-nav button.owl-prev {
    /* font-size: 35px; */
    width: 37px;
    height: 37px;
  }
  .insta_sec figure {
    width: 72px;

    height: 82px;
  }
  p,
  ul li,
  .table td,
  .table th {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
  }
  .copy_r p {
    font-size: 16px;
    line-height: 24px;
  }
  /* //////// */

  .footer_sec > .container > .row > .col-md-4:nth-child(1) {
    padding: 0 !important;
    flex: 0 0 100%;
    max-width: 100%;
    order: 3;
  }

  .footer_sec {
    margin-right: 0;
    margin-top: 0;
  }

  .footer_sec > .container > .row {
    margin-right: 0;
    margin: 0;
    margin-top: -30px;
  }
  .footer_sec iframe {
    min-height: 362px;
    border-radius: 20px;
    margin-top: -30px;
  }

  .footer_sec > .container > .row > .col-md-4:nth-child(2) {
    margin-left: unset;

    padding: 3em;
    border-radius: 20px 20px 0 0;
    position: relative;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .footer_sec > .container > .row > .col-md-4:nth-child(2)::after {
    width: 65%;
    height: 5px;
    top: 100%;
    right: 0;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .footer_sec > .container > .row > .col-md-4:nth-child(3) {
    padding: 3em;
    margin-top: -1px;
    border-radius: 0 0 20px;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .section.copy_r .col-md-4 {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }
  .section.copy_r p {
    margin-top: 0;
    margin-bottom: 1rem;
  }
  .text-end {
    text-align: center;
  }

  .kontakt-sec a.mainBtn,
  a.mainBtn,
  a.teaserBtn {
    width: 100%;
  }
  .kontakt-sec form {
    margin-top: 4em;
  }
  .d-flex-sec .img-col figure {
    width: 225px;
    height: auto;
    margin: 0 auto 3em;
  }

  .termin-btn .mob-txt {
    display: none;
  }

  .closeBtn .icon-bar,
  .navbar-toggler .icon-bar {
    width: 29px;
  }
  .navbar-toggler .icon-bar + .icon-bar {
    /* margin-top: 5px; */
  }

  .owl-theme .owl-nav.disabled + .owl-dots {
    display: flex;
    align-items: center;
  }
  .home-img-slider .owl-theme .owl-dots .owl-dot span {
    width: 35px !important;
    height: 3px !important;
  }
  .home-img-slider .owl-dots {
    bottom: 0;
  }

  .copy-r {
    margin-top: 2em;
  }
  .copy-r .row {
    gap: 5px;
  }
  a.STEF_back-to-top {
    bottom: 10em;
  }
  .copy-r .row .col-md-4 {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }

  .footer .frame-type-image figure {
    width: 112px;
  }
  .footer .container {
    max-width: 85%;
  }
  .footer {
    padding: 4em 0 1em;
  }

  .modal.show .modal-dialog {
    transform: translate(0%, 10%) !important;
  }

  .first-sec .container-wrapper {
    max-width: 100%;
    margin: 0;
  }
  .first-sec .container-wrapper figure {
    margin-top: 0em;
  }
  .pageSpace.first-sec {
    padding: 16em 0 6em;
  }

  .nav-shortcuts {
    justify-content: space-between;
  }
  .nav-shortcuts span.img-btn {
    margin-left: 15px;
  }

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

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

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

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

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

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

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

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

  .footer iframe {
    height: 205px;
  }

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

  h1 {
    font-size: 40px;
    line-height: 58px;
  }

  h2 {
    font-size: 32px;
    line-height: 44px;
  }
  h3 {
    font-size: 22px;
    line-height: 28px;
  }
  h4 {
    font-size: 22px;
    line-height: 28px;
  }

  .pageSpace {
    padding: 3em 0;
  }

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

  .navbar-collapse {
    position: absolute;
    overflow-y: auto;
    background: var(--orangText);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    /* box-shadow: none; */
    top: 53px;
    border-radius: 45px;
    right: 0;
    width: 100%;
    min-height: auto;
    padding-left: unset;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    z-index: 3;
    left: 15px;
    padding: 2em 0;
  }

  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }

  .navbar-toggler .open .icon-bar:nth-of-type(1) {
    /* transform: rotate(26deg); */
  }
  .navbar-toggler .open .icon-bar:nth-of-type(3) {
    /* transform: rotate(-29deg); */
  }
  .navbar-nav li a {
    padding: 14px 40px;
    display: inline-block;
    text-transform: uppercase;
    color: white;
  }

  .navbar-nav ul.dropdown-menu a {
    font-family: "acumin-pro", 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;
  }

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

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

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

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

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

  iframe {
    height: 400px;
  }

  .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: row;
    justify-content: space-between;
  }

  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 {
    text-align: center;
  }

  .navbar-nav li a:hover,
  .FixNav.sticky .navbar-nav li a:hover,
  .FixNav.inner .navbar-nav li a:hover {
    /* color: var(--orangText); */
    color: white;
  }

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

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