body {
    background-image: url("/static/images/websiteachtergrond.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-color: #464646;
    height: 100vh;
    width: 100vw;

}

div.menu {
    position: fixed;
    opacity: 0.9;
    top: 0;
    width: 100%;
    height: 20px;
    font-size: 1.5em;
    border: 6px solid white;
    background-color: white;
    display: flex;
    justify-content: space-evenly;

}

div.rolmenu {
    position: fixed;
    top: 30px;
    max-width: 100%;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    background-color: white;
}

span.actiefitem {
    background-color: #fba500;
    cursor: pointer;
    font-weight: bold;
    color: #7d9262;
    font-size: 1.2em;
}

span.actiefitem:hover {
    color: #fba500;
    background-color: #fba500;
    cursor: pointer;
    font-weight: bold;
    font-size: 1.2em;
}

span.passiefitem {
    background-color: #fcca7c;
    cursor: pointer;
    font-weight: bold;
    color: #7d9262;
    font-size: 1.2em;
}

span.passiefitem:hover {
    color: #fba500;
    background-color: #fcca7c;
    cursor: pointer;
    font-weight: bold;
    font-size: 1.2em;
}

div.logos {
    position: fixed;
    opacity: 0.9;
    bottom: 0;
    width: 100%;
    height: 35px;
    border: 6px solid white;
    background-color: white;
    display: flex;
    justify-content: space-evenly;
}

#content, #contentbreed, .overpakketen {
    font-family: 'Titillium Web', sans-serif;
    color: #000000;
    background: #ffffff;
    background: rgba(255, 255, 255, 0.9);
    word-wrap: break-word;
    padding: 5px;
    border-radius: 5px;
}

a:-webkit-any-link {
    text-decoration: overline;
    color: #7d9262;
}

a:link {
    text-decoration: none;
    font-weight: bold;
    color: #7d9262;
}

a:hover, a:visited:hover {
    text-decoration: none;
    color: #fba500;
}

a:visited {
    text-decoration: none;
    color: #7d9262;
}

table, input {
    width: 100%;
    border-spacing: 3px;
    border-collapse: separate;
}
th {
    text-align: left;
    background-color: #fba500;
}
th, td, input {
    padding: 3px;
    border-radius: 3px;
}
tr:nth-child(even) {
    background-color: #fba500;
}
tr:nth-child(odd) {
    background-color: #fcca7c;
}

.knop {
    width: 100%;
    background-color: #fcca7c;
    -webkit-appearance: none;
    border-radius: 6px;
    border-color: #fba500;
    border-width: 6px;
    color: black;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
}

.gwknop {
    background-color: #B0C15C;
    -webkit-appearance: none;
    border-radius: 1px;
    border-color: lightslategray;
    border-width: 1px;
    color: black;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
}
