.margin-auto {
    margin: 0 auto;
}
a {
    color: var(--clr-link);
}
a {
    transition: 200ms;
    text-decoration: none;
}
a:not([class]) {
    text-decoration-skip-ink: auto;
}

#toggleClassButton {
  display: none;
}

.further-img {
  display: none;
}

#slider-wrapper {
  height: unset;
  height: 960px !important;
}
#slider-wrapper {
  height: unset;
  height: 700px !important;
}

div#slider > .imgcontent img, #slider .header-img img {
    filter: brightness(1);
}
.home #slider-wrapper {
  height: 960px !important;
}

body:not(.home) div#slider {
  align-items: unset;
  #slider-title {
    max-width: 630px;
    top: 200px;
    .slider-title-content-subtitle {
        font-size: 1.5rem;
        color: var(--clr-primary-white);
        font-weight: 600;
    }
  }
}

/* .home div#slider > .imgcontent img, #slider .header-img img {
    filter: unset !important;
} */

#slider img {
  height: 960px !important;
  min-height: 960px !important;
  filter: brightness(0.7) !important;
}

.collection_list h1,
.collection_list h2,
.collection_list h3,
.collection_list h4,
.collection_list h5,
.collection_list h6 {
    font-family: var(--ff-body) !important;
    font-weight: 400;
}

h3 {
    color: var(--main-dark);
    font-weight: 600;
}

h1, h2, h3, h4, h5, h6 {
    line-height: 1.3;
    clear: both;
    font-weight: var(--fw-bold);
    color: var(--main);
    margin: 10px 0 0px 0;
    font-family: var(--ff-heading) !important;
}
/* Navigaton */


header {
  height: var(--height-header);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  color: #fff;
  border-bottom: 1px solid var(--fc-white);
}

header a {
  color: #fff !important;
}

header>.container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}


.header-text {
  font-size: var(--fs-700);
  font-weight: 600;
}

figure.mz-figure.mz-hover-zoom.mz-no-zoom.mz-ready {
  display: flex;
  align-items: center;
  justify-content: center;
}

#header_2 li.level_1 a {
  padding-bottom: 0.5rem;
  float: left;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: var(--fw-semi-bold);
  font-weight: 700;
  letter-spacing: 1px;
}

/* Navigaton  End*/

.button-yellow a{
  background: var(--second);
    padding: 11px 17px 9px 17px;
    float: left;
    margin-right: 1.5rem;
    text-decoration: none;
    text-transform: uppercase;
    transition: 200ms;
    margin-top: 1rem;
    border: 1px solid var(--second);
    color: var(--main-dark);
    line-height: 1em;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    border-radius: unset;
    &:after {
      content: '';
      background: url(/userdata/09_Icons/arrow-right-short.png);
      position: relative;
      float: right;
      width: 13px;
      height: 13px;
      background-position: center;
      background-size: contain;
      background-repeat: no-repeat;
      z-index: 1;
      margin-left: 0.5rem;
    }
}

/* home header */

.home {
  #slider-title {
    color: var(--clr-primary-white);
    max-width: 820px;
    width: 100%;
    margin-left: auto;

    .header_teaser {
      .textcontent {
        color: var(--clr-primary-white);
        font-size: var(--fs-700);
        font-weight: 600;
      }
    }

  }
}



/* home header end */

/* home area-1 */

.home {
  #content {
    padding-top: 80px;
    .col-xs-12.mb5 .row {
      display: flex;
      flex-direction: column;
      width: 60%;
    }
    h2 {
      font-size: var(--fs-900);
      padding-bottom: 0px;
    }
    .sec-title {
      font-size: 24px;
      color: var(--main-dark);
      margin-bottom: 1rem;
      font-weight: var(--fw-semi-bold);
    }
    .normal-strong {
      margin-top: 20px;
      strong {
        color: var(--special-grey);
        font-size: 22px;
        font-weight: 300;
      }
        
    }
  }
}



.collection_list.contact-person {
    width: 100%;
    max-width: 300px;
}

.collection_list.contact-person .image {
    max-width: 200px;
    margin-bottom: 1rem;
}

.contact-person .collection_content.name {
    font-weight: 600;
    color: var(--main-dark);
}

.collection_list.contact-person .phone a, .collection_list.contact-person .mail a {
    color: var(--clr-primary-dark);
    text-decoration: none;
    font-size: 14px;
}

.collection_list.contact-person .stat {
    margin-bottom: 0.8rem;
    padding-bottom: 0.8rem;
    position: relative;
    font-size: 0.9rem;
    color: var(--main);
}

.collection_list.contact-person .stat:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 20%;
    background: var(--clr-primary-dark);
}

.collection_list.contact-person .phone:before {
    content: '';
    background: var(--phone);
    position: relative;
    float: left;
    width: 20px;
    height: 20px;
    top: 1px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 0.5rem;
    filter: grayscale(1) brightness(2.7);
}

.collection_list.contact-person .mail:before {
    content: '';
    background: var(--mail);
    position: relative;
    float: left;
    width: 20px;
    height: 20px;
    top: 2px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 0.5rem;
    filter: grayscale(1) brightness(2.7);
}
.line-before {
  position: relative;
  padding-left: 110px;
}
.line-before:before {
    content: '';
    position: absolute;
    width: 80px;
    height: 1px;
    background: var(--main);
    float: left;
    left: 0;
    top: 5px;
}

/* home area-1 */

/* home area-3 Beiträge */


.portfolio .collection_list.coll-toggle {
    width: 100%;
    padding: 0;
}

.coll-toggle .collection_content.coll-link {
    display: none;
}

.toggle-content {
    position: absolute;
    right: 0;
    /* top: 0; */
    bottom: -20px;
    width: calc(65% - 3rem);
    max-height: 628px;
    overflow: hidden;
    background: var(--bg-grey);
    display: flex;
    flex-direction: column;
}

.option-content {
    width: 100%;
    padding-left: 1rem;
    margin-top: 2rem;
    border-left: 3px solid var(--main);
    float: left;
    cursor: pointer;
}

.collection_list.coll-toggle.areas.grey:hover {
    filter: grayscale(0) opacity(1);
    transition: 200ms;
}

.collection_list.coll-toggle.areas:nth-child(2) .coll-link {
    display: block;
}

.collection_content.coll-link.button a {
    float: left;
    margin: 1rem 0 0 0;
}

.collection_list.coll-toggle.areas h3 {
    margin-top: 0;
}

.collection_list.coll-toggle.areas {
    filter: grayscale(0) opacity(1);
    transition: 200ms;
    width: 35%;
    clear: both;
}

.collection_list.coll-toggle.areas.grey {
    filter: grayscale(1) opacity(0.5);
    transition: 200ms;
}

li {
    margin-bottom: 0.5rem;
}


/* .collection_list.coll-toggle.areas .toggle-content {
    display: block;
} */

.collection_list.coll-toggle.areas .toggle-content {
    display: none;
}

.portfolio .row {
    position: relative;
}

.collection_list.coll-toggle.areas.grey .collection_content.coll-link.button {
    display: none;
}

.collection_list.coll-toggle.areas .collection_content.coll-link.button {
    display: block;
}

.collection_content.details {
    padding: 1.5rem;
    overflow-y: scroll;
    padding-bottom: 3rem;
}

.collection_content.details h3 {
    margin-top: 0;
}

ol li, ul li {
    list-style: disc;
}

ul {
    padding-left: 1rem;
    margin: 0;
}

.nop {
    padding: 0;
}

.collection_content.details:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100px;
    background: linear-gradient(0deg, var(--clr-primary-light), transparent);
}

.collection_content.more-btn {
    position: absolute;
    bottom: 1rem;
    left: 50%;
    transform: translateX(-50%);
}

.collection_content.more-btn a {
    color: var(--main) !important;
}

.trim {
    max-height: 210px;
    overflow: hidden;
    position: relative;
}

.trim-btn {
    margin-top: 1rem;
    float: left;
    text-transform: uppercase;
    position: relative;
    font-size: 14px;
    cursor: pointer;
    font-weight: 700;
    letter-spacing: 1px;
}

.collection_list.article .collection_link .link-btn:after, a.trim-btn:after {
    content: '';
    background: url(/userdata/09_Icons/arrow-right-short_y.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    float: right;
    width: 14px;
    height: 16px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
    margin-left: 0.5rem;
    top: 50%;
    transition: 200ms;
    top: -2px;
}

.collection_list.article .collection_link .link-btn {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    color: var(--clr-link);
    pointer-events: none;
    z-index: 0;
}

a.trim-btn.active:after {
    transform: rotate(180deg);
    transition: 200ms;
}

.article .collection_container:hover .collection_link .link-btn, .special-coll .collection_container:hover .collection_link .link-btn {
    color: #c4b014;
    background: none !important;
}

.maintenance-group .collection_list.coll-style1.second .collection_container.Maintenance:hover {
    background-color: var(--clr-secondary-hover);
}

.collection_list.article .collection_container:hover .link-btn:after {
    background: url(/userdata/09_Icons/arrow-right-short_y-d.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}


.collection_list.coll-style1 .collection_content.mini-title {
    width: auto;
    background: var(--dark-grey);
    margin: 1.5rem 1.5rem 0.5rem 1.5rem;
    float: left;
    padding: 5px 10px 3px 10px;
    font-weight: 600;
    font-size: 10px;
    text-transform: uppercase;
    color: var(--tetiary-accent);
    letter-spacing: 1px;
}

.collection_list.coll-style1 .collection_content.title {
    padding: 0 1.5rem 0rem 1.5rem;
    float: left;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0.5rem;
    min-height: 86px;
}

.special-coll .collection_list.coll-style1 .collection_content.title {
    min-height: unset;
    line-height: 28px;
}

.collection_list.coll-style1 .collection_content.desc-text {
    margin: 0rem 1.5rem 0.5rem 1.5rem;
    float: left;
    font-size: 16px;
    color: #363d42;
}

.collection_list.coll-style1 .collection_content.coll-link {
    margin: 0rem 1.5rem 1rem 1.5rem;
    float: left;
}

.collection_list.coll-style1 .collection_content.coll-link {
    margin: 0rem 1.5rem 1rem 1.5rem;
    float: left;
}

.collection_list.coll-style1 .collection_container {
    border-left: 1px solid var(--clr-light);
    float: left;
}

.collection_list.coll-style1 .collection_content.coll-link a {
    text-decoration: none;
    text-transform: uppercase;
    float: left;
}

.main-screen.einschub {
    padding: 0;
}

.collection_content.img {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.collection_list.einschub {
    width: 100%;
    padding: 4rem 15px;
}

.einschub .collection_content.img:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.einschub h2,
.einschub h3,
.einschub h4,
.einschub a,
.einschub {
    color: var(--fc-white) !important;
}

.einschub .button a {
    color: var(--main-dark) !important;
}

.collection_list.einschub h2 {
    font-family: var(--ff-heading) !important;
    margin-bottom: 0;
}

.einschub .collection_content.text {
    margin-top: 1rem;
    font-size: 1.3rem;
    width: 100%;
}

.header-text {
    max-width: 850px;
}

.portfolio .collection_list.coll-toggle {
    width: 100%;
    padding: 0;
}

.coll-toggle .collection_content.coll-link {
    display: none;
}

.toggle-content {
    position: absolute;
    right: 0;
    top: 0;
    width: calc(65% - 3rem);
    max-height: 628px;
    overflow: hidden;
    background: var(--clr-primary-light);
    display: flex;
    flex-direction: column;

}

.option-content {
    width: 100%;
    padding-left: 1rem;
    margin-top: 2rem;
    border-left: 3px solid var(--main);
    float: left;
    cursor: pointer;
}

.collection_list.coll-toggle.areas.grey:hover {
    filter: grayscale(0) opacity(1);
    transition: 200ms;
}

.collection_list.coll-toggle.areas:nth-child(2) .coll-link {
    display: block;
}

.collection_content.coll-link.button a {
    float: left;
    margin: 1rem 0 0 0;
}

.collection_list.coll-toggle.areas h3 {
    margin-top: 0;
}

.maxw420 {
    max-width: 420px;
}

.big-grey.zitat.left.maxw420 {
    line-height: 1.8;
}

.toggle-content img {
    max-height: 310px;
    object-position: center;
}

.dornier328Jet div#slider-wrapper img,
.learjet60xr div#slider-wrapper img {
    object-position: left;
    max-height: 400px;
}

.ambu-gallery img {
    object-fit: contain !important;
}

.collection_full.article > .collection_container > .collection_content.text2, .collection_full.article > .collection_container > .collection_content.text3 {
    margin-top: 3rem;
    padding-top: 3rem;
    border-top: 1px solid var(--main);
}

.ppi-mini-title {
    width: auto;
    background: var(--dark-grey);
    float: left;
    padding: 5px 10px 3px 10px;
    font-weight: 600;
    font-size: 10px;
    text-transform: uppercase;
    color: var(--tetiary-accent);
    letter-spacing: 1px;
}

.collection_list.coll-toggle.areas {
    filter: grayscale(0) opacity(1);
    transition: 200ms;
    width: 35%;
    clear: both;
}

.collection_list.coll-toggle.areas.grey {
    filter: grayscale(1) opacity(0.5);
    transition: 200ms;
}

.coll-toggle {
  h3 {
    margin-bottom: 10px;
  }
}

.coll-link {
  a {
    background: var(--second);
    padding: 11px 17px 9px 17px;
    float: left;
    margin-right: 1.5rem;
    text-decoration: none;
    text-transform: uppercase;
    transition: 200ms;
    margin-top: 1rem;
    border: 1px solid var(--second);
    color: var(--main-dark);
    line-height: 1em;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    border-radius: unset;
    &:after {
      content: '';
        background: url(/userdata/09_Icons/arrow-right-short.png);
        position: relative;
        float: right;
        width: 13px;
        height: 13px;
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        z-index: 1;
        margin-left: 0.5rem;
    }
    
  }
}

/* .collection_list.coll-toggle.areas .toggle-content {
    display: block;
} */

.collection_list.coll-toggle.areas .toggle-content {
    display: none;
}

.portfolio .row {
    position: relative;
}

.collection_list.coll-toggle.areas.grey .collection_content.coll-link.button {
    display: none;
}

.collection_list.coll-toggle.areas .collection_content.coll-link.button {
    display: none;
}

.collection_content.details {
    padding: 1.5rem;
    overflow-y: scroll;
    padding-bottom: 3rem;
}

.collection_content.details h3 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: var(--fs-700);
    font-family: var(--ff-body) !important;
    margin-bottom: 0.5rem;
    font-weight: var(--fw-semi-bold);
}

ol li, ul li {
    list-style: disc;
}

ul {
    padding-left: 1rem;
    margin: 0;
}

.nop {
    padding: 0;
}

.collection_content.details:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100px;
    background: linear-gradient(0deg, var(--clr-primary-light), transparent);
}

.collection_content.more-btn {
    position: absolute;
    bottom: 1rem;
    left: 50%;
    transform: translateX(-50%);
}

.collection_content.more-btn a {
    color: var(--main) !important;
}

.trim {
    max-height: 210px;
    overflow: hidden;
    position: relative;
}

.trim-btn {
    margin-top: 1rem;
    float: left;
    text-transform: uppercase;
    position: relative;
    font-size: 14px;
    cursor: pointer;
    font-weight: 700;
    letter-spacing: 1px;
}

.collection_list.coll-toggle {
    .box-img img{
        aspect-ratio: 4 / 3;
    }
}
.home {
    #area-3 {
        padding-top: 10px;
    }
}
.coll-toggle_wrapper {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-top: 20px;
    .collection_list.coll-toggle.areas {
        border-left: 1px solid var(--clr-light);
        .areas__title  {
            padding: 20px 10px 0px 20px;
        }
        .desc-text {
            padding: 0px 10px 20px 20px;
        }
    }
}

@media (width < 1200px) {
    .coll-toggle_wrapper {
        flex-wrap: wrap;
        .collection_list.coll-toggle.areas {
            width: calc(50% - 10px);
        }
    }
}
@media (width < 540px) {
    .coll-toggle_wrapper {
        .collection_list.coll-toggle.areas {
            width: 100%;
        }
    }
}

/* home area-3 Beiträge end */

/* home area-4 */

#area-4 {
  padding: 5rem 0;
  .location-text-wrap {
    padding-right: 8rem;
  }
  img {
    max-width: 80%;
  }
}

/* home area-4 end */


.component.ending img {
    width: 300px !important;
    float: left;
}

.footer-header_1 {
    float: left;
    width: calc(100% - 300px);
    display: flex;
    list-style: cen;
    align-items: center;
    padding-left: 8rem;
}

.component.ending .textcontent {
    padding: 5rem 0;
}

.logo-ending {
    max-width: 300px;
    float: left;
    margin-bottom: 1.5rem;
}

div#footer-header .container {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer-firstline .logo-blue {
    max-width: 200px;
}

.footer-firstline {
    display: flex;
    justify-content: space-between;
}

.component.copyright {
    float: right;
}

.collection_list.coll-box .box-img {
    height: 240px;
    width: 100%;
}

.collection_list.coll-box .collection_container {
    background: var(--second);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.collection_list.muster .collection_container:hover,
.collection_list.muster .collection_container:hover,
.collection_list.coll-box .collection_container:hover {
    background: var(--clr-secondary-hover);
}

.flex-center {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.coll-style1 .collection_content.box-img {
    height: 280px;
    position: relative;
    width: 100%;
}

.footer-1-outer {
    width: 50% !important;
    padding: 0;
}

.component.footer-3 {
    display: flex;
    gap: 45px;
    flex-direction: column;
}

.footer-firstline {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2.5rem;
    border-bottom: 1px solid var(--clr-light);
}

.footer-4-outer {
    width: 100% !important;
    padding: 40px 0 40px 0;
    border-top: 1px solid var(--clr-light);
    margin-top: 0rem;
}

#footer a {
    color: var(--clr-secondary-dark);
}

.component.footer-3,
.component.footer-2 {
    float: right;
}

.component.footer-4 img {
    margin-right: 1rem;
    float: left;
    width: 40px !important;
}

.component.footer-4 .textcontent:last-child img {
    width: 170px !important;
    max-height: 50px;
    object-fit: contain;
}

.component.footer-4 .textcontent:last-child {
    float: right;
}

.footer-4 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 3rem;
}

.component.footer-4 .textcontent:first-child {
    height: 40px;
}

.footer-4 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 26px;
}

div#scrollTop {
    background: url(/userdata/images/logos/top-buutton.svg);
    position: fixed;
    bottom: 1.5rem;
    right: 1.5rem;
    width: 30px;
    height: 30px;
    z-index: 999;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
    opacity: 1;
    transition: 200ms;
}

.component.footer-4 .textcontent:last-child img.round-logo {
    margin-right: 0;
}

div#scrollTop:hover {
    transition: 200ms;
    opacity: 0.9;
}

ul.level_1, .component.top-navigation {
    display: flex;
    gap: 1.7rem;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.component.top-navigation {
    gap: 1rem;
}

li.level_1.levels:hover ul.level_2:before {
    content: '';
    position: absolute;
    left: calc(50% - 5px);
    top: -5px;
    height: 10px;
    width: 10px;
    background: var(--clr-primary-white);
    transform: rotate(45deg);
}

.component.top-navigation {
    padding-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.button.button2 a {
    color: var(--second);
    background: none;
    border: 1px solid var(--second);
}

.contact-btn-outer {
    position: fixed;
    right: 0;
    top: 100px;
    display: inline-block;
}

.collection_list.side-contact {
    width: 100%;
}

.collection_list.side-contact.closed .contact-wapper,
.collection_list.side-contact.closed .collection_content {
    display: none;
}

.collection_list.side-contact .collection_content.fix-icon {
    display: block;
    cursor: pointer;
    width: 42px;
    padding: 8px;
}

.collection_list.side-contact {
    width: 100%;
    background: var(--second);
    color: var(--main);
}

.collection_list.side-contact a {
    color: var(--main) !important;
    text-decoration: none;
}

.collection_list.side-contact.closed {
    cursor: pointer;
    padding: 0;
}

.collection_list.side-contact.open .contact-wapper {
    display: flex;
}

.collection_list.side-contact.open .collection_content {
    display: block;
}

.collection_list.side-contact img {
    object-fit: contain;
}

.collection_content.fix-icon {
    width: 25px;
}

.collection_list.side-contact.open .collection_container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.collection_list.side-contact.open .collection_content.fix-icon {
    display: block;
    position: absolute;
    left: -70px;
    padding: 15px;
    width: 55px;
    top: -15px;
    background: var(--second);
}

.collection_content.fix-contact-title {
    width: 100%;
    padding-right: 60px;
    font-size: 1.4rem;
}

.collection_content.icon-phone, 
.collection_content.icon-letter, 
.collection_content.icon-person, 
.collection_content.icon-hotline {
    width: 20px;
    margin-right: 1rem;
}

.collection_content.text-phone, 
.collection_content.text-letter, 
.collection_content.text-contactperson, 
.collection_content.text-hotline {
    flex: 1;
}

.collection_list.side-contact.open {
    display: inline-block;
}

.phone-wrap, .letter-wrap, .person-wrap, .hotline-wrap {
    display: flex;
    flex-direction: row;
    margin-top: 0.8rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(0, 99, 172, .3);
}

.phone-wrap {
    border-top: none;
}

.collection_content.text-phone a {
    font-weight: 600;
}

.phone-wrap.contact-wapper a,
.letter-wrap.contact-wapper a,
.person-wrap.contact-wapper a,
.hotline-wrap.contact-wapper a {
    position: relative;
    padding-right: 30px;
}

.phone-wrap.contact-wapper a:after,
.letter-wrap.contact-wapper a:after,
.person-wrap.contact-wapper a:after,
.hotline-wrap.contact-wapper a:after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    background: url(/userdata/images/icons/arrow-right-short.svg);
    background-size: contain;
    background-position: center;
    height: 15px;
    width: 15px;
    background-repeat: no-repeat;
    transform: translateY(-50%);    
    transition: 200ms;
}

.phone-wrap.contact-wapper a:hover:after, 
.letter-wrap.contact-wapper a:hover:after, 
.person-wrap.contact-wapper a:hover:after, 
.hotline-wrap.contact-wapper a:hover:after {
    right: -10px;
    transition: 200ms;
}

.collection_content.close-x {
    content: '';
    position: absolute;
    right: 0rem;
    top: 0.3rem;
    width: 20px;
    height: 20px;
    background: url(/userdata/images/icons/x.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.collection_content.close-x {
    cursor: pointer;
}

#footer-header {
    .container {
        padding-top: 36px;
        padding-bottom: 36px;
    }
}

.logo-ending {
    max-width: 300px;
    float: left;
    margin-bottom: 1.5rem;
}

.component.ending .textcontent {
    padding: 5rem 0;
}

.component.ending img {
    width: 300px !important;
    float: left;
}


.ending {
    font-size: 1.6rem;
    color: var(--main);
    font-weight: var(--fw-semi-bold);
}

.component.footer-logo {
    max-width: 185px;
}

.component.copyright {
    float: right;
    margin-bottom: 3px;
}

#footer {
    clear: both;
    padding: 40px 0 20px 0;
    background: var(--bg-footer);
    font-size: 16px;
    position: relative;
    float: left;
    width: 100%;
    line-height: 1.5;
    border-top: 1px solid #fff;
}

.component.footer-logo {
    max-width: 185px;
}

.component.copyright {
    float: right;
    margin-bottom: 3px;
}

.footer-sitemap {
    height: auto;
    clear: both;
    width: 100%;
    margin: 0 auto;
    display: block;
    float: left;
    margin-bottom: 25px;
}

.footer-sitemap ul {
    padding: 0;
    margin: 0px 0 0rem 0;
    width: 100%;
    display: flex;
    justify-content: end;
    float: right;
    gap: 25px !important;
}

#footer li {
    list-style-type: none;
}
#footer a {
    text-decoration: none
}

.footer-sitemap li.level_1 {
    font-weight: 500;
    font-size: 20px;
    width: auto;
    float: left;
    padding: 0px 0 0 0rem;
}

.component.privacy_policy {
    display: flex;
    justify-content: center;
}

#footer li.level_1 a {
    margin-bottom: 7px;
    display: inline-block;
    color: var(--main);
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
}

#footer ul.level_2:before,
#footer li.level_2 {
    display: none !important;
}

.footer-sitemap li.level_2 {
    font-weight: normal;
    font-size: 15px;
    text-transform: initial;
}

.component.copyright a {
    color: var(--main) !important;
    margin-left: 25px;
    text-decoration: none;
    font-size: 16px;
}

div#privacy-policy {
    padding: 7px 0;
    clear: both;
    text-align: right;
    position: relative;
    float: left;
    width: 100%;
    background: var(--bg-corporate);
    color: var(--fc-white) ;
}

div#privacy-policy a {
    color: inherit;
}

.component.footer-1 {
    color: var(--clr-primary-dark);
}

#privacy-policy .footer-1 {
    text-align: left;
}

div#privacy-policy ul li {
    display: inline-block;
    padding: 0 10px;
}

#footer .footer-seo {
    clear: both;
    color: var( --clr-primary-white);
}

.seo .footer-1 {
    padding-right: 70px;
}

/* impressum */

.line-top.impress-text {
    margin-top: 3rem;
    padding-top: 3rem;
}

.line-top {
    border-top: 1px solid var(--main);
}

.datenschutz {
    h3 {
        margin-bottom: 20px;
    }
}
/* impressum end */


body.gtc_GPC {
    #content {
        a {
            background: var(--second);
            padding: 11px 17px 9px 17px;
            float: left;
            margin-right: 1.5rem;
            text-decoration: none;
            text-transform: uppercase;
            transition: 200ms;
            margin-top: 1rem;
            border: 1px solid var(--second);
            color: var(--main-dark);
            line-height: 1em;
            font-size: 14px;
            font-weight: 700;
            letter-spacing: 1px;
            border-radius: unset;
            &:after {
              content: '';
                background: url(/userdata/09_Icons/arrow-right-short.png);
                position: relative;
                float: right;
                width: 13px;
                height: 13px;
                background-position: center;
                background-size: contain;
                background-repeat: no-repeat;
                z-index: 1;
                margin-left: 0.5rem;
            }
        }
    }
}

/* aero main page link */
#area-5 {
    padding: unset !important;
}
.main_page {
    .row {
        position: relative;
        padding-top: 40px;
        padding-bottom: 40px;
        .imgcontent {
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0px;
            left: 0px;
            z-index: 1;
            filter: drop-shadow(1.1);
            img {
                filter: brightness(0.7);
            }
        }
        .textcontent {
            h2 {
                color: #fff !important;
            }
            position: relative;
            z-index: 2;
            color: #ffffff;
            max-width: 1000px;
            margin-left: auto;
            margin-right: auto;
            padding-right: 20px;
            padding-left: 20px;
            text-align: center;
            a {
                background: var(--second);
                padding: 11px 17px 9px 17px;
                margin-right: 1.5rem;
                text-decoration: none;
                text-transform: uppercase;
                transition: 200ms;
                margin-top: 1rem;
                border: 1px solid var(--second);
                color: var(--main-dark);
                line-height: 1em;
                font-size: 14px;
                font-weight: 700;
                letter-spacing: 1px;
                border-radius: unset;
            }
        }
    }
}

/* aero main page link end*/

/* responsiv  */

@media (width < 1250px) {
    .home .slider-title-content-subtitle {
        max-width: inherit;
        margin: inherit;
    }
}
@media (width < 1200px) {
    .home #content { 
        .col-sm-12.col-md-12.col-lg-8.mb5 {
            width: 70%;
        }
        .col-xs-12.col-sm-12.col-md-12.col-lg-4  {
            width: 30%;
        }
    }
    .home #area-4 {
        .location-text-wrap {
            padding-right: 0px;
        }
        img {
            margin-top: 20px;
            max-width: 100%;
        }
    }
}
@media (width < 1025px) {
    .line-before {
        padding-left: 0px;
        &::before {
            display: none;
        }
    }
}
@media (width < 992px) {
    .collection_list.coll-toggle.areas {
        width: 100%;
    }
    .show-area {
        display: none;
    }
}
@media (width < 768px) {
    .home #content { 
        .col-sm-12.col-md-12.col-lg-8.mb5 {
            width: 100%;
        }
        .col-xs-12.col-sm-12.col-md-12.col-lg-4  {
            width: 100%;
            .collection_list.contact-person {
                max-width: 50%;
                .image {
                    max-width: 100%;
                }
            }
        }
    }
    div#footer-header .container {
        .footer-header_1 {
            width: 100%;
            padding-left: 0px;
        }
    }
}
@media (width < 500px) {
    .home #content { 
        .col-xs-12.col-sm-12.col-md-12.col-lg-4  {
            .collection_list.contact-person {
                max-width: 100%;
            }
        }
    }
}


@media (max-width: 1249px) {
    /* .insights #slider-wrapper div.slider-untertitle {
        top: 45%;
    } */
    .component.footer-logo .imgcontent {
        display: flex;
        justify-content: center;
    }
    .footer-sitemap ul.level_1 {
        justify-content: center;
    }
    .component.copyright a {
        margin: 0 1rem;
    }
    .footer-sitemap {
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    .component.footer-logo img {
        max-width: 300px;
    }

    .footer-firstline {
        flex-direction: column;
        gap: 2rem;
        align-items: center;
    }

    .footer-header_1 {
        width: 100%;
        padding: 0;
        text-align: center;
    }
    .ending {
        font-size: 1.2rem;
        font-weight: 400;
    }
    .logo-ending {
        margin-top: 2rem;
    }
    div#footer-header .container {
        flex-direction: column;
    }
    .component.ending .textcontent {
        padding: 1rem 0 3rem 0;
    }
    .contact-btn-outer {
        position: absolute;
    }

    .component.aog-btn {
        position: absolute;
    }

    .header-text {
        padding-right: 125px;
    }

    div#toggle_navigation {
        display: block !important;
    }

    #header ul.level_1 {
        gap: 0;
        flex-direction: column;
    }

    div#header_2 {
        display: none;
    }
    div#toggle_navigation:hover,
    div#toggle_navigation:active,
    div#toggle_navigation:focus {
        background: transparent;
    }
    #cookie-bar>p {
        line-height: 20px;
    }
    .location-wrap {
        padding-right: 0;
    }
    .location-text-wrap {
        width: 100%;
        padding-right: 0;
    }
    .locations .map-img {
        width: 100%;
        margin-top: 2rem;
    }
    .collection_list.coll-style1 .collection_content.title {
        font-size: 20px;
        min-height: 80px;
    }
    .footer-sitemap li.level_1 {
        padding-left: 0;
    }

    .flr {
        float: left !important;
    }

    .imgcontent img {
        max-height: 600px;
    }

    .hersteller-list ul {
        padding-left: 0;
        margin: 0;
        margin-top: 1rem;
    }

    .collection_list .collection_content.yellow {
        font-size: 0.9rem;
        top: 42px;
        left: 50px;
    }
    .insights-detail #slider-wrapper div.slider-untertitle {
        bottom: 45%;
    }
    div#search_modul_request_button {
        position: relative;
        float: left;
        filter: invert(0);
        padding: 0.2rem 1rem;
        width: auto;
        cursor: pointer;
    }
    .hamburger-menu div#search_modul_request_button svg {
        width: 30px;
    }
    .hamburger-menu .component.top-navigation a.attention {
        color: var(--main) !important;
    }

    .home #slider-wrapper div.slider-untertitle {
        top: 100px;
    }

} /*END 1249px*/

@media only screen and (max-width: 992px) {
    .seo .footer-1 {
        padding-right: 0px;
        justify-content: center;
    }
    .footer-2-outer .footer-2 {
        text-align: center;
        padding-left: 0px;
    }

    .kontakt .right-side.sticky.max300 {
        max-width: 100%;
        padding: 0;
    }
    .kontakt div#content .container {
        flex-direction: column;
    }

    .collection_list.historie .collection_container {
        flex-wrap: wrap;
    }

    .collection_list.historie .collection_content.text {
        flex: 0 0 60%;
    }

    .collection_list.historie .title {
        flex: 0 0 60%;
    }

    .collection_list.historie .collection_content.img {
        flex: 0 0 40%;
    }

    .collection_list.coll-style1 .collection_list.coll-toggle.areas {
        width: 100%;
    }

    .aircraft-transactions div#content .w45.pr3.space {
        padding-right: 15px !important;
    }
    .insight-content .row {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 2rem;
        text-align: center;
    }
    .w55, .w45 {
        width: 100% !important;
    }

    .footer-sitemap ul.level_1 {
        flex-direction: column;
        gap: 0;
    }
    .collection_list.coll-style1.insights {
        width: 100%;
    }
    .collection_list.coll-style1 .collection_content.title {
        min-height: unset;
    }
    .toggle-content {
        position: relative;
        float: left;
        display: block;
        width: 100%;
    }
    
    .collection_list.coll-toggle.areas {
        width: 100%;
    }

    .option-content {
        margin-top: 0rem;
        margin-bottom: 2rem;
    }

    .option-content {
        cursor: auto;
    }

    .show-area {
        display: none;
    }

    .collection_list.coll-toggle.areas.grey {
        filter: grayscale(0) opacity(1);
        transition: 200ms;
    }

    .collection_list.coll-toggle.areas.grey .collection_content.coll-link.button {
        display: block;
    }

    .list-img .imgcontent {
        max-width: 100%;
        overflow-x: scroll;
        scrollbar-color: var(--main) var(--bg-grey);
    }

    .footer-sitemap ul {
        flex-wrap: wrap;
    }

    div#cookiewarnung {
        width: 90%;
    }

    #header #header_1 {
        width: auto;
    }
    .footer-1-outer {
        width: 100% !important;
        text-align: center;
        margin-bottom: 1rem;
    }
    .footer-2-outer, .footer-3-outer {
        width: 100% !important;
        float: left;
        display: flex;
        justify-content: center;
        text-align: center;
        margin-bottom: 1rem;
    }
    .component.footer-4 .textcontent:last-child img {
        margin-bottom: 1rem;
    }

    .component.footer-4 .textcontent {
        width: 100%;
        float: left;
        display: flex;
        justify-content: center;
        margin-bottom: 2rem;
        flex-wrap: wrap;
    }
    .collection_list.portfolio .img {
        height: 120px !important;
    }
    .block.grey {
        box-shadow: 620px 0px 0px var(--bg-grey), -620px 0px 0px var(--bg-grey);
    }
    .line-before-box > .textcontent {
        padding: 2rem;
    }

    .line-before-box > .textcontent:before, .line-before-box .row:before {
        display: none;
    }
    .collection_content.line-before-box h2 {
        font-size: var(--fs-600);
        max-width: 100%;
    }

    .collection_content.line-before-box a {
        max-width: 100%;
    }
    
    .karriere div#area-2 {
        padding-bottom: 202px;
    }

    .impressions .row {
        grid-gap: 1rem;
        grid-template-rows: repeat(12, 20px);
    }

    .youtubecontent iframe {
        height: 50vh;
    }

    .full_preview .collection_content.jobs__title {
        font-size: var(--fs-700);
    }

    .footer-3-outer {
        padding-right: 15px;
    }

    .collection_list.portfolio:after {
        left: -30%;
    }

    .news-media.full_preview .line-before-box > .textcontent {
        padding: 3rem 5rem 3rem 5rem;
    }

    .collection_list.benefits {
        flex: 1 0 calc(50% - 1rem);
    }
    

} /*END 992px*/
/* responsiv end */

