/* 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;
}
a{
	cursor: pointer;
}
a.emptyLink{
	cursor: default;
}
.yamm-content a{
	display: block;
}
.yamm-content a:hover{
	text-decoration: none;
	color: #000;
}
.navbar-default .container{
	position: relative;
}
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: #edecec;
	border-bottom: 5px solid #cf152d;
}
.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 #cf152d;
}
.navbar-brand{
	float: right;
	padding-top: 0;
	padding-right: 0;
	background: none;
}
.navbar-brand svg{
	width: 198px;
	height: 58px;
	margin-top: -5px;
}
.navbar-header{
	width: 100%;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus{
	background: none;
	color: #000;
	font-weight: bold;
}
.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 #cf152d;
	margin-bottom: 0;
}
.jumbotron .container{
	text-align: right;
}
.jumbotron h2{
	margin-top: 30px;
	margin-bottom: 10px;
}
#footer{
	background: #cf152d;
	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: 20px;
}
.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 a.nofx{
	transition: none;
}
.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: #cf152d;
	color: #fff;
	padding-left: 10px;
	text-decoration: none;
}
.Linkbox a.nofx:hover{
	background: none;
	padding-left: 120px;
	color: #cf152d;
	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%;
}
.rechts.mittel, .links.mittel{
	width: 30%;
}
.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 ------------------------------------*/
div.zabuto_calendar .table tr td.event-styled div.day{
	background-color: #fff0c3;
}
div.zabuto_calendar .table tr td.event div.day:hover, div.zabuto_calendar .table tr td.event-styled div.day:hover{
	background: #cf152d;
	color: #fff;
}

/* ----------------------------------------------- Links/Buttons ------------------------------------*/
.btn-pdf{
	background: url(../files/pdf.png) 6px 8px no-repeat #fff;
	text-align: left;
	padding-left: 40px;
}
.btn-dd, .opennews{
	text-align: left;
}
.btn-dd .glyphicon{
	width: 28px;
}
.ddtext{
	padding-bottom: 10px;
}
.ddcontent{
	padding-top: 5px;
}
.ddcontent div{
	padding: 19px;
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
}
.btn-pdf-center{
	background: url(../files/pdf.png) 6px 8px no-repeat #fff;
	padding-left: 40px;
	padding-right: 40px;
}
.Angabe{
	display: inline-block;
	font-weight: bold;
	width: 200px;
	vertical-align: top;
}
.anker:before{
	content: "";
	display: block;
	height: 110px;
	margin: -110px 0 0;
}
.Angabe_inhalt{
	display: inline-block;
}
.text-daten{
	display: table;
}
.text-daten p{
	display: table-row;
}
.text-daten span.Angabe, .text-daten span.Angabe_inhalt{
	display: table-cell;
	padding-bottom: 7px;
	font-size: 15px;
	line-height: 18px;
}
.w_400{
	width: 400px;
}
.w_20p{
	width: 20%;
}
.w_70p{
	width: 70%;
}
.well{
	box-shadow: none;
	min-height: 240px;
}

#muehlrad {
    position: absolute;
    top: 0;
    left: 0;
    height: 210px;
    width: 141px;
}
#muehlrad svg{
	height: 210px;
	width: 141px;
}
#muehlrad svg .st0, .navbar-brand svg .st0{
	opacity: 0.3;
}
.map-container{
	display: block;
	width: 100%;
	height: 400px;
}

.youtube{
	width: 100%;
	height: 500px;
}

@media (max-width: 767px) {
	#muehlrad{
		display: none;
	}
	#muehlrad, #muehlrad svg{
		width: 60px;
		height: 90px;
	}
	.jumbotron{
		min-height: 200px;
	}
	.jumbotron h2{
		font-size: 24px;
	}
	.navbar-brand{
		float: none;
		padding: 0;
		margin: 0;
		padding-top: 5px;
	}
	.navbar-brand svg{
		margin: 0;
	}
	.navbar-form{
		display: none;
	}
	.navbar-toggle{
		margin-right: 0px;
	}
	.container > .navbar-header{
		margin: 0px;
	}
	#footer{
		height: auto;
	}
	.yamm-content a{
		padding: 4px 0;
		display: block;
	}
	.yamm-content ul{
		margin-bottom: 10px;
	}
	.inhalt{
		padding-bottom: 150px;
	}
	.youtube{
		height: 400px;
	}
	.text-daten p, .text-daten span.Angabe{
		display: block;
	}
	.text-daten span.Angabe{
		width: 100%!important;
		padding-bottom: 0px;
	}
	.text-daten .links.klein{
		width: 26%;
	}
}
@media (min-width: 768px){
	.dropdown:hover .dropdown-menu {
		display: block;
		z-index: 1100;
	}
	.breadcrumb .dropdown-menu{
		top: 20px;
	}
}
@media (min-width: 768px) and (max-width: 990px){
	#muehlrad, #muehlrad svg{
		width: 127px;
		height: 190px;
	}
	.jumbotron{
		min-height: 300px;
	}
}
@media (max-width: 990px){
	.styleswitch{
		display: none;
	}
}


/* ----------------------------------------- Kinderbetreuung ----------------------------- */
.kinder_Rahmen{
	width: 790px;
	height: 388px;
	position: relative;
}
div.Auswahl{
	position: absolute;
	font-weight: bold;
	padding: 0px;
	z-index: 10;
	text-align: center;
	height: 66px;
}
div.Auswahl a{
	display: block;
	width: 100%;
	height: 66px;
	z-index: 5;
}
div.Auswahl.Babysitter{
	top: 9px;
	left: 206px;
	width: 134px;
}
div.Auswahl.Kinderkrippe{
	top: 44px;
	left: 45px;
	width: 140px;
}
div.Auswahl.Spielgruppen{
	top: 136px;
	left: 4px;
	width: 149px;
}
div.Auswahl.Kindergaerten{
	top: 208px;
	left: 22px;
	width: 140px;
}
div.Auswahl.Kinderhort{
	top: 278px;
	left: 59px;
	width: 140px;
}
div.Auswahl.Schulbetreuung{
	top: 270px;
	left: 382px;
	width: 174px;
}
div.Auswahl.Ferienbetreuung{
	top: 193px;
	left: 406px;
	width: 174px;
}
div.Auswahl.Heilpaedagogik{
	top: 106px;
	left: 405px;
	width: 174px;
}
div.Auswahl.Tagespflege{
	top: 31px;
	left: 377px;
	width: 180px;
}
div.Auswahl.Familienhilfen{
	top: 296px;
	left: 208px;
	width: 172px;
}
div.Auswahl.Pflegeeltern{
	top: 73px;
	left: 38px;
	width: 172px;
}
.Betreuung_titel{
	position: absolute;
	top: 142px;
	left: 164px;
}

div.Auswahl.Babysitter a{ background: url(../img/soziales/kinderbetreuung/button_babysitter.gif) no-repeat; }
div.Auswahl.Babysitter a:hover{ background: url(../img/soziales/kinderbetreuung/button_babysitter_L.gif) no-repeat; }
div.Auswahl.Kinderkrippe a{ background: url(../img/soziales/kinderbetreuung/button_1.gif) no-repeat; }
div.Auswahl.Kinderkrippe a:hover{ background: url(../img/soziales/kinderbetreuung/button_1_L.gif) no-repeat; }
div.Auswahl.Spielgruppen a{ background: url(../img/soziales/kinderbetreuung/button_gruppe.gif) no-repeat; }
div.Auswahl.Spielgruppen a:hover{ background: url(../img/soziales/kinderbetreuung/button_gruppe_L.gif) no-repeat; }
div.Auswahl.Kindergaerten a{ background: url(../img/soziales/kinderbetreuung/button_garten.gif) no-repeat; }
div.Auswahl.Kindergaerten a:hover{ background: url(../img/soziales/kinderbetreuung/button_garten_L.gif) no-repeat; }
div.Auswahl.Kinderhort a{ background: url(../img/soziales/kinderbetreuung/button_hort.gif) no-repeat; }
div.Auswahl.Kinderhort a:hover{ background: url(../img/soziales/kinderbetreuung/button_hort_L.gif) no-repeat; }
div.Auswahl.Schulbetreuung a{ background: url(../img/soziales/kinderbetreuung/button_schul.gif) no-repeat; }
div.Auswahl.Schulbetreuung a:hover{ background: url(../img/soziales/kinderbetreuung/button_schul_L.gif) no-repeat; }
div.Auswahl.Ferienbetreuung a{ background: url(../img/soziales/kinderbetreuung/button_ferien.gif) no-repeat; }
div.Auswahl.Ferienbetreuung a:hover{ background: url(../img/soziales/kinderbetreuung/button_ferien_L.gif) no-repeat; }
div.Auswahl.Heilpaedagogik a{ background: url(../img/soziales/kinderbetreuung/button_heilp.gif) no-repeat; }
div.Auswahl.Heilpaedagogik a:hover{ background: url(../img/soziales/kinderbetreuung/button_heilp_L.gif) no-repeat; }
div.Auswahl.Tagespflege a{ background: url(../img/soziales/kinderbetreuung/button_tages.gif) no-repeat; }
div.Auswahl.Tagespflege a:hover{ background: url(../img/soziales/kinderbetreuung/button_tages_L.gif) no-repeat; }
div.Auswahl.Familienhilfen a{ background: url(../img/soziales/kinderbetreuung/button_hilfe.gif) no-repeat; }
div.Auswahl.Familienhilfen a:hover{ background: url(../img/soziales/kinderbetreuung/button_hilfe_L.gif) no-repeat; }
div.Auswahl.Pflegeeltern a{ background: url(../img/soziales/kinderbetreuung/button_pflegeeltern.gif) no-repeat; }
div.Auswahl.Pflegeeltern a:hover{ background: url(../img/soziales/kinderbetreuung/button_pflegeeltern_L.gif) no-repeat; }

.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;
}
