/* If we add the border using a regular CSS border, it won't look good on non-retina devices,
 * since its edges can look jagged due to lack of antialiasing. In this case, we are several
 * layers of box-shadow to add the border visually, which will render the border smoother. */
/* Calculates maximum width for post content */
/* Nested sub-menu padding: 10 levels deep */
/* Ensure all font family declarations come with non-latin fallbacks */
/* Custom Mixins */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 28px;
  line-height: 36px;
  margin: 0 0 11px;
}
/* Grouping content
 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 1px;
  /* 1 */
  overflow: visible;
  /* 2 */
  border: 0;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
  font-weight: 700;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button, input, optgroup, select, textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
/* Global ------------------ */
/* Allgemein --------------- */
/* Global ------------------ */
@font-face {
  font-family: 'icomadsack';
  src: url('fonts/icomadsack.eot?i3v3te');
  src: url('fonts/icomadsack.eot?i3v3te#iefix') format('embedded-opentype'), url('fonts/icomadsack.ttf?i3v3te') format('truetype'), url('fonts/icomadsack.woff?i3v3te') format('woff'), url('fonts/icomadsack.svg?i3v3te#icomadsack') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomadsack' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-pinterest:before {
  content: "\ead1";
}
.icon-up:before {
  content: "\e900";
}
.icon-down:before {
  content: "\e901";
}
.icon-next:before {
  content: "\e909";
}
.icon-prev:before {
  content: "\e90a";
}
.icon-play:before {
  content: "\e904";
}
.icon-check:before {
  content: "\e90b";
}
.icon-map:before {
  content: "\e90c";
}
.icon-linkedin1:before {
  content: "\e90d";
}
.icon-placeholder:before {
  content: "\e90e";
}
.icon-close:before {
  content: "\e90f";
}
.icon-download:before {
  content: "\e910";
}
.icon-phone:before {
  content: "\e942";
}
.icon-facebook:before {
  content: "\ea90";
}
.icon-twitter:before {
  content: "\ea96";
}
.icon-rss:before {
  content: "\ea9b";
}
.icon-youtube:before {
  content: "\ea9d";
}
.icon-xing2:before {
  content: "\ead4";
}
.icon-arrow-thin-down:before {
  content: "\e905";
}
.icon-arrow-thin-left:before {
  content: "\e906";
}
.icon-arrow-thin-right:before {
  content: "\e907";
}
.icon-arrow-thin-up:before {
  content: "\e908";
}
.icon-envelope:before {
  content: "\e903";
}
.icon-search:before {
  content: "\e902";
}
/* Allgemein ------------------------------------------------------------------------------------- */
.wp-block-columns {
  margin: 40px 0;
}
.wp-block-columns.columns-border {
  margin: 0 0 40px;
}
.wp-block-columns.columns-border .wp-block-column {
  flex-basis: calc(50% - 52px);
  padding: 25px 25px 15px;
}
/* GRUNDAUFBAU ------------------------------------------------------------------------------ */
.page-header {
  width: 100%;
  min-height: 55px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .2);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .2);
}
.page-header .wrapper {
  min-height: 55px;
}
.site-title .logo {
  width: 130px;
  height: 37px;
  margin: 7px 0 0 20px;
}
.btn-mobile-nav {
  margin: 11px 20px 11px 10px;
  width: 30px;
}
.btn-mobile-nav:after, .btn-mobile-nav:before, .btn-mobile-nav span {
  background-color: #666d74;
  border-radius: 3px;
  content: '';
  display: block;
  height: 2px;
  margin: 7px 0;
  transition: all 0.3s ease-in-out;
}
.btn-mobile-nav.active:before {
  transform: translateY(9px) rotate(135deg);
}
.btn-mobile-nav.active:after {
  transform: translateY(-9px) rotate(-135deg);
}
.btn-mobile-nav.active span {
  transform: scale(0);
}
.entry-content, .contentbox {
  margin: 0;
  padding: 30px 20px;
}
.footer {
  padding: 25px 0 0;
}
.footer .wrapper {
  display: block;
}
.footer .logo {
  width: 130px;
  height: 37px;
  margin: 0 0 0 20px;
}
.footer-logo {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.footer-logo a {
  display: inline-block;
  width: 50%;
}
.footer .social-wrapper {
  display: inline-block;
  width: 50%;
  text-align: right;
}
.footer .social-wrapper .menu-item {
  display: inline-block;
  margin: 0 20px 0 0;
}
.footer-navi {
  margin: 0 20px;
}
.footer-navi .company-nav {
  display: none;
}
.footer-navi .footer-nav ul li {
  display: block;
  border-top: solid 1px #cdd4dd;
  text-align: center;
  padding: 15px 0;
}
.footer-navi .footer-nav .menu .menu-item a {
  color: #666d74;
}
.footer-navi .footer-nav .menu-footer-navigation-container {
  text-align: center;
  padding: 30px 0 0;
}


.footer-bottom {
  padding: 15px 20px;
}
.footer-bottom .wrapper {
  display: block;
  text-align: center;
}
.footer-bottom .copyright {
  margin: 0 0 5px;
}
.blog-archive-bg .blog-archive .archive-content {
  padding: 0;
}

.footer-bottom .legal-nav {
  text-align:  center;
}

.footer-bottom .legal-nav > .menu {
  margin:  0 auto;
}

/*
 ------------------------------------------------------------------------------
 NAVIGATION
 ------------------------------------------------------------------------------
 */
header .primary-menu-wrapper {
  display: none;
}
.btn-mobile-nav {
  float: right;
}
.site-content {
  margin-left: 0;
}
/* Content-Module ------------------------------------------------------------------------------ */
/* Video */
.video-teaser-wrapper {
  margin: 0 0 60px;
}
/* Bildband */
.bildbandmodul {
  padding: 0 20px;
  margin: 0 0 60px;
}
.img-teaser-headline {
  font-size: 26px;
  margin: 0 0 20px;
}
.img-teaser-container {
  margin: 0 -20px;
  display: inline-block;
  width: calc(100% + 40px);
}
.img-teaser-horizontal {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 10px 0 10px 20px;
  margin: 0;
  overflow-x: auto;
  flex-wrap: inherit;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: mandatory;
  scroll-snap-destination: 50% 50%;
  scroll-snap-points-x: repeat(100%);
  scroll-snap-type: mandatory;
  height: 240px;
}
.img-teaser-horizontal.three-columns .img-teaser-horizontal-column {
  width: 235px;
}
.img-teaser-horizontal.four-columns .img-teaser-horizontal-column {
  width: 189px;
}
.img-teaser-horizontal-column {
  height: 240px;
  align-items: center;
  display: initial;
}
.img-teaser-horizontal-column .img-teaser-horizontal-image {
  width: auto;
  height: 100%;
}
.img-teaser-horizontal-column:last-child {
  border-right: solid 20px #fff;
}
.img-teaser-horizontal-caption {
  font-size: 14px;
  font-weight: 700;
  bottom: 18px;
  padding: 0;
}
.img-teaser-horizontal-link:after {
  background-position: 50%;
}
/* Neueste Pressemeldungen */
.new-postings-modul {
  margin: 0 0 60px;
  padding: 0;
}
.new-postings-headline {
  font-size: 24px;
  margin: 0 20px 20px;
  padding: 0;
}
.new-postings-container {
  padding: 0;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
.new-postings-container .more-button {
  margin: 20px 0 0 20px;
  text-align: left;
}
.new-postings-li {
  border: 0;
  margin: 10px 0;
  padding: 20px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
}
.new-postings-li a {
  padding: 0;
}
.new-postings-li a:after {
  display: none;
}
/* Artikel-Modul */
.artikelmodul {
  padding: 0 20px;
}
.artikelmodul-wrapper {
  padding: 30px 0;
  margin: 0 0 60px;
}
.artikelmodul-imgbox {
  padding: 0;
  text-align: left;
}
.artikelmodul-imgbox img {
  max-width: 250px;
}
.artikelmodul-container {
  display: inline-block;
  width: calc(100% + 40px);
  margin-left: -20px;
  margin-right: -20px;
}
.artikelmodul-container section {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 10px 20px;
  margin: 0;
  overflow-x: auto;
  flex-wrap: inherit;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
  scroll-snap-destination: 50% 50%;
  scroll-snap-points-x: repeat(100%);
  scroll-snap-type: mandatory;
}
.artikelmodul-container section article {
  min-width: 60vw;
  margin-right: 15px;
}
.artikelmodul-container section article .entry-title {
  font-size: 16px;
}
.artikelmodul-container section article p {
  font-size: 14px;
}
.artikelmodul-container section:after {
  content: 'x';
  color: transparent;
  display: block;
  width: 20px;
  height: 100%;
}
.artikelmodul .more-button {
  margin: 20px 0 0;
  text-align: left;
}
/* Artikel-Tag-Modul */
.artikeltagmodul .horizontal-scrollbar {
  width: calc(100% + 40px);
}
.artikeltagmodul section article {
  width: 42vw;
}
.artikeltagmodul section article:nth-child(2n) {
  margin-right: 30px;
}
/* RND-Modul */
.rndmodul {
  margin: 0 0 60px;
}
.contentbox .rndmodul {
  width: calc(100% + 40px);
  margin-left: -20px;
  margin-right: -20px;
}
.rndmodul .wrapper {
  margin: 0;
  padding: 0;
}
.rndmodul .imgbox {
  display: none;
}
.rndmodul .contentbox {
  display: block;
  width: calc(100% - 40px);
  padding: 35px 20px;
}
.rndmodul .contentbox h2 {
  padding: 0;
  margin: 0 0 20px;
}
.rndmodul .contentbox .rnd-text {
  margin: 0 0 20px;
  padding-bottom: 20px;
  border-bottom: solid 2px #cdd4dd;
}
.rndmodul .rnd-featured-list {
  display: block;
  margin: 0 0 30px;
}
.rndmodul .rnd-featured-list li {
  padding: 10px 0 10px 25px;
  font-size: 12px;
  line-height: 15px;
}
.rndmodul .rnd-featured-list li::before {
  font-size: 16px;
}
.rndmodul .actionbox .more-button {
  margin: 0;
}
.rndmodul .actionbox .more-button a {
  line-height: 20px;
  height: 20px;
  font-size: 14px;
  padding: 10px 20px;
}
.rndmodul .actionbox-label {
  font-size: 13px;
  line-height: 40px;
  margin: 0 14px 0 25px;
}
.rndmodul .actionbox .facebook-button, .rndmodul .actionbox .twitter-button {
  margin: 0 14px 0 0;
}
.rndmodul .actionbox .facebook-button a, .rndmodul .actionbox .twitter-button a {
  line-height: 20px;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.rndmodul .actionbox .facebook-button a::before, .rndmodul .actionbox .twitter-button a::before {
  font-size: 18px;
  line-height: 20px;
}
/* SEO-Modul */
.seomodul {
  margin: 0 0 60px;
}
.seomodul .wrapper {
  padding: 0 20px;
}
/* Teaser-Modul */
.teasermodul,
.teaserslidermodul {
  padding: 0 20px;
  margin: 0 0 60px;
}
.teasermodul.left .teaser-txtcol, .teasermodul.right .teaser-txtcol, .teaserslidermodul.left .teaser-txtcol, .teaserslidermodul.right .teaser-txtcol  {
  padding: 0;
}
.teasermodul .teaser-imgcol, .teaserslidermodul .teaser-imgcol {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
.teasermodul .teaser-imgcol .img-box, .teaserslidermodul .teaser-imgcol .img-box {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  overflow: hidden;
}
.teasermodul .teaser-txtcol, .teaserslidermodul .teaser-txtcol {
  display: block;
  width: 100%;
}
.teasermodul .teaser-txtcol h2, .teaserslidermodul .teaser-txtcol h2 {
  font-size: 22px;
}
.teasermodul .teaser-txtcol p, .teaserslidermodul .teaser-txtcol p {
  font-size: 14px;
  font-weight: 600;
}
.teasermodul .teaser-content ul li, .teaserslidermodul .teaser-content ul li {
  margin: 10px 0;
  font-size: 14px;
  font-weight: 600;
}
/* Newsletter-Modul */
.newsletter-modul {
  margin: 0 0 60px;
}
.sidebar-presse .newsletter-modul, #sidebar-presse .newsletter-modul {
  padding: 30px 0;
}
.newsletter-modul .wrapper {
  margin: 0;
  padding: 0 20px;
}
.newsletter-modul-formbox {
  display: block;
  width: 100%;
}
.newsletter-modul-formbox .fields {
  margin: 0;
  display: block;
}
.newsletter-modul-formbox .fields .field {
  margin: 20px 0;
  display: block;
  width: 100%;
}
.newsletter-modul-formbox .field.optin {
  margin: 30px 0 0;
}
.newsletter-modul-formbox .label {
  margin-bottom: 5px;
}
.newsletter-modul-imgbox {
  display: none;
}
.newsletter-modul-headline {
  font-size: 22px;
  margin: 0 0 25px;
  padding: 0 0 15px;
}
/* Zweispalten-Modul */
.zweispaltenmodul {
  padding: 0 20px;
}
.contentbox .zweispaltenmodul {
  padding: 0;
}
.zweispaltenmodul .column-image img {
  display: inline-grid;
  max-width: calc(50% - 20px);
}
.zweispaltenmodul .column-image img:first-child {
  margin-right: 20px;
}
/* Überschriftmodul */
.ueberschriftmodul {
  padding: 0 20px;
  margin: 0 auto 20px;
}
/* Absatzmodul */
.absatzmodul {
  margin: 0 20px 60px;
}
.videodesktopmobilemodul {
  margin: 0 auto 60px;
}
/* Akkordeonmodul */
.akkordeonmodul {
  padding: 0 20px;
}
/* Downloadmodul */
.downloadmodul {
  top: 100px;
}
.downloadmodul .wrapper {
  padding: 0 20px;
  display: block;
}
.downloadmodul-content {
  display: block;
  width: 100%;
  padding: 20px 0;
}
.downloadmodul-image {
  display: block;
  width: 100%;
  text-align: center;
}
.downloadmodul-image img {
  margin: -100px auto 0;
}
.downloadmodul .download-filesize {
  color: #a7003a;
  margin-left: 5px;
}
.downloadmodul .download-icon:after {
  display: inline-block;
  content: '\e910';
  font-family: 'icomadsack';
  font-size: 16px;
  line-height: 40px;
  color: #a7003a;
  background: none;
  width: auto;
  height: auto;
  text-align: center;
  margin: 0 0 0 10px;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
/* Logoslider Modul */
.logoslidermodul-wrapper {
  width: calc(100% + 20px);
}
.logoslidermodul .pagination-wrapper .slick-nav .slick-arrow {
  position: unset;
}
/* Verlagsvertretung-Modul */
.verlagsvertretungmodul {
  padding: 20px 20px 70px;
}
.verlagsvertretungmodul-col-left {
  width: 100%;
  margin-bottom: 10px;
}
.verlagsvertretungmodul-col-right {
  display: inline-block;
  width: calc(100% + 40px);
  margin-left: -20px;
  margin-right: -20px;
}
.verlagsvertretungmodul-col-right .kontakt-slick-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 10px 20px;
  margin: 0;
  overflow-x: auto;
  flex-wrap: inherit;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
  scroll-snap-destination: 50% 50%;
  scroll-snap-points-x: repeat(100%);
  scroll-snap-type: mandatory;
  width: auto;
}
.verlagsvertretungmodul-col-right .kontakt-content {
  display: initial;
  min-width: 270px;
  align-items: center;
  text-align: left;
  margin: 0 16px 0 0;
  padding: 15px 20px;
  border: solid 1px #cdd4dd;
  background-color: #fff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.verlagsvertretungmodul-col-right .kontakt-content:last-child {
  border-right: solid 20px #f5f7fa;
}
/* Dateidownload-Modul */
.dateidownloadmodul {
  padding: 0 20px;
}
.dateidownloadmodul .download-filesize {
  display: block;
  margin-left: 0;
  margin-top: 20px;
}
/* Doppelteaser-Modul */
.doppelteasermodul {
  margin: 0 auto 60px;
  padding: 0 20px;
}
.doppelteasermodul section {
  display: block;
}
.doppelteasermodul section article {
  display: block;
  width: 100%;
  margin: 0 0 30px;
}
.portfolio-archive .doppelteasermodul {
  padding: 0;
  margin-bottom: 30px;
}
.portfolio-archive .doppelteasermodul section {
  padding: 0;
}
.portfolio-archive .doppelteasermodul section article {
  padding: 0 0 30px;
}
.portfolio-archive .doppelteasermodul section article .doppelteasermodul-text p:last-child {
  padding: 0;
}
.portfolio-archive .deutschlandkartemodul {
  padding: 0;
}
.portfolio-archive .rndmodul section {
  padding: 0;
}
.portfolio-archive .rndmodul section article {
  padding: 0;
}
.portfolio-archive .ueberschriftmodul {
  padding: 0;
}
.portfolio-archive .archive-header img {
  margin: 0 0 30px;
}
.iframemodul h2 {
  padding-left: 20px;
  padding-right: 20px;
}
/* Bilddownload-Modul */
.bilddownloadmodul {
  margin: 0 auto 60px;
  padding: 0 20px;
}
.bilddownloadmodul .wrapper figure figcaption {
  display: block;
  text-align: left;
}
.bilddownloadmodul .wrapper figure figcaption a.download-link {
  display: block;
  text-align: left;
}
.bilddownloadmodul .wrapper figure figcaption .image-downloadlabel {
  display: block;
}
.downloadbuttonmodul {
  margin: -40px auto 60px;
  padding: 0 20px;
  text-align: left;
}
.downloadbuttonmodul a {
  margin: 0;
}
/* Blog-Special-Teaser-Modul */
.blogspecialteasermodul {
  margin: 0 auto 60px;
}
.blogspecialteasermodul .blog-special-teaser-wrapper {
  display: block;
  max-width: 80%;
}
.blogspecialteasermodul .blog-special-teaser-headline {
  display: none;
}
.blogspecialteasermodul .blog-special-teaser-textbox {
  width: calc(100% - 90px);
}
/* Content-Module HISTORY ------------------------------------------------------------------------------ */
.spaltenmodul {
  padding: 0 20px;
}
.history-content .bildslidermodul .gallery-image img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
}
.history-content .spaltenmodul .content-inner iframe {
  max-width: 100%;
}
/* Übersicht/Listen ----------------------------------------------------------------------------- */
.presse-archive article, .blog-archive article {
  width: calc((100% - 30px) / 2);
}
.presse-archive article:nth-child(2n), .blog-archive article:nth-child(2n) {
  margin: 0 0 30px;
}
.presse-archive {
  padding: 30px 20px 0;
}
/* Portfolio ----------------------------------------------------------------------------------- */
.portfolio-archive.contentbox {
  padding-left: 20px;
  padding-right: 20px;
}
.portfolio-archive section {
  padding: 0 0 50px;
}
.portfolio-archive section article {
  display: block;
  padding: 0 0 70px;
  margin: 0;
}
.portfolio-archive section article .archive-imgcol {
  display: block;
  width: 100%;
}
.portfolio-archive section article .archive-txtcol {
  display: block;
  width: 100%;
  padding: 20px 0 0 0;
}
.portfolio-archive section article .archive-txtcol h2 {
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 15px;
}
.portfolio-archive section article .archive-txtcol p {
  color: #666d74;
  margin: 0 0 15px;
  padding: 0;
}
.portfolio-archive section article:nth-child(odd) .archive-txtcol {
  padding-right: 0;
}
.portfolio-archive section article .more-button {
  margin: 20px 0 0;
  display: block;
  text-align: center;
}
/* Standorte ------------------------------------------------------------------------------------ */
.map-container {
  display: block;
  margin: 20px 0 50px;
}
.map-container .nav span {
  display: none;
}
.map-container .map-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 0 10px;
  margin: 0;
  overflow-x: auto;
  flex-wrap: inherit;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
  scroll-snap-destination: 50% 50%;
  scroll-snap-points-x: repeat(100%);
  scroll-snap-type: mandatory;
}
.map-container .map-wrapper-outer {
  margin: 0 -20px 40px;
  width: calc(100% + 40px);
}
.map-container .map-wrapper .map-layer {
  display: none;
}
.map-container .map-wrapper .map-layer + img {
  display: none;
}
.map-container .map-wrapper .map-dot-wrapper {
  position: unset;
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  text-align: center;
  margin: 0 10px;
}
.map-container .map-wrapper .map-dot-wrapper .map-dot {
  width: auto;
  height: auto;
  background: none;
}
.map-container .map-wrapper .map-dot-wrapper .map-dot .map-icon-mobile {
  display: block;
  margin: 0 auto;
  border: solid 4px #fff;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -webkit-box-shadow: 0px 0px 0px 1px #fff;
  -moz-box-shadow: 0px 0px 0px 1px #fff;
  box-shadow: 0px 0px 0px 1px #fff;
}
.map-container .map-wrapper .map-dot-wrapper .map-dot .map-ort {
  position: unset;
  display: block;
  color: #929aa5;
}
.map-container .map-wrapper .map-dot-wrapper:hover .map-ort, .map-container .map-wrapper .map-dot-wrapper.current .map-ort {
  background: none;
  color: #4b4f53;
  padding: 0;
  margin: 0;
  transform: translateX(0);
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
.map-container .map-wrapper .map-dot-wrapper:hover .map-ort:after, .map-container .map-wrapper .map-dot-wrapper.current .map-ort:after {
  border: 0;
}
.map-container .map-wrapper .map-dot-wrapper.current .map-icon-mobile {
  border: solid 4px #fff;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -webkit-box-shadow: 0px 0px 0px 1px #4b4f53;
  -moz-box-shadow: 0px 0px 0px 1px #4b4f53;
  box-shadow: 0px 0px 0px 1px #4b4f53;
}
.map-wrapper-outer {
  width: 100%;
  z-index: 1;
}
.map-content-container {
  width: 100%;
  padding: 0;
  position: relative;
  z-index: 2;
  margin-top: 0;
}
.map-content-container .pagination {
  text-align: center;
}
.map-content-images {
  text-align: center;
}
.map-content-img {
  display: block;
  padding: 30px 20px 0;
  text-align: center;
  height: 32px;
  vertical-align: middle;
  margin: 0;
  border-right: 0;
}
.map-content-img:first-child {
  padding-left: 20px;
}
.standort-image-container .standort-image {
  width: calc(100% / 2);
}
