@charset "utf-8";
@import url("../webfonts/Ephesis_Regular/stylesheet.css");

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
}
/* luxurious-script-regular - latin */
.Luxurious_Script {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: "Luxurious Script";
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/Luxurious_Script/luxurious-script-v7-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* ephesis-regular - latin */
.Ephesis-Regular {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Ephesis';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/ephesis-regular/ephesis-v9-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
#Erlaeuterung {
	color: #3E4D71;
	text-decoration: none;
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
}
#Datenschutz {
	color: #3E4D71;
	text-decoration: none;
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	line-height: normal;
	font-variant: normal;
}
h1 {
	font-family: Ephesis-Regular;
}
h2 {
	font-size: 21px;
	font-weight: bold;
}
h3 {
	font-size: 17px;
	color: #FF6;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	font-weight: lighter;
}
h4 {
	font-size: 13px;
	color: #0F7772;
	font-weight: bold;
	text-align: center;
}
#Header {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #7280F8;
	padding: 2px;
}
#Footer {
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #093;
}
nav {
	width: 100%; /* Volle Breite auf kleinen Bildschirmen */
	height: auto; /* Höhe anpassen */
	vertical-align: middle;
	text-align: center;
    }
nav ul {
    display: flex; /* Horizontale Anordnung */
    flex-wrap: wrap; /* Zeilenumbruch */
    }
nav li {
    flex: 1; /* Gleiche Breite für alle Links */
	}
#nav a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-variant: normal;
	color: #F60;
	text-decoration: none;
	font-weight: 500;
}
#nav a:hover {
	color: #339900;
}
#nav a:active {
	color: #339900;
}
a.link {
	color: #009933;	
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
	}
a.link:visited {
	color: #009933;
}
a.link:hover {
	color: #FF6600;
}
a.link:active {
	color: #006699;
}
a.linkpartner {
	color: #009933;
	text-decoration: none;
	}
a.linkpartner:visited {
	color: #009933;
}
a.linkpartner:hover {
	color: #993300;
}
a.linkpartner:active {
	color: #993300;
}
a.linkmail {
	color: #FFFFFF;
	text-decoration: none;
	font-style: italic;
	font-weight: normal;
	}
a.linkmail:visited {
	color: #FFFFFF;
}
a.linkmail:hover {
	color: #FFFF66;
}
a.linkmail:active {
	color: #FFFF66;
}
.iFrame {
 overflow: auto;
 width: 100%;
 height: 500px;
}
.linie {
	color: #333;
	size: 3px;
	width: 100%;
} 
