
/* =============================================================================
 *  1. artwork
 * ========================================================================== */

.node-artwork .preview-image {

    width: 70%;
    padding-left: 1px; /* leave this, otherwise 1px from next item could be visible in flexslider */
}
.node-artwork h2,
.node-artwork > .content {
    font-size: 1em;
}
@media screen and (min-width: 768px) {
    .node-artwork.node-teaser h2,
    .node-artwork.node-teaser > .content{
        float: right;
        text-align: right;
        clear: right;
        margin-right: 1em;
        width: 26%;
    }
    .node-artwork.node-teaser .preview-image {
        float: left;
        text-align: center
    }
}
.node-artwork > .content {}
.node-artwork.node-teaser {
    opacity: 0
}
.flex-active-slide .node-artwork.node-teaser {
    opacity: 1
}
/* =============================================================================
 *  2. exhibition
 * ========================================================================== */
.node-exhibition.node-teaser {
    margin-bottom: 2em;
    background: white;
    padding: 10px 10px 5px;
    box-shadow: 1px 0px 10px 2px rgba(0,0,0,0.1);
}
.node-exhibition.node-teaser h2 {
    padding-top: 1em;
    font-size: 1em;
    text-transform: none;
}
.node-exhibition.node-teaser .preview-image {
    float: left;
    width: 150px;
    min-height: 8em;
    margin-right: 20px;
}
@media screen and (max-width:460px) {
    .node-exhibition.node-teaser .preview-image {
        width: auto;
        max-width: 50%;
    }
}
.node-exhibition.node-teaser .preview-image img {
    max-width: 100%;
    height: auto;
}
/* =============================================================================
 *  3. pagex & texts
 * ========================================================================== */

.field-name-body p {
    margin-bottom: 1em;
}
.field-name-body table {
    width: 100% !important;
}
.field-name-body table td {
    line-height: 2em;
}
.field-name-body table td:last-child {

}
.field-name-body table td:first-child {   
    min-width: 6em;
}
.field-name-body {
    max-width: 600px;
}
/* =============================================================================
 *  4. news
 * ========================================================================== */


/* =============================================================================
 *  5. publikation
 * ========================================================================== */

.not-front .node-publication.node-teaser {
    padding-left: 120px;
    margin-bottom: 2em;
    padding-bottom: 2em;
    border-bottom: 1px solid silver;
}
.node-publication .preview-image {
    width: 80px;
    float: left
}
.not-front .node-publication .preview-image {
    width: 120px;
    margin-left: -120px
}
.node-publication .preview-image {
    margin-left: -80px;    
}

.node-publication .preview-image img {
    /*max-width: 60px;*/
    height: auto;        
}
.not-front .node-publication .preview-image img {
    
}
.front .node-publication .preview-image {
    margin-top: -2.2em;
    margin-left: -100px;
}
.node-publication .field-name-field-description {
    color: grey;
    margin-top: 1em;
}
.node-publication h2 {
    font-size: 1em;
    text-transform: none;
    margin-top: 1em;
}
.front .node-publication h2 {
    font-weight: normal;
    
}
.node-publication h2 a {
    text-decoration: none;   
    color: black
}


/* node page */
.node-type-publication h1 {
    display: none
}
.node-type-publication .node-publication h2 {
    font-weight: bold;
    font-size: 1.5em;
    padding: 1em 0
}
.node-type-publication .node-publication .preview-image {
    float: left;
    margin-right: 20px;
    margin-left: 0;
    width: auto
}