.clearfix:before,
.clearfix:after {
    content:"";
    display:table;
}
.clearfix:after {
    clear:both;
}
.clearfix {
    zoom:1; /* For IE 6/7 (trigger hasLayout) */
}

.wkgallery {
    margin-bottom: 2em;
}

.wkgallery .single-item img {
    float: left;
    margin: 0 16px 16px 0;
}

.wkgallery .single-item-text p,
.wkgallery .single-item-text div {
    margin: 0;
}

.single-item-title {
    font-weight: bold;
}
.col {
    width: 100%;
}

.col .single-item-link img {
    float: none;
    margin-bottom: 0;
    max-width: 300px;
}
.col .single-item-link {
    float: left;
}

.col .single-item .single-item-text {
    float: left;
    width: 55%;
}

.download-link {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #9c1d00;
    color: #ffffff;
    background: #9c1d00;
    padding: 5px 10px 5px 10px;
    text-decoration: none;
}

.download-link:hover {
    color: #9c1d00;
    background: #fff;
    text-decoration: none;
}

.wkgallery hr {
    border-bottom: 1px dotted #cd8e7f;
}
.login-error {
    border:1px solid #FF0000; background-color:#EEB5AD; padding:10px; font-weight: bold;
}

.exif-data {
    margin-bottom: 16px;
    background-color: #f5e8e5;
}

.exif-data div {
    font-size: 14px !important;
}
.exif-data .desc,
.exif-data .text {
    float: left;
    width: 25%;
    padding: 8px;
}
.exif-data .text p {
    margin: 0;
}
.exif-data .clearfix {
    border-bottom: 1px solid #FFF;
}
.exif-data .text {
    width: 70%;
    border-left: 1px solid #FFF;
}

.termsofuse h1,
.termsofuse h2,
.termsofuse h3,
.termsofuse h4,
.termsofuse h5 {
    margin-top: 0;
    font-size: 14px;
    border: 0 none;
}

.termsofuse h1, .termsofuse h2 {
    font-weight: bold;
}

.back {
    font-size: 12px;
    margin: 1em 0;
}
.termsofuse {
    font-size: 12px;
    margin-bottom: 1em;
}

form {
    margin: 1em 0;
}

.textfeld {
    border: 1px solid #ddd;
    padding: 5px 12px;
}
.submitbutton {
    cursor: pointer;
}