/* 100% */
#header,
.content,
#footer
	{ width: 100%; }

/* header */
#header #logo
	{ }

/* nav */
/* KUPFERRAUSCH */
/*
#nav
	{ background: none; display: block; margin-top: 0; padding: 20px; }
#nav li
	{ display: block; width: 100%; }

#nav > a {
	background-repeat: no-repeat;
	background-size: 30px;
	font-size: 0px;
	height: 30px;
	text-indent: -9999px;
	width: 30px;
}

#nav:not( :target ) > a:first-of-type,
#nav:target > a:last-of-type {
	display: block;
}

#nav:not( :target ) > a:first-of-type {
	background-image: url(../images/backgrounds/nav-button.png);
}

#nav:target > a:last-of-type {
	background-image: url(../images/backgrounds/nav-close.png);
}
*/
/* Ebene 1 */
/*
#nav .main-nav > ul	{
	display: none;
	position: absolute;
	background: #fff;
	height: auto;
	left: 0;
	margin-top: 2em;
	padding-right: 10px;
}

#nav:target .main-nav > ul {
	display: block;
	float: none;
	height: auto;
}

#nav .main-nav > ul > li
	{ display: block; float: none; padding-left: 20px; width: calc(100% - 20px); }
.main-nav > ul > li > a
	{ clear: both; display: block; float: none; height: auto; line-height: 1.5; width: 100%; }

#nav li a
	{ padding: 10px 0; }
*/
/* /KUPFERRAUSCH */


/* content */
.content img
	{ height: auto; max-width: 100%; }
.content .box14
	{ width: 25%; }
.content .box12
	{ width: 50%; }

.content input[type="text"],
.content input[type="email"],
.content input[type="password"],
.content textarea
	{  width: 100%; }

.content table
	{ max-width: auto; margin: 1em 0; width: 100%; }

.content #map
	{ height: 620px; margin: 1em 0; width: 100%; }

/* content gallery */
.content div.gallery
	{ margin-left: auto; margin-right: auto;}
