.alert {
    margin: 4px;
    margin-bottom: 8px;
}

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

.card {
    margin-bottom: 8px;
}

.carousel-item {
    text-align: center;
}

.carousel-control-prev, .carousel-control-next {
    background-color: #eeeeee !important;
}

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

.contentTeaser {
    background-color: #ffffff;
    border: solid 1px #cecece;
    border-radius: 4px;
    margin: 12px;
    padding: 4px;
}

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

.contentTeaserImageAround {
    padding: 22px;
}

.contentTeaserPreviewImage {
    border: none !important;
}

.contentTeaserPreviewImage img {
    width: 100%;
}

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

.contentTeaserTextList {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

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

.contentPageHeading {
    padding-bottom: 0.2em;
}

.contentPageImagesAround {

}

.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-popup-around {
    width: 100%;
}

.image-select {
    text-align: center;
    width: 100%;
}

.image-select img {
    margin: auto;
}

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

.img-display img {
    margin: auto;
}

.fileGalleryItemAround {
    border-radius: 4px;
    overflow: hidden;
    box-shadow: rgba(12, 15, 20, 0.02) 0px 0px 0px 1px,
        rgba(12, 15, 20, 0.06) 0px 0px 1px 0px,
        rgba(12, 15, 20, 0.06) 0px 2px 2px 0px;
    max-width: 95%;
    margin: 12px auto;
}

.content {
    width: 100%;
    padding: 24px;
}

.fileGalleryItemAround200 {
    height: 214px;
    width: 214px;
}

.fileGalleryItemAround200 img {
    line-height: 200px;
}

.fileGalleryItemAround100 {
    height: 114px;
    width: 114px;
}

.fileGalleryItemAround100 img {
    line-height: 100px;
}

.fileGalleryItem {
    display: inline-table;
    padding: 8px;
    line-height: 100px;
    text-align: center;
    vertical-align: middle;
    width: 100%;
}

.fileGalleryItem200 {
    height: 200px;
    line-height: 200px;
}

.fileGalleryItem300 {
    height: 300px;
    line-height: 300px;
}

.fileGalleryItem400 {
    height: 400px;
    line-height: 400px;
}

.fileGalleryItem500 {
    height: 500px;
    line-height: 500px;
}

.fileGalleryItem600 {
    height: 600px;
    line-height: 600px;
}

.fileGalleryItem img {
    margin: auto;
}

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

.page-header {
    text-align: center;
    min-height: 72px;
    margin-bottom: 12px;
}

.row {
    margin-left: 0px;
    margin-right: 0px;
    --bs-gutter-x: 0px;
}

.tab-content {
    margin-left: 24px;
}

.tab-pane {
    opacity: 1;
}

.teaser-header {
    text-align: center;
}

.text-info {
    padding: 8px;
    padding-left: 16px;
}

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

    .card-body {
        padding: 4px !important;
    }

    .content {
        padding: 4px;
    }

    .content-around {
        padding: 4px !important;
    }

    .fileGalleryItemAround {
    }

    .fileGalleryItemAround img {
    }

    .fileGalleryItem {
    }

    .fileGalleryItem span {
    }

    .fileGalleryItem img {
    }

    .tab-content {
        margin-left: 6px;
    }
}

@media screen and (max-width: 600px) and (min-width: 401px) {

    .fileGalleryItemAround {
    }

    .fileGalleryItemAround img {
    }

    .fileGalleryItem {
    }

    .fileGalleryItem span {
    }

    .fileGalleryItem img {
    }

    .tab-content {
        margin-left: 6px;
    }
}

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

    .fileGalleryItemAround {
    }

    .fileGalleryItemAround img {
    }

    .fileGalleryItem {
    }

    .fileGalleryItem span {
    }

    .fileGalleryItem img {
    }

    .tab-content {
        margin-left: 6px;
    }
}
