@charset "UTF-8";
@font-face {
    font-family: "LF Rubrik";
    src: url(lf-rubrik.woff2) format("woff2"), url(lf-rubrik.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-kerning: normal;
}
@font-face {
    font-family: "Intro Cond";
    src: url(intro-cond-regular.woff2) format("woff2"), url(intro-cond-regular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "Intro Cond";
    src: url(intro-cond-regular-italic.woff2) format("woff2"), url(intro-cond-regular-italic.woff) format("woff");
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: "Intro Cond";
    src: url(intro-cond-bold.woff2) format("woff2"), url(intro-cond-bold.woff) format("woff");
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: "Intro Cond";
    src: url(intro-cond-bold-italic.woff2) format("woff2"), url(intro-cond-bold-italic.woff) format("woff");
    font-weight: 700;
    font-style: italic;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
}

body {
    margin: 0;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.45;
    color: #222;
    text-align: left;
    background-color: #f3f3f3;
}

body * {
    box-sizing: border-box;
}

p {
    font-family: "Intro Cond", Arial, "Helvetica Neue", sans-serif;
}

span {
    font-family: "Intro Cond", Arial, "Helvetica Neue", sans-serif;
}

h1,
h3 {
    color: #005aa0;
    font-family: "LF Rubrik", Georgia, "Times New Roman", Times, serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    font-kerning: normal;
    font-feature-settings: "kern" 1;
    margin: 0;
}

h2 {
    color: #fff;
    font-family: "LF Rubrik", Georgia, "Times New Roman", Times, serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    font-kerning: normal;
    font-feature-settings: "kern" 1;
    margin: 0;
    font-size: 46px;
}

iframe {
    border: 0;
    height: 100%;
    width: 100%;
}

input {
    border-bottom: 2px;
    border-color: #000;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    font-family: "Intro Cond", Arial, "Helvetica Neue", sans-serif;
    font-size: 1.2em;
    padding: 10px;
    margin-bottom: 1em;
    width: 100%;
    outline: 0;
}

.btn {
    font-family: "Intro Cond", Arial, "Helvetica Neue", sans-serif;
    font-weight: 700;
    font-size: 13px;
    padding: 7px 20px
}

.grundkollen-btn-primary {
    background: #005ca9;
    color: #fff;  
}

.forsakring-headline {
    margin-top: 20px;
    font-size: 38px;
    margin-bottom: 15px;
}

.forsakring-description {
    font-size: 18px;
}

.grundkollen-btn-sjoraddning {
    background: #f3ca16;
    color: #000;
}

.unclickable {
    pointer-events: none;
}

.lans-logo-small {
    width: 200px;
    float: right;
    padding: 10px;
}

.main-map-border {
    border: 8px white solid;
}

.grundkollen-description {
    font-size: 14px;
    margin-top: 20px;
}

.right-bottom {
    position: absolute;
    right: 0;
    bottom: 0;
}

body,
html {
    height: 100%;
    margin: 0;
    scroll-behavior: smooth;
}

.bg-light-blue {
    background-color: #e5eff7;
}

.corner-top-left:before,
.corner-top-right:after {
    position: absolute;
    width: 23px;
    height: 23px;
    border-color: red;
    border-style: solid;
    content: " ";
}

.bg-white {
    background-color: #fff;
}

.col-grund {
    box-shadow: inset -20px 0 20px 0 #efefef;
}

.map-row {
    margin-bottom: 10px;
}

.nested-row {
    margin: 0;
}

.no-padding-x {
    padding-left: 0;
    padding-right: 0;
}

.background-backdrop-description,
.splash-overlay-description {
    color: #fff;
    padding-top: 30px;
    font-size: 18px;
    margin-bottom: 80px;
}

.LF-mapbox-error {
    color: #005aa0;
    font-size: 18px;
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.corner-top-right:after {
    top: 0;
    right: 0;
    border-width: 4px 4px 0 0;
}

.help-icon {
    width: 35px;
    float: left;
    margin-left: 8px;
}

.centered-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.popover-content {
    margin: 10px 20px;
    font-family: "Intro Cond", Arial, "Helvetica Neue", sans-serif;
    font-size: 13px;
}
.map-popover .btn {
    margin-right: 20px;
    padding: 8px 20px;
}

.no-padding {
    padding-left: 0; 
    padding-right: 0
}

.panel {
    padding: 0 18px;
    display: none;
    overflow: hidden;
}

.accordion {
    color: #005aa0;
    background: 0 0;
    cursor: pointer;
    padding: 5px;
    width: 100%;
    border: none;
    text-align: left;
    outline: 0;
    font-size: 15px;
    transition: 0.4s;
    font-family: "Intro Cond", Arial, "Helvetica Neue", sans-serif;
    font-weight: 700;
}

.accordion::after {
    content: "";
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIxMnB4IiBoZWlnaHQ9IjhweCIgdmlld0JveD0iMCAwIDEyIDgiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+ICAgICAgICA8dGl0bGU+SWNvbnMvc3BlY2lhbC9SZWFkbW9yZTwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZGVmcz4gICAgICAgIDxwb2x5Z29uIGlkPSJwYXRoLTEiIHBvaW50cz0iNiAzLjQxNDIxMzU2IDEuNzA3MTA2NzggNy43MDcxMDY3OCAwLjI5Mjg5MzIxOSA2LjI5Mjg5MzIyIDYgMC41ODU3ODY0MzggMTEuNzA3MTA2OCA2LjI5Mjg5MzIyIDEwLjI5Mjg5MzIgNy43MDcxMDY3OCI+PC9wb2x5Z29uPiAgICA8L2RlZnM+ICAgIDxnIGlkPSJQYWdlLTEiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgaWQ9Ikljb25zL3NwZWNpYWwvUmVhZG1vcmUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDYuMDAwMDAwLCAzLjAwMDAwMCkgc2NhbGUoMSwgLTEpIHJvdGF0ZSgtMTgwLjAwMDAwMCkgdHJhbnNsYXRlKC02LjAwMDAwMCwgLTMuMDAwMDAwKSB0cmFuc2xhdGUoMC4wMDAwMDAsIC0yLjAwMDAwMCkiPiAgICAgICAgICAgIDxnIGlkPSJvdXRsaW5lcyIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDYuMDAwMDAwLCA2LjAwMDAwMCkgc2NhbGUoMSwgLTEpIHRyYW5zbGF0ZSgtNi4wMDAwMDAsIC02LjAwMDAwMCkgdHJhbnNsYXRlKDAuMDAwMDAwLCAyLjAwMDAwMCkiPiAgICAgICAgICAgICAgICA8bWFzayBpZD0ibWFzay0yIiBmaWxsPSJ3aGl0ZSI+ICAgICAgICAgICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgICAgICAgICA8L21hc2s+ICAgICAgICAgICAgICAgIDx1c2UgaWQ9IlBhdGgtMyIgZmlsbD0iIzAwNUFBMCIgeGxpbms6aHJlZj0iI3BhdGgtMSI+PC91c2U+ICAgICAgICAgICAgPC9nPiAgICAgICAgICAgIDxyZWN0IGlkPSJpbnZpc2libGUtMjAiIHg9IjAiIHk9IjAiIHdpZHRoPSIxMiIgaGVpZ2h0PSIxMCI+PC9yZWN0PiAgICAgICAgPC9nPiAgICA8L2c+PC9zdmc+);
    background-repeat: no-repeat;
    display: inline-block;
    width: 12px;
    height: 10px;
    vertical-align: middle;
    margin-left: 0.3125rem;
    position: relative;
    top: -1px;
    cursor: pointer;
    background-size: 12px;
    background-position: center;
}

.accordion.active::after {
    transform: scaleY(-1);
}

.panel ul {
    list-style-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0Ij48Y2lyY2xlIGN4PSI2LjUiIGN5PSI4LjUiIHI9IjMuNSIgZmlsbD0iI2UzMDYxMyIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+);
}

.sjoraddning-description {
    font-size: 20px;
}

.lansforsakringar-logo-splash {
    position: absolute;
    bottom: 40px;   
    left: 50%;
    transform: translateX(-50%);
    width: 50%;
}

.grundkollen-logo {
    margin-top: 25%;
    width: 80%;
}

 .splash-bg {
    position:relative;
    min-height: 100vh; 
    text-align: center;
    border: solid white 8px;
}

.splash-hero-image{
    position: absolute;
    inset: 0;
    width: 100%;
    height:100%;
    object-fit: cover;
    z-index: -1;
}

 .splash-bg .description {
    color:white;
    margin: 0 15px;
    font-family: "Intro Cond", Arial, "Helvetica Neue", sans-serif;
}

.skip-map-link{
    position: absolute;
    left: -9999px;
    z-index: 1100;
    padding: 16px 16px;
    background-color: #005CA9;
    color: #fff !important;
    font-family: "Intro Cond", Arial, "Helvetica Neue", sans-serif;
    font-size: 14px;
    text-decoration: none !important;
    border-radius: 4px;
}

.skip-map-link:focus {
    left: 50%;
    transform: translateX(-50%);
    top: 10px;
}

 .map-popover {
    z-index: 1060;
    position: absolute;
    display: block;
    width: 350px;
    background-color: #fff;
    border-radius: 0.7rem;
    box-shadow: 0 0 10px 1px #ccc;
    padding: 10px 0;
}

.splash-popover {
    color: #005aa0;
    z-index: 1060;
    position: absolute;
    top: 30px;
    right: 30px;
    display: block;
    width: 290px;
    background: rgba(245,245,245,.45);
    border-radius: 0.7rem;
    box-shadow: 0 4px 4px 0 #999;
    padding: 10px 30px 0px 30px;
}

.popover-paragraph {
    font-size: 14px;
    margin-bottom: 10px;
}

.popover-headline {
    font-size: 20px;
    line-height: 1.2;
}

.grundkollen-map-logo {
    position: relative;
    bottom: 10px;
    left: 10px;
    width: 40%;
    pointer-events: none;
}

.splash-sjoraddning {
    background-image: url("103.jpg");
    width: 100%; 
    height: 800px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}

.splash-overlay {  
    width: 100%; 
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}

.splash-overlay-padding {
    padding-top: 100px;
}

.pt0m {
    padding-top: 0;
}

.splash-overlay-image-1 {
    height: 400px;
    background-image: url("grundkollen-backdrop2.jpg");
    background-image: url("grundkollen-backdrop2.avif");
}

.splash-overlay-image-2 {
    height: auto;
    padding-top: 23vw;
    background-image: url(grundkollen-backdrop3.png);
    background-position: center 3vw;
    background-repeat: no-repeat;
    background-size: auto 20vw;
}

.sjoraddning-overlay {
    position: absolute;
    top: 50%;
    color: #fff;
    margin:0 30px;
}

.btn {
    width: 100%;
    margin-top: 1rem;
}

.margin-large {
    margin: 15px -15px;
}

.corner-top-left:before {
    top: 15px;
    left: 15px;
    border-width: 4px 0 0 4px;
}

.corner-top-left {
    padding-left: 15px;
    padding-right: 15px;
}

.grundkollen-headline {
    font-size:28px;
    margin-top: 30px;
}

.background-backdrop {
    background-color: #f6f6f6;
    background-image: url("grundkollen-backdrop.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 50px;
}

.embedded-map {
    padding-top: 133% !important;
}

.map-padding {
    padding-top: 30px;
}

.extra-padding-x {
    padding-left: 25px;
    padding-right: 25px;
}

.play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    cursor: pointer;
    fill: white;
}

.video-overlay {
    background-image: url("preview-grundkollen-film.jpg");
    position: absolute;
    width:100%; 
    height: 100%;
    top: 0;
    left: 0;
    z-index:2;
    background-size: cover
}

.play-icon:hover {
    fill: rgba(0, 0, 0, 0.5);
}

.footer-col {
    padding-top: 35px;
}

.video-text {
    padding: 20px;
}

.video-text h2 {
    font-size:30px;
}

.footer-header {
    color: #005aa0; 
    font-weight: bold; 
    font-size:18px;
}

.grund-wrap {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.grund-nav {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 900;
    width: 100%;
    height: 120px;
}

.grund-nav label:last-child {
    margin-right: 0;
}

.grund-button-container {
    position: absolute;
    bottom: 16px;
    left: -500px;
    right: -500px;
    padding: 0 0 0 16px;
    text-align: center;
    white-space: nowrap;
    
    transition: transform 0.3s ease-in;
}

.grund-nav label {
    cursor: pointer;
    display: inline-block;
    margin: 12px 12px 0 0;
}

.grund-nav label img {
    width: 88px;
    height: auto;
    border-radius: 50%;
    transition: transform 0.1s ease-in;
}

.grund-nav label:hover img {
    transform: scale(1.05);
}

.grund-slide {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 10;
    transition: left 0s 0.75s;
}
[id^="grund-slide"]:checked + .grund-slide {
    left: 0;
    z-index: 100;
    transition: left 0.65s ease-out;
}

.ku-embed {
    width: 100%;
    height: 100%;
}

.grund-wrap input {
    display: none;
}


.grund-row {
    height: 100vh;
    border: 8px solid white;
}

 .custom-marker {
     width: 30px;
     height: auto;
     cursor: pointer;
}

 .marker-popup {
    position: relative;
    padding: 1rem;
    text-align: center;
    background-color: #fff;
    color: #00427A;
    max-width: 220px;
}

.popup-name {
    font-weight: 700;
    font-size: 1.2rem;
    display: block;
    margin-bottom: 0.4rem;
}

.popup-coordinates {
   font-weight: 400;
   font-size: 0.8rem;
   letter-spacing: 0.15em;
}

.popup-close {
    width: 32px; 
    height: 32px;
    border: 2px solid #00427A;
    background-color: #EAF0F6;
    border-radius: 50%;
    position: absolute;
    top: -20px; 
    right: -20px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;  
}

:focus-visible {
    outline: 4px solid #E30713; 
    outline-offset: 2px;
}

.focus-tag:focus-visible {
    outline: 3px solid #E30713; 
    outline-offset: 2px;
}

.focus-tag-sjoraddning:focus-visible {
    outline: 3px solid #F3CA17; 
    outline-offset: 5px;
}

.grund-nav label:focus-visible {
    outline: 3px solid #E30713;
    outline-offset: 4px;
    border-radius: 50%;
}

a:focus-visible .play-icon path {
    outline: 3px solid #E30713; 
    outline-offset: 2px;
}

@media (min-width: 992px) { 
    .lansforsakringar-logo-splash {
        width: 180px;
        height: 37px;
        right: 40px;
        left: auto;
        transform: none;
    }

    .grundkollen-logo {
        margin-top: 10%;
        width: 650px;
    }

    .splash-bg .description {
        margin: auto;
        max-width: 480px;
    }

     .map-popover {
        max-width: 350px;
    }

    .main-map-help {
        top: 20px;
        right: 10px;
        left: unset;
        transform: unset;
    }

    .main-map-tips {
        top: 135px;
        right: 10px;
        left: unset;
        transform: unset;
    }

    .grundkollen-map-logo {
        bottom: 40px;
        left: 40px;
        width: 300px;
    }

    .sjoraddning-overlay {
        position: absolute;
        top: 80%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: #fff;
        text-align: center;
        margin: auto;
    }

    .btn {
        width: auto;
        margin-top: unset;
    }

    .margin-large {
        margin-top: 100px;
    }

    .corner-top-left:before {
        top: 0;
        left: 0;
    }

    .grundkollen-headline {
        font-size:38px;
    }

    .background-backdrop {
        background-size: contain;
        padding-top: 100px;
        background-position: top;
    }

    h2 {
        font-size: 60px;
    }

    .map-padding {
        padding-top: 5%;
        padding-bottom: 40%;
    }

    .corner-top-left {
        padding-left: 25px;
        padding-right: 25px;
    }

    .right-bottom-md {
        position: absolute;
        right: 0;
        bottom: 0;
    }

    .lans-logo-medium {
        max-height: 65px;
        width: 80%;
    }

    .footer-row {
        padding-top: 80px;
        padding-bottom: 100px;
    }

    .footer-col {
        padding-top: 20px;
        padding-left: 5px;
    }

    .video-text {
        color: white;
        padding-left: 40px;
        padding-top: 60px;
    }

    .video-description {
        padding-top: 20px;
        font-size: 23px;
    }

    .video-text h2 {
        font-size: 46px;
    }

    .play-icon {
        width: 200px;
    }

    .map-row {
        margin-bottom: 80px;
    }

    .secondary-map-help .row {
        height: 38px;
    }

    .splash-overlay-padding {
        padding-top: 100px;
    }

    .splash-overlay-image-2 {
        min-height: 400px;
        padding-top: 0;
        background-image: url("grundkollen-backdrop3_mirror.png"), url("grundkollen-backdrop3.png");
        background-position: left 70%, right 70%;
        background-repeat: no-repeat, no-repeat;
        background-size: auto 6.5vw, auto 6.5vw;
    }

    .splash-popover {
        display: block!important;
    }
 }

 @media (min-width: 768px) {
    .embedded-map {
        padding-top: 42.857143% !important;
    }
  }