/* Fonts */
p {
    font-family: "din-2014", sans-serif;
    font-size: 1rem;
    line-height: 1.25rem;
    font-weight: 300;
    color: var(--heptacom-primary);
}

a {
    font-family: "din-2014", sans-serif;
    font-size: 1rem;
    line-height: 1.25rem;
    font-weight: 300;
    color: var(--heptacom-primary);
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.menu-item a.h4:hover {
    color: var(--heptacom-primary);
    text-decoration: underline;
}

h1, h2, h3, .h3, h4, .h4, h5 {
    font-family: "jaf-domus-titling-web", sans-serif;
    font-weight: 400;
    color: var(--heptacom-primary);
    padding-bottom: 1.111rem;
}

h1, h2 {
    font-size: 1.944rem;
    line-height: 1.944rem;
}

.h1-subline {
    font-family: "din-2014", sans-serif;
    font-size: 1rem;
    line-height: 1.25rem;
}

    @media (min-width: 768px) {
        h1 {
            font-size: 4.389rem; /* 79px */
            line-height: 4.389rem;
        }

        .h1-subline {
            font-size: 1.444rem;
            line-height: 1.444rem;
        }
    }

h3, .h3 {
    font-size: 1.667rem;
    line-height: 1.667rem;
}

h4, .h4 {
    font-size: 1.111rem;
    line-height: 1.111rem;
}

small {
    font-family: din-2014, sans-serif;
    font-size: 1rem;
    font-weight: 600;
}

ul, ol {
    font-family: "din-2014", sans-serif;
    font-size: 1rem;
    line-height: 1.25rem;
}

.headline-style-with-icon {
    font-family: "jaf-domus-titling-web", sans-serif;
    font-weight: 400;
    color: var(--heptacom-primary);
    padding-bottom: 1.5rem;
    font-size: 1.944rem; /* 79px */
    line-height: 1.944rem;
    margin-left: 20px;
    margin-top: 15px;
    hyphens: auto;
}

    @media (min-width: 1200px) {
        .headline-style-with-icon {
            font-size: 4.389rem; /* 79px */
            margin-top: 0;
            padding-bottom: 1.5rem;
        }
    }

.card-price-head {
    font-family: "jaf-domus-titling-web", sans-serif;
    font-weight: 500;
    font-size: 2.444rem; /* 44px */
    color: var(--heptacom-primary);
}

.product-name {
    font-family: "din-2014", sans-serif;
    font-weight: 600;
    font-size: 1rem; /*16px */

}

.rotate-font-right {
    transform: rotate(5deg);
    margin: -1.25rem 3rem;
}

.rotate-font-left {
    transform: rotate(-5deg);
}

.rotate-font-left h5,
.rotate-font-right h5 {
    text-align: center;
    font-family: indie-flower, cursive;
    font-size: 1.5rem;
    line-height: 1.611rem;
    color: var(--heptacom-secondary);
    justify-self: end;
    text-shadow: 1px 1px 0px #fff;
}

.rotate-font-left h5:hover,
.rotate-font-right h5:hover {
    color: var(--heptacom-secondary);
    font-size: 1.6rem;
}



.rotate-font-right-align {
    transform: rotate(5deg);
    margin: -1.25rem 3rem;
}

.rotate-font-right-align h5 {
    text-align: right;
    font-family: indie-flower, cursive;
    font-size: 1.5rem;
    line-height: 1.611rem;
    color: var(--heptacom-accent);
    justify-self: end;
    text-shadow: 1px 1px 0px #fff;
}

.text-accent{
    color: var(--heptacom-accent);
}

.text-primary-heptacom {
    color: var(--heptacom-primary);
}

@media (min-width: 768px) {
    .rotate-font {
        margin: -0.5rem 20rem;
    }

    .rotate-font h5 {
        font-size: 2.5rem;
        line-height: 2.611rem;
    }
}

.advantages-headline {
    font-family: "jaf-domus-titling-web", sans-serif;
    font-weight: 400;
    color: var(--heptacom-primary);
    font-size: 1rem;
    line-height: 0.5rem;
    hyphens: auto;
}