		.opened {
			height:250px;
			animation-name: open;
			animation-duration: 1s;	
			animation-fill-mode: forwards;
    	}
		.t1 {
			color: lightgreen;
			border-color: #66b445;
		}
		.t2 {
			color: gold;
			border-color: gold;
		}
		.t3 {
			color: red;
			border-color: red;
		}
		.dhead{
			float: left;
			width: 100px;
			text-shadow: 0 0 5px black;	
			color: lightgreen;
		}
		.venuehead {
			padding:0 10px 0 10px;
			margin-top: -10px;
			clear: both;
		}
		.venuecont {
			border-top: 1px solid #000000;
			width: 98%;
			margin: 10px;
			padding-top: 9px;
			clear: both;
			line-height: 22px;
		}
		.venuepart {
			width: 50%;
			float: left;
		}
		#imprint {
			clear:both;
			width:100%;
		}
		


		.event {
			clear: both;
			margin-bottom:10px;
			min-width: 280px;
			overflow: hidden;
			height:70px;
			cursor: pointer;
		}
		.closed {
			height:70px;
			animation-name: close;
			animation-duration: 1s;
			animation-fill-mode: forwards;
		}
		.date {
			float: left;
			width: 120px;
 			margin:11px 10px;
			/* display:inline-block; */
			color:#337ab7;
		}
		.ticket {
			float: right;
			width: 120px;
			margin:10px 10px;
			text-align: center;
			border: 1px solid;
			/* display:inline-block; */
			text-shadow: 0 0 5px black;	
			border-radius: 3px;
		}

	
		
	@keyframes open {
    	from {height:70px;}
    	to {height:250px;}
	}
	@keyframes close {
    	from {height:250px;}
    	to {height:70px;}
	}
	
	
	@media (min-width: 700px) {
		#imprint {
			float:left;
			width: calc(100% - 360px);
			margin-right:20px;
			height:500px;
		}
	}
	.carousel-indicators {
		display: none;
	}

	@media (min-width: 630px) {
		.carousel-indicators {
			display: block;
		}
	}
	
	

	.mywell {
		min-height: 20px;
		padding: 19px;
		margin-bottom: 20px;
	}
	.bgshadow{
		border: 1px solid #dcdcdc;
		border-radius: 5px;
		-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
	    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
		background-color: rgba(255,255,255,0.8);
		-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1);
	    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1);
	}
	* {
		font-family: 'Anton', sans-serif;
	}
	#site-bg {
		background-color: #3a6198;
		background-image: url('../img/site-bg.jpg?v=2');
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center top;
		position:fixed;
		left:0; top:0; right:0; bottom:0;
		z-index: -1;
	}
	.navbar-default2 {
		background-color: #3a6198;
		background-position: center top;
		border-bottom:1px solid black;
	}
	.s30 {
		font-size:30px;
	}
	.s20 {
		font-size:20px;
	}
	.gold{
		color:gold;
		text-shadow: 0 0 5px black;	
	}
	.icon-bar {
		background-color: gold;
	}
	.navbar-toggle {
		border: 1px solid gold;
	}
	.header-border {
		border-bottom: 1px solid black;
	}
	.well .p{
		font-family: 'Arial', sans-serif;
		color:black;
		font-size: 15px;
	}
	.pusher {
		display:block;
		height:30px;
	}

.page-header {
	text-align: center;
	
}
.page-header > img {
	width: 100%;
	max-width: (100vw - 30px);
}

/****** ADMIN ********/

.hue-input {
	margin:0px;
}
.hue-input.day, .hue-input.month {
	width:30px;
}
.hue-input.year {
	width:50px;
}
.hue-input.vtickets, .hue-input.operator, .hue-input.url {
	font-family: Arial;
	font-size:11px;
	width:500px;
}
.hue-input.locdescription {
	width:800px;
	height:105px;
	font-family: Arial;
	font-size:11px;
}

.hue-select.tickets {
	width:146px;
}

.hue-button {
	width:150px;
	height:25px;
	float:right;
}
.hue-button.add {
	margin:11px;
}