:root {  /*NOTE: this needs to have the same color definitions as .lightmode {} in common.css */
    --color-background: var(--color-white);
    background-color: var(--color-white);
    --color-text: var(--color-folkeinvest-grey);
    color: var(--color-folkeinvest-grey);
    --color-monio-faded-text: var(--color-monio-dark-gray);
    --color-error-text: var(--color-red);
    --color-input-focused: var(--color-folkeinvest-grey);
    --color-input-focused-background: var(--color-monio-light-green);
    --color-input-non-editable-background: var(--color-monio-light-gray);
    --color-monio-radio-check-hover-CTA-green: #95F09E;
    --color-monio-radio-check-disabled-color: #D9E0DF;
    --color-monio-radio-empty-hover-color: #E3F8D3;
    --color-monio-link-default: var(--color-folkeinvest-grey);
    --color-monio-link-alternative: var(--Brand-Blue);
    --color-background-primary-btn-hover: #335851;
    --color-background-secondary-btn-hover: #E3F8D3;
    --color-background-primary-btn-disabled: #D9E0DF;
    --color-background-secondary-btn-disabled: var(--color-white);
    --color-background-secondary-btn-disabled-border-text: #D9E0DF;
    --color-horizontal-ruler: var(--color-monio-darker-gray)
}

header.page-header .logo {
    background-image: url("/crowd/img/logos/FolkeinvestFormidlingLogoSVG.svg");
}

/*header.page-header .customer-navigation-container .customer-navigation .mobile-menu-items {
    border-bottom: 1px solid var(--color-white);
}*/

header.page-header nav ul li a.faded {
    color: var(--color-monio-dark-gray);
}

header.page-header .customer-navigation-container.open .customer-navigation {
    background-color: var(--color-folkeinvest-grey);
    color: var(--color-white);
}

header.page-header .customer-navigation-container .customer-navigation nav ul li a {
    color: var(--color-white);
}

.header-nav-upward-border-tag-container{
    background-color: white;
}

.header-nav-upward-border-tag {
    background-color: white;
    border-color: transparent transparent var(--color-folkeinvest-grey) transparent;
}

#hamburger-not-logged-in:after,
#hamburger-not-logged-in:before {
    background-color: var(--color-folkeinvest-grey);
}
/* We populate content into two versions of the card-slider: one vertical, one horizontal.
   Show one or the other depending on screen size.
*/

.vertical-investments-wrapper {
    display: none;
    margin: 16px;
}

@media screen and (max-width: 576px) {
    .slider-wrapper {
        display: none;
    }
    .vertical-investments-wrapper {
        display: block;
    }
}

.card-slider {
    margin: 0 15px;
    overflow: visible;
    padding-bottom: 0px;
}

@media screen and (max-width: 768px) {
    .card-slider {
        padding-bottom: 50px;
    }
}

@media screen and (max-width: 992px) {
    .card-slider {
        margin: 0 20px;
    }
}

.card-slider .swiper-wrapper .prospect-card {
    width: calc(25% - 30px);
    margin: 15px;
}

.card-slider .swiper-wrapper .prospect-card.dummy:nth-child(5),
.card-slider .swiper-wrapper .prospect-card.dummy:nth-child(6),
.card-slider .swiper-wrapper .prospect-card.dummy:nth-child(7),
.card-slider .swiper-wrapper .prospect-card.dummy:nth-child(8) {
    display: none;
}

.card-slider .swiper-wrapper .prospect-card.dummy:nth-child(1),
.card-slider .swiper-wrapper .prospect-card.dummy:nth-child(2),
.card-slider .swiper-wrapper .prospect-card.dummy:nth-child(3),
.card-slider .swiper-wrapper .prospect-card.dummy:nth-child(4) {
    display: block;
}

.card-slider .swiper-wrapper .prospect-card a {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}

.card-slider .swiper-wrapper .prospect-card a > p {
    flex: 1;
}

@media screen and (max-width: 1350px) {
    .card-slider .swiper-wrapper .prospect-card {
        width: calc(33.333333333% - 30px);
    }
    .card-slider .swiper-wrapper .prospect-card.dummy:nth-child(4),
    .card-slider .swiper-wrapper .prospect-card.dummy:nth-child(5),
    .card-slider .swiper-wrapper .prospect-card.dummy:nth-child(6),
    .card-slider .swiper-wrapper .prospect-card.dummy:nth-child(7),
    .card-slider .swiper-wrapper .prospect-card.dummy:nth-child(8) {
        display: none;
    }
    .card-slider .swiper-wrapper .prospect-card.dummy:nth-child(1),
    .card-slider .swiper-wrapper .prospect-card.dummy:nth-child(2),
    .card-slider .swiper-wrapper .prospect-card.dummy:nth-child(3) {
        display: block;
    }
}

@media screen and (max-width: 992px) {
    .card-slider .swiper-wrapper .prospect-card {
        width: calc(50% - 10px);
        margin: 15px 5px;
    }
    .card-slider .swiper-wrapper .prospect-card.dummy:nth-child(2),
    .card-slider .swiper-wrapper .prospect-card.dummy:nth-child(3),
    .card-slider .swiper-wrapper .prospect-card.dummy:nth-child(4),
    .card-slider .swiper-wrapper .prospect-card.dummy:nth-child(5),
    .card-slider .swiper-wrapper .prospect-card.dummy:nth-child(6),
    .card-slider .swiper-wrapper .prospect-card.dummy:nth-child(7),
    .card-slider .swiper-wrapper .prospect-card.dummy:nth-child(8) {
        display: none;
    }
    .card-slider .swiper-wrapper .prospect-card.dummy:nth-child(1) {
        display: block;
    }
}

@media screen and (max-width: 768px) {
    .card-slider .swiper-wrapper .prospect-card {
        width: calc(50% - 10px);
        margin: 15px 15px;
    }
    .card-slider .swiper-wrapper .prospect-card.dummy:nth-child(2),
    .card-slider .swiper-wrapper .prospect-card.dummy:nth-child(3),
    .card-slider .swiper-wrapper .prospect-card.dummy:nth-child(4),
    .card-slider .swiper-wrapper .prospect-card.dummy:nth-child(5),
    .card-slider .swiper-wrapper .prospect-card.dummy:nth-child(6),
    .card-slider .swiper-wrapper .prospect-card.dummy:nth-child(7),
    .card-slider .swiper-wrapper .prospect-card.dummy:nth-child(8) {
        display: none;
    }
    .card-slider .swiper-wrapper .prospect-card.dummy:nth-child(1) {
        display: block;
    }
}

@media screen and (max-width: 414px) {
    .card-slider .swiper-wrapper .prospect-card {
        width: calc(100% - 50px);
        margin: 15px 10px;
    }
}

@media screen and (min-width: 1800px) {
    .card-slider .swiper-wrapper .prospect-card {
        width: calc(20% - 30px);
    }
    .card-slider .swiper-wrapper .prospect-card:nth-child(5) {
        display: block;
    }
    .card-slider .swiper-wrapper .prospect-card.dummy:nth-child(6),
    .card-slider .swiper-wrapper .prospect-card.dummy:nth-child(7),
    .card-slider .swiper-wrapper .prospect-card.dummy:nth-child(8) {
        display: none;
    }
    .card-slider .swiper-wrapper .prospect-card.dummy:nth-child(1),
    .card-slider .swiper-wrapper .prospect-card.dummy:nth-child(2),
    .card-slider .swiper-wrapper .prospect-card.dummy:nth-child(3),
    .card-slider .swiper-wrapper .prospect-card.dummy:nth-child(4),
    .card-slider .swiper-wrapper .prospect-card.dummy:nth-child(5) {
        display: block;
    }
}

@media screen and (min-width: 2100px) {
    .card-slider .swiper-wrapper .prospect-card {
        width: calc(16.666666667% - 30px);
    }
    .card-slider .swiper-wrapper .prospect-card:nth-child(6) {
        display: block;
    }
    .card-slider .swiper-wrapper .prospect-card.dummy:nth-child(7),
    .card-slider .swiper-wrapper .prospect-card.dummy:nth-child(8) {
        display: none;
    }
    .card-slider .swiper-wrapper .prospect-card.dummy:nth-child(1),
    .card-slider .swiper-wrapper .prospect-card.dummy:nth-child(2),
    .card-slider .swiper-wrapper .prospect-card.dummy:nth-child(3),
    .card-slider .swiper-wrapper .prospect-card.dummy:nth-child(4),
    .card-slider .swiper-wrapper .prospect-card.dummy:nth-child(5),
    .card-slider .swiper-wrapper .prospect-card.dummy:nth-child(6) {
        display: block;
    }
}

@media screen and (min-width: 2500px) {
    .card-slider .swiper-wrapper .prospect-card {
        width: calc(14.285714286% - 30px);
    }
    .card-slider .swiper-wrapper .prospect-card:nth-child(7) {
        display: block;
    }
    .card-slider .swiper-wrapper .prospect-card.dummy:nth-child(8) {
        display: none;
    }
    .card-slider .swiper-wrapper .prospect-card.dummy:nth-child(1),
    .card-slider .swiper-wrapper .prospect-card.dummy:nth-child(2),
    .card-slider .swiper-wrapper .prospect-card.dummy:nth-child(3),
    .card-slider .swiper-wrapper .prospect-card.dummy:nth-child(4),
    .card-slider .swiper-wrapper .prospect-card.dummy:nth-child(5),
    .card-slider .swiper-wrapper .prospect-card.dummy:nth-child(6),
    .card-slider .swiper-wrapper .prospect-card.dummy:nth-child(7) {
        display: block;
    }
}

@media screen and (min-width: 2800px) {
    .card-slider .swiper-wrapper .prospect-card {
        width: calc(12.5% - 30px);
    }
    .card-slider .swiper-wrapper .prospect-card:nth-child(8) {
        display: block;
    }
    .card-slider .swiper-wrapper .prospect-card.dummy:nth-child(9) {
        display: none;
    }
    .card-slider .swiper-wrapper .prospect-card.dummy:nth-child(1),
    .card-slider .swiper-wrapper .prospect-card.dummy:nth-child(2),
    .card-slider .swiper-wrapper .prospect-card.dummy:nth-child(3),
    .card-slider .swiper-wrapper .prospect-card.dummy:nth-child(4),
    .card-slider .swiper-wrapper .prospect-card.dummy:nth-child(5),
    .card-slider .swiper-wrapper .prospect-card.dummy:nth-child(6),
    .card-slider .swiper-wrapper .prospect-card.dummy:nth-child(7),
    .card-slider .swiper-wrapper .prospect-card.dummy:nth-child(8) {
        display: block;
    }
}

.card-slider .swiper-button-next,
.card-slider .swiper-button-prev {
    display: none;
    height: 50px;
    width: 50px;
    top: 38.25%;
    margin-top: -25px;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: rgba(0, 0, 0, 0.04) 0 2px 8px 0;
    background-image: none;
    background-color: #FFFFFF;
    transition: opacity 0.3s ease, border 0.3s ease;
}

.card-slider .swiper-button-next:hover,
.card-slider .swiper-button-prev:hover {
    border: 1px solid rgba(0, 0, 0, 0.14);
}

.card-slider .swiper-button-next.swiper-button-disabled,
.card-slider .swiper-button-prev.swiper-button-disabled {
    pointer-events: auto;
    border: 1px solid rgba(0, 0, 0, 0.06) !important;
    opacity: 0;
}

.card-slider .swiper-button-next:after,
.card-slider .swiper-button-prev:after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: "monner" !important;
    content: attr(data-icon);
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "l";
    color: #1F1F1F;
}

.card-slider .swiper-button-prev {
    left: 1em;
}

.card-slider .swiper-button-prev:after {
    transform: translate(-50%, -50%) rotate(180deg);
}

.card-slider.swiper-container-horizontal .swiper-button-next,
.card-slider.swiper-container-horizontal .swiper-button-prev {
    display: block;
}

@media screen and (max-width: 992px) {
    .card-slider.swiper-container-horizontal .swiper-button-next,
    .card-slider.swiper-container-horizontal .swiper-button-prev {
        display: none;
    }
}

.slider-wrapper {
    overflow-x: hidden;
}


.prospect-card a {
    display: block;
    color: currentColor;
    text-decoration: none;
}

.prospect-card a:focus {
    outline: 0;
    box-shadow: 0 0 0 8px #FFFFFF, 0 0 0 10px rgba(110, 117, 213, 0.2);
}

.prospect-card.dummy {
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    background-image: url("/img/empty-prospect.svg");
}

.prospect-card.dummy:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 180%;
}

.prospect-card.dummy.favourite {
    background-image: url("/img/empty-prospect-favourite.svg");
}

.prospect-card .business-name-and-tag {
    display: flex;
    margin-top: 13px;
    align-items: center;
}

.prospect-card .business-name {
    overflow: hidden;
    display: inline-block;
    color: var(--color-monio-dark-gray);
}

.prospect-card .business-name.green-text {
    color: var(--Brand-Blue);
}

.prospect-card .business-name-lowercase {

}

.prospect-card .business-name-lowercase.green-text {
    color: var(--Brand-Blue);
}

.prospect-card h1 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 10px;
}

.prospect-card #cardTitle{
    height: 66px;
    overflow: hidden;
    margin: 8px 0 10px 0;
}

@media screen and (max-width: 540px) {
    .prospect-card h1 {
        font-size: 13px;
        line-height: 18px;
        font-weight: 400;
        margin-bottom: 15px;
        height: 32px;
    }
}

.prospect-card h2 {
    color: var(--color-text);
    font-family: "Inter";
    font-size: 23px;
    line-height: 33px;
    font-weight: 400;
    margin-bottom: 10px;
}

@media screen and (max-width: 540px) {
    .prospect-card h2 {
        font-size: 13px;
        line-height: 18px;
        font-weight: 400;
        margin-bottom: 15px;
        height: 32px;
    }
}

.prospect-card p {
    line-height: 23px;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 46px;
    -webkit-box-orient: vertical;
    margin: 0;
    margin-bottom: 1em;

    color: var(--color-text);
    font-family: "Inter";
    font-size: 14px;
}

@media screen and (max-width: 540px) {
    .prospect-card p {
        display: none;
    }
}

.prospect-card .info {
    display: flex;
    justify-content: space-between;
    color: var(--color-text);
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 24px;
    padding: 0px 9px;
}

.prospect-card .timeLeftCardInfo {
    gap: 10px;
    align-self: stretch;
    padding: 13px 16px;
    align-items: center;
    border-radius: 5px;
    background: rgba(122, 166, 104, 0.25);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}


.prospect-card .info .interests,
.prospect-card .info .days-left{
    color: var(--color-monio-dark-gray);
}

.prospect-card .info > div {
    margin-right: 16px;
}

@media screen and (max-width: 540px) {
    .prospect-card .info > div {
        font-size: 13px;
        line-height: 18px;
        font-weight: normal;
    }
    .prospect-card .info > div:nth-child(2) {
        display: block;
    }
}

.prospect-card .info > div:last-child {
    margin-right: 0;
}

.prospect-card .info .value {
    font-family: "Inter";
    font-size: 14px;
}

.prospect-card .image {
    position: relative;
    background-size: cover;
    background-position: 50%;
    color: var(--color-background);
}

.prospect-card .image:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 125%;
}

.prospect-card.small .business-name {
    margin-top: 0;
    margin-bottom: 0;
}

.prospect-card.small p {
    margin-bottom: 12px;
}

.prospect-card.small .progress-bar {
    margin-bottom: 12px;
}

.prospect-card.small, .prospect-card.small a {
    display: flex;
    border-radius: 9px;
    width: 100%;
}

.prospect-card.small .image-wrapper .image, .prospect-card.small a .image-wrapper .image {
    position: relative;
    left: -1px;
    border-bottom-left-radius: 9px;
    border-top-left-radius: 9px;
    width: 144px;
}

@media screen and (max-width: 540px) {
    .prospect-card.small .image-wrapper .image, .prospect-card.small a .image-wrapper .image {
        width: 108px;
    }
}

.prospect-card.small .content-wrapper, .prospect-card.small a .content-wrapper {
    flex: 1 0;
    padding: 18px 20px;
}

.prospect-card.small .content-wrapper .info, .prospect-card.small a .content-wrapper .info {
    font-size: 15px;
    line-height: 21px;
}

@media screen and (max-width: 540px) {
    .prospect-card.small .content-wrapper, .prospect-card.small a .content-wrapper {
        padding: 0 15px;
    }
    .prospect-card.small .content-wrapper h2, .prospect-card.small a .content-wrapper h2 {
        font-size: 13px;
        line-height: 19px;
        font-weight: 600;
    }
}

.favourite-popup .micon-heart {
    color: #E05868;
}

.prospect-wall {
    position: relative;
    background-size: cover;
    background-position: center;
}

.prospect-wall:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 60%;
}

.prospect-wall:before {
    background-color: rgba(0, 0, 0, 0.24);
}

.prospect-wall .prospect-card .content-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.prospect-wall .prospect-card a:focus {
    outline: 0;
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.3);
}

.prospect-wall .inner-wrapper {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: calc(100% - 220px);
    max-width: 1160px;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 992px) {
    .prospect-wall .inner-wrapper {
        width: calc(100% - 50px);
    }
}

@media screen and (max-width: 992px) {
    .prospect-wall .inner-wrapper {
        width: calc(100% - 300px);
    }
    .prospect-wall .inner-wrapper .prospect-card {
        width: 100% !important;
    }
}

@media screen and (max-width: 768px) {
    .prospect-wall .inner-wrapper {
        width: calc(100% - 100px);
    }
}

@media screen and (max-width: 540px) {
    .prospect-wall .inner-wrapper {
        width: calc(100% - 50px);
        padding: 60px 0 70px !important;
    }
}

.prospect-wall .inner-wrapper .text {
    width: 50%;
    color: var(--color-background);
    padding-right: 8.5%;
}

.prospect-wall .inner-wrapper .text h2 {
    font-size: 42px;
    line-height: 60px;
    font-weight: 300;
    margin: 0;
}

@media screen and (max-width: 768px) {
    .prospect-wall .inner-wrapper .text h2 {
        font-size: 28px;
        line-height: 46px;
        font-weight: 300;
        margin: 0;
    }
}
.prospect-wall .inner-wrapper .text p {
    font-size: 16px;
    line-height: 28px;
    font-weight: normal;
}

.prospect-wall .inner-wrapper .prospect {
    width: 50%;
}

@media screen and (max-width: 540px) {
    .prospect-wall .inner-wrapper .prospect p {
        display: none;
    }
    .prospect-wall .inner-wrapper .prospect .progress-bar {
        margin-top: 10px;
    }
    .prospect-wall .inner-wrapper .prospect .info .interests {
        display: block;
    }
}

@media screen and (max-width: 1020px) {
    .prospect-wall .inner-wrapper .text, .prospect-wall .inner-wrapper .prospect {
        width: 100%;
    }
    .prospect-wall .inner-wrapper .text .prospect-card, .prospect-wall .inner-wrapper .prospect .prospect-card {
        width: 70%;
    }
}

@media screen and (max-width: 768px) {
    .prospect-wall .inner-wrapper .text .prospect-card, .prospect-wall .inner-wrapper .prospect .prospect-card {
        width: 100%;
    }
}

@media screen and (max-width: 1020px) {
    .prospect-wall:before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding-top: 0;
    }
    .prospect-wall .inner-wrapper {
        position: relative;
        top: auto;
        left: auto;
        transform: translateX(0);
        padding: 110px 0;
    }
    .prospect-wall .inner-wrapper .text {
        margin-bottom: 3em;
        padding-right: 0;
    }
    .prospect-wall .inner-wrapper .prospect-card {
        width: 100% !important;
    }
}
.newest-campaigns{
    color: var(--color-text);
    font-size: 14px;
    font-weight: normal;
    height: 18px;
    line-height: 18px;
    text-transform: uppercase;
    margin-left: 14px;
    margin-bottom: 8px;
}

#loanName{
    margin-bottom: 5px;
}



/**
 * Swiper 4.0.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2017 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 18, 2017
 */
.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1; }

.swiper-container-no-flexbox .swiper-slide {
    float: left; }

.swiper-container-vertical > .swiper-wrapper {
    flex-direction: column; }

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box; }

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
    flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto; }

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    position: relative;
    transition-property: transform; }

.swiper-invisible-blank-slide {
    visibility: hidden; }

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto; }

.swiper-container-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height; }

/* 3D Effects */
.swiper-container-3d {
    perspective: 1200px; }

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
    transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
    touch-action: pan-y; }

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
    touch-action: pan-x; }

.swiper-button-prev,
.swiper-button-next {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat; }

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none; }

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto; }

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto; }

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: 300ms opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0; }

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 10px;
    left: 0;
    width: 100%; }

/* Bullets */
.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(0.33);
    position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(0.33); }

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: 0.2; }

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer; }

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff; }

.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0px, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: 200ms transform, 200ms top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: 200ms transform, 200ms left; }

/* Progress */
.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.25);
    position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progressbar {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0; }

.swiper-container-vertical > .swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0; }

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #ffffff; }

.swiper-pagination-progressbar.swiper-pagination-white {
    background: rgba(255, 255, 255, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
    background: #ffffff; }

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000000; }

.swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0, 0, 0, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
    background: #000000; }

/* Scrollbar */
.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%; }

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0; }

.swiper-scrollbar-cursor-drag {
    cursor: move; }

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center; }

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain; }

.swiper-slide-zoomed {
    cursor: move; }

/* Preloader */
.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader:after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

@-webkit-keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg); } }

@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg); } }

/* a11y */
.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none; }

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto; }

.swiper-container-cube {
    overflow: visible; }

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%; }

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
    pointer-events: auto;
    visibility: visible; }

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
    z-index: 0;
    backface-visibility: hidden; }

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    filter: blur(50px);
    z-index: 0; }

.swiper-container-flip {
    overflow: visible; }

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    backface-visibility: hidden;
    z-index: 1; }

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none; }

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto; }

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
    z-index: 0;
    backface-visibility: hidden; }

.swiper-container-coverflow .swiper-wrapper {
    /* Windows 8 IE 10 fix */
    -ms-perspective: 1200px; }
.progress-bar {
    background-color: var(--color-white);
    border-radius: 10px;
    height: 5px;
    overflow: hidden;
}

@media screen and (max-width: 540px) {
    .progress-bar {
        margin-bottom: 10px;
    }
}

.progress-bar.big {
    height: 8px;
}

.progress-bar.big .current-progress {
    height: 6px;
}

.progress-bar .current-progress {
    background-color: var(--color-folkeinvest-grey);
    height: 6px;
}

.progress-bar.finished .current-progress {
    background-color: var(--color-monio-light-green);
}

.progress-bar.negative .current-progress {
    background-color: var(--color-red);
}

.mainArticleTool{
    display: flex;
    color: var(--color-white);
    margin-top: 4em;
}

.headerAndButton .paragraph{
    padding: 0em 25vw 0em 0em;
}

/*
For desktop
 */
.fourtSection {
    display: flex;
    flex-direction: row;

}
.fourtSection .image {
    position: relative;
    top: -50px;
    height: 100%;
    max-width: 100%;


}
.fourtSection .text {
    padding-top: 120px;
    padding-bottom: 120px;
    max-width: 460px;
    margin-left: 80px;
}

@media only screen and (max-width: 600px) {
    body {
        background-color: lightblue;
    }
}





#whiteHouse {
    content: url(/crowd/img/illustrations/image.png);
}


@media screen and (max-width: 886px){
    .headerAndButton .paragraph{
        padding: 0em;
    }
}

.mainArticleTool .text {
    width: 440px;
    height: 440px;
    padding-top: 70px;
    padding-right: 50px;
    position: relative;
}

.mainArticleTool .text p {
    line-height: 26px;
    color: var(--color-white);
}

.mainArticleTool img {
    max-width: 1160px;
    min-width: 440px;
    height: 440px;
    margin-bottom: 86px;
    object-fit: cover;
}


@media screen and (max-width: 960px) {
    .fourtSection .image {
        position: relative;
        top: -50px;
        height: 60%;
        width: 60%;
        max-width: 100%;
    }

    .fourtSection .text {
        padding-top: 60px;
        padding-bottom: 60px;
        max-width: 460px;
        margin-left: 40px;
    }

}

@media screen and (max-width: 760px) {
    .fourtSection {
        display: flex;
        flex-direction: column;
        align-content: center;

    }
    .fourtSection .image {
        top: -50px;
        height: 100%;
        max-width: 100%;
        align-items: center;
    }

    .fourtSection .text {
        padding-top: 60px;
        padding-bottom: 60px;
        max-width: 460px;
        margin-left: 40px;
    }

}
.image-text-module {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 220px);
    max-width: 1160px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 140px;
    padding-bottom: 140px;
}

@media screen and (max-width: 992px) {
    .image-text-module {
        width: calc(100% - 50px);
    }
}

@media screen and (max-width: 768px) {
    .image-text-module {
        padding-top: 70px;
        padding-bottom: 70px;
    }
}

.image-text-module.less-space {
    padding-top: 80px;
    padding-bottom: 80px;
}

@media screen and (max-width: 768px) {
    .image-text-module.less-space {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

.image-text-module.image-right .image-wrapper {
    order: 2;
    padding-right: 0;
    padding-left: 8.5%;
}

@media screen and (max-width: 768px) {
    .image-text-module.image-right .image-wrapper {
        padding-left: 5%;
    }
}

.image-text-module.image-right .text-wrapper {
    padding-right: 0;
}

.image-text-module.wide-image .image {
    position: relative;
}

.image-text-module.wide-image .image:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 66.66667%;
}

@media screen and (max-width: 1080px) {
    .image-text-module.wide-image .image:before {
        padding-top: 100%;
    }
}

.image-text-module.wide-image .image-wrapper {
    width: 55%;
}

.image-text-module.wide-image .text-wrapper {
    width: 45%;
}

.image-text-module.image-over-text {
    max-width: 620px;
}

.image-text-module.image-over-text .image-wrapper {
    width: 100%;
    max-width: 520px;
    margin: 0 auto;
}

@media screen and (max-width: 1080px) {
    .image-text-module.image-over-text .image {
        position: relative;
    }
    .image-text-module.image-over-text .image:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 66.66667%;
    }
}

.image-text-module.image-contain .image {
    background-size: contain;
    background-repeat: no-repeat;
}

.image-text-module .image-wrapper {
    width: 50%;
    padding-right: 8.5%;
}

@media screen and (max-width: 768px) {
    .image-text-module .image-wrapper {
        padding-right: 5%;
    }
}

.image-text-module .text-wrapper {
    display: flex;
    width: 50%;
    align-items: center;
    padding-right: 20px;
}

.image-text-module .text-wrapper .text {
    max-width: 460px;
}

.image-text-module .text-wrapper h2 {
    font-size: 42px;
    line-height: 60px;
    font-weight: 300;
    margin: 0;
}

@media screen and (max-width: 768px) {
    .image-text-module .text-wrapper h2 {
        font-size: 28px;
        line-height: 46px;
    }
}

.image-text-module .text-wrapper p {
    font-size: 18px;
    line-height: 33px;
    font-weight: normal;
}

.image-text-module .text-wrapper ul li,
.image-text-module .text-wrapper ol li {
    font-size: 18px;
    line-height: 33px;
    font-weight: normal;
    margin-bottom: 10px;
}

.image-text-module .text-wrapper .button {
    margin-top: 1.8em;
}

.image-text-module .image {
    position: relative;
    background-size: cover;
    background-position: 50%;
}

.image-text-module .image:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 125%;
}

@media screen and (max-width: 680px) {
    .image-text-module .image-wrapper {
        order: 0 !important;
        padding: 0 !important;
        width: 100% !important;
        margin-bottom: 35px;
    }
    .image-text-module .text-wrapper {
        width: 100% !important;
        padding-right: 0;
    }
    .image-text-module .text-wrapper .text {
        max-width: none;
    }
    .image-text-module .text-wrapper .button {
        width: 100%;
        text-align: center;
    }
}

.image-text-module.no-horisontal-padding {
    padding-top: 0;
    padding-bottom: 0;
}

.image-text-module.no-top-padding {
    padding-top: 0;
}

.image-text-module.app-link {
    position: relative;
    padding-bottom: 0;
    padding-top: 0;
}

@media screen and (max-width: 768px) {
    .image-text-module.app-link {
        padding-top: 70px;
        padding-bottom: 30px;
    }
}

.image-text-module.app-link:before,
.image-text-module.app-link:after {
    position: absolute;
    left: calc(-50vw + 50%);
    width: 100vw;
    height: 1px;
    background-color: var(--color-border);
    content: ' ';
}

.image-text-module.app-link:before {
    top: 0;
}

.image-text-module.app-link:after {
    bottom: -1px;
}

.image-text-module.app-link .image-wrapper {
    padding-top: 90px;
}

.image-text-module.app-link .image-wrapper .image {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 355px;
    background-position: top;
}

.image-text-module.app-link .image-wrapper .image:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 146.76056%;
}

@media screen and (max-width: 768px) {
    .image-text-module.app-link .image-wrapper .image:before {
        padding-top: 122.53521%;
    }
}

.image-text-module.app-link .app-store-badge {
    display: block;
    background-image: url("/img/App_Store_Badge.svg");
    background-size: contain;
    background-repeat: no-repeat;
    width: 235px;
    height: 70px;
    margin-top: 50px;
}

@media screen and (max-width: 768px) {
    .image-text-module.app-link .app-store-badge {
        width: 201px;
        height: 60px;
        margin-top: 25px;
    }
}

.image-link {
    position: relative;
    background-size: cover;
    background-position: center;

}

.image-link:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 60%;
}

.image-link:before {
    background-color: rgba(0, 0, 0, 0.24);
}

@media screen and (max-width: 768px) {
    .image-link {
        position: relative;
    }
    .image-link:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 100%;
    }
}

.image-link .inner-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    color: var(--color-white);
}

.image-link .inner-wrapper .text {
    width: calc(100% - 220px);
    max-width: 1160px;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 992px) {
    .image-link .inner-wrapper .text {
        width: calc(100% - 50px);
    }
}

.image-link .inner-wrapper h3 {
    font-size: 14px;
    line-height: 29px;
    font-weight: normal;
    margin: 0;
    text-transform: uppercase;
}

.image-link .inner-wrapper a {
    font-size: 42px;
    line-height: 60px;
    font-weight: 300;
    margin: 0;
    color: #FFFFFF;
    transition: color 0.3s ease;
    text-decoration: none;
}

.image-link .inner-wrapper a:hover {
    color: rgba(255, 255, 255, 0.8);
}

.image-link .inner-wrapper a:hover:after {
    margin-left: 19px;
}

.image-link .inner-wrapper a:after {
    font-family: "monner" !important;
    content: attr(data-icon);
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "v";
    font-size: 26px;
    margin-left: 13px;
    transition: margin-left 0.3s ease;
}

@media screen and (max-width: 992px) {
    .image-link .inner-wrapper a {
        font-family: "Tiempos Headline";
        font-style: normal;
        font-weight: normal;
        font-size: 36px;
        line-height: 46px;
        margin: 0;
    }
    .image-link .inner-wrapper a:after {
        font-size: 19px;
    }
}

@media screen and (max-width: 540px) {
    .image-link .inner-wrapper a {
        font-size: 22px;
        line-height: 33px;
        font-weight: 300;
        margin: 0;
    }
    .image-link .inner-wrapper a:after {
        font-size: 16px;
        margin-left: 9px;
    }
    .image-link .inner-wrapper a:hover:after {
        margin-left: 15px;
    }
}

.image-header .image-header-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.image-header .image-header-inner h1 {
    color: var(--color-white);
    text-align: center;
    padding: 0 5px;
}

.image-header.illustration .image-header-inner h1 {
    color: var(--color-white);
    margin-top: -60px !important;
    margin-bottom: 60px !important;
}

.image-header.illustration {
    background-position: 50% 100%;
    background-size: 50%;
    background-repeat: no-repeat;
    border-bottom: 1px solid var(--color-border);
}

@media screen and (max-width: 1599px) {
    .image-header.illustration {
        background-size: 40%;
    }
}

@media screen and (max-width: 992px) {
    .image-header.illustration {
        position: relative;
        background-size: 60%;
    }
    .image-header.illustration:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 44.44444%;
    }
}

@media screen and (max-width: 768px) {
    .image-header.illustration {
        position: relative;
        background-size: 70%;
    }
    .image-header.illustration:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 66.66667%;
    }
    .image-header.illustration .image-header-inner h1 {
        margin-top: 0 !important;
    }
}

@media screen and (max-width: 450px) {
    .image-header.illustration {
        position: relative;
    }
    .image-header.illustration:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 77.77778%;
    }

    .image-header-inner h1 {
        justify-content: flex-start;
    }
}

@media screen and (min-width: 1599px) {
    .image-header.illustration {
        background-size: 40%;
    }
}


.image-header {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.image-header:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 33.33333%;
}

@media screen and (max-width: 850px) {
    .image-header {
        position: relative;
    }
    .image-header:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 44.44444%;
    }
}

@media screen and (max-width: 630px) {
    .image-header {
        position: relative;
    }
    .image-header:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 66.66667%;
    }
}

@media screen and (max-width: 490px) {
    .image-header {
        position: relative;
        background-position: 40%;
    }
    .image-header:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 150%;
    }
}

.technicalDifficultiesBanner{

    margin: 25px;
    min-height: 78px;
    background-color: rgba(224, 88, 104, 0.15);
    border: 1px solid var(--color-red);
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding: 25px;
}
.triple-box-section {
    background-color: var(--Brand-Dark-grey);
    color: var(--color-white);
    text-align: center;
    padding: 100px 0px 120px 0px;
}
.triple-box-container{
    display:flex;
    flex-direction: row;
    justify-content: center;
    text-align: start;
    padding: 0px 5px 0px 5px;
}
.triple-box-container p {
    font-size: 17px;
}
.triple-box-description{
    padding: 0px 0px 60px 0px;
}
.green {
    font-weight: 700;
    color: var(--Brand-green)
}

.triple-box{
    border-style: solid;
    border-color: var(--Brand-light-gray);
    border-width: 1px 1px 1px 1px;
    width: 346px;
    height: 400px;
}
.triple-box-content{
    font-family: Inter;
    line-height: 28px;
    padding: 30px 30px 30px 30px;
}

.triple-box-content h4 {
    height: 50px;
}

.triple-box-content strong {
    font-weight: 700;
}

@media screen and (max-width: 886px){
    .triple-box-container{
        display:flex;
        flex-direction: column;
        justify-content: center;
        text-align: start;
        align-items: center;
        padding: 0px 5px 0px 5px;
    }
    .triple-box{
        width: 100%;
        height: 365px;
    }
}

.withPadding{
    padding: 10px 0px 0px 0px;
}

@media screen and (max-width: 350px) {
    .withPadding{
        padding: 10px 0px 0px 0px;
    }
    .triple-box{
        height: 500px;
    }
}
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
    line-height: 1.15;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
    margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}


/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
    background-color: transparent;
    /* 1 */
    -webkit-text-decoration-skip: objects;
    /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
    font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
    font-style: italic;
}


/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    /* 1 */
    text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}


/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
    overflow: auto;
    background-color: var(--color-background);
    color: var(--color-text);
}
textarea::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: var(--color-text);
    opacity: 1; /* Firefox */
}

textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: var(--color-text);;
}

textarea::-ms-input-placeholder { /* Microsoft Edge */
    color: var(--color-text);
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}


/*!--------------------------------------------------------------------
STYLES "Outdated Browser"
Version:    1.1.2 - 2015
author:     Burocratik
website:    http://www.burocratik.com
* @preserve
-----------------------------------------------------------------------*/
#outdated {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 190px;
    text-align: center;
    z-index: 1500;
    background-color: #E05868;
    color: #ffffff;
}

#outdated h6 {
    font-size: 25px;
    line-height: 25px;
    margin: 30px 0 10px;
}

#outdated p {
    font-size: 12px;
    line-height: 12px;
    margin: 0;
}

#outdated #btnUpdateBrowser {
    display: block;
    position: relative;
    padding-top: 15px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 15px;
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
    width: 250px;
    /*need for IE*/
    color: #ffffff;
    text-decoration: none;
    border: 2px solid #ffffff;
    cursor: pointer;
}

#outdated #btnUpdateBrowser:hover {
    color: #f25648;
    background-color: #ffffff;
}

#outdated #btnLaunchEdge {
    display: block;
    position: relative;
    padding-top: 15px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 15px;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
    width: 250px;
    /*need for IE*/
    color: #ffffff;
    text-decoration: none;
    border: 2px solid #ffffff;
    cursor: pointer;
}

#outdated #btnLaunchEdge:hover {
    color: #f25648;
    background-color: #ffffff;
}

#outdated .last {
    position: absolute;
    top: 10px;
    right: 25px;
    width: 20px;
    height: 20px;
}

#outdated .last[dir='rtl'] {
    right: auto !important;
    left: 25px !important;
}

#outdated #btnCloseUpdateBrowser {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #ffffff;
    font-size: 36px;
    line-height: 36px;
}

* html #outdated {
    position: absolute;
}

html {
    height: 100%;
    overflow-x: hidden;
}

body {
    width: 100%;
    height: 100%;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Inter';
    -webkit-overflow-scrolling: touch;
    padding: constant(safe-area-inset-top) constant(safe-area-inset-right) constant(safe-area-inset-bottom) constant(safe-area-inset-left);
}

body.no-outlines *:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: 0;
}

body.no-outlines *:focus + label {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: 0;
}


*, :after, :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

table {
    width: 100%;
    border: 0;
    margin: 0;
    padding: 0;
}

table td {
    padding: 5px 0;
}



/*
Basic
 */

.btn {
    max-height: 50px;
    min-width: 200px;
    height: 50px;
    border-color: transparent;
    border-radius: 40px;
    background: var(--Brand-Dark-grey, #2D3340);
    display: inline-flex;
    padding: 12px 40px;
    justify-content: center;
    align-items: center;
    color: #FFF;
    text-align: center;
    font-family: inter;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
    transition: all 0.2s ease 0s;
}

/* Small variants for mobile*/
@media screen and (max-width: 768px) {
    .btn{
        padding: 0px 25px 0px 25px;
        font-size: 16px;
        line-height: 26px;
        max-height: unset;
        height: fit-content;
        min-height: 40px;
    }
}

.default {
    min-width: 137px;
    min-height: 60px;
    display: inline-block;
    padding: 15px 50px;
    border-color: transparent;
    background-color: var(--Brand-Dark-grey);
    color: var(--color-white);
    font-size: 17px;
    line-height: 27px;
    font-weight: 400;
    font-family: "Inter", sans-serif;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s ease 0s;
}


.next {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background-color: var(--Brand-Dark-grey);
    color: var(--color-white);
    border-width: 0;
    text-align: center;
    cursor: pointer;
}

/*
Normal Buttons
 */
.primary {
    background-color: var(--color-text);
    color: var(--color-background);
}

.secondary {
    color: var(--color-text);
    background-color: var(--color-background);
    border: 1px solid var(--color-text);
}

.borderRadius {
    border-radius: 5px;
}
/*
Hover
 */

.btn:hover,
.next:hover,
.default:hover{
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    cursor: pointer;
}

.btn.primary:hover,
.next.primary:hover,
.default.primary:hover{
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
.btn.secondary:hover,
.next.secondary:hover,
.default.secondary:hover {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}


/*
Disabled
 */

.btn:disabled,
.next:disabled,
.default:disabled{
    pointer-events: none;
    color: var(--color-background);
    background-color: #D9E0DF;
}

.btn.primary:disabled,
.next.primary:disabled,
.default.primary:disabled{
    background-color: var(--color-background-primary-btn-disabled);
}

.btn.secondary:disabled,
.next.secondary:disabled,
.default.secondary:disabled{
    color: var(--color-background-secondary-btn-disabled-border-text);
    background-color: var(--color-background-secondary-btn-disabled);
    border: 1px solid var(--color-background-secondary-btn-disabled-border-text);
}




/*
Active (tabbed)
 */
.btn:active,
.btn:focus-visible,
.next:active,
.next:focus-visible,
.default:active,
.default:focus-visible{
    outline-offset: 3px;
    outline: 1px solid var(--color-monio-dark-gray);
}

.next:before {
    position: center;
    font-family: "monner" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 2;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "l";
    font-size: 17px;
}

.facebooklogo:before {

    position: relative;
    top: -1px;
    font-family: "monner" !important;
    vertical-align: middle;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    content: attr(data-icon);
    content: "\61";
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    margin-bottom: 5px;
    margin-right: 10px;
}

.fullwidth {
    min-width: 100%;
}

/*
 DEPRECATED. Old styling from previous versions of Monner/Folkeinvest Formidling.
 Get rid of these agressively.
*/


#emailForNewsletter {
    padding-left: 15px;
}

.button {
    min-width: 260px;
    height: 60px;
    display: inline-block;
    line-height: 60px;
    text-align: center;
    border-radius: 9px;
    cursor: pointer;
    border: 1px solid rgba(0, 0, 0, 0.08);
    transition: border 0.3s ease, background-color 0.3s ease, color 0.3s ease;
    text-decoration: none;
    font-family: 'Centra No2', serif;
    font-size: 16px;
    white-space: nowrap;
    background-color: #FFFFFF;
    color: #1F1F1F;
    padding-left: 16px;
    padding-right: 16px;
}

.crowd .button{
    background-color: var(--color-folkeinvest-grey);
    color: var(--color-white);
    border: 1px solid var(--color-white);
}

.button:focus {
    outline-color: var(--color-purple);
    /*box-shadow: 0 0 0 6px #FFFFFF, 0 0 0 8px rgba(var(--color-purple), .2);*/
}

.button:hover {
    border: 1px solid rgba(0, 0, 0, .2);
}

.crowd .button:hover{
    border: 1px solid var(--color-white);
    background-color: var(--color-crowd-blue-gray);
}

.button.small {
    min-width: auto;
}

.button.xsmall {
    border-radius: 6px;
    height: 40px;
    width: 175px;
    line-height: 40px;
    min-width: auto;
}

.button.faded {
    color: var(--color-text-faded);
    border: 1px solid rgba(0, 0, 0, .2);
}

.button.faded:hover {
    background-color: var(--color-light-gray);
}

.button.wide {
    border: 1px solid rgba(0, 0, 0, .2);
}

.button.big {
    font-size: 16px;
    font-weight: normal;
}

.button.bigger {
    font-size: 16px;
    font-weight: normal;
}

.button.small {
    font-size: 15px;
    min-width: auto;
}

.button.facebook {
    font-size: 16px;
    line-height: 28px;
    font-weight: normal;
    padding: 20px 80px;
}

.button.fullwidth {
    width: 100%;
    text-align: center;
}

.button.circle {
    line-height: 0px;
    height: 60px;
    min-width: 60px;
    border-radius: 50%;
}

.button.circle.next:before {
    position: relative;
    font-family: "monner" !important;
    content: attr(data-icon);
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "l";
    font-size: 1.3em;
    line-height: 1px;
    top: 4px;
}

.button.circle.previous {
    transform: rotate(180deg);
    border-color: var(--color-purple-dark);
    color: var(--color-purple-dark);
}

.button.circle.previous:before {
    position: relative;
    font-family: "monner" !important;
    content: attr(data-icon);
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "l";
    font-size: 1.3em;
    line-height: 1px;
    top: 4px;
}

.button.green {
    background-color: var(--color-monio-light-green);
    color: var(--color-monio-darker-gray);
    border: 1px solid var(--color-monio-light-green);
}

.button.green:hover {
    background-color: var(--color-button-dark-green);
    border: 1px solid rgba(18, 201, 124, .5);
}

.button.green:visited .button.green:active {
    background-color: var(--color-monio-light-green);
    color: #FFFFFF;
    border: 1px solid var(--color-monio-light-green);
}

.button.green.inverted {
    border: 1px solid var(--color-monio-light-green);
    color: var(--color-monio-light-green);
    background-color: #FFFFFF;
}

.crowd .button.green.inverted:not(mediumSize) {
    background-color: var(--color-crowd-blue-gray);
    border: 1px solid;
    color: #ffffff;
}

.button.green.inverted:hover {
    background-color: rgba(18, 201, 124, .06);
}

.crowd .button.green.inverted:hover{
    background-color: #193042;
}

.button.green.inverted:disabled,
.button.green.inverted[disabled] {
    background-color: rgba(18, 201, 124, .06);
    color: var(--color-monio-light-green);
    border: 1px solid var(--color-monio-light-green);
}

.button.disabled,
.button[disabled] {
    background-color: #C7C7C7;
    color: #FFFFFF;
    cursor: default;
    border: 1px solid transparent;
}

.button.blue {
    background-color: var(--color-button-blue);
    color: #FFFFFF;
    border: 1px solid var(--color-button-blue);
}

.button.white {
    background-color: #FFFFFF;
    color: var(--color-button-black);
    border: 1px solid var(--color-dark-border);
}

.button.blue:hover {
    background-color: rgba(59, 89, 152, .9);
}



.button.blue .micon-facebook {
    position: relative;
    top: 2px;
    font-size: 24px;
    line-height: 1px;
    vertical-align: middle;
    margin-right: 10px;
}

.button.white .micon-facebook {
    position: relative;
    top: 2px;
    font-size: 24px;
    line-height: 1px;
    vertical-align: middle;
    margin-right: 10px;
}

.button.blue.inverted {
    border: 1px solid var(--color-button-blue);
    color: var(--color-button-blue);
    background-color: #FFFFFF;
}

.button.blue.inverted:hover {
    background-color: var(--color-button-blue);
    color: #FFFFFF;
}

.button.black {
    background-color: var(--color-button-black);
    color: #FFFFFF;
    border: 1px solid var(--color-button-black);
}

.button.black:hover {
    background-color: rgba(44, 44, 44, 1);
}

.button.black.inverted {
    border: 1px solid var(--color-button-black);
    color: var(--color-button-black);
    background-color: #FFFFFF;
}

.button.black.inverted:hover {
    background-color: var(--color-button-blue);
    color: #FFFFFF;
}

.button.purple {
    background-color: var(--color-purple-dark);
    color: #FFFFFF;
    border: 1px solid var(--color-purple-dark);
}

.button.purple.inverted {
    background-color: #FFFFFF;
    color: var(--color-purple-dark);
    border: 1px solid var(--color-purple-dark);
}

.button.purple.inverted:hover {
    background-color: rgba(105, 97, 147, .06);
    border-color: rgba(105, 97, 147, .60);

}

.button.purple:hover {
    background-color: var(--color-purple);
    border-color: rgba(105, 97, 147, .60);

}

.button i {
    position: relative; }

.button i.micon-heart-hollow,
.button i.micon-heart {
    top: 1px;
    line-height: 1px;
    vertical-align: sub;
    margin-right: 5px;
}

.button i.micon-heart-hollow:before,
.button i.micon-heart:before {
    font-size: 1.4em;
    line-height: 1px;
}

.button i.micon-share {
    top: 2px;
    line-height: 1px;
    vertical-align: sub;
    margin-right: 5px;
}

.button i.micon-share:before {
    font-size: 1.4em;
    line-height: 1px;
}

.loneButtonWrapper {
    width: 100%;
    text-align: center;
    padding-bottom: 60px;
}

.loneButtonWrapper .loneButton {
    width: 40%;
    text-align: center;
    max-width: 500px;
    min-width: 260px;
}

.input-button-fuse {
    display: flex;
}

.input-button-fuse .button {
    width: 25% !important;
    min-width: auto;
    height: 70px;
}

.input-button-fuse > *:nth-child(1) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    flex: 1 0;
    border-right: 0 !important;
}

.input-button-fuse > *:nth-child(2) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    white-space: nowrap;
}

button.mfp-close {
    top: 24px;
    right: 16px;
    color: transparent;
    opacity: 1;
}

button.mfp-close:hover:after {
    opacity: .6;
}

button.mfp-close:after {
    position: absolute;
    top: 14px;
    left: 16px;
    content: attr(data-icon);
    font-family: "monner" !important;
    color: var(--color-text);
    font-size: 14px;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: opacity 0.3s ease;
}

@media screen and (max-width: 768px) {
    .loneButtonWrapper .loanButton {
        width: 60%;
    }
    .button.facebook {

    }
    .button.appleId {

    }
    button.mfp-close {
        top: 19px;
        right: 11px;
    }
}

@media screen and (max-width: 630px) {
    .button.green.inverted:hover {
        background-color: #FFFFFF;
    }
}


@font-face {
    font-family: "monner";
    src:url("fonts/icons/monner.eot");
    src:url("fonts/icons/monner.eot?#iefix") format("embedded-opentype"),
    url("fonts/icons/monner.woff") format("woff"),
    url("fonts/icons/monner.ttf") format("truetype"),
    url("fonts/icons/monner.svg#monner") format("svg");
    font-weight: normal;
    font-style: normal;

}

[data-icon]:before {
    font-family: "monner" !important;
    content: attr(data-icon);
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

[class^="micon-"]:before,
[class*=" micon-"]:before {
    font-family: "monner" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 2;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.micon-facebook:before {
    content: "\61";
}

.micon-camera:before {
    content: "\62";
}

.micon-document:before {
    content: "\63";
}

.micon-briefcase:before {
    content: "\64";
}

.micon-heart-hollow:before {
    content: "\65";
}

.micon-heart:before {
    content: "\66";
}

.micon-location:before {
    content: "\67";
}

.micon-share:before {
    content: "\68";
}

.micon-tag:before {
    content: "\69";
}

.micon-video-camera:before {
    content: "\6a";
}

.micon-eye-inactive:before {
    content: "\6b";
}

.micon-arrow-right:before {
    content: "\6c";
}

.micon-arrow-left:before {
    content: "\e0d5";
}

.micon-check:before {
    content: "\6d";
}

.micon-check-small:before {
    content: "\6e";
}

.micon-profile:before {
    content: "\70";
}

.micon-facebook-rounded:before {
    content: "\71";
}

.micon-globe:before {
    content: "\72";
}

.micon-x:before {
    content: "\73";
}

.micon-plus:before {
    content: "\74";
}

.micon-eye-active:before {
    content: "\75";
}

.micon-caret-thin:before {
    content: "\76";
}

.micon-caret:before {
    content: "\6f";
}

.micon-caret-large:before {
    content: "\6f";
    font-size: 16px;
    vertical-align: -3px;
}

.micon-caret {
    line-height: 1px;
    top: -1px;
    margin-left: 5px;
    text-decoration: none !important;
}

.micon-caret:before {
    font-size: 9px;
}

.micon-caret-left {
    top: 1px;
    position: relative;
    margin-right: 5px;
}

.micon-caret-left:before {
    content: "\6f";
    transform: rotate(180deg);
    position: absolute;
}

.micon-caret-down {
    position: relative;
    vertical-align: middle;
    margin-left: 10px;
}

.micon-caret-down:before {
    position: absolute;
    content: "\47";
    font-size: 9px;
    transform: rotate(-90deg);
    top: 4px;
}

.micon-back:before {
    content: "\47";
    vertical-align: middle;
    position: relative;
    bottom: 2px;
}

.micon-play:before {
    content: "\77";
}

.micon-linkedin:before {
    content: "\78";
}

.micon-instagram:before {
    content: "\79";
}

.micon-twitter:before {
    content: "\7a";
}

.micon-facebook-circle:before {
    content: "\41";
}

.micon-document-locked-big:before {
    content: "\42";
}

.micon-warning:before {
    content: '\44';
    vertical-align: middle;
    position: relative;
    bottom: 2px;
    color: var(--color-orange);
}

.micon-warning.red:before {
    color: var(--color-red);
}

.micon-warning.gray:before {
    color: gray;
}

.micon-warning-inverted:before {
    content: '\44';
    vertical-align: middle;
    position: relative;
    bottom: 2px;
    color: var(--color-background);
}

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

    .micon-warning-inverted.BREACH_OF_CONTRACT:before {
        content: '\44';
        vertical-align: middle;
        position: -webkit-sticky;
        bottom: 2px;
        color: #E05868;
        padding-right: 10px;
        padding-top: 10px;
    }
    .micon-warning-inverted.LATE:before {
        content: '\44';
        vertical-align: middle;
        position: -webkit-sticky;
        bottom: 2px;
        color: var(--color-orange);
        padding-right: 10px;
        padding-top: 10px;
    }


}



.micon-filter:before {
    content: "\45";
    position: relative;
    top: 12px;
    margin-right: 8px;
}

.micon-avatar-pending:before {
    content: "\4a";
}
.hamburger{
    display: inline-block;
    width: 36px;
    height: 36px;
    text-align: center;
    transition: border .3s ease;
}

.icon-circle {
    display: inline-block;
    width: 36px;
    height: 36px;
    border: 1px solid var(--color-folkeinvest-grey);
    border-radius: 50%;
    text-align: center;
    transition: border .3s ease;
}

.icon-circle [class^="micon-"]:before,
.icon-circle [class*=" micon-"]:before {
    font-size: 16px;
    line-height: 36px;
    position: relative;
    top: -1px;
    vertical-align: center;
}

.micon-download-icon:before {
    content: "\4b";
}
.micon-trustpilot-circle:before {
    content: "\4c";
}
.micon-trustpilot-rounded:before {
    content: "\4d";
}
.micon-apple-logo-svg:before {
    content: "\4e";
}
.micon-trustpilot-svg-black:before {
    content: "\4c";
}
.micon-link:before {
    content: "\50";
}
.micon-mail-icon:before {
    content: "\4f";
}
header.page-header {
    position: relative;
    display: flex;
    padding: 0 0 0 30px;
    align-items: center;
    flex: 0 0 auto;
    min-height: 100px;
    z-index: 27;
    font-size: 17px; !important;
}
.callToActionBtn {
    border-radius: 40px;
    border: 1px solid var(--Brand-Dark-grey, #2D3340);
    background: var(--Brand-Dark-grey, #2D3340);
    color: #FFF;
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 17px ;
    height: 30px;
    padding: 5px 25px;
    justify-content: center;
    align-items: center;
    gap: 18px;
}


.callToAction {
    text-align: center;
    background: #F5F5F5;    display: flex;
    flex-direction: row;
    justify-content: center;

    padding: 5px 25px;
    align-items: center;
    gap: 18px;

    width: 100%;
    height: 80px;

}

.buttonSection {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

@media screen and (max-width: 1050px) {
    .callToAction {
        height: 120px;
        flex-direction: column;
    }

}
@media screen and (max-width: 428px) {
    .callToAction {
        height: 140px;
        flex-direction: column;
    }

    .callToActionBtn {
        height: 50px;
        line-height: normal;
    }
}

header.page-header .logo {
    background-image: url("/crowd/img/logos/FolkeinvestFormidlingLogoSVG.svg");
}

header.page-header.simple {
    margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
    header.page-header.simple {
        margin-bottom: 20px;
    }
}



header.page-header.white nav ul li a {
    color: var(--color-text);
}

header.page-header.white nav ul li a.faded {
    color: var(--color-text);
    opacity: .6;
}

header.page-header.white nav ul li a:not(.button):focus,
header.page-header.white nav ul li a.button:focus {
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.3);
}

@media screen and (max-width: 767px) {
    header.page-header.white nav ul li a.button {
        color: var(--color-text) !important;
    }
}

header.page-header.white .icon-circle {
    border-color: var(--color-crowd-unfocused-grey);
}

header.page-header.white .icon-circle:after, header.page-header.white .icon-circle:before {
    background-color: #FFFFFF !important;
}

.header-nav-upward-border-tag-container{
    /* Style in global dark/light mode files */
}

.header-nav-upward-border-tag {
    margin-left: auto;
    margin-right: 8px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 14px 10px;
}

header.page-header.white .customer-navigation-container .menu-icon {
    backface-visibility: hidden;
}

header.page-header.white .customer-navigation-container .menu-icon:hover,
header.page-header.white .customer-navigation-container.open .menu-icon {
    background-color: rgba(255, 255, 255, 0.1);
}

header.page-header + .sub-navigation {
    margin-top: -60px;
    margin-bottom: 60px;
}

@media screen and (max-width: 992px) {
    header.page-header + .sub-navigation {
        margin-top: -20px;
        margin-bottom: 40px;
    }
}

header.page-header .logo {
    height: 64px;
    width: 220px;
    margin: 10px;
    padding: 0 0 0 2px;
    background-repeat: round;
    display: flex;
    justify-content: space-between;
}

header.page-header nav {
    height: 100%;
}

header.page-header nav ul {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
    height: 100%;
}

header.page-header .logoText{
    color: var(--color-button-white);
    cursor: pointer;
}

header.page-header nav ul li {
    position: relative;
    display: flex;
    align-items: center;
    margin-right: 30px;
}

header.page-header nav ul li a {
    color: var(--color-text);
    text-decoration: none;
    white-space: nowrap;
    font-weight: 600;
}

/*header.page-header nav ul li.lineOnHover.shortBottom a:after{
    bottom: -1px !important;
}*/

header.page-header nav ul li.lineOnHover.grey.newHeight a:after,
header.page-header nav ul li.lineOnHover.shortBottom.newHeight a:after{
    bottom: 20px !important;
}

header.page-header nav ul li.lineOnHover a:after {
    position: absolute;
    bottom: -9px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: var(--color-background);
    content: ' ';
    opacity: 0;
    transition: opacity 0.3s ease;
}

header.page-header .second-navigation nav ul li.lineOnHover.lineHeight a:after,
header.page-header.logged-in .second-navigation nav ul li.lineOnHover a:after {
    bottom: 20px;
}
header.page-header .second-navigation nav ul li.lineOnHover.grey a:after {
    background-color: var(--color-crowd-unfocused-grey);
}

header.page-header .second-navigation nav ul li.lineOnHover.regular a:after {
    background-color: var(--color-text);
}

header.page-header nav ul li a.button {
    padding: 12px 20px;
    font-size: 15px;
}

header.page-header nav ul li a.button:after {
    display: none;
}

header.page-header nav ul li a:not(.menu-icon):hover:after {
    opacity: 0;
}

header.page-header .first-navigation {
    flex: 1;
    font-size: 17px;
}

header.page-header .first-navigation nav ul li.lineOnHover.regular a:after {
    background-color: var(--color-text);
}

header.page-header .second-navigation {
    /*display: none;*/
    font-size: 17px;
}

/* Tighter than default button */
#menuLoginButton {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 25px;
    min-height: 25px;
    max-height: 40px;
    min-width: 110px;
    border: none;
    box-shadow: none;
    background-color: transparent;
}
#createUserButton {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 25px;
    min-height: 25px;
    max-height: 40px;
    min-width: 110px;

}

header.page-header.not-logged-in .customer-navigation-container {
    display: none;
}


@media screen and (max-width: 885px) {
    header.page-header.not-logged-in .customer-navigation-container {
        display: block;
    }
    header.page-header.not-logged-in .first-navigation .not-smallScreen,
    header.page-header .first-navigation .not-smallScreen{
        display: none;
    }
}

header.page-header.not-logged-in .customer-navigation-container .customer-navigation .footer {
    display: none;
}
header.page-header.not-logged-in .customer-navigation-container .menu-icon .hamburger,
header.page-header.not-logged-in .customer-navigation-container .menu-icon .icon-circle {
    border: 0;
    position: relative;
}

header.page-header.not-logged-in .customer-navigation-container .menu-icon .icon-circle > div {
    display: none;
}

.page-header.not-logged-in .customer-navigation-container .menu-icon .hamburger:after,
.page-header.not-logged-in .customer-navigation-container .menu-icon .hamburger:before {
    transition-duration: 0.4s;
    position: absolute;
    width: 20px;
    height: 2px;
    content: "";
    left: 8px;
}

header.page-header.not-logged-in .customer-navigation-container .menu-icon .hamburger:before {
    top: 11px;
}

header.page-header.not-logged-in .customer-navigation-container .menu-icon .hamburger:after {
    top: 22px;
}

header.page-header.not-logged-in .customer-navigation-container.open .menu-icon .hamburger:before {
    transform: rotateZ(135deg) scaleX(1.25) translate(4px, -4px);
}

header.page-header.not-logged-in .customer-navigation-container.open .menu-icon .hamburger:after {
    transform: rotateZ(-135deg) scaleX(1.25) translate(3px, 3px);
}

header.page-header .customer-navigation {
    margin-right: 16px;
}

header.page-header .customer-navigation-container.open .customer-navigation {
    margin-right: 16px;
    pointer-events: auto;
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
    transition: opacity 0.25s cubic-bezier(0.18, 0.63, 0.51, 0.87),
    transform 0.25s cubic-bezier(0.18, 0.63, 0.51, 0.87);
}

header.page-header .customer-navigation-container:not(.open) .customer-navigation {
    transform: translateY(-10px);
}

header.page-header .customer-navigation-container.fadeout .customer-navigation {
    transform: translateY(10px);
    opacity: 0;
    transition: opacity 0.25s cubic-bezier(0.59, 0.18, 0.85, 0.57),
    transform 0.25s cubic-bezier(0.59, 0.18, 0.85, 0.57);
}
header.page-header .customer-navigation-container .menu-icon [data-not-logged-in],
header.page-header .customer-navigation-container .menu-icon [data-logged-in]{
    display: none;
}

header.page-header .customer-navigation-container .menu-icon {
    position: relative;
    display: flex;
    height: 90px;
    margin-right: 16px;
    align-items: center;
    justify-content: center;
    transition: background-color .3s ease;
    margin-left: -4px;
    z-index: 1001;
}

header.page-header:not(.not-logged-in) .customer-navigation-container .menu-icon .icon-circle{
    background-color:  white;
    color: var(--color-folkeinvest-grey);
}

header.page-header .customer-navigation-container .customer-navigation {
    position: absolute;
    top: 100%;
    right: 0;
    filter: drop-shadow(0px 15px 10px rgba(0, 46, 38, 0.2));
    min-width: 300px;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    transition: .3s ease;
    z-index: 1002;
}

header.page-header .customer-navigation-container .customer-navigation nav {
    padding: 0 25px 25px;
}

header.page-header .customer-navigation-container .customer-navigation nav ul {
    display: none;
    list-style: none;
    padding: 0;
    margin: 0;
    flex-direction: column;
}

header.page-header .customer-navigation-container .customer-navigation nav ul li {
    margin-top: 15px;
}

header.page-header .customer-navigation-container .customer-navigation nav ul li a.faded {
    color: var(--color-monio-faded-text);
}

header.page-header .customer-navigation-container .customer-navigation .monner-items {
    border-top: 1px solid rgba(181, 181, 181, 0.15);
    margin-top: 25px;
    padding-top: 25px;
}

header.page-header .customer-navigation-container .customer-navigation .monner-items ul {
    display: block;
    border-top: 0;
    margin-top: 0;
    padding-top: 0;
}

header.page-header .customer-navigation-container .customer-navigation .footer {
    display: flex;
    padding: 18px 25px 0 25px;
    background-color: var(--Brand-Dark-grey);
}

header.page-header nav ul li:last-child {
    margin-right: 0;
}

header.page-header .customer-navigation-container .customer-navigation .footer,
header.page-header .customer-navigation-container .customer-navigation .footer p {
    font-size: 13px;
    line-height: 22px;
    font-weight: normal;
    color: var(--color-white);
}

header.page-header .customer-navigation-container .customer-navigation .footer strong {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    max-width: 180px;
    text-overflow: ellipsis;
}

header.page-header .customer-navigation-container .customer-navigation .footer .logout {
    align-self: flex-end;
    text-align: right;
    flex: 1;
    margin-bottom: 12px;
}

header.page-header .customer-navigation-container .customer-navigation .footer .logout a {
    color: var(--Brand-Blue);
}

header.page-header .customer-navigation-container .customer-navigation .footer #currentUserContainer {
    display: flex;
    flex-direction: column;
}

header.page-header .customer-navigation-container .customer-navigation .footer #currentUserContainer #menuUserName,
header.page-header .customer-navigation-container .customer-navigation .footer #currentUserContainer #menuCurrentCustomer {
    margin-top: -10px;
}

header.page-header .customer-navigation-container .customer-navigation .footer #currentUserContainer #customerListContainer {
    display: flex;
    flex-direction: column;
}

header.page-header .customer-navigation-container .customer-navigation .footer #currentUserContainer #customerListContainer #customerList {
    padding-top: 10px;
    list-style-type: disc;
    flex-direction: column;
}

header.page-header .customer-navigation-container .customer-navigation .footer #currentUserContainer #customerListContainer #customerList a {
    color: #6e75d5;
    text-decoration: none;
}

header.page-header .customer-navigation-container .customer-navigation .footer #currentUserContainer #customerListContainer #customerList a:after {
    text-decoration: none;
}


@media screen and (max-width: 885px) {
    header.page-header nav ul li.not-mobile {
        display: none;
    }
    .not-mobile {
        display: none;
    }

    #myInvestments {
        display: none;
    }

    #menuLoginButton {
        display: none;
    }
    #createUserButton {
        display: none;
    }
}

header.page-header nav ul li.mobile-only {
    display: none;
}

@media screen and (max-width: 885px) {
    header.page-header nav ul li.mobile-only {
        display: block;
    }

    .header-nav-upward-border-tag-container {
        display: none;
    }

    header.page-header {
        padding: 0 0 0 20px;
        justify-content: space-between;
    }

    header.page-header .first-navigation nav ul {
        justify-content: flex-start;
    }
    header.page-header .first-navigation nav ul li:last-child {
        margin-right: 12px;
    }
    header.page-header nav ul {
        height: auto;
    }
    header.page-header nav ul li a.button.green {
        background-color: transparent;
        border-radius: 0;
        border: 0;
        padding: 0;
        color: var(--color-white);
    }
    header.page-header nav ul li a.button.green:after {
        display: block;
    }

    header.page-header .customer-navigation-container.open .customer-navigation {
        margin-right: 0;
    }

    header.page-header .customer-navigation-container .customer-navigation {
        width: 100vw;
        height: calc(100vh - 60px);
        box-shadow: none;
        border: 0;
        z-index: 26;
    }
    header.page-header .customer-navigation-container .customer-navigation:before {
        position: absolute;
        top: -60px;
        left: 0;
        height: 60px;
        width: 100%;
        background-color: var(--color-background);
        color: white;
        content: ' ';
    }
    header.page-header .customer-navigation-container .customer-navigation .customer-navigation-inner {
        display: flex;
        flex-direction: column;
        overflow-y: auto;
        padding-top: 30px;
        height: 100%;
        background-color: var(--color-folkeinvest-grey);
        color:white;
    }
    header.page-header .customer-navigation-container .customer-navigation .customer-navigation-inner .footer .logout {
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    header.page-header .customer-navigation-container .customer-navigation nav {
        height: auto;
        flex: 1 0;
        padding-bottom: 25px;
    }
    header.page-header .customer-navigation-container .customer-navigation ul li a {
        font-size: 22px;
        line-height: 33px;
        font-weight: 300;
        margin: 0;
    }
    header.page-header .customer-navigation-container .customer-navigation ul li a.green {
        color: var(--Brand-Blue);
    }
    header.page-header .customer-navigation-container .customer-navigation ul li a.green:before {
        position: absolute;
        font-family: "monner" !important;
        content: attr(data-icon);
        font-style: normal !important;
        font-weight: normal !important;
        font-variant: normal !important;
        text-transform: none !important;
        speak: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "o";
        font-size: .45em;
        right: -17px;
        top: 13px;
    }
    header.page-header .customer-navigation-container .customer-navigation .mobile-menu-items {
        border-bottom: 1px solid var(--color-white);
        margin-bottom: 25px;
    }
    header.page-header .customer-navigation-container .customer-navigation .mobile-menu-items ul {
        display: block;
        margin-bottom: 25px;
    }

    .extraMargin{
        margin-bottom: 25px;
    }

    header.page-header .customer-navigation-container .customer-navigation ul li a.notImportant{
        color: var(--color-crowd-unfocused-grey);
    }

    header.page-header .customer-navigation-container .customer-navigation .mobile-menu-items ul li:first-child {
        margin-top: 0;
    }
    header.page-header .customer-navigation-container .customer-navigation .footer {
        position: relative;
        border-top: 0;
        padding-top: 25px;
        padding-bottom: 25px;
    }
    header.page-header .customer-navigation-container .customer-navigation .footer,
    header.page-header .customer-navigation-container .customer-navigation .footer p {
        font-size: 14px;
        line-height: 24px;
        font-weight: normal;
    }
    header.page-header .customer-navigation-container .customer-navigation .footer:before {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: calc(100% - 50px);
        height: 1px;
        content: ' ';
        background-color: rgba(181, 181, 181, 0.15);
    }
    header.page-header .customer-navigation-container .menu-icon {
        height: 60px;
        width: 60px;
    }
    header.page-header .logo {
        z-index: 1004;
        background-size: contain;
        min-width: 42px;
    }
    header.page-header .first-navigation {
        z-index: 1004;
    }
}

@media screen and (max-width: 420px) {
    header.page-header .first-navigation nav ul li:not(.customer-navigation-container),
    header.page-header .second-navigation nav ul li:not(.customer-navigation-container) {
        margin-right: 17px;
    }
}

header.page-header + .image-header {
    margin-top: -150px;
}

@media screen and (max-width: 992px) {
    header.page-header + .image-header {
        margin-top: -110px;
    }
}

@media screen and (max-width: 885px) {
    body.customer-navigation-open {
        max-height: 100vh;
        overflow: hidden;
        color: white;
    }
    body.ios header.page-header .customer-navigation-container .customer-navigation {
        height: calc(100vh - 130px);

    }
    body.iphonex header.page-header .customer-navigation-container .customer-navigation {
        height: calc(100vh - 180px);

    }
    body.android-chrome header.page-header .customer-navigation-container .customer-navigation {
        height: calc(100vh - 115px);

    }
}
footer.page-footer {
    display: block;
    padding: 45px 0 60px 0px;
    font-size: 15px;
    line-height: 33px;
    color: var(--color-white);
    font-family: Inter;
}

footer.page-footer.black-text{
    color: var(--color-text);
}

footer.page-footer .footer-content {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 220px);
    max-width: 1160px;
    margin-left: auto;
    margin-right: auto;
}

.footer-text {
    position: relative;
    margin-top: 30px;
}

.footer-content .footer-nav-and-text .footer-text p{
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: var(--color-white);
    font-family: Inter;
}

.copyright {
    position: absolute;
    bottom: -40px;
    right: 16px;
    color: var(--Brand-light-gray) !important;
}

@media screen and (max-width: 1080px) {
    footer.page-footer .footer-content .footer-nav {
        justify-content: space-between;
    }
}

@media screen and (max-width: 992px) {
    footer.page-footer .footer-content {
        width: calc(100% - 50px);
    }
}

footer.page-footer .footer-content .monner-logo {
    width: 10%;
}

@media screen and (max-width: 768px) {
    footer.page-footer .footer-content .monner-logo {
        width: 100%;
    }
}

footer.page-footer .footer-content .folkeinvest-formidling-logo {
    width: 10%;
}

@media screen and (max-width: 768px) {
    footer.page-footer .footer-content .folkeinvest-formidling-logo {
        width: 100%;
    }
}


footer.page-footer .footer-content .folkeinvest-formidling-logo .logo {
    display: inline-block;
    background-image: url("/crowd/img/logos/FolkeinvestFormedlingLogoInvertedSVG.svg");
    height: 62px;
    width: 223px;
    background-repeat: no-repeat;
}




footer.page-footer .footer-content h4 {
    text-transform: none;
    font-weight: 600;
    font-size: 15px;
}

footer.page-footer .footer-content .footer-nav {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    border-bottom-style: solid;
    border-width: 1px;
    padding-bottom: 50px;
}

@media screen and (max-width: 768px) {
    footer.page-footer .footer-content .footer-nav-and-text {
        width: 100%;
        flex-direction: column;
    }

    footer.page-footer .footer-content .footer-nav {
        width: 100%;
        flex-direction: column;
        padding-bottom: 20px;
        justify-content: space-between;
        border-right-style: none;
        margin-right: 0px;
    }
}

footer.page-footer .footer-content .footer-nav nav {
    width: 25%;
}

footer.page-footer .footer-content .footer-nav nav.social-media {
    display: flex;
    justify-content: flex-end;
}

footer.page-footer .footer-content .footer-nav nav.social-media li a i {
    font-size: 22px;
    line-height: 22px;
    vertical-align: middle;
    margin-right: 5px;
}

@media screen and (max-width: 700px) {
    footer.page-footer .footer-content .footer-nav nav {
        width: 50%;
    }
    footer.page-footer .footer-content .footer-nav nav:nth-child(3),
    footer.page-footer .footer-content .footer-nav nav:nth-child(4) {
        margin-top: 30px;
    }
    footer.page-footer .footer-content .footer-nav nav.social-media {
        justify-content: flex-start;
    }
}

@media screen and (max-width: 480px) {
    footer.page-footer .footer-content .footer-nav nav {
        width: 100%;
        margin-top: 30px;
    }
    footer.page-footer .footer-content .footer-nav nav:first-child {
        margin-top: 0;
    }
}

footer.page-footer .footer-content .footer-nav nav ul {
    list-style: none;
    margin: 0;
    padding: 0;

}

footer.page-footer .footer-content .footer-nav nav ul li {
    width: 50%;
}

footer.page-footer .footer-content .footer-nav nav ul li a {
    position: relative;
    color: rgb(255, 255, 255);
    text-decoration: none;
    white-space: nowrap;
}

footer.page-footer.black-text .footer-content .footer-nav nav ul li a {
    color: var(--color-text);
}

footer.page-footer .footer-content .footer-nav nav ul li a:before {
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #E5E5E5;
    content: '';
    opacity: 0;
    transition: opacity 0.3s ease;
}

footer.page-footer .footer-content .footer-nav nav ul li a.faded {
    color: var(--color-monio-faded-text);
}

footer.page-footer .footer-content .footer-nav nav ul li a.button {
    padding: 13.5px 18px;
}

footer.page-footer .footer-content .footer-nav nav ul li a.button:before {
    display: none;
}

footer.page-footer .footer-content .footer-nav nav ul li a:hover:before {
    opacity: 1;
}

footer.page-footer .footer-content .footer-nav nav ul li a:before {
    bottom: -5px;
}

footer.page-footer .footer-content.text {
    padding: 25px 0;
}

footer.page-footer .footer-content.text p {
    padding-left: 10%;
    width: 75%;
    font-size: 14px;
    line-height: 26px;
    font-weight: normal;
}

@media screen and (max-width: 1100px) {
    footer.page-footer .footer-content.text p {
        width: 90%;
    }
}

@media screen and (max-width: 768px) {
    footer.page-footer .footer-content.text p {
        padding-left: 0;
        width: 100%;
    }
}

footer.page-footer .footer-content.text + hr {
    margin-top: 20px;
}

footer.page-footer .footer-content .extra-info {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

footer.page-footer .footer-content .extra-info .copyright {
    width: 32.5%;
}

@media screen and (max-width: 768px) {
    footer.page-footer .footer-content .extra-info .copyright {
        width: 50%; }
}

footer.page-footer .footer-content .extra-info .regulated a {
    color: rgba(31, 31, 31, 0.4);
    transition: 0.3s ease;
}

footer.page-footer .footer-content .extra-info .regulated a:hover {
    color: #6D6D6D;
}

footer.page-footer > hr {
    margin-top: 35px;
    margin-bottom: 20px;
    border: 1px solid var(--color-white);
}

footer.page-footer.simple {
    border-top: 1px solid var(--color-text);
    padding: 20px 0;
    text-align: center;
}

footer.page-footer.simple .copyright {
    color: var(--color-monio-faded-text);
}

.footer-nav-and-text {
    display: flex;
    flex-direction: column;
}
@font-face {
    font-family: "monner";
    src: url("/fonts/icons/monner.eot");
    src: url("/fonts/icons/monner.eot?#iefix") format("embedded-opentype"),
    url("/fonts/icons/monner.woff") format("woff"),
    url("/fonts/icons/monner.ttf") format("truetype"),
    url("/fonts/icons/monner.svg#monner") format("svg");
    font-weight: normal;
    font-style: normal;
}





body, p {
    font-style: normal;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
}


input {
    font-family: Inter;
      font-style: normal;
      font-weight: normal;
      font-size: 17px;
      line-height: 27px;
}

h1 {
    color: var(--Brand-Dark-grey, #2D3340);
    font-family: Inter;
    font-size: 72px;
    font-style: normal;
    font-weight: 700;
    line-height: 71px
}

h1.largeH1 {
    font-family: Inter;
    font-size: 54px;
    line-height: 70px;
    font-weight: 300;
}

h2 {
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 28px;
    line-height: 40px;
}

h2.largeH2 {
    font-family: Inter;
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 46px;
}

h2.largeH2.quicksand {
    font-family: Quicksand;
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 46px;
}

h2.largeH2.quicksand .lightWeight{
    font-weight: 300;
}

h3 {
    font-family: Inter;
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 31px;
}

h3.headers {
    font-weight: 700;
}

h4, .asH4 {
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    font-size: 19px;
    line-height: 30px;
}

h5 {
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.lessMargin {
    margin-bottom: 20px;

}

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

h1.largeTopHeader:first-child {
    margin-top: 60px !important;
    margin-bottom: 140px;
}

h1.largeTopHeader + .card-grid-wrapper {
    padding-top: 0; }

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

h2.dummy {
    color: transparent;
    pointer-events: none;
    user-select: none;
    width: 140px;
}

h2.dummy:after {
    content: ' ';
    display: inline-block;
    height: 5px;
    width: 100%;
    background-color: #f1f1f1;
    border-radius: 5px;
}

h3.p1 {
    font-size: 16px;
    line-height: 38px;
}

.p1 {
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 30px;
}

p.tight {
    font-size: 16px;
    line-height: 28px;
    font-weight: normal;
}

p.p2 {
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 27px;
}

p.p2.paragraph {
    min-height: 81px;
}

p.p2.tight {
    font-size: 14px;
    line-height: 24px;
    font-weight: normal;
}

.p3 {
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
}

.p3.bold{
    font-weight: 500;
}

p.faded {
    color: var(--color-monio-faded-text);
}

p.small {
    margin-top: 50px;
    font-size: 12px;
    line-height: 21px;
    font-weight: normal;
    max-width: 340px;
    margin-left: auto;
    margin-right: auto;
}

p.error-text {
    color: var(--color-red);
    font-size: 14px !important;
}


h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
p:first-child {
    margin-top: 0 !important;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
p:last-child {
    margin-bottom: 0;
}



.bold-font-weight {
    font-weight: 500; }

b, strong {
    font-weight: 700;
}

div.normalText {
    font-size: 16px;
    line-height: 38px;
    font-weight: normal;
    color: #1F1F1F;
}

.p1tight {
    font-size: 16px;
    line-height: 28px;
    font-weight: normal;
}

.p2tight {
    font-size: 14px;
    line-height: 24px;
    font-weight: normal;
}

hr{
    border-top:0px;
    border-right-width: 100vw;
    border-style: solid;
    border-color: var(--color-white);
}

.smallTitle {
    font-size: 10.5px;
    line-height: 23px;
    font-weight: var(--bold-font-weight);
}

.labelText {
    font-size: 16px;
    line-height: 28px;
    font-weight: var(--bold-font-weight);
}

.cardDescription {
    font-size: 15px;
    line-height: 23px;
    font-weight: normal;
    color: var(--color-light-gray);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: calc(23px * var(--lines-medium));
    -webkit-line-clamp: var(--lines-medium);
    -webkit-box-orient: vertical;
}

.ellipsify {
    line-height: var(--lineHeight);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: calc(var(--lineHeight) * var(--lines-small));
    -webkit-line-clamp: var(--lines-small);
    -webkit-box-orient: vertical;
}

main.content ul,
main.content ol {
    margin: 1em 0;
    padding-left: 1em;
}

main.content li {
    font-size: 16px;
    line-height: 28px;
    font-weight: normal;
}

main.content li:last-child {
    margin-bottom: 0;
}

main.content.article-content ul li,
main.content.article-content ol li {
    font-size: 16px;
    line-height: 38px;
    font-weight: normal;
}

div.normalText {
    font-size: 16px;
    line-height: 38px;
    font-weight: normal;
    color: var(--color-text);
}

.crowd div.normalText{
    color: var(--color-white);
}

.gray-box .info-wrapper .info-row {
    padding: 0;
    border: 0;
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    line-height: 24px;
    font-weight: normal;
}

.gray-box .info-wrapper .info-row.header {
    padding-bottom: 20px;
}

.gray-box .info-wrapper .info-row.header .value{
    color: var(--color-text)
}
.gray-box .info-wrapper .info-row .type {
    width: 25%;
    min-width: 130px;
}

.gray-box .info-wrapper .info-row .value {
    color: var(--color-monio-faded-text);
}

.article-content h2 {
    margin-bottom: .8em;
}

.article-content p {
    margin-bottom: 2em;
}

.article-content p + h2 {
    margin-bottom: 1.5em;
}

.article-content figure {
    padding: 0;
}

.article-content.image-widget {
    margin-bottom: 6em;
    margin-top: 6em;
}

.article-content figure.image-widget.wide .images .image-wrapper .image {
    position: relative;
}

.article-content figure.image-widget.wide .images .image-wrapper .image:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 66.66667%;
}

.article-content figure.image-widget.smaller {
    max-width: 500px;
    margin-top: 3em;
    margin-bottom: 3em;
}

.article-content figure.image-widget .images {
    display: flex;
}

.article-content figure.image-widget .images .image-wrapper:first-child:nth-last-child(1) {
    width: 100%;
}

.article-content figure.image-widget .images .image-wrapper {
    margin-right: 40px;
}

.article-content figure.image-widget .images .image-wrapper:last-child {
    margin-right: 0;
}

.article-content figure.image-widget .images .image-wrapper .image {
@include aspect-ratio(4, 5);
    background-size: cover;
    background-position: center;
}

.article-content figure figcaption {
    font-size: 14px;
    line-height: 26px;
    font-weight: normal;
    text-align: center;
    color: var(--color-text);
    max-width: 520px;
    margin: 30px auto 0;
}

.padding-wrapper {
    padding-left: 30px;
    padding-right: 30px;
}

.padding-wrapper.padding-top {
    padding-top: 140px;
}

@media screen and (max-width: 414px){
    h2{
        font-size: 24px;
        line-height: 34px;
    }
    p,
    .p1{
        font-size: 18px;
        line-height: 26px;
        font-weight: normal;
    }
    p.p2 {
        font-size: 16px;
        line-height: 26px;
        font-weight: normal;
    }
    h1.largeH1{
        font-size: 35px;
        line-height: 45px;
        font-weight: 300;
    }
    h2 {
        font-style: normal;
        font-weight: normal;
        font-size: 24px;
        line-height: 34px;
    }

    h2.largeH2 {
        font-style: normal;
        font-weight: 300;
        font-size: 24px;
        line-height: 34px;
    }
    h3{
        font-size: 22px;
        line-height: 32px;
    }
    h4{
        font-size: 18px;
        line-height: 26px;
    }
    h5{
        font-size: 13px;
        line-height: 22px;
    }
}


@media screen and (max-width: 540px) {
    h1.largeTopHeader:first-child {
        margin-top: 30px !important;
        margin-bottom: 65px !important;
    }
    .gray-box .info-wrapper .info-row {
        flex-wrap: wrap;
    }
    .gray-box .info-wrapper .info-row .type {
        width: 100%;
    }
    .article-content figure.image-widget .images .image-wrapper:first-child:nth-last-child(2),
    .article-content.image-widget .images .image-wrapper:first-child:nth-last-child(2) ~ .image-wrapper {
        width: 100%;
        margin-right: 0;
    }
    .article-content figure.image-widget .images .image-wrapper:first-child:nth-last-child(3),
    .article-content figure.image-widget .images .image-wrapper:first-child:nth-last-child(3) ~ .image-wrapper {
        width: 100%;
    }
    h1 {
        font-size: 35px;
        line-height: 45px;
    }
}

@media screen and (max-width: 600px) {
    .gray-box .info-wrapper .info-row {
        flex-wrap: wrap;
        font-size: 14px;
        line-height: 24px;
        font-weight: normal;
    }
    .gray-box .info-wrapper .info-row.expandable .type:before {
        top: 9px;
    }
    .gray-box .info-wrapper .info-row.expandable .value {
        padding-left: 25px;
    }
    .gray-box .info-wrapper .info-row.expandable .expandable-content .inner-wrapper {
        padding-bottom: 0;
    }
    .gray-box .info-wrapper .info-row:last-child {
        margin-bottom: 0;
    }
    .gray-box .info-wrapper .info-row .type,
    .gray-box .info-wrapper .info-row .value {
        width: 100% !important;
    }
}

/*  MOBILE  */
@media screen and (max-width: 768px) {
    h1.largeTopHeader {
        font-size: 28px;
        line-height: 46px;
        font-weight: 300;
        margin: 0;
    }
    h1.longword-header {
        font-size: 32px;
        line-height: 56px;
        font-weight: 300;
        margin: 0;
    }
    .padding-wrapper.padding-top {
        padding-top: 70px;
    }
}

/*  IPAD  */
@media screen and (max-width: 992px) {
    h1.largeTopHeader {
        font-size: 38px;
        line-height: 56px;
        font-weight: 300;
        margin: 0;
    }
    h1.largeTopHeader:first-child {
        margin-top: 40px !important;
        margin-bottom: 70px !important;
    }
    .article-content figure.image-widget {
        margin-bottom: 3em;
        margin-top: 3em;
    }
    .article-content figure.image-widget .images {
        flex-wrap: wrap;
    }
    .padding-wrapper {
        padding-left: 25px;
        padding-right: 25px;
    }
}

a {
    font-family: Inter;
    color: var(--Brand-Blue);
    text-decoration: underline;
    text-underline-offset: 2px;
}

#ctaLinkInMobileMenu {
    color: var(--Brand-Blue) !important;
}

@media screen and (max-width: 768px) {
    a {
        text-underline-offset: 2px;
    }
}

a.alternative-link {
    font-family: Inter;
    position: relative;
    color: var(--Brand-Blue);
    text-decoration: underline;
    margin-left: 3px;
}

a:hover {
    text-decoration: none;
    color: var(--Brand-Blue) !important;
    text-decoration-color: var(--Brand-Blue);
}

a:focus {
    outline: 1px solid var(--color-monio-dark-gray);
    outline-offset: 8px;
}

a.alternative-link:hover {
    text-decoration: none;
    color: var(--Brand-Blue);
}

a.alternative-link:focus {
    text-decoration: none;
}



a.alternative-link:first-child {
    margin-left: 0; }

a.alternative-link:before {
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: var(--color-monio-light-green);
    content: ' ';
    opacity: 0;
    transition: opacity 0.3s ease;
}

a.alternative-link:hover:before {
    text-decoration: none;
}


link {
    position: relative;
    color: var(--color-text);
    text-decoration: none;
}

link:before {
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #E5E5E5;
    content: '';
    opacity: 0;
    transition: opacity 0.3s ease;
}

link.faded {
    color: var(--color-text);
}

link.button {
    padding: 13.5px 18px;
}

link:before {
    display: none;
}

link:hover,
link:before {
    opacity: 1;
}

#backLinkText, #backLink {
    text-decoration: none;
}
.TeamListHeader {
    font-size: 16px;
    line-height: 38px;
    font-weight: bolder;
    margin: 70px auto -70px auto;
    width: calc(100% - 220px);
    max-width: 760px;
}

@media screen and (max-width: 600px) {
    .TeamListHeader {
        width: calc(100% - 50px);
    }
}

.TeamList {
    margin: 100px auto 100px auto;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 1170px;
}

@media screen and (max-width: 992px) {
    .TeamList {
        width: calc(100% - 50px);
    }
}
.TeamList .oneTeamMember {
    max-width: 350px;
    min-width: 250px;
    margin: 0 20px 80px 20px;
    position: relative;
    font-size: 16px;
    line-height: 28px;
    font-weight: normal;
}

@media screen and (max-width: 768px) {
    .TeamList .oneTeamMember {
        margin: 0 20px 40px 20px;
        padding-bottom: 40px;
    }
}

.TeamList .oneTeamMember .keyInfo {
    width: 100%;
    position: relative;
    display: flex;
}

.TeamList .oneTeamMember .keyInfo img {
    min-width: 100px;
    max-width: 100%;
    height: 100%;
    max-height: 200px;
    width: 50%;
    object-fit: contain;
}

.TeamList .oneTeamMember .keyInfo .keyInfoText {
    width: 50%;
    margin: auto 30px;
}

.TeamList .oneTeamMember .keyInfo .keyInfoText .nameText {
    padding-top: 15px;
    font-weight: bolder;
    font-size: 16px;
}

.TeamList .oneTeamMember .descriptionText {
    padding-top: 30px;
    color: #6D6D6D;
}

@media screen and (max-width: 768px) {
    .TeamList .oneTeamMember .descriptionText {
        padding-top: 20px;
    }
}

.TeamList .oneTeamMember .descriptionText.collapsed {
    height: 195px;
    line-clamp: 6;
    overflow: hidden;
    text-overflow: ellipsis;
}

.TeamList .oneTeamMember .collapseButton {
    color: var(--color-purple);
}

.normalBand {
    width: calc(100% - 220px);
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}

.normalBand.noSpaceBelow {
    margin-bottom: 0px;
}

@media screen and (max-width: 992px) {
    .normalBand {
        width: calc(100% - 50px);
    }
}

.maxBand {
    width: calc(100% - 220px);
    max-width: 1160px;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 992px) {
    .maxBand {
        width: calc(100% - 50px);
    }
}

.is-sticky .stickyBand {
    padding: 20px 0;
}


.stickyBandWrapper .stickyBand {
    width: 100%;
    background-color: white;
}

.stickyBandWrapper .stickyBand div {
    width: calc(100% - 220px);
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 992px) {
    .stickyBandWrapper .stickyBand div {
        width: calc(100% - 50px);
    }
}

@media screen and (max-width: 540px) {
    .maxBand.image-widget {
        width: 100%;
    }
}

.airAbove {
    margin-top: 30px;
}

.mediumAirAbove {
    margin-top: 60px;
}

@media screen and (max-width: 992px) {
    .mediumAirAbove {
        margin-top: 30px;
    }
}

.smallAirAbove {
    margin-top: 10px;
}

.bigAirAbove {
    margin-top: 100px;
}

@media screen and (max-width: 992px) {
    .bigAirAbove {
        margin-top: 30px;
    }
}

.airBelow {
    margin-bottom: 30px;
}

.mediumAirBelow {
    margin-bottom: 60px;
}

@media screen and (max-width: 992px) {
    .mediumAirBelow {
        margin-bottom: 30px;
    }
}

.smallAirBelow {
    margin-bottom: 10px;
}

.bigAirBelow {
    margin-bottom: 100px;
}

@media screen and (max-width: 992px) {
    .bigAirBelow {
        margin-bottom: 30px;
    }
}

.space-below {
    margin-bottom: 20px;
}



.textAndImage {
    padding-top: 100px;
    padding-bottom: 100px;
    color: var(--color-text);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.textAndImageNoPadding{
    color: var(--color-text);
    display: flex;
    justify-content: space-between;
}

.textAndImage.crowd {
    color: var(--color-text)
}

.textAndImage.text-rightSide {
    flex-flow: row-reverse;
}

.textAndImage.text-leftSide {
    flex-flow: row;
}

.text-button-side {
    max-width: 460px;
}

.firstHeader{
    color: var(--Brand-Dark-grey, #2D3340);
    /* H2 */
    font-family: "Inter";
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 44px; /* 122.222% */
}

.space-above {
    margin-top: 160px;
}

h2.smallHeading {
    color: var(--Brand-Dark-grey, #2D3340);
    font-family: "Inter";
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 44px;
}
.paddingOnText {
    padding-top: 80px;
    padding-bottom: 80px;
}

.hideUnderImage {
    margin-top: -54px;
}

.space-between {
    margin-top: 140px;
    margin-bottom: 100px;
}

.text-button-side h1 {
    font-size: 60px;
    font-weight: 700;
}

.borderTopAndBottom {
    border-style: solid;
    border-width: 1px 0px 1px 0px;
}
.borderBottom {
    border-style: solid;
    border-width: 0px 0px 1px 0px;
}

.micon-plus{
    animation:all 1s linear;
}

.micon-x{
    animation:all 1s linear;
}

.icon-plus{
    display:block;
    position: relative;
    width: 25px;
    height: 25px;
}

/* give the span element and related pseudo-elements the appearance of white lines */

.plus_icon{
    transform: rotate(90deg);
}

.plus_icon::after {
    transform: rotate(90deg);
}

.plus_icon,
.plus_icon::after {
    position: absolute;
    width: 25px;
    height: 2px;
    border-radius: 4px;
    background-color: black;
}

.toggled .plus_icon {
    position: absolute;
    height: 2px;
    width: 25px;
    transform: rotate(-45deg);
    background-color: black;
}

/* rotate bottom dash of hamburger counter clockwise */
.toggled .plus_icon::after {
    position: absolute;
    width: 25px;
    height: 2px;
    top: 0px;
    transform: rotate(-270deg);
    background-color: black;
}


/* center the span element in the middle of its containing button */
.plus_icon {
    top: calc(50% - 0px);
    left: calc(50% - 13px);
}

/* position the two pseudo-elements to the very left */
.plus_icon::after {
    content: "";
    left: 0;
}

/* this is the bottom dash of the hamburger */
.plus_icon::after {
    top: 0px;
}

/* TOGGLE STYLES FOR THE BUTTON */

/* rotate middle dash of hamburger */

/* TRANSITION */
/* adjust duration to see it happen slower */
.plus_icon, .plus_icon::after {
    transition: all 0.3s linear;
}

.text-button-side p {
    font-size: 18px;
    font-weight: normal;
    line-height: 33px;
    max-width: 480px;
    padding-right: 40px;
    margin-top: 1em;
}

.text-button-side p.pSokLaan {
    font-size: 24px;
}

.text-button-side ol {
    font-size: 16px;
    font-weight: normal;
    line-height: 26px;
    max-width: 480px;
    padding-right: 40px;
    margin-top: 1em;
    margin-bottom: 2.5em;
}

.textAndImage.text-rightSide .text-button-side {
    padding-left: 0em;
    max-width: 560px;
}

.darkmodeBox {
    text-align: center;
    max-width: 660px;
    min-width: 455px;
    height: 310px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 5%;
    padding-right: 5%;
}

.centerButton {
    display: flex;
    justify-content: center;
    height: 85px;
    align-items: flex-start;
}


@media screen and (max-width: 414px) {
    .text-button-side h1 {
        font-size: 35px;
        line-height: 45px;
    }

    .text-button-side p {
        font-size: 16px;
        line-height: 28px;
        font-weight: normal;
    }

    .textAndImage {
        padding-bottom: 70px;
    }

    .textAndImage.filledInBackground {
        padding-top: 0;
        padding-bottom: 0;
    }
}

.centerButtonOnSmallScreens {
    margin: 60px 0px 0px 0px;
}

@media screen and (max-width: 1124px) {
    .textAndImage.text-rightSide{
        display: flex;
        flex-direction: column-reverse;
        height: 100%;
        padding-top: 0;
    }

    .header-image {
        display: none;
    }

    .space-above {
        margin-top: 35px;
    }
    .hideUnderImage{
        margin-top: 0px;
    }
    .textAndImageNoPadding{
        display: flex;
        flex-direction: column-reverse;
        height: 100%;
        padding-top: 0;
        align-items: center;
    }

    .textAndImage.text-leftSide {
        display: flex;
        flex-direction: column-reverse;

    }

    .textAndImage.filledInBackground {
        padding-top: 0;
        padding-bottom: 0;
    }

    .textAndImage.text-rightSide .text-button-side {
        padding-left: 0em;
    }

    .text-button-side {
        padding-bottom: 1em;
        padding-top: 0.5em;
        align-items: center;
    }

    .centerButtonOnSmallScreens {
        display: flex;
        justify-content: center;
    }

    .darkmodeBox {
        width: 100vw;
        height: auto;
        display: flex;
        flex-direction: column;
        padding-left: 25px;
        padding-right: 25px;
    }

}

@media screen and (max-width: 500px) {
    .darkmodeBox {
        max-width: 100vw;
        min-width: 100vw;
    }
}

.textAndImage.upwardsOverlap {
    padding-top: 0px;
    margin-top: -50px;
}

#howItWorksImage,
#pollGraph,
#forside3 {
    stroke: transparent;
    stroke-width: 0px;
    background-repeat: round;
    width: 500px;
    height: 329px;
}


#forside2,
#forside4 {
    height: 310px;
    width: 460px;
    margin-right: 40px;
}

.image-container {
    object-fit: cover;
    display: flex;
}

@media screen and (max-width: 1124px) {
    #howItWorksImage,
    #pollGraph,
    #forside3 {
        height: 100%;
        max-width: 100%;
    }

    #forside2,
    #forside4 {
        margin-top: 25px;
        margin-bottom: 25px;
        height: 100%;
        max-width: 100%;
        margin-right: 0px;
    }

    .textAndImage.upwardsOverlap {
        padding-top: 0px;
    }

    #moneySprout,
    #image21{
        width: 100%;
    }
}

#howItWorksImage {
    content: url("/crowd/img/illustrations/iStock-513045536-_websize.jpg");
}

#forside2 {
    content: url("/crowd/img/illustrations/image19.png")
}

#pollGraph {
    content: url("/crowd/img/illustrations/pollGraph.svg");
}

#image21 {
    content: url("/crowd/img/image21.jpg");
    z-index: 1;
    position: relative;
}

#forside3 {
    content: url("/crowd/img/forside3.jpg");
}

#forside4 {
    content: url("/crowd/img/illustrations/image20.png");
}

#forside1 {
    content: url("/crowd/img/illustrations/iStock-610971232-_websize.jpg")
}

#whiteHouse {
    content: url("/crowd/img/illustrations/image.png")
}

#moneySprout {
    content: url("/crowd/img/illustrations/image16.png")
}
.investReminderBanner {
    width: 100%;
    height: 78px;
    background-color: var(--color-white);
    color:var(--color-white);
    margin-top: -55px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    margin-bottom: 55px;
    font-size: 16px;
    font-weight: normal;
}

#investSignLink{
    color: var(--color-crowd-highlight-yellow);
    text-decoration: underline;
}
#yellowMicon {
    color: var(--color-crowd-highlight-yellow);
}

:root {
    /*__COLORS__*/

    --color-text: var(--color-folkeinvest-grey);
    --Brand-Dark-grey:#2D3340;
    --Brand-green: #7AA668;
    --Brand-Blue: #0D7DC2;
    --Brand-Background-Gradients-Faded-Gradient: linear-gradient(#2D3340 20%, #0D7DC2 40%, var(--Brand-green) 40%, #FFFFFF);
    --Brand-light-gray: #C4C4C4;
    /* N̶E̶W̶ MONIO COLORS. Add the new color definitions from new branding here */
    --color-folkeinvest-grey: #2D3340;  /*Standard Monio dark green brand color*/
    --color-monio-light-green: #E3F8D3;
    --color-monio-CTA-green: #56D06E;
    --color-monio-link-on-green: #00874E;
    --color-monio-statitem-text: var(--color-folkeinvest-grey);

    --color-monio-light-gray: #d9e0df;
    --color-monio-gray-green: #F5F9F2;
    --color-monio-dark-gray: #747474;
    --color-monio-darker-gray: #002E26;

    --info-color: rgba(18, 201, 124, 0.08);
    --color-purple-light: rgba(110, 117, 213, .08);
    --color-button-dark-green: #56D06E;
    --color-pewter-blue: #6E75D5;
    --color-purple: #8E83C7;
    --color-purple-dark: #696193;
    --color-gray: #C7C7C7;
    --color-light-gray: #F2F2F2;
    --color-light-brown: #FAF5F3;
    --color-white: #FFFFFF;
    --color-red: #E05868;
    --color-orange: #F1A000;
    --color-warning-box-background: #FFF0DA;
    --color-yellow: #FEF583;
    --color-yellow-faded: rgba(236, 180 ,20, .09);
    --color-border: rgba(181, 181, 181, .15);
    --color-dark-border: rgba(0, 0, 0, .12);
    --color-button-blue: #3B5998;

    --color-text-faded: #6D6D6D;
    --color-text-more-faded: rgba(31, 31, 31, .4);
    --color-faded-white: #f7f7f7f;
    --color-button-white: #FFFFFF;
    --color-button-black: #000000;

    /* Crowd specific colors */
    --color-crowd-highlight-yellow: #fed69a;
    --color-crowd-dark-blue: #001321;
    --color-crowd-blue-gray: #243a4b;
    --color-crowd-beige: #F6F1EF;
    --color-crowd-unfocused-grey: var(--color-monio-light-gray);
    --color-crowd-bluegray-lighter: #2B455A;
    --color-crowd-bluegray-darker: #0F2230;
    --color-crowd-placeholder-text: #f2efed;


    /*__FONT-VALUES__*/
    --bold-font-weight: 600;
    --lineHeight: 23px;
    --lines-small: 1;
    --lines-medium: 2;

}

/*
Use these classes to apply darkmode/lightmode on specific elements
To apply dark/light mode globally on full html body:
include either darkmode.css or lightmode.css in your page

See /designsystem: the page itself is running darkmode, but one element is shown in lightmode.
*/

.whiteTopGradientBackground {
    background: linear-gradient(to bottom, #FFFFFF33, #7AA66866, #0D7DC266)
}

.whiteTopGradientBackground.noWhiteGradient {
    background: linear-gradient(to bottom, #7AA66866, #0D7DC266);
    padding-top: 140px

}


.blueBottomHeaderGradientBackground {
    background-image: linear-gradient(#FFFFFF80, #7AA66866, #0D7DC266);
}

.blueTopGradientBackground {
    background-image: linear-gradient(to top, #FFFFFF80 0%, #7AA66866 30%, #0D7DC266 100%);
}

.lightmode { /*NOTE: this needs to have the same color definitions as lightmode.css */
    --color-background: var(--color-white);
    background-color: var(--color-white);
    --color-text: var(--color-folkeinvest-grey);
    color: var(--color-folkeinvest-grey);
    --color-monio-faded-text: var(--color-monio-dark-gray);
    --color-error-text: var(--color-red);
    --color-input-focused: var(--color-folkeinvest-grey);
    --color-input-focused-background: var(--color-monio-light-green);
    --color-input-non-editable-background: var(--color-monio-light-gray);
    --color-monio-radio-check-hover-CTA-green: #95F09E;
    --color-monio-radio-check-disabled-color: #D9E0DF;
    --color-monio-radio-empty-hover-color: #E3F8D3;
    --color-monio-link-default: var(--color-folkeinvest-grey);
    --color-monio-link-alternative: var(--Brand-Blue);
    --color-background-primary-btn-hover: #335851;
    --color-background-secondary-btn-hover: #E3F8D3;
    --color-background-primary-btn-disabled: #D9E0DF;
    --color-background-secondary-btn-disabled: var(--color-white);
    --color-background-secondary-btn-disabled-border-text: #D9E0DF;
    --color-horizontal-ruler: var(--color-monio-darker-gray)
}

.darkmode { /*NOTE: this needs to have the same color definitions as darkmode.css */
    --color-background: var(--color-folkeinvest-grey);
    background-color: var(--Brand-Dark-grey);
    --color-text: var(--color-white);
    color: var(--color-white);
    --color-monio-faded-text: var(--color-monio-light-gray);
    --color-error-text: var(--color-text);
    --color-input-focused: var(--color-white);
    --color-input-focused-background: var(--color-folkeinvest-grey);
    --color-input-non-editable-background: #335851;
    --color-monio-radio-check-hover-CTA-green: #95F09E;
    --color-monio-radio-check-disabled-color: #335851;
    --color-monio-radio-empty-hover-color: #335851;
    --color-monio-link-default: var(--color-white);
    --color-monio-link-alternative: var(--Brand-Blue);
    --color-background-primary-btn-hover: #D9E0DF;
    --color-background-secondary-btn-hover: #335851;
    --color-background-primary-btn-disabled: #335851 ;
    --color-background-secondary-btn-disabled: #002E26;
    --color-background-secondary-btn-disabled-border-text: #335851;
    --color-horizontal-ruler: var(--color-white)
}

body {
    background-color: var(--color-background);
    color: var(--color-text);
}

/*
In mobile viewports, the header/nav area should ALWAYS be dark when opened, no matter dark/light mode set on rest of page
In desktop viewports, it follows the regular convention (dark nav popup in light screen, light nav popup in dark screen)
*/

.mobileLogoDarkModeOverride {
    background-image: url("/crowd/img/logos/FolkeinvestFormedlingLogoInvertedSVG.svg") !important;
}

.mobileNavDarkModeOverride {
    background: var(--color-folkeinvest-grey) !important;
    --color-background: var(--color-folkeinvest-grey)!important;
    color: var(--color-white)!important;
    --color-text: var(--color-white)!important;
}

#hamburger-not-logged-in.mobileNavDarkModeOverride:after,
#hamburger-not-logged-in.mobileNavDarkModeOverride:before {
    background-color: var(--color-white);
}

div.warning {
    background-color: var(--color-folkeinvest-grey);
    color: var(--color-white)
}

span.faded {
    color: var(--color-monio-faded-text);
}

.dropShadow {
    filter: drop-shadow(0px 2px 8px rgba(0,0,0,0.35));
}

.dropShadow.textOnImage{
    filter: drop-shadow(0px 2px 4px rgba(0,0,0,0.40));
}


.purpleText {
    color: #6E75D5 !important;
}

.purpleDarkText {
    color: #696193 !important;
}

.greenText {
    color: var(--color-monio-CTA-green) !important;
}

.fontSize16 {
    font-size: 16px !important;
}

.lazy-fade {
    opacity: .0001;
    transition: opacity .3s ease;
}
.lazy-fade.lazyloaded {
    opacity: 1;
}

.mainTag {
    border-color: #696193;
    color: #696193;
    border-radius: 6px;
    border-width: 1px;
    border-style: solid;
    padding: 4px 6px 2px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: normal;
    margin-top: -2px;
    margin-right: 3px;
    display: inline-block;
}

.mainTag.small {
    font-size: 11px;
    padding: 2px 6px 2px;
    border-radius: 3px;
}

.mainTag.inTable {
    margin-left: 10px;
}

.mainTag.inverted {
    color: white;
    background-color: #696193;
}


hr {
    border: 0;
    border-bottom: 1px solid var(--color-horizontal-ruler);
    margin: 0;
}

.crowd hr{
    border-bottom: 1px solid var(--color-horizontal-ruler);
}

hr.bleed {
    border-bottom: 0;
    position: relative;
}

hr.bleed:after {
    position: absolute;
    top: 0;
    left: calc(-50vw + 50%);
    width: 100vw;
    height: 1px;
    background-color: var(--color-horizontal-ruler);
    content: ' ';
}

.separator {
    display: block;
    height: 1px;
    width: 100%;
    background-color: var(--color-horizontal-ruler);
    margin: 20px 0;
}

.sectionSeperator{
    width: 100%;
    text-align: center;
    border-bottom: 1px solid var(--color-horizontal-ruler);
    line-height: 0.1em !important;
    margin: 2.5em 0 2.5em;
}

.sectionSeperator span{
    background: var(--color-background);
    padding:0 10px;
    color: var(--color-horizontal-ruler);
}

.progress-bar {
    background-color: var(--color-white);
    border-radius: 10px;
    height: 8px;
    overflow: hidden;
    border:1px;
    border-style: solid;
    border-color: var(--color-folkeinvest-grey);
}

@media screen and (max-width: 540px) {
    .progress-bar {
        margin-bottom: 10px;
    }

    .whiteTopGradientBackground.noWhiteGradient {
        padding-top: 40px;
    }
}

.progress-bar.big {
    height: 8px;
}

.progress-bar.big .current-progress {
    height: 6px;
}

.progress-bar .current-progress {
    height: 8px;
}

.progress-bar.openForInvestments .current-progress {
    background-color: var(--color-folkeinvest-grey);
    height: 6px;
}
.progress-bar.finished{
    border-style: solid;
    border-color: var(--color-folkeinvest-grey);
}

.progress-bar.finished .current-progress {
    background-color: var(--color-folkeinvest-grey);
}

.progress-bar.negative .current-progress {
    background-color: #E05868;
}

.airAbove {
    margin-top: 30px;
}

.mediumAirAbove {
    margin-top: 60px;
}

@media screen and (max-width: 992px) {
    .mediumAirAbove {
        margin-top: 30px;
    }
}

.smallAirAbove {
    margin-top: 10px;
}

.bigAirAbove {
    margin-top: 100px;
}

@media screen and (max-width: 992px) {
    .bigAirAbove {
        margin-top: 30px;
    }
}

.airBelow {
    margin-bottom: 30px;
}

.mediumAirBelow {
    margin-bottom: 60px;
}

@media screen and (max-width: 992px) {
    .mediumAirBelow {
        margin-bottom: 30px;
    }
}

.smallAirBelow {
    margin-bottom: 10px;
}

.bigAirBelow {
    margin-bottom: 100px;
}

@media screen and (max-width: 992px) {
    .bigAirBelow {
        margin-bottom: 30px;
    }
}

.space-below {
    margin-bottom: 20px;
}

.normalBand {
    width: calc(100% - 220px);
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 80px;
}

.normalBand.noSpaceBelow {
    margin-bottom: 0px;
}

@media screen and (max-width: 992px) {
    .normalBand {
        width: calc(100% - 50px);
    }
}

.maxBand {
    width: calc(100% - 220px);
    max-width: 1160px;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 992px) {
    .maxBand {
        width: calc(100% - 50px);
    }
}

@media screen and (max-width: 540px) {
    .maxBand.image-widget {
        width: 100%;
    }
}

@media print { /* HACK - workaround for missing bg color in Chrome print/preview */
    html, body, .content, .tabs, .tab, .newsletter-wrapper, footer {
        -webkit-print-color-adjust: exact !important; /* Chrome, Safari, Edge */
        color-adjust: exact !important; /*Firefox*/
    }
}

.hideOnCrowd{
    display: none;
}

.hidden{
    display: none;
}

p {
    margin-top: 0px;

}

.statistic{
    margin-top: 73px;
    margin-left: 9%;
}

.statisticMessageBox{
    display: flex;
    background: var(--color-monio-light-green);
    color: var(--color-monio-statitem-text);
    width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
    justify-content: center;
}
@media screen and (min-width: 848px) {
    .statisticMessageBox h1 {
        font-family: Tiempos Headline;
        font-size: 36px;
        line-height: 46px;
    }
}

.statisticMessageBox.whiteBackground,
.statisticMessageBox.whiteBackground .statItem{
    background: var(--color-monio-light-green);
    color: var(--color-monio-statitem-text);
}

.statisticMessageBox .statItem{
    color: var(--color-monio-statitem-text);
    font-family: "Inter", sans-serif;
    font-size: 16px;
    margin-left: 65px;
}

.statisticMessageBox .statItem.statSeperator{
    border-style: hidden hidden hidden solid;
    border-width: 0.1em;
}


@media screen and (max-width: 848px) {
    .statisticMessageBox {
        flex-direction: column;
        justify-content: flex-start;
        font-size: 12px;
        padding-left: 25px;
        padding-top: 25px;
        padding-right: 25px;
        padding-bottom: 50px;
    }
    .statisticMessageBox .statItem {
        padding-top: 25px;
        padding-left: 0;
        padding-bottom: 25px;
        border-bottom: solid 1px;
        margin-left: 0px;

    }
    .statisticMessageBox .statSeperator {
        display: none;
    }

    .statisticMessageBox p{
        margin-top: 0;
    }
}

.page-wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

.page-wrapper > main {
    flex: 1 0 auto;
}


.page-wrapper > main > .intro {
    width: calc(100% - 220px);
    max-width: 1160px;
    margin-left: auto;
    margin-right: auto;
}

.page-wrapper > main > .blueBottomHeaderGradientBackground > .intro {
    width: calc(100% - 220px);
    max-width: 1160px;
    margin-left: 120px;
    margin-right: auto;
    padding-bottom: 130px
}


@media screen and (max-width: 992px) {
    .page-wrapper > main > .intro {
        width: calc(100% - 50px);
    }
}

.page-wrapper > main > .intro.no-text h1 {
    margin-bottom: 100px !important;
    padding: 0 25px;
}

@media screen and (max-width: 768px) {
    .page-wrapper > main > .intro.no-text h1 {
        margin-bottom: 80px !important;
    }
}

@media screen and (max-width: 540px) {
    .page-wrapper > main > .intro.no-text h1 {
        margin-bottom: 40px !important;
    }
}

.page-wrapper > main > .intro p {
    max-width: 540px;
    font-size: 16px;
    line-height: 28px;
    font-weight: normal;
}
.mainTag {
    border-color: var(--color-white);
    color: var(--color-white);
    border-radius: 6px;
    border-width: 1px;
    border-style: solid;
    padding: 4px 6px 2px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: normal;
    margin-top: -2px;
    margin-right: 3px;
    display: inline-block;
}

.mainTag.small {
    font-size: 11px;
    padding: 2px 6px 2px;
    border-radius: 3px;
}

.mainTag.inTable {
    margin-left: 10px;
}

.mainTag.inverted {
    color: white;
    background-color: var(--color-folkeinvest-grey);
}
.prospect-card a {
    display: block;
    color: currentColor;
    text-decoration: none;
}

.prospect-card a:focus {
    outline: 0;
    box-shadow: 0 0 0 8px #FFFFFF, 0 0 0 10px rgba(110, 117, 213, 0.2);
}

.prospect-card.dummy {
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    background-image: url("/img/empty-prospect.svg");
}

.prospect-card.dummy:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 180%;
}

.prospect-card.dummy.favourite {
    background-image: url("/img/empty-prospect-favourite.svg");
}

.prospect-card .business-name-and-tag {
    display: flex;
    margin-top: 13px;
    align-items: center;
}

.prospect-card .business-name {
    overflow: hidden;
    display: inline-block;
    color: var(--color-monio-dark-gray);
}

.prospect-card .business-name.green-text {
    color: var(--Brand-Blue);
}

.prospect-card .business-name-lowercase {

}

.prospect-card .business-name-lowercase.green-text {
    color: var(--Brand-Blue);
}

.prospect-card h1 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 10px;
}

.prospect-card #cardTitle{
    height: 66px;
    overflow: hidden;
    margin: 8px 0 10px 0;
}

@media screen and (max-width: 540px) {
    .prospect-card h1 {
        font-size: 13px;
        line-height: 18px;
        font-weight: 400;
        margin-bottom: 15px;
        height: 32px;
    }
}

.prospect-card h2 {
    color: var(--color-text);
    font-family: "Inter";
    font-size: 23px;
    line-height: 33px;
    font-weight: 400;
    margin-bottom: 10px;
}

@media screen and (max-width: 540px) {
    .prospect-card h2 {
        font-size: 13px;
        line-height: 18px;
        font-weight: 400;
        margin-bottom: 15px;
        height: 32px;
    }
}

.prospect-card p {
    line-height: 23px;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 46px;
    -webkit-box-orient: vertical;
    margin: 0;
    margin-bottom: 1em;

    color: var(--color-text);
    font-family: "Inter";
    font-size: 14px;
}

@media screen and (max-width: 540px) {
    .prospect-card p {
        display: none;
    }
}

.prospect-card .info {
    display: flex;
    justify-content: space-between;
    color: var(--color-text);
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 24px;
    padding: 0px 9px;
}

.prospect-card .timeLeftCardInfo {
    gap: 10px;
    align-self: stretch;
    padding: 13px 16px;
    align-items: center;
    border-radius: 5px;
    background: rgba(122, 166, 104, 0.25);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}


.prospect-card .info .interests,
.prospect-card .info .days-left{
    color: var(--color-monio-dark-gray);
}

.prospect-card .info > div {
    margin-right: 16px;
}

@media screen and (max-width: 540px) {
    .prospect-card .info > div {
        font-size: 13px;
        line-height: 18px;
        font-weight: normal;
    }
    .prospect-card .info > div:nth-child(2) {
        display: block;
    }
}

.prospect-card .info > div:last-child {
    margin-right: 0;
}

.prospect-card .info .value {
    font-family: "Inter";
    font-size: 14px;
}

.prospect-card .image {
    position: relative;
    background-size: cover;
    background-position: 50%;
    color: var(--color-background);
}

.prospect-card .image:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 125%;
}

.prospect-card.small .business-name {
    margin-top: 0;
    margin-bottom: 0;
}

.prospect-card.small p {
    margin-bottom: 12px;
}

.prospect-card.small .progress-bar {
    margin-bottom: 12px;
}

.prospect-card.small, .prospect-card.small a {
    display: flex;
    border-radius: 9px;
    width: 100%;
}

.prospect-card.small .image-wrapper .image, .prospect-card.small a .image-wrapper .image {
    position: relative;
    left: -1px;
    border-bottom-left-radius: 9px;
    border-top-left-radius: 9px;
    width: 144px;
}

@media screen and (max-width: 540px) {
    .prospect-card.small .image-wrapper .image, .prospect-card.small a .image-wrapper .image {
        width: 108px;
    }
}

.prospect-card.small .content-wrapper, .prospect-card.small a .content-wrapper {
    flex: 1 0;
    padding: 18px 20px;
}

.prospect-card.small .content-wrapper .info, .prospect-card.small a .content-wrapper .info {
    font-size: 15px;
    line-height: 21px;
}

@media screen and (max-width: 540px) {
    .prospect-card.small .content-wrapper, .prospect-card.small a .content-wrapper {
        padding: 0 15px;
    }
    .prospect-card.small .content-wrapper h2, .prospect-card.small a .content-wrapper h2 {
        font-size: 13px;
        line-height: 19px;
        font-weight: 600;
    }
}

.favourite-popup .micon-heart {
    color: #E05868;
}

.prospect-wall {
    position: relative;
    background-size: cover;
    background-position: center;
}

.prospect-wall:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 60%;
}

.prospect-wall:before {
    background-color: rgba(0, 0, 0, 0.24);
}

.prospect-wall .prospect-card .content-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.prospect-wall .prospect-card a:focus {
    outline: 0;
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.3);
}

.prospect-wall .inner-wrapper {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: calc(100% - 220px);
    max-width: 1160px;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 992px) {
    .prospect-wall .inner-wrapper {
        width: calc(100% - 50px);
    }
}

@media screen and (max-width: 992px) {
    .prospect-wall .inner-wrapper {
        width: calc(100% - 300px);
    }
    .prospect-wall .inner-wrapper .prospect-card {
        width: 100% !important;
    }
}

@media screen and (max-width: 768px) {
    .prospect-wall .inner-wrapper {
        width: calc(100% - 100px);
    }
}

@media screen and (max-width: 540px) {
    .prospect-wall .inner-wrapper {
        width: calc(100% - 50px);
        padding: 60px 0 70px !important;
    }
}

.prospect-wall .inner-wrapper .text {
    width: 50%;
    color: var(--color-background);
    padding-right: 8.5%;
}

.prospect-wall .inner-wrapper .text h2 {
    font-size: 42px;
    line-height: 60px;
    font-weight: 300;
    margin: 0;
}

@media screen and (max-width: 768px) {
    .prospect-wall .inner-wrapper .text h2 {
        font-size: 28px;
        line-height: 46px;
        font-weight: 300;
        margin: 0;
    }
}
.prospect-wall .inner-wrapper .text p {
    font-size: 16px;
    line-height: 28px;
    font-weight: normal;
}

.prospect-wall .inner-wrapper .prospect {
    width: 50%;
}

@media screen and (max-width: 540px) {
    .prospect-wall .inner-wrapper .prospect p {
        display: none;
    }
    .prospect-wall .inner-wrapper .prospect .progress-bar {
        margin-top: 10px;
    }
    .prospect-wall .inner-wrapper .prospect .info .interests {
        display: block;
    }
}

@media screen and (max-width: 1020px) {
    .prospect-wall .inner-wrapper .text, .prospect-wall .inner-wrapper .prospect {
        width: 100%;
    }
    .prospect-wall .inner-wrapper .text .prospect-card, .prospect-wall .inner-wrapper .prospect .prospect-card {
        width: 70%;
    }
}

@media screen and (max-width: 768px) {
    .prospect-wall .inner-wrapper .text .prospect-card, .prospect-wall .inner-wrapper .prospect .prospect-card {
        width: 100%;
    }
}

@media screen and (max-width: 1020px) {
    .prospect-wall:before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding-top: 0;
    }
    .prospect-wall .inner-wrapper {
        position: relative;
        top: auto;
        left: auto;
        transform: translateX(0);
        padding: 110px 0;
    }
    .prospect-wall .inner-wrapper .text {
        margin-bottom: 3em;
        padding-right: 0;
    }
    .prospect-wall .inner-wrapper .prospect-card {
        width: 100% !important;
    }
}
.newest-campaigns{
    color: var(--color-text);
    font-size: 14px;
    font-weight: normal;
    height: 18px;
    line-height: 18px;
    text-transform: uppercase;
    margin-left: 14px;
    margin-bottom: 8px;
}

#loanName{
    margin-bottom: 5px;
}



.page-header-navigator{
    position: relative;
    display: flex;
    justify-content: flex-end;
    margin-left: -10px;
    margin-right: -10px;
    border-bottom: 1px;
    border-bottom-style: solid;
    border-bottom-color: var(--color-white);
}

.page-header-navigator.hidden{
    display: none;
}

.page-header-navigator.black-text{
    border-bottom-style: none;
    background-color: var(--color-dark-white);
}

.page-header-navigator.black-text,
.page-header-navigator.black-text .page-navigation,
.page-header-navigator.black-text .page-navigation .sub-item,
.page-header-navigator.black-text .page-navigation .sub-item-text{
    color: var(--color-text);
}

.page-header-navigator.black-text .page-navigation .sub-item{
    border-right-color: var(--color-text);
}

@media screen and (max-width: 767px){
    .page-header-navigator{
        border-bottom-style: hidden;
    }
}
.page-navigation{
    margin-right: 10px;
}
.submenu{
    display: flex;
    list-style-type: none;
}
.sub-item:not(:last-child){
    margin-right: 10px;
    flex-direction: row;
    flex-wrap: nowrap;
    padding-right: 10px;
    border-right: 1px;
    border-right-style: solid;
    border-right-color: var(--color-white);
}
.sub-item:last-child{
    margin-right: 10px;
    padding-right: 5px;
}

.sub-item-text{
    color:rgb(249, 249, 249);
    font-size: 12px;
    font-weight: normal;
    cursor: pointer;
    text-decoration: none;
}


@media screen and (max-width: 885px){
    .page-header-navigator{
        display: none;
    }
}
.image-text-module {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 220px);
    max-width: 1160px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 140px;
    padding-bottom: 140px;
}

@media screen and (max-width: 992px) {
    .image-text-module {
        width: calc(100% - 50px);
    }
}

@media screen and (max-width: 768px) {
    .image-text-module {
        padding-top: 70px;
        padding-bottom: 70px;
    }
}

.image-text-module.less-space {
    padding-top: 80px;
    padding-bottom: 80px;
}

@media screen and (max-width: 768px) {
    .image-text-module.less-space {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

.image-text-module.image-right .image-wrapper {
    order: 2;
    padding-right: 0;
    padding-left: 8.5%;
}

@media screen and (max-width: 768px) {
    .image-text-module.image-right .image-wrapper {
        padding-left: 5%;
    }
}

.image-text-module.image-right .text-wrapper {
    padding-right: 0;
}

.image-text-module.wide-image .image {
    position: relative;
}

.image-text-module.wide-image .image:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 66.66667%;
}

@media screen and (max-width: 1080px) {
    .image-text-module.wide-image .image:before {
        padding-top: 100%;
    }
}

.image-text-module.wide-image .image-wrapper {
    width: 55%;
}

.image-text-module.wide-image .text-wrapper {
    width: 45%;
}

.image-text-module.image-over-text {
    max-width: 620px;
}

.image-text-module.image-over-text .image-wrapper {
    width: 100%;
    max-width: 520px;
    margin: 0 auto;
}

@media screen and (max-width: 1080px) {
    .image-text-module.image-over-text .image {
        position: relative;
    }
    .image-text-module.image-over-text .image:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 66.66667%;
    }
}

.image-text-module.image-contain .image {
    background-size: contain;
    background-repeat: no-repeat;
}

.image-text-module .image-wrapper {
    width: 50%;
    padding-right: 8.5%;
}

@media screen and (max-width: 768px) {
    .image-text-module .image-wrapper {
        padding-right: 5%;
    }
}

.image-text-module .text-wrapper {
    display: flex;
    width: 50%;
    align-items: center;
    padding-right: 20px;
}

.image-text-module .text-wrapper .text {
    max-width: 460px;
}

.image-text-module .text-wrapper h2 {
    font-size: 42px;
    line-height: 60px;
    font-weight: 300;
    margin: 0;
}

@media screen and (max-width: 768px) {
    .image-text-module .text-wrapper h2 {
        font-size: 28px;
        line-height: 46px;
    }
}

.image-text-module .text-wrapper p {
    font-size: 18px;
    line-height: 33px;
    font-weight: normal;
}

.image-text-module .text-wrapper ul li,
.image-text-module .text-wrapper ol li {
    font-size: 18px;
    line-height: 33px;
    font-weight: normal;
    margin-bottom: 10px;
}

.image-text-module .text-wrapper .button {
    margin-top: 1.8em;
}

.image-text-module .image {
    position: relative;
    background-size: cover;
    background-position: 50%;
}

.image-text-module .image:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 125%;
}

@media screen and (max-width: 680px) {
    .image-text-module .image-wrapper {
        order: 0 !important;
        padding: 0 !important;
        width: 100% !important;
        margin-bottom: 35px;
    }
    .image-text-module .text-wrapper {
        width: 100% !important;
        padding-right: 0;
    }
    .image-text-module .text-wrapper .text {
        max-width: none;
    }
    .image-text-module .text-wrapper .button {
        width: 100%;
        text-align: center;
    }
}

.image-text-module.no-horisontal-padding {
    padding-top: 0;
    padding-bottom: 0;
}

.image-text-module.no-top-padding {
    padding-top: 0;
}

.image-text-module.app-link {
    position: relative;
    padding-bottom: 0;
    padding-top: 0;
}

@media screen and (max-width: 768px) {
    .image-text-module.app-link {
        padding-top: 70px;
        padding-bottom: 30px;
    }
}

.image-text-module.app-link:before,
.image-text-module.app-link:after {
    position: absolute;
    left: calc(-50vw + 50%);
    width: 100vw;
    height: 1px;
    background-color: var(--color-border);
    content: ' ';
}

.image-text-module.app-link:before {
    top: 0;
}

.image-text-module.app-link:after {
    bottom: -1px;
}

.image-text-module.app-link .image-wrapper {
    padding-top: 90px;
}

.image-text-module.app-link .image-wrapper .image {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 355px;
    background-position: top;
}

.image-text-module.app-link .image-wrapper .image:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 146.76056%;
}

@media screen and (max-width: 768px) {
    .image-text-module.app-link .image-wrapper .image:before {
        padding-top: 122.53521%;
    }
}

.image-text-module.app-link .app-store-badge {
    display: block;
    background-image: url("/img/App_Store_Badge.svg");
    background-size: contain;
    background-repeat: no-repeat;
    width: 235px;
    height: 70px;
    margin-top: 50px;
}

@media screen and (max-width: 768px) {
    .image-text-module.app-link .app-store-badge {
        width: 201px;
        height: 60px;
        margin-top: 25px;
    }
}

.image-link {
    position: relative;
    background-size: cover;
    background-position: center;

}

.image-link:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 60%;
}

.image-link:before {
    background-color: rgba(0, 0, 0, 0.24);
}

@media screen and (max-width: 768px) {
    .image-link {
        position: relative;
    }
    .image-link:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 100%;
    }
}

.image-link .inner-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    color: var(--color-white);
}

.image-link .inner-wrapper .text {
    width: calc(100% - 220px);
    max-width: 1160px;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 992px) {
    .image-link .inner-wrapper .text {
        width: calc(100% - 50px);
    }
}

.image-link .inner-wrapper h3 {
    font-size: 14px;
    line-height: 29px;
    font-weight: normal;
    margin: 0;
    text-transform: uppercase;
}

.image-link .inner-wrapper a {
    font-size: 42px;
    line-height: 60px;
    font-weight: 300;
    margin: 0;
    color: #FFFFFF;
    transition: color 0.3s ease;
    text-decoration: none;
}

.image-link .inner-wrapper a:hover {
    color: rgba(255, 255, 255, 0.8);
}

.image-link .inner-wrapper a:hover:after {
    margin-left: 19px;
}

.image-link .inner-wrapper a:after {
    font-family: "monner" !important;
    content: attr(data-icon);
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "v";
    font-size: 26px;
    margin-left: 13px;
    transition: margin-left 0.3s ease;
}

@media screen and (max-width: 992px) {
    .image-link .inner-wrapper a {
        font-family: "Tiempos Headline";
        font-style: normal;
        font-weight: normal;
        font-size: 36px;
        line-height: 46px;
        margin: 0;
    }
    .image-link .inner-wrapper a:after {
        font-size: 19px;
    }
}

@media screen and (max-width: 540px) {
    .image-link .inner-wrapper a {
        font-size: 22px;
        line-height: 33px;
        font-weight: 300;
        margin: 0;
    }
    .image-link .inner-wrapper a:after {
        font-size: 16px;
        margin-left: 9px;
    }
    .image-link .inner-wrapper a:hover:after {
        margin-left: 15px;
    }
}

.image-header .image-header-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.image-header .image-header-inner h1 {
    color: var(--color-white);
    text-align: center;
    padding: 0 5px;
}

.image-header.illustration .image-header-inner h1 {
    color: var(--color-white);
    margin-top: -60px !important;
    margin-bottom: 60px !important;
}

.image-header.illustration {
    background-position: 50% 100%;
    background-size: 50%;
    background-repeat: no-repeat;
    border-bottom: 1px solid var(--color-border);
}

@media screen and (max-width: 1599px) {
    .image-header.illustration {
        background-size: 40%;
    }
}

@media screen and (max-width: 992px) {
    .image-header.illustration {
        position: relative;
        background-size: 60%;
    }
    .image-header.illustration:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 44.44444%;
    }
}

@media screen and (max-width: 768px) {
    .image-header.illustration {
        position: relative;
        background-size: 70%;
    }
    .image-header.illustration:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 66.66667%;
    }
    .image-header.illustration .image-header-inner h1 {
        margin-top: 0 !important;
    }
}

@media screen and (max-width: 450px) {
    .image-header.illustration {
        position: relative;
    }
    .image-header.illustration:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 77.77778%;
    }

    .image-header-inner h1 {
        justify-content: flex-start;
    }
}

@media screen and (min-width: 1599px) {
    .image-header.illustration {
        background-size: 40%;
    }
}


.image-header {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.image-header:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 33.33333%;
}

@media screen and (max-width: 850px) {
    .image-header {
        position: relative;
    }
    .image-header:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 44.44444%;
    }
}

@media screen and (max-width: 630px) {
    .image-header {
        position: relative;
    }
    .image-header:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 66.66667%;
    }
}

@media screen and (max-width: 490px) {
    .image-header {
        position: relative;
        background-position: 40%;
    }
    .image-header:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 150%;
    }
}


.errors {
    /*text-align: center;*/
}

.errors .error {
    margin-top: 8px;
}

.errors .error span, p.error-message {
    width: 440px;
    min-height: 50px;
    display: block;
    padding: 8px 18px;
    background-color: rgba(255, 255, 255, 0.05);
    color: var(--color-error-text);
    border: solid 1px var(--color-red);
}


.errors .error span:before, p.error-message:before {
    content: url(/img/red-alert-icon.svg);
    vertical-align: middle;
    text-align: center;
    margin-right: 16px;
    position: relative;
    top: 2px;

}

@media screen and (max-width: 768px) {
    .errors .error span, p.error-message {
        width: 100%;
    }
}

.errors .error:last-child {
    margin-bottom: 0;
}

p.error-message.info {
    color: #1F1F1F;
}

p.error-message:empty {
    display: none;
}
.newsletter-wrapper {
    padding-top: 60px;
    padding-bottom: 100px;
    align-items: center;
    background-color: var(--Brand-Dark-grey);

}

.newsletter {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    align-items: center;
}

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

    .newsletter-wrapper .newsletter, #newsletterHeader {
        width: calc(100% - 50px);
        flex-wrap: wrap;
    }
    .newsletter .text {
        padding-bottom: 25px;
    }
}


#newsletterHeader {
    font-family: Inter;
    font-weight: 700;
    font-size: 36px;
}

.newsletter .text, .newsletter-wrapper .newsletter .form {
    width: 460px;
}

.newsletter-wrapper .newsletter .form {
    margin-top: 70px;
}

@media screen and (max-width: 768px) {
    .newsletter-wrapper .newsletter .text, .newsletter-wrapper .newsletter .form {
        margin-left: 10%;
    }
}

@media screen and (max-width: 768px) {
    .newsletter-wrapper .newsletter .text {
        padding-right: 0;
    }
}

.newsletter-wrapper .newsletter .form {
   width: 460px;
}


.newsletter-wrapper .newsletter .text p {
    font-size: 18px;
    line-height: 28px;
    font-weight: normal;
}

.newsletter-wrapper .newsletter .form button.button {
    padding: 19.5px 25px;
    font-size: 16px;
    line-height: 28px;
    font-weight: normal;
}

.newsletter-wrapper .newsletter .form button.button i {
    position: relative;
    top: 2px;
    font-size: 18px;
}

.newsletter-wrapper .newsletter .form input[type="email"] {
    height: 50px;
}

@media screen and (max-width: 992px) {
    .newsletter-wrapper .newsletter .form input[type="email"] {
        padding: 12px 25px;
    }

    .newsletter-wrapper .newsletter .form {
        margin-top: 0;
    }
}

.success-message{
    display: block;
    padding: 13px 28px;
    background-color: transparent;
    color: var(--color-text);
    border: solid 1px var(--color-text);
    font-size: 13px;
    line-height: 26px;
}

#wantNewsletterButton{
    max-width:50px;
    min-width:50px;
    padding: 0;
    height: 50px;
    min-height: 0;
}

@media screen and (max-width: 414px) {
    #wantNewsletterButton{
        max-width:70px;
        min-width:70px;
    }
}
input[type="number"],
input[type="password"],
input[type="text"],
input[type="subscription"],
textarea{
    width: 440px;
    height: 70px;
}

input[type="email"],
.email-signup{
    width: 440px;
    height: 60px;
    border: 1px solid var(--color-folkeinvest-grey);
    border-radius: 5px;

}

input[type="newsletter"] {
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    border: 1px solid var(--color-white);
}

/* Small variants for mobile*/
@media screen and (max-width: 768px) {
    input[type="number"],
    input[type="email"],
    input[type="password"],
    input[type="text"],
    .email-signup,
    input[type="subscription"],
    input[type="newsletter"]{
        width: 100%;
    }
}

input[type="number"],
input[type="password"],
input[type="text"],
input[type="subscription"],
input[type="email"],
input[type="newsletter"]
textarea {
    appearance: none;
    background-color: var(--color-background);
    color: var(--color-text);
    border: 1px solid var(--color-folkeinvest-grey);
    padding: 24px 24px;
    text-decoration: none;
    outline: 0;
    line-height: 26px;
    font-weight: normal;
    border-radius: 5px;
}
.newsletter-wrapper input[type="email"],
input[type="newsletter"]
textarea{
    appearance: none;
    background-color: var(--color-white);
    color: black;
    border: 1px solid var(--color-white);
    border-radius: 5px;
    padding: 24px 24px;
    text-decoration: none;
    outline: 0;
    line-height: 26px;
    font-weight: normal;
}

textarea:focus {
    background-color: #E3F8D3;
}

@media screen and (max-width: 768px) {
    textarea{
        width: 100%;
    }
}



.email-signup {
    display: flex;
}

.email-signup button {
    white-space:nowrap;
    text-align: center;
    padding: 0;
}

input[type="number"]:focus,
input[type="password"]:focus,
input[type="text"]:focus,
input[type="subscription"]:focus,
input[type="email"]:focus{
    border: 1px solid var(--color-folkeinvest-grey);
    color: var(--color-folkeinvest-grey);
    background: var(--color-input-focused-background);
    border-radius: 5px;
}

.newsletter-wrapper input[type="newsletter"]:focus {
    background-color: var(--color-white);
    color: black;
    border: 1px solid var(--color-white);
}

input[type="text"].error,
input[type="email"].error,
input[type="number"].error,
input[type="password"].error,
input[type="newsletter"].error{
    border: 1px solid #E05868;
}

input[type="text"][disabled],
input[type="email"][disabled],
input[type="number"][disabled],
input[type="password"][disabled],
input[type="text"][readonly],
input[type="email"][readonly],
input[type="number"][readonly],
input[type="password"][readonly] {
    background-color: var(--color-input-non-editable-background);
    border: 0;
}

input[type="text"][disabled],
input[type="email"][disabled],
input[type="number"][disabled],
input[type="password"][disabled] {
    color: var(--color-background);
}

input[type="text"][readonly],
input[type="email"][readonly],
input[type="number"][readonly],
input[type="password"][readonly] {
    color: var(--color-text);
}

input[type="email"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="subscription"]::-webkit-input-placeholder,
input[type="newsletter"]::-webkit-input-placeholder{
    color: var(--color-monio-dark-gray);
}

input[type="email"]:-moz-placeholder,
input[type="number"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="text"]:-moz-placeholder,
input[type="subscription"]:-moz-placeholder,
input[type="newsletter"]:-moz-placeholder{
    color: var(--color-monio-dark-gray);
}

input[type="email"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="subscription"]::-moz-placeholder,
input[type="newsletter"]::-moz-placeholder{
    color: var(--color-monio-dark-gray);
}

input[type="email"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="subscription"]:-ms-input-placeholder,
input[type="newsletter"]:-ms-input-placeholder{
    color: var(--color-monio-dark-gray);
}



textarea::-webkit-input-placeholder {
    color: var(--color-monio-dark-gray);
}

textarea:-moz-placeholder {
    color: var(--color-monio-dark-gray);
}

textarea::-moz-placeholder {
    color: var(--color-monio-dark-gray);
}

textarea:-ms-input-placeholder {
    color: var(--color-monio-dark-gray);
}

.input-area {
    position: relative;
    margin-bottom: 2em;
}

.input-area textarea {
    width: 100%;
}


/* Password eye icon handling */
.input-with-icon {
    position: relative;
}

.input-with-icon i {
    color: var(--color-gray);
    position: absolute;
    top: 35%;
    transform: translateX(-150%);
    font-size: 1.4em;
}

.input-with-icon i.micon-eye-inactive,
.input-with-icon i.micon-eye-active {
    cursor: pointer;
}

.input-with-icon i.micon-eye-inactive:hover,
.input-with-icon i.micon-eye-active:hover {
    color: rgba(199, 199, 199, 0.3);
}

.input-with-icon .postfix {
    position: absolute;
    top: 73px;
    left: 65px;
    pointer-events: none;
}

.input-area label {
    display: block;
    text-transform: uppercase;
    margin-bottom: 0.5em;
}

/* Checkboxes */
/* --See checkbox.css -- */


/* Radio buttons */

.radioGroup label {
    padding-left: 24px;
}

.radioGroup input {
   text-align: center;
}

input[type="radio"]{
    appearance: none;
    width: 25px;
    height: 25px;
    border: 1px solid var(--color-text);
    border-radius: 50%;
    background-clip: content-box;
    padding: 3px;
}

input[type="radio"]:hover{
    padding: 0;
    background-color: var(--color-monio-radio-empty-hover-color);
}

input[type="radio"]:checked{
    border: 1px solid var(--Brand-Blue);
    background-color: var(--Brand-Blue);
}

input[type="radio"]:checked:hover{
    padding: 3px;
    border: 1px solid var(--Brand-Blue);
    background-color: var(--color-monio-radio-check-hover-CTA-green);
}

input[type="radio"][disabled]{
    border: 1px solid var(--color-input-non-editable-background);
    background-color: var(--color-input-non-editable-background);
}

input[type="radio"][disabled]:hover{
    padding: 3px;
    border: 1px solid var(--color-input-non-editable-background);
    background-color: var(--color-input-non-editable-background);
}


input[type="radio"][disabled]:checked{
    border: 1px solid var(--color-input-non-editable-background);
    background-color: var(--color-background);
}

input[type="radio"].error{
    border: 1px solid var(--color-red);
    background-color: var(--color-background);
}

input[type="radio"].error:checked{
    border: 1px solid var(--color-red);
    background-color: var(--color-red);
}

input[type="radio"].error:checked:hover{
    border: 1px solid var(--color-red);
    background-color: var(--color-red);
}



/*.radioGroup label::after {
    content: "";
    display: block;
    border: 1px solid;
    height: 28px;
    width: 28px;
    position: absolute;
    transform: translate(-0%, -80%);
    border-radius: 50%;
}

.radioGroup input:checked ~ label::before {
    content: "";
    display: block;
    border: solid white;
    border-width: 0 3px 3px 0;
    height: 10px;
    width: 10px;
    position: absolute;
    transform: translate(9px, 2px) rotate(45deg);
    z-index: 1;
}

.radioGroup input:checked ~ label::after {
    background-color: var(--Brand-Blue);
    border: 0;
    content: "";
    text-align: center;
    padding-top: 4px;
}*/

/* Customize the label (yes, thats our container) */
.checkbox-container .container {
    display: block;
    position: relative;
    padding-left: 40px;
    margin-bottom: 16px;
    cursor: pointer;
    font-family: "Inter";
    font-size: 14px;
    line-height: 25px;
    user-select: none;
}

.checkbox-container .container.small {
    font-size: 12px;
}

/* Hides default checkbox so we can override it */
.checkbox-container .container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
/* Creates the actual, custom-made checkbox */
.checkbox-container .checkmark {
    background-color: var(--color-background);
    border: 1px solid var(--color-text);
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    border-radius: 4px;
}

/* Mouse-over-effect */
.checkbox-container .container:hover input ~ .checkmark {
    border-color: var(--color-text);
    background-color: var(--color-monio-radio-empty-hover-color);
}

/* Adds our brand-color when checked */
.checkbox-container .container input:checked ~ .checkmark {
    border: 1px solid var(--Brand-Blue);
    background-color: var(--Brand-Blue);
    color: var(--color-folkeinvest-grey);
}

.checkbox-container .container input:checked:hover ~ .checkmark {
    background-color: var(--Brand-Blue);
    border-color: var(--color-folkeinvest-grey);
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
}

.checkbox-container .container input[disabled] ~ .checkmark {
    border: 1px solid var(--color-monio-radio-check-disabled-color);
    cursor: not-allowed;
}

.checkbox-container .container input[disabled]:hover ~ .checkmark {
    background-color: var(--color-background);
}

.checkbox-container .container input[disabled]:checked ~ .checkmark {
    border: 1px solid var(--color-monio-radio-check-disabled-color);
    background-color: var(--color-monio-radio-check-disabled-color);
    color: var(--color-background);
}

.checkbox-container .container input.error ~ .checkmark {
    border: 1px solid var(--color-red);
    background-color: var(--color-background);
    color: var(--color-folkeinvest-grey);
}

.checkbox-container .container input:checked.error ~ .checkmark {
    border: 1px solid var(--color-red);
    background-color: var(--color-red);
    color: var(--color-folkeinvest-grey);
}

.checkbox-container .container input:checked:hover.error ~ .checkmark {
    background-color: var(--color-background);
    border-color: var(--color-red);
}

/* Creates the checkmark-indicator, but is hidden when not checked */
.checkbox-container .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Shows the checkmark when actually checked */
.checkbox-container .container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the actual checkmark-indicator */
.checkbox-container .container .checkmark:after {
    left: 8px;
    top: 4px;
    width: 8px;
    height: 12px;
    border: solid black;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}
