@font-face {
    font-family: 'SciFly Sans';
    src: url('fonts/SciFly-Sans.woff') format('woff2');
}

@font-face {
    font-family: 'VPRO Vesta';
    src: url('fonts/SimplisticSans-Normal.woff') format('woff2');
}

@font-face {
    font-family: 'Museo Sans';
    src: url('fonts/SimplisticSans-Normal.woff') format('woff2');
}

@keyframes stretch {
    0% {
        transform: scale(.3);
        border-radius: 100%;
    }
    100% {
        transform: scale(1.5);
    }
}

.stretch {
    animation-name: stretch;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-delay: 0s;
    animation-direction: alternate;
    animation-iteration-count: 6;
    animation-fill-mode: none;
    animation-play-state: running;
}

.stretchHartje {
    animation-name: stretch;
    animation-duration: .5s;
    animation-timing-function: ease-out;
    animation-delay: 0s;
    animation-direction: alternate;
    animation-iteration-count: 1.5;
    animation-play-state: running;
}

body {
    position: relative;
    font-family: 'Segoe UI', Myriad, Verdana, sans-serif;
    max-width: 100vw;
    background-color: #e6e6e9;
    margin: 0;
}

header {
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: space-around;
    box-shadow: inset 0 -0.025rem 0 #e6e6e6;
}

#inlogKnop {
    width: 2em;
}

.inlogPlek {
    height: 75%;
    width: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: white;
    overflow-y: hidden;
    transition: 0.5s;
    box-shadow: 4px 4px 5px #aaaaaa;

}

.aanmelden form {
    overflow: hidden;
    max-width: 100%;
}

#emailRegister {
    margin-right: 84%;
}

#passwordVerify {
    margin-right: 84%;

}

header img {
    width: 3em;
}

dd {
    text-decoration: none;

}

dl {
    display: flex;
    padding: 0.3em;
    border-radius: 0 7em 7em 0;
    box-shadow: inset 0 -0.2rem 0 #e6e6e6;
}

article dl {
    position: absolute;
    top: 8.5em;
    left: 0;
    background-color: white;
}

.leeslijst {
    position: absolute;
    width: 1.5em;
    top: 0.4em;
    left: 18em;
}



.leestijd {
    top: 3em;
}

.leestijdEvent {
    max-width: 3.1em;
}

.taalgebruikEvent {
    max-width: 2em;
}

.comment {
    position: absolute;
    width: 3em;
    top: 0.4em;
    left: 14.5em;
}

.comment:active {
    top: 1em;
}

.hartje {
    width: 1.9em;
    margin-right: 0.3em;
}

.aantalLikes {
    margin: 0;
    max-width: 2em;
    padding-top: 0.25em;
    padding-left: 0.1em;
    padding-right: 1em;
}

.zoeken input[type='text'] {
    width: 45%;
    padding-left: 1em;
}

.zoeken {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 1em;
    height: 2rem;
    margin-top: 0.3em;
}

.zoeken input[type='submit'] {
    vertical-align: top;
    white-space: nowrap;
    background-color: #0079d3;
    color: #fff;
    box-shadow: inset 0 -0.125rem 0 #005ca0;
    border: none;
    text-decoration: none;
    transition: box-shadow .15s ease-in-out;
    width: 4em;
}

.zoeken input[type=submit]:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    box-shadow: inset 0 -3.125rem 0 #005ca0;
}

h1 {
    font-size: 1.25rem;
    line-height: 1.875rem;
    margin-right: 0;
}

h2 {
    display: flex;
    padding: 0.5em 0.5em 0.5em 1.5em;
    margin: 0;
    font-size: 1.25rem;
    line-height: 1.875rem;
    display: block;
    font-weight: 400;
    position: relative;
    background-color: #f2f2f2;
    box-shadow: inset 0 -0.025rem 0 #e6e6e6;
    justify-content: space-around;
}

h3 {
    height: 2em;
    background-color: #0079d3;
    text-align: center;
    color: white;
    margin: 0;
    font-weight: 400;
    width: 20rem;
    padding-top: 0.3em;
}

aside {
    position: relative;
}

#filterButton {
    min-width: 7.5rem;
    transform: translateX(-50%);
    left: 50%;
}

aside form {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 1;
    bottom: 0;
    left: 0;
    opacity: 0.95;
    background-color: #e6b517;
    overflow-y: hidden;
    transition: all 0.5s ease-out;
}

.hidden {
    height: 0%;
}

.hiddenDisplay {
    display: none;
}

aside form label {
    display: inline-block;
    height: 2em;
    width: 5em;
}

.overlay input {
    display: inline-block;
}

fieldset {
    display: inline-block;
    border: none;
}

fieldset .titelFilter {
    display: block;
    border-bottom: solid #0079d3;
    width: 20em;
    padding-bottom: 0.5em;
    height: 1.7em;
}

fieldset {
    padding-bottom: 0;
}

.kleurenFilters input {
    display: none;

}

.kleurenFilters label {
    border: solid;
}

#kleurenFilters {
    border: none;
    border-bottom: solid #0079d3;
}

.zwart {
    background-color: black;
}

.wit {
    background-color: white;
}

.rood {
    background-color: darkred;
}

.geel {
    background-color: yellow;
}

label.oranje {
    background-color: orange;
}

.blauw {
    background-color: dodgerblue;
}

.paars {
    background-color: purple;
}

.groen {
    background-color: green;
}

.grijs {
    background-color: grey;
}

.roze {
    background-color: pink;
}

#zwart:checked ~ .zwart {
    border: solid;
    border-color: #0079d3;
}

#wit:checked ~ .wit {
    border: solid;
    border-color: #0079d3;
}

#rood:checked ~ .rood {
    border: solid;
    border-color: #0079d3;
}

#geel:checked ~ .geel {
    border: solid;
    border-color: #0079d3;
}

#oranje:checked ~ .oranje {
    border: solid;
    border-color: #0079d3;
}

#blauw:checked ~ .blauw {
    border: solid;
    border-color: #0079d3;
}

#paars:checked ~ .paars {
    border: solid;
    border-color: #0079d3;
}

#groen:checked ~ .groen {
    border: solid;
    border-color: #0079d3;
}

#grijs:checked ~ .grijs {
    border: solid;
    border-color: #0079d3;
}

#roze:checked ~ .roze {
    border: solid;
    border-color: #0079d3;
}

aside button {
    position: fixed;
    bottom: 1em;
    right: 7.5em;
    background-color: #e6b517;
    color: #003082;
    box-shadow: 0 -0.125rem 0 #cfa317 inset;
}

#closeFilter {
    position: fixed;
    width: 8em;
    right: 3em;
    top: 1.8em;
    border-radius: 1em;
    color: white;
    background-color: #0079d3;
    box-shadow: inset 0 -0.125rem 0 #005ca0;
}

#taalgebruikIcoon {
    height: 2em;
    position: fixed;
    bottom: 1em;
    left: 1em;
}

#leestijdIcoon {
    height: 2.5em;
    position: fixed;
    bottom: 1em;
    left: 4.5em;
}

#sfeerIcoon {
    height: 2.5em;
    position: fixed;
    bottom: 1em;
    right: 2.5em;
}

#kleurIcoon {
    height: 2em;
    position: fixed;
    bottom: 1em;
    right: 4.5em;
}

section img,
section article {
    width: 20rem;
    margin-right: 1em;
}

article img:nth-of-type(3) {
    height: inherit;
    margin: 0;
}

button {
    height: 2.8125rem;
    padding: .625rem 1.125rem;
    vertical-align: top;
    font-weight: 400;
    white-space: nowrap;
    background-color: #0079d3;
    color: #fff;
    box-shadow: inset 0 -0.125rem 0 #005ca0;
    text-align: center;
    line-height: 1.5625rem;
    font-size: 1rem;
    border: none;
    text-decoration: none;
    transition: box-shadow .15s ease-in-out;
}

.sorterenKnop {
    margin-left: 1.1em;
    margin-top: .2em;
}

.verhalenSection {
    margin-bottom: 1em;

}

.alleVerhalenSection ul {
    display: flex;
    flex-direction: column;
    margin-left: 1.1em;
    margin-right: 1.1em;
}

ul {
    list-style: none;
    padding: 0;
}

article {
    margin-bottom: 1em;
    margin-right: 10em;
    position: relative;
    box-shadow: 4px 4px 5px #aaaaaa;
}

.sorteren {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 100;
    bottom: 0;
    left: 0;
    opacity: 0.95;
    transition: 0.5s;
    background-color: #e6b517;
    overflow-y: hidden;
}

.sluitSorteren {
    position: fixed;
    width: 8em;
    right: 3em;
    top: 2.7em;
    border-radius: 1em;
    color: white;
    background-color: #0079d3;
    box-shadow: inset 0 -0.125rem 0 #005ca0;
}

.sorteren label {
    display: inline-block;
    width: 89%;
}

.sorteren input {
    margin-left: 1em;
}

.redLampje {
    box-shadow: inset 0 -0.25rem 0 #cc0000;
    background-color: red;
}

.greenLampje {
    background-color: #33cc33;
    box-shadow: inset 0 -0.25rem 0 #2eb82e;
}

.sorteerLampje,
.leestijdLampje,
.taalgebruikLampje,
.sfeerwoordLampje,
.kleurLampje {
    margin-top: 1em;
    display: inline-block;
    width: 1em;
    height: 1em;
    border-radius: 100%;
    transition: 0.5s;
}

#gelezenHL {
    margin-top: 7em;
}

.loginH2 {
    margin-top: 0;
}

.tabsInloggen,
.tabsAanmelden {
    height: 1.5rem;
    padding: .625rem 1.125rem;
    vertical-align: top;
    min-width: 7.5rem;
    font-weight: 400;
    white-space: nowrap;
    background-color: #0079d3;
    color: #fff;
    box-shadow: inset 0 -0.125rem 0 #005ca0;
    text-align: center;
    line-height: 1.5625rem;
    font-size: 1rem;
    border: none;
    text-decoration: none;
    transition: box-shadow .15s ease-in-out;
}

button:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    box-shadow: inset 0 -3.125rem 0 #005ca0;
}

#filterButton:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    box-shadow: inset 0 -3.125rem 0 #cfa317;
}

.geslacht {
    display: inline;
}

.scroll ul {
    display: flex;
    flex-wrap: nowrap;
    overflow: auto;
    -moz-webkit-overflow-scrolling: touch;
    -moz-webkit-margin-before: 1em;
    -moz-webkit-margin-after: 1em;
    -moz-webkit-margin-start: 0;
    -moz-webkit-margin-end: 0;
    -moz-webkit-padding-start: 0;
    overflow-style: -ms-autohiding-scrollbar;
}

section {
    background-color: white;
    box-shadow: inset 0 -0.025rem 0 #e6e6e6;
    box-shadow: 4px 4px 5px #aaaaaa;
}

.tabsInloggen:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    box-shadow: inset 0 -3.125rem 0 #005ca0;
}

.tabsAanmelden:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    box-shadow: inset 0 -3.125rem 0 #005ca0;
}

.tabAanmelden,
.tabInloggen {
    display: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 2rem;
    padding-bottom: 0;
    box-shadow: 0 0.125rem 0 0 rgba(7, 7, 33, .15);
}

.inloggen,
.aanmelden {
    background-color: white;
    padding-bottom: 2em;
    box-shadow: none;
}

form label {
    display: block;
    margin-bottom: 0.5em;
    background-color: transparent;
    width: 20em;
}

.inloggen form {
    margin-left: 2em;
}

.aanmelden form {
    margin-left: 2em;
}

.formInput {
    height: 2.8125rem;
    line-height: 1.5625rem;
    border: .0625rem solid #b5b5bc;
    border-radius: 0;
    position: relative;
    background-color: transparent;
    border-color: #0079d3;
    border-style: solid;
    width: 20em;
    color: #003082;
    text-overflow: ellipsis;
    padding-left: 1em;
    margin-right: 40%;
}

form input[type="email"]:valid {
    background: url(images/check.png);
    background-size: 1.7em;
    background-repeat: no-repeat;
    background-position: 19em 1em;
}

form input[type="email"]:invalid {
    background: url(images/wrong.png);
    background-size: 1.7em;
    background-repeat: no-repeat;
    background-position: 19em 1em;
}

form input[type="password"]:valid {
    background: url(images/check.png);
    background-size: 1.7em;
    background-repeat: no-repeat;
    background-position: 19em 1em;
}

form input[type="password"]:invalid {
    background: url(images/wrong.png);
    background-size: 1.7em;
    background-repeat: no-repeat;
    background-position: 19em 1em;
}

.formButton {
    margin-top: 1em;
    background-color: #e6b517;
    color: #003082;
    box-shadow: 0 -0.125rem 0 #cfa317 inset;
    width: 15em;
    height: 3em;
    border-style: solid;
    border-color: transparent;
}

.formButton:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    box-shadow: inset 0 -3.125rem 0 #cfa317;
    transition: box-shadow .15s ease-in-out;
}

.tabs {
    display: flex;
    justify-content: space-around;
}

.tabInloggen:checked ~ .inloggen {
    display: block;
}

.tabInloggen:checked ~ .aanmelden {
    display: none;

}

.tabAanmelden:checked ~ .inloggen {
    display: none;
}

.tabAanmelden:checked ~ .aanmelden {
    display: block;
}

a {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
    text-emphasis: none;
}



/*GEFRUSTREERD*/

.gefrustreerd {
    background-image: url(images/gefrustreerd_background.png);
    background-size: contain;
    background-position: center;
    max-width: 100%;
    overflow-x: hidden;
}

.gefrustreerd .odd {
    transform: rotate(-10deg);
    animation: roll 30s infinite;
}

.gefrustreerd .even {
    transform: rotate(10deg);
}

.odd:nth-of-type(2) {
    margin-left: 5em;
}

.mainGefrustreerd {
    position: relative;
}

.titelFlex {
    display: flex;
    justify-content: space-around;
}

.titel {
    max-width: 90%;
    max-height: 8em;
    margin-bottom: 3em;
}

.reacties {
    padding-bottom: 2em;
}

.reacties label,
.reacties input,
.reacties textarea {
    margin-left: 2em;
}

.gefrustreerd p {
    font-family: "SciFly Sans";
    word-break: break-all;
}

.odd,
.even {
    border-radius: 4em;
    padding: 2em;
    margin: 2em;
}

.odd {
    background-color: #FFD81B;
}


.even {
    background-color: #000000;
    color: #FFD81B;
}

.indent {
    width: 15em;
    float: right;
    shape-outside: url(images/indent1.png);
}


/*VERWARDEMAN*/

.verwardeMan {
    background-image: url(images/verward_background.png);
    background-size: contain;
    background-position: top;

}


.verwardeMan .titel {
    max-height: 4em;
    max-width: 90%;
    margin-top: 2em;
}

.verward {
    background-size: cover;
    background-position: center;
    overflow: visible;
    padding: 1em;
    color: white;
}

.pVerward {
    font-family: "VPRO Vesta";
    word-break: normal;
    background-color: rgba(49, 47, 46, .3);
    text-align: center;
    border-radius: 1em;
}

/*VERHALEND*/

.verhalend {
    background-image: url(images/verhalend_background.png);
    background-size: cover;
    max-width: 100%;
    overflow-x: hidden;
}

.verhalend .titel {
    margin-top: 1em;
}

.verhalend p * {
    color: black;
    text-decoration: none;
    font-family: "Museo Sans";
}

.verhalend p {
    font-family: "Museo Sans";
    margin-left: 1em;
    margin-right: 1em;
    text-align: center
}

.verhalend form {
    margin-top: 15em;
}

.verhalend .hoofdstuk1 {
    margin-top: 2em;
    margin-left: 50%;
    transform: translateX(-50%);
    border-radius: 1.5em;
    background-color: #E7D0D5;
    box-shadow: inset 0 -0.125rem 0 #C5B4AF;

}

.verhalend .hoofdstuk2 {
    margin-top: 2em;
    margin-left: 50%;
    transform: translateX(-50%);
    border-radius: 1.5em;
    background-color: #E7D0D5;
    box-shadow: inset 0 -0.125rem 0 #C5B4AF;
}

.verhalend .hoofdstuk3 {
    margin-top: 2em;
    margin-left: 50%;
    transform: translateX(-50%);
    border-radius: 1.5em;
    background-color: #E7D0D5;
    box-shadow: inset 0 -0.125rem 0 #C5B4AF;
}

.verhalend .hoofdstuk4 {
    margin-top: 2em;
    margin-left: 50%;
    transform: translateX(-50%);
    border-radius: 1.5em;
    background-color: #E7D0D5;
    box-shadow: inset 0 -0.125rem 0 #C5B4AF;
}

.hoofdstuk1:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    box-shadow: inset 0 -3.125rem 0 #C5B4AF;
}

.hoofdstuk2:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    box-shadow: inset 0 -3.125rem 0 #C5B4AF;
}

.hoofdstuk3:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    box-shadow: inset 0 -3.125rem 0 #C5B4AF;
}

.hoofdstuk4:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    box-shadow: inset 0 -3.125rem 0 #C5B4AF;
}


/*
.typewriter {
    overflow: hidden;
    /* Ensures the content is not revealed until the animation */

border-right: .15em solid orange;
/* The typwriter cursor */

white-space: nowrap;
/* Keeps the content on a single line */

margin: 0 auto;
/* Gives that scrolling effect as the typing happens */

animation: typing 3.5s steps(40,
end),
blink-caret .75s step-end infinite;
margin: 0;
}

*/ .verhalend {}

/* The typing effect */

@keyframes typing {
    from {
        width: 0
    }
    to {
        width: 100%
    }
}

/* The typewriter cursor effect */

@keyframes blink-caret {
    from,
    to {
        border-color: transparent
    }
    50% {
        border-color: orange;
    }
}

@media (min-width: 36em) {

    .verward {
        margin-bottom: 2em;
    }
}


@media (min-width: 47em) {

    header img {
        width: 5em;
    }

    .zoeken input[type='submit'] {
        width: 10%;
    }
    #inlogKnop {
        width: 3em;
    }

    h1 {
        font-size: 2rem;
    }

    h2 {
        font-size: 3em;
    }

    .zoeken {
        margin-bottom: 1em;
        height: 3rem;
    }

    section img,
    section article {
        width: 25rem;
        margin-right: 1em;
    }

    h3 {
        width: 25rem;
        font-size: 1.5em;
    }

    .comment {
        width: 3em;
        left: 18.5em;
    }

    .leeslijst {
        width: 2em;
        left: 22em;
    }

    .hartje {
        width: 3em;
    }

    .hartje:hover {
        cursor: pointer;

    }

    .aantalLikes {
        max-width: 3em;
        padding-top: 0.7em;
        padding-left: 1em;
    }

    button {
        height: 3em;
        min-width: 10em;
        font-size: 1.5rem;
    }

    #filterButton {
        height: 3em;
        min-width: 10em;
        font-size: 1.5rem;
        bottom: 1em;
        transform: translateX(-50%);
        left: 50%;
    }

    .formButton {
        display: block;
    }
    .inlogPlek {
        height: 50%;
    }

    .hidden {
        height: 0%;
    }

    .hiddenDisplay {
        display: none;
    }
    .inloggen form,
    .aanmelden form {
        font-size: 1.5em;
    }
    fieldset {
        font-size: 1.5em;
    }
    .sorteren label {
        width: 95%;
    }

    #sorteerLampje {
        margin-top: 1em;
        width: .5em;
        height: .5em;
    }

    .sorteerLampje {
        margin-top: 1.5em;
        width: 2em;
        height: 2em;
    }

    .sluitSorteren {
        top: 6em;
    }

    .alleVerhalenSection ul {
        display: inline-block;
        margin-left: 0;
        margin-right: 0;

    }

    .alleVerhalenSection li {
        display: inline-block;
        margin-top: 2em;
    }

    .alleVerhalenSection article {
        margin-left: 10em;
    }

    #taalgebruikIcoon {
        max-width: 6em;
        height: 4em;
        bottom: 1em;
        transform: translateX(-50%);
        left: 15%;
    }

    #leestijdIcoon {
        max-width: 4.5em;
        height: 4.5em;
        bottom: 1em;
        transform: translateX(-50%);
        left: 27%;
    }

    #sfeerIcoon {
        max-width: 2em;
        height: 4.5em;
        bottom: 1em;
        transform: translateX(50%);
        right: 15%;
    }

    #kleurIcoon {
        max-width: 5em;
        height: 4em;
        bottom: 1em;
        transform: translateX(50%);
        right: 27%;
    }

    /*GEFRUSTREERD*/
    .indent {
        width: 25em;
        float: left;
        shape-outside: url(images/indent1.png);
    }

    p {
        font-size: 1.5em;
    }

    .titel {
        max-height: 15em;
        margin-bottom: 3em;
    }

    /*VERWARDEMAN*/
    .verwardeMan .titel {
        max-height: 10em;
        max-width: 95%;
        margin-top: 2em;
    }
}

@media (min-width: 63em) {

    .inlogPlek {
        height: 65%;
    }
    .hidden {
        height: 0%;
    }

    .hiddenDisplay {
        display: none;
    }

    .alleVerhalenSection article {
        margin-left: 1em;
    }

    .tabs {
        justify-content: flex-start;
    }
    .tabsAanmelden {
        margin-left: 1em;
    }

    #taalgebruikIcoon {
        max-width: 6em;
        bottom: 1em;
        left: 13.5em;
    }

    #leestijdIcoon {
        max-width: 4.5em;
        bottom: 1em;
        left: 20.5em;
    }

    #sfeerIcoon {
        max-width: 1.5em;
        bottom: 1em;
        right: 13.5em;
    }

    #kleurIcoon {
        max-width: 5em;
        bottom: 1em;
        right: 20.5em;
    }

    .sorteerLampje {
        margin-right: 50%;
    }

    .sorteren label {
        width: 97%;
    }
    .scroll ul {
        display: inline-block;
    }

    .scroll li {
        display: inline-block;
    }
    fieldset {
        display: inline-block;
        margin-right: 50%;
    }

    .odd,
    .even {
        margin: 6em;
    }

    .odd {
        margin-left: 40%;
    }


    .even {
        margin-right: 40%;
    }

    @keyframes roll {
        0% {
            transform: rotate(0);
        }
        100% {
            transform: rotate(360deg);
        }
    }
    p {
        font-size: 2.5em;
    }
}
