@font-face {
	font-family: BundesSerifWeb;
	src: url('/inc/fonts/BundesSerifWeb-Regular.woff');
	font-weight: normal;
}

@font-face {
	font-family: BundesSerifWeb;
	src: url('/inc/fonts/BundesSerifWeb-Bold.woff');
	font-weight: bold;
}

@font-face {
	font-family: BundesSerifWeb;
	src: url('/inc/fonts/BundesSerifWeb-Italic.woff');
	font-style:italic;
}

@font-face {
	font-family: BundesSerifWeb;
	src: url('/inc/fonts/BundesSerifWeb-BoldItalic.woff');
	font-weight: bold;
	font-style:italic;
}

@font-face {
	font-family: BundesSansWeb;
	src: url('/inc/fonts/BundesSansWeb-Regular.woff');
	font-weight: normal;
}

@font-face {
	font-family: BundesSansWeb;
	src: url('/inc/fonts/BundesSansWeb-Bold.woff');
	font-weight: bold;
}

@font-face {
	font-family: BundesSansWeb;
	src: url('/inc/fonts/BundesSansWeb-Italic.woff');
	font-style:italic;
}

@font-face {
	font-family: BundesSansWeb;
	src: url('/inc/fonts/BundesSansWeb-BoldItalic.woff');
	font-weight: bold;
	font-style:italic;
}

* {
	margin:0;
	padding:0;
	transition:	0.3s;
}


a {
	text-decoration:none;
	outline:none;
}

img, a img {
	border:0;
}

.clear {
	clear:both;
	}

html {
	scroll-behavior:smooth;
}

body {
	font-family:BundesSansWeb, Arial, Tahoma, 'Sans Serif';
	font-size:17px; 
	color:#333;
	background-image:url(/grafik/hg_grau.png);
	background-repeat:repeat-x;
	background-position:top;
}

#infobalken {
	text-align:center;
	background-color:#B40725;
	color:#FFF;
	position:fixed;
	padding:10px 30px 10px 30px;
	right:0;
	top:0;
}

/* Seitenrahmen */
#seitenrahmen {
	max-width:960px;
	margin:0px auto 50px auto;
}

/* Kopfbereich */
#kopf {
	background-color:#004F80;
	padding:20px 20px 50px 20px;
	border-bottom:0px solid #CCC;
	height: auto;
}

#logoleiste {
	background-color:#FFF;
	height:100px;
	padding:0px 38px 20px 12px;
}

#logo1 {
	float:left;
	margin:20px 0px 0px 10px;
}

#logo1 img {
	max-width:280px;
	height:auto;
}

#logo2 {
	float:right;
	margin-top:25px;
}

#logo2 img {
	max-height:52px;
	width:auto;
}

#titelleiste {
	clear:both;
	color:#FFF;
	padding:50px 0px 0px 70px;
}

p#titel, p#titel a {
	font-family:BundesSerifWeb, Georgia, "Times New Roman", Times, serif;
	font-size:1.3em;
	color:#FFF;
}

#titel a:hover {
	text-decoration:underline;
}

#slogan {
	font-size:1.0em;
	font-style:italic;
}

#termin {
	margin:15px 0px 0px 0px;
}



/* Mitte Rahmen */
#mitte  {
	clear:both;
	background-color:#FFF;
	margin-top:7px;
}


/* Kontext */
#kontextspalte {
	float:left;
	width:210px;
	margin:0px 0px 0px 0px;
}

#sprachen {

	padding:5px 0px 10px 0px;
	margin:-5px 0px 30px 0px;
}

#sprachen a {
	color:#666;
}

#sprachen a:hover {
	color:#B40725;
}

#sprachen a:active {
	color:#B40725;
}

#sprachen a.aktiv {
	color:#B40725;
}



#navi {
	border-top:2px solid #333;
	border-bottom:2px solid #333;
	padding:10px 0px 10px 0px;
	margin-top:30px;
}

#navi li {
	list-style-type:none;
	border-bottom:1px solid #e3e3e3;
}

#navi li:last-child {
	border-bottom:0px solid #e3e3e3;
}

#navi a {
	font-family:BundesSerifWeb, Georgia, "Times New Roman", Times, serif;
	font-size:1.2em;
	color:#666;
	display:block;
	padding:6px 0px 6px 10px;
}
#navi a:hover {
	color:#B40725;
}

#navi a:active {
	color:#B40725;
}

#navi a.aktiv {
	color:#B40725;
}

#navi li:hover {
}

.subnavi a  {
	font-size:1.0em !important;
	margin-left:20px;
}

#archiv {
	margin-top:30px;
}

#archiv li {
	list-style:none;
	background-color:#f2f2f2;
	padding:5px 5px 10px 15px;
	margin-bottom:10px;
}

#archiv li:hover {
	background-color:#CCC;
}

#archiv a {
	color:#666;
	display:block;
}



/* Inhalt */
#inhalt {
	margin:0px 0px 0px 310px;
	padding:60px 0px 40px 0px;
	line-height:1.5em;
}

#inhalt h1 {
	font-family:BundesSerifWeb, Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	line-height:1.2em;
	font-size:1.7em;
	margin:0px 0px 20px 0px;
	color:#333;
}

#inhalt h2 {
	font-size:1.1em; 
	margin:40px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	color:#000;
}

#inhalt h3 {
	font-size:1.1em; 
	margin:20px 0px 0px 0px;
	color:#000;
	width:100%;
	border-bottom:1px solid #333;
	padding-bottom:5px;
	text-transform:uppercase;
}

#inhalt h4 {
	font-size:1.1em; 
	margin:20px 0px 0px 0px;
	color:#000;
	font-weight:bold;
	text-transform:uppercase;
}



#inhalt p {
	margin-bottom:10px;
}

#inhalt a {
	color:#B40725;
	font-weight:bold;
	font-style:italic;
}

#inhalt a:hover {
	text-decoration:underline;
}

#inhalt ul {
	margin-bottom:15px;
}

#inhalt li {
	list-style-position: outside;
	margin-left:18px;
}

#inhalt img {
	max-width:100%;
	height:auto;
}

.fett-blau{
	font-weight:bold;
	color:#004F80;
}

.button {
	margin-top:10px;
}

.button a {
	background-color:#ED1C24;
	padding:10px 15px 15px 15px;
	font-size:1.2rem;
	line-height:1em;
	color:#FFF !important;
	display: inline-block;
}

.button a:hover {
	background-color:#F26067;
	text-decoration:none !important;
}

.zwischentitel {
	font-weight:bold;
	color:#004F80;
	font-size:1.3em;
	margin-top:30px;
}


/* Fussbereich */
#fuss-box {
	background-color:#f2f2f2;
	border:0px solid #333;
}

#fuss {
	padding:50px 0px 100px 0px;
	font-size:1.0em;
	line-height:1.5em;
	color:#666;
	max-width:950px;
	margin:0 auto;
	position:relative;
}


#fuss a {
	color:#666;
}

#fuss a:hover {
	text-decoration:underline;
}

#nach-oben  {
	width:30px;
	height:40px;
	position:absolute;
	right:30px;
	top:40px;
	padding:20px 20px 5px 15px;
	transition:	padding 0.3s;
}

#nach-oben:hover  {
	padding:5px 20px 20px 15px;
}


#metanavi {
	margin-bottom:30px;
	
}

#metanavi a {
	text-transform:uppercase;
	margin-right:30px;
}

#metanavi a.aktiv {
	text-decoration:underline;
}


/* ### Sonderseiten ### */
/* Programm */
#programm {
	border:0;
	padding:0;
	border-bottom:2px solid #000;
	padding-bottom:10px;
	width:100%;
}

#programm th {
	font-size:1.3em;
	color:#666;
	text-align:left;
	padding:10px 5px 10px 0px;
	border-bottom:2px solid #000;
}

#programm tr {
	transition: background-color 0.8s;
}

#programm tr:hover {
	background-color:#f2f2f2;
}

#programm td {
	padding:12px 16px 8px 8px;
	vertical-align:top;
	border-bottom:1px solid #f2f2f2;
}

#programm td.grau {
	background-color:#f2f2f2;
	
}

#programm td p {
	margin-bottom:10px;
	padding:0;
}

#programm .titel {
	color:#ED1C24;
	font-weight:bold;
	padding-top:20px;
	font-size:1.1em;
}

#programm td.orange {
	color:#EF7C00;
}


#programm img {
	width:18px;
	height:auto;
	vertical-align: text-bottom;
	margin-left:5px;
}


/* Referenten */
#referenten {
	display:flex;
	justify-content:space-between;
	flex-wrap: wrap;
	width:100%;
	border:0px solid #0F0;
	margin-top:30px;
}

.referenten-box {
	width:30%;
	margin-bottom:10%;
	text-align:center;
	border:0px solid #333;
	box-sizing:border-box;
	padding:1%;
	position:relative;
	height:365px;
}


.referenten-box a {
	font-style:normal !important;
	font-weight:normal !important;
	display:block !important;
}

.referenten-button {
	margin-top:25px;
	padding:5px 5px 8px 5px;
	background-color:#004F80;
	color:#FFF !important;
	position:absolute;
	bottom:0;
	left:0;
	right:0;
}

.referenten-button:hover {
	text-decoration: none !important;
	background-color: #0070B3;
}

/*
.referenten-box a:hover {
	text-decoration:none !important;
}
*/

.referenten-box:hover {
	background-color:#f2f2f2;
}


.referenten-bild img {
	width:200px;
	height: 200px;
	border-radius:100px;
	display:block;
}

.referenten-quelle {
	margin-top:-5px;
	font-size:0.8em;
	height:25px;
	color:#666;
}


.referenten-session  {
	font-size:0.95em;
	height:120px;
	line-height:1.2em;
	margin:10px 0px 10px 0px;
}

.referenten-name h2 {
	margin:10px 0px 10px 0px !important;
	color:#004F80 !important;
	height:55px;
	border:0px solid #0C0;
	line-height:1.1em;
}

.referenten-projekt {

}

.referenten-quelle {
	line-height:1.0em;
	margin-top:1px;

}


#button {
	padding:5px 20px 8px 20px;
	background-color:#B40725;
	color:#FFF;
	display:inline-block;
	font-weight:bold;
	margin-top:30px;
}

#button:hover {
	cursor: pointer;
	background-color: #F50A33;
}



@media all and (max-width: 800px) {

	#titelleiste {
		padding:30px 30px 0px 0px;
	}

	#mitte  {
		margin:0px 20px 0px 20px;
	}

	#kontextspalte {
		float:none;
		width:100%;
	}

	#inhalt {
		margin:30px 0px 0px 0px !important;
		width:100% !important;		padding:0 !important;
	}

	#fuss-box {
		padding:50px 20px 100px 20px;
	}

	#nach-oben  {
		top:100px;
	}

}



@media print {

	body {
		background-image: none;
	}

	#seitenrahmen {
		max-width:90%;
	}

	#kopf {
		background-color:transparent;
		padding:0px;
		height: auto;
	}
	
	#titelleiste {
		color:#000;
		padding:0px 0px 0px 0px;
	}
	
	p#titel, p#titel a {
		font-family:BundesSerifWeb;
		color:#000;
	}
	
	#termin {
		font-size:1.1em;
		margin-top:5px;
	}
	
	#imageleiste {
		display:none; 
	}
		
	#kontextspalte {
		display:none;
	}

	#inhalt {
		margin:0;
		padding:60px 0px 40px 0px;
	}
		
	#fuss {
		display:none;
	}

}





