﻿div.clear {
    margin: 0px;
    padding: 0px;
    height: 0px;
    clear: both;
    font-size: 0px;
}

img.bild-resp {
    margin-bottom: 10px;
    max-width: 100%;
    height: auto;
}

img.bild-resp-float {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-top: 5px;
    width: 50%;
    max-width: 100%;
    height: auto;
}

@media (min-width: 480px) {
    img.bild-resp-float {
        width: 50%;
        max-width: 100%;
        height: auto;
    }
}

@media (min-width: 760px) {
    img.bild-resp-float {
        width: auto;
    }
}

@media (min-width: 980px) {
}

@media only screen and (min-width: 1200px) {
}
