														* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

html, body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1rem;
    color: #202020;
    background-color: #FFF;
    line-height: 1.3rem;
    width: 100%;
    height: 100%;
}

.container { background-color: rgba(236,0,140,0.85); padding:20px; padding-left:30px; float:left; top:0; margin-top:40%; color:#fff; letter-spacing:-1px; font-family: 'Open Sans', sans-serif; font-weight:normal; font-size:40px; line-height: 40px;}
.container2 { background-color:#002856;  padding:20px; top:0; margin-top:40%; margin-left:5px; float:left;  letter-spacing: -1px; color:#fff;  font-family: 'Open Sans', sans-serif; font-weight:normal; font-size:40px; line-height: 40px; }

.container3 { background-color:#002856;  padding:20px; top:0; margin-top:40%; margin-left:5px; float:right;  letter-spacing: -1px; color:#fff;  font-family: 'Open Sans', sans-serif; font-weight:normal; font-size:40px; line-height: 40px;}

.container3.verkocht 
{
    text-transform: uppercase;
}

.container4 
{
    background-color: #002856;
    position: absolute;
    top: 60%;
    left: 0;
    color: #fff;
    letter-spacing: -1px;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    font-size: 40px;
    line-height: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.container4 span 
{
    padding: 20px 30px;
}



#header { background-color:#1D2D51; width:auto; position:absolute; top:0; z-index:1000; padding:30px 20px 30px 20px; right:0;  -moz-border-radius-bottomright: 0px;
border-bottom-right-radius: 0px;  }
#header img {   }


.slides-pagination { display:none; }

input {
    outline: none;
}

textarea {
    outline: none;
    font-family: Arial, Helvetica, sans-serif;
    padding-top: 5px;
}

.label {
    width: 30%; 
    float: left;
     margin-bottom: 5px;
 }

.veld { 
    float: left; 
    width: 70%; 
    margin-bottom: 5px;
}

.veld_verzenden {
    width: 100%;
    float: left;
}

.tekstvak_breed {
    color: #000;
    background: #fff;
    text-decoration: none;
    height: 30px;
    width: 90%;
    border: 1px solid #000;
    padding-left: 5px;
}

.tekstvak_multi {
    color: #000;
    background: #fff;
    text-decoration: none;
    width: 90%;
    border: 1px solid #000;
    padding-left: 5px;
}

.button {
    padding: 6px 15px 6px 15px;
    float: left;
    border: none;
    color: #FFFFFF;
    font-size: 14px;
    margin-top: 10px;
    background-color: #0088CC;
    -webkit-appearance:none;
}

.button:hover {
    cursor: pointer;
}

.fout {
    color: #FF0000;
}

#content .downloads {
    padding: 10px 0px;
    margin-left: 0px;
}

.downloads h4 {
    margin-bottom: 0px;
    color: #a2a2d4;
}

.downloads li {
    list-style: none;
    background: url(../images/pdf.png) top left no-repeat;
    background-position: 0px 6px;
    font-size: 12px;
    padding: 5px 0px 5px 25px;
    width: auto;
    border-top: #A5B7C0 solid 1px;
}

.downloads li a:link {
    color: #C41039;
    text-decoration: none;
}

.downloads li a:active {
    color: #C41039;
    text-decoration: none;
}

.downloads li a:visited {
    color: #C41039;
    text-decoration: none;
}

.downloads li a:hover {
    color: #231F20;
    text-decoration: none;
}

.paginatie {
    /* width: 100%; */
    padding: 10px 6px 10px 10px;
    overflow: hidden;
    background-color: #dad9d4;
    margin-top: 15px;
    float: left;
}

.paginatie_inactief, .paginatie_actief {
    float: left;
    margin-right: 4px;
    height: auto;
    width: 23px;
    text-align: center;
    padding-top: 2px;
    padding-bottom: 1px;
    background-color: #698b73;
    border: 1px solid #fff;
    color: #fff;
    font-weight: normal;
}

.paginatie_actief {
    background-color: #a27757;
    color: #FFFFFF;
}

/* DEZE HACK IS NODIG OMDAT ANDERS HET CONTENT VLAK NIET MEESCHAALD MET EEN FLOATED DIV */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}
/* End hide from IE-mac */

a {
    -webkit-transition: all 0.3s ease-out; 
    -moz-transition: all 0.3s ease-out; 
    transition: all 0.3s ease-out;  
}

a:link {
    color: #0088CC;
    text-decoration: none;
}

a:active {
    color: #0088CC;
    text-decoration: none;
}

a:visited {
    color: #0088CC;
    text-decoration: none;
}

a:hover {
    color: #666;
    text-decoration: underline;
}

h1 {
    color: #666;
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 5px;
}

h2 {
    color: #999;
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 20px;
}

h3 {
    color: #999;
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 5px;
}

h4,h5,h6 {
    color: #ccc;
    font-size: 12px;
    font-weight: normal;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-weight: bold;
}


img.label-img
{
    position: relative!important;
    left: 0!important;
    top: 0!important;
    z-index: 0!important;
    width: auto!important;
    height: 80px!important;
}