@charset "utf-8";
/* CSS Document */

html {
	width: 100%;
	height: 100%;
	margin: 0;
}
body {
	background-color:#000;
	width:100%;
	height:100%;
	font-size:12px;
	line-height:250%;
	color:#FFF;
	font-family: 'Myriad Pro', Arial, sans-serif;
	/*font-family: 'Roboto Condensed', Arial, sans-serif;*/
	margin: 0;
}
a {
	color:#AAA;
	text-decoration:none;
}
a:visited {
	color:#AAA;
	text-decoration:none;
}
a:hover {
	color:#ff8c8c;
	text-decoration:none;
}
p {
	padding-bottom:0.4em;
	padding-top:0.4em;
}
h1 {
	font-size:4em;
	margin-top:0px;
}
h2 {
	font-size:2.0em;
	margin-top:15px;
	margin-bottom:10px;
}
 @media (max-width: 900px) {
 h2 {
font-size:1.4em;
margin-top:15px;
margin-bottom:10px;
}
}
 @media (max-width: 768px) {
 h2 {
font-size:1.2em;
margin-top:15px;
margin-bottom:10px;
}
}
 @media (max-width: 500px) {
 h2 {
font-size:2.0em;
margin-top:15px;
margin-bottom:10px;
}
}
.fett {
	font-weight:bold;
}
.highlight {
	color:#ff8c8c;
}
.nowrap {
	white-space: nowrap;
}
.sizer-big {
	font-size:2.5em;
}
.sizer-medium {
	font-size:1.9em;
}
.sizer-small {
	font-size:1.3em;
}
.compacter {
	line-height:160%;
	padding-top:0px;
}
header {
	z-index:90;
	position:fixed;
	width:99%;
	padding-left:1%;
	border-bottom:1px;
	border-bottom-style:solid;
	border-bottom-color:#FFF;
	background: #1a1a1a;
	background: -moz-linear-gradient(top, #1a1a1a 56%, #0e0e0e 86%);
	background: -webkit-linear-gradient(top, #1a1a1a 56%, #0e0e0e 86%);
	background: linear-gradient(to bottom, #1a1a1a 56%, #0e0e0e 86%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a1a1a', endColorstr='#0e0e0e', GradientType=0 );
	-webkit-box-shadow: 0 4px 16px 0 #000000;
	box-shadow: 0 4px 16px 0 #000000;
	-webkit-display: flex;
	display: flex;
	align-items: flex-end;
	text-align:right;
}
 @media (max-width: 1120px) {
header {
 z-index:90;
 position:fixed;
 width:99%;
 padding-left:1%;
 border-bottom:1px;
 border-bottom-style:solid;
 border-bottom-color:#FFF;
 background: #1a1a1a; /* Old browsers */
 background: -moz-linear-gradient(top, #1a1a1a 56%, #0e0e0e 86%); /* FF3.6-15 */
 background: -webkit-linear-gradient(top, #1a1a1a 56%, #0e0e0e 86%); /* Chrome10-25,Safari5.1-6 */
 background: linear-gradient(to bottom, #1a1a1a 56%, #0e0e0e 86%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a1a1a', endColorstr='#0e0e0e', GradientType=0 ); /* IE6-9 */
 -webkit-box-shadow: 0 4px 16px 0 #000000;
 box-shadow: 0 4px 16px 0 #000000;
 -webkit-display: flex;
 display: flex;
 -webkit-flex-direction: column;
 flex-direction: column;
 align-items: center;
 text-align:center;
}
}
.headerplayer {
	width:100%;
	padding-right:1%;
}
.kontaktdaten {
}
.headerlogo-size {
	width:100%;
	max-width:300px;
}
 @media (max-width: 1120px) {
.headerlogo {
 display:none;
}
 .headerlogo-2 {
 display:block;
}
 @media (max-height: 420px) {
.headerlogo-2 {
 display:none;
}
}
 .controllersize {
 width:100%;
}
}
 @media (max-width: 620px) {
.kontaktdaten {
 display:none;
color:#F00;
}
}
 @media (max-width: 700px) {
.kontaktdaten {
 font-size:0.9em;
}
}
 @media (min-width: 1120px) {
.headerlogo {
 display:block;
}
 .headerlogo-2 {
 display:none;
}
.controllersize {
 width:670px;
}
}
/*.line-magenta {
	z-index:10;
	z-index:80;
	position:fixed;
	top:41px;
	width:100%;
	height:4px;
	background-color:#892336;
}*/

.megabox {
	z-index:5;
	width:100%;
	overflow:hidden;
}
.bigbox {
	z-index:7;
	position:absolute;
	width:100%;
	top:40%;
	-webkit-display: flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	justify-content: center;
	overflow:hidden;
}
 @media (max-width: 1120px) {
.bigbox {
 z-index:7;
 position:absolute;
 width:100%;
 top:40%;
 -webkit-display: flex;
 display: flex;
 -webkit-flex-direction: column;
 flex-direction: column;
 justify-content: center;
 overflow:hidden;
}
}
 @media (max-height: 580px) {
 .bigbox {
 z-index:7;
 position:absolute;
 width:100%;
 top:50%;
 -webkit-display: flex;
 display: flex;
 -webkit-flex-direction: column;
 flex-direction: column;
 justify-content: center;
 overflow:hidden;
}
}
 @media (max-height: 420px) {
 .bigbox {
 z-index:7;
 position:absolute;
 width:100%;
 top:40%;
 -webkit-display: flex;
 display: flex;
 -webkit-flex-direction: column;
 flex-direction: column;
 justify-content: center;
 overflow:hidden;
}
}
.coverbox {
	z-index:1;
	position:relative;
	width:100%;
	height:90%;
	background-image:url(../frames/cover-001.png);
	background-repeat:no-repeat;
	background-size:cover;
	background-color:#000;
	background-attachment: fixed;
	background-position: top;
	opacity: 0;
	animation: bg-fx 9s;
	-webkit-animation: bg-fx 9s; /* Safari 4.0 - 8.0 */
	animation-fill-mode:forwards;
	-webkit-animation-fill-mode:forwards;
	animation-timing-function:ease-out;
	-webkit-animation-timing-function:ease-out;
}
 @-webkit-keyframes bg-fx {
 0% {
opacity: 0;
-webkit-filter: blur(100px);
filter: blur(100px);
}
 100% {
opacity: 1;
-webkit-filter: blur(0px);
filter: blur(0px);
}
}
 @keyframes bg-fx {
 0% {
opacity: 0;
-webkit-filter: blur(100px);
filter: blur(100px);
}
 100% {
opacity: 1;
-webkit-filter: blur(0px);
filter: blur(0px);
}
}
.coverbox2 {
	z-index:2;
	position:relative;
	width:100%;
	height:100%;
	background-image:url(../frames/cover-003.png);
	background-repeat:no-repeat;
	background-size:cover;
	background-color:#000;
	background-attachment: scroll;
	background-position: top;
	opacity: 0;
	-webkit-animation: bg-fx2 50s infinite; /* Safari 4.0 - 8.0 */
	animation: bg-fx2 50s infinite;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-timing-function:ease-out;
	animation-timing-function:ease-out;
}
 @keyframes bg-fx2 {
 0% {
opacity: 0;
-webkit-filter: blur(100px);
filter: blur(100px);
}
 40% {
opacity: 0;
-webkit-filter: blur(100px);
filter: blur(100px);
}
 60% {
opacity: 1;
-webkit-filter: blur(0px);
filter: blur(0px);
}
 80% {
opacity: 1;
-webkit-filter: blur(0px);
filter: blur(0px);
}
 100% {
opacity: 0;
-webkit-filter: blur(100px);
filter: blur(100px);
}
}
 @media (max-width: 2000px) {
 .coverbox {
 z-index:1;
 position:relative;
 width:100%;
 height:80%;
 background-image:url(../frames/cover-001.png);
 background-repeat:no-repeat;
 background-size:cover;
 background-color:#000;
 background-attachment: fixed;
 background-position: top;
 opacity: 0;
 animation: bg-fx 9s;
 -webkit-animation: bg-fx 9s; /* Safari 4.0 - 8.0 */
 animation-fill-mode:forwards;
 -webkit-animation-fill-mode:forwards;
 animation-timing-function:ease-out;
 -webkit-animation-timing-function:ease-out;
}
}
 @media (max-width: 1120px) {
.coverbox {
 z-index:1;
 position:relative;
 width:100%;
 height:80%;
 top:10%;
 background-image:url(../frames/cover-001.png);
 background-repeat:no-repeat;
 background-size:cover;
 background-color:#000;
 background-attachment: scroll;
 background-position: top;
 opacity: 0;
 animation: bg-fx 9s;
 -webkit-animation: bg-fx 9s; /* Safari 4.0 - 8.0 */
 animation-fill-mode:forwards;
 -webkit-animation-fill-mode:forwards;
 animation-timing-function:ease-out;
 -webkit-animation-timing-function:ease-out;
}
}
 @media (max-height: 580px) {
 .coverbox {
 z-index:1;
 position:relative;
 width:100%;
 height:100%;
 top:10%;
 background-image:url(../frames/cover-001.png);
 background-repeat:no-repeat;
 background-size:cover;
 background-color:#000;
 background-attachment: scroll;
 background-position: top;
 opacity: 0;
 animation: bg-fx 9s;
 -webkit-animation: bg-fx 9s; /* Safari 4.0 - 8.0 */
 animation-fill-mode:forwards;
 -webkit-animation-fill-mode:forwards;
 animation-timing-function:ease-out;
 -webkit-animation-timing-function:ease-out;
}
}
 @media (max-height: 420px) {
 .coverbox {
 z-index:1;
 position:relative;
 width:100%;
 height:100%;
 top:13%;
 background-image:url(../frames/cover-001.png);
 background-repeat:no-repeat;
 background-size:cover;
 background-color:#000;
 background-attachment: scroll;
 background-position: top;
 opacity: 0;
 animation: bg-fx 9s;
 -webkit-animation: bg-fx 9s; /* Safari 4.0 - 8.0 */
 animation-fill-mode:forwards;
 -webkit-animation-fill-mode:forwards;
 animation-timing-function:ease-out;
 -webkit-animation-timing-function:ease-out;
}
}
.abschnitt-schwarz {
	z-index:2;
	position:relative;
	padding-top:1.8em;
	padding-bottom:1.8em;
	text-align:center;
	width:60%;
	padding-left:20%;
	padding-right:20%;
	background: #494949; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover, #494949 0%, #0e0e0e 41%); /* FF3.6-15 */
	background: -webkit-radial-gradient(center, ellipse cover, #494949 0%, #0e0e0e 41%); /* Chrome10-25,Safari5.1-6 */
	background: radial-gradient(ellipse at center, #494949 0%, #0e0e0e 41%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#494949', endColorstr='#0e0e0e', GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	border-top:4px;
	border-top-style:solid;
	border-color:#892336;
	-webkit-display: flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
}
.abschnitt-media {
	z-index:2;
	position:relative;
	text-align:center;
	width:100%;
	background: #202123; /* Old browsers */
	background: -moz-linear-gradient(top, #202123 0%, #000000 63%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #202123 0%, #000000 63%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #202123 0%, #000000 63%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#202123', endColorstr='#000000', GradientType=0 ); /* IE6-9 */
	border-top:4px;
	border-top-style:solid;
	border-color:#892336;
}
.playbutton {
	width:100px;
	height:100px;
	background-image:url(../frames/playbutton.png);
	background-size:contain;
	background-position:center;
	background-repeat:no-repeat;
	background-color: hsla(0, 100%, 50%, 0.0);
	border:none;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}
 @media (max-width: 768px) {
.playbutton {
width:70px;
height:70px;
background-image:url(../frames/playbutton.png);
background-size:contain;
background-position:center;
background-repeat:no-repeat;
background-color: hsla(0, 100%, 50%, 0.0);
border:none;
-webkit-transition: all 500ms ease-in-out;
-moz-transition: all 500ms ease-in-out;
-ms-transition: all 500ms ease-in-out;
-o-transition: all 500ms ease-in-out;
transition: all 500ms ease-in-out;
}
}
 @media (max-width: 500px) {
.playbutton {
width:100px;
height:100px;
background-image:url(../frames/playbutton.png);
background-size:contain;
background-position:center;
background-repeat:no-repeat;
background-color: hsla(0, 100%, 50%, 0.0);
border:none;
-webkit-transition: all 500ms ease-in-out;
-moz-transition: all 500ms ease-in-out;
-ms-transition: all 500ms ease-in-out;
-o-transition: all 500ms ease-in-out;
transition: all 500ms ease-in-out;
}
}
.blockbox {
	margin-right:10px;
}
.flexer {
	-webkit-display: flex;
	display: flex;
	justify-content: space-around;
}
 @media (max-width: 500px) {
.flexer {
 -webkit-display: flex;
 display: flex;
 justify-content: space-around;
 -webkit-flex-direction: column;
 flex-direction: column;
}
}
.deko-01 {
	background-image:url(../frames/flair-01.png);
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
}
.abschnitt-magenta {
	z-index:2;
	position:relative;
	padding-top:1.8em;
	padding-bottom:1.8em;
	text-align:left;
	width:100%;
	background: #af2848; /* Old browsers */
	background: -moz-linear-gradient(left, #af2848 0%, #4c111d 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #af2848 0%, #4c111d 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #af2848 0%, #4c111d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#af2848', endColorstr='#4c111d', GradientType=1 ); /* IE6-9 */
	border-top:4px;
	border-top-style:solid;
	border-color:#892336;
	-webkit-display: flex;
	display: flex;
	align-items: center;
	justify-content: space-around;
}
 @media (max-width: 900px) {
.abschnitt-magenta {
 z-index:2;
 position:relative;
 padding-top:1.8em;
 padding-bottom:1.8em;
 text-align:center;
 width:100%;
 background: #af2848; /* Old browsers */
 background: -moz-linear-gradient(left, #af2848 0%, #4c111d 100%); /* FF3.6-15 */
 background: -webkit-linear-gradient(left, #af2848 0%, #4c111d 100%); /* Chrome10-25,Safari5.1-6 */
 background: linear-gradient(to right, #af2848 0%, #4c111d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#af2848', endColorstr='#4c111d', GradientType=1 ); /* IE6-9 */
 border-top:4px;
 border-top-style:solid;
 border-color:#892336;
 -webkit-display: flex;
 display: flex;
 -webkit-flex-direction: column;
 flex-direction: column;
 align-items: center;
}
}
.textfeld {
	width:70%;
}
.abschnitt-bilder {
	z-index:2;
	position:relative;
	width:100%;
	border-top:4px;
	border-top-style:solid;
	border-color:#892336;
	-webkit-display: flex;
	display: flex;
}
.abschnitt-footer {
	z-index:2;
	position:relative;
	padding-top:1.8em;
	padding-bottom:1.8em;
	text-align:left;
	width:100%;
	background: #af2848; /* Old browsers */
	background: -moz-linear-gradient(left, #af2848 0%, #4c111d 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #af2848 0%, #4c111d 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #af2848 0%, #4c111d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#af2848', endColorstr='#4c111d', GradientType=1 ); /* IE6-9 */
	border-top:4px;
	border-top-style:solid;
	border-color:#892336;
	-webkit-display: flex;
	display: flex;
	justify-content: space-around;
	overflow:hidden;
}
 @media (max-width: 500px) {
 .abschnitt-footer {
 z-index:2;
 position:relative;
 padding-top:1.8em;
 padding-bottom:1.8em;
 text-align:center;
 width:100%;
 background: #af2848; /* Old browsers */
 background: -moz-linear-gradient(left, #af2848 0%, #4c111d 100%); /* FF3.6-15 */
 background: -webkit-linear-gradient(left, #af2848 0%, #4c111d 100%); /* Chrome10-25,Safari5.1-6 */
 background: linear-gradient(to right, #af2848 0%, #4c111d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#af2848', endColorstr='#4c111d', GradientType=1 ); /* IE6-9 */
 border-top:4px;
 border-top-style:solid;
 border-color:#892336;
 -webkit-display: flex;
 display: flex;
 -webkit-flex-direction: column;
 flex-direction: column;
 align-items: center;
 justify-content: space-around;
 overflow:hidden;
}
}
.bild {
	/*position:relative;*/
	/*width:100%;*/
	/*height:100%;*/
	/*min-width:220px;*/
	/*min-height:220px;*/
	/*max-width:390px;*/
	margin-left:2em;
	margin-right:2em;/*align-self:center;*/
}
.full-size {
	width:100%;
	height:100%;
}
.blockcontainer {
	width:80%;
	position:relative;
	margin-left:10%;
	margin-bottom:3%;
}
.spalte {
	margin-right:2%;
}
.kontaktspalte {
	width:270px;
	margin-right:2%;
	margin-left:2%;
}
.eingabefeld-size {
	width:240px;
}
.footerfeld-01 {
	margin-top:60px;
	line-height:120%;
}
.footerfeld-01 p {
	margin-top:0px;
	margin-bottom:0px;
}
.footerfeld-02 {
	margin-top:97px;
	width:20%;
	line-height:180%;
	min-width:220px;
}
.footerfeld-03 {
	width:40%;
	max-width:500px;
	min-width:220px;
	text-align:center;
	align-self:center;
}
 @media (max-width: 900px) {
.footerfeld-03 {
width:40%;
max-width:500px;
min-width:220px;
text-align:center;
align-self:center;
display:none;
}
}
.footerfeld-04 {
	text-align:right;
	line-height:140%;
	min-width:190px;
	width:14%;
}
.footerfeld-05 {
	text-align:center;
	line-height:140%;
	min-width:190px;
	width:14%;
	display:none;
}
 @media (max-width: 768px) {
 .footerfeld-04 {
text-align:right;
line-height:140%;
min-width:190px;
width:14%;
display:none;
}
 .footerfeld-05 {
text-align:center;
line-height:140%;
min-width:190px;
width:14%;
display: block;
width:100%;
}
}
 @media (max-width: 500px) {
 .footerfeld-01 {
margin-top:0px;
line-height:120%;
text-align:center;
}
 .footerfeld-02 {
margin-top:0px;
width:20%;
line-height:180%;
min-width:220px;
}
 .footerfeld-03 {
width:40%;
max-width:500px;
min-width:220px;
text-align:center;
align-self:center;
}
 .footerfeld-04 {
line-height:140%;
min-width:190px;
width:14%;
text-align:center;
display:block;
}
 .footerfeld-05 {
text-align:center;
line-height:140%;
min-width:190px;
width:14%;
display:none;
}
}
.logo-footer {
	position:relative;
	-webkit-display: flex;
	display: flex;
	padding-bottom:12px;
	border-bottom:1px;
	border-bottom-style:solid;
}
.underfooter {
	position:relative;
	padding-top:0.1em;
	padding-bottom:0.1em;
	text-align:right;
	width:99%;
	color:#666;
	padding-right:1%;
	background: #000000; /* Old browsers */
	background: -moz-linear-gradient(top, #000000 0%, #222326 99%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #000000 0%, #222326 99%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #000000 0%, #222326 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#222326', GradientType=0 ); /* IE6-9 */
	border-top:4px;
	border-top-style:solid;
	border-color:#892336;
}
 @media (max-width: 500px) {
 .underfooter {
 position:relative;
 padding-top:0.1em;
 padding-bottom:0.1em;
 text-align:center;
 width:99%;
 color:#666;
 padding-right:1%;
 background: #000000; /* Old browsers */
 background: -moz-linear-gradient(top, #000000 0%, #222326 99%); /* FF3.6-15 */
 background: -webkit-linear-gradient(top, #000000 0%, #222326 99%); /* Chrome10-25,Safari5.1-6 */
 background: linear-gradient(to bottom, #000000 0%, #222326 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#222326', GradientType=0 ); /* IE6-9 */
 border-top:4px;
 border-top-style:solid;
 border-color:#892336;
 -webkit-display: flex;
 display: flex;
 -webkit-flex-direction: column;
 flex-direction: column;
 align-items: center;
}
}
.zeile {
	text-shadow: 1px 1px 1px #000000;
	text-align:center;
	margin-bottom:0.5em;
	position:relative;
	/*padding-right:10%;*/
	/*padding-left:10%;*/
	white-space: nowrap;
}
.relation {
	position: relative;
}
.sizer-wooshfx {
	font-size:1.1em;
}
.sizer-wooshfx-small {
	font-size:1.0em;
}
 @media (min-width: 500px) {
 .sizer-wooshfx {
 font-size:1.5em;
}
 .sizer-wooshfx-small {
 font-size:1.2em;
}
}
 @media (min-width: 576px) {
 .sizer-wooshfx {
 font-size:2.0em;
}
 .sizer-wooshfx-small {
 font-size:1.4em;
}
}
 @media (min-width: 768px) {
 .sizer-wooshfx {
 font-size:2.5em;
}
 .sizer-wooshfx-small {
 font-size:1.8em;
}
}
.woosh-left {
	opacity: 0;
	-webkit-animation: woosh-left-fx 0.5s; /* Safari 4.0 - 8.0 */
	animation: woosh-left-fx 0.5s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-timing-function:ease-out;
	animation-timing-function:ease-out;
}
.woosh-right {
	opacity: 0;
	-webkit-animation: woosh-right-fx 0.5s; /* Safari 4.0 - 8.0 */
	animation: woosh-right-fx 0.5s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-timing-function:ease-out;
	animation-timing-function:ease-out;
}


/* Safari 4.0 - 8.0 */
@-webkit-keyframes woosh-left-fx {
 from {
transform: translateX(-100%);
-webkit-transform: translateX(-100%);
opacity: 0;
-webkit-filter: blur(20px);
filter: blur(20px);
}
to {
	transform: translateX(0%);
	-webkit-transform: translateX(0%);
	opacity: 1;
	-webkit-filter: blur(0px);
	filter: blur(0px);
}
}

/* Standard syntax */
@keyframes woosh-left-fx {
 from {
transform: translateX(-100%);
-webkit-transform: translateX(-100%);
opacity: 0;
-webkit-filter: blur(20px);
filter: blur(20px);
}
to {
	transform: translateX(0%);
	-webkit-transform: translateX(0%);
	opacity: 1;
	-webkit-filter: blur(0px);
	filter: blur(0px);
}
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes woosh-right-fx {
 from {
transform: translateX(300%);
-webkit-transform: translateX(300%);
opacity: 0;
-webkit-filter: blur(20px);
filter: blur(20px);
}
to {
	transform: translateX(0%);
	-webkit-transform: translateX(0%);
	opacity: 1;
	-webkit-filter: blur(0px);
	filter: blur(0px);
}
}

/* Standard syntax */
@keyframes woosh-right-fx {
 from {
transform: translateX(300%);
-webkit-transform: translateX(300%);
opacity: 0;
-webkit-filter: blur(20px);
filter: blur(20px);
}
to {
	transform: translateX(0%);
	-webkit-transform: translateX(0%);
	opacity: 1;
	-webkit-filter: blur(0px);
	filter: blur(0px);
}
}
.ebene-01 {
	z-index:31;
}
.ebene-02 {
	z-index:32;
}
.wordslider {
	opacity: 0;
	position:absolute;
	text-align:center;
	width:100%;
	color:#ff8c8c;
	text-shadow: 1px 1px 1px #000000;
	white-space: nowrap;
	-webkit-animation: wordslider-fx 1.5s; /* Safari 4.0 - 8.0 */
	animation: wordslider-fx 1.5s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-timing-function:ease-in-out;
	animation-timing-function:ease-in-out;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes wordslider-fx {
 0% {
transform: translateX(100%);
-webkit-transform: translateX(100%);
opacity: 0;
-webkit-filter: blur(20px);
filter: blur(20px);
}
 20% {
transform: translateX(0%);
-webkit-transform: translateX(0%);
opacity: 1;
-webkit-filter: blur(0px);
filter: blur(0px);
}
 80% {
transform: translateX(0%);
-webkit-transform: translateX(0%);
opacity: 1;
-webkit-filter: blur(0px);
filter: blur(0px);
}
 100% {
transform: translateX(-100%);
-webkit-transform: translateX(-100%);
opacity: 0;
-webkit-filter: blur(20px);
filter: blur(20px);
}
}

/* Standard syntax */
@keyframes wordslider-fx {
 0% {
transform: translateX(100%);
-webkit-transform: translateX(100%);
opacity: 0;
-webkit-filter: blur(20px);
filter: blur(20px);
}
 20% {
transform: translateX(0%);
-webkit-transform: translateX(0%);
opacity: 1;
-webkit-filter: blur(0px);
filter: blur(0px);
}
 80% {
transform: translateX(0%);
-webkit-transform: translateX(0%);
opacity: 1;
-webkit-filter: blur(0px);
filter: blur(0px);
}
 100% {
transform: translateX(-100%);
-webkit-transform: translateX(-100%);
opacity: 0;
-webkit-filter: blur(20px);
filter: blur(20px);
}
}
.wordslider-end {
	opacity: 0;
	position:relative;
	text-align:center;
	width:100%;
	color:#ff8c8c;
	text-shadow: 1px 1px 1px #000000;
	white-space: nowrap;
	-webkit-animation: wordslider-end-fx 2s; /* Safari 4.0 - 8.0 */
	animation: wordslider-end-fx 2s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-timing-function:ease-in-out;
	animation-timing-function:ease-in-out;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes wordslider-end-fx {
 0% {
transform: translateX(100%);
-webkit-transform: translateX(100%);
opacity: 0;
-webkit-filter: blur(20px);
filter: blur(20px);
}
 20% {
transform: translateX(0%);
-webkit-transform: translateX(0%);
opacity: 1;
-webkit-filter: blur(0px);
filter: blur(0px);
}
 100% {
transform: translateX(0%);
-webkit-transform: translateX(0%);
opacity: 1;
-webkit-filter: blur(0px);
filter: blur(0px);
}
}

/* Standard syntax */
@keyframes wordslider-end-fx {
 0% {
transform: translateX(100%);
-webkit-transform: translateX(100%);
opacity: 0;
-webkit-filter: blur(20px);
filter: blur(20px);
}
 20% {
transform: translateX(0%);
-webkit-transform: translateX(0%);
opacity: 1;
-webkit-filter: blur(0px);
filter: blur(0px);
}
 100% {
transform: translateX(0%);
-webkit-transform: translateX(0%);
opacity: 1;
-webkit-filter: blur(0px);
filter: blur(0px);
}
}
