@charset "utf-8";

/* TODO */

.red {
    border: 1px solid red;
}

.border .galeriepic {
    border: 1px solid green;
}


/*div.galspace {
    margin-bottom: 10px;
    padding: 0 10px 0 0;
}*/

/*div.galspace {
    margin-bottom: 10px;
    padding: 0;
}*/

div.galspace {
    margin-bottom: 0;
    padding: 0;
}

.kdsp-galerie div.galspace {
    padding: 0;
}

.start-bild .gallist div.galbild_vorsch {
    height: 200px;
}

/* Galerie */

.gallist img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gal_list img {
    border-radius: 7px;
}

.gal-col {
    display: grid;
    gap: 30px 15px;
}

.gal-col-1 {
    grid-template-columns: 1fr;
}

.gal-col-2 {
    grid-template-columns: repeat(2, 1fr);
}

.gal-col-3 {
    grid-template-columns: repeat(3, 1fr);
}


.gal-col-4 {
    grid-template-columns: repeat(4, 1fr);
}

.gal-col-5 {
    grid-template-columns: repeat(5, 1fr);
}


.gal-col-6 {
    grid-template-columns: repeat(6, 1fr);
}


.img-1 .knt__img,
.img-1 .galbild_vorsch,
.img-1 img,
.img-1 .gal__slider img {
    aspect-ratio: 1 !important;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.img-4-3 .knt__img,
.img-4-3 .galbild_vorsch,
.img-4-3 img,
.img-4-3 .gal__slider img {
    aspect-ratio: 4 / 3 !important;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.img-16-5 .knt__img,
.img-16-5 .galbild_vorsch,
.img-16-5 img {
    aspect-ratio: 16 / 5 !important;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.img-16-9 .knt__img,
.img-16-9 .galbild_vorsch,
.img-16-9 img,
.img-16-9 .gal__slider img {
    aspect-ratio: 16 / 9 !important;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.contain .img-4-3 img {
    object-fit: contain !important;
}

.contain .img-16-5 img {
    object-fit: contain !important;
}


.contain .img-16-9 img {
    object-fit: contain !important;
}

.artikeldetail_tabset .tab-content {
    padding: 8px;
}

.wk-dialog__hinweis {
    margin-top: 15px;
}

.wk-dialog__hinweis:empty {
    display: none;
}

.wk-dialog__hinweis p {
    margin: 10px 0;
}

.wk-dialog__hinweis .hinweis__titel {
    text-transform: uppercase;
    color: red;
    margin-top: 10px;
}

.wk-dialog__hinweis .hinweis__text {
    margin-bottom: 10px;
}

.wk-dialog__hinweis p span:before {
    content: '';
    position: absolute;
    background-color: red;
    width: 100%;
    height: 1px;
    top: 0;
    left: 0;
}

.wk-dialog__hinweis p span:after {
    content: '';
    position: absolute;
    background-color: red;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
}

.wk-dialog__hinweis p span:empty:before,
.wk-dialog__hinweis p span:empty:after {
    content: none;
}

.mitte-hinweis {
    justify-content: flex-start !important;
}

.fz-15 {
    font-size: 15px;
}

.fw-600 {
    font-weight: 600;
}
