@charset "UTF-8";
/* CSS Document */

/* ----------------- Styling des Textes --------------------- */
body, html {
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-overflow-scrolling: touch;
	font-family: 'Roboto', sans-serif; /* Google Font API */
	font-size: 1em; 
	color: #000;
	background-color: #fff;
	-webkit-text-size-adjust: none; /* Prevent weird font size changes on Chrome for Mobile when viewing websites in Desktop Mode. */
    -moz-text-size-adjust: none; /* dito */
    text-size-adjust: none; /* dito */
}
p, div {
	font-size: 1em;
	color: inherit;
	text-align: left;
	hyphens: auto;
	font-weight: normal;
}
p {
	margin: 1em 0 1em 0;
}
h1 {
	font-size: 1.8em;
	color: #4b2857;
	font-weight: bold;
	margin: 0.5em 0 1em 0;
}
.page-header h1 { /* Header über Bild */
	font-size: 1.8em;
	color: #FFF;
	font-weight: bold;
	margin: 0;
	text-shadow: 0em 0em 0.3em #000;
}

/* ----------------- Tabellen Listen etc --------------------- */
table tr {
	border-bottom: solid;
	border-bottom-color: #999;
}
section ul { /* Listen */
	display: block;
	padding-left: 0;
}
section ul li { /* Listenelement allgemein */
	list-style-position: outside;
	padding-left: 0.5em;
    margin-left: 2em;
    margin-bottom: 0.2em;
}
section a:link {
	color:#4b2857;
}
section a:hover {
	color:#9360a1;
}
section a:visited {
	color:#9360a1;
}

/* ----------------- Suchfeld (aktuell nicht aktiv) --------------------- */
.searchtop { /* Formular Suchfeld */
	margin:0;
	margin-top:0em;
	height:1em;
	padding:0;
	white-space:nowrap;
	vertical-align:top;
}
.searchtop label { /* Blendet das label im Such-Feld aus */
	display:none;
}
input[type="text"].inputboxtop { /* Suchfeld */
	width:9em; /* Breite des Suchfeldes */
	margin: -0.2em 0.2em 0 1em;
	padding: 0;
	vertical-align: middle;
	font-size: 0.8em;
}
input[type="image"].buttontop { /* Such Lupe */
	margin-top: -0.2em;
	padding: 0;
	vertical-align:middle;
}

/* ----------------- Suchresultate (aktuell nicht aktiv) --------------------- */
dd.result-category { /* Blendet die Suchkategorie aus */
	display: none;
} 
dt.result-title { /* Etwas Abstand über Titel */
	margin-top: 1em;
}

/* ----------------- Anpassungen für Kontaktformular chronoforms7 --------------------- */
.chronoforms .error{
	color: #db2828;
	font-weight: bold;
}
.chronoforms .success{
	color: #2c662d;
	font-weight: bold;
}
