.seiten-produktbox-empfehlung {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 16px;
    margin: 16px 0;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.seiten-produktbox-empfehlung img {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
    margin-bottom: 12px;
}

.seiten-produktbox-empfehlung h2 {
    font-size: 18px;
    color: #333;
    margin-bottom: 8px;
}

.seiten-produktbox-empfehlung p {
    font-size: 16px;
    color: #666;
    margin-bottom: 12px;
}

.seiten-produktbox-empfehlung div {
    font-size: 14px;
    color: #444;
}

.seiten-produktbox-empfehlung ul {
    list-style-type: disc;
    padding-left: 20px;
    text-align: left;
    margin-top: 12px;
}

.seiten-produktbox-empfehlung li {
    margin-bottom: 8px;
}
h2 {
    margin-top: 2em;
}
h3 {
    margin-top: 1em;
}
/* static/css/custom.css */

.beitragsbox {
    position: relative;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 10px;
    margin: 20px 0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.beitragsbox h1 {
    font-size: 1.5em;
    margin-bottom: 15px;
    color: #333;
    padding: 20px;
}

.beitragsbox img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.beitragsbox ul {
    position: absolute;
    bottom: 20px;  /* Position the list 20px from the bottom of the box */
    left: 20px;    /* Position the list 20px from the left of the box */
    background: rgba(255, 255, 255, 0.8);
    padding: 10px;
    border-radius: 10px;
    list-style-type: none;
    margin: 0;
    padding: 20px;
}

.beitragsbox ul li {
    margin-bottom: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.beitragsbox ul li a {
    color: #007BFF;
    text-decoration: none;
}

.beitragsbox ul li a:hover {
    text-decoration: underline;
}
.su-box {
margin-top: 2em;
}


.w3-row-padding {
display: flex;
flex-wrap: wrap;
justify-content: space-around;
margin: 0 -16px;
}

.w3-third {
flex: 1 1 30%;
box-sizing: border-box;
padding: 16px;
max-width: 30%;
min-width: 280px; /* Ensures a minimum width for smaller screens */
}

.w3-ul {
margin: 0;
padding: 0;
list-style-type: none;
}

.w3-margin-bottom {
margin-bottom: 16px;
}

.w3-border {
border: 1px solid #ccc;
border-radius: 10px;
overflow: hidden;
}

.w3-center {
text-align: center;
}

.w3-hover-shadow:hover {
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.w3-black {
background-color: #000 !important;
color: #fff !important;
}

.w3-green {
background-color: #4CAF50 !important;
color: #fff !important;
}

.w3-xlarge {
font-size: 24px !important;
}

.w3-padding-32 {
padding: 32px !important;
}

.w3-padding-16 {
padding: 16px !important;
}

/* Additional custom styling */
.w3-third > ul {
margin-bottom: 10px; /* Add space between the header and the description */
}

.w3-third > ul + p {
font-size: 16px;
line-height: 1.6;
margin-top: 10px;
}

@media screen and (max-width: 768px) {
.w3-third {
flex: 1 1 100%;
max-width: 100%;
}
}
.produktinformation {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: stretch !important;
}
.product-box, .skills-chart {
    box-sizing: border-box !important;
    padding: 10px !important;
    flex: 1 !important;
    display: flex !important;
    flex-direction: column !important;
    margin: 0em !important
}
.content-skillbox {
    flex-grow: 1 !important;
}
@media (max-width: 800px) {
    .produktinformation {
        flex-direction: column !important;
        align-items: flex-start !important;
    }
    .product-box, .skills-chart {
        height: auto !important;
    }
}
.su-row {    align-items: stretch !important;
}
.su-column-size-1-2 .su-u-trim {
    padding: 1em !important;
    min-height: 100%
}