body {
  margin: 0;
  font-weight: normal;
  padding:0px;
  background-color: #18181d;
}

/* didact-gothic-regular - latin */
@font-face {
  font-family: 'Didact Gothic';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/didact-gothic-v19-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/didact-gothic-v19-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/didact-gothic-v19-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/didact-gothic-v19-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/didact-gothic-v19-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/didact-gothic-v19-latin-regular.svg#DidactGothic') format('svg'); /* Legacy iOS */
}

/* shippori-mincho-regular - latin */
@font-face {
  font-family: 'Shippori Mincho';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/shippori-mincho-v14-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/shippori-mincho-v14-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/shippori-mincho-v14-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/shippori-mincho-v14-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/shippori-mincho-v14-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/shippori-mincho-v14-latin-regular.svg#ShipporiMincho') format('svg'); /* Legacy iOS */
}



alles {
        margin: 0 auto;
        width: 100%;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-flow: row wrap;
        flex-flow: row wrap;
        font-size:1.2em;
        background-color: #cccccc;
}

alles2 {
        margin: 0 auto;
        width: 100%;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-flow: row wrap;
        flex-flow: row wrap;
        font-size:1.2em;
        background-color: #ffffff;
}

back {
        margin: 0 auto;
        width: 80%;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-flow: row wrap;
        flex-flow: row wrap;


}


back1 {
        margin: 0 auto;
        width: 80%;

        display: -webkit-flex;
        display: flex;
        -webkit-flex-flow: row wrap;
        flex-flow: row wrap;
         background: #ffffff
}

back2 {
        margin: 0 auto;
        width: 80%;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-flow: row wrap;
        flex-flow: row wrap;
        font-family: 'Didact Gothic';
}

inhalt{
         margin: 0 auto;
         width: 100%;
         display: -webkit-flex;
        display: flex;
        -webkit-flex-flow: row wrap;
        flex-flow: row wrap;
         background: #e6e6e6;
}

links,
mitte,
rechts {
       padding: 10px;
        margin: 10px;
        -webkit-flex: 1 100%;
        flex: 1 100%;
        background: #ffffff;
}

article,
aside,
footer {

         padding: 10px;
        margin: 10px;
        -webkit-flex: 1 100%;
        flex: 1 100%;
}



header {
        background: #F1F3F4;
        border-color: #d5d5d5;
}



section {
        background: #F1F3F4;
        border-color: slateblue;

}

article {


        -webkit-flex: 2 1 0%;
        flex: 2 1 0%;
}

aside {


        -webkit-flex: 2 1 0%;
        flex: 2 1 0%;
}

links {


        -webkit-flex: 2 1 0%;
        flex: 2 1 0%;

}

mitte {


        -webkit-flex: 2 1 0%;
        flex: 2 1 0%;
}

rechts {


        -webkit-flex: 2 1 0%;
        flex: 2 1 0%;
}



footer {
         padding: 10px;
        margin: 10px;
        -webkit-flex: 2 100%;
        flex: 2 100%;
        background: #18181d;

}

#news {
        height: 120px;
        -webkit-align-self: center;
        align-self: center;
}




img {
  max-width: 100%;
  height: auto;

}



h2 {
font-family: 'Didact Gothic', sans-serif;
font-style: normal;
color:#4d4d4d;
font-size: 1.0em;
margin: 10px 0px 0px 20px;
padding: 0px 0 0 0;
font-weight:normal;
}

h1 {
font-family: 'Didact Gothic', sans-serif;
font-size: 1.2em;
color: #800000;
margin: 0px 0px 0px 20px;
padding: 0px 0 0 0;
font-weight:normal;
}

h3 {
font-family: 'Didact Gothic', sans-serif;
font-style: normal;
color:#1a1a1a;
font-size: 0.8em;
margin: 0px 20px 5px 10px;
padding: 20px 0 20px 0;
font-weight:normal;
}

p {
font-family: 'Didact Gothic', sans-serif;
font-style: normal;
color: #ffffff;
margin: 0 20px 0px 10px;
font-size: 1.0em;
line-height: 140%;
font-weight:normal;
width: 200px;
}

a {
text-decoration: none;
color: #4d4d4d;
}

 a:hover {
   background:#800000;
  color: #ffffff;
}

#header{
clear: both;
height:25px;
width:100%;
margin: 0px;
padding: 0px;
background-repeat: no repeat;
position: fixed;
}

 * {
margin: 0;
padding: 0;
}

#menu {
width: 100%;
height: 25px;
padding: 10px 20px 5px 0;
background-color: #ffffff;
font-family: 'Didact Gothic', sans-serif;
font-size: 1.0em;
line-height: 1.5;
float: left;
border-bottom: 1px solid #999999;
}

#menu ul {
float: left;
width: 160px;
list-style-type: none;
}

/*--definiert die Blocküberschriften--*/
#menu p {
font-size: 1.0em;
text-align: center;
color: #880000;
}


#menu a.direkt {
font-size: 1.0em;
font-family: 'Didact Gothic', sans-serif;
font-weight: normal;
text-align: center;
color: #880000;
background: #c4c4c4;
}

/*--definiert einen Einzellink im Hoverzustand, wenn kein Drop-Down erforderlich--*/

#menu a.direkt:hover {
color: #ff0000;
font-size: 15px;
background: #f2f2f2;
}



.links {
margin: 10px 30px 5px 0px;
float: left;
}