*:focus {outline:0;}
a:hover
{
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
/* COLORS */
h1, h2, h3, p
{
	margin: 0 0 1em 0;
	padding: 0;
	font-weight: 100;
}
ul
{
	font-weight: 100;
}
body
{
	color: rgb(40,40,40);
	-webkit-font-smoothing: antialiased;
	margin: 0;
	padding: 0;	
	line-height:1em;
	font-size: 24px;
	font-family: 'MarianinaWdFYLight_M';
	overflow-x: hidden;
}
body strong, body b
{
	font-family: 'MarianinaCnFYMedium_M';
	font-weight: 100;
}
p, li
{
	line-height: 1.3em;
}
.font__italic p
{
	/*font-style: italic;	*/
}
.kop1
{
	font-family: 'MarianinaCnFYMedium_M';
	font-size: 50px;
	text-transform: uppercase;
	font-style: normal !important;
}
.kop2
{
	font-family: 'MarianinaCnFYMedium_M';
	font-size: 22px !important;
	font-style: normal !important;
}
.colorGreen
{
	color: rgb(139,180,157);
}
.bgGreen
{
	background-color: rgb(139,180,157) !important;
}
.colorWhite
{
	color: rgb(255,255,255);
}
.row
{
	position: relative;
	float: left;
	width: 100%;
}
.floatLeft
{
	position: relative;
	float: left;
}
.floatRight
{
	position: relative;
	float: right;
}

.clear
{
	clear: both;
}
.zIndex10
{
	z-index: 10;
}
.zIndex20
{
	z-index: 20;
}
.zIndex30
{
	z-index: 30;
}
.txtAlignRight
{
	text-align: right;
}
.txtAlignCenter
{
	text-align: center;
}
.noMargin
{
	margin: 0 !important;
}
.noBottomMargin
{
	margin-bottom: 0 !important;
}
.flex
{
	display: flex;
}
.flex__1
{
	flex: 1;
}
.flex__spaceBetween
{
	justify-content: space-between;
}

.flex__alignCenter
{
	align-content: center;
	align-items: center;
}
.flex__bottom
{
	align-content: bottom;
	align-items: center;
}
.flex__justifyCenter
{
	justify-content: center;
}
.flex__wrap
{
	flex-wrap: wrap;
}
.divClick:hover
{
	cursor: pointer;
}
.hoverAction
{
	opacity: 0.8;
}
.hoverAction:hover
{
	opacity: 1;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
a
{
	cursor: pointer;
	text-decoration: none;
	color: rgb(162,39,43);
}
a:hover
{
	cursor: pointer;
	text-decoration: none;
}
.paymentLoading{
	box-sizing: border-box;
	padding: 20px;
	text-align: center;
	position: relative;
	width: 100%;
	background-color: #FFF;
	border: 1px solid rgb(161,36,44);
	border-radius: 20px;
	height: 200px;
}
.paymentLoading img{
	width: 50px;
	height: auto;
}
.loadingSpinner{
	width: 50px;
	height: auto;
	display: none;
}
.loadingSpinner.active{
	display: block;
}
@media screen
{
	section.nav__top
	{
		height: 124px;
		background-color: rgb(161,36,44);
	}
	section.nav__top .center
	{
		width: 1110px;
		position: relative;
		margin: 0 auto;
	}
	section.nav__top .brand__logo
	{
		width: 155px;
		height: 124px;
		font-size: 85px;
		color: rgb(255,255,255);
		margin: 0px 10px 0px 0px;
	}
	section.nav__top .frame__sponsors
	{
		width: 190px;
		height: 124px;		
	}
	section.nav__top .frame__sponsors img
	{
		width: auto;
		height: auto;
		max-height: 124px;
		max-width: 190px;
	}

	section.nav__top .brand__logo a
	{
		color: rgb(255,255,255);
	}
	section.nav__top nav.nav__main
	{
		background-color: rgb(255,255,255);
		height: 124px;
		width: 100%;

	}
	section.nav__top nav.nav__main ul
	{
		padding: 0px; 
		margin: 0px 0px 0px 30px;
	}
	section.nav__top nav.nav__main ul li
	{
		float: left;
		padding: 0px; 
		height: 124px;
		line-height: 124px;
		margin: 0px 25px 0px 0px;
		list-style: none;
		position: relative;
	}
	section.nav__top nav.nav__main ul li a
	{
		position: relative;
		font-family: 'MarianinaWdFYBlack_M';
		font-size: 20px;
		color: rgb(40,40,40);
		line-height: 124px;		
		display: inline-block;
		text-transform: uppercase;
		text-decoration: none;
	}
	section.nav__top nav.nav__main ul li a.selected:before
	{
		position: absolute;
		font-size: 27px;
		left: calc(50% - (11px / 2));
		top: 20px;
		content: "\e909";
		font-family: 'icomoon' !important;
		speak: none;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		line-height: 1;

		/* Better Font Rendering =========== */
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
	section.frame__marquee
	{
		overflow: hidden;
		height: 40px;
		background-color: rgb(139,180,157);		
		color: rgb(255,255,255);
		font-family: 'MarianinaCnFYMedium_M';
		line-height: 40px;
		font-size: 26px;
		text-transform: uppercase;
	}
	section.frame__marquee span
	{
		margin: 0px 20px;
	}	

	header.header__home
	{
		height: 780px;
		background-image: url("../images/header__home.jpg");
		background-position: top center;
		background-size: cover;
	}
	.headerNew{
		position: relative;
		height: 500px;
		width: 100%;
		position: relative;
		background-position: top center;
		background-size: cover;
	}
	header.header__home .brand__logo
	{
		margin-top: 40px;
		font-size: 220px;
		color: rgb(255,255,255);
	}
	header.header__collage__small
	{
		overflow: hidden;
		height: 420px;
	}
	header.header__collage
	{
		overflow: hidden;
		height: 840px;
	}
	header.header__collage .center, header.header__collage__small .center
	{
		width: 870px;
		height: 840px;
		position: relative;
		margin: 0 auto;
		overflow: visible;
	}
	header.header__collage__small .center
	{
		height: 420px;
	}
	header.header__collage .imageLeft1,  header.header__collage .imageLeft2, header.header__collage__small .imageLeft1
	{
		position: absolute;
		left: 0px;
		width: 515px;
		left: calc(50% - (870px / 2) - 515px);
		top: 0px;
		height: 420px;
		object-position: center;
		object-fit: cover;
	}
	header.header__collage .imageLeft2
	{
		top: 420px;
		object-position: center;
		object-fit: cover;
	}
	header.header__collage .image1, header.header__collage__small .image1
	{
		position: absolute;
		height: 420px;
		width: 515px;
		top: 0px;
		left: 0px;
		object-position: center;
		object-fit: cover;
	}
	header.header__collage .image1a{
		position: absolute;
		height: 420px;
		width: 515px;
		top: 420px;
		left: 0px;
		object-position: center;
		object-fit: cover;
	}
	header.header__collage .image2
	{
		position: absolute;
		height: 840px;
		width: calc(50vw - (870px / 2) + 515px);
		top: 0px;
		left: 515px;
		object-position: center;
		object-fit: cover;
	}
	 header.header__collage__small .image2
	{
		position: absolute;
	    height: 840px;
	    width: calc(50vw - (870px / 2) + 515px);
	    top: -210px;
	    left: 515px;
		 object-position: center;
		 object-fit: cover;
	}
	header.header__collage .frame__tekst
	{	
		position: absolute;
		height: 420px;
		width: 515px;
		left: 0px;
		bottom: 0px;
		background-color: rgb(40,40,40);
		padding: 60px 40px;
		box-sizing: border-box;
		text-align: center;

	}
	header.header__collage .frame__tekst .title
	{
		font-size: 44px;
		font-family: 'MarianinaCnFYMedium_M';
		color: rgb(139,180,157);
		text-transform: uppercase;
	}
	header.header__collage .frame__tekst p
	{
		color: rgb(139,180,157);
	}
	section.row__news, section.row__news__detail
	{
		padding: 105px 0px 265px 0px;
	}
	section.row__newsMore
	{
		padding: 85px 0px 85px 0px;
		background-color: rgb(255,255,255);
		text-align: center;
		font-size: 36px;
		color: rgb(0,0,0);
	}
	section.row__news .center, section.row__news__detail .center, section.row__about .center
	{
		width: 870px;
	    margin: 0 auto;
	    position: relative;
	}
	section.row__about .centerBig
	{
		width: 1030px;
	    margin: 0 auto;
	    position: relative;
	}
	 section.row__about .aboutName
	{
		font-size: 31px;
		font-family: 'MarianinaWdFYBlack_M';
		color: rgb(0,0,0);
		text-align: center;
	}
	section.row__about
	{
		padding: 105px 0px 265px  0px;
	}
	section.row__news:nth-child(odd)
	{

	}
	section.row__news:nth-child(even)
	{
		background-color: rgb(139,180,157);
	}
	section.row__news .news__title, section.row__about .title
	{
		font-family: 'MarianinaCnFYMedium_M';
		font-size: 50px;
		text-transform: uppercase;
		font-style: normal !important;
		margin: 0 0 20px 0px;
	}
	.titleMain
	{
		font-family: 'MarianinaCnFYMedium_M';
		font-size: 50px;
		text-transform: uppercase;
		font-style: normal !important;
		margin: 0 0 20px 0px;
		color: rgb(139,180,157);
	}
	section.row__news__detail .news__title
	{
		font-family: 'MarianinaCnFYMedium_M';
		font-size: 50px;
		text-transform: uppercase;
		font-style: normal !important;
		margin: 0 0 20px 0px;
		color: rgb(139,180,157);
		line-height: 100px;
	}
	section.row__news__detail .news__intro
	{

		font-size: 30px;
		line-height: 36px;
		color: rgb(139,180,157);
	}
	section.row__news__detail .pic__slideshow
	{
		float: right;		
		position: relative;
		margin: 0px 0px 20px 20px;
		width: 390px;
		height: 260px;
	}
	section.row__news__detail .pic__slideshow img
	{
		position: absolute;
		z-index: 1;		
		width: 390px;
		height: 260px;
	}
	section.row__news__detail .pic__slideshow a.openSlideshow
	{
		position: absolute;
		left: 10px;
		bottom: 10px;
		width: 48px;
		height: 35px;
		font-size: 20px;		
		color:  rgb(255,255,255);
		background-color:rgb(161,36,44);	
		z-index: 2;	
		text-align: center;
	}

	section.row__news .news__intro
	{
		font-family: 'MarianinaWdFYBlack_M';
		font-size: 30px;
		line-height: 36px;
	}
	section.row__news .bottomLine
	{
		clear: both;
		float: right;
		width: 100%;
		position: relative;
		text-align: right;
	}
	section.row__news__detail .bottomLine
	{
		clear: both;
		width: 100%;
		position: relative;
		
	}
	section.row__news__detail .bottomLine span.share
	{
		width: 400px;
		float: left;
	}
	section.row__news__detail .bottomLine span.date
	{
		width: 200px;
		float: right;
	color: rgb(139,180,157);
	}

	section.row__news .bottomLine span
	{
		margin-right: 20px;
	}

	section.row__news:nth-child(odd) .news__intro
	{
		color: rgb(139,180,157);
	}
	section.row__news:nth-child(even)  .news__intro
	{
		color: rgb(255,255,255);	
	}

	section.row__news:nth-child(odd) .news__txt
	{
		color: rgb(40,40,40);
		width: 100%;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;


	}
	section.row__news:nth-child(even)  .news__txt
	{
		color: rgb(255,255,255);
		width: 100%;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	
	}

	section.row__news:nth-child(odd) .bottomLine
	{
		color: rgb(139,180,157);
	}
	section.row__news:nth-child(even)  .bottomLine
	{
		color: rgb(255,255,255);	
	}





	section.frame__events
	{
		min-height: 780px;
		background-image: url("../images/background__agenda__repeat.jpg");
		background-position: top center;
		background-repeat: repeat-y;
	}
	section.frame__news__more
	{
		height: 780px;
		background-image: url("../images/background__agenda.jpg");
		background-position: top center;
		background-size: cover;	
	}
	section.frame__events__footer
	{
		padding: 105px 0px 0px 0px;
	}
	section.frame__news__more .news__holder
	{
		width: 515px;
		position: relative;
		margin: 160px auto 0 auto;
	}
	.heart
	{
		position: absolute;
		top: -350px;
    	left: -270px;
    	transform: rotate(-15deg);
    	max-width: 300px;
    	height: auto;
	}
	section.frame__news__more .news__holder .title
	{
		font-size: 50px;
		text-transform: uppercase;
		font-family: 'MarianinaCnFYMedium_M';
		color: rgb(162,39,43);
		margin: 0;
	}
	section.frame__events .events__holder
	{
		width: 515px;
		position: relative;
		margin: -84px auto 0 auto;
	}
	section.frame__events__footer .events__holder
	{
		width: 515px;
		position: relative;
		margin: 0px auto 0 auto;
	}
	section.frame__events .events__holder_detail
	{
		width: 790px;
		position: relative;
		margin: -445px auto 0 auto;
	}
	.events__poster
	{
		position: relative;
		float: right;
		width: 265px;
		background-color: rgb(255,255,255);
		text-align: center;
	}
	.events__poster:before
	{
		content: ' ';
		background-color: rgb(255,255,255);
		position: absolute;
		left: -10px;
		width: 10px;
		height: 84px;
		top: 0px;
	}
	.events__poster img
	{
		margin-top: 15px;
		width: 250px;
		height: auto;
	}
	.events__poster__arrow
	{
		position: absolute;
		bottom: -100px;
		color: rgb(255,255,255);
		width: 265px;
	    font-size: 42px;
	    left: 0px;
	}
	.nav__events
	{
		float: left;
		width: 515px;
	}
	ul.nav__events, ul.nav__events li, ul.nav__news, ul.nav__news li
	{
		padding: 0; margin: 0;
	}
	ul.nav__events li
	{
		list-style: none;
		position: relative;
		height: 84px;
		width: 100%;
		overflow: hidden;
		background-color: rgb(255,255,255);
		margin: 0px 0px 4px 0px;
	}
	ul.nav__news li
	{
		list-style: none;
		position: relative;
		height: 84px;
		width: 100%;
		overflow: hidden;
		background-color: rgb(255,255,255);
		margin: 0px 0px 4px 0px;
	}
	ul.nav__events li .date
	{
		position: relative;
		float: left;
		background-color: rgb(161,36,44);
		height: 84px;
		width: 84px;
	}
	ul.nav__events li .date.acrhive
	{
		background-color: rgb(220,220,220);
	}
	ul.nav__events li .date .day
	{
		font-family: 'CosmopolitanScriptBold';
		font-size: 62px;
		color: rgb(255,128,0);
		text-align: center;
		position: absolute;
		width: 84px;
		height: 44px;
		top: 7px;
		text-shadow: 0 0 10px #ffc900;
	}
	ul.nav__events li .date .day_small
	{
		font-size: 32px;
	}
	ul.nav__events li .date .month
	{
		font-family: 'CosmopolitanScriptBold';
		font-size: 62px;
		color: rgb(255,128,0);
		text-align: center;
		position: absolute;
		width: 84px;
		height: 40px;
		top: 35px;
		text-shadow: 0 0 10px #ffc900;
	}


	ul.nav__events li .date .month_small
	{
		font-size: 32px;
	}
	ul.nav__news li .content
	{
		position: relative;
		float: left;
		height: 84px;
		margin: 0px 16px;
		width: calc(100% - 16px - 16px);
	}
	
	ul.nav__news li .content .title
	{
		font-family: 'CosmopolitanScriptBold';
		color: rgb(40,40,40);
		font-size: 68px;		
		margin: 0px 0px 0px 0px;
		text-transform: lowercase;
		float: left;
		line-height: 49px;
		white-space: nowrap;
  		overflow: hidden;
  		text-overflow: ellipsis;
  		width: 100%;
	}
	ul.nav__news li .content .description
	{
		clear: both;
		float: left;
		font-family: 'MarianinaWdFYLight_M';
		font-size: 16px;
		color: rgb(40,40,40);
		text-transform: uppercase;
	}

	ul.nav__events li .content.archive .title, ul.nav__news li .content.archive .description
	{
		color: rgb(140,140,140);
	}
	ul.nav__events li .content
	{
		position: relative;
		float: left;
		height: 84px;
		margin: 0px 16px;
		width: calc(100% - 84px - 16px - 16px);
	}
	ul.nav__events li .content .title
	{
		font-family: 'MarianinaCnFYMedium_M';
		color: rgb(40,40,40);
		font-size: 44px;
		margin: 15px 0px 0px 0px;
		text-transform: uppercase;
		float: left;
		line-height: 34px;
	}
	ul.nav__events li .content .description
	{
		clear: both;
		float: left;
		font-family: 'MarianinaWdFYLight_M';
		font-size: 16px;
		color: rgb(40,40,40);
		text-transform: uppercase;
	}
	ul.nav__events li.nav__plus
	{
		background-color: rgba(0,0,0,0.4) !important;
	}
	ul.nav__events li.nav__plus .plus
	{
		position: relative;
		height: 84px;
		width: 84px;
		font-family: 'MarianinaCnFYMedium_M';
		font-size: 86px;
		line-height: 84px;
		text-align: center;
		color: rgb(255,255,255);
		border: 3px dashed rgb(255,255,255);
		box-sizing: border-box;
		float: left;
	}
	ul.nav__events li.nav__plus .content
	{
		position: relative;
		box-sizing: border-box;
		float: left;
		height: 84px;
		width: calc(100% - 84px);
		padding: 0px 0px;
		margin: 0px !important;
		font-family: 'MarianinaCnFYMedium_M';
		color: rgb(255,255,255);
		font-size: 44px;		
		text-transform: uppercase;
		float: left;
		line-height: 84px;
		border-right: 3px dashed rgb(255,255,255);
		border-top: 3px dashed rgb(255,255,255);
		border-bottom: 3px dashed rgb(255,255,255);
	}
	ul.nav__events li.nav__plus .content span
	{
		margin-left: 16px;
	}

	section.homepage__cafe
	{
		padding: 115px 0px 135px 0px;
		background-color: rgb(40,40,40);
	}
	section.homepage__cafe .center
	{
		position: relative;
		width: 690px;
		margin: 0 auto;
	}

	section.homepage__news
	{
		padding: 115px 0px 135px 0px;
		background-color: rgb(255,255,255);
	}
	section.homepage__news .center
	{
		position: relative;
		width: 1110px;
		margin: 0 auto;
	}
	section.homepage__news .center .frame
	{
		width: 830px;
		float: left;
		position: relative;
	}
	section.homepage__news .center .frame .date
	{
		font-size: 16px;
		text-transform: uppercase;
		font-style: normal !important;
	}


	.pageRightButton
	{
		position: absolute;
		right: 0px;
		top: 0px;
		height: 100%;
		width: calc(50% - (1190px / 2) + 270px);
	}
	.btnMore:before
	{
		position: absolute;
		font-size: 20px;
		top: 0px;
		content: "\e903";
		font-family: 'icomoon' !important;
		speak: none;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		line-height: 1;

		/* Better Font Rendering =========== */
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;

		width: 100%;
    	text-align: center;
	}
	.btnMore
	{
		position: relative;
		width: 33px;
		height: 25px;
		padding-top: 25px;
		font-size: 16px;
		font-family: 'MarianinaWdFYLight_M';
		text-transform: uppercase;
		text-decoration: none;
		opacity: 1;
	}
	.btnMore:hover
	{
		cursor: pointer;
		opacity: 0.7;
	}


	section.homepage__inhetkort
	{
		background-color: rgb(161,36,44);
		padding: 35px 0px 85px 0px;
	}
	section.homepage__inhetkort .center
	{
		position: relative;
		width: 1110px;
		margin: 0 auto;
	}
	section.homepage__inhetkort .center .center div
	{
		font-family: "MarianinaCnFYLight_M";
		
		width: 100%;
		height: 120px;
		color: rgb(255,255,255);
		text-transform: uppercase;
		text-align: center;
	}
	section.homepage__inhetkort .center .center div span.text
	{
		font-size: 36px;
		    margin-top: 20px;
		float: left;
    	width: 100%;
		position: relative;
	}	
	section.homepage__inhetkort .center .center div span.icon-gesprekken
	{
		font-size: 70px;
		position: relative;
	}	
	section.homepage__inhetkort .center .center div span.icon-alleLeeftijden
	{
		font-size: 70px;
		position: relative;
	}	
	section.homepage__inhetkort .center .center div span.icon-drinken
	{
		font-size: 70px;
		position: relative;
	}	
	section.homepage__inhetkort .center .center div span.icon-vrienden
	{
		font-size: 70px;
		position: relative;
	}	
	section.row__respImage
	{
		line-height: 0px;
	    margin: 0;
	    padding: 0;
	    overflow: hidden;
	}
	section.row__respImage img
	{
		height: auto;
		width: 100%;
	}

	section.footer_pre
	{
		background-color: rgb(161,36,44);
		padding: 35px 0px 245px 0px;
	}
	section.footer_pre .center
	{
		position: relative;
		width: 840px;
		margin: 0 auto;
	}
	section.footer_pre .center .center div
	{
		font-family: "MarianinaCnFYLight_M";
		
		margin: 0px 20px;
		height: 120px;
		color: rgb(255,255,255);
		text-transform: uppercase;
		text-align: center;
	}
	a.btnRound:before
	{
	    position: absolute;
	    font-size: 30px;
	    top: 10px;
	    
	    font-family: 'icomoon' !important;
	    speak: none;
	    font-style: normal;
	    font-weight: normal;
	    font-variant: normal;
	    text-transform: none;
	    line-height: 1;
	    -webkit-font-smoothing: antialiased;
	    -moz-osx-font-smoothing: grayscale;
	    width: 100%;
	    text-align: center;
	    left: 0px;
	    text-align: center;
	}
	a.socialInstagram{
		background-image: url('../images/instagram.svg');
		background-size: 30px 30px;
		background-repeat: no-repeat;
		background-position: center;
	}
	a.btnRound
	{
		position: relative;
		display: inline-block;
		width: 50px;
		height: 50px;
		border-radius: 50px;
		-webkit-border-radius: 50px;
		font-size: 50px;
		position: relative;
		color: rgb(161,36,44);;
		background-color: rgb(255,255,255);
	}	

	a.btnRoundShare:before
	{
	    position: absolute;
	    font-size: 16px;
	    top: 10px;
	    
	    font-family: 'icomoon' !important;
	    speak: none;
	    font-style: normal;
	    font-weight: normal;
	    font-variant: normal;
	    text-transform: none;
	    line-height: 1;
	    -webkit-font-smoothing: antialiased;
	    -moz-osx-font-smoothing: grayscale;
	    width: 100%;
	    text-align: center;
	    left: 0px;
	    text-align: center;
	}
	a.btnRoundShare
	{
		position: relative;
		display: inline-block;
		width: 32px;
		height: 32px;
		border-radius: 32px;
		-webkit-border-radius: 32px;
		font-size: 32px;
		position: relative;
		color:  rgb(255,255,255);
		background-color:rgb(161,36,44);
		top: 7px;
		margin: 0px 0px 0px 5px;
	}	
	section.footer_pre .center .center div span.text
	{
		font-size: 36px;
		margin-top: 20px;
		float: left;
    	width: 100%;
		position: relative;
	}	
	footer
	{
		padding: 55px 0px;
		background-color: rgb(40,40,40);
	}
	footer .center
	{
		position: relative;
		width: 920px;
		margin: 0 auto;
	}
	footer .center .pic
	{
		position: absolute;
		right: -45px;
		bottom: -55px; /*padding 55px */
		height: 404px;
   		overflow: hidden;
	}
	footer .center p
	{
		font-size: 16px;
		margin: 0;
	}
	footer .footerHead
	{
		font-size: 36px !important;
		margin: 0 0 30px 0 !important;
		font-family: 'MarianinaCnFYLight_M';
		text-transform: uppercase;
	}
	.frame__breadcrums
	{
		height: 70px;
		background-color: rgb(255,255,255);
		line-height: 70px;
	}
	.frame__breadcrums .center
	{
		width: 810px;
		margin: 0 auto;
		position: relative;
	}
	.frame__breadcrums
	{
		font-size: 24px;
		color: rgb(255,255,255);
	}
	a.btnBack:before
	{
		position: absolute;
		font-size: 20px;
		left: 10px;
		top: 12px;
		content: "\e902";
		font-family: 'icomoon' !important;
		speak: none;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		line-height: 1;

		/* Better Font Rendering =========== */
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;

	}
	a.btnBack
	{
		background-color: rgb(255,255,255);
		display: inline-block;
		position: relative;
		font-size: 24px;
		font-family: 'MarianinaWdFYBlack_M';
		color: rgb(139,180,157);
		text-transform: uppercase;
		text-decoration: none;
		padding: 0px 20px 0px 40px;
		line-height: 45px;
	}
	.events__detail
	{
		padding: 115px 0px 435px 0px;
	}
	.events__detail .center
	{
		width: 870px;
		margin: 0 auto;
		position: relative;
	}
	.events__detail .share
	{
		position: absolute;
		right: 0px;
	}
	 .share p
	{
		margin: 0;
		line-height: 32px;
		font-family: 'MarianinaWdFYBlack_M';
		color: rgb(161,36,44);
		text-transform: uppercase;
		font-style: normal;
	}
	.events__detail .bottomLine
	{
		float: left;
		font-size: 36px;
		color: rgb(162,39,43);
		width: 100%;
		position: relative;
	}
	.events__detail .bottomLine a
	{
		float: right;
	}
	a.btnPlainRed
	{
		position: relative;
		display: inline-block;
		padding: 0px 40px 0px 20px;		
		color: rgb(162,39,43);
		line-height: 45px;
		height: 45px;
		font-size: 24px;
		font-family: 'MarianinaWdFYBlack_M';
		font-style: normal;
	}
	a.btnPlainRed:before
	{
		position: absolute;
		font-size: 20px;
		right: 10px;
		top: 12px;
		content: "\e903";
		font-family: 'icomoon' !important;
		speak: none;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		line-height: 1;

		/* Better Font Rendering =========== */
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
	a.btnRedSquare
	{
		display: inline-block;
		padding: 0px 40px 0px 20px;
		color: rgb(255,255,255);
		background-color: rgb(162,39,43);
		line-height: 45px;
		height: 45px;
		font-size: 24px;
		font-family: 'MarianinaWdFYBlack_M';
		font-style: normal;
		    position: relative;
	}
	a.btnRedSquare:before
	{
		position: absolute;
		font-size: 20px;
		right: 10px;
		top: 12px;
		content: "\e903";
		font-family: 'icomoon' !important;
		speak: none;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		line-height: 1;

		/* Better Font Rendering =========== */
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}



	.flip-container 
	{
			-webkit-perspective: 1000;
			-moz-perspective: 1000;
			-ms-perspective: 1000;
			perspective: 1000;

			-ms-transform: perspective(1000px);
			-moz-transform: perspective(1000px);
    			-moz-transform-style: preserve-3d; 
    			-ms-transform-style: preserve-3d; 

    		width: 310px;
    		height: 310px;
    		-webkit-border-radius: 310px;
    		border-radius: 310px;
    		margin-bottom: 40px;
    		overflow: hidden;
	}

			

			/* START: Accommodating for IE */
			.flip-container:hover .back, .flip-container.hover .back 
			{
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
	}


	.flip-container:hover .front, .flip-container.hover .front {
	    -webkit-transform: rotateY(180deg);
	    -moz-transform: rotateY(180deg);
	    -o-transform: rotateY(180deg);
	    transform: rotateY(180deg);
	}
			
		/* END: Accommodating for IE */

		.flip-container, .front, .back {
			width: 310px;
			height: 310px;
		}

		.flipper {
			-webkit-transition: 0.6s;
			-webkit-transform-style: preserve-3d;
			-ms-transition: 0.6s;

			-moz-transition: 0.6s;
			-moz-transform: perspective(1000px);
			-moz-transform-style: preserve-3d;
			-ms-transform-style: preserve-3d;

			transition: 0.6s;
			transform-style: preserve-3d;

			position: relative;
		}

		.front, .back {
			-webkit-backface-visibility: hidden;
			-moz-backface-visibility: hidden;
			-ms-backface-visibility: hidden;
			backface-visibility: hidden;

		    -webkit-transition: 0.6s;
		    -webkit-transform-style: preserve-3d;
		    -webkit-transform: rotateY(0deg);

		    -moz-transition: 0.6s;
		    -moz-transform-style: preserve-3d;
		    -moz-transform: rotateY(0deg);

		    -o-transition: 0.6s;
		    -o-transform-style: preserve-3d;
		    -o-transform: rotateY(0deg);

		    -ms-transition: 0.6s;
		    -ms-transform-style: preserve-3d;
		    -ms-transform: rotateY(0deg);

		    transition: 0.6s;
		    transform-style: preserve-3d;
		    transform: rotateY(0deg);

			position: absolute;
			top: 0;
			left: 0;
		}

		.front {
			-webkit-transform: rotateY(0deg);
			-ms-transform: rotateY(0deg);
			background: lightgreen;
			z-index: 2;
		}

		.back {			
			-webkit-transform: rotateY(-180deg);
		    -moz-transform: rotateY(-180deg);
		    -o-transform: rotateY(-180deg);
		    -ms-transform: rotateY(-180deg);
		    transform: rotateY(-180deg);
			background-image: url("../images/flip_back.png");
			background-position: -8px 0px;
			background-repeat: no-repeat;
		}
	
		.back-title {			
			text-align: center;
			font-family: 'MarianinaCnFYLight_M';
			font-size: 25px;
		    position: absolute;
		    top: 120px;
		    left: 70px;
		    right: 0;
		   
		    -webkit-transform: rotate(-20deg);
		    -moz-transform: rotate(-20deg);
		    -ms-transform: rotate(-20deg);
		    transform: rotate(-12deg);
		    font-family: 'MarianinaCnFYLight_M';
		    width: 180px;
		}
		label
		{
			position: relative;
			float: left;
			width: 160px;
			font-size: 31px;
			font-family: 'MarianinaCnFYMedium_M';
			color: rgb(40,40,40);
			line-height: 68px;
			margin-bottom: 20px;
			text-transform: uppercase;
		}
		input[type=text], select, textarea
		{
			margin-bottom: 20px;
			position: relative;
			float: left;
			padding: 0px 20px;
			width: calc(100% - 40px - 160px - 2px);
			height: 68px;
			border: 1px solid rgb(40,40,40);
			font-size: 31px;
			font-family: 'MarianinaCnFYMedium_M';
			color: rgb(40,40,40);
			line-height: 68px;
		}
		.adding{
			width: 100%;
			min-height: 44px;
			line-height: 44px;
			clear: both;
			position: relative;float: left;
		}
		#shopForm select{
			width: 100px;
			height: 44px;
			margin-right: 20px;
			font-size: 16px;
			line-height: 44px;
		}
	#shopForm label{
		clear: both;
		height: 44px;
		line-height: 44px;
	}
		textarea
		{
			height: 140px;
		}
		select
		{
			width: calc(100% - 160px - 2px);
		}
		.error
		{
			background-color: rgba(162,39,43,0.5);
		}
		.logoSlider img
		{
			max-height: 140px;
			max-width: 240px;
			width: auto;
			height: auto;
			margin: 0px 40px;
		}

	.hamburger
	{
		display: none;
	}
		
}	
@media screen and (max-width: 1200px) 
{
	section.nav__top
	{
		height: 124px;
		background-color: rgb(161,36,44);
	}
	section.nav__top .center
	{
		width: 888px;
		position: relative;
		margin: 0 auto;
	}
	section.nav__top .brand__logo
	{
		width: 155px;
		height: 124px;
		font-size: 85px;
		color: rgb(255,255,255);
		margin: 0px 10px 0px 0px;
	}
	section.nav__top .frame__sponsors
	{
		width: 190px;
		height: 124px;		
	}
	section.nav__top .frame__sponsors img
	{
		width: auto;
		height: auto;
		max-height: 124px;
		max-width: 190px;
	}

	section.nav__top .brand__logo a
	{
		color: rgb(255,255,255);
	}
	section.nav__top nav.nav__main
	{
		background-color: rgb(255,255,255);
		height: 124px;
		width: 100%;

	}
	section.nav__top nav.nav__main ul
	{
		padding: 0px; 
		margin: 0px 0px 0px 30px;
	}
	section.nav__top nav.nav__main ul li
	{
		float: left;
		padding: 0px; 
		height: 124px;
		line-height: 124px;
		margin: 0px 25px 0px 0px;
		list-style: none;
		position: relative;
	}
	section.nav__top nav.nav__main ul li a
	{
		position: relative;
		font-family: 'MarianinaWdFYBlack_M';
		font-size: 17px;
		color: rgb(40,40,40);
		line-height: 124px;		
		display: inline-block;
		text-transform: uppercase;
		text-decoration: none;
	}
	section.nav__top nav.nav__main ul li a.selected:before
	{
		position: absolute;
		font-size: 27px;
		left: calc(50% - (11px / 2));
		top: 20px;
		content: "\e909";
		font-family: 'icomoon' !important;
		speak: none;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		line-height: 1;

		/* Better Font Rendering =========== */
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
	section.frame__marquee
	{
		height: 40px;
		background-color: rgb(139,180,157);		
		color: rgb(255,255,255);
		font-family: 'MarianinaCnFYMedium_M';
		line-height: 40px;
		font-size: 26px;
		text-transform: uppercase;
	}
	section.frame__marquee span
	{
		margin: 0px 20px;
	}	

	header.header__home
	{
		height: 500px;
		background-image: url("../images/header__home.jpg");
		background-position: top center;
		background-size: cover;
	}
	header.header__home .brand__logo
	{
		margin-top: 80px;
		font-size: 266px;
		color: rgb(255,255,255);
	}
	header.header__collage__small
	{
		overflow: hidden;
		height: 336px;
	}
	header.header__collage
	{
		overflow: hidden;
		height: 672px;
	}
	header.header__collage .center, header.header__collage__small .center
	{
		width: 696px;
		height: 672px;
		position: relative;
		margin: 0 auto;
		overflow: visible;
	}
	header.header__collage__small .center
	{
		height: 336px;
	}
	header.header__collage .imageLeft1,  header.header__collage .imageLeft2, header.header__collage__small .imageLeft1
	{
		position: absolute;
		left: 0px;
		width: 300px;
		left: 0;
		top: 0px;
		height: 336px;
	}
	header.header__collage .imageLeft2
	{
		top: 336px;
	}
	header.header__collage .image1, header.header__collage__small .image1
	{
		position: absolute;
		height: 336px;
		width: 412px;
		top: 0px;
		left: 0px;
	}
	header.header__collage .image1a {
		position: absolute;
		height: 336px;
		width: 412px;
		top: 336px;
		left: 0px;
		object-position: center;
		object-fit: cover;
	}
	header.header__collage .image2
	{
		position: absolute;
		height: 672px;
		width: auto;
		top: 0px;
		left: 412px;
	}
	 header.header__collage__small .image2
	{
		position: absolute;
	    height: 672px;
	    width: calc(50vw - (696px / 2) + 412px);
	    top: -210px;
	    left: 412px;
	}
	header.header__collage .frame__tekst
	{	
		position: absolute;
		height: 336px;
		width: 412px;
		left: 0px;
		bottom: 0px;
		background-color: rgb(40,40,40);
		padding: 60px 40px;
		box-sizing: border-box;
		text-align: center;
	}
	header.header__collage .frame__tekst .title
	{
		font-size: 44px;
		font-family: 'MarianinaCnFYMedium_M';
		color: rgb(139,180,157);
		text-transform: uppercase;
	}
	header.header__collage .frame__tekst p
	{
		color: rgb(139,180,157);
	}
	section.row__news, section.row__news__detail
	{
		padding: 105px 0px 195px 0px;
	}
	section.row__newsMore
	{
		padding: 85px 0px 85px 0px;
		background-color: rgb(255,255,255);
		text-align: center;
		font-size: 36px;
		color: rgb(0,0,0);
	}
	section.row__news .center, section.row__news__detail .center, section.row__about .center
	{
		width: 696px;
	    margin: 0 auto;
	    position: relative;
	}
	section.row__about .centerBig
	{
		width: 824px;
	    margin: 0 auto;
	    position: relative;
	}
	 section.row__about .aboutName
	{
		font-size: 31px;
		font-family: 'MarianinaWdFYBlack_M';
		color: rgb(0,0,0);
		text-align: center;
	}
	section.row__about
	{
		padding: 105px 0px 265px 0px;
	}
	section.row__news:nth-child(odd)
	{

	}
	section.row__news:nth-child(even)
	{
		background-color: rgb(139,180,157);
	}
	section.row__news .news__title, section.row__about .title
	{
		/*font-family: 'CosmopolitanScriptBold';*/
		font-size: 88px;
		margin: 0 0 20px 0px;
	}
	.titleMain
	{
		/*font-family: 'CosmopolitanScriptBold';*/
		font-size: 88px;
		margin: 0 0 20px 0px;
		color: rgb(139,180,157);
	}
	section.row__news__detail .news__title
	{
		/*font-family: 'CosmopolitanScriptBold';*/
		font-size: 125px;
		margin: 0 0 20px 0px;
		color: rgb(139,180,157);
		line-height: 100px;
	}
	section.row__news__detail .news__intro
	{
		font-family: 'MarianinaWdFYBlack_M';
		font-size: 30px;
		line-height: 36px;
		color: rgb(139,180,157);
	}
	section.row__news__detail .pic__slideshow
	{
		float: right;		
		position: relative;
		margin: 0px 0px 20px 20px;
		width: 390px;
		height: 260px;
	}
	section.row__news__detail .pic__slideshow img
	{
		position: absolute;
		z-index: 1;		
		width: 390px;
		height: 260px;
	}
	section.row__news__detail .pic__slideshow a.openSlideshow
	{
		position: absolute;
		left: 10px;
		bottom: 10px;
		width: 48px;
		height: 35px;
		font-size: 20px;		
		color:  rgb(255,255,255);
		background-color:rgb(161,36,44);	
		z-index: 2;	
		text-align: center;
	}

	section.row__news .news__intro
	{
		font-family: 'MarianinaWdFYBlack_M';
		font-size: 30px;
		line-height: 36px;
	}
	section.row__news .bottomLine
	{
		clear: both;
		float: right;
		width: 100%;
		position: relative;
		text-align: right;
	}
	section.row__news__detail .bottomLine
	{
		clear: both;
		width: 100%;
		position: relative;
		
	}
	section.row__news__detail .bottomLine span.share
	{
		width: 400px;
		float: left;
	}
	section.row__news__detail .bottomLine span.date
	{
		width: 200px;
		float: right;
	color: rgb(139,180,157);
	}

	section.row__news .bottomLine span
	{
		margin-right: 20px;
	}

	section.row__news:nth-child(odd) .news__intro
	{
		color: rgb(139,180,157);
	}
	section.row__news:nth-child(even)  .news__intro
	{
		color: rgb(255,255,255);	
	}

	section.row__news:nth-child(odd) .news__txt
	{
		color: rgb(40,40,40);
		width: 100%;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;


	}
	section.row__news:nth-child(even)  .news__txt
	{
		color: rgb(255,255,255);
		width: 100%;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	
	}

	section.row__news:nth-child(odd) .bottomLine
	{
		color: rgb(139,180,157);
	}
	section.row__news:nth-child(even)  .bottomLine
	{
		color: rgb(255,255,255);	
	}





	section.frame__events
	{
		min-height: 508px;
		background-image: url("../images/background__agenda__repeat.jpg");
		background-repeat: repeat-y;
		background-position: top center;

	}
	section.frame__news__more
	{
		height: 592px;
		background-image: url("../images/background__agenda.jpg");
		background-position: top center;
		background-size: cover;	
	}
	section.frame__events__footer
	{
		padding: 105px 0px 0px 0px;
	}
	section.frame__news__more .news__holder
	{
		width: 515px;
		position: relative;
		margin: 160px auto 0 auto;
	}
	.heart
	{
		position: absolute;
		top: -350px;
    	left: -270px;
	}
	section.frame__news__more .news__holder .title
	{
		font-size: 50px;
		text-transform: uppercase;
		font-family: 'MarianinaCnFYMedium_M';
		color: rgb(162,39,43);
		margin: 0;
	}
	section.frame__events .events__holder
	{
		width: 515px;
		position: relative;
		margin: -84px auto 0 auto;
	}
	section.frame__events__footer .events__holder
	{
		width: 515px;
		position: relative;
		margin: 0px auto 0 auto;
	}
	section.frame__events .events__holder_detail
	{
		width: 790px;
		position: relative;
		margin: -84px auto 0 auto;
	}
	.events__poster
	{
		position: relative;
		float: right;
		width: 265px;
		background-color: rgb(255,255,255);
		text-align: center;
	}
	.events__poster:before
	{
		content: ' ';
		background-color: rgb(255,255,255);
		position: absolute;
		left: -10px;
		width: 10px;
		height: 84px;
		top: 0px;
	}
	.events__poster img
	{
		margin-top: 15px;
		width: 250px;
		height: auto;
	}
	.events__poster__arrow
	{
		position: absolute;
		bottom: -100px;
		color: rgb(255,255,255);
		width: 265px;
	    font-size: 42px;
	    left: 0px;
	}
	.nav__events
	{
		float: left;
		width: 515px;
	}
	ul.nav__events, ul.nav__events li, ul.nav__news, ul.nav__news li
	{
		padding: 0; margin: 0;
	}
	ul.nav__events li
	{
		list-style: none;
		position: relative;
		height: 84px;
		width: 100%;
		overflow: hidden;
		background-color: rgb(255,255,255);
		margin: 0px 0px 4px 0px;
	}
	ul.nav__news li
	{
		list-style: none;
		position: relative;
		height: 84px;
		width: 100%;
		overflow: hidden;
		background-color: rgb(255,255,255);
		margin: 0px 0px 4px 0px;
	}
	ul.nav__events li .date
	{
		position: relative;
		float: left;
		background-color: rgb(161,36,44);
		height: 84px;
		width: 84px;
	}
	ul.nav__events li .date.acrhive
	{
		background-color: rgb(220,220,220);
	}
	ul.nav__events li .date .day
	{
		font-family: 'CosmopolitanScriptBold';
		font-size: 62px;
		color: rgb(255,128,0);
		text-align: center;
		position: absolute;
		width: 84px;
		height: 44px;
		top: 7px;
		text-shadow: 0 0 10px #ffc900;
	}
	ul.nav__events li .date .day_small
	{
		font-size: 32px;
	}
	ul.nav__events li .date .month
	{
		font-family: 'CosmopolitanScriptBold';
		font-size: 62px;
		color: rgb(255,128,0);
		text-align: center;
		position: absolute;
		width: 84px;
		height: 40px;
		top: 35px;
		text-shadow: 0 0 10px #ffc900;
	}


	ul.nav__events li .date .month_small
	{
		font-size: 32px;
	}
	ul.nav__news li .content
	{
		position: relative;
		float: left;
		height: 84px;
		margin: 0px 16px;
		width: calc(100% - 16px - 16px);
	}
	
	ul.nav__news li .content .title
	{
		font-family: 'CosmopolitanScriptBold';
		color: rgb(40,40,40);
		font-size: 68px;		
		margin: 0px 0px 0px 0px;
		text-transform: lowercase;
		float: left;
		line-height: 49px;
		white-space: nowrap;
  		overflow: hidden;
  		text-overflow: ellipsis;
  		width: 100%;
	}
	ul.nav__news li .content .description
	{
		clear: both;
		float: left;
		font-family: 'MarianinaWdFYLight_M';
		font-size: 16px;
		color: rgb(40,40,40);
		text-transform: uppercase;
	}

	ul.nav__events li .content.archive .title, ul.nav__news li .content.archive .description
	{
		color: rgb(140,140,140);
	}
	ul.nav__events li .content
	{
		position: relative;
		float: left;
		height: 84px;
		margin: 0px 16px;
		width: calc(100% - 84px - 16px - 16px);
	}
	ul.nav__events li .content .title
	{
		font-family: 'MarianinaCnFYMedium_M';
		color: rgb(40,40,40);
		font-size: 44px;
		margin: 15px 0px 0px 0px;
		text-transform: uppercase;
		float: left;
		line-height: 34px;
	}
	ul.nav__events li .content .description
	{
		clear: both;
		float: left;
		font-family: 'MarianinaWdFYLight_M';
		font-size: 16px;
		color: rgb(40,40,40);
		text-transform: uppercase;
	}
	ul.nav__events li.nav__plus
	{

	}
	ul.nav__events li.nav__plus .plus
	{
		position: relative;
		height: 84px;
		width: 84px;
		font-family: 'MarianinaCnFYMedium_M';
		font-size: 86px;
		line-height: 84px;
		text-align: center;
		color: rgb(255,255,255);
		border: 3px dashed rgb(255,255,255);
		box-sizing: border-box;
		float: left;
	}
	ul.nav__events li.nav__plus .content
	{
		position: relative;
		box-sizing: border-box;
		float: left;
		height: 84px;
		width: calc(100% - 84px);
		padding: 0px 0px;
		margin: 0px !important;
		font-family: 'MarianinaCnFYMedium_M';
		color: rgb(255,255,255);
		font-size: 44px;		
		text-transform: uppercase;
		float: left;
		line-height: 84px;
		border-right: 3px dashed rgb(255,255,255);
		border-top: 3px dashed rgb(255,255,255);
		border-bottom: 3px dashed rgb(255,255,255);
	}
	ul.nav__events li.nav__plus .content span
	{
		margin-left: 16px;
	}

	section.homepage__cafe
	{
		padding: 92px 0px 108px 0px;
		background-color: rgb(40,40,40);
	}
	section.homepage__cafe .center
	{
		position: relative;
		width: 690px;
		margin: 0 auto;
	}

	section.homepage__news
	{
		padding: 92px 0px 108px 0px;
		background-color: rgb(255,255,255);
	}
	section.homepage__news .center
	{
		position: relative;
		width: 888px;
		margin: 0 auto;
	}
	section.homepage__news .center .frame
	{
		width: 664px;
		float: left;
		position: relative;
	}
	section.homepage__news .center .frame .date
	{
		font-size: 16px;
		text-transform: uppercase;
		font-style: normal !important;
	}


	.pageRightButton
	{
		position: absolute;
		right: 0px;
		top: 0px;
		height: 100%;
		width: calc(50% - (952px / 2) + 216px);
	}
	.btnMore:before
	{
		position: absolute;
		font-size: 20px;
		top: 0px;
		content: "\e903";
		font-family: 'icomoon' !important;
		speak: none;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		line-height: 1;

		/* Better Font Rendering =========== */
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;

		width: 100%;
    	text-align: center;
	}
	.btnMore
	{
		position: relative;
		width: 33px;
		height: 25px;
		padding-top: 25px;
		font-size: 16px;
		font-family: 'MarianinaWdFYLight_M';
		text-transform: uppercase;
		text-decoration: none;
		opacity: 1;
	}
	.btnMore:hover
	{
		cursor: pointer;
		opacity: 0.7;
	}


	section.homepage__inhetkort
	{
		background-color: rgb(161,36,44);
		padding: 35px 0px 85px 0px;
	}
	section.homepage__inhetkort .center
	{
		position: relative;
		width: 888px;
		margin: 0 auto;
	}
	section.homepage__inhetkort .center .center div
	{
		font-family: "MarianinaCnFYLight_M";
		
		width: 100%;
		height: 120px;
		color: rgb(255,255,255);
		text-transform: uppercase;
		text-align: center;
	}
	section.homepage__inhetkort .center .center div span.text
	{
		font-size: 36px;
		    margin-top: 20px;
		float: left;
    	width: 100%;
		position: relative;
	}	
	section.homepage__inhetkort .center .center div span.icon-gesprekken
	{
		font-size: 70px;
		position: relative;
	}	
	section.homepage__inhetkort .center .center div span.icon-alleLeeftijden
	{
		font-size: 70px;
		position: relative;
	}	
	section.homepage__inhetkort .center .center div span.icon-drinken
	{
		font-size: 70px;
		position: relative;
	}	
	section.homepage__inhetkort .center .center div span.icon-vrienden
	{
		font-size: 70px;
		position: relative;
	}	
	section.row__respImage
	{
		line-height: 0px;
	    margin: 0;
	    padding: 0;
	    overflow: hidden;
	}
	section.row__respImage img
	{
		height: auto;
		width: 100%;
	}

	section.footer_pre
	{
		background-color: rgb(161,36,44);
		padding: 35px 0px 245px 0px;
	}
	section.footer_pre .center
	{
		position: relative;
		width: 888px;
		margin: 0 auto;
	}
	section.footer_pre .center .center div
	{
		font-family: "MarianinaCnFYLight_M";
		
		margin: 0px 20px;
		height: 120px;
		color: rgb(255,255,255);
		text-transform: uppercase;
		text-align: center;
	}
	a.btnRound:before
	{
	    position: absolute;
	    font-size: 30px;
	    top: 10px;
	    
	    font-family: 'icomoon' !important;
	    speak: none;
	    font-style: normal;
	    font-weight: normal;
	    font-variant: normal;
	    text-transform: none;
	    line-height: 1;
	    -webkit-font-smoothing: antialiased;
	    -moz-osx-font-smoothing: grayscale;
	    width: 100%;
	    text-align: center;
	    left: 0px;
	    text-align: center;
	}
	a.btnRound
	{
		position: relative;
		display: inline-block;
		width: 50px;
		height: 50px;
		border-radius: 50px;
		-webkit-border-radius: 50px;
		font-size: 50px;
		position: relative;
		color: rgb(161,36,44);;
		background-color: rgb(255,255,255);
	}	

	a.btnRoundShare:before
	{
	    position: absolute;
	    font-size: 16px;
	    top: 10px;
	    
	    font-family: 'icomoon' !important;
	    speak: none;
	    font-style: normal;
	    font-weight: normal;
	    font-variant: normal;
	    text-transform: none;
	    line-height: 1;
	    -webkit-font-smoothing: antialiased;
	    -moz-osx-font-smoothing: grayscale;
	    width: 100%;
	    text-align: center;
	    left: 0px;
	    text-align: center;
	}
	a.btnRoundShare
	{
		position: relative;
		display: inline-block;
		width: 32px;
		height: 32px;
		border-radius: 32px;
		-webkit-border-radius: 32px;
		font-size: 32px;
		position: relative;
		color:  rgb(255,255,255);
		background-color:rgb(161,36,44);
		top: 7px;
		margin: 0px 0px 0px 5px;
	}	
	section.footer_pre .center .center div span.text
	{
		font-size: 36px;
		margin-top: 20px;
		float: left;
    	width: 100%;
		position: relative;
	}	
	footer
	{
		padding: 55px 0px;
		background-color: rgb(40,40,40);
	}
	footer .center
	{
		position: relative;
		width: 736px;
		margin: 0 auto;
	}
	footer .center .pic
	{
		    position: absolute;
    right: -45px;
    bottom: -98px;
    height: 270px;
    overflow: hidden;
	}
	footer .center .pic img
	{
		    width: 270px;
    height: auto;
	}
	footer .center p
	{
		font-size: 16px;
		margin: 0;
	}
	footer .footerHead
	{
		font-size: 36px !important;
		margin: 0 0 30px 0 !important;
		font-family: 'MarianinaCnFYLight_M';
		text-transform: uppercase;
	}
	.frame__breadcrums
	{
		height: 70px;
		background-color: rgb(255,255,255);
		line-height: 70px;
	}
	.frame__breadcrums .center
	{
		width: 810px;
		margin: 0 auto;
		position: relative;
	}
	.frame__breadcrums
	{
		font-size: 24px;
		color: rgb(255,255,255);
	}
	a.btnBack:before
	{
		position: absolute;
		font-size: 20px;
		left: 10px;
		top: 12px;
		content: "\e902";
		font-family: 'icomoon' !important;
		speak: none;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		line-height: 1;

		/* Better Font Rendering =========== */
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;

	}
	a.btnBack
	{
		background-color: rgb(255,255,255);
		display: inline-block;
		position: relative;
		font-size: 24px;
		font-family: 'MarianinaWdFYBlack_M';
		color: rgb(139,180,157);
		text-transform: uppercase;
		text-decoration: none;
		padding: 0px 20px 0px 40px;
		line-height: 45px;
	}
	.events__detail
	{
		padding: 115px 0px 135px 0px;
	}
	.events__detail .center
	{
		width: 870px;
		margin: 0 auto;
		position: relative;
	}
	.events__detail .share
	{
		position: absolute;
		right: 0px;
	}
	 .share p
	{
		margin: 0;
		line-height: 32px;
		font-family: 'MarianinaWdFYBlack_M';
		color: rgb(161,36,44);
		text-transform: uppercase;
		font-style: normal;
	}
	.events__detail .bottomLine
	{
		float: left;
		font-size: 36px;
		color: rgb(162,39,43);
		width: 100%;
		position: relative;
	}
	.events__detail .bottomLine a
	{
		float: right;
	}
	a.btnPlainRed
	{
		position: relative;
		display: inline-block;
		padding: 0px 40px 0px 20px;		
		color: rgb(162,39,43);
		line-height: 45px;
		height: 45px;
		font-size: 24px;
		font-family: 'MarianinaWdFYBlack_M';
		font-style: normal;
	}
	a.btnPlainRed:before
	{
		position: absolute;
		font-size: 20px;
		right: 10px;
		top: 12px;
		content: "\e903";
		font-family: 'icomoon' !important;
		speak: none;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		line-height: 1;

		/* Better Font Rendering =========== */
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
	a.btnRedSquare
	{
		display: inline-block;
		padding: 0px 40px 0px 20px;
		color: rgb(255,255,255);
		background-color: rgb(162,39,43);
		line-height: 45px;
		height: 45px;
		font-size: 24px;
		font-family: 'MarianinaWdFYBlack_M';
		font-style: normal;
		    position: relative;
	}
	a.btnRedSquare:before
	{
		position: absolute;
		font-size: 20px;
		right: 10px;
		top: 12px;
		content: "\e903";
		font-family: 'icomoon' !important;
		speak: none;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		line-height: 1;

		/* Better Font Rendering =========== */
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}



	.flip-container {
			-webkit-perspective: 1000;
			-moz-perspective: 1000;
			-ms-perspective: 1000;
			perspective: 1000;

			-ms-transform: perspective(1000px);
			-moz-transform: perspective(1000px);
    			-moz-transform-style: preserve-3d; 
    			-ms-transform-style: preserve-3d; 

    		width: 310px;
    		height: 310px;
    		-webkit-border-radius: 310px;
    		border-radius: 310px;
    		margin-bottom: 40px;
    		overflow: hidden;
		}

			/*
			.flip-container:hover .flipper, .flip-container.hover .flipper, #flip-toggle.flip .flipper {
				-webkit-transform: rotateY(180deg);
				-moz-transform: rotateY(180deg);
				-ms-transform: rotateY(180deg);
				transform: rotateY(180deg);
				filter: FlipH;
    			-ms-filter: "FlipH";
			}
			*/


			/* START: Accommodating for IE */
					.flip-container:hover .back, .flip-container.hover .back {
		    -webkit-transform: rotateY(0deg);
		    -moz-transform: rotateY(0deg);
		    -o-transform: rotateY(0deg);
		    -ms-transform: rotateY(0deg);
		    transform: rotateY(0deg);
			}


	.flip-container:hover .front, .flip-container.hover .front {
	    -webkit-transform: rotateY(180deg);
	    -moz-transform: rotateY(180deg);
	    -o-transform: rotateY(180deg);
	    transform: rotateY(180deg);
	}
		
		/* END: Accommodating for IE */

		.flip-container, .front, .back {
			width: 310px;
			height: 310px;
		}

		.flipper {
			-webkit-transition: 0.6s;
			-webkit-transform-style: preserve-3d;
			-ms-transition: 0.6s;

			-moz-transition: 0.6s;
			-moz-transform: perspective(1000px);
			-moz-transform-style: preserve-3d;
			-ms-transform-style: preserve-3d;

			transition: 0.6s;
			transform-style: preserve-3d;

			position: relative;
		}

		.front, .back {
			-webkit-backface-visibility: hidden;
			-moz-backface-visibility: hidden;
			-ms-backface-visibility: hidden;
			backface-visibility: hidden;

		    -webkit-transition: 0.6s;
		    -webkit-transform-style: preserve-3d;
		    -webkit-transform: rotateY(0deg);

		    -moz-transition: 0.6s;
		    -moz-transform-style: preserve-3d;
		    -moz-transform: rotateY(0deg);

		    -o-transition: 0.6s;
		    -o-transform-style: preserve-3d;
		    -o-transform: rotateY(0deg);

		    -ms-transition: 0.6s;
		    -ms-transform-style: preserve-3d;
		    -ms-transform: rotateY(0deg);

		    transition: 0.6s;
		    transform-style: preserve-3d;
		    transform: rotateY(0deg);

			position: absolute;
			top: 0;
			left: 0;
		}

		.front {
			-webkit-transform: rotateY(0deg);
			-ms-transform: rotateY(0deg);
			background: lightgreen;
			z-index: 2;
		}

		.back {			
			-webkit-transform: rotateY(-180deg);
		    -moz-transform: rotateY(-180deg);
		    -o-transform: rotateY(-180deg);
		    -ms-transform: rotateY(-180deg);
		    transform: rotateY(-180deg);
			background-image: url("../images/flip_back.png");
			background-position: -8px 0px;
			background-repeat: no-repeat;
		}
	
		.back-title {			
			text-align: center;
			font-family: 'MarianinaCnFYLight_M';
			font-size: 25px;
		    position: absolute;
		    top: 120px;
		    left: 70px;
		    right: 0;
		   
		    -webkit-transform: rotate(-20deg);
		    -moz-transform: rotate(-20deg);
		    -ms-transform: rotate(-20deg);
		    transform: rotate(-12deg);
		    font-family: 'MarianinaCnFYLight_M';
		    width: 180px;
		}
		label
		{
			position: relative;
			float: left;
			width: 160px;
			font-size: 31px;
			font-family: 'MarianinaCnFYMedium_M';
			color: rgb(40,40,40);
			line-height: 68px;
			margin-bottom: 20px;
			text-transform: uppercase;
		}
		input[type=text], select, textarea
		{
			margin-bottom: 20px;
			position: relative;
			float: left;
			padding: 0px 20px;
			width: calc(100% - 40px - 160px - 2px);
			height: 68px;
			border: 1px solid rgb(40,40,40);
			font-size: 31px;
			font-family: 'MarianinaCnFYMedium_M';
			color: rgb(40,40,40);
			line-height: 68px;
		}
		textarea
		{
			height: 140px;
		}
		select
		{
			width: calc(100% - 160px - 2px);
		}
		.error
		{
			background-color: rgba(162,39,43,0.5);
		}
		.logoSlider img
		{
			max-height: 140px;
			max-width: 240px;
			width: auto;
			height: auto;
			margin: 0px 40px;
		}

}
@media screen and (max-width: 976px)
{
	.headerNew{
		height: 300px;
	}
	body
	{
		font-size: 20px;
	
	}
	section.nav__top
	{
		height: 100px;
		background-color: rgb(161,36,44);
	}
	section.nav__top .center
	{
		width: 100%;
		position: relative;
		margin: 0 auto;
	}
	section.nav__top .brand__logo
	{
		width: 135px;
		height: 100px;
		font-size: 70px;
		color: rgb(255,255,255);
		margin: 0px 10px 0px 0px;
	}
	section.nav__top .frame__sponsors
	{
		width: 165px;
		height: 100px;		
	}
	section.nav__top .frame__sponsors img
	{
		width: auto;
		height: auto;
		max-height: 100px;
		max-width: 130px;
	}

	section.nav__top .brand__logo a
	{
		color: rgb(255,255,255);
	}
	section.nav__top nav.nav__main
	{
		background-color: rgb(255,255,255);
		height: 100px;
		width: 100%;

	}
	section.nav__top nav.nav__main ul
	{
		padding: 0px; 
		margin: 0px 10px 0px 10px;
	}
	section.nav__top nav.nav__main ul li
	{
		float: left;
		padding: 0px; 
		height: 100px;
		line-height: 100px;
		margin: 0px 15px 0px 0px;
		list-style: none;
		position: relative;
	}
	section.nav__top nav.nav__main ul li a
	{
		position: relative;
		font-family: 'MarianinaWdFYBlack_M';
		font-size: 16px;
		color: rgb(40,40,40);
		line-height: 100px;		
		display: inline-block;
		text-transform: uppercase;
		text-decoration: none;
	}
	section.nav__top nav.nav__main ul li a.selected:before
	{
		position: absolute;
		font-size: 27px;
		left: calc(50% - (11px / 2));
		top: 10px;
		content: "\e909";
		font-family: 'icomoon' !important;
		speak: none;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		line-height: 1;

		/* Better Font Rendering =========== */
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
	section.frame__marquee
	{
		height: 30px;
		background-color: rgb(139,180,157);		
		color: rgb(255,255,255);
		font-family: 'MarianinaCnFYMedium_M';
		line-height: 30px;
		font-size: 21px;
		text-transform: uppercase;
	}
	section.frame__marquee span
	{
		margin: 0px 20px;
	}	

	header.header__home
	{
		height: 280px;
		background-image: url("../images/header__home.jpg");
		background-position: top center;
		background-size: cover;
	}
	header.header__home .brand__logo
	{
		margin-top: 20px;
		font-size: 160px;
		color: rgb(255,255,255);
	}
	header.header__collage__small
	{
		overflow: hidden;
		height: 336px;
	}
	header.header__collage
	{
		overflow: hidden;
		height: 336px;
	}
	header.header__collage .center, header.header__collage__small .center
	{
		width: 100%;
		height: 336px;
		position: relative;
		margin: 0 auto;
		overflow: visible;
	}
	header.header__collage__small .center
	{
		height: 336px;
	}
	header.header__collage .imageLeft1,  header.header__collage .imageLeft2, header.header__collage__small .imageLeft1
	{
		position: absolute;
		left: 0px;
		width: auto;
		left: calc(50% - (696px / 2) - 412px);
		top: 0px;
		height: 336px;
	}
	header.header__collage .imageLeft1,  header.header__collage .imageLeft2
	{
		display: none;
	}
	header.header__collage .imageLeft2
	{
		top: 336px;
	}
	header.header__collage .image1, header.header__collage__small .image1
	{
		position: relative;
	    float: left;
	    height: 336px;
	    width: 50%;
	    top: 0px;
	    left: 0px;
	    /*max-width: 50%;*/
	}
	header.header__collage .image1a {
		position: absolute;
		height: 336px;
		width: 50%;
		top: 0;
		left: 50%;
		object-position: center;
		object-fit: cover;
	}
	header.header__collage .image2
	{
		display: none;
	}
	 header.header__collage__small .image2
	{
		position: absolute;
	    height: 672px;
	    width: calc(50vw - (696px / 2) + 412px);
	    top: -210px;
	    left: 412px;
	}
	header.header__collage .frame__tekst
	{	
		position: relative;
	    height: 336px;
	    width: calc(100% - 412px);
	    left: 0px;
	    bottom: 0px;
	    background-color: rgb(40,40,40);
	    padding: 30px 20px;
	    box-sizing: border-box;
	    text-align: center;
	    float: right;
	}
	header.header__collage .frame__tekst .title
	{
		font-size: 36px;
		font-family: 'MarianinaCnFYMedium_M';
		color: rgb(139,180,157);
		text-transform: uppercase;
	}
	header.header__collage .frame__tekst p
	{
		color: rgb(139,180,157);
	}
	section.row__news, section.row__news__detail
	{
		padding: 105px 0px 95px 0px;
	}
	section.row__news__detail
	{
		padding: 105px 0px 265px  0px;
	}
	section.row__newsMore
	{
		padding: 85px 0px 85px 0px;
		background-color: rgb(255,255,255);
		text-align: center;
		font-size: 36px;
		color: rgb(0,0,0);
	}
	section.row__news .center, section.row__news__detail .center, section.row__about .center
	{
		width: calc(100% - 85px - 85px);
	    margin: 0 auto;
	    position: relative;
	}
	section.row__about .centerBig
	{
		width: calc(100% - 85px - 85px);
	    margin: 0 auto;
	    position: relative;
	}
	 section.row__about .aboutName
	{
		font-size: 31px;
		font-family: 'MarianinaWdFYBlack_M';
		color: rgb(0,0,0);
		text-align: center;
	}
	section.row__about
	{
		padding: 105px 0px 265px 0px;
	}
	section.row__news:nth-child(odd)
	{

	}
	section.row__news:nth-child(even)
	{
		background-color: rgb(139,180,157);
	}
	section.row__news .news__title, section.row__about .title
	{
	/*	font-family: 'CosmopolitanScriptBold';
		font-size: 58px;*/
		margin: 0 0 20px 0px;
	}
	.titleMain
	{
		/*font-family: 'CosmopolitanScriptBold';
		font-size: 58px;*/
		margin: 0 0 20px 0px;
		color: rgb(139,180,157);
	}
	section.row__news__detail .news__title
	{
	/*	font-family: 'CosmopolitanScriptBold';
		font-size: 58px;
		margin: 0 0 20px 0px;
		color: rgb(139,180,157);
		line-height: 100px;*/
	}
	section.row__news__detail .news__intro
	{
		font-family: 'MarianinaWdFYBlack_M';
		font-size: 24px;
		line-height: 30px;
		color: rgb(139,180,157);
	}
	section.row__news__detail .pic__slideshow
	{
		float: right;		
		position: relative;
		margin: 0px 0px 20px 20px;
		width: 288px;
		height: 208px;
	}
	section.row__news__detail .pic__slideshow img
	{
		position: absolute;
		z-index: 1;		
		width: 288px;
		height: 208px;
	}
	section.row__news__detail .pic__slideshow a.openSlideshow
	{
		position: absolute;
		left: 10px;
		bottom: 10px;
		width: 48px;
		height: 35px;
		font-size: 20px;		
		color:  rgb(255,255,255);
		background-color:rgb(161,36,44);	
		z-index: 2;	
		text-align: center;
	}

	section.row__news .news__intro
	{
		font-family: 'MarianinaWdFYBlack_M';
		font-size: 30px;
		line-height: 36px;
	}
	section.row__news .bottomLine
	{
		clear: both;
		float: right;
		width: 100%;
		position: relative;
		text-align: right;
	}
	section.row__news__detail .bottomLine
	{
		clear: both;
		width: 100%;
		position: relative;
		
	}
	section.row__news__detail .bottomLine span.share
	{
		width: 400px;
		float: left;
	}
	section.row__news__detail .bottomLine span.date
	{
		width: 200px;
		float: right;
	color: rgb(139,180,157);
	}

	section.row__news .bottomLine span
	{
		margin-right: 20px;
	}

	section.row__news:nth-child(odd) .news__intro
	{
		color: rgb(139,180,157);
	}
	section.row__news:nth-child(even)  .news__intro
	{
		color: rgb(255,255,255);	
	}

	section.row__news:nth-child(odd) .news__txt
	{
		color: rgb(40,40,40);
		width: 100%;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;


	}
	section.row__news:nth-child(even)  .news__txt
	{
		color: rgb(255,255,255);
		width: 100%;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	
	}

	section.row__news:nth-child(odd) .bottomLine
	{
		color: rgb(139,180,157);
	}
	section.row__news:nth-child(even)  .bottomLine
	{
		color: rgb(255,255,255);	
	}





	section.frame__events
	{
		min-height: 248px;
		background-image: url("../images/background__agenda.jpg");
		background-position: top center;
		background-size: cover;
		padding-bottom: 40px;
	}
	section.frame__news__more
	{
		height: auto;
		padding-bottom: 95px;
		background-image: url("../images/background__agenda.jpg");
		background-position: top center;
		background-size: cover;	
	}
	section.frame__events__footer
	{
		padding: 105px 0px 0px 0px;
	}
	section.frame__news__more .news__holder
	{
		width: 515px;
		position: relative;
		margin: 160px auto 0 auto;
	}
	.heart
	{
		position: absolute;
		top: -350px;
    	left: -150px;
	}
	section.frame__news__more .news__holder .title
	{
		font-size: 50px;
		text-transform: uppercase;
		font-family: 'MarianinaCnFYMedium_M';
		color: rgb(162,39,43);
		margin: 0;
	}
	section.frame__events .events__holder
	{
		width: 515px;
		position: relative;
		margin: -44px auto 0 auto;
	}
	section.frame__events__footer .events__holder
	{
		width: 515px;
		position: relative;
		margin: 0px auto 0 auto;
	}
	section.frame__events .events__holder_detail
	{
		width: 790px;
		position: relative;
		margin: -44px auto 0 auto;
	}
	.events__poster
	{
		position: relative;
		float: right;
		width: 265px;
		background-color: rgb(255,255,255);
		text-align: center;
	}
	.events__poster:before
	{
		content: ' ';
		background-color: rgb(255,255,255);
		position: absolute;
		left: -10px;
		width: 10px;
		height: 44px;
		top: 0px;
	}
	.events__poster img
	{
		margin-top: 15px;
		width: 250px;
		height: auto;
	}
	.events__poster__arrow
	{
		position: absolute;
		bottom: -100px;
		color: rgb(255,255,255);
		width: 265px;
	    font-size: 42px;
	    left: 0px;
	}
	.nav__events
	{
		float: left;
		width: 515px;
	}
	ul.nav__events, ul.nav__events li, ul.nav__news, ul.nav__news li
	{
		padding: 0; margin: 0;
	}
	ul.nav__events li
	{
		list-style: none;
		position: relative;
		height: 44px;
		width: 100%;
		overflow: hidden;
		background-color: rgb(255,255,255);
		margin: 0px 0px 4px 0px;
	}
	ul.nav__news li
	{
		list-style: none;
		position: relative;
		height: 44px;
		width: 100%;
		overflow: hidden;
		background-color: rgb(255,255,255);
		margin: 0px 0px 4px 0px;
	}
	ul.nav__events li .date
	{
		position: relative;
		float: left;
		background-color: rgb(161,36,44);
		height: 44px;
		width: 44px;
	}
	ul.nav__events li .date.acrhive
	{
		background-color: rgb(220,220,220);
	}
	ul.nav__events li .date .day
	{
		font-family: 'CosmopolitanScriptBold';
		font-size: 62px;
		color: rgb(255,128,0);
		text-align: center;
		position: absolute;
		width: 44px;
		height: 22px;
		top: 0px;
		text-shadow: 0 0 10px #ffc900;
	}
	ul.nav__events li .date .day_small
	{
		font-size: 18px;
	}
	ul.nav__events li .date .month
	{
		font-family: 'CosmopolitanScriptBold';
		font-size: 62px;
		color: rgb(255,128,0);
		text-align: center;
		position: absolute;
		width: 44px;
		height: 20px;
		top: 20px;
		text-shadow: 0 0 10px #ffc900;
	}


	ul.nav__events li .date .month_small
	{
		font-size: 18px;
	}
	ul.nav__news li .content
	{
		position: relative;
		float: left;
		height: 44px;
		margin: 0px 16px;
		width: calc(100% - 16px - 16px);
	}
	
	ul.nav__news li .content .title
	{
		font-family: 'CosmopolitanScriptBold';
		color: rgb(40,40,40);
		font-size: 38px;		
		margin: 0px 0px 0px 0px;
		text-transform: lowercase;
		float: left;
		line-height: 25px;
		white-space: nowrap;
  		overflow: hidden;
  		text-overflow: ellipsis;
  		width: 100%;
	}
	ul.nav__news li .content .description
	{
		clear: both;
		float: left;
		font-family: 'MarianinaWdFYLight_M';
		font-size: 16px;
		color: rgb(40,40,40);
		text-transform: uppercase;
	}

	ul.nav__events li .content.archive .title, ul.nav__news li .content.archive .description
	{
		color: rgb(140,140,140);
	}
	ul.nav__events li .content
	{
		position: relative;
		float: left;
		height: 44px;
		margin: 0px 16px;
		width: calc(100% - 44px - 16px - 16px);
	}
	ul.nav__events li .content .title
	{
		font-family: 'MarianinaCnFYMedium_M';
	    color: rgb(40,40,40);
	    font-size: 23px;
	    margin: 14px 0px 0px 0px;
	    text-transform: uppercase;
	    float: left;
	    line-height: 2px;
	}
	ul.nav__events li .content .description
	{
		clear: both;
		float: left;
		font-family: 'MarianinaWdFYLight_M';
		font-size: 9px;
		color: rgb(40,40,40);
		text-transform: uppercase;
	}
	ul.nav__events li.nav__plus
	{

	}
	ul.nav__events li.nav__plus .plus
	{
		position: relative;
		height: 44px;
		width: 44px;
		font-family: 'MarianinaCnFYMedium_M';
		font-size: 42px;
		line-height: 44px;
		text-align: center;
		color: rgb(255,255,255);
		border: 3px dashed rgb(255,255,255);
		box-sizing: border-box;
		float: left;
	}
	ul.nav__events li.nav__plus .content
	{
		position: relative;
		box-sizing: border-box;
		float: left;
		height: 44px;
		width: calc(100% - 44px);
		padding: 0px 0px;
		margin: 0px !important;
		font-family: 'MarianinaCnFYMedium_M';
		color: rgb(255,255,255);
		font-size: 22px;		
		text-transform: uppercase;
		float: left;
		line-height: 44px;
		border-right: 3px dashed rgb(255,255,255);
		border-top: 3px dashed rgb(255,255,255);
		border-bottom: 3px dashed rgb(255,255,255);
	}
	ul.nav__events li.nav__plus .content span
	{
		margin-left: 16px;
	}

	section.homepage__cafe
	{
		padding: 92px 0px 108px 0px;
		background-color: rgb(40,40,40);
	}
	section.homepage__cafe .center
	{
		position: relative;
		width: 690px;
		margin: 0 auto;
	}

	section.homepage__news
	{
		padding: 92px 0px 108px 0px;
		background-color: rgb(255,255,255);
	}
	section.homepage__news .center
	{
		position: relative;
		width: 100%;
		margin: 0 auto;
	}
	section.homepage__news .center .frame
	{
		width: calc(100% - 196px - 85px - 45px);
		margin-left: 85px;
		float: left;
		position: relative;
	}
	section.homepage__news .center .frame .date
	{
		font-size: 16px;
		text-transform: uppercase;
		font-style: normal !important;
	}


	.pageRightButton
	{
		position: absolute;
		right: 0px;
		top: 0px;
		height: 100%;
		width: 196px;
	}
	.btnMore:before
	{
		position: absolute;
		font-size: 20px;
		top: 0px;
		content: "\e903";
		font-family: 'icomoon' !important;
		speak: none;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		line-height: 1;

		/* Better Font Rendering =========== */
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;

		width: 100%;
    	text-align: center;
	}
	.btnMore
	{
		position: relative;
		width: 33px;
		height: 25px;
		padding-top: 25px;
		font-size: 16px;
		font-family: 'MarianinaWdFYLight_M';
		text-transform: uppercase;
		text-decoration: none;
		opacity: 1;
	}
	.btnMore:hover
	{
		cursor: pointer;
		opacity: 0.7;
	}


	section.homepage__inhetkort
	{
		background-color: rgb(161,36,44);
		padding: 35px 0px 85px 0px;
	}
	section.homepage__inhetkort .center
	{
		position: relative;
		width: 100%;
		margin: 0 auto;
	}
	section.homepage__inhetkort .center .txtAlignCenter img
	{
		height: 80px;
		width: auto;
	}
	section.homepage__inhetkort .center .center div
	{
		font-family: "MarianinaCnFYLight_M";
		
		width: 100%;
		height: 120px;
		color: rgb(255,255,255);
		text-transform: uppercase;
		text-align: center;
	}
	section.homepage__inhetkort .center .center div span.text
	{
		font-size: 25px;
		    margin-top: 20px;
		float: left;
    	width: 100%;
		position: relative;
	}	
	section.homepage__inhetkort .center .center div span.icon-gesprekken
	{
		font-size: 60px;
		position: relative;
	}	
	section.homepage__inhetkort .center .center div span.icon-alleLeeftijden
	{
		font-size: 60px;
		position: relative;
	}	
	section.homepage__inhetkort .center .center div span.icon-drinken
	{
		font-size: 60px;
		position: relative;
	}	
	section.homepage__inhetkort .center .center div span.icon-vrienden
	{
		font-size: 60px;
		position: relative;
	}	
	section.row__respImage
	{
		line-height: 0px;
	    margin: 0;
	    padding: 0;
	    overflow: hidden;
	}
	section.row__respImage img
	{
		height: auto;
		width: 100%;
	}

	section.footer_pre
	{
		background-color: rgb(161,36,44);
		padding: 35px 0px 35px 0px;
	}
	section.footer_pre .center
	{
		position: relative;
		width: 100%;
		margin: 0 auto;
	}
	section.footer_pre .center .txtAlignCenter img
	{
		height: 80px;
		width: auto;
	}
	section.footer_pre .center .center div
	{
		font-family: "MarianinaCnFYLight_M";
		
		margin: 0px 20px;
		height: 120px;
		color: rgb(255,255,255);
		text-transform: uppercase;
		text-align: center;
	}
	a.btnRound:before
	{
	    position: absolute;
	    font-size: 30px;
	    top: 10px;
	    
	    font-family: 'icomoon' !important;
	    speak: none;
	    font-style: normal;
	    font-weight: normal;
	    font-variant: normal;
	    text-transform: none;
	    line-height: 1;
	    -webkit-font-smoothing: antialiased;
	    -moz-osx-font-smoothing: grayscale;
	    width: 100%;
	    text-align: center;
	    left: 0px;
	    text-align: center;
	}
	a.btnRound
	{
		position: relative;
		display: inline-block;
		width: 50px;
		height: 50px;
		border-radius: 50px;
		-webkit-border-radius: 50px;
		font-size: 50px;
		position: relative;
		color: rgb(161,36,44);;
		background-color: rgb(255,255,255);
	}	

	a.btnRoundShare:before
	{
	    position: absolute;
	    font-size: 16px;
	    top: 10px;
	    
	    font-family: 'icomoon' !important;
	    speak: none;
	    font-style: normal;
	    font-weight: normal;
	    font-variant: normal;
	    text-transform: none;
	    line-height: 1;
	    -webkit-font-smoothing: antialiased;
	    -moz-osx-font-smoothing: grayscale;
	    width: 100%;
	    text-align: center;
	    left: 0px;
	    text-align: center;
	}
	a.btnRoundShare
	{
		position: relative;
		display: inline-block;
		width: 32px;
		height: 32px;
		border-radius: 32px;
		-webkit-border-radius: 32px;
		font-size: 32px;
		position: relative;
		color:  rgb(255,255,255);
		background-color:rgb(161,36,44);
		top: 7px;
		margin: 0px 0px 0px 5px;
	}	
	section.footer_pre .center .center div span.text
	{
		font-size: 25px;
		margin-top: 20px;
		float: left;
    	width: 100%;
		position: relative;
	}	
	footer
	{
		padding: 55px 0px;
		background-color: rgb(40,40,40);
	}
	footer .center
	{
		position: relative;
		width: 736px;
		margin: 0 auto;
	}
	footer .center .pic
	{
		    position: absolute;
    right: -45px;
    bottom: -98px;
    height: 270px;
    overflow: hidden;
	}
	footer .center .pic img
	{
		    width: 270px;
    height: auto;
	}
	footer .center p
	{
		font-size: 16px;
		margin: 0;
	}
	footer .footerHead
	{
		font-size: 36px !important;
		margin: 0 0 30px 0 !important;
		font-family: 'MarianinaCnFYLight_M';
		text-transform: uppercase;
	}
	.frame__breadcrums
	{
		height: 70px;
		background-color: rgb(255,255,255);
		line-height: 70px;
	}
	.frame__breadcrums .center
	{
		width: 810px;
		margin: 0 auto;
		position: relative;
	}
	.frame__breadcrums
	{
		font-size: 24px;
		color: rgb(255,255,255);
	}
	a.btnBack:before
	{
		position: absolute;
		font-size: 20px;
		left: 10px;
		top: 12px;
		content: "\e902";
		font-family: 'icomoon' !important;
		speak: none;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		line-height: 1;

		/* Better Font Rendering =========== */
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;

	}
	a.btnBack
	{
		background-color: rgb(255,255,255);
		display: inline-block;
		position: relative;
		font-size: 24px;
		font-family: 'MarianinaWdFYBlack_M';
		color: rgb(139,180,157);
		text-transform: uppercase;
		text-decoration: none;
		padding: 0px 20px 0px 40px;
		line-height: 45px;
	}
	.events__detail
	{
		padding: 95px 0px 105px 0px;
	}
	.events__detail .center
	{
		width: calc(100% - 40px);
		margin: 0 auto;
		position: relative;
	}
	.events__detail .share
	{
		position: absolute;
		right: 0px;
	}
	 .share p
	{
		margin: 0;
		line-height: 32px;
		font-family: 'MarianinaWdFYBlack_M';
		color: rgb(161,36,44);
		text-transform: uppercase;
		font-style: normal;
	}
	.events__detail .bottomLine
	{
		float: left;
		font-size: 36px;
		color: rgb(162,39,43);
		width: 100%;
		position: relative;
	}
	.events__detail .bottomLine a
	{
		float: right;
	}
	a.btnPlainRed
	{
		position: relative;
		display: inline-block;
		padding: 0px 40px 0px 20px;		
		color: rgb(162,39,43);
		line-height: 45px;
		height: 45px;
		font-size: 24px;
		font-family: 'MarianinaWdFYBlack_M';
		font-style: normal;
	}
	a.btnPlainRed:before
	{
		position: absolute;
		font-size: 20px;
		right: 10px;
		top: 12px;
		content: "\e903";
		font-family: 'icomoon' !important;
		speak: none;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		line-height: 1;

		/* Better Font Rendering =========== */
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
	a.btnRedSquare
	{
		display: inline-block;
		padding: 0px 40px 0px 20px;
		color: rgb(255,255,255);
		background-color: rgb(162,39,43);
		line-height: 45px;
		height: 45px;
		font-size: 24px;
		font-family: 'MarianinaWdFYBlack_M';
		font-style: normal;
		    position: relative;
	}

	a.btnRedSquare:before
	{
		position: absolute;
		font-size: 20px;
		right: 10px;
		top: 12px;
		content: "\e903";
		font-family: 'icomoon' !important;
		speak: none;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		line-height: 1;

		/* Better Font Rendering =========== */
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}



		.flip-container
		 {
			-webkit-perspective: 1000;
			-moz-perspective: 1000;
			-ms-perspective: 1000;
			perspective: 1000;

			-ms-transform: perspective(1000px);
			-moz-transform: perspective(1000px);
    			-moz-transform-style: preserve-3d; 
    			-ms-transform-style: preserve-3d; 

    		width: 310px;
    		height: 310px;
    		-webkit-border-radius: 310px;
    		border-radius: 310px;
    		margin-bottom: 40px;
    		overflow: hidden;
		}



		.flip-container:hover .back, .flip-container.hover .back 
		{
    		-webkit-transform: rotateY(0deg);
		    -moz-transform: rotateY(0deg);
		    -o-transform: rotateY(0deg);
		    -ms-transform: rotateY(0deg);
		    transform: rotateY(0deg);
		}

		.flip-container:hover .front, .flip-container.hover .front 
		{
		    -webkit-transform: rotateY(180deg);
		    -moz-transform: rotateY(180deg);
		    -o-transform: rotateY(180deg);
		    transform: rotateY(180deg);
		}
		
		/* END: Accommodating for IE */

		.flip-container, .front, .back 
		{
			width: 310px;
			height: 310px;
		}

		.flipper 
		{
			-webkit-transition: 0.6s;
			-webkit-transform-style: preserve-3d;
			-ms-transition: 0.6s;

			-moz-transition: 0.6s;
			-moz-transform: perspective(1000px);
			-moz-transform-style: preserve-3d;
			-ms-transform-style: preserve-3d;

			transition: 0.6s;
			transform-style: preserve-3d;

			position: relative;
		}

		.front, .back 
		{
			-webkit-backface-visibility: hidden;
			-moz-backface-visibility: hidden;
			-ms-backface-visibility: hidden;
			backface-visibility: hidden;

		    -webkit-transition: 0.6s;
		    -webkit-transform-style: preserve-3d;
		    -webkit-transform: rotateY(0deg);

		    -moz-transition: 0.6s;
		    -moz-transform-style: preserve-3d;
		    -moz-transform: rotateY(0deg);

		    -o-transition: 0.6s;
		    -o-transform-style: preserve-3d;
		    -o-transform: rotateY(0deg);

		    -ms-transition: 0.6s;
		    -ms-transform-style: preserve-3d;
		    -ms-transform: rotateY(0deg);

		    transition: 0.6s;
		    transform-style: preserve-3d;
		    transform: rotateY(0deg);

			position: absolute;
			top: 0;
			left: 0;
		}

		.front 
		{
			-webkit-transform: rotateY(0deg);
			-ms-transform: rotateY(0deg);
			background: lightgreen;
			z-index: 2;
		}

		.back 
		{

			-webkit-transform: rotateY(-180deg);
		    -moz-transform: rotateY(-180deg);
		    -o-transform: rotateY(-180deg);
		    -ms-transform: rotateY(-180deg);
		    transform: rotateY(-180deg);
			background-image: url("../images/flip_back.png");
			background-position: -8px 0px;
			background-repeat: no-repeat;
		}
	
		.back-title 
		{			
			text-align: center;
			font-family: 'MarianinaCnFYLight_M';
			font-size: 25px;
		    position: absolute;
		    top: 120px;
		    left: 70px;
		    right: 0;
		   
		    -webkit-transform: rotate(-20deg);
		    -moz-transform: rotate(-20deg);
		    -ms-transform: rotate(-20deg);
		    transform: rotate(-12deg);
		    font-family: 'MarianinaCnFYLight_M';
		    width: 180px;
		}
		label
		{
			position: relative;
			float: left;
			width: 160px;
			font-size: 31px;
			font-family: 'MarianinaCnFYMedium_M';
			color: rgb(40,40,40);
			line-height: 68px;
			margin-bottom: 20px;
			text-transform: uppercase;
		}
		input[type=text], select, textarea
		{
			margin-bottom: 20px;
			position: relative;
			float: left;
			padding: 0px 20px;
			width: calc(100% - 40px - 160px - 2px);
			height: 68px;
			border: 1px solid rgb(40,40,40);
			font-size: 31px;
			font-family: 'MarianinaCnFYMedium_M';
			color: rgb(40,40,40);
			line-height: 68px;
		}
		textarea
		{
			height: 140px;
		}
		select
		{
			width: calc(100% - 160px - 2px);
		}
		.error
		{
			background-color: rgba(162,39,43,0.5);
		}
		.logoSlider img
		{
			max-height: 140px;
			max-width: 240px;
			width: auto;
			height: auto;
			margin: 0px 40px;
		}

}
@media screen and (max-width: 768px) 
{
	.headerNew{
		height: 240px;
	}
	body
	{
		font-size: 20px;
	
	}
	.kop1 {
	    
	    font-size: 36px;
	    
	}
	body.hamburger__active .nav__main
	{
		display: block !important;
	}
	.hamburger 
	{
		font: inherit;
		display: block !important;
		overflow: visible;
		margin: 0px;
		padding: 0px;
		cursor: pointer;
		transition-timing-function: linear;
		transition-duration: .15s;
		transition-property: opacity, filter;
		text-transform: none;
		color: inherit;
		border: 0;
		width: 40px;
		height: 40px;
		position: absolute;
		top: 5px;
		right: 20px;		
		
	}
	
	.hamburger:hover {
		cursor: pointer;
	}
	.hamburger-box {
		position: relative;
	    display: inline-block;
	    width: 40px;
	    height: 30px;
	    margin: 7px 0px 0px 4px;
	}
	.hamburger-inner {
		top: 50%;
		display: block;
		margin-top: 0px;
    	margin-left: 4px;
	}
	.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
		position: absolute;
		width: 30px;
		height: 2px;
		transition-timing-function: ease;
		transition-duration: .15s;
		transition-property: transform;
		border-radius: 0px;
		background-color: rgb(255,255,255);
	}
	.hamburger-inner:after, .hamburger-inner:before {
		display: block;
		content: ''
	}
	.hamburger-inner:before {
		top: -10px
	}
	.hamburger-inner:after {
		bottom: -10px
	}
	.hamburger--spin .hamburger-inner {
		transition-timing-function: cubic-bezier(.55, .055, .675, .19);
		transition-duration: .3s
	}
	.hamburger--spin .hamburger-inner:before {
		transition: top .1s ease-in .34s, opacity .1s ease-in
	}
	.hamburger--spin .hamburger-inner:after {
		transition: bottom .1s ease-in .34s, transform .3s cubic-bezier(.55, .055, .675, .19)
	}
	.hamburger--spin.is-active .hamburger-inner {
		transition-delay: .14s;
		transition-timing-function: cubic-bezier(.215, .61, .355, 1);
		transform: rotate(225deg)
	}
	.hamburger--spin.is-active .hamburger-inner:before {
		top: 0;
		transition: top .1s ease-out, opacity .1s ease-out .14s;
		opacity: 0
	}
	.hamburger--spin.is-active .hamburger-inner:after {
		bottom: 0;
		transition: bottom .1s ease-out, transform .3s cubic-bezier(.215, .61, .355, 1) .14s;
		transform: rotate(-90deg)
	}
	.hamburger--spin-r .hamburger-inner {
		transition-timing-function: cubic-bezier(.55, .055, .675, .19);
		transition-duration: .3s
	}
	.hamburger--spin-r .hamburger-inner:before {
		transition: top .1s ease-in .34s, opacity .1s ease-in
	}
	.hamburger--spin-r .hamburger-inner:after {
		transition: bottom .1s ease-in .34s, transform .3s cubic-bezier(.55, .055, .675, .19)
	}
	.hamburger--spin-r.is-active .hamburger-inner {
		transition-delay: .14s;
		transition-timing-function: cubic-bezier(.215, .61, .355, 1);
		transform: rotate(-225deg)
	}
	.hamburger--spin-r.is-active .hamburger-inner:before {
		top: 0;
		transition: top .1s ease-out, opacity .1s ease-out .14s;
		opacity: 0
	}
	.hamburger--spin-r.is-active .hamburger-inner:after {
		bottom: 0;
		transition: bottom .1s ease-out, transform .3s cubic-bezier(.215, .61, .355, 1) .14s;
		transform: rotate(90deg)
	}
	section.nav__top
	{
		position: fixed;
		left: 0px;
		top: 0px;
		height: 50px;
		width: 100%;
		z-index: 999;
		background-color: rgb(161,36,44);
	}
	section.nav__top .center
	{
		width: 100%;
		position: relative;
		margin: 0 auto;
	}
	section.nav__top .brand__logo
	{
		width: 40px;
		height: 50px;
		font-size: 40px;
		color: rgb(255,255,255);
		margin: 5px 0px 5px 20px;
		display: block;
	}
	section.nav__top .frame__sponsors
	{
		display: none;	
	}
	

	section.nav__top .brand__logo a
	{
		color: rgb(255,255,255);
	}
	section.nav__top nav.nav__main
	{
		display: none;
		position: absolute;
		top: 50px;
		background-color: rgb(255,255,255);
		height: auto;
		width: 100%;
		z-index:99;
	}
	section.nav__top nav.nav__main ul
	{
		padding: 0px; 
		margin: 0px 10px 0px 10px;
	}
	section.nav__top nav.nav__main ul li
	{
		float: left;
		padding: 0px; 
		height: 50px;
		line-height: 50px;
		margin: 0;
		width: 100%;
		background-color: rgb(255,255,255);
		list-style: none;
		position: relative;
		border-bottom: 1px solid rgb(44,44,44);
	}
	section.nav__top nav.nav__main ul li a
	{
		position: relative;
		font-family: 'MarianinaWdFYBlack_M';
		font-size: 16px;
		color: rgb(40,40,40);
		line-height: 50px;		
		display: inline-block;
		text-transform: uppercase;
		text-decoration: none;
		    width: 100%;
		    text-align: center;
	}
	section.nav__top nav.nav__main ul li a.selected:before
	{
		position: absolute;
		    font-size: 27px;
    left: auto;
    margin-left: -30px;
    top: 10px;
		content: "\e909";
		font-family: 'icomoon' !important;
		speak: none;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		line-height: 1;

		/* Better Font Rendering =========== */
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
	section.frame__marquee
	{
		height: 30px;
		margin-top: 50px;
		background-color: rgb(139,180,157);		
		color: rgb(255,255,255);
		font-family: 'MarianinaCnFYMedium_M';
		line-height: 30px;
		font-size: 21px;
		text-transform: uppercase;
	}
	section.frame__marquee span
	{
		margin: 0px 20px;
	}	

	header.header__home
	{

		height: 280px;
		background-image: url("../images/header__home.jpg");
		background-position: top center;
		background-size: cover;
	}
	header.header__home .brand__logo
	{
		margin-top: 20px;
		font-size: 160px;
		color: rgb(255,255,255);
	}
	header.header__collage__small
	{
		overflow: hidden;
		height: auto;
	}
	header.header__collage
	{
		overflow: hidden;
		height: 240px;
	}
	header.header__collage .center, header.header__collage__small .center
	{
		width: 100%;
		height: auto;
		position: relative;
		margin: 0;
		overflow: visible;
		float: left;
	}
	header.header__collage__small .center
	{
		height: auto;
	}
	/*header.header__collage .imageLeft1,  header.header__collage .imageLeft2, header.header__collage__small .imageLeft1
	{
		position: relative;
		left: auto;
		width: 25%;		
		top: 0px;
		height: auto;
		float: left;
	}*/
/*	header.header__collage .imageLeft1,  header.header__collage .imageLeft2
	{
		display: inline-block;

	}*/
/*	header.header__collage .imageLeft2
	{
		top: auto;

	}
	header.header__collage .image1, header.header__collage__small .image1
	{
		position: relative;
	    float: left;
	    height: auto;
	    width: 50%;
	    top: auto;
	    left: auto;
	    !*max-width: 50%;*!
	}
	header.header__collage .image2
	{
		display: block;
		top: auto;
		position: relative;
	    height: auto;
	    width: 50%;
	    top: auto;
	    left: auto;
	   
	}
	 header.header__collage__small .image2
	{
		position: relative;
	    height: auto;
	    width: 50%;
	    top: auto;
	    left: auto;
	    float: left;
	}
	header.header__collage .frame__tekst
	{	
		    position: absolute;
	    height: 300px;
	    width: 200%;
	    margin-bottom: -300px;
	    background-color: rgb(40,40,40);
	    padding: 30px 20px;
	    box-sizing: border-box;
	    text-align: center;
	    left: -100%;
	}
	header.header__collage .frame__tekst .title
	{
		font-size: 36px;
		font-family: 'MarianinaCnFYMedium_M';
		color: rgb(139,180,157);
		text-transform: uppercase;
	}*/
	header.header__collage .frame__tekst p
	{
		color: rgb(139,180,157);
	}
	section.row__news, section.row__news__detail
	{
		padding: 50px 0px 50px 0px;
	}
	section.row__news__detail
	{
		padding: 50px 0px 50px 0px;
	}
	section.row__newsMore
	{
		padding: 50px 0px 50px 0px;
		background-color: rgb(255,255,255);
		text-align: center;
		font-size: 36px;
		color: rgb(0,0,0);
	}
	section.row__news .center, section.row__news__detail .center, section.row__about .center
	{
		width: calc(100% - 40px);
	    margin: 0 auto;
	    position: relative;
	}
	section.row__about .centerBig
	{
		width: calc(100% - 40px);
	    margin: 0 auto;
	    position: relative;
	}
	 section.row__about .aboutName
	{
		font-size: 31px;
		font-family: 'MarianinaWdFYBlack_M';
		color: rgb(0,0,0);
		text-align: center;
	}
	section.row__about
	{
		padding: 50px 0px 50px 0px;
	}
	section.row__news:nth-child(odd)
	{

	}
	section.row__news:nth-child(even)
	{
		background-color: rgb(139,180,157);
	}
	section.row__news .news__title, section.row__about .title
	{
		/*font-family: 'CosmopolitanScriptBold';*/
		font-size: 58px;
		margin: 0 0 20px 0px;
	}
	.titleMain
	{
		/*font-family: 'CosmopolitanScriptBold';*/
		font-size: 58px;
		margin: 0 0 20px 0px;
		color: rgb(139,180,157);
	}
	section.row__news__detail .news__title
	{
		/*font-family: 'CosmopolitanScriptBold';*/
		font-size: 58px;
		margin: 0 0 20px 0px;
		color: rgb(139,180,157);
		line-height: 44px;
	}
	section.row__news__detail .news__intro
	{
		font-family: 'MarianinaWdFYBlack_M';
		font-size: 24px;
		line-height: 30px;
		color: rgb(139,180,157);
	}
	section.row__news__detail .pic__slideshow
	{
		float: right;		
		position: relative;
		margin: 0px 0px 20px 0px;
	    width: 100%;
	    height: 200px;
	}
	section.row__news__detail .pic__slideshow img
	{
		position: absolute;
		z-index: 1;		
		width: 288px;
		height: 208px;
	}
	section.row__news__detail .pic__slideshow a.openSlideshow
	{
		position: absolute;
		left: 10px;
		bottom: 10px;
		width: 48px;
		height: 35px;
		font-size: 20px;		
		color:  rgb(255,255,255);
		background-color:rgb(161,36,44);	
		z-index: 2;	
		text-align: center;
	}

	section.row__news .news__intro
	{
		font-family: 'MarianinaWdFYBlack_M';
		font-size: 24px;
		line-height: 30px;
	}
	section.row__news .bottomLine
	{
		clear: both;
		float: right;
		width: 100%;
		position: relative;
		text-align: right;
	}
	section.row__news__detail .bottomLine
	{
		clear: both;
		width: 100%;
		position: relative;
		
	}
	section.row__news__detail .bottomLine span.share
	{
		width: 400px;
		float: left;
	}
	section.row__news__detail .bottomLine span.date
	{
		width: 200px;
		float: right;
	color: rgb(139,180,157);
	}

	section.row__news .bottomLine span
	{
		margin-right: 20px;
	}

	section.row__news:nth-child(odd) .news__intro
	{
		color: rgb(139,180,157);
	}
	section.row__news:nth-child(even)  .news__intro
	{
		color: rgb(255,255,255);	
	}

	section.row__news:nth-child(odd) .news__txt
	{
		color: rgb(40,40,40);
		width: 100%;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;


	}
	section.row__news:nth-child(even)  .news__txt
	{
		color: rgb(255,255,255);
		width: 100%;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	
	}

	section.row__news:nth-child(odd) .bottomLine
	{
		color: rgb(139,180,157);
	}
	section.row__news:nth-child(even)  .bottomLine
	{
		color: rgb(255,255,255);	
	}





	section.frame__events
	{
		min-height: 248px;
		background-image: url("../images/background__agenda.jpg");
		background-position: top center;
		background-size: cover;	
	}
	section.frame__news__more
	{
		height: auto;
		padding-bottom: 95px;
		background-image: url("../images/background__agenda.jpg");
		background-position: top center;
		background-size: cover;	
	}
	section.frame__events__footer
	{
		padding: 105px 0px 0px 0px;
	}
	section.frame__news__more .news__holder
	{
		width: 515px;
		position: relative;
		margin: 160px auto 0 auto;
	}
	.heart
	{
		display: none;
	}
	section.frame__news__more .news__holder .title
	{
		font-size: 50px;
		text-transform: uppercase;
		font-family: 'MarianinaCnFYMedium_M';
		color: rgb(162,39,43);
		margin: 0;
	}
	section.frame__events .events__holder
	{
		width: calc(100% - 40px);
		position: relative;
		margin: -44px auto 0 auto;
	}
	section.frame__events__footer .events__holder
	{
		width: calc(100% - 40px);
		position: relative;
		margin: 0px auto 0 auto;
	}
	section.frame__events .events__holder_detail
	{
		width: calc(100% - 40px);
		position: relative;
		margin: -44px auto 0 auto;
	}
	.events__poster
	{
		position: relative;
		float: right;
		width: 265px;
		background-color: rgb(255,255,255);
		text-align: center;
	}
	.events__poster:before
	{
		content: ' ';
		background-color: rgb(255,255,255);
		position: absolute;
		left: -10px;
		width: 10px;
		height: 44px;
		top: 0px;
	}
	.events__poster img
	{
		margin-top: 15px;
		width: 250px;
		height: auto;
	}
	.events__poster__arrow
	{
		position: absolute;
		bottom: -100px;
		color: rgb(255,255,255);
		width: 265px;
	    font-size: 42px;
	    left: 0px;
	}
	.nav__events
	{
		float: left;
		width: 100%;
	}
	ul.nav__events, ul.nav__events li, ul.nav__news, ul.nav__news li
	{
		padding: 0; margin: 0;
	}
	ul.nav__events li
	{
		list-style: none;
		position: relative;
		height: 44px;
		width: 100%;
		overflow: hidden;
		background-color: rgb(255,255,255);
		margin: 0px 0px 4px 0px;
	}
	ul.nav__news li
	{
		list-style: none;
		position: relative;
		height: 44px;
		width: 100%;
		overflow: hidden;
		background-color: rgb(255,255,255);
		margin: 0px 0px 4px 0px;
	}
	ul.nav__events li .date
	{
		position: relative;
		float: left;
		background-color: rgb(161,36,44);
		height: 44px;
		width: 44px;
	}
	ul.nav__events li .date.acrhive
	{
		background-color: rgb(220,220,220);
	}
	ul.nav__events li .date .day
	{
		font-family: 'CosmopolitanScriptBold';
		font-size: 62px;
		color: rgb(255,128,0);
		text-align: center;
		position: absolute;
		width: 44px;
		height: 22px;
		top: 0px;
		text-shadow: 0 0 10px #ffc900;
	}
	ul.nav__events li .date .day_small
	{
		font-size: 18px;
	}
	ul.nav__events li .date .month
	{
		font-family: 'CosmopolitanScriptBold';
		font-size: 62px;
		color: rgb(255,128,0);
		text-align: center;
		position: absolute;
		width: 44px;
		height: 20px;
		top: 20px;
		text-shadow: 0 0 10px #ffc900;
	}


	ul.nav__events li .date .month_small
	{
		font-size: 18px;
	}
	ul.nav__news li .content
	{
		position: relative;
		float: left;
		height: 44px;
		margin: 0px 16px;
		width: calc(100% - 16px - 16px);
	}
	
	ul.nav__news li .content .title
	{
		font-family: 'CosmopolitanScriptBold';
		color: rgb(40,40,40);
		font-size: 38px;		
		margin: 0px 0px 0px 0px;
		text-transform: lowercase;
		float: left;
		line-height: 25px;
		white-space: nowrap;
  		overflow: hidden;
  		text-overflow: ellipsis;
  		width: 100%;
	}
	ul.nav__news li .content .description
	{
		clear: both;
		float: left;
		font-family: 'MarianinaWdFYLight_M';
		font-size: 16px;
		color: rgb(40,40,40);
		text-transform: uppercase;
	}

	ul.nav__events li .content.archive .title, ul.nav__news li .content.archive .description
	{
		color: rgb(140,140,140);
	}
	ul.nav__events li .content
	{
		position: relative;
		float: left;
		height: 44px;
		margin: 0px 16px;
		width: calc(100% - 44px - 16px - 16px);
	}
	ul.nav__events li .content .title
	{
		font-family: 'MarianinaCnFYMedium_M';
	    color: rgb(40,40,40);
	    font-size: 23px;
	    margin: 14px 0px 0px 0px;
	    text-transform: uppercase;
	    float: left;
	    line-height: 2px;
		
		white-space: nowrap;
	}
	ul.nav__events li .content .description
	{
		clear: both;
		float: left;
		font-family: 'MarianinaWdFYLight_M';
		font-size: 9px;
		color: rgb(40,40,40);
		text-transform: uppercase;
	}
	ul.nav__events li.nav__plus
	{

	}
	ul.nav__events li.nav__plus .plus
	{
		position: relative;
		height: 44px;
		width: 44px;
		font-family: 'MarianinaCnFYMedium_M';
		font-size: 42px;
		line-height: 44px;
		text-align: center;
		color: rgb(255,255,255);
		border: 3px dashed rgb(255,255,255);
		box-sizing: border-box;
		float: left;
	}
	ul.nav__events li.nav__plus .content
	{
		position: relative;
		box-sizing: border-box;
		float: left;
		height: 44px;
		width: calc(100% - 44px);
		padding: 0px 0px;
		margin: 0px !important;
		font-family: 'MarianinaCnFYMedium_M';
		color: rgb(255,255,255);
		font-size: 22px;		
		text-transform: uppercase;
		float: left;
		line-height: 44px;
		border-right: 3px dashed rgb(255,255,255);
		border-top: 3px dashed rgb(255,255,255);
		border-bottom: 3px dashed rgb(255,255,255);
	}
	ul.nav__events li.nav__plus .content span
	{
		margin-left: 16px;
	}

	section.homepage__cafe
	{
		padding: 92px 0px 108px 0px;
		background-color: rgb(40,40,40);
	}
	section.homepage__cafe .center
	{
		position: relative;
		width: 690px;
		margin: 0 auto;
	}

	section.homepage__news
	{
		padding: 55px 0px 0px 0px;
		background-color: rgb(255,255,255);
		display: flex;
    	flex-direction: column;
	}
	section.homepage__news .center
	{
		position: relative;
		width: calc(100% - 40px);
		margin: 0 auto;
	}
	section.homepage__news .center .frame
	{
		width: 100%;
		margin-left: 0px;
		float: left;
		position: relative;
		order: 1;
	}
	section.homepage__news .center .frame .date
	{
		font-size: 16px;
		text-transform: uppercase;
		font-style: normal !important;
	}


	.pageRightButton
	{
		position: relative;
		right: auto;
		top: auto;
		height: 90px;
		width: 100%;
		order: 2;
	}
	.btnMore:before
	{
		position: absolute;
		font-size: 20px;
		top: 0px;
		content: "\e903";
		font-family: 'icomoon' !important;
		speak: none;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		line-height: 1;

		/* Better Font Rendering =========== */
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;

		width: 100%;
    	text-align: center;
	}
	.btnMore
	{
		position: relative;
		width: 33px;
		height: 25px;
		padding-top: 25px;
		font-size: 16px;
		font-family: 'MarianinaWdFYLight_M';
		text-transform: uppercase;
		text-decoration: none;
		opacity: 1;
	}
	.btnMore:hover
	{
		cursor: pointer;
		opacity: 0.7;
	}


	section.homepage__inhetkort
	{
		background-color: rgb(161,36,44);
		padding: 35px 0px 85px 0px;
	}
	section.homepage__inhetkort .center
	{
		position: relative;
		width: 100%;
		margin: 0 auto;
		flex-wrap: wrap;
	}
	section.homepage__inhetkort .center .txtAlignCenter img
	{
		height: 80px;
		width: auto;
	}
	section.homepage__inhetkort .center .center div
	{
		font-family: "MarianinaCnFYLight_M";
		
		width: 50%;
		height: 120px;
		color: rgb(255,255,255);
		text-transform: uppercase;
		text-align: center;
	}
	section.homepage__inhetkort .center .center div span.text
	{
		font-size: 25px;
		    margin-top: 20px;
		float: left;
    	width: 100%;
		position: relative;
	}	
	section.homepage__inhetkort .center .center div span.icon-gesprekken
	{
		font-size: 60px;
		position: relative;
	}	
	section.homepage__inhetkort .center .center div span.icon-alleLeeftijden
	{
		font-size: 60px;
		position: relative;
	}	
	section.homepage__inhetkort .center .center div span.icon-drinken
	{
		font-size: 60px;
		position: relative;
	}	
	section.homepage__inhetkort .center .center div span.icon-vrienden
	{
		font-size: 60px;
		position: relative;
	}	
	section.row__respImage
	{
		line-height: 0px;
	    margin: 0;
	    padding: 0;
	    overflow: hidden;
	}
	section.row__respImage img
	{
		height: auto;
		width: 100%;
	}

	section.footer_pre
	{
		background-color: rgb(161,36,44);
		padding: 35px 0px 35px 0px;
	}
	section.footer_pre .center
	{
		position: relative;
		width: 100%;
		margin: 0 auto;
		flex-wrap: wrap;
	}
	section.footer_pre .center .txtAlignCenter img
	{
		height: 80px;
		width: auto;
	}
	section.footer_pre .center .center div
	{
		font-family: "MarianinaCnFYLight_M";
		
		margin: 0px 20px;
		height: 120px;
		color: rgb(255,255,255);
		text-transform: uppercase;
		text-align: center;
	}
	a.btnRound:before
	{
	    position: absolute;
	    font-size: 30px;
	    top: 10px;
	    
	    font-family: 'icomoon' !important;
	    speak: none;
	    font-style: normal;
	    font-weight: normal;
	    font-variant: normal;
	    text-transform: none;
	    line-height: 1;
	    -webkit-font-smoothing: antialiased;
	    -moz-osx-font-smoothing: grayscale;
	    width: 100%;
	    text-align: center;
	    left: 0px;
	    text-align: center;
	}
	a.btnRound
	{
		position: relative;
		display: inline-block;
		width: 50px;
		height: 50px;
		border-radius: 50px;
		-webkit-border-radius: 50px;
		font-size: 50px;
		position: relative;
		color: rgb(161,36,44);;
		background-color: rgb(255,255,255);
	}	

	a.btnRoundShare:before
	{
	    position: absolute;
	    font-size: 16px;
	    top: 10px;
	    
	    font-family: 'icomoon' !important;
	    speak: none;
	    font-style: normal;
	    font-weight: normal;
	    font-variant: normal;
	    text-transform: none;
	    line-height: 1;
	    -webkit-font-smoothing: antialiased;
	    -moz-osx-font-smoothing: grayscale;
	    width: 100%;
	    text-align: center;
	    left: 0px;
	    text-align: center;
	}
	a.btnRoundShare
	{
		position: relative;
		display: inline-block;
		width: 32px;
		height: 32px;
		border-radius: 32px;
		-webkit-border-radius: 32px;
		font-size: 32px;
		position: relative;
		color:  rgb(255,255,255);
		background-color:rgb(161,36,44);
		top: 7px;
		margin: 0px 0px 0px 5px;
	}	
	section.footer_pre .center .center div span.text
	{
		font-size: 25px;
		margin-top: 20px;
		float: left;
    	width: 100%;
		position: relative;
	}	
	footer
	{
		padding: 55px 0px;
		background-color: rgb(40,40,40);
	}
	footer .center
	{
		position: relative;
		width: calc(100% - 40px);
		margin: 0 auto;
	}
	footer .center .pic
	{
		  display: none;
	}
	footer .center .pic img
	{
		    width: 270px;
    height: auto;
	}
	footer .center p
	{
		font-size: 16px;
		margin: 0;
	}
	footer .footerHead
	{
		font-size: 36px !important;
		margin: 0 0 30px 0 !important;
		font-family: 'MarianinaCnFYLight_M';
		text-transform: uppercase;
	}
	.frame__breadcrums
	{
		height: 40px;
		background-color: rgb(255,255,255);
		line-height: 40px;
		margin-top: 50px;
	}
	.frame__breadcrums .center
	{

		width: calc(100% - 40px);
		margin: 0 auto;
		position: relative;
	}
	.frame__breadcrums
	{
		font-size: 16px;
		color: rgb(255,255,255);
	}
	a.btnBack:before
	{
		position: absolute;
		font-size: 20px;
		left: 10px;
		top: 7px;
		content: "\e902";
		font-family: 'icomoon' !important;
		speak: none;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		line-height: 1;

		/* Better Font Rendering =========== */
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;

	}
	a.btnBack
	{
		background-color: rgb(255,255,255);
		display: inline-block;
		position: relative;
		font-size: 16px;
		font-family: 'MarianinaWdFYBlack_M';
		color: rgb(139,180,157);
		text-transform: uppercase;
		text-decoration: none;
		padding: 0px 20px 0px 40px;
		line-height: 35px;
	}
	.events__detail
	{
		padding: 95px 0px 105px 0px;
	}
	.events__detail .center
	{
		width: calc(100% - 40px);
		margin: 0 auto;
		position: relative;
	}
	.events__detail .share
	{
		position: relative;
		clear: both;
		float: left;
		right: auto;
	}
	 .share p
	{
		margin: 0;
		line-height: 32px;
		font-family: 'MarianinaWdFYBlack_M';
		color: rgb(161,36,44);
		text-transform: uppercase;
		font-style: normal;
	}
	.events__detail .bottomLine
	{
		float: left;
		font-size: 36px;
		color: rgb(162,39,43);
		width: 100%;
		position: relative;
	}
	.events__detail .bottomLine a
	{
		float: right;
	}
	a.btnPlainRed
	{
		position: relative;
		display: inline-block;
		padding: 0px 40px 0px 20px;		
		color: rgb(162,39,43);
		line-height: 45px;
		height: 45px;
		font-size: 20px;
		font-family: 'MarianinaWdFYBlack_M';
		font-style: normal;
	}
	a.btnPlainRed:before
	{
		position: absolute;
		font-size: 20px;
		right: 10px;
		top: 12px;
		content: "\e903";
		font-family: 'icomoon' !important;
		speak: none;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		line-height: 1;

		/* Better Font Rendering =========== */
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
	a.btnRedSquare
	{
		display: inline-block;
		padding: 0px 40px 0px 20px;
		color: rgb(255,255,255);
		background-color: rgb(162,39,43);
		line-height: 45px;
		height: 45px;
		font-size: 20px;
		font-family: 'MarianinaWdFYBlack_M';
		font-style: normal;
		    position: relative;
		margin: 0 0 5px 0;
	}

	a.btnRedSquare:before
	{
		position: absolute;
		font-size: 20px;
		right: 10px;
		top: 12px;
		content: "\e903";
		font-family: 'icomoon' !important;
		speak: none;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		line-height: 1;

		/* Better Font Rendering =========== */
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
	.flip-container 
	{
			-webkit-perspective: 1000;
			-moz-perspective: 1000;
			-ms-perspective: 1000;
			perspective: 1000;

			-ms-transform: perspective(1000px);
			-moz-transform: perspective(1000px);
    			-moz-transform-style: preserve-3d; 
    			-ms-transform-style: preserve-3d; 

    		width: 310px;
    		height: 310px;
    		-webkit-border-radius: 310px;
    		border-radius: 310px;
    		margin-bottom: 40px;
    		overflow: hidden;
	}

			

			/* START: Accommodating for IE */
			.flip-container:hover .back, .flip-container.hover .back 
			{
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
	}


	.flip-container:hover .front, .flip-container.hover .front {
	    -webkit-transform: rotateY(180deg);
	    -moz-transform: rotateY(180deg);
	    -o-transform: rotateY(180deg);
	    transform: rotateY(180deg);
	}
			
		/* END: Accommodating for IE */

		.flip-container, .front, .back {
			width: 310px;
			height: 310px;
		}

		.flipper {
			-webkit-transition: 0.6s;
			-webkit-transform-style: preserve-3d;
			-ms-transition: 0.6s;

			-moz-transition: 0.6s;
			-moz-transform: perspective(1000px);
			-moz-transform-style: preserve-3d;
			-ms-transform-style: preserve-3d;

			transition: 0.6s;
			transform-style: preserve-3d;

			position: relative;
		}

		.front, .back {
			-webkit-backface-visibility: hidden;
			-moz-backface-visibility: hidden;
			-ms-backface-visibility: hidden;
			backface-visibility: hidden;

		    -webkit-transition: 0.6s;
		    -webkit-transform-style: preserve-3d;
		    -webkit-transform: rotateY(0deg);

		    -moz-transition: 0.6s;
		    -moz-transform-style: preserve-3d;
		    -moz-transform: rotateY(0deg);

		    -o-transition: 0.6s;
		    -o-transform-style: preserve-3d;
		    -o-transform: rotateY(0deg);

		    -ms-transition: 0.6s;
		    -ms-transform-style: preserve-3d;
		    -ms-transform: rotateY(0deg);

		    transition: 0.6s;
		    transform-style: preserve-3d;
		    transform: rotateY(0deg);

			position: absolute;
			top: 0;
			left: 0;
		}

		.front {
			-webkit-transform: rotateY(0deg);
			-ms-transform: rotateY(0deg);
			background: lightgreen;
			z-index: 2;
		}

		.back {			
			-webkit-transform: rotateY(-180deg);
		    -moz-transform: rotateY(-180deg);
		    -o-transform: rotateY(-180deg);
		    -ms-transform: rotateY(-180deg);
		    transform: rotateY(-180deg);
			background-image: url("../images/flip_back.png");
			background-position: -8px 0px;
			background-repeat: no-repeat;
		}
	
		.back-title {			
			text-align: center;
			font-family: 'MarianinaCnFYLight_M';
			font-size: 25px;
		    position: absolute;
		    top: 120px;
		    left: 70px;
		    right: 0;
		   
		    -webkit-transform: rotate(-20deg);
		    -moz-transform: rotate(-20deg);
		    -ms-transform: rotate(-20deg);
		    transform: rotate(-12deg);
		    font-family: 'MarianinaCnFYLight_M';
		    width: 180px;
		}
		label
		{
			position: relative;
			float: left;
			width: 100%;
			font-size: 31px;
			font-family: 'MarianinaCnFYMedium_M';
			color: rgb(40,40,40);
			    line-height: 31px;
    margin-bottom: 0px;
			text-transform: uppercase;
		}
		input[type=text], select, textarea
		{
			margin-bottom: 20px;
			position: relative;
			float: left;
			padding: 0px 20px;
			width: calc(100% - 40px - 2px);
			height: 68px;
			border: 1px solid rgb(40,40,40);
			font-size: 31px;
			font-family: 'MarianinaCnFYMedium_M';
			color: rgb(40,40,40);
			line-height: 68px;
		}
		textarea
		{
			height: 140px;
		}
		select
		{
			width: calc(100% - 160px - 2px);
		}
		.error
		{
			background-color: rgba(162,39,43,0.5);
		}
		.logoSlider img
		{
			max-height: 140px;
			max-width: 240px;
			width: auto;
			height: auto;
			margin: 0px 40px;
		}
		.hideMobile{
			display: none !important;
		}
}