/* START: Start */
.start-div{
    margin-bottom: 2rem;

    text-align: center;
    background-image: url('../img/background-start.jpeg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;

    padding-top: 13rem;
    padding-bottom: 13.5rem;
}

.start-div-container{
    border: 3px solid black;
    border-radius: 15px;
    padding: 2rem 5rem 2rem 5rem;

    background: rgba(237, 162, 90,0.6);

    width: 40%;
    margin-left: auto;
    margin-right: auto;
}

/* Breakpoint for start-div-container */
@media (max-width: 576px){
    .start-div-container{
        width: 95%;
    }
}

@media (min-width: 576px){
    .start-div-container{
        width: 90%;
    }
}

@media (min-width: 768px){
    .start-div-container{
        width: 80%;
    }
}

@media (min-width: 1200px){
    .start-div-container{
        width: 60%;
    }
}


.start-img-logo{
    height: 8rem;
}

.start-header{
    font-size: 4rem;
}

.start-subheader{
    font-size: 1.8rem;
    margin-bottom: 20px;
}

/* Breakpoint for start-img-logo & start-header & start-subheader */
@media (max-width: 400px){
    .start-img-logo{
        height: 3rem;
    }

    .start-header{
        font-size: 2rem;
    }

    .start-subheader{
        font-size: 0.5rem;
    }
}

@media (max-width: 576px){
    .start-img-logo{
        height: 6rem;
    }

    .start-header{
        font-size: 3rem;
    }

    .start-subheader{
        font-size: 1.2rem;
    }
}

.start-div-btn{
    margin-top: 2rem;
}

.start-btn{
    border: 2px solid black;
    border-radius: 15px;
    padding: 7px;

    font-size: 1.1rem;
    text-decoration: none;

    margin: 5px;
}

.start-btn:hover{
    border: 2px solid black;

    text-decoration: underline;
    font-weight: bold;
}
/* END: Start */

/* START: Über mich */
.uebermich-div{
    text-align: center;
}

.uebermich-header-img{
    height: 5.5rem;
}

.uebermich-header{

}

.uebermich-description{
    font-size: 1rem;
    margin-bottom: 1rem;
}

.uebermich-text{
    font-size: 1rem;

    margin-bottom: 1rem;
}

.uebermich-a-btn{
    border: 2px solid rgb(237, 162, 90);
    text-decoration: none;
    padding: 5px;
    font-size: 1rem;
}

.uebermich-a-btn:hover{
    border: 2px solid orange;
    background-color: rgb(237, 162, 90);
    text-decoration: none;
}
/* END: Über mich */

/* START: Terminvereinbarung */
.termin-div{
    text-align: center;
}

.termin-header{

}

.termin-description{
    font-size: 1rem;
    margin-bottom: 1rem;
}

/* Termin Card*/
.termin-card-1{
    text-align: center;

    border: 2px solid black;
    border-radius: 40px 0 40px 0;

    padding: 10px;

    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.termin-card-2{
    text-align: center;

    border: 2px solid black;
    border-radius: 40px 20px 20px 20px;

    padding: 10px;

    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.termin-card-3{
    text-align: center;

    border: 2px solid black;
    border-radius: 0 40px 0 40px;

    padding: 10px;

    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

/* Breakpoints for termin-card-1 & termin-card-2 & termin-card-3*/
@media (max-width: 768px) {
    .termin-card-1, .termin-card-2, .termin-card-3{
        width: 100%;

        margin-bottom: 10px;
    }
}

.termin-card-img{
    height: 3.5rem;
    width: 3.5rem;
}

.termin-card-header{
    margin-top: 10px;
    margin-bottom: 5px;

    font-size: 1.3rem;
    font-weight: bold;
}

.termin-card-description{
    font-size: 1rem;
}

.termin-card-a-btn-1{
    border: 2px solid green;
    border-radius: 10px 0 10px 0;
}

.termin-card-a-btn-2{
    border: 2px solid green;
    border-radius: 20px 10px 20px 10px;
}

.termin-card-a-btn-3{
    border: 2px solid green;
    border-radius: 0 10px 0 10px;
}

.termin-card-a-btn:hover{
    border: 2px solid darkgreen;
    background-color: green;
}
/* END: Terminvereinbarung */

/* START: Öffnungszeiten */
.oeffnungszeiten-div{
    text-align: center;
}

.oeffnungszeiten-header{

}

.oeffnungszeiten-description{
    font-size: 1rem;
    margin-bottom: 1rem;
}

.oeffnungszeiten-table{
    width: 80%;
    margin-left: auto;
    margin-right: auto;

    font-size: 1rem;
}
/* END: Öffnungszeiten */

/* START: Anfahrt*/
.anfahrt-div{
    text-align: center;
}

.anfahrt-header{

}

.anfahrt-description{
    font-size: 1rem;
    margin-bottom: 1rem;
}

.anfahrt-img{
    height: 2.5rem;
}

.anfahrt-text{
    font-size: 1rem;
}

.anfahrt-text-a{
    text-decoration: none;
}

.anfahrt-text-a:hover{
    text-decoration: underline;
}

.anfahrt-text-extra{
    font-size: 0.7rem;
}
/* END: Anfahrt*/