/* Karlstad Congress Culture Center */

/* Modal */
@import url('https://cdnjs.cloudflare.com/ajax/libs/jquery-modal/0.9.1/jquery.modal.min.css'); 

/* Animationer */
@import url('/resources/scripts/aos/2.3.1/aos.css');

/* Typsnitt */
@font-face {
    font-family: 'Garamond';
    src: url(/assets/fonts/garamond-pro-regular.otf);
}

@font-face {
    font-family: 'Garamond-bold';
    src: url(/assets/fonts/garamond-pro-bold.otf);
}

@font-face {
    font-family: 'Freight';
    src: url(/assets/fonts/freight-sans-pro-book.otf);
}

@font-face {
    font-family: 'Freight-bold';
    src: url(/assets/fonts/freight-sans-pro-bold.otf);
}

/* ==========================================================================
Generellt 
========================================================================== */
:root {
    /* 	Colors */
    --primary-color: 125, 187, 207;
    --primary-light-color: 181, 216, 227;

    --accent-brown-color: 121, 93, 72;
    --accent-brown-light-color: 168, 123, 89;
    --accent-yellow-color: 252, 227, 133;
    --accent-green-color: 141, 188, 61;

    --black-color: 17, 17, 17;
    --gray-dark-color: 46, 46, 46;
    --gray-color: 222, 224, 224;
    --gray-light-color: 247, 246, 246;
    --white-color: 255, 255, 255;

    /* 	Layout  */
    --col-padding: 3rem;
    --menu-height: 12rem;
    --menu-height-scrolled: 10rem;
    --section-width: 145rem;

    /* 	Typography */
    --base-size: 1.7rem;

    /* 	Mobile nav */
    --activate-mobile-menu: 1350;
    --mobile-menu-height: 7rem;
    --mobile-menu-bg: var(--black-color);
    --menu-color: var(--white-color);
}

@media only screen and (max-width: 580px) {
    :root {
        --base-size: 1.6rem;
    }
}

/* Layout
========================================================================== */
.section-block {
    padding: 7rem 5rem;
}

/* Paddings */
.p-0 .section-block,
.p-0:not(.section-wrapper) {
    padding: 0;
}

.p-2 .section-block,
.p-2:not(.section-wrapper) {
    padding: 2rem;
}

.p-4 .section-block,
.p-4:not(.section-wrapper) {
    padding: 4rem;
}

.pt-0 .section-block,
.pt-0:not(.section-wrapper) {
    padding-top: 0;
}

.pt-2 .section-block,
.pt-2:not(.section-wrapper) {
    padding-top: 2rem;
}

.pl-0 .section-block,
.pl-0:not(.section-wrapper) {
    padding-left: 0;
}

.pb-0 .section-block,
.pb-0:not(.section-wrapper) {
    padding-bottom: 0;
}

.pb-2 .section-block,
.pb-2:not(.section-wrapper) {
    padding-bottom: 2rem;
}

.pb-4 .section-block,
.pb-4:not(.section-wrapper) {
    padding-bottom: 4rem;
}

.pr-0 .section-block,
.pr-0:not(.section-wrapper) {
    padding-right: 0;
}

/* Margins */
.mb-3 {
    margin-bottom: 3rem;
}

.mb-5 {
    margin-bottom: 5rem;
}

/* Bredder */
.mw-1000 .section-block-wrapper {
    max-width: 100rem;
}

.mw-none .section-block-wrapper {
    max-width: none;
}

/* Ovrigt */
.align-center {
    align-content: center;
} 

.justify-center {
    justify-content: center;
}

@media only screen and (max-width: 1024px) {
    .section-block,
    .p-2 .section-block {
        padding: 5rem 3rem;
    }
}

@media only screen and (max-width: 580px) {
    .section-block,
    .p-2 .section-block {
        padding: 5rem 2rem;
    }

    .mb-3 {
        margin-bottom: 2rem;
    }

    .mb-5 {
        margin-bottom: 3rem;
    }
}

/* Text och typsnitt 
========================================================================== */
body {
    font-family: 'Freight', sans-serif;
    color: rgb(var(--gray-dark-color));
}

/* Rubriker */
.section-title {
    padding-bottom: .4em;
    font-size: 4rem;
    font-weight: unset;
    line-height: 1.2;
    font-family: 'Freight-bold', sans-serif;
}

.small-title {
    padding-bottom: .3em;
    font-size: 2.4rem; 
    font-weight: unset;
    line-height: 1.4;
    font-family: 'Freight-bold', sans-serif;
}

.text-label {
    padding-bottom: .3em;
    font-size: 1.9rem;
    font-weight: unset;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Brodtext och lankar */
p,
ul:not(.TemplateMenu, .header-cta-wrapper) li {
    line-height: 1.6;
    padding-bottom: .6em;
}

/* Ovriga klasser */
.text-block {
    max-width: 75rem;
}

.text-block-center {
    max-width: 80rem;
    margin-left: auto;
    margin-right: auto;
}

.text-center {
    text-align: center;
}

.text-bold {
    font-family: 'Freight-bold', sans-serif;
}

.text-thin {
    font-family: 'Freight', sans-serif;
}

.text-italic {
    font-style: italic;
}

.text-uppercase {
    text-transform: uppercase;
}

@media only screen and (max-width: 1300px) {
    .section-title {
        font-size: 3.5rem;
    }

    .small-title {
        font-size: 2rem;
    }
}

@media only screen and (max-width: 580px) {
    .section-title {
        font-size: 2.5rem;
    }

    .small-title {
        font-size: 1.9rem;
    }

    .text-label {
        font-size: 1.4rem
    }
}

/* Knappar och speciella lankar
========================================================================== */
.btn-wrapper {
    margin-top: 2rem;
}

.btn-wrapper.center {
    text-align: center;
}

/* Knappar */
.btn,
.ContactSubmit {
    min-width: 16rem;
    padding: 1.2rem 2.5rem;
    margin: 1rem 2rem 0 0;
    font-size: 1.4rem;
    letter-spacing: 2px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    border: 1px solid;
    transition: all .4s ease;
}

.arrow-link:not(.reverse)::after,
.arrow-link.reverse::before {
    font-weight: 400;
    font-family: 'Font Awesome 5 Pro';
    color: rgb(var(--accent-yellow-color));
    transition: transform .4s ease;
}

.arrow-link:not(.reverse):after {
    display: inline-block;
    content: ' \f061';
    margin-left: 1rem;
}

.arrow-link.reverse::before {
    display: inline-block;
    content: ' \f060';
    margin-right: 1rem;
}

.arrow-link:hover::after {
    transform: translateX(5px);
    transition: transform .4s ease;
}

.arrow-link:hover::before {
    transform: translateX(-5px);
    transition: transform .4s ease;
}

.btn-white-filled,
.ContactSubmit {
    color: rgb(var(--black-color));
    border-color: rgb(var(--white-color));
    background-color: rgb(var(--white-color));
}

.btn-yellow-filled {
    color: rgb(var(--black-color));
    border-color: rgb(var(--accent-yellow-color));
    background-color: rgb(var(--accent-yellow-color));
}

.btn-white-filled:hover,
.ContactSubmit:hover {
    background-color: rgb(var(--white-color), .6);
}

.btn-yellow-filled:hover{
    background-color: rgb(var(--accent-yellow-color), .6);
}

/* Arrow link */
.arrow-link {
    margin: 1rem 2rem 0 0;
    font-size: 1.5rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
} 

/* Cirkelikon */
.circle-icon {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 3rem;
    height: 3rem;
    margin: .5rem;
    font-size: 0;
    border-radius: 50%;
    color: rgb(var(--white-color));
    background-color: rgb(var(--primary-color));
    text-decoration: none;
    transition: .3s ease;
}

.circle-icon:hover {
    background-color: rgb(var(--gray-dark-color));
}

.circle-icon em:before,
.circle-icon i:before {
    font-size: 1.4rem;
}

/* Farger
========================================================================== */
body {
    background-color: rgb(var(--primary-light-color));
}
/* Bakgrunder */
.bg-white {
    background-color: rgb(var(--white-color));
}

.bg-black {
    background-color: rgb(var(--black-color));
}

.bg-gray-dark {
    background-color: rgb(var(--gray-dark-color));
}

.bg-gray-light {
    background-color: rgb(var(--gray-light-color));
}

.bg-primary {
    background-color: rgb(var(--primary-color));
}

.bg-primary-light {
    background-color: rgb(var(--primary-light-color));
}

/* Overlays */
.bg-overlay-black {
    background: rgba(var(--black-color), .7);
}

/* Text */
.text-primary {
    color: rgb(var(--primary-color));
}

.text-white {
    color: rgb(var(--white-color));
}

/* Grafiska element
========================================================================== */
/* Badge */
.badge-wrapper {
    position: relative;
}

.badge {
    z-index: 2;
    position: absolute;
    top: 1.5rem;
    left: 0;
    padding: 1rem 2rem;
    font-size: 1.5rem;
    text-transform: uppercase;
    text-decoration: none;
    background-color: rgb(var(--accent-yellow-color));
}

.EditMode .section-wrapper.badge-wrapper .badge {
    display: none;
}

.badge.second {
    top: 13rem;
}

.badge-img {
    z-index: 2;
    position: absolute;
    top: 3rem;
    right: 3rem;
    max-width: 20%;
}

/* Filter */
.filter-grayscale {
    filter: grayscale(1);
}

/* Object position */
.of-wrapper .op-50-0 {
    object-position: 50% 0%;
}

.of-wrapper .op-50-35 {
    object-position: 50% 35%;
}

.of-wrapper .op-50-70 {
    object-position: 50% 70%;
}

.of-wrapper .op-50-100 {
    object-position: 50% 100%;
}

/* Bakgrundsbilder och videos
========================================================================== */
.bg-image,
.bg-video {
    position: relative;
    overflow: hidden;
}

.bg-image-wrapper,
.bg-video-wrapper {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.bg-video-wrapper video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Parallax
========================================================================== */
.parallax {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.parallax .section-block {
    min-height: 50vh;
    align-content: center;
    background-color: rgb(var(--black-color), .4)
}

/* Bilder */
.parallax-exterior {
    background-image: url('/assets/images/kccc-exterior-kvall-2000px.jpg');
}

@media only screen and (hover:none) {
    .parallax {
        background-attachment: scroll;
        background-position: center center;
    }
}

/* Cards
========================================================================== */
.cards-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-right: -1rem;
    margin-left: -1rem;
}

a.card-item {
    transition: .4s ease;
}

/* Bredder */
.cards-wrapper.w-20 .card-item {
    width: calc((100% / 5) - 2rem);
    margin: 1rem;
}

.cards-wrapper.w-25 .card-item {
    width: calc((100% / 4) - 2rem);
    margin: 1rem;
}

.cards-wrapper.w-33 .card-item {
    width: calc((100% / 3) - 2rem);
    margin: 1rem;
}

.cards-wrapper.w-50 .card-item {
    width: calc((100% / 2) - 2rem);
    margin: 1rem;
}

.cards-wrapper.w-100 .card-item {
    width: 100%;
    margin: 1rem 0;
}

/* Card grow */
.cards-grow .card-item {
    display: flex;
    flex-direction: column;
}

.cards-grow .card-item.display-none {
    display: none;
}

.cards-grow .card-body {
    flex-grow: 1;
}

@media only screen and (max-width: 1420px) {
    .cards-wrapper.w-20 .card-item {
        width: calc((100% / 4) - 2rem);
    }
}

@media only screen and (max-width: 1300px) {
    .cards-wrapper.w-25 .card-item {
        width: calc((100% / 3) - 2rem);
    }

    .cards-wrapper.w-33 .card-item {
        width: calc((100% / 2) - 2rem);
    }
}

@media only screen and (max-width: 1125px) {
    .cards-wrapper.w-20 .card-item {
        width: calc((100% / 3) - 2rem);
    }
}

@media only screen and (max-width: 1025px) {
    .cards-wrapper.w-25 .card-item {
        width: calc((100% / 2) - 2rem);
    }

    /* Paddings */
    .cards-wrapper .p-4 {
        padding: 2rem;
    }
}

@media only screen and (max-width: 800px) {
    .cards-wrapper.w-20 .card-item {
        width: calc((100% / 2) - 2rem);
    }

    .cards-wrapper.w-33 .card-item,
    .cards-wrapper.w-50 .card-item,
    .cards-wrapper.w-100 .card-item {
        width: 100%;
        margin-bottom: 1rem;
    }
}

@media only screen and (max-width: 480px) {
    .cards-wrapper.w-20 .card-item,
    .cards-wrapper.w-25 .card-item {
        width: 100%;
        margin-bottom: 1rem;
    }
}

/* Card 2-4 */
.card-2-4 {
    flex-direction: column;
}

.card-2-4 .card-item {
    display: flex;
    max-width: fit-content;
    margin-bottom: 1rem;
}

.card-2-4 .card-body {
    flex: 1 1 0px;
    padding: .5rem 1.5rem 1rem 1.5rem;
    text-decoration: none;
    width: 25rem;
}

.card-2-4 .text-small {
    font-size: 1.5rem;
}

.card-2-4 .card-item .btn {
    height: 100%;
    width: 100%;
    min-width: unset;
    margin: 0;
    padding: .5rem 2rem;
    align-content: center;
}

/* Card 2-5 */
.card-2-5 .card-item {
    display: flex;
    align-items: center;
    text-decoration: none;
    transition: .3s ease;
}

.card-2-5 .card-header {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    width: 5.5rem;
    height: 5.5rem;
    border-radius: 50%;
    transition: .3s ease;
}

.card-2-5 .card-header i {
    font-size: 2.3rem;
}

.card-2-5 .card-body {
    padding: 0 2rem;
}
  
.card-2-5 a.card-item:hover .card-header {
    transform: scale(108%);
}

@media only screen and (max-width: 480px) {
    .card-2-5 .card-header {
        width: 4.5rem;
        height: 4.5rem;
    }

    .card-2-5 .card-header i {
        font-size: 2.3rem;
    }
}

/* Cards-3-1 */
.cards-3-1 .card-header {
    background-color: rgb(var(--primary-color));
}

.cards-3-1 .card-header .text-label {
    font-size: 1.3rem;
}

.cards-3-1 .image-wrapper {
    height: 35rem;
}

.cards-3-1 .image-wrapper.full-heigth {
 height: 45rem;
}

.cards-3-1 a {
    text-decoration: none;
}

.cards-3-1 .card-body a:not(.btn):hover {
    text-decoration: underline;
}

.cards-3-1 .card-body .small-title {
    font-size: 1.9rem;
    padding-bottom: .1em;
}

.cards-3-1 .card-footer {
    padding: 0 2rem 2rem; 
}

.cards-3-1 .card-footer .btn {
    margin: .5rem 1rem .5rem 0;
}

@media only screen and (max-width: 800px) {
    .cards-3-1 .image-wrapper {
        height: unset;
    }
    .cards-3-1 .image-wrapper.full-heigth {
        height: unset;
       }

    .cards-3-1 .image-wrapper img {
        object-fit: contain;
    }
}

/* Card 3-6 */
.card-3-6 .card-item {
    position: relative;
    display: flex;
    align-items: flex-end;
    min-height: 45rem;
    padding: 0;
    text-decoration: none;
    overflow: hidden;
}

.card-3-6 .card-item.text-block {
    flex-direction: column;
    align-items: flex-start;
} 

.card-3-6 .card-item.text-block .badge {
    top: 4rem;
    padding: 2rem 4rem;
    font-size: 2rem;
}

.card-3-6 .card-item.text-block p {
    padding: 18rem 4rem 4rem;
}

.card-3-6 .image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.card-3-6 .card-body {
    z-index: 1;
    position: relative;
    width: 100%;
    transition: .5s ease;
}

.card-3-6 .small-title {
    font-size: 2.5rem;
}

@media only screen and (max-width: 650px) {
    .card-3-6 .card-item.text-block p {
        padding: 18rem 3rem 4rem;
    }

    .card-3-6 .small-title {
        font-size: 2rem;
    }
}

/* Split wrapper
========================================================================== */
.split-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.split-wrapper.reverse {
    flex-direction: row-reverse;
}

.split-content {
    width: 50%;
    padding: 5rem;
}

.split-image {
    width: 50%;
}

/* Centrera content */
.split-wrapper .align-center {
    align-self: center;
}

/* Bredder & hojder */
.split-wrapper .w-35 {
    width: 35%;
}

.split-wrapper .w-65 {
    width: 65%;
}

/* Text i split-image */
.split-image .text-block {
    z-index: 1;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 4rem;
}

.split-image .text-block .small-title {
    font-size: 3.2rem;
}

/* Split image med grid */
.split-image-grid {
    height: fit-content;
}

.split-images-grid .split-content {
    padding-top: 0;
    padding-bottom: 0;
}

.split-image-grid {
    display: -ms-grid;
    display: grid;
    gap: 1rem;
    width: 50%;
    grid-template-columns: 1fr 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-rows: auto;
    -ms-grid-rows: auto;
}

.split-image-grid .grid-image {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
    height: auto;
}

.split-image-grid .split-image {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.split-images-grid .image-wrapper {
    margin-bottom: 1rem;
}

@media screen and (max-width: 1024px) {
    .split-wrapper,
    .split-wrapper.reverse {
        flex-direction: column-reverse;
        background: transparent;
    }

    .split-content,
    .split-content.pt-0 {
        width: 100%;
        padding: 4rem 0 2rem;
        background: transparent;
    }

    .split-image {
        width: 100%;
    }

    /* Centrera content */
    .split-wrapper .align-center {
        align-self: flex-start;
    }

    /* Bredder */
    .split-wrapper .w-35,
    .split-wrapper .w-65 {
        width: 100%;
    }

    /* Text i split-image */
    .split-image .text-block {
        padding: 3rem;
    }

    .split-image .text-block .small-title {
        font-size: 2.8rem;
    }

    /* Split image med grid */
    .split-images-grid,
    .reverse.split-images-grid {
        flex-direction: column;
    }

    .split-images-grid .split-content,
    .reverse.split-images-grid .split-content {
        padding-bottom: 3rem;
    }

    .split-image-grid {
        width: 100%;
    }
}

@media screen and (max-width: 580px) {
    .split-content {
        padding: 3rem 0 0;
    }

    /* Text i split-image */
    .split-image .text-block {
        padding: 2rem;
    }

    .split-image .text-block .small-title {
        font-size: 2rem;
    }
}

/* Modal
========================================================================== */
.modal {
    max-width: 90rem;
    width: 100%;
    max-height: 75vh;
    padding: 4rem 3rem;
    box-shadow: none;
    overflow: auto;
    background: none;
}

.modal iframe {
    width: 100% !important;
    aspect-ratio: 16 / 9;
    height: auto !important;
}

.blocker {
    z-index: 100;
}

.modal a.close-modal {
    display: none;
}

.modal .custom-close-modal {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 3rem;
    color: rgb(var(--white-color));
}

@media only screen and (max-width: 450px) {
    .modal {
        padding: 2rem 1rem;
    }

    .modal .custom-close-modal {
        font-size: 1.6rem;
    }

    .blocker {
        padding: 1rem;
    }
}

/* Header / Navigation
========================================================================== */
header {
    background: rgb(var(--black-color));
    padding: 0 0 0 2rem;
}

header:not(.scrolled) {
    background-color: transparent;
    border-bottom: 1px solid transparent;
}

.EditMode.WebbEssDIY header {
    position: relative;
    top: 10px !important; 
} 

header .container {
    max-width: unset;
}

/* Logo */
.header-logo {
    flex: 1 1 0px;
}

.header-logo img {
    max-width: 30rem;
    padding: 1.5rem 0;
}

/* Nav */
.TemplateMenu a {
    font-size: 1.8rem;
    padding: 0 2rem;
    color: rgb(var(--white-color));
}

.TemplateMenu ul {
    width: 23rem;
    padding: 1rem 0;
    background-color: rgb(var(--black-color));
}

.TemplateMenu ul a {
    font-size: 1.6rem;
}

/* Dropdown */
.TemplateMenu > li > ul > li > ul {
    width: 23rem;
    right: -23rem; 
}

/* CTA  */
.header-cta-wrapper {
    z-index: 9;
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex: 1 1 0px;
    padding: 0;
    margin: 0 0 0 2rem;
    list-style: none;
}

.header-cta-wrapper .btn {
    min-width: unset;
    padding: 2rem 4rem;
    margin: 0;
    line-height: 1;
    white-space: nowrap;
}

/* Mobilmeny */
.mobile-menu .mainmenu {
    padding-bottom: 10rem;
}

@media only screen and (max-width: 1350px) {
    header {
        padding: 0 1rem;
    }

    /* CTA  */
    .header-cta-wrapper .btn {
        padding: 1.3rem 1.5rem;
    }
}

/* ==========================================================================
Startsida
========================================================================== */

/* Top-section 
========================================================================== */
.top-section {
    margin-top: calc(-1 * var(--menu-height));
    background-color: rgb(var(--black-color), .4);
}

.top-section .section-block {
    display: flex;
    align-items: center;
    min-height: 100vh;
    background: linear-gradient(to bottom right, transparent 50%, rgb(var(--primary-color), .5) 50%);
    background-size: 50% 45%;
    background-position: bottom right;
    background-repeat: no-repeat;
}

.top-section .section-block-wrapper {
    width: 100%;
}

.top-section .section-title {
    font-size: 6.5rem;
    line-height: 1;
    padding-bottom: 0.2em;
}

/* Pa gang just nu */
.event-wrapper {
    position: absolute;
    bottom: 3rem;
    right: 3rem;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: end;
}

@media only screen and (max-width: 1024px) {
    .top-section .section-block {
        padding: 10rem 3rem 8rem 3rem;
    }

    .top-section .section-title {
        font-size: 5.2rem;
    }
}

@media only screen and (max-width: 580px) {
    .top-section .section-block {
        min-height: 95vh;
        background: linear-gradient(to bottom right, transparent 50%, rgb(var(--primary-color), .4) 50%);
        padding: 5rem 2rem;
    }

    .top-section .section-title {
        font-size: 4rem;
    }

    .event-wrapper {
        right: 0;
        padding: 0 2rem;
    }

    .event-wrapper .cards-wrapper {
        margin: 0;
    }
}

/* Instagram
========================================================================== */
.section-instagram {
    overflow: hidden;
}

.section-instagram .section-block {
    padding: 2rem 0;
}

.section-instagram .badge {
    font-size: 1.8rem;
    letter-spacing: 1px;
    padding: 2rem;
}

.section-instagram .badge i {
    margin-left: .5rem;
}

@media only screen and (max-width: 580px) {
    .section-instagram .badge {
        font-size: 1.5rem;
        padding: 1rem 2rem;
    }
}

/* ==========================================================================
Undersidor
========================================================================== */

/* Hero - Grundkod
========================================================================== */
.hero {
    overflow: hidden;
    margin-top: calc(-1 * var(--menu-height));
    background-color: rgb(var(--black-color), .4);
}

.hero .section-block {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50vh;
    padding-top: 0;
}

.hero .section-block-wrapper {
    margin: unset;
}

.hero::before,
.hero::after {
    position: absolute;
    content: "";
    display: block;
    width: 130vw;
    height: 16rem;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0%);
    margin-bottom: -1px;
}

.hero::before {
    background-color: rgba(var(--primary-color), 0.8);
    -webkit-clip-path: polygon(0 0, 0 100%, 50% 50%);
    clip-path: polygon(0 0, 0 100%, 50% 50%);
}

.hero-blue::after {
    background-color: rgb(var(--primary-light-color));
    -webkit-clip-path: polygon(50% 50%, 0 100%, 100% 100%);
    clip-path: polygon(50% 50%, 0 100%, 100% 100%);
}

@media only screen and (max-width: 1350px) {
    .hero {
        margin-top: calc(-1.1* var(--mobile-menu-height));
    }
}

@media only screen and (max-width: 580px) {
    .hero .section-block {
        min-height: unset;
        height: 45vh;
    }
    .hero::before,
    .hero::after {
        height: 10rem;
    }
}

/* filtrering
========================================================================== */
.card-3-6 .card-item.display-none {
    display: none;
}

.tags-wrapper {
    margin: 0 auto 5rem;
}

.tags-heading {
    display: none;
}

.tags-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 2rem;
}

.tag {
    padding: .3rem 1.5rem;
    margin: .6rem .5rem;
    font-size: 1.5rem;
    border: 1px solid rgb(var(--black-color));
    cursor: pointer;
    transition: .5s ease;
}

.tag:hover,
.tag.tag-picked {
    color: rgb(var(--white-color));
    background: rgb(var(--black-color));
}

@media only screen and (max-width:580px) {
    .tags-wrapper {
        z-index: 3;
        position: relative;
        max-width: 25rem;
        background: rgb(var(--primary-color));
        cursor: pointer;
    }

    .tags-heading {
        display: block;
        width: 100%;
        padding: 1rem 2rem;
    }

    .tags-heading p {
        display: flex;
        justify-content: space-between;
        padding-bottom: 0;
        color: rgb(var(--white-color));
    }

    .tags-heading i {
        margin-left: 2rem;
    }

    .tags-list {
        display: none;
        z-index: 1;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        text-align: left;
        background: rgb(var(--white-color));
        box-shadow: 1px 1px 10px rgba(var(--black-color), .1);
    }

    .tags-wrapper.opened .tags-list {
        display: block;
    }

    .tags-wrapper .tag {
        display: block;
        padding: 1rem 2rem;
        margin: 0;
        letter-spacing: normal;
        text-transform: initial;
        box-shadow: none;
        border-radius: 0;
        background-color: rgb(var(--primary-color));
        border: none;
    }
}

/* .section-splits
========================================================================== */
@media only screen and (max-width: 1024px) {
    .section-splits .split-wrapper:not(:last-of-type) {
        margin-bottom: 6rem;
    }
}

@media only screen and (max-width: 580px) {
    .section-splits .split-wrapper:not(:last-of-type) {
        margin-bottom: 4rem;
    }

    .section-splits .split-content .image-wrapper {
        max-width: 70%;
    }
}

/* .section-images 
========================================================================== */
.section-images .card-3-6 .card-item {
    min-height: 50rem;
}

.section-images .card-3-6 .card-body {
    height: 100%;
    align-content: center;
    padding: 4rem;
}

@media only screen and (max-width: 580px) {
    .section-images .card-3-6 .card-body {
        padding: 2rem;
    }
}

/* .section-back
========================================================================== */
.section-back .section-block {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.section-back .arrow-link {
    margin: 0;
}

/* ==========================================================================
Undersida: Moten & Events
========================================================================== */
.section-projectleaders .cards-3-1 .card-item {
    width: calc((100% / 6) - 2rem);
    margin: 1rem;
}

.section-projectleaders .cards-3-1 .image-wrapper {
    height: 20rem;
}

.section-projectleaders .cards-3-1 img {
    object-position: 50% 0%;
}

.section-projectleaders .cards-3-1 .card-body {
    padding: 1.5rem;
}

.section-projectleaders .cards-3-1 .card-body p {
    font-size: 1.45rem;
}

@media only screen and (max-width: 1430px) {
    .section-projectleaders .cards-3-1 .card-item {
        width: calc((100% / 4) - 2rem);
    }

    .section-projectleaders .cards-3-1 .image-wrapper {
        height: unset;
    }
}

@media only screen and (max-width: 980px) {
    .section-projectleaders .cards-3-1 .card-item {
        width: calc((100% / 3) - 2rem);
    }
}

@media only screen and (max-width: 750px) {
    .section-projectleaders .cards-3-1 .card-item {
        width: calc((100% / 2) - 2rem);
    }
}

@media only screen and (max-width: 480px) {
    .section-projectleaders .cards-3-1 .card-item {
        width: 100%;
    }
}

/* ==========================================================================
Undersida: Moten & Events > Konferens, Moten, Event + Motesstaden Karlstad
========================================================================== */
.section-slider .card-3-6 .card-item {
    min-height: 25rem;
}

.modal.infographic {
    width: fit-content;
}

.section-infographic .cards-3-1 .image-wrapper {
    height: unset;
}

.section-infographic .card-2-5 .image-wrapper {
    max-width: 8rem;
    min-width: 8rem;
    transition: .3s ease;
}

.section-infographic .card-2-5 .card-item:hover .image-wrapper {
    transform: scale(108%);
}

@media only screen and (max-width: 1200px) {
    .section-infographic .cards-3-1 .card-item {
        width: 100%;
        margin-bottom: 2rem;
    }
}

/* ==========================================================================
Undersida: Moten & Events > Referenser
========================================================================== */
.section-references .card-3-6 .card-item {
    min-height: 50rem;
}

.section-references .badge i {
    font-size: 2.2rem;
    line-height: unset;
}

.section-references .small-title{
font-size: 1.8rem;
font-weight: 100 !important;
}
/* ==========================================================================
Undersida: Moten & Events > lokaler
========================================================================== */
.section-conference .card-3-6 .card-item {
    min-height: 50rem;
}

.section-conference .card-3-6 ul {
    display: flex;
    padding: 0;
    list-style: none;
}

.section-conference .card-3-6 li {
    padding-right: 2rem;
}

/* ==========================================================================
Undersida: Moten & Events > lokaler > Enskild lokal
========================================================================== */
@media only screen and (max-width: 480px) {
    .section-room .split-image {
        width: 100vw;
        margin: 1rem -2rem 0;
    }
}

/* ==========================================================================
Undersida: Konsert & Noje > Program & Biljetter
========================================================================== */
.section-calendar .cards-3-1 .image-wrapper {
    height: unset;
}

.section-calendar .cards-3-1 .card-body {
    padding-top: 9rem;
}

.section-calendar .cards-3-1 .arrow-link {
    margin: 1rem;
}

.section-calendar .badge {
    display: flex;
}

.section-calendar .badge p {
    margin-right: 2rem;
}

.section-calendar .badge i {
    margin-right: .5rem;
}

/* ==========================================================================
Undersida: Mat & Dryck > Restaurangen
========================================================================== */
/* Galleri */
.section-gallery .card-3-6 .card-item {
    min-height: unset;
    margin: .5rem
}

.fancybox-caption__body {
    font-size: 2.5rem;
    margin-bottom: 8rem;
}

@media only screen and (max-width: 480px) {
    .fancybox-caption__body {
        font-size: 1.5rem;
        margin-bottom: 0;
    }
}

/* ==========================================================================
Undersida: Mat & Dryck > Recept
========================================================================== */
.section-recipe iframe {
    width: 100% !important;
    aspect-ratio: 16 / 9;
    height: auto !important;
}

/* ==========================================================================
Undersida: Hallbarhet
========================================================================== */
.section-hallbarhet .section-block {
    min-height: 60vh;
    padding: 0;
    align-content: flex-start;
}

.section-hallbarhet .section-block-wrapper {
    max-width: none;
    padding: 5rem 15rem 5rem 15rem;
    background-color: rgb(var(--primary-color), .5);
}

.section-hallbarhet .card-item {
    max-height: 18rem;
    padding: 2rem 0;
}

@media only screen and (max-width: 800px) {
    .section-hallbarhet .section-block-wrapper {
        padding: 5rem 10rem;
    }
}

@media only screen and (max-width: 580px) {
    .section-hallbarhet .section-block {
        min-height: fit-content;
    }
}

/* ==========================================================================
Undersida: Om KCCC
========================================================================== */

/* Referenser
========================================================================== */
.scroll-container {
    overflow: hidden;
}

.scroll-wrapper.cards-wrapper {
    margin: 0 16rem 5rem;
}

.scroll-wrapper.cards-wrapper .slick-list {
    width: 100%;
    overflow: visible;
}

.scroll-wrapper.cards-wrapper .slick-track {
    display: flex;
}

.scroll-wrapper.cards-wrapper .card-item[aria-hidden="true"] {
    opacity: .5;
}

.slick-initialized .slick-slide {
    display: flex !important;
}

/* Card item */
.scroll-wrapper .card-item {
    margin: 0 2rem 0 0;
}

/* Slick dots */
.scroll-wrapper .slick-dots {
    position: absolute;
    bottom: -5rem;
    left: 50%;
    padding: 0;
    margin: 0;
    transform: translateX(-50%);
}

.slick-dots li::before {
    content: '\f0c8';
    font-size: 1.2rem;
    color: rgb(var(--gray-color));
}

.scroll-wrapper li.slick-active::before {
    opacity: 1;
    color: rgb(var(--primary-color));
    transition: all .2s ease;
}

/* Slick Arrow */
.scroll-wrapper .slick-arrow {
    position: absolute;
    bottom: 50%;
    right: -19rem;
    width: 7rem;
    height: 7rem;
    border-radius: 50%;
    background-color: rgb(var(--primary-color));
}

.scroll-wrapper .slick-arrow::after {
    font-size: 2.7rem;
    font-weight: 300;
    color: rgb(var(--white-color));
    left: 35%;
}

.scroll-wrapper .slick-prev {
    display: none !important;
}

@media only screen and (max-width: 1300px) {
    .scroll-wrapper.cards-wrapper {
        margin: 0 4rem 5rem;
    }

    .scroll-wrapper .slick-arrow {
        right: -6.8rem;
    }
}

@media only screen and (max-width: 750px) {
    .scroll-wrapper.cards-wrapper {
        margin: 0 2rem 5rem;
    }

    .scroll-wrapper.cards-wrapper .card-item {
        margin: 0 5px;
    }

    .scroll-wrapper .slick-arrow {
        right: -5.2rem;
    }
}

@media only screen and (max-width: 520px) {
    .scroll-wrapper.cards-wrapper {
        margin: 0 1rem 5rem;
    }

    .scroll-wrapper .slick-arrow {
        right: -4rem;
    }
}

/* ==========================================================================
Undersida: Kontakta oss
========================================================================== */
.section-contact .card-2-5 .card-body {
    padding: 0 4rem 0 1.5rem;
}

.section-map .section-block-wrapper {
    font-size: 0;
}

@media only screen and (max-width: 980px) {
    .section-contact .card-2-5 {
        flex-direction: column;
        width: fit-content;
        margin: 0 auto 3rem;
    }

    .section-contact .card-2-5 .card-item {
        margin-bottom: 1rem;
    }

    .section-contact .card-2-5 .card-body {
        padding: 0 0 0 1.5rem;
    }
}

/* ==========================================================================
Undersida: Hitta hit
========================================================================== */
.section-taxi a.card-item:hover {
    background-color: rgb(var(--gray-dark-color));
    color: rgb(var(--white-color));
}

/* ==========================================================================
Undersida: Medarbetare
========================================================================== */
.section-team .cards-3-1 .image-wrapper {
    height: 25rem;
}

.section-team .cards-3-1 .card-body p {
    font-size: 1.6rem;
}

@media only screen and (max-width: 800px) {
    .section-team .cards-3-1 .image-wrapper {
        height: unset;
    }

    .section-team .cards-3-1 .card-body {
        padding: 1.5rem;
    }

    .section-team .cards-3-1 .card-body p {
        font-size: 1.4rem;
    }
}

/* ==========================================================================
Footer
========================================================================== */
footer {
    padding: 0 5rem;
    background: rgb(var(--gray-light-color));
}

.footer-container {
    max-width: unset;
}

/* Footer top */
.footer-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 8rem 0;
}

.footer-submenu {
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer-top a {
    text-decoration: none;
    transition: .2s ease;
}

.footer a:not(.circle-icon, .arrow-link):hover {
    color: rgb(var(--primary-color));
}

.footer .socials {
    text-align: right;
}

.footer .socials li {
    padding-bottom: 0;
}

.footer-top .logo {
    width: 10rem;
}

/* Footer bottom */
.footer-bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 2rem 0;
    border-top: 1px solid rgb(var(--black-color), .5);
}

.footer-bottom p,
.footer-bottom a {
    font-size: 1.2rem;
    line-height: 1.6;
}

/* WebbEss Stamp  */
.footer .webbess-stamp {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.webbess-stamp img {
    width: 2.5rem;
    margin-left: 1rem;
    opacity: .6;
}

@media only screen and (max-width: 1024px) {
    .footer {
        padding: 0 3rem;
    }

    /* Footer top */
    .footer-top {
        padding: 5rem 0 0rem;
    }

    .footer-menu {
        width: fit-content;
        margin: 0 2rem 5rem;
    }

    .footer-menu-large {
        width: 100%;
        margin: 0 0 6rem;
    }

    .footer-menu-large li {
        display: flex;
        justify-content: center;
    }

    .socials .footer-submenu {
        display: flex;
        flex-direction: row;
    }

    .footer-menu.socials {
        display: flex;
        justify-content: center;
        width: 100%;
        margin: 0 auto 2rem;
    }
}

@media only screen and (max-width: 580px) {
    .footer {
        padding: 0 2rem;
    }

    .footer-menu {
        width: 100%;
        text-align: center;
    }
}