
body{background-color: #f4f4f4;}
main{background-color: #fff; color: #555; font-size: 1.2em; min-height: 300px; padding:40px 0; }
h1{font-size: 1.9em}
h2{font-size: 1.5em}


/* raleway-300 - latin */
@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 300;
    src: local(''),
         url('../fonts/raleway-v28-latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
         url('../fonts/raleway-v28-latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  }
  /* raleway-regular - latin */
  @font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    src: local(''),
         url('../fonts/raleway-v28-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
         url('../fonts/raleway-v28-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  }
  /* raleway-600 - latin */
  @font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 600;
    src: local(''),
         url('../fonts/raleway-v28-latin-600.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
         url('../fonts/raleway-v28-latin-600.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  }
  /* raleway-300italic - latin */
  @font-face {
    font-family: 'Raleway';
    font-style: italic;
    font-weight: 300;
    src: local(''),
         url('../fonts/raleway-v28-latin-300italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
         url('../fonts/raleway-v28-latin-300italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  }
  /* raleway-italic - latin */
  @font-face {
    font-family: 'Raleway';
    font-style: italic;
    font-weight: 400;
    src: local(''),
         url('../fonts/raleway-v28-latin-italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
         url('../fonts/raleway-v28-latin-italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  }
  /* raleway-600italic - latin */
  @font-face {
    font-family: 'Raleway';
    font-style: italic;
    font-weight: 600;
    src: local(''),
         url('../fonts/raleway-v28-latin-600italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
         url('../fonts/raleway-v28-latin-600italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  }

  

#header {
  display: block;
  line-height: 60px;
  background: #2F81D6;
  color: white;
}

#header .headerlogo {
    float: left;
    height: 60px;
}

.headerlogo h4{
    line-height: 60px;
    margin:0;
}

.headerlogo a{
    color: white;
    text-decoration: none;
}

.headerlogo img{
    height: 32px;
    margin-top: 14px;
}

.headerimage{
    float: right;
    line-height: 60px;
}
.headerimage img{
    width: 140px;
    height: 140px;
}


#nav {
  float: right;
  height: 60px;
  padding: 0;
}

#nav ul {
    list-style: none;
    margin: 0 20px 0 0;
    padding: 0;
}
#nav ul li {
  float: left;
}
#nav ul li a {
  display: block;
  color: white;
  text-decoration: none;
  padding: 0 10px;
  line-height: 60px;
}


.navtoggle{
    display: none;
    width:20px;
    height:20px;
    cursor:pointer;
    margin-right: 20px;
    float:right;
    margin-top:20px

}

.navtoggle span{
    display:block;
    width:20px;
    height:3px;
    background:#fff;
    border-radius: 2px;
    margin: 3px 0;
}


footer{
    background-color: #f4f4f4;
    border-top: 1px solid #e4e4e4;
    color: #888;
    padding: 20px;
}

footer .copyright{
    font-weight: bold;
    padding: 10px 0 10px 0;
}

footer .columns{
    margin: 10px 0;
}

footer .footerlinks{
    list-style: none;
    padding: 0;
}

footer .footerlinks li{
    font-weight: bold;
}

footer .footerlinks li a{
    font-weight: normal;
    color: #888;
    white-space: nowrap;
    margin-right:20px;
}


.praesentation{
    float: right;
    min-width: 300px;
}

.praesentation img{
    margin: 0 0 20px 20px;
    border: 1px solid #ccc;
}

.aktuell{
    margin-top:4em;
}


.dlist dt{
    font-weight: bold;
}
.dlist dd{
    font-size: 0.9em;
    color: #888;
    margin: 0 0 10px 0;
}


@media (max-width: 720px) {

.praesentation img{
    margin: 0 0 20px 0;
    border: 1px solid #ccc;
}


    #nav{display:none;}

    #nav.open {
        background: #4Fa1f6;
        display: block;
        width: 100%;
        height: auto;
    }

    #nav.open ul {
        width: 100%;
    }

    #nav.open ul li {
        float: none;
    }

    #nav.open ul li a {
        padding: 10px 3%;
        line-height: 20px;
        z-index: 99 !important;
    }

    #header .navtoggle{
        display: block;
    }

    #header .container{
        width:100%;
        padding: 0;
    }

    #header .headerlogo {
        margin-left: 20px;
    }

}
