@charset "UTF-8";

html {height: 100%}

body,td,th {
    cursor: default;
    font-family: 'Roboto';
    src: url('Roboto-Regular.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 100%;
    background-attachment: fixed
}

html, html a { -webkit-font-smoothing: antialiased !important; -moz-osx-font-smoothing: grayscale }

.metamorphosis  { font-family: MS Reference Sans Serif; src: url(images/MS_Reference_Sans_Serif.ttf) }

@font-face { font-family: tkachenko_sketch_4f; src: url(images/tkachenko_sketch_4f.ttf) }
@font-face { font-family: 'Roboto'; src: url(roboto/Roboto-Thin.ttf); font-weight: 100; font-style: normal }
@font-face { font-family: 'Roboto'; src: url(roboto/Roboto-Light.ttf);font-weight: 200; font-style: normal }
@font-face { font-family: 'Roboto'; src: url(roboto/Roboto-LightItalic.ttf); font-weight: 300; font-style: normal }
@font-face { font-family: 'Roboto'; src: url(roboto/Roboto-Regular.ttf); font-weight: 300; font-style: normal }
@font-face { font-family: 'Roboto'; src: url(roboto/Roboto-Medium.ttf); font-weight: 400; font-style: normal }
@font-face { font-family: 'Roboto'; src: url(roboto/Roboto-Bold.ttf); font-weight: 500; font-style: normal }
@font-face { font-family: 'Roboto'; src: url(roboto/Roboto-Black.ttf); font-weight: 600; font-style: normal }

a:link      { color: #000; text-decoration: none }
a:visited   { color: #000; text-decoration: none }
a:hover     { color: #999; text-decoration: none }
a:active    { color: #666; text-decoration: none }

a.link:link         { color: #11F; text-decoration: none }
a.link:visited      { color: #00C; text-decoration: none }
a.link:hover        { color: #000; text-decoration: underline }
a.link:active       { color: #000; text-decoration: none }

a.link_2:link       { color: #f2f283; text-decoration: none }
a.link_2:visited    { color: #f2f283; text-decoration: none }
a.link_2:hover      { color: #87f7ff; text-decoration: underline }
a.link_2:active     { color: #000000; text-decoration: none }

a.menu:link         { color: #fff; text-decoration: none; margin: 10px }
a.menu:visited      { color: #fff; text-decoration: none; margin: 10px }
a.menu:hover        { color: #289; text-decoration: none; margin: 10px }
a.menu:active       { color: #000; text-decoration: none; margin: 10px }

a.menu_select:link      { color: #289; text-decoration: none; margin: 10px }
a.menu_select:visited   { color: #289; text-decoration: none; margin: 10px }
a.menu_select:hover     { color: #289; text-decoration: none; margin: 10px }
a.menu_select:active    { color: #000; text-decoration: none; margin: 10px }

.logo         { content: url("images/logo/logo_mw_menu.png"); width: 20px; vertical-align: bottom }  
.logo:hover   { content: url("images/logo/logo_mw_menu_2.png") }

a.project:link      { color: #EEE; text-decoration: none }
a.project:visited   { color: #EEE; text-decoration: none }
a.project:hover     { color: #EEE; text-decoration: none }
a.project:active    { color: #EEE; text-decoration: none }

::-webkit-scrollbar         { -webkit-appearance: none; width: 6px; height: 6px }
::-webkit-scrollbar-thumb   { border-radius: 4px; background-color: rgba(0, 0, 0, .5) }

span.arrows { padding-left: 40em }

* { margin: 0; padding: 0 }

.titel-w  {font-size: 30px; color: white}
.titel-z  {font-size: 30px; color: black}

.tekst-w  {
    width: 100%;
    max-width: 800px;
    color: white;
    font-size: 18px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    text-align: justify;
    margin: 0 auto;
}

.tekst-z  {
    width: 100%;
    max-width: 800px;
    color: black;
    font-size: 18px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    text-align: justify;
    margin: 0 auto;
}

.tekst-rizdvo  {
    width: 100%;
    max-width: 900px;
    color: black;
    font-size: 18px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    text-align: justify;
    margin: 0 auto;
}

#base {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: scroll !important;
    -webkit-overflow-scrolling: touch !important
}

#main {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    text-align: center;
    color: black;
}

#menu {
    position: fixed;
    width: 100%;
    height: auto;
    padding: 10px;
    top: 0;
    margin: 0 auto;
    margin-top: 0;
    text-align: center;
    background-color: #000;
    color: white
}

.nieuwsbrief_balk {
    position: fixed;
    width: 80px;
    height: auto;
    font-size: 15px;
    border: solid;
    border-color: #000;
    border-radius: 30px;
    padding: 10px;
    top: 50px;
    left: 10px;
    margin-top: 0;
    text-align: center;
    background-color: #FFF;
    color: #000;
    z-index: 2;
}

.nieuwsbrief_balk:hover { background-color: #da6e6e; color: #EEE; transition: 0.1s }

.tour {
    width: 95%;
    max-width: 800px;
    font-size: 18px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    text-align: left;
    margin: 0 auto;
    background-color: rgba(230, 230, 200, 0.603);
    padding: 10px;
    border-radius: 30px;
}

#link {
    position: fixed;
    width: auto;
    height: 30px;
    top: 10px;
    right: 20px;
    text-align: right
}

#taal {
    position: fixed;
    width: auto;
    height: 30px;
    top: 15px;
    left: 20px;
    text-align: right
}

#contact {
    position: static;
    margin: 0 auto;
    margin-top: 70px;
    width: 500px;
    min-width: 300px;
    max-width: 750px;
    text-align: center;
    font-size: 15px;
    height: auto;
    font-family: Arial, Helvetica, sans-serif;
    overflow: visible;
}

.contact {
    padding-left:50px; 
    padding-top:50px; 
    padding-right:50px; 
    padding-bottom:50px; 
    background-color:#EEE; 
    height: auto; 
    border-radius: 5px 5px 0px 0px;
}

.contact-form {
    padding-top: 1px; 
    padding-bottom: 10px; 
    background-color: #EEE; 
    width: 500px; 
    border-radius: 0px 0px 5px 5px;
}


#project_content {
    position: static;
    margin: 0 auto;
    margin-top: 0px;
    width: 100%;
    text-align: center;
    font-size: 15px;
    height: 100%;
    background-color: #EEE;
    font-family: Arial, Helvetica, sans-serif;
    overflow: hidden
}

#portret_content {
    color: #EEE;
    position: relative;
    margin: 0 auto;
    margin-top: 65px;
    padding-bottom: 0;
    width: 100%;
    text-align: center;
    font-size: 13px 
}

.project {
    color: #EEE;
    position: relative;
    width: 15vw;
    max-width: 250px;
    min-width: 180px;
    border: none;
    text-align: center;
    float: left;
    font-size: 12px;
    height: 100%;
    margin: 10px;
    background-size: contain;
    transition: 0.1s ease;
}

.project:hover { transform: scale(0.97); transition: 0.1s ease }

.team {
    width: 200px;
    border-radius: 2%;
}

.poster {
    width: 100%;
    border-radius: 5px 5px 5px 5px;
}

.poster-main {
    height: 220px;
    border-radius: 5%;
}

.poster-main-select {
    height: 220px;
    border-radius: 5%;
    border: #06F;
    border-width: 5px;
    border-style: solid;
}

.project-main {
    width: 100%;
    max-width: 1200px;
    border-radius: 10px 10px 10px 10px;
}

.project-foto {
    width: 100%;
    max-width: 800px;
    border-radius: 10px 10px 10px 10px ;
}

#content {
    color: #EEE;
    position: relative;
    margin: 0 auto;
    margin-top: 65px;
    padding-bottom: 0;
    width: 80%;
    text-align: center;
    font-size: 13px 
}

.content_frame {
    position: absolute;
    top: 45px;
    width: 100%;
    height: calc(100vh - 45px);
    border: none;
    z-index: 1;
}

#project_background {
    color: #EEE;
    position: absolute;
    text-align: center;
    left: 0px;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background-color:rgb(17, 66, 74);
}

.credits {
    font-family: Arial, Helvetica, sans-serif;
    margin: 0 auto;
    background-color: #EEE;
    width: auto;
    height: auto;
    text-align: left;
}

.credits td     { background-color: #EEE }

.socials        { width: 25px }
.socials:hover  { scale: 0.9 }

.en-a       { content: url("../images/en.jpg"); width: 25px}
.en-b       { content: url("../images/en.jpg"); width: 25px; opacity: 0.6;}
.en-b:hover { scale: 0.9 }
.nl-a       { content: url("../images/nl.jpg"); width: 25px;}
.nl-b       { content: url("../images/nl.jpg"); width: 25px; opacity: 0.6;}
.nl-b:hover { scale: 0.9 }


/* AGENDA */

.agenda {
    color:#000; 
    font-size: 18px;
    text-align: center;
    width: 580px;
    margin: 0 auto;
    margin-top: 70px;
    font-family: Arial, Helvetica, sans-serif;
    overflow: visible;
}

.knop-containter {
    width: 200px;
}

.knop {
    margin: 0 auto;
    color:#000000;
    background-color: rgb(255, 255, 255);
    font-size: 25px;
    border-style: solid;
    width: 200px;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 20px 20px 20px 20px;
}

.knop:hover { scale: 0.9; transition: 0.1s;}

a.speellijst:link      { color: #EEE; text-decoration: none }
a.speellijst:visited   { color: #EEE; text-decoration: none }
a.speellijst:hover     { color: #d0c900; text-decoration: none }
a.speellijst:active    { color: #EEE; text-decoration: none }

em.jaar { font-style: normal; font-weight: 600; font-size: 23px }
em.jaar-wit { color: white; font-style: normal; font-weight: 600; font-size: 23px }
em.maand { font-style: normal; font-weight: 500; text-transform: uppercase; font-size: 20px; font-style: italic }
em.maand-wit {color: white; font-style: normal; font-weight: 500; text-transform: uppercase; font-size: 20px; font-style: italic }

.tickets {
    height: 28px;
    width: 90px;
    padding-top: 12px;
    border-radius: 5px;
    background-color: #71fff3de;
    text-align: center;
    transition: 0.2s;
}

.tickets:hover { scale: 0.9; transition: 0.1s; color: #000;}

.besloten {
    height: 28px;
    width: 90px;
    padding-top: 12px;
    text-align: center;
    border-radius: 5px;
    background-color: rgba(255, 160, 88);
}

.gratis {
    height: 28px;
    width: 86px;
    padding-top: 12px;
    text-align: center;
    border-radius: 5px;
    background-color: rgba(113, 255, 182, 0.869);
}

.gratis:hover { scale: 0.9; transition: 0.1s; color: #000;}

table.OMA {
    text-align: left;
    width: 600px;
    background-color:#e773b7;
    padding: 7px;
    border-radius: 8px;
    margin-bottom: 6px;
}

table.THUIS {
    text-align: left;
    width: 600px;
    background-color:#54c3ff;
    padding: 7px;
    border-radius: 8px;
    margin-bottom: 6px;
}

table.GEEL {
    text-align: left;
    width: 600px;
    background-color:#ffe047;
    padding: 7px;
    border-radius: 8px;
    margin-bottom: 6px;
}

table.MIJNKLEUREN {
    text-align: left;
    width: 600px;
    background-color:#ffa600;
    padding: 7px;
    border-radius: 8px;
    margin-bottom: 6px;
}

table.SPROOKJES {
    text-align: left;
    width: 600px;
    background-color:#abffb6;
    padding: 7px;
    border-radius: 8px;
    margin-bottom: 6px;
}

td.a    { width: 110px }
td.b1   { width: 150px; font-size:13px }
td.c1   { width: 260px; font-size:13px }
td.d    { width:  90px; font-size:13px }
td.b2   { font-size:12px }
td.c2   { font-size:15px; font-weight: 400 }