/*------------------------------Alle Seiten-----------------------------*/
/* alegreya-sans-regular - latin */
@font-face {
  font-family: 'Alegreya Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/alegreya-sans-v8-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Alegreya Sans Regular'), local('AlegreyaSans-Regular'),
       url('../fonts/alegreya-sans-v8-latin-regular%EF%B9%96.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/alegreya-sans-v8-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/alegreya-sans-v8-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/alegreya-sans-v8-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/alegreya-sans-v8-latin-regular.svg#AlegreyaSans') format('svg'); /* Legacy iOS */
}
/* alegreya-sans-700 - latin */
@font-face {
  font-family: 'Alegreya Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/alegreya-sans-v8-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Alegreya Sans Bold'), local('AlegreyaSans-Bold'),
       url('../fonts/alegreya-sans-v8-latin-700%EF%B9%96.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/alegreya-sans-v8-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/alegreya-sans-v8-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/alegreya-sans-v8-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/alegreya-sans-v8-latin-700.svg#AlegreyaSans') format('svg'); /* Legacy iOS */
}
/* alegreya-sans-sc-700 - latin */
@font-face {
  font-family: 'Alegreya Sans SC';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/alegreya-sans-sc-v7-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Alegreya Sans SC Bold'), local('AlegreyaSansSC-Bold'),
       url('../fonts/alegreya-sans-sc-v7-latin-700%EF%B9%96.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/alegreya-sans-sc-v7-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/alegreya-sans-sc-v7-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/alegreya-sans-sc-v7-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/alegreya-sans-sc-v7-latin-700.svg#AlegreyaSansSC') format('svg'); /* Legacy iOS */
}
*{
	margin: 0;
	padding: 0;
}

html, body{
	height: 100%;
}

body{
	background-color: #ffffff;
	margin: 0;
	padding: 0;
	color: #333;
	font-family: 'Alegreya Sans', Arial, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 130%;
	height: 100%;
}
			
img{
	border:0px;
	max-width: 100%;
	margin: 10px;
}

a{
	font-weight: 700;
	color: #c40050;
	text-decoration: none;
}

a:hover{
	color: #c40050;
	text-decoration: underline;
}

strong {
	font-weight: 700;
}
			
h1 {
	font-size: 15px;
	font-weight: 700;
	margin: 0;
	font-family: 'Alegreya Sans SC', Arial, sans-serif;
	line-height: 100%;
}

h2 {
	font-size: 15px;
	font-weight: 700;
	margin: 0 0 15px;
	font-family: 'Alegreya Sans SC', Arial, sans-serif;
	line-height: 100%;
	background-color: #006b66;
	color: #fff;
	padding: 3px 10px 1px;
	text-transform: uppercase;
}

h3 {
	font-size: 15px;
	color: #006b66;
	font-weight: 700;
	margin: 20px 0 0px;
	font-family: 'Alegreya Sans SC', Arial, sans-serif;
	line-height: 100%;
	text-transform: uppercase;
}

h4{
	font-size: 14px;
	font-weight: 700;
	margin: 10px 0 0px;
	font-family: 'Alegreya Sans SC', Arial, sans-serif;
}

h5 {
	font-size: 14px;
	font-weight: 700;
	margin: 10px 0 0px;
	font-family: 'Alegreya Sans', Arial, sans-serif;
}

h4 a, h5 a{
	font-weight: normal;
}

p {
	margin: 0 0 10px;
}

ul{
	margin: 0 0 10px;
	padding-left: 16px;
}

table{
	width: 100%;
	margin: 0 0 10px;
}

tr, td{
	border:0;
	border-bottom: 2px dotted #aaa;
	padding: 10px 10px 0 0;
}

td h3, td h4, td h5{
	margin: 0;
	color: #006b66;
	font-size: 14px;
}

td h3{
	margin-bottom: 10px;
}

hr{
	margin: 10px 0;
	border: 0;
	border-bottom: 2px dotted #aaa;
}

/*------------------------------Styles für den Editor-----------------------------*/

.zeit-spalte{
	width: 30%;
}

.thema-zeile{
	background-color: #66a6a3;
	color: #fff !important;
	padding: 3px 0 0;
	border-top: 15px solid #fff;
	border-bottom: 10px solid #fff;
}

.thema-zeile h3, .thema-zeile h4, .thema-zeile h5{
	margin: 0;
	color: #fff;
}

.img-right{
	float: right;
	margin: 0 0 20px 9px;
}

.unterstrichen{
	padding-bottom: 1px;
	border-bottom: 2px dotted #006b66;
}

.hervorgehoben{
	background-color: #c40050;
	color: #fff !important;
	padding: 2px 10px 0;
	font-family: 'Alegreya Sans SC', Arial, sans-serif;
	-webkit-transition: background-color 0.3s, color 0.3s;
	-moz-transition: background-color 0.3s, color 0.3s;
	transition: background-color 0.3s, color 0.3s;
}

.hervorgehoben:hover{
	background-color: #dc6696;
	color: #fff !important;
	text-decoration: none;
}

.clear{
	clear: both;
}