/* poppins-300 - latin */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/poppins-v20-latin-300.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/poppins-v20-latin-300.eot?#iefix") format("embedded-opentype"), url("../fonts/poppins-v20-latin-300.woff2") format("woff2"), url("../fonts/poppins-v20-latin-300.woff") format("woff"), url("../fonts/poppins-v20-latin-300.ttf") format("truetype"), url("../fonts/poppins-v20-latin-300.svg#Poppins") format("svg");
  /* Legacy iOS */
}
/* poppins-regular - latin */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/poppins-v15-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/poppins-v15-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/poppins-v15-latin-regular.woff2") format("woff2"), url("../fonts/poppins-v15-latin-regular.woff") format("woff"), url("../fonts/poppins-v15-latin-regular.ttf") format("truetype"), url("../fonts/poppins-v15-latin-regular.svg#Poppins") format("svg");
  /* Legacy iOS */
}
/* poppins-500 - latin */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/poppins-v15-latin-500.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/poppins-v15-latin-500.eot?#iefix") format("embedded-opentype"), url("../fonts/poppins-v15-latin-500.woff2") format("woff2"), url("../fonts/poppins-v15-latin-500.woff") format("woff"), url("../fonts/poppins-v15-latin-500.ttf") format("truetype"), url("../fonts/poppins-v15-latin-500.svg#Poppins") format("svg");
  /* Legacy iOS */
}
/* poppins-600 - latin */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/poppins-v15-latin-600.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/poppins-v15-latin-600.eot?#iefix") format("embedded-opentype"), url("../fonts/poppins-v15-latin-600.woff2") format("woff2"), url("../fonts/poppins-v15-latin-600.woff") format("woff"), url("../fonts/poppins-v15-latin-600.ttf") format("truetype"), url("../fonts/poppins-v15-latin-600.svg#Poppins") format("svg");
  /* Legacy iOS */
}
*, ::before, ::after {
  margin: 0;
  box-sizing: border-box;
}

html {
  font-size: 10px;
}

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
  color: #191919;
}

main {
  margin: 8rem 2rem 0;
}

h1 {
  font-size: 4.6rem;
  line-height: 5.6rem;
}

h2 {
  font-size: 3.6rem;
  line-height: 4.6rem;
}

h3 {
  font-size: 3rem;
  line-height: 4.5rem;
  font-weight: 400;
}

h4 {
  font-size: 2.6rem;
  line-height: 3.8rem;
  font-weight: 500;
}

p {
  font-size: 2rem;
  line-height: 3.2rem;
  hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
}

a {
  text-decoration: none;
  font-size: 2rem;
  color: #191919;
}

ul {
  padding-left: 2.2rem;
  list-style-type: square;
  margin: 2rem 0;
}

li {
  font-size: 2rem;
  line-height: 3.2rem;
}

li::marker {
  color: #e73331;
}

.anker {
  scroll-margin-top: 8rem;
}

header {
  width: 100%;
  height: 8rem;
  display: flex;
  align-items: center;
  padding: 0 2rem;
  justify-content: space-between;
  position: fixed;
  top: 0;
  z-index: 1000;
  background-color: #fff;
}

.logo {
  width: 14.5rem;
  height: 5.5rem;
  background-image: url(../img/alpframe-design-logo.svg);
  background-size: 100% 100%;
}

.logo a {
  display: block;
  height: 100%;
  width: 100%;
}

nav a {
  color: #191919;
  font-size: 1.7rem;
  font-weight: 500;
  margin-left: 5rem;
  transition: all 0.2s;
}
nav a:hover {
  color: #e73331;
}
nav ul {
  list-style-type: none;
}
nav #menu {
  display: inline;
}
nav #menu li {
  display: inline-block;
}

.menu_active {
  color: #e73331;
}

.hamburger-container {
  display: none;
}

.hidden {
  opacity: 0;
}

#kopfbereich {
  background-color: #F2F2F2;
  width: 100%;
  height: calc(100vh - 10rem);
  position: relative;
}

.haupttitel {
  display: inline;
  float: left;
  width: 50%;
  margin-left: -80%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.haupttitel h1 {
  padding: 4rem 0;
  background-image: linear-gradient(to right, #f2f2f2 65%, rgba(242, 242, 242, 0) 65%);
}

.btn_link {
  color: #e73331;
  text-transform: uppercase;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.1rem;
}
.btn_link::after {
  content: url(../img/Pfeil.svg);
  display: inline-block;
  padding-left: 1rem;
  transform: translate(0, 0.2rem);
  transition: all 0.3s ease-out;
}
.btn_link:hover {
  color: #cd1a18;
}
.btn_link:hover::after {
  transform: translate(0.3rem, 0.2rem);
  filter: brightness(85%);
}

.hauptbild {
  position: relative;
  display: inline;
  float: left;
  width: 60%;
  margin-left: 30%;
  height: 100%;
}
.hauptbild img, .hauptbild div {
  position: absolute;
  top: 0;
  left: 0;
}
.hauptbild .rahmen {
  margin-top: 10%;
  height: 70%;
  border: 0.5rem solid #e73331;
  width: 95%;
}
.hauptbild img {
  height: 100%;
  width: auto;
  margin-left: 100%;
  transform: translateX(-100%);
}

.scroll {
  margin-left: 10%;
  position: absolute;
  bottom: 2rem;
  display: flex;
  gap: 0.8rem;
}
.scroll .bild_desktop {
  display: inline;
}
.scroll .bild_mobile {
  display: none;
}
.scroll a {
  color: #898989;
  font-size: 1.2rem;
  line-height: 2.4rem;
}

#gruende {
  display: flex;
  align-items: baseline;
  gap: 6rem;
  width: 80%;
  margin-left: 10%;
  padding: 6rem 0 6rem 0;
}
#gruende ul {
  list-style-type: none;
}
#gruende li {
  font-size: 2.6rem;
  line-height: 3.6rem;
  margin: 2rem 0;
}
#gruende span {
  color: #e73331;
}

#leistungen {
  background-color: #212121;
}

.leistungen_kopfbereich {
  background-color: #212121;
  text-align: center;
  padding: 12rem 0 4rem;
  position: relative;
}
.leistungen_kopfbereich h2 {
  color: #fff;
  font-size: 4.6rem;
  margin-bottom: 2.8rem;
}
.leistungen_kopfbereich h3 {
  color: #EB5B5A;
}

.leistungen_box {
  padding: 6rem 10%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 4rem;
  align-items: center;
}

.leistungen_text h2 {
  margin-bottom: 1.5rem;
  color: #fff;
}
.leistungen_text p {
  color: #898989;
}

.leistungen_bild {
  justify-self: center;
}
.leistungen_bild img {
  border: 6px solid #fff;
  border-radius: 20px;
  max-height: 37rem;
  max-width: 47rem;
}

.leistungen_kontakt {
  background-color: #212121;
  text-align: center;
  padding: 4rem 0 12rem;
  color: #fff;
}
.leistungen_kontakt h3 {
  margin-bottom: 3rem;
}

.btn {
  color: #191919;
  font-size: 1.8rem;
  font-weight: 500;
  background-color: #EB5B5A;
  display: inline-block;
  padding: 0.8rem 1.6rem;
  border-radius: 0.6rem;
  transition: all 0.3s ease-out;
}
.btn:hover {
  background-color: #ee7271;
}

.jetzt_starten_kopfbereich {
  text-align: center;
  padding: 12rem 0 4rem;
}

.schritte {
  display: grid;
  grid-column-gap: 4rem;
  grid-template-columns: 1fr 1fr 1fr;
  margin-left: 10%;
  width: 80%;
  margin-bottom: 6rem;
}
.schritte .ueberschrift {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-column-gap: 1.2rem;
  align-items: center;
}

#jetzt_starten {
  margin-bottom: 6rem;
}
#jetzt_starten .zahl {
  font-size: 8rem;
  font-weight: 300;
  color: #e73331;
}
#jetzt_starten h3 {
  color: #e73331;
}
#jetzt_starten p {
  color: #636363;
}
#jetzt_starten .btn_link {
  margin-left: 10%;
}

#referenzen {
  margin-bottom: 6rem;
}

.referenzen_kopfbereich {
  text-align: center;
  padding: 6rem 0 4rem;
}
.referenzen_kopfbereich h3 {
  color: #e73331;
}

.referenzen_box_links {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  align-items: center;
  padding-right: 10%;
  margin: 2rem 0;
  grid-template-areas: "bild text";
}

.referenzen_box_rechts {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  align-items: center;
  padding-left: 10%;
  margin: 2rem 0;
  grid-template-areas: "text bild";
}

.referenzen_bild {
  grid-area: bild;
}
.referenzen_bild img {
  width: 100%;
  height: auto;
}

.referenzen_text {
  grid-area: text;
}
.referenzen_text p, .referenzen_text li {
  color: #636363;
}
.referenzen_text li::marker {
  color: #636363;
}
.referenzen_text a {
  text-transform: uppercase;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.1rem;
}

#ueber_alpframe {
  width: 90%;
  margin-left: 10%;
  padding: 13rem 0 4rem 0;
}

.bild_text {
  position: relative;
  display: grid;
}
.bild_text img {
  width: 50%;
  position: absolute;
  z-index: 1;
  margin-top: -13rem;
}

.textbox {
  background-color: #fff;
  padding: 7rem;
  width: 60%;
  z-index: 2;
  margin-left: 40%;
}
.textbox h2 {
  margin-bottom: 1.5rem;
}
.textbox ul {
  margin: 1.5rem 0;
}
.textbox p, .textbox li {
  color: #636363;
}
.textbox span {
  width: 12rem;
  display: inline-block;
  font-weight: 500;
}
.textbox .zwischenueberschrift {
  font-weight: 500;
  color: #191919;
  margin-top: 3.5rem;
  font-size: 2.4rem;
}

#kontakt {
  background-color: #F2F2F2;
  height: calc(100vh - 5rem - 8rem);
  position: relative;
}

.kontaktblock {
  margin-left: 10%;
  width: 80%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.kontakttitel {
  margin: 8rem 0 6rem 0;
}

.kontaktinhalt {
  display: flex;
  align-items: flex-start;
}

.kontaktmoeglichkeiten {
  width: 30%;
  font-size: 1.8rem;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-column-gap: 2.5rem;
  grid-row-gap: 4rem;
  align-items: center;
}
.kontaktmoeglichkeiten img {
  width: 4.5rem;
  height: 4.5rem;
}
.kontaktmoeglichkeiten span {
  font-weight: 600;
}
.kontaktmoeglichkeiten a {
  transition: all 0.3s ease-out;
}
.kontaktmoeglichkeiten a:hover {
  color: #666666;
}

.mobile_only {
  display: none;
}

.kontaktformular form {
  width: 70%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
.kontaktformular form textarea {
  grid-column: 1/3;
}
.kontaktformular form input[type=submit] {
  grid-column: 1/3;
  justify-self: end;
}

input, textarea {
  border: 0.1rem solid #DEDEDE;
  border-radius: 0.6rem;
  padding: 1rem 1.6rem;
  font-size: 1.8rem;
  font-family: "Poppins", sans-serif;
  resize: none;
}

input {
  display: inline-block;
}

input[type=submit] {
  -webkit-appearance: none;
  font-size: 1.8rem;
  font-weight: 500;
  background-color: #e73331;
  color: #fff;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
input[type=submit]:hover {
  background-color: #cd1a18;
}

.alert {
  color: #548660;
  font-size: 1.8rem;
  font-weight: 500;
}

footer {
  padding: 0 2rem;
  height: 5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer p, footer a {
  font-size: 1.3rem;
  color: #898989;
}
footer a {
  margin-left: 2rem;
}

.rechtliches {
  margin: 11rem 10% 4rem 10%;
  width: 80%;
  min-height: calc(100vh - 20rem);
}
.rechtliches h1 {
  margin-bottom: 3rem;
  font-size: 3.6rem;
  line-height: 4.6rem;
}
.rechtliches h2 {
  font-size: 2rem;
  line-height: 3.2rem;
  margin: 2rem 0 0.5rem 0;
}
.rechtliches h3 {
  font-size: 2rem;
  line-height: 3.2rem;
  margin: 2rem 0 0.5rem 0;
}
.rechtliches h4 {
  font-size: 1.6rem;
  line-height: 2.2rem;
  font-weight: 600;
  margin: 1rem 0 0.5rem 0;
}
.rechtliches p, .rechtliches a, .rechtliches li {
  font-size: 1.6rem;
  line-height: 2.2rem;
}

@media only screen and (max-width: 800px) {
  html {
    font-size: 8px;
  }

  main {
    margin-left: 2%;
    margin-right: 2%;
  }

  h1 {
    font-size: 3.3rem;
    line-height: 4rem;
  }

  h2 {
    font-size: 3rem;
    line-height: 4rem;
  }

  .hamburger-container {
    display: block;
    width: 30px;
    margin: 1.2em 0;
    height: 20px;
    cursor: pointer;
    float: right;
  }

  .rot45deg {
    transform: rotate(45deg);
    top: 9px !important;
  }

  .rot-45deg {
    transform: rotate(-45deg);
  }

  ul.hamburger {
    display: block;
  }

  ul.hamburger li:nth-child(1) {
    top: 0;
  }

  ul.hamburger li:nth-child(2) {
    top: 6px;
  }

  ul.hamburger li:nth-child(3) {
    top: 12px;
  }

  nav #menu {
    display: none;
    position: absolute;
    top: 8rem;
    left: 0;
    width: 100%;
  }
  nav #menu li {
    display: block;
  }
  nav ul {
    margin: 0;
    padding: 0;
  }
  nav ul#menu li a {
    width: 100%;
    display: block;
    background-color: #fff;
    color: #191919;
    font-size: 2.4rem;
    padding: 2rem 5%;
    text-decoration: none;
    margin: 0;
  }
  nav ul.hamburger {
    margin: 0;
    padding: 0;
  }
  nav ul.hamburger li {
    height: 3px;
    background: #191919;
    content: "";
    position: relative;
    transition: 0.25s ease-in-out;
  }

  #kopfbereich {
    height: calc(100vh - 8rem);
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr auto;
    grid-template-areas: "text" "bild" "scroll";
  }

  .haupttitel {
    position: relative;
    margin: 2rem 5% 3rem 5%;
    width: 90%;
    top: 0;
    transform: none;
    grid-area: text;
  }
  .haupttitel h1 {
    padding: 4rem 0;
    background-image: none;
  }

  .hauptbild {
    height: 100%;
    margin: 0;
    width: 100%;
    grid-area: bild;
    overflow: hidden;
  }
  .hauptbild .rahmen {
    width: 90%;
    margin-left: 5%;
  }

  .scroll {
    grid-area: scroll;
    margin: 2% auto;
    position: relative;
    bottom: 0;
  }
  .scroll .bild_desktop {
    display: none;
  }
  .scroll .bild_mobile {
    display: inline;
  }

  #gruende {
    width: 90%;
    margin-left: 5%;
    flex-direction: column;
    gap: 0;
  }
  #gruende ul {
    padding: 0;
  }

  .leistungen_box {
    padding: 4rem 5%;
    grid-template-columns: 1fr;
    grid-template-areas: "leistungen_bild" "leistungen_text";
    grid-row-gap: 4rem;
  }

  .leistungen_text {
    width: 100%;
    margin: 0;
    grid-area: leistungen_text;
  }

  .leistungen_bild {
    grid-area: leistungen_bild;
    text-align: center;
  }
  .leistungen_bild img {
    border: 4px solid #fff;
    border-radius: 10px;
    max-height: 30rem;
    max-width: 80%;
  }

  .leistungen_kontakt {
    padding-left: 5%;
    padding-right: 5%;
  }

  .jetzt_starten_kopfbereich {
    padding: 12rem 5% 4rem;
  }

  .schritte {
    display: grid;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    margin-left: 5%;
    width: 90%;
  }

  #jetzt_starten .btn_link {
    margin-left: 5%;
  }

  .referenzen_box_links {
    grid-template-columns: 1fr;
    margin: 1rem 0;
    padding: 5%;
    grid-template-areas: "bild" "text";
  }

  .referenzen_box_rechts {
    grid-template-columns: 1fr;
    margin: 1rem 0;
    grid-auto-flow: row dense;
    padding: 5%;
    grid-template-areas: "bild" "text";
  }

  .referenzen_text {
    padding: 5% 0;
  }

  #ueber_alpframe {
    width: 100%;
    margin-left: 0;
    padding: 0;
  }

  .bild_text {
    grid-template-columns: 1fr;
  }
  .bild_text img {
    position: relative;
    width: 100%;
    margin-top: 0;
  }

  .textbox {
    padding: 7rem 5%;
    width: 100%;
    margin-left: 0;
  }

  #kontakt {
    height: auto;
    position: relative;
    padding: 3rem 0 7rem;
  }

  .kontaktblock {
    width: 90%;
    position: relative;
    top: 0;
    transform: none;
    float: none;
    display: block;
    margin: 0 5%;
  }

  .kontakttitel {
    margin: 4rem 0 3rem 0;
  }

  .kontaktinhalt {
    flex-direction: column;
    align-items: stretch;
    gap: 6rem;
  }

  .kontaktmoeglichkeiten {
    width: 100%;
    grid-column-gap: 1.5rem;
    grid-row-gap: 2rem;
  }

  .mobile_only {
    display: block;
  }

  .kontaktformular form {
    width: 100%;
    grid-template-columns: 1fr;
  }
  .kontaktformular form textarea {
    grid-column: 1/2;
  }
  .kontaktformular form input[type=submit] {
    grid-column: 1/2;
  }

  footer {
    padding: 0 2rem;
    height: 5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  footer p, footer a {
    font-size: 1.5rem;
  }
  footer a {
    margin-left: 2rem;
  }
  footer .text_desktop {
    display: none;
  }

  .rechtliches {
    margin: 11rem 5% 4rem 5%;
    width: 90%;
  }
}
@media only screen and (min-width: 300px) and (max-width: 350px) {
  h1 {
    font-size: 3rem;
    line-height: 4rem;
  }
}
@media only screen and (min-width: 401px) and (max-width: 600px) {
  h1 {
    font-size: 3.5rem;
    line-height: 4.5rem;
  }
}
@media only screen and (min-width: 601px) and (max-width: 800px) {
  h1 {
    font-size: 4rem;
    line-height: 5rem;
  }
}
@media only screen and (min-width: 801px) and (max-width: 1000px) {
  html {
    font-size: 8px;
  }

  h1 {
    font-size: 3rem;
    line-height: 4rem;
  }

  #kopfbereich {
    height: calc(60vh - 10rem);
  }
}
@media only screen and (min-width: 1001px) and (max-width: 1200px) {
  html {
    font-size: 9px;
  }

  h1 {
    font-size: 3.2rem;
    line-height: 4.2rem;
  }

  #kopfbereich {
    height: calc(80vh - 10rem);
  }
}
@media only screen and (min-width: 1201px) and (max-width: 1400px) {
  h1 {
    font-size: 3.6rem;
    line-height: 4.6rem;
  }
}
@media only screen and (min-width: 801px) and (max-width: 1300px) {
  .kontaktinhalt {
    flex-direction: column;
    gap: 4rem;
  }

  .kontaktmoeglichkeiten {
    width: auto;
    grid-template-columns: auto 1fr auto 1fr;
  }
}
@media only screen and (min-width: 1201px) and (min-height: 1001px) {
  #kopfbereich {
    height: calc(80vh - 10rem);
  }
}
@media only screen and (min-width: 2001px) and (min-height: 1001px) {
  #kopfbereich {
    height: calc(50vh - 10rem);
  }
}

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