﻿
/*****************************************/
/*RICHTEXT*/
/*****************************************/

.parametric-title {
    color: #b50f52;
    font-size: 36px;
    font-family: "Aaux Next Regular", sans-serif;
    font-weight: 500;
    line-height: 1.3;
}

.parametric-introduction {
    font-family: "Aaux Next Regular", sans-serif;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.5;
}

.parametric-p {
    font-family: "Aaux Next Regular", sans-serif;
    font-size: 18px;
    line-height: 1.6;
}

.parametric-subtitle {
    color: #b50f52;
    font-weight: 500;
    line-height: 1.5;
    font-family: "Aaux Next Regular", sans-serif;
    font-size: 26px;
    padding: 1.5rem 0 0;
    display: block;
}

.parametric-black {
    font-family: "Aaux Next Black", sans-serif;
    line-height: 1.5;
    font-weight: 800;
}

.parametric-link {
    font-family: "Aaux Next Regular", sans-serif;
    font-weight: 500;
    color: #236978;
    text-decoration: underline;
}

    .parametric-link a {
        font-family: "Aaux Next Regular", sans-serif;
        font-weight: 500;
        color: #236978;
        text-decoration: underline;
    }

        .parametric-link a:hover {
            color: #878787;
        }

.parametric-bullet_list {
    margin-bottom: 7px !important;
    font-family: "Aaux Next Regular", sans-serif;
    font-size: 18px;
    padding-left: 16px;
    display: list-item;
    list-style: none;
}

.parametric-bullet_list-berry {
    margin-bottom: 8px !important;
    padding-left: 16px;
}

.parametric-bullet_list-blue {
    margin-bottom: 8px !important;
    padding-left: 16px;
}

.parametric-bullet_list-green {
    margin-bottom: 8px !important;
    padding-left: 16px;
}

.parametric-bullet_list::before {
    content: "•";
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.parametric-bullet_list-berry::before {
    content: "•";
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    color: #b50f52;
}

.parametric-bullet_list-green::before {
    content: "•";
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    color: #C4CE78;
}

.parametric-bullet_list-blue::before {
    content: "•";
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    color: #236978;
}

.parametric-big_title {
    font-family: "Aaux Next Regular", sans-serif;
    font-size: 36px;
    color: #b50f52;
    font-weight: 500;
    line-height: 1.3;
}

.parametric-highlight_title {
    font-family: "Aaux Next Regular", sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3;
    color: #47535F;
}

.parametric-graphic_title {
    font-family: "Aaux Next Regular", sans-serif;
    font-size: 36px;
    font-weight: 500;
    line-height: 1.3;
}

.parametric-graphic_title-berry {
    font-size: 36px;
    font-weight: 500;
    line-height: 1.3;
    color: #b50f52;
}

.parametric-graphic_title-green {
    font-size: 36px;
    font-weight: 500;
    line-height: 1.3;
    color: #C4CE78;
}

.parametric-graphic_title-blue {
    font-size: 36px;
    font-weight: 500;
    line-height: 1.3;
    color: #236978;
}

.parametric-big-graphic_title {
    font-size: 70px;
    font-weight: 500;
    line-height: 1.3;
    color: #b50f52;
}

.parametric-hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
    border: 0;
}

    .parametric-hr hr.solid {
        border-top: 1px solid #707070;
    }

    .parametric-hr hr.dotted {
        border-top: 2px dotted #707070;
    }

.parametric-full_img {
    width: 100%;
    padding-bottom: 6px;
}

.parametric-imageDescription {
    font-family: "Aaux Next Regular", sans-serif;
    font-style: italic;
    font-size: 15px;
    color: #737373;
    line-height: normal;
    margin: 0;
}

.parametric-disclaimer {
    font-family: "Aaux Next Regular", sans-serif;
    font-style: italic;
    font-size: 16px;
    color: #737373;
    line-height: 1.5;
}

.parametric-button-cta {
    border: #236978 1px solid;
    padding: 10px 15px;
    color: #236978;
    background-color: transparent;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 16px;
    font-family: "Aaux Next Bold", sans-serif;
}

    .parametric-button-cta:hover {
        color: white;
        background: #236978;
        cursor: pointer;
    }

.parametric-adjusted-image {
    width: 100%;
    height: auto;
}

    .parametric-adjusted-image img {
        width: 100%;
        height: auto;
    }

@media (max-width:768px) {

    .parametric-adjusted-image {
        width: 100% !important;
        height: auto !important;
    }

        .parametric-adjusted-image img {
            width: 100% !important;
            height: auto !important;
        }
}

/* Richtext: Hide img on mobile/tablet */

.parametric-hide-mobile {
    display: none;
}

@media (max-width: 1279px) {
    .parametric-hide-mobile {
        display: block;
    }
}