html {
        background-color:#000;
        margin: 0;
	padding: 0;

}
body {  
        color:#fff;
        font-family: 'Source Sans Pro', sans-serif;
}

iframe {
        margin-top: 0.5em;
}

h1 {
    font-size: 14px;
    margin-top: 0;
}

a {
    color: #FFFFFF;
    text-decoration: none;
}

a:hover {
    color: red;
}

.crossfade > figure {
  animation: imageAnimation 60s linear infinite 0s;
  backface-visibility: hidden;
  background-size: cover;
  background-position: center center;
  color: transparent;
  height: 100%;
  left: 0px;
  opacity: 0;
  position: absolute;
  top: 0px;
  width: 100%;
  margin: 0;
  z-index: 0;
}

.crossfade > figure:nth-child(1) {
  background-image: url('../images/bg1.jpg');
}
.crossfade > figure:nth-child(2) {
  animation-delay: 6s;
  background-image: url('../images/bg2.jpg');
}
.crossfade > figure:nth-child(3) {
  animation-delay: 12s;
  background-image: url('../images/bg3.jpg');
}
.crossfade > figure:nth-child(4) {
  animation-delay: 18s;
  background-image: url('../images/bg4.jpg');
}
.crossfade > figure:nth-child(5) {
  animation-delay: 24s;
  background-image: url('../images/bg5.jpg');
}
.crossfade > figure:nth-child(6) {
  animation-delay: 30s;
  background-image: url('../images/bg6.jpg');
}
.crossfade > figure:nth-child(7) {
  animation-delay: 36s;
  background-image: url('../images/bg7.jpg');
}
.crossfade > figure:nth-child(8) {
  animation-delay: 42s;
  background-image: url('../images/bg8.jpg');
}
.crossfade > figure:nth-child(9) {
  animation-delay: 48s;
  background-image: url('../images/bg9.jpg');
}
.crossfade > figure:nth-child(10) {
  animation-delay: 54s;
  background-image: url('../images/bg10.jpg');
}

@keyframes imageAnimation {
  0% {
    animation-timing-function: ease-in;
    opacity: 0;
  }
  8% {
    animation-timing-function: ease-out;
    opacity: 1;
  }
  17% {
    opacity: 1
  }
  25% {
    opacity: 0
  }
  100% {
    opacity: 0
  }
}



#page {
	max-width: 960px;
	margin:0 auto;
	padding: 0 10%;
}

#content {
	width: 55.52083333%;
	padding: 0 3.125%;
	float: left;
	overflow: hidden;
	background-color: #444;
        opacity: 0.9;
        margin-bottom: 0.5em;
}
.sidebar, .sidebar-last {
	width: 43.3%;
	padding: 0 3.125% 1.5em;
	float: right;
	background-color: rgb(30, 30, 30);
    /* RGBa with 0.6 opacity */
    background-color: rgba(30, 30, 30, 0.7);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
        opacity: 0.9;
        margin-bottom: 0.5em;
}

.sidebar-last {
        -webkit-border-radius:0 0 2em 0;
        -moz-border-radius:0 0 2em 0;
        border-radius:0 0 2em 0;
}

#logo {
	height: 9em;
        text-align: center;
        padding-top: 2em;
        opacity: 0.9;
}       

#header {
        opacity: 0.99;
        padding-left: 0.5em;
}

#header img {
        width: 960px;}

.button {
        padding: 0 0.2em 0.2em 0.2em;
}

#footer {
        color: #fff;
	padding: 0.5em 3.125%;
	clear: both;
        text-align: center;
        opacity: 0.7;
}

#footer > a {
        color: #fff;
        text-decoration: none;
}

@media screen and (orientation:portrait) and (max-width:480px) {
	#content, #sidebar {
		width: 93.750%;
		float: none;
	}
}

@media screen and (orientation:portrait) and (max-width:480px) {
	#logo {
		padding-top: 0!important;
	}
}


@media screen and (max-width:750px) {
	.sidebar-last {width: 92.4%;}
        .sidebar {width: 92.4%;}
}

img {
	max-width: 100%;
	height: auto;
}
#ie8 img {
	width: 100%;
}
.textbild {
	float: left;
	max-width: 50%;
	padding: 0 5% 3% 0;
}
#ie8 .textbild {
	width: 50%;
}



.social {
        vertical-align: middle;
}

.facebook {width:61px; height:61px; background:url("images/icon-facebook.jpg") top right;}
.facebook:hover {background:url("images/icon-facebook1.jpg") bottom right;}
.facebook a {width:100%; height:100%; display:block; text-decoration:none;}
.facebook a span {display:block; width:100%;
}

.month{
        font-family: 'Alegreya Sans SC', sans-serif;
        font-size: 20px;
}

.day{
        font-family: 'Alegreya Sans SC', sans-serif;
        font-size: 50px;
        color: red;
}
