.carousel {
    margin-bottom: 2rem;
}

.carousel-inner {
    position: relative;
    height: 80vh;
    overflow: hidden;
}

.carousel-item {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}



body {
    margin: 0;
    padding: 0;
}
page-img {
    text-align: center;
    margin-bottom: 1rem;
}
.page-img {
    max-width: 90%; /* Oder ein anderer Wert */
    max-height: 90vh;
    width: auto; /* Skaliert proportional */
    height: auto;
    border-radius: 1rem;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.page-iframe {
    width: 90%;
    height: 90vh;
    border-radius: 1rem;
    display: block;
    border: none;
    margin-left: auto;
    margin-right: auto;
}
.container {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 1rem;
}
.impressum_footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    justify-content: space-between;
    padding: 2rem;
    background-color: var(--footbar-background-color);
}
