@font-face {
  font-family: 'Dancing';
  src: url('../fonts/dancing-script-v9-latin-ext_latin-regular.woff2') format('woff2'),
       url('../fonts/dancing-script-v9-latin-ext_latin-regular.woff') format('woff'),
       url('../fonts/dancing-script-v9-latin-ext_latin-regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open';
  src: url('../fonts/open-sans-v15-latin-ext_latin-300.woff2') format('woff2'),
       url('../fonts/open-sans-v15-latin-ext_latin-300.woff') format('woff'),
       url('../fonts/open-sans-v15-latin-ext_latin-300.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
html{
  scroll-behavior: smooth;
}
body{
   scroll-behavior: smooth;
   margin:0;
   padding:0;
   background:url('../../../images/layout/bg.webp');
      background-size: 100%;
  background-position: top;
  background-repeat: no-repeat;
  background-attachment: fixed;

   font-family:Open;
   font-size:20px;
   color:#212529;
}
#content{
  max-width:1086px;
  margin:0 auto;
  background:#F0E4BE;
  padding:20px 15px 50px 15px;
}
.cont{
  width:100%;
    max-width:1086px;
    margin:0 auto;
}
.navbar{
  min-height:90px;
}
.bg-body-jechow{
   background:#F0E4BE;
}
.nav-link, .nav-link:hover{
  font-family: 'Dancing';
  font-size:40px;
  color:#7B060C!important;
  font-weight:200;
  margin:0 15px 0 0;
}

.offcanvas-body ul li .nav-link, .offcanvas .nav-link:hover, .offcanvas .nav-link:focus, .offcanvas .nav-link:visited{
  font-family: 'Dancing';
  font-size:40px;
  color:#F0E4BE!important;
  font-weight:200;
  margin:0 15px 0 0;
}





.btn-primary, .btn-primary:hover{
  background:#7B060C!important;
  border:none;
}
.logo{
  position:absolute;
  top:10px;
  left:200px;
  z-index:1000;
}
#offcanvasExample {
    width: 100vw;
    max-width: 100%;
    background:#7A070C;
    color:#F0E4BE;
}
.gruss{
  font-size:40px;
  font-family: Dancing!important;
   color:#7B060C;
}
.grussmenu{
  font-size:40px;
  font-family: Dancing!important;
   color:#F0E4BE;
}
.offcanvasmenu{
  font-size:40px;
  font-family: Dancing!important;
   color:#F0E4BE!important;
}
.btn-close {
    filter: invert(92%) sepia(16%) saturate(420%) hue-rotate(326deg) brightness(101%) contrast(90%);
}

.burger {
  width: 50px;
  height: 40px;
  border: none;
  background: transparent; /* kein Hintergrund */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}

.burger span {
  display: block;
  width: 32px;
  height: 5px;              /* dicker */
  background: #7B060C;
  border-radius: 10px;      /* schön abgerundet */
  transition: all 0.3s ease;
}

/* Hover (leicht lebendig) */
.burger:hover span {
  width: 36px;
}

/* Animation zu X */
.burger.active span:nth-child(1) {
  transform: translateY(11px) rotate(45deg);
}

.burger.active span:nth-child(2) {
  opacity: 0;
}

.burger.active span:nth-child(3) {
  transform: translateY(-11px) rotate(-45deg);
}


.accordion-button {
    background-color: #7B060C;
    color: #F0E4BE;
}

.accordion-button:not(.collapsed) {
    background-color: #7B060C;
    color: #F0E4BE;
    box-shadow: none;
}

.accordion-button:focus {
    box-shadow: none;
    border-color: #7B060C;
    background-color: #7B060C;
}

/* Pfeil weiß machen */
.accordion-button::after {
     background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23F0E4BE'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23F0E4BE'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.offcanvas-body {
  text-align: center;
}
footer{
margin-top:50px;
padding-top:20px;
  background:#F0E4BE;
  min-height:100px;
}

.menu-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
   
}

.navbar-collapse {
    flex-grow: 1;
}

.burger {
    margin-left: 20px;
    background: transparent;
    border: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
     margin-left: auto;
}

.burger span {
    display: block;
    width: 30px;
    height: 4px;
    background: #7B060C;
}
footer a, footer a:hover, footer a:focus{
  color:#7B060C!important;
  text-decoration:none;
margin-right:10px;
}
.scrollup {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 55px;
    height: 55px;
    background: #F0E4BE;
    color: #7B060C;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 9999;

    opacity: 0;
    visibility: hidden;

    transition:
        opacity 0.3s ease,
        visibility 0.3s ease,
        transform 0.3s ease;

    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.scrollup:hover {
    transform: translateY(-3px);
}

.scrollup span {
    font-size: 32px;
    line-height: 1;
    font-weight: bold;
}
.scrollup a, a:hover{
  color:#7B060C;
  text-decoration:none;
}
.page-header h1{
text-align: right;
}
.zahl{
  font-size:30px;
}

@media (min-width: 576px) { 
  
 }


@media (min-width: 768px) { 
  
 }


@media (min-width: 992px) { 
  .page-header h1{
 text-align: right;
  margin-bottom:100px;
}
 }


@media (min-width: 1200px) { 
  
 }


@media (min-width: 1400px) { 
  
 }