@charset "UTF-8";
/* CSS Document */


* {
    margin: 0;
    padding: 0;
}

html {
    background-color: #fff;
    height: 100%;
}

html, body {

}

body {
    background-color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    color: #707070;
    font-size: 1em;
    line-height: 1.5em;
    position: relative;
}

.wert, .wert2 {
    display: none;
}


.balken-grau-oben-wrap {
    width: 100%;
    background: #eaeaea;
    position: fixed;
    height: 30px;
    top: 0;
    z-index: 20;

}

.balken-grau-oben {
    width: 100%;

    max-width: 1620px;
    min-width: 320px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0px 115px 0px 115px;
    text-align: right;
    line-height: 32px;
}

.balken-grau-oben-eintrag {
    position: relative;
    display: inline-block;
    font-size: 14px;
    margin: 0 0 0 40px;
}

.balken-grau-oben-eintrag-text {
    position: relative;
    display: inline-block;
    top: -3px;
    margin: 0 0 0 12px;
}

.balken-grau-oben-eintrag-text a {
    color: #707070;
    text-decoration: none;
}

.balken-grau-oben-eintrag-text a:hover {
    color: #005EAC;
}

.balken-grau-oben-eintrag img {
    width: 20px;
    height: auto;
    display: inline-block;
}

.hamburger2 {
    display: none !important;
}

.navi1-navi-download {
    display: none;
}

.navi-responsive {
    display: none;
}

.breadcrumbs {
    display: none;
}


.kopfbereich-wrap {
    width: 100%;
    position: fixed;
    top: 0px;
    z-index: 10;
    background: #fff;
    height: 160px;
    border-bottom: 2px solid #005EAC;

}

.kopfbereich {
    width: 100%;
    max-width: 1620px;
    min-width: 320px;
    margin: 0 auto;
    position: relative;
}

.kopfbereich ul {
    list-style: none;
}

.kopfbereich ul li {
    display: inline-block;
    list-style: none;
}

.sprachumschalter {
    display: inline-block;
    font-weight: bold;
    font-size: 14px;
    margin-right: -3px;
}


.sprachumschalter ul li {
    display: block;
    cursor: pointer;
    /*background:#669966;
    height: 30px;*/
    text-align: left;
    width: 35px;
}


.sprachumschalter ul li.aktiv:before {
    content: "";
    display: inline-block;
    margin-left: 7px;
    width: 7px;
    height: 18px;
    border-left: 1px solid #707070;
    position: relative;
    top: 4px;
}


.sprachumschalter ul li a {
    display: none;
    padding-left: 14px;
}

.sprachumschalter ul li a:before {
    content: none;
}


.sprachumschalter ul li.aktiv {
    color: #005EAC;
}

.sprachumschalter ul li:hover {
    color: #707070;
}

.navi1-navi {
    display: inline-block;
    vertical-align: top;
}

.navi1-navi ul li.aktiv a {
    color: #005EAC;
}


.kopfbereich-navi1 {
    background: #fff;
    text-align: right;
    position: absolute;
    top: 40px;
    right: 115px;
}

.kopfbereich-navi1 a {
    text-decoration: none;
    color: #707070;
    font-size: 14px;

}

.kopfbereich-navi1 a:before {
    content: "";
    display: inline-block;
    margin-left: 7px;
    width: 7px;
    height: 18px;
    border-left: 1px solid #707070;
    position: relative;
    top: 4px;
}

.kopfbereich-navi1 a:hover {
    color: #005EAC;
}

.kopfbereich-navi1 a.aktiv {
    color: #005EAC;
}

/*CSS News before vorrübergehend ausblenden*/

.link-next a:before {
    content: "";
    display: inline-block;
    margin-left: 7px;
    width: 7px;
    height: 18px;
    border-left: 1px solid #707070;
    position: relative;
    top: 4px;
    display: none;
}

/*Login-Text-Link*/

.login {
    display: inline-block;
    color: #707070;
    font-size: 14px;
    cursor: pointer;
    position: relative;
    vertical-align: top;
    display: none;
}

.login:before {
    content: "";
    display: inline-block;
    margin-left: 7px;
    width: 7px;
    height: 18px;
    border-left: 1px solid #707070;
    position: relative;
    top: 4px;
}

.login-feld {
    width: 200px;
    height: 200px;
    background: #eaeaea;
    border: 1px solid #005EAC;
    position: absolute;
    top: 50px;
    right: 0px;
    display: none;
    padding: 20px 10px 10px 10px;
    font-size: 0.9em;
    box-sizing: border-box;
}

.login-feld h3 {
    display: none;
}

.login-feld fieldset {
    padding: 0 0 0 0 !important;
    border: none;
    text-align: left;
}

.login-feld fieldset legend {
    margin: 0 0 10px 0;
}

.login-feld input {
    overflow: visible;
    width: 174px;
}

.login-feld button, [type="submit"] {
    width: 100px !important;
    padding: 4px;
    margin: 10px 0 0 0;
    background: #005EAC;;
    color: #fff;
    cursor: pointer;
    border: none;
}


/* Icon Close*/

.close {
    position: absolute;
    right: 6px;
    top: 6px;
    width: 32px;
    height: 32px;
    opacity: 1;
    cursor: pointer;
}

.close:hover {
    opacity: 1;
}

.close:before, .close:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 33px;
    width: 3px;
    background-color: #005EAC;
}

.close:hover:before, .close:hover:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 33px;
    width: 3px;
    background-color: #707070;
}

.close:before {
    transform: rotate(45deg);
}

.close:after {
    transform: rotate(-45deg);
}


.kopfbereich-logo {
    position: absolute;
    top: 42px;
    left: 115px;
}

.kopfbereich-logo img {
    width: auto;
    height: 100px;
}


.kopfbereich-navi2 {
    background: #fff;
    text-align: right;
    position: absolute;
    top: 120px;;
    left: 350px;
    text-transform: uppercase;
}

.schrift-bold-eucatech {
    font-weight: bold;
    text-transform: none;
}

.kopfbereich-navi2 a {
    text-decoration: none;
    color: #707070;
    font-size: 16px;
}

.kopfbereich-navi2 a:hover {
    color: #005EAC;
}

.kopfbereich-navi2 li.aktiv a {
    color: #005EAC;
}

.kopfbereich-navi2 a:before {
    content: "";
    display: inline-block;
    margin-left: 10px;
    width: 10px;
    height: 20px;
    border-left: 1px solid #707070;
    position: relative;
    top: 4px;
}


.bildbereich-oben {
    width: 100%;
    min-width: 320px;
    margin: 0 auto;
    background: #fff;
    box-sizing: border-box;
    padding: 0px 0px 0px 0px;
    position: relative;
    margin-top: 160px;
    /*height: 280px;*/
    height: auto;
    overflow: hidden;
}

.bildbereich-oben img {
    width: 100%;
    height: auto;
}


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

.slider-inhalt {
    position: relative;
    width: 100%;
}

.slider-bild {
    position: relative;
    width: 100%;

    max-height: 520px;

}

.slick-list, .slick-list, .slick-track {
    position: relative;
}


.slider-bild-unscharf, .slider-bild-unscharf-unten {
    overflow: hidden;
    position: absolute;
    left: 0;
    height: 150px;
    width: 100%;
}

.slider-bild-unscharf {
    top: 0;
}

.slider-bild-unscharf-unten {
    bottom: 0;
}

.slider-bild-unscharf-unten img {
    position: relative;
    top: -100px;
}


.slider-text-wrap, .slider-text-unten-wrap {
    position: absolute;
    width: 100%;
    height: 150px;
    left: 0;

    background: rgba(10, 100, 150, 0.1);
}

.slider-text, .slider-text-unten {
    width: 100%;

    max-width: 1920px;
    max-width: 1620px;

    min-width: 320px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 32px 115px 32px 115px;

    color: #fff;
}

.slider-text {
    top: 0;
}

.slider-text-unten {
    bottom: 0;
}

.slider-text-wrap {
    top: 0;
}

.slider-text-unten-wrap {
    bottom: 0;
}


.slider-text-bold {
    text-transform: uppercase;
    font-size: 40px;
    text-shadow: 2px 2px 3px rgba(150, 150, 150, 1);
    font-weight: bold;
    margin: 6px 0 24px 0;
}

.slider-text-normal {
    font-size: 20px;
    text-shadow: 2px 2px 3px rgba(150, 150, 150, 1);
    margin: 12px 0 0 0;

}

#c864 img {
    width: 100%;
    height: auto;
}

/*########## Container ############*/


.container {
    width: 100%;
    max-width: 1620px;
    min-width: 320px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 70px 115px 70px 115px;
    position: relative;
    display: table;

}

/*#####*/

.text-li-bild-re {
    width: 100%;
    vertical-align: top;
    display: table;
    padding: 0 0 50px 0;
}

.text-li-bild-re-text {

    display: table-cell;
    vertical-align: top;
    padding: 0 24px 0 0;
}

.text-li-bild-re-text img {
    width: 100%;
    height: auto;
}

.text-li-bild-re-bild {
    width: 645px;
    display: table-cell;
}

.text-li-bild-re-bild img {
    width: 100%;
    height: auto;
}

/*#####*/

/*# 2-1 = 2/3:1/3 #*/

.text-bild-2-1 {
    width: 100%;
    vertical-align: top;
    display: table;
    padding: 0 0 50px 0;
}

.text-bild-2-1 p {
    margin: 0em 0 1em 0;
}

.text-bild-2-1--2 {
    display: table-cell;
    vertical-align: top;
    padding: 0 24px 0 0;
    width: 645px;
}

.text-bild-2-1--1 {
    display: table-cell;
    vertical-align: top;
}

.text-bild-2-1--2 img, .text-bild-2-1--1 img {
    max-width: 100%;
    height: auto;
}


/*#####*/


.reihe-signete {
    width: 100%;
    vertical-align: top;
    padding: 50px 0 36px 0;
    display: table;
}

.reihe-signete-signet-wrap {
    display: table-cell;
    vertical-align: top;
}

.reihe-signete-signet {
    display: table;

    width: 100%;
}

.reihe-signete-signet-bild {
    display: table-cell;
    width: 156px;
}

.reihe-signete-signet-bild img {
    width: 100%;
    height: auto;
}

.reihe-signete-signet-abstand {
    width: 12px;
    display: table-cell;
}

.reihe-signete-signet-linie {

    display: table-cell;
    vertical-align: top;
    padding: 78px 0 0 0;

}

.reihe-signete-signet-linie-inner {
    height: 6px;
    border-top: 1px solid #707070;
}

.reihe-signete-text {

    font-size: 0.85em;
    padding: 10px 0 10px 0;
    text-align: center;
    height: 56px;
}

.reihe-signete-text a {
    text-decoration: none;
}

.reihe-signete-text a:hover > span {
    color: #707070 !important;
}

/*### NEW AUF FRONTSEITE*/

.reihe-news-wrap {

    background: #eaeaea;
    border-top: 1px solid #005EAC;
    border-bottom: 1px solid #005EAC;
    margin: 0 0 50px 0;

}

.reihe-news-headline {
    width: 100%;
    max-width: 1620px;
    min-width: 1300px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 32px 115px 0px 115px;
    color: #005EAC;
}

.reihe-news {
    width: 100%;
    max-width: 1620px;
    min-width: 320px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 32px 115px 32px 115px;
    position: relative;

}

.reihe-news-eintrag {
    display: table-cell;
    width: 33%;
    border-left: 1px solid #005EAC;
    box-sizing: border-box;
    padding: 0 10px 0 10px;
    position: relative;

}

.reihe-news-eintrag p {
    color: #005EAC;
    font-size: 0.9em;
    margin: 0 0 3em 0;
}

.reihe-news-eintrag p.headline-news {
    color: #005EAC;
    font-size: 1em;
    font-weight: bold;
    margin: -1em 0 1em 0;
}

.reihe-news-eintrag p a {
    position: absolute;
    bottom: 0;

}

.reihe-news-eintrag a {
    text-decoration: none;
    color: #005EAC;
}

.reihe-news-eintrag a:hover {
    color: #707070 !important;
}

/*#########*/

.reihe-news-wrap {

    background: #eaeaea;
    border-top: 1px solid #005EAC;
    border-bottom: 1px solid #005EAC;
    margin: 0 0 50px 0;

}

/*### END NEWS FRONTSEITE ###*/


.fuss-wrap {
    background: #eaeaea;
    width: 100%;
    min-width: 320px;
}

.fuss {
    width: 100%;
    max-width: 1620px;
    min-width: 320px;
    margin: 0 auto;
    text-align: left;
    padding: 36px 115px;
    box-sizing: border-box;
}

.fuss .kleinschrift {
    font-size: 0.9em;
}

.fuss a, .fuss .kleinschrift a {
    text-decoration: none;
    color: #707070;
}

.fuss a:hover, .fuss .kleinschrift a:hover {
    color: #005EAC;
}

.fuss .fuss-logo img {
    width: 260px;
    height: auto;
}

.fuss .fuss-unten {
    width: 100%;
}

.fuss .fuss-unten-l, .fuss .fuss-unten-r {
    display: inline-block;
}

.fuss .fuss-unten-l p, .fuss .fuss-unten-r p {
    margin: 0 0 0 0;
}

.fuss .fuss-unten-l {
    margin-bottom: 12px;
}

.fuss .fuss-unten-r {
    float: right;
}


/*#### Unterseiten ###########*/


.headerbild-unterseiten {
    /*max-height: 280px;*/
    overflow: hidden;
    line-height: 0;

}

.headerbild-unterseiten img {
    height: auto;
    width: 100%;
    /*min-width:1900px;*/
}


.bereich1-unterseiten {
    width: 100%;

}

.bereich1-unterseiten-3sp {
    width: 100%;
}

.bereich1-unterseiten-3sp a {
    text-decoration: none;
    color: #005EAC;
    margin: 0 0 0 14px;
}

.bereich1-unterseiten-3sp a:hover {
    color: #707070;
}

.bereich1-unterseiten-3sp-bild {
    margin: 20px 0 20px 0;
}

.bereich1-unterseiten-3sp-bild img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

.bereich1-unterseiten-3sp-1spalte {
    width: 31%;
    display: inline-block;
    margin: 10px 36px 10px 0;
    box-sizing: border-box;
    border: 1px solid #005EAC;
    padding: 12px;
    min-height: 150px;
    vertical-align: top;
}

.bereich1-unterseiten-3sp-1spalte-letzte {
    width: 31%;
    display: inline-block;
    margin: 10px 0 10px 0;
    box-sizing: border-box;
    border: 1px solid #005EAC;
    padding: 12px;
    min-height: 150px;
    vertical-align: top;
}

.bereich1-unterseiten-3sp-1spalte a, .bereich1-unterseiten-3sp-1spalte-letzte a {
    margin: 0 0 0 0px;
}


/*##############*/

.unterseite-news {
    width: 100%;

}

.unterseite-news a {
    text-decoration: none;
    color: #005EAC;
}

.unterseite-news a:hover {
    color: #707070;
}

.unterseite-news-eintrag {
    margin: 36px 0 0 0;
}

p.news-datum {
    margin: 0.5em 0 0.5em 0;
}

h2.news-headline {
    color: #005EAC;
}

.news-text p {
    margin: 0.5em 0 0.5em 0;
}

.news-bild {
    margin: 1em 0 0.5em 0;
}

.news-bild img {
    width: 100%;
    max-width: 450px;
}

.news .header h3 {
    width: 100%;
    font-size: 1.2em;
    color: #005EAC;
    font-weight: normal;
    margin: 1em 0 1em 0;
}

.news-list-view .news-img-wrap {
    display: none !important;
}

.news-list-view .teaser-text {
    margin: 0 0 10px 14px !important;
}

.news-list-view .footer {
    padding: 0px 0 0 14px !important;
    border-top: none !important;
}

.news-single .footer {
    padding: 0px 0 0 0px !important;
    border-top: none !important;
}


/*##############*/

.bereich2-unterseiten {
    width: 100%;
    margin: 40px 0 0 0;

}

.bereich2-unterseiten-links {
    display: inline-block;
    width: 50%;
    box-sizing: border-box;
    padding: 0 45px 0 0;
    vertical-align: top;
}

.bereich2-unterseiten-links img {
    width: 100%;
    height: auto;
}

.bereich2-unterseiten-rechts {
    display: inline-block;
    width: 49%;
    box-sizing: border-box;
    padding: 0 0 0 45px;
    margin: 0 0 0 0;
    vertical-align: top;
}

.feld-grau {
    background: #eaeaea;
    padding: 16px 35px 35px 35px;
}


.bereiche-unterseiten, .bereiche-unterseiten-downloads {
    margin: 0 0 0 345px;
    vertical-align: top;
    display: table-cell;
    background: #fff;
    padding: 0 0 0 0px;

}

.bereiche-unterseiten a {
    color: #005EAC;
}


/*########## NAVI LINKS ########*/

.navi-links {
    width: 240px;

    display: table-cell;
    padding: 0 105px 0 0;
    line-height: 1.4em;
}


.navi-links a{
    color: #005EAC;
}

.navi-links ul {
    list-style: none;
}

.navi-links ul li {
    margin: 0 0 35px 0;
}

.navi-links ul li.aktiv a {
    color: #005EAC;
}

.navi-links ul li a {
    text-decoration: none;
    display: inline-block;
    margin: 0 0 0 14px;
    color: #707070;
    text-transform: uppercase;
}

.current {
    color: #005EAC !important;
    text-decoration: underline !important;
    font-weight: bold;
}

.navi-links > ul > li > a.current {
    font-weight: normal;
}


.navi-links ul li a:before {
    content: "+";
    display: inline-block;
    position: relative;
    left: -14px;
    width: 0;
}

.navi-links ul li.aktiv > a:before {
    content: "-";

}

.navi-links a:hover {
    color: #005EAC;
}

.navi-links a.aktiv {
    color: #005EAC;
}

.navi-links ul.downloadbroschuere {
    display: inline-block;
    margin-top: 18px;
}

.navi-links ul.downloadbroschuere li a {
    text-decoration: none;
    display: inline-block;
    margin: 0 0 0 14px;
    color: #005EAC;
    text-transform: none;
}

.navi-links ul.downloadbroschuere li a:before {
    content: ">";
}

.navi-links ul.downloadbroschuere li {
    margin: 0 0 6px 0;
}

/*## Ebene 2 ##*/

li a {
    color: #707070;
}

li.aktiv a {
    color: #005EAC;
}

.navi-links ul li ul li {
    font-size: 0.9em;
    margin: 8px 0 8px 0;

}

.navi-links ul li ul li a {
    font-size: 0.9em;
    margin: 0 0 0 28px;
    text-transform: none;
    color: #707070;
}

.navi-links ul li ul li.aktiv a {
    color: #005EAC;
}

.navi-links ul li ul li a:before {
    content: ">";
    display: inline-block;
    position: relative;
    left: -14px;
    width: 0;

}

/*## Ebene 3 ##*/

.navi-links ul li ul li ul li {
    font-size: 1em;
    margin: 2px 0 2px 0;
}

.navi-links ul li ul li ul li a:before {
    content: "";
    display: inline-block;
    position: relative;
    left: -14px;
    width: 0;

}


/*#################################*/

.bild-li-text-re {
    display: table;
    width: 100%;
    margin: 12px 0 12px 0;
}

.bild-li-text-re-bild {
    width: 335px;
    display: table-cell;
    vertical-align: top;
    line-height: 0;
}

.bild-li-text-re-bild img {
    width: 100%;
    height: auto;
}

.bild-li-text-re-bild img.nummer2 {
    display: none;
}

.bild-li-text-re-bild img.nummer3 {
    display: none;
}

.bild-li-text-re-text {
    display: table-cell;
    vertical-align: top;
    padding: 0 0 0 14px;
}

.bild-li-text-re-text a {
    color: #707070;
    text-decoration: none;
}

.bild-li-text-re-text a:hover {
    color: #005EAC;
}

.bild-li-text-re-text h2, .bild-li-text-re-text p {
    margin: 0 0 1em 0;
}

.bild-li-text-re-text ul {
    list-style: none;
    padding: 0px;
    margin: 0 0 0 -6px;
}

.bild-li-text-re-text ul li {
    padding: 0 0 0 24px;
    margin: 4px 0 4px 0;
}

.bild-li-text-re-text ul li:before {
    content: '>';
    display: inline-block;
    position: relative;
    left: -14px;
    width: 0;
}

.bi-zurueck, .bi-vor {
    font-size: 1.1em;
    cursor: pointer;
    position: relative;
    top: 1px;
}

/*#######*/

.sliderprodukte {
    width: 335px;
    display: table-cell;
    vertical-align: top;
    line-height: 0;

}

.sliderprodukte img {
    width: 335px;
    height: auto;
}

.slide {
    width: 335px !important;
    height: auto;
    background: #f5f2eb;
}


/*## Zwei Bereiche 50-50 nebeneinander ##*/

.zweibereiche-50-50 {
    width: 100%;
    display: table;
    margin: 0px 0 20px 0;
}

.zweibereiche-50-50 img {
    width: 100%;
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic;

}

.zweibereiche-50-50-links {
    display: table-cell;
    width: 50%;
    box-sizing: border-box;
    padding: 0 12px 0 0;
    vertical-align: top;
}

.zweibereiche-50-50-rechts {
    display: table-cell;
    width: 50%;
    box-sizing: border-box;
    padding: 0 0 0 12px;
    vertical-align: top;
}

.zweibereiche-50-50 h2 {
    color: #707070;
    font-size: 1.2em !important;
    font-weight: normal;
}

/*###############*/


.schrift-ocker a {
    color: #A08038;
    text-decoration: none;
}

.schrift-gruen a {
    color: #2AA284;
    text-decoration: none;
}

.schrift-blau a {
    color: #005EAC;
    text-decoration: none;
}

.schrift-rot a {
    color: #A1385C;
    text-decoration: none;
}

.schrift-ocker a:hover, .schrift-gruen a:hover,
.schrift-blau a:hover, .schrift-rot a:hover {
    color: #707070;
}


.text-3bilder-text {
    width: 100%;
    position: relative;
    margin: 0 0 48px 0;
}

.text-3bilder-text-oben {

}

.text-3bilder-text-oben h2 {
    font-size: 1.2em;
    color: #005EAC;
    margin: 0em 0 0em 0;
}

.text-3bilder-text-oben p {
    color: #707070;
    font-size: 1em;
    font-weight: normal;
}


.text-3bilder-text-oben p {
    margin: 0 0 1em 0;
}

.text-3bilder-text-mitte {
    line-height: 0;

}

.text-3bilder-text-mitte-bild {
    display: inline-block;
    width: 32%;
    margin: 0 6px 0 0;
}

.text-3bilder-text-mitte-bild img {
    width: 100%;
    height: auto;
}

.text-3bilder-text-unten {

    font-size: 0.9em;
}

.text-3bilder-text-link {
    position: absolute;
    top: 0;
    right: 0;
}

.text-3bilder-text-link a {
    color: #707070;
    text-decoration: none;
}

.text-3bilder-text-link a:hover {
    color: #005EAC;
}

.text-3bilder-text-oben p {
    font-size: 1.2em !important;
}

.schrift-1-2-em {
    font-size: 1.2em !important;
}

/*##############*/

.bild-li-text-re-oben {
    position: relative;
}

.bild-li-text-re-oben h2 {
    font-size: 1.2em;
    color: #005EAC;
    margin: 0em 0 0em 0;
}


.bild-li-text-re-oben p {
    color: #707070;
    font-size: 1.2em !important;
    font-weight: normal;
}

.zurueck {
    position: absolute;
    top: 0;
    right: 0;
}

.zurueck a {
    text-decoration: none;
    color: #A08038;
}

.zurueck a:hover {
    color: #707070;
}


.bild-li-text-re-oben p {
    margin: 0 0 1em 0;
}

.bild-li-text-re-bild-nav {
    text-align: center;
    margin: 24px 0 24px 0;
    display: block;
    font-size: 0.9em;
}

.bild-li-text-re-bild p {
    font-size: 0.9em;
}

.bild-li-text-re-bild {
    background: #f5f2eb;
}

.bild-li-text-re-bild-text {
    box-sizing: border-box;
    padding: 0 10px 0px 10px;
}

.bild-li-text-re-text-eb3 {
    display: table-cell;
    vertical-align: top;
    padding: 0 0 0 14px;
}

.bild-li-text-re-text-eb3 a {
    display: block;
    text-decoration: none;
    color: #005EAC;
    margin: 6px 0 6px 14px;

}

.bild-li-text-re-text-eb3 a:hover {
    color: #707070;
}

.bild-li-text-re-text-eb3 a:before {
    content: ">";
    display: inline-block;
    position: relative;
    left: -14px;
    width: 0;

}

.bild-li-text-re-text-eb3 p {
    margin: 0 0 1em 0;
}

.bild-li-text-re-text-eb3 a.aktiv:before {
    content: "∨";
    display: inline-block;
    position: relative;
    left: -14px;
    top: -1px;
    width: 0;

}

.pulldown {

}

.pulldown img {
    width: 100%;
    height: auto;
}

/*### Kasten Bild-Text ####*/

.kasten-bild-text {
    background: #eaebeb;
    display: inline-block;
    max-width: 245px;
    min-height: 245px;
    margin: 14px 10px 14px 0;
    vertical-align: top;
}

.kasten-bild-text p {
    margin: 0 0 0 0px;
}


.kasten-bild-text a {
    text-decoration: none;
    color: #005EAC;
    margin: 0 0 0 0px;
}

.kasten-bild-text a:hover {
    color: #707070;
}


.kasten-bild-text-bild {
    width: 100%;
    max-height: 150px;
    overflow: hidden;
}

.kasten-bild-text-bild img {
    width: 100%;
    height: auto;

}

.kasten-bild-text-text {
    box-sizing: border-box;
    padding: 12px;

}


h1 {
    font-size: 2em;
    font-weight: normal;
    margin: 0 0 1em 0;
    line-height: 1.1em;
}

h2 {
    font-size: 1.2em;
    color: #707070;
    font-weight: normal;
    margin: 1em 0 1em 0;
}

p {
    color: #707070;
    font-size: 1em;
    font-weight: normal;
    line-height: 1.5em;
    margin: 1em 0 1em 0;
}

ul {
    list-style-position: inside;
}

.schrift-blau {
    color: #005EAC !important;
}

.margin0-0-1em-0 {
    margin: 0 0 1em 0 !important;
}

.schrift-bold {
    font-weight: bold;
}

.clearer {
    clear: both;
}

.hidden {
    display: none;
}

a {
    color: #707070;
    text-decoration: none;
}

a:hover {
    color: #005EAC;
}

/*###### ACCORDION #######*/


.accordion-content .frame * {
    display: none;
}

.accordion-content .dce * {
    display: none;
}

.accordion-content {
    margin: 40px 0 40px 0;
}

.accordion-content .dce {
    margin: 20px 0 20px 20px;
}


.accordion-content .frame h2 {
    display: block;
    cursor: pointer;
    color: #005EAC;
}

.accordion-content .dce header {
    display: block;
    cursor: pointer;
    color: #005EAC;
    font-size: 1.2em;
}


.davor-plus:before {
    content: "+";
    display: inline-block;
    position: relative;
    left: -14px;
    width: 0;
}

.davor-minus:before {
    content: "–";
    display: inline-block;
    position: relative;
    left: -14px;
    width: 0;
}

.accordion-content .frame header {
    display: block;
}

.accordion-content .dce header {
    display: block;
}

.accordion-content .accordion-zeigen * {
    display: block;
}


/*###### END ACCORDION #######*/


a.pdf-download {
    text-decoration: none;
    color: #005EAC;
    margin: 0px 0 0 60px;
    display: inline-block;
}


a.pdf-download:before, a.pdf-download-eb3:before {
    content: ">";
    display: inline-block;
    position: relative;
    left: -10px;
    height: 40px;
    background-image: url('../bilder-template/pdficon.png');
    background-size: 30px auto;
    background-repeat: no-repeat;
    box-sizing: border-box;
    padding: 6px 0 0 40px;
    width: auto;
}


/*##### SEITE DOWNLOAD #####*/

.ueber-haupt {
    color: #005EAC;
    border-top: 1px solid #005EAC;
    border-bottom: 1px solid #005EAC;
    font-size: 1.5em;
    padding: 6px 0 6px 0;
    margin: 36px 0 0 0;
}

.ueber-eb1 {
    color: #707070;
    border-bottom: 1px solid #707070;
    font-size: 1.3em;
    padding: 6px 0 6px 0;
    margin: 24px 0 0 24px;
}

.ueber-eb2 {
    color: #707070;
    /*border-bottom :1px solid #707070;*/
    font-size: 1em;
    padding: 6px 0 6px 0;
    margin: 6px 0 0 48px;
}

.ueber-eb3 {
    color: #707070;

    font-size: 1em;
    padding: 6px 0 6px 0;
    margin: 6px 0 0 72px;
}

a.pdf-download-eb3 {
    text-decoration: none;
    color: #005EAC;
    display: inline-block;
    margin: 0px 0 0 84px;
}

.trennlinie-eb2 {
    border-bottom: 1px solid #707070;
    margin: 6px 0 12px 24px;
    height: 2px;
}

/*########## NAVI LINKS FIX ########*/


.navi-links-fix {
    width: 240px;
    font-size: 1em;
    color: #005EAC;
    display: table-cell;
    padding: 0 105px 0 0;
    line-height: 1.4em;
    position: relative;
    top: 0px;
    left: 0;
    z-index: 10;
}


.nav-haupteb {
    font-size: 1.1em;
    color: #005EAC;
    margin: 0.75em 0 0.75em 0;
}

.nav-eb1 {
    font-size: 1em;
    color: #005EAC;
    margin: 6px 0 0 18px;

}

.nav-eb1 a {
    font-size: 1em;
    color: #005EAC;
    text-decoration: none;

}

.nav-eb1 a:hover {
    color: #707070;
}

.nav-eb1-aktiv {
    color: #707070 !important;
    font-weight: bold;
}

.bereich2-unterseiten-links a {
    text-decoration: none;
    color: #005EAC;
}

.bereich2-unterseiten-links a:hover {
    color: #707070 !important;
}


/*########## FORMULAR INITIATIVBEWERBUNG ########*/

.form-group {
    display: inline-block;
    width: 49%;
    margin: 6px 0;
}


span.help-block {
    display: block;
}

/* PULLDOWN */
/* remove standard-styles */
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    border-radius: 0;
    font-size: 1em;
    width: 100%
}

/* styling */
select.powermail_select {
    width: 500px;
    border: 1px solid #bbb;
    padding: 10px;
    box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.2);
    background-color: white;
    background-image: url(../bilder-template/select-arrow.png);
    background-position: right 10px center;
    background-repeat: no-repeat;
    background-size: 22px;

}

select:hover {
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
}

.form-group input {
    width: 90%;
    border: 1px solid #bbb;
    padding: .75em 1em .75em 1em;
    box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.2);
    background-color: white;
    box-sizing: border-box;
}

.form-group input[id=formular1-fileupload-1], .form-group input[id=formular1-fileupload-2], .form-group input[id=formular1-fileupload-3], .form-group input[id=formular1-fileupload-4] {
    width: 90%;
    border: none;
    padding: 0;
    box-shadow: none;
    background-color: white;
    box-sizing: border-box;
    margin: 6px 0 0 0;
}

.form-group input[id=formular1-checkbox-1] {
    width: auto;
    margin: 0 6px 0 0;
}

label[for=formular1-fileupload-1], label[for=formular1-fileupload-2] {
    padding: 6px 0 0 0;
    display: block;
}

.form-group textarea {
    width: calc(98% - 3em);
    border: 1px solid #bbb;
    padding: .75em 1em .75em 1em;
    box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.2);
    background-color: white;
    box-sizing: border-box;
}

form[id=formular1] button[type=submit] {
    width: auto;
    padding: 12px;
    margin: 10px 0 0 0;
    background: #005EAC;;
    color: #fff;
    cursor: pointer;
    border: none;
    box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.2);
}

form[id=formular1] .clearfix {
    margin: -46px 0 12px 50px;
    width: 80%;
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: normal;
    margin: 0;
}

/* ## Popup-Fenster ##*/

.popup {
    min-width: 400px;
    min-height: 200px;
    max-height: none;
    overflow: scroll;
    position: fixed;
    top: 180px;
    left: 116px;
    right: 40px;
    background: #fff;
    border: 2px solid #005EAC;
    box-sizing: border-box;
    z-index: 100;
    display: none;
}

.popup-inner {
    padding: 30px 20px 20px 20px;
}

.popup .schliessen {
    float: right;
    margin: 10px;

}

/* ####*/


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

    .balken-grau-oben {
        padding: 0px 45px 0px 45px;
    }

    .kopfbereich-navi1 {
        right: 45px;
    }

    .kopfbereich-logo {
        left: 45px;
    }

    .kopfbereich-navi2 {
        left: 280px;
    }


    .container {
        padding: 70px 45px 70px 45px;
    }

    .text-li-bild-re-bild {
        width: 545px;
    }

    .fuss {
        padding: 36px 45px;
    }

    .popup {
        max-height: 500px;
        top: 180px;
        left: 40px;
        right: 40px;
    }

    .popup-inner {
        padding: 30px 20px 20px 20px;
    }

}


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

    .balken-grau-oben-wrap {
        display: none;
    }

    .kopfbereich-wrap {
        height: 120px;
    }

    .kopfbereich {

    }

    .kopfbereich-logo {
        position: fixed;
        top: 26px;
        left: 120px;
    }

    .kopfbereich-navi1 {
        position: fixed;
        top: 20px;
        right: 30px;
    }

    .login:before {
        width: 14px;
    }

    /*####*/
    .sprachumschalter {
        display: inline-block;
        font-weight: bold;
        font-size: 14px;
        margin-right: 0px;
    }

    .sprachumschalter ul li {
        display: inline-block;
    }

    .sprachumschalter ul li a {
        display: inline-block;
    }

    .sprachumschalter ul li.aktiv:before {
        content: "";
        border-left: none;
    }

    .sprachumschalter ul li.aktiv {
        color: #005EAC;
    }

    /*####*/
    .navi1-navi-download {
        display: inline-block;
        vertical-align: top;
    }

    .navi1-navi-download li a {
        padding-right: 4px;
    }

    .navi1-navi-download li a:before {
        width: 14px;
        margin-left: 11px;
    }

    /*####*/
    .kopfbereich-navi2 {
        display: none
    }

    .navi1-navi {
        display: none
    }


    .hamburger2 {
        display: block !important;
        position: fixed;
        top: 8px;
        left: 30px;
        z-index: 250;
    }

    .kopfbereich-logo img {
        width: auto;
        height: 80px;
    }

    /* NAVI */
    .navi-responsive {
        display: none;
        position: fixed;
        top: 120px;
        left: -1px;
        z-index: 100;
        overflow-y: scroll;
        border: 1px solid #707070;
        width: 450px;
    }


    .navi-responsive ul {
        display: block;
        width: 100%;
        position: relative;
        margin: 0 0px 0px 0px;
        background: #fff;
    }

    .navi-responsive ul.downloadbroschuere-resp {
        display: block;
        width: 100%;
        position: relative;
        margin: 0 0px 0px 0px;
        background: #fff;
    }

    .navi-responsive ul.downloadbroschuere-resp li {
        display: block;
        width: 100%;
        margin: 0 0 0 0;
        /* background: #005eac; */
        height: auto;
    }

    .navi-responsive ul.downloadbroschuere-resp li a {

        background: #8a8a8a;
        color: #fff;
        text-transform: uppercase;
        letter-spacing: 0;
        position: relative;
        padding-left: 75px;
        font-weight: normal;

    }

    .navi-responsive ul.downloadbroschuere-resp li a:hover {
        color: #fff;
    }

    .navi-responsive ul.downloadbroschuere-resp li a:before {
        content: "";
        display: inline-block;
        position: absolute;
        left: 35px;
        top: 7px;
        height: 40px;
        background-image: url('../bilder-template/pdficon2.png');
        background-size: 30px auto;
        background-repeat: no-repeat;
        box-sizing: border-box;
        padding: 0px 0 0 40px;
    }


    .navi-responsive ul li {
        display: block;
        width: 100%;
        margin: 0 0 0 0;
        /*background:#005eac;*/
        height: auto;

    }

    .navi-responsive ul li a {
        text-transform: uppercase;
        border-bottom: 1px solid #fff;
        color: #fff;
        display: block;
        padding: 10px 20px 10px 35px;
        font-size: 16px;
        font-weight: bold;
        letter-spacing: 0px;
        background-color: #005eac;
        position: relative;
    }


    .navi-responsive ul li ul li a {
        color: #fff;
        display: block;
        padding: 10px 24px 10px 50px;
        text-transform: uppercase;
        font-size: 16px;
        font-weight: normal;
        letter-spacing: 1px;
        background-color: #8a8a8a;

    }


    .navi-responsive ul li ul li ul li a {
        color: #707070;
        display: block;
        padding: 10px 20px 10px 60px;
        text-transform: uppercase;
        font-size: 16px;
        letter-spacing: 0px;
        background-color: #ccc;

    }


    .navi-responsive ul li ul li ul li ul li a {
        color: #707070;
        display: block;
        padding: 10px 20px 10px 75px;
        text-transform: none;
        font-size: 16px;
        letter-spacing: 0px;
        background-color: #eee;
        border-bottom: none;
    }

    .navi-responsive ul li ul li ul li ul li:last-child a {
        padding: 6px 20px 14px 75px;
        border-bottom: 1px solid #fff;
    }

    .navi-responsive ul li ul li ul li ul li:first-child a {
        padding: 14px 20px 10px 75px;
    }

    .navi-responsive ul li ul li ul li ul li:first-child:last-child a {
        padding: 10px 20px 10px 75px;
        border-bottom: 1px solid #fff;
    }


    /* Navi responsive Pfeil bei Seiten mit Inhalt*/
    .navi-responsive ul li a:after {
        content: ">";
        display: inline-block;
        position: absolute;
        right: 14px;
        top: 10px;
    }

    .navi-responsive > ul > li:nth-child(2) > a:after,
    .navi-responsive > ul > li:nth-child(2) > ul > li > a:after,
    .navi-responsive > ul > li:nth-child(2) > ul > li > ul > li > a:after {
        content: "";
    }

    /* END NAVI */
    .bildbereich-oben {

        margin-top: 120px;
    }


    .container {
        padding: 70px 45px 70px 45px;

    }

    .breadcrumbs {
        display: block;
        font-size: 0.9em;
        padding: 12px 12px 12px 45px;
        color: #005eac;
    }

    .breadcrumbs-cur {
        color: #005eac;
    }

    .navi-links {
        display: none;
    }

    .navi-links-fix {
        display: none;
    }

    .bereiche-unterseiten-downloads {
        padding: 0 0 0 0 !important;
    }


    .text-li-bild-re-text {
        display: block;
        padding: 0 0px 0 0;
    }

    .text-li-bild-re-bild {
        width: auto;
        display: block;
    }

    .text-li-bild-re-bild img {
        width: 100%;
        max-width: 100%;
        height: auto;
    }


    .fuss {
        padding: 36px 45px;
    }

    .text-bild-2-1--2 {
        display: block;
        padding: 0 0px 0 0;
        width: auto;
    }

    .text-bild-2-1--1 {
        display: block;
        margin: 20px 0 0 0;
    }

}

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

    .bild-li-text-re-bild {
        display: block !important;
    }

    .bild-li-text-re-text-eb3 {
        display: block !important;
        width: auto !important;
        padding: 14px 0 0 0px;
    }

    .bereich2-unterseiten-links {
        width: 100%;
        padding: 0 0px 0 0;
    }


}


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

    .breadcrumbs {
        padding: 12px 12px 12px 30px;
    }

    .container {
        padding: 70px 30px 70px 30px;
    }

    .accordion-content .dce {
        margin: 20px 0 20px 0px;
    }

    .davor-plus::before {
        content: "";
    }


    .container {
        overflow: hidden;
        display: block;
    }

    .accordion-zeigen .bereich1-unterseiten-3sp-bild {

        width: auto;
        height: auto;
        overflow-x: auto;
        overflow-y: auto;
        padding: 0 0 15px 0;
    }

    .accordion-zeigen .bereich1-unterseiten-3sp-bild img {

        width: 1100px;
        max-width: none;
        height: auto;
    }

    .accordion-zeigen .zweibereiche-50-50-links {
        display: block;
        width: auto;
        height: auto;
        overflow-x: auto;
        overflow-y: auto;
        padding: 0 0 15px 0;
    }

    .accordion-zeigen .zweibereiche-50-50 img {
        width: 500px;
        max-width: none;
        height: auto;
    }

    .fuss .fuss-unten-r {
        float: none;
        display: block;
    }

    .fuss .fuss-unten-r a {
        display: block;
    }

    /* Tabellen in Accordion ausblenden */
    .accordion-content {
        display: none;
    }

    .reihe-signete-signet-linie {
        display: none;
    }

    .zweibereiche-50-50-links {
        display: block;
        width: auto;
        box-sizing: border-box;
        padding: 0 0 0 0px;
        vertical-align: top;
    }

    .zweibereiche-50-50-rechts {
        display: block;
        width: auto;
        box-sizing: border-box;
        padding: 0 0 0 0px;
        vertical-align: top;
    }


}

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

    .popup {
        top: 110px;
        left: 20px;
        right: 20px;
    }

    .popup-inner {
        padding: 10px 10px 10px 10px;
    }


    .kopfbereich-wrap {
        height: 100px;
    }

    .bildbereich-oben {
        margin-top: 100px;
    }

    .hamburger2 {
        top: 0px;
        left: 10px;
    }

    .kopfbereich-logo {
        position: fixed;
        top: 18px;
        right: 20px;
        left: auto;
        display: inline-block;
    }


    .kopfbereich-logo img {
        width: auto;
        height: 70px;
    }

    .kopfbereich-navi1 {
        position: fixed;
        top: 20px;
        right: auto;
        left: 50px;
    }

    .sprachumschalter {
        display: block;
        top: 64px;
        right: 184px;
        position: fixed;
        left: auto;
    }

    .navi1-navi-download {
        position: fixed;
        left: auto;
        top: 12px;
        right: 250px;
    }


    .login {
        position: fixed;
        top: 13px;
        left: auto;
        right: 184px;
    }


    .navi1-navi-download li a::before {
        display: none;
    }

    .login::before {
        margin-left: 0px;
        border-left: none;
    }

    .container {
        padding: 20px 24px 70px 24px;
    }

    .navi-responsive {
        top: 100px;
    }

    .fuss {
        padding: 36px 24px;
    }

    .reihe-signete-signet-wrap {
        display: block;
        margin: 0 10px 0 0;
        text-align: center;
    }

    .reihe-signete-signet {
        display: inline-block;
        width: auto;
    }

    .reihe-signete-signet-linie {
        display: none;
    }

    .reihe-signete-signet-abstand {
        display: none;
    }


    .login-feld {
        position: fixed;
        top: 100px;
        right: 20px;


    }

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

        .navi-responsive {
            width: 340px;
        }

    }

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

        .popup {
            min-width: 300px;
            min-height: 200px;
            max-height: 400px;
            top: 110px;
            left: 10px;
            right: 20px;

        }

        .popup .ce-textpic {
            width: 100%;
        }

        .popup-inner {
            padding: 10px 10px 10px 10px;
        }


        .navi1-navi-download {
            display: none;
        }

        .kopfbereich-navi1 {
            width: 100px;
        }

        .ueber-eb1 {
            margin: 24px 0 0 0px;
        }

        a.pdf-download {
            margin: 0px 0 0 24px;
        }

        .ueber-eb2 {
            margin: 6px 0 0 24px;
        }

        .trennlinie-eb2 {
            margin: 6px 0 12px 12px;
        }

        .ueber-eb3 {
            margin: 6px 0 0 48px;
        }

        a.pdf-download-eb3 {
            margin: 0px 0 0 60px;
        }


    }

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

        .bild-li-text-re-bild {
            width: 280px;
            display: inline-block;
        }

        .sliderprodukte {
            width: 280px;
            display: inline-block;
        }

        .slideprod .slick-slide .slick-cloned {
            width: 280px;
            display: inline-block;
        }

        .sliderprodukte img {
            width: 280px;
            height: auto;
        }


    }

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

        .hamburger2-inner, .hamburger2-inner::before, .hamburger2-inner::after {
            width: 40px !important;
        }

        .navi-responsive {
            width: 310px;
        }

        .sprachumschalter {
            right: 178px;
        }

        .login {
            right: 178px;
        }


    }
}








