.header .logo {
	width: 310px;
	position: relative;
    top: 10px;
}
.header .logo img {
	width: 310px;
}
.navigation {
	position: relative;
	top: -30px;
	float: right;
	width: 50%;
	margin-bottom: 0;
}
.navigation a.link.language {
	font-weight: 400;
	color: #e3f1f8;
	
}
.navigation a.link.login::before {
	font-weight: 400;
	color: #e3f1f8;
	background-color: #69b6e4;
	background-image:  url('icon-lock.png');

}
.slider_content_text {
	
}


h2 {
	font-size: 25px;
	padding-bottom:20px;
}
/* main text */
.main-content-container {
	padding-right:0;
}
.side-content-container {
	padding-left: 0;
}
.filiaal-overzicht-intro {
	font-weight: bold;
	padding-bottom: 0px;
}
.block-main .teasers {
	margin: 0;
	padding:0;
	
}
.block-main .teaser {
	float: left;
	clear: none;
	width: 32.5%;
	margin-bottom: 15px;
	padding:  0;
	min-height: 270px;
	border: 1px solid #bad6e6;
	margin: 5px 1% 5px 0;
}
/* ieder eerste element */

.block-main .teaser:nth-child(3n+1) {
	clear: both;
}
/* ieder derde element */
.block-main .teaser:nth-child(3n) {
	margin-right: 0;
}

.block-main .teaser:nth-child(3n+1) {
	clear: both;
}
.block-main .teaser:hover {
	background-color: #eef7fc;
}
.block-main .image-container img{
	width: 100%;
}
.block-main .text-container {
	padding:15px;
	font-size: 10px;
}
.block-main .text-container .filiaal-introtekst {
	font-size: 12px;
}
.block-main .text-container p {
	font-size: 10px;
}
.block-main  .city {
	position: relative;
	top: -5px;
	color: #348dd1;
}
/* sidebar */
.teaser.teaser_widget {
	float: none;
}

.teaser.teaser_widget h3.nieuws {
	border-bottom: 1px solid #bad6e6;
	max-height:50px;
}
.teaser.teaser_widget .date {
	color: #6ea4c3;
	padding: 7px 0;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
}
.teasers {
    margin-left: -10px;
}


/* ----- FILIALEN ONLY -----*/
.visual .slide_bar .prev,
.visual .slide_bar .next  {
	display: none;
	
}
.visual .visual_img.current {
	z-index: 200!important;	
}
.visual .slide_bar {
	z-index: 201!important;	
}
.header .container.skrollable {
	z-index: 900!important;			
}

.vestiging_detail .inner {
	font-size: 12px;
}
.vestiging_detail .inner a{
	color: #FFF;
}

.sidebar-block {
	border-bottom: 1px solid #bad6e6;
	padding-bottom: 15px;
	margin-bottom: 30px;
}
.sidebar-block img {
	width: 100%;	
}
.sidebar-block iframe {
	width: 100% !important;	
}
.pdf-btn,
.google-maps-btn {
	position: relative;
	top: 10px;
	display:inline-block;
	padding: 6px 12px 6px 28px;
	border-radius: 3px;
	text-decoration: none;
	color: #281e64;
	font-size: 10px;
	text-transform: uppercase;
	background: rgba(255,255,255,0.2) url('map-24.png') left top no-repeat;	
	box-shadow: 1px 1px 2px 1px #3664B7;
	-webkit-box-shadow: 1px 1px 2px 1px #3664B7;
	-moz-box-shadow: 1px 1px 2px 1px #3664B7;
	-o-box-shadow: 1px 1px 2px 1px #3664B7;
}
.pdf-btn {
	margin-left: 3px;
	background: rgba(255,255,255,0.2) url('pdf-24.png') left top no-repeat;	
}

.google-maps-btn:hover {
	text-decoration: none;
	background: rgba(255,255,255,0.5) url('map-24.png') left top no-repeat;	
}
.pdf-btn:hover {
	text-decoration: none;
	background: rgba(255,255,255,0.5) url('pdf-24.png') left top no-repeat;		
}

.sidebar-block h3 {
	margin-top: 15px;
	margin-bottom: 15px;
}
.cycle-slideshow-container {
	position: relative;
	width: 100%;
	margin: 20px auto 40px auto;
	padding: 0;
	position: relative;
	background: url(http://malsup.github.com/images/spinner.gif) 50% 50% no-repeat;	
	overflow:hidden;
}
.cycle-slideshow-container img {
	width: 100%;
}
#adv-custom-caption {
	text-align:center;
	color: #281e64;
	padding-top: 5px;
	font-weight: 800;
	font-size: 11px;
}
.nieuws-item {
	padding-bottom: 25px;
}
.nieuws-item .date {
	color: #6ea4c3;
	    padding: 7px 0;
	    font-size: 12px;
	    font-weight: bold;
}
@media screen and (max-width: 600px) {

	.main-content-container {
		padding-left: 10px;
		padding-right: 10px;
	}
	.block-main .teaser {
		width: 100%;
		float: none;
		margin: 10px 0;
	}
	.block-main .teaser h3 {
		padding-left: 0;
	}
	.block-main .teaser .leesmeer {
		margin-left: 0;
	}
}

