html {
    -webkit-tap-highlight-color: #747473;
}
body {
	font-family: roboto,"Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-weight: 300;
    font-size: 16px;
    background-image: url(bilder/chrono_header_v18.png);
    background-repeat: no-repeat;
    background-position: 0px -100px;
}
input, textarea, select {
	font-size: 1em;
}
h3, h4, h5, p, td, ul, ol, blockquote, input, textarea, select { 
	font-family: roboto,"Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
}
h1, h2 {
    font-family: "Courier New", Courier, mono !important;
}
h1 {
    font-size: 23px;
    font-weight: bold;
    margin: 50px 0 25px 0; 
}
h1.weltkriegsereignisse {
    font-size: 20px;
    background-position: 0 5px;
}
header h1 {
    background-image: url(bilder/h1_hg.png);
    background-position: 0 5px;
    font-size: 20px;
}
h2 {
    font-size: 20px;
    font-weight: bold;
}
p, p.kasten {
    line-height: 1.6em;
    margin: 0 0 25px;
}
cite {
	font-family: roboto,"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-style: italic;
}
acronym, dfn, abbr, span.abbr {
	border-bottom: 1px dotted #000;
	cursor: help;
}
blockquote {
    font-size: 16px;
    line-height: 1.6em;
}
#content_text ul li {
    line-height: 1.6em;
    background-position: 0 0.5em;
}
#content_text ol li {
    line-height: 1.6em;
}
.navbar {
    min-height: 0;
}
.navbar-brand {
    height: auto;
    padding: 0;
    margin: 15px;
}
.navbar-toggle {
    margin-top: -60px;
    margin-right: 0;
    padding: 15px 20px; 
    border: 2px solid transparent;
}
#logo img {
    max-width: 100%;
    height: auto;
    width: 542px;
}
#logo a {
    display: inline-block;
}
#logo a:focus, #logo a:hover, #logo a:active {
    background-color: transparent;
    outline: 2px solid #e10320;
}
#headerimg {
    margin-bottom: 30px;
}
#headerimg img {
    max-width: 100%;
    height: auto;
}
#content_text a {
    color: #e10320;
    text-decoration: underline;
}
#content_text a:visited {
    color: #660099;
}
#content_text a:focus, #content_text a:hover {
	color: #fff;
	background-color: #e10320;
	text-decoration: none;
}
#footer_navi {
    clear: none;
    margin-left: 0;
    margin-top: 30px;
    padding: 15px;
    line-height: 1.4em;
    border: 3px solid #ccc;
}
#footer_navi a {
    line-height: 30px;
}
#footer_navi ul li {
    background: none;
}
#bitv_box {
    /*float: none;*/
}
.navbar-default {
    background-color: transparent;
    border: none;
}
.navbar-default .navbar-toggle {
    border-color: #888;
}
.navbar-nav {
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0;
}
.navbar-collapse {
    padding-left: 0;
    padding-right: 0;
}
.nav > li {
    border-bottom: 1px solid #ccc;
}
.nav > li > a {
    padding: 3px 0;
    color: #000;
}
.nav > li.active > a {
    padding-left: 20px;
}
.nav > li > a:hover,
.nav > li > a:focus {
    background-color: #D3D1D1;
}
.nav li span.current {
    font-weight: bold;
    position: relative;
    display: block;
    padding: 3px 0 3px 20px;
}
.nav ul.nav {
    padding-left: 0;
}
.nav ul ul.nav {
    padding-left: 20px;
}
.nav li.active {
    background-image: url(bilder/bullet_nav.png);
    background-repeat: no-repeat;
    background-position: 30px 10px;
    background-color: #eeeded;
    padding-left:30px;
}
.nav ul.nav li.active {
    padding-left: 0;
    background-position: 0 10px;
}
.nav ul ul.nav li.active {
    padding-left: 0;
    background-position: 0 10px;
}
.nav li.active li {
    border-bottom: none;
}
.navbar-form {
    margin-left: 0;
    margin-right: 0;
}
.form-control {
    margin-right: 5px;
    display: inline-block;
    width: 40%;
    box-shadow: 0 0;
    -webkit-box-shadow: 0 0;
}
legend {
    width: auto;
}
.frame-ruler-before::before {
	border-style: dashed;
	border-width: 1px;
}
.frame-ruler-after::after {
	border-style: dashed;
	border-width: 1px;
}
.a21glossary.navbar {
	line-height: 2em;
}
.a21glossary.navbar a {
	margin: 0 0.3em;
}
/*
@media (min-width: 768px) {
.navbar-collapse.collapse {
    display: inline-block !important;
}
}
*/