body { 
position:absolute; 
top:0; 
bottom:0; 
right:0; 
left:0;         
margin: 0;
border: 0;
padding: 0;
font-family: 'Open Sans', sans-serif;
font-size: 100%;
line-height: 1.6em;
height: 50px;
-webkit-text-size-adjust: 100%;
-moz-text-size-adjust: 100%;
}

h1, h2, h3 {
	word-wrap: break-word;
}

h1, h2 {
	text-transform: uppercase;
}

h1 {
  font-size: 1.4em
  font-weight: 700;
  --margin-bottom: 2.5em;
}

h2 {
    font-size: 1.2em
    font-weight: 700;
    margin-bottom: 1em;
    margin-top: 3em;
}

h3 {
    font-size: 1.5em;
    line-height: 1.5em;
    font-weight: 400;
    margin-bottom: 0.3em;
    margin-top: 1.8em;
}

p {
margin-top: 0.3px;
}

strong {
    font-weight: 700;
    text-transform: uppercase;
}

#container {
padding: 1rem 0rem 0rem 0em;
background-color: #FFF;	
max-width: 1000px;
margin: 0px auto
}

header {
overflow: hidden;
position: relative;
background-color:#E9E9E9;
padding: 0 1.5em;
}
header #trustbar {
display: flex;
color:#FFF;
max-width: 1000px;
margin:auto;
text-align: right;
padding: 0.2rem 0 0.1rem 0;
text-transform: uppercase;
}
header #trustbar a:link, header #trustbar a:visited {
color:rgba(0, 0, 0, 0.65);
float: right;
}


header #links a:link, header #trustbar a:visited {
margin-left: 1.5em;
}

header #trustbar a:hover {
color:#ccc;
}

a:link, a:visited {
text-decoration: none;
color: #932826;
}

a:hover {
    text-decoration: none;
    color: #932826;
}		

/* Kacheln */
#mapbox {
	overflow:hidden; 	
	margin-bottom: 30px;
}

div .map{
	width: 150px;
	height: 150px;	
	float: left;
	margin-right: 10px;	
	margin-top: 10px;	
	background: #932826;
	background-repeat: no-repeat;
	background-position: center; 
	background-size: contain;
	cursor: pointer;
}


#systembox {
        overflow:hidden;
        margin-bottom: 30px;
}


div .system{
        width: 150px;
        height: 150px;
        float: left;
        margin-right: 10px;
        margin-top: 10px;
        background: #e5007d;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        cursor: pointer;
}

img.foto {
	opacity:0;
	-webkit-transition: opacity .1s ease-in-out;
	-moz-transition: opacity .1s ease-in-out;
	-o-transition: opacity .1s ease-in-out;
	transition: opacity .1s ease-in-out;
}

.inside {
	max-width: 1000px;
margin: auto;
}

/* detailierte Liste der Layer */
#applist {
padding-left: 50px;
}

ul {
	list-style: inside url('../img/bullet.png');
	margin: 0px;
	padding-left: 10px;
}

summary {
	cursor: pointer;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	padding: 5px;
	font-weight: bold;
}
summary:hover {
	background-color: #f5f5f5;
}



footer {
    clear: both;
    float: none;
    position: relative;
    overflow: hidden;
    padding: 3rem 1.5rem 3rem 1.5em;
    background-color: #f8f8f8;
}


footer img {
    float: right;
}


@media only screen and (max-width: 1000px) {
	#logo{	
	width: 300px
	}
}
@media only screen and (max-width: 600px) {
	#logo, #infotext{		
	display: none;	
	}
}

/*bei Maussteuerung*/
@media (pointer: fine) {
	div .map:hover{
	width: 150px;
	height: 150px;	
	float: left;
	margin-right: 10px;	
	margin-top: 10px;	
	/*background: #e2007a;*/
	background-repeat: no-repeat;
	background-position: center; 
	cursor: pointer; 		 
}

img.foto:hover {
  opacity:1;
}	
}


/*bei Touchteuerung*/
@media (pointer: coarse){
body{
font-size: 180%;
}

  div .map{
	width: 300px;
	height: 300px;	
	background-size: contain;
  }
}  

