@charset 'UTF-8';
@import url("default/00_reset.css");
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
/* render html5 elements as block */
header, footer, section, aside, nav, article { display: block;}
body {
	background-color: #fff;
	font-size: 1em;
	font-family: Arial, SunSans-Regular, Sans-Serif;
	color:#564b47;
}
pre, code { font-size: 1.3em; }
a {color: #999;}
a:visited {color:#999;}
a:hover {color: #ccc;}
a:active { color:#000000;}
h1 {
	font-size:1.8em;
	font-weight: normal;
	margin: 0 0 10px;
}
h2 {
	font-size:1.1em;
	font-weight: normal;
	margin: 0 0 10px;
}
h2::first-letter {
	font-size:1.2em;
	font-weight: bold;
}
.h2f {
	font-size:1.2em;
	font-weight: bold;
}
h3 {
	font-size:1.11em;
	font-weight: normal;
	margin: 0 0 10px;
}
h3::first-letter {
	font-size:1.12em;
	font-weight: bold;
	margin: 0 0 10px;
}
.h3f {
	font-size:1.12em;
	font-weight: bold;
	margin: 0 0 10px;
}
h4 {
	font-size:1.0em;
	font-weight: bold;
	margin: 0 0 10px;
}
h4::first-letter {
	font-size:1.2em;
	font-weight: bold;
}
.h4f {
	font-size:1.2em;
	font-weight: bold;
}
.topline {
	color: #fff !important;
	line-height: 1.1em;
	font: 18px/1.1em open sans,sans-serif !important;
}
.topFirst {
	font: 22px/1.2em open sans,sans-serif !important;
}
p {
	font: 13px/1.3em open sans,sans-serif;
}
#its {
	font-size: 1.2em;
	color: #07253D;
}
#mainnav { margin-top: 10px; }
ul{ list-style-type:none; }
/* ----------container zentriert das layout-------------- */
#container {
	max-width: 1200px;
	min-width:320px;
	margin: 0 auto;
	background-color: #fff;
}
/* ----------header for logo-------------- */
#top:after{
	height: 0;
	content: ".";
	display: block;
	clear: both;
	visibility:hidden;
} 
#top {
	background-color: #07253D;
	height: 167px;
}
}
#top header{
	width:100%;
	min-height:200px;
}
header p{
	text-transform:uppercase;
	/*font-size:0.8434em;*/
	text-align:center;
}
header img{ 
	border:0;
	padding: 0 0 10px;
	margin: auto;
}
.mini, .menubutton { display:none; }
.menubutton a { cursor:pointer; }
/* new nav */
nav{
	padding:0 20px 0 0;
	margin:0 0 2px;
	float:right;
	/*width:60%;*/
} 
nav ul:after {
	height: 0;
	content: ".";
	display: block;
	clear: both;
	visibility:hidden;
} 
nav ul {
	list-style-type: none;
	float:right;
	margin-right: 5px;
}   
nav li {
	float: left;
	margin: 0 5px 0 0;
}
nav a, nav a:visited {
	background-color: #07253D;
	color: #FFFFFF;
	display: block;
	padding: 5px 20px;
	text-decoration: none;
	transition: all 0.5s linear;
	box-shadow: 0 1px 2px #07253D;
}
nav a:hover {
	color:#564b47;
	background-color: #ccc;
}
nav a:active { color:#000000;}
nav a.selected {
	color:#07253D;
	background-color: #ccc; 
} 
/* ----------------- content--------------------- */
section:before {
	height: 0;
	content: ".";
	display: block;
	clear: both;
	visibility:hidden;
}
section#startpage {
	float: left;
	width: 99%;
	padding: 20px;
	background-color: #fff;
	/*min-height:600px;*/
}
section#about {
	float: left;
	width: 99%;
	padding: 20px;
	background-color: #fff;
	/*min-height:400px;*/
}
section#about img {
	float:right;
	margin-left: 25px;
	margin-top: -25px;
}
section#about p {
	display: block;
}
section#themen {
	float: left;
	width: 99%;
	padding: 20px;
	background-color: #fff;
}
section#kontakt {
	float: left;
	width: 99%;
	padding: 20px;
	background-color: #fff;
	min-height:400px;
}
section#imprint {
	float: left;
	width: 99%;
	padding: 20px;
	background-color: #fff;
	min-height:400px;
}
section#privacy_policy,section#Datenschutz {
	float: left;
	width: 99%;
	padding: 20px;
	background-color: #fff;
	min-height:400px;
}
section#news {
	float: left;
	width: 99%;
	padding: 20px;
	background-color: #fff;
	min-height:600px;
}
section#news img {
	float:right;
	margin-left: 25px;
	margin-top: -25px;
}
section#news div {
	display:inline-block;
}
section#news p {
	display: block;
}
section#events {
	float: left;
	width: 99%;
	padding: 20px;
	background-color: #fff;
	/*min-height:600px;*/
}
section#press {
	float: left;
	width: 99%;
	padding: 20px;
	background-color: #fff;
}
section#termine {
	float: left;
	width: 99%;
	padding: 20px;
	background-color: #fff;
}

*[id^='prid_'] {
	margin-left: 30px;
}

#flexbox {
	width: 99%;
	float: left;
}
p, pre{
	padding:  0 0 20px;
	line-height:1.5em;
}
ul{
	list-style-type:none;
	line-height:1.5em;
}
article header{
	background:#fff;
	padding:0;
}
article footer{
	border-bottom: 1px solid #564B47;
	color:#564B47;
	padding:0 0 20px;
	margin:0 0 20px;
}
/* -------------- side infos ------------- */
aside {
	padding:20px;
	float:right;
	width: 25%;
}
/* ----------- footer --------------------------- */
footer.footer {
	padding: 20px;
	clear:both;
	background-color: #07253D;
	color:#fff;
}
footer a {
	color: #999; text-decoration:none;
}
.footer-segment {
    display: inline-block;
    vertical-align: top;
	width: 99%;
}
/* -------------------- Media Queries -------------------- */
@media only screen and (max-width: 860px) {
	#search_modal {
		width: 95% !important;
	}
	#top header, nav {
		float:none;
		width:100%;
	}
	nav { padding:0; } 
	nav ul { float:none; }
	nav li {
		float: left;
		margin: 0;
		width:25%;
	}
	#placeholder {
	margin-top: 10px !important;
	}
	.half_form {
	width: 100% !important;
	margin: 0 auto;
	}
	.row > * {
		float: none !important;
	}
	#evForm p {
		margin-left: 0px !important;
		width: 100% !important;
	}
	.\36 u { width: 100% !important;}
}
@media only screen and (max-width: 768px) {
	#search_modal {
		width: 94% !important;
	}
	section#content {
		float: none;
		width: 100%;
		padding: 20px;
	}
	aside {
		padding:20px;
		float: none;
		width: 100%;
	}
	.footer-segment {
		display: inline-block;
		vertical-align: top;
		width: 49%;
		padding: 0 0 20px;
	}
	.footer-segment:last-child {
		border-top:1px solid #999;
		display: block;
		width: 100%;
		padding:20px 0 0 ;
	}
	#placeholder {
	margin-top: 10px !important;
	}
	#section_cnt {
	display: block !important;
	}
	#section_txt {
		width: auto !important;
	}
	#csstable2 {
		width: 60% !important;
	}
	section#about img {
	margin-top: 0px !important;
	}
	.realperson-text {
	font-size: 9px !important;
	}
	.imgTXT {
	margin-bottom: 10px !important;
	width: 100% !important;
	}
	.imgTXTsmal{
	margin-bottom: 10px !important;
	}
	.imgTXTleft{
	margin-bottom: 10px !important;
	}
	section#news {
	margin-left: 10px !important;
	}
	#artikel_video {
	margin-bottom: 10px !important;
	width: 100% !important;
	}
	.half_form {
	width: 100% !important;
	margin: 0 auto;
	}
	.row > * {
		float: none !important;
	}
	#evForm p {
		margin-left: 0px !important;
		width: 100% !important;
	}
	.readmore_right {
		margin-right: 10px !important;
	}
	.\36 u { width: 100% !important;}
	#country {
		margin-top: 0px !important;
		margin-bottom: 5px !important;
		margin-right: 30px !important;
	}
	#vid01,#vid02 {
	float: left !important;
	margin-top: -5px !important;
	margin-bottom: 20px !important;
	}	
}
@media only screen and (max-width: 480px) {
	#search_modal {
		width: 90% !important;
	}
	nav li {
		float: none;
		margin: 0;
		width:100%;
		display:block;
	} 
	nav a {
		font-size:1.2em;
		position:relative;
	}
	nav a:not(.selected):after {
		/*content:'»';*/
		position:absolute;
		right:10px;
	}
	.mini {
		display:block;
		/* 20% space rechts fuer .menubutton: */
		width: 80%;
	} 
	.menubutton {
		display:block;
		margin-left: 20px;
		z-index: 400;
		font-size:1.2em;
	}
	.menubutton a{
		text-decoration: none !important;
	}
	#placeholder {
	margin-top: 0px !important;
	}
	.maxi{ display:none; }
	footer.footer { padding: 0; }
	.footer-segment, .footer-segment:last-child  {
		display: block;
		vertical-align: top;
		width: 100%;
		border-bottom:1px solid #999;
		padding:20px;
	}
	#section_cnt {
	display: block !important;
	}
	#section_txt {
		width: auto !important;
	}
	#mainnav { margin-bottom: 10px; }
	#csstable2 {
		width: 100% !important;
		float: left !important;
		margin-top: 10px !important;
	}
	#csstable1 {
		width: 100% !important;
	}
	#csstable1 .col1 { 
	display: block !important; 
	}
	#sozial {
		float: left !important;
		margin-top: -15px !important;
	}
	section#about img {
	margin-top: 0px !important;
	}
	.realperson-text {
	font-size: 6px !important;
	}
	.imgTXT {
	margin-bottom: 10px !important;
	width: 100% !important;
	}
	.imgTXTsmal{
	margin-bottom: 10px !important;
	}
	.imgTXTleft{
	margin-bottom: 10px !important;
	}
	section#news {
	margin-left: 10px !important;
	}
	#artikel_video {
	margin-bottom: 10px !important;
	width: 100% !important;
	}
	span#creator {
		float: none !important;
	}
	.links {
		float: none !important;
		width: 100% !important;
	}
	#creator_left {
	float: none !important;
	}
	.half_form {
	width: 100% !important;
	margin: 0 auto;
	}
	.row > * {
		float: none !important;
	}
	#evForm p {
		margin-left: 0px !important;
		width: 100% !important;
		display: block !important;
		word-wrap:break-word !important;
	}
	.readmore_right {
		margin-right: 10px !important;
	}
	.\36 u { width: 100% !important;}
	#country {
		margin-top: 0px !important;
		margin-bottom: 5px !important;
		margin-right: 20px !important;
	}
	#vid01,#vid02 {
	float: left !important;
	margin-top: -5px !important;
	margin-bottom: 20px !important;
	}
}
/* -------------------- custom section -------------------- */
.clear{
	clear:both;
}
.imgclass {
	/*background-color:#fff;*/
	text-align:center;
}
.imgclass img {
	margin: 0 auto;
	text-align:center;
	display: inline !important;
}
img {
	display:block;
	border:none;
}
#logo {
	width: 150px;
	margin-top: -15px !important;
}
#placeholder {
	width: 100%;
	height:350px;
	margin-top: -10px;
	background: url('../images/placeholder.jpg') no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#section_txt {
	visibility: visible;
	left: 20px;
	width: 225px;
	min-height: 230px;
	line-height: normal;
	letter-spacing: normal;
	word-wrap: break-word;
	margin: 10px;
}
#section_cnt {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	box-orient: horizontal;
	-webkit-box-align: stretch;
	-moz-box-align: stretch;
	box-align: stretch;
	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	box-direction: normal;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	box-pack: justify;
}
hr {
	border-bottom: 2px solid #D4AF37;
	height: 0px !important;
	min-height: 0px !important;
}

.readmore,.readmore_right span{
	font: 15px/1.3em open sans,sans-serif;
	transition: color 0.4s ease 0s;
	color: #996944;
	/*white-space: nowrap;*/
	margin: 0px;
	display: inline-block;
}
.readmore {
	border-radius: 0px;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-color: #FFF;
	border: 0px solid #D6CDAB;
	cursor: pointer !important;
}
.readmore_right {
	float: right;
	border-radius: 0px;
	top: 0px;
	bottom: 0px;
	left: 0px;
	margin-right: 40px;
	background-color: #FFF;
	border: 0px solid #D6CDAB;
	cursor: pointer !important;
}
#navlist li {
	list-style-type: square;
	margin-left: 20px;
	font: 13px/1.3em open sans,sans-serif;
}
#csstable1 { 
	display: inline-block;
	float: left;
	width: 20%;
}
#csstable2 {
	display: inline-block;
	float: right;
	width: 75%;
}
#csstable1 .col1 { 
	display: table-cell; 
	padding: 10px; 
}
#csstable2 .col2 { 
	display: table-cell; 
	padding: 10px; 
}
#csstable1 .col1:nth-child(even) { 
	background: #fff;
}
#csstable1 .col1:nth-child(odd) { 
	background: #fff;
}
#csstable2 .col2:nth-child(even) { 
	background: #fff;
}
#csstable2 .col2:nth-child(odd) { 
	background: #fff;
}
.links {
float: left;
margin-right: 10px;
}
#sozial {
	float: right;
	width: 135px;
	margin-top: -50px;
}
.social_buttons
{
list-style-type:none;
float:left;
margin:0;
padding:0;
}
.social_buttons li
{
list-style: none;
float:left;
margin:0px 10px 7px 2px;
}
.social_buttons img
{
display:block;
width:32px;
height:32px;
border:0;
cursor: pointer;
}
.Widget
{
	padding: 0px 0px 20px;
    max-width: 500px;
	line-height: normal;
	letter-spacing: normal;
	word-wrap: break-word;
	line-height: 1.5em;
}
/* scaled images */
#SanktAfra {
	display:block;
	width:400px;
	border:0;
	margin-top: 0px !important;
}
#Lesung {
	display:block;
	border:0;
	margin-top: 0px !important;
}
.imgTXT {
	margin-left: 20px;
	float:right;
	width:400px;
}
.imgTXTleft {
	float:left;
	width:300px;
	margin-right: 20px;
	margin-bottom: 20px;
}
.imgTXTsmal {
	margin-left: 20px;
	margin-bottom: 20px;
	float:right;
	width:300px;
}
.imgTXTlong {
	margin-top: 15px;
	margin-bottom: 15px !important;
	width:100%;
}
#Gedenktreffen {
	width: 100%;
	height:350px;
	margin-top: -10px;
	margin-bottom: 10px;
	background: url('../images/events/Gedenktreffen.jpg') no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#centerDIV {
	width: 60%;
	margin-left: 20px !important;
	display: inline-block;
    	font: 13px/1.3em open sans,sans-serif;
}
#Bibliothek {
	width: 100%;
	height:350px;
	margin-top: -10px;
	background: url('../images/news/Bibliothek.jpg') no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#artikel_video {
	margin-right: 10px;
	float:left;
}
#preview_news_player {
	cursor: pointer;
}
#creator {
	float: right;
	font-size: 0.7em !important;
	color: #ccc;
}
#creator_left {
	float: left;
	font-size: 0.7em !important;
	color: #ccc;
}
#img_title {
	float: left !important;
	font-size: 0.7em !important;
	color: #000;
	text-align: left !important;
}
.nospace {
	margin-top: 0px !important;
}
.nowrap {
	padding-bottom: 0px !important;
	font-size: 0.8em !important;
}
.doPDF {
   list-style-image: url('../images/pdficon_small.gif');
   font: 13px/1.3em open sans,sans-serif;
}
.smpdf {
	color: red;
}
#subPdf {
	margin-left: 10px;
	text-align: left;
	float: left;
}
#pageprint {
	background: url('../images/drucken.png') no-repeat left !important;
	background-size: 25px !important;
	float: right;
	width: 140px;
	height:25px;
	margin-right: 15px;
	margin-bottom: -10px;
	cursor: pointer;
}
#pageprint p {
	margin-left: 30px;
	font-size: 0.8em !important;
	color: #07253D;
}
#pageprintCust {
	background: url('../images/drucken.png') no-repeat left !important;
	background-size: 25px !important;
	float: right;
	width: 140px;
	height:25px;
	margin-right: 15px;
	margin-bottom: -10px;
	cursor: pointer;
	display: none;
}
#pageprintCust p {
	margin-left: 30px;
	font-size: 0.8em !important;
	color: #07253D;
}
article#eintragen {
	display: none;
}
#newevent {
	background: url('../images/veranstaltungen.png') no-repeat left !important;
	background-size: 25px !important;
	float: left;
	width: 180px;
	height:25px;
	margin-left: 10px;
	margin-right: 15px;
	margin-top: 15px;
	cursor: pointer;
	color: #07253D;
}
#newevent p {
	margin-left: 30px;
	font-size: 0.8em !important;
	color: #07253D;
}
table td {
	font: 13px/1.3em open sans,sans-serif;
}
#modal_send,#modal_fatal,#modal_print {
	text-align: center;
	width: 600px;
	padding: 5px 0;
	color: #FFF;
	text-shadow: 0 1px 0 rgba(0,0,0,0.25);
	box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	font-weight: 600;
}
.mod_red {
	background: #FF2D55;
}
.mod_green {
	background: green;
}
.mod_blue {
	background: #07253D;
	text-align: center !important;
}
.stringtoimg {
	margin-left: 0px;
	margin-top: -4px !important;
}
.stringtoimgDE {
	margin-left: -2px;
	margin-top: -4px !important;
}
#div_1,#div_2,#div_3,#div_4 {
	display: none;
}
.p_rechts {
	text-align: right !important;
}
.p_links {
	text-align: left !important;
}
.h1_hide {
	display: none !important;
}
#country {
	float: right;
	width: 100px;
	margin-right: 30px;
	margin-top: 10px;
}
#flag_de {
	float: left;
	cursor: pointer;
	width: 20px;
	margin-left: 20px;
}
#flag_uk {
	float: right;
	cursor: pointer;
	width: 20px;
}
#error404 {
	width: 150px !important;
}
.s_rechts {
	float: right !important;
}
.noblock {
	display: inline !important;
	margin-bottom: -3px;
}
#search_btn {
	display: inline;
	float: left;
	margin-top: 0px;
	width: 20px;
	cursor: pointer;
}
#search_btn2 {
float: right !important;
cursor: pointer;
background: none repeat scroll 0% 0% #07253D;
margin-top: 0px;
margin-right: -47px;
height: 40px !important;
width: 46px !important;
}
#search_modal {
	display: none;
	width: 96%;
	float: left;
	height: 40px;
	margin-top: 1px !important;
	margin-left: 1px !important;
}
#search_form input{
	border-radius: 0px !important;
}
#trans_bg {
	float: left;
	margin-top: 0px;
	width: 20px;
	display: none;
	background: none repeat scroll 0% 0% #07253D;
}
.highlight {
	color: red !important;
}
#media_vs {
	width: 90%;
	margin: 0px auto;
}
#media_vs iframe,#media_vs img {
	margin: 0px auto;
}
#media_vs td,#media_vs th{
	font-size: 12px;	
	vertical-align: top;
	text-align: center;
	letter-spacing: 2px;
	padding: 10px;
	font-weight: normal;
}
#img_title_media {
	font-size: 0.7em !important;
	color: #000;
}
#table_akt {
	width: 100%;
	float: left;
}
#table_akt  td,#table_akt  th {
	font-size: 12px;	
	vertical-align: top;
	padding-left: 5px;
	font-weight: normal;
	text-align: left;	
}
#table_akt img {
	width: 100px;
	float: left;
	border: 0px;
	-webkit-transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
	-ms-transition:all 0.5s ease-in-out;        
	transition:all 0.5s ease-in-out;	
}
#table_akt hr {
	width: 100%;
	border-bottom: 1px solid #07253D;	
}

#table_akt img:hover {
	width: 150px;
	-webkit-transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
	-ms-transition:all 0.5s ease-in-out;        
	transition:all 0.5s ease-in-out;
	cursor: zoom-out;	
}
.td200 {
	width: 150px;
}
.atk_pdf {
	width: 43px !important;
	float: right !important;
}
.atk_pdf:hover {
	width: 43px !important;
}
input.buttoncms,button {
	background-color:#30405D;
	margin:3px 3px 3px;
	padding:2px;
	border: 1px solid #D1081A;
	color:#fff;
	width:140px;
	cursor: pointer;
	text-align: center !important;
}

input.buttoncms:hover,button:hover {
	background-color:#333;
	cursor: pointer;
}
#vid01,#vid02 {
	float: right;
	margin-top: -50px;
}
#rede01,#rede02 {
	float: left;
}
#sitemap {
	float: left;
	width: 99%;
	padding: 20px;
	background-color: #fff;
}
#sitemap h2{
	margin-top: 25px;
}
#sitemap table td{
	font-size: 13px;
	padding: 10px;
	color: #07253D;
}
#sitemap table a {
	color: #07253D;
	text-decoration: none;
}
#sitemap table a:hover {
	color: red;
}
#sitemap table br {
	margin-bottom: 5px !important;
}
#sitemap table i {
	margin-right: 5px;
	margin-left: -5px;
}
.ico_vid {
	color: #07253D;
}
#sitemap_img {
	width: 100%;
	height:150px;
	margin-top: 40px;
	background: url('../images/sitemap_banner.gif') no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
@import url("default/04_tables.css");