/*Brandenkopf.css*/

@font-face {
    font-family: 'Baloo 0';
    src: url('fonts/baloo/lighter.ttf') format('truetype');
}
@font-face {
    font-family: 'Baloo 1';
    src: url(fonts/baloo/regular.ttf) format('truetype');
}
@font-face {
    font-family: 'Baloo 2';
    src: url(fonts/baloo/medium.ttf) format('truetype');
}
@font-face {
    font-family: 'Baloo 3';
    src: url(fonts/baloo/bold.ttf) format('truetype');
}
@font-face {
    font-family: 'Baloo 4';
    src: url(fonts/baloo/bolder.ttf) format('truetype');
}


/* Allgemeines */
body {
    font-family: 'Baloo 0';
}
.oben{
    background-color: rgb(239, 239, 239); 
    border: 0.3px solid;
    border-radius: 10px;
    border-color: rgba(66, 93, 145, 1); 
}
.logo { 
    margin-top: 20px; 
    margin-bottom: 50px;
    width: 300px;
}
/*-----------Ende--------------*/



/* Navigationsleisten*/
.navbar{
    font-family: 'baloo 2';
    border: 0.3px solid !important;
    border-color: rgba(66, 93, 145, 1);
    background-color: rgba(66, 93, 145, 0.4) !important ;
}
.navbar-brand{
    max-height: 65px;
}
/*-----------Ende--------------*/



/* Alle Buttons */
.knopf{
    margin-top: 20px;
    background-color: white;
    color: black;
    border-color: black;
    font-family: 'baloo 2';
    
}
.knopf:hover{
    background-color: gray;
    color: black;
    border-color: black;
}

.red-button {
background-color: black;
color: white;
border: none;
padding: 8px 16px;
text-decoration: none;
border-radius: 5px;
}
.red-button:hover {
background-color: darkred;
color: white;
}

/*-----------Ende--------------*/



/* Hero - Sektion Startseite */
.hero{
    margin-bottom: 60px;
    padding-bottom: 40px;
    padding-top: 60px;
}
.hauptbild{
    border: 0.3px solid rgba(66, 93, 145, 1); 
    border-radius: 10px !important; 
    max-width: 70%;
}
.willkommen{
    font-family: 'baloo 2';
}
.slogan {
    font-family: 'baloo 0';
    font-style: italic;
    font-size: smaller;
}
/*-----------Ende--------------*/



/*Bilder Reihe Startseite*/
.images-row {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto ;
    gap: 50px;
}
.images-row img {
width: 40%;
height: auto;
border-radius: 15px;
border: 1px solid;
border-color: rgba(66, 93, 145, 1);
}
/*-----------Ende--------------*/



/* Text vor Öffnungszeiten und Speisekarte */
.text{
    padding: 10px;
    margin-top: 20px;
}
.t1{
    font-family: 'baloo 2';
    text-align: center;    
    font-size: larger;
}
.t2{
    text-align: center;
    font-size: medium;
}
.t3{
    font-family: 'baloo 1';
    text-align: center;
    font-size: large;
}

/* Benutzerdefinierte Stile */
@media (max-width: 900px) {
    .alles{display: none;}
    
}
.gold2{
    max-width: 130%;
}
.gold1{  
    max-width: 90%;
}
.feste{
    border-radius: 15px;
    border: 1px solid;
    border-color: rgba(66, 93, 145, 1);
}

/* Footer */
.footer{
    background-color: rgba(66, 93, 145, 0.4);
}
.textfooter{
    text-align: center !important; 
    margin-top: 60px;
    font-family: 'baloo 1';
}