body {
    font-family: 'Muli', sans-serif;
    padding: 10px 10px 10px 10px;
    background-color: #fff;
    margin: 0;
}
.wrapper {
    width: 70%;
    margin: 0 auto;
    max-width: 1000px;
}
.star {
    width: 140px;
    float: left;
    margin: 10px 0 18px 0;
}
.star img {
    width: 100%;
}
.noeol {
    font-size: 17px;
    font-weight: 300;
    padding: 148px 0 8px 148px;
}
h1 {
    clear: both;
    margin: 8px 0 8px 0;
    font-size: 44px;
    font-weight: 900;
    font-style: italic;
}
h2 {
    margin: 8px 0 8px 0;
    font-size: 30px;
    font-weight: 900;
    font-style: italic;
}
h3 {
    clear: both;
    margin: 40px 0 8px 0;
}
.text {
    font-size: 22px;
    font-weight: 400;
    margin: 20px 0 20px 0;
    font-style: italic;
}
.mtext {
    font-size: 20px;
    font-weight: 400;
    margin: 20px 0 20px 0;
    font-style: italic;
}
.clear {
    clear: both;
}
.umlfig {
    width: 100%;
}
.umlfigwrap {
    float: left;
    width: 240px;
    margin: 24px 28px 24px 0;
}
.address {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 40px;
}
.cwrap {
    margin: 30px 0 40px 0;
}
.contact {
    text-decoration: none;
    font-size: 18px;
    color: #fff;
    background-color: #0062ff;
    border: 1px solid #0062ff;
    padding: 6px;
    border-radius: 4px;
}
.contact:hover {
    color: #0062ff;
    background-color: #fff;
}
.contact:active {
    color: #fff;
    background-color: #0062ff;
}
.back {
    text-decoration: none;
    font-size: 17px;
    color: #0062ff;
    border: 1px solid #0062ff;
    padding: 5px;
    border-radius: 4px;
}
.back:hover {
    color: #fff;
    background-color: #0062ff;
}
.iwrap {
    margin: 40px 0 20px 0;

}
.imprint {
    text-decoration: none;
    font-size: 14px;
    color: #595959;
    font-weight: 300;
}
.email {
    width: 100px;
}

@media only screen
and (min-device-width: 320px)
and (max-device-width: 480px)
and (-webkit-min-device-pixel-ratio: 2)
and (orientation: portrait) {
    .wrapper {
        width: 100%;
    }
    .star {
        width: 130px;
    }
    .noeol {
        font-size: 16px;
        padding: 136px 0 8px 140px;
    }
    h1 {
        font-size: 34px;
    }
    h2 {
        font-size: 26px;
    }
    .text {
        font-size: 20px;
    }
    .mtext {
        font-size: 18px;
    }
    .umlfig {
        width: 100%;
    }
    .umlfigwrap {
        width: 100%;
        float: none;
        display:table-cell;
        vertical-align:middle;
        padding: 20px 50px 0 50px;
    }
    .contact {
        font-size: 18px;
    }
    .imprint {
        font-size: 14px;
    }
}