@font-face {
    font-family: Limelight-Regular;
    src: url(Limelight-Regular.ttf);
}

.container {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
}

.header {
    width: 100%;
    text-align: center;
    font-family: "Limelight-Regular";
    font-size: 300%;
}

.quote {
    border-left-style: solid;
    border-left-color: #019DE8;
    border-left-width: 10px;
    color: #019DE8;
    font-size: 80%;
}

.homepage-tekst {
    font-family: "Helvetica Neue";
    margin-bottom: 50px;
}

.uitleg-tekst {
    font-family: "Helvetica Neue";
    font-size: 80%;
    margin-bottom: 30px;
}

.theme-block {
    width: 100%;
    font-family: "Helvetica Neue";
    margin-bottom: 50px;
    min-height: 275px;
    border-style: solid;
    border-width: 1px;
    display: table;
}

.theme-block-inline {
    display: inline-block;
}

h2 {
    font-size:15px;
    margin-bottom: -20px;
}

.stickervel {
    float: left;
    margin-right: 30px;
}

.theme-header {
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    height: 50px;
    padding-left: 20px;
    padding-top: 20px;
}

.theme-contact {
    padding:20px;
    font-size: 20px;
}

.theme-text {
    font-size: 20px;
    float: left;
    width:75%;
}


.theme-text a {
    color: black;
    font-size: 15px;
    text-decoration: none;
}

.theme-image {
    width: 25%;
    float: left;
}

.theme-red {
    background-color: #ED1400;
    color: white;
}

.theme-green {
    background-color: #3CAC4A;
    color: white;
}

.theme-orange {
    background-color: #F57F00;
    color: white;
}

.theme-yellow {
    background-color: #FBD800;
    color: black;
}
.theme-blue {
    background-color: #019DE8;
    color: darkblue;
}

.theme-dark-blue {
    background-color: #4C4A91;
    color: white;
}

.theme-dark-violet {
    background-color: #920CA1;
    color: white;
}

.border-red {
    border-color: #ED1400;
}

.border-green {
    border-color: #3CAC4A;
}

.border-orange {
    border-color: #F57F00;
}

.border-yellow {
    border-color: #FBD800;
}
.border-blue {
    border-color: #019DE8;
}

.border-dark-blue {
    border-color: #4C4A91;
}

.border-dark-violet {
    border-color: #920CA1;
}

.captcha {
    display: none;
}

.footer {
    background: black;
    color: white;
    text-align: center;
    padding: 10px;
    font-family: "Helvetica Neue";
    font-size: 80%;
}

.footer a {
    color: white;
}

.menu-item {
    float: left;
    font-size: 50%;
    background: url(hout-achtergrond.png);
    margin-right:30px;
    margin-bottom: 30px;
    padding: 20px;
}

.menu a {
    color: black;
    text-decoration: none;
}

.profielfoto {
    margin-left: 25px;
    margin-top: 25px;
}

.profielfoto-yellow {
    box-shadow: 0 30px 40px rgba(250,230,0,0.15);
}

.profielfoto-orange {
    box-shadow: 0 30px 40px rgba(250,172,0,0.15);
}

.profielfoto-dark-blue {
    box-shadow: 0 30px 40px rgba(77,75,145,0.15);
}

.button {
    width: 100%;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 20px;
    font-family: "Limelight-Regular";
}

.opvallend_img {
    float:left;
    width:200px;
}

.opvallend_tekst {
    float:left;
    width:50%;
    padding-top:5%;
}

@media only screen and (max-width: 1280px) {
    .theme-block {
        display: grid;
    }

    .theme-text {
	width: 100%;
    }

    .subtitle {
        font-size: 20px;
    }

    p, h3 {
        padding-left: 20px;
        font-size: 40px;
    }

    .stickervel {
        float: left;
        width: 100%;
    }

    .uitleg-tekst, h2, li, .theme-text a, theme-header, label {
        font-size: 35px;
    }

    .opvallend_img {
        width:100%;
    }

    .opvallend_img img {
        width:100%;
    }

    .opvallend_tekst {
        padding-top:0;
        width: 100%;
    }

    .menu-item {
        font-size: 27px;
    }

}
