body {
	background-color: #e5e5e5
}

body > .container {
	background-color: white;
}

.container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.navbar-header-top {
	min-height: 30px;
}

.navbar-header-top .navbar-nav > li > a {
    padding-bottom: 5px;
    padding-top: 5px;
}

header {
	background: url("../../images/bg_header.jpg") no-repeat scroll left top / cover #6e99d4;
	min-height: 220px;
	position: relative;
	padding: 20px;
	
	border-bottom: 11px solid #c1e770;

	font-family: "Open Sans";
	text-align: right
}

header .header_titel {
	color: white;
	font-size: 3em;
	text-shadow: 1px -1px 1px rgba(0,0,0,.7);
}

header .header_subtitel  {
	color: #e3e97b;
	font-size: 1.39em;
	text-shadow: 1px -1px 1px rgba(0,0,0,.7);
}
header .header_subtitel b {
	font-weight: normal 
}

header .navbar-form {
	margin-top: 3px;
	margin-bottom: 3px;
}

header .navbar-form label {
	line-height: 20px;
	margin-bottom: 0;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 7px;
}

header .navbar-form .form-control {
	border: 0;
	padding-top: 0px;
	padding-bottom: 0px;
	height: 26px;
	line-height: 26px;
	margin-top: 0px;
	margin-bottom: 4px;	
	font-size: 12px;
}

header .navbar-form .btn {
	border: 0;
	padding-top: 0;
	padding-bottom: 0;
	margin: 0;
	line-height: 12px;


	height: 26px;
	font-size: 12px;
}

.navbar-header-top {	
	border-top: 11px solid #c1e770;
	margin-bottom: 0;
	border-radius: 0;	
}

.navbar-header-bottom {
	background-color: rgba(48, 83, 125, 0.3);
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: auto;
	min-height: 40px;

	margin-bottom: 0;
	border-radius: 0;
	border: 0;

	font-family: "Open Sans";
	color: white;
	font-weight: bold;
	font-size: 1.4em;
	text-shadow: 1px -1px 1px rgba(0,0,0,.8);
}

@media screen and (max-width: 767px) {

	.navbar-header-bottom {
		min-height: 70px;		
	}

	.navbar-header-bottom .navbar-brand {
		font-size: .9em;
	}
}

.navbar-header-bottom .subtitle {
	font-weight: normal;
	display: block;
	font-size: .8em;

	color: #e3e97b;
	text-shadow: 1px -1px 1px rgba(0,0,0,.7);	
}

@media screen and (max-width: 480px) {

	.navbar-header-bottom .subtitle {
		font-size: .5em;
	}
}

@media screen and (max-width: 370px) {

	.navbar-header-bottom .subtitle {
		display: none;
	}
}

.navbar-header-bottom .nav > li > a {
	padding: 10px 20px;
}


.navbar-header-bottom a:link,
.navbar-header-bottom a:visited {
	color: white
}



header .nav > li > a:hover,
header .nav > li > a:focus {
  background-color: rgba(48, 83, 125, 0.7);
 
}

.navbar-header-bottom a.navbar-brand {		
	display: none;
	
}

.navbar-header-bottom .top_nav {	
	display: none;
	font-weight: normal;
	font-size: .8em;	
}

.db_suche {
	background-color: #c1e770;
	padding: 0 1em 1em 1em;
	display: none;
}

main {
	padding: 20px 3px;
	min-height: 400px;
}


footer {
	background-color: #6e99d4;
	border-top: 11px solid #c1e770;
	color: white;
	padding: 10px 20px 1px 20px;
}

footer .footer_nav {
	color: #666;
}
footer .footer_nav a {
	color: white;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: "Open Sans";
}

h1 {
	margin-top: 0;
	margin-bottom: .5em;
	color: #5188c9;
}

h2 {
	margin-bottom: 1em;
	color: #5188c9;
}

.btn-aza {
    border-color: #ddd;
    color: #333;	
	background-color: #c1e770;

	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.07), rgba(255,255,255,.9));	
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.07), rgba(255,255,255,.9));	
	background-image: -o-linear-gradient(bottom, rgba(0,0,0,.07), rgba(255,255,255,.9));	
	background-image: -ms-linear-gradient(bottom, rgba(0,0,0,.07), rgba(255,255,255,.9));	
	background-image: linear-gradient(to top, rgba(193,231,112,.8), rgba(255,255,255,.7));		
}

.btn-aza:hover {
	border-color: #ccc;
	background-color: #9c3;
}

/*			Artikel			*/

div.artikel a:link, div.artikel a:visited {
	text-decoration: underline;
}

div.artikel h1 {
    line-height: 100%;
    margin-top: 0;
    color: #4f7cb1;
    font-weight: bold
}
div.artikel h2 {    
    background-image: url("../../images/dreieck_rot.gif");
    background-position: left 0.4em;
    background-repeat: no-repeat;
    padding-left: 20px;
    color: #333;
}
div.artikel h3 {
    background-image: url("../../images/quadrat_gruen.gif");
    background-position: left 0.34em;
    background-repeat: no-repeat;
    padding-left: 20px;
    color: #333;
}

div.artikel div.back_suche_linkblock {    
    margin: 0;
    padding: 0 0 .3em 0;
    border-bottom: 1px dotted #333;
        text-align: right
}

div.artikel div.anz_suchbegr {
    background: none repeat scroll 0 0 #f6f6f6;
    margin: 0 0 15px;
    padding: 3px 10px;

}

div.artikel div.anz_suchbegr * {
	margin: 0
}

div.artikel div.weiterf_links {
    background: none repeat scroll 0 0 #e6f1ff;
    border: 1px solid silver;
    clear: right;
    float: right;
    margin: 0 0 20px 20px;
    padding: 15px;
    width: 25%;
}

div.artikel div.weiterf_links ul {
    display: block;
    list-style-type: circle;
    margin: 0;
    overflow: hidden;
    padding: 0 0 0 16px;
}

div.artikel table {
    border: 1px solid gray;
    border-collapse: collapse;
    margin-bottom: 1em;
}
div.artikel table td {
    border: 1px solid gray;
    padding: 0.2em 0.3em;
}
div.artikel table td.color-0 {
    background-color: #aaa9a9;
}
div.artikel table td.color-1 {
    background-color: #c3c3c2;
}
div.artikel table td.color-2 {
    background-color: #dfdfde;
}
div.artikel table td.color-3 {
    background-color: #848282;
    color: white;
}
div.artikel table td.color-4 {
    background-color: #b6b6b5;
}
div.artikel table td.color-5 {
    background-color: #ffffff;
}
div.artikel table td.color-6 {
    background-color: #d8d8d7;
}
div.artikel table td.color-7 {
    background-color: #969595;
}
div.artikel table td p {
    margin: 0;
}

.panel-aza > .panel-heading {
	background-color: #dcf5a7;
}



/*			Startseite 			*/

.startseite_irion_forum {
	background-color: #dceeff;
	margin-top: 1em;
}

.startseite_irion_forum .bild_irion {
	font-size: .8em;
	text-align: center;		
	padding-right: 1.5em
}

.startseite_irion_forum .bild_irion .img-thumbnail {
	max-width: 100px;
	width: 100px;
}



.startseite_irion_forum h3 {
	margin-top: 0
}

.startseite_irion_forum p {
	margin-bottom: 0
}

.profitieren_sie {
	background-color: #eef9d8;
	margin-top: 20px;
	font-size: .9em;
}

.vorankuendigung {
	background-color: #fcf8e3;
	margin-top: 20px;
	font-size: .9em;
}

.umfangreichste_datenbank {
	color: #69c;
	margin-bottom: 1em;
}

.umfangreichste_datenbank .media-body {
	text-align: right;
	font-size: 1.4em;	
	line-height: 1.3em;
}

.umfangreichste_datenbank .media-body strong {
	font-family: "Open Sans";
	font-weight: 600
}

.umfangreichste_datenbank img {
	margin: 0 0 0 .5em;
}


.startseite_zuordnung_allergene {
	margin: 1.5em 0;

}

.startseite_zuordnung_allergene .well {
	background-color: #dceeff
}

.startseite_zuordnung_allergene h4 {
	margin-top: 0;
	font-size: 1.1em
}

.startseite_zuordnung_allergene ul {
	padding-left: 20px;
}


div.box_aktuelle_artikel, 
div.box_aktuelle_beitraege {
	border-bottom: 1px dotted #333;
	padding-bottom: 1em;
	margin-bottom: 1.5em;
}

div.box_aktuelle_artikel h3, 
div.box_aktuelle_beitraege h3, 
div.box_aktuelle_beitraege_meinungen h3 {
	margin-top: 0;
	margin-bottom: 1em;
	color: #5188c9;
}

div.box_aktuelle_artikel ul, 
div.box_aktuelle_beitraege ul, 
div.box_aktuelle_beitraege_meinungen ul {
    list-style-type: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}


/*		Index 		*/

div.anzeige_index div.menu {
    height: 300px;
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
}

div.anzeige_index div.abc {   
    overflow: hidden;
}

div.anzeige_index div.abc .panel-body {
	padding: 5px;
}

div.anzeige_index div.abc a {
    color: #333;
    display: block;
    float: left;
    font-size: 1.2em;
    font-weight: bold;
    width: 1.7em;
    height: 1.7em;
    line-height: 1.7em;
    border-radius: .85em;
    margin: 1px;
    text-decoration: none;
    text-align: center;
}

div.anzeige_index div.abc a.selected {
    background-color: #517db2;
    color: white;
}

div.anzeige_index div.abc a:hover, 
div.anzeige_index div.abc a:focus {
    background-color: #c1e770;     
    color: white;
}


/*		Suche 		*/

.sucherg ul.sucherg_liste > li {
	padding: 1.5em 1em;
	border-bottom: 1px dotted #333;
}

.sucherg ul.sucherg_liste > li:nth-child(1) {
	border-top: 1px dotted #333;
}

.sucherg ul.sucherg_liste > li:nth-child(odd) {
	background-color: #f6f6f6;

}


.sucherg ul.sucherg_liste li em {
    background: none repeat scroll 0 0 #d7eb9c;
    font-style: normal;
    font-weight: normal;
}


/*		Literaturverzeichnis 		*/

.literaturverzeichnis dl dt {
	width: 50px;
	font-weight: normal;
}

.literaturverzeichnis dl dd {
	margin-left: 70px;
	padding-bottom: .7em;
}

.literaturverzeichnis ul.sonstige li {
	padding-bottom: .7em
}

/*		Google Banner 		*/

.google_start_rect_1 {
	margin-bottom: 1.5em
}

.google_start_skyscr_1,
.google_links_skyscr_1,
.google_index_rect_1,
.google_index_skyscr_1,
.google_suche_skyscr_1,
.google_forum_skyscr_1 {
	margin-bottom: 1.5em
}

.google_index_rect_1 {
	margin-top: 1.5em
}

.google_linkblock_index_auswahl {
	margin-top: 1em
}

.google_linkblock_ueber_artikel {}

.google_sucherg_468er_1 {
	margin-top: 1em;
}

.google_linkblock_forum_unter_navi {
	margin: 1.5em 0;
}



@media screen and (max-width: 992px) {

	.navbar-header-bottom {
		font-size: 1.3em;
	}


	.navbar-header-bottom .nav > li > a {
	    padding: 10px 10px;
	}	


	.navbar-form .form-control {
		width: 100px;
	}

	.navbar-form {
		
	}

	.profitieren_sie .media {
		margin-top: 1em;
	}
}


@media screen and (max-width: 767px) {

	.navbar-form {
		display: none;
	}

	.db_suche {
		display: block;
	}

	.navbar-header-top {
		display: none;
	}

	.container-fluid {
	    padding-left: 15px;
	    padding-right: 15px;
	}	

	header {		
		min-height: 0;
		padding: 0;
	}

	header .header_titel {
		font-size: 2em;
		margin: 0 1em;
		display: none;
	}

	header .header_subtitel {
		font-size: 1em;
		margin: 0 2em .5em 2em;
		display: none;
	}	

	.navbar-header-bottom {
		position: static;
		background-color: rgba(48, 83, 125, 0.7);
		text-align: left
	}

	.navbar-header-bottom a.navbar-brand {	
		display: block;
	}	

	.navbar-toggle .icon-bar {
		background-color: white
	}

	.navbar-header-bottom .top_nav {
		display: block;
	}	

	/*		Artikel		*/

	div.artikel div.weiterf_links {
	    background: none repeat scroll 0 0 #e6f1ff;
	    border: 1px solid silver;
	    clear: none;
	    float: none;
	    margin: 0 0 1em 0;
	    padding: 15px;
	    width: 100%;
	}

	/*		Index 		

	div.anzeige_index div.menu {
	    height: auto;
	    overflow-x: hidden;
	    overflow-y: auto;
	    width: 100%;
	}	
	*/

	.google_banner_forum, .google_forum_skyscr_1, .google_forum_skyscr_1 * {
		display: none !important;
	}
}	

.info_startseite_smartphone {
	display: none;
}

@media screen and (max-width: 992px) {

	.info_startseite_desktop {
		display: none;
	}

	.info_startseite_smartphone {
		display: block;
	}
}