/* sidebar */

#sidebar, .sidebar-block {
  background-color:#e7e7e8;
  -webkit-hyphens:auto;
  -moz-hyphens:auto;
  -ms-hyphens:auto;
  hyphens:auto;
}

.sidebar-block {
    padding: 0;
    overflow: hidden;
    margin: 0;
	font-size: 1.4rem;
}

.sidebar-block .fliesstext {
    padding: 10px 5px 0;
}

.sidebar-inner {
  border-top:1px solid #c1c1c2;
  padding:0px;
}

.sidebar-block:first-child .sidebar-inner {
  border:0;
  padding-top:0;
}

.sidebar-block h3 {
  font-size: 1.4rem;
  background-color: #878185;
  color: #FFF;
  margin: 0;
  padding: 6px 8px;
}

#sidebar ul, #sidebar ol, #sidebar p {
    padding: 0 5px 5px;
}

.sidebar-content ul, .sidebar-content ol, .sidebar-content p, .sidebar-content .fliesstext; , .sidebar-content .zeitraum {
    font-size: 87.5%!important;
}

.sidebar-block label, .sidebar-block select {
    width: 100%;
}

.layout-sidebar-left form {
    padding-bottom:0;
}

.layout-sidebar-left form p {
    margin:0.5em 0;
    clear:both;
}

.layout-sidebar-left input[type="text"] {
    /*background-color:#edeeee;*/
    border:1px solid #d1d1d1;
    border-radius:1px;
    height:28px;
	width:100%;
}

.sidebar-inner input[type="submit"] {
    background-color:#005493;
    border:none;
    color:#fff;
    display:block;
    height:30px;
    margin:5px 0;
    cursor:pointer;
    width:100%;
}

.layout-sidebar-left div.reset {
    display: inline-block;
    font-size: 0.75em;
    padding: 5px 16px 12px 8px;
    margin: 0;
    width: 50%;
    right: 0;
    bottom: 0;
    height: 26px;
    text-align: right;
}

.layout-sidebar-left input[type="submit"]:hover {
    background-color:#878185;
}

.sidebar-block .sprites {
    display:block;
    width:72px;
    height:72px;
    background-position: 0 -620px;
    overflow:hidden;
    text-indent:-1000px;
    margin-left:10px;
    margin-bottom:10px;
}

.sprites {
    background: url(../img/lwl-icons-sprite.png) 0 0 no-repeat transparent;
}
.sprites.fb {
    background-position:-100px -620px;
	margin:10px auto;
}
.sprites.fb:hover {
    background-position:-496px -620px;
}

.sprites.twitter {
    background-position: 0 -620px;
    margin-top:10px;
}

.sprites.twitter:hover {
    background-position: -400px -620px;
}

.feedlist .feedentry dd {
    margin:0;
    padding:0;
}

.feedlist .feedentry a {
    font-size: 1.2em;
    margin-top: 5px;
    margin-bottom: 5px;
}

.eintrag ul, eintrag ol, #content table, .article .eintrag .fliesstext, .linklist ul, .toc ul {
  margin-left: 8px;
}

#kontaktformular, .kontaktformular {
  font-size:100%;
  margin-left:8px;
}

.sidebar-content hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-top: .1rem solid #000;
}

.fachleute {
    background-color: #005493;
    height: 30px;
    left: 0;
    padding: 5px 16px;
    width: 100%;
    bottom: 6px;
	text-align: center;
}

.fachleute:hover {
  background-color: #878185;
}

.fachleute a {
    color: #fff;
}

.zeitraum label {
    width: 10%;
}

/* main content */

.maincontent {
    max-width: 1280px;
    max-width: 128rem;
}

/* plugins */

.grey {
  background-color: #e7e7e8;
  padding:1rem;
}

.fff {
  background-color: #fff;
}

.border-right {
  border-right: 10px solid #e7e7e8;
}

.border-left {
  border-left: 10px solid #e7e7e8;
}

.article-feed dd img {
    margin-left: 0;
    margin-right: 1rem;
    max-width: 380px;
    max-width: 38rem;
}

.article-feed a:active, .article-feed a:focus, .article-feed a:hover {
    margin-left: 0;
    margin-right: 1rem;
}

.presse-thumb {
    background-color: #e7e7e8;
    float: left;
    margin-right: 6%;
    max-width: 380px;
    text-align: center;
    width: 100%;
    max-height: 285px;
    height: 100%;
}

.feed-list a {
    font-size: 2.6rem;
    line-height: 3.2rem;
    display:block;
}

/* Einzelne Pressemitteilungen */

#rahmen.mitteilung #maincontent {
  width:100%;
}

#rahmen.mitteilung #content {
  width:78.787%;
}

#rahmen.mitteilung h1 {
  font: normal 1.75em Open Sans, Trebuchet MS, verdana, arial, helvetica, sans-serif;
}

#rahmen.mitteilung h2.header {
  font: normal 1em Open Sans, Trebuchet MS, verdana, arial, helvetica, sans-serif;
}

#rahmen.mitteilung .eintrag h2 {
  font: normal 1em Open Sans Semibold, Trebuchet MS, verdana, arial, helvetica, sans-serif;
  margin-left: 0;
  margin-top: 5px;
}

#rahmen.mitteilung .article.img-left .eintrag {
  margin-left: 22%;
}