/* CSS file for http://www.yvonneschmidig.ch - Standard Theme*/
/* Code by M. Wegmueller */


/* **************************************** */
/* ALLGEMEINE DEFINITIONEN 					*/
/* **************************************** */

* {
	box-sizing: border-box;	
}

html {
	height: 100%;
	overflow-y: scroll;
}

body {
	height: 100%;
	background: url(../bilder/evil_forest.jpg) center center fixed no-repeat;
	background-size: cover;
	font-family: 'Frank Ruhl Libre', "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
}

div {
	box-sizing: border-box;	
}

p {
	color: #000;
	font-size: 1.1em;
	margin: 0;
	padding: 0;
}

h1, h2, h3 {
	color: #000;
	margin: 0;
	padding: 0;	
}

h1 {
	font-family: 'Eczar', Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
	font-size: 3em;	
}

h2 {
	color: #000;
	font-size: 1.4em;
}

h3 {
	font-size: 1.3em;
}

h4 {
	font-size: 1.1em;	
	margin: 0;
	padding: 0 0 10px 0;
}

li {
	margin: 0;
	padding: 0;
}

ul {
	margin: 0;
	padding: 0;	
}

a {
	color: #000;
	margin: 0;
	text-decoration: none;	
	padding: 0;
}

a:link {
	text-decoration: none;
	color: #000;
}

a:visited {
	color: #000;
}

a:hover {
 	color: rgba(107,149,247,1.0);
}

a:active {
 	color: rgba(107,149,247,0.4);
}

.hr {
	color: rgba(29, 109, 204, 1);
	font-size: 2em;
	margin: 0 0 10px 0;
}

form {
	font-family: 'Frank Ruhl Libre', "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
}

::-moz-selection {
	background: rgba(107,149,247,1.0);
}

::selection {
	background: rgba(107,149,247,1.0);
}

/* **************************************** */
/* EIGENE Definitionen       				*/
/* **************************************** */

.aktuell_datum {
	font-family: 'Eczar', Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
	margin: 0;
	padding: 0;	
}


.titelschrift {
	background: none;
	color: #000;
	text-align: left;	
}

.clearfix:after {
	content: "";
	display: table;
	clear: both;	
}

.zoom_cursor {
	cursor: zoom-in;	
}

.news_item_1_div, .news_item_2_div, .news_item_3_div {
	border-radius: 5px;
	cursor: pointer;
	padding: 10px;
}

.news_item_2_div, .news_item_3_div {
	margin-top: 20px;
}

.hoverColor {
	background-color: rgba(107,149,247,0.4) !important;
}

.totop {
	background: rgba(107,149,247,0.8);
	border-radius: 5px;
	bottom: 50px;
	color: #000;
	display: none; 	
	font-family: 'Frank Ruhl Libre', "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size: 1.1em;
	position: fixed;
	right: 10px;
	padding: 10px;
}

.totop:link {
	background: rgba(107,149,247,0.8);
	color: #fff;
}

.totop:visited {
	background: rgba(107,149,247,0.8);
	color: #fff;
}

.totop:hover {
	background: rgba(107,149,247,0.4);
	color: #fff;
}

.totop:active {
	background: rgba(107,149,247,0.4);
	color: #fff;
}

#logofarben {
	background-color: rgba(29,109,204,0.7);
	background: rgba(10,10,102,1.00);
}


/* **************************************** */
/* DIV LAYOUT ALLGEMEIN   					*/
/* **************************************** */

#head_inhalt {
	background: url(../bilder/header_back.jpg) center center no-repeat;
	background-size: cover;
	background-color: rgba(110,139,189,0.7);
	border-radius: 0 0 5px 5px;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
	float: left;
	margin: 0 0 30px 0;
	padding: 20px 0 0 0;
	width: 100%;
}

#logo {
	float: left;
	margin: 0;
	padding: 0 0 0 10%;
	text-align: left;
	width: 20%;
}

#logo_img {
	height: auto;
	padding: 10px 0 0 0;
	max-width: 100%;
}

#head_rechts {
	float: left;
	margin: 0;
	padding: 0;
	width: 80%;
}

#yvonne_schmidig {
	float: left;
	line-height: 1.2;
	margin: 0;
	padding: 15px 0 10px 10px;
}

#farbewaehlen {
	display: none;
	position: fixed;
	left: 10px;
	top: 10px;
	z-index: 80;
}

#farbewaehlen option {
	display: none;
	font-family: 'Frank Ruhl Libre', "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size: 1.3em;
	padding: 5px;
}

#farbewaehlen_radio {
	/* display: none; */
	font-family: 'Frank Ruhl Libre', "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size: 1.3em;
	position: absolute;
	right: 20px;
	top: 20px;
	z-index: 80;
}

#farbewaehlen_radio input[type="radio"] {
	/* display: none; */
	border-radius: 10px;
	margin: 0 5px 0 10px;
	height: 13px;
	width: 13px;
}


 #footer {
	background: url(../bilder/header_back.jpg) center center no-repeat;
	background-size: cover;
	background-color: rgba(110,139,189,0.7);
	border-radius: 5px 5px 0 0;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
	bottom: 0;
	clear: both;
	margin: 0;
	padding: 10px 0 10px 0;
	position: fixed;
	text-align: center;
	width: 100%;
	z-index: 50;
}

/* **************************************** */
/* DIV LAYOUT MAIN (INDEX)   				*/
/* **************************************** */

#main_container {
	background: url(../bilder/acryltiger.jpg) center center fixed no-repeat;
	background-size: cover;
	height: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	width: 100%;
}

#main_inhalt {
	clear: both;
	margin: 0;
	padding-top: 20px;
	text-align: left;
	width: 100%;
}

#starticon {
	padding: 40px;
	display: inline-block;
	text-align: center;
}

#starticon h1, h2 {
	color: #fff;	
}

#start_text {
	text-align: center;
}


#leidenschaft, #kunst, #eintreten {
	color: #FF0057;
	font-family: 'Eczar', Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
	font-size: 7em;
}

/* **************************************** */
/* DIV LAYOUT AKTUELL                       */
/* **************************************** */

#aktuell_container {
	clear: both;
	margin: 0 auto;
	max-width: 1000px;
	padding: 0;
}

#aktuell_inhalt {
	background: url(../bilder/header_back.jpg) center center no-repeat;
	background-size: cover;
	background-color: rgba(255,255,255,1.0);
	border-radius: 5px;
	clear: both;
	display: inline-block;
	padding: 0 20px 20px 20px;
	text-align: left;
	width: 100%;
}

#aktuell_welcome {
	background: rgba(233,215,237,0.8);
	border-radius: 5px;
	clear: both;	
	margin: 20px 0 0 0;
	padding: 10px 0 10px 0;
	text-align: center;
	width: 100%;
}

#aktuell_links {
	border-radius: 5px;
	float: left;
	line-height: 1.2;
	padding: 20px 0 0 0;
	text-align: left;
	width: 50%;
}

#aktuell_rechts {
	float: right;
	padding: 20px 0 0 25px;
	width: 50%;
}

#aktuell_r_img {
	border: 1px solid rgba(233,215,237,1.0);
	border-radius: 5px;
	height: auto;
	margin-left: 0;
	max-width: 100%;
}


/* **************************************** */
/* DIV LAYOUT GALERIE START  				*/
/* **************************************** */

#s_galerie_container {
	border-radius: 5px;
	clear: both;
	max-width: 1000px;
	margin: 0 auto;	
	margin-top: 30px;
	padding: 0;
}

#s_galerie_inhalt {
	background: url(../bilder/header_back.jpg) center center no-repeat;
	background-size: cover;
	background-color: rgba(255,255,255,1.0);
	border-radius: 5px;
	clear: both;
	display: inline-block;
	padding: 0 20px 0 20px;
	text-align: left;
	width: 100%;
}

#s_galerie_welcome {
	background: rgba(233,215,237,0.8);
	border-radius: 5px;
	clear: both;
	margin: 20px 0 0 0;
	padding: 10px 0 10px 0;
	text-align: center;
	width: 100%;
}

.galerie_selektion {
	background: rgba(233,215,237,0.8);
	border-radius: 5px;
	float: left;
	margin: 20px 1% 10px 0;
	padding: 20px;
	text-align: center;
	width: 19%;
}

.galerie_selektion:hover {
	background: rgba(107,149,247,0.4);
}

#galerie_selektion_last {
	background: rgba(233,215,237,0.8);
	border-radius: 5px;
	float: right;
	margin: 20px 0 20px 0;
	padding: 20px;
	text-align: center;
	width: 20%;
}

#galerie_selektion_last:hover {
	background: rgba(107,149,247,0.4);
}

#galerie_intro {
	float: left;
	margin: 70px 0 150px 0;
	width: 20%;	
}

#galerie_intro img {
	border: 2px #fff;
	border-radius: 5px;
	height: auto;
	max-width: 100%;	
}

#kunst_zitate {
	float: left;
	margin: 70px 0 150px 0;
	padding: 10px 0 0 10px;
	text-align: left;	
	width: 80%;
}

/* **************************************** */
/* DIV LAYOUT GALERIEN   					*/
/* **************************************** */

#galerie_container {
	clear: both;
	max-width: 1000px;
	margin: 0 auto;	
	margin-top: 30px;
	padding: 0;
}

#galerie_inhalt {
	background: url(../bilder/header_back.jpg) center center no-repeat;
	background-size: cover;
	background-color: rgba(255,255,255,1.0);
	border-radius: 0 0 5px 5px;
	clear: both;
	display: inline-block;
	margin-bottom: 50px;
	padding: 0 20px 0 20px;
	text-align: left;
	width: 100%;
}

#galerie_welcome {
	background: rgba(233,215,237,0.8);
	border-radius: 5px;
	clear: both;	
	margin: 20px 0 0 0;
	padding: 10px 0 10px 0;
	text-align: center;
	width: 100%;
}

#galerie_kategorie {
	margin: 20px 0 0 0;
	padding: 5px 0 0 0;
	text-align: center;
	width: 100%;
}

#galerie_kategorie ul {
	list-style: none;
}

#galerie_kategorie li {
	display: inline;
	padding: 0 5px 0 5px;
}

#galerie_kategorie a:link {
	text-decoration: none;
}

#galerie_kategorie a:visited {
	text-decoration: none;
}

#galerie_kategorie a:hover {
	color: rgba(107,149,247,1.0);
	text-decoration: underline;
}

#galerie_kategorie a:active {
	text-decoration: underline;
}

#galerie_flaeche {
	background: url(../bilder/header_back.jpg) center center no-repeat;
	background-size: cover;
	border-radius: 5px;
	margin: 0;
	padding: 0;
}

#galerie_flaeche fieldset {
	background: url(../bilder/header_back.jpg) center center no-repeat;
	background-size: cover;
	border-radius: 5px;
	margin: 5px 0 15px 0;	
}

#galerie_flaeche legend {
	color: #000;
	font-family: 'Frank Ruhl Libre', "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size: 1.1em; 
}

.galerie_titel {
	/* border: 1px solid #000; */
	clear: both;
	color: #000;
	margin: 0;
	padding: 10px 0 0 0;
	text-align: center;
	width: 100%;	
}

.galerie_titel h2 {
	color: #000;
	font-family: 'Eczar', Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
}

#galerie_flaeche .picture, #galerie_flaeche .picture2, #galerie_flaeche .picture3, #galerie_flaeche .picture4, #galerie_flaeche .picture5 {
	margin: 0 0 0 0;
	padding: 0 40px 0 40px;
	width: 100%;
}

#galerie_flaeche .picture img, #galerie_flaeche .picture2 img, #galerie_flaeche .picture3 img, #galerie_flaeche .picture4 img, #galerie_flaeche .picture5 img {
	border: 1px solid rgba(0,0,0,0.1);
	border-radius: 5px;
	box-shadow: 1px 2px 5px #888888;
	clear: both;
	cursor: zoom-in;
	margin: 0;
	/*  */
	max-width: 100%;
} 

#galerie_flaeche .picture img:hover, #galerie_flaeche .picture2 img:hover, #galerie_flaeche .picture3 img:hover, #galerie_flaeche .picture4 img:hover, #galerie_flaeche .picture5 img:hover {
	border: 1px solid rgba(0,0,0,0.5);
	border-radius: 5px;
	box-shadow: 1px 2px 5px #575757;
	cursor: zoom-in;
	margin: 0;
	/* height: auto;
	max-width: 100%; */
}

figure {
	color: #000;
	display: inline-block;
	margin: 0 20px 0 20px;
	padding: 0;
	width: 20%;
}

figcaption {
	clear: both;
	font-family: 'Frank Ruhl Libre', "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	margin: 5px 0 20px 0;
	padding: 0;
	text-align: center;
}

/* **************************************** */
/* DIV LAYOUT MEMORY: ;   					*/
/* **************************************** */

#memory_container {
	background: url(../bilder/header_back.jpg) center center no-repeat;
	background-size: cover;
	border-radius: 5px;
	clear: both;
	max-width: 1000px;
	margin: 0 auto;	
	margin-top: 20px;
	padding: 0;
}

#memory_inhalt {
	background: url(../bilder/header_back.jpg) center center no-repeat;
	background-size: cover;
	background-color: rgba(255,255,255,1.0);
	border-radius: 5px;
	clear: both;
	display: inline-block;
	padding: 0 20px 0 20px;
	text-align: center;
	width: 100%;
}

#memory_inhalt2 {
	border-radius: 5px;
	clear: both;
	display: inline-block;
	margin-bottom: 50px;
	max-width: 600px;
	padding: 0 20px 0 20px;
}

#memory_welcome {
	background: rgba(233,215,237,0.8);
	border-radius: 5px;
	clear: both;	
	margin: 20px 0 0 0;
	padding: 10px 0 10px 0;
	text-align: center;
	width: 100%;
}

#container {
	display: inline-block;
	margin: 0 auto;
	min-width: 100%;
	padding: 10px;
}

#container ul {
	margin: 0;
	padding: 0;
}

#container li {
	background: url(../bilder/logo_standard_memory.png) no-repeat;
	background-size: cover;
	cursor: pointer;
	float: left;
	height: 100px;
	list-style: none;
	margin: 10px;
  	padding: 0;
  	outline: solid;
  	width: 100px;
}

#container li:hover {
	background: rgba(107,149,247,0.4);
}

#container img {
	height: 100%;
	width: 100%;
} 

#punkte {
	font-size: 1.1em;
	font-family: 'Frank Ruhl Libre', "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	padding: 4px;
}

#spiel_reset, #spiel_starten {
	background-color: rgba(185,185,185,0.6);
	font-size: 1.1em;
	font-family: 'Frank Ruhl Libre', "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	margin-top: 10px;
}

#spiel_reset:hover, #spiel_starten:hover {
	background-color: rgba(255,255,255,1.0);
}

#spiel_starten {
	background-color: rgba(185,185,185,0.6);
	font-size: 1.3em;
	padding: 10px;
}

#spiel_starten:hover {
	background-color: rgba(255,255,255,1.0);
}

/* **************************************** */
/* DIV LAYOUT UEBER MICH   					*/
/* **************************************** */

#ubmich_container {
	clear: both;
	display: inline-block;
	margin: 0 auto;
	max-width: 1000px;
	padding: 0;
}

#ubmich_inhalt {
	background: url(../bilder/header_back.jpg) center center no-repeat;
	background-size: cover;
	background-color: rgba(255,255,255,1.0);
	border-radius: 5px;
	clear: both;
	display: inline-block;
	padding: 0 20px 0 20px;
	width: 100%;
}

#ubmich_welcome {
	background: rgba(233,215,237,0.8);
	border-radius: 5px;
	clear: both;	
	margin: 20px 0 0 0;
	padding: 10px 0 10px 0;
	text-align: center;
	min-width: 100%;
}

#ubmich_links {
	background-color: rgba(233,215,237,0.8);
	border-radius: 5px;
	float: left;
	line-height: 1.2;
	margin: 20px 0 20px 0;
	padding: 10px;
	text-align: justify;
	width: 100%;	
}

#ubmich_links_portrait {
	border-radius: 5px;
	cursor: zoom-in;
	float: right;
	height: auto;
	margin: 0 0 10px 10px;
	padding: 0;
	max-width: 100%;
}

#ubmich_links_portrait:hover {
	border: 1px solid rgba(0,0,0,0.5);
	border-radius: 5px;
	box-shadow: 1px 2px 5px #575757;
	cursor: zoom-in;
}

#ubmich_fotos {
	background: rgba(233,215,237,0.8);
	border-radius: 5px;
	clear: both;
	margin: 20px 0 20px 0;
	padding: 20px 20px 40px 20px;
	width: 100%;
}

#ubmich_fotos .picture {
	clear: both;
	margin: 0;
	padding: 0;
	width: 100%;
}

#ubmich_fotos .picture figure img {
	border-radius: 5px;
	cursor: zoom-in;
	height: auto;
	margin: 0;
	max-width: 100%;
}

#ubmich_fotos .picture img:hover {
	border: 1px solid rgba(0,0,0,0.5);
	border-radius: 5px;
	box-shadow: 1px 2px 5px #575757;
	cursor: zoom-in;
}

#ubmich_fotos figure {
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 33%;
}

/* **************************************** */
/* DIV LAYOUT KONTAKT   					*/
/* **************************************** */

#kontakt_container {
	clear: both;
	margin: 0 auto;
	margin-top: 30px;
	max-width: 1000px;
	padding: 0;
	
}

#kontakt_inhalt {
	background: url(../bilder/header_back.jpg) center center no-repeat;
	background-size: cover;
	background-color: rgba(255,255,255,1.0);
	border-radius: 5px;
	clear: both;
	display: inline-block;
	font-size: 1.1em;
	margin-bottom: 50px;
	padding: 0 20px 0 20px;
	text-align: left;
	width: 100%;
}

#kontakt_welcome {
	background: rgba(233,215,237,0.8);
	border-radius: 5px;
	clear: both;	
	margin: 20px 0 0 0;
	padding: 10px 0 10px 0;
	text-align: center;
	width: 100%;
}

#kontakt_formular {
	background: rgba(233,215,237,0.8);
	border-radius: 5px;
	float: left;
	margin: 20px 10px 10px 0;
	padding: 10px;
	width: 58%;
}

#kontakt_formular form {
	margin-left: 10px;
}

.form_spalte_1 {
	display: inline-block;
	float: left;
	min-width: 50%;	
}

.form_spalte_2 {
	display: inline-block;
	float: left;	
	min-width: 50%;
}

#form_nachricht {
	clear: both;	
}

#form_spalte_absenden {
	clear: both;	
}

input {
	background-color: rgba(255,255,255,0.8);
	font-size: 1.1em;
	padding: 5px;
	width: 200px;	
}


#kontakt_formular select {
	background-color: rgba(255,255,255,0.8);
	font-family: 'Frank Ruhl Libre', "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size: 0.9em;
	padding: 5px;
	width: 200px;
}

#kontakt_formular select:hover {
	background-color: rgba(255,255,255,1.0);
}

 textarea {
	background-color: rgba(255,255,255,0.8);
	font-family: 'Frank Ruhl Libre', "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size: 1.1em;
	width: 200px;
}

input {
	background-color: rgba(255,255,255,0.8);
	font-size: 1.1em;
	padding: 5px;
	width: 200px;	
}

input[type="radio"] {
	border-radius: 10px;
	margin: 0;
	padding: 0;
	height: 13px;
	width: 13px;
}

input[type="submit"] {
	background-color: rgba(185,185,185,0.6);
	font-size: 1.2em;
}

input[type="submit"]:hover {
	background-color: rgba(255,255,255,1.0);
}

#impressum_bild {
	float: right;
	margin: 20px 0 0 0;
	width: 40%;	
}

#impressum_bild img {
	border: 2px #fff;
	border-radius: 5px;
	height: auto;
	max-width: 100%;	
}


#impressum {
	background: rgba(233,215,237,0.8);
	border-radius: 5px;
	float: right;
	line-height: 1.1;
	margin: 20px 0 0 0;
	padding: 10px;
	right: 0;
	width: 40%;
}

/* **************************************** */
/* DIV LAYOUT HAUPTNAVIGATION   			*/
/* **************************************** */

#navigation {
	clear: both;
	width: 100%;
}

#menu {
	color: #000;
	display: table;
	font-size: 1.3em;
	width: 100%;
}

#menu ul{
	display: table-row;
	background: #333;
}

#menu li {
	background-color: rgba(107,149,247,0.5);
	border: 1px solid #000;
	border-bottom: none;
	display: table-cell;
	list-style-type: none;
	width: 20%;
}

#menu li:first-child {
	border-radius: 5px 0 0 0;
}

#menu li:last-child {
	border-radius: 0 0 5px 0;
}

#menu a {
	border-left: 2px solid rgba(29,109,204,0.3);
	display: inline-block;
	width: 100%;
	line-height: 2em;
	text-decoration: none;
	text-align: center;
}

#menu a:first-child {
	border-left: none;
}

#menu a:link {
	color: #000;
}

#menu a:visited {
	color:#000;
}

#menu a:hover {
	color: #fff;
	background: rgba(107,149,247,0.4);
	border-radius: 0;
}

#menu li:first-child a:hover {
	border-radius: 5px 0 0 0;
}

#menu li:last-child a:hover {
	border-radius: 0 0 5px 0;
}

#menu a:active {
	color: #fff;
}

#menu a.aktiv {
	background: rgba(29,109,204,0.7);
	border-radius: 0;
	color: #fff;
}

#menu li:first-child a.aktiv {
	border-radius: 5px 0 0 0;
}

#menu li:last-child a.aktiv {
	border-radius: 0 0 5px 0;
}

/* **************************************** */
/* DIV LAYOUT NAVIGATION GALERIE   			*/
/* **************************************** */

#galerie_navigation {
	clear: both;
	margin: 0;
}

#galerie_menu {
	color: 000;
	font-size: 1.3em;
	display: table;
	width: 100%;
}
	
#galerie_menu ul{
	display: table-row;
	background: #333;
}

#galerie_menu li {
	background-color: rgba(136,150,255,0.9);
	border: 1px solid #000;
	border-top: none;
	border-bottom: none;
	display: table-cell;
	list-style-type: none;
	width: 20%;
}

#galerie_menu li:first-child {
	border-left: none;
	border-radius: 5px 0 0 0;
}

#galerie_menu li:first-child a:hover {
	border-radius: 5px 0 0 0;
}

#galerie_menu li:first-child a.aktiv {
	border-radius: 5px 0 0 0;
	color: #fff;
}

#galerie_menu li:last-child {
	border-right: none;
	border-radius: 0 5px 0 0;
}

#galerie_menu li:last-child a:hover {
	border-radius: 0 5px 0 0;
}

#galerie_menu li:last-child a.aktiv {
	border-radius: 0 5px 0 0;
	color: #fff;
}

#galerie_menu a {
	border-radius: 0;
	color: #000;
	width: 100%;
	line-height: 2em;
	display: inline-block;
	text-decoration: none;
	text-align: center;
}

#galerie_menu a:link {
	border-radius: 0;
	color: #000;
}

#galerie_menu a:visited {
	border-radius: 0;
	color:#000;
}

#galerie_menu a:hover {
	color: #fff;
	background: rgba(107,149,247,0.4);
	border-left: rgba(107,149,247,0.4);
	border-radius: 0;
}


#galerie_menu a.aktiv {
	color: #fff;
	background: rgba(29,109,204,0.7); 
	border-left: rgba(29,109,204,0.7);
	border-radius: 0;
}


@media screen and (max-width: 1000px) {
	
	/* Allgemein */
	#farbewaehlen_radio {
		font-family: 'Frank Ruhl Libre', "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
		font-size: 1.3em;
		position: absolute;
		right: 20px;
		top: 20px;
		z-index: 80;
	}
	
	#head_inhalt {
		padding-top: 40px;
	}
	
	/* Galerie */
	figure {
	color: #000;
	display: inline-block;
	margin: 0 20px 0 20px;
	padding: 0;
	width: 30%;
	}
	
	/* Über mich */
	#ubmich_links_portrait {
	float: none;
	margin: 0 0 10px 0;
	width: 100%;
	}
	
	/* KONTAKT */
	#kontakt_formular {
		clear: both;
		width: 100%;
	}
	
	textarea {
		width: 100%;
	}
	
	#impressum_bild {
		display: none;
		clear: both;
		width: 100%;	
	}
	
	#impressum {
		clear: both;
		margin-bottom: 20px;
		width: 100%;	
	}
}
	
	
@media screen and (max-width: 700px) {
	/* NAVIGATION */
	/* #menu ist das original menu */
	.slicknav_menu {
	display:block;
	}
	
	#menu {
		display: none;	
	}
	
	.js #menu {
		display:none;
	}
	
	.js .slicknav_menu {
		display:block;
	}
	
	/* HEAD */
	
	#head_inhalt {
		border-radius: 0;
		box-shadow: none;
		margin: 0;
		padding: 0;	
	}
	
	#logo {
		clear: both;
		display: block;
		margin: 0;
		padding: 0;
		text-align: center;
		width: 100%; 
	 }
	 
	 #head_rechts {
		clear: both;
		display: block;
		text-align: center;
		width: 100%; 
	 }
	 
	/* FOOTER */
	#footer {
		display: none;
		border-radius: 0;	
	}
	
	/* ALLGEMEIN */
	* {
		-webkit-tap-highlight-color: rgba(255, 255, 255, 0); /* Blaues flackern bei Klick Event auf Android Geräten verhindern */
	}
	
	.totop {
		bottom: 0;
		display: none;
		font-size: 1.1em;
		position: fixed;
		right: 0px;
		padding: 10px;
	}
	
	#farbewaehlen {
		display: block;
		color: #DBE9A8;
		position: absolute;
		left: 10px;
		top: 10px;
		z-index: 20;
	}
	
	#farbewaehlen option {
		display: block;
		font-size: 1.3em;
		padding: 5px;
	}
	
	#farbewaehlen_radio {
		display: none;
		color: #DBE9A8;
		font-size: 1.3em;
		position: fixed;
		right: 20px;
		top: 20px;
		z-index: 80;
	}
	
	/* INDEX */
	#start_text {
		font-size: 0.2em;	
	}
	
	/* AKTUELL */
	#aktuell_inhalt {
		border-radius: 0;
	}	
	
	#aktuell_links {
		float: none;
		width: 100%;	
	}
	
	#aktuell_rechts {
		float: none;	
		margin: 5px 0 0 0;
		padding: 0;
		width: 100%;
	}
	
	
	/* GALERIE START */
	
	#s_galerie_inhalt {
		border-radius: 0;
	}
	
	#s_galerie_welcome {
		margin: 10px 0 10px 0;	
	}
	
	.galerie_selektion {
	clear: both;
	margin: 0 0 2px 0;
	padding: 10px;
	text-align: left;
	width: 100%;
	}
	
	#galerie_selektion_last {
	clear: both;
	margin: 0 0 2px 0;
	padding: 10px;
	text-align: left;
	width: 100%;
	}
	
	#galerie_intro {
		display: none;	
	}
	
	/* GALERIEN */
	
	#galerie_inhalt {
		border-radius: 0;
	}
	
	.galerie_titel {
		clear: both;
		display: block;
		width: 100%;
	}
	
	figure {
		width: 100%;	
	}
	
	.figcaption {
		width: 100%;	
	}
	
	/* GALERIEN NAVIGATION */
	
	#galerie_navigation {
		background: rgba(233,215,237,0.8);
		border-radius: 0;
		clear: both;
		margin: 0;
		padding: 0;
	}
	
	#galerie_menu {
		font-size: 1.3em;
		display: inline-block;
		margin: 0;
		padding: 0;
		width: 100%;
	}
	
	#galerie_menu ul{
		display: inline-block;
	}
	
	#galerie_menu li {
		border-radius: 0;
		display: inline-block;
		list-style-type: none;
		width: 30%;
	}
	
	#galerie_menu li:first-child {
	border-left: 1px solid #000;
	}
	
	#galerie_menu li:last-child {
	border-left: 1px solid #000;
	}
	
	#galerie_menu li:first-child, #galerie_menu li:last-child,
	#galerie_menu li:first-child a.aktiv, #galerie_menu li:last-child a.aktiv {
		border-radius: 0;
	}
	
	#galerie_menu li:first-child a:hover, #galerie_menu li:last-child a:hover {
	border-radius: 0;
	}
	
	#galerie_menu a {
		border: 1px solid #000;
		border-radius: 0;
		width: 100%;
		line-height: 2em;
		display: block;
		text-decoration: none;
		text-align: center;
	}
	
	/* MEMORY */
	#memory_inhalt {
		clear: both;
		display: inline-block;
		/* margin: 0 auto; */
		padding: 0;
		text-align: center;
		width: 100%;
	}
	
	#memory_inhalt2 {
		clear: both;
		display: inline-block;
		margin-bottom: 50px;
		width: 100%;
		padding: 0;
	}
	
	#container {
		display: inline-block;
		margin: 0 auto;
		min-width: 100%;
		padding: 0;
	}

	#container li {
		background: url(../bilder/logo_standard_memory.png) no-repeat;
		background-size: cover;
		cursor: none;
		float: left;
		height: 60px;
		list-style: none;
		margin: 5px;
		padding: 0;
		outline: solid;
		width: 60px;
	}
	
	#container li:link {
		background: url(../bilder/logo_standard_memory.png) no-repeat;
		background-size: cover;
	}
	
	#container li:visited {
		background: url(../bilder/logo_standard_memory.png) no-repeat;
		background-size: cover;
	}

	#container li:hover {
		background: url(../bilder/logo_standard_memory.png) no-repeat;
		background-size: cover;
	}
	 #container li:active {
		background: url(../bilder/logo_standard_memory.png) no-repeat;
		background-size: cover;
	}
	 
	/* ÜBER MICH */
	#ubmich_inhalt {
		border-radius: 0;	
	}
	
	#ubmich_links {
		display: block;
		clear: both;
		width: 100%;	
	}
	
	#ubmich_rechts {
		float: none;	
		width: 100%;
	}
	
	#ubmich_fotos {
		padding: 10px;
		width: 100%;
	}

	#ubmich_fotos img {
		height: auto;
		width: 100%;
	}
	
	#ubmich_fotos figure {
		display: block;
		margin: 0;
		padding: 0;
		width: 100%;
	}
	
	/* KONTAKT */
	#kontakt_formular {
		clear: both;
		width: 100%;
	}
	
	textarea {
		width: 100%;
	}
	
	#impressum_bild {
		display: none;
		clear: both;
		width: 100%;	
	}
	
	#impressum {
		clear: both;
		width: 100%;	
	}
}