@charset "UTF-8";
@font-face {
    font-family : 'FontAwesome';
    src         : url('../vendor/font-awesome-v4.7.0/fonts/fontawesome-webfont.eot?v=4.7.0');
    src         : url('../vendor/font-awesome-v4.7.0/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),
    url('../vendor/font-awesome-v4.7.0/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),
    url('../vendor/font-awesome-v4.7.0/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),
    url('../vendor/font-awesome-v4.7.0/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),
    url('../vendor/font-awesome-v4.7.0/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight : normal;
    font-style  : normal;
}

html {
    width                    : 100%;
    height                   : 100%;
    min-height               : 100%;
    overflow-y               : scroll;
    overflow-x               : hidden;
}

html.c7n-loaded {
    background-image: none;
}

body {
    line-height: 1.5rem;
    letter-spacing: 0;
    font-weight: 300;
    color: rgba(254, 254, 254, 1);
    background-color: #FFFFFF;
    width: 100%;
    height: auto;
    min-height: 100%;
    position: relative;
    opacity: 0;
    border: 0;
    outline: 0;
     -webkit-font-smoothing: antialiased; 
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    font-family: 'Titillium Web', sans-serif;
    font-size: 16px;
    overflow: hidden;
}

body.c7n-loaded {
    transition: background-color 150ms ease;
    opacity: 1;
}

main.home-content {
    min-height: calc(100vh - 341px);
}

.c7n-home {
    display: none;      
}

.body-content {
  display: block;
  min-height: 100vh;
  flex-direction: column;
}

.home-content {
  /* flex: 1;*/
}

.cke_editable {
    cursor: text;
    color: #000000;
    display: initial;
}

a {
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a:hover {
    color: rgba(230, 230, 230, 1);
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

.article-content a:hover {
    color: #005799;
}

.article-breadcrumb a:hover {
    color: #005799;
}

#PoweredByFooter {
    display: none;
}

div#preview-content {
    padding-bottom: 0 !important;
}

::-moz-selection { background : rgb(38,161,219); text-shadow : none; color : #ffffff; }
::selection { background : rgb(38,161,219); text-shadow : none; color : #ffffff; }

input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:focus, input[type="button"]:focus, input[type="reset"]:focus {
    outline: none;
    border-color: transparent;
    background-color: transparent;
    -webkit-appearance: none;
    background-color: #003A65!important;
}

/* HEADER | START */
header {
    position: fixed;
    width: 100%;
    height: 90px;
    z-index: 999;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #003A65;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    font-size: 18px;
    top:0;
}

header.minimized {
    padding-bottom: 0px;
    padding-top: 0px;
    max-height: 54px;
    font-size: 18px;
}

header.minimized img{
    height: 80%;
    width: auto;
}

img.c7n-header-image {
    min-height: 200px;
    width: 100%;
    object-fit: cover;
}

h1, .h1 {
    padding: 10px 0 10px 0;
    line-height: 1.4;
    color: #151515;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 2.2rem;
}

h2, .h2 {
    padding: 10px 0 10px 0;
    line-height: 1.4;
    color: #151515;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 300;
    font-size: 2.0rem;
}

h3, .h3 {
    padding: 10px 0 10px 0;
    line-height: 1.4;
    color: #151515;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 300;
    font-size: 1.7rem;
}

.invisible {
    display: none
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
}
.container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}
/* HEADER | ENDE */

/* NAVIGATION | START */
.menu-logo {
    width: 100%;
}

.menu-logo > li > a img {
    width: auto!important;
    height: 58px!important;
}

.mega-menu .menu-logo > li > a img {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 30px;
    left: 30px;
    bottom: 0;
    margin: auto 0;
}

.mega-menu .menu-links > li:hover {
    background-color: rgba(87, 138, 214, 1);
}

.mega-menu .drop-down-multilevel li:hover {
    background: rgba(87, 138, 214, 1);
}

.mega-menu .drop-down-multilevel a {
    margin: 0;
    padding: 10px 15px;
    font-size: 0.8125rem;
    display: inline-block;
    float: left;
    width: 100%;
    color: #555;
    transition: color 200ms ease;
    min-height: 20px;
}

.mega-menu .drop-down-multilevel li {
    margin: 0;
    padding: 0;
    display: block;
    float: left;
    width: 100%;
    position: relative;
    transition: background 200ms ease;
    z-index: 50;
    line-height: 1.5;
}

.mega-menu.menuFullWidth {
    max-width: 100%;
    background-color: #003A65;
    height: 90px;
}

.menu {
    margin: 0px;
    padding: 0px;
    text-decoration: none;
}

.starter_normal.menu_node::after {
    font-family: FontAwesome;
    content: "\f107";
    margin: 0px;
    padding: 0px 0px 0px 5px;
}

.inactive.menu_node::after {
    font-family: FontAwesome;
    content: "\f105";
        float: right;
}

.mega-menu {
    font-family: 'Titillium Web', sans-serif!important;
}

.menu-list-items {
    background-color: transparent!important;
}

.mega-menu .menu-logo {
    display: block;
    float: left;
    position: relative;
}

.mega-menu .menu-links > li > a {
    margin: 0;
    padding: 0 20px;
    display: inline-block;
    float: none;
    width: 100%;
    color: #91B4CE;
    font-size: 1.4rem;
    line-height: 40px;
    position: relative;
    text-transform: uppercase;
}

.mega-menu * {
    font-family: 'Titillium Web', sans-serif!important;
}

.mega-menu.desktopTopFixed .menu-list-items {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    padding: 30px 0px; 
}
/* NAVIGATION | END */

/* FOOTER | START */
footer {
    background-color: #003A65;
    color: rgba(242, 242, 242, 1);
    min-height: 240px;
    font-size: .95rem;
    text-transform: uppercase;
}

.footer-top {
    position: relative;
    width: 100%;
    min-height: 180px;
    background-color: #4A6E88;
    color: #FFFFFF;
    text-transform: none;
}

.footer-headline {
    font-size: 1rem;
    font-weight: 700;
    padding: 15px 0px;
    line-height: 1.3;
}

.footer-content {
    line-height: 1.3;
    margin-bottom: 15px;
    font-size: .9rem;
}

.footer-bottom {
    /* display: flex;*/
    align-items: center;
    min-height: 60px;
    line-height: 60px;
    text-transform: uppercase;
}

.footer-social-media-box {
    float: right;
}

.footer-social-media {
    padding: 0px 10px;     
}

a.footer-left:hover, a.footer-right:hover {
    color: rgba(56, 178, 255, 1)!important;
}

.footer-right {
    width: 100%;
    display: inline-block;
}

.footer-right ul {
    height: 50px;
    margin: 0px;
    padding: 0px;
}

footer li {
    display: inline-flex;
    padding: 0px 0px 0px 15px;
    margin: 0px;
}

input#newsletter-subscribe {
    height: 40px;
    width: 190px;
    font-size: .8rem;
    padding: 10px;
    border: transparent;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

button.newsletter-subscribe-button {
    height: 40px;
    width: 65px;
    color: #FFFFFF;
    background-color: #007BC0;
    border: transparent;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    margin-left: -4px;
    text-transform: uppercase;    
}

.newsletter-subscribe-box {
    position: relative;
    width: 100%;
    height: auto;
}

.newsletter-subscribe-field {
    color: #111111;
}

.c7n-newsletter-form input[type="submit"] {
    -webkit-appearance: none;
    cursor: pointer;
    position: relative;
    padding: 0px 10px;
    border-radius: 5px;
    text-align: center;
    line-height: 46px;
    text-transform: uppercase;
    font-weight: 700;
    border: 1px solid #003A65;
    color: #003A65;
    background-color: #ffffff;
}

.c7n-newsletter-form input[type="submit"]:hover {
    -webkit-appearance: none;
    cursor: pointer;
    /* overflow: visible; */
    position: relative;
    padding: 0px 10px;
    border-radius: 5px;
    text-align: center;
    line-height: 46px;
    text-transform: uppercase;
    font-weight: 700;
    background-color: #005b8e;
    color: #ffffff!important;
}

@media only screen and (max-width:575px) {
    input#newsletter-subscribe {
        height: 40px;
        width: 200px;
        font-size: .8rem;
        padding: 10px;
        border: transparent;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
    }

    button.newsletter-subscribe-button {
        position: absolute;
        height: 40px;
        width: 65px;
        color: #FFFFFF;
        background-color: #007BC0;
        border: transparent;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
        margin-left: -4px;
        text-transform: uppercase;    
    }
}
@media only screen and (min-width:576px) {
    input#newsletter-subscribe {
        height: 40px;
        width: 160px;
        font-size: .8rem;
        padding: 10px;
        border: transparent;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
    }

    button.newsletter-subscribe-button {
        position: absolute;
        height: 40px;
        width: 50px;
        color: #FFFFFF;
        background-color: #007BC0;
        border: transparent;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
        margin-left: -4px;
        text-transform: uppercase;    
    }
}
@media only screen and (min-width:768px) {
    input#newsletter-subscribe {
        height: 40px;
        width: 160px;
        font-size: .8rem;
        padding: 10px;
        border: transparent;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
    }

    button.newsletter-subscribe-button {
        position: absolute;
        height: 40px;
        width: 50px;
        color: #FFFFFF;
        background-color: #007BC0;
        border: transparent;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
        margin-left: -4px;
        text-transform: uppercase;    
    }
}
@media only screen and (min-width:992px) {
    input#newsletter-subscribe {
        height: 40px;
        width: 160px;
        font-size: .8rem;
        padding: 10px;
        border: transparent;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
    }

    button.newsletter-subscribe-button {
        position: absolute;
        height: 40px;
        width: 50px;
        color: #FFFFFF;
        background-color: #007BC0;
        border: transparent;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
        margin-left: -4px;
        text-transform: uppercase;    
    }
}
@media only screen and (min-width:1200px) {
    input#newsletter-subscribe {
        height: 40px;
        width: 190px;
        font-size: .8rem;
        padding: 10px;
        border: transparent;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
    }

    button.newsletter-subscribe-button {
        position: absolute;
        height: 40px;
        width: 65px;
        color: #FFFFFF;
        background-color: #007BC0;
        border: transparent;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
        margin-left: -4px;
        text-transform: uppercase;    
    }
}
/* FOOTER | END */

/* GOOGLE MAPS | START */
#footer-google-maps #google-map {
    width: 100%;
    height: 400px;
    z-index: 1;
}

@media only screen and (max-width:767px) {
    #footer-google-maps #google-map {
        width: 100%;
        height: 350px;
        z-index: 1;
    }
    
    #for-referenzen .reference-text-bottom, #for-referenzen .reference-text-top {
        margin: 20px 13px 30px 13px !important;
    }
    #for-referenzen .swiper-button-next {
        right: 0 !important;
    }
    #for-referenzen .swiper-button-prev {
        left: 0 !important;
    }
    #home-section5 .reference-content {
        bottom: inherit;
        top: 20%;
    }
     .swiper-button-next, .swiper-button-prev {     
         width: 20px !important;
         height: 25px !important;
         background-size: 30px 30px !important;
     }
}

@media only screen and (max-width: 480px) { 
    #for-referenzen .reference-text-bottom, #for-referenzen .reference-text-top {
        margin: 20px 13px 30px 13px !important;
    }
    .swiper-button-next, .swiper-button-prev {
        width: 15px !important;
        height: 18px !important;
        background-size: 26px 26px !important;
    }
}

@media only screen and (max-width: 360px) { 
    #home-section5 .reference-box {
        height: 700px !important;
    }
}

/* GOOGLE MAPS | ENDE /*

/* BOOTSTRAP CUSTOM | START */
.invisible {
    visibility: hidden!important
}

.hidden-xs-up {
    display: none!important
}

@media (max-width:575px) {
    .hidden-xs-down {
        display: none!important
    }
}
@media (min-width:576px) {
    .hidden-sm-up {
        display: none!important
    }
}
@media (max-width:767px) {
    .hidden-sm-down {
        display: none!important
    }
}
@media (min-width:768px) {
    .hidden-md-up {
        display: none!important
    }
}
@media (max-width:991px) {
    .hidden-md-down {
        display: none!important
    }
}
@media (min-width:992px) {
    .hidden-lg-up {
        display: none!important
    }
}
@media (max-width:1199px) {
    .hidden-lg-down {
        display: none!important
    }
}
@media (min-width:1200px) {
    .hidden-xl-up {
        display: none!important
    }
}
@media (max-width:1599px) {
    .hidden-xl-down {
        display: none!important
    }
}
@media (min-width:1600px) {
    .hidden-xxl-up {
        display: none!important
    }
}

.hidden-xl-down {
    display: none!important
}
/* BOOTSTRAP CUSTOM | END */

/* CUSTOM LAYOUT | START */
.body-content {
  /*display: flex;*/
  min-height: 100vh;
  flex-direction: column;
}

.home-content {
  /*flex: 1;*/
}

.banner-sidebox.download-page a {
    width: 150px;
}

.custom-word-style {
    font-style: italic;
}

.layout-headline {
    position: relative;
    padding: 0px;
    color: #111111;
    text-align: center;
}

.layout-dash {
    border-top: 2px solid #003A65;
}

#home-section1, #home-section2, #home-section3, #home-section4, #home-section5, #home-section6 {
    position: relative;
    width: 100%!important;
}

#home-section4 {
    padding-bottom: 30px;
}

.layout-button {
    border: 1px solid #003A65;
}

.layout-button-main {
    border: 1px solid #FFFFFF;
}

.layout-button-main {
    /*background-color: #007BC0;*/
}

.layout-button-blue {
    background-color: #003A65;
}

.layout-button-link, .layout-button-link-blue, .layout-button-link-main {
    position: relative;
    font-weight: 700;
    text-transform: uppercase;
}

.layout-button-link {
    color: #003A65;
    padding: 10px 10px;
}

.layout-button-main, .layout-button-blue {
    color: #FFFFFF;
}


a.layout-button-link-main:hover {
    color: #A4CAE0;
}

a.layout-button-link:hover {
    color: #ffffff;
}

.layout-button.news-button:hover {
    background-color: #005b8e;
    color: #ffffff!important;
}

a.layout-button-link-blue:hover {
    color: #A4CAE0;
}

@media (max-width:575px) {
    #home-section5 {
        padding: 0px 15px;
    }
    #home-section2 {
        bottom: 220px;
        margin-bottom: -220px;
    }

    /*.layout-headline {*/
    /*    margin: 0px 0px 0px 0px;*/
    /*    padding: 60px 0px 10px 0px;*/
    /*    font-size: 2rem;*/
    /*}*/

    .layout-dash {
        margin: 0px auto 5px auto;
        width: 50px;
    }

    .layout-button, .layout-button-blue, .layout-button-main {
        position: relative;

        padding: 0px 10px;
        border-radius: 5px;
        text-align: center;
        line-height: 35px;
        text-transform: uppercase;
        font-weight: 700;
    }
}
@media (min-width:576px) {
    #home-section2 {
        bottom: 220px;
        margin-bottom: -220px;
    }

    /*.layout-headline {*/
    /*    margin: 0px 0px 0px 0px;*/
    /*    padding: 80px 0px 15px 0px;*/
    /*    font-size: 2rem;*/
    /*}*/

    .layout-dash {
        margin: 0px auto 15px auto;
        width: 50px;
    }

    .layout-button, .layout-button-blue, .layout-button-main {
        position: relative;
        padding: 0px 10px;
        border-radius: 5px;
        text-align: center;
        line-height: 35px;
        text-transform: uppercase;
        font-weight: 700;
    }
}
@media (min-width:768px) {
    #home-section2 {
        bottom: 220px;
        margin-bottom: -220px;
    }

    /*.layout-headline {*/
    /*    margin: 0px 0px 0px 0px;*/
    /*    padding: 90px 0px 15px 0px;*/
    /*    font-size: 2.5rem;*/
    /*}*/

    .layout-dash {
        margin: 0px auto 15px auto;
        width: 80px;
    }

    .layout-button, .layout-button-blue, .layout-button-main {
        position: relative;
        padding: 0px 10px;
        border-radius: 5px;
        text-align: center;
        line-height: 40px;
        text-transform: uppercase;
        font-weight: 700;
    }
}
@media (min-width:992px) {
    #home-section2 {
        bottom: 220px;
        margin-bottom: -220px;
    }

    /*.layout-headline {*/
    /*    margin: 0px 0px 0px 0px;*/
    /*    padding: 110px 0px 25px 0px;*/
    /*    font-size: 3rem;*/
    /*}*/

    .layout-dash {
        margin: 0px auto 15px auto;
        width: 80px;
    }

    .layout-button, .layout-button-blue, .layout-button-main {
        position: relative;
        padding: 0px 10px;
        border-radius: 5px;
        text-align: center;
        line-height: 46px;
        text-transform: uppercase;
        font-weight: 700;
    }
}
@media (min-width:1200px) {
    #home-section2 {
        bottom: 220px;
        margin-bottom: -220px;
    }

    /*.layout-headline {*/
    /*    margin: 0px 0px 0px 0px;*/
    /*    padding: 120px 0px 20px 0px;*/
    /*    font-size: 2.5rem;*/
    /*}*/

    .layout-dash {
        margin: 0px auto 30px auto;
        width: 80px;
    }

    .layout-button, .layout-button-blue, .layout-button-main {
        position: relative;
        padding: 0px 10px;
        border-radius: 5px;
        text-align: center;
        line-height: 46px;
        text-transform: uppercase;
        font-weight: 700;
    }
}

.scroll-to-top {
    position: fixed;
    bottom: 100px;
    right: 20px;
    padding: .5rem;
    margin: 0px 0px 10px 0px;
    background-color: rgba(0, 0, 0, 0.375);
    border: 1px solid rgba(255, 255, 255, .2);
    z-index: 1;
}

.scroll-to-top:hover {
    color: rgba(230, 230, 230, 1);
    background-color: rgba(0, 0, 0, 0.375);
    z-index: 0;
}
/* CUSTOM LAYOUT | END */

/* SWIPER | START */
#main-slider {
    position: relative;
    width: 100%;
}
.swiper-container {
    width: 100%;
    height: auto;
}

.swiper-wrapper {
    position: absolute;
    height: 100%!important;
    /*margin-top: -5%;*/
}

.swiper-slide-headline-lg {
    position: absolute;
    line-height: 1.2;
    color: #FFFFFF;
    animation-name: topFadeIn;
    animation-duration: 2s;
    text-shadow: 1px 1px 5px #000000;
}

@-webkit-keyframes move {
  0% {
    -webkit-transform-origin: bottom left;
    -moz-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    -o-transform-origin: bottom left;
    transform-origin: bottom left;
    transform: scale(1.0);
    -ms-transform: scale(1.0);
    /* IE 9 */
    
    -webkit-transform: scale(1.0);
    /* Safari and Chrome */
    
    -o-transform: scale(1.0);
    /* Opera */
    
    -moz-transform: scale(1.0);
    /* Firefox */
  }
  100% {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    /* IE 9 */
    
    -webkit-transform: scale(1.2);
    /* Safari and Chrome */
    
    -o-transform: scale(1.2);
    /* Opera */
    
    -moz-transform: scale(1.2);
    /* Firefox */
  }
}

@media only screen and (max-width:575px) {
    @keyframes topFadeIn {
      0% {
        position: absolute;
        top: -3rem;
        opacity: 0;
      }

      100% {
        position: absolute;
        opacity: 1;
      }
    }
    .swiper-slide.swiper-slide-active {
        margin: 100px 0px;
    }

    img.swiper-slide {
        height: 350px!important;
        object-fit: cover;
    }

    .swiper-slide.swiper-slide-active {
        width: 100%!important;
    }

    .swiper-slide-headline-lg {
        position: absolute;
        max-width: 240px;
        font-size: 1rem;
        top: 50px;
    }
}
@media only screen and (min-width:576px) {
    @keyframes topFadeIn {
      0% {
        position: absolute;
        top: -3rem;
        opacity: 0;
      }

      100% {
        position: absolute;
        opacity: 1;
      }
    }
    .swiper-slide.swiper-slide-active {
        margin: 100px 0px;
    }

    img.swiper-slide {
        height: 400px!important;
        object-fit: cover;
    }

    .swiper-slide.swiper-slide-active {
        width: 100%!important;
    }

    .swiper-slide-headline-lg {
        position: absolute;
        max-width: 400px;
        font-size: 3.5vw;
        top: 60px;
    }
}
@media only screen and (min-width:768px) {
    @keyframes topFadeIn {
      0% {
        position: absolute;
        top: -3rem;
        opacity: 0;
      }

      100% {
        position: absolute;
        opacity: 1;
      }
    }
    .swiper-slide.swiper-slide-active {
        margin: 100px 0px;
    }

    img.swiper-slide {
        height: 480px!important;
        object-fit: cover;
    }

    .swiper-slide.swiper-slide-active {
        width: 100%!important;
    }

    .swiper-slide-headline-lg {
        position: absolute;
        max-width: 500px;
        font-size: 3.5vw;
        top: 60px;
    }
}
@media only screen and (min-width:992px) {
    @keyframes topFadeIn {
      0% {
        position: absolute;
        top: -3rem;
        opacity: 0;
      }

      100% {
        position: absolute;
        opacity: 1;
      }
    }
    .swiper-slide.swiper-slide-active {
        margin: 100px 0px;
    }

    img.swiper-slide {
        height: 500px!important;
        object-fit: cover;
    }

    .swiper-slide.swiper-slide-active {
        width: 100%!important;
    }

    .swiper-slide-headline-lg {
        position: absolute;
        max-width: 600px;
        font-size: 2rem;
        top: 60px;
    }
}
@media only screen and (min-width:1200px) {
    @keyframes topFadeIn {
      0% {
        position: absolute;
        top: -3rem;
        opacity: 0;
      }

      100% {
        position: absolute;
        opacity: 1;
      }
    }
    .swiper-slide.swiper-slide-active {
        margin: 100px 0px;
    }

    img.swiper-slide {
        height: 650px!important;
        object-fit: cover;
    }

    .swiper-slide.swiper-slide-active {
        width: 100%!important;
    }

    .swiper-slide-headline-lg {
        position: absolute;
        max-width: 700px;
        font-size: 2.5rem;
        top: 150px;
    }
}
@media only screen and (min-width:1600px) {
    @keyframes topFadeIn {
      0% {
        position: absolute;
        top: -3rem;
        opacity: 0;
      }

      100% {
        position: absolute;
        opacity: 1;
      }
    }
    .swiper-slide.swiper-slide-active {
        margin: 90px 0px;
    }

    img.swiper-slide {
        height: 800px!important;
        object-fit: cover;
    }

    .swiper-slide.swiper-slide-active {
        width: 100%!important;
    }

    .swiper-slide-headline-lg {
        position: absolute;
        max-width: 900px;
        font-size: 3rem;
        top: 150px;
    }
}
/* SWIPER | END */

/* MAIN CONTENT | START */

img.img-responsive.img-responsive-backend-only {
    width: 100%;
}

.content-box {
    position: relative;
    z-index: 1;
}

.content-box-left {
        background-color: rgba(0, 58, 101, .85);
}

.content-box-right {
    background-color: rgba(74, 110, 136, .85);
}

a.content-box-link {
    border: 1px solid #FFFFFF;
    border-radius: 3px;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 1rem;
    text-transform: uppercase;
    text-decoration: none;
}

@media only screen and (max-width:575px) {
    .content-box {
        margin-bottom: 20px;
    }

    .content-box-left {
        padding: 15px;
        height: 16vw;
        min-height: 275px;
    }

    .content-box-right {
        padding: 15px;
        height: 16vw;
        min-height: 275px;
    }

    .content-box-icon {
        height: 1.8rem;
        margin-bottom: 1vw;
    }

    .content-box-headline {
        margin-bottom: 1.5vw;
        font-size: 1.2rem;
    }

    .content-box-text {
        margin-bottom: 2.5vw;
        font-size: .9rem;
        line-height: 1.2;
        width: 290px;
    }

    .content-box-button {
        position: absolute;
        bottom: 20px
    }

    a.content-box-link {
        padding: 5px 20px;
        font-weight: 700;
        font-size: .8rem;
    }
}
@media only screen and (min-width:576px) {
    .content-box-left {
        padding: 15px;
        height: 350px;
        min-height: 300px;
    }

    .content-box-right {
        padding: 15px;
        height: 350px;
        min-height: 300px;
    }

    .content-box-icon {
        height: 1.8rem;
        margin-bottom: 1vw;
    }

    .content-box-headline {
        margin-bottom: 1.5vw;
        font-size: 1.2rem;
    }

    .content-box-text {
        position: relative;
        margin-bottom: 2.5vw;
        font-size: .9rem;
        line-height: 1.2;
    }

    .content-box-button {
        position: absolute;
        bottom: 20px
    }

    a.content-box-link {
        padding: 5px 20px;
        font-weight: 700;
        font-size: .8rem;
    }
}
@media only screen and (min-width:768px) {
    .content-box-left {
        padding: 20px;
        height: 16vw;
        min-height: 320px;
    }

    .content-box-right {
        padding: 20px;
        height: 16vw;
        min-height: 320px;
    }

    .content-box-icon {
        height: 2rem;
        margin-bottom: 1vw;
    }

    .content-box-headline {
        margin-bottom: 1.5vw;
        font-size: 1.5rem;
    }

    .content-box-text {
        margin-bottom: 2.5vw;
        font-size: 1rem;
        width: 100%;
    }

    .content-box-button {
        position: absolute;
        bottom: 25px;
    }

    a.content-box-link {
        padding: 5px 20px;
        font-weight: 700;
        font-size: 1rem;
    }
}
@media only screen and (min-width:992px) {
    .content-box-left {
        padding: 20px;
        height: 16vw;
        min-height: 300px;
    }

    .content-box-right {
        padding: 20px;
        height: 16vw;
        min-height: 300px;
    }

    .content-box-icon {
        height: 2.3rem;
        margin-bottom: 1.5vw;
    }

    .content-box-headline {
        margin-bottom: 1.5vw;
        font-size: 1.8rem;
    }

    .content-box-text {
        margin-bottom: 2.5vw;
        font-size: 1rem;
    }

    .content-box-button {
        position: absolute;
        bottom: 25px;
    }

    a.content-box-link {
        padding: 5px 30px;
        font-weight: 700;
        font-size: 1rem;
    }
}
@media only screen and (min-width:1200px) {
    .content-box-left {
        padding: 20px;
        height: 16vw;
    }

    .content-box-right {
        padding: 20px;
        height: 16vw;
    }

    .content-box-icon {
        height: 2.5rem;
        margin-bottom: 1vw;
    }

    .content-box-headline {
        margin-bottom: 1.5vw;
        font-size: 1.8rem;
    }

    .content-box-text {
        margin-bottom: 2.5vw;
        font-size: 1rem;
    }

    .content-box-button {
        position: absolute;
        bottom: 25px;
    }

    a.content-box-link {
        padding: 8px 40px;
        font-weight: 700;
        font-size: 1rem;
    }
}
@media only screen and (min-width:1600px) {
    .content-box-left {
        padding: 20px;
        height: 16vw;
        min-height: 375px;
    }

    .content-box-right {
        padding: 20px;
        height: 16vw;
        min-height: 375px;
    }

    .content-box-icon {
        height: 3.5rem;
        margin-bottom: 1vw;
    }

    .content-box-headline {
        margin-bottom: 1.5vw;
        font-size: 2.5rem;
    }

    .content-box-text {
        margin-bottom: 2.5vw;
        font-size: 1.3rem;
    }

    .content-box-button {
        position: absolute;
        bottom: 25px;
    }

    a.content-box-link {
        padding: 8px 40px;
        font-weight: 700;
        font-size: 1rem;
    }
}
/* MAIN CONTENT | END */

/* NEWS | START */
/*.news-box {
    position: relative;
    z-index: 1;
}*/

.news-box {
    position: relative;
    z-index: 1;
    padding: 5px;
}

section#home-section3 .container {
    padding: 0 25px;
}

a.news-link {
    border: 1px solid #003A65;
    border-radius: 3px;
    color: #003A65;
    font-weight: 700;
    font-size: 1rem;
    text-transform: uppercase;
    text-decoration: none;
}

img.news-image {
    position: relative;
    object-fit: cover;
}

.news-headline {
    color: #003A65;
    line-height: 1;
}
.news-text {
    color: #111111;
    line-height: 1.2;
}



@media only screen and (max-width:575px) {
    img.news-image {
        width: 100%;
        height: 250px;
    }

    .news-text-box {
        min-height: 120px;
    }

    /*.news-headline {
        margin: 20px 0px 10px 0px;
        font-size: 1.2rem;
    }*/

    .news-headline {
        margin: 10px 15px;
        font-size: 1.2rem;
        font-weight: 700;
        color: #007BC0;
    }

    /*.news-text {
        font-size: 1rem;
        margin: 15px 0px 20px 0px;
    }*/

    .news-text {
        font-size: 1rem;
        padding: 0px 15px 10px 15px;
    }

    a.news-link {
        padding: 5px 20px;
        font-weight: 900;
        font-size: .8rem;
    }

    article.news-box-content {
        width: 100%;
        margin-bottom: 30px;
        background-color: #d3dde5;
    }

    section#home-section3 {
        margin-bottom: -5px;
    }
}
@media only screen and (min-width:576px) {
    img.news-image {
        width: 100%;
        height: 250px;
    }

    .news-text-box {
        min-height: 120px;
    }

    /*.news-headline {
        margin: 20px 0px;
        font-size: 1.5rem;
    }*/

    .news-headline {
        margin: 10px 15px;
        font-size: 1.2rem;
        font-weight: 700;
        color: #007BC0;
    }

    /*.news-text {
        font-size: 1rem;
        margin: 15px 0px 20px 0px;
    }*/

    .news-text {
        font-size: 1rem;
        padding: 0px 15px 10px 15px;
    }

    a.news-link {
        padding: 5px 20px;
        font-weight: 900;
        font-size: .8rem;
    }

    article.news-box-content {
        width: 100%;
        margin-bottom: 30px;
        background-color: #d3dde5;
    }

    section#home-section3 {
        margin-bottom: -25px;
    }
}
@media only screen and (min-width:768px) {
    img.news-image {
        width: 100%;
        height: 200px;
    }

    .news-text-box {
        height: 180px;
    }

    /*.news-headline {
        margin: 20px 0px;
        font-size: 1.3rem;
    }*/

    .news-headline {
        margin: 10px 15px;
        font-size: 1.2rem;
        font-weight: 700;
        color: #007BC0;
    }

    /*.news-text {
        font-size: 1rem;
        margin: 15px 0px 20px 0px;
    }*/

    .news-text {
        font-size: 1rem;
        padding: 0px 15px 10px 15px;
    }

    a.news-link {
        padding: 5px 20px;
        font-weight: 900;
        font-size: .8rem;
    }

    article.news-box-content {
        width: 100%;
        margin-bottom: 10px;
        background-color: #d3dde5;
    }

    section#home-section3 {
        margin-bottom: -5px;
    }
}
@media only screen and (min-width:992px) {
    img.news-image {
        width: 100%;
        height: 200px;
    }

    .news-text-box {
        height: 180px;
    }

    /*.news-headline {
        margin: 20px 0px;
        font-size: 1.4rem;
    }*/

    .news-headline {
        margin: 10px 15px;
        font-size: 1.2rem;
        font-weight: 700;
        color: #007BC0;
    }

    /*.news-text {
        font-size: 1rem;
        margin: 15px 0px 20px 0px;
    }*/

    .news-text {
        font-size: 1rem;
        padding: 0px 15px 10px 15px;
    }

    a.news-link {
        padding: 5px 20px;
        font-weight: 900;
        font-size: .8rem;
    }

    article.news-box-content {
        width: 100%;
        margin-bottom: 10px;
        background-color: #d3dde5;
    }

    section#home-section3 {
        margin-bottom: -5px;
    }
}
@media only screen and (min-width:1200px) {
    /*img.news-image {
        width: 100%;
        height: 160px;
    }*/

    img.news-image {
        width: 100%;
        height: 200px;
    }

    .news-text-box {
        height: 180px;
    }

    /*.news-headline {
        margin: 20px 0px;
        font-size: 1.6rem;
    }*/

    .news-headline {
        margin: 10px 15px;
        font-size: 1.2rem;
        font-weight: 700;
        color: #007BC0;
    }

    /*.news-text {
        font-size: 1rem;
        margin: 15px 0px 20px 0px;
    }*/

    .news-text {
        font-size: 1rem;
        padding: 0px 15px 10px 15px;
        height: 120px;
    }

    a.news-link {
        padding: 5px 20px;
        font-weight: 900;
        font-size: .8rem;
    }

    article.news-box-content {
        width: 100%;
        margin-bottom: 10px;
        background-color: #d3dde5;
    }
    
        .news-box-margin {
        margin-top: 15px;
    }
    
    .news-box-margin:nth-of-type(even) {
        margin-left: 12px;
    }
         .news-box {
        /* margin-top: 15px;*/
        margin-top: -10px;
    }
    
    .news-box:nth-of-type(even) {
        /* margin-left: 12px; */
        margin-left: 0;
    }


    section#home-section3 {
        margin-bottom: -5px;
    }
}
/* NEWS | END */

/* DIENSTLEISTUNGEN | START */
.services-content-desktop {
    position: relative;
    width: 100%!important;
}
.services-content {
    width: 100%;
}

.services-box {
    width: 100%;
}

img.services-image {
    width: 100%;
    object-fit: cover;
}

.services-headline {
    color: #007BC0;
}

.services-text {
    color: #111111;
}

.services-dash {
    border: 1px solid #B3B3B3;
}

.services-content-mobile {
    background-color: #E6E6E6;
}

@media only screen and (max-width:575px) {
    .services-button {
        position: absolute;
        bottom: 25px;
    }

    .services-content-left {
        width: 100%;
        height: 370px;
        padding: 0 !important;
        background-color: #ff0000;
    }

    .services-content-right {
        position: absolute;
        width: 100%;
        height: 370px;
        background-color: #E6E6E6;
        padding: 0 !important;
        right: 0px;
    }

    img.services-image {
        height: 370px;
    }
    .services-text {
        line-height: 1.2;
    }

    .services-headline {
        position: relative;
        bottom: 10px;
        font-size: 1.2rem;
    }

    .service-box-1 {
        padding: 20px 20px 20px 20px;
        height: 150px;
        margin: 0px;
    }

    .service-box-2 {
        padding: 20px 20px 20px 20px;
        height: 150px;
        margin: 0px;
    }

    .services-text {
        margin-top: 0px;
        font-size: .8rem;
    }

    .services-dash {
        margin-left: 20px;
        margin-right: 20px;
        margin-top: 5px;
        width: 100%;
    }
}
@media only screen and (min-width:576px) {
    .services-button {
        position: absolute;
        bottom: 15px;
    }

    .services-content-left {
        width: 100%;
        height: 370px;
        padding: 0 !important;
        background-color: #ff0000;
    }

    .services-content-right {
        position: absolute;
        width: 100%;
        height: 370px;
        background-color: #E6E6E6;
        padding: 0 !important;
        right: 0px;
    }

    img.services-image {
        height: 370px;
    }
    .services-text {
        line-height: 1.2;
    }

    .services-headline {
        font-size: 1.2rem;
    }

    .service-box-1 {
        padding: 20px 20px 20px 20px;
        height: 50%;
        margin: 0px;
    }

    .service-box-2 {
        padding: 20px;
        height: 50%;
        margin: 0px;
    }

    .services-text {
        margin-top: 5px;
        font-size: .8rem;
    }

    a.services-link {
        padding: 2px 15px;
        font-weight: 900;
        font-size: .7rem;
        bottom: 15px;
    }

    .services-dash {
        margin-left: 20px;
        margin-right: 45px;
        margin-top: 5px;
        margin-bottom: -10px;
    }
}
@media only screen and (min-width:768px) {
    .services-button {
        position: absolute;
        bottom: 15px;
    }

    .services-content-left {
        width: 100%;
        height: 370px;
        padding: 0 !important;
    }

    .services-content-right {
        position: absolute;
        width: 100%;
        height: 370px;
        background-color: #E6E6E6;
        padding: 0 !important;
        right: 0px;
    }

    img.services-image {
        height: 370px;
    }
    .services-text {
        line-height: 1.2;
    }

    .services-headline {
        font-size: 1.4rem;
    }

    .service-box-1 {
        padding: 20px 25px 20px 20px;
        height: 50%;
        margin: 0px;
    }

    .service-box-2 {
        padding: 20px;
        height: 50%;
        margin: 0px;
    }

    .services-text {
        margin-top: 15px;
        font-size: .9rem;
    }

    a.services-link {
        padding: 5px 20px;
        font-weight: 900;
        font-size: .8rem;
        bottom: 15px;
    }

    .services-dash {
        margin-left: 20px;
        margin-right: 30px;
        margin-top: 5px;
        margin-bottom: -10px;
    }
}
@media only screen and (min-width:992px) {
    .services-button {
        position: absolute;
        bottom: 25px;
    }

    .services-content-left {
        width: 100%;
        height: 450px;
        padding: 0 !important;
    }

    .services-content-right {
        position: absolute;
        width: 100%;
        height: 450px;
        background-color: #E6E6E6;
        padding: 0 !important;
        right: 0px;
    }

    img.services-image {
        height: 450px;
    }
    .services-text {
        line-height: 1.2;
    }

    .services-headline {
        font-size: 2rem;
    }

    .service-box-1 {
        padding: 30px;
        height: 50%;
        margin: 0px;
    }

    .service-box-2 {
        padding: 30px;
        height: 50%;
        margin: 0px;
    }

    .services-text {
        margin-top: 15px;
        font-size: 1rem;
    }

    a.services-link {
        padding: 8px 25px;
        font-weight: 900;
        font-size: .9rem;
        bottom: 20px;
    }

    .services-dash {
        margin-left: 30px;
        margin-right: 45px;
        margin-top: 5px;
        margin-bottom: -10px;
    }
}
@media only screen and (min-width:1200px) {
    .services-button {
        position: absolute;
        bottom: 25px;
    }

    .services-content-left {
        width: 100%;
        height: 520px;
        padding: 0 !important;
    }

    .services-content-right {
        position: absolute;
        width: 100%;
        height: 520px;
        background-color: #E6E6E6;
        padding: 0 !important;
        right: 0px;
    }

    img.services-image {
        height: 520px;
    }
    .services-text {
        line-height: 1.2;
    }

    .services-headline {
        font-size: 2.75rem;
    }

    .service-box-1 {
        padding: 45px;
        height: 50%;
        margin: 0px;
    }

    .service-box-2 {
        padding: 45px;
        height: 50%;
        margin: 0px;
    }

    .services-text {
        margin-top: 20px;
        font-size: 1rem;
    }

    a.services-link {
        padding: 10px 40px;
        font-weight: 900;
        font-size: 1rem;
        bottom: 30px;
    }

    .services-dash {
        margin-left: 45px;
        margin-right: 60px;
        margin-top: 5px;
        margin-bottom: -10px;
    }
}
/* DIENSTLEISTUNGEN | END */

/* ARTICLE CONTENT | START */
section#article-container {
    position: relative;
    width: 100%;
    margin-bottom: 50px;
}

.article-content-left {
    margin-bottom: 50px;
}

.article-content-right {
    margin-bottom: 50px;
}

.article-banner {
    width: 100%
}

.article-breadcrumb {
    padding: 10px 0px 20px 0px;
    color: #555555;
}

.article-breadcrumb-active {
    padding: 10px 0px 20px 0px;
    color: #535353;
}

.article-breadcrumb a {
    color: #999999;
}

.article-content-box {
    color: #111111;
    margin-bottom: 100px;
}

.article-text {
    font-size: 1rem;
    font-weight: 300;
    text-align: justify;
}

.article-headline {
    position: relative;
    width: 100%;
    padding: 0px;
    color: #111111;
    margin: 0px;
    line-height: 1.2;
    font-size: 2.75rem;
}

.article-headline-sm {
    color: #007BC0;
    font-size: 2rem;
    line-height: 1;
    margin-bottom: 20px;
}

.article-dash {
    border-top: 2px solid #007BC0;
}

@media (max-width:575px) {
    .article-headline {
        padding: 0px 0px 10px 0px;
        font-size: 2rem;
    }

    .article-dash {
        margin: 0px 0px 5px 0px;
        width: 50px;
    }
    section#article-container {
        top: 100px;
    }
}
@media (min-width:576px) {
    .article-headline {
        padding: 0px 0px 15px 0px;
        font-size: 2rem;
    }

    .article-dash {
        margin: 0px 0px 15px 0px;
        width: 50px;
    }

    section#article-container {
        top: 100px;
    }
}
@media (min-width:768px) {
    .article-headline {
        padding: 0px 0px 15px 0px;
        font-size: 2.5rem;
    }

    .article-dash {
        margin: 0px 0px 15px 0px;
        width: 80px;
    }

    section#article-container {
        top: 100px;
    }
}
@media (min-width:992px) {
    .article-headline {
        padding: 10px 0px 25px 0px;
        font-size: 3rem;
    }

    .article-dash {
        margin: 0px 0px 15px 0px;
        width: 80px;
    }

    section#article-container {
        top: 100px;
    }
}
@media (min-width:1200px) {
    .article-headline {
        padding: 20px 0px 30px 0px;
        font-size: 2.75rem;
    }

    .article-dash {
        margin: 0px 0px 30px 0px;
        width: 80px;
    }

    section#article-container {
        top: 100px;
    }
}

/* ARTICLE CONTENT | END */

/* CONTACT CONTENT | START */
.contact-boxes {
    position: relative;
    height: 100%;
    color: #111111;
}

.contact-box-background {
    background-color: #007BC0;
    border-radius: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;    
}

.contact-box-icon {
    text-align: center;
    color: #FFFFFF;
}

.contact-box-headline {
    text-align: center;
}

.contact-box-text {
    text-align: center;
}

.contact-box-button {
    position: relative;
    text-align: center;
}

.contact-box-button {
    margin-left: auto;
    margin-right: auto;
}

@media (max-width:575px) {
    .contact-boxes {
        /*padding: 0px 30px;*/
        margin-bottom: 100px;
    }

    .contact-box-background {
        height: 80px;
        width: 80px;
    }

    .contact-box-icon {
        height: 80px;
        line-height: 80px;
        font-size: 2rem;
    }

    .contact-box-headline {
        font-size: 1.8rem;
        padding: 30px 0px 20px 0px;
    }

    .contact-box-text {
        font-size: 1rem;
        min-height: 80px;
        margin: 0px 50px;
    }

    .contact-box-button {
        top: 20px;
        bottom: 20px;
    }

    .contact-box-button {
        margin-left: auto;
        margin-right: auto;
    }
}
@media (min-width:576px) {
    .contact-boxes {
        /*padding: 0px 30px;*/
        margin-bottom: 100px;
    }

    .contact-box-background {
        height: 90px;
        width: 90px;
    }

    .contact-box-icon {
        height: 90px;
        line-height: 90px;
        font-size: 2rem;
    }

    .contact-box-headline {
        font-size: 2rem;
        padding: 30px 0px 20px 0px;
    }

    .contact-box-text {
        font-size: 1rem;
        min-height: 80px;
        margin: 0px 50px;
    }

    .contact-box-button {
        top: 20px;
        bottom: 20px;
    }

    .contact-box-button {
        margin-left: auto;
        margin-right: auto;
    }
}
@media (min-width:768px) {
    .contact-boxes {
        /*padding: 0px 30px;*/
        margin-bottom: 100px;
    }

    .contact-box-background {
        height: 110px;
        width: 110px;
    }

    .contact-box-icon {
        height: 110px;
        line-height: 110px;
        font-size: 2rem;
    }

    .contact-box-headline {
        font-size: 2rem;
        padding: 30px 0px 20px 0px;
    }

    .contact-box-text {
        font-size: 1rem;
        min-height: 80px;
        margin: 0px auto;
    }

    .contact-box-button {
        top: 20px;
        bottom: 20px;
    }

    .contact-box-button {
        margin-left: auto;
        margin-right: auto;
    }
}
@media (min-width:992px) {
    .contact-boxes {
        /*padding: 0px 30px;*/
        margin-bottom: 100px;
    }

    .contact-box-background {
        height: 110px;
        width: 110px;
    }

    .contact-box-icon {
        height: 110px;
        line-height: 110px;
        font-size: 2.4rem;
    }

    .contact-box-headline {
        font-size: 2.4rem;
        padding: 30px 0px 20px 0px;
    }

    .contact-box-text {
        font-size: 1rem;
        min-height: 80px;
        margin: 0px auto;
    }

    .contact-box-button {
        top: 20px;
        bottom: 20px;
    }

    .contact-box-button {
        margin-left: auto;
        margin-right: auto;
    }
}
@media (min-width:1200px) {
    .contact-boxes {
        margin-bottom: 100px;
    }

    .contact-box-background {
        height: 110px;
        width: 110px;
    }

    .contact-box-icon {
        height: 110px;
        line-height: 110px;
        font-size: 2.4rem;
    }

    .contact-box-headline {
        font-size: 2.4rem;
        padding: 30px 0px 20px 0px;
    }

    .contact-box-text {
        font-size: 1rem;
        min-height: 80px;
        margin: 0px auto;
    }

    .contact-box-button {
        top: 20px;
        bottom: 20px;
    }

    .contact-box-button {
        margin-left: auto;
        margin-right: auto;
    }
}
/* CONTACT CONTENT | START */

/* REFERENCE | START */
.reference-box {
    position: relative;
    width: 100%;
}

.reference-background {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    
}

.reference-headline {
    position: absolute;
    width: 100%;
    /*top: 0px;*/
}

.reference-content {
    position: absolute;
    left: 0px;
    right: 0px;
}

.reference-portrait-image {
    position: relative;
    display: block;
    border-radius: 100%;
    object-fit: cover;
    margin-left: auto;
    margin-right: auto;
}

.reference-text-top {
    color: #111111;
    font-size: 1rem;
    text-align: center;
}

.reference-text-bottom {
    color: #111111;
    font-size: 1rem;
    font-weight: 700;
    text-align: center;
}

.reference-logo-box {
    position: relative;
    background-color: #FFFFFF;
}

#reference-logo-effect {
    filter: grayscale(100%);
    background-color: #FFFFFF;
    height: 100%;
    width: 100%;
    object-fit: contain;
}

#reference-logo-effect:hover {
    filter:grayscale(0%);
}

.reference-logo {
    object-fit: cover;
}

.reference-logo-boxes {
    cursor: pointer;
}

@media (max-width:575px) {
    .reference-box {
        height: 620px;
    }

    .reference-headline {
        top: 0px;
    }

    .reference-content {
        bottom: 20px;
    }

    .reference-portrait-image {
        height: 120px;
        width: 120px;
    }

    .reference-text-top {
        margin: 20px 0px 20px 0px;
    }

    .reference-text-bottom {
        margin-bottom: 80px;
    }

    .reference-logo-boxes {
        padding: 10px 75px;
    }

    .reference-logo-box {
        position: relative;
        background-color: #FBFBFB;
        margin-left: 15px;
        margin-right: 15px;
    }
}
@media (min-width:576px) {
    .reference-box {
        height: 620px;
    }

    .reference-headline {
        /*top: 0px;*/
        top: -22px;
    }

    .reference-content {
        bottom: 20px;
    }

    .reference-portrait-image {
        height: 150px;
        width: 150px;
    }

    .reference-text-top {
        margin: 30px 20px 30px 20px;
    }

    .reference-text-bottom {
        margin-bottom: 80px;
    }

    .reference-logo-boxes {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .reference-logo-box {
        position: relative;
        background-color: #FBFBFB;
        margin-left: auto;
        margin-right: auto;
    }
}
@media (min-width:768px) {
    .reference-box {
        height: 620px;
    }

    .reference-headline {
        top: 0px;
    }

    .reference-content {
        bottom: 45px;
    }

    .reference-portrait-image {
        height: 150px;
        width: 150px;
    }

    .reference-text-top {
        margin: 20px 100px 30px 100px;
    }

    .reference-text-bottom {
        margin-bottom: 80px;
    }

    .reference-logo-boxes {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .reference-logo-box {
        position: relative;
        background-color: #FBFBFB;
        margin-left: auto;
        margin-right: auto;
    }
}
@media (min-width:992px) {
    .reference-box {
        height: 620px;
    }

    .reference-headline {
        top: 0px;
    }

    .reference-content {
        bottom: 0px;
    }

    .reference-portrait-image {
        height: 150px;
        width: 150px;
    }

    .reference-text-top {
        margin: 20px 200px 30px 200px;
    }

    .reference-text-bottom {
        margin-bottom: 80px;
    }

    .reference-logo-boxes {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .reference-logo-box {
        position: relative;
        background-color: #FBFBFB;
        margin-left: auto;
        margin-right: auto;
    }
}
@media (min-width:1200px) {
    .reference-box {
        height: 620px;
    }

    .reference-headline {
        top: 0px;
    }

    .reference-content {
        bottom: 0px;
    }

    .reference-portrait-image {
        height: 170px;
        width: 170px;
    }

    .reference-text-top {
        margin: 20px 200px 30px 200px;
    }

    .reference-text-bottom {
        margin-bottom: 80px;
    }

    .reference-logo-boxes {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .reference-logo-box {
        position: relative;
        background-color: #FBFBFB;
        margin-left: auto;
        margin-right: auto;
    }
}
/* REFERENCE | END */

#for-referenzen .swiper-slide.swiper-slide-active {
    margin: 0 !important;
}

img.img-responsive {
    width: 100%!important;
    /*height: 100%!important;*/
}

.c7n-content-tpl {
    margin-bottom: 30px;
}

.cke_editable img {
    cursor: default;
    width: 100%;
    padding: 5px 15px 15px 5px;
        object-fit: cover;
}

/* COUNTER TABLE | START */
.c7n-table-box {
    background-color: rgba(0, 29, 51, 0.85);
    padding: 15px 15px 0px 15px;
    margin-bottom: 30px;
}

.table-dark {
    color: #fff;
    background-color: transparent;
}

.table td, .table th {
    padding: .75rem .25rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

table.table-title.table-dark {
        width: 100%;
        margin-bottom: 15px;
        font-size: 1.5em;
        background-color: transparent;
        line-height: 1.1;
    }

@media (max-width: 575px) {
    .table-dark {
        color: #fff;
        background-color: transparent;
        text-align: center;
    }

    .table td {
        font-size: 1.5rem;
    }
}

@media (min-width: 768px) {
    .table-dark {
        color: #fff;
        background-color: transparent;
        text-align: center;
    }

    .table td {
        font-size: 1.3rem;
    }
}

@media (min-width: 992px) {
    .table-dark {
        color: #fff;
        background-color: transparent;
        text-align: center;
    }

    .table td {
        font-size: 2.2rem;
    }

    table.table-title.table-dark {
        width: 100%;
        margin-bottom: 15px;
        font-size: 1.8em;
        background-color: transparent;
        line-height: 1.1;
    }
}

.table thead th {
    border-bottom: none;
}

.table td,
.table th {
    border-top: none;
}

tr.table-row th,
tr.table-row td {
    border-bottom: 1px solid #ffffff;
}



@-webkit-keyframes blink {
    from {
        opacity: 1.0;
    }

    to {
        opacity: 0.0;
    }
}

.blink {
    -webkit-animation-name: blink;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: cubic-bezier(1.0, 0, 0, 1.0);
    -webkit-animation-duration: 1s;
}
/* COUNTER TABLE | END */

/* NEWSLETTER */
.c7n-newsletter-form form {
    color: #111111;
}

.home-content .layout-dash {
    display: inline-block;
    position: relative;
    width: auto;
    border: 0;
    padding: 5px 0;
}

#home-section4 {
    padding: 15px 0 15px 0;
    text-align: center;
    background-color: #fafafa;
    border-top: 1px solid #f2f2f2;
    margin-top: 15px;
}

.partner-logo-box {
    padding-top: 15px;
}

#home-section4 input[type="text"] {
    padding: 8px;
    border: 0;
    border: 1px solid #003A65;
    -webkit-appearance: none;
    cursor: pointer;
    position: relative;
    padding: 0px 10px;
    border-radius: 5px;
    text-align: center;
    line-height: 46px;
    text-transform: uppercase;
    font-weight: 700;
    border: 1px solid #003A65;
    color: #003A65;
    background-color: #ffffff;
    margin-bottom:15px;
}

#home-section4 input[type="checkbox"], #home-section4 input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    margin-left: 15px;
    position: relative;
}

#home-section4 label {
    display: inline-block;
    margin-bottom: .5rem;
    margin-right: 15px;
}



.newsletterFormGroup {
    display: flex;
}


.text-success {
    color: #8bc24a!important;
    -webkit-appearance: none;
    cursor: pointer;
    position: relative;
    padding: 0px 10px;
    border-radius: 5px;
    text-align: center;
    line-height: 46px;
    text-transform: uppercase;
    font-weight: 700;
    border: 1px solid #8BC247!important;
    color: #003A65;
    background-color: #ffffff;
}

fieldset {
    border: none!important;
}

#newsletter input[type="submit"] {
    /* padding: initial; */
    -webkit-appearance: none;
    cursor: pointer;
    position: relative;
    padding: 0px 10px;
    border-radius: 5px;
    text-align: center;
    line-height: 46px;
    text-transform: uppercase;
    font-weight: 700;
    border: 1px solid #003A65;
    color: #003A65;
    background-color: #ffffff;
}

#newsletter input[type="submit"]:hover {
    -webkit-appearance: none;
    cursor: pointer;
    /* overflow: visible; */
    position: relative;
    padding: 0px 10px;
    border-radius: 5px;
    text-align: center;
    line-height: 46px;
    text-transform: uppercase;
    font-weight: 700;
    background-color: #005b8e;
    color: #ffffff!important;
}

#newsletter #captcha label, #contactDescription, .checkbox label {
    color: #111111;
    margin: 15px;
}


/* add 31.10.2020 */

/*@media (max-width: 575px) {
    #link1, #link2, #link3, #link4, #link5 {
        margin-top: 60px;
    }
}
@media (min-width: 576px) {
    #link1, #link2, #link3, #link4, #link5 {
        margin-top: 60px;
    }
}
@media (min-width: 768px) {
    #link1, #link2, #link3, #link4, #link5 {
        margin-top: 60px;
    }
}
@media (min-width: 992px) {
    #link1, #link2, #link3, #link4, #link5 {
        margin-top: 60px;
    }
}
@media (min-width: 1200px) {
    #link1, #link2, #link3, #link4, #link5 {
        margin-top: 90px;
    }
}*/

#link1::before,
#link2::before,
#link3::before,
#link4::before,
#link5::before,
#link6::before {
    content: '';
    display: block;
    visibility: hidden;
}

#link1,
#link2,
#link3,
#link4,
#link5,
#link6 {
    /*pointer-events: none;*/
}

@media (max-width: 575px) {

    #link1::before,
    #link2::before,
    #link3::before,
    #link4::before,
    #link5::before,
    #link6::before {
        height: 90px;
    }

    #link1,
    #link2,
    #link3,
    #link4,
    #link5,
    #link6 {
        margin-top: -90px;
    }
}

@media (min-width: 576px) {

    #link1::before,
    #link2::before,
    #link3::before,
    #link4::before,
    #link5::before,
    #link6::before {
        height: 90px;
    }

    #link1,
    #link2,
    #link3,
    #link4,
    #link5,
    #link6 {
        margin-top: -90px;
    }
}

@media (min-width: 768px) {

    #link1::before,
    #link2::before,
    #link3::before,
    #link4::before,
    #link5::before,
    #link6::before {
        height: 90px;
    }

    #link1,
    #link2,
    #link3,
    #link4,
    #link5,
    #link6 {
        margin-top: -90px;
    }
}

@media (min-width: 992px) {

    #link1::before,
    #link2::before,
    #link3::before,
    #link4::before,
    #link5::before,
    #link6::before {
        height: 90px;
    }

    #link1,
    #link2,
    #link3,
    #link4,
    #link5,
    #link6 {
        margin-top: -90px;
    }
}

@media (min-width: 1200px) {

    #link1::before,
    #link2::before,
    #link3::before,
    #link4::before,
    #link5::before,
    #link6::before {
        height: 120px;
    }

    #link1,
    #link2,
    #link3,
    #link4,
    #link5,
    #link6 {
        margin-top: -120px;
    }
}

ul.c7n-page li h3 {
    padding: 0;
}

.c7n-image-gap {
    margin-bottom: 60px;
}

ul.c7n-page a {
    color: #555;
}

ul.c7n-page {
    margin-bottom: 30px;
    pointer-events: all;
    z-index: 100;
    position: relative;
}

/* DON'T SHOW THOSE DOWNLOAD CATEGORYS*/

.categoryId36, 
.categoryId35 {
    display: none;
}






#contactForm_3 #contactFrame > div:nth-child(1) {
    width: 100%;
}

#contactFrame > div:nth-child(2) {
    width: 50%;
}

#contactFrame > div:nth-child(3) {
    width: 50%;
}

#contactFrame > div:nth-child(1) > label {
    display: block;
}

#contactFormFieldId_100 > div:nth-child(1) > label {
    margin: 0px;
}

#contactFormFieldId_100 > div:nth-child(2) > label {
    margin: 0px;
}

a.register.btn.btn-link {
    font-weight: bold;
    color: #212529;
}

label.remember_me {
    margin: 0;
    margin-bottom: 15px;
}