@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
    font-family: TT Commons Classic;
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: url("/content/fonts/TTCommonsClassic-Regular-CUGJVDGZ.eot");
    src: url("/content/fonts/TTCommonsClassic-Regular-CUGJVDGZ.eot?#iefix") format("embedded-opentype"), url("/content/fonts/TTCommonsClassic-Regular-UVLNMC77.woff") format("woff"),
        url("/content/fonts/TTCommonsClassic-Regular-NACMBPLQ.ttf") format("truetype")
}

@font-face {
    font-family: TT Commons Classic;
    font-weight: 800;
    font-style: normal;
    font-display: swap;
    src: url("/content/fonts/TTCommonsClassic-DemiBold-SEPBNNXL.eot");
    src: url("/content/fonts/TTCommonsClassic-DemiBold-SEPBNNXL.eot?#iefix") format("embedded-opentype"),url("/content/fonts/TTCommonsClassic-DemiBold-FPI2OMUM.woff") format("woff"),url("/content/fonts/TTCommonsClassic-DemiBold-UT434LFV.ttf") format("truetype")
}

* {
    font-family: "TT Commons Classic", Arial, sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    color: #fff;
}
html, body {
    overflow: hidden;
    background: #1f4f89;
}


#header {
    height: 46px;
    background: #1f4f89;
    padding: 17px;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
}
	
#body 
{
	height: 533px;
    padding: 20px;	
}

#footer 
{
	height: 120px;
	background: url(footer.png) bottom no-repeat;
}

#container.biedscherm {
    width: 100%;
    height: 100vh;
    font-size: 3vh;
}

.biedscherm
#body {
    height: calc(100vh - 40px);
    padding: 20px;
}

#footerText
{
     font-size:16px;
     padding:20px;
     margin-top:25px;
     margin-left:250px;
     width:550px;
     float:left;
}

.biedscherm #footerText{
    float: none;
    text-align: center;
    width: 100%;
    margin: 0;
    font-size: 2vh;
}

#body .bg 
{
    height: 450px;
    width:900px;
    margin: 40px;
    background: #ececec;
    opacity: 0.7;
    filter: alpha(opacity=70); 
    position: absolute;
}

#body .bgcontent
{
    height: 410px;
    width: 860px;
    margin: 40px;
    padding: 20px;
    position: absolute;

}

.biedscherm #body .bg {
    width: 80vw;
    height: 60vh;
    margin: 10vh 10vw 10vh 10vw;
}

.biedscherm #body .bgcontent {
    width: calc(80vw - 60px);
    height: calc(60vh - 60px);
    margin: 10vh 10vw 10vh 10vw;
    padding: 30px;
    position: absolute;
}

.kop {
    text-transform: uppercase;
    letter-spacing: 5px;
    font-weight: bold;
    font-size: 36px;
}

.biedscherm .kop {
    text-transform: uppercase;
    letter-spacing: 5px;
    font-weight: bold;
    font-size: 4vh;
}

.biedscherm .bgcontent table.centered td {
    width: 100%;
    height: 50%;
    padding: 0.2em;
    text-align: center;
    vertical-align: middle;
}

.biedscherm table.centered td {
    width: 100%;
    height: 100%;
    padding: 0.2em;
    text-align: center;
    vertical-align: middle;
    font-size: 4vh;
}

.biedscherm table.listed td {
    padding: 0.2em;
    text-align: left;
    vertical-align: middle;
    font-size: 4vh;
}

.biedscherm div.foto {
    float: right;
    margin: 0 0 15px 15px;
    width: 50vw;
    height: 50vh;
}

.biedscherm table.listed {
    width: max-content;
    margin: 0 auto;
}

.biedscherm table.listed td {
   text-align:left;
   white-space: nowrap;
}

.biedscherm table.content {
    width: max-content;
    text-align: left;
    margin: 0 auto;
}

span.hl {
    font-weight: 800;
}