/* Triboron International AB */

/* Animationer */
@import url('/resources/scripts/aos/2.3.1/aos.css');

/* ==========================================================================
Generellt
========================================================================== */
:root {
    /* 	Colors */
    --primary-color: 104, 138, 44;
    --primary-dark-color: 0, 64, 35;
    --primary-light-color: 165, 207, 76;

    --black-color: 17, 17, 17;
    --gray-dark-color: 58, 58, 58;
    --gray-color: 222, 224, 224;
    --gray-light-color: 247, 246, 246;
    --white-color: 255, 255, 255;

    /* 	Layout  */
    --col-padding: 3rem;
    --menu-height: 7.5rem;
    --menu-height-scrolled: 7.5rem;
    --section-width: 150rem;

    /* 	Typography */
    --base-size: 1.6rem;

    /* 	Mobile nav */
    --activate-mobile-menu: 1100;
    --mobile-menu-height: 6rem;
    --mobile-menu-bg: var(--white-color);
    --menu-color: var(--black-color);
}

@media only screen and (max-width: 580px) {
    :root {
        --base-size: 1.5rem;
    }
}

/* Layout
========================================================================== */
.section-block {
    padding: 12rem 5rem;
}

/* Paddings */
.p-0 .section-block,
.p-0:not(.section-wrapper) {
    padding: 0;
}

.p-2 .section-block,
.p-2:not(.section-wrapper) {
    padding: 2rem;
}

.p-4 .section-block,
.p-4:not(.section-wrapper) {
    padding: 4rem;
}

.pt-2 .section-block,
.pt-2:not(.section-wrapper) {
    padding-top: 2rem;
}

.pb-0 .section-block,
.pb-0:not(.section-wrapper) {
    padding-bottom: 0;
}

.pl-0 .section-block,
.pl-0:not(.section-wrapper) {
    padding-left: 0;
}

.pr-0 .section-block,
.pr-0:not(.section-wrapper) {
    padding-right: 0;
}

/* Margins */
.mb-3 {
    margin-bottom: 3rem;
}

/* Bredder */
.mw-none .section-block-wrapper {
    max-width: none;
}

.mw-900 .section-block-wrapper {
    max-width: 90rem;
}

/* Ovriga klasser */
.block {
    display: block;
}

.of-hidden {
    overflow: hidden;
}

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

.align-center {
    align-items: center;
}

@media only screen and (max-width: 1024px) {
    .section-block {
        padding: 10rem 3rem;
    }
}

@media only screen and (max-width: 580px) {
    .section-block {
        padding: 5rem 2rem;
    }
}

/* Text och typsnitt
========================================================================== */
body {
    font-family: 'Poppins', sans-serif;
}

/* Rubriker */
.section-title {
    padding-bottom: 0.2em;
    font-size: 4rem;
    font-weight: 800;
    line-height: 1.2;
    text-transform: uppercase;
}

.small-title {
    padding-bottom: .3em;
    font-size: 3rem;
    font-weight: 700; 
    line-height: 1.4;
    color: rgb(var(--primary-dark-color));
}

/* Brodtext och lankar */
p,
li {
    color: rgb(var(--gray-dark-color));
}

.ingress {
    font-size: calc(var(--base-size) * 1.1);
    color: rgb(var(--primary-dark-color));
}

/* Lista PDF */
.list-icon {
    padding: 0;
    margin: 0;
    list-style: none;
}

.list-icon i {
    margin-right: 5px;
    color: rgb(var(--primary-color));
}

.list-icon a {
    display: inline;
    text-decoration: none;
}

.list-icon a:hover {
    color: rgb(var(--primary-color));
}

/* List-circle */
.list-circle {
    padding: 0;
    list-style: none;
}

.list-circle li::before {
    content: '';
    display: inline-block;
    width: 2.2rem;
    height: 1.8rem;
    margin: 0 5px 0 0;
    background-image: url(/assets/images/graphics/icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle; 
} 

/* Ovriga klasser */
.text-block {
    max-width: 70rem;
}

.text-block-center {
    max-width: 70rem;
    margin-left: auto;
    margin-right: auto;
}

.text-center {
    text-align: center;
}

.text-bold {
    font-weight: 700;
}

.text-italic {
    font-style: italic;
}

@media only screen and (max-width: 1024px) {
    .section-title {
        font-size: 3.5rem;
    }

    .small-title {
        font-size: 2rem;
    }
} 

/* Knappar och speciella lankar
========================================================================== */
.btn-wrapper {
    margin-top: 2rem;
}

.btn-wrapper.center {
    text-align: center;
}

/* Knappar */
.btn,
.ContactSubmit {
    min-width: 15rem;
    padding: 1.2rem 2.5rem;
    margin: 1rem 2rem 0 0;
    font-size: 1.3rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    border: 1px solid;
    transition: all .4s ease;
}

.btn::after,
.arrow-link::after {
    content: ' \f061';
    display: inline-block;
    margin-left: 1rem;
    font-weight: 400;
    font-family: 'Font Awesome 5 Pro';
    color: rgb(var(--primary-color));
    transition: transform .4s ease;
}

.btn:hover::after,
.arrow-link:hover::after {
    transform: translateX(5px);
    transition: transform .4s ease;
}

.btn-white-filled,
.ContactSubmit {
    color: rgb(var(--black-color));
    border-color: rgb(var(--white-color));
    background-color: rgb(var(--white-color));
}

/* Arrow link */
.arrow-link {
    margin: 1rem 2rem 0 0;
    font-size: 1.4rem; 
    font-weight: 500;
    letter-spacing: 1px;
    text-decoration: none;
}

.arrow-link.text-white::after {
    color: rgb(var(--white-color));
}
.arrow-btn{
    font-size: 3rem;
}
/* Farger 
========================================================================== */
/* Bakgrunder */
.bg-gray-light {
    background-color: rgb(var(--gray-light-color));
}

.bg-primary {
    background-color: rgb(var(--primary-color));
}

/* Text */
.text-primary {
    color: rgb(var(--primary-color));
}

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

.text-white {
    color: rgb(var(--white-color));
}

/* Grafiska element
========================================================================== */
/* Object fit */
.of-wrapper .of-scaledown {
    object-fit: scale-down;
}

/* Bakgrundsbilder och videos
========================================================================== */
.bg-image,
.bg-video {
    position: relative;
    overflow: hidden;
}

.bg-image-wrapper,
.bg-video-wrapper {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.bg-video-wrapper video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Parallax */
.parallax {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.parallax .section-block {  
    background-color: rgb(var(--black-color), .7)
}

/* Bilder */
.parallax-berg {
    background-image: url('/assets/images/sexkanter-2000px.jpg');
}

@media only screen and (hover:none) {
    .parallax {
        background-attachment: scroll;
        background-position: center center;
    }
}

/* Cards 
========================================================================== */
.cards-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.cards-wrapper:not(.w-100) {
    margin-left: -1rem;
    margin-right: -1rem;
}

.cards-wrapper .card-item {
    text-decoration: none;
    transition: .3s ease;
}

.card-item .small-title {
    font-size: 2.4rem;
}

/* Card grow */
.cards-grow .card-item {
    display: flex;
    flex-direction: column;
}

.cards-grow .card-body {
    flex-grow: 1;
}

/* Bredder */
.cards-wrapper.w-25 .card-item {
    width: calc((100% / 4) - 2rem);
    margin: 1rem;
}

.cards-wrapper.w-33 .card-item {
    width: calc((100% / 3) - 2rem);
    margin: 1rem;
}

.cards-wrapper.w-50 .card-item {
    width: calc((100% / 2) - 2rem);
    margin: 1rem;
}

.cards-wrapper.w-100 .card-item {
    width: 100%;
    margin: 1rem 0;
}

@media only screen and (max-width: 1350px) {
    /* Bredder */
    .cards-wrapper.w-25 .card-item {
        width: calc((100% / 2) - 2rem);
    }
}

@media only screen and (max-width: 1024px) {
    /* Bredder */
    .cards-wrapper.w-33 .card-item {
        width: calc((100% / 2) - 2rem);
    }
}

@media only screen and (max-width: 750px) {
    .cards-wrapper:not(.w-100) {
        margin-left: 0;
        margin-right: 0;
    }

    /* Bredder */
    .cards-wrapper.w-25 .card-item,
    .cards-wrapper.w-33 .card-item,
    .cards-wrapper.w-50 .card-item {
        width: 100%;
        margin: 1rem 0;
    }

    /* Paddings */
    .cards-wrapper .p-4 {
        padding: 2rem;
    }
}

/* Card 3-1 */
.card-3-1 .image-wrapper {
    height: 30rem;
}

/* Card 3-4 */
.card-3-4 .card-item {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.card-3-4 .image-wrapper {
    flex-shrink: 0;
    width: 23rem;
    height: 100%;
}
 
.card-3-4 .card-body {
    flex: 1 1 0px;
}

@media only screen and (max-width: 1250px) {
    .card-3-4 .card-item {
        flex-direction: column-reverse;
    }

    .card-3-4 .image-wrapper {
        width: 100%;
        height: 20rem;
    }
}

@media only screen and (max-width: 480px) {
    .card-3-4 .card-item { 
        padding: 0;
    }

    .card-3-4 .image-wrapper {
        width: 100%;
        height: 20rem;
    }
}

/* Card 3-4-1 */
.card-3-4-1 .card-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 1rem;
    border-radius: 5px;
}

.card-3-4-1 .card-item:hover {
    background: rgb(var(--white-color), .5);
}

.card-3-4-1 .image-wrapper {
    width: 10rem;
    border-radius: 5px;
}

.card-3-4-1 .card-body {
    flex: 1 1 0px;
}

.card-3-4-1 .contact-item i {
    margin-right: 1rem;
}

@media only screen and (max-width: 580px) {
    .card-3-4-1 .card-item {
        flex-wrap: wrap;
    }

    .card-3-4-1 .card-body {
        flex: unset;
        width: calc(100% - 3rem);
        padding: 1rem 0 0 1rem;
    }
}

/* Card 3-5 */
.card-3-5 .card-item {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: calc(70vh / 2 - 2rem);
}

.card-3-5.mh-auto .card-item {
    min-height: auto;
}

.card-3-5 .image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.card-3-5 .image-wrapper::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(var(--black-color), .2);
}

.card-3-5 .image-wrapper.overlay-primary::after {
    background: rgba(var(--primary-color), .7);
}

.card-3-5 .card-body,
.card-3-5 .card-footer {
    z-index: 1;
    position: relative;
}

.card-3-5 .card-footer.logos {
    display: flex;
}

.card-3-5 .card-footer.logos a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc((100% / 3) - 2rem);
    max-width: 15rem;
    padding: 3px 10px;
    margin: .5rem;
    background: rgb(var(--white-color));
}

/* Logos 1 */
.logos-1 .card-item {
    text-align: center;
}

.logos-1 img {
    width: auto;
    max-height: 7rem;
}

@media only screen and (max-width: 868px) {
    .logos-1 img {
        max-height: 8rem;
    }
}

/* Split wrapper
========================================================================== */
.split-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.split-wrapper.reverse {
    flex-direction: row-reverse;
}

.split-content {
    width: 50%;
    padding: 5rem;
}

.split-image {
    width: 50%;
}

/* Centrera content */
.split-wrapper .align-center {
    align-self: center;
}

/* Bredder & hojder */
.split-wrapper .w-35 {
    width: 35%;
}

.split-wrapper .w-65 {
    width: 65%;
}

@media screen and (max-width: 1024px) {
    .split-wrapper,
    .split-wrapper.reverse {
        flex-direction: column;
        background: transparent;
    }

    .split-content {
        width: 100%;
        padding: 0 0 3rem;
        background: transparent;
    }

    .split-image {
        width: 100%;
    }

    /* Centrera content */
    .split-wrapper .align-center {
        align-self: flex-start;
    }

    /* Bredder */
    .split-wrapper .w-35,
    .split-wrapper .w-65 {
        width: 100%;
    }

    /* Split i full-width sektion */
    .mw-none.pl-0 .split-content {
        padding: 0 3rem 3rem;
    }
}

@media screen and (max-width: 580px) {
    /* Split i full-width sektion */
    .mw-none.pl-0 .split-content {
        padding: 0 2rem 3rem;
    }
}

/* Header / Navigation
========================================================================== */
header {
    border-bottom: 1px solid rgb(var(--gray-light-color));
}

header:not(.scrolled) {
    background-color: transparent;
    border-bottom: 1px solid transparent;
}

/* Logo */
.header-logo {
    flex: 1 1 0;
}

.header-logo img {
    padding: 2rem 0; 
}

header:not(.scrolled) .header-logo img {
    filter: brightness(0) invert(1);
}

/* Nav */
.TemplateMenu a {
    font-size: 1.7rem;
    font-weight: 400;
    color: rgb(var(--black-color));
}

header:not(.scrolled, .mobile-menu) .TemplateMenu>li>a:not(:hover) {
    color: rgb(var(--white-color));
}

/* Dropdown */
.TemplateMenu ul a {
    font-size: 1.6rem;
}
.TemplateMenu ul{
    width: 31rem;
}

/* Ta bort klick */
body:not(.EditMode) .TemplateMenu a[href="/17/3/teknologi/"],
body:not(.EditMode) .TemplateMenu a[href="/17/5/investerare-media/"] {
    pointer-events: none;
}

/* CTA  */
.header-cta-wrapper {
    z-index: 9;
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex: 1 1 0;
    padding: 0;
    margin: 0;
    list-style: none;
}

.header-cta-wrapper .btn {
    min-width: unset;
    padding: 1rem 2rem;
    margin: 0;
    line-height: 1;
    white-space: nowrap;
}

header.scrolled .header-cta-wrapper .btn,
header.active-menu .header-cta-wrapper .btn {
    color: rgb(var(--white-color));
    border-color: rgb(var(--black-color));
    background: rgb(var(--black-color));
}

/* Mobilmeny */
.mobile-menu .Padding {
    padding-bottom: 12rem;
}

@media only screen and (max-width: 580px) {
    /* CTA  */
    .header-cta-wrapper .btn {
        padding: 0.7rem 1.5rem;
    }
}

/* ==========================================================================
Startsida
========================================================================== */

/* Top-section
========================================================================== */
.top-section {
    display: flex;
    align-items: center;
    min-height: 100vh;
    margin-top: calc(-1 * var(--menu-height));
    background-color: rgb(var(--black-color), .5);
}

.top-section .section-block {
    width: 100%;
}

.top-section .text-block {
    max-width: 65rem;
}

.top-section .section-title {
    font-size: 7rem;
    font-weight: 800;
}

.top-section p {
    font-size: 2rem;
    font-weight: 500;
}

@media only screen and (max-width: 800px) {
    .top-section .section-title {
        font-size: 5rem;
    }

    .top-section p {
        font-size: 1.7rem;
    }
}

@media only screen and (max-width: 800px) {
    .top-section .section-title {
        font-size: 3.2rem;
    }

    .top-section p { 
        font-size: 1.6rem;
    }
}

/* Valkommen
========================================================================== */
.cards-wrapper.card-3-5 .card-item.pr-card {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.pr-card .image-wrapper::after {
    background: rgba(var(--black-color), .5); 
}

.pr-card .small-title {
    font-size: 2.2rem;
}

.pr-card p {
    display: none;
}

/* Text-divider
========================================================================== */
.section-text-divider .section-block {
    padding-top: 15rem;
    padding-bottom: 15rem;
}

.section-text-divider .col-0 {
    width: calc(35% - 1.5rem);
    padding-right: 5rem;
}

.section-text-divider .col-1 {
    width: 65%;
    padding-left: 0;
}

.section-text-divider.bg-primary .arrow-link::after {
    color: rgb(var(--white-color));
}

@media only screen and (max-width: 1024px) {
    .section-text-divider .section-block {
        padding-top: 10rem;
        padding-bottom: 10rem;
    }

    .section-text-divider .col-0 {
        width: 100%;
        padding-right: 0;
    }

    .section-text-divider .col-1 {
        width: 100%;
    }
}

@media only screen and (max-width: 580px) {
    .section-text-divider .section-block {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
}

/* ==========================================================================
Undersidor
========================================================================== */

/* Hero - Grundkod
========================================================================== */
.hero {
    display: flex;
    align-items: flex-end;
    padding-top: var(--menu-height);
    min-height: 50rem;
    margin-top: calc(-1 * var(--menu-height));
}

.hero.bg-image {
    min-height: 60vh;
    background-color: rgb(var(--black-color), .5);
}

.hero .section-block {
    width: 100%;
    padding-bottom: 5rem;
}

.hero .section-title {
    font-size: 6rem;
    color: rgb(var(--white-color));
}

@media only screen and (max-width: 580px) {
    .hero {
        min-height: 40rem;
    }

    .hero .section-title {
        font-size: 4rem;
    }
}

/* ==========================================================================
Undersida: Om oss > Bolagsstyrning > Styrelse / Ledningsgrupp
========================================================================== */
.team-wrapper {
    position: relative;
}

.team-wrapper .image-wrapper {
    flex-shrink: 0;
    height: 20rem;
}

.team-wrapper .image-wrapper img.contain {
    object-position: 0;
}

.expanded-text {
    z-index: 1;
    position: absolute;
    top: calc(100% - 1rem);
    left: 5rem;
    width: calc(100% - 10rem);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 4rem; 
    background: rgb(var(--gray-color));
}

.expanded-text .column { 
    width: calc(100% / 2 - 2rem);
}

.team-wrapper a {
    word-break: break-all;
}

@media only screen and (max-width: 1024px) {
    .cards-wrapper.team-wrapper .card-item {
        position: relative;
        display: flex;
        width: 100%;
        margin: 1rem 0;
    }

    .team-wrapper .card-body {
        align-self: center;
        padding-top: 0;
        padding-left: 3rem;
    }

    .expanded-text {
        left: 2rem; 
        width: calc(100% - 4rem);
    }
}

@media only screen and (max-width: 750px) {
    .expanded-text {
        padding: 2rem;
    }

    .expanded-text .column { 
        width: 100%;
    }
}

@media only screen and (max-width: 520px) {
    .cards-wrapper.team-wrapper .card-item {
        padding: 1rem; 
    }

    .team-wrapper .image-wrapper {
        width: 13rem;
        height: 13rem;
    }

    .team-wrapper .card-body {
        padding-top: 0;
        padding-left: 2rem;
    }

    .expanded-text {
        top: 100%; 
        left: 1rem;
        width: calc(100% - 2rem);
    } 

    .expanded-text p {
        font-size: 1.4rem;
    }
}

/* ==========================================================================
Undersida: Teknologi > Produkter > Produktundersida
========================================================================== */
.tags-wrapper {
    max-width: var(--section-width);
    margin-left: auto;
    margin-right: auto;
}

/* Taggar */
.tags-heading {
    display: none;
}

.tags-list {
    display: flex;
    justify-content: center;
}

.tag {
    display: inline-block;
    padding: 0.7rem 1.5rem;
    margin: 0 5px;
    border-radius: 0.8rem 0.8rem 0 0;
    background: rgb(var(--primary-light-color));
    cursor: pointer;
    transition: .5s ease;
}

.tag:hover,
.tag.tag-picked {
    color: rgb(var(--white-color));
    background: rgb(var(--primary-color));
}

/* Content */
.content-wrapper {
    border-top: 2px solid rgb(var(--primary-color));
}

.filter-inner {
    max-width: 100rem;
    padding: 5rem;
    margin-left: auto;
    margin-right: auto;
}

.filter-inner .list-icon {
    max-width: 60rem;
    margin: 0 auto;
}

@media only screen and (max-width:580px) {

    /* Taggar */
    .tags-wrapper {
        position: relative;
        max-width: 25rem;
        background: rgb(var(--primary-light-color));
        cursor: pointer;
    }

    .tags-heading {
        display: block;
        width: 100%;
        padding: 1rem 2rem;
    }

    .tags-heading p {
        display: flex;
        justify-content: space-between;
        padding-bottom: 0;
        color: rgb(var(--black-color));
    }

    .tags-heading i {
        margin-left: 2rem;
    }

    .tags-list {
        display: none;
        z-index: 1;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        text-align: left;
        background: rgb(var(--white-color));
        box-shadow: 1px 1px 10px rgba(var(--black-color), .1);
    }

    .tags-wrapper.opened .tags-list {
        display: block;
    }

    .tags-wrapper .tag {
        display: block;
        padding: 1rem 2rem;
        margin: 0;
        letter-spacing: normal;
        text-transform: initial;
        box-shadow: none;
        border-radius: 0;
    }

    /* Content */
    .filter-inner {
        padding: 5rem 2rem;
    }
}

/* ==========================================================================
Undersida: Investerare > Pressmeddelanden
========================================================================== */
/* Knappar */
.filter-menu {
    display: flex;
    flex-wrap: wrap;
}

.filter-menu select {
    min-width: 20rem;
    padding: 1rem;
    margin-right: 1rem;
    font-size: 1.6rem;
    font-family: inherit;
    border-color: rgb(var(--black-color));
}

/* Cards */
.pm-wrapper .card-item {
    display: none;
    padding: 2rem;
} 

.pm-wrapper .card-item.show-item {
    display: flex;
} 

.pm-wrapper .small-title {
    font-size: 2.5rem;
}

.pm-wrapper .date {
    font-size: 1.6rem;
    color: rgb(var(--black-color)); 
}

.pm-wrapper .description {
    display: none;
}

.pm-wrapper .card-footer {
    display: none;
}

@media only screen and (max-width: 580px) {
    .pm-wrapper .small-title {
        font-size: 2rem; 
    }
}

/* ==========================================================================
Undersida: Investerare > Pressmeddelanden > Pressmeddelande
========================================================================== */

/* Header
========================================================================== */
.sub-pm header {
    border-bottom: 1px solid rgb(var(--gray-light-color));
    background: rgb(var(--white-color));
}

/* Logo */
.sub-pm header:not(.scrolled) .header-logo img {
    filter: none;
}

/* Nav */
.sub-pm header:not(.scrolled, .mobile-menu) .TemplateMenu>li>a:not(:hover) {
    color: rgb(var(--black-color));
} 

.sub-pm header .header-cta-wrapper .btn {
    color: rgb(var(--white-color));
    border-color: rgb(var(--black-color));
    background: rgb(var(--black-color));
}

/* Pressmeddelande
========================================================================== */
.section-pm .text-block-center {
    max-width: 90rem;
}

.section-pm .section-title {
    color:  rgb(var(--primary-dark-color)) !important;
}

.section-pm h3 span,
.section-pm a span {
    color:  rgb(var(--primary-color)) !important;
}

.section-pm .intro {
    font-size: calc(var(--base-size)* 1.1);
}

.section-pm span {
    font-size: var(--base-size) !important;
    font-family: inherit !important;
}

@media only screen and (max-width: 580px) {
    .section-pm .section-title {
        font-size: 2.3rem; 
    }
}

/* ==========================================================================
Footer
========================================================================== */
.footer { 
    padding: 0 5rem;
    background-color: rgb(var(--gray-light-color));
}

/* Footer top */
.footer-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 8rem 0 0;
}

.footer-menu {
    width: 20%;
    margin: 0 0 3rem;
}

.footer-menu-large {
    width: 30%;
}

.footer .text-label {
    padding: 0 0 1rem;
    font-weight: 600;
    line-height: 1;
    color: rgb(var(--primary-dark-color)); 
}

.footer-submenu {
    padding: 0;
    margin: 0 0 3rem;
    list-style: none;
}

.footer-top li,
.footer-top p,
.footer-top a {
    text-decoration: none;
}

.footer a:not(.icon-links):hover {
    text-decoration: none;
    color: rgb(var(--primary-color));
}

/* Footer bottom */
.footer-bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 2rem 0;
    border-top: 1px solid rgb(var(--primary-color));
}

.footer-bottom p,
.footer-bottom a {
    font-size: 1.4rem;
    line-height: 1.6;
}

/* WebbEss Stamp  */
.footer .webbess-stamp {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.webbess-stamp img {
    width: 2.5rem;
    margin-left: 1rem;
    opacity: .6;
}

@media only screen and (max-width: 1200px) {
    .footer {
        padding: 0 3rem;
    }

    /* Footer top */
    .footer-menu {
        width: 33.333%;
    }

    .footer-menu-large {
        width: 100%;
    }

    .footer-menu-large p {
        max-width: 55rem;
    }
}

@media only screen and (max-width: 750px) {
    /* Footer top */
    .footer-menu,
    .footer-menu-large {
        width: 100%;
    }
}

@media only screen and (max-width: 580px) {
    .footer {
        padding: 0 2rem;
    }

    /* Footer top */
    .footer-top {
        padding: 5rem 0 0;
    }

    /* Footer bottom */
    .footer-bottom {
        flex-direction: column-reverse;
    }

    .webbess-stamp {
        margin: 0 auto 2rem;
    }
}