@font-face {
  font-family: "Funnel_Display";
  src: url("/font/FunnelDisplay-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

.parent {
  display: grid;
  grid-template-columns: 2fr 1fr; /* 75% / 25% */
  gap: 8px;
}

.div1 {
  grid-column: 1;
}

.maintext {
  font-family: "Funnel_Display";
  color: rgb(30, 30, 30);
  font-size: 3.3rem;
  line-height: 4.35rem;
  margin-top: 0.2rem;
  margin-left: 1rem;
}

@media screen and (max-width: 968px) {
  .parent {
    display: block;
    overflow: hidden;
  }
  .maintext {
    font-size: 1.85rem;
    line-height: 2.4rem;
  }

  .parent .div2 img {
    width: 100%;
    max-height: 20%;
    /* display: block; */
  }

  .datenschutz-btn {
    margin-top: -104px;
    font-family: "Funnel_Display";
    rotate: calc(90deg);
    color: rgb(0, 0, 0);
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-weight: bold;
    position: absolute;
    right: -6%;
  }

  .footer-button {
    margin-top: 0px;

    width: 15%;
  }
}

.div2 {
  grid-column: 2;
}

.maintext2 {
  font-family: "Funnel_Display";
  color: rgb(30, 30, 30);
  font-size: 3.5rem;
  line-height: 4.2rem;
  margin-top: 0.2rem;
  margin-left: 1rem;
}

.div2 img {
  width: 100%;
  height: auto;
  display: block;
}

.contact {
  color: rgb(255, 0, 234);
  text-decoration-line: none;
}

.Portfolio {
  color: rgb(0, 202, 27);
  text-decoration-line: none;
}

.Name {
  color: rgb(30, 30, 30);
  text-decoration-line: none;
}

.Instagram {
  color: rgb(30, 30, 30);
  text-decoration-line: none;
}

.Instagram:hover {
  color: rgb(255, 0, 0);
  text-decoration-line: none;
}

/* Datenschutz */

.footer-button {
  font-family: "Funnel_Display";
  display: flex;
  justify-content: flex-end;
  margin-top: 0;
  float: right;
  margin-right: -10px;
  /* padding-bottom: 20px; */
  width: 15%;
}

.datenschutz-btn {
  margin-top: -180px;
  font-family: "Funnel_Display";
  rotate: calc(90deg);
  color: rgb(0, 0, 0);

  display: flex;
  justify-content: center;
  align-items: center;

  text-decoration: none;
  font-weight: bold;
}
