* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

// TODO:
// - add media queries
// - text links fett

// fonts
@font-face {
  font-family: "Wagon-ExtraLight";
  src: url("../fonts/Wagon-ExtraLight.woff2") format("woff2"),
    url("../fonts/Wagon-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Wagon-ExtraLight";
  src: url("../fonts/Wagon-ExtraLight.woff2") format("woff2"),
    url("../fonts/Wagon-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto Flex";
  src: url("../fonts/RobotoFlex.woff2") format("woff2");
  font-style: normal;
  font-display: swap;
}

// global styles:
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Wagon-ExtraLight";
  color: var(--ci-red);
}

.content-links {
  text-decoration: none;
  color: var(--ci-red);
}

:root {
  --ci-red: #d01223;
  --ci-white: #fef3f5;
  --ci-violet: #fff3f7;
  --ci-black: #000000;
}

// background colors:

header {
  height: 300px;
  margin-bottom: 300px;
}

.header {
  padding: 0.6em;
}
.header__logo {
  width: 45%;
}

main {
  margin: 27em 0;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.content__wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  height: 100%;
  width: 86%;
}

.content__main {
  background-color: var(--ci-violet);
  margin: 0 auto;
  width: 100%;
  height: 520px;
  position: relative;
  display: flex;
  align-items: center;
}

.content__picture__wrapper {
  position: relative;
  width: 50%;
}

.content__picture__headline {
  position: absolute;
  font-family: "Wagon-ExtraLight";
  color: var(--ci-red);
  font-size: 72px;
  font-weight: 200;
  margin-top: -2.4em;
}

.content__picture__headline__img {
  width: 70%;
  border-bottom-right-radius: 10%;
}

.content__main__description {
  width: 44%;
  padding: 2em;
  text-align: left;
  color: var(--ci-red);
}

.content__main__description__title {
  font-family: "Wagon-ExtraLight";
  font-size: 72px;
  margin-bottom: 4px;
}

.content__main__description__text {
  font-family: "Roboto Flex";
  margin-bottom: 1.5em;
  line-height: 1;
  font-size: 20px;
  font-weight: 300;
}

.content__main__description__social {
  text-decoration: none;
  display: flex;
  justify-content: space-between;
}

.content__main__description__container {
  font-family: "Roboto Flex";
  font-weight: 300;
  margin: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.content__main__description__social__link--description {
  padding: 0;
  margin: 0;
  font-family: "Wagon-ExtraLight";
  font-weight: bold;
  font-size: 25px;
}

body {
  color: var(--ci-white);
  display: flex;
  flex-direction: column;
}

.footer {
  height: 170px;
  width: 86%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: var(--ci-black);
}

.footer__wrapper {
  background-color: var(--ci-black);
}

.footer__link {
  list-style: none;
  margin: 0 5em;
  text-decoration: none;
  font-weight: bold;
  color: var(--ci-white);
}

.footer__content__list__item__copyright {
  font-weight: bold;
}

.footer__content__list {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.footer__content__list__item {
  font-family: "Wagon-ExtraLight";
  font-size: 24px;
  font-weight: bold;
  font-weight: 300;
  list-style: none;
}

@media only screen and (max-width: 1250px) {
  .header__logo {
    width: 100% !important;
  }

  main {
    margin: 0;
  }

  .content__main {
    height: 100%;
  }

  .content__wrapper {
    width: 100%;
    flex-wrap: wrap;
  }

  .content__main__description__title {
    font-size: 60px;
    margin-bottom: 0.6em;
  }
  .content__main {
    flex-direction: column-reverse;
    width: 100%;
  }

  .content__picture__headline {
    margin: 0;
    position: unset;
  }

  .content__picture__headline {
    margin-top: 3em !important;
    margin-bottom: 15px !important;
    background-color: #ffffff;
    font-size: 40px;
    padding-left: 6px;
    margin: 0;
    position: unset;
  }

  .img__wrapper {
    width: 100%;
    background-color: var(--ci-violet);
    justify-content: left;
    margin-right: 2em;
  }

  .content__picture__headline__img {
    width: 95%;
  }

  .content__picture__wrapper {
    background-color: #ffffff;
    position: unset;
    width: 100%;
  }

  .content__picture {
    width: 100%;
  }

  .footer_image__container {
    margin-top: 2em;
  }

  .footer__link,
  .last-child {
    display: flex;
    align-self: center;
    font-size: 18px;
    margin: 0;
    margin-right: 50px;
  }

  .content__main__description {
    width: 100%;
    padding: 10px;
    margin-top: 3em;
    margin-bottom: 6em;
  }

  .content__main__description__social {
    flex-wrap: wrap;
  }

  .content__main__description__container {
    margin: 1em 0;
  }

  .footer {
    width: 100%;
    padding-left: 5%;
    display: flex;
    flex-wrap: wrap;
  }

  .content__main__description__text {
    margin-top: 1em;
  }

  .footer__content__list {
    justify-content: center !important;
    font-size: 13px;
  }
}
