@charset "UTF-8";
/*! normalize.css v8.0.1 | 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;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* 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: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 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: bolder;
}

/**
 * 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;
}

html {
  font-family: sans-serif;
}

a {
  color: #4991ce;
}

.logo {
  width: calc(100% - 40px);
  max-width: 400px;
  height: auto;
  display: block;
  margin: 40px auto;
}

.info-header {
  display: block;
  margin: 15px auto;
  margin-bottom: 50px;
  width: 80%;
  max-width: 728px;
  height: auto;
}

.navigation--main {
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  max-width: 1600px;
  margin: 0 auto;
  min-height: 50px;
  position: relative;
}
@media screen and (max-width: 1640px) {
  .navigation--main {
    margin: 0 20px;
  }
}
.navigation--main ul {
  display: grid;
  width: 80%;
  margin: 1em auto;
  grid-template-columns: repeat(7, 1fr);
  list-style: none;
}
.navigation--main ul li {
  text-align: center;
}
.navigation--main ul li a {
  text-decoration: none;
  color: #222222;
}
.navigation--main ul li a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1300px) {
  .navigation--main ul {
    width: 95%;
  }
}
@media screen and (max-width: 768px) {
  .navigation--main ul {
    display: none;
  }
}

.menu-toggle-icon {
  width: 50px;
  height: auto;
  background-color: transparent;
  padding: 12px 10px;
  border-radius: 8px;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .fixed .menu-toggle-icon {
    width: 40px;
    height: auto;
  }
}

.header-navigation {
  position: absolute;
  top: 0;
  left: 0%;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .header-navigation {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
  }
}

.header-navigation.fixed {
  position: fixed;
  left: 40px;
  top: 20px;
  right: unset;
}
@media screen and (max-width: 768px) {
  .header-navigation.fixed {
    left: 10px;
    top: 10px;
  }
}

.header-navigation.fixed .menu-toggle-icon {
  border: 1px solid white;
  background-color: #b2b2b2;
}

.header-navigation li {
  float: left;
  display: inline;
  color: white;
  font-family: sans-serif;
  font-size: 1.25em;
  margin-left: 20px;
}

.header-navigation li a {
  color: white;
  text-decoration: none;
}

.header-navigation li a:hover {
  text-decoration: underline;
}

/*** Navigation Grid ***/
/*** Slide Menu ***/
.slide-navigation--main {
  position: fixed;
  z-index: 1100;
  background-color: rgba(0, 0, 0, 0.8);
  transition: transform 0.3s;
}

.navigation--items {
  list-style: none;
  margin: 3em;
  padding: 0;
}

.navigation--items .navigation--items {
  margin: 0 2em;
}

.navigation--close {
  color: #fff;
  background-color: #ef7815;
  font-size: 14px;
  border: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  width: 50px;
  right: 0;
}

.navigation--close:focus {
  outline: none;
}

body.has-active-menu {
  overflow: hidden;
}

.menu--slide-left {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
}

@media all and (min-width: 480px) {
  .menu--slide-left {
    width: 300px;
    width: 80%;
  }
}
@media all and (min-width: 700px) {
  .menu--slide-left {
    width: 300px;
    width: 60%;
  }
}
@media all and (min-width: 1600px) {
  .menu--slide-left {
    width: 300px;
    width: 25%;
  }
}
.menu--slide-left .navigation--items li,
.menu--slide-left .navigation--item {
  display: block;
  text-align: left;
}

.menu--slide-left .navigation--items li:first-child,
.menu--slide-left .navigation--item:first-child {
  border-top: none;
}

.menu--slide-left .navigation--items li:last-child,
.menu--slide-left .navigation--item:last-child {
  border-bottom: none;
}

.menu--slide-left .navigation--items li a,
.menu--slide-left .navigation--link {
  display: block;
  padding: 3px;
  color: #ffffff;
  font-size: 1.5em;
  font-family: "Roboto", "Arial", sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.menu--slide-left .navigation--link-meta {
  display: block;
  padding: 3px;
  color: #ffffff;
  font-size: 1.5em !important;
  font-family: "Roboto", "Arial", sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.menu--slide-left .navigation--link-meta:hover {
  color: #ffffff;
}

.menu--slide-left .navigation--items-thirdlevel .navigation--link {
  display: block;
  padding: 3px;
  color: #ffffff;
  font-size: 1.25em;
  font-family: "Roboto", "Arial", sans-serif;
  font-weight: 300;
  text-decoration: none;
}

.menu--slide-left .navigation--items li a:hover,
.menu--slide-left .navigation--link:hover {
  color: #ffffff;
}

.menu--slide-left .navigation--close {
  display: block;
  padding: 12px 12px;
  width: 50px;
}

.menu--slide-left {
  top: 0;
  left: 0;
  transform: translateX(-100%);
}

@media all and (min-width: 320px) {
  .menu--slide-left {
    transform: translateX(-100%);
  }
}
.menu--slide-left.is-active {
  transform: translateX(0) translateY(0);
}

.navigation--items-secondlevel {
  display: none;
}

.is-expanded .navigation--items-secondlevel {
  display: block;
}

h1, h2 {
  font-family: "Helvetica Neue Condensed", sans-serif;
}

.sectionHeadline {
  font-size: 3em;
  margin-bottom: 0.25em;
  border-bottom: 1px solid #333;
  padding-bottom: 0.25em;
}
@media screen and (max-width: 768px) {
  .sectionHeadline {
    font-size: 2em;
    margin-bottom: 1em;
  }
}

.grid--item h2 {
  margin: 0;
}
.grid--item h2 a {
  color: white;
  text-decoration: none;
}

.teaser {
  margin-bottom: 2rem;
}

.teaser-text {
  font-weight: lighter;
  font-family: sans-serif;
  margin-top: 0;
  line-height: 1.6;
}
.teaser-text p {
  margin-top: 0.5em;
}

.overhead {
  margin-bottom: 0;
  font-weight: lighter;
  font-family: sans-serif;
  text-transform: uppercase;
}

.article-section {
  width: 100%;
  display: block;
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
  box-sizing: border-box;
}

.grid-wrapper {
  --grid-gap: 2rem;
  --grid-margin: 4rem;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: var(--grid-gap);
  margin: 0px 20px;
  width: calc(100% - 40px);
  max-width: 1600px;
  padding: 4rem 0px;
  padding-top: 0;
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  .grid-wrapper {
    display: block;
  }
}
@media screen and (min-width: 1640px) {
  .grid-wrapper {
    margin: 0px auto;
  }
}

.grid-item-primary {
  grid-column: 1/-1;
}

.grid-item-primary .grid-wrapper {
  display: grid;
  margin: 0px auto;
  width: 100%;
  max-width: 1600px;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  grid-template-columns: minmax(0px, 1fr) 50%;
}
@media screen and (max-width: 768px) {
  .grid-item-primary .grid-wrapper {
    display: block;
  }
}

.hero-news .grid-item-primary .grid-wrapper {
  display: grid;
  margin: 0px auto;
  width: 100%;
  max-width: 1600px;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  grid-template-columns: unset;
}

.column--sticky {
  display: flex;
  position: sticky;
  max-height: 100vh;
  margin-bottom: auto;
  top: 0px;
}
@media screen and (max-width: 768px) {
  .column--sticky {
    position: relative;
    margin-bottom: 20px;
  }
}

.column--sticky .content-wrapper {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  text-align: center;
  text-decoration: none;
  max-height: 100%;
  overflow: hidden;
}
.column--sticky .content-wrapper .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, transparent 50%);
}
.column--sticky .content-wrapper .kennzeichnung-anzeige {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 1000;
  font-size: 1.5em;
  color: white;
  text-transform: uppercase;
  font-weight: normal;
  text-align: right;
  line-height: 1;
  padding: 4px 8px;
}
.column--sticky .content-wrapper .overlay__lighter {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, transparent 50%);
}
.column--sticky .content-wrapper .image-wrapper {
  position: relative;
  grid-area: 1/1;
  width: 100%;
  height: auto;
  z-index: 1;
  overflow: hidden;
}
.column--sticky .content-wrapper .textoverlay-wrapper {
  font-size: 1.5em;
  color: white;
  margin: 0px 40px;
  width: calc(100% - 80px);
  grid-area: 1/1;
  align-self: end;
  z-index: 2;
  padding: 0 0 3rem;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .column--sticky .content-wrapper .textoverlay-wrapper {
    font-size: 1.125em;
  }
}
.column--sticky .content-wrapper .textoverlay-wrapper h2 {
  font-size: 36px;
}
@media screen and (max-width: 768px) {
  .column--sticky .content-wrapper .textoverlay-wrapper h2 {
    font-size: 24px;
  }
}
.column--sticky .content-wrapper .textoverlay-wrapper .auszeichnung {
  margin-bottom: -2rem;
  font-weight: 300;
  text-align: right;
}

.hero-list .column--sticky .content-wrapper .textoverlay-wrapper {
  font-size: 1.75em;
}
@media screen and (max-width: 768px) {
  .hero-list .column--sticky .content-wrapper .textoverlay-wrapper {
    font-size: 1em;
    padding: 0;
  }
}
.hero-list .column--sticky .content-wrapper .textoverlay-wrapper .overhead {
  font-family: Serif;
}
.hero-list .column--sticky .content-wrapper .textoverlay-wrapper h2 a {
  font-family: Serif;
  font-weight: normal;
  font-style: italic;
  font-size: 1.5em;
}
@media screen and (max-width: 768px) {
  .hero-list .column--sticky .content-wrapper .textoverlay-wrapper h2 a {
    font-size: 1em;
  }
}
.hero-list .column--sticky .content-wrapper .textoverlay-wrapper .teaser-text {
  font-family: Serif;
}
@media screen and (max-width: 768px) {
  .hero-list .column--sticky .content-wrapper .textoverlay-wrapper .teaser-text {
    font-size: 0.875em;
  }
}
.hero-list .column--sticky .content-wrapper .textoverlay-wrapper .teaser-text p {
  margin: 0;
}
.hero-list .column--sticky .content-wrapper .textoverlay-wrapper .teaser-text p:first-child {
  margin-top: 0.5em;
  margin-bottom: 0;
}

.grid-column {
  padding-top: 0;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .grid-column {
    grid-column: 1/-1;
  }
}

.grid--item img {
  display: block;
  width: 100%;
  height: auto;
}

a.more {
  display: none;
}

/*** 4 col ***/
.main--content-list {
  max-width: 1600px;
  margin: 120px auto 0;
}
.main--content-list a {
  text-decoration: none;
}
.main--content-list .sectionHeadline {
  margin: 0 16px 28px;
}
.main--content-list a h2 {
  color: black;
  font-size: 21px;
}
.main--content-list .grid-item-headline {
  font-weight: lighter;
  font-family: sans-serif;
  margin: 0;
  line-height: 1.6;
}
.main--content-list .item-4 {
  flex: 0 0 25%;
  max-width: 25%;
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .main--content-list .item-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .main--content-list .item-4 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.main--content-list .grid-item-headline {
  font-weight: lighter;
  font-size: 1em;
}

/*** Articles ***/
.news-single .article {
  max-width: 768px;
  margin: 0 auto;
}
@media screen and (max-width: 808px) {
  .news-single .article {
    margin: 0 20px;
  }
}
.news-single .article h1 {
  font-size: 3em;
}
@media screen and (max-width: 768px) {
  .news-single .article h1 {
    font-size: 2em;
  }
}
.news-single .article .red {
  color: red;
}
.news-single .article p, .news-single .article li {
  font-family: sans-serif;
  font-weight: lighter;
  line-height: 1.6;
  font-size: 1.25rem;
}
.news-single .article .intro {
  font-style: italic;
  color: #4991ce;
}
.news-single .article .person-name {
  font-style: italic;
  color: #4991ce;
}
.news-single .article img, .news-single .article .article-image,
.news-single .article .textimg-horizontal {
  width: 100%;
  height: auto;
}
.news-single .article .footer {
  display: none;
}
.news-single .article .teaser-text {
  display: none;
}

/*** Overwrites ***/
.news-single .article .news-img-wrap {
  float: none;
  width: 100%;
  height: auto;
  margin: 0;
}

.news .article .news-img-wrap {
  float: none;
  margin: 0;
  background: #fff;
}

.intro {
  margin-bottom: 64px;
}

.intro--content {
  max-width: 1240px;
  margin: 0 auto;
}

.intro--overhead {
  text-align: center;
  font-weight: normal;
  font-size: 1.25em;
}
@media only screen and (max-width: 768px) {
  .intro--overhead {
    font-size: 1em;
    margin: 0 20px;
  }
}

.intro--headline {
  font-weight: normal;
  font-size: 3.5em;
  text-align: center;
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .intro--headline {
    font-size: 2em;
    margin: 0 20px;
  }
}

.intro--text {
  font-size: 1.25em;
  line-height: 1.6;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .intro--text {
    font-size: 1em;
    margin: 0 20px;
  }
}

.grid-item-group {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.grid-item {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
  margin-bottom: 32px;
}
@media only screen and (max-width: 768px) {
  .grid-item {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.main--content {
  max-width: 1240px;
  margin: 0 auto;
}

.news-single .main--content {
  margin: 0 -16px;
}

.grid-item-text {
  text-align: center;
  margin-top: 32px;
}

.grid-item-overhead {
  text-transform: uppercase;
  font-weight: lighter;
  margin: 0;
  font-size: 0.85em;
  border-bottom: 1px solid goldenrod;
  display: inline-block;
}

.grid-item-headline {
  font-weight: normal;
  font-size: 1.25em;
  line-height: 1.2;
  margin: 0.5em 0;
}

.grid-item-teaser {
  font-weight: normal;
  font-size: 0.85rem !important;
  line-height: 1.2;
  margin: 0.5em 0;
  text-align: left;
}

.news-single .main--content .grid-item-group .grid-item-headline {
  font-size: 1rem;
}

.item-3 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
  margin-bottom: 32px;
}
@media only screen and (max-width: 768px) {
  .item-3 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.item-2 {
  flex: 0 0 50%;
  max-width: 50%;
  margin-bottom: 32px;
}
@media only screen and (max-width: 768px) {
  .item-2 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.item-4 {
  flex: 0 0 25%;
  max-width: 25%;
  margin-bottom: 32px;
}
@media only screen and (max-width: 768px) {
  .item-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .item-4 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.grid-item-inner {
  position: relative;
  padding: 1em;
  box-sizing: border-box;
}

.grid-item h3 {
  text-align: center;
}

.grid-item-image {
  position: relative;
}

.grid-item-image img {
  width: 100%;
  height: auto;
}

.grid-item-image .store-name {
  display: none;
  background-color: rgba(230, 228, 217, 0.86);
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 100;
  padding: 8px 0;
}

.grid-item .store-name p {
  text-align: center;
  margin: 0;
  padding: 4px;
  font-size: 15px;
}

.grid-item-image:hover .store-name {
  display: block;
}

.grid-item .store-name .website-button {
  background-color: #eeeeee;
  border-radius: 10px;
  text-transform: uppercase;
  font-size: 0.75em;
  padding: 0 0.5em;
  display: inline-block;
  position: absolute;
  right: 1em;
  bottom: 35%;
}

.grid-item .store-name .website-button a {
  color: black;
  text-decoration: none;
}

.rezension {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 64px 0;
  clear: both;
}

.rezension__imagecolumn {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
  padding: 0 40px;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .rezension__imagecolumn {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.rezension__imagecolumn img {
  width: 100%;
  height: auto;
  box-shadow: -5px 5px 10px rgba(51, 51, 51, 0.41);
}

.rezension__textcolumn {
  flex: 0 0 66.6666666666%;
  max-width: 66.6666666666%;
}
@media only screen and (max-width: 768px) {
  .rezension__textcolumn {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.rezension__textcolumn .rezension__textcolumn-headline {
  margin-top: 0;
}

.rezension__textcolumn .rezension__textcolumn-headline .author {
  font-weight: normal;
}

.rezension__textcolumn p {
  font-size: 1.25em;
  margin-right: 64px;
  line-height: 1.6;
}

.info-banner--background {
  background: white;
  padding: 40px 0;
  margin-bottom: 0px;
}

.info-banner--wrapper {
  max-width: 970px;
  height: auto;
  margin: 20px auto;
}
.info-banner--wrapper .info-banner--image {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1010px) {
  .info-banner--wrapper {
    margin: 20px;
  }
}
.info-banner--wrapper h2 {
  font-size: 1rem;
  text-align: center;
  font-weight: normal;
}

/*** Läden ***/
.main-intro {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.main-intro--image {
  flex: 0 0 60%;
  max-width: 60%;
}
@media only screen and (max-width: 768px) {
  .main-intro--image {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.main-intro--image img {
  width: 100%;
}

.main-intro--text {
  flex: 0 0 40%;
  max-width: 40%;
  position: relative;
  padding: 32px;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .main-intro--text {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.main-intro--overhead {
  text-align: center;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 0.85em;
  border-bottom: 1px solid goldenrod;
  display: inline-block;
  margin: 0;
}

.main-intro--headline {
  text-align: center;
  line-height: 1.4;
}

.main-intro--description {
  text-align: center;
}

.main-intro--address {
  text-align: center;
}

.va {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .va {
    position: relative;
    top: unset;
    -ms-transform: none;
    transform: none;
  }
}

.main-story {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 64px 0;
}
@media only screen and (max-width: 768px) {
  .main-story {
    margin-top: 0;
  }
}

.main-story a {
  color: #4991ce;
}

.main-story--sidebar {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
  padding-left: 64px;
  box-sizing: border-box;
  line-height: 1.6;
}
@media only screen and (max-width: 768px) {
  .main-story--sidebar {
    flex: 0 0 100%;
    max-width: 100%;
    order: 2;
    margin: 0 20px;
    box-sizing: border-box;
  }
}

.main-story--text {
  flex: 0 0 66.6666666666%;
  max-width: 66.6666666666%;
}
@media only screen and (max-width: 768px) {
  .main-story--text {
    flex: 0 0 100%;
    max-width: 100%;
    order: 1;
    margin: 0 20px;
    box-sizing: border-box;
  }
}

.main-story--text p {
  font-size: 1.25em;
  margin-right: 64px;
  line-height: 1.6;
}

.main-story--text ul li {
  font-size: 1.25em;
  margin-right: 64px;
  line-height: 1.6;
}

.main-story--text--intro {
  font-style: italic;
  color: #4991ce;
}

.main-story--text--interview-frage {
  font-weight: bold;
}
.main-story--text--interview-frage .fas {
  color: #4991ce;
}

.main-story--text--interview-antwort {
  hyphens: auto;
}

.main-story--interview--name {
  color: #4991ce;
}

.main-story--text p:first-child::first-letter {
  font-size: 3em;
  float: left;
  margin-right: 0.25em;
  line-height: 1;
}

.logo__social--facebook,
.logo__social--instagram {
  width: 2em;
  height: auto;
  display: inline;
}

.logo__social--facebook {
  margin-right: 0.75em;
}

.section-grid-item {
  float: left;
  width: 29%;
  margin: 2%;
  background-color: white;
  border: 1px solid #cccccc;
  box-sizing: border-box;
}
@media only screen and (max-width: 980px) {
  .section-grid-item {
    width: 46%;
  }
}
@media only screen and (max-width: 480px) {
  .section-grid-item {
    width: 96%;
  }
}

.section-grid-item.section-grid-item-laden {
  min-height: 290px;
}

@media only screen and (min-width: 481px) and (max-width: 980px) {
  .section-grid-item-laden:nth-child(2n+1) {
    clear: left;
  }
}
@media only screen and (min-width: 981px) {
  .section-grid-item-laden:nth-child(3n+1) {
    clear: left;
  }
}
.larger {
  min-height: 555px;
  background-color: #b3d4fc;
}

.section-grid-item img, .section-grid-item-image img {
  width: 100%;
  height: auto;
  border-bottom: 1px solid #cccccc;
}

.section-grid-item-image {
  position: relative;
}

.section-grid-item-image .store-name {
  display: none;
  background-color: rgba(230, 228, 217, 0.86);
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 100;
}

.section-grid-item h3 {
  font-size: 15px;
  padding: 0 1em;
}

.section-grid-item p {
  font-size: 15px;
  padding: 0 1em;
  line-height: 1.6;
  font-weight: lighter;
}

.section-grid-item .store-name p {
  text-align: center;
  margin: 0;
  padding: 4px;
}

.laden-stoerer {
  background-color: #e10000;
  color: white;
  position: absolute;
  right: 0;
  top: 0;
  padding: 5px 1em;
  font-size: 0.85em;
}

.laden-stoerer-neu {
  background-color: #b7d62a;
  color: white;
  position: absolute;
  right: 0;
  top: 0;
  padding: 5px 1em;
  font-size: 0.85em;
}

/* Center the form on the page */
form {
  display: block;
  margin-top: 0;
  width: 100%;
  max-width: 960px;
}

/* Style the form header */
h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}

/* Style the form labels */
label {
  display: block;
  margin-bottom: 10px;
  font-weight: bold;
}

/* Style the form inputs */
.input input,
.input textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-bottom: 20px;
}

.checkbox input[type=checkbox] {
  width: auto !important;
  margin-right: 20px;
  margin-bottom: 5px;
}
.checkbox .form-check-label {
  font-weight: normal;
}

/* Style the form submit button */
.actions button {
  padding: 10px 20px;
  background-color: #007bff;
  color: #fff;
  border: none;
  border-radius: 4px;
  font-size: 18px;
  cursor: pointer;
}

/* Style the required field indicator */
.required {
  color: red;
  font-weight: bold;
}

select {
  margin-bottom: 1rem;
}

.footer {
  max-width: 1600px;
  margin: 120px auto;
  border-top: 1px solid #333333;
  padding: 20px 0;
  clear: both;
}
@media only screen and (max-width: 1560px) {
  .footer {
    margin: 120px 20px;
  }
}

/*# sourceMappingURL=layout.css.map */
