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

}

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

}

body, html {
    width:100%;
    height:100%;
    font-family: "source_sans_pro_regular", "Myriad Pro", "Myriad Web", "Tahoma", "Helvetica", "Arial", sans-serif;
    line-height:1.6;
}

.wrapper {
    width:100%;
    min-height:100%;
    background:url(../img/background.jpg) fixed no-repeat top left;
    background-size: cover;
}



h1 {
    font-size:40px;
    margin-bottom:50px;
    font-family: "source_sans_pro_light", "Myriad Pro", "Myriad Web", "Tahoma", "Helvetica", "Arial", sans-serif;
}

h2 {
    font-size:24px;
    margin-bottom:10px;
    font-family: "source_sans_pro_light", "Myriad Pro", "Myriad Web", "Tahoma", "Helvetica", "Arial", sans-serif;
}

.whitespace {
    height:80px;
}

.logo {
    padding-top:30px;
}

.menu {
    float:right;
    margin:140px 0 0;
    padding:0;
    font-size:18px;
}

.menu li {
    position:relative;
    display: inline-block;
    height:50px;
    background:#e1e1e1;
    border-radius: 5px;

    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    margin:0;
    margin-left:10px;
    padding:0;
}

.menu li.active {
    background:#fff;
}

.menu li a {
    height:50px;
    line-height:50px;
    padding:0 25px;
    display: inline-block;
    margin:0;
    color:#b08e67;
    text-decoration: none;
}

.menu li.active a {
    color:#464646;
}


.menu li.streepjes a {
    padding:0 20px;
}

.content {
    background:#fff;
    border-radius: 10px;
    border-top-right-radius: 0px;
    margin:0;
    padding-top:55px;
    padding-bottom:105px;

    margin-bottom:50px;
}

ul.overview {
    margin-top:50px;
}

ul.overview li {
    width:100%;
    height: 60px;
    font-size:20px;
    list-style: none;
    margin-bottom:10px;
}

ul.overview li input[type="submit"] {
    text-decoration: none;
    width:100%;
    height:60px;
    line-height: 60px;
    display: block;
    background:#e1e1e1 url(../img/arrow.png) no-repeat right top;
    padding-left:30px;
    color:#464646;
    font-family: "source_sans_pro_light", "Myriad Pro", "Myriad Web", "Tahoma", "Helvetica", "Arial", sans-serif;
    font-weight: bold;
    text-align: left;
    border-radius: 0;
}

ul.overview li input[type="submit"]:hover,
ul.overview li.active input[type="submit"] {
    background:#b08e67 url(../img/arrow.png) no-repeat right -60px;
    color:#fff;
}

input[type="text"],
input[type="password"],
textarea {
    background:#ececec;
    border:1px solid #d5d5d5;
    border-bottom:none;
    border-right:none;
    height:38px;
    line-height:38px;
    padding:0 20px;
    width:100%;
}

.big {
    font-size:48px;
    line-height: 48px;
}

.list {
    widht:100%;
    border-top:1px solid #f0f0f0;
    padding:0;
    margin:0;
    list-style: none;
}
.list li {
    padding:0;
    margin:0;
    font-size:15px;
    height:50px;
    display: block;
    border-bottom:1px solid #f0f0f0;

}

.list li a {
    line-height:50px;
    height:50px;
    display: block;
    color:#000;
    width:100%;
    /*background: url(../img/icon_transactie.png) no-repeat 10px 10px;*/
    padding-left:20px;
}


.list li a:hover {
    /*background:#f0f0f0 url(../img/icon_transactie.png) no-repeat 10px 10px;*/
    background:#f0f0f0;
    text-decoration: none;
}

.vak {
    width:100%;
    height:300px;
    margin-top:30px;
}

.vak a {
    display:block;
    width:100%;
    height:300px;
    line-height:44px;
    text-align: center;
    font-size:32px;
    text-decoration: none;
    border:1px solid #cccccc;
    border-radius:10px;
    color:#000000;
    padding-top:100px;
}

.big input {
    height:100px;
    line-height:100px;
    width:100px;
}

.big input.bedrag1,
.big input.punten {
    width:200px;
    text-align: right;
}

.link {
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    line-height:40px;
    text-transform: uppercase;
}

.button,
input[type="submit"] {
    background: #3b3b3b;
    background-image: -webkit-linear-gradient(top, #3b3b3b, #222222);
    background-image: -moz-linear-gradient(top, #3b3b3b, #222222);
    background-image: -ms-linear-gradient(top, #3b3b3b, #222222);
    background-image: -o-linear-gradient(top, #3b3b3b, #222222);
    background-image: linear-gradient(to bottom, #3b3b3b, #222222);
    -webkit-border-radius: 5;
    -moz-border-radius: 5;
    border-radius: 5px;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    line-height:40px;
    text-decoration: none;
    height:auto;
    border: none;
    margin-top:-1px;
    width:100%;
    display:inline-block;
    text-transform: uppercase;
}



.button:hover,
input[type="submit"]:hover {
    background: #000000;
    background-image: -webkit-linear-gradient(top, #000000, #1a1a1a);
    background-image: -moz-linear-gradient(top, #000000, #1a1a1a);
    background-image: -ms-linear-gradient(top, #000000, #1a1a1a);
    background-image: -o-linear-gradient(top, #000000, #1a1a1a);
    background-image: linear-gradient(to bottom, #000000, #1a1a1a);
    text-decoration: none;
}

.back,
.back:hover {
    float:right;
    margin-top:40px;
    text-transform: uppercase;
    color:#72625e;
    text-decoration: none;
}

strong {
    color:#c5ac90;
}

.error {
    color:#000;
    background:#ffa5a5;
    margin-bottom:30px;
    display: block;

    padding:10px 20px;
    width:100%;
}