/* Generated by CssRebuilder — do not edit manually */
/* Built: 2026-06-11 08:54:43 */

/* === [project] template/cafemix-default === */
/* Colors */
:root {
    /* Background colors */
    --brown-bg-color: #e4d3b5;
    --white-bg-color: #fefefe;
    --gray-bg-color: #efefef;

    /* Text colors */
    --brown-text-color: #867870;
    --lightbrown-text-color: #e4d3b5;
    --white-text-color: #fefefe;
}

/* Global settings */

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: Geologica;
    font-weight: 200;
    font-size: 18px;
    background-color: var(--gray-bg-color);
    background-image: url("/svg/background.svg");
    background-repeat: repeat-y;
    background-position: top center;
    background-size: 100% auto;
}

main {
    min-height: calc(100svh - 256px - 168px - 2px);
}

a {
    transition: 0.3s all;
    text-decoration: none;
}

.width-limited {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 5%;
}

.page-error-403 main,
.page-error-404 main,
.page-error-405 main,
.page-error-500 main {
    padding: 5em 0;
}


/* === [project] header/cafemix-default === */
.header-inner {
    padding: 3em 5%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.link-insta {
    display: block;
    width: 50px;
    height: 50px;
    padding: 5px;
    fill: var(--brown-text-color);
    border-radius: 10px;
    flex-shrink: 0;
    box-sizing: border-box;
}

.link-insta:hover,
.link-insta:focus {
    background-color: var(--brown-text-color);
    fill: var(--white-text-color);
}

.header-nav ul {
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    column-gap: 0.5em;
    row-gap: 2em;
    justify-content: center;
}

.header-nav a {
    border-radius: 10px;
    padding: 0.8em 0.7em;
    color: var(--brown-text-color);
    font-weight: 500;
    font-size: 1.1em;
}

.header-nav a:hover,
.header-nav a:focus {
    background-color: var(--brown-text-color);
    color: var(--white-text-color);
}


/* === [project] section/cafemix-hero === */
.cafemix-hero {
    position: relative;
    width: 100%;
    min-height: 30vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 4em 0 2em 0;
}

.cafemix-hero__logo {
    position: relative;
    z-index: 2;
    width: clamp(280px, 55%, 560px);
    margin-bottom: 1rem;
}

.cafemix-hero__logo img {
    width: 100%;
    height: auto;
    display: block;
}

/* Wrapper holds both the band image and the text in the same space */
.cafemix-hero__band-wrap {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Band image is absolute, overflows sides, keeps natural SVG proportions */
.cafemix-hero__band-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 120%;
    height: auto;
    display: block;
    z-index: 1;
    pointer-events: none;
}

/* Text container sits above the band image */
.cafemix-hero__band-inner {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 3rem 2rem;
    text-align: center;
}

.cafemix-hero__taglines {
    margin: 0;
    padding: 0;
    text-align: center;
    font-family: Baustein;
    font-size: clamp(1.5rem, 3.5vw, 2.5rem);
    font-weight: 700;
    color: var(--color-hero-tagline, #f5e6c8);
    line-height: 1;
}

.cafemix-hero__taglines span {
    display: block;
    padding: 0.15em 0;
}


/* === [project] section/cafemix-intro === */
.cafemix-intro {
    width: 100%;
    overflow: hidden;
}

.cafemix-intro__inner {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
}

.cafemix-intro__before {
    padding: 1rem 2rem;
    margin-bottom: 2rem;
    color: var(--brown-text-color);
    line-height: 170%;
}

.cafemix-intro__before h2 {
    font-size: 2em;
    margin-bottom: 0.5rem;
}

.cafemix-intro__before p {
    font-size: 1.2em;
    margin-bottom: 0.5rem;
}

.cafemix-intro__after {
    padding: 0.1rem 2rem 0 2rem;
    margin-top: 2rem;
    color: var(--brown-text-color);
    line-height: 170%;
}

.cafemix-intro__after h2 {
    font-size: 2em;
    margin-bottom: 0.5rem;
}

.cafemix-intro__after p {
    font-size: 1.2em;
    margin-bottom: 3rem;
}


/* === [project] section/cafemix-slider === */
.cafemix-slider {
    position: relative;
    width: 100%;
    max-width: 100%;
    display: flex;
    align-items: center;
    gap: 1vw;
    -webkit-user-select: none;
    user-select: none;
    box-sizing: border-box;
}

.cafemix-slider__track-wrap {
    overflow: hidden;
    flex: 1;
}

.cafemix-slider__track {
    display: flex;
    transition: transform 0.4s ease;
    will-change: transform;
}

.cafemix-slider__slide {
    min-width: 50%;
    box-sizing: border-box;
    padding: 0 0.375rem;
}

.cafemix-slider__slide img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    display: block;
    border-radius: 4px;
}

/* Circular arrow buttons — always 1vw off the edge */
.cafemix-slider__btn {
    flex-shrink: 0;
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 50%;
    border: none;
    background: #86786f;
    color: #e3d3b4;
    font-size: 1.1rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s;
    padding: 0;
}

.cafemix-slider__btn:hover {
    background: #6e635b;
}

/* At 940px switch to 1 slide */
@media (max-width: 940px) {
    .cafemix-slider__slide {
        min-width: 100%;
    }
}

/* At 600px overlay arrows on top of the slide */
@media (max-width: 600px) {
    .cafemix-slider {
        position: relative;
        display: block;
    }

    .cafemix-slider__btn {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 2;
        width: 2.25rem;
        height: 2.25rem;
        font-size: 0.95rem;
    }

    .cafemix-slider__btn--prev {
        left: 1vw;
    }

    .cafemix-slider__btn--next {
        right: 1vw;
    }

    .cafemix-slider__track-wrap {
        width: 100%;
    }
}


/* === [project] section/cafemix-speisekarte === */
.cafemix-speisekarte {
    width: 100%;
    padding-bottom: 4rem;
}

.cafemix-speisekarte__inner {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}

.cafemix-speisekarte__heading {
    text-align: center;
    font-size: 2em;
    color: var(--brown-text-color);
    margin-bottom: 1rem;
}

.cafemix-speisekarte__categories {
    display: flex;
    flex-direction: column;
}

/* Allergen list */
.cafemix-speisekarte__allergens {
    margin: 3rem auto 0 auto;
    padding: 2rem 1rem 0 1rem;
    border-top: 1px solid var(--brown-bg-color);
    max-width: 700px;
}

.cafemix-speisekarte__allergens-heading {
    font-size: 0.9rem;
    margin-bottom: 0.75rem;
    color: var(--brown-text-color);
}

.cafemix-speisekarte__allergens-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem 1.5rem;
}

.cafemix-speisekarte__allergen {
    font-size: 0.9rem;
    color: var(--brown-text-color);
}

.cafemix-speisekarte__allergen-number {
    font-weight: 700;
    margin-right: 0.25rem;
}


/* === [project] section/cafemix-menu-simple === */
/* Outer section — full width, centers the wrap */
.cafemix-menu-section {
    width: 100%;
    box-sizing: border-box;
    padding: 1rem 2rem;
    display: flex;
    justify-content: center;
}

/* Wrap — fixed width, gets the frame background */
.cafemix-menu-section__wrap {
    width: 100%;
    max-width: 700px;
    box-sizing: border-box;
    padding: 3rem;
    min-width: 0;
}

.cafemix-menu-section__wrap--framed {
    background-image: url("/svg/frame.svg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

/* Table scroll wrapper */
.cafemix-menu-section__table-wrap {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

/* Table fills the wrap */
.cafemix-menu-section__table {
    width: 100%;
    min-width: 350px;
    border-collapse: collapse;
}

@media (max-width: 600px) {
    .cafemix-menu-section {
        padding: 1rem 0;
    }

    .cafemix-menu-section__wrap {
        padding: 1.5rem 1rem;
        font-size: 0.9em;
    }

    .cafemix-menu-section__wrap--framed {
        padding: 2rem 1.25rem;
    }
}

/* Table fills the wrap */
.cafemix-menu-section__table {
    width: 100%;
    border-collapse: collapse;
}

/* Caption */
.cafemix-menu-section__caption {
    caption-side: top;
    text-align: left;
    padding-bottom: 1rem;
}

.cafemix-menu-section__heading {
    display: inline-block;
    font-family: Baustein;
    font-size: 1.3em;
    font-weight: 700;
    color: var(--brown-text-color);
    padding: 0.35em 4em 0.35em 0.75em;
    background-image: url("/svg/headingbg.svg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

/* Subheading */
.cafemix-menu-section__subheading-cell {
    padding: 1.25rem 0 0.5rem 0;
    text-align: left;
}

.cafemix-menu-section__subheading {
    display: inline-block;
    font-family: Baustein;
    font-size: 1.1em;
    font-weight: 700;
    color: var(--brown-text-color);
    padding: 0.35em 4em 0.35em 0.75em;
    background-image: url("/svg/headingbg.svg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.cafemix-menu-section__subnote {
    font-weight: 400;
    font-size: 0.85em;
    margin-left: 0.75em;
    color: var(--brown-text-color);
}

/* Note row */
.cafemix-menu-section__note {
    padding: 0.1rem 0 0.5rem 0;
    color: var(--brown-text-color);
    font-size: 0.85em;
    font-weight: 400;
}

/* Item rows */
.cafemix-menu-section__item-name {
    padding: 0.5rem 0;
    color: var(--brown-text-color);
    font-weight: 600;
}

.cafemix-menu-section__item-price {
    padding: 0.5rem 0;
    text-align: right;
    color: var(--brown-text-color);
    white-space: nowrap;
    width: 6rem;
}

/* Allergen links */
.cafemix-menu-section__allergens a {
    color: var(--brown-text-color);
    text-decoration: none;
    font-size: 0.7em;
    margin-left: 1px;
}

.cafemix-menu-section__allergens a:hover {
    text-decoration: underline;
}


/* === [project] section/cafemix-menu-image === */
.cafemix-menu-image {
    width: 100%;
    padding: 1rem 2rem;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
}

.cafemix-menu-image img {
    width: 100%;
    max-width: 600px;
    height: auto;
    display: block;
}


/* === [project] section/cafemix-menu-size-price === */
.cafemix-menu-section {
    width: 100%;
    box-sizing: border-box;
    padding: 1rem 2rem;
    display: flex;
    justify-content: center;
}

.cafemix-menu-section__wrap {
    width: 100%;
    max-width: 700px;
    box-sizing: border-box;
    padding: 3rem;
    min-width: 0;
}

.cafemix-menu-section__wrap--framed {
    background-image: url("/svg/frame.svg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.cafemix-menu-section__table-wrap {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.cafemix-menu-section__table {
    width: 100%;
    min-width: 350px;
    border-collapse: collapse;
}

.cafemix-menu-section__caption {
    caption-side: top;
    text-align: left;
    padding-bottom: 1rem;
}

.cafemix-menu-section__heading {
    display: inline-block;
    font-family: Baustein;
    font-size: 1.3em;
    font-weight: 700;
    color: var(--brown-text-color);
    padding: 0.35em 4em 0.35em 0.75em;
    background-image: url("/svg/headingbg.svg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.cafemix-menu-section__subheading-cell {
    padding: 1.25rem 0 0.5rem 0;
    text-align: left;
}

.cafemix-menu-section__subheading {
    display: inline-block;
    font-family: Baustein;
    font-size: 1.1em;
    font-weight: 700;
    color: var(--brown-text-color);
    padding: 0.35em 4em 0.35em 0.75em;
    background-image: url("/svg/headingbg.svg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.cafemix-menu-section__subnote {
    font-weight: 400;
    font-size: 0.85em;
    margin-left: 0.75em;
    color: var(--brown-text-color);
}

.cafemix-menu-section__note {
    padding: 0.1rem 0 0.5rem 0;
    color: var(--brown-text-color);
    font-size: 0.85em;
    font-weight: 400;
}

.cafemix-menu-section__item-name {
    padding: 0.5rem 0;
    color: var(--brown-text-color);
    font-weight: 600;
}

.cafemix-menu-section__item-volume {
    padding: 0.5rem 1rem;
    text-align: right;
    color: var(--brown-text-color);
    white-space: nowrap;
}

.cafemix-menu-section__item-price {
    padding: 0.5rem 0;
    text-align: right;
    color: var(--brown-text-color);
    white-space: nowrap;
    width: 6rem;
}

.cafemix-menu-section__allergens a {
    color: var(--brown-text-color);
    text-decoration: none;
    font-size: 0.7em;
    margin-left: 1px;
}

.cafemix-menu-section__allergens a:hover {
    text-decoration: underline;
}

.cafemix-menu-section__footnote {
    margin-top: 2rem;
    font-size: 0.85em;
    color: var(--brown-text-color);
}

@media (max-width: 600px) {
    .cafemix-menu-section {
        padding: 1rem 0;
    }

    .cafemix-menu-section__wrap {
        padding: 1.5rem 1rem;
        font-size: 0.9em;
    }

    .cafemix-menu-section__wrap--framed {
        padding: 2rem 1.25rem;
    }
}


/* === [project] section/cafemix-menu-size-label-price === */
.cafemix-menu-section {
    width: 100%;
    box-sizing: border-box;
    padding: 1rem 2rem;
    display: flex;
    justify-content: center;
}

.cafemix-menu-section__wrap {
    width: 100%;
    max-width: 700px;
    box-sizing: border-box;
    padding: 3rem;
    min-width: 0;
}

.cafemix-menu-section__wrap--framed {
    background-image: url("/svg/frame.svg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.cafemix-menu-section__table-wrap {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.cafemix-menu-section__table {
    width: 100%;
    min-width: 350px;
    border-collapse: collapse;
}

.cafemix-menu-section__caption {
    caption-side: top;
    text-align: left;
    padding-bottom: 1rem;
}

.cafemix-menu-section__heading {
    display: inline-block;
    font-family: Baustein;
    font-size: 1.3em;
    font-weight: 700;
    color: var(--brown-text-color);
    padding: 0.35em 4em 0.35em 0.75em;
    background-image: url("/svg/headingbg.svg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.cafemix-menu-section__subheading-cell {
    padding: 1.25rem 0 0.5rem 0;
    text-align: left;
}

.cafemix-menu-section__subheading {
    display: inline-block;
    font-family: Baustein;
    font-size: 1.1em;
    font-weight: 700;
    color: var(--brown-text-color);
    padding: 0.35em 4em 0.35em 0.75em;
    background-image: url("/svg/headingbg.svg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.cafemix-menu-section__subnote {
    font-weight: 400;
    font-size: 0.85em;
    margin-left: 0.75em;
    color: var(--brown-text-color);
}

.cafemix-menu-section__note {
    padding: 0.1rem 0 0.5rem 0;
    color: var(--brown-text-color);
    font-size: 0.85em;
    font-weight: 400;
}

.cafemix-menu-section__item-name {
    padding: 0.5rem 0;
    color: var(--brown-text-color);
    font-weight: 600;
}

.cafemix-menu-section__item-label {
    padding: 0.5rem 1rem;
    color: var(--brown-text-color);
    white-space: nowrap;
}

.cafemix-menu-section__item-volume {
    padding: 0.5rem 1rem;
    text-align: right;
    color: var(--brown-text-color);
    white-space: nowrap;
}

.cafemix-menu-section__item-price {
    padding: 0.5rem 0;
    text-align: right;
    color: var(--brown-text-color);
    white-space: nowrap;
    width: 6rem;
}

.cafemix-menu-section__allergens a {
    color: var(--brown-text-color);
    text-decoration: none;
    font-size: 0.7em;
    margin-left: 1px;
}

.cafemix-menu-section__allergens a:hover {
    text-decoration: underline;
}

@media (max-width: 600px) {
    .cafemix-menu-section {
        padding: 1rem 0;
    }

    .cafemix-menu-section__wrap {
        padding: 1.5rem 1rem;
        font-size: 0.9em;
    }

    .cafemix-menu-section__wrap--framed {
        padding: 2rem 1.25rem;
    }
}


/* === [project] section/cafemix-menu-sizes-columns === */
.cafemix-menu-section {
    width: 100%;
    box-sizing: border-box;
    padding: 1rem 2rem;
    display: flex;
    justify-content: center;
}

.cafemix-menu-section__wrap {
    width: 100%;
    max-width: 700px;
    box-sizing: border-box;
    padding: 3rem;
    min-width: 0;
}

.cafemix-menu-section__wrap--framed {
    background-image: url("/svg/frame.svg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.cafemix-menu-section__table-wrap {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.cafemix-menu-section__table {
    width: 100%;
    min-width: 350px;
    border-collapse: collapse;
}

.cafemix-menu-section__caption {
    caption-side: top;
    text-align: left;
    padding-bottom: 1rem;
}

.cafemix-menu-section__heading {
    display: inline-block;
    font-family: Baustein;
    font-size: 1.3em;
    font-weight: 700;
    color: var(--brown-text-color);
    padding: 0.35em 4em 0.35em 0.75em;
    background-image: url("/svg/headingbg.svg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

/* Column headers */
.cafemix-menu-section__col-name {
    width: 100%;
}

.cafemix-menu-section__col-header {
    padding: 0 0 0.5rem 1rem;
    text-align: right;
    font-weight: 600;
    color: var(--brown-text-color);
    white-space: nowrap;
}

.cafemix-menu-section__subheading-cell {
    padding: 1.25rem 0 0.5rem 0;
    text-align: left;
}

.cafemix-menu-section__subheading {
    display: inline-block;
    font-family: Baustein;
    font-size: 1.1em;
    font-weight: 700;
    color: var(--brown-text-color);
    padding: 0.35em 4em 0.35em 0.75em;
    background-image: url("/svg/headingbg.svg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.cafemix-menu-section__subnote {
    font-weight: 400;
    font-size: 0.85em;
    margin-left: 0.75em;
    color: var(--brown-text-color);
}

.cafemix-menu-section__note {
    padding: 0.1rem 0 0.5rem 0;
    color: var(--brown-text-color);
    font-size: 0.85em;
    font-weight: 400;
}

.cafemix-menu-section__item-name {
    padding: 0.5rem 0;
    color: var(--brown-text-color);
    font-weight: 600;
}

.cafemix-menu-section__item-price {
    padding: 0.5rem 0 0.5rem 1rem;
    text-align: right;
    color: var(--brown-text-color);
    white-space: nowrap;
    width: 6rem;
}

.cafemix-menu-section__allergens a {
    color: var(--brown-text-color);
    text-decoration: none;
    font-size: 0.7em;
    margin-left: 1px;
}

.cafemix-menu-section__allergens a:hover {
    text-decoration: underline;
}

@media (max-width: 600px) {
    .cafemix-menu-section {
        padding: 1rem 0;
    }

    .cafemix-menu-section__wrap {
        padding: 1.5rem 1rem;
        font-size: 0.9em;
    }

    .cafemix-menu-section__wrap--framed {
        padding: 2rem 1.25rem;
    }
}


/* === [project] footer/cafemix-default === */
footer {
  background-color: var(--brown-bg-color);
}

.footer-inner {
  padding: 3em 5% 5em 5%;
}

.adresse {
  padding-bottom: 1em;
  border-bottom: 1px solid var(--brown-text-color);
}

.adresse p {
  text-align: center;
  font-weight: 400;
  font-size: 1.1em;
  color: var(--brown-text-color);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.55em;
  margin: 0;
}

.adresse span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 0.35em;
  height: 1em;
}

.adresse span::before {
  content: "";
  width: 0.24em;
  height: 0.22em;
  border-radius: 50%;
  background: currentColor;
}

.footer-nav {
  padding-top: 0.6em;
  display: flex;
  justify-content: center;
}

.footer-nav ul {
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 1em;
  row-gap: 2em;
}

.footer-nav a {
  border-radius: 10px;
  padding: 0.8em 0.7em;
  color: var(--brown-text-color);
  font-weight: 500;
}

.footer-nav a:hover,
.footer-nav a:focus {
  background-color: var(--brown-text-color);
  color: var(--white-text-color);
}


/* === [project] section/cafemix-text === */
.cafemix-text {
    width: 100%;
    padding: var(--spacing-section, 4rem) 0;
}

.cafemix-text__inner {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 2rem;
    box-sizing: border-box;
    color: var(--brown-text-color);
    line-height: 1.7;
}

.cafemix-text__inner h1,
.cafemix-text__inner h2,
.cafemix-text__inner h3 {
    margin-bottom: 1rem;
}

.cafemix-text__inner p {
    
}

.cafemix-text__inner a {
    color: var(--brown-text-color);
}

.cafemix-text__inner a:hover {
    text-decoration: none;
}


