/*----------General----------*/

.wrapper {
    max-width: 900px;
    /*margin: 0 auto;*/
    position: relative;
}

/*h1, h2, h3, h4, h5 ,h6{
    color: #626262;
    font-family: "Segoe WPC","Segoe UI",Helvetica, Arial, "Arial Unicode MS", Sans-Serif;
    letter-spacing: 1px;
}

h1              { font-size: 2em; margin: .67em 0 }
h2              { font-size: 1.5em; margin: .75em 0 }
h3              { font-size: 1.17em; margin: .83em 0 }
h5              { font-size: .83em; margin: 1.5em 0 }
h6              { font-size: .75em; margin: 1.67em 0 }
h1, h2, h3, h4,
h5, h6          { font-weight: bolder }*/

h1, h2 {
    margin-bottom: 5px !important;
}

/*----------Button's----------*/

/*----------icons----------*/

.fa {
    font-size: 18px !important;
}

/*----------Content----------*/

.container-crowdsourcing
/*.container*/ {
    padding: 20px 0;
    width: 92.72727272727273%;
}

.eigenschappen_lijst {
    list-style: none;
    overflow: hidden;
    padding: 0 !important;
}

.eigenschappen_lijst_blok{
    display: block;
    width: 27.909091%;
    height: auto;
    position: relative;
    display:inline-block;
    vertical-align:top;
    margin: 0 3.636363636363636% 3.636363636363636% 0;
    background-color: #e1e1e1;
    min-height: 450px;
}

.btn-help-mee {
    display: block;
    text-align: center;
    margin-bottom: 5px !important;
    margin-top: 5px !important;
}

.img_eigenschappen{
    padding-left: 11%;
    width: 87.64705882352941%;
    height: auto!important;
    vertical-align: top;
}

.eigenschappen_details{
    width: 100%;
    padding: 14px;
    border-left: 1px solid #f2f1f1;
    border-right: 1px solid #f2f1f1;
}

.eigenschappen_details_title {
    color: #666464;
    font-size: 16px !important;
    font-weight: bold;
    margin-bottom: 5px;
}

.eigenschappen_details_beschrijving {
    margin-bottom: 21px;
}

.eigenschappen_details_h2{
    color: #000;
    font-size: 12px;
    font-weight: normal;
    margin: 11px 0;
}

.eigenschappen_grootte{
    color: #676767;
}

/*----------Extra's----------*/

.percent {
    font-size: 15px;
    color: #fff; 
    text-align: center;
    padding-top: 2px;
}

.progressbar,
#progressbar {
    width: 100%;
    height: 26px;
    background-color: #FFC6A4;
    margin-bottom: 20px;
    border: 1px #9C9C9C solid;
    clear: both;
}

.progress,
#progress {
    background: #f88700;
    height: 24px;
    
    max-width: 100%;
    float: left;
    -webkit-animation: progress 2s 1 forwards;
    -moz-animation: progress 2s 1 forwards;
    -ms-animation: progress 2s 1 forwards;
    animation: progress 2s 1 forwards;
}

@-webkit-keyframes progress { 
    from { width:0 ; }

    to {  }
}

@-moz-keyframes progress { 
    from { width:0 ; }

    to {  }
}

@-ms-keyframes progress { 
    from { width:0 ; }

    to {  }
}

@keyframes progress { 
    from { width:0 ; }

    to {  }
}

.progress_label {
    font-size: 1.2em;
    position: absolute;
    right: 0;
    line-height: 33px;
    padding-right: 12px;
    color: rgba(0,0,0,0.6);
    text-shadow: rgba(255,255,255, 0.45) 0 1px 0px;
    white-space: nowrap;
}



.eigenschappen_buttons
{
    display: inline-block;
    padding: 14px;
    width: 100%;
}

