h1 {
  margin-top: 20px;
  margin-bottom: 44px;
  font-family: 'Nunito Sans', sans-serif;
  color: #58585a;
  font-size: 31px;
  line-height: 120%;
  font-weight: 900;
  text-align: center;
}

h2 {
  margin-top: 72px;
  margin-bottom: 34px;
  font-family: 'Nunito Sans', sans-serif;
  color: #b6193d;
  font-size: 31px;
  line-height: 120%;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

p {
  max-width: 73ch;
  margin-bottom: 10px;
  font-family: 'Nunito Sans', sans-serif;
  color: #58585a;
  font-size: 18px;
  line-height: 150%;
  text-align: center;
}

.slide01 {
  background-image: url('../images/paerchen.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide02 {
  background-image: url('../images/supermarkt.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide03 {
  background-image: url('../images/Shopcon-start.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slider {
  height: 420px;
}

.right-arrow {
  display: none;
}

.left-arrow {
  display: none;
}

.slide-nav {
  display: none;
}

.sec-content {
  display: block;
  padding-right: 16px;
  padding-bottom: 200px;
  padding-left: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f4f5fa), color-stop(70%, #fff));
  background-image: linear-gradient(180deg, #f4f5fa, #fff 70%);
}

.info-wrapper {
  position: relative;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 780px;
  margin-top: -45px;
  padding: 52px 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 7px 30px 0 rgba(0, 0, 0, 0.15);
}

.image {
  width: 520px;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph {
  width: 69ch;
}

.heading {
  text-transform: uppercase;
}

.text-span {
  color: #b6193d;
  font-weight: 900;
}

.text-span-2 {
  color: #21386d;
  font-weight: 900;
}

.button {
  margin-top: 28px;
  padding: 19px 29px;
  border-radius: 70px;
  background-color: #b6193d;
  box-shadow: 0 8px 20px -8px rgba(182, 25, 61, 0.61);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.button:hover {
  background-color: #f01a4b;
}

.section {
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: #333133;
}

.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.footer {
  padding-top: 28px;
  padding-bottom: 28px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #333133;
  text-align: center;
}

.footer-flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.footer-logo-link {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footer-image {
  width: 90px;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.footer-heading {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.5;
}

.footer-link {
  display: block;
  margin-bottom: 10px;
  color: #444;
  text-decoration: none;
}

.footer-link:hover {
  text-decoration: underline;
}

.link {
  margin-left: 51px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: 'Nunito Sans', sans-serif;
  color: #b3b3b3;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
}

.link:hover {
  color: #f01a4b;
}

.text-block {
  color: #b3b3b3;
}

.heading-2 {
  font-weight: 700;
}

@media screen and (min-width: 1920px) {
  .slider {
    height: 570px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    margin-bottom: 29px;
    font-size: 30px;
  }
  h2 {
    font-size: 30px;
  }
  .slider {
    height: 320px;
  }
  .sec-content {
    padding-bottom: 150px;
  }
  .info-wrapper {
    width: 100%;
  }
  .image {
    width: 490px;
  }
  .footer {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 21px;
  }
  h2 {
    font-size: 30px;
  }
  .slider {
    height: 240px;
  }
  .info-wrapper {
    width: 95%;
    margin-top: -27px;
    padding-top: 25px;
    padding-bottom: 38px;
  }
  .image {
    width: 390px;
  }
  .footer {
    padding: 40px 20px;
  }
  .footer-image {
    -o-object-fit: contain;
    object-fit: contain;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    margin-bottom: 16px;
  }
  h2 {
    margin-top: 41px;
    font-size: 21px;
  }
  p {
    font-size: 17px;
  }
  .slider {
    height: 190px;
  }
  .info-wrapper {
    width: 100%;
    padding-top: 5px;
    padding-bottom: 29px;
  }
  .image {
    width: 90%;
  }
  .button {
    font-size: 16px;
  }
  .footer {
    padding: 26px 20px;
    text-align: left;
  }
  .footer-flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer-logo-link {
    margin-bottom: 11px;
  }
  .footer-image {
    width: 70px;
  }
  .footer-heading {
    margin-top: 20px;
  }
  .link {
    margin-right: 19px;
    margin-left: 19px;
  }
}

