/* uc-style.css */
@font-face {
  font-family: 'RO-sans';
  src: url('/fonts/ROsanswebtextregular.eot') format;
    src: url('/fonts/ROsanswebtextregular.woff') format('woff'),
       url('/fonts/ROsanswebtextregular.ttf') format('truetype');
}
@font-face {
  font-family: 'RO-sans-bold';
  src: url('/fonts/ROsanswebtextbold.eot') format;
    src: url('/fonts/ROsanswebtextbold.woff') format('woff'),
       url('/fonts/ROsanswebtextbold.ttf') format('truetype');
}
@font-face {
  font-family: 'RO-sans-italic';
  src: url('/fonts/ROsanswebtextitalic.eot') format;
    src: url('/fonts/ROsanswebtextitalic.woff') format('woff'),
       url('/fonts/ROsanswebtextitalic.ttf') format('truetype');
}
@font-face {
  font-family: 'RO-serif';
  src: url('/fonts/ROserifwebregular.eot') format;
    src: url('/fonts/ROserifwebregular.woff') format('woff'),
       url('/fonts/ROserifwebregular.ttf') format('truetype');
}
@font-face {
  font-family: 'RO-serif-bold';
  src: url('/fonts/ROserifwebbold.eot') format;
    src: url('/fonts/ROserifwebbold.woff') format('woff'),
       url('/fonts/ROserifwebbold.ttf') format('truetype');
}
@font-face {
  font-family: 'RO-serif-italic';
  src: url('/fonts/ROserifwebitalic.eot') format;
    src: url('/fonts/ROserifwebitalic.woff') format('woff'),
       url('/fonts/ROserifwebitalic.ttf') format('truetype');
}
body {
font-family: "RO-sans",Georgia,serif;
 background-color: #FFF;
 color: #000;
 margin: 0px;
}

div {
    margin: 0;
    border: 0;
    padding: 0;
    list-style: none;
    text-align: left;
    vertical-align: top;
}
.tekstwrapper{
box-sizing:border-box;
padding: 20px 50px;}

.tekst { 
background-color:#fff;
color: #000;
max-width:800px;
margin:auto;}

.header__logo__ministerie { 
    display: inline-block;
    margin-left: 2%;
    margin-top: 35px;
    font-size: .89em;
    line-height: 1.25em;
    color: #000;}

.header__logotype {
    display: inline-block;
    margin-left: -22px;
    margin-bottom: 35px;
    width: 50px;
}
.header__logo__wrapper {
    margin: 0 0 0 46%;
    width: auto;
}
.navBar {box-sizing:border-box;
padding: 20px 50px;
background-color:#01689b;
color:#FFF;
flex-wrap:wrap;
font-family:"RO-sans", Calibri, sans-serif;
font-size:20px;
font-weight:400;
height:114px;
line-height:28px;
min-height:70px;
text-align: left;
width:100%}

.navBarTekst {max-width:800px;
margin:auto;}