  a{ color: white; text-decoration:none; }

body  { margin: 0; color: black; font-style: normal; font-weight: normal; font-size: 11px; line-height: 15px; font-family: Arial, Helvetica, Verdana, Geneva, Swiss, sans-serif; text-decoration:none; text-align: left }
p  { color: white; font-style: normal; font-weight: normal; font-size: 12px; line-height: 16px; font-family: Verdana, Arial, Helvetica, Geneva, Swiss, sans-serif; text-decoration:none;}
.bold { color: white; font-size: 12px; font-style: normal; font-weight: bold; line-height: 16px; text-decoration: none; text-align: left; }
.titel { color: white; font-size: 24px; font-family: Verdana, Arial, Helvetica, Geneva, Swiss, sans-serif; font-style: normal; font-weight: 400; line-height: 24px; text-decoration: none; text-align: left; }
.titel2 { color: #f5aeab; font-size: 20px; font-family: Verdana, Arial, Helvetica, Geneva, Swiss, sans-serif; font-style: normal; font-weight: 400; line-height: 24px; text-decoration: none; text-align: left; }
.titel3 { color: #fff; font-size: 11px!important; font-weight: normal!important;}
.lead { color: white; font-size: 12px; font-family: Verdana, Arial, Helvetica, Geneva, Swiss, sans-serif; font-style: normal; font-weight: 700; line-height: 16px; text-decoration: none; text-align: left; }
a:active { text-decoration:none}
a:hover { text-decoration: none; }
a:link { text-decoration: none; }
a:visited { text-decoration: none; }
.adresse { color: #f5aeab; font-size: 11px; line-height: 13px; }
.hred { color: #f5aeab; font-size: 11px; line-height: 13px; }
.legende { color: white; font-size: 11px; line-height: 12px; }
.diashow { color: white; font-size: 3px; line-height: 4px; }
.Stk { color: black; font-size: 11px; line-height: 13px; background-color: white; }

.gallery {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.gallery figure {
    margin: 0;
    text-align: left;
}

.gallery img {
    width: 100%;
    object-fit: cover;
    cursor: pointer;
    border-radius: 0px;
    transition: transform 0.3s;
}

.gallery img:hover {
    transform: scale(1.03);
}

.gallery figcaption {
    margin-top: 5px;
	padding-bottom: 10px;
    color: #f5aeab;
    font-size: 11px;
    line-height: 13px;
}

/* Lightbox */
.lightbox {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.9);
    z-index: 9999;
    justify-content: center;
    align-items: center;
}

.lightbox img {
    max-width: 90%;
    max-height: 90%;
}

.lightbox.active {
    display: flex;
}

.lightbox span {
    position: absolute;
    top: 20px;
    right: 30px;
    color: white;
    font-size: 40px;
    cursor: pointer;
}

hr {
    border: none;
    height: 1px;
    background: #f5aeab;
    margin: 10px 0;
}


.info-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.info-list li {
    position: relative;
    padding-left: 14px;
    margin-bottom: 12px;
    color: #f5aeab;
    font-size: 11px;
    line-height: 13px;
}

/* eigener Bullet in Markenfarbe */
.info-list li::before {
    content: "•";
    position: absolute;
    left: 0;
    top: 0;
    color: #f5aeab;
    font-size: 16px;
    line-height: 14px;
}

/* Links passend zum Design */
.info-list a {
    color: white;
    text-decoration: none;
    font-weight: bold;
	font-size: 12px;
	padding-bottom: 3px;
}

.info-list a:hover {
    text-decoration: underline;
}
