@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600&display=swap');
/*
:root {
    --box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.75);
    --box-shadow-inset: 0 0 5px 5px rgba(0, 0, 0, 0.75) inset;
    --box-shadow: none;
    --box-shadow-inset: none;
}*/
/*
#1A202C
*/
body {
    width: 100vw;
    display: grid;
    grid-template-rows: auto 1fr auto;
}

body[theme="dark"] {
    --color1: #060c11;
    --color2: #091219;
    --color3: #0c1821;
    --color4: #101d29;
    --color5: #142131;
    --color6: #182639;
    --color7: #1b2a41;
    --color8: #213249;
    --color9: #273a50;
    --text: #ffffff;
    --text-opacity: #ffffff80;
    --input: #008000;
}

body[theme="light"] {
    
    --color1: #fafafa;
    --color2: #e4e5f1;
    --color3: #d2d3db;
    --color4: #9394a5;
    --color5: #484b6a;
    --color6: #aaa;
    --color7: #999;
    --color8: #888;
    --color9: #777;
    --text: #000000;
    --text-opacity: #00000080;
    --input: #4aca53;
}
body {
    overflow-x: hidden;
    background: var(--color1);
}

html {
    font-size: 15px;
    scroll-behavior: smooth;
    scrollbar-width: none;
}

.background1, .background2, .background3, .background4, .background5 {
    margin: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    background-position: center;
    top: 0;
    z-index: -10;
    left: 0;
    width: 110vw;
    --backgrounds: 5;
    --time: 10;
}

.background1 {
    background-image: url(/img/Volleybal1.jpg);
    animation: bg 50s 5s infinite linear;
}
.background2 {
    background-image: url(/img/Volleybal2.jpg);
    animation: bg 50s -5s infinite linear;
}
.background3 {
    background-image: url(/img/Volleybal3.jpg);
    animation: bg 50s -15s infinite linear;
}
.background4 {
    background-image: url(/img/Volleybal4.jpg);
    animation: bg 50s -25s infinite linear;
}
.background5 {
    background-image: url(/img/Volleybal5.jpg);
    animation: bg 50s -35s infinite linear;
}

.fourofour-background {
    margin: 0;
    width: 100%;
    height: 100%;
    filter: blur(5px);
    background-image: url(/img/404.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    background-position: center;
    top: 0;
    z-index: -2;
    left: 0;
}

.fourofour-div {
    position: absolute;
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
}

.logo {
    width: 10vw;
    position: absolute;
    top: 1vh;
    left: 1vw;
    opacity: .5;
    transition: 200ms ease-in-out;
    opacity: 0;
    animation: header 500ms 1000ms ease-in-out forwards;
}
.logo:hover {
    transition: 200ms ease-in-out;
    width: 10.5vw;
    opacity: 1;
    top: .75vh;
    left: .75vw;
}

* {
    padding: 0;
    font-family: 'Poppins', sans-serif;
    text-decoration: none;
    /*color: #fff;*/
    transition: ease-in-out 300ms;
}

.header {
    left: 0;
    position: absolute;
    display: flex;
    justify-content: center;
    right: 0;
    font-size: 1vw;
    opacity: 0;
    animation: header 500ms 500ms ease-in-out forwards;
}
.header > a,
.header div button a,
.header button {
    color: #ffffff88;
}
.header > a:hover,
.header div button a:hover,
.header button:hover {
    color: #ffffff;
}
@keyframes header {
    0% {transform: translateY(-100px); opacity: 0;}
    70% {transform: translateY(10px);}
    100% {transform: translateY(0); opacity: 1;}
}

.link {
    padding: .3vw 1vw;
    background: none;
    font-size: 15px;
    border-style: none;
    outline: none;
    transition: 100ms ease-in-out;
}

.link a {
    border-style: none;
    outline: none;
    cursor: pointer;
}

.link:hover,
.linkhover {
    transform: scale(1.05);
    color: #ffffff;
}
div h1 {
    color: var(--text);
}

.nieuws-container {
    display: flex;
    flex-direction: column;
}

.nieuws-header {
    width: 90vw;
    background: var(--color2);
    border-radius: 2.5vh;
    margin: 2.5vw;
    padding: 2.5vw;
}

.nieuws-header p {
    font-size: 15px;
    color: var(--text);
}

.nieuws-title {
    font-size: 20px;
    margin: 0;
}

.nieuws-button {
    font-size: 25px;
    text-decoration: underline;
    text-decoration-thickness: 3px;
    color: #ffffff80;
    text-decoration-color: var(--color4);
    color: var(--text-opacity);
    transition: 200ms ease-in-out;
}
.nieuws-button:hover {
    transition: 200ms ease-in-out;
    text-decoration-color: #0000ff;
    color: var(--text);
}
.nieuws-terug {
    font-size: 20px;
    pointer-events: all;
}
.nieuws-header p span,
.nieuws-header h1 span {
    background: var(--color4);
    color: #fff;
    padding: 5px 10px;
    margin: 5px;
    border-radius: 5px;
}

.red {
    background-color: #8f2c2c !important;
}
.lime {
    background: #296d2e !important;
}

.training {
    padding: 5px 10px;
    margin: 5px;
}

.nieuws-header p a {
    color: #0000ff;
    pointer-events: all;
    cursor: pointer;
}

.contact-link {
    cursor: pointer;
    pointer-events: all;
    color: var(--text);
}

.intro-container {
    background: var(--color2);
    /*box-shadow: var(--box-shadow);*/
    margin: 2.5vw;
    padding: 2.5vw;
    width: 90vw;
    border-radius: 2.5vh;
    display: flex;
    flex-direction: column;
}
.intro-container p {
    color: var(--text);
}
.intro-text p {
    margin-left: 1vw;
}
.intro-title {
    text-align: center;
    font-size: 30px;
}
.intro-title::after {
    content: '';
    width: 300px;
    display: block;
    height: 3px;
    margin: 15px auto 10px auto;
    justify-self: center;
    background: #0000ff;
}

.dropdown-menu {
    overflow: hidden;
    z-index: 3;
    position: absolute;
    opacity: 0;
    transform: translateY(-100px);
    pointer-events: none;
    transition: opacity 250ms ease-in-out, transform 250ms ease-in-out;
    background: var(--color3);
    border-radius: 1vh;
}

.Information-list {
    display: grid;
    grid-template-columns: repeat(2, max-content);
}

.Information-grid {
    grid-column-gap: 0px;
    display: flex;
    justify-content: space-between;
}

.dropdown-heading {
    border-bottom: 1px solid var(--color1);
    background: linear-gradient(0deg, rgba(42,26,40,1) 0%, rgba(38,26,50,1) 100%); 
    background: var(--color4);
    padding: .3vw 1vw;
    font-size: 20px;
    color: var(--text);
}

.dropdown-links {
    border-bottom-left-radius: 3vh;
    border-bottom-right-radius: 3vh;
    background: var(--color3);
    display: flex;
    flex-direction: column;
    gap: .25rem;
}
.dropdown-links a {
    color: var(--text-opacity);
}
.dropdown-links a:hover {
    color: var(--text);
}
.small-spacer {
    z-index: -9;
    height: 10vh;
    width: 0;
}
.spacer {
    z-index: -9;
    height: 50vh;
    width: 0;
}
.big-spacer {
    z-index: -9;
    height: 75vh;
    width: 0;
}

.transition-fade {
    top: 0;
    left: 0;
    margin: 0;
    position: absolute;
    z-index: -5;
    opacity: 1;
    transform: translateX(0);
    transition: 200ms ease-in-out;
}

html.is-animating .transition-fade {
    transform: translateX(10vw);
    opacity: 0;
    pointer-events: none;
}

html.swup-enebled {
    min-width: 0;
}

.main-title {
    margin: 0;
    position: absolute;
    top: 15vh;
    width: 75vw;
    left: 25vw;
    font-size: 10vh;
    z-index: -1;
    color: #fff;
}

.main-title span {
    font-size: 10vh;
}

.BUnderline,
.training a {
    color: var(--text);
    text-decoration: underline;
    text-decoration-thickness: 3px;
    text-decoration-color: #0000ff;
}

.main-title .BUnderline {
    color: #fff;
}

.arrowdown {
    animation: bounce 4s 2s ease-in-out infinite;
    font-size: 10vh;
    margin: 0;
}

.RhenenLink {
    color: #0000ff;
    font-size: 10vh;
    text-decoration: underline;
    text-decoration-thickness: 3px;
}

.fa-map-marker-alt {
    cursor: pointer;
    color: #0000ff;
    font-size: 10vh;
}

form {
    padding: 5vw;
    margin: 5vw;
    width: 80vw;
    background: var(--color2);
    border-radius: 2vw;
}

.grey {
    color: #444444;
}

form button {
    font-size: 1rem;
    list-style-type: none;
    background: var(--color3);
    padding: .5vw;
    margin: 2vw .5vw;
    width: auto;
    cursor: pointer;
}
form button:hover {
    border-color: #0000ff;
}

form h1 {
    color: var(--text);
    margin: 3vw 1vw 0;
    flex: 1 1 15em;
}

form div input,
form button,
form textarea,
form div h1 select,
.checkbox label,
.upload {
    display: flex;
    flex-direction: column;
    font-size: 15px;
    padding: .5vw;
    border-radius: 10px;
    display: list-item;
    border-style: solid;
    border-bottom-style: solid;
    border-width: 5px;
    border-color: var(--color4);
    background: var(--color3);
    color: var(--text);
    outline: 0;
    transition: ease-in-out 300ms;
}
form textarea {
    width: 100%;
}

form button, form textarea {
    margin: 1vw;
}

form div h1 input:hover,
form textarea:hover {
    border-color: #000088;
}
form div h1 input:focus,
form textarea:focus {
    /*box-shadow: var(--box-shadow);*/
    transition: ease-in-out 300ms;
    border-color: #0000FF;
}
form div h1 input, form div h1 select {
    width: calc(100% - 1vw);
}

form div h1 span {
    color: red;
}
.upload {
    padding: 0;
}
.upload:hover {
    border-color: #000088;
}
.upload:focus {
    border-color: #0000ff;
}

.upload input {
    display: none;
}

.upload::marker, .checkbox label::marker {
    color: var(--color2);
    transition: 300ms;
}

.upload label {
    padding: 0.5vw;
    display: block;
}

select,
label {
    cursor: pointer;
}

.datum {
    display: flex;
}
.datum select {
    flex: 1 1 30%;
    margin: 0 1%;
}

input[type="checkbox"] {
    display: none;
}

.checkbox label {
    border-color: var(--color4);
}

input[type=checkbox]:checked + label {
    border-color: #00ff00;
}

input[type=checkbox]:hover + label {
    border-color: var(--input);
}

.checkbox label::after {
    content: 'nee';
}

input[type=checkbox]:checked + label::after {
    content: 'ja';
}

.download-list {
    width: 90vw;
    display: flex;
    flex-direction: column;
    margin: 5vw;
    list-style-type:none;
}

.download-list a i{
    font-size: 1vw;
    margin: 10px;
}

.download-list a {
    border-radius: 5vh;
    line-height: 5vw;
    font-size: 1vw;
    background: var(--color2);
    /*box-shadow: var(--box-shadow-inset);*/
    border-style: none;
    border-bottom-style: solid;
    border-bottom-width: 5px;
    border-color: #024C97;
    margin: 1vw;
    padding: .5vw;
    cursor: pointer;
    pointer-events: all;
    border-radius: 5px;
    transition: 500ms ease-in-out;
}
.download-list a:hover {
    transition: 500ms ease-in-out;
    border-color: #ff8000;
    /*box-shadow: var(--box-shadow);*/
}

.download-list a img {
    border-radius: .5vw;
    transition: 1000ms ease-in-out;
    margin: 1vw;
    height: 7.5vh;
    float: left;
}

.download-list a img:hover {
    height: 75vh;
}

.teams-container {
    font-size: 20px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
    flex-wrap: wrap;
    flex: 50%;
    padding: 2.5vh;
    margin: 2.5vh;
    background: var(--color2);
    border-radius: 5vh;
    /*box-shadow: var(--box-shadow);*/
}

.teams-container a {
    padding: 2vh;
    margin: 1vh;
    color: var(--text);
    border: 5px var(--color3) solid;
    border-radius: 3vh;
    /*box-shadow: var(--box-shadow);*/
    transition: 500ms;
}

.teams-container a:hover {
    transform: scale(1.02);
}

.teams-container a img {
    float: right;
    width: 50%;
    border-radius: 1vh;
}

.team-header {
    pointer-events: all;
    width: 100vw;
    padding: 1vw;
    background: var(--color1);
}

.team-header img {
    /*box-shadow: var(--box-shadow);*/
    border-radius: 2vw;
    width: 40vw;
    float: left;
    margin: 2.5vw;
}

.team-text-title {
    /*box-shadow: var(--box-shadow);*/
    background: var(--color3);
    border-radius: 2vw;
    font-size: 30px;
    padding: 30px;
}

.team-text,
.team-text span,
.team-text a{
    color: var(--text);
    text-decoration-color: #0000ff;
    border-radius: 5px;
    right: 0;
    font-size: 20px;
    font-weight: 400;
    margin: 2vw 0;
}
.team-text {
    margin: 2vw 1vw;
}

.transition {
    width: 100vw;
    z-index: 10;
}

.Contributie {
    width: calc(827px/2);
    margin: 0 5vw;
    border-radius: 5px;
}

.marion {
    border-radius: 5px;
    width: calc(229px/2);   
}

.contact-marion {
    cursor: pointer;
    pointer-events: all;
}

.cta {
    top: 50vh;
    left: 70vw;
    font-size: 40px;
    position: absolute;
    pointer-events: all;
    cursor: pointer;
    color: #fff;
    text-decoration-thickness: 5px;
}


footer > div {
    flex-wrap: wrap;
    /*box-shadow: var(--box-shadow);*/
    background: var(--color3);
    border-top-left-radius: 2.5vh;
    border-top-right-radius: 2.5vh;
    margin: 2.5vw;
    margin-bottom: 0;
    text-align: center;
    display: flex;
    flex-direction: row;
}

footer div img {
    height: 30px;
    width: auto;
    margin: .5vw;
}

footer div a,
footer div div{
    border-top-left-radius: 2.5vh;
    border-top-right-radius: 2.5vh;
    margin-bottom: 0;
    flex: auto;
    padding: 1vw;
    transition: 500ms;
}

footer div a:hover,
footer div div {
    background: var(--color4);
    transition: 500ms;
    /*box-shadow: var(--box-shadow);*/
}

.vandaag {
    text-align: center;
    color: #ff0000;
    border-radius: 2.5vh;
}

hr {
    width: 100vw;
    color: #ff0000;
}

#icon {
    cursor: pointer;
    filter: invert(50%);
    height: 5vh;
    width: 5vh;
}

#theme-button {
    opacity: .5;
    height: 5vh;
    width: 5vh;
    padding: 1vh;
    margin: 1vh;
    position: fixed;
    top: 90vh;
    left: 0;
    border-radius: 25%;
    background-color: var(--color1);
    border: .5vh solid var(--color3);
}

#theme-button:hover {
    opacity: 1;
}

.btn {
    color: var(--text);
}

.search-button {
  padding: 0;
  margin: 1vh;
  width: 5vh;
  height: 5vh;
  background: none;
  border: none;
  cursor: pointer;
}

.search {
  opacity: .5;
  position: fixed;
  top: 90vh;
  right: 0;
  background: var(--color1);
  border: .5vh solid var(--color3);
  border-radius: 25%;
  margin: 1vh;
}

.search:hover {
    opacity: 1;
}

i {
  color: #808080;
  font-size: 4vh;
}

.search-container {
  position: absolute;
  display: none;
  opacity: 0;
  width: 75vw;
  height: 75vh;
  overflow-y: scroll;
  top: -40vh;
  left: -45vw;
  transform: translate(-50%, -50%);
  background-color: var(--color1);
  border-radius: 2rem;
  animation: search 1000ms alternate-reverse;
}

.search.active > .search-container {
  display: block;
  animation: search 1000ms both;
}

.search-wrapper {
  display: flex;
  flex-direction: column;
  margin: 1rem;
}

input {
  border: 5px solid var(--color3);
  background: var(--color1);
  font-size: 1rem;
  border-radius: 1rem;
  padding: .5rem;
  color: var(--text);
}

.user-cards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 1vh;
  margin: 1rem;
}

.card {
  border: 5px solid var(--color3);
  background: var(--color1);
  padding: .5rem;
  border-radius: 1rem;
}

.card > * {
    color: var(--text);
    word-wrap: break-word;
    word-break: break-all;
}

.site {
    border-bottom: var(--color3) solid 5px;
    border-top: var(--color3) solid 5px;
}

.hide {
  display: none;
}

.url {
    color: #0000ff;
    text-decoration: underline;
    text-decoration-color: #00f;
    text-decoration-thickness: 2px;
}
.url:hover {
    text-decoration-thickness: 3px;
}

.img {
    border-radius: 1vh;
    width: 100%;
}

@keyframes search {
  0% {
    opacity: 0;
    transform: translate(-10%, -10%);
    scale: .1;
  }
  100% {
    scale: 1;
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}






@media screen and (min-width: 801px) {
    form div {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    .dropdown:hover > .link + .dropdown-menu {
        opacity: 1;
        pointer-events: all;
        transform: translateY(0px);
    }
}

@media screen and (max-width: 800px) {
    body {
        background-size: cover;
    }
    .Information-grid {
        flex-direction: column;
        gap: 2rem;
    }
    .main-title,
    .main-title span,
    .RhenenLink, .main-title p, 
    .fa-map-marker-alt {
        top: 10vw;
        left: 5vw;
        font-size: 10vw;
    }
    .logo {
        display: none;
    }
    .team-text,
    .team-text span {
        font-size: 2.5vw;
    }
    .link {
        font-size: 3.5vw;
    }
    form input,
    form textarea,
    form button,
    form textarea {
        width: 100%;
    }
    .intro-container {
        margin: 5vw;
        padding: 5vw;
        width: 80vw;
    }
    .intro-text {
        text-align: center;
    }
    .intro-title {
        text-align: center;
    }
    .intro-title::after {
        width: 50vw;
    }
    .download-list a, .download-list a i{
        font-size: 2vw;
    }
    .main-title {
        margin: 0;
        position: absolute;
        top: 10vh;
    }
    .team-text-title {
        font-size: 8vw;
        padding: 5vw;
    }
    
    .team-text, .team-text span, .team-text a{
        border-radius: 5px;
        right: 0;
        font-size: 5vw;
        margin: 1vw;
    }
    .team-foto {
        /*box-shadow: var(--box-shadow);*/
        border-radius: 2vw;
        width: 90vw;
        float: left;
        margin: 2.5vw;
    }
    .dropdown.active > .link {
        color: white;
    }
    
    .dropdown.active > .dropdown-menu {
        opacity: 1;
        transform: translateY(0px);
        pointer-events: auto;
    }
    .cta {
        font-size: 10vw;
        left: 35vw;
        top: 55vh;
    }
    .Contributie {
        width: 70vw;
    }
    .nieuws-header p,
    .nieuws-header h1 {
        text-align: center;
    }
    footer > div {
        font-size: 2vw;
    }
}

@keyframes bounce {
    0% {
        transform: translatey(0);
    }
    20% {
        transform: translatey(1vw);
    }
    40% {
        transform: translatey(0);
    }
    100% {
        transform: translatey(0);
    }
}
@keyframes bg {
    0% {
        opacity: 0;
    }
    3% {
        opacity: 0;
    }
    20% {
        left: 0vw;
        opacity: 0;
    }
    23% {
        opacity: 1;
    }
    40% {
        opacity: 1;
    }
    43% {
        left: -10vw;
        opacity: 0;
    }
    60% {
        opacity: 0;
    }
    63% {
        opacity: 0;
    }
    80% {
        opacity: 0;
    }
    83% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}