@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');
/* 4 column Gravity Forms custom ready class ------------------------------------------------------*/
 
.gform_wrapper .top_label li.gfield.gf_first_quarter,
.gform_wrapper .top_label li.gfield.gf_second_quarter,
.gform_wrapper .top_label li.gfield.gf_third_quarter,
.gform_wrapper .top_label li.gfield.gf_fourth_quarter {
    margin:0 0 8px 0;
    width:24%;
}
 
.gform_wrapper .top_label li.gfield.gfield_error.gf_first_quarter,
.gform_wrapper .top_label li.gfield.gfield_error.gf_second_quarter,
.gform_wrapper .top_label li.gfield.gfield_error.gf_third_quarter {
    width:21%;
}
 
.gform_wrapper .top_label li.gfield.gfield_error.gf_third_quarter {
    margin-right:1%;
}
 
.gform_wrapper .top_label li.gfield.gf_first_quarter {
    float:left;
    clear:left!important;
}
 
.gform_wrapper .top_label li.gfield.gf_second_quarter,
.gform_wrapper .top_label li.gfield.gf_third_quarter,
.gform_wrapper .top_label li.gfield.gf_fourth_quarter {
    float:left;
    margin-left:2%;
    clear:none!important;
}
 

body .gform_wrapper .top_label li.gfield.gf_left_half,
body .gform_wrapper .top_label li.gfield.gf_right_half {
    float:left;
    margin-left:2%;
    clear:none !important;
}
 
.gform_footer input[type="submit"],
.gform_page_footer input[type="submit"],
.gform_footer .gform_next_button,
.gform_page_footer .gform_next_button {
  width:auto !important;
  padding-right:50px;
  display:inline-block;
}

.gform_wrapper .top_label li.gfield.gfield_error.gf_second_quarter,
.gform_wrapper .top_label li.gfield.gfield_error.gf_third_quarter {
    margin-left:3%;
}
 
.gform_wrapper .top_label li.gfield.gf_first_quarter input.medium,
.gform_wrapper .top_label li.gfield.gf_first_quarter input.large,
.gform_wrapper .top_label li.gfield.gf_first_quarter select.medium,
.gform_wrapper .top_label li.gfield.gf_first_quarter select.large,
.gform_wrapper .top_label li.gfield.gf_second_quarter input.medium,
.gform_wrapper .top_label li.gfield.gf_second_quarter input.large,
.gform_wrapper .top_label li.gfield.gf_second_quarter select.medium,
.gform_wrapper .top_label li.gfield.gf_second_quarter select.large,
.gform_wrapper .top_label li.gfield.gf_third_quarter input.medium,
.gform_wrapper .top_label li.gfield.gf_third_quarter input.large,
.gform_wrapper .top_label li.gfield.gf_third_quarter select.medium,
.gform_wrapper .top_label li.gfield.gf_third_quarter select.large,
.gform_wrapper .top_label li.gfield.gf_fourth_quarter input.medium,
.gform_wrapper .top_label li.gfield.gf_fourth_quarter input.large,
.gform_wrapper .top_label li.gfield.gf_fourth_quarter select.medium,
.gform_wrapper .top_label li.gfield.gf_fourth_quarter select.large {
    width:95%;
}
 
.gform_wrapper .top_label li.gfield.gf_first_quarter+li.gsection,
.gform_wrapper .top_label li.gfield.gf_third_quarter+li.gsection {
    padding:16px 0 8px 0;
}
 
.gform_wrapper .top_label li.gfield.gf_first_quarter+li.gfield,
.gform_wrapper .top_label li.gfield.gf_second_quarter+li.gfield,
.gform_wrapper .top_label li.gfield.gf_third_quarter+li.gfield,
.gform_wrapper .top_label li.gfield.gf_fourth_quarter+li.gfield {
    clear:both;
}
 
.gform_wrapper .top_label li.gfield.gf_first_quarter+.gform_footer,
.gform_wrapper .top_label li.gfield.gf_second_quarter+.gform_footer,
.gform_wrapper .top_label li.gfield.gf_third_quarter+.gform_footer,
.gform_wrapper .top_label li.gfield.gf_fourth_quarter+.gform_footer {
    clear:both;
}
 
.gform_body label i {
  font-size:14px;
  color:#f26432;
  font-style:normal;
}

.stiky-scrore-box {
  position: sticky;
  top: 100px;
  background-color: white;
  z-index: 9;
  padding: 10px 0;
}
.avg-score-container {
    margin-bottom: 20px;
}


.bg_white{
  background-color: #fff !important;
}

.field_group {
  display: grid;
  grid-template-columns: 95% 5%;
  gap: 10px;
  align-items: center;
  position: relative;
}

#improvements-container fieldset {
  position: relative;
  width: calc(100% - 30px);
}

#improvements-container a.remove-btn {
  position: absolute;
  top: 50%;
  right: -35px;
  transform: translateY(-50%);
}


/*== Startreview & Editreview.php (Start) ==*/

.rating-boxes {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.list-layout {
    display: flex;
    flex-direction: column;
}
.list-layout .comment {
    font-size: 13px;
}

.rating-box input {
    display: none;
}

.rating-box {
    width: 55px;
    height: 45px;
    border: 1px solid #EE5A24;
    border-radius: 8px;
    cursor: pointer;
    transition: 0.5s;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
}

.rating-box:hover {
    background: #f7f0ff;
}

.rating-box input:checked + .rating-number {
    background: #EE5A24;
    color: white !important;
    width: 63px;
    height: 45px;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.rating-number {
    font-size: 15px;
    display: inline-block;
    font-weight: 600;
}

.rating-title {
    font-weight: 600;
    margin-bottom: 10px;
}

#formcontainer h5 {
    margin-bottom: 25px !important;
}

.sub-category {
    margin-bottom: 20px;
}

.stiky-scrore-box {
    margin-left: 35px;
}

.score-box-wrapper {
    display: flex;
    align-items: center;
    gap: 12px;
}

.score-text {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}

.score-box {
    background: var(--box-color, #FF6E00);
    color: #fff;
    width: 85px;
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    font-size: 22px;
    font-weight: 700;
    position: relative;
    rotate: 5deg;
}

.score-box::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid var(--arrow-color, #FF6E00);
}

/* merged both variations */
.score-number,
.score-number font,
.avg-number,
.avg-number font {
    color: #FFFFFF !important;
    font-weight: 600;
    font-size: 32px;
}

.totle-score-label {
    font-weight: 600;
    font-size: 25px;
}

/* Step form (only in CSS 2) */
.form-group.step {
    display: none;
    background: #fff;
    border-radius: 8px;
    margin-bottom: 20px;
}
.form-group.step:first-child {
    display: block;
}

.error-message {
    color: #dc3545;
    font-size: 14px;
    margin-top: 5px;
    display: block;
}

/* Category toggle */
.category-item {
    display: flex;
    width: 100%;
    flex-direction: column;
    border-bottom: 1px solid rgb(226, 226, 226);
    padding: 10px 0px;
}

.category-item .toggle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 0;
    background: transparent;
    color: #000;
    padding: 0;
    outline: 0;
    cursor: pointer;
}

.category-item .toggle span {
    font-family: "loos-wide", sans-serif;
    font-size: 16px;
    color: #10101A !important;
}

.category-item .toggle span.category-value {
    color: #FFF !important;
    padding: 5px;
    border-radius: 2px;
    width: 40px;
    height: 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    margin: 3px 0 3px 5px;
}

/* Pros & Cons */
.proscons {
    display: flex;
    padding: 0;
    margin: 0 0 10px 0;
    list-style: none;
    gap: 3px;
    flex-direction: column;
}

.proscons li {
    font-size: 14px;
    padding-left: 26px;
    word-break: break-word;
}

.proscons.positives li {
    background: url("../images/icon-positive.svg") left center no-repeat;
}

.proscons.negatives li {
    background: url("../images/icon-negative.svg") left center no-repeat;
}

/* Improvement list */
ul.improvement_list {
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
    list-style: none;
    padding: 0 0 10px 0;
}

.improvement_list li:first-child {
    font-size: 16px;
    font-weight: 500;
    color: #000000ff;
}

/* Review content */
.expert_review_paragraph {
    font-size: 15px;
    opacity: 0.9;
    line-height: 1.4;
}

.expert_review_paragraph.img-available .content-box {
    display: flex;
    gap: 14px;
    flex-direction: row;
}

.img-available .content-box small {
    max-width: 85%;
    width: 85%;
}

.content-box small {
    font-size: 15px;
}

.img-available .content-box .img-box {
    max-width: 25%;
    width: 25%;
}

/* Sub list */
ul.sub-list {
    margin-top: 10px;
    padding-left: 10px;
    font-size: 14px;
    color: rgb(51, 51, 51);
    list-style: none;
}

ul.sub-list li {
    display: flex;
    justify-content: space-between;
    padding: 3px 0px;
}

ul.sub-list li strong {
    color: #000 !important;
}

/* Misc */
.score-summary {
    display: none;
}

.locked-title p {
    padding-left: 20px;
    border-left: 4px solid #CCC;
    margin-bottom: 30px;
}

#formcontainer .locked-title h5 {
    margin-bottom: 10px !important;
}

.additional-questions-summary .badge {
    padding: 5px 10px;
    font-size: 16px;
    color: #FFF !important;
    margin-right: 6px;
}

/* Only in CSS 2 */
.additional-questions-summary .question-item:last-child {
    display: none;
}

/* Only in CSS 1 */
.row > div {
    position: inherit;
}


/*== Startreview & Editreview.php (End) ==*/

/* contribution by gogrw------------------------------------------------------*/
@media only screen and (max-width: 550px), only screen and (max-device-width: 550px){
    .gform_wrapper .top_label li.gfield.gf_first_quarter,
    .gform_wrapper .top_label li.gfield.gf_second_quarter,
    .gform_wrapper .top_label li.gfield.gf_third_quarter,
    .gform_wrapper .top_label li.gfield.gf_fourth_quarter {
    margin:0 0 0 0 !important;
    width:100% !important;
    min-width:100% !important;
    max-width:100% !important;
    }
}
a {
  color:#EE5A24;
}

a:hover {
  color:#EE5A24;
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col-xs-5ths {
  width: 20%;
  float: left; }

@media (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left; } }

@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left; } }

@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left; } }

* {
  font-family: 'Open Sans';
  font-weight: 300;
  color: #333; }

h1 {
  font-size: 28px;
  color: #1C1D1A;
  letter-spacing: 0;
  font-weight:700;
  text-align: center; }
  h1.left {
    text-align: left; }

h2 {
  color: #1c1d1a;
  font-size: 24px;
  font-family: Open Sans; }

hr {
  border-color: #EE5A24;
  width: 100px;
  margin: 10px 0 15px 0; }

header {
  position: relative;
  background: url(../images/headerbg.jpg) center;
  background-size: cover;

  }
  header #topbar {
    position:fixed;
    width:100%;
    top:0;
    z-index:100;
    padding: 20px 0;
    background: #fff; }
    header #topbar #nav {
      float: right;
      list-style: none;
      padding: 0;
      margin: 0; }
      header #topbar #nav li {
        float: left;
        line-height: 36px; }
        header #topbar #nav li a {
          color: #1c1d1a;
          padding: 0 20px;
          font-family: Open Sans; }
        header #topbar #nav li a:hover {
          text-decoration: none;
          color:#EE5A24;
        }
        header #topbar #nav li:first-child a {
          border: 0; }
        header #topbar #nav li #search {
          width: 169px;
          height: 31px;
          line-height: 31px;
          background: url(../images/search.png) no-repeat;
          border: 0;
          padding: 0 30px 0 15px; }
  header #slider {
    height: 478px;
    padding-top: 0; }
    header #slider .slide {
      padding-top: 20px;
      height: 478px;
      background-size: cover;
      background-position: top center;
      background-repeat: no-repeat; }
      header #slider .slide span {
        font-size: 32px;
        color: #FFFFFF;
        letter-spacing: 0;
        text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3); }

.fixedContainer {
  position: absolute;
  z-index: 999; }

#brochure {
  width: 400px;
  z-index: 99;
  background: #EE5A24 url(../images/fietsbrochure.svg) top 20px right 20px no-repeat;
  border-radius: 4px;
  padding: 20px 30px;
  float: right;
  margin-top: -200px;
  position: relative; }
  #brochure p {
    font-family: Open Sans;
    font-size: 18px;
    color: #FFFFFF;
    letter-spacing: 0; }



@media (max-width:767px) {
  #brochure {
    margin-top:15px;
    float:none;
    width:100%;
  }

  #brochure input[type="text"] {
    margin-bottom:15px;
  }

  #brochure .form-group {
    margin-bottom:0;
  }

  #testpanel #foto {
    height:300px;
  }
}

#cta {
  padding: 20px 0;
  background: #f4f4f4; }
  #cta img {
    width: 104px;
    float: left;
    margin-right: 25px; }
  #cta span {
    font-family: Open Sans;
    font-size: 23px;
    color: #1C1D1A;
    letter-spacing: 0;
    display: block;
    padding: 10px 0 5px 0; }

#bekendvan {
  padding: 40px 0;
  text-align: center; }
  #bekendvan span {
    display: block;
    margin-bottom: 20px;
    font-size: 16px;
    color: #5D5F59;
    letter-spacing: 0;
    text-align: center; }
  #bekendvan img {
    margin: 0 15px 10px 15px; }

#testen {
  background: #f4f4f4; }

#testen, #nieuws, #merken {
  padding: 50px 0; }
  #testen .test, #nieuws .test, #merken .test {
    display: block;
    border: 1px solid #9DA098;
    border-radius: 4px;
    margin-top: 20px;
    transition: 0.3s all; }
    #testen .test:hover, #nieuws .test:hover, #merken .test:hover {
      text-decoration: none;
      box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4); }
    #testen .test img, #nieuws .test img {
      width: 100%; }
    #testen .test .content, #nieuws .test .content {
      padding: 20px; }
      #testen .test .content .title, #nieuws .test .content .title {
        font-size: 24px;
        color: #EE5A24;
        letter-spacing: 0;
        margin-bottom: 20px;
        display: block; }
      #testen .test .content p, #nieuws .test .content p {
        font-family: Open Sans;
        font-size: 16px;
        color: #1C1D1A;
        letter-spacing: 0;
        line-height: 20px; }

#merken .test {
  padding:40px;
  text-align:center;
}

.owl-carousel .owl-item img {
  display: inline !important;
  width: 100% !important; }

.owl-prev {
  position: absolute;
  left: -50px;
  top: 150px; }
  .owl-prev span {
    background: url(../images/prev.png);
    width: 21px;
    height: 36px;
    display: inline-block;
    font-size: 0px; }

.owl-next {
  position: absolute;
  right: -50px;
  top: 150px; }
  .owl-next span {
    background: url(../images/next.png);
    width: 21px;
    height: 36px;
    display: inline-block;
    font-size: 0px; }

#slider {
  padding-top: 30px; }
  #slider .image {
    text-align: center; }
  #slider .title {
    color: #EE5A24;
    font-size: 24px;
    font-weight: Open Sans;
    display: block; }
  #slider .subtitle {
    color: #1c1d1a;
    font-size: 18px;
    font-weight: Open Sans;
    display: block; }
  #slider .home-rating {
    font-size: 64px;
    color: #EE5A24;
    letter-spacing: -3px; }
  #slider .home-rating span {
    font-size: 20px !important;
    color: #1C1D1A;
    letter-spacing: 0; }

#prijzenpakket {
  text-align: center; }
  #prijzenpakket img {
    max-width: 100%; }

#heading {
  text-align: center;
  padding: 40px 0 30px 0; }
  #heading h1 {
    padding-bottom: 20px; }
  #heading .configurator {
    padding: 80px 0 70px 0;
    background: #fff url(../images/configuratorbg.png) center center no-repeat; }
    #heading .configurator h1 {
      padding-bottom: 40px; }
    #heading .configurator p {
      line-height: 28px;
      padding-bottom: 20px; }

#fietstest {
  padding-bottom: 40px; }
  #fietstest .prev {
    padding-top: 15px; }
    #fietstest .prev .prevquestion {
      height: 17px;
      padding-left: 20px;
      line-height: 17px;
      color: #1c1d1a;
      background: url(../images/configurator/vorige.png) bottom left no-repeat; }
  #fietstest h1 {
    font-size: 24px;
    padding-bottom: 0; }
  #fietstest .vraag {
    color: #b2b3af;
    font-size: 18px;
    padding-bottom: 60px;
    display: block; }
  #fietstest .question a {
    display: block;
    margin-bottom: 20px; }
    #fietstest .question a .image {
      height: 225px;
      background: #f4f4f4;
      line-height: 225px; }
    #fietstest .question a span {
      background: #EE5A24;
      color: white;
      font-size: 18px;
      font-family: Open Sans;
      display: block;
      padding: 8px 0 12px 0; }
      #fietstest .question a:hover {
        text-decoration: none;
      }
    #fietstest .question a:hover .image {
      background: #dadada; }

#content {
  background: #f4f4f4;
  padding: 40px 0; }
  #content.white {
    background: #fff;
    text-align: center; }
    #content.white h1 {
      padding-bottom: 30px; }
    #content.white p {
      color: #1c1d1a;
      line-height: 28px; }

#filters {
  background: #f4f4f4;
  padding: 15px 20px;
  border:1px solid grey;
  border-radius:4px;
  text-align: left; }
  #filters .title {
    color: #EE5A24;
    font-family: Open Sans;
    font-size: 24px; 
    font-weight:bold; }
  #filters hr {
    width: 100% !important;
    border-color: grey !important; }
    #filters hr.short {
      width: 30px !important; }
  #filters .filter {
    clear: both; }
    #filters .filter strong {
      color: #1c1d1a;
      font-family: Open Sans;
      font-size: 18px;
      display: block;
      margin-bottom: 10px; }
    #filters .filter .form-group {
      clear: both;
      overflow: hidden;
      margin-bottom: 0; }
      #filters .filter .form-group label {
        display: inline-block;
        padding-left: 10px;
        width: calc(100% - 20px);
        vertical-align: top;
        padding-top: 2px; }
    #filters .filter #amount {
      display: inline;
      background: transparent;
      width: 100px;
      font-family: Open Sans;
      font-size: 16px;
      padding: 0 0 0 10px; }

#products .product {
  border-right: 1px solid #dadada;
  border-bottom: 1px solid #ccc; padding-bottom:20px; padding-top:20px;}
  #products .product:last-child {
    border: 0; }
    #products .product .heading {
      overflow:hidden;
    }
  #products .product .heading .price {
    background: #f4f4f4;
    color: #EE5A24;
    font-family: Open Sans;
    font-size: 21px;
    display: block;
    float: right;
    padding: 0 12px 8px 12px; }
    #products .image img {
      max-height:100%;
      display:block;
      margin:auto;
    }
    #products .image {
      height:150px;
      width:100%;
      text-align:center;
    }

    #products .image a {
      display:block;
      margin:auto;
      height:150px;
      overflow:hidden;
      text-align:center;
    }
  #products .product .meta .title {
    color: #EE5A24;
    font-family: Open Sans;
    font-size: 16px;
    font-weight:bold;
    display: block;
    line-height:24px;
    min-height:60px;
    margin-top:10px; 
    text-align:left;
    margin-bottom: 10px; }
  #products .product .meta .score {
    display: block;
    margin-bottom: 10px; }
    #products .product .meta .score a {
      color:#333;
      font-size:16px;
    }
    #products .product .meta .score span {
      float:left;
    }
    #products .product .meta .score .star {
      width: 20px;
      height: 19px;
      display: inline-block;float:left; }
      #products .product .meta .score .star.red {
        background: url(../images/star-red.png); }
        .star {
      width: 20px;
      height: 19px;
      margin-right:3px;
      display: inline-block; }
      .star.red {
        background: url(../images/star-red.png); }

        .star.red.empty {
        background: url(../images/star-none.png) !important; }


#products .product .btn-orange {
  display:block;
  width:100%;
}

#products .product .product-rating {
  background:#f4f4f4;
  border-radius:4px;
  display:inline-block;
  float:right;
  padding:4px 8px;
  color:#EE5A24;
  font-weight:bold;
  font-size:16px;
}

#products .product .brand {
  font-weight:bold;
  font-size:18px;
  float:left;
}

#products .product .productprice {
  background:grey;
  border-radius:4px;
  display:inline-block;
  float:right;
  padding:4px 8px;
  color:white;
  font-size:14px;
  font-weight:bold;
  margin-top:-5px;
}

#products .meta {

}
.ui-widget-header {
  background-color: #EE5A24; }
  .ui-widget-header .ui-corner-all {
    border-radius: 50% !important; }

.ui-state-default, .ui-widget-content .ui-state-default {
  border-radius: 50% !important;
  background: #EE5A24;
  border-color: white; }

.ui-widget-content {
  background: #b2b3af; }

.ui-slider-horizontal {
  height: 10px;
  border-radius: 10px; }

.ui-slider .ui-slider-handle {
  width: 15px;
  height: 15px;
  top: -4px; }

#pricerange {
  font-size: 12px;
  overflow: hidden; }
  #pricerange .left {
    float: left; }
  #pricerange .right {
    float: right; }

select {
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -ms-appearance: none;
  /* get rid of default appearance for IE8, 9 and 10*/
  background: white url(../images/chevron.png);
  background-position: right 15px top 50%;
  background-repeat: no-repeat;
  border:1px solid #EE5A24;
  display: block;
  padding: 5px 15px;
  border-radius:4px;
  width: 100%; }
/*
#formcontainer input[type="text"], 
#formcontainer input[type="number"], 
#formcontainer input[type="phone"], 
#formcontainer input[type="email"] {
  border-radius:4px;
  border:1px solid #EE5A24;
  padding:5px 8px !important;
}
*/
.gfield label {
  margin-bottom:0 !important;
  font-weight:400 !important;
}

textarea {
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -ms-appearance: none;
  /* get rid of default appearance for IE8, 9 and 10*/
  width: 100%;
  display: block;
  min-height: 100px;
  padding: 12px 15px; }

.center {
  text-align: center; }
#categories .owl-next, #categories .owl-prev {
  top:80px;
}
#categories {
  background: #f4f4f4;
  padding: 40px 0; }
  #categories .owl-item {
    height:220px;
  }
  #categories h1 {
    padding-bottom: 40px; }
  
    #categories .category img {
      width: 100%;
      height: 100%; }
    #categories .category {
      border-radius: 4px;
      height: 220px;
      background-size: cover;
      background-position: center center;
      position: relative; }
    #categories .category a {
      display: block;
      background: rgba(0, 0, 0, 0.5);

      position: absolute;
      border-bottom-left-radius: 4px;
      border-bottom-right-radius: 4px;
      bottom: 0;
      font-size: 18px;
      color: white;
      font-family: Open Sans;
      padding: 12px 20px 16px;
      text-align: center;
      min-height: 82px;
      font-size: 16px;
      color: #FFFFFF;
      letter-spacing: 0;
      text-align: center;
      display: table;
      width: 100%; }
      #categories .category a span {
        display: table-cell;
        height: 100%;
        vertical-align: middle;
        color: white;
        width: 100%; }
  @media (max-width: 767px) {
    #categories .row {
      -ms-flex-direction: column;
      -webkit-box-orient: vertical;
      flex-direction: column; } }


#testpanel {
  background: #f4f4f4; }
  #testpanel #foto {
    background: url("../images/Fietstest-Speed Pedelec.jpg") center center no-repeat;
    background-size: cover; }
  #testpanel .fwcontent {
    max-width: 655px;
    padding: 40px 0 40px 30px; }
  #testpanel h3 {
    color: #EE5A24;
    margin: 10px 0 20px 0; }

#prefooter {
  padding: 60px 0 40px 0; }
  #prefooter p {
    padding: 10px 0; }

@media (max-width:767px) {
  #prefooter img {
    max-width:120px;
    display:block;
    margin:auto;
    margin-bottom:20px;
  }

  #mc-embedded-subscribe {
    display:block;
    width:100%;
  }

  .btn-green {
    margin-bottom:10px;
  }

  #plaats {
    margin-top:15px;
  }
}

#breadcrumbs {
  background: #f4f4f4;
  padding: 15px 0;
  font-family: Open Sans;
  color: #1c1d1a; }
  #breadcrumbs a {
    text-decoration: underline;
    color: #1a4788; }
    #breadcrumbs a:hover {
      text-decoration: none; }

footer {
  background: #EE5A24;
  padding-top:40px;
  color: white; }
  footer .title {
    display: block;
    color: white;
    font-weight: Open Sans;
    font-size: 18px;
    padding-bottom: 20px; }
  footer ul {
    padding: 0; }
    footer ul li {
      list-style-type: none; }
      footer ul li a {
        color: white;
        font-family: Open Sans;
        font-size: 14px; }
        footer ul li a:hover {
          color: white; }
  footer .facebook, footer .twitter, footer .youtube, footer .instagram {
    background: url(../images/socialmedia.png);
    width: 36px;
    height: 35px;
    display: inline-block;
    margin-right: 5px; }
  footer .facebook {
    background-position: -44px 0; }
  footer .youtube {
    background-position: -89px 0; }
  footer .instagram {
    background-position: -133px 0; }

#copyright {
  background:rgba(0,0,0,0.3); 
  text-align:center;
  display:block;
  padding:15px 0;
  font-size:14px;
}
input[type="text"], input[type="password"], input[type="email"], input[type="phone"], input[type="number"] {
  border: 0;
  padding: 9px 15px;
  width: 100%;
  margin-right: 10px; }

#newsletter input[type="text"] {
  width: 200px;
  font-size: 14px;
  border: 1px solid #f4f4f4; }

#newsletter input[type="submit"] {
  width: 100%;
  padding-right: 100%; }

input[type="submit"], input[type="button"], .gform_next_button, a.prev-question {
  color: white;
  background: black url(../images/feather/chevron-right.svg) right 5px center no-repeat;
  padding: 20px 35px;
  font-size: 18px;
  border-radius: 4px;
  cursor: pointer;
  border: 0;
  display: block;
  width: 100%;
  text-align: left;
  max-width: 100%;
  font-size: 16px;
  padding: 9px 15px; }
  input[type="submit"]:hover {
    color: white;
    text-decoration: underline; }

#formcontainer .step {
  display: none; }
  #formcontainer .step.step-active {
    display: block; }

.gform_previous_button {
   color: white;
  background: #EE5A24;
  padding: 20px 35px;
  font-size: 18px;
  border-radius: 4px;
  cursor: pointer;
  border: 0;
  display:inline-block;
  width: auto;
  text-align: left;
  max-width: 100%;
  font-size: 16px;
  padding: 9px 15px;
  margin-right:10px;
}

.btn-orange, .mb-button {
  background: #EE5A24 !important;
  border-radius: 4px !important ;
  padding: 8px 20px !important  ;
  text-decoration: none !important  ;
  color: white !important ;
  margin-right:10px;
  display: inline-block !important  ; }
  .btn-orange:hover {
    color: white; }

.btn-blue {
 background: #3079CB !important;
  border-radius: 4px !important ;
  padding: 8px 20px !important  ;
  text-decoration: none !important  ;
  color: white !important ;margin-right:10px;
  display: inline-block !important;
}

.btn-white {
 background: #FFF !important;
  border-radius: 4px !important ;
  padding: 8px 20px !important  ;
  text-decoration: none !important  ;
  color: #333 !important ;margin-right:10px;
  display: inline-block !important;
}

.btn-green {
 background: #45CF73 !important;
  border-radius: 4px !important ;
  padding: 8px 20px !important  ;
  text-decoration: none !important  ;
  color: white !important ;margin-right:10px;
  display: inline-block !important;
}

#top {
  padding: 55px 0; }
  #top h1 {
    text-align: center; }

.help-block {
  color: red;
  padding-top: 5px;
  display: block; }

input[type="text"] {
  border-radius: 4px; }


#product-info { padding:40px 0; }
#product-image { text-align:center; }
#product-image img { max-width:100%; }
#product-image p { text-align:left; font-size:14px; }
#product-info h1 { text-align:left; }
table#rating span { font-size:14px;font-family:Open Sans;display:block;padding-right:30px; }
.product-info #rating strong { font-size:14px; }
.product-price { background: #F0F2EC; border-radius:4px; margin:20px 0; padding:5px 10px; }
.product-price > .row > div { padding:10px; }
.product-price > .row > div:first-child > * { display:block; padding-left:15px; }
#adviesprijs, #adviesprijs s { color:#1C1D1A; font-size:12px; }
#lease { color:#1C1D1A; font-size:12px; }
#prijs { margin-top:10px; color:#1C1D1A; font-size:16px; font-family:Open Sans; font-weight:bold;text-decoration:strike-through; }
#korting p { font-size:12px; margin-bottom:0;padding-bottom:0; }
#korting strong { color:white;font-family:Open Sans; }
#korting span.kortingsprijs { 
  margin-top:10px;
  background: #EE5A24;
  display:inline-block;
  padding:3px 12px;
  border-radius:4px;
}

#korting .sponsored {
  font-size:10px;
  font-style:italic;
}

#plusenmin { padding:40px 0;}
#plusenmin .container {  background:#f4f4f4; padding:30px 20px 20px 20px; border-radius:4px; }
#plusenmin h2 { text-align:left; margin-bottom:20px; font-size:24px; }
#pluspunten h3, #minpunten h3 { font-family:Open Sans; font-size:18px; margin-bottom:10px; }
#pluspunten ul { padding:0;list-style:none; }
#pluspunten ul li { padding-left:20px; padding:8px 0 8px 30px; }
#pluspunten ul li:nth-child(odd) { background:#E6E5E5;border-radius:4px; }
#pluspunten ul li:last-child { border-bottom:0; }
#pluspunten ul li:before { display:block;content:"+";position:absolute;margin-left:-20px;color:#00db6b;font-size:24px;margin-top:-6px; }

#minpunten ul { padding:0;list-style:none; }
#minpunten ul li { padding-left:20px;padding:8px 0 8px 30px; }
#minpunten ul li:nth-child(odd) { background:#E6E5E5;border-radius:4px; }
#minpunten ul li:last-child { border-bottom:0; }
#minpunten ul li:before { display:block;content:"-";position:absolute;margin-left:-20px;color:#EE5A24;font-size:24px;margin-top:-6px; }

#specs {  }
#specs .container { padding:30px 20px 20px 20px; }
#specs h2 { text-align:left; margin-bottom:40px; font-size:24px; }
.spec { padding:10px 0; }
.spec .row div:first-child { padding-left:30px; }
.spec strong { font-family:Open Sans; }
.spec:nth-child(odd) { background:white; }
.spec:nth-child(even) { background:#f4f4f4; border-radius:4px; }

#reviewswrap { padding:40px 0; background:#f4f4f4; }
#reviewswrap h2 { text-align:left; margin-bottom:40px; color:#1c1d1a;font-size:24px; }
#reviewswrap .testresultaat { border-top:2px solid #b2b3af; padding-top:20px;padding-bottom:20px;}
/*#reviewswrap .testresultaat:last-child { border:0; }*/
#reviewswrap .tester {  }
#reviewswrap .userrating { border-right:1px solid #b2b3af; border-left:1px solid #b2b3af; }
.tester .img, .specialist .img { width:90px;height:90px; background-size:cover; background-position:center center; border-radius:50%;border:2px solid white; }
.tester .img { float:left; margin-right:30px;}
#reviewswrap .tester b { display:block;font-family:Open Sans;margin-top:0px;}
#reviewswrap .tester table {  display:block;width:100%; }
#reviewswrap .tester table td { width:50%; border:0;padding:0; color:#9DA098;font-size:14px;padding-top:10px;}
#reviewswrap .tester table tr {  }
#reviewswrap .tester table tr td:first-child { }
#reviewswrap .tester table tr td:last-child {  font-family: Open Sans;  padding:-5px 15px;}
#reviewswrap .tester table tr td strong { display:block; font-family:Open Sans;color:#9DA098;}

#reviewswrap .review h3 { font-size:20px; font-family:Open Sans; margin-bottom:10px; }
#reviewswrap .postdate { font-size:12px; color:#b2b3af; display:block; margin:5px 0 10px 0; }
#reviewswrap .review table tr td:first-child { padding-right:15px;padding-bottom:5px;vertical-align: middle; }
#reviewswrap .review table img { margin-top:-8px; }
#reviewswrap .review p { line-height:26px; }
.review .omschrijving { margin-top:20px; }
.review table strong { font-size:14px; }
#reviewswrap .plusmin { margin-top:20px; }
#reviewswrap .plusmin h3 { margin-bottom:10px; }
#reviewswrap .plusmin .pluspunten ul { padding:0;list-style:none; }
#reviewswrap .plusmin .pluspunten ul li { padding-left:20px; padding:8px 0 0px 20px; }
#reviewswrap .plusmin .pluspunten ul li:last-child { border-bottom:0; }
#reviewswrap .plusmin .pluspunten ul li:before { display:block;content:"+";position:absolute;margin-left:-20px;color:#00db6b;font-size:24px;margin-top:-6px; }

#reviewswrap .plusmin .minpunten ul { padding:0;list-style:none; }
#reviewswrap .plusmin .minpunten ul li { padding-left:20px; padding:8px 0 0px 20px; }
#reviewswrap .plusmin .minpunten ul li:last-child { border-bottom:0; }
#reviewswrap .plusmin .minpunten ul li:before { display:block;content:"-";position:absolute;margin-left:-20px;color:#EE5A24;font-size:24px;margin-top:-6px; }

#fietsspecialist { padding:40px 0; background:#f4f4f4;}
#fietsspecialist .specialist { text-align:center; }
#fietsspecialist .specialist strong { display:block;font-family:Open Sans; margin-top:10px; }
#fietsspecialist .specialist p { font-size:14px; line-height:18px; margin-top:4px;  }
.specialist .img { margin:auto; }
#fietsspecialist h3 { font-size:21px;color:#EE5A24;font-family:Open Sans; }
.specialistreview p { font-size:16px; color:#1c1d1a;line-height:26px; }
.cta-buttons { margin-top:40px; }

#prijzen {
  padding:40px 0;
}

#prijzen table {
  width:100%;
}

#prijzen table td {
  border-top:0;
  border-bottom:2px solid #f4f4f4;
  vertical-align:middle;
}

/*#prijzen table tr:last-child td {
  border-bottom:none;
}*/
#prijzen .actions {
  width:300px;
  text-align: right;
}

#prijzen .logo img {
  max-width:150px;
  max-height:100%;
}

#prijzen .price {
  font-weight:bold;
  width:150px;
}

#deal {
  padding:40px 0;
  background:#f4f4f4;
}

#deal h2 {
  margin-bottom:30px;
  font-weight:700;
  text-align:center;
}

#deal h2+p {
  text-align:center;
  font-size:18px;
  font-weight:500;
}

#deal .steps {
  margin-top:30px;
}

#deal .step .icon {
  background:#EE5A24;
  border-radius:50%;
  position:relative;
  text-align:center;
  align-content: center;
    align-items: center;
    margin:auto;
    width:146px;
    height:146px;
}



#deal .step .icon div {
  position:absolute;
  display:block;
  height:2px;
  top:50%;
  width:100%;
  margin-top:-1px;
  text-align: center;

}

#deal .step .icon img {
  margin-top:-25%;
}

#deal .step span {
  width:34px;
  height:34px;
  border-radius:50%;
  background:white;
  color:#EE5A24;
  text-align:center;
  line-height:34px;
  position:absolute;
  left:5px;
  z-index:1;
}

#deal .step p {
  font-size:14px;
  margin-top:10px;
  text-align: center;
}

@media (max-width:767px) {
  #deal .steps .step {
    width:100%;
  }

  #reviewswrap .tester table td {
    padding-top:0;
    vertical-align: top;
  }

  .tester {
    text-align:center;
  }

  .tester .img {
    float:none;
    display:block;
    margin:auto;
  }

  .tester table {
    width:275px !important;
    margin-left:auto;
    margin-right:auto;
    text-align: left;

  }

  .userscore {
    text-align: center;
    margin-top:20px;
  }

  .userrating table {
    margin:auto;
  }

  #ctabar input[name='zipcode'], #ctabar input[name='houseno'] {
    margin-bottom:15px;
  }
}

#voordelen {
  padding:40px 0;
}

#voordelen h2 {
  margin-bottom:30px;
}

#voordelen .voordeel {
  display:flex;
}

#voordelen .icon {
  flex: 100px 0 0;
}

#voordelen .text {
  flex-grow:1;
}

#voordelen .text strong {
  font-size: 20px;
  color: #EE5A24;
  letter-spacing: 0;
  line-height: 24px;
  margin-bottom:5px;
  display:block;
}

#voordelen .text p {
  font-size:14px;
  line-height:24px;
}

#ctabar {
  background: linear-gradient(90deg, #EE5A24 50%, #1C1D1A 50%);
}

#ctabar .brochure, #ctabar .proefrit {
  padding-top:20px;
  padding-bottom:30px;
  color:white;
  background: #EE5A24 url(../images/fietsbrochure.svg) top 20px right 20px no-repeat;
}

#ctabar .proefrit {
  background:#1C1D1A url(../images/fiets_icon.png) bottom 40px right 40px no-repeat;
  background-size:100px;
  padding-left:30px;
}

@media (max-width: 767px) {
  #ctabar .proefrit {
    background:#1C1D1A url(../images/fiets_icon.png) bottom 40px right 20px no-repeat;
    background-size:100px;
  }
}

#ctabar .brochure strong, #ctabar .proefrit strong {
  color:white;
  font-size:18px;
  font-weight:500;
  display:block;
  margin-bottom:10px;
}

#ctabar .brochure p, #ctabar .proefrit p {
  font-size:16px;
  width:70%;
  color:white;
}

#proefrit { padding:40px 0; background:#f4f4f4; text-align: center; }
#proefrit h2 { margin-bottom:20px; }
#proefritForm .help-block { text-align: left; }

#copyright { color:white; display:block;text-align:center;margin-top:20px;}

.productprice {
  color:#EE5A24;
  font-size:18px;
  display:inline-block;
  background:none;
  margin-bottom:10px;
}
.scoreWrap { padding-top:6px;padding-left:30px; }

#productnav { padding:20px 0; background:#F4F4F4; }
#productnav .center { width:100%; }
#productnav.fixed { position:fixed;top:92px;width:100%;z-index:999;     box-shadow: 0px 3px 5px rgba(0,0,0,0.2);}
#productnav a { display:inline-block;margin:0 10px; }
#productnav a span { color:#EE5A24; width:100%; text-align:center; font-weight:600; }
#productnav a span {}
#productnav a:last-child { border:0; }

#product-info .product-rating { font-size:28px; }

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
}
    
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.cat-image { height:220px;background-size:cover; }

#products .banner {
  margin:20px 0;
  background:#EE5A24;
  padding:20px;
  color:white;
  font-size:24px;
}

#products .banner a {
  background:white;
  color:#EE5A24;
  display:inline-block;
  padding:12px;
  margin-left:10px;
}



body .owl-carousel .image img.keurmerk,
#product-info #product-image img.keurmerk {
  position:absolute;
  top:0px;
  left:20px;
  width:120px !important;
}

.product img.keurmerk {
  position:absolute;
  top:0px;
  left:20px;
  width:80px !important;
}



@media (max-width:991px) {
  .navbar {
    padding-top:10px;
  }

  header #topbar #nav {
    float:none;
  }

  header #topbar #nav li a {
    border-left:0 !important;
    border-bottom:2px solid #EE5A24 !important;
    padding:10px 0;
    display:block;
  }
}

img {
  max-width:100%;
}
.owl-carousel .owl-stage, .owl-carousel.owl-drag .owl-item{
    -ms-touch-action: auto;
        touch-action: auto;
}


#header-image {
  height:200px;
  background-size:cover;
}

#page-content {
  padding-top:40px;
}

#page-content h1 {
  margin-bottom:40px;
}

#page-content h4 {
  font-size:24px;
  color:#EE5A24;
  margin-bottom:20px;
}

#page-content .table span {
  color:#EE5A24;
}

.bigstrong {
  font-family:Open Sans;
  font-size:18px;
}

.wpcf7-form label {
  display:block;
}

.modal input[type="text"], .modal input[type="email"], .modal input[type="phone"],
#page-content input[type="text"], #page-content input[type="email"], #page-content input[type="phone"], #page-content textarea {
  background:#f4f4f4;
  width:100%;
}

#cn-notice-text {
  color:white;
}

table#rating { margin-right:40px;}
#eindcijfer { 
  color:#EE5A24;
  font-size:36px;
  font-family:Open Sans;
  font-weight:bold;
  background:#F0F2EC;
  padding:0 20px 10px 20px;
  border-radius:4px;
  text-align:center;
}
#eindcijfer span { display:block;font-size:12px;font-family:Open Sans; }

.review #eindcijfer {
  background: #EE5A24;
font-size: 36px;
color: #F4F4F4;
letter-spacing: 0;
width:90px;

display:inline-block;

}

.review #eindcijfer span {
  color:#f4f4f4;
}
/*

@media (max-width:1199px) {
  #eindcijfer { padding:0 20px; font-size:48px; padding-top:20px; }
  #eindcijfer span { font-size:18px; }
}*/

@media (max-width:1199px) {
  .score-section{position:relative; transform: none;}
}

@media (max-width:991px) {
  table#rating { float:none; }
 /* #eindcijfer { padding:0 40px; font-size:48px;padding-top:20px;float:none;clear:both; margin-top:15px; display:inline-block;}
  #eindcijfer span { font-size:18px; }*/
}

#post {
  margin-bottom:50px;
}

#post h1 {
  font-size: 32px;
  color: #000000;
  letter-spacing: 0;
  margin-top:40px;
  text-align:left;
  margin-bottom:0;
  margin-bottom:20px;
}

#post .postdate {
font-size: 10px;
color: #9DA098;
letter-spacing: 0;
line-height: 10px;
margin:5px 0 15px 0;
display:block;
}


.graybg {  background:#f4f4f4; }

#breadcrumbs {
  font-size: 14px;
  color: #9DA098;
  letter-spacing: 0;
  line-height: 20px;
}

#breadcrumbs a {
  color:#9DA098;
  text-decoration:none;
}

#breadcrumbs a:hover {
  text-decoration:underline;
}

.navbar { padding:0; }

.image-wrap {
  width:100%;
  height:190px;
  background-size:cover;
  background-position:center center;
}

.biglink {
  display:block;
  border: 1px solid #9DA098;
  border-radius:4px;
  padding:8px 12px;
  font-size:24px;
  font-weight:bold;
  color:#EE5A24;
  margin-bottom:10px;
  background:#fff url(../images/feather/arrow-right.svg) right 20px center no-repeat;
}

.biglink span {
  float:right;
  margin-right:50px;
  color:#EE5A24;
  background:#F0F2EC;
  padding:8px 12px;
  margin-top:-8px;
}

.biglink:hover {
  color:#EE5A24;
  text-decoration:none;
  background-color:#f4f4f4;
}

hr.wide {
  width:100%;
  border-color:#9DA098;
  margin-top:40px;
}

.news_cat {
  text-transform: uppercase;
  color:black;
  font-weight:600;
  display:inline-block;
  margin-bottom:10px;
  font-size:14px;
}

#nav > li > a {
  font-weight:bold;
}

#nav > li:hover > ul {
  opacity:1;
}

#nav ul {
  position:absolute;
  padding:0;
  margin:0;
  margin-left:10px;
  z-index:999;
  background:white;
  border-radius:4px;
  border:1px solid #EE5A24;
  box-shadow: 0px 0px 13px rgba(0,0,0,0.3);
  opacity:0;
  transition:0.5s all;
}

#nav ul li {
  display:block;
  list-style-type:none;
  float:none !important;
}

header #topbar #nav ul li a {
  padding:0 10px;
}
.test-single #heading {
  position:relative;
}

.test-single #heading #merklogo {
  background:white;
  padding:30px;
  border-top-right-radius:4px;
  border-bottom-right-radius:4px;
  position:absolute;
  left:0;
  top:50%;
  height:120px;
  margin-top:-20px;
  text-align:center;
  
}

#merklogo img { 
  max-height:70px;
  max-width:200px;
  vertical-align: middle;
}

.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.test-single #brochure {
  margin-right:20px;
  margin-top:-132px;
}


#tabs { margin-top:30px; }
#tabs ul {
  list-style:none;
  padding:0;
}


/* #9DA098 */
#tabs {
  background:transparent!important;
  padding:0 !important;
  border:none !important;
}

#tabs ul {
  background-color:transparent !important;
  border:none !important;
}

#tabs ul li {
  float:left;
  background:transparent !important;
  border-radius:0 !important;
  border-top-left-radius:4px !important;
  border-top-right-radius:4px !important;
  border:1px solid #9DA098;
  border-bottom:1px solid #EE5A24;
  display:inline-block;
  padding:10px 15px;
  margin:0;
  margin-right:-1px;
}

#tabs ul li.ui-state-active {
  border:1px solid #EE5A24;
  padding:10px 18px;
  position:relative;
  z-index:5;
}

#tabs ul li.ui-state-active a {
  font-weight:bold;
  color:#EE5A24;
}

#tabs ul li a {
  color:#9DA098;
  text-decoration: none;
  padding:0;
}

#tabs > div {
  border-radius:4px;
  border-top-left-radius:0px;
  border:1px solid #EE5A24;
  margin-top:-1px;
  padding:20px;
}

.clear { clear:both; }

#content.white h1 {
  text-align:left;
}

.product-info h2 {
font-size: 14px;
color: #1C1D1A;
letter-spacing: 0;
line-height: 14px;
font-weight:bold;
}

.product-info h1 {
  font-size: 24px;
  color: #EE5A24;
  letter-spacing: 0;
  font-weight:bold;
}

#mc_embed_signup input[type="email"], .wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 textarea {
  border:1px solid #ccc;
  border-radius:4px;
  background:#efefef;
}

#mc_embed_signup .col-md-6 {
  padding:0 5px;
}

.reviews-hidden {
  display:none;
}

#formcontainer {
 
}

#formcontainer.brochure {
  background-image:url(../images/free-ribbon.png), url(../images/illustration-brochure.png);
  background-position:top -10px right 50px, bottom 40px right 30px;
  background-repeat: no-repeat;
}



#formcontainer.reviews {
  background-image:none;
  margin-bottom:50px;
}

#formcontainer h2 {
  font-weight:700;
  margin-bottom:5px;
}

#formcontainer span {
  color:#f26432;
}

.free {
  background-image:url(../images/free-ribbon.png);
  background-position:top -10px right 30px;
  background-repeat: no-repeat;
}

.usps {
  list-style-type:none;
  padding:0;
  margin-top:20px;
}

.usps li {
  display:inline;
  margin-right:40px;
font-size: 14px;
color: #9DA098;
letter-spacing: 0;
line-height: 20px;
}

.usps li img {
  margin-right:6px;
  height:20px;
  width:20px;
}

.no-mb {
  margin-bottom:0 !important;
}

.mt-50 {
  margin-top:50px;
}

.select2-dropdown {
  margin-top:30px;
}

.gf_progressbar_wrapper { display:none !important; }
.select2-container { width:97% !important; }
.select2-container .select2-selection--single { height:36px; line-height:36px; border-color:#EE5A24; color:black; }
.select2-selection__rendered { color:black !important; }
.select2-container--default .select2-selection--single .select2-selection__rendered { line-height:34px; }
.select2-container--default .select2-selection--single .select2-selection__arrow { height:36px; }

.select2-selection__choice__remove {color:white !important;}
.select2-selection__choice { color:white; }
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background:#EE5A24;
  color:white;
  border:0;
}

.select2autowidth .select2-container {
  width: auto !important;
}

#testpanel .overlay {
  position:absolute;
  z-index:9;
  width:100%;
  height:100%;
  top:0;left:0;right:0;bottom:0;
  background:rgba(0,0,0,0.5);
}

#testpanel .overlay img {
  position:absolute;
  left:50%;
  margin-left:-31px;
  top:50%;
  margin-top:-31px;
}

.wpcf7 input[type="submit"], .mc-field-group input[type="submit"] {
  background:#EE5A24;
}

.mc-field-group input[type="submit"] {
  width:auto !important;
  font-weight:400;
}

#reviewcontent {
  padding:20px;
  background: #f4f4f4; 
}

#reviewcontent input[type="text"], 
#reviewcontent input[type="phone"], 
#reviewcontent input[type="email"] {
  border: 1px solid #ced4da;
}

#formcontainer h5 {
  font-weight:700;
  margin-bottom:5px;
}

#prevnext input[type="submit"], #prevnext input[type="button"], #prevnext a.prev-question {
  width:auto;
  display:inline-block;
  margin-right:10px;
  background-image:none;
}

#prevnext .prev-question {
  background-color: #EE5A24;
}

#wekelijks {
  color:#EE5A24;
  font-size:16px;
  margin:30px 0 30px 0;
}

#wekelijks img {
  display:inline-block;
  margin-right:10px;
}

body #formcontainer .pijltje {
  margin-left:10px;
  float:left;
  margin-right:5px;
}

body #formcontainer .naastpijltje {
  color:black;
  font-size:14px;
  font-weight:bold;
}

body #formcontainer #input_4_13 {
  background: #FFF url(../images/calendaricon.png) top 1px left 3px no-repeat;
  padding-left:32px !important;
}


#tab-reviews .review {
  border-top:1px solid #eee;
  padding-top:30px;
  margin-top:30px;
}

#tab-reviews .naam {
  font-size:16px;
  display:block;
}

#tab-reviews .date {
  font-size:14px;
  display:block;
}

#tab-reviews .scores {
  font-size:14px;
  margin-top:20px;
}

#tab-reviews .scores table {
  width:100%;
}

#tab-reviews .reviewcontent span {
  font-size:24px;
  color:#EE5A24;
  display:block;
  margin-bottom:20px;
  font-weight:bold;
}

#reviewscore {
  width:250px;
  float:right;
  background-color:#f4f4f4;
  padding:20px;
  text-align: center;
  margin-top:-20px;
  margin-right:-20px;
  border-radius:4px;
}

#reviewscore .score {
  color:#EE5A24;
  font-size:36px;
  font-weight:bold;
  display:block;
}

#reviewscore .klein {
  font-size:10px;
  margin-bottom:10px;
  display:block;

}

#reviewscore p {
  font-size:16px;
  line-height:16px;
  margin-top:10px;
}



.navbar .navbar-brand img {width: 100%;max-width: 230px;}
.mobile-show {display: none;}
.avg-score-text {font-size: 18px;font-weight: 600;margin: 0;}


@media (max-width:768px) {
  .owl-next, .owl-prev {display:none;}
  body .owl-carousel .image img.keurmerk {width:80px !important;}
  .rating-boxes {gap: 6px;justify-content: center;}
  .rating-box {width:35px; height:35px; min-width:35px; flex:1; max-width:35px;}
  .rating-box input:checked + .rating-number {width: 35px;height: 35px;}
  .rating-number {font-size: 14px;}
  .expert-rating .rating-box {flex: 1;max-width: 35px;min-width: 35px;height: 35px;}
  .expert-rating .rating-box input:checked + .rating-number {width: 35px;height: 35px;}
  .expert-rating .rating-number {font-size: 13px;}
  .score-box {width: 70px;: 45px;display: flex;}.score-number {font-size: 24px;}
  #dashboard .btn-orange{font-size:13px; padding:5px 10px !important;}
}

@media (max-width: 767px) {
  #formcontainer.brochure {background:none;}
  .usps li {display:block; padding-bottom:5px;}
  .stiky-scrore-box {margin-left: 0 !important;}
  .stiky-scrore-box {display: flex;justify-content: space-between;flex-wrap: wrap;top: 88px;padding: 10px 15px 20px 15px;background: #f3f3f3;margin-bottom: 20px;}
  .mobile-show {display: block !important;position: sticky !important;top: 88px !important; z-index:9;}
  .totle-score-label {font-size: 18px !important;margin: 0 0 10px 0 !important;}
  .score-box {width: 50px !important;height: 35px !important;}
  .score-number, .avg-number {font-size: 18px !important;}
  .score-number {font-size: 18px !important;}
  .avg-score-container {margin-top: 0 !important;}
}

@media (max-width: 480px) {
  .totle-score-label {margin: 0px 0 3px 0 !important;}
  .rating-boxes {gap: 4px;}
  .rating-box {width: 30px;height: 30px;min-width: 30px;max-width: 30px;}
  .rating-box input:checked + .rating-number {width: 30px;height: 30px;}
  .rating-number {font-size: 13px;}
  .expert-rating .rating-box {max-width: 30px;min-width: 30px;height: 30px;}
  .expert-rating .rating-box input:checked + .rating-number {width: 30px;height: 30px;}
  .expert-rating .rating-number {font-size: 12px;}
}