/* Move down content because we have a fixed navbar that is 50px tall */
html {
  position: relative;
  min-height: 100%;
}
body {
  padding-top: 50px;
  /* Margin bottom by footer height */
  margin-bottom: 50px;
  font-size: 16px;
	background: #eceef6;
}
a{
	cursor: pointer;
}
a.emptyLink{
	cursor: default;
}
.well strong{
	color: #cd1719;
}
.vf-programm{
	color: #273583;
}
#vfModalBody img, .vf-mitbild img{
	width: 100%;
}
.btn{
	text-align: left;
	font-weight: bold;
}
h1, .h1, h2, .h2, h3, .h3{
	margin-top: 30px;
	margin-bottom: 20px;
}
h1:first-child, h2:first-child{
	margin-top: 10px;
}
.list-group-item h4{
	margin-top: 0px;
}
.inhalt{
	background: #fff;
	margin-top: 0;
	padding-top: 0;
	padding-bottom: 50px;
	padding-top: 30px;
}
.navbar-default{
	background: #eceef6;
	border-bottom: 5px solid #2d4f9f;
}
.navbar-default .container, .jumbotron .container{
	position: relative;
}
#Logo{
	position: absolute;
	top: 220px;
	left: 0;
}
#Banner{
	position: absolute;
	top: 55px;
	right: 0;
}
#VRBanner{
	position: absolute;
	top: 220px;
	right: 30px;
}
#countdown{
	position: absolute;
	top: 285px;
	right: 0;
	background: url(../img/volksfest/countdown.png) no-repeat;
	height: 93px;
	width: 280px;
	color: #333;
	overflow: hidden;
}
#countdown .digit{
	float: left;
	font-size: 30px;
	font-weight: bold;
	height: 89px;
	line-height: 89px;
	margin: 0px 7px 0px 0px;
	padding-top: 11px;
	text-align: center;
	width: 55px;
}
#countdown .digit.days{
	margin: 0px 18px 0px 19px;
}
#countdown p{
	display: inline-block;	
}
.navbar-default .navbar-nav > .active > a{
	color: #000;
	background: none;
}
.navbar-default .navbar-nav > li > a:hover{
	background: #fff;
}
ul.navbar-right{
	border-top: 1px solid #2d4f9f;
}
.navbar-brand{
	float: right;
	padding-top: 10px;
	padding-right: 0;
	margin-right: -15px;
	background: none;
}
.navbar-header{
	width: 100%;
}
.jumbotron{
	background: url(../files/motiv_stadtplatz.jpg) center center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	min-height: 400px;
	padding: 0;
	border-bottom: 5px solid #2d4f9f;
	margin-bottom: 0;
}
.jumbotron .container{
	text-align: right;
}
.jumbotron h2{
	margin-top: 30px;
	margin-bottom: 10px;
}
#footer{
	background: #2d4f9f;
	color: #fff;
	position: absolute;
	bottom: 0;
	width: 100%;
	/* Set the fixed height of the footer here */
	height: 50px;
	padding-right: 15px;
	padding-left: 15px;
}
#footer .navbar-nav{
	margin-left: -15px;
}
#footer a{
	color: #fee;
}
#footer a:hover{
	color: #500;
}
#footer p{
	margin-top: 15px;
	line-height: 20px;
}
.container .text-muted {
	margin: 20px 0;
}

/* --------------------------- Linkboxen / Checkbox-Label -------------------------- */
.Linkbox{
	background: #f2f2f2;
	background-repeat: no-repeat;
	height: 100px;
	position: relative;
	margin-bottom: 20px;
	display: block;
}
.Linkbox h3{
	margin-top: 10px;
}
.Linkbox p{
	word-break: keep-all;
}
.Linkbox.box-klein h3{
	font-size: 16px;
	margin-top: 16px;
	word-wrap: break-word;
}
.Linkbox div{
	padding: 48px 10px 10px 120px;
	font-size: 14px;
	line-height: 16px;
}
.checklabel{
	padding: 10px 10px 10px 90px;
	width: 100%;
	position: relative;
}
.checklabel input{
	position: absolute;
	top: 6px;
	right: 10px;
}
.checklabel p{
	line-height: 16px;
}
.checklabel:hover{
	background-color: #eee;
}
.Linkbox img{
	width: 100px;
	height: 100px;
	position: absolute;
	top: 0px;
	left: 0px;
}
.Linkbox a{
	display: block;
	color: #000;
	padding: 0px 10px 10px 120px;
	position: absolute;
	top: 0;
	left: 0;
	height: 100px;
	width: 100%;
	z-index: 3;
	text-decoration: none;
	transition: background 0.5s, padding-left 0.5s, color 0.5s;
}
.Linkbox.box-klein a{
	padding: 0px 5px 10px 84px;
}
.Linkbox.box-klein div{
	padding: 52px 5px 10px 84px;
}
.Linkbox.galerie{
	height: 75px;
	background-size: 100px 75px;
	overflow: hidden;
}
.Linkbox.galerie a{
	padding-top: 10px;
}
.Linkbox a:hover{
	background: #2d4f9f;
	color: #fff;
	padding-left: 10px;
	text-decoration: none;
}
.galerie-foto{
	margin: 0 10px 10px 0;
}
.rechts{
	float: right;
	margin: 4px 0px 10px 15px;
	width: 40%;
}
.rechtsfree{
	float: right;
	margin: 4px 0px 10px 15px;
}
.links{
	float:left;
	margin: 4px 15px 10px 0px;
	width: 40%;
}
#rss, #rss p{
	font-size: 13px;
}	
#rss a{
	font-size: 16px;
}	
#rss .links{
	width: 60px;
	margin-top: 6px;
	margin-bottom: 0px;
}
.rechts.klein, .links.klein{
	width: 20%;
}
.mitte{
	margin: 10px 0;
	width: 100%;
}
.mitte.klein{
	width: 50%;
}
.rechts img, .links img, .mitte img, p > img, p > a > img{
	width: 100%;
}
.links span, .rechts span, .mitte span{
	display: block;
	padding: 3px 5px;
	background: #eee;
	text-align: center;
}
.va_preview{
	display: block;
	height: 63px;
	width: 112px;
	background-size: cover;
	background-position: center center;
	overflow: hidden;
}
.va_marked{
	color: #7a0011;
}
/* ----------------------------------------------- Tabellen ------------------------------------*/
table{
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 20px;
}
th, td.HeadCell{
	font-weight: bold;
	background: #eee;
	border: 1px solid #ddd;
	padding: 3px;
}
td{
	background: #fff;
	border: 1px solid #ddd;
	padding: 3px;
}
/* ----------------------------------------------- Tabellen Ende ------------------------------------*/

/* ----------------------------------------------- Links/Buttons ------------------------------------*/
.btn-pdf{
	display: block;
	width: 100%;
	background: url(../files/pdf.png) 6px 8px no-repeat #fff;
	text-align: left;
	padding-left: 40px;
}
.Angabe{
	display: inline-block;
	font-weight: bold;
	width: 200px;
	vertical-align: top;
}
.Angabe_inhalt{
	display: inline-block;
}
.w_400{
	width: 400px;
}
.w_20p{
	width: 20%;
}
.w_70p{
	width: 70%;
}

#muehlradback{
    position: absolute;
    top: 0;
    left: 0;
}
#muehlrad{
    position: absolute;
    top: 0;
    left: 0;
	 z-index: 3;
    -webkit-animation:spin 12s linear infinite;
    -moz-animation:spin 12s linear infinite;
    animation:spin 12s linear infinite;
}
.map-container{
	display: block;
	width: 100%;
	height: 400px;
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

@media (min-width: 480px) and (max-width: 768px) {
	#VRBanner{
		top: 133px;
		width: 200px;
	}
}
@media (max-width: 768px) {
	#muehlrad, #muehlradback{
		left: 15px;
	}
	#muehlrad, #muehlrad img, #muehlradback, #muehlradback img{
		width: 60px;
	}
	#Logo{
		top: 20px;
		left: 15px;
		width: 220px;
	}
	#countdown{
		top: 126px;
		left: 15px;
		width: 200px;
		background: url(../img/volksfest/countdown_200.png) no-repeat;
	}
	#countdown .digit{
		float: left;
		font-size: 22px;
		font-weight: bold;
		height: 62px;
		line-height: 62px;
		margin: 0px 7px 0px 0px;
		padding-top: 8px;
		width: 37px;
	}
	#countdown .digit.days{
		margin: 0px 16px 0px 14px;
	}
	#Banner{
		top: 15px;
		width: 200px;
	}
	#VRBanner{
		right: 20px;
	}
	.jumbotron{
		min-height: 200px;
	}
	.jumbotron h2{
		font-size: 24px;
	}
	.navbar-brand{
		margin-right: 15px;
	}
	.navbar-form{
		display: none;
	}
	.navbar-toggle{
		margin-right: 0px;
	}
	.container > .navbar-header{
		margin: 0px;
	}
	#footer{
		height: auto;
	}
	.inhalt{
		padding-bottom: 100px;
	}
	.rechts.klein, .links.klein{
		width: 30%;
	}
}
@media (max-width: 479px) {
	#VRBanner{
		top: 133px;
		width: 200px;
		right: 10px;
	}
}
@media (max-width: 428px) {
	#Logo{
		top: 20px;
		left: 15px;
		width: 170px;
	}
	#VRBanner{
		top: 90px;
		width: 150px;
	}
	#Banner{
		top: 10px;
		width: 150px;
	}
	.rechts.klein, .links.klein{
		width: 40%;
	}
}
@media (min-width: 769px){
	.dropdown:hover .dropdown-menu {
		display: block;
		z-index: 1100;
	}
}
@media (min-width: 769px) and (max-width: 990px){
	#muehlrad, #muehlrad img, #muehlradback, #muehlradback img{
		width: 150px;
	}
	#Logo{
		top: 160px;
		width: 280px;
	}
	#Banner{
		width: 280px;
	}
	#VRBanner{
		top: 178px;
		right: 0;
		width: 200px;
	}
	#countdown{
		top: 226px;
		width: 200px;
		background: url(../img/volksfest/countdown_200.png) no-repeat;
	}
	#countdown .digit{
		float: left;
		font-size: 22px;
		font-weight: bold;
		height: 62px;
		line-height: 62px;
		margin: 0px 7px 0px 0px;
		padding-top: 8px;
		width: 37px;
	}
	#countdown .digit.days{
		margin: 0px 16px 0px 14px;
	}
	.jumbotron{
		min-height: 300px;
	}
}
@media (max-width: 990px){
	.styleswitch{
		display: none;
	}
}

.cookie-msg {
	position: fixed;
	bottom: 55px;
	width: 100%;
	background: #cf152d;
	padding: 30px;
	border-top: 5px solid #fff;
	border-bottom: 5px solid #fff;
	color: #fff;
}
.cookie-msg .btn.btn-primary {
	font-weight: bold;
	color: #cf152d;
	background: #fff;
	border: none;
}
.cookie-msg .btn.btn-primary:hover {
	opacity: 0.6;
}
.cookie-msg a {
	color: #ccc;
}
.cookie-msg a:hover {
	color: #fff;
	text-decoration: underline;
}
