#header .bottom-header .section-description {
    margin-bottom: 0px;
}
#header .top-header .header-navigation ul{
  margin-top:0px;
}
#header .myfixed {
  top: -5px;
  position: relative;
  max-height:70px;
  width: auto;
  margin-top: -20px;
}

a:hover, a:focus, #latest-news .section-content .post .post-button:hover, #latest-news .section-content .post .post-button:focus, .recentcomments a:hover, .recentcomments a:focus, .widget:not(.widget_rss):not(.widget_recent_comments):not(.widget_recent_entries) ul li:hover::before, .widget:not(.widget_rss):not(.widget_recent_comments):not(.widget_recent_entries) ul li:focus-within::before, .widget:not(.widget_recent_comments) ul li:hover > a, .widget:not(.widget_recent_comments) ul li:focus-within > a, .widget.widget_recent_comments ul li a:hover, .widget.widget_recent_comments ul li a:focus, .widget table td#prev a:hover::before, .widget table td#next a:hover::before, .widget table td#prev a:focus::before, .widget table td#next a:focus::before, .widget_categories ul li:hover, .widget_categories ul li:focus-within, .widget_archive ul li:hover, .widget_archive ul li:focus-within {
  color:#590;
}

.widget:not(.widget_rss):not(.widget_recent_comments):not(.widget_recent_entries) ul li:before {
    content: "";
    display: none;
    font-family: "FontAwesome";
    color: #8c979e;
    position: absolute;
    left: 0;
    line-height: 38px;
}

#services .widget_illdy_service:nth-child(1), #services .widget_illdy_service:nth-child(2), #services .widget_illdy_service:nth-child(3) {
    margin-top: 40px;
}

.myfixed .header-logo-img{
  height:65px;
  width: auto;
  transition: all 0.5s ease;
  position: relative;
  top: -5px;
}

#header .bottom-header {
    width: 100%;
    padding-top: 100px;
    padding-bottom: 200px;
    text-align: center;
}

@media screen and (max-width:500px) {
  .widget_illdy_service{
    margin-top: 40px !important;
	width:100%;
    height: auto !important;
    padding-bottom: 30px;
  }
  .myfixed {
    display: block;
  }
}
@media screen and (min-width:500px) and (max-width:767px) {
  .widget_illdy_service{
    margin-top: 40px !important;
    width:50%;
    padding-bottom: 30px;
  }
}
@media (min-width:768px) {
  #services .widget_illdy_service{
      width: 50%;
  }
}
@media (max-width:1200px) {
  .service_top {
    visibility: hidden;
    overflow: hidden;
    max-height: 100px;
    height:100px;
  }
}
@media (min-width:1200px) {
  #services .widget_illdy_service{
    margin-top: 0px !important;
  	width:25%;
    height: 400px;
  }
  .service_top .widget_illdy_service{
    margin-top: 0px !important;
  	width:25%;
    height:auto !important;
  }
}
.widget_illdy_service{
  margin-top: 40px;
	min-width:250px;
}

.responsive-menu {
    height: 100%;
    position: fixed;
    left: 0;
    margin-top: -88px;
    transform: translateX(0px);
    transition: transform 250ms ease-in-out;
  z-index:100;
}

.markup-format a{
  font-weight: 700;
	color:#559900;	
    text-shadow: none;
}

.markup-format table tbody {
    font-size: unset;
}


.range-slider {
  width: 100%;
  padding: 10px 0;
}

.range-slider__range {
  -webkit-appearance: none;
  width: calc(100% - (73px)) !important;
  height: 10px;
  border-radius: 5px;
  background: #d7dcdf;
  display:unset !important;
  outline: none;
  padding: 0;
  margin: 0;
}
.range-slider__range::-webkit-slider-thumb {
  -webkit-appearance: none;
          appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #559900;
  cursor: pointer;
  -webkit-transition: background .15s ease-in-out;
  transition: background .15s ease-in-out;
}
.range-slider__range::-webkit-slider-thumb:hover {
  background: #559900;
}
.range-slider__range:active::-webkit-slider-thumb {
  background: #559900;
}
.range-slider__range::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border: 0;
  border-radius: 50%;
  background: #559900;
  cursor: pointer;
  -moz-transition: background .15s ease-in-out;
  transition: background .15s ease-in-out;
}
.range-slider__range::-moz-range-thumb:hover {
  background: #559900;
}
.range-slider__range:active::-moz-range-thumb {
  background: #559900;
}
.range-slider__range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 3px #fff, 0 0 0 6px #4c4c4c;
}

.range-slider__value {
  display: inline-block;
  position: relative;
  width: 60px;
  color: #fff;
  line-height: 20px;
  text-align: center;
  border-radius: 3px;
  background: #559900;
  padding: 5px 10px;
  margin-left: 8px;
}
.range-slider__value:after {
  position: absolute;
  top: 8px;
  left: -7px;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-right: 7px solid #559900;
  border-bottom: 7px solid transparent;
  content: '';
}

::-moz-range-track {
  background: #d7dcdf;
  border: 0;
}

input::-moz-focus-inner,
input::-moz-focus-outer {
  border: 0;
}
.list div{
     -webkit-transition: background-color 1000ms linear;
    -moz-transition: background-color 1000ms linear;
    -o-transition: background-color 1000ms linear;
    -ms-transition: background-color 1000ms linear;
    transition: background-color 1000ms linear;  background: #f4f4f4;
  margin: 1px;
  padding: 0 5px;
}
.list {
  max-width: 950px;
  clear: both;
}
.list_count{
  	text-align: center;
    width: 40px;
    float: left;
} 
.list_item{
    width: calc(100% - 240px);
    float: left;
}
.list_itemprice:not(:empty)::before {
  content: '€';
  float: left;
  margin-left: 5px;
}

.list_price:not(:empty)::before {
  content: '€';
  float: left;
  margin-left: 5px;
}
.monthly{
  font-weight: bold; 
  margin-bottom:40px;
}
.once_total{
  font-weight: bold; 
/*  margin-bottom:40px; */
}

#monthly_voxipbx{
  padding-top:40px; 
}
#monthly_voxipbx div{
  background-color:#559900;
  color:#ffffff;
}

.hardware{
/*  font-weight: bold; */
}

.install{
/*  font-weight: bold; */
}

.list div:after{
    content: '.';
    visibility: hidden;
}


.list_price::before{
  float: left;
  margin-left: 10px;
}
.list_price{
    width: 110px;
    float: left;
  	text-align: right;
}
.list_itemprice{
    width: 80px;
    float: left;
  	text-align: right;
}
.phone-select{
  padding-bottom:40px; 
}



ul {
  list-style-type: none;
}

li {
  display: inline-block;
}

.phone-select input[type="radio"] {
  display: none;
}

label {
/*  border: 1px solid #fff;*/
  padding: 10px;
  display: block;
  position: relative;
  margin: 10px;
  cursor: pointer;
  -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


.content label:before {
  background-color: white;
  color: white;
  content: " ";
  display: block;
  border-radius: 50%;
  border: 1px solid grey;
  position: absolute;
  top: -5px;
  left: -5px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 28px;
  transition-duration: 0.4s;
  transform: scale(0);
}


label img {
  height: 100px;
  width: 100px;
/*  transition-duration: 0.2s;
  transform-origin: 50% 50%;
*/
  z-index: 1;
}

.content :checked + label {
  border-color: #ddd;
}

.content :checked + label:before {
  content: "✓";
  background-color: #590;
  transform: scale(1.5);
  z-index: 2;
}

.thumb img{
  min-width:100px;
  min-height:100px;
}
.thumb {
  overflow: visible;
  position: relative;
  top: 50px;
  width:0px;
  right: -10px;
  float: right;
  transform: scale(2);
}
.content :checked + label img {
  transform: scale(0.9);
  z-index: -1;
}

.collapsible {
  background-color: #777;
  color: white;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
}

.active, .collapsible:hover {
  background-color: #555;
  left:0px;
}

.collapsible:after {
  content: '\002B';
  color: white;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.collapsible span{
  color: #559900;
  text-align: center;
  background: #ffffff;
  border:1px solid #ffffff;
  margin-left: 20px;
  -webkit-border-radius: 17px;
  -moz-border-radius: 17px;
  -ms-border-radius: 17px;
  -o-border-radius: 17px;
  border-radius: 17px;
  padding:8px;
  display:none;
}
.active:after {
  content: "\2212";
}
.content{
 display:none; 
}

body{
  color: #4c4c4c;
}
.service_top{
    margin-left: 0;
}
.col-sm-offset-2 {
/*  margin-left: 8.33333333%; */
}
.col-sm-8 {
/*    width: 100%; */
}

.list_info div{
  background-color:#FFFFD0 !important;
}
.list_alert div{
  background-color:#FFD0D0 !important;
}
.list_info_uitleg{
  display: none;
  font-size:11px;
}




input.unlimited-round + label {
  padding: 2px;
  width: 52px;
  height: 20px;
  background-color: #dddddd;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}
input.unlimited-round + label:before, input.unlimited-round + label:after {
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  bottom: 1px;
  content: "";
}
input.unlimited-round + label:before {
  right: 1px;
  background-color: #d7dcdf;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition: background 0.4s;
  -moz-transition: background 0.4s;
  -o-transition: background 0.4s;
  transition: background 0.4s;
  border: 1px solid #ffffff;
}
input.unlimited-round + label:after {
  width: 26px;
  background-color: #fff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  height: 26px;
  top: -3px;
  left: 3px;
  border: 1px solid #cccccc;
  -webkit-box-shadow: 2px 4px 7px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 2px 4px 7px rgba(0, 0, 0, 0.6);
  box-shadow: 2px 4px 7px rgba(0, 0, 0, 0.6);
  -webkit-transition: margin 0.4s;
  -moz-transition: margin 0.4s;
  -o-transition: margin 0.4s;
  transition: margin 0.4s;
}
input.unlimited-round:checked + label:before {
  background-color: #559900;
}
input.unlimited-round:checked + label:after {
  margin-left: 20px;
}


#header .bottom-header .col-sm-12 :not(span){
 /* -webkit-text-stroke: 1px #cccccc;*/
/*  -webkit-text-stroke: 1px #cccccc;*/
 text-shadow: 0 0 1px #000, 0 0 10px #4c4c4c;
}
h1, h2,h3,h4,h5,h6,h7,label, a{
   text-shadow: 0 0 .1em #cccccc;
 
}
a{
   text-shadow: 0 0 .05em #590;
 
}
#footer .widget .widget-title, #footer .widget .widget-title h5, #footer .widget .widget-title h5 a{
   text-shadow: none;
}
/*
h1{
  text-shadow: 0 0 10px #cccccc;
}
h1{
  text-shadow: 0 0 10px #cccccc;
}
h2{
  text-shadow: 0 0 6px #cccccc;
}
h3{
  text-shadow: 0 0 4px #cccccc;
}
h4{
  text-shadow: 0 0 3px #cccccc;
}
h5{
  text-shadow: 0 0 2px #cccccc;
}
*/
.toggle {
  position: absolute;
  margin-left: -9999px;
  visibility: hidden;
}
.toggle + label {
  display: block;
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.offerte{
  background-color: #fefeee;
  margin: 20px -30px;
  padding: 10px 30px 80px 30px;
}
.offerte_form {
  left: 10%;
  position: relative;
  margin: 0 0 25px 15px;
  width:80%;
  border: 1px solid #aaaaaa;
  padding: 2px 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  box-shadow: 0px 0px 2px #cccccc inset;
  color:#4c4c4c;
}

.offerte_form:hover, .offerte_form:focus{
  padding: 2px 10px;
  margin: 0 0 25px 15px;
  width:80%;
  border: 1px solid #555555;
  box-shadow: 0px 0px 2px #cccccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  color:#4c4c4c;
}

button.offerte_form,button.offerte_form:hover,button.offerte_form:focus{
  padding: 8px 10px;
  margin: 0 0 25px 15px;
  width:80%;
  background-color:#559900;
  border: 1px solid #559900;
  box-shadow: 0px 0px 2px #cccccc;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  -ms-border-radius: 22px;
  -o-border-radius: 22px;
  border-radius: 22px;
  color:#ffffff;
}

button.offerte_form:disabled{
background-color: #ddd;
border: 1px solid #aaa;
}

.added div{
    background-color: #590;
}
h5 span{
  font-size:13px;
  font-weight: normal;
  position: relative;
  top: -10px;
  color:#cc4444;
}

.validation{
  position: relative;
  margin: 0 0 -56px 0;
  top: -50px;
  left: 120px;
  font-size:11px;
  display:none;
  color: #cc0000;
}

h3:not(:empty){
  padding: 95px 0 15px;
  color:#4c4c4c;
}
.front-page-section .section-header {
margin-bottom: 0px;
}

#partners .container, #partners .section-header .section-description {
    color: #ffffff;
}
.container {
/*height: inherit;*/
}
.row {
  height: inherit;
}

#partners .section-content .service .service-entry, #partners .section-header .section-description, #partners .section-header h3,
#services .section-content .service .service-entry, #services .section-header .section-description, #services .section-header h3{
  color:#ffffff;
}
#services .service:before {
  content: "";
  position: absolute;
  top: -20px; 
  left: 10px;
  width: calc(100% - 20px);
  height: 100%;  
  opacity: .3; 
  z-index: -1;
  background-color: #4c4c4c;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  padding: 10px 0px;
}

#illdy_service-3 .service:hover:before {
  background-color: rgb(94, 194, 31);
/*  background-color: #590;*/
  -webkit-box-shadow: 0 0 5px rgba(94, 194, 31);
  -moz-box-shadow: 0 0 5px rgba(94, 194, 31);
  box-shadow: 0 0 5px rgba(94, 194, 31);
}
#illdy_service-5 .service:hover:before {
  background-color: rgb(4, 199, 229);
/*  background-color: #590;*/
  -webkit-box-shadow: 0 0 5px rgba(4, 199, 229);
  -moz-box-shadow: 0 0 5px rgba(4, 199, 229);
  box-shadow: 0 0 5px rgba(4, 199, 229);
}
#illdy_service-6 .service:hover:before {
  background-color: rgb(241, 210, 4);
/*  background-color: #590;*/
  -webkit-box-shadow: 0 0 5px rgba(241, 210, 4);
  -moz-box-shadow: 0 0 5px rgba(241, 210, 4);
  box-shadow: 0 0 5px rgba(241, 210, 4);
}
#illdy_service-7 .service:hover:before {
  background-color: rgb(216, 95, 216);
/*  background-color: #590;*/
  -webkit-box-shadow: 0 0 5px rgba(216, 95, 216);
  -moz-box-shadow: 0 0 5px rgba(216, 95, 216);
  box-shadow: 0 0 5px rgba(216, 95, 216);
}
#illdy_service-3 .service:hover:before {
  color: rgb(94, 194, 31) !important;
}
#illdy_service-5 .service:hover:before {
  color: rgb(4, 199, 229);
}
#illdy_service-6 .service:hover:before {
  color: rgb(241, 210, 4);
}
#illdy_service-7 .service:hover:before {
  color: rgb(216, 95, 216);
}
#services .service{
/*  background-color: rgba(255, 255, 255, 0.2);*/
  height: inherit;
  padding: 10px 0px;

}

#services:before {
    background-position-x: center;
}
#services .service, #services .service-title h5, .section-description,#services .section-header h3{
   text-shadow: 0 0 1px #4c4c4c;
}

#services .service-entry{
   text-shadow: 0 0 2px #ffffff;  
}
#services .service-title h5, #services .service-icon{
text-shadow: 0 0 1px #000, 0 0 10px #4c4c4c;
}

.section-description{
  color:#ffffff;
}
.front-page-section::before {
    content: "";
/*    opacity: 0.8;*/
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 4;
}


#partners:before {
    background-size: cover !important;
}

#partners:before {
  background-position: center;
}
#partners:before {
    background-image: url(https://www.voxip.nl/wp-content/uploads/2020/05/green-telephone-3435213-scaled.jpg) !important;
}
#partners:before {
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: -101;
}
#mysticky-nav.wrapfixed ul li.menu-item a {
    padding: 20px 10px 10px 10px;
}
#header .top-header .header-navigation ul li a {
  padding: 76px 10px 22px 10px;
  /*padding: 20px 10px 15px 10px;*/
  /*  padding: 15px 0;*/
}
#header .top-header .header-navigation ul li a:hover{
  color:#ffffff;
  text-shadow: 0 0 10px #ffffff;
  background: linear-gradient(0deg, rgba(85, 153, 0,0) 10%, rgba(85, 153, 0,1) 100%);
}

.menu_icon_link{
  width:fit-content;
  max-width: 40px;
  white-space: nowrap;
  max-height: 100%;
  overflow: hidden;
}
.menu_icon_link:hover{
  color:#ffffff;
  max-width:200px;  
}

.menu-item i._before, .rtl .menu-item i._after {
    padding-right: 10px;
}

@media only screen and (max-width: 1024px){
  #header {
    background-attachment: fixed !important;
  }
}
@media only screen and (max-width: 1280px){

  #header .top-header .header-navigation > ul {
    margin-top: 0px;
  }
  #header .top-header .header-navigation {
    top: -35px;
    position: relative;
  }
  #header .top-header .header-navigation ul li {
    margin: 0px !important;
  }
  #header .top-header .row {
    display: flex;
    align-items: center;
    top: -20px;
    position: relative;
  }
#header .top-header .header-navigation ul li {
    margin: 0px;
    margin-top: -65px;
    padding: 45px 0px 10px 0px;
  }
}
#static-page-content{
      padding: 10px 0px 50px 0px;
}

#header .top-header .header-navigation ul li {
    margin: 0px;
    margin-top: -65px;
    padding: 65px 0px 10px 0px;
    border-left: 1px solid;
    border-image-source: linear-gradient(0deg, rgb(255, 255, 255, 0), rgb(255, 255, 255));
    border-image-slice: 1;
  -webkit-transition: max-width .5s ease-in-out;
  -moz-transition: max-width .5s ease-in-out;
  -o-transition: max-width .5s ease-in-out;
  transition: max-width .5s ease-in-out;
}

#mysticky-nav .myfixed {
    margin: 0 auto;
    float: none;
    top: -10px;
    border: 0px;
    background: none;
    max-width: 100%;
}

@media only screen and (max-width: 992px){
   #services .widget_illdy_service:nth-child(1), #services .widget_illdy_service:nth-child(2), #services .widget_illdy_service:nth-child(3) {
    margin-top: 0px;
  }
  .menu_icon_link{
    max-width:100%;  
  }
  .col-sm-4{
    width: 50%;
  }
  .widget_illdy_service {
    margin-top: 40px;
    padding-bottom: 40px;
  }
  .responsive-menu{
    background-color: #4c4c4c;
  }
  .responsive-menu ul li a:active,  .responsive-menu ul li a:hover,  .responsive-menu ul li a:focus{
    background-color:#559900;
    color:#000000;
  }
  .responsive-menu ul li a{
    color:#ffffff;
  }
  .open-responsive-menu .fa, .open-responsive-menu .fa:active,.open-responsive-menu .fa:focus,.open-responsive-menu .fa:hover {
    padding: 0px;
    top: 30px;
    right:20px;
    position: fixed;
    color: #ffffff;
  /*    top: -40px;
    position: relative;*/
  }
}
@media only screen and (max-width: 600px){
  .col-sm-4{
    width: 100%;
  }
  .widget_illdy_service {
    margin-top: 40px;
    padding-bottom: 40px;
  }
}

.header-button-one{
  white-space: nowrap;
}
.header-button-two{
  white-space: nowrap;

}

@media only screen and (max-width: 560px) {
	#contact-us .section-content .contact-us-box .box-left {
		width: 100%;
		margin: 0;
		padding: 0;
		display: block;
		border-right: none;
	}

	#contact-us .section-content .contact-us-box .box-right {
		width: 100%;
		margin: 0;
		padding: 0;
		display: block;
	}
}

@media only screen and (max-width: 320px) {
	#header .bottom-header .header-button-one {
		width: auto !important;
		margin: 10px 0;
        padding: 0 20px !important;
	}

	#header .bottom-header .header-button-two {
		width: auto !important;
		margin: 10px 0;
        padding: 0 20px !important;
	}
}
@media only screen and (max-width: 500px) {
	#header .bottom-header .header-button-one {
		width: auto !important;
		margin: 10px 0;
        padding: 0 20px !important;
	}

	#header .bottom-header .header-button-two {
		width: auto !important;
		margin: 10px 0;
        padding: 0 20px !important;
	}
}
#counter {
  width:1100px;
  left: calc(50% - 550px);
}

#counter .counter-number {
  text-shadow: 0 0 5px #590;
  color: #4c4c4c;
}
#counter .counter-description {
  /* text-shadow: 0 0 3px #590; */
  color: #4c4c4c;
}
label p{
  height:0px;
  float: left;
}
.fileSelect{
  float: left;
}
.fileList{
  float: right;
}
.factuur{
  float: left;
  /*position:absolute; top:-100px;*/
}


*! > .factuur { background-color: #000; }  

.fileList{
  border: 1px solid #4c4c4c;
}











#header .top-header .header-navigation ul li.menu-item-has-children a {
    padding-right: 16px;
    position: relative;
    margin-bottom: 20px;
    display: inline-block;
    padding: 16px 10px 22px 10px;
}

#header .top-header .header-navigation ul li.menu-item-has-children a:after {
    content: "\f107";
    font-family: "FontAwesome";
    font-size: 16px;
    /*! position: absolute; */
    top: 0;
    right: 0;
}

#header .top-header .header-navigation ul li.menu-item-has-children .sub-menu {
    width: 200px;
    margin: -5px 0 0;
    padding: 0;
    position: absolute;
    left: 50%;
    display: none;
    z-index: 10;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.32);
    -moz-box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.32);
    box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.32);

    transform: translateX(-50%);

}

#header .top-header .header-navigation ul li.menu-item-has-children .sub-menu:before {
    display: block;
    content: "";
    position: absolute;
    top: -5px;
    left: 50%;
    margin-left: -3px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #fff;
    width: 0;
    height: 0;
}

#header .top-header .header-navigation ul li.menu-item-has-children .sub-menu .sub-menu {
    transform: translateX(0);
}

#header .top-header .header-navigation ul li.menu-item-has-children .sub-menu .sub-menu:before {
    display: none;
}

#header .top-header .header-navigation ul li.menu-item-has-children .sub-menu li {
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: #fff;
}

#header .top-header .header-navigation ul li.menu-item-has-children .sub-menu li:first-child {
    padding-top: 10px;
}

#header .top-header .header-navigation ul li.menu-item-has-children .sub-menu li:last-child {
    padding-bottom: 10px;
}

#header .top-header .header-navigation ul li.menu-item-has-children .sub-menu li a {
    width: 100%;
    margin: 0;
    padding: 0 10px;
    line-height: 40px;
    font-weight: 400;
    font-size: 14px;
    color: #8c9597;
    text-transform: none;
    display: block;
    font-family: "Lato";
}

#header .top-header .header-navigation ul li.menu-item-has-children .sub-menu li:hover > a,
#header .top-header .header-navigation ul li.menu-item-has-children .sub-menu li:focus-within > a {
    color: #f1d204;
    border-left: 3px solid #f1d204;
    background-color: #f8f8f8;
}

#header .top-header .header-navigation ul li.menu-item-has-children .sub-menu li a:after {
    display: none;
}

.xoo-el-main {
    padding: 0px 25px;
    position: relative;
    vertical-align: top;
}

.xoo-el-header {
  visibility: hidden;
  height: 20px;
}


.markup-format h1, .markup-format h2, .markup-format h3, .markup-format h4, .markup-format h5, .markup-format h6 {
    margin: 60px 0 10px 0;
}
    padding: 95px 0 15px;
    color: #4c4c4c;
}
h1, h2, h3, h4, h5, h6, h7, label, a {
    text-shadow: 0 0 .1em #cccccc;
}
h2 {
    font-size: 35px;
    line-height: 38px;
    font-weight: 700;
    color: #4c4c4c !important;
}
.facturen_div{
  border: 1px solid #4c4c4c;
  border-radius: 20px;
  padding: 5px;
}
.facturen_div div:hover{
  background-color:#efefef !important;
  border-radius: 20px;
}
.facturen_div div{
  overflow: auto;
}
.icon_factuur {
  border: 1px solid #c00;
  border-radius: 20px;
  padding: 5px;
  background: #c00;
  color: #fff;
  margin: 10px;
}
.factuur_label{
  height:150px;
  max-height: 360px;
}

::-moz-selection { /* Code for Firefox */
  background: #590;
}

::selection {
  background: #590;
}

.menu_button{
  cursor: pointer;
}