body {
    background-image: url("/images/websiteachtergrond.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-color: #464646;
}

div.menu {
    position: fixed;
    opacity: 0.9;
    top: 0vh;
    width: 100%;
    height: 30px;
    font-size: 1.5em;
    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.groentemenu {
    position: fixed;
    bottom: 47px;
    max-width: 100%;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    background-color: white;
    opacity: 0.9;
}

div.logos {
    position: fixed;
    opacity: 0.9;
    bottom: 0vh;
    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: #ffffff;
    background: rgba(255, 255, 255, 0.9);
    word-wrap: break-word;
    padding: 5px;
    border-radius: 5px;
}

a:-webkit-any-link {
    text-decoration: bold;
    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;
}

.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; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-image: url('/files/ico/knop_Groente_neutraal.svg');
}

.groente_neutraal p {
    margin: 0;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(0%, 100%);
}

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

.mand_vol p {
    margin: 0;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    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: 6px;
    border-color: #fba500;
    border-width: 6px;
    color: black;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    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;
}
