/* Font */

@import url("../2014/dutch/font.css");
@import url("../2014/pressura/font.css");
@import url("../2014/ionicons/css/ionicons.min.css");


body, html {
	font: normal normal normal 1em/1.45em "Dutch", Times, "Times New Roman", serif;
	text-rendering: optimizelegibility;
}

img {
	border: none;
}

span.active,
a.active {
    color: rgb(176, 0, 66) !important;
    color: rgba(176, 0, 66, 0.9) !important;

}

/* Claim */

div.header {
	color: rgb(114,125,145);	
	color: rgba(114,125,145,0.9);	
	margin-bottom: 2em;
	border-bottom: 1px solid rgb(114,125,145);
	border-bottom: 1px solid rgba(114,125,145,0.9);
	height: 17em;	
}

@-webkit-keyframes testAnim {
	0% {
		-webkit-filter: hue-rotate(0deg);
	}
	80% {
		-webkit-filter: hue-rotate(0deg);
	}	
	100% {
		-webkit-filter: hue-rotate(360deg);
	}
}


div.header img {
	float: left;
	margin-right: 2em;
	width: 12em;
	-webkit-animation-name: testAnim;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-duration: 20s;
}
div.header h1 {
	font-family: pressura;
	font-size: 2.6em;
	line-height: 100%;	
	margin: 0;
	margin-bottom: 6px;
	text-transform: uppercase;
	margin-top: 2.5em;
	white-space: normal;	
}
div.header h2 {
	font-family: pressura;	
	font-size: 1.92em;
	line-height: 95%;
	margin: 0;
	text-transform: uppercase;
	white-space: normal;
}
@media only screen and (max-width: 768px) {
	div.header {
		width: auto;
		margin-left: 0.5em;
		margin-right: 0.5em;		
		margin-bottom: 1.5em;
		height: 14em;
	}
	div.header img {
		width: 9.5em;
		margin-right: 1em;
	}
	div.header h1 {
		margin-top: 1.7em;
	}	
	div.header h2 {
		font-size: 1.5em;
	}	
}
@media only screen and (max-width: 610px) {
	div.header {
		margin-top: 0em;
		padding-top: 0em;
		margin-left: 0.5em;
		margin-right: 0.5em;		
		width: auto;
		height: 9em;
		margin-bottom: 0.9em;
		border-bottom: 1px solid;
	}
	div.header img {
		width: 6.3em;
		height: auto;
		margin-top: 1.2em;
	}
	div.header h1 {
		margin: 0;
		padding-top: 2em;
		font-size: 1.5em;
		padding-bottom: 0.2em;
	}
	div.header h2 {
		font-size: 0.9em;
		line-height: 115%;
	}	
}

/* Menu */

div.menu>ul {
    color: rgb(114, 125, 145);
    color: rgba(114, 125, 145, 0.9);
    font-size: 1.6em;
	line-height: 1.6em;
    font-weight: bold;
    line-height: 100%;
    text-transform: uppercase;
	font-family: pressura;
}

div.menu li#small_logo {
	font-size: 80%;
	margin: 0.5em 0px;
}

div.menu li#bb_logo {
	margin: 0.5em 0px;
}

@media only screen and (max-width: 768px) {
	div.menu>ul {
	    font-size: 1.5em;
	}
}
@media only screen and (max-width: 480px) {
	div.menu>ul {
	    font-size: 1.5em;
	}
	div.menu li#bb_logo {
		display: none;
	}
	div.menu li#small_logo {
		position: absolute;
		top: 0;
		right: 0;
		border: 0;
		margin-top: -2.1em;
		font-size: 100%;
	}
	div.menu li#small_logo a {
		margin-left: 0.5em;
	}	
}

/* Sidebar Stuff */

div.sidebar img {
	max-width: 100%;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray; /* IE 6-9 */
    filter: url("filter.svg#greyscale"); /* Firefox 4+ */
}

div.sidebar figure {
	margin: 0;
	padding: 0;
	max-width: 100%;
}
div.sidebar figure p {
	margin: 0.75em 0;
	margin-top: 0em;
	font-size: .75em;
	line-height: 1.1em;
}
@media only screen and (max-width: 768px) {
	div.sidebar figure p {
		text-align: center;
		margin: 0.5em 0em;
	}
}
@media only screen and (max-width: 480px) {
	div.sidebar figure p {
		text-align: left;
		margin: 0.5em 0em;
	}
}

div.sidebar p.Tickets a {
    color: rgb(73,180,153);
	color: #00bca5;
}
div.sidebar p.Tickets a:hover {
    color: rgb(176, 0, 66);
    color: rgba(176, 0, 66, 0.9);
}
a.colored {
	color: #00bca5;	
}


div.sidebar p {
	margin: 0;
	padding: 0;
}

div.sidebar div.info p:not(.custom_sidebar) {
	margin-bottom: 1em;
	font-family: pressura;
    font-weight: bold;
	display: inline-block;
	width: 100%;
	line-height: 1.1em;
}
div.sidebar div.info p:not(.custom_sidebar):first-line {
	font-weight: normal;
	font-family: "Dutch", Times, "Times New Roman", serif;
}

div.sidebar div.info p.custom_sidebar {
	font-weight: normal;
	font-family: "Dutch", Times, "Times New Roman", serif;
	margin-bottom: 1em;
	display: inline-block;
	width: 100%;
	line-height: 1.1em;	
}

@media only screen and (max-width: 768px) {
	div.sidebar img {
		max-width: 66%;
		margin: auto;
		display: block;
		margin-bottom: 0em;
	}
	div.sidebar figure {
		margin-bottom: 1em;
	}
	div.sidebar div.info {
	    -webkit-column-count: 2; /* Chrome, Safari, Opera */
	    -moz-column-count: 2; /* Firefox */
	    column-count: 2;	
		margin-bottom: 1em;	
		border-bottom: 1px solid rgb(114,125,145);
		border-bottom: 1px solid rgba(114,125,145,0.9);
	}
}
@media only screen and (max-width: 480px) {
	div.sidebar div.info p:first-line {
		line-height: 1.2em;
	}
	div.sidebar div.info p {
		font-size: .75em;
		line-height: 1.1em;
	}

	div.sidebar img {
		max-width: 100%;
		margin: auto;
		display: block;
		margin-bottom: 0em;
	}
	

}

/* Content Body */

div.contentbody h4,
div.contentbody h5 {
	font-family: pressura;
    font-size: 1.6em;
	line-height: 1em;
    font-weight: bold;
    text-transform: uppercase;
	margin: 0;
	padding: 0;
}
div.contentbody h5 {
    color: rgb(114, 125, 145);
    color: rgba(114, 125, 145, 0.9);
	margin-bottom: 0.75em;
}

@media only screen and (max-width: 768px) {
	div.contentbody h4,
	div.contentbody h5 {
	    font-size: 1.5em;
	}

}
@media only screen and (max-width: 480px) {
	div.contentbody h4,
	div.contentbody h5 {
	    font-size: 1.5em;
	}
}










div.contentbody p {
	margin: 0 0 1em 0;
}

div.contentbody p > a {
	border-bottom: 1px solid;
}

div.sidebar b,
div.contentbody b {
    font-weight: bold;
	font-family: pressura;
}

div.contentbody .multicol {
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
}

div.contentbody .multicol p.highlite {
    color: rgb(73,180,153);
	color: #00bca5;	
}

@media only screen and (max-width: 640px) {
	div.contentbody .multicol {
	    -webkit-column-count: 1; /* Chrome, Safari, Opera */
	    -moz-column-count: 1; /* Firefox */
	    column-count: 1;
	}
}



div.contentbody .multicol p {
	display: inline-block;
	width: 100%;
}

/* Content Header */

div.contentheader {
    font-size: 1.6em;
	line-height: 1.6em;
    font-weight: bold;
    line-height: 100%;
    text-transform: uppercase;
	font-family: pressura;
	margin-bottom: 1em;
	padding-bottom: 1em;
	border-bottom: 1px solid rgb(114,125,145);
	border-bottom: 1px solid rgba(114,125,145,0.9);
	min-height: 2em;
}
@media only screen and (max-width: 768px) {
	div.contentbody a.bar,
	div.contentheader {
	    font-size: 1.5em !important;
	}
}
@media only screen and (max-width: 480px) {
	div.contentbody a.bar,
	div.contentheader {
    	font-size: 1em !important;
	}
	div.extended {
		min-height: 2.5em !important;		
	}
	div.contentbody a.bar {
		padding-top: 0.25em !important;		
		padding-bottom: 0.25em !important;		
	}
}


div.contentbody a.bar,
div.contentheader a.bar {
	width: 100%;
	text-align: center;
	display: inline-block;
	background-color: rgb(73,180,153);
	background-color: #00bca5;
	color: #FFF;
}

div.contentbody a.bar {
	font-size: 1.6em;
	line-height: 1.6em;
	font-weight: bold;
	line-height: 100%;
	text-transform: uppercase;
	font-family: pressura;
	margin-bottom: 1em;
	padding-bottom: 0.1em;
}

@media only screen and (max-width: 480px) {
	div.contentbody a.bar,
	div.contentheader a.bar {
		padding-top: 0.5em;
		padding-bottom: 0.5em;		
	}

}



/* Dropdowns in Content Header */

div.dropdown {
	width: 50%;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;  
	position: relative;	
}

div.left {
	float: left;
	padding-right: 0.25em;
}

div.right {
	float: right;
	padding-left: 0.25em;
}

div.dropdown ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

div.dropdown > ul > li span { 
	display: block; 
	background-color: rgb(73,180,153);
	background-color: #00bca5;
	text-align: center;
	color: #FFF;
	overflow: hidden;
	text-overflow: ellipsis;		
}
@media only screen and (max-width: 7680px) {
	div.dropdown > ul > li span { 
		padding-top: 0em;
		padding-bottom: 0.1em;		
	}
}

@media only screen and (max-width: 480px) {
	div.dropdown > ul > li span { 
		padding-top: 0.25em;
		padding-bottom: 0.25em;		
	}
}


div.dropdown > ul ul { 
	display: none; 
}

div.dropdown > ul > li:hover span { 
	margin-bottom: 0em;		
}
div.dropdown > ul > li:hover ul { 
	position: absolute;
	display: inline-block; 
	margin-bottom: 0em;		
	background: #FFF;
	color: rgb(73,180,153);
	color: #00bca5;
	text-align: center;
	left: 0;
	right: 0;
	padding: 0;
	margin: 0;
	z-index: 100;
}
div.left > ul > li:hover ul {
	margin-right: 0.25em;
}

div.right > ul > li:hover ul {
	margin-left: 0.25em;
}

div.dropdown > ul > li:hover ul li { 
	border-bottom: 1px solid rgb(73,180,153);
	border-bottom: 1px solid #00bca5;
	padding: 0.2em 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}	

/* List View: Images */

div.flex {
	vertical-align: top;
	text-align: left;
	margin: 0;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box; 	
	margin-left: 0em;
	margin-right: -0.5em;	
	margin-bottom: 1em;
}
div.card {
	width: 33.3%;
	display: inline-block;
	vertical-align: top;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box; 	
	text-align: left;
	padding: 0;
	padding: 0 0.5em 0 0;
	margin-bottom: 0.5em;
}
div.card a {
	width: 100%;
	padding-top: 70%;	
	margin: 0;
	display: block;
	cursor: pointer;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;	
}
div.card figure {
	margin: 0;
	padding: 0;	
	background-color: rgb(73,180,153);
	background-color: #00bca5;
	margin-bottom: 0.25em;
	position: relative;  
}
div.card a:hover {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray; /* IE 6-9 */
    filter: url("filter.svg#greyscale"); /* Firefox 4+ */
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter:alpha(opacity=50);
}
div.card p {
	font-family: pressura;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1em;
	margin: 0;
	color: #000;
	overflow: hidden;
}
div.card p:nth-child(odd) {
	color: rgb(114,125,145);
	color: rgba(114,125,145,0.9);
}


@media only screen and (max-width: 640px) {
	div.card {
		width: 50%;
	}
}

/* Gallery */

div.floatimage {
	cursor: pointer;
	position: relative;
}

div.floatimage div.images {
	position: relative;
	margin: auto;	
}

div.floatimage div.overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 100;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;		
	-webkit-tap-highlight-color: rgba(0,0,0,0);	
}

div.floatimage div.overlay > * {
    width: 50%;
    height: 100%;
    display: inline-block;
    position: absolute;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;	
	-webkit-tap-highlight-color: rgba(0,0,0,0);	
}

div.floatimage div.overlay .button {
    display: none;
    margin-top: -1.5em;
    position: absolute;
    top: 50%;
	width: 3em;
	height: 3em;
	background: #999;
	background: rgba(0,0,0,0.5);
	border-radius: 1.5em;
}

div.floatimage div.overlay .prev {
	left: 0px;
}
div.floatimage div.overlay .next {
	right: 0px;
}


div.floatimage div.overlay .prev .button {
	left: 1em;
	background-image: url('left.png');
	background-image: url('left.svg');
	background-repeat: no-repeat;	
	background-size: 1em 2em;
	background-position: 0.75em center;
}

div.floatimage div.overlay .next .button {
	right: 1em;
	background-image: url('right.png');
	background-image: url('right.svg');
	background-repeat: no-repeat;
	background-size: 1em 2em;
	background-position: 1.25em center;
}

div.floatimage>.images>img {
	bottom: 0;
	left: 0;
	margin: 0;
	position: absolute;
	right: 0;
	top: 0;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
    opacity:0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}

div.floatimage>.images>img.placeholder {
	position: relative;
}

div.floatimage>.images>img.opaque {
    opacity:1 !important;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=1);
}

div.floatimage .captions {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

div.floatimage .caption {
	padding: 1em 0em;	
	padding-top: 0.8em;
}

div.floatimage .captions .marker {
	position: absolute;
	right: 0;
	top: 0;
	margin-top: 0.75em;	
}

div.floatimage .captions .marker a {
	font-size: 35px;
	margin-left: -2px;	
	color: rgb(114,125,145);	
	color: rgba(114,125,145,0.9);	
	cursor: pointer;
}
div.floatimage .linkcolor {
	color: rgb(73,180,153) !important;
	color: #00bca5 !important;
}
div.floatimage .hidden {
	display: none;
}

/* Map Image */

div.mapimage {
	margin-top: 1em;
}

div.mapimage img {
	width: 100%;
	height: auto;
}

/* Overlay Image */

div#popup {
	position: fixed;
	width: 100%;
	height: 100%;	
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;	
	text-align: center;
	background: #333;
	background: rgba(0,0,0,0.8);
	opacity: 0;
	-moz-opacity: 0;
	cursor: pointer;
}

div#popup div {
	display: block;
	left: 10%;
	top: 10%;	
	bottom: 10%;
	right: 10%;	
	position: absolute;
	background-repeat: no-repeat;
	background-position: center center;
	-moz-background-size: contain;
	background-size: contain;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;  
}

@media only screen and (max-width: 640px) {
	div#popup img {
		padding: 0.5em;
	}
}

/* Spielplan */

p.spielplanjump {
	
}

p.spielplanjump a {
	display: block;
	width: 100%;
}

div.spielplan {
	background: #FFF;
	padding: 0.5em;
	padding-bottom: 0;
	border-bottom: 1px solid rgb(114,125,145);	
	border-bottom: 1px solid rgba(114,125,145,0.9);	
	line-height: 1em;	
	position: relative;
}

div.spielplan:first-child {
	border-top: 1px solid rgb(114,125,145);	
	border-top: 1px solid rgba(114,125,145,0.9);	
}

div.spielplan div.day {
	float: left;
	width: 30%;
    font-weight: bold;
	font-family: pressura;
	text-transform: uppercase;
	color: rgb(114,125,145);		
	color: rgba(114,125,145,0.9);		
}

div.spielplan a.top {
    font-weight: bold;
	font-family: pressura;
	text-transform: uppercase;
	color: rgb(114,125,145);		
	color: rgba(114,125,145,0.9);		
	position: absolute;
	bottom: 0.5em;
	left: 0.5em;
}

div.spielplan div.entries {
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;	
	width: 70%;
	margin-left: 30%;
	margin: 0;
	padding: 0;
    color: rgb(73,180,153);	
	color: #00bca5;
}

div.spielplan div.entries p {
	display: inline-block;
}

div.spielplan div.entries a {
    font-weight: bold;
	font-family: pressura;
	text-transform: uppercase;
	display: inline-block;
	width: 100%;	
	border: none;
	margin: 0;
	padding: 0;
}


div.spielplan div.entries span {
	margin-top: 0.2em;
	display: inline-block;
}

div.spielplan div.entries a:first-child {
	color: rgb(114,125,145);			
	color: rgba(114,125,145,0.9);			
}


@media only screen and (max-width: 640px) {
	div.spielplan div.day {
		float: none;
		width: 100%;
		margin-bottom: 1em;
	}
	div.spielplan div.entries {
		width: 100%;
		margin-left: 0;
	}
}

/* Downloads */

div.downloads {
	float: left;
	width: 100%;
	position: relative;
}

div.downloads p {
	font-family: pressura;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1em;
	margin: 0;
	overflow: hidden;
	color: rgb(114,125,145);
	color: rgba(114,125,145,0.9);
}

div.downloads p b {
	color: #000;
}

div.downloads a {
	border: none;
	width: 100%;
	display: block;
	margin-bottom: 1em;
	clear: both;
}

div.downloads a span {
	width: 25%;
	float: left;
	margin: 0;
	margin-bottom: 1em;
	padding-top: 17.5%;	
	display: block;
	cursor: pointer;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;	
	background-color: rgb(73,180,153);
	background-color: #00bca5;
}
div.downloads a p {
	width: 75%;
	margin-left: 25%;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;	
	padding-left: 0.5em;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;  
}

