article {
    width: 100%;
}

article.start {
    display: flex;
    flex-direction: column;
    padding: 0;
}

.start-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    min-height: 50vh;
    max-height: 50vh;
}

.start-item1 {
    background:
        linear-gradient(to bottom,
            rgba(0, 0, 0, 0.55),
            rgba(0, 0, 0, 0.6)),
        url("./../img/start-massagen.png") center/cover no-repeat;
}

.start-item2 {
    background:
        linear-gradient(to bottom,
            rgba(0, 0, 0, 0.55),
            rgba(0, 0, 0, 0.7)),
        url("./../img/start-energiearbeit.png") center/cover no-repeat;
}


.start-item img {
    max-width: 100px;
}

a.primary-button {
    border: 1px solid white;
    border-radius: 30px;
    padding: 10px 20px;
    width: fit-content;
    color: white;
    text-decoration: none;
    font-size: 16px;
    font-weight: 300;
    text-align: center;
}

a.secondary-button {
    border: 1px solid white;
    background: white;
    border-radius: 30px;
    padding: 10px 20px;
    width: fit-content;
    color: #6E4C30;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
}


a.primary-button:hover,
a.secondary-button:hover {
    background-color: var(--gold);
    border: var(--gold);
    font-weight: 400;
    color: white;
}

.start-item h2 {
    font-size: 32px;
    font-style: italic;
    color: white;
    font-weight: 300;
    margin: 20px 0 30px 0;
}

.massagen-header {
    width: 100%;
    min-height: 100vh;
    background:
        linear-gradient(to bottom,
            rgba(0, 0, 0, 0.55),
            rgba(0, 0, 0, 0.6)),
        url("./../img/massage.png") center/cover no-repeat;
    display: flex;
    flex-direction: column;
    align-self: center;
    justify-content: flex-end;
    gap: 40px;
    text-align: center;
    padding: 50px 20px 100px 20px;
    color: white;
}

.massagen-header .text-wrap {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.massagen-header .button-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.massagen-header .button-wrap a {
    width: 200px;
}

.massagen-header h1 {
    font-size: 40px;
    font-weight: 300;
    font-style: italic;
}

.massagen-header h3 {
    font-size: 22px;
    font-weight: 200;
    font-style: italic;
}

.massagen-header h4 {
    font-size: 18px;
    font-weight: 200;
}

.massagen-header .text-wrap,
.massagen-header .button-wrap {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.8s ease-out;
}

.massagen-header.loaded .text-wrap,
.massagen-header.loaded .button-wrap {
  opacity: 1;
  transform: translateY(0);
}


.massage-angebote {
    text-align: center;
    background: var(--bgr2);
}

.massage-angebote h2 {
    margin-top: 20px;
}

.intro {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 50px 20px;
    width: 100%;
    background-color: var(--gold);
    color: white;
    margin: -80px 0 40px 0;
}

.intro .line {
    width: 200px;
    height: 1px;
    background-color: white;
    border-radius: 30px;
    margin: 40px 0;
}

.intro h3 {
    font-size: 34px;
    font-weight: 200;
    font-style: italic;
}

.intro h5 {
    font-size: 16px;
    font-weight: 200;
    font-style: italic;
}

.kachel-grid {
    display: grid;
    gap: 24px;
    grid-template-columns: 1fr;
    margin: 40px 0;
}

.kachel {
    width: 100%;
    height: 300px;
    display: flex;
    flex-direction: column;
    text-align: left;
    position: relative;
}

.kachel h6 {
    color: white;
    font-size: 22px;
    font-weight: 200;
    font-style: italic;
    margin: 30px 0 10px 20px;
}

.kachel p.description {
    color: white;
    font-size: 14px;
    font-weight: 200;
    margin: 20px;
}

.kachel p.price {
    color: white;
    font-size: 16px;
    font-weight: 200;
    position: absolute;
    bottom: 30px;
    left: 20px;
}

.kachel .line1 {
    width: 100%;
    height: 1px;
    background-color: white;
}

.kachel .line2 {
    width: 60%;
    height: 1px;
    background-color: white;
    position: absolute;
    bottom: 70px;
}

.kachel1 {
    background:
        linear-gradient(to right,
            rgba(0, 0, 0, 0.8),
            rgba(0, 0, 0, 0.3)),
        url("./../img/ganz.png") center/cover no-repeat;
}

.kachel2 {
    background:
        linear-gradient(to right,
            rgba(0, 0, 0, 0.8),
            rgba(0, 0, 0, 0.3)),
        url("./../img/teil.png") center/cover no-repeat;
}

.kachel3 {
    background:
        linear-gradient(to right,
            rgba(0, 0, 0, 0.8),
            rgba(0, 0, 0, 0.3)),
        url("./../img/sport.png") center/cover no-repeat;
}

.kachel4 {
    background:
        linear-gradient(to right,
            rgba(0, 0, 0, 0.8),
            rgba(0, 0, 0, 0.3)),
        url("./../img/heil.png") center/cover no-repeat;
}

.kachel5 {
    background:
        linear-gradient(to right,
            rgba(0, 0, 0, 0.8),
            rgba(0, 0, 0, 0.3)),
        url("./../img/phillipi.png") center/cover no-repeat;
}

.kachel6 {
    background:
        linear-gradient(to right,
            rgba(0, 0, 0, 0.8),
            rgba(0, 0, 0, 0.3)),
        url("./../img/gold.png") center/cover no-repeat;
}

.ueber-mich {
    /* background: var(--bgr); */
    background: linear-gradient(var(--bgr), rgba(170, 148, 88, 0.4));
}

.ueber-mich-content {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.ueber-mich-content img {
    width: 100%;
}

.timeline {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin: 20px 0 60px 0;
}

.timeline .line {
    position: absolute;
    top: 26px;
    bottom: 26px;
    left: 10px;
    width: 2px;
    background-color: var(--gold);
    z-index: 1;
}


.timeline-item {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.timeline-item .dot {
    display: flex;
    width: 22px;
    height: 22px;
    border-radius: 100px;
    background-color: var(--gold);
    margin-right: 20px;
}

.timeline-item .dot2 {
    display: flex;
    width: 22px;
    height: 22px;
    border-radius: 100px;
    background-color: none;
    background-color: var(--bgr);
    border: 2px solid var(--gold);
    margin-right: 20px;
    z-index: 2;
}

.timeline-item .item-infos {
    color: var(--braun);
    font-size: 15px;
    font-weight: 200;
}

.timeline-item .item-infos span {
    font-size: 16px;
    font-weight: 300;
}

article.kontakt {
    background-color: var(--bgr2);
    min-height: unset;
}

.kontakt-card-wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 30px;
    margin: 80px 0 40px 0;
}

.kontakt-card {
    width: 100%;
    max-width: 400px;
    background-color: var(--bgr);
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    gap: 80px;
    color: var(--braun);
}

.kontakt-card h6 {
    font-size: 22px;
    font-weight: 400;
    margin-top: 10px;
}

.kontakt-card img {
    width: 44px;
}

.kontakt-card a {
    font-size: 18px;
    font-weight: 300;
    color: var(--gold);
}

.kontakt-card p {
    font-size: 16px;
    font-weight: 300;
    margin-top: 12px;
}

footer {
    display: flex;
    padding: 80px 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: var(--gold);
}

footer img {
    width: 100px;
    margin-bottom: 100px;
}

footer .link-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 14px;
}

footer .link-wrap a {
    font-size: 14px;
    font-weight: 300;
    color: white;
    text-decoration: none;
}

@media screen and (max-width: 900px) and (max-height: 500px) and (orientation: landscape) {
    .start-item h2 {
        font-size: 22px;
        margin: 4px 0 10px 0;
    }

    .start-item img {
        max-width: 44px;
    }

    .start-item {
        gap: 10px;
    }

    a.primary-button,
    a.secondary-button {
        padding: 6px 20px;
        font-size: 12px;
    }
}

@media screen and (min-width: 400px) and (orientation: portrait) {
    .massagen-header h1 {
        font-size: 44px;
    }
}

@media screen and (min-width: 600px) {
    .massagen-header {
        padding-bottom: 50px;
    }

    .massagen-header .button-wrap {
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }
}

@media screen and (min-width: 768px) and (orientation: portrait) {
    .start-item h2 {
        font-size: 40px;
    }

    .massagen-header {
        padding-bottom: 100px;
    }

    .massagen-header h1 {
        font-size: 54px;
    }

    .massagen-header h1 br {
        display: none;
    }

    .massagen-header h3 {
        font-size: 34px;
    }

    .massagen-header h4 {
        font-size: 20px;
    }

    .intro {
        padding: 50px;
    }
}

@media screen and (min-width: 768px) {
    .kachel-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    article.ueber-mich {
        min-height: unset;
    }

    .ueber-mich-content {
        flex-direction: row-reverse;
        align-items: center;
        justify-content: center;
        gap: 40px;
        margin: 80px 0 40px 0;
    }

    .ueber-mich-content img {
        width: 50%;
        max-height: 420px;
        object-fit: cover;
        object-position: top;
    }

    .ueber-mich-content .timeline {
        width: 50%;
        margin: 0;
    }

    .kontakt-card-wrap {
        flex-direction: row;
    }
}

@media screen and (min-width: 900px) {
    article.start {
        flex-direction: row;
    }

    .start-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        width: 50%;
        min-height: 100vh;
        max-height: 100vh;
    }

    .massagen-header h1 {
        font-size: 72px;
    }

    .massagen-header h3 {
        font-size: 52px;
    }

    .massagen-header h4 {
        font-size: 24px;
    }

    .massagen-header {
        padding-bottom: 150px;
    }

    .ueber-mich-content {
        gap: 80px;
    }
}

@media screen and (min-width: 1024px) {
    .massagen-header {
        align-items: flex-start;
        justify-content: center;
        text-align: left;
        padding: 100px;
        background:
            linear-gradient(160deg,
                rgba(0, 0, 0, 0.9),
                rgba(0, 0, 0, 0.1)),
            url("./../img/massage.png") center/cover no-repeat;
    }

    .massagen-header h1 br {
        display: none;
    }

    .massagen-header h1 {
        font-size: 54px;
    }

    .massagen-header h3 {
        font-size: 34px;
    }

    .massagen-header h4 {
        font-size: 20px;
    }

    .intro {
        padding: 50px 100px;
    }

    .kachel-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (min-width: 1100px) {
    .start-item h2 {
        font-size: 44px;
    }
}

@media screen and (min-width: 1200px) {
    .massagen-header {
        padding: 50px calc((100% - 1100px) / 2);
    }

    .massagen-header h1 {
        font-size: 58px;
    }

    .massagen-header h3 {
        font-size: 38px;
    }

    .massagen-header h4 {
        font-size: 20px;
    }
}