@charset "utf-8";
/* CSS Document *

/*-------------------------------------------------------------------------------------*/
/*GENERAL -----------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------*/

* {
	margin: 0;
}

html, body {
	padding:0px;
	margin:0px;
	height:100%;
}
body {
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	color:#494949;
	background: #ffffff;
	line-height: 22px;
}

body.popup {
	background-color:white; 
	background-image:none;
}

a {text-decoration:none;}
a:hover {text-decoration:underline;}
a:active {text-decoration:none; background:none;}

img {max-width:100%;}

.wrapper {
	min-height: 100%;
	height: auto !important; 
	height: 100%;
	margin: 0 auto -160px; 
}

.push {
	height:160px;
}

.back-to-top {
	width:44px;
	height:44px;
	position:fixed;
	bottom:55px;
	right:45px;
	line-height:44px;
	text-align:center;
	opacity:0;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
	cursor:pointer;
}
.back-to-top.show {
	opacity:1;
}

.back-to-top::before {
	content: "\f077";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    font-size: 15px;
    color: #fff;
    width: 100%;
}

/*-------------------------------------------------------------------------------------*/
/*HEADER ------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------*/

header .logo {
	display: block;
	position: absolute;
	right: 85px;
	top: 70px;
	background: #fff;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}

header .sticky .logo {
	opacity:0;
}

header .logo img {
	max-width: 100%;
	width: 250px;
}

header .quick-menu {
	position: relative;
	z-index: 501;
	margin-top: -64px;
}

header .quick-menu .white-block {
	background: #fff;
	position: absolute;
	height: 64px;
	top: 0;
	left: 0;
	width: 100%;
}

header .quick-menu .white-block::after {
	content: "";
	position: absolute;
	right: -13px;
	width: 13px;
	height: 64px;
	top: 0;
	background: #fff;
}

header .quick-menu .quick-item {
	margin-top: -87px;
}

header .quick-menu .quick-item:nth-child(2) a {
	background-image: url(/images/parents.png);
}

header .quick-menu .quick-item:nth-child(3) a {
 	background-image: url(/images/education.png);
}

header .quick-menu .quick-item:nth-child(4) a {
 	background-image: url(/images/ikc.png);
}

header .quick-menu .quick-item a {
	position: relative;
	border-radius: 50%;
	width: 100%;
	height: auto;
	padding-top: 100%;
	display: block;
	text-align: center;
	margin-bottom: 30px;
	line-height: 0;
	background-position: top 43px center;
	background-repeat: no-repeat;
}

header .quick-menu .quick-item a .text {
    color: #fff;
    font-size: 21px;
    position: absolute;
    line-height: 21px;
    bottom: 23px;
    left: 0;
    width: 100%;
    height: 50px;
    padding: 0 20px;
}

.goog-te-gadget-simple {
	width: 70px;
	height: 70px;
	background-color: #242424 !important;
	position: absolute;
	top: 140px;
	right: 15px;
	z-index: 999;
	text-align: center;
	border: 0 !important;
	transition: all 200ms ease-in-out;
}

.goog-te-gadget-simple::after {
    content: "\f0ac";
    font-family: FontAwesome;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    line-height: 70px;
    pointer-events: none;
    font-size: 18px;
    color: #fff;
}

.goog-te-gadget-simple:hover,
.goog-te-gadget-simple:focus {
    background-color: #f0f0f0 !important;
}

.goog-te-gadget-simple:hover::after {
    color: #000;
}

@media (max-width: 767px) {
    .goog-te-gadget-simple {
        width: 50px;
        height: 50px;
        top: 85px;
    }
}

.goog-te-gadget-icon {display: none;}
.goog-te-gadget-simple .VIpgJd-ZVi9od-xl07Ob-lTBxed span {text-decoration: none; display: none;}

/*-------------------------------------------------------------------------------------*/
/*SLIDESHOW ---------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------*/

.slideshow-container, #slideshow {
	width: 100%!important;
	height: 513px!important;
	position: relative;
}

.slideshow-container.slideshow-content {
	height: 480px;
}

.slideshow-container.slideshow-content {
	background-image: url(/images/content-placeholder.png);
}

.slideshow-container::before {
	content: "";
	background: url(/images/blocks-left.png);
	position: absolute;
	bottom: 37px;
	left: 0;
	width: 199px;
	height: 284px;
	z-index: 501;
}

.slideshow-container::after {
	content: "";
	background: url(/images/blocks-right.png);
	position: absolute;
	top: 123px;
	right: 0;
	width: 110px;
	height: 165px;
	z-index: 501;
}

#slideshow::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 50%;
	height: 64px;
	background: #fff;
	z-index:501;
}

#slideshow img {
	min-height: 100%;
	min-width: 100%;
	width: auto;
	height: auto;
	max-width: none;
	max-height: none;
	display: block;
	position: absolute;
	top: 50%!important;
	left: 50%!important;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}

/*-------------------------------------------------------------------------------------*/
/*SEARCH ------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------*/

.search-toggle {
	width: 70px;
	height: 70px;
	position: absolute;
	top: 70px;
	right: 15px;
	cursor: pointer;
	z-index: 999;
	text-align: center;
}

.search-toggle::after {
	content: "\f002";
	font-family: FontAwesome;
	position: absolute;
	left: 0;
	top: 0;
	line-height: 70px;
	pointer-events: none;
	font-size: 18px;
	color: #fff;
	width: 100%;
}

.search-toggle.clicked::after {
	content: "\f00d";
}

.search {
	display: block;
	left: 0;
	width: 100%;
	z-index: 501;
	height: 70px;
}

.search.clicked {
	top: 0;
}

.search input::placeholder {
	color: #fff;
}

.search input {
	width:100%;
	height: 70px;
	color: #fff;
	padding: 0 30px;
	line-height: 70px;
	float: left;
	border: none;
}

.search .searchOnsiteSubmitWrapper a {
	position: relative;
	width: 70px;
	height: 70px;
	float: left;
	line-height: 70px;
	margin-left: -70px;
}

.search .searchOnsiteSubmitWrapper a::after {
	content: '\f002';
	font-family: 'FontAwesome';
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 18px;
	color:#fff;
}

/*-------------------------------------------------------------------------------------*/
/*MENU --------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------*/

.navbar-main {
	position: fixed;
	top: -70px;
	left: 0;
	width: 100%;
	z-index: 100;
	z-index: 505;
	margin: 0;
	height: 105px;
	-webkit-transition: top .5s;
	transition: top .5s;
}

.navbar-main.clicked {
	top:0;
}

.navbar-main .container {
	position: relative;
}

#nav-bar {
	height: 60px;
	padding: 0;
}

#nav-bar #mainMenu {
  width: auto;
  height: 70px;
  margin: 0 0 0 0;
  z-index: 999;
  display: block;
}

ul.cssMenu {
	cursor: default;
	text-align: left;
	padding: 0 0 0 0;
	list-style: none;
	list-style-type: none;
	width: 100%;
	margin: 0;
}

ul.cssMenu li {
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 0 15px;
	text-align: left;
	position: relative;
	color: #fff;
	display: inline;
	float: left;
	cursor: pointer;
	height: 70px;
	width: auto;
	font-size: 18px;
	z-index: 999;
	line-height: 70px;
}

ul.cssMenu li.hasKids::after {
	content: "\f078";
	font-family: FontAwesome;
	position: absolute;
	top: 3px;
	right: 8px;
	pointer-events: none;
	font-size: 13px;
	color: #fff;
}

ul.cssMenu li::before {
	content: none;
}

ul.cssMenu li:last-child {
	margin-right: 0;
}


ul.cssMenu li.hasKids > a {
	padding-right: 10px;
}

ul.cssMenu li a {
	color: #fff;
	text-decoration: none;
	display: block;
}

ul.cssMenu li:hover > a, 
ul.cssMenu li.pressed > a, 
ul.cssMenu li.selected > a {
	color: #fff;
	text-decoration: none;
}

.noTouch ul.cssMenu li:hover > ul,
ul.cssMenu li.pressed > ul {
	left: 1%;
	margin-left: -1px;
	left: 1px;
}

.noTouch ul.cssMenu li:hover > ul li:hover a, 
.noTouch ul.cssMenu li:hover > ul li.pressed a, 
ul.cssMenu li.pressed > ul li:hover a, 
ul.cssMenu li.pressed > ul li.pressed a {
	color: #fff;
}

.noTouch ul.cssMenu li:hover > ul li:hover li a, 
.noTouch ul.cssMenu li:hover > ul li.pressed li a, 
ul.cssMenu li.pressed > ul li:hover li a, 
ul.cssMenu li.pressed > ul li.pressed li a {
	color: #fff;
}

.noTouch ul.cssMenu li:hover > ul li:hover li:hover a, 
.noTouch ul.cssMenu li:hover > ul li.pressed li.pressed a, 
ul.cssMenu li.pressed > ul li:hover li:hover a, 
ul.cssMenu li.pressed > ul li.pressed li.pressed a {
	color: #fff;
}

.noTouch ul.cssMenu li:hover > ul li:hover > ul, 
.noTouch ul.cssMenu li:hover > ul li.pressed > ul, 
ul.cssMenu li.pressed > ul li:hover > ul, 
ul.cssMenu li.pressed > ul li.pressed > ul {
	display: block;
	left: 260px;
	padding: 0;
	margin: 0;
}

ul.cssMenu ul {
	width: 260px;
	padding: 0;
	margin: 70px 0 0 0;
	cursor: default;
	text-align: left;
	position: absolute;
	z-index: 999;
	left: -999em;
	top: 0;
}

ul.cssMenu ul li {
	width: 260px;
	text-align: left;
	min-height: 18px;
	height: auto !important;
	line-height: 33px;
	padding: 5px 15px;
	font-size: 16px;
	font-weight: 400;
	text-transform: none;
}

ul.cssMenu ul li.hasKids::after {
	right: 15px;
	content: "\f054";
	font-size: 10px;
	top: 5px;
	position: absolute;
}

ul.cssMenu ul li.hasKids:hover::after {
	color: #fff;
}

ul.cssMenu ul li a {
	color: #fff;
	display: block;
}

.noTouch ul.cssMenu ul li:hover > a, ul.cssMenu ul li.pressed > a {
	color: #fff;
	border: none;
}

ul.cssMenu ul li.selected a {
	border: none;
}

ul.cssMenu ul ul {
	display: none;
	position: absolute;
	top: 0px;
}

@media (max-width: 1199px) {
	ul.cssMenu li.hasKids::after {
		right: 5px;
	}
	
	ul.cssMenu li {
		padding: 0 12px;
	}
	
	ul.cssMenu ul li {
		font-size: 16px;
	}
}

@media (max-width: 991px) {
	.navbar-main {
		width: 100%;
		text-align: center;
	}
	
	ul.cssMenu li {
		font-size: 15px;
	}
}

/*-------------------------------------------------------------------------------------*/
/*MOBILE MENU -------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------*/
@media (max-width: 767px) {
	.navbar-main {
		top: -35px;
	}

	ul.cssMenu li.hasKids::after {
		content: none;
	}
	
	.navbar-main .container {
		padding: 0;
	}

	.container > .navbar-header {
		padding: 0;
		margin: 0;
	}

	.container > .navbar-collapse {
		margin: 0;
	}

	.sticky > .navbar-header {
		padding: 10px 0 10px 0;
	}

	.navbar-toggle {
		width: 35px;
		height: 35px;
		border-radius: 0;
		border: none;
		color: #ffffff;
		z-index: 1001;
		float: right;
		margin-top: 0;
		margin-right: 35px;
	}
	
	.navbar-toggle .icon-bar {
		display: none;
	}
	
	.navbar-toggle .closeMenu {
		width: 24px;
		height: 31px;
		position: relative;
	}
	
	.navbar-toggle .closeMenu::before {
		content: "\f00d";
		font-family: 'FontAwesome';
		font-size: 19px;
		position: absolute;
		left: 1px;
		top: -3px;
		line-height: 24px;
	}
	
	.navbar-toggle.collapsed .closeMenu {
		display: none;
	}
	
	.navbar-toggle.collapsed .icon-bar {
		background: #ffffff;
		width: 17px;
		display: block;
	}

	#nav-bar {
		margin-top: 0;
		position: absolute;
		top: 70px;
		z-index: 10000;
		width: 100%;
		border: none;
		padding: 0;
	}

	#nav-bar.navbar-collapse.in {
		overflow-x: visible;
		overflow-y: auto;
		max-height: 366px;
		height: auto;
	}
	
	#nav-bar #mainMenu {
		height: auto;
		margin: 0;
		width: 100%;
		z-index: 10000;
		overflow: hidden;
		display: block;
	}
	
	#nav-bar #mainMenu::after {
		content: "";
		display: table;
		clear: both;
	}
	
	#nav-bar ul.cssMenu {
		margin-top: 0px;
		width: 100%;
		height: auto;
	}
	
	#nav-bar ul.cssMenu li {
		display: block;
		float: none;
		width: 100%;
		height: auto;
		min-height: 29px;
		line-height: 29px;
		border: none;
		margin: 0;
		padding: 0;
	}
	
	#nav-bar ul.cssMenu li.hasKids::after {
		right: 15px;
		content: "\f105";
		left: auto;
		top: 3px;
		color: #fff;
		font-family: 'FontAwesome';
		position: absolute;
	}
	
	#nav-bar ul.cssMenu li.pressed.hasKids::after {
		content: "\f107";
	}
	
	#nav-bar ul.cssMenu li a {
		color: #ffffff;
		text-align: left;
		display: block;
		padding: 5px 10px 5px 12px;
		font-weight: normal;
		border-bottom: none !important;
	}
	
	#nav-bar ul.cssMenu li:hover > ul, #nav-bar ul.cssMenu li.pressed > ul {
		left: 0px;
		position: relative;
	}
	
	#nav-bar ul.cssMenu li:hover > ul li:last-child, #nav-bar ul.cssMenu li.pressed > ul li:last-child {
		border-bottom: 0;
	}
	
	#nav-bar ul.cssMenu li:hover > ul li:hover > ul,
	#nav-bar ul.cssMenu li:hover > ul li.pressed > ul, 
	#nav-bar ul.cssMenu li.pressed > ul li:hover > ul, 
	#nav-bar ul.cssMenu li.pressed > ul li.pressed > ul {
		left: auto;
		display: block;
		margin-top: 0px;
		left: 0;
		top: 0;
	}

	#nav-bar ul.cssMenu li ul {
		margin: 0;
		width: 100%;
	}
	
	#nav-bar ul.cssMenu li ul li {
		width: 100%;
		padding: 0;
	}
	
	#nav-bar ul.cssMenu li ul li a {
		width: auto;
		padding: 5px 0px 5px 25px;
	}
	
	#nav-bar ul.cssMenu li ul li ul {
		left: auto;
		display: none;
		position: relative;
	}
	
	#nav-bar ul.cssMenu li ul li ul li a {
		padding-left: 35px;
	}
}

/*-------------------------------------------------------------------------------------*/
/*CONTENT -----------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------*/

.intro {
	padding-bottom: 50px;
}

.intro .contentWrapper {
	padding:0;
	margin:0;
}

.related-content {
	padding: 60px 0 30px 0;
}

.related-page {
	color:#fff;
	cursor:pointer;
	margin-bottom:20px;
}

.related-page .image {
	height:150px;
	overflow:hidden;
	position:relative;
	background-color:#ececec;
	background-image:url(/images/logo.png);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
}

.related-page:hover .image::after {
	content:"\f0c1";
	font-family: FontAwesome;
	text-align:center;
	line-height:150px;
	font-size:60px;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
}

.related-page h4 {
	font-weight:700;
	font-size:20px;
	color:#fff;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space: nowrap;
	text-align:center;
}

.related-intro {
    height: 66px;
    overflow: hidden;	
}

.map-and-photos {
	overflow:hidden;
}

.map {
	height:525px;
}

.map, .albums {
	width:50%;
	float:left;
}

.map iframe {
	width:100%;
	height:100%;
}

/*-------------------------------------------------------------------------------------*/
/*NEWS --------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------*/

.news {
	padding-top:60px;
	padding-bottom:30px;
}

.newsOS .newsBlokTitle {
	font-size: 31px;
    font-weight: 700;
    position: relative;
    margin: 0 0 50px 0;
    text-align:center;
}

.newsOS .newsBlokTitle a {
	text-decoration:none;
	position:relative;
}

.newsOS .newsOSContent {
	margin-left:-15px;
	margin-right:-15px;
}

.newsOS .newsOSContent::after {
	display:table;
	content:"";
	clear:both;
}

.newsOS .newsContentItem  {
	width:25%;
	position:relative;
	padding:0 15px;
	margin-bottom:20px;
	float:left;
}

.newsOS .newsItemImage {
	display:block;
	width:100%;
	height:240px;
	overflow:hidden;
	background:#ececec url(/images/logo.png) center center no-repeat;
	background-size:cover;
	max-width: none!important;
    max-height: none!important;
}

.newsOS .newsItemImage img {
	min-height: 100%; 
	min-width: 100%; 
	width: auto; 
	height: auto; 
	max-width: none; 
	max-height: none; 
	display: block; 
	top: 50%!important;
	left: 50%!important; 
	transform: translate(-50%, -50%);
	position:relative;
}

.newsOS .newsContentItem .newsTitle {
	width:calc(100% - 30px);
	padding:10px 15px;
	text-align:center;
	position:absolute;
	top:0;
	left:15px;
	display:table;
}

.newsOS .newsTitle a {
	overflow:hidden;
	height:50px;
	text-decoration:none;
	font-weight:700;
	font-size:20px;
	color:#fff;
	margin-top:0;
	line-height:25px;
	display:table-cell;
	vertical-align:middle;
}

.newsOS .newsTeaser {
	padding:0 20px 0 20px;
	color:#474747;
	line-height:22px;
	height:64px;
	overflow:hidden;
	background:#fff;
}

.newsOS .readMore, .newsOS .date, .newsOS .newsTeaser, .newsOS .allNews {
	display:none;
}

/*-------------------------------------------------------------------------------------*/
/*TWITTER -----------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------*/

.twitter {
	padding: 30px 0 60px 0;
	background-image: url(/images/twitter-blocks.png);
	background-position: left 23px bottom 43px;
	background-repeat: no-repeat;
	color: #fff;
	position: relative;
}

@media (max-width: 767px) {
	.twitter {overflow: hidden;}
	.twitter .owl-prev, .twitter .owl-next {display: none;}
}

.twitter::after {
	content: "";
	width: 69px;
	height: 56px;
	background-image: url(/images/twitter.png);
	position: absolute;
	top: 34px;
	left: 50%;
	margin-left: -35px;
}

.twitter h2 {
	text-align: center;
	color: #fff;
	font-size: 32px;
	margin: 80px 0 20px 0;
	position: relative;
}

.tweet_list {
	padding: 0;
	margin: 10px 0 0 0;
	list-style: none;
}

.tweet_avatar, .tweet_time, .twitter-name, .twitter-username, .twitterFooter  {
	display: none;
}

.tweet_text {
	display: block;
	color:#fff;
}

.twitter .owl-prev, .twitter .owl-next {
	width: 14px;
	height: 33px;
	position: absolute;
	top: 10px;
	font-size: 0;
}

.twitter .owl-prev::after, .twitter .owl-next::after {
	font-family: FontAwesome;
	pointer-events: none;
	font-size: 23px;
	color: #fff;
}

.twitter .owl-prev {
	left: -100px;
}

.twitter .owl-prev::after {
	content: "\f053";
}

.twitter .owl-next {
	right: -100px;
}

.twitter .owl-next::after {
	content: "\f054";
}

/*-------------------------------------------------------------------------------------*/
/*ALBUMOS -----------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------*/

.albums {
	text-align:center;
}

.albumOs .owl-item {
	float:left;
	position: relative;
	width:50%;
	overflow:hidden;
	cursor:pointer;
}

.albumOs .owl-item:nth-child(1), .albumOs .owl-item:nth-child(1) .albumThumb {
	height:320px;
}

.albumOs .owl-item:nth-child(2), .albumOs .owl-item:nth-child(2) .albumThumb {
	height:160px;
}

.albumOs .owl-item:nth-child(3), .albumOs .owl-item:nth-child(3) .albumThumb {
	height:160px;
}

.albumOs .owl-item:nth-child(4), .albumOs .owl-item:nth-child(4) .albumThumb {
	height:205px;
	width:100%;
}

.albumOs .albumThumbImage {
	width:100%;
	height:100%;
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
}


/*-------------------------------------------------------------------------------------*/
/*FOOTER ------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------*/

footer {
	color:#ffffff;
	font-size:15px;
	position:relative;
}

footer .footer-top {
	padding-top:25px;
	padding-bottom:24px;
	position:relative;
	background-image:url(/images/footer-blocks.png);
	background-position:left bottom;
	background-repeat:no-repeat;
}

footer .title {
	font-size:20px;
	color:#fff;
	margin-bottom:15px;
	font-weight:700;
}

footer a,footer a:hover {
	color:#ffffff;
}

footer .phone, footer .mail, footer .address, footer .place {
	position:relative;
	padding-left:22px;
}

footer .phone::before, footer .mail::before, footer .address::before {
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 15px;
}

footer .phone::before {content: "\f095";}
footer .mail::before {content: "\f0e0"; font-size:13px;}
footer .address::before {content: "\f041";}

footer .form-control {border-radius: 0;}

footer .stichting {
	text-align:right;
}

footer .footer-bottom {
	height:50px;
	text-align:center;
	line-height:50px;
}

footer .footer-bottom a {
	color:#fff;
}

/*-------------------------------------------------------------------------------------*/
/*MEDIA QUERIES -----------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------*/

@media (max-width: 1199px) {
	/* HEADER */
	header .quick-menu {margin-left: -25px; margin-right: -11px;}
	header .quick-menu .quick-item {padding-left: 30px; padding-right: 30px;}
}

@media (max-width: 991px) {
	/* HEADER */
	header .logo {width: 150px;}
	header .quick-menu {margin-left: -15px; margin-right: -15px;}
	header .quick-menu .quick-item {padding-left: 15px; padding-right: 15px;}
	header .quick-menu .quick-item a {background-position: top 72px center;}
	
	/* SLIDESHOW */
	#slideshow::after {width: 100%;}
	
	/* MODULES */
	.newsOS .newsContentItem {width:50%;}
	
	/* FOOTER */
	footer .stichting {text-align:left;}
	footer .stichting, footer .schools {padding-top:20px;}
}

@media (max-width: 767px) {
	/* HEADER */
	header .logo {left: 0; right: inherit; top: 35px; width: 120px; opacity: 0.8;}
	header .quick-menu {margin-top: 20px;}
	header .quick-menu .quick-item {margin-top: 0;}
	header .quick-menu .quick-item a { border-radius: 0; width: 100%; padding-top: 0; height: 45px; line-height: 45px; margin-bottom: 10px; background-position: left 30px center; background-size: 25px;}
	header .quick-menu .quick-item a .text {position: relative; bottom: auto; line-height:45px; height:45px;}
	/* SLIDESHOW*/
	.slideshow-container.slideshow-content {width: 100%; float: none; height: 300px; position: relative;}
	.slideshow-container, #slideshow {float: none; height: 300px!important; position: relative;}
	#slideshow::after {content: none;}
	.slideshow-container::before, .slideshow-container::after {content:none;}
	
	/* SEARCH */
	.search-toggle {width: 35px; height: 35px; right: 0; top: 35px;}
	.search-toggle::after {line-height: 35px;}
	.search {height: 35px;}
	.search input {height: 35px; line-height: 35px;}
	.search .searchOnsiteSubmitWrapper a {height: 35px; width: 35px; line-height: 35px; margin-left: -35px;}
	
	/* MODULES */
	.related-intro {height:auto; max-height:66px;}
	.map, .albums {width:100%;}
	.newsOS .newsContentItem {width:100%;}
}