@media only screen and (max-width: 768px) {
    header {
        height: 230px;
		background-image: url('mediaheader.png')
		
    }

    .content-wrapper {
        margin-top: 230px;
    }

    main {
        margin-top: 0px;
    }

    section {
        width: 100%;
        margin: 10px 0;
    }

    section.speellijst {
        width: 100%;
        padding: 20px;
    }
}