* {
	margin: 0;
	padding: 0;
}

html,
body {
	height: 100%;
}

body {
	padding: 0;
	margin: 0;
	font-family: 'Raleway', sans-serif;
}

div, h1, h2, p, form, label, input, textarea, img, span {
	margin: 0;
	padding: 0;
}

ul {
	list-style-type: none;
}

img {
	border: 0;
}

:focus {
	outline: 0;
}

.db_error {
  font-weight: bold !important;
  text-align: center !important;
  color: #ff0000 !important;
  font-size: 18px !important;
}

.verborgen {
  display: none;
}

.transition {
  -o-transition: 1s;
  -ms-transition: 1s;
  -moz-transition: 1s;
  -webkit-transition: 1s;
  transition: 1s;
}

#content h2, #contentWide h2 {
	font-size: 22px;
  color: #61C3DB;
	line-height: 1.3em;
	margin-bottom: 15px;
}

#content h3, #contentWide h3 {
	font-size: 18px;
	color: #61C3DB;
	line-height: 1.5em;
	margin-bottom: 15px;
}

#content p, #content td, #contentWide p, #contentWide td, #contentWider p, #contentWider td {
	font-size: 16px;
  font-weight: 500;
	color: #000;
	line-height: 1.5em;
	margin-bottom: 25px;
}

#content p a, #content td a, #contentWide p a , #contentWide td a, #contentWider p a , #contentWider td a {
	color: #3E3E3E;
	text-decoration: underline;
}

#content p a:hover, #content td a:hover, #contentWide p a:hover, #contentWide td a:hover, #contentWider p a:hover, #contentWider td a:hover {
	color: #F65E28;
	text-decoration: none;
}

#content table, #contentWide table, #contentWider table {
	margin-bottom: 15px;
}

#content td, #contentWide td, #contentWider td {
	vertical-align: top;
	margin-bottom: 0;
	padding-right: 10px;
}

#content ul, #contentWide ul, #contentWider ul {
  list-style-type: square;
	margin: 0 0 25px 15px;
}

#content ol, #contentWide ol, #contentWider ol {
	margin: 0 0 25px 25px;
}

#content ul ul, #contentWide ul ul, #contentWider ul ul {
	margin-bottom: 0;
}

#content li, #contentWide li, #contentWider li {
	font-size: 16px;
  font-weight: 500;
	color: #000;
	line-height: 1.5em;
}

#content li a, #contentWide li a, #contentWider li a {
	color: #3E3E3E;
	text-decoration: underline;
}

#content li a:hover, #contentWide li a:hover, #contentWider li a:hover {
	color: #F65E28;
	text-decoration: none;
}

#content img, #contentWide img, #contentWider img {
  max-width: 100%;
  height: auto;
}

.slider5 li {
    color: #fff !important;
}

.crumbs p {
  color: #fff !important;
  font-size: 14px !important;
  margin-bottom: 0 !important;
  line-height: 1.3em !important;
}

.crumbs p a {
  color: #fff !important;
  text-decoration: none !important;
}

.crumbs p a:hover {
  color: #fff !important;
  text-decoration: underline !important;
}

.subnavig_next p {
  color: #F65E28 !important;
  font-size: 14px !important;
  margin-bottom: 15px !important;
  line-height: 1.3em !important;
}

.subnavig_next p a {
  color: #F65E28 !important;
  text-decoration: none !important;
}

.subnavig_next p a:hover {
  color: #25A9C6 !important;
  text-decoration: underline !important;
}



/* ********************************************************************** start formulier ********************************************** */

.button {
  display: inline-block;
  color: #fff !important;
  font-weight: bold !important;
  font-size: 15px !important;
  padding: 5px 15px !important;
  background-color: #F36229 !important;
  text-decoration: none !important;
  border: 1px solid #F36229 !important;
}

.button:hover {
  color: #F36229 !important;
  background-color: #fff !important;
  text-decoration: none !important;
  border: 1px solid #F36229 !important;
}


.button_neg {
  color: #00ACC8 !important;
  background-color: #fff !important;
  border: 1px solid #00ACC8 !important;
  display: inline-block;
  font-weight: bold !important;
  font-size: 15px !important;
  padding: 5px 15px !important;
  text-decoration: none !important;
}

.button_neg:hover {
  color: #fff !important;
  background-color: #00ACC8 !important;
  border: 1px solid #00ACC8 !important;
  text-decoration: none !important;
}


.knop {
  padding: 5px 15px !important;
  border: 1px solid #FB5A1D !important;
  text-decoration: none !important;
  background-color: #F89B40 !important;
  color: #fff !important;
  font-weight: bold;
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s;
  /* border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px; */
}

.knop:hover {
  text-decoration: none !important;
  color: #fff !important;
  background-color: #FB5A1D !important;
}

.knop_neg {
  padding: 5px 15px !important;
  border: 1px solid #6eb233 !important;
  text-decoration: none !important;
  background-color: #fff !important;
  color: #6eb233 !important;
  font-weight: bold;
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s;
  /* border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px; */
}

.knop_neg:hover {
  color: #fff !important;
  text-decoration: none !important;
  background-color: #6eb233 !important;
}

.invulveld {
  width: 100%;
  height: 30px;
  font-size: 16px;
}

textarea {
  width: 100%;
  height: 200px;
  font-size: 14px;
}

/* ********************************************************************** einde formulier ********************************************** */

/* ********************************************************************** start tabel ********************************************** */

.tr_head {
	background-color:	#BE0911;
}

.td1 {
	color: #fff !important;
	width: 125px !important;
	padding-left: 3px !important;
}

.td2 {
	color: #fff !important;
	width: 340px !important;
}

.td3 {
	color: #fff !important;
	width: 20px !important;
}

.td4 {
	color: #fff !important;
	width: 100px !important;
}

.td5 {
	color: #fff !important;
	width: 80px !important;
}

.td6 {
	color: #fff !important;
	width: 80px !important;
}

/* ********************************************************************** einde tabel ********************************************** */

/* ********************************************************************** start reviews ********************************************** */

#reviewDiv h2 {
    display: inline-block;
    color: #019896;
    font-size: 26px;
    line-height: 1.2em;
    margin-bottom: 0px;
    text-align: left;
    background: url(/images/kid_sitting_mirror.png) center left no-repeat;
    padding: 0 0 20px 75px;
}

#reviewDiv .slider {
    float: left;
    width: 100%;
    border: 1px solid #fff;
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 10px;
    -webkit-border-radius: 10px; 
    -moz-border-radius: 10px; 
    border-radius: 10px; 
}

#reviewDiv p {
    color: #fff;
    font-size: 17px;
    line-height: 1.3em;
    margin-bottom: 10px;
}

/* ********************************************************************** start reviews ********************************************** */