@charset "utf-8";
@import url('reset-min.css');
/* CSS Document */


html, body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 14px;
    margin: 0;
    padding: 0;
}

header, section, img, pre, canvas {
    display: block;
    margin: 0;
    padding: 0;
}

video, #media-queries-1 {
    border: 1px solid #000;
}

ul {
    margin: 0;
    padding: 0;
}

ul li {
    margin-left: 1em;
    margin-bottom: 0.5em;
    padding-top: 0.2em;
}

section ul li {
    margin-left: 0;
    padding-left: 0.2em;
    list-style: outside;
}

h1 img {
    padding: 0;
}

input {
    font-size: 100%;
}

form fieldset input {
    width: 10em;
}

form fieldset input[type='radio'] {
    width: auto !important;
    float: left;
}

form ol, form ol li {
    list-style: none;
    padding: 0;
    margin: 0;
}

form ol li + li {
    margin-top: 0.4em;
}

label {
    display: block;
}

label + input, label + select, label + ul.rowstyle {
    margin-bottom: 0.5em;
}

button {
    padding-left: 0.3em;
    padding-right: 0.3em;
}

code {
    font-size: 100%;
    color: #00f;
}

h1 code {
    color: #000;
}

img.inline, .floatleft {
    display: inline-block;
    padding: 0 50px 10px 0;
}

.floatleft {
    float: left;
}

.floatright {
    float: right;
}

.red, del {
    color: #900;
}

.black {
    color: #000;
}

.getverderrie {
    color: #30C;
    background: #FF3;
    font-size: 120%;
}

h1, h2, h3 {
    font-weight: normal;
}

h1 {
    color: #fff;
    background: #cd003a;
    font-size: 1.5em;
    padding: .2rem .2rem .2rem 1rem;
    font-weight: normal;
}

h1 a, h1 a:visited, h1 a:active, h1 a:hover {
    color: #fff;
    text-decoration: none;
}

ul.linksrechts, ul.linksrechts li {
    list-style: none;
}

ul.linksrechts li {
    width: 48%;
    display: inline;
    float: left;
}

ul.linksrechts li.rechts {
    text-align: right;
}

ul.linksrechts {
    background: #cd003a;
    width: 100%;
    display: block;
    float: none;
    overflow: hidden;
    text-transform: lowercase;
}

.hasshadow {
    text-shadow: 1px 1px 0 #000,
    2px 2px 0 #999, /* end of 2 level deep grey shadow */ 3px 3px 0 #999,
    4px 4px 0 #999,
    5px 5px 0 #999,
    6px 6px 0 #999, /* end of 4 level deep dark shadow */ 7px 7px 0 #000; /* end of 4 level deep dark shadow */
}

.rechts .hasshadow {
    text-shadow: -1px 1px 0 #000,
    -2px 2px 0 #999, /* end of 2 level deep grey shadow */ -3px 3px 0 #999,
    -4px 4px 0 #999,
    -5px 5px 0 #999,
    -6px 6px 0 #999, /* end of 4 level deep dark shadow */ -7px 7px 0 #000; /* end of 4 level deep dark shadow */
}

.hasshadow:hover {
    /* CSS3 Transform Effect */
    -webkit-transform: scale(1.4); /* Safari & Chrome */
    -moz-transform: scale(1.4); /* Firefox */
    -o-transform: scale(1.4); /* Opera */
    padding-left: .7em;
}

.rechts .hasshadow:hover {
    padding-left: 0;
    padding-right: .7em;
}

h2 {
    font-size: 1.25rem;
}

.comment {
    color: #CCC;
    font-size: 70%;
}

#media-queries-1 a, #media-queries-1 a:visited {
    color: #000;
    text-decoration: none;
}

#media-queries-1 a:hover {
    text-decoration: underline;
}

#media-queries-1 {
    padding: 10px;
    margin-bottom: 10px;
}

header, section, footer {
    display: block;
    overflow: hidden;
    margin: 0;
    margin-bottom: 0.1em;
    padding: 1em;
}

.hidden {
    display: none; /* !important; */
    visibility: hidden; /* !important; */
}

.closeme {
    display: block;
    float: right;
    min-height: 1em;
    max-height: 1em;
}

.closeme a, .closeme a:visited {
    padding: 0.2em;
    background: #900;
    color: #fff;
    font-weight: bold;
    margin: 0 auto;
    text-decoration: none;
    border: 1px solid #fff;
}

.closeme a:hover {
    color: #900;
    border-color: #900;
    background: #fff;
}

#media-queries-1 {
    background-color: #f00; /* Standaard is rood */
}

@media all and (max-width: 740px) {
    #media-queries-1 {
        background-color: #0f0; /* felgroen */
    }
}

@media screen and (min-width: 1200px) {
    #media-queries-1 {
        background-color: #ff0; /* felgeel */
    }
}

.tussenslide {
    display: none;
}


@media projection {
    .tussenslide {
        display: block;
    }

    a {
        color: #000;
    }

    h1 {
        font-weight: bold;
        font-size: 170%;
        min-height: 0;
        padding-top: 1em;
    }

    body {
        font-size: 300%;
        color: #fF0;
        line-height: 1.4em;
        background: #fff;
    }

    body > * {
        display: block;
        margin: 0;
    }

    body > * {
        page-break-after: always;
    }

    pre, code {
        line-height: 1em;
    }

    code {
        font-size: 70%;
        font-weight: bold;
    }

    h1 code {
        font-size: 100%;
    }

    form fieldset {
        width: auto;
        padding: 0.2em;
    }

    section {
        padding-top: 0;
        background: #fff;
    }

    ul, ol {
        padding-left: 1em;
    }

    ul li, ol li {
        margin: 0;
        list-style: outside;
        padding-left: 1em;
    }

    section .comment {
        color: #CCC !important;
    }
}

/* kleire kutschermpjes */
@media screen and (max-device-width: 480px) {
    /* voor kleine schermpjes */
    img.inline, .floatleft {
        padding: 0 1em 0.2em 0;
    }

    ul.linksrechts li {
        width: 120px;
    }

    section {
        max-width: 320px;
        border-bottom: 1px solid #CCC;
        margin-bottom: 1em;
    }

    section h1, section fieldset {
        max-width: 280px;
        width: auto;
    }
}

@media screen and (min-width: 680px) {
    h1 {
        font-size: 4em;
    }
}