*,
*:before,
*:after {
    box-sizing: border-box;
}

body,
header,
footer,
main,
section,
article,
nav,
figure,
nav,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dt,
dd,
img,
form,
fieldset,
blockquote {
    border: 0;
    margin: 0;
    padding: 0;
}

html {
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body {
    background: #fff;
    color: #003781;
    font: 20px 'Inter Light';
    min-width: 320px;
}

a {
    color: #003781;
    outline: none;
    text-decoration: none;
    transition: .2s All;
}

a:hover {
    color: #f19300;
    /* vorher 000*/
    text-decoration: none;
}

input,
select,
textarea {
    border: #999999 1px solid;
    color: #000;
    font: inherit;
    padding: 1em;
}

.form-submit-btn {
    background-color: #003781;
    padding: 20px;
    color: #FFF;
    font-size: 20px;
    border: #003781 1px solid;
    transition: background-color 0.4s ease-in-out;
    cursor: pointer
}


li {
    list-style: none;
}

h1 {
    font: 60px/1.1 'Inter Light';
    margin: 0 0 .2em;
    color: #003781;
}

h2 {
    font: 40px/1 'Inter Light';
    letter-spacing: 0.4px;
    margin: 0 0 .5em;
    width:75%
}

.start_header h2 {
    font: 18px/1 'Inter Light';
    letter-spacing: 0.4px;
    margin: 0 0 1.5em;
}

h3 {
    font: 28px/1.2 'Inter Light';
    letter-spacing: 0.4px;
    margin: 0 0 .5em;
    color: #003781;
    width:90%
}

.footer-pics h3{
  width:100%
}

h2 span,
h3 span {
    display: block;
    font-size: 30px;
}

h4 {
    font: 26px/1.1 'Inter Light';
    /*voerher 40px*/
    letter-spacing: 0px;
    margin: 0 0 .6em;
}

h5,
h6 {
    font-size: 1em;
    font-weight: normal;
    line-height: 1;
}

p {
    line-height: 1.4em;
    margin: 0 0 1.4em;
}

table {
    border-collapse: collapse;
    width: 100%;
}

img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

/*- Layout -*/

.page-container {
    margin: 0 auto;
    max-width: 1920px;
    padding: 0 285px;
    transition: .7s All
}

.home-page .page-container {
    padding-top: 85px;
}

.content-animate .page-container,
.content-animate .page-video {
    transform: translateY(30%);
}

/*- Page Header -*/

.page-header {
    display: flex;
    height: 1px;
    justify-content: space-between;
    left: 0;
    padding: 0 52px;
    position: fixed;
    right: 0;
    top: 35px;
    z-index: 10;
}

.home-page .page-header:not(.is-scrolling) {
    color: #fff;
}

.home-page .page-header:not(.is-scrolling) .header-contacts a {
    color: #003781;
}

.home-page .page-header.nav-is-open {
    color: #003781;
}

.header-logo {
    display: flex;
    justify-content: left;
    margin: 15px 0 40px;
    max-width: 1920px;
    padding: 0 285px;
    font: 20px 'Inter Light';
}

.header-logo img {
    width: 185px;
}

.header-menu {
    display: flex;
}

.header-contacts {
    font: 18px/.9 'Inter Light';
    text-align: right;
}

.header-contacts li{
line-height: 1.2;
}
.header-contacts li:first-child{
line-height: 1.3;
}
/*- Title  -*/

.page-video {
    background: url(../images/video-pic.jpg) no-repeat center / cover;
    height: 100vh;
    overflow: hidden;
    position: relative;
    transition: .7s All
}

.bgvideo {
    height: auto;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    transition: 1s opacity;
    width: auto;
}

.page-video::before {
    background: rgba(0, 0, 0, .4);
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.video-logo {
    left: 50%;
    /*opacity: .5;*/
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1
}

.btn-scroll-down {
    bottom: 32px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    z-index: 1
}

.page-title {
    height: 1100px;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}

/*.page-title--animated {
    transform: scale(1.2);
    transition: 1.7s All;
}*/

.page-title--zoom {
    transform: scale(1);
    width: 100vw;
}

.title-pic {
    display: flex;
    justify-content: flex-end;
    position: relative;
}

.title-pic__1 {
    bottom: 60px;
    left: 0;
    position: absolute;
    z-index: 1;
}

.home-page .intro-text {
    max-width: 1080px;
}

.intro-text p {
    line-height: .9;
}

/*- Navigation -*/

.nav-primary {
    background: #fff;
    font: 15px/1 'Inter Light';
    left: 0;
    max-height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    right: 0;
    text-align: left;
    top: 0;
    transform: translateY(-100%);
    transition: .7s All;
    visibility: hidden;
    z-index: 9;
    max-width: 1920px;
    padding: 20px 285px;
}

.nav-is-open+.nav-primary {
    transform: translateY(0);
    visibility: visible;
    overflow-y: hidden;
}

.nav-main-wrapper {
    display: flex;
    flex-direction: column;
    height: 100vh;
    justify-content: space-between;
    padding: 15px 0 50px;
}

.nav-main {
    font-size: 65px;
    line-height: 1.3;
}

.nav-main>li {
    margin-bottom: -11px;
    /* vorher -20px*/
}

.nav-main>li>a {

    color: #003781;
    line-height: 1;
    text-decoration: none;
}

.nav-main>li>a:hover,
.nav-main>li.active>a {

    color: #003781;
}

.nav-contacts {
    font-size: 20px;
    line-height: 1.1;
}

.nav-contacts a {
    color: #003781;
}

.btn-startseite {
    display: inline-block;
}

.nav-banner {
    bottom: 54px;
    position: absolute;
    right: 75px;
}

.nav-banner img {
    max-width: 253px;
}

/*- Components -*/

.list-staff {
    margin-bottom: 125px;
}

.staff-item {
    margin-bottom: 55px;
    text-align: center;
}

.staff-item__pic {
    margin-bottom: 13px;
}

.staff-item__pic img {
    width: 100%;
}

.staff-item__heading {
    margin-bottom: 0;
}

.news-item {
    margin-bottom: 40px;
    padding: 0 5px;
    text-align: center;
}

.news-item p {
    margin: 0
}

.news-item a {
    text-decoration: underline;
}

.list-quote {
    font-size: 50px;
    max-width: 880px;
    padding: 165px 0;
    position: relative;
    text-align: left;
}

.list-quote::after {
    bottom: 0;
    top: auto
}

.accordeon {
    border-top: 2px solid #003781;
    margin-bottom: 65px;
}

.accordeon-row {
    border-bottom: 2px solid #003781;
}

.accordeon-headline {
    align-items: flex-start;
    cursor: pointer;
    display: flex;
    font: 25px 'Inter Light';
    color: #003781;
    padding: 15px 40px 15px 0;
    position: relative;
}

.accordeon-headline::after {
    background: url(../images/ico-+.svg) no-repeat top / contain;
    content: '';
    height: 28px;
    margin-top: -14px;
    position: absolute;
    right: 0;
    top: 50%;
    width: 28px;
}

.cms_accordion.is-open .accordeon-headline:after {
    background: url(../images/ico-min.svg) no-repeat top / contain;
    content: '';
    height: 28px;
    margin-top: -14px;
    position: absolute;
    right: 0;
    top: 50%;
    width: 28px;
}

.accordeon-wrap {
    padding: 30px 0
}

.accordeon-intro {
    margin: 0 auto 30px;
    max-width: 1060px;
    text-align: center;
}

/*- Buttons -*/

.btn-link {
    font: 50px 'Inter Black';
    letter-spacing: -2px;
    padding-left: 55px;
    position: relative;
}

.btn-link a {
    text-decoration: underline;
}

.btn-link a::before {
    background: url(../images/ico-menu.svg) no-repeat center / contain;
    content: '';
    height: 42px;
    left: 0;
    margin-top: -21px;
    position: absolute;
    top: 50%;
    width: 38px;
}

/*- Page Footer -*/

.page-footer {
    padding: 12px 78px 0px;
    border-top: 2px solid #003781;
}

.page-footer .flex-shrink-1 {
    min-width: 70%;
}



.footer-banner {
    left: 0;
    position: absolute;
    top: 0;
}

.footer-pics {
    display: flex;
    padding-left: 200px;
    position: relative;
}

.footer-pics img {
    margin-right: 15px;
}

.footer-pics h3 {
    font-size: 20px;
}

.footer-contacts {
    font: 18px/.9 'Inter Light';
    margin-bottom: 117px;
    text-align: center;
}

.nav-footer {
    display: flex;
    font: 12px 'Inter Light';
    justify-content: center;
}

.nav-footer li {}

.nav-footer li:after {
    color: #999;
    content: "|";
    padding: 0 5px;
}

.nav-footer li:last-child:after {
    display: none;
}

/*- Misc. Components-*/

hr {
    border: 0;
    border-top: 1px solid #eee;
    margin-bottom: 20px;
    margin-top: 20px;
}

.pic-responsive img {
    height: auto;
    margin: 0 0 20px;
    width: 100%;
}

.spacing-xl {
    margin-bottom: 145px;
}

.spacing-lg {
    margin-bottom: 100px;
}

.spacing-sm {
    margin-bottom: 70px;
}

.text-center {
    text-align: center;
}

.hamburger {
    background-color: transparent;
    border: 0;
    border: 2px solid #003781;
    border-radius: 50%;
    box-shadow: none;
    cursor: pointer;
    height: 64px;
    outline: none;
    overflow: visible;
    padding: 0;
    transition-duration: 0.15s;
    transition-property: opacity, filter;
    transition-timing-function: linear;
    width: 64px;
    z-index: 1
}

.home-page .page-header:not(.is-scrolling) .hamburger {
    border-color: #003781;
}

.home-page .page-header.nav-is-open .hamburger {
    border-color: #003781;
}

.hamburger::-moz-focus-inner {
    border: 0;
}

.hamburger-box {
    display: block;
    height: 17px;
    left: 50%;
    margin-left: -16px;
    position: relative;
    width: 32px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    background-color: #003781;
    border-radius: 0;
    height: 2px;
    left: 0;
    position: absolute;
    transition-duration: .15s;
    transition-property: transform;
    transition-timing-function: ease;
    width: 32px;
}

.home-page .page-header:not(.is-scrolling) .hamburger-inner,
.home-page .page-header:not(.is-scrolling) .hamburger-inner::before,
.home-page .page-header:not(.is-scrolling) .hamburger-inner::after {
    background-color: #003781;
}

.home-page .page-header.nav-is-open .hamburger-inner,
.home-page .page-header.nav-is-open .hamburger-inner::before,
.home-page .page-header.nav-is-open .hamburger-inner::after {
    background-color: #003781;
}

.hamburger-inner::before {
    content: "";
    top: 7px;
    transition-duration: .2s;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    width: 25px;
}

.hamburger-inner::after {
    content: "";
    top: 14px;
}

.hamburger.is-active .hamburger-inner {
    transform: translate3d(0, 7px, 0) rotate(45deg);
}

.hamburger.is-active .hamburger-inner::before {
    opacity: 0;
    transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
}

.hamburger.is-active .hamburger-inner::after {
    transform: translate3d(0, -14px, 0) rotate(-90deg);
}


/*
Z. 349,356, 393, 431, 616, 102, 387, 217, 60, 78, 91, 388
*/
.text-center a,
.text_rechts a {
    text-decoration: underline;
}

.text_rechts {
    text-align: left;
    width: 65%;
    margin-left: auto;
    font: 17px Inter, Arial, Helvetica, Sans-Serif;
}

.det_elem_no_padding {
    margin: 0 calc(50% - 50vw) 45px
        /*0*/
        !important
}

.det_elem_no_padding img {
    width: 100%
}

.CCSS331 {
    border-top: 2px solid #003781;
    margin-bottom: 65px;
    width: 65%;
}

.pic-galerie {
    padding-bottom: 20px;
}

.galerieseite_box {
    padding-top: 36px;
}

.galeriename {
    padding-top: 16px;
}

.intro-text {
    margin-bottom: 112px;
    letter-spacing: -2px;
}

.cms_document {
    font: 50px 'Inter Black';
    letter-spacing: -2px;
    padding-left: 55px;
    position: relative;
    padding-bottom: 85px;
    text-align: left;
}

.cms_document a {
    text-decoration: underline;
}

.cms_document a::before {
    background: url(../images/ico-menu.svg) no-repeat center / contain;
    content: '';
    height: 42px;
    left: 0;
    margin-top: -21px;
    position: absolute;
    top: 20%;
    width: 38px;
}

.cms_item>.cms_content>.cms_document a.pdf {
    background-image: none;
}

.cms_item a.file {
    padding-left: 0;
}

.cms_content .text {
    /*dreiertext hier*/
    padding-bottom: 31px;
}

.cms_content a {
    text-decoration: underline;
}

.fancybox-infobar {
    display: none;
}

.galerieseite {
    padding-bottom: 254px;
}

.nav-main>li>a:hover {
    opacity: 0.8;
}

/*
.header_start {
    border-color: #fff !important;
    color: #fff;
    filter: brightness(0) invert(1);
}
.header_start::after {
    border-color: #fff !important;
    background: #fff !important;
}
.header_start_open {
    background:#fff;
}
.background_white {
    background: #fff !important;
}
.filter_white {
    filter: brightness(0) invert(1);
}
.filter_normal {
    filter: brightness(1) invert(0);
}      */
.headline_cms h3 {
    margin-bottom: 0;
}

iframe {
    width: 100%;
    height: 100%;
}

.legende {
    padding-top: 10px;
}

.list-news {
    display: flex;
    justify-content: center;
}

.cms_item ul li {
    list-style: disc;
    list-style-position: outside;
    margin-left: 20px;
    margin-bottom: 20px;
    line-height: 1.4em;
}

.cms_item ol li {
    list-style: decimal;
    list-style-position: outside;
    margin-left: 20px;
}

.cms_column img,
.galerieseite_box img {
    width: 100% !important;
    height: auto !important;
}

.footer-banner {
    max-width: 198px;
}

.list-quote h4 {
    color: #003781;
}

.start_header {
    margin-bottom: 62px;
    margin-top: 110px;
}

.start_header h1,
.start_header h2,
.start_header h3 {
    padding: 0 285px;
}

.start_pic {
    display: flex;
    justify-content: center;
}

.CCSS231 {
    color: #003781;
}

.cms_content .text {
    width: 75%;
}

.text-cust {
    max-width: 888px;
}

.table-box-cust {
    display: flex;
    justify-content: space-between;
    font-size: 20px;
    font-weight: bold;
    width: 888px;
}

.table-box-cust h4 {
    color: #003781;
    margin-bottom: 0.7em;
}

.linie_table {
    width: 888px;
    border-top: 2px solid #003781;
}

.fixed_circle {
    position: fixed;
    right: 135px;
    bottom: 200px;
    width: 250px;
}

.seitentitel {
    font-size: 30px;
    padding-bottom: 15px;
}

.nav-is-open .header-contacts {
    display: none;
}

.cms_content>div {
    height: unset !important;
    /*width: unset !important; */
}

.CCSS231 h3 {
    hyphens: auto;
}

.form-typ-3 {
    width: 60%
}

.theright {
    float: right !important;
}

.theright h4 {
    float: right;
}

.theleft h4,
.theright h4,
.oneline h4 {
    font-size: 17px;
}

.theright .CCSS339 {
    width: 30%;
}

.greenline {
    width: 66% !important;
}

.greenline .trennlinie {
    border-top: 2px solid #003781;
}

.tabletitle {
    color: #003781;
}


.news-item {
    margin-bottom: 78px;
    padding: 0 5px;
    text-align: left;
}

.news-item a {
    text-decoration: underline;
}

.news-item img {
    margin-bottom: 30px;
}

.news-item h2 {
    margin-bottom: 21px;
    font: 20px / 1.2 'Inter SemiBold';
    margin: 0 0 .2em;
    width: 100%
}
.news-item a {
    font-size: 16px;
    margin: 0 0 .2em;
}

.news-item p {
    margin: 0;
}

.text table td {
padding: 10px;
vertical-align: top;
}
.text table tr td:first-child {
width: 20%
}


