/* ! ########## NEW COLORS START ########## */

:root {
    /* REDS */
    --color-red-450: #C01448;
    --color-red-500: #C72121;
    --color-red-700: #832b2b;

    /* BLUES */
    --color-blue-100: #EEF7FE;
    --color-blue-150: #DBEEFF;
    --color-blue-200: #CCDEEE;
    --color-blue-300: #abd;
    --color-blue-400: #5DABF0;
    --color-blue-500: #007bff;
    --color-blue-600: #005AAA;
    --color-blue-700: #0056b3;

    /* GREENS */
    --color-green-400: #8BCC41;
    --color-green-500: #72B743;
    --color-green-600: #5cb85c;

    /* YELLOWS */
    --color-yellow-400: #FED05D;
    --color-yellow-500: #FAC32D;

    /* BLACKS */
    --color-black-700: #00000066;
    --color-black-800: #021D36;
    --color-black-900: #000;

    /* GREYS */
    --color-grey-100: #FAFAFA;
    --color-grey-125: #F2F6FB;
    --color-grey-135: #F4F4F4;
    --color-grey-150: #e1e1e1;
    --color-grey-200: #E3E3E3;
    --color-grey-250: #D6D6D6;
    --color-grey-300: #d9d9db78;
    --color-grey-400: #9E9E9E;
    --color-grey-500: #7A7A7A;
    --color-grey-600: #666666;
    --color-grey-700: #555;
    --color-grey-800: #2E2E2E;

    /* WHITES */
    --color-white-100: #F6F6F6;
    --color-white-200: #F2F2F2;
    --color-white-300: #F2E9EE;

    /* PURPLE */
    --color-purple-500: #822756;
    --color-purple-700: #412146;

    /* ############################ */
    /* ######## NEW COLORS ######## */
    /* ############################ */

    --new-blue-500: #005AAA;
    --new-blue-700: #00417A;
    --new-red-400: #E06565;
    --new-white-200: #F4F0EC;
    --new-white-400: #E9E2DA;

}

/* ! ########## NEW COLORS END ########## */

* {
    box-sizing: border-box;
}


@font-face {
    font-family: Oxygen-Bold;
    src: local("/fonts/Oxygen/Oxygen-Bold.ttf");
    font-weight: 700;
}

@font-face {
    font-family: Oxygen-Light;
    src: local("/fonts/Oxygen/Oxygen-Light.ttf");
    font-weight: 300;
}

@font-face {
    font-family: Oxygen-Regular;
    src: local("/fonts/Oxygen/Oxygen-Regular.ttf");
    font-weight: 400;
}

@font-face {
    font-family: IBMPlex-Bold;
    src: local("/fonts/IBM_Plex_Serif/IBMPlexSerif-Bold.ttf");
    font-weight: 700;
}

@font-face {
    font-family: IBMPlex-Light;
    src: local("/fonts/IBM_Plex_Serif/IBMPlexSerif-Light.ttf");
    font-weight: 300;
}

@font-face {
    font-family: IBMPlex-Regular;
    src: local("/fonts/IBM_Plex_Serif/IBMPlexSerif-Regular.ttf");
    font-weight: 400;
}

@font-face {
    font-family: IBMPlex-Semi-bold;
    src: local("/fonts/IBM_Plex_Serif/IBMPlexSerif-SemiBold.ttf");
    font-weight: 600;
}

/* fonts import from google*/

@import url('https://fonts.googleapis.com/css2?family=Oxygen:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Serif:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=Oxygen:wght@300;400;700&display=swap');

/* ! TODO: FONTS, use fallbacks? */
/* * NEW TEST FONT IMPORT FROM GOOGLE */
/* 
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
font-family: "Playfair Display", serif; 
*/

/*end font import from google*/


.bg-grey {
    background: var(--color-grey-135);
}

/* magic-img {
	width: 100%;
	heigth:auto ;
}*/

/* Header and footer */

.navbar {
    background: transparent;
}

.navbar.navbar-article {
    position: relative;
}

.backgr-white {
    background-color: white;
}

.collapse.navbar-collapse {
    /*position: relative;*/
}

.menu-title-font {
    font-family: 'Oxygen', sans-serif;
    font-size: 1rem;
    font-weight: bold;
}

.header-menu-actions {
    display: flex;
    flex-direction: row;
}

.header-menu-actions-mobile {
    display: none;
}

.navbar-static .nav-item a {
    padding-top: 16px;
}

/*search-header sr-help*/

.search-toggled .search-input {
    display: block;
}

.search-toggled ul.navbar-hide-toggle {
    display: none;
}

.search-toggled .hide-on-search {
    display: none;
}

.search-input {
    flex: 1;
    display: none;
    position: relative;
}

.search-input .form-control {
    width: 100%;
    border-radius: 0;
    font-family: 'Oxygen', sans-serif;
}

.search-input.visible-auto .autocomplete-items {
    display: block;
}

.autocomplete-items {
    display: none;
    position: absolute;
    z-index: 500;
    width: 100%;
    border-radius: 0;
}

.list-group-item {
    border: none;
    border-radius: 0;
}

.list-group-item-action {
    color: var(--color-blue-600);
}

.list-group .list-group-item {
    border-radius: 0;
}

.list-group-item:first-child {
    color: var(--color-grey-400);
    font-family: 'Oxygen', sans-serif;

}

.form-control:focus {
    box-shadow: none;
}

/*end search-header sr-help*/

.search-toggled .search-input {
    display: block;
}

.search-toggled ul.navbar-hide-toggle {
    display: none;
}

.search-toggled .hide-on-search {
    display: none;
}

.search-input {
    flex: 1;
    display: none;
}

.search-input .form-control {
    width: 100%;
}

.nav-link {
    /*font-size: 16px;*/
}

.dropdown-menu {
    width: 100%;
}

.inline-item {
    display: inline-block;
}

.dropdown-item {
    width: 33%;
}

.navbar-brand {
    margin-left: 10px;
    margin-top: -1px;
    /*background-image: url("../../alergy/AAD\ Logo.png");*/
    /*background-image: url("resources/AAD\ Logo.svg");*/
    background-repeat: no-repeat;
    background-size: inherit;
}

.blue-label-navbar .navbar-brand {
    margin-top: 7px;
}

.logo-img {
    visibility: hidden;
    margin-top: 3px;
}

.col-megamenu {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 10px 20px;
}

.col-megamenu > h6 {
    padding-left: 40px;
    font-family: 'Oxygen', sans-serif;
    color: var(--color-grey-400);
    font-weight: bold;
}

.left_title {
    display: flex;
    justify-content: center;
    border-right: 1px solid grey;
    align-items: flex-start;
}

/***************************************/

.nav-item .nav-link {
    color: var(--color-blue-600);
}

.nav-item.active {
    text-decoration: underline;
}

.dropdown-menu {
    border: transparent;
}

.dropdown-toggle:after {
    content: none;
}

.list-unstyled {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.banner {
    margin: 20% 20% 20% 20%;
}

.flex-menu-icons {
    padding-top: 50px;
    width: 100%;
    height: 100%;
}

.icon-links {
    display: flex;
    flex-direction: row;
}

.icon-links > .menu-item {
    width: 75%;
    padding-bottom: 28px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    text-align: center;
}

.menu-item > img {
    width: 50px;
    height: 50px;
    /*transition: width 2s ease-in-out;*/
}

/*.menu-item:hover img {*/

/*	width: auto;*/

/*	height: 70%;*/

/*}*/

.flex-menu-text {
    width: 100%;
    height: 100%;
    padding-top: 50px;
}

.text-links {
    display: flex;
    flex-direction: row;
    padding-bottom: 14px;
    padding-left: 40px;
}

.text-links > .menu-item {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: row;
}

.menu-item > a {
    vertical-align: middle;
    font-weight: 600;
}

.section-3 .menu-item > a {
    padding-left: 10px;
}

.section-2 {
    border-left: 1px outset var(--color-grey-300);
    border-right: 1px inset var(--color-grey-300);
}

.flex-menu-items-2 {
    padding-top: 50px;
    width: 100%;
    height: 100%;
}

.items-links {
    padding-left: 40px;
}

.items-links > .menu-item {
    padding-bottom: 14px;
}

.search > svg {
    /* padding-bottom: 10px; */
}

.button-look {
    background-color: var(--color-blue-600);
}

.navbar-nav .button-look {
    padding: 0 4px;
}

.button-look text {
    color: white;
}

/*
.list-unstyled2>li {
	margin: 15px;
	padding: 5px 15px;
}

.links-menu {
	margin: 15px 25px;
}

.links-menu>li {
	margin: 15px;
	flex: none | [ <'flex-grow'> <'flex-shrink'>? || <'flex-basis'>];
}
*/

/*landpage content*/

.content-part-1 {
    display: flex;
    justify-content: center;
    text-align: center;
    margin-top: 4%;
}

.content-part-1-inside {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    text-align: center;
    margin-bottom: 4%;
    /*margin: 0 auto;*/
}

.inside-text-1 {
    margin: 0 25px;
}

.blue-label .extra-text.not-visible-content {
    margin-top: -10%;
}

h2 {
    font-size: 3rem;
    font-weight: bold;
}

h3 {
    font-size: 2rem;
    font-weight: bold;
}

h5 {
    font-size: 1.5rem;
    font-weight: 500;
}

.inside-boxes-1 {
    display: grid;
    gap: 40px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-bottom: 50px;
}

.inside-box {
    flex-basis: 0;
    flex: 1 1 0px;
    border-top: 5px solid var(--color-blue-600);
    padding-top: 25px;
    -webkit-box-shadow: -1px 3px 16px 2px rgb(0 0 0 / 14%);
    box-shadow: -1px 3px 16px 2px rgb(0 0 0 / 14%);
}

.inside-box img {
    width: 35%;
}

.blue-label .inside-box {
    padding: 0;
}

.blue-label .inside-box img {
    width: 100%;
}

.inside-box h4 {
    font-weight: 700;
    font-size: 2rem;
    margin-top: 8%;
    margin-bottom: 5%;
    word-break: break-all;
}

.blue-label .inside-box p {
    font-size: 1.125rem;
}

.inside-box p {
    padding: 0 10%;
    margin-bottom: 5%;
    line-height: 1.3;
}

.inside-box p a bold {
    font-weight: 600;
    color: black;
    text-transform: uppercase;
}

.inside-box-2 {
    margin-top: 32px;
    margin-bottom: -32px;
}

.inside-box-3 {
    margin-top: 64px;
    margin-bottom: -64px;
}

.landpage-cards-text {
    padding-top: 40px;
}

.landpage-cards-text h3 {
    font-size: 3rem;
    font-weight: bold;
}

.landpage-cards-text h5 {
    font-size: 1.5rem;
    font-weight: 500;
}

.landpage-cards-text p {
    font-size: 1.125rem;
    font-size: 24px;
}

.landpage-cards-images {
    padding-bottom: 40px;
}

.small-card-landpage {
    box-shadow: -1px 3px 16px 2px rgb(0 0 0 / 14%);
    margin: 5% 5%;
    overflow: hidden;
}

.small-card-landpage img {
    padding: 10% 0 2% 0;
    width: 70%;
}

.small-card-landpage h4 {
    padding: 2% 0 10% 0;
}

.content-part-3 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.content-part-3-images-container div {
    position: relative;
    padding: 0 14%
}

.content-part-3-images-container .ellipse {
    position: absolute;
    z-index: -1;
    width: 37%;
    top: 10%;
    left: 29%;
    /* width: 43%;
	top: 40px;
	left: 100px; 
	top: 0px;
	padding: 0 3%;
	padding-top: 5%; */
}

.content-part-3-text h2 {
    font-size: 3rem;
    font-weight: bold;
    color: var(--color-purple-500);
}

.content-part-3-text p {
    font-size: 1.125rem;
    padding: 0 20%;
}

.content-part-3-images img {
    width: 70%;
    height: auto;
}

.content-part-3-images .bold-text {
    margin: 0;
}

.flickity-slider {
    cursor: pointer;
}

.flickity-page-dots {
    display: none;
}

.landpage-button {
    justify-content: center;
}

.magazines-button {
    justify-content: center;
    margin-top: 10px;
}

.magazines-button button {
    min-width: 281px;
    background-color: var(--color-purple-500);
    font-family: 'Oxygen', sans-serif;
}

/*end landapage content*/

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: sans-serif;
}

img {
    /*background-color: transparent;*/
}

.XDF {
    background: url("/resources/Astma-2.png");
}

.container {
    display: flex;
    /* or inline-flex */
    flex-direction: row;
    flex-wrap: nowrap;
    /*flex-flow: row nowrap; */
    justify-content: space-evenly;
    align-items: center;
}

.footer {
    width: 100%;
}

.footer-part-1 {
    padding-top: 40px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
    margin-bottom: 80px;
}

.helpers-footer {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.help-text {
    text-align: center;
}

.help-text > h3 {
    font-size: 3rem;
    font-weight: bold;
    color: var(--color-purple-500);
    font-family: 'IBM Plex Serif', serif;
    /*font-family: Oxygen-Bold;*/
}

.help-text p:nth-child(2) {
    font-size: 1.5rem;
    font-weight: 100;
    font-family: 'IBM Plex Serif', serif;
}

.help-text p:nth-child(3) {
    font-size: 1.125rem;
    font-weight: 100;
    font-family: 'Oxygen', sans-serif;
    padding: 1% 21%;
}

.help-images {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.first-image-helper-footer {
    /*background-color: rgba(130, 39, 86, 100%);*/
    background-color: var(--color-purple-500);
    order: 1;
    padding: 4% 8%;
}

.first-image-helper-footer h4 {
    font-size: 1.5rem;
    font-weight: bold;
    font-family: 'IBM Plex Serif', serif;
    color: white;
}

.first-image-helper-footer p {
    font-size: 1.125rem;
    font-weight: bold;
    font-family: 'Oxygen', sans-serif;
    color: white;
}

.first-image-helper-footer > .button {
    color: white;
    width: 100%;
    padding: 20px 0;
    min-width: 50px;
    max-width: 300px;
    font-family: 'Oxygen', sans-serif;
}

.second-image-helper-footer {
    order: 2;
    padding: 4% 8%;
}

.hjerte {
    position: absolute;
    left: 0;
    top: 0;
    background: var(--color-purple-700);
    width: 100%;
    height: 100%;
    z-index: -1;
    object-fit: cover;
}

.hjerte > path {
    fill: var(--color-purple-500);
}

.second-image-helper-footer h4 {
    font-size: 1.5rem;
    font-weight: bold;
    font-family: 'IBM Plex Serif', serif;
    color: white;
}

.second-image-helper-footer p {
    font-size: 1.125rem;
    font-weight: bold;
    font-family: 'Oxygen', sans-serif;
    color: white;
    margin: 0;
    position: relative;
}

.third-image-helper-footer {
    order: 3;
    padding: 4% 7%;
}

.phone-portrait-outline {
    position: absolute;
    left: 0;
    top: 0;
    background: var(--color-blue-400);
    width: 100%;
    height: 100%;
    z-index: -1;
    padding: 10%;
}

.third-image-helper-footer h4 {
    font-size: 1.5rem;
    font-weight: bold;
    font-family: 'IBM Plex Serif', serif;
    color: white;
}

.third-image-helper-footer p {
    font-size: 1.125rem;
    font-family: 'Oxygen', sans-serif;
    color: white;
}

.third-image-helper-footer a {
    text-decoration: none;
}

.paper-footer {
    /*background-image: url("alergy/tilmeld\ nyhedsbrev\ desktopp.png");
	background-repeat: no-repeat;#70b3f1
	background-position: center;*/
    background-color: var(--color-blue-200);
    min-height: 270px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    /*padding-left: 100px;*/
}

.cafe {
    /*background-image: url("/resources/kaffekop.png");*/
    background-color: var(--color-blue-200);
    background-repeat: no-repeat;
    background-size: cover;
    height: 110px;
    width: 110px;
    order: 1;
}

.mag2 {
    /*background-image: url("/resources/mag-2.png");*/
    height: 340px;
    width: 351px;
    order: 2;
    margin-top: -70px;
    margin-left: -100px;
    z-index: 1;
}

.timeld_text {
    margin-top: 80px;
    margin-bottom: 20px;
    justify-content: center;
    order: 3;
    margin-left: 50px;
    background-color: var(--color-blue-200);
}

.timeld_text > h3 {
    font-size: 2rem;
    font-weight: bold;
    font-family: 'IBM Plex Serif', serif;
    color: black;
}

.timeld_text > p {
    font-size: 1.125rem;
    font-weight: 100;
    font-family: 'Oxygen', sans-serif;
    color: black;
}

.button {
    background-color: var(--color-blue-400);
    border: none;
    text-align: center;
    font-weight: bold;
    width: 100%;
    padding: 20px 0;
    min-width: 50px;
    max-width: 160px;
    color: white;
    font-size: 1rem;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Oxygen', sans-serif;
    /*display: inline-block;*/
}

button:focus {
    outline: none;
}

.btn {
    border-radius: 0;
}

.form-control {
    border-radius: 0;
}

.site-map-footer {
    background: var(--color-black-800);
}

.site-map-title > h7 {
    font-size: 1rem;
    color: white;
    font-weight: bold;
}

.site-map-links > a {
    color: var(--color-grey-400);
    font-size: 0.875rem;
    padding-top: 10px;
}

/*
.site-map-footer {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.site-map-footer-container {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	background:var(--color-black-800);
}

.site-map-list {
	padding: 10px 20px 40px 20px;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
}
*/

.site-map-footer {
    padding: 25px 15px;
}

.site-map-links {
    display: flex;
    flex-direction: column;
}

.footer-logo,
.footer-address,
.footer-social {
    padding: 7px 30px;
    text-align: center;
}

.footer-logo {
    padding: 25px 0;
}

/* End header and footer*/

.breadcrumb {
    padding: 0;
    background-color: var(--color-white-100);
}

.breadcrumb p {
    margin: auto 0;
    margin-top: 5px;
}

.breadcrumb-article-only .col-sm-12 {
    padding-left: 5% !important;
}

.breadcrumb-progressbar {
    position: sticky;
    top: 82px;
    z-index: 100;
    padding: 0;
    background-color: var(--color-white-100);
}

.breadcrumb-progressbar .progress-bar-parent {
    display: none;
}

.breadcrumb-progressbar.breadcrumb-article-only .progress-bar-parent,
.breadcrumb-progressbar.breadcrumb-blue-article-only .progress-bar-parent {
    display: block;
}

/*.breadcrumb-article-only p {*/

/*    margin:auto;*/

/*}*/

.breadcrumb-progressbar.breadcrumb-article-only {
    top: 0px;
}

.breadcrumb-blue-article-only {
    top: 98px;
}

.breadcrumb.hidden-header {
    top: 0px;
}

.breadcrumb .col-sm-12 {
    padding: 0 1%;
}

.breadcrumb-article .col-sm-12 {
    padding: 0 4%;
}

/*Oversigtsside*/

.page-header-img {
    position: relative;
    overflow: hidden;
    padding: 0;
    z-index: -1;
}

.page-header-img img {
    /*max-width: 100%;
    max-height: 100%;*/
    position: absolute;
    width: 100%;
    /*height: 100%;*/
    height: 400px;
    background-repeat: no-repeat;
    margin-left: 15px;
    object-fit: cover;
}

.page-header-img picture {
    position: absolute;
    width: 100%;
    height: 400px;
    background-repeat: no-repeat;
}

.absolute-div {
    /*background-image: url("/media/1ikhlovh/mask-group-10.png");*/
    height: 400px;
    background-repeat: no-repeat;
    /*position: absolute;
	top: 95px;
	left: 26px;*/
}

.absolute-div h3 {
    font-family: 'IBM Plex Serif', serif;
    font-size: 3rem;
    font-weight: bold;
    color: white;
}

.absolute-div p {
    font-family: 'IBM Plex Serif', serif;
    font-size: 1.375rem;
    font-weight: bold;
    color: white;
    line-height: 26px;
}

.post1,
.post2 {
    margin: 20px 5px;
}

.listed-posts {
    margin-bottom: 50px;
}

.listed-posts img {
    width: 100%;
    height: auto;
    /*height: 100%;*/
    /*min-height: 200px;*/
}

.post-txt {
    text-align: center;
    padding: 4% 16%;
    -webkit-box-shadow: -1px 3px 16px 2px rgb(0 0 0 / 14%);
    box-shadow: -1px 3px 16px 2px rgb(0 0 0 / 14%);
}

.post-txt a {
    text-transform: uppercase;
    font-weight: bold;
    color: black;
    vertical-align: middle;
}

.post-txt svg {
    padding: 1%;
}

.services-cards-title {
    padding-top: 2%;
}

.small-cards-services {
    padding-bottom: 2%;
}

.img-small-card {
    text-align: center;
    margin-bottom: 1rem;
    padding: 1.25rem 0.75rem;
}

.img-small-card img {
    position: absolute;
    object-fit: scale-down;
}

.img-small-card h4 {
    padding-top: 5%;
}

.acordeon-links {
    display: none;
}

/*End Oversigtsside*/

/* Medlemsfordele */

.membership-img {
    padding-top: 2rem;
    padding-left: 3rem;
    padding-right: 3rem;
    width: 100%;
    height: 100%;
}

.membership-img > img {
    width: 100%;
    height: 100%;
    padding-bottom: 2rem;
}

.membership-txt {
    /*padding-top: 3rem;
	padding-right: 3rem;
	padding-left: 3rem;
	padding-bottom: 3rem;*/
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.membership-txt a {
    color: var(--color-black-800);
    font-weight: 600;
    letter-spacing: 0.1px;
}

.membership-txt .row {
    padding-left: 2%;
}

.review-benefits {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.reviews {
    padding-top: 2%;
    padding-bottom: 2%;
}

.review-right-side {
    background-color: var(--color-white-200);
}

.review-right-side .review-img div {
    background-color: white;
}

.review-left-side {
    background-color: white;
}

.review-left-side .review-img div {
    background-color: var(--color-white-200);
}

.reviews-title {
    background-color: var(--color-white-200);
}

.reviews-title p {
    line-height: 1.15;
}

.review-img {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 3rem;
    /*padding-top: 1rem;
	padding-left: 3rem;
	padding-right: 3rem;
	padding-bottom: 2rem;*/
    width: 100%;
    height: 100%;
    text-align: center;
}

.review-img > div {
    border-radius: 50%;
    margin: 0 auto;
    height: 100px;
    width: 100px;
}

.review-txt {
    padding: 0 4rem;
}

.review-txt p {
    color: var(--color-purple-500);
}

.acordeon-medlem img {
    width: 100%;
    height: auto;
}

/* End Medlemsfordele */

/*Acordeon*/

.acordeon-content {
    padding: 2% 20%;
}

.article-content .acordeon-content {
    padding: 2% 0;
}

.acordeon-text {
    padding: 0 2%;
}

.acordeon-content div .acordeon-item:nth-child(2) {
    border-top: 1px solid var(--color-grey-600);
}

.acordeon-links.show {
    display: flex;
    flex-direction: column;
}

.acordeon-links {
    display: none;
}

.side-sticky:first-child {
    border-top: 1px solid var(--color-grey-200);
}

.sticky-img {
    background-color: var(--color-blue-400);
    background-image: url("/resources/phone-portrait-outline.png");
    background-repeat: no-repeat;
    background-position-x: center;
    padding: 10%;
    text-align: center;
    margin-top: 15%;
}

.sticky-img p,
.sticky-img h3 {
    color: white;
}

.sticky-img button {
    background: var(--color-purple-500);
}

.acordeon-item {
    border-bottom: 1px solid var(--color-grey-200);
}

.acordeon-title {
    display: flex;
    padding-top: 2%;
    padding-bottom: 2%;
}

.acordeon-title h7 {
    font-family: 'Oxygen', sans-serif;
    font-weight: bold;
}

.blue-color h7 {
    color: var(--color-blue-600);
}

.rotate-svg {
    transform: rotate(180deg);
}

/*end acordeon*/

/* Progress bar */

.progress-bar-parent {
    position: sticky;
    width: 100%;
    background: var(--color-grey-250);
    top: 157px;
    z-index: 100;
}

#progress-bar {
    --scrollAmount: 0%;
    /* background-image: linear-gradient(120deg, #84fab0 0%, #8fd3f4 100%); */
    width: var(--scrollAmount);
    /*  background: linear-gradient(to right, #F24E1E var(--scrollAmount), transparent 0);
	width: 100%; */
    height: 5px;
    position: sticky;
    top: 157px;
    z-index: 1000;
    background: var(--color-purple-500);
    margin-top: -1rem;
}

/*#progress-bar.progress-article1 {*/

/*    top: 37px;*/

/*}*/

.progress-bar-parent.progress-bar-parent-article {
    top: 37px;
}

/*endProgress bar*/

/*Artikler-page */

.side-sticky {
    position: sticky;
    top: 4rem;
    margin-top: 1rem;
}

.side-sticky .acordeon-links {
    padding-top: 4%;
    padding-bottom: 4%;
    line-height: 2.5;
}

.side-sticky .acordeon-links a {
    line-height: 1;
    color: var(--color-grey-800);
    padding-bottom: 7%;
}

.side-sticky h7 {
    font-family: 'Oxygen', sans-serif;
    text-transform: uppercase;
}

.article-details {
    padding: 5% 4%;
    background: var(--color-blue-100);
}

.article-details .row {
    justify-content: space-evenly;
}

.article-details div:first-child {
    padding-left: 0;
}

.article-details ul li {
    font-family: 'Oxygen', sans-serif;
}

ul li {
    font-family: 'Oxygen', sans-serif;
}

.article-details p {
    margin-top: 2px;
    margin-bottom: 0;
    margin-right: 5px;
}

.article-content {
    padding: 2% 5%;
}

.article-content h1,
h2,
h3,
h4,
h5 {
    padding-top: 1%;
    padding-bottom: 1%;
}

.article-content p {
    padding-top: 0.3%;
    padding-bottom: 0.3%;
}

.article-content > div > p:nth-child(4) {
    padding-top: 1%;
    padding-bottom: 1%;
}

.article-content .row {
    /*flex-wrap: nowrap;*/
}

.article-content h1 {
    font-weight: bold;
}

.article-content h3 {
    font-weight: bold;
}

.article-content h4 {
    font-weight: 500;
}

.article-content h5 {
    font-weight: 500;
}

.article-part-1 li {
    font-family: 'Oxygen', sans-serif;
    padding: 1%;
}

.article-part-2 {
    padding: 2% 0;
}

.article-part-2 li {
    padding: 1% 0;
}

.video-player img {
    width: 100%;
    height: auto;
}

.video-player {
    position: relative;
}

.background-div {
    position: absolute;
    height: 100%;
    z-index: -1;
    width: 70%;
    top: 0;
}

.container img {
    width: 90%;
    height: auto;
}

.article-svg-list {
    padding: 5%;
    background: var(--color-blue-100);
}

.article-svg-list p {
    margin-top: auto;
    margin-bottom: auto;
}

.article-svg-list div {
    padding-top: 4%;
    padding-bottom: 2%;
    padding-left: 4%;
}

.article-svg-list img {
    padding-right: 3%;
}

.article-svg-list .row:nth-child(5) img {
    padding-right: 4%;
    padding-left: 1%;
}

.article-svg-list .row {
    flex-wrap: nowrap;
}

.article-quote {
    background: var(--color-blue-100);
    padding: 3%;
}

.article-quote img {
    padding-right: 3%;
}

.article-quote .red {
    line-height: 2rem;
    color: var(--color-purple-500);
    font-weight: bold;
}

.article-quote .row {
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
}

.article-part-3 .article-svg-list {
    background: var(--color-white-300);
}

.reading-stop {
    margin-top: 7%;
    justify-content: center;
    background: var(--color-purple-500);
}

.reading-stop > .text-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.reading-stop h3 {
    color: white;
}

.reading-stop > .lock-image {
    margin-top: -25px;
}

.reading-stop button {
    font-family: 'Oxygen', sans-serif;
    min-width: 220px;
}

.reading-stop.second-design {
    text-align: center;
    color: white;
    padding: 20px 40px;
    margin-bottom: 40px;
}

.reading-stop.second-design img {
    margin-top: -55px;
}

.reading-stop.second-design p {
    padding-top: 15px;
    padding-bottom: 10px;
    font-weight: 500;
}

.related-articles {
    background: var(--color-blue-100);
    padding-top: 2%;
    padding-bottom: 4%;
}

.related-articles .row {
    justify-content: center;
    margin-top: 25px;
}

.related-articles button {
    min-width: 212px;
    max-width: 323px;
}

.related-articles-image {
    /*height: 63%;*/
    width: 100%;
}

.related-articles-image img {
    width: 100%;
    /* min-width: 200px; */
    height: 100%;
}

.modal-dialog {
    max-width: 1300px;
}

.modal-dialog-centered {
    align-items: start;
}

/*Modal */

.article-modal {
    background: var(--color-black-800);
    padding: 2% 0;
}

.modal-form h3,
.modal-form p,
.modal-form small {
    color: white;
}

.modal-form button {
    background-color: var(--color-blue-400);
    border-color: var(--color-blue-400);
    max-width: 156px;
    min-width: 130px;
}

.modal-image {
    position: relative;
}

.article-modal-header {
    padding: 2% 0;
}

.article-modal-header small {
    font-size: 0.8125rem;
    font-weight: 400;
    margin-left: 1rem;
}

.article-modal-footer {
    border-top: 1px solid white;
    padding: 2% 0;
}

.article-modal-footer .text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 2% 1%;
}

.article-modal-footer * {
    line-height: 1;
    color: white;
}

.article-modal-footer button {
    max-width: 156px;
    min-width: 130px;
}

.article-modal-footer img {
    z-index: 0;
    position: relative;
    width: 69px;
    height: auto;
}

.article-modal-footer .ellipse {
    position: absolute;
    top: 15px;
    left: 23px;
    width: 50px;
    height: auto;
}

/*End Modal*/

/*End Artikler-page */

/* calendar */

.calendar-part-2 .news-post {
    -webkit-box-shadow: -1px 3px 16px 2px rgb(0 0 0 / 14%);
    box-shadow: -1px 3px 16px 2px rgb(0 0 0 / 14%);
    margin-top: 2%;
    margin-bottom: 2%;
    border: none;
}

.news-post .post-img {
    width: 100%;
    min-height: 200px;
    height: 100%;
    object-fit: cover;
    float: right;
}

/*end calendar*/

/*News page*/

.news-filter a {
    color: var(--color-blue-600);
    padding-left: 2%;
    padding-right: 2%;
}

.news-filter label {
    font-family: 'Oxygen', sans-serif;
    color: var(--color-grey-400);
}

.news-filter .col-2 {
    float: right;
}

.news-post {
    -webkit-box-shadow: -1px 3px 16px 2px rgb(0 0 0 / 14%);
    box-shadow: -1px 3px 16px 2px rgb(0 0 0 / 14%);
    margin-top: 2%;
    margin-bottom: 2%;
    border-left: 5px solid var(--color-blue-600);
}

.news-post div:first-child {
    padding-top: 2%;
    padding-left: 2%;
}

.news-post .post-img {
    width: 100%;
    min-height: 200px;
    height: 100%;
    float: right;
    object-fit: cover;
}

.news-post .post-text img {
    height: 25px;
}

.news-post .post-text a {
    color: black;
    font-weight: bold;
    display: flex;
}

.news-post .post-text a svg {
    padding: 2%;
}

.news-pagination .row {
    justify-content: space-between;
    align-items: center;
    margin-top: 3%;
    margin-left: 7%;
    margin-right: 7%;
    margin-bottom: 10%;
}

.news-pagination .row div {
    display: flex;
    align-items: center;
    justify-content: center;
}

.news-pagination .active {
    background: var(--color-blue-600);
}

.news-pagination .row div:hover {
    background: var(--color-blue-150);
}

.news-pagination .row img {
    width: 28px;
    height: 28px;
}

/*End News page*/

/*search-results page*/

.search-results-form {
    margin-top: 3%;
    margin-bottom: 3%;
}

.search-results-filter a {
    color: var(--color-blue-600);
    padding-left: 2%;
    padding-right: 2%;
    font-weight: bold;
}

.search-results-filter .col-4 {
    margin-left: auto;
}

/* .search-results-filter div {
	padding: 0;
} */

.search-results-filter .col-2 {
    float: right;
}

.search-results-filter label {
    color: var(--color-grey-400);
}

.search-results-number {
    width: 100%;
    justify-content: center;
    align-items: center;
}

.search-results-number p {
    margin: auto;
    padding: 2% 0;
    color: var(--color-grey-400);
}

.post-result {
    -webkit-box-shadow: -1px 3px 16px 2px rgb(0 0 0 / 14%);
    box-shadow: -1px 3px 16px 2px rgb(0 0 0 / 14%);
    margin-top: 2%;
    margin-bottom: 2%;
    border-left: 5px solid var(--color-blue-600);
}

.post-result > div:first-child {
    padding-top: 2%;
    padding-left: 2%;
}

.post-result .post-img {
    width: 100%;
    min-height: 200px;
    height: 100%;
    float: right;
    object-fit: cover;
}

.post-result .post-text img {
    height: 25px;
}

.post-result .post-text a {
    color: black;
    font-weight: bold;
    display: flex;
}

.post-result .post-text a svg {
    padding: 2%;
}

.post-result a p {
    color: var(--color-black-800);
}

.post-result a img {
    color: var(--color-black-800);
}

.search-input-form {
    width: 100%;
    display: flex;
    flex-direction: row;
    position: relative;
}

.search_input {
    padding-top: 13px;
    padding-bottom: 13px;
}

input[type="text"].search_input {
    border-style: solid;
    flex: 1;
    background-color: transparent;
    padding-left: 50px;
}

.search-input-form > .form-lupa {
    position: absolute;
    top: 50%;
    left: 15px;
    stroke: var(--color-black-900);
    transform: translateY(-50%);
}

.search-input-form > .form-x {
    position: absolute;
    top: 50%;
    right: 15px;
    stroke: var(--color-black-900);
    transform: translateY(-50%);
}

.search-results-pagination .row {
    justify-content: space-between;
    align-items: center;
    margin-top: 3%;
    margin-left: 7%;
    margin-right: 7%;
    margin-bottom: 10%;
}

.search-results-pagination .row div {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    width: 40px;
}

.search-results-pagination .active {
    background: var(--color-blue-600);
    color: white;
}

.search-results-pagination .row div:hover {
    background: var(--color-blue-600);
    color: white;
}

.search-results-pagination .row img {
    width: 28px;
    height: 28px;
}

/*End search-results page*/

/* blue label Allergim�rkningen */

.header-sliders-blue-label {
    /*background-image: url("/resources/feature\ image-\ \ blue\ label.png");*/
    height: 1000px;
    object-fit: contain;
    margin-top: 0;
    padding-top: 0%;
    padding-left: 0%;
    padding-right: 0%;
}

.header-sliders-blue-label .row {
    position: relative;
    margin: 0;
}

.header-sliders-blue-label picture img {
    width: 100%;
    height: 1000px;
    object-fit: cover;
}

.blue-label-text {
    margin-top: 10%;
}

.blue-label-text h1 {
    font-family: 'IBM Plex Serif', serif;
    font-weight: bold;
}

.blue-label-text p {
    font-size: 1.4rem;
    font-family: 'IBM Plex Serif', serif;
    font-weight: 600;
}

.blue-label-text small {
    font-size: 1.125rem;
    font-family: 'Oxygen', sans-serif;
    font-weight: 400;
}

.blue-label-text input {
    padding: 10px 0;
    background-color: var(--color-purple-500);
    min-width: 250px;
    max-width: 310px;
    font-family: 'Oxygen', sans-serif;
}

.blue-header-menu-actions .dropdown-menu {
    position: absolute;
    top: 75%;
    min-width: 6rem;
    max-width: 7rem;
    border-bottom: 1px solid var(--color-blue-700);
    border-left: 1px solid var(--color-blue-700);
    border-right: 1px solid var(--color-blue-700);
}

.blue-header-menu-actions .dropdown a {
    margin-left: 0;
    min-width: 6rem;
    max-width: 7rem;
    padding-bottom: 0.86rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    margin-right: 0px;
    border-top: 1px solid var(--color-blue-700);
    border-left: 1px solid var(--color-blue-700);
    border-right: 1px solid var(--color-blue-700);
}

.blue-header-menu-actions .dropdown button {
    font-family: 'Oxygen', sans-serif;
    font-size: 0.875rem;
    font-weight: bold;
    width: 100%;
}

.blue-header-menu-actions .dropdown .dropdown-item {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.blue-header-menu-actions .dropdown:hover .nav-link {
    background: white;
}

.blue-header-menu-actions .dropdown:hover text {
    color: black;
}

.blue-header-menu-actions .nav-item .nav-link {
    border-radius: 0;
    text-align: center;
}

.blue-header-menu-actions .nav-item .dropdown-menu {
    border-radius: 0;
}

.laptop-social-media .laptop {
    margin-top: -55%;
    background-repeat: no-repeat;
    width: 470px;
    margin-top: -200px;
    margin-left: -100px;
    height: 490px;
    /*background-image: url('/resources/sincerely-media-HL3EOgFiy0k-unsplash\ \(1\).png');*/
}

.blue-label-scroll {
    margin-right: 0;
    margin-top: -40px;
}

/* End blue label Allergim�rkningen */

/*fonts only*/

/*fonts on header and footer*/

h1,
h2,
h3 {
    font-family: 'IBM Plex Serif', serif;
    font-weight: 700;
    word-wrap: break-word;
    /*word-break: break-all;*/
    white-space: normal;
}

h4 {
    font-family: 'IBM Plex Serif', serif;
    font-weight: 600;
    word-wrap: break-word;
    /*word-break: break-all;*/
    white-space: normal;
}

h5,
h6,
h7 {
    font-family: 'IBM Plex Serif', serif;
    word-wrap: break-word;
    /*word-break: break-all;*/
    white-space: normal;
}

p,
a,
small,
text {
    /*font-family: Oxygen-Regular;*/
    font-family: 'Oxygen', sans-serif;
    word-wrap: break-word;
    /*word-break: break-all;*/
    white-space: normal;
}

small {
    font-size: 1rem;
    font-weight: bold;
}

.help-text h3 {
    font-family: 'IBM Plex Serif', serif;
    font-weight: bold;
    color: var(--color-purple-500);
}

.help-text p {
    font-family: 'IBM Plex Serif', serif;
    font-weight: 300;
}

.help-text .mobile-hide {
    font-family: 'Oxygen', sans-serif;
    font-weight: 300;
}

.first-image-helper-footer h4 {
    font-family: 'IBM Plex Serif', serif;
    font-weight: bold;
}

.first-image-helper-footer p {
    font-family: 'Oxygen', sans-serif;
    font-weight: 400;
}

.second-image-helper-footer h4 {
    font-family: 'IBM Plex Serif', serif;
    font-weight: bold;
}

.second-image-helper-footer p {
    font-family: 'Oxygen', sans-serif;
    font-weight: 400;
}

.timeld_text h3 {
    font-size: 2rem;
    font-weight: bold;
    font-family: 'IBM Plex Serif', serif;
    color: black;
}

.timeld_text p {
    font-size: 1.125rem;
    font-weight: 100;
    font-family: 'Oxygen', sans-serif;
    color: black;
}

.site-map-title > h7 {
    font-family: 'Oxygen', sans-serif;
    font-size: 1rem;
    color: white;
    font-weight: bold;
}

.site-map-links > a {
    font-family: 'Oxygen', sans-serif;
    color: var(--color-grey-400);
    font-size: 0.875rem;
    font-weight: 400;
}

.bold-text {
    font-weight: bold;
}

/*end fonts*/

/*Login page*/

.login-background {
    display: flex;
    justify-content: center;
    align-items: left;
    flex-direction: column;
    overflow: hidden;
}

.login-page .login-background {
    background: var(--color-black-800);
}

.login-page p,
.login-page h3,
.login-page small {
    color: white;
}

.login-form form {
    width: 50%;
}

.login-form form button {
    max-width: 156px;
    min-width: 100px;
    margin-right: 10px;
    background-color: var(--color-blue-400);
}

.login-form form small {
    text-decoration: underline;
}

.login-footer {
    display: flex;
    justify-content: left;
    align-items: left;
    flex-direction: column;
    margin-top: 10%;
    padding-top: 2%;
    border-top: 1px solid var(--color-grey-600);
    width: 50%;
}

.login-footer button {
    margin-left: 15px;
    padding: 3% 0;
    background-color: var(--color-blue-500);
}

.image-login {
    padding-right: 0;
    padding-left: 0;
}

.login-background {
    padding-right: 0;
    padding-left: 0;
}

.image-login img {
    width: 100%;
    height: auto;
}

/*end Login page*/

/*Sign up page*/

.signup-background {
    display: flex;
    justify-content: center;
    align-items: right;
    flex-direction: column;
    overflow: hidden;
}

.signup-background {
    background: var(--color-blue-200);
}

.signup-page p,
.signup-page h3,
.signup-page small {
    color: black;
}

.signup-form form {
    width: 50%;
}

.signup-form form button {
    max-width: 156px;
    min-width: 100px;
    margin-right: 10px;
    background-color: var(--color-blue-400);
}

.signup-form form small {
    text-decoration: underline;
}

.signup-footer {
    display: flex;
    justify-content: right;
    align-items: right;
    flex-direction: column;
    margin-top: 10%;
    padding-top: 2%;
    border-top: 1px solid var(--color-grey-600);
    width: 50%;
}

.signup-footer button {
    margin-left: 15px;
    padding: 3% 0;
    background-color: var(--color-blue-500);
}

.image-signup {
    padding-right: 0;
    padding-left: 0;
}

.signup-background {
    padding-right: 0;
    padding-left: 0;
}

.image-signup img {
    width: 100%;
    height: auto;
}

.checkbox-div {
    justify-content: center;
    align-items: center;
    display: flex;
}

.checkbox-div input[type='checkbox'] {
    -webkit-appearance: none;
    width: 35px;
    height: 35px;
    background: white;
    border: 1px solid var(--color-grey-700);
}

.checkbox-div input[type='checkbox']:checked {
    background: var(--color-blue-300);
}

/*end Sign up page*/

/*notifications */

.notification p {
    line-height: 0.7;
    margin-top: revert;
}

.notification-green {
    background-color: var(--color-green-400);
}

.notification-red {
    background-color: var(--color-red-500);
}

.notification-red p {
    color: white;
}

.notification-grey p {
    color: white;
}

.notification-grey {
    background-color: var(--color-grey-600);
}

.notification-yellow {
    background-color: var(--color-yellow-500)
}

.notification-image {
    display: flex;
    justify-content: right;
    align-items: center;
}

.notification-close {
    margin: auto;
}

/* end notifications*/

/*download app bar*/

.download-app-bar {
    padding-top: 2%;
    background-color: var(--color-black-800);
}

.download-app-bar .row {
    flex-wrap: nowrap;
}

.download-app-bar h5,
.download-app-bar p {
    color: white;
}

.download-app-bar svg {
    margin: 2%;
}

.download-app-bar .mobile-pic {
    margin-top: -160px;
}

.download-app-bar img {
    margin-top: -5%;
    margin-left: -50%;
}

/*end download app bar*/

/* The Modal (background) */

.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1000;
    /* Sit on top */
    padding-top: 100px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: var(--color-black-700);
    /* Black w/ opacity */
}

/* Modal Content */

.modal-content {
    position: relative;
    background-color: transparent;
    margin: auto;
    padding: 0;
    /*border: 1px solid #888;*/
    border: none;
    width: 80%;
    box-shadow: none;
    /*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

/* Add Animation */

@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

/* The Close Button */

.close {
    color: black;
    float: right;
    font-size: 1.75rem;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: var(--color-red-700);
    text-decoration: none;
    cursor: pointer;
}

.modal-header {
    padding: 2px 16px;
    color: white;
    background-color: transparent;
    border: none;
    box-shadow: none;
    border-radius: none;
}

.modal-body {
    padding: 2px 16px;
}

.modal-footer {
    padding: 2px 16px;
    background-color: var(--color-green-600);
    color: white;
}

/*End Modal*/

/* Carousel header */

.carousel-header-slider {
    position: relative;
    margin: 0;
    padding: 0;
    height: 900px;
}

.carousel-header-slider .row {
    margin: 0;
    padding: 0;
}

.background-header-image {
    position: absolute;
    width: 100%;
    height: auto;
    min-height: 650px;
}

.first-slide {
    margin-top: 10%;
}

.first-slide .row {
    align-items: center;
}

.first-slide .row svg {
    padding-top: 3px;
}

.first-slide p,
.first-slide h2 {
    font-family: 'IBM Plex Serif', serif;
    color: white;
}

.first-slide p {
    font-size: 1.25rem;
    margin: auto 0;
}

.first-slide .second-image-helper-footer p {
    font-size: 1rem;
    font-family: 'Oxygen', sans-serif;
}

.carousel-header-slider .header-image img {
    left: 40%;
}

.scroll-indicator {
    display: none;
}

.scroll-indicatorx {
    margin: auto;
    margin-top: -50px;
    z-index: 1;
}

/*slick carousel*/

.slick-prev.slick-arrow {
    left: 1px;
}

.slick-next.slick-arrow {
    right: 1px;
    z-index: -1;
}

.slick-slide picture img {
    width: 100%;
}

/* End carousel header */

/* dangens-pollen */

.full-flex-div {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.carousel1:after {
    content: '';
}

.carousel1 .carousel-cell {
    width: none;
}

.carousel1 small {
    font-size: 80%;
}

.carousel-cell img {
    width: auto;
    height: auto;
}

.member-benefits .carousel-cell img {
    width: 100%;
    /* height: 200px; */
}

.hassel {
    margin-top: 5px;
}

.dangens-pollen {
    margin-top: 4%;
    margin-bottom: 1%;
    padding-left: 20%;
    padding-right: 20%;
}

.dangens-pollen-widget {
    margin-top: 1%;
    margin-bottom: 4%;
    padding-left: 20%;
    padding-right: 20%;
}

.fillParent {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20%;
    top: 0;
}

.fillParent .pollenLevelDescriptionContainer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    margin: 0;
}

.pollenLevelDescriptionContainer p {
    margin: 0;
}

.pollens .fillParent {
    margin: 0;
}

.pollenName {
    font-size: 1.5rem;
    font-weight: bold;
    margin: 0;
}

.pollenLevelDescription {
    font-size: 2rem;
}

.carousel-cell .pollenLevelDescription {
    margin-top: 0;
}

.pollens .pollen-box {
    display: block;
    text-align: center;
    flex-wrap: nowrap;
}

.pollen-box img {
    margin: auto;
}

.pollenbox-container {
    position: relative;
}

.no-level {
    font-size: 1.5rem;
    color: var(--color-grey-500);
}

.low-level {
    color: var(--color-green-500);
}

.medium-level {
    color: var(--color-yellow-400);
}

.high-level {
    color: var(--color-red-450);
}

.widget-header {
    padding: 2%;
    background: var(--color-grey-125);
}

.widget-header .row {
    align-items: center;
}

.widget-header label {
    margin: auto;
}

.widget-header p {
    margin: 0;
    align-self: center;
}

.widget-header .wind p {
    align-self: start;
}

.widget-header .item1 {
    margin-right: auto;
    margin-left: 2%;
}

.widget-header .item2 {
    margin-right: 1%;
    margin-left: 2%;
}

.widget-header .item2 #box1 {
    border: 1px solid;
}

#box1 .option {
    background: white;
    border: none;
    box-shadow: none;
}

.widget-header .svg-icon {
    position: relative;
    margin-right: 2%;
    margin-left: 1%;
}

.weather {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.weather p {
    padding-top: 0px;
    padding-bottom: 0px;
}

.weather div {
    display: flex;
    justify-content: space-evenly;
}

.weather .temperature,
.weather .wind,
.weather .rain {
    width: 75px;
    height: 38px;
    display: flex;
    margin-left: 5px;
    margin-right: 5px;
}

.wind-measurements {
    align-items: start;
    flex-direction: column;
}

.modif-t,
.modif-w,
.modif-r {
    font-size: 0.625rem;
}

.pollenbox-container > div:not(.fillParent) {
    display: flex;
    justify-content: center;
}

.pollenbox-container canvas {
    max-width: 250px;
    max-height: 250px;
}

/*.pollens div {*/
/*    display: flex;*/
/*    justify-content: space-evenly;*/
/*margin: 2% 0;*/
/*    flex-wrap: nowrap;*/
/*}*/

.value {
    font-weight: bold;
}

.dangens-banner {
    margin-top: 9%;
    margin-bottom: 4%;
    margin-left: -3px;
    background: var(--color-blue-400);
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 0;
    padding-bottom: 0;
}

.dangens-banner h3,
.dangens-banner p {
    color: white;
}

.dangens-banner .text {
    padding-top: 7%;
    padding-bottom: 3%;
}

.dangens-banner .tel img {
    width: 100%;
    height: auto;
}

.dangens-button button {
    margin-left: 12px;
    min-width: 320px;
    background: var(--color-purple-500);
}

.info-div {
    position: absolute;
    background: white;
    width: 400px;
    height: 300px;
    right: -100px;
    top: -100px;
    padding: 40px;
    padding-top: 25px;
    -webkit-box-shadow: -1px 3px 16px 2px rgb(0 0 0 / 14%);
    box-shadow: -1px 3px 16px 2px rgb(0 0 0 / 14%);
}

.info-div svg {
    padding: 1px;
    padding-bottom: 3px;
}

.info-div .left-aligned {
    margin-left: 270px;
}

.info-div p {
    padding-bottom: 10px;
}

.info-div a,
.info-div a:hover {
    color: black;
    text-decoration: none;
}

/* end dangens-pollen */

.bold-txt {
    font-weight: bold;
}

.hide-content {
    display: none;
}

.not-visible-content {
    visibility: hidden;
}

.mobile-only {
    display: none;
}

.bkg-light-blue {
    background-color: var(--color-grey-125);
}

.bkg-white {
    background-color: white;
}

.txt-black {
    color: black !important;
}

.txt-white {
    color: white !important;
}

.txt-underline {
    text-decoration: underline !important;
}

/*page 404*/

.page404 {
    background: var(--color-black-800);
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.big404 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 310px;
}

.big404 h1 {
    font-size: 209px;
    /*209 310px*/
    color: white;
}

.big404 h1 img {
    margin-bottom: 45px;
    /*45px 140px / 65 213 */
    height: 140px;
}

.text404 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.text404 h1 {
    color: white;
}

.text404 p {
    color: white;
}

.text404 .button {
    min-width: 270px;
}

/*end page 404*/

/* ============ desktop view ============ */

@media all and (min-width: 1077px) {
    .navbar .nav-item .dropdown-menu {
        display: none;
    }

    .navbar .nav-item:hover > .dropdown-menu,
    .navbar .nav-item:hover > .dropdown > .dropdown-menu {
        display: block;
    }

    .navbar .nav-item .dropdown-lv3 {
        display: none;
    }

    /*
    .blue-header-menu-actions .nav-item .dropdown-menu {
        left: 27px;
    } */
    .navbar .nav-item .dropdown-menu text {
        padding-left: 7px
    }

    .navbar .nav-item:hover .nav-link {
        color: var(--color-blue-600);
    }

    /* .navbar .nav-item:hover .dropdown-menu {
        display: block;
    } */
    .navbar .nav-item:hover .dropdown-lv3,
    .navbar .nav-item:hover .dropdown-lv4 {
        display: none;
    }

    .navbar .nav-item .dropdown-menu {
        margin-top: 0px;
    }

    .nav-item {
        align-items: stretch;
    }

    .navbar-expand-custom .navbar-nav .nav-link {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }
}

@keyframes fade {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.fade-enter {
    animation: fade .3s;
}

.fade-leave {
    animation: fade .3s reverse;
}

@media (max-width: 1077px) {

    .navbar-expand-custom .navbar-nav .nav-link {
        padding-right: 2px;
        padding-left: 2px;
    }
}

@media all and (min-width: 1077px) and (max-width: 1550px) {
    .navbar-brand {
        padding-bottom: 0;
    }

    /*
    .navbar-static {
        height: 82px;
    }
    */
    .navbar-static li a {
        padding-top: 1rem;
    }

    .navbar-expand-custom .navbar-nav .nav-link {
        padding-right: 4px;
        padding-left: 4px;
    }

    .navbar .nav-item .dropdown-menu {
        display: none;
        left: 0px;
    }

    .navbar .nav-item:hover > .dropdown-menu,
    .navbar .nav-item:hover > .dropdown > .dropdown-menu {
        display: block;
        left: 0px;
    }

    .navbar .nav-item:hover .dropdown-lv3 {
        display: none;
        left: 0px;
    }

    .navbar .nav-item .dropdown-lv3 {
        display: none;
    }

    .menu-item > a {
        white-space: normal;
        font-size: 0.75rem;
        word-wrap: anywhere;
    }

    .hide-nav-icon {
        display: none;
    }

    .full-flex-div {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    /*font size media 992-1550*/
    small {
        font-size: 0.75rem;
        font-weight: bold;
    }

    .timeld_text h3 {
        font-size: 1.75rem;
    }

    .timeld_text p {
        font-size: 0.9rem;
    }

    .site-map-title > h7 {
        font-size: 0.75rem;
    }

    .site-map-links > a {
        font-size: 0.7rem;
    }

    /* tablet-fonts*/
    h1 {
        font-size: 2.5rem;
        /* font-size: calc(1vw + 1vh + 2vmin); */
    }

    h2 {
        font-size: 2rem;
    }

    .content-part-3-text h2 {
        font-size: 2rem;
    }

    h3 {
        font-size: 1.5rem;
    }

    .inside-text-1 h3 {
        font-size: 1.5rem;
    }

    .landpage-cards-text h3 {
        font-size: 2rem;
        font-weight: bold;
    }

    .landpage-cards-text h5 {
        font-size: 1.75rem;
    }

    h4,
    h5 {
        font-size: 1.2rem;
    }

    .inside-text-1 h5 {
        font-size: 1.25rem;
    }

    h6,
    h7 {
        font-size: 1.25rem;
    }

    small {
        font-size: 1rem;
        font-weight: bold;
    }

    .first-slide p {
        font-size: 1.25rem;
    }

    /* fixes for sizes */
    .blue-header-menu-actions .dropdown button {
        font-size: 0.875rem;
    }

    .blue-label-text p {
        font-size: 1.4rem;
    }

    .blue-label-text small {
        font-size: 1.125rem;
    }

    .article-modal-header small {
        font-size: 0.8125rem;
    }

    .absolute-div h3 {
        font-size: 3rem;
    }

    .absolute-div p {
        font-size: 1.375rem;
    }

    .site-map-title > h7 {
        font-size: 1rem;
    }

    .site-map-links > a {
        font-size: 0.875rem;
    }

    .timeld_text > h3 {
        font-size: 2rem;
    }

    .timeld_text > p {
        font-size: 1.125rem;
    }

    .third-image-helper-footer h4 {
        font-size: 1.5rem;
    }

    .third-image-helper-footer p {
        font-size: 1.125rem;
    }

    .second-image-helper-footer h4 {
        font-size: 1.5rem;
    }

    /*.second-image-helper-footer p {*/
    /*    font-size: 1.125rem;*/
    /*}*/
    .first-slide .second-image-helper-footer p {
        font-size: 0.75rem;
    }

    .first-image-helper-footer h4 {
        font-size: 1.25rem;
    }

    .first-image-helper-footer p {
        font-size: 0.75rem;
    }

    .help-text > h3 {
        font-size: 3rem;
    }

    .help-text p:nth-child(2) {
        font-size: 1.5rem;
    }

    .help-text p:nth-child(3) {
        font-size: 1.125rem;
    }

    .content-part-3-text h2 {
        font-size: 3rem;
    }

    .content-part-3-text p {
        font-size: 1.125rem;
    }

    .landpage-cards-text h3 {
        font-size: 3rem;
    }

    .landpage-cards-text h5 {
        font-size: 1.5rem;
    }

    .landpage-cards-text p {
        font-size: 1.125rem;
    }

    .inside-box h4 {
        font-size: 1.75rem;
    }

    .inside-box p {
        font-size: 1rem;
    }

    .blue-label .inside-box p {
        font-size: 1.125rem;
    }

    /*
    .menu-title-font {
        font-size: 1rem;
    }
    */
    h2 {
        font-size: 2rem;
    }

    h3 {
        font-size: 2rem;
    }

    h5 {
        font-size: 1.5rem;
    }

    .carousel-header-slider .header-image img {
        left: 30%;
    }

    .header-image img {
        top: 15px;
    }

    /*end tablet fonts */
}

/* ============ desktop view .end// ============ */

p img {
    /*border-radius: 50%;*/
    width: 100%;
    height: auto;
}

@media all and (min-width: 1077px) {
    .navbar-brand {
        margin-top: 10px;
    }

    .navbar {
        padding-top: 0;
        padding-bottom: 0;
        position: sticky;
        top: 0;
        z-index: 220;
    }

    .navbar .has-megamenu {
        position: static !important;
    }

    .navbar .megamenu {
        left: 0;
        right: 0;
        width: 100%;
        padding: 20px;
    }

    .navbar .nav-link {
        padding-top: 1rem;
        padding-bottom: 1rem;
        margin: 1rem 0.4rem;
        letter-spacing: 0.7px;
    }

    .nav-link.search.bg-transparent.border-0 {
        padding-top: 13px;
        padding-bottom: 13px;
    }

    .header-menu-actions .nav-link .d-flex {
        justify-content: center;
    }

    .header-menu-actions div.nav-item:nth-child(2) {
        width: 140px;
        margin-right: 1px;
    }

    .header-menu-actions div.nav-item:nth-child(3) {
        width: 170px;
        margin-left: 1px;
    }

    .header-menu-actions div.nav-item:nth-child(2) .nav-link {
        margin-left: auto;
        margin-right: 1px;
        height: 56px;
    }

    .header-menu-actions div.nav-item:nth-child(3) .nav-link {
        margin-right: auto;
        margin-left: 1px;
        height: 56px;
    }
}

@media all and (min-width: 1250px) and (max-width: 1450px) {
    .navbar .nav-link {
        margin: 1rem 0.3rem;
        letter-spacing: 0px;
    }
}

@media all and (min-width: 998px) and (max-width: 1700px) {
    .navbar .nav-link {
        margin: 1rem 0.2rem;
        letter-spacing: -0.3px;
    }

    .menu-title-font {
        font-size: 1rem;
    }

    .header-menu-actions div.nav-item:nth-child(1) {
        width: 51px;
    }

    .header-menu-actions div.nav-item:nth-child(2) {
        width: 90px;
    }

    .header-menu-actions div.nav-item:nth-child(3) {
        width: 120px;
    }

    .navbar-brand {
        margin-left: 0px;
        margin-right: 5px;
    }

    /* .header-menu-actions .nav-item svg {
        display: none;
    } */
}

/*mobile start*/

@media all and (max-width: 1076px) {

    /*header and footer 2*/
    .navbar {
        position: sticky;
        top: 0;
        z-index: 220;
        background: var(--color-grey-150);
    }

    .height-100vh {
        height: 100vh;
    }

    .height-100percent {
        height: 100%;
    }

    .navbar-opened {
        height: calc(100vh - 70px);
    }

    .navbar-opened .navbar-collapse.show {
        height: 100%;
    }

    .header-menu-actions {
        /* display: none; */
    }

    .header-menu-actions-mobile {
        width: 100%;
        display: flex;
        flex-direction: row;
        position: fixed;
        justify-content: space-around;
        bottom: 10px;
        margin-left: -1rem;
    }

    .header-menu-actions-mobile > li {
        width: 25%;
    }

    .header-menu-actions-mobile > li > a {
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
    }

    .logo-img {
        margin-top: -4px;
    }

    .help-text h3 {
        font-family: 'IBM Plex Serif', serif;
        font-size: 1.75rem;
        font-weight: bold;
    }

    .help-text p:nth-child(2) {
        font-family: 'IBM Plex Serif', serif;
        font-size: 1.25rem;
        font-weight: bold;
    }

    .cafe {
        background-image: url("/resources/kaffekop.png");
        background-color: var(--color-blue-200);
        background-repeat: no-repeat;
        background-size: cover;
        height: 110px;
        width: 110px;
        order: 1;
    }

    .mag2 {
        background-image: url("/resources/mag-2.png");
        height: 431px;
        width: 351px;
        order: 2;
        margin-top: -70px;
        margin-left: -100px;
    }

    .timeld_text {
        margin-top: 1px;
        margin-bottom: 20px;
        justify-content: center;
        order: 3;
        margin-left: 50px;
        background-color: var(--color-blue-200);
    }

    .timeld_text > input {
        margin: 0 17%;
    }

    .site-map-links.show {
        display: flex;
    }

    .site-map-links {
        display: none;
    }

    .site-map-title {
        border-bottom: 1px solid var(--color-grey-600);
        display: flex;
        padding-top: 2%;
        padding-bottom: 2%;
    }

    .mobile-only {
        display: block;
    }

    .mobile-hide {
        display: none;
    }

    .rotate-svg {
        transform: rotate(180deg);
    }

    /*navbar mobile*/
    .search-toggled ul.navbar-hide-toggle {
        display: block;
    }

    .navbar-hide-toggle.navbar-nav {
        height: calc(100vh - calc(100vh - 100%) - 200px);
    }

    .search-input {
        display: block;
        margin-top: -55px;
        margin-right: 85px;
        margin-left: 85px;
    }

    .search-icon {
        position: absolute;
        top: -41%;
        right: 0%;
        width: 40px;
    }

    .form-inline {
        margin-left: -5px;
    }

    .nav-item {
        position: relative;
    }

    .nav-item .plus {
        position: absolute;
        right: 16px;
        top: 7px;
        padding: 5px;
        background-color: var(--color-grey-100);
    }

    .nav-item .plus-1 {
        position: absolute;
        right: 16px;
        top: 3px;
        padding: 5px;
        background-color: var(--color-grey-100);
    }

    .nav-item .plus-2 {
        position: absolute;
        right: 16px;
        top: 13px;
        padding: 5px;
        background-color: var(--color-grey-100);
    }

    .nav-link.menu-title-font {
        font-family: 'Oxygen', sans-serif;
        letter-spacing: 0.7px;
        font-size: 1rem;
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
    }

    .header-menu-actions {
        position: fixed;
        bottom: 0;
        justify-content: space-around;
        /* width: 89%; */
        background-color: white;
        padding-bottom: 1rem;
    }

    .navbar-nav {
        position: relative;
        overflow-y: auto;
        height: 100%;
    }

    .navbar-static .nav-item a {
        padding-top: 0.6rem;
    }

    .header-menu-actions .nav-link {
        font-family: 'Oxygen', sans-serif;
        padding: 0.6rem;
    }

    .header-menu-actions .nav-link text {
        font-family: 'Oxygen', sans-serif;
    }

    .header-menu-actions .nav-link:first-child {
        border: 1px solid var(--color-blue-600);
    }

    .icon-links {
        flex-direction: column;
    }

    .icon-links > .menu-item {
        align-items: flex-start;
        justify-content: flex-start;
        text-align: left;
    }

    .text-links {
        flex-direction: column;
        padding-left: 0;
    }

    .flex-menu-icons {
        padding-top: 0;
    }

    .flex-menu-text {
        padding-top: 0;
    }

    .list-unstyled2 .text-links > .menu-item {
        display: flex;
        flex-direction: row;
    }

    .text-links > .menu-item,
    .items-links > .menu-item {
        display: flex;
        flex-direction: row-reverse;
    }

    .text-links > .menu-item:first-child {
        margin-bottom: 14px;
    }

    .text-links > .menu-item svg {
        margin-top: auto;
        margin-bottom: auto;
        margin-left: auto;
    }

    .items-links > .menu-item a {
        margin-right: auto;
    }

    .menu-item > a {
        font-family: 'Oxygen', sans-serif;
        letter-spacing: 0.7px;
        font-size: 1rem;
        font-weight: bold;
        text-transform: uppercase;
        /*padding-left: 0;*/
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .menu-item {
        position: relative;
    }

    .list-unstyled2 .menu-item .dropdown-menu {
        margin-left: 20px;
        padding-right: 20px;
    }

    .list-unstyled2 .first-a {
        padding-left: 20px;
    }

    .lv3-item .dropdown-menu {
        margin-left: 0px;
    }

    .icon-links > .menu-item {
        width: 100%;
    }

    .section-2 .col-megamenu {
        margin-left: 10px;
        padding-left: 10px;
        padding-right: 0;
    }

    .dropdown-menu.show .col-megamenu {
        background: var(--color-grey-125);
    }

    .dropdown-menu.show .section-2 {
        background: var(--color-grey-125);
    }

    .dropdown-lv3.show .col-megamenu {
        background: white;
    }

    .dropdown-lv4.show {
        background: var(--color-grey-125);
    }

    .dropdown-lv4.show .col-megamenu {
        background: var(--color-grey-125);
    }

    .col-megamenu > h6 {
        padding-left: 0;
        font-family: 'Oxygen', sans-serif;
        font-size: 1rem;
        font-weight: bold;
    }

    .items-links {
        padding-left: 0px;
    }

    .flex-menu-items-2 {
        padding-top: 0px;
    }

    .nav-item .plus svg:last-child,
    .nav-item.show .plus svg:first-child {
        display: none;
    }

    .nav-item.show .plus svg:last-child {
        display: block;
    }

    .first-image-helper-footer,
    .second-image-helper-footer,
    .third-image-helper-footer {
        padding: 15% 8%
    }

    .header-image .first-image-helper-footer,
    .header-image .second-image-helper-footer,
    .header-image .third-image-helper-footer {
        padding: 4% 8%
    }

    .plus-1.active #plusx {
        display: none;
    }

    .plus-1.active #minusx {
        display: block;
    }

    .plus-1 #plusx {
        display: block;
    }

    .plus-1 #minusx {
        display: none;
    }

    .plus-2.active #plusx {
        display: none;
    }

    .plus-2.active #minusx {
        display: block;
    }

    .plus-2 #plusx {
        display: block;
    }

    .plus-2 #minusx {
        display: none;
    }

    /*end header and footer 2*/
    /* Carousel header */
    .carousel-header-slider {
        height: 657px;
    }

    /* end Carousel header */
    /*overgsightsidde*/
    .absolute-div {
        height: 200px;
    }

    .img-small-card {
        padding: 20px 20px;
    }

    .img-small-card img {
        width: 170px;
    }

    .acordeon-content {
        padding: 2% 0;
    }

    .acordeon-content img {
        height: 200px;
    }

    .acordeon-title {
        padding-top: 4%;
        padding-bottom: 4%;
    }

    .acordeon-text {
        padding: 0 5%;
    }

    .post-txt {
        padding: 7% 10%;
    }

    .post-txt h3 {
        padding-top: 5%;
        padding-bottom: 5%;
    }

    /* end overgsightsidde*/
    /*landpage*/
    .inside-boxes-1 {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
    }

    .inside-boxes-1.linia1 {
        margin-bottom: 0;
    }

    .inside-boxes-1 div:nth-child(2) {
        margin-top: 22px;
    }

    .inside-boxes-1 div:nth-child(3) {
        margin-top: 28px;
    }

    .inside-box-3 {
        padding-bottom: 20px;
    }

    .content-part-3-text h2 {
        padding: 0;
    }

    .content-part-3-text p {
        padding: 0;
    }

    .carousel-cell p {
        margin-top: revert;
    }

    a.carousel-cell {
        color: black;
    }

    a.carousel-cell:hover {
        text-decoration: none;
    }

    .scroll-indicatorx.mobile-hide {
        display: none;
    }

    .member-benefits .carousel-cell img {
        width: 100%;
        /* height: 170px; */
    }

    .content-part-1-inside {
        paddding: 0;
    }

    /*end landpage*/
    /*Artikler page*/
    .page-header-img .absolute-div {
        height: 280px;
    }

    .page-header-img img {
        height: 300px;
    }

    .page-header-img picture {
        height: 300px;
    }

    .page-header-img .absolute-div h3,
    .page-header-img .absolute-div p {
        padding-left: 11%;
        padding-right: 20%;
    }

    .absolute-div h3 {
        font-size: 2rem;
    }

    .absolute-div p {
        font-size: 1.125rem;
    }

    .article-quote {
        padding: 5%;
    }

    .article-quote .row {
        flex-direction: column;
    }

    /*.article-content {
        padding: 2% 3%;
    }*/
    .article-details .row {
        justify-content: center;
    }

    .article-details .row p {
        padding-left: 5px;
        padding-right: 5px;
        menu-title-font
    }

    .article-details div:first-child {
        padding-left: 15px;
    }

    .related-articles {
        background: var(--color-blue-100);
        padding-top: 2%;
        padding-bottom: 12%;
    }

    .reading-stop {
        padding-bottom: 7%;
    }

    .reading-stop > .lock-image {
        position: absolute;
    }

    .reading-stop h3 {
        margin-top: 5%;
        margin-bottom: 10%;
    }

    .bluebox {
        padding: 0 3%;
    }

    .bluebox .article-svg-text {
        padding-left: 0;
        padding-right: 0;
    }

    .magazine-image {
        margin-top: 20px;
    }

    .article-part-3 .article-svg-list img {
        height: 55px;
        width: 55px;
        margin: auto;
    }

    /*End artikler page*/
    /* progress bar */
    .progress-bar-parent.progress-bar-parent-article {
        top: 25px;
    }

    /*end progress bar*/
    .nav-item.active {
        text-decoration: none;
    }

    /*search-result*/
    .post-result {
        border: none;
        margin-top: 10%;
        margin-bottom: 10%;
    }

    .post-result div:first-child {
        padding-left: 2%;
    }

    .post-result .post-img {
        width: 100%;
        height: auto;
        margin-bottom: 35px;
    }

    .post-result .post-text {
        text-align: center;
    }

    .post-result .post-text p {
        margin-left: auto;
    }

    .post-result .post-text a {
        margin-left: auto;
        margin-right: auto;
        justify-content: center;
    }

    /*End search-result*/
    /*News list*/
    .news-post {
        border: none;
        margin-top: 10%;
        margin-bottom: 10%;
    }

    .news-post div:first-child {
        padding-left: 2%;
        margin-top: -10%;
    }

    .news-post .post-img {
        width: 100%;
        height: auto;
        margin-bottom: 35px;
    }

    .news-post .post-text {
        text-align: center;
    }

    .news-post .post-text p {
        margin-left: auto;
    }

    .news-post .post-text a {
        margin-left: auto;
        margin-right: auto;
    }

    /*End News list*/
    /* blue label Allergim�rkningen */
    .header-sliders-blue-label {
        background-image: url("/resources/NAA-product.png");
        object-fit: contain;
        margin-top: 0;
        height: 729px;
    }

    .header-sliders-blue-label picture img {
        height: 729px;
    }

    .blue-label-navbar .navbar-brand {
        width: 193px;
        margin-left: -7px;
    }

    .blue-label-navbar #main_nav {
        margin-top: 20px;
    }

    .blue-label-navbar .search-input {
        margin-top: -88px;
    }

    .blue-label-navbar .form-inline {
        margin-left: 120px;
    }

    .blue-label-navbar #main_nav ul {
        margin-top: 35px;
    }

    .laptop-social-media .laptop {
        margin-top: -55%;
        background-repeat: no-repeat;
        margin-top: -151px;
        margin-left: -100px;
        height: 470px;
        width: 470px;
        background-image: url('/resources/sincerely-media-HL3EOgFiy0k-unsplash\ \(1\).png');
    }

    .blue-header-menu-actions {
        width: 89%;
    }

    .blue-header-menu-actions .dropdown a {
        padding-bottom: 0.6rem;
    }

    .blue-header-menu-actions .dropdown-menu {
        position: absolute;
        top: -169%;
        min-width: 6rem;
        max-width: 7rem;
        left: 0%;
    }

    .content-part-1.blue-label {
        margin-top: 15%;
    }

    .breadcrumb-blue-article-only {
        top: 109px;
    }

    /* End blue label Allergim�rkningen */
    /* Medlemsfordele */
    .membership-txt a {
        padding-left: 7px;
    }

    /* End Medlemsfordele */
    /*download app bar*/
    .mobile-pic {
        overflow-x: hidden;
    }

    .download-app-bar img {
        width: 333px;
        margin-top: 40%;
        margin-left: -53%;
        height: 207px;
    }

    /* end download app bar*/
    /*notifications */
    .notification p {
        line-height: 1;
    }

    /*en notifcations*/
    /* breadcrumb */
    .breadcrumb p {
        font-size: 0.75rem;
    }

    /* end breadcrumb */
    /*dangens page */
    .carousel1 .flickity-page-dots {
        display: block;
    }

    .carousel1 {
        margin-bottom: 35px;
    }

    .carousel1:after {
        content: 'flickity';
        display: none;
    }

    .carousel1 .flickity-viewport {
        width: 450px;
    }

    .dangens-pollen {
        padding: 4%;
    }

    .dangens-pollen-widget {
        padding: 0;
    }

    .download-app-bar-2 .row {
        padding: 7%;
        text-align: center;
    }

    .widget-header {
        padding: 7%;
    }

    .widget-header .row {
        text-align: center;
    }

    .widget-header .item1 {
        margin-left: auto;
        margin-right: auto;
    }

    .widget-header .item2 {
        margin-left: auto;
    }

    .widget-header .svg-icon {
        margin-right: auto;
    }

    .pollens .row div {
        margin: 4% auto;
    }

    .carousel-cell .pollenName {
        margin: 0;
    }

    .dangens-pollen-widget .slick-track {
        /*margin-left: 700px;*/
    }


    /* end dangens page */
    /*log in*/
    .login-form form {
        width: 80%;
    }

    .login-background {
        padding-bottom: 70px;
        padding-top: 40px;
    }

    /*end log in*/
    /* mobile-fonts*/
    h1 {
        font-size: 2rem;
    }

    h2 {
        font-size: 1.75rem;
    }

    .content-part-3-text h2 {
        font-size: 1.75rem;
    }

    h3 {
        font-size: 1.25rem;
    }

    .inside-text-1 h3 {
        font-size: 1.25rem;
    }

    .landpage-cards-text h3 {
        font-size: 1.8125rem;
        font-weight: bold;
    }

    .landpage-cards-text h5 {
        font-size: 1.25rem
    }

    h4,
    h5 {
        font-size: 1.125rem;
    }

    .inside-text-1 h5 {
        font-size: 1.125rem;
    }

    h6,
    h7 {
        font-size: 1rem;
    }

    small {
        font-size: 0.875rem;
        font-weight: bold;
    }

    .first-slide p {
        font-size: 1.25rem;
    }

    /*end mobile fonts */
}

@media all and (min-width: 767px) and (max-width: 884px) {
    .carousel1:after {
        content: '';
    }

    .carousel-cell {
        width: 33%;
    }
}

@media (min-width: 1077px) {
    .navbar-expand-custom {
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
    }

    .navbar-expand-custom .navbar-nav {
        flex-direction: row;
    }

    .navbar-expand-custom .dropdown-menu {
        position: absolute;
    }

    .navbar-expand-custom > .container {
        flex-wrap: nowrap;
    }

    .navbar-expand-custom .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }

    .navbar-expand-custom .navbar-toggler {
        display: none;
    }
}

@media (max-width: 1551px) {
    h3 {
        font-size: 1.5rem;
    }

    h7 {
        font-size: 1rem;
    }
}

@media (max-width: 1310px) {
    .menu-title-font {
        font-size: 0.85rem;
    }

    .side-sticky {
        font-size: 0.85rem;
    }

    h7 {
        font-size: 0.85rem;
    }

    .sticky-img h3 {
        font-size: 1rem;
    }

    .sticky-img button {
        font-size: 0.9rem;
    }
}

@media (max-width: 1180px) {
    .menu-title-font {
        font-size: 0.75rem;
    }
}

@media (max-width: 1077px) {
    .menu-title-font {
        font-size: 0.65rem;
    }
}

.inside-box div h4 {
    padding: 0px 4px;
}

.accordion button.btn.btn-link.btn-block.text-left:after {
    font-family: 'bootstrap-icons';
    content: "\F286";
    float: right;
}

.accordion button.btn.btn-link.btn-block.text-left.collapsed:after {
    /* symbol for "collapsed" panels */
    font-family: 'bootstrap-icons';
    content: "\F286";
    float: right;
    -moz-transform: scale(1, -1);
    -webkit-transform: scale(1, -1);
    -o-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}

.accordion button.btn.btn-link.btn-block.text-left {
    color: black;
    text-decoration: none;
}

.accordion button.btn.btn-link.btn-block.text-left[aria-expanded="true"] {
    color: var(--color-blue-600);
}

.blue-label-navbar button.nav-link.search.bg-transparent.border-0 {
    display: none;
}

/* For responsive temporary embedding of iframes from Liferay START */
.iframe-container-pollen-grafer iframe {
    width: 100%;
    border: none;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 607px) {
    .iframe-container-pollen-grafer iframe {
        min-height: 500px;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 608px) {
    .iframe-container-pollen-grafer iframe {
        min-height: 500px;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 800px) {
    .iframe-container-pollen-grafer iframe {
        min-height: 550px;
    }
}

/* For responsive temporary embedding of iframes from Liferay END */

/* Hide scroll and login on blue label START */
.blue-header-menu-actions li.nav-item:first-child {
    display: none;
}

.blue-label-scroll img {
    display: none;
}

/* Hide scroll and login on blue label END */


/* Fix news-pagenation not accessible on all phones */
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 607px) {
    .news-pagination {
        padding-bottom: 50px;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 608px) {
    .news-pagination {
        padding-bottom: 50px;
    }
}