.quader {
 float: left;
 min-width:30%;
 width: auto;
 max-width: 30%;
 min-height:4em;
 margin-right: 2%;
 padding:  0 auto;
 background: #eee;
 box-sizing: border-box;
font : 60.1% Arial, Helvetica, sans-serif;
background: -moz-linear-gradient(left,  rgba(229,229,229,0) 0%, rgba(244,190,83,0.43) 43%, rgba(244,190,83,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(229,229,229,0)), color-stop(43%,rgba(244,190,83,0.43)), color-stop(100%,rgba(244,190,83,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(229,229,229,0) 0%,rgba(244,190,83,0.43) 43%,rgba(244,190,83,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(229,229,229,0) 0%,rgba(244,190,83,0.43) 43%,rgba(244,190,83,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(229,229,229,0) 0%,rgba(244,190,83,0.43) 43%,rgba(244,190,83,1) 100%); /* IE10+ */
background: linear-gradient(to right,  rgba(229,229,229,0) 0%,rgba(244,190,83,0.43) 43%,rgba(244,190,83,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00e5e5e5', endColorstr='#f4be53',GradientType=1 ); /* IE6-9 */

border : #ddd solid 1px;
border-radius : 0.6em;
box-shadow : 1px 2px 4px rgba(0, 0, 0, 0.2);
text-align : center;
}


body {
font : 80.1% Arial, Helvetica, sans-serif;
color : black;
background: -moz-linear-gradient(left,  rgba(244,190,83,1) 0%, rgba(244,190,83,0.43) 57%, rgba(229,229,229,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(244,190,83,1)), color-stop(57%,rgba(244,190,83,0.43)), color-stop(100%,rgba(229,229,229,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(244,190,83,1) 0%,rgba(244,190,83,0.43) 57%,rgba(229,229,229,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(244,190,83,1) 0%,rgba(244,190,83,0.43) 57%,rgba(229,229,229,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(244,190,83,1) 0%,rgba(244,190,83,0.43) 57%,rgba(229,229,229,0) 100%); /* IE10+ */
background: linear-gradient(to right,  rgba(244,190,83,1) 0%,rgba(244,190,83,0.43) 57%,rgba(229,229,229,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4be53', endColorstr='#00e5e5e5',GradientType=1 ); /* IE6-9 */
}
header,header nav, nav, footer, article {
display : block;
}
body {
font-size : 2em;
line-height : 2em;
text-align : center;
animation-name : farbwechsel;
animation-duration : 10s;
animation-iteration-count : infinite;
animation-timing-function : linear;
animation-direction : alternate;
}
kasten {
max-width : 400px;
margin : 0 auto;
}
.zentriert {
max-width : 100%;
margin : 0 auto;
}
footer a {
color : black;
text-shadow : 0 2px 3px #555;
}
/*#logo h1 {
color : black;
text-shadow : -1px -1px 0 #202020, 1px 1px 0 #fff;
font-family : sans-serif;
text-transform : uppercase;
font-size : 60px;
font-weight : bold;
letter-spacing : 0.1em;
color : black;
text-shadow : 0 0 5px white, 0 0 10px white, 0 0 20px yellow, 0 0 40px yellow, 0 0 60px yellow, 0 0 90px yellow, 0 0 120px yellow, 0 0 160px yellow;
}*/

#logo {
opacity:0.4;
filter:alpha(opacity=40);
position : fixed;
margin : 0;
top : 0;
left : 0;
width : 100%;
height : auto;
list-style : none;
font-size : 1em;
background : url(../image/hintergrund/logoalt1.gif) center no-repeat;
background-color : silver;
text-shadow : 1px 1px white;
border : #ddd solid 1px;
box-shadow : 1px 2px 4px rgba(0, 0, 0, 0.2);
z-index : 1;
}
#logo h1 {
text-align : center;
padding : 0;
margin : 0;
margin-left : auto;
margin-right : auto;
}
#event {
opacity:0.8;
filter:alpha(opacity=80);
position : fixed;
margin : 0;
bottom : 0;
left : 0;
width : 100%;
height : auto;
list-style : none;
font-size : 1em;
background : url(../image/hintergrund/logoalt1.gif) center no-repeat;
background-color : silver;
text-shadow : 1px 1px white;
border : #ddd solid 1px;
box-shadow : 1px 2px 4px rgba(0, 0, 0, 0.2);
z-index : 1;
}
#event h1 {
text-align : center;
padding : 0;
margin : 0;
margin-left : auto;
margin-right : auto;
font : 100% Arial, sans-serif;
}
h3 {
color : #222;
text-shadow : 0 2px 3px #555;
text-align : center;
}
h2 {
color : #222;
text-shadow : 0 2px 3px #555;
font : 65px Arial, sans-serif;
}
@keyframes move-ball {
from {
left : 0;
}
50% {
left : 80px;
}
to {
left : 0;
}
}
div h1 {
position : relative;
animation-name : move-ball;
animation-iteration-count : infinite;
}
#dehnen h1 {
animation-duration : 5s;
}
@keyframes addmargin {
from {
margin-top : 0;
}
0% {
margin : 0;
}
to {
margin-top : 0;
}
}
#dehnen h1 {
animation-name : move-ball, addmargin;
animation-duration : 6s, 20s;
}
header {
width : auto;
min-height : 220px;
text-align : left;
font : 80.1% Arial, Helvetica, sans-serif;
background: -moz-linear-gradient(left,  rgba(229,229,229,0) 0%, rgba(244,190,83,0.43) 43%, rgba(244,190,83,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(229,229,229,0)), color-stop(43%,rgba(244,190,83,0.43)), color-stop(100%,rgba(244,190,83,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(229,229,229,0) 0%,rgba(244,190,83,0.43) 43%,rgba(244,190,83,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(229,229,229,0) 0%,rgba(244,190,83,0.43) 43%,rgba(244,190,83,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(229,229,229,0) 0%,rgba(244,190,83,0.43) 43%,rgba(244,190,83,1) 100%); /* IE10+ */
background: linear-gradient(to right,  rgba(229,229,229,0) 0%,rgba(244,190,83,0.43) 43%,rgba(244,190,83,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00e5e5e5', endColorstr='#f4be53',GradientType=1 ); /* IE6-9 */
padding : 2% 2% 2% 2%;
margin : 4em 0 2% 0;
border : #ddd solid 1px;
border-radius : 0.6em;
box-shadow : 1px 2px 4px rgba(0, 0, 0, 0.2);
}
nav {
float : left;
width : 16%;
min-width : 18em;
font-size : 0.6em;
text-align : right;
padding : 0;
margin : 1.2% 0 2% 0;
z-index : -1;
}
nav p {
background-color : black;
padding : 0;
margin : 0;
font : 100% Arial, Helvetica, sans-serif;
color : white;
text-shadow:orange 3px 2px 4px;
padding : 4% 5% 2% 0;
text-align : right;
border-radius : 0.6em 0.6em 0 0;
}
nav li {
text-shadow : 1px 1px white;
font : 150.1% Arial, Helvetica, sans-serif;
list-style-type : none;
padding : 2%;
text-align : right;
}
nav a {
color : black;
text-shadow:orange 3px 2px 4px;
text-align : right;
box-shadow : 1px 2px 4px rgba(0, 0, 0, 0.2);
transition-property : width, background;
transition-duration : 4s, 1s;
z-index : 4;
}
nav a:hover {
color : white;
box-shadow : 4px 4px 4px rgba(0, 0, 0, 0.2);
text-align : right;
width : 100%;
background : black;
margin : 2% 0 0 0;
z-index : -1;
}
header nav {
float : left;
width : 100%;
min-width : 18em;
font-size : 0.6em;
text-align : left;
padding : 0;
margin : 1.2% 0 2% 0;
z-index : -1;
}
header nav li {
display: inline;
list-style-type : none;
margin : 2%;
padding : 0;
color : black;
text-shadow:orange 3px 2px 4px;
}
header nav a {
color : black;
text-shadow:orange 3px 2px 4px;
box-shadow : 1px 2px 4px rgba(0, 0, 0, 0.2);
transition-property : width, background;
transition-duration : 4s, 1s;
}
header nav a:hover {
color : white;
box-shadow : 4px 4px 4px rgba(0, 0, 0, 0.2);
text-align : right;
width : 100%;
background : black;
margin : 2% 0 0 0;
z-index : -1;
}
header img {
position : fixed;
margin : 0;
top : 0.2em;
right : 0.2em;
width : auto;
height : auto;
border : #ddd solid 1px;
border-radius : 0.6em;
box-shadow : -10px 20px 10px rgba(0, 0, 0, 0.2);
z-index : 1;
}
div.demobox {
width : 90%;
height : 12em;
background : white;
margin : 2% 0 0 0;
border : #ddd solid 1px;
font : 90.1% Arial, Helvetica, sans-serif;
border-radius : 0.6em;
box-shadow : 1px 2px 4px rgba(0, 0, 0, 0.2);
transition-property : width, background;
transition-duration : 4s, 1s;
z-index : 4;
}
div.demobox:hover {
width : 100%;
background : black;
margin : 2% 0 0 0;
z-index : -1;
}
a:link {
color : black;
}
a:visited {
color : black;
}
article {
float : right;
width : 60%;
text-align : center;
font : 90.1% Arial, Helvetica, sans-serif;
margin : 2% 0 2% 0;
text-align : center;
margin : 2% 0 2% 0;
padding : 0;
z-index : 12;
}
article article {
width : 100%;
margin : 0 0 2% 0;
text-align : left;
background: -moz-linear-gradient(left,  rgba(229,229,229,0) 0%, rgba(244,190,83,0.43) 43%, rgba(244,190,83,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(229,229,229,0)), color-stop(43%,rgba(244,190,83,0.43)), color-stop(100%,rgba(244,190,83,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(229,229,229,0) 0%,rgba(244,190,83,0.43) 43%,rgba(244,190,83,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(229,229,229,0) 0%,rgba(244,190,83,0.43) 43%,rgba(244,190,83,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(229,229,229,0) 0%,rgba(244,190,83,0.43) 43%,rgba(244,190,83,1) 100%); /* IE10+ */
background: linear-gradient(to right,  rgba(229,229,229,0) 0%,rgba(244,190,83,0.43) 43%,rgba(244,190,83,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00e5e5e5', endColorstr='#f4be53',GradientType=1 ); /* IE6-9 */
padding : 2%;
border : #ddd solid 1px;
border-radius : 0.6em;
box-shadow : 1px 2px 4px rgba(0, 0, 0, 0.2);
}
article p, h1, h2, h3 {
text-align :left;
}
article li {
text-align :left;
list-style-type : none;
}
article article img{
display : block;
width : 100%;
height :auto;	
border : #ddd solid 1px;
border-radius : 0.6em;
box-shadow : 1px 2px 4px rgba(0, 0, 0, 0.2);
}
footer {
width : auto;
clear : both;
text-align : center;
background: -moz-linear-gradient(left,  rgba(229,229,229,0) 0%, rgba(244,190,83,0.43) 43%, rgba(244,190,83,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(229,229,229,0)), color-stop(43%,rgba(244,190,83,0.43)), color-stop(100%,rgba(244,190,83,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(229,229,229,0) 0%,rgba(244,190,83,0.43) 43%,rgba(244,190,83,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(229,229,229,0) 0%,rgba(244,190,83,0.43) 43%,rgba(244,190,83,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(229,229,229,0) 0%,rgba(244,190,83,0.43) 43%,rgba(244,190,83,1) 100%); /* IE10+ */
background: linear-gradient(to right,  rgba(229,229,229,0) 0%,rgba(244,190,83,0.43) 43%,rgba(244,190,83,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00e5e5e5', endColorstr='#f4be53',GradientType=1 ); /* IE6-9 */
margin : 2% 0 6% 0;
padding : 0 2% 0 2%;
border : #ddd solid 1px;
border-radius : 0.6em;
box-shadow : 1px 2px 4px rgba(0, 0, 0, 0.2);
}
#nav_mobile {
display : none;
}
ol#skip {
margin : 0;
padding : 0;
}
ol#skip li {
display : inline;
list-style : none;
}
ol#skip a:link, ol#skip a:visited, ol#skip a:hover {
left : -400em;
position : absolute;
}
ol#skip a:active, ol#skip a:focus {
left : 0;
top : 4em;
text-align : center;
width : 100%;
height : auto;
}
a:link {
color:black;
text-shadow:orange 3px 2px 4px;
}
a:visited {
color:black;
text-shadow:orange 3px 2px 4px;
}
a:hover {
background-color : #ffffff;
color : black;
text-shadow:orange 3px 2px 4px;
margin : 0;
padding : 0;
text-decoration : underline;
}
a:active, a:focus {
background-color : #b80000;
color : #ffffff;
margin : 0;
padding : 0;
text-decoration : underline;
}
ol#abschluss {
margin : 0;
padding : 0;
}
ol#abschluss li {
display : inline;
list-style : none;
}
ol#abschluss a:link, ol#abschluss a:visited, ol#abschluss a:hover {
left : -400em;
position : absolute;
}
ol#abschluss a:active, ol#abschluss a:focus {
left : 0;
text-align : center;
width : 100%;
height : auto;
}
h2 :active, h2 :focus {
color : red;
}
.test {
text-align : center;
width : 100px;
height : 100px;
-moz-transform: scale(1.4) rotate(-12deg) translateX(400px) translateY(20px) skewX(20deg) skewY(-40deg);
-webkit-transform: scale(1.4) rotate(-12deg) translateX(400px) translateY(20px) skewX(20deg) skewY(-40deg);
-o-transform: scale(1.4) rotate(-12deg) translateX(400px) translateY(20px) skewX(20deg) skewY(-40deg);
-ms-transform: scale(1.4) rotate(-12deg) translateX(400px) translateY(20px) skewX(20deg) skewY(-40deg);
transform: scale(1.4) rotate(-12deg) translateX(400px) translateY(20px) skewX(20deg) skewY(-40deg); 
border : #ddd solid 1px;
border-radius : 0.6em;
box-shadow : 1px 2px 4px rgba(0, 0, 0, 0.2);

}
.nav_mobile {
display :none;
}




      .vevent {
width : auto;
margin : 0 0 2% 0;
text-align : left;
background: -moz-linear-gradient(left,  rgba(229,229,229,0) 0%, rgba(244,190,83,0.43) 43%, rgba(244,190,83,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(229,229,229,0)), color-stop(43%,rgba(244,190,83,0.43)), color-stop(100%,rgba(244,190,83,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(229,229,229,0) 0%,rgba(244,190,83,0.43) 43%,rgba(244,190,83,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(229,229,229,0) 0%,rgba(244,190,83,0.43) 43%,rgba(244,190,83,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(229,229,229,0) 0%,rgba(244,190,83,0.43) 43%,rgba(244,190,83,1) 100%); /* IE10+ */
background: linear-gradient(to right,  rgba(229,229,229,0) 0%,rgba(244,190,83,0.43) 43%,rgba(244,190,83,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00e5e5e5', endColorstr='#f4be53',GradientType=1 ); /* IE6-9 */
padding : 2%;
border : #ddd solid 1px;
border-radius : 0.6em;
box-shadow : 1px 2px 4px rgba(0, 0, 0, 0.2);
      }

      .key {
        font-style: italic;
        margin-left: 3px;
      }

      .value {
        margin-left: 20px;
      }

      abbr {
        border: none;
      }

      .summarykey {
        display: none;
      }

      .summary {
        font-weight: bold;
        margin: 0;
        padding: 3px;
      }

      .description {
        white-space: pre-wrap;
      }

#flakes {
background-color:#800000 !important;background-image;background:url("../schnee1.png"),url("../schnee2.png"),url("../schnee3.png");-webkit-animation:schnee 25s linear infinite;-moz-animation:schnee 25s linear infinite;-ms-animation:schnee 25s linear infinite;animation:schnee 25s linear infinite;
}


@keyframes schnee{0%{background-position:0px 0px,0px 0px,0px 0px}100%{background-position:500px 1000px,400px 400px,300px 300px}}@-moz-keyframes schnee{0%{background-position:0px 0px,0px 0px,0px 0px}100%{background-position:500px 1000px,400px 400px,300px 300px}}@-webkit-keyframes schnee{0%{background-position:0px 0px,0px 0px,0px 0px}100%{background-position:500px 1000px,400px 400px,300px 300px;}}@-ms-keyframes schnee{0%{background-position:0px 0px,0px 0px,0px 0px}100%{background-position:500px 1000px,400px 400px,300px 300px}}

#flakes h2 /*,h3*/{
color :white;
}

.angebot {
background : white;
border : #ddd solid 1px;
border-radius : 0.6em;
box-shadow : 1px 2px 4px rgba(0, 0, 0, 0.2);
}
