html,
body {
    margin: 0;
    height: 100%;
    min-height: 100%;
}

body {
    background-color: #fcefe1;
    display: flex;
    flex-direction: column;
}

.menu {
    display: table;
    flex: none;
    height: 5em;
    padding-bottom: 20px;
    padding-left: 3em;
    padding-right: 3em;
    width: 100%;
}

.menu > span {
    color: #c9e2bf;
    display: table-cell;
    font-family: veneer-two,sans-serif;
    font-size: 1.7rem;
    text-align: center;
    vertical-align: middle;
}

.menu > span.svg {
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 20px;
}

.menu > span.svg > img {
    width: 140px;
}

.menu > span.active {
    color: rgb(73,58,42,0.7);
    text-decoration: underline;
}

.menu > span.item:hover {
    cursor: pointer;
    text-decoration: underline;
}

.menu > span.colofon > img {
    padding-bottom: 2px;
}
.menu > span.colofon > img:hover {
    border-bottom: solid 1px black;
    cursor: pointer;
    padding-bottom: 1px;
}

.navbar {
    background-color: transparent !important;
    font-family: veneer-two,sans-serif;
    font-size: 1.7rem;
}

body.mobile .navbar {
    font-size: 150%;
}

.navbar .dropdown-menu {
    font-size: 70%;
}

button.navbar-toggler {
    font-size: 100%;
}

.navbar-collapse {
    background-color: transparent;
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgb(73,58,42,0.7);
}

.navbar .dropdown-menu {
    background-color: rgb(0,0,0,0.6) !important;
    z-index: 2000;
}

.navbar-light .navbar-nav .nav-link {
    color: #576535;
}

.navbar * {
    z-index: 1500;
}

.navbar .dropdown-menu .dropdown-item {
    color: rgb(201,226,191,1.0);
    text-decoration: none;
}

.navbar .dropdown-menu .dropdown-item:hover {
    background-color: rgb(201,226,191,1.0);
    color: rgb(73,58,42,0.7);
}

.navbar .dropdown-menu .dropdown-item.active {
    background-color: rgb(201,226,191,1.0);
    color: rgb(73,58,42,0.7);
    text-decoration: underline;
}

.navbar .nav-item > a {
    color: rgb(201,226,191,1.0);
    text-decoration: none;
}

.navbar .nav-item.active > a {
    color: rgb(73,58,42,0.7);
    text-decoration: underline;
}

.navbar a.colofon {
    color: #576535;
    font-size: 1.7rem;
    text-decoration: none;
    padding-right: 0.6em;
    vertical-align: middle;
}

.navbar a.colofon:hover {
    color: rgb(73,58,42,0.7);
    text-decoration: none;
}

.main {
    -webkit-overflow-scrolling: touch;
    flex: auto;
    height: 100%;
    width: 100%;
    overflow-y: scroll;
}

.main > div {
    display: table;
    height: 100%;
    width: 100%;
}

.main .themas {
    text-align: center;
    display: table-cell;
    position: relative;
    vertical-align: middle;
    width: 100%;
}

.main .navigatie {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
}

.main .navigatie .pijlen .vorige,
.main .navigatie .pijlen .volgende {
    height: 100%;
    width: 20%;
    text-align: center;
    vertical-align: middle;
}

.main .navigatie .pijlen .action {
    height: 100%;
    width: 60%;
}

.main .navigatie .pijlen .vorige {
    padding-left: 2em;
    text-align: left;
}

.main .navigatie .pijlen .volgende {
    padding-right: 2em;
    text-align: right;
}

.main .navigatie .pijlen .vorige span,
.main .navigatie .pijlen .volgende span {
    background: none;
    padding: 40pt;
}

.main .navigatie .pijlen img {
    opacity: 1;
    transition: opacity 1s;
    width: 35%;
}

@media only screen and (max-width : 1024px) {
    .main .navigatie .pijlen img {
        width: 40%;
    }
}

@media only screen and (max-width : 800px) {
    .main .navigatie .pijlen img {
        width: 50%;
    }
}

@media only screen and (max-width : 600px) {
    .main .navigatie .pijlen img {
        width: 60%;
    }
}

.main .navigatie .pijlen img.hidden {
    opacity: 0.5;
}

.main .navigatie .dropdown {
    padding-bottom: 1em;
    text-align: center;
    width: 100%;
}

.main .navigatie .dropdown select {
    float: none;
    width: auto;
}

body .wachten,
body .play {
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1500;
}

body .wachten td,
body .play td {
    background-color: #fcefe1;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    width: 100%;
}

body .play {
    background-color: transparent;
    display: none;
}

body .play td {
    background-color: transparent;
    opacity: 0.3;
}

.koffievideo {
    z-index: 1;
}

.modal-header {
    border-bottom: none;
}

.modal-header img {
    height: auto;
    max-width: 100%;
    width: auto;
}

@media only screen and (max-width : 600px) {
    .modal-header > button > svg {
        height: 3em;
        width: 3em;
    }
}

.modal {
    padding: 0 !important;
    z-index: 10000;
}

.modal .modal-dialog {
    width: 100%;
    max-width: none;
    height: 100%;
    margin: 0;
}

.modal .modal-content {
    background-color: #fcefe1;
    height: 100%;
    border: 0;
    border-radius: 0;
}

.modal .modal-body {
    overflow-y: auto;
    text-align: center;
}

.modal video {
    max-height: 100%;
    max-width: 100%;
}

.modal .close {
    width: 5%;
}

body.mobile .modal .close {
    width: 10%;
}

.template {
    display: none;
}

.carousel-control-next-icon {
    background-image: url('../assets/volgende.png') !important;
    height: 89px;
    width: 89px;
}

.carousel-control-prev-icon {
    background-image: url('../assets/vorige.png') !important;
    height: 89px;
    width: 89px;
}
