@charset "UTF-8";

/* Bootstrap Skitter Document */

/* FONTS */
@import url('https://fonts.googleapis.com/css2?family=Source+Serif+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;1,200;1,300;1,400;1,600;1,700&display=swap');

.wrapper_9550833F   {
    padding-bottom: 15px;
    padding-top: 15px!important;
    overflow: hidden;
    border-bottom: 50px solid#007e82;
}

.source {
  font-size: 16px;
  font-family: 'Source Serif Pro', serif !important;
  line-height: 1.6;
  color: #000;
}

.ui-content img {
	max-width:100%;
	height:auto;
}
ul {
	padding-left:16px;
	margin-top:0;
}
ol {
	padding-left:16px;
	margin-top:0;
}
p {
	font-weight:400;
	margin: 0 0 15px;
}
a {
	color:inherit;
	text-decoration:none;
	font-weight: 600;
    cursor:pointer;
}
a:hover, a:focus, a:visited {
	color:inherit;
	text-decoration:none;
	font-style: bold;
}
hr {
    margin: 10px 0!important;
    width: 100%!important;
    border-top: 5px solid #007e82;
    top: -35px;
    position: relative;
}

img {
	max-width:100%;
	height:auto;
}

/* KOPPEN */

h1,h2,h3 {margin-top:0;}

.hb-head {
  font-size: 36px;
  text-align: center;
  font-weight: 700;
  z-index: 1;
  position: relative;
  background: #fff;
  margin: 0 auto;
  width: 1090px;
  text-transform: none;
}

h2 {
font-weight:700;
}

.hb-h3 {
  font-weight: 700;
  font-size: 18px;
  text-transform: none;
}


.hb-intro {
	font-weight:bold;
}

/*  PADDING MARGINS   */

.row.content {
    padding: 0 30px;
}
/* PANELS */

.panel-body p:last-child {
	margin-bottom:0;
}
/* TXT KLEUREN OVERRIDE*/

.txt-wit {
	color:#fff!important;
}
.txt-zwart {
	color:#000000;
}
/* BACKGROUND-KLEUREN OVERRIDE*/

.bg-wit {
	background-color:#ffffff;
	margin-bottom:15px;
}
.bg-zwart {
	background-color:#000000;
}

/* INHOUD */

img.header.img-responsive {
    margin-left: -45px;
    max-width: 108%;
}

table, b {
	font-weight: 700;
	text-transform: uppercase;
}
table, th, td td p {
	margin-bottom: 0px;
	text-transform: none;
}
table, th, td {
	border: 0px solid #000000!important;
}
ol {
	display: block;
	padding: 0 0 0 10px;
}
ol li {
	width: auto;
	position: relative;
	margin-bottom: 0px;
	padding-left: 10px;
}


.panel {
	border: 0px solid #000;
	border-radius: 0px;
	-webkit-box-shadow: 0 0px 0px rgb(0 0 0 / 5%);
	box-shadow: 0 0px 0px rgba(0, 0, 0, .05);
	position: relative;
	overflow: hidden;
}
.panel-body {
	padding: 15px;
}

/* MEDIA QUERIES */


/* Desktop  */

@media (min-width: 1200px) {
	
}
 @media only screen and (min-width: 960px) and (max-width: 1199px) {
}

/* Tablet  */
@media (max-width: 959px) and (min-width: 769px) {
}

/* Mobile Modes */
@media only screen and (max-width: 768px) {
    
.row.content {
  padding: 0 0px;
}

body {
	font-size:14px;
}

.hb-head {
  font-size: 30px;
  text-align: center;
  font-weight: 700;
  z-index: 1;
  position: relative;
  background: #fff;
  margin: 0 auto;
    margin-bottom: 0px;
  width: auto;
  text-transform: none;
  margin-bottom: 0px;
}

hr {
    top: -50px;
}
img.header.img-responsive {
    max-width: 120%;
}

}
 @media only screen and (max-width: 480px) {
}