main{
    padding-top: 4.5rem;
}

/* START section=start */
.sectionshr { /* Linien zwischen den Sections */
    border: 1px solid white;
    width: 40%;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

/* Grundeigenschaften class="start-div" */
.start-div{
    text-align: center;
    color: white;
    background-image: url('../img/background/500px_extra_small.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;

    padding-top: 10rem;
    padding-bottom: 10.5rem;
}

/* Breakpoints Backgrounds class="start-div" */
@media (max-width: 576px){ /* Auflösung maximal 576px */
    .start-div{
        background-image: url('../img/background/500px_extra_small.png');
        background-attachment: fixed;
    }
}

@media (min-width: 576px){ /* Auflösung mindestens 576px */
    .start-div{
        background-image: url('../img/background/576px_small.png');
        background-attachment: fixed;
    }
}

@media (min-width: 768px){ /* Auflösung mindestens 768px */
    .start-div{
        background-image: url('../img/background/768px_medium.png');
        background-attachment: fixed;
    }
}

@media (min-width: 992px){ /* Auflösung mindestens 992px */
    .start-div{
        background-image: url('../img/background/992px_large.png');
        background-attachment: scroll;
    }
}

@media (min-width: 1200px){ /* Auflösung mindestens 1200px */
    .start-div{
        background-image: url('../img/background/1200px_extra_large.png');
        background-attachment: scroll;
    }
}

.start-container {
    border: 5px solid black;
    background: rgba(167,52,22,0.6);
    border-radius: 5px;
    padding: 1.5rem;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
}

.masthead-logo-div{

}

.start-logo{
    height: 8.8rem;
    width: auto;
    margin-bottom: 1rem;
}

.start-subheader{
    font-size: 1.3rem;
    font-style: italic;
    line-height: 1.5rem;
    margin-bottom: 25px;
}

.start-header{
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 3.25rem;
    margin-bottom: 0.4rem;
}

.start-telefonnummer{
    font-size: 1.0rem;
    font-weight: 650;
    line-height: 2.25rem;
    margin-bottom: 0.4rem;
    color: white;
}

.start-description-div{
    font-size: 1.0rem;
    font-weight: 400;
    line-height: 2.25rem;
    margin-bottom: 2rem;
    color: white;
}

.start-description-a{
    color: white;
    font-size: 1.0rem;
    font-weight: 600;
}

.start-btn-xl {
    padding: 1.25rem 2.5rem;
    font-size: 1.125rem;
    font-weight: 700;
    background-color: #A73416;
    border: 3px solid #8c4511;
}

@media (min-width: 576px) {
    .start-container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .start-div {
        padding-top: 11.5rem;
        padding-bottom: 11.5rem;
    }
    .start-container {
        max-width: 720px;
    }
    .start-subheader {
        font-size: 2.0rem;
        font-style: italic;
        line-height: 2.25rem;
        margin-bottom: 2rem;
    }
    .start-header {
        font-size: 5rem;
        font-weight: 700;
        line-height: 4.5rem;
        margin-bottom: 1rem;
    }
    .start-description-div {
        font-size: 1.0rem;
        font-weight: 400;
        line-height: 2.5rem;
        margin-bottom: 2rem;
        text-decoration: none;
        color: white;
    }
}

@media (min-width: 992px) {
    .start-container {
        max-width: 960px;
    }
}

/* ----- ----- */

/* START section=oeffnungszeiten */
.oeffnungszeiten-div{

}

.oeffnungszeiten-header {
    text-align: center;
    font-size: 2.7rem;
    font-weight: 850;
    line-height: 3.5rem;
    margin-top: 1rem;
    margin-bottom: 0.1rem;
}

.oeffnungszeiten-subheader {
    text-align: center;
    font-size: 1.0rem;
    font-weight: 250;
    margin-top: 0;
    margin-bottom: 1rem;
    color: white;
}

.oeffnungszeiten-table {
    max-width: 100%;
    text-align: center;
}

.oeffnungszeiten-zeiten{
    white-space: nowrap;
}

.table td, .table th, .table thead th{
    border-color: white;
}
/* ----- ----- */

/* START section=speisekarte */
.speisekarte-div{

}

.speisekarte-header {
    text-align: center;
    font-size: 2.7rem;
    font-weight: 850;
    line-height: 3.5rem;
    margin-top: 1rem;
    margin-bottom: 0.1rem;
}

.speisekarte-subheader {
    text-align: center;
    font-size: 1.0rem;
    font-weight: 250;
    margin-top: 0;
    margin-bottom: 1rem;
    color: white;
}

.speisekarte-button {
    color: white;
    background-color: #A73416;
    border: 3px solid #8c4511;
}

.speisekarte-button:hover {
    background-color: #8c4511;
}
/* ----- ----- */

/* START section=ueberuns */
.ueberuns-div{

}

.ueberuns-header {
    text-align: center;
    font-size: 2.7rem;
    font-weight: 850;
    line-height: 3.5rem;
    margin-top: 1rem;
    margin-bottom: 0.1rem;
}

.ueberuns-text {
    text-align: center;
}
/* ----- ----- */

/* START section=anfahrt */
.anfahrt {
    margin-bottom: 2rem;
}

.anfahrt-header {
    text-align: center;
    font-size: 2.7rem;
    font-weight: 850;
    line-height: 3.5rem;
    margin-top: 1rem;
    margin-bottom: 0.1rem;
}

.anfahrt-subheader {
    text-align: center;
    font-size: 1.0rem;
    font-weight: 250;
    margin-top: 0;
    margin-bottom: 1rem;
    color: white;
}

.anfahrt-embetmaps {
    text-align: center;
}

.anfahrt-modalbtn {
    text-align: center;
    margin-bottom: 0.3rem;
}

.anfahrt-embetmaps-subtitle-line1 {
    text-align: center;
    font-size: 0.85rem;
    margin-top: 0.3rem;
    margin-bottom: 0;
}

.anfahrt-embetmaps-subtitle-line2 {
    text-align: center;
    font-size: 0.5rem;
    opacity: 0.7;
    margin-top: 0.2rem;
    margin-bottom: 1rem;
}

.anfahrt-embetmaps-subtitle-line2:hover{
    text-decoration: underline;
    cursor: pointer;
}

.anfahrt-embetmaps-subtitle-atag {
    color: white;
}

.anfahrt-embetmaps-subtitle-atag:hover {
    color: white;
}

.responsiveContainer {
    position: relative;
    padding-bottom: 56%;
    height: 0;
    overflow: hidden;
}

.responsiveContainer iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.googlemapsembed-einverstaendnis-div{
    text-align: center;
    border: 2px solid black;

    margin-bottom: 2rem;
}

.googlemapsembed-einverstaendnis-header{
    font-size: 1.5rem;
    font-weight: 600;
    text-decoration: underline;
}

.googlemapsembed-einverstaendnis-description{
    font-size: 1rem;
    font-weight: 450;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.googlemapsembed-einverstaendnis-button-fucos{
    max-width: 75%;
    background-color: #c13100;
    border-radius: 15px;
    margin: 1rem auto 0.3rem auto;
}

.googlemapsembed-einverstaendnis-button-fucos:hover{
    background-color: #e03b00;
    cursor: pointer;
}

.googlemapsembed-einverstaendnis-button-fucos-small{
    font-size: 0.7rem;
}

.googlemapsembed-einverstaendnis-button-small{
    max-width: 75%;
    font-size: 0.5rem;
    margin: 0 auto 1rem auto;
}

.googlemapsembed-einverstaendnis-button-small:hover{
    text-decoration: underline;
    cursor: pointer;
}

.mapsembed-div{
    margin-bottom: 2rem;
    text-align: center;
}

.mapsembed-img{
    max-width: 90%;
    border-radius: 10px;
}
/* ----- ----- */