/* Ensure all elements inherit the color from its parent */
body * {
    color: inherit;
}
a,
.w-input,
.w-select,
.w-tab-link,
.w-nav-link,
.w-slider-arrow-left,
.w-slider-arrow-right,
.w-dropdown-btn,
.w-dropdown-toggle,
.w-dropdown-link {
    color: inherit;
    text-decoration: inherit;
    font-size: inherit;
    @media(max-width: 767px){
        font-size: 1rem;
    }
}
a:hover{
    color: inherit;
}
.row{
    width: 100%;
}
.w-button:hover{
    color:#fff;
}
/* Focus state style for keyboard navigation for the focusable elements */
*[tabindex]:focus-visible,
input[type="file"]:focus-visible {
    outline: 0.125rem solid #4d65ff;
    outline-offset: 0.125rem;
}
/* Get rid of top margin on first element in any rich text element */
.w-richtext > :not(div):first-child, .w-richtext > div:first-child > :first-child {
    margin-top: 0 !important;
}
/* Get rid of bottom margin on last element in any rich text element */
.w-richtext>:last-child, .w-richtext ol li:last-child, .w-richtext ul li:last-child {
    margin-bottom: 0 !important;
}
/* Prevent all click and hover interaction with an element */
.pointer-events-off {
    pointer-events: none;
}
/* Enables all click and hover interaction with an element */
.pointer-events-on {
    pointer-events: auto;
}
/* Create a class of .div-square which maintains a 1:1 dimension of a div */
.div-square::after {
    content: "";
    display: block;
    padding-bottom: 100%;
}
/* Make sure containers never lose their center alignment */
.container-medium,.container-small, .container-large {
    margin-right: auto !important;
    margin-left: auto !important;
}
/* Apply "..." after 3 lines of text */
.text-style-3lines {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
/* Apply "..." after 2 lines of text */
.text-style-2lines {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
/* Adds inline flex display */
.display-inlineflex {
    display: inline-flex;
}
/* These classes are never overwritten */
.hide {
    display: none !important;
}
@media screen and (max-width: 991px) {
    .hide, .hide-tablet {
        display: none !important;
    }
}
@media screen and (max-width: 767px) {
    .hide-mobile-landscape{
        display: none !important;
    }
}
@media screen and (max-width: 479px) {
    .hide-mobile{
        display: none !important;
    }
}
.margin-0 {
    margin: 0rem !important;
}
.padding-0 {
    padding: 0rem !important;
}
.spacing-clean {
    padding: 0rem !important;
    margin: 0rem !important;
}
.margin-top {
    margin-right: 0rem !important;
    margin-bottom: 0rem !important;
    margin-left: 0rem !important;
}
.padding-top {
    padding-right: 0rem !important;
    padding-bottom: 0rem !important;
    padding-left: 0rem !important;
}
.margin-right {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
    margin-left: 0rem !important;
}
.padding-right {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
    padding-left: 0rem !important;
}
.margin-bottom {
    margin-top: 0rem !important;
    margin-right: 0rem !important;
    margin-left: 0rem !important;
}
.padding-bottom {
    padding-top: 0rem !important;
    padding-right: 0rem !important;
    padding-left: 0rem !important;
}
.margin-left {
    margin-top: 0rem !important;
    margin-right: 0rem !important;
    margin-bottom: 0rem !important;
}
.padding-left {
    padding-top: 0rem !important;
    padding-right: 0rem !important;
    padding-bottom: 0rem !important;
}
.margin-horizontal {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
}
.padding-horizontal {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
}
.margin-vertical {
    margin-right: 0rem !important;
    margin-left: 0rem !important;
}
.padding-vertical {
    padding-right: 0rem !important;
    padding-left: 0rem !important;
}
/* Apply "..." at 100% width */
.truncate-width {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* Removes native scrollbar */
.no-scrollbar {
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
}
.no-scrollbar::-webkit-scrollbar {
    display: none;
}

h1,h2,h3,h4,h5,h6{
    font-family: Comfortaa, sans-serif;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 15px;
}
.navbar12_component{
    position: fixed;
    top: 0;
    left: 0;
    background-color: transparent;
}

.hjem_funktioner-liste-sektion_component h3{
    font-size: 1.5rem;
}

footer h3{
    font-size: 1.1em;
}

.top-video{
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0%;
}

.Sand-section{
    background-color: var(--sand) !important;
}
.Grå-section{
    background-color: var(--silver) !important;
}
.Hvid-section{
    background-color: var(--base-color-neutral--white) !important;
}

.blog-page-section img {
    border-radius: 20px;
}
.blog-page-section p {
    margin-bottom: 15px;
}

.blog-page-section .container-small img{
    max-width: 100%;
    border-right: 20px;
}

.text-style-tagline{
    margin-bottom: 5px;
}

.blog-page-section{
    padding: 120px 0px 60px !important;
}

.navbar12_dropdown-content{
    padding: 15px;
    border-radius: 5px;
    font-size: 0.8em;
}
p{
    margin-bottom: 15px;
}

.menu-icon1 div {
    background-color: var(--red);
}

@media screen and (max-width: 767px) {
    .om-os_om-sektion_content, .om-os_hold-sektion_list {
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 1rem;
        grid-row-gap: 2rem;
    }
    
}
.om-os_om-sektion_content, .om-os_hold-sektion_list p{
    font-size: 0.9rem;
}


.blog-list{
    display: grid;
    grid-column-gap: 3rem;
    grid-row-gap: 4rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    @media(max-width: 767px){
        grid-template-columns: 1fr;
    }
}

.navbar12_component{
    /* From https://css.glass */
    background: rgba(255, 255, 255, 0.67);
    border-radius: 0px 0px 30px 30px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}

.padding-section-large{
    padding-top: 5rem;
    padding-bottom: 5rem;
}

section .padding-section-large{
    @media(max-width: 767px){
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

.navbar12_dropdown-link:hover{
    color:var(--red);
}
.navbar12_dropdown-link.w--current{
    color: var(--red);
}

p a {
    color: var(--red);
}

p a:hover{
    color:var(--red);
    text-decoration: underline;
}


.link-list-btn{
    background-color: transparent;
    color:var(--red);
    width: 100%;
    margin-bottom: 30px;
    transition: all 0.3s;
    padding: .5rem 1.25rem;
}
.link-list-btn img {
    max-width: 15px;
    margin: 0px 10px;
    display: none;
}

.link-list-btn:hover{
    background-color: var(--red);
}

p img{
    max-width: 100%;
    height: auto !important;
}

.main-wrapper section:nth-of-type(1) {
    padding-top: 60px;
}

.container{
    max-width: calc(80rem + 30px);
}

.button-dropdown .w-dropdown-list{
    width: auto;
    right: unset;
    left: -6px;
}
.button-dropdown .navbar12_dropdown-link{
    white-space: nowrap;
}

.button-dropdown .navbar12_dropdown-link-list{
    padding-right: 20px;
}

.button-dropdown .navbar12_dropdown-content{
    grid-template-columns: 1fr;
}

footer p{
     font-size: 0.9rem;
}

.main-wrapper{
    max-width: 100%;
    overflow-x: hidden;
}

.w-nav-overlay{
    background-color: #fff;
    border-radius: 30px;
}

.menu-icon1{
    border-radius: 50%;
    transition: 0.3s;
    transform: scale(0.8);
}

.w--open .menu-icon1{
    transform: scale(0.8) rotate(90deg);
}

@media screen and (max-width: 767px) {
    .hjem_header_component {
        padding-top: 7rem;
    }
}

.hjem_portfolio-list_title-wrapper{
    align-items: self-start;
}

.hjem_portfolio-list_title-wrapper h3 {
    margin-bottom: 0px;
}

@media screen and (max-width: 479px) {
    .hjem_portfolio-list_item-link {
        flex-direction: unset;
    }
}

@media screen and (max-width: 479px) {
    .navbar12_dropdown-link {
        padding-left: 0;
        font-size: 14px;
    }
}

footer a{
    color:inherit !important;
}