/*===== SIMPLE-PAGE DEFINITIONS =====*/
#content .small {
    font-size: 1em;
    color: #757575;
    line-height: 1.35em;
}
#content .margin-bot { margin-bottom: 40px; }
#content .img-full-width img { width: 100%; }

#content .grey { color: #757575; }
#content .border-grey { border: 1px solid #757575; }
#content span.bigger { font-size: 1.3em; }

/*===== RIBBON DEFINITIONS =====*/
#content .ribbon-wrapper {
    margin: 10px 0;
}
#content .ribbon-wrapper + .ribbon-wrapper {
    margin-top: 0;
}
#content .ribbon {
    display: inline-block;
    
    background: no-repeat center left 2px #0070b8;
}
#content .ribbon > p { display: none; }
#content .ribbon-text {
    display: block;
    position: relative;
    right: 0px;
    width: 190px;
    background-color: #cdcdce;
    padding: 10px 15px 10px 8px;
    margin-left: 35px;
    color: #5a5a5a;
    font-size: 1.2em;
}
#content .ribbon.gallery { 
    background-image: url("../../images/icons/ico-gallery.png");
}
#content .ribbon.info { 
    background-image: url("../../images/icons/ico-info.png");
}
/*===== INFOBOX DEFINITIONS =====*/
#content .infobox-wrapper {
    margin: 10px 0;
}
#content .infobox-wrapper + .infobox-wrapper, #content .infobox-wrapper:first-child {
    margin-top: 0;
}
#content .infobox {
    display: inline-block;
    display: block;
    position: relative;
    right: 35px;
    width: 225px;
    background-color: #e2e2e2;
    padding: 10px 15px 10px 8px;
    margin-left: 35px;
    color: #000;
    font-size: 1.0em;
    line-height: 1.4em;
}
#content .infobox .title {
    color: #0070b8;
    font-size: 1.4em;
    font-weight: bold;
}
#content .infobox p:first-of-type { margin-top: 0; }
#content .infobox p:last-of-type { margin-bottom: 0; }
/*===== OTHER DEFINITIONS =====*/
.left {float: left;} .right {float: right;}
#content a { color: #0070B8; }

#content header .praefix, #content .year {
    color: #828282;
    font-size: 1.25em;
}
#content header .suffix {
    color: #828282;
    font-size: 1.15em;
    font-style: italic;
    margin-bottom: 25px;
}
#content h1 {
    color: #0070b8;
    font-size: 1.7em;
    margin-top: 0;
    line-height: 1.2em;
}
#content h1.has-suffix { margin: 0; }
#content h1 p { margin: 10px 0; }
#content h3 {
    color: #0070b8;
    font-size: 1.1em;
    margin: 0 0 3px;
    line-height: 1.2em;
    font-weight: bold;
}
#content h3+p { margin-top: 0; }


#content .row:after {
    content: ' ';
    display: block;
    clear: both;
}
#content .row.margin-top {
    margin-top: 15px;
}
#content .row .col > p:first-of-type { margin-top: 0; }
#content .row .col .col.col-1 {
    padding: 0;
    width: 239px;
}
#content .row .col.col-1 {
    float: left;
    width: 240px;
    padding: 0 8px;
    font-size: 0.75em;
    line-height: 1.5em;
}
#content .row > .col.col-1.left, #content .row.auto > .col.col-1:first-of-type {
    padding: 0 8px 0 20px;
    width: 228px;
}
#content .row > .col.col-1.right, #content .row.auto > .col.col-1:last-of-type {
    float: right;
    padding: 0 20px 0 8px;
    width: 228px;
}
#content .row .col.col-2 {
    float: left;
    width: 490px;
    padding: 0 8px;
    font-size: 0.75em;
    line-height: 1.5em;
}
#content .row > .col.col-2.left, #content .row.auto > .col.col-2:first-of-type {
    width: 478px;
    padding: 0 8px 0 20px;
}
#content .row > .col.col-2.right, #content .row.auto > .col.col-2:last-of-type {
    float: right;
    width: 478px;
    padding: 0 20px 0 8px;
}
#content .row .col.col-3 {
    padding: 0 20px;
    font-size: 0.75em;
    line-height: 1.5em;
}
#content .text p:first-child {
    margin-top: 0;
}
/*#content .pdfpreview-image-wrapper img{ width: 100%; }*/

#content hr {
    border: 0px solid #cccccc;
    border-bottom-width: 1px;
    margin: 20px 0 5px;
}

#content .verlinkung-wrapper {
    margin-bottom: 15px;
}
#content .verlinkung-wrapper p {
    margin: 0 0 10px;
}

#content .button {
    color: #5a5a5a;
    background-color: #cdcdce;
    border-radius: 3px;
    border-bottom: 2px solid #8e8e8e;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    padding: 4px 7px 2px;
    display: inline-block;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: normal;
    appearance: normal;
}
#content .button.icon {
    padding: 4px 7px 2px 25px;
    background-position: left 5px center;
    background-repeat: no-repeat;
}
#content .button.blue {
    color: #FFF;
    background-color: #0070b8;
    border-bottom-color: #004e83;
}

#content .button.icon-download {
    background-image: url("../../images/icons/ico-download.png");
}

#content .button.icon-order {
    background-image: url("../../images/icons/ico-order.png");
}

#content a.link-overview {
    display: inline-block;
    margin: 4px 0;
    color: #0070b8;
}
#content a.link-download {
    display: inline-block;
    background: url("../../images/icons/ico-download.png") no-repeat left 5px center;
    margin: 4px 0;
    padding-left: 25px;
    color: #757575;
    background-color: #cdcdce;
}
#content a.link-order {
    display: inline-block;
    background: url("../../images/icons/ico-order.png") no-repeat left 5px center;
    margin: 4px 0;
    padding-left: 25px;
    color: #757575;
    background-color: #cdcdce;
}
#content a.link-recommend {
    display: inline-block;
    background: url("../../images/icons/ico-mail.png") no-repeat left center;
    margin: 4px 0;
    padding-left: 22px;
    color: #757575;
}
#content a.link-print {
    display: inline-block;
    background: url("../../images/icons/ico-print.png") no-repeat left 2px center;
    margin: 4px 0;
    padding-left: 22px;
    color: #757575;
}
#content a.link-graphics {
    width: 208px;
    font-size: 0.9em;
    color: #5a5a5a;
    display: inline-block;
    background: url("../../images/icons/ico-graphics.png") no-repeat left center #cdcdce;
    margin: 40px 0 0 0;
    padding: 10px 0 10px 40px;
    color: #757575;
}

.field-collection-view {
    margin: 0;
}

.ansprechpartner {
    margin-top: 30px;
    color: #757575;
    font-size: 0.95em;
}
.ansprechpartner p { margin: 0; }

.hidden {
    display: none;
}

