:root {--v-primary: 0 0 0; --v-secondary: 0 90 160; --v-background: 0 90 160; }

@font-face {
    font-family:"LF Rubrik";
    font-style:normal;
    font-weight:400;
    font-kerning:normal;
    src:url("/fonts/lf-rubrik.woff2") format("woff2");
    font-display:swap
}

@font-face {
    font-family:"Intro Cond";
    font-style:normal;
    font-weight:400;
    src:url("/fonts/intro-cond-regular.woff2") format("woff2");
    font-display:swap
}

@font-face {
    font-family:"Intro Cond";
    font-style:normal;
    font-weight:700;
    src:url("/fonts/intro-cond-bold.woff2") format("woff2");
    font-display:swap
}

.v-hero-text {
    margin-top: 16px;
    margin-bottom: 0px;
    margin-right: 10px;
}
/*.sm\:max-h-12 {
    max-height: 5.6rem;
}*/
body {
    font-family: "Intro Cond";
    font-size: 1rem;
}
.v-slideover img.w-full.rounded-lg.object-cover {
    width: 60%;
    margin-left: 19%
}
.v-section-contact svg {
    color: #007db0;
}
.v-header {
    height: 4.2rem;
}
.v-poweredby-container{
    display:none;
}

.v-hero .v-hero-text h1 {
    font-size: 0;
}

.v-hero .v-hero-text h1::before {
    content: 'Försäkringsrådgivarna Länsförsäkringar';
    font-size: 2rem;
    font-weight: 800;
}
.v-hero .v-hero-text h1 {
    margin-bottom: -2rem;}

/*BYTE AV "FÖLJ OSS" IKONER*/

.v-section-socialmedia div div a:nth-child(1) svg {
    background-image: url(https://www.lansforsakringar.se/Static/icons/special/facebook-48.svg#facebook-48);
    color: transparent;
}
.v-section-socialmedia div div a:nth-child(2) svg {
    background-image: url(https://www.lansforsakringar.se/Static/icons/special/linkedin-48.svg#linkedin-48);
    color: transparent;
}
.v-section-socialmedia div div a:nth-child(3) svg {
    background-image: url(https://www.lansforsakringar.se/Static/icons/special/youtube-48.svg#youtube-48);
    color: transparent;
}
.v-section-socialmedia div div a:nth-child(4) svg {
    background-image: url(https://www.lansforsakringar.se/Static/icons/special/x-48.svg#x-48);
    color: transparent;
}