body {

    background-color: #f5e9d1;
    text-align: left;
     font-family: inherit !important;
      font-size: 20px !important;
}

h1 {

color: #7b4d14;

}
text {

color: #9f6d2f;

}
p.Roevid {

max-width:700px;
margin:25px auto;

line-height:1.7;

font-size:18px;

color:#6a4a1f;

text-align:left;

padding:0 20px;

}

h1 {



text-align:center;

margin-top:30px;

color:#7b4d14;



}

h2 {



text-align:center;

margin-top:30px;

color:#7b4d14;

}

h3 {



text-align:center;

margin-top:30px;

color:#7b4d14;

}




.nav-tabs .nav-link,
.nav tabs .nav-link.active,
.dropdown-menu .dropdown-item {

    color: inherit !important;

}

header {
    width: 100%;
    margin: 0;
    padding: 0;

    font-family: Fleur De Leah;
    font-size: 60px;
    text-align: center;
}

/* ===== SOCIAL MEDIA ===== */

.social-container{

display:flex;
justify-content:center;
gap:25px;

margin-top:30px;
margin-bottom:20px;

}

.social-icon{

width:40px;
height:40px;

transition:0.3s;
}

.social-icon:hover{

transform:scale(1.2);

}


/* ===== ZÁRÓ SZÖVEG ===== */

.abschlusssatz{

text-align:center;

margin-top:10px;
margin-bottom:40px;

color:#7b4d14;

font-size:18px;

}


/* ===== GOOGLE MAP ===== */

.map-container{

display:flex;
justify-content:center;

margin-top:30px;
margin-bottom:50px;

}

.map-container iframe{

width:500px;
max-width:90%;

height:350px;

border-radius:15px;

box-shadow:0 10px 25px rgba(0,0,0,0.2);

}

/* ===== FOOTER ===== */

.site-footer{

background:#efe4cf;

margin-top:60px;
padding:40px 20px;

text-align:center;

border-top:3px solid #9f6d2f;

}

.footer-container{

max-width:900px;
margin:auto;

}

.site-footer h3{

color:#7b4d14;
margin-bottom:10px;

}

.site-footer p{

color:#6a4a1f;

}

.footer-social{

margin:20px 0;

display:flex;
justify-content:center;
gap:20px;

}

.footer-social img{

width:35px;
height:35px;

transition:0.3s;

}

.footer-social img:hover{

transform:scale(1.2);

}

.footer-contact{

margin-top:15px;

line-height:1.6;

}

.footer-copy{

margin-top:25px;
font-size:14px;
color:#8a6a3d;

}

/* ===== FLOATING BUCHUNG BUTTON ===== */

.floating-booking{
  position:fixed;
  bottom:20px;
  right:20px;

  background:#9f6d2f;
  color:#ffffff;

  padding:16px 22px;

  border-radius:40px;

  font-weight:600;
  font-size:16px;

  text-decoration:none;

  box-shadow:0 8px 20px rgba(0,0,0,0.25);

  z-index:9999;

  transition:all 0.3s ease;
}

.floating-booking:hover{
  background:#7b4d14;
  transform:scale(1.05);
}

@media (min-width:900px){
  .floating-booking{
    display:none;
  }
}