.content h1 {
    font-size: 42px;
    line-height: 45px;
    color: #5a2c5b;
    font-weight: 200;
    padding-bottom: 20px;
}

.content p {
    font-size: 16px;
    line-height: 24px;
    color: #5a2c5b;
    font-family: "Merriweather", serif;
    margin-bottom: 25px;
    font-weight: 100;
}

.content h4 {
    font-size: 15px;
    font-family: 'n27regular';
    text-transform: uppercase;
    font-weight: 100;
    padding-bottom: 20px;
}

.content h3{
    font-size: 25px;
    font-family: 'n27regular';
    font-weight: 100;
    padding-bottom: 10px;
}

.back_knop {
    font-size: 15px;
    font-family: 'n27regular';
    background-color:  #5a2c5b;
    padding: 10px 15px;
    display: inline-block;
    color: white;
    margin-bottom: 15px;
    cursor: pointer;
}

.back_knop:hover {
    background-color: black;
}



.videofull {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    height: auto;
    border: 0;
    margin-right: 15px;
    margin-bottom: 20px;
}

figure .video {
    position: relative;
    padding-top: 56.25%; /* 16:9 Aspect Ratio */
    height: 0;
}

figure iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


@media screen and (min-width: 767px) {




.content h1 {
    font-size: 50px;
    line-height: 48px;
    color: #5a2c5b;
    font-weight: 200;
    padding-bottom: 20px;
}

.content p {
    font-size: 16px;
    line-height: 24px;
    color: #5a2c5b;
    font-family: "Merriweather", serif;
    margin-bottom: 25px;
    font-weight: 100;
}

.content h4 {
    font-size: 15px;
    font-family: 'n27regular';
    text-transform: uppercase;
    font-weight: 100;
    padding-bottom: 20px;
}

.content h3{
    font-size: 25px;
    font-family: 'n27regular';
    font-weight: 100;
    padding-bottom: 10px;
}

audio {
    margin-bottom: 15px;
}

}
