.traegerverein_karte {
    /* border:1px solid black; */
    width: 100%;
}

.traegerverein_spalten {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
    justify-content: space-between;
}
@media (max-width: 800px) {
    .traegerverein_spalten {
        padding-left: 0px;
        padding-right: 0px;
        flex-direction: column;
        justify-content: flex-start;
    }
}

.traegerverein_linker_teil {
    width: 31%;
    padding: 0px 20px 0px 0px;
}
@media (max-width: 800px) {
    .traegerverein_linker_teil {
        width: 100%;
        padding: 0px 0px 0px 0px;
    }
}

.traegerverein_rechter_teil {
    width: 65%;
    padding: 0px 0px 0px 20px;
}
@media (max-width: 800px) {
    .traegerverein_rechter_teil {
        width: 100%;
        padding: 0px 0px 0px 0px;
    }
}

.traegerverein_vereinsvorstellung_titel {
    padding-bottom: 20px;
    font-weight: bold;
}

.traegerverein_vereinsvorstellung_text {
    margin-bottom: 30px;
}

.traegerverein_vereinsvorstellung_text ul {
    margin-top: 0em;
}

.traegerverein_vereinsbild {
    border-radius: 8px;

    width: 100%;
}
@media (max-width: 800px) {
    .traegerverein_vereinsbild {
        padding-top: 30px;
    }
}

.traegerverein_vereinslinks p {
    margin-top: 0px;
    margin-bottom: 0.5em;
}

.traegerverein_linker_teil video {
    margin-top: -10px;
    width: 100%;
}

.pro_wyland {
    width: 31%;
    margin-top: 20px;
    padding: 10px;

    display: flex;
    flex-direction: column;
    align-items: center;
}
@media (max-width: 1000px) {
    .pro_wyland {
        width: 50%;
    }
}
@media (max-width: 600px) {
    .pro_wyland {
        width: 100%;
    }
}

.pro_wyland_text {
    font-size: larger;
    line-height: 150%;
}

.pro_wyland_button {
    color: rgb(232, 217, 12);
    font-size: xx-large;
    font-weight: 600;
	font-family: 'all-round-gothic';
    text-decoration: none;
    border-radius: 25px;
    background-color: rgb(245, 241, 196);
    margin: 20px 0px 20px 0px;
    padding: 6px 40px 6px 40px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.pro_wyland_button:hover {
    transform: scale(1.1);
}

.wyland_image_subtitles {
    margin-top: 15px;
    margin-bottom: 30px;

    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.wyland_image_subtitle {
    display: none;
    color: gray
}
    
.wyland_image_subtitle_current {
    display: block;
}
