/* quicksand-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: 'Quicksand';
  font-style: normal;
  font-weight: 300;
  src: url('../css/fonts/quicksand-v31-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* quicksand-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: 'Quicksand';
  font-style: normal;
  font-weight: 400;
  src: url('../css/fonts/quicksand-v31-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* quicksand-500 - 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: 'Quicksand';
  font-style: normal;
  font-weight: 500;
  src: url('../css/fonts/quicksand-v31-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* quicksand-600 - 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: 'Quicksand';
  font-style: normal;
  font-weight: 600;
  src: url('../css/fonts/quicksand-v31-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* quicksand-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: 'Quicksand';
  font-style: normal;
  font-weight: 700;
  src: url('../css/fonts/quicksand-v31-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Courgette';
  font-style: normal;
  font-weight: 400;
  src: url('../css/fonts/courgette-v17-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}





* {
 
  padding: 0;
  
  text-decoration: none;
  
}

a {
  text-decoration: none;
  font-size: larger;
  font-family: "Quicksand";
}
.textlinks {
  text-decoration: underline;
}
h1,


h4{
  color: #f69800;
}
h5,
h6 {
  font-family: "Waiting for the sunrise", serif;
 
  color: #ffffff;
}
/* ---Header and Nav--- */



.logo {
  padding-left: 10%;
  padding-top: 5%;
  height: 15vw;
}

h1{
  color: #2d0f0c;
  font-family: "courgette";
 font-size: 3.5vw;
  font-weight: 800;
  padding-top: 3%;
}
h2{
  color: #2d0f0c;
  font-family: "courgette";
 font-size: 3.8vw;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
}


.nav-link {
  font-family: "Quicksand";
  color: #894a0e;
  font-size: 1.4vw;
  padding-top: 1.2em;
  font-weight: 600;
}

.nav-link2 {
  font-family: "Quicksand";
  color: #d49612;
  font-size: 1.4vw;
  margin-bottom: 1em;
  line-height: 1rem;
  text-align: right;
}
.nav-link2.active{
  font-family: "Quicksand";
  font-weight: 700;
  color: #ffffff;
  font-size: 1.4vw;
  margin-bottom: 1em;
  line-height: 1rem;
  text-align: right;
}

.nav-link3.active{
  font-family: "Quicksand";
  font-weight: 700;
  color: #ffffff;
  font-size: 1.4vw;
  margin-bottom: 1em;
  line-height: 1rem;
  text-align: right;
  
}
.nav-link3.{
  font-family: "Quicksand";
  font-weight: 700;
  color: #ffffff;
  font-size: 1.4vw;
  margin-bottom: 1em;
  line-height: 1rem;
  text-align: right;
  
}

.nav-link:hover {
  color: #ffd38d;
}

.logo-link {
  position: absolute;
  left: 2rem;
  top: 2rem;
  display: flex;
  flex-direction: column;
  width: 15%;
}
@media (max-width: 768px) {
  .logo-link {
    left: 1.5rem;
    top: 1.5rem;
    width: 20%;
  }
}
@media (max-width: 576px) {
  .logo-link {
    left: 1rem;
    top: 1rem;
    width: 25%;
  }
}


/* ---BurgerMenu--- */
.burger {
  display: none;
  cursor: pointer;
 
}
.bar {
  display: block;
  width: 25px;
  height: 3px;
  margin: 5px auto;
  transition: all 0.3s ease-in-out;
 
}






/* ---Footer--- */
footer {
  position: relative;
  width: 100%;

  min-height: 100px;
  padding: 20px 50px;
  margin-top: 1rem;
  display: flex;
  justify-content: center;
  text-align: right;
  flex-direction: row;
  font-family: "Quicksand";
}

footer-a {
  position: relative;
  width: 100%;

  min-height: 100px;
  padding: 20px 50px;
  
  display: end;
  justify-content: center;
  text-align: right;
  
}


.footer_content {
  position: relative;
  display: flex;
  width: min(1290px, 90%);
  justify-content: space-between;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
footer nav {
  display: flex;
  height: 5rem;
 
}
footer ul {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
}
footer li {
  text-align: right;
  margin: 0 6px 0 6px;
  font-family: "Quicksand";
}
footer a {
  color: #f5d878;
  font-size: 1.5em;
  line-height: 2.6rem;

}
footer a:hover,
footer a:focus {
  border-bottom: solid 3px #f5d878;
  transition-duration: 0.4s;
  transition-timing-function: ease-in-out;
}
footer p {
  color: #f5d878;
  line-height: 1rem;
  text-align: right;
}


/* ---Typo--- */
p,
.p {
  color: #2d0f0c;
  margin-bottom: 0.5rem;
  font-family: "Quicksand", sans-serif;
  font-size: larger;
  line-height: 175%; 
}
h2,
.h2 {
  margin-bottom: 2.5rem;
  margin-right: -10%;
}


h4,
.h4 {
  margin-top: 2em;
  margin-bottom: 1em;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "courgette";
}

h2{
 
  padding-right: 5%;
}


  .navigation li {
    margin: 8px 0;
  }
   .nav-link {
    font-size:1.5em;
  }


  .burger {
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
    z-index: 3;
    position: relative;
    left: 48.6vw;
  }
  .burger.open .bar:nth-child(2) {
    opacity: 0;
  }
  .burger.open .bar:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }
  .burger.open .bar:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }
  .navbar-toggler-icon{
    color: #ffffff;
    text-align: right;
  }
  .navigation {
    display: flex;
  }
  .navigation nav {
    position: absolute;
    left: 0;
  }
  .nav-menu {
    position: absolute;
    left: -100vw;
    top: 57px;
    gap: 0;
    flex-direction: column;
   
    width: 100vw;
    text-align: center;
    transition: 0.2s ease-in-out;
    z-index: 2;
    padding: 0;
  } 
  .nav{
    padding-left: 5%;
  
  }
  .nav2{
    padding-left: 70%;
  
  }

  .navigation li {
    margin: 8px 0;
  }
   .nav-link {
    font-size:1.5em;
  }

  .nav-menu.open {
    height: 50vh; /* Die Hälfte der Bildschirmhöhe */
    background-color: #2d0f0c; /* Hintergrundfarbe der aufgeklappten Burger-Navigation */
    position: fixed; /* Fixiert die Navigation, damit sie bei Bedarf über dem Inhalt bleibt */
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999; /* Damit das Menü über anderen Elementen liegt */
    opacity: 0.85; /* Transparenz anpassen, falls gewünscht */
  }

  
  .link-primary{
    color: #000000;
    font-family: "Quicksand";
    padding-left: 20%;
  }
 

 
    .firma1{
      visibility: hidden;
    }
  
  .schrift{
    padding-right: 50%;
  }
  @media (min-width: 991px){
    .col-lg-4
    h4{
      padding-bottom: 50%;
      font-family:"nothing you could do" ;
      margin-left: 2%;
      font-size: 2.4vw;
    }
  }
  h5{
    display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10%;
    font-family: "Quicksand";
  }
  


  ------------------------------------------------------------


.container{
  background-color: #2d0f0c;
}
.row.y1 {
  padding-top: 5%;
  padding-left: 5%;
  padding-right: 5%;
}
.row.y3 {
  padding: 5%;
}
.row.y10{
  padding-top: 5%;
}
.row.y11{
  padding-top: 5%;
}
.y2{
  background-color: #f5d878; 
  color: #2d0f0c; 
  font-family: courgette, sans-serif; 
  font-weight: 800; 
  font-size: 1.9rem; 
  text-align: left;
  padding-left: 10%;
  padding-top: 5%;
}.y42{
  background-color: #f5d878; 
  color: #2d0f0c; 
  font-family: courgette, sans-serif; 
  font-weight: 800; 
  font-size: 2.2rem; 
  text-align: left;
  padding-left: 10%;
  padding-top: 5%;
  opacity: 0.85;
}



.y22{
  background-color: #f5d878; 
  color: #2d0f0c; 
  font-family: courgette, sans-serif; 
  font-weight: 800; 
  font-size: 1.9rem; 
  text-align: center;

  padding-top: 5%;
}

.y32{
  background-color: #f5d878; 
  color: #2d0f0c; 
  font-family: quicksand, sans-serif; 
  font-weight: 600; 
  font-size: 1.4rem; 
  text-align:left;
  padding-left: 10%;
  padding-right: 10%;
  padding-bottom: 10%;
  padding-top: 5%;
  opacity: 0.85;
}

.y4{
  background-color: #2d0f0c; 
  color: #f5d878; 
  font-family: courgette, sans-serif; 
  font-weight: 800; 
  font-size: 1.9rem; 
  text-align: center;
  padding-top: 5%;
  padding-right: 5%;
  padding-left: 5%;
  opacity: 0.85;
}

.y5{
  background-color: #2d0f0c; 
  color: #f5d878; 
  font-family: quicksand, sans-serif; 
  font-weight: 600; 
  font-size: 1.2rem; 
  text-align:left;
  padding-left: 10%;
  padding-top: 10%;
  padding-bottom: 10%;
  padding-right: 30%;opacity: 0.85;

}

.y50{
  background-color: #2d0f0c; 
  color: #f5d878; 
  font-family: quicksand, sans-serif; 
  font-weight: 600; 
  font-size: 1.2rem; 
  text-align:left;
  padding-left: 10%;
  padding-top: 10%;
  padding-bottom: 10%;
  padding-right: 10%;
  opacity: 0.85;

}

.y6{
  background-color: #f5d878; 
  color: #2d0f0c; 
  font-family: quicksand, sans-serif; 
  font-weight: 600; 
  font-size: 1.2rem; 
  text-align:left;
  padding: 10%;
  opacity: 0.85;

}

.y7{
  background-color: #f5d878; 
  color: #2d0f0c; 
  font-family: courgette, sans-serif; 
  font-weight: 800; 
  font-size: 1.9rem; 
  text-align: center;
  padding-top: 5%;
  opacity: 0.85;

 
}


.y12{
  background-color: #f5d878; 
  color: #2d0f0c; 
  font-family: quicksand, sans-serif; 
  font-weight: 600; 
  font-size: 1.2rem; 
  text-align:left;
  padding-left: 10%;
  padding-right: 10%;
  padding-bottom: 10%;
  padding-top: 5%;
}
h1{
  font-size: 3.2em;
}

.navbar {
  position: relative;
  padding-left: 5%;
  padding-right: 5%;
}

.navbar-toggler {
  position: absolute;
  right: 5%;
}



h1 {
  margin-left: 10px;
  display: inline-block;
}

.sticky-header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1030; /* Ensure it's above other content */
  width: 100%;
  background-color: #f5d878; 
  
}

header {
  background-color: #f5d878;
  padding: 5px 0;
  opacity: 0.8; /* 80% opaque, 20% transparent */
}


.img-fluid {
  padding-top: 20%;
}



Laptop Version


body {
  background-image: url('img/GOLD ganze seite.png');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover; /* optional, um das Bild vollständig zu skalieren */
}

#about-section .col-md-4 {
  background-color: #f5d878; /* Hintergrundfarbe (helles Gelb) */
  padding: 20px; /* Abstand innerhalb des divs */
  opacity: 0.85;

  
}

.ornament {
  position: absolute;
  bottom:5%;
  right: 5%;
  width: 21%; /* Anpassung der Bildgröße nach Bedarf */
  height: auto;
}

.yvonne {
  position: relative; /* Stellt sicher, dass das Bild innerhalb des div .yvonne positioniert wird */
}

.ornament2 {
  position: absolute;
  bottom:5%;
  right: 5%;
  width: 20%; /* Anpassung der Bildgröße nach Bedarf */
  height: auto;
}

.y5 {
  position: relative; /* Stellt sicher, dass das Bild innerhalb des div .yvonne positioniert wird */
}

.ornament4 {
  position: absolute;
  bottom:5%;
  right: 5%;
  width: 20%; /* Anpassung der Bildgröße nach Bedarf */
  height: auto;
}

.y50 {
  position: relative; /* Stellt sicher, dass das Bild innerhalb des div .yvonne positioniert wird */
}

.ornament3 {
  position: absolute;
  bottom:5%;
  left: 5%;
  width: 20%; /* Anpassung der Bildgröße nach Bedarf */
  height: auto;
}

.y50 {
  position: relative; /* Stellt sicher, dass das Bild innerhalb des div .yvonne positioniert wird */
}

