* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  opacity: 1;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}
:focus {
  outline: 0;
}
body {
  line-height: 1;
  color: black;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}
blockquote,
q {
  quotes: "" "";
}
html {
  height: 100%;
}
body {
  background-color: #fff;
}
strong,
b {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.hideme {
  position: absolute;
  left: -9999em;
  top: -9999em;
}
label,
input[type=button],
input[type=submit],
button {
  cursor: pointer;
}
q:lang(de) {
  quotes: '„' '“' '‚' '‘';
}
q:lang(en) {
  quotes: '“' '”' "‘" "’";
}
abbr[title] {
  border-bottom: 1px dotted #888 !important;
  cursor: help;
}
a abbr {
  cursor: pointer !important;
}
.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.ie7 address {
  font-style: normal;
}
img {
  -ms-interpolation-mode: bicubic;
  vertical-align: top;
}
.clearfix {
  display: inline-block;
  clear: both;
}
a {
  cursor: pointer;
}
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
@-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;
}
body[data-show_borders="1"] picture {
  position: relative;
}
body[data-show_borders="1"] picture:after {
  position: absolute;
  top: 0;
  right: 0;
  content: attr(data-pwidth) " x " attr(data-pheight);
}
.debug_hints_wrapper {
  position: fixed;
  width: auto !important;
  font-size: 11px;
  line-height: 1.2em !important;
  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,
.debug_hints_wrapper span * {
  color: black !important;
}
.debug_hints_wrapper span + span {
  margin-left: 1px;
}
@font-face {
  font-family: 'Graphik-Medium-Web';
  src: url('../fonts/graphik/Graphik-Medium-Web.eot');
  src: url('../fonts/graphik/Graphik-Medium-Web.eot?#iefix') format('embedded-opentype'), url('../fonts/graphik/Graphik-Medium-Web.woff2') format('woff2'), url('../fonts/graphik/Graphik-Medium-Web.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: 'Graphik-Regular-Web';
  src: url('../fonts/graphik/Graphik-Regular-Web.eot');
  src: url('../fonts/graphik/Graphik-Regular-Web.eot?#iefix') format('embedded-opentype'), url('../fonts/graphik/Graphik-Regular-Web.woff2') format('woff2'), url('../fonts/graphik/Graphik-Regular-Web.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}
body {
  height: 100%;
  font-family: 'Graphik-Regular-Web', Helvetica, Arial, sans-serif;
  font-size: 25px;
  line-height: 35px;
  color: rgba(0,0,0,0.9);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: "liga", "kern";
  -moz-font-feature-settings: "liga=1, kern=1";
  -ms-font-feature-settings: "liga", "kern";
  -o-font-feature-settings: "liga", "kern";
  -webkit-font-feature-settings: "liga", "kern";
  font-feature-settings: "liga", "kern";
  background-color: #909090;
}
#pageWrapper {
  max-width: 1440px;
  margin: 0em auto;
  overflow: hidden;
}
b,
strong {
  font-family: 'Graphik-Medium-Web', Helvetica, Arial, sans-serif;
}
.font_graphikMedium {
  font-family: 'Graphik-Medium-Web', Helvetica, Arial, sans-serif;
}
a {
  text-decoration: none;
  cursor: pointer;
  color: blue;
}
a:hover {
  text-decoration: underline;
}
.post_header {
  float: left;
  width: 100%;
  margin-bottom: 0.5em;
  font-size: 40px;
  line-height: 48px;
}
.post_content {
  float: left;
  width: 100%;
  margin-top: 0.5em;
}
.post_content > * {
  margin-bottom: 0.5em;
}
.post_content > ul li {
  padding-left: 1.1em;
  position: relative;
}
.post_content > ul li:before {
  position: absolute;
  left: 0;
  top: 0.3em;
  height: 0.4em;
  width: 0.4em;
  content: "";
  background-color: lightgreen;
  color: lightgreen;
  border-radius: 50%;
}
.post_footer {
  float: left;
  width: 100%;
  margin-top: 0.5em;
}
.spinner {
  display: inline-block;
  height: 1em;
  width: 1em;
  background-image: url('../img/spinner/spinner.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.spinner.large {
  height: 5em;
  width: 5em;
}
.modul_wrapper {
  position: relative;
  background-color: white;
}
.modul {
  position: relative;
}
.modul:empty {
  display: none;
}
@keyframes flash {
  from {
    background: black;
  }
  to {
    background: #CCC;
  }
}
@media (min-height: 950px) and (min-width: 1450px) {
  .modul[data-name="welcomeText"] {
    max-height: 915px;
    min-height: 100px !important;
    height: 100vh;
  }
}
@media (min-width: 768px) {
  body[data-mh_basis_debug="1"]:after {
    content: "min-width:768px";
    position: fixed;
    bottom: 38px;
    right: 5px;
    font-size: 11px;
    line-height: 1.2em !important;
    color: black;
    background-color: #ffff00;
    display: inline-block;
    padding: 4px 5px;
  }
  .modul_wrapper[data-name="pageHeader"] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    background-color: #909090;
    font-size: 29px;
    line-height: 35px;
  }
  .modul_wrapper[data-name="pageHeader"] .pageHeader_inner {
    position: relative;
    max-width: 1440px;
    margin: 0 auto;
  }
  .modul_wrapper[data-name="pageHeader"] .pageHeader_inner[data-colorMode="whiteOnBlack"] {
    color: white;
    background-color: black;
  }
  .modul_wrapper[data-name="pageHeader"] .pageHeader_inner[data-colorMode="blackOnWhite"] {
    color: black;
    background-color: white;
  }
  .modul_wrapper[data-name="pageHeader"] .pageHeader_inner[data-colorMode="blackOnGrey"] {
    color: black;
    background-color: #f0f0f0;
  }
  .modul[data-name="appTitle"] {
    margin-left: 35px;
    height: 75px;
    overflow: hidden;
    font-family: 'Graphik-Medium-Web', Helvetica, Arial, sans-serif;
    line-height: 75px;
    font-size: 29px;
  }
  .modul[data-name="appTitle"] a {
    display: block;
    color: inherit;
  }
  .modul[data-name="appTitle"] .backgroundImageHolder {
    background-position: left 0.05em;
    background-image: url('../img/logo_bw.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background: none;
  }
  .modul[data-name="appTitle"][data-colormode="whiteOnBlack"] .backgroundImageHolder {
    background-image: url('../img/logo_wb.svg?12');
  }
  .modul[data-name="appTitle"] .backgroundImageHolder {
    background: none !important;
  }
  .modul[data-name="mainMenu"] {
    position: absolute;
    top: 0;
    right: 0;
    height: 100vh;
    width: 650px;
    max-width: 100vw;
    overflow: hidden;
    pointer-events: none;
    font-size: 29px;
    line-height: 35px;
    text-align: right;
  }
  .modul[data-name="mainMenu"] ul,
  .modul[data-name="mainMenu"] li {
    display: block;
  }
  .modul[data-name="mainMenu"] li a {
    color: inherit;
  }
  .modul[data-name="mainMenu"] .menuToggleCheckbox {
    height: 75px;
    width: 75px;
    z-index: 10;
    pointer-events: auto;
    overflow: hidden;
    opacity: 0;
  }
  .modul[data-name="mainMenu"] .menuToggleLabel {
    position: absolute;
    top: 0;
    right: 0;
    height: 75px;
    display: block;
    overflow: hidden;
    font-family: 'Graphik-Medium-Web', Helvetica, Arial, sans-serif;
    font-size: 29px;
    line-height: 75px;
    pointer-events: auto;
    z-index: 10;
  }
  .modul[data-name="mainMenu"] .menuToggleLabel:before {
    content: attr(data-closedText);
  }
  .modul[data-name="mainMenu"] .menuToggleLabel .iconWrapper {
    position: relative;
    height: 75px;
    width: 90px;
    display: block;
    float: right;
    overflow: hidden;
  }
  .modul[data-name="mainMenu"] .menuToggleLabel .icon {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 0.95em;
    width: 0.95em;
    margin: auto;
    overflow: hidden;
    transform: translateZ(0px);
  }
  .modul[data-name="mainMenu"] .menuToggleLabel .line {
    position: absolute;
    width: 100%;
    height: 5px;
    display: block;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
  }
  .modul[data-name="mainMenu"] .menuToggleLabel .line.second {
    top: 50%;
    margin-top: -2.5px;
  }
  .modul[data-name="mainMenu"][data-colorMode="blackOnWhite"] .line {
    background-color: black;
  }
  .modul[data-name="mainMenu"][data-colorMode="whiteOnBlack"] .line {
    background-color: white;
  }
  .modul[data-name="mainMenu"][data-colorMode="blackOnGrey"]  .line {
    background-color: black;
  }
  .modul[data-name="mainMenu"] .menuWrapper {
    position: absolute;
    top: 0;
    right: 0%;
    height: 100vh;
    width: 85%;
    overflow: hidden;
    padding-top: 75px;
    padding-right: 90px;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
    background-color: white;
    pointer-events: auto;
    z-index: 5;
  }
  .modul[data-name="mainMenu"] .shadow {
    position: absolute;
    top: 0;
    right: 0%;
    height: 100%;
    width: 15%;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
    background-color: transparent;
    background: -webkit-gradient(linear,left top,left bottom,from(transparent),to(rgba(0,0,0,0.1)));
    background: -webkit-linear-gradient(left,transparent,rgba(0,0,0,0.1));
    background: -moz-linear-gradient(left,transparent,rgba(0,0,0,0.1));
    background: -ms-linear-gradient(left,transparent,rgba(0,0,0,0.1));
    background: -o-linear-gradient(left,transparent,rgba(0,0,0,0.1));
    background: linear-gradient(left,transparent,rgba(0,0,0,0.1));
    pointer-events: none;
    opacity: 0;
    z-index: 4;
  }
  .modul[data-name="mainMenu"] .menuItemsList {
    padding-top: 1em;
  }
  .modul[data-name="mainMenu"] .menuItem {
    font-family: 'Graphik-Medium-Web', Helvetica, Arial, sans-serif;
    color: black;
  }
  .modul[data-name="mainMenu"][data-colorMode="whiteOnBlack"] .phoneNumber {
    color: black;
  }
  .modul[data-name="mainMenu"] .phoneNumber {
    font-family: 'Graphik-Medium-Web', Helvetica, Arial, sans-serif;
    margin-top: 1.2em;
  }
  .modul[data-name="mainMenu"] input + .menuToggleLabel .line.first {
    top: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .modul[data-name="mainMenu"] input + .menuToggleLabel .line.third {
    bottom: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .modul[data-name="mainMenu"][data-colorMode="blackOnWhite"] input + .menuToggleLabel {
    color: black;
  }
  .modul[data-name="mainMenu"][data-colorMode="blackOnGrey"]  input + .menuToggleLabel {
    color: black;
  }
  .modul[data-name="mainMenu"][data-colorMode="whiteOnBlack"] input + .menuToggleLabel {
    color: white;
  }
  .modul[data-name="mainMenu"] input + .menuToggleLabel + .menuWrapper {
    right: -100%;
  }
  .modul[data-name="mainMenu"] input + .menuToggleLabel + .menuWrapper +. shadow {
    right: -100%;
    opacity: 0;
  }
  .modul[data-name="mainMenu"] input:checked + .menuToggleLabel .line.first {
    top: 50%;
    margin-top: -2.5px;
    background-color: black;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .modul[data-name="mainMenu"] input:checked + .menuToggleLabel .line.second {
    background-color: transparent;
  }
  .modul[data-name="mainMenu"] input:checked + .menuToggleLabel .line.third {
    background-color: black;
    bottom: 50%;
    margin-bottom: -2.5px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .modul[data-name="mainMenu"] input:checked + .menuToggleLabel {
    color: black;
  }
  .modul[data-name="mainMenu"] input:checked + .menuToggleLabel:before {
    content: attr(data-openText);
  }
  .modul[data-name="mainMenu"] input:checked + .menuToggleLabel + .menuWrapper {
    right: 0%;
  }
  .modul[data-name="mainMenu"] input:checked + .menuToggleLabel + .menuWrapper + .shadow {
    right: 85%;
    opacity: 1;
  }
  .page-template-default .modul[data-name="mainMenu"] .menuToggleLabel {
    color: black;
  }
  .page-template-default .modul[data-name="mainMenu"] .menuToggleLabel .line {
    background-color: black;
  }
  .modul_wrapper[data-name="pageContent"] {
    overflow: hidden;
  }
  .modul_wrapper[data-name="pageContent"].article-template,
  .modul_wrapper[data-name="pageContent"].archive-template,
  .modul_wrapper[data-name="pageContent"].template-404 {
    padding-top: 75px;
    padding-bottom: 5em;
    min-height: 100vh;
  }
  .modul[data-name="welcomeText"] {
    padding-top: 75px;
    padding-left: 35px;
    padding-right: 35px;
    padding-bottom: 3em;
    min-height: 100vh;
    -webkit-transition: min-height 0.1s ease;
    -moz-transition: min-height 0.1s ease;
    -o-transition: min-height 0.1s ease;
    transition: min-height 0.1s ease;
    font-family: 'Graphik-Medium-Web', Helvetica, Arial, sans-serif;
    line-height: 62px;
    font-size: 50px;
    color: white;
    background-color: black;
  }
  .modul[data-name="welcomeText"] * {
    max-width: 1280px;
  }
  .modul[data-name="welcomeText"] *:first-child {
    padding-top: 0.5em;
  }
  .modul[data-name="welcomeText"] a {
    color: inherit;
  }
  .modul[data-name="welcomeText"] .arrow {
    position: absolute;
    bottom: 35px;
    width: 0.75em;
    height: 2em;
    display: block;
    background-image: url('../img/down_arrow.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center bottom;
    cursor: pointer;
  }
  .modul[data-name="articleTeaser_boxes"] .row {
    float: left;
    width: 100%;
    overflow: hidden;
    display: flex;
  }
  .modul[data-name="articleTeaser_boxes"] .row:empty {
    display: none;
  }
  .modul[data-name="articleTeaser_box"] {
    width: 100%;
    float: left;
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 50px;
    padding-bottom: 35px;
    font-family: 'Graphik-Medium-Web', Helvetica, Arial, sans-serif;
    color: white;
    background-color: black;
  }
  .modul[data-name="articleTeaser_box"][data-colspan="1"] {
    width: 33.333333%;
  }
  .modul[data-name="articleTeaser_box"][data-colspan="2"] {
    width: 66.666666%;
  }
  .modul[data-name="articleTeaser_box"][data-colspan="3"] {
    width: 100%;
  }
  .modul[data-name="articleTeaser_box"][data-fontsize="small"] {
    font-size: 36px;
    line-height: 43px;
  }
  .modul[data-name="articleTeaser_box"][data-fontsize="medium"] {
    font-size: 50px;
    line-height: 60px;
  }
  .modul[data-name="articleTeaser_box"][data-fontsize="big"] {
    font-size: 80px;
    line-height: 96px;
  }
  .modul[data-name="articleTeaser_box"] .bgColor {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    transition: all 0.15s ease;
  }
  .modul[data-name="articleTeaser_box"]:hover .bgColor {
    opacity: 0.9;
  }
  .modul[data-name="articleTeaser_box"] .title {
    position: relative;
  }
  .modul[data-name="articleTeaser_box"] .arrow {
    position: relative;
    display: block;
    margin-top: 35px;
    min-height: 16px;
    height: 52px;
    width: 95px;
    background-image: url('../img/right_arrow.svg');
    background-repeat: no-repeat;
    background-size: contain;
  }
  .modul[data-name="articleTeaser_box"] .link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 0;
    line-height: 0;
  }
  .modul[data-name="archiveTitle"],
  .modul[data-name="postTitle"] {
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 1em;
    padding-bottom: 1em;
  }
  .modul[data-name="archiveTitle"] .overTitle,
  .modul[data-name="postTitle"] .overTitle {
    font-size: 17px;
    line-height: 26px;
    text-transform: uppercase;
    padding-bottom: 0.75em;
  }
  .modul[data-name="archiveTitle"] .postTitle,
  .modul[data-name="postTitle"] .postTitle {
    max-width: 1000px;
    font-family: 'Graphik-Medium-Web', Helvetica, Arial, sans-serif;
    font-size: 80px;
    line-height: 96px;
    color: black;
    margin-left: -0.05em;
  }
  .modul[data-name="archiveTitle"] .huge.postTitle,
  .modul[data-name="postTitle"] .huge.postTitle {
    max-width: 100%;
    padding-top: 0.25em;
    font-size: 120px;
    line-height: 144px;
  }
  .modul[data-name="archiveTitle"] a,
  .modul[data-name="postTitle"] a {
    color: inherit;
  }
  .modul[data-name="archiveTitle"] .symbol.heart,
  .modul[data-name="postTitle"] .symbol.heart {
    background-image: url(../img/heart.svg);
    background-repeat: no-repeat;
    background-position: left 5px;
    background-size: auto 85%;
    color: transparent;
  }
  .modul[data-name="openerImage"] .imageHolder {
    width: 100%;
    max-width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .modul[data-name="openerImage"] .ratioHelper {
    width: 100%;
    max-width: 100%;
    vertical-align: top;
  }
  .modul[data-name="openerImage"] .captionWrapper {
    width: 100%;
    padding-left: 35px;
    padding-right: 35px;
    font-size: 17px;
    line-height: 26px;
  }
  .modul[data-name="openerImage"] .captionWrapper .inner {
    padding-top: 1em;
    width: 100%;
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
  }
  .modul[data-name="openerImage"] .captionWrapper .inner:empty {
    display: none;
  }
  .modul[data-name="postContent"] {
    padding-left: 35px;
    padding-right: 35px;
    overflow: hidden;
    font-size: 25px;
    line-height: 35px;
  }
  .article-template .modul[data-name="postContent"] {
    padding-top: 4em;
  }
  .archive-template .modul[data-name="postContent"] {
    padding-top: 2em;
  }
  .modul[data-name="fliesstext"],
  .modul[data-name="zwischenuberschrift"],
  .modul[data-name="galerie"] {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
  }
  .modul[data-name="fliesstext"] {
    padding-left: 300px;
    margin-bottom: 35px;
  }
  .modul[data-name="fliesstext"] .anreisertext {
    width: 390px;
    max-width: 100%;
    margin-bottom: 25px;
    margin-top: 8px;
    padding: 0.25em 0;
    display: inline-block;
    font-size: 40px;
    line-height: 48px;
    border-top: 4px solid;
    border-bottom: 4px solid;
  }
  .modul[data-name="fliesstext"] .anreisertext[data-direction="left"] {
    float: left;
    margin-left: -300px;
    margin-right: 25px;
  }
  .modul[data-name="fliesstext"] .anreisertext[data-direction="right"] {
    float: right;
    margin-right: -100px;
    margin-left: 25px;
  }
  .modul[data-name="fliesstext"] p .paragraph_toggleFootnoteButton {
    padding-left: 0.35em;
    display: inline-block;
    transform: translateY(-7px);
    color: #e4003a;
    font-size: 17px;
    line-height: 26px;
    text-decoration: underline;
  }
  .modul[data-name="fliesstext"] .footnoteParagraph {
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    position: relative;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
    min-height: 1em;
    max-height: 20em;
    overflow: hidden;
    color: #e4003a;
    font-size: 17px;
    line-height: 26px;
  }
  .modul[data-name="fliesstext"] .footnoteParagraph a {
    color: inherit;
    text-decoration: underline;
  }
  .modul[data-name="fliesstext"] .footnoteParagraph.closed {
    min-height: 0;
    max-height: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  .modul[data-name="fliesstext"] .footnoteParagraph_toggleFootnoteButton {
    top: 0;
    left: 0;
    width: 3em;
    min-height: 1em;
    color: inherit;
    text-decoration: none !important;
    display: inline-block;
  }
  .modul[data-name="zwischenuberschrift"] {
    padding-left: 300px;
    margin-bottom: 0.75em;
    font-size: 40px;
    line-height: 48px;
  }
  .modul[data-name="galerie"] {
    margin-bottom: 3em;
  }
  .modul[data-name="zwischenuberschrift"] + .modul[data-name="galerie"] {
    margin-top: 2em;
  }
  .modul[data-name="fliesstext"] + .modul[data-name="galerie"] {
    margin-top: 2em;
  }
  .modul[data-name="galerie"] + .modul[data-name="galerie"] {
    margin-top: -1em;
  }
  .modul[data-name="galerie"] .list {
    overflow: hidden;
  }
  .modul[data-name="galerie"] .listItem {
    position: relative;
    overflow: hidden;
  }
  .modul[data-name="galerie"] .listItem + .listItem {
    display: none;
  }
  .modul[data-name="galerie"] .imageHolder {
    float: left;
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
  }
  .modul[data-name="galerie"] .imageHolder.portrait {
    background-size: contain;
    background-position: left center;
  }
  .modul[data-name="galerie"] .imageHolder.landscape {
    background-size: cover;
    background-position: center center;
  }
  .modul[data-name="galerie"] .ratioHelper {
    float: left;
    width: 100%;
    max-width: 100%;
    vertical-align: top;
    background-color: rgba(0,0,0,0.05);
  }
  .modul[data-name="galerie"] .captionHolder {
    padding-top: 1em;
    width: 100%;
    max-width: 640px;
    float: left;
    font-size: 17px;
    line-height: 26px;
  }
  .modul[data-name="galerie"] .captionHolder:empty {
    display: none;
  }
  .modul[data-name="galerie"] .sliderNav,
  .modul[data-name="galerie"] .mh_slider[data-total="1"] + .sliderNav {
    display: none;
  }
  .modul[data-name="galerie"] .mh_slider + .sliderNav {
    display: block;
  }
  .modul[data-name="galerie"] .sliderNav_button {
    position: absolute;
    top: 50%;
    width: 95px;
    height: 45px;
    margin-top: -22.5px;
    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    transition: all 0.15s ease;
    font-size: 0;
    color: transparent;
    background-size: contain;
    opacity: 0;
  }
  .modul[data-name="galerie"]:hover .sliderNav_button {
    opacity: 1;
  }
  .modul[data-name="galerie"] .mh_slider[data-is_start="1"] + .sliderNav .sliderNav_button.prev {
    display: none;
  }
  .modul[data-name="galerie"] .mh_slider[data-is_end="1"] + .sliderNav .sliderNav_button.next {
    display: none;
  }
  .modul[data-name="galerie"] .sliderNav_button.prev {
    left: -26.25px;
    background-image: url(../img/thin_arrow_left.svg);
    background-position: left;
  }
  .modul[data-name="galerie"] .sliderNav_button.next {
    right: -26.25px;
    background-image: url(../img/thin_arrow_right.svg);
    background-position: right;
  }
  .modul[data-name="galerie"] .mh_slider {
    overflow: hidden;
  }
  .modul[data-name="galerie"] .mh_slider-slide {
    display: block !important;
  }
  .modul[data-name="galerie"] .mh_slider[data-total="1"] .mh_slider-dots {
    display: none;
  }
  .modul[data-name="galerie"] .mh_slider-dots {
    position: absolute;
    top: -50px;
    left: 0;
    width: 100%;
    text-align: center;
    pointer-events: none;
  }
  .modul[data-name="galerie"] .mh_slider-dots .ratioHelper {
    visibility: hidden;
  }
  .modul[data-name="galerie"] .mh_slider-dot {
    display: inline-block;
    pointer-events: auto;
  }
  .modul[data-name="galerie"] .mh_slider-dot a {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    width: 20px;
    height: 20px;
    color: transparent;
    overflow: hidden;
    margin: 0 5px;
    background-color: white;
  }
  .modul[data-name="galerie"] .mh_slider-dot.active a {
    background-color: black;
  }
  .modul[data-name="galerie"] .mh_slider-nav {
    display: none;
  }
  .modul[data-name="postFooter"] {
    padding-top: 2em;
    padding-left: 35px;
    padding-right: 35px;
  }
  .modul[data-name="postFooter"] .inner {
    max-width: 1024px;
    padding-left: 300px;
    margin-left: auto;
    margin-right: auto;
  }
  .modul[data-name="postFooter"] .vignette {
    margin-bottom: 0.5em;
    height: 40px;
    width: 100%;
    background-image: url('../img/vignette.svg');
    background-repeat: no-repeat;
    background-position: center;
  }
  .modul[data-name="postFooter"] .postMeta {
    font-family: 'Graphik-Medium-Web', Helvetica, Arial, sans-serif;
    font-size: 17px;
    line-height: 26px;
    text-align: center;
    text-transform: uppercase;
  }
  .modul[data-name="postFooter"] .postMeta a {
    color: inherit;
    text-decoration: underline;
  }
  .modul[data-name="postFooter"] .postRelated a {
    color: inherit;
    text-decoration: underline;
  }
  .modul[data-name="postTeasers"] {
    padding-top: 2em;
    padding-left: 35px;
    padding-right: 35px;
    overflow: hidden;
  }
  .modul[data-name="pagination"] {
    padding-top: 2em;
    padding-left: 35px;
    padding-right: 35px;
    overflow: hidden;
  }
  .modul[data-name="pagination"].loading .dotsWrapper {
    display: block;
  }
  .modul[data-name="pagination"] .inner {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
  }
  .modul[data-name="pagination"] .leftCol {
    position: relative;
    float: left;
    min-height: 1em;
    width: 30%;
    padding-right: 52.5px;
  }
  .modul[data-name="pagination"] .rightCol {
    position: relative;
    float: left;
    min-height: 1em;
    width: 70%;
  }
  .modul[data-name="pagination"] .page-numbers {
    visibility: hidden;
  }
  .modul[data-name="pagination"] .dotsWrapper {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    text-align: center;
    display: none;
  }
  .modul[data-name="pagination"] .dot {
    display: inline-block;
    background: #CCC;
    height: 0.5em;
    width: 0.5em;
    border-radius: 50%;
    margin-right: 0.25em;
    animation: flash 750ms infinite;
  }
  .modul[data-name="pagination"] .dot:first-child {
    background: black;
  }
  .modul[data-name="pagination"] .dot:nth-child(2) {
    animation-delay: 249.75ms;
  }
  .modul[data-name="pagination"] .dot:nth-child(3) {
    animation-delay: 499.5ms;
  }
  .modul[data-name="postTeaser"] {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
    transition: all 0.25s ease;
  }
  .modul[data-name="postTeaser"] .leftCol {
    position: relative;
    float: left;
    min-height: 1em;
    width: 30%;
    padding-right: 52.5px;
  }
  .modul[data-name="postTeaser"] .rightCol {
    position: relative;
    float: left;
    min-height: 1em;
    width: 70%;
  }
  .modul[data-name="postTeaser"] + .modul[data-name="postTeaser"] {
    margin-top: 5em;
  }
  .modul[data-name="postTeaser"] + .modul[data-name="postTeaser"] .vignette {
    position: absolute;
    top: -2.5em;
    display: block;
    margin-bottom: 0.5em;
    height: 40px;
    width: 100%;
    background-image: url('../img/vignette.svg');
    background-repeat: no-repeat;
    background-position: center;
  }
  .modul[data-name="postTeaser_metas"] {
    font-family: 'Graphik-Medium-Web', Helvetica, Arial, sans-serif;
    font-size: 17px;
    line-height: 26px;
    text-transform: uppercase;
    text-align: right;
  }
  .modul[data-name="postTeaser_title"] {
    margin-bottom: 0.5em;
    font-family: 'Graphik-Medium-Web', Helvetica, Arial, sans-serif;
    font-size: 50px;
    line-height: 60px;
  }
  .modul[data-name="postTeaser_title"] a {
    color: inherit;
  }
  .modul[data-name="logoBox"] {
    background-color: white;
    min-height: 50px;
    width: 33%;
    float: left;
    margin-bottom: 0.5%;
    height: 335px;
  }
  .modul[data-name="logoBox"]:nth-child(3n-1) {
    margin-left: 0.5%;
    margin-right: 0.5%;
  }
  .modul[data-name="logoBox"] .image {
    position: absolute;
    top: 40px;
    bottom: 120px;
    left: 40px;
    right: 40px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .modul[data-name="logoBox"] .title {
    position: absolute;
    left: 40px;
    bottom: 30px;
    display: block;
    font-size: 21.25px;
    line-height: 29.75px;
  }
  .modul[data-name="logoBox"] .titleLink {
    color: #65898d;
    text-decoration: underline;
  }
  .modul[data-name="logoBox"] .boxLink {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .modul_wrapper[data-name="pageFooter"] {
    display: none;
  }
  .modul[data-name="page_footer_copyright"] {
    font-size: 17px;
    line-height: 26px;
  }
}
@media (max-width: 768px) {
  body[data-mh_basis_debug="1"]:after {
    content: "max-width:768px";
    position: fixed;
    bottom: 38px;
    right: 5px;
    font-size: 11px;
    line-height: 1.2em !important;
    color: black;
    background-color: #ffff00;
    display: inline-block;
    padding: 4px 5px;
  }
  .modul_wrapper[data-name="pageHeader"] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    background-color: #909090;
    font-size: 20px;
    line-height: 25px;
  }
  .modul_wrapper[data-name="pageHeader"] .pageHeader_inner {
    position: relative;
    max-width: 1440px;
    margin: 0 auto;
  }
  .modul_wrapper[data-name="pageHeader"] .pageHeader_inner[data-colorMode="whiteOnBlack"] {
    color: white;
    background-color: black;
  }
  .modul_wrapper[data-name="pageHeader"] .pageHeader_inner[data-colorMode="blackOnWhite"] {
    color: black;
    background-color: white;
  }
  .modul_wrapper[data-name="pageHeader"] .pageHeader_inner[data-colorMode="blackOnGrey"] {
    color: black;
    background-color: #f0f0f0;
  }
  .modul[data-name="appTitle"] {
    margin-left: 20px;
    height: 50px;
    overflow: hidden;
    font-family: 'Graphik-Medium-Web', Helvetica, Arial, sans-serif;
    line-height: 50px;
    font-size: 20px;
  }
  .modul[data-name="appTitle"] a {
    display: block;
    color: inherit;
  }
  .modul[data-name="appTitle"] .backgroundImageHolder {
    background-position: left 0.05em;
    background-image: url('../img/logo_bw.svg?123');
    background-repeat: no-repeat;
    background-size: contain;
    background: none;
  }
  .modul[data-name="appTitle"][data-colormode="whiteOnBlack"] .backgroundImageHolder {
    background-image: url('../img/logo_wb.svg?12');
  }
  .modul[data-name="appTitle"] .backgroundImageHolder {
    background: none !important;
  }
  .modul[data-name="mainMenu"] {
    position: absolute;
    top: 0;
    right: 0;
    height: 100vh;
    width: 100%;
    max-width: 100vw;
    overflow: hidden;
    pointer-events: none;
    font-size: 20px;
    line-height: 25px;
    text-align: right;
  }
  .modul[data-name="mainMenu"] ul,
  .modul[data-name="mainMenu"] li {
    display: block;
  }
  .modul[data-name="mainMenu"] li a {
    color: inherit;
  }
  .modul[data-name="mainMenu"] .menuToggleCheckbox {
    height: 50px;
    width: 50px;
    z-index: 10;
    pointer-events: auto;
    overflow: hidden;
    opacity: 0;
  }
  .modul[data-name="mainMenu"] .menuToggleLabel {
    position: absolute;
    top: 0;
    right: 0;
    height: 50px;
    display: block;
    overflow: hidden;
    font-family: 'Graphik-Medium-Web', Helvetica, Arial, sans-serif;
    font-size: 20px;
    line-height: 50px;
    pointer-events: auto;
    z-index: 10;
  }
  .modul[data-name="mainMenu"] .menuToggleLabel:before {
    content: attr(data-closedText);
  }
  .modul[data-name="mainMenu"] .menuToggleLabel .iconWrapper {
    position: relative;
    height: 50px;
    width: 50px;
    display: block;
    float: right;
    overflow: hidden;
  }
  .modul[data-name="mainMenu"] .menuToggleLabel .icon {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 0.75em;
    width: 0.75em;
    margin: auto;
    overflow: hidden;
    transform: translateZ(0px);
  }
  .modul[data-name="mainMenu"] .menuToggleLabel .line {
    position: absolute;
    width: 100%;
    height: 0.15em;
    display: block;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
  }
  .modul[data-name="mainMenu"] .menuToggleLabel .line.second {
    top: 50%;
    margin-top: -0.075em;
  }
  .modul[data-name="mainMenu"][data-colorMode="blackOnWhite"] .line {
    background-color: black;
  }
  .modul[data-name="mainMenu"][data-colorMode="whiteOnBlack"] .line {
    background-color: white;
  }
  .modul[data-name="mainMenu"][data-colorMode="blackOnGrey"]  .line {
    background-color: black;
  }
  .modul[data-name="mainMenu"] .menuWrapper {
    position: absolute;
    top: 0;
    right: 0%;
    height: 100vh;
    width: 85%;
    overflow: hidden;
    padding-top: 50px;
    padding-right: 50px;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
    background-color: white;
    pointer-events: auto;
    z-index: 5;
  }
  .modul[data-name="mainMenu"] .shadow {
    position: absolute;
    top: 0;
    right: 0%;
    height: 100%;
    width: 15%;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
    background-color: transparent;
    background: -webkit-gradient(linear,left top,left bottom,from(transparent),to(rgba(0,0,0,0.1)));
    background: -webkit-linear-gradient(left,transparent,rgba(0,0,0,0.1));
    background: -moz-linear-gradient(left,transparent,rgba(0,0,0,0.1));
    background: -ms-linear-gradient(left,transparent,rgba(0,0,0,0.1));
    background: -o-linear-gradient(left,transparent,rgba(0,0,0,0.1));
    background: linear-gradient(left,transparent,rgba(0,0,0,0.1));
    pointer-events: none;
    opacity: 0;
    z-index: 4;
  }
  .modul[data-name="mainMenu"] .menuItemsList {
    padding-top: 1em;
  }
  .modul[data-name="mainMenu"] .menuItem {
    font-family: 'Graphik-Medium-Web', Helvetica, Arial, sans-serif;
    color: black;
  }
  .modul[data-name="mainMenu"][data-colorMode="whiteOnBlack"] .phoneNumber {
    color: black;
  }
  .modul[data-name="mainMenu"] .phoneNumber {
    font-family: 'Graphik-Medium-Web', Helvetica, Arial, sans-serif;
    margin-top: 1.2em;
  }
  .modul[data-name="mainMenu"] input + .menuToggleLabel .line.first {
    top: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .modul[data-name="mainMenu"] input + .menuToggleLabel .line.third {
    bottom: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .modul[data-name="mainMenu"][data-colorMode="blackOnWhite"] input + .menuToggleLabel {
    color: black;
  }
  .modul[data-name="mainMenu"][data-colorMode="blackOnGrey"]  input + .menuToggleLabel {
    color: black;
  }
  .modul[data-name="mainMenu"][data-colorMode="whiteOnBlack"] input + .menuToggleLabel {
    color: white;
  }
  .modul[data-name="mainMenu"] input + .menuToggleLabel + .menuWrapper {
    right: -100%;
  }
  .modul[data-name="mainMenu"] input + .menuToggleLabel + .menuWrapper +. shadow {
    right: -100%;
    opacity: 0;
  }
  .modul[data-name="mainMenu"] input:checked + .menuToggleLabel .line.first {
    top: 50%;
    margin-top: -0.075em;
    background-color: black;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .modul[data-name="mainMenu"] input:checked + .menuToggleLabel .line.second {
    background-color: transparent;
  }
  .modul[data-name="mainMenu"] input:checked + .menuToggleLabel .line.third {
    background-color: black;
    bottom: 50%;
    margin-bottom: -0.075em;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .modul[data-name="mainMenu"] input:checked + .menuToggleLabel {
    color: black;
  }
  .modul[data-name="mainMenu"] input:checked + .menuToggleLabel:before {
    content: attr(data-openText);
  }
  .modul[data-name="mainMenu"] input:checked + .menuToggleLabel + .menuWrapper {
    right: 0%;
  }
  .modul[data-name="mainMenu"] input:checked + .menuToggleLabel + .menuWrapper + .shadow {
    right: 85%;
    opacity: 1;
  }
  .page-template-default .modul[data-name="mainMenu"] .menuToggleLabel {
    color: black;
  }
  .page-template-default .modul[data-name="mainMenu"] .menuToggleLabel .line {
    background-color: black;
  }
  .modul_wrapper[data-name="pageContent"] {
    overflow: hidden;
  }
  .modul_wrapper[data-name="pageContent"].article-template,
  .modul_wrapper[data-name="pageContent"].archive-template,
  .modul_wrapper[data-name="pageContent"].template-404 {
    padding-top: 50px;
    padding-bottom: 5em;
    min-height: 100vh;
  }
  .modul[data-name="welcomeText"] {
    padding-top: 50px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 3em;
    min-height: 100vh;
    -webkit-transition: min-height 0.1s ease;
    -moz-transition: min-height 0.1s ease;
    -o-transition: min-height 0.1s ease;
    transition: min-height 0.1s ease;
    font-family: 'Graphik-Medium-Web', Helvetica, Arial, sans-serif;
    line-height: 27px;
    font-size: 23px;
    color: white;
    background-color: black;
  }
  .modul[data-name="welcomeText"] * {
    max-width: 1280px;
  }
  .modul[data-name="welcomeText"] *:first-child {
    padding-top: 0.5em;
  }
  .modul[data-name="welcomeText"] a {
    color: inherit;
  }
  .modul[data-name="welcomeText"] .arrow {
    position: absolute;
    bottom: 20px;
    width: 0.75em;
    height: 2em;
    display: block;
    background-image: url('../img/down_arrow.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center bottom;
    cursor: pointer;
  }
  .modul[data-name="articleTeaser_boxes"] .row {
    float: left;
    width: 100%;
    overflow: hidden;
    display: flex;
  }
  .modul[data-name="articleTeaser_boxes"] .row:empty {
    display: none;
  }
  .modul[data-name="articleTeaser_box"] {
    width: 100%;
    float: left;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 50px;
    padding-bottom: 35px;
    font-family: 'Graphik-Medium-Web', Helvetica, Arial, sans-serif;
    color: white;
    background-color: black;
  }
  .modul[data-name="articleTeaser_box"][data-colspan="1"] {
    width: 33.333333%;
  }
  .modul[data-name="articleTeaser_box"][data-colspan="2"] {
    width: 66.666666%;
  }
  .modul[data-name="articleTeaser_box"][data-colspan="3"] {
    width: 100%;
  }
  .modul[data-name="articleTeaser_box"][data-fontsize="small"] {
    font-size: 23px;
    line-height: 27px;
  }
  .modul[data-name="articleTeaser_box"][data-fontsize="medium"] {
    font-size: 23px;
    line-height: 27px;
  }
  .modul[data-name="articleTeaser_box"][data-fontsize="big"] {
    font-size: 23px;
    line-height: 27px;
  }
  .modul[data-name="articleTeaser_box"] .bgColor {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    transition: all 0.15s ease;
  }
  .modul[data-name="articleTeaser_box"]:hover .bgColor {
    opacity: 0.9;
  }
  .modul[data-name="articleTeaser_box"] .title {
    position: relative;
  }
  .modul[data-name="articleTeaser_box"] .arrow {
    position: relative;
    display: block;
    margin-top: 35px;
    min-height: 16px;
    height: 52px;
    width: 95px;
    background-image: url('../img/right_arrow.svg');
    background-repeat: no-repeat;
    background-size: contain;
  }
  .modul[data-name="articleTeaser_box"] .link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 0;
    line-height: 0;
  }
  .modul[data-name="archiveTitle"],
  .modul[data-name="postTitle"] {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 1em;
    padding-bottom: 1em;
  }
  .modul[data-name="archiveTitle"] .overTitle,
  .modul[data-name="postTitle"] .overTitle {
    font-size: 13px;
    line-height: 17px;
    text-transform: uppercase;
    padding-bottom: 0.75em;
  }
  .modul[data-name="archiveTitle"] .postTitle,
  .modul[data-name="postTitle"] .postTitle {
    max-width: 1000px;
    font-family: 'Graphik-Medium-Web', Helvetica, Arial, sans-serif;
    font-size: 23px;
    line-height: 29px;
    color: black;
    margin-left: -0.05em;
  }
  .modul[data-name="archiveTitle"] .huge.postTitle,
  .modul[data-name="postTitle"] .huge.postTitle {
    max-width: 100%;
    padding-top: 0.25em;
    font-size: 34.5px;
    line-height: 43.5px;
  }
  .modul[data-name="archiveTitle"] a,
  .modul[data-name="postTitle"] a {
    color: inherit;
  }
  .modul[data-name="archiveTitle"] .symbol.heart,
  .modul[data-name="postTitle"] .symbol.heart {
    background-image: url(../img/heart.svg);
    background-repeat: no-repeat;
    background-position: left 5px;
    background-size: auto 85%;
    color: transparent;
  }
  .modul[data-name="openerImage"] .imageHolder {
    width: 100%;
    max-width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .modul[data-name="openerImage"] .ratioHelper {
    width: 100%;
    max-width: 100%;
    vertical-align: top;
  }
  .modul[data-name="openerImage"] .captionWrapper {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 13px;
    line-height: 17px;
  }
  .modul[data-name="openerImage"] .captionWrapper .inner {
    padding-top: 1em;
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .modul[data-name="openerImage"] .captionWrapper .inner:empty {
    display: none;
  }
  .modul[data-name="postContent"] {
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
    font-size: 16px;
    line-height: 23px;
  }
  .article-template .modul[data-name="postContent"] {
    padding-top: 4em;
  }
  .archive-template .modul[data-name="postContent"] {
    padding-top: 2em;
  }
  .modul[data-name="fliesstext"],
  .modul[data-name="zwischenuberschrift"],
  .modul[data-name="galerie"] {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .modul[data-name="fliesstext"] {
    padding-left: 0px;
    margin-bottom: 23px;
  }
  .modul[data-name="fliesstext"] .anreisertext {
    width: 100%;
    max-width: 100%;
    margin-bottom: 16px;
    margin-top: 8px;
    padding: 0.25em 0;
    display: inline-block;
    font-size: 18px;
    line-height: 22px;
    border-top: 4px solid;
    border-bottom: 4px solid;
  }
  .modul[data-name="fliesstext"] .anreisertext[data-direction="left"] {
    float: left;
    margin-left: 0px;
    margin-right: 16px;
  }
  .modul[data-name="fliesstext"] .anreisertext[data-direction="right"] {
    float: right;
    margin-right: -100px;
    margin-left: 16px;
  }
  .modul[data-name="fliesstext"] p .paragraph_toggleFootnoteButton {
    padding-left: 0.35em;
    display: inline-block;
    transform: translateY(-7px);
    color: #e4003a;
    font-size: 13px;
    line-height: 17px;
    text-decoration: underline;
  }
  .modul[data-name="fliesstext"] .footnoteParagraph {
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    position: relative;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
    min-height: 1em;
    max-height: 20em;
    overflow: hidden;
    color: #e4003a;
    font-size: 13px;
    line-height: 17px;
  }
  .modul[data-name="fliesstext"] .footnoteParagraph a {
    color: inherit;
    text-decoration: underline;
  }
  .modul[data-name="fliesstext"] .footnoteParagraph.closed {
    min-height: 0;
    max-height: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  .modul[data-name="fliesstext"] .footnoteParagraph_toggleFootnoteButton {
    top: 0;
    left: 0;
    width: 3em;
    min-height: 1em;
    color: inherit;
    text-decoration: none !important;
    display: inline-block;
  }
  .modul[data-name="zwischenuberschrift"] {
    padding-left: 0px;
    margin-bottom: 0.75em;
    font-size: 18px;
    line-height: 22px;
  }
  .modul[data-name="galerie"] {
    margin-bottom: 3em;
  }
  .modul[data-name="zwischenuberschrift"] + .modul[data-name="galerie"] {
    margin-top: 2em;
  }
  .modul[data-name="fliesstext"] + .modul[data-name="galerie"] {
    margin-top: 2em;
  }
  .modul[data-name="galerie"] + .modul[data-name="galerie"] {
    margin-top: -1em;
  }
  .modul[data-name="galerie"] .list {
    overflow: hidden;
  }
  .modul[data-name="galerie"] .listItem {
    position: relative;
    overflow: hidden;
  }
  .modul[data-name="galerie"] .listItem + .listItem {
    display: none;
  }
  .modul[data-name="galerie"] .imageHolder {
    float: left;
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
  }
  .modul[data-name="galerie"] .imageHolder.portrait {
    background-size: contain;
    background-position: left center;
  }
  .modul[data-name="galerie"] .imageHolder.landscape {
    background-size: cover;
    background-position: center center;
  }
  .modul[data-name="galerie"] .ratioHelper {
    float: left;
    width: 100%;
    max-width: 100%;
    vertical-align: top;
    background-color: rgba(0,0,0,0.05);
  }
  .modul[data-name="galerie"] .captionHolder {
    padding-top: 1em;
    width: 100%;
    max-width: 640px;
    float: left;
    font-size: 13px;
    line-height: 17px;
  }
  .modul[data-name="galerie"] .captionHolder:empty {
    display: none;
  }
  .modul[data-name="galerie"] .sliderNav,
  .modul[data-name="galerie"] .mh_slider[data-total="1"] + .sliderNav {
    display: none;
  }
  .modul[data-name="galerie"] .mh_slider + .sliderNav {
    display: block;
  }
  .modul[data-name="galerie"] .sliderNav_button {
    position: absolute;
    top: 50%;
    width: 95px;
    height: 45px;
    margin-top: -22.5px;
    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    transition: all 0.15s ease;
    font-size: 0;
    color: transparent;
    background-size: contain;
    opacity: 0;
  }
  .modul[data-name="galerie"]:hover .sliderNav_button {
    opacity: 1;
  }
  .modul[data-name="galerie"] .mh_slider[data-is_start="1"] + .sliderNav .sliderNav_button.prev {
    display: none;
  }
  .modul[data-name="galerie"] .mh_slider[data-is_end="1"] + .sliderNav .sliderNav_button.next {
    display: none;
  }
  .modul[data-name="galerie"] .sliderNav_button.prev {
    left: -15px;
    background-image: url(../img/thin_arrow_left.svg);
    background-position: left;
  }
  .modul[data-name="galerie"] .sliderNav_button.next {
    right: -15px;
    background-image: url(../img/thin_arrow_right.svg);
    background-position: right;
  }
  .modul[data-name="galerie"] .mh_slider {
    overflow: hidden;
  }
  .modul[data-name="galerie"] .mh_slider-slide {
    display: block !important;
  }
  .modul[data-name="galerie"] .mh_slider[data-total="1"] .mh_slider-dots {
    display: none;
  }
  .modul[data-name="galerie"] .mh_slider-dots {
    position: absolute;
    top: -50px;
    left: 0;
    width: 100%;
    text-align: center;
    pointer-events: none;
  }
  .modul[data-name="galerie"] .mh_slider-dots .ratioHelper {
    visibility: hidden;
  }
  .modul[data-name="galerie"] .mh_slider-dot {
    display: inline-block;
    pointer-events: auto;
  }
  .modul[data-name="galerie"] .mh_slider-dot a {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    width: 14px;
    height: 14px;
    color: transparent;
    overflow: hidden;
    margin: 0 5px;
    background-color: white;
  }
  .modul[data-name="galerie"] .mh_slider-dot.active a {
    background-color: black;
  }
  .modul[data-name="galerie"] .mh_slider-nav {
    display: none;
  }
  .modul[data-name="postFooter"] {
    padding-top: 2em;
    padding-left: 20px;
    padding-right: 20px;
  }
  .modul[data-name="postFooter"] .inner {
    max-width: 100%;
    padding-left: 0px;
    margin-left: auto;
    margin-right: auto;
  }
  .modul[data-name="postFooter"] .vignette {
    margin-bottom: 0.5em;
    height: 40px;
    width: 100%;
    background-image: url('../img/vignette.svg');
    background-repeat: no-repeat;
    background-position: center;
  }
  .modul[data-name="postFooter"] .postMeta {
    font-family: 'Graphik-Medium-Web', Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 17px;
    text-align: center;
    text-transform: uppercase;
  }
  .modul[data-name="postFooter"] .postMeta a {
    color: inherit;
    text-decoration: underline;
  }
  .modul[data-name="postFooter"] .postRelated a {
    color: inherit;
    text-decoration: underline;
  }
  .modul[data-name="postTeasers"] {
    padding-top: 2em;
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
  }
  .modul[data-name="pagination"] {
    padding-top: 2em;
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
  }
  .modul[data-name="pagination"].loading .dotsWrapper {
    display: block;
  }
  .modul[data-name="pagination"] .inner {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .modul[data-name="pagination"] .leftCol {
    position: relative;
    float: left;
    min-height: 1em;
    width: 100%;
    padding-right: 30px;
  }
  .modul[data-name="pagination"] .rightCol {
    position: relative;
    float: left;
    min-height: 1em;
    width: 0%;
  }
  .modul[data-name="pagination"] .page-numbers {
    visibility: hidden;
  }
  .modul[data-name="pagination"] .dotsWrapper {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    text-align: center;
    display: none;
  }
  .modul[data-name="pagination"] .dot {
    display: inline-block;
    background: #CCC;
    height: 0.5em;
    width: 0.5em;
    border-radius: 50%;
    margin-right: 0.25em;
    animation: flash 750ms infinite;
  }
  .modul[data-name="pagination"] .dot:first-child {
    background: black;
  }
  .modul[data-name="pagination"] .dot:nth-child(2) {
    animation-delay: 249.75ms;
  }
  .modul[data-name="pagination"] .dot:nth-child(3) {
    animation-delay: 499.5ms;
  }
  .modul[data-name="postTeaser"] {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    transition: all 0.25s ease;
  }
  .modul[data-name="postTeaser"] .leftCol {
    position: relative;
    float: left;
    min-height: 1em;
    width: 100%;
    padding-right: 30px;
  }
  .modul[data-name="postTeaser"] .rightCol {
    position: relative;
    float: left;
    min-height: 1em;
    width: 0%;
  }
  .modul[data-name="postTeaser"] + .modul[data-name="postTeaser"] {
    margin-top: 5em;
  }
  .modul[data-name="postTeaser"] + .modul[data-name="postTeaser"] .vignette {
    position: absolute;
    top: -2.5em;
    display: block;
    margin-bottom: 0.5em;
    height: 40px;
    width: 100%;
    background-image: url('../img/vignette.svg');
    background-repeat: no-repeat;
    background-position: center;
  }
  .modul[data-name="postTeaser_metas"] {
    font-family: 'Graphik-Medium-Web', Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 17px;
    text-transform: uppercase;
    text-align: right;
  }
  .modul[data-name="postTeaser_title"] {
    margin-bottom: 0.5em;
    font-family: 'Graphik-Medium-Web', Helvetica, Arial, sans-serif;
    font-size: 22.5px;
    line-height: 27.5px;
  }
  .modul[data-name="postTeaser_title"] a {
    color: inherit;
  }
  .modul[data-name="logoBox"] {
    background-color: white;
    min-height: 50px;
    width: 33%;
    float: left;
    margin-bottom: 0.5%;
    height: 335px;
  }
  .modul[data-name="logoBox"]:nth-child(3n-1) {
    margin-left: 0.5%;
    margin-right: 0.5%;
  }
  .modul[data-name="logoBox"] .image {
    position: absolute;
    top: 40px;
    bottom: 120px;
    left: 40px;
    right: 40px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .modul[data-name="logoBox"] .title {
    position: absolute;
    left: 40px;
    bottom: 30px;
    display: block;
    font-size: 13.6px;
    line-height: 19.55px;
  }
  .modul[data-name="logoBox"] .titleLink {
    color: #65898d;
    text-decoration: underline;
  }
  .modul[data-name="logoBox"] .boxLink {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .modul_wrapper[data-name="pageFooter"] {
    display: none;
  }
  .modul[data-name="page_footer_copyright"] {
    font-size: 13px;
    line-height: 17px;
  }
  .modul[data-name="appTitle"] a {
    display: none;
  }
  .modul[data-name="mainMenu"] .menuToggleLabel::before {
    content: "";
  }
  .modul[data-name="mainMenu"] .menuWrapper {
    width: 100%;
  }
  .modul[data-name="welcomeText"] {
    padding-bottom: 3.5em;
  }
  .modul[data-name="welcomeText"] .arrow {
    height: 2em;
    margin-top: 1em;
    width: 0.95em;
  }
  .modul[data-name="articleTeaser_boxes"] .row {
    display: block;
  }
  .modul[data-name="articleTeaser_box"] {
    width: 100% !important;
    padding-top: 1em;
    padding-bottom: 1em;
  }
  .modul[data-name="articleTeaser_box"] .arrow {
    height: 1.1em;
    margin-top: 0.75em;
  }
  .article-template .modul[data-name="postContent"] {
    padding-top: 1em;
  }
  .modul[data-name="archiveTitle"],
  .modul[data-name="postTitle"] {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }
  .modul[data-name="galerie"] {
    max-width: 100vw;
    width: 100vw;
    margin-left: -20px;
    float: left;
  }
  .modul[data-name="fliesstext"] + .modul[data-name="galerie"] {
    margin-top: 1em;
  }
  .modul[data-name="galerie"] .captionHolder {
    padding-left: 20px;
    padding-right: 20px;
  }
  .modul[data-name="galerie"] .mh_slider-dots {
    top: -30px;
  }
  .modul[data-name="galerie"] .sliderNav {
    display: none !important;
  }
  .modul[data-name="zwischenuberschrift"] {
    width: 100%;
    float: left;
  }
  .modul[data-name="fliesstext"] {
    width: 100%;
    float: left;
  }
  .modul[data-name="fliesstext"] > * {
    width: 100%;
    float: left;
  }
  .modul[data-name="fliesstext"] .anreisertext {
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 1em;
    border-top: 2px solid;
    border-bottom: 2px solid;
  }
  .modul[data-name="postTeaser"] .leftCol,
  .modul[data-name="postTeaser"] .rightCol {
    width: 100%;
    float: left;
    padding-right: 0;
  }
  .modul[data-name="postTeaser"] .leftCol {
    padding-bottom: 1em;
  }
  .modul[data-name="postFooter"] {
    font-size: 16px;
    line-height: 23px;
  }
  .modul[data-name="postTeasers"] {
    padding-top: 1em;
  }
  .modul[data-name="postTeaser"] + .modul[data-name="postTeaser"] {
    margin-top: 4em;
  }
  .modul[data-name="postTeaser"] + .modul[data-name="postTeaser"] .vignette {
    top: -5.5em;
  }
  .modul[data-name="postTeaser"] .leftCol {
    padding-bottom: 0.75em;
  }
  .modul[data-name="postTeaser_title"] {
    margin-bottom: 0.75em;
  }
  .modul[data-name="postTeaser_excerpt"] {
    font-size: 16px;
    line-height: 23px;
  }
  .modul[data-name="logoBox"] {
    height: 250px;
    width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 0.25em;
  }
  .modul[data-name="logoBox"] .image {
    top: 2em;
    bottom: 5em;
    left: 1em;
    right: 1em;
  }
  .modul[data-name="logoBox"] .title {
    bottom: 1em;
    left: 1em;
  }
}
