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

.top_tel {
    float: left;
    width: 32%;
    height: auto;
    padding: 3px;
    font-size: 12px;
    font-weight: normal;
    line-height: 15px;
    text-transform: uppercase;
    margin: 0 2% 10px 0;
    display: none;
}
.top_kontakt {
    float: left;
    width: 32%;
    height: auto;
    padding: 3px;
    font-size: 12px;
    font-weight: normal;
    line-height: 15px;
    text-transform: uppercase;
    margin: 0 2% 10px 0;
}
.top_referenzen {
    float: left;
    width: 32%;
    height: auto;
    padding: 3px;
    font-size: 12px;
    font-weight: normal;
    line-height: 15px;
    text-transform: uppercase;
    margin: 0 0px 10px 0%;
}
.hero_leistungen {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 124px;
    padding: 10px 6px;
    background: #e08601;
}
.hero {
    float: left;
    width: 100%;
    height: 350px;
    overflow: hidden;
    position: relative;
}
.wrapper_leistungen {
    width: 100%;
    height: 350px;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
}
.hero_leistungen .box {
    float: left;
    width: 25%;
    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;
}

}