/* FONTS ***********************************************************************/

/* Schriftart */
/* Lithos Pro */
h1,
h2 {font-family:lithos-pro,sans-serif;font-weight:200;font-style:normal;}

/* Acumin Pro */
a,
p,
li,
.mod_eventlist .empty {font-family:acumin-pro,sans-serif;font-weight:300;font-style:normal;}

nav .level_1 > li > a {font-family:acumin-pro,sans-serif;font-weight:700;font-style:normal;}
.mod_teaser a {font-family:acumin-pro,sans-serif;font-weight:300;font-style:normal;}


/* SPEZIAL */
.mod_seitentitel {text-align:center;width:100%;}
/*.box_rechts {text-align:center;}*/


/* Absatzformate */
/* Ueberschriften */
h1 {
	font-size:24px;
	line-height:1.2;
	text-align:center;
	color:#000;
	display:inline-block;
	margin:0 auto;
	padding-bottom:4px;
	border-bottom:1px solid #000;
	}
	@media screen and (min-width:768px) {
		h1 {font-size:32px;}
	}
h1.info {margin-top:-0.25em;border:1px solid #e74440;padding:9px 18px;font-weight:700;color:#fff;background-color:#e74440;transform:rotate(-15deg);}
h2 {
	font-size:16px;
	line-height:1.2;
	text-align:center;
	display:inline-block;
	margin:0 auto 1.125em auto;
	padding-bottom:4px;
	border-bottom:1px solid #000;
	}
	@media screen and (min-width:768px) {
		h2 {font-size:20px;}
	}
.mod_eventlist h2 {
	text-align:left;
}
h3 {
	font-size:16px;
	font-weight:bold;
	color:green;
	text-align:center;
	}
	@media screen and (min-width:768px) {
		h3 {font-size:20px;}
	}
/* Grundschrift */

p {text-align:left;margin:1.4em 0 0 0;}
p:first-child {margin-top:0;}
/* Ausnahme */
footer p {text-align:right;}


small {font-size:13px;}


/* Aufzaehlung */
main ul {list-style-type:none;margin:0;padding:0 0 0 1em;}
main ul li {position:relative;}
main .ce_text ul > li::before,
main .ce_list ul > li::before {content:'–';position:absolute;top:auto;left:-1em;}




/*******************************************************************************/
/* Zeichenformate */

/* Fett */
strong {font-family:acumin-pro,sans-serif;font-weight:700;font-style:normal;}
strong.datum {font-size:24px;}




.mod_eventlist .empty {text-align:center;margin-bottom:4.5em;}



/*.button {text-align:center;}*/
.button a {font-size:1em;color:#fff;display:inline-block;margin:2.1em auto 0 auto;border:1px solid #fff;padding:0.5em 1em;width:auto;height:auto;background-color:green;border-radius:4px;transition:border 0.25s ease;}
.button a:hover {color:#fff;border:1px solid green;}

