html,
body {
	height: 100%;
	/* The html and body elements cannot have any padding or margin. */
	-webkit-font-smoothing: antialiased;
	/*font: normal 14px arial,sans-serif;*/
	font-family: "Open Sans Light",X-LocaleSpecific-Light,"Open Sans",X-LocaleSpecific,sans-serif;
	line-height: 1.5;
	font-weight: normal;
	font-size: 16px;
}

.row {
  margin-left:0px;
  margin-right:0px;
}

/* Wrapper for page content to push down footer */
#wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  /* Negative indent footer by its height */
  margin: 0 auto -60px;
  /* Pad bottom by footer height */
  padding: 0 0 60px;
}

/* Set the fixed height of the footer here */
#footer {
	color: #ddd;
  min-height: 60px;
  background-color: #2E2E2E;
  margin-top:50px;
  padding-top:20px;
  padding-bottom:20px;
  border-top: 1px solid #2e2e2e;
}


/* Custom page CSS
-------------------------------------------------- */

#wrap > .container {
/*  padding: 60px 15px 0;*/
}
.container .credit {
  margin: 20px 0;
}

#footer a {
	color:#efefef;
}

h1,h2,h3,h4,th {
  font-family: 'Kreon', serif;
  vertical-align:middle;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  white-space: normal;
}

header {
  /*background: #f16251;
  height:550px;
  color:#000000;*/
}

header img {
	margin-top: 10px;
	margin-bottom: 10px;
}

header h1,header h2,header h3 a,header a,header a:hover {
  color:#101010;
  font-weight:800;
  text-decoration:none;
}

header h3 {
  font-family: 'Kreon', serif;
  background: #ffcc33;
  padding:10px;
  border-radius:3px;
  font-size:34px;
  padding:12px 10px 6px 10px;
}

header .dropdown-menu {
  top:74px;
  background: #ffcc33;
  border-width:0;
}

h1 {
  font-size:50px;
}

#nav {
  width: 100%;
  position:static;
  top:-32px;
	font-size: 14px;
}

#nav.affix {
   position: fixed;
   top: 0;
   z-index:10;
   -webkit-transition: all .6s ease-in-out;
}

#footer > .container {
  
}

@media (min-width: 767px) {
  .navbar-nav.nav-justified > li{
      float:none;
  }
}
.navbar-nav {
  margin: 1px 1px; 
}  
  
/* customize nav style */
.navbar-custom {
    background-color: #2e2e2e;
	font-weight:700;
    text-transform:uppercase;
    border-width:0;
}
.navbar-custom  .navbar-nav>li>a {
	color: #ddd;
}
.navbar-custom  .navbar-nav li>a:hover, .navbar-nav li .open, .navbar-custom .navbar-nav .active a  {
	background-color: #000;
}
.navbar-custom .dropdown-menu{
	right:0;
}
.navbar-custom .navbar-nav>.dropdown>a .caret {
	border-top-color: #999;
	border-bottom-color: #999;
}

.navbar-collapse.in { /*3.0.2 bug workaround*/
    overflow-y: visible;
}

.navbar-toggle {
	outline:0;
}

.divider {
	height:100px;
}

.panel {
	border-width:0;
}

@media (max-width: 768px) {
	header {
		height: 95px;
	}

}

@media (min-width: 768px) {
	.container > .navbar-header, .container > .navbar-collapse {
		margin-left: 220px;
	}
}

#map-canvas {
  	width: 100%; 
  	height: 300px;
	margin: 0;
	padding: 15px;
}

.scroll-top {
   position:fixed;
   bottom:0;
   right:6%;
   z-index:100;
   background: #ffcc33;
   font-size:24px;
   border-top-left-radius:3px;
   border-top-right-radius:3px;
}
.scroll-top a:link,.scroll-top a:visited {
  color:#222;
} 
 

section {
  color: #ffffff;
  min-height: 400px;
  height: auto !important;
  height: 100%;
  padding-top:100px;
}





/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  height: 500px;
  margin-bottom: 60px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 500px;
  background-color: #777;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 500px;
}

#return-to-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0.7);
	width: 50px;
	height: 50px;
	display: block;
	text-decoration: none;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
	display: none;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#return-to-top i {
	color: #fff;
	margin: 0;
	position: relative;
	left: 16px;
	top: 13px;
	font-size: 19px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#return-to-top:hover {
	background: rgba(0, 0, 0, 0.9);
}

#return-to-top:hover i {
	color: #fff;
	top: 0px;
}

/* go top */
/*.go-top {
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 3px;
    bottom: 0.5em;
    color: white;
    display: none;
    font-size: 30px;
    padding: 0.1em 0.3em;
    position: fixed;
    right: 0.5em;
    text-decoration: none;
    z-index: 500;
}*/
.go-top {
	background-color: rgba(0, 0, 0, 0.3);
	position:fixed;
	bottom:58px;
	right:50px;
	text-decoration:none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	cursor:pointer;
	z-index:999;
	text-indent:-9999px;
	display:none;
	height:26px;
	width:51px;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: 0 0;
}

.go-top:hover {
	background-position: 0 -26px;
}



/*footer {
	margin-top: 30px;
font-size: 13px;
background: #f6f6f6;
color: #444;
}*/

.sponsoren img {
max-width: 150px;
margin: 10px 14px;
display: inline-block;
}

.sponsoren-seite img {
/*max-width: 150px;
margin: 10px 14px;
display: inline-block;*/
margin-bottom: 14px;
}

.breadcrumb {
	background-color: #fff;
	padding:0px;
}
.breadcrumb > li + li:before {
	content: "> ";
}

.nav-stacked small {
	padding: 0px 0px 0px 15px;
}

.page-header {
	border-bottom: none;
}

.has-feedback label ~ .form-control-feedback {
	top: 0px;
}
.form-group.required .control-label:after {
	content:"*";
	color:red;
}

.item_icon_info {
	color: rgba(220, 164, 0, 1.0);
}
a.menu_info, .info_panel {
	border-bottom: 5px solid rgba(220, 164, 0, 0.6)!important;
}
a.menu_info:hover,
a.menu_info.active {
	border-bottom: 5px solid rgba(220, 164, 0, 1.0)!important;
}

.item_icon_programm {
	color: rgba(130, 200, 0, 1.0);
}

a.menu_programm, .programm_panel {
	border-bottom: 5px solid rgba(130, 200, 0, 0.6)!important;
}
a.menu_programm:hover,
a.menu_programm.active {
	border-bottom: 5px solid rgba(130, 200, 0, 1.0)!important;
}

.item_icon_addons {
	color: rgba(130, 0, 200, 1.0);
}

a.menu_addons, .addons_panel {
	border-bottom: 5px solid rgba(130, 0, 200, 0.6)!important;
}
a.menu_addons:hover,
a.menu_addons.active {
	border-bottom: 5px solid rgba(130, 0, 200, 1.0)!important;
}

.item_icon_service {
	color: rgba(0, 130, 200, 1.0);
}

a.menu_service, .service_panel {
	border-bottom: 5px solid rgba(0, 130, 200, 0.6)!important;
}
a.menu_service:hover,
a.menu_service.active {
	border-bottom: 5px solid rgba(0, 130, 200, 1.0)!important;
}

.item_icon_presse {
	color: rgba(200, 0, 70, 1.0);
}

a.menu_presse, .presse_panel {
	border-bottom: 5px solid rgba(200, 0, 70, 0.4)!important;
}
a.menu_presse:hover,
a.menu_presse.active {
	border-bottom: 5px solid rgba(200, 0, 70, 1.0)!important;
}

.item_icon_youth {
    color: rgba(197, 0, 125, 1.0);
}

a.menu_youth, .youth_panel {
    border-bottom: 5px solid rgba(197, 0, 125, 0.6)!important;
}
a.menu_youth:hover,
a.menu_youth.active {
    border-bottom: 5px solid rgba(197, 0, 125, 1.0)!important;
}


h3.panel-title {
	font-size:20px;
}

#content {
}

/* Side notes for calling out things
-------------------------------------------------- */

/* Base styles (regardless of theme) */
.bs-callout {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: #eee;
	border-image: none;
	border-radius: 3px;
	border-style: solid;
	border-width: 1px 1px 1px 5px;
	margin: 20px 0;
	padding: 20px;
}

.bs-callout h4 {
	margin-bottom: 5px;
	margin-top: 0;
}

.bs-callout p:last-child {
	margin-bottom: 0;
}

.bs-callout-danger h4 {
	color: #d9534f;
}

.bs-callout-info h4 {
	color: #5bc0de;
}

.bs-callout-success h4 {
	color: #3c763d;
}

.bs-callout-warning h4 {
	color: #f0ad4e;
}

/* Themes for different contexts */
.bs-callout-danger {
	background-color: #fcf2f2;
	border-color: #dFb5b4;
	border-left-color: #d9534f;
}

.bs-callout-info {
	background-color: #f0f7fd;
	border-color: #d0e3f0;
	border-left-color: #5bc0de;;
}

.bs-callout-success {
	background-color: #dff0d8;
	border-color: #d6e9c6;
	border-left-color: #3c763d;
}

.bs-callout-warning {
	background-color: #fefbed;
	border-color: #f1e7bc;
	border-left-color: #f0ad4e;
}

.img-sponsor-logo-start {
	margin: 0 auto;
	padding-bottom: 2em;
}

@media (min-width: 768px) {
	.row > div.sidebar-box {
		position: relative;
		padding-left: 15px;
		padding-bottom: 15px;
	}

	.row > div.sidebar-box:before,
	.row > div.sidebar-box:after {
		content: "";
		position: absolute;
		bottom: -1px;
		left: -1px;
	}

	.row > div.sidebar-box:before {
		top: 5px;
		width: 1px;
		background-image: -webkit-gradient(linear, 0 100%, 0 0, from(#ccc), to(transparent));
		background-image: -webkit-linear-gradient(transparent, #ccc);
		background-image: -moz-linear-gradient(transparent, #ccc);
		background-image: -o-linear-gradient(transparent, #ccc);
	}
}

.row > div.sidebar-box .sponsor-container {
	margin-top: 2em;
	margin-bottom: 2em;
}

.sponsor-container > .blog-teaser {
	margin-top: 0.2em;
}

.text-hyphenate {
	hyphens: auto;
	hyphenate-limit-chars: 5;
	hyphenate-limit-lines: 2;
}




.row > div.sidebar-box h3 {
	margin-bottom: 1em;
}

#anreise_map, #abends_map, #linuxnacht_map {
  height: 400px;
}

.contact_box {
  width: 250px;
  margin-left: 20px;
}

/* Adventskalender */

div.door
{
	position: absolute;
	width:6.6667%;
	height:11.11%;
	border-width: 1px;
	border-style:dotted;
	border-color:#ccc;
	font-size:10pt;
}

div.dooropen
{
	position: absolute;
	width:6.6667%;
	height:11.11%;
	border-width: 1px;
	border-style:dotted;
	border-color:#ccc;
	font-size:10pt;
	opacity: .5;
}

.doorcell
{
	display:table;
	height: 100%;
	width: 100%;
}

.doorcell span
{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

a.door
{
	color:#000;
	text-decoration: none;
	font-weight: bold;
	text-shadow: 
		0 1px 1px #fff,
		0 -1px 1px #fff,
		1px 0 1px #fff,
		-1px 0 1px #fff;
}
/* Ende Adventskalender */

video {
  width: 100%    !important;
  height: auto   !important;
}


img.header_graphic {
	margin-bottom: 20px;
}

.stellenanzeige {
	border-bottom: 1px solid lightgray;
}
.stellenanzeige:last-of-type {
	border-bottom: none
}

#header-motto {
   Font-size:150%;
   font-weight: bold;
   vertical-align:middle
}

/* Covid-Info
-------------------------------------------------- */
div.covid-info {
	margin-top: 15px;
}