/* 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 ------------------------------------------------------------------------------------- */
/* 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;
}
/* Listings ----------------------------------------------------------------------------------- */
.presse-archive article:nth-child(3n), .blog-archive article:nth-child(3n) {
  margin: 0 0 30px;
}
/*
 ------------------------------------------------------------------------------
 NAVIGATION
 ------------------------------------------------------------------------------
 */
header .primary-menu-wrapper {
  display: none;
}
.btn-mobile-nav {
  float: right;
}
.site-content {
  margin-left: 0;
}
.presse-archive {
  padding: 30px 20px 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: x mandatory;
  scroll-snap-destination: 50% 50%;
  scroll-snap-type: mandatory;
  scroll-snap-points-x: repeat(100%);
  height: 325px;
}
.img-teaser-horizontal.three-columns .img-teaser-horizontal-column {
  width: 320px;
}
.img-teaser-horizontal.four-columns .img-teaser-horizontal-column {
  width: 255px;
}
.img-teaser-horizontal-column {
  height: 325px;
  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-wrapper {
  padding: 40px 20px;
}
.artikelmodul section {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
/* Artikel-Tag-Modul */
.artikeltagmodul {
  margin: 0 auto 60px;
}
.artikeltagmodul .horizontal-scrollbar {
  width: calc(100% + 40px);
}
.artikeltagmodul section article {
  width: 35vw;
}
/* RND-Modul */
.rndmodul {
  margin: 0 0 60px;
}
.rndmodul .wrapper {
  margin: 0;
  padding: 0;
}
.contentbox .rndmodul {
  width: calc(100% + 40px);
  margin-left: -20px;
  margin-right: -20px;
}
.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;
}
.videodesktopmobilemodul {
  margin: 0 auto 60px;
}
/* SEO-Modul */
.seomodul {
  margin: 0 auto 60px;
}
.seomodul .wrapper {
  padding: 0 20px;
}
/* Teaser-Modul */
.teasermodul,
.teaserslidermodul {
  padding: 0 20px;
}
.teasermodul article,
.teaserslidermodul article {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
/* Newsletter-Modul */
.newsletter-modul .wrapper {
  padding: 0 0 0 20px;
}
/* Zweispalten-Modul */
.zweispaltenmodul {
  padding: 0 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: normal;
}
.contentbox .zweispaltenmodul {
  padding: 0;
}
.zweispaltenmodul .column-content {
  display: inline-grid;
  width: calc(60% - 30px);
}
.zweispaltenmodul .column-image {
  display: inline-grid;
  width: 40%;
}
/* Überschriftmodul */
.ueberschriftmodul {
  padding: 0 20px;
  margin: 0 auto 20px;
}
/* Überschriftmodul */
.absatzmodul {
  padding: 0 20px;
  margin: 0 auto 60px;
}
/* Akkordeonmodul */
.akkordeonmodul {
  padding: 0 20px;
}
/* Downloadmodul */
.downloadmodul .wrapper {
  padding: 0 20px;
  display: table;
}
/* Logoslider Modul */
.logoslidermodul-wrapper {
  width: calc(100% + 20px);
}
.doppelteasermodul {
  padding: 0 20px;
}
.portfolio-archive .doppelteasermodul, .portfolio-archive .ueberschriftmodul {
  padding: 0;
}
/* Blog-Special-Teaser-Modul */
.blogspecialteasermodul .blog-special-teaser-wrapper {
  padding: 0 20px;
}
.iframemodul h2 {
  padding-left: 20px;
  padding-right: 20px;
}
/* Content-Module HISTORY ------------------------------------------------------------------------------ */
.spaltenmodul {
  padding: 0 20px;
}
/* Portfolio */
.portfolio-archive.contentbox {
  padding-left: 20px;
  padding-right: 20px;
}
