body {
    background-color: #464646;
}

/* Vaste achtergrond via pseudo-element: werkt ook op iOS waar
   background-attachment:fixed niet wordt ondersteund. */
body::before {
    content: '';
    position: fixed;
    inset: 0;
    background-image: url("/images/websiteachtergrond.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}

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

div.rolmenu {
    position: fixed;
    z-index: 20;
    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.groentemenu {
    position: fixed;
    z-index: 20;
    bottom: 47px;
    max-width: 100%;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    background-color: white;
    opacity: 0.9;
}

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

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

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: 0px;
    border-collapse: separate;
}
th {
    text-align: left;
    background-color: #fba500;
}
th, td, input {
    padding: 5px;
    border: 3px solid white;
    border-radius: 10px;
}
tr:nth-child(even) {
    background-color: #fba500;
}
tr:nth-child(odd) {
    background-color: #fcca7c;
}

.boven_liggend {
    width: 20%;
    height: 20%;
    margin-right: 10px;
    float: left;
}

.boven_liggend::after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.groente_neutraal {
    float: left;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('/files/ico/knop_Groente_neutraal.svg');
}

.groente_neutraal p {
    margin: 0;
    transform: translate(0%, 100%);
}

.mand_vol {
    float: left;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('/files/ico/Tas_vol.svg');
}

.mand_vol p {
    margin: 0;
    transform: translate(0%, 100%);
}

.klant_gegevens {
    display: block;
    padding: 20px;
    max-width: 400px;
    float: left;
}

.klant_bestelling {
    display: block;
    padding: 20px;
    max-width: 500px;
    float: left;
}

.klant_diversen {
    display: block;
    padding: 20px;
    max-width: 400px;
    float: left;
}

.knop {
    width: 100%;
    background-color: #fcca7c;
    -webkit-appearance: none;
    border-radius: 10px;
    padding: 5px;
    border-color: #fba500;
    border-width: 3px;
    color: black;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
}

.gwknop {
    width: 100%;
    background-color: #b0c15c;
    -webkit-appearance: none;
    border-radius: 10px;
    padding: 5px;
    border-color: #7d9262;
    border-width: 3px;
    color: black;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
}

td.claimsessie {
    border-style: solid;
    border-width: 10px;
    border-color: blue;
}

td.bevestigsessie {
    border-style: solid;
    border-width: 10px;
    border-color: green;
}
