*{margin: 0; padding: 0; }
html, body{ width: 100%; }
img{
    display: block;

}
body{
    font-size: 100%;
    font-family: "Urbanist", serif;
}

a{
    text-decoration: none;
    color: grey;
    margin-top: 10px;
}

.haupt{
    margin: 30px;
    display:flex;
    flex-direction: column;
}

.close{
    width: 5%;

}
.close img {

    width: 60%;
}

.side{
    display: flex;
    flex-direction: row;

}
.bildrahmen{
    width: 60%;
}

.side .bildrahmen img{
    width: 100%;
    margin-bottom: 10px;
}

.side .bildrahmen video{
    width: 100%;
    margin-bottom: 10px;
}

.row{
    display: flex;
    flex-direction: row;
    width: 50%;
}

.row video{
    width: 49%;
    margin-right: 10px;
    margin-bottom: 10px;
}

.text{
    display: flex;
    flex-direction: column;
    margin-left: 20px;
    margin-right: 40px;
    width: 30%;
}

.text .title{
    font-size: 2em;
    font-weight: bolder;
    margin-bottom: 10px;
}
.text .inhalt{
    font-size: 1em;
    margin-bottom: 20px;
}

.daten{
    display: flex;
    flex-direction: column;
    font-size: 1em;
    font-weight: bold;
}

.daten div{
    margin-top: 20px;
}

footer{
    border-color: gray;
    border-style: solid none none none;
    margin: 30px;
    padding-top: 10px;
}
footer a{
    margin-right: 20px;
    font-weight: lighter;
    text-decoration: none;
}


@media (max-width: 500px ) {

    .side{
        display: block;
        height: auto;
    }

    .bildrahmen {
        width: 100%
    }

    .row{
        display: block;
        height: auto;
    }

    .row video{
        width: 100%;
        margin-bottom: 10px;
    }

    .text{
        width: 80%;
        margin-bottom: 20px;
    }

}

@media (min-width:501px) and (max-width: 900px){
    .side{
        display: block;
        height: auto;
    }

    .bildrahmen {
        width: 100%
    }

    .text{
        width: 80%;
        margin-bottom: 20px;
    }



}