/* CSS Document */

/* Copyright von Valérie von Allmen 2016 */
/* Vielen Dank fürs anschauen         */


/* =========================== */
/* Allgemeine Stildefinitionen */
/* =========================== */

body {
	font-family: 'Cutive Mono', monospace;
}

html {
	background:#f4eddc;
	background-size:cover; /* füllt den ganzen Bereich aus */
	color:#434343;
}

#ganze-seite {
	/* border: 1px solid blue; */ 
	margin:0 auto;
	min-heigth: 100%;
	width:90%;
} 

#kopfbereich {
	background-color: #f4eddc;
}

#innerer-kopfbereich {
	/* border: 1px solid yellow;*/
	/* background-color: #f00; */
	width: 100%;
	height: 20rem;
	margin: 0 auto;	
	position: relative;
}

#logo {
	/* border:3px solid blue; */
	margin:0 auto;
	margin-bottom:30px;
	margin-top:20px;
	width:20%;
}

#logo img{
	/* border:3px solid red; */
	width:200px;
}

#logo a {
	text-decoration:none;
}

#hamburger {
    display: none;
}
 
/* Navigation Variante 1  */  
#navigation {
	/*border:3px solid green;*/
	color:#473f37;
	font-size:26px;
	letter-spacing:3px;
	padding: 1rem 0 1rem 0;
	position: static;
    background-color: transparent;
    /* padding: 1.25rem 0 0 1rem; */
	text-transform:uppercase;
}
    
#navigation li, 
#navigation li:last-of-type {
    /* border:3px solid yellow;*/
	border: 0;
    display: inline-block;
    vertical-align: top;
}
    
#navigation a {
    /* border:3px solid red;*/
	color:#473f37;
	padding: 0 2.5rem 0 0; 
	text-decoration:none;
}

#navigation a:hover {
	color:#ec7189;
	text-decoration:none;
}

#navigation a:active {
	color:#ec7189;
	text-decoration:none;
}

#navigation li.aktuelles-menu {
	color:#ec7189;
	text-decoration:none;
}

    
#navigation #navigation-schliessen {
    display: none;
    }
    
#navigation ul.submenu {
    height: 0;
    width: 0;
    overflow: hidden;
    }
    
#navigation li:hover ul.submenu,
#navigation li.aktuelles-menu-li ul.submenu {
    overflow: visible;
    margin-top: 1rem;
    }
    
#navigation li:hover ul.submenu li,
#navigation li.aktuelles-menu-li ul.submenu li {
        background-color: #fff;
        width: 12rem;
    }
	
#navigation li:hover ul.submenu li a,
#navigation li.aktuelles-menu-li ul.submenu li a {
		color:#ec7189;
		padding: 0rem;
    }

#inhaltsbereich {
	/* border:3px solid pink;
	/* background-color:#95d1b1; */
	-webkit-border-radius:10px;
	   -moz-border-radius:10px;
	 border-radius:10px;  
	padding: 2rem 0 2rem 0;
	font-weight: normal;
	margin:0 auto;
	width:90%;
}

#inhaltsbereich a {
	text-decoration:none;
}
	
#inhaltsbereich img { /* alle Bilder, welche sich im Inhalts Div befinden */
	margin:0px 10px 10px 0px;	
}

#ausstellungstext {
	float:left;
	margin-left: 10px;
	width: 45%;
	}
	
.bild_links {
	width:80%;
	margin-left:10px;
}	


#plakat {
	float:left;
	width: 45%;
}
	
#plakat img {
	padding:0 0 0 10px;
	width: 100%;
}

#bild_links img {
	/* border:3px solid green;*/
	float:left;
	margin-right:10px;
	clear:right;
	width:30%;
	margin-left:0px;
}

#bild_rechts img {
	float:left;
	margin-left:10px;
	width:48%;
}


#bild_mitte {
	margin:0 auto;
	text-align:center;
	width:100%;
}

#bild_mitte img {
	margin:0 auto;
	width:35%;
}

h1 {
	font-size:24px;
	margin-bottom:10px;
}

h1,h2 {
	color:#473f37;
}

h2 {
	font-size:22px;
	margin-bottom:-15px;
}

p {
	font-size:20px;
	line-height:1.8em;
}

a {
	color:#95d1b1;
}

div {
	box-sizing:border-box;		
}

/* Pseudoselektoren für Links */

a:link { /* normaler Text */
	font-weight:bold;
}

a:visited { /* wenn besucht */
	background:#95d1b1;
}

a:hover { /* bei RollOver */
	/* background:#fff; */
	font-weight:bold;
	text-decoration:underline;
}

a:active { /* beim anklicken */
	text-decoration:none;
	color: #ec7189;
}

/* Klassendefinitionen */

/* ============================= */
/* DIV Design der Boxen (Layout) */
/* ============================= */

#adresse {
	margin-bottom:20px;
}

#adresse a {
	color:#434343;
	background:none;
	font-weight:normal;
}

#adresse a:hover {
	color:#434343;
	text-decoration:underline;
}


/* Fusszeilendefinitionen */

#fussbereich {
	/* border:2px solid red;*/
	clear:both;
	color:#473f37;
	font-size:16px;
	bottom:0px;
	margin:0 auto;
	padding:0px;
	/*position:absolute;*/
	/* text-align:center;*/
	width:90%;
}

#credits {
	/*border:2px solid red;*/
	text-decoration:none;
	width:90%;
}

#social-media {
	padding: 1.5rem;
	box-shadow: inset 0 0.125rem 0.5rem rgb( 0, 0, 0, 0.3 ); 
}

#social-media ul {
	list-style-type: none;
	text-align: center;
}

#social-media li {
	display: inline-block;
	vertical-align: middle;
	padding: 0 0.5rem;
}

#social-media a {
	color:#473f37;
	text-decoration: none;
}


input[type="text"],
input[type="email"],
textarea {
	font-family: 'Cutive Mono', monospace;
	padding: 0.5rem;
	border: 1px solid #ccc;
	font-size: 1rem;
	font-weight: 500;
	width: 100%;	

}

textarea {
	height:15rem;
}

input[type="submit"] {
	font-family: 'Cutive Mono', monospace;
	padding: 0.25rem 0.75rem;
	border: 1px solid #ccc;
	background-color: #95d1b1;
	color:#000;
	font-size: 20px;
	font-weight: 500;
	width: 100%;	
}

/**
 * Schöneres Dropdown-Menü
 */
.select-behaelter {
    font-family: 'Cutive Mono', monospace;
	position: relative;
    display: block;
    width: 100%;
    background-color: #fff;
}

.select-behaelter:after {
    content: "\f103";
    font: 1.5rem 'FontAwesome';
    position: absolute;
    top: 0.5rem;
    right: 0.75rem;
    z-index: 10;
}

select {
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance:none;
    appearance:none;
    border: 1px solid #ccc;
    padding: 0.5rem;
    border-radius: 0;
    z-index: 20;
    position:relative;
    font-size: 1rem;
    font-weight: 700;
    background-color: transparent;
}

.fehlermeldungen {
    list-style-type: none;
    padding: 0.5rem 0;
}

.fehlermeldungen li {
    color: #b00;
    font-weight: 700;
    padding: 0 0 0.5rem 0;
}

.fehlermeldungen li:before {
    display: inline-block;
    content: "\f071";
    font:1rem 'FontAwesome';
    vertical-align: 5%;
    margin: 0 0.5rem 0 0;
}

figure {
	margin: 0;
	}

ul {
	list-style: none;
	padding: 0;
}

a img {
	border: none;
	}
/*
.gallery {
	width: 100%;
	padding: 10px;
	background: transparent;
	border-radius: 10px;
	margin: 0 auto;
	/* border: 1px dashed #ccc;
	box-shadow: 0 0 20px rgba(0, 0, 0, .5);
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

.gallery:after {
	content: "";
	display: block;
	clear: both;
}

.gallery li {
	float: left;
	width: 23%;
	margin: 1%;
}

.gallery li > a {
	float: left;
	width: 100%;
	/*-webkit-filter: grayscale(.5) sepia(.8);*/
	/*-webkit-transition: .5s;
	transition: .5s;
	position: relative;
	-webkit-transform: translateZ(0);*/
}

.gallery li > a img {
	max-width: 100%;
	display: block;
	box-shadow: 0 0 5px rgba(0, 0, 0, .3);
	/*-webkit-transition: .5s;
	transition: .5s;*/
}

.gallery li > a:hover {
	-webkit-filter: grayscale(0) sepia(0);
	z-index: 1;
}

.gallery li > a img:hover {
	-webkit-transform: scale(1.4);
	-ms-transform: scale(1.4);
	transform: scale(1.4);
	box-shadow: 0 0 15px rgba(0, 0, 0, .8);
}

.gallery article {
	width: 0;
	height: 0;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
}

.gallery article:target {
	width: 100%;
	height: 100%;
	padding: 100px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	text-align: center;
	background: rgba(0, 0, 0, .9);
	z-index: 1;
			}
.gallery article figure {
	height: 100%;
}

.gallery article img {
	opacity: 0;
	-webkit-transition: .7s;
	transition: .7s;
	border: 10px solid #fff;
	max-height: 100%;
	max-width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	box-shadow: 0 0 20px rgba(0, 0, 0, .5);
}

.gallery article:target img {
	opacity: 1;
}

.gallery figcaption {
	background: rgba(250, 250, 250, .1);
	padding: 5px 10px;
	font-size: 1.3em;
	font-style: italic;
	color: #999;
	margin-top: 20px;
				}

article .close {
	position: absolute;
	left: 50%;
	top: 40px;
	margin-left: -50px;
	width: 100px;
	background: rgba(250, 250, 250, .9);
	color: #333;
	border-radius: 15px;
	text-decoration: none;
	padding: 6px 6px 6px 25px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-transform: uppercase;
	-webkit-transition: .5s;
	transition: .5s;
}

article .close:before {
	content: "X";
	color: #fff;
	font-family: Arial;
	font-weight: bold;
	position: absolute;
	padding-top: 3px;
	top: 3px;
	left: 5px;
	width: 24px;
	height: 21px;
	background: #666;
	border-radius: 50%;
}

article .close:hover {
	background: #fff;
}

article .arrow {
	position: absolute;
	top: 250px;
	width: 0;
	height: 0;
	border-top: 40px solid transparent;
	border-bottom: 40px solid transparent;
	text-indent: -9999px;
	-webkit-transition: .4s;
	transition: .4s;
}

article .prev {
	left: 50%;
	margin-left: -45%;
	border-right: 60px solid rgba(250, 250, 250, .1);
}

article .prev:hover {
	border-right-color: rgba(250, 250, 250, .2);
}

article .next {
	right: 50%;
	margin-right: -45%;
	border-left: 60px solid rgba(250, 250, 250, .1);
}

article .next:hover {
	border-left-color: rgba(250, 250, 250, .2);
}

video {
	float:left;	
	width:80%;
}

/* ============================= */
/* Responsive Design für Tablets */
/* ============================= */


@media screen and (max-width:1024px) {
#inhaltsbereich {
	margin:0 auto;
	width:90%;
}
	
body {
	margin:0;
}

#logo {
	margin:0 auto;
	margin-top:20px;
	width:20%;
}

#logo img{
	/* border:3px solid red; */
	width:150px;
}

#innerer-kopfbereich {
	/* border: 1px solid yellow;*/
	/* background-color: #f00; */
	width: 100%;
	height: 13rem;
	margin: 0 auto;	
	position: relative;
}

#navigation {
	/* background:rgba(237,237,237,0.7); */
	font-size: 20px;
	letter-spacing: 1px;
	padding: 10px;
	margin:0px;
	width:100%;
}


#navigation a {
	/* border-left:3px solid #9db2ad; */
	padding:10px;
	text-decoration: none;
}

#navigation a:hover {
	color: #ec7189;
	padding:10px;
	text-decoration:none;
}

#navigation a.aktiv {
	color: #ec7189;
}

#bild_mitte img {
	width:80%;
}

article .arrow {
		top: 36px;
		border-top: 20px solid transparent;
		border-bottom: 20px solid transparent;
	}

article .prev {
		margin-left: -130px;
		border-right: 40px solid rgba(250, 250, 250, .3);
	}

	article .next {
		margin-right: -130px;
		border-left: 40px solid rgba(250, 250, 250, .3);
	}


}	

/* ============================= */
/* Responsive Design Smartphones */
/* ============================= */

@media screen and (max-width:600px) {
#hamburger {
	display:block;
    }

#hamburger a {
	/* background-color: #DC78C9; */
	font-size: 24px;
	position:fixed;
	left:1rem;
	margin: 1rem 0 0 1rem;
	text-decoration: none;
	top:1rem;
}

#navigation {
	background-color: #99c9ae;
	left: -75%;
	position: fixed;
	transition: left 0.25s, box-shadow 0.25s;
	top:0;
	text-align:left;
	padding:0px;
	width: 70%;
	z-index: 100; 
}

#navigation a {
	text-decoration: none;	
	font-size: 22px;
	display: inline-block;
	margin:2px 50px 5px 1rem;
	font-weight: 500; 
	color:#434343;
	padding:0px;
}

#navigation a:hover {
	padding:0px;
	text-decoration:none;
}

#navigation.eingeblendet {
	left: 0;
	box-shadow: 0 0 0.5rem rgba( 0, 0, 0, 0.75 );
	padding:2rem 0px 10px 10px;
}

#navigation ul {
	list-style-type: none;	/* keine Bullets */
	margin-top:15px;
}

#navigation li {
	padding:2px;
	margin-top:1px;
}

#navigation li:hover{
	height:auto;
}

#navigation li:last-of-type {
	/* border-bottom: 	1px solid #434343;	/* Das letzte LI hat auch unten einen Border */
}

#navigation a.aktuelles-menu {
	color: #ec7189;
}

/* Untermenüliste in einem Hauptmenüpuknt */
#navigation ul.submenu {
	padding: 0 0 0 1rem;
	height:0;
	overflow:hidden;
} 

/* wenn wir bei einem Hauptmenupunkt drüber fahren, soll der Unterpunkt angezeigt werden.*/
#navigation li:hover ul.submenu {
	height:auto;
}

/* Untermenüpunkte nicht fett */
#navigation ul.submenu a {
	font-weight:400;	
	font-size:1.2rem;
}

#navigation ul.submenu a.aktuelles-menu {
	color: #ec7189;
}

/* Das letzte LI in einem Untermenü hat unten keinen Border */

#navigation ul.submenu li:last-child {
	border-bottom: 	0;	
}

#logo {
	width: 40%;
}

#logo img {
	width: 100%;
	height: auto;
	display: block;
}


#inhaltsbereich {
	margin:0 2%;
	margin-top:5px;
	padding:5px;
	width:96%;
}
	
body {
	margin:0;
}

p {
	font-size: 18px;
	line-height:1.4em;
	padding:1rem 0 0 0 ;
}

h1 {
	font-size:20px;
}

h2 {
	font-size:18px;
}

#ausstellungstext {
	float:left;
	margin-left: 10px;
	width: 100%;
	}
	
.bild_links {
	width:95%;
	margin-left:10px;
}	


#plakat {
	float:left;
	width: 95%;
}
	
#plakat img {
	padding:0 0 0 10px;
	width: 95%;
}

#bild_links img{
	float:left;
	width:100%;
	margin-left:10px;
}

#bild_rechts img {
	float:left;
	margin-left:10px;
	width:100%;
}

#bild_mitte img {
	width:100%;
}

.gallery li {
	width: 100%;
}

.gallery li > a {
	float: left;
	width: 100%;
	-webkit-filter: grayscale(0) sepia(0);
	-webkit-transition: .5s;
	transition: .5s;
	position: relative;
	-webkit-transform: translateZ(0);
}

.gallery li > a img {
	max-width: 100%;
	display: block;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0);
	-webkit-transition: .5s;
	transition: .5s;
}

.gallery li > a:hover {
	-webkit-filter: grayscale(0) sepia(0);
	z-index: 1;
}

.gallery li > a img:hover {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0);
}

.gallery:after {
	display: none;
}

figure a {
	display:none;
	}


ul {
	list-style: none;
	padding: 0;
}

a img {
	border: none;
	}

.gallery {
	width: 100%;
	padding: 0px;
	/* border: 1px dashed #ccc;*/
	}
	
.article {
	display:none;
	}	

.gallery:after {
	clear: both;
}

.gallery article {
	display: none;
}

.gallery article:target {
	width: 100%;
	height: 100%;
	padding: 100px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	text-align: center;
	background: rgba(0, 0, 0, .9);
	z-index: 1;
	display: none;
}

.gallery article figure {
	height: 100%;
	display: none;
}

.gallery article img {
	opacity: 0;
	-webkit-transition: 0;
	transition: 0;
	border: 10px solid #fff;
	max-height: 100%;
	max-width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	box-shadow: 0 0 20px rgba(0, 0, 0, .5);
	display: none;
}

.gallery article:target img {
	opacity: 1;
	display: none;
}

.gallery figcaption {
	background: rgba(250, 250, 250, .1);
	padding: 5px 10px;
	font-size: 1.3em;
	font-style: italic;
	color: #999;
	margin-top: 20px;
	display: none;
}

video {
	background:none;
	display:block;
	width:100%;
}

input[type="text"],
input[type="email"],
textarea {
	width: 90%;	

}


}	
	