/* ----------------------------------------------------------------------------------------------- Body */
body {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-weight: normal;
	background: #fff url(content/wasserzeichen.svg) repeat 50% 250px fixed;
	background-size: 60%;
	padding-top: 40px;
	color: #a61926;
}

@media screen and (min-width: 40em) {
body {
	padding-top: 60px;
}
}
/* ----------------------------------------------------------------------------------------------- Header */
header {
	background-color: #a61926;
	height: auto;
	max-height: 100%;
	width: 100%;
	position: fixed;
	top: 0;
	padding: 0 0 0 0;
	z-index: 15;	
    overflow-y: scroll;
}

@media screen and (min-width: 40em) {
	header {
		overflow-y: visible;
	}
}
/* ----------------------------------------------------------------------------------------------- Titelbild */
.div_titelbild {
	background-color: #a61926;
	margin-bottom: 1rem;	
	border-bottom: 1px solid rgba(166, 25, 38, 1.0);
}
.titelbild {
	width: 100%;
	height: auto;
	background-color: #a61926;
}
.titeltextzeile h4 {
	font-size: 1.4rem;
	line-height: 1.4rem;
	padding: 10px 0 10px 0;
	color: #fff;
	margin-bottom: 0;
	letter-spacing: 5px;
}
/* ----------------------------------------------------------------------------------------------- Titeltextzeile */
@media screen and (max-width: 40em) {
.titeltextzeile h4 {
	font-size: 1.1rem;
	line-height: 1.4rem;
}
}
.div_navigation {
	background-color: #e6e6e6;
	height: 2rem;
	line-height: 2rem;
}
/* ----------------------------------------------------------------------------------------------- Überschriften */
h1, h2, h3, h4, h5, h6 {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	letter-spacing: 0;
	font-weight: 200;
	margin: 0;
}
h1 {
	font-size: 2.1rem;
	line-height: 3rem;
}
h2 {
	font-size: 1.2rem;
	margin-bottom: 0.5rem;
	line-height: 2rem;
    font-weight: bold;
}
h3 {
	font-size: 1.4rem;
	margin-bottom: 0.5rem;
}
h4 {
	font-size: 1.4rem;
	margin-bottom: 1.0rem;
}
h4 a {
	color: #fff;
}
h5 {
	font-size: 1.0rem;
	font-weight: bold;
}
h6 {
	font-size: 1.2rem;
	font-weight: normal;
	padding-top: 0.5rem;
	margin-bottom: 0.2rem;
}
/* ----------------------------------------------------------------------------------------------- Fliesstext */
p {
	font-size: 1.1rem;
    line-height: 1.3rem;
}
strong {
	font-size: 1.2rem;
    line-height: 1.4rem;
}

/* ----------------------------------------------------------------------------------------------- Farben */
.weiss {
	color: #fff;
}
.grundfarbe_text {
	color: #a61926;
}
.grundfarbe_bg {
	background-color: #a61926;
}
/* ----------------------------------------------------------------------------------------------- Links */
a {
	color: #a61926;
	cursor: pointer;
}
a:hover, a:focus {
	color: #000;
}
/* ----------------------------------------------------------------------------------------------- Footer */
footer {
	color: #fff;
	margin-top: 1rem;
}
footer a {
	color: #fff;
}
footer a:hover, a:focus {
	color: #000;
}
footer p {
	padding: 0.3rem;
}
/* ----------------------------------------------------------------------------------------------- Audio */
audio {
	width: 50%;
	height: 30px;
	line-height: 30px;
	background: #a61926;
}
/* ----------------------------------------------------------------------------------------------- Video */
video {
	width: 100%;
}
/* ----------------------------------------------------------------------------------------------- audio.js Komponente */
.audiojs {
	width: 50%;
	margin: 0 auto 24px;
	background-image: -moz-linear-gradient(center top, #fff 0%, #a61926 50%, #a61926 51%, #a61926 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(0.5, #a61926), color-stop(0.51, #a61926), color-stop(1, #a61926));
}
.audiojs-playlist {
	padding: 0px;
	margin: 0 auto;
	list-style: decimal-leading-zero inside;
	color: #ccc;
	border-top: 1px solid #a61926;
	font-size: 0.9em;
}
.audiojs-playlist li {
	position: relative;
	margin: 0px;
	padding: 9px 2px 10px;
	border-bottom: 1px solid #a61926;
	color: rgba(166, 25, 38, 0.5);
	cursor: pointer;
}
.audiojs-playlist li a {
	display: block;
	text-indent: -3.3ex;
	padding: 0px 0px 0px 20px;
	color: rgba(166, 25, 38, 0.5);
}
.audiojs-playlist li a:hover {
	color: rgba(166, 25, 38, 1.0);
}
.audiojs-playlist li.playing {
	color: #a61926;
	text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.3);
}
.audiojs-playlist li.playing a {
	color: #a61926;
}
.audiojs-playlist li.playing:before {
	content: '♬';
	width: 14px;
	height: 14px;
	padding: 3px;
	line-height: 14px;
	margin: 0px;
	position: absolute;
	text-align: center;
	top: 3px;
	color: #a61926;
	font-size: 15px;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
}
.loaded {
	background-image: rgba(166, 25, 38, 1.0);
}
/* ----------------------------------------------------------------------------------------------- Accordion */
ul.accordion {
	margin: 0.5rem;	
}
.accordion-title {
	background-color: #a61926;
	text-transform: uppercase;
	font-weight: bold;
	padding: 0.5rem 0.5rem;
}
.accordion-title:hover {
	background-color: rgba(166, 25, 38, 0.8);
}
.accordion a {
	color: #fff;
	line-height: 15px;
}
.accordion {
	background-color: rgba(166, 25, 38, 0.1);
}
.accordion a:hover {
	color: #000;
}
.accordion-content {
	padding: 0 1rem 0 1rem;
	background-color: rgba(166, 25, 38, 0.1);
}
.accordion-item h4 {
	margin: 0;
}
.accordion-title:hover, .accordion-title:focus {
	background-color: rgba(166, 25, 38, 1.0);
}
/* ----------------------------------------------------------------------------------------------- Accordion Plus-Symbol */
.accordion-title::before {
	font-size: 20px;
}
/* ----------------------------------------------------------------------------------------------- Thumbnails */
.thumbnail:hover, .thumbnail:focus {
	box-shadow: 0 0 6px 1px rgba(166, 25, 38, 0.5);
}
.thumbnail {
	margin-bottom: 0.2rem;
}
/* ----------------------------------------------------------------------------------------------- Termine */
.termin {
	background: rgba(166, 25, 38, 0.1) url(content/raster.png) repeat top center;
}
.termin a {
	color: #a61926;
}
/* ----------------------------------------------------------------------------------------------- Jahre */
.jahre a {
	color: #a61926;
}
.jahre a:active {
	color: #666;
	text-decoration: underline;
}
/* ----------------------------------------------------------------------------------------------- Trenner */
hr {
	border-color: rgba(166, 25, 38, 1.0);
}

/* ----------------------------------------------------------------------------------------------- Menu-Icon Animation */
@media screen and (max-width: 40em) {
/* Hamburger Icon Farbe */
svg {
	fill: #fff;
}
.menu-icontext {
	font-size: 65%;
	font-weight: bold;
	color: #fff;
	display: block;
}
.menu-hidden-small {
	display: none;
}
}
.menu-hasicon {
	text-align: center;
}
.menu-hasicon .menu-icon {
	display: block;
	margin: 10px auto 4px;
	width: 26px;
}
.menu-hasicon .bar {
	-webkit-transform: rotate(0) translateY(0) translateX(0);
	transform: rotate(0) translateY(0) translateX(0);
	opacity: 1;
	-webkit-transform-origin: 20px 10px;
	transform-origin: 20px 10px;
	-webkit-transition: -webkit-transform 0.4s ease-in-out, opacity 0.2s ease-in-out;
	transition: transform 0.4s ease-in-out, opacity 0.2s ease-in-out;
}
.menu-hasicon .bar:nth-of-type(1) {
	-webkit-transform-origin: 28px 4px;
	transform-origin: 28px 4px;
}
.menu-hasicon .bar:nth-of-type(3) {
	-webkit-transform-origin: 28px 28px;
	transform-origin: 28px 28px;
}
.menu-hasicon.active .bar:nth-of-type(1) {
	-webkit-transform: rotate(-45deg) translateY(0px) translateX(-5px);
	transform: rotate(-45deg) translateY(0px) translateX(-5px);
}
.menu-hasicon.active .bar:nth-of-type(2) {
	opacity: 0;
}
.menu-hasicon.active .bar:nth-of-type(3) {
	-webkit-transform: rotate(45deg) translateY(0px) translateX(-5px);
	transform: rotate(45deg) translateY(0px) translateX(-5px);
}
.menu > li > a {
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}
/* ----------------------------------------------------------------------------------------------- Top-Navigation zentriert */
.topnav .menu-wrapper {
	text-align: center;
	background-color: #fff;
	line-height: 0.8;
	border-bottom: 1px solid #a61926;
}
.topnav a {
	color: #a61926;
}
.topnav a:hover {
	color: #000;
}
.topnav .menu-wrapper>.menu {
	display: inline-block;
}
.topnav .menu-wrapper li {
	text-align: left;
}

/* ----------------------------------------------------------------------------------------------- Top-Navigation in small linksbündig */
@media screen and (max-width: 40em) {
.topnav .menu-wrapper {
	text-align: left;
}
.topnav .menu-wrapper li {
	border: 1px dashed #fff;
}
.topnav .menu-wrapper>.menu {
	display: block;
}
/* ----------------------------------------------------------------------------------------------- Top-Navigation Paddings links */
.topnav .is-submenu-item>a {
	padding-left: 2rem;
}
.topnav .is-submenu-item .is-submenu-item>a {
	padding-left: 3rem;
}
}
/* ----------------------------------------------------------------------------------------------- Top-Navigation zentriert Pfeile large */
.dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
	border-color: #a61926 transparent transparent;
}
/* ----------------------------------------------------------------------------------------------- Top-Navigation zentriert Pfeile small */
.is-accordion-submenu-parent > a::after {
	border-color: #a61926 transparent transparent;
}
/* ----------------------------------------------------------------------------------------------- Top-Navigation zentriert */
.logo_jumu {
	margin-right: 1rem;
}
.unterschrift {
	width: 30%;
}
/* ----------------------------------------------------------------------------------------------- BU Slider  */
.caption, .caption a {	
	color: #FFFFFF;
}
.caption {
	height: auto;
	line-height: 1.2rem;
	padding: 0.3rem;
}