/* --------------------------------------------------------------------------------        */
/* Dokument: Basislayout (1240er Layout)                                                */
/* --------------------------------------------------------------------------------        */

@font-face {
    font-family: 'LHANDW';
    src: url('./schriften/lhandw-webfont.eot');
    src: url('./schriften/lhandw-webfont.eot?#iefix') format('embedded-opentype'),
         url('./schriften/lhandw-webfont.woff') format('woff'),
         url('./schriften/lhandw-webfont.ttf') format('truetype'),
         url('./schriften/lhandw-webfont.svg#lucida_handwritingitalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    background: #bbb;
    font-size: 18px;
    margin: 0px;
    padding: 0px;
    font-family: 'Noto Sans', sans-serif;
}
#webseite {
    width: 1240px;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}
header, nav, section, footer {
    display: block;
}
h1, h2, h3, h4, h7 p, ul, ol {
	padding: 0px;
	margin: 0px;
	margin-bottom: 5px;
}
h1 {
	font-family: 'LHANDW','Noto Sans', sans-serif;
	color: #9c0015;
	font-size: 1.5em;
}
h7 {
	font-family: 'LHANDW','Noto Sans', sans-serif;
	color: #9c0015;
	font-size: 1.5em;
	font-weight: bold;
}
h2 {
	color: #374d83;
	font-size: 1.1em;
	padding-top: 5px;
}
h3 {
	color: #374d83;
	font-size: 1.0em;
	font-style: italic;
	padding-top: 3px;
}
h4 {
	font-family: 'LHANDW','Noto Sans', sans-serif;
	color: #9c0015;
	font-size: 1.1em;
}
p {
	font-size: 0.9em;
}
p1 {
	color: #374d83;
	font-size: 0.9em;
	font-style: italic;
}
p2 {
	color: #374d83;
	font-size: 0.9em;
}
ul {
	padding-left: 30px;
}
li {
	font-size: 0.9em;
}
a {
	color: #374d83;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.ausblenden {
	display: none;
}
.button {
	vertical-align: top;
	padding-top: 4px;
	padding-bottom: 5px;
	font-size: 0.7em;
	border: 0px;
	background-color: #374d83;
	color: #fff;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	border-radius: 5px;
}
.button:hover {
	background-color: #9c0015;
	-webkit-box-shadow: 0 0px 2px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0 0px 2px rgba(0, 0, 0, 0.75);
    box-shadow: 0 0px 2px rgba(0, 0, 0, 0.75);
}
.button:active {
	color: #fff;
	text-decoration: none;
	-webkit-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.75);
    box-shadow: 0 0px 5px rgba(0, 0, 0, 0.75);
}
.textfeld {
	font-size: 0.9em;
	width: 350px;
	border: 0px;
	background: #fff;
	-webkit-box-shadow: 0 0px 1px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0 0px 1px rgba(0, 0, 0, 0.75);
    box-shadow: 0 0px 1px rgba(0, 0, 0, 0.75);
}
.textfeld:hover {
	-webkit-box-shadow: 0 0px 2px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0 0px 2px rgba(0, 0, 0, 0.75);
    box-shadow: 0 0px 2px rgba(0, 0, 0, 0.75);
}
.textfeld:active {
	-webkit-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.75);
    box-shadow: 0 0px 5px rgba(0, 0, 0, 0.75);
}
.klein {
	font-size: 0.7em;
	color: rgba(0, 0, 0, 0.5);
}
.fett {
	font-weight: bold;
}
.abstand {
	clear: both;
	float: none;
	width: 100%;
	height: 10px;
}
.abstand_klein {
	clear: both;
	float: none;
	width: 100%;
	height: 4px;
}
.ende {
	clear: both;
	float: none;
	width: 100%;
}
.tabelle {
	font-size: 0.9em;
	width: 970px;
}
.tab_links {
	width: 120px;
	float: left;
	font-weight: bold;
}
.tab_rechts {
	width: 850px;
	float: left;
}
.tabelle_klein {
	width: 750px;
}
.tab_k_links {
	width: 120px;
	float: left;
	font-weight: bold;
}
.tab_k_rechts {
	width: 630px;
	float: left;
}
.linke_grafik {
	float: left;
	width: 50%;
}
.rechte_grafik {
	float: left;
	width: 50%;
}
.rechts {
	float: right;
	padding-right: 10px;
}
.links {
	float: left;
	padding-left: 10px;

}
.gal_tab {
	float: left;
	width: 620px;
}
.gal_tab_links {
	float: left;
	width: 300px;
}
.gal_tab_rechts {
	float: left;
	padding-left: 20px;
	width: 300px;
}


/* ------------------------------------------------------------------------------- */
/* Kopf																			   */
/* ------------------------------------------------------------------------------- */

header {
}
#logo {
	width: 1240px;
	height: 230px;
}
#logo_bild {
	width: 1240px;
	height: 230px;
	background-image: url("../bilder/logo_ice.jpg");
	background-size: 100%;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
    -moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	border-bottom: 2px solid #9c0015;
}

/* ------------------------------------------------------------------------------- */
/* Hauptteil																	   */
/* ------------------------------------------------------------------------------- */

#hauptteil {
	margin-top: 20px;
	width: 1240px;
	background: #fff;
	background: rgba(248,248,248,1.0);
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 0px 8px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0 0px 8px rgba(0, 0, 0, 0.75);
    box-shadow: 0 0px 8px rgba(0, 0, 0, 0.75);
}

/* ------------------------------------------------------------------------------- */
/* Hauptteil > Navigation														   */
/* ------------------------------------------------------------------------------- */

nav {
	float: left;
	width: 270px;
}

nav > ul {
	list-style: none;
	width: 250px;
	margin: 0px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 10px;
	font-size: 1.2em;
}
nav > ul > li {
	margin-top: 5px;
}
nav > ul > li > a {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	color: #9c0015;
	display: block;
	text-decoration: none;

}
nav > ul > li > a:hover {
	background-color: #fccc28;
	background-image: -moz-linear-gradient(top, #fccc28 15%, #fdaa0b 85%);
	background-image: -webkit-linear-gradient(top, #fccc28 15%, #fdaa0b 85%);
	background-image: -ms-linear-gradient(top, #fccc28 15%, #fdaa0b 85%);
	background-image: -o-linear-gradient(top, #fccc28 15%, #fdaa0b 85%)
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 0px 2px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0 0px 2px rgba(0, 0, 0, 0.75);
    box-shadow: 0 0px 2px rgba(0, 0, 0, 0.75);
    text-decoration: none;
}
nav > ul > li > a:active {
	text-decoration: none;
	-webkit-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.75);
    box-shadow: 0 0px 5px rgba(0, 0, 0, 0.75);
}

/* ------------------------------------------------------------------------------- */
/* Hauptteil > Inhalt															   */
/* ------------------------------------------------------------------------------- */

section {
	padding: 0px;
	margin: 0px;
	float: left;
	width: 970px;
	min-height: 300px;
}
#inhalte_container {
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
	margin-top: 10px;
	padding-right: 20px;
}

/* ------------------------------------------------------------------------------- */
/* Hauptteil > Inhalt > Startseite												   */
/* ------------------------------------------------------------------------------- */

#inhalte_willkommen {
	padding: 0px;
	margin: 0px;
	padding-top: 10px;
}
#katrin1 {
	float: right;
	width: 324px;
	height: 459px;
	margin-top: 10px;
	margin-left: 10px;
}
#katrin1_oben {
	width: 324px;
	height: 432px;
	background-image: url("../bilder/katrin1.jpg");
	background-size: 100%;
}
#katrin1_unten {
	width: 324px;
	height: 27px;/*keine Bildunterschrift*/
	background: none;/*rgba(255, 255, 255, 0.75);*/
	color: #9c0015;/*rgba(0, 0, 0, 0.75);*/
	text-align: center;
}
.katrin1_name {
	font-family: 'LHANDW','Noto Sans', sans-serif;
	font-size: 1.0em;
	padding: 0px;
	padding-top: 7px;
}
.katrin1_bezeichnung {
	font-size: 0.7em;
	padding: 0px;
	margin-top: -3px;
}

/* ------------------------------------------------------------------------------- */
/* Hauptteil > Inhalt > Anreise													   */
/* ------------------------------------------------------------------------------- */

#map {
	width: 950px;
	height: 500px;
}
#route {
	width: 950px;
	font-size: 0.7em;
}
#map:hover {
	-webkit-box-shadow: 0 0px 2px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0 0px 2px rgba(0, 0, 0, 0.75);
    box-shadow: 0 0px 2px rgba(0, 0, 0, 0.75);
}

/* ------------------------------------------------------------------------------- */
/* Hauptteil > Inhalt >	Kontakt													   */
/* ------------------------------------------------------------------------------- */

.qrcode {
	height: 150px;
	width: 150px;
	background-image: url("../bilder/qrcode.png");
	background-size: 100%;
	float: right;
}

.success {
    width: 463px;
    margin-bottom: 10px;
    padding: 5px;
    background-color: rgba(72, 115, 28, 0.6);
    text-align: center;
    font-weight: bold;
    font-size: 0.9em;
    color: #e2e8bf;
    text-shadow: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
#contactform .error {
    margin-top: 3px;
    color: #974412;
    font-weight: bold;
    display: block;
}

.katrin2_name {
	font-weight: bold;
	font-size: 1.0em;
	padding: 0px;
}
.katrin2_bezeichnung {
	font-size: 0.8em;
	padding: 0px;
	padding-bottom: 5px;
}

/* ------------------------------------------------------------------------------- */
/* Hauptteil > Fu§																   */
/* ------------------------------------------------------------------------------- */

footer {
	color: gray;
	color: rgba(0, 0, 0, 0.5);
	font-size: 12px;
	width: 100%;
}

/* --------------------------------------------------------------------------------	*/
/* €nderungen fźr 1024er Bildschirm													*/
/* --------------------------------------------------------------------------------	*/

@media only screen and (min-width: 800px) and (max-width: 1100px) {
	
	/* Dokument	1024 */
	body {
	    font-size: 16px;
	}
	#webseite {
		width: 984px;
	}
	.tabelle {
		width: 764px;
	}
	.tab_rechts {
		width: 644px;
	}
	.tabelle_klein {
		width: 494px;
	}
	.tab_k_rechts {
		width: 374px;
	}

	/* Kopf 1024 */
	#logo {
		width: 984px;
		height: 183px;
	}
	#logo_bild {
		width: 984px;
		height: 183px;
	}

	/* Hauptteil 1024 */
	#hauptteil {
		width: 984px;
	}

	/* Hauptteil > Navigation 1024 */
	nav {
		width: 200px;
	}

	nav > ul {
		width: 180px;
		font-size: 1.0em;
	}

	/* Hauptteil > Inhalt 1024 */
	section {
		width: 784px;
	}

	/* Hauptteil > Inhalt > Startseite 1024 */
	#katrin1 {
		width: 240px;
		height: 370px;
	}
	#katrin1_oben {
		width: 240px;
		height: 340px;
	}
	#katrin1_unten {
		width: 240px;
		height: 30px;
	}
	.katrin1_name {
		font-size: 1em;
		padding-top: 7px;
	}
	.katrin1_bezeichnung {
		font-size: 0.6em;
		margin-top: -4px;
	}

	/* Hauptteil > Inhalt > Anreise 1024 */
	#map {
		width: 764px;
		height: 400px;
	}
	#route {
		width: 764px;
	}
}

/* --------------------------------------------------------------------------------	*/
/* €nderungen fźr 768er Bildschirm													*/
/* --------------------------------------------------------------------------------	*/

@media only screen and (max-width: 800px) {
	
	/* Dokument	768 */
	body {
	    font-size: 12px;
	}
	#webseite {
		width: 738px;
	}
	.tabelle {
		width: 573px;
	}
	.tab_rechts {
		width: 484px;
	}
	.tabelle_klein {
		width: 370px;
	}
	.tab_k_rechts {
		width: 280px;
	}

	/* Kopf 768 */
	#logo {
		width: 738px;
		height: 137px;
	}
	#logo_bild {
		width: 738px;
		height: 137px;
	}

	/* Hauptteil 768 */
	#hauptteil {
		width: 738px;
	}

	/* Hauptteil > Navigation 768 */
	nav {
		width: 150px;
	}

	nav > ul {
		width: 135px;
		font-size: 1.0em;
	}

	/* Hauptteil > Inhalt 768 */
	section {
		width: 588px;
	}

	/* Hauptteil > Inhalt > Startseite 768 */
	#katrin1 {
		width: 240px;
		height: 370px;
	}
	#katrin1_oben {
		width: 240px;
		height: 340px;
	}
	#katrin1_unten {
		width: 240px;
		height: 30px;
	}
	.katrin1_name {
		font-size: 1em;
		padding-top: 7px;
	}
	.katrin1_bezeichnung {
		font-size: 0.6em;
		margin-top: -4px;
	}

	/* Hauptteil > Inhalt > Anreise 768 */
	#map {
		width: 573px;
		height: 300px;
	}
	#route {
		width: 573px;
	}
}

