/* space-grotesk-regular - latin */
@font-face {
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/space-grotesk-v6-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/space-grotesk-v6-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/space-grotesk-v6-latin-regular.woff2") format("woff2"), url("../fonts/space-grotesk-v6-latin-regular.woff") format("woff"), url("../fonts/space-grotesk-v6-latin-regular.ttf") format("truetype"), url("../fonts/space-grotesk-v6-latin-regular.svg#SpaceGrotesk") format("svg");
  /* Legacy iOS */
}
body {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  background-color: #cfcdc9;
  align-items: stretch;
}

main {
  width: 98%;
  max-width: 915px;
  display: flex;
  flex-direction: column;
  margin: auto;
}
main .logo {
  width: 100%;
  padding-top: 25%;
}
main.us {
  margin-top: -5%;
}
main.us .logo {
  width: 350px;
  margin: auto;
  padding-top: 15%;
}
main .social-icons {
  display: flex;
  flex-direction: row;
  margin: 50px auto;
  width: 220px;
}
main .social-icons a.social {
  background: gold;
  margin-right: 25px;
  text-decoration: none;
  width: 45px;
  height: 45px;
}

.dunkel a.social.shop {
  background: url(../img/shop_off.svg);
}
.dunkel a.social.shop:hover {
  cursor: default;
}
.dunkel a.social.facebook {
  background: url(../img/facebook_off.svg);
}
.dunkel a.social.facebook:hover {
  cursor: default;
}
.dunkel a.social.instagram {
  background: url(../img/instagram_off.svg);
}
.dunkel a.social.instagram:hover {
  cursor: default;
}

article {
  padding: 0 50px;
  font-family: "Space Grotesk", Arial, Helvetica, sans-serif;
  color: #818286;
}

footer {
  width: 90%;
  max-width: 850px;
  display: flex;
  justify-content: flex-end;
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translate(-50%);
  padding: 0 15px;
  position: fixed;
  background: #cfcdc9;
}
footer ul {
  display: flex;
}
footer ul li {
  margin-left: 25px;
  list-style: none;
}
footer ul li a {
  font-family: "Space Grotesk", Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #828387;
  text-decoration: none;
}
footer ul li a:hover {
  text-decoration: underline;
}

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