/* =============================================================================
 *  frontpage
 * ========================================================================== */

body.front, 
body.page-ausstellungen {
    background: url(../images/bg_front.jpg) center center fixed;
    background-size: cover;
}
.front h1 {
    display: none       
}
.front #content {
    width: 460px;
    float: right;
    max-width: 100%;
    
}
.front #content .block {
    padding: 1em 10px 1em 110px;
    box-shadow: 1px 0px 10px 2px rgba(0,0,0,0.1);
    background: white;
    font-size: 11px;
    margin-bottom: 5px;
    line-height: 1.3em;
}
.front #content .block .content h2 > a {
    text-decoration: none;
    color: black;
    display: block;
}
/* =============================================================================
 *  taxonomy pages
 * ========================================================================== */

@media screen and (min-width: 768px) {
    .page-taxonomy h1 {
        display: none;
    }
}

/* =============================================================================
 *  contact
 * ========================================================================== */
.contact-form .form-item  {
    width: 320px;
    max-width: 100%;
}
.contact-form .form-item input {
    max-width: 100%;
    padding: .5em;
}
.contact-form .form-type-textarea {
    width: 335px;
}
.form-textarea-wrapper textarea {

    border: 1px solid silver;
}
/* =============================================================================
 *  tagebuecher
 * ========================================================================== */
.page-taxonomy-term-85 #block-system-main {    
    background: url('../images/bg_tagebuecher.jpg') left center no-repeat;
    background-size: auto 100%;
    height: 590px;
}