html, body {
    overflow-x: hidden;
}

body {
    margin: 0;
    font-size: 12pt;
    background-color: #F6EEE8;
    
    width: 100%;
    font-family: Vollkorn;
}

@media only screen and (max-width: 1024px) {
    body {
        background-image: url(/img/tool1/background.jpg);
        background-position: top center;
        background-repeat: no-repeat;
    }
}

b {
    font-weight: 800;
}

.love-letter p {
    margin-bottom: 24px;
    line-height: 1.21;
}

.love-letter p.last-sentence {
    margin-top: 48px;
}

#main-part-1 {
    background-image: url(/img/tool1/MainBackground1.jpg);
    min-height: 1276px;
    background-position: center bottom;
    position: relative;
    margin-top: 70px;
    padding-top: 1px;
    background-repeat: no-repeat;
}

.main-part-1-content {
    margin-left: auto;
    margin-right: auto;
    width: 1420px;
    margin-top: 517px;
    position: relative;
    max-width: 100%;
}

p {
    margin-bottom: 25px;
}

h1 {
    font-family: 'Montserrat Subrayada';
    font-size: 56pt;
    margin-bottom: 3px;
    margin-top: 0;
    margin-left: 10px;
}

h1>img {
    margin-bottom: -11px;
}

.normal-text {
    font-family: Vollkorn;
    font-size: 12pt;
    font-weight: normal;
}

.love-letter {
    padding-left: 501px;
}

@media only screen and (max-width: 1024px) {
    .love-letter {
        padding-left: 15px;
    }
}
@media only screen and (max-width: 1024px) {
    h1 {
        padding-top: 36px; 
        font-size: 28pt;
    }
}

.main-part-1-content .p {
    margin-bottom: 22px;
}

#main-part-2 {
    background-image: url(/img/tool1/MainBackground2.jpg);
    background-position: top;
    min-height: 3850px;
    background-position: center;
    position: relative;
    background-repeat: no-repeat;
}

.main-part-2-content {
    margin-left: auto;
    margin-right: auto;
    width: 1416px;
    position: relative;
    max-width: 100%;
}

.main-part-2-content h1 {
    margin-bottom: -17px;
    position: relative;
    top: -77px;
}

.main-part-2-content h1 img {
    max-width: 95%;
}

@media only screen and (min-width: 1025px) {
    .main-part-2-content h1 img {
        margin-left: 33px;
    }

    .small-screen-only {
        display: none;
    }

    .main-part-2-content h1 img {
        max-width: calc(100% - 450px);
    }

    .main-part-2-content h1 {
        line-height: 1.30;
        margin-bottom: -21px;;
    }
}

h2 {
    font-family: Vollkorn;
    font-size: 24pt;
    margin-top: 0;
    margin-bottom: 0;
}

.team-member > h2 {
    margin-left: 10px;
}

.team-members-flex-box-1 {
    display: flex;
    width: 1420px;
    max-width: 100%;
    flex-flow: row;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: start;
    margin-bottom: 27px;
}

.team-members-flex-box-2 {
    display: flex;
    width: 1420px;
    max-width: 100%;
    flex-flow: row;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: start;
    align-content: flex-end;
    margin-bottom: -20px;
}

.team-member {
    height: 209px;
    width: 700px;
    margin-bottom: 127px;
}

@media only screen and (min-width: 1025px) {
    .team-member {
        max-width: 50%;
    }
}

.team-members-flex-box-1 .team-member {
    margin-bottom: 58px;
}

.team-members-flex-box-2 .team-member {
    margin-bottom: 25px;
}

.team-member.weird-margin-top {
    margin-top: 0;
    margin-bottom: 117px;
}

.team-member table {
    margin-top: 24px;
    margin-left: 69px;
}


@media only screen and (max-width: 1024px) {
    .team-member table {
        margin-left: 15px;
    }

    .team-member {
        height: unset;
        min-height: 204px;
        max-width: 450px;
    }
}

.team-member td {
    vertical-align: top;
    padding-right: 17px;
}
@media only screen and (min-width: 1025px) {
    .team-member tr.small-screen-only td:first-of-type {
        width: 174px;
    }
}


.team-member p {
    margin-top: -10px;
    margin-bottom: 20px;
}

.support-header {
    margin-left: 10px;
    margin-top: -14px;
    margin-bottom: 70px;
}

.supporter {
    margin-left: 235px;
    line-height: 1.21;
    height: 500px;
}

.header-support {
    font-family: Vollkorn;
    font-size: 24pt;
}

.support {
    margin-bottom: 176px;
}

#main-part-3 {
    background-image: url(/img/tool1/MainBackground3.jpg);
    background-repeat: no-repeat;
    background-position: center top;
}

.main-part-3-content {
    width: 1420px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}

.contact {
    margin-left: 235px;
    margin-top: 25px;
    margin-bottom: 135px;
}

.impressum {
    margin-left: 235px;
    margin-top: 25px;
    width: 660px;
    max-width: calc(100% - 100px);
}

@media only screen and (max-width: 1024px) {
    .contact {
        margin-left: 25px;
    }

    .impressum {
        margin-left: 15px;
    }

    .supporter {
        margin-left: 25px;
    }

    .header-support {
        font-size: 18pt;
    }

    .big-screen-only {
        display: none;
    }
}

#Impressum {
    position: relative;
    top: -74px;
}

#Contact {
    position: relative;
    top: -74px;
}

/* .team-member.no-header-line-one table {
    padding-top: 44px;
}

.team-member.no-header {
    padding-top: 15px;
    height: 197px;
} */

/* MOBILE */
/* @media only screen and (max-width: 1000px) {
    .main-part-1-content {
        width: 100%;
    }
    .main-part-2-content {
        width: 100%;
    }
    .team-member {
        width: 100%;
    }

    .team-member.place-holder {
        display: none;
    }
    .love-letter {
        padding-left: 250px;
    }
} */

@media only screen and (max-width: 1024px) {
    #main-part-1, #main-part-2, #main-part-3  {
        background-image: none;
    }
}

