@charset "utf-8";

/* CSS Document */
body {
	background: transparent;
	font-family: Verdana, Arial, sans-serif;
	font-size: 1.0em;
	color: #999;
	text-align: center;
	cursor: default;
}

/* Formulare */
fieldset {
	text-align: center;
	background-color: #111;
	border: Solid Thin #555;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.8), 0 15px 30px -10px rgba(0, 0, 0, 0.6);
	display: Inline;
	padding: 0.5rem 0.5rem 0.5rem 0.5rem;
	margin: 0.5rem;
	white-space: Nowrap;
	width: 95%;

}

/* Thumbnail */
img.thumbnail {
	border: Solid Thin Gold;
	margin-top: 0.5rem;
}

/* Foto an Browserfenster anpassen! */
figure img {
	max-width: 90%;
	height: Auto;

}

#photo {
	width: 100%;
	height: Auto;
	border: Solid 15px #000;
}

/*DIASHOW*/
figure {
	text-align: center;
	margin: 0.5em;
	padding-top: 1.5em;
}

/* Diabox */
figure.diabox {
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.9em;
	background-color: #111;
	border-radius: 5px;
	padding: 0.2rem;
	margin: 0.3rem;
	float: left;
	cursor: pointer;
}

figure.diabox:hover {
	box-shadow: 0px 0px 3px 5px #802020, inset 0px 0px 4px 2px #d25353;
}

/* Optionsfeld "Löschen" hervorheben -  */
input[type=radio]:checked+label#delete {
	color: white;
	background-color: red;
}

figure {
	margin: 0.5rem;
}

figure>img {
	cursor: Pointer;
}

input[type="number"] {
	width: 50px;
	text-align: center;
}

/* Diabox - Beschriftung */
figure.diabox>figcaption {
	font-family: Verdana, Arial, sans-serif;
	text-align: center;
	font-size: 0.9em;
	white-space: Nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

div#inhalt {
	font-family: Verdana, Arial, sans-serif;
	text-align: center;
	justify-content: center;
}

/* Navigation */
div#navigation {
	text-align: center;
	padding-top: 2rem;
	clear: both;
}

/* Navigations-Button */
a.button {
	font-size: 1.2rem;
	font-weight: Bold;
	color: #000;
	background-color: white;
	padding: 5px 10px 5px 10px;
	border: Solid 3px red;
	border-radius: 30px;
	cursor: pointer;
}

a.button:hover {
	color: #fff;
	background-color: Gold;
	border: Solid 1px #fff;
	box-shadow: 0px 0px 3px 3px #802020;
}

span.button_none {
	font-size: 1.2rem;
	font-weight: Bold;
	color: #000000;
	background-color: orange;
	padding: 5px 10px 5px 10px;
	border: Solid 1px red;
	border-radius: 50px;
	cursor: pointer;
}

nav {
	margin: 0 0 0.5rem 0.5rem;
}

/* Navigations-Button */
a.button {
	font-size: 1.2rem;
	font-weight: Bold;
	color: #000000;
	background-color: white;
	padding: 5px 10px 5px 10px;
	border: solid 3px red;
	border-radius: 30px;
	cursor: pointer;
}

a {
	color: orange;
	text-decoration: none;
	font-size: 1.0em;
}

a:hover,
a:focus {
	color: grey;
	outline: none;
}

header {
	border-radius: 10px;
	border: 2px solid #555;
	padding: 3px;
	margin-top: 25px;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.8), 0 15px 30px -10px rgba(0, 0, 0, 0.6);
}

header,
footer {
	font-family: Verdana, Arial, sans-serif;
	color: #999;
	border-radius: 10px;
	border: 1px solid #444;
	background: #1F1F1F;
	margin: 5px;
	padding-left: 5px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-top: 10px;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.8), 0 15px 30px -10px rgba(0, 0, 0, 0.6);
	-webkit-flex: 1 100%;
	flex: 1 100%;
}

aside {
	font-family: Verdana, sans-serif;
	color: #999;
	font-style: normal;
	padding: 0px 0px 0px 0px;
	margin-left: 5.0em;
	margin-right: 5.0em;
	max-width: 95%;
	-webkit-flex: 1 95%;
	flex: 1 95%;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.8), 0 15px 30px -10px rgba(0, 0, 0, 0.6);
}

#news {
	font-family: Verdana, sans-serif;
	color: #999;
	/*>>>>>>>>>>>>>>>>FARBE*/
	background: #111;
	/*>>>>>>>>>>>>>>>>FARBE*/
	border-radius: 3px;
	border: 1px solid #444;
	margin: 0px;
	padding: 5px 5px 5px 5px;
	max-width: 95%;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.8), 0 15px 30px -10px rgba(0, 0, 0, 0.6);
	-webkit-flex: 1 95%;
	flex: 1 95%;
}

aside p {
	font-family: Arial, Helvetica, sans-serif;
	color: navajowhite;
	/*>>>>>>>>>>>>>>>>FARBE*/
	text-align: justify;
	padding: 5px 5px 5px 5px;
	padding: 10px;
	hyphens: auto;
	-webkit-hyphens: auto;
	-webkit-hyphenate-limit-lines: 4;
	-ms-hyphens: auto;
	-ms-hyphenate-limit-lines: 4;
}

aside span {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	/*>>>>>>>>>>>>>>>>FARBE*/
	font-size: 0.8em;
}

/*Formualrschriften*/
span.pflichtfeld {
	font-size: 0.8em;
	color: Red;
}

span.infotext {
	font-family: Verdana, Arial, sans-serif;
	font-size: 1.0em;
	color: #999;
	text-align: left;
}

ul.info {
	font-family: Verdana, Arial, sans-serif;
	font-size: 1.0em;
	color: #999;
	text-align: left;
}

.fehler {
	font-family: verdana, helvetica, sans-serif;
	font-weight: normal;
	text-align: center;
	font-size: 1.0em;
	color: #FFFF00;
}

.textgrau {
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.textgelb {
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	font-size: 1.0em;
	color: #FFFF00;
	padding-left: 0px;
	padding-top: 5px;
	padding-bottom: 5px;

}

.em08 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.8em;
	color: #999;
	margin-left: 4px;
}

.em06 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.8em;
	color: #999;
	text-align: center;
}

p {
	margin: 0 0 1em;
	font-size: 1.0em;
}

/*Schriften TESTEN*/
h1 {
	font-size: 1.2em;
	font-family: Verdana, Arial, sans-serif;
	color: OliveDrab;
	font-style: italic;
	font-weight: normal;
	text-align: left;
	margin-bottom: 10px;
	margin-top: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	/*border-left-width : 13px; 
	border-color : #666; 
	border-left-style : solid;*/
}

h2 {
	font-weight: Normal;
	color: Gold;
	margin-bottom: 0.5rem;
}

/*Schriften etc.*/
/* Glyph, by Harry Roberts */
.hr2 {
	border: 0;
	height: 3px;
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(9, 84, 132), rgba(0, 0, 0, 0));
}

.left {
	font-family: Verdana, Arial, sans-serif;
	font-size: 1.0em;
	color: #999;
	text-align: left;
}

/*Formular Styles*/
input,
textarea {
	border: 1px solid #FF6600;
	padding: 0.5em;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	font-size: 1.0em;
	line-height: 1.2em;
	color: #999;
	font-family: verdana, helvetica, sans-serif;
	background: #222;
}

input:focus,
textarea:focus,
select:focus {
	outline-color: red;
}

textarea {
	height: 50px;
	width: 60%;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	background: #333;
}

select {
	border: 1px solid #FF6600;
	padding: 0.5em;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	font-size: 1.0em;
	color: orange;
	line-height: 1.2em;
	background: #333;
}

input[type=zahl] {
	background: #333;
	width: 50px;
	font-size: 1.0em;
	line-height: 1.2em;
	text-align: center;
}

input[type=text] {
	background: black;
	font-size: 1.0em;
	line-height: 1.2em;
	width: 240px;
}

input[type=email] {
	background: #333;
	font-size: 1.0em;
	line-height: 1.2em;
	width: 90%;
}

input[type=tel] {
	background: #333;
}

input[type=date] {
	background: #333;
	width: 90%;
}

input[type=radio] {
	width: auto;
	padding: 0em 0em;
	line-height: 1.5em;
	border: 1px solid #c00;
	margin-right: 0.5em;
}

input[type=checkbox] {
	border: 1px solid #999;
	text-shadow: 0 0 2px #300;
	font-weight: normal;
	margin-right: 0.5em;
}

input[type=password] {
	background: #333;
	font-size: 1.0em;
	line-height: 1.2em;
	width: 240px;
}

input[type=submit] {
	width: 150px;
	padding: 0.25em 1em;
	line-height: 1.3em;
	background: orange;
	border: 2px solid red;
	font-weight: normal;
	color: black;
	margin-right: 0.5em;
	cursor: pointer;
}

/* Medium devices (ab 481px) */
@media only screen and (min-width: 481px) and (max-width: 1023px) {


	#photo {
		width: 600px;
		height: Auto;
	}

}

/* Medium devices (ab 1024px) */
@media screen and (min-width: 1024px) {
	#photo {
		width: 600px;
		height: Auto;
	}
}