@charset "UTF-8";

html {
	height: 100%;
}

body {
	/*font-family: Georgia;*/
	height: 110%;
	font: normal normal normal 100%/1.4 Georgia, serif;
	background-image: url(../_i/bg-2329-gr.jpg);
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-position:50%;
	background-size:cover;
	margin: 0;
	padding: 0;
}


/* == A U F B A U ========================================================= */

#kopf {
	display:none; /* Smart only */
	background-image: url(../_i/bg-2329-kl.jpg);
	background-size:100%;
	background-repeat: no-repeat;
	background-position:50%;
	width:100%;
	height:25%;
}

#seitlich {
	display:block;
	position:fixed;
	left: 2%;
	height: auto;
	margin-top:25%;
	width: 15%;
	font-weight:bold;
	font-size: 21px;
	color:#FFF; /*FF0;*/
}

#container {
	/*background-color: #FC0;*/
	/*display:block;*/
	background-color: #FFF;
	position:relative;
	min-height: 100%;
	width: 60%;
	/*max-width: 1260px;
	min-width: 780px;*/
	margin:0 auto 0 auto;
	opacity:1;
	transition:opacity 1s ease-out;
}

#flutsch {
	display:block;
	position:fixed;
	margin:20px 0 0 20px;
	float:left;
	opacity:0.5;
	cursor:pointer;
}

#flutsch img {
	width:20px;
	height:20px;
}

/*#flutsch:hover {
	opacity:1;
}

/*#flutsch:hover + #container {
	opacity:0;
	transition:opacity 1s ease-out;
}*/

#impressum {
	width:100%;
}

#impressum p {
	width:85%;
	max-width:15cm;
}

/* == G L O B A L ========================================================= */

a:link {
	text-decoration: none;
	color: #333;
	font-weight: normal;
}

a:visited {
	/*color: #4E5869;*/
	color: #333;
	text-decoration: none;
}

a:hover, a:active, a:focus {
	text-decoration: underline;
}

hr {
	border: 0;
    height: 0;
    border-top: 1px solid #CCC;
	width:100%;
	margin-left: -2%;
}


/* == I N H A L T ========================================================= */

header {
	/*background-color: #FFF;*/
	width: 96%;
	margin-top: 15px;
}


main {
	display:block;
	width: 100%;
	/*min-height:1080px;*/
	margin: 0 2% 0 2%;
	padding: 2% 0 40px 0;
	overflow:hidden;
}

main img {
	width:96%;
	height: auto;
}

/* == N A V I ========================================================= */

nav {
	width: 100%;
	min-width:320px;
	margin: 0 0 20px 0;
	padding:0;
	height: auto;
}

nav ul {
	margin:0;
	padding:0;
	width: 96%;
	display:inline;
}

nav li {
	width: 95px;
	float: left;
	list-style:none;
	margin: 0 5px 5px 0;
	padding: 0 0 5px 0;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #060;
	color: #F60;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
}

nav #subnav li {
	float: none;
	margin-left: 100px;
	font-size: 14px;
}

nav li a {
	color: #030;
	text-decoration: none;
}

nav li a:hover {
	color: #030;
	text-decoration: underline;
}

nav li a:visited {
	color: #030;
	text-decoration: none;
}


/* ~~ Bilder ~~ */

.mini {
	float: left;
	width: 31%;
	min-width:160px;
	height: auto;
	margin-right: 1.5%;
	margin-bottom: 1%;
}


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

.minizeile {
	clear: left;
}


#tipp {
	display:none;
	background-color:#FFC;
	/*width: 120px;
	height: 80px;
	padding:5px;*/
}

#tipptrigger:hover > #tipp {
	display:inline;
}

/* ~~ Element-/Tag-Selektoren ~~ */

h1 {
	color: #999;
	margin-top: 0;
	font-size: 30px;
}

h2 {
	margin-top: 2%;
	margin-bottom: 2px;
	font-size: 21px;
}

h3 {
	margin-top: 0;
	margin-bottom: 2px;
	font-weight: bold;
	font-size: 16px;
}

h4 {
	font-weight: bolder;
	font-size: 15px;
	margin: 0 0 2px 0;
	padding:0;
}

h5 {
	font-size: 14px;
	margin:0;
	padding:0;
}

h6 {
	margin-top: 0;
	margin-bottom: 2px;
	font-weight: normal;
	font-size: 12px;
}

ul {
	list-style-image:url(../_i/bullet.svg);
	/*list-style-position:inside;*/
}

li {
	max-width:13cm;
}

p, form {
	margin: 0 2% 10px 0;
	font-size: 16px;
	line-height:130%;
	max-width:13cm;
}

p a:link,
li a:link {
	text-decoration:none;
	color:#C00;
}

p a:hover,
li a:hover {
	text-decoration:underline;
	color:#C00;
}

p a:visited,
li a:visited {
	text-decoration:none;
	color:#C00;
}

a img {
	border-color:#000000;
	border-style:none;
}


/* ~~ Fußzeile ~~ */

footer {
	background-color: #F5F5F5;
	display:block;
	position:absolute;
	bottom: 0; /* wichtig */
	clear: both;
	padding:2%;
	margin: 0 0 0 -2%;
	width:96%;
	height: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #060;
}

footer p {
	font-size: 13px;
}

/* ~~ Verschiedenes ~~ */

.clearfloat {
	clear:both;
}

/* ==================================================================================================================================================================================================================================================================== */
/* ==================================================================================================================================================================================================================================================================== */
/* ==================================================================================================================================================================================================================================================================== */
/* ==================================================================================================================================================================================================================================================================== */

/* ----- Seitenanpassung smart ---------------------------------------------------------*/

@media screen and (max-width:1024px) {

#container {
	width: 80%;
}

#seitlich {
	display:none;
}

}

@media screen and (max-width:750px) {

body {
	background-image: none;
	background-color:#390; /*#21b100;*/
}
	
#container {
	width: 100%;
	margin:0;
	padding:0;
}

#flutsch {
	display:none;
	/*
	display:flex;
	position:absolute;
	right:2%;;
	z-index:1;
	*/
}

#flutsch:hover + #container {
	/*display:none;*/
	opacity:1;
	background-image: url(../_i/bg-2329-kl.jpg);
	transition:all 1s ease-out;
}

header {
	margin-top: 0;
}

main {
	width:96%;
	margin: 0 2% 0 2%;
}

main img {
	width:100%;
	height: auto;
}

main iframe {
	width:100%;
	height:320px;
}

#kopf {
	display:block;
}

@media screen and (max-width:620px) {

nav li {
	width: 100%;
	float:none;
}

nav #subnav li {
	width: 30%;
}

.mini {
	width: 48%;
	margin-right: 2%;
}

@media screen and (max-width:320px) {
	
.mini {
	width: 100%;
}

footer {
	height:30px;
	padding-bottom: 10px;
}

}