@font-face {
   font-family: "Arial Narrow";
   local: "Arial Narrow";                
	                          
   src: url('ARIALN.TTF');
}
body {	
	margin-top: 0px;
	margin-left: 0px;
	
	margin-right: 0px;
	margin-bottom: 0px;
	
	
	font-family: 'Arial Narrow', sans-serif;
	background-color: #bbbecd;
}

.archimedon_logo{
	background-image: url(archimedon-logo.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center right;
}

.background_hell_grau{
	background-color:#EEEBE9;
}
.color_hell_grau{
	color:#EEEBE9;
}
.background_dunkel_grau{
	background-color: #383838;
}
.background_white{
	background-color: white;
}
.nav li, .breadcrumb li{
	 list-style: none;
}
.nav a, .breadcrumb a, a{
	text-decoration: none;
}
.verlauf_seitenspalte{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f1f1f1+0,f1f1f1+50 */
background: #f1f1f1; /* Old browsers */
background: -moz-linear-gradient(top,  #f1f1f1 0%, #f1f1f1 50%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #f1f1f1 0%,#f1f1f1 50%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #f1f1f1 0%,#f1f1f1 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#f1f1f1',GradientType=0 ); /* IE6-9 */

}

.hide{
	display:none !important;
}

.hide_over1024{
	display:none !important;
}
@media screen and (max-width: 1024px) {
	.hide_over1024{
		display:inline-block !important;;
	}
}


.spaltenbreite_aussen {
	width: 250px;
}
@media screen and (max-width: 1600px) {
	.spaltenbreite_aussen {
		width: 205px;
	}
}

.spaltenbreite_aussen > div{
	margin-bottom: 2px;
}

#mitte {
	margin: 0 auto;
	width: 1600px;
}
@media screen and (max-width: 1600px) {
	#mitte {
		width: 1024px;	
	}	
}
@media screen and (max-width: 1024px) {
	#mitte {
		width: 100%;	
	}	
}



#archimedon_logo_container_oben{
	width:100%;
	height:50px;
	display:none;
	background-color:white;
}
@media screen and (max-width: 819px) {
	#archimedon_logo_container_oben {
		display:block;
	}	
}
@media screen and (max-width: 500px) {
	#archimedon_logo_container_oben {
		display:none;
	}	
}

#archimedon_logo_container_oben .archimedon_logo{
	height:46px;
	position: absolute;
    right: 0px;
    width: 159px;
	margin-right: 30px;
    margin-top: 3px;
	background-size: 78%;
}

#sprachauswahl {
	position:absolute;
	right: 5px;
	top: 10px;
}
@media screen and (max-width: 819px) {
	#sprachauswahl{
		top: -45px;
	}
}
@media screen and (max-width: 500px) {
	#sprachauswahl{
		top: 14px;
	}
}

#banner{
	position: absolute;
	top: 70px;
	left: 10px;
}
@media screen and (max-width: 1600px) {
	#banner {
		top: 60px;
		display: initial;
	}
}
@media screen and (max-width: 819px) {
	#banner{
		top: 30px;
		display: initial;
	}
}
@media screen and (max-width: 500px) {
	#banner{
		display: none;
	}
}
#banner p{
	margin: 0;
}

#header_picture {
	height: 321px;
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
@media screen and (max-width: 1600px) {
	#header_picture {
		height: 207px;
	}
}
@media screen and (max-width: 1024px) {
	#header_picture {
	}
}
@media screen and (max-width: 819px) {
	#header_picture {
		height: 30px;
	}
}
@media screen and (max-width: 500px) {
	#header_picture {
		height: 50px;
	}
}



#menue {
	height: 60px;
	position: absolute;
	top:10px;
	width: 100%;
	font-size: 1.4em;
}
@media screen and (max-width: 1600px) {
	#menue {
		height: 50px;
		font-size: 1.2em;
	}
}
@media screen and (max-width: 819px) {
	#menue {
		top: 0px;
		height: 30px;
	}
}
@media screen and (max-width: 500px) {
	#menue {
		font-size: 1.0em;
		height: 30px;
		top: 10px;
	}
}


#menue #menue_suche{
	position: absolute;
	left: -130px;
	top: -6px;
	display: none;
}
@media screen and (max-width: 1024px) {
	#menue #menue_suche{
		display: inherit;
	}
}
@media screen and (max-width: 819px) {
	#menue #menue_suche{
		left: -40px;
		top: -16px;
	}
}
@media screen and (max-width: 500px) {
	#menue #menue_suche{
		top: -13px;
	}
}


.show-on-small {
	display:none;
}
@media screen and (max-width: 500px) {
	#menue .show-on-small { 
		display: table-cell; 
		height: 30px;
		vertical-align: middle;
	}

	#menue #siteNav ul.menu { 
		/* resetting and blocking the elements 
		in order to have a large touch surface */  
		left: -300px; 
		width: auto !important; 
		z-index: 10009; 
		line-height: 1.8 !important; 
		position: absolute; 
		top: 40px;
		z-index: 9999; 
		border: 1px solid #f2f2f2; 	
	
		/* the transitions */
		-webkit-transition: all 300ms ease-in-out;
		-moz-transition: all 300ms ease-in-out;
		transition: all 300ms ease-in-out;
	}

	/* the open state -  here we are using the CSS 3D Transforms */
	#menue #siteNav ul.menu.menuIsActive { 
		-webkit-transform: translate3d(300px, 0, 0);
		-moz-transform: translate3d(300px, 0, 0);
		transform: translate3d(300px, 0, 0);
		-webkit-overflow-scrolling: touch; 
	}

	#menue #siteNav ul.menu ul { 
		display: block; 
		position: static; 
		opacity: 1; 
		padding-left: 20px;
		font-weight: normal;
	}
	#menue #siteNav ul.menu ul li { 
		text-indent: 5px; 
		font-size: 0.9em; 
		border-bottom: 1px solid #002851; 
	}
	#menue #siteNav ul.menu ul li:last-child{ 
		border-bottom: none; 
	}
	#menue #siteNav ul.menu > li, #menue #siteNav ul.menu li, #menue #siteNav ul.menu a, #menue #siteNav ul.menu li > a { 
		display: block !important; 
		text-align: left !important;
		line-height: normal !important;
	}

	/* globally reset all paddings */
	#menue #siteNav ul.menu a { 
		padding-top: 4px !important; 
		padding-bottom: 4px !important; 
		padding-left: 14px !important; 
		padding-right: 14px !important; 
	}
	/* resetting all the hover states 
	- can be omitted in live sites */
	#menue #siteNav ul.menu a:hover, menue #siteNav ul.menu li:hover a { 
		background: none !important; 
	}
	
	/*Link Farben*/
	#menue #siteNav > a{
		color: #002851;
	}
	#menue #siteNav ul.menu > li > a{
		color: #002851 !important;
	}
	#menue #siteNav ul.menu > li > ul a{
		color: white !important;
	}
	#menue #siteNav ul.menu > li.active > a{
		color: white !important;
	}
	#menue #siteNav ul.menu > li.active > ul > li.active > a{
		color: #002851 !important;
	}
	#menue #siteNav ul.menu > li.active > ul > li.active > ul > li.active > a{
		color: #002851 !important;
	}
	/*Hintegrundfarbe Farben und Einrückung*/
	#menue #siteNav ul.menu {
		background-color: #BFBFBF !important;
	}
	#menue #siteNav ul.menu > li{
		background-color: #ECECEC !important;
		margin-left: 0px !important;
	}
	#menue #siteNav ul.menu > li.active{
		background-color: #e42a3d !important;
	}
	#menue #siteNav ul.menu > li > ul{
		background-color: #919191 !important;
	}
	#menue #siteNav ul.menu > li > ul > li{
		background-color: #919191 !important;
	}
	#menue #siteNav ul.menu > li > ul > li > ul{
		background-color: #919191 !important;
	}

	/* support for browsers which do not support 3D transforms 
	- must use Modernizr for this feature */
	.no-csstransforms3d ul.menu.menuIsActive { left: 0; } 

	/* the visibility toggler */

	#menue #menutoggler { 
		
	}
	
	/* Bild zum Menüeintrag*/
	#menue #siteNav ul.menu img{
		float: right;
		position: relative;
	    right: -14px;
		top: -4px;
		height: 26px;
	}
  
}


.show_only_large{
	display:none;
}
@media screen and (max-width: 500px) {
	.show_only_large{
		display:inherit;
	}	
}

#hauptmenue {
	position: absolute;
	left: 240px;
	height: 100%;
	width: 800px;
	font-weight: bold;
}
@media screen and (max-width: 1600px) {
	#hauptmenue {
		left: 90px;
		width: 650px;
	}
}
@media screen and (max-width: 1024px) {
	#hauptmenue {
		left: 90px;
		width: 500px;
	}
}
@media screen and (max-width: 819px) {
	#hauptmenue {
		left: 0px;
		width: 100%;
		background-color: #BFBFBF;
	}
}
@media screen and (max-width: 500px) {
	#hauptmenue {
		background-color: #F2F2F2;
	}
}


#hauptmenue > nav {
	height: 100%;
	margin-left: initial;
}
@media screen and (max-width: 819px) {
	#hauptmenue > nav {
		margin-left: 20px;
		padding-right: 30px;
	}
}
@media screen and (max-width: 500px) {
	#hauptmenue > nav {
		padding-right: 10px;
		margin-left: 30px;
	}
}

#hauptmenue > nav  > ul {
	padding: 0px;
	margin: 0px;
	height: 100%;
	display: table;
	width: 100%;
}
@media screen and (max-width: 500px) {
	#hauptmenue > nav  > ul {
		height: inherit;
		background-color: #BFBFBF;
	}
}
#hauptmenue > nav > ul > li{
	display: table-cell;
	
	text-align: center;
	height: 100%;
	line-height: 46px;
    vertical-align: middle;
}
@media screen and (max-width: 819px) {
	#hauptmenue > nav > ul > li{
		width: 100px;
		margin-left: 0.5em;
		line-height: 30px;
		
	}
}
@media screen and (max-width: 500px) {
	#hauptmenue > nav > ul > li{
		width: auto;
		margin-left: 0.5em;
		line-height: 30px;
		
	}
}
#hauptmenue > nav > ul > li ul{
		display: none;
}
@media screen and (max-width: 500px) {
	#hauptmenue > nav > ul > li ul{
		display: inherit;
	}
}
#hauptmenue > nav > ul > li.active{
	background-color: #e42a3d;
}
#hauptmenue > nav > ul > li > a{
	color: #002851;
}
#hauptmenue > nav > ul > li > a:hover{
	color: #e42a3d;
}
#hauptmenue > nav > ul > li.active > a{
	color: white;	
}
	
#archimedon_logo_menue{
	position: absolute;
	right: 0px;
	top: 0px;
	width:185px;
	height:100%;
	background-position: center center;
	margin-right: 70px;
}
@media screen and (max-width: 1600px) {
	#archimedon_logo_menue{
		margin-right: 50px;
		width: 140px;
	}
}
@media screen and (max-width: 1024px) {
	#archimedon_logo_menue{
		margin-right: 30px;
	}
}
@media screen and (max-width: 819px) {
	#archimedon_logo_menue{
		margin-right: 10px;
	}
}
@media screen and (max-width: 819px) {
	#archimedon_logo_menue{
		display: none;
	}
}
@media screen and (max-width: 500px) {
	#archimedon_logo_menue{
		display: inherit;
		margin-right: 20px;
	}
}


#submenue_modul{
	position: absolute;
	top: 70px;
	width: 100%;
	height: 250px;
	
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#002851+0,002851+100&0.8+0,0.8+100 */
background: -moz-linear-gradient(top,  rgba(33,47,75,0.8) 0%, rgba(33,47,75,0.8) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(33,47,75,0.8) 0%,rgba(33,47,75,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(33,47,75,0.8) 0%,rgba(33,47,75,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc002851', endColorstr='#cc002851',GradientType=0 ); /* IE6-9 */


	font-size:	16px;
	
	display:none;
}
@media screen and (max-width: 1600px) {
	#submenue_modul{
		top: 60px;
		height: 146px;
	}
}

#submenue_modul > div{
	display:none;
	color: white;
	
	/*Vertikal zentrieren*/
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
#submenue_modul table{
	height: 235px; 
	width: 1240px;
	font-size: 1.2em;
	margin-left: auto; 
	margin-right: auto;
}
@media screen and (max-width: 1600px) {
	#submenue_modul table{
		height: 132px; 
		width: 100%;
		font-size: 0.9em;
	}
}
#submenue_modul table img{
	margin-top: 5px;
}
@media screen and (max-width: 1600px) {
	#submenue_modul table img{
		margin-top: 2px;
	}	
}
#submenue_modul > div a{
	color: white;
}








.bild_unten_seiten{
	background-image: url(punkte.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}




#inhalt_links_rechts{
	position:relative;
}


.spalte_oben{
	height: 70px;
	
}
.spalte_oben > *{
	height: 100%;
	align-items: center;
	display: flex;
}
.spalte_oben *{
	margin-top:0px;
	margin-bottom: 0px;
}
.spalte_oben_aussen *{

}




#inhalt_links_oben p{
	width: 100%;
}



#inhalt_links{
	float: left;
}
@media screen and (max-width: 500px) {
	#inhalt_links {
		display: none;
	}
}




#inhalt_links  a{
	display: inline-block;
}
#inhalt_links .current > a, #inhalt_links a:hover{
/*überlagert kasten rechts von aktiv
	background-color:#ECE9E7;
	*/
}
#inhalt_links .current {
	/*background-color:#FCE2D2;	*/
	background-image: url(menue_links_kasten.png);
	background-position: right 3px top 7px;
	background-repeat: no-repeat;
}
@media screen and (max-width: 1600px) {
	#inhalt_links .current {
		background-position: right 3px top 4px;
	}
}	

/*Erste Ebene*/
#inhalt_links ul {
	padding-left: 0px;
	margin-top: 0px;
	font-size: 1.1em;
}
@media screen and (max-width: 1600px) {
	#inhalt_links ul {
		font-size: 1.0em;
	}
}
#inhalt_links > ul > li {
	margin-bottom: 2px;
	background-color:white;
}
#inhalt_links > ul > li > a{
	padding-left: 15px;
	padding-top: 3px;
    padding-bottom: 3px;
	color: #002851;
	font-weight:bold;
}

/*Zweite Ebene*/
#inhalt_links > ul > li > ul {
	background-color: #002851;
	margin-bottom: 5px;

}
#inhalt_links > ul > li > ul > li{
	padding-left: 5px;

	background-color: #919191;
	margin-bottom: 1px;
}
#inhalt_links > ul > li > ul > li> a{
	padding-left: 25px;
	color: white;
	padding-top: 2px;
    padding-bottom: 2px;
}







#container_mitte_rechts {
	margin-left: 250px;
}
@media screen and (max-width: 1600px) {
	#container_mitte_rechts {
		margin-left: 205px;
	}
}
@media screen and (max-width: 500px) {
	#container_mitte_rechts {
		margin-left: 0px;
	}	
}

#inhalt_rechts{
	float: right;
	width: 250px;
}
@media screen and (max-width: 1600px) {
	#inhalt_rechts{
		width: 205px;
	}	
}
@media screen and (max-width: 1024px) {
	#inhalt_rechts{
		display: none;
	}
}




#inhalt_rechts .custom > p{
	display: none;
}
#inhalt_rechts table{
	background-color: #919191;
	border-spacing: 0px;
	width: 100%;
}
#inhalt_rechts table tr{
	vertical-align: top;
}
#inhalt_rechts th{
	background-color: white;
	font-weight: bold;
	padding: 0 0 0 0;
	align-items: center;
	display: flex;
	color: #002851;
	font-size: 1.1em;
}
@media screen and (max-width: 1600px) {
	#inhalt_rechts th{
		font-size: 1.0em;
	}	
}
#inhalt_rechts th img{
	margin-right: 14px;
}


#inhalt_rechts td{
	color: white;
	font-size: 1.0em;
}
#inhalt_rechts td p{
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
}
#inhalt_rechts td ul{
	padding-left: 30px;
}
#inhalt_rechts hr{
	border-bottom: 0;
	border-color: #002851;
}
#inhalt_rechts a{
	color: white;
}



#inhalt_rechts ul.nav {
	padding-left: 0px;
	margin-top: 0px;
	font-size: 1.1em;
}
@media screen and (max-width: 1600px) {
	#inhalt_rechts ul.nav {
		font-size: 1.0em;
	}	
}
#inhalt_rechts > ul.nav > li {
	margin-bottom: 2px;
	background-color:white;
	padding-top: 2px;
    padding-bottom: 2px;
}
#inhalt_rechts > ul.nav > li > a{
	padding-left: 40px;
	padding-top: 2px;
    padding-bottom: 2px;
	color: #002851;
	font-weight:bold;
}

#inhalt_rechts .bfFormDiv{
	margin-left: 9px;
}
#inhalt_rechts section.bfElemWrap{
	margin-bottom: 3px;	
	padding-bottom: 0px;
	padding-top: 0px;
}
#inhalt_rechts section.bfRolloverBg{
	background-color: initial !important;
}
#inhalt_rechts select.ff_elem{
	width: 106px;
	height: 21px;
}
@media screen and (max-width: 1600px) {
	#inhalt_rechts select.ff_elem{
	        width: 85px;
	}
}
#inhalt_rechts button.bfSubmitButton{
	margin-right: 14px;
	width: 107px;
}
@media screen and (max-width: 1600px) {
	#inhalt_rechts button.bfSubmitButton{
        	margin-right: 11px;
	        width: 85px;
	}
}

#artikel{
	min-height: 720px;
	margin-right: 250px;
	color: #606060;
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 22px;
	font-size:1.3em;
}
@media screen and (max-width: 1600px) {
	#artikel{
		margin-right: 205px;
		padding-left: 30px;
		padding-right: 30px;
		font-size:1.1em;
	}
}
@media screen and (max-width: 1024px) {
	#artikel{
		margin-right: 0px;
	}
}

#artikel p:last-child{
	margin-bottom: 0px;
}
#artikel a {
	color: #002851;
}
#artikel a  img{
	width: 80%;
}

#artikel a.mapprint  img{
	width: initial;
}


#artikel h1{
	color: #002851;
	text-align: center;
	margin-top: 0px;
	font-size: 1.5em;
}
@media screen and (max-width: 1600px) {
	#artikel h1{
		font-size: 1.4em;
	}
}
@media screen and (max-width: 500px) {
	#artikel h1{
		font-size: 1.2em;
	}
}
#artikel h2{
	color: #002851;
	text-align: center;
	padding-top: 10px;
	font-size: 1.1em;
}
@media screen and (max-width: 1600px) {
	#artikel h2{
		font-size: 1.1em;
	}
}
#artikel h2:first-child{
	margin-top: 0px;
}
#artikel h3{
	color: #AEA8A6;
	text-align: center;
	padding-top: 10px;
	font-size: 1.2em;
}
@media screen and (max-width: 1600px) {
	#artikel h3{

	}
}

#artikel section{
	padding-left:0px;
}
#artikel button.bfSubmitButton{
	margin-right: 9.1%;
}
@media screen and (max-width: 1600px) {
	#artikel button.bfSubmitButton{
		margin-right: 8.5%;
	}
}

.breadcrumb li{
	display:inline;
}
.breadcrumb{
	padding-left: 0px;
	font-size: 0.7em;
	padding-top: 13px;
}






#menu_unten{
	display: none;
	padding-top: 5px;
	padding-bottom: 5px;
	
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d0d0d0+0,7a788c+100 */
	background: rgb(208,208,208); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(208,208,208,1) 0%, rgba(122,120,140,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(208,208,208,1) 0%,rgba(122,120,140,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(208,208,208,1) 0%,rgba(122,120,140,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0d0d0', endColorstr='#7a788c',GradientType=1 ); /* IE6-9 */

}
@media screen and (max-width: 1024px) {
	#menu_unten{
		display:inherit;
	}
}
#menu_unten #menu_unten_inhalt{
	height: 100%;
}
#menu_unten ul{
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 40px;
}
#menu_unten ul li{
	display: inline;
	border-right-style: solid;
    border-color: #002851;
    border-width: 2px;
	padding-right: 10px;
    margin-right: 10px;
}
#menu_unten ul li:last-child{
	border-right-style: none;
}
#menu_unten a{
	color: #002851;
	font-weight: bold;
}






#footer {
	position:relative;
	height: 30px;
	font-size: 0.9em;
	background-image: url(footer.png);
	background-repeat: no-repeat;
	background-position: left center;
}
@media screen and (max-width: 500px) {
	#footer{
		height: auto;
	}
}
#footer p{
    margin: 4px;	
}


.form-inline .button{
	vertical-align: middle;
	margin-right: 10px;
}
.search label, span.icon-search{
	display: none;
}
button.finder{
	font-size: 0px;
}
#mod-search-searchword, #mod-finder-searchword{
	vertical-align: middle;
}

#inhalt_rechts .finder button{
	background-color: initial;
	background-image:url(/templates/archimedon/images/searchButton.gif);
	border-style: none;
	width:24px;
	height:24px;
	border: none;
	vertical-align: middle;
	margin-right: 10px;
}

#mod-finder-searchword{
	color: #bbbecd;
}




.alert{
	border-color: red;
    border-style: solid;
    border-width: 2px;
    padding: 10px;
}

#login-form{
	display: table-caption;
}

a[href*="view=reset"]{
	display: none;
}
a[href*="view=remind"]{
	display: none;
}


.blog > div{
	padding-bottom: 1em;
	border-bottom: #AEA8A6 2px solid;
	margin-bottom: 2em;
}