
/* 
 rot: #99042f
grau: #5f6062

 */

 body{
  overflow: -moz-scrollbars-vertical; 
    overflow-y: scroll;
 }
 
 

nav {
    display: block;
    width: 100%;
    background: #fff;

}

.top-nav li a:hover, .aside-nav li a:hover {
    background: #ccc;
}


 
.top-nav .active-item a {
    background: #99042f;
	color:#fff;
	
}

.top-nav .active-subitem a {
    background: #ddd;
	color:#000;
	
}



/* submenus */
.top-nav li ul li a {
    background: none repeat scroll 0 0 #bbb;
    min-width: 100%;
    padding: 0.625rem;
}


.top-nav li a {
    color: #000;
}

.count-number {
visibility:hidden;
width:0px;
}

a, a:link, a:visited,  a:active {
    text-decoration: none;
    color: #99042f;
    transition: color 0.20s linear 0s;
    -o-transition: color 0.20s linear 0s;
    -ms-transition: color 0.20s linear 0s;
    -moz-transition: color 0.20s linear 0s;
    -webkit-transition: color 0.20s linear 0s;
}


a:hover {    text-decoration: underline;}

.teaser {
background: #99042f;
padding: 5px;

min-height: 70px;
color:#fff;
cursor: pointer;
 
 
}

.teaser-mi {
padding-top: 18px;
}



.teaser-kl {
background: #99042f;
padding: 5px;
min-height: 35px;
color:#fff;
cursor: pointer;
}
.teaser-kl-ter {
background: #99042f;
padding: 5px;
min-height: 25px;
color:#fff;
cursor: pointer;
}

h3 {
font-size:24px;
 
}
h4 {
font-size:18px;
 
}

#first-block, #second-block, #third-block, #fourth-block {
    padding: 3rem 0 0 0;
}

p {margin-bottom:10px}

.top-nav ul ul li a {
 
    display: block;
    font-size: 0.9rem;
    padding: 0.75rem;
}

.top-nav ul  li  {
min-width:50px;
}

.top-nav ul ul li  {
width:100%;
}

hr {
    border: 0;
        border-top-color: currentcolor;
        border-top-style: none;
        border-top-width: 0px;
    border-top: 1px solid #aaa;
    clear: both;
    height: 0;
    margin: 1rem auto;
}

 