@media only screen and (min-width: 780px) {

.header {
    float: left;
    width: 100%;
    height: auto;
    background: #ffffff;
    position: relative;
    padding: 35px 0 0 0;
}
.logotop {
    position: absolute;
    left: 50%;
    top: 10px;
    width: 100px;
    height: 120px;
    transform: translate(-50%,0);
    z-index: 1000;
}
.logotop img {
    display: block;
    width: 100%;
    height: auto;
}

.menu_icon {
	position:fixed;
	right:0px;
	top:0px;
	width:0px;
	height:0px;
	display:none;
	z-index:5;
}
.menu_icon.active {
    display: none;
}
.navigation {
    position: inherit;
    float: left;
    top: inherit;
    right: inherit;
    width: 100%;
    height: auto;
    background: #000000;
    padding: 12px 0;
    margin: 20px 0 0 0;
    font-weight: bold;
    font-style: normal;
    transform: translate(0%,0);
    transition: none;
    z-index: 95;
    overflow-y: auto;
}
.navigation.active {
    position: inherit;
    float: left;
    top: inherit;
    right: inherit;
    bottom: inherit;
    width: 100%;
    height: auto;
    background: #000000;
    padding: 12px 0;
    margin: 20px 0 0 0;
    font-weight: bold;
    font-style: normal;
    transform: translate(0%,0);
    transition: none;
    z-index: 95;
    overflow-y: auto;
}
.nav_bottom_bereich {
    display: none;
}
.navigation ul {
    width: 100%;
    list-style: none;
    display: flex;
    flex-direction: row;
    height: auto;
    padding: 0;
}
.navigation ul li {
    display: flex;
    flex-grow: 1;
    float:inherit;
    width: auto;
}
.navigation ul li a {
    display: flex;
    color: #ffffff;
    text-decoration: none;
    outline: none;
    padding: 6px 6px;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 28px;
    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;
}

.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 25px 0;
    display: block;
}
.top_kontakt {
    float: left;
    width: 120px;
    height: auto;
    padding: 3px;
    font-size: 12px;
    font-weight: normal;
    line-height: 15px;
    text-transform: uppercase;
    margin: 0 0px 25px 0;
    display: block;
}
.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 25px 0;
    display: block;
}
.top_referenzen {
    float: right;
    width: 142px;
    height: auto;
    padding: 3px;
    font-size: 12px;
    font-weight: normal;
    line-height: 15px;
    text-transform: uppercase;
    margin: 0 0px 25px 0;
    display: block;
}
.leistungsspektrum .box {
    display: flex;
    flex-direction: row;
    float: left;
    width: 100%;
    height: auto;
    margin: 0 0 32px 0;
    background: #f2f2f2;
    padding: 0;
}
.leistungsspektrum .box .bild {
    float: left;
    width: 37%;
    height: auto;
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    position: relative;
    padding-bottom: 0;
}
.leistungsspektrum .box .text {
    float: left;
    width: 63%;
    height: auto;
    padding: 32px;
    margin: 0;
    font-size: 15px;
    line-height: 25px;
    font-weight: normal;
}
.start_feedback_bereich .box {
    float: left;
    width: 100%;
    height: auto;
    margin: 20px 10px 36px 10px;
    position: relative;
    background: #ffffff;
}
.verfahren .box {
    float: left;
    width: 32%;
    height: auto;
    margin: 0 2% 20px 0;
    padding: 0;
    background: #f2f2f2;
}
.verfahren .box:nth-of-type(2n+2) { margin: 0 2% 20px 0; }
.verfahren .box:nth-of-type(3n+3) { margin: 0 0 20px 0; }

.workflow_img_mobile {
    float: left;
    width: 100%;
    height: auto;
    padding: 10px 170px 0 170px;
    display: block;
}
.workflow_img_mobile img {
    display: block;
    width: 100%;
    height: auto;
}
.ansprechpartner_box .bild {
    float: left;
    width: 31%;
    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: 69%;
    height: auto;
    padding: 35px 22px 25px 22px;
    margin: 0;
}
.ansprechpartner_box .text .name {
    float: left;
    width: 100%;
    height: auto;
    margin: 0 0 0 0;
    font-size: 20px;
    line-height: 26px;
    font-weight: bold;
    color: #000000;
}
.ansprechpartner_box .text .position {
    float: left;
    width: 100%;
    height: auto;
    margin: 4px 0 20px 0;
    font-size: 13px;
    line-height: 19px;
    font-weight: normal;
    color: #000000;
}
.ap_tel {
    float: left;
    width: 100%;
    height: auto;
    padding: 2px;
    font-size: 12px;
    font-weight: normal;
    line-height: 16px;
    text-transform: uppercase;
    margin: 15px 0px 22px 0;
}
.ap_text .nr {
    float: left;
    width: 100%;
    height: auto;
    padding: 1px 0 0 0;
    color: #000000;
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
}

.logo_klimaneutral {
    float: left;
    width: 30%;
    height: auto;
    margin: 10px 35%;
}
.logo_msrmn {
    float: left;
    width: 20%;
    height: auto;
    margin: 10px 40%;
}
.logo_art {
    float: left;
    width: 30%;
    height: auto;
    margin: 10px 35%;
}


}



@media only screen and (min-width: 960px) {

.navigation ul {
    width: 100%;
    list-style: none;
    display: flex;
    flex-direction: row;
    height: auto;
    padding: 0 10px;
}
.navigation ul li {
    display: flex;
    flex-grow: 1;
    float:inherit;
    width: auto;
}
.navigation ul li a {
    display: flex;
    color: #ffffff;
    text-decoration: none;
    outline: none;
    padding: 6px 10px;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 28px;
    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;
}
.hero_leistungen .box {
    float: left;
    width: 25%;
    height: auto;
    margin: 5px 0;
    padding: 5px 25px;
    font-size: 19px;
    line-height: 27px;
    font-weight: bold;
    color: #ffffff;
    border-right: solid 1px #ffffff;
}
.hero_leistungen .box:last-of-type {
    border-right: none;
    padding: 5px 25px;
}
.hero_leistungen {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 94px;
    padding: 10px 6px;
    background: #e08601;
}
.article_60 {
    float: left;
    width: 50%;
    height: auto;
    position: relative;
}
.article_40 {
    float: left;
    width: 40%;
    height: auto;
    position: relative;
}
.article_50 {
    float: left;
    width: 48%;
    height: auto;
    position: relative;
}
.margin_r10 {
    margin-right: 10%;
}
.margin_l10 {
    margin-left: 10%;
}
.margin_r2 {
    margin-right: 2%;
}
.margin_l2 {
    margin-left: 2%;
}
.margin_b30 {
    margin-bottom: 0px;
}
.bild_cdk_wrap {
    padding-left: 96px;
    padding-bottom: 96px;
}
.bild_cdk_wrap_l {
    padding-right: 96px;
    padding-bottom: 96px;
}
.bild_cdk_big {
    position: relative;
    left: 0%;
    top: 0;
    width: 100%;
    height: 0;
    padding-bottom: 133%;
    display: block;
}
.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: 50%; 
    border-right: solid 20px #ffffff;
    border-top: solid 20px #ffffff;
    display: block;
}
.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: 50%; 
    border-left: solid 20px #000000;
    border-top: solid 20px #000000;
    display: block;
}
.bild_cdk_klein_l img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.produkbeispiele_box {
    float: left;
    width: 32%;
    height: 0;
    padding-bottom: 32%;
    background: #ffffff;
    margin: 0 2% 2% 0;
    position: relative;
}
.produkbeispiele_box:nth-of-type(2n+2) { margin: 0 2% 2% 0; }
.produkbeispiele_box:nth-of-type(3n+3) { margin: 0 0% 2% 0; }

.workflow_wrap {
    float: left;
    width: 100%;
    height: auto;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}
.workflow_l {
    float: left;
    width: 50%;
    height: auto;
    position: relative;
    border-right: dotted 3px #ffffff;
    margin: 0;
}
.workflow_r {
    float: left;
    width: 50%;
    height: auto;
    position: relative;
    padding: 0px;
    margin: 0;
}
.workflow_textblock {
    float: left;
    width: 100%;
    height: auto;
    padding: 36px 60px;
    color: #ffffff;
    font-size: 16px;
    line-height: 24px;
    font-weight: normal;
    margin: 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: block;
}
.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: block;
}
.workflow_textblock .titel {
    float: left;
    width: 100%;
    height: auto;
    margin: 0 0 8px 0;
    padding: 0;
    font-size: 22px;
    line-height: 30px;
    font-weight: bold;
    color: #ffffff;
}
.workflow_img {
    float: left;
    width: 100%;
    height: auto;
    padding: 30px 70px;
    display: block;
}
.workflow_img img {
    display: block;
    width: 100%;
    height: auto;
}
.workflow_img_mobile {
    display: none;
}
.ansprechpartner_box {
    float: left;
    width: 49%;
    height: auto;
    margin: 0 2% 2% 0;
    background: #ffffff;
    display: flex;
    flex-wrap: wrap;
}
.ansprechpartner_box:nth-of-type(2n+2) { margin: 0 0 2% 0; }

.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: 36px 42px;
    margin: 0;
}
.kontakt_block_l {
    float: left;
    width: 340px;
    height: auto;
    padding: 0 20px 0 0;
}
.kontakt_block_r {
    float: left;
    width: calc(100% - 340px);
    height: auto;
    padding: 0;
    margin: 0;
}
.footer .block {
    float: left;
    width: 50%;
    height: auto;
    text-align: center;
    margin: 10px 0 20px 0;
    font-size: 16px;
    line-height: 26px;
    color: #000000;
}
.logo_klimaneutral {
    float: left;
    width: 50%;
    height: auto;
    margin: 10px 25%;
}
.logo_msrmn {
    float: left;
    width: 30%;
    height: auto;
    margin: 10px 35%;
}
.logo_art {
    float: left;
    width: 40%;
    height: auto;
    margin: 10px 30%;
}

}