* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif; 
}

h1 {
    color: #484848;
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif; 
    font-weight: bold;
    font-size: 48px;
    padding-bottom: 20px;
}

h2 {
    color: #484848;
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
    font-weight: normal;
    font-size: 23px;
    padding-bottom: 15px;
}

p {
    color: #484848;
    font-size: 18px;
    line-height: 25px;
}

nav {
    width: 100%;
    position: relative;
    position: fixed;
    transition: .6s;
    height: 80px;
}

nav.sticky {
    background-color: #3c3c3c80;
}

nav.sticky .main-menu {
    padding-top: 20px;
}

nav.sticky .logo-container {
    padding-top: 12px;
    width: 150px;
    margin-left: -75px;
}

.logo-container {
    width: 200px;
    position: absolute;
    left: 50%;
    top: 0;
    content: "";
    margin-left: -100px;
    padding-top: 30px;
    transition: .6s;
}

.main-menu {
    margin: 0 auto;
    width: 800px;
    padding-top: 40px;
    transition: .6s;
}

.main-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: right;
}

.main-menu ul li {
    float: none;
    display: inline-block;
    transition: .6s;

}

.main-menu ul li:nth-child(1) {
    float: left;
}

.main-menu ul li:nth-child(2) {
    float: left;
}

.main-menu ul li a {
    text-decoration: none;
    display: block;
    padding: 10px 20px;
    color: #FCFCFC;
    border: 2px solid transparent;
    border-radius: 10px;
    transition: .6s ease;
}

.main-menu ul li a:hover {
    border: 2px solid #FCFCFC80;
    border-radius: 10px;
}

.toggle-button {
    display: block;
    position: absolute;
    right: 10%;
    top: 50px;
    display: none;
}

.toggle-button div{
    margin: 5px;
    background-color: #FCFCFC;
    width: 30px;
    height: 3px;
    transition: all 0.5s ease;
}

.toggle .line1 {
   transform: rotate(-45deg) translate(-5px, 6px); 
}
.toggle .line2 {
    opacity: 0;
}
.toggle .line3 {
    transform: rotate(45deg) translate(-5px, -6px);
}

.headerImage {
    width: 100%;
    height: 800px;
    overflow: hidden;
    object-fit: cover;
}

.welcomeSection {
    background-color: #E1DCD7;
    width: 100%;
    height: 600px
}

.welcome-content {
    width: 80%;
    height: 600px;
    display: flex;
    align-items: center;
    margin-left: 10%;
}

.image-container {
    width: 50%;
}

.image-container img {
    width: 80%;
}

.text-container {
    width: 40%;
    text-align: center;
    margin-left: 5%;
}

.angebotSection {
    width: 100%;
}

.angebot-content {
    padding-bottom: 10%;
}
/* Icon View */
.icon-view {
    display: flex;
    justify-content: center;
    margin-top: 10%;
}
/* Aussehen der Icons */
.icon {
    width: 100px;
    margin: 0 75px;
}
.angebot-text {
    width: 100%;
}
/* Positionierung des Angebot Titels */
.position-titel {
    text-align: center;
    margin-top: 3%;
}
/* Positioniertung des Angebot Texts */
.position-text {
    text-align: center;
    margin-top: 0.5%;
    line-height: 30px;
}
/* Position des CTA Button */
.angebot-cta {
    display: flex;
    justify-content: center;
    margin-top: 1%;
}
/* Aussehen des CTA */
.angebot-cta a {
    background-color: #E1DCD7;
    padding: 15px 90px;
    border-radius: 10px;
    color: #484848;
    text-decoration: none;
    font-size: 23px;
    transition: 0.5s;
}
.angebot-cta a:hover {
    background-color: #E1DCD780;
}
/* Position der Verlinkung zu den Angeboten */
.angebot-verlinkung {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 0.5%;
}
/* Aussehen des Links */
.angebot-verlinkung a {
    text-decoration: none;
    color: #484848;
    transition: 0.5s;
}
/* Aussehen und Position vom Pfeil */
.angebot-verlinkung img {
    width: 20px;
    padding-left: 5px;
    justify-content: center;
}
/* Hover Effekt von der Verlinkung */
.angebot-verlinkung a:hover {
    margin-right: 10px;
}
/* Hintergrundfarbe der Galerie Vorschau */
.galerie-preview {
    background-color: #E1DCD7;
    padding: 10% 10%;
    padding-bottom: 10%;
}
/* Breite des gesamten Content */
.galeriePreview-content {
    width: 80%;
    margin: 0 10%;
    display: flex;
    justify-content: center;
}
.Galerie-Querformat img {
    width: 500px;
    margin: 0 15px;
}

.Galerie-Hochformat img {
    height: 375px;
    padding: 0 15px;
}
.galerie-verlinkung {
    display: flex;
    flex-direction: row;
    float: right;
    margin-top: 1%;
}
/* Aussehen des Links */
.galerie-verlinkung a {
    text-decoration: none;
    color: #484848;
    transition: 0.5s;
}
/* Aussehen und Position vom Pfeil */
.galerie-verlinkung img {
    width: 20px;
    padding-left: 5px;
    justify-content: center;
}
/* Hover Effekt von der Verlinkung */
.galerie-verlinkung a:hover {
    margin-right: 10px;
}
footer {
    width: 100%;
    height: 150px;
    background-color: #E1DCD7;
}
.wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 48px 0;
}

.instagram-button {
    width: 220px;
    height: 55px;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    font-weight: 500;
    color: #000;
    background-color: #fff;
    border: none;
    border-radius: 45px;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease 0s;
    cursor: pointer;
    outline: none;
}
  
  .instagram-button:hover {
   background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
    background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;/*グラデーション①*/
    box-shadow: 0px 15px 20px rgba(150, 50, 31, 0.4);
    color: #fff;
    transform: translateY(-7px);
}
  
  .instagram-button:before {
    font-family: FontAwesome;
    content: '';
    padding-right : 5px;/*文字との隙間*/
}

/* Seite Galerie */
.galerie {
    background-color: #E1DCD7;
    display: flex; 
    justify-content: center;
}

.galerie-position {
    display: flex;
    flex-wrap: wrap;
    width: 82%;
    padding: 5% 0;
}

.galerie-position .Galerie-Querformat {
    padding-bottom: 20px;
}

.galerie-position .Galerie-Hochformat {
    padding-bottom: 20px;
}


.angebot-section {
    display: flex;
    flex-wrap: wrap;
    background-color: #E1DCD7;
}
.angebot {
    background-color: #B7B7B730;
    width: 400px;
    height: 590px;
    border-radius: 13px;
    border: 2px solid #B7B7B780;
    margin-left: 7%;
    margin-top: 4%;
}

.angebot-titelbild {
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

/* Hier wird der Übertitel 2 Designt */
.angebot h2 {
    margin-top: 4%;
}
.angebot h2 a {
    text-decoration: none;
    color: #484848;
    font-size: 23px;
    margin-left: 4.5%;
    transition: 0.5s all ease;
}

.angebot h2 a:hover {
    color: #48484880;
}

.angebot-beschreibung {
    color: #484848;
    margin-left: 4.5%;
    margin-bottom: 30px;
    width: 90%;
    line-height: 25px;
}

.kontakt-button {
    margin-left: 4.5%;
    border-radius: 7px;
    border: 2px solid #484848;
    padding: 10px 25px;
    text-decoration: none;
    color: #484848;
    transition: 0.5s ease;
}

.kontakt-button:hover {
    background-color: #48484850;
}

.kontakt {
    
    background-color: #E1DCD7;
}

.kontakt-position {
    width: 80%;
    margin-left: 10%;
    padding-top: 3%;
    display: flex;
    justify-content: center;
}

/* Hier werden die Kontaktdaten Designt */

.kontaktdaten {
    width: 40%;
    margin-top: 20px;
    margin-left: 4.5%;
}

.daten {
    margin-top: 20px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

.daten p a {
    text-decoration: none;
    color: #484848;
    font-size: 18px;
}

.kontakt-icon {
    width: 40px;
    margin-right: 20px;
}

/* Hier wird das Formular Designt */

.kontaktformular {
    margin-top: 20px;
    width: 60%;
}

input {
    background-color: transparent;
    color: #484848;
    border: none;
    border-bottom: 1px solid #484848;
    outline: none;
    width: 400px;
    margin-top: 20px;
    line-height: 25px;
    font-size: 15px;
}

textarea {
    background-color: transparent;
    color: #484848;
    border: none;
    border-bottom: 1px solid #484848;
    width: 400px;
    margin-top: 20px;
    height: 80px;
    outline: none;
}

label {
    color: #484848;
}

.name {
    margin-left: 20px;
}

.email {
    margin-left: 94px;
}

.betreff {
    margin-left: 95px;
}

.nachricht {
    margin-left: 75px;
}

.absenden {
    color: #484848;
    background-color: transparent;
    border: 1px solid #484848;
    height: 40px;
    width: 150px;
    margin-top: 20px;
    margin-left: 145px;
    margin-bottom: 110px;
    border-radius: 5px;
    transition: 0.5s all;
}

.absenden:hover {
    background-color: #48484850;
    color: #484848;
}

.about-me {
    width: 80%;
    margin-left: 10%;
    padding: 3% 0;
}

.teaser-titel {
    margin-bottom: 3%;
}

.teaser-titel h1 {
    font-size: 30px;
    padding-bottom: 10px;
}
.teaser-titel p {
    font-size: 17px;
    line-height: 30px;
}

.hauptspalte {
    display: flex;
    flex-direction: row;
}

.portrait {
    background-color: #E1DCD7;
    width: 49%;
    margin-right: 1%;
}

.portrait img {
    width: 100%;
}

.text {
    background-color: #E1DCD7;
    padding: 3% 3%;
    width: 49%;
    margin-left: 1%;
}

.text h2 {
    font-weight: bold;
    padding-bottom: 0;
}

.text h3 {
    font-size: 17px;
    color: #484848;
    font-weight: normal;
    padding-bottom: 40px;
}

.text p {
    font-weight: normal;
    font-size: 15px;
}


@media (max-width: 1024px) {
    .kontakt-position {
        flex-wrap: wrap;
    }

    .kontaktdaten {
        margin-left: 10%;
        width: 80%;
    }

    .kontaktformular {
        margin-left: 10%;
        width: 80%;
        margin-top: 50px;
        border-top: 2px solid #B7B7B7;
        padding-top: 35px;
    }
}

@media (min-width: 769px) and (max-width: 825px) {
    .logo-container {
        width: 150px;
        margin-left: -75px;
    }

    .main-menu {
        width: 700px;
        padding-top: 40px;
    }
}

@media (max-width: 768px) {
    /* Position vom Logo */
    .logo-container {
        left: 10%;
        margin: 0;
        z-index: 999;
    }
    /* Abstand vom Logo wenn Navbar ist sticky */
    nav.sticky .logo-container {
        margin-left: 0;
    }
    /* Aussehen vom Mobile Menü Button */
    .toggle-button {
        display: block;
        transition: .6s;
    }
    /* Position des Mobile Menü */
    nav.sticky .toggle-button {
        top: 30px;
    }
    /* Mainmenü position bei Sticky Navigation */
    nav.sticky .main-menu {
        padding-top: 150px;
    }
    /* Mainmanü aussehen auf dem Tablet */
    .main-menu {
        width: 100%;
        pointer-events: none;
        opacity: 0;
        padding-top: 150px;
        background-color: #3c3c3c98;
        height: 100vh;
        transition: all 1s ease;
    }
    /* Klasse macht die Navigation aktiv */
    .nav-active {
        display: block;
        opacity: 1;
        margin: 0;
        pointer-events: all;
    }
    /* Zentrieren vom Text in der Navigation */
    .main-menu ul {
        text-align: center;
    }
    /* Aussehen der einzelnen Menüpunkte */
    .main-menu ul li {
        display: block;
        padding: 50px;
        font-size: 20px;
    }
    /* Aussehen des Menülinks */
    .main-menu ul li a {
        border: 2px solid #FCFCFC80;
        border-radius: 10px;
        background-color: #FCFCFC20;
    }
    /* Menüpunkte nicht mehr links */
    .main-menu ul li:nth-child(1),
    .main-menu ul li:nth-child(2) {
        float: none;
    }
    /* Grösse des Bildes */
    .headerImage {
        width: 100%;
        overflow: hidden;
        object-fit: cover;
    }
    /* Höhe der WelcomeSection für Ipad angepasst */
    .welcomeSection {
        height: 700px;
    }
    /* Anordnung des Bild und Text in der Welcome Section */
    .welcome-content {
        height: 700px;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    /* Aussehen des Text Conatiner */
    .text-container {
        width: 100%;
        order: 1;
        margin-bottom: 40px;
        margin-left: 0;
    }
    /* Aussehen des Bildes */
    .image-container {
        order: 2;
        width: 70%;
    }
    /* Breite des Bildes */
    .image-container img {
        width: 100%;
    }
    /* Position der Icons */
    .icon {
        margin: 0 20px;
    }
    .icon img {
        width: 75px;
    }
    .angebot-verlinkung {
        margin-top: 2%;
    }
    .galeriePreview-content {
        flex-direction: column;
        align-items: center;
    }
    .Galerie-Querformat {
        margin: 15px 0;
    }
    .Galerie-Hochformat {
        margin: 15px 0;
    }
    .galerie-verlinkung {
        margin-right: 10%;
    }

    /* Seite Galerie */
    .galerie-position {
        justify-content: center;
        padding: 10% 0;
    }

    .galerie-position .Galerie-Hochformat,
    .galerie-position .Galerie-Querformat {
        padding-bottom: 5px;
    }

    .angebot-section {
        padding-bottom: 3%;
    }

    .angebot {
        width: 320px;
        height: 500px;
        margin-left: 5%;
    }
    .kontakt-position {
        flex-wrap: wrap;
        width: 90%;
        padding-top: 5%;
        margin: 0;
    }

    .kontaktdaten {
        margin-left: 10%;
        width: 80%;
    }

    .kontaktformular {
        margin-left: 10%;
        width: 80%;
        margin-top: 50px;
        border-top: 2px solid #B7B7B7;
        padding-top: 35px;
    }

    .about-me {
        width: 90%;
        margin-left: 5%;
    }
}

@media (max-width: 414px) {
    p {
        font-size: 15px;
    }

    nav {
        height: 60px;
    }
    
    .logo-container {
        width: 35%;
    }

    nav.sticky .main-menu {
        padding-top: 100px;
    }

    nav.sticky .logo-container {
        width: 25%;
        margin-top: 0px;
    }

    .toggle-button {
        top: 40px;
    }

    nav.sticky .toggle-button {
        top: 18px;
    }
    /* Höhe der WelcomeSection für Ipad angepasst */
    .welcomeSection {
        height: 700px;
    }
    /* Anordnung des Bild und Text in der Welcome Section */
    .welcome-content {
        height: 700px;
        width: 95%;
        margin: 0 2.5%;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    /* Aussehen des Text Conatiner */
    .text-container {
        width: 100%;
        order: 1;
        margin-bottom: 40px;
        margin-left: 0;
    }
    /* Aussehen des Bildes */
    .image-container {
        order: 2;
        width: 95%;
    }
    /* Breite des Bildes */
    .image-container img {
        width: 100%;
    }
    .angebot-content {
        width: 95%;
        margin-left: 2.5%;
        padding-bottom: 20%;
    }
    .icon-view {
        width: 80%;
        margin-left: 10%;
        margin-top: 20%;
    }
     /* Position der Icons */
    .icon {
        margin: 0 15px;
    }
    .icon img {
        width: 50px;
    }
    .angebot-cta a {
        padding: 15px 50px;
        font-size: 20px;
    }
    .angebot-verlinkung {
        margin-top: 3%;
    }
    .position-titel h1 {
        font-size: 27px;
    }
    .position-text h2 {
        font-size: 18px;
    }
    .galerie-preview {
        padding: 20% 0;
    }
    .galeriePreview-content {
        width: 95%;
        margin: 0 2.5%;
    }
    .Galerie-Querformat img {
        width: 95%;
        margin: 0 10px;
    }
    .Galerie-Hochformat {
        margin: 15px 0;
    }
    .galerie-verlinkung {
        margin-right: 6%;
    }

    /* Seite Galerie */
    .galerie-position {
        padding: 15% 0;
    }

    .angebot-section {
        padding-top: 10%;
    }

    .angebot {
        width: 80%;
        height: 480px;
        margin-left: 10%;
        margin-top: 7%;
    }
    
    .kontaktdaten {
        width: 90%;
    }

    .kontaktformular {
        width: 90%;
        margin-bottom: 40px;
    }

    input {
        width: 50%;
        font-size: 14px;
    }

    textarea {
        width: 50%;
    }

    .absenden {
        width: 80%;
        margin-left: 10%;
        margin-top: 40px;
    }

    .about-me {
        padding-top: 10%;
    }

    .hauptspalte {
        flex-direction: column;
    }

    .portrait,
    .text {
        width: 100%;
        margin: 3% 0;
    }

}