.margin-vertical, .margin, hr, .section {
  margin-top: 30px;
  margin-bottom: 30px; }
  @media (min-width: 960px) {
    .margin-vertical, .margin, hr, .section {
      margin-top: 40px;
      margin-bottom: 40px; } }
  @media (min-width: 1200px) {
    .margin-vertical, .margin, hr, .section {
      margin-top: 60px;
      margin-bottom: 60px; } }
  @media (min-width: 1600px) {
    .margin-vertical, .margin, hr, .section {
      margin-top: 80px;
      margin-bottom: 80px; } }

.margin-horizontal, .margin {
  margin-left: 30px;
  margin-right: 30px; }
  @media (min-width: 960px) {
    .margin-horizontal, .margin {
      margin-left: 40px;
      margin-right: 40px; } }
  @media (min-width: 1200px) {
    .margin-horizontal, .margin {
      margin-left: 60px;
      margin-right: 60px; } }
  @media (min-width: 1600px) {
    .margin-horizontal, .margin {
      margin-left: 80px;
      margin-right: 80px; } }

.margin-small-vertical {
  margin-top: 15px;
  margin-bottom: 15px; }
  @media (min-width: 960px) {
    .margin-small-vertical {
      margin-top: 30px;
      margin-bottom: 30px; } }

.padding-vertical, .padding, #products, #video, #page-footer, #blauer-engel {
  padding-top: 30px;
  padding-bottom: 30px; }
  @media (min-width: 960px) {
    .padding-vertical, .padding, #products, #video, #page-footer, #blauer-engel {
      padding-top: 40px;
      padding-bottom: 40px; } }
  @media (min-width: 1200px) {
    .padding-vertical, .padding, #products, #video, #page-footer, #blauer-engel {
      padding-top: 60px;
      padding-bottom: 60px; } }
  @media (min-width: 1600px) {
    .padding-vertical, .padding, #products, #video, #page-footer, #blauer-engel {
      padding-top: 80px;
      padding-bottom: 80px; } }

.padding-horizontal, .padding {
  padding-left: 30px;
  padding-right: 30px; }
  @media (min-width: 960px) {
    .padding-horizontal, .padding {
      padding-left: 40px;
      padding-right: 40px; } }
  @media (min-width: 1200px) {
    .padding-horizontal, .padding {
      padding-left: 60px;
      padding-right: 60px; } }
  @media (min-width: 1600px) {
    .padding-horizontal, .padding {
      padding-left: 80px;
      padding-right: 80px; } }

.padding-small-vertical, #page-header .container > div, footer#bottom, #product-link {
  padding-top: 15px;
  padding-bottom: 15px; }
  @media (min-width: 960px) {
    .padding-small-vertical, #page-header .container > div, footer#bottom, #product-link {
      padding-top: 30px;
      padding-bottom: 30px; } }

.padding-small {
  padding: 15px; }
  @media (min-width: 960px) {
    .padding-small {
      padding: 30px; } }

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

html {
  font-family: 'Futura Bk BT', sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.6;
  color: #333; }

p,
ul,
ol,
dl,
address,
fieldset,
figure {
  font-style: normal; }
  p:not(:first-child),
  ul:not(:first-child),
  ol:not(:first-child),
  dl:not(:first-child),
  address:not(:first-child),
  fieldset:not(:first-child),
  figure:not(:first-child) {
    margin-top: 20px; }

ul, ol {
  padding-left: 20px; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'Futura Hv BT', sans-serif;
  font-weight: bold;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
  margin-top: 40px;
  color: #009fe3;
  text-transform: uppercase; }
  h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child,
  .h1:first-child, .h2:first-child, .h3:first-child, .h4:first-child, .h5:first-child, .h6:first-child {
    margin-top: 0; }

h1, .h1 {
  font-size: 38px; }
  @media (min-width: 960px) {
    h1, .h1 {
      font-size: 48px; } }

h2, .h2 {
  font-family: 'Futura Bk BT', sans-serif;
  font-size: 28px;
  font-weight: normal;
  color: #8e8e8e; }
  h2.bold, .h2.bold, nav a.h2, #footer-social span.h2 {
    font-size: 38px;
    font-family: 'Futura Hv BT', sans-serif;
    font-weight: bold;
    color: #009fe3; }

h3, .h3 {
  font-size: 24px;
  font-family: 'Futura Bk BT', sans-serif;
  font-weight: normal;
  color: #8e8e8e; }

h4, .h4 {
  margin-top: 20px;
  font-size: 20px;
  color: #60c08c; }

img {
  max-width: 100%;
  height: auto; }

a {
  color: #009fe3;
  text-decoration: none; }
  a:hover, a:focus {
    outline: none;
    text-decoration: none;
    color: #007bb0; }

hr {
  border: none;
  height: 0;
  box-sizing: content-box;
  border-top: 1px solid #ddd; }

::-moz-selection {
  background: #009fe3;
  color: #fff;
  text-shadow: none; }

::selection, mark {
  background: #009fe3;
  color: #fff;
  text-shadow: none; }

small {
  font-size: 15px; }

strong, b, .bold, nav a, #footer-social span {
  font-family: "Futura Hv BT", sans-serif;
  font-weight: bold; }

abbr {
  text-decoration: none; }

blockquote {
  font-style: italic;
  margin-top: 20px; }

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1280px; }
  @media (min-width: 640px) {
    .container {
      padding-left: 30px;
      padding-right: 30px; } }
  @media (min-width: 960px) {
    .container {
      padding-left: 40px;
      padding-right: 40px; } }
  @media (min-width: 1200px) {
    .container {
      padding-left: 60px;
      padding-right: 60px; } }
  .container.small {
    max-width: 960px; }
  .container.large {
    max-width: 1600px; }
  .container.expand {
    max-width: none; }

.grid {
  display: flex;
  flex-wrap: wrap;
  margin-left: -30px;
  margin-top: -15px;
  margin-bottom: -15px; }
  @media (min-width: 1200px) {
    .grid {
      margin-left: -40px;
      margin-top: -20px;
      margin-bottom: -20px; } }
  .grid > * {
    width: 100%;
    padding-left: 30px;
    padding-top: 15px;
    padding-bottom: 15px; }
    @media (min-width: 1200px) {
      .grid > * {
        padding-left: 40px;
        padding-top: 20px;
        padding-bottom: 20px; } }
  .grid.collapse {
    margin-left: 0; }
    .grid.collapse > * {
      padding-left: 0;
      padding-top: 0;
      padding-bottom: 0; }
  .grid.center {
    align-items: center; }

/*
.grid {

  display: flex;
  flex-wrap: wrap;
  margin-left: -$gutter;
  margin-top: -$gutter;

  @include respond-to($breakpoint-large) {
    margin-left: -$gutter-medium;
    margin-top: -$gutter-medium;
  }

  & > * {
    width: 100%;
    padding-left: $gutter;
    padding-top: $gutter;

    @include respond-to($breakpoint-large) {
      padding-left: $gutter-medium;
      padding-top: $gutter-medium;
    }
  }

  &.collapse {
    margin-left: 0;

    & > * {
      padding-left: 0;
    }
  }

  .center {
    align-items: center;
  }
}

 */
.w-1-2 {
  width: 50%; }

.w-1-3 {
  width: 33.333333%; }

.w-2-3 {
  width: 66.666666%; }

.w-1-4 {
  width: 25%; }

.w-1-5 {
  width: 20%; }

@media (min-width: 640px) {
  .w-1-2\@s {
    width: 50%; }
  .w-1-3\@s {
    width: 33.33333%; }
  .w-2-3\@s {
    width: 66.66666%; }
  .w-1-4\@s {
    width: 25%; }
  .w-1-5\@s {
    width: 20%; } }

@media (min-width: 960px) {
  .w-1-2\@m, #products .grid > div {
    width: 50%; }
  .w-1-3\@m {
    width: 33.33333%; }
  .w-2-3\@m {
    width: 66.66666%; }
  .w-1-4\@m {
    width: 25%; }
  .w-1-5\@m {
    width: 20%; }
  .w-2-5\@m {
    width: 40%; }
  .w-3-5\@m {
    width: 60%; } }

@media (min-width: 1200px) {
  .w-1-2\@l {
    width: 50%; }
  .w-1-3\@l {
    width: 33.33333%; }
  .w-2-3\@l {
    width: 66.66666%; }
  .w-1-4\@l {
    width: 25%; }
  .w-1-5\@l {
    width: 20%; } }

@media (min-width: 1600px) {
  .w-1-2\@xl {
    width: 50%; }
  .w-1-3\@xl {
    width: 33.33333%; }
  .w-2-3\@xl {
    width: 66.66666%; }
  .w-1-4\@xl {
    width: 25%; }
  .w-1-5\@xl {
    width: 20%; } }

.hidden {
  display: none; }

.visible {
  display: block; }

@media (min-width: 640px) {
  .hidden\@s, #intro-mobile {
    display: none !important; } }

@media (max-width: 639px) {
  .visible\@s {
    display: none !important; } }

@media (min-width: 960px) {
  .hidden\@m {
    display: none !important; } }

@media (max-width: 959px) {
  .visible\@m {
    display: none !important; } }

.text-center {
  text-align: center; }

@media (min-width: 640px) {
  .text-center\@s {
    text-align: center; } }

@media (min-width: 960px) {
  .text-center\@m {
    text-align: center; } }

.bg-primary {
  background-color: #009fe3; }

.bg-secondary {
  background-color: #60c08c; }

.bg-muted {
  background-color: #f4f5f5; }

.text-primary {
  color: #009fe3; }

.text-secondary {
  color: #60c08c; }

.text-muted {
  color: #999; }

.meta {
  text-align: left !important;
  color: #8e8e8e; }

.reset-list {
  list-style: none;
  margin: 0;
  padding: 0; }
  .reset-list li {
    list-style: none; }

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden; }

.inverse *, #hero .container *, #footer-social a * {
  color: #fff; }

.inverse h1, #hero .container h1, #footer-social a h1, .inverse h2, #hero .container h2, #footer-social a h2, .inverse h3, #hero .container h3, #footer-social a h3, .inverse h4, #hero .container h4, #footer-social a h4, .inverse h5, #hero .container h5, #footer-social a h5, .inverse h6, #hero .container h6, #footer-social a h6 {
  color: #fff; }

.inverse a, #hero .container a, #footer-social a a {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none; }
  .inverse a:hover, #hero .container a:hover, #footer-social a a:hover, .inverse a:focus, #hero .container a:focus, #footer-social a a:focus {
    outline: none;
    text-decoration: none;
    color: #fff; }

.cover-container {
  position: relative;
  overflow: hidden; }
  .cover-container > .cover {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }
  .cover-container > .fill {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }

.embed-responsive {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 65%; }
  .embed-responsive > * {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }

.button {
  font-family: inherit;
  font-size: 18px;
  font-weight: bold;
  font-family: "Futura Hv BT", sans-serif;
  color: #fff;
  text-align: center;
  line-height: 1.2;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #60c08c;
  padding: 0 30px;
  height: 50px;
  cursor: pointer;
  border: none;
  transition: all linear 0.15s;
  border-radius: 2px; }
  .button[disabled] {
    opacity: 0.5;
    cursor: not-allowed; }
  .button.full-width {
    width: 100%; }
  .button:hover {
    background: #85cea6;
    color: #fff; }
  .button.accent {
    background: #009fe3; }
    .button.accent:hover {
      background: #17baff; }
  .button.secondary {
    background: #60c08c;
    color: #fff; }
    .button.secondary:hover {
      background: #43aa72;
      color: #fff; }
  .button.ghost {
    background: transparent;
    border: 2px solid #009fe3;
    color: #009fe3;
    box-shadow: none; }
    .button.ghost:hover {
      background: #009fe3;
      color: #fff; }
  .button.large {
    padding: 0 60px;
    height: 50px; }
  .button.small {
    padding: 0 20px;
    height: 40px; }

.menu-button {
  display: block;
  position: relative;
  height: 16px;
  width: 24px; }
  .menu-button > span, .menu-button:before, .menu-button:after {
    display: block;
    background: #333;
    height: 2px;
    position: absolute;
    width: 100%; }
  .menu-button > span {
    top: 50%;
    margin-top: -1px;
    transition: opacity linear 0.2s; }
  .menu-button:before {
    content: "";
    top: 0;
    transition: transform linear 0.2s; }
  .menu-button:after {
    content: "";
    bottom: 0;
    transition: transform linear 0.2s; }
  .menu-button.close:before, body.nav-show #menu-button:before {
    transform: rotate(-135deg);
    top: 50%;
    margin-top: -1px; }
  .menu-button.close:after, body.nav-show #menu-button:after {
    transform: rotate(135deg);
    top: 50%;
    margin-top: -1px; }
  .menu-button.close > span, body.nav-show #menu-button > span {
    opacity: 0; }
  .menu-button.inverse > span, .inverse .menu-button > span, #hero .container .menu-button > span, #footer-social a .menu-button > span, #hero .menu-button.container > span, #footer-social a.menu-button > span, .menu-button.inverse:before, .inverse .menu-button:before, #hero .container .menu-button:before, #footer-social a .menu-button:before, #hero .menu-button.container:before, #footer-social a.menu-button:before, .menu-button.inverse:after, .inverse .menu-button:after, #hero .container .menu-button:after, #footer-social a .menu-button:after, #hero .menu-button.container:after, #footer-social a.menu-button:after {
    background: #fff; }

form {
  margin-top: 20px; }

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  color: inherit; }

input[type=text],
input[type=search],
input[type=email],
input[type=number],
input[type=password],
input[type=tel],
textarea {
  width: 100%;
  border: none;
  padding: 0 16px;
  height: 40px;
  background: #f4f5f5;
  outline: none; }
  input[type=text]:focus,
  input[type=search]:focus,
  input[type=email]:focus,
  input[type=number]:focus,
  input[type=password]:focus,
  input[type=tel]:focus,
  textarea:focus {
    background: #e9ebeb; }

textarea {
  padding: 16px;
  height: auto; }

input[type="checkbox"] {
  display: none; }

input[type="checkbox"] + label::before {
  width: 18px;
  height: 18px;
  border-radius: 0;
  border: 2px solid #fff;
  background-color: #fff;
  display: block;
  content: "";
  float: left;
  margin-right: 15px; }

input[type="checkbox"]:disabled + label,
input[type="checkbox"]:disabled + label::before {
  opacity: 0.8; }

input[type="checkbox"]:checked + label::before {
  font-family: "Font Awesome 5 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-weight: 900;
  content: "\f00c";
  color: #60c08c;
  width: 18px;
  text-align: center;
  line-height: 18px; }

select {
  padding: 0 16px;
  height: 40px;
  width: 100%; }

label {
  display: block;
  font-size: 16px;
  margin-bottom: 6px;
  color: #8e8e8e; }

.inverse input, #hero .container input, #footer-social a input, .inverse textarea, #hero .container textarea, #footer-social a textarea {
  color: #fff;
  border-bottom: 1px solid #333; }
  .inverse input:focus, #hero .container input:focus, #footer-social a input:focus, .inverse textarea:focus, #hero .container textarea:focus, #footer-social a textarea:focus {
    border-bottom: 1px solid #666; }

.table-responsive {
  max-width: 100%;
  overflow-x: scroll; }
  @media (min-width: 480px) {
    .table-responsive {
      overflow-x: visible; } }

table {
  border-collapse: collapse;
  width: 100%;
  min-width: 480px; }
  table:not(:first-child) {
    margin-top: 20px; }
  table tr {
    border-top: 1px solid #ddd; }
  table th, table td {
    padding: 4px 8px;
    text-align: left; }
  table th {
    vertical-align: top; }
  table > tr:first-child,
  table > thead:first-child > tr:first-child,
  table > tbody:first-child > tr:first-child {
    border-top: none; }
  table tfoot:first-of-type > tr:first-child {
    border-top: solid #ddd; }
  table thead td, table th {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 14px;
    color: #8e8e8e; }
  @media (min-width: 960px) {
    table th, table td {
      display: table-cell;
      padding: 8px 16px;
      text-align: left; }
      table th + th, table th + td, table td + th, table td + td {
        padding-top: 8px; }
      table th:first-child, table td:first-child {
        padding-left: 0; }
    table thead td {
      text-align: left; } }

ul.breadcrumb {
  list-style: none;
  margin: 0;
  padding: 0;
  color: #999;
  font-size: 14px; }
  ul.breadcrumb li {
    display: inline-block; }
    ul.breadcrumb li:not(:first-child):before {
      content: "/";
      display: inline-block;
      margin: 0 10px;
      color: #999; }
  ul.breadcrumb a {
    color: #999;
    text-decoration: none; }
    ul.breadcrumb a:hover, ul.breadcrumb a:focus {
      outline: none;
      text-decoration: none;
      color: #666; }

@font-face {
  font-family: "Futura Bk BT";
  src: url("../fonts/Futura-PT-Book.woff") format("woff"); }

@font-face {
  font-family: "Futura Hv BT";
  src: url("../fonts/Futura-PT-Heavy.woff") format("woff");
  font-weight: bold; }

.text-link, nav a, #page-footer a {
  color: #333;
  text-decoration: none; }
  .text-link:hover, nav a:hover, #page-footer a:hover, .text-link:focus, nav a:focus, #page-footer a:focus {
    outline: none;
    text-decoration: none;
    color: gray; }

h4 a {
  color: inherit; }
  h4 a:hover {
    color: #43aa72; }

#page-header {
  border-bottom: 1px solid #eee; }
  #page-header #logo {
    display: flex;
    align-items: center; }
  #page-header #logo-supafil {
    width: 100px; }
  #page-header #logo-knauf {
    margin-left: 15px;
    width: 115px;
    margin-bottom: -7px; }
  #page-header .container > div {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    #page-header .container > div > div {
      flex: 0 0 auto; }
  @media (min-width: 640px) {
    #page-header #logo-supafil {
      width: 120px; }
    #page-header #logo-knauf {
      margin-left: 20px;
      width: 150px;
      margin-bottom: -7px; } }
  @media (min-width: 1200px) {
    #page-header #logo-supafil {
      width: 200px; }
    #page-header #logo-knauf {
      margin-left: 30px;
      width: 240px;
      margin-bottom: -13px; } }

nav {
  position: absolute;
  top: 100%;
  left: -15px;
  right: -15px;
  background: #fff;
  z-index: 2;
  padding: 30px 15px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  text-align: right;
  display: none; }
  body.nav-show nav {
    display: block; }
  nav ul {
    list-style: none; }
  nav a {
    text-transform: uppercase; }
  nav li.current a, nav a:hover {
    color: #009fe3; }
  @media (min-width: 640px) {
    nav {
      left: -30px;
      right: -30px;
      padding: 30px; } }
  @media (min-width: 960px) {
    nav {
      padding: 0;
      position: initial;
      display: block;
      width: auto;
      box-shadow: none; }
      nav ul li {
        font-size: 16px;
        display: inline; }
        nav ul li:not(:first-child) {
          margin-left: 15px; } }
  @media (min-width: 1200px) {
    nav ul li {
      font-size: 18px; }
      nav ul li:not(:first-child) {
        margin-left: 15px; } }
  @media (min-width: 1600px) {
    nav ul li:not(:first-child) {
      margin-left: 25px; } }

#menu-button {
  margin-right: 10px; }
  @media (min-width: 960px) {
    #menu-button {
      display: none; } }

#hero > div {
  height: 300px;
  background: url(../images/hero.jpg) no-repeat 80% bottom;
  background-size: auto 100%; }

#hero .container {
  display: none; }

@media (min-width: 640px) {
  #hero > div {
    height: 450px;
    background-position: 50% bottom;
    background-size: cover; }
  #hero .container {
    display: flex;
    height: 100%;
    align-items: center; }
    #hero .container > div {
      max-width: 50%; }
      #hero .container > div > img {
        margin: -6% 0 0 -6%; }
    #hero .container h1 {
      margin: 0;
      font-size: 28px; } }

@media (min-width: 1600px) {
  #hero > div {
    height: 600px; } }

#products {
  background: url(../images/bg-01.jpg) no-repeat center top;
  background-size: cover; }
  @media (min-width: 960px) {
    #products .grid > div:nth-child(1) {
      order: 1; }
    #products .grid > div:nth-child(2) {
      order: 2; }
    #products .grid > div:nth-child(3) {
      order: 4; }
    #products .grid > div:nth-child(4) {
      order: 3; }
    #products .grid > div:nth-child(5) {
      order: 5; }
    #products .grid > div:nth-child(6) {
      order: 6; } }

#video {
  background: #f4f5f5; }

#slides {
  margin: 40px -10px 0 -10px;
  padding-bottom: 40px; }
  #slides .flickity-page-dots {
    bottom: 0; }
  #slides .slide {
    width: 100%;
    padding: 0 10px; }
    #slides .slide .img {
      text-align: center; }
    #slides .slide blockquote span {
      display: block;
      margin-top: 20px; }
  @media (min-width: 960px) {
    #slides .slide {
      display: flex;
      align-items: center; }
      #slides .slide .text {
        width: 50%;
        order: 1; }
      #slides .slide .img {
        width: 50%;
        order: 2; } }

#page-footer {
  background: #f4f5f5; }
  #page-footer .container div {
    margin: 20px 0; }

#footer-slogan {
  font-size: 38px; }
  #footer-slogan span:nth-child(1) {
    color: #f8a800; }
  #footer-slogan span:nth-child(2) {
    color: #009fe3; }
  #footer-slogan span:nth-child(3) {
    color: #60c08c; }
  #footer-slogan span {
    display: block;
    line-height: 1; }
  @media (min-width: 640px) {
    #footer-slogan {
      font-size: 60px; }
      #footer-slogan span {
        display: inline; } }

#footer-contact {
  line-height: 1.4; }
  #footer-contact p {
    margin-top: 10px; }
  @media (min-width: 960px) {
    #footer-contact {
      display: flex; }
      #footer-contact > div {
        flex: 1 1 auto; }
        #footer-contact > div:not(:first-child) {
          margin-left: 20px; } }

#footer-social {
  display: flex;
  align-items: center; }
  #footer-social span {
    margin-right: 15px; }
  #footer-social a {
    margin-left: 5px;
    display: inline-block;
    background: #60c08c;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px; }

footer#bottom a {
  color: #8e8e8e;
  text-decoration: none; }
  footer#bottom a:hover, footer#bottom a:focus {
    outline: none;
    text-decoration: none;
    color: #686868; }
  footer#bottom a:not(:first-child) {
    margin-left: 20px; }

.product-intro img {
  width: 100%; }

#blauer-engel {
  background: #f4f5f5;
  margin-bottom: 0;
  border-bottom: 2px solid #fff; }
  #blauer-engel .container > div > div:first-child {
    margin-top: -30px;
    width: 280px; }
  @media (min-width: 640px) {
    #blauer-engel .container > div > div:first-child {
      float: right; } }
  @media (min-width: 960px) {
    #blauer-engel .container > div > div:first-child {
      margin-top: -40px;
      width: 340px; } }
  @media (min-width: 1200px) {
    #blauer-engel .container > div > div:first-child {
      margin-top: -60px;
      width: 380px;
      margin-left: 80px; } }
  @media (min-width: 1600px) {
    #blauer-engel .container > div > div:first-child {
      margin-top: -80px; } }

.icons > div {
  display: flex;
  align-items: flex-start;
  margin: 20px 0; }

.icons .icon {
  width: 50px;
  flex: 0 0 auto;
  margin-right: 15px; }

.icons .text {
  max-width: 800px; }

@media (min-width: 960px) {
  .icons > div:not(.top) {
    align-items: center; }
  .icons .icon {
    width: 60px;
    margin-right: 30px; } }

#product-link {
  padding-bottom: 0;
  border-top: 1px solid #ddd;
  text-align: center; }
  #product-link .container a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center; }
    @media (min-width: 960px) {
      #product-link .container a img, #product-link .container a h4 {
        width: 50%; } }
