.spoiler {
    margin: 10px;
}

.spoiler-button {
    background-color: #0074d9;
    color: #fff;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
	border-radius: 5px;
}

.spoiler-content {
    display: none;
}

.spoiler-content iframe {
    width: 100%;
    height: 380px; /* Passen Sie die Höhe nach Bedarf an */
    border: none;
}

.spoiler2 {
    margin: 10px;
}

.spoiler2-button {
    background-color: #0074d9;
    color: #fff;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
	border-radius: 5px;
}

.spoiler2-content {
    display: none;
}

.spoiler2-content iframe {
    width: 100%;
    height: 300px; /* Passen Sie die Höhe nach Bedarf an */
    border: none;
}

.spoiler3 {
    margin: 10px;
}

.spoiler3-button {
    background-color: #0074d9;
    color: #fff;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
	border-radius: 5px;
}

.spoiler3-content {
    display: none;
}

.spoiler3-content iframe {
    width: 100%;
    height: 220px; /* Passen Sie die Höhe nach Bedarf an */
    border: none;
}
