* {
    margin: 0;
    border: none;
}
:root{
    --mybackground: #FAFAFA;
    --hoofdtekstkleur: rgb(143, 143, 143);
    --tekstgrootte: 16px;
    --rood: #901212;
}
::-webkit-scrollbar {
    width: 6px;
}
::-webkit-scrollbar-track {
    background: var(--mybackground);
}
::-webkit-scrollbar-thumb {
    background: var(--hoofdtekstkleur);
    border-radius: 20px;
}
::-webkit-scrollbar-thumb:hover {
    background: var(--rood);
}
body {
    background-color: var(--mybackground);
    color: var(--hoofdtekstkleur);
}
#toggle-btn {
    border-radius: 50px;
    font-size: var(--tekstgrootte);
    background-color: var(--rood);
    color: white;
    padding: 10px;
    text-transform: uppercase;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-style: italic;
    letter-spacing: 3px;
    margin-left: 10px;
}
#headwrapper {
    vertical-align: auto;
    width: 100%;
    display: inline-flex;
    padding-top: 20px;
    padding-bottom: 30px;
}
header {
    margin-left: 25px;
}
header a {
    color: var(--rood);
    text-decoration-line: none;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    letter-spacing: 2px;
    font-weight: bold;
    font-style: italic;
    font-size: 20px;
}
header a:hover {
    text-shadow: 3px 2px 1px silver;
}
nav {
    float: right;
    margin-right: 25px;
    margin-left: auto;
}
nav a {
    width: 100px;
    height: 50px;
    display: inline-block;
    text-decoration-line: none;
    line-height: 50px;
    text-align: center;
    color: silver;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    letter-spacing: 2px;
    font-size: 15px;
    border-bottom: var(--mybackground);
    border-bottom-style: solid;
    border-bottom-width: 1pt;
}
nav a:hover {
    border-bottom: var(--rood);
    border-bottom-style: solid;
    border-bottom-width: 1pt;
    color: var(--rood);    
}
main {
    margin-bottom: 175px;
}
.important {
    color: var(--rood);
    text-transform: uppercase;
}
.focus {
    color: var(--rood);
}
.mainhead {
    text-align: center;
    margin-top: 125px;
    margin-bottom: 175px;
    font-size: 30px;
    text-transform: uppercase;
}
.mainhead p {
    color: var(--rood);
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    letter-spacing: 3px;
    font-size: 20px;
}
.mainhead h1 {
    font-family: 'Times New Roman', Times, serif;
    letter-spacing: 5px;
    margin-top: 15px;
}
#hometext {
    text-align: center;
    margin-bottom: 10px;
}
#hometext h1 {
    margin-bottom: 30px;
    margin-top: 50px;
}
#hometext p {
    margin-bottom: 25px;
    margin-top: 10px;
    line-height: 30px;
}
#verhaal-intro {
    text-align: center;
    margin-bottom: 10px;
}
.verhaaltekst {
    margin-top: 50px;
    margin-bottom: 25px;
    width: 100%;
    display: inline-flex;
}
.verhaaltekst h1 {
    width: 50%;
    margin-top: auto;
    margin-bottom: auto;
    text-align: center;
}
.verhaaltekst p {
    width: 50%;
    line-height: 30px;
    border-left: var(--rood);
    border-left-style: solid;
    border-left-width: 1px;
    padding: 20px;
}
#outro {
    height: 1px;
    width: 900px;
    align-items: center;
    margin: auto;
    margin-top: 45px;
}
#verhaal-outro {
    text-align: center;
    margin-top: 15px;
    line-height: 25px;
}
#verhaal-outro a {
    color: var(--rood);
    font-style: italic;
}
#verhaal-outro a:hover {
    font-size: 17px;
    text-decoration-line: none;
}
#animatie-intro {
    width: 900px;
    text-align: center;
    margin: auto;
    font-size: var(--tekstgrootte);
    margin-bottom: 85px;
}
video {
    width: 1100px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    border: var(--rood);
    border-width: 2.5px;
    border-style: solid;
    border-radius: 25px;
    box-shadow: 0 0 25px 10px rgba(0, 0, 0, 0.2), 0 10px 30px 0 rgba(0, 0, 0, 0.19);
}
video:fullscreen {
  border: none;
  border-radius: 0;
}
.gevolgen {
    width: 1000px;
    text-align: center;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 25px;
    line-height: 30px;
}
.gevolgen h1 {
    margin-bottom: 30px;
    margin-top: 50px;
}
#overonstekst {
    text-align: center;
}
.overtitel {
    margin: auto;
    margin-top: 75px;
    text-align: center;
}
.over {
    width: 100%;
    display: inline-flex;
    margin-top: 50px;
    margin-bottom: 25px;
}
.over h1 {
    width: 50%;
    margin-top: auto;
    margin-bottom: auto;
    text-align: center;
}
.over ul {
    width: 50%;
    line-height: 30px;
    border-left: var(--rood);
    border-left-style: solid;
    border-left-width: 1px;
    padding-bottom: 20px;
    padding-top: 20px;
}
.over ul li {
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
}
.over a {
    font-style: italic;
    color: var(--rood);
    text-decoration-line: none;
}
.over a:hover {
    font-size: 17px;
    text-decoration-line: none;
}
#contacttekst {
    text-align: center;
    font-size: var(--tekstgrootte);
    margin-bottom: 15px;
}
#hr-contact {
    width: 750px;
    height: 1px;
    align-items: center;
    margin: auto;
    margin-bottom: 15px;
}
#contact {
    width: 900px;
    max-width: 900px;
    margin: 0 auto;
    font-size: var(--tekstgrootte);    
}
.contact-form {
    display: inline-flex;
    flex-direction: column;
    box-sizing: border-box;
    flex-grow: 1;
    vertical-align: middle;
    width: 900px;
    margin: 0 auto;
}
label {
    text-align: start;
    margin-left: 5px;
}
input, textarea {
    width: 900px;
    height: 30px;
    display: inline-block;
    padding: 10px;
    padding-left: 10px;
    background-color: var(--mybackground);
    border: silver;
    border-style: solid;
    border-width: 2px;
    border-radius: 15px;
    margin-top: 5px;
    margin-bottom: 20px;
    color: var(--hoofdtekstkleur);
}
textarea {
    height: 100px;
    width: 885px; 
    padding: 15px;
    font-size: 15px;
    resize: vertical;
    background-color: var(--mybackground);
}
input:focus ,textarea:focus {
    outline: var(--rood);
    outline-style: solid;
    outline-width: 2px;
    border: none;
    resize: vertical
}
#submit {
    color: white;
    height: 50px;
    width: 920px;
    padding: 10px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    outline: none;
    border: none;
    background-color: var(--hoofdtekstkleur);
}
#submit:hover {
    background-color:  var(--rood);
}
.error {
  color: red;
  margin-top: 8px;
  margin-bottom: 10px;
  font-size: 17px;
}
.invalid {
    border-color: red;
}
#contactgegevens {
    width: 100%;
    display: inline-block;
    margin: auto;
    margin-top: 75px;
    text-align: center;
}
#contactgegevens h3 {
    margin-bottom: 30px;
}
#contactgegevens img {
    width: 180px;
    margin: 15px;
    background-color: transparent;
    border-radius: 105px;
    border: none;
}
#contactgegevens img:hover {
    box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.2), 0 8px 8px 0 rgba(0, 0, 0, 0.19);
}
#bronnen {
    width: 900px;
    text-align: center;
    margin: auto;
    font-size: var(--tekstgrootte);
}
#brontekst {
    text-align: center;
}
#hr-bronnen {
    width: 875px;
    height: 1px;
    align-items: center;
    border: none;
    margin: 20px auto 25px auto;
}
#bronlink {
    margin-left: 10px;
    margin-right: 10px;
}
#bronlink a {
    color: var(--rood);
    width: 200px;
    height: 75px;
    display: inline-block;
    border-radius: 15px;
    border-style: solid;
    border-width: 1px;
    line-height: 75px;
    margin: 10px;
    text-decoration-line: none;
}
#bronlink a:hover {
    text-decoration-line: underline;
    box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.2), 0 8px 20px 0 rgba(0, 0, 0, 0.19);
}
hr {
    height: 1px;
    width: 100%;
    background-color: silver;
}
#footernav {
    text-align: center;
    margin-bottom: 10px;
}
#footernav a {
    color: silver;
    text-decoration-line: none;
    font-size: 14px;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    letter-spacing: 2px;
    width: 100px;
    height: 50px;
    display: inline-block;
    text-align: center;
    line-height: 50px;
}
#footernav a:hover {
    color: var(--rood);
}
#footernav .focus {
    color: var(--rood);
}
#onder {
    display: inline-flex;
    width: 100%;
    font-size: 15px;
    padding-top: 20px;
    padding-bottom: 20px;
    letter-spacing: 1px;
}
#copyright {
    padding: 15px;
    padding-left: 25px;
}
#mogelijk {
    margin-left: auto;
    margin-right: 25px;
    float: right;
    padding-top: 15px;
    padding-bottom: 15px;
}