@charset "UTF-8";
/* CSS Document */

body {
    background: #ffffff;
    font-family:"Segoe", "Segoe UI", "DejaVu Sans", "Trebuchet MS", "Verdana", "sans-serif";
    color: black;
    text-align: center;
  	overflow-y: show; /* Hide vertical scrollbar */
  	overflow-x: hidden; /* Hide horizontal scrollbar */
}

img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top:80px;
}

.logo
{
    width: 25em;
    height: auto;
}

.diamant {
    width: 15em;
    height: auto;
    padding-bottom: 20px;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:active {
    text-decoration: none;
}

a.witte_url
{
    color: black;
}

.tekst_links
{
    text-align:left ;
}

.titel_formulier
{
    width:100px;
}

.text_left
{
    text-align: left;
}

.text_justified
{
    text-align: justify;
}

.   
{
    text-align: center;
}

.zwarte_tekst
{
    color:black;
}

ul {
  list-style: none;
}

ul ol::before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: black; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */ 
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}

.font_smaller
{
    font-size: 11px;
}

.font_general
{
    font-size: 16px;
	line-height: 1.8;
	padding-top: 20px;
	padding-bottom: 20px;
}

.font_bigsize
{
    font-size: 48px
}