#main-content {
    display: flex;
    flex-direction: row;
    padding-left: 5%;
    padding-right: 5%;
    font-family: "title-font";
    font-size: 11pt;
}

.description-part {
    /*    background-color: yellow;*/
    width: 50%;
    padding-right: 10%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;

}

.description-part a{
    color: #ff00b1;
}

.pictures-part {
    /*    background-color: red;*/
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-content: flex-end;
}

.pictures-part img {
    width: 100%;
    margin-bottom: 3%;
}

.pictures-part .youTube-player{
    width: 100%;
    margin-bottom: 5%;
    background-color: black;
    cursor: pointer;
}

h1{
    font-size: 12pt;
    margin-top: 0px;
}

a{
    text-decoration: none;
}

@media screen and (max-width: 768px) {

    #main-content {
        display: flex;
        flex-direction: column-reverse;
    }

    .description-part {
        /*    background-color: yellow;*/
        width: 100%;
    }

    .pictures-part {
        /*    background-color: red;*/
        width: 100%;
    }

    #main-header {
        margin-bottom: 6%;
    }

    h1{
        margin-top: 10px;
    }

}
