/* playfair-display-sc-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Playfair Display SC';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/playfair-display-sc-v17-latin/playfair-display-sc-v17-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* playfair-display-sc-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Playfair Display SC';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/playfair-display-sc-v17-latin/playfair-display-sc-v17-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@font-face {
  font-family: 'Playfair var';
  src: url('../fonts/playfair/Playfair[opsz,wdth,wght].ttf') format('truetype');
  font-display: swap;
}
/* roboto-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/roboto-v47-latin/roboto-v47-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-v47-latin/roboto-v47-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}




/* Reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Roboto", sans-serif;
  line-height: 1.5;
  background-color: #fafafa;
  color: #000;
  width: 100%;
  scroll-behavior: smooth; 
  overflow-x: hidden;
  height: calc(var(--vh) * 100);
}

a {
  color: inherit;
  text-decoration: none;
}

section {
  padding: 20px;
}
@media (min-width: 1024px) {
  section {
    padding: 4rem;
  }
  
}

/* ========== Intro Texteeeeee ========== */
.intro-text {
  padding: 0rem 0rem;
  max-width: 800px;
  text-align: left;
  margin-top: 7rem;
}
.intro-text h2 {
  font-size: 2.5rem;
  font-family: 'Roboto';
  text-transform: none;
  font-weight: 400;
  padding-top: 2rem;
  padding-left: 4rem;
  text-align: left;
}
.intro-text p {
  font-size: 1rem;
  font-weight: 300;
  color: #646464;
}
@media (max-width: 1024px) {
  .intro-text h2 {
    padding-left: 1.5rem;
  }
}
@media (max-width: 768px) {
  .intro-text h2 {
    font-size: 1.8rem;
    padding-left: 1rem;
  }
}

h3 {
  font-size: 1.5rem;
  font-family: 'Roboto';
  text-transform: none;
  font-weight: 400;
  padding-top: 1rem;
  text-align: left;
}

@media (max-width: 768px) {
  h3 {
    font-size: 1.3rem;
  }
}

p {
  font-family: 'Roboto';
  font-size: 1rem;
  font-weight: 300;
  color: #5d5d5d;
  padding-bottom: 2rem;
  margin: 0.5rem;
  margin-left: 1.7rem;
  line-height: 1.4rem;
}

.main-head {
  margin: 1rem 0rem;
}


.main-text-storno {
  display: flex;
  justify-content: space-between;
  margin-left: 1.7rem;
  max-width: 70vh;
  flex-direction: column;
  gap: .25rem;
  padding-bottom: 2rem;
}
.main-text-storno h4 {
  font-size: 1rem;
  font-family: 'Roboto';
  text-transform: none;
  font-weight: 400;
  padding-top: 0rem;
  text-align: left;
  padding-bottom: .5rem;
}

.main-text-storno-row {
  position: relative;
  display: flex;
  justify-content: space-between;
  max-width: 70vh;
}
.main-text-storno-row::after {
  content: "";
  position: absolute;
  top: 2rem; /* Abstand der Linie vom Text; hier 10px oberhalb des Elements, passe den Wert nach Bedarf an */
  left: 0;
  right: 0;
  height: 1px; /* Dicke der Linie */
  background-color: rgba(0, 0, 0, 0.5);
}

.main-text-storno-left {
  justify-content: left;
  width: fit-content;
  flex-wrap: nowrap;
}
.main-text-storno-left p {
  font-family: 'Roboto';
  font-size: 1rem;
  font-weight: 300;
  color: #5d5d5d;
  line-height: 1.4rem;
  text-align: left;
  margin: 0;
  padding: .25rem 0;
}

.main-text-storno-right {
  justify-content: left;
  width: fit-content;
  flex-wrap: nowrap;
}
.main-text-storno-right p {
  font-family: 'Roboto';
  font-size: 1rem;
  font-weight: 300;
  color: #5d5d5d;
  line-height: 1.4rem;
  text-align: left;
  margin: 0;
  padding: .25rem 0;
  flex-wrap: nowrap;
}



@media (max-width: 768px) {
  p {
    margin-left: 0;
  }
  .main-text-storno {
    margin: 0;
  }
}


.sign {
  margin-top: 4rem;
  margin-bottom: -6rem;
}