@font-face {
  font-family: Effra;
  src: url('../fonts/Effra-Regular.woff2') format("woff2"), url('../fonts/Effra-Regular.woff') format("woff"), url('../fonts/Effra-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Effra;
  src: url('../fonts/Effra-Medium.woff2') format("woff2"), url('../fonts/Effra-Medium.woff') format("woff"), url('../fonts/Effra-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Brands 400";
  src: url('../fonts/fa-brands-400.woff2') format("woff2"), url('../fonts/fa-brands-400.woff') format("woff"), url('../fonts/fa-brands-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --_sz-sd---effra: Effra, Arial, sans-serif;
  --_sz-sd---white: white;
  --_sz-sd---bebas-neue: "Bebas Neue", sans-serif;
  --_sz-sd---black: #000;
  --_sz-sd---fontawesome: "Fa Brands 400", Arial, sans-serif;
  --_sz-sd---grey: #e6e6e6;
  --_sz-sd---dark-grey: #585858;
  --_sz-sd---coral: blue;
  --_sz-sd---violet: #c4b8fa;
}

.section {
  flex-flow: column;
  height: 100svh;
  display: flex;
}

.section.display-none {
  display: none;
}

.content_wrapper {
  background-image: url('../images/pattern.jpg');
  background-position: 50%;
  background-size: 5rem 5rem;
  height: 90svh;
  display: flex;
}

.content-split {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
  position: relative;
}

.content-split.right {
  justify-content: center;
  align-items: flex-start;
  padding-left: 3rem;
}

.footer-wrapper {
  font-family: var(--_sz-sd---effra);
  height: 10svh;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.content-full {
  background-color: var(--_sz-sd---white);
  flex: 1;
  display: flex;
}

.logo-wrapper {
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 36px;
  display: flex;
}

.logo-wrapper.top {
  justify-content: center;
  align-items: flex-start;
  padding: 0 0 4rem 4rem;
}

.ripped-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.image {
  max-width: 60%;
  display: block;
  position: absolute;
  inset: 0% 6% 0% auto;
}

.text-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.body {
  font-family: var(--_sz-sd---effra);
  text-align: center;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
}

.heading-2 {
  font-family: var(--_sz-sd---bebas-neue);
  color: var(--_sz-sd---black);
  text-align: center;
  margin-bottom: 15px;
  font-size: 5.1rem;
  font-weight: 400;
  line-height: 1;
}

.content {
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  padding: 1.2rem 1.2rem 1.2rem 2rem;
  display: flex;
}

.content.right {
  justify-content: flex-end;
  align-items: center;
  padding-right: 2rem;
}

.adres {
  font-family: var(--_sz-sd---bebas-neue);
  color: var(--_sz-sd---black);
  text-align: center;
  margin-bottom: 15px;
  font-size: 4.2rem;
  font-weight: 400;
  line-height: 1;
}

.footer-text {
  color: var(--_sz-sd---black);
  font-size: 1.1rem;
  line-height: 1.3;
}

.footer-text.fa-icons {
  font-family: var(--_sz-sd---fontawesome);
  color: var(--_sz-sd---black);
}

.logo-teaser {
  width: 85%;
}

.big-space {
  margin-left: .1rem;
  margin-right: .1rem;
}

.prefix_body {
  font-weight: 500;
}

.icons_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.item_wrapper {
  aspect-ratio: 1;
  background-color: var(--_sz-sd---grey);
  color: var(--_sz-sd---dark-grey);
  border-radius: .2rem;
  justify-content: center;
  align-items: center;
  padding: .3rem;
  text-decoration: none;
  transition: transform .25s;
  display: flex;
}

.item_wrapper:hover {
  background-image: linear-gradient(#0000001a, #0000001a);
  transform: scale(1.1);
}

.adres_wrapper {
  grid-column-gap: .22rem;
  grid-row-gap: .22rem;
  flex-flow: column;
  display: flex;
}

.link_wrapper_adres {
  text-decoration: none;
}

.phone_wrapper {
  color: var(--_sz-sd---black);
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .content_wrapper {
    flex-flow: column;
  }

  .content-split {
    width: 100%;
  }

  .content-split.right {
    flex: 1;
    justify-content: flex-start;
    align-items: center;
    padding-top: 1.5rem;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .logo-wrapper.top {
    padding-bottom: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .image {
    inset: 0% auto;
  }

  .text-wrapper {
    margin-bottom: 2rem;
  }

  .body {
    font-size: 1.8rem;
  }

  .heading-2 {
    margin-top: 0;
    font-size: 5.2rem;
  }

  .image-2 {
    max-width: 60%;
  }

  .logo-teaser {
    width: 54%;
  }

  .item_wrapper {
    padding: .6rem;
  }
}

@media screen and (max-width: 767px) {
  .content_wrapper {
    flex-flow: row;
  }

  .content-split {
    flex: 1;
  }

  .content-split.right {
    justify-content: space-between;
  }

  .footer-wrapper {
    min-height: 7svh;
  }

  .content-full {
    flex-flow: row;
  }

  .logo-wrapper.top {
    padding-bottom: 0;
    padding-left: .1rem;
    padding-right: .1rem;
  }

  .body {
    font-size: 1rem;
  }

  .heading-2 {
    font-size: 2.2rem;
  }

  .content {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: .7rem;
    padding-bottom: .7rem;
  }

  .content.right {
    justify-content: flex-end;
    align-items: center;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .footer-text {
    text-align: left;
    font-size: .8rem;
  }

  .item_wrapper {
    padding-left: .1rem;
    padding-right: .1rem;
  }
}

@media screen and (max-width: 479px) {
  .content_wrapper {
    flex-flow: column;
    height: 83svh;
  }

  .content-split.right {
    justify-content: center;
    padding-top: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .footer-wrapper {
    height: 17svh;
  }

  .content-full {
    flex-flow: column-reverse;
    justify-content: center;
    align-items: center;
  }

  .logo-wrapper.top {
    padding-left: 0;
    padding-right: 0;
  }

  .text-wrapper {
    margin-bottom: .5rem;
  }

  .body {
    font-size: 1.2rem;
  }

  .heading-2 {
    font-size: 2.7rem;
  }

  .content {
    padding: .4rem .25rem;
  }

  .content.right {
    justify-content: center;
    align-items: stretch;
    margin-bottom: 3px;
    padding: .2rem .25rem;
  }

  .image-2 {
    max-width: 100%;
  }

  .footer-text {
    text-align: center;
    font-size: 1rem;
    line-height: 1.2;
  }

  .footer-text.fa-icons {
    font-size: 1.3rem;
  }

  .logo-teaser {
    width: 75%;
    max-width: 100%;
  }

  .icons_wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .item_wrapper {
    padding: .4rem;
  }
}


@font-face {
  font-family: 'Effra';
  src: url('../fonts/Effra-Regular.woff2') format('woff2'), url('../fonts/Effra-Regular.woff') format('woff'), url('../fonts/Effra-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Effra';
  src: url('../fonts/Effra-Medium.woff2') format('woff2'), url('../fonts/Effra-Medium.woff') format('woff'), url('../fonts/Effra-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2'), url('../fonts/fa-brands-400.woff') format('woff'), url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}