#Container .mix {
  display: none;
}
.artikel {
  width: 100%;
  border: 1px solid yellow;
  padding: 15px;
  margin-bottom: 10px;
  display: inline-block;
  background-color: darkgray;
}
.adres {
  padding-top: 20px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: yellow;
}
.img-thumbnail {
  border: 0;
}
.center {
  margin: 0 auto;
}
.filter {
  background-color: #000000;
  border-radius: 3px;
  border: 1px solid #999999;
  padding: 10px 15px;
}
.maxwidth {
  width: 100%;
}
.filter2 active {
  background-color: yellow;
  border-radius: 3px;
  border: 1px solid #999999;
  padding: 10px 15px;
  width: 100%;
}
.nopadding {
  padding: 0 0 0 0;
}
/*Back to top button style*/
#toTop {
  display: none;
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 42px;
  height: 42px;
  background-image: url('/Content/Images/up.png');
  background-repeat: no-repeat;
  opacity: 0.4;
  filter: alpha(opacity=40);
  /* For IE8 and earlier */
}
#toTop:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  /* For IE8 and earlier */
}
/*Invalid state style for form*/
.compulsary {
  color: #EB5E5E;
}
span.field-validation-error span:first-child {
  color: #EB5E5E;
}
span.field-validation-error {
  color: #EB5E5E;
}
div.validation-summary-errors li {
  color: #EB5E5E;
}
#InvulformulierForm label.required:after {
  content: "*";
  color: #EB5E5E;
  font-weight: bold;
}
/*draggable component style*/
.product-list .ui-state-highlight {
  height: 1.5em;
  line-height: 1.2em;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 20px;
  width: 100%;
  float: left;
  background: #222222;
  border-color: #222222;
}
/*connected environment*/
.connected-environment-right {
  position: fixed;
  right: 0;
  z-index: 100000;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 100px 100px 0;
  border-color: transparent rgba(214, 0, 0, 0.55) transparent transparent;
}
.connected-environment-right span {
  position: fixed;
  right: 15px;
  color: #FFF;
  font-size: 15px;
  top: 20px;
}
.connected-environment-left {
  position: fixed;
  left: 0;
  z-index: 100000;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 100px 100px 0 0;
  border-color: rgba(214, 0, 0, 0.55) transparent transparent transparent;
}
.connected-environment-left span {
  position: fixed;
  left: 15px;
  color: #FFF;
  font-size: 15px;
  top: 20px;
}
