.orange {
    color: #ff8500!important;
}




.item-wrapper1 {
  padding: 2rem; /* sorgt für Abstand zur Umgebung */
  box-sizing: border-box;
}

.block1 {
  background: #fff;
  border-radius: 1rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  overflow: visible; /* WICHTIG: falls was abgeschnitten wird */
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.grid-two1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}

@media (max-width: 768px) {
  .grid-two1 {
    grid-template-columns: 1fr;
  }
}




.mod_quickmenu.style3 li a {
  width: 55px;

  line-height: 55px;

  border-radius:
50px;

  border:
1px solid #fff;

  margin-bottom: 10px;

  box-shadow: 0 0 25px 0 rgba(0,0,0,0.04);

  color: white;

  background-color: #f18318;

}

.submit_container {
  padding-bottom: 30px;
  padding-top: 30px;
}

.notelistamount.input_container {
  padding-top: 10px;
}

.item-inside::after {
  content: "";
  display: block;
  margin: 2rem auto 0;
  height: 1px;
  background: #eee;
  width: 100%;
}

.item-inside:last-of-type::after {
  content: none;
}


.item-description {
  font-size: 1rem;
  line-height: 1.6;
  color: #555;
  margin: 0;
}

.more-button a {
  color: #f58000;
  font-weight: normal;
  text-decoration: none;
  font-size: 1rem;
  display: inline-block;
  margin-top: 0.5rem;
  transition: color 0.2s, text-decoration 0.2s;
}

.more-button a:hover {
  text-decoration: underline;
  color: #d46600;
}




.smartmenu .smartmenu-trigger {
  height: 50px;
  width: 50px;
  position: relative;
  z-index: 1000000000;
  transition: All 0.3s ease;
  -webkit-transition: All 0.3s ease;
  cursor: pointer;
  background-color: #0d2c35;
  border-radius: 35px;
  padding-left: 15px;
}

@media only screen and (min-width: 768px) {
  .smartmenu {
    display: block;
    margin-top: 25px;
  }
}

.header .smartmenu .smartmenu-trigger .line, .header .smartmenu .smartmenu-trigger .line::before, .header .smartmenu .smartmenu-trigger .line::after {
  background: #ff8500;
}

@media only screen and (min-width: 768px) {
  .header.cloned .smartmenu .smartmenu-trigger {
    height: 50px;
    background: #ff8500;
  }
}

/* Katalog Design */

.item-inside {
    padding: 30px;
}

.image_container img {
    padding-bottom: 30px;
    display: block;
    height: auto;
    max-width: 100%;
    width: 100%;
}

.more-buttom a {
    color: #f18318;
}



.single-listenbild img {
    max-width: 100%;
}



.single-rightside {
    flex: 1;
    padding: 20px;
}

.single-metadata {
    display: flex;
    justify-content: space-between;
    margin: 10px 0;
}

.ce_tabs .tabs ul {
    display: flex;
    list-style: none;
    padding: 0;
    border-bottom: 2px solid #ddd;
}

.ce_tabs .tabs ul li {
    padding: 10px 20px;
    cursor: pointer;
    transition: background 0.3s;
}

.panes .section {
    padding: 20px;
    margin-top: -1px;
}

.ce_tabs {
    padding-top: 100px;
    padding-bottom: 60px;
}

p.back a {
    color: #ff8500;
}

.ce_checkboxMenu {
    list-style: disc;
    padding-left: 20px;
}

.ce_checkboxMenu::before {
    content: '\2022'; /* Bullet Point */
    color: inherit;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}



.single-features ul,
.single-desc ul {
    list-style-type: disc; /* Standard-Aufzählungspunkte */
    padding-left: 20px; /* Etwas Abstand für die Punkte */
}

.single-features li,
.single-desc li {
    margin-bottom: 5px; /* Abstand zwischen den Punkten */
}

.single-top {
    display: flex; /* Nutzt Flexbox für Layout */
    justify-content: space-between; /* Sorgt für gleichmäßige Verteilung */
    align-items: flex-start; /* Richtet Inhalte oben aus */
    gap: 40px; /* Fügt etwas Abstand zwischen den Spalten ein */
}

.bilder,
.infos-rightside {
    width: 50%; /* Beide Spalten gleich breit */
}

.bilder {
    display: flex;
    flex-direction: column;
    gap: 10px; /* Abstand zwischen Bild und Galerie */
}

.single-listenbild,
.single-leftside {
    width: 100%; /* Stellt sicher, dass die Bilder die volle Breite nutzen */
}

.infos-rightside {
    display: flex;
    flex-direction: column;
}

.ce_textarea.attribute.textarea {
    padding-top: 20px;
    padding-bottom: 20px;
}

.ce_checkboxMenu {
    list-style: disc;
    padding-left: 20px;
    padding-bottom: 30px;
}

.ce_tabs .tabs.classic ul li.active, .ce_tabs .tabs.classic ul li:hover {
    background: #ff8500;
    color: #fff;
}

/* Responsive Layout für kleinere Bildschirme (z. B. Mobilgeräte) */
@media (max-width: 767px) {
    .single-top {
        flex-direction: column;
        align-items: center;
        margin: 0;
    }

    .bilder {
        flex-direction: column;
        width: 100%;
        margin-bottom: 20px;
    }

    .single-listenbild {
        width: 100%; /* Jedes Bild nimmt 100% der Breite ein */
        margin-bottom: 20px; /* Abstand zwischen den Bildern */
    }

    .infos-rightside {
        width: 100%; /* Die rechte Spalte auch auf 100% Breite */
        margin-top: 20px; /* Abstand nach oben */
    }

    /* Optional: Passende Schriftgrößen und Layout für mobile Ansicht */
    .single-subheadline, h1 {
        font-size: 1.5rem;
        text-align: center;
    }

    .single-metadata-col1, .single-metadata-col2 {
        width: 100%;
        margin-bottom: 10px;
    }
    
    /* Optional: Verkleinerte Textgrößen für kurze Beschreibungen */
    .single-short-description {
        font-size: 1rem;
    }
    
    .single-top .single-leftside .ce_gallery {
        display: flex;
        flex-wrap: wrap;
        gap: 10px; /* Abstand zwischen den Bildern */
    }

    .single-top .single-leftside .ce_gallery .entry {
        width: 48%; /* Zwei Bilder nebeneinander */
        margin-bottom: 10px; /* Abstand nach unten */
    }
}

@media (max-width: 767px) {
.flex-gallery .image_container img {
  padding-bottom: 0px;
 padding-right: 7px;
}
}