/* oswald-200 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 200;
  src: url('/css/fonts/oswald-v53-latin-200.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* oswald-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 300;
  src: url('/css/fonts/oswald-v53-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* oswald-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: url('/css/fonts/oswald-v53-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* oswald-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 500;
  src: url('/css/fonts/oswald-v53-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* oswald-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 600;
  src: url('/css/fonts/oswald-v53-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* oswald-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 700;
  src: url('/css/fonts/oswald-v53-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

body {

}

h1#moep {
    /* color:rgba(54, 79, 219, 0.993);*/
    background: #000000;
 background: repeating-radial-gradient(circle farthest-corner at center center, #003DE3 0%, #A401CE 50%, #E36559 100%);
 -webkit-background-clip: text;
 -webkit-text-fill-color: transparent;
     font-weight: 600;
   }

h1 {
    color:#000000;
 font-family: 'Oswald', sans-serif;
 font-size: clamp(1.5rem, 1.2rem + 1.5vw, 3rem);
    font-weight: 700;
    line-height: 1.4791666667em;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    white-space: normal;
    word-break: normal;


  }

  h2, .offcanvas-title {
    color:#000000;
 font-family: 'Oswald', sans-serif;
 font-size: clamp(1.5rem, 1.2rem + 1.5vw, 3rem);
    font-weight: 500;
    line-height: 1.4791666667em;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    white-space: normal;
    word-break: normal; }

h3,h4,h5,h6 {
     color:#000000;
 font-family: 'Oswald', sans-serif;
  letter-spacing: 0.1em;
    text-transform: uppercase;
    white-space: normal;
    word-break: normal;
}

.offcanvas-title {
  color:#000000 !important;
  font-weight: 700;
  font-size: 24px;
line-height:38px;  }

p {
    font-size: 22px;
    }


.backLastCat, .backMainMenu {
  color:#000000 !important;
  font-weight: 600;
  font-size: 20px;
line-height:26px;  }

.menuLayer li {
  line-height: 50px;
  list-style-type: none;
  font-size: 55px;
}

ul.menuLayer {
  list-style-type: none;
}

.equal-section, .bg-body-tertiary {
    background-color:#fff !important;

  }

  .equal-section a:link,   .equal-section a:visited {
    color:#000000;

  }

 .bg-body-tertiary {
    background-color:#fff!important;

  }

.equal-section {
    background-color:#f5f3f6 !important;
    color:#000000;
  }

  .equal-section .display-4 {
      color: #000000 !important;
        font-weight: 600;
  }
  


  a {
    color:#212529;
      text-decoration: none;;
  }

   .footer {
    background-color: #9e9ba2;
    color:#fff;
  }


.footer a:link, .footer a:visited  {
    color:#fff;
  }

  .breadcrumb {
    margin-bottom: 0;
  }

  .breadcrumb li a:href, .breadcrumb li a:visited{
    color:#212529;
  }

  .breadcrumb a, .breadcrumb li {
    color:#212529;
    text-decoration: none;
    font-size: 18px;
    font-weight: 400;
 

  }

  .card-title, .card-title a {
    color:#212529;
    font-size: 18px;
    font-weight: 600;
  }

  a.subCatLink {
    color:#212529;
    font-size: 16px;
    font-weight: 400;
  }

  .readmore {
    background-color: #efefef;
    border-bottom: 1px solid #dadada;
    font-weight:500;
    
  }

  .anchor-h-links a:href, .anchor-h-links a:visited {

 
    background-color: rgb(255, 255, 255);
    text-decoration: none;
     }

     .hamburger-menu .bar {
      background-color: #000000; /* Standardfarbe */
      height: 3px;
      width: 100%;
      margin: 5px 0;
      transition: background-color 0.3s ease;
    }

    /* Ändert die Farbe beim Überfahren mit der Maus */
    .hamburger-menu:hover .bar {
      background-color: #000000; /* Farbe beim Hover */
    }

    /* Ändert die Farbe beim Klicken */
    .hamburger-menu:active .bar {
      background-color: #000000; /* Farbe beim Klicken */
    }

    /* Hamburger Menü NEU */

    .hamburger-menu {
      display: flex; /* Änderung zu flex, um Elemente nebeneinander anzuzeigen */
      align-items: center; /* Zentriert die Elemente vertikal */
      cursor: pointer;
      margin-top:5px;
      margin-top:15px;
    }

    .hamburger-menu .menu-label {
      margin-right: 10px; /* Abstand zwischen Label und Balken */
      color:  #000000;
      font-weight: bold;
      font-size: x-large;
      margin-top:10px;
    }
    
    .hamburger-menu .bars {
      display: inline-block;
      height: 25px; /* Höhe des Menüs */
      margin-top:10px;
    }
    
    .hamburger-menu .bar {
      background-color: #000000; /* Standardfarbe */
      height: 3px;
      width: 30px; /* Breite der Balken */
      margin: 5px 0;
      transition: background-color 0.3s ease;
    }
    
    /* Ändert die Farbe beim Überfahren mit der Maus */
    .hamburger-menu:hover .bar {
      background-color: #000000; /* Farbe beim Hover */
    }

       /* Ändert die Farbe beim Überfahren mit der Maus */
        .hamburger-menu:hover .menu-label {
        color: #000000; /* Farbe beim Hover */
      }
    
    /* Ändert die Farbe beim Klicken */
    .hamburger-menu:active .bar {
      background-color: #000000; /* Farbe beim Klicken */
    }

    .arrow {
      border: solid #000000;
      border-width: 0 3px 3px 0;
      display: inline-block;
      padding: 3px;
     
    }

.offcanvas-body > ul {
  border-top: 1px solid #000000;
    }

   

    .offcanvas-body > ul > li {
      border-bottom: 1px solid #000000;
    }
    

    .btn-primary  {
      background-color: #e6eff8;
      color:#212529;
      
    }

    .btn-linkz {
      --bs-btn-color: #212529;
      --bs-btn-bg: #e6eff8;
      --bs-btn-border-color: #e6eff8;
      --bs-btn-hover-color: #fff;
      --bs-btn-hover-bg: #000000;
      --bs-btn-hover-border-color: #e6eff8;
      --bs-btn-focus-shadow-rgb: 49,132,253;
      --bs-btn-active-color: #212529;
      --bs-btn-active-bg: #e6eff8;
      --bs-btn-active-border-color: #e6eff8;
      --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
      --bs-btn-disabled-color: #212529;
      --bs-btn-disabled-bg: #e6eff8;
      --bs-btn-disabled-border-color: #e6eff8;
  }

.titleads {
font-weight: bold;
font-size: 18px;

  }

div.titleads a, div.titleads {
  font-weight: bold;
font-size: 18px;
color:#212529;
}


.innerads {

background-color:#f6f7ef;
}

.adsheader {
  font-size: 10px;
  padding-left: 20px;
}
 
img.partnerlogo {
  max-width: 200px;
}

.summary ul {
  padding: 30px;
  padding-left:40px;
  font-size: 22px;;
}

.summary ul li {
  margin-bottom: 10px;
  font-weight: 700;

}

section.reisebericht {
  background-color:#000000 !important;;
}
section.reisebericht .col {
  background-color:#d7ddb9 !important;;
}

section.reisebericht h2{
color:#212529 !important;
}

.reisebericht h2 {
  font-family: Georgia, 'Times New Roman', Times, serif;
  margin-bottom: 20px;
}



.reisebericht .blockquote {
  font-style: italic;
  border-left: 0px solid #ccc;
  margin: 0px 0;
  padding-left: 0px;
  font-weight: bold !important;
}

.reisebericht .col {
  padding-top:20px;
  padding-bottom:20px;
}

@media (min-width: 576px) {
  .reisebericht .blockquote {
    font-style: italic;
    border-left: 5px solid #ccc;
    margin: 20px 0;
    padding-left: 15px;
    font-weight: bold !important;
  }
  .reisebericht .col {
    padding:20px;
  }
}

.reisebericht .blockquote p {

  font-weight: 600 !important;
}

/* Stil für das Bild */
.reisebericht img {
  border-radius: 50%; /* Kreisförmiges Bild */
  margin-bottom: 20px;
}

.blogger {
  font-size: 34px;
  font-weight: bold;
  color:#212529 !important;
}

.bloggersubline {
  font-size: 22px;
  font-weight: 400;
  color:#212529 !important;
  
}

.additionalContent {
  margin-left: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.listingarticles {
  margin-top:50px;
}

.articlelisting .keylinkhead {
  color:#000000;
  font-weight: bold;
  font-size: 20px;
  margin-top: 10px;
}
.articlelisting p{
line-height: 24px;
font-size: 18px;
}

.articleImg, .card-titlec, .card-themen .card-text.lead  {
  margin-bottom: 10px;
  font-family: 'Oswald', sans-serif;
 font-size: clamp(1rem, 1.2rem + 1.5vw, 1.3rem);
    font-weight: 700;
    line-height: 1.4791666667em;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    white-space: normal;
    word-break: normal;
}

.card-titlec {
        font-size: clamp(0.9rem, 0.9rem + 1.0vw, 0.9rem);
        margin-bottom: 0px;

}




.offer .partnerlogo {
  width: 100% !important;
}

.offer {

  background-color: #f6f7ef;
  margin-bottom: 20px;
  margin-top: 10px;
  
}

.offer ul {
  margin: 0;
  padding: 0;
  margin-top: 5px;
  margin-bottom: 10px;
}

.offer ul li {
  list-style-type: none;
  margin: 0;
}

.offer h2 {
  font-size: 48px;
  line-height: 50px;;
}

.offer h3 {
  font-size: 26px;
  color: #000000;
}

.offer .btn {
  background-color: #000000;
    color: #fff;
    border-color: #000000;
    width: 100%;
    padding: 14px;
    font-weight: bold;
}



.offer .btn-small {
    width: 100%;
}

@media (min-width: 576px) {
  .offer .btn {

      width: 50%;
  }

  .offer .btn-small {
    width: 100%;
}
}

.offer .voucher {
  display: inline-block;
  padding: 8px 16px;
  background-color: #fff;
  border: 2px dashed #000000; /* Farbe und Stil der gestrichelten Linie */
  border-radius: 4px;
  color: #000000;
  text-decoration: none;
  transition: border-color 0.3s ease; /* Animation für den Farbwechsel beim Hover-Effekt */
}


.adsTop {
  margin-bottom:20px;
}


.search-icon-container {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.search-icon {
  margin-right: 15px; /* Adjust based on your layout */
}

.search-input {
  border: 1px solid #ccc;
  padding: 5px 10px;
  width: 100%;
  max-width: 250px; /* Adjust based on your layout */
}

.nav-link, .nav-link a, .nav a:hover {
  color:#000000;
  font-weight: 500;
}

header {
  background-color: #fff;
}


.search-form {
  margin-top: 5px;
}


.btn-search {
  --bs-btn-color: #fff;
  --bs-btn-bg: #000000;;
  --bs-btn-border-color: #000000;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #e6eff8;
  --bs-btn-hover-border-color: #e6eff8;
  --bs-btn-focus-shadow-rgb: 49,132,253;
  --bs-btn-active-color: #212529;
  --bs-btn-active-bg: #e6eff8;
  --bs-btn-active-border-color: #e6eff8;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #212529;
  --bs-btn-disabled-bg: #e6eff8;
  --bs-btn-disabled-border-color: #e6eff8;
  margin-bottom: 5px;
  border: 0;
}

.search-form .btn {
  background-color: #000000;
    color: #fff;
    border-color: #000000;
   
    
    font-weight: 500;


}

.form-control-search {
 
  padding: .375rem .75rem;

  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  
}


#search-info {
  font-size: 18px;
  color:#000000;
  font-size: 34px;
  margin-top: 10px;
  border-bottom: 1px solid #000000;
}

#search-results h3, #search-results h3 a {
  color: #000000;
}

.footer-head {
  color:#fff;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 5px;
}

.footer .footerx {
  color:#fff;
}


.about h2 {
  font-size: 26px;
  margin-bottom: 5px;
  line-height: 40px;
  margin-top: 20px;
}

.about h1 {
  margin-top: 20px;
}

.about {
  margin-bottom: 20px;;
}

.urlform {
  display: none;
}

.contactform input, .contactform textarea{
  width: 100%;;

}

.page-link {
    color: #000;
    background-color: var(--bs-pagination-bg);
    border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
}

.active>.page-link, .page-link.active {
    z-index: 3;
    color: var(--bs-pagination-active-color);
    background-color:#000000;
    border-color: #000000;
    border-top-color: ;
    border-right-color: ;
    border-bottom-color: ;
    border-left-color: ;
}

.paging ul.pagination {
    margin-top:50px;
}

ul.post-meta {
     margin:0;
     padding:0;
     font-weight:bold;
     text-align:right;
     margin-top:30;
      margin-bottom:30; 

}

ul.post-meta li {
    list-style-type:none;
    padding:0;
    float: left;
}

ul li.meta-date, ul li.meta-author {
    margin-left:30px;
    list-style: square;
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 960px;
    }
}

.display-2 {
    font-size: calc(1.075rem + 1.9vw);
    font-weight: 600;
    line-height: 1;
}

.card-themen .lead  {
    margin-top:10px;
}

.cat-main-image {
 width: 100%; /* Passt sich an die Breite des Containers an */
  max-width: 600px; /* Maximale Größe */
  aspect-ratio: 1 / 1; /* Stellt sicher, dass Breite = Höhe (Quadrat) */
  border-radius: 50%; /* Macht es rund */
  object-fit: cover; /* Skaliert das Bild schön */
}

#rezept {
    font-size: 22px;
    background-color:#efefef;
    padding:10px;
    margin-bottom: 20px;
    }

   #rezeptschritte {
  list-style: none; /* Entfernt Standardnummerierung */
  padding: 0;
}

#rezeptschritte .list-group-item {
  display: flex;
  align-items: flex-start; /* Text beginnt oben */
  padding: 15px;
  border: 1px solid #dee2e6;
  background-color: #f8f9fa;
  border-radius: 5px;
}

#rezeptschritte .step-number {
  background-color: #8c2c30; /* Primäre Markenfarbe */
  color: #ffffff; /* Weißer Text */
  font-size: 1.2rem;
  font-weight: bold;
  width: 40px;
  height: 40px;
  line-height: 40px; /* Sorgt für vertikale Zentrierung im Kreis */
  text-align: center;
  border-radius: 50%; /* Kreisform */
  flex-shrink: 0; /* Verhindert, dass der Kreis skaliert */
  margin-right: 15px;
}

#rezeptschritte .step-text {
  color: #000000; /* Schwarzer Text */
  font-size:22px;
  line-height: 1.5; /* Lesbarkeit verbessern */
  flex: 1; /* Text nimmt den verbleibenden Platz ein */
}

#rezeptschritte .list-group-item:hover .step-number {
  background-color: #5d5c30; /* Sekundärfarbe bei Hover */
}

.zutaten {
  padding: 0;
  list-style: none; /* Entfernt die Standard-Punkte */
}

.zutaten .list-group-item {
  display: flex;
  justify-content: flex-start; /* Trennt Menge und Namen */
  align-items: center;
  padding: 5px 15px; /* Abstand innerhalb der Liste */
  border: 1px solid #dee2e6; /* Leichte Umrandung */
  background-color: #f8f9fa; /* Heller Hintergrund */
  border-radius: 5px; /* Runde Ecken */
}

.zutaten .ingredient-amount {
  font-weight: bold;
  color: #8c2c30; /* Primäre Markenfarbe */
  flex: 0 0 120px; /* Feste Breite für die Mengenangabe */
}

.zutaten .ingredient-name {
  color: #000000; /* Schwarzer Text */
  flex: 1; /* Füllt den restlichen Platz */
  margin-left: 10px; /* Abstand zur Menge */
}

.zutaten .list-group-item span {
    margin-top: 0px;
}

#rezeptschritte .list-group-item span {
    margin-top: 0px;
}

#rezept h3,h2 {
    margin-top: 10px;
        margin-bottom: 10px;

}

#rezept h2 {
    font-size:18px;

}


