/* Contao Open Source CMS, (c) 2005-2016 Leo Feyer, LGPL license */
body,form,figure{margin:0;padding:0}img{border:0}header,footer,nav,section,aside,article,figure,figcaption{display:block}body{font-size:100.01%}select,input,textarea{font-size:99%}#container,.inside{position:relative}#main,#left,#right{float:left;position:relative}#main{width:100%}#left{margin-left:-100%}#right{margin-right:-100%}#footer{clear:both}#main .inside{min-height:1px}.ce_gallery>ul{margin:0;padding:0;overflow:hidden;list-style:none}.ce_gallery>ul li{float:left}.ce_gallery>ul li.col_first{clear:left}.float_left{float:left}.float_right{float:right}.block{overflow:hidden}.clear,#clear{height:.1px;font-size:.1px;line-height:.1px;clear:both}.invisible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.custom{display:block}#container:after,.custom:after{content:"";display:table;clear:both}
/* Contao Open Source CMS, (c) 2005-2016 Leo Feyer, LGPL license */
@media(max-width:767px){#wrapper{margin:0;width:auto}#container{padding-left:0;padding-right:0}#main,#left,#right{float:none;width:auto}#left{right:0;margin-left:0}#right{margin-right:0}}img{max-width:100%;height:auto}.ie7 img{-ms-interpolation-mode:bicubic}.ie8 img{width:auto}
/* Contao Open Source CMS, (c) 2005-2016 Leo Feyer, LGPL license */
body,div,h1,h2,h3,h4,h5,h6,p,blockquote,pre,code,ol,ul,li,dl,dt,dd,figure,table,th,td,form,fieldset,legend,input,textarea{margin:0;padding:0}table{border-spacing:0;border-collapse:collapse}caption,th,td{text-align:left;text-align:start;vertical-align:top}abbr,acronym{font-variant:normal;border-bottom:1px dotted #666;cursor:help}blockquote,q{quotes:none}fieldset,img{border:0}ul{list-style-type:none}sup{vertical-align:text-top}sub{vertical-align:text-bottom}del{text-decoration:line-through}ins{text-decoration:none}header,footer,nav,section,aside,article,figure,figcaption{display:block}body{font:12px/1 "Lucida Grande","Lucida Sans Unicode",Verdana,sans-serif;color:#000}input,button,textarea,select{font-family:inherit;font-size:99%;font-weight:inherit}pre,code{font-family:Monaco,monospace}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}h1{font-size:1.8333em}h2{font-size:1.6667em}h3{font-size:1.5em}h4{font-size:1.3333em}table{font-size:inherit}caption,th{font-weight:bold}a{color:#00f}h1,h2,h3,h4,h5,h6{margin-top:1em}h1,h2,h3,h4,h5,h6,p,pre,blockquote,table,ol,ul,form{margin-bottom:12px}
* {
    box-sizing: border-box;
}
body {
    color: #444444;
    font-family: "Proxima N W01 Light";
    font-size: 16px;
    line-height: 1.618em;
    margin: 0;
    padding: 0;
    margin: 0;
}
#wrapper {
    overflow: hidden;
    width: 100%;
}
#container {
    min-height: 520px;
}
h1 {
    color: #0081c7;
    font-family: "Neo Sans W01 Light734947";
    font-size: 3.438em;
    line-height: 112.5%;
    margin: 0px 0px 10px 0px;
}
h2 {
    color: #0081c7;
    font-family: "Neo Sans W01 Light734947";
    font-size: 2.25em;
    line-height: 112.5%;
    margin: 10px 0px;
}
h3 {
    color: #0081c7;
    font-family: "Neo Sans W01 Light734947";
    font-size: 1.688em;
    line-height: 150%;
    margin: 0px 0px 8px 0px;
}
a {
    color: #a0cfc7;
    color: #0081c7;
}
.more a,
a.read_more {
    border: 1px solid #a0cfc7;
    color: #a0cfc7;
    display: inline-block;
    margin-top: 89px;
    padding: 4px 12px 6px;
    text-decoration: none;
    -moz-transition: all 0.3s;
    -webkit_transition: all 0.3s;
    transition: all 0.3s;
}
.more a:hover,
a.read_more:hover {
    background: #a0cfc7 none repeat scroll 0 0;
    color: #fff;
}
.ce_download h6,
.ce_downloads h6 {
    display: none;
}
.ce_download a,
.ce_downloads a {
    background: #a0cfc7;
    color: #fff;
    display: inline-block;
    margin-top: 10px;
    padding: 4px 18px 6px;
    text-decoration: none;
    transition: all 0.3s ease 0s;
    width: 70%;
}
.ce_download .ext-pdf a::before,
.ce_downloads .ext-pdf a::before {
    background: rgba(0, 0, 0, 0) url("../../files/assets/pdf.svg") no-repeat scroll 0 0/19px auto;
    content: " ";
    display: inline-block;
    height: 40px;
    margin: 8px 0 0 -30px;
    position: absolute;
    width: 58px;
}
.ce_download .ext-pdf a,
.ce_downloads .ext-pdf a {
    padding-left: 40px;
}
.ce_download a:hover,
.ce_downloads a:hover {
    background: #7eb8ae none repeat scroll 0 0;
}
p {
    font-size: 1.25em;
    line-height: 166.7%;
    margin: 0 0 30px 0;
}
.ce_text li {
    font-size: 1.25em;
    line-height: 166.7%;
}
.ce_table {
    padding-top: 20px;
}
table {
    font-size: 1.25em;
    line-height: 166.7%;
    width: 100%;
}
td {
    border-bottom: 1px solid #a0cfc7;
    padding: 4px 8px;
}
td:nth-of-type(2n+2) {
    background: #e3f1ef;
}
tr > td:first-of-type {
    padding-left: 0;
}
.size {
    display: none
}
figure {
    line-height: 0;
}
figcaption {
    line-height: 124%;
}
li {
    padding-bottom: 5px;
    padding-left: 20px;
    position: relative;
}
li::before {
    background: rgba(0, 0, 0, 0) url("../../files/assets/drop2.svg") no-repeat scroll 0 0/12px auto;
    content: " ";
    display: inline-block;
    height: 15px;
    margin: 10px 0 0 -20px;
    position: absolute;
    width: 12px;
}
.ce_accordionSingle {
    border: 1px solid #a0cfc7;
    float: left;
    margin-bottom: 30px;
    position: relative;
    width: 100%;
}
.ui-accordion-header {
    cursor: pointer;
    background: #a0cfc7;
    color: #fff;
    font-size: 1.25em;
    line-height: 166.7%;
    margin-bottom: -1px;
    outline: none;
    padding: 10px 12px;
}
.ui-accordion-header::before {
    color: #ffffff;
    content: "▲";
    display: inline-block;
    float: left;
    font-size: 15px;
    line-height: 100%;
    margin-top: 10px;
    padding: 0 9px 0 0;
    -moz-transform: scale(1.4, 1);
    -webkit-transform: scale(1.4, 1);
    transform: scale(1.4, -1);
    transition: all 0.6s;
}
.ui-accordion-header.active::before {
    margin-top: 10px;
    transform: scale(1.4, 1);
}
.ui-accordion-content {
    padding: 18px 35px 0 37px;
}
form div,
#main .inside > div:nth-of-type(2) > div:first-of-type > form div p:first-of-type {
    font-size: 1.118em;
    line-height: 149%;
}
form div {
    padding-bottom: 15px;
}
form .widget-checkbox {
    margin: 20px 0;
}
form label {
    display: inline-block;
    vertical-align: top;
    width: 210px;
}
form .widget-checkbox label {
    width: 90%;
}
form input[type=text],
form input[type=email],
form textarea {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: 1px solid #A0CFC7;
    border-radius: 0;
    color: #444444;
    display: inline-block;
    font-family: "Proxima N W01 Light";
    padding: 3px 9px;
    width: 380px;
}
form input.captcha {
    margin-right: 15px;
    width: 60px;
}
form button.submit {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: #a0cfc7 none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    margin-left: 210px;
    margin-top: 30px;
    padding: 4px 18px 6px;
    text-decoration: none;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
form button.submit:hover {
    background: #7EB8AE none repeat scroll 0 0;
}
.pagination {
    float: left;
    width: 100%;
}
.pagination.block > p {
    font-size: 1.25em !important;
    line-height: 166.7% !important;
    margin: 10px 0 !important;
    padding: 0 !important;
}
.pagination li {
    float: left;
    font-size: 1.25em;
    line-height: 166.7%;
    margin-right: 20px;
    padding: 0;
    text-align: center;
}
.pagination li::before {
    content: none;
}
.pagination a {
    color: #A0CFC7;
    text-decoration: none;
}
.pagination a:hover {
    text-decoration: underline;
}
.pagination .active {
    color: #0081c7;
}
.raster_1280_8_spalten {
    display: none;
    height: 100%;
    left: 50%;
    margin-left: -640px;
    position: fixed;
    width: 1280px;
}
.raster_1280_8_spalten > div:nth-of-type(odd) {
    background: #F0F0F0 none repeat scroll 0 0;
    float: left;
    height: 100%;
    width: 30px;
}
.raster_1280_8_spalten > div:nth-of-type(even) {
    float: left;
    height: 100%;
    width: 126px;
}
header {
    height: 158px;
    position: relative;
}
.header_logo {
    display: inline-block;
    left: 50%;
    margin: 42px 0 0 -612px;
    position: absolute;
    width: 228px;
    z-index: 2;
}
.header_navigation {
    display: inline-block;
    left: 50%;
    margin-left: -298px;
    position: absolute;
    top: 70px;
}
.header_navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.header_navigation > ul > li {
    background: none;
    float: left;
    margin: 0 15px;
    padding: 0;
}
.header_navigation > ul > li::before,
.header_navigation_mobile > ul > li::before,
.header_navigation_mobile > ul > li ul li::before {
    background: none;
    content: none;
}
.header_navigation > ul > li:first-of-type {
    margin-left: 0;
}
.header_navigation > ul > li:last-of-type {
    margin-right: 0;
}
.header_navigation > ul > li > a,
.header_navigation > ul > li > span,
.header_navigation > ul > li > strong {
    color: #404040;
    font-size: 1.25em;
    font-weight: normal;
    text-decoration: none;
}
.header_service {
    display: inline-block;
    left: 50%;
    margin-left: 410px;
    position: absolute;
    top: 70px;
    width: 200px;
}
.mod_changelanguage {
    float: right;
}
.mod_changelanguage ul {
    float: right;
    list-style: none;
    margin: 0;
    padding: 0;
}
.mod_changelanguage li {
    float: left;
    margin-left: 8px;
    padding: 0;
}
.mod_changelanguage li::before {
    background: none;
    height: inherit;
    margin: 0 8px 0 0;
    position: relative;
    width: inherit;
}
.mod_changelanguage li:nth-of-type(2)::before {
    content: "|";
    font-size: 1.25em;
    margin: 0 8px 0 0;
}
.mod_changelanguage li.active {} .mod_changelanguage li > a,
.mod_changelanguage li > span,
.mod_changelanguage li > strong {
    color: #404040;
    font-size: 1.25em;
    font-weight: normal;
    text-decoration: none;
}
.search_icon {
    cursor: pointer;
    float: right;
    margin: 3px 7px 0 0;
    width: 19px;
}
.page_suchergebnisse .search_icon {
    display: none;
}
.mod_search_box {
    background: #f7f7f7 none repeat scroll 0 0;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.3);
    height: 0px;
    left: 50%;
    margin-left: 194px;
    position: absolute;
    top: 0px;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    width: 330px;
}
.mod_search_box.open {
    height: 100px;
}
.mod_search_box .widget-text,
.mod_search_box .widget-submit {
    float: left;
}
.mod_search_box .widget-text input {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: medium none;
    color: #444444;
    font-family: "Proxima N W01 Light";
    font-size: 1.25em;
    height: 40px;
    margin: 30px 0 0 30px;
    padding: 0 15px;
    width: 233px;
}
.mod_search_box .widget-submit button {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: #ffffff none repeat scroll 0 0;
    border: medium none;
    cursor: pointer;
    height: 40px;
    margin-left: 0;
    margin-top: 30px;
    padding: 0;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    width: 37px;
}
.mod_search_box .widget-submit button:hover {
    background: #0081C7 none repeat scroll 0 0;
}
.mod_search_box .widget-submit button img {
    height: 27px;
    max-width: 500%;
    width: auto;
}
.hamburger {
    cursor: pointer;
    display: none;
    height: 40px;
    margin: 26px 32px 0 0;
    position: absolute;
    right: 0;
    width: 35px;
    z-index: 1;
}
.hamburger div {
    background: #0081C7 none repeat scroll 0 0;
    height: 5px;
    margin: 5px 0;
}
.hamburger2 {
    cursor: pointer;
    display: none;
    height: 40px;
    margin: 26px 32px 0 0;
    position: absolute;
    right: 0;
    width: 35px;
    z-index: 2;
}
.header_navigation_mobile {
    background: #0081c7 none repeat scroll 0 0;
    box-shadow: 0 6px 6px rgba(0, 0, 0, 0.3);
    left: 101%;
    padding: 30px;
    position: absolute;
    top: 158px;
    width: 100%;
    -moz-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    z-index: 30;
}
.header_navigation_mobile ul {
    padding-left: 30px;
}
.header_navigation_mobile li {
    padding: 6px 0;
}
.header_navigation_mobile li > a,
.header_navigation_mobile li > span,
.header_navigation_mobile li > strong {
    color: #fff;
    font-size: 1.25em;
    font-weight: normal;
    text-decoration: none;
}
.stripe_0 {
    background: #0081C7 none repeat scroll 0 0;
    height: 25px;
    left: 0;
    overflow: hidden;
    position: relative;
    top: 133px;
    width: 100%;
}
.stripe_1 {
    background: #0081C7 none repeat scroll 0 0;
    height: 100%;
    left: 50%;
    margin-left: -510px;
    position: relative;
    top: 0;
    width: 200px;
}
.stripe_2 {
    background: #0081c7 none repeat scroll 0 0;
    height: 100px;
    left: 113px;
    position: absolute;
    top: -7px;
    transform: rotate(-13.75deg);
    width: 233px;
    z-index: 5;
}
.stripe_3 {
    background: #0081c7 none repeat scroll 0 0;
    height: 2px;
    left: 112px;
    opacity: 0.5;
    position: absolute;
    top: 18px;
    transform: rotate(-6deg);
    width: 12px;
    z-index: 2;
}
.stripe_4 {
    background: #ffffff none repeat scroll 0 0;
    height: 38px;
    left: -4000px;
    position: absolute;
    top: -20px;
    width: 4196px;
    z-index: 1;
}
.stripe_5 {
    background: #ffffff none repeat scroll 0 0;
    height: 2px;
    left: 185px;
    opacity: 0.5;
    position: absolute;
    top: -1px;
    transform: rotate(-7deg);
    width: 12px;
    z-index: 5;
}
#main .inside > div.mod_breadcrumb {
    float: none;
    left: 50%;
    margin-left: -298px;
    padding: 16px 0 55px;
}
.mod_breadcrumb ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.mod_breadcrumb li {
    float: left;
    margin-left: 10px;
    padding: 0;
}
.mod_breadcrumb li:nth-of-type(1) {
    display: none;
    margin-right: 0;
}

.mod_breadcrumb li::before {
    background: none;
    content: none;
    height: inherit;
    margin: 0;
    width: inherit;
}
.mod_breadcrumb li:not(:nth-of-type(2))::before {
    background: none;
    color: #afafaf;
    content: ">";
    font-size: 1em;
    margin: 0 10px 0 0;
    position: relative;
}
.mod_breadcrumb li:nth-of-type(2) {
    margin-left: 0;
}
.mod_breadcrumb li > a,
.mod_breadcrumb li > span,
.mod_breadcrumb li > strong {
    color: #afafaf;
    font-size: 1em;
    font-weight: normal;
    text-decoration: none;
}
.page_kontakt .mod_breadcrumb li {
    height: 26px;
}
.left_navigation {
    float: left;
    left: 50%;
    margin-left: -610px;
    position: relative;
    width: 219px;
}
.left_navigation > ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.left_navigation > ul > li {
    border-bottom: 1px solid #0081C7;
    margin: 0;
    padding: 0;
}
.left_navigation > ul > li::before {
    background: none;
    content: none;
}
.left_navigation > ul > li a,
.left_navigation > ul > li span,
.left_navigation > ul > li strong {
    color: #404040;
    display: inline-block;
    font-size: 1em;
    padding: 5px 0 6px;
    text-decoration: none;
}
.left_navigation > ul > li strong {
    padding: 10px 0 12px;
}
.left_navigation > ul > li.trail {
    font-weight: bold;
}
.page_startseite #main .inside > div.slider_mask {
    height: 488px;
    left: 0;
    margin-bottom: 80px;
    margin-left: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}
#jssor_1 {
    background: #c0c0c0;
}
.slide_content img {
    height: 488px;
    width: 100%;
}
.fssNext,
.fssPrev {
    color: #ffffff;
    cursor: pointer;
    display: block;
    font-family: "Neo Sans W01 Light734947";
    font-size: 40px;
    font-weight: normal;
    left: 2px;
    line-height: 100%;
    overflow: hidden;
    position: absolute;
    top: 215px;
    -moz-transform: scale(1, 1.5);
    -webkit-transform: scale(1, 1.5);
    transform: scale(1, 1.5);
    z-index: 10;
}
.fssPrev {
    left: 100%;
    margin-left: -26px;
}
.page_startseite #main .inside div.slider_pictogram_container {
    left: 50%;
    margin-left: -610px;
    position: absolute;
    top: 320px;
}
.page_startseite #main .inside div.slider_pictogram_container > div:nth-of-type(1),
.page_startseite #main .inside div.slider_pictogram_container > div:nth-of-type(2),
.page_startseite #main .inside div.slider_pictogram_container > div:nth-of-type(3) {
    background: rgba(211, 235, 232, 0.9);
    border-radius: 100px;
    cursor: pointer;
    float: left;
    height: 120px;
    margin-right: 30px;
    overflow: hidden;
    padding: 12px;
    -moz-transition: all 0.8s ease 0s;
    -webkit-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
    width: 120px;
}
.page_startseite #main .inside div.slider_pictogram_container > div:nth-of-type(2) {
    padding-top: 25px;
}
.page_startseite #main .inside div.slider_pictogram_container > div:nth-of-type(1).active {
    background: #5AABD5;
    -moz-transition: all 2s ease 0s;
    -webkit-transition: all 2s ease 0s;
    transition: all 2s ease 0s;
}
.page_startseite #main .inside div.slider_pictogram_container > div:nth-of-type(2).active {
    background: #5094D4;
    -moz-transition: all 2s ease 0s;
    -webkit-transition: all 2s ease 0s;
    transition: all 2s ease 0s;
}
.page_startseite #main .inside div.slider_pictogram_container > div:nth-of-type(3).active {
    background: #5094D4;
    -moz-transition: all 2s ease 0s;
    -webkit-transition: all 2s ease 0s;
    transition: all 2s ease 0s;
}
.page_startseite #main .inside > div.blured_background {
    background: #0081C7;
    clear: none;
    float: none;
    height: 488px;
    left: 50%;
    margin-left: 108px;
    opacity: 0.6;
    position: absolute;
    top: 0;
    width: 500px;
}
.page_startseite #main .inside > div.slider_text_container {
    clear: none;
    float: none;
    height: 488px;
    left: 50%;
    margin-left: 108px;
    position: absolute;
    top: 0;
    width: 500px;
}
.page_startseite #main .inside > div.slider_text_container > div {
    color: #fff;
    height: 488px;
    left: 0;
    opacity: 0;
    padding: 83px 40px 40px;
    position: absolute;
    top: 0;
    -moz-transition: all 0.8s ease 0s;
    -webkit-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
    width: 500px;
}
.page_startseite #main .inside > div.slider_text_container > div.active {
    opacity: 1;
}
.page_startseite #main .inside > div.slider_text_container > div > div > p:nth-of-type(1) {
    color: #fff;
    font-family: "Neo Sans W01 Light734947";
    font-size: 3.1em;
    font-weight: normal;
    margin: 0 0 10px;
    padding: 0;
}
.page_startseite #main .inside > div.slider_text_container > div > div > p:nth-of-type(2) {
    color: #fff;
    font-size: 1.3em;
    line-height: 159%;
    margin: 0;
    padding: 0;
}
.page_startseite #main .inside > div.slider_text_container > div > div > p:nth-of-type(3) {
    color: #fff;
    font-size: 1em;
    margin: 0;
    padding: 0;
}
.page_startseite #main .inside > div.slider_text_container > div > div > p:nth-of-type(3) a {
    border: 1px solid #fff;
    color: #fff;
    display: inline-block;
    margin: 30px 0 0;
    padding: 4px 10px 6px;
    text-decoration: none;
}
#main .inside > div {
    clear: left;
    float: left;
    left: 50%;
    margin-left: -298px;
    padding-bottom: 60px;
    position: relative;
    width: 750px;
}
.page_startseite #main .inside > div:nth-of-type(5) > div:first-of-type p:first-of-type {
    color: #555555;
    font-size: 1.75em;
    line-height: 142.85%;
    margin: 0px 0px 30px 0px;
    padding: 0px 0px 1.14em 0px;
}
.page_startseite #main .inside > div.zertifikate {
    margin-left: -454px;
    padding: 97px 0 88px 0;
    width: 906px;
}
.page_startseite #main .inside > div.zertifikate > div {
    margin-bottom: 30px;
}
.page_startseite #main .inside > div.zertifikate h1,
.page_startseite #main .inside > div.zertifikate p,
.page_startseite #main .inside > div.zertifikate ul {
    padding-left: 156px;
}
.page_startseite #main .inside > div.zertifikate figure {
    float: left;
    margin-top: -61px;
    width: 126px;
}
.page_startseite #main .inside > div.teaser {
    background: #d3ebe8 none repeat scroll 0 0;
    left: 0;
    margin-left: 0;
    padding: 96px 0 80px;
    text-align: center;
    width: 100%;
}
.page_startseite #main .inside > div.teaser h1 {
    color: #444;
}
.page_startseite #main .inside > div.teaser h1,
.page_startseite #main .inside > div.teaser p,
.page_startseite #main .inside > div.teaser ul {
    clear: both;
    float: left;
    left: 50%;
    margin-left: -313px;
    position: relative;
    width: 616px;
}
.page_startseite #main .inside > div.teaser figure {
    clear: both;
    float: left;
    left: 50%;
    margin-left: -171px;
    padding: 20px 0 50px;
    position: relative;
    width: 343px;
}
.page_startseite #main .inside > div.teaser a {
    background: #699e97;
    color: #fff;
    display: inline-block;
    font-size: 1.25em;
    margin-bottom: 30px;
    padding: 4px 20px 6px;
    text-decoration: none;
    transition: all 0.3s ease 0s;
}
.page_startseite #main .inside > div.teaser a:hover {
    background: #4d817a;
}
.page_startseite #main .inside > div.news_slider {
    background: #f2f2f2;
    left: 0;
    margin-left: 0;
    padding: 75px 30px 75px 15px;
    position: relative;
    width: 100%;
}
#jssor_2 {
    width: 100% !important;
}
#jssor_2 .slides {
    overflow: visible !important;
}
#jssor_2 .slides .layout_latest {
    padding: 15px;
}
#jssor_2 .slides .layout_latest > div {
    background: #fff;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.3);
    height: 524px;
    padding: 30px;
    text-align: center;
    width: 100%;
}
#jssor_2 .slides .layout_latest > div > div.ce_text {
    text-align: left;
}
#jssor_2 .slides .layout_latest > div figure {
    height: 253px;
    width: 378px;
}
#jssor_2 .slides .layout_latest > div img {
    max-height: 253px;
    max-width: 378px;
}
#jssor_2 .slides .layout_latest > div p.info {
    color: #a0cfc7;
    margin: 24px 0 -1px;
    text-align: left;
}
#jssor_2 .slides .layout_latest > div h2 {
    font-family: "Proxima N W01 Light";
    font-size: 1.25em;
    line-height: 166.7%;
    margin: 0;
    text-align: left;
}
#jssor_2 .slides .layout_latest > div h2 a {
    color: #444;
    text-decoration: none;
}
#jssor_2 .slides .layout_latest > div a.read_more {
    bottom: 38px;
    left: 50%;
    margin: 0 0 0 -60px;
    position: absolute;
    width: 120px;
}
.fssNext2,
.fssPrev2 {
    color: #0073b2;
    cursor: pointer;
    display: block;
    font-family: "Neo Sans W01 Light734947";
    font-size: 40px;
    font-weight: normal;
    left: 2px;
    line-height: 100%;
    overflow: hidden;
    position: absolute;
    top: 326px;
    transform: scale(1, 1.5);
}
.fssPrev2 {
    left: 100%;
    margin-left: -26px;
}
#main .inside > div {
    clear: left;
    float: left;
    left: 50%;
    margin-left: -298px;
    position: relative;
    width: 750px;
}
#main .inside > div.mod_article.first {
    clear: none;
}
#main .inside > div div.liste_33,
#main .inside > div div.liste_50,
#main .inside > div div.liste_100 {
    font-size: 1.25em;
    line-height: 166.7%;
    float: left;
    padding: 0 30px 30px 0;
    width: 33.3333%;
}
#main .inside > div div.liste_50 {
    width: 50%;
}
#main .inside > div div.liste_100 {
    width: 100%;
}
#main .inside > div > div.ce_text {
    clear: left;
}
#main .inside > div:nth-of-type(2) > div:first-of-type p:first-of-type {
    color: #555555;
    font-size: 1.75em;
    line-height: 142.85%;
    margin: 0px 0px 30px 0px;
    padding: 0px 0px 1.14em 0px;
}
#main .inside > div.produkte_link_box {
    background: #f7f7f7 none repeat scroll 0 0;
    float: left;
    left: 0;
    margin-left: 0;
    padding: 30px 0 175px;
    position: relative;
    width: 100%;
}
#main .inside > div.produkte_link_box h2 {
    float: left;
    left: 50%;
    margin-left: -610px;
    position: relative;
    width: 1064px;
}
#main .inside > div.produkte_link_box div.ce_hyperlink {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.3);
    float: left;
    height: 330px;
    left: 50%;
    margin-top: 30px;
    padding: 40px;
    position: relative;
    text-align: center;
    width: 282px;
}
#main .inside > div.produkte_link_box > div:nth-of-type(4n+1) {
    clear: left;
    margin-left: -610px;
}
#main .inside > div.produkte_link_box > div:nth-of-type(4n+2) {
    margin-left: -298px;
}
#main .inside > div.produkte_link_box > div:nth-of-type(4n+3) {
    margin-left: 14px;
}
#main .inside > div.produkte_link_box > div:nth-of-type(4n+4) {
    margin-left: 30px;
}
#main .inside > div.produkte_link_box div.ce_hyperlink img {
    max-height: 122px;
    width: auto;
}
#main .inside > div.produkte_link_box div.ce_hyperlink figure {
    display: table-cell;
    height: 122px;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 202px;
}
#main .inside > div.produkte_link_box div.ce_hyperlink figcaption {
    color: #0081c7;
    font-size: 1.3em;
    position: absolute;
    top: 139px;
    width: 202px;
}
#main .inside > div.produkte_uebersicht_link_box {
    overflow: visible;
}
#main .inside > div.produkte_uebersicht_link_box div.ce_text {
    float: left;
    position: relative;
    width: 100%;
}
#main .inside > div.produkte_uebersicht_link_box div.ce_text:not(:first-of-type):not(:last-of-type) {
    background: #ffffff none repeat scroll 0 0;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.3);
    margin-top: 30px;
    padding: 40px;
}
#main .inside > div.produkte_uebersicht_link_box div.ce_text:last-of-type {
    margin-top: 30px;
}
#main .inside > div.produkte_uebersicht_link_box div.ce_text h4 {
    color: #0081c7;
    font-family: "Proxima N W01 Light";
    font-size: 1.3em;
    margin: 0 0 14px 0;
    padding-left: 282px;
}
#main .inside > div.produkte_uebersicht_link_box div.ce_text figure {
    display: table-cell;
    float: left;
    margin: -40px 40px 0 0;
    position: relative;
    vertical-align: middle;
    width: 242px;
}
#main .inside > div.produkte_uebersicht_link_box div.ce_text img {
    max-height: 182px;
    width: auto;
}
#main .inside > div.produkte_uebersicht_link_box div.ce_text:not(:last-of-type) p,
#main .inside > div.produkte_uebersicht_link_box div.ce_text:not(:last-of-type) ul {
    margin-bottom: 0;
}
#main .inside > div.produkte_uebersicht_link_box div.ce_text:not(:first-of-type):not(:last-of-type) p,
#main .inside > div.produkte_uebersicht_link_box div.ce_text:not(:first-of-type):not(:last-of-type) ul {
    padding-left: 282px;
}
#main .inside > div.produkte_uebersicht_link_box div.ce_text:not(:first-of-type):not(:last-of-type) p strong {
    display: block;
}
#main .inside > div.produkte_uebersicht_link_box div.ce_text:not(:first-of-type):not(:last-of-type) p strong:not(:first-of-type) {
    padding-top: 10px;
}
#main .inside > div.produkte_uebersicht_link_box div.ce_text:not(:last-of-type) ul > li:last-of-type {
    padding-bottom: 0;
}
#main .inside > div.produkte_uebersicht_link_box div.ce_text li {
    padding-left: 302px;
}
#main .inside > div.produkte_uebersicht_link_box div.ce_text:not(:first-of-type):not(:last-of-type) p:last-of-type {
    margin-top: 24px;
}
#main .inside > div.produkte_uebersicht_link_box div.ce_text p:last-of-type a {
    border: 1px solid #a0cfc7;
    color: #a0cfc7;
    display: inline-block;
    padding: 4px 12px 6px;
    text-decoration: none;
    -moz-transition: all 0.3s;
    -webkit_transition: all 0.3s;
    transition: all 0.3s;
}
#main .inside > div.produkte_uebersicht_link_box div.ce_text p:last-of-type a:hover {
    background: #a0cfc7 none repeat scroll 0 0;
    color: #fff;
}
#main .inside > div.custom_link_box {
    background: #f7f7f7 none repeat scroll 0 0;
    float: left;
    left: 0;
    margin-left: 0;
    padding: 30px 0 175px;
    position: relative;
    width: 100%;
}
#main .inside > div.custom_link_box div.ce_text {
    float: left;
    left: 50%;
    margin-left: -610px;
    position: relative;
    width: 1064px;
}
#main .inside > div.custom_link_box div.ce_text:not(:first-of-type):not(:last-of-type) {
    background: #ffffff none repeat scroll 0 0;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.3);
    margin-top: 30px;
    padding: 40px;
}
#main .inside > div.custom_link_box div.ce_text:last-of-type {
    margin-top: 30px;
}
#main .inside > div.custom_link_box div.ce_text h4 {
    color: #0081c7;
    font-family: "Proxima N W01 Light";
    font-size: 1.3em;
    margin: 0 0 14px 0;
    padding-left: 282px;
}
#main .inside > div.custom_link_box div.ce_text figure {
    display: table-cell;
    float: left;
    margin: -40px 40px 0 0;
    position: relative;
    vertical-align: middle;
    width: 242px;
}
#main .inside > div.custom_link_box div.ce_text img {
    max-height: 182px;
    width: auto;
}
#main .inside > div.custom_link_box div.ce_text:not(:last-of-type) p,
#main .inside > div.custom_link_box div.ce_text:not(:last-of-type) ul {
    margin-bottom: 0;
}
#main .inside > div.custom_link_box div.ce_text:not(:first-of-type):not(:last-of-type) p,
#main .inside > div.custom_link_box div.ce_text:not(:first-of-type):not(:last-of-type) ul {
    padding-left: 282px;
}
#main .inside > div.custom_link_box div.ce_text:not(:last-of-type) ul > li:last-of-type {
    padding-bottom: 0;
}
#main .inside > div.custom_link_box div.ce_text:not(:first-of-type):not(:last-of-type) p:last-of-type {
    margin-top: 24px;
}
#main .inside > div.custom_link_box div.ce_text p:last-of-type a {
    border: 1px solid #a0cfc7;
    color: #a0cfc7;
    display: inline-block;
    padding: 4px 12px 6px;
    text-decoration: none;
    -moz-transition: all 0.3s;
    -webkit_transition: all 0.3s;
    transition: all 0.3s;
}
#main .inside > div.custom_link_box div.ce_text p:last-of-type a:hover {
    background: #a0cfc7 none repeat scroll 0 0;
    color: #fff;
}
.scroll_down {
    text-align: right;
}
.scroll_down a {
    cursor: pointer;
    padding-right: 43px;
    text-decoration: none;
}
.scroll_down a::after {
    background: rgba(0, 0, 0, 0) url("../../files/assets/scroll-down-button.svg") no-repeat scroll 0 0;
    content: " ";
    height: 38px;
    margin: -4px 0 0 5px;
    position: absolute;
    width: 38px;
}
.scroll_down a:hover::after {
    margin: -3px 0 0 5px;
}
.page_downloads h2 {
    color: #0081c7;
    font-family: "Neo Sans W01 Light734947";
    font-size: 3.438em;
    line-height: 112.5%;
    margin-bottom: 30px;
    margin-top: 0;
}
.page_downloads h2:not(:first-of-type) {
    border-top: 1px solid #a0cfc7;
    margin-top: 40px;
    padding-top: 50px;
}
.page_downloads #main .inside > div:nth-of-type(2) > div:first-of-type p:first-of-type {
    color: #555555;
    font-size: 1.25em;
    line-height: 166.7%;
    margin: 0 0 30px;
    padding: 0px;
}
.page_distributors_agencies #main .inside > div {
    width: 906px;
}
.page_distributors_agencies #main .inside > div > div {
    margin-bottom: 30px;
    padding-bottom: 30px;
}
.page_distributors_agencies #main .inside > div > div {
    border-bottom: 1px solid #a0cfc7;
}
.page_distributors_agencies h2 {
    margin-bottom: 20px;
    padding-bottom: 10px;
}
.page_distributors_agencies figure {
    float: left;
    margin-top: 10px;
    width: 282px;
}
.page_distributors_agencies #main .inside > div:nth-of-type(2) > div p,
.page_distributors_agencies #main .inside > div:nth-of-type(2) > div:first-of-type p {
    font-size: 1.25em;
    line-height: 166.7%;
    padding-bottom: 0;
    padding-left: 312px;
}
.page_distributors_agencies #main .inside > div:nth-of-type(2) > div p:first-of-type {
    margin-bottom: 0;
}
.page_distributors_agencies #main .inside > div:nth-of-type(2) > div p a {
    color: #444;
    text-decoration: none;
}
.page_distributors_agencies #main .inside > div:nth-of-type(2) > div p:last-of-type a {
    color: #A0CFC7;
    clear: both;
    float: left;
    margin-top: -30px;
    text-decoration: none;
}
.page_distributors_agencies #main .inside > div:nth-of-type(2) > div p:last-of-type a:hover {
    text-decoration: underline;
}
.page_distributors_agencies #main .inside > div.map-container {
    border: 0 none;
}
.page_distributors_agencies #main .inside > div.map-container #map {
    height: 550px;
    width: 100%;
}
.page_partnerships_networks #main .inside > div {
    width: 906px;
}
.page_partnerships_networks #main .inside > div > div {
    margin-bottom: 30px;
    padding-bottom: 30px;
}
.page_partnerships_networks #main .inside > div > div:not(:last-of-type) {
    border-bottom: 1px solid #a0cfc7;
}
.page_partnerships_networks h1 {
    margin-bottom: 30px;
}
.page_partnerships_networks figure {
    float: left;
    margin-top: 10px;
    width: 282px;
}
.page_partnerships_networks #main .inside > div:nth-of-type(2) > div p,
.page_partnerships_networks #main .inside > div:nth-of-type(2) > div:first-of-type p {
    font-size: 1.25em;
    line-height: 166.7%;
    padding-bottom: 0;
    padding-left: 312px;
}
.page_partnerships_networks #main .inside > div:nth-of-type(2) > div p:first-of-type {
    margin-bottom: 0;
}
.page_partnerships_networks #main .inside > div:nth-of-type(2) > div p a {
    color: #444;
    text-decoration: none;
}
.page_partnerships_networks #main .inside > div:nth-of-type(2) > div p:last-of-type a {
    color: #A0CFC7;
    clear: both;
    float: left;
    margin-top: -30px;
    text-decoration: none;
}
.page_partnerships_networks #main .inside > div:nth-of-type(2) > div p:last-of-type a:hover {
    text-decoration: underline;
}
.page_suchergebnisse .search_icon {
    display: none;
}
.page_suchergebnisse #main .inside > div.mod_search {
    left: 0;
    position: relative;
    margin-left: 0;
    width: 100%;
}
.page_suchergebnisse form {
    background: #f7f7f7 none repeat scroll 0 0;
    float: left;
    padding: 60px 0 30px;
    position: relative;
    width: 100%;
}
.page_suchergebnisse .mod_search .widget-text {
    float: left;
    left: 50%;
    margin-left: -298px;
    position: relative;
    width: 750px;
}
.page_suchergebnisse .mod_search .widget-submit {
    float: left;
    left: 50%;
    margin-left: -337px;
    position: relative;
}
.page_suchergebnisse .mod_search .widget-text input {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: medium none;
    color: #444444;
    font-family: "Proxima N W01 Light";
    font-size: 1.25em;
    height: 40px;
    padding: 0 15px;
    width: 413px;
}
.page_suchergebnisse .mod_search .widget-submit button {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: #ffffff none repeat scroll 0 0;
    border: medium none;
    cursor: pointer;
    height: 40px;
    margin: 0;
    padding: 2px 0 0;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    width: 37px;
}
.page_suchergebnisse .mod_search .widget-submit button:hover {
    background: #0081C7 none repeat scroll 0 0;
}
.page_suchergebnisse .mod_search .widget-submit button img {
    height: 27px;
    max-width: 500%;
    width: auto;
}
.page_suchergebnisse .mod_search > p,
.page_suchergebnisse .mod_search > div {
    clear: both;
    float: left;
    left: 50%;
    margin-left: -298px;
    position: relative;
    width: 750px;
}
.page_suchergebnisse h3 {
    font-size: 2.25em;
    line-height: 112.5%;
    margin-bottom: 10px;
}
.page_suchergebnisse h3 a {
    color: #0081c7;
    font-family: "Neo Sans W01 Light734947";
    text-decoration: none;
}
.page_suchergebnisse h3 a:hover {
    text-decoration: underline;
}
.page_suchergebnisse .relevance {
    color: #c1c1c1;
    font-family: "Proxima N W01 Light";
    margin-left: 15px;
}
.page_suchergebnisse mark {
    background: #d3ebe8 none repeat scroll 0 0;
    padding: 0 2px;
}
.page_news #main .inside > div {
    width: 906px;
}
.page_news .layout_latest {
    border-bottom: 1px solid #a0cfc7;
    margin-bottom: 40px;
    padding-bottom: 30px;
}
.page_news .mod_newslist figure {
    float: left;
    margin-top: 10px;
    width: 282px;
}
.page_news #main .inside > div:nth-of-type(2) > div:first-of-type h2,
.page_news #main .inside > div:nth-of-type(2) > div:first-of-type p,
.page_news #main .inside > div:nth-of-type(2) > div:first-of-type div div div {
    padding-left: 312px;
}
.page_news #main .inside > div:nth-of-type(2) > div:first-of-type div div div p {
    font-size: 1.25em;
    line-height: 166.7%;
    padding-left: 0;
}
.page_news #main .inside > div:nth-of-type(2) > div:first-of-type h2 {
    font-family: "Proxima N W01 Light";
    font-size: 1.25em;
    line-height: 166.7%;
    margin: 0;
    text-align: left;
}
.page_news #main .inside > div:nth-of-type(2) > div:first-of-type h2 a {
    color: #444;
    text-decoration: none;
}
.page_news #main .inside > div:nth-of-type(2) > div:first-of-type p.info {
    color: #a0cfc7;
    font-size: 1.25em;
    line-height: 166.7%;
    margin: 0;
    padding-bottom: 10px;
}
.page_news #main .inside > div:nth-of-type(2) > div:first-of-type a.read_more {
    border: none;
    font-size: 1.25em;
    line-height: 166.7%;
    margin-top: 15px;
    padding: 0;
}
.page_news #main .inside > div:nth-of-type(2) > div:first-of-type a.read_more::after {
    content: " ...";
}
.page_news #main .inside > div:nth-of-type(2) > div:first-of-type a.read_more:hover {
    background: none;
    color: #a0cfc7;
    text-decoration: underline;
}
.page_newsreader #main .inside > div:nth-of-type(2) > div:first-of-type p:first-of-type {
    color: #555555;
    font-size: 1.25em;
    line-height: 166.7%;
    margin: 30px 0;
    padding: 0;
}
.page_newsreader h1 {
    color: #0081c7;
    font-family: "Neo Sans W01 Light734947";
    font-size: 2.25em;
    line-height: 150%;
    margin: 10px 0px;
}
.page_newsreader #main .inside > div:nth-of-type(2) > div:first-of-type p.info {
    color: #a0cfc7;
    font-size: 1.25em;
    line-height: 166.7%;
    margin: 0;
    padding-bottom: 10px;
}
.page_newsreader .back a {
    border: 1px solid #a0cfc7;
    color: #a0cfc7;
    display: inline-block;
    padding: 4px 12px 6px;
    text-decoration: none;
    transition: all 0.3s ease 0s;
}
.page_newsreader .back a:hover {
    background: #a0cfc7 none repeat scroll 0 0;
    color: #ffffff;
}
#main .inside > div.bf_map_container {
    padding-bottom: 0;
}
#main .inside > #bf_map {
    height: 700px;
    left: 0%;
    margin-left: 0;
    width: 100%;
}
.ce_youtube {
    margin-bottom: 40px;
    position: relative;
}
.ce_youtube > div {
    height: auto;
    margin-top: 40px;
    padding-bottom: 56.25%;
    position: relative;
    width: 100%;
}
.ce_youtube iframe {
    bottom: 0;
    height: 100% !important;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100% !important;
}
.ce_sliderStart {
    margin-bottom: 40px;
}
.ce_sliderStart .ce_youtube {
    margin-bottom: 0;
}
footer {
    background: #313B48 none repeat scroll 0 0;
    border-bottom: 30px solid #e2003b;
    padding: 40px 0 60px 0;
}
footer nav {
    margin: 0 auto;
    padding: 0;
    width: 1220px;
}
footer nav ul {
    padding-left: 0;
}
footer nav ul.level_1 > li {
    float: left;
    width: 20%;
}
footer nav li {
    padding-left: 0;
}
footer nav li::before {
    background: none;
    content: none;
    display: none;
    height: inherit;
    margin: inherit;
    position: inherit;
    width: inherit;
}
footer nav ul.level_1 > li > a,
footer nav ul.level_1 > li > .active,
footer nav ul.level_1 > li > .trail {
    color: #a0cfc7;
    font-weight: bold;
    margin-bottom: 12px;
}
footer nav ul.level_1 > li > a:hover {
    color: #d6fbf5;
}
footer nav ul.level_2 {
    border-top: 1px solid #555;
    margin-top: 4px;
    padding-top: 8px;
}
footer nav ul.level_2 > li > a,
footer nav ul.level_2 > li > .active,
footer nav ul.level_2 > li > .trail {
    color: #D2EAE8;
    font-weight: bold;
}
footer nav ul.level_2 > li > a:hover {
    color: #f0fffe;
}
footer nav a,
footer nav .active,
footer nav .trail {
    color: #657B79;
    font-weight: normal;
    text-decoration: none;
}
footer nav a:hover {
    color: #D2EAE8;
}
.footer-bottom {
    height: 50px;
    margin: 0 auto;
    padding-top: 15px;
    width: 1220px;
}
.copyright {
    border-top: 1px solid;
    clear: both;
    color: #657b79;
    float: right;
    margin-top: 12px;
}
.social-media-links {
    float: right;
}
.youtube_link {
    background: rgba(0, 0, 0, 0) url("../../files/assets/youtube-1.png") no-repeat scroll 0 0;
    display: inline-block;
    float: left;
    height: 27px;
    margin: 2px 0 0 14px;
    outline: medium none;
    width: 66px;
    z-index: 2;
}
.youtube_link:hover {
    background: rgba(0, 0, 0, 0) url("../../files/assets/youtube-2.png") no-repeat scroll 0 0;
}
.linkedin_link {
    background: rgba(0, 0, 0, 0) url("../../files/assets/linkedin-1.png") no-repeat scroll 0 0;
    display: inline-block;
    float: left;
    height: 30px;
    outline: medium none;
    width: 30px;
    z-index: 2;
}
.linkedin_link:hover {
    background: rgba(0, 0, 0, 0) url("../../files/assets/linkedin-2.png") no-repeat scroll 0 0;
}
@media (max-width: 1532px) {
    #main .inside > div.custom_link_box div.ce_text {
        width: 1220px;
    }
}
@media (max-width: 1279px) {
    .raster_1280_8_spalten {
        left: 0;
        margin-left: -15px;
    }
    .stripe_1 {
        margin-left: -437px;
    }
    .header_service {
        font-size: 0.75em;
        margin-left: 297px;
        top: 5px;
    }
    .mod_search_box {
        margin-left: 182px;
    }
    .header_logo {
        display: inline-block;
        margin: 32px 0 0 -497px;
        width: 200px;
    }
    .page_startseite #main .inside > div.blured_background,
    .page_startseite #main .inside > div.slider_text_container {
        margin-left: 0;
        width: 512px;
    }
    .page_startseite #main .inside div.slider_pictogram_container,
    .left_navigation {
        margin-left: -497px;
    }
    .header_navigation,
    #main .inside > div.mod_breadcrumb,
    #main .inside > div {
        margin-left: -200px;
    }
    #main .inside > div,
    .page_news #main .inside > div,
    .page_distributors_agencies #main .inside > div,
    .page_partnerships_networks #main .inside > div {
        width: 654px;
    }
    .page_startseite #main .inside > div {
        margin-left: -341px;
        width: 686px;
    }
    .page_startseite #main .inside > div.zertifikate {
        margin-left: -499px;
        width: 844px;
    }
    #main .inside > div > div.liste_33 {
        width: 50%;
    }
    #main .inside > div > div.liste_33:nth-of-type(3) {
        background: #ccc;
        clear: left;
    }
    #main .inside > div.produkte_uebersicht_link_box div.ce_text:not(:first-of-type):not(:last-of-type) p:last-of-type {
        left: 40px;
        ;
    }
    #main .inside > div.produkte_link_box h2 {
        margin-left: -454px;
        width: 910px;
    }
    #main .inside > div.produkte_link_box > div:nth-of-type(4n+1),
    #main .inside > div.produkte_link_box > div:nth-of-type(4n+2),
    #main .inside > div.produkte_link_box > div:nth-of-type(4n+3),
    #main .inside > div.produkte_link_box > div:nth-of-type(4n+4) {
        clear: none;
        margin-left: 0;
    }
    #main .inside > div.produkte_link_box > div:nth-of-type(3n+1) {
        clear: left;
        margin-left: -453px;
    }
    #main .inside > div.produkte_link_box > div:nth-of-type(3n+2) {
        margin-left: -141px;
    }
    #main .inside > div.produkte_link_box > div:nth-of-type(3n+3) {
        margin-left: 30px;
    }
    #main .inside > div.custom_link_box {
        padding: 30px 30px 175px;
    }
    #main .inside > div.custom_link_box div.ce_text {
        left: 0;
        margin-left: 0;
        width: 100%;
    }
    .page_suchergebnisse .mod_search .widget-text,
    .page_suchergebnisse .mod_search > p,
    .page_suchergebnisse .mod_search > div {
        margin-left: -200px;
    }
    .page_suchergebnisse .mod_search > p,
    .page_suchergebnisse .mod_search > div {
        max-width: 654px;
    }
    .page_distributors_agencies #main .inside > div.map-container {
        margin-left: -497px;
        width: 950px;
    }
    footer nav,
    .footer-bottom {
        width: 996px;
    }
    footer nav ul.level_1 > li {
        width: 22%;
    }
    footer nav ul.level_1 > li:last-of-type {
        width: 12%;
    }
}
@media (max-width: 1024px) {
    .page_startseite #main .inside > div.slider_mask,
    .page_startseite #main .inside > div.slider_text_container,
    .page_startseite #main .inside > div.slider_text_container > div,
    .page_startseite #main .inside > div.blured_background {
        height: 378px;
    }
    .page_startseite #main .inside > div.blured_background {
        width: 512px;
    }
    .page_startseite #main .inside > div.slider_text_container > div {
        padding-top: 7px;
    }
    .page_startseite #main .inside > div.slider_text_container > div > div > p:nth-of-type(1) {
        margin: 0;
    }
    .page_startseite #main .inside div.slider_pictogram_container {
        left: 0;
        margin-left: 40px;
        padding: 0;
        top: 243px;
    }
    .page_startseite #main .inside > div.news_slider {
        padding: 75px 50px 75px 35px;
    }
    .fssNext2 {
        left: 12px;
    }
    .fssPrev2 {
        margin-left: -36px;
    }
    .page_startseite #main .inside > div,
    .page_startseite #main .inside > div.zertifikate {
        left: 0;
        margin-left: 0;
        padding-left: 90px;
        padding-right: 90px;
        width: 100%;
    }
    .page_distributors_agencies #main .inside > div.map-container {
        left: 0;
        margin-bottom: -30px;
        margin-left: 0;
        padding: 0;
        width: 100%;
    }
    footer nav,
    .footer-bottom {
        width: 984px;
    }
    .footer-bottom {
        margin-top: -50px;
    }
    footer nav ul.level_1 > li {
        width: 22%;
    }
    footer nav ul.level_1 > li:nth-of-type(2) {
        width: 24%;
    }
    footer nav ul.level_1 > li:nth-of-type(3) {
        width: 20%;
    }
    footer nav ul.level_1 > li:last-of-type {
        width: 12%;
    }
}
@media (max-width: 1023px) {
    .header_navigation,
    .left_navigation {
        display: none;
    }
    .hamburger {
        display: block;
    }
    .header_navigation_mobile.open {
        left: 0;
    }
    .stripe_1 {
        left: 0;
        margin-left: -30px;
    }
    .header_service {
        left: inherit;
        margin-left: inherit;
        right: 30px;
    }
    .mod_search_box {
        left: inherit;
        margin: 0;
        right: 0;
        z-index: 20;
    }
    .header_logo {
        display: inline-block;
        left: 0;
        margin: 32px 0 0 30px;
        width: 200px;
    }
    #main .inside > div.mod_breadcrumb,
    .page_startseite #main .inside > div,
    #main .inside > div,
    .page_news #main .inside > div,
    .page_distributors_agencies #main .inside > div,
    .page_partnerships_networks #main .inside > div {
        left: 0;
        margin-left: 0;
        padding-left: 90px;
        padding-right: 90px;
        width: 100%;
    }
    .page_startseite #main .inside div.slider_pictogram_container {
        margin-left: 30px;
    }
    .page_startseite #main .inside > div,
    .page_startseite #main .inside > div.zertifikate {
        padding-left: 90px;
        padding-right: 90px;
    }
    .page_startseite #main .inside > div.zertifikate h1 {
        padding-left: 0;
        margin-bottom: 30px;
        text-align: center;
    }
    .page_startseite #main .inside > div.zertifikate figure {
        margin-bottom: 30px;
        margin-top: 0;
        text-align: center;
        width: 100%;
    }
    .page_startseite #main .inside > div.zertifikate figure img {
        width: 25%;
    }
    .page_startseite #main .inside > div.zertifikate p,
    .page_startseite #main .inside > div.zertifikate ul {
        padding-left: 0;
    }
    .page_startseite #main .inside > div.teaser h1,
    .page_startseite #main .inside > div.teaser h1,
    .page_startseite #main .inside > div.teaser p,
    .page_startseite #main .inside > div.teaser ul {
        left: 0;
        margin-left: 0;
        padding-left: 90px;
        padding-right: 90px;
        width: 100%;
    }
    #main .inside > div.produkte_uebersicht_link_box div.ce_text {
        left: inherit;
        margin-left: 0;
        width: 100%;
    }
    #main .inside > div.produkte_link_box h2 {
        margin-left: -298px;
        width: 598px;
    }
    #main .inside > div.produkte_link_box > div:nth-of-type(3n+1),
    #main .inside > div.produkte_link_box > div:nth-of-type(3n+2),
    #main .inside > div.produkte_link_box > div:nth-of-type(3n+3) {
        clear: none;
        margin-left: 0;
    }
    #main .inside > div.produkte_link_box > div:nth-of-type(2n+1) {
        clear: left;
        margin-left: -297px;
    }
    #main .inside > div.produkte_link_box > div:nth-of-type(2n+2) {
        margin-left: 15px;
    }
    #main .inside > div.custom_link_box div.ce_text figure {
        width: 192px;
    }
    #main .inside > div.custom_link_box div.ce_text:not(:first-of-type):not(:last-of-type) p:last-of-type {
        left: 272px;
    }
    .page_kontakt #main .inside > div {} .page_suchergebnisse #main .inside > div.mod_search {
        padding-left: 0;
        padding-right: 0;
    }
    .page_suchergebnisse .mod_search .widget-text,
    .page_suchergebnisse .mod_search > p,
    .page_suchergebnisse .mod_search > div {
        left: 0;
        margin-left: 0;
        max-width: 100%;
        padding-left: 90px;
        padding-right: 90px;
        width: 100%;
    }
    .page_suchergebnisse .mod_search .widget-text input {
        width: 100%;
    }
    .page_suchergebnisse .mod_search .widget-submit {
        float: right;
        left: inherit;
        margin-left: 0;
        margin-right: 90px;
        margin-top: -55px;
    }
    .page_distributors_agencies #main .inside > div.map-container #map {
        height: 440px;
    }
    footer nav,
    .footer-bottom {
        width: 100%;
    }
    .footer-bottom {
        margin-top: -50px;
    }
    footer nav ul.level_1 > li {
        padding-left: 90px;
        padding-right: 90px;
        width: 100% !important;
    }
    .footer-bottom {
        margin-top: 0;
        padding-right: 90px;
    }
}
@media (max-width: 979px) {
    .page_startseite #main .inside > div.slider_mask,
    .page_startseite #main .inside > div.slider_text_container,
    .page_startseite #main .inside > div.slider_text_container > div,
    .page_startseite #main .inside > div.blured_background {
        height: 485px;
        left: 0;
        width: 100%;
    }
    .page_startseite #main .inside div.slider_pictogram_container {
        margin-left: 90px;
        top: 344px;
        z-index: 3;
    }
    .page_startseite #main .inside > div.slider_text_container > div {
        padding: 15px 90px;
    }
    .ce_download a,
    .ce_downloads a {
        width: 100%;
    }
    .page_downloads h2 {
        font-size: 2.5em;
    }
    form label {
        padding-bottom: 3px;
        width: 100%;
    }
    form .widget-captcha {
        margin-top: 15px;
    }
    form .widget-captcha label {
        width: auto;
    }
    form input[type="text"],
    form input[type="email"],
    form textarea {
        width: 100%;
    }
    form input.captcha {
        margin-left: 15px;
        margin-bottom: 12px;
        width: 60px;
    }
    form .widget-submit {
        text-align: center;
    }
    form button.submit {
        margin: 30px auto 0;
    }
    #main .inside > div.produkte_uebersicht_link_box div.ce_text h4 {
        padding: 0 0 34px;
        text-align: center;
    }
    #main .inside > div.produkte_uebersicht_link_box div.ce_text figure {
        margin: 0;
        padding-bottom: 34px;
        text-align: center;
        width: 100%;
    }
    #main .inside > div.produkte_uebersicht_link_box div.ce_text:not(:first-of-type):not(:last-of-type) p,
    #main .inside > div.produkte_uebersicht_link_box div.ce_text:not(:first-of-type):not(:last-of-type) ul {
        float: left;
        margin-bottom: 0;
        padding-left: 0;
        width: 100%;
    }
    #main .inside > div.produkte_uebersicht_link_box div.ce_text:not(:first-of-type):not(:last-of-type) p strong {
        display: inline;
    }
    #main .inside > div.produkte_uebersicht_link_box div.ce_text:not(:first-of-type):not(:last-of-type) p:last-of-type {
        left: 0;
        text-align: center;
        width: 100%;
    }
    #main .inside > div.produkte_uebersicht_link_box div.ce_text:last-of-type {
        padding: 0 40px;
    }
    #main .inside > div.custom_link_box div.ce_text h4 {
        padding: 0 0 34px;
        text-align: center;
    }
    #main .inside > div.custom_link_box div.ce_text figure {
        margin: 0;
        padding-bottom: 34px;
        text-align: center;
        width: 100%;
    }
    #main .inside > div.custom_link_box div.ce_text:not(:first-of-type):not(:last-of-type) p,
    #main .inside > div.custom_link_box div.ce_text:not(:first-of-type):not(:last-of-type) ul {
        float: left;
        margin-bottom: 0;
        padding-left: 0;
        width: 100%;
    }
    #main .inside > div.custom_link_box div.ce_text li {
        padding-left: 20px;
    }
    #main .inside > div.custom_link_box div.ce_text:not(:first-of-type):not(:last-of-type) p:last-of-type {
        left: 0;
        text-align: center;
        width: 100%;
    }
    #main .inside > div.custom_link_box div.ce_text:last-of-type {
        padding: 0 40px;
    }
}
@media (min-width: 768px) {
    #jssor_2 {
        height: 554px !important;
    }
    #jssor_2 > div {
        transform: scale(1);
    }
}
@media (max-width: 767px) {
    #jssor_2 .slides .layout_latest,
    #jssor_2 .slides .layout_latest > div a.read_more {
        font-size: 1.2em;
    }
    #jssor_2 .slides .layout_latest > div p.info {
        margin: 4px 0 -1px;
    }
    #jssor_2 .slides .layout_latest > div a.read_more {
        margin: 0 0 0 -75px;
        width: 150px;
    }
    .fssNext2,
    .fssPrev2 {
        top: 44%;
    }
    .page_startseite #main .inside div.slider_pictogram_container {
        left: inherit;
        margin-left: inherit;
        right: 30px;
        text-align: right;
        width: 450px;
    }
    .page_news .mod_newslist figure,
    .page_distributors_agencies figure,
    .page_partnerships_networks figure {
        padding-bottom: 10px;
        width: 100%;
    }
    .page_distributors_agencies figure img,
    .page_partnerships_networks figure img {
        padding-bottom: 10px;
        width: 50%;
    }
    .page_news #main .inside > div:nth-of-type(2) > div:first-of-type h2,
    .page_news #main .inside > div:nth-of-type(2) > div:first-of-type p,
    .page_news #main .inside > div:nth-of-type(2) > div:first-of-type div div div,
    .page_distributors_agencies #main .inside > div:nth-of-type(2) > div p,
    .page_distributors_agencies #main .inside > div:nth-of-type(2) > div:first-of-type p,
    .page_partnerships_networks #main .inside > div:nth-of-type(2) > div p,
    .page_partnerships_networks #main .inside > div:nth-of-type(2) > div:first-of-type p {
        padding-left: 0;
    }
    #main .inside > div.produkte_uebersicht_link_box div.ce_text:not(:first-of-type):not(:last-of-type) p strong,
    #main .inside > div.custom_link_box div.ce_text:not(:first-of-type):not(:last-of-type) p strong {
        display: block;
        padding-top: 10px;
    }
}
@media (max-width: 666px) {
    #main .inside > div.mod_breadcrumb,
    .page_startseite #main .inside > div,
    #main .inside > div,
    .page_news #main .inside > div,
    .page_distributors_agencies #main .inside > div,
    .page_partnerships_networks #main .inside > div {
        padding-left: 30px;
        padding-right: 30px;
    }
    #main .inside > div div.liste_33,
    #main .inside > div div.liste_50 {
        width: 100%;
    }
    #main .inside > div.produkte_link_box h2 {
        left: 0;
        margin-left: 0;
        padding-left: 30px;
        padding-right: 30px;
        text-align: center;
        width: 100%;
    }
    #main .inside > div.produkte_link_box > div:nth-of-type(2n+1),
    #main .inside > div.produkte_link_box > div:nth-of-type(2n+2) {
        clear: none;
        margin-left: 0;
    }
    #main .inside > div.produkte_link_box > div:nth-of-type(1n+1) {
        clear: left;
        margin-left: -141px;
    }
    .page_suchergebnisse .mod_search .widget-text,
    .page_suchergebnisse .mod_search > p,
    .page_suchergebnisse .mod_search > div {
        padding-left: 30px;
        padding-right: 30px;
    }
    .page_suchergebnisse .mod_search .widget-submit {
        margin-right: 30px;
    }
    footer nav ul.level_1 > li {
        padding-left: 30px;
        padding-right: 30px;
    }
    .footer-bottom {
        padding-right: 30px;
    }
}
@media (max-width: 620px) {
    .page_startseite #main .inside > div.slider_text_container > div > div > p:nth-of-type(1) {
        font-size: 2em;
        margin: 0;
    }
    .page_startseite #main .inside div.slider_pictogram_container {
        right: 0;
        top: 381px;
    }
    .page_startseite #main .inside div.slider_pictogram_container {
        width: 360px;
    }
    .page_startseite #main .inside div.slider_pictogram_container > div:nth-of-type(1),
    .page_startseite #main .inside div.slider_pictogram_container > div:nth-of-type(2),
    .page_startseite #main .inside div.slider_pictogram_container > div:nth-of-type(3) {
        height: 90px;
        width: 90px;
    }
    .page_startseite #main .inside > div.slider_text_container > div > div > p:nth-of-type(3) a {
        margin: 20px 0 0;
    }
}
@media (max-width: 566px) {
    .page_startseite #main .inside > div.slider_text_container > div {
        padding: 15px 30px;
    }
    .page_distributors_agencies figure img,
    .page_partnerships_networks figure img {
        width: 100%;
    }
}
@media (max-width: 479px) {
    .header_navigation_mobile {
        padding-left: 0;
    }
    .page_startseite #main .inside > div,
    .page_startseite #main .inside > div.zertifikate {
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media (max-width: 374px) {
    .page_startseite #main .inside div.slider_pictogram_container > div:nth-of-type(1),
    .page_startseite #main .inside div.slider_pictogram_container > div:nth-of-type(2),
    .page_startseite #main .inside div.slider_pictogram_container > div:nth-of-type(3) {
        margin-right: 20px;
    }
}
