body{
	font-family: 'Roboto Mono';
	font-size: 14px;
}

p {
	font-family: 'Roboto Mono';
	font-size: 14px;
}
#section-0-bg-image-red {
width:100%;
height:100vh;
position:relative;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box;    /* Firefox, other Gecko */
box-sizing: border-box;
/* background: some full page image with no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
 filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='...', sizingMethod='scale');
-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='...', sizingMethod='scale')"; 
*/  
background-color:black;
color:white;
} 

#section-0-white-overlay {

width:100%;
height:100%;
position:absolute;
}


.outer {
    display: table;
    position: absolute;
    height: 100%;
    width: 100%;
}

.middle {
    display: table-cell;
    vertical-align: middle;
}

.inner {
    margin-left: auto;
    margin-right: auto; 
    /*max-width: 200px;*/
	padding-left: 20px;
	padding-right: 20px;
}

.headline {
    font-size:24px;
    text-align:center;
}

#section-1-yellow {
    background-color:black;
    width:100%;
    margin-top: 42px;
}
img {
	width:100%;
	max-width:100%;
	/*display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 90%;
  margin: 10px auto;*/
}
#section-0-white-overlay img {
	 width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

div#text { 
	width: 0px;
	height: 2em;
	white-space: nowrap;
	overflow: hidden;  
	margin: 0px auto;
}

/* style the elements with CSS */
    #pleaserotate-graphic{
        fill: #fff;
    }

    #pleaserotate-backdrop {
        color: #fff;
        background-color: #000;
		    color: #000;
    background-color: #fff;
    font-size: 14px !important;
    }
	
.autoren {
	margin-bottom:10px;
	padding-bottom: 30px;
	position: relative;
	display:block;
	margin-top: 30px;
}
.autor-links {
	position:absolute;
	left: 15px;
}
.autor-rechts {
	position:absolute;
	right:15px;
}

.pleaserotate-container img {
	
}
.rotate {
  animation: rotation 4s infinite linear;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(90deg);
  }
}
img.title {
	max-width: 30% !important;
}

@media only screen and (max-width: 600px) {
margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    width: 100%;
}	

#buttons{
	position: absolute;
    top: 5px;
    right: 5px;
    font-size: 11px;
    background: none;
    color: white;
}
#buttons a {
	color:white;
	text-decoration: underline;
}
