* {
    margin: 0;
    padding: 0;
}

body {
    background-color: silver;
    font-family: Arial, sans-serif;
    background-image: url(bilder/03-Panorama-hintergrung.webp);
    background-attachment: fixed;
    background-size: 100% 100%;
    /* für alte IE-Versionen zwecks Zentrierung */
    text-align: center;
}

/* für alte Browser-Versionen */
header, nav, footer, article {
    display: block;
}

#wrapper {
    width: 900px;
    margin: 0 auto;
    background-image: url(bilder/hintergrund-inhalt.png);
    /* für alte IE-Versionen zwecks Zentrierung */
    text-align: left;    
}

header {
    background-image:   url(bilder/verlauf.png),
                        url(bilder/);
    background-repeat: no-repeat;
    background-position: right 28px, center;
    height: 150px;
    width: 900px;
    margin: 0 auto;
}

#logotext {
    padding-top: 45px;
    font-size: 1.5em;
    font-weight: bold;
}

header p {
    text-align: right;
    color: white;
    padding-right: 20px;
    text-shadow: 1px 1px 4px black;
}

header a {
    color: white;
    text-decoration: none;
}

header a:hover {
    text-decoration: underline;
}

#steuerungoben {
    height: 1.5em;
    background-image: url(bilder/durchsichtiges-grau.png);
}

#steuerungoben ul {
    list-style-type: none;
}

#steuerungoben li {
    display: inline-block;
}

#steuerungoben a {
    display: inline-block;
    width: 230px;
    text-align: center;
    text-decoration: none;
    line-height: 1.5em;
    color: white;
}

#steuerungoben a:hover {
    background-image: url(bilder/durchsichtiges-grau.png);
}


#steuerunglinks {
    width: 220px;
    float: left;
    margin-top: 20px;
}

#steuerunglinks ul {
    padding-left: 2em;
    list-style-type: none;
    color: #945e37;
}

#steuerunglinks ul ul {
    list-style-type: square;
    padding-top: 0.5em;
    padding-left: 1em;
} 

#steuerunglinks li {
    padding-bottom: 0.8em;
}

#steuerunglinks a {
    text-decoration: none;
    display: inline-block;
    width: 100%;
    color: #945e37;
}

#steuerunglinks a:hover {
    text-decoration: underline;
    -webkit-animation-name: animation_steuerung_links;
    animation-name: animation_steuerung_links;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}

@-webkit-keyframes animation_steuerung_links {
    0%   { color: #945e37; }
    50%  { color: blue; }
    100% { color: #945e37; }
}

@keyframes animation_steuerung_links {
    0%   { color: #945e37; }
    50%  { color: blue; }
    100% { color: #945e37; }
}

article {
    width: 430px;
    float: left;
    margin-left: 40px;
}

article h1 {
    padding-top: 20px;
    padding-bottom: 0.2em;
    font-size: 1.8em;
    color: #e18f54; 
}

article h2 {
    color: #e18f54; 
    padding-top: 0.6em;
    padding-bottom: 0.2em;
    font-size: 1.4em;
}
article h3 {
    color: #e18f54; 
    padding-top: 0.6em;
    padding-bottom: 0.2em;
    font-size: 1.2em;
}
article h4 {
    color: #e18f54; 
    padding-top: 0.6em;
    padding-bottom: 0.2em;
    font-size: 1.0em;
}
article p {
    padding-bottom: 1em;
    line-height: 1.4em;
}

article ul {
	
    padding-left: 2em;
    padding-bottom: 1em;
}

article li {

    line-height: 1.4em;
}
.center{
 margin: 0 auto;
 width: 320px;
 display: block;
 align:center;
}


aside {
    width: 165px;
    float: right;
    margin-top: 20px;
}

aside p {
    color: white;
    font-weight: bold;
    text-shadow: 1px 1px 4px black;
}

aside img {
    border: 1px solid silver;
}

footer {
    color: white;
    clear: both;
    background-image: url(bilder/durchsichtiges-grau.png);
    text-align: center;
    height: 1.5em;
    line-height: 1.5em;    
}

footer a {
    color: white;
    text-decoration: none;
}

.schriftklein {
    font-size: 0.9em;
}

.slicknav_menu {
	display:none;
}

/* für Tablett und Co */
@media only screen and ( min-width: 45em ) and ( max-width: 56.25em) {
	article {
		width: 62%;
	}
	
	#steuerungoben { 		
		display: none;
	}

	.slicknav_menu {
		display:none;
	}	
	
	#wrapper,
	header {
		width: 100%;
	}

	#wrapper {
		background-image: url(bilder/hintergrund-inhalt-2.png);   
	}
	
	aside {
		clear: both;
		float: none;
		margin-left: 260px;
		width: 430px;
		margin-bottom: 1em;
	}

	aside img {
		width: 137px;
		height: 100px;	
	}

	aside p {
		color: black;
		text-shadow: none;
	}		
}


/* fuer Handy und Co */
@media only screen and ( max-width: 45em ) {
	article {
		background-color: hsla(0, 50%, 100%, 0.3);
		float: none;
		width: 90%;
		margin: 0 auto;
	}		
	
	#steuerungoben,
	#steuerunglinks { 		
		display: none;
	}	

	.slicknav_menu {
		display:block;
	}
	

	.slicknav_nav a {
		text-align: left;
	}	
	
	#wrapper,
	header {
		width: 100%;
	}	

	/* Handy-Menü-Steuerung */
	header {		
		height: 90px;
		background-position: right bottom, center bottom;
	}	

	#logotext {
		padding-top: 15px;
	}	
	
	
	
	#wrapper {
		background-image: none;
		background-color: hsla(0, 50%, 100%, 0.7);
	}

	aside {
		float: none;
		width: 90%;
		margin: 0 auto;
		margin-bottom: 1em;
	}

	aside img {
		width: 60px;
		height: 50px;
	}	
	
	aside p {
		color: black;
		text-shadow: none;
	}	
}


.slicknav_nav a {
    text-align: left;
}
textarea
{
    font-family: inherit;    
}

form {
    border: 1px solid black;
    width: 90%;
    background-color: whitesmoke;
    margin: 0 auto;
    padding: 0 1em;
}

form label {
    display: block;
    font-size: 0.8em;
    color: darkslategrey;
    padding-left: 3px;    
}

input,
textarea
{
    width: 100%;
    font-size: 1.1em; 
    padding: 4px;
    font-family: inherit;
    font-weight: lighter;
    border:1px solid gray;
    outline: none;
    border-radius: 0.3em;
}    

input:focus,
textarea:focus { 
    border:1px solid orange;
}

input[type=submit] {
    background-color: lightblau;
    cursor: pointer;
    width: 14em;
    padding: .3em 0;
    border-radius: 0.7em;
}

input[type=submit]:hover {
    background-color: lightgreen;
    box-shadow: 2px 2px 2px grey;
}

