@import "reset.css";
@font-face {
  font-family: 'KomikaAxis';
  src: url('../fonts/komika/KOMIKAX_.ttf');
  font-weight: normal;
  font-style: normal;
}
@-webkit-keyframes blink {
  50% {
    opacity: 0;
  }
}
@-moz-keyframes blink {
  50% {
    opacity: 0;
  }
}
@keyframes blink {
  50% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fullwidth {
  from {
    width: 1%;
  }
  to {
    width: 100%;
  }
}
@-moz-keyframes fullwidth {
  from {
    width: 1%;
  }
  to {
    width: 100%;
  }
}
@keyframes fullwidth {
  from {
    width: 1%;
  }
  to {
    width: 100%;
  }
}
@-webkit-keyframes wheel {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes wheel {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@keyframes wheel {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
body[data-show_borders="1"] .modul_wrapper:before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  border: 1px solid rgba(255,0,255,0.5);
  content: "";
  pointer-events: none;
  z-index: 1000;
}
body[data-show_borders="1"] .modul_wrapper:after {
  position: absolute;
  left: 0;
  top: 0;
  font-family: sans-serif;
  content: 'WRAPPER  – ' attr(data-name);
  background-color: rgba(255,0,255,0.9);
  color: white;
  font-size: 9px;
  line-height: 12px;
  padding: 2px 5px 1px;
  display: block;
}
body[data-show_borders="1"] .modul:before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  border: 1px solid rgba(0,0,255,0.3);
  content: "";
  pointer-events: none;
  z-index: 1000;
}
body[data-show_borders="1"] .modul:after {
  position: absolute;
  right: 0;
  top: 0;
  font-family: sans-serif;
  content: 'MODUL – ' attr(data-name);
  background-color: rgba(0,0,255,0.75);
  color: white;
  font-size: 9px;
  line-height: 12px;
  padding: 2px 5px 1px;
  display: block;
}
body[data-show_borders="1"] .modul .modul:after {
  right: auto;
  left: 0;
  background-color: rgba(98,47,191,0.65);
}
body[data-show_borders="1"] .modul .modul:before {
  border-color: rgba(123,63,234,0.4);
}
body[data-show_borders="1"] .partial:before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  border: 1px solid rgba(0,128,0,0.5);
  content: "";
  pointer-events: none;
  z-index: 1000;
}
body[data-show_borders="1"] .partial:after {
  position: absolute;
  left: 0;
  top: 0;
  font-family: sans-serif;
  content: attr(data-name);
  background-color: green;
  color: white;
  font-size: 10px;
  line-height: 10px;
  padding: 0px 3px 2px;
  display: block;
}
.debug_hints_wrapper {
  position: fixed !important;
  margin: 0 !important;
  width: auto !important;
  font-family: arial, sans-serif !important;
  font-size: 11px;
  z-index: 1000;
}
.debug_hints_wrapper.bottom {
  bottom: 5px;
}
.debug_hints_wrapper.right {
  right: 5px;
}
.debug_hints_wrapper.left {
  left: 5px;
}
.debug_hints_wrapper.center {
  left: 50%;
}
.debug_hints_wrapper span {
  display: inline-block;
  padding: 4px 5px;
  background-color: yellow;
}
.debug_hints_wrapper span + span {
  margin-left: 1px;
}
body {
  font-family: 'Minion Pro', 'minion-pro', Georgia, serif;
  font-size: 16px;
  line-height: 20px;
  height: 101%;
  color: rgba(0,0,0,0.85);
}
#page_wrapper {
  max-width: 100%;
  width: 100%;
  min-height: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  float: left;
  padding-top: 0px;
  padding-right: 20px;
  padding-bottom: 60px;
  padding-left: 20px;
}
#page_wrapper > * {
  float: left;
  position: relative;
  margin-bottom: 10px;
  padding: 0px;
  width: 100%;
  overflow: hidden;
}
#page_header {
  clear: both;
  height: 240px;
  margin-bottom: 20px;
}
#page_sidebar {
  clear: left;
  z-index: 10;
  width: 315px;
  margin-right: 10px;
  padding-top: 10px;
  overflow: visible;
}
#page_sidebar .sticky {
  height: 100%;
}
#page_sidebar .sticky .modul {
  overflow: visible;
}
#page_content {
  z-index: 5;
  min-height: 400px;
  max-width: 100%;
  margin-bottom: 4em;
  padding-top: 10px;
  overflow: hidden;
}
#page_sidebar + #page_content {
  padding-left: 325px;
  margin-left: -325px;
  width: 100%;
}
body.post-type-archive-project_post #page_content {
  max-width: 1300px;
}
#page_footer {
  display: none;
}
.use_masonry {
  opacity: 0;
}
.use_masonry--init {
  opacity: 1;
}
body {
  background-color: #fff;
  background-color: #c2ac9e;
  background-color: #CEB592;
}
.show_background body {
  background: linear-gradient(160deg,rgba(0,0,0,0.7) 0,rgba(0,0,0,0) 400px,rgba(0,0,0,0) 100%) no-repeat;
  background-color: rgba(255,204,0,0.6);
}
#page_wrapper:before {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #fff;
  content: "";
  opacity: 0.8;
  background-image: url("../img/annalinde_bg_1.jpg");
}
.serif_small {
  font-family: 'Minion Pro', 'minion-pro', Georgia, serif;
  font-size: 16px;
  line-height: 20px;
}
.serif_default {
  font-family: 'Minion Pro', 'minion-pro', Georgia, serif;
  font-size: 18px;
  line-height: 22px;
}
.serif_medium {
  font-family: 'Minion Pro', 'minion-pro', Georgia, serif;
  font-size: 24px;
  line-height: 28px;
}
.serif_large {
  font-family: 'Minion Pro', 'minion-pro', Georgia, serif;
  font-size: 32px;
  line-height: 38px;
}
.comic_default {
  font-family: KomikaAxis, fantasy;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.15em;
}
.comic_small {
  font-family: KomikaAxis, fantasy;
  font-size: 10px;
  line-height: 16px;
  letter-spacing: 0.15em;
}
.col07 {
  width: 290.000025px;
}
.col1 {
  width: 315px;
}
.col2 {
  width: 640px;
}
.modul {
  position: relative;
  overflow: hidden;
  float: left;
  max-width: 100%;
  font-family: 'Minion Pro', 'minion-pro', Georgia, serif;
  font-size: 18px;
  line-height: 22px;
}
.modul:empty {
  display: none;
}
.modul.aside {
  background-color: rgba(255,255,255,0.4);
}
.modul.main {
  background-color: rgba(255,255,255,0.8);
}
.modul iframe {
  max-width: 100%;
}
.modul .event_type,
.modul .post_date {
  font-family: KomikaAxis, fantasy;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.15em;
  padding: 2px 5px 0px 7px;
  color: #ff0043;
  display: block;
}
.modul .event_type:empty,
.modul .post_date:empty {
  display: none;
}
.modul .title a {
  color: inherit;
  text-decoration: none;
  display: block;
}
.modul .title a:hover {
  color: #ff0043;
}
.modul .teasermedia {
  margin-bottom: 12px;
  overflow: hidden;
}
.modul .teasermedia:empty {
  display: none;
}
.modul .teasermedia__imageHolder {
  background-color: rgba(0,0,0,0.1);
  background-size: cover;
  width: 100%;
}
.modul .teasermedia__iframeHolder {
  background-color: rgba(0,0,0,0.1);
  position: relative;
  width: 100%;
}
.modul .teasermedia__iframeHolder iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.modul .readmore {
  background-image: url('../img/sprites.svg');
  background-repeat: no-repeat;
  background-position: -2px top;
  height: 20px;
  margin-bottom: -10px;
  font-size: 0;
  color: transparent;
  display: block;
}
.modul .readmore:hover {
  opacity: 0.75;
}
.post-type-archive-event_post .modul .readmore {
  position: absolute;
  height: 30px;
  width: 80px;
  right: 5px;
  top: 40px;
  z-index: 10;
}
.post-type-archive-event_post .modul[data-project="n-a"] .readmore {
  top: 20px;
}
.modul .wholeboxReadmoreLink {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.modul .italic {
  font-style: italic;
}
.modul.logo {
  position: relative;
  width: 640px;
  height: 100%;
}
.modul.logo h1 {
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 1em;
}
.modul.logo a {
  background-image: url('../img/annalinde-logo.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  color: transparent !important;
  opacity: 0.95;
  z-index: 10;
  max-width: 300px;
  width: 100%;
  height: 100%;
  display: inline-block;
}
.modul.logo a:hover {
  opacity: 0.85;
}
.modul.main_nav {
  text-align: center;
  width: 315px;
  height: 100%;
  padding: 12px;
  margin-left: 10px;
  opacity: 0.7;
  position: relative;
  overflow: visible;
  font-family: 'Minion Pro', 'minion-pro', Georgia, serif;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  font-size: 20px;
  line-height: 30px;
}
.modul.main_nav:before {
  content: "";
  display: inline-block;
  height: 100%;
  margin-right: -8px;
  width: 1px;
  vertical-align: middle;
}
.modul.main_nav > * {
  display: inline-block;
  vertical-align: middle;
}
.modul.main_nav .ul_wrapper {
  -webkit-transition: opacity 0.1s ease 0.05s;
  -moz-transition: opacity 0.1s ease 0.05s;
  -o-transition: opacity 0.1s ease 0.05s;
  transition: opacity 0.1s ease 0.05s;
  text-align: left;
}
.modul.main_nav ul {
  width: 48%;
  float: left;
}
.modul.main_nav ul + ul {
  float: right;
  margin-left: 4%;
}
.modul.main_nav li {
  width: 100%;
  float: left;
  border-top: 2px solid #000000;
  white-space: nowrap;
}
.modul.main_nav li:last-child {
  border-bottom: 2px solid #000000;
}
.modul.main_nav a {
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  letter-spacing: 0em;
  position: relative;
  display: block;
  color: inherit;
  text-decoration: none;
  height: 100%;
  width: 100%;
  padding: 3px 0 0 5px;
}
.modul.main_nav a:hover {
  letter-spacing: 0.1em;
}
.modul.main_nav .active a {
  font-style: italic;
  letter-spacing: 0.05em;
  text-indent: 0.6em;
}
.modul.main_nav .active a:before {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: "";
  position: absolute;
  top: 50%;
  left: 5px;
  margin-top: -0.2em;
  height: 6px;
  width: 6px;
  background-color: #000000;
}
.modul.social {
  position: fixed;
  right: 0;
  top: 30px;
  width: 50px;
  z-index: 10;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-end;
  overflow: hidden;
}
.modul.social a {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: relative;
  display: block;
  height: 45px;
  width: 50px;
  margin-bottom: 2px;
  overflow: hidden;
  transform: translateX(5px);
  background-image: url("../img/social-v2.png?1");
  font-size: 0;
  cursor: pointer;
}
.modul.social a:hover {
  transform: translateX(0);
}
.modul.social .fb {
  background-color: #305891;
  background-position: -4px -3px;
}
.modul.social .in {
  background-color: #AE358B;
  background-position: -2px -100px;
}
.modul.sidebar_title,
.modul.events_teaser,
.modul.submenu,
.modul.languageSwitcher,
.modul.sidebarTextbox,
.modul.postdate {
  width: 290.000025px;
  margin-bottom: 20px;
  margin-right: 35px;
  padding: 10px 15px 20px 15px;
  border-top: 4px solid rgba(0,0,0,0.75);
  color: rgba(0,0,0,0.85);
}
.modul.sidebar_title.languageSwitcher,
.modul.events_teaser.languageSwitcher,
.modul.submenu.languageSwitcher,
.modul.languageSwitcher.languageSwitcher,
.modul.sidebarTextbox.languageSwitcher,
.modul.postdate.languageSwitcher {
  padding-bottom: 10px;
}
.modul.sidebar_title .languageSwitcher__link,
.modul.events_teaser .languageSwitcher__link,
.modul.submenu .languageSwitcher__link,
.modul.languageSwitcher .languageSwitcher__link,
.modul.sidebarTextbox .languageSwitcher__link,
.modul.postdate .languageSwitcher__link {
  font-family: KomikaAxis, fantasy;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.15em;
  color: rgba(0,0,0,0.75);
}
.modul.sidebar_title .languageSwitcher__link--active,
.modul.events_teaser .languageSwitcher__link--active,
.modul.submenu .languageSwitcher__link--active,
.modul.languageSwitcher .languageSwitcher__link--active,
.modul.sidebarTextbox .languageSwitcher__link--active,
.modul.postdate .languageSwitcher__link--active {
  color: red;
}
.modul.sidebar_title .languageSwitcher__link--active:hover,
.modul.events_teaser .languageSwitcher__link--active:hover,
.modul.submenu .languageSwitcher__link--active:hover,
.modul.languageSwitcher .languageSwitcher__link--active:hover,
.modul.sidebarTextbox .languageSwitcher__link--active:hover,
.modul.postdate .languageSwitcher__link--active:hover {
  color: red;
  text-decoration: none;
}
.modul.sidebar_title .languageSwitcher__separator,
.modul.events_teaser .languageSwitcher__separator,
.modul.submenu .languageSwitcher__separator,
.modul.languageSwitcher .languageSwitcher__separator,
.modul.sidebarTextbox .languageSwitcher__separator,
.modul.postdate .languageSwitcher__separator {
  font-family: KomikaAxis, fantasy;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.15em;
}
.modul.sidebar_title.languageSwitcher + .submenu.empty,
.modul.events_teaser.languageSwitcher + .submenu.empty,
.modul.submenu.languageSwitcher + .submenu.empty,
.modul.languageSwitcher.languageSwitcher + .submenu.empty,
.modul.sidebarTextbox.languageSwitcher + .submenu.empty,
.modul.postdate.languageSwitcher + .submenu.empty {
  display: none;
}
.modul.sidebar_title.sidebarTextbox,
.modul.events_teaser.sidebarTextbox,
.modul.submenu.sidebarTextbox,
.modul.languageSwitcher.sidebarTextbox,
.modul.sidebarTextbox.sidebarTextbox,
.modul.postdate.sidebarTextbox {
  padding-top: 12px;
}
.modul.sidebar_title .sidebarTextbox__title,
.modul.events_teaser .sidebarTextbox__title,
.modul.submenu .sidebarTextbox__title,
.modul.languageSwitcher .sidebarTextbox__title,
.modul.sidebarTextbox .sidebarTextbox__title,
.modul.postdate .sidebarTextbox__title {
  font-family: 'Minion Pro', 'minion-pro', Georgia, serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
}
.modul.sidebar_title .sidebarTextbox__text,
.modul.events_teaser .sidebarTextbox__text,
.modul.submenu .sidebarTextbox__text,
.modul.languageSwitcher .sidebarTextbox__text,
.modul.sidebarTextbox .sidebarTextbox__text,
.modul.postdate .sidebarTextbox__text {
  font-family: 'Minion Pro', 'minion-pro', Georgia, serif;
  font-size: 16px;
  line-height: 20px;
  position: relative;
  padding-bottom: 1em;
}
.modul.sidebar_title .sidebarTextbox__text a,
.modul.sidebar_title .sidebarTextbox__text a:hover,
.modul.events_teaser .sidebarTextbox__text a,
.modul.events_teaser .sidebarTextbox__text a:hover,
.modul.submenu .sidebarTextbox__text a,
.modul.submenu .sidebarTextbox__text a:hover,
.modul.languageSwitcher .sidebarTextbox__text a,
.modul.languageSwitcher .sidebarTextbox__text a:hover,
.modul.sidebarTextbox .sidebarTextbox__text a,
.modul.sidebarTextbox .sidebarTextbox__text a:hover,
.modul.postdate .sidebarTextbox__text a,
.modul.postdate .sidebarTextbox__text a:hover {
  color: #ff0043;
}
.modul.sidebar_title .sidebarTextbox__text:after,
.modul.events_teaser .sidebarTextbox__text:after,
.modul.submenu .sidebarTextbox__text:after,
.modul.languageSwitcher .sidebarTextbox__text:after,
.modul.sidebarTextbox .sidebarTextbox__text:after,
.modul.postdate .sidebarTextbox__text:after {
  position: absolute;
  left: -1em;
  right: -1em;
  bottom: 0.5em;
  height: 1px;
  background-color: rgba(0,0,0,0.35);
  content: "";
}
.modul.sidebar_title .sidebarTextbox__text:last-child,
.modul.events_teaser .sidebarTextbox__text:last-child,
.modul.submenu .sidebarTextbox__text:last-child,
.modul.languageSwitcher .sidebarTextbox__text:last-child,
.modul.sidebarTextbox .sidebarTextbox__text:last-child,
.modul.postdate .sidebarTextbox__text:last-child {
  padding-bottom: 0;
}
.modul.sidebar_title .sidebarTextbox__text:last-child:after,
.modul.events_teaser .sidebarTextbox__text:last-child:after,
.modul.submenu .sidebarTextbox__text:last-child:after,
.modul.languageSwitcher .sidebarTextbox__text:last-child:after,
.modul.sidebarTextbox .sidebarTextbox__text:last-child:after,
.modul.postdate .sidebarTextbox__text:last-child:after {
  display: none;
}
.modul.sidebar_title.empty,
.modul.events_teaser.empty,
.modul.submenu.empty,
.modul.languageSwitcher.empty,
.modul.sidebarTextbox.empty,
.modul.postdate.empty {
  padding: 0;
  border-top: 2px solid rgba(0,0,0,0.75);
}
.modul.sidebar_title.empty > *,
.modul.events_teaser.empty > *,
.modul.submenu.empty > *,
.modul.languageSwitcher.empty > *,
.modul.sidebarTextbox.empty > *,
.modul.postdate.empty > * {
  display: none;
}
.modul.sidebar_title .title,
.modul.events_teaser .title,
.modul.submenu .title,
.modul.languageSwitcher .title,
.modul.sidebarTextbox .title,
.modul.postdate .title {
  font-family: KomikaAxis, fantasy;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.15em;
  margin-bottom: 20px;
  color: rgba(0,0,0,0.75);
}
.modul.sidebar_title h1.title,
.modul.events_teaser h1.title,
.modul.submenu h1.title,
.modul.languageSwitcher h1.title,
.modul.sidebarTextbox h1.title,
.modul.postdate h1.title {
  font-family: 'Minion Pro', 'minion-pro', Georgia, serif;
  font-size: 32px;
  line-height: 38px;
  margin-bottom: 10px;
  letter-spacing: 0;
}
.modul.sidebar_title .rubrik_text,
.modul.events_teaser .rubrik_text,
.modul.submenu .rubrik_text,
.modul.languageSwitcher .rubrik_text,
.modul.sidebarTextbox .rubrik_text,
.modul.postdate .rubrik_text {
  padding-left: 1em;
  color: rgba(0,0,0,0.7);
}
.modul.sidebar_title ul,
.modul.sidebar_title li,
.modul.events_teaser ul,
.modul.events_teaser li,
.modul.submenu ul,
.modul.submenu li,
.modul.languageSwitcher ul,
.modul.languageSwitcher li,
.modul.sidebarTextbox ul,
.modul.sidebarTextbox li,
.modul.postdate ul,
.modul.postdate li {
  font-family: 'Minion Pro', 'minion-pro', Georgia, serif;
  font-size: 16px;
  line-height: 20px;
  position: relative;
  width: 100%;
  float: left;
  margin-bottom: 0.15em;
}
.modul.sidebar_title li.event,
.modul.events_teaser li.event,
.modul.submenu li.event,
.modul.languageSwitcher li.event,
.modul.sidebarTextbox li.event,
.modul.postdate li.event {
  line-height: 18px;
  padding-bottom: 3px;
}
.modul.sidebar_title li.event:after,
.modul.events_teaser li.event:after,
.modul.submenu li.event:after,
.modul.languageSwitcher li.event:after,
.modul.sidebarTextbox li.event:after,
.modul.postdate li.event:after {
  content: "";
  position: absolute;
  top: -2px;
  right: 0;
  height: 20px;
  width: 20px;
  background-image: url('../img/sprites.svg');
  background-repeat: no-repeat;
  background-position: right -20px;
  opacity: 0.85;
}
.modul.sidebar_title li.event:hover:after,
.modul.events_teaser li.event:hover:after,
.modul.submenu li.event:hover:after,
.modul.languageSwitcher li.event:hover:after,
.modul.sidebarTextbox li.event:hover:after,
.modul.postdate li.event:hover:after {
  background-position: right -40px;
  opacity: 1;
}
.modul.sidebar_title li.event a,
.modul.events_teaser li.event a,
.modul.submenu li.event a,
.modul.languageSwitcher li.event a,
.modul.sidebarTextbox li.event a,
.modul.postdate li.event a {
  display: block;
  float: left;
  width: 100%;
  font-style: italic;
}
.modul.sidebar_title li.anchor:before,
.modul.events_teaser li.anchor:before,
.modul.submenu li.anchor:before,
.modul.languageSwitcher li.anchor:before,
.modul.sidebarTextbox li.anchor:before,
.modul.postdate li.anchor:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
  height: 20px;
  background-image: url('../img/sprites.svg');
  background-repeat: no-repeat;
  background-position: -2px top;
}
.modul.sidebar_title li.anchor a,
.modul.events_teaser li.anchor a,
.modul.submenu li.anchor a,
.modul.languageSwitcher li.anchor a,
.modul.sidebarTextbox li.anchor a,
.modul.postdate li.anchor a {
  padding-left: 70px;
  display: block;
  float: left;
}
.modul.sidebar_title li.event_filter a,
.modul.events_teaser li.event_filter a,
.modul.submenu li.event_filter a,
.modul.languageSwitcher li.event_filter a,
.modul.sidebarTextbox li.event_filter a,
.modul.postdate li.event_filter a {
  padding-left: 1.5em;
  display: block;
}
.modul.sidebar_title li.event_filter a:before,
.modul.events_teaser li.event_filter a:before,
.modul.submenu li.event_filter a:before,
.modul.languageSwitcher li.event_filter a:before,
.modul.sidebarTextbox li.event_filter a:before,
.modul.postdate li.event_filter a:before {
  content: "";
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid rgba(0,0,0,0.75);
  height: 0.5em;
  width: 0.5em;
  display: inline-block;
  margin: 0 0.5em 0 0.1em;
  position: absolute;
  top: 0.25em;
  left: 0.1em;
}
.modul.sidebar_title li.event_filter a.active:before,
.modul.events_teaser li.event_filter a.active:before,
.modul.submenu li.event_filter a.active:before,
.modul.languageSwitcher li.event_filter a.active:before,
.modul.sidebarTextbox li.event_filter a.active:before,
.modul.postdate li.event_filter a.active:before {
  background-color: rgba(0,0,0,0.85);
}
.modul.sidebar_title li.event_filter a.active:after,
.modul.events_teaser li.event_filter a.active:after,
.modul.submenu li.event_filter a.active:after,
.modul.languageSwitcher li.event_filter a.active:after,
.modul.sidebarTextbox li.event_filter a.active:after,
.modul.postdate li.event_filter a.active:after {
  content: "";
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid transparent;
  height: 0.15em;
  width: 0.15em;
  display: inline-block;
  margin: 0 0.5em 0 0.1em;
  background-color: red;
  position: absolute;
  top: 0.2em;
  left: 0.1em;
  display: none;
}
.modul.sidebar_title a,
.modul.events_teaser a,
.modul.submenu a,
.modul.languageSwitcher a,
.modul.sidebarTextbox a,
.modul.postdate a {
  color: inherit;
  text-decoration: none;
  display: inline-block;
}
.modul.sidebar_title a:hover,
.modul.events_teaser a:hover,
.modul.submenu a:hover,
.modul.languageSwitcher a:hover,
.modul.sidebarTextbox a:hover,
.modul.postdate a:hover {
  color: #000000;
  text-decoration: none;
  text-decoration: underline;
}
.modul.events_teaser {
  margin-bottom: 50px;
  overflow: visible;
  background-image: url('../img/events_widget_background.svg');
  background-position: center top;
  background-color: rgba(0,0,0,0);
  border-top: medium none;
  padding-top: 14px;
}
.modul.events_teaser .more_link {
  font-family: 'Minion Pro', 'minion-pro', Georgia, serif;
  font-size: 16px;
  line-height: 20px;
  opacity: 0.75;
}
.modul.events_teaser .more_link:hover {
  opacity: 1;
}
.modul.events_teaser:before {
  content: "";
  display: block;
  position: absolute;
  top: -10px;
  left: 0%;
  height: 13px;
  width: 13px;
  height: 10px;
  width: 100%;
  background-image: url('../img/events_widget_background.svg');
  background-position: center 800px;
}
.modul.masonry_helper {
  display: block;
}
.modul.masonry_helper.grid-sizer {
  width: 315px;
}
.modul.masonry_helper.gutter-sizer {
  width: 10px;
}
.modul.project_teaser,
.modul.blog_teaser,
.modul.postit,
.modul.event_teaser {
  font-family: 'Minion Pro', 'minion-pro', Georgia, serif;
  font-size: 16px;
  line-height: 20px;
  width: 315px;
  border-top: 4px solid #ff0043;
  margin-right: 10px;
  margin-bottom: 25px;
  padding-bottom: 30px;
  display: block;
}
.modul.project_teaser .article_header,
.modul.blog_teaser .article_header,
.modul.postit .article_header,
.modul.event_teaser .article_header {
  padding: 8px;
}
.modul.project_teaser .article_content,
.modul.blog_teaser .article_content,
.modul.postit .article_content,
.modul.event_teaser .article_content {
  padding: 5px 10px 0 28px;
}
.modul.project_teaser .article_footer,
.modul.blog_teaser .article_footer,
.modul.postit .article_footer,
.modul.event_teaser .article_footer {
  padding: 0px 10px 0 28px;
}
.modul.project_teaser .title,
.modul.blog_teaser .title,
.modul.postit .title,
.modul.event_teaser .title {
  font-family: 'Minion Pro', 'minion-pro', Georgia, serif;
  font-size: 24px;
  line-height: 28px;
  color: rgba(0,0,0,0.9);
  padding: 7px 5px 0 7px;
}
.modul.project_teaser .article_content,
.modul.blog_teaser .article_content,
.modul.postit .article_content,
.modul.event_teaser .article_content {
  font-family: 'Minion Pro', 'minion-pro', Georgia, serif;
  font-size: 16px;
  line-height: 20px;
}
.modul.project_teaser .article_content a,
.modul.blog_teaser .article_content a,
.modul.postit .article_content a,
.modul.event_teaser .article_content a {
  color: #ff0043;
  text-decoration: none;
}
.modul.project_teaser .article_content a:hover,
.modul.blog_teaser .article_content a:hover,
.modul.postit .article_content a:hover,
.modul.event_teaser .article_content a:hover {
  text-decoration: underline;
}
.modul.project_teaser .article_footer,
.modul.blog_teaser .article_footer,
.modul.postit .article_footer,
.modul.event_teaser .article_footer {
  margin-top: 10px;
  float: left;
  width: 100%;
}
.modul.event_teaser {
  width: 640px;
  -webkit-transition: max-height 0.2s ease-out , padding 0.25s linear , opacity 0.08s linear , border-top 0.15s linear 0.1s;
  -moz-transition: max-height 0.2s ease-out , padding 0.25s linear , opacity 0.08s linear , border-top 0.15s linear 0.1s;
  -o-transition: max-height 0.2s ease-out , padding 0.25s linear , opacity 0.08s linear , border-top 0.15s linear 0.1s;
  transition: max-height 0.2s ease-out , padding 0.25s linear , opacity 0.08s linear , border-top 0.15s linear 0.1s;
  margin-bottom: 20px;
  max-height: 500px;
}
.modul.event_teaser .article_header {
  padding-right: 90px;
}
.modul.event_teaser.doesnt_match_filter {
  max-height: 0;
  padding: 0;
  margin-bottom: 0;
  opacity: 0.5;
  border-top: none;
}
.modul.event_teaser.doesnt_match_filter {
  display: none;
}
.modul.event_teaser .event_type {
  font-family: KomikaAxis, fantasy;
  font-size: 10px;
  line-height: 16px;
  letter-spacing: 0.15em;
  margin-bottom: 3px;
}
.modul.event_teaser .title {
  position: relative;
}
.modul.blog_teaser:nth-child(3) {
  margin-top: 50px;
}
.modul.blog_teaser:nth-child(4) {
  margin-top: 15px;
}
.modul.postit {
  background-color: #faf00a;
}
.modul.main_title {
  width: 640px;
  border-top: 4px solid #ff0043;
  padding: 20px;
  color: rgba(0,0,0,0.9);
  font-family: 'Minion Pro', 'minion-pro', Georgia, serif;
  font-size: 32px;
  line-height: 38px;
}
.modul.main_title .event_type {
  font-family: KomikaAxis, fantasy;
  font-size: 10px;
  line-height: 16px;
  letter-spacing: 0.15em;
  margin-bottom: 8px;
  margin-top: -5px;
  padding: 0;
}
.modul.teasergallery {
  width: 640px;
  margin-top: 2px;
}
.modul.content_box {
  width: 640px;
  margin-top: 2px;
  padding: 20px 20px 35px 20px;
}
.modul.content_box .subtitle {
  font-family: 'Minion Pro', 'minion-pro', Georgia, serif;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 16px;
}
.modul.content_box .subtitle ~ * {
  padding-left: 20px;
}
.modul[data-content_type="text"] {
  padding-right: 50px;
}
.modul[data-content_type="text"] ul {
  margin: 0.5em 0;
}
.modul[data-content_type="text"] ul li {
  position: relative;
  padding-left: 1.65em;
}
.modul[data-content_type="text"] ul li:before {
  position: absolute;
  content: "";
  top: 0.5em;
  left: 0.1em;
  height: 2px;
  width: 1em;
  background-color: rgba(0,0,0,0.85);
}
.modul[data-content_type="text"] a {
  color: #ff0043;
  text-decoration: none;
}
.modul[data-content_type="text"] a:hover {
  text-decoration: underline;
}
.modul[data-content_type="gallery"] {
  padding: 16px;
}
.modul[data-content_type="gallery"] ul.gallery {
  position: relative;
}
.modul[data-content_type="gallery"] li.slidesjs-slide {
  height: 100%;
}
.modul[data-content_type="gallery"] .slidesjs-container {
  background-color: rgba(0,0,0,0.1);
}
.modul[data-content_type="gallery"] .slidesjs-pagination {
  width: 100%;
  z-index: 20;
  text-align: center;
  height: 28px;
  padding-top: 10px;
}
.modul[data-content_type="gallery"] .slidesjs-pagination li {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  height: 9px;
  width: 9px;
  display: inline-block;
  margin: 0 0.25em;
  overflow: hidden;
}
.modul[data-content_type="gallery"] .slidesjs-pagination a {
  -webkit-box-shadow: 0px 1px 3px 2px rgba(0,0,0,0.25) inset;
  -moz-box-shadow: 0px 1px 3px 2px rgba(0,0,0,0.25) inset;
  box-shadow: 0px 1px 3px 2px rgba(0,0,0,0.25) inset;
  background-color: rgba(189,161,110,0.7);
  height: 100%;
  width: 100%;
  display: block;
  color: transparent;
}
.modul[data-content_type="gallery"] .slidesjs-pagination a.active {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: #ff0043;
}
.modul[data-content_type="gallery"] .slidesjs-navigation {
  position: absolute;
  top: 0;
  bottom: 25px;
  width: 30%;
  z-index: 10;
  color: transparent;
  font-size: 0;
}
.modul[data-content_type="gallery"] .slidesjs-navigation span {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  display: block;
  height: 50px;
  width: 50px;
  overflow: hidden;
}
.modul[data-content_type="gallery"] .slidesjs-navigation span:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: 7px;
  content: "";
  height: 5px;
  width: 30px;
  background-color: #ff0043;
}
.modul[data-content_type="gallery"] .slidesjs-navigation span:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -11px;
  content: "";
  height: 5px;
  width: 30px;
  background-color: #ff0043;
}
.modul[data-content_type="gallery"] .slidesjs-navigation.slidesjs-previous {
  left: 0;
  display: none;
}
.modul[data-content_type="gallery"] .slidesjs-navigation.slidesjs-previous span {
  left: 0px;
}
.modul[data-content_type="gallery"] .slidesjs-navigation.slidesjs-next {
  right: 0;
  display: none;
}
.modul[data-content_type="gallery"] .slidesjs-navigation.slidesjs-next span {
  right: 0px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.modul[data-content_type="gallery"]:hover .slidesjs-navigation,
.modul[data-content_type="gallery"].hover .slidesjs-navigation {
  display: block;
}
.modul[data-content_type="gallery"].is_first_slide .slidesjs-previous {
  display: none;
}
.modul[data-content_type="gallery"].is_last_slide .slidesjs-next {
  display: none;
}
.modul[data-content_type="gallery"].is_last_slide.is_first_slide .slidesjs-pagination {
  display: none;
}
.modul[data-content_type="gallery"].is_last_slide.is_first_slide .slidesjs-slide {
  left: 0 !important;
}
.modul.pagination .page-numbers {
  overflow: hidden;
  display: inline-block;
  background-color: rgba(255,255,255,0.6);
  padding: 0.3em 0.65em;
  float: left;
  margin-right: 2px;
  text-decoration: none;
  color: inherit;
}
.modul.pagination a:hover {
  color: #ff0043;
  background-color: rgba(255,255,255,0.85);
}
.modul.pagination .current {
  background-color: rgba(255,255,255,0.35);
  font-weight: bold;
}
.modul.pagination .dots {
  background-color: rgba(255,255,255,0);
}
.modul.pagination .prev,
.modul.pagination .next {
  width: 30px;
}
.modul.pagination .prev span,
.modul.pagination .next span {
  text-indent: -10000px;
  width: 10px;
  font-size: 0;
  background-image: url("../img/sprites.svg");
  background-repeat: no-repeat;
  background-position: right -39px;
  display: block;
}
.modul.pagination .prev span {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.modul.pagination .prev:hover span {
  background-position: right -19px;
}
.modul.pagination .next:hover span {
  background-position: right -19px;
}
.modul.aside {
  -webkit-box-shadow: 0 5px 8px -2px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 5px 8px -2px rgba(0,0,0,0.1);
  box-shadow: 0 5px 8px -2px rgba(0,0,0,0.1);
}
.modul.main {
  -webkit-box-shadow: 0 5px 8px -3px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 5px 8px -3px rgba(0,0,0,0.2);
  box-shadow: 0 5px 8px -3px rgba(0,0,0,0.2);
}
.modul.has_knick {
  background-image: url("../img/knicker_background.svg");
  background-color: transparent;
}
.modul.has_knick.postit {
  background-image: url("../img/knicker_background--yellow-v2.svg?123");
}
.modul.has_knick span.knicker {
  height: 100px;
  width: 100%;
  background-image: url("../img/knicker_v2.svg");
  display: block;
  position: absolute;
  pointer-events: none;
}
.modul.knick_1 {
  background-position: top left;
  border-top: medium none !important;
  padding-top: 4px;
}
.modul.knick_1 span {
  background-position: top left;
  top: 0;
  left: 0;
}
.modul.knick_2 {
  background-position: top right;
  border-top: medium none !important;
  padding-top: 4px;
}
.modul.knick_2 span {
  background-position: top right;
  top: 0;
  right: 0;
}
.modul.knick_3 {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-position: bottom right;
  overflow: visible;
}
.modul.knick_3 span {
  background-position: bottom right;
  bottom: 0;
  right: 0;
}
.modul.knick_3 XXspan:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 13px;
  height: 5px;
  width: 180px;
  background-color: transparent;
  -webkit-transform: rotate(-8deg);
  -moz-transform: rotate(-8deg);
  -ms-transform: rotate(-8deg);
  transform: rotate(-8deg);
  -webkit-box-shadow: 0 4px 5px rgba(0,0,0,0.15);
  -moz-box-shadow: 0 4px 5px rgba(0,0,0,0.15);
  box-shadow: 0 4px 5px rgba(0,0,0,0.15);
}
.modul.knick_3:after {
  -webkit-box-shadow: 0 4px 5px rgba(0,0,0,0.15);
  -moz-box-shadow: 0 4px 5px rgba(0,0,0,0.15);
  box-shadow: 0 4px 5px rgba(0,0,0,0.15);
  content: "";
  position: absolute;
  bottom: 0;
  right: 175px;
  left: 0;
  height: 10px;
  background-color: transparent;
  visibility: visible;
}
.modul.knick_4 {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-position: bottom left;
  overflow: visible;
}
.modul.knick_4 span {
  background-position: bottom left;
  bottom: 0;
  left: 0;
}
.modul.knick_4:after {
  -webkit-box-shadow: 0 4px 5px rgba(0,0,0,0.15);
  -moz-box-shadow: 0 4px 5px rgba(0,0,0,0.15);
  box-shadow: 0 4px 5px rgba(0,0,0,0.15);
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 83px;
  height: 10px;
  background-color: transparent;
  visibility: visible;
}
.modul #mc_embed_signup {
  background-color: transparent;
}
.modul #mc_embed_signup form#mc-embedded-subscribe-form {
  padding: 0;
}
.modul #mc_embed_signup div.clear {
  width: 30%;
  float: left;
}
.modul #mc_embed_signup input#mce-EMAIL {
  margin: 0 2% 0 0;
  width: 68%;
  float: left;
}
.modul #mc_embed_signup input#mc-embedded-subscribe {
  width: 20%;
  float: left;
}
.smartphone_only {
  display: none !important;
}
@media (max-width: 1100px) {
  .modul.logo {
    width: 50%;
    max-height: 240px;
  }
}
@media (max-width: 770px) {
  .smartphone_only {
    display: block !important;
  }
  .desktop_only {
    display: none !important;
  }
  #page_wrapper {
    padding: 0 2%;
  }
  #page_header {
    height: 200px;
  }
  #page_header .modul.logo {
    width: 100%;
    height: 100%;
  }
  #page_header .modul.main_nav {
    -webkit-transition: left 0.2s ease;
    -moz-transition: left 0.2s ease;
    -o-transition: left 0.2s ease;
    transition: left 0.2s ease;
    position: fixed;
    top: 0;
    left: -100%;
    margin-left: 0;
    width: 100%;
    z-index: 100;
    opacity: 1;
  }
  #page_header .modul.main_nav.active {
    left: 0;
  }
  #page_header .modul.main_nav.active .content_dimmer {
    display: block !important;
  }
  #page_header .modul.main_nav .ul_wrapper {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 80%;
    padding: 50px 10px 10px;
    background-color: #FFFFFF;
    z-index: 10;
    overflow: scroll;
  }
  #page_header .modul.main_nav ul {
    width: 100%;
  }
  #page_header .modul.main_nav ul.second li:first-child {
    border: none;
  }
  #page_header .modul.main_nav .content_dimmer {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    cursor: pointer;
    background-color: rgba(0,0,0,0.6);
    z-index: 9;
    display: none !important;
  }
  #page_header .modul.main_nav .toggle_nav {
    position: fixed;
    height: 30px;
    width: 30px;
    left: 10px;
    top: 13px;
    display: block;
    z-index: 100;
    opacity: 0.65;
  }
  #page_header .modul.main_nav .toggle_nav:hover {
    opacity: 1;
  }
  #page_header .modul.main_nav .toggle_nav span {
    display: block;
    width: 100%;
    height: 3px;
    background-color: rgba(0,0,0,0.85);
    margin-bottom: 4px;
  }
  #page_header .modul.main_nav.active .toggle_nav {
    background-color: #ffffff;
    opacity: 1;
  }
  #page_header .modul.main_nav.active .toggle_nav span {
    background-color: #ffb3c7;
  }
  #page_header .modul.main_nav.active .toggle_nav:hover span {
    background-color: #ff99b4;
  }
  #page_header .modul.main_nav.active .toggle_nav span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: 6px;
  }
  #page_header .modul.main_nav.active .toggle_nav span:nth-child(2) {
    visibility: hidden;
  }
  #page_header .modul.main_nav.active .toggle_nav span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: -14px;
  }
  #page_header .modul.social {
    display: none;
  }
  #page_sidebar {
    width: 100%;
  }
  #page_sidebar .modul {
    width: 100%;
  }
  #page_sidebar .modul.postdate {
    display: none;
  }
  #page_sidebar .modul.submenu {
    display: none;
  }
  #page_sidebar .sticky {
    position: static !important;
    width: 100% !important;
  }
  #page_sidebar .modul.sidebar_title {
    padding: 10px;
  }
  #page_sidebar .modul.sidebar_title .title {
    font-family: 'Minion Pro', 'minion-pro', Georgia, serif;
    font-size: 24px;
    line-height: 28px;
  }
  #page_sidebar .modul.sidebar_title .rubrik_text {
    font-family: 'Minion Pro', 'minion-pro', Georgia, serif;
    font-size: 16px;
    line-height: 20px;
    padding-left: 0;
    padding-bottom: 10px;
  }
  #page_sidebar + #page_content {
    margin-left: 0;
    padding-left: 0;
  }
  #page_content .modul {
    width: 100% !important;
  }
  #page_content .modul.blog_teaser,
  #page_content .modul.masonry_helper.grid-sizer {
    width: 49%;
    margin-left: -1px;
    margin-top: 0px !important;
  }
  #page_content .modul.masonry_helper.gutter-sizer {
    background-color: blue;
  }
  #page_content .modul.main_title {
    font-family: 'Minion Pro', 'minion-pro', Georgia, serif;
    font-size: 24px;
    line-height: 28px;
    padding: 10px;
    padding-bottom: 12px;
  }
  #page_content .modul.main_title .post_date {
    padding: 0px 5px 10px 2px;
    font-family: KomikaAxis, fantasy;
    font-size: 10px;
    line-height: 16px;
    letter-spacing: 0.15em;
  }
  #page_content .modul.content_box {
    font-family: 'Minion Pro', 'minion-pro', Georgia, serif;
    font-size: 16px;
    line-height: 20px;
    padding: 10px;
    padding-bottom: 16px;
  }
  #page_content .modul.content_box .subtitle {
    font-family: 'Minion Pro', 'minion-pro', Georgia, serif;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 10px;
    font-weight: 600;
  }
  #page_content .modul.content_box .subtitle ~ * {
    padding-left: 0;
  }
  #page_content .modul.project_teaser .event_type,
  #page_content .modul.project_teaser .post_date,
  #page_content .modul.blog_teaser .event_type,
  #page_content .modul.blog_teaser .post_date,
  #page_content .modul.event_teaser .event_type,
  #page_content .modul.event_teaser .post_date {
    padding-left: 3px;
    padding-bottom: 2px;
  }
  #page_content .modul.project_teaser .title,
  #page_content .modul.blog_teaser .title,
  #page_content .modul.event_teaser .title {
    padding-left: 2px;
  }
  #page_content .modul.project_teaser .article_content,
  #page_content .modul.blog_teaser .article_content,
  #page_content .modul.event_teaser .article_content {
    padding-left: 10px;
  }
  #page_content .modul.project_teaser .article_footer,
  #page_content .modul.blog_teaser .article_footer,
  #page_content .modul.event_teaser .article_footer {
    padding-left: 10px;
  }
  #page_content .modul[data-content_type="text"] {
    padding-right: 15px;
  }
  #page_content .modul[data-content_type="gallery"] {
    padding: 10px;
    padding-bottom: 16px;
  }
}
