body {
    font-family: system-ui;
    background-image: url(images/background.png);
}


header {
    background-color: #075f63;
}


/*Farbwelt:
Patel und Partner Pine: #075f63
Patel und Partner Tan: #c2b994
Patel und Partner Cream: #d9d3bb
Patel und Partner Lettering: #262626
    */


/*Navigation*/
nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;

}

nav ul li a {
    text-decoration: none;
    text-transform: uppercase;
    color: #c2b994;
    display: inline-block;
    padding: 42px;
}

nav ul li a:hover {
    text-decoration: underline;
}


/*Images*/
main img {
    display: block;
    width: 100%;
    height: auto;
}

.logo_gross {
    border-bottom-right-radius: 50px;
}

.footer-logo-small {
    width: 100%;
}

.box-flex img {
    border-top: 10px solid #c2b994;
    border-left: 10px solid #c2b994;
    border-bottom-right-radius: 50px;
}

.blue-border-images {
    border-top: 10px solid #075f63;
    border-left: 10px solid #075f63;
    border-bottom-right-radius: 50px;
}


/*Web Typo*/
header h1 {
    color: #c2b994;
    padding: 42px;
}

header h2 {
    color: #c2b994;
    padding: 40px;
}

.box-flex h3 {
    text-align: center;
}

p {
    line-height: 150%;
    max-width: 75ch;
    padding: 4px;
    text-align: justify
}

.blocktext {
    margin-left: auto;
    margin-right: auto;
    width: 42em;
}

.calendar-head {
    margin-left: 585px;
    margin-right: 585px;
    width: 42em;
}

/*Kalender*/
.belegt {
    color: crimson;
    font-weight: bold;
}

.verfuegbar {
    color: green;
    font-weight: bold;
}


/*Gebühren Tabelle*/

.gebuehrentabelle caption {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
}

.gebuehrentabelle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 20px;
}

.gebuehrentabelle th,
.gebuehrentabelle td {
    color: #262626;
}

.gebuehrentabelle th {
    background-color: #075f63;
    color: #c2b994;
    text-align: center;
}

.gebuehrentabelle table,
.gebuehrentabelle td,
.gebuehrentabelle th {
    border-left-width: 4px;
    border-right-width: 4px;
    border-style: solid;
    border-color: #075f63;
    text-align: center;
}

.tabelle-grau {
    background-color: gray;
}

.downloadable {
    width: 40px;
}

/*Container*/
.outer-container {
    padding: 40px;
    color: #262626;
}

.outer-container {
    padding: 40px;
    color: #c2b994;

}

.footer-outer-container {
    padding: 40px;
}

.box-flex {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #075f63;
}

.button {
    background-color: #c2b994;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    border-radius: 10px;
    color: #075f63;
    width: 150px;
    padding: 15px;
}

.button:hover {
    background-color: #153e8d;
}


/*Footer*/
footer {
    background-color: #075f63;
    color: #c2b994;
}

footer ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

footer a {
    color: #c2b994;
    text-decoration: none;
}

.social-media-icons ul {
    display: flex;
}

.social-media-icons img {
    width: 50px;
    padding-right: 10px;
}

footer address {
    color: #c2b994;
    font-style: normal;
}


/*Grid*/
.grid-1_1200,
.grid-2_1200,
.grid-3_1200,
.grid-4_1200 {
    display: grid;
    grid-gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.grid-1_1200 {
    grid-template-columns: 1fr;
}

.grid-2_1200 {
    grid-template-columns: 1fr 1fr;
}

.grid-3_1200 {
    grid-template-columns: 1fr 1fr 1fr;
}

.grid-4_1200 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
