@charset "UTF-8";
/* Dieses Style Sheet gehört zu Susan Mönch Malerei. */

@media only screen and (max-width: 768px) {
  /* For mobile phones: */

body {
	font-family: verdana;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	background-color: #ffffff;
	line-height: 1.4;
}

a {
	color: #0000ff;
	text-decoration: none;
}

a:hover {
	color: #ff0000;
	font-weight: normal;
}

#Gesamtrahmen {
	position: absolute;
	width: 98%;
	height: auto;
	background: #ffffff;
	box-sizing: border-box;
}

/* Susan Mönch Malerei Überschrift */
#Gesamtrahmen #Headline {
	width: 90%;
	height: 50px;
	margin: 0 auto;		/* horizontal zentrieren */
	background: #ffffff;
	margin-bottom: 0px;
	margin-top: 5px;
}


/*------------------------------------------------------*/

/* Durch die relative Positionierung wird der Rest an den Platzbedarf des Menüs angepasst. */
#Gesamtrahmen nav {
	width: 98%;
	position: relative;
	background: #ffffff;
	margin: 5px 3px 5px 3px;
	padding-bottom: 5px;
	box-sizing: border-box;
}

nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

/* Formatierung der Buttons in der Navigationsleiste. */

/* Zunächst wird die Liste nicht angezeigt. */
.topnav li {
	display: none;
	width: 98%;
	height: 50px;
	text-align: center;
	font-size: 24px;
	line-height: 50px;
	vertical-align: middle;
	border-bottom: 1px solid #000000;
}

.topnav li:first-child {
	display: block;
	border-top: 1px solid #000000;
	background: #e6e6e6;
	font-size: 40px;
}		

/* Die Schrift der Links in den Menu-Buttons. */
.topnav li a {
	color: #000000;
	display: block; /* the whole link area is clickable.*/
}

.topnav li:first-child a:hover {
	background: #e6e6e6;
	color: #000000;
	display: block; /* the whole link area is clickable.*/
}

/* Ändert den Hintergrund der Navi-Buttons. Schrift bleibt weiß. */
.topnav li a:hover {
	background: #c0c0c0;
	color: #ffffff;
}

.active {
	background: #c0c0c0;
	color: #ffffff;
}

.topnav #Hamburger {
    float: left;
	color: #000000;
}

.topnav #Startseite {
	width: 27px;
	height: auto;
	/*color: #848484;*/
	color: #ffffff;
}

/* Die Links werden sichtbar gemacht. */
.topnav.responsive li {
	display: block;
}

/* Das zweite Listenelement wird nicht angezeigt. */
.topnav.responsive li:nth-child(2) {
	display: none;	/* Es wird nicht angezeigt und beansprucht keinen Platz. */
}

/*------------------------------------------------------*/

/* Box1 und Box2 werden in der Mobilversion nicht angezeigt. */
#Box1, #Box2 {
	display: none;
}

/* Box zum Anzeigen der Bilder in der Mobilversion. */
#Box4 {
	position:relative; 
	width: 97%;
	height: auto;
	background: #e6e6e6;
	margin: 10px 3px 3px 3px;
	overflow: auto;
	padding: 15px;
	box-sizing: border-box;
}

/* Die Box für die horizontale Linie. */
#Space {
	width: 97%;
	height: 5px;
	background: #ffffff;
	margin: 3px;
}

/* Die horizontale Linie. */
#Space #hr1 {
	border: none;
	width: 96%;
	height: 1px;
	color: #808080;
	background-color: #808080;
	margin-top: 7px;
	display: block;
}

/* Die untere Box mit Copyright. */
#Box3 {
	width: 98%;
	height: 25px;
	line-height: 25px;
	margin: 3px;
	background: #e6e6e6;
	text-align: center;
	font-size: 12px;
	color: #000000;
	vertical-align: middle;
}


/* Das Bild in der Headline */
#Headline #Bild_Headline {
	max-width: 98%;
    height: auto;
}

/* Bildergalerie. */

div.gallery {
  border: 1px solid #ccc;
  margin: 10px 0 10px 0;
}

div.gallery img {
  width: 100%;
  height: auto;
}

div.Untertitel {
  padding: 15px;
  font-size: 16px;
  text-align: center;
}

}

