* {
	margin: 0;
	padding: 0;	
}
/*Onlineversion*/
body {
    background-color: silver;
    font-family: 'Calibri', sans-serif;
   	background-image: url(images/atelier.jpg) ;
    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;
}

	.clearboth {
		clear: both;
}

strong 
{ 
font-weight: bold; 
}

#wrapper {
    width: 900px;
    margin: 0 auto;
    background-image: url(images/hintergrund1.png);
    /* für alte IE-Versionen zwecks Zentrierung */
    text-align: left;    
}

header {
    background-image: 	url(bilder/verlauf.png),
						url(images/logo1.jpg); 					
  	background-repeat: no-repeat;
   	background-position: right 28px, center;
    height: 130px;
    width: 900px;
    margin: 0 auto;
	
}
#onset {
	text-align: center;
}
#onset2 {
	text-align: center;
}

/*#logotext {
    padding-top: 20px;
    font-size: 1.1em;
    font-weight: bold;
}*/

#red {color: #ff3399;}

#blue {color:#3399ff;}

#blues {color:#3399ff;}

#map { margin-left:70px;}


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(images/durchsichtiges-grau.png);
}

#steuerungoben ul {
    list-style-type: none;
}

#steuerungoben li {
    display: inline-block;
}

#steuerungoben a {
    display: inline-block;
    width: 175px;
    text-align: center;
    text-decoration: none;
    line-height: 1.5em;
    color: white;
}

#steuerungoben a:hover {
    background-image: url(images/durchsichtiges-grau.png);
}


#steuerunglinks {
    width: 220px;
    float: left;
    margin-top: 2.5px;
}

#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;
}

article {
    background-color: white;
    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 p {
    padding-bottom: 1em;
    line-height: 1.4em;
}

article ul, article ol {
    padding-left: 2em;
    padding-bottom: 1em;
}

article li {
    line-height: 1.4em;
}



aside {
    width: 165px;
    float: right;
    margin-top: 20px;
}

aside p {
    color: #945e37;
    font-weight: bold;
  
}

aside h3 {
    color: #945e37;
}

aside h4 {
   color: #945e37;
	font-size:1.0em;
	text-decoration:underline;	
}


aside img {
    border: 1px solid silver;
}

/* Bild auf Startseite*/
figure {
      padding: 0;
      margin:  0;
    }
figcaption {
      font-size: 12px;
      font-size: 0.75rem;
    }

#tel {
	font-size:1.2em;
	text-decoration:none;
}
	
/* Bild auf pictures*/	
figure.pic1, figure.pic2, figure.pic3, figure.pic4 {
	text-align:center;	
}
	
	figure.pic1:hover {transform: scale(1.5)rotate(3deg);}
	figure.pic2:hover {transform: scale(1.5)rotate(-3deg);}	
	figure.pic3:hover {transform: scale(1.5);}	
	figure.pic4:hover {transform: scale(1.0);}	
	
    /* Mit max-width wird ein Bild nicht größer als das Elternelement */  
    img { 
      max-width: 100%; 
      height: auto;
    }


footer {
    color: white;
    clear: both;
    background-image: url(images/durchsichtiges-grau.png);
    text-align: center;
    height: 2.5em;
    line-height: 2.5em;    
}

footer a {
    color: white;
    text-decoration: none;
}


.slicknav_menu {
	display:none;
}

.fader {
	height: 298px;

}
.fader img {
	width: 284px;
	height: 284px;
	overflow: hidden;
	margin-left:67px;
}

img {
	border:0.15em solid white; 
	border-radius: 4px;
}


/* 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(images/hintergrund-inhalt-2.png);   
	}
	
	aside {
		clear: both;
		float: none;
		margin-left: 260px;
		width: 430px;
		margin-bottom: 1em;
	}

	aside img {
		width: 137px;
		height: auto;	
	}

	aside p {
		color: black;
		text-shadow: none;
	}	
		
	figure.pic1:hover {transform: scale(1.2)rotate(3deg);}	
	figure.pic2:hover {transform: scale(1.2)rotate(-3deg);}
	figure.pic3:hover {transform: scale(1.2);}
	figure.pic4:hover {transform: scale(1.0);}	

#map { 
	
	margin: inherit;
}

}


/* fuer Handy und Co */
@media screen and (max-width: 40em) {
	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%;
	}	

	/* Platz sparen oben - gut für Handy-Menü-Steuerung */
	header {		
		height: 122px;
		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.sammlung img {
		width: 31%;
		height: auto;
	}	
			
	aside p {
		color: black;
		text-shadow: none;
	}	
	
img {
	border-radius: 4px;
}
/* Bild auf pictures*/	
	figure.pic1:hover {
				transform: scale(1.0);
}	
	figure.pic2:hover {
				transform: scale(1.0);		
}	
			
	figure.pic3:hover {
				transform: scale(1.0);	
}

#map {
	margin-left: 25px;
	
}

}

.slicknav_nav a {
    text-align: left;
}





