body {
    min-width: 250px;
}
#wrapper {
    margin: 0;
    padding: 20px 10px;
    width: 100%;
}
#content {
    margin: 0;
}
.smart {
    display: block;
}
.desktop {
    display: none;
}
h1 {
    font-size: 2.3em;
}
h2 {
    font-size: 1.5em;
    padding-left: 2%;
}
.floatleft {
    float: none;
}
.index img {
    width: 100%;
    height: auto;
}
.titel {
    font-size: 3em;
    position: relative;
    right: 0%;
    top: 10px;
}
#navi ul {
    border-bottom: none;
}
#navi ul li {
    display: block;
    border-bottom: 1px solid #F13B09;
}
#navi ul li a {
    display: block;
    padding: .5em;
}
.arbeiten #content {
    height: auto;
}
.arbeiten #content p {
    text-align: left;
}
.vita #content, .impressum #content, .receive #content {
    padding: 1.5em;
}
.galerie #side {
    float: none;
    width: 100%;
}
.galerie #side img {
    width: 100%;
    height: auto;
}
.galerie #content {
    float: left;
    width: 100%;
    min-height: 320px;
}
.galerie #content ul {
    width: 100%;
}

#side a.gallery:active em, #side a.gallery:focus em {
    position: absolute;
    top: -420px;
    left: 0;
}
/* Größe Atelierbilder*/
a.slidea1, a.slidea2, a.slidea3, a.slidea4 {
    background-size: 85%;
    background-repeat: no-repeat;
    -moz-background-size: 85%;
    -webkit-background-size: 85%;
}
.atelier a.gallery {
    border: none;
}
.atelier a.gallery:hover {
    border: none;
}

.vita #content img {
    width: 100%;
    height: auto;
}
.kontakt #content img {
    width: 60%;
    height: auto;
}

form.yform {
    width: 100%;
}
#footer {
    text-align: left;
}