@font-face {
  font-family: 'Ivar Headline';
  src: url('/fonts/IvarHeadline-Medium.woff2') format('woff2'),
    url('/fonts/IvarHeadline-Medium.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}


:root, body {
  font-family: "Inter", serif;
  font-weight: 400;
  line-height: 150%;
  background: var(--fourth);
  font-size: 18px;
  overflow-x: hidden;
}

.border-right-white {
    border-right: solid 1px var(--white);
}

.overflow-hidden {
    position:relative;
}

.hidden {
    display: none;
}

.contactSales > div > div:first-child > div  {
    display:flex;
}

.contactSales > div > div:first-child > div .employee {
    display:block !important;
    margin-right: 2rem;
}

.contactSales > div > div:first-child > div .employee img {
    width: 100% !important;
}

.contactSales > div > div:first-child > div .employee > div {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
}

.umb-block-grid__layout-container {
    position: relative;
    display: grid;
    grid-template-columns: repeat(var(--umb-block-grid--grid-columns, 1), minmax(0, 1fr));
    grid-auto-flow: row;
    grid-auto-rows: minmax(50px, -webkit-min-content);
    grid-auto-rows: minmax(50px, min-content);
    -moz-column-gap: var(--umb-block-grid--column-gap, 0);
    column-gap: var(--umb-block-grid--column-gap, 0);
    row-gap: var(--umb-block-grid--row-gap, 0);
}
.umb-block-grid__layout-item {
    position: relative;
    /* For small devices we scale columnSpan by three, to make everything bigger than 1/3 take full width: */
    grid-column-end: span min(calc(var(--umb-block-grid--item-column-span, 1) * 3), var(--umb-block-grid--grid-columns));
    grid-row: span var(--umb-block-grid--item-row-span, 1);
}


.umb-block-grid__area-container, .umb-block-grid__block--view::part(area-container) {
    position: relative;
    display: grid;
    grid-template-columns: repeat(var(--umb-block-grid--area-grid-columns, var(--umb-block-grid--grid-columns, 1)), minmax(0, 1fr));
    grid-auto-flow: row;
    grid-auto-rows: minmax(50px, -webkit-min-content);
    grid-auto-rows: minmax(50px, min-content);
    -moz-column-gap: var(--umb-block-grid--areas-column-gap, 60px);
    column-gap: var(--umb-block-grid--areas-column-gap, 60px);
    row-gap: var(--umb-block-grid--areas-row-gap, 0);
}
.umb-block-grid__area {
    position: relative;
    /* For small devices we scale columnSpan by three, to make everything bigger than 1/3 take full width: */
    grid-column-end: span min(calc(var(--umb-block-grid--area-column-span, 1) * 3), var(--umb-block-grid--grid-columns));
    grid-row: span var(--umb-block-grid--area-row-span, 1);
}

div.row-size-, div.row-size-Standard {
    margin-left: 5%;
    margin-right: 5%;
}

div.row-size-Fullbredd {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
}

div.row-size-Smal {
    margin-left: 10%;
    margin-right: 10%;
    max-width: 100%;
}

div.row-size-Smal > div {
    width: 920px;
    max-width: 100%;
    margin:auto;
}

div.limitTextW {
    width: 920px;
    max-width: 100%;
    margin:auto;
}

.removeGutter .umb-block-grid__area-container {
    column-gap: 0 !important;
}

.sliderWrapper.vh-100 .swiper-slide {
    height: 100vh;
    background-size: cover;
}

.sliderWrapper.vh-75 .swiper-slide {
    height: 75vh;
    background-size: cover;
}

.sliderWrapper.vh-85 .swiper-slide {
    height: 85vh;
    background-size: cover;
}

.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    right: 1rem;
    width: auto;
    left: inherit;
    top: 50%;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    display:block;
    margin-bottom: 0.5rem;
    width: 10px;
    height: 18px;
    background-color: var(--white);
    opacity: 0.5;
    border-radius: 12px;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 10px;
    height: 30px;
    background-color: var(--white);
    opacity: 0.5;
}

.align-items-center div {
    align-items: center;
}


.sameHeight {
    overflow: hidden;
}

.sameHeight .umb-block-grid__layout-container {
    display:flex;
    height: 100%;
    flex-wrap:wrap;
}

.sameHeight .umb-block-grid__area, .sameHeight .imageBlock {
    height: 100%;
    width: 100%;
}

.sameHeight img.w-100 {
    object-fit: cover;
    height: 100%;
}

.background-section-high {
    height: 100vh;
    background-size: cover;
    background-position:center;
    display:flex;
}

.personInfoWrapper {
   position: relative;
   width: 600px;
   top: -100px; 
}


.personal.horizontal > img {
    width: 30%;
    object-fit:cover;

}

footer * {
    text-decoration: none;
}

@media (max-width:1440px) { 

    .forceFullHeight .umb-block-grid__layout-container > div {
        height: 100%;
    }
}

@media (max-width:560px) { 

    .umb-block-grid__area-container, .umb-block-grid__block--view::part(area-container) {
        -moz-column-gap: var(--umb-block-grid--areas-column-gap, 30px);
        column-gap: var(--umb-block-grid--areas-column-gap, 30px);
    }
    
    .sliderWrapper.vh-85 .swiper-slide {
        height: 55vh; 
    }
    
    .umb-block-grid__area-container, .umb-block-grid__block--view::part(area-container) {
        display:block;
    }
    
     .umb-block-grid__area-container, .umb-block-grid__block--view::part(area-container) {
        display:flex;
        flex-wrap:wrap;
    }
    
        .switch-direction-mobile > div {
        flex-direction: column-reverse;
    }
    
    .personal.horizontal {
        display:block !important;
    }
    
    .personal.horizontal img {
        width: 100%;
    }
    
    footer .umb-block-grid__area-container {
        display:block;
    }
    
    div.row-size-, div.row-size-Standard {
        margin-left: 2%;
        margin-right: 2%;
    }
}