/*
Main: #e17a7a;
Links: #e85d63
Weiß: #FFFFFF
Hellgrau: #f4f4f4 Hellgrau Button Farbe im Borgholm Template
Grau: #564D4D; 
Grau Tagline: #9e9e9e
Schwarz: #000000
Body: #333 
Hashtag: #cdfc40
Bakground: #351320
*/

@import "bootstrap.css";
@import "font-awesome.css";


/* ==========================================
   1. CSS Reset oder Normalize (optional)
========================================== */
*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}



/* Schriftart einbinden */

@font-face {
    font-display: swap;
    font-family: 'Cormorant';
    font-style: normal;
    font-weight: 400;
    src: url('/fonts/cormorant-v21-latin-regular.eot');
    src: url('/fonts/cormorant-v21-latin-regular.eot?#iefix') format('embedded-opentype'),
        url('/fonts/cormorant-v21-latin-regular.woff2') format('woff2'),
        url('/fonts/cormorant-v21-latin-regular.woff') format('woff'),
        url('/fonts/cormorant-v21-latin-regular.ttf') format('truetype'),
        url('/fonts/cormorant-v21-latin-regular.svg#Cormorant') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Cormorant';
    font-style: normal;
    font-weight: 700;
    src: url('/fonts/cormorant-v21-latin-700.eot');
    src: url('/fonts/cormorant-v21-latin-700.eot?#iefix') format('embedded-opentype'),
        url('/fonts/cormorant-v21-latin-700.woff2') format('woff2'),
        url('/fonts/cormorant-v21-latin-700.woff') format('woff'),
        url('/fonts/cormorant-v21-latin-700.ttf') format('truetype'),
        url('/fonts/cormorant-v21-latin-700.svg#Cormorant') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Work Sans';
    font-style: normal;
    font-weight: 400;
    src: url('/fonts/work-sans-v19-latin-regular.eot');
    src: url('/fonts/work-sans-v19-latin-regular.eot?#iefix') format('embedded-opentype'),
        url('/fonts/work-sans-v19-latin-regular.woff2') format('woff2'),
        url('/fonts/work-sans-v19-latin-regular.woff') format('woff'),
        url('/fonts/work-sans-v19-latin-regular.ttf') format('truetype'),
        url('/fonts/work-sans-v19-latin-regular.svg#WorkSans') format('svg');
}



/* HTML, Body */

html,
body {
    margin: 0;
    font-family: 'Cormorant', serif;
    min-height: 100%;
    overflow-x: hidden;
    background-color: #fff;
    color: #000;
}

@media (pointer: fine) {
    body {
        cursor: none;
    }
}


#customCursor {
    width: 20px;
    height: 20px;
    border: 2px solid #e17a7a;
    background-color: #e17a7a;
    border-radius: 50%;
    position: fixed;
    pointer-events: none;
    transform: translate(-50%, -50%) scale(1);
    transition: transform 0.15s ease-out;
    z-index: 10000;
}

.btn:focus,
.btn:active:focus,
.btn-link:focus,
.btn-link:active:focus {
    outline: none;
    box-shadow: none;
}

/* Einheitliches Raster für Container px-5 manuell vergrößern */

.px-5 {
    padding-left: 6rem;
    padding-right: 6rem;
}


::selection {
    background-color: #000;
    color: #fff;
}

::-moz-selection {
    background-color: #000;
    color: #fff;
}


.h1,
h1 {
    font-family: Cormorant;
    font-weight: 700;
    letter-spacing: 0;
    color: #000;
    font-size: 4rem;
    line-height: 1.2;
    margin: 25px 0;
    margin-bottom: 1rem;
}

.h2,
h2 {
    font-family: Cormorant;
    font-weight: 700;
    letter-spacing: 0;
    color: #000;
    font-size: 2.3rem;
    line-height: 1em !important;
    margin-bottom: 1rem;
}

.h3,
h3 {
    font-family: Cormorant;
    font-weight: 700;
    font-size: 2.5rem;
    line-height: 1.2em;
    margin: 18px 0;
    color: #000;
    margin-bottom: 1rem;
}

.h4,
h4 {
    font-family: Cormorant;
    font-weight: 700;
    font-size: 1.75rem;
    line-height: 1.4em;
    margin: 15px 0;
    color: #000;
    margin-bottom: 1rem;
}

.h5,
h5 {
    ffont-family: "Work Sans", sans-serif;
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 1.4em;
    margin: 15px 0;
    color: #000;
    margin-bottom: 1rem;
}

p {
    font-size: 16px;
    font-family: "Work Sans", sans-serif;
    line-height: 1.8;
    color: #000;
    margin-bottom: 1rem;
}


@media (max-width: 1024px) {

    .h1,
    h1 {
        font-size: 3rem;
    }

    .h2,
    h2 {
        font-size: 2.2rem;
    }

    .h3,
    h3 {
        font-size: 2.2rem;
    }

    .h4,
    h4 {
        font-size: 1.6rem;
    }

    p {
        font-size: 1rem;
    }
}


@media (max-width: 767px) {

    .h1,
    h1 {
        font-size: 3rem;
    }

    .h2,
    h2 {
        font-size: 2.1rem;
    }

    .h3,
    h3 {
        font-size: 1.8rem;
    }

    .h4,
    h4 {
        font-size: 1.5rem;
    }

    p {
        font-size: 0.9rem;
    }
}

@media (max-width: 420px) {

    .h1,
    h1 {
        font-size: 3rem;
    }

    .h2,
    h2 {
        font-size: 2rem;
    }

    .h3,
    h3 {
        font-size: 1.8rem;
    }

    .h4,
    h4 {
        font-size: 1.5rem;
    }

    p {
        font-size: 15px;
        margin-bottom: 0.8rem;
        line-height: 1.7;
    }
}


h2.footer {
    font-size: 2rem;
    margin-bottom: 0 !important;
}

p.ayva-brand {
    font-size: 16px;
    font-family: Work Sans;
    line-height: 1.7;
    color: #000;
    margin-left: 0;
    margin-top: 25px;
    padding: 35px;
    background-color: #f1f1f1;
}

p.ayva-brand-prestashop {
    font-size: 16px;
    font-family: 'Work Sans', sans-serif;
    line-height: 1.7;
    color: #000;
    margin-left: 0;
    margin-top: 25px;
    padding: 35px;
    border: 1px solid #000;
}


@media (max-width: 1024px) {
    p.ayva-brand {
        background-color: #f1f1f1;
        padding: 35px;
        font-size: 15px;
    }

    p.ayva-brand-prestashop {
        padding: 35px;
        font-size: 16px;
    }
}


@media (max-width: 768px) {
    p.ayva-brand {
        background-color: #f1f1f1;
        padding: 40px;
        font-size: 15px;
        margin-top: 30px;
    }

    p.ayva-brand-prestashop {
        padding: 40px;
        font-size: 15px;
        margin-top: 25px;
    }
}

.text-left {
    text-align: left !important;
    padding: 10px 40px 10px 0px;
}

@media (max-width: 1024px) {
    .text-left {
        text-align: left !important;
        padding: 10px 40px 10px 0px;
    }
}


@media (max-width: 768px) {
    .text-left {
        text-align: left !important;
        padding: 0px 40px 10px 0px;
    }
}

@media (max-width: 420px) {
    .text-left {
        text-align: left !important;
        padding: 0px 40px 10px 0px;
    }
}

/* Grundlegende Stile*/

img {
    width: 100%;
    object-fit: cover;
    object-position: center;
}

a {
    color: #000;
    text-decoration: none;
    font-weight: normal;
    transition: all 0.2s ease;
}

a:hover {
    color: #000;
    /* bleibt schwarz */
    font-weight: bold;
    transform: scale(1.0);
    /* leichte Vergrößerung */
    text-decoration: none;
}

.tagline {
    font-family: "Work Sans", sans-serif;
    font-size: 11px;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #9e9e9e;
    margin-bottom: 15px;
}

h2.headline {
    font-family: Cormorant;
    font-weight: 700;
    letter-spacing: 0;
    color: #000;
    font-size: 2.3rem;
    line-height: 1.1em !important;
    margin-bottom: 1rem;
    width: 90% !important;
}

.tagline-services {
    font-family: "Work Sans", sans-serif;
    font-size: 11px;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #9e9e9e;
    margin-bottom: 15px;
    text-align: center;
}

.subtitle {
    margin: 15px 0;
    font-family: Cormorant;
    font-size: 20px;
    font-style: italic;
    font-weight: 500;
    color: #000;
    width: 95%;
}

p.subtitle {
    margin: 15px 0;
    font-family: Cormorant;
    font-size: 20px;
    font-style: italic;
    font-weight: 400;
    color: #000;
    width: 90%;
}

.hashtag {
    background-color: #000;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    padding: 10px;
    margin-top: 15px;
    display: inline-block;
}

span.italic {
    font-family: "Work Sans", sans-serif;
    font-size: 16px;
    font-style: italic;
}

@media (max-width: 1024px) {
    .tagline {
        font-size: 10px;
        line-height: 22px;
        letter-spacing: 1.8px;
    }

    h2.headline {
        font-size: 2.2rem;
    }

    .subtitle {
        font-size: 19px;
        line-height: 28px;
    }

    .hashtag {
        font-size: 19px;
    }

    span.italic {
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .tagline {
        font-size: 9px;
        line-height: 20px;
        letter-spacing: 1.5px;
    }

    h2.headline {
        font-size: 2.1rem;
    }

    .subtitle {
        font-size: 19px;
        line-height: 26px;
    }

    .hashtag {
        font-size: 17px;
    }

    span.italic {
        font-size: 13px;
    }
}

@media (max-width: 420px) {
    .tagline {
        font-size: 9px;
        line-height: 20px;
        letter-spacing: 1.5px;
    }

    h2.headline {
        font-size: 2rem;
    }

    .subtitle {
        font-size: 18px;
        line-height: 26px;
    }

    .hashtag {
        font-size: 17px;
    }

    span.italic {
        font-size: 13px;
    }
}

/* Separator*/

.separator {
    border-top: 1px solid #000;
    margin: 40px auto;
    width: 100%;
}

/* Editorial Text*/

.editorial {
    font-size: 16px;
    line-height: 1.6;
}

.dropcap {
    float: left;
    font-size: 8em;
    line-height: 0.8;
    padding-right: 25px;
    padding-top: 4px;
    font-weight: bold;
    font-family: serif;
}

@media (max-width: 1024px) {
    .editorial {
        font-size: 16px;
        line-height: 1.6;
    }

    .dropcap {
        font-size: 8em;
        padding-right: 20px;
        padding-top: 2px;
    }
}

@media (max-width: 768px) {
    .editorial {
        font-size: 16px;
        line-height: 1.6;
    }

    .dropcap {
        font-size: 6em;
        padding-right: 16px;
        padding-top: 1px;
    }
}

@media (max-width: 420px) {
    .editorial {
        font-size: 15px;
        line-height: 1.7;
    }

    .dropcap {
        font-size: 4em;
        padding-right: 12px;
        padding-top: 0;
    }
}


/* Nav und Toggler Menue */

.overlay-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 50%;
    height: 100%;
    background-color: #fff;
    z-index: 1050;
    transition: right 0.3s ease-in-out;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    box-shadow: none;
    border-left: 1px solid #000;
}

.overlay-menu.open {
    right: 0;
}

.overlay-image {
    text-align: center;
    margin-top: 20px;
}

.overlay-image img {
    height: auto;
    display: flex;
    margin-top: 30px;
    max-width: 80%;
}

body.overlay-menu-open {
    overflow: hidden;
}

.close-btn {
    font-size: 3rem;
    color: #000;
    border: 1px solid #000;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 1rem;
    right: 1rem;
    cursor: pointer;
    border-radius: 50%;
    z-index: 1060;
    box-sizing: border-box;
    background-color: transparent;
    box-shadow: none;
}

.overlay-nav {
    list-style: none;
    padding: 0;
    margin-top: 4rem;
    width: 100%;
}

.overlay-nav li {
    margin-bottom: 1.5rem;
}

.overlay-nav a {
    text-decoration: none;
    color: #000;
    font-size: 1.25rem;
    font-family: 'Work Sans', sans-serif;
    text-transform: uppercase;
    border-bottom: 1px solid #000;
    padding: 1rem 0;
    text-align: left;
    display: block;
    transition: background-color 0.3s ease;
}

.navbar {
    background-color: #fff !important;
    border-bottom: 1px solid #000 !important;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    width: 100%;
    padding: 0 2rem;
}

.navbar .logo {
    height: auto;
    width: auto;
    max-width: 180px !important;
    margin: 0;
    padding: 0;
}

.navbar-toggler {
    border-radius: 0 !important;
    width: 2.5em;
    height: 2.5em;
    padding: 0;
    flex-shrink: 0;
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    border: 1px solid #000;
    background-color: transparent;
}

.navbar-light .navbar-toggler {
    color: #000;
    border-color: #000;
}

.navbar .navbar-toggler-icon {
    background-color: #fff;
    width: 2em;
    height: 2em;
    background-size: contain;
}

.navbar-light .navbar-toggler-icon {
    background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30"%3e%3cpath stroke="%23000" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="M4 7h22M4 15h22M4 23h22"/%3e%3c/svg%3e');
}


@media (max-width: 991px) {
    .navbar {
        padding: 0 2rem;
    }

    .navbar .navbar-toggler {
        background-color: transparent;
        border: 1px solid #000;
    }

    .navbar .navbar-toggler-icon {
        background-color: #fff;
    }

    .overlay-nav a {
        font-size: 1.1rem;
        padding: 1rem;
    }
}

@media (max-width: 767px) {

    .overlay-menu {
        width: 80%;
    }

    .overlay-nav a {
        font-size: 1.1rem;
        padding: 1rem;
    }

    .close-btn {
        width: 3.5rem;
        height: 3.5rem;
        font-size: 2.5rem;
    }

    .navbar .logo {
        max-width: 40vw;
    }

    .navbar {
        height: 130px !important;
        padding: 0 2rem;
    }

    .navbar .navbar-toggler-icon {
        background-color: #fff;
        max-width: 90%;
    }
}

@media (max-width: 420px) {
    .navbar .logo {
        max-width: 160px !important;
    }

    .close-btn {
        width: 3rem;
        height: 3rem;
        font-size: 2rem;
    }

    .overlay-nav a {
        font-size: 1rem;
        padding: 0.75rem 0;
    }

    .overlay-menu {
        width: 90%;
    }

    .navbar {
        padding: 0 1.5rem;
        height: auto;
    }

    .navbar .navbar-toggler-icon {
        background-color: #fff;
        max-width: 60% !important;
    }
}

/* Header Banner*/

.banner {
    width: 100%;
    height: 700px;
    background: url('img/header-banner-ayva_kl.jpg') no-repeat center center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    padding-right: 10%;
    position: relative;
    text-align: right;
    margin-top: 5px;
}

.banner-tagline {
    font-family: "Work Sans", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 12px;
}

.banner-text {
    font-size: 2.5rem;
    font-weight: 700;
    color: #e17a7a;
    font-family: 'Cormorant';
    margin: 0;
    background: #351320;
    display: inline-block;
    padding: 10px 20px;
    position: relative;
    line-height: 1.2;
}

@media (max-width: 1024px) {
    .banner-text {
        font-size: 2rem;
        display: block;
        margin-left: 0;
        margin-right: auto;
        padding-right: 24px;
        width: fit-content;
    }

    .banner-tagline {
        font-size: 0.8rem;
    }
}

@media (max-width: 768px) {
    .banner-text {
        font-size: 2rem;
        display: block;
        margin-left: 0;
        margin-right: auto;
        padding-right: 24px;
        width: fit-content;
    }

    .banner-tagline {
        font-size: 0.8rem;
    }
}

@media (max-width: 420px) {
    .banner-text {
        font-size: 1.9rem;
        line-height: 1.2;
        display: block;
        margin-left: 0;
        margin-right: auto;
        padding-right: 24px;
        width: fit-content;
    }

    .banner-tagline {
        font-size: 0.7rem;
    }
}

/* Quote-Wrapper*/

.quote-wrapper {
    margin: 0 auto;
}

span.highlight {
    font-family: Cormorant;
    font-style: italic;
    letter-spacing: 0;
    color: #000;
    font-size: 2.5rem !important;
    font-weight: 700;
}

q.quote-text {
    font-family: Cormorant;
    color: #000;
    font-size: 2.5rem;
    letter-spacing: -1.5px;
    line-height: 1.5em;
}

blockquote {
    margin: 0;
    text-align: left;
}

footer {
    margin-top: 15px;
    font-weight: bold;
    text-align: left;
}


@media (max-width: 1024px) {
    span.highlight {
        font-size: 2.2rem !important;
        line-height: 1em !important;
    }

    q.quote-text {
        font-size: 2.2rem;
        letter-spacing: -1.2px;
        line-height: 1.4em;
    }
}

@media (max-width: 768px) {
    blockquote {
        text-align: center;
    }

    footer {
        text-align: center;
    }

    q.quote-text {
        display: inline-block;
        font-size: 2rem;
        letter-spacing: -1px;
        line-height: 1.3em;
    }

    span.highlight {
        font-size: 2rem !important;
        line-height: 1em !important;
    }
}

@media (max-width: 420px) {
    q.quote-text {
        font-size: 2rem;
        letter-spacing: -0.8px;
        line-height: 1.2em;
    }

    span.highlight {
        font-size: 2rem !important;
        line-height: 1em !important;
    }
}

/* Allgemeine Stile für die Sections Abschnitte */

.container {
    max-width: 1200px;
    padding-right: 0;
    padding-left: 0;
}


/* Section1 Styles Image*/

#section1 {
    padding-top: 3rem !important;
}

.business-woman {
    display: block;
    margin: 20px auto;
    width: 70%;
}

.anna.img-fluid {
    margin: 20px 0;
}

@media (max-width: 10248px) {
    .business-woman {
        display: block;
        margin-left: auto;
        margin-right: auto;
        max-width: 60%;
    }
}

@media (max-width: 768px) {
    .business-woman {
        display: block;
        margin-left: auto;
        margin-right: auto;
        max-width: 50%;
    }
}

@media (max-width: 420px) {
    .business-woman {
        display: block;
        margin-left: auto;
        margin-right: auto;
        max-width: 60%;
    }
}

/* Section2 Style Services */

.img-wrapper {
    display: flex;
    justify-content: center;
}

img.services {
    height: auto;
    margin-bottom: 20px;
    max-width: 30% !important;
    background: #f1f1f1 !important;
    padding: 10px !important;
}

@media (max-width: 1024px) {
    img.services {
        max-width: 60% !important;
    }
}

@media (max-width: 768px) {
    img.services {
        max-width: 40% !important;
        margin-top: 20px;
    }
}

@media (max-width: 420px) {
    img.services {
        max-width: 50% !important;
        margin-top: 20px;
    }

    img.img-wrapper {
        justify-content: center;
    }
}

.custom-tag-wrapper {
    background: #fff;
    padding-top: 15px;
    padding-bottom: 30px;
}

.custom-tag {
    border-radius: 80px;
    font-size: 13px;
    font-weight: bold;
    padding: 8px 20px;
    text-transform: uppercase;
}

.custom-tag:hover {
    background-color: #000;
    color: #fff;
    text-decoration: none;
}

.btn-outline-dark {
    color: #000;
    border-color: #000;
}

h2.services {
    font-family: Cormorant;
    font-weight: 700;
    letter-spacing: 0;
    color: #000;
    font-size: 2.2rem;
    line-height: 1em !important;
    text-align: center !important;
}

p.services {
    font-size: 16px;
    font-family: "Work Sans", sans-serif;
    line-height: 1.733em;
    color: #000;
    text-align: center;
    margin-top: 15px;
}

@media (max-width: 1024px) {
    h2.services {
        font-size: 2rem;
    }

    p.services {
        font-size: 16px;
    }

    .custom-tag {
        font-size: 12.5px;
        padding: 7px 18px;
    }
}

@media (max-width: 768px) {
    h2.services {
        font-size: 2rem;
    }

    p.services {
        font-size: 16px;
        line-height: 1.6em;
    }

    .custom-tag {
        font-size: 12px;
        padding: 6px 16px;
    }
}

@media (max-width: 420px) {
    h2.services {
        font-size: 1.7rem;
        padding: 0 10px;
    }

    p.services {
        font-size: 16px;
        line-height: 1.5em;
    }

    .custom-tag {
        font-size: 14px;
        padding: 5px 14px;
    }

    #custom-tag {
        padding-bottom: 20px;
    }
}

.column-with-separator {
    border-left: 1px solid black;
    border-right: 1px solid black;
    padding-left: 30px;
    padding-right: 30px;
}

.column-with-separator-right {
    border-right: 1px solid black;
    padding-right: 30px;
}

@media (max-width: 1024px) {
    #section2 .container.px-5.py-5 h2.services {
        font-family: Cormorant;
        font-weight: 700;
        margin: 18px 0;
        color: #222;
        text-align: center;
        font-size: 1.7em;
    }
}

@media (max-width: 768px) {

    .column-with-separator,
    .column-with-separator-right {
        border: none;
        padding-left: 0;
        padding-right: 0;
    }
}

/* Section3 Styles PrestaShop */

.prestashop-highlights {
    margin-top: 20px;
    font-weight: bold;
    font-family: "Work Sans", sans-serif;
    font-size: 1rem;
    line-height: 1.733em;
}

.prestashop-commerce {
    flex: 1 1 32%;
}

.img-wrapper-prestashop {
    display: flex;
    justify-content: center;
}

img.prestashop-logo {
    border: 1px solid #000;
    display: block;
}

@media (max-width: 768px) {
    .img-wrapper-prestashop {
        justify-content: flex-start;
    }
}

.ref-container a {
    font-size: 15px;
    transition: color 0.3s ease-in-out;
}

.ref-container a:hover {
    color: #A4DBE8;
}

/* Container E-Commerce Erfolg mit PrestaShop / Section 1*/

.container-full-width.prestashop-section {
    width: 100%;
    background-color: #000;
    box-sizing: border-box;
    margin-top: 30px;
    padding: 2rem;
}

.content-wrapper {
    max-width: 1140px;
    margin: 0 auto;
}

span.prestashop {
    font-size: 6rem;
    color: #fff !important;
    line-height: 1;
    letter-spacing: -2.5px;
    padding: 25px 75px;
}

@media (max-width: 1024px) {
    span.prestashop {
        font-size: 5rem;
        line-height: 1;
        letter-spacing: -1.8px;
        padding: 0 40px;
    }
}

@media (max-width: 768px) {
    span.prestashop {
        font-size: 4rem;
        line-height: 1.1;
        letter-spacing: -1px;
        padding: 0;
    }
}

@media (max-width: 480px) {
    span.prestashop {
        font-size: 3rem;
        line-height: 1.1;
        letter-spacing: 0;
        padding: 0;
    }

    .container-full-width.prestashop-section {
        margin-top: 20px;
    }
}


/* Versuch PrestaShop Banner  */

.strate-visual-text {
    padding: 30px;
}

.b-color-5 {
    background-color: #f8f9fa;
}

.cta {
    display: inline-flex;
    align-items: center;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    background-color: #e17a7a;
    border-radius: 5px;
    text-decoration: none;
}

.cta svg {
    margin-left: 10px;
    fill: #ffffff;
    width: 20px;
    height: 20px;
}

.title {
    font-size: 24px;
    margin-bottom: 15px;
}

.full-width {
    width: 100%;
}


/* Stile für den Hauptcontainer */
.container-fluid {
    position: relative;
    padding: 0;
    width: 100%;
}

.row {
    margin: 0;
}

.g-0 {
    gap: 0;
}

.col-md-6 {
    padding: 0;
}


.custom-img {
    width: 5em;
    height: 5em;
    margin-bottom: 30px;
}

.lc-block {
    text-align: center;
    margin-bottom: 1rem;
}

.display-5 {
    font-size: 3rem;
    font-weight: 700;
}

.container-custom {
    padding: 3rem 1.5rem;
}


/* Flexbox für das Bild-Grid */
.image-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 20px 40px 00px 0;
    gap: 20px;
}

@media (min-width: 992px) {
    .image-grid {
        width: 100%;
        gap: 20px;
        padding: 20px 40px 20px 0;
    }
}

@media (max-width: 768px) {
    .prestashop-commerce {
        flex: 1 1 100%;
        margin-bottom: 20px;
    }

    .image-grid {
        width: 100%;
        gap: 20px;
        padding: 0;
    }
}

.custom-bullets p {
    position: relative;
    padding-left: 2.5rem;
    margin-bottom: 1rem;
    font-size: 17px;
    line-height: 1.7;
}

@media (max-width: 1024px) {
    .custom-bullets p {
        font-size: 16px;
    }
}


@media (max-width: 768px) {
    .custom-bullets p {
        font-size: 15px;
    }
}

/* Kreis mit zentriertem Herz */
.custom-bullets p::before {
    content: "\f004";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: white;
    background-color: black;
    border-radius: 50%;
    width: 1.5rem;
    height: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 0.15rem;
    font-size: 0.8rem;
}


/* Back to Top anzeigen, wenn der Benutzer scrollt */
#back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: black;
    color: white;
    border-radius: 50%;
    text-align: center;
    font-size: 18px;
    z-index: 10000;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    border: 2px solid transparent;
    transition: all 0.3s ease-in-out;
    pointer-events: auto !important;
}

#back-to-top:hover {
    background-color: white;
    color: black;
    border-color: black;
}

.back-to-top-text {
    background-color: transparent;
    color: inherit;
}

/* Grundlegende Boxen für Cards */

.offers {
    display: flex;
    flex-direction: column;
}


#section4 .row {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

#section4 .offers {
    display: flex;
}

#section4 .offers .card {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
}

#section4 .card-body {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#section4 {
    margin-top: 40px;
    margin-bottom: 40px;
}


.card-title {
    font-weight: bold;
    font-size: 1.7rem;
}

.card-text {
    margin-bottom: 15px;
}

.card-text-copy {
    margin-bottom: 30px;
    width: 80%;
}

.offers.col-md-6.col-lg-4.mb-4 {
    margin-top: 50px;
}

.card {
    background-color: #ffffff;
    border: 1px solid black;
    border-radius: 0;
    overflow: hidden;
    margin: 20px;
    transition: all 0.3s ease-in-out;
}

#section4 .row .col-md-6:first-child .card {
    background-color: #A4DBE8;
    color: #000;
    border: 1px solid #000
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: none;
}

.card-header {
    background-color: #e17a7a;
    color: #fff;
    padding: 20px;
    font-family: 'Cormorant';
    font-weight: 600;
    font-size: 1.5rem;
    text-align: center;
}

.card-body {
    padding: 20px;
    font-family: "Work Sans", sans-serif;
    font-size: 1rem;
    color: #000;
    line-height: 1.5;
}

.card-footer {
    background-color: #f4f4f4;
    padding: 15px;
    text-align: center;
    font-family: "Work Sans", sans-serif;
    color: #000;
}

.card-footer .btn {
    background-color: #A4DBE8;
    color: #000;
    padding: 10px 20px;
    text-transform: uppercase;
    border-radius: 4px;
    font-weight: bold;
    transition: background-color 0.3s;
}

.card-footer .btn:hover {
    background-color: #A4DBE8;
}

@media (max-width: 992px) {
    .card-columns {
        column-count: 2;
    }

    .card-title {
        font-weight: bold;
        font-size: 1.7rem;
    }
}

@media (max-width: 768px) {
    .card {
        margin: 10px;
    }

    .card-header {
        font-size: 1.2rem;
        padding: 15px;
    }

    .card-body {
        font-size: 0.9rem;
        padding: 15px;
    }

    .card-footer {
        font-size: 0.9rem;
        padding: 10px;
    }

    .card-title {
        font-weight: bold;
        font-size: 1.5rem !important;
    }

    .card-text {
        margin-bottom: 15px;
    }

    .card-text-copy {
        margin-bottom: 30px;
        width: 80%;
    }

    .card-columns {
        column-count: 1;
        column-gap: 20px;
    }
}

/*Button-Styles*/

.btn-prestashop {
    display: inline-block;
    padding: 8px 16px;
    border: 1px solid #000;
    background-color: #A4DBE8;
    color: #000;
    border-radius: 20px;
    font-family: "Work Sans", sans-serif;
    font-size: 0.9rem;
    font-weight: 600;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
    position: relative;
    margin: 15px 0;
    width: 90%;
}

.btn-classic {
    display: inline-block;
    padding: 8px 16px;
    border: 1px solid #000;
    background-color: transparent;
    color: #000;
    border-radius: 20px;
    font-family: "Work Sans", sans-serif;
    font-size: 0.9rem;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    position: relative;
    margin: 15px 0;
}

.btn-contact {
    display: inline-block;
    padding: 8px 16px;
    border: 1px solid #000;
    background-color: transparent;
    color: #000;
    border-radius: 20px;
    font-family: "Work Sans", sans-serif;
    font-size: 0.9rem;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    position: relative;
    margin: 15px 0;
}

@media (max-width: 1024px) {

    .btn-prestashop,
    .btn-classic,
    .btn-contact {
        padding: 7px 14px;
        font-size: 0.85rem;
        margin: 12px 0;
    }
}

@media (max-width: 768px) {

    .btn-prestashop,
    .btn-classic,
    .btn-contact {
        padding: 6px 12px;
        font-size: 0.8rem;
        margin: 10px 0;
    }
}

@media (max-width: 420px) {

    .btn-prestashop,
    .btn-classic,
    .btn-contact {
        padding: 5px 10px;
        font-size: 0.75rem;
        margin: 8px 0;
        width: 100%;
        box-sizing: border-box;
        text-align: center;
    }
}


a.btn-classic:hover {
    background-color: #000;
    border-color: #000;
    color: #fff;
}

a.btn-prestashop:hover {
    background-color: #000;
    border-color: #000;
    color: #fff;
}

a.btn-contact:hover {
    background-color: #e17a7a;
    border-color: #e17a7a;
    color: #000;
}


/* Prefooter Banner */

.container-full-width.prefooter-section {
    background: #e17a7a;
    margin-bottom: 20px;
}

span.prefooter {
    font-size: 6rem;
    color: #000 !important;
    line-height: 110px;
    letter-spacing: -2.5px;
    padding: 25px;
    margin-bottom: 20px;
    margin-top: 20px;
}

@media (max-width: 1024px) {
    span.prefooter {
        font-size: 6rem;
        line-height: 90px;
        padding: 20px;
    }
}

@media (max-width: 768px) {
    span.prefooter {
        font-size: 4.5rem;
        line-height: 70px;
        padding: 15px;
    }
}


/* Footer */

.footer-links {
    font-weight: bold;
    text-decoration: underline;
}

.copyright.col-12.text-center {
    margin-bottom: 10px;
}

p.copyright-text {
    font-size: 12px !important;
    font-weight: 400;
}

.demo-prestashop {
    margin-top: 25px;
}

.link-prestashop {
    margin: 30px 0;
}

.data {
    color: #000;
    text-decoration: underline;
    font-weight: bold;
}

.footer-logo {
    margin-bottom: 20px;
    margin-top: 20px;
    max-width: none;
    width: 200px;
    height: auto;
}

.row.footer-bottom.mt-4.pt-3.text-center {
    border-top: 1px solid #000;
}

.cta-social {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    border-radius: 30%;
    border: 1.5px solid #000;
    background-color: #000;
    /* Hintergrund schwarz */
    transition: all 0.3s ease;
    text-decoration: none;
}

.cta-social svg {
    width: 22px;
    height: 22px;
}

.cta-social svg path {
    fill: #fff !important;
    transition: fill 0.3s ease;
}

.cta-social:hover {
    background-color: #fff;
}

.cta-social:hover svg path {
    fill: #000 !important;
}

a.ayva-link {
    font-size: 22px;
    color: #e85d63;
}

.py-5 {
    padding-top: 0 !important;
}

.py-5 {
    padding-bottom: 0 !important;
}


/* FAQ-Karten */
.faq.container-full-width {
    background: #e17a7a;
    margin: 40px 0;
    padding: 50px 0;
}

/* Frage-Text im Button */
button .faq {
    font-family: Cormorant;
    font-weight: 700;
    letter-spacing: 0;
    color: #000;
    font-size: 21px;
    line-height: 1em !important;
    margin: 0 !important;
}

/* Icon rechts */
.faq-icon {
    display: inline-block;
    transition: transform 0.3s ease;
    will-change: transform;
}

.accordion {
    margin: 10px !important;
}

#faqAccordion .card {
    border: 2px solid #000;
    background-color: #fff;
    border-radius: 4px;
    margin-bottom: 1rem;
    transition: border-color 0.3s ease;
}

/* Hover: Rahmenfarbe ändern */
#faqAccordion .card:hover {
    border-color: #000;
}

/* Header */
#faqAccordion .card-header {
    background-color: #fff;
    border-bottom: 1px solid #000;
    padding: 0.75rem 1.25rem;
}

/* Frage-Button */
#faqAccordion .btn-link {
    color: #000;
    text-align: left;
    text-decoration: none;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    font-weight: bold;
}

/* Dreht das Icon beim Öffnen */
.btn[aria-expanded="true"] .faq-icon {
    transform: rotate(180deg);
}

/* Antwortbereich */
#faqAccordion .card-body {
    background-color: #f1f1f1;
    color: #000;
    padding: 1rem 2rem !important;
    border-top: 1px solid #000;
}

/* Vertikale Überschrift */
.faq-vertical-title {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    font-size: 8rem !important;
    font-weight: bold;
    text-align: center;
}

/* Positionierter Container */
.faq.container.my-5 {
    width: 75%;
    margin-left: auto;
    margin-right: 0;
}

/* Tablet */
@media (max-width: 1024px) {
    .faq-vertical-title {
        font-size: 6rem !important;
        margin-bottom: 1rem;
    }
}

/* Mobile */
@media (max-width: 420px) {
    .faq-vertical-title {
        writing-mode: horizontal-tb;
        transform: none;
        font-size: 4rem !important;
        margin-bottom: 1rem;
    }

    button .faq {
        font-size: 18px;
    }
}


/* Section Contact */

#contact.container {
    margin-top: 50px;
    margin-bottom: 100px;
}

.gallery-masonry img {
    width: 100%;
    height: auto;
    margin-bottom: 1rem;
    border-radius: 6px;
    object-fit: cover;
    display: block;
    break-inside: avoid;
}

@media (min-width: 992px) {
    .row.gx-5.gy-4 {
        display: flex;
        flex-wrap: nowrap;
        align-items: flex-start;
    }

    .col-md-6.order-2 {
        order: 1;
    }

    .col-md-6.order-1 {
        order: 2;
    }

    .gallery-masonry {
        column-count: 4;
        column-gap: 0.75rem;
    }

    .gallery-masonry img {
        margin-bottom: 0.75rem;
    }

    .contact-text-col {
        padding-left: 50px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .row.gx-5.gy-4 {
        display: flex;
        flex-wrap: nowrap;
        align-items: flex-start;
    }

    .col-md-6.order-2 {
        order: 1;
    }

    .col-md-6.order-1 {
        order: 2;
    }

    .gallery-masonry {
        column-count: 4;
        column-gap: 0.75rem;
    }

    .gallery-masonry img {
        margin-bottom: 0.75rem;
    }

    .contact-text-col {
        padding-left: 50px;
    }
}

@media (max-width: 767px) {
    .row.gx-5.gy-4 {
        display: flex;
        flex-direction: column;
    }

    .col-md-6.order-2 {
        order: 2;
    }

    .col-md-6.order-1 {
        order: 1;
    }

    .gallery-masonry {
        column-count: 4;
        column-gap: 0.4rem;
    }

    .gallery-masonry img {
        width: 100%;
        margin-bottom: 0.4rem;
        border-radius: 4px;
        break-inside: avoid;
        object-fit: cover;
    }

    .contact-text-col {
        padding-left: 0;
        margin-bottom: 1.5rem;
    }
}


/* Impressum & Datenschutz */


.impressum.container.p-5,
.datenschutz.container.p-5 {
    background: #f1f1f1;
    margin-top: 50px;
    width: 80% !important;
}

.impressum,
.datenschutz {
    text-decoration: none;
    font-weight: 400;
}

h1.impressum,
h1.datenschutz {
    font-family: Cormorant;
    font-weight: 700;
    letter-spacing: 0;
    color: #000;
    font-size: 2rem;
    line-height: 1em !important;
    text-transform: uppercase;
    margin-bottom: 40px;
}

h2.impressum,
h2.datenschutz {
    font-size: 1.2rem;
    font-family: "Work Sans", sans-serif;
    color: #000;
    font-weight: 700;
    margin-top: 40px;
}


a.impressum {
    color: #000;
}

p.source {
    font-weight: 700;
    margin-top: 40px;
    color: #333;
    font-size: 1.0625rem;
}

a.data {
    color: #000;
}

ul.datenschutz,
ul.impressum {
    padding-left: 1.5rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    list-style-type: disc;
    color: #333;
    font-size: 1rem;
    line-height: 1.6;
}

ul.datenschutz li,
ul .impressum li {
    padding-left: 0.5rem;
    font-size: 14px;
    font-family: "Work Sans", sans-serif;
    font-size: 1.0625rem;
    line-height: 1.733em;
    color: #000;
}


@media (max-width: 1024px) {

    h1.impressum,
    h1.datenschutz {
        font-size: 1.7rem;
        font-weight: 700;
        margin: 20px 0 30px;
    }

    h2.impressum,
    h2.datenschutz {
        font-size: 1rem;
        line-height: 1.3em !important;
    }

    p.source {
        font-size: 1rem;
        margin-top: 30px;
    }

    ul.datenschutz li {
        font-size: 1rem;
    }

    .footer-logo {
        margin-bottom: 20px;
        margin-top: 20px;
        max-width: none;
        width: 170px !important;
        height: auto;
    }

    a.ayva-link {
        font-size: 20px !important;
        color: #e85d63;
    }

    img.logo {
        max-width: 90% !important;
        padding: 2rem;
    }

    .navbar .navbar-toggler-icon {
        background-color: #fff;
        max-width: 90%;
    }

    .navbar {
        height: 130px !important;
    }
}

@media (max-width: 768px) {

    h1.impressum,
    h1.datenschutz {
        font-size: 1.3rem;
        font-weight: 700;
        margin: 20px 0 30px;
        white-space: normal;
    }

    h2.impressum,
    h2.datenschutz {
        font-size: 1rem;
        line-height: 1.3em !important;
    }

    p.source {
        font-size: 1rem;
        margin-top: 30px;
    }

    ul.datenschutz li {
        font-size: 1rem;
    }

    .footer-logo {
        margin-bottom: 20px;
        margin-top: 20px;
        max-width: none;
        width: 170px !important;
        height: auto;
    }

    a.ayva-link {
        font-size: 20px !important;
        color: #e85d63;
    }

    img.logo {
        max-width: 90% !important;
        padding: 2rem;
    }
}

@media (max-width: 420px) {

    h1.impressum,
    h1.datenschutz {
        font-size: 1rem;
        font-weight: 700;
        margin: 15px 0 25px;
        white-space: normal;
    }

    h2.impressum,
    h2.datenschutz {
        font-size: 0.95rem;
        line-height: 1.3em !important;
    }

    p.source {
        font-size: 0.95rem;
        margin-top: 25px;
    }

    ul.datenschutz li {
        font-size: 0.95rem;
    }

    .footer-logo {
        display: none;
    }

    p.copyright-text {
        font-size: 10px !important;
    }
}