:root {
    --green: rgb(6 103 0);
    --red: rgb(150, 0, 0);
}

* {
    box-sizing: border-box;
}

body {
    margin: 0 auto;
    padding: 1.5rem;
    text-align: center;
    margin-bottom: 7rem;
    max-width: 57rem;
    font-family: Sans-Serif;
    background-color: white;
}

hr {
    border: none;
    margin: 1rem 0;
    display: block;
    height: 50px;
    border-radius: 20px;
    background-size: contain;
    background-image: url("/Bilder/deko/Streifen.jpg");
    background-repeat: round;
}

a {
    display: inline-block;
    color: var(--red);
    font-weight: bold;
    text-decoration: none;
}

a[href^="tel:"],
a[href^="mailto:"],
.no-break {
    white-space: nowrap;
}

address {
    font-style: normal;
}

nav a {
    margin: 0.2rem 1.75ch;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--green);
    font-weight: 300;
}

h1 {
    z-index: 1;
    margin: 0 0 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    color: var(--green);
    font-weight: 300;
    background-color: white;
    font-size: 2rem;
    line-height: 2.75rem;
    position: sticky;
    top: 0;
    text-decoration: none;
    padding: 1rem 0 .5rem 0;
}

@media only screen and (max-width: 768px) {
    h1 {
        padding: .5rem 0 .5rem 0;
    }
}

h2 {
    font-size: 1.75rem;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

h3 {
    font-size: 1.25rem;
    line-height: 2rem;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-top: 2rem;
    margin-bottom: .75rem;
}

h4 {
    font-size: 1.2rem;
    margin: 1.2rem;
}

img {
    display: block;
    border: solid 0.24rem var(--green);
    padding: 1rem;
    margin: 1rem auto;
    max-width: calc(100% - 3.48rem);
    max-height: 60vh;
}

nav {
    background-color: white;
    width: 100%;
    position: sticky;
    margin: 0;
    line-height: 2rem;
}

p,
address,
table {
    margin: 1rem auto;
    line-height: 2rem;

    td {
        padding-bottom: 0.5rem;
    }
}

table.telefonnummern {
    border-spacing: 1ch 0;

    tr {
        border: none;
        padding: 0;
    }

    tr td {
        line-height: inherit;
        border: none;
        padding: 0;

        &:first-child {
            text-align: right;
        }

        &:nth-child(2) {
            text-align: left;
        }
    }
}

.info-gift {
    display: inline;
    line-height: 2rem;
}

.red-arrows {
    display: inline;
    color: var(--red);
    font-weight: bold;
}

.zurueck-link {
    margin-top: 3rem;
}