/*COMMONCLASSES*/
.form-group.nachricht textarea {
    max-width: 100%;
    min-height: 100px;
}
.space {
    margin-top: 5rem;
}
.mb5 {
    margin-bottom: 5rem;
}
.mb3 {
    margin-bottom: 3rem;
}
.mb2 {
    margin-bottom: 2rem;
}
.mb1-5 {
    margin-bottom: 1.5rem;
}
.mb1 {
    margin-bottom: 1rem;
}
.mb0-5 {
    margin-bottom: 0.5rem;
}

.button.mt0 a {
    margin: 0;
}

.mt-5 h2,
.mt-5 {
    margin-top: -5px;
}

.mt0 {
    margin-top: 0rem;
}

.mt3 {
    margin-top: 3rem;
}
.mt2 {
    margin-top: 2rem;
}
.mt1-5 {
    margin-top: 1.5rem;
}
.mt1 {
    margin-top: 1rem;
}
.mt5 {
    margin-top: 5rem;
}
.mt0-5 {
    margin-top: 0.5rem;
}
.pt3 {
    padding-top: 3rem;
}
.pt2 {
    padding-top: 2rem;
}
.pt1 {
    padding-top: 1rem;
}
.flr {
    float: right !important;
}
.fll {
    float: left !important;
}

.exp {
    padding-left: calc(60px + 2.5rem) !important;
}

.clear {
    clear: both;
}

/*END COMMONCLASSES*/


:root {
  
    --clr-primary-dark: #222222;
    --clr-primary-white: #fff;
    --clr-primary-light: var(--bg-grey);
    --clr-secondary-hover: #ebe18d;
    --clr-secondary-dark: var(--clr-link);
    --clr-light: #A5C6DD;
    --clr-link: #dec716;
    --main: #0063ac;
    --main-opac: rgba(0, 100, 172, 0.5);
    --main-dark: #047;
    --main-dark-opac: rgb(0, 68, 119, 0.7);
    --second: #f7ed94;
    --dark-grey: #e9e9e9;
    --btn-grey: #e2e4e6;
    --btn-grey-hover: #d5d7d9;
    --error: #ba1826;

    --fc-primary: #2C2C2C;
    --fc-dark: #000;

    --ff-primary: 'soehne', sans-serif;
  
    --ff-body: var(--ff-primary);
    --ff-heading: 'tiempos-headline', sans-serif;
  
    --fw-regular: 400;
    --fw-bold: 700;
    --fw-semi-bold: 600;
  
    --fs-300: 0.8125rem;
    --fs-400: 0.875rem;
    --fs-500: 0.9375rem;
    --fs-600: 1rem;
    --fs-700: 24px;
    --fs-800: 32px;
    --fs-900: 40px;

    --br-primary: 0.3rem;
    --br-button: 8px;
  
    --fs-body: 18px;
    --fs-primary-heading: var(--fs-800);
    --fs-secondary-heading: var(--fs-700);
    --fs-nav: var(--fs-500);
    --fs-button: var(--fs-300);
  
    --shadow: 0px 0px 14px rgb(0 0 0 / 15%); 

    --height-header: 100px;
    --fc-nav: #000000;
    --p-button: 10px 15px;
    --clr-border: #000000;
    --fc-white: #ffffff;
    --fc-black: #000000;
    --fc-grey: grey;
    --special-grey: #798792;

    --phone: url(/userdata/images/icons/phone.svg);
    --mail: url(/userdata/images/icons/letter.svg);
    --person: url(/userdata/images/icons/person.svg);
    --link-icon: url(/userdata/images/icons/link.svg);
    --bg-clouds: url(/userdata/images/cloud-img.jpg);
}

html {
    font-size: 18px;
}

.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;
}

a.active_tree {
    text-decoration: underline !important;
}

/* Reset */

/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

.collection_list.col25 {
    width: calc(25% - 15px);
}

.collection_list.col50 {
    width: calc(50% - 10px);
}

.collection_list.col100 {
    width: calc(100% - 10px);
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/*set scroll margin for main-elements*/
#content,
#area-2,
#area-3,
#area-4,
#area-5,
#area-6,
#area-7,
#area-8,
#area-9 {
    scroll-margin-top: 60px;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role='list'],
ol[role='list'] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* max-width classes */
.max1280 {
    max-width: 1280px;
}

.max1200 {
    max-width: 1200px;
}

.max1000 {
    max-width: 1000px;
}

.max800 {
    max-width: 800px;
}

.max700 {
    max-width: 700px;
}

.max750 {
    max-width: 750px;
}

/*eig max760*/
.max600 {
    
    max-width: 760px;
}
.mx6 {
    max-width: 600px;
}

.max500 {
    max-width: 500px;
}

.max400 {
    max-width: 400px;
}

.max300 {
    max-width: 300px;
}

.max320p15 {
    max-width: calc(320px - 30px);
    padding: 25px;
    background: var(--bg-grey);
    margin-right: 15px;
}

.w40 {
    width: 40% !important;
}

.w45 {
    width: 45% !important;
}

.w55 {
    width: 55% !important;
}

.w60 {
    width: 60% !important;
}

.pl3 {
    padding-left: 3rem !important;
}

.pr3 {
    padding-right: 3rem !important;
}

.padding0 {
    padding: 0;
}

* {
scrollbar-width: thin;
scrollbar-color: #cccccc #ffffff00;
}

*::-webkit-scrollbar {
width: 7px;
}

*::-webkit-scrollbar-track {
background: #ffffff00;
}

*::-webkit-scrollbar-thumb {
background-color: #cccccc;
border-radius: 10px;
border: 0px solid #ffffff00;
}

.std-font h3 {
    color: var(--fc-dark) !important;
    font-weight: 400;
    font-size: 1.2rem;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
   scroll-behavior: auto;
  }
  
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
body {
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

/* Reset */

@font-face {
	font-family: 'tiempos-headline';
	src: url('/layout/frontend/b2c/dist/fonts/tiempos-headline-web-black.ttf');
	}

    @font-face {
	font-family: 'soehne';
	src: url('/layout/frontend/b2c/dist/fonts/soehne-web-buch.ttf');
    font-weight: 400;
	}

    @font-face {
	font-family: 'soehne';
	src: url('/layout/frontend/b2c/dist/fonts/soehne-web-dreiviertelfett.ttf');
    font-weight: 700;
	}

    @font-face {
	font-family: 'soehne';
	src: url('/layout/frontend/b2c/dist/fonts/soehne-web-kraftig_1.ttf');
    font-weight: 600;
	}

body {
    background-color: var(--clr-primary-white);
    font-size: var(--fs-600);
    font-weight: var(--fw-regular);
    line-height: 1.42857143;
    font-family: var(--ff-body);
    color: var(--fc-primary);
    overflow-x: hidden;
    margin: 0;
}

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%;
}

nav a {
    text-decoration: none;
    color: var(--fc-nav);
}

ul.level_1 {
    margin: 0;
    padding: 0;
    display: flex;
    gap: 15px;
    align-items: center;
}

.collection_list.hero {
    width: 100%;
    padding: 0;
    background: var(--clr-primary-light);
}

.filter_display {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
    padding: 15px;
    flex-wrap: wrap;
    margin: 0 0 0.5rem;
}

button, input.button, .component.button_navigation a {
    background: var(--main);
    color: var(--clr-primary-white);
    padding: var(--p-button);
    border-radius: var(--br-button);
    border: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    width: auto;
}

/* button:active,
input.button:active,
input.button:focus,
.component.button_navigation a:active,
.component.button_navigation a:focus,
button:focus {
    outline: 1px dashed var(--main);
    outline-offset: 2px;
} */

button:hover,
input.button:hover,
.component.button_navigation a:hover {
    opacity: .95;
}

input, select, textarea {
    padding: 10px;
    width: 100%;
    border: 1px solid #a9b2b9;
    font-family: inherit;
    border-radius: 3px;
    height: 42px;
}

input[type="checkbox"] {
    width: auto;
}

.owl-item img {
    height: 450px!Important;
    width: 100%!Important;
    border-radius: var(--br-primary);
}
.owl-item {
scale: .9;
}
.owl-item.center {
scale: 1;
}

.owl-item a {
    width: 100%!Important;
}

figure.mz-figure.mz-hover-zoom.mz-no-zoom.mz-ready {
    width: 100%;
    height: 100%;
}

.back_to_overview a {
    background: var(--main);
    color: var(--clr-primary-white);
    padding: 10px 15px;
    border-radius: var(--br-primary);
    border: none;
    cursor: pointer;
}

.full_preview .filter_display {
    display: none;
}

a.button_filter.a-filter {
    background: var(--main);
    color: var(--clr-primary-white);
    padding: 10px 15px;
    float: left;
    border-radius: var(--br-primary);
}

a.button_filter.o-filter {
    background: var(--clr-primary-light);
    color: var(--main);
    padding: 10px 15px;
    float: left;
    border-radius: var(--br-primary);
    border: 1px solid var(--main-light);
}

.collection_list.hero .collection_container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-left: 2rem;
}

.collection_content.hero__title.title.custom {
    grid-area: 1 / 1 / 2 / 2;
    display: flex;
    align-items: flex-end;
}

.collection_content.hero_teaser {
    grid-area: 2 / 1 / 3 / 2;
}

.collection_content.hero_img {
    grid-area: 1 / 2 / 3 / 3;
}

.collection_content.hero_img img {
    height: 400px!important;
    object-fit: cover;
}

.collection_list.card .collection_container {
    background: #fff;
    box-shadow: #7592ba3a 0px 7px 29px 0px;
    border-radius: var(--br-primary);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    border-bottom: 7px solid var(--main);
    transition: 300ms;
    min-height: 480px;
}

.collection_list.card .card_img {
    height: 216px;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.collection_list.card .card_img img {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    transition: 0.5s;
}

.collection_list.card .collection_container:hover {
    box-shadow: #7592ba75 0px 7px 29px 0px;
}

li.level_1.levels ul {
    display: none;
}

a {
    color: var(--clr-link);
}

.component.copyright .textcontent:last-child {
    float: right;
}
.component.copyright .textcontent:first-child {
    float: left;
}

.collection_list.card .collection_content.title.custom {
    font-size: var(--fs-700);
    font-weight: var(--fw-bold);
    font-family: var(--ff-secondary);
    margin-inline: 1.5rem;
    color: var(--fc-secondary);
    margin-block-start: 1rem;
    -webkit-line-clamp: 2;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.collection_list.card .collection_container:hover .collection_content.card_img img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.collection_list.card .collection_content.card_teaser {
    margin-inline: 1.5rem;
    margin-bottom: 2rem;
    -webkit-line-clamp: 5;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.row {
    float: left;
    width: 100%;
}

#cookie-bar {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 10px 20px;
    z-index: 200;
    min-width: 320px;
}

#cookie-bar #cookie-bar-button {
    float: right;
    margin-left: 20px;
    display: inline-block;
    padding: 8px 10px;
    min-width: 150px;
    text-transform: uppercase;
    border: 1px solid #ff6532;
    color: var( --clr-primary-white);
    cursor: pointer;
    background-color: #ff6532;
    text-align: center;
}

#cookie-bar #cookie-bar-button:hover {
    background-color: #e43900;
    border-color: #e43900;
}

#cookie-bar #cookie-bar-button:active {
    background-color: #b22c00;
    border-color: #b22c00;
}

#cookie-bar #cookie-bar-prompt-button {
    white-space: nowrap;
}

#cookie-bar>p {
    float: left;
    margin: 0;
    line-height: 40px;
}

#cookie-bar:after {
    clear: both;
    display: block;
    content: " ";
}

.header-wrapper.fixed-header {
    position: fixed;
    top: 0;
    z-index: 999;
}

/* Modal */


.fade {
    opacity: 1;
}

.modal {
    display: block;
}

.modal.success .modal-header {
    border-color: var(--main-color);
    background-color: var(--main-color);
    color: var( --clr-primary-white);
}

div#requestbox {
    position: fixed;
    width: 100%;
    top: 50%;
    left: 50%;
    z-index: 999;
    height: 100%;
    transform: translate(-50%, -50%);
}

.modal-dialog {
    position: fixed;
    width: 100%;
    max-width: 350px;
    top: 50%;
    left: 50%;
    z-index: 999999;
    background: var(--clr-primary-light);
    text-align: center;
    padding: 2rem;
    color: var(--main);
    border-radius: var(--br-primary);
    box-shadow: var(--bs-primary);
    transform: translate(-50%, -50%);
    border: 1px solid var(--main);
}

div#requestbox:after {
    content: '';
    background: #00000075;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

div#filter-element {
    position: absolute;
    margin-top: -200px;
}

button.close {
    margin: 0 0 1rem;
}

/* Modal */



/* Extra Module */
html {
    scroll-behavior: smooth;
  }

/* FAQ */

.faq_group_container .faq_question_box {
    padding: 5px 15px 8px 15px;
    border: none;
    background: var(--main);
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 5px;
    position: relative;
}

.faq_question_box {
    cursor: pointer;
}

.faq_group_container .faq_answer_box {
    margin-bottom: 30px;
    padding: 20px;
    background: rgb(245 247 251);
    margin-top: -10px;
    border-radius: 0 0 5px 5px;
}

.faq_question_box.active {
    border-radius: 5px 5px 0 0;
}

.faq_question_box:after {
    content: '+';
    position: absolute;
    right: 16px;
    color: var( --clr-primary-white);
    top: 50%;
    font-size: 20px;
    transform: translateY(-50%);
}

.faq_question_box.active:after {
    content: '-';
    position: absolute;
    right: 16px;
    color: var(--clr-primary-white);
    bottom: unset;
    font-size: 25px;
}

.faq_group_container .faq_answer_box {
    display: none;
}

.faq h3 {
    font-size: 18px;
    font-weight: 400!Important;
    border: none;
    color: var( --clr-primary-white);
    line-height: 1;
    margin-bottom: 7px;
}

.faq-search input[type="text"] {
    width: 250px;
    height: 30px;
    color: var( --clr-primary-white);
    background: rgba(9, 0, 0, 0.9);
    border: 0;
    padding: 20px;
    position: relative;
}

.level_1 li {
    list-style: none !important;
}

div#content,
.main-screen {
    padding: 5rem 0 ;
    position: relative;
    float: left;
    width: 100%;
}

.main-screen.grey {
    background-color: var(--bg-grey);
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.pop-up-element .row {
    z-index: 1;
    padding: 40px !important;
    background: rgb(4 4 4 / 20%);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 15px;
    border: 2px solid var(--akzentfarbe);
    max-width: 1440px;
    margin: 0 auto;
    color: var( --clr-primary-white);
    display: -webkit-box;
}

.collection_list.coll-style1.normal {
    width: 100%;
}

.pop-up-element .row :is(li, p, a, span, strong, b, em, ul, li, h2, h1, h3) {
    color: var( --clr-primary-white) !important;
}

.pop-up-element {
    z-index: 1;
    padding: 10px 0 30px 0;
}

.pop-up-element {
    display: none;
}

.pop-up-element:first-child {
    display: block;
}

.pop-up-button-group .row {
   display: flex;
   justify-content: center;
}

.pop-up-element .row {
    cursor: pointer;
}

.pop-up-element.current {
   display: block;
}

.pop-up-button {
   cursor: pointer;
}

.pop-up-button:after {
    content: '';
    transition: 200ms;
    position: absolute;
    right: 0;
    top: 50%;
    width: 15px;
    height: 15px;
    background: url(/userdata/images/icons/arrow-right-short.svg);
    background-repeat: no-repeat;
    background-position: center;
    transform: translateY(-50%);
    background-size: contain;
}

.pop-up-button.current:after {
 transform: rotate(90deg);
 transition: 200ms;
}

div#footer-header .container,
div#footer .container {
    padding: 0 1.7rem;
}


.faq_nearest_search {
    display: none;
}

/* .header-text a {
    background: var(--main);
    color: var( --clr-primary-white);
    padding: 10px 20px;
    border-radius: 5px;
    box-shadow: rgb(48 98 120 / 48%) 0px 7px 29px 0px;
} */
/* 
.header-text a:hover {
    color: var( --clr-primary-white);
    box-shadow: rgb(48 98 120 / 82%) 0px 7px 29px 0px;
} */

#header>.container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#header>.container:before {
    display: none;
}

/* Header Kollektion */

iframe {
    width: 100%;
    height: 75vh;
    border-radius: var(--br-primary);
}

div#footer-header {
    float: left;
    width: 100%;
}

#header>.container:before {
    display: none;
}

#header_1 img {
    padding: 10px;
}

#header>.container:after {
    display: none;
}

.collection_list.job-cat .collection_link a {
    position: relative;
    float: left;
}

.mt10 {
    margin-top: 10px;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

.mt60 {
    margin-top: 60px;
}

.mt100 {
    margin-top: 100px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb60 {
    margin-bottom: 60px;
}

.mb100 {
    margin-bottom: 100px;
}

.slideshow_box {
    margin-bottom: 30px;
}

.slideshow_box .slideshow_content {
    width: 100%;
}

.slideshow_box .slideshow_content .slideshow_content_inner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 30px;
    text-align: center;
}

.slideshow_box .slideshow_content .slideshow_headline {
    font-size: 45px;
    line-height: 1;
    color: var( --clr-primary-white);
    margin-top: 0;
    font-weight: 600;
}

.slideshow_box .slideshow_content .slideshow_text {
    font-weight: 600;
    font-size: 15px;
    margin-top: 0;
    margin-bottom: 20px;
}

.slideshow_box .slideshow_content .slideshow_button .button {
    color: #222222;
    text-transform: uppercase;
}

.slideshow_box .owl-carousel-item {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.slideshow_box .owl-carousel-item>a {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.collection_list {
    width: 50%;
    float: left;
    padding: 15px;
}

img {
    height: 100%!important;
    width: 100%!important;
    object-fit: cover;
    max-width: 100%;
}

.header-text h1 img {
    width: 50px!important;
}

.d-none {
    display: none!Important;
}

#slider img {
    height: 700px !important;
}

.home #slider .header-img img {
    filter: brightness(0.9);
}

div#slider > .imgcontent img, #slider .header-img img {
    filter: brightness(1);
}

.component.top-navigation a {
    font-weight: 400 !important;
    font-size: 0.9rem;
    color: #e0e0e0 !important;
}

/* Schriften */

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;
}

h3 {
    color: var(--main-dark);
    font-weight: 600;
}

.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;
}

h1 {
    font-size: var(--fs-900);
    color: #fff;
    margin-bottom: 0rem;
    margin-bottom: 6px;
}

h2 {
    font-size: 32px;
    margin-bottom: 8px;
}

h3 {
    font-size: var(--fs-700);
    font-family: var(--ff-body) !important;
    margin-bottom: 0.5rem;
}

.datenschutz h3 {
    margin-bottom: 1rem;
}

.datenschutz ol li {
    list-style: auto;
}

h4 {
    font-size: var(--fs-700);
    font-family: var(--ff-primary) !important;
    color: var(--clr-primary-dark);
    font-weight: 500;
    margin-bottom: 1rem;
}

h5 {
    font-size: var(--fs-600);
}

h6 {
    font-size: var(--fs-500);
}


a {
    transition: 200ms;
}

a:hover {
    color: #c4b014;
    transition: 200ms;
}

.owl-nav {
    display: flex;
    justify-content: center;
    gap: 1rem;
    align-items: center;
}

.hide {
    display: none;
}

.collection_link a:hover {
    opacity: 0;
}


.full_preview .collection_full {
    display: block !important;
}

.collection_list,
.collection_container {
    position: relative;
}

.fade {
    opacity: 1;
}

.hamburger-menu li.level_1.levels {
    position: relative;
    padding-right: 40px;
    margin: 0;
}

#header ul.level_2 {
    display: none;
}

li.level_1.levels:hover ul.level_2 {
    display: block !important;
}

ul.level_2 {
    position: absolute;
    top: 80%;
    width: auto;
    height: auto;
    z-index: 1000;
    background: var(--clr-primary-white);
    padding: 0px;
    border-radius: 5px;
    left: 50%;
    transform: translateX(-50%);
}

.hamburger-menu ul.level_2 {
    transform: translateX(0%);
}

#header_2 li.level_2:first-child a:hover {
    border-radius: 5px 5px 0 0;
}

#header_2 li.level_2:last-child a:hover {
    border-radius: 0 0 5px 5px;
}

.hamburger-menu ul.level_2 {
    left: 0;
    top: 100%;
    overflow: hidden;
}

ul.level_2 a p.level_2_title {
    color: var(--main) !important;
    font-size: 12px;
}

li.level_2 {
    margin-bottom: 5px;
    clear: both;
}

.modal.success .modal-header {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.owl-stage-outer {
    width: 100%;
}

div#cookiewarnung {
    position: fixed;
    bottom: 40px;
    background: url(/userdata/images/cloud-img.jpg) !important;
    background-size: cover !important;
    color: #000;
    z-index: 99999999;
    width: 80%;
    text-align: left;
    padding: 15px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 0px;
    border: 1px solid #d7e0ff;
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
    background-position: center;
}

.cookie-option-container {
    margin-top: 10px;
}

.cookie-option:hover {
    background-color: var(--clr-secondary-hover);
    transition: 200ms;
}

.border-bottom-go {
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid var(--main);
}

div#cookie-config {
    display: none;
    left: -100%;
    transition: 1s;
}

div#cookie-config.show {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    background: var( --clr-primary-white);
    max-width: 300px;
    z-index: 99999999999;
    overflow-y: auto;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

#cookie-config .cookie-config-close {
    background: #f2f6ff;
    color: #000;
    padding: 10px;
    position: relative;
    cursor: pointer;
}

#cookie-config input {
    margin-right: 10px;
}

#cookie-config label {
    font-weight: normal;
    color: #000;
}

.cookie-config-close:after,
.cookie-arrow {
    position: absolute;
    width: 10px;
    height: 10px;
    transform: rotate(225deg);
    box-shadow: -2px 2px 0 rgba(90, 156, 157, 0.5);
    content: "";
    right: 20px;
    top: 20px;
    transition: 0.1s;
}

.cookie-config-options.open .cookie-arrow {
    transform: rotate(315deg) !important;
}

.cookie-config-options {
    background: #f2f6ff;
    padding: 10px;
    cursor: pointer;
    position: relative;
}

input#required {
    width: auto;
}

input#tracking {
    width: auto;
}

.cookie-config-configuration .cookie-config-options:nth-child(2) {
    border-bottom: 1px solid #d5d5d5;
}

.config-child {
    display: none;
    background: var( --clr-primary-white);
    padding: 10px;
}

.cookie-config-save {
    padding: 10px;
    text-align: center;
    background: #68c567;
    cursor: pointer;
    margin: 20px 15px;
    color: var( --clr-primary-white);
    border-radius: 5px;
}

.cookie-config-configuration {
    margin-top: 10px;
}

.cookie-config-configuration>p {
    padding: 10px;
    font-weight: bold;
}

.cookie-config-description {
    padding: 10px;
    font-size: 15px;
}

.cookie_conflict_youtube {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    border: 2px solid #f07474;
    max-width: 350px;
    margin: 0 auto;
    text-align: center;
    padding: 10px 0px;
    border-radius: 10px;
    background: var( --clr-primary-white);
    font-size: 17px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.cookie_conflict_youtube a {
    text-decoration: underline;
    font-weight: 500;
}


.form-group {
    float: left;
    width: 100%;
    padding: 10px 0;
}



button:hover {
    opacity: 0.8;
}

div#submit_button {
    float: left;
    width: auto;
    margin: 1rem 0;
}

#header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3;
}

.header-wrapper {
    position: relative;
}

#header ul.level_1 {
    margin: 0 !important;
    padding: 0 !important;
    display: flex;
    gap: 2rem;
}

#header div#header_3 li {
    display: inline-block;
    float: left;
}

#header .active_tree {
    font-weight: var(--fw-bold);
}

#header .component.logo,
#header .component.logo .textcontent {
    height: 100%;
}

#header_1 img {
    width: 100%!Important;
    height: 100% !important;
    object-fit: contain;
}

#slider .imgcontent:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(30, 30, 30, .7), rgba(30, 30, 30, .5) 35%, transparent 50%);
    z-index: 1;
}

.ueber-uns #slider .imgcontent:after,
.aircraft-transactions #slider .imgcontent:after,
.home #slider .imgcontent:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: none;
    z-index: 1;
}

.location.ueber-uns #slider .imgcontent:after,
.team.ueber-uns #slider .imgcontent:after,
.history.ueber-uns #slider .imgcontent:after,
.approvals.ueber-uns #slider .imgcontent:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(30, 30, 30, .7), rgba(30, 30, 30, .5) 25%, transparent 50%) !important;
    z-index: 1;
}

.sticky-active {
    position: relative;
}

#toggle_navigation,
.hamburger-menu {
    display: none;
}

div#toggle_navigation {
    float: right;
    width: auto;
    padding: 0 !important;
    height: auto;
    background: transparent;
}

.hamburger-menu ul.level_1 {
    display: block;
}

.hamburger-menu {
    background: var(--bg-grey);
    position: absolute;
    width: 100%;
    top: 100%;
    right: 0;
    display: none;
    max-width: 340px;
    height: calc(100vh - 100px);
    color: var(--fc-dark) !important;
    overflow: hidden;
}

.level_2-title {
    font-size: 22px;
    padding: 0.7rem 2.3rem 0.5rem 1rem;
    text-align: center;
    border-bottom: 1px solid var(--special-grey);
}

.hamburger-menu a {
    color: var(--fc-dark) !important;
    text-decoration: none;
}

.hamburger-menu li.level_1 {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 0;
}

.hamburger-menu ul.level_1 > li > a {
    color: var(--fc-dark) !important;
    text-decoration: none;
    float: left;
    width: 100%;
    padding: 0.5rem 1rem 0.3rem 1rem;
    border-bottom: 1px solid var(--special-grey);
}

.hamburger-menu ul.level_2 {
    position: absolute;
    left: 100%;
}

#header .hamburger-menu li.level_1 {
    padding: 0;
    border-bottom: 1px solid var( --clr-primary-white);
}

#header .hamburger-menu a {
    padding: 15px 20px !important;
    display: block;
}

#header .hamburger-menu li.level_1:last-child {
    border-bottom: 0 !important;
}

#header .hamburger-menu li.level_2 {
    padding: 20px 0px;
    color: var( --clr-primary-white);
}

#header .hamburger-menu li.level_1 {
    list-style-type: none;
}

.hamburger-menu ul.level_2 {
    display: block !important;
    float: left;
    width: 100%;
    pointer-events: none;
    top: 0;
    border-radius: 0;
    height: 100vh;
    transition: 500ms;
}

.hamburger-menu .component.top-navigation {
    display: block;
    float: left;
    width: 100%;
    padding-top: 0;
}

.hamburger-menu .component.top-navigation a {
    float: left;
    width: 100%;
    padding: 0.5rem 1rem 0.3rem 1rem;
    border-bottom: 1px solid var(--special-grey);
}

.nav-toggler {
    content: '';
    position: absolute;
    right: 0;
    height: 100%;
    width: 40px;
    background: url(/userdata/images/icons/arrow-right-short.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 17px;
    border-left: 1px solid var(--special-grey);
    border-bottom: 1px solid var(--special-grey);
    cursor: pointer;
}

.active .nav-toggler {
    z-index: 10000;
    transform: rotate(-180deg);
    border-left: none;
    border-bottom: none;
    border-right: 1px solid var(--special-grey);
    border-top: 1px solid var(--special-grey);
    background-color: #fff;
}

.hamburger-menu .active ul.level_2 li.level_2 {
    border-bottom: 1px solid var(--special-grey);
    margin: 0;
    padding: 7px 0px 7px 1rem;
}

.hamburger-menu .active ul.level_2 {
    pointer-events: auto;
    left: 0;
    transition: 500ms;
}

#toggle_navigation label.hamburg {
    display: block;
    background: transparent;
    width: 55px;
    height: 50px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    border-radius: 4px;
    margin: 0;
    cursor: pointer;
}

.line {
    position: absolute;
    left: 10px;
    height: 4px;
    width: 35px;
    background: var( --clr-primary-white);
    border-radius: 2px;
    display: block;
    transition: 0.5s;
    transform-origin: center;
}

.line:nth-child(1) {
    top: 12px;
}

.line:nth-child(2) {
    top: 24px;
}

.line:nth-child(3) {
    top: 36px;
}

div#toggle_navigation.active>.hamburg .line:nth-child(1) {
    transform: translateY(12px) rotate(-45deg);
}

div#toggle_navigation.active>.hamburg .line:nth-child(2) {
    opacity: 0;
}

div#toggle_navigation.active>.hamburg .line:nth-child(3) {
    transform: translateY(-12px) rotate(45deg);
}


/* end* Header */

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-1 {
    width: 8.33333333%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-pull-11 {
    right: 91.66666667%;
}

.col-xs-pull-10 {
    right: 83.33333333%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-8 {
    right: 66.66666667%;
}

.col-xs-pull-7 {
    right: 58.33333333%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-5 {
    right: 41.66666667%;
}

.col-xs-pull-4 {
    right: 33.33333333%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-2 {
    right: 16.66666667%;
}

.col-xs-pull-1 {
    right: 8.33333333%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-push-11 {
    left: 91.66666667%;
}

.col-xs-push-10 {
    left: 83.33333333%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-8 {
    left: 66.66666667%;
}

.col-xs-push-7 {
    left: 58.33333333%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-5 {
    left: 41.66666667%;
}

.col-xs-push-4 {
    left: 33.33333333%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-2 {
    left: 16.66666667%;
}

.col-xs-push-1 {
    left: 8.33333333%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

.col-xs-offset-11 {
    margin-left: 91.66666667%;
}

.col-xs-offset-10 {
    margin-left: 83.33333333%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-8 {
    margin-left: 66.66666667%;
}

.col-xs-offset-7 {
    margin-left: 58.33333333%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-5 {
    margin-left: 41.66666667%;
}

.col-xs-offset-4 {
    margin-left: 33.33333333%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-2 {
    margin-left: 16.66666667%;
}

.col-xs-offset-1 {
    margin-left: 8.33333333%;
}

.col-xs-offset-0 {
    margin-left: 0;
}

#slider-wrapper {
    position: relative;
}

div#slider {
    height: 100%;
    position: relative;
}

div#slider-title .container {
    width: 100%;
}

#slider #slider-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#slider div#slider-title h1 {
    color: var( --clr-primary-white);
}

#slider-wrapper div.slider-untertitle {
    position: absolute;
    top: 150px;
    width: 100%;
    color: var(--clr-primary-white);
    padding: 20px 0;
    z-index: 1;
}

.air-ambulance #slider-wrapper div.slider-untertitle {
    bottom: 70%;
}

.ueber-uns #slider-wrapper div.slider-untertitle {
    bottom: 65%;
}

.home #slider-wrapper div.slider-untertitle {
    top: unset;
    right: -25%;
    bottom: 40%;
}

#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-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;
}

#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;
}

.owl-dots {
    height: 10px;
}

.owl-dots {
    position: relative;
    float: left;
    width: 100%;
    height: 20px;
}

.owl-dot span {
    height: 10px;
    width: 10px;
    background: #ccc;
    position: relative;
    float: left;
    border-radius: 500px;
    margin: 0 2px;
}

.owl-dot.active span {
    position: relative;
    float: left;
    height: 10px;
    width: 10px;
    background: #7f7f7f;
    border-radius: 500px;
}

.owl-dots {
    position: absolute;
    width: 100%;
    height: auto;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slidecontent_content_container {
    display: none;
}

.slidecontent_headline:after {
    content: "";
    position: absolute;
    right: 15px;
    width: 10px;
    height: 10px;
    border-bottom: 2px solid var(--light-grey);
    border-right: 2px solid var(--light-grey);
    transform: rotate(45deg);
    transition: 300ms;
}

.slidecontent_headline.active:after {
    transform: rotate(-135deg);
    transition: 300ms;
    margin-top: 5px;
}

.slidecontent_headline {
    padding: 10px 40px 8px 0px;
    cursor: pointer;
}

.g-recaptcha iframe {
    border-radius: 0;
}

.cookie-option,
input.button,
.line-before-box > .textcontent a, .unique .collection_content.coll-link a, a.button, .button a, .collection_content.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;
}

.cookie-option {
    cursor: pointer;
    display: inline-block;
}

input.button:hover,
.insights .collection_link a:hover,
.line-before-box > .textcontent a:hover,
.collection_content.coll-link a:hover,
.unique .collection_content.coll-link a:hover,
.button a:hover {
    background-color: var(--clr-secondary-hover);
    transition: 200ms;
}

input.button {
    margin: 0;
    padding-right: 35px;
}

.submit-icon {
    margin-top: 1rem;
    float: left;
    position: relative;
}

.submit-icon:after {
    content: '';
    background: url(/userdata/images/icons/arrow-right-short.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: 17px;
    content: '';
    width: 13px;
    height: 13px;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
}

.line-before-box > .textcontent a {
    float: left;
    display: block;
    position: relative;
    width: 300px !important;
    text-align: center;
}

.sec-title {
    font-size: 24px;
    color: var(--main-dark);
    margin-bottom: 1rem;
    font-weight: var(--fw-semi-bold);
}

.big-txt {
    font-size: 22px;
    color: var(--fc-grey);
}

.line-before:before {
    content: '';
    position: absolute;
    width: 80px;
    height: 1px;
    background: var(--main);
    float: left;
    left: 0;
    top: 5px;
}

.line-before {
    padding-left: calc(60px + 2.5rem);
    float: left;
    position: relative;
}

.line-before-box > .textcontent {
    position: relative;
}

.insights-detail .header-text .mini-title {
    display: none;
}

.line-before-box > .textcontent:before,
.line-before-box .row:before {
    content: '';
    position: absolute;
    width: 80px;
    height: 1px;
    background: var(--main);
    float: left;
    left: 5rem;
    top: calc(3rem + 5px);
}

a.button:after, .link-btn:after,
.collection_list.coll-style1 .collection_content.coll-link a:after,
.unique .collection_content.coll-link a:after, .button a:after {
    content: '';
    background: url(/userdata/images/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;
}

.button2 a:after {
    content: '';
    background: url(/userdata/images/icons/arrow-right-short-second.svg);
    position: relative;
    float: right;
    width: 16px;
    height: 16px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
    margin-left: 0.5rem;
    top: 2px;
}

.line-before.line-box .button a:after {
    background: url(/userdata/images/icons/arrow-right-short-second.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.big-blue {
    font-size: 24px;
    color: var(--main-dark);
    font-weight: 600;
}

.big-grey {
    font-size: 1.3rem;
    /* font-weight: 600; */
    color: var(--fc-grey);
}

.big-black {
    font-size: 1.3rem;
    /* font-weight: 600; */
    color: var(--fc-primary-dark);
}

.big-white {
    font-size: 1.3rem;
    /* font-weight: 600; */
    color: var(--fc-white);
}

.ending {
    font-size: 1.4rem;
    color: var(--main);
    font-weight: var(--fw-semi-bold);
}

.cloudy {
    background: var(--bg-footer) !important;
    background-position: revert;
    background-size: cover;
    background-repeat: no-repeat;
}

.home div#area-2.cloudy {
    background: url(/userdata/images/cloud-img.jpg) !important;
    background-position: revert;
    background-size: cover;
    background-repeat: no-repeat;
}

.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;
}

.datenschutz table {
    margin-bottom: 3rem;
}

.datenschutz table thead {
    background: var(--main);
    color: #fff;
}

.datenschutz table th, .datenschutz table td {
    padding: 15px;
}

.datenschutz table tbody tr:nth-child(odd) {
    background: var(--clr-primary-light);
}

.datenschutz table tbody tr:nth-child(even) {
    background: var(--fc-wite);
}

.datenschutz table {
    margin-bottom: 3rem;
    border: 1px solid var(--clr-primary-light);
}

.datenschutz table th {
    text-align: left;
}

.component.aog-btn {
    position: fixed;
    right: 0;
    top: 8.6rem;
    z-index: 998;
    background: #ba1826;
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(42px* 2);
    color: #fff;
}

.component.aog-btn h3 {
    text-transform: uppercase;
    font-size: 1.1rem;
    color: #fff;
}

.component.aog-btn {
    color: var(--main) !important;
    font-weight: 600;
    line-height: 1.2;
}

.component.aog-btn,
.component.aog-btn a {
    color: #fff !important;
    font-weight: 600;
    text-decoration: none;
    font-size: 1.4rem;
}

.component.aog-btn a {
    width: calc(42px* 2);
    float: left;
    height: 42px;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 0;
    padding-top: 5px;
}

.home #slider img {
    height: 960px !important;
    filter: brightness(1) !important;
}

div#header_3 {
    display: none;
}

.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(--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;
}

.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;
}


/* .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/images/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/images/icons/arrow-right-short_y-d.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.trim.trim300 {
    max-height: 300px;
}

.trim.trim400 {
    max-height: 400px;
}

.trim.trim500 {
    max-height: 500px;
}

.trim.trim600 {
    max-height: 600px;
}

.trim.active {
    max-height: unset;
}

.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);
}

.block1-wrap .collection_content.block.zitat.block1 .textcontent {
    text-align: center;
}

.block1-wrap .collection_content.block.zitat.block1 {
    padding: 2rem 0 5rem 0;
}

.block1-wrap .collection_content.block.zitat.block1 .textcontent:before,
.zitat:before {
    content: '';
    font-size: 3rem;
    height: 20px;
    float: left;
    width: 100%;
    background: url(/userdata/images/icons/quote-start.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-bottom: 1rem;
    filter: grayscale(1) brightness(2.5);
}

.special-quote.zitat:before {
    width: 26px;
}

.block1-wrap .collection_content.block.zitat.block1 .textcontent:after,
.zitat:after {
    content: '';
    font-size: 3rem;
    height: 20px;
    float: left;
    width: 100%;
    background: url(/userdata/images/icons/quote-end.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-top: 1rem;
    filter: grayscale(1) brightness(2.5);
}

.special-quote.zitat:after {
    width: 26px;
}

.special-quote.zitat .textcontent {
    clear: both;
}

.img-description.special-quote .textcontent {
    clear: both;
    margin-top: 3rem;
}

.collection_content.line-before-box h2 {
    margin-top: 0;
}

.insight-start-wrap.block .collection_content.block.zitat.block1 {
    margin-top: 3rem;
}

.insight-start-wrap.block .collection_content.block.zitat.block1 .textcontent {
    text-align: center;
}

.zitat-flr:before {
    content: '';
    font-size: 3rem;
    height: 20px;
    float: left;
    width: 100%;
    background: url(/userdata/images/icons/quote-start.svg);
    background-repeat: no-repeat;
    background-position: start;
    background-size: contain;
    margin-bottom: 1rem;
}

.zitat-flr:after {
    content: '';
    font-size: 3rem;
    height: 20px;
    float: left;
    width: 100%;
    background: url(/userdata/images/icons/quote-end.svg);
    background-repeat: no-repeat;
    background-position: start;
    background-size: contain;
    margin-top: 1rem;
}

.cloudy {
    padding: 3rem 0;
}

.collection_list.maintenance-facts .collection_container {
    padding: 0.5rem 0rem 0.4rem 1.5rem;
    font-size: 1rem;
    font-weight: 600;
}

.maintenance-group .row {
    display: flex;
    flex-wrap: wrap;
}

.collection_list.maintenance-facts {
    width: 50%;
    padding: 0px 0rem;
}

.collection_list.link-box .collection_container {
    height: 250px;
}

.collection_list.link-box .title {
    position: absolute;
    left: 0;
    bottom: 1rem;
    text-align: center;
    width: 100%;
    z-index: 1;
    font-size: 1.2rem;
    color: #fff;
}

.collection_list.link-box {
    padding: 2px;
}

.collection_list.link-box a {
    width: 100%;
    height: 100%;
    position: absolute;
}

.collection_list.coll-style1.second .collection_content.title {
    min-height: unset;
}

.collection_list.coll-style1.jobs .collection_link a,
.collection_list.coll-style1.second .collection_link a {
    opacity: 1;
    background: var(--second);
    padding: 0.45rem 1rem 0.2rem 1rem;
    float: left;
    margin-right: 1.5rem;
    text-decoration: none;
    text-transform: uppercase;
    transition: 200ms;
    margin-top: 2rem;
    border: 1px solid var(--second);
    color: var(--main);
    height: auto;
    width: auto;
    position: relative;
    margin-left: 1.5rem;
    margin-top: 0.5rem;
}

.collection_list.coll-style1.jobs .collection_link a:hover,
.collection_list.coll-style1.second .collection_link a:hover {
    background-color: var(--clr-secondary-hover);
    transition: 200ms;
}

.maintenance-group .coll-style1.second .mini-title, .maintenance-group .coll-style1.second .desc-text {
    display: none;
}

.maintenance-group .collection_list.coll-style1.second .collection_link a {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    border: none !important;
}

.maintenance-group .collection_list.coll-style1.second .box-img:after {
    content: '';
    background: linear-gradient(0deg, rgb(0 0 0 / 60%), transparent);
    position: absolute;
    left: 0;
    bottom: 0;
    height: 35%;
    width: 100%;
}

.maintenance-group .collection_list.coll-style1.second .collection_container.Maintenance {
    width: 100%;
}

.maintenance-group .collection_list.coll-style1 .collection_container {
    border-left: none;
}

.maintenance-group .collection_list.coll-style1.second {
    padding: 3px;
}

.coll-full .collection_list {
    width: 100%;
}

.maintenance div#footer-header {
    display: none;
}

.zitat .textcontent {
    max-width: 900px;
    margin: 0 auto;
}

.back_to_overview, button#backButton {
    display: none;
}

.collection_full.coll-style1.second > .collection_container > .title, 
.collection_full.coll-style1.second > .collection_container > .mini-title, 
.collection_full.coll-style1.second > .collection_container > .box-img {
    display: none;
}

.full_preview div#slider > br {
    display: none;
}

.con1-left-wrap {
    width: 66.66666%;
    float: left;
}

.con1-right {
    width: 33.33333%;
    float: right;
}

.text50 {
    width: 50%;
    float: left;
    padding-right: 1rem;
}

.collection_full.second div#area-7 {
    background: var(--clr-primary-white);
    padding-bottom: 0;
}

.full_preview div#footer-header {
    display: none;
}

.box1-wrap {
    align-items: center;
    display: flex;
}

.box1-wrap h2 {
    margin-bottom: 1rem;
}

.list-box li {
    background: var(--clr-primary-white);
    margin-bottom: 1rem;
    padding: 0.7rem 1rem 0.5rem 1rem;
    float: left;
    list-style: none;
}

div#slider .collection_full img {
    height: 100% !important;
}

div#slider .collection_full .header-img img {
    height: 700px !important;
}

.con1-right .collection_list.contact-person {
    float: right;
}

.con1-left {
    max-width: 650px;
}

.img13 {
    width: 33.33333%;
    float: left;
}

.text23 {
    width: 66.66666%;
    float: left;
}

.text23 {
    padding-left: 3rem;
}

.collection_content.to6.einschub {
    position: absolute;
    z-index: -1;
    top: 0;
    overflow: hidden;
    height: 100%;
    width: 100%;
}

/* .collection_content.to6.einschub:after {
    background: rgb(0 0 0 / 60%);
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
} */

.collection_full.second .collection_content.to6.button {
    display: flex;
    justify-content: center;
}

.collection_full.second #area-6 h3,
.collection_full.second #area-6 h2,
.collection_full.second #area-6 {
    color: #fff;
}

.box4-wrap,
.box3-wrap,
.box2-wrap,
.box1-wrap {
    padding: 2rem;
    background: var(--clr-primary-light);
}

.box4-wrap,
.box1-wrap {
    width: 100%;
}

.box3-wrap,
.box2-wrap {
    width: calc(50% - 1rem);
}

.box-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 2rem;
}

.collection_full.second .box4-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.collection_full.second .box4-wrap .collection_content.big-blue {
    width: 66.666%;
}

.collection_full.second .box4-wrap .collection_content.button a {
    margin: 0;
}

.con1-left h2 {
    margin: 0;
    margin-bottom: 1rem;
}

.con1-left.big-grey, .con1-left.big-blue {
    margin-bottom: 1rem;
}

.text13 {
    width: 33.33333%;
    float: left;
    padding-left: 3rem;
}

.text13 li {
    margin-bottom: 1rem;
}

.collection_content.proofes.to4.coll {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.collection_list.proof a {
    opacity: 1;
    position: relative;
    float: left;
    margin-left: 1.5rem;
    text-transform: uppercase;
    text-decoration: none;
    width: auto;
}

.collection_list.proof a:after {
    content: '';
    background: url(/userdata/images/icons/arrow-right-short-second.svg);
    position: relative;
    float: right;
    width: 16px;
    height: 16px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
    margin-left: 0.5rem;
    top: 2px;
}

.text23 h2 {
    margin-bottom: 1rem;
}

.collection_list.coll-style1.kacheln .title {
    min-height: unset;
}

.center .collection_list.einschub {
    max-width: 100%;
}

.center .einschub .button a {
    margin: 0;
}

.collection_list.einschub .collection_container {
    display: flex;
    flex-wrap: wrap;
}

.center .collection_list.einschub .collection_container {
    justify-content: center;
}

.einschub .collection_content.mini-title {
    width: auto;
    background: var(--clr-primary-light);
    margin: 1.5rem 1.5rem 0.5rem 1.5rem;
    float: left;
    padding: 5px 10px 3px 10px;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    color: var(--tetiary-accent);
    font-weight: 700;
    letter-spacing: 1px;
}

.support-box {
    padding: 2rem;
    background: var(--clr-primary-light);
    font-size: 1.3rem;
    color: var(--main);
    position: relative;
    font-weight: 600;
}

.support-box a {
    text-decoration: none;
}

li {
    margin-bottom: 0.5rem;
}

.collection_list.locations {
    width: 100%;
    padding: 0;
}

.location-wrap {
    float: left;
    padding-right: 5rem;
}

.locations .map-img {
    width: 45%;
    float: right;
}

.collection_list.locations .title {
    font-family: var(--ff-heading) !important;
    margin-bottom: 1rem;
    font-size: var(--fs-800);
}

.img-lg .imgcontent {
    box-shadow: var(--shadow);
    border-radius: 1rem;
    overflow: hidden;
}

.overlap .row {
    display: flex;
    flex-wrap: wrap;
    align-items: end;
    justify-content: space-between;
}

.img-texting {
    text-align: right;
    max-width: 500px;
    float: right;
}

.img-description {
    font-size: 0.8rem;
    color: var(--fc-grey);
    margin-top: 0.3rem;
}

.video-description {
    font-size: 0.8rem;
    color: var(--fc-grey);
    margin-top: 0rem;
}

.img-lg .imgcontent img {
    max-height: 700px;
}

.overlap {
    margin-top: -300px;
}

.impressions .row {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 1.8rem;
    grid-template-rows: repeat(12, 50px);
}

.impressions .imgcontent {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.impressions .imgcontent:nth-child(1) {
    grid-column: span 5;
    grid-row: span 4;
}

.impressions .imgcontent:nth-child(2) {
    grid-column: span 7;
    grid-row: span 4;
}

.impressions .imgcontent:nth-child(3) {
    grid-column: span 4;
    grid-row: span 3;
}

.impressions .imgcontent:nth-child(4) {
    grid-column: span 4;
    grid-row: span 3;
}

.impressions .imgcontent:nth-child(5) {
    grid-column: span 4;
    grid-row: span 4;
}

.impressions .imgcontent:nth-child(6) {
    grid-column: span 8;
    grid-row: span 5;
}

.impressions .imgcontent:nth-child(7) {
    grid-column: span 4;
    grid-row: span 4;
}

div#slider-addon {
    margin-top: -150px;
    position: relative;
}

.box {
    background: vaR(--clr-primary-light);
}

.link-privacy {
    position: relative;
    float: left;
    margin-top: 1.5rem;
    font-size: 1rem;
    clear: both;
}

.link-privacy a {
    text-decoration: none;
}

.box .button a {
    margin-top: 0.5rem;
    text-transform: none;
}

.about {
    margin-top: 3rem;
    padding-top: 3rem;
}

.about h3 {
    margin: 0;
}

.about .big-grey {
    margin-bottom: 1rem;
}

.about:after {
    content: '';
    position: absolute;
    left: 15px;top: 0;
    height: 1px;
    width: calc(100% - 30px);
    background: var(--main);
}


.stellen-erfahrene div#footer-header,
.stellen-ausbildung div#footer-header,
.stellen-quereinsteiger div#footer-header,
.karriere div#footer-header,
.stellen-ov div#footer-header {
    display: none;
}


.stellen-erfahrene .collection_list.contact-person {
    display: none;
}

.stellen-erfahrene.full_preview .collection_list.contact-person {
    display: block;
}

.full_preview .jobs .title {
    display: none;
}

.collection_full .collection_content.box-img {
    max-width: 700px;
    max-height: 420px;
}

.collection_full.jobs .collection_content.mini-title {
    display: none;
}

.collection_content.description1, 
.collection_content.description2, 
.collection_content.description3 {
    margin-top: 2rem;
    float: left;
}

.collection_list.contact-person {
    width: 100%;
    max-width: 320px;
    margin-bottom: 1rem;
}

.full_preview.stellen-ov div#content .container {
    display: flex;
    flex-wrap: wrap;
}

.sticky .row {
    position: sticky;
    top: 100px;
    padding: 0 1rem;
}

.line-before.line-box {
    position: relative;
    background: var(--bg-clouds);
    float: left;
    padding-top: 3rem;
    padding-right: 3rem;
    padding-bottom: 3rem;
    padding-left: calc(60px + 4rem);
}

.line-before.line-box:before {
    top: calc(3rem + 6px);
    left: 2.5rem;
}

.line-before.line-box .button a {
    background: none;
    border: none;
    padding: 0;
    color: var(--clr-link);
}

.collection_content.job-pdf {
    width: 100%;
    float: left;
    margin-top: 2rem;
}

.unique .collection_list.insights .collection_content.mini-title,
.unique .collection_list.insights .collection_content.desc-text {
    display: none;
}

.unique .collection_list {
    width: 100%;
}

.unique .collection_container {
    height: 330px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    width: 100%;
}

.unique .collection_content.box-img {
    width: 100%;
    height: 100% !important;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    filter: brightness(0.8);
}

.unique .title {
    color: var(--clr-primary-white);
    font-weight: 400;
    max-width: 1100px;
    padding: 0 3rem;
}

.einschub .collection_content.button {
    margin-top: 1rem;
    clear: both;
    width: 100%;
    display: flex;
    justify-content: center;
}

.einschub .collection_content.button a {
    margin-right: 0;
}

.grey-list li h3 {
    color: var(--clr-primary-dark);
    font-size: 1rem;
    font-weight: 400;
}

.grey-list li {
    padding: 0.2rem 1rem;
    background: var(--bg-grey);
    list-style: none;
    margin-bottom: 1.5rem;
}

.grey-list ul {
    padding-left: 0;
}

.grey-list li h3, .grey-list2 li h3 {
    color: var(--clr-primary-dark);
    font-size: 1rem;
    font-weight: 400;
}

.grey-list2 li {
    margin-bottom: 1rem;
    list-style: none;
}

.grey-list2 ul {
    padding-left: 0;
}

.grey-list2 .row {
    background: var(--clr-primary-light);
    padding: 2rem 2rem 1rem 2rem;
}

.box-out .row {
    background: var(--clr-primary-light);
    padding: 2rem;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.cloudy.box-out .row {
    background: none;
}

.button.flr a {
    float: right;
}

.box-out .button.flr a {
    margin-top: 0;
}

.trim:after {
    content: '';
    width: 100%;
    height: 100px;
    background: linear-gradient(0deg, #fff, transparent);
    position: absolute;
    left: 0;
    bottom: 0;
}

.grey .trim:after {
    background: linear-gradient(0deg, var(--bg-grey), transparent);
}

.trim.trim-dark:after {
    content: '';
    width: 100%;
    height: 100px;
    background: linear-gradient(0deg, var(--bg-grey), transparent);
    position: absolute;
    left: 0;
    bottom: 0;
}

.trim.active:after {
    display: none;
}

.collection_list.maintenance-facts .collection_container:before {
    content: '';
    background: var(--clr-primary-dark);
    width: 7px;
    height: 7px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 500px;
}

.einschub .collection_content.upload {
    margin-top: 1rem;
}

.einschub img {
    filter: brightness(0.6);
}

.collection_list.einschub .title {
    width: 100%;
    float: left;
}

.collection_list.einschub {
    text-shadow: 0 0 10px black;
}

.collection_list.einschub a {
    text-shadow: none;
}

.line-after {
    float: left;
    border-bottom: 1px solid var(--main);
    margin-bottom: 5rem;
    width: 100%;
    left: 1rem;
    padding: 0;
    padding-bottom: 3rem;
}

.sales-fully .collection_list {
    width: 100%;
    padding: 0;
}

.no-img .collection_list img, .no-img .collection_list .box-img {
    display: none;
}

.no-img .collection_content.desc-text, .no-img .collection_content.coll-link {
    clear: both;
}

.sales-fully .insights .collection_content.coll-link {
    clear: both;
}

.sales-fully .collection_content.coll-style1.insights__title.title {
    min-height: unset;
}

a.trim-btn {
    margin-bottom: 3rem;
}

.trim-d:after {
    content: '';
    width: 100%;
    height: 100px;
    background: linear-gradient(0deg, var(--clr-primary-light), transparent);
    position: absolute;
    left: 0;
    bottom: 0;
}

.button.center {
    width: 100%;
    display: flex;
    justify-content: center;
}

.button.center a {
    margin-right: 0;
}

ul li ul li {
    list-style: circle;
}

.coll-full .collection_list.coll-style1.insights {
    padding: 0;
}

.line-top {
    border-top: 1px solid var(--main);
}

.pb3 {
    padding-bottom: 3rem;
}

.line-bottom {
    border-bottom: 1px solid var(--main);
}

.list-img .imgcontent img {
    min-width: 800px !important;
}

.flex .row {
    display: flex;
    justify-content: space-between;
}

.flex {
    display: flex;
    justify-content: space-between;
}

.noflex, .noflex .row{
    display: block;
}

.news-media.full_preview .max750 {
    margin-top: 1.8rem;
}

.line-before-box > .textcontent {
    padding: 3rem 5rem 3rem 7rem;
    background: var(--bg-clouds);
    margin-top: 2rem;
    width: 100%;
    float: left;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    background-repeat: no-repeat;
    background-size: cover;
}

.news-media.full_preview .line-before-box > .textcontent {
    padding: 3rem 5rem 3rem 11rem;
}

.line-before-box .row {
    padding: 3rem 5rem 3rem 9rem;
    background: var(--bg-clouds);
    background-repeat: no-repeat;
    background-size: cover;
}

.components.maintenance div#area-12 {
    background: none;
    padding: 1rem 0;
}

.mb0 h2 {
    margin-bottom: 0rem;
}

.mt0 h2 {
    margin-top: 0;
}

.max320p15.button a {
    margin-right: 0;
}

.collection_content.contact-comment {
    margin-bottom: 1rem;
}

.location-outher {
    width: 100%;
    float: left;
}

.collection_list.coll-box .link a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.max32 {
    max-width: 320px;
}

.pop-up-button {
    border-bottom: 1px solid var(--dark-grey);
    position: relative;
    padding: 0.7rem 0 0.5rem 0;
}

.pop-up-button.current {
    border-bottom: none;
}

.pop-up-element ul {
    padding: 0;
    border: 1px solid var(--dark-grey);
}

.pop-up-element li {
    list-style: none;
    margin: 0;
    padding: 0.65rem 0.5rem 0.5rem 0.5rem;
}

.pop-up-element li:nth-child(odd) {
    background: var(--dark-grey);
}

.pop-up-element p {
    margin-bottom: 0.5rem;
}

.max-h300 {
    max-height: 300px;
}

.max-h500 {
    max-height: 500px;
}

.img-h500 img {
    max-height: 500px !important;
    object-fit: contain;
}

.big-grey.flr.zitat {
    text-align: left;
}

.oberpfaffenhofen div#footer-header {
    display: none;
}

.coll-lg .collection_content.box-img {
    width: 40%;
    float: left;
    position: absolute;
    padding-right: 1rem;
    top: -1px;
}

.coll-lg .collection_content.mini-title, .coll-lg .collection_content.title, .coll-lg .collection_content.desc-text, .coll-lg .collection_content.coll-link {
    max-width: calc(75% - 2rem) !important;
    margin-left: calc(40% + 1rem) !important;
}

.coll-lg .collection_list.coll-style1 .collection_content.title {
    padding: 0;
}

.collection_list.coll-style1 .collection_container {
    border-left: 1px solid var(--clr-light);
    float: left;
}

.coll-lg .collection_container {
    border-top: 1px solid var(--main);
}

.ai-center .row {
    align-items: center;
    display: flex;
    width: 100%;
    justify-content: center;
}

.textcontent ul {
    margin: 1.5rem 0;
}

.ulm0 ul {
    margin: 0;
}

.collection_content.box-link a {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.collection_list.coll-box.aircraft.cj,
.collection_list.coll-box.aircraft.aj {
    width: 50%;
}

.collection_list.coll-box.aircraft.cj .collection_content.box-img,
.collection_list.coll-box.aircraft.aj .collection_content.box-img {
    height: auto;
}

.collection_list.coll-box.aircraft.cj {
    width: 50%;
}

.collection_list.coll-box.aircraft.cj .collection_content.box-img {
    height: auto;
}

.zitat.left:before, .zitat.left:after {
    background-position: left;
}

.insights .collection_list.coll-style1.insights {
    width: 50%;
}

.insights .collection_list.coll-style1.insights .collection_content.box-img {
    height: 280px !important;
}

.insights .collection_list.coll-style1.insights .collection_content.coll-link {
    margin-bottom: 0;
}

.team .collection_content.contact-comment {
    display: none;
}

.team-outer .row {
    display: flex;
    flex-wrap: wrap;
    padding: 2rem 1rem;
}

.team-inner {
    border-bottom: 1px solid var(--dark-grey);
    float: left;
    width: 100%;
}

.team-inner {
    border-bottom: 1px solid var(--dark-grey);
    float: left;
    width: 100%;
    padding: 0;
}

.team-outer .pop-up-button {
    clear: both;
    width: 100%;
    float: left;
    color: var(--fc-grey);
    border-bottom: 1px solid var(--main-opac);
}

.team-inner .collection_list.contact-person .collection_container {
    height: 100%;
}

.pop-up-element.team-inner .collection_content {
    padding-right: 1rem;
}

.pop-up-element.team-inner .collection_list.contact-person .image {
    width: 99%;
    max-width: unset;
    padding-right: 0;
}

.team-inner .collection_list.contact-person {
    padding: 1rem 0;
    position: relative;
    top: unset;
    height: 535px;
}

.main-title h2,
.title-team h2 {
    font-size: var(--fs-900);
}

.box-white {
    background: #fff;
    padding: 2rem;
}

.col-xs-12.col-sm-12.col-md-12.col-lg-6.box-white {
    max-width: calc(50% - 2rem);
    margin: 0 1rem;
    margin-bottom: 1rem;
}

.approval-group {
    position: relative;
    float: left;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
    border-bottom: 1px solid var(--dark-grey);
    padding-bottom: 1rem;
}

.approval-group .approval-text, .approval-group .approval-btn {
    float: left;
    display: block;
    position: relative;
}

.button.approval-btn a {
    margin: 0 0 0 0.5rem;
}

.box-white h2 {
    margin-top: -7px;
}

.button.mg0 a {
    margin: 0;
}

.collection_list.historie .collection_container {
    max-width: 1350px;
    margin: 0 auto;
    padding: 0 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.collection_list.historie {
    width: 100%;
}

.collection_list.historie .img {
    width: 35%;
}

.histo-text {
    width: 65%;
    padding-right: 2rem;
}

.histo-text, .collection_list.historie .img {
    float: left;
    position: relative;
}

.collection_list.historie .img {
    padding: 2rem 0rem 2rem 2rem;
    max-width: 500px;
}

.history div#area-2 {
    padding: 0rem 0px;
}

.collection_list.historie:nth-child(even) {
    background: #fff;
}

.collection_list.historie .title {
    font-family: var(--ff-heading) !important;
    font-size: var(--fs-800);
    color: var(--main);
    flex: 0 0 10%;
}

.line-top.impress-text {
    margin-top: 3rem;
    padding-top: 3rem;
}

.margin-auto {
    margin: 0 auto;
}

.big h2 {
    font-size: var(--fs-900);
}

.news-media .collection_list.contact-person {
    position: relative;
    top: unset;
    padding-left: 0;
}

.collection_list.events {
    width: 100%;
    padding: 0;
    margin-bottom: 2rem;
}

.collection_list.article {
    width: 100%;
    padding-left: 0;
}

.article-list-text-wrap {
    display: flex;
    flex-direction: column-reverse;
    padding-left: 250px;
}

.collection_list.article .img {
    position: absolute;
    left: 0;
    top: 0;
    width: 250px;
    height: 160px;
    overflow: hidden;
}

.article-list-text-wrap {
    display: flex;
    flex-direction: column-reverse;
    min-height: 160px;
    justify-content: flex-end;
    padding: 1rem;
    padding-left: calc(250px + 1rem);
    border-top: 1px solid var(--clr-light);
}

.collection_list.article {
    width: 100%;
    padding-left: 0;
    margin-bottom: 0.5rem;
}

.collection_list.article .title {
    font-size: var(--fs-600);
    line-height: 28px;
}

.collection_list.article .collection_link a {
    opacity: 1;
    float: left;
    top: unset;
    left: unset;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    background: none;
    border: none;
    color: var(--clr-link);
    padding: 0;
    margin-top: 0rem;
    line-height: 1.1;
}

.collection_full.article .collection_content.img.left-con {
    height: auto;
    max-height: 600px;
    overflow: hidden;
}

.collection_list.article .collection_link a:hover {
    color: #c4b014;
}

.collection_full.article .left-con {
    position: relative;
}

.collection_content.text {
    margin-top: 2rem;
}

.full_preview .blind-heading {
    display: none;
}

.full_preview .collection_content.date:before {
    content: 'Pressemitteilung';
    width: 100%;
    float: left;
}

.img-undertitle {
    font-size: 0.85rem;
    opacity: 0.7;
    margin-top: 0.2rem;
}
.collection_content.img-text {
    font-size: 0.85rem;
    opacity: 0.8;
    margin-top: 0.5rem;
}

.full_preview .collection_content.article__title {
    font-family: var(--ff-heading) !important;
    font-size: var(--fs-800);
    padding: 0 1rem;
    margin-bottom: 2rem;
    max-width: 1200px;
}

.full_preview .collection_content.jobs__title {
    font-family: var(--ff-heading) !important;
    font-size: var(--fs-900);
    padding: 0;
    margin-bottom: 2rem;
    max-width: 1200px;
    color: #fff;
}

.news-media.full_preview div#slider-wrapper #slider {
    height: 100px;
    overflow: hidden;
}

.news-media.full_preview .header-text {
    display: none;
}

.full_preview .collection_content.date {
    padding: 0 1rem;
}

.full_preview .full-blind {
    display: none;
}

.collection_content.img-upload.right-con {
    position: relative;
    float: left;
    max-width: 100%;
}

.collection_content.img-upload.right-con a {
    max-width: 100%;
    float: left;
    line-break: auto;
}

.filegallery_content_file::before {
    content: attr(data-before-content);
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}

.filegallery_content_file {
    margin-bottom: 1.5rem;
    float: left;
    clear: both;
}

.article-elements {
    display: flex;
    flex-direction: column;
}

.article-elements .collection_list {
    display: none;
}

.pagination {
    margin-top: 20px;
    display: flex;
    justify-content: center;
}

.pagination button {
    padding: 8px 10px 5px 10px;
    cursor: pointer;
    width: 42px;
    border-radius: 0;
    background: var(--dark-grey);
    color: var(--main);
}

.pagination button.active {
    background-color: var(--clr-light);
}

.kontakt div#content .container {
    display: flex;
}

.sticky .row {
    position: sticky;
    top: 120px;
}

.kontakt div#content .container {
    display: flex;
    justify-content: space-between;
}

.form-element p {
    float: left;
}

.form-element .form-group {
    padding-top: 0;
    padding-bottom: 1rem;
}

input::placeholder {
    font-size: 0.9rem;
}

.contactformular form {
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
}

.form-group.firstname, 
.form-group.lastname, 
.form-group.plz, 
.form-group.location, 
.form-group.mail, 
.form-group.phone {
    max-width: calc(50% - 0.5rem);
}

.form-group.anrede .input.select_body {
    max-width: 220px;
}

p.hint {
    font-size: 0.8rem;
    margin-bottom: 1rem;
}

.recaptcha-class {
    margin-bottom: 2rem;
}

.location-text-wrap {
    width: 50%;
    padding-right: 3rem;
    float: left;
}

.collection_content.cross-link.button .textcontent {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.sticky .row {
    position: sticky !important;
    top: 100px;
    float: unset;
}

.stellenbeschreibung.full_preview div#slider img {
    height: 450px !important;
}

.full_preview h3.collection_content.article.jobs__title.title.custom {
    font-size: var(--fs-900);
    font-family: var(--ff-heading) !important;
    color: #fff;
}

.stellenbeschreibung.full_preview #slider-wrapper div.slider-untertitle {
    bottom: 40%;
}

.stellenbeschreibung .collection_list.contact-person {
    padding-top: 0;
}

.stellenbeschreibung .collection_container.Karriere .collection_content.contact-comment {
    margin-bottom: 0;
}

.collection_full.article.jobs .collection_content.img.left-con {
    margin-bottom: 3rem;
}

.collection_content.maintitle h1 {
    color: var(--main);
    margin: 2rem 0;
}

.collection_content.left-con.text-two {
    margin-top: 3rem;
    padding-top: 3rem;
    border-top: 1px solid var(--main);
}

main > .collection_content.cross-link.button {
    float: left;
    width: 100%;
    background: url(/userdata/images/header/hangar.jpg);
    padding: 5rem 0;
    min-height: 350px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: center;
}

main > .collection_content.cross-link.button h2 {
    color: #fff;
}

.collection_list.job-cat .title {
    -webkit-line-clamp: 1 !important;
    min-height: unset !important;
}

.kategorie-wrap {
    display: flex;
}

.kategorie-wrap .collection_container {
    height: 100%;
}

.collection_list.job-cat .collection_link a {
    position: relative;
    float: left;
    margin-left: 1.5rem;
}

.collection_list.job-cat .collection_link a:hover {
    opacity: 1;
}

.full_preview h3.collection_content.coll-style1.job-cat__title.title.custom {
    color: #fff;
    font-family: var(--ff-heading) !important;
    font-size: var(--fs-900);
}

.berufskategorien.full_preview div#slider img {
    height: 450px !important;
}

.berufskategorien.full_preview #slider-wrapper div.slider-untertitle {
    bottom: 33%;
}

.berufskategorien.full_preview .collection_content.desc-text,
.berufskategorien.full_preview .collection_content.mini-title,
.berufskategorien.full_preview .collection_content.box-img {
    display: none;
}

.collection_content.description {
    max-width: 800px;
}

.jobs .collection_container .collection_content {
    float: left;
    display: block;
    position: relative;
    font-size: var(--fs-600);
}

.jobs .collection_content.img.left-con {
    height: 99px;
    position: absolute;
    right: 0;
    top: 0;
    width: 33%;
    /* display: none; */
}

.collection_list.jobs {
    width: 100%;
    padding: 0;
}

.collection_list.jobs > .collection_container {
    position: relative;
    float: left;
    min-height: 100px;
    width: 100%;
    background: var(--bg-grey);
    overflow: hidden;
}

.jobs .collection_content.img.left-con:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, var(--bg-grey), transparent);
    top: 0;
    left: 0;
}

.collection_list.jobs .collection_container a {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 10000;
}

.collection_list.jobs .collection_container.Berufseinsteiger {
    width: 100%;
}

.collection_list.jobs .collection_content.job-location {
    color: var(--main-dark);
}

.filegallery_content_file::before {
    display: none;
}

.news-media .filegallery_content_file::before {
    display: none;
}

.slider-untertitle.content-selector {
    text-shadow: 0px 0px 4px rgb(0 0 0 / 50%);
}

.collection_list.aircrafts {
    width: 100%;
    margin-bottom: 2rem;
    padding: 0;
}

.collection_list.aircrafts .img {
    height: 336px;
    float: left;
    display: block;
    position: relative;
    z-index: -1;
}

.collection_list.aircrafts a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    margin: 0;
}

.collection_list.aircrafts .title {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: var(--second);
    text-align: center;
    margin: 0;
    padding: 0.5rem;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.collection_list.aircrafts .collection_container:hover .title {
    background: var(--clr-secondary-hover);
}

.collection_list.aircrafts .collection_container {
    float: left;
    width: 100%;
}

.collection_list.portfolio .img {
    position: relative;
    width: 100%;
    height: 240px;
}

.listing-portfolio {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.collection_list.portfolio {
    width: calc(100% - 0rem);
    padding: 0;
}

.collection_list.portfolio .collection_container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
}

.collection_list .collection_content.yellow {
    position: absolute;
    top: 51px;
    left: 60px;
    transform: translate(-50%, -50%) rotate(-40deg);
    z-index: 1;
    color: var(--main-dark);
    font-size: 1.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
}

.collection_list.portfolio:after {
    content: '';
    position: absolute;
    left: -30%;
    top: -170px;
    height: 160px;
    width: 100%;
    background: rgb(247 237 148 / 80%);
    transform: rotate(-40deg);
}

.collection_list.portfolio {
    overflow: hidden;
    margin-bottom: 1rem;
}

.einschub > .collection_content.img {
    position: absolute;
}

.rush .row {
    background: var(--bg-grey);
    padding: 2rem;
}

.ankerbuttons a {
    margin-bottom: 1rem;
    float: left;
    font-weight: bold;
    text-decoration: none;
    padding-right: 1.5rem;
    position: relative;
    width: 100%;
    text-transform: uppercase;
    font-size: 0.9rem;
}

.ankerbuttons a:after {
    content: '';
    background: url(/userdata/images/icons/arrow-right-short-second.svg);
    position: absolute;
    width: 18px;
    height: 16px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.line-top-inside .textcontent {
    border-top: 1px solid var(--main);
    margin-top: 2rem;
    padding-top: 2rem;
}

.line-top-inside {
    padding: 0;
}

.line-top-inside.left {
    padding-right: 1rem;
}

.line-top-inside.right {
    padding-left: 1rem;
}

.collection_list.coll-style1 .coll-toggle .collection_content.details {
    display: none;
}

.collection_list.coll-style1 .collection_list.coll-toggle.areas {
    width: 33.333%;
    clear: unset;
}

.normal .collection_content.box-img {
    float: left;
}

.normal.collection_list.coll-style1 .collection_content.title {
    min-height: unset !important;
    margin-top: 1.5rem;
}

div#area-4:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: inherit;
    background-size: inherit;
    background-position: inherit;
    background-repeat: no-repeat;
    filter: brightness(0.3);
    z-index: -1;
}

.impressum div#footer-header,
.datenschutz div#footer-header,
.ueber-uns.ueber-uns div#footer-header {
    display: none;
}


.ueber-uns.ueber-uns div#area-5 {
    padding-top: 0px !important;
}

.ueber-uns.ueber-uns div#area-5:before {
    content: '';
    background: url(/userdata/images/csm_content_runway_full_screen_width_79f5f1dc18.jpg);
    width: 100%;
    height: 400px;
    float: left;
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-bottom: 3rem;
}


/* body#body.not_found.page_404 {
    background: url(/userdata/images/header/hangar.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.page_404 div#content {
    min-height: 350px;
}

.page_404 div#content .textcontent {
    font-size: 1rem;
}

.page_404 div#content .row {
    top: 40%;
    position: absolute;
    color: #fff;
    font-size: 1.4rem;
} */



.Maintenance .collection_content.site-link a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.coll-full .collection_container {
    width: 100%;
}

#header_2 li.level_2 a {
    float: left;
    text-transform: uppercase;
    font-size: 1rem;
    width: auto;
    min-width: 100%;
    padding: 8px 15px 5px 15px;
    font-size: 15px;
    white-space: nowrap;
    font-weight: 400;
}

#header_2 li.level_2 a:hover {
    background: var(--dark-grey);
}

.insights-detail h3.collection_content.coll-style1.insights__title.title {
    font-family: var(--ff-heading) !important;
    font-size: var(--fs-800);
}

.header-text .collection_content.mini-title {
    background: var(--dark-grey);
    float: left;
    padding: 0.2rem 1rem 0rem 1rem;
    text-transform: uppercase;
    font-size: 12px;
    color: var(--main);
    font-weight: 600;
    margin-bottom: 1rem;
    text-shadow: none;
}

.collection_full.insights .collection_content.detail-text strong {
    font-size: var(--fs-700);
    color: var(--fc-grey);
    font-weight: 400;
}

.insight-start-wrap-txt {
    width: 66.666%;
    margin: unset;
}

.collection_full.insights .collection_content.contact {
    max-width: 33.333%;
    justify-content: flex-end;
    display: flex;
    flex-direction: column;
}

.insight-start-wrap {
    padding: 0rem 0 3rem 0;
}

.block1-wrap, .block2-wrap, .block3-wrap, .block4-wrap, .block5-wrap {
    padding: 3rem 0;
}

.block.grey {
    background: var(--bg-grey);
    box-shadow: 1000px 0px 0px var(--bg-grey), -1000px 0px 0px var(--bg-grey);
}

.block.zitat {
    font-size: var(--fs-700);
    color: var(--fc-grey);
    padding: 3rem 0;
}

.block.zitat .textcontent {
    max-width: 800px;
    margin: 0 auto;
}

.gallery-wrap .collection_list.coll-style1.insights {
    padding: 0;
}

.gallery-wrap {
    flex: 0 0 43%;
    width: 43%;
    padding-top: 1rem;
}

.trim-wrap {
    flex: 0 0 50%;
    width: 50%;
}

.collection_container .block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.collection_container .block.grey {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    justify-content: space-between;
}

.collection_content.block.gallery .owl-item img {
    height: 300px ! Important;
}

.collection_content.block.galtitle h3 {
    font-size: 1rem;
    color: var(--fc-grey);
    font-weight: var(--fw-400);
}

.collection_content.block.zitat {
    width: 100%;
    padding-top: 0;
}

.collection_content.block.gallery.detail-text {
    width: 100%;
}

.grey .trim {
    padding-bottom: 5rem;
}

.block .owl-nav {
    justify-content: flex-start;
    padding-left: 10px;
}

.block .owl-nav button {
    width: 22px;
}

.insights .collection_link a {
    margin-left: 1.5rem;
}

.flugzeugmuster.full_preview h3.title {
    display: none;
}

.muster .pop-up-element li {
    list-style: none;
}

.pop-up-element ul {
    margin: 0 0 1rem 0;
}

.muster-toggle-wrap.block {
    display: block;
    max-width: 800px;
    margin: 3rem 0 5rem 0;
}

.muster .collection_content.pop-up-element {
    padding: 0;
}

.maintenance-group .collection_list.coll-style1.second .collection_container.Maintenance {
    background: var(--second);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.collection_list.muster .collection_container {
    background: var(--second);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column-reverse;
}

.collection_list.muster.insights .collection_link a {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.collection_list.muster.insights .other-side a {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 2;
}

.collection_list.muster.insights {
    width: 33%;
}

.muster .collection_content.box-img {
    height: 243px;
    width: 100%;
}

.cor-jet-charter .muster .collection_content.box-img {
    height: 245px;
    width: 100%;
}

.header-text h3.collection_content.muster.insights__title.title.custom {
    color: #fff;
}

.cor-jet-charter .collection_list.muster.insights {
    width: 50%;
}

.maintenance-group .collection_list.coll-style1.second .title,
.collection_list.coll-box .title,
.muster h3.collection_content.muster.insights__title.title.custom {
    text-transform: uppercase;
    font-size: 14px;
    text-align: center;
    color: var(--main-dark);
    padding: 0.5rem;
    margin: 0;
    width: auto;
    float: left;
    font-weight: 600;
    letter-spacing: 1px;
    font-weight: 700;
}

.collection_list.coll-box .title:after,
.muster h3.collection_content.muster.insights__title.title.custom:after {
    content: '';
    background: url(/userdata/images/icons/arrow-right-short.png);
    width: 15px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    float: right;
    margin-left: 0.5rem;
    height: 15px;
    top: 50%;
}

.collection_content.detail-text {
    margin-bottom: 3rem;
}

.insights .collection_link a:hover {
    opacity: 1;
}

.normal-strong strong {
    color: var(--special-grey);
    font-size: 22px;
    font-weight: 300;
}

.collection_list.article .collection_content.date {
    font-size: var(--fs-400);
}

.news-media .right-side {
    font-size: var(--fs-400);
}

.kategorie-wrap .job-cat {
    width: 50%;
}

.collection_full.coll-style1.job-cat > .collection_container > .collection_content.jobs {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.collection_full.coll-style1.job-cat .description {
    margin-bottom: 3rem;
}

a.full-a:hover {
    opacity: 1;
}

.full_preview .header-text h3.collection_content.muster.insights__title.title.custom {
    display: none;
}

.collection_full .collection_content.contact {
    justify-content: flex-start !important;
}

.current-listings .header-text .row {
    display: flex;
    flex-direction: column-reverse;
}

.header-text h3.collection_content.aircrafts__title.title.custom {
    color: #fff;
}

.aircrafts .sec-title {
    color: var(--main-dark);
    margin-bottom: 1rem;
    font-weight: var(--fw-semi-bold);
    font-size: var(--fs-900);
    font-family: var(--ff-heading);
}

.aircraftforsale.full_preview .header-text h3.aircrafts__title.title.custom {
    display: none;
}

.header-text .collection_content.maintitle h1 {
    color: #fff;
    margin-bottom: 0;
}

.collection_content.text2.left-con ul {
    padding-left: 50px;
    margin-top: 10px;
}

.collection_content.sales-vid {
    padding: 0 15px;
    margin-top: 3rem;
    float: left;
    width: 100%;
}

.collection_content.sales-gallery {
    float: left;
    width: 100%;
}

.sales-gallery .owl-item img {
    height: 600px !important;
}

.collection_content.quelle {
    float: left;
    width: 100%;
    font-size: 0.8rem;
    opacity: 0.6;
    margin-top: -45px;
    position: relative;
    padding-left: 10px;
}

.collection_content.left-con.text-two {
    float: left;
    width: 100%;
}

.collection_content.sales-vid .youtubecontent:before {
    content: 'Sales video';
    width: 100%;
    text-align: center;
    float: left;
    font-size: var(--fs-800);
    font-weight: 600;
    margin-bottom: 1rem;
    color: var(--main-dark);
}

.collection_content.sales-gallery:before {
    content: 'Gallery';
    width: 100%;
    text-align: center;
    float: left;
    font-size: var(--fs-800);
    font-weight: 600;
    margin-bottom: 1rem;
    color: var(--main-dark);
    margin-top: 3rem;
}

.pop-wrap {
    float: left;
    width: 60%;
    margin-top: 3rem;
}

.pop-wrap:before {
    content: 'Technical data:';
    width: 100%;
    float: left;
    font-size: var(--fs-800);
    font-weight: 600;
    margin-bottom: 1rem;
    color: var(--main-dark);
    font-family: var(--ff-heading);
}

.pop-wrap .collection_content.pop-up-button,
.pop-wrap .collection_content.pop-up-element {
    float: left;
    width: 100%;
}

.pop-wrap ul, .pop-wrap li {
    margin: 0;
    list-style: none !important;
}

.aircraftforsale.full_preview .collection_content.left-con.text-two {
    float: right;
    width: 30%;
    padding: 2rem;
    background: var(--bg-grey);
    border-top: none;
}

.collection_content.pop-up-button.current {
    color: var(--main);
}

.text13 ul {
    margin-top: 0;
}
.list-img .imgcontent img {
    width: 800px !important;
}
.collection_list.coll-style1.kacheln .box-img {
    padding-right: 0;
}

.aircraft-transactions div#content .w45.pr3.space {
    clear: left;
}

.team-outer .collection_list.contact-person {
    width: 25%;
    max-width: unset;
}

.team-outer .pop-up-button {
    padding-right: 1rem;
}

/* header li.level_1.levels {
    position: relative;
} */

.box-white.maintenance .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.box-white.maintenance .row .textcontent {
    width: 100%;
}

.box-white.maintenance .row .approval-text {
    width: 50%;
}

.box-white.maintenance .button.approval-btn {
    width: 50%;
}

.box-white.maintenance .button.approval-btn a {
    float: right;
    margin: 0.5rem 0;
}

.collection_list.historie .collection_content.text {
    flex: 0 0 60%;
}

.collection_list.historie .collection_content.img {
    flex: 0 0 30%;
}

.berufskategorien.full_preview div#content {
    padding-top: 2rem;
}

.datenschutz table {
    min-width: 1000px;
}

.table-wrap {
    overflow-x: scroll;
}

li.level_1.levels {
    position: relative;
}

.collection_content.block.galtitle {
    padding-left: 10px;
}

.collection_full.coll-style1.insights .faq_group_container {
    margin-top: 4rem;
    margin-bottom: 5rem;
}

.component.top-navigation a.attention {
    color: #ebe18d !important;
    font-weight: 600 !important;
}

div#search_modul_request_button {
    background: url(/userdata/images/icons/search.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    filter: invert(1);
}

.slider-untertitle.content-selector a {
    text-shadow: none !important;
}

a {
    text-decoration: none !important;
}

.collection_list.article .link-btn:hover:after,
a.trim-btn:hover:after {
    background: url(/userdata/images/icons/arrow-right-short_y-d.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.collection_list.article .link-btn:hover {
    color: #c4b014;
}

.collection_list.article a.button::after {
    display: none;
}

.collection_list.article .collection_link a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.level_2 a.active_tree {
    color: var(--main-dark) !important;
}

.insights-detail .header-text,
.insights .header-text {
    max-width: 1100px;
}

/* .insights #slider-wrapper div.slider-untertitle {
    top: 55%;
} */

.header-text .textcontent {
    line-height: 1.5;
}

.header-text .textcontent h1 {
    line-height: auto;
}

/* .flight-operations #slider-wrapper div.slider-untertitle,
.locations #slider-wrapper div.slider-untertitle {
    top: 370px;
} */

.breadcrumb {
    list-style: none;
    display: flex;
    padding-left: 50px;
    font-size: 14px;
    padding-top: 10px;
    color: #fff;
}

.breadcrumb li {
    margin-right: 5px;
    list-style: none;
}

.breadcrumb a {
    color: var(--clr-link);
}

.breadcrumb li+li:before {
    content: ">";
    margin-right: 5px;
    font-family: sans-serif;
    font-stretch: condensed;
}

nav#breadcrumbNav {
    position: absolute;
    left: 0;
    top: 100px;
    width: calc(100% - 80px);
    z-index: 100;   
}

.stellenbeschreibung .header-text {
    max-width: 1000px;
}

.footer-3-outer {
    padding-right: 60px;
}

.hamburger-menu .component.top-navigation a {
    color: var(--fc-dark) !important;
}

/* search */

#header_2 {
    display: flex;
    align-items: center;
}

#header_2 .search_modul_request_button {
    width: 24px;
    height: 24px;
    margin-left: 0px;
    cursor: pointer;
    margin-bottom: 0.9rem;
    top: -2px;
    position: relative;
    margin-left: -10px;
}

#header_2 .search_modul_request_button svg{
    width: 100%;
    height: 100%;

}

.search_modul_wrapper {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: #00000070;
    top: 0px;
    left: 0px;
    z-index: 9999;
    display: flex;
    padding-top: 250px;
    justify-content: center;
    align-items: flex-start;
}
.search_modul_wrapper.hide {
    display: none;
}
.search_modul_wrapper .search_modul_block {
    max-width: 600px;
    width: 100%;
    background-color: #fff;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
}
.search_modul_wrapper .search_modul_search_button {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    transition-duration: 200ms;
}
.search_modul_wrapper .search_modul_search_button:hover {
    transform: scale(1.1);
    transition-duration: 200ms;
}
.search_modul_wrapper .search_modul_search_button svg{
    width: 100%;
    height: 100%;

}
.search_modul_wrapper .search_modul_answer{
    padding: 15px 15px 0px 15px;
    display: block;
}
.search_modul_wrapper .search_modul_answer_wrapper{
    max-height: 600px;
    overflow: hidden;
    overflow-y: scroll;
}
.search_modul_wrapper .search_modul_answer:hover{
    text-decoration: underline;
    cursor: pointer;
}
.search_modul_wrapper .search_modul_answer .search_modul_answer_text{
    border-bottom: 1px solid #ececec;
    padding-bottom: 15px;
}
.search_modul_wrapper .search_modul_answer .search_modul_answer_context{
    font-size: 12px;
}

/* search end */

a.trim-btn.space {
    padding-left: 105px;
}

.sec-title {
    margin-bottom: 40px;
}

.fact-outer li {
    position: relative;
    float: left;
    width: 50%;
    padding-right: 30px;
}

.fact-outer ul {
    margin-left: 0;
    position: relative;
    float: left;
    width: 100%;
    padding: 0 32px;
}

.big-interior-img {
    padding: 0 30px;
    margin: 3rem 0;
}

/* .muster .collection_content.zitat div:before, .muster .collection_content.zitat div:after {
    display: none;
} */

.collection_content.detail-text.line-before strong:last-child {
    color: var(--main-dark);
    font-weight: 600;
}

.flugzeugmuster.full_preview div#content {
    padding-bottom: 0;
}

.button.bottom-btn .textcontent {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.flugzeugmuster.full_preview div#area-2 {
    background: #fff;
}

.muster .collection_content.block.gallery .owl-item img {
    height: 500px !important;
    max-height: unset !important;
    max-width: unset !important;
}

.muster .block1-wrap .collection_content.block.gallery .owl-item img {
    height: 320px !important;
}

.muster .collection_content.block.gallery  {
    padding-left: 5rem;
}

.muster .trim-wrap a.button {
    position: relative;
    margin: 1rem 0 0 0rem;
    z-index: 1;
}

.muster .trim-wrap a.button:hover {
    background: var(--clr-secondary-hover);
}

.muster .block1-wrap .collection_content.block.gallery {
    padding-left: 0;
}

.collection_content.end-element {
    padding: 4rem 0;
    font-size: var(--fs-700);
}

.collection_content.end-element .textcontent div, .collection_content.end-element .textcontent {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.flugzeugmuster .collection_full.muster .trim-btn, 
.flugzeugmuster .collection_full.muster .trim:after {
    display: none;
}

.flugzeugmuster .insights .collection_list.coll-style1.insights {
    width: 100%;
    max-width: 470px;
}

.muster .collection_content.block2.gallery .owl-item img {
    height: 310px !important;
}

.insight-start-wrap.block .collection_content.block.gallery.detail-text {
    max-width: 800px;
    margin: 0 auto;
    padding-left: 0;
    margin-top: 5rem;
}

.insight-start-wrap.block .collection_content.block.gallery.detail-text img {
    max-height: 600px !important;
    height: auto !important;
    object-fit: contain !important;
}

.cap-list-group .row {
    position: relative;
    max-width: 825px;
}

.button.cap-list-btn a,
.button.cap-list-btn {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.components.maintenance div#area-3 {
    display: flex;
}

.list-img:after {
    content: '';
    position: absolute;
    right: 20px;
    top: 13px;
    background: url(/userdata/images/icons/img-zoom.jpg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 33px;
    height: 33px;
}

.aog-service-banner .big-grey {
    color: #fff;
}

.aog-service-banner .row {
    min-height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.collection_content.mini-title {
    text-shadow: none;
}

.components.maintenance div#area-7 {
    background: url(/userdata/images/csm_content_mx_components_liferaft_174_cfc908cc7f.jpg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.components.maintenance div#area-7:before {
    background: rgba(0, 0, 0, 0.5);
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.special-coll .box-img {
    width: 40% !important;
    float: left;
    height: 100px !important;
}

.special-coll .collection_content.desc-text {
    display: none;
}

.special-coll .title {
    font-size: 1rem;
    margin-top: 0;
    margin-bottom: 0 !important;
}

.special-coll-wrap {
    position: relative;
    float: left;
    width: 60%;
}

.special-coll .collection_list.coll-style1 .collection_container {
    border-left: none;
    border-top: 1px solid var(--clr-light);
}

.special-coll img {
    top: -1px;
    position: relative;
}

.special-coll .insights .collection_link a {
    background: none;
    border: none;
    color: var(--clr-link);
    margin: 0 0 0 0.6rem;
}

.special-coll .insights .collection_link a:hover {
    color: #c4b014;
}

.special-coll .insights .collection_link a:after {
    content: '';
    background: url(/userdata/images/icons/arrow-right-short_y.png);
    position: relative;
    float: right;
    width: 13px;
    height: 11px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
    margin-left: 0.5rem;
    top: 50%;
}

.special-coll .insights .collection_link a:hover:after {
    background: url(/userdata/images/icons/arrow-right-short_y-d.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.components.maintenance #area-8 .box-out .row {
    background: #fff;
}

.infosheet {
    max-width: 270px;
    background: var(--bg-grey);
    padding: 1rem;
    margin-right: 35px;
}

.infosheet a.button {
    margin: 1rem 0 0 0;
}

.interior.maintenance div#area-6 .container {
    display: flex;
    align-items: center;
}

.grey-btn a {
    background: var(--btn-grey);
    border: 1px solid var(--btn-grey);
}

.grey-btn a:hover {
    background: var(--btn-grey-hover);
    border: 1px solid var(--btn-grey-hover);
}

.insight-spec-title {
    width: 100%;
}

.location #slider img {
    height: 567px !important;
}

.location #slider-wrapper div.slider-untertitle {
    bottom: 15% !important;
    top: unset !important;
}

.aircraft-management.flight-operations #slider-wrapper div.slider-untertitle {
    top: 150px;
}

.air-ambulance.flight-operations #slider-wrapper div.slider-untertitle,
.cor-jet-charter.flight-operations #slider-wrapper div.slider-untertitle {
    top: 150px;
}

.special-coll.operation-spec .collection_content.box-img {
    max-width: 300px;
    height: 149px !important;
}

.collection_list.coll-box.aircraft.al {
    width: 50%;
}

.collection_list.coll-box.aircraft.al .box-img {
    height: 420px;
    width: 100%;
}

.air-ambulance.flight-operations div#footer-header {
    display: none;
}

.dornier328Jet div#footer-header,
.learjet60xr div#footer-header {
    display: none;
}

.aircraft-transactions div#area-6 .collection_list.einschub {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

div#area-4 > .collection_content img {
    object-position: bottom;
}

.ul-mt0 ul {
    margin-top:0;
}

h3.collection_content.portfolio__title.title.custom {
    font-size: 14.4px;
    color: var(--special-grey);
}

.air-ambulance .collection_content.contact-comment {
    display: none;
}

h3.collection_content.events__title.title.custom {
    font-size: 14px;
    font-weight: 700 !important;
    color: var(--fc-dark);
    margin-bottom: 0;
}

.events .collection_content.text {
    margin-top: 0;
}

.news-media .pop-up-button {
    color: var(--fc-grey);
    font-size: 18px;
}

.news-media .pop-up-button {
    color: var(--fc-grey);
    font-size: 18px;
}

.news-media .pop-up-button:hover {
    color: var(--main-dark);
}

.news-media .right-side h3,
.news-media .right-side {
    line-height: 1.5;
}

.news-media .filegallery_content_file {
    font-size: 18px;
    margin-bottom: 0.8rem;
}

.news-media .filegallery_content_file:before {
    content: '';
    position: relative;
    float: left;
    display: block;
    background: url(/userdata/images/icons/sheet.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 20px;
    margin-right: 0.3rem;
    height: 20px;
    top: 1px;
}

.karriere.karriere #slider-wrapper div.slider-untertitle {
    top: 100px;
}

.karriere.karriere .header-text {
    max-width: 1000px;
}

.stellen-list .row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1rem;
}

.ov-berufseinsteiger div#area-5 .container {
    align-items: center;
    display: flex;
}

.job-cat .collection_content.link {
    position: relative;
    float: left;
    margin-left: 1.5rem;
}

.ov-berufserfahren #slider-wrapper div.slider-untertitle,
.ov-berufseinsteiger #slider-wrapper div.slider-untertitle {
    top: 380px;
}

.ov-berufserfahren div#footer-header,
.ov-berufseinsteiger div#footer-header {
    display: none;
}

.ov-berufseinsteiger  div#area-7 {
    padding-top: 0;
}

.collection_link a.button {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    margin: 0 !important;
    opacity: 0;
}

.collection_link a.button:hover {
    opacity: 0 !important;
}

.collection_link .link-btn {
    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;
    margin: 1rem 1.5rem 0 1.5rem;
    z-index: 1;
    position: relative;
    cursor: pointer;
}

.collection_link .link-btn:hover {
    background-color: var(--clr-secondary-hover);
    transition: 200ms;
}

.collection_list.aircrafts .link-btn {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: -1;
}

.collection_list.muster .link-btn {
    opacity: 0 !important;
    position: absolute !important;
    z-index: -1 !important;
}

.collection_list.jobs .link-btn {
    display: none;
}

.special-coll-wrap .link-btn {
    background: none;
    border: none;
    color: var(--clr-link);
    margin: 0.5rem 0 0rem 1.5rem;
    padding: 0;
    pointer-events: none;
}

.collection_list:hover .special-coll-wrap .link-btn {
    transition: 200ms;
}

.collection_list:hover .special-coll-wrap .link-btn:after {
    background: url(/userdata/images/icons/arrow-right-short_y.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.special-coll-wrap .link-btn:after {
    content: '';
    background: url(/userdata/images/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;
}

.special-coll .collection_list .collection_container:hover .link-btn:after {
    background: url(/userdata/images/icons/arrow-right-short_y-d.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.special-coll-wrap .link-btn:hover {
    background: none;
}

a.button:hover {
    background: var(--clr-secondary-hover);
}

.collection_list.coll-style1 .collection_container:hover .link-btn {
    background-color: var(--clr-secondary-hover);
    transition: 200ms;
}

.collection_link .link-btn:hover {
    background-color: var(--clr-secondary-hover);
    transition: 200ms;
}

.special-coll-wrap .collection_link .link-btn:hover {
    background-color: unset !important;
    transition: 200ms;
    background: none !important;
}

.collection_link:hover .link-btn {
    pointer-events: none;
}

.collection_list.insights .collection_container:hover .collection_content.box-img {
    opacity: 0.8;
}

.flight-operations #area-6 .collection_list.coll-style1.insights .collection_container:hover .link-btn,
.flight-operations #area-6 .collection_list.coll-style1.insights .link-btn:hover {
    background: none !important;
}

.insight-start-wrap.block .collection_content.block.gallery.detail-text .owl-nav img {
    height: 22px !important;
}

.flight-row {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: space-between;
    margin-bottom: 0.5rem;
    position: relative;
}

#additional-flights .flight-row {
    margin-bottom: 0.5rem;
    margin-top: 2rem;
}

.form-group-time,
.form-group-timeoption,
.form-group-flightdate,
.form-group-passengers,
.form-group-select-to,
.form-group-select-from {
    flex-grow: 1;
    position: relative;
}

.form-group-flightdate {
    max-width: 200px;
}

/* #comment-box {
    display: none;
} */

.charter-form button {
    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;
}

.chartertool .notification.success {
    padding: 16px;
    border-radius: 8px;
    margin: 10px 0px;
    background-color: rgba(0, 209, 0, 0.363);
    border: 1px solid #26FF79;
}
.chartertool .notification.error {
    padding: 16px;
    border-radius: 8px;
    margin: 10px 0px;
    /* background-color: rgba(0, 209, 0, 0.363); */
    border: 1px solid #ff4e26;
}

.charter-form button.requirements-btn:after,
.charter-form button.add-flight:after {
    content: '';
    background: url(/userdata/images/icons/plus.svg);
    position: relative;
    float: right;
    width: 12px;
    height: 12px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
    margin-left: 0.5rem;
    top: 50%;
}

.charter-form button.submit-btn:after {
    content: '';
    background: url(/userdata/images/icons/arrow-right-short.png);
    position: relative;
    float: right;
    width: 12px;
    height: 12px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
    margin-left: 0.5rem;
    top: 50%;
}

button.remove-flight {
    background: var(--error);
    color: #fff;
    padding: 0;
    margin: 0px;
    height: 20px;
    width: 21px;
    position: absolute;
    right: 0px;
    top: 0px;
    border-radius: 4px;
    padding-left: 2px;
    padding-top: 2px;
}

.personal-info {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 1rem;
    margin-top: 1rem;
    float: left;
}

input[type="checkbox"] {
    height: auto;
    margin-top: 1.5rem;
}

.personal-info input {
    flex-grow: 1;
    width: auto;
}

.charter-form textarea {
    margin-top: 1rem;
    max-width: 100%;
    min-height: 100px;
}

.personal-info select {
    flex-grow: 1;
    width: auto;
}

.privacy-checkbox {
    width: 100%;
    float: left;
}

.form-group-select-from {
    width: calc(50% - 0.5rem);
    flex-grow: 0;
}

.form-group-select-to {
    width: calc(50% - 0.5rem);
    flex-grow: 0;
}

.form-group-timeoption {
    width: 170px;
}

.form-group-time {
    width: 120px;
}

.flight-row h4 {
    width: 100%;
    margin: 0;
    float: left;
    text-transform: uppercase;
    border-bottom: 1px solid var(--main-dark);
    color: var(--main-dark);
    line-height: 1em;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    border-radius: unset;
    padding-bottom: 10px;
}

.form-group-passengers {
    width: 120px;
}

.form-group-select-from:before {
    content: '';
    width: 25px;
    height: 25px;
    margin-bottom: 0.3rem;
    background: url(/userdata/images/icons/up.svg);
    float: left;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 15px;
    bottom: 3px;
    position: absolute;
    left: 10px;
}

.form-group-select-to:before {
    content: '';
    width: 25px;
    height: 25px;
    margin-bottom: 0.3rem;
    background: url(/userdata/images/icons/down.svg);
    float: left;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 15px;
    bottom: 3px;
    position: absolute;
    left: 10px;
}

.form-group-passengers:before {
    content: '';
    width: 25px;
    height: 25px;
    margin-bottom: 0.3rem;
    background: url(/userdata/images/icons/passenger.svg);
    float: left;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 15px;
    bottom: 3px;
    position: absolute;
    left: 10px;
}

/* .form-group-flightdate:before {
    content: '';
    width: 25px;
    height: 25px;
    margin-bottom: 0.3rem;
    background: url(/userdata/images/icons/calendar.svg);
    float: left;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 15px;
    bottom: 3px;
    position: absolute;
    left: 10px;
} */

/* .form-group-timeoption:before {
    content: '';
    width: 25px;
    height: 25px;
    margin-bottom: 0.3rem;
    background: url(/userdata/images/icons/flightoptions.svg);
    float: left;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 15px;
    bottom: 3px;
    position: absolute;
    left: 10px;
} */

/* .form-group-time:before {
    content: '';
    width: 25px;
    height: 25px;
    margin-bottom: 0.3rem;
    background: url(/userdata/images/icons/flighttime.svg);
    float: left;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 15px;
    bottom: 3px;
    position: absolute;
    left: 10px;
} */

/* #comment-box:before {
    content: '';
    width: 35px;
    height: 30px;
    margin-bottom: 0.3rem;
    background: url(/userdata/images/icons/list.svg);
    float: left;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 15px;
    bottom: 10px;
    position: absolute;
    left: 5px;
} */

#comment-box {
    float: left;
    width: 100%;
    position: relative;
    display: none;
}

/* .comment-box textarea,  */
.flight-row input, .flight-row select, .flight-row textarea {
    padding-left: 45px;
}

.form-group-timeoption select,
.form-group-time input,
.form-group-flightdate input {
    padding-left: 10px;
}

.full-img-camo .imgcontent img {
    margin-top: 50px !important;
    float: left;
}

.maintenance .einschub img {
    filter: none;
}

.flugzeugmuster.full_preview div#area-2 {
    padding: 0;
}

.collection_content.end-element {
    background: #000;
}

.collection_content.end-element .textcontent {
    z-index: 1;
    position: relative;
}

.collection_content.end-element .end-element-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0.5;
}

.flugzeugmuster.full_preview div#area-2, .flugzeugmuster.full_preview div#area-2 h2, .flugzeugmuster.full_preview div#area-2 h3 {
    color: #fff !important;
    text-shadow: 0 0px 5px black;
}

.flugzeugmuster.full_preview div#area-2 a.button {
    text-shadow: none;
}

.muster-toggle-bond {
    margin-top: 2rem;
    float: left;
    width: 100%;
}

.collection_content.block.zitat.block1,
.collection_content.block.zitat.block2,
.collection_content.block.zitat.block3,
.collection_content.block.zitat.block4,
.collection_content.block.zitat.block5 {
    background: var(--bg-footer) !important;
    box-shadow: 1000px 0px 0px var(--bg-footer), -1000px 0px 0px var(--bg-footer) !important;
    padding: 3rem 0;
    margin-bottom: -3rem;
}

body.global .block1-wrap.block.grey {
    background: none;
    box-shadow: none;
}

h5 {
    font-size: 25px;
    font-family: var(--ff-body) !important;
    font-weight: 600;
}

.insight-start-wrap .collection_content.hint {
    background: var(--bg-footer);
    padding: 2rem;
    float: left;
    max-width: 800px;
}

.collection_content.hint h3 {
    margin-top: 0;
}

.ending-wrap {
    min-height: 400px;
    position: relative;
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    text-align: center;
}

.collection_content.ending.img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    filter: brightness(0.5);
}

.collection_content.box-ending, .collection_content.box-ending h2, .collection_content.box-ending h3, .collection_content.box-ending h4, .collection_content.box-ending h5 {
    color: #fff;
}

.collection_content.box-ending {
    margin-top: 1rem;
    font-size: 1.3rem;
}

.collection_content.ending-btn.button {
    display: flex;
    justify-content: center;
    gap: 1rem;
}

.collection_content.ending-btn.button a {
    margin-right: 0px;
}

.cor-jet-charter div#footer-header {
    display: none;
}

.cor-jet-charter div#area-4:after {
    filter: brightness(0.7);
}

.cor-jet-charter div#area-4 {
    background: url(/userdata/images/header/header_ambulance_fleet.jpg);
    background-position: bottom;
    background-size: cover;
    height: 600px;
    display: flex;
    align-items: center;
    z-index: 0;
}

.cor-jet-charter div#area-4 .zitat {
    color: #fff;
    text-shadow: 0 0 10px black;
}
.news-media.full_preview ul.breadcrumb{
    color: #999da0;
}
.news-media.full_preview .right-side .row .collection_list.contact-person {
    display: none;
}

h3.collection_content.article__title.title.custom {
    color: var(--main);
}

.maintenance .muster .collection_content.box-img {
    height: 248px;
}

.jobs .collection_container .collection_content.title, .jobs .collection_container .collection_content.job-location {
    width: 66%;
    clear: both;
}

.jobs .collection_container .collection_content.title {
    padding: 0 1rem;
    padding-top: 0.7rem;
    margin: 0;
    font-size: var(--fs-700);
    font-weight: 600;
}

.jobs .collection_container .collection_content.job-location {
    padding: 0 1rem;
    margin-bottom: 0.7rem;
}

.collection_content.benefit-icon {
    margin-bottom: 0rem;
}

.collection_content.benefit-icon img {
    width: 100px !important;
    height: 100px !important;
    object-fit: contain;
}

.collection_list.benefits .collection_container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.col-xs-12.group-benefits .row {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: space-between;
}

.collection_list.benefits {
    flex: 1 0 calc(25% - 1rem);
    background: var(--clr-primary-light);
    padding: 20px;
}

.group-benefits {
    margin-bottom: 5rem;
}

.title-benefit-section {
    margin-bottom: 1rem;
}

.collection_content.job-year {
    position: absolute !important;
    height: 100px;
    top: 12px;
    right: -6px;
    width: 325px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    font-size: 139px !important;
    font-weight: 600;
    color: var(--bg-header);
    text-shadow: 0px 0 15px #ccc;
}

.collection_list.board .title {
    position: absolute;
    left: 20px;
    top: 20px;
    margin: 0;
    color: #fff;
    opacity: 1;
    transition: 500ms;
    z-index: 1;
    width: calc(100% - 40px);
    max-width: 400px;
    text-shadow: 0 0 5px rgb(0 0 0 / 50%);
}

.collection_list.board .collection_container:before {
    opacity: 1;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 70%;
    background: linear-gradient(180deg, rgb(0 0 0 / 40%), transparent);
    z-index: 0;
}

.collection_list.board .collection_container:after {
    opacity: 0;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--main);
    z-index: 0;
}

.collection_content.board-link a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
}

.collection_list.board .collection_container:hover:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--main);
    z-index: 0;
    opacity: 0.8;
}

.collection_list.board .collection_container, .collection_list.board .collection_container .board-img {
    height: 100%;
    width: 100%;
}

.board-group .board {
    width: 100%;   
    padding: 7px;
}

.board-group {
    display: grid    ;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(4, 300px);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}

.board-group .board:nth-child(1) { grid-area: 1 / 1 / 2 / 3; }
.board-group .board:nth-child(2) { grid-area: 2 / 1 / 3 / 2; }
.board-group .board:nth-child(3) { grid-area: 2 / 2 / 3 / 3; }
.board-group .board:nth-child(4) { grid-area: 1 / 3 / 3 / 4; }
.board-group .board:nth-child(5) { grid-area: 1 / 4 / 2 / 5; }
.board-group .board:nth-child(6) { grid-area: 2 / 4 / 3 / 5; }
.board-group .board:nth-child(7) { grid-area: 3 / 1 / 5 / 3; }
.board-group .board:nth-child(8) { grid-area: 3 / 3 / 4 / 5; }
.board-group .board:nth-child(9) { grid-area: 4 / 3 / 5 / 4; }
.board-group .board:nth-child(10) { grid-area: 4 / 4 / 5 / 5; }

.youtubecontent {
    aspect-ratio: 16 / 9;
}

.youtubecontent iframe {
    width: 100%;
    height: 100%;
    border-radius: var(--br-primary);
}

.collection_full.jobs h2 {
    font-size: 24px;
}

.stellen-list .filter_display {
    padding: 15px 0;
}

.empty-filter-txt {
    max-width: 750px;
    margin-bottom: 2rem;
}
/* Hide overflow of breadcrumbNav  */

body.full_preview ul.breadcrumb li {
    max-width: 400px;
    overflow: hidden;       
    text-overflow: ellipsis; 
    white-space: nowrap;     
}

/* Hide overflow of breadcrumbNav  END */


/* Karrieere - Anpassungen - Detail */


.stellenbeschreibung.full_preview h1 {
    margin-top: 5px;
}

.stellenbeschreibung.full_preview .collection_content.job-year {
    display: block !important;
    position: static !important;
    color: var(--clr-link);
    font-size: 16px !important;
    height: unset;
    text-shadow: unset;
}

.stellenbeschreibung.full_preview .left-con {
    width: 100%;
}

.stellenbeschreibung.full_preview .text3 a:nth-of-type(1){
    display: block;
    width: fit-content;
    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;
}


.col-events {
    width: 100%;
    background: var(--bg-grey);
    padding: 1rem;
    color: var(--main-dark);
    position: relative;
    margin-bottom: 15px;
    .col-events_title {
        font-size: var(--fs-700);
        font-weight: 600;
    }
    .col-events_link a{
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 1;
        top: 0px;
        left: 0px;
    }
    &::after {
        content: "Infos und Anmeldung";
        position: absolute;
        z-index: 0;
        right: 1rem;
        bottom: 1rem; 
    }
}

body.en .collection_list.col-events::after {
        content: "Info and registration";
    }



/* .breadcrumb {
    position: absolute;
    left: 0;
    top: 100px;
    width: 100%;
    z-index: 100;
    margin-left: 50%;
    transform: translateX(-50%);
}
nav#breadcrumbNav {
    display: none;
} */

/* Karrieere - Anpassungen - Detail End*/

/* unsere besten */

.collection_list.best {
    width: 100%;
    .collection_container {
        border-top: 1px solid var(--clr-light);
        display: flex !important;
        gap: 20px;
        width: 100%;
        .text {
            margin-top: 10px;
        }
    }
    .text {
        color: var(--main);
    }
    .collection_container .img {
       
        aspect-ratio: 7/5;
        height: 250px;
    }
    
}

@media (width < 768px) {
    .collection_list.best {
        .collection_container {
            flex-direction: column;
        }
    }
    .collection_container .img {
       
        aspect-ratio: 7/5;
        height: 250px;
        img {
            object-fit: contain;
        }
    }
}




.r_col_news .collection_list.article .img {
    position: absolute;
    left: 0;
    top: 0;
    width: 190px;
    height: 127px;
    overflow: hidden;
}

 .full_preview .r_col_news .collection_content.article__title {
  font-family: var(--ff-body) !important;
  font-weight: 400 !important;
  font-size: var(--fs-600) !important;
  line-height: 28px !important;
  color: var(--main) !important;
  margin-bottom: 0.5rem !important;
}


/* unsere besten end */

.karriere.full_preview .collection_content.job-year:before {
    content: 'Ausbildungsstart ';
}

.en.karriere.full_preview .collection_content.job-year:before {
    content: 'Start of training ';
}

.w100 {
    width: 100%;
}

h3.collection_content.benefits__title.title.custom {
    text-align: center;
}

.collection_content.text3.left-con h2 {
    margin-top: 1rem;
}

div#content, .main-screen {
    max-width: 100% !important;
    overflow: hidden;
}

.component.aog-btn {
    overflow: hidden;
}

.en.full_preview .collection_content.date:before {
    content: 'Press release';
}

/*RESPONSIVE*/
 
@media (max-width: 1450px) {

    .textcontent ul {
        margin: 0rem 0;
    }

    .home #slider-wrapper div.slider-untertitle {
        right: 0%;
    }

    .home #slider img {
        height: 760px !important;
    }


}

@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 (max-width: 1200px) {

    .collection_list.benefits {
        flex: 1 0 calc(33% - 1rem);
    }

    
    .maintenance-group .fact-outer li {
        width: 100%;
    }
    
    .air-ambulance .collection_list.coll-box.aircraft.al {
        width: 100%;
    }

    .air-ambulance .collection_list.coll-box.aircraft.al .box-img {
        height: auto;
    }

    .charter-desc {
        margin-top: 3rem;
    }

    .collection_content.img-upload.right-con {
        width: 100%;
    }

    .team-outer .collection_list.contact-person {
        width: 33.333%;
    }

    .line-top-inside.right {
        padding-left: 0rem;
        margin-bottom: 2rem;
    }
    .block.grey {
        box-shadow: 920px 0px 0px var(--bg-grey), -920px 0px 0px var(--bg-grey);
    }
    .collection_list.portfolio:after {
        left: -35%;
    }

    .collection_list .collection_content.yellow {
        font-size: 12PX;
        top: 29px;
        left: 34px;
    }

    .contact-persons .row {
        display: flex;
    }
    .oberpfaffenhofen div#position {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    .oberpfaffenhofen .contact-persons .row {
        display: flex;
        flex-wrap: wrap;
    }
    .adress {
        clear: both;
        width: 100%;
        max-width: unset;
    }
    .contact-persons .collection_content.contact-comment {
        min-height: 51px;
    }
    
    .oberpfaffenhofen .contact-persons .row .flr {
        width: 33.333%;
    }

    .oberpfaffenhofen .contact-persons {
        padding: 0;
    }

    .img-edmo {
        display: none;
    }
    .flight-operations #area-7 .max500,
    .flight-operations #area-7 .coll-full .kacheln,
    .flight-operations #area-4 .collection_list.coll-style1.kacheln,
    .flight-operations #area-2 .collection_list.coll-style1.kacheln {
        padding: 0;
        margin-top: 2rem;
    }

    .collection_list.portfolio .img {
        height: 170px !important;
    }

    .box-white.maintenance .row .approval-text {
        width: 100%;
    }

    .box-white.maintenance .button.approval-btn {
        width: 100%;
    }

    .box-white.maintenance .button.approval-btn a {
        float: left;
        margin: 0rem 0 1rem 0;
    }

    .news-media #content .container {
        display: flex;
        flex-direction: column-reverse;
    }

    .news-media.full_preview #content .container {
        flex-direction: column;
    }

    .collection_full.jobs .collection_content.left-con.text-two {
        margin-bottom: 2rem;
    }

    .listing-portfolio {
        width: 50% !important;
    }

} /*END 1200px*/

@media (max-width: 1024px) {

    .team-text .max500 {
        max-width: 100%;
        text-align: center;
    }

    .collection_list {
        width: 50%;
    } 
    
    .pl3 {
        padding-left: 15px !important;
    }

    .interior #slider-wrapper div.slider-untertitle {
        bottom: 60%;
    }
    .box.box-out {
        margin-top: 2rem;
    }

    .rush {
        margin-top: 3rem;
    }

    .ueber-uns .margin-auto.max800 {
        max-width: unset;
    }

    .coll-full {
        margin-bottom: 2rem;
    }

    .line-before {
        padding-left: 0px;
    }

    .collection_full.muster.insights {
        padding-left: 10px;
    }

    .muster .collection_content.block.gallery {
        padding-left: 0rem;
    }

    .line-before:before {
        display: none;
    }   

    .board-group {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-template-rows: repeat(7, 1fr);
        grid-column-gap: 0px;
        grid-row-gap: 0px;
    }

    .board-group .board:nth-child(1) { grid-area: 1 / 1 / 2 / 3; }
    .board-group .board:nth-child(2) { grid-area:  2 / 1 / 3 / 3;}
    .board-group .board:nth-child(3) { grid-area: 1 / 3 / 3 / 5; }
    .board-group .board:nth-child(4) { grid-area:  3 / 1 / 5 / 3; }
    .board-group .board:nth-child(5) { grid-area: 3 / 3 / 4 / 5; }
    .board-group .board:nth-child(6) { grid-area:  4 / 3 / 6 / 5; }
    .board-group .board:nth-child(7) { grid-area: 5 / 1 / 6 / 3; }
    .board-group .board:nth-child(8) { grid-area:6 / 1 / 8 / 3; }
    .board-group .board:nth-child(9) { grid-area: 6 / 3 / 7 / 5; }
    .board-group .board:nth-child(10) { grid-area: 7 / 3 / 8 / 5; }

    .slider-untertitle.content-selector {
        text-shadow: unset;
    }

    .collection_list   .collection_content.job-year {
        font-size: 40px !important;
        width: auto;
        top: 0;
        right: 1rem;   
    }

} /*END 1024px*/


@media only screen and (max-width: 992px) {


    .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*/
    
@media (max-width: 768px) {
    .collection_list.jobs {
        width: 100%;
    }
    .collection_list.jobs .collection_container {
        width: 100%;
    }
    .collection_list.article .img {
        height: unset;
        padding: 0 1rem;
    }

    .mt5 {
        margin-top: 2rem;
    }
    .trim-wrap {
        flex: 0 0 100%;
        width: 100%;
    }
    .gallery-wrap {
        width: 100%;
    }
    .collection_container .block {
        flex-direction: column;
    }
    .insight-start-wrap.block {
        flex-direction: column;
    }
    .insight-start-wrap-txt {
        width: 100%;
    }
    .insights .collection_list.coll-style1.insights {
        width: 100%;
    }
    .block.grey {
    box-shadow: 320px 0px 0px var(--bg-grey), -320px 0px 0px var(--bg-grey);
}
    .contact-persons .collection_content.contact-comment {
        min-height: auto;
    }
    .collection_list.portfolio .img {
        height: auto !important;
    }
    .collection_list.portfolio {
        width: 100%;
    }
    .oberpfaffenhofen .contact-persons .row .flr {
        width: auto;
    }
    .hersteller-list {
        padding: 0 !important;
    }
    .hersteller-list .col-xs-12 {
        padding: 0;
    }
    .pl3 {
        padding-left: unset !important;
    }
    .component.aog-btn {
        height: 42px;
        width: 42px;
    }
    .component.aog-btn, .component.aog-btn a {
        font-size: 17px;
    }
    .header-text {
        padding-right: 85px !important;
    }

    .component.copyright {
        display: flex;
        flex-direction: column;
        margin-bottom: 1rem;
    }

    #cookie-bar {
        text-align: center;
    }
    #cookie-bar #cookie-bar-button {
        float: none;
        margin-left: 0;
        margin-top: 10px;
    }
    #cookie-bar>p {
        float: none;
    }

    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
        padding-left: 5px;
        padding-right: 5px;
    }

    .container {
        padding-left: 10px;
        padding-right: 10px;
    }

    .row {
        flex-wrap: wrap;
    }

    .pop-up-button {
        margin-top: 1rem;
    }

    .pop-up-button-group .row {
        flex-wrap: wrap;
        margin-left: 7px;
    }

    #slider div#slider-title {
        padding: 0 20px;
    }
    #footer .footer-1,
    #footer .footer-2,
    #footer .footer-3,
    #footer .footer-4 {
        text-align: center;
        margin-bottom: 25px;
    }
  
    .seo .footer-1 {
        padding: 0 20px;
        border: 0;
    }
    .seo .footer-2 {
        padding: 0;
    }
    #privacy-policy .footer-1,
    div#privacy-policy {
        text-align: center !important;
    }
    div#privacy-policy ul {
        padding: 0 !important;
        margin: 0 !important;
    }
    .component.privacy_policy {
        padding: 20px 0 0 0;
    }
    div#cookiewarnung {
        font-size: 13px !important;
    }

    .component.aog-btn h3,  .component.aog-btn {
        font-size: 13px !important;
    }

    .component.aog-btn h3 {
        padding-bottom: 0.1rem;
        margin-bottom: 0.2rem;
    }

    :root {
        --fs-600: 0.9rem;
        --fs-700: 20px;
        --fs-800: 25px;
        --fs-900: 30px;
    }

    h2 {
        font-size: var(--fs-800);
    }

    .line-before:before {
        display: none;
    }

    .big-blue,
    .big-txt {
        font-size: 20px;
    }
    .collection_list.maintenance-facts {
        width: 100%;
    }
    .mb5 {
        margin-bottom: 3rem;
    }
    .sec-title {
        font-size: 20px;
    }
    .normal-strong strong {
        font-size: 20px;
    }
    .text13 {
        width: 100%;
    }

    div#content, .main-screen {
        padding: 2rem 0;
    }
    .article-list-text-wrap {
        padding: 1rem;
        min-height: unset;
    }
    .collection_list.article .img {
        width: 100%;
        float: left;
        position: relative;
    }
    .big-grey {
        font-size: 20px;
    }

    .box-out .row {
        padding: 1rem;
    }

    .einschub .collection_content.text, .big-black {
        font-size: 1.2rem;
    }

    .line-before-box .row:before {
        display: none;
    }

    .line-before-box .row {
        padding: 2rem;
    }

    .oberpfaffenhofen .contact-persons .row .flr.adress {
        width: 100%;
        margin-bottom: 3rem;
        padding: 0 15px;
    }

    .collection_list.coll-style1.kacheln .box-img {
        width: 100%;
        position: relative;
    }

    .coll-lg .collection_content.mini-title, .coll-lg .collection_content.title, .coll-lg .collection_content.desc-text, .coll-lg .collection_content.coll-link {
        max-width: unset !important;
        margin-left: 1rem !important;
    }

    #area-8 .coll-full.max500.flr {
        padding: 0;
    }

    .cor-jet-charter .collection_list.muster.insights {
        width: 100%;
    }
    .cor-jet-charter .collection_list.muster.insights .box-img {
        height: 250px !important;
    }

    .collection_list .collection_content.yellow {
        font-size: 12PX;
        top: 29px;
        left: 34px;
    }
    .insight-start-wrap .collection_content.contact {
        max-width: unset !important;
    }

    .line-top-inside.right {
        margin-bottom: 0rem;
    }
    .team-outer .collection_list.contact-person {
        width: 50%;
    }
    .box-white {
        width: 100%;
        max-width: unset !important;
        padding: 2rem;
        margin: 0 5px 1rem 5px !important;
    }

    .collection_list.historie .collection_content.img {
        flex: 0 0 100%;
        padding: 0;
        margin-top: 1rem;
        margin-bottom: 2rem;
    }
    .collection_list.historie .title {
        flex: 0 0 100%;
    }
    .collection_list.historie .collection_content.text {
        flex: 0 0 100%;
        margin-top: 0;
    }

    .collection_list.historie .collection_container {
        padding: 0;
    }

    .kategorie-wrap .job-cat {
        width: 100%;
        padding: 1rem 0;
    }

    .kategorie-wrap {
        flex-direction: column;
    }

    .contactformular input::placeholder {
        font-size: 0.8rem;
    }

    .form-group.firstname, .form-group.lastname, .form-group.plz, .form-group.location, .form-group.mail, .form-group.phone {
        max-width: calc(100% - 0rem);
    }


    .collection_list.portfolio:after {
        left: -35%;
    }

    .col-xs-12.col-sm-12.col-md-12.col-lg-6.listing-portfolio {
        width: 100% !important;
    }

    .board-group {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(10, 400px);
        grid-column-gap: 0px;
        grid-row-gap: 0px;
    }

    .board-group .board:nth-child(1) { grid-area: 1 / 1 / 2 / 3; }
    .board-group .board:nth-child(2) { grid-area: 2 / 1 / 3 / 3; }
    .board-group .board:nth-child(3) { grid-area: 3 / 1 / 4 / 3; }
    .board-group .board:nth-child(4) { grid-area: 4 / 1 / 5 / 3; }
    .board-group .board:nth-child(5) { grid-area: 5 / 1 / 6 / 3; }
    .board-group .board:nth-child(6) { grid-area: 6 / 1 / 7 / 3; }
    .board-group .board:nth-child(7) { grid-area: 7 / 1 / 8 / 3; }
    .board-group .board:nth-child(8) { grid-area: 8 / 1 / 9 / 3; }
    .board-group .board:nth-child(9) { grid-area: 9 / 1 / 10 / 3; }
    .board-group .board:nth-child(10) { grid-area: 10 / 1 / 11 / 3; }

    .collection_content.benefit-icon img {
        width: 50px !important;
        height: 50px !important;
        object-fit: contain;
    }


} /*END 768px*/

@media (max-width:600px) {

    .news-media.full_preview .line-before-box > .textcontent {
        padding: 1rem;
    }

    .youtubecontent iframe {
        height: 40vh;
    }
    .cor-jet-charter .collection_list.muster.insights .box-img {
        height: 200px !important;
    }
    .einschub .collection_content.text, .big-black {
        font-size: 1rem;
    }
    .normal-strong strong {
        font-size: 18px;
    }

    .collection_list {
        width: 100%;
    }

    .pop-up-button .textcontent {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .big-grey.zitat {
        font-size: 18px;
    }

    .pop-up-button h4 {
        margin: 0;
    }

    .img-texting {
        text-align: left;
        float: left;
        margin-bottom: 0.5rem;    
    }
    .home #slider-wrapper div.slider-untertitle {
        bottom: 44%;
    }  
    .search_modul_wrapper .search_modul_block {
        max-width: 90%;
    }

    } /*END 600px*/

@media (max-width: 500px) {

    
    .overlap {
        margin-top: 0;
    }
    .youtubecontent iframe {
        height: 30vh;
    }
    .impressions .row {
        grid-gap: 0.5rem;
        grid-template-rows: repeat(12, 15px);
    }
    .collection_list.coll-style1.normal .collection_list.coll-toggle.areas {
        padding: 15px 0;
    }
    .collection_list.coll-style1.normal {
        padding: 0;
    }

    .cor-jet-charter .collection_list.muster.insights .box-img {
        height: 120px !important;
    }

    .collection_content.box-ending {
        padding-top: 2rem;
    }

    .collection_list.coll-style1.insights {
        padding: 1rem 0px;
    }
    div#content, .main-screen {
        padding: 30px 0 !important;
    }

    .pop-up-element {
        padding: 30px 10px!important;
    }

    .container {
        min-width: 250px;
    }

    div#slider-wrapper {
        height: auto !important;
    }

    #slider div#slider-title {
        padding: 0 20px !important;
    }
    .footer-sitemap li.level_1 {
        width: 100%;
        text-align: center;
    }

    .home #slider img {
        height: 800px !important;
    }

    .header-text {
        font-size: 0.9rem;
    }

    :root {
        --fs-600: 0.9rem;
        --fs-700: 18px;
        --fs-800: 20px;
        --fs-900: 25px;
    }

    #slider-wrapper div.slider-untertitle {
        bottom: 65%;
    }

    /* .insights #slider-wrapper div.slider-untertitle {
        bottom: 57%;
    } */
    div#footer-header {
        margin-top: 1.6rem;
    }
    .component.copyright .textcontent {
        display: flex;
        flex-direction: column;
        text-align: center;
    }
 
    .block.grey {
        box-shadow: 120px 0px 0px var(--bg-grey), -120px 0px 0px var(--bg-grey);
    }

    .team-outer .collection_list.contact-person {
        width: 100%;
    }

    .team-inner .collection_list.contact-person {
        height: auto;
    }

    .component.footer-4 img {
        margin-right: 0rem;
    }
    .component.footer-4 .textcontent:first-child img {
        margin: 0 0.5rem;
    }

    .collection_list.portfolio:after {
        left: -30%;
    }

    .header-text .textcontent {
        line-height: 1.3;
    }

    .board-group {
        grid-template-rows: repeat(10, 250px);
    }
    
      .collection_list.benefits {
        flex: 1 0 calc(100% - 1rem);
    }

    .collection_list .collection_content.job-year {
        width: 100%;
        position: relative !important;
        float: left;
        display: block !important;
        left: unset;
        top: unset;
        right: unset;
        padding-left: 1rem;
        height: auto;
    }

} /*END 500px*/
   


@media (min-width: 768px) {
        .container {
            max-width: 750px;
        }
    
            .col-sm-1,
            .col-sm-10,
            .col-sm-11,
            .col-sm-12,
            .col-sm-2,
            .col-sm-3,
            .col-sm-4,
            .col-sm-5,
            .col-sm-6,
            .col-sm-7,
            .col-sm-8,
            .col-sm-9 {
                float: left;
            }
            .col-sm-12 {
                width: 100%;
            }
            .col-sm-11 {
                width: 91.66666667%;
            }
            .col-sm-10 {
                width: 83.33333333%;
            }
            .col-sm-9 {
                width: 75%;
            }
            .col-sm-8 {
                width: 66.66666667%;
            }
            .col-sm-7 {
                width: 58.33333333%;
            }
            .col-sm-6 {
                width: 50%;
            }
            .col-sm-5 {
                width: 41.66666667%;
            }
            .col-sm-4 {
                width: 33.33333333%;
            }
            .col-sm-3 {
                width: 25%;
            }
            .col-sm-2 {
                width: 16.66666667%;
            }
            .col-sm-1 {
                width: 8.33333333%;
            }
            .col-sm-pull-12 {
                right: 100%;
            }
            .col-sm-pull-11 {
                right: 91.66666667%;
            }
            .col-sm-pull-10 {
                right: 83.33333333%;
            }
            .col-sm-pull-9 {
                right: 75%;
            }
            .col-sm-pull-8 {
                right: 66.66666667%;
            }
            .col-sm-pull-7 {
                right: 58.33333333%;
            }
            .col-sm-pull-6 {
                right: 50%;
            }
            .col-sm-pull-5 {
                right: 41.66666667%;
            }
            .col-sm-pull-4 {
                right: 33.33333333%;
            }
            .col-sm-pull-3 {
                right: 25%;
            }
            .col-sm-pull-2 {
                right: 16.66666667%;
            }
            .col-sm-pull-1 {
                right: 8.33333333%;
            }
            .col-sm-pull-0 {
                right: auto;
            }
            .col-sm-push-12 {
                left: 100%;
            }
            .col-sm-push-11 {
                left: 91.66666667%;
            }
            .col-sm-push-10 {
                left: 83.33333333%;
            }
            .col-sm-push-9 {
                left: 75%;
            }
            .col-sm-push-8 {
                left: 66.66666667%;
            }
            .col-sm-push-7 {
                left: 58.33333333%;
            }
            .col-sm-push-6 {
                left: 50%;
            }
            .col-sm-push-5 {
                left: 41.66666667%;
            }
            .col-sm-push-4 {
                left: 33.33333333%;
            }
            .col-sm-push-3 {
                left: 25%;
            }
            .col-sm-push-2 {
                left: 16.66666667%;
            }
            .col-sm-push-1 {
                left: 8.33333333%;
            }
            .col-sm-push-0 {
                left: auto;
            }
            .col-sm-offset-12 {
                margin-left: 100%;
            }
            .col-sm-offset-11 {
                margin-left: 91.66666667%;
            }
            .col-sm-offset-10 {
                margin-left: 83.33333333%;
            }
            .col-sm-offset-9 {
                margin-left: 75%;
            }
            .col-sm-offset-8 {
                margin-left: 66.66666667%;
            }
            .col-sm-offset-7 {
                margin-left: 58.33333333%;
            }
            .col-sm-offset-6 {
                margin-left: 50%;
            }
            .col-sm-offset-5 {
                margin-left: 41.66666667%;
            }
            .col-sm-offset-4 {
                margin-left: 33.33333333%;
            }
            .col-sm-offset-3 {
                margin-left: 25%;
            }
            .col-sm-offset-2 {
                margin-left: 16.66666667%;
            }
            .col-sm-offset-1 {
                margin-left: 8.33333333%;
            }
            .col-sm-offset-0 {
                margin-left: 0;
            }
        }

        
@media (min-width: 992px) {

    .container {
        max-width: 970px;
    }
        .col-md-1,
        .col-md-10,
        .col-md-11,
        .col-md-12,
        .col-md-2,
        .col-md-3,
        .col-md-4,
        .col-md-5,
        .col-md-6,
        .col-md-7,
        .col-md-8,
        .col-md-9 {
            float: left;
        }
        .col-md-12 {
            width: 100%;
        }
        .col-md-11 {
            width: 91.66666667%;
        }
        .col-md-10 {
            width: 83.33333333%;
        }
        .col-md-9 {
            width: 75%;
        }
        .col-md-8 {
            width: 66.66666667%;
        }
        .col-md-7 {
            width: 58.33333333%;
        }
        .col-md-6 {
            width: 50%;
        }
        .col-md-5 {
            width: 41.66666667%;
        }
        .col-md-4 {
            width: 33.33333333%;
        }
        .col-md-3 {
            width: 25%;
        }
        .col-md-2 {
            width: 16.66666667%;
        }
        .col-md-1 {
            width: 8.33333333%;
        }
        .col-md-pull-12 {
            right: 100%;
        }
        .col-md-pull-11 {
            right: 91.66666667%;
        }
        .col-md-pull-10 {
            right: 83.33333333%;
        }
        .col-md-pull-9 {
            right: 75%;
        }
        .col-md-pull-8 {
            right: 66.66666667%;
        }
        .col-md-pull-7 {
            right: 58.33333333%;
        }
        .col-md-pull-6 {
            right: 50%;
        }
        .col-md-pull-5 {
            right: 41.66666667%;
        }
        .col-md-pull-4 {
            right: 33.33333333%;
        }
        .col-md-pull-3 {
            right: 25%;
        }
        .col-md-pull-2 {
            right: 16.66666667%;
        }
        .col-md-pull-1 {
            right: 8.33333333%;
        }
        .col-md-pull-0 {
            right: auto;
        }
        .col-md-push-12 {
            left: 100%;
        }
        .col-md-push-11 {
            left: 91.66666667%;
        }
        .col-md-push-10 {
            left: 83.33333333%;
        }
        .col-md-push-9 {
            left: 75%;
        }
        .col-md-push-8 {
            left: 66.66666667%;
        }
        .col-md-push-7 {
            left: 58.33333333%;
        }
        .col-md-push-6 {
            left: 50%;
        }
        .col-md-push-5 {
            left: 41.66666667%;
        }
        .col-md-push-4 {
            left: 33.33333333%;
        }
        .col-md-push-3 {
            left: 25%;
        }
        .col-md-push-2 {
            left: 16.66666667%;
        }
        .col-md-push-1 {
            left: 8.33333333%;
        }
        .col-md-push-0 {
            left: auto;
        }
        .col-md-offset-12 {
            margin-left: 100%;
        }
        .col-md-offset-11 {
            margin-left: 91.66666667%;
        }
        .col-md-offset-10 {
            margin-left: 83.33333333%;
        }
        .col-md-offset-9 {
            margin-left: 75%;
        }
        .col-md-offset-8 {
            margin-left: 66.66666667%;
        }
        .col-md-offset-7 {
            margin-left: 58.33333333%;
        }
        .col-md-offset-6 {
            margin-left: 50%;
        }
        .col-md-offset-5 {
            margin-left: 41.66666667%;
        }
        .col-md-offset-4 {
            margin-left: 33.33333333%;
        }
        .col-md-offset-3 {
            margin-left: 25%;
        }
        .col-md-offset-2 {
            margin-left: 16.66666667%;
        }
        .col-md-offset-1 {
            margin-left: 8.33333333%;
        }
        .col-md-offset-0 {
            margin-left: 0;
        }
    }

@media (min-width: 1200px) {

        .col-lg-1,
        .col-lg-10,
        .col-lg-11,
        .col-lg-12,
        .col-lg-2,
        .col-lg-3,
        .col-lg-4,
        .col-lg-5,
        .col-lg-6,
        .col-lg-7,
        .col-lg-8,
        .col-lg-9 {
            float: left;
        }
        .col-lg-12 {
            width: 100%;
        }
        .col-lg-11 {
            width: 91.66666667%;
        }
        .col-lg-10 {
            width: 83.33333333%;
        }
        .col-lg-9 {
            width: 75%;
        }
        .col-lg-8 {
            width: 66.66666667%;
        }
        .col-lg-7 {
            width: 58.33333333%;
        }
        .col-lg-6 {
            width: 50%;
        }
        .col-lg-5 {
            width: 41.66666667%;
        }
        .col-lg-4 {
            width: 33.33333333%;
        }
        .col-lg-3 {
            width: 25%;
        }
        .col-lg-2 {
            width: 16.66666667%;
        }
        .col-lg-1 {
            width: 8.33333333%;
        }
        .col-lg-pull-12 {
            right: 100%;
        }
        .col-lg-pull-11 {
            right: 91.66666667%;
        }
        .col-lg-pull-10 {
            right: 83.33333333%;
        }
        .col-lg-pull-9 {
            right: 75%;
        }
        .col-lg-pull-8 {
            right: 66.66666667%;
        }
        .col-lg-pull-7 {
            right: 58.33333333%;
        }
        .col-lg-pull-6 {
            right: 50%;
        }
        .col-lg-pull-5 {
            right: 41.66666667%;
        }
        .col-lg-pull-4 {
            right: 33.33333333%;
        }
        .col-lg-pull-3 {
            right: 25%;
        }
        .col-lg-pull-2 {
            right: 16.66666667%;
        }
        .col-lg-pull-1 {
            right: 8.33333333%;
        }
        .col-lg-pull-0 {
            right: auto;
        }
        .col-lg-push-12 {
            left: 100%;
        }
        .col-lg-push-11 {
            left: 91.66666667%;
        }
        .col-lg-push-10 {
            left: 83.33333333%;
        }
        .col-lg-push-9 {
            left: 75%;
        }
        .col-lg-push-8 {
            left: 66.66666667%;
        }
        .col-lg-push-7 {
            left: 58.33333333%;
        }
        .col-lg-push-6 {
            left: 50%;
        }
        .col-lg-push-5 {
            left: 41.66666667%;
        }
        .col-lg-push-4 {
            left: 33.33333333%;
        }
        .col-lg-push-3 {
            left: 25%;
        }
        .col-lg-push-2 {
            left: 16.66666667%;
        }
        .col-lg-push-1 {
            left: 8.33333333%;
        }
        .col-lg-push-0 {
            left: auto;
        }
        .col-lg-offset-12 {
            margin-left: 100%;
        }
        .col-lg-offset-11 {
            margin-left: 91.66666667%;
        }
        .col-lg-offset-10 {
            margin-left: 83.33333333%;
        }
        .col-lg-offset-9 {
            margin-left: 75%;
        }
        .col-lg-offset-8 {
            margin-left: 66.66666667%;
        }
        .col-lg-offset-7 {
            margin-left: 58.33333333%;
        }
        .col-lg-offset-6 {
            margin-left: 50%;
        }
        .col-lg-offset-5 {
            margin-left: 41.66666667%;
        }
        .col-lg-offset-4 {
            margin-left: 33.33333333%;
        }
        .col-lg-offset-3 {
            margin-left: 25%;
        }
        .col-lg-offset-2 {
            margin-left: 16.66666667%;
        }
        .col-lg-offset-1 {
            margin-left: 8.33333333%;
        }
        .col-lg-offset-0 {
            margin-left: 0;
        }
            .container {
                max-width: 1420px;
            }
        
    
        }

@media (min-width: 1500px) {
        .container {
            max-width: 1350px;
        }
}

/* body.aero.insights-detail.insights-detail.full_preview div.owl-stage-outer img {
    object-fit: cover;
} */

body.flight-terms #content .textcontent a {
    width: 100%;
}

.recaptcha-class iframe {
    width: 100%;
    float: left;
    height: auto !important;
}
/* button#consent {
	border-radius: 6px;
} */