* {
    font-family: sans-serif;
    margin: 0;
    padding: 0;
}
a {
    color: inherit;
}

body {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: rgb(230,230,230);
    background: #f00;
    overflow-y: scroll;
}

iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    border: none;
    padding: 0;
    margin: 0;
    background: rgb(230,230,230);
}

.center {
    text-align: center;
}

.menu {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    max-height: 100vh;
    overflow: hidden;
    transition: width 0.5s;
    pointer-events: none;
    z-index: 10;
}
.menu * {
    opacity: 0;
}
.menu:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 50px;
    top: 100%;
    left: 0;
}

.menu button, .menu .main, .menu .showButton {
    position: relative;
    border: none;
    outline: none;
    background: none;
    color: #000;
    font-size: 40px;
    float: right;
    padding: 10px;
    padding-bottom: 3px;
    cursor: pointer;
    white-space: nowrap;
    flex-grow: 1;
}
span.showButton {
    width: 100%;
    text-align: center;
    margin-left: -10px;
    margin-right: -10px;
    margin-top: -10px;
}
.menu .showButtonDropdown {
    flex-grow: 1;
    padding: 10px;
    padding-bottom: 3px;
}
.menu .menuWrapper > button, .menu .menuWrapper .showButton {
    border-bottom: 3px solid #f00;
    background: rgb(230,230,230);
}
.menu button:hover, .menu .showButton:hover, .slideout button.highlight, .showButton.highlight {
    color: #f00;
}

.menu button .datePreview, .menu .showButton .datePreview, .menu button .aboutButton {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgb(230,230,230);
    font-size: 20px;
    justify-content: center;
    align-items: center;
    display: none;
}
.menu button .datePreview, .menu .showButton .datePreview {
    margin-top: 5px;
}
.menu button .aboutButton {
    padding: 10px;
    font-size: 40px;
    text-align: center;
    box-sizing: border-box;
}
.menu button:hover .datePreview, .menu .showButton:hover .datePreview {
    display: flex;
}

.menu .showDropdown {
    z-index: 1;
    background: rgba(230,230,230,1);
    width: 0;
    min-width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin-top: 67px;
    visibility: hidden;
}
.menu .showButtonDropdown:hover .showDropdown {
    visibility: visible;
}
.menu .showDropdown button {
    background: rgba(230,230,230,1);
    border: 3px solid #f00;
    border-bottom: none;
    flex-shrink: 0;
    padding: 10px;
    font-size: 30px;
}
.menu .showDropdown button:last-of-type {
    border-bottom: 3px solid #f00;
}

.menu .main {
    position: relative;
    border-left: 3px solid #f00;
    opacity: 1;
    pointer-events: all;
    background: rgba(230,230,230,1);
    margin-bottom: -3px;
    color: #f00;
    font-size: 20px;
    cursor: default;
    padding: 0;
    margin: 0;
}
.menu .main:hover .aboutButton {
    display: block;
}
.about.active ~ .menu .main:hover .aboutButton {
    display: none;
}
.menu .slideout, .menu.open > .slideout {
    position: relative;
    overflow-x: scroll;
    height: auto;
    pointer-events: none;
}
.menu .slideout > *:not(.slideout) {
    /*pointer-events: all;*/
}
.menu .menuWrapper {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
    overflow: visible;
    height: 100vh;
    pointer-events: none;
}
.menu .menuWrapper > *{
    pointer-events: all;
}
.menu .menuWrapper::after {
    content: ' ';
}

.menu:hover > *:not(.slideout), .menu.open > *:not(.slideout) {
    pointer-events: all;
}
.menu:hover *, .menu.open * {
    opacity: 1;
}

.menu:hover .main, .menu.open .main {
    border-color: rgba(255,0,0,0);
    border-bottom: none;
}
.menu:hover .main::before, .menu.open .main::before {
    content: "";
    position: absolute;
    background: linear-gradient(to left, rgba(230,230,230,1) 0%, rgba(230,230,230,0) 100%);
    height: 100%;
    width: 40px;
    top: 0;
    left: -40px;
    z-index: 1;
    pointer-events: none;
    border-bottom: 3px solid #f00;
    box-sizing: border-box;
}
.menu:hover .main, .menu.open .main {
    font-size: 40px;
    margin: 0;
    padding: 0;
}
.menu .main .logo {
    display: block;
    font-size: 40px;
    padding: 10px;
    padding-bottom: 3px;
    background: rgba(230,230,230,1);
    border-bottom: solid 3px rgba(255,0,0,1);
    opacity: 1;
}
.menu .aboutDropdown {
    position: absolute;
    right: 10px;
    width: calc(100% - 10px);
    visibility: hidden;
    z-index: 1;
    background: rgba(230,230,230,1);
    border: 3px #f00 solid;
    top: calc(100% + 15px);
}
.menu .aboutDropdown::before {
    position: absolute;
    content: "";
    top: -25px;
    left: 0;
    width: 100%;
    height: 25px;
}
.menu .main:hover .aboutDropdown:not(.touch-mode), .menu .aboutDropdown.active {
    visibility: visible;
}
.aboutDropdown button {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 30px;
    box-sizing: border-box;
}
.aboutDropdown button:not(:last-child) {
    border-bottom: 3px solid #f00;
}

article {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 90%;
    max-width: 1200px;
    height: calc(100% - 70px);
    overflow-y: scroll;
    display: none;
    padding-bottom: 100px;
    padding-top: 80px;
    margin-top: 70px;
    box-sizing: border-box;
    background: rgb(230,230,230);
}

article.active {
    display: block;
}
h1, h2 {
/*    text-align: center;*/
    font-weight: normal;
}
h1 {
    font-size: 40px;
}
h2 {
    font-size: 30px;
    margin-bottom: 20px;
    margin-top: 20px;
}
h3.programme {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 28px;
    margin-top: -12px;
}
p.login {
    margin-top: 10px;
    margin-bottom: 50px;
}
h2.date, h2.closed {
    margin-top: 20px;
}
h3 {
    font-weight: normal;
    font-size: 40px;
}
h4 {
    font-weight: normal;
    font-size: 35px;
    margin-left: 220px;
}
span.h {
    font-size: 24px;
    display: block;
}
li {
    list-style-type: none;
}
a:hover {
    color: #f00;
}
p {
    font-size: 20px;
    margin-bottom: 20px;
}
p.footer {
    text-align: center;
    color: #555;
    font-size: 18px;
}
p.timezone {
    margin-bottom: 50px;
}
.archive > ul > li {
    margin-bottom: 50px;
}

.archive li.show {
    margin-top: 10px;
    margin-bottom: 10px;
    cursor: pointer;
}
.archive li.show:hover {
    color: #f00;
}
article.closedShow h4 {
    margin-bottom: 45px;
}

.archive, .about, .closedShow, .festival {
    scrollbar-color: rgba(255,0,0,1) rgba(0,0,0,0);
    scrollbar-width: thick;
}
.about::-webkit-scrollbar, .archive::-webkit-scrollbar, .closedShow::-webkit-scrollbar, .festival::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    background-color: rgba(0,0,0,0);
}
.about::-webkit-scrollbar-thumb, .archive::-webkit-scrollbar-thumb, .closedShow::-webkit-scrollbar-thumb, .festival::-webkit-scrollbar-thumb {
    background-color: rgba(255,0,0,1);
}

article.beleidsplan {
    display: block;
}

.socials {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    margin-bottom: 50px;
}

.socials a {
    display: block;
    width: 50px;
    height: 30px;
    text-align: center;
    font-size: 30px;
    text-decoration: none;
}

.tinyletter input {
    font-size: 14px;
    padding: 10px;
    border-radius: 6px;
    border: 1px solid #000;
    background: none;
    margin: 5px;
}
.tinyletter input:active, .tinyletter input:focus {
    outline: none;
    border-color: #f00;
}
.tinyletter p:not(.poweredBy) {
    margin: 0;
    margin-top: 10px;
}
.tinyletter input[type=submit]:hover {
    cursor: pointer;
    color: #f00;
    border-color: #f00;
}

.about .logos {
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 10px;
    margin-bottom: 20px;
}

.about .logo {
    margin: 30px;
}

.about .logo1 {
    height: 100px;
}
.about .logo2 {
    height: 50px;
}
.about .logo3 {
    height: 100px;
}
.about .logo4 {
    height: 80px;
}
hr {
    border: none;
    background: none;
    outline: none;
    height: 60px;
}
