.contentTeaser {
    background-color: #ffffff;
    margin: 2px;
    padding: 4px;
}

.contentTeaser .col-xs-12 {
    padding: 2px;
}

.contentTeaserText {
    min-height: 20px;
    font-size: 0.85em;
}

.contentTeaserTextLarger {
    font-size: 1em;
}

.contentTeaserReadMore {
    display: block;
    margin: 8px;
    text-align: left;
}

.contentPageHeading {
    padding-bottom: 0.2em;
}

.contentPageText {
    padding-top: 0.4em;
    padding-bottom: 0.4em;
}

.contentIntroText {
    font-style: italic;
}

.contentDetailsRow {
    margin-top: 0.4em;
    margin-bottom: 0.4em;
    background-color: #cedcd0;
    padding: 0.4em;
    border-radius: 2px;
}

.contentDetailsRow a, .contentDetailsRow div a {
    color: #000000 !important;
}

.contentDetails {
    font-size: 0.6em;
    padding: 4px;
}

.img-page-top {
    margin: auto;
    width: 100%;
}

.img-display img {
    margin: auto;
}

.fileGalleryItem {
    height: 250px;
    display: block;
}

.fileGalleryItem span {
    position: absolute;
    filter: blur(8px);
    -webkit-filter: blur(8px);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #464646;
    height: 250px;
    width: 90%;
    margin: auto;
}

.fileGalleryItem img {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    margin: auto;
    max-height: 250px;
}

@media screen and (max-width: 800px) {

    .fileGalleryItem {
        height: 280px;
    }

    .fileGalleryItem span {
        height: 300px;
    }

    .fileGalleryItem img {
        max-height: 250px;
    }
}
