body, html {
    color: #555;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 10px !important;
    line-height: 20px !important;
    border-top: 10px solid #236e6a;
}
td,th {
vertical-align: top;
}

.hovertp:hover {
    opacity: 0.75;
}
#container-text-csv td {
  font-size: 11px;
}
#container-text-syringe td {
    min-width: 205px;
}
#tekst-home, #tekst-home2, #tekst-home3 {
    color: #555;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px !important;
}
.highlight {
    background-color: yellow;
}
#tekst-home3 {
    margin-left: 53px;
    margin-top: 20px;
    position: absolute;
    width: 600px;
}
#wrap { 
	box-shadow: 0 0 40px -25px;
	width: 1100px; 
	margin: 0 auto; 
}
#wraplanding { 
	width: 1100px; 
	margin: 0 auto; 
}
.landingspage #copyright {
    margin-top: 715px!important;
}
#copyright {
    color: #777;
    float: right;
    font-size: 11px;
    margin-left: 725px;
    margin-top: 800px;
    position: absolute;
}
#pittcon {
color: #236e6a;
    font-size: 13px;
    margin-top: 650px;
    position: absolute;
    text-align: center;
    width: 1101px;
}
#copyright a{
    color: #777;
    font-size: 11px;
}
#container-text {
    font-size: 12px;
    margin-left: 90px;
    max-height: 475px;
    overflow: auto;
    position: absolute;
    top: 290px;
    width: 590px;
}
#container-text-csv {
  font-size: 12px;
  margin-left: 90px;
  max-height: 475px;
  overflow: visible;
  position: absolute;
  top: 290px;
  width: fit-content;
  left: 0;
}
#container-text-max {
    font-size: 12px;
    margin-left: 90px;
    max-height: 495px;
    overflow: auto;
    position: absolute;
    top: 290px;
    width: 590px;
}

#container-text-tb td {
    padding-right: 30px;
    vertical-align: top;
}

#container-text td {
    padding-right: 30px;
}
h1, h2, h3, a {
color: #236c69;
}
#tekst-home {
    margin-left: 53px;
    margin-top: 20px;
    position: absolute;
    width: 600px;
}
#tekst-home2 {
    margin-left: 53px;
    margin-top: 240px;
    position: absolute;
    width: 600px;
}

#contactformulier-side {
    margin-left: 17px;
    margin-top: 11px;
    position: absolute;
}
.velden {
	background-color: #dfebf5;
	width: 245px;
    font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: #555;
	border-top-width: 1px;
	border-top-style: inset;
	border-top-color: #555;
	border-left-color: #555;
	border-left-width: 1px;
	border-left-style: inset;
	line-height: 1.7em;
}
.verzend {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: #555;
    margin-left: 169px;
    margin-right: -250px;
}


#menu {
    font-size: 12px;
    font-weight: bolder;
    margin-left: 100px;
    margin-top: 213px;
    position: absolute;
    white-space: nowrap;
}
#menu-overview {
    font-size: 12px;
    font-weight: bolder;
    margin-left: 100px;
    margin-top: 265px;
    position: absolute;
    white-space: nowrap;
z-index:10000;
}

#menu a {
    opacity: 0.75;
    color: white;
    padding-right: 8em;
    text-decoration: none;
}
#menu-overview a{
    opacity: 0.75;
    color: white;
    padding-right: 8em;
    text-decoration: none;

}
.current {
    opacity: 1!important;
}


.row > .column {
  padding: 5px 5px 0;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.column {
  float: left;
  width: 15%;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

img.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
} 
#wrap {
    background-color: white;
} 
.productcatalog {
    margin-bottom: 10px;
    margin-top: 30px;
    max-height: 125px;
    max-width: 150px;
}

#container-text-syringe {
    font-size: 12px;
    margin-left: 90px;
    overflow: auto;
    position: absolute;
    top: 290px;
    width: 590px;
}

#copyright-syringe {
    color: #777;
    float: right;
    font-size: 11px;
    margin-left: 725px;
    margin-top: 1630px;
    position: absolute;
}
#copyright-syringe2 {
    color: #777;
    float: right;
    font-size: 11px;
    margin-left: 725px;
    margin-top: 1785px;
    position: absolute;
}
#copyright-specs {
    color: #777;
    float: right;
    font-size: 11px;
    margin-left: 725px;
    margin-top: 1450px;
    position: absolute;
}

#contactformulier-side-syringe {
    margin-left: 35px;
    margin-top: 11px;
    position: fixed;
}