.row1, .row3, .row4 {
    text-align: center;
}

h3, h2 {
    margin-top: 40px;
}

.content-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.show-img {
    margin: 10px;
}

.boxs {
    display: flex;
    justify-content: center;
}

.content-flex img {
    width: 450px;
    height: 300px;
    object-fit: fill;
    border-radius: 20px;
    transition: 0.5s;
}

.show-img a img:hover {
    transform: scale(1.1);
}

#bildquellen table {
    width: 100%;
}

.image img {
    width: 100%;
}

.image-icon p {
    text-align: center;
}
.image-icon {
    text-align: center;
}

code {
    padding: 10px;
    color: white;
    border-radius: 10px;
    display: flex;
    flex-flow: column;
    line-height: 25px;
    margin-top: 10px;
    background-color: rgb(91, 91, 91);
}

.filter-content img {
    max-width: 100%;
    height: auto;
    border-radius: 20px;
}

.filter-content {
    max-width: 500px;
}

.filter-content {
    margin: 25px;
}

.filter-content code {
    width: 96%;
}

.checkboxs li {
    margin-bottom: 10px;
}

.checkboxs {
    list-style-type: none;
    align-items: center;
}

.bilder-g  {
    margin-top: 50px;
}

.bilder-g img {
    width: 100%;
}

.img-cut {
    margin-bottom: 20px;
}