html, body {
	background-color: #ffffff;
}

.container {
	margin:0 auto;
	width:975px;
	position:relative;
}

.bold {
	font-weight:bold;
}
.italic {
	font-style:italic;
}


input,
textarea,
select {
	border-radius:3px;
	border-bottom:1px solid #cccccc;
	border-left:1px solid #cbcbca;
	border-right:1px solid #cbcbca;
	border-top:1px solid #989896;
	box-shadow: 0 1px 1px #888888 inset;
	-moz-box-shadow:  0 1px 1px #888888 inset;
	-webkit-box-shadow:  0 1px 1px #888888 inset;
	padding:0 5px;
}
select {
	padding-right:0;
}
input[type="radio"] {
	vertical-align:top;
}
textarea {
	resize:none;
}

#ui-datepicker-div {
	z-index:10 !important;
}

.tags .single_tag {
	background-color:#e41c4f;
	color:#ffffff;
	font-size:11px;
	border-radius:8px;
	line-height:16px;
	padding:0 10px;
	text-decoration:none;
	display:inline;
}

/* ---------------- TOP -------------- */
nav.topNavigation {
	background-color:#e30044;
	color:#ffffff;
	height:30px;
	line-height:30px;
}

nav.topNavigation ul {
	position:absolute;
	top:0;
	right:0;
	margin: 0 0;
}

nav.topNavigation ul li {
	float:left;
	margin-left:20px;
}

nav.topNavigation a {
	color:#ffffff;
	text-decoration:none;
}

nav.topNavigation #social_links {
	margin-left:430px;
}

nav.topNavigation #social_links img {
	margin:0 2px;
}

nav.horizontalNavigationBlock ul {
	width:auto;
}

#logo_search_bar {
	height:100px;
}

#logo {
	height:100px;
	line-height:100px;
	position:absolute;
	top:0;
	left:0;
}

#phone {
	line-height:100px;
	padding-left:35px;
	background-image:url(../images/phone_icon.png);
	background-repeat:no-repeat;
	background-position:left center;
	color:#e30044;
	font-size:24px;
	margin-left:430px;
}

#logo_search_bar .searchformBlock {
	width:280px;
	position:absolute;
	right:0;
	top:33px;
}

#logo_search_bar .searchformBlock input.full {
	width:220px;
	padding:0 45px 0 15px;
	line-height:32px;
	height:32px;
}

#logo_search_bar .searchformBlock .last  {
	position:absolute;
	top:0;
	right:0;
	width:30px;
	height:30px;
	background-image:url(../images/spyglass.png);
	background-repeat:no-repeat;
	background-position:left center;
}

#logo_search_bar .searchformBlock .last input {
	opacity:0;
	width:30px;
	height:30px;
}

/* ---------------- MENU -------------- */

nav.horizontalNavigationBlock {
	height:60px;
	width:100%;
	background-image:url(../images/menu_bg.png);
	background-repeat:repeat-x;
	padding-left:10px;
	position:absolute;
	top:0;
	left:0;
	z-index:5;
}

nav.horizontalNavigationBlock ul li {
	float:none;
	display:inline-block;
	margin:0 5px;
	line-height:45px;
	height:60px;
	border-radius:2px;
}



nav.horizontalNavigationBlock ul li.active, 
nav.horizontalNavigationBlock ul li:hover {
	background-image:url(../images/menu_item_bg.svg);
	background-repeat:no-repeat;
	background-size:100% 100%;
	background-position:left top;
}

nav.horizontalNavigationBlock ul li a {
	color:#ffffff;
	font-size:16px;
	padding: 0 15px 0 35px;
	background-repeat:no-repeat !important;
	background-position:15px center !important;
	display:block;
}

/* ---------------- SUBMENU -------------- */

aside nav {
	background-color:#fdf3f6;
	padding:15px 0;
	margin-bottom:20px;
}

aside nav a {
	color:#45363b;
	text-decoration:none;
}

aside nav ul {
	padding:0;
	margin:0;
}

aside nav ul li {
	padding-left:35px;
	line-height:25px;
}

aside nav ul li.active {
	background-color:#f2d1db;
}

aside nav ul li li a {
	color:#e4618a;
}

aside .has-children>a:after {
    content: "Q";
    font-family: 'Arrows';
    font-size: 2em;
    margin: 0 0 0 3px;
    vertical-align: middle;
}

aside .active.has-children>a:after {
    content: "T";
}

.custom-menu-level1 ul {
	display:none;
}

li.active>ul {
	display:block;
}

/* ---------------- HEADER -------------- */

header {
	padding-top:60px;
	position:relative;
}

header .bx-wrapper {
	margin-top:-16px;
	position:relative;
}

header #slider {
	height: 229px;
}

header .bx-pager {
	position:absolute;
	bottom:10px;
	right:10px;
}

.bx-wrapper .bx-pager .bx-pager-item {
	display:inline-block;
}

header .bx-pager-item a {
	float:left;
	margin-left:5px;
	background-color:#ffffff;
	border-radius:7px;
	height:14px;
	width:14px;
	display:block;
	overflow:hidden;
	text-indent:-9999px;
	outline:0 none;
}

header .bx-pager-item a.active {
	background-color:#DC1354;
}

/* ---------------- MAIN -------------- */

#main_block td {
	vertical-align:top;
}

#main_block h1 {
	font-size:23px;
	color:#45363b;
	margin-top:0;
}

#main_block {
	border-radius:3px;
	box-shadow: 0 0 10px #888;
	overflow:hidden;
}

.column {
	width:325px;
	overflow:hidden;
	float:left;
}

#main_block article {
	margin:25px;
	color:#45363b;
}

#share_content {
	margin:0 25px 25px 25px;
}

.normal_template aside {
	float:left;
	width:300px;
	min-height:10px;
	margin:25px 0;
}

.normal_template article {
	float:left;
	width:610px;
	margin-left:40px;
}

article ul {
	display: block;
	list-style-type: disc;
	-webkit-margin-before: 1em;
	-webkit-margin-after: 1em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	-webkit-padding-start: 40px;
}
article ul li {
	margin:0;
}

#main_contact {
	clear:right;
	margin:0 0 25px 25px ;
	font-size:15px;
	line-height:26px;
}

#main_contact a {
	background-color:#00a2ff;
	color:#ffffff;
	padding:0 3px;
	text-decoration:none;
	border-radius:3px;
	display:inline-block;
}

#pagination {
	margin:20px 0;
	text-align:center;
}

#pagination a {
	text-decoration:none;
	color:#45363B;
}

#pagination #pagination-current {
	font-weight:bold;
}

#pagination #page-before {
	margin-right:5px;
}

#pagination #page-after {
	margin-left:5px;
}

section.itemsBlock ul li a {
	color:#45363B;
}

.ngs_button {
	line-height:35px;
	padding:0 10px;
	border-radius:3px;
	color:#ffffff;
	background-color:#b90841;
	display:inline-block;
	text-decoration:none;
	font-weight:bold;
	margin-top:20px;
}

.back_button:before {
    content: "R";
    font-family: 'Arrows';
    font-size: 1.7em;
    margin: 0 5px 0 0 ;
    vertical-align: middle;
}

.detail_intro {
	margin-top:10px;
}

.detail_content {
	margin-top:20px;
}

/* ---------------- EVENTS -------------- */

#agenda_text ul {
	display: block;
	list-style-type: disc;
	-webkit-margin-before: 1em;
	-webkit-margin-after: 1em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	-webkit-padding-start: 40px;
}
#agenda_text ul li {
	margin:0;
}

#event_form td {
	padding-bottom:7px;
	font-size:15px;
	line-height:30px;
}

.custom_form_label {
	width:230px;
	padding-right:20px;
	text-align:right;
}

.custom_form_input input,
.custom_form_input textarea {
	width:250px;
	padding:0 5px;
	line-height:30px;
	height:30px;
	font-size:15px;
}

.custom_form_input label {
	display:block;
}

.custom_form_input input[type=checkbox], 
.custom_form_input input[type=file] {
	width:auto;
	border:none;
	box-shadow:none;
}

.custom_form_input input[type=checkbox] {
	vertical-align:top;
}

.custom_form_input .date-short {
	width:170px;
	margin-right:8px;
}

.custom_form_input input.is-time {
	width:60px;
}

#event_form .submit_button {
	background-color:#b90841;
	line-height:35px;
	height:35px;
	padding:0 15px;
	color:#ffffff;
	background-image:none;
	border:none;
	border-radius:3px;
	box-shadow:none;
	font-size:16px;
	font-weight:normal;
}

#event_form .time-tot {
	display:inline-block;
	width:30px;
	text-align:center;
}

#event_form select {
	width:260px;
}

#event_form input[type="radio"] {
	width:auto;
}

#overview li {
	padding:5px 20px;
	margin:10px 0 0 -20px;
}

#overview li:hover {
	background-color:#fdf3f6;
}

#overview li h6 {
	display:inline;
}

#overview .event_listheader {
	position:relative;
	padding:0 130px 5px 0;
}
#overview .event_type {
	position:absolute;
	right:10px;
	top:0;
	
}

#event_info {
	background-image:url(../images/events_info_bg.png);
	background-position:right center;
	background-repeat:no-repeat;
	background-color:#FDF3F6;
	margin:20px 0;
	min-height:120px;
	padding:15px;
}

#event_info .tags {
	margin-top:20px;
}

#event_info .blue_button {
	background-color: #00a2ff;
	color: #ffffff;
	padding: 0 3px;
	text-decoration: none;
	border-radius: 3px;
	display: inline-block;
}

section.itemsBlock #overview li div.content.arrowSpacer {
	background-image:url(../images/eventlist_more.png);
	background-repeat:no-repeat;
	background-position:right center;
	display:block;
	min-height:4.615em;
	padding:0 2em 0 0;
}
section.itemsBlock #overview li:hover div.content.arrowSpacer {
	background-image:url(../images/eventlist_more_hover.png);
}

#event_info td {
	line-height:20px;
}

.event_label {
	text-align:right;
	width:180px;
	padding-right:15px;
}

.event_value {
	font-weight:bold;
}

#event_detail_image {
	margin:0 10px 5px 0;
	vertical-align:top;
}

/* ---------------- GALLERY -------------- */

#gallery_list .gallery_thumb {
   float:left;
   margin-right: 10px;
}

#gallery_list .arrowSpacer {
	height:150px;
}

.gallery_detail_thumb {
	margin:5px 5px 0 0;
	text-decoration:none;
	float:left;
}

/* ---------------- FAQ -------------- */

.faqBlock .faqGroup {
	margin-bottom:20px;
}

.faqBlock .faqGroup > h6 {
	cursor:pointer;
}

.faqBlock .faqGroup .contentOverflow {
	display:none;
}

.faqBlock ul li h6 {
	font-size: 13px; 
	line-height: 16px;
}

/* ---------------- BANNERS -------------- */

.banner {
	float:left;
	padding:25px 20px;
	width:285px;
}

.banner img {
	width:285px;
	height:209px;
	border-radius:5px;
}

.banner_button {
	background-image:url(../images/banner_button_blue.png);
	height:46px;
	line-height:46px;
	text-align:center;
	display:block;
	margin:25px 0 15px;
	color:#ffffff;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
}

.banner_2 .banner_button {
	background-image:url(../images/banner_button_green.png);
}

.banner_extra_link {
	color:#45363b;
	text-decoration:none;
}

.banner_extra_link span {
    text-decoration: underline;
}

.banner_extra_link:after {
    content: "I";
    font-family: 'Arrows';
    font-size: 1.7em;
    margin: 0 0 0 3px;
    text-decoration: none;
    vertical-align: middle;
	color:#45363b;
}

/* ---------------- FOOTER -------------- */

footer h2 {
	font-size:16px;
}

#footer_headlines input {
	width:275px;
}

#footer_headlines input:focus {
	box-shadow:none;
}

footer .footer_button {
	color:#ffffff;
	background-color:#f8014b;
	background-image:none;
	box-shadow:none;
	font-weight:normal;
	font-size:16px;
	line-height:35px;
	height:35px;
	padding:0 20px;
	border-radius:3px;
	text-align:center;
	display:block;
	text-decoration:none;
	position:absolute;
	bottom:40px;
	right:20px;
	width:245px;
}

#footer_headlines input.footer_button {
	width:285px;
}

#footer_headlines {
	color:#ffffff;
}


#footer_headlines input.footer_input {
	border-radius:3px;
	margin-bottom:10px;
	height:30px;
	line-height:30px;
}

#footer_headlines input.footer_button:hover {
	background-image:none;
	background-color:#b90841;
}

#footer_headlines .column {
	background-color:#e30044;
	height:365px;
	position:relative;
}

#footer_headlines .center_column {
	background-color:#d60243;
}

#footer_headlines section {
	margin:30px 20px;
	color:#ffffff;
}

.eventsHeadlinesBlock {
	margin:30px 20px;
}

#footer_headlines section h2 {
	margin-bottom:15px;
}


#footer_links {
	color:#dc1354;
}

#footer_links .column {
	height:340px;
	background-color:#fcecf2;
}

#footer_links .center_column {
	background-color:#f8dfe8;
	position:relative;
}

#footer_links #social_media_block h2 {
	line-height:30px;
	padding-left:25px;
	background-repeat:no-repeat;
	background-position:top left;
	margin:35px 20px 10px;
	background-image:url(../images/wegwijzer_icon.png);
}

#footer_links #social_media_block #twitter_header {
	padding-left:35px;
	background-image:url(../images/twitter_header_icon.png);
	margin-top:20px;
}

#footer_links #social_buttons {
	background-color:#f5dae4;
	height:70px;
	line-height:70px;
	text-align:center;
	border-radius:3px;
	margin:0 20px;
}

#footer_links #social_buttons a {
	margin:0 7px;
	text-decoration:none;
}

#footer_links .tweet {
    margin: 0 20px 10px;
    min-height: 50px;
    padding-bottom: 20px;
    position: relative;
}

#footer_links .tweet-header {
	display:none;
}

#footer_links .tweet-footer {
    bottom: 0;
    font-size: 11px;
    left: 0;
    position: absolute;
    width: 100%;
}

#footer_links .tweet-footer .tweet_interaction {
	position:absolute;
	top:0;	
	background-repeat:no-repeat;
	background-position:left center;	
}

#footer_links .tweet-footer .reply {
	right:0;
	padding-left:15px;
	background-image:url(../images/reply_icon.png);
}

#footer_links .tweet-footer .retweet {
	right:50px;
	padding-left:17px;
	background-image:url(../images/retweet_icon.png);
}

#footer_links a {
	color:#dc1354;
}

#footer_links .tweet a {
	text-decoration:none;
}

#footer_links a.footer_button {
	color:#ffffff;
}

#footer_links #onze_partners {
	height:75px;
	margin:35px 20px 0;
	background-image:url(../images/partners_bg.png);
	background-repeat:no-repeat;
	background-position:center top;

}

.column .bx-wrapper {
	margin:0 22px;
}

.column .bx-wrapper li {
	text-align:center;
}

#footer_links .column .footer_button {
	bottom:20px;
}

#footer_links .filter_form {
	display:none;
}

footer section li {
	margin-bottom:25px;
	list-style:none;
}

.eventsHeadlinesBlock h2 {
	background-image:url(../images/events_icon.png);
	background-repeat:no-repeat;
	background-position:left 1px;
	padding-left:20px;
}

#footer_links .eventsHeadlinesBlock h2 {
	background-image:url(../images/events_icon_pink.png);
	margin-bottom:25px;
}

.newsHeadlines h2 {
	background-image:url(../images/news_icon.png);
	background-repeat:no-repeat;
	background-position:left 1px;
	padding-left:20px;
}

.headlines_title {
	font-weight:bold;
	text-decoration:none;
	color:#ffffff;
}

.headlines_intro a {
	color:#ffffff;
	text-decoration:none;
}

.headlines_intro a span {
	text-decoration:underline;
}

.headlines_intro a:after {
    content: "I";
    font-family: 'Arrows';
    font-size: 1.7em;
    margin: 0 0 0 3px;
    text-decoration: none;
    vertical-align: middle;
}

/* ---------------- WEBWORKS -------------- */
#webworks {
	margin:20px auto 40px;
	text-align:right;
}

#webworks a {
	text-decoration:none;
	color:#333333;
	margin-right:20px;
}

/* ---------------- SEARCH RESULTS ------------------- */
.search-result {

}
.search-result span.keyword {
	background-color: #fdf3f6;
	color: #b90841;
	padding-left: 4px;
	padding-right: 4px;
}

.filter_form {
	position:absolute;
	top:32px;
	right:10px;
}

.filter_form select {
	width:165px;
	background-color:#f8014b;
	color:#ffffff;
	border:none;
	box-shadow:none;
}

.itemsBlock {
	position:relative;
}

.itemsBlock .filter_form {
	top:0;
}

/* EMAIL FORM PLUGIN STYLES */
.emailForm .hideInput{
	display: none;
	visibility: hidden;
}

.emailForm dl {
	overflow:hidden;
	width:100%;
}
.emailForm dl dt {
    display:inline-block;
    width:160px;
    margin:0 20px 5px 0;
    vertical-align:top;
}
.emailForm dl dd {
	display:inline-block;
	width:400px;
	margin:0 0 5px 0;
}
.emailForm dl dd input {
	width:100%;
}
.emailForm dl dd input[type="submit"] {
	width:auto;
}
.emailForm dl dd label {
	display:block;
}
.emailForm dl dd label input {
	width:auto;
}
.emailForm .textRequired {
	color: #808080;
	font-size: 9.66667px;
}

input.requiredInput[type="text"], input.requiredInput[type="password"] {
    background-color: #FFFFFF;
    background-image: url("../images/core/mm-bg_input_required_gray.png");
    background-position: right top;
    background-repeat: no-repeat;
}