* {
margin: 0;
padding: 0;
box-sizing: border-box;
outline:none;
}


header, footer, section, aside, nav, article { display: block;}

body {
background-color: #aaa;
font-size: 1em;
font-family: Arial, SunSans-Regular, Sans-Serif;
color:#564b47;
}
pre, code {
font-size: 1.3em;
}

.inputs {
width:98%;
}

a {color: #999;}
a:visited {color:#999;}
a:hover {color: #ccc;}
a:active { color:#000000;}

h1, h2 {
font-size:1.8em;
font-weight: normal;
margin: 0 0 10px;
}

h3 {
font-size:1.38em;
font-weight: normal;
margin: 0 0 10px;
}

img.download {vertical-align:middle;}
img{border:none;}

ul{
	list-style-type:none;}
/* ----------container zentriert das layout-------------- */

#container {
max-width: 1200px;
min-width:320px;
margin:0  auto;
background : #fff url('hgcut.jpg') no-repeat right 100px;
background-size: 430px;
}

/* ----------header logo-------------- */
#top:after{
    height: 0;
    content: ".";
    display: block;
    clear: both;
  visibility:hidden;
  } 
#top {
  background-color: #ccc;
	}

#top header{
  padding:20px;
  float:left;
  width:50%;
  }
  
header p{
	text-transform:uppercase;
  font-size:0.8434em;

}
header img{ 
border:0;
padding: 0 0 10px;
margin-left:0px;
}  
.mini, .menubutton{
  display:none;
  }

.menubutton a {
  cursor:pointer;
}
 
/* new nav */
nav{
  padding:0 20px 0 0;
  margin:0 0 2px;
  float:right;
  width:50%;
} 


nav ul:after {
    height: 0;
    content: ".";
    display: block;
    clear: both;
  visibility:hidden;
  } 
nav ul {
  list-style-type: none;
  float:right;
}   
nav li {
  float: left;
  margin: 0 3px 0 0;
  }

nav a, nav a:visited {
  background-color: #999999;
  color: #FFFFFF;
  display: block;
  padding: 5px 20px;
  text-decoration: none;
  transition: all 0.5s linear;
  box-shadow: 0 1px 3px #666666;
}


nav a:hover {
  color:#564b47;
  background-color: #ccc; 
  }
nav a:active { color:#000000;}
nav a.selected {
  color:#fff;
  background-color: #f67; 
} 

/* ----------------- content pussy app--------------------- */
section:before {
    height: 0;
    content: ".";
    display: block;
    clear: both;
  visibility:hidden;
  }

section#content {
float: left;
width: 75%;
padding: 20px;
background-color: #fff;
min-height:600px;
}
p, pre{
padding:  0 0 20px;
line-height:1.5em;
}
ul{
	list-style-type:none;
	line-height:1.5em;
}
article header{
	background:#fff;
	padding:0;
	}
	
article footer{
	border-bottom: 1px solid #564B47;
	color:#564B47;
	padding:0 0 20px;
	margin:0 0 20px;
}


.spritespin-preload {
background : url('../images/ajax-loader.gif') no-repeat 50% 50%;
}
.spritespin-instance {
width:100%;
height:100%;
border: green 1px dashed;
}

/* -------------- side infos poryes kaufladen------------- */

aside {
padding:20px;
float:right;
width: 25%;
}

aside a{
	text-decoration: none;
	border: 1px solid violet;
	color: white;
	border-radius: 4px;
	padding: 2px;
	background: #ccc;
	line-height: 31px;
}

aside a:hover{
	color: white;	
	border: #333399 1px solid;

}

aside a:visited{
	color: white;

}

/* -----------footer qucklinks etc-------------------------- */
footer.footer {
padding: 20px;
clear:both;
background-color: #564B47;
color:#fff;
}

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

.footer-segment {
    display: inline-block;
    vertical-align: top;
    width: 32%;
}



.fakeButton{

	display: block;
	border: 1px solid #ccc;
	width: 87px;
	padding: 3px;
	background: #ccc;
	border-radius: 3px;


}

.fakeButton:hover{

	display: block;
	border: 1px solid #219599;
	width: 87px;
	padding: 3px;
	background: #219599;
	border-radius: 3px;


}


.infoBox{

	border: 1px solid red; 
	width: 80%; 
	margin: 0 auto; 
	padding: 10px; 
	border-radius:10px;

}


/* Scroll Up Tom 03.06.2018 Part 2*/

.ToTopRechtsUnten a, .ToTopRechtsUnten{
    outline: 0 !important;
    position: fixed;
    bottom: 20px;
	color:#fff;
    right: 20px;
	font: 27px tahoma bold;
	line-height:2.3;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	text-align:center;
	cursor:pointer;
	z-index:10000; /*höher als cookie hinweis*/
}
.ToTopRechtsUnten:active, .ToTopRechtsUnten a:active{
    outline: 0 !important;
	line-height:1.5;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 1);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/* Scroll Up Tom 03.06.2018 Part 2 EOF*/


#cookies-message-container{
	position: fixed;
	bottom: 0px;
	width: 100%;
}

/* -------------------- Media Queries -------------------- */


@media only screen and (max-width: 860px) { 
 #top header, nav {
    float:none;
    width:100%;
  }
  nav {
    padding:0;
  } 
  nav ul {
    float:none;
  }
  nav li {
    float: left;
    margin: 0;
    width:25%;
  } 

#container {
	max-width: 1200px;
	min-width:320px;
	margin:0  auto;
	background : #fff url('hgcut.jpg') no-repeat right 150px;
	background-size: 430px;
	}

}

#containerOhneBild {
	max-width: 1200px;
	min-width:320px;
	margin:0  auto;
	/*background : #eee url('hgcut.jpg') no-repeat right 150px;*/
	background-size: 430px;
	background-color:white;
}/*#19082019*/

}

@media only screen and (max-width: 768px) { 

section#content {
float: none;
width: 100%;
padding: 20px;
}

aside {
padding:20px;
float: none;
width: 100%;
}

#container {

background : #fff;

}

.footer-segment {
    display: inline-block;
    vertical-align: top;
    width: 49%;
	padding: 0 0 20px;
}

.footer-segment:last-child {
    border-top:1px solid #999;
    display: block;
    width: 100%;
	padding:20px 0 0 ;
}
}



@media only screen and (max-width: 480px) { 

	nav li {
	float: none;
	margin: 0;
	width:100%;
	display:block;
	} 
	nav a {
	font-size:1.2em;
	position:relative;
	}

	#container {
	/*background : transparent;*/
	background : white;
	}
	section#content {
	width: 100%;
	}
	aside{
	width:100%	
	}

	nav a:not(.selected):after {
	content:'»';
	position:absolute;
	right:10px;
	}

	.mini {
	display:block;
	/* 20% space rechts fuer .menubutton: */
	width: 80%;
	} 

	.menubutton {
	display:block;
	position:absolute;
	right:20px;
	top:20px;
	z-index: 400;
	}

	.maxi{
	display:none;
	}

	footer.footer {
	padding: 0;
	}

	.footer-segment, .footer-segment:last-child  {
	display: block;
	vertical-align: top;
	width: 100%;
	border-bottom:1px solid #999;
	padding:20px;
	}

	header img{ 
	margin-left:40px;
	}

	.ToTopRechtsUnten a, .ToTopRechtsUnten{

	font: 37px tahoma bold;

	}
}

