body {
	background: none;
	color: var(--sb);
	padding-top: 160px;
	font-family: 'Lato-Light';
}
#wrap {overflow-x: hidden;}
:root {
	--ar: #bf1c1c;
	--lg: #b9b2a1;
}

.eindeFooter ul {
	list-style-type: none;
	padding-left: 0;
}
.row {margin-left: 0px;margin-right: 0px;}
.container-fluid {padding: 0px;}
img {
	max-width: 100%;
}

a:hover {
	text-decoration: none;
}

a:hover, a:focus {
    opacity: 0.8;
}

.nopadding {
   padding: 0 !important;
}

.row-eq-height {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
 }

 .notAsList {
 	list-style-type: none;
 }

 .breadcrumb > li + li:before {
    content: none;
}

@font-face {
    font-family: 'novel_sans_probold';
    src: url('novelsansprobold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'novel_sans_prolight';
    src: url('novelsansprolight-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'novel_sans_proregular';
    src: url('novelsansproregular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'novel_sans_prosemibold';
    src: url('novelsansprosemibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
  font-family: 'Lato-Light';
  font-weight: normal;
  src: url(../font/Lato/Lato-Light.ttf);
  font-style: normal;
}
/**umb_name:Header Grijs (h3)*/
h3{font-family: 'novel_sans_proregular';
font-size: 24px;
color: #a79f8a;
text-transform: uppercase;}

/**umb_name:normaal*/
.normaal{font-family: 'Lato-Light';
font-size: 18px;}

/*.resMenu, .menuArea ,nav{
  transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s; 
  -o-transition: all 1s; 
}*/

a ,img, li{
  transition: all 0.5s;
  -moz-transition: all 0.5s; /* Firefox 4 */
  -webkit-transition: all 0.5s; /* Safari and Chrome */
  -o-transition: all 0.5s; /* Opera */
}

.menuArea {
	min-height: 160px;
	background-color: #fff;
	z-index: 1040;
}


.menuArea-small {
	min-height: 90px;
	background-color: #fff;
}

#top {z-index: 1000;overflow-scrolling: touch;position: fixed;top: 0;}

.navbar {
	margin-bottom: 0px;
}

.navbar-header, .navbar-header a, .navbar-header-groot {
	width: 240px;
}


.navbar-header-groot {
	margin-top: 30px;
}

.navbar-header-small {
	margin-top: 5px;
	width:150px;
}

.navItemsSmall {
	margin-top: 31.111px !important;
}


#menu {
	margin-left: 0px;
	margin-top: 61px;
	float: right;
}

#menu li a {
	font-family: 'novel_sans_proregular';
	font-size: 13px;
	color: #000000;
	text-transform: uppercase;
	padding: 10px 10px;
}

.dropdown-content {
    display: none;
}

.subMenuItem:hover .dropdown-content {
    display: block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: var(--ar);color:#ffffff !important;}

/* Dropdown Content (Hidden by Default) */
/*.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

/* Links inside the dropdown */
/*.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
/*.dropdown-content a:hover {background-color: var(--ar);color:#ffffff !important;}

/* Show the dropdown menu on hover */
/*.menuItem:hover .dropdown-content {
    display: block;
}*/

.navbar-nav > li > a {
    line-height: inherit;
}

.navbar-nav > li > a:hover, .navbar-nav > li > a:active, .navbar-nav > li > a:focus {
    background-color: transparent;
    color: #a79f8a !important;
    text-decoration-line: underline;
}

.navbar-nav > li > a:hover span .langText {
    background-color: transparent;
    text-decoration-line: underline;
}

.subMenuItem a:hover, .subMenuItem a:focus, .subClass {
	background-color: transparent;
    color: #a79f8a !important;
}

.activeClass a {
	background-color: transparent;
    color: #a79f8a !important;
    text-decoration-line: underline;
}

.langText {
	font-family: proxima-nova-extra-condensed, sans-serif;
	font-size: 24px;
	color: #000000;
	text-transform: uppercase;
}

.navbar-right {
	margin-top: 61px;
	margin-right: 0px !important;
	margin-left: 0px !important;
}


.navbar-brand {
	padding: 0px 0px;
	position: relative;
	height: 80px;
}

.divider {
	display: inline-block;
	width: 1px;
	height: 25px;
	background-color: #000000;
	margin-top: 8.5px;
}

.navbar-right li {margin-left: 0px;}

.navbar-right li a, .socTop2 {
	font-family: 'novel_sans_proregular';
	font-size: 13px;
	color: #000000;
	text-transform: uppercase;
	padding: 10px 6.5px;
}

.dividerr {
	font-family: 'novel_sans_proregular';
	font-size: 13px;
	color: #000000;
	text-transform: uppercase;
	margin-top: 6.5px;
}

.navbar-right li a span {
	font-size: 24px;
}

.navRightMargin {
	margin-left: 25px;
}

.banner {
	position: relative;
}

.banner div img {width: 100%;}
.overBan {position: absolute;top:0;}
.banImg {position: relative;}
.bannerInhoud {
	height: 100%;
	position: absolute;
	top: 0;
	left:0;
	right: 0;
}

.bannerInhoud div {
}

.subMenu {
	padding: 0px;
	margin-top: 25px;
}
.subMenu .col-md-2 {
	padding: 10px;
}

.subMenuItem {
	float: left;
	margin-right: 45px;
}

.subMenuItem:last-child {
	margin-right: 0px;
}

.subMenuText {
	font-family: 'novel_sans_proregular';
	font-size: 15px;
	color: #ffffff;
	text-transform: uppercase;
}

.confCol {
	left: 0;
	right: 0;
	bottom:0;
	position: absolute;
}

.confidence {
	font-family: 'novel_sans_proregular';
	font-size:70px;
	color: #ffffff;
	text-transform: uppercase;
	text-align: left;
	margin-bottom: 45px;
	left:0;
	right: 0;
	text-shadow: 2px 2px 4px #000000;
}

.confidence2 {
	font-family: 'novel_sans_proregular';
	font-size:70px;
	color: #ffffff;
	text-transform: uppercase;
	text-align: left;
	bottom: 45px;
	left:0;
	right: 0;
	text-shadow: 2px 2px 4px #000000;
}

.confidence3 {
	text-align: left;
	font-family: 'novel_sans_proregular';
	font-size: 70px;
	color: #ffffff;
	text-transform: uppercase;
	margin: 20px 0px;
}

.confidence4 {
	text-align: left;
	font-family: 'novel_sans_proregular';
	font-size: 70px;
	color: #ffffff;
	text-transform: uppercase;
	position: absolute;
	bottom: 45px;
}

.breadcrumb {padding-left: 0;}

.breadcrumbaanpassing {
	margin-top: 20px;
	margin-bottom: 40px;
	background-color: #ffffff;
}

.banbreadcrumbcolor, .banbreadcrumb {
	font-size: 10px;
	text-transform: uppercase;
}

.banbreadcrumbcolor, .banbreadcrumbcolor span {
	color: #959286;
}

.banbreadcrumbcolor:hover {
	text-decoration: underline;
	color: #959286;
}

.fa-caret-right {
	color: #959286;
}

.middenCol {
	margin-top: 50px;
}
.middenCol .col-md-3, .middenCol .col-sm-6, .middenCol .col-xs-12 {margin-bottom: 35px;}
.blokImg {
	-webkit-filter: sepia(80%); /* Safari */
    filter: sepia(80%);
    -ms-filter: sepia(80%);
}
.blokImg:hover, .middenCol a:hover, .productBlok:hover .blokImg {
	-webkit-filter: sepia(0%); /* Safari */
    filter: sepia(0%);
    -ms-filter: sepia(0%);
    opacity: 1;
}
.contactBtn {
	display: flex;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 60px;
	font-size: 18px;
	font-family: 'novel_sans_prosemibold';
	text-transform: uppercase;
	color: #ffffff;
	background-color: #b9b2a1;
	border:none;
	padding: 11.5px 48.828px;
}
.middenText {
	font-family: 'novel_sans_proregular';
	font-size: 17px;
	color: #897f5d;
	text-transform: uppercase;
	text-align: center;
	min-height: 37.778px;
}
.middenText2 {
	position:absolute;
	width:100%;
	top:45%;
	z-index:10;
	color:#fff!important;
	/*text-shadow: 0px 0px 3px rgba(0,0,0,0.8);*/
	text-shadow:2px 2px 4px #000000;
}
.productBlok a{display:block;position:relative;}
.sibMiddenText {
	font-family: 'novel_sans_proregular';
	font-size: 17px;
	color: #897f5d;
	text-transform: uppercase;
	text-align: center;
	min-height: 37.778px;
	margin-bottom: 0px;
}
.middenSub {
	font-family: 'novel_sans_proregular';
	font-size: 18px;
	color: #061c2c;
	text-transform: uppercase;
	text-align: center;
	margin-top: 60px;
	margin-bottom: 15px;
}


.hardhats, .uwRek {
	padding: 0px;
}

.uwRek {
	margin-top: 30px;
}

.uwRek .col-md-6:first-child {
	padding-left: 0px;
}

.uwRek .col-md-6:last-child {
	padding-right: 0px;
}
.contactGrid .container, .custGrid .container, .subGrid .container {width: 100%;}
.meestText {margin-top: 0px;}
.faqTitle {
	font-family: 'novel_sans_proregular';
	font-size: 18px;
	color: #a79f8a;
	text-transform: uppercase;
	margin-top: 45px;
}
.faqPad {padding-top: 85px;}
.faqSub {
	font-family: 'novel_sans_proregular';
	font-size: 14px;
	color: #061c2c;
	margin-top: 20px;
}
.faqSub:hover{opacity: 0.8;transition: all 0.3s;}
.eindeFooter {
	background-color: #b9b2a1;
}
.faqSub2 {
	font-family: 'novel_sans_proregular';
	font-size: 14px;
	color: #061c2c;
	text-transform: uppercase;
	margin-top: 20px;
}
.faqSub2:hover{opacity: 0.8;transition: all 0.3s;}
.eindeFooter {
	background: #b9b2a1;
}

.footerBoven {
	border-bottom: 1px solid #a79f8a;
	margin-top: 28px;
	padding: 0px;
}

.footerBoven ul {
	margin-bottom: 20px;
}

.footerBeneden {
	margin-top: 28px;
	padding: 0px;
}

/*.footerBoven .col-md-3:first-child, .footerBeneden .col-md-3:first-child {
	padding-left: 0px;
}

.footerBoven .col-md-3:last-child, .footerBeneden .col-md-3:last-child {
	padding-right: 0px;
}*/

.footerHead {
	font-family: "novel_sans_probold";
	font-size: 15px;
	color: #ffffff;
	text-transform: uppercase;
	margin-top: 0px;
	margin-bottom: 8px;
}

.footerText {
	font-family: "novel_sans_proregular";
	font-size: 12px;
	color: #000000;
	/*text-transform: uppercase;*/
	line-height: 1.7;
	font-weight:bold;
}
.footerItem{color:#000!important;}
.footerTextSmall{font-weight:normal!important;color:#000;}
.footerTextSmall a{color:#000!important;font-weight:normal!important;}

a .footerText:hover {
	text-decoration: none !important;
	color: #a79f8a;
}
.productCol .col-md-12, .productCol .col-md-6 {padding-left: 0px;}
.confBen {
	font-family: "novel_sans_prosemibold";
	font-size: 20px;
	color: #061c2c;
	text-transform: uppercase;
	margin-top: 23px;
}

.eindeSocial {
	padding: 0px;
	margin-bottom: 5px;
	margin-top: 45px;
}

.eindeSocial .col-md-3:first-child {
	padding-left: 0px;
}

.eindeSocial .col-md-3:last-child {
	padding-right: 0px;
}

.bottomText {
	font-family: "novel_sans_proregular";
	font-size: 10px;
	color: #000000;
	margin: 0px;
	text-transform: uppercase;
}

.socialIcons li {
	display: inline-block;
}

.socialIcons li span {
	color: #0e1c2b;
}

.socialIcons li a .fa {
	font-size: 24px;
}

.socialBottom {text-align: right;margin:0;}

.socialBottom li {
	float: right;
	margin-left: 2px;
}

.socialBottom li a, .socialBottom li {
	font-family: "novel_sans_proregular";
	font-size: 10px;
	color: #000000;
	text-transform: uppercase;
}

.dividerBottom {
	display: inline-block;
	width: 2px;
	height: 25px;
	background-color: #ffffff;
	margin-top: 3px;
}
.uwvraag {margin-top: 50px;}
.bekijkMeer {border: none;background-color: #cac5b9;color: #061c2c;font-family: "novel_sans_proregular";font-size: 12px;text-transform: uppercase;padding: 11.5px 15.2735px;}
.contactGrid .umb-grid .col-md-12 {padding-left: 0px;}
.contactGrid .col-md-3 {border-left: 1px solid #a79f8a; padding-left: 30px;margin-left:-1px;}
.contactGrid .col-md-9 {border-right: 1px solid #a79f8a;}
.loanBtn {border: none;background-color: #cac5b9;color: #061c2c;font-family: "novel_sans_proregular";font-size: 18px;text-transform: uppercase;padding: 11px 22.922px;margin-top: 5px;}
.contactGrid {margin-bottom: 115px;}
.grijzeachtergrond {background-color: #f1efec;min-height: 450px;}
#map {width:;height:530px;}
.custGrid .col-md-7 {padding-right: 0px;min-height: 450px;}
.custGrid .col-md-5 {padding-left: 0px;}
.custGrid .col-md-6 {margin-top: 15px;}
.custGrid {margin-top: 47px;}
.cfInput {width: 100%;padding: 6.5px 5px; border: 1px solid #b9b2a1;}
.cfInput2 {padding: 6.5px 5px; border: 1px solid #b9b2a1;height: 53px;margin-right:15px;font-size:18px;margin-bottom:15px;}
.afInput {width: 100%;display: inline-block;padding: 15.5px 0px; border: 1px solid #b9b2a1;}
.cfText {min-height: 194px;resize: vertical;}
.emailA {display: none;}
.cf .col-md-7 {padding-left: 0px;padding-right: 0px;}
.cf .col-md-5 {padding-left: 0px;padding-right: 0px;}
.cf .col-md-11 {padding-left: 0px;padding-right: 0px;}
.cf .col-md-6 {padding-left: 0px;padding-right: 10px;margin-bottom: 18px;}
.cf .col-md-3, .cf .col-md-12 {padding-left: 0px;padding-right: 0px;}
.control-label {font-family: 'novel_sans_proregular';font-size: 11px;color: #061c2c;text-transform: uppercase;font-weight: bold;}
.ctaLab {font-family: 'novel_sans_proregular';font-size: 11px;color: #000000;text-transform: uppercase;font-weight: normal;}
.pagediv {margin-bottom: 40px;}
.ctadiv {margin: 0px 0px;background-color: rgba(241, 239, 236, 1);}
.custGrid {margin-bottom: 67px;}
.cFF {min-height: 37px;}
.buttonC {border: none; padding: 11px 20px;border-radius: 0px; background-color: #b9b2a1;font-family: 'novel_sans_proregular';font-size: 13px;color: #061c2c;text-transform: uppercase;font-weight: bold;}
.ctaBtn {width: 100%; border: none; padding: 11px 20px;border-radius: 0px; background-color: #b9b2a1;font-family: 'novel_sans_proregular';font-size: 13px;color: #061c2c;text-transform: uppercase;font-weight: bold;}
.buttonA {margin-top:-3px;display:inline-block; width:100%;border: none; padding:14px 22.922px;border-radius: 0px; background-color: #b9b2a1;font-family: 'novel_sans_proregular';font-size: 18px;color: #061c2c;text-transform: uppercase;font-weight: bold;}
.flexButton {display: flex; justify-content: flex-end;}
.afk {display: inline-block;width: 80%;}
.afc {display: inline-block;width: 19%;}
.logoklein {width:150px;margin-top:7px;}
.faqGrid .col-md-3 {border-left: 1px solid #a79f8a; padding-left: 30px;margin-left:-1px;margin-top: 105px;}
.faqGrid .col-md-9 {border-right: 1px solid #a79f8a; padding-right: 30px;}
.subGrid .col-md-9 {padding-right: 30px;}
#faqTop {
  display: block;
  position: relative;
  z-index: 99;
  border-radius: 0px;
  border: none;
  outline: none;
  /*background-color: #061c2c;
  color: white;*/
  cursor: pointer;
  /*padding: 15px;*/
  border-radius: 10px;
  font-family: 'novel_sans_proregular';
  text-transform: uppercase;
  margin-top: 15px;
}
#faqTop:hover {
	opacity: 0.8;
	color: #000000;
}
/*.ctaStyle {background: url(../img/ctaback_gray.jpg);background-repeat: no-repeat;background-position: center;padding:0px;}*/
/*.ctaStyle {background: url(../img/logoTrusticon.png);background-repeat: no-repeat;background-position: center;background-size: contain; padding:0px;}*/
.ctadiv .container {padding: 20px;}
.ctadiv .column {margin-bottom: 25px;}
.ctaSub {
	font-family: 'novel_sans_proregular';
	font-size: 24px;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
}
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input {display:none;}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
.cfCheck {margin-left: 20px !important;}
.modal-open .navbar-fixed-top, .modal-open .navbar-fixed-bottom {padding-right: 17px;transition: 0s;}

/*modal*/
.thismodal {
	/*background: url(../img/popupbackground.png) !important;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;*/
	background-color: #b9b2a1;
	color: #ffffff;
}
.modal-dialog {margin-top: 300px !important;}
.modal-fullscreen {
  background: transparent;
  z-index: 9999999999999999;
}
.modal-fullscreen .modal-content {
  background: transparent;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.modal-backdrop.modal-backdrop-fullscreen {
  background: #ffffff;
}
.modal-backdrop.modal-backdrop-fullscreen.in {
  opacity: .97;
  filter: alpha(opacity=97);
}
.modal-body {background-color:  #f1efec;min-height: 140px;border-radius: 10px;}
.modal-header {
	border-bottom: 0;
}

.modal-content {
	width: 100% !important;
	/*max-width: 1080px !important;*/
}

#closepopup {
	color: #000000;
	font-size: 60px;
	font-weight: bold;
	float: right;
	opacity: 0.7;
}

#closepopup:hover {
	opacity: 1;
}
.zoekk {display: flex;justify-content: center;}
.zoekzoek{margin-top: 34.5px}
.searchmarg input {font-size: 20px;padding:5px 12px;height: 41px;}
.searchmarg .input-group {width:400px;}
.search-icon {font-size: 20px;}
.searchmarg .form-control, .searchmarg .search-button-color {
    border-color: gray !important;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6)!important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6)!important;
}
.searchBreadcrumb li {display: inline;}
.breadcrumbcolor {font-family: 'novel_sans_proregular';color: #a79f8a;text-transform: uppercase;}
.searchText {font-family: 'novel_sans_proregular';color: #000000;font-size: 18px;}
.searchBtn {border:none;background:none;float: right;height: 35px;margin-left: 0px;}
#pophover {
	opacity: 0.7;
	transition: all 0.2s;
	background-color: rgba(255,255,255,0.5);
}

#pophover:hover {
	opacity: 1;
}

/* .modal-fullscreen size: we use Bootstrap media query breakpoints */

.modal-fullscreen .modal-dialog {
  margin: 0;
  margin-right: auto;
  margin-left: auto;
}
 /* width: 100%;
}
@media (min-width: 768px) {
  .modal-fullscreen .modal-dialog {
    width: 340px;
  }
}
@media (min-width: 992px) {
  .modal-fullscreen .modal-dialog {
    width: 480px;
  }
}
@media (min-width: 1200px) {
  .modal-fullscreen .modal-dialog {
     width: 600px;
  }
}*/

#menuToggle {
    margin-top: 27px;
    float: right;
    cursor: pointer;
}

.show {
	display:block;
}

.faqSearch {margin-bottom: 50px;}
.zoek2 {margin-bottom: 60px;}
.notificationOk {font-family: 'novel_sans_proregular';color: #a79f8a;text-transform: uppercase;color: #339933;}
.notificationNotOk {font-family: 'novel_sans_proregular';color: #a79f8a;text-transform: uppercase;color: #cc0000;}
.grid-section p, .grid-section li {font-family: 'Lato-Light'; !important;font-size: 18px !important;}
.grid-section h3 {font-weight: bold !important;}
.navbar-collapse.in {
    overflow-y: auto;
    background-color: #fff !important;
}
#hulp{
height: 35px;
border-radius: 0px;
}

.validation-summary-errors ul {
	list-style:none;
	padding-left:0;
	margin-left:0;
}
.field-validation-error {color: #cc0000 !important;}
.persB {background-color: #b9b2a1;}
.persB .container {padding-top: 80px;padding-bottom: 50px;}
.persB h3 {color: #000000;font-size: 30px;margin-top: 0px;}
.persB h4 {margin-bottom: 25px;font-size: 20px;font-family: 'novel_sans_proregular' !important;}
.persB figcaption {text-align: center;margin-top: 10px;}
.persB p {font-family: 'novel_sans_proregular';font-size: 16px;}
.perswrap .caption {font-style: italic;font-size: 13px !important;margin-top: 10px;text-align: center;}
.persBtn {
	border: none; 
	padding: 5px 20px;
	border-radius: 0px; 
	background-color: #b9b2a1;
	font-family: 'novel_sans_proregular';
	font-size: 13px;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: bold;
	border-radius: 4px;
}
.persBtn2 {  
	display: block;
	position: relative;
	z-index: 99;
	border-radius: 0px;
	border: none;
	outline: none;
	/*background-color: #061c2c;*/
	color: #000000;
	cursor: pointer;
	/*padding: 15px;*/
	border-radius: 10px;
	font-family: 'novel_sans_proregular';
	text-transform: uppercase;
	margin-top: 15px;
}
.persBtn2:hover {
	opacity: 0.8;
	color: #000000;
}
.persB h3:hover {
	text-decoration: none !important;
	color: #a79f8a;
	transition: all 0.5s;
}
.newsKop {
	margin-top: 0px;
	font-family: 'novel_sans_proregular';
	font-size: 17px;
	color: #a79f8a;
	text-transform: uppercase;
}
.videoBanner iframe {width: 100%;}
.homePart .col-md-12, .mediaMarg {margin-bottom: 50px;}
.newsKop2 {
	margin: 20px 0px 10px 0px;
	font-family: 'novel_sans_proregular';
	font-size: 17px;
	color: #a79f8a;
	text-transform: uppercase;
}
.tekstLink li {
	font-family: 'novel_sans_proregular';
	font-size: 14px;
	color: #a79f8a;
	text-transform: uppercase;
}
.tekstLink li:hover, .newsKop:hover, .newsKop2:hover {opacity: 0.8;}
.mediawrap p {font-family: 'Lato-Light';font-size: 15px;line-height: 20px;}
.mediawrap button .fa {display: none !important;}
.mediawrap iframe {width: 100%;}
.mediahelper .col-md-6 {min-height: 170px;}
.html5-endscreen, .ytp-pause-overlay, .videowall-endscreen {display: none !important;}
#play_vid .youtubeBtn {position:absolute;width:10%;left:45%;bottom:45%;}
#play_vid .youtubeBtn:hover {cursor: pointer !important;opacity: 0.8;transition: all 0s;}
.mediaberichthulp p {font-family: 'novel_sans_proregular';font-size: 18px;}
.kopje {margin-bottom: 40px;}
.toch {margin-top: 15px;}
.mediawrap h3 {color: #061c2c;}
.teruglink {text-transform: uppercase;font-family: 'novel_sans_proregular';color: #b9b2a1;}
.mediaberichthulp p {font-family: 'Lato-Light';}
#homeIB{color:#fff;
	/*background-image:url('/media/17202/ib_background.jpg');*/
	  background-position: center center;
	  background-repeat: no-repeat;
	  background-color: #b9b2a1;
background-size:cover;}
#homeIB h3{color:#fff;}
#homeIB a{color:#000;}
#homeIB a:hover{color:#fff;}
#ibGeneric{position:absolute;right:0;top:10px;text-align:right;padding-right:20px;color:#b9b2a1;text-transform:uppercase;font-size:13px;font-family: 'novel_sans_proregular';}
#ibGeneric a{color:#b9b2a1;}
#ibGenericLabel{}
#ibGeneric .btn{padding-top:0;border-top:0;}
/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	#ibGeneric{position:relative;text-align:left;padding-right:0;font-size:10px;}
	#ibGeneric .btn{font-size:10px;padding-top:6px;padding-left:6px;padding-right:6px;}
}

.colorBlock{padding:20px;background:#f0efec;}
.breadcrumb{background:transparent!important;font-family:'Lato'!important;}
.breadcrumb .divider{background:transparent!important;}
.breadcrumb a{color:#a79f8a!important;font-family:'Lato'!important;}
.breadcrumb > .active {color:#000;}

.footerText ul{margin-bottom:5px;}