@font-face {
    font-family:'Source Sans Pro';
    src: url('Fonts/Source-Sans-Pro-Light.eot');
    src: url('Fonts/Source-Sans-Pro-Light.eot?#iefix') format('embedded-opentype'),
        url('Fonts/Source-Sans-Pro-Light.woff2') format('woff2'),
        url('Fonts/Source-Sans-Pro-Light.woff') format('woff'),
        url('Fonts/Source-Sans-Pro-Light.svg#Source-Sans-Pro-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
}
@font-face {
    font-family:'Source Sans Pro';
    src: url('Fonts/Source-Sans-Pro-Regular.eot');
    src: url('Fonts/Source-Sans-Pro-Regular.eot?#iefix') format('embedded-opentype'),
        url('Fonts/Source-Sans-Pro-Regular.woff2') format('woff2'),
        url('Fonts/Source-Sans-Pro-Regular.woff') format('woff'),
        url('Fonts/Source-Sans-Pro-Regular.svg#Source-Sans-Pro-Regular') format('svg');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
}
@font-face {
    font-family:'Source Sans Pro';
    src: url('Fonts/Source-Sans-Pro-SemiBold.eot');
    src: url('Fonts/Source-Sans-Pro-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('Fonts/Source-Sans-Pro-SemiBold.woff2') format('woff2'),
        url('Fonts/Source-Sans-Pro-SemiBold.woff') format('woff'),
        url('Fonts/Source-Sans-Pro-SemiBold.svg#Source-Sans-Pro-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
}
html,
body {
    font-size: 100%;
    vertical-align: baseline;
}
html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body {
    font-size: 20px;
    line-height: 1.5;
    color:#3c3c3c;
    font-weight: 300;
    font-family:'Source Sans Pro', sans-serif;
}
h1,h2,h3,h4,h5,h6 {
    font-weight: 400;
    color: #3e5c71;
    margin: 0 0 20px;
}
h1 {
    font-size: 36px;
}

/* news-container */
.news-container {
    padding-top: 20px;
}

.news-container .news-item-row, .news .news-container .article {
    padding-top: 40px;
    padding-bottom: 45px;
    border-bottom: 1px solid #dddddd;
    overflow: auto;
}

.news-container .news-item-row .teaser-block .teaser-content .supline {
    margin-top: -9px;
    padding-bottom: 5px;
    font-size: 18px;
    line-height: 28px;
    color: #3e5c71;
}

@media(max-width:768px){
    .news-container .news-item-row .teaser-block .teaser-content .supline {
        margin-top: 10px;
        font-size: 16px;
        line-height: 1.3;
    }
}

.news-container .news-item-row .teaser-block .teaser-content h3 {
    margin-bottom: 14px;
    line-height: 30px;
    text-transform: none;
    color: #3e5c71;
}

.news-container .news-item-row .teaser-block .teaser-content .content-text {
    line-height: 28px;
    padding-bottom: 30px;
}

.news-container .news-item-row .teaser-block .teaser-content .content-text p {
    margin-bottom: 0px;
}

.news-container .news-item-row-last {
    padding-top: 16px;
    padding-bottom: 73px;
    display: flex;
    justify-content: space-between;
}

@media(max-width:992px){
    .news-container .news-item-row-last {
        padding-right: 15px;
        padding-left: 15px;
    }
}

.news-container .news-item-row-last a {
    color: #3aaa35;
    text-transform: uppercase;
    font-weight: 400;
}

.news ul.f3-widget-paginator {
    padding-left: 0px;
    float: left;
}

.news ul.f3-widget-paginator li {
    padding-right: 10px;
}

.news ul.f3-widget-paginator li.current {
    color: #3aaa35;
    font-weight: 400;
}

.news ul.f3-widget-paginator li {
    float: left;
    display: block;
    background: none;
  }

.news ul.f3-widget-paginator li a {
    display: block;
    text-transform: capitalize;
}

/* b2bForm */
.b2bForm {
     margin-bottom: 40px;
}

.b2bForm fieldset div {
    margin-bottom: 10px;
}

.b2bForm fieldset div input, .b2bForm fieldset div select {
    height: 40px;
    min-width: 360px;
	max-width: 360px;
}

.formEndLink {
    font-size: 16px;
}

@media(max-width:992px){

    .b2bForm fieldset div input, .b2bForm fieldset div select {
        min-width: 240px;
		max-width: 240px;
    }

    .formEndLink {
        font-size: 14px;
    }

    .b2bForm fieldset div input, .b2bForm fieldset div select {
        height: 30px;
    }
}

.b2bForm fieldset div input.big-button {
    margin-top: 15px;
    height: auto;
    color: #fff;
    border: 1px solid #3e5c71;
}

.b2bForm fieldset div input.big-button:hover, .b2bForm fieldset div input.big-button:active, .b2bForm fieldset div input.big-button:focus {
    background-color: #3aaa35;
    color: #ffffff;
    border: 1px solid #3aaa35;
}

.felogin-hidden {
    margin-bottom: 0px !important;
}

legend {
    border: none;
}

/* newsarticledetail-section */
.newsarticledetail-section .NewsArticleDetailPage {
    padding-top: 30px;
}

.newsarticledetail-section .NewsArticleDetailPage .NewsDetailDate {
    color: #3e5c71;
    font-size: 28px;
    padding-bottom: 10px;
}

.newsarticledetail-section .NewsArticleDetailPage .NewsDetailHeader h3 {
    color: #3e5c71;
    font-size: 36px;
    padding-bottom: 20px;
}

@media (max-width: 992px) {
    .newsarticledetail-section .NewsArticleDetailPage .NewsDetailDate {
        font-size: 24px;
    }
    
    .newsarticledetail-section .NewsArticleDetailPage .NewsDetailHeader h3 {
        font-size: 32px;
    }
}

@media (max-width:768px) {
    .newsarticledetail-section .NewsArticleDetailPage .NewsDetailDate {
        font-size: 20px;
    }
    
    .newsarticledetail-section .NewsArticleDetailPage .NewsDetailHeader h3 {
        font-size: 26px;
    }
}

.newsarticledetail-section .NewsArticleDetailPage .NewsDetailContent .NewsDetailContentImage {
    overflow: auto;
}

.newsarticledetail-section .NewsArticleDetailPage .NewsDetailContent .NewsDetailContentImage .news-img-wrap {
    float: none;
    margin-left: 0px;
    width: 100%;
    padding-bottom: 20px;
}

.newsarticledetail-section .NewsArticleDetailPage .NewsDetailContent .NewsDetailContentImage .news-img-wrap img {
    max-width: 770px;
}

.newsarticledetail-section .NewsArticleDetailPage .NewsDetailContent .NewsDetailContentText {
    max-width: 770px;
}

.news-backlink-wrap.bottom-button {
    margin-right: auto;
    margin-bottom: 60px;
    margin-left: auto;
    padding-left: 15px;
    max-width: 1200px;
    width: 100%;
}

@media(min-width:993px) and (max-width:1200px) {
    .news-backlink-wrap.bottom-button {
        max-width: 970px;
    }
}

@media (min-width:768px) and (max-width:992px){
    .news-backlink-wrap.bottom-button {
        max-width: 750px;
    }
}

/* download-container */
#c452 .tx-ipcei-downloads {
    margin-top: 40px;
}
.tx-ipcei-downloads {
    margin-bottom: 40px;
}

.download-container {
    padding-top: 20px;
}

.download-container .download-item-row {
    padding-top: 40px;
    padding-bottom: 45px;
    border-bottom: 1px solid #dddddd;
    overflow: auto;
}

.download-container .download-item-row .column-teaser-image {
    display: flex;
    justify-content: center;
}

.download-container .download-item-row .column-teaser-image img {
    max-width: 70px;
}

.download-container .download-item-row .teaser-block .teaser-content .subline {
    display: flex;
    margin-top: -9px;
    padding-bottom: 5px;
    font-size: 18px;
    line-height: 28px;
    color: #3e5c71;
}

@media(max-width: 992px){
    .download-container .download-item-row .teaser-block .teaser-content .subline {
        margin-top: 10px;
        font-size: 16px;
        line-height: 1.3;
    }
}

.download-container .download-item-row .teaser-block .teaser-content .subline span {
    padding: 0px 10px;
}

.download-container .download-item-row .teaser-block .teaser-content h3 {
    margin-bottom: 14px;
    line-height: 30px;
    text-transform: none;
    color: #3e5c71;
}

@media(max-width: 992px){
    .download-container .download-item-row .teaser-block .teaser-content h3 {
        font-size: 20px;
    }
}

.download-container .download-item-row .teaser-block .teaser-content .content-text {
    line-height: 28px;
    padding-bottom: 30px;
}

.download-container .download-item-row-last {
    padding-top: 31px;
    padding-bottom: 73px;
    display: flex;
    justify-content: space-between;
}

@media(max-width:992px){
    .download-container .download-item-row-last {
        padding-right: 15px;
        padding-left: 15px;
    }
}

.download-container .download-item-row-last a {
    color: #3aaa35;
    text-transform: uppercase;
    font-weight: 400;
}

/* accordeon-container-section */
@media(max-width:1200px){
    .accordeon-container-section {
        padding-top: 30px;
    }
}

.accordeon-container-section .accordeon-item {
    box-sizing: border-box;
    border-radius: 3px 3px 3px 3px;
    background-color: #ffffff;
    padding: 30px;
    margin-bottom: 20px;
}

.accordeon-container-section .accordeon-item:last-of-type {
    margin-bottom: 60px;
}

.accordeon-container-section .accordeon-item .container {
    padding: 0px;
    display: flex;
}

.accordeon-container-section .accordeon-item .container .column-accordeon-content {
    width: calc(100% - 210px);
    padding-right: 20px;
}

.accordeon-container-section .accordeon-item .container .column-accordeon-text {
    width: 100%;
    color: #3e5c71;
}

.accordeon-container-section .accordeon-item .container .column-accordeon-text h2 {
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    font-family:'Source Sans Pro', sans-serif;
}

.accordeon-container-section .accordeon-item .container .collapse-content {
    color: #3e5c71;
}

.accordeon-container-section .accordeon-item .container .collapse-content h3 {
    margin-top: 13px;
    margin-bottom: 5px;
    color: #3e5c71;
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    font-family:'Source Sans Pro', sans-serif;
    text-transform: none;
}

.accordeon-container-section .accordeon-item .container .collapse-content a {
    display: inline-block;
    margin-bottom: 23px;
    color: #3aaa35;
    border-bottom: 1px solid #fff;
    font-weight: 400;
}

.accordeon-container-section .accordeon-item .container .collapse-content a:hover {
    border-bottom: 1px solid #3aaa35;
}

.accordeon-container-section .accordeon-item .container .column-accordeon-text .column-accordeon-text-content {
    display: flex;
}

.accordeon-container-section .accordeon-item .container .column-accordeon-text .column-accordeon-text-content p {
    margin-bottom: 0px;
}

.accordeon-container-section .accordeon-item .container .column-accordeon-text .column-accordeon-text-content .column-accordeon-text-content1 {
    width: calc(100% - 160px);
    padding-right: 20px;
}

.accordeon-container-section .accordeon-item .container .column-accordeon-text .column-accordeon-text-content .column-accordeon-text-content1 p {
    padding-bottom: 12px;
}

.accordeon-container-section .accordeon-item .container .column-accordeon-text .column-accordeon-text-content .column-accordeon-text-content2 {
    width: 160px;
}

.accordeon-container-section .accordeon-item .container .column-accordeon-image {
    width: 210px;
}

.accordeon-container-section .accordeon-item .container button.accordeon-button {
    border: none;
    background-color: #fff;
    padding-left: 29px;
    background-image:  url(/fileadmin/Images/about-ipcei/icon_show-details2.png);
    background-repeat: no-repeat;
    background-position: left 7px;
    font-weight: 400;
}

.accordeon-container-section .accordeon-item .container button.accordeon-button span.first {
    display: none;
}

.accordeon-container-section .accordeon-item .container button.accordeon-button span.second {
    display: block;
    color: #3e5c71;
}

.accordeon-container-section .accordeon-item .container button.accordeon-button.collapsed {
    background-image:  url(/fileadmin/Images/about-ipcei/icon_show-details.png);
}

.accordeon-container-section .accordeon-item .container button.accordeon-button.collapsed span.first {
    display: block;
    color: #3e5c71;
}

.accordeon-container-section .accordeon-item .container button.accordeon-button.collapsed span.first:hover {
    color: #3aaa35;
}

.accordeon-container-section .accordeon-item .container button.accordeon-button.collapsed span.second {
    display: none;
}

.accordeon-container-section .accordeon-item .container button.accordeon-button:hover {
    color: #3aaa35;
}

@media(max-width:992px){
    .accordeon-container-section .accordeon-item .container button.accordeon-button {
        background-position: left 3px;
    }

    .accordeon-container-section .accordeon-item .container .column-accordeon-text .column-accordeon-text-content {
        flex-direction: column;
    }

    .accordeon-container-section .accordeon-item .container .column-accordeon-text .column-accordeon-text-content .column-accordeon-text-content1 {
        width: 100%;
    }

    .accordeon-container-section .accordeon-item .container .column-accordeon-text .column-accordeon-text-content .column-accordeon-text-content2 {
        padding-bottom: 12px;
    }
}

@media(max-width:768px){
    .accordeon-container-section .accordeon-item {
        margin-right: 15px;
        margin-left: 15px;
    }
    
    .accordeon-container-section .accordeon-item .container .column-accordeon-content {
        width: calc(100% - 210px);
        padding-right: 20px;
    }
}

@media(max-width:520px){

    .accordeon-container-section .accordeon-item .container {
        flex-direction: column-reverse;
    }

    .accordeon-container-section .accordeon-item .container .column-accordeon-content {
        width: 100%;
        padding-right: 0px;
    }

    .accordeon-container-section .accordeon-item .container .column-accordeon-image {
        width: 100%;
        display: flex;
        justify-content: center;
    }
}



/* tab-container-section */
.tab-container-section {
    margin-top: 57px;
}

.tab-container-section .nav-tabs {
    display: flex;
    justify-content: space-around;
    border-bottom: 1px solid #dddddd;
    min-height: 66px;
    margin-top: 1px;
}

@media(max-width:1201px){
    .tab-container-section .nav-tabs {
        justify-content: space-between;
    }
}

@media(max-width:768px){
    .tab-container-section .nav-tabs {
        min-height: 58px;
    }
}

.tab-container-section .nav-tabs > li {
    position: relative;
    min-width: 100px;
    display: flex;
    justify-content: center;
}

.tab-container-section .nav-tabs > li > a {
    position: absolute;
    top: -1px;
    font-size: 36px;
    line-height: 44px;
    color: #b0b9c0;
    font-weight: 600;
    text-transform: uppercase;
}

@media(max-width:768px){
    .tab-container-section .nav-tabs > li > a {
        font-size: 28px;
        line-height: 36px;
    }
}

@media(max-width:520px){
    .tab-container-section .nav-tabs {
        min-height: 40px;
    }

    .tab-container-section .nav-tabs > li {
        min-width: 75px;
    }

    .tab-container-section .nav-tabs > li > a {
        padding: 8px 5px;
        font-size: 16px;
        line-height: 22px;
    }
}

.tab-container-section .nav-tabs > li > a:hover {
    color: #9facb5;
    background-color: #ffffff;
    border-color: #ffffff;
    border-bottom: 3px solid #9facb5;
}

.tab-container-section .nav-tabs > li.active > a {
    position: absolute;
    top: -1px;
    border: 1px solid #ffffff;
    border-bottom: 3px solid #3aaa35;
    color: #3e5c71;
}

/* four-column-teaser-section */
.four-column-teaser-section {
    padding-bottom: 40px;
}
@media(max-width:768px){
    .four-column-teaser-section {
        padding-top: 30px;
    }
}
.four-column-teaser-section .row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.four-column-teaser-section .row div {
    margin-bottom: 40px;
}

.four-column-teaser-section .teaser-block {
    transition: transform .2s;
    height: 100%;
}

.four-column-teaser-section .teaser-block:hover {
    transform: scale(1.1);
}

.four-column-teaser-section .teaser-block .teaser-content {
    height: 100%;
    padding: 32px 10px;
    display: flex;
    align-items: center;
    flex-direction: column;
    background-color: #f3f3f3;
}

.four-column-teaser-section.grey-bg .teaser-block .teaser-content {
    background-color: #ffffff;
}

.four-column-teaser-section .teaser-block .teaser-content h3 {
    width: 100%;
    color: #3aaa35;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 165px;
}

.four-column-teaser-section .teaser-block .teaser-content .column-teaser-image {
    margin: 7px 0px 65px 0px;
    height: 100px;
    width: 100%;
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 35px;
    left: 0px;
}

.four-column-teaser-section .teaser-block .teaser-content .column-teaser-link {
    width: 100%;
    position: absolute;
    display: flex;
    justify-content: center;
    bottom: 0px;
    left: 0px;
}

.four-column-teaser-section .teaser-block .teaser-content .column-teaser-link div {
    color: #3aaa35;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    background-image: url(/fileadmin/Images/jumper-right-green.png);
    background-repeat: no-repeat;
    background-position: right 7px;
    padding-right: 31px;
    margin-bottom: 0px;
}

@media(max-width:1200px){
    .four-column-teaser-section .teaser-block .teaser-content .column-teaser-link div {
        background-position: right 4px;
        padding-right: 20px;
        background-size: 8px;
    }
}

.four-column-teaser-section .bottom-button {
    display: flex;
    justify-content: center;
}

/* three-column-teaser-section */
.three-column-teaser-section {
    padding-bottom: 40px;
}
@media(max-width:768px){
    .three-column-teaser-section {
        padding-top: 30px;
    }
}
.three-column-teaser-section .row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.three-column-teaser-section .row div {
    margin-bottom: 40px;
}

.three-column-teaser-section .teaser-block {
    transition: transform .2s;
    height: 100%;
}

.three-column-teaser-section .teaser-block:hover {
    transform: scale(1.1);
}

.three-column-teaser-section .teaser-block .teaser-content {
    height: 100%;
    padding: 32px 10px;
    display: flex;
    align-items: center;
    flex-direction: column;
    background-color: #f3f3f3;
}

.three-column-teaser-section.grey-bg .teaser-block .teaser-content {
    background-color: #ffffff;
}

.three-column-teaser-section .teaser-block .teaser-content h3 {
    width: 100%;
    color: #3aaa35;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 110px;
}

.three-column-teaser-section .teaser-block .teaser-content .column-teaser-text {
    margin: 7px 0px 65px 0px;
    padding: 0px 40px;
    height: 60px;
    width: 100%;
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 35px;
    text-align: center;
    max-width: 370px;
}

.three-column-teaser-section .teaser-block .teaser-content .column-teaser-link {
    width: 100%;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0px;
    left: 0px;
}
.three-column-teaser-section .teaser-block .teaser-content .column-teaser-link::after {
    background-image: url('../../../Resources/Public/Css/Images/Jumper-big-green.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 16px;
    width: 24px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.three-column-teaser-section .teaser-block .teaser-content .column-teaser-link div {
    color: #3aaa35;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    background-image: url(/fileadmin/Images/jumper-right-green.png);
    background-repeat: no-repeat;
    background-position: right 7px;
    padding-right: 11px;
    margin-bottom: 0px;
}

@media(max-width:1200px){
    .three-column-teaser-section .teaser-block .teaser-content .column-teaser-link div {
        background-position: right 4px;
        padding-right: 20px;
        background-size: 8px;
    }
}

.three-column-teaser-section .bottom-button {
    display: flex;
    justify-content: center;
}

/* three-column-member-section */
.three-column-member-section {
    padding-bottom: 40px;
}
@media(max-width:768px){
    .three-column-member-section {
        padding-top: 30px;
    }
}
.three-column-member-section .row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.three-column-member-section .row .nopadding {
    padding-right: 0px !important;
    padding-left: 0px !important;
}
.three-column-member-section .row div.col-xs-11.col-sm-6.col-md-4 {
    margin-bottom: 0px;
    padding-right: 15px;
    padding-left: 0px;
}
@media(max-width:768px){
    .three-column-member-section .row div.col-xs-11.col-sm-6.col-md-4 {
        padding-right: 0px;
    }
}
.three-column-member-section .row div.col-xs-11.col-sm-6.col-md-4:last-of-type {
    padding-right: 0px;
}
.three-column-member-section .teaser-block {
    height: 100%;
}
.three-column-member-section .teaser-block .teaser-content {
    height: 100%;
    padding: 5px 0px;
    display: flex;
    align-items: center;
    flex-direction: column;
    background-color: #ffffff;
}

.three-column-member-section .teaser-block .teaser-content h3 {
    margin-bottom: 5px;
    padding: 8px 24px 7px 24px;
    width: 100%;
    font-size: 22px;
    line-height: 26px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    background-color: #3e5c71;
    color: #ffffff;
    box-sizing: border-box;
    border-radius: 3px 3px 3px 3px;
}
.three-column-member-section .teaser-block .teaser-content h3.h3-smaller {
    padding: 8px 14px 7px 14px;
}

@media(max-width:1200px){
    .three-column-member-section .teaser-block .teaser-content h3 {
        font-size: 16px;
        line-height: 22px;
    }
}

.three-column-member-section .teaser-block .teaser-content .column-teaser-image {
    margin: 7px 0px 65px 0px;
    height: 100px;
    width: 100%;
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 35px;
    left: 0px;
}
.three-column-member-section .teaser-block .teaser-content .column-teaser-links {
    width: 100%;
    height: 100%;
}
.three-column-member-section .teaser-block .teaser-content .column-teaser-links .column-teaser-link-item {
    margin-bottom: 5px;
    padding: 13px 14px 7px 14px;
    width: 100%;
    height: 100%;
    font-weight: 400;
    background-color: #f0f1f2;
    color: #3e5c71;
    box-sizing: border-box;
    border-radius: 3px 3px 3px 3px;
    width: 100%;    
}
.three-column-member-section .teaser-block .teaser-content .column-teaser-links .column-teaser-link-item .ColumnHeadline {
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;  
    font-size: 22px;
    line-height: 26px;
    padding-bottom: 18px;
}
.three-column-member-section .teaser-block .teaser-content .column-teaser-links .column-teaser-link-item .PartnerList {
    display: flex;
    flex-direction: column;
}
.three-column-member-section .teaser-block .teaser-content .column-teaser-links .column-teaser-link-item .PartnerList a {
    font-size: 20px;
    line-height: 28px;    
    background-image: url(/fileadmin/Images/icon_jumper.png);
    background-position: left 5px;
    background-repeat: no-repeat;
    padding-left: 28px;
    margin-bottom: 12px;
}
@media(max-width:1200px){
    .three-column-member-section .teaser-block .teaser-content .column-teaser-links .column-teaser-link-item {
        padding: 8px 16px 7px 16px;
        font-size: 16px;
        line-height: 22px;
    }
}
.three-column-member-section .teaser-block .teaser-content .column-bottom-teaser {
    padding-top: 5px;
    width: 100%;
    height: 100%;
}
.three-column-member-section .teaser-block .teaser-content .column-bottom-teaser .column-teaser-link-item {
    margin-bottom: 5px;
    padding: 13px 14px 7px 14px;
    width: 100%;
    height: 100%;
    font-weight: 400;
    background-color: #d8dee3;
    color: #3e5c71;
    box-sizing: border-box;
    border-radius: 3px 3px 3px 3px;
    width: 100%;    
}
.three-column-member-section .teaser-block .teaser-content .column-bottom-teaser .column-teaser-link-item .ColumnHeadline {
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;  
    font-size: 22px;
    line-height: 26px;
    padding-bottom: 18px;
}
.three-column-member-section .teaser-block .teaser-content .column-bottom-teaser .column-teaser-link-item .PartnerList {
    display: flex;
    flex-direction: column;
}
.three-column-member-section .teaser-block .teaser-content .column-bottom-teaser .column-teaser-link-item .PartnerList a {
    font-size: 20px;
    line-height: 28px;
    background-image: url(/fileadmin/Images/icon_jumper.png);
    background-position: left 5px;
    background-repeat: no-repeat;
    padding-left: 28px;
    margin-bottom: 12px;
}

/* three-column-member-section-content */
.three-column-member-section-content {
    margin-bottom: 40px;
    padding-top: 5px;
}
.three-column-member-section-content .container {
    background-color: #f0f1f2;
    position: relative;
    box-sizing: border-box;
    border-radius: 3px 3px 3px 3px;
}
@media(max-width:768px){
    .three-column-member-section-content .container {
        margin-right: 20px;
        margin-left: 20px;
        width: calc(100% - 40px);
    }
}
.three-column-member-section-content .container a.close {
    margin-top: 20px;
    margin-right: 5px;
    background-image: url(/fileadmin/Images/close-icon.png);
    background-repeat: no-repeat;
    height: 24px;
    width: 24px;
    opacity: 1;
    z-index: 45;
    position: relative;
}
@media(max-width:520px){
    .three-column-member-section-content .container a.close {
        margin-right: 0px;
    }
}
.three-column-member-section-content .container .row {
    padding: 23px 0px 0px 29px;
}
.three-column-member-section-content .container .row .col-xs-12.col-sm-12.col-md-12, .three-column-member-section-content .container .row .col-xs-12.col-sm-6.col-md-6 {
    padding-right: 0px;
    padding-left: 0px;
}
.three-column-member-section-content .container .headlineBlock {
    margin-top: -25px;
}
.three-column-member-section-content .container .headlineBlock h3 {
    margin-right: 75px;
    margin-bottom: 0px;
    text-transform: none;
    font-weight: 600;
    font-size: 22px;
    line-height: 34px;
    color: #3e5c71;
}
.three-column-member-section-content .container .contact-block .contact-content {
    padding-bottom: 33px;
    padding-left: 27px;
    background-repeat: no-repeat;
    background-position: left 9px;
    color: #3e5c71;
}
.three-column-member-section-content .container .contact-block .contact-content.technical-level {
    background-image: url(/fileadmin/Images/technical-level-icon.png);
}
.three-column-member-section-content .container .contact-block .contact-content.high-level {
    background-image: url(/fileadmin/Images/high-level-icon.png);
}
@media(max-width:520px){    
    .three-column-member-section-content .container .contact-block .contact-content {
        background-position: left 4px;
    }
}
.three-column-member-section-content .container .contact-block .contact-content span {
    font-weight: 500;
}
.three-column-member-section-content .container .contact-block .contact-content a {
    color: #3aaa35;
}
.three-column-member-section-content .container .footerBlock {
    margin-right: 30px;
    border-top: 1px solid #d8dee3;
    display: flex;
    color: #3e5c71;
}
.three-column-member-section-content .container .footerBlock div {
    padding-top: 12px;
    padding-bottom: 19px;
}
@media(max-width:520px){
    .three-column-member-section-content .container .footerBlock {
        flex-direction: column;
    }
    .three-column-member-section-content .container .footerBlock div {
        margin-left: 0px !important;
        padding-top: 12px;
        padding-bottom: 0px;
    }
    .three-column-member-section-content .container .footerBlock div:last-of-type {
        padding-bottom: 12px;
    }
}
.three-column-member-section-content .container .footerBlock .LevelOfRepresentation {
    font-weight: 500;
}
.three-column-member-section-content .container .footerBlock .HighLevel {
    margin-left: 39px;
    padding-left: 20px;
    background-image: url(/fileadmin/Images/high-level-icon.png);
    background-repeat: no-repeat;
    background-position: left 22px;
}
.three-column-member-section-content .container .footerBlock .TechnicalLevel {
    margin-left: 39px;
    padding-left: 20px;
    background-image: url(/fileadmin/Images/technical-level-icon.png);
    background-repeat: no-repeat;
    background-position: left 22px;
}
@media(max-width:992px){
    .three-column-member-section-content .container .footerBlock .HighLevel, .three-column-member-section-content .container .footerBlock .TechnicalLevel {
        background-position: left 17px;
    }
}

/* four-column-partner-section */
.four-column-partner-section {
    padding-bottom: 40px;
}
@media(max-width:768px){
    .four-column-partner-section {
        padding-top: 30px;
    }
}
.four-column-partner-section .row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.four-column-partner-section .row div.col-xs-11.col-sm-6.col-md-3 {
    margin-bottom: 40px;
    padding-right: 5px;
    padding-left: 5px;
}

.four-column-partner-section .teaser-block {
    height: 100%;
}

.four-column-partner-section .teaser-block .teaser-content {
    height: 100%;
    padding: 32px 0px;
    display: flex;
    align-items: center;
    flex-direction: column;
    background-color: #ffffff;
}

.four-column-partner-section .teaser-block .teaser-content h3 {
    margin-bottom: 5px;
    padding: 8px 24px 7px 24px;
    width: 100%;
    font-size: 22px;
    line-height: 26px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    background-color: #3e5c71;
    color: #ffffff;
    box-sizing: border-box;
    border-radius: 3px 3px 3px 3px;
}

.four-column-partner-section .teaser-block .teaser-content h3.h3-smaller {
    padding: 8px 14px 7px 14px;
}

@media(max-width:1200px){
    .four-column-partner-section .teaser-block .teaser-content h3 {
        font-size: 16px;
        line-height: 22px;
    }
}

.four-column-partner-section .teaser-block .teaser-content .column-teaser-image {
    margin: 7px 0px 65px 0px;
    height: 100px;
    width: 100%;
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 35px;
    left: 0px;
}

.four-column-partner-section .teaser-block .teaser-content .column-teaser-links {
    width: 100%;
}

.four-column-partner-section .teaser-block .teaser-content .column-teaser-links .column-teaser-link-item {
    margin-bottom: 5px;
    padding: 8px 24px 7px 24px;
    width: 100%;
    font-size: 22px;
    line-height: 26px;
    font-weight: 400;
    text-transform: uppercase;
    background-color: #f0f1f2;
    color: #3e5c71;
    box-sizing: border-box;
    border-radius: 3px 3px 3px 3px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
@media(max-width:1200px){
    .four-column-partner-section .teaser-block .teaser-content .column-teaser-links .column-teaser-link-item {
        padding: 8px 16px 7px 16px;
        font-size: 16px;
        line-height: 22px;
    }
}

.four-column-partner-section .teaser-block .teaser-content .column-teaser-links .column-teaser-link-item .Flags {
    display: flex;
    align-items: center;
}

.four-column-partner-section .teaser-block .teaser-content .column-teaser-links .column-teaser-link-item .Flags div {
    width: 37px;
    height: 24px;
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 10px;
}
@media(max-width:1200px){
    .four-column-partner-section .teaser-block .teaser-content .column-teaser-links .column-teaser-link-item .Flags div {
        height: 80%;
        background-position: right;
        margin-left: 0px;
    }
}

.four-column-partner-section .teaser-block .teaser-content .column-teaser-links .column-teaser-link-item .Flags .de-de {
    background-image: url(/fileadmin/Images/about-ipcei/flags/de-de.png);
}

.four-column-partner-section .teaser-block .teaser-content .column-teaser-links .column-teaser-link-item .Flags .fi-fi {
    background-image: url(/fileadmin/Images/about-ipcei/flags/fi-fi.png);
}

.four-column-partner-section .teaser-block .teaser-content .column-teaser-links .column-teaser-link-item .Flags .pl-pl {
    background-image: url(/fileadmin/Images/about-ipcei/flags/pl-pl.png);
}

.four-column-partner-section .teaser-block .teaser-content .column-teaser-links .column-teaser-link-item .Flags .ro-ro {
    background-image: url(/fileadmin/Images/about-ipcei/flags/ro-ro.png);
}

.four-column-partner-section .teaser-block .teaser-content .column-teaser-links .column-teaser-link-item .Flags .fr-fr {
    background-image: url(/fileadmin/Images/about-ipcei/flags/fr-fr.png);
}

.four-column-partner-section .teaser-block .teaser-content .column-teaser-links .column-teaser-link-item .Flags .it-it {
    background-image: url(/fileadmin/Images/about-ipcei/flags/it-it.png);
}

.four-column-partner-section .teaser-block .teaser-content .column-teaser-links .column-teaser-link-item .Flags .sv-se {
    background-image: url(/fileadmin/Images/about-ipcei/flags/sv-se.png);
}

.big-button {
    font-weight: 400;
    text-transform: uppercase;
    background-color: #3e5c71;
    color: #ffffff !important;
    box-sizing: border-box;
    border-radius: 3px 3px 3px 3px;
    padding: 8px 24px 7px 24px;
}

.big-button.big-button-reversed {
    background-color: #3aaa35;
}

.big-button:hover, .big-button:active, .big-button:focus {
    background-color: #3aaa35;
}

.big-button.big-button-reversed:hover, .big-button.big-button-reversed:active, .big-button.big-button-reversed:focus {
    background-color: #3e5c71;
}

.noPaddingBottom {
    padding-bottom: 0px !important;
}

ul.f3-widget-paginator li, ul.f3-widget-paginator a {
    color: #3e5c71;
}

.page-navigation a:hover, .page-navigation a:active, .page-navigation a:focus {
    color: #3aaa35;
}

.spannerLogin {
    min-width: 242px;
}

div.introtext + .spannerLogin {
    display: none;
}

div.introtext + .spannerLogin + p {
    margin-top: 10px;
}

.spannerLogin {
    min-width: 242px;
}

@media(max-width:992px) {
    .spannerLogin {
        min-width: 195px;
    }
}

@media(max-width:768px) {
    .spannerLogin {
        display: none;
    }
}

@media(min-width:1201px){
    h1{
        line-height: 59px;
    }
}
h2 {
    position: relative;
    font-size: 36px;
    margin: 0 0 10px;
}
h3 {
    color: #707173;
    font-size: 24px;
    margin: 0 0 29px;
    text-transform: uppercase;
}
h4 {
    font-size: 18px;
}
h5,h6{
    font-size: 16px;
}
p {
    line-height: 28px;
    margin: 0 0 27px;
}
a {
    color:#3c3c3c;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
strong,b,label{
    font-weight: 400;
}
a:hover,
a:active,
a:focus {
    outline: none;
    text-decoration: none;
    color: #3e5c71;
}
img {
    max-width: 100%;
    height: auto;
}
ol, ul {
    padding-left: 21px;
}
input[type="password"], input[type="text"], input[type="email"], input[type="number"], select, textarea{
    -moz-appearance: none;
    -webkit-appearance: none;
    -appearance: none;
}
input[type="password"], input[type="text"], input[type="email"], input[type="number"], select, textarea {
    background-color: #fff;
    border: 1px solid #cccccc;
    border-radius: 0;
    box-shadow: none;
    font-size: inherit;
    height: 48px;
    outline: medium none;
    padding: 0 11px;
    width: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
input[type="password"]:focus, input[type="text"]:focus, input[type="email"]:focus, input[type="number"]:focus, select:focus, textarea:focus{
    border-color: #3e5c71;
}
select {
    cursor: pointer;
    background-image: url("Images/select-dropdown.jpg");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    overflow: hidden;
    padding-right: 60px;
    text-overflow: ellipsis;
}
select::-ms-expand { 
    display: none; 
}
option {
    padding: 10px 11px;
}
textarea {
    min-height: 168px;
    resize: none;
    padding: 11px 11px;
}
.btn{
    background-color: transparent;
    border: 2px solid #3e5c71;
    border-radius: 0;
    color: #3e5c71;
    font-size: inherit;
    font-weight: inherit;
    height: 53px;
    padding: 10px 28px;
    position: relative;
    text-align: center;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
input[type="button"]:hover, 
input[type="reset"]:hover, 
input[type="submit"]:hover, 
.btn:hover,
.btn:focus,
button:hover{
    color: #fff;
    background-color: #3e5c71;
}
::-webkit-input-placeholder {
    opacity: 1;
}
:-moz-placeholder {
    opacity: 1;
}
::-moz-placeholder {
    opacity: 1;
}
:-ms-input-placeholder {
    opacity: 1;
}
.container{
    max-width: 1200px;
    width: 100%;
}
header.page{
    border-bottom: 1px solid transparent;
    background-color: #fff;
    left: 0;
    padding: 15px 0px 20px 0px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
@media(min-width:993px){
    .fixed-header header.page{
        border-color: #cccccc;
        padding: 20px 0;
    }
}
.logo{
    float: left;
}
.padding-bottom-60{
    padding-bottom: 60px !important;
}
.padding-top-60{
    padding-top: 60px !important;
}
.border-top{
    border-top: 1px solid #cccccc;
    padding-top: 60px !important;
}
.border-bottom{
    border-bottom: 1px solid #cccccc;
}
.grey-bg{
    background-color: #f3f3f3 !important;
}


.stage-slider-section {
    padding: 0px;
}
.stage-slide-btn{
    display: none;
}
.stage-slide-img{
    background-size: cover;
    background-position: center center;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    pointer-events: none;
    height: 100%;
    width: 100%;
}
.stage-slide{
    height: 601px;
    position: relative;
}
.stage-slide.SmallHeight{
    height: 301px;
}
.stage-slide div.ImageOverlayRight{
    position: absolute;
    top: 40px;
    right: 0px;    
}
.stage-slide div.ImageOverlayRight img{
    max-width: 100%;
    height: auto;
}
main {
    margin: 97px 0 0;
}
.stage-slide-content {
    min-height: 130px;
}
.stage-slide-content-noLink a {
    cursor: auto;
}
.stage-slide-content-noLink .stage-slide-block::before {
    display: none;
}
.stage-slide-content h6 {
    color: inherit;
    font-size: 16px;
    font-weight: 300;
    margin: 0 0 8px;
}
.stage-slide-content h2 {
    color: inherit;
    margin: 0 0 25px;
}
.stage-slide-content p {
    line-height: 28px;
    margin: 0 0 20px;
    max-width: 480px;
}
.stage-slide-content a {
    min-height: 130px;
    display: flex;
    color: inherit;
}
.stage-slide-content a div.iconBlock {
    width: 140px;
    min-width: 140px;
    background-repeat: no-repeat;
    background-position: 38px 12px;
    background-color: rgba(62,92,113,0.9);
}
@media(max-width:992px) {
    .stage-slide-content {
        min-height: 50px;
    }

    .stage-slide-content a {
        min-height: 50px;
    }

    .stage-slide-content a div.iconBlock {
        width: 100px;
        min-width: 100px;
        background-position: 5px top;
        background-size: 70px;
    }
}
@media(max-width:767px){
    .stage-slide-content a div.iconBlock {
        width: 70px;
        min-width: 70px;
        background-position: 5px top;
        background-size: 50px;
    }
}
.stage-slide-content a div.iconBlock + div.stage-slide-block {
    width: calc(100% - 140px);
}
@media(max-width:992px) {
    .stage-slide-content a div.iconBlock + div.stage-slide-block {
        width: calc(100% - 100px);
    }
}
@media(max-width:767px){
    .stage-slide-content a div.iconBlock + div.stage-slide-block {
        width: calc(100% - 70px);
    }
}
.stage-slide-content a div.iconBlock + div.stage-slide-block .stage-slide-btn {
    display: none;
}
.stage-slide-content a div.icon-raw-material {
    background-image: url("/fileadmin/Images/about-ipcei/icon_raw-materials_white.png");
}
.stage-slide-content a div.icon-cells {
    background-image: url("/fileadmin/Images/about-ipcei/icon_cells_white.png");
}
.stage-slide-content a div.icon-battery {
    background-image: url("/fileadmin/Images/about-ipcei/icon_battery_white.png");
}
.stage-slide-content a div.icon-repurposing {
    background-image: url("/fileadmin/Images/about-ipcei/icon_repurposing_white.png");
}
.owl-dot {
    background-color: transparent;
    float: left;
}
.owl-dot span{
    background-color: #fff;
    display: inline-block;
    height: 2px;
    margin: 0 2.5px;
    vertical-align: middle;
    width: 20px;
}
.owl-dot.active span{
    background-color: #3aaa35 !important;
}
.navigation ul,
.navigation li{
    margin: 0;
    padding: 0;
    list-style: none;
}
.navigation li:before{
    display: none;
}
.service-range-block a{
    -webkit-transition: all 0s ease;
    transition: all 0s ease;
}
.navigation nav {
    display: flex;
}
.navigation nav a {
    color: #3e5c71;
}
.navigation nav a:hover, .navigation nav a:active {
    color: #3aaa35 !important;
}
.navigation nav .login {
    display: flex;
    align-items: center;
    margin-left: 47.5px;
    width: 16px;
}
.navigation nav .login a.active div {
    background-image:  url(/fileadmin/Images/icon-login_active.png);
}
.navigation nav .login a.active::after {
    z-index: 9999;
    background-color: #3aaa35;
    bottom: -14px;
    content: "";
    height: 2px;
    right: -5px;
    position: absolute;
    width: 26px;
}
@media(min-width:993px) and (max-width:1200px) {
    .navigation nav .login {
        margin-left: 28px;
    }
}
@media(max-width:992px) {
    .navigation nav {
        overflow: hidden;
    }
    .navigation nav .login {
        margin-left: 14px;
        padding: 9px 0px;
        width: 100%;
    }
    .navigation nav .login a {
        width: 100%;
    }
    .navigation nav .login a div {
        width: 100% !important;
        height: 20px;
        background-position: left 2px;
    }
    .navigation nav .login a div span {
        display: inline-block !important;
        padding-left: 25px;
    }
}
.navigation nav .login a div {
    background-repeat: no-repeat;
    width: 16px;
    height: 18px;
    background-size: contain;
}
.navigation nav .login a div.headerLoginButton {
    background-image:  url(/fileadmin/Images/icon-login.png);
}
.navigation nav .login a:hover div.headerLoginButton, .navigation + .login a:active div.headerLoginButton {
    background-image:  url(/fileadmin/Images/icon-login_active.png);
}
.navigation nav .login a div.headerLogoutButton {
    background-image:  url(/fileadmin/Images/icon-logout.png);
}
.navigation nav .login a:hover div.headerLogoutButton, .navigation + .login a:active div.headerLogoutButton {
    background-image:  url(/fileadmin/Images/icon-logout_active.png);
}
@media(min-width:993px){
    .navigation .link-box{
        display: none;
    }
    nav{
        height:  auto !important;
    }
    .stage-slide .container{
        position: absolute;
        height: 100%;
        width: 100%;
        z-index: 2;
        max-width: 1170px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .stage-slide-content {
        bottom: 87px;
        color: #fff;
        left: 0;
        max-width: 600px;
        position: absolute;
        width: 100%;
    }
    .stage-slide.SmallHeight .stage-slide-content {
        xtop: 10px;
        bottom: 30px;

        max-height: 280px;
        overflow: hidden;
    }
    .stage-slide-block{
        min-width: 600px;
        position: relative;
        padding: 28px 38px 13px;
        background-color: rgba(62, 92, 113, 0.9);
    }
    .stage-slide-block::before {
        background-image: url("Images/Jumper-XL-white.png");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
        bottom: 41px;
        content: "";
        height: 38px;
        position: absolute;
        right: 32px;
        width: 21px;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    .stage-slide-block:hover:before{
        right: 25px;
    }
    .link-box {
        display: none;
    }
    /*.link-box {
        background-color: #3c3c3c;
        display: inline-block;
        font-size: 16px;
        font-weight: 600;
        left: -92px;
        position: fixed;
        text-align: center;
        top: 47.8%;
        z-index: 997;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }*/
    .link-box a{
        float: left;
        padding: 4px 21px 6px;
        color: #fff;
    }
    .navigation {
        float: right;
        display: inline-block !important;
        height: auto !important;
        color: #3e5c71;
        font-weight: 400;
        margin-right: 1px;
        margin-left: -20px;
        position: relative;
        top: 13px;
    }
    .navigation nav > ul > li {
        float: left;
        margin-left: 25px;
    }
    .navigation nav > ul > li >a{
        float: left;
        position: relative;
        color: inherit;
    }
    .navigation nav > ul > li.mega-menu--open > a,
    .navigation nav > ul > li.active > a,
    .navigation nav > ul > li:hover > a{
        color: #3aaa35;
    }
    .navigation nav > ul > li > a::after {
        z-index: 9999;
        background-color: #3aaa35;
        bottom: -14px;
        content: "";
        height: 2px;
        left: 0;
        position: absolute;
        width: 100%;
        opacity: 0;
    }
    .navigation nav > ul > li.active > a:after{
        opacity: 1;
    }
    .mega-menu-wrapper {
        background-color: rgba(0, 0, 0, 0.4);
        left: 0;
        position: fixed;
        top: 96px;
        width: 100%;
        z-index: 998;
        display: none !important;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;

        border: 1px solid #dddde0;
    }
    .mega-menu-wrapper .mCSB_container{
        background-color: #ffffff;
    }
    .mega-menu--open .mega-menu-wrapper{
        display: block !important;
    }
    .fixed-header .mega-menu-wrapper{
        top: 88px;
    }
    .mega-menu-inner {
        position: relative;
        max-width: 1200px;
        width: 100%;
        margin: 0px auto 0px auto;
        padding: 40px 0px 50px 0px;
    }
    .mega-menu--open.has-megamenu > a::before {
        display: none;

        background-color: #fff;
        bottom: -60px;
        content: "";
        height: 50px;
        left: 50%;
        position: absolute;
        -webkit-transform: translateX(-50%) rotate(45deg);
        transform: translateX(-50%) rotate(45deg);
        width: 50px;
        z-index: 999;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }
    .fixed-header .mega-menu--open.has-megamenu > a::before {
        bottom: -52px;
    }
    .mega-menu-close {
        cursor: pointer;
        position: absolute;
        right: 30px;
        top: 24px;
        z-index: 9;
    }
    .mega-menu-inner h3 {
        margin-bottom: 12px;
        color: #3e5c71;
    }
    .mega-menu-inner div.Image {
        padding: 16px 0px 0px 0px;
    }
    .mega-menu-inner ul,
    .mega-menu-inner li{
        list-style: none;
        margin: 0;
        padding: 0;
    }
    .mega-menu-inner li:before{
        display: none;
    }
    .mega-menu-inner li a {
        background-color: #fff;
        display: block;
        font-size: 18px;
        margin-bottom: 2px;
        padding: 10px 20px 10px 20px;
    }
    .mega-menu-inner li ul {
        padding-left: 25px;
    }
    .mega-menu-wrapper h2 {
        color: #fff;
        font-size: 20px;
        margin: 25px 0 26px;
        text-transform: uppercase;
    }
    .service-range-block {
        background-color: #fff;
        color: #707173;
        margin: 0 0 30px;
        position: relative;
        width: 100%;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    .service-range-block a{
        display: table;
        width: 100%;
        color: inherit;
        height: 132px;
    }
    .service-range-block a:hover{
        color: #3e5c71;
    }
    .service-range-img {
        background-position: center center;
        background-size: cover;
        display: table-cell;
        width: 200px;
    }
    .service-range-content {
        display: table-cell;
        padding: 0 20px 0 40px;
        vertical-align: middle;
    }
    .service-range-content p {
        margin: 0;
        position: relative;
    }
    .service-range-content p.has-icon{
        padding-left: 35px;
    }
    .service-range-block:hover{
        box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
    }
    .service-range-content img {
        left: 0;
        position: absolute;
        top: 2px;
    }
    .owl-dots {
        position: absolute;
        right: 13px;
        top: 0;
        z-index: 2;
    }
}
.owl-nav div{
    background-color: rgba(44, 45, 50, 0.8);
    height: 50px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 50px;
    z-index: 9;
    opacity: 0;
    background-image: url(Images/owl-nav.png);
    background-repeat: no-repeat;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.owl-prev {
    background-position: 16px center;
    left: 0;
}
.owl-next {
    background-position: -36px center;
    right: 0;
}
.owl-carousel:hover .owl-nav div{
    opacity: 1;
}
.jump-navigation-section {
    margin: 0;
    padding: 0 109px;
    position: relative;
    text-align: center;
    z-index: 2;
}
.jump-navigation-section .container {
    max-width: 1350px;
}
.jump-navigation-section a {
    color: #3e5c71;
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    margin: 0 18px;
    padding: 35px 5px 32px;
    vertical-align: top;
}
.jump-navigation-block {
    background-color: #fff;
    margin: -93px 0 0;
}
.jump-navigation-block .jerg-icon {
    float: left;
    margin-right: 10px;
}
.introduction-text-block {
    color: #3e5c71;
    padding: 36px 0px 31px;
    position: relative;
    z-index: 1;
}
.introduction-text-block h1 {
    position: relative;
    margin-bottom: 0px;
}
.introduction-text-block h1 + div.H2Underline {
    margin-top: 13px;
    margin-bottom: 34px;
    width: 80px;
    height: 3px;
    background-color: #3aaa35;
}
.introduction-text-block h2 {
    color: #3aaa35;
    padding-bottom: 14px;
}
.introduction-text-block h1.has-icon {
    padding-left: 81px;
}
.introduction-text-block h3 {
    margin-bottom: 8px;
    color: #3aaa35;
    font-size: 26px;
    font-weight: 600;
}
.introduction-text-block  [class*="jerg-"] {
    left: 1px;
    position: absolute;
    top: 0;
}
.introduction-text-block p {
    max-width: 770px;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 13px;
}
.introduction-text-block a {
    color: #3aaa35;
}
.introduction-text-block a:hover {
    text-decoration: underline;
}
.introduction-text-block ul {
    max-width: 770px;
}
.introduction-text-block ul li {
    padding-bottom: 10px;
}
.introduction-text-block ul li::marker {
    color: #3aaa35;
}
.introduction-text-block div.introtext p {
    max-width: 770px;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 13px;
}
.introduction-text-block table.contenttable {
    margin-bottom: 40px;
}
.introduction-text-block table.contenttable tr td {
    padding: 5px 15px 5px 0px;
    border-bottom: 1px solid #3aaa35;
}
@media(max-width:993px){
    .introduction-text-block p {
        font-size: 16px;
        line-height: 28px;
    }
    .introduction-text-block div.introtext p {
        max-width: 770px;
        font-size: 18px;
        line-height: 26px;
    }
}
.spacer{
    padding-top: 94px;
}
.bullet-list-block {
    margin: 28px 0 0;
}
.bullet-list-block ul{
    font-weight: 400;
    padding: 0;
    margin-bottom: 19px;
}
.bullet-list-block li{
    background: #fff;
    list-style: none;
    border: 0;
    padding: 12px 40px 11px;
    letter-spacing: 0.3px;
    margin-bottom: 2px;
    position: relative;
}
.bullet-list-block li:before{
    content: '';
    background: #3e5c71;
    width: 7px;
    height: 7px;
    position: absolute;
    left: 19px;
    top: 23px;
}
.references-section a {
    display: block;
    margin: 0 0 11px;
}
.references-img {
    background-position: center center;
    background-size: cover;
    height: 220px;
    margin: 0 0 11px;
    width: 100%;
}
.references-section a figure img,
.references-section a figcaption{
    display: inline-block;
    margin: 0 0 10px;
}
.global-contact-section{
    padding-top: 70px;
}
.global-contact-section h2 {
    font-weight: 600;
    letter-spacing: 0;
    margin: 10px 0;
    text-transform: uppercase;
}
.global-contact-block a {
    color: #3e5c71;
    font-size: 24px;
    line-height: 28px;
    font-weight: 400;
    margin: 23px 0 30px;
    display: inline-block;
}
.global-contact-block img{
    max-width: 50px;
    margin-right: 20px;
}
.address-block {
    margin: 24px 0 14px;
    display: inline-block;
}
.address-block h4{
    font-size: 24px;
    line-height: 28px;
    margin: 0;
    font-weight: 600;
}
.address-block p{
    font-size: 24px;
    margin: 0;
}
.google-map-section {
    height: 602px;
    padding: 0 64px;
    text-align: center;
}
.map-block{
    position: relative;
    height: 100%;
}
.map{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.grey-bg.global-contact-section {
    padding-top: 51px;
}
.grey-bg .global-contact-block a {
    margin: 41px 0 20px;
}
.text-full-width-section {
    padding: 0 0 26px;
}
.text-full-width-section p + h3 {
    margin: 69px 0 28px;
}
p a{
    color: #3e5c71;
}
.image-teaser-content {
    background-color: #f3f3f3;
    padding: 29px 30px 21px 597px;
}
.image-teaser-section{
    padding-top: 29px;
}
.image-teaser-block {
    margin: 30px 0 19px;
    min-height: 350px;
    padding: 30px 0;
    position: relative;
}
.image-teaser-block a,.link{
    color: #3e5c71;
    font-size: 16px;
    font-weight: 600;
    padding-right: 18px;
    position: relative;
}
.image-teaser-block a::after,.link:after{
    background-image: url("Images/link-icon.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 11px;
    position: absolute;
    right: 0;
    top: 8px;
    width: 7px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.image-teaser-block a:hover:after,
.link:hover:after{
    right: -5px;
}
.image-teaser-content h2 {
    font-weight: 600;
    text-transform: uppercase;
}
.image-teaser-block [class*="col"]{
    position: static;
}
.image-teaser-bg {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 350px;
    left: 0;
    position: absolute;
    top: 0;
    width: 530px;
}
.image-teaser-content p {
    margin: 0 0 13px;
}
::-moz-selection { 
    color: #fff;
    background: #3aaa35;
}
::selection {
    color: #fff;
    background: #3aaa35;
}
.headline-block h2 {
    text-align: center;
    font-size: 36px;
    font-weight: 600;
    margin: 0 0 -5px;
    text-transform: uppercase;
}
.headline-block h2 + div.H2Underline {
    margin-top: 28px;
    margin-bottom: 34px;
    width: 80px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    height: 3px;
    background-color: #3aaa35;
}
.headline-section {
    padding: 71px 0 38px;
}
.headline-block h3 {
    max-width: 1030px;
    color: #3e5c71;
    font-weight: bold;
    text-align: center;
    text-transform: none;
    line-height: 1.25;
    margin: 15px auto -4px;
}
.headline-block h3 p {
    margin-bottom: 0px;
}
.service-box{
    background-color: #fff;
}
.service-box h2 {
    font-size: 30px;
    margin: 0 0 28px;
}
.service-box h2.has-icon{
    padding-left: 59px;
}
.service-box ul,.service-box li{
    list-style: none;
    margin: 0;
    padding: 0;
}
.service-box-content li {
    line-height: 24px;
    margin: 0 0 10px;
}
.service-box-content {
    min-height: 350px;
    display: inline-block;
    padding: 33px 0 60px;
    width: 100%;
}
.service-box img{
    max-width: 530px;
}
.service-box-content .jerg-icon {
    left: 1px;
    position: absolute;
    text-align: center;
    top: -3px;
    width: 38px;
}
.service-box ul {
    float: left;
    padding-right: 10px;
    width: 50%;
}
.link-wrap {
    display: inline-block;
    margin: 4px 0 0;
    width: 100%;
}
.service-box-content .link-wrap {
    margin: 0;
    bottom: 28px;
    left: 0;
    padding: 0 15px;
    position: absolute;
    width: 100%;
}
.link-wrap a{
    margin-bottom: 7px;
    float: left;
    margin-right: 38px;
}
.service-box-content .link{
    margin-right: 51px;
}
.service-img {
    background-position: center center;
    background-size: cover;
    height: 100%;
    position: absolute;
    top: 0;
    width: 530px;
}
.service-img-wrapper {
    height: 100%;
    position: relative;
}
.menu-trigger {
    cursor: pointer;
    height: 18px;
    width: 20px;
    padding: 0;
    display: none;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.menu-trigger .bars {
    background-color: #888888;
    height: 2px;
    margin-bottom: 4px;
    width: 100%;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.menu-trigger .bars:last-child {
    margin-bottom: 0;
}
.menu--open .bars:first-child {
    -webkit-transform: translateY(6px) rotate(135deg);
    transform: translateY(6px) rotate(135deg);
}
.menu--open .bars:nth-child(2) {
    -webkit-transform: scale(0);
    transform: scale(0);
}
.menu--open .bars:last-child {
    -webkit-transform: translateY(-6px) rotate(-135deg);
    transform: translateY(-6px) rotate(-135deg);
}
.nav-arrow{
    display: none;
}
footer.page ul,
footer.page li{
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
}
footer.page li a{
    color: #ffffff;
}
footer.page p {
    color: #ffffff;
    float: left;
    margin: 7px 0 0;
}
footer.page ul {
    margin-left: 76px;
    position: relative;
    top: 6px;
}
footer.page li:not(:last-child):after {
    color: #ffffff;
    content: "|";
    margin: 0 11px;
}
.social {
    float: right;
}
@media(max-width:992px){
    .social {
        margin-top: 15px;
    }
}
footer.page {
    background-color: #3e5c71;
    padding: 35px 0;
}
.social a {
    float: left;
    margin-left: 10px;
}
footer.page .social p {
    margin-right: 20px;
}
.FirstFooterRow {
    padding-bottom: 60px;
    border-bottom: 1px solid #fff;
}
.FirstFooterRow .InnerCol {
    padding: 0px;
}
.InnerCol li {
    float: none !important;
    padding-bottom: 4px !important;
}
.InnerCol li:not(:last-child):after {
    display: none;
}
.InnerCol li a {
    color: #ffffff;
}
.InnerCol li a.FirstlevelLink {
    font-weight: 400;
}
.InnerCol li a.SecondlevelLink {
    font-weight: 300;
}
.SecondFooterRow {
    padding-top: 30px;
}
.extraPadding {
    margin-bottom: 34px !important;
}
.go-top {
    background-color: rgba(44, 45, 50, 0.8);
    bottom: -50px;
    cursor: pointer;
    height: 40px;
    line-height: 1.7;
    position: fixed;
    right: 35px;
    text-align: center;
    width: 40px;
    z-index: 9;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.go-top:hover{
    background-color: rgba(44, 45, 50, 1);
}
.go-top.visible {
    bottom: 125px;
}
.contact-person-block{
    background-color: #fff;
    display: table;
    width: 100%;
    margin: 0 0 20px;
}
.contact-person-block figure img{
    width: 100%;
    height: 100%;
}
.contact-person-block figure{
    display: table-cell;
    height: 275px;
    width: 220px;
}
.contact-person-content {
    display: table-cell;
    padding: 27px 20px 20px 40px;
    vertical-align: middle;
}
.contact-info {
    display: inline-block;
    margin: 10px 0 0;
    width: 100%;
}
.contact-info a{
    -ms-word-break: break-all;
    word-break: break-all;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}
.contact-person-content p {
    display: inline-block;
    margin: 0;
    width: 100%;
    margin: 0;
}
.contact-info strong{
    width: 74%;
    float: left;
    font-weight: 300;
}
.contact-info strong:first-child {
    max-width: 65px;
    width: 26%;
}
.jerg-icon,.jerg-icon-xl{
    height: 25px;
    width: 25px;
    background-repeat: no-repeat;
    display: block;
    background-position: center center;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.jerg-icon-xl {
    background-size: contain;
    height: 54px;
    width: 54px;
}
.icon-building-grey{
    background-image: url(Images/icon-01.png);
}
.icon-building-grey.jerg-icon-xl{
    background-image: url(Images/icon-01-grey-large.png);
}
.icon-building-red.jerg-icon-xl{
    background-image: url(Images/icon-01-red-large.png);
}
.icon-building-red,
.service-range-block:hover .icon-building-grey{
    background-image: url(Images/icon-01-hover.png);
}
.icon-waterdrop-grey{
    background-image: url(Images/icon-02.png);
}
.icon-waterdrop-grey.jerg-icon-xl{
    background-image: url(Images/icon-02-grey-large.png);
}
.icon-waterdrop-red.jerg-icon-xl{
    background-image: url(Images/icon-02-red-large.png);
}
.icon-waterdrop-red,
.service-range-block:hover .icon-waterdrop-grey{
    background-image: url(Images/icon-02-hover.png);
}
.icon-computer-grey{
    background-image: url(Images/icon-03.png);
}
.icon-computer-grey.jerg-icon-xl{
    background-image: url(Images/icon-03-grey-large.png);
}
.icon-computer-red.jerg-icon-xl{
    background-image: url(Images/icon-03-red-large.png);
}
.icon-computer-red,
.service-range-block:hover .icon-computer-grey{
    background-image: url(Images/icon-03-hover.png);
}
.icon-plug-grey{
    background-image: url(Images/icon-04.png);
}
.icon-plug-grey.jerg-icon-xl{
    background-image: url(Images/icon-04-grey-large.png);
}
.icon-plug-red.jerg-icon-xl{
    background-image: url(Images/icon-04-red-large.png);
}
.icon-plug-red,
.service-range-block:hover .icon-plug-grey{
    background-image: url(Images/icon-04-hover.png);
}
.icon-bulb-grey{
    background-image: url(Images/icon-05.png);
}
.icon-bulb-grey.jerg-icon-xl{
    background-image: url(Images/icon-05-grey-large.png);
}
.icon-bulb-red.jerg-icon-xl{
    background-image: url(Images/icon-05-red-large.png);
}
.icon-bulb-red,
.service-range-block:hover .icon-bulb-grey{
    background-image: url(Images/icon-05-hover.png);
}
.icon-transformator-grey{
    background-image: url(Images/icon-06.png);
}
.icon-transformator-grey.jerg-icon-xl{
    background-image: url(Images/icon-06-grey-large.png);
}
.icon-transformator-red.jerg-icon-xl{
    background-image: url(Images/icon-06-red-large.png);
}
.icon-transformator-red,
.service-range-block:hover .icon-transformator-grey{
    background-image: url(Images/icon-06-hover.png);
}
.icon-download{
    background-image: url(Images/download-icon.png);
    height: 11px;
    width: 11px;
}
.icon-close{
    background-image: url(Images/close-icon-red.png);
    height: 14px;
    width: 14px;
}
.service-range-content .jerg-icon {
    left: -1px;
    position: absolute;
    top: -1px;
}
.service-box h2 [class*="jerg-"] {
    height: 40px;
    left: 0;
    max-width: 40px;
    position: absolute;
    top: -5px;
}
.service-box-content.service-box-simple {
    left: -2px;
    padding: 74px 40px 40px 0;
    position: relative;
}
.button-section{
    text-align: center;
}
.button-section .btn{
    margin: 0 0 20px;
}
.quotes-slide {
    display: inline-block;
    min-height: 230px;
    padding-left: 288px;
    position: relative;
    width: 100%;
}
.no-quotes-img{
    padding: 0;
    text-align: center;
}
.no-quotes-img .quotes-img{
    display: none;
}
.quotes-img {
    border-radius: 50%;
    height: 230px;
    left: 0;
    position: absolute;
    top: 0;
    width: 230px;
}
blockquote {
    border: medium none;
    font-size: 30px;
    line-height: 36px;
    margin: 32px 0 0;
    padding: 0;
}
blockquote cite{
    font-size: 20px;
    font-style: normal;
}
blockquote p {
    line-height: inherit;
    margin: 0 0 17px;
}
.quotes-img {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
    height: 230px;
    left: 0;
    position: absolute;
    top: 0;
    width: 230px;
}
.quotes-sldier-init .owl-dots {
    margin: 0;
    padding: 14px 0 8px;
    position: relative;
    text-align: center;
}
.quotes-sldier-init .owl-dot{
    float: none;
    display: inline-block;
}
.quotes-sldier-init .owl-dot span{
    background-color: #cccccc;
}
.quotes-sldier-init .owl-next, .quotes-sldier-init .owl-prev {
    background-color: transparent;
    background-image: url("Images/owl-nav-black.png");
    top: 42%;
    opacity: 1;
}
.quotes-section .container {
    max-width: 1361px;
}
.quotes-sldier-init {
    padding: 0 80px;
}
.quotes-sldier-init .owl-prev {
    background-position: left center;
}
.quotes-sldier-init .owl-next {
    background-position: right center;
}
.quotes-section.grey-bg{
    position: relative;
}
.quotes-section.grey-bg:before{
    background-color: #F3F3F3;
    bottom: -22px;
    content: "";
    height: 44px;
    left: 49.4%;
    position: absolute;
    width: 44px;
    z-index: 0;
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
}
.image-slider-section {
    padding: 0 0 32px;
}
.text-2-column-section ul, .text-3-column-section ul {
    list-style: none;
}
.text-2-column-section ul li::before, .text-3-column-section ul li::before {
    content: "\2022";
    color: #3aaa35;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}
.text-2-column-section {
    padding: 0;
}
.text-2-column-section p:last-child {
    color: #3e5c71;
    margin: 0 0 13px;
}
.text-3-column-section {
    padding: 0;
}
.text-3-column-section p:last-child {
    color: #3e5c71;
    margin: 0 0 13px;
}
.download-block{
    padding: 19px 0 24px;
    background-color: #fff;
    border-bottom: 2px solid #f3f3f3;
}
.download-block:last-child{
    margin-bottom: 20px;
}
.download-block h3 {
    padding-right: 15px;
    color: #3e5c71;
    font-size: 24px;
    font-weight: 600;
    margin: 4px 0 18px;
    text-transform: uppercase;
}
.download-block img {
    left: 14px;
    max-height: 200px;
    max-width: 200px;
    position: relative;
    width: auto;
    border: 1px solid #cccccc;	
}
.download-block p {
    margin: 0 0 11px;
    padding-right: 25px;
}
.download-content {
    padding: 0 0 20px;
}
.download-link{
    font-weight: 600;
    font-size: 16px;
    color: #3e5c71;
    padding-right: 21px;
    position: relative;
}
.download-link .jerg-icon{
    position: absolute;
    right: 0;
    top: 6px;
}
.bullet-list-section h3{
    color: #3e5c71;
}
.bullet-list-block .content-link{
    font-weight: 400;
    letter-spacing: 0;
    padding-right: 300px;
}
.bullet-list-block .content-link .link {
    font-size: 20px;
    letter-spacing: -0.3px;
    padding-right: 24px;
    position: absolute;
    right: 20px;
    top: 12px;
}
.bullet-list-block .content-link .link::after {
    background-image: url("Images/right-icon.png");
    height: 18px;
    right: 0;
    top: 5px;
    width: 11px;
}
.bullet-list-block .content-link .link:hover::after {
    right: -5px;
}
.fancybox-navigation button {
    background: transparent !important;
}
.download-block .listDownloads {
    display: flex;
    flex-direction: column;
}
.download-block .download-link {
    display: flex;
}
.download-block .download-link .jerg-icon {
    position: relative;
    margin-left: 10px;
}
.job-special-section{
    text-align: center;
    padding: 69px 0 20px;
}
.job-special-btn-wrap .btn {
    margin: 0 13px;
    min-width: 293px;
}
.job-special-block {
    background-color: #fff;
    padding: 33px 40px;
    position: relative;
}
.job-special-block h2 {
    font-size: 30px;
    margin: 0 0 17px;
}
.job-special-block .global-contact-block a {
    margin: 6px 0 8px;
}
.global-contact-wrapper{
    display: inline-block;
    width: 100%;
}
.global-contact-wrapper .global-contact-block {
    display: inline-block;
    max-width: 356px;
    vertical-align: top;
    width: 100%;
}
.job-close-btn {
    cursor: pointer;
    position: absolute;
    right: 22px;
    top: 19px;
    z-index: 9;
}
.job-special-block hr {
    border-color: #3e5c71;
    margin: 33px 0;
}
.job-special-block .job-special-form hr {
    margin: 25px 0 22px;
}
.job-special-form label,.fileupload label{
    float: left;
    margin: 9px 0;
    padding-right: 15px;
    width: 23.9%;
}
.job-special-form label.full-width {
    margin: 9px 0 22px;
}
.job-special-form .powermail_field{
    float: left;
    width: 76%;
}
.job-special-form .form-group {
    display: inline-block;
    margin: 0 0 15px;
    vertical-align: top;
    width: 100%;
}
.job-special-form .form-group.full-width{
    margin: 0 0 30px;
}
.job-special-form {
    display: inline-block;
    margin: 7px 0 0;
    vertical-align: top;
    width: 100%;
}
.full-width{
    width: 100% !important;
    max-width: 100% !important;
}
.job-special-form .form-group:not(.full-width) .powermail_field,
.fileupload-group .powermail_field{
    max-width: 520px;
}
.fileupload {
    float: left;
    margin: 0 0 15px;
    width: 100%;
}
.fileupload:last-child{
    margin: 0;
}
.form-group .small-input {
    float: left;
    margin-right: 2%;
    width: 21.2%;
}
.form-group .large-input {
    float: left;
    width: 76.8%;
}
.inputfile {
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    width: 0.1px;
    z-index: -1;
}
.fileupload .powermail_field label {
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #cccccc;
    border-radius: 0;
    box-shadow: none;
    height: 48px;
    margin: 0;
    outline: medium none;
    padding: 0 11px;
    position: relative;
    width: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.upload-btn {
    background-color: #999999;
    color: #fff;
    font-style: normal;
    font-weight: 300;
    height: 100%;
    padding: 8px 0;
    position: absolute;
    right: 0;
    text-align: center;
    width: 167px;
}
.fileupload span {
    float: left;
    font-weight: 300;
    overflow: hidden;
    padding: 8px 180px 8px 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}
.check-condition {
    position: relative;
}
.check-condition label {
    font-weight: 300;
    padding-left: 26px;
    cursor: pointer;
    width: 100%;
}
.check-condition input {
    left: 0;
    position: absolute;
    top: 14px;
}
.job-special-form .btn {
    margin: 28px 0 20px;
}
.job-special-form p {
    margin: 32px 0 27px;
}
.pflichtfelder {
    font-size: 14px;
    position: absolute;
    right: 41px;
    top: 84px;
}
.job-special-block .address-block {
    margin: -11px 0 35px;
}
.job-special-block .address-block p{
    font-size: 20px;   
}
.job-special-block .address-block h4{
    font-size: 20px;
    color: #3c3c3c;
}
[data-panal-target]{
    display: none;
}
.text-full-width-section ul,
.text-full-width-section li{
    margin: 0;
    list-style: none;
    padding: 0;
}
.text-full-width-section li {
    line-height: 29px;
    margin: 0 0 11px;
    padding: 0 0 0 21px;
    position: relative;
}
.text-full-width-section li:last-child{
    margin: 0;
}
.text-full-width-section li::before {
    background-color: #3e5c71;
    content: "";
    height: 7px;
    left: 0;
    position: absolute;
    top: 10px;
    width: 7px;
}
.job-special-btn-wrap {
    margin: 0 0 20px;
}
.text-full-width-section ul {
    margin: -9px 0;
}
.text-full-width-section.grey-bg ul {
    margin: -9px 0 11px;
}
.text-2-column-section h3 {
    margin: -5px 0 28px;
}
.text-3-column-section h3 {
    margin: -5px 0 28px;
}
.job-info-block{
    position: relative;
}
.job-info-2-col-section .job-info-block {
    margin: 0 0 53px;
}
.job-info-block h2 {
    font-size: 30px;
    margin: 0 0 53px;
}
.job-info-2-col-section .job-info-block h2 {
    margin-top: 14px;
}
.job-info-block h3 {
    font-size: 30px;
    font-weight: 300;
    line-height: 40px;
    margin: 0 0 14px;
    position: relative;
    text-transform: inherit;
}
.job-info-content p {
    margin: 0 0 13px;
}
.job-info-2-col-section .job-info-content p {
    margin: 22px 0 0;
}
.job-info-2-col-section .job-info-content.has-icon {
    padding-left: 59px;
}
.job-info-content.has-icon{
    padding-left: 56px;
    position: relative;
}
.job-info-content img{
    position: absolute;
    left: 0;
    top: 0;
}
.job-info-section,.job-info-2-col-section{
    padding: 74px 0 30px;
}
.job-special-section h2 strong {
    display: inline-block;
    width: 100%;
}
.job-special-section h2 {
    display: inline-block;
    font-size: 30px;
    line-height: 39px;
    margin: 42px 0 49px;
    max-width: 950px;
}
.ce-intext.ce-left .ce-gallery {
    margin-right: 25px;
}
.ce-gallery figure {
    margin: 4px 0;
}
.ce-column {
    margin-right: 16px;
}
.frame > h1 {
    margin: 10px 0;
}
.parsley-errors-list,.parsley-errors-list li{
    list-style: none;
    margin: 0;
    padding: 0;
    color: #FE0000;
}
@media(max-width:1200px){
    .service-box img {
        max-width: 100%;
    }
    .service-img{
        width: 100%;
    }
}
@media(min-width:993px) and (max-width:1200px){
    .logo {
        max-width: 120px;
    }
    .navigation nav > ul > li {
        margin-left: 22px;
    }
    header.page {
        padding: 40px 0;
    }
    .navigation {
        top: -1px;
    }
    .stage-slider-section {
        padding: 0 40px;
    }
    main {
        margin: 116px 0 0;
    }
    h2 {
        font-size: 30px;
    }
    .stage-slide-content h2 {
        margin: 0 0 15px;
    }
    .stage-slide-content {
        left: 60px;
    }
    .jump-navigation-section {
        margin: 0;
        padding: 0;
    }
    .jump-navigation-block {
        margin: -71px 0 0;
    }
    .jump-navigation-section .container{
        padding: 0;
    }
    .service-box h2 {
        font-size: 28px;
    }
    .image-teaser-img {
        float: left;
        padding-right: 15px;
        position: relative;
        width: 50%;
    }
    .image-teaser-content {
        float: left;
        padding: 30px 15px 20px;
        width: 50%;
    }
    .image-teaser-block {
        min-height: 1px;
        background-color: #f3f3f3;
        display: inline-block;
        margin: 10px 0;
        padding: 0;
        width: 100%;
    }
    .mega-menu-wrapper {
        top: 116px;
    }
    .mega-menu--open.has-megamenu > a::before {
        bottom: -67px;
        height: 40px;
        width: 40px;
    }
    .fixed-header .mega-menu--open.has-megamenu > a::before {
        bottom: -48px;
    }
    .fixed-header .mega-menu-wrapper {
        top: 78px;
    }
    .mega-menu-inner li a {
        font-size: 16px;
        padding: 13px 10px 13px 20px;
    }
    .image-teaser-section {
        padding-top: 70px;
    }
    .image-teaser-bg {
        background-position: center top;
        background-size: cover;
        height: 360px;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 450px;
    }
    footer.page ul {
        margin-left: 18px;
    }
    .jump-navigation-section a {
        font-size: 15px;
        font-weight: 400;
        margin: 0;
        padding: 25px 5px;
    }
    .jump-navigation-block .jerg-icon {
        background-size: contain;
        max-height: 18px;
        max-width: 19px;
        position: relative;
        top: 1px;
    }
    h1 {
        font-size: 40px;
    }
    .introduction-text-block  [class*="jerg-"]{
        max-height: 45px;
        max-width: 45px;
        background-size: contain;
    }
    .introduction-text-block h1.has-icon {
        padding-left: 64px;
    }
    .introduction-text-block {
        padding: 30px 0px 18px;
    }
    .introduction-text-block h1 {
        margin-bottom: 20px;
    }
    .introduction-text-block p {
        font-size: 21px;
        line-height: 29px;
        margin-bottom: 13px;
    }
    .spacer {
        padding-top: 88px;
    }
    figcaption {
        font-size: 16px;
    }
    .references-section a figure img, .references-section a figcaption {
        margin: 0 0 6px;
    }
    .references-section a {
        margin: 0 0 16px;
    }
    .global-contact-block a,
    .address-block h4,
    .address-block p{
        font-size: 22px;
        line-height: 26px;
    }
    .address-block {
        margin: 14px 0;
    }
    .headline-section {
        padding: 71px 0 38px;
    }
    .service-range-img {
        width: 160px;
    }
    .service-box h2 [class*="jerg-"] {
        max-height: 34px;
        max-width: 30px;
    }
    .service-box h2.has-icon {
        padding-left: 45px;
    }
    .google-map-section {
        padding: 0;
        height: 442px;
    }
    .contact-person-block figure {
        height: 238px;
        width: 190px;
    }
    .contact-person-content {
        display: table-cell;
        padding: 20px 15px;
        font-size: 18px;
    }
    blockquote {
        font-size: 24px;
        line-height: 33px;
        margin: 0;
    }
    .download-block .download-link {
        xbottom: -25px;
    }
    .download-block {
        padding: 19px 0 38px;
    }
    .job-special-btn-wrap .btn {
        min-width: 263px;
        margin:  0 10px;
    }
    .global-contact-wrapper .global-contact-block {
        max-width: 286px;
    }
    .job-info-block h3 {
        font-size: 26px;
        line-height: 37px;
    }
    .container {
        max-width: 970px;
    }
}
@media(max-width:992px){
    .logo {
        max-width: 85px;
    }
    header.page {
        border-bottom: 1px solid #cccccc;
        padding: 12px 0 14px;
    }
    .menu-trigger {
        display: inline-block;
        float: right;
        padding: 10px 0;
    }
    .menu--open{
        overflow: hidden;
    }
    .navigation {
        display: none;
        background-color: #fff;
        left: 0;
        margin: 0;
        overflow: auto;
        padding: 0;
        position: fixed;
        top: 57px;
        width: 100%;
        z-index: 999;
        height: 100%;
        font-size: 15px;
        color: #707173;
    }
    .mega-menu-close,.link-box,.jump-navigation-section{
        display: none;
    }
    .navigation ul, .navigation li {
        float: left;
        position: relative;
        width: 100%;
    }
    .navigation nav ul {
        padding: 20px 0 0;
    }
    .navigation .visible-sm ul {
        padding: 0px;
    }
    .navigation li a {
        float: left;
        letter-spacing: 0.4px;
        padding: 9.3px 14px;
        width: 100%;
    }
    .navigation .service-range-block a {
        padding: 8px 14px 5px;
    }
    .nav-arrow {
        background-image: url("Images/jumper-down.png");
        background-position: center center;
        background-repeat: no-repeat;
        cursor: pointer;
        display: inline-block;
        height: 39px;
        pointer-events: none;
        position: absolute;
        right: 0;
        top: 0;
        width: 50px;
        z-index: 99;
    }
    .mega-menu--open .nav-arrow {
        background-image: url("Images/jumper-up.png");
    }
    .service-range-content .jerg-icon{
        max-height: 18px;
        max-width: 19px;
        position: absolute;
        top: 0;
        background-size: contain;
    }
    .service-range-content p{
        margin: 0;
        position: relative;
    }
    .service-range-content p.has-icon {
        padding-left: 33px;
    }
    .mega-menu-wrapper{
        display: none;
        float: left;
        width: 100%;
    }
    .mega-menu-inner {
        float: left;
        padding: 0px 0px 20px 0px;
        width: 100%;
    }
    .mega-menu-inner h2 {
        float: left;
        font-size: 15px;
        font-weight: 300;
        margin: 12px 0 0;
        padding: 0 13px;
        text-transform: uppercase;
        width: 100%;
    }
    .mega-menu-inner h3 {
        display: none;
    }
    .mega-menu-inner div.Image {
        display: none;
    }
    .mega-menu-inner ul {
        padding: 0px 0px 0px 0px !important;
    }
    .mega-menu-inner ul ul {
        margin-left: 20px;
    }
    .navigation nav ul ul {
        padding: 0;
    }
    .navigation li li {
        line-height: 19px;
    }
    .navigation li li a {
        margin: 12px 0 -2px;
        padding: 0 15px;
    }
    .navigation nav ul ul {
        padding: 0 0 13px;
    }
    .navigation li:hover > a,
    .navigation li.active > a{
        color: #3e5c71;
    }
    .navigation nav > ul > li.active > a::before {
        background-color: #3e5c71;
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 2px;
    }
    main {
        margin: 57px 0 0;
    }
    .stage-slide .container {
        max-width: 100%;
        padding: 0;
    }
    .stage-slide-content{
        color: #fff;
        background-color: rgba(62, 92, 113, 1);
    }
    .stage-slide{
        height: auto !important;
    }
    .stage-slide div.ImageOverlayRight{
        top: 20px;   
        max-width: 80%;
    }
    .stage-slider-section {
        padding: 0;
        background-color: #fff !important;
    }
    .stage-slider-section .owl-nav{
        display: none !important;
    }
    .owl-carousel .owl-dot span{
        background-color: #cccccc;
    }
    .owl-dots {
        padding: 9px 0;
        text-align: center;
    }
    .stage-slide-btn {
        border: 1px solid #fff;
        display: none;
        font-size: inherit;
        font-weight: 400;
        text-transform: uppercase;
        margin: 10px 0px 5px 0px;
        max-width: 160px;
        text-align: center;
        width: 100%;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
        box-sizing: border-box;
        border-radius: 3px 3px 3px 3px;
        padding: 8px 24px 7px 24px;
    }
    .stage-slide-btn:hover,
    .stage-slide-btn:focus{
        color: #3e5c71;
        background-color: #fff;
    }
    .image-teaser-bg {
        background-size: cover;
        height: 100%;
        position: relative;
        width: 100%;
    }
    p {
        margin: 0 0 15px;
    }
    .bullet-list-block li {
        padding: 10px 30px;
    }
    .bullet-list-block li::before {
        height: 6px;
        left: 14px;
        top: 18px;
        width: 6px;
    }
    .quotes-slide {
        min-height: 1px;
        padding-left: 0;
    }
    .quotes-img {
        display: block;
        height: 180px;
        left: 0;
        margin: 0 auto 20px;
        position: relative;
        top: 0;
        width: 180px;
    }
    .bullet-list-block .content-link .link:after {
        top: 2px;
        width: 7px;
    }
    .bullet-list-block .content-link .link {
        font-size: 16px;
        letter-spacing: 0;
        padding-right: 16px;
    }
    .btn {
        padding: 12px 28px;
        height: 47px;
    }
    .navigation .link-box {
        background-color: #3c3c3c;
        bottom: 0;
        display: block;
        height: 46px;
        left: 0;
        padding: 13px 10px;
        position: fixed;
        text-align: center;
        width: 100%;
    }
    .link-box a{
        color: #fff;
    }
    .owl-dot {
        display: inline-block;
        float: none;
    }
    nav {
        float: left;
        overflow: auto;
        width: 100%;
        display: flex;
        flex-direction: column;
    }
}
@media (min-width:768px) and (max-width:992px){
    .stage-slide-content{
        padding: 30px 15px;
    }
    h2 {
        font-size: 28px;
    }
    h3 {
        line-height: 1.2;
        font-size: 18px;
        margin: 0 0 15px;
    }
    .stage-slide-content h2 {
        margin: 0 0 15px;
    }
    .stage-slide-content p {
        line-height: 26px;
        max-width: 100%;
    }
    body {
        font-size: 16px;
        line-height: 1.3;
    }
    .navigation {
        top: 57px;
    }
    .image-teaser-img {
        float: left;
        padding-right: 15px;
        position: relative;
        width: 50%;
    }
    .image-teaser-content {
        float: left;
        padding: 20px 15px 10px;
        width: 50%;
    }
    .image-teaser-block {
        min-height: 1px;
        background-color: #f3f3f3;
        display: inline-block;
        margin: 10px 0;
        padding: 0;
        width: 100%;
    }
    .headline-block h2 {
        text-align: center;
        font-size: 30px;
    }
    .headline-section {
        padding: 60px 0 38px;
    }
    .service-box-content {
        padding: 20px 10px 60px 0;
        min-height: 1px;
    }
    .service-box-content .link-wrap {
        bottom: 15px;
    }
    .service-box img {
        max-height: 27px;
    }
    .service-box h2 {
        font-size: 24px;
        margin: 0 0 25px;
    }
    .service-box h2.has-icon{                                 
        padding-left: 40px;
    }
    .service-box-content .jerg-icon{
        width: 26px;
    }
    .service-box-content li {
        line-height: 1.3;
        margin: 0 0 10px;
    }
    .image-teaser-section {
        padding-top: 30px;
    }
    .stage-slide-img {
        height: 340px;
        position: relative;
    }
    .stage-slide.SmallHeight .stage-slide-img {
        height: 240px;
        position: relative;
    }
    .global-contact-section {
        padding-top: 60px;
    }
    .global-contact-block a {
        font-size: 18px;
        margin: 20px 0 15px;
    }
    .global-contact-block a img {
        margin-right: 15px;
        max-width: 35px;
    }
    .address-block h4 {
        font-size: 22px;
    }
    .address-block p {
        font-size: 20px;
        margin: 2px 0 0;
    }
    footer.page ul {
        float: right;
        margin-left: 26px;
        top: 1px;
    }
    .social a {
        margin-left: 4px;
        max-width: 28px;
    }
    footer.page .social p {
        margin-right: 10px;
    }
    footer.page p {
        margin: -1px 0 0;
    }
    .go-top {
        bottom: -50px;
        height: 28px;
        line-height: 0.7;
        padding: 7px;
        right: 15px;
        width: 28px;
    }
    .go-top.visible {
        bottom: 15px;
    }
    h1 {
        font-size: 32px;
    }
    .introduction-text-block {
        margin: 0;
        padding: 25px 0 15px;
    }
    .introduction-text-block h1.has-icon {
        padding-left: 51px;
    }
    .introduction-text-block [class*="jerg-"]{
        background-size: contain;
        max-height: 37px;
        max-width: 37px;
        top: -3px;
    }
    .introduction-text-block h1 {
        margin-bottom: 20px;
    }
    .spacer {
        padding-top: 30px;
    }
    .references-section a {
        margin: 0 0 7px;
    }
    .grey-bg.global-contact-section {
        padding-top: 32px;
    }
    .grey-bg .global-contact-block a {
        margin: 15px 0 0px;
    }
    .navigation {
        font-size: 16px;
    }
    .service-box h2 [class*="jerg-"] {
        height: 25px;
        max-width: 25px;
        top: -1px;
    }
    .text-full-width-section {
        padding: 0 0 30px;
    }
    .google-map-section {
        padding: 0;
        height: 452px;
    }
    .contact-info strong:first-child {
        width: 16%;
    }
    .contact-person-block figure {
        height: 235px;
        width: 188px;
    }
    .download-block {
        padding: 19px 0 38px;
    }
    .download-block .download-link {
        bottom: -20px;
    }
    .quotes-sldier-init {
        padding: 0 50px;
    }

    blockquote {
        font-size: 22px;
        line-height: 32px;
        text-align: center;
    }
    blockquote cite {
        font-size: 16px;
    }
    .bullet-list-block .content-link {
        padding-right: 250px;
    }
    .bullet-list-block .content-link .link {
        right: 15px;
    }
    .job-special-btn-wrap .btn {
        margin: 0 5px;
        min-width: 215px;
    }
    .job-special-block h2 {
        font-size: 28px;
    }
    .check-condition input {
        top: 9px;
    }
    .upload-btn {
        padding: 14px 0;
    }
    .global-contact-wrapper .global-contact-block {
        float: left;
        width: 33.33%;
    }
    .job-info-block h2 {
        font-size: 24px;
        margin: 0 0 32px;
    }
    .job-info-content img {
        max-height: 30px;
        max-width: 25px;
        top: 1px;
    }
    .job-info-block h3 {
        font-size: 22px;
        line-height: 29px;
        margin: 0 0 10px;
    }
    .job-info-2-col-section .job-info-content p {
        margin: 10px 0 0;
    }
    .job-info-content.has-icon {
        padding-left: 36px;
    }
    .job-info-2-col-section .job-info-block {
        margin: 0 0 40px;
    }
    .job-info-2-col-section .job-info-content.has-icon {
        padding-left: 40px;
    }
    .job-special-section h2 {
        font-size: 24px;
        line-height: 38px;
        margin: 10px 0 50px;
    }
    .service-range-content .jerg-icon{
        top: 5px;
    }
    .container {
        max-width: 750px;
    }
}
@media(max-width:767px){
    .stage-slide-img {
        height: 135px;
        position: relative;
    }
    .stage-slide-content h6 {
        font-size: 14px;
        margin: 0 0 9px;
    }
    body{
        line-height: 21px;
        font-size: 15px;
    }
    p{
        line-height: 21px;
    }
    h1{
        font-size: 24px;
    }
    h2 {
        font-size: 20px;
        margin: 0 0 12px;
        line-height: 1.3;
    }
    h3 {
        font-size: 15px;
        margin: 0 0 12px;
    }
    .stage-slide-content h2 {
        margin: 0 0 8px;
        font-size: 24px;
    }
    .stage-slide-content p {
        line-height: 21px;
        margin: 0 0 13px;
    }
    .stage-slide-content {
        padding: 16px 13px 19px;
    }
    .image-teaser-section {
        padding-top: 13px;
    }
    .image-teaser-block {
        margin: 0 0 9px;
        min-height: 1px;
        padding: 0;
    }
    .image-teaser-bg {
        height: 192px;
        background-size: cover;
        background-position: center top;
    }
    .image-teaser-content {
        padding: 16px 14px;
    }
    .image-teaser-content h2 {
        font-size: 20px;
        font-weight: 600;
        letter-spacing: 0;
    }
    .image-teaser-block a, .link {
        font-size: 15px;
        padding-right: 16px;
    }
    .image-teaser-content p {
        margin: 0 0 9px;
    }
    .headline-section {
        padding: 23px 0 15px;
    }
    .bullet-list-block ul {
        margin-bottom: 0;
    }
    .padding-top-60,.border-top{
        padding-top: 30px !important;
    }
    .padding-bottom-60 {
        padding-bottom: 30px !important;
    }
    .headline-block h2 {
        text-align: center;
        font-size: 20px;
        margin: 0 0 -15px;
    }
    .headline-block h3 {
        text-align: center;
        line-height: 18px;
        margin: 26px 0 -5px;
    }
    .service-box h2 {
        font-size: 18px;
        margin: 0 0 15px;
    }
    .service-box h2.has-icon{
        padding-left: 35px;
    }
    .service-img-wrapper {
        height: 192px;
    }
    .service-box-content {
        min-height: 1px;
        padding: 21px 15px;
    }
    .service-box h2 [class*="jerg-"] {
        height: 28px;
        top: -3px;
        width: 28px;
    }
    .service-box ul {
        padding-right: 0;
        width: 100%;
    }
    .service-box-content li {
        margin: 0 0 4px;
    }
    .service-box-content .link-wrap {
        bottom: 0;
        display: inline-block;
        margin: 13px 0 3px;
        padding: 0;
        position: relative;
    }
    .service-box-content .link{
        margin-right: 25px;
    }
    .service-box img {
        max-height: 23px;
    }
    .global-contact-block a,.address-block p,.address-block h4{
        font-size: 18px;
    }
    .global-contact-section {
        padding-top: 23px;
    }
    .global-contact-section h2 {
        margin: 0 0 12px;
        max-width: 250px;
    }
    .global-contact-block a img {
        margin-right: 14px;
        max-width: 40px;
    }
    .address-block h4 {
        line-height: 27px;
        margin: 0 0 -1px;
    }
    .address-block {
        margin: 20px 0 0;
    }
    .global-contact-block a {
        line-height: 37px;
        margin: 12px 0 2px;
    }
    footer.page {
        position: relative;
        padding: 10px 0 20px;
        text-align: center;
    }
    footer.page ul,footer.page li{
        float: none;
        display: inline-block;
        vertical-align: top;
    }
    footer.page ul, footer div.social {
        display: none;
    }
    footer.page .social ul{
        display: inline-block;
    }
    .social {
        display: inline-block;
        float: none;
        width: 100%;
    }
    footer.page .social p {
        margin: 0;
        width: 100%;
        float: none;
    }
    .social a {
        display: inline-block;
        float: none;
        margin: 9px 4px 0;
        max-width: 35px;
        vertical-align: top;
    }
    footer.page hr {
        border-color: #cccccc;
        margin: 15px 0 14px;
        position: relative;
    }
    footer.page hr:before,
    footer.page hr:after{
        content: '';
        width: 15px;
        height: 1px;
        top: -1px;
        position: absolute;
        background-color: #cccccc;
    }
    footer.page hr:before{
        left: -15px;
    }
    footer.page hr:after{
        right: -15px;
    }
    .go-top {
        height: 35px;
        line-height: 1.6;
        padding: 3px 10px;
        right: 15px;
        width: 35px;
    }
    .go-top.visible {
        bottom: 13px;
    }
    .image-teaser-block a::after, .link::after {
        top: 6px;
    }
    .introduction-text-block {
        margin-bottom: 0;
        margin-top: 15px;
        padding: 0 0 14px;
        position: relative;
    }
    .introduction-text-block  [class*="jerg-"]{
        max-height: 30px;
        max-width: 30px;
        background-size: contain;
    }
    .introduction-text-block h1.has-icon {
        padding-left: 49px;
    }
    .introduction-text-block p {
        display: inline-block;
        font-size: 15px;
        line-height: 21.1px;
        margin-bottom: 10px;
        width: 100%;
    }
    .spacer {
        padding-top: 10px;
    }
    .references-section a {
        margin: 0 0 10px;
    }
    .references-section a figure img{
        margin: 0 0 8px;
    }
    .references-section a figcaption {
        margin: 0 0 4px;
    }
    .google-map-section img {
        width: auto;
    }
    .grey-bg.global-contact-section {
        padding-top: 15px;
    }
    .grey-bg .global-contact-block a {
        margin: 12px 0 2px;
    }
    .text-full-width-section {
        padding: 0 0 15px;
    }
    .google-map-section {
        height: 232px;
        margin: 0;
        padding: 0;
    }
    .contact-info strong:first-child {
        max-width: 49px;
        width: 19%;
    }
    .contact-person-block figure {
        height: 235px;
        width: 188px;
    }
    .service-box .service-box-simple {
        left: 0;
        padding: 17px 13px 8px;
    }
    .service-box .service-box-simple h2 {
        font-size: 20px;
        font-weight: 400;
        line-height: 24px;
        margin: 0 0 11px;
    }
    .button-section .btn {
        border: 1px solid #3e5c71;
        height: auto;
        line-height: 18px;
        max-width: 192px;
        padding: 7px 20px;
        white-space: normal;
    }
    .button-section .btn {
        margin: 0;
    }
    .quotes-sldier-init {
        padding: 0;
    }
    .owl-nav{
        display: none;
    }
    blockquote {
        font-size: 18px;
        line-height: 22px;
        margin: 15px 0 0;
        padding: 0 10px;
        text-align: center;
    }
    blockquote cite {
        font-size: 15px;
    }
    .quotes-img {
        margin: 0 auto 10px;
    }
    blockquote p {
        margin: 0 0 9px;
    }
    .quotes-slide strong {
        float: left;
        margin: 1px 0 -2px;
        text-align: center;
        width: 100%;
    }
    .quotes-sldier-init .owl-dots {
        margin: 0 0 -8px;
        padding: 10px 0 0;
    }
    .image-slider-section {
        padding: 0;
    }
    .text-2-column-section {
        padding: 0 0 7px;
    }
    .text-2-column-section h3 {
        margin: 0 0 20px;
    }
    .text-2-column-section p,.text-2-column-section p:last-child{
        margin: 0 0 21px;
    }
    .text-3-column-section {
        padding: 0 0 7px;
    }
    .text-3-column-section h3 {
        margin: 0 0 20px;
    }
    .text-3-column-section p,.text-3-column-section p:last-child{
        margin: 0 0 21px;
    }
    .download-block img {
        left: 0;
        max-height: 160px;
        max-width: 160px;
    }
    .download-block {
        border-bottom: 2px solid #f3f3f3;
        padding: 0;
    }
    .download-block h3{
        font-size: 18px;
        margin: 4px 0 12px;
    }
    .download-content{
        padding: 2px 10px 18px 16px;
    }
    .download-block .download-link{
        font-size: 15px;
        left: 0;
        margin: 0 0 10px;
        position: relative;
    }
    .download-block p{
        margin: 0 0 3px;
        padding: 0 0 1px;
    }
    .download-link .jerg-icon {
        top: 4px;
    }
    .download-block:last-child {
        margin-bottom: 0;
    }
    .references-section {
        padding: 0 0 30px;
    }
    .bullet-list-block .content-link {
        padding-right: 15px;
    }
    .bullet-list-block .content-link .link {
        position: relative;
        right: auto;
        top: auto;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        display: table;
        margin-top: 7px;
    }
    .job-info-block h2 {
        font-size: 20px;
        margin: 0 0 15px;
    }
    .job-info-2-col-section .job-info-block h2 {
        margin-top: 0;
    }
    .job-info-content img {
        max-height: 25px;
        max-width: 20px;
        top: 4px;
    }
    .job-info-block h3 {
        font-size: 18px;
        line-height: 25px;
        margin: 0 0 10px;
        max-width: 220px;
    }
    .job-info-2-col-section .job-info-content p {
        margin: 10px 0 0;
    }
    .job-info-content.has-icon {
        padding-left: 36px;
    }
    .job-info-2-col-section .job-info-block {
        margin: 0 0 25px;
    }
    .job-info-2-col-section .job-info-content.has-icon {
        padding-left: 40px;
    }
    .job-special-section h2 {
        font-size: 20px;
        line-height: 1.4;
        margin: 10px 0 40px;
    }
    .job-special-section {
        padding: 30px 0;
    }
    .spacer {
        padding-top: 25px;
    }
    .job-special-btn-wrap {
        margin: 0;
    }
    .job-special-btn-wrap .btn {
        margin: 0 15px 15px;
        max-width: 240px;
        min-width: 1px;
        width: 100%;
    }
    .text-full-width-section ul,
    .text-full-width-section.grey-bg ul {
        margin: 0;
    }
    .job-info-section, .job-info-2-col-section {
        padding: 30px 0;
    }
    .job-info-block {
        margin: 0 0 30px;
    }
    .col-sm-6:last-child .job-info-block:last-child,
    .col-sm-4:last-child .job-info-block{
        margin: 0;
    }
    .job-special-block h2 {
        font-size: 20px;
        margin: 0 0 5px;
    }
    .job-close-btn {
        right: 15px;
        top: 15px;
    }
    .job-special-block {
        padding: 33px 20px 20px;
    }
    .pflichtfelder {
        position: relative;
        right: 0;
        top: 0;
    }
    .job-special-form label, .fileupload label {
        margin: 0 0 10px;
        max-width: 430px;
        width: 100%
    }
    .check-condition input {
        top: 0;
    }
    .job-special-block hr {
        margin: 20px 0;
    }
    .job-special-form .powermail_field{
        width: 100%;
    }
    .job-special-form .form-group.full-width {
        margin: 0 0 15px;
    }
    textarea {
        min-height: 110px;
    }
    .upload-btn {
        width: 107px;
        padding: 8px 0;
    }
    input[type="password"], input[type="text"], input[type="email"], input[type="number"], select, textarea,.fileupload .powermail_field label {
        height: 40px;
    }
    .job-special-block .address-block p,
    .job-special-block .address-block h4 {
        font-size: 15px;
    }
    .job-special-block .address-block {
        margin: 0 0 20px;
    }
    .fileupload span {
        padding: 9px 105px 8px 0;
    }
    .ce-intext .ce-bodytext {
        display: inline-block;
        margin: 20px 0 0;
        width: 100%;
    }
    .ce-gallery figure {
        margin: 0 0 15px;
    }
    .ce-row {
        margin-bottom: 0;
    }
    .quotes-section.grey-bg:before{
        bottom: -14px;
        height: 35px;
        width: 35px;
    }
    .table-wrapper{
        display: inline-block;
        width: 100%;
        overflow: auto;
    }
    .ce-column {
        margin-right: 0;
        width: 100%;
    }
}
@media(min-width:521px) and (max-width:767px){
    .stage-slide-img ,.service-img-wrapper,.image-teaser-bg,.google-map-section{
        height: 272px;
    }
    .references-section .col-sm-6{
        width: 50%;
        float: left;
    }
}
@media(max-width:520px){
    .contact-person-block {
        display: block;
        margin: 0 0 15px;
        padding: 15px 16px 10px;
    }
    .contact-person-content p {
        display: inline-block;
        margin: 0 0 -7px;
        width: 100%;
    }
    .contact-info {
        margin: 8px 0 6px;
    }
    .contact-person-block figure {
        display: inline-block;
        max-width: 120px;
        height: auto;
        width: auto;
    }
    .contact-person-content {
        display: inline-block;
        padding: 15px 0 0;
        vertical-align: middle;
        width: 100%;
    }
}

.no-news-found {
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
    max-width: 1200px;
    width: 100%;
    min-height: 80px;
    color: #3e5c71 !important;
    font-style: normal !important;
}

.error {
    color: #FE0000;
}


/*******************************************************************************************************************************************/
/* Teaser With Background Image */
/*******************************************************************************************************************************************/
    section.sectionTeaserWithBackgroundImage {
        background-size: cover;
        background-repeat: no-repeat;
    }

    
    /*******************************************************************************************************************************************/
    /* container */    
        section.sectionTeaserWithBackgroundImage .container {
            padding-top: 74px;
            padding-bottom: 54px;
        }

        @media (max-width:767px){
            section.sectionTeaserWithBackgroundImage .container {
                padding-top: 24px;
                padding-bottom: 14px;
            }
        }

    /*******************************************************************************************************************************************/
    /* Headline Block */    
        section.sectionTeaserWithBackgroundImage .headline-block {
           
        }

        section.sectionTeaserWithBackgroundImage .headline-block h2 {
           color: #ffffff;
        }

        section.sectionTeaserWithBackgroundImage .headline-block .H2Underline {
           background-color: #ffffff;
        }


    /*******************************************************************************************************************************************/
    /* Teaser Item */
        section.sectionTeaserWithBackgroundImage div.TeaserItem {
            
        }

        @media (max-width:520px){
            section.sectionTeaserWithBackgroundImage div.TeaserItem {
                margin-bottom: 20px;
            }
        }

        /* Image */
            section.sectionTeaserWithBackgroundImage div.TeaserItem div.Image {
                margin: 0px auto 0px auto;
                padding: 0px 0px 38px 0px;

                text-align: center;
            }

            @media (max-width:520px){
                section.sectionTeaserWithBackgroundImage div.TeaserItem div.Image {
                    max-width: 160px;
                    padding-bottom: 20px;
                }
            }

            @media(min-width:521px) and (max-width:992px){
                section.sectionTeaserWithBackgroundImage div.TeaserItem div.Image {
                    max-width: 180px;
                }
            }


        /* Content */
            section.sectionTeaserWithBackgroundImage div.TeaserItem div.Content {

            }

            section.sectionTeaserWithBackgroundImage div.TeaserItem div.Content h3 {
                margin: 0px 0px 16px 0px;

                text-align: center;
                color: #ffffff;                
            }

            section.sectionTeaserWithBackgroundImage div.TeaserItem div.Content div.List {                
                text-align: center;                             
            }

            section.sectionTeaserWithBackgroundImage div.TeaserItem div.Content div.List ul {
                display: inline-block; 
                text-align: left;          
            }

            section.sectionTeaserWithBackgroundImage div.TeaserItem div.Content div.List ul li {
                padding: 0px 0px 7px 0px;
                font-weight: 400;
                color: #ffffff;           
            }





/*******************************************************************************************************************************************/
/* Contact Box */
/*******************************************************************************************************************************************/
    section.sectionContactBox {
        
    }

     
    /*******************************************************************************************************************************************/
    /* container */    
        section.sectionContactBox .container {
            padding-top: 74px;
            padding-bottom: 54px;
        }

        @media (max-width: 767px){
            section.sectionContactBox .container {
                padding-top: 24px;
                padding-bottom: 14px;
            }
        }


    /* Small Space */
        section.sectionContactBox.SmallSpace .container {
            padding-top: 50px;
            padding-bottom: 0px;
        }


    /*******************************************************************************************************************************************/
    /* container */    
        section.sectionContactBox .headline-block {
            padding-bottom: 18px;
        }



    /*******************************************************************************************************************************************/
    /* Contact Block */
        section.sectionContactBox div.ContactBlock {
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            justify-content: flex-start;

            margin: 0px 0px 50px 0px;
        }

        @media (max-width:520px){
            section.sectionContactBox div.ContactBlock {
                flex-direction: column;
            }
        }


        /* Image */
            section.sectionContactBox div.ContactBlock div.Image {
                width: 170px;
                height: 170px;
                margin: 10px 0px 0px 0px;

                border-radius: 50%;
                overflow: hidden;
            }

            @media (max-width:520px){
                section.sectionContactBox div.ContactBlock div.Image {
                    margin: 0px auto 25px auto;
                }
            }

            @media(min-width:521px) and (max-width:992px){
                section.sectionContactBox div.ContactBlock div.Image {
                    width: 120px;
                    height: 120px;
                }
            }
            

        /* Content */
            section.sectionContactBox div.ContactBlock div.Content {
                width: calc(100% - 170px);
                padding: 0px 0px 0px 30px;
            }

            @media (max-width:520px){
                section.sectionContactBox div.ContactBlock div.Content {
                    width: 100%;
                    padding: 0px 0px 0px 0px;

                    text-align: center;
                }
            }

            @media(min-width:521px) and (max-width:992px){
                section.sectionContactBox div.ContactBlock div.Content {
                    width: calc(100% - 120px);
                }
            }

            section.sectionContactBox div.ContactBlock div.Content div.Name {
                font-weight: 400;
            }

            section.sectionContactBox div.ContactBlock div.Content div.Space {
                padding: 24px 0px 0px 0px;
            }


            /* Links */
                section.sectionContactBox div.ContactBlock div.Content div.Links {
                    padding: 24px 0px 0px 0px;
                }

                section.sectionContactBox div.ContactBlock div.Content div.Links a {
                    display: block;
                    font-weight: 400;
                    color: #3aaa35;
                }

                section.sectionContactBox div.ContactBlock div.Content div.Links a:hover {
                    text-decoration: underline;
                }



    /*******************************************************************************************************************************************/
    /* Link Block */
        section.sectionContactBox div.LinkBlock {
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            justify-content: flex-start;

            margin: 0px 0px 50px 0px;
        }

        @media (max-width:520px){
            section.sectionContactBox div.LinkBlock {
                flex-direction: column;
            }
        }



        /* Image */
            section.sectionContactBox div.LinkBlock div.Image {
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-items: center;

                width: 170px;
                height: 170px;     
                margin: 10px 0px 0px 0px;           

                background-color: #ffffff;
                border-radius: 50%;

                overflow: hidden;
            }
            
            @media (max-width:520px){
                section.sectionContactBox div.LinkBlock div.Image {
                    margin: 0px auto 25px auto;

                    width: 130px;
                    height: 130px;
                }
            }

            @media(min-width:521px) and (max-width:992px){
                section.sectionContactBox div.LinkBlock div.Image {
                    width: 120px;
                    height: 120px;
                }
            }
            
            

        /* Content */
            section.sectionContactBox div.LinkBlock div.Content {
                width: calc(100% - 170px);
                padding: 0px 0px 0px 30px;
            }

            @media (max-width:520px){
                section.sectionContactBox div.LinkBlock div.Content {
                    width: 100%;
                    padding: 0px 0px 0px 0px;

                    text-align: center;
                }
            }

            @media(min-width:521px) and (max-width:992px){
                section.sectionContactBox div.LinkBlock div.Content {
                    width: calc(100% - 120px);
                }
            }

            section.sectionContactBox div.LinkBlock div.Content div.Title {
                font-weight: 400;
            }

            section.sectionContactBox div.LinkBlock div.Content div.Title {
                font-weight: 400;
            }

            section.sectionContactBox div.LinkBlock div.Content div.Link {
               padding: 24px 0px 0px 0px;
            }

            section.sectionContactBox div.LinkBlock div.Content div.Link a {
                display: inline-block;
                font-weight: 400;
                color: #3aaa35;
            }

            section.sectionContactBox div.LinkBlock div.Content div.Link a:hover {
                text-decoration: underline;
            }






/*******************************************************************************************************************************************/
/* Contact Box */
/*******************************************************************************************************************************************/
    section.sectionTeaserLinkBox {
        
    }

     
    /*******************************************************************************************************************************************/
    /* container */    
        section.sectionTeaserLinkBox .container {
            padding-bottom: 70px;
        }
       

    /*******************************************************************************************************************************************/
    /* Teaser List */
        section.sectionTeaserLinkBox div.TeaserList {
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            justify-content: center;
            align-items: stretch;

            width: calc(100% + 30px);
            margin: 0px -15px 0px -15px;
        }



         
        @media (max-width:520px){
            section.sectionTeaserLinkBox div.TeaserList {
                flex-direction: column;
            }
        }


    /*******************************************************************************************************************************************/
    /* Teaser Box */
        section.sectionTeaserLinkBox a.TeaserBox {
            position: relative;

            display: block;
            width: calc(50% - 30px);            
            margin: 0px 15px 30px 15px;

            background-color: #ffffff;
            border-radius: 3px 3px 3px 3px;

            transition: transform .2s;
        }

        @media (min-width:521px){
            section.sectionTeaserLinkBox.B2BOverview .ThreePerRow a.TeaserBox {
                width: calc(33% - 30px);
            }
        }

        @media (max-width:520px){
            section.sectionTeaserLinkBox a.TeaserBox {
                width: calc(100% - 30px);
            }
        }

        /* Hover */
            section.sectionTeaserLinkBox a.TeaserBox:hover {
                transform: scale(1.1);
            }


        /* Inner */
            section.sectionTeaserLinkBox a.TeaserBox div.Inner {
                display: flex;
                align-items: center;
                flex-direction: column;

                height: 100%;
                min-height: 300px;
                padding: 20px 10px 27px 10px;
            }

            @media (max-width:520px){
                section.sectionTeaserLinkBox a.TeaserBox div.Inner {
                    min-height: 240px;
                }
            }

            @media(min-width:521px) and (max-width:992px){
                section.sectionTeaserLinkBox a.TeaserBox div.Inner {
                    min-height: 200px;
                }
            }

        /* Image */
            section.sectionTeaserLinkBox a.TeaserBox div.Image {
                margin: auto 0px auto 0px;
                padding: 0px 0px 20px 0px;               
            }

            section.sectionTeaserLinkBox a.TeaserBox div.Image img {
                max-width: 100%;
                height: auto;        
            }

        /* B2B Overview: text teaser aligned with the image teasers */
            section.sectionTeaserLinkBox.B2BOverview a.TeaserBox div.TeaserContent {
                display: flex;
                flex-direction: column;
                align-items: center;
                width: 100%;
                max-width: 430px;
                aspect-ratio: 430 / 102;
                margin: auto 0px auto 0px;
                padding: 0px 0px 20px 0px;
                text-align: center;
                transform: translateY(-17px);
            }

            section.sectionTeaserLinkBox.B2BOverview a.TeaserBox div.TeaserContent h2 {
                margin: 0px;
                font-size: 28px;
                line-height: 34px;
                font-weight: 600;
            }

            section.sectionTeaserLinkBox.B2BOverview a.TeaserBox div.TeaserContent h3 {
                margin: 0px 0px 4px 0px;
                font-size: 20px;
                line-height: 29px;
                color: #3aaa35;
                text-transform: none;
            }

            @media (min-width:521px) and (max-width:992px){
                section.sectionTeaserLinkBox.B2BOverview a.TeaserBox div.TeaserContent {
                    min-height: 60px;
                    aspect-ratio: auto;
                    padding-bottom: 0px;
                    transform: none;
                }

                section.sectionTeaserLinkBox.B2BOverview a.TeaserBox div.TeaserContent h2 {
                    font-size: 16px;
                    line-height: 20px;
                }

                section.sectionTeaserLinkBox.B2BOverview a.TeaserBox div.TeaserContent h3 {
                    margin-bottom: 4px;
                    font-size: 13px;
                    line-height: 18px;
                }
            }

            @media (max-width:520px){
                section.sectionTeaserLinkBox.B2BOverview a.TeaserBox {
                    margin-bottom: 12px;
                }

                section.sectionTeaserLinkBox.B2BOverview a.TeaserBox div.Inner {
                    min-height: 160px;
                    padding: 12px 8px 14px 8px;
                }

                section.sectionTeaserLinkBox.B2BOverview a.TeaserBox div.TeaserContent {
                    aspect-ratio: auto;
                    padding-bottom: 0px;
                    transform: none;
                }

                section.sectionTeaserLinkBox.B2BOverview a.TeaserBox div.TeaserContent h2 {
                    font-size: 24px;
                    line-height: 29px;
                }

                section.sectionTeaserLinkBox.B2BOverview a.TeaserBox div.TeaserContent h3 {
                    margin-bottom: 2px;
                    font-size: 18px;
                    line-height: 24px;
                }
            }


        /* Link */        
            section.sectionTeaserLinkBox a.TeaserBox div.Link {
                position: relative;
                z-index: 20;

                padding: 0px 31px 0px 0px;

                font-weight: 400;
                text-transform: uppercase;
                color: #3aaa35;

                background-image: url(Images/jumper-right-green-11.gif);
                background-repeat: no-repeat;
                background-position: right 6px;
            }

            section.sectionTeaserLinkBox.B2BOverview a.TeaserBox div.Link {
                width: 100%;
                padding-right: 0px;
                text-align: center;
                background-position: calc(50% + 58px) 6px;
            }


    /*******************************************************************************************************************************************/
    /* Teaser Box - Variant: Disable */
        section.sectionTeaserLinkBox a.TeaserBox.Disable {
            
        }

        /* Before */
            section.sectionTeaserLinkBox a.TeaserBox.Disable::before {
                position: absolute;
                top: 0px;
                left: 0px;
                z-index: 10;

                width: 100%;
                height: 100%;

                content: "";

                background-color: #f3f3f3;     
                opacity: 0.75;   
            }


/* Anpassungen Login */
    #c460 {
        margin-bottom: 40px;
        color: #3e5c71;
        padding: 36px 0px 31px;
        position: relative;
        z-index: 1;
        min-width: 530px;
    }

    #c460 h3 {
        margin-bottom: 8px;
        color: #3aaa35;
        font-size: 26px;
        font-weight: 600;
    }

    #c460 fieldset legend {
        display: none;
    }

    #c460 fieldset div {
        margin-bottom: 10px;
        max-width: 500px;
        min-width: 450px;
    }

    #c460 fieldset div label {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    #c460 fieldset div label input {
        height: 40px;
        min-width: 360px;
        max-width: 360px;
    }

    #c460 fieldset div label {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    #c460 fieldset div:nth-child(4) {
        display: flex;
        justify-content: flex-end;
    }
    
    #c460 fieldset div input[type=submit] {
        margin-top: 15px;
        height: auto;
        font-weight: 400;
        text-transform: uppercase;
        background-color: #3e5c71;
        color: #ffffff !important;
        box-sizing: border-box;
        border-radius: 3px 3px 3px 3px;
        padding: 8px 24px 7px 24px;
        border: 1px solid #3e5c71;
        width: 360px;
    }

    #c460 a {
        color: #3aaa35;
        font-size: 16px;
        width: 360px;
        display: inline-block;
        left: 140px;
        position: relative;
    }

    #c460 a:hover {
        text-decoration: underline;
    }
