BODY {height:100%;padding:0;margin:0;font-family:'Raleway',Roboto,Arial,sans-serif;font-size:16px}
H1 {margin:0;padding:0;font-size:30px;color:#1c2125;text-shadow:#ccc 0 1px 3px}
H2 {font-size:18px;margin:0 0 15px 0;color:#e2014c}
IMG {border:0;vertical-align:-30%;}
A {color:#e2014c}
A:hover {color:#1c2125}


header {width:100%;min-height:44px;text-align:left;box-shadow:0px 1px 3px #ddd;font-size:16px;font-weight:bold;padding:6px 0 6px 0}

#nav {display:table;max-width:600px;margin:auto;float:none}
#nav A {color:#1c2125;line-height:48px;margin-left:32px;text-decoration:none;font-size:17px}
#nav A:hover {color:#e2014c}

#mainwrapper {max-width:960px;min-height:700px;margin:32px auto;padding:0 0 0 8px}
#content {float:left;min-width:65%;max-width:960px;padding-bottom:64px}
#titel {float:left;margin-bottom:12px}

.logo {font-size:18px;margin:0;line-height:22px;color:#1c2125;text-decoration:none}
.textsmall {font-size:10px}

TABLE {max-width:100%;border-collapse:collapse;margin:26px 0 10px 0;box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);display:inline-block;overflow-x:auto;}
TABLE thead tr {border-top:2px solid #f5cc34;text-align: left;}
TABLE th,TABLE td {padding:12px;}
TABLE tbody tr {border-bottom: 1px solid #dddddd;}
TABLE tbody tr:nth-of-type(even) {background-color: #f3f3f3;}
TABLE tbody tr:last-of-type {border-bottom: 2px solid #f5cc34;}



footer {clear:both;background:#1c2125;border-top:2px solid #2c3e4c;width:100%;min-height:120px;margin-top:200px;color:#fff;font-size:13px;font-weight:bold}
footer DIV {float:left;margin:16px 4px 20px 4px}
footer A {margin:0 7px 0 7px;line-height:24px}
footer A:hover {color:#eee}
.footercontent {display:table;width:100%;max-width:960px;margin:auto;float:none}

.blokken {display:table;width:100%;padding:0;margin-bottom:40px;clear:both;list-style-type: none;}
.blokken li {background:#f5cc34 linear-gradient(to bottom,#FFF 15%,#f5cc34 100%,#f5cc34);position:relative;float:left;margin:13px 0 13px 26px;width:22%;box-sizing:border-box;min-width:115px;height:70px;border:2px solid #f5cc34;border-radius:9px;color:#1c2125;text-align:center;padding-top:12px;font-family:Roboto,Arial,sans-serif;font-size:24px;font-weight:bold}
.blokken li .euro {color:#860;font-size:18px;vertical-align:1px;margin-right:4px}
.blokken li .title {position:absolute;bottom:0;width:100%;margin-bottom:4px;font-family:'Raleway',Roboto,Arial,sans-serif;font-size:11px;line-height:9px;font-weight:normal;color:#860}

input[type="date"],select{
    background-color: #e2014c;
    padding: 15px;
    margin:0 0 15px 5px;
    font-family: "Roboto Mono",monospace;
    color: #fff;
    font-size: 18px;
    border: none;
    outline: none;
    border-radius: 10px;
    float:right;
}
::-webkit-calendar-picker-indicator{
    background-color: #fff;
    padding: 5px;
    cursor: pointer;
    border-radius: 5px;
    margin-left:10px;
}


@media (min-width: 570px) {
 .logo {float:left;margin:6px 0}
 #openmenu {display:none;}
}
@media (min-width: 880px) {
 footer{background:#1c2125 url('pics/footer.png') no-repeat 70% 100%}
}
@media (max-width: 570px) {
 #nav {display:none;width:100%}
 #nav A {display:block;line-height:22px;margin:10px;font-size:15px}
 #openmenu {float:right;background:#f5cc34;border:2px solid #f5cc34;border-radius:6px;margin-right:8px;padding:4px;text-decoration:none;font-size:13px;color:#000;line-height:13px;font-weight:normal}
 #openmenu HR {width:32px;border:1px solid #000;margin:3px 0;box-shadow:0px 1px 1px #a81}
}
@media (max-width:800px) {
 #content {width:98%}
 #nav A:first-child {display:none}
}