/*
Theme Name: webda
Theme URI: https://www.dieandere-webdesign.de/
Description: WDA Customer - Theme
Author: DieAndere Webdesign - Jessica Schinhofen
Author URI: https://www.dieandere-webdesign.de/
*/

@import 'fonts/fonts.css';
@import 'css/slick.css';
@import 'css/swiper.min.css';
@import 'css/aos.css';
@import 'css/jquery.fancybox.min.css';
@import 'css/simplePagination.css';
@import 'css/animate.css';
/*@import 'css/bootstrap-touch-slider.css';*/


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.mobile_menu_bar {
    position: absolute;
    display: none;
    right: 0;
    line-height: 0;
    background-image: url("/wp-content/uploads/menu.png");
    width: 25px;
    height: 25px;
    margin-top: 40px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.mobile_menu_bar:hover {
    cursor: pointer;
}

.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
}

::-moz-selection {
    /* Code for Firefox */
    color: rgba(0, 0, 0, 1);
    background: rgba(0, 0, 0, 0.2);
}

::selection {
    color: rgba(0, 0, 0, 1);
    background: rgba(0, 0, 0, 0.2);
}



html, body {
    margin: 0;
}
html {
    height: 100%;
}

body {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #77787b;
    line-height: 26px;
    background-color: #FFFFFF;
    display: inline-block;
    /*

    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;

    */


    min-height: 100%;
    position: relative;
    text-rendering: optimizeLegibility;

    overflow-x:hidden;
    max-width: 100%;
    width: 100%;
}



.page-content {
    position: relative;
    width: 100%;
    float: left;
    margin-top: 85px;
}

.page-content.notopbild {
    margin-top: 35px;
}

.centered {
    margin: 0 auto;
}

.content {
    position: relative;
}

.contentwrapper {
    width: 100%;
    position:relative;
    float: left;
}

.content-width {
    max-width: 1440px;
    margin:0 auto;
    padding: 0 40px;
    width: calc(100% - 80px);
}

.pageinnercontent .module .content-width {
    max-width: 1440px;
    margin:0 auto;
    padding: 0px;
    width: 100%;
}


.module .content-width {
    padding: 0;
}



@media screen and (max-width: 1440px) {
    .content-width {
        width: calc(100% - 80px);
    }
}

@media screen and (max-width: 1280px) {
    .content-width {
        width: calc(100% - 80px);
    }
}
@media screen and (max-width: 1160px) {
    .content-width {
        width: calc(100% - 80px);
    }
}
@media screen and (max-width: 1024px) {

    .mobile_menu_bar {
        display: block;
    }

    .content-width {
        width: calc(100% - 60px);
        padding: 0 30px;
    }

}

@media screen and (max-width: 768px) {
    .content-width {
        width: calc(100% - 50px);
        padding: 0 25px;
    }
}

@media screen and (max-width: 492px) {
    .content-width {
        width: calc(100% - 30px);
        padding: 0 15px;
    }
}



body > .overlay {
    z-index: 80;
}
body > .overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 81;
    background: rgba(5, 5, 5, .6);
    opacity: 0;
    visibility: hidden;
    transition: visibility 0s ease-in-out 0.3s, opacity 0.3s ease-in-out 0s;
    -webkit-transition: visibility 0s ease-in-out 0.3s, opacity 0.3s ease-in-out 0s;
    -moz-transition: visibility 0s ease-in-out 0.3s, opacity 0.3s ease-in-out 0s;
    -o-transition: visibility 0s ease-in-out 0.3s, opacity 0.3s ease-in-out 0s;
    -webkit-tap-highlight-color: transparent;
}

body > .overlay.show {
    opacity: 1;
    visibility: visible;
    transition: visibility 0s ease-in-out 0s, opacity .3s ease-in-out 0s;
    -webkit-transition: visibility 0s ease-in-out 0s, opacity 0.3s ease-in-out 0s;
    -moz-transition: visibility 0s ease-in-out 0s, opacity 0.3s ease-in-out 0s;
    -o-transition: visibility 0s ease-in-out 0s, opacity 0.3s ease-in-out 0s;
}



ul, ol {
    margin-left: 20px;
}

ul, li, ol li {
    list-style-position: outside;
}

ol li {
    margin-bottom: 20px;
}

.module .content  ul {
    margin-bottom: 25px;
}




.contentbox ul {
    margin-left: 0;
    padding: 0;
    list-style-type: none;
    float: left;
    margin-bottom: 25px;
    width: 100%;
}

.contentbox ul li:before {
    position: absolute;
    left: 0;
    content: "";
    height: 8px;
    top: 10px;
    width: 8px;
    border-radius: 23487258937458239px;
    background: #4983c0;
    margin-right: 15px;
   /* margin-bottom: 35px;*/
}

.contentbox ul li {
    margin: 0 0 5px 0;
    padding: 0 0 0 15px;
    list-style-type: none;
    position: relative;
    width: 100%;
    float: left;
   color: #3b3b3a;
}

.contentbox ul li:last-child {
    margin-bottom: 0;
}

.contentbox ul li a {
    hyphens: auto;
}


/* graue bullets sitemap */

.contentbox .module.sitemap ul li:before {
    display: none;
}
.contentbox .module.sitemap ul li {
    padding-left: 0;
    color: #77787b;
    list-style-type: disc;
}

.contentbox .module.sitemap ul li ul {
    margin-left: 20px;
    margin-bottom: 0;
    margin-top: 10px;
}


.wp-caption-text {
    font-size: 12px;
    display: inline-block;
    margin-top: 5px;
}




/* fancybox */

#fancybox-overlay {
    background: rgb(245, 245, 246) !important;
}

#fancybox-left {
    left: 0 !important;
}

#fancybox-left span {
    position: absolute;
    left: 0 !important;
    bottom: 0 !important;
    top: auto !important;
    background-color: #ffffff;
    background-image: none !important;
    width: 96px;
    height: 96px;
}

#fancybox-left span::before {
    position: absolute;
    left: 0 !important;
    bottom: 0 !important;
    top: auto !important;
    width: 100%;
    height: 100%;
    background-image: url('assets/arrow-left.svg');
    -webkit-background-size: 23px 46px;
    background-size: 23px 46px;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0.66;
    content: "";
    transition: opacity ease-in-out .15s;
    -webkit-transition: opacity ease-in-out .15s;
    -moz-transition: opacity ease-in-out .15s;
    -o-transition: opacity ease-in-out .15s;
}

#fancybox-left:hover span::before {
    opacity: 1;
}

#fancybox-right {
    left: auto !important;
}

#fancybox-right span {
    left: auto !important;
    right: 0 !important;
    top: auto !important;
    bottom: 0 !important;
    background-color: #ffffff;
    background-image: none !important;
    width: 96px;
    height: 96px;
}

#fancybox-right span::before {
    position: absolute;
    left: 0 !important;
    bottom: 0 !important;
    top: auto !important;
    width: 100%;
    height: 100%;
    background-image: url('assets/arrow-right.svg');
    -webkit-background-size: 23px 46px;
    background-size: 23px 46px;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0.66;
    content: "";
    transition: opacity ease-in-out .15s;
    -webkit-transition: opacity ease-in-out .15s;
    -moz-transition: opacity ease-in-out .15s;
    -o-transition: opacity ease-in-out .15s;
}

#fancybox-right:hover span::before {
    opacity: 1;
}

#fancybox-outer {
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
}


.box-shadow {
    box-shadow: 0 0px 20px rgba(0,0,0,.16);
    -moz-box-shadow: 0 0px 20px rgba(0,0,0,.16);
    -webkit-box-shadow: 0 0px 20px rgba(0,0,0,.16);
}



/*********************************/
/**         BUTTONS             **/
/*********************************/


.cta-wrapper {
    width: auto;
    display: inline-block;
    margin-top: 15px;
    position: relative;
}

.cta-wrapper a.cta {

    color: #4983c0;
    border: 0;
    background: transparent;
    border-radius: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    position: relative;
    width: auto;

    float: left;

    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;

}


.cta-wrapper a.cta:hover {
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    /*border: 2px solid #4983c0;
    background: #4983c0;*/
    color: #3b3b3a;

}


.cta-wrapper a:after {
    content: "";
    position: absolute;
    right: -15px;
    top: 6px;
    width: 10px;
    height: 10px;
    background-image: url('assets/readmore-icon.svg');
    background-size: contain;
    background-repeat: no-repeat;
}


.buttonwrapper {
    width: 100%;
    display: inline-block;
}

.cta-wrapper .cta.full {
    color: #fff;
    background-color: #4983c0;
    padding: 15px 25px;
    float: none;
    font-weight:  600;
}

.cta-wrapper .cta.full:after {
    display: none;
}
.cta-wrapper .cta.full:hover {
    color: #4983c0;
    background-color: #fff;
}

/*********************************/
/**         LINKS               **/
/*********************************/


.module.headline {
    text-align: center;
    padding: 50px 0;
    margin-bottom: 0;
}

a {
    transition: all ease-in-out .15s;
    -webkit-transition: all ease-in-out .15s;
    -moz-transition: all ease-in-out .15s;
    -o-transition: all ease-in-out .15s;
    text-decoration: none;
    color: #4983c0;
    font-weight: unset;
    display: inline-block;
    cursor: pointer;
}
.module .content a {
    position: relative;
    padding-right: 20px;
    margin-right: 5px;
}

.module .content a:after {
    content: '';
    position: absolute;
    top: 7px;
    right: 0;
    background: url('assets/link.svg');
    width: 13px;
    height: 13px;
    background-size: contain;
}


.module .content .contactdet a:after {
    display: none;
}

.module.text-two-col-block  .content .contentbox .cta-wrapper a:after {
    top: 4px;
}

.module.text-block .contentbox a {
    position: relative;
    /*padding-right: 20px;*/
    padding-right: 2px;
    margin-right: 0px;
}

/*.module.text-block .contentbox a:after {
    content: '';
    position: absolute;
    top: 7px;
    right: 0;
    background: url('assets/link.svg');
    width: 13px;
    height: 13px;
    background-size: contain;
}*/

.module.text-block .contentbox a:after {
    content: '';
    position: static;
    /*top: 7px;
    right: 0;*/
    background: url('assets/link.svg');
    width: 13px;
    height: 13px;
    margin-left: 7px;
    display: inline-block;
    background-size: contain;
}

.module.partner-block a:after,
.module.galerien-block .galeriebox .galcontent .cta-wrapper a:after,
.module.archive-block a:after,
.module.mainservice-block a:after,
.module.newsroom-block .content a:after,
.module .pagination a:after,
.module.news-block .content .newscontent a:after,
.module.news-block .newsbox .news .imagebox a:after,
.module.galerien-block .galeriebox .gal .imagebox a:after,
.module .galeriebox .gal .imagebox a:after,
.galeriebox .gal .galcontent .cta-wrapper a:after,
.module.successstories-block .storybox .story .imagebox a:after,
.module.successstories-block .storybox .story .newscontent .cta-wrapper a:after,
.module.team-block .teamwrapper .teambox .userdata .uphone a:after,
.module.team-block .teamwrapper .teambox .userdata .uemail a:after,
.module.backto .content a:after,
.module.nolinkdecoration .content a:after,
.module.tncard .content a:after {
    display: none;
}



.gform_wrapper.gravity-theme input[type=color], .gform_wrapper.gravity-theme input[type=date], .gform_wrapper.gravity-theme input[type=datetime-local], .gform_wrapper.gravity-theme input[type=datetime], .gform_wrapper.gravity-theme input[type=email], .gform_wrapper.gravity-theme input[type=month], .gform_wrapper.gravity-theme input[type=number], .gform_wrapper.gravity-theme input[type=password], .gform_wrapper.gravity-theme input[type=search], .gform_wrapper.gravity-theme input[type=tel], .gform_wrapper.gravity-theme input[type=text], .gform_wrapper.gravity-theme input[type=time], .gform_wrapper.gravity-theme input[type=url], .gform_wrapper.gravity-theme input[type=week], .gform_wrapper.gravity-theme select, .gform_wrapper.gravity-theme textarea {
    font-weight: 300;
}

a img,
a svg {
    transition: opacity ease-in-out .15s;
    -o-transition: opacity ease-in-out .15s;
}

a:hover img {
    opacity: 0.7;
}

a:hover {
    cursor: pointer;
}


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


p {
    font-size: 16px;
    color: #77787b;
    line-height: 26px;
    margin-bottom: 25px;
    display: block;
   /* width: 100%;*/
}



.module .contentbox p:last-child {
    margin-bottom: 0;
}


/*
Color-1		f1f7fb 	hellblau			241,247,251	text: 3c3c3a
Color-2 		0091a4	türkis			0,145,164	text: fff
Color-3		1b687c	türkis dunkel		27,104,124	text: fff */

.color-1 {
    color: #c5d7ee4f;
}
.color-2 {
    color: #4983c0;   
}
.color-3 {
    color: #3C6D73;
}
/*.color-4 {
    color: #EEA496;
}
.color-5 {
    color: #FDC31C;
}
.color-6 {
    color: #F6F9FC;
}*/


.green-txt {
   color: #4983c0;
}

.uc-embedding-wrapper h3 {
    font-size: 15px;

    line-height: 22px;
}

.uc-embedding-wrapper p {
    font-size: 12px;
    color: #77787b;
    line-height: 22px;
}

.uc-embedding-more-info {
    cursor: pointer;
    border: none;
    box-shadow: none;
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    height: 40px;

    border-radius: 4px;
    padding-left: 25px;
    padding-right: 25px;
    margin-bottom: 15px;
    background: #cecece;
    margin-right: 10px;
}

.backcolor-1 {
    background-color: #c5d7ee4f;
    color: #3c3c3a;
}
.backcolor-2 {
    background-color: #4983c0;
    color: #fff;
}
.backcolor-3 {
    background-color: #1b687c;
    color: #fff;
}
/*.backcolor-4 {
    background-color: #EEA496;
    color: #F6F9FC;
}
.backcolor-5 {
    background-color: #FDC31C;
    color: #2B383B;
}
.backcolor-6 {
    background-color: #F6F9FC;
    color: #2B383B;
}*/


.backcolor-1.half {
    background-color: rgba(241,247,251, 0.7);
    color: #3c3c3a;
}
.backcolor-2.half {
    background-color: rgba(0,145,164, 0.7);
    color: #fff;
}
.backcolor-3.half {
    background-color: rgba(27,104,124, 0.7);
    color: #fff;
}
/*.backcolor-4.half {
    background-color: rgba(238,164,150, 0.7);
    color: #F6F9FC;
}
.backcolor-5.half {
    background-color: rgba(253,195,28, 0.7);
    color: #2B383B;
}
.backcolor-6.half {
    background-color: rgba(246,249,252, 0.7);
    color: #2B383B;
}*/


.backcolor-1 p {
    color: #3c3c3a;
}
.backcolor-2 p {
    color: #fff;
}
.backcolor-3 p {
    color: #fff;
}
/*.backcolor-4 p {
    color: #F6F9FC;
}
.backcolor-5 p {
    color: #2B383B;
}
.backcolor-6 p {
    color: #2B383B;
}*/



/*accordeon*/

.accordeon .titlecolor-1 {
    color: #c5d7ee4f;
}
.accordeon .titlecolor-2 {
    color: #4983c0;
}
.accordeon .titlecolor-3 {
    color: #1b687c;
}
/*
.accordeon .titlecolor-4 {
    color: #EEA496;
}
.accordeon .titlecolor-5 {
    color: #FDC31C;
}
.accordeon .titlecolor-6 {
    color: #F6F9FC;
}
*/


.color-1 p {
    color: #c5d7ee4f;
}
.color-2 p {
    color: #4983c0;
}
.color-3 p {
    color: #1b687c;
}
/*.color-4 p {
    color: #EEA496;
}
.color-5 p {
    color: #FDC31C;
}
.color-6 p {
   color: #F6F9FC;
}*/


.accordeon .is-opened.backactive-color-1 {
    background-color: #2B383B;
}
.accordeon .is-opened.backactive-color-2 {
    background-color: #A6B8AD;
}
.accordeon .is-opened.backactive-color-3 {
    background-color: #3C6D73;
}
.accordeon .is-opened.backactive-color-4 {
    background-color: #EEA496;
}
.accordeon .is-opened.backactive-color-5 {
    background-color: #FDC31C;
}
.accordeon .is-opened.backactive-color-6 {
    background-color: #F6F9FC;
}



.accordeon .accordeon-title.backactive-color-1:hover {
    background-color: #2B383B;
}
.accordeon .accordeon-title.backactive-color-2:hover {
    background-color: #A6B8AD;
}
.accordeon .accordeon-title.backactive-color-3:hover {
    background-color: #3C6D73;
}
.accordeon .accordeon-title.backactive-color-4:hover {
    background-color: #EEA496;
}
.accordeon .accordeon-title.backactive-color-5:hover {
    background-color: #FDC31C;
}
.accordeon .accordeon-title.backactive-color-6:hover {
    background-color: #F6F9FC;
}


.accordeon .accordeon-title.titleactive-color-1:hover:after,
.accordeon .accordeon-title.is-opened.titleactive-color-1:after,
.accordeon .accordeon-title.titleactive-color-1:hover {
    color: #2B383B;
}
.accordeon .accordeon-title.titleactive-color-2:hover:after,
.accordeon .accordeon-title.is-opened.titleactive-color-2:after,
.accordeon .accordeon-title.titleactive-color-2:hover {
    color: #A6B8AD;
}
.accordeon .accordeon-title.titleactive-color-3:hover:after,
.accordeon .accordeon-title.is-opened.titleactive-color-3:after,
.accordeon .accordeon-title.titleactive-color-3:hover {
    color: #3C6D73;
}
.accordeon .accordeon-title.titleactive-color-4:hover:after,
.accordeon .accordeon-title.is-opened.titleactive-color-4:after,
.accordeon .accordeon-title.titleactive-color-4:hover {
    color: #EEA496;
}
.accordeon .accordeon-title.titleactive-color-5:hover:after,
.accordeon .accordeon-title.is-opened.titleactive-color-5:after,
.accordeon .accordeon-title.titleactive-color-5:hover {
    color: #FDC31C;
}
.accordeon .accordeon-title.titleactive-color-6:hover:after,
.accordeon .accordeon-title.is-opened.titleactive-color-6:after,
.accordeon .accordeon-title.titleactive-color-6:hover {
    color: #F6F9FC;
}


.accordeon .is-opened.titleactive-color-1 {
    color: #2B383B;
}
.accordeon .is-opened.titleactive-color-2 {
    color: #A6B8AD;
}
.accordeon .is-opened.titleactive-color-3 {
    color: #3C6D73;
}
.accordeon .is-opened.titleactive-color-4 {
    color: #EEA496;
}
.accordeon .is-opened.titleactive-color-5 {
    color: #FDC31C;
}
.accordeon .is-opened.titleactive-color-6 {
    color: #F6F9FC;
}






.backcolor-1 .cta-wrapper a.cta,
.backcolor-2 .cta-wrapper a.cta,
.backcolor-3 .cta-wrapper a.cta,
.backcolor-4 .cta-wrapper a.cta {
    background-color: transparent;
    color: #3c3c3a;
    border: 2px solid #fff;
    margin-right: 30px;
}

.backcolor-1 .cta-wrapper a.cta:hover,
.backcolor-2 .cta-wrapper a.cta:hover,
.backcolor-3 .cta-wrapper a.cta:hover,
.backcolor-4 .cta-wrapper a.cta:hover {
    background-color: #fff;
    color: #1b687c;
}




/*********************/
/**     HEADLINES   **/
/*********************/

h1, .h1-style {
    font-size: 45px;
    display: block;
    line-height: 55px;
    font-weight: 500;
    position: relative;


    width: 100%;
 /*   font-family: "Rajdhani";*/
}


.module.mainpicture h1 {
    text-transform: uppercase;
}



.first-module .contentbox h1,
.first-module .contentbox h2 {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 35px;
    font-weight: 400;
    color: #3b3b3a;
    margin-top: 0px;
}

div.title.innertext h1 {
    font-size: 30px;
    display: block;
    line-height: 40px;
    font-weight: 500;
    position: relative;
    margin-bottom: 5px;
}

div.title.innertext.titlepage.color-2 h1 {
    font-size: 30px;
    display: block;
    line-height: 40px;
    font-weight: 500;
    position: relative;
    margin-bottom: 35px;
    color: #3b3b3a;
}




h2, .h2-style {


    font-size: 30px;
    line-height: 35px;
    margin-bottom: 35px;
    font-weight: 400;
    color: #3b3b3a;
    margin-top: 0px;
}


h3, .h3-style {
     
    display: block;
    font-size: 23px;
    line-height: 30px;
    font-weight: 500;
    position: relative;
    margin-bottom: 25px;
    color: #3b3b3a;
    /*text-transform: uppercase;*/
    /*font-family: "Rajdhani";*/
}

h4, .h4-style {
    font-size: 25px;
    display: block;
    line-height: 35px;
    font-weight: 600;
    position: relative;
   /* text-transform: uppercase;*/
    /*font-family: "Rajdhani";*/


}


h5, .h5-style {
    font-size: 20px;
    display: block;
    line-height: 35px;
    font-weight: 700;
    position: relative;
   /* font-family: "Rajdhani";*/
}


.green-title {
    font-size: 20px;
    display: block;
    line-height: 35px;
    font-weight: 500;
    position: relative;
    margin-bottom: 5px;
    color: #4983c0;
}


.h1-style.normaltext,
.h2-style.normaltext,
.h3-style.normaltext,
.h4-style.normaltext,
.h5-style.normaltext {
    text-transform: none;
}

.module .subheadline {
    font-size: 65px;
    line-height: 90px;
    width: 50%;
    display: inline-block;
}

h1, h2, h3, h4, h5, h6 {
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
}


.takenetsubline {
    color: #4983c0;
    font-size: 20px;
    display: block;
    line-height: 30px;
    font-weight: 400;
    position: relative;
    margin-bottom: 15px;
}


.text-left {
    float: left;
    margin-right: 40px;
}
.text-right {
    float: right;
     margin-left: 40px;
}
.text-center {
    text-align: center;
}

img.alignright {
    float: right;
    margin: 0 0 30px 40px;
}
img.alignleft {
    float: left;
    margin: 0 40px 30px 0;
}


.center-half {
    width: 50%;
}





.img-fill {object-fit: fill;}
.img-contain {object-fit: contain; width:100%;
        height:100%;
        object-position: center;}
.img-cover {object-fit: cover; width:100%;
        height:100%;
        object-position: center;}
.img-scale-down {object-fit: scale-down;}
.img-none {object-fit: none; object-position: 50% 50%;}




/******************/
/**    SLICK    **/
/******************/


.slick-slider .slick-list,
.slick-slider .slick-track {
    height: 100%;
    width: 100%;
}


.slick-slider button {
    background: transparent;
    width: 25px;
    height: 40px;
    position: absolute;
    top: 50%;
    border: 0;
    z-index: 5;
}

.slick-slider button.slick-prev {
    margin-top: -20px;
    background-image: url('assets/left-arrow.svg');
    background-size: contain;
    background-repeat: no-repeat;
    left: 40px;
    width: 35px;
    height: 35px;
    position: absolute;
    text-indent: -999999px;
}
.slick-slider button.slick-next {
    margin-top: -20px;
    background-image: url('assets/right-arrow.svg');
    background-size: contain;
    background-repeat: no-repeat;
    right: 40px;
    width: 35px;
    height: 35px;
    position: absolute;
    text-indent: -999999px;
}


.slick-dots {
    width: calc(100% - 80px);
    position: absolute;
    bottom: 35px;
    text-align: center;
    z-index: 3;
}
.slick-dots li {
    display: inline-block;
    width: 20px;
    margin-right: 10px;
}

.slick-dots li button {
    border: 2px solid rgba(255,255,255,0.7);
    background: transparent;
    width: 20px;
    height: 20px;
    color: transparent;
    font-size: 0px;
}

.slick-dots li.slick-active button {
    border: 2px solid #fff;
    background: #fff;
    width: 20px;
    height: 20px;
    color: transparent;
    font-size: 0px;
}


.slick-dots {
    width: calc(100% - 80px);
    position: absolute;
    bottom: 0;
    text-align: center;
    z-index: 99;
}

.slick-dots li {
    width: 15px;
    height: 15px;

}

.slick-dots li button {
    background: transparent;
    border: 2px solid #F6F9FC;
    border-radius: 2348725487px;
}
.slick-dots li.slick-active button {
    background: #F6F9FC;
    border: 2px solid #F6F9FC;
}

@media screen and (max-width: 991px) {
    .slick-slider button.slick-prev {
        left: 5px;
    }
    .slick-slider button.slick-next {
        right: -3px;
    }
}

@media screen and (max-width: 692px) {
    .slick-slider button.slick-next {
        right: 5px;
        width: 20px;
        height: 25px;
    }
    .slick-slider button.slick-prev {
        left: 5px;
        width: 20px;
        height: 25px;
    }
}

@media screen and (max-width: 592px) {
    .slick-slide {
        margin-left: 0px;
    }
    .module.news-block .content-width .newsslider {
        padding-right: 15px;
    }
}




.swiper-button-prev {
    margin-top: -20px;
    background-image: url('assets/left-arrow.svg');
    background-size: contain;
    background-repeat: no-repeat;
    left: 40px;
    width: 35px;
    height: 35px;
    position: absolute;
    text-indent: -999999px;
}
.swiper-button-next {
    margin-top: -20px;
    background-image: url('assets/right-arrow.svg');
    background-size: contain;
    background-repeat: no-repeat;
    right: 40px;
    width: 35px;
    height: 35px;
    position: absolute;
    text-indent: -999999px;
}




.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;

    margin-top: 25px;
    margin-bottom: 15px;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}




.topbar {
    position: fixed;
    width: 100%;
    float: left;
    transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;

    background: #fff;
    color: #7c7b7b;
    height: 85px;
    margin-top: 0px;
    z-index: 3;

    border-bottom: 1px solid #fff;
}


.topbar .content-width {
    padding-left: 0;
    padding-right: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    height: 100%;
}



.topbar .logo {
    position: relative;
    width: 180px;
    text-align: left;
    float: left;
}

.topbar .logo a {
    display: inline-block;
}
.topbar .logo a img {
    width: 250px;
    height: auto;
}


.topbar .logo img.default {
   display: block;
}

.topbar nav.mainmen {
    display: inline-block;
    /*width: calc(100% - 535px);*/
    width: auto;
    text-align: left;
    float: left;
    margin-left: 35px;
    margin-right: 35px;
}


.topbar nav.mainmen .menu-main-menu-container {
    display: block;
    height: 100%;
    position: relative;
}
.topbar nav.mainmen ul {
    margin:0;
    padding:0;
     display: inline-block;
    list-style-type: none;
    height: 100%;
}
.topbar nav.mainmen ul li {

    display: inline-block;
    position: relative;
    text-align: left;
}

.topbar nav.mainmen ul li a {
    text-transform: uppercase;
    font-size: 16px;
    line-height: 45px;
    height: 100%;
    color: #fff;
    padding: 0 20px;
    position: relative;
    overflow: hidden;
    display: block;
    font-weight: 400;

}

.topbar nav.mainmen ul li a:hover {
   /* background: #A6B8AD;*/
    color: #fff;
}

.topbar nav.mainmen ul li.menu-item-has-children a {
     padding: 0px 55px 0px 25px;
/*     font-size: 16px;*/
}


.topbar nav.mainmen ul li.menu-item-has-children:after
{
    content: "";
    background-image: url('assets/chevron-down.svg');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 20px;
    height: 45px;
    position: absolute;
    right: 25px;
    top: 1px;
}

.topbar nav.mainmen ul ul li.menu-item-has-children:after {
    content: "";
    position: absolute;
    right: 10px;
    background-image: url('assets/chevron-down-g.svg');
    /*
        width: 17px;
        height: 38px;
        background-size: 100%;
    */
    width: 17px;
    height: 17px;
    background-size: contain;
    top: 50%;
    margin-top: -25px;  
    background-repeat: no-repeat;
    background-position: center;
    transform: rotate(-90deg);
}



.topbar nav.mainmen ul > li .sub-menu .menu-item {
    padding: 0px 10px;
    background: #fff;
    box-shadow: 3px 3px 4px rgba(0,0,0,.4);
    -moz-box-shadow: 3px 3px 4px rgba(0,0,0,.4);
    -webkit-box-shadow: 3px 3px 4px rgba(0,0,0,.4);
    opacity: 0;
    width: 100%;
    text-align: left;
    transform-origin: bottom;
    display: block;
    border-bottom: 0.5px solid rgba(0,0,0,.2);
    animation: enter 0.2s ease forwards;
}

.topbar nav.mainmen ul > li .sub-menu .menu-item .sub-menu .menu-item {
    padding: 0px 15px;
}


.topbar nav.mainmen ul > li .sub-menu .menu-item:nth-child(1) {
  animation-duration: 0.2s;
  animation-delay: 0s;
}
.topbar nav.mainmen ul >  li .sub-menu .menu-item:nth-child(2) {
  animation-duration: 0.3s;
  animation-delay: 0.1s;
}
.topbar nav.mainmen ul >  li .sub-menu .menu-item:nth-child(3) {
  animation-duration: 0.4s;
  animation-delay: 0.2s;
}
.topbar nav.mainmen ul >  li .sub-menu .menu-item:nth-child(4) {
  animation-duration: 0.5s;
  animation-delay: 0.3s;
}
.topbar nav.mainmen ul >  li .sub-menu .menu-item:nth-child(5) {
  animation-duration: 0.6s;
  animation-delay: 0.4s;
}
.topbar nav.mainmen ul >  li .sub-menu .menu-item:nth-child(6) {
  animation-duration: 0.7s;
  animation-delay: 0.5s;
}
.topbar nav.mainmen ul >  li .sub-menu .menu-item:nth-child(7) {
  animation-duration: 0.8s;
  animation-delay: 0.6s;
}
.topbar nav.mainmen ul >  li .sub-menu .menu-item:nth-child(8) {
    animation-duration: 0.9s;
    animation-delay: 0.7s;
}
.topbar nav.mainmen ul >  li .sub-menu .menu-item:nth-child(9) {
    animation-duration: 1.0s;
    animation-delay: 0.8s;
}
.topbar nav.mainmen ul >  li .sub-menu .menu-item:nth-child(10) {
    animation-duration: 1.1s;
    animation-delay: 0.9s;
}
.topbar nav.mainmen ul >  li .sub-menu .menu-item:nth-child(11) {
    animation-duration: 1.2s;
    animation-delay: 1.0s;
}
.topbar nav.mainmen ul >  li .sub-menu .menu-item:nth-child(12) {
    animation-duration: 1.3s;
    animation-delay: 1.1s;
}
.topbar nav.mainmen ul >  li .sub-menu .menu-item:hover {
    color: rgba(250,250,250, 0.7);
}
.topbar nav.mainmen ul >  li .sub-menu .menu-item a {
    padding: 10px 15px;
    line-height: 26px;
    text-transform: none;
}


.topbar nav.mainmen ul > li .sub-menu {
    position: absolute;
    width: 300px;
    height: auto;
    top: 100%;
    display: none;
    z-index: 1;
}


.topbar nav.mainmen ul >  li.menu-item:hover > .sub-menu {
  display: block;
}

.topbar nav.mainmen ul > li .sub-menu li .sub-menu {
    position: relative;
    height: auto;
    display: none;
    padding-left: 25px;
}

.topbar nav.mainmen ul > li .sub-menu li > .sub-menu {
    position: absolute;
    height: auto;
    display: none;
    padding-left: 25px;
    right: -90%;
    top: 0;
}

.topbar nav.mainmen ul > li .sub-menu li.menu-item-has-children:after {
    right: 10px;
    height: 50px;
}


.topbar nav.mainmen ul > li .sub-menu .menu-item a {
    padding: 10px 15px 10px 15px;
    font-size: 16px;
    font-weight: 400;

}

.topbar nav.mainmen ul >  li.menu-item:hover > .sub-menu li:hover > .sub-menu {
    display: block;
}


.topbar nav.mainmen ul > li .sub-menu li > .sub-menu li.menu-item a {

    font-weight: 400;
}

.topbar nav.mainmen ul > li .sub-menu li .sub-menu li > .menu-item a:before {
    content: "-";
    position: absolute;
    width: 10px;
    left: 0;
    top: 0;
    line-height: 45px;
}



.topbar nav.mainmen ul ul li a {
    color: #77787b;
}
.topbar nav.mainmen ul ul li a:hover{
    color: #4983c0;
}


.topbar .search {
    position: relative;
    width: 25px;
    text-align: left;
    float: left;
}


#search-content label {
    width: 75%;
    float: left;
}

#search-content .search-field {
    width: 100%;
    font-size: 15px;
    margin-bottom: 0;
    margin-top: 0;
    padding: 8px;
    border: 1px solid #bcbec0;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    background: #c5d7ee4f;

    color: #77787b;

    height: 36px;

}

#search-content  {
    transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
                   visibility: hidden;
    width:0;
    right:0;
    position: absolute;
                               opacity: 0;
    top: -5px;
    background: #fff;
    
}
#search-content.show  {
    transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
                   visibility: visible;
    width: 270px;
    right: -290px;
    opacity: 1;
    z-index: 9;
}


#search-content .searchbtn {
    width: 62px;
    float: left;
    height: 36px;
 
}

#search-content .searchbtn .search-submit {
    background-color: #4983c0;
    color: #fff;
    height: 36px;
    text-align: center;
    border-radius: 0px;
    font-size: 15px;
    /*padding: 11px 10px 7px;*/
    padding: 7px 12px 7px;
    border: 1px solid #4983c0;
}


.topbar .remotesocial {
    float: left;
    margin-left: 15px;
    border-left: 1px solid #fff;
    padding-left: 15px;
    display: flex;
    flex-wrap: wrap;
    height: 85px;
   align-items: center;
    align-content: center;
}

.topbar .remotesocial a.remoteurl {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
}
.topbar .remotesocial .socialicon {
    display: flex;}
.topbar .remotesocial .socialicon img {
    max-height: 20px;
}

/*
.topbar .remotesocial a:last-child {
    width: 21px;
}
*/

@keyframes enter {
  from {
    opacity: 0;
    transform: scaleY(0.98) translateY(10px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.pageinnercontent .module.first-module,
.sidebar .module.first-module {
    margin-top: 0;
}


/* SEARCH */


.sidebar .searchbox {
    width: 100%;
    display: inline-block;
    margin-bottom: 45px;
}
.sidebar .searchbox .search-form {
    display: flex;
    flex-wrap: wrap;
}
.sidebar .searchbox .search-form label {
    display: inline-block;
    width: calc(100% - 45px);
}
.sidebar .searchbox input.search-field {
    width: 100%;
    display: inline-block;
    background: #c5d7ee4f;
    border: 1px solid #c5c6c6;
    float: left;
    padding: 10px 5px;
    height: 40px;
}

.sidebar .searchbox .searchbtn {
    position: relative;
    float: left;
    width: 45px;
}

.sidebar .searchbox input.search-submit {
    border: 0px;
    background: #4983c0;
    width: 100%;
    height: 40px;
    display: inline-block;
    float: left;
    color: #fff;
    text-indent: -99999px;
}
.sidebar .searchbox .searchbtn:before {
    content: "";
    background-image: url('assets/search-light-g.svg');
    background-size: 20px;
    position: absolute;
    width: 45px;
    height: 38px;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
                                          
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(48deg) brightness(350%) contrast(100%);
}


.search-result h2 {
    font-size: 23px;
    line-height: 30px;
    margin-bottom: 5px;
    font-weight: 400;
    color: #3b3b3a;
    margin-top: 0px;
}


.search-result {
    margin-bottom: 55px;
}

article + .navigation.pagination  .nav-links .page-numbers {



    background: #c5d7ee4f;
    border-radius: 1287356154723px;
    color: #7c7b7b;
    border: 1px solid #c5c6c6;
    cursor: pointer;
    width: 45px;
    line-height: 22px;
    height: 45px;
    text-align: center;
    padding: 10px 10px 10px 10px;
    /*padding: 8px;*/
    display: inline-block;
    margin-right: 15px;
   
}

article + .navigation.pagination  .nav-links {
    display: flex;
    align-items: center;
}
article + .navigation.pagination  .nav-links .page-numbers.dots {
    background: transparent;
    border: 0;
    
}

article + .navigation.pagination  .nav-links span.current {
    background: #4983c0;
    border: 1px solid #4983c0;
    color: #fff;
}
article + .navigation.pagination  .nav-links .page-numbers:hover {
    background: #4983c0;
    border: 1px solid #4983c0;
    color: #fff;
}



article + .navigation.pagination  .nav-links a.prev.page-numbers  {
    font-size: 0;

}
article + .navigation.pagination  .nav-links a.prev.page-numbers:before  {
    content: "«";
    position: absolute;
    font-size: 23px;
    color: #7c7b7b;
    line-height: 20px;
    left: 50%;
    margin-left: -4px;
    font-weight: 300;
}

article + .navigation.pagination  .nav-links .page-numbers:last-child {
    font-size:0;
    top: 0px;
    position: relative;
}

article + .navigation.pagination  .nav-links .page-numbers:last-child:before {
       content: "»";
    position: absolute;
    font-size: 23px;
    color: #7c7b7b;
    line-height: 20px;
    left: 50%;
    margin-left: -4px;
    font-weight: 300;
}


article + .navigation.pagination  .nav-links .page-numbers.current:last-child:before {
    color: #fff;
}


.module.last-module {
    margin-bottom: 35px;
}


.module.last-module.backto {
    margin-bottom: 35px;
}





.topbar .content-width .burger {
    width:0;
    visibility: hidden;
}



.front-page .topbar {
    background: transparent;
    color: #fff;
}

/* TOPBAR FIXED */

.topbar.fixed {
   
    transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    height: 60px;
    border: 0;
    top: 0;
    position: fixed;
    z-index: 20;
    float: none;
    left: 0;
    margin-top: 0;
    background: #4983c0;
     box-shadow: 0 1px 0 rgba(0,0,0,.1);
    -moz-box-shadow: 0 1px 0 rgba(0,0,0,.1);
    -webkit-box-shadow: 0 1px 0 rgba(0,0,0,.1);
}

.topbar.fixed .content-width {
    display: flex;
    align-items: center;
}

.topbar.fixed .logo {
    position: relative;
    width: 150px;
    text-align: center;
    display: block;
    margin-top: 10px;
}


.topbar.fixed .logo img {
    width: 150px;
    height: auto;
}


.topbar.fixed .cta-wrapper a.cta {
    font-size: 16px;
    line-height: 26px;
}

.topbar.fixed nav.mainmen ul {
    float: right;
    height: 70px;
    margin-top: 0px;
}

.topbar.fixed nav.mainmen ul li a {
    padding-top:0;
    padding-bottom: 0px;
    font-size: 16px;
    line-height: 64px;
}
.topbar.fixed nav.mainmen ul li {
    height: 100%;
}

.topbar.fixed nav.mainmen ul li.menu-item-has-children::after {
    height: 64px;
}

.topbar.fixed nav.mainmen ul > li .sub-menu .menu-item a {
    padding: 15px 15px 15px 15px;
   /* font-size: 14px;*/
}


.topbar.fixed .remotesocial {
    height: 60px;
}





nav.mainmen.mob {
        background-color: rgba(255, 255, 255, .8);
        position: fixed;
        z-index: 84;
        top: 70px;
        right: 0;
        height: calc(100vh - 70px);
        width: 100%;

        padding: 15px 25px 95px 55px;
        overflow-y: auto;
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
        -webkit-transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
        -moz-transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
        -o-transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
        transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    }


.burger.nav {
   display: none;
}






.not-front-page .topbar nav.mainmen ul li a {
    color: #77787b;
}

.not-front-page .topbar nav.mainmen ul li a:hover {
    color: #4983c0;
}

.topbar nav.mainmen ul > li .sub-menu > .menu-item.current_page_item > a,
.not-front-page .topbar nav.mainmen ul > li.current_page_ancestor > a {
    color: #4983c0;
}


.not-front-page .topbar .remotesocial {
    border-left: 1px solid #77787b;
    color: #77787b;
}
.not-front-page .topbar .remotesocial a.remoteurl,
.not-front-page .topbar .search {
    color: #77787b;
}

.not-front-page .topbar {
    box-shadow: 0 1px 0 rgba(0,0,0,.1);
    -moz-box-shadow: 0 1px 0 rgba(0,0,0,.1);
    -webkit-box-shadow: 0 1px 0 rgba(0,0,0,.1);
}


.not-front-page .topbar nav.mainmen ul li.menu-item-has-children::after {
    content: "";
    background-image: url('assets/chevron-down-g.svg');
}

.not-front-page .topbar.fixed {
    background: #fff;
}


@media screen and (max-width: 1180px) {

    .topbar .content-width .burger {
        width: 50px;
        visibility: visible;
    }

    .topbar { height: 86px; }

    .topbar nav.mainmen {display: none;}

    .topbar .logo {margin-top: 10px; }
    
    .topbar.fixed .logo {
        width: 250px;
    }


    .topbar .cta-wrapper {
        display: none;
    }

    /* MENU */
    .burger.nav {
        opacity:1;
        display: inline-block;
    }

    /*  BURGER
    ========================================== */
    .burger {
        width: 45px;
        height: 45px;
        position: absolute;
        top: 20px;
        right: 0;
        border-radius: 0;
        z-index: 85;
    }

    .burger.clicked.norm {
        opacity:  0;
    }

    .burger.clicked.nav {
        position: fixed;
        top: -25px;
        right: 20px;
        z-index: 999;
        opacity: 1;
    }
    .burger span {
        margin-left: -22.5px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        position: absolute;
        top: 50%;
        right: 50%;
    }
    .burger span, .burger span::before, .burger span::after {
        display: block;
        width: 30px;
        height: 2px;
        background-color: #fff;
        outline: 1px solid transparent;
        -webkit-transition-property: background-color, -webkit-transform;
        -moz-transition-property: background-color, -moz-transform;
        -o-transition-property: background-color, -o-transform;
        transition-property: background-color, transform;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.3s;
        right: 0;
    }
    .burger span::before, .burger span::after {
        position: absolute;
        content: "";
    }
    .burger span::before {
        top: -10px;
        width: 40px;
        right: 0;
    }
    .burger span::after {
        top: 10px;
        width: 20px;
        right: 0;
    }
    .burger.clicked span {
        background-color: transparent;
    }
    .burger.clicked span::before {
        -webkit-transform: translateY(10px) rotate(45deg);
        -moz-transform: translateY(10px) rotate(45deg);
        -ms-transform: translateY(10px) rotate(45deg);
        -o-transform: translateY(10px) rotate(45deg);
        transform: translateY(10px) rotate(45deg);
    }
    .burger.clicked span::after {
        -webkit-transform: translateY(-10px) rotate(-45deg);
        -moz-transform: translateY(-10px) rotate(-45deg);
        -ms-transform: translateY(-10px) rotate(-45deg);
        -o-transform: translateY(-10px) rotate(-45deg);
        transform: translateY(-10px) rotate(-45deg);
        width: 40px;
    }
    .burger.clicked span:before, .burger.clicked span:after {
        background-color: #fff;
    }
    .burger:hover {
        cursor: pointer;
    }




    .not-front-page .burger span,
    .not-front-page .burger span::before,
    .not-front-page .burger span::after {
        background-color: #77787b;
    }

    .not-front-page .burger.clicked span::before,
    .not-front-page .burger.clicked span::after {
        background-color: #77787b;
    }
    .not-front-page .burger.clicked span {
        background-color: #fff;
    }


    /*  NAV
    ========================================== */
    nav.mainmen.mob {
        background-color: #4983c0;
        position: fixed;
        z-index: 84;
        top: 86px;
        left: 0;
       height: calc(100vh - 70px);
        width: 100%;

        padding: 15px 25px 95px 55px;
        overflow-y: auto;
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
        -webkit-transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
        -moz-transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
        -o-transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
        transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    }


    nav.mainmen.mob.show {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
    nav.mainmen.mob.show ul.menu li {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
    nav.mainmen.mob.show ul.menu > li:nth-child(1) {
        transition-delay: 0.15s;
    }
    nav.mainmen.mob.show ul.menu > li:nth-child(2) {
        transition-delay: 0.3s;
    }
    nav.mainmen.mob.show ul.menu > li:nth-child(3) {
        transition-delay: 0.45s;
    }
    nav.mainmen.mob.show ul.menu > li:nth-child(4) {
        transition-delay: 0.6s;
    }
    nav.mainmen.mob.show ul.menu > li:nth-child(5) {
        transition-delay: 0.75s;
    }
    nav.mainmen.mob.show ul.menu > li:nth-child(6) {
        transition-delay: 0.9s;
    }
    nav.mainmen.mob.show ul.menu > li:nth-child(7) {
        transition-delay: 1.05s;
    }
    nav.mainmen.mob.show ul.menu > li:nth-child(8) {
        transition-delay: 1.2s;
    }
    nav.mainmen.mob.show ul.menu > li:nth-child(9) {
        transition-delay: 1.35s;
    }
    nav.mainmen.mob.show ul.menu > li:nth-child(10) {
        transition-delay: 1.5s;
    }
    nav.mainmen.mob.show ul.menu > li:nth-child(11) {
        transition-delay: 1.65s;
    }
    nav.mainmen.mob.show ul.menu > li:nth-child(12) {
        transition-delay: 1.8s;
    }
    nav.mainmen.mob.show ul.menu > li:nth-child(13) {
        transition-delay: 1.95s;
    }
    nav.mainmen.mob.show ul.menu > li:nth-child(14) {
        transition-delay: 2.1s;
    }
    nav.mainmen.mob.show ul.menu > li:nth-child(15) {
        transition-delay: 2.25s;
    }

    nav.mainmen.mob ul.menu {
        list-style-type: none;
        margin-left: 0;
    }
    nav.mainmen.mob ul.menu li {
        margin-bottom: 10px;
        -webkit-transform: translateX(40px);
        -moz-transform: translateX(40px);
        -ms-transform: translateX(40px);
        -o-transform: translateX(40px);
        transform: translateX(40px);
        opacity: 0;
        list-style-type: none;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    nav.mainmen.mob ul.menu li:last-of-type {
        margin-bottom: 0;
    }
    nav.mainmen.mob ul.menu li a {
        color: #fff;
        text-decoration: none;
        font-size: 20px;
        line-height: 30px;
        display: block;
        letter-spacing: 0;
        font-weight: 400;
        padding: 10px 0;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        text-transform: uppercase;
    }
    nav.mainmen.mob ul.menu li a span {
        color: #fff;
    }

    nav.mainmen.mob ul.menu li.current-menu-ancestor > a,
    nav.mainmen.mob ul.menu li.current_page_item > a,
    nav.mainmen.mob ul.menu li a:hover {
        color: rgba(255,255,255, 0.7);
    }

    /* 2. ebene */
    nav.mainmen.mob .menu li li a {
        font-size: 18px;
        line-height: 28px;
        position: relative;
    }
    /* 3. ebene */
    nav.mainmen.mob .menu li li li a {
        font-size: 18px;
        line-height: 28px;
        position: relative;
    }


    nav.mainmen.mob .menu > li.menu-item-has-children > a:after,
    nav.mainmen.mob .menu > li.menu-item-has-children > ul.sub-menu > li.menu-item-has-children > a:after {
        content: "";
        position: absolute;
        right: 10px;
        background-image: url('assets/chevron-down.svg');
        /*
            width: 17px;
            height: 38px;
            background-size: 100%;
        */
        width: 17px;
        height: 17px;
        background-size: contain;
        top: 50%;
        margin-top: -9px;
        background-repeat: no-repeat;
        background-position: center;
        transform: rotate(-90deg);

    }

    /*sub menu*/
    nav.mainmen.mob .menu .sub-menu {
        list-style-type: none;
        overflow: hidden;
        margin-left: 30px;
        height: 0;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    nav.mainmen.mob .menu li.menu-item-has-children.clicked > .sub-menu {
        height: auto;
    }



    nav.mainmen.mob .menu li.menu-item-has-children.clicked a:after,
    nav.mainmen.mob .menu li.menu-item-has-children.clicked ul.sub-menu li.menu-item-has-children.clicked a:after {
        top: 30px;
        transform: rotate(0deg);
    }



    nav.mainmen.mob .menu li .sub-menu {
        padding-left: 30px;
        margin-left: 0;
    }

    nav.mainmen.mob .menu li li .sub-menu {
        margin-top: 0px;
    }
    nav.mainmen.mob .menu li li.menu-item-has-children.clicked .sub-menu {
        margin-top: 10px;
    }



    nav.mainmen.mob .menu li li.menu-item-has-children:before {
        height: 27px;
        top: 50%;
        margin-top: -18px;
    }

    nav.mainmen.mob .menu .sub-menu li {
        list-style-type: none;
    }
    nav.mainmen.mob .menu .sub-menu li a {
        padding: 5px 0;
        text-transform: none;
        font-weight: 400;
    }

    .topbar.fixed nav.mainmen {
        display: none;
    }

    .topbar.fixed .logo {
        text-align: left;
    }

    .topbar.fixed .burger {
        top: 10px;
    }

    .topbar  {
        position: fixed;
        top: 0;
    }
    .topbar.fixed + nav.mainmen.mob.show {
        top: 60px;
    }


    nav.mainmen.mob .cta-wrapper a {

        display: block;
        background: transparent;
        border: 2px solid #fff;
        
        color: #fff;
        font-weight: 600;
        width: auto;
        font-size: 16px;
        line-height: 26px;
        padding: 10px 20px;
        border-radius: 10px;
        text-align: center;

    }


}


/* Breadcrumbs */

.bb {
    width: 100%;
    position: relative;
    display: inline-block;
    background: #c5d7ee4f;
    border-bottom: 1px solid #bcbec0;
    padding: 25px 0;
}

.bb .content-width {
    padding: 0;
}


.bb #breadcrumbs a {
    font-weight: 600;
    text-transform: uppercase;
}

.bb #breadcrumbs span.breadcrumb_last,
.bb #breadcrumbs span.current-item {
    color: #4983c0;
    text-transform: none;
   /* font-weight: 600;*/
}

.bb #breadcrumbs span + span.current-item,
.bb #breadcrumbs span + span a,
.bb #breadcrumbs span + span + span > span.current-item  {
    font-weight: 400;
    color: #4983c0;
}

.bb #breadcrumbs span.vb > span {
    font-weight: 600;
    text-transform: uppercase !important;
}


.bb #breadcrumbs span.nb > a span,
.bb #breadcrumbs span.nb > span {
    font-weight: 600;
    text-transform: none !important;
}

.module.cta-block .imagebox .contentover {
    margin: 0 -25%;
    width: 50%;
    padding: 100px 0;
    text-align: center;
    position: absolute;
    z-index: 2;
    left: 50%;
    height: 100%;
}

.module.cta-block .imagebox {
    display: flex;
    flex-wrap: wrap;
}
.module.cta-block .imagebox img {
    position: relative;
    z-index: 1;
    width: 100%;
}



.gform_wrapper select,
.gform_wrapper input {
   /* border: 0;*/
    border: 1px solid #bcbec0;
    border-radius: 0px;
    background: #c5d7ee4f;
    font-size: 16px;
    color: #77787b;
}

.gform_wrapper textarea {
    margin-top: 35px;
    background: #c5d7ee4f;
    border: 1px solid #bcbec0;
    border-radius: 0px;
    font-size: 16px;
    color: #77787b;
}

.gform_wrapper textarea::-webkit-input-placeholder,
.gform_wrapper select::-webkit-input-placeholder,
.gform_wrapper input::-webkit-input-placeholder {
    font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #77787b;
}

.gform_wrapper textarea:-ms-input-placeholder,
.gform_wrapper select:-ms-input-placeholder,
.gform_wrapper input:-ms-input-placeholder {
font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #77787b;
}

.gform_wrapper textarea:-moz-placeholder,
.gform_wrapper textarea:-moz-placeholder,
.gform_wrapper textarea:-moz-placeholder {
    font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #77787b;
}

.gform_wrapper textarea::-moz-placeholder,
.gform_wrapper textarea::-moz-placeholder,
.gform_wrapper textarea::-moz-placeholder {
    font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #77787b;
}



#gform_submit_button_6,
#gform_submit_button_1 {
    background-color: #4983c0;
    color: #fff;
    border: 0;
    text-align: center;
    border-radius: 0px;
    padding: 10px 45px;
}

.gform_wrapper.gravity-theme .ginput_counter {
    color: #77787b !important;
    font-size: 14px !important;
}

.pflicht {
    position: relative;
    margin-top: -41px;
    float: right;
    font-size: 14px;
}

#input_1_8_1_container {
    margin-bottom: 15px;
}



.formbox #gform_wrapper_1 {
    margin-top: 10px;
}

.formbox .smallinfo {
    float: left;
    width: 100%;
    margin-top: 0px;
}


/*********************************/
/**         Module          **/
/*********************************/


.module {
    width: 100%;
    margin-bottom: 35px;
    /*margin-bottom: 80px;*/
    position: relative;
    float: left;
}

.module.first-module {
    margin-bottom: 35px;
    margin-top: 100px;
}

.module.nomargin {
    margin-bottom: 0;
}


@media screen and (max-width: 911px) {
    .module {
        margin-bottom: 40px;
    }
}

/* Main Picture  TOP */
.module.mainpicture {
    width: 100%;
    position: relative;
    margin-bottom: 0;
}
.module.mainpicture .imagebox:before {
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(33,73,99,.6);
    position: absolute;
}

.module.mainpicture .imagebox {
    position: relative;
    z-index: 1;
    height: 475px;
}

.module.mainpicture .content.content-width {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    max-width: 100%;
    text-align: center;
    height: 100%;
}
.module.mainpicture .content.content-width .contentbox {
    display: inline-block;
    margin:0 auto;
    color: #fff;
}
.module.mainpicture .content.content-width .contentbox p  {
    color: #fff;
}



/***********/
/* Columns */
/***********/

.col-5050 > div, .col-5050 > div + div,
.col-5050 > a > div, .col-5050 > a > div + div {
    width: 50%;
    position: relative;
    float: left;
}

.col-3070 > div,
.col-3070  > a > div  {
    width: 30%;
    float: left;
}
.col-3070 > div + div,
.col-3070 > a > div + div {
    width: 70%;
    float: left;
}

.col-7030 > div,
.col-7030 > a > div {
    width: 70%;
    float: left;
}
.col-7030 > div + div,
.col-7030  > a > div + div {
    width: 30%;
    float: left;
}

.col-4060 > div,
.col-4060 > a > div {
    width: 40%;
    float: left;
}
.col-4060 > div + div,
.col-4060 > a > div + div {
    width: 60%;
    float: left;
}

.col-6040 > div,
.col-6040 > a > div {
    width: 60%;
    float: left;
}
.col-6040 > div + div,
.col-6040 > a > div + div {
    width: 40%;
    float: left;
}


@media screen and (max-width: 1024px) {

    .col-5050 > div, .col-5050 > div + div,
    .col-5050 > a > div, .col-5050 > a > div + div,
    .col-3070 > div,
    .col-3070  > a > div,
    .col-3070 > div + div,
    .col-3070 > a > div + div,
    .col-7030 > div,
    .col-7030 > a > div,
    .col-7030 > div + div,
    .col-7030  > a > div + div,
    .col-4060 > div,
    .col-4060 > a > div,
    .col-4060 > div + div,
    .col-4060 > a > div + div,
    .col-6040 > div,
    .col-6040 > a > div,
    .col-6040 > div + div,
    .col-6040 > a > div + div {
        width: 50%;
        float: left;
    }

}


@media screen and (max-width: 892px) {

    .col-5050 > div, .col-5050 > div + div,
    .col-5050 > a > div, .col-5050 > a > div + div,
    .col-3070 > div,
    .col-3070  > a > div,
    .col-3070 > div + div,
    .col-3070 > a > div + div,
    .col-7030 > div,
    .col-7030 > a > div,
    .col-7030 > div + div,
    .col-7030  > a > div + div,
    .col-4060 > div,
    .col-4060 > a > div,
    .col-4060 > div + div,
    .col-4060 > a > div + div,
    .col-6040 > div,
    .col-6040 > a > div,
    .col-6040 > div + div,
    .col-6040 > a > div + div {
        width: 100%;
        float: left;
    }

}

.module {
    display: inline-block;
    position: relative;
}


/* if SIDEBAR */

.pagewithsidebar {
    width: 100%;
    position: relative;
}
.pagewithsidebar > .content.content-width {
    /*width: 100%;*/
    position: relative;
    display: flex;
    flex-wrap: wrap;
    /*padding: 0;*/

    max-width: 1440px;
    margin:0 auto;
    padding: 0px;
    width: calc(100% - 80px);

}
.pagewithsidebar .pageinnercontent {
    width: calc(100% - 320px);
    position: relative;
    float: left;
    /*padding: 0px 50px 50px 0;*/
    padding: 0px 50px 0px 0;
    margin: 100px 0 50px;
}
.pagewithsidebar .sidebar {
    width: 320px;
    position: relative;
    float: left;
    border-left: 1px solid #bcbec0;
   /* padding: 0px 0 50px 35px;*/
    padding: 0px 0 0px 35px;
    margin: 100px 0 50px;
}

/* News sidebar */

.newsside {
    width: 100%;
    position: relative;
}

.newsside .news {
    float: left;
    width: 100%;
    margin-bottom: 35px;
}

.newsside .news .imagebox {
    width: 50px;
    height: 50px;
    border: 1px solid #bcbec0;
    float: left;
    overflow: hidden;
}

.newsside .news .imagebox a {
    display: block;
    padding:0;
    margin:0;
    height: 100%;
}

.newsside .news .newscontent {
    float: left;
    width: calc(100% - 65px);
    margin-left: 15px;
}

.newsside .news .newscontent a .title {
    color: #414042;
    font-weight: 500;
    font-size: 16px;
}
.newsside .news .newscontent a .newsdate {
    color: #77787b;
    font-size: 14px;
    font-weight: 300;
}

.newsarchiv {
    width: 100%;
    position: relative;
    float: left;
    margin-top: 35px;
}

.newsarchiv .h3-style {
    font-size: 23px;
    line-height: 30px;
    margin-bottom: 35px;
    font-weight: 400;
    color: #3b3b3a;
    margin-top: 0px;
}



.newsarchiv .ya  {
    width: 100%;
    padding: 5px 15px;
    background: #4983c0;
    border: 1px solid #4983c0;
    color: #fff;
    margin-bottom: 15px;
    cursor: pointer;
    text-align: center;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
}

.newsarchiv .ya a {
    color: #fff;
    font-weight: 400;
    display: block;
}


.newsarchiv .ya:hover {
    border: 1px solid #c5c6c6;
    background: #c5d7ee4f;
    color: #7b7b7a;
}
.newsarchiv .ya:hover a {
    color: #7b7b7a;
}



/* Partner Sidebar */

.partnerside {
    width: 100%;
    position: relative;
}

.partnerside .partner {
    float: left;
    width: 100%;
    margin-bottom: 35px;
}

.partnerside .partner .imagebox {
    width: 100%;
    height: 100px;
    padding: 0 10px;
    border: 1px solid #bcbec0;
    float: left;
    overflow: hidden;
    text-align: center;
}
.partnerside .partner .imagebox a {
    display: inline-block;
    height: 100%;
}


    /* References Sidebar */

.storyside {
    width: 100%;
    position: relative;
}

.storyside .story {
    float: left;
    width: 100%;
    margin-bottom: 35px;
}

.storyside .story .imagebox {
    width: 100%;
    height: 100px;
    padding: 0 10px;
    border: 1px solid #bcbec0;
    float: left;
    overflow: hidden;
    text-align: center;
}

.storyside .story .imagebox a {
    display: inline-block;
    height: 100%;
}


/* Galerie Sidebar */

.galside {
    width: 100%;
    position: relative;
}

.galside .gal {
    float: left;
    width: 100%;
    margin-bottom: 35px;
}

.galside .gal .imagebox {
    width: 50px;
    height: 50px;
    border: 1px solid #bcbec0;
    float: left;
    overflow: hidden;
}
.galside .gal .galcontent {
    float: left;
    width: calc(100% - 65px);
    margin-left: 15px;
}

.galside .gal .galcontent a .title {
    color: #414042;
    font-weight: 500;
    font-size: 16px;
}
.galside .gal .galcontent a .galdate {
    color: #77787b;
    font-size: 14px;
    font-weight: 300;
}







/* User Profile */
.moreinfo .userinfo,
.moreinfo {
    width: 100%;
    float: left;
    position: relative;
}


.moreinfo .maintitle {
    width: 100%;
    display: inline-block;
    position: relative;
    margin-bottom: 15px;
}

.moreinfo .userbox {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    background: #c5d7ee4f;
    align-items: center;
    align-content: center;
    margin-bottom: 35px;
}

.moreinfo .userbox .imagebox {
    width: 250px;
    height: 250px;
    position: relative;
    float: left;
}
.moreinfo .userbox .userdata {
    width: calc(100% - 250px);
    height: 100%;
    position: relative;
    float: left;
    text-align: center;
    /*padding: 35px;*/
    padding: 15px 35px;
    color: #3b3b3a;
}

.moreinfo .userbox .userdata .uname {
    font-size: 22px;
    line-height: 30px;
    font-weight: 300;
    width: 100%;
    position: relative;
}
.moreinfo .userbox .userdata .uzusatz {

    line-height: 20px;
    font-weight: 400;
    width: 100%;
    font-style: italic;
    position: relative;
}

.moreinfo .userbox .userdata .uname.underline,
.moreinfo .userbox .userdata .uzusatz.underline {
    padding-bottom: 12px;
    margin-bottom: 8px;
}

.moreinfo .userbox .userdata .uname.underline:after,
.moreinfo .userbox .userdata .uzusatz.underline:after {
    height: 1px;
    width: 50px;
    background: #3b3b3a;
    /*margin:0 auto;*/
    position: absolute;
    bottom: 0;
    content: "";
    left: 50%;
    margin-left: -25px;
}

.moreinfo .userbox .userdata .uposition {

    font-weight: 400;
    width: 100%;
    position: relative;
}

.moreinfo .userbox .userdata .uphone,
.moreinfo .userbox .userdata .uphone a,
.moreinfo .userbox .userdata .uemail,
.moreinfo .userbox .userdata .uemail a
{

    font-weight: 400;
    width: 100%;
    color: #3b3b3a;
    position: relative;
}

.moreinfo .userbox .userdata .uemail a {
    padding-right: 0;
    margin-right: 0;
}



.moreinfo .userbox .userdata a.vcarddown {
    border: 1px solid #414042;
    padding: 10px 25px;
    color: #414042;
    font-weight: 300;
    background: #fff;
    margin-top: 25px;
}
.moreinfo .userbox .userdata a.vcarddown:after {
    display: none;
}

.moreinfo .userbox .userdata a.vcarddown:hover {
    color: #fff;
    background: #4983c0;
    border: 1px solid #4983c0;
}



/* Slider */

.slider-block.first-module {
  margin-top: -95px;
}


.slider-block {
    height: 800px;
}

.slider-block .topslider {
    height: 100%;
    width: 100%;
    display: inline-block;
    position: relative;
    text-align: center;
}




.slider-block .topslider .slideitem {
    /*position: relative;
    height: 100%;
    width: 100%;*/
}


.slider-block .topslider .slideitem {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;

}

.slider-block .topslider .slideitem .imagebox {
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
}

.slider-block .topslider .slideitem .textbox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    padding-top: 95px;
}


.slider-block .topslider .slideitem .imagebox:before {
    /*background-color: rgba(0,0,0,0.3);*/
background-color: rgba(33,73,99,.6);
    position: absolute;
    content: "";
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}



.slider-block .topslider .slideitem h1 {
    font-size: 55px;
    display: block;
    line-height: 80px;
    color: #fff;
}


.slider-block .topslider .slideitem .content,
.slider-block .topslider .slideitem .content p {
    color: #fff;
}


.slider-block .topslider .slideitem .cta-wrapper a {
    border: 1px solid #fff;
    padding: 20px 50px;
    color: #fff;
    background: transparent;
}
.slider-block .topslider .slideitem .cta-wrapper a:hover {
    background: #fff;
    color: #3b3b3a;
}
.slider-block .topslider .slideitem .cta-wrapper a:after {
    display: none;
}


/* Bildfläche */


.module.image-block .imagebox {
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
}
.module.image-block .contentover {
    position: absolute;
    bottom:  150px;
    left: 150px;
}



/* Main Service Box */

.mainservice-block {
    margin-top: 50px;
    margin-bottom: 75px;
}

.mainservice-block .contentbox {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}

.mainservice-block .servicebox  {
    width: calc(100% / 1/4 - 25px);
    float: left;
    position: relative;
    margin-right: 25px;
}

.mainservice-block .servicebox:last-child  {
    margin-right: 0;
}
.mainservice-block .servicebox .title {
   /* font-size: 30px;
    line-height: 25px;
    margin-bottom: 15px;*/

    font-size: 30px;
    line-height: 35px;
    margin-bottom: 35px;
    font-weight: 400;
    color: #3b3b3a;
    margin-top: 10px;
}

.mainservice-block .servicebox .contenttext {
   /* min-height: 105px;*/
    min-height: auto;
    margin-bottom: 15px;
}

.mainservice-block .servicebox .cta-wrapper {
    width: 100%;
    position: relative;
}




/* Newsroom */

.newsroom-block {
    background: #c5d7ee4f;
    width: 100%;
    position: relative;
    padding: 45px 0 75px 0;
}

.newsroom-block .contenttext {
    width: 100%;
    position: relative;
    margin-top: 35px;
    
}
.newsroom-block .contenttext h2 {
    color: #4983c0;
   /* font-size: 25px;
    line-height: 30px;*/
    font-weight: 400;
    /*margin-bottom: 0;*/
    text-transform: none;
}

.news-slider {
    border-top: 1px solid #c5c6c6;
    margin-top: 10px;
    
}

.news-slider .slider.slider-for {
    max-width: 60%;
    padding-right: 35px;
    border-right: 1px solid #c5c6c6;
}



.news-slider .slider.slider-nav {
    max-width: 40%;
  
}
.news-slider .slider.slider-for,
.news-slider .slider.slider-nav {
    width: 100%;
    float: left;
    padding-top: 35px;
}
.news-slider .slider.slider-nav {
    height: 600px;
    overflow: hidden;
}

.news-slider .slider.slider-nav {
    padding: 35px 0 0 35px;
}

.news-slider .slider-banner-image .imagebox {
    background: #fff;
    padding: 5px;
    border: 1px solid #c5c6c6;
    border-radius: 3px;
    width: 99%;
    margin-bottom: 32px;
    position: relative;
   /* height: 440px; */
    height: auto;

}

.news-slider .slider-banner-image .imagebox a {
    display: block;
    margin: 0;
    padding: 0;
}

.news-slider .slider-banner-image .title {
    color: #3b3b3a;
    /*font-size: 18px;*/
    font-size: 23px;
    line-height: 30px;
    margin-bottom: 0px;
    font-weight: 600;
    width: 100%;
    position: relative;
}
.news-slider .slider-banner-image .newsdate {
    color: #3b3b3a;
    font-size: 14px;
    font-weight: 300;
    width: 100%;
    position: relative;
    margin-bottom: 15px;
}

.news-slider .slider-banner-image .contenttext {
    color: #7b7b7a;
    margin-bottom:  15px;
}
.news-slider .slider-banner-image .contenttext p {
    margin-bottom: 0;
}

.news-slider  .slider-nav .slick-slide.thumbnail-image {
    display: flex;
    flex-wrap: wrap;
    align-items: normal;
    margin-bottom: 20px;
}



.news-slider .slider-nav .slick-slide.thumbnail-image .imagebox {
    width: 93px;
    height: 93px;

    /*width: 95px*/
    background: #fff;
    padding: 5px;
    border: 1px solid #c5c6c6;
    border-radius: 3px;
    position: relative;
    float: left;
}



.news-slider .slider-nav .slick-slide.thumbnail-image .imagebox a {
    display: block;
    margin: 0;
    padding: 0;
}

.news-slider .slider-nav .slick-slide.thumbnail-image .contentwrapper {
    width: calc(100% - 140px);
    margin-left: 15px;
    position: relative;
    text-align: left;
    float: left;

    padding-bottom: 5px;
    border-bottom: 1px solid #c5c6c6;
}

.slider-nav .slick-slide.thumbnail-image .contentwrapper .title {
    color: #3b3b3a;
    line-height: 20px;
}
.slider-nav .slick-slide.thumbnail-image .contentwrapper .newsdate {
    color: #7b7b7a;
    font-size: 14px;
}

.slider-banner-image img,
.news-slider .slider-nav .slick-slide.thumbnail-image .imagebox img {
    height: 100%;
    width:100%;
  /*  object-fit: cover;*/
    object-fit: contain;
}


.news-slider .slick-vertical .slick-slide:active,
.news-slider .slick-vertical .slick-slide:focus,
.news-slider .slick-arrow:hover,
.news-slider .slick-arrow:focus {
    border: 0;
    outline: 0;
}

.news-slider .slider-nav .slick-slide {
    text-align: center;
}
.news-slider .slider-nav .slick-slide span {
    font-size: 14px;
    display: block;
    padding: 5px 0 15px;
}
.news-slider .slick-arrow {
    width: 100%;
    background-color: transparent;
    border: 0;
    background-position: center;
    background-repeat: no-repeat;
    font-size: 0;
    height: 18px;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 99;
}
.news-slider .slick-prev {
    display: none;
}
.news-slider .slick-next {
    display: none;
}

/*End USE CSS for Slider*/

@media screen and (max-width: 991px) {

    .news-slider .slider.slider-for,
    .news-slider .slider.slider-nav {
        max-width: 100%;
        float: none;
    }
    .news-slider .slider.slider-for {
        padding-right: 0;
    }
    .news-slider .slider.slider-nav {
        height: auto;
    }
    .slider-banner-image {
        height: auto;
    }
    .slider.slider-nav.thumb-image {
        /*padding: 10px 30px 0;*/
        padding: 0;
        margin: 40px 0 0 0;
    }
    .slider-nav .slick-slide span {
        padding: 5px 0;
    }
    .slick-arrow {
        padding: 0;
        width: 30px;
        height: 30px;
        top: 50%;
        bottom: 0;
        -webkit-transform: translateY(-50%) rotate(-90deg);
        -moz-transform: translateY(-50%) rotate(-90deg);
        -ms-transform: translateY(-50%) rotate(-90deg);
        transform: translateY(-50%) rotate(-90deg);
    }
    .slick-prev {
        left: 0;
        right: unset;
    }
    .slick-next {
        left: unset;
        right: 0;
        background-color: transparent;
    }


    .news-slider .slider.slider-for {border-right: 0; padding-top: 35px;
        border-bottom: 1px solid #c5c6c6;
        padding-bottom: 35px; }

    .slider.slider-nav.thumb-image {
        white-space: nowrap;
    }
    .thumbnail-image.slick-slide {
        padding: 0px 5px;
        min-width: 75px;
        display: inline-block;
        float: none;
    }


    .news-slider .slider-nav .slick-slide.thumbnail-image {
        display: block;
        position: relative;
        float: left;
        white-space: normal;
    }

    .news-slider .slider-nav .slick-slide.thumbnail-image .contentwrapper {
        width: 100%;
        margin-left: 0;
        margin-top: 15px;
        border-bottom: 0;
    }


    .news-slider .slider.slider-nav {
        border-bottom: 0;
    }

}

@media screen and (max-width : 767px) {
    /*.slider-banner-image {
        height: 400px;
    }*/
    .slider.slider-nav.thumb-image {
        padding: 0px 20px 0;
        margin: 10px 0px 0;
    }
    .slider-nav .slick-slide.thumbnail-image .thumbImg {
        max-width: 140px;
        height: 80px;
    }
    .slick-prev.slick-arrow {
        background-position: center 10px;
    }
    .slick-next.slick-arrow {
        background-position: center 10px, center;
    }
    .slider-nav .slick-slide span {
        font-size: 12px;
        white-space: normal;
    }
}





/* NEWS */

.newsbox {
    width: 100%;
    position: relative;
}

.newsbox .news {
    width: 100%;
    position: relative;
    float: left;
    display: flex;
    flex-wrap: wrap;
}

.newsbox .news .imagebox {
    width: 65px;
    height: 65px;
    border: 1px solid #bcbec0;
    float: left;
    overflow: hidden;
}


.newsbox .news .imagebox a {
    display: block;
    margin: 0;
    padding: 0;
}


.newsbox .news .imagebox img {
    width: 100%;
    height: 100%;
}


.newsbox .news:after {
    content: "";
    background: #bcbec0;
    width: 1px;
    height: 80%;
    position: absolute;
    top: 65px;
    left: 33px;
}

.newsbox .news:nth-child(6n):after,
.newsbox .news:last-child:after {
    display: none;
}






.newsbox .news .newscontent {
    width: calc(100% - 115px);
    margin-left: 35px;
    float: left;
    padding-bottom: 50px;
}
.newsbox .news .newscontent .title h3 {
    font-size: 23px;
    line-height: 30px;
    margin-bottom: 5px;
    font-weight: 400;
    color: #3b3b3a;
    margin-top: 0px;
}

.newsbox .news .newscontent .newsdate {
    font-size: 14px;
    color: #414042;
    font-weight: 500;
    margin-bottom: 30px;
}
.newsbox .news .newscontent .contenttext {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
}
.newsbox .news .newscontent .cta-wrapper {
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
}


.sitemapwrapper {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.sitemapwrapper .sitemaphalf {
    width: 50%;
    float: left;
}



.module.text-block .contentbox .module.sitemap .content a:after {
    display: none;
}




.siteinfo {
    width: 50%;
    text-align: right;
    float: right;
    line-height: 40px;
    margin-top: 35px;
}

.pagination {
    width: 50%;
    float: left;
    margin-top: 35px;
}

.pagination ul {
    text-align: left;
    margin-left: 0;
}
.pagination ul li {
    display: inline-block;
    list-style-type: none;
   /* background: #4983c0;
    color: #7c7b7b;
    margin-right: 15px;
   text-align: center;
    width: 40px;
    height:40px;
                 */

    margin-right: 15px;
    padding: 10px 10px 10px 13px;
    border: 1px solid #c5c6c6;
    background: #c5d7ee4f;
    color: #7b7b7a;
    line-height: 22px;
    cursor: pointer;
    border-radius: 2346527845823px;
    text-align: center;
    width: 45px;
    height: 45px;

}
.pagination ul li.op {
    background: transparent;
    border: 0px;
}

.pagination ul li.inactive {
    opacity: 0.5;
}

.pagination ul li:last-child {
    margin-right:0;
}
.pagination ul li span {
    background: #c5d7ee4f;
    line-height: 40px;
    border-radius: 12398632423px;
    border: 1px solid #7c7b7b;
    color: #7c7b7b;
    width: 100%;
    height: 100%;
    display: block; 
}



.pagination ul li span.current {
    background: #c5d7ee4f;
    color: #4983c0;
    font-weight: 400;
   /* padding: 5px 10px;*/
    border-radius: 2347825482354px;
}


.single-galerie .pagination ul li span.current {
    border: 0;
    width: unset;
    height: unset;
    line-height: 22px;
    font-size: 16px;
    background: transparent;
}
.single-galerie .pagination ul li {
    float: left;
}



.pagination ul li a {
    /*background: #c5d7ee4f;
    line-height: 40px;
    border-radius: 12398632423px;
    border: 1px solid #7c7b7b;
    color: #7c7b7b;
    width: 100%;
    height: 100%;
    display: block;
    padding: 0;*/

    display: block;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
}

.pagination ul li a::after  {
    display: none;
}

.pagination ul li:hover {
    background: #4983c0;
    border: 1px solid #4983c0;
    color: #fff;
}



.pagination ul li.current {
    background: #4983c0;
    border: 1px solid #4983c0;
    color: #fff;
}

.pagination ul li a {
    color: #7c7b7b;
}

.pagination ul li.current a,
.pagination ul li:hover a {
    color: #fff;
}


.module .content .pagination a  {
    padding-right: 0;
}

.back a:before {
    content: "";
    position: absolute;
    left: 0;
    width: 10px;
    height: 28px;
    background-image: url('assets/readmore-icon.svg');
    background-size: 100%;
    background-position: center;
    transform: rotate(180deg);
    background-repeat: no-repeat;
}
.back a {
    padding-left: 15px;
}

.sidebar + .back {
    margin-bottom: 15px;
}

/* galerie next + prev */

.pagination a.pprev:before {
    content: "";
    position: absolute;
    left: 0;
    width: 10px;
    height: 28px;
    background-image: url('assets/readmore-icon.svg');
    background-size: 100%;
    background-position: center;
    transform: rotate(180deg);
    background-repeat: no-repeat;
}
.pagination a.pprev {
    padding-left: 15px;
    position: relative;
    margin-right: 5px;
}

.pagination a.pnext:after {
    content: "";
    position: absolute;
    right: 0;
    width: 10px;
    height: 28px;
    background-image: url('assets/readmore-icon.svg');
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}
.pagination a.pnext {
    padding-right: 15px;
    position: relative;
    margin-left: 5px;
}


/* Archiv */

.archive-block.first-module {
    margin-top: 0;
}

.archive-block .controls {
    width: 100%;
    position: relative;
    margin-bottom: 35px;
}
.archive-block .controls button {
    width: auto;
    padding: 5px 15px;
    border: 1px solid #c5c6c6;
    background: #c5d7ee4f;
    color: #7b7b7a;
    margin-right: 15px;
    cursor: pointer;

    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
}


.archive-block .controls button:hover {
    background: #4983c0;
    border: 1px solid #4983c0;
    color: #fff;
}



.archive-block .controls button.mixitup-control-active  {
    background: #4983c0;
    border: 1px solid #4983c0;
    color: #fff;
}


.archive-block .mixitup-page-list {
    float: left;
    margin-top: 125px;
    position: relative;
    width: 100%;
}


.archive-block .mixitup-page-list button {
  
    padding: 10px 10px;
    border: 1px solid #c5c6c6;
    background: #c5d7ee4f;
    color: #7b7b7a;
    margin-right: 15px;
    cursor: pointer;
    border-radius: 2346527845823px;
    text-align: center;
    width: 45px;
    height: 45px;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;           
    transition: all .4s ease-out;
}


.archive-block .mixitup-page-list span.mixitup-control-truncation-marker {
    padding: 10px 10px;
    border: 0px solid #c5c6c6;
    background: transparent;
    color: #7b7b7a;
    margin-right: 15px;
    cursor: pointer;
    border-radius: 2346527845823px;
    text-align: center;
    width: 45px;
    height: 45px;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
}

.archive-block .mixitup-page-list button:hover {
    background: #4983c0;
    border: 1px solid #4983c0;
    color: #fff;
}
.archive-block .mixitup-page-list button.mixitup-control-disabled {
    opacity: 0.5;
}

.archive-block .mixitup-page-list button.mixitup-control-active {
    background: #4983c0;
    border: 1px solid #4983c0;
    color: #fff;
}




/* Bildergalerie */
.module.gallery-sidebar.first-module,
.module.galerien-block.first-module {
    margin-top: 0;
}


.galeriebox {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;

}

.galeriebox .gal {
    width: calc(100% / 1/2 - 35px);
    position: relative;
    float: left;
    margin: 0 35px 35px 0;
}

.galeriebox .gal .imagebox {
    width: 100%;
    height: 325px;
    float: left;
    overflow: hidden;
}

.galeriebox .gal .imagebox a,
.module.galerien-block .galeriebox .gal .imagebox a {
    margin:0;
    padding:0;
    display: block;
}

.galeriebox .gal .galcontent {
    width: 100%;
    margin-top: 25px;
    float: left;
    padding-bottom: 0px;
}
.galeriebox .gal .galcontent .title h3 {
    font-size: 23px;
    line-height: 30px;
    margin-bottom: 5px;
    font-weight: 400;
    color: #3b3b3a;
    margin-top: 0px;
}

.galeriebox .gal .galcontent .galdate {
    font-size: 14px;
    color: #414042;
    font-weight: 500;
    margin-bottom: 0px;
}
.galeriebox .gal .galcontent .contenttext {
    display: inline-block;
    width: 100%;
    margin-bottom: 35px;
}
.galeriebox .gal .galcontent .cta-wrapper {
    display: inline-block;
    width: 100%;
    margin-bottom: 35px;
    margin-top: 30px;
}



/* Galerie Single Page */

.single-galerie .loadingmask {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 4;
}




.single-galerie .slickgallery {
    display: inline-block;
    width: 100%;
    position: relative;
    margin-top: 35px;
    height: 565px;
}


.single-galerie .slickgallery .galbox a {
    display: inline-block;
    height: 100%;
    text-align: center;
    width: 100%;
}
.single-galerie .slickgallery .galbox .imagebox {
    display: inline-block;height: 100%;
    text-align: center;

    width: calc(100% - 8px);
    padding: 5px;
    border: 1px solid #ccc;

}

.single-galerie .slickgallery .galbox.loaded .imagebox {
    width: calc(100% - 8px);
    padding: 5px;
    border: 1px solid #ccc;
}

.single-galerie .gallerywrapper {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-content: center;
    align-items: center;
    margin-top: 35px;
    float: left;
}

.single-galerie .gallerywrapper .galbox {
    width: calc(100% / 1/4 - 10px);
   /* width: calc(100% - 10px) !important;*/
   /* margin: 0 10px 10px 0;*/
    float: left;
    position: relative;
    padding: 5px;
   /* border: 0px solid #ccc;*/
    /*max-height: 0px;*/
    overflow: hidden;

    margin: 0 10px 10px 0;
    border: 1px solid #ccc;
    max-height: 300px;
}








.single-galerie .gallerywrapper .galbox .imagebox {
    float: left;
    overflow: hidden;

    max-height: 300px;
    height: 100%;
    width: 100%;
}

.single-galerie .gallerywrapper .galbox a {
    width: 100%;
    height: 100%;
}

.single-galerie .gallerywrapper .galbox .imagebox .img-cover {
    /*transform: scale(2.0);*/
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
}
.single-galerie .gallerywrapper figcaption {
    display: none;
}

.single-galerie .gallerywrapper .galbox .imagebox .over img {
    display: inline-block;
    width: 45px;
    height: 45px;
    margin: 0 auto;
}

.single-galerie .gallerywrapper .galbox .imagebox .over {
    top: 5px;
    visibility: hidden;
    transform: translate(0, 0%);
    height: calc(100% - 40px);
    position: absolute;
    width: calc(100% - 10px);
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.single-galerie .gallerywrapper .galbox .imagebox:hover .img-cover {
    transform: scale(1.2);
}

.single-galerie .gallerywrapper .galbox .imagebox:hover .over {
    transform: translate(0, 0);
    background: rgba(42,76,92,0.5);
    z-index: 2;
    visibility: visible;
}

.single-galerie .gallerywrapper.slick-slider .slick-prev.slick-arrow {
    position: absolute;
    bottom: -50px;
    left: 0;
    top: unset;
    width: 25px;
    height: 25px;
    background-color: #f7f7f7;
    padding: 5px;
    background-size: 40%;
    background-position: 5px 3px;
}
.single-galerie .gallerywrapper.slick-slider .slick-next.slick-arrow {
    position: absolute;
    bottom: -50px;
    left: 35px;
    top: unset;
    width: 25px;
    height: 25px;
    background-color: #f7f7f7;
    padding: 5px;
    background-size: 40%;
    background-position: 10px 3px;
}




/* Text 2 spaltig */

.text-two-col-block {
    width: 100%;
    position: relative;
}
.text-two-col-block .content-width {
    display: flex;
    flex-wrap: wrap;

}

.text-two-col-block .contentbox {
    width: calc(100% / 1/2);
    float: left;
    position: relative;
    padding-right: 45px;
}
.text-two-col-block .contentbox + .contentbox {
    padding-left: 45px;
}


/* Icon + Text 2 spaltig */

.icon-text-two-col-block {
    width: 100%;
    position: relative;
}
.icon-text-two-col-block .content-width {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.icon-text-two-col-block .contentbox {
    width: 45%;
    float: left;
    position: relative;
    padding-right: 0px;
    margin-bottom: 15px;
}
.icon-text-two-col-block .contentbox + .contentbox {
    padding-left: 45px;
}

.icon-text-two-col-block .contentbox .icon {
    width: 100%;
    display: inline-block;
    position: relative;
    margin-bottom:0;
}

.icon-text-two-col-block .contentbox .contentboxinner {
    width: 100%;
    position: relative;
    float: left;
    margin-top: -20px;
}

.icon-text-two-col-block .contentbox .contentboxinner h3 {
    margin-bottom: 15px;
}



.text-two-col-block.supportlogos .contentbox + .contentbox {
    padding-right: 0;
}


/* Newsletter */

.module.newsletter-block {
    width: 100%;
    position: relative;
}

.module.newsletter-block:before {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -30px;
    /*width: 50px;
    height: 40px;*/
    /*background: #fff;*/
    z-index: 2;

    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 30px 0 30px;
    border-color: #ffffff transparent transparent transparent;
    -webkit-transform:rotate(360deg);

}

.module.newsletter-block .imagebox:before {
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(33,73,99,.6);
    position: absolute;
}

.module.newsletter-block .imagebox {
    position: relative;
    z-index: 1;
    height: 400px;
}

.module.newsletter-block .content.content-width {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    max-width: 100%;
    text-align: center;
    height: 100%;
}
.module.newsletter-block .content.content-width .contentbox {
    display: inline-block;
    margin:0 auto;
    color: #fff;
}
.module.newsletter-block .content.content-width .contentbox p,
.module.newsletter-block .content.content-width .contentbox .maincontent p,
.module.newsletter-block .content.content-width .contentbox .maincontent h3,
.module.newsletter-block .content.content-width .contentbox .lastcontent p
{
    color: #fff;
}

.module.newsletter-block .content.content-width .contentbox .maincontent h3 {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 35px;
}

.module.newsletter-block .content.content-width .contentbox .lastcontent {
    margin-top: 15px;
    display: inline-block;
}

.module.newsletter-block .content.content-width .contentbox .cta-wrapper {
    clear:both;
    width: 100%;

}

.module.newsletter-block .content.content-width .contentbox .lastcontent p {
    font-size: 14px;
    line-height: 22px;
}




.agenda {
    display: inline-block;
    width: 100%;
}

.agenda .line {
    display: flex;
    border-bottom: 1px solid #4983c0;
    padding: 5px 0;
    /*margin-bottom: 5px;*/
}

.tbox {
    color: #4983c0;
    font-weight: 400;
    width: auto;

    margin: 0 20px;
}

.ibox {
   width: auto;
    margin: 0 20px;
}


.line .tbox:first-child,
.line .ibox:first-child {
    width: 100px;
}

.line .tbox:nth-child(2),
.line .ibox:nth-child(2) {
    width: 300px;
}


#nl-content {
    background: #D9ECEF;
}

.module.newsletter-block #nl-content iframe {
    border: 0;
}


/* Bewerbung */


.module.bewerbung-block {
    width: 100%;
    position: relative;
}

.module.bewerbung-block:before {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -30px;
    /*width: 50px;
    height: 40px;*/
    /*background: #fff;*/
    z-index: 2;

    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 30px 0 30px;
    border-color: #ffffff transparent transparent transparent;
    -webkit-transform:rotate(360deg);

}

.module.bewerbung-block .imagebox:before {
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(33,73,99,.6);
    position: absolute;
}

.module.bewerbung-block .imagebox {
    position: relative;
    z-index: 1;
    height: 400px;
}

.module.bewerbung-block .content.content-width {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    max-width: 100%;
    text-align: center;
    height: 100%;
}
.module.bewerbung-block .content.content-width .contentbox {
    display: inline-block;
    margin:0 auto;
    color: #fff;
}
.module.bewerbung-block-block .content.content-width .contentbox p,
.module.bewerbung-block-block .content.content-width .contentbox p a,
.module.bewerbung-block .content.content-width .contentbox .maincontent p,
.module.bewerbung-block .content.content-width .contentbox .maincontent p a,
.module.bewerbung-block .content.content-width .contentbox .maincontent h3,
.module.bewerbung-block .content.content-width .contentbox .lastcontent p
{
    color: #fff;
}

.module.bewerbung-block .content.content-width .contentbox .maincontent h3 {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 35px;
}




.module.bewerbung-block .content.content-width .contentbox .lastcontent {
    margin-top: 15px;
    display: inline-block;
}

.module.bewerbung-block .content.content-width .contentbox .cta-wrapper {
    clear:both;
    width: 100%;
}

.module.bewerbung-block .content.content-width .contentbox .cta-wrapper a.cta.full {
    position: absolute;
    top: -1px;
    height: 50px;
    margin-left: 5px;
}

.module.bewerbung-block .content.content-width .contentbox .cta-wrapper .emailholder {
    height: 50px;
    border: 0;
    margin-top: -1px;
    position: relative;
    width: 320px;
    display: inline-block;
    padding: 5px 15px;
    margin-left: -105px;
}


.module.bewerbung-block .content.content-width .contentbox .lastcontent p {
    font-size: 14px;
    line-height: 22px;
}



#bb-content {
    background: #D9ECEF;
}

.module.bewerbung-block #nl-content iframe {
    border: 0;
}




/* Single News */

.single-news .date {
    display: inline-block;
    width: 100%;

    font-size: 14px;
    color: #414042;
    font-weight: 500;

}


.single-news > .imagebox {
    border: 1px solid #bcbec0;
    margin-bottom: 30px;
    position: relative;
    width: 100%;
    float: left;
    margin-top: 30px;
}



.single-news > .imagebox a {
  display:block;
}

.single-news > .imagebox img {
    float: left;
    display: inline-block;
}


.module.successstories-block {
    margin-top: 0;
}

.storybox {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    margin-top: 45px;

}
.storybox .story {
    float: left;
    width: calc(100% / 1/2 - 50px);
    margin-right: 50px;
    margin-bottom: 50px;
    position: relative;
}

.storybox .story .imagebox {
    width: 100%;
    height: 250px;
    margin-bottom: 35px;
}

.storybox .story .imagebox a {
    display: block;
    margin: 0;
    padding: 0;
}

.storybox .story h3 {
    margin-bottom: 0px;
    font-size: 23px;
    line-height: 30px;
}
.storybox .story h4 {
    margin-bottom: 30px;
    font-weight: 400;
    font-size: 23px;
    line-height: 30px;
}


.sidebar .references-sidebar.first-module {
    margin-top: 0;
    text-align: center;
}

.sidebar .references-sidebar .title {
    font-size: 16px;
    margin-bottom: 35px;
    display: inline-block;
    width: 100%;
    text-align: center;
}

    /* Single Success Story */

.single-successstory .first-module {
    margin-top: 0;
}

.single-successstory h1 {
    font-size: 30px;
    line-height: 35px;
}

.single-successstory h2.subheadline {
    color: #4983c0;
    font-weight: 400;
    text-transform: none;
    margin-bottom: 35px;
}

.single-successstory .module {
    margin-bottom: 35px;
}
.single-successstory .module.nomargin {
    margin-bottom:0;
}


.single-successstory .module.last-module.backto {
    margin-bottom: 0px;
}


/* Partner */

.partner-block.homepremium {
    margin-top: 80px;
    margin-bottom: 70px;
}

.partner-block.partnerdetails .contentbox,
.partner-block.homepremium .contentbox {
    width: 100%;
    position: relative;
}

.partner-block.partnerdetails .contentbox  h3,
.partner-block.homepremium .contentbox  h3 {
    width: 100%;
    position: relative;
    color:  #3b3b3a;
    font-weight: 400;
    text-transform: none;
    margin-bottom: 35px;
    font-size: 30px;
    line-height: 35px;
}

.partner-block.partnerdetails  .partnerwrapper,
.partner-block.homepremium  .partnerwrapper {
    max-width: 100%;
    margin:0 auto;
}

.partner-block.partnerdetails  .partnerwrapper,
.partner-block.homepremium  .partnerwrapper,
.partner-block.carousel  .partnerwrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: normal;
      justify-content: center;
}





.partner-block.carousel  .partnerwrapper {
    padding: 65px 0 58px;
}

.partner-block.partnerdetails  .partnerbox,
.partner-block.homepremium  .partnerbox {
    width: calc(100% / 1/3 - 30px);
    max-width: 325px;
    height: 175px;
    float: left;
    text-align: center;
    position: relative;
    margin: 15px;
    border: 1px solid #c5c6c6;
}



.partner-block.partnerdetails  .partnerbox .imagebox,
.partner-block.homepremium  .partnerbox .imagebox {

    width: 100%;
    height: 100%;
    padding: 10px;
    position: relative;
}
.partner-block.carousel .partnerbox .imagebox + .contentbox ,
.partner-block.homepremium  .partnerbox .imagebox + .contentbox {
    display: none;
}


.partner-block.carousel  .partnerbox {
    width: calc(100% / 1/7);
    float: left;
    text-align: center;

}
.partner-block.carousel  .partnerbox .imagebox {
    margin: 0 auto;
    /*max-width: 225px;
    height:  55px;*/


    max-width: 275px;
    height: 105px;
}

.partner-block  .partnerbox a {
    display: inline-block;
    height: 100%;
    padding:0;
    margin:0;
}


.partner-block  .partnerbox a {
    font-weight: 300;
    
}

.partner-block.partnerdetails  .partnerbox .contentbox {
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 3;
    padding: 20px;
    width: 100%;
    height:  100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    background-color: rgba(42,76,97,0.5);
    visibility: hidden;
    opacity: 0;
    transition: all ease-in-out .2s;
    -webkit-transition: all ease-in-out .2s;
    -moz-transition: all ease-in-out .2s;
    -o-transition: all ease-in-out .2s;
}

.partner-block.partnerdetails  .partnerbox:hover .imagebox + .contentbox {
    visibility: visible;
    opacity: 1;
    transition: all ease-in-out .2s;
    -webkit-transition: all ease-in-out .2s;
    -moz-transition: all ease-in-out .2s;
    -o-transition: all ease-in-out .2s;
}


/* Download Block */

.download-block {
    width: 100%;
    position: relative;
    margin-top: 35px;
}

.download-block .downloadbox {
    width: 100%;
    background: #c5d7ee4f;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}
.download-block .downloadbox .imagebox {
    width: 250px;
    float: left;
    background: #fff;
    height: 250px;
    overflow: hidden;
    border: 1px solid #c5c6c6;
}
.download-block .downloadbox .contenttext {
    width: calc(100% - 250px);
    float: left;
    text-align: center;
}

.download-block .downloadbox .contenttext p {
    color: #3b3b3a;
}

.download-block .downloadbox .contenttext .cta-wrapper {
    width: auto;
    display: block;
    margin-top: 0;
    position: relative;
    clear: both;
}


.download-block .downloadbox .contenttext .cta-wrapper a {
    border: 1px solid #414042;
    padding: 10px 25px;
    color: #414042;
    font-weight: 300;
    background: #fff;
}
.download-block .downloadbox .contenttext .cta-wrapper a:after {
    display: none;
}

.download-block .downloadbox .contenttext .cta-wrapper a:hover {
    color: #fff;
    background: #4983c0;
    border: 1px solid #4983c0;
}





    /* Text + Image */

.module.text-image-block .layout-1 .image-left,
.module.text-image-block .layout-1 .image-right,
.module.text-image-block .layout-2 .image-left,
.module.text-image-block .layout-2 .image-right,
.module.text-image-block .layout-3 .image-left,
.module.text-image-block .layout-3 .image-right
{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 0px 0;
    align-items: center;
}




.module.text-image-block.nopadding .layout-1 .image-left,
.module.text-image-block.nopadding .layout-1 .image-right,
.module.text-image-block.nopadding .layout-2 .image-left,
.module.text-image-block.nopadding .layout-2 .image-right,
.module.text-image-block.nopadding .layout-3 .image-left,
.module.text-image-block.nopadding .layout-3 .image-right  {
    padding: 35px 0;
}

.module.text-image-block .layout-1 .image-left .imagebox {
    width: 50%;
    /*width: 60%*/
    float: left;
}
.module.text-image-block .layout-1 .image-left .contentbox {
    width: calc(50% - 80px);
    /*width: calc(40% - 150px); */

    float: left;
    margin-left: 80px;
    text-align: left;
}

.module.text-image-block .layout-1 .image-right .imagebox {
    width: 50%;
    /*width: 60%*/
    float: left;
    order: 2;
}
.module.text-image-block .layout-1 .image-right .contentbox {
    width: calc(50% - 80px);
    /*width: calc(40% - 150px); */;
    float: left;
    margin-right: 80px;
    margin-left: unset;
    order: 1;

   /* text-align: right;  */
    text-align: left;
}


.module.text-image-block.instagram .layout-1 .contentbox:after {
    background-image: url('assets/hashtag.svg');
    background-repeat: no-repeat;
    content: '';
    position: absolute;
    right: -80px;
    bottom: 20px;
    width: 245px;
    height: 115px;
    background-size: 80%;
}


.module.text-image-block .imagebox .imgdesc {
    font-size: 14px;
    line-height: 22px;
}



/* Layout 2 */
.module.text-image-block .layout-2 .image-left .imagebox {
    width: 50%;
    float: left;
}
.module.text-image-block .layout-2 .image-left .contentbox {
    width: calc(50% - 80px);
    float: left;
    margin-left: 80px;

    text-align: left;
}

.module.text-image-block .layout-2 .image-right .imagebox {
    width: 50%;
    float: left;
    order: 2;
}

.module.text-image-block .layout-2 .image-right .contentbox {
    width: calc(50% - 80px);
    float: left;
    margin-right: 80px;
    margin-left: unset;
    order: 1;

    /* text-align: right; */
    text-align: left;
}

.module.text-image-block .layout-2 .imagebox {
    display: flex;
    flex-wrap: wrap;
}

.module.text-image-block .layout-2 .imagebox .imageboxinner {
    width: calc(50% - 7.5px);
    float: left;
    margin-right: 7.5px;
}
.module.text-image-block .layout-2 .imagebox .imageboxinner + .imageboxinner {
    width: calc(50% - 7.5px);
    margin-right: 0;
    margin-left: 7.5px;
}



/* Layout 3 */
.module.text-image-block .layout-3 .image-left .imagebox {
    width: 50%;
    float: left;
}
.module.text-image-block .layout-3 .image-left .contentbox {
    width: calc(50% - 80px);
    float: left;
    margin-left: 80px;
    text-align: left;
}


.module.text-image-block .layout-3 .image-right .imagebox {
    width: 50%;
    float: left;
    order: 2;
}

.module.text-image-block .layout-3 .image-right .contentbox {
    width: calc(50% - 80px);
    float: left;
    margin-right: 80px;
    margin-left: unset;
    order: 1;

   /* text-align: right; */
    text-align: left;
}


.module.text-image-block .layout-3 .imagebox.slider.slick-slider button.slick-next {
    right: 20px;
    background-image: url('assets/right-arrow-carousel.svg');
}
.module.text-image-block .layout-3 .imagebox.slider.slick-slider button.slick-prev {
    left: 20px;
    background-image: url('assets/left-arrow-carousel.svg');
}




.module.text-image-block .layout-3 .imagebox.slider.slick-slider .slick-slide {
    margin-left: 0px;
}



.module.text-image-block.halfbox .layout-1 .image-left .imagebox,
.module.text-image-block.halfbox .layout-1 .image-right .imagebox,
.module.text-image-block.halfbox .layout-2 .image-left .imagebox,
.module.text-image-block.halfbox .layout-3 .image-right .imagebox,
.module.text-image-block.halfbox .layout-3 .image-right .imagebox
{
    width: 50%;
}
.module.text-image-block.halfbox .layout-1 .image-left .contentbox,
.module.text-image-block.halfbox .layout-1 .image-right .contentbox,
.module.text-image-block.halfbox .layout-2 .image-left .contentbox,
.module.text-image-block.halfbox .layout-3 .image-right .contentbox,
.module.text-image-block.halfbox .layout-3 .image-right .contentbox {
    width: calc(50% - 150px);
}



.module.text-image-block.imagedesc .imagebox + .contentbox {
    margin-left: 40px;
}


/* Karussel */

.module.karussel-block .layout-1 .gallerycarousel,
.module.karussel-block .layout-2 .gallerycarousel {
    width: 100%;
    display: inline-block;
    margin: 0 auto;
    padding: 0 60px;
}


.module.karussel-block .layout-2 .gallerycarousel  {
    padding: 100px 60px;
}

.module.karussel-block .layout-1 .gallerycarousel .postbox {
  /**/
}

.module.karussel-block .layout-1 .gallerycarousel .postbox .title,
.module.karussel-block .layout-1 .gallerycarousel .postbox .imagebox,
.module.karussel-block .layout-1 .gallerycarousel .postbox .contentbox
{
    width: 100%;
    display: block;
    margin-bottom: 15px;
      text-align: center;
}

.module.karussel-block .layout-1 .gallerycarousel .postbox .title.h3-style,
.module.karussel-block .layout-2 .gallerycarousel .postbox .title.h3-style {
    font-weight: 500;
   
}


.module.karussel-block .layout-2 .gallerycarousel .postbox {
   /* width: 100%;
    float: left;*/
    text-align: center;
}
.module.karussel-block .layout-2 .gallerycarousel .postbox .title,
.module.karussel-block .layout-2 .gallerycarousel .postbox .contentbox
{
    width: 100%;
    display: block;
    margin-bottom: 15px;
      text-align: center;
}
.module.karussel-block .layout-2 .gallerycarousel .postbox .contentbox.wi {
    margin-bottom: 0px;
    display: flex;
    flex-wrap: wrap;
}

.module.karussel-block .layout-2 .gallerycarousel .postbox .contentbox {
    margin-bottom: 0px;
    display: inline-block;
}

.module.karussel-block .layout-2 .gallerycarousel .postbox .contentbox.wi .contentinner {
    width: calc(100% - 40%);
    float: left;
    padding-right: 25px;
    text-align: left;
}
.module.karussel-block .layout-2 .gallerycarousel .postbox .contentbox.wi .imagebox {
    width: 40%;
    float: right;
}



.module.karussel-block .layout-1 .gallerycarousel .postbox a,
.module.karussel-block .layout-2 .gallerycarousel .postbox a {
    cursor: pointer;
}

.module.karussel-block .layout-1 .gallerycarousel .postbox a p,
.module.karussel-block .layout-2 .gallerycarousel .postbox a p {
    font-weight: 400;
}


.module.karussel-block .layout-1 .gallerycarousel,
.module.karussel-block .layout-2 .gallerycarousel {
    margin-top: 40px;
}
.module.karussel-block .layout-1 .gallerycarousel.slick-slider .slick-track {
    display: flex;
    align-items: flex-start;
    padding-top: 50px;
    flex-wrap: nowrap;
    height: auto;
    justify-content: center;
}
.module.karussel-block .layout-1 .gallerycarousel.slick-slider .slick-slide {
    float: none;
    display: inline-block;
    vertical-align: bottom;
    padding: 10px 0px;
    margin: 10px 60px;
    background-color: white;
    transition: all 0.3s ease;
    text-align: center;

}

.module.karussel-block .layout-1 .gallerycarousel.slick-slider .slick-slide.slick-current,
.module.karussel-block .layout-1 .gallerycarousel.slick-slider .slick-slide.slick-center {
    transform:scale(1.2);
   
}


.module.karussel-block .layout-1 .gallerycarousel.slick-slider .slick-slide.slick-current .title,
.module.karussel-block .layout-1 .gallerycarousel.slick-slider .slick-slide.slick-center .title,
.module.karussel-block .layout-1 .gallerycarousel.slick-slider .slick-slide.slick-center .contentbox,
.module.karussel-block .layout-1 .gallerycarousel.slick-slider .slick-slide.slick-current .contentbox {
    transform:scale(.9);
    margin-bottom: 0;
}

.module.karussel-block .layout-1 .gallerycarousel.slick-slider .slick-slide.slick-center .imagebox,
.module.karussel-block .layout-1 .gallerycarousel.slick-slider .slick-slide.slick-current .imagebox {
    margin-bottom: 0;
}




.module.karussel-block .layout-2 .gallerycarousel.slick-slider button.slick-prev,
.module.karussel-block .layout-1 .gallerycarousel.slick-slider button.slick-prev {
    margin-top: -20px;
    background-image: url('assets/left-arrow-carousel.svg');
    background-size: 38px;
    background-position: center;
    background-repeat: no-repeat;
    left: 0px;
    width: 48px;
    height: 48px;
    position: absolute;
    text-indent: -999999px;
}
.module.karussel-block .layout-2 .gallerycarousel.slick-slider button.slick-next,
.module.karussel-block .layout-1 .gallerycarousel.slick-slider button.slick-next {
    margin-top: -20px;
    background-image: url('assets/right-arrow-carousel.svg');
    background-size: 38px;
    background-position: center;
    background-repeat: no-repeat;
    right: 0px;
    width: 48px;
    height: 48px;
    position: absolute;
    text-indent: -999999px;
}

.module.karussel-block .layout-2 .gallerycarousel.slick-slider button.slick-prev {
    left: 0px;
    width: 58px;
    /*height: 38px;*/
    height: 100%;
    top: 20px;
}
.module.karussel-block .layout-2 .gallerycarousel.slick-slider button.slick-next {
    right: 0px;
    width: 58px;
   /* height: 38px;*/
    height: 100%;
    top:20px;
}

.module.karussel-block .layout-2 .gallerycarousel.slick-slider button.slick-prev:hover,
.module.karussel-block .layout-2 .gallerycarousel.slick-slider button.slick-next:hover {
    background-color: rgba(0,0,0,0.1);
    cursor: pointer;
}

.module.karussel-block .layout-2 .gallerycarousel.slick-slider .slick-slide {
    margin-left: 0;
}

.module.karussel-block .layout-2 .gallerycarousel.slick-slider .slick-dots {
    width: 100%;
    position: relative;
    margin-left: 0;
}


.accordeon {width: 100%; }
.accordeon-title {
    padding: 5px 10px 5px 45px;  
    cursor: pointer;
    margin: 0 0 0px 0;
    background: #c5d7ee4f;
    border: 1px solid  #c5c6c6;
    border-radius: 0.5px;
    transition: all ease-in-out .15s;
    -webkit-transition: all ease-in-out .15s;
    -moz-transition: all ease-in-out .15s;
    -o-transition: all ease-in-out .15s;
}


h4.accordeon-title {
    font-size: 16px;
    font-weight: 400;
    color: #4983c0;
}

.accordeon-title:before {
    content: '+';
    color: #7b7b7a;
    float: left;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background-size: contain;
    background-repeat: no-repeat;
    top: 50%;
    left: 10px;
    position: absolute;
    border: 1px solid #7b7b7a;
    margin-top: -10px;
}

/*.accordeon-title.is-opened:before {
    transform: rotate(45deg);
    margin-top: 6px;
}*/

.accordeon-content {
    display: none;
    padding: 10px;
    border: 1px solid #7b7b7a;
}




.accordeon-content .downloadwrapper {
    width: 100%;
    position: relative;
    float: left;
    margin: 35px 0 24px;
}


.accordeon-content .downloadwrapper .download {
    width: 100%;
    position: relative;
    float: left;
    margin-bottom: 10px;
    padding-left: 45px;
}

.accordeon-content .downloadwrapper .download:before {
    margin-left: 0px;
    position: absolute;
    width: 0px;
    height: 0px;
    top: 10px;
    content: "";
    border-style: solid;
    border-width: 4px 0 4px 7px;;
    border-color: transparent transparent transparent #4983c0;
    line-height: 0px;
    _border-color: #000000 #000000 #000000 #4983c0;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');

}

.accordeon-content .downloadwrapper .download a {
    color: #7b7b7a;
    position: relative;
    padding-left: 20px;
    font-weight: 400;
}
.accordeon-content .downloadwrapper .download a:hover {
   color: #4983c0;
}




.module.galerie-block .gallerywrapper {
    width: 100%;
    display: inline-block;
    position: relative;
}

.module.galerie-block .gallerywrapper.layout-1 {
    display: flex;
    flex-wrap: wrap;
}

.module.galerie-block .gallerywrapper.layout-1 .imagecon {
    width: calc(100% / 1/3 - 15px);
    margin-bottom: 15px;
    margin-right: 15px;

}

.module.galerie-block .gallerywrapper.layout-1 .imagecon a,
.module.galerie-block .gallerywrapper.layout-2 .imagebox a {
    overflow: hidden;
}

.module.galerie-block .gallerywrapper.layout-1 .imagecon img {
    transition: all ease-in-out .15s;
    -webkit-transition: all ease-in-out .15s;
    -moz-transition: all ease-in-out .15s;
    -o-transition: all ease-in-out .15s;

    display: block;
}

.module.galerie-block .gallerywrapper.layout-1 .imagecon:hover img {
    transform: scale(1.1);
}

.module.galerie-block .gallerywrapper.layout-1 .imagecon figcaption {
    display: none;
}


/* Layout 2 Masonry */

.module.galerie-block .gallerywrapper.layout-2 {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.module.galerie-block .gallerywrapper.layout-2 .boximages {
    width: calc(70% - 7px);
    margin-right: 7px;

}

.module.galerie-block .gallerywrapper.layout-2 .boximages:last-child {
    width: calc(30% - 7px);
    margin-left: 7px;
    margin-right: 0;
}

.module.galerie-block .gallerywrapper.layout-2 .boximages:last-child .imagebox {
    height: 100%;
}



.module.galerie-block .gallerywrapper.layout-2 .boximages a {
    height: 100%;
    width: 100%;
    display: block;
}

.module.galerie-block .gallerywrapper.layout-2 .boximages .full {
    float: left;
    width: 100%;
}

.module.galerie-block .gallerywrapper.layout-2 .boximages .halfinner {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 14px;
    float:  left;
}


.module.galerie-block .gallerywrapper.layout-2 .boximages .halfinner .imagebox {
    width: calc(50% - 7px);
    margin-right: 7px;
}
.module.galerie-block .gallerywrapper.layout-2 .boximages .halfinner .imagebox:last-child {
    width: calc(50% - 7px);
    margin-left: 7px;
    margin-right: 0;
}

.module.galerie-block .gallerywrapper.layout-2 .imagebox {
    display: inline-block;
    width: 100%;
}




.module.galerie-block .gallerywrapper.layout-2 .imagebox img {
    transition: all ease-in-out .15s;
    -webkit-transition: all ease-in-out .15s;
    -moz-transition: all ease-in-out .15s;
    -o-transition: all ease-in-out .15s;
      display: block;
}

.module.galerie-block .gallerywrapper.layout-2 .imagebox:hover img {
    transform: scale(1.1);
}

.module.galerie-block .gallerywrapper.layout-2 figcaption {
    display: none;
}

.module.galerie-block .ctab {
    margin-top: 65px;
}





/*****************************/
/***     Maps / Contact    ***/
/*****************************/

.module.maps-text-block .content {
    display: flex;
    flex-wrap: wrap;
}

.module.maps-text-block .content .googlemaps {
    width: 50%;
    float: left;

    
}

.module.maps-text-block .content .contactinfo {
    width: calc(50% - 150px);
    float: left;
    margin-left: 150px;
    text-align: left;
    padding: 290px 0;
}




/************************/
/***    OVERLAYS      ***/
/************************/

.overlay-left .imagebox:before {
    position: absolute;
    content: "";
    z-index: 1;
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    height: 100%;
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 45%);
}
.overlay-right .imagebox:before {
    position: absolute;
    content: "";
    z-index: 1;
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    height: 100%;
    background: rgb(255,255,255);
    background: linear-gradient(-90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 45%);
}






.contentbox.centered {
    text-align: center;
}
.contentbox.leftside {
    text-align: left;
}

.contentbox.rightside {
    text-align: right;
}

.module.title-block {
    width: 100%;
    position: relative;
}
.module.title-block .headline {
    font-size: 25px;
    text-transform: uppercase;
    margin-bottom: 25px;
    width: 60%;
    position: relative;
    display: inline-block;

}
.module.title-block .headline:after {
    background: #EE7F01;
    height: 4px;
    width: 150px;
    content: "";
    position: absolute;
    bottom: -20px;
    left: 50%;
    margin-left: -75px;
 }






/**********************/
/***    TEXT BLOCK      ***/
/**********************/

.module.text-block.shorten .contentbox {
    width: 100%;
    position: relative;
     overflow: hidden;
}
.module.text-block .contentbox {
     width: 100%;
    position: relative;
}

.module.text-block .contentbox.half-centered {
    width: 50%;
    text-align: center;
    margin-top: 45px;
}

.module.text-block .headline {
    font-size: 25px;
    text-transform: uppercase;
    margin-bottom: 25px;
    width: 100%;
    position: relative;
    display: inline-block;

}
.module.text-block .headline:after {
    background: #EE7F01;
    height: 4px;
    width: 150px;
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0%;
    margin-left: 0px;
}

.module.text-block .headline.margin {
    margin-bottom: 45px;
}





.module.text-iconbox-block {
    width: 100%;
    position: relative;
    background: #F9F9F9;
    padding: 125px 0;
}


.module.text-iconbox-block .headline {
    font-size: 25px;
    text-transform: uppercase;
    margin-bottom: 25px;
    width: 100%;
    position: relative;
    display: inline-block;
    text-align: center;

}
.module.text-iconbox-block .headline:after {
    background: #EE7F01;
    height: 4px;
    width: 150px;
    content: "";
    position: absolute;
    bottom: -20px;
    left: 50%;
    margin-left: -75px;
}
.module.text-iconbox-block .subheadline {
    width: 100%;
    margin-bottom: 45px;
}
.module.text-iconbox-block .subheadline + p {
    width: 50%;
    margin: 0 auto;
}


.module.text-iconbox-block .iconwrapper.mobile {
    display: none;
}

.module.text-iconbox-block .iconwrapper {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin-top: 45px;
}
.module.text-iconbox-block .iconwrapper .iconbox {
    background: #fff;
    border-radius: 40px;
    padding: 40px 0;
    text-align: center;
   /* width: 280px;*/
    width: calc(100% - 80%);
    height: 280px;
}

.module.text-iconbox-block .iconwrapper .iconbox:nth-child(2) {
    margin: 0 20%;
}

.module.text-iconbox-block .iconwrapper .icon {
    border-radius: 23484689249px;
    background: #fff;
    padding: 40px;
    width: 131px;
    height: 131px;
    text-align: center;
    position: relative;
    display: inline-block;
}

.module.text-iconbox-block .iconwrapper .icontext {
    width: 100%;
    display: inline-block;
    padding: 0 30px;
}
.module.text-iconbox-block .iconwrapper .icontext .title {
    color:#0186C4;
    font-weight: 600;
    margin-top: 15px;
    width: 100%;
}
.module.text-iconbox-block .iconwrapper .icontext .desc {
    font-weight: 400;
    width: 100%;
    margin:0 auto;
    padding: 0 35px;
    line-height: 22px;
}



.module.team-block {
    width: 100%;
    position: relative;
    margin-top: 45px;
}
.module.team-block .teamwrapper {
    width: 100%;
    text-align: center;
    margin-bottom: 75px;
    position: relative;
}


.module.team-block .teamwrapper:last-child {
    margin-bottom:0;
}
.module.team-block .teamwrapper .green-title {
    line-height: 25px;
}

.module.team-block .teamwrapper h3 p {
    font-size: 23px;
    line-height: 30px;
    margin-bottom: 35px;
    font-weight: 400;
    color: #3b3b3a;
    margin-top: 0px;
    width: 100%;
}

.module.team-block .teamwrapper .teambox {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    align-content: center;
    align-items: center;
    justify-content: center;
}

.module.team-block .teamwrapper .teambox .userinfo {
    width: 325px;
    height: 325px;
    overflow: hidden;
    position: relative;
    margin: 15px;
}


.module.team-block .teamwrapper:last-child .teambox .userinfo:last-child {
    margin-bottom: 15px;
}


.module.team-block .teamwrapper .teambox .imagebox {
    position: relative;
    float: left;
    z-index: 2;
    width: 100%;
    height: 100%;
    /*padding: 15px;*/
    overflow: hidden;
}
.module.team-block .teamwrapper .teambox .imagebox img {
    display: block;
}
.module.team-block .teamwrapper .teambox .userdata {
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 3;
    padding: 20px;
    width: 100%;
    height:  100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    background-color: rgba(42,76,97,0.5);
    visibility: hidden;
    opacity: 0;
    transition: all ease-in-out .2s;
    -webkit-transition: all ease-in-out .2s;
    -moz-transition: all ease-in-out .2s;
    -o-transition: all ease-in-out .2s;
}
.module.team-block .teamwrapper .teambox .userbox:hover .imagebox + .userdata {
    visibility: visible;
    opacity: 1;
    transition: all ease-in-out .2s;
    -webkit-transition: all ease-in-out .2s;
    -moz-transition: all ease-in-out .2s;
    -o-transition: all ease-in-out .2s;
}


.module.team-block .teamwrapper .teambox .userdata .uname {
    font-size: 25px;
    line-height: 35px;
    position: relative;
    width: 100%;
    font-weight: 300;
}

.module.team-block .teamwrapper .teambox .userdata .uzusatz,
.module.team-block .teamwrapper .teambox .userdata .uposition,
.module.team-block .teamwrapper .teambox .userdata .uphone,
.module.team-block .teamwrapper .teambox .userdata .uemail
{
    font-size: 14px;
    position: relative;
    width: 100%;
    color: #fff;
}
.module.team-block .teamwrapper .teambox .userdata.lineundername .uname,
.module.team-block .teamwrapper .teambox .userdata .uzusatz {
    margin-top: 5px;
    margin-bottom: 15px;
}


.module.team-block .teamwrapper .teambox .userdata .uzusatz:after {
    width: 45px;
    background: #fff;
    height: 1px;
    content: "";
    position: absolute;
    bottom: -5px;
    left: 50%;
    margin-left: -22.5px;
}
.module.team-block .teamwrapper .teambox .userdata.lineundername .uname:after {
    width: 45px;
    background: #fff;
    height: 1px;
    content: "";
    position: absolute;
    bottom: -5px;
    left: 50%;
    margin-left: -22.5px;
}

.module.team-block .teamwrapper .teambox .userdata .uphone a,
.module.team-block .teamwrapper .teambox .userdata .uemail a {
    font-weight: 500;
    color: #fff;
    margin:0;
    padding: 0;
}
.module.team-block .teamwrapper .teambox .userdata .vcarddown {
    width: 100%;
    display: block;
    margin: 15px 0 0 0;
    padding: 10px 15px;
    color: #fff;
    font-weight: 500;
    border: 1px solid #fff;

}

.module.team-block .teamwrapper .teambox .userdata .vcarddown:after {
    display: none;
}

/****************************/
/***    allinfo block     ***/
/***************************/

.module.allinfos-block {
    width: 100%;
    position: relative;
    float: left;
}

.module.allinfos-block .h2-style,
.module.allinfos-block .h4-style {
    color: #fff;
}

.module.allinfos-block .background {
    z-index: 1;
    width: 80%;
    position: absolute;
    float: left;
    display: block;
    height: 50%;
}

.module.allinfos-block .content-width {
    z-index: 2;
    padding: 60px 0 0;
}

.module.allinfos-block .allinfoswrapper {
    margin: 60px 0;
    width: 100%;
    display: inline-block;
}


.module.allinfos-block .allinfoswrapper .airow {
    display: flex;
    flex-wrap: wrap;
}


.module.allinfos-block .boxa {
    width: 35%;
    float: left;
    position: relative;
}
.module.allinfos-block .boxa .h3-style,
.module.allinfos-block .boxa .contentbox {
    color: #fff;
}

.module.allinfos-block .boxb {
    width: 30%;
    float: left;
    position: relative;

}
.module.allinfos-block .boxc {
    width: 35%;
    float: left;
    position: relative;

}


.module.allinfos-block .boxd {
    width: 65%;
    float: left;
    position: relative;

}

.module.allinfos-block .boxe {
    width: 35%;
    float: left;
    position: relative;

}

.module.allinfos-block .boxa .imagebox,
.module.allinfos-block .boxb .imagebox,
.module.allinfos-block .boxc .imagebox,
.module.allinfos-block .boxd .imagebox,
.module.allinfos-block .boxe .imagebox {
    display: block;
    height: 100%;
    z-index: 1;
}

.module.allinfos-block .boxa .contentbox,
.module.allinfos-block .boxb .contentbox,
.module.allinfos-block .boxc .contentbox,
.module.allinfos-block .boxd .contentbox,
.module.allinfos-block .boxe .contentbox {
    padding: 40px 50px;
    z-index: 2;
    position: relative;
}
.module.allinfos-block .boxd .contentbox {
    position: absolute;
    top: 60px;
    right: 60px;
    color: #fff;
    width: 50%;
    padding: 0;
    text-align: right;
}

.module.allinfos-block .boxa .contentbox .h3-style,
.module.allinfos-block .boxb .contentbox .h3-style,
.module.allinfos-block .boxc .contentbox .h3-style,
.module.allinfos-block .boxd .contentbox .h3-style,
.module.allinfos-block .boxe .contentbox .h3-style {
    margin-bottom: 40px;
}




.module.text-block .contentbox a.noicon:after {
    background: none;
}


/*************************/
/***    accordeon      ***/
/*************************/

.module.accordeon-block .accordeon {
    width: 100%;
    position: relative;
    margin-top: 0px;
}

.module.accordeon-block.backcolor-1,
.module.accordeon-block.backcolor-2,
.module.accordeon-block.backcolor-3,
.module.accordeon-block.backcolor-4,
.module.accordeon-block.backcolor-5,
.module.accordeon-block.backcolor-6 {
    padding: 100px 0;
}

.module.accordeon-block.backcolor-1 .h2-style,
.module.accordeon-block.backcolor-2 .h2-style,
.module.accordeon-block.backcolor-3 .h2-style,
.module.accordeon-block.backcolor-4 .h2-style,
.module.accordeon-block.backcolor-5 .h2-style,

.module.accordeon-block.backcolor-1 .h4-style,
.module.accordeon-block.backcolor-2 .h4-style,
.module.accordeon-block.backcolor-3 .h4-style,
.module.accordeon-block.backcolor-4 .h4-style,
.module.accordeon-block.backcolor-5 .h4-style{
    color: #fff;
}

.backcolor-3 .h4-style   {
    color: #fff;
}

.module.accordeon-block.backcolor-6 .h2-style,
.module.accordeon-block.backcolor-6 .h4-style {
    color: #2B383B;
}

.module.accordeon-block .accordeon-content .innercon {
    display: flex;
    flex-wrap: wrap;
}

.module.accordeon-block .accordeon-content .contentbox {
    width: 60%;
    display: inline-block;
    padding-right: 60px;
    float: left;
}
.module.accordeon-block .accordeon-content .imagebox {
    width: 40%;
    display: inline-block;
      float: left;
}


/* Kontakt Details */


.contactdet {
    margin-bottom: 25px;
    width: 100%;
}

.contactdet,
.contactdet .infobox {
    width: 100%;
    position: relative;
    float: left;
    line-height: 35px;
}
.contactdet .infobox a {
    color: #77787b;
    font-size: 16px;
    font-weight: 400;
    padding-left: 35px;
}

.contactdet .infobox a:hover {
    color: #4983c0;
}
.contactdet .infobox a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 25px;
    height: 25px;
    background-size: 65%;

    background-repeat: no-repeat;
    background-color: #4983c0;
    border-radius: 2342734278px;
    opacity: 1;
    text-align: center;
    background-position: center;

}
.contactdet .infobox:nth-child(1) a:before {
    background-image: url('assets/footer-phone-w.svg');


}
/*.contactdet .infobox:nth-child(2) a:before {
    background-image: url('assets/footer-fax-w.svg');

}*/
.contactdet .infobox:nth-child(2) a:before {
    background-image: url('assets/footer-mail-w.svg');

}


#gform_wrapper_6 {
    max-width: 700px;
    width: 85%;
}

#gform_6 label {
    font-weight: 300;
}

#gform_6 #input_6_25 {
    height: 125px;
}

#gform_submit_button_6 {
    display: block !important;
}


#field_6_30 .ginput_container.ginput_container_consent {
    display: flex;
    align-items: center;
}

#field_6_30 .ginput_container.ginput_container_consent  input {
    margin-right: 10px;
}


/**********************/
/***    FOOTER      ***/
/**********************/

.footer {
    width: 100%;
    position: relative;
    float: left;
    margin: 0;
    background: #4983c0;
    color: #fff;
    font-size: 20px;
    line-height: 25px;
    padding: 80px 0;

}


.footer .content-width {

    /*padding-left: 0;
    padding-right: 0;*/

    display: flex;
    flex-wrap: wrap;
    align-items: normal;
    color: #fff;
    padding: 0;
}

.footer .boxcontent {
    width: calc(25% - 39px);
    float: left;
    position: relative;
    margin-right: 15px;

    color: #fff;
    font-size: 14px;
    font-weight: 300;
}

.footer .boxcontent:after {
    background: #fff;
    width: 1px;
    height: 100%;
    position: absolute;
    right: 50px;
    top: 0;
    content: "";
}

.footer .boxcontent:nth-child(4):after {   display: none; }

.footer .boxcontent .h3-style, .footer .boxcontent .h3-style a {
    font-size: 14px;
    font-weight: bold;
    width: 100%;
    display: inline-block;
    margin-bottom: 0px;
    text-transform: uppercase;
    color: #fff;
}


.footer .boxcontent .menu-footer-menue-1-spalte-container,
.footer .boxcontent .menu-footer-menue-2-spalte-container,
.footer .boxcontent .menu-footer-menue-3-spalte-container {
     width: 100%;
    position: relative;
}
.footer .boxcontent .menu-footer-menue-1-spalte-container ul,
.footer .boxcontent .menu-footer-menue-2-spalte-container ul,
.footer .boxcontent .menu-footer-menue-3-spalte-container ul {
    width: calc(100% - 50px);
    position: relative;
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
}

.footer .boxcontent .menu-footer-menue-1-spalte-container ul li,
.footer .boxcontent .menu-footer-menue-2-spalte-container ul li,
.footer .boxcontent .menu-footer-menue-3-spalte-container ul li {
    width: 100%;
    display: inline-block;
}

.footer .boxcontent .menu-footer-menue-1-spalte-container ul li a,
.footer .boxcontent .menu-footer-menue-2-spalte-container ul li a,
.footer .boxcontent .menu-footer-menue-3-spalte-container ul li a {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 300;
    line-height: 30px;
}

.footer .boxcontent .h3-style a:hover,
.footer .boxcontent .menu-footer-menue-1-spalte-container ul li a:hover,
.footer .boxcontent .menu-footer-menue-2-spalte-container ul li a:hover,
.footer .boxcontent .menu-footer-menue-3-spalte-container ul li a:hover {
    color: #254f9b;
}


.footer .boxcontent .contact-details,
.footer .boxcontent .contact-details .infobox {
    width: 100%;
    position: relative;
    float: left;
    line-height: 30px;
}

.footer .boxcontent .contact-details {
    margin-top: 10px;
}

.footer .boxcontent .contact-details .infobox a {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    padding-left: 35px;
}

.footer .boxcontent .contact-details .infobox a:hover {
    color: #254f9b;
}
.footer .boxcontent .contact-details .infobox a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 25px;
    height: 25px;
    background-size: 65%;
   
    background-repeat: no-repeat;
    background-color: #254f9b;
    border-radius: 2342734278px;
    opacity: .6;
    text-align: center;
    background-position: center;

}
.footer .boxcontent .contact-details .infobox:nth-child(1) a:before {
    background-image: url('assets/footer-phone.svg');
 
}
/*.footer .boxcontent .contact-details .infobox:nth-child(2) a:before {
    background-image: url('assets/footer-fax.svg');
}*/
.footer .boxcontent .contact-details .infobox:nth-child(2) a:before {
    background-image: url('assets/footer-mail.svg');
}
.footer .boxcontent .contact-details .infobox:nth-child(3) a:before {
    background-image: url('assets/footer-web.svg');
}

.footer .boxcontent:nth-child(4) > div:nth-child(3) {
    margin-top: 20px;
    width: 100%;
}

.footer .boxcontent:nth-child(4) > div:nth-child(5) {
    margin-top: 20px;
    display: inline-block;
    width: 100%;
}



.socials.mobile {
    background: #4983c0;
    text-align: center;
    padding: 15px 0;
}

.socials.mobile,
.certificate-wrapper.mobile {
    display: none;
}
.certificate-wrapper {

    /*padding: 25px 15px;*/

    text-align: center;
    position: relative;
    width: 95px;
    margin-top: -80px;
}


.certificate-wrapper .socials {
    margin-top: 15px;
    display: flex;
}
.socials.mobile a,
.certificate-wrapper .socials a {
    width: calc(100% / 1/2 - 10px);
    margin-right: 20px;
    padding: 5px 5px 0px;
    border: 1px solid #fff;
}
.socials.mobile a:last-child,
.certificate-wrapper .socials a:last-child {
    margin-right: 0;
}


.certificate-wrapper .certificate-inner {
    width: 100%;
    background: rgba(255,255,255,.3);
    padding: 25px 15px 15px 15px;
    display: inline-block;
}

.certificate-wrapper .certificate-inner .cf {
    width: 65px;
}

.copyright {
    width: 100%;
    position: relative;
    float: left;
    background: #254f9b;
    color: #fff;
    font-size: 12px;
    padding: 10px 0;
    font-weight: 300;
}


.copyright .content-width {
    padding: 0;
}

.copyright a {
    color: #fff;
    font-size: 12px;
}
.copyright .legal {
    width: 50%;
    float: left;
    text-align: left;
}
.copyright .links {
    width: 50%;
    float: left;
    text-align: right;
}

.copyright .links a {
    font-weight: 300;
    margin-right: 12px;
}

.copyright .links a:last-child {
    margin-right: 0px;
}





.scrollToTop  {
    position: fixed;
    z-index: 4;
    text-align: center;
    bottom: 25px;
    right: 25px;
    width: 45px;
    height: 45px;
    background: #27619d;
    border-radius: 10px;

}

.scrollToTop a {
    display: block;
    width: 100%;
    height: 100%;
}

.scrollToTop a:after  {
    content: "";
    position: absolute;
    width: 45px;
    height: 45px;
    background-size: 50%;
    background-image: url('assets/scrolltop.svg');
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
}



@media screen and (max-width: 1460px) {

    .topbar nav.mainmen {
        margin-left: 15px;
        margin-right: 0px;
    }

    .topbar nav.mainmen ul li.menu-item-has-children a {
        padding: 0px 35px 0px 15px;
    }

    .topbar nav.mainmen ul li.menu-item-has-children::after {
        right: 5px;
    }

    .topbar nav.mainmen ul > li .sub-menu .menu-item {
        padding: 0px;
    }



    .topbar .search {
        width: 20px;
        height: 28px;
    }

    .topbar .remotesocial {
        right: 0;
        position: absolute;
        float: inherit;
    }
    .topbar .remotesocial .socialicon {
        height: 46px;
        align-content: center;
        align-items: center;
    }
    .topbar .remotesocial a.remoteurl {
        font-size: 16px;
        line-height: 46px;
    }


    .slider-banner-image img, .news-slider .slider-nav .slick-slide.thumbnail-image .imagebox img  {
        object-fit: contain;
    }


}


@media screen and (max-width: 1320px) {
    .pagination {
        width: calc(100% - 150px);
    }
    .siteinfo {
        width: 150px;
    }
}

@media screen and (max-width: 1280px) {
    .topbar .remotesocial {
        position: fixed;
        right: 0;
        width: 50px;
        top: 50%;
        height: auto;
        padding-left:0;
        margin-left: 0;
        margin-top: -102px;
        border-left: 0;
        display: inline-block;
        z-index: 6;
    }
    .topbar.fixed .remotesocial {
        height: auto;

    }

    .topbar .remotesocial a {
        width: 50px;
        height: 50px;
        background: #4983c0;
        padding: 5px;
        border: 1px solid #fff;
        border-right: 0;
        display: inline-block;
    }

    .topbar .remotesocial a.remoteurl {
        background-image: url('assets/support.svg');
        background-size: 25px;
        background-position: center center;
        background-repeat: no-repeat;
        text-indent: -9999px;
    }

    .topbar .remotesocial a:nth-child(2) {
        background-image: url('assets/facebook.svg');
        background-size: 25px;
        background-position: center center;
        background-repeat: no-repeat;
    }
    .topbar .remotesocial a:nth-child(2) img {
        display: none;
    }
    .topbar .remotesocial a:nth-child(3) {
        background-image: url('assets/linkedin.svg');
        background-size: 25px;
        background-position: center center;
        background-repeat: no-repeat;
    }
    .topbar .remotesocial a:nth-child(3) img {
        display: none;
    }
    .topbar .remotesocial a:nth-child(4) {
        background-image: url('assets/xing-g.svg');
        background-size: 25px;
        background-position: center center;
        background-repeat: no-repeat;
    }
    .topbar .remotesocial a:nth-child(4) img {
        display: none;
    }
    .topbar .remotesocial a:last-child {
       /* width: auto; */
    }

    .not-front-page .topbar .remotesocial {
        border-left: 0;
    }


    .slider-block {
        height: 600px;
    }

    .footer .boxcontent::after { right: 40px; }



    #search-content {
        right: 0;
        margin-top: -5px;
        visibility: hidden;
        width: 0;
        height: 40px;
        overflow: hidden;
    }

    #search-content.show {
        right: -240px;

        width: 220px;
        visibility: visible;
    }


    #search-content label {
        width: 125px;
        float: left;
    }

    #search-content .search-field {
        height: 40px;
    }

    #search-content .searchbtn .search-submit {
        padding: 11px 10px;
    }

}


@media screen and (max-width: 1180px) {

    .topbar .search {
        width: 27px;
        height: 25px;
        position: absolute;
        right: 75px;
    }



    #search-content {
        right: 0;
        left: 0;
        visibility: hidden;
        width: 0;
        height: 40px;
        overflow: hidden;
    }

    #search-content.show {
        left: -270px;
        right: unset;
        width: 260px;
        visibility: visible;
    }


    #search-content label {
        width: 165px;
        float: left;
    }

    #search-content .search-field {
        height: 40px;
    }



    .footer {
        padding: 30px 0;
    }

    .footer .boxcontent::after { right: 0px; }

    .footer .boxcontent {
        width: calc(50% - 0px);
        margin-right: 0;
    }

    .footer .boxcontent:nth-child(1),
    .footer .boxcontent:nth-child(2) {
        padding-bottom: 15px;
    }

    .footer .boxcontent:nth-child(2):after {
        background: transparent;
        width:0;
    }


    .footer .boxcontent:nth-child(3),
    .footer .boxcontent:nth-child(4) {
        padding-top: 15px;
    }


    .footer .boxcontent:nth-child(2),
    .footer .boxcontent:nth-child(4) {
        padding-left: 35px;
    }

    .footer .boxcontent:nth-child(3):after,
    .footer .boxcontent:nth-child(4):after {
        width: 100%;
        border-top: 1px solid #fff;
        height: 1px;
        background-color: transparent;
        display: block;
    }

    .footer .boxcontent:nth-child(4) .h3-style {
        width: 100%;
    }
    .footer .boxcontent:nth-child(4) {
        flex-wrap: wrap;
        display: flex;
    }
    .footer .boxcontent:nth-child(4) div {
        width: calc(50% - 25px);
        float: left;
        display: inline-block;
        clear: both;
        align-items: end;
    }

    .footer .boxcontent:nth-child(4) > div:nth-child(3),.footer .boxcontent:nth-child(4) > div:nth-child(5) {
        width: 40%;
    }

    .footer .boxcontent:nth-child(4) > div:nth-child(4) {
        margin-top: 0;
    }

    .footer .boxcontent:nth-child(4) div:first-child,  .footer .boxcontent:nth-child(4) > div:nth-child(2) {
        width: 100%;
    }

    .footer .boxcontent:nth-child(4) div.contact-details {
        margin-left: 0px;
        width: 60%;
    }

    .footer .boxcontent .menu-footer-menue-1-spalte-container ul,
    .footer .boxcontent .menu-footer-menue-2-spalte-container ul,
    .footer .boxcontent .menu-footer-menue-3-spalte-container ul {
        -webkit-columns: 2;
        -moz-columns: 2;
        columns: 2;
        -webkit-column-gap: 50px;
        -moz-column-gap: 50px;
        column-gap: 50px;
    }





     .certificate-wrapper {
        display: none;
    }
     .socials.mobile {
         width: 100%;
         margin-top: 0px;
         display: flex;
         justify-content: center;
     }

    .socials.mobile a {
        max-width: 30px;
    }

     .certificate-wrapper.mobile {
        width: 100%;
        margin-top: 0px;
        display: inline-block;
    }
     .certificate-wrapper.mobile  .certificate-inner .cf {
        width: auto;
        display: inline-block;
        margin-right: 30px;
    }
     .certificate-wrapper.mobile  .certificate-inner .cf:last-child {
        margin-right: 0;
    }
     .certificate-wrapper.mobile  .certificate-inner .cf a img {
        max-height: 80px;
    }

    .newsbox .news::after { height: 90%; }

}


@media screen and (max-width: 1140px) {
    .download-block .downloadbox,
    .moreinfo .userbox {
        flex-direction: column;
        padding-top: 15px;

    }
    .download-block .downloadbox .contenttext,
    .moreinfo .userbox .userdata {
        width: 100%;
    }

    .download-block .downloadbox .contenttext {
        padding: 15px 35px;
    }
}

@media screen and (max-width: 1080px) {


    .slider-block {
        height: 570px;
    }

    .slider-block .topslider .slideitem h1 {
        font-size: 40px;
        line-height: 50px;
    }

    .slider-block .topslider .slideitem .cta-wrapper a {
        padding: 15px 40px;
    }


    .mainservice-block .servicebox .title {
        font-size: 25px;
        line-height: 25px;
    }

    .news-slider .slider-banner-image .imagebox {
        height: 310px;
        overflow: hidden;
    }

    .news-slider .slider-banner-image .imagebox a {
        height: 100%;
        display: block;
    }

    .newsroom-block {
        padding: 45px 0 60px 0;
    }


    .partner-block.partnerdetails .partnerbox, .partner-block.homepremium .partnerbox {
        max-width: 245px;
        height: 135px;
    }

    .footer .content-width,
    .copyright .content-width {
        padding-left: 0;
        padding-right: 0;
    }



    #search-content {
        right: 0;
        left: 0;
        visibility: hidden;
        width: 0;
        height: 40px;
        overflow: hidden;
    }

    #search-content.show {
        left: -270px;
        right: unset;
        width: 260px;
        visibility: visible;
    }


    #search-content label {
        width: 165px;
        float: left;
    }

    #search-content .search-field {
        height: 40px;
    }



    .single-galerie .slickgallery {
        height: 325px;
    }

   
}


@media screen and (max-width: 1024px) {
    .pagewithsidebar > .content.content-width {
        width: calc(100% - 60px);
        padding: 0px;
    }

    .storybox .story .imagebox {
        width: 100%;
        height: auto;
        margin-bottom: 30px;
    }

    .module.bewerbung-block .imagebox {
        height: 500px;
    }

    .module.bewerbung-block .content.content-width .contentbox {
        padding: 0 25px;
    }


}


@media screen and (max-width: 991px) {

    .pagination {
        width: 100%;
    }
    .siteinfo {
        width: 100%;
        text-align: right;
    }




    .mainservice-block .servicebox {
        width: calc(100% / 1 / 2 - 25px);
        margin-bottom: 35px;
    }

    .mainservice-block .servicebox .contenttext br {
        display: none;
    }

    .pagewithsidebar .pageinnercontent {
        width: calc(100% - 250px);
    }
    .pagewithsidebar .sidebar {
        width: 250px;
    }

    .storybox .story {
        width: 100%;
        margin-right: 0;
    }


    .icon-text-two-col-block .contentbox {
        width: calc(100% / 1/2);
    }


    .galeriebox .gal .imagebox {

        height: auto;

    }

    .galeriebox .gal {
        width: 100%;
        position: relative;
        float: left;
        margin: 0 0px 35px 0;
    }


    .module.text-image-block .layout-1 .image-left .imagebox {
        width: 100%;
    }
    .module.text-image-block.imagedesc .imagebox + .contentbox {
        margin-left: 0;
    }
    .module.text-image-block .layout-1 .image-left .contentbox {
        width: 100%;
        margin-left: 0;
    }

    .news-slider .slider-banner-image .imagebox {
        height: auto;
        max-width: 50%;
    }



    .slickgallery .slick-arrow {
        transform: unset;
    }




}
@media screen and (max-width: 880px) {
    .icon-text-two-col-block .contentbox {
        width: 100%;
        padding-left: 0;
    }

    .icon-text-two-col-block .contentbox + .contentbox {
        padding-left: 0;
    }
}


@media screen and (max-width: 840px) {

    h1, .h1-style {
        font-size: 35px;
        line-height: 45px;
    }


    .newsletter-block .lastcontent p br {
        display: none;
    }



    .footer .boxcontent {
        width: 100%;
    }



    .footer .boxcontent:nth-child(1)::after {
        background: transparent;
        width: 0;
    }

    .footer .boxcontent:nth-child(2)::after {
        width: 100%;
        border-top: 1px solid #fff;
        height: 1px;
        background-color: transparent;
        display: block;
    }

    .footer .boxcontent:nth-child(2) {
        padding-top: 15px;
    }

    .footer .boxcontent:nth-child(3) {
        padding-bottom: 15px;
    }

    .footer .boxcontent:nth-child(2), .footer .boxcontent:nth-child(4) {
        padding-left: 0px;
    }

    .copyright .legal,
    .copyright .links {
        width: 100%;
        text-align: left;
    }


    .module.bewerbung-block .imagebox {
        height: 500px;
    }



    .module.bewerbung-block .content.content-width .contentbox .cta-wrapper .emailholder {
        width: 190px;
    }





    .agenda .line {
        flex-direction: column;
    }

    .tbox {
        display: none;
    }

    .ibox {
        width: 100%;
        margin: 0 10px;
    }


    .line .tbox:first-child,
    .line .ibox:first-child {
        width: 100%;
    }

    .line .tbox:nth-child(2),
    .line .ibox:nth-child(2) {
        width: 100%;
    }





    /* Tabelle Responsive */


    table { border: 0; }
    table thead { display: none; }
    table tr {
        border-bottom: 3px solid #ddd;
        display: block;
        margin-bottom: .625em;
    }
    table td {
        border-bottom: 1px solid #ddd;
        display: block;
        font-size: .8em;
        text-align: left;
    }
    table td:before {
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
    }
    table td:last-child { border-bottom: 0; }


}

@media screen and (max-width: 768px) {
    .pagewithsidebar > .content.content-width {
        width: calc(100% - 50px);
        padding: 0px;
    }

    .partner-block.partnerdetails .partnerbox, .partner-block.homepremium .partnerbox {
        max-width: 180px;
        height: 100px;
        margin: 10px;
    }
    .partner-block.partnerdetails .partnerbox, .partner-block.homepremium .partnerbox {
        width: calc(100% / 1 / 3 - 30px);
    }

    .partner-block.partnerdetails .partnerbox .imagebox, .partner-block.homepremium .partnerbox .imagebox {
        padding: 0;
    }


    /* sidebar ausblenden */

    .auge-1870 .sidebar .module.newsblog-sidebar .searchbox,
    .auge-1870 .sidebar .module.newsblog-sidebar .newsside,

    .auge-1879 .sidebar .module.gallery-sidebar .searchbox,
    .auge-1879 .sidebar .module.gallery-sidebar .newsside,

    .auge-1881 .sidebar .module.newsblog-sidebar .searchbox,
    .auge-1881 .sidebar .module.newsblog-sidebar .newsside,

    .auge-175 .sidebar .module.references-sidebar .partnerside
    {
        display: none;
    }



    .pagewithsidebar .pageinnercontent {
        margin: 70px 0 50px;
    }

    .module.first-module {
        margin-top: 70px;
    }
    .module.first-module.slider-block {
        margin-top: 0;
    }


    .front-page  .page-content {
        margin-top: 0;
    }

    #search-content {
        right: 0;
        left: 0;
        visibility: hidden;
        width: 0;
        height: 40px;
        overflow: hidden;
    }

    #search-content.show {
        left: -270px;
        right: unset;
        width: 260px;
        visibility: visible;
    }


    #search-content label {
        width: 165px;
        float: left;
    }

    #search-content .search-field {
        height: 40px;
    }


    .text-two-col-block .contentbox + .contentbox {
        padding-left: 0px;
    }
    .text-two-col-block .contentbox {
        width: 100%;
        float: left;
        position: relative;
        padding-right: 0px;
    }


    .partner-block.carousel .partnerwrapper {
        padding: 15px 0 0px;
    }


    .module.mainpicture .imagebox {
        height: 295px;
    }

    .slickgallery .slick-prev.slick-arrow,
    .slickgallery .slick-next.slick-arrow {
        background-position: unset;
    }

}


@media screen and (max-width: 692px) {
    .news-slider .slider-banner-image .imagebox {
        height: auto;
        max-width: 99%;
    }

    .pagination ul li {
        display: inline-block;
        list-style-type: none;
        margin-right: 5px;
        padding: 5px 5px 5px 8px;
        border: 1px solid #c5c6c6;
        background: #c5d7ee4f;
        color: #7b7b7a;
        line-height: 22px;
        cursor: pointer;
        border-radius: 2346527845823px;
        text-align: center;
        width: 35px;
        height: 35px;
    }

    .newsroom-block .contenttext h2 {
        font-size: 25px;
        line-height: 25px;
    }

    .slider-block .topslider .slideitem h1 {
        font-size: 30px;
        line-height: 40px;
    }

    h1, .h1-style {
        font-size: 30px;
        line-height: 40px;
    }

    h3, .h3-style {
        font-size: 20px;
        line-height: 25px;
    }

    .partner-block.carousel .partnerbox .imagebox {

        height: 65px;
    }

    .pagewithsidebar .pageinnercontent {
        width: 100%;
        padding-right: 0;
    }

    .pagewithsidebar .sidebar {
        width: 100%;
        padding-left: 0;
        margin-top: 0;
        border-left: 0px solid #bcbec0;
        border-top: 1px solid #bcbec0;
    }

    .partnerside .partner {
        float: left;
        width: calc(100% / 1/2 - 10px);
        margin-bottom: 10px;
        margin-right: 10px;
    }


    .single-galerie.videobox + .sidebar {
        margin-top: 45px;
    }


    .module.newsletter-block .imagebox {
        height: 450px;
    }


    .module.newsletter-block .content.content-width .contentbox {
        padding: 0 25px;
    }


    .module.bewerbung-block .imagebox {
        height: 500px;
    }

    .module.bewerbung-block .content.content-width .contentbox{
        padding: 0 25px;
    }


    iframe {
        width: 100%;
    }

    #nl-content {
        max-width: 90%;
    }


    .footer .boxcontent:nth-child(1),
    .footer .boxcontent:nth-child(2),
    .footer .boxcontent:nth-child(3) {
        display: none;
    }

    .footer .boxcontent:nth-child(4)::after {
        border: 0;
    }
    .footer .boxcontent:nth-child(4) {
        margin-top: 0;
        padding-top: 0;
    }

    .footer .boxcontent:nth-child(4) div.h3-style +  div {
        /*width: calc(60% - 25px);*/
    }
    .footer .boxcontent:nth-child(4) div.h3-style +  div + div {
        width: 40%;
    }


    .partner-block.partnerdetails .partnerbox, .partner-block.homepremium .partnerbox {
        width: calc(100% / 1 / 2 - 20px);
        height: 80px;
    }


    .pageinnercontent.single-news + .sidebar .searchbox,
    .pageinnercontent.single-galerie + .sidebar .searchbox {
        display: none;
    }
    .pageinnercontent.single-news + .sidebar,
    .pageinnercontent.single-galerie + .sidebar {
        border-top: 0;
    }


    .archive-block .mixitup-page-list {
        float: left;
        margin-top: 15px;
        position: relative;
        width: 100%;
    }

    .archive-block .mixitup-page-list button {
        display: inline-block;
        list-style-type: none;
        margin-right: 5px;
        padding: 5px 5px 5px 5px;
        line-height: 22px;
        cursor: pointer;
        border-radius: 2346527845823px;
        text-align: center;
        width: 35px;
        height: 35px;
    }













}


@media screen and (max-width: 492px) {

    .pagewithsidebar .pageinnercontent {
        margin: 70px 0 0px;
    }

    .pagination {
        margin-top: 0;
    }

    .pagewithsidebar > .content.content-width {
        width: calc(100% - 30px);
        padding: 0px;
    }

    .mainservice-block .servicebox {
        width: 100%;
        margin-bottom: 35px;
        margin-right: 0;
    }


    .partnerside .partner {
        float: left;
        width: 100%;
        margin-right: 0;
    }


    .footer .boxcontent .menu-footer-menue-1-spalte-container ul,
    .footer .boxcontent .menu-footer-menue-2-spalte-container ul,
    .footer .boxcontent .menu-footer-menue-3-spalte-container ul {
        -webkit-columns: inherit;
        -moz-columns: inherit;
        columns: inherit;
        -webkit-column-gap: 0px;
        -moz-column-gap: 0px;
        column-gap: 0px;
    }

    .footer .boxcontent:nth-child(4) div.h3-style + div,
    .footer .boxcontent:nth-child(4) div.h3-style + div + div,
    .footer .boxcontent:nth-child(4) div,
    .footer .boxcontent:nth-child(4) div.contact-details {
        width: 100%;
    }
    .footer .boxcontent:nth-child(4) div.contact-details {
        margin-left: 0;
    }

    .slider-block {
        height: 480px;
    }


    .copyright {
        font-size: 10px;
        line-height: 20px;
    }

    .copyright a {
        font-size: 10px;
    }

    .slider-block .topslider .slideitem h1 br {
        display: none;
    }

    .certificate-wrapper.mobile .certificate-inner .cf a img {
        max-height: 65px;
    }


    .module.newsletter-block .imagebox {
        height: 500px;
    }

    .module.newsletter-block .content.content-width .contentbox {
        padding: 0 20px;
    }


}



@media screen and (max-width: 420px) {
    .certificate-wrapper.mobile .certificate-inner .cf a img {
        max-height: 50px;
    }

}


@media screen and (max-width: 392px) {
    .news-slider .slider-banner-image .imagebox {
        height: 175px;
    }

    .slider-block .topslider .slideitem h1 {
        font-size: 25px;
        line-height: 32px;
    }

    .certificate-wrapper.mobile .certificate-inner .cf a img {
        max-height: 40px;
    }


    .module.newsletter-block .imagebox {
        height: 600px;
    }


    h1, .h1-style {
        font-size: 20px;
        line-height: 30px;
    }

    .module.mainpicture .imagebox {
        height: 215px;
    }

    .bb {
        padding: 15px 0;
    }
    #breadcrumbs {
        font-size: 12px;
    }

    #search-content.show {
        left: -190px;
        right: unset;
        width: 180px;
        visibility: visible;
    }


    #search-content label {
        width: 115px;
        float: left;
    }

    #search-content .searchbtn .search-submit {
        padding: 11px 10px;
    }

    .module.bewerbung-block .imagebox {
        height: 580px;
    }

    .module.bewerbung-block .content.content-width .contentbox{
        padding: 0 20px;
    }
    .module.bewerbung-block .content.content-width .contentbox .cta-wrapper .emailholder {
        width: 140px;
    }




}





