body {
	background: url(../img/bgnoise.png) #c1ddf5;
	font-family: 'Open Sans', sans-serif;
}

/* ###### Allgemein ###### */

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Open Sans', sans-serif;
}

h3 {
	margin: 12px 0 24px 0;
	color: #223b83;
	font-weight: 600;
}

h4 {
	font-weight: 600;
	margin-bottom: 20px;
}

h5 {
	font-weight: 600;
}

.unterschrift {
	font-family: 'Rancho', cursive;
	font-size: 1.5em;
	color: #223b83;
}

.img-responsive {
	margin: 0 auto;
}

.caption {
	color: #777;
	margin-top: 5px;
	font-size: 0.9em;
}

.gold {
	color: #eac600;
}

.label {
	font-size: 1em;
}

.label-info {
	background-color: #ffffff;
	color: inherit;
}

iframe {
	border: 0;
}

.thumbnail {
	padding: 0;
	border: 0;
	background-color: transparent;
}

.infobox {
	border: 2px solid #fff;
	padding: 10px;
}

/* ###### Container ###### */

.container {
	background-image: url(../img/bg.jpg);
	background-size: cover;
}

/* ###### Content ###### */

#content {
	min-height: 380px;
	background: rgba(255,255,255,0.85);
	margin-bottom: 20px;
	padding: 20px;
}

/* ###### Header ###### */

#header {
	color: #fff;
}

.seitentitel {
	font-family: 'Rancho', cursive;
	font-size: 5em;
	text-align: center;
	text-shadow: 2px 2px 5px rgba(0,0,0,0.5);
}

.wappen {
	margin-top: 10px;
	max-width: 200px;
	max-height: auto;
}

.seitentitel a, .seitentitel a:hover, .seitentitel a:focus {
	color: #fff;
	text-decoration: none;
}

/* ###### Navi ###### */

.navi {
	font-size: 1.5em;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.7);
	margin-left: 0;
}

.navi li {
	font-family: 'Rancho', cursive;
}

.navi ul li {
	font-family: 'Open Sans', sans-serif;
}

.navbar-inverse {
	background-color: rgba(0,0,0,0.85);
}

.navbar-inverse .navbar-nav>li>a {
	color: #ccc;
}

.dropdown-menu {
	text-shadow: none;
}

.dropdown-menu>li>a {
	line-height: 2.8;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
	background-color: #b9d8f2;
	text-shadow: 1px 1px 6px rgba(0,0,0,0.1);
}

/* ###### Footer ###### */

#footer {
	text-align: right;
	color: rgba(255,255,255,1);
	font-size: 1em;
	margin-bottom: 30px;
}

.fi-social-facebook {
	color: #fff;
	margin-right: 2px;
}

.btn {
	padding: 3px 6px;
	margin-right: 4px;
}

.footer-link {
	color: rgba(255,255,255,1);
	text-shadow: 1px 1px 4px rgba(0,0,0,1);
}

.footer-link:hover, .footer-link:focus {
	color: #94d900;
	text-decoration: none;
}

/* ###### Flex Video ###### */

.flex-video {
	position: relative;
	padding-top: 25px;
	padding-bottom: 67.5%;
	height: 0;
	margin-bottom: 16px;
	overflow: hidden;
}
 
.flex-video.widescreen { padding-bottom: 57.25%; }
.flex-video.vimeo { padding-top: 0; }
 
.flex-video iframe,
.flex-video object,
.flex-video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media only screen and (max-device-width: 800px), only screen and (device-width: 1024px) and (device-height: 600px), only screen and (width: 1280px) and (orientation: landscape), only screen and (device-width: 800px), only screen and (max-width: 767px) {
	.flex-video { padding-top: 0; }
}

/* ###### Media Queries ###### */

/* @media (max-width: 767px) {

.container {
	border: 0;
}

} */

@media (min-width: 768px) {

.container {
	margin-top: 20px;
	margin-bottom: 50px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,0.3);
	box-shadow: 0 0 15px 0 rgba(0,0,0,0.3);
}

ul.nav li.dropdown:hover ul.dropdown-menu { /* Submenü Hover statt Click */
	display: block;
	margin-top: 0px;
}

}

@media (min-width: 992px) {
	
#content {
	margin-top: -70px;
}

.container {
	margin-top: 50px;
}

.seitentitel {
	text-align: left;
	padding-top: 6px;
}

.seitentitel-dark {
	color: #afd0ec;
}

.wappen {
	margin-top: 35px;
}

}

@media (min-width: 1200px) {

/* .container {
	margin-top: 100px;
} */

}

@media (max-width: 480px) {

.seitentitel-dark {
	display: block;
	font-size: 0.6em;
	color: #c1ddf5;
}

.wappen {
	display: none;
}

}