.test {
  background-color: blue !important;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.phone {
  height: 50px;
  width: 100px;
  border: 3px solid white;
  border-radius: 10px;
  animation: rotate 1.5s ease-in-out infinite alternate;
  /* display: none; */
}

.message {
  color: white;
  font-size: 1em;
  margin-top: 40px;
  /* display: none; */
}

@keyframes rotate {
  0% {
    transform: rotate(90deg)
  }
  50% {
    transform: rotate(0deg)
  }
  100% {
    transform: rotate(0deg)
  }
}
@media (orientation: portrait) and (min-device-width : 767px) 
 {
   .kleineslider {
     height: 154px !important;
   }
   .groteslider {
     height: 306px !important;
   }
   .contactgegevens {
     padding: 10px !important;
   }

  .test {
    background-color: black !important;
  }
}
.bgcontent {
    background-image: url(../assets/img/bg_content.jpg) !important; 
    background-repeat: repeat-x !important; 
    background-position: bottom !important;
}

/* buttons */
.terugbutton {
  display: inline-block;
  border-radius: 0px;
  padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
  color: #fff;
  border: none;
  outline: none;
  text-decoration: none;
  background: #000000;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
  text-align: center;
  vertical-align: top;
    float: left;
  cursor: pointer;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  letter-spacing: normal !important;
  position: relative;
  white-space: nowrap;
  transform: translate3d(0, 0, 0);
  box-shadow: none;
  -webkit-appearance: none;
  margin-bottom: 10px;
  transition: 0.3s;
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
}

  ul.list { 
      margin-left: 40px; 
      font-size: 12px;
}

  /* numbered lists */
  .list.decimal li { list-style-type: decimal;}
  .list.disc li { list-style-type: disc; }
  .list.square li { list-style-type: square;}
  .list.armenian li { list-style-type: armenian;}
  .list.cjk-ideographic li { list-style-type: cjk-ideographic;}
  .list.decimal li { list-style-type: decimal;}
  .list.decimal-leading-zero li { list-style-type: decimal-leading-zero;}
  .list.georgian li { list-style-type: georgian;}
  .list.hebrew li { list-style-type: hebrew;}
  .list.hiragana li { list-style-type: hiragana;}
  .list.hiragana-iroha li { list-style-type: hiragana-iroha;}
  .list.katakana li { list-style-type: katakana;}
  .list.katakana-iroha li { list-style-type: katakana-iroha;}
  .list.lower-alpha li { list-style-type: lower-alpha;}
  .list.lower-greek li { list-style-type: lower-greek;}
  .list.lower-latin li { list-style-type: lower-latin;}
  .list.lower-roman li { list-style-type: lower-roman;}
  .list.upper-alpha li { list-style-type: upper-alpha;}
  .list.upper-latin li { list-style-type: upper-latin;}
  .list.upper-roman li { list-style-type: upper-roman;}

.productTable1 {
	width:100% !important;
	border:0px !important;
}

.productTable td, .productTable1 td {
	padding:3px;
	border-right:1px solid #fff;
    font-size: 12px;
}
.productTable th,  .productTable1 th {
	padding:3px;
	border-right:1px solid #fff;
	background:#2AB7DD;
	color:#fff;
	text-align:center !important;
}
.productTable tr:nth-child(even), .productTable1 tr:nth-child(even) {
	background:#FEFDF9;
}
.productTable tr:nth-child(odd), .productTable1 tr:nth-child(odd) {
	background:#C6E6F3;
}

.productTable th span {
	font-size:12px !important;
}

form #website {
  display: none !important;
}