* {
  padding: 0;
  margin: 0;
}

@font-face { 
  font-family: Akkurat; src: url('Akkurat-Regular.ttf'); 
}

.radial-gradient {
  background: #26d07c;
  background: radial-gradient(at center, #07A561, #26D07C);
  transition: width 0.2s ease, height 0.2s ease;
}

html, body {
  background-color: #26d07c;
  min-height: 100vh;
  font-family: Akkurat, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 3.625vw;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overscroll-behavior: none;
  -webkit-overflow-scrolling: auto;
}

.fixed-body {
  position: fixed;
}

.button-area svg {
  height: 2.65em; 
  pointer-events: all;
}

.insta-section:hover .button-text {
  fill: #26d07c;
}

.insta-section:hover .button {
  fill: black;
}

.contact-section:hover .button-text {
  fill: #26d07c;
}

.contact-section:hover .button {
  fill: black;
}

.insta-section:active .button-text {
  fill: #26d07c;
}

.insta-section:active .button {
  fill: black;
}

.contact-section:active .button-text {
  fill: #26d07c;
}

.contact-section:active .button {
  fill: black;
}

p {
  text-transform: uppercase;
}

a {
  text-decoration: none;
  color: black;
  text-transform: uppercase;
  position: relative;
}

.link:after {    
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 0.075em;
  left: 0%;
  position: absolute;
  background: black;
  transition: width 0.3s ease 0s;
  width: 0;
}

.link:hover:after { 
  width: 100%; 
  left: 0; 
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.content {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-grow: 1;
}

.items {
  display: flex;
  flex-direction: column;
  padding: 0.5em;
}

.logo-mobile {
  display: none;
}

.logo-mobile img {
  height: 1.2em;
  width: auto;
}

.items p {
  margin-bottom: 0.3em;
}

.impressum-text {
  margin-bottom: 1em;
}

.impressum-text p {
  margin-bottom: 0em;
}

footer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: baseline;
  padding-bottom: 0.3em;
  padding-left: 1em;
  padding-right: 1em;
  font-size: 0.4em;
}

.footer-left {
  display: flex;
  justify-content: space-between;
}

.footer-left div {
  padding-right: 1em;
}

.footer-right img {
  height: 1.6em;
  width: auto;
}

.logo-desktop {
  position: relative;
  top: 0.2em;
}

@media screen and (max-width: 850px) {
  html, body {
    font-size: 6vw;
    line-height: 1em;
    width: 100%;
    min-height: 100vh;
    min-height: -webkit-fill-available;
  }
  button:hover {
    background-color: #26d07c;
    color: black;
  }
  a:hover {
    color: black;
    text-decoration: none;
  }
  .wrapper {
    min-height: 100vh;
    min-height: -webkit-fill-available;
  }
  .logo-mobile {
    display: block;
    margin-bottom: 0.6em;
  }
  .content {
    justify-content: normal;
    align-items: baseline;
    padding-top: 0.5em;
  }
  .items {
    padding-left: 0.5em;
    padding-right: 0.5em;
    padding-top: 0;
    width: auto;
  }
  .items p {
    overflow-wrap: anywhere;
    word-break: break-word;
  }
  .insta-section:active .button-text {
    fill: #26d07c;
  }
  .insta-section:active .button {
    fill: black;
  }
  .contact-section:active .button-text {
    fill: #26d07c;
  }
  .contact-section:active .button {
    fill: black;
  }
  .insta-section:hover .button-text {
    fill: black;
  }
  .insta-section:hover .button {
    fill: none;
  }
    .contact-section:hover .button-text {
    fill: black;
  }
  .contact-section:hover .button {
    fill: none;
  }
  footer {
    justify-content: flex-end;
    padding-right: 0.5em;
    padding-left: 0.5em;
    font-size: 0.8em;
  }
  .footer-left {
    width: 100%;
  }
  .footer-left div {
    padding-right: 0;
  }
  .footer-right {
    display: none;
  }
  .link:after {
    transition: none;
  }
  .radial-gradient {
    background: #26d07c;
    transition: none;
  }
}
