h1 {
    border-bottom: solid 1px black;
    width: 80%;
}

h2 {
    font-size: 24px !important;
}

p {
    font-size: 15px !important;
}

.welcomeToSite {
    margin-bottom: 30px;
}

.unternehmen {
    font-size: 100%;
}

.bild {
    display: inline-block;
    height: 73px;
    vertical-align: 42px;
    margin-right: 55px;
    width: 260px;
}
.clear {
    clear: both;
}
.bild img {
    height: 125%;
    width: 100%;
}

.text {
    display: inline-block;
    width: 50%;
}

@media screen and (max-width: 800px) {
    .text {
        display: inline-block !important;
        width: 90% !important;
        margin-top: 15px !important;
        margin-bottom: 15px !important;
    }
}
