@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%;
    overflow-y               : scroll;
    overflow-x               : hidden;
    margin: 0;
    padding: 0;
}

body {
    width: 100%;
    height: 100%;
    font-size: 15px;
    font-family: 'IBM Plex Sans', sans-serif;
    line-height: 1.4em;
    color: rgba(42,42,50,1);
    letter-spacing: 0;
    font-weight: 300;
    background-color: #ffffff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;  
    opacity: 0;
    margin: 0;
    padding: 0;
}

body.c7n-loaded {
    opacity: 1;
}

body.cke_editable {
    background-color : #FFFFFF;
}

body,
body.modal-open {
    padding-right: 0 !important;
    overflow: visible !important;
}


#PoweredByFooter {
    display: none !important;
}

#preview-content {
    padding-bottom: 0 !important;
}

#cookie-note {
    font-size: 0.9em !important;
    line-height: 1.4em !important;
    color: rgba(255,255,255,1) !important;
    background-color: rgba(0, 188, 204, 1) !important;
    -webkit-box-shadow: 0px 2px 10px 0px rgba(29,29,29,0.25) !important;
    -moz-box-shadow: 0px 2px 10px 0px rgba(29,29,29,0.25) !important;
    box-shadow: 0px 2px 10px 0px rgba(29,29,29,0.25) !important;
    padding: 15px !important;
    width: 100% !important;
    max-width: 768px;
    right: -768px !important;
    top: 0px;
    text-align: center;
    -webkit-transition: right 0.6s ease-in-out;
    -moz-transition: right 0.6s ease-in-out;
    -ms-transition: right 0.6s ease-in-out;
    -o-transition: right 0.6s ease-in-out;
    transition: right 0.6s ease-in-out;  
    opacity: 0;
    bottom: auto !important;
}

#cookie-note > p:nth-child(2) {
    display: none;
}

#cookie-note.c7n-loaded {
    right: 0px !important;
    opacity: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

#cookie-note p{
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
    text-align: left;
}

#cookie-note a{
    color: rgba(255,255,255,1);
    border-bottom: 1px solid rgba(255,255,255,0);
}

#cookie-note a:hover{
    text-decoration: none;
    color: rgba(255,255,255,1);
    border-bottom: 1px solid rgba(255,255,255,0);
}

#cookie-note button{
    margin-top: 15px;
    display: block;
    color: rgba(0, 188, 204, 1);
    background-color: rgb(255, 255, 255);
    border: 0;
    text-transform: uppercase;
    padding: 0 30px;
    line-height: 2.6em;
    border-radius: 7.5px;
}

#cookie-note button:hover{
    background-color: rgba(1, 105, 170, 1);
    background-color: rgba(0, 126, 204, 1);
    color: rgba(255, 255, 255, 1);
}

#browser-note {
    font-size: 0.9em !important;
    line-height: 1.4em !important;
    color: rgba(255,255,255,1) !important;
    background-color: rgba(0, 188, 204, 1) !important;
    -webkit-box-shadow: 0px 2px 10px 0px rgba(29,29,29,0.25) !important;
    -moz-box-shadow: 0px 2px 10px 0px rgba(29,29,29,0.25) !important;
    box-shadow: 0px 2px 10px 0px rgba(29,29,29,0.25) !important;
    padding: 15px !important;
    width: 100% !important;
    right: 0px !important;
    top: -200px !important;
    text-align: center;
    -webkit-transition: all 1.2s ease-in-out;
    -moz-transition: all 1.2s ease-in-out;
    -ms-transition: all 1.2s ease-in-out;
    -o-transition: all 1.2s ease-in-out;
    transition: all 1.2s ease-in-out;  
    opacity: 0;
    position: absolute;
    z-index: 9999;
}

#browser-note.c7n-show {
    top: 0px !important;
    opacity: 1;
}

.modal-backdrop.show {
    opacity: 0.7;
}


.modal-content {
    background-color: rgba(1, 105, 170, 0);
    border-radius: 15px;
    border: 0;
    box-shadow: 10px 10px 45px rgba(0,0,0,0.75);
}

.modal-content .close {
    position: absolute;
    top: 0px;
    right: 0px;
    color: rgb(255, 255, 255);
    text-shadow: none;
    opacity: 1;
    z-index: 999;
    font-size: 0.95em;
    padding: 20px;
}

.modal-content .close:hover {
    color: rgb(255, 255, 255, 0.5) !important;
    cursor: pointer;
}


.modal-body {
    padding: 0;
}

.modal-body iframe{
    width: 100% !important;
    height: calc(100vh - 1rem) !important;
    margin: 0;
    padding: 0;
    display: block;
    border-radius: 20px;
    min-height: 420px;
}


::-moz-selection { background : rgba(1, 105, 170, 1); text-shadow : none; color : #ffffff; }

::selection { background :rgba(1, 105, 170, 1); text-shadow : none; color : #ffffff; }

header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999;
    background-color: #ffffff;
    border-top: 5px solid rgba(1, 105, 170, 1);
    display: flex;
    border-bottom: 1px solid #E5E9ED;
}

header .row {
    height: 100%;
}

#c7n-logo img {
    height: auto;
    width: 100%;
    max-width: 230px;
    padding-top: 15px;
    padding-bottom: 15px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;  
}

.c7n-small #c7n-logo img {
    max-width: 155px;
}

#clx-open-mobile-navigation {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    font-size: 1.4em;
}

#clx-close-mobile-navigation {
    color: rgba(1, 105, 170, 1);
    font-size: 1.4em;
    position: absolute;
    top: 0;
    right: 0;
    padding: 30px 15px;
}

#c7n-call-2-action {
    justify-content: flex-end;
    align-items: center;
    display: flex;
}

#c7n-register {
    display: none;
}

#c7n-eyecatcher {
    width: 100%;
    height: calc(100vh - 70px);
    position: relative;
}

#c7n-eyecatcher > img,
#c7n-eyecatcher > video {
    width: 100%;
    height: 100%;
    display:inline-block;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
}

#c7n-eyecatcher:after {
    width: 100%;
    height: 100%;
    content: "asa";
    background-color: rgba(1, 105, 170, 0.5);
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
}


#c7n-eyecatcher .container {    
    position: relative;
    height: 100%;
    z-index: 3;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    flex-direction: row;
    padding-bottom: 90px;
    color: #ffffff;
}

#c7n-eyecatcher .container > .row {
    width: 100%;
}

#c7n-eyecatcher .container p {    
    font-size: 1.5em;
    margin: 0;
    line-height: initial;
    font-weight: 200;
}

#c7n-scroll-to-content {
    position: absolute;
    bottom: 15px;
    left: 15px;
}

#c7n-scroll-to-content:hover {
    cursor: pointer;
    opacity: 0.5;
}

#c7n-scroll-top {
    position: fixed;
    bottom: 0;
    right: 0;
}

#c7n-scroll-top > i {
    width:  45px;
    height:  45px;
    line-height: 45px;
    text-align: center;
    font-size: 2em;
    color:  rgba(156,166,175,1);
    cursor: pointer;
}

#c7n-headlines {  
    position: relative;
} 

#c7n-registers {
    display: none;
}

.c7n-headline-categories{
    font-size: 0.7em;
    margin-bottom: 0.2em;
}

.c7n-headline-categories a:after,
.c7n-blog-categories a:after{
    content: ",";
    display: inline-block;
    padding-right: 0.2em;
}

/*.c7n-headline-categories a:first-child,
.c7n-headline-categories a:last-child:after,
.c7n-blog-categories a:first-child,
.c7n-blog-categories a:last-child:after {
    display: none;
}*/

.c7n-headline-publisher{
    font-size: 0.83333em;
    margin-bottom: 1em;
}

.c7n-blog-meta,
.c7n-blog-autor{
    font-size: 0.83333em;
    margin-bottom: 1em;
}

.c7n-blog-share {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 0.83333em;
}

.c7n-blog-share a{
    color: #000000;
    line-height: 38px;
    border-radius: 42px;
    width: 42px;
    border: 2px solid #000000;
    margin: 10px 5px 0 5px;
    text-align: center;
    font-size: 1.2em;
}

.isotope-grid-sizer {
    z-index: -1;
}

.c7n-filter {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.c7n-employee {
    margin-bottom: 30px;
}

.c7n-logo,
.c7n-portrait {
    background-color: rgba(245,248,250,1);
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    align-content: center;
    padding-bottom: 100%;
}

.c7n-logo img {
    object-fit: contain;
    width: calc(100% - 60px);
    height: calc(100% - 60px);
    position: absolute;
    top: 30px;
    left: 30px;
    filter: grayscale(100%);
}

.c7n-portrait img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    /*filter: grayscale(100%);*/
}

.c7n-logo:hover img{
    filter: grayscale(0%);
}

.c7n-portrait:hover img {
    filter: grayscale(100%);
    opacity: 0.25;
}

.c7n-logo.c7n-has-link:hover {
    cursor: pointer;
}

.c7n-employee-desc {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(1, 105, 170, 0.75);
    color: #ffffff;
    padding: 15px;
    font-size: 0.8em;
    opacity: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.c7n-portrait:hover .c7n-employee-desc {
    opacity: 1;
}

.c7n-employee-icons {
    text-align: center;
    width: 100%;
}

.c7n-employee-icons a {
    padding: 0 7.5px;
}

.c7n-employee-icons a:hover {
    opacity: 0.5;
}


#c7n-scroll-down {
    width: 30px;
    height: auto;
    z-index: 200;
    position: absolute;
    bottom: 30px;
    left: calc(50% - 15px);
    -webkit-animation-name: up-down;
    animation-name: up-down;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: block;
    cursor: pointer;
}

#c7n-scroll-down img{
    height: auto;
    width: 30px;
}


#c7n-content {
    padding-top: 120px;
    padding-bottom: 0px;
}

#c7n-reasons {
    padding-top: 60px;
    padding-bottom: 0px;
}

#c7n-swipe-icon {
    justify-content: flex-end;
}

#c7n-swipe-icon > svg {
    padding: 15px;
    width: 60px;
    height: 60px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;  
}

#c7n-swipe-icon:hover >  svg {
    -moz-transform: rotate(-15deg) translate(-30px, 0px);
    -webkit-transform: rotate(-15deg) translate(-30px, 0px);
    -o-transform: rotate(-15deg) translate(-30px, 0px);
    -ms-transform: rotate(-15deg) translate(-30px, 0px);
    transform: rotate(-15deg) translate(-30px, 0px);
}

.swiper-container {
    width: 100%;
    height: auto;
    padding-left: 0px;
    padding-right: 60px;
    position: relative;
}

.swiper-container:after {
    display: block;
    height: 100%; 
    width: 60px;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
}

.swiper-slide .c7n-box {
    box-shadow: 5px 5px 20px rgba(42,42,50,0.175);
    height: calc(100% - 60px);
}

.swiper-container-horizontal >.swiper-pagination-bullets {
    bottom: 0;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 7px;
}

.swiper-pagination-bullet {
    background: rgba(42,42,50,0.175);
    opacity: 1;
    width: 5px;
    height: 5px;
    border-radius: 50%;
}

.swiper-pagination-bullet-active {
    background: rgba(1, 105, 170, 1) !important;
}


.swiper-button-next, .swiper-button-prev {
    width: auto;
}

.swiper-button-next:hover:after, .swiper-button-prev:hover:after {
    color: rgba(0, 126, 204, 1);
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 1.5em;
    color: rgba(42,42,50,0.175);
    color: rgba(1, 105, 170, 1);
    display:  none;
}

#c7n-get-in-touch {
    padding-top: 60px;
    padding-bottom: 60px;
}


#c7n-content.c7n-no-eyecatcher{
    padding-top: 20vh;
}


#c7n-content-tabs .c7n-tab{
    border-right: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
}

#c7n-content-tabs .c7n-tab-titles{
    background-color: rgba(245,248,250,1);
    margin-bottom: 30px;
}

#c7n-content-tabs .c7n-tab.c7n-active,
#c7n-content-tabs .c7n-tab.c7n-active:before,
#c7n-content-tabs .c7n-tab.c7n-active:after,
#c7n-content-tabs .c7n-tab:hover,
#c7n-content-tabs .c7n-tab:hover:before,
#c7n-content-tabs .c7n-tab:hover:after{
    color: #ffffff;
    cursor: pointer;
    background-color: rgba(1, 105, 170, 1);
    border-top-color: rgba(1, 105, 170, 1);
}

#c7n-content-tabs .c7n-tab:after{
    content: "";
    width: 30px;
    height: 30px;
    display: block;
    border-top: 15px solid rgba(245,248,250,1);
    border-right: 15px solid rgba(255,255,255,0.00000001);
    border-bottom: 15px solid rgba(255,255,255,0.00000001);
    border-left: 15px solid rgba(255,255,255,0.00000001);
    background-color: rgba(0,0,0,0) !important;
    bottom: -30px;
    left: calc(50% - 15px);
    position: absolute;
}

#c7n-content-tabs .c7n-tab-bodies > .row{
    display: none;
}

#c7n-content-tabs .c7n-tab-bodies > .row.c7n-open{
    display: flex;
}


footer {
    background-color: rgba(21,27,38,1);
    color: #ffffff;
    font-size: 0.9em;
    padding-top: 60px;
    padding-bottom: 0px;
    margin-top: 30px;
    position: relative;
}

#c7n-imprint {
    background-color: rgba(34,43,55,1);
    color: rgba(156,166,175,1);
    padding-top: 30px;
    padding-bottom: 0px;
    margin-top: 30px;
    font-size: 1em;
}

h1 {
    font-size: 2.3em;
    margin-bottom: 30px;
}

h1.c7n-blog {
    font-weight: 700;
}

h2 {
    font-size: 1.866666666em;
    font-weight: 400;
    display: block;
    margin-bottom: 0.6em;
    margin-top: 1em;
}

h1, h2 {
    word-break: break-word;
}

#c7n-content > .container > .row:first-child > *:first-child h2 {
    margin-top: 0em;
}

h3 {
    font-size: 1.33em;
    font-weight: 700;
    display: block;
    margin-bottom: 0.4em;
}

.c7n-box h3,
.c7n-tab h3 {
    font-size: 1.4666666em;
    font-style: italic;
    line-height: initial;
    margin-bottom: 0.8em;
}

.c7n-tab h3 {
    margin-bottom: 0em;
}

h4,
h5,
legend,
.clx-contact-form-text {
    font-size: 1em;
    font-weight: 500;
    display: block;
    margin-bottom: 0.2em;
    text-transform: uppercase;
}

h4, h5 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
}

h5 {
    margin-bottom: 0.5em;
}


.c7n-box h4,
.c7n-box h5 {
    position: relative;
}

.c7n-box h4:before {
    content: "";
    font-size: 3em;
    font-weight: bold;
    padding-right: 15px;
}

.c7n-box h5 i {
    width:  45px;
    color: rgba(156,166,175,1);
}

.c7n-box h5 i:before {
    font-size: 1.5em;
}


.c7n-box .c7n-step-start .fa,
.c7n-box .c7n-step-end .fa {
    font-size: 1.75em;
    border: 3px solid rgba(204,204,204, 0.5);
    background-color: #ffffff;
    width: 60px;
    text-align: center;
    line-height: 54px;
    z-index: 3;
    position: relative;
    border-radius: 50%;
}
.c7n-box .c7n-step-1:before,
.c7n-box .c7n-step-2:before,
.c7n-box .c7n-step-3:before,
.c7n-box .c7n-step-4:before,
.c7n-box .c7n-step-5:before,
.c7n-box .c7n-step-6:before {
    content: "";
    font-size: 4em;
    font-weight: bold;
    position: absolute;
    top: 15px;
    line-height: 0.75em;
    height: 100%;
    z-index: 2;
}

.c7n-box .c7n-step-1:after,
.c7n-box .c7n-step-2:after,
.c7n-box .c7n-step-3:after,
.c7n-box .c7n-step-4:after,
.c7n-box .c7n-step-5:after,
.c7n-box .c7n-step-6:after {
    content: "";
    position: absolute;
    top: -60px;
    height: calc(100% + 60px);
    width: 3px;
    display: block;
    border-left: 3px dashed rgba(204,204,204, 0.5);
    z-index: 1;
}

.c7n-box .c7n-step-1:after,
.c7n-box .c7n-step-3:after,
.c7n-box .c7n-step-5:after{
    left: 45px;
}


.c7n-box .c7n-step-2:after,
.c7n-box .c7n-step-4:after,
.c7n-box .c7n-step-6:after {
    right: calc(100% - 48px);
}

.c7n-box hr.c7n-step-hr {
    border-top: 3px dashed rgba(204,204,204, 0);
    display: block;
    width: 100%;
    margin: 0 45px 60px 45px;
    display: none;
}

.c7n-box .c7n-step-1:before,
.c7n-box .c7n-step-3:before,
.c7n-box .c7n-step-5:before {
    left: 30px;
}


.c7n-box .c7n-step-2:before,
.c7n-box .c7n-step-4:before,
.c7n-box .c7n-step-6:before {
    right: calc(100% - 65px);
}


.c7n-box .c7n-step-1,
.c7n-box .c7n-step-3,
.c7n-box .c7n-step-5{
    padding-left: 90px;
    padding-bottom: 15px;
    padding-top: 15px;
}

.c7n-box .c7n-step-2,
.c7n-box .c7n-step-4,
.c7n-box .c7n-step-6{
    padding-left: 90px;
    padding-bottom: 15px;
    padding-top: 15px;
}

.c7n-box .c7n-step-1,
.c7n-box .c7n-step-3,
.c7n-box .c7n-step-5,
.c7n-box .c7n-step-2,
.c7n-box .c7n-step-4,
.c7n-box .c7n-step-6{
    margin-bottom: 0;
}


h4.c7n-no-index:before,
.c7n-box .c7n-step-1 h4:before,
.c7n-box .c7n-step-2 h4:before,
.c7n-box .c7n-step-3 h4:before,
.c7n-box .c7n-step-4 h4:before,
.c7n-box .c7n-step-5 h4:before,
.c7n-box .c7n-step-6 h4:before {
    content: "" !important;
    display: none;
    padding-right: 0 !important;
}

.c7n-box .c7n-accordeon:nth-child(1) h4:before,
.c7n-box .c7n-step-1:before {
    content: "1";
}

.c7n-box .c7n-accordeon:nth-child(2) h4:before,
.c7n-box .c7n-step-2:before {
    content: "2";
}

.c7n-box .c7n-accordeon:nth-child(3) h4:before,
.c7n-box .c7n-step-3:before {
    content: "3";
}

.c7n-box .c7n-accordeon:nth-child(4) h4:before,
.c7n-box .c7n-step-4:before {
    content: "4";
}

.c7n-box .c7n-accordeon:nth-child(5) h4:before,
.c7n-box .c7n-step-5:before {
    content: "5";
}

.c7n-box .c7n-accordeon:nth-child(6) h4:before,
.c7n-box .c7n-step-6:before {
    content: "6";
}

.swiper-slide h4:before {
    display: none !important;
}

h4 > .fa {
    font-size: 3em;
    padding-right: 15px;
}


.clx-contact-form-text {
    margin-top: 0.2em;
    margin-bottom: 0em;
}

legend {
    display: none;
    margin-bottom: 30px;
}

.clx-contact-form_1 legend {
    display: block;
}

/*
h5 {
    font-size: 1.1em;
    font-weight: 400;
    display: block;
    margin-bottom: 0.5em;
    margin-top: 0.5em;
}*/

footer h4{    
    font-size: 1.15em;
    margin-bottom: 0;
}

p {
    margin-bottom: 2em;
}

p.c7n-lead {
    font-size: 1.22222em;
    margin-bottom: 30px;
    line-height: initial;
}

.c7n-box ul {
    margin: 0;
    padding: 0;
}

.c7n-box ul li{
    position: relative;
    list-style: none;
    margin: 0 0 1em 0em;
    padding-left: 3em;
}

.c7n-box ul li:before{
    position: absolute;
    content: "\f0a9";
    font-family: "FontAwesome";
    left: 0;
    top: 0.15em;
    font-size: 1.5em;
    color: rgba(81,81,81,1);
}

.c7n-lead select,
.c7n-lead input {
    width: 100%;
    margin: 4px auto;
    display: block;
}


.c7n-content-tmp > *:last-child,
blockquote > *:last-child {
    margin-bottom: 0;
}

figure {
    margin-bottom: 1em;
}

blockquote {
    padding-left: 30px;
    font-style: italic;
    color: rgba(42,42,50, 0.9);
    border-left: 7px solid rgba(1, 105, 170, 1);
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 1em;
}

a {
    color: rgba(1, 105, 170, 1);
    text-decoration: none;
}

a:hover {
    color: rgba(0, 126, 204, 1);
    text-decoration: none;
    border-color: rgba(0, 126, 204, 1);
}

hr {
    margin-top: 1em;
    margin-bottom: 1em;
    border: 0;
    border-top: 1px solid #E5E9ED;
}

.c7n-content-tpl u {
    color: #2A2A32;
    background-image: linear-gradient( rgba(255,255,255,0) 70%, rgba(253, 231, 175, 0.85) 25%);
    transition: background 0.4s ease;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: 5px 0;
    text-decoration: none;
}


.c7n-filter a{
    display: flex;
    color: rgba(81, 81, 81, 1);
    border: 1px solid rgba(81, 81, 81, 1);
    padding: 0 30px;
    line-height: 2.833333em;
    border-radius: 5px;
    margin: 7.5px;
    font-size: 0.83333em;
    white-space: nowrap;
}

.c7n-filter a{
    display: none;
}

.c7n-filter a.c7n-active,
.c7n-filter a.c7n-active:hover,
.c7n-filter a:hover{
    background-color: rgba(0, 126, 204, 1);
    border-color: rgba(0, 126, 204, 1);
    color: rgba(255, 255, 255, 1);
}

.c7n-filter a.c7n-active{
    background-color: rgba(1, 105, 170, 1);
    border-color: rgba(1, 105, 170, 1);
}

footer {
    overflow: hidden;
}

footer a,
#c7n-imprint a {
     color: rgba(156,166,175,1);
}

footer a:hover,
#c7n-imprint a:hover {
     color: rgba(255,255,255,1);
}

footer ul {
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
}

footer ul li{
    list-style: none;
    padding-bottom: 0.4em;
}


#c7n-imprint ul {
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row-reverse;
}

#c7n-imprint ul li{
    padding-left: 15px;
    list-style: none;
}

strong, b {
    font-weight: 500;
}

.c7n-more {
    font-size: 0.83333em;
    text-transform: uppercase;
    position: relative;
    padding-right: 25px;
}

.c7n-redirect {
    position: relative;
    padding-right: 25px;
}



.c7n-content-tpl {     
    margin-bottom: 30px;
}

.c7n-box {
    background: rgb(255,255,255);
    background: -moz-linear-gradient(315deg, rgba(255,255,255,0.77) 0%, rgba(245,248,250,1) 100%);
    background: -webkit-linear-gradient(315deg, rgba(255,255,255,0.77) 0%, rgba(245,248,250,1) 100%);
    background: linear-gradient(315deg, rgba(255,255,255,0.77) 0%, rgba(245,248,250,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#f5f8fa",GradientType=1);
    box-shadow: 10px 10px 45px rgba(42,42,50,0.175);
    position: relative;
    padding: 15px;
    margin-left: 15px;
    margin-right: 15px;
    max-width: calc(100% - 30px);
}  

.c7n-tab {
    padding: 60px 45px;
    text-align: center;
    color: rgba(81,81,81,1);
}

.c7n-accordeon {
    position: relative;
    width: 100%;
    clear: both;
    margin-bottom: 15px;
}

.c7n-accordeon .c7n-accordeon-title{
    position: relative;      
    padding: 15px 30px 15px 15px;
    margin: 0;
    display: flex;
    flex-direction: row;
    box-shadow: 0px 5px 10px 0px rgba(42,42,50,0.125);
    z-index: 1;
    background-color: #ffffff;
}    

.c7n-accordeon .c7n-accordeon-title:after{
    content: "\f107";
    position: absolute;
    /*top: 0;*/
    right: 0;
    line-height: inherit;
    padding: 15px;
    display: block;
    text-align: center;
    font-family: "FontAwesome";
}    

.c7n-accordeon.open .c7n-accordeon-title:after{
    content: "\f106";
}    

.c7n-accordeon .c7n-accordeon-content {
    display: none;
    position: relative;
    overflow: hidden;
    margin-right: 0;
    padding-bottom: 15px;
    margin-left: 0;
    box-shadow: 0px 10px 10px 0px rgba(42,42,50,0.125);
    background-color: #ffffff;
    z-index: 1;
}

.c7n-accordeon.open .c7n-accordeon-content {
    display: flex;
}

.c7n-accordeon-title:hover,
.open .c7n-accordeon-title:hover{
    color: rgba(0, 126, 204, 1);
    cursor: pointer;    
}


.c7n-button {
    display: block;
    background-color: rgba(1, 105, 170, 1);
    color: rgb(255, 255, 255);
    border: 0;
    text-transform: uppercase;
    padding: 0 55px 0 30px;
    line-height: 2.833333em;
    border-radius: 50px;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;  
    font-size: 0.83333em;
    width: 80%;
    margin: 4px auto;
    position: relative;
}

#clx-mobile-navigation .c7n-button {
    margin: 0;
    width: auto;
    display: inline-block;
}

.c7n-button-icon,
.c7n-redirect-icon,
.c7n-more-icon {
    width: 25px;
    padding-left: 10px;
    display: inline-flex;
    position: absolute;
    top: 0;
    right: 30px;
    height:100%;
}

.c7n-more-icon,
.c7n-redirect-icon {
    position: absolute;
    right: 0;
}

.c7n-more-icon svg,
.c7n-redirect-icon svg,
.c7n-button-icon svg{
    width: 15px;
    height: auto;
    vertical-align: inherit;
}

.c7n-more-icon path,
.c7n-redirect-icon path {
    stroke: rgba(1, 105, 170, 1);  
}

footer .c7n-more-icon path,
footer .c7n-redirect-icon path {
    stroke: rgba(156,166,175,1);  
}

.c7n-more:hover .c7n-more-icon path,
.c7n-redirect:hover .c7n-redirect-icon path {
    stroke: rgba(0, 126, 204, 1);  
}

footer .c7n-more:hover  .c7n-more-icon path,
footer .c7n-redirect:hover .c7n-redirect-icon path {
    stroke: rgba(255,255,255,1);  
}


.c7n-button:hover {
    background-color: rgba(0, 126, 204, 1);
    text-decoration: none;
    color: rgb(255, 255, 255);
}

.c7n-button.c7n-grow:hover {
    -webkit-box-shadow: 0px 3px 10px 0px rgba(42,42,50,0.5);
    -moz-box-shadow: 0px 3px 10px 0px rgba(42,42,50,0.5);
    box-shadow: 0px 3px 10px 0px rgba(42,42,50,0.5);
    transform: scale(1.05);
}

@media (min-width: 576px) {
    body {
        font-size: 15px;
    }

    #cookie-note {
        padding: 20px !important;
    }

    #cookie-note.c7n-loaded {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    #cookie-note button{
        margin-top: 0px;
        margin-left: 30px;
    }

    .c7n-button{
        width: auto;
        display: inline-block;
        min-width: calc(50% - 4px);
        margin: 4px 4px 4px 0;
    }

    .swiper-container {
        padding-right: 75px;
    }

    .swiper-container:after {
        width: 75px;
    }

    .swiper-button-next {
        right: 0px;
    }
    
    .swiper-button-prev {
        left: 0px;
    }


    .modal-body iframe{
        width: 100% !important;
        height: auto !important;
        min-height: 420px;
    }

    #c7n-eyecatcher .container {    
        padding-bottom: 105px;
    }


    #c7n-content-tabs .c7n-tab:before {
        position: absolute;
        top: 0;
        height: 100%;
        width: calc((100vw - 540px) / 2);
        background-color: rgba(245,248,250,1);
    }

    #c7n-content-tabs .c7n-tab:first-child:before {
        content: "";
        left: calc(((100vw - 540px) / 2) * -1);
    }

    #c7n-content-tabs .c7n-tab:last-child:before {
        content: "";
        right: calc(((100vw - 540px) / 2) * -1);
    }

    .c7n-box {
        padding: 30px 30px;
        margin-left: 0;
        margin-right: 0;
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    body {
        font-size: 16px;
    }

    #c7n-eyecatcher {
        height: 100vh;
    }

    #c7n-registers {
        position: fixed;
        display: flex;
        top: 50%;
        right: 0;
        z-index: 900;
        flex-direction: column;
        overflow: hidden;
        align-items: flex-end;
        width: 45px;
       -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; 
    }

    #c7n-registers:hover {
        width: 200px;
    }

    .c7n-register {
        line-height: 45px;
        padding: 0 15px 0 0 ;
        color: #ffffff;
        background-color: rgba(0,0,0,0.5);
        border-radius: 5px 0 0 5px;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: center;
        font-size: 0.8em;
        margin: 1px 0; 
        width: auto;
       -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; 
        white-space: nowrap;
        position: relative;
        right: -155px;
        width: 200px;
    }

    .c7n-register:hover {
        background-color: rgba(0,0,0,0.75);
        color: #ffffff;
        right: 0;
    }

    .c7n-register svg{
        display: flex;
        width: 45px;
        padding: 0 7.5px;
        margin-right: 15px;
    }

    #c7n-content-tabs .c7n-tab:before {
        width: calc((100vw - 720px) / 2);
    }

    #c7n-content-tabs .c7n-tab:first-child:before {
        left: calc(((100vw - 720px) / 2) * -1);
    }

    #c7n-content-tabs .c7n-tab:last-child:before {
        right: calc(((100vw - 720px) / 2) * -1);
    }

    .c7n-filter {
        justify-content: center;
        align-items: center;
    }

    .swiper-container {
        padding-right: 90px;
    }

    .swiper-container:after {
        width: 90px;
    }

    .c7n-filter a{
        display: flex;
    }

    .c7n-filter select{
        display: none;
    }

    .c7n-lead select,
    .c7n-lead input{
        width: auto;
        display: inline-block;
        min-width: calc(50% - 4px);
        margin: 4px 4px 4px 0;
    }

    h1.c7n-section-title,
    h2.c7n-section-title {
        text-align: center;
    }


    p.c7n-lead {
        text-align: center;
        padding: 0 30px 0px 30px;
    }

    p.c7n-lead.c7n-blog {
        text-align: left;
        padding-left: 0;
        padding-right: 0;
    }

    .c7n-box  p.c7n-lead {
        text-align: left;
        padding: 0;
    }

    .c7n-blog-share {
        justify-content: flex-end;
        align-items: center;
        flex-direction: row;
    }

    .c7n-blog-share a{
        margin: 0 0 0 10px;
    }

    .c7n-box {
        padding: 45px 45px;
    }

    #c7n-imprint {
        font-size: 0.9em;
    }
}

@media (min-width: 992px) {
    body {
        font-size: 17px;
    }

    #cookie-note {
        margin-top: 30px;
        margin-right: 30px;
    }

    header {
        border-top: 7px solid rgba(1, 105, 170, 1);
    }

    .container {
        position: relative;
    }

    #c7n-swipe-icon {
        display: none;
    }

    .swiper-container {
        padding-right: 115px;
    }

    .swiper-container:after {
        width: 115px;
    }

    .c7n-gatter:before {
        content: "";
        position: absolute;
        width: 304px;
        height: 304px;
        display: block;
        top: -30px;
        left: -50px;
        z-index: -1;
        background-image: -webkit-repeating-radial-gradient(2px 2px, rgba(1, 105, 170, 1), rgba(1, 105, 170, 1) 2px, transparent 2px, transparent 100%);
        background-image: -moz-repeating-radial-gradient(2px 2px, rgba(1, 105, 170, 1), rgba(1, 105, 170, 1) 2px, transparent 2px, transparent 100%);
        background-image: -ms-repeating-radial-gradient(2px 2px, rgba(1, 105, 170, 1), rgba(1, 105, 170, 1) 2px, transparent 2px, transparent 100%);
        background-image: repeating-radial-gradient(top left, rgba(1, 105, 170, 1), rgba(1, 105, 170, 1) 2px, transparent 2px, transparent 100%);
        -webkit-background-size: 20px 20px;
        -moz-background-size: 20px 20px;
        background-size: 20px 20px;
    }

    .c7n-gatter.c7n-odd:before {
        top: -30px;
        right: -50px;
        left: auto;
    }

    .c7n-gatter.c7n-last:before {
        left: -30px;
        bottom: -50px;
        top: auto;
    }    

    .c7n-gatter.c7n-inside:before {
        left: auto;
        bottom: -30px;
        top: auto;
        right: -50px;
        height: 75px; 
        z-index: 999;
    }   

    footer .c7n-gatter.c7n-inside:before {
        background-image: -webkit-repeating-radial-gradient(2px 2px, rgba(255, 255, 255, 1), rgba(255, 255, 255, 1) 2px, transparent 2px, transparent 100%);
        background-image: -moz-repeating-radial-gradient(2px 2px, rgba(255, 255, 255, 1), rgba(255, 255, 255, 1)) 2px, transparent 2px, transparent 100%);
        background-image: -ms-repeating-radial-gradient(2px 2px, rgba(255, 255, 255, 1), rgba(255, 255, 255, 1) 2px, transparent 2px, transparent 100%);
        background-image: repeating-radial-gradient(top left, rgba(255, 255, 255, 1), rgba(255, 255, 255, 1) 2px, transparent 2px, transparent 100%);
    }   

    #c7n-content-tabs .c7n-tab:before {
        width: calc((100vw - 960px) / 2);
    }

    #c7n-content-tabs .c7n-tab:first-child:before {
        left: calc(((100vw - 960px) / 2) * -1);
    }

    #c7n-content-tabs .c7n-tab:last-child:before {
        right: calc(((100vw - 960px) / 2) * -1);
    }

    .c7n-button,
    .c7n-lead select,
    .c7n-lead input {
        min-width: calc(33% - 4px);
    }

    .c7n-jobs-list {
        margin-top: 2.5em;
    }

    h1 {
        font-size: 4em;
    }

    h2 {
        font-size: 2.5em;
    }

    .c7n-box h3,
    .c7n-tab h3 {
        font-size: 2.5em;
    }

    p.c7n-lead {
        font-size: 1.4444em;
    }

    .c7n-box .c7n-step-start .fa,
    .c7n-box .c7n-step-end .fa {
        font-size: 2em;
        width: 80px;
        line-height: 74px;
    }

    .c7n-box .c7n-step-end{
        text-align: right;
    }

    .c7n-box .c7n-step-1:before,
    .c7n-box .c7n-step-2:before,
    .c7n-box .c7n-step-3:before,
    .c7n-box .c7n-step-4:before,
    .c7n-box .c7n-step-5:before,
    .c7n-box .c7n-step-6:before {
        font-size: 6em;
    }

    .c7n-box .c7n-step-1:after,
    .c7n-box .c7n-step-3:after,
    .c7n-box .c7n-step-5:after{
        left: 60px;
    }

    .c7n-box .c7n-step-2:after,
    .c7n-box .c7n-step-4:after,
    .c7n-box .c7n-step-6:after {
        right: 60px;
    }

    .c7n-box hr.c7n-step-hr {
        border-top: 3px dashed rgba(204,204,204, 0.5);
        display: block;
    }

    .c7n-box hr.c7n-step-hr {
        margin: 0 60px 60px 60px;
    }

    .c7n-box .c7n-step-2:before,
    .c7n-box .c7n-step-4:before,
    .c7n-box .c7n-step-6:before {
        right: 30px;
    }

    .c7n-box .c7n-step-1,
    .c7n-box .c7n-step-3,
    .c7n-box .c7n-step-5{
        padding-left: 120px;
        padding-right: 50%;
    }

    .c7n-box .c7n-step-2,
    .c7n-box .c7n-step-4,
    .c7n-box .c7n-step-6{
        padding-right: 120px;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        padding-left: 50%;
        text-align: right;
        padding-bottom: 15px;
        padding-top: 15px;
    }
}

@media (min-width: 1200px) {
    body {
        font-size: 18px;
    }

    .swiper-container {
        padding-right: 130px;
    }

    .swiper-container:after {
        width: 130px;
    }

    .row {
        margin-right: -20px;
        margin-left: -20px;
    }

    .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .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-lg-auto, .col-md, .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-md-auto, .col-sm, .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-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
        padding-left: 20px;
        padding-right: 20px;
    }

    .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    #c7n-eyecatcher .container {    
        padding-bottom: 120px;
    }

    #c7n-scroll-to-content {
        bottom: 20px;
        left: 20px;
    }

    #c7n-content-tabs .c7n-tab:before {
        width: calc((100vw - 1140px) / 2);
    }

    #c7n-content-tabs .c7n-tab:first-child:before {
        left: calc(((100vw - 1140px) / 2) * -1);
    }

    #c7n-content-tabs .c7n-tab:last-child:before {
        right: calc(((100vw - 1140px) / 2) * -1);
    }

    #c7n-content-tabs .c7n-tab:after{
        width: 40px;
        height: 40px;
        border-top: 20px solid rgba(245,248,250,1);
        border-right: 20px solid #ffffff;
        border-bottom: 20px solid #ffffff;
        border-left: 20px solid #ffffff;
        bottom: -40px;
        left: calc(50% - 20px);
    }

    .c7n-content-tpl,
    legend {
        margin-bottom: 40px;
    }

    .c7n-filter a{
        margin: 10px;
    }

    .c7n-accordeon .c7n-accordeon-title{
        padding: 15px 40px 15px 20px;
    }  

    #c7n-content-tabs  .c7n-tab-titles {
        margin-bottom: 40px;
    }

    .c7n-box,
    .c7n-tab {
        padding: 60px 45px;
    }

    .col-md-4 .c7n-box {
        padding: 30px 30px;
    }

    .c7n-logo,
    .c7n-employee,
    .c7n-portrait {
        margin-bottom: 40px;
    }

    .c7n-logo img {
        width: calc(100% - 80px);
        height: calc(100% - 80px);
        top: 40px;
        left: 40px;
    }

    .c7n-button,
    .c7n-lead select,
    .c7n-lead input {
        min-width: calc(25% - 4px);
    }

    h1 {
        margin-bottom: 40px;
    }

    .c7n-box h4:before { 
        padding-right: 20px;
    }
        
    h4 > .fa {
        padding-right: 20px;
    }

    blockquote {
        padding-left: 40px;
    }


    #c7n-imprint {
        font-size: 0.83333em;
    }
}

@media (min-width: 1680px) {
    .container-fluid {
        padding-left: 60px;
        padding-right: 60px;
    }

    .container {
        max-width: 1240px;
    }



    .col-xxl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-xxl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    #c7n-content-tabs .c7n-tab:before {
        width: calc((100vw - 1240px) / 2);
    }

    #c7n-content-tabs .c7n-tab:first-child:before {
        left: calc(((100vw - 1240px) / 2) * -1);
    }

    #c7n-content-tabs .c7n-tab:last-child:before {
        right: calc(((100vw - 1240px) / 2) * -1);
    }
}

@media (min-width: 1920px) {
}

@media print{

    @page { 
        margin:2cm 
    }

    * {
        background: transparent !important;
    }

    h1, h2, h3, h4, h5 {
        page-break-after: avoid;
    }

    table, figure {
        page-break-inside: avoid;
    }

    a:after { 
        content: " ( " attr(href) ") ";
        font-style: italic;
    }

    #clx-dropdown-navigation,
    #clx-mobile-navigation,
    #clx-open-mobile-navigation,
    #clx-close-mobile-navigation,
    #c7n-scroll-down,
    footer,
    aside,
    form,
    .c7n-button,
    .c7n-share-buttons,
    #cookie-note,
    .swal-overlay {
        display: none !important;
    }

    #c7n-content {
        padding: 0;
    }

    #c7n-content > .container > .row  > .col-12 {
        max-width: 100% !important;
        flex: 0 0 100% !important;
    }
}


@-webkit-keyframes up-down {
    0% {
        -webkit-transform: translateY(0%);
    }
    50% {
        -webkit-transform: translateY(-20%);
    }
    100% {
        -webkit-transform: translateY(0%);
    }
}
@keyframes up-down {
    0% {
        transform: translateY(0%);
    }
    50% {
        transform: translateY(-20%);
    }
    100% {
        transform: translateY(0%);
    }
} 