﻿.ulAnim {
	display: block;
	color: #474C42;
	font-size: 1.2em;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	list-style: none;
}
p.ulAnimp {
	margin: 0;
}
#ausgabe {
	font-size: 1.3em;
	color: #474C42; /* #FFFFFF für weiße Schrift der Ausgabe, #474C42 für dunkle Schrift der Ausgabe - Titelbild in screengrau.css / classe .titleContent */;
	font-weight: bold;
	z-index: 1;
	text-align: right;
	min-width: 170px;
	float: right;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
}
.ausgabeFloat {
	font-size: 1.3em;
	color:  #FFFFFF; /* #FFFFFF für weiße Schrift der Ausgabe, #474C42 für dunkle Schrift der Ausgabe - Titelbild in screengrau.css / classe .titleContent */;
	font-weight: bold;
	text-align: left;
	float: left;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	width: 100%;
}
.tabCover {
	margin-left: auto;
	margin-right: auto;
	z-index: 100;
	position: relative; /* damit der z-Index wirkt */
}
.colCoverMnu {
	width: 157px;
	vertical-align: middle;
	text-align: center;
}
.colCoverRest {
}
.tdCoverRest {
	background-color: #F5F4E9;
	opacity: 0.75;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
	-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
	-khtml-opacity: 0.75;
	-moz-opacity: 0.75;
	padding: 10px;
}
.tdCoverRest a:link {
	color: #800000;
	font-weight: bold;
	text-decoration: none;
}
.tdCoverRest a:visited {
	color: #800000;
	font-weight: bold;
	text-decoration: none;
}
.tdCoverRest a:hover {
	color: #CC0000;
	text-decoration: underline;
}
.tdCoverRest a:focus {
	color: #CC0000;
}
.tdCoverRest a:active {
	color: #CC0000;
}

.tdCoverTab {
	vertical-align: top;
}
.tabCoverTeaser {
	height: 500px;
	width: 650px;
}
.colCoverTeaser {
	width: 20%;
	height: 25%;
}
.tdCoverTeaserBg {
	background-color: rgba(25, 54, 25, .5); /* grünlich: rgba(25, 54, 25, .5);   bläulich: rgba(92, 145, 195, .5); dunkler bläulich: rgba(41, 120, 217, .5);*/;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 0.9em;
	text-decoration: none;
	vertical-align: middle;
}
td.tdCoverTeaserBg a:link {
	color: #FFFFFF;
	border-style: none;
}
td.tdCoverTeaserBg a:hover {
	color: #FFFFFF;
	border-style: none;
	text-decoration: underline;
}
td.tdCoverTeaserBg a:focus {
	color: #FFFFFF;
}
td.tdCoverTeaserBg a:active {
	color: #FFFFFF;
}
td.tdCoverTeaserBg a:visited {
	color: #FFFFFF;
}
.tdCoverTeaser {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 0.9em;
	text-decoration: none;
	vertical-align: middle;
}
a.mnuButton {
	color: #800000;
	text-align: center;
	background-image: url('../images/schalt.jpg');
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	display: block;
	width: 120px;
	height: 40px;
	border: 0.8px double #000000;
	margin-top: 2px;
	padding: 10px;
	background-color: transparent;
	text-decoration: none;
}
a.mnuButton:hover {
	color: #800000;
	background-image: url('../images/schalthell.jpg');
	text-decoration: none;
}
a.mnuButton:visited {
	color: #800000;
	background-color: transparent;
	text-decoration: none;
}
a.mnuButton:focus {
	color: #800000;
	background-color: transparent;
	text-decoration: none;
}
a.mnuButton:active {
	color: #800000;
	text-decoration: none;
	background-color: transparent;
}
.slogan {
	display: block;
	text-align: center;
	color: #474C42;
	font-size: 1.2em;
	margin-left: auto;
	margin-right: auto; /* width: 600px;*/;
	height: 40px;
}
.slogan span {
	display: block;
	text-align: center; /*width: 600px;*/;
	height: 40px;
	position: absolute;
	overflow: hidden;
	animation: rotateWords 90s linear infinite 0s;
	margin-left: auto;
	margin-right: auto;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-khtml-opacity: 0;
	-moz-opacity: 0;
}
span.ie8 {
	opacity: 0;
	display: block;
	text-align: center;
	float: none;
	color: #474C42;
	font-size: 1.2em;
	width: 1024px;
	position: absolute;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
}
.slogan span:nth-child(2) { 
    animation-delay: 15s; 
}
.slogan span:nth-child(3) { 
    animation-delay: 30s; 
}
.slogan span:nth-child(4) { 
    animation-delay: 45s; 
}
.slogan span:nth-child(5) { 
    animation-delay: 60s; 
}
.slogan span:nth-child(6) {  
    animation-delay: 75s; 
}
@keyframes rotateWords {
	 0% { opacity: 0; animation-timing-function: ease-in; height: 0px; }
    4% { opacity: 1; height: 40px; }
    20% { opacity: 0; height: 40px; }
    40% { opacity: 0; height: 40px; }
    100% { opacity: 0; }
 }
@-webkit-keyframes rotateWords {
	 0% { opacity: 0; animation-timing-function: ease-in; height: 0px; }
    4% { opacity: 1; height: 40px; }
    20% { opacity: 0; height: 40px; }
    40% { opacity: 0; height: 40px; }
    100% { opacity: 0; }
 }
@-moz-keyframes rotateWords {
	 0% { opacity: 0; animation-timing-function: ease-in; height: 0px; }
    4% { opacity: 1; height: 40px; }
    20% { opacity: 0; height: 40px; }
    40% { opacity: 0; height: 40px; }
    100% { opacity: 0; }
 }
/* Floating divs */
.teaserDiv {
	float: left;
	width: 150px;
	height: 150px;
	margin: 10px;
	padding: 10Px;
	background-color: rgba(25, 54, 25, .5); /* grünlich: rgba(25, 54, 25, .5);   bläulich: rgba(92, 145, 195, .5); dunkler bläulich: rgba(41, 120, 217, .5);*/;
	position: relative;
}
.teaserDiv a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.teaserDiv a:hover {
	color: #FFFFFF;
	border-style: none;
	text-decoration: underline;
}
.teaserDiv a:focus {
	color: #FFFFFF;
}
.teaserDiv a:active {
	color: #FFFFFF;
}
.teaserDiv a:visited {
	color: #FFFFFF;
}
/* Hamburger-Style */
#menuToggle {
	display: block;
	position: relative;
	top: 0px;
	left: 10px;
	z-index: 200;
	-webkit-user-select: none;
	user-select: none;
	opacity: 0.9;
}
#menuToggle input {
	display: block;
	width: 40px;
	height: 32px;
	position: absolute;
	top: -7px;
	left: -5px;
	cursor: pointer;
	opacity: 0; /* hide this */;
	z-index: 2; /* and place it over the hamburger */;
	-webkit-touch-callout: none;
}
/*
 * Just a quick hamburger
 */
#menuToggle span {
	display: block;
	width: 33px;
	height: 4px;
	margin-bottom: 5px;
	position: relative;
	background: #000000;
	border-radius: 3px;
	z-index: 1;
	transform-origin: 4px 0px;
	transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0), background 0.5s cubic-bezier(0.77,0.2,0.05,1.0), opacity 0.55s ease;
}
#menuToggle span:first-child {
	transform-origin: 0% 0%;
}
#menuToggle span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}
/* Umwandlung Hamburger in Kreuz
   oberste Linie um 45° nach rechts drehen  */
#menuToggle input:checked ~ span
{
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #232323;
}
/* Mittleren Strich (Paddy) verbergen */
#menuToggle input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}
/*unterste Linie um 45° nach links drehen */
#menuToggle input:checked ~ span:nth-last-child(2)
{
  opacity: 1;
  transform: rotate(-45deg) translate(0, -1px);
}
/* Menu absolut positionieren links oben am Bildschirm */
#menu {
	position: absolute;
	width: 300px;
	margin: -100px 0 0 -150px;
	padding: 130px;
	padding-top: 100px;
	background: #EEEEEE;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	text-align: left;
	list-style-type: none;
	-webkit-font-smoothing: antialiased; /* to stop flickering of text in safari */;
	transform-origin: 0% 0%;
	transform: translate(-100%, 0);
	transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}
#menu li {
	padding: 10px 0 0 10px;
	color: #000000;
}
#menu a, a:link {
	color: #000000;
	text-decoration: none;
}
#menu a:active {
	color: #800000;
	text-decoration: none;
}
#menu a:active {
	color: #800000;
	text-decoration: none;
}
#menu a:focus {
	color: #800000;
	text-decoration: none;
}
/* Fading */
#menuToggle input:checked ~ ul
{
  transform: scale(1.0, 1.0);
  opacity: 1;
}
