/* Text Elements */

h1.hero-heading {
  margin: 45px 66px 24px;
  padding-right: 0;
  color: #7e4f38;
  text-align: left;
  letter-spacing: -1px;
  font-weight: 900;
  font-size: 29px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: .7;
}

h2.articles-heading {
  margin-right: auto;
  margin-left: auto;
  color: rgba(198, 198, 198, .51);
  text-align: left;
  font-weight: 900;
  font-size: 48px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

p.paragraph.article-paragraph {
  margin: 24px auto 0;
  padding-right: 66px;
  padding-left: 66px;
  max-width: 1200%;
  color: #000;
  text-align: center;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: 30px;
}

p.paragraph span.paragraph-text-15 {
  font-weight: 700;
}

p.paragraph span.paragraph-text-16 {
  font-weight: 700;
}

p.paragraph a.paragraph-text-17 {
  color: #000;
  text-decoration: none;
}

p.paragraph.sparten {
  margin-top: 17px;
  margin-bottom: 35px;
  color: #292929;
  text-align: left;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: 24px;
}

p.paragraph span.paragraph-text-1 {
  font-weight: 700;
}

p.paragraph span.paragraph-text-2 {
  font-weight: 700;
}

p.paragraph span.paragraph-text-3 {
  font-weight: 700;
}

p.paragraph span.paragraph-text-4 {
  font-weight: 700;
}

p.paragraph a.paragraph-text-17:visited {
  text-decoration: none;
}

p.paragraph a.paragraph-text-17:focus {
  text-decoration: none;
}

p.paragraph a.paragraph-text-17:hover {
  text-decoration: none;
}

p.paragraph a.paragraph-text-17:active {
  text-decoration: none;
}

a.link-text.impress {
  margin-right: 0;
  margin-left: auto;
  padding: 4px 7px;
  border-radius: 20px;
  background-color: transparent;
  color: #fff;
  text-align: center;
  text-decoration: none;
  text-transform: capitalize;
  letter-spacing: 0;
  font-weight: 300;
  font-size: 16px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  -webkit-transition-timing-function: ease-in-out;
     -moz-transition-timing-function: ease-in-out;
       -o-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-duration: .25s;
     -moz-transition-duration: .25s;
       -o-transition-duration: .25s;
          transition-duration: .25s;
}

a.link-text.impress:hover {
  color: #ccc;
}

/* Layout Elements */

body.body-1 {
  background-color: #797979;
}

.container.navigation-links {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: justify;
  -ms-flex-align: center;

  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}

.container.container-footer-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: justify;
  -ms-flex-align: center;
  margin-right: auto;
  margin-left: auto;
  min-height: auto;
  max-width: 1280px;
  color: #fff;

  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}

.container.navbar {
  position: static;
  right: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: justify;
  -ms-flex-align: center;
  margin-top: 0;
  margin-right: auto;
  margin-left: auto;
  padding: 24px;
  max-width: none;
  width: auto;
  border-radius: 0;
  background-color: #e7e7e7;
  background-image: none;
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: 0 0;
  background-repeat: no-repeat;

  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  background-blend-mode: normal;
}

.container.hero-section {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  padding-right: 24px;
  padding-left: 24px;
  min-height: auto;
  background-color: #858585;
  background-image: none;
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: 0 0;
  background-repeat: no-repeat;

  background-blend-mode: normal;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-transform-style: flat;
     -moz-transform-style: flat;
          transform-style: flat;
}

.container.hero-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: center;
  -ms-flex-align: start;
  margin-top: 17px;
  margin-bottom: 24px;
  margin-left: 0;
  padding: 24px 5px 96px;
  max-width: 960px;
  border: 0 solid #3432ff;
  border-top-left-radius: 0 13px;
  border-top-right-radius: 0 13px;
  border-bottom-right-radius: 0 13px;
  border-bottom-left-radius: 0 13px;
  background-color: #e0e0e0;
  box-shadow: none;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

.container.articles-section {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  margin-top: 0;
  padding: 0 16px;
  min-height: 100vh;
  background-color: #818181;

  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  grid-area: block-8;
}

.container.articles-layout {
  display: grid;
  -ms-flex-pack: start;
  -ms-flex-align: start;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  min-width: 0;
  min-height: auto;
  max-width: 960px;
  width: 100%;

  grid-template-areas: 'article-1 article-1 article-1 article-1' 'article-2 article-2 article-3 article-3' 'article-4 article-4 article-5 article-5' 'article-6 article-6 . .';
  grid-template-columns: repeat(4 , 1fr);
  grid-template-rows: repeat(4 , auto);
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
          align-content: flex-start;
  justify-items: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
}

.container.article-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: start;
  -ms-flex-align: start;
  padding: 16px;
  border-radius: 0;
  background-image: none;
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: 0 0;
  background-repeat: no-repeat;
  -webkit-transition-delay: 0s;
     -moz-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease-in-out;
     -moz-transition-timing-function: ease-in-out;
       -o-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-duration: .2s;
     -moz-transition-duration: .2s;
       -o-transition-duration: .2s;
          transition-duration: .2s;

  grid-area: article-4;
  background-blend-mode: normal;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
}

.container.article-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: start;
  -ms-flex-align: start;
  padding: 16px;
  height: auto;
  border-radius: 0;
  background-image: none;
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: 0 0;
  background-repeat: no-repeat;
  -webkit-transition-delay: 0s;
     -moz-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease-in-out;
     -moz-transition-timing-function: ease-in-out;
       -o-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-duration: .2s;
     -moz-transition-duration: .2s;
       -o-transition-duration: .2s;
          transition-duration: .2s;

  grid-area: article-5;
  background-blend-mode: normal;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
}

.container.content-article {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: start;
  -ms-flex-align: start;
  margin-top: 0;
  padding: 24px 8px;
  max-width: none;
  width: auto;
  border-radius: 0;
  background-color: rgba(255, 255, 255, .65);
  text-align: left;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
}

.container.footer {
  padding: 48px 24px;
  min-height: 0;
  background-color: #7e4f38;
}

.container.social-icons-container {
  margin-top: 0;
}

.container.cont3 {
  margin-top: 28px;
  height: 250px;
  background-image: url('../bilder/bild-breit.jpg');
  background-attachment: fixed;
  background-position: center top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: contain;
  background-repeat: repeat;

  background-blend-mode: normal;
}

.container.article-4:hover {
  box-shadow: none;
  -webkit-filter: brightness(1);
          filter: brightness(1);
  -webkit-transform: scaleX(1) scaleY(1);
     -moz-transform: scaleX(1) scaleY(1);
       -o-transform: scaleX(1) scaleY(1);
          transform: scaleX(1) scaleY(1);
}

.container.article-5:hover {
  border-radius: 0;
  box-shadow: none;
  -webkit-filter: opacity(.93);
          filter: opacity(.93);
  -webkit-transition-delay: 0s;
     -moz-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease;
     -moz-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
  -webkit-transition-property: none;
     -moz-transition-property: none;
       -o-transition-property: none;
          transition-property: none;
  -webkit-transform: scaleX(1) scaleY(1);
     -moz-transform: scaleX(1) scaleY(1);
       -o-transform: scaleX(1) scaleY(1);
          transform: scaleX(1) scaleY(1);

  mix-blend-mode: normal;
}

.container.articles-section:hover {
  -webkit-transform: scaleX(1);
     -moz-transform: scaleX(1);
       -o-transform: scaleX(1);
          transform: scaleX(1);
}

.container.content-article:hover {
  background-color: rgba(255, 255, 255, .82);
  -webkit-filter: brightness(1);
          filter: brightness(1);
}

a.glyph.mobile-nav-button {
  display: none;
}

.html-element.navigation-code {
  display: none;
}

a.responsive-picture.picture-link-1 {
  margin-right: auto;
  margin-left: auto;
  max-width: 400px;
}

a.responsive-picture.picture-link-3 {
  margin-right: auto;
  margin-left: auto;
  max-width: 150px;
}

.html-element.html-element-1 {
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 95.75rem) {
  /* Text Elements */

  h1.hero-heading {
    color: #7e4f38;
    font-size: 29px;
  }

  p.paragraph.sparten {
    margin-right: auto;
    margin-left: auto;
    text-align: left;
  }

  /* Layout Elements */

  .container.navbar {
    background-image: none;
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: 0 0;
    background-repeat: no-repeat;

    background-blend-mode: normal;
  }

  .container.hero-section {
    background-image: none;
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: 0 0;
    background-repeat: no-repeat;

    background-blend-mode: normal;
  }

  .container.articles-section {
    background-image: none;
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: 0 0;
    background-repeat: no-repeat;

    background-blend-mode: normal;
  }
}

@media screen and (max-width: 85.875rem) {
  /* Text Elements */

  h1.hero-heading {
    color: #7e4f38;
  }

  a.link-text.impress {
    margin-right: 1px;
    margin-left: 1px;
    padding-right: 5px;
    padding-left: 5px;
    background-color: transparent;
    text-align: justify;
    font-weight: 300;
  }

  /* Layout Elements */

  .container.navbar {
    background-image: none;
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: 0 0;
    background-repeat: no-repeat;

    background-blend-mode: normal;
  }

  .container.cont3 {
    height: 200px;
  }
}

@media screen and (max-width: 60rem) {
  /* Text Elements */

  h1.hero-heading {
    color: #7e4f38;
    font-size: 38px;
  }

  /* Layout Elements */

  .container.container-footer-wrapper {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: center;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }

  .container.hero-content-wrapper {
    margin-top: 16px;
    margin-left: 0;
  }

  .container.articles-layout {
    grid-template-columns: repeat(2 , 1fr);
    grid-template-areas: 'article-1 article-1' 'article-2 article-3' 'article-4 article-5' 'article-6 article-6';
    grid-template-rows: repeat(4 , auto);
  }

  .container.content-article {
    padding-left: 8px;
  }

  .container.social-icons-container {
    margin-top: 16px;
  }

  .container.navbar {
    background-image: url('https://cdn.coffeecupcloud.com/appresources/v1/common/background_online_image.png');
  }
}

@media screen and (max-width: 48rem) {
  /* Text Elements */

  h1.hero-heading {
    color: #7e4f38;
    text-align: center;
    font-size: 9.49vw;
  }

  a.link-text.impress {
    display: block;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    padding: 20px 0;
    width: 60%;
    border: .0625rem solid #9a2916;
    border-radius: 40px;
    color: #fff;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
  }

  /* Layout Elements */

  .container.navigation-links {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 500;
    visibility: hidden;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, .95);
    opacity: 0;
    -webkit-transition-duration: .3s;
       -moz-transition-duration: .3s;
         -o-transition-duration: .3s;
            transition-duration: .3s;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
            align-content: center;
  }

  .container.navigation-links.neutral-center-menu {
    background-color: #000;
  }

  .container.navbar {
    position: static;
    z-index: 1000;
    -ms-flex-pack: justify;
    -ms-flex-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #cfcfcf;
    background-image: none;
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: 0 0;
    background-repeat: no-repeat;

    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
            justify-content: space-between;
    background-blend-mode: normal;
  }

  .container.cont3 {
    height: 100px;
  }

  .container.navigation-links.show-menu {
    top: 0;
    visibility: visible;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    opacity: 1;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
  }

  a.glyph.mobile-nav-button {
    display: block;
    color: #000;
    text-align: right;
    font-size: 34px;
    line-height: 1;
  }

  a.glyph.close-button-cross.mobile-nav-button {
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    padding-top: 20px;
    padding-right: 24px;
    color: #fff;
  }

  a.glyph.mobile-nav-button.neutral-center-button {
    color: #aaa;
  }

  a.responsive-picture.picture-link-1 {
    margin-top: 0;
    margin-bottom: 43px;
  }
}

@media screen and (max-width: 35.3125rem) {
  /* Text Elements */

  h1.hero-heading {
    font-size: 9.54vw;
  }

  h1 span.heading-text-1 {
    color: #7e4f38;
  }

  h2.articles-heading {
    text-align: center;
  }

  p.paragraph.sparten {
    text-align: center;
  }

  p.paragraph span.paragraph-text-15 {
    color: #325e76;
  }

  a.link-text.impress {
    float: none;
    clear: none;
    width: 39%;
    border-width: 0;
    border-radius: 0;
    color: #fff;
    font-size: 12px;
  }

  /* Layout Elements */

  .container.navbar {
    -ms-flex-pack: justify;
    background-color: #d1d1d1;
    background-image: none;
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: 0 0;
    background-repeat: no-repeat;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
            justify-content: space-between;
    background-blend-mode: normal;
  }

  .container.hero-section {
    padding-right: 16px;
    padding-left: 16px;
  }

  .container.articles-layout {
    display: block;
    float: none;
    clear: none;
    vertical-align: top;

    grid-template-areas: 'article-1' 'article-2' 'article-3' 'article-4' 'article-5' 'article-6';
    grid-template-rows: repeat(6 , minmax(30vh, auto));
    grid-template-columns: 1fr;
  }

  .container.content-article {
    padding-top: 25px;
    padding-bottom: 3px;
    padding-left: 8px;
  }

  .container.footer {
    padding-right: 16px;
    padding-left: 16px;
  }

  .container.cont3 {
    background-image: url('../bilder/bild-breit.jpg');
    background-attachment: scroll;
    background-position: left center;
    background-size: cover;
  }

  a.glyph.mobile-nav-button.neutral-center-button {
    color: #a5a5a5;
  }
}

@media screen and (max-width: 14.25rem) {
  /* Text Elements */

  h1.hero-heading {
    font-size: 32px;
    line-height: 1.1;
  }

  a.glyph.mobile-nav-button.neutral-center-button {
    color: #c1c1c1;
  }
}