html {
  padding: 50px;
  font-family: sans-serif;
}
html h1 {
  text-align: center;
   color: #8c1e03;
}
html h2 {
  text-align: center;
  color: #8c1e03;
}
#exampleSlider {
  position: relative;
  border: 1px solid black;
  
 
}
@media (max-width: 767px) {
  #exampleSlider {
    border-color: transparent;
	
  }
}
#exampleSlider .MS-content {
  margin: 15px 5%;
  overflow: hidden;
  white-space: nowrap;
  border: 1px solid red;
}
@media (max-width: 767px) {
  #exampleSlider .MS-content {
    margin: 0;
  }
}
#exampleSlider .MS-content .item {
  display: inline-block;
  height: 100%;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  border: 1px solid green;
  border-right: none;
  width: 30%;
}
@media (max-width: 1200px) {
  #exampleSlider .MS-content .item {
    width: 25%;
  }
}
@media (max-width: 992px) {
  #exampleSlider .MS-content .item {
    width: 33.3333%;
  }
}
@media (max-width: 767px) {
  #exampleSlider .MS-content .item {
    width: 50%;
  }
}
#exampleSlider .MS-content .item p {
  font-size: 30px;
  text-align: center;
  line-height: 1;
  vertical-align: middle;
  margin: 0;
  padding: 10px 0;
}
#exampleSlider .MS-controls button {
  position: absolute;
  border: none;
  background: transparent;
  font-size: 30px;
  outline: 0;
  top: 35px;
}
@media (max-width: 767px) {
  #exampleSlider .MS-controls button {
    display: none;
  }
}
#exampleSlider .MS-controls button:hover {
  cursor: pointer;
}
#exampleSlider .MS-controls .MS-left {
  left: 10px;
}
@media (max-width: 992px) {
  #exampleSlider .MS-controls .MS-left {
    left: -2px;
  }
}
#exampleSlider .MS-controls .MS-right {
  right: 10px;
}
@media (max-width: 992px) {
  #exampleSlider .MS-controls .MS-right {
    right: -2px;
  }
}



/* Bij Multiple sliders op een pagina dient het (Div) ID aangepast te worden
bv. #exampleSlider (zie boven 1e slider) en #exampleSlider1 (zie hieronder)
Ook dient onder script de #exampleSlider aangepast te worden naar #exampleSlider1 */

#exampleSlider1 {
  position: relative;
  border: 1px solid black;
  
}
@media (max-width: 767px) {
  #exampleSlider1 {
    border-color: transparent;
  }
}
#exampleSlider1 .MS-content {
  margin: 15px 5%;
  overflow: hidden;
  white-space: nowrap;
  border: 1px solid red;
  
}
@media (max-width: 767px) {
  #exampleSlider1 .MS-content {
    margin: 0;
  } 
}
#exampleSlider1 .MS-content .item {
  display: inline-block;
  height: 100%;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  border: 1px solid green;
  border-right: none;
  width: 30%;
}
@media (max-width: 1200px) {
  #exampleSlider1 .MS-content .item {
    width: 25%;
  }
}
@media (max-width: 992px) {
  #exampleSlider1 .MS-content .item {
    width: 33.3333%;
  }
}
@media (max-width: 767px) {
  #exampleSlider1 .MS-content .item {
    width: 50%;
  } */
}
#exampleSlider1 .MS-content .item p {
  font-size: 30px;
  text-align: center;
  line-height: 1;
  vertical-align: middle;
  margin: 0;
  padding: 10px 0;
}
#exampleSlider1 .MS-controls button {
  position: absolute;
  border: none;
  background: transparent;
  font-size: 30px;
  outline: 0;
  top: 35px;
}
@media (max-width: 767px) {
  #exampleSlider1 .MS-controls button {
    display: none;
  } 
}
#exampleSlider1 .MS-controls button:hover {
  cursor: pointer;
}
#exampleSlider1 .MS-controls .MS-left {
  left: 10px;
}
@media (max-width: 992px) {
  #exampleSlider1 .MS-controls .MS-left {
    left: -2px;
  } 
}
#exampleSlider1 .MS-controls .MS-right {
  right: 10px;
}
@media (max-width: 992px) {
  #exampleSlider1 .MS-controls .MS-right {
    right: -2px;
  } 
}






/* Bij Multiple sliders op een pagina dient het (Div) ID aangepast te worden
bv. #exampleSlider (zie boven 1e en 2e slider) en #exampleSlider1 (zie hieronder)
Ook dient onder script de #exampleSlider aangepast te worden naar #exampleSlider1 */

#exampleSlider2 {
  position: relative;
  border: 1px solid black;
  
}
@media (max-width: 767px) {
  #exampleSlider2 {
    border-color: transparent;
  }
}
#exampleSlider2 .MS-content {
  margin: 15px 5%;
  overflow: hidden;
  white-space: nowrap;
  border: 1px solid red;
  
}
@media (max-width: 767px) {
  #exampleSlider2 .MS-content {
    margin: 0;
  } 
}
#exampleSlider2 .MS-content .item {
  display: inline-block;
  height: 100%;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  border: 1px solid green;
  border-right: none;
  width: 30%;
}
@media (max-width: 1200px) {
  #exampleSlider2 .MS-content .item {
    width: 25%;
  }
}
@media (max-width: 992px) {
  #exampleSlider2 .MS-content .item {
    width: 33.3333%;
  }
}
@media (max-width: 767px) {
  #exampleSlider2.MS-content .item {
    width: 50%;
  } */
}
#exampleSlider2 .MS-content .item p {
  font-size: 30px;
  text-align: center;
  line-height: 1;
  vertical-align: middle;
  margin: 0;
  padding: 10px 0;
}
#exampleSlider2 .MS-controls button {
  position: absolute;
  border: none;
  background: transparent;
  font-size: 30px;
  outline: 0;
  top: 35px;
}
@media (max-width: 767px) {
  #exampleSlider2 .MS-controls button {
    display: none;
  } 
}
#exampleSlider2 .MS-controls button:hover {
  cursor: pointer;
}
#exampleSlider2 .MS-controls .MS-left {
  left: 10px;
}
@media (max-width: 992px) {
  #exampleSlider2 .MS-controls .MS-left {
    left: -2px;
  } 
}
#exampleSlider2 .MS-controls .MS-right {
  right: 10px;
}
@media (max-width: 992px) {
  #exampleSlider2 .MS-controls .MS-right {
    right: -2px;
  } 
}

