@charset "UTF-8";
@-ms-viewport {
  width: device-width;
}
@font-face {
  font-family: "Magra";
  src: url("/static/fonts/Magra.eot");
  src: url("/static/fonts/Magra.eot?#iefix") format("embedded-opentype"), url("/static/fonts/Magra.woff") format("woff"), url("/static/fonts/Magra.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "MagraBold";
  src: url("/static/fonts/Magra-Bold.eot");
  src: url("/static/fonts/Magra-Bold.eot?#iefix") format("embedded-opentype"), url("/static/fonts/Magra-Bold.woff") format("woff"), url("/static/fonts/Magra-Bold.svg") format("svg");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Yantramanav";
  src: url("/static/fonts/Yantramanav.eot");
  src: url("/static/fonts/Yantramanav.eot?#iefix") format("embedded-opentype"), url("/static/fonts/Yantramanav.woff") format("woff"), url("/static/fonts/Yantramanav.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "YantramanavBold";
  src: url("/static/fonts/Yantramanav-Bold.eot");
  src: url("/static/fonts/Yantramanav-Bold.eot?#iefix") format("embedded-opentype"), url("/static/fonts/Yantramanav-Bold.woff") format("woff"), url("/static/fonts/Yantramanav-Bold.svg") format("svg");
  font-weight: bold;
  font-style: normal;
}
body {
  background: #fff;
  margin: 0;
  padding: 0;
  text-align: center;
  color: #343434;
  font-size: 10px;
  font-family: "Magra";
  -webkit-text-size-adjust: none;
}
* {
  position: relative;
}
a {
  color: #000;
}
img {
  border: none;
}
section a:visited {
  color: #343434;
}
a.button {
  display: inline-block;
  background: #ededed;
  color: #343434;
  text-decoration: none;
  padding: 12px 40px;
}
a.button:hover {
  background: #d8d8d8;
  color: #000;
}
.std {
  font-size: 1.5em;
  line-height: 1.5em;
  font-family: "Yantramanav";
}
.std strong {
  font-family: "YantramanavBold";
}
.std h1 {
  font-size: 2.1em;
}
.std h2 {
  font-size: 1.9em;
}
.std h2:first-child {
  margin-top: 0;
}
.std h3 {
  font-size: 1.4em;
}
.std h4 {
  font-size: 1.2em;
}
.std ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.std ul li {
  margin: 1.5em 2em 0 1.5em;
  text-indent: -1.1em;
}
.std ul li::before {
  content: "・  ";
}
.std ol {
  margin: 0;
  padding: 0;
}
.std ol li {
  margin: 1.5em 2em 0 1.5em;
}
.std img {
  max-width: 100%;
  height: auto;
}
.std .format__xs, .std .format__s, .std .format__m {
  float: left;
  margin-right: 60px;
  margin-bottom: 20px;
  margin-top: 3px;
}
.std .format__xs + h2, .std .format__s + h2, .std .format__m + h2 {
  margin-top: 0;
}
.std .Bildunterschrift {
  font-style: italic;
}
.galerie__holder {
  margin-right: -20px;
}
.galerie {
  padding: 4px;
  border: 1px solid #c5c6c6;
  margin: 20px 20px 0 0;
  vertical-align: bottom;
}
.right {
  text-align: right;
}
.inner {
  width: 1220px;
  text-align: left;
  margin: auto;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.center {
  text-align: center;
}
header strong, footer strong {
  font-family: "MagraBold";
}
#header__bar {
  background: #f5f5f5;
  position: fixed;
  z-index: 3;
  width: 100%;
  height: 60px;
  margin-top: -60px;
}
#header__bar .inner {
  padding: 20px 0;
  font-size: 1.6em;
}
#header__bar #header__bar__name {
  float: left;
}
#header__bar #nav__top {
  float: right;
  margin: 0;
  padding: 0;
}
#header__bar #nav__top li {
  display: inline-block;
  margin-left: 12px;
}
#header__bar #nav__top a {
  color: #a5a6a6;
  text-decoration: none;
}
#header__bar #nav__top a:hover {
  color: #343434;
}
#header__main {
  background: url("/static/images/dummy.jpg") center center no-repeat;
  height: 550px;
  background-size: cover;
  margin-top: 60px;
}
#logo {
  position: absolute;
  top: 50px;
  left: -16px;
  width: 196px;
  height: 74px;
}
#slogan {
  position: absolute;
  left: 425px;
  bottom: 90px;
  top: 420px;
  color: #fff;
  font-size: 3em;
}
.asterix {
  display: inline-block;
  padding-bottom: 0.2em;
  font-size: 2em;
  vertical-align: middle;
}
#mobileNav {
  display: none;
}
nav {
  background: #f5f5f5;
  border-bottom: 1px solid #e8e8e8;
}
nav .inner {
  font-size: 1.8em;
}
nav ul#mainNav {
  display: table;
  width: 790px;
  margin: 0;
  padding: 0;
  list-style: none;
  border-left: 1px solid #e8e8e8;
  text-transform: lowercase;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
nav ul#mainNav li {
  display: table-cell;
  border-right: 1px solid #e8e8e8;
  width: auto;
}
nav ul#mainNav li span.dops {
  display: block;
  cursor: pointer;
  padding: 25px 0;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
nav ul#mainNav li span.rot {
  color: #d10539;
}
nav ul#mainNav li span.violett {
  color: #8f2680;
}
nav ul#mainNav li span.turkis {
  color: #30b1ae;
}
nav ul#mainNav li span.blau {
  color: #4e7ac0;
}
nav ul#mainNav li span:hover {
  color: #fff;
}
nav ul#mainNav li span.rot:hover {
  background-color: #d10539;
}
nav ul#mainNav li span.violett:hover {
  background-color: #8f2680;
}
nav ul#mainNav li span.turkis:hover {
  background-color: #30b1ae;
}
nav ul#mainNav li span.blau:hover {
  background-color: #4e7ac0;
}
nav ul#mainNav li .subnav {
  position: absolute;
  white-space: nowrap;
  text-transform: none;
  padding: 10px 0;
  background: #fff;
  border: 1px solid #e8e8e8;
  margin-left: -1px;
}
nav ul#mainNav li .subnav li {
  display: block;
  border: 0;
  margin-right: 0;
}
nav ul#mainNav li .subnav a {
  display: block;
  height: auto;
  padding: 10px 16px;
  text-decoration: none;
  font-size: 0.8em;
  min-width: 150px;
  color: #343434;
}
nav ul#mainNav li .subnav a:hover {
  font-family: "MagraBold";
  color: #343434;
}
h1, h2, h3 {
  color: #f9c830;
}
h1, h2, h3, h4 {
  margin: 2em 0 1em 0;
  font-weight: normal;
  line-height: 1.2em;
}
h2, h3, h4 {
  font-family: "Magra";
}
h1 {
  font-size: 3.2em;
  font-family: "MagraBold";
}
h1:first-child {
  margin-top: 1.2em;
}
h2 {
  font-size: 2.8em;
}
h3 {
  font-size: 2em;
}
h4 {
  font-size: 1.8em;
}
ul.playlist {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 1.2em;
}
ul.playlist li {
  background: url("/static/images/icon-audio.png") 0 center no-repeat;
  padding: 4px 0 4px 25px;
  margin: 0;
  text-indent: 0;
}
ul.playlist li::before {
  content: "";
}
section {
  width: 790px;
  float: left;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin-bottom: 60px;
}
section .news__block {
  margin-bottom: 4.2em;
}
section .news__block .news__pic {
  float: left;
  margin-top: 3px;
}
section .news__block .news__right {
  margin-left: 300px;
}
section .news__block .news__headline {
  font-size: 1.8em;
  margin-bottom: 1em;
}
section .news__block .news__text {
  font-size: 1.5em;
  font-family: "Yantramanav";
}
section .news__block .news__text__small {
  display: none;
}
section #news__button {
  margin-bottom: 2em;
  font-size: 1.3em;
  text-align: right;
}
section #archiv__button {
  margin-bottom: 2em;
  font-size: 1.3em;
  float: right;
}
section .block {
  border-top: 1px solid #e8e8e8;
}
section .block .block__entry {
  border-bottom: 1px solid #e8e8e8;
  padding: 2em 0;
}
section .block .block__entry .block__time {
  font-size: 1.8em;
  font-family: "Magra";
}
section .block .block__entry .block__title {
  font-size: 2em;
  font-family: "Magra";
  margin: 0.5em 0;
}
section .block .block__entry .block__subtitle {
  font-weight: bold;
}
section .block .catch__link {
  cursor: pointer;
}
section .block .catch__link:hover {
  background: #f5f5f5;
}
section .block .rot .block__title, section .block .rot a {
  color: #d10539;
}
section .block .violett .block__title, section .block .violett a {
  color: #8f2680;
}
section .block .turkis .block__title, section .block .turkis a {
  color: #30b1ae;
}
section .block .blau .block__title, section .block .blau a {
  color: #4e7ac0;
}
section .team .block__left, section .presse .block__left {
  float: left;
  width: 180px;
  text-align: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
section .team .block__right, section .presse .block__right {
  float: right;
  width: 610px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
section .team .date, section .presse .date {
  display: block;
}
section .foerderer .block__left {
  float: left;
  width: 300px;
  text-align: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
section .foerderer .block__right {
  float: right;
  width: 490px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
section .presse .block__left {
  text-align: left;
}
section .event__bottom {
  border-top: 1px solid #e8e8e8;
  padding: 2em 0;
  margin-top: 2em;
}
section .event__bottom .event__label {
  margin-bottom: 1em;
  font-weight: normal;
  line-height: 1.2em;
  font-family: "Magra";
  color: #f9c830;
  font-size: 2em;
}
section .event__bottom .event__pic {
  float: left;
  margin-top: 3px;
}
section .event__bottom .event__right {
  margin-left: 300px;
}
section .event__bottom .event__time {
  font-size: 1.8em;
  font-family: "Magra";
}
section .event__bottom .event__title {
  font-size: 2em;
  font-family: "Magra";
  margin: 0.5em 0;
}
section .event__bottom .event__subtitle {
  font-weight: bold;
  font-size: 1.5em;
}
section .event__bottom .event__text {
  font-size: 1.5em;
  font-family: "Yantramanav";
}
section #filter {
  margin: 2em 0;
  text-transform: lowercase;
}
section #filter a {
  text-decoration: none;
  color: #fff;
  padding: 0.7em 0;
  display: inline-block;
  width: 190px;
  margin-right: 6px;
  text-align: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
section #filter a:last-child {
  margin-right: -4px;
}
section #filter a.rot {
  background: #d10539;
}
section #filter a.violett {
  background: #8f2680;
}
section #filter a.turkis {
  background: #30b1ae;
}
section #filter a.blau {
  background: #4e7ac0;
}
section #filter.on a {
  background: #c5c6c6;
}
section #filter.on .rot.on {
  background: #d10539;
}
section #filter.on .violett.on {
  background: #8f2680;
}
section #filter.on .turkis.on {
  background: #30b1ae;
}
section #filter.on .blau.on {
  background: #4e7ac0;
}
section #filter.on .rot:hover {
  background: #d10539;
}
section #filter.on .violett:hover {
  background: #8f2680;
}
section #filter.on .turkis:hover {
  background: #30b1ae;
}
section #filter.on .blau:hover {
  background: #4e7ac0;
}
section .pagination {
  margin: 2em 0;
}
section .pagination .linkview {
  display: inline-block;
  text-align: center;
  background: #ededed;
  line-height: 30px;
  width: 30px;
  margin: 0 6px 9px 0;
}
section .pagination .linkviewyear {
  display: inline-block;
  text-align: center;
  background: #ededed;
  line-height: 30px;
  width: 50px;
  margin: 0 6px 9px 0;
}
section .pagination a:hover {
  background: #d8d8d8;
  color: #000;
}
section .content__time {
  font-size: 1.8em;
}
section .content__subtitle {
  font-size: 1.5em;
  font-family: "YantramanavBold";
}
aside {
  width: 360px;
  float: right;
  margin-top: -136px;
  margin-bottom: -90px;
  z-index: 2;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
aside .sideblock {
  padding: 40px 60px;
  background: #fff;
  box-shadow: 0 0 12px #e0e0e0;
  margin-bottom: 4em;
  font-family: "Yantramanav";
}
aside .sideblock img {
  max-width: 100%;
  height: auto;
}
aside .sideblock .icon {
  position: absolute;
  top: 28px;
  left: 36px;
}
aside .sideblock .headline {
  font-size: 1.7em;
  font-family: "MagraBold";
  margin-bottom: 1em;
}
aside .sideblock .text {
  font-size: 1.5em;
}
aside .sideblock .event {
  margin-bottom: 1.4em;
}
aside .sideblock .event .title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-family: "MagraBold";
}
aside .sideblock .event .title__sub {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-family: "Magra";
}
aside .sideblock .event:last-child {
  margin-bottom: 0;
}
aside .sideblock .event__link {
  display: block;
  margin-top: 1em;
  font-family: "Magra";
}
aside .sideblock .title {
  font-family: "MagraBold";
}
aside .sideblock .delimiter {
  font-size: 0;
  line-height: 0;
  height: 2px;
  width: 30%;
  margin: 10px 0;
}
aside .sideblock .endline {
  margin: 2.9em 0 -2.9em 0;
  font-size: 1.3em;
  line-height: 0;
  height: 1px;
  width: 33%;
}
aside .sideblock .more {
  margin-top: 2em;
  font-size: 1.3em;
  text-align: right;
}
aside .sideblock .playlist li {
  font-size: 1.2em;
  margin: 0.5em 0;
}
aside .rot .headline, aside .rot .more a {
  color: #d10539;
}
aside .rot .endline {
  background: #d10539;
}
aside .blau .headline, aside .blau a {
  color: #4e7ac0;
}
aside .blau .endline {
  background: #4e7ac0;
}
aside .turkis .headline, aside .turkis .more a {
  color: #30b1ae;
}
aside .turkis .endline {
  background: #30b1ae;
}
aside .violett .headline, aside .violett .more a {
  color: #8f2680;
}
aside .violett .endline {
  background: #8f2680;
}
#newsletter__ribbon {
  background: #e8e8e8;
}
#newsletter__ribbon .inner {
  padding: 55px 0;
}
#newsletter__ribbon .headline {
  font-size: 2.8em;
  margin-bottom: 0.5em;
  color: #fff;
}
#newsletter__ribbon .headline strong {
  font-family: "MagraBold";
}
#newsletter__ribbon form {
  margin: 0;
  padding: 0;
  font-size: 1.3em;
}
#newsletter__ribbon label {
  color: #c8c8c8;
}
#newsletter__ribbon input[type=email] {
  width: 405px;
  border: 0;
  padding: 10px;
  margin: 0 5px 10px 0;
}
#newsletter__ribbon input[type=submit] {
  width: 160px;
  background: #c5c6c6;
  border: 0;
  padding: 10px;
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
}
#newsletter__ribbon .obHint {
  float: left;
  font-size: 0.8em;
  font-style: italic;
}
#newsletter__ribbon .ob {
  position: absolute;
  left: -1000px;
  top: -100px;
}
footer {
  background: #d10539;
}
footer.gelb {
  background: #f9c830;
}
footer.rot {
  background: #d10539;
}
footer.violett {
  background: #8f2680;
}
footer.blau {
  background: #4e7ac0;
}
footer.turkis {
  background: #30b1ae;
}
footer a {
  text-decoration: none;
  color: #fff;
}
footer a:hover {
  text-decoration: underline;
}
footer .inner {
  padding: 80px 0 40px 0;
  color: #fff;
  font-size: 1.4em;
  line-height: 1.5em;
}
footer .social__links {
  margin-top: -130px;
}
footer .block__left {
  float: left;
  width: 360px;
  margin-right: 70px;
}
footer .block__left a {
  display: inline-block;
  margin: 0.5em 0;
}
footer .block__right {
  float: left;
  width: 360px;
}
footer #nav__bottom {
  margin: 0;
  padding: 0;
  list-style: none;
}
footer #nav__bottom li {
  display: inline-block;
  margin-right: 1.5em;
}
footer #nav__bottom li:last-child {
  margin-right: 0;
}
footer #pk__foot {
  width: 138px;
  height: 51px;
}
footer .labelinside {
  display: block;
}
footer .labelinside label {
  color: #c8c8c8;
}
footer input[type=text] {
  width: 340px;
  border: 0;
  padding: 10px;
  margin: 0 0 10px 0;
}
footer input[type=radio] {
  margin: 0 0 5px 0;
}
footer textarea {
  width: 340px;
  height: 80px;
  border: 0;
  padding: 10px;
  margin: 0 0 5px 0;
  font-family: "Yantramanav";
}
footer input[type=submit] {
  width: 160px;
  background: #c5c6c6;
  border: 0;
  padding: 10px;
  color: #fff;
  float: right;
  cursor: pointer;
  -webkit-appearance: none;
}
footer .obHint {
  float: left;
  font-size: 0.8em;
  font-style: italic;
}
footer .formrow {
  display: inline-block;
  margin-bottom: 10px;
}
footer .formrow label {
  margin-right: 12px;
}
footer .formrow label:last-child {
  margin-right: 0;
}
footer #contact__block .headline {
  font-size: 1.4em;
  margin-bottom: 0.5em;
}
footer #contact__block .headline strong {
  font-family: "MagraBold";
}
.clearfix:after, section:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
* html .clearfix, * html section {
  zoom: 1;
}
/* IE6 */
*:first-child + html .clearfix, *:first-child + html section {
  zoom: 1;
}
/* IE7 */
.labelinside label {
  cursor: text;
  display: none;
  left: 0;
  line-height: 1em;
  padding: 10px 12px;
  position: absolute;
  top: 0;
  color: 0;
  z-index: 1;
}
input[type="radio"] {
  display: none;
}
input[type="radio"]:checked + label::before, input[type="radio"]:not(:checked) + label::before {
  content: " ";
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  top: 4px;
  border: none;
  background: white;
  margin-right: 5px;
}
input[type=radio]:checked + label::before, input[type=radio]:not(:checked) + label::before {
  border-radius: 30px;
}
input[type="radio"]:hover + label::before {
  background: #ddd;
  box-shadow: inset 0 0 0 5px white;
}
input[type="radio"]:checked + label::before {
  background: black;
  box-shadow: inset 0 0 0 5px white;
  border: none;
}
form .mandatory {
  display: none;
}
.EditMode {
  display: inline-block;
  background: lime;
  color: #fff;
  padding: 10px 20px;
  font-size: 14px;
}
@media only screen and (max-width: 1250px) {
  .inner {
    width: 960px;
  }
  .std {
    font-size: 1.3em;
  }
  .std .format__xs, .std .format__s, .std .format__m {
    margin-right: 40px;
  }
  .std .format__xs {
    max-width: 197px;
  }
  .std .format__s {
    max-width: 236px;
  }
  .std .format__m {
    max-width: 338px;
  }
  section {
    width: 625px;
    margin-bottom: 40px;
  }
  #logo {
    width: 165px;
    height: 62px;
  }
  #slogan {
    left: 325px;
    font-size: 2.8em;
  }
  aside {
    width: 290px;
    float: right;
    margin-top: -120px;
    margin-bottom: -80px;
  }
  aside .sideblock {
    padding: 35px 40px;
  }
  aside .sideblock .icon {
    top: 23px;
    left: 16px;
  }
  aside .sideblock .text {
    font-size: 1.3em;
  }
  section .news__block .news__headline {
    font-size: 1.4em;
  }
  section .news__block .news__text {
    font-size: 1.3em;
  }
  section .news__block .news__pic {
    max-width: 200px;
    height: auto;
  }
  section .news__block .news__right {
    margin-left: 250px;
  }
  section .block .block__entry .block__time {
    font-size: 1.4em;
  }
  section .block .block__entry .block__title {
    font-size: 1.6em;
  }
  section .event__bottom .event__headline {
    font-size: 1.4em;
  }
  section .event__bottom .event__time {
    font-size: 1.4em;
  }
  section .event__bottom .event__text {
    font-size: 1.3em;
  }
  section .event__bottom .event__pic {
    max-width: 200px;
    height: auto;
  }
  section .event__bottom .event__right {
    margin-left: 250px;
  }
  section .team .block__right, section .presse .block__right {
    width: 440px;
  }
  section .foerderer .block__right {
    width: 320px;
  }
  section #filter a {
    width: 148px;
    margin-right: 7px;
  }
  section .content__time {
    font-size: 1.4em;
  }
  section .content__subtitle {
    font-size: 1.3em;
  }
  .galerie__holder {
    margin-right: -17px;
  }
  .galerie {
    max-width: 189px;
    height: auto;
    padding: 3px;
    margin: 17px 17px 0 0;
  }
  nav .inner {
    font-size: 1.4em;
  }
  nav ul#mainNav {
    width: 625px;
  }
  nav ul li .subnav a {
    font-size: 1em;
    min-width: 150px;
  }
  #newsletter__ribbon .inner {
    padding: 35px 0;
  }
  #newsletter__ribbon input[type=text] {
    width: 315px;
  }
  #newsletter__ribbon input[type=submit] {
    width: 120px;
  }
  footer .inner {
    padding: 60px 0 40px 0;
    font-size: 1.2em;
    line-height: 1.5em;
  }
  footer .block__left {
    float: left;
    width: 290px;
    margin-right: 45px;
  }
  footer .block__right {
    float: left;
    width: 290px;
  }
  footer input[type=text] {
    width: 270px;
    border: 0;
    padding: 10px;
    margin: 0 0 10px 0;
  }
  footer input[type=radio] {
    margin: 0 0 5px 0;
  }
  footer textarea {
    width: 270px;
    height: 80px;
    border: 0;
    padding: 10px;
    margin: 0 0 5px 0;
  }
  footer #pk__foot {
    width: 108px;
    height: 41px;
  }
  h1 {
    font-size: 2.9em;
  }
  h2 {
    font-size: 2.2em;
  }
  h3 {
    font-size: 1.6em;
  }
  h4 {
    font-size: 1.4em;
  }
}
@media only screen and (max-width: 1000px) {
  .inner {
    width: 700px;
  }
  .std {
    font-size: 1.5em;
  }
  .std .format__xs {
    max-width: 206px;
  }
  .std .format__s {
    max-width: 247px;
  }
  .std .format__m {
    max-width: 350px;
  }
  section {
    width: 700px;
    float: none;
  }
  #header__bar {
    position: relative;
    height: auto;
    margin-top: 0;
  }
  #header__main {
    height: 350px;
    margin-top: 0;
  }
  #logo {
    width: 140px;
    height: 53px;
  }
  #slogan {
    top: 275px;
    left: 200px;
    font-size: 2.8em;
  }
  aside {
    float: none;
    margin: 60px 0;
    width: auto;
    padding: 20px;
    box-shadow: 0 0 12px #e0e0e0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  aside.clearfix:after {
    content: none;
  }
  aside .sideblock {
    padding: 0;
    width: 200px;
    margin-bottom: 0;
    box-shadow: none;
  }
  aside .sideblock .icon {
    top: 0px;
    left: 0px;
  }
  aside .sideblock .headline {
    margin-left: 20px;
    margin-top: 12px;
  }
  aside .sideblock .endline {
    display: none;
  }
  aside .sideblock .more {
    text-align: left;
  }
  aside .terminator {
    width: 200px;
  }
  section .news__block .news__headline {
    font-size: 1.8em;
  }
  section .news__block .news__text {
    font-size: 1.5em;
  }
  section .block .block__entry .block__time {
    font-size: 1.8em;
  }
  section .block .block__entry .block__title {
    font-size: 2em;
  }
  section .event__bottom .event__headline {
    font-size: 1.8em;
  }
  section .event__bottom .event__time {
    font-size: 1.8em;
  }
  section .event__bottom .event__text {
    font-size: 1.5em;
  }
  section .team .block__left, section .presse .block__left {
    width: 160px;
  }
  section .team .block__right, section .presse .block__right {
    width: 540px;
  }
  section .foerderer .block__right {
    width: 390px;
  }
  section #filter a {
    width: 166px;
    margin-right: 8px;
  }
  section .content__time {
    font-size: 1.8em;
  }
  section .content__subtitle {
    font-size: 1.5em;
  }
  .galerie__holder {
    margin-right: -20px;
  }
  .galerie {
    max-width: 210px;
    height: auto;
    padding: 4px;
    margin: 20px 20px 0 0;
  }
  nav .inner {
    font-size: 1.6em;
  }
  nav ul#mainNav {
    width: 700px;
  }
  #newsletter__ribbon input[type=text] {
    width: 350px;
  }
  #newsletter__ribbon input[type=submit] {
    width: 145px;
  }
  footer .inner {
    padding: 60px 0 40px 0;
    color: #fff;
    font-size: 1.4em;
    line-height: 1.5em;
  }
  footer .block__left {
    float: left;
    width: 325px;
    margin-right: 50px;
  }
  footer .block__right {
    float: left;
    width: 325px;
  }
  footer input[type=text] {
    width: 305px;
    border: 0;
    padding: 10px;
    margin: 0 0 10px 0;
  }
  footer input[type=radio] {
    margin: 0 0 5px 0;
  }
  footer textarea {
    width: 305px;
    height: 80px;
    border: 0;
    padding: 10px;
    margin: 0 0 5px 0;
  }
  footer #pk__foot {
    width: 138px;
    height: 51px;
  }
  h1 {
    font-size: 3.2em;
  }
  h2 {
    font-size: 2.8em;
  }
  h3 {
    font-size: 2em;
  }
  h4 {
    font-size: 1.8em;
  }
  .link__drop {
    display: none !important;
  }
}
