@font-face {
    font-family: 'open_sansregular';
    src: url('fonts/opensans_regular_macroman/OpenSans-Regular-webfont.eot');
    src: url('fonts/opensans_regular_macroman/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/opensans_regular_macroman/OpenSans-Regular-webfont.woff') format('woff'),
         url('fonts/opensans_regular_macroman/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('fonts/opensans_regular_macroman/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'open_sanslight';
    src: url('fonts/opensans_light_macroman/OpenSans-Light-webfont.eot');
    src: url('fonts/opensans_light_macroman/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/opensans_light_macroman/OpenSans-Light-webfont.woff') format('woff'),
         url('fonts/opensans_light_macroman/OpenSans-Light-webfont.ttf') format('truetype'),
         url('fonts/opensans_light_macroman/OpenSans-Light-webfont.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* lay-out */

html, body {
    margin: 0;
    padding: 0;
	color:#1b1b1b;
	font-size:12pt;
	FONT-FAMILY: open_sansregular, Arial,verdana;
	text-decoration : none;
    line-height: 19pt;
}
#achtergrond {
    position:fixed;
    top:0;
    left:0;
    background: url(./afbeeldingen/man-holding-teacup-infront-of-laptop-on-top-of-table-inside-925786-pexels-free.jpg) no-repeat center center fixed;
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    z-index:0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#wrapper {
    width: 100%;
    max-width:600px;
    margin-left:auto;
    margin-right:10vw;
    margin-top: 20px;
    z-index:2;
    display: table;
    position: relative;
}
/* voor samsung tab :( */
@media all and (min-width : 996px) {
#wrapper {
    width: 996px !important;
}
}
.logodiv {
    position: relative;
    width: 100%;
    text-align: center;
    max-width: 100%;
    display: block;
    clear: both;
    margin: 20px 0 0 0;
}
.logodiv img {
    position: relative;
    display: inline-block;
    width: 90% !important;
    max-width: 450px !important;
    height: auto !important;
}
h1, h2 {
    position: relative;
    display: block;
    clear: both;
    width:100%;
    text-align: center;
    font-size: 17pt;
    margin: 0 0 10px 0;
    color: #E8E8E8;
    text-shadow: 0 1px 0 rgba(0,0,0,.95);
}
.content {
    width: 100%;
    display: block;
    text-align: center;
    padding: 10px 0 0 0;
}
.contentdiv {
    display: inline-block;
    vertical-align: top;
    width: 90%;
    max-width: 450px !important;
    margin: 1%;
    padding: 2%;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-color: rgba(79, 87, 94, .7);
    color: #fff;
    overflow-y: auto;
}
@media all and (max-width : 500px) {
    .contentdiv {
        width: 90%;
    }
}
.content2 {
    width: 100%;
    display: block;
    text-align: center;
    padding: 10px 0 0 0;
    font-size: 8pt;
    color: rgba(79, 87, 94, .4)
}
/* voor samsung tab :( */
@media all and (max-width : 660px) {
.contentdiv {
    height: auto;
}
}
a {
    color: #FFFFFF;
    text-decoration: underline;
}

