/* Header stripes

.edgtf-page-header .edgtf-menu-area {
  background-image: url(wp-content/uploads/Kordaat-Header-BG-Stripe.png);
  background-repeat: no-repeat;
  background-position: center center;
}

@media only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2) {
  
  .edgtf-page-header .edgtf-menu-area {
  background-image: url(wp-content/uploads/Kordaat-Header-BG-Stripe2x.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100px;
}
  
  .edgtf-mobile-header .edgtf-mobile-header-inner {
  background-image: url(wp-content/uploads/Kordaat-Header-BG-Stripe2x.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 60px;
}
}

*/

/* Logo Scaled 

.edgtf-page-header .edgtf-logo-area .edgtf-logo-wrapper a, .edgtf-page-header .edgtf-menu-area .edgtf-logo-wrapper a {
  max-height: 95px !important;
  height: 95px !important;
}
*/

/* Footer */

.edgtf-footer-bottom-holder {
  background-image: url(wp-content/uploads/Kordaat-Footer-BG-Stripe.png);
  background-repeat: no-repeat;
  background-position: center center;
}

@media only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2) {
  
.edgtf-footer-bottom-holder {
  background-image: url(wp-content/uploads/Kordaat-Footer-BG-Stripe2x.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100px;
}
}


.edgtf-page-footer .widget .edgtf-widget-title {
color: #dd941b;
}



.edgtf-page-footer .edgtf-footer-bottom-holder .edgtf-footer-bottom-inner {
border:none;
}


/* Vaantje 
.edgtf-ribbon-content {
	display: block !important;
}*/

.edgtf-ribbon {
  background: #dd941b;
  border:none;
}

.edgtf-ribbon-title {
	font-size: 35px;
  line-height: 30px;
	margin: 10px 0;
}

.edgtf-ribbon-content .textwidget {
	color: white;
  font-weight: bold;
}

.edgtf-ribbon .edgtf-ribbon-opener .edgtf-ribbon-title {
	color: white;
}
.edgtf-ribbon:after, .edgtf-ribbon:before {
	border:none;
}

@media only screen and (min-width: 1200px) {

.man {
  background-image: url(wp-content/uploads/Kordaat-Brouwer.png?id=228) !important;
	background-position: 320px 45px !important;
  background-repeat: no-repeat !important;
  background-size: 410px !important;
  }
}

