@media only all and (max-width: 715px) {
    body {
        font-size: 12px;
        line-height: 15px;
    }
    #wrapper {
        width: 100%;
        min-width: 240px;
    }
    #content {
        padding: 5%;
    }
    /*
################
               Zusätzliche Änderungen/Einstellungen 
################
*/
    .containerIA .block-5 {
        /*border-bottom: 3px solid white;*/
        padding: 0 0 15px 0;
        position: relative;
        top: -100px;
        font-size: 0.8em;
    }
    .containerIA .block-6 {
        /*border-bottom: 3px solid white;*/
        padding: 25% 0 15px 0;
        position: relative;
        top: -100px;
        font-size: 0.8em;
    }
    .mobile_none {
        display: none;
    }
    .mobile_margin {
        margin-top: 100px;
    }
    .telefon:before {
        content: url(../img/001_icon_telefon.png);
        padding: 0 10px;
        position: absolute;
        top: 10%;
        left: 0%;
    }
    /*
################
               Ende - Zusätzliche Änderungen/Einstellungen 
################
*/.bg-color, .bg-color a, .bg-color ul li:before, .bg-color h3 {
    background-color: #E67817;
    background-image: url(../img/001_bg.png);
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
}
    img {
        height: auto;
        border: 0;

        vertical-align: middle;
    }
    .figure_with {
        width: 50%;
        height: auto;
        margin: 20px 0;
    }
    h1 {
        font-size: 1.7em !important;
        line-height: 1.4em;
    }
    h2 {
        font-size: 1.2em;
        line-height: 1.3em;
    }
    h3 {
        font-size: 1.1em !important;
        line-height: 1.3em;
    }
    .flex {
        flex-wrap: wrap;
    }
    .logo.text p {
        margin-left: 0;
        margin-top: 20px;
    }
    .col-2 > *, .col-3 > *, .col-golden > *, .fullwidth > *, .col-4 > *, .col-5 > *, .stimmung.col-golden > * {
        width: 100% !important;
        flex: 100% !important;
        margin-left: 0px !important;
    }
    .col-2 > *:nth-of-type(n+2), .col-3 > *:nth-of-type(n+2), .col-golden > *:nth-of-type(n+2) {
        margin-top: 10px;
    }
    .col-golden {
 text-align: center!important;
    display: flex;
    align-items: center;
    justify-content: center;
    }
    .title.fullwidth.col-2 > *:last-child {
        max-width: 100%;
        display: flex;
    }
    .title.col-2 > *:last-child, .title.col-2 > *:first-child:after, .title.col-2 > *:last-child:before {
        display: none;
    }
    .title.col-2 > *:last-child {
        padding-left: 4%;
    }
    .col-golden-2 > *:last-child {
        display: none;
    }
    .benefits > div {
        flex-wrap: nowrap;
        min-height: auto !important;
        border: 0;
    }
    .benefits > div > * {
        flex: initial;
        text-align: left;
    }
    .benefits > div > i {
        font-size: 1.5em;
        margin: 0 10px 0 0;
    }
    .pre-header.logo > div {
        display: none;
    }
    section.indented .icon-wrap {
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    section.indented .icon-wrap p {
        flex: 100%;
        max-width: inherit;
        margin: 0;
    }
    section.indented .icon-wrap *:nth-of-type(n + 2) {
        margin: 10px 0 0 0;
    }
    .stimmung.col-golden {
        flex-direction: column-reverse;
        flex-wrap: wrap;
    }
    .stimmung.col-golden > div:first-child {
        min-height: 200px;
    }
    .stimmung.col-golden > div:last-child {
        margin: 0;
    }
    section.fullwidth.col-2 > *, section.fullwidth.col-3 > * {
        margin: 0;
    }
    section.indented {
        width: 90%;
        margin: 0 5.5%;
        padding: 15px 4%;
    }
    .logo.text > *:last-child {
        margin-left: 0;
    }
}

/*
################
              INTERNET EXPLORER FIXES
################
*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .stimmung.col-golden {
        flex-direction: inherit;
    }
}