@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Bold.woff2') format('woff2'),
        url('../fonts/OpenSans-Bold.woff') format('woff'),
        url('../fonts/OpenSans-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Italic.woff2') format('woff2'),
        url('../fonts/OpenSans-Italic.woff') format('woff'),
        url('../fonts/OpenSans-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Regular.woff2') format('woff2'),
        url('../fonts/OpenSans-Regular.woff') format('woff'),
        url('../fonts/OpenSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body {
	font-family: 'Open Sans';
	background:#ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.header {
    float: left;
    width: 100%;
    height: auto;
    background: #ffffff;
    position: relative;
    padding: 125px 0 0 0;
}
.wrappernav {
    width: 100%;
    height: auto;
    padding: 0 0px;
    margin: 0 auto;
}
.wrapper1280 {
    width: 100%;
    height: auto;
    padding: 0 20px;
    margin: 0 auto;
}
.wrapper1280full {
    width: 100%;
    height: auto;
    padding: 0 20px;
    margin: 0 auto;
}

.menu_icon {
	position:fixed;
	right:20px;
	top:30px;
	width:50px;
	height:50px;
    padding: 1px 5px 0px 5px;
	display:block;
    background:rgba(255,255,255,0.85);
    border-radius: 4px;
	z-index:999;
	transition:all 0.3s ease;
}
.menu_icon.active {
	position:fixed;
	right:20px;
	top:30px;
	width:50px;
	height:50px;
    padding: 1px 5px 0px 5px;
	display:block;
    background:none;
	z-index:999;
	transition:all 0.3s ease;
}
.menu_icon label {
	display:flex;
	flex-direction:column;
	width:40px;
	cursor:pointer;
	padding:6px 0px;
    
	transition:all 0.2s linear;
}
.menu_icon label span{
    width: 100%;
  background: #000000;
  border-radius:2px;
  height:2px;
  margin: 5px 0;
  transition: .4s  cubic-bezier(0.68, -0.6, 0.32, 1.6);
}
.menu_icon.hell label span {
    background: #222222;
}
.menu_icon label span:nth-child(1){
  width:100%;
  margin: 5px 0px 5px 0%;
}
.menu_icon label span:nth-child(2){
  width:100%;
  margin: 5px 0px 5px 0%;
}
.menu_icon label span:nth-child(3){
  width:100%;
  margin: 5px 0% 5px 0%;
}
.menu_icon label span:nth-child(4){
  width:100%;
  margin: 5px 0px 5px 0%;
}
.menu_icon input[type="checkbox"]{
  display:none;
}
.menu_icon label:hover span:nth-child(2){
  width:80%;
  margin: 5px 0px 5px 20%;
  background: #f69201;
}
.menu_icon label:hover span:nth-child(3){
  width:80%;
  margin: 5px 20% 5px 0%;
  background: #f69201;
}
.menu_icon label:hover span:nth-child(4){
  width:90%;
  margin: 5px 0px 5px 10%;
  background: #f69201;
}
.menu_icon input[type="checkbox"]:checked ~ span:nth-of-type(1){
  transform-origin:bottom;
  transform:rotatez(45deg) translate(8px,8px);
  width:100%;
  margin: 5px 0px 5px 0%;
  height:3px;
  background: #ffffff;
}
.menu_icon input[type="checkbox"]:checked ~ span:nth-of-type(2){
  width:0%;
  background:none;
}
.menu_icon input[type="checkbox"]:checked ~ span:nth-of-type(3){
  transform-origin:top;
  transform:rotatez(-45deg) translate(8px,-8px);
  width:100%;
  margin: 5px 0px 5px 0%;
  height:3px;
  background: #ffffff;
}

.menu_icon.hell label:hover span:nth-child(2) {
    background: #222222;
}
.menu_icon.hell label:hover span:nth-child(3) {
    background: #222222;
}
.menu_icon.hell label:hover span:nth-child(4) {
    background: #222222;
}


.main {
    float: left;
    width: 100%;
    height: auto;
    background: #ffffff;
}
.navigation {
    position:fixed;
    float: none;
    top: 0;
    right: 0;
    width: 70%;
    height: 100vh;
    background: #000000;
    padding: 85px 0 0 0;
    margin: 0px 0 0 0;
    font-weight: bold;
    font-style: normal;
    transform: translate(120%,0);
    transition: all 0.2s ease;
    z-index: 995;
    overflow-y: scroll;
}
.navigation.active {
    position:fixed;
    float: none;
    top: 0;
    right: 0;
    bottom: 0;
    width: 70%;
    height: 100vh;
    background: #000000;
    padding: 85px 0 0 0;
    margin: 0px 0 0 0;
    font-weight: bold;
    font-style: normal;
    transform: translate(0%,0);
    transition: all 0.5s ease;
    z-index: 995;
    overflow-y: scroll;
}
.navigation ul {
    width: 100%;
    list-style: none;
    display: flex;
    flex-direction: column;
    height: auto;
    padding: 0 28px 34px 28px;
}
.navigation ul li {
    display: block;
    float: left;
    width: 100%;
}
.navigation ul li a {
    display: flex;
    color: #ffffff;
    text-decoration: none;
    outline: none;
    padding: 8px 10px;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0.2px;
    transition: all 0.3s ease;
}
.navigation ul li a:hover {
     color: #f69201;
     cursor: pointer;
}
.navigation ul li a#hier, .navigation ul li a#hier:hover {
    color: #f69201;
}
.nav_bottom_bereich {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
    height: auto;
    background: #ffffff;
    margin-top: auto;
    padding: 0 38px 0px 38px;
}
.logotop {
    position: absolute;
    left: 20px;
    top: 12px;
    width: 92px;
    height: 110px;
    transform: translate(0%,0);
}
.logotop img {
    display: block;
    width: 100%;
    height: auto;
}
.top_tel {
    float: left;
    width: 160px;
    height: auto;
    padding: 3px;
    font-size: 12px;
    font-weight: normal;
    line-height: 15px;
    text-transform: uppercase;
    margin: 0 10px 10px 0;
    display: none;
}
.top_kontakt {
    float: left;
    width: 49%;
    height: auto;
    padding: 3px;
    font-size: 12px;
    font-weight: normal;
    line-height: 15px;
    text-transform: uppercase;
    margin: 0 1% 10px 0;
    display: none;
}
.top_folgen {
    float: right;
    width: 134px;
    height: auto;
    padding: 3px;
    font-size: 12px;
    font-weight: normal;
    line-height: 15px;
    text-transform: uppercase;
    margin: 0 20px 10px 0;
    display: none;
}
.top_referenzen {
    float: left;
    width: 49%;
    height: auto;
    padding: 3px;
    font-size: 12px;
    font-weight: normal;
    line-height: 15px;
    text-transform: uppercase;
    margin: 0 0px 10px 1%;
    display: none;
}

.nav_tel {
    float: left;
    width: 100%;
    height: auto;
    padding: 3px;
    font-size: 12px;
    font-weight: normal;
    line-height: 15px;
    text-transform: uppercase;
    margin: 22px 0px 10px 0;
    display: block;
}
.nav_kontakt {
    float: left;
    width: 100%;
    height: auto;
    padding: 3px;
    font-size: 12px;
    font-weight: normal;
    line-height: 15px;
    text-transform: uppercase;
    margin: 10px 0 10px 0;
    display: block;
}
.nav_folgen {
    float: right;
    width: 100%;
    height: auto;
    padding: 3px;
    font-size: 12px;
    font-weight: normal;
    line-height: 15px;
    text-transform: uppercase;
    margin: 10px 0px 22px 0;
    display: block;
}
.nav_referenzen {
    float: left;
    width: 100%;
    height: auto;
    padding: 3px;
    font-size: 12px;
    font-weight: normal;
    line-height: 15px;
    text-transform: uppercase;
    margin: 10px 0px 10px 0;
    display: block;
}

.top_icon {
    float: left;
    width: 24px;
    height: 30px;
    padding: 0 0px 0 0;
    margin: 0 6px 0 0;
}
.top_icon i {
    display: inline-block;
    width: 24px;
    height: 24px;
    font-size: 22px;
    color: #e88d0a;
}
.top_text {
    float: left;
    width: calc(100% - 30px);
    height: auto;
    padding: 4px 0 0 0;
    color: #333333;
}
.top_tel a .top_text {
    text-decoration: none;
    outline: none;
    color: #333333;
    transition: all 0.3s ease;
}
.top_tel a:hover .top_text {
    color: #e88d0a !important;
}
.top_kontakt a .top_text {
    text-decoration: none;
    outline: none;
    color: #333333;
    transition: all 0.3s ease;
}
.top_kontakt a:hover .top_text {
    color: #e88d0a !important;
}
.top_folgen a .top_text {
    text-decoration: none;
    outline: none;
    color: #333333;
    transition: all 0.3s ease;
}
.top_folgen a:hover .top_text {
    color: #e88d0a !important;
}
.top_referenzen a .top_text {
    text-decoration: none;
    outline: none;
    color: #333333;
    transition: all 0.3s ease;
}
.top_referenzen a:hover .top_text {
    color: #e88d0a !important;
}
.hero {
    float: left;
    width: 100%;
    height: 414px;
    overflow: hidden;
    position: relative;
}
.hero .background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    filter: blur(6px);
    z-index: 10;
    background: url(../img/hero.jpg);
    background-repeat: no-repeat;
    background-position: top -60px center;
    background-size: cover;
    background-attachment: fixed;
}
.hero_black {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 20;
    background: #000000;
    opacity: 0.6;
}
.hero_text {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 99;
}
.hero_text .zeilea {
    float: left;
    width: 100%;
    height: auto;
    padding: 60px 0 0 0;
    font-size: 18px;
    line-height: 26px;
    font-weight: bold;
    color: #f69201;
}
.hero_text .zeileb {
    float: left;
    width: 100%;
    height: auto;
    padding: 4px 0 0 0;
    font-size: 30px;
    line-height: 42px;
    font-weight: bold;
    color: #ffffff;
}
.hero_leistungen {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 164px;
    padding: 10px 6px;
    background: #e08601;
}
.wrapper_leistungen {
    width: 100%;
    height: 414px;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
}
.hero_leistungen .box {
    float: left;
    width: 50%;
    height: auto;
    margin: 5px 0;
    padding: 5px 5px;
    font-size: 16px;
    line-height: 25px;
    font-weight: bold;
    color: #ffffff;
    border-right:none;
}
.hero_leistungen .box .icon {
    float: left;
    width: 22px;
    height: 22px;
    font-size: 22px;
    color: #ffffff;
}
.hero_leistungen .box .text {
    float: left;
    width: calc(100% - 22px);
    height: auto;
    padding: 0 0 0 6px;
}
.hero_leistungen .box:first-of-type {
    padding: 5px 5px 5px 5px;
}
.hero_leistungen .box:last-of-type {
    border-right: none;
    padding: 5px 5px 5px 5px;
}

.back_white {
    float: left;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 54px 0;
    background: #ffffff;
}
.back_black {
    float: left;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 54px 0;
    background: #000000;
}
.back_gray {
    float: left;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 54px 0;
    background: #f2f2f2;
}
.back_pic {
    float: left;
    width: 100%;
    height: auto;
    padding: 54px 0;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin: 0 0 115px 0;
}
.wrapper {
    float: left;
    width: 100%;
    height: auto;
}
.article_60 {
    float: left;
    width: 100%;
    height: auto;
    position: relative;
}
.article_40 {
    float: left;
    width: 100%;
    height: auto;
    position: relative;
}
.article_50 {
    float: left;
    width: 100%;
    height: auto;
    position: relative;
}
.margin_r10 {
    margin-right: 0%;
}
.margin_l10 {
    margin-left: 0%;
}
.margin_r2 {
    margin-right: 0%;
}
.margin_l2 {
    margin-left: 0%;
}
.margin_b30 {
    margin-bottom: 0px;
}
.bild_cdk_wrap {
    padding-left: 0px;
    padding-bottom: 0px;
}
.bild_cdk_wrap_l {
    padding-right: 0px;
    padding-bottom: 0px;
}
.bild_cdk_big {
    position: relative;
    left: 0%;
    top: 0;
    width: 100%;
    height: 0;
    padding-bottom: 112%;
    display: none;
}
.bild_cdk_big img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bild_cdk_klein {
    position: absolute;
    top: 60%;
    bottom: 0;
    left: 0;
    width: 45%;
    height: 0;
    padding-bottom: 45%; 
    border-right: solid 20px #ffffff;
    border-top: solid 20px #ffffff;
    display: none;
}
.bild_cdk_klein img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.bild_cdk_klein_l {
    position: absolute;
    top: 60%;
    bottom: 0;
    left: 55%;
    width: 45%;
    height: 0;
    padding-bottom: 45%; 
    border-left: solid 20px #000000;
    border-top: solid 20px #000000;
    display: none;
}
.bild_cdk_klein_l img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.article_img_big {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 30px;
}
.article_img_nachhaltig {
    display: block;
    width: 100%;
    height: 100%;
}
.img_nachhaltig_wrap {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 75%;
    display: flex;
    margin-bottom: 30px;
}
.img_nachhaltig_img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.backwhite {
    background: none;
}
h3 {
    float: left;
    width: 100%;
    height: auto;
    font-size: 18px;
    line-height: 30px;
    font-weight: bold;
    color: #f69201;
    margin: 0 0 4px 0;
}
h2 {
    float: left;
    width: 100%;
    height: auto;
    font-size: 18px;
    line-height: 30px;
    font-weight: bold;
    color: #000000;
    margin: 0 0 32px 0;
}
h4 {
    float: left;
    width: 100%;
    height: auto;
    font-size: 16px;
    line-height: 28px;
    font-weight: normal;
    color: #ffffff;
    margin: 0 0 32px 0;
}
p {
    float: left;
    width: 100%;
    height: auto;
    font-size: 15px;
    line-height: 26px;
    font-weight: normal;
    color: #000000;
    margin: 0 0 30px 0;
}
.article_50 p {
    float: left;
    width: 100%;
    height: auto;
    font-size: 15px;
    line-height: 24px;
    font-weight: normal;
    color: #000000;
    margin: 0 0 20px 0;
}
.font-white {
    color: #ffffff;
}
.font-black {
    color: #000000;
}
.font-orange {
    color: #f69201;
}
.usps {
    float: left;
    width: 100%;
    height: auto;
    margin: 0px 0 32px 0;
}
.usps .icon {
    float: left;
    width: 22px;
    height: 22px;
    margin: 1px 0 0 0;
}
.usps .icon i {
    display: inline-block;
    width: 22px;
    height: 22px;
    font-size: 22px;
}
.usps .text {
    float: left;
    width: calc(100% - 22px);
    height: auto;
    margin: 0;
    padding: 0 0 0 10px;
}
.usps .text .zeilefett {
    float: left;
    width: 100%;
    height: auto;
    font-size: 18px;
    line-height: 22px;
    font-weight: bold;
    margin: 0 0 3px 0;
}
.usps .text .zeileklein {
    float: left;
    width: 100%;
    height: auto;
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
}
.leistungsspektrum {
    float: left;
    width: 100%;
    height: auto;
    margin: 0 0 0px 0;
}
.leistungsspektrum .box {
    display: flex;
    flex-direction: column;
    float: left;
    width: 100%;
    height: auto;
    margin: 0 0 32px 0;
    background: #f2f2f2;
    padding: 0;
}
.leistungsspektrum .box .bild {
    float: left;
    width: 100%;
    height: auto;
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    position: relative;
    padding-bottom: 55%;
}
.leistungsspektrum .box .bild img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
}
.leistungsspektrum .box .text {
    float: left;
    width: 100%;
    height: auto;
    padding: 26px 22px;
    margin: 0;
    font-size: 15px;
    line-height: 25px;
    font-weight: normal;
}
.leistungsspektrum .box .button {
    float: left;
    width: 100%;
    height: auto;
    padding-top: 24px;
    justify-content: flex-end;
    align-items: flex-end;
    display: flex;
    margin-top: auto;
}
.leistungsspektrum .box .button a {
    padding: 13px 26px;
    font-size: 16px;
    line-height: 24px;
    background: #f69201;
    font-weight: bold;
    color: #ffffff;
    outline: none;
    text-decoration: none;
    transition: all 0.3s ease;
}
.leistungsspektrum .box .button a:hover {
    cursor: pointer;
    background: #e08601;
}
.videobereich_wrap {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 90;
}
.videobereich_wrap .zeilea {
    float: left;
    width: 100%;
    height: auto;
    padding: 10px 0 0 0;
    font-size: 20px;
    line-height: 28px;
    font-weight: bold;
    color: #f69201;
    text-align: center;
}
.videobereich_wrap .zeileb {
    float: left;
    width: 100%;
    height: auto;
    padding: 4px 0 0 0;
    margin: 0 0 16px 0;
    font-size: 26px;
    line-height: 36px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
}
.videobereich_wrap .ytwrapper {
    float: left;
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 0%;
    margin-bottom: -155px;
}
.videobereich_wrap .ytvideo {
    width: 100%;
    height: 0;
    padding-bottom: 55%;
    position: relative;
}
.videobereich_wrap .ytvideo iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
#flex-container {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
#flex-containera {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.staerken_wrap {
    float: left;
    width: 100%;
    height: auto;
    margin: 0;
}
.staerken_box {
    float: left;
    width: 100%;
    height: auto;
    margin: 0 0% 42px 0;
}

.staerken_box .icon {
    float: left;
    width: 28px;
    height: 28px;
    font-size: 28px;
    margin: 0 0 10px 0;
    color: #f69201;
}
.staerken_box .text {
    float: left;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}
.staerken_box .text h2 {
    float: left;
    width: 100%;
    height: auto;
    font-size: 18px;
    line-height: 30px;
    font-weight: bold;
    color: #000000;
    margin: 0 0 5px 0;
}
.staerken_box .text p {
    float: left;
    width: 100%;
    height: auto;
    font-size: 15px;
    line-height: 24px;
    font-weight: normal;
    color: #000000;
    margin: 0 0 0px 0;
}
.start_feedback_bereich {
    float: left;
    width: 100%;
    height: auto;
}
.start_feedback_bereich .box {
    float: left;
    width: 100%;
    height: auto;
    margin: 20px 0px 36px 0;
    position: relative;
    background: #ffffff;
}
.start_feedback_bereich .box .top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 50px;
    background: #000000;
}
.start_feedback_bereich .box .profilbild {
    position: absolute;
    left: 42px;
    top: 0;
    width: 80px;
    height: 80px;
}
.start_feedback_bereich .box .profilbild img {
    display: block;
    width: 100%;
    height: auto;
}
.start_feedback_bereich .box .textblock {
    float: left;
    width: 100%;
    height: auto;
    margin-top: 50px;
    background: #ffffff;
    padding: 62px 36px 36px 36px;
    font-size: 15px;
    line-height: 24px;
    font-weight: normal;
}
.start_feedback_bereich .box .textblock .name {
    float: left;
    width: 100%;
    height: auto;
    font-size: 18px;
    line-height: 26px;
    font-weight: bold;
    margin: 10px 0 0 0;
}
.slick-track
{
    display: flex !important;
}

.slick-slide
{
    height: inherit !important;
}

.verfahren {
    float: left;
    width: 100%;
    height: auto;
    margin: 0;
}
.verfahren .box {
    float: left;
    width: 100%;
    height: auto;
    margin: 0 0 25px 0;
    padding: 0;
    background: #f2f2f2;
}


.verfahren .box .bild {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 55%;
    display: flex;
}
.verfahren .box .bild img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.verfahren .box .text {
    float: left;
    width: 100%;
    height: auto;
    padding: 26px;
    font-size:16px;
    line-height: 25px;
    font-weight: normal;
}
.verfahren .box .textbig {
    float: left;
    width: 100%;
    height: auto;
    padding: 15px 20px;
    font-size:17px;
    line-height: 25px;
    font-weight: bold;
}
.verfahren .box .subheadline {
    float: left;
    width: 100%;
    height: auto;
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
    color: #f69201;
    margin: 0;
}
.verfahren .box .headline {
    float: left;
    width: 100%;
    height: auto;
    font-size: 22px;
    line-height: 26px;
    font-weight: bold;
    color: #000000;
    margin: 0 0 20px 0;
}
.verfahren .box ul {
    float: left;
    width: 100%;
    height: auto;
    list-style: none;   
}
.verfahren .box ul li {
    float: left;
    width: calc(100% - 16px);
    height: auto;
    list-style: disc outside;
    margin: 0 0 14px 16px;
}
.druck_aufzaehlung_wrap {
    float: left;
    width: 100%;
    height: auto;
    margin: -20px 0;
}
.druck_aufzaehlung_box {
    float: left;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0 0 0px 0;
}

.druck_aufzaehlung_box .druck_wrap {
    float: left;
    width: 48%;
    height: auto;
    margin: 20px 2% 25px 0;
}
.druck_aufzaehlung_box .druck_icon {
    float: left;
    width: 22px;
    height: 22px;
    font-size: 22px;
    color: #f69201;
    margin: 1px 0 0 1px;
    padding: 0;
}
.druck_aufzaehlung_box .druck_text {
    float: left;
    width: calc(100% - 23px);
    height: auto;
    font-size: 17px;
    line-height: 26px;
    color: #ffffff;
    font-weight: bold;
    padding: 0 0 0 5px;
}
.werbemittelbutton {
    float: left;
    width: 100%;
    height: auto;
    padding-top: 8px;
    text-align: left;
}
.werbemittelbutton a {
    padding: 11px 16px;
    font-size: 15px;
    line-height: 24px;
    background: #f69201;
    font-weight: bold;
    color: #ffffff;
    outline: none;
    text-decoration: none;
    transition: all 0.3s ease;
}
.werbemittelbutton a:hover {
    cursor: pointer;
    background: #e08601;
}
.boxen_spacer {
    float: left;
    width: 100%;
    height: 10px;
}
.produkbeispiele_bereich {
    float: left;
    width: 100%;
    height: auto;
    margin: 0;
}
.produkbeispiele_box {
    float: left;
    width: 49%;
    height: 0;
    padding-bottom: 49%;
    background: #ffffff;
    margin: 0 2% 2% 0;
    position: relative;
}
.produkbeispiele_box:nth-of-type(2n+2) { margin: 0 0% 2% 0; }

.produkbeispiele_box img {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
    transform: scale(1.0);
}
.produkbeispiele_box img:hover {
    transform: scale(1.1);
}
.workflow_wrap {
    float: left;
    width: 100%;
    height: auto;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}
.workflow_l {
    float: left;
    width: 100%;
    height: auto;
    position: relative;
    border-right: none;
}
.workflow_r {
    float: left;
    width: 100%;
    height: auto;
    position: relative;
    padding: 0px;
}
.workflow_textblock {
    float: left;
    width: 100%;
    height: auto;
    padding: 0px 0px;
    color: #ffffff;
    font-size: 16px;
    line-height: 24px;
    font-weight: normal;
    margin: 0 0 30px 0;
}
.workflow_textblock .step {
    float: left;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
    color: #f69201;
}
.workflow_dot {
    position: absolute;
    top: 50%;
    right: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #f69201;
    transform: translate(11.5px,-50%);
    z-index: 90;
    display: none;
}
.workflow_abdecker {
    position: absolute;
    top: 50%;
    right: 0;
    width: 15px;
    height: 50%;
    border-radius: 0;
    background: #000000;
    transform: translate(8px,0%);
    z-index: 50;
    display: none;
}
.workflow_textblock .titel {
    float: left;
    width: 100%;
    height: auto;
    margin: 0 0 8px 0;
    padding: 0;
    font-size: 20px;
    line-height: 26px;
    font-weight: bold;
    color: #ffffff;
}
.workflow_img {
    float: left;
    width: 100%;
    height: auto;
    padding: 10px 70px;
    display: none;
}
.workflow_img img {
    display: block;
    width: 100%;
    height: auto;
}
.workflow_img_mobile {
    float: left;
    width: 100%;
    height: auto;
    padding: 10px 70px 0 70px;
    display: block;
}
.workflow_img_mobile img {
    display: block;
    width: 100%;
    height: auto;
}

.ansprechpartner_bereich {
    float: left;
    width: 100%;
    height: auto;
    margin: 10px 0 0 0;
}
.ansprechpartner_box {
    float: left;
    width: 100%;
    height: auto;
    margin: 0 0 28px 0;
    background: #ffffff;
    display: flex;
    flex-wrap: wrap;
}

.ansprechpartner_box .bild {
    float: left;
    width: 35%;
    height: 100%;
    position: relative;
}
.ansprechpartner_box .bild img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ansprechpartner_box .text {
    float: left;
    width: 65%;
    height: auto;
    padding: 20px 18px 10px 18px;
    margin: 0;
}
.ansprechpartner_box .text .name {
    float: left;
    width: 100%;
    height: auto;
    margin: 0 0 0 0;
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    color: #000000;
}
.ansprechpartner_box .text .position {
    float: left;
    width: 100%;
    height: auto;
    margin: 4px 0 20px 0;
    font-size: 12px;
    line-height: 18px;
    font-weight: normal;
    color: #000000;
}
.ap_tel {
    float: left;
    width: 100%;
    height: auto;
    padding: 2px;
    font-size: 12px;
    font-weight: normal;
    line-height: 15px;
    text-transform: uppercase;
    margin: 10px 0px 18px 0;
}
.ap_icon {
    float: left;
    width: 22px;
    height: 30px;
    padding: 0 0px 0 0;
    margin: 0 5px 0 0;
}
.ap_icon i {
    display: inline-block;
    width: 22px;
    height: 22px;
    font-size: 20px;
    color: #e88d0a;
}
.ap_text {
    float: left;
    width: calc(100% - 27px);
    height: auto;
    padding: 2px 0 0 0;
    color: #333333;
}
.ap_text .nr {
    float: left;
    width: 100%;
    height: auto;
    padding: 1px 0 0 0;
    color: #000000;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
}
.ansprechpartner_box a {
    outline: none;
    text-transform: none;
    color: #000000;
    text-decoration: none;
    transition: all 0.3s ease;
}
.ansprechpartner_box a:hover {
    color: #f69201;
    cursor: pointer;
}

.kontakt_block_wrap {
    float: left;
    width: 100%;
    height: auto;
}
.kontakt_block_l {
    float: left;
    width: 100%;
    height: auto;
    padding: 0 0px 0 0;
}
.kontakt_block_r {
    float: left;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 36px 0 0 0;
}
.kontakt_block_r iframe {
    width: 100%;
    height: 450px;
    display: block;
}
.kontakt_wrap {
    float: left;
    width: 100%;
    height: auto;
    margin: 10px 0 24px 0;
}
.kontakt_wrap .kontakt_icon {
    float: left;
    width: 30px;
    height: 30px;
    font-size: 28px;
    color: #f69201;
}
.kontakt_wrap .kontakt_text {
    float: left;
    width: calc(100% - 30px);
    height: auto;
    padding: 2px 0 0 12px;
    font-size: 16px;
    line-height: 24px;
    font-weight: normal;
    color: #ffffff;
}
.kontakt_wrap .kontakt_text a {
    color: #f69201;
    outline: none;
    text-decoration: none;
    transition: all 0.3s ease;
}
.kontakt_wrap .kontakt_text a:hover {
    color: #f69201;
    text-decoration: underline;
    cursor: pointer;
}

.referenzen_nav {
    float: left;
    width: 100%;
    height: auto;
    text-align: center;
    margin: 0px 0 10px 0;
}
.referenzen_nav a {
    display: inline-block;
    padding: 9px 12px;
    font-weight: bold;
    font-size: 15px;
    line-height: 22px;
    text-decoration: none;
    outline: none;
    color: #333333;
    margin: 6px 5px;
    background: #f2f2f2;
    border-radius: 5px;
    transition: all 0.3s ease;
    border:solid 1px #ffffff;
}
.referenzen_nav a:hover {
    background: #eeeeee;
    cursor: pointer;
    color: #000000;
    border:solid 1px #999999;
}
.referenzen_nav a.act, .referenzen_nav a.act:hover {
    background: #f69201;
    color: #ffffff;
    border:solid 1px #f69201;
}

.referenzen_bereich {
    float: left;
    width: 100%;
    height: auto;
    border: solid 1px #cccccc;
    border-radius: 10px;
    padding: 36px;
}
.refvid_wrap .ytwrapper {
    float: left;
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 0%;
    margin-bottom: 0px;
}
.refvid_wrap .ytvideo {
    width: 100%;
    height: 0;
    padding-bottom: 55%;
    position: relative;
}
.refvid_wrap .ytvideo iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.nachhaltig_aufzaehlung_wrap {
    float: left;
    width: 100%;
    height: auto;
    margin: 0px 0 30px 0;
}
.nachhaltig_aufzaehlung_wrap .block {
    float: left;
    width: 33.33333333%;
    height: auto;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    color: #333333;
}
.rechtlichesbereich {
    float: left;
    width: 100%;
    height: auto;
    font-size: 16px;
    line-height: 24px;
    font-weight: normal;
    color: #000000;
}
.rechtlichesbereich a {
    text-decoration: none;
    color: #f69201;
    outline: none;
    cursor: pointer;
}
.rechtlichesbereich a:hover {
    text-decoration: underline;
}


.footer {
    float: left;
    width: 100%;
    height: auto;
    background: #f2f2f2;
    padding: 55px 0 32px 0;
}
.footer .block {
    float: left;
    width: 100%;
    height: auto;
    text-align: center;
    margin: 0 0 45px 0;
    font-size: 16px;
    line-height: 26px;
    color: #000000;
}
.footer .block .headline {
    float: left;
    width: 100%;
    height: auto;
    font-size: 22px;
    font-weight: bold;
    margin: 0 0 14px 0;
}
.footer .block .maillink {
    color: #f69201;
    outline: none;
    text-decoration: none;
    transition: all 0.3s ease;
}
.footer .block .maillink:hover {
    text-decoration: underline;
    cursor: pointer;
    color: #444444;
}
.footer .block a {
    color: #000000;
    outline: none;
    text-decoration: none;
    transition: all 0.3s ease;
}
.footer .block a:hover {
    text-decoration: underline;
    cursor: pointer;
    color: #f69201;
}
.footer_linie {
    float: left;
    width: 100%;
    height: 1px;
    background: #cccccc;
    margin: 15px 0 30px 0;
}
.logo_klimaneutral {
    float: left;
    width: 40%;
    height: auto;
    margin: 10px 30%;
}
.logo_msrmn {
    float: left;
    width: 30%;
    height: auto;
    margin: 10px 35%;
}
.logo_art {
    float: left;
    width: 40%;
    height: auto;
    margin: 10px 30%;
}

.footer_unten {
    float: left;
    width: 100%;
    height: auto;
    padding: 25px 0;
    text-align: center;
    background: #000000;
    color: #ffffff;
    font-size: 12px;
    line-height: 20px;
}