﻿@charset "UTF-8";
@import url(//fonts.googleapis.com/css?family=Open+Sans);
@import url(//fonts.googleapis.com/css?family=Ubuntu:400,500,700&amp;display=swap);

@font-face {
    font-family: Walkway Expand;
    src: url(/fonts/WalkwayExpandUltraBold.ttf);
}

body, html {
    margin: 0;
    padding: 0;
    border: 0;
    text-decoration: none;
    font-family: Open Sans;
    font-size: 12px;
    line-height: 1.6;
    color: rgb(80, 80, 80);
    height: 100%;
    letter-spacing: 0.04em;
}

a {
    text-decoration: none;
    color: rgb(11, 11, 11);
}

.fontsmall
{
    font-size: 12px;
}
.indexbody {
    margin: 0;
    padding: 0;
    border: 0;
    text-decoration: none;
    font-family: Open Sans;
    font-size: 0.96em;
    letter-spacing: 0.04em;
    line-height: 1.6;
    color: rgb(80, 80, 80);
    width: 100%;
    height: 100%;
    background: url(../assets/wiki-nl-2023.jpg) no-repeat center center fixed;
    background-size: cover;
}
.headbar {
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    background: rgba(17,17,17,0.6);
    color: white;
    position: relative;
    border: none;
    top: -2px;
}

.button1 {
    border: solid 1px rgba(100,100,100, 0.9);
    background-color: rgba(180,180,180, 0.9);
    border-radius: 3px;
    color: white;
    text-align: center;
    max-width: 200px;
    padding: 5px 10px 5px 10px;
    font-weight: normal;
}

    .button1:hover {
        background-color: rgb(160,160,160);
    }

.titlebar {
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    background: rgba(87,87,87,0.6);
    color: white;
    margin-bottom: 10px;
}
.itemimage {
    margin-top: 8px;
    height: 260px;
    width: calc(100% -16px);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 3px;
}
.itemimageSmall {
    margin: 8px 8px 0px 8px;
    height: 70px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 2px;
}

.itemimage2 {
    height: 260px;
    width: calc(100% -0px);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.itemname {
    font-family: Ubuntu;
    letter-spacing: 0.06em;
    font-size: 100%;
    font-weight: 500;
    background-color: rgba(255,255,255, 0.8);
    padding: 1px 4px 1px 4px;
    border-radius: 2px;
    margin: 15px auto auto 30px;
    position: absolute;
}
.itemname1 {
    font-family: Ubuntu;
    letter-spacing: 0.06em;
    font-size: 100%;
    font-weight: 500;
    background-color: rgba(255,255,255, 0.8);
    padding: 1px 4px 1px 4px;
    border-radius: 2px;
    margin: 15px auto auto 30px;
}

.modal {
    display: none; /* Verberg de modal standaard */
    position: fixed; /* Blokkeert de pagina */
    z-index: 1; /* Zorg ervoor dat het bovenaan staat */
    left: 0;
    top: 0;
    width: 100%; /* Volle breedte */
    height: 100%; /* Volle hoogte */
    background-color: rgba(0, 0, 0, 1.0); /* Zwarte achtergrond met transparantie */
}

.modal-content {
    position: absolute; 
    background-color: #fefefe;
    margin: 80px auto; /* 15% vanaf boven */
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Breedte voor de modal inhoud */
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); /* Schaduw voor diepte */
}

.close {
    position:absolute;
    right: 20px;
    top: 20px;
    z-index: 2;
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

    .close:hover,
    .close:focus {
        color: black;
    }

/* z1====================================================================================First: phone */
.mobilenot {
    display: none;
}

.mobileonly {
    display: block;
}

.mobilemenu {
    width: 25px;
    height: 25px;
    margin: 15px 15px auto auto;
}
.title {
    width: calc(100% - 70px);
    text-align: center;
    font-size: 180%;
    font-family: Walkway Expand;
    letter-spacing: 2px;
    color: white;
    text-transform:uppercase;
}

.titlecat {
    font-size: 120%;
    font-family: Walkway Expand;
    letter-spacing: 1px;
    color: white;
    font-weight: bold;
    margin-left: 10px; 
}

.btnon {
    background-color: rgba(3,138,255,0.7);
    color: white;
    border: solid 0px black;
    border-radius: 2px;
    padding: 3px;
}

.btnoff {
    background-color: rgba(255,255,255,0.7);
    color: black;
    border: solid 0px black;
    border-radius: 2px;
    padding: 3px;
}
.btnon:hover {
    background-color: rgba(190,190,190,0.7);
}
.btnoff:hover {
    background-color: rgba(190,190,190,0.7);
}

.headbar {
    width: 100%;
    height: 50px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    background: rgba(17,17,17,0.6);
    color: white;
}
.center {
    position: relative;
    height: calc(100% - 100px);
    max-width: 600px;
    width: 100%;

}
.footerbar {
    width: 100%;
    height: 50px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    background: rgba(255,255,255,1.0);
    bottom: 0px;
    position: fixed;
    border-top:groove 1px black;
}

/* z2 ==================================================================================second: tablet*/
@media screen and (min-width: 768px) {
    .mobilenot {
        display: block;
    }

    .mobileonly {
        display: none;
    }

    .logo {
        height: 40px;
    }

    .title {
        font-size: 190%;
        font-family: Walkway Expand;
        letter-spacing: 2px;
        margin: 10px;
        color: white;
        text-transform: uppercase;
    }
    .titlecat {
        font-size: 160%;
        font-family: Walkway Expand;
        letter-spacing: 1px;
        color: white;
        margin-left: 35px;
    }

    .btnon {
        font-size: 0.9em;
    }

    .btnoff {
        font-size: 0.9em;
    }
    .headbar {
        width: 100%;
        height: 60px;
        text-align: center;
        background: rgba(17,17,17,0.6);
        color: white;
    }
    .center {
        height: calc(100% - 130px);
    }
    .footerbar {
        height: 70px;
    }
}
/* z3===============================================================================Third: medium screen */
@media (min-width: 1000px) {

}
    