/* Color Theme Swatches in Hex */
.Brown-Color-Theme-Webcore-Website-1-hex { color: #BF9E80; }
.Brown-Color-Theme-Webcore-Website-2-hex { color: #D9C3B0; }
.Brown-Color-Theme-Webcore-Website-3-hex { color: #8C7161; }
.Brown-Color-Theme-Webcore-Website-4-hex { color: #F2F2F2; }
.Brown-Color-Theme-Webcore-Website-5-hex { color: #0D0D0D; }

/* Color Theme Swatches in RGBA */
.Brown-Color-Theme-Webcore-Website-1-rgba { color: rgba(191, 158, 128, 1); }
.Brown-Color-Theme-Webcore-Website-2-rgba { color: rgba(217, 195, 176, 1); }
.Brown-Color-Theme-Webcore-Website-3-rgba { color: rgba(140, 113, 97, 1); }
.Brown-Color-Theme-Webcore-Website-4-rgba { color: rgba(242, 242, 242, 1); }
.Brown-Color-Theme-Webcore-Website-5-rgba { color: rgba(13, 13, 13, 1); }

/* Color Theme Swatches in HSLA */
.Brown-Color-Theme-Webcore-Website-1-hsla { color: hsla(28, 32, 62, 1); }
.Brown-Color-Theme-Webcore-Website-2-hsla { color: hsla(27, 35, 77, 1); }
.Brown-Color-Theme-Webcore-Website-3-hsla { color: hsla(22, 18, 46, 1); }
.Brown-Color-Theme-Webcore-Website-4-hsla { color: hsla(0, 0, 94, 1); }
.Brown-Color-Theme-Webcore-Website-5-hsla { color: hsla(0, 0, 5, 1); }

html, body {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    background-color: #BF9E80;
    width: 100vw;
    overflow-x: hidden;
    scroll-behavior: smooth;
}
*, *::before, *::after {
    box-sizing: inherit;
}

.de {
    display: none;
}

header {
    background-color: #BF9E80;
    width: 100vw;
    height: 100px;
    box-shadow: 0 8px 24px -8px #BF9E80;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1000;
    padding-left: 10vw;
    padding-right: 10vw;

    opacity: 0;
    animation: heroTitleGrow 1.5s cubic-bezier(0.4, 0.2, 0.2, 1) forwards;
}

.section-hero {
    margin: 0;
    padding: 0;
    background-image: url('img/hero-img.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
header a {
    height: 60%;
}
header a img {
    height: 100%;
}
nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 60px;
}
nav a {
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    color: #0D0D0D;
    font-size: 1.2em;
    letter-spacing: 0.5pt;
    transition: all 0.2s ease;
}
nav a:hover {
    color: #0d0d0d9b;
    transition: all 0.2s ease;
}
nav button {
    background-color: #D9C3B0;
    color: #0D0D0D;
    border: none;
    padding: 10px 20px;
    border-radius: 29pt;
    font-size: 1.1em;
    cursor: pointer;
    box-shadow: 1pt 3pt 9pt #0D0D0D20;
    transition: all 0.4s ease;
    
    opacity: 0;
    animation: heroTitleGrow 1.5s cubic-bezier(0.4, 0.2, 0.2, 1) forwards;
}
nav button:hover {
    background-color: #d9c3b089;
    transition: all 0.4s ease;
}

.placeholder {
    height: calc(65vh - 100px);
    width: 100vw;
}
.section-hero-title {
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 35vh;
    width: 100vw;
    background-color: #BF9E80;
    box-shadow: 0px -50px 50px #BF9E80;
}
.section-hero-title img {
    max-width: 95%;
}
.section-hero-title img{
    opacity: 0;
    transform: scale(0.9);
    animation: heroTitleGrow 1.5s cubic-bezier(0.4, 0.2, 0.2, 1) forwards;
}
@keyframes heroTitleGrow {
    to {
        opacity: 1;
        transform: scale(1);
    }
}


.section-about {
    min-height: 85vh;
    height: fit-content;
    background-color: #F2F2F2;
    padding: 20px;
}

.section-about p {
    min-width: 60%;
}
.about-title {
    max-width: 50%;
    transform: scale(0.9);
    opacity: 0;
    animation: heroTitleGrow 1.5s cubic-bezier(0.4, 0.2, 0.2, 1) forwards;
}
.about-content {
    margin: 10px 0;
    max-width: 70%;
    font-size: 1.2em;
    font-family: 'Inter', Arial, Helvetica, sans-serif;
    font-weight: 200;
}
.about-content a {
    color: #0D0D0D;
}


.section-portfolio {
    background-color: #bf9e80c7;
    width: 100vw;
    min-height: 50vh;
    height: fit-content;
    padding: 20px;
    margin-bottom: 100px;
}

 .portfolio-title {
    max-width: 70%;
    transform: scale(0.9);
    opacity: 0;
    animation: heroTitleGrow 1.5s cubic-bezier(0.4, 0.2, 0.2, 1) forwards;
}
.gallery-container {
  overflow: hidden;
  position: relative;
}
.gallery-wrapper {
  display: flex;
  transition: transform 0.3s ease-in-out;
}
.gallery-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
}

.gallery-item img {
    width: 370px;
    flex-shrink: 0;
    margin: 10px;
}
.gallery-item p {
    color: #0D0D0D;
    font-family: 'Inter', Arial, Helvetica, sans-serif;
    font-weight: 300;
}
.gallery-controls {
  display: flex;
  justify-content: center; /* Zentriert die Buttons */
  margin-top: 10px; /* Etwas Abstand zu den Bildern */
}
.gallery-controls button {
    margin: 0 5px;
    background-color: #D9C3B0;
    color: #0D0D0D;
    border: none;
    padding: 10px 20px;
    border-radius: 29pt;
    font-size: 1.1em;
    cursor: pointer;
    box-shadow: 1pt 3pt 9pt #0D0D0D20;
    transition: all 0.4s ease;
    
    opacity: 0;
    animation: heroTitleGrow 1.5s cubic-bezier(0.4, 0.2, 0.2, 1) forwards;
}
.gallery-controls button:hover {
    background-color: #d9c3b089;
    transition: all 0.4s ease;
}


.section-contact {
    background-color: #F2F2F2;
    width: 100vw;
    min-height: 70vh;
    height: fit-content;
    padding: 20px;
}
.contact-title {
    max-width: 60%;
    width: 100%;
}
.contact-title img {
    width: 100%;
}
.contact-content {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.contact-content-left {
    width: 40%;
}
.contact-content-right {
    width: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
}
.div-contact-form {
    display: flex;
    width: 60vw;
    justify-content: space-between;
    border-radius: 10px;
    gap: 20px;
    padding: 10px 30px;
    background-color: #BF9E80;
}
.div-contact-form-left {
    width: 40%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: x-large;
    color: #0D0D0D;

    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.div-contact-form-left a {
    text-decoration: none;
    color: #0D0D0D;
    font-size: large;
    margin-bottom: 17px;
    transition: all 0.4s ease;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.div-contact-form-left a img {
    height: 25px;
}
.div-contact-form-left a:hover {
    opacity: 70%;
    transition: all 0.4s ease;
}
.contact-form {
    display: flex;
    padding: 70px 0;
    width: 30vw;
    flex-direction: column;
    gap: 20px;
    width: calc(fit-content);
}
.contact-form input {
    padding: 15px;
    border: none;
    border-radius: 10px;
    background-color: #F2F2F2;   
}
.contact-form textarea {
    padding: 15px;
    border: none;
    border-radius: 10px;
    background-color: #F2F2F2;   
}
.contact-form button {
    padding: 15px;
    border: none;
    border-radius: 10px;
    color: #0D0D0D;
    background-color: #D9C3B0; 
    transition: all 0.4s ease;  
}
.contact-form button:hover {
    cursor: pointer;
    background-color: #d9c3b089;
    transition: all 0.4s ease;
}