/************************************************* General ******************************************/
@font-face {
  font-family: varela-round;
  src: url('/assets/fonts/VarelaRound-Regular.otf');
}
* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  line-height: 1;
}
html,
body {
  max-width: 100vw;
  max-height: 100vh;
}
*:focus,
*:active,
*:hover,
*:visited {
  outline: none !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
.img-cover {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.img-contain {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.padding-block-content {
  padding: 60px 90px;
}
@media (min-width: 993px) and (max-width: 1200px) {
  .padding-block-content {
    padding: 60px 65px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .padding-block-content {
    padding: 60px 40px;
  }
}
@media (max-width: 768px) {
  .padding-block-content {
    padding: 60px 20px;
  }
}
.padding-block-dienst {
  padding: 90px 150px;
}
@media (min-width: 993px) and (max-width: 1200px) {
  .padding-block-dienst {
    padding: 90px 105px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .padding-block-dienst {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .padding-block-dienst {
    padding: 90px 20px;
  }
}
header {
  display: inline-block;
  width: 100%;
  position: fixed;
  z-index: 1000;
  background-color: white;
}
h1 {
  font-family: varela-round, sans-serif;
  margin: 0px;
  padding: 0px;
  font-size: 54px;
}
@media (max-width: 992px) {
  h1 {
    font-size: 25px;
  }
}
h2 {
  font-family: varela-round, sans-serif;
  margin: 0px;
  padding: 0px;
  font-size: 24px;
}
h3 {
  font-family: varela-round, sans-serif;
  margin: 0px;
  padding: 0px;
  font-size: 20px;
}
h4 {
  font-family: varela-round, sans-serif;
  margin: 0px;
  padding: 0px;
  font-size: 16px;
}
p,
li,
a {
  font-family: varela-round, sans-serif;
  padding: 0px;
  margin: 0px;
  font-size: 16px;
  line-height: 1.4;
}
a:hover {
  cursor: pointer;
}
p strong,
p b {
  font-weight: 700;
}
/************************************************* Buttons ******************************************/
button {
  border: none;
}
.btn-flat {
  padding: 12px 18px;
  display: inline-block;
  font-size: 16px;
  font-weight: 300;
  font-family: varela-round, sans-serif;
  margin: 0px;
  border-radius: 5px;
}
.btn-flat:hover {
  text-decoration: none;
}
.btn-flat:active,
.btn-flat:focus {
  text-decoration: none;
}
.btn-yellow {
  background-color: #ffc140;
  color: white;
  border-bottom: 2px solid #cda345;
}
/************************************************* Taskbar + navigation ******************************************/
.taskbar {
  display: inline-block;
  width: 100%;
  padding: 0px 90px;
  height: 40px;
  background-color: #f4f4f4;
  position: relative;
  z-index: 1001;
}
@media (max-width: 767px) {
  .taskbar {
    padding: 0px 5px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .taskbar {
    padding: 0px 50px;
  }
}
.taskbar .gegevens {
  display: inline-block;
  float: left;
}
.taskbar .gegevens a {
  display: inline-block;
  margin-right: 15px;
  line-height: 40px;
  color: #8c8c8c;
  font-size: 13px;
}
.taskbar .gegevens p {
  display: inline-block;
  line-height: 40px;
  color: #8c8c8c;
  font-size: 13px;
}
.taskbar .gegevens i {
  display: inline-block;
  margin-right: 10px;
  color: #8c8c8c;
  font-size: 13px;
}
.taskbar .talen {
  display: inline-block;
  float: right;
}
.taskbar .talen a {
  text-transform: uppercase;
  width: 50px;
  height: 40px;
  border-right: 1px solid #ffffff;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  margin-right: -4px;
  color: #4f4f4f;
  font-size: 13px;
}
@media (max-width: 767px) {
  .taskbar .talen a {
    width: auto;
    padding: 0px 5px;
  }
}
.taskbar .talen a:first-of-type {
  border-left: 1px solid #ffffff;
}
.navbar.navbar-default {
  background-color: transparent;
  border-bottom: none;
  border-top: none;
  border-left: none;
  border-right: none;
  position: relative;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  border-radius: 0px;
  height: 80px;
  margin-bottom: 0px;
  box-shadow: 1px 1px 30px rgba(0, 0, 0, 0.3);
  /*********************************************** Responsive navigation ******************************************/
}
.navbar.navbar-default .navbar-header {
  display: none;
}
@media (max-width: 767px) {
  .navbar.navbar-default {
    background-color: transparent;
    border-bottom: none;
    border-top: none;
    border-left: none;
    border-right: none;
    position: relative;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    box-shadow: none;
    border-radius: 0px;
    height: auto;
    width: 100%;
    margin-bottom: 0px;
  }
  .navbar.navbar-default .navbar-header {
    display: inline-block;
    width: 100%;
    padding: 10px 20px;
    box-shadow: 1px 1px 30px rgba(0, 0, 0, 0.3);
  }
  .navbar.navbar-default .navbar-header .navbar-toggle {
    border-radius: 0px;
    text-align: right;
    height: 40px;
    width: 20px;
    border: none;
    margin: 0px;
    padding: 0px 0px 0px 0px;
    font-size: 1.5em;
    background-color: transparent;
    position: relative;
    float: right;
  }
  .navbar.navbar-default .navbar-header .navbar-toggle:hover,
  .navbar.navbar-default .navbar-header .navbar-toggle:active,
  .navbar.navbar-default .navbar-header .navbar-toggle:focus {
    background-color: transparent;
  }
  .navbar.navbar-default .navbar-header .navbar-toggle i {
    line-height: 25px;
    color: #000000;
  }
  .navbar.navbar-default .navbar-header .navbar-brand {
    display: inline-block;
    width: 160px;
    height: 40px;
    float: left;
  }
  .navbar.navbar-default .navbar-collapse {
    padding: 0px 0px;
    width: 100%;
    text-align: center;
  }
  .navbar.navbar-default .navbar-collapse .navbar-brand {
    display: none;
  }
  .navbar.navbar-default .navbar-collapse .navbar-nav {
    display: inline-block;
    float: none;
    width: 100%;
    text-align: center !important;
    margin: 0px;
  }
  .navbar.navbar-default .navbar-collapse .navbar-nav li {
    display: inline-block;
    padding: 0px 42px;
    float: none;
    vertical-align: top;
    width: 100%;
  }
  .navbar.navbar-default .navbar-collapse .navbar-nav li.active {
    background-color: #4f4f4f;
  }
  .navbar.navbar-default .navbar-collapse .navbar-nav li.active a {
    background-color: transparent;
    color: white;
  }
  .navbar.navbar-default .navbar-collapse .navbar-nav li:hover {
    background-color: #4f4f4f;
  }
  .navbar.navbar-default .navbar-collapse .navbar-nav li:hover a {
    color: white;
  }
  .navbar.navbar-default .navbar-collapse .navbar-nav li a {
    padding: 10px 0px 10px 0px;
    margin-right: 0px;
    text-transform: uppercase;
    color: #000000;
    font-family: varela-round, sans-serif;
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
    line-height: 100%;
    width: 100%;
  }
  .navbar.navbar-default .navbar-collapse .navbar-nav li a.btn-flat {
    margin: 10px 0px;
    padding: 10px 15px;
    display: inline-block;
    font-size: 16px;
    font-weight: 300;
    font-family: varela-round, sans-serif;
    border-radius: 0px;
    text-transform: none;
    background-color: #0000ff;
    color: #ffffff;
    border: 1px solid #0000ff;
    line-height: 100%;
  }
  .navbar.navbar-default .navbar-collapse .navbar-nav li:last-child a {
    margin-right: 0px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .navbar.navbar-default.transform {
    box-shadow: 1px 1px 30px rgba(0, 0, 0, 0.3);
  }
  .navbar.navbar-default.transform .navbar-collapse .navbar-brand {
    display: inline-block;
    width: 160px;
    height: 80px;
    background-color: transparent;
    margin: 0px;
    padding: 20px 10px;
    float: left;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
  }
  .navbar.navbar-default .navbar-collapse {
    padding: 0px 20px;
    display: inline-block;
    width: 100%;
    text-align: center;
  }
  .navbar.navbar-default .navbar-collapse .navbar-brand {
    display: inline-block;
    width: 160px;
    height: 80px;
    background-color: transparent;
    margin: 0px;
    padding: 5px 0px;
    float: left;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
  }
  .navbar.navbar-default .navbar-collapse .navbar-brand .img {
    display: inline-block;
    width: 100%;
    height: 100%;
  }
  .navbar.navbar-default .navbar-collapse ul.navbar-nav {
    display: table;
    height: 80px;
    float: right;
    text-align: right;
    padding-top: 0px;
  }
  .navbar.navbar-default .navbar-collapse ul.navbar-nav li {
    display: table-cell;
    vertical-align: middle;
    padding: 0px;
    margin-right: 0px;
    float: none;
  }
  .navbar.navbar-default .navbar-collapse ul.navbar-nav li:last-of-type {
    margin-right: 0px;
  }
  .navbar.navbar-default .navbar-collapse ul.navbar-nav li.dropdown.open a {
    background-color: transparent;
  }
  .navbar.navbar-default .navbar-collapse ul.navbar-nav li.dropdown.open .dropdown-menu {
    display: none;
  }
  .navbar.navbar-default .navbar-collapse ul.navbar-nav li.dropdown:hover .dropdown-menu {
    display: inline-block;
    padding: 0px;
    border-radius: 0px;
    border-top: 2px solid #0000ff;
    border-left: none;
    border-right: none;
    border-bottom: none;
    top: 78%;
    left: 9px;
  }
  .navbar.navbar-default .navbar-collapse ul.navbar-nav li.dropdown:hover .dropdown-menu li {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #dbdbdb;
  }
  .navbar.navbar-default .navbar-collapse ul.navbar-nav li.dropdown:hover .dropdown-menu li a {
    display: inline-block;
    width: 100%;
    padding: 10px;
    color: #0000ff;
    margin-right: 0px;
    line-height: 150%;
  }
  .navbar.navbar-default .navbar-collapse ul.navbar-nav li.dropdown:hover .dropdown-menu li a:hover {
    background-color: #0000ff;
    color: #ffffff;
  }
  .navbar.navbar-default .navbar-collapse ul.navbar-nav li.active a {
    background-color: transparent;
    color: #000000;
    border-bottom: 2px solid #0000ff;
  }
  .navbar.navbar-default .navbar-collapse ul.navbar-nav li a {
    padding: 0px 7px 0px 7px;
    margin-right: 15px;
    color: #000000;
    font-family: varela-round, sans-serif;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 300;
    display: inline-block;
    line-height: 80px;
  }
  .navbar.navbar-default .navbar-collapse ul.navbar-nav li a:before {
    font-family: FontAwesome;
    font-size: 16px;
    content: '\f0da';
    color: transparent;
    margin-right: 5px;
  }
  .navbar.navbar-default .navbar-collapse ul.navbar-nav li a:hover::before {
    font-family: FontAwesome;
    font-size: 16px;
    content: '\f0da';
    color: #ffc140;
    margin-right: 5px;
  }
  .navbar.navbar-default .navbar-collapse ul.navbar-nav li a.active::before,
  .navbar.navbar-default .navbar-collapse ul.navbar-nav li a:active::before,
  .navbar.navbar-default .navbar-collapse ul.navbar-nav li a:focus::before {
    font-family: FontAwesome;
    font-size: 16px;
    content: '\f0da';
    color: #ffc140;
    margin-right: 5px;
  }
  .navbar.navbar-default .navbar-collapse ul.navbar-nav li:last-child a {
    margin-right: 0px;
  }
}
@media (min-width: 993px) {
  .navbar.navbar-default.transform {
    box-shadow: 1px 1px 30px rgba(0, 0, 0, 0.3);
  }
  .navbar.navbar-default.transform .navbar-collapse .navbar-brand {
    display: inline-block;
    width: 160px;
    height: 80px;
    background-color: transparent;
    margin: 0px;
    padding: 20px 10px;
    float: left;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
  }
  .navbar.navbar-default .navbar-collapse {
    padding: 0px 90px;
    display: inline-block;
    width: 100%;
    text-align: center;
  }
  .navbar.navbar-default .navbar-collapse .navbar-brand {
    display: inline-block;
    width: 280px;
    height: 80px;
    background-color: transparent;
    margin: 0px;
    padding: 5px 10px;
    float: left;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
  }
  .navbar.navbar-default .navbar-collapse .navbar-brand .img {
    display: inline-block;
    width: 100%;
    height: 100%;
  }
  .navbar.navbar-default .navbar-collapse ul.navbar-nav {
    display: table;
    height: 80px;
    float: right;
    text-align: right;
    padding-top: 10px;
  }
  .navbar.navbar-default .navbar-collapse ul.navbar-nav li {
    display: table-cell;
    vertical-align: middle;
    padding: 0px;
    margin-right: 0px;
    float: none;
  }
  .navbar.navbar-default .navbar-collapse ul.navbar-nav li:last-of-type {
    margin-right: 0px;
  }
  .navbar.navbar-default .navbar-collapse ul.navbar-nav li.dropdown.open a {
    background-color: transparent;
  }
  .navbar.navbar-default .navbar-collapse ul.navbar-nav li.dropdown.open .dropdown-menu {
    display: none;
  }
  .navbar.navbar-default .navbar-collapse ul.navbar-nav li.dropdown:hover .dropdown-menu {
    display: inline-block;
    padding: 0px;
    border-radius: 0px;
    border-top: 2px solid #0000ff;
    border-left: none;
    border-right: none;
    border-bottom: none;
    top: 78%;
    left: 9px;
  }
  .navbar.navbar-default .navbar-collapse ul.navbar-nav li.dropdown:hover .dropdown-menu li {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #dbdbdb;
  }
  .navbar.navbar-default .navbar-collapse ul.navbar-nav li.dropdown:hover .dropdown-menu li a {
    display: inline-block;
    width: 100%;
    padding: 10px;
    color: #0000ff;
    margin-right: 0px;
  }
  .navbar.navbar-default .navbar-collapse ul.navbar-nav li.dropdown:hover .dropdown-menu li a:hover {
    background-color: #0000ff;
    color: #ffffff;
  }
  .navbar.navbar-default .navbar-collapse ul.navbar-nav li.active a {
    background-color: transparent;
    color: #000000;
    border-bottom: 2px solid #0000ff;
  }
  .navbar.navbar-default .navbar-collapse ul.navbar-nav li a {
    padding: 0px 7px 8px 7px;
    margin-right: 40px;
    color: #000000;
    font-family: varela-round, sans-serif;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 300;
    display: inline-block;
  }
  .navbar.navbar-default .navbar-collapse ul.navbar-nav li a:before {
    font-family: FontAwesome;
    font-size: 16px;
    content: '\f0da';
    color: transparent;
    margin-right: 5px;
  }
  .navbar.navbar-default .navbar-collapse ul.navbar-nav li a:hover::before {
    font-family: FontAwesome;
    font-size: 16px;
    content: '\f0da';
    color: #ffc140;
    margin-right: 5px;
  }
  .navbar.navbar-default .navbar-collapse ul.navbar-nav li a.active::before,
  .navbar.navbar-default .navbar-collapse ul.navbar-nav li a:active::before,
  .navbar.navbar-default .navbar-collapse ul.navbar-nav li a:focus::before {
    font-family: FontAwesome;
    font-size: 16px;
    content: '\f0da';
    color: #ffc140;
    margin-right: 5px;
  }
  .navbar.navbar-default .navbar-collapse ul.navbar-nav li a.btn-blue {
    margin-top: -5px;
    padding: 10px 15px;
    display: inline-block;
    font-size: 16px;
    font-weight: 300;
    font-family: varela-round, sans-serif;
    border-radius: 0px;
    text-transform: none;
    background-color: #0000ff;
    color: #ffffff;
    border: 1px solid #0000ff;
    line-height: 100%;
  }
  .navbar.navbar-default .navbar-collapse ul.navbar-nav li:last-child a {
    margin-right: 0px;
  }
}
/************************************************* footer ******************************************/
.footer {
  display: inline-block;
  width: 100%;
  padding: 100px 90px;
  background-color: #f4f4f4;
  position: relative;
  margin-top: -7px;
  text-align: center;
}
@media (max-width: 767px) {
  .footer {
    padding: 30px 20px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .footer {
    padding: 50px 30px;
  }
}
.footer h3 {
  color: #818181 !important;
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
  text-transform: none;
}
@media (max-width: 767px) {
  .footer h3 {
    margin-top: 45px;
  }
}
.footer p {
  color: #818181 !important;
  display: inline-block;
  width: 100%;
  line-height: 150%;
  font-weight: 300;
}
.footer a {
  color: #818181 !important;
  display: inline-block;
  width: 100%;
  line-height: 150%;
  font-weight: 300;
}
.footer .logo {
  display: inline-block;
  width: 65%;
  height: 60px;
  margin-bottom: 45px;
  background-color: transparent;
  background-position: center center;
}
@media (max-width: 767px) {
  .footer .logo {
    margin-bottom: 20px;
  }
}
.footer .footer-contact {
  display: inline-block;
  padding: 0 15px;
}
.footer .footer-contact p {
  display: inline-block;
  color: #4f4f4f;
}
@media (max-width: 767px) {
  .footer .footer-contact {
    width: 100%;
    text-align: center;
  }
}
.footer span {
  display: inline-block;
  color: #4f4f4f;
}
@media (max-width: 767px) {
  .footer span {
    display: none;
  }
}
.copyright {
  display: inline-block;
  width: 100%;
  padding: 15px 90px;
  margin-top: -5px;
  margin-bottom: -5px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .copyright {
    padding: 15px 20px;
  }
}
.copyright p {
  color: #000000;
  font-family: varela-round, sans-serif;
  font-size: 12px;
}
.copyright p a:before {
  display: inline-block;
  content: '|';
  margin-left: 5px;
  margin-right: 5px;
}
.copyright a {
  color: #000000;
  font-family: varela-round, sans-serif;
  font-size: 12px;
}
@media (max-width: 767px) {
  .copyright a {
    font-size: 0.8em;
  }
}
.copyright .owner {
  display: inline-block;
  float: left;
  font-family: varela-round, sans-serif;
}
.copyright .created {
  display: inline-block;
  float: right;
  font-family: varela-round, sans-serif;
}
.container-fluid {
  display: inline-block;
  width: 100%;
  padding: 44px 0px 0px 0px;
}
@media (max-width: 767px) {
  .container-fluid {
    padding: 138px 0px 0px 0px;
  }
}
.container-content {
  display: inline-block;
  width: 100%;
  padding: 80px 0px 0px 0px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
@media (max-width: 767px) {
  .container-content {
    padding: 62px 0px 0px 0px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .container-content {
    padding: 80px 0px 0px 0px;
  }
}
@media (min-width: 993px) and (max-width: 1200px) {
  .container-content {
    padding: 80px 0px 0px 0px;
  }
}
.container-content.grey {
  background-color: #f4f4f4;
}
.padding-content {
  display: inline-block;
  width: 100%;
  padding: 70px 90px;
}
@media (max-width: 767px) {
  .padding-content {
    padding: 30px 20px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .padding-content {
    padding: 50px 20px;
  }
}
.padding-streep {
  display: inline-block;
  width: 100%;
  padding: 0px 90px;
}
.padding-streep .streep {
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .padding-streep {
    padding: 0px 20px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .padding-streep {
    padding: 0px 20px;
  }
}
.margin-button-top {
  margin-top: 70px;
}
@media (max-width: 767px) {
  .margin-button-top {
    margin-top: 30px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .margin-button-top {
    margin-top: 50px;
  }
}
.yellow {
  background-color: #ffc140;
}
text-right {
  text-align: right;
}
.slick-prev {
  left: 0px;
  z-index: 900;
  width: 30px;
  height: 30px;
  text-align: center;
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid white;
  padding-right: 3px;
}
.slick-prev:hover {
  background-color: transparent;
}
.slick-next {
  right: 0px;
  z-index: 900;
  width: 30px;
  height: 30px;
  text-align: center;
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid white;
  padding-left: 3px;
}
.slick-next:hover {
  background-color: transparent;
}
.slick-prev:before {
  color: white;
  content: '\f053';
  font-family: FontAwesome;
  font-size: 18px;
  opacity: 1;
  line-height: 30px;
}
.slick-next:before {
  color: white;
  content: '\f054';
  font-family: FontAwesome;
  font-size: 18px;
  opacity: 1;
  line-height: 30px;
}
@media (max-width: 767px) {
  .slick-prev {
    left: 0px;
    z-index: 900;
    width: 30px;
    height: 30px;
    text-align: center;
    background-color: transparent;
    border-radius: 50%;
    border: 1px solid white;
  }
  .slick-next {
    right: 0px;
    z-index: 900;
    width: 30px;
    height: 30px;
    text-align: center;
    background-color: transparent;
    border-radius: 50%;
    border: 1px solid white;
  }
}
.slick-slide {
  margin: 0 10px;
}
/* the parent */
.slick-list {
  margin: 0 -10px;
}
.slick-dots {
  position: absolute;
  bottom: -70px;
}
.slick-dots li button:before {
  font-size: 36px;
  color: white!important;
}
.slick-dots li.slick-active button:before,
.slick-dots li:hover button:before,
.slick-dots li:active button:before,
.slick-dots li:focus button:before {
  opacity: 1;
  color: #cda345 !important;
}
/************************************************* formulier contactpagina ******************************************/
.contact form {
  display: inline-block;
  width: 100%;
  background-color: transparent;
  padding: 0px;
  border-top: none;
}
.contact input,
.contact textarea {
  display: inline-block;
  width: 100%;
  border: none;
  border-radius: 0px;
  padding: 10px 10px;
  margin-bottom: 15px;
  color: #000000;
  border-bottom: 1px solid #000000;
  font-family: varela-round, sans-serif;
  font-size: 16px;
  font-weight: 400;
  resize: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  height: auto!important;
}
.contact input:focus,
.contact textarea:focus,
.contact input:active,
.contact textarea:active {
  border-bottom: 1px solid #ffc140;
}
.contact ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000000;
  font-family: varela-round, sans-serif;
  font-size: 16px;
  font-weight: 400;
  padding: 0px;
  margin: 0px;
}
.contact ::-moz-placeholder {
  /* Firefox 19+ */
  color: #000000;
  font-family: varela-roundv, sans-serif;
  font-size: 16px;
  font-weight: 400;
  padding: 0px;
  margin: 0px;
}
.contact :-ms-input-placeholder {
  /* IE 10+ */
  color: #000000;
  font-family: varela-round, sans-serif;
  font-size: 16px;
  font-weight: 400;
  padding: 0px;
  margin: 0px;
}
.contact :-moz-placeholder {
  /* Firefox 18- */
  color: #000000;
  font-family: varela-round, sans-serif;
  font-size: 16px;
  font-weight: 400;
  padding: 0px;
  margin: 0px;
}
.contact select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  width: 100%;
  border: none;
  border-radius: 0px;
  padding: 10px 10px;
  margin-bottom: 15px;
  background-color: white;
  color: #696969;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  background-image: url('/assets/img/select.png');
  background-position: 95% 50%;
  background-repeat: no-repeat;
  background-size: 3%;
}
.contact option {
  color: #696969;
  font-family: varela-round, sans-serif;
  font-size: 16px;
  font-weight: 400;
  padding: 0px;
  margin: 0px;
}
.webshop label,
.account label,
.inloggen label {
  display: inline-block;
  width: 100%;
  padding: 20px 0px 5px 0px;
  font-family: varela-round, sans-serif;
  font-weight: 300;
  margin: 0px;
  font-size: 14px;
  color: #000000;
}
.webshop input,
.account input,
.inloggen input,
.webshop select,
.account select,
.inloggen select {
  display: inline-block;
  width: 100%;
  padding: 5px;
  font-family: varela-round, sans-serif;
  font-weight: 300;
  margin: 0px;
  font-size: 14px;
  color: #000000;
  border-radius: 5px;
  box-shadow: none;
  border: 1px solid #808080;
}
.webshop select,
.account select,
.inloggen select {
  -webkit-appearance: none;
  background-color: #ffffff;
  height: 31px;
  background-image: url('/assets/img/select.png');
  background-position: 95% 50%;
  background-repeat: no-repeat;
  background-size: 2%;
}
.webshop .check,
.account .check,
.inloggen .check {
  display: inline-block;
  padding-top: 20px;
}
.webshop .check label,
.account .check label,
.inloggen .check label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  margin-right: 15px;
  font-size: 14px;
  padding: 0px 0px 0px 25px;
  min-height: 0px;
}
.webshop .check label:before,
.account .check label:before,
.inloggen .check label:before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  bottom: 1px;
  background-color: transparent;
  border: 1px solid #000000;
  border-radius: 3px;
}
.webshop .check input[type=checkbox],
.account .check input[type=checkbox],
.inloggen .check input[type=checkbox] {
  display: none;
}
.webshop .check .checkbox label:before,
.account .check .checkbox label:before,
.inloggen .check .checkbox label:before {
  border-radius: 3px;
}
.webshop .check input[type=checkbox]:checked + label:before,
.account .check input[type=checkbox]:checked + label:before,
.inloggen .check input[type=checkbox]:checked + label:before {
  content: "\f00c";
  font-size: 10px;
  color: black;
  text-align: center;
  line-height: 10px;
  font-family: FontAwesome;
}
.webshop .btn-flat,
.account .btn-flat,
.inloggen .btn-flat {
  margin-top: 20px;
}
.hoofding {
  position: relative;
  display: table;
  min-height: 400px;
  height: auto;
  padding: 50px 400px;
}
@media (min-width: 993px) and (max-width: 1200px) {
  .hoofding {
    padding: 50px 260px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .hoofding {
    padding: 50px 150px;
  }
}
@media (max-width: 768px) {
  .hoofding {
    padding: 50px 20px;
  }
}
.hoofding .hoofding-content {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.hoofding .hoofding-content h1 {
  margin-bottom: 25px;
}
.hoofding .hoofding-content a {
  margin-top: 40px;
}
.hoofding.hoofding-diensten {
  position: relative;
  z-index: 0;
}
.hoofding.hoofding-diensten .overlay-white {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: -1;
}
#home {
  position: absolute;
  top: -80px;
}
@media (max-width: 767px) {
  #home {
    top: -62px;
  }
}
.wolk {
  display: inline-block;
  text-align: center;
  width: 300px;
  margin-bottom: 20px;
}
.wolk .wolk-houder {
  display: inline-block;
  width: auto;
}
.wolk .wolk-houder span {
  display: inline-block;
  border-top: 1px solid black;
  width: 70px;
  height: 100%;
  margin-bottom: 12px;
}
.wolk .wolk-houder span.left {
  margin-right: 8px;
}
.wolk .wolk-houder span.right {
  margin-left: 8px;
}
.wolk .wolk-houder .wolk-img {
  display: inline-block;
  width: 35px;
  height: 30px;
  position: relative;
}
.wolk.wolk-wit .wolk-houder span {
  border-top: 1px solid white!important;
}
.diensten {
  position: relative;
  text-align: center;
}
.diensten #diensten {
  position: absolute;
  top: -80px;
}
@media (max-width: 767px) {
  .diensten #diensten {
    top: -62px;
  }
}
.diensten .diensten-overzicht {
  margin: 30px 0;
}
.diensten .diensten-overzicht .dienst {
  padding: 0 40px;
  text-align: center;
}
@media (max-width: 767px) {
  .diensten .diensten-overzicht .dienst {
    margin-bottom: 20px;
  }
}
.diensten .diensten-overzicht .dienst .icoon {
  display: inline-block;
  text-align: center;
  margin-top: 30px;
}
.diensten .diensten-overzicht .dienst .icoon .icon-holder {
  display: table;
  background-color: #4f4f4f;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  text-align: center;
}
.diensten .diensten-overzicht .dienst .icoon .icon-holder .table-cell {
  display: table-cell;
  vertical-align: middle;
}
.diensten .diensten-overzicht .dienst p {
  text-align: justify;
  -ms-word-break: normal;
  word-break: normal;
}
.diensten .diensten-overzicht .dienst h3 {
  margin: 30px 0;
}
.diensten .diensten-overzicht .dienst a {
  margin: 30px 0;
}
.referenties {
  position: relative;
  text-align: center;
}
.referenties h2,
.referenties p {
  color: white;
}
.referenties #referenties {
  position: absolute;
  top: -80px;
}
@media (max-width: 767px) {
  .referenties #referenties {
    top: -62px;
  }
}
.referenties .referentie-overzicht {
  margin: 60px 0;
}
.referenties .referentie-overzicht .referentie-item {
  padding: 0 300px;
}
@media (min-width: 993px) and (max-width: 1200px) {
  .referenties .referentie-overzicht .referentie-item {
    padding: 50px 210px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .referenties .referentie-overzicht .referentie-item {
    padding: 50px 120px;
  }
}
@media (max-width: 768px) {
  .referenties .referentie-overzicht .referentie-item {
    padding: 50px 40px;
  }
}
.referenties .referentie-overzicht .referentie-item p.author {
  margin-top: 30px;
  font-size: 14px;
}
.referenties .referentie-overzicht .referentie-item P.author-info {
  color: #ffc140;
  font-size: 14px;
  margin-top: 5px;
}
.contact {
  position: relative;
  background-size: contain;
  background-position: 0% 0%;
  background-repeat: no-repeat;
}
.contact h2 {
  margin-bottom: 30px;
}
.contact #contact {
  position: absolute;
  top: -80px;
}
@media (max-width: 767px) {
  .contact #contact {
    top: -62px;
  }
}
@media (max-width: 992px) {
  .contact .contact-tekst {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .contact .contact-formulier .form-group {
    padding: 0;
  }
}
.cloud-hosting h2,
.development h2,
.it-maatwerk h2 {
  margin-bottom: 30px;
}
.cloud-hosting p,
.development p,
.it-maatwerk p {
  text-align: justify;
}
.cloud-hosting .kolom,
.development .kolom,
.it-maatwerk .kolom {
  padding: 0 40px;
}
@media (max-width: 993px) {
  .cloud-hosting .kolom,
  .development .kolom,
  .it-maatwerk .kolom {
    margin-bottom: 24px;
  }
}
.cloud-hosting {
  background-size: 10%;
  background-position: 0% 10%;
  background-repeat: no-repeat !important;
}
@media (max-width: 767px) {
  .cloud-hosting {
    background-size: 20%;
  }
}
.development {
  background-color: #f4f4f4;
  background-size: 10%;
  background-position: 100% 10%;
  background-repeat: no-repeat !important;
}
@media (max-width: 767px) {
  .development {
    background-size: 20%;
  }
}
.it-maatwerk {
  background-size: 10%;
  background-position: 0% 10%;
  background-repeat: no-repeat !important;
}
@media (max-width: 767px) {
  .it-maatwerk {
    background-size: 20%;
  }
}
.alert-danger ul {
  list-style-type: none;
}
.webshop {
  display: inline-block;
  width: 100%;
  padding: 0px 90px 50px 90px;
}
@media (max-width: 992px) {
  .webshop {
    padding: 0px 20px 50px 20px;
  }
}
@media (min-width: 993px) and (max-width: 1200px) {
  .webshop {
    padding: 0px 100px 50px 100px !important;
  }
}
.webshop.no-padding {
  padding: 0px;
}
@media (max-width: 767px) {
  .webshop .product-overzicht .filters {
    display: inline-block;
    padding: 0px 30px;
  }
}
.webshop .product-overzicht .filters .accordion input {
  display: none;
}
.webshop .product-overzicht .producten .top {
  display: inline-block;
  margin-bottom: 35px;
}
.webshop .product-overzicht .producten .top select {
  float: left;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  width: 200px;
  line-height: 35px;
  border: 1px solid #3c3c3c;
  border-radius: 0px;
  padding: 0px 15px;
  height: 35px;
  background-color: transparent;
  color: #3c3c3c;
  font-family: 'Open Sans', sans-serif;
  font-size: 0.9em;
  font-weight: 400;
  background-image: url('/assets/img/dropdown.png');
  background-position: 95% 50%;
  background-repeat: no-repeat;
  background-size: 3.5%;
}
@media (max-width: 767px) {
  .webshop .product-overzicht .producten .top select {
    width: 100%;
    margin-bottom: 10px;
  }
}
.webshop .product-overzicht .producten .top p {
  display: inline-block;
  float: right;
  line-height: 35px;
}
.webshop .product-overzicht .producten .box-producten {
  display: inline-block;
  width: 100%;
}
.webshop .product-overzicht .producten .box-producten .item {
  text-align: center;
  display: inline-block;
  margin-bottom: 35px;
}
.webshop .product-overzicht .producten .box-producten .item .stof-foto {
  display: inline-block;
  width: 100%;
  height: 220px;
  margin-bottom: 20px;
  position: relative;
}
.webshop .product-overzicht .producten .box-producten .item .stof-foto .filter {
  display: none;
}
.webshop .product-overzicht .producten .box-producten .item .stof-foto:hover .filter {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: table;
  background-color: rgba(0, 0, 0, 0.4);
}
.webshop .product-overzicht .producten .box-producten .item .stof-foto:hover .filter .content {
  display: table-cell;
  vertical-align: middle;
}
.webshop .product-overzicht .producten .box-producten .item .stof-foto:hover .filter .content a {
  display: inline-block;
  width: 40px;
  height: 40px;
  border: 2px solid white;
  border-radius: 50%;
  text-align: center;
}
.webshop .product-overzicht .producten .box-producten .item .stof-foto:hover .filter .content a:hover {
  background-color: white;
}
.webshop .product-overzicht .producten .box-producten .item .stof-foto:hover .filter .content a:hover i {
  color: #0000ff;
}
.webshop .product-overzicht .producten .box-producten .item .stof-foto:hover .filter .content a i {
  line-height: 35px;
  color: white;
  font-size: 16px;
}
.webshop .product-overzicht .producten .box-producten .item .stof-foto:hover .filter .content a:first-of-type {
  margin-right: 10px;
}
@media (max-width: 767px) {
  .webshop .product-overzicht .producten .box-producten .item .stof-foto {
    height: 200px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .webshop .product-overzicht .producten .box-producten .item .stof-foto {
    height: 175px;
  }
}
.webshop .product-overzicht .producten .box-producten .item .stof-foto p {
  display: none;
}
.webshop .product-overzicht .producten .box-producten .item .stof-foto.nieuw p {
  color: white;
  background-color: #0000ff;
  padding: 16px 13px;
  display: inline-block;
  width: auto;
  position: absolute;
  top: 20px;
  left: 0px;
  margin: 0px;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1px;
  font-weight: 600;
  font-family: 'Raleway', sans-serif;
}
.webshop .product-overzicht .producten .box-producten .item .stof-foto.actie p {
  color: white;
  background-color: #ffa500;
  padding: 16px 13px;
  display: inline-block;
  width: auto;
  position: absolute;
  top: 20px;
  left: 0px;
  margin: 0px;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1px;
  font-weight: 600;
  font-family: 'Raleway', sans-serif;
}
.webshop .product-overzicht .producten .box-producten .item .beschrijving {
  display: inline-block;
  width: 100%;
}
.webshop .product-overzicht .producten .box-producten .item .beschrijving h3 {
  line-height: 140%;
  color: #000000;
}
.webshop .product-overzicht .producten .box-producten .item p {
  display: inline-block;
  width: 100%;
  margin-top: 7px;
  color: #808080;
}
.webshop .product-overzicht .producten .paginatie {
  display: inline-block;
  padding: 50px 15px;
}
.webshop .product-overzicht .producten .paginatie p {
  display: inline-block;
  float: left;
  line-height: 29px;
}
.webshop .product-overzicht .producten .paginatie .pagination {
  display: inline-block;
  float: right;
  margin: 0px;
}
.webshop .product-overzicht .producten .paginatie .pagination li {
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 1px solid #000000;
  text-align: center;
  border-radius: 0px;
  margin-right: -5px;
}
.webshop .product-overzicht .producten .paginatie .pagination li.active {
  background-color: #f4f4f4;
}
.webshop .product-overzicht .producten .paginatie .pagination li:hover {
  background-color: #f4f4f4;
}
.webshop .product-overzicht .producten .paginatie .pagination li a {
  display: inline-block;
  padding: 0px;
  line-height: 25px;
  float: none;
  background-color: transparent;
  color: #000000;
  border: none;
  font-size: 11px;
}
.webshop .product-overzicht .producten .paginatie .pagination li a i {
  font-size: 10px;
}
.webshop .product-detail {
  display: inline-block;
  width: 100%;
}
.webshop .product-detail .breadcrumbs {
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
}
.webshop .product-detail .breadcrumbs a {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  padding: 0px;
  margin: 0px;
  display: inline-block;
  font-size: 14px;
  color: #808080;
  text-transform: capitalize;
}
.webshop .product-detail .breadcrumbs a:after {
  display: inline-block;
  content: '|';
  margin: 0px 7px;
}
.webshop .product-detail .slider {
  display: inline-block;
  width: 100%;
}
.webshop .product-detail .slider .slider-for {
  display: inline-block;
  width: 100%;
}
.webshop .product-detail .slider .slider-for div {
  display: inline-block;
  margin-bottom: 20px;
  width: 100%;
}
@media (max-width: 767px) {
  .webshop .product-detail .slider .slider-for div {
    height: 250px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .webshop .product-detail .slider .slider-for div {
    height: 300px;
  }
}
@media (min-width: 993px) {
  .webshop .product-detail .slider .slider-for div {
    max-height: 450px;
  }
}
.webshop .product-detail .slider .slider-nav {
  display: inline-block;
  width: 100%;
}
@media (max-width: 767px) {
  .webshop .product-detail .slider .slider-nav {
    margin-bottom: 30px;
  }
}
.webshop .product-detail .slider .slider-nav div {
  display: inline-block;
  height: 150px;
  width: 100%;
}
@media (max-width: 767px) {
  .webshop .product-detail .slider .slider-nav div {
    height: 100px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .webshop .product-detail .slider .slider-nav div {
    height: 120px;
  }
}
.webshop .product-detail .top {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #808080;
  padding-bottom: 20px;
}
.webshop .product-detail .top h3 {
  display: inline-block;
  width: 100%;
  line-height: 180%;
}
.webshop .product-detail .top p {
  display: inline-block;
  width: 100%;
  line-height: 180%;
}
.webshop .product-detail .top .social {
  display: inline-block;
  text-align: right;
}
.webshop .product-detail .top .social a {
  display: inline-block;
  margin-right: 10px;
}
.webshop .product-detail .top .social a:last-of-type {
  margin-right: 0px;
}
.webshop .product-detail .top .social a i {
  color: #808080;
  font-size: 16px;
}
.webshop .product-detail .top .social a i.fa-pinterest:hover {
  color: #bd081c;
}
.webshop .product-detail .top .social a i.fa-facebook:hover {
  color: #3b5998;
}
.webshop .product-detail .top .social a i.fa-twitter:hover {
  color: #1da1f2;
}
.webshop .product-detail .top .social a i.fa-instagram:hover {
  color: #5851db;
}
.webshop .product-detail .midden {
  display: inline-block;
  width: 100%;
  padding-bottom: 45px;
  padding-top: 45px;
  border-bottom: 1px solid #808080;
  /* Override browser form filling */
}
.webshop .product-detail .midden input[type="number"] {
  position: relative;
  margin: 0px 10px 0px 10px;
  padding: 6px 5px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  width: 90px;
}
.webshop .product-detail .midden input[type="number"].mod::-webkit-outer-spin-button,
.webshop .product-detail .midden input[type="number"].mod::-webkit-inner-spin-button {
  -webkit-appearance: none;
  background: #ffffff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAAKUlEQVQYlWNgwAT/sYhhKPiPT+F/LJgEsHv37v+EMGkmkuImoh2NoQAANlcun/q4OoYAAAAASUVORK5CYII=) no-repeat center center;
  width: 1em;
  border-left: 1px solid #BBB;
  opacity: .5;
  /* shows Spin Buttons per default (Chrome >= 39) */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}
.webshop .product-detail .midden input:-webkit-autofill {
  background: black;
  color: red;
}
.webshop .product-detail .midden .btn-flat:hover {
  cursor: pointer;
}
.webshop .product-detail .onder {
  display: inline-block;
  width: 100%;
  padding-bottom: 20px;
  padding-top: 20px;
}
.webshop .product-detail .onder p {
  line-height: 180%;
}
.webshop .product-detail .gerelateerd {
  display: inline-block;
  width: 100%;
  margin-top: 40px;
  border-top: 1px solid #808080;
  padding: 40px 0px 20px 0px;
}
.webshop .product-detail .gerelateerd p {
  display: inline-block;
  width: 100%;
  padding: 0px 0px 20px 15px;
}
.webshop .product-detail .gerelateerd .item {
  text-align: center;
  display: inline-block;
  margin-bottom: 35px;
}
.webshop .product-detail .gerelateerd .item .stof-foto {
  display: inline-block;
  width: 100%;
  height: 220px;
  margin-bottom: 20px;
  position: relative;
}
.webshop .product-detail .gerelateerd .item .stof-foto .filter {
  display: none;
}
.webshop .product-detail .gerelateerd .item .stof-foto:hover .filter {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: table;
  background-color: rgba(0, 0, 0, 0.4);
}
.webshop .product-detail .gerelateerd .item .stof-foto:hover .filter .content {
  display: table-cell;
  vertical-align: middle;
}
.webshop .product-detail .gerelateerd .item .stof-foto:hover .filter .content a {
  display: inline-block;
  width: 40px;
  height: 40px;
  border: 2px solid white;
  border-radius: 50%;
  text-align: center;
}
.webshop .product-detail .gerelateerd .item .stof-foto:hover .filter .content a:hover {
  background-color: white;
}
.webshop .product-detail .gerelateerd .item .stof-foto:hover .filter .content a:hover i {
  color: #0000ff;
}
.webshop .product-detail .gerelateerd .item .stof-foto:hover .filter .content a i {
  line-height: 35px;
  color: white;
  font-size: 16px;
}
.webshop .product-detail .gerelateerd .item .stof-foto:hover .filter .content a:first-of-type {
  margin-right: 10px;
}
@media (max-width: 767px) {
  .webshop .product-detail .gerelateerd .item .stof-foto {
    height: 200px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .webshop .product-detail .gerelateerd .item .stof-foto {
    height: 175px;
  }
}
.webshop .product-detail .gerelateerd .item .stof-foto p {
  display: none;
}
.webshop .product-detail .gerelateerd .item .stof-foto.nieuw p {
  color: white;
  background-color: #0000ff;
  padding: 16px 13px;
  display: inline-block;
  width: auto;
  position: absolute;
  top: 20px;
  left: 0px;
  margin: 0px;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1px;
  font-weight: 600;
  font-family: 'Raleway', sans-serif;
}
.webshop .product-detail .gerelateerd .item .stof-foto.actie p {
  color: white;
  background-color: #ffa500;
  padding: 16px 13px;
  display: inline-block;
  width: auto;
  position: absolute;
  top: 20px;
  left: 0px;
  margin: 0px;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1px;
  font-weight: 600;
  font-family: 'Raleway', sans-serif;
}
.webshop .product-detail .gerelateerd .item .beschrijving {
  display: inline-block;
  width: 100%;
}
.webshop .product-detail .gerelateerd .item .beschrijving h3 {
  line-height: 140%;
  color: #000000;
}
.webshop .product-detail .gerelateerd .item p {
  display: inline-block;
  width: 100%;
  margin-top: 7px;
  color: #808080;
}
.webshop .winkelmandje .product {
  display: inline-block;
  width: 100%;
  padding: 20px 0px;
  border-bottom: 1px solid #f4f4f4;
}
.webshop .winkelmandje .product:last-of-type {
  border-bottom: none;
}
.webshop .winkelmandje .product .foto {
  display: table;
  height: 100px;
  text-align: left;
}
.webshop .winkelmandje .product .foto .content {
  display: table-cell;
  width: 100px;
  height: 100px;
  vertical-align: middle;
}
.webshop .winkelmandje .product .beschrijving {
  display: table;
  height: 100px;
  text-align: left;
}
.webshop .winkelmandje .product .beschrijving .content {
  display: table-cell;
  vertical-align: middle;
}
.webshop .winkelmandje .product .beschrijving .content h3 {
  text-transform: none;
  line-height: 180%;
  width: 100%;
}
.webshop .winkelmandje .product .beschrijving .content p {
  line-height: 180%;
  width: 100%;
}
.webshop .winkelmandje .product .aantal {
  display: table;
  height: 100px;
  text-align: left;
}
.webshop .winkelmandje .product .aantal .content {
  display: table-cell;
  vertical-align: middle;
  /* Override browser form filling */
}
.webshop .winkelmandje .product .aantal .content input[type="number"] {
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 6px 5px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  width: 100%;
}
.webshop .winkelmandje .product .aantal .content input[type="number"].mod::-webkit-outer-spin-button,
.webshop .winkelmandje .product .aantal .content input[type="number"].mod::-webkit-inner-spin-button {
  -webkit-appearance: none;
  background: #ffffff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAAKUlEQVQYlWNgwAT/sYhhKPiPT+F/LJgEsHv37v+EMGkmkuImoh2NoQAANlcun/q4OoYAAAAASUVORK5CYII=) no-repeat center center;
  width: 1em;
  border-left: 1px solid #BBB;
  opacity: .5;
  /* shows Spin Buttons per default (Chrome >= 39) */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}
.webshop .winkelmandje .product .aantal .content input:-webkit-autofill {
  background: black;
  color: red;
}
.webshop .winkelmandje .product .sluiten {
  display: table;
  height: 100px;
  text-align: right;
  width: 100%;
}
.webshop .winkelmandje .product .sluiten .content {
  display: table-cell;
  vertical-align: middle;
}
.webshop .winkelmandje .product .sluiten .content a {
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #808080;
  text-align: center;
}
.webshop .winkelmandje .product .sluiten .content a:hover {
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
}
.webshop .winkelmandje .product .sluiten .content a i {
  color: white;
  font-size: 11px;
  line-height: 19px;
}
.webshop .winkelmandje .overzicht {
  display: inline-block;
  width: 100%;
  padding: 20px;
  border-radius: 7px;
  background-color: #808080;
  border: 1px solid #808080;
}
.webshop .winkelmandje .overzicht h5 {
  border-bottom: 1px solid #808080;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.webshop .winkelmandje .overzicht p {
  line-height: 150%;
}
.webshop .winkelmandje .overzicht .totaal {
  display: inline-block;
  width: 100%;
  border-top: 1px solid #808080;
  padding: 20px 0px 0px 0px;
  margin-top: 20px;
}
.webshop .winkelmandje .overzicht .totaal p bold {
  text-transform: none;
}
.webshop .winkelmandje .overzicht .totaal p i {
  font-size: 12px;
}
.webshop .winkelmandje .overzicht .totaal .btn-flat {
  margin-top: 15px;
  border-radius: 5px;
  font-size: 13px;
  padding: 15px 0px;
  text-align: center;
  width: 100%;
  line-height: 110%;
}
.webshop .winkelmandje .overzicht .totaal .btn-continue {
  color: #0000ff;
  margin-top: 15px;
  margin-left: 0px;
}
.webshop .winkelmandje .korting {
  display: inline-block;
  width: 100%;
  padding: 20px;
  border-radius: 7px;
  background-color: #808080;
  border: 1px solid #808080;
  margin-top: 10px;
}
.webshop .winkelmandje .korting h5 {
  border-bottom: 1px solid #808080;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.webshop .winkelmandje .korting input {
  display: inline-block;
  width: 100%;
  border: 1px solid #808080;
  padding: 5px;
  border-radius: 5px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  margin: 0px;
  font-size: 14px;
  color: #808080;
}
.webshop .winkelmandje .korting .btn-continue {
  color: #0000ff;
  margin-top: 15px;
  margin-left: 0px;
}
.webshop.gegevens {
  display: inline-block;
  width: 100%;
  padding: 50px 300px 65px 300px;
}
@media (max-width: 992px) {
  .webshop.gegevens {
    padding: 50px 20px;
  }
}
.webshop.gegevens .stappen {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.webshop.gegevens .stappen .stap {
  display: inline-block;
  height: 50px;
  vertical-align: top;
}
.webshop.gegevens .stappen .stap .nummer {
  display: inline-block;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #808080;
  color: #ffffff;
  text-align: center;
  margin-bottom: 10px;
}
.webshop.gegevens .stappen .stap .nummer p {
  line-height: 25px;
  font-weight: 700;
  color: #ffffff;
}
.webshop.gegevens .stappen .stap p {
  display: inline-block;
  color: #808080;
}
.webshop.gegevens .stappen .stap.active .nummer {
  background-color: #0000ff;
  color: #ffffff;
}
.webshop.gegevens .stappen .stap.active .nummer p {
  color: #ffffff;
}
.webshop.gegevens .stappen .stap.active p {
  color: #0000ff;
}
.webshop.gegevens .stappen .lijn {
  display: inline-block;
  width: 78px;
  height: 1px;
  background-color: #808080;
  margin-top: 12px;
}
@media (max-width: 992px) {
  .webshop.gegevens .stappen .lijn {
    width: 30px;
    margin-top: 13px;
  }
}
@media (min-width: 993px) and (max-width: 1200px) {
  .webshop.gegevens .stappen .lijn {
    margin-top: 13px;
  }
}
.webshop.gegevens .factuurgegevens {
  display: inline-block;
  background-color: #808080;
  border: 1px solid #808080;
  padding: 40px 20px;
  width: 100%;
  border-radius: 0px;
  margin-top: 40px;
}
@media (max-width: 1200px) {
  .webshop.gegevens .factuurgegevens {
    margin-top: 10px;
    padding: 40px 0px;
  }
}
.webshop.gegevens .factuurgegevens h5 {
  margin: 0px 0px 5px 0px;
  padding: 0px 15px;
}
.webshop.gegevens .factuurgegevens .adres {
  display: inline-block;
  width: 100%;
  border-top: 1px solid #808080;
  padding-top: 20px;
  margin-top: 50px;
}
.webshop.gegevens .verzendmethode .logo-verzendmethode {
  display: inline-block;
  width: 100%;
  height: 70px;
  background-position: top left;
  background-size: 70%;
}
.webshop.gegevens .verzendmethode .check {
  padding-top: 0px;
}
.webshop.gegevens .verzendmethode .leveradres {
  display: inline-block;
  width: 100%;
  margin-top: 20px;
  padding-left: 10px;
}
.webshop.gegevens .verzendmethode .leveradres p {
  display: inline-block;
  width: 100%;
  line-height: 130%;
}
.webshop.gegevens .verzendmethode label bold {
  font-weight: 400;
}
.webshop.gegevens .verzendmethode .afhaal {
  display: inline-block;
  width: 100%;
  border-top: 1px solid #808080;
  margin-top: 20px;
  padding-top: 20px;
}
.webshop.gegevens .verzendmethode .btn-continue {
  color: #0000ff;
  margin-left: 0px;
}
.webshop.gegevens .verzendmethode .btn-flat {
  margin-top: 35px;
}
.webshop.gegevens .betalingsinfo .check {
  padding: 0px;
}
.webshop.gegevens .betalingsinfo .check .checkbox {
  margin: 0px;
}
.webshop.gegevens .betalingsinfo .check .checkbox label {
  margin: 0px;
}
.webshop.gegevens .betalingsinfo .col-md-4 {
  text-align: right;
}
.webshop.gegevens .betalingsinfo .logo-verzendmethode {
  display: inline-block;
  width: 35px;
  height: 20px;
  background-position: top left;
  margin-right: 5px;
}
.webshop.gegevens .betalingsinfo .logo-verzendmethode:last-of-type {
  margin-right: 0px;
}
.webshop.gegevens .betalingsinfo .btn-flat {
  margin-top: 35px;
}
.webshop.gegevens .betalingsinfo .streep {
  display: inline-block;
  width: 100%;
  margin: 20px 0px;
  height: 1px;
  background-color: #808080;
}
.webshop.gegevens .overzicht {
  display: inline-block;
  background-color: #808080;
  border: 1px solid #808080;
  padding: 40px 20px;
  width: 100%;
  border-radius: 0px;
  margin-top: 40px;
  text-align: center;
}
@media (max-width: 1200px) {
  .webshop.gegevens .overzicht {
    margin-top: 10px;
    padding: 40px 0px;
  }
}
.webshop.gegevens .overzicht h5 {
  margin: 0px;
  padding: 0px;
}
.webshop.gegevens .overzicht i {
  color: #0000ff;
  margin: 35px 0px 25px 0px;
  font-size: 70px;
}
.webshop.gegevens .overzicht p {
  line-height: 180%;
}
.webshop ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #3c3c3c;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 400;
  padding: 0px;
  margin: 0px;
}
.webshop ::-moz-placeholder {
  /* Firefox 19+ */
  color: #3c3c3c;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 400;
  padding: 0px;
  margin: 0px;
}
.webshop :-ms-input-placeholder {
  /* IE 10+ */
  color: #3c3c3c;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 400;
  padding: 0px;
  margin: 0px;
}
.webshop :-moz-placeholder {
  /* Firefox 18- */
  color: #3c3c3c;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 400;
  padding: 0px;
  margin: 0px;
}
.account {
  display: inline-block;
  width: 100%;
  padding: 0px 90px 50px 90px;
}
@media (max-width: 992px) {
  .account {
    padding: 0px 20px 50px 20px;
  }
}
@media (min-width: 993px) and (max-width: 1200px) {
  .account {
    padding: 0px 100px 50px 100px !important;
  }
}
.account .check.no-padding-top {
  padding-top: 0px;
}
.account .margin-btm {
  margin-bottom: 20px;
}
.account .margin-top {
  margin-top: 20px;
}
.account .padding {
  display: inline-block;
  width: 100%;
  height: 50px;
}
.account h3 {
  font-size: 24px;
  text-transform: none;
  font-weight: 400;
  margin: 0px 0px 15px 0px;
}
.account h5 {
  font-size: 20px;
  text-transform: none;
  font-weight: 300;
  margin: 0px;
  font-family: 'Open Sans', sans-serif;
}
.account p {
  display: inline-block;
  width: 100%;
  line-height: 180%;
}
.account ul {
  display: inline-block;
  width: 100%;
  padding: 0px;
}
@media (max-width: 767px) {
  .account ul {
    margin-top: 30px;
  }
}
.account ul p {
  display: inline-block;
  width: 100%;
  padding: 10px 20px;
  background-color: #8c8c8c;
  color: #808080;
}
.account ul li {
  display: inline-block;
  width: 100%;
}
.account ul li:last-of-type a {
  border-bottom: none;
}
.account ul li a {
  display: inline-block;
  width: 100%;
  padding: 20px 20px;
  background-color: #808080;
  border-bottom: 1px solid #808080;
  color: #808080;
}
.account ul li a:hover {
  text-decoration: none;
  background-color: #f3f3f3;
}
.account ul li a:focus,
.account ul li a.active,
.account ul li a.visited {
  text-decoration: none;
}
.account ul li a.active {
  color: #8c8c8c;
}
.account .streep {
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #808080;
  margin: 20px 0px;
}
.account .tabel table {
  border-collapse: collapse;
  border-radius: 5px;
  font-family: 'Open Sans', sans-serif;
}
.account .tabel table i {
  color: black;
}
.account .tabel table thead {
  display: table-header-group;
  vertical-align: middle;
  background-color: #f6f6f6;
  padding: 20px 0px;
  font-weight: 600;
}
.account .tabel table thead tr th {
  white-space: nowrap;
  padding: 20px 8px ;
  font-weight: 400 !important;
}
.account .tabel table thead tr th:first-child {
  border-bottom-left-radius: 7px;
  border-top-left-radius: 7px;
}
.account .tabel table thead tr th:last-child {
  border-bottom-right-radius: 7px;
  border-top-right-radius: 7px;
}
.account .tabel table tbody tr {
  border-bottom: 1px solid #808080;
}
.account .tabel table tbody tr td {
  padding: 20px 8px;
  vertical-align: middle;
}
.account.gegevens {
  display: inline-block;
  width: 100%;
  padding: 50px 300px 65px 300px;
}
@media (max-width: 992px) {
  .account.gegevens {
    padding: 50px 20px;
  }
}
.account.gegevens .stappen {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.account.gegevens .stappen .stap {
  display: inline-block;
  height: 50px;
  vertical-align: top;
}
.account.gegevens .stappen .stap .nummer {
  display: inline-block;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #808080;
  color: #ffffff;
  text-align: center;
  margin-bottom: 10px;
}
.account.gegevens .stappen .stap .nummer p {
  line-height: 25px;
  font-weight: 700;
  color: #ffffff;
}
.account.gegevens .stappen .stap p {
  display: inline-block;
  color: #808080;
}
.account.gegevens .stappen .stap.active .nummer {
  background-color: #0000ff;
  color: #ffffff;
}
.account.gegevens .stappen .stap.active .nummer p {
  color: #ffffff;
}
.account.gegevens .stappen .stap.active p {
  color: #0000ff;
}
.account.gegevens .stappen .lijn {
  display: inline-block;
  width: 78px;
  height: 1px;
  background-color: #808080;
  margin-top: 12px;
}
@media (max-width: 992px) {
  .account.gegevens .stappen .lijn {
    width: 30px;
    margin-top: 13px;
  }
}
@media (min-width: 993px) and (max-width: 1200px) {
  .account.gegevens .stappen .lijn {
    margin-top: 13px;
  }
}
.account.gegevens .factuurgegevens {
  display: inline-block;
  background-color: #808080;
  border: 1px solid #808080;
  padding: 40px 20px;
  width: 100%;
  border-radius: 0px;
  margin-top: 40px;
}
@media (max-width: 1200px) {
  .account.gegevens .factuurgegevens {
    margin-top: 10px;
    padding: 40px 0px;
  }
}
.account.gegevens .factuurgegevens h5 {
  margin: 0px 0px 5px 0px;
  padding: 0px 15px;
}
.account.gegevens .factuurgegevens .adres {
  display: inline-block;
  width: 100%;
  border-top: 1px solid #808080;
  padding-top: 20px;
  margin-top: 50px;
}
.account.gegevens .verzendmethode .logo-verzendmethode {
  display: inline-block;
  width: 100%;
  height: 70px;
  background-position: top left;
  background-size: 70%;
}
.account.gegevens .verzendmethode .check {
  padding-top: 0px;
}
.account.gegevens .verzendmethode .leveradres {
  display: inline-block;
  width: 100%;
  margin-top: 20px;
  padding-left: 10px;
}
.account.gegevens .verzendmethode .leveradres p {
  display: inline-block;
  width: 100%;
  line-height: 130%;
}
.account.gegevens .verzendmethode label bold {
  font-weight: 400;
}
.account.gegevens .verzendmethode .afhaal {
  display: inline-block;
  width: 100%;
  border-top: 1px solid #808080;
  margin-top: 20px;
  padding-top: 20px;
}
.account.gegevens .verzendmethode .btn-continue {
  color: #0000ff;
  margin-left: 0px;
}
.account.gegevens .verzendmethode .btn-flat {
  margin-top: 35px;
}
.account.gegevens .betalingsinfo .check {
  padding: 0px;
}
.account.gegevens .betalingsinfo .check .checkbox {
  margin: 0px;
}
.account.gegevens .betalingsinfo .check .checkbox label {
  margin: 0px;
}
.account.gegevens .betalingsinfo .col-md-4 {
  text-align: right;
}
.account.gegevens .betalingsinfo .logo-verzendmethode {
  display: inline-block;
  width: 35px;
  height: 20px;
  background-position: top left;
  margin-right: 5px;
}
.account.gegevens .betalingsinfo .logo-verzendmethode:last-of-type {
  margin-right: 0px;
}
.account.gegevens .betalingsinfo .btn-flat {
  margin-top: 35px;
}
.account.gegevens .betalingsinfo .streep {
  display: inline-block;
  width: 100%;
  margin: 20px 0px;
  height: 1px;
  background-color: #808080;
}
.account.gegevens .overzicht {
  display: inline-block;
  background-color: #808080;
  border: 1px solid #808080;
  padding: 40px 20px;
  width: 100%;
  border-radius: 0px;
  margin-top: 40px;
  text-align: center;
}
@media (max-width: 1200px) {
  .account.gegevens .overzicht {
    margin-top: 10px;
    padding: 40px 0px;
  }
}
.account.gegevens .overzicht h5 {
  margin: 0px;
  padding: 0px;
}
.account.gegevens .overzicht i {
  color: #0000ff;
  margin: 35px 0px 25px 0px;
  font-size: 70px;
}
.account.gegevens .overzicht p {
  line-height: 180%;
}
.account .adres {
  display: inline-block;
  width: 100%;
  padding: 20px;
  background-color: #808080;
  border: 1px solid #808080;
  border-radius: 5px;
  margin-bottom: 15px;
}
.account .adres p {
  line-height: 140%;
}
.account .adres p bold {
  display: inline-block;
  margin: 0px 0px 20px 0px;
  padding: 0px;
  line-height: 100%;
  text-transform: none;
}
.inloggen {
  display: inline-block;
  width: 100%;
  padding: 0px 200px 50px 200px;
  text-align: center;
}
@media (max-width: 767px) {
  .inloggen {
    padding: 0px 20px;
  }
}
.inloggen .kader {
  display: inline-block;
  width: 100%;
  padding: 20px;
  border-radius: 5px;
  border: 1px solid #808080;
  background-color: #808080;
  text-align: left;
}
.inloggen .kader h5 {
  border-bottom: 1px solid #808080;
  display: inline-block;
  width: 100%;
  padding-bottom: 20px;
  margin-bottom: 0px;
}
.inloggen .kader .btn-continue {
  margin-top: 20px;
  line-height: 34px;
}
.product-toegevoegd {
  display: inline-block;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 1000;
}
.product-toegevoegd .filter {
  display: table;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  text-align: center;
}
.product-toegevoegd .filter .content {
  display: table-cell;
  vertical-align: middle;
  padding: 0px;
}
.product-toegevoegd .filter .content .box {
  display: inline-block;
  background-color: #ffffff;
  border-radius: 5px;
  padding: 50px;
  position: relative;
  text-align: left;
}
.product-toegevoegd .filter .content .box .sluiten {
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: #808080;
  position: absolute;
  top: 10px;
  right: 10px;
  text-align: center;
}
.product-toegevoegd .filter .content .box .sluiten:hover {
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
.product-toegevoegd .filter .content .box .sluiten i {
  color: white;
  line-height: 20px;
}
.product-toegevoegd .filter .content .box .product {
  display: block;
  float: left;
}
.product-toegevoegd .filter .content .box .product .foto {
  display: inline-block;
  width: 100px;
  height: 100px;
  float: left;
  margin-right: 25px;
}
.product-toegevoegd .filter .content .box .product .clearfix {
  display: block;
  width: 100%;
  height: 1px;
}
.product-toegevoegd .filter .content .box .product .beschrijving {
  display: block;
  float: left;
}
.product-toegevoegd .filter .content .box .product .beschrijving h3 {
  display: block;
  line-height: 180%;
  text-transform: none;
  font-weight: 700;
  font-size: 14px;
}
.product-toegevoegd .filter .content .box .product .beschrijving p {
  display: block;
  line-height: 180%;
}
.product-toegevoegd .filter .content .box .keuze {
  display: block;
  float: left;
  margin-top: 20px;
}
.product-toegevoegd .filter .content .box .keuze p.btn-continue:hover {
  cursor: pointer;
}
.accordion label {
  display: inline-block;
  width: 100%;
  padding: 15px 20px;
  color: #ffffff;
  background-color: #0000ff;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  margin-bottom: 13px;
  font-family: 'Open Sans', sans-serif;
  font-size: 1em;
  font-weight: 400;
  text-transform: uppercase;
}
.accordion label:hover,
.accordion label:focus {
  color: white;
  background: #0000ff;
  cursor: pointer;
  text-decoration: none;
}
.accordion li {
  display: inline-block;
  width: 100%;
}
.accordion .group-list {
  display: none;
}
.accordion .group-list.open {
  display: inline-block;
  width: 100%;
  margin-bottom: 25px;
  margin-top: 5px;
  font-family: 'Open Sans', sans-serif;
  font-size: 1em;
  font-weight: 300;
  padding: 15px 15px 35px 15px;
  border: 1px solid black;
}
.accordion .group-list li {
  display: inline-block;
  width: 100%;
}
.accordion .group-list .sub-group-label {
  display: inline-block;
  padding: 15px 5px;
  width: 100%;
  color: #000000;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  margin-bottom: 0px;
  text-transform: none;
  background-color: transparent;
  border-bottom: 1px solid #000000;
}
.accordion .group-list .sub-group-label:hover,
.accordion .group-list .sub-group-label:focus {
  color: #000000;
  background-color: #fafafa;
  cursor: pointer;
  text-decoration: none;
}
.accordion .group-list .sub-group-list {
  display: none;
}
.accordion .group-list .sub-group-list.open {
  display: inline-block;
  padding: 15px 0px 0px 0px;
}
.accordion .group-list .sub-group-list.open li {
  display: inline-block;
}
.accordion .group-list .sub-group-list.open li a {
  padding: 5px 15px 5px 0px;
  margin-left: 15px;
  background: transparent;
  color: #000000;
  text-transform: none;
}
.accordion .group-list .sub-group-list.open li a.active {
  color: #0000ff;
}
.accordion .group-list .sub-group-list.open li a:hover {
  text-decoration: none;
  color: #0000ff;
}
.accordion .group-list .sub-group-list.open li label {
  padding: 5px 5px 5px 15px;
  background: transparent;
  color: #000000;
  text-transform: none;
  font-weight: 300;
}
.accordion .group-list .sub-group-list.open li label:hover {
  color: #0000ff;
}
.accordion .group-list .sub-group-list.open li .sub-sub-group-label {
  padding: 5px 5px 5px 0px;
  margin-left: 15px;
  background: transparent;
  color: #000000 !important;
  border-bottom: 1px solid #000000 !important;
  text-transform: none;
  font-weight: 300;
  width: 90%;
}
.accordion .group-list .sub-group-list.open li .sub-sub-group-label:hover {
  color: #0000ff;
}
.accordion .group-list .sub-group-list.open li .sub-sub-group-list {
  display: none;
}
.accordion .group-list .sub-group-list.open li .sub-sub-group-list.open {
  display: inline-block;
  padding: 0px 0px 10px 15px;
}
.accordion .group-list .sub-group-list.open li .sub-sub-group-list.open li a {
  color: black;
}
.accordion .group-list .sub-group-list.open li .sub-sub-group-list.open li a.active {
  color: #0000ff;
}
.accordion .group-list,
.accordion .sub-group-list,
.accordion .sub-sub-group-list {
  height: 100%;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.5s ease-in-out;
  transition: max-height 0.5s ease-in-out;
}
.accordion .nav__list input[type=checkbox]:checked + label + ul {
  /* reset the height when checkbox is checked */
  max-height: 1000px;
}
.accordion label > span {
  float: right;
  -webkit-transition: -webkit-transform 0.65s ease;
  transition: transform .65s ease;
}
.accordion .nav__list input[type=checkbox]:checked + label > span {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
