* {
  box-sizing: border-box;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	
	/*font-family: Verdana, Geneva, sans-serif;
	font-size: 0.97em;*/

	max-width: 900px;
	margin: auto;
	background-color: #eaeaea;
	color:#363636;
	line-height:1.6em;
}

h2 {
	/*font-size: 1.2em;*/
	font-size: 1.13em;
	margin-bottom:0.5em;
	color:#6a6a6a;
}

h1 {
	font-size: 1em;
	margin-top:2em;
	margin-bottom:0.2em;
	color:#6a6a6a;
}

p {
	margin:0;
	margin-bottom:0.1em;
}

a {
	color:#444444;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

hr {
	margin-top:2.4em;
	margin-bottom:2.8em;
	border: 1px solid #e0e0e0;
}

/* ------------------------------------------ Layout -------- */

section {
	background-color: #e5e5e5;
}

section:after {
	content: "";
	display: table;
	clear: both;
}

/* ------------------------------------------ Header -------- */

header {
	height: 253px;
	background-color: #ffffff;
	background-image: url("header.jpg");
	background-position: center;
	/*padding: 20px;*/
	text-align: center;
	color: white;
}

header div.kontor {
	padding-top:30px;
	height:85px;
}
header div.katja {
	padding-top:12px;
	height:59px;
}
header div.zitat {
	padding-top:60px;	
	width:520px;
	margin: auto;
	font-size: 18px;
	color:rgb(215, 224, 233);
	opacity:0;
	line-height:20px;
}

header div.kontor img {
	opacity:0.9;
}
header div.katja img {
	opacity:0.9;
}

/* ------------------------------------------ Navigation ---- */

nav {
	float: left;
	width: 25%;
	padding: 20px;
	padding-left: 34px;
	padding-right: 34px;
}

nav ul.menu a {
	color:#54719d;
	font-weight:bold;
	text-decoration:none;
}

nav ul.menu a.active {
	color:#b56553;
	/*text-decoration:underline;*/
}

nav ul.menu a.active:hover {
	color:#b56553;
	text-decoration:none;
}

nav ul.menu a:hover {
	color:#b56553;
	text-decoration:underline;
}

nav ul {
	list-style-type: none;
	padding:0;
	margin-bottom:2.4em;
}

nav ul li {
	margin-bottom:0.5em;;	
}

/* ------------------------------------------ Article ------ */

article {
	float: left;
	padding: 20px;
	padding-left: 28px;
	padding-right: 8px;
	width: 75%;
	background-color: #f1f1f1;
}

/* ------------------------------------------ Table -------- */

/* ----- Printmedien ----- */

article.printmedien div.bild {
	width:128px;
	float:left;
	/*margin-bottom:1em;*/
}
article.printmedien div.bild img {
	width:110px;
}
article.printmedien div.titel {
	width:265px;
	/*width:50%;*/
}
article.printmedien div.zeile::after {
	height:1.3em;
}

/* ----- Hoerfunk ----- */

article.hoerfunk div.bild {
	width:60px;
	float:left;
	/*margin-bottom:1em;*/
}
article.hoerfunk div.bild img {
	width:24px;
	filter: saturate(0%) brightness(185%);
}
article.hoerfunk div.bild img:hover {
	filter: saturate(45%) brightness(150%);
}
article.hoerfunk div.titel {
	width:333px;
	/*width:50%;*/
}
article.hoerfunk div.zeile::after {
	height:1em;
}

/* ------------------------------*/

div.titel {
	float:left;
	margin-right:1.8em;
	color:#6a6a6a;
	font-weight:bold;
}
div.titel a {
	color:#6a6a6a;
}
div.kunde {
	width:170px;
	/*width:26%;*/
	float:left;
}
div.zeile::after {
	content: "";
	display: block;
	clear: both;
}
/* ------------------------------------------ Footer ------- */

footer {
	padding: 10px;
	text-align: right;
	font-size: 0.8em;
	color: #353535;
}

footer a {
	margin-left:1em;
	margin-right:1em;
}

footer a:hover {
	text-decoration:underline;
}


/* --------------------------------------------------------- */
/*                                         Responsive layout */
/* --------------------------------------------------------- */
@media (max-width: 800px) {
header div.zitat {
	width:80%;
}}

/* --------------------------- */

@media (max-width: 600px) {

nav, article {
width: 100%;
height: auto;
}

header div.zitat {
	width:98%;
}}

/* --------------------------- */

@media (max-width: 500px) {
header div.zitat {
	padding-top:52px;
	line-height:18px;
}}


/* --------------------------- */

@media (max-width: 400px) {
header div.kontor img {
	width:98%;
}}
















