/* @import url('http://example.com/example_style.css'); */
/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/




/*****************************************/
/* Start your style declarations here    */
/*****************************************/



/********* Body og headings ******************************/

body * {

    font-family: 'GT-Walsheim';
    list-style-type: none;
    line-height: 150%;
}




.heading {

    font-family: Vollkorn, serif;
    font-size: 60px;
    font-weight: 600;
    color: #01332a;
    letter-spacing: -0.03em;


}

.subheading {

    font-family: 'GT-Walsheim';
    font-weight: 500;
    font-size: 26px;


}

.subtitle {

    font-family: 'GT-Walsheim';
    font-size: 20px;
    font-weight: 400;

}

.subtitle-2 {

    font-size: 26px;

}

.heading-2 {

    font-family: Vollkorn, serif;
    font-size: 64px;
    font-weight: 600;
    color: #01332a;
    letter-spacing: -0.03em;


}

/******************** Skjuler native footer *****************************/

.footer {

    display: none;
}


/******************** Lenker *****************************/

a:hover,
a:focus {
    font-weight: 400;
    text-decoration: none;
    font-family: 'GT-Walsheim';
    color: #005646;
}

ul li a, ul li a:hover, .contact-list a, .contact-list a:hover {

    color: #005646;
    text-decoration: underline;

}

ul, ol {
    padding-left: 0;


}

h1,
h2,
h3,
h4 {

    font-family: 'GT-Walsheim';
    font-weight: 500;
    color: #01332a;
    letter-spacing: -0.03em;


}



/********************* Google fonts ikon for accordion på landingssider ********************************/

.accordion--plus .accordion__summary:before {
    font-family: 'Material Icons', serif;
    content: "\e5cf";
    float: right;
    margin-right: 20px;

}

.accordion--plus[open] .accordion__summary:before {
    font-family: 'Material Icons', serif;
    content: "\e5ce";

}

/*********************** Fonts og box shadow i hubspot accordion modul  *****************************************************************/

.accordion__summary {

    font-family: 'GT-Walsheim';
    padding-bottom: 25px;
    border-radius: 10px;

}

.accordion__content {

    font-family: 'GT-Walsheim';
        border-radius: 0 0 10px 20px;


}

.accordion__content a, .card-container-no-flex a {

    color: #005646;
    text-decoration: underline;
    font-weight: 500;
}

.accordion {


    border-radius: 10px;
    box-shadow: rgb(0 0 0 / 12%) 0px 0px 24px;

}

.accordion--plus[open] summary.accordion__summary {

    border-radius: 10px 10px 0 0 !important;


}

#hs_cos_wrapper_widget_1662114287458 .accordion__summary {

    font-family: 'GT-Walsheim' !important;

}

/************************ Card/box layout for hjelp og kontakt siden ******************************/



.card-container {


    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
    display: flex;
    text-decoration: none;
    align-items: center;
    justify-content: flex-start;
    background-color: #fff;
    box-shadow: rgb(0 0 0 / 12%) 0px 0px 24px;
    transition: all 0.2s ease-in-out;
}


.card-container:hover {
    background-color: #aff0e5;
}

.card-container-no-flex {

    font-size: 22px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px;


}



.material-symbols-outlined {

    vertical-align: -5px;
    margin: auto;
    text-decoration: none;

}


.card-container p {

    font-family: 'GT-Walsheim';
    font-weight: 500;
    font-size: 22px;
    margin-bottom: 0px;
    color: #231f20 !important;
    text-decoration: none !important;

}

.card-container p:hover {

    text-decoration: underline !important;

}



.icon-background {
    background-color: #aff0e5;
    align-items: center;
    border-radius: 100%;
    display: flex;
    height: 60px;
    justify-content: center;

    margin-right: 17px;
    width: 65px;
}

.icon-background-2 {
    background-color: #aff0e5;


    align-items: center;
    border-radius: 100%;
    display: flex;
    height: 36px;
    justify-content: center;

    margin-right: 12px;
    width: 36px;
}

.icon-background img {

    width: 36px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}


/************************** Skjemaer/forms ***********************************************************************/

::placeholder {
    color: grey;
    font-family: 'GT-Walsheim';
}

label {
    font-weight: 500 !important;
    font-size: 24px;


    color: rgb(1, 51, 42) !important;

}


input[type=file]::file-selector-button {
    background: rgb(1, 51, 42);


    color: rgb(39, 221, 187);
    border: none;
    border-radius: 99px;
    padding: 8px 20px;
    margin-right: 10px;



}

input[type=file]::file-selector-button:hover {

    background: rgb(39, 221, 187);
    border: 0px;
    color: rgb(1, 51, 42);
    border-radius: 99px;
    padding: 8px 20px;
    cursor: pointer;



}

form {
    border: 0px solid rgba(0, 0, 0, 0.5);
    padding: 40px 40px;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0px 0px 12px rgb(0 0 0 / 10%);
}

form input[type='text'], form input[type='email'], form input[type='password'], form input[type='tel'], form input[type='number'], form input[type='search'], form select, form textarea {


    width: 100%;
    height: 52px;
    border: 1px solid rgba(0, 0, 0, 0.5);
    box-sizing: border-box;
    border-radius: 5px;
    background: transparent;
    padding: 0px 16px;
    font-family: 'GT-Walsheim';
    font-weight: 400;
    font-size: 16px;

}

form input[type='submit'], form .hs-button {
    background: rgb(1, 51, 42);

    color: rgb(78, 232, 204);
    border-radius: 99px;
    border: none;
    margin-top: 20px;

}

form input[type='submit']:hover, form .hs-button:hover {
    background: rgb(39, 221, 187);
    color: rgb(1, 51, 42);
    border: none;

}

form textarea {

    height: 120px;

}

.submitted-message {
    border: none;
    padding: 20px;
    background-color: transparent;
    border-radius: 0px;

}


/********************************************* Checkbox style ***********************************************************************/

form input[type='checkbox'], form input[type='radio'] {
    margin-right: 0.8rem;
    width: 22px;
    height: 22px;
}

form input[type='checkbox']:checked {
    accent-color: rgb(1, 51, 42);
}

ul.inputs-list.multi-container li.hs-form-checkbox label span {

    font-weight: normal;
    font-size: 88%;
}

.customer-service-ul {

    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px;
    margin: 0;

}

.customer-service-ul li {

    display: flex;
    align-items: center;
    justify-content: flex-start;

}


/* ********************************** MEDIA QUERIES ***************************************************************/

/*************************************** tablet ***********************************************************************/

@media (min-width: 768px) and (max-width: 1024px) {
    .card-container p, .card-container-no-flex a {
        font-size: 14.7px;
        font-weight: 600;
    }

    .icon-background {

        height: 80px;
        justify-content: center;
        margin-bottom: 10px;
        width: 80px;
    }

    .icon-background img {

        width: 40px;

    }

    ul.inputs-list.multi-container {

        display: block;


    }

    #hs_cos_wrapper_widget_1662114287458 .accordion__summary {

        font-family: 'GT-Walsheim' !important;
        font-size: 18px;

    }
}

/* **************************************** mobile ***********************************************************************/

@media (max-width: 480px) {

    .heading {
        font-size: 36px;
    }

    ul.inputs-list.multi-container {

        display: block;


    }

    .accordion__summary {

        font-size: 17px !important;

    }

    .card-container-no-flex {


        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 30px;

    }

    .accordion--plus .accordion__summary:before {

        margin-right: 8px;

    }
  }




    /**************************************  HEADER **************************************************/

    .header__bottom {
        border-bottom: rgba(0, 0, 0, 0.1) 1px solid;
    }

    .header__menu-container--mobile {
        // display: none;
    }



    /******************************** CUSTOM FOOTER *************************************************/

    .footer-links a {

        color: white;
        text-decoration: none;
        font-size: 18px;
        font-weight: 500;

    }

    .footer-links a:hover {

        color: #3ddcba;
        text-decoration: none;
    }


    .footer-links ul, .footer-links ul li {

        margin: 0;
        padding: 0;

    }

    .footer-links ul li {

        margin-bottom: 12px;

    }

    .footer-links {

        margin-bottom: 20px;
    }

    .footer-heading {

        font-size: 13px;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-weight: 400
    }

    .footer-links a::before {

        font-family: 'Material Icons', serif;
        content: "\e5c8";
        margin-right: 5px;
        vertical-align: -3px;

    }


    .contact-box {
        color: white;
        width: 100%;
        background-color: #005646;
        display: flex;
        align-items: center;
        height: 3.9375rem;
        border-radius: 10px;
        cursor: pointer;
    }

    .contact-box .material-symbols-outlined {

        color: #3ddcba;
        padding: 0 20px 0 20px;
        font-size: 28px;
        margin-top: 4px;

    }

    .contact-box .btn-content {

        font-size: 18px;
        font-weight: 500;

    }

    .contact-box:hover, .contact-box:focus {

        text-decoration: none;
        color: white;
        background-color: #00866d;

    }

    /***************************** Book møte med rådgiver (ikke i bruk) *********************************************/


    .booking-wrapper {

        --primary-color: #aff0e5;
        --light-color: #e5f4f1;
        --dark-color: #00211b;

    }

    .booking-wrapper {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        max-width: 660px;
        margin: 0;
        padding: 0;
    }

    .booking-wrapper ul li {

        margin: 0 10px 20px 0;


    }

    .tags {
        margin: 0;
        padding: 0;
        list-style-type: none;
        display: flex;
        flex-wrap: wrap;
    }

    .tag {


        font-size: 15px;
        border-radius: 100rem;
        border: 2px solid var(--dark-color);
        background-color: transparent;
        color: var(--dark-color);
        font-weight: 600;
        transition:
            background-color 250ms ease,
            box-shadow 250ms ease;

    }

    .tag>a {
        display: inline-block;
        position: relative;
        color: var(--dark-color);
        text-decoration: none;
        padding: 10px 24px;
        font-weight: 500;
    }



    .tag>a:hover {

        text-decoration: none;
        color: var(--primary-color);

    }

    .tag:hover {
        background-color: var(--dark-color);

    }


    /************************************************** Lasses boks ********************************************/

    .avonova-box {

        background-color: #fff;
        min-height: 200px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        padding: 32px;
        border-radius: 10px;
        box-shadow: 0 0 18px rgba(0, 0, 0, .09);

    }

    .avonova-box>h2 {

        font-family: 'GT-Walsheim';
        font-weight: 500;
        margin-bottom: 8px;
        font-size: 24px;

    }


    .product-box {

        background-color: #005646;
        color: white;
        min-height: 200px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        padding: 20px;
        border-radius: 10px;

    }

    .product-heading {

        font-size: 32px;
        color: white;


    }

    .product-content {

        font-size: 17px;
        font-weight: 500;
        color: white;

    }

    .mint {

        background-color: #e5f4f1 !important;
        color: #272727 !important;

    }

    .rosa {
        background-color: #ffddd4 !important;
        color: #272727 !important;
    }

    .orange {

        background-color: #ffdcaf !important;
        color: #272727 !important;

    }

    .service-card {
        background-color: #e0fff9;
        border-radius: 20px;
        box-shadow: 0 0 18px rgba(0, 0, 0, .09);
        padding: 24px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        min-height: 325px;
        transition: all 0.180s ease-in-out;
        text-decoration: none;
    }

    .service-card-link {

        text-decoration: none;


    }


    .service-card:hover, .service-card-link:hover {
        background-color: #aff0e5;
        text-decoration: none;
        cursor: pointer;
    }

    .service-card:hover .avonova-button {
        background-color: #00211b;
        color: white;

    }


    .service-card .service-card-title {
        font-weight: 500;
        font-size: 24px;
        font-family: 'GT-Walsheim';
        word-break: break-word;
        margin-bottom: 10px;
        text-decoration: none;
    }

    .service-card .service-card-text {
        font-weight: 400;
        font-size: 16px;
        color: #231f20;
        line-height: 150%;

    }


    .button-wrapper {

        margin-top: 32px;

    }

    .avonova-button {

        border: 2px solid #272727 !important;
        padding: 4px 22px;
        border-radius: 28px;
        text-align: center;
        font-weight: 500 !important;
        color: #231f20;

    }

    .avonova-button a {

        text-decoration: none;
        font-weight: 500 !important;

    }


    /************************************************** Skjemakorrigeringer ********************************************/
    .hs_cos_wrapper .hs_cos_wrapper_widget .hs_cos_wrapper_type_module .widget-type-form {
        background-color: #ffffff; 
    }