/**********************************************************************************
Externe CSS-Datei styles.css
Adi's Augenblicke CSS-Definitionen
**********************************************************************************/

/*==================================Desktop-PC===================================*/
/*============================Horizontale Navigation=============================*/

/**********************************************************************************
Allgemeine Definitionen
**********************************************************************************/
* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
}

body {
	background: #fff;
	color: #000;
	font-family: Tahoma, Arial, sans-serif;
	height: 100%;
}

p {
	line-height: 1.3em;
}

p.small {
	font-size: 0.8em;
}

h1 {
	font-size: 2.6em;
}

h2 {
	margin-bottom: 5px;
}

h3, h4 {
	padding: 0.5em 0;
}

/**********************************************************************************
Aeusserster Container, der alle anderen Bereiche umschliesst
**********************************************************************************/
#total {
	width: 100%;
	height: 100%;
}

/**********************************************************************************
Kopfbereich
**********************************************************************************/
#head {
	color: #fff;
	background: #333;
}

#logo {
	/*font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	line-height: 80px;*/ /*Ausblenden wenn Logo als img eingebunden wird*/
	margin-left: 20px; /*Seitenabstand*/
	float: left;
	height: 80px;
}

/*<!--#logo a {
	color: #fff;
	text-decoration: none;
}-->*/

/**********************************************************************************
Navigationsbereich Screen
**********************************************************************************/
.menubutton {
	display: none;
}

#nav {
	line-height: 78px;
	float: right;
}

#navlist li {
	display: inline;
	margin: 0 20px 0 0;
}

#navlist li:last-of-type {
	margin-right: 20px; /*Seitenabstand*/
}

#navlist li a {
	text-decoration: none;
	font-size: 1.2em;
	color: #fff;
}

#navlist li.active a {
	border-bottom: 3px solid #fff;
}

#navlist li.active a:focus,
#navlist li.active a:hover {
	border-bottom: 3px solid #ccc;
}

#navlist a:focus,
#navlist a:hover{
	border-bottom: none;
	color: #ccc;
}

/**********************************************************************************
Inhaltsbereich
**********************************************************************************/
#main {
	background: #fff;
	width: 100%;
	min-height: 88.73239436619718%;
	/*min-height: 500px;*/ /*Wert muss noch überdacht werden, je nach Abständen auf der Seite*/
}

/**********************************************************************************
Inhaltsbereich - Ueberschrift
**********************************************************************************/
#headline {
	margin: 0 20px; /*Seitenabstand*/
	padding: 15px 0 10px 0;
}

/**********************************************************************************
Inhaltsbereich - Bild rechte Seite
**********************************************************************************/
/*Bild passt sich an die Browsergröße an*/
#image_side {
	max-width: 400px;
	height: auto;
	float: right;
	margin: 0 20px 10px 30px; /* rechts Seitenabstand*/
}

#image_home img,
#image_home picture,
#image_side img {
	width: 100%;
	height: auto;
	display: block;
	/*max-height: 300px;*/ /*??? oder AK-Bild doch im Querformat*/
}

/**********************************************************************************
Inhaltsbereich - Beschreibung unterhalb Ueberschrift
**********************************************************************************/
.description {
	margin: 0 20px; /*Seitenabstand*/
	padding: 0 0 10px 0;
}

.description_fehler {
	margin: 10px 20px 0 20px; /*Seitenabstand*/
	padding: 0;
}

/**********************************************************************************
Inhaltsbereich - Inhalt
**********************************************************************************/
#content {
	margin: 0 20px; /*Seitenabstand*/
	padding: 20px 0 50px 0;
	max-width: 805px;
}

#content p {
	padding-bottom: 10px;
}

#content p.abstand {
	padding-bottom: 20px;
}

/**********************************************************************************
Unsortierte Liste
**********************************************************************************/
#list {
	padding: 0 0 0 20px;
}



#list ul a:link,
#list ul a:visited {
	line-height: 25px;
	padding-left: 10px;
	color: #000;
	text-decoration: none;
}

#list ul li a:focus,
#list ul li a:hover,
#list ul li a:active {
	color: #000;
	text-decoration: underline;
}	

#list_datenschutz {
	padding: 0 0 0 20px;
}

/**********************************************************************************
Steuerung Hintergrundbild - Home
**********************************************************************************/
#portrait {
	display: none;
}

#landscape {
	display: block;
}

/**********************************************************************************
Textbox - Home - Screen
**********************************************************************************/
/*Der Text auf der Startseite befindet sich immer an derselben Stelle*/
#text_home {
	position: fixed;
	height: auto;
	width: 480px;
	right: 20px; /*Seitenabstand*/
	bottom: 80px;
	background-color: silver;
	background-color: hsla(0, 0%, 100%, 0.8);
	padding: 5px 10px;
}

#text_home p a,
#content p a {
	border-bottom: 1px dotted black;
	text-decoration: none;
	color: #000;
	font-style: italic;
}

#close {
	background-image: url(../bilder/close_black.png);
	background-repeat: no-repeat;
	height: 16px;
	width: 16px;
	margin-top: 3px;
}

a:hover #close {
	background-image: url(../bilder/close_hover.png);
	background-repeat: no-repeat;
	height: 16px;
	width: 16px;
}

#signature {
	margin-top: 10px;
	/*background-image: url(../bilder/signature.png);
	background-repeat: no-repeat;*/
	height: 35px;
	width: 144px;
}

/**********************************************************************************
Formular
**********************************************************************************/
/*Über das DIV wird der normale Abstand definiert.*/
#formular {
	margin: 0 20px; /*Seitenabstand*/
	padding: 20px 0 50px 0;
}

/*Durch die auto-Steuerung wird das Formular innerhalb des
DIVs mittig platziert. Beim verkleinern der Seite bleibt dann
der maximale Seitenabstand aus dem DIV enthalten.*/
form {
	max-width: 650px;
	width: 100%;
	margin: 0 0;	
}

fieldset {
	margin: 0;
	padding: 0 10px;
}

legend {
	font-weight: bold;
	padding: 10px;
}

label {
	font-size: 1em;
}

/*Abstand zum oberen Rand des Formulars.*/
/*#formular label:first-of-type,
#formular .form_feld:first-of-type*/ 
#formular_first_row {
	margin-top: 20px;
}

select {
	max-width: 306px;
	width: 100%;
}

input:focus, textarea:focus {
	background-color: #e9e9e9;
}

select, input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	margin: 0 0 5px 0;
	cursor: pointer;
}

.felder {
	padding: 0 10px 0 10px;
}

.form_label {
	display: inline-block;
	max-width: 210px;
	width: 100%;
	vertical-align: top;
}

.form_block_select {
	display: inline-block;
	max-width: 306px;
	width: 100%;
}

.form_block_input {
	display: inline-block;
	max-width: 304px;
	width: 100%;
}

.form_feld_select {
	max-width: 306px;
	width: 100%;
}

.form_feld_select_fehler {
	max-width: 306px;
	width: 100%;
	border: 1px solid red;
}

.form_feld_input {
	max-width: 304px;
	width: 100%;
}

.form_feld_input_fehler {
	max-width: 304px;
	width: 100%;
	border: 1px solid red;
}

/**********************************************************************************
Bildergalerie
**********************************************************************************/
#gallery {
	margin: 0 20px; 
	padding: 10px 0 50px 0;
}

.gallery_structure {
	margin: 0 50px 20px 0;
	max-width: 500px;
	display: inline-block;
}

.gallery_structure img {
	width: 100%;
	height: auto;
}

.gallery_structure a img {
	border: none;
	display: block;
}

.pic_notshow {
	display: none;
}

/**********************************************************************************
Buttons
**********************************************************************************/
.button {
	margin: 5px auto 5px auto;
	text-align: center;
	width: 100%;
	display: inline-block;
}

#button_width {
	max-width: 178px;
	width: 100%;
}

/**********************************************************************************
Fussbereich
**********************************************************************************/
#foot {
	background: #333;
	height: 40px;  /*alt 30px*/
	line-height: 37px; /*alt 27px*/
	padding: 0 20px; /*Seitenabstand*/
	color: #fff;
}

#foot li {
	padding: 0 40px 0 0;
	display: inline;	
	font-size: 1em;
	float: left;
}

#foot li:last-of-type {
	padding: 0;
	margin: 0;
	float: right;
}

#foot li a {
	text-decoration: none;
	color: #fff;	
}

#foot li.active a {
	border-bottom: 2px solid #fff;
}

#foot li.active a:focus,
#foot li.active a:hover {
	border-bottom: 2px solid #ccc;
}

#foot a:focus,
#foot a:hover{
	border-bottom: none;
	color: #ccc;
}

/**********************************************************************************
Allgemeine Klassendefinitionen
**********************************************************************************/
.linkdecoration {
	color: #000;
	text-decoration: none;
}

.clear {
	clear: both;
}

.fehler {
	color: red;
}

.breite {
	max-width: 750px;
}

.fett {
	font-weight: bold;
}

.right {
	float: right;
}

.left {
	float: left;
}

.display_screen {
	display: block;
}

.display_mobile {
	display: none;
}

/**********************************************************************************
Pinnwand
**********************************************************************************/
#pinnwand {
	background: url(../bilder/pinnwand.jpg) no-repeat scroll;
	background-size: 100%;
	min-height: 800px;
}
.pics {margin: 0 auto;position:relative;height:500px;width:800px;}
ul.pics {list-style: none;}
.pics li {margin-top: 20px;}
.pics a {
	background: #fff;
	display: inline;
	float: left;
	width: auto;
	padding: 10px 10px 30px 10px;
	text-align: center;
	text-decoration: none;
	color: #333;
	font-size: 28px;
	font-family: "Lucidia Handwriting", Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,1);
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,1);
	box-shadow: 0px 0px 10px rgba(0,0,0,1);
	-webkit-transition: all .30s;
	-moz-transition: all .30s;
	-o-transition: all .30s;
	transition: all .30s;
	position: absolute;
}
.pics img {display:block;padding-bottom:20px;}
.pics a:hover {z-index:100;}
.pics a:after {content:attr(title);}

/* Pictures placement, scaling and rotation */
.pics li:nth-child(1n) a {-webkit-transform:rotate(30deg) scale(0.7,0.7);-moz-transform:rotate(30deg) scale(0.7,0.7);transform:rotate(30deg) scale(0.7,0.7);top:0%;left:60%;}
.pics li:nth-child(2n) a {-webkit-transform:rotate(-30deg) scale(0.7,0.7);-moz-transform:rotate(-30deg) scale(0.7,0.7);transform:rotate(-30deg) scale(0.7,0.7);top:40%;left:80%;}
.pics li:nth-child(3n) a {-webkit-transform:rotate(40deg) scale(0.7,0.7);-moz-transform:rotate(40deg) scale(0.7,0.7);transform:rotate(40deg) scale(0.7,0.7);top:50%;left:-10%;}
.pics li:nth-child(4n) a {-webkit-transform:rotate(-30deg) scale(0.7,0.7);-moz-transform:rotate(-30deg) scale(0.7,0.7);transform:rotate(-30deg) scale(0.7,0.7);top:0%;left:-10%;}
.pics li:nth-child(5n) a {-webkit-transform:rotate(-20deg) scale(0.8,0.8);-moz-transform:rotate(-20deg) scale(0.8,0.8);transform:rotate(-20deg) scale(0.8,0.8);top:50%;left:20%;z-index:3;}
.pics li:nth-child(6n) a {-webkit-transform:rotate(30deg) scale(0.7,0.7);-moz-transform:rotate(30deg) scale(0.7,0.7);transform:rotate(30deg) scale(0.7,0.7);top:60%;left:55%;}
.pics li:nth-child(7n) a {-webkit-transform:rotate(10deg) scale(0.7,0.7);-moz-transform:rotate(10deg) scale(0.7,0.7);transform:rotate(10deg) scale(0.7,0.7);top:0%;left:25%;}

/* Pictures rotation and scaling on hover */
.pics li:nth-child(n) a:hover {-webkit-transform:rotate(0deg) scale(1,1);-moz-transform:rotate(0deg) scale(1,1);transform:rotate(0deg) scale(1,1);}





/*=======================Tablets und größere Smartphones=========================*/
/*============================Gruppierte Navigation==============================*/
@media all and (max-width: 768px) { 

/**********************************************************************************
Allgemeine Definitionen
**********************************************************************************/
p {
	font-size: 0.9em;
}

h2 {
	font-size: 1.3em;
	margin-top: 5px;
}

h3 {
	font-size: 1.1em;
}

/**********************************************************************************
Kopfbereich
**********************************************************************************/
#head {
	height: auto;
}

#logo {
	display: none;
}

/**********************************************************************************
Navigationsbereich Mobil
**********************************************************************************/
.menubutton {
	display: block;
	
}

.menubutton a {
	display: block;
	text-decoration: none;
	border: none;
	height: 70px;
}

/*a {
	outline: none;
}*/

/*.menubutton h1 a {
	font-family: "Bradley Hand ITC", Geneva, sans-serif;
	font-size: 0.8em;
	color: #fff;
}*/

.menubutton a img.head_logo {
	width: auto;
	height: 60px;
	/*float: left;*/
	margin: 5px 0 5px 10px;
}

.menubutton a img.head_symb {
	width: auto;
	height: auto;
	margin: 24px 0 24px 20px;
	/*float: left;*/
}

.menubutton a.hidenavlist {
	display: none;
}

#nav {
	line-height: normal;
	padding: 0;
	margin: 0;
	float: none;
}

/*Mobil soll Navi erst mal nicht angezeigt werden, deshalb Höhe 0 und overflow = hidden, d.h. Inhalt wird nicht angezeigt, wenn Platz nicht ausreicht.*/
#navlist {
	max-height: 0; 
	overflow: hidden;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#navlist li {
	display:block;
	margin: 0;
}

#navlist li:last-of-type {
	margin: 0;
}

#navlist li a {
	display: block;
	text-decoration: none;
	background-color: #eee;
	color: #000;
	padding: 15px 10px 15px 10px;
	width: 100%;
	text-align: left; 
	border: none;
	font-size: 110%;
}

#navlist li a:focus,
#navlist li a:hover {
	background-color: #777;
	color: #fff;
}

#navlist li.active a {
	background-color: #555;
	color: #fff;
	border-bottom: none;
}

#navlist li.active a:focus,
#navlist li.active a:hover {
	border-bottom: none;
}

#menu:target #navlist {
	max-height: 250em;
}

#menu:target a.shownavlist {
	display: none;
}

#menu:target a.hidenavlist {
	display: block;
}
/**********************************************************************************
Unsortierte Liste
**********************************************************************************/
#list_datenschutz {
	font-size: 0.9em;
}

/**********************************************************************************
Textbox - Home - Mobil
**********************************************************************************/
/*Der Text auf der Startseite befindet sich mobil immer oberhalb des
Bildes.*/
#text_home {
	position: static;
	height: auto;
	width: auto;
	background-color: hsla(0, 0%, 100%, 0.6);
	background-color: silver;
	padding: 5px 10px 10px 10px;
	line-height: 1.4em;
}

#close {
	display: none;
}

/**********************************************************************************
Inhaltsbereich
**********************************************************************************/
#main {
	min-height: 89.94140625%;
}

/**********************************************************************************
Inhaltsbereich - Ueberschrift
**********************************************************************************/
#headline {
	margin: 0 10px; /*Seitenabstand mobil*/
	padding: 10px 0 10px 0;
}

/**********************************************************************************
Inhaltsbereich - Bild rechte Seite
**********************************************************************************/
/*Seitliche Bilder werden mobil nicht angezeigt.*/
#image_side {
	display: none;
}

/**********************************************************************************
Inhaltsbereich - Beschreibung unterhalb Ueberschrift
**********************************************************************************/
.description {
	margin: 0 10px; /*Seitenabstand mobil*/
	padding: 0 0 5px 0;
}

.description_fehler {
	margin: 5px 10px 0 10px; /*Seitenabstand mobil*/
	padding: 0;
}

/**********************************************************************************
Inhaltsbereich - Inhalt
**********************************************************************************/
#content {
	margin: 0 10px; /*Seitenabstand mobil*/
	padding: 10px 0 25px 0;
}

/**********************************************************************************
Formular
**********************************************************************************/
/*Über das DIV wird der normale Abstand definiert.*/
#formular {
	margin: 0 10px; /*Seitenabstand mobil*/
	padding: 10px 0 25px 0;
}

/*Abstand zum oberen Rand des Formulars.*/
#formular_first_row {
	margin-top: 10px;
}

.form_feld_select {
	font-size: 1em;
    height: 1.5em;
}

.form_feld_input {
	line-height: 1.4em;
	font-size: 1em;
}

/**********************************************************************************
Bildergalerie
**********************************************************************************/
#gallery {
	margin: 0 10px 20px 10px;
	padding: 10px 0 0 0;
}

.gallery_structure {
	margin: 0 0 20px 0;
	display: block;
}

/**********************************************************************************
Buttons
**********************************************************************************/
#button_width {
	max-width: 100%;
	padding: 0 5px;
	height: 40px;
}

.form_feld_height {
	height: 25px;
}

/**********************************************************************************
Fussbereich
**********************************************************************************/
#foot {
	height: 30px;
	line-height: 27px;
	padding: 0 10px; 
}

#foot li {
	padding: 0 20px 0 0;	
}

#foot li:last-of-type {
	padding: 0;
}

/**********************************************************************************
Allgemeine Klassendefinitionen
**********************************************************************************/
.linkdecoration {
	color: #00f;
	text-decoration: underline;
}

.display_screen {
	display: none;
}

.display_mobile {
	display: block;
}
}

/*=============================kleinere Smartphones==============================*/
@media all and (max-width: 360px) { 

/**********************************************************************************
Navigationsbereich Mobil
**********************************************************************************/
/*.menubutton img {
	width: 18px;
	height: 18px;
}

.menubutton h1 a {
	font-size: 0.7em;
}*/
.menubutton  a {
	height: 60px;
}

.menubutton a img.head_logo {
	width: auto;
	height: 50px;
	/*float: left;*/
	margin: 5px 0 5px 10px;
}

.menubutton a img.head_symb {
	width: 18px;
	height: 18px;
	margin: 21px 0 21px 20px;
	/*float: left;*/
}

/**********************************************************************************
Fussbereich - komplett neu hinzugenommen wegen Name vor Copyright
**********************************************************************************/
#foot {
	height: 54px;
	padding-left: 50px;
}

#foot li {
	padding: 0 0 0 20px;;
	float: right;
}

}

/*===============================Mobil Hochformat================================*/
/*============================Gruppierte Navigation==============================*/
@media all and (orientation: portrait) { 

/**********************************************************************************
Steuerung Hintergrundbild - Home
**********************************************************************************/
#portrait {
	display: block;
}

#landscape {
	display: none;
}
}