/****** STORE SKRÆME ******/

@media only screen and (min-width: 1920px) {}


/****** BÆRBAR / MINDRE SKÆRME ******/

@media only screen and (max-width: 1240px) {
     :root body {
        /* Font sizes */
        --h1: 43px;
        --h2: 28px;
        --h3: 22px;
        --h4: 19px;
        --h5: 15px;
        --h6: 13px;
        --p: 15px;
        /* Gaps */
        --gap-l: 60px;
        --gap-m: 25px;
        --gap-s: 20px;
        /* Sidebar */
        --sidebar-width: 280px;
    }
	body #colophon .copyright {
		position:relative;
	}
    /* body .gform_wrapper.gravity-theme .gfield_list_group {
        border: 1px solid rgba(0,0,0,.2);
        display: block;
        margin-bottom: 16px;
        padding: 16px;
    } */
    body .gform_wrapper.gravity-theme .gfield.gfield--width-third {
        grid-column: span 6;
    }
    body .gform_wrapper.gravity-theme .gfield.gfield--width-quarter {
        grid-column: span 6;
    }

    body .gform_wrapper.gravity-theme .gfield_header_item+.gfield_header_item:not(.gfield_header_item--icons),body .gform_wrapper.gravity-theme .gfield_list_group_item+.gfield_list_group_item {
        margin-left: 0%;
    }
    body .gform_wrapper.gravity-theme .gfield_list_header {
        display: none;
    }
    body .gform_wrapper.gravity-theme .gfield_list_group_item:before {
        content: attr(data-label);
        font-size: 14.992px;
    }
    body .gform_wrapper.gravity-theme .gfield_list_group_item {
        flex-grow: 1;
        width: 100%;
    }
    body .gform_wrapper.gravity-theme .gfield_list_group, body .gform_wrapper.gravity-theme .gfield_list_header {
        border: 1px solid rgba(0,0,0,.2);
        display: block;
        margin-bottom: 16px;
        padding: 16px;
    }
    body .gform_wrapper.gravity-theme .gfield_header_item--icons, body .gform_wrapper.gravity-theme .gfield_list_icons {
        align-items: center;
        display: flex;
        flex: none;
        justify-content: center;
        margin-top: 20px;
        width: 100%;
    }
    body .gform_wrapper.gravity-theme .gfield_list_header.gform-grid-row {
        display: none;
    }
}


/****** IPADS - VERTIKALT ******/

@media only screen and (max-width: 959px) {
     :root body {
        /* Grid columns */
        --grid-2-cols: 1;
        --grid-3-cols: 2;
        --grid-4-cols: 2;
        --grid-5-cols: 3;
        --grid-6-cols: 3;
        --grid-7-cols: 4;
        --grid-8-cols: 4;
        --grid-9-cols: 5;
        --grid-10-cols: 5;
        --grid-11-cols: 6;
        --grid-12-cols: 6;
    }
    /* Move this rule if you change the the grid columns */
    .last-on-mobile {
        order: 66;
    }
}

@media only screen and (max-width: 810px) {
    
    body .gform_wrapper.gravity-theme .gfield.gfield--width-half {
        grid-column: span 12;
    }
    body .gform_wrapper.gravity-theme .gfield.gfield--width-third {
        grid-column: span 12;
    }
}

/****** MINDRE END IPADS VERTIKALT ******/

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

@media only screen and (max-width: 767px) {
     :root body {
        /* Font sizes */
        --h1: 30px;
        --h2: 25px;
        --h3: 20px;
        --h4: 18px;
        --h5: 14px;
        --h6: 12px;
        --p: 14px;
        /* Gaps */
        --gap-l: 50px;
        --gap-m: 20px;
        --gap-s: 15px;
        /* Outer margin */
        --content-margin: 0;
    }
}

@media only screen and (max-width: 639px) {
     :root body {
        /* Grid columns */
        --grid-2-cols: 1;
        --grid-3-cols: 1;
        --grid-4-cols: 1;
        --grid-5-cols: 1;
        --grid-6-cols: 1;
        --grid-7-cols: 1;
        --grid-8-cols: 1;
        --grid-9-cols: 1;
        --grid-10-cols: 1;
        --grid-11-cols: 1;
        --grid-12-cols: 1;
    }
    body .gform_wrapper.gravity-theme .gfield_list_icons {
        background-color: rgba(0,0,0,.1);
        line-height: 0;
        margin: 16px -16px -16px;
        padding: 12px 16px;
        text-align: left;
        width: auto;
    }
    body .gform_wrapper.gravity-theme .gfield.gfield--width-quarter {
        grid-column: span 12;
    }
    body .gf_progressbar_percentage.percentbar_blue.percentbar_6 span {
        margin-right: 0px;
    }
}


/****** MOBILER ******/

@media only screen and (max-width: 479px) {
    :root body {
        /* Font sizes */
        --h1: 30px;
        --h2: 25px;
        --h3: 20px;
        --h4: 18px;
        --h5: 14px;
        --h6: 12px;
        --p: 14px;
        
    }
    body #gf_progressbar_wrapper_1 {
        position: absolute;
        top: -100px;
        width: 100%;
    }
    
    body .section-wrap.main-section .section {
        padding: 0;
        background: #E4EEF8;
        border-radius: 0;
        box-shadow: unset;
    }
    body .gform_wrapper.gravity-theme .gfield_label {
        display: inline-block;
        font-size: 14px;
        font-weight: 700;
        margin-bottom: 8px;
        padding: 0;
    }
    body .gform_wrapper.gravity-theme .gform_page_footer {
        display: flex;
        justify-content: space-around;
    }
    body .cm-repop-element .repop-consent-wrapper {
        position: fixed;
        bottom: var(--repop-element-distance-bottom);
        bottom: 81px;
    }
	.style-header-03 .section-wrap {
    	display: flex;
	}
}

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