
h2.title.title--page {
    display: block;
    margin: 0 0 10px 0;
    font-size: 1.3em;
    line-height: 1;
    font-weight: 600;
}
.blue_box h2.title.title--page {
    color: #fff;
}


/********************************************************************************
 * Tables
 ********************************************************************************/

.table {
    width: 100%;
}

.table_row:nth-child(2n) {
    background: #F6F6F6;
}

.table_cell {
    border-bottom: 1px solid #D8D8D7;
    padding: 0.5em 1em;
}

.table_body .table_row:last-child .table_cell {
    border-bottom: 0;
}

.table_head .table_cell {
    text-align: left;
}

.table_cell--icon {
    text-align: center;
}

/********************************************************************************
 * Loader
 ********************************************************************************/

.loader {
    text-align: center;
}

/********************************************************************************
 * Button
 ********************************************************************************/

.button--disabled {
    opacity: 0.5;
}

.teamlid_avatar {
    width: 100%;
    max-width: 150px;
}

a.button {
    -webkit-appearance: none;
    border: none;
    background: #ff00c0;
    color: #fff;
    border-radius: 5px;
    padding: 10px 15px;
    outline: none;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    display: inline-block;
}

button.loginbutton, button.button, a.button {
    background: #4277D4;
    border-radius: 5px;
    font-weight: 600;
    text-transform: uppercase;
}

.blue_box button.loginbutton {
    background: #ff0db9;
    margin: 0 0 10px 0;
}
.blue_box button.loginbutton:hover {
    background: #ff81da;
}
.blue_box a {
    color: #ff93e0;
}
button.loginbutton:hover, button.button:hover, a.button:hover {
    background: #22437c;
}

.nav_buttons .prev_button button.button {
    color: inherit;
    background: inherit;
}
.nav_buttons .next_button button.button {
    background: inherit;
    color:inherit;
}

.button.button--secondary {
    color:#000;
    background: #CCC;
}

/********************************************************************************
 * HEADER
 ********************************************************************************/
.menu-container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 999;
    background: rgb(34,42,82);
    background: -moz-linear-gradient(left, rgba(34,42,82,1) 0%, rgba(66,119,213,1) 100%);
    background: -webkit-linear-gradient(left, rgba(34,42,82,1) 0%,rgba(66,119,213,1) 100%);
    background: linear-gradient(to right, rgba(34,42,82,1) 0%,rgba(66,119,213,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222a52', endColorstr='#4277d5',GradientType=1 );
}
.menu-container img {
    width: 230px;
    position: absolute;
    left: 10px;
    top: 10px;
}

.menu-container img.logojoep {
    width: 50px;
    position: absolute;
    left: 260px;
    top: 15px;
}

.visual-container, .login_logobox {
    background-image: url(../images/visual.jpg);
}

.visual-container{
    height: 10vh;
    min-height: 250px;
}
.visual-captionbox {
    text-align: left;
}
/****************
* fieldset
****************/
fieldset {
  padding: 1em !important;
  margin: 0 0 2em 0 !important;
}

legend {
    padding: 0 1em !important;
    font-weight: bold !important;
    font-size: 1.5em;
}

.jouwteam {
  border: 1px solid #98e1e5 !important;
}


.teamcaptain {
  border: 1px solid #6462d8 !important;
}

.donatiepagina {
  border: 1px solid #e42ac3 !important;
}
a.teamsidebarbutton {
    background: rgb(87,111,224);
    background: -moz-linear-gradient(-45deg, rgba(87,111,224,1) 0%, rgba(179,19,216,1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(87,111,224,1) 0%,rgba(179,19,216,1) 100%);
    background: linear-gradient(135deg, rgba(87,111,224,1) 0%,rgba(179,19,216,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#576fe0', endColorstr='#b313d8',GradientType=1 );
    color: #fff;
    padding: 35px 10px;
    display: block;
    line-height: 1;
    text-align: center;
    margin: 0 0 10px 0;
    color: #fff;
    border-radius: 5px;
    border-bottom: 3px solid #4c1b88;
    transition: all 0.1s;
    -webkit-transition: all 0.1s;
}
a.teamsidebarbutton:hover {
    color: #fff;
    border-bottom: 1px solid #4c1b88;
    margin: 2px 0 10px 0;
}
span.btn_firstline {
    font-size: 2em;
    text-transform: uppercase;
    color: #fff;
    display: block;
    margin: 0 0 5px 0;
    font-weight: 600;
}
span.btn_secondline {
    font-size: 1.2em;
    text-transform: uppercase;
    color: #fff;
    display: block;
    margin: 0;
}

/********************************************************************************
 * Form elements
 ********************************************************************************/
input, select, textarea {
    color: #000;
}

/* .input,
.select,
.textarea {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

    border: 1px solid #aeaeae;
    border-radius: 3px;
    padding: 0.375em !important;
    width: 100% !important;
} */

.donatiebox .input,
.donatiebox .select,
.donatiebox .textarea {
    border: none;
}
.team_page .donatiebox button.button.button--form.js-accordion-submit.js-submit {
    float: right;
    padding: 10px;
    background: #ff008f;
    font-size: 13px;
    border: 1px solid #fff;
}
.team_page .donatiebox .grid-40.tablet-grid-40,
.team_page .donatiebox .grid-20.tablet-grid-20 {
    width: 100%;
    padding: 0;
}
.team_page .donatiebox .form_element_check {
    margin: 10px 0 20px 0;
}
.team_page .donatiebox button.button {
    min-width: 100px;
}
.inputfield_material .input {
    margin: 0;
    outline: none;
    padding: 0 !important;
    color: #000;
}

.input.form_error,
.select.form_error,
.textarea.form_error {
    border: 1px solid #d8000c;
}

/* .input.form_success,
.select.form_success,
.textarea.form_success {
    border: 1px solid #64BA4B;
    padding-right: 2em;
} */

.radio {
    display: block;
    padding: 0.1875em 0.375em;
}

.radio_radio {
    float: left;
    text-align: center;
    width: 1.5em;
}

.radio_text {
    margin-left: 2em;
    font-size: 1.1em;
}

.teamlid_avatar {
    width: 100%;
    max-width: 150px;
}

.donatiebox .checkmark {
    border-color: #FFF;
}

.donatiebox .cust_check .checkmark:after {
    color: #FFF;
}

/***************
* donatiebox
***************/

.donatiebox {
    background: rgb(87,111,224);
    background: -moz-linear-gradient(-45deg, rgba(87,111,224,1) 0%, rgba(179,19,216,1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(87,111,224,1) 0%,rgba(179,19,216,1) 100%);
    background: linear-gradient(135deg, rgba(87,111,224,1) 0%,rgba(179,19,216,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#576fe0', endColorstr='#b313d8',GradientType=1 );
    color: #fff;
    padding: 15px 30px;
}
.donatiebox h1 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 3.3em;
    margin: 0 0 10px 0;
    line-height: 1;
    display: block;
}
.donatiebox .grid-container {
    padding: 0;
}
.donatiebox .grid-100 {
    padding: 0;
}
.donatiebox .accordion {
    border-top: 1px solid #ffffff;
    margin: 10px 0 0 0;
    color: #FFF;
}
h3.accordion_title.title {
    color: #fff;
    font-weight: 800;
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    font-size: 18px;
}
.donatiebox .accordion .button:hover, .nav_buttons .prev_button button.button:hover,.nav_buttons .next_button button.button:hover {
    background: #fff;
    color: #7d4add;
}
.donatiebox .accordion .button, .nav_buttons .prev_button button.button,.nav_buttons .next_button button.button {
    background: #5AB8F6;
    border-radius: 5px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    border: none;
    width: auto;
}

button.button.button--form.js-accordion-next {
    float: right;
}
.donatiebox button.button.button--form.js-accordion-submit.js-submit {
    float: right;
    padding: 20px;
    background: #ff008f;
    font-size: 1.5em;
    border: 1px solid #fff;
}
.donatiebox .accordion_step {
    border-bottom: 1px solid #ffffff;
}
.donatiebox .form {
    margin: 0 0 1.5em 0;
    overflow: hidden;
}
.donatiebox .form_label {
    display: block;
    padding: 0 0 15px 0;
    font-size: 16px;
}
.donatiebox .form_label strong {
    font-weight: normal;
}
.content .donatiebox a {
    color: #fc94d4;
}
.calculation-table {
    font-size: 1.2em;
    line-height: 1.7;
}
.donatiebox .form_element {
    padding: 0 0 25px 0;
}
.radio {
    padding: 0;
    margin: 0 0 25px 0;
}
.radio_text {
    line-height: 1;
}
.radio_text_bold {
    display: block;
    line-height: 1;
    margin: 0 0 5px 0;
    font-weight: 800;
    font-size: 1.2em;
    padding-top: 5px;
}
.inputfield_material .form_input select {
    cursor: pointer;
    border: none;
    color: #000;
    padding: 0 !important;
    outline: none;
}
.inputfield_material .form_input {
    width: 100%;
    padding: 0;
    margin: 0 0 5px 0;
    border: none;
    font-size: 1.5em;
    outline: none;
}
.inputfield_material .form_label {
    display: block;
    color: #6560de;
    text-transform: uppercase;
    font-size: 0.7em;
    margin: 0 0 10px 0;
    padding: 0;
}
.form_element.inputfield_material {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 1px 1px #000000ad;
    width: auto;
    padding: 5px 10px;
    margin: 0 0 20px 0;
}
.inputfield_material .js-ander_sponsor_bedrag {
    border: none;
    padding: 0 !important;
    color: #000;
    outline: none;
}


.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.upload-btn-wrapper .btn {
    border: 1px solid white;
    color: white;
    background: none;
    padding: 8px 20px;
    border-radius: 8px;
    font-size: 20px;
    font-weight: bold;
}

.upload-btn-wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.donatiebox .input.form_success, .donatiebox .select.form_success, .donatiebox .textarea.form_success {
    border: none;
}


.zoekveld {
    background: #f8f8f8;
    border-radius: 5px;
    box-shadow: 0px 1px 1px #000000ad;
    width: auto;
    padding: 0;
    margin: 0 0 40px 0;
}
.zoekveld label {
    display: block;
    color: #6560de;
    text-transform: uppercase;
    font-size: 0.9em;
    margin: 0 0 10px 0;
}
.zoekveld input {
    width: 100%;
    padding: 15px 15px !important;
    margin: 0 0 0 0;
    border: none;
    font-size: 1.5em;
    outline: none;
    background: #f8f8f8;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
.zoekveld input:focus {
    background: #89e0cf;
    color: #fff;
    padding: 20px 15px !important;

}

.team_donations {
    display: flex;
    flex-wrap: wrap;
}
.team_donation_container {
    width: 23%;
    margin-bottom: 15px;
    box-shadow: 0px 1px 1px 0px #d3d3d3;
    background: #f2f2f2;
    margin: 0 1% 2% 1%;
}

.team_donation {
    display: block;
    padding: 0;
    text-decoration: none;
    width: auto;
}

 .team_donation .team_header{
    height: 150px;
 }

.team {
    padding: 15px 10px;
}
.donations,
.opgehaald,
.name {
    margin: 0 0 10px 0;
}
.name {
    margin: 15px 0 5px 0;
}
.name .contentpart {
    font-size: 1.3em;
    font-weight: 800;
}
.amount .contentpart {
    font-size: 1.8em;
    font-weight: 800;
    display: block;
    line-height: 1;
}
.amount .label {
    text-transform: uppercase;
    line-height: 1;
    margin: 7px 0 0 0;
}
.content .team_donation, .content a.team_donation {
    color: #000;
}
 .team_donation .team_header .team_place {
    font-weight: bold;
    background-color: #CCC;
    width: 2.5em;
    height: 2.5em;
    line-height: 2.5em;
    text-align: center;
    display: block;
    border-radius: 5em;
 }

 .team_donation .team_header .team_place-1 {
    background: rgb(246,221,59);
    background: -moz-linear-gradient(-45deg, rgba(246,221,59,1) 0%, rgba(255,240,204,1) 38%, rgba(251,230,161,1) 48%, rgba(219,164,34,1) 76%, rgba(255,187,29,1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(246,221,59,1) 0%,rgba(255,240,204,1) 38%,rgba(251,230,161,1) 48%,rgba(219,164,34,1) 76%,rgba(255,187,29,1) 100%);
    background: linear-gradient(135deg, rgba(246,221,59,1) 0%,rgba(255,240,204,1) 38%,rgba(251,230,161,1) 48%,rgba(219,164,34,1) 76%,rgba(255,187,29,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6dd3b', endColorstr='#ffbb1d',GradientType=1 );
 }
 .team_donation .team_header .team_place-2 {
    background: rgb(197,197,197);
    background: -moz-linear-gradient(-45deg, rgba(197,197,197,1) 0%, rgba(235,235,235,1) 38%, rgba(255,255,255,1) 48%, rgba(168,168,168,1) 77%, rgba(203,203,203,1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(197,197,197,1) 0%,rgba(235,235,235,1) 38%,rgba(255,255,255,1) 48%,rgba(168,168,168,1) 77%,rgba(203,203,203,1) 100%);
    background: linear-gradient(135deg, rgba(197,197,197,1) 0%,rgba(235,235,235,1) 38%,rgba(255,255,255,1) 48%,rgba(168,168,168,1) 77%,rgba(203,203,203,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c5c5c5', endColorstr='#cbcbcb',GradientType=1 );
 }
 .team_donation .team_header .team_place-3 {
    background: rgb(223,137,39);
    background: -moz-linear-gradient(-45deg, rgba(223,137,39,1) 0%, rgba(255,230,204,1) 39%, rgba(251,203,161,1) 47%, rgba(219,120,34,1) 77%, rgba(172,87,23,1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(223,137,39,1) 0%,rgba(255,230,204,1) 39%,rgba(251,203,161,1) 47%,rgba(219,120,34,1) 77%,rgba(172,87,23,1) 100%);
    background: linear-gradient(135deg, rgba(223,137,39,1) 0%,rgba(255,230,204,1) 39%,rgba(251,203,161,1) 47%,rgba(219,120,34,1) 77%,rgba(172,87,23,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#df8927', endColorstr='#ac5717',GradientType=1 );
 }

.team_donation .team .label, .team_donation .team .contentpart {
    display: block;
}

.team_donation .team .label {
    font-size: 1em;
    text-transform: uppercase;
}

.team_donation .team .contentpart {
    font-weight: bold;
}
.name span.contentpart {
    font-size: 1.2em;
}
.donations span.contentpart {
    font-size: 1.6em;
}
.donations .button {
    -webkit-appearance: none;
    border: none;
    border-radius: 5px;
    padding: 10px 15px;
    outline: none;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    display: inline-block;
    color: #fff;
    text-transform: none;
    font-size: 14px;
    background: #ff00c0;
    margin: 1em auto;
    cursor: pointer;
}
.donations .donation {
    margin-top: 0.75em;
}

.opgehaald span.contentpart {
    font-size: 2em;
}

/**************
* custom radio
******************/

/* Customize the label (the container) */
.cust_rad {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 0.8em;
}

/* Hide the browser's default radio button */
.cust_rad input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 1px;
  width: 1px;
}

/* Create a custom radio button */
.cust_rad .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border: 2px solid #fff;
    border-radius: 15px;
}

/* On mouse-over, add a grey background color */
.cust_rad:hover input ~ .checkmark {
  /*background-color: #ccc;*/
}

/* When the radio button is checked, add a blue background */
.cust_rad input:checked ~ .checkmark {
  /*background-color: #2196F3;*/
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.cust_rad .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.cust_rad input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.cust_rad .checkmark:after {
    top: 3px;
    left: 3px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: white;
}

.indidualform .checkmark {
    border-color: #000;
}

/**********
team page
************/
small {
    font-size: 80%;
    line-height: 1.5;
    display: block;
    font-weight: 400;
}
.team_page .team_header {
    height: 390px;
    position: relative;
    margin: 0 0 40px 0;
}
.donatiebox .form_element_radio {
    margin: 0 0 30px 0;
}
.team_page .team_header .team_info_box {
    position: absolute;
    bottom: 0;
    font-size: 2em;
    padding: 1em;
    color:#FFF;

}
.team_header_info_box {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    background: #0000003d;
    padding: 15px 30px;
    color: #fff;
    line-height: 1;
}
.team_header_info_box span.label {
    text-transform: uppercase;
    display: block;
    font-size: 1.8em;
}
.team_header_info_box span.contentpart {
    text-transform: uppercase;
    display: block;
    font-size: 3em;
    font-weight: 800;
}

.team_page .team_header .team_info_box span{
    text-shadow:2px 2px 5px #5b5b5b;
}

.team_page .team_info_box .label, .team_page .team_info_box .contentpart {
    display: block;
}
.team_info {
    display: block;
    overflow: hidden;
    background: rgb(24,217,188);
    background: -moz-linear-gradient(-45deg, rgba(24,217,188,1) 0%, rgba(42,172,199,1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(24,217,188,1) 0%,rgba(42,172,199,1) 100%);
    background: linear-gradient(135deg, rgba(24,217,188,1) 0%,rgba(42,172,199,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#18d9bc', endColorstr='#2aacc7',GradientType=1 );
margin: 0 0 40px 0;
}
.team_page .team_info .team_info_box {
    padding: 0;
    border:1px solid #FFF;
    color: #FFF;
    background:none;
    font-size: 2.1em;
    padding: 1em;
    line-height: 1;
    margin-top:0;
}

.team_page .team_info_box .label {
    font-size: 0.65em;
    text-transform: uppercase;
}

.team_page .team_info_box .contentpart {
    font-weight: bold;
    font-size: 1.8em;
    display: block;
    margin: 0 0 15px 0;
}

.spinners .spinner {
    background: #fbfbfb;
    padding: 10px;
    margin: 0 5px 10px 5px;
    box-shadow: 0px 1px 1px 0px #d3d3d3;
    position: relative;
}

.spinners .spinner .avatar img {
    width: auto;
    max-width: 100%;
}

.spinner .avatar {
    width: 90px;
    float: left;
    display: inline-block;
}
.spinner .info {
    float: left;
    display: inline-block;
    width: auto;
    margin: 0 0 0 20px;
}
.spinners .spinner .donations-toggle {
    color: #AB1BD9;
    cursor: pointer;
    text-align: right;
    margin-top: 0;
    text-transform: uppercase;
    position: absolute;
    right: 5px;
    bottom: 5px;
}

.spinners .spinner .donations {
    margin: 40px 0 50px 0;
}

.spinners .spinner .donations .donation {
    border-bottom: 1px solid #000;
}

.spinners .spinner .donations-toggle {
}

.spinners .spinner .donations-toggle .arrow {
    font-weight: bold;
    margin-left: 0.1em;
}

.spinners .spinner .donations-toggle .arrow--open {
    vertical-align: middle;
    vertical-align: -webkit-baseline-middle;
}
.spinners h3.title {
    margin: 0 0 20px 0;
}

.team_page .inputfield_material .form_input select {
    font-size: 13px;
}

.donatiebox{
    margin-bottom: 2em;
}

.laatstedonatiesbox {
background: rgb(87,169,224); /* Old browsers */
background: -moz-linear-gradient(-45deg, rgba(87,169,224,1) 0%, rgba(98,88,238,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, rgba(87,169,224,1) 0%,rgba(98,88,238,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, rgba(87,169,224,1) 0%,rgba(98,88,238,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#57a9e0', endColorstr='#6258ee',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    color: #FFF;
    padding: 1em;
}
span.subtitle {
    text-transform: uppercase;
    margin: 0 0 15px 0;
    display: block;
}
.laatstedonatiesbox .title {
    font-size: 1.5em;
    font-weight: bold;
    text-transform: uppercase;
    color: #FFF;
}

.laatstedonatiesbox .donation {
    border-bottom: 1px solid #FFF;
}

span.totaal_donaties {
    font-size: 1.5em;
    display: block;
    margin: 0 0 30px 0;
    font-weight: 600;
    display: none;
}
.over_content {
    margin: 0 0 40px 0;
}
.team_page h3 {
    color: #000;
    font-size: 1.4em;
    font-weight: 600;
}

/*************
* Nieuwe wijzigingen
*************/

.mainform input, .mainform select, .mainform textarea {
    color: #000;
    border: 1px solid #b2b2b2;
    box-sizing: border-box;
    border-radius: 3px;
    padding: 5px;
    font-size: 14px;
}
.mainform .form_element {
    background: none;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
}
.mainform .form_label {
    color: #000000;
    font-size: 13px;
}
a {
    color: #4277d4;
}

h1,h2,h3 {
    color: #4277d4;
    text-transform: none;
    font-weight: normal;
}

.loginbox {
    max-width: 800px;
}

.steps-table{
    display:table;
    width: 100%;
    border-top: 1px solid #CCCCCC;
}

.steps-row{
    display:table-row;
}
.column-header{
    font-weight: bold;
}
.steps-column{
    display:table-cell;
    border-bottom: 1px solid #CCCCCC;
}
.steps-column:nth-child(2), .steps-column:nth-child(3){
    text-align: center;
}
.content-holder {
    box-shadow: none;
    margin: 0;
}

.breadcrumbs{
    background: #e8e8e8;
    padding: 20px 40px;
    font-size: 0.8em;
}

.breadcrumbs-inner {
    width: 100%;
    max-width: 1200px;
    margin:0 auto;
}
.content-container {
    padding:0;
}

.content-success {
    width: 100%;
}

/*****************
* progressie
****************/
.voortgang_content .voortgang_container {
    margin: 30px 0;
    text-align: center;
}

.voortgang_content .voortgang_labels{
    display: inline-flex;
    width: 108%;
    margin-left: -4%;
}
.voortgang_content .voortgang_label {
    flex-grow: 1;
    flex-basis: 0;
    text-align: center;
    position: relative;
}

.voortgang_content .voortgang_label span {
    width: 1.5em;
    height: 1.5em;
    background: #FF00C0;
    border: 2px solid #FFF;
    border-radius: 2em;
    color: #FFF;
    display: inline-block;
    margin: 0 0 0.5em 0;
}

.voortgang_content .voortgang_label::after {
    content: ".";
    position: absolute;
    display: block;
    width: 100%;
    text-align: center;
    color: #FFF;
    font-size: 3em;
    margin-top: -0.4em;
}

.voortgang_content .voortgang_label.done::before {
    content: "✓";
    display: inline-block;
    position: absolute;
    left: 58%;
    top: -0.5em;
    background: #FFF;
    width: 1em;
    height: 1em;
    color: #000;
    line-height: 1em;
    font-size: 0.8em;
    border-radius: 1em;
    padding: 0.1em;
}

.progress_bar {
    display: block;
    height: 1em;
    background: #20273B;
    border-radius: 1em;
    overflow: hidden;
}

.progress_bar .progress {
    min-width: 10px;
    background-color: #FF00C0;
    display: block;
    height: 100%;
    border-radius: 0 1em 1em 0;
}
.voortgang_content.blue_box a.button {
    color: #fff;
    text-transform: none;
    font-size: 14px;
    background: #ff00c0;
    margin: 10px 0 10px 0;
}
/*
* extra progressie
*/
.extra_voortgang_content {
    margin: 20px 0;
}
.extra_voortgang_content .voortgang_container {
    margin-top: 1.5em;
}
.extra_voortgang_content .voortgang_labels{
    width: 100%;
    margin: 0;
}
.extra_voortgang_content .voortgang_label {
    text-align: center;
    position: relative;
    max-width: 5em;
    left: -1.7em;
}

.extra_voortgang_content .voortgang_label span {
    color: #FFF;
    margin-top: -1em;
    position: absolute;
}

.extra_voortgang_content .voortgang_label::after {
    content: ".";
    position: absolute;
    width: 100%;
    text-align: left;
    color: #FFF;
    font-size: 3em;
    margin: 0.1em 0 0 0.27em;
}

.extra_voortgang_content .voortgang_label::before {
    content: "▾";
    position: absolute;
    width: 100%;
    text-align: left;
    color: #FFF;
    font-size: 3em;
}

.blue_box {
    background: #1F2537;
    background: -moz-linear-gradient(-45deg, rgba(31,37,55,1) 0%, rgba(60,103,179,1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(31,37,55,1) 0%,rgba(60,103,179,1) 100%);
    background: linear-gradient(135deg, rgba(31,37,55,1) 0%,rgba(60,103,179,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1F2537', endColorstr='#3C67B3',GradientType=1 );
    color: #fff;
    padding: 30px;
}

.blue_box h3{
    color: #FFF;
}
.content-sidebar {
    background: none;
}

button:focus,
input:focus,
optgroup:focus,
select:focus,
textarea:focus {
    background: #FFFFFF!important;
    color: #ff00c0!important;
}

.js-calculation-products{
    font-size: 0.8em
}

span.poweredby {
    background: #1F2537;
    background: -moz-linear-gradient(-45deg, rgba(31,37,55,1) 0%, rgba(60,103,179,1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(31,37,55,1) 0%,rgba(60,103,179,1) 100%);
    background: linear-gradient(135deg, rgba(31,37,55,1) 0%,rgba(60,103,179,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1F2537', endColorstr='#3C67B3',GradientType=1 );
    color: #fff;
    padding: 15px 30px;
    display: inline-flex;
    width: 100%;
}
.poweredby span {
    flex-grow: 1;
    flex-basis: 0;
    text-align: center;
}
.poweredby a {
    color: #FFF;
}

.countdown_container {
background: #ff00c0;
background: -moz-linear-gradient(90deg, rgba(255,0,192,0.2) 0%, rgba(255,0,192,1) 100%);
background: -webkit-linear-gradient(90deg, rgba(255,0,192,0.2) 0%,rgba(255,0,192,1) 100%);
background: linear-gradient(90deg, rgba(255,0,192,0.2) 0%,rgba(255,0,192,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe38f1', endColorstr='#ff00c0',GradientType=1 );
color: #FFF;
font-weight: bold;
float: right;
}
.countdown_container span {
    display: inline-block;
    text-align: center;
    padding: 0.2em;
}

.countdown_container span span {
    display: block;
    font-size: 0.8em;
}

/************
* MENU
*************/
.menu-items {
    right: 0;
}
.menu-items ul li {
    border: none;
}
.menu-items ul li a {
    color: #FFF;
    padding: 33px 15px 33px 15px;
    width: auto;
    font-size: 0.85em;
    font-weight: bold;
}
.menu-items ul li.menu-active a, .menu-items ul li a:hover {
    background: rgba(255,255,255,0.5);
}
li.menu-active span.menu-active-border {
    display: none;
}

@media only screen and (max-width: 767px) {

    .menu-container img {
    width: 120px;
    position: absolute;
    left: 10px;
    top: 14px;
}
.menu-container img.logojoep {
    width: 40px;
    position: absolute;
    left: 153px;
    top: 10px;
}
span.burgermenu-line {
    background: #fff;
}
.visual-container {
    margin-top: 40px;
}
.team_page .team_info .team_info_box {
    padding: 10px 20px;
}
.team_page .team_info_box .contentpart {
    font-size: 28px;
    margin: 0 0 2px 0;
}
.team_page .team_info_box .label {
    font-size: 15px;

}
.team_info {
    margin: 0 0 20px 0;
}
.over_content {
    margin: 0 0 20px 0;
}
.blue_box {
    padding: 20px;
}
.content-main-inner {
    padding: 20px 15px;
}
.voortgang_content .voortgang_label.done::before {
    left: 58%;
    top: -3px;
    width: 10px;
    height: 10px;
    line-height: 1em;
    font-size: 11px;
    padding: 2px;
}
.voortgang_content .voortgang_label span {
    border: 1px solid #FFF;
    font-size: 11px;
    line-height: 16px;
}
.progress_bar {
    display: block;
    height: 19px;
    background: #20273B;
    border-radius: 1em;
    overflow: hidden;
    margin: 0 -4px 0 -4px;
}
.progress_bar .progress {
    min-width: 10px;
    background-color: #FF00C0;
    display: block;
    height: 100%;
    border-radius: 0 1em 1em 0;
}
}

.full_width {
    width: 100%;
    margin-bottom: 15px;
    box-shadow: 0px 1px 1px 0px #d3d3d3;
    background: #f2f2f2;
    margin: 0 1% 2% 1%;
}

.row-top {
    margin-bottom: 15px;
    box-shadow: 0px 1px 1px 0px #d3d3d3;
    background: #f2f2f2;
}

.bold {
    font-weight: bold;
}
