html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-size: 1em;
}

* {
    box-sizing: unset !important;
    -webkit-box-sizing: unset !important;
}

.flex {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

a {
    color: black;
    text-decoration: none;
}

.bg1 {
    background-color: #eeded3;
}

.bg2 {
    background-color: #e0c9ae;
}

.julius {
    font-family: 'Julius Sans One';
}

.shadows {
    font-family: 'Shadows Into Light Two';
}

.quicksand {
    font-family: 'Quicksand';
}

p {
    margin: 0;
    font-size: 1.2em;
}

h2 {
    font-size: 1.5em;
    font-weight: normal;
    margin-top: 0;
    padding-top: 15px;
}

.cursorPointer {
    cursor: pointer;
}

.marginTopMin15 {
    margin-top: -15px;
}

header {
    z-index: 1;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 90px;
    padding-left: 15%;
    padding-right: 15%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header img {
    height: 22px;
    padding-left: 10px;
    padding-right: 12px;
}

nav a {
    text-decoration: none;
    color: black;
    margin-left: 30px;
}

nav a:hover {
    border-bottom: 2px solid black;
    transition: all 100ms ease-in-out;
}

.headerSimone {
    display: flex;
    align-items: center;
    width: 150px;
    justify-content: space-between;
}

.headerHuman {
    font-size: 1em;
    width: 220px;
    font-stretch: expanded;
}

.headerSimone:first-child {
    font-size: 1.5em;
    text-transform:uppercase;
}

/* .transparentHeader {
    background-color: transparent;
    transition: all 500ms ease-in-out; 
} */

.whiteHeader {
    background-color: white;
    transition: all 500ms ease-in-out;
}

.hoverUnderline:hover {
    text-decoration: underline;
}

.backgroundImageFlowers {
    position: absolute;
    top: 90px;
    bottom: 130px;
    right: 0;
    left: 0;
    background-image: url('./assets/img/bgFlowers.jpg');
    background-position: 50% 85%;
    /* opacity: 0.3; */
}

._firstContainer {
    height: calc(100vh - 90px);
    margin-top: 90px;
    display: flex;
    flex-direction: column;;
}

._firstCfirstChild {
    height: 80%;
    background-image: url('./assets/img/bgFlowers.jpg');
    background-position: 50% 85%;
    display: flex;
    justify-content: center;
    align-items: center;
}

._firstCfirstChild p {
    text-transform: uppercase;
    font-size: 1.5em;
}  

._firstCfirstChild p:first-of-type {
    margin-bottom: 30px;
}

._firstCWhiteBackground {
    background-color: white;
    padding: 20px;
    border-radius: 10px;
}

._firstCsecondChild {
    height: 20%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}

._firstCsecondChildBtn {
    font-size: 1.2em;
    padding: 15px !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    border-radius: 5px;
    border: none;
}

._firstCsecondChild span {
    text-align: center;
    font-size: 1.2em;
}

.firstContainer {
    position: relative;
    margin-top: 90px;
    /* padding-left: 15%;
    padding-right: 15%; */
    height: calc(100vh - 90px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;

}

.firstContainer p {
    text-transform: uppercase;
    font-size: 1.5em;
}

.firstContainerChild {
    display: flex;
    justify-content: center;
    align-items: center;
    height: calc(100% - 130px); 
}

.firstContainerChild div {
    background-color: white;
    padding: 20px;
    border-radius: 10px;
}

.firstContainerChild p:first-of-type {
    margin-bottom: 30px;
}

.seeMore {
    width: 160px;
    height: 110px;
    position: absolute;
    left: calc(50% - 80px);
    bottom: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.seeMore div {
    height: 70px;
    width: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.seeMore img {
    height: 67px;
    object-fit: contain;
}

.seeMore img:hover {
    height: 70px;
}

.secondContainer {
    display: flex;
    flex-direction: column;
}

.offerAndGiftDiv {
    display: flex;
    justify-content: space-between;
}

.giftDivParent {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.giftDivChild {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.giftImg {
    height: 25px;
}

.giftSpan {
    font-size: 0.7em;
}

.offerSection {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    padding-left: 15%;
    padding-right: 15%;
    width: calc(100% - 30%);
    height: 130px;
}

.offerSection span {
    /* margin-top: 30px; */
    font-size: 1.2em;
    text-align: center;
}

.offerSection button {
    /* margin-bottom: 30px;
    margin-top: 15px; */
    font-size: 1em;
    padding: 15px !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    border-radius: 5px;
    border: none;
}

.presentSection {
    height: 100%;
    display: flex;
    padding-left: 15%;
    padding-right: 15%;
    flex: 1;
}

.presentSection p {
    display: flex;
    flex-direction: column;
    margin-top: 30px;
    margin-bottom: 30px;
    width: 50%;
    height: calc(100% - 60px);
    /* font-size: 1.3em; */
    margin-right: 15px;
}

.fontSize13Em {
    font-size: 1.3em;
}

.padBot15Px {
    padding-bottom: 15px;
}

.presentSection div {
    margin-top: 30px;
    margin-bottom: 30px;
    width: 50%;
    margin-left: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.secondContainer img {
    height: calc(100% - 60px);
    width: calc(100% - 15%);
    object-fit: contain;
    max-height: 500px;
}

/* .backgroundimgPresent {
    background-image: url('./assets/img/present.jpg');
    background-size: cover;
    background-position: center
} */

.imgPresent {
    padding-right: 5px;
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: center;
}

.thirdContainer {
    position: relative;
    display: flex;
    flex-direction: column;
}

#offer {
    scroll-margin-top: 90px;
}

#aboutMe {
    scroll-margin-top: 90px;
}

#home {
    scroll-margin-top: 90px;
}

#moreAboutMeDiv {
    scroll-margin-top: calc(90px + 15px);
}

.happinessFirstDiv {
    display: flex;
    justify-content: right;
}

.happinessFirstDiv h2 {
    width: calc(35% - 15px);
    margin-right: 15%;
    margin-top: 30px;
    padding-left: 15px;
    padding-bottom: 15px;
}

.happinessSecondDiv {
    display: flex;
    flex: 1;
    justify-content: right;
}

.happinessSecondDiv p {
    /* font-size: 1em; */
    width: calc(35% - 15px);
    margin-right: 15%;
    margin-top: 30px;
    padding-left: 15px;
    margin-bottom: 30px;
    font-size: 1.2em;
}

/* height: calc(100vh - 180px); 120px (60px)*/

.happinessImgDiv {
    position: absolute;
    height: calc(100% - 60px);
    width: calc(35% - 15px);
    top: 30px;
    left: 15%;
}

.imgHappiness {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.fourthContainerParent {
    padding-top: 30px;
    padding-bottom: 30px;
}

.fourthContainerChild {
    padding-left: 15%;
    padding-right: 15%;
    display: flex;
}

.fourthContainerLeft {
    width: calc(50% - 15px);
    padding-right: 15px;
    font-size: 1.2em;
}

.fourthContainerRight {
    width: calc(50% - 15px);
    padding-left: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* #fourthContainerRight {
    height: equal to #fourthContainerLeft height if #fourthContainerLeft is taller;
} */

/* .fourthContainer>span {
    text-transform: uppercase;
    padding-right: 15%;
    padding-left: 15%;
    width: calc(100% - 30%);
    font-size: 1.5em;
    text-align: center;
}

.fourthContainer>div {
    padding-right: 15%;
    padding-left: 15%;
    padding-top: 30px;
    display: flex;
    flex: 1;
    margin-bottom: 30px;
    height: 100%;
}

.fourthContainer>div>span {
    width: calc(50% - 15px);
    padding-right: 15px;
    font-size: 1.2em;
    display: flex;
    flex-direction: column;
} */

/* .fourthContainer>div>div {
    width: calc(50% - 15px);
    margin-left: 15px;
    background-image: url('./assets/img/simone.jpg');
    background-position: 50% 35%;
    background-size: cover;
} */

.simoneImg {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.zertificatAboutMe {
    text-decoration: underline;
}

.blueText {
    color: blue;
}

.blueText:hover {
    text-decoration: underline;
}

.zertificatAboutMe:hover {
    text-decoration-color: rgb(70, 70, 70);
    color: rgb(70, 70, 70);
}

.aboutMeBtn:hover {
    border-bottom: 2px solid black;
    transition: all 100ms ease-in-out;
    cursor: pointer;
}

.dNone {
    display: none;
}

/* .fifthContainer {
    height: calc(100vh - 90px);
} */

.fifthContainer div {
    margin-left: 15%;
    margin-right: 15%;
    padding-bottom: 15px;
    height: calc(100% - 30px);
    display: flex;
    font-size: 1.2em;
}

.moreAboutMeDivLeft {
    width: 50%;
    margin-right: 15px;
}

.moreAboutMeDivRight {
    width: 50%;
    margin-left: 15px;
    display: flex;
    flex-direction: column;
}

.textCenter {
    text-align: center;
}

.moreAboutMeDivMiddle {
    width: 100%;
}

.sixthContainer div {
    margin-left: 15%;
    margin-right: 15%;
    padding-top: 15px;
    padding-bottom: 30px;
    display: flex;
    font-size: 1.2em;
}

.divCenter {
    display: flex;
    justify-content: center;
    align-items: center;
}

.theMiddle {
    height: -webkit-fill-available;
    display: flex;
    justify-content: center;
    align-items: center;
}

.theLeft {
    height: -webkit-fill-available;
    display: flex;
    align-items: center;
}

.seventhContainer {
    /* display: flex;
    flex-direction: column;
    align-items: center; */
    /* background-image: url('assets/img/river.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-blend-mode: hard-light; */
    font-weight: bold;
    position: relative;
    height: 100px;
}

.seventhContainer img {
    height: 100px;
    width: 100%;
    object-fit: cover;
    opacity: 0.55;
}

.quotePanta {
    /* padding-top: 15px;
    padding-bottom: 15px; */
    position: absolute;
    top: 0;
    height: 100px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.eightContainer {
    padding-left: 15%;
    padding-right: 15%;
    font-size: 1.2em;
    display: flex;
    flex-direction: column;
    padding-bottom: 15px;
    padding-top: 15px;
}

.eightContainerImg {
    height: 14px;
    object-fit: contain;
    margin-left: 15px;
    margin-top: 5px;
}

.question {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    font-weight: bold;
}

.questionNumber1 {
    padding-right: 18px;
}

.questionNumber {
    padding-right: 15px;
}

.answer {
    padding-left: 30px;
    margin-bottom: 15px;
}

.ninthContainer {
    padding-left: 15%;
    padding-right: 15%;
    padding-bottom: 30px;
    padding-top: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1.2em;
}

form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    min-width: 40%;
}

.contactName, .contactMessage {
    margin-bottom: 15px;
    display: flex;  
    align-items: center;
    width: 100%;
    font-size: 1em;
    font-weight: normal;
}

form input, form textarea {
    flex: 1;
    height: 15px;
    padding: 10px;
    font-size: 1em;
    /* display: flex;
    align-items: center;
    justify-content: center; */
}

form input {
    height: 15px;
}

form textarea {
    height: 75px;
}

.contactName :first-child, .contactMessage :first-child {
    padding-right: 10px;
}

footer {
    background-color: white;
    position: absolute;
    left: 0;
    right: 0;
    /* margin-bottom: 50px; */

}

.footerParent {
    padding-right: 15%;
    padding-left: 15%;
    padding-bottom: 30px;
    padding-top: 30px;
    display: flex;
    justify-content: space-between;
    height: 72.6px;
}

.footerChildRight {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footerChildLeft div {
    padding-bottom: 5px;
}

.footerChildRight div {
    padding-bottom: 5px;
    flex: 1;
}

footer img {
    height: 30px;
    object-fit: contain;
}

.justAlignCenter {
    display: flex;
    align-items: center;
    justify-content: center;
}

/*IMPRESSUM*/

.impressum {
    margin-top: 90px;
    padding-left: 15%;
    padding-right: 15%;
    padding-top: 15px;
    padding-bottom: 15px;
    flex: 1;
}

.impressum div {
    display: flex;
    flex-direction: column;
    padding-bottom: 30px;
}

.noColumn {
    display: flex;
    flex-direction: row !important;
}

.noPaddingBottom {
    padding-bottom: 0 !important;
}

.paddingLeft5px {
    padding-left: 5px;
}

.fontBold {
    font-weight: bold;
}

/*PRIVACY POLICY*/

.privacyPolicy {
    padding-left: 15%;
    padding-right: 15%;
    margin-top: 105px;
    margin-bottom: 30px;
}
.wordBreak {
    word-break: break-all;
}

/* MY OFFER */
.myOfferChild {
    padding-left: 15%;
    padding-right: 15%;
    margin-top: 90px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.offerBtn {
    margin-bottom: 30px;
    margin-top: 15px;
    font-size: 1em;
    padding: 15px !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    border-radius: 5px;
    border: unset;
    border: 0.5px solid transparent;
}

/* MENU */
.navMenu {
    position: relative;
}

.navMenuDiv {
    position: absolute;
    right: 0;
    flex-direction: column;
    display: flex;
    flex-direction: column;
    background-color: white;
    padding-right: 10px;
    padding-bottom: 10px;
    width: 125px;
    padding-top: 10px;
    margin-top: 20px;
    border-radius: 10px;
    box-shadow: 0px 0px 7px -1px #7d7d7d;
    margin-right: 5px;

}

.navMenuShow {
    display: none;
}

/*THX PHONE and ZOOM*/

.thxPhoneAndZoomDiv {
    margin-top: 90px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 15%;
    padding-right: 15%;
    flex: 1;
}

.fontSize12EM {
    font-size: 1.2em;
}

.fontSize08EM {
    font-size: 0.8em;
}

/*THX EMAIL*/

.thxEmailDiv {
    margin-top: 90px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 15%;
    padding-right: 15%;
    flex: 1;
}

@media (max-width: 1200px) {

}

@media (max-width: 780px) {
    header {
        padding-left: 10%;
        padding-right: 10%;
    }
    .footerParent {
        padding-left: 10%;
        padding-right: 10%;
    }
    .navMenuShow {
        display: block;
    }
    .navMenuDNone {
        display: none;
    }
    nav a {
        margin-left: 10px;
        padding: 5px;
        text-align: right;
    }
    .presentSection {
        flex-direction: column;
        padding-left: 10%;
        padding-right: 10%;
    }
    .presentSection div {
        width: 100%;
        margin-left: unset;
    }
    .secondContainer img {
        width: 100%;
        max-height: unset;
    }
    .presentSection p {
        width: 100%;
    }
    .headline780Center {
        text-align: center;
    }
    .happinessFirstDiv {
        justify-content: center;
    }
    .happinessFirstDiv h2 {
        width: unset;
        margin-right: unset;
        text-align: center;
        margin-left: 10%;
        margin-right: 10%;
    }
    .happinessSecondDiv p {
        width: 100%;
        margin-left: 10%;
        margin-right: 10%;
    }
    .happinessImgDiv {
        position: static;
        width: calc(100% - 20%);
        padding-left: 10%;
        padding-right: 10%;
        padding-bottom: 30px;
    }
    .fourthContainerChild {
        padding-left: 10%;
        padding-right: 10%;
        flex-direction: column;
    }
    .fourthContainerLeft {
        width: 100%;
        padding-right: unset;
    }
    .fourthContainerRight {
        padding-left: unset;
        width: 100%;
        padding-top: 30px;
    }
    .fifthContainer div {
        flex-direction: column;
        margin-left: 10%;
        margin-right: 10%;
        padding-bottom: unset;
    }
    .moreAboutMeDivLeft {
        width: 100%;
        margin-right: unset;
    }
    .moreAboutMeDivRight {
        width: 100%;
        margin-left: unset;
        margin-top: 30px;
    }
    .sixthContainer div {
        margin-left: 10%;
        margin-right: 10%;
        padding-top: unset;
        padding-bottom: 30px;
        margin-top: -15px;
    }
    .quotePanta span {
        padding-left: 10%;
        padding-right: 10%;
        text-align: center;
    }
    .question {
        align-items: start;
    }
    .questionInstaImg {
        height: 16px !important;
        margin-left: 0 !important;
        padding-left: 5px;
        padding-right: 5px;
    }
    .eightContainer {
        padding-left: 10%;
        padding-right: 10%;
    }
    .myOfferChild {
        padding-left: 10%;
        padding-right: 10%;
    }
    .impressum {
        padding-left: 10%;
        padding-right: 10%;
    }
    .privacyPolicy {
        padding-left: 10%;
        padding-right: 10%;
    }
}

@media (max-width: 666px) {
    .footerParent {
        flex-direction: column;
        align-items: center;
        height: unset;
    }
    .footerChildLeft div {
        text-align: center;
    }
    .footerChildLeft {
        margin-bottom: 25px;
    }
    .footerChildRight div {
        text-align: center;
    }
}

@media (max-width: 550px) {
    /* ._firstCWhiteBackground {
        width: 90%;
    } */
    ._firstCfirstChild p  {
        font-size: 1em;
    }
    ._firstCsecondChildBtn {
        font-size: 1em;
    }
    ._firstCsecondChild span {
        font-size: 1em;
    }
    .headerSimone {
        width: 50px;
        justify-content: unset;
    }
    .headerSimone:first-child {
        font-size: 1.2em;
    }
    .headerHuman {
        font-size: 0.7em;
        width: 0;
        white-space: nowrap;
    }
    .seventhContainer {
        height: 150px;
    }
    .quotePanta {
        height: 150px;
    }
    .offerAndGiftDiv {
        flex-direction: column;
        align-items: center;
        padding-bottom: 15px;
    }
}