/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */


body{
	font-family: 'Droid Serif', serif;
	max-width: 900px;
	margin: 1em auto 0 auto;
	padding: 0 1em 0 1em;
	font-size: 1.1em;
	color: #58585A;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Droid Sans', sans-serif;
}

h2 {
	margin: 1.25em 0 1.25em 0;
}

h3 {
	margin: 1.25em 0 1em 0;
}

h4 {
	margin: 1.25em 0 0.75em 0;
}

h5 {
	margin: 1.25em 0 0.5em 0;
}


a {
	color: #0086B7;
}

a:focus,
a:hover,
a:active {
	color: #222222;
}

header {
	width: 100%;
	border: 1px solid #5FACD1;
	border-radius: 3px;
	margin: 1em 0 1em 0;
}

header div{	
	padding: 1em;
}

header a {
	display: block;
}

section {
	border: 1px solid #5FACD1;
	border-radius: 3px;
	margin: 1em 0 1em 0;
	position: relative;
	display: none;
	opacity: 0;
	width: 100%;
}

.tabelle section {
	display: block;
	opacity: 1;
}

section div.flexibel {
	padding: 1em;
	display: none;
}

.tabelle section div.flexibel {
	display: block;
}

section div.sektionAus {
	display: none;
}

section div.sektionEin {
	display: block;
}

section.sektionAuf div.flexibel,
section.sektionAuf div.sektionAus {
	display: block;
}

section.sektionAuf div.sektionEin {
	display: none;
}

section h2.sektionWupp {
	margin: 0;
	line-height: 1em;
	padding: 0.5em 1.1em 0.5em 0.75em;
	font-weight: normal;
	background-color: #9FCBE4;
	color: #5FACD1;
}

section li.aktiv {	
	background-color: #C8F1FF;
	padding-bottom: 10px;
}

section ol ul {
	margin-top: 0;
}



.betont {
	font-weight: bold;
}

.betont *{
	font-weight: normal;
}

.betont h3,
.betont strong{
	font-weight: bold;
}

section ol>li span a {
	text-decoration: none;
}

section ol>li div {
	display: none;
	padding-left: 40px;
}

section ol>li div h3{
	font-size: 1em;
	margin-bottom: 0.25em;
	font-weight: bold;
}

section ol>li ul{
	margin-top: 5px;
}


section h2.sektionWupp a,
section a.schalter {
	text-decoration: none;
	display: block;
}

section h2.sektionWupp a:focus,
section h2.sektionWupp a:hover,
section a.schalter:focus,
section a.schalter:hover {
	color: white;
}

section a.schalter {
	font-size: 2em;
	font-weight: bold;
}

section .sektionSchalter {
	position: absolute;
	top: 0;
	right: 0.5em;
}

.testTabelle {
	width: 600px;
}

.testTabelle>li {
	display: table-row;
	width: 600px;
}

.testTabelle>li.testUeber {
	font-weight: bold;
}

.testTabelle>li ul{
	width: 600px;
	padding: 0;
}

.testTabelle>li li{
	display: table-cell;
	width: 150px;
}


.testListe>li.testUeber {
	display: none;
}

.testListe>li ul{
	padding: 0;
}

.testListe>li li {
	list-style: none;
	font-weight: bold;
}

.testListe>li li span {
	font-weight: normal;
	width: 150px;
	display: inline-block;
}

.testListe>li li span:after {
	content: ": ";
}








/* ==========================================================================
   Media Queries
   ========================================================================== */

   
   




@media only screen and (min-width: 451px) {
/* ###################################################################### Anfang > 451px */
  

header {
}
header a {
	height: 200px;
}

  
}/* #####################################################################   Ende > 451px */

   
   
   
   
   
@media only screen and (min-width: 35em) {

}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 1.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
    

    header,
    section,
    section *,
    section div.flexibel, 
    section div.flexibel div{
    	display: block;
    	opacity: 1;
    }
    
    section strong {
    	display: inline;
    }
    
    section {
    	page-break-inside: avoid;
    }
    
    .umbruch {
    	page-break-before: always;
    }
	
   li span a {
   	display: none;
   } 
    
    
}