/* ---------------------------------------------------
   CATENA DESIGN SYSTEM
   Global variables + overrides
--------------------------------------------------- */

:root {

    /* Brand colors */
    --catena-red: #eb2d2e;

    /* Dark palette */
    --catena-black: #131313;
    --catena-dark: #282728;
    --catena-hover: #575557;

    /* Text */
    --catena-text-light: #eeeeee;
    --catena-article-text: #696969;
}




/* ---------------------------------------------------
   Header
--------------------------------------------------- */

header {
    background: var(--catena-black);
}
.header-logo{
    height: 42px;
    width: auto;
    display: block;
}
.contact-line{
    margin-bottom: 10px;
}

.mail_phone_header {
    margin-top: 30px;
}

#logo {
    display: flex;
    align-items: center;
    min-height: 70px;
}

#logo a {
    display: inline-block;
    line-height: 0;
}

#logo img {
    display: block;
    width: auto !important;
    height: 56px !important;
    max-width: none !important;
    max-height: none !important;
}

.mail_phone_header a {
	color: #eeeeee;
}
.contact-text {
	color: #eeeeee;
}

.camera_caption > div {
    color: #efefef;
}



/* ---------------------------------------------------
   Menu
--------------------------------------------------- */

nav,
.nav,
.menu {
    background: var(--catena-dark);
}

/* ---------------------------------------------------
   Article
--------------------------------------------------- */

p {
	color: #696969;
	font-size: 14px;
}

/* ---------------------------------------------------
   Buttons
--------------------------------------------------- */

.button,
button,
.btn {
    background: var(--catena-dark);
    color: var(--catena-text-light);
    border: none;
}

.button:hover,
button:hover,
.btn:hover {
    background: var(--catena-hover);
}

/* Fix small.green buttons */

.small.green {
    background: var(--catena-dark) !important;
    color: var(--catena-text-light) !important;
}

.small.green:hover {
    background: var(--catena-hover) !important;
}

/* ---------------------------------------------------
   Button icons / checkmarks
--------------------------------------------------- */

.button i,
.btn i,
.small.green i,
.small.green:before {
    color: var(--catena-red) !important;
    fill: var(--catena-red) !important;
}
/* Check icon on buttons */

.button i,
.btn i,
.small.green i {
    color: #eb2d2e !important;
}


/* ---------------------------------------------------
   Footer
--------------------------------------------------- */

footer {
    color: var(--catena-text-light);
}

footer .box,
.footer-box {
    background: var(--catena-dark);
}
.copyright {
    color: #8e8e8e;
}
/* ---------------------------------------------------
   Links
--------------------------------------------------- */

a {
    color: var(--catena-red);

}

a:hover {
    color: var(--catena-hover);
}

.sidebar_right a {
    color: #575557;
    text-decoration: none;
}

.sidebar_right a:hover {
    color: #eb2d2e;
}


.ekom-row {
    display: flex;
    align-items: center;
    gap: 16px;
}

.ekom-badge {
    width: 92px;
    height: auto;
    flex: 0 0 auto;
	padding: 4px;    
	background-color: #fff;
}


.aside .columns h5 {
    color: #ffffff;
}

.ekom-text {
    color: #aeaeae !important;
    max-width: 240px;
    line-height: 1.5;
    font-size: 13px;

    /* gjør linjebrudd pene */
    text-wrap: balance;
}



button .icon {
    color: #eb2d2e;
}


/* ---------------------------------------------------
   small screens
--------------------------------------------------- */


@media (max-width: 767px) {

    /* Footer columns stack nicely */
    footer .columns,
    .aside .columns,
    .footer_block .columns {
        width: 100% !important;
        float: none !important;
        display: block !important;
        margin: 0 0 24px 0 !important;
        padding: 0 !important;
    }

    /* Ekom block */
    .ekom-row {
        display: flex;
        align-items: flex-start;
        gap: 14px;
        flex-wrap: nowrap;
        min-height: 210px;
    }

    .ekom-badge {
        width: 84px;
        height: auto;
        flex: 0 0 84px;
    }

    .ekom-text {
        max-width: none;
        font-size: 14px;
        line-height: 1.45;
    }

    /* Footer logo area */
    footer #logo,
    .footer-logo,
    .footer_block #logo {
        display: block !important;
        margin: 10px 0 12px 0 !important;
        text-align: left !important;
    }

    footer #logo img,
    .footer-logo img,
    .footer_block #logo img {
        width: 220px !important;
        max-width: 100%;
        height: auto !important;
        display: block;
    }

    /* Footer descriptive text */
    .footer_block p,
    footer p {
        display: block;
        width: 100%;
        clear: both;
        margin: 0 0 14px 0;
        color: #aeaeae !important;
    }

    /* Copyright spacing */
    .copyright,
    .footer-copyright {
        margin-top: 18px;
        display: block;
        color: #c4c4c4 !important;

    }
}

@media (max-width: 767px) {
    .ekom-row {
        display: block;
    }

    .ekom-badge {
        display: block;
        margin: 0 0 12px 0;
    }
}

/* ---------------------------------------------------
   camera js slider
--------------------------------------------------- 
*/

.camera_caption p {
    color: #999;
}


/* ---------------------------------------------------
   grid fix / aligment for articles
--------------------------------------------------- 


.columns.feature {
    display: flex;
    flex-direction: column;
}

.columns.feature h1 {
    min-height: 96px;
    margin: 0 0 18px 0;
    line-height: 1.08;
    font-weight: 400;
}

.columns.feature > a {
    display: block;
    margin-bottom: 14px;
}

.columns.feature > a img {
    display: block;
    width: 100%;
    height: auto;
}

.columns.feature button {
    margin-top: auto;
}
*/

/* ---------------------------------------------------
   extend grid (skeleton) width for more space and larger screens
--------------------------------------------------- 
*/

/* NOT WORKING
.site_container.container,
.main_wrapper .container,
.aside .container {
    width: 100%;
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
}
*/
