body{
	font-family: "pt-sans";
}

.header{
	overflow: auto;
	position: relative;
	width: 100%;
	min-height: 400px;
}

.main_menu{
	width: 100%;
	height: 50px;
	  background-color: rgba(83,83,83,0.7);
	margin-top: 40px;
	  z-index: 12;
	position: fixed;
	left: 0;
}

.header_image{
  width: 100%;
  background-size: contain;
  background-attachment: fixed;
  background-position: top center;
  height: 400px;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -99;
  background-repeat: no-repeat;
}

.headercontainer{
	width: 940px;
	margin: 0 auto;
}

.quote{
	float: right;
	width: 400px;
	height: 180px;
	box-sizing: border-box;
	background-color: rgba(255,255,255,0.8);
	padding: 15px;
	opacity: 0.9;
	margin-top: 160px;
	font-size: 20px;
	color: #646363;
	font-family: "pt-sans";
	line-height: 30px;
	
	animation-name: loadQuote;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
    animation-duration: 0.6s;
	
	-webkit-animation-name: loadQuote;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-in;
    -webkit-animation-duration: 0.6s;
}	

@keyframes loadQuote {
    0% {
        transform: translateY(-500px);
    }
    100% {
        transform: translateY(0);
    }
}

@-webkit-keyframes loadQuote {
    0% {
        -webkit-transform: translateY(-500px);
    }
    100% {
        -webkit-transform: translateY(0);
    }
}

.quote h2{
	  font-size: 15px;
	color: #61abd8;
	font-weight: normal;
	margin-bottom: 5px;
}

.quote p{
font-size:16px;
}
.main{
	height: 75px;
	position: relative;
	width: 100%;
}

.inhoud{
	float: left;
	width: 700px;
	margin-top: 122px;
	  margin-bottom: 40px;
}

.inhoud h1 {
  font-weight: bold;
  letter-spacing: -1px;
}

.inhoud ul{
	padding-left: 16px;
}

.inhoud p {
	margin-bottom: 25px;
	color: #646363;
	font-size: 16px;
	line-height: 20px;
}

.inhoud a {
  display: inline-block;
  background-color: #70afdb;
  height: 60px;
  line-height: 57px;
  color: #fff;
  text-decoration: none;
  padding: 0px 22px;
  font-size: 25px;
  font-weight: bold;
  margin-right: 12px;
  margin-top: 10px;
}

.inhoud a:last-child{ margin-left: 12px; }

.inhoud_img{
	float: left;
	clear: right;
	margin-top: 120px;
	  margin-bottom: 40px;
}

.inhoud_img img{
	margin-right: 20px;
}

#slider{
	width: 795px;
	margin: 0 auto;
	color: #646363;
}

#slider li {
  text-align: center;
  cursor: pointer;
}

#slidecontent{
  width: 100%;
  margin: 0 auto;
  border-top: 1px solid #70afdb;
  margin-top: 50px;
  padding-top: 18px;
  text-align: center;
  transition: all 1s ease 0s;
  color: #646363;
  float: left;
  height: auto;
}

#newscontent{
  width: 930px;
  margin: 0 auto;
  border-top: 1px solid #70afdb;
  margin-top: 50px;
  padding-top: 18px;
  text-align: center;
  transition: all 1s ease 0s;
  color: #646363;
  float: left;
}

#slider .current{ color: #70afdb; }

.bx-pager{ display: none; }

.slider_diensten{ float: left; margin-top: 45px;   width: 100%; } 

.slider_diensten h2{
	  text-align: center;
  font-size: 25px;
  color: #646363;
  font-family: "pt-sans";
  font-weight: normal;
  margin-bottom: 50px;
    width: 100%;
	 font-weight: bold;

}

.bx-prev{   margin-left: -86px; }
.bx-next{ margin-right: -86px; }

.dienstencontainer{
	width: 100%;
	height: 290px;
	background-color: #e5e5e5;
	position: relative;
}

.diensten{
	width: 940px;
	margin: 0 auto;
}

.logo{
	float: left;
	margin-top: 95px;
}

.logo img{
	max-width: 462px;
	width: 100%;
	margin-top: 25px;
}

span.slideControl {
	display: inline-block;
	width: 15px;
	height: 15px;
	background-color: #fff;
	border-radius: 15px;
	margin-left: 5px;
	cursor: pointer;
}

.slider-controls {
	position: absolute;
	right: 0px;
	top: 80px;
}

.banners {
  max-width: 940px;
  width: 80%;
  margin: 0 auto;
  display: flex;
  bottom: 20px;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}

.banner_holder {
	width: 23%;
	min-height: 209px;
	margin-right: 3%;
	position: relative;
}

.banner_content{
	background-color: #6babda;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 60px;
	overflow:hidden;
	opacity: 0.9;
	transition: all 0.5s ease 0s;
	color: #fff;
	font-size: 16px;
	font-family: "pt-sans";
	line-height: 100%;
	text-align: center;
}

.banner_content:hover{
	height: 100%;
}

.banners h2{
  height: 60px;
  line-height: 24px;
  font-family: "pt-sans";
  font-weight: bold;
  font-size: 1.563em;
  color: #ffffff;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 207px;
}

.banners .banner_description{   
  max-width: 187px;
  margin: 0 auto;
  padding-top: 5px; 
}

.banner_holder img{ max-width: 100%; }

.banners .noMarginRight{ float: right; margin-right: 0px; }

.banner_holder a img {
  margin-bottom: -3px;
}

.nieuws .lijst-item {
	float: left;
	width: 455px;
	height: 180px;
	overflow: hidden;
	border: 2px solid #70afdb;
	box-sizing: border-box;
	padding: 20px;
	color: #646363;
	font-size: 16px;
}

.nieuws .lijst-item h2 {
      font-size: 25px;
      line-height: 110%;
      margin: 5px 0px;
      height: 28px;
      white-space: nowrap;
      display: block;
      text-overflow: ellipsis;
      overflow: hidden;
}

.nieuws .lijst-item-left{ float: left; width: 140px; }
.nieuws .lijst-item-right{ float: right; width: 252px;   line-height: 22px; }

.nieuws .lijst-item img { max-width: 140px; }

.nieuws .lijst-item  a {
	width: 17px;
	height: 17px;
	display: inline-block;
	background: url(/pam/front/templates/standaard/grfx/readmore_1.png) no-repeat;
	cursor: pointer;
    margin-bottom: -4px;
    margin-left: 3px;
}

.nieuws .item_1{ margin-right: 30px;   margin-bottom: 30px; }
.nieuws .item_3{ margin-right: 30px; margin-bottom: 30px; background-color: #e5e5e5; border-color: #e5e5e5; }
.nieuws .item_2{ background-color: #e5e5e5; border-color: #e5e5e5; }
.nieuws .item_4 a, .nieuws .item_1 a{ background: url(/pam/front/templates/standaard/grfx/readmore_2.png) no-repeat; }

.nieuwsList {
	margin-top:50px;
	float:left;
	width:100%;
	text-align:center;
}

.nieuwsList ul li a {
	color:#646363;	
	text-decoration:none;
	height: 40px;
}

.nieuwsList .bx-viewport {
height: 34px!important;
}

.nieuwsList ul li a:hover {
	color:#70afdb;
}
.nieuwsList ul li {
    display: inline;
    float: left;
     width: 33%;
}

.nieuwsList h2 {
    text-align: center;
    font-size: 25px;
    color: #646363;
    font-family: "pt-sans"; 
	font-weight: normal; 
	margin-bottom: 50px;    
	width: 100%;
    font-weight: bold;
}
.nieuwsList .item_1{ margin-right: 30px;   margin-bottom: 30px; }
.nieuwsList .item_3{ margin-bottom: 30px; /* background-color: #e5e5e5; */ /* border-color: #e5e5e5; */ margin-right: 0px;}
.nieuwsList .item_2{ /* background-color: #e5e5e5; */ /* border-color: #e5e5e5; */ }
.nieuwsList .item_4 a, .nieuws .item_1 a{ background: url(/pam/front/templates/standaard/grfx/readmore_2.png) no-repeat; }
.nieuwsList .lijst-item {
	float: left;
	width: 283px;
	height: 179px;
	overflow: hidden;
	border: 2px solid #70afdb;
	box-sizing: border-box;
	padding: 20px;
	color: #646363;
	font-size: 16px;
	margin-right: 30px;
}

.nieuwsList .lijst-item img {
	width:140px;
}

.lijst-detail .lijst-item-right {
  float: right;
  width: 780px;
  margin-top: -3px;
}


.lijst-detail  h2 {
	font-size: 25px;
	line-height: 110%;
	margin: 5px 0px;
	color: #646363;
}

.lijst-detail p{ line-height: 20px; }


.paging_bar_bottom{
	float: left;
	clear: both;
	width: 100%;
	border-top: 2px solid #70afdb;
	padding-top: 15px;
}

.paging_bar_bottom a.paging_link, .paging_bar_bottom .paging_text {
  background-color: #d7e9f5;
  height: 20px;
  width: 100px;
  text-align: center;
  font-size: 13px;
  text-decoration: none;
  color: #646363;
  line-height: 20px;
  display: inline-block;
    float: right !important;
	margin-left: 20px;
}

.googleLinks{ margin-top: 0px !important; }

	.contactformulier .FormValidatorFormulier {
  float: left;
  position: relative;
  width: 21px;
  height: 21px;
  margin-top: 16px;
}

	
	.contactformulier .notify_container_error {
	  right: -55px;
	}

/*mobile*/
@media only screen and (min-width : 320px) and (max-width : 759px) {
	/*header*/
	.banners{
		width: 100%;
		display: block;
		position: relative;
	}


#slider {
  left: -315px;
}

	
	.dienstencontainer{ 
		height:430px;
	}
	
	.nieuwsList {
		width:100%;
		float:left;
		margin-top:50px;
	}
	
	.nieuwsList .item_3{ display:none;}
	.nieuwsList .item_2{ display:none;}
	.nieuwsList .item_1 {
	  margin-right:0px;
	  /* margin-bottom: 30px; */
	  float: none!important;
	  margin: 0 auto!important;
	}
	
	.banner_holder{
		width: 100%;
		max-width: 220px;
		margin-bottom: 20px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 40px;
	}
	.logo{
		margin-top: 20px;
		margin-bottom: 20px;
		width: 80%;
		margin: 0 auto;
		float: none;
	}
	.headercontainer {
		height: auto;
		max-width: 100%;
	}
	
	.header_image {
		background-size: cover;
	}
	.quote {
	  width: 90%;
	  margin: 0 auto;
	  float: none;
	}
	/*einde header*/
	
	/*inhoud/main*/
	.inhoud_img {
		float: none;
		margin: 0 auto;
		width: 90%;
		/* text-align: center; */
		margin-top:120px;
	}
	.inhoud {
	  width: 90%;
	  margin: 0 auto;
	  float: none;
	  margin-top: 20px;
	}
	/*einde inhoud/main*/
	
	/*diensten slider */
	.diensten {
		width: 100%;
	}

	div#slidecontent {
		width: 90%;
		height: auto;
	}

	.bx-prev {
		margin-left: 0px;
	}

	.bx-next {
		margin-right: 0px;
	}
	/* Einde diensten slider */
	
	/*contactformulier*/
	.contactformulier {
		width: 90%;
		margin: 0 auto;
		float: none;
	}

	.contactformulier input[type="text"] {
		width: 100%!important;
		clear: both;
	}

	span.form_label_span_verplicht {
		float: left;
	}
	.contactformulier textarea {
		width: 100%!important;
		clear: both;
	}
	/*Einde contactformulier*/
	
	/* */
	.contactformulier input[type="button"] {
		margin-top:30px;
	}
	
	.nieuws .lijst-item {
		width: 100%;
		height: auto;
	}
	
	.nieuws .item_2 {
		  margin-bottom: 20px;
	}

	.nieuws .lijst-item-right {
		float: left;
		width: 100%;
	}
	
	.nieuws {
	  float: none;
	  width: 90%;
	  margin-top: 200px!important;
	  margin: 0 auto;
	}
	
	.nieuws .paging_bar_bottom .paging_link {
	  margin-bottom: 15px;
	}
	
	.logo img {
	  margin-top: 40px;
	  margin-bottom: 25px;
	}
	
	.contactformulier .notify_container_error {
	  right: -55px;
	}
	
	.contactformulier .FormValidatorFormulier {
  float: left;
  position: relative;
  width: 21px;
  height: 21px;
  margin-top: 16px;
}

.slider_diensten h2 {
	width:100%;
}

.bx-wrapper {
  float: none;
  margin: 0 auto;
}

#slidecontent {
	float:none!important;
	height: auto;
}

div#newscontent {
  width: 100%;
}

.quote h2{
	  font-size: 15px;
	line-height: 21px;
}

.quote p{
	line-height: 19px;
}

}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)  {
.bx-wrapper {
  float: none;
  margin: 0 auto;
}
.nieuwsList {
  margin-left: 60px;
  width:92%;
}

.bx-wrapper .bx-next {
  right: 60px;
}
  
.bx-wrapper .bx-prev {
  left: 60px;
}

.nieuwsList ul li {
  display: inline;
  float: left;
width:30%;
}

#newscontent {
	width:90%;
}

.nieuwsList h2 {

  width: 91%;
}


}