#cc-icon { display: none;width: 0;height: 0;visibility: hidden;opacity: 0; } /* hide Cookie confirm icon */

.container.fixed-pages {
  padding-top: 15px;
  padding-bottom: 70px;
}
@media (min-width: 769px){
.container.fixed-pages {
  padding-top: 40px;
  padding-bottom: 70px;
}
}
#blog .home-text-blocks {
	border-top:0px;
}
#blog .block-padding {
	padding-top:0px;
}
#blog .home-text-blocks .text-blocks .text-block, #tips-overzicht .home-text-blocks .text-blocks .text-block, #catalog-product .text-blocks .text-block, #informatie-overzicht .home-text-blocks .text-blocks .text-block{
	padding-bottom:15px;
  padding-top:15px;
}
#blog .complete-article .image-wrap{
  height:170px;
}
#blog .row.text-blocks{
  display:flex;
  flex-wrap: wrap;
}
#blog .row.text-blocks .wrap{
  height: 100%;
  display: flex;
  flex-direction: column;
}
#blog .row.text-blocks .wrap .info{
height: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
}
@media (min-width: 424px) {
#blog .complete-article .image-wrap {
    height: 300px;
  border-radius:0;
}
}
.recent-articles-wrap {
 	margin-bottom:40px;
}
.recent-articles .recent-article:first-child {
	border-top:1px solid #f1eaeb;
}
.recent-articles .recent-article {
	padding:15px 0px;  
  border-bottom:1px solid #f1eaeb;
  position:relative;
}
.recent-articles .recent-article .image-wrap {
	width:60px;
}
.recent-articles .recent-article .image-wrap img {
	width:100%;
  background:#fff;
}
.recent-articles .recent-article .info {
	padding-left:20px;
}
.recent-articles .recent-article .info .title {
	font-size:13px;
  color:#0d86d6;
}
.recent-articles .recent-article .info .link {
	font-size:12px;
  margin-top:8px;
}
.recent-articles .recent-article .info .link a {
	color:#333;
}
.recent-articles .recent-article .info .link a i {
	color: #e67800;
}
.recent-articles .recent-article:hover{
  background-color: #f3faff;
}

.recent-articles-wrap .recent-articles-title,
.blog-tags-wrap .blog-tags-title {
  font-size: 18px;
  margin-bottom: 15px;
}
.recent-articles-wrap .recent-articles-title a{
	font:small-caption;
}
.recent-articles-wrap .recent-articles-title{
  display:flex;
  flex-direction: column;
}
#tagspage .tags a,
.blog-tags-wrap .blog-tags .blog-tag {
  margin: 0px 5px 5px 0px;
  padding: 5px 10px;
  display: inline-block;
  border: 1px solid #eee;
  background: #f7f7f7;
  font-size: 13px;
  position: relative;
}
.blog-tags-wrap .blog-tags .blog-tag.active {
	background-color: #f26823;
  border-color: #f26823;
  font-weight: bold;
  color: #fff;
}
#blog .complete-article .article-box .article-title {
  padding: 30px 0px;
  font-size: 3.5rem;
  position: relative;
  margin-bottom: 36px;
  color:#26146b;
}
#blog .complete-article .article-box .article-title:after {
  width: 150px;
  height: 2px;
  background-color: #e7800f;
  content: '';
  display: block;
  top: 100%;
  left: 0px;
  margin-left: 0px;
  position: absolute;
}

#blog .complete-article .article-box .article-content {
  background-color: rgb(249, 250, 251);
  width:70%;
  margin:0 auto;
}
#blog .complete-article .article-box .article-content p {
  line-height: 1.65;
  color: #444;
  font-size:1.6rem;
}
#blog .complete-article .share ul li {
  display:inline-block;
  font-size:20px;
  margin-right:10px;
}
#blog .complete-article .share {
  margin-top:30px;
}
#blog .complete-article .share ul {
  padding-left:0px;
}
#blog .complete-article .share ul li a.facebook {
  color:#3b5998;
}
#blog .complete-article .share ul li a.twitter {
  color:#55acee;
}
#blog .complete-article .share ul li a.google {
  color:#dd4b39;
}
#blog .complete-article .share ul li a.pinterest {
  color:#cb2027;
}
#blog .complete-article .comments {
	padding: 40px 0px;
  margin: 40px 0px;
/*   border-top: 1px solid #eee;
  border-bottom: 1px solid #eee; */
  font-size: 14px;
}
#blog .complete-article .title {
  font-size: 22px;
  padding-bottom: 25px;
  color:#26146c;
}

#blog .reactions form input[type="text"],
#blog .reactions form textarea {
  display: block;
  width: 100%;
  padding: 15px;
  border: 1px solid #e9e9e9;
  border-radius: 0px;
  font-size: 15px;
  margin-bottom:20px;
  outline:none;
  border-radius:2rem;
}
#blog .reactions form textarea {
  padding: 15px;
  min-height: 180px;
  max-height: 500px;
  max-width: 100%;
  min-width: 100%;
}
#blog .reactions form label {
  margin-bottom: 5px;
  display: block;
  font-size: 1.6rem;
  color:#26146c;
}
#blog .reactions {
border: 1px solid #e9e9e9;
    background: white;
    padding: 2rem;
    border-radius: 2rem;
    margin: 0 -6rem;
}
#blog .reactions h2 {
  margin: 0;
  margin-bottom: 30px;
  color: #000;
  font-size: 24px;
}
#blog .post-description {
  height:90px;
  overflow:hidden;
}
#blog .complete-article .comments .comment {
  padding: 20px;
  margin: 10px 0px;
  border: 1px solid #eee;
}
#blog .complete-article .comments .comment .content {
  padding-bottom: 10px;
  font-size: 16px;
  line-height: 2em;
  color: #565656;
}
#blog .complete-article .comments .comment .info {
  font-size: 0.9em;
  color: #666;
}
#blog .complete-article .comments .comment .info .accent {
	color: #333;
  font-weight:bold;
}
#blog .text-blocks .info .title, #tips-overzicht .text-blocks .info .title, #catalog-product .text-blocks .info .title, #informatie-overzicht .text-blocks .info .title{
  font-size: 1.3em;
  color: #0d86d6;
  margin-bottom: 5px;
  margin-top: 10px;
  display:block;
}
#blog .text-blocks .info .content, #tips-overzicht .text-blocks .info .content, #catalog-product .text-blocks .info .content, #informatie-overzicht .text-blocks .info .content{
    color: #999;
    margin-bottom: 15px;
    height: 3em;
    overflow: hidden;
}
#blog .text-blocks .info .content a,#tips-overzicht .text-blocks .info .content a, #catalog-product .text-blocks .info .content a, #informatie-overzicht .text-blocks .info .content a{
  color:#999;
}
/* CUSTOM CART */
#cart-page .cart-table a.title.title-font{
  font-weight: 400;
  color:#000!important;
}
#cart-page .cart-row {
	margin:0px -25px;
}
#cart-page .cart-body-col {
	width:calc(100% - 500px);
  float:left;
  padding:0px 25px;
  min-height:1px;
}
#cart-page .cart-total-col {
	width:500px;
  float:left;
  padding:0px 25px;
  min-height:1px;
}
#cart-page .cart-title,
.checkout-title,
#service-page .service-title{
	margin-bottom:30px;
}
.service-info .contact-text-holder .subtext a {
	font-weight: bold;
  color: #2b91db;
}
#cart-page .cart-title .title,
.checkout-title .title,
#service-page .service-title .title {
	font-size:25px;
  margin:0;
}
#cart-page .cart-table {
	width:100%;
}
#cart-page .cart-table th {
  text-align:center;
  padding-bottom:10px;
}
#cart-page .cart-table th:first-child {
	text-align:left;
}
#cart-page .cart-table tr:last-child td{
  border-bottom:0; 
}
#cart-page .cart-table td {
	padding:15px 15px;
  border-bottom:1px solid rgba(0,0,0,0.065);
}
#cart-page .cart-table td.image {
	width:100px;
}
#cart-page .cart-table td.image img {
	width:100%;
}
#cart-page .cart-table .image-wrap {
	position:relative;
}
#cart-page .cart-table .image-wrap.img-gray {
  padding: 12%;
}
#cart-page .cart-table .image-wrap.img-gray:after {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.025);
}
#cart-page .cart-table td:last-child {
	padding-right:0;
}
#cart-page .cart-table td:first-child {
	padding-left:0;
}
#cart-page .cart-table .extra-info ul {
	margin:0px;
  padding:0;
  list-style:none;
  font-size:12px;
}
#cart-page .cart-table .extra-info ul li.variant {
  margin-bottom:5px;
}
#cart-page .cart-table .info a.title .items {
	font-size:80%;
  color:#777;
}
#cart-page .cart-table .input-wrap {
	display:inline-block;
  position:relative;
}
#cart-page .cart-table .input-wrap input {
  width: 65px;
  height: 50px;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #f3faff;
  text-align: center;
  vertical-align: top;
  -webkit-transition: padding .15s ease-in-out;
  -moz-transition: padding .15s ease-in-out;
  -o-transition: padding .15s ease-in-out;
  transition: padding .15s ease-in-out;
  border-radius: 0;
}
#cart-page .cart-table .input-wrap .change {
  right: 0;
  top: 0;
  position: absolute;
  opacity: 0;
  -webkit-transition: opacity .15s ease-in-out;
  -moz-transition: opacity .15s ease-in-out;
  -o-transition: opacity .15s ease-in-out;
  transition: opacity .15s ease-in-out; 
}
#cart-page .cart-table .input-wrap .change a {
  display: block;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 24px;
  font-weight: 900;
  background: rgba(0,0,0,.05);
}
#cart-page .cart-table .input-wrap .change a:first-child {
  border-bottom: 1px solid #eee;
}
#cart-page .cart-table .input-wrap:hover .change {
	opacity:1;
}
#cart-page .cart-table .input-wrap:hover input {
	padding-right:25px;
}
#cart-page .total-block {
  padding: 30px;
  background: #f3faff;
}
#cart-page .total-block table {
	width:100%;
  font-weight:700;
}
#cart-page .total-block table td {
	padding:3px 0px;
}
#cart-page .total-block table td:last-child {
	text-align:right;
}
#cart-page .total-block table tr:nth-last-child(2) td {
	font-size:95%;
  font-weight:100;
}
#cart-page .total-block table tr:nth-last-child(3) td {
	padding-top:20px;
  border-top:1px solid rgba(0,0,0,0.06);
  font-size:95%;
  font-weight:100;
}
#cart-page .total-block table tr:nth-last-child(4) td {
	padding-bottom:20px;
}
#cart-page .total-block table .delete-discount {
	font-size:70%;
  margin-left:5px;
}
#cart-page .total-block .payments ul {
	margin:-3px;
  margin-top:37px;
  padding:0;
  list-style:none;
  text-align:center;
  display:flex;
  flex-wrap:wrap;
  justify-content: center;
}
#cart-page .total-block .payments ul li {
	margin:3px;
  padding:3px 5px;
  /* background:#fff; */
  /* width:60px; */
  border-radius:2px;
  display:inline-block;
  /* width:calc(16.6666% - 6px); */
}
#cart-page .total-block .payments ul li img {
	/* width:100%; */
  height: 20px;
  width: auto;
}
#cart-page .total-block .payments ul li.payment-visa img {
  height: 16px;
}
#cart-page .total-block .button  {
	margin-top:20px;
}
#cart-page .total-block .button .btn {
  font-size: 16px;
  width: 100%;
  padding: 0px;
  background: #2ecc71;
  margin-top: 5px;
  padding: 0px 20px;
  line-height: 42px;
  background-color: #00b901;
  border-bottom: 2px solid #019900;
  border-radius: 3px;
}
#cart-page .total-block .button .btn i {
  font-size: 16px;
	margin-right:7px;
}
#cart-page .total-block .button .btn:first-child {
	margin-top:0;
}
#cart-page .total-block .button .btn.paypal {
	background:#012169;
}
#cart-page .total-block .button .btn.fastcheckout {
	background:#1ba5de;
}
#cart-page .discount-wrap .discount-toggle {
  display: block;
  color: #999;
  width: 100%;
  text-align: center;
  padding: 8px 0;
}
#cart-page .discount-wrap .discount-block form,
#cart-page .total-block .discount-block form {
	position:relative;
}
#cart-page .discount-wrap .discount-block input,
#cart-page .total-block .discount-block input {
	height:50px;
  padding:0px 20px;
  border:none;
  outline:none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius:0;
  width:100%;
}
#cart-page .discount-wrap .discount-block {
  padding-top: 8px;
  height: 0px;
  overflow: hidden;
  transition: height 0.2s ease-in-out
}
#cart-page .discount-wrap .discount-block.active {
  height: 58px;
}
#cart-page .discount-wrap .discount-block input {
  background-color: #f3faff;
}
#cart-page .discount-wrap .discount-block .btn,
#cart-page .total-block .discount-block .btn {
	position:absolute;
  right:0;
  top:0;
  width:50px;
  height:50px;
  padding:0;
  line-height:50px;
}
#cart-page .discount-wrap .discount-block i {
  margin: 0;
}
#cart-page .total-block .discount-block {
	margin-bottom:40px;
}
.status-bar {
	margin-bottom:50px;
  margin-top:50px;
}
.status-bar .bar {
	height:3px;
  background:#f7f7f7;
  margin:0px 50px;
  position:relative;
  margin-bottom:20px;
}
.status-bar .bar .dot {
	position:absolute;
  display:block;
  width:20px;
  height:20px;
  border:1px solid #eee;
  border-radius:100%;
  top:50%;
  margin-top:-10px;
  background:#fff;
  margin-left:-10px;
  text-align: center;
  font-size: 9px;
  line-height: 18px;
  color: #fff;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.status-bar .bar .dot.active {
	border-color:#fec400;
}
.status-bar .bar .dot.done {
  border-color:#fec400;
	background-color:#fec400;
}
.status-bar .bar .dot:nth-child(1) {
	left:0;
}
.status-bar .bar .dot:nth-child(2) {
	left:33.3333%;
}
.status-bar .bar .dot:nth-child(3) {
	left:66.6666%;
}
.status-bar .bar .dot:nth-child(4) {
	left:100%;
}
.status-bar .bar .active-bar {
	float:left;
	width:0;
  background:#fec400;
  height:3px;
  -webkit-transition: width .3s ease-in-out;
  -moz-transition: width .3s ease-in-out;
  -o-transition: width .3s ease-in-out;
  transition: width .3s ease-in-out;
}
.status-bar .bar .active-bar.done-2 {
	width:33.3333%;
}
.status-bar .bar .active-bar.done-3 {
	width:66.6666%;
}
.status-bar .bar .active-bar.done-4,
.status-bar .bar .active-bar.done-all {
	width:100%;
}
.status-bar ul {
	margin:0;
  padding:0;
  list-style:none;
  display:flex;
  justify-content:space-between;
}
.status-bar ul li {
	width:100px;
  text-align:center;
  opacity:.7;
}
.status-bar ul li.active {
	opacity:1;
}
.status-bar ul li.done {
	color:#fec400;
  opacity:1;
}
.custom-cart-page .gui-progressbar {
	display:none;
}

.servicepage .breadcrumbs a {
	color: #333;
}

.service-form form input,
.service-form form textarea {
  display: block;
  width: 100%;
  max-width: 100%;
  color: #333333;
  padding: 18px 10px;
  height: 32px;
  background-color: #f3faff;
  outline: 0;
  border: 0px solid #CCC;
  border-radius: 2px;
}

.service-form form textarea {
	min-height: 150px;
}

.service-form form .input {
	padding-bottom: 15px;
}

.service-form form .input label {
	padding-bottom: 0px;
  font-weight:400;
}

.service-form form .input label span {
	color: #DD3C10;
}

.service-form form .input.button {
	text-align: right;
}

.service-form form .input.button a {
  line-height: 42px;
  background-color: #e67800;
  border-bottom: 2px solid #d46f01;
}

.service-form .service-title {
  font-weight: bold;
  margin-bottom: 15px;
  font-size: 1.4em;
  color: #2b91db;
}

.service-info .contact-email,
.service-info .contact-telefoon,
.service-info .contact-chat,
.service-info .contact-whatsapp,
#sidebar-diensten .contact-email, #sidebar-diensten .contact-telefoon, #sidebar-diensten .contact-chat, #sidebar-diensten .contact-whatsapp{
  border-bottom: 1px dashed #CCC;
  padding: 20px 10px;
  position: relative;
}

.service-info .contact-text-holder {
	display: inline-block;
  padding-left: 20px;
}

.service-info .contact-whatsapp {
	border-bottom: 0;
}

.service-info ul {
	padding-left: 0;
  list-style: none;
}
.servicepage .page-title {
  font-size: 2.2em;
  color: #0d86d6;
  margin: 0;
  line-height: 1.3em;
  font-weight: bold;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .service-form {
  	    margin-top: 30px;
  }
    .container.fixed-pages:has(#blog){
  padding-top:0!important;
  }
  #blog .complete-article .article-box .article-title{
    font-size:3rem;
    margin-top:0;
  }
}
.usp-diensten-container {
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 6px;
}
.quote{
      background-color: #f3faff;
    color: #0d86d6;
    padding: 15px;
    margin: 30px 0;
    border-left: 3px solid #0d86d6;
}
#blog .quote{
 	background: #f9fafb;
	border-left: 0;
  font-weight:800;
  padding:0;
}


#blog h2, #blog h3, #blog h4, #blog h5{
  color: #26146c;
  padding: 15px 0 5px 0;
}
span.linkspanner{
  width:100%; 
  height:100%; 
  position:absolute; 
  top:0; 
  left:0; 
  z-index:1;
}
div.linkspanner{
  position:relative;
}
#blog .text-block.linkspanner:hover, #tips-overzicht .text-block.linkspanner:hover, #catalog-product .text-block.linkspanner:hover, #informatie-overzicht .text-block.linkspanner:hover{
  background-color: #f3faff;
}
a span.linkspanner:hover{
  text-decoration:underline;
  filter: brightness(0.85);
}
.text-block:hover a.btn{
  filter: brightness(90%);
}
.breadcrumbs ol{
  overflow: hidden;
  float: left;
  list-style: none;
  margin: 0 -26px -2px 0;
  padding: 0;
  font-size:12px;
}
.breadcrumbs li, #textpage .text-box .breadcrumbs li  {
  position: relative;
  float: left;
  margin: 0 15px 0 0;
  color:white;
}
#textpage .breadcrumbs li{
  color:#0d86d6
}
.breadcrumbs li:before {
  content: "\f105";
  display: block;
  position: absolute;
  right: 100%;
  top: 5px;
  width: 23px;
  color: #FFF;
  font-size: 12px;
  font-weight: 900;
  font-family: "Font Awesome 7 Pro";
  line-height: 7px;
  text-align: center;
}

#diensten-ergowerken .breadcrumbs li:before, #company .breadcrumbs li:before{
  color:#0d86d6;
}

.ns-icon-holder{
  width: 9%;
  float: left;
  padding: 30px;
	font-size: 12px;
  text-align: center;
  border-left: 1px solid #b0b0b0;
  max-height: 163px;
}
.ns-icon-holder:first-child{
  border:0px;
}
.ns-icon-holder > img{
  max-width:70%;
}
.usp ul a, .usp a{
  color: #0d86d6;
}
#diensten-ergowerken .dienst-1{
  background: url(//www.7day.nl/ergowerken/ergonomische-diensten/kabelmanagement/kabelmanagement-landing1560x800.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow: hidden;
}
#diensten-ergowerken .dienst-2{
  background: url(//www.7day.nl/ergowerken/ergonomische-diensten/ergonomisch-advies780x400.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: rgba(230, 120, 0, 1);
  background-blend-mode: multiply;
  transition: background .2s ease-in-out;
}
#diensten-ergowerken .dienst-2:hover{
  background-color:rgba(230, 120, 0, 0.5);
}
#diensten-ergowerken .dienst-3{
      background: url(//www.7day.nl/ergowerken/ergonomische-diensten/projectinrichting780x400.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color: rgba(13, 134, 214, 1);
    background-blend-mode: multiply;
    transition: background .2s ease-in-out;
}
#diensten-ergowerken .dienst-3:hover{
    background-color: rgba(13, 134, 214, 0.5);
}
#company .bedrijven-1{
  overflow: hidden;
  height:350px;
}
#company .bedrijven-2{
   height:175px;
}
#company .bedrijven-2:hover{
  background-color:rgba(230, 120, 0, 0.5);
}
#company .bedrijven-3{
   height:175px;
}
#company .bedrijven-3{
    background-color: rgba(13, 134, 214, 0.5);
}
#company .bedrijven-3:hover{
  background-color: rgba(13, 134, 214, 0.3);
}
.km{
  background: url(//www.7day.nl/ergowerken/ergonomische-diensten/kabelmanagement/kabelmanagement1402x736.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height:400px;
}
.e-adv{
    background: url(//www.7day.nl/ergowerken/ergonomische-diensten/ergonomisch-advies780x400.jpg) no-repeat center center;
    -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
    height:400px;
}
.ki{
background: url('//www.7day.nl/ergowerken/ergonomische-diensten/projectinrichting780x400.jpg') no-repeat center center;
      -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
    height:400px;
}
.pa{
background: url(//www.7day.nl/ergowerken/ergonomische-diensten/advies/advies-inrichting1402x736.jpg) no-repeat center center;
      -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
    height:400px;
}
.e-team{
background: url(//www.7day.nl/ergowerken/ergonomische-diensten/e-team/eteam1402x736.jpg) no-repeat center center;
      -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
    height:400px;
}  
.ergo-price{
  font-weight: bold;
	font-style: italic;
  margin: 30px 0;
  width: 100%;
  font-size:1.25em;
  text-align: right;
}
.ergo-price + a.btn{
  width:100%;
  text-transform: uppercase;
}
ul.subnav-diensten{
  list-style-type:none;
  display: flex;
  text-align:center;
  padding-inline-start: 0;
  margin:0;
}
ul.subnav-diensten li{
  width: calc(100%/3);
  transition: .2s ease-in-out;
}
ul.subnav-diensten li:hover{
	text-decoration:underline;
  font-weight:900;
}
ul.subnav-diensten li a{
  color:#0d86d6!important;
  padding: 15px 0;
	display:block;
}
#textpage .home-block-1{
  font-size:1em;
}
@media (min-width: 767px) {
#textpage .home-block-1 .text-box{
	padding-left:30px;
}
#textpage .home-block-2 .text-box{
	padding-left:0;
}
  #textpage .home-block-1 .text{
  padding: 3.5% 50px;
}
}
#textpage .home-block-1 .text{
  padding: 3.5% 15px;
}
#textpage .home-content img{
  padding:30px 0 0;
}
#textpage .home-content .text-content{
-webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
}
#textpage .home-content .text-content ul{
break-inside: avoid;
}
#textpage .home-content .text-content h3{
  break-before:column;
}
.subnav{
  background:#f3faff;
}
.hero{
  max-height:525px;
  min-height:400px;
  overflow:hidden;
  position:relative;
}
.hero img{
  width:100%;
  position:absolute;
}
.hero .container{
  min-height:400px;
  max-height:525px;
  position:relative;
}
.hero-holder{
  position: absolute;
	max-width: 50%;
  background: rgb(243, 250, 255, 0.9);
  padding: 1.5% 50px;
  margin: 25px -20px;
  bottom:0;
  left:0;
      border-left: 8px solid #e67800;
}
.hero-holder h2{
  color:#0d86d6;
}
.km-vb-1{
    width:50%;
    background: url(//www.7day.nl/ergowerken/ergonomische-diensten/kabelmanagement/clips800x666.jpg) no-repeat center center;
  	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.km-vb-2{
  width:50%;
    background: url(//www.7day.nl/ergowerken/ergonomische-diensten/kabelmanagement/trad800x666.jpg) no-repeat center center;
  	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.km-vb-3{
    width:50%;
    background: url(//www.7day.nl/ergowerken/ergonomische-diensten/kabelmanagement/web3.jpg) no-repeat center center;
  	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.title-featured span.title{
  font-weight:bold;
}
span.title small{
  font-size: 60%;
}
@media (max-width: 767px) {
.km-vb-1, .km-vb-2, .km-vb-3{
  width:100%;
  display:block;
  height:400px;
  }
  span.title small{
  font-size: 80%;
}
}
ol.package{
  margin-top:40px;
}
ol.package li{
  color:#e67800;
}
ol.package li a{
  color:#000;
}
#textpage .title.title-font h1{
  font-size: 34px;
}
@media (max-width: 767px) {
#textpage .title.title-font h1{
  font-size: 26px;
  }
}
.amsterdam {
    background: url('//www.7day.nl/ergowerken/ergonomische-diensten/kabelmanagement/steden/amsterdam1500x682.jpg') no-repeat center center;
      -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
    height:400px;
}
.rotterdam {
    background: url('//www.7day.nl/ergowerken/ergonomische-diensten/kabelmanagement/steden/rotterdam1500x681.jpg') no-repeat bottom center;
      -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
    height:400px;
}
.eindhoven {
    background: url('//www.7day.nl/ergowerken/ergonomische-diensten/kabelmanagement/steden/eindhoven1500x682.jpg') no-repeat center center;
      -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
    height:400px;
}
.nijmegen {
    background: url('//www.7day.nl/ergowerken/ergonomische-diensten/kabelmanagement/steden/nijmegen.jpg') no-repeat center center;
      -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
    height:400px;
}
.utrecht {
    background: url('//www.7day.nl/ergowerken/ergonomische-diensten/kabelmanagement/steden/utrecht1500x684.jpg') no-repeat center center;
      -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
    height:400px;
}
.denhaag {
    background: url('//www.7day.nl/ergowerken/ergonomische-diensten/kabelmanagement/steden/denhaag1500c683.jpg') no-repeat center center;
      -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
    height:400px;
}
.quickscan {
    background: url('http://www.7day.nl/ergowerken/ergonomische-diensten/quickscan666x666.jpg') no-repeat top center;
      -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
    height:400px;
}
.mouse-box{
  text-align: center;
  background: white;
  border-radius: 7em;
  padding: 1em;
} 
.mouse-box img{
  margin-bottom: 20px;
}
.mouse-box h4{
  font-size: 1.2em; 
}
.mouse-box i{
  color:#0d86d6;
}
.textpage-mainbanner{
  height:180px; 
  background-color: #3a9dde;
}
img.mainbanner, object.mainbanner{
  margin-top:10px;
  float:right;
}
.button-subtext{
  font-size: 0.8em;
  text-align: center;
  margin: 10px;
  font-style: italic;
}
#collection .row.keuzehulp .col-xs-4.col-sm-2{
  text-align: center;
}
#collection .row.keuzehulp h2.cat{
  margin-top:0px;
}
#collection .row.keuzehulp .col-xs-4.col-sm-2:last-child{
  border-left:1px dashed #ccc;
}
#collection .row.top-5 div{
  text-align:center;
}
#collection .row.top-5 div:first-child{
  background-color: #0d85d7;
}
#collection .row.top-5 div:first-child h3{
  color:#fff;
  font-size:1.5em;
}
ul.account li{
  padding: 0!important;
  font-size:0.9em;
  width:100%;
}
ul.account li a:hover{
	filter: brightness(85%);
  text-decoration: underline;
}
ul.account li a{
  float:left;
}
.icon-holder i{
  font-size: 18px; 
  top:2px; 
  position:relative;
}
.icon-holder{
	width:30px;
  float:left;
  text-align:center;
}
@media (max-width: 767px) {
.row.upsell-products, #team-scroll .container{
  overflow-x: hidden;
}
}
#tips>div{
  margin:15px 0;
}
.tips-container, .why-container {
    border: 3px solid #f3faff;
    padding: 0;
    margin: 15px 0;
    height: 100%;
}
.tips-container .head, .why-container .head {
    background-color: #f3faff;
}
.tips-container .body, .why-container .body {
    font-size: 1em;
    padding: 30px 20px;
}
.with-img{
    display: flex;
  flex-direction: column;
  justify-content: space-between;
  height:86%;
}
.tips-container .head td.nummer, .why-container .head td.nummer {
    color: #ff8c00;
    font-size: 3.5em;
    font-weight: bold;
    padding: 20px;
    line-height: 50px;
}
.tips-container .head td h2, .why-container .head td h2, .tips-container .head td h3, .why-container .head td h3 {
    font-size: 1.32em;
    margin: 0;
    padding: 20px 50px 20px 0px;
    font-weight: bold;
}
.tips-bottom{
	margin-top:30px;
  background: #f3faff;
  border-left: 3px solid #0d86d6;
      flex: 1 1 auto;
}
.tips-quote table td{
  padding:0 0 0 15px;
}
.tips-quote table td img{
  height:100px;
  width:auto;
}
.tips-bottom .tips-quote{
  padding: 15px 0;
}
.tips-bottom .newsletter{
  color:#0d86d6;
  padding: 15px; 
}
form#mc-embedded-subscribe-form:before{
  font-family: 'Font Awesome 5 Pro';
    content: '\f0e0';
    font-weight: 100;
    font-size: 4em;
    margin: 0px 30px 0 15px;
  transform: rotate(-30deg);
}
form#mc-embedded-subscribe-form{
  display: inline-flex;
}
input#mc-embedded-subscribe{
  padding: 5px 15px;
    font-weight: 900;
    background: #e77800;
    color: white;
    border: 3px solid #e77800;
    border-bottom: 3px solid #b75f00;
}
input#mc-embedded-subscribe:hover{
      background: #b75f00;
    border: 3px solid #b75f00;
}
input.email{
  padding: 6.5px;
    margin-top: 15px;
    margin-right: 15px;
  width:70%;
}
.tips-bottom:nth-child(1), .tips-bottom:nth-child(2){
  margin-right:15px;
}
.overlay-blog-recent{
  position: absolute;
    bottom: 0;
  height: auto;
    width: calc(100% - 30px);
    background: rgb(243,250,255, 0.8);
  padding: 15px;
}
.overlay-blog-recent:before{
  font-family: 'Font Awesome 5 Pro' ;
    content: '\f002';
    position: absolute;
    left: calc(50% - 0.5em);
    font-size: 5em;
    top: calc(50% - 1.2em);
    color: #0d86d6;
  display:none;
}
.overlay-blog-recent:after{
  position: absolute;
  left: calc(50% - 2.2em);
  top: calc(50% + 0.5em);
  font-size:1.5em;
  color: #0d86d6;
  display: none;
}
.overlay-blog-recent .title-featured .title{
  font-size:1.4em;
}
.blog-container{
	margin-bottom: 30px;
}
.blog-container:hover .overlay-blog-recent{
  height:100%;
}
.blog-container:hover .overlay-blog-recent .title-featured{
  position: absolute;
  bottom: 0;
  padding: 15px 0;
}
.blog-container:hover .overlay-blog-recent:before, .blog-container:hover .overlay-blog-recent:after{
  display:block;
}
.blogdate{
  color: #26146c;
}
.overlay-blog{
  position: absolute;
  bottom:0;
  z-index:2;
}
#blog .wrap .image{
  position: relative;
}
.overlay-blog ul.tags{
  list-style:none;
  display: inline-flex;
  font-size:0.8em;
  padding-inline-start: 10px;
}
.overlay-blog ul.tags li{
  background-color:#26146c;
  padding:2px 5px;
  margin:0 2px;
}
.overlay-blog ul.tags li a{
  color:#fff;
}
.overlay-blog ul.tags li:hover a{
  text-decoration: underline;
}
.grid-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 0.5fr 1.8fr 1fr;
  gap: 0px 0px;
  grid-template-areas:
    "title-holder title-holder"
    "image-button-area image-button-area"
    "content-holder content-holder";
}

.title-holder { grid-area: title-holder; text-align:center; background-color:#312782; line-height: 3em;
    font-size: 1.3em;}
.title-holder a { color:#fff; }

.image-button-area {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 0px 0px;
  grid-template-areas:
    "image button-a"
    "image button-b";
  grid-area: image-button-area;
}
.image-button-area a{
  height:100%;
  line-height: 4em;
  font-size:1.2em;
  background-color:#f3faff;
  color:#ee7d00;
}
.image-button-area a:visited,.image-button-area a:hover{
    color:#ee7d00;
}
.image-pdk {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  gap: 0px 0px;
  grid-template-areas:
    ".";
  grid-area: image;
}
.image-pdk img{max-height:270px; position:absolute; top:25px;}
.button-a { grid-area: button-a;}

.button-b { grid-area: button-b;}

.content-holder { grid-area: content-holder;
  	background: #f3faff;
    color: #312782;
    padding: 15px;
    position: relative;
    z-index: 2; 
}
.pdk-holder .col-sm-6.col-md-4{
  margin-bottom:30px;
  overflow:hidden;
}
.spacer-small{
  clear:both; 
  height:5px;
}
.in-stock-cart, .out-stock-cart{
  color:#999;
  font-size:0.85em;
}
.in-stock-cart i, .out-stock-cart i{
  margin-right: 5px;
}
.in-stock-cart span{
  color:#2ecc71;
}
.out-stock-cart span{
  color:#e67800;
}
.sub-menu img{
  margin-right:10px;
  max-width: 100%;
}
a.sub-link-catalog{
	color:#ee7d00!important;
}
.linkspanner:hover a.sub-link-catalog{
  text-decoration: underline;
}

#product-info-popup {
	padding:40px;
  display:none;
}
.banner-1-overlay .button {
  margin-top:1em;
}
#blog .home-text-blocks .text-blocks .text-block img,
#tips-overzicht .home-text-blocks .text-blocks .text-block img,
#informatie-overzicht .home-text-blocks .text-blocks .text-block img {
  width: 100%;
  height: auto;
  max-height: 247px;
}

.product-image-slider-outer.slide-loaded {
  width: 100%; 
}
.product-image-slider-outer.slide-loaded:after {
	content: '';
  display: block;
  padding-top: 100%;
}
#productpage .thumbs img,
#productpage .product-image-slider .item img {
  height: auto;
}
.consult-container{   
  border: 1px solid #ccc;
  padding: 1em;
  border-radius: 6px;
}
.consult-container .btn{
	width:100%;
}
.text-content .consult-container h4{
	font-size: 1.4em;
}
.text-content .consult-container ul.fa-ul{
	margin-left:0.5em;
  margin-bottom:1.5em;
}
.text-content .consult-container ul.fa-ul i{
  color:#00b901;
}
img.blog{
  max-width:100%;
}
.home-categories .category{
	text-align:center;
}
#switches table{
  width:100%;
}
#switches table td{
  width:2000px;
  vertical-align: middle;
  border: 0;
}
#switches table td img{
min-width:150px;
}
/*@media (min-width: 769px){*/
#switches table tr:first-child td img {
    padding-left: 5%;
    padding-right: 45%;
}  
#switches table tr:first-child td:first-child img {
  padding:0;
}

html body div.sooqrSearchContainer.sooqrSearchContainer-119747-1 i {
  font-style: italic !important;
  -moz-osx-font-smoothing: grayscale !important;
  -webkit-font-smoothing: antialiased !important;
  display: var(--fa-display,inline-block) !important;
  font-style: normal !important;
  font-variant: normal !important;
  line-height: 1 !important;
  text-rendering: auto !important;
  font-family: "Font Awesome 6 Pro";
}

html body div.sooqrSearchContainer.sooqrSearchContainer-119747-1 .stars i {
	color:#ffd400;
  margin-right:2px;
}

html body div.sooqrSearchContainer.sooqrSearchContainer-119747-1 .stars span {
	opacity:.7;
  margin-left:5px;
}

html body div.sooqrSearchContainer.sooqrSearchContainer-119747-1 .fa-solid {
	font-weight:900;
}

html body div.sooqrSearchContainer.sooqrSearchContainer-119747-1 .stars {
	height:20px;
  line-height:20px;
}

.messages ul.error {
	background: #ffeded;
  color: red;
}

.messages ul.success {
	background: #e3ffe4;
  color: #00b901;
}

.gui-messages, .message-wrap {
	    z-index: 9999999999999999;
}
#blog em.quote-m{
  color:#312782;
    font-weight:700
}
.block-padding .fa-ul{
      line-height: 2em;
    font-weight: 500;
    color: #312782;
}


.orange-bg {
  background-color: #ef7d00;
  color: #fff;
}
.purple-bg {
  background: var(--purple);
}

.grid-content {
  --block_padding: 3px;
}
.grid-content .custom-row {
  margin: calc(var(--block_padding) * -1);
}
.grid-content .custom-row .col {
  padding: var(--block_padding);
}

.grid-wrap {
  margin: calc(var(--block_padding) * -1);
  display: flex;
  flex-wrap: wrap;
}
.grid-wrap .block {
  width: 100%;
  padding: var(--block_padding);
}
.grid-wrap .block img {
  width: 100%;
  height: auto;
}
.grid-wrap .block .text-wrap {
  padding: 30px;
}
.grid-wrap .block.block-1, .grid-wrap .block.block-2 {
  width: 50%;
}
/* .grid-wrap .block-1 .inner, .grid-wrap .block-2 .inner {
  overflow: hidden;
  position: relative;
}
.grid-wrap .block-1 .inner:after, .grid-wrap .block-2 .inner:after {
  content: '';
  display: flex;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #d36e0033;
} */


.timeline {
  margin: 0 auto;
/*   max-width: 750px; */
  padding: 25px;
  display: grid;
  grid-template-columns: 1fr 3px 1fr;
  color: #fff;
  min-height: 750px;
}
.timeline__component {
  margin: 0 20px 20px 20px;
  text-align: center;
  height: fit-content;
  display:flex;
  flex-direction: column;
}
.timeline__component--bg {
  padding: 1.5em;
  background: #5447bb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}
/* LEAVE TILL LAST */
.timeline__component--bottom {
  margin-bottom: 0;
}
.timeline__middle {
  position: relative;
  background: #ffffff;
  display: flex;
  height: auto;
}
.timeline__point {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 15px;
  height: 15px;
  background: #ffffff;
  border-radius: 50%;
}
/* LEAVE TILL LAST */
.timeline__point--bottom {
  top: initial;
  bottom: 0;
}
.timeline__date--right {
  text-align: right;
}
#productpage .product-content h2.timeline__title {
  margin: 0;
  font-size: 1.4em;
  font-weight: bold;
  color: #fff;
}
.timeline__paragraph {
  line-height: 1;
  opacity: 0.6;
}
.timeline__paragraph p:first-child {
  font-weight: 800;
  font-size: 1.2em;
}

.about-block {
  color: #fff;
}
.about-block .title {
  font-size: 2em;
  font-weight: 800;
  text-align: center;
  margin-bottom: 20px;
  opacity: 0.6;
}
.about-block .text {
  opacity: 0.6;
}

@media (max-width: 991px) {
  .grid-content .custom-row .col:not(:last-child) {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .grid-wrap .block .text-wrap {
    padding: 15px;
  }
  .timeline {
    padding: 20px 15px;
  }
  .timeline__component:nth-child(odd) {
    margin: 0 10px 0 0;
    padding: 15px 10px;
  }
  .timeline__component:nth-child(even) {
    margin: 0 0 0 10px;
  }
  #productpage .product-content h2.timeline__title {
    font-size: 1.2em;
  }
  .about-block .title {
    margin-bottom: 10px;
    font-size: 1.6em;
  }
}
.iframe-16-9{
  width: 100%;
  aspect-ratio: 16 / 9;
}
.text-left{
  text-align: left;
}
.margin-bot-1x{
  margin-bottom: 1em;
}
.margin-bot-2x{
  margin-bottom: 2em;
}
.margin-bot-3x{
  margin-bottom: 3em;
}
.h3-big{
  font-size: 20px !important;
  font-weight: bold;
  margin: 1em 0em;
}
.line-2x{
  line-height: 2em;
}
.indent{
  padding-left:1em;
}
.kabeldoorvoer-afmetingen{
      display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.cookie-wrap {
  display: flex;
  top: 0;
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  z-index: 99999999;
  background: rgb(0 0 0 / 30%);
}

.cookie-message {
  z-index: 9999999999;
}
.cookie-message .inner {
  padding: 40px;
  background: #fff;
  color: #000;
  max-width: 550px;
  box-shadow:0px 1px 4px 0px rgb(0 0 0 / 8%);
  display: flex;
}

.cookie-message .inner.with-image {
	max-width: 750px;
  flex-wrap: wrap;
}

.cookie-message .inner.with-image .image {
	padding-left: 30px;
  width: 40%;
  align-self: flex-end;
  margin-bottom: -40px;
}

.cookie-message .inner.with-image .text {
  width: 60%;
}

.cookie-message .text .title {
  font-size: 1.2em;
  margin-bottom:10px;
  color: #0d86d6
}
.cookie-message .text .general-content {
	font-size:14px;
  font-weight: 300;
}

.cookie-message .image {
/* 	margin: 20px 0px; */
}

.cookie-message .image img {
	max-width: 100%;
}

.cookie-message a:not(.btn) {
  font-weight:bold;
  font-size: 14px;
  color: #000;
}
.cookie-message .links {
	margin-top:30px;
}
.cookie-message .links .btn {
	margin-right:20px;
  background: #00b901;
}
@media(max-width:767px) {
  
  .cookie-message .inner.with-image .text {
    width: 100%;
  }
  
  .cookie-message,
  .cookie-message .inner {
  	padding:20px;
  }
  .cookie-message .links .btn {
  	width:100%;
    margin-right:0;
    margin-bottom:10px;
  }
  .cookie-message .links {
  	text-align:center;
  }
}

body {
	margin-top: 0 !important;
}

.wsa-cookielaw {
	display: none;
}
.no-margin-top{
  margin-top: 0px;
}

#header .main-menu-new .sub-menu .ergowerken-link {
  color: #e67800!important;
  font-weight: 800;
  font-size: 15px!important;
  font-style: italic;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#header .main-menu-new .sub-menu .ergowerken-link .pro-block {
  display: inline-block;
  border: 1px solid #e67800;
  border-radius: 2px;
  line-height: 1em;
  padding: 1px 0;
  font-size: 8px;
  font-weight: 900;
  font-style: normal;
  margin-right: 2px;
}