@charset "utf-8";
/* Einfache fließende Medien
   Hinweis: Für fließende Medien müssen Sie die Attribute 'height' und 'width' des Medium aus dem HTML-Code entfernen
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 unterstützt keine maximale Breite, verwenden Sie daher eine Standardbreite von 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver-Eigenschaften für fließende Raster
	----------------------------------
	dw-num-cols-mobile:		11;
	dw-num-cols-tablet:		14;
	dw-num-cols-desktop:	19;
	dw-gutter-percentage:	25;
	
	Idee durch den Artikel "Responsive Web Design" von Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	und "Golden Grid System" von Joni Korpi
	http://goldengridsystem.com/
*/

/* Layout für Mobilgeräte: 480 px oder weniger. */

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 98.1818%;
	padding-left: 0.909%;
	padding-right: 0.909%;
}
#header {
	margin-top:2em;
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#text-evi-kurz {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;

}

#text-evi-lang {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: none;
}

#foto_evi {
	margin-top:2em;
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#aktuelle_ausstellungen {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	text-align:center;
}

#foto_smartphone {
	clear: both;
	float: left;
	width: 100%;
	margin-left: 0;
	display: block;
	margin-top:2em;
	text-align:center;
}

#foto_links {
	clear: both;
	float: left;
	width: 81.4814%;
	margin-left: 9.2592%;
	display: none;
	margin-top:1em;	
}

#foto_rechts {
	clear: both;
	float: left;
	width: 81.4814%;
	margin-left: 9.2592%;
	display: none;
	margin-top:1em;	
}

#biografie {
	clear: both;
	float: left;
	margin-left: 5%;
	width: 90%;
	display: block;
	margin-top:6em;	
}
#demo {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	margin-bottom:-6em;
}

#kontakt {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	margin-top:1em;
}

#map-mobil {
	clear: both;
	float: left;
	margin-left: 9.2592%;
	width: 81.4814%;
	display: block;
	height: 350px;
	background-color:#9F9;
}

#map-tablet {
	display:none;
}

#map {
	display:none;
}



#logo {
	clear: both;
	float: left;
	margin-left: 0;
	hight: auto;
	width: 100%;
	display: block;
	margin-top:4em;
}

h1 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 200;
	text-align: left;
	font-size: 1.8em;
	padding-left:.4em;
    color:#666;
	display: inline; 
}
h2 {
	font-family: 'Handlee';
	font-weight: 200;
	text-align: center;
	font-size: 2em;
	margin-bottom: -.5em;
	margin-top: .2em;
	color:#956565;
}
h3 {
	font-family: 'Montserrat', sans-serif;
	margin-left: 0.5em;
	margin-right: 0.5em;
	font-weight: 400;
	text-align: center;
	font-size: 1.2em;
    color:#000;

}
h4 {
	font-family: 'Montserrat', sans-serif;
	margin-left: 0.5em;
	margin-right: 0.5em;
	font-weight: 400;
	text-align: left;
	font-size: 1.2em;
    color:#000;
}

h5 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 200;
	text-align: left;
	font-size: 1.8em;
	margin-left:.4em;
    color:#903;
	display: inline; 
}




/* Layout für Tablet-PCs: 481 bis 768 px. Erbt Stile vom: Layout für Mobilgeräte. */

@media only screen and (min-width: 481px) {
.gridContainer {
	width: 98.5714%;
	padding-left: 0.7142%;
	padding-right: 0.7142%;
}
#header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 85.5072%;
	display: block;
}

#text-evi-kurz {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: none;
}

#text-evi-lang {
	clear: both;
	float: left;
	margin-left: 7.2463%;
	width: 85.5072%;
	display: block;
}

#foto_evi {
	clear: both;
	float: left;
	margin-top:4em;
	margin-left: 7.2463%;
	width: 85.5072%;
	display: block;
}

#aktuelle_ausstellungen {
	clear: both;
	float: left;
	margin-left: 7.2463%;
	width: 85.5072%;
	display: block;
}

#foto_smartphone {
	clear: both;
	float: left;
	margin-left: 0;
	width: 49.2753%;
	display: none;
}

#foto_links{
	clear: none;
	float: left;
	margin-left: 8.6956%;
	width: 42.0289%;
	display: block;
}

#foto_rechts {
	clear: none;
	float: left;
	margin-left: 1.4492%;
	width: 42.0289%;
	display: block;
}

#biografie {
	clear: both;
	float: left;
	margin-left: 7.2463%;
	width: 85.5072%;
	display: block;
}
#demo {
	clear: both;
	float: left;
	margin-left: 7.2463%;
	width: 85.5072%;
	display: block;
}
#kontakt {
	clear: both;
	float: left;
	margin-left: 7.2463%;
	width: 85.5072%;
	display: block;
	
}

#map-tablet {
	clear: both;
	float: left;
	margin-left: 7.2463%;
	width: 85.5072%;
	display: block;
	background-color:#9F9;
}

#map-mobil {
	display:none;
}

#map {
	display:none;
}



#logo {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

h1 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 200;
	text-align: left;
	font-size: 2.2em;
    color:#666;
	padding-left:.5em;
}

h2 {
	font-family: 'Handlee';
	font-weight: 200;
	text-align: center;
	font-size: 2.2em;
	margin-bottom: -.5em;
	margin-top: .2em;
	color:#956565;
}

h3 {
	font-family: 'Montserrat', sans-serif;
	margin-left: 0.5em;
	margin-right: 0.5em;
	font-weight: 400;
	text-align: center;
	font-size: 1.2em;
    color:#000;
}

h4 {
	font-family: 'Montserrat', sans-serif;
	margin-left: 0.5em;
	margin-right: 0.5em;
	font-weight: 400;
	text-align: center;
	font-size: 1.2em;
    color:#000;
}

h5 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 200;
	text-align: left;
	font-size: 2.2em;
    color:#903;
	padding-left:.5em;
}



}

/* Desktoplayout: 769 bis maximal 1232 px.  Erbt Stile von: den Layouts für Mobilgeräte und Tablet-PCs. */

@media only screen and (min-width: 769px) {
.gridContainer {
	width: 98.9473%;
	max-width: 1920px;
	padding-left: 0.5263%;
	padding-right: 0.5263%;
	margin: auto;
}
#header {
	clear: both;
	float: left;
	margin-left: 10.6382%;
	width: 62.7659%;
	display: block;
}

#text-evi-lang {
	clear: both;
	float: left;
	margin-left: 21.2765%;
	width: 57.4468%;
	display: block;
}

#foto_evi {
	clear: both;
	float: left;
	margin-left: 21.2765%;
	width: 57.4468%;
	display: block;
}

#aktuelle_ausstellungen {
	clear: both;
	float: left;
	margin-left: 15.9574%;
	width: 68.0851%;
	display: block;
}

#foto_smartphone {
	clear: both;
	float: left;
	margin-left: 10.6382%;
	width: 36.1702%;
	display: none;
}

#foto_links {
	clear: both;
	float: left;
	margin-left: 10.6382%;
	width: 36.1702%;
	display: block;
}


#foto_rechts {
	clear: none;
	float: left;
	margin-left: 6.3829%;
	width: 36.1702%;
	display: block;
}

#biografie {
	clear: both;
	float: left;
	margin-left: 21.2765%;
	width: 57.4468%;
	display: block;
}
#demo {
	clear: both;
	float: left;
	margin-left: 21.2765%;
	width: 57.4468%;
	display: block;
}

#kontakt {
	clear: both;
	float: left;
	margin-left: 21.2765%;
	width: 57.4468%;
	display: block;
}

#map {
	clear: both;
	float: left;
	margin-left: 21.2765%;
	width: 57.4468%;
	display: block;
	background-color:#9F9;
}

#map-tablet {
	display:none;
}

#map-mobil {
	display:none;
}


#logo {
	clear: both;
	float: left;
	margin-left: 5.3191%;
	width: 89.3617%;
	display: block;
}

h1 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 200;
	text-align: left;
	font-size: 3em;
    color:#666;
	padding-left:.9em;


}
h2 {
	font-family: 'Handlee';
	font-weight: 200;
	text-align: center;
	font-size: 2.4em;
	margin-bottom: -.5em;
	margin-top: .2em;
	color:#956565;

}

h3 {
	font-family: 'Montserrat', sans-serif;
	margin-left: 0.5em;
	margin-right: 0.5em;
	font-weight: 400;
	text-align: center;
	font-size: 1.4em;
    color:#000;

}
h4 {
	font-family: 'Montserrat', sans-serif;
	margin-left: 0.5em;
	margin-right: 0.5em;
	font-weight: 400;
	text-align: center;
	font-size: 1.4em;
    color:#000;
}

h5 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 200;
	text-align: left;
	font-size: 3em;
    color:#903;
	padding-left:.9em;


}


}