body {
    margin: 0;
    background-color: #B0B0B0;
    height: 100%;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    
}

.container {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

header {
    background-color: #4f4f4f;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 10;
    height: 102px;
}

header img {
    margin-left: 30px;
    margin-right: 100px;
    margin-bottom: 10px;
}

header a {
    color: white;
    text-decoration: none;
    font-size: xx-large;
    margin-right: 5%;
}

header .dropdown {
    margin-right: 2%;
}

#current {
    text-decoration: underline;
}

main {
    margin-top: 102px;
    width: 100%;
    flex-grow: 1;
    overflow-y: auto;
    
}

main .subtitle {
    margin-top: 0px;
    margin-bottom: 0;
    font-size: 24px;
    color: black;
    text-align: center;
    align-content: center;
}

.grid-container-spiel {
    display: grid;
    grid-template-rows: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 15px;
    margin: 5%;
}

.spielalles {
    grid-row: 1 / 2;
    grid-column: 1 / 3;
    text-align: center;
}

.spielalles img {
    width: 100%;
    grid-column: 3 / 4;
}

.spielalles p {
    grid-column: 1 / 3;
    margin: 40px;
}

.spielallesk {
    grid-row: 2 / 3;
    grid-column: 1 / 3;
    text-align: center;
}

.spielallesk img {
    width: 100%;
    grid-column: 3 / 4;
}

.spielallesk p {
    grid-column: 1 / 3;
    margin: 40px;
}

.spielallesg {
    grid-row: 3 / 4;
    grid-column: 1 / 3;
    text-align: center;
}

.spielallesg img {
    width: 100%;
    grid-column: 3 / 4;
}

.spielallesg p {
    grid-column: 1 / 3;
    margin: 40px;
}

.inhaltalles {
    display: grid;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
}

.main-container {
    display: flex;
    justify-content: center;
    align-items: center;
    
}





video {
    width: 100%;
    height: 100%;
    object-fit: cover; 
    display: block;
    background-color: blue;
}



.event {
    display: flex;
    margin-left: 10%;
    margin-right: 10%;
    margin-bottom: 10%;
}

.event img {
    margin-left: 20%;
    width: 100%;
}

.event a {
    color: black;
}

.subtitlehome {
    margin-top: 50px;
    margin-bottom: 0;
    font-size: 24px;
    color: black;
    text-align: center;
    align-content: center;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #3f3f3f;
    min-width: 160px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    padding: 20px;
}

.dropdown-content a {
    color: white;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: #666;
}

.dropdown:hover .dropdown-content {
    display: block;
}

footer {
    background-color: #4f4f4f;
    height: 15%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}
footer a{
    text-decoration: none;
    color: white;
    margin-left: 12.5%;
    margin-right: 12.5%;
}
footer p{
    margin-left: 12.5%;
    margin-right: 12.5%;
}
.bildgruppe{
display: grid;
margin-left: 10%;
margin-right: 10%;
grid-template-columns: 1fr 1fr 1fr 1fr 1fr; 
margin-top: 5%;
margin-bottom: 5%;

}
.bildgruppe img{
    width: 100%;
}
.quellenbild{
    width: 100%;
    grid-column: 2/3;
}
.quellentext{
    grid-column: 4/5;
    text-align: center;
    display: flex;
    align-items: center;
}
.subtitle2{
    display: flex;
    margin-left: 15%;
}
.markenall{
    display: grid;
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 5%;
    margin-bottom: 5%;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 2fr 3fr;
    row-gap: 3%;
}
.logomarke{
    grid-column: 2/3;
    grid-row: 1/2;
    display: flex;
    align-items: center;
}
.logomarke img{
    max-height: 50%;
    margin-right: 10%;
    margin-left: 10%;
}
.markenall img{
    width: 100%;
    
}
.beschreibungmarken{
    grid-column: 1/4;
    grid-row: 2/4;
    padding-left: 20%;
    padding-right: 20%;
    text-align: center;
}
#img1marke{
    grid-column:1/2 ;
    grid-row: 3/4;
}
#img2marke{
    grid-column:3/4 ;
    grid-row: 3/4;
}

.markenall a{
    color: black;
}
.beschreibungnationen{
    margin-right: 15%;
    margin-left: 15%;
}
.bildernati{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    row-gap: 5%;
    column-gap: 5%;
    margin: 5%;

}
#schweizbild{
    grid-column: 1/2;
    grid-row: 1/2;
    max-width: 100%;
}
#finnlandbild{
    grid-column: 2/3;
    grid-row: 1/2;
    max-width: 100%;
}
#schwedenbild{
    grid-column: 1/2;
    grid-row: 2/3;
    max-width: 100%;
}
#czechbild{
    grid-column: 2/3;
    grid-row: 2/3;
    max-width: 100%;
}

.andereslink{
    grid-column: 3/4;
}
.andereslink a{
    color: black;
    text-decoration: none;
    font-weight: bold;
    padding: 25%;
}