.btn-add {
    border: solid 1px;
    border-radius: 12px;
    font-size: 22pt;
    margin-left: 12px;
    margin-top: -8px;
}

.choice-widget-label label {
    width: 100% !important;
}

.container-nav {
    padding-top: 50px;
    padding-bottom: 50px;
    margin: 0px;
    width: 100%;
    line-height: 60px;
}

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

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

.contentTeaserImageAround {
    padding: 22px;
}

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

.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;
}

.home-product-slider-item {
    width: 90%;
    margin: auto;
}

.image-select {
    text-align: center;
}

.image-select img {
    margin: auto;
}

.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;
}

.list-heading {
    line-height: 52px;
    font-size: 30pt;
    margin-right: 12px;
    font-weight: 200;
}

input.select2-search__field {
    width: 100% !important;
}

li.select2-search--inline {
    width: 100% !important;
}

.tab-content {
    margin-left: 3em;
}

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

    .fileGalleryItem {
        height: 280px;
    }

    .fileGalleryItem span {
        height: 300px;
    }

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