@import url("https://fonts.googleapis.com/css?family=Roboto");

:root {
    --dominante: #0F6FEF;
    --secundaire: #4276BC;
    --accent: #0093BE;
    --forms: #e1e6ee;
    --wit: #ffffff;
    --tekstkleur: #000;
    font-size: 16px;
}

* {
padding: 0px 8px 0px 8px;
}

body {
    font-family: Roboto, sans-serif;
    font-weight: 200;
    font-size: 14px;
    line-height:1.5;
    color: var(--tekstkleur);
}

nav ul li {
    list-style-type: none;
}

nav ul li a {
    font-size: 1.2rem;
    color: var(--dominante);
    text-decoration: none;
    cursor: pointer;
}

nav ul li a:hover,
nav ul li a:focus {
    font-size: 1.5rem;
}

nav ul {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

body main{
    display: flex;
    flex-wrap: initial;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 100%;
    text-align: center;
}

@media screen and (max-width: 600px) {
    nav ul {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        align-items: stretch;
        text-align: center;
    }
}

h1 {
    color: var(--secundaire);
    font-size: 1.2rem;
    font-weight: 300;
}
h2 {
    color: var(--tekstkleur);
    font-size: 1rem;
    font-weight: 300;
}

.accordion {
    width: 100%;
}

.vraag{
    display:flex;
    flex-direction: column;
    align-items: stretch;
    opacity: 80%;
}

.antwoord {
    width: 100%;
    height: auto;
    display: none;
    background-color: var(--wit);
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.4);
}

.vraag label{
    width: 100%;
    cursor: pointer;
    background-color: #000;
    color: #fff;
    transition: background-color ease 2.10s;
}
.vraag [type="checkbox"] {
    display: none;
}

.vraag [type="checkbox"]:checked + label {
    background-color: #fff;
    color: #0067b8;
    border-top: 4px solid #0067b8;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.4);
}

.vraag [type="checkbox"]:checked + label + .antwoord {
    display: block;
}

footer {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: -1;
}

footer img {
    margin: 0px;
    padding: 0px;
    width: 100%;
}

form fieldset {
    text-align: center;
    border-radius: 10px;
    padding-top: 50px;
    padding-bottom: px;
    font-size: 1rem;
    background-color: var(--forms);
    opacity: 70%;
    position: relative;
}

form fieldset .cancel-button {
    position: absolute;
    top: 4px;
    right: 10px;
    font-size: 1.5rem;
    border-radius: 50%;
    background-color: var(--button);
    text-decoration: none;
}

.container {
    border-radius: 5px;
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(150px, 1fr));
    grid-gap: 1em;
}
header {
    border-radius: 5px;
    grid-column: 1/4;
}
header>div{
    border: solid 1px white;
    border-radius: 5px;
    text-align: center;
}
aside {
    border: solid 1px white;
    border-radius: 5px;
    grid-column: 1/2;
    grid-row: 2;
    margin-top: 20%;
    padding-top: 50%;
}

footer {
    border: solid 1px white;
    border-radius: 5px;
    grid-column: 1/5;
    grid-row: 2;
    padding-top: 10%;
}
h2 {
    color: white;
}
.grid-container {
    display: grid;
    border: solid 1px black;
    margin-bottom: 15px;
  }
.grid-item {
    display: grid;
    border: solid 1px black;
}
.fotogrid {
    display: grid;
    border: solid 1px black;
}
.search-bar {
    width: 200px;
    margin-left: 150px;
}

#zoektekst {
    width:100%;
    border: 3px solid #0f6fef;
    padding: auto;
    height: 20px;
    border-radius: 5px;
    outline: none;
    color: #4276bc;
}

#zoektekst:focus {
    font-size: 1.1rem;
}

#grid {
    width: 500px;
    display: grid;
    grid-template-columns: auto auto auto; 
    grid-template-rows: auto auto;
}

#grid .cell {
    background: #e2e9eb;
    border: 1px solid white;
    padding: 10px;
    opacity: 50%;
}

main {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.slider {
    display: flex;
    justify-content: center; 
    align-items: center;
    overflow: hidden;
    position: relative;
    width: 100%;
    max-width: 800px;
    margin: 0 auto; 
}

.slide {
    width: 100%;
    height: 350px;
    display: flex;
    justify-content: center; 
    align-items: center; 
    transition: transform 0.5s;
}

.slider img {
    width: 100%; 
    height: auto;
}

.btn-container {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}

.btn {
    z-index: 1;
    cursor: pointer;
    background-color: white;
    font-size: 23px;
}

.btn:active {
    transform: scale(1.1);
}

#btn-prev {
    right: 2%;
}
.tabs {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.tabs label {
    opacity: 0.4;
    width: 100%;
    justify-content: center;
    padding: 1rem 2rem;
    margin-right: 0.4rem;
    cursor: pointer;
    background-color: black;
    color: white;
    font-size: 1.2rem;
    font-weight: 500;
    transition: background-color ease 0.3s;
}

.tabs .tab {
    flex-grow: 1;
    width: 100%;
    height: auto;
    display: none;
    padding: 1rem 2rem;
    color: black;
    background-color: #fcfbfb;
    box-shadow: 3px 3px 3px 5px rgba(0,0,0,0.8);
}

.tabs [type="radio"] {
    display: none;
}

.tabs [type="radio"]:checked + label {
    background-color: white;
    color: #0067b8;
    border-top: 4px solid #0067b8;
    box-shadow: 4px 4px 4px 4px rgba(0,0,0,0.8);
}

.tabs [type="radio"]:checked + label + .tab {
    display: block;
    opacity: 0.5;
}

@media (min-width: 768px) {
    .tabs label {
        order: 1;
        width: auto;
    }

    .tabs .tab {
        order: 2;
    }
}

.profielcontainer {
    width: 300px;
    height: 400px;
    margin: auto; 
    border: 1px solid black;
}

.profielcontainer img {
    margin-top: 100px;
    width: 150px;
    height: 200px;
}
.urlinput {
    width: 10px;
}
#hamburger {
    opacity: 0;
}

.hamburger_btn {
    position: fixed;
    top: 26px;
    left: 26px;
    width: 26px;
    height: 26px;
    cursor: pointer;
    z-index: 1;
}

.hamburger_btn > span,
.hamburger_btn > span::before,
.hamburger_btn > span::after{
    display: block;
    position: absolute;
    width: 100%;
    height: 5px;
    background-color: #616161;
    transition-duration: 1s;
}

.hamburger_btn > span::before {
    content: '';
    top: -12px;
    left: 0px;
}
.hamburger_btn > span::after{
    content: '';
    top: 12px;
    left: 0px;
}

.hamburger_menu {
    display: block;
    position: fixed;
    top: 0;
    left: -100%;
    width: 200px;
    height: 100%;
    margin: 0;
    padding: 80px 0;
    list-style: none;
    background-color: #ECEFF1;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, .4);
    transition-duration: 1s;
}

.menu_item {
    display: block;
    padding: 12px 24px;
    color: #333;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 300;
    text-decoration: none;
    transition-duration: .25s;
}

.menu_item:hover {
    background-color: #CFD8DC;
}

#hamburger:checked + .hamburger_btn > span {
    transform: rotate(45deg);
}
#hamburger:checked + .hamburger_btn > span::before {
    top: 0;
    transform: rotate(0deg);
}
#hamburger:checked + .hamburger_btn > span::after {
    top: 0;
    transform: rotate(90deg);
}

#hamburger:checked ~ .hamburger_menu {
    left: 0 !important;
}