/* De Omwentelaars MAIN CSS */
@font-face {
	font-family:"Open Sans Regular";
	src:url("/fonts/OpenSans-Regular.woff2") format("woff2"),
		url("/fonts/OpenSans-Regular.woff") format("woff"),
		url("/fonts/OpenSans-Regular.otf") format("opentype");
	font-style:normal;font-weight:400;
    font-display: fallback;	
}
@font-face {
	font-family:"Open Sans Bold";
	src:url("/fonts/OpenSans-Bold.woff2") format("woff2"),
		url("/fonts/OpenSans-Bold.woff") format("woff"),
		url("/fonts/OpenSans-Bold.otf") format("opentype");
	font-style:normal;font-weight:400;
    font-display: fallback;
}

@font-face {
	font-family:"Source Sans Pro Black";
	src:url("/fonts/SourceSansPro-Black.woff2") format("woff2"),
		url("/fonts/SourceSansPro-Black.woff") format("woff"),
		url("/fonts/SourceSansPro-Black.otf") format("opentype");
	font-style:normal;font-weight:400;
    font-display: fallback;
}
		

html 
{
    width: 100%;
    height: 100%;
    padding: 0px;
    margin: 0px;
}
body
{
	min-width: 240px;	
	
	overflow-x: hidden;
	overflow-y: auto;
	    
    width: 100%;
    height: 100%;
    padding: 0px;
    margin: 0px;
	
	font-family: 'Open Sans Regular';
	font-size: 16px;
	color: #585757;
}

h3
{
	font-family: 'CeraPro-Regular', sans-serif;
	color: #333333;
	font-size: 18px;
	font-weight: normal;
}

a {
	text-decoration: none;
	color: #85ae53;
}
a:hover {
	text-decoration: none;
	color: #588224;
}

::placeholder { /* Most modern browsers support this now. */
   color:  #ccc !important;
}


#site {
    width: 100%;
    height: 100%;
}
#menubar {
	display: inline-block;
	width: 980px;
	text-align: left;
	vertical-align: top;
}
#logo {
	height: 120px;
	margin-top: 30px;
	margin-bottom: 30px;
}
#menu {
	height: 40px;
	display: inline-block;
	vertical-align: top;
	margin-top: 21px;
}
#topmenu {
	height: 40px;
	display: inline-block;
	vertical-align: top;
	margin-top: 5px;
}

#menuline {
	background-color: #cae2c8;
	height: 2px;
	width: 100%;
}


.maincontent {
	margin-top: 30px; 
	margin-bottom: 70px;
}

#footermenuholder {
	background-color: #ededed;
	padding-top: 50px;
	padding-bottom: 50px;
}
#footermenu {
	background-color: #ededed;
	width: 980px;
	text-align: left;
}
#footer {
	width: 980px;
	height: 74px;
}
#footerRealisatie {
	height: 100%; 
	margin-right: 50px; 
	display: inline-block;
	font-size: 14px;
	margin-top: 10px;
}
#logolimburg {
	height: 50px;
	margin-top: 12px;
}

.titel {
	font-family: 'Source Sans Pro Black';
	text-transform: uppercase;
	font-size: 30px;
	color: #abd18c;
	margin-bottom: 20px;
	line-height: 35px;
}


.footerlink, .footerlink:visited, .footerlink:hover {
	text-decoration: none;
	color: #000000;
}
.socialicon {
	font-size: 30px;
	margin-right: 10px;
	margin-top: 10px;
	color: #85ae53;
}
.socialicon:hover {
	color: #588224;
}

.footertitle {
	font-family: 'Source Sans Pro Black';
	text-transform: uppercase;
	font-size: 18px;
	color: #85ae53;
}

#nieuwsbriefveld {
	width: 80%;
	height: 32px;
	margin-top: 20px;
	border-radius: 10px;
	outline: none;
	border: 0px;
	padding: 5px;
	font-size: 14px;
	padding-left: 20px;
	padding-right: 20px;
}
#nieuwsbriefknop {
	margin-top: 20px;
	margin-right: 20%;
	-webkit-appearance: none;
	width: 40%;
	height: 32px;
	background-color: #6c6c6c;
	border: 2px solid #ffffff;
	border-radius: 10px;
	color: #ffffff;
	font-size: 14px;
	cursor: pointer;
	float: right;
	margin-bottom: 20px;
}





#dienstenheaderholder {
	background-image: url('/images/header-bg.png');
	background-color: #85ae53;
	width: 100%;
	height: 250px;
}
#dienstenheader {
	width: 980px;
	height: 100%;
	color: #ffffff;
}
#dienstentitel {
	font-size: 40px;
	margin-top: 45px;
	display: inline-block;
	width: 100%;
}
#dienstzoekveld {
	width: 500px;
	height: 50px;
	margin-top: 20px;
	margin-right: 10px;
	border-radius: 10px;
	outline: none;
	border: 0px;
	padding: 5px;
	font-size: 18px;
	padding-left: 20px;
	padding-right: 20px;
	color: #585757;
}
#dienstzoekknop {
	-webkit-appearance: none;
	width: 100px;
	height: 50px;
	background-color: #6c6c6c;
	border: 2px solid #ffffff;
	border-radius: 10px;
	color: #ffffff;
	font-size: 14px;
	cursor: pointer;
}
#dienstenbladeren {
	margin-top: 10px;
	margin-left: 230px;
	display: inline-block;
	text-decoration: none;
	color: #ffffff;
}

#infobloktitel {
	margin-top: 50px;
}
#infoblok {
	display: inline-block;
	background-color: #f2f2f2;
	width: 100%;
	text-align: center;
}
#infoblokbody {
	display: inline-block;
	width: 90%;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: left;
}

.infobloktab {
	display: inline-block;
	background-color: #f2f2f2;
	width: 90%;
	height: 36px;
	padding-top: 10px;
	color: #ffffff;
	text-align: center;
	font-size: 18px;
	cursor: pointer;
	user-select: none;
}
.infoblokactief {
	background-color: #85ae53;
}
#tab1kort {
	display: none;
}



.titelblok {
	font-family: 'Source Sans Pro Black';
	text-transform: uppercase;
	font-size: 40px;
	color: #abd18c;
}


.nieuwsitem {
	display: inline-block;
	width: 100%;
	margin-bottom: 50px;
}
.title {
	font-size: 22px;
	text-decoration: none;
	color: #585757;
}
.subtitle {
	font-size: 12px;
	text-decoration: none;
	color: #585757;
}
.datetext {
	font-size: 12px;
	text-decoration: none;
	color: #585757;
}
.more {
	text-decoration: none;
	color: #585757;
	margin-top: 10px;
}
.afbeeldingintekst {
	display: none;
}
.afbeeldingrechts {
	width: 20%; 
	display: inline-block; 
	vertical-align: top;
}
.nieuwstekst {
	width: 55%; 
	display: inline-block; 
	vertical-align: top; 
	margin-left: 4%; 
	margin-right: 4%;
}
.nieuwsorgicoon {
	width: 15%; 
	display: inline-block; 
	vertical-align: top;
}
.bijlage {
	display: inline-block;
	margin-left: 10px;
}

.social {
	width: 30px;
}
.social {
	width: 30px;
	margin-bottom: 3px;
}
.social-disabled {
	opacity: 0.3;
}

.icon404 {
	font-size: 40px;
}


.beheersubmenu {
	display: inline-block; 
	color:#ccc; 
	margin-left: 10px;
}



@media screen and (max-width:1035px){
	#dienstenheader {
		max-width: 670px;
		width: 85%;
	}
	#dienstzoekveld {
		width: 70%;
	}
	#dienstzoekknop {
		width: 15%;
		min-width: 60px;
	}
	#dienstenbladeren {
		margin-left: 10px;
	}
	#dienstentitel {
		font-size: 25px;
	}
	.infobloktab {
		font-size: 16px;
	}
}
@media screen and (max-width:640px){
	.infobloktab {
		font-size: 12px;
	}
	#tab1kort {
		display: block;
	}
	#tab1lang {
		display: none;
	}
	.afbeeldingintekst {
		display: block;
	}
	.afbeeldingrechts {
		display: none;
	}
	.nieuwstekst {
		width: 75%;
	}
}
@media screen and (max-width:360px){
	.infobloktab {
		font-size: 10px;
	}
}

.datumtijd
{
	margin-bottom: 15px;
}
.datumtijd_header
{
	background-color: #abd18c;
	text-align: center;
	color: #fff;
	padding-top: 5px;
	padding-bottom: 5px;
}
.datumtijd_content
{
	text-align: center;
	font-size: 30px;
	border-left: 1px solid #ededed;
	border-right: 1px solid #ededed;
	border-top: 1px solid #ededed;
	padding-top: 5px;
	padding-bottom: 5px;
}
.datumtijd_footer
{
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	color: #999;
	font-size: 10px;
}
.datumtijd_sub
{
	background-color: $fff;
	text-align: center;
	color: #fff;
	padding-top: 5px;
	padding-bottom: 5px;
	border-left: 1px solid #ededed;
	border-right: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
}

.newsimage {
	width: 100%;
	background: no-repeat center center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	
	margin-bottom: 20px;;
}
.newsimage:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.omwmenuimage {
	position: absolute;
	top:0px; 
	left:0px;
	border: solid 1px #efefef;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	background: no-repeat center center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
    display: inline-block;
}




.omwimage {
/*
	border: solid 1px #efefef;
*/
	border-radius: 50%;
	width: 100%;
	background: no-repeat center center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	
	margin-bottom: 20px;;
}
.omwimage:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.reacties_header {
	font-size: 12px;
	width: 100%;
}
.reacties {
	margin-top: 10px;
	width: 100%;
}
.togglebutton {
	margin-bottom: 10px;
	margin-right: 10px;
	width: 180px !important;
	height: 40px !important;
}


.card-deck {
  margin: 0 -15px;
  justify-content: space-between;
}

.card-deck .ocard {
  margin: 0 0 1rem;
}

.page-item a, .page-item a:hover {
	color: #85ae53;
}
.pagination .active a {
    color: #ffffff;
    cursor: default;
	background-color: #85ae53 !important;
	border-color: #85ae53 !important;
}

#call2action {
	background-color: #ededed;
	text-transform: uppercase;
	font-size: 16px;
	height: 35px;
	padding-top: 6px;
	text-align: center;
	font-weight: bold;
	border-bottom: 1px solid #85ae53;
}

.omwlistimage {
	margin-right: 20px;
	border: solid 1px #efefef;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	background: no-repeat center center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
    display: inline-block;
}


@media (min-width: 576px) and (max-width: 767.98px) {
  .card-deck .ocard {
    -ms-flex: 0 0 48.7%;
    flex: 0 0 48.7%;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .card-deck .ocard {
    -ms-flex: 0 0 32%;
    flex: 0 0 32%;
  }
}

@media (min-width: 992px)
{
  .card-deck .ocard {
    -ms-flex: 0 0 24%;
    flex: 0 0 24%;
  }
}





@media screen and (max-width:1035px){
	#menubar {
		max-width: 670px;
		width: 85%;
	}
	#menu {
		display: none;
	}
	#topmenu {
		display: none;
	}
	#footermenu {
		max-width: 670px;
		width: 85%;
	}
	#footer {
		max-width: 670px;
		width: 85%;
	}
	#footerRealisatie {
		height: 20px; 
	}
	.titel {
		font-size: 25px;
	}

}






