* {
  padding: 0;
  margin: 0;
}

html,
body {
	height: 100%;
}

body {
padding: 0;
margin: 0;
font-family: "Fira Sans", sans-serif;
font-weight: 400;
font-style: normal;
}

.fira-sans-light {
  font-family: "Fira Sans", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.fira-sans-regular {
  font-family: "Fira Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.fira-sans-semibold {
  font-family: "Fira Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.fira-sans-black, b, strong {
  font-family: "Fira Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.fira-sans-regular-italic {
  font-family: "Fira Sans", sans-serif;
  font-weight: 400;
  font-style: italic;
}

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;
}

hr {
float: left;
width: 100%;
border-top: 1px solid #7B97BC;
margin: 25px 0;
}

.db_error, .error {
  font-weight: bold !important;
  color: #ff0000 !important;
  font-size: 15px !important;
}

.verborgen {
display: none;
}

.transition {
  -o-transition: 1s;
  -ms-transition: 1s;
  -moz-transition: 1s;
  -webkit-transition: 1s;
  transition: 1s;
}

.rounded {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.thin_text {
font-weight: 200 !important;
}

.tab1 {
  display: inline-block;
  width: 15px;
}

figcaption {
  color: #404040;
  font-style: italic;
  font-size: 13px;
}

.fade-in {
	opacity: 1;
	animation-name: fadeInOpacity;
	animation-iteration-count: 1;
	animation-timing-function: ease-in;
	animation-duration: 4s;
}

@keyframes fadeInOpacity {
	0% { opacity: 0; }
    80% { opacity: 0; }
	100% { opacity: 1; }
}

#content h1, #contentWide h1  {
font-size: 35px;
color: #7B97BC;
line-height: 1.7em;
margin-bottom: 25px;
padding-bottom: 25px;
border-bottom: 1px dotted #7B97BC;
}

#content h2, #contentWide h2 {
font-size: 30px;
font-weight: lighter;
color: #7B97BC;
line-height: 1.7em;
margin-bottom: 20px;
}

#content h3, #contentWide h3 {
font-size: 25px;
font-weight: lighter;
color: #36516E;
line-height: 1.7em;
margin-bottom: 25px;
}

#content p, #content td, #contentWide p, #contentWide td {
font-size: 20px;
color: #36516E;
line-height: 1.7em;
margin-bottom: 25px;
}

#contentttt p:first-of-type {
  font-size: 25px !important;
}


#content p a, #content td a, #contentWide p a, #contentWide td a {
color: #36516E;
text-decoration: underline;
}

#content p a:hover, #content td a:hover, #contentWide p a:hover, #contentWide td a:hover {
color: #36516E;
text-decoration: none;
}

#content table, #contentWide table {
margin-bottom: 15px;
}

#content td, #contentWide td {
vertical-align: top;
margin-bottom: 0;
padding-right: 10px;
}

#content ul, #contentWide ul {
list-style-type: square;
margin: 0 0 25px 20px;
}

#content ol, #contentWide ol {
  margin: 0 0 25px 20px;
}

#content ul ul, #contentWide ul ul {
margin-bottom: 0;
}

#content li, #contentWide li {
font-size: 20px;
color: #36516E;
line-height: 1.7em;
}

#content li a, #contentWide li a  {
color: #36516E;
text-decoration: underline;
}

#content li a:hover, #contentWide li a:hover {
color: #36516E;
text-decoration: none;
}

#content img {
max-width: 100%;
border-radius: 10px;
}

.small {
font-size: 15px !important;
}
  
.video-container {
position: relative;
width: 100%;
padding-bottom: 56.25%; /* 16:9 aspect ratio (720 / 1280 * 100) */ 
overflow: hidden;
}

.video-container iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.email {
  display: inline;
  background: url(/images/icon_email.png) center left 3px no-repeat #7B97BC;
  border: 1px solid #7B97BC;
  padding: 9px 10px 9px 40px;
  color: #fff !important;
  font-weight: bold;
  font-size: 14px;
  text-decoration: none !important;
}

#content p .email:hover {
  background-color: #fff !important;
  color: #7B97BC !important;
  text-decoration: none !important;
}

/* ********************************************************************** start formulier ********************************************** */

.button {
display: inline-block;
/* width: 100%; */
box-sizing: border-box;
color: #000 !important;
background-color: #fff !important;
font-size: 15px !important;
font-weight: bold;
padding: 7px 15px !important;
text-decoration: none !important;
text-align: center;
border: 1px solid #000;
border-radius: 10px;
}

.button:hover {
color: #575757 !important;
text-decoration: none !important;
-o-transition: .5s;
-ms-transition: .5s;
-moz-transition: .5s;
-webkit-transition: .5s;
transition: .5s;
}

.button_neg {
display: inline-block;
/* width: 100%; */
box-sizing: border-box;
color: #fff !important;
background-color: #36516E !important;
font-size: 15px !important;
font-weight: bold;
padding: 7px 15px !important;
text-decoration: none !important;
text-align: center;
border: 1px solid #36516E;
border-radius: 10px;
}

.button_neg:hover {
  color: #36516E !important;
  background-color: #fff !important;
  border: 1px solid #36516E !important;
  text-decoration: none !important;
}

.knop {
display: inline-block;
width: 100%;
box-sizing: border-box;
color: #fff !important;
background-color: #000 !important;
font-size: 17px !important;
padding: 10px 15px !important;
text-decoration: none !important;
text-align: center;
border: 1px solid #000;
border-radius: 10px;
}

.knop:hover {
color: #e2e2e2 !important;
text-decoration: none !important;
-o-transition: .5s;
-ms-transition: .5s;
-moz-transition: .5s;
-webkit-transition: .5s;
transition: .5s;
cursor: pointer;
cursor: hand;
}

.knop_neg {
display: inline-block;
width: 100%;
box-sizing: border-box;
color: #000 !important;
background-color: #fff !important;
font-size: 17px !important;
padding: 10px 15px !important;
text-decoration: none !important;
text-align: center;
border: 1px solid #000;
border-radius: 10px;
}

.knop_neg:hover {
color: #575757 !important;
text-decoration: none !important;
-o-transition: .5s;
-ms-transition: .5s;
-moz-transition: .5s;
-webkit-transition: .5s;
transition: .5s;
cursor: pointer;
cursor: hand;
}

.invulveld {
  width: 100%;
  height: 30px;
  font-size: 16px;
}

textarea {
  width: 100%;
  height: 200px;
  font-size: 14px;
}

select {
  width: 100%;
  height: 40px;
  font-size: 15px;
  padding: 5px 0;
  box-sizing: border-box;
}

input[type="radio"] {
  margin-right: 5px;
}

input[type="checkbox"] {
  margin-right: 5px;
}

@media (max-width: 1000px) {

    .button, .button_neg {
    font-size: 14px !important;
    padding: 3px 15px !important;
    }

    .invulveld {
    height: 25px;
    font-size: 14px;
    }

    select {
    height: 25px;
    padding: 3px 0;
    }

}

/* ********************************************************************** einde formulier ********************************************** */

/* ********************************************************************** start tabel ********************************************** */

.table_view {
  float: left;
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 35px;
  border: 1px solid #494517;
  box-sizing: border-box;
}

.table_view tr {
  height: 30px;
}

.table_view tr:first-child {
  background-color: #000;
  color: #fff !important;
  font-weight: bold;
}

.table_view tr:first-child td {
  color: #fff !important;
}

.table_view tr:nth-child(even) {
  background-color: #fff;
}

.table_view td {
  font-size: 14px !important;
  /* height: 30px; */
  vertical-align: middle !important;
  white-space: nowrap;
  padding: 8px 5px;
}

.table_view td:last-child {
  white-space: normal;
}

.td_first, .table_view td:first-child {
  padding-left: 10px;
}

.td_10 {
  width: 10px;
  padding-right: 5px;
}

.td_50 {
  width: 50px;
  padding-right: 5px;
}

.td_100 {
  width: 100px;
  padding-right: 10px;
}

.td_200 {
  width: 200px;
  padding-right: 10px;
}

.td_300 {
  width: 300px;
  padding-right: 10px;
}

.td_400 {
  width: 400px;
  padding-right: 10px;
}

.td_455 {
  width: 455px;
  padding-right: 10px;
}

.td_500 {
  width: 500px;
  padding-right: 10px;
}

.div600 {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

/* ********************************************************************** einde tabel ********************************************** */

.topScroller {
  display: none; /* Initially hidden */
  opacity: 1; /* Fully visible */
  transition: opacity 1s ease; /* Smooth transition for fading */
}

.topScroller.fade-out {
  opacity: 0; /* Fully transparent */
}

.searchResult {
padding-bottom: 10px;
margin-bottom: 30px;
border-bottom: 1px solid #e2e2e2;
}

/* ********************************************************************** start video ************************************************ */
.videoOuter {
    float: left;
    width: 100%;
}

.videoInner {
    margin: 0 auto;
}

.videoInner video {
    width: 100%;
    height: auto;
    display: block;
}

.video-landscape {
    width: 100%;
    max-width: 1000px; /* pas aan naar wens */
}

.video-portrait {
    width: 100%;
    max-width: 420px; /* pas aan naar wens */
}

@media (max-width: 768px) {
    .video-landscape,
    .video-portrait {
        max-width: 100%;
    }
}