@charset "UTF-8";
/* Theme Name: Autocirc ACF
Theme author: JGL
Text Domain: autocirc
Version: 1.1.0
 */
/*Variabler*/
/* Fonter */
/* Färger */
/*
 * RESET
 */

 @import 'https://fonts.googleapis.com/css2?family=Libre+Franklin:wght@300;800&display=swap';

* {
  border: 0;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  outline: 0;
}

.otgs-development-site-front-end {
  display: none !important;
}

html, body {
  margin: 0;
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  overflow-x: hidden;
  background: #F4F2E8;
  color: #3B3B3B;
}

main {
  overflow: hidden;
}

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

iframe {
  border: 0;
  outline: 0;
}

img {
  display: block;
  height: auto;
}

/*
* Containers
*/
.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
  max-width: calc(1350px + 60px);
}
@media all and (min-width: 768px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media all and (min-width: 1700px) {
  .container {
   max-width: 87vw;
  }
}

.container--half {
  width: 100%;
  padding: 0 15px;
  max-width: calc(1350px + 60px);
  margin-bottom: 0;
}
@media all and (min-width: 768px) {
  .container--half {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media all and (min-width: 1024px) {
  .container--half {
    max-width: calc((1350px / 2) + 30px);
  }
}

@media all and (min-width: 1024px) {
  .container--half.right {
    margin: 0 0 0 auto;
  }
}

@media all and (min-width: 1024px) {
  .container--half.left {
    margin: 0 auto 0 0;
  }
}

.container--flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media all and (min-width: 768px) {
  .mobile-only {
    display: none !important;
  }
}

@media all and (max-width: 767.9px) {
  .image-desktop-only,
.desktop-only {
    display: none !important;
  }
}

.video-wrapper video {
  width: 100%;
  height: auto;
  display: block;
}

/*
* Generella paddings
*/
/* Overlay */
.overlay {
  position: relative;
}
.overlay > * {
  z-index: 2;
}
.overlay::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 1;
}

* {
  font-family: "Libre Franklin", sans-serif;
}

body {
  line-height: 1.75;
  font-size: 1rem;
}

@media all and (max-width: 568px) {
  body {
    font-size: 0.85rem;
  }
}

p {
  margin-bottom: 1rem;
}
@media all and (min-width: 1024px) {
  p {
    margin-bottom: 2rem;
  }
}

.heading {
  font-family: "Libre Franklin";
  letter-spacing: -0.025em;
  line-height: 1.3;
  color: #3B3B3B;
}

.heading--hero--left {
  font-size: clamp(30px, 5vw, 50px); 
  line-height: 1;
  color: #F4F2E8;
  text-transform: uppercase;
  max-width: 450px;
}

@media (min-width: 900px) {
  .break-line {
    margin-right: 100px;
  }
}


@media (max-width: 768px) and (min-height: 700px) {
  .heading--hero--left {
    max-width: 336px;
    position: absolute;
    top: 23%;
  }
  .hero2022 p {
    position: absolute;
    bottom: 10%;
  }
  .hero2022 .button {
    background: white;
    color: #e44b55 !important;
    position: absolute;
    bottom: 4.5%;
  }
}




@media (max-width: 768px) and (max-height: 700px) {
  .heading--hero--left {
    max-width: 336px;
    position: absolute;
    top: 18%;
  }
  .hero2022 p {
    position: absolute;
    bottom: 5%;
    padding-right: 3.5rem !important;
  }
  .hero2022 .button {
    background: white;
    color: #e44b55 !important;
    position: absolute;
    bottom: 1.5%;
  }
}

.heading--hero {
  color: #F4F2E8;
  text-transform: uppercase;
  font-size: 3.25rem;
  font-weight: 800;
  line-height: 0.8;

}
@media all and (min-width: 1024px) {
  .heading--hero {
    font-size: 4.375rem;
  }
}
@media all and (min-width: 1200px) {
  .heading--hero {
    font-size: 5rem;
  }
}

.up-right {
  bottom: -0.3em;
  margin: 0;
  position: absolute;
  right: -0.21em;
  transform: translateX(100%) rotate(-90deg);
  transform-origin: bottom left;
  
}

.up-right h1{
  line-height: 0.79 !important;
}


.heading--hero.lowercase {
  text-transform: none !important;
}

.heading--column,
.heading--menu {
  color: #F4F2E8;
  font-size: 3.1875rem;
  line-height: 1.1;
  font-weight: 800;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}
@media all and (min-width: 768px) {
  .heading--column,
.heading--menu {
    font-size: 4.375rem;
  }
}
@media all and (min-width: 1200px) {
  .heading--column,
.heading--menu {
  font-size: 6.077rem;
  }
}

.heading--menu {
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 1.75rem;
  text-align: center;
  font-weight: 800;
}
@media all and (min-width: 1024px) {
  .heading--menu {
    text-align: left;
  }
}

@media all and (min-width: 1200px) {
  .header-menu .heading--menu {
    font-size: 5rem;
  }
}

.heading--primary,
.entry-content h1 {
  margin-bottom: 1rem;
  font-family: "Libre Franklin";
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: -0.025em;
  font-size: 3.1875rem;
  line-height: 1.1;
}
@media all and (min-width: 1024px) {
  .heading--primary,
.entry-content h1 {
    font-size: 4rem;
  }
}

@media all and (min-width: 1200px) {
  .heading--primary,
 .entry-content h1 {
     font-size: 5.45rem;
     line-height: 110px;
   }
 }


@media all and (min-width: 1200px) {
 .block-twocol_6040 .info .heading--primary,
.entry-content h1 {
    font-size: 5.45rem;
    line-height: 110px;
  }
}
@media all and (min-width: 1460px) {
  .heading--primary,
.entry-content h1 {
    font-size: 6.25rem;
  }
}



.entry-content h2,
.heading--secondary {
  font-family: "Libre Franklin";
  font-weight: 300;
  font-size: 1.75rem;
  margin-bottom: 1rem;
}
@media all and (min-width: 1024px) {
  .entry-content h2,
.heading--secondary {
    font-size: 2rem;
  }
}
@media all and (min-width: 1200px) {
  .entry-content h2,
.heading--secondary {
  font-size: 2.825rem;
  line-height: 60px;
  }
}

.entry-content h3,
.heading--tertiary {
  font-family: "Libre Franklin";
  font-weight: 300;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
@media all and (min-width: 1024px) {
  .entry-content h3,
.heading--tertiary {
    font-size: 1.75rem;
  }
}
@media all and (min-width: 1200px) {
  .entry-content h3,
.heading--tertiary {
    font-size: 1.875rem;
    line-height: 36px;
  }
}

h4, h5, h6 {
  font-weight: 400;
  font-size: 1.35rem;
  margin-bottom: 1rem;
}
@media all and (min-width: 1024px) {
  h4, h5, h6 {
    font-size: 1.5rem;
  }
}

.red {
  color: #e44b55 !important;
}

.ac-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  color: inherit;
  cursor: pointer;
  display: inline-block;
  font-size: 1rem;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease;
  font-family: "Libre Franklin";
  font-weight: 300;
}

.button,
.nf-form-content .submit-wrap input[type=button] {
  color: #fff !important;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  background: #e44b55;
  padding: 0.5rem 1rem;
  border-radius: 3px;
  display: inline-block;
  transition: all 0.3s ease;
  height: auto;
  text-align: center;
}
.button:hover,
.nf-form-content .submit-wrap input[type=button]:hover {
  background: #c2313a !important;
  color: #fff;
}



.button-white {
  color: #000 !important;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  background: #fff;
  padding: 0.5rem 1rem;
  border-radius: 3px;
  display: inline-block;
  transition: all 0.3s ease;
  height: auto;
  text-align: center;
}
.button-white:hover {
  background: #b7b7b7 !important;
  color: #000000;
}





ul.buttons {
  list-style: none;
}

ul.buttons li {
  margin: 15px 0;
}

.site-header {
  width: 100%;
  top:0;
  position: absolute;
  transition-duration: 0.2s;
  transition-property: background-color, opacity;
  transition-timing-function: ease-out;
  height: 5rem;
  z-index: 99;
}
.site-header .container {
  align-items: center;
  height: 100%;
}

.site-header .container--flex {
    justify-content: space-between;
}

.site-header.sticky {
  background: #3B3B3B;
  position: fixed;
  top: 0;
}
.site-header .brand {
  margin: 0;
}

.header-menu {
  margin: 0;
}
.header-menu .navigation-overlay {
  max-width: 410px;
  min-height: 100%;
  padding: 110px 30px 60px 30px;
  position: fixed;
  right: 0;
  background: #3B3B3B;
  transition: transform 0.6s ease;
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
  z-index: -1;
  top: 0;
  width: 100%;
}
@media all and (min-width: 1024px) {
  .header-menu .navigation-overlay {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }
}
.header-menu .navigation-overlay.nav-open {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.header-menu .menu-toggle {
  padding: 10px;
  font-weight: 600;
  color: #fff;
  position: relative;
}
.header-menu .menu {
  list-style: none;
}
.header-menu .menu li a {
  font-size: 	1.6em;
  font-family: "Libre Franklin";
  font-weight: 300;
  letter-spacing: -0.025em;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
  display: block;
  min-height: 3.125rem;
  line-height: 31px;
}
@media all and (pointer: fine) {
  .header-menu .menu li a:hover {
    color: #e44b55;
  }
}

.wpml-ls-legacy-dropdown {
  background: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0 0 50px;
  -webkit-flex: 0 0 50px;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
  margin: 0 0 0 auto;
}
.wpml-ls-legacy-dropdown a {
  padding: 10px 15px !important;
}
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
  background: none !important;
  color: rgba(0, 0, 0, 0.2);
  border: 0;
}
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:hover {
  color: rgba(255, 255, 255, 0.7);
}
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle .wpml-ls-native {
  display: none;
}
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
  display: none;
}
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
  border: none;
}
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu a {
  background: rgba(0, 0, 0, 0.1);
  border: none;
}
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu a:hover {
  background: rgba(0, 0, 0, 0.8);
}

.hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  justify-content: flex-end;
  align-items: flex-end;
  overflow: hidden;
  /*
  .heading {
    bottom: -.08em;
    position: relative;
    -moz-transform: translateX(100%) rotate(-90deg);
    -webkit-transform: translateX(100%) rotate(-90deg);
    transform: translateX(100%) rotate(-90deg);
    transform-origin: bottom left;
  }*/
}



@media (min-width: 800px) {
  .hero2022 .heading-padding {
    max-width: 800px;
  }
  .hero2022 .heading-padding h1 {
    line-height: 1.3;
  }
}

.hero2022 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: center;
  overflow: hidden;
}

.hero .heading-wrapper {
  display: table;
  margin: 0;
}
.hero2022 h1 {
  color: #F0EDE3 !important;
}

.hero2022 p {
  color: #F0EDE3 !important;
  padding-right: 4.5rem;
  max-width: 470px;
  margin-top: 15px;
}


.hero .heading-padding {
  /*padding: 50% 0;
  margin:0;
  height: 0;
  display:block;
  transform-origin: top left;
  -webkit-transform: rotate(-90deg) translate(-101%, 39%);
  -moz-transform: rotate(-90deg) translate(-101%, 39%);
  transform: rotate(-90deg) translate(-101%, 39%);*/
  bottom: -0.08em;
  font-size: 70px;
  font-weight: 600;
  line-height: 0.8;
  margin: 0;
  position: absolute;
  right: -0.02em;
  transform: translateX(100%) rotate(-90deg);
  transform-origin: bottom left;
}
.hero .heading {
  white-space: nowrap;
}

.hero-type-image {
  height: 100vh;
  min-height: 100%;
  background-size: cover;
  background-position: center center;
  background-image: var(--bkg-mobile);
}
@media all and (min-width: 768px) {
  .hero-type-image {
    background-image: var(--bkg-desktop);
    height: 100%;
    min-height: 100vh;
  }
}

@media all and (min-width: 768px) {
  .hero-type-video {
    min-height: 0;
  }
}

.video-wrapper.mobile-only video {
  min-height: 100%;
  height: auto;
}

.video-wrapper.mobile-only video {
  min-height: 100%;
  height: auto;
}

.hero2022 .scroll-down {
  bottom: 0;
  color: #fff;
  left: 50%;
  margin-bottom: 15px;
  position: absolute;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
@media all and (min-width: 768px) {
  .hero2022 .scroll-down {
    margin-bottom: 30px;
  }
}
.hero2022 .icon {
  display: inline-block;
  height: 3rem;
  line-height: 0;
  position: relative;
  top: 0;
  transform-origin: center center;
  vertical-align: middle;
  width: 3rem;
  margin-bottom: 0.3rem;
}
.hero2022 .icon .chevrons {
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: scroll-down-1;
  animation-name: scroll-down-1;
}
.hero2022 .icon .chevrons-2 {
  -webkit-animation-name: scroll-down-2;
  animation-name: scroll-down-2;
}

@keyframes scroll-down-1 {
  0% {
    transform: translateY(0%);
  }
  70% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(62%);
  }
}
@keyframes scroll-down-2 {
  0% {
    transform: translateY(-62%);
  }
  70% {
    transform: translateY(-62%);
  }
  100% {
    transform: translateY(0%);
  }
}
.site-footer {
  padding: 30px 0;
  text-align: center;
  background: #e6e4d9;
}
.site-footer .container--flex {
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
@media all and (min-width: 1024px) {
  .site-footer .container--flex {
    flex-wrap: nowrap;
  }
}
.site-footer .footer-brand {
  width: 100%;
  margin-bottom: 1.875rem;
  padding: 0 1rem;
}
@media all and (min-width: 1024px) {
  .site-footer .footer-brand {
    width: 15rem;
    -webkit-box-flex: 0 0 15rem;
    -webkit-flex: 0 0 15rem;
    -ms-flex: 0 0 15rem;
    flex: 0 0 15rem;
    margin: 0;
    paddding: 0;
  }
}
.site-footer .footer-brand img {
  width: 100%;
  max-width: 400px;
  display: inline-block;
}
.site-footer .footer-slogan {
  width: 100%;
  margin-bottom: 1.875rem;
}

.footer-slogan .heading--secondary {
  text-transform: uppercase;
}
@media all and (min-width: 1024px) {
 .footer-slogan .heading--secondary {
    font-family: "Libre Franklin";
    font-weight: 800;
    font-size: 2.5rem;
    line-height: 44px;
  }
} 


@media all and (min-width: 1024px) {
  .site-footer .footer-slogan {
    width: auto;
    margin: 0;
  }
}
.site-footer .footer-contact {
  width: 100%;
  text-align: left;
}
@media all and (min-width: 1024px) {
  .site-footer .footer-contact {
    width: 15rem;
    -webkit-box-flex: 0 0 15rem;
    -webkit-flex: 0 0 15rem;
    -ms-flex: 0 0 15rem;
    flex: 0 0 15rem;
    margin: 0;
  }
}
.site-footer .copyright {
  margin-top: 1.875rem;
}

.layout {
  padding: 30px 0;
}
@media all and (min-width: 1024px) {
  .layout {
    padding: 60px 0;
  }
}

.theme-beige {
  background: #F4F2E8;
  margin: 0;
}
.theme-beige * {
  color: #3B3B3B;
}
.theme-beige + .theme-beige {
  padding-top: 0;
}

.theme-beigelight {
  background: #faf9f5;
  margin: 0;
}
.theme-beigelight * {
  color: #3B3B3B;
}
.theme-beigelight + .theme-beigelight {
  padding-top: 0;
}

.theme-beigewhite {
  background-color: #F4F2E8;
  margin: 0;
}
@media all and (min-width: 768px) {
  .theme-beigewhite {
    background-image: linear-gradient(90deg, #F4F2E8 0%, #F4F2E8 50%, white 50%, white 100%);
  }
}
.theme-beigewhite * {
  color: #3B3B3B;
}
.theme-beigewhite + .theme-beigewhite {
  padding-top: 0;
}

.theme-white {
  background: #fff;
  margin: 0;
}
.theme-white * {
  color: #3B3B3B;
}
.theme-white + .theme-white {
  padding-top: 0;
}

.theme-gray {
  background: #3B3B3B;
  margin: 0;
}
.theme-gray * {
  color: #fff;
}
.theme-gray + .theme-gray {
  padding-top: 0;
}

.theme-red {
  background: #e44b55;
  margin: 0;
}
.theme-red * {
  color: #fff;
}
.theme-red + .theme-red {
  padding-top: 0;
}

.inner-container {
  padding: 15px 0;
}
@media all and (min-width: 1024px) {
  .inner-container {
    padding: 30px 0;
  }
}

.layout-image_block {
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 60px;
  padding-right: 60px;
  max-width: 100%;
}
.layout-image_block figure {
  text-align: center;
}
.layout-image_block figure img {
  display: inline-block;
}

.layout-center_flexible_block .block-heading_text {
  margin: 0 auto;
  max-width: 850px;
}
.layout-center_flexible_block .block-heading_text h2 {
  text-align: center;
}
.layout-center_flexible_block .inner-container .image {
  margin-bottom: 30px;
}
.layout-center_flexible_block .block-twocol_6040,
.layout-center_flexible_block .block-twocol_5050,
.layout-center_flexible_block .block-twocol_2080 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
@media all and (min-width: 1024px) {
  .layout-center_flexible_block .block-twocol_6040 {
    flex-wrap: nowrap;
  }
}
@media all and (min-width: 768px) {
  .layout-center_flexible_block .block-twocol_6040.image-left .image {
    -webkit-box-flex: 0 0 60%;
    -webkit-flex: 0 0 60%;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
  }
}
@media all and (min-width: 768px) {
  .layout-center_flexible_block .block-twocol_6040.image-left .info {
    -webkit-box-flex: 0 0 40%;
    -webkit-flex: 0 0 40%;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    padding-left: 30px;
  }
}
.layout-center_flexible_block .block-twocol_6040.image-right .image {
  order: 2;
}
@media all and (min-width: 768px) {
  .layout-center_flexible_block .block-twocol_6040.image-right .image {
    -webkit-box-flex: 0 0 60%;
    -webkit-flex: 0 0 60%;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
  }
}
.layout-center_flexible_block .block-twocol_6040.image-right .info {
  order: 1;
}
@media all and (min-width: 768px) {
  .layout-center_flexible_block .block-twocol_6040.image-right .info {
    -webkit-box-flex: 0 0 40%;
    -webkit-flex: 0 0 40%;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    padding-right: 30px;
  }
}
.layout-center_flexible_block .block-twocol_2080 .image {
  text-align: center;
  margin-bottom: 30px;
}
@media all and (min-width: 768px) {
  .layout-center_flexible_block .block-twocol_2080 .image {
    -webkit-box-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
  }
}
.layout-center_flexible_block .block-twocol_2080 .image figure {
  width: 150px;
  display: inline-block;
}
.layout-center_flexible_block .block-twocol_2080 .image figure img {
  max-width: 150px;
}

@media (min-width: 1200px) {
.layout-center_flexible_block .block-twocol_2080 h2{
  font-size: 1.875rem;
  line-height: 41px;
  }
}

@media all and (min-width: 768px) {
  .layout-center_flexible_block .block-twocol_2080 .info {
    -webkit-box-flex: 0 0 80%;
    -webkit-flex: 0 0 80%;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    padding-left: 30px;
  }
}
@media all and (min-width: 768px) {
  .layout-center_flexible_block .block-twocol_5050.header-top .full {
    -webkit-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .layout-center_flexible_block .block-twocol_5050.header-top .full h2 {
    margin: 30px auto;
    text-align: center;
    max-width: 850px;
  }
}
@media all and (min-width: 768px) {
  .layout-center_flexible_block .block-twocol_5050 .image {
    -webkit-box-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding: 0 30px;
  }
}
@media all and (min-width: 768px) {
  .layout-center_flexible_block .block-twocol_5050 .info {
    -webkit-box-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding: 0 30px;
    margin: auto 0;
  }
}
.layout-center_flexible_block .block-image_gallery {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  /*
  .left {
    @include flex(0, 0, 50%);
    @media all and (min-width:$lg-min) {
      @include flex(0, 0, 60%);
    }
    figure {
      margin-right: .5rem;
      @media all and (min-width:$lg-min) {
        margin-right: 1rem;
      }
      img {
        font-family: "object-fit: cover;";
        -o-object-fit: cover;
        object-fit: cover;
        height: 100%;
        width: 100%;
      }
    }
  }
  .right {
    @include flex(0, 0, 50%);
    @media all and (min-width: $lg-min) {
      @include flex(0, 0, 40%);
    }
    figure {
      margin-left: .5rem;
      @media all and (min-width:$lg-min) {
        margin-left: 1rem;
      }
      img {
        font-family: "object-fit: cover;";
        -o-object-fit: cover;
        object-fit: cover;
        height: 100%;
        width: 100%;
      }
    }
  } */
}
.layout-center_flexible_block .block-image_gallery .full {
  margin-bottom: 2rem;
}
@media all and (min-width: 768px) {
  .layout-center_flexible_block .block-image_gallery .full {
    -webkit-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
.layout-center_flexible_block .block-image_gallery .image-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.layout-center_flexible_block .block-image_gallery .image-columns .left {
  margin-right: 15px;
}
.layout-center_flexible_block .block-image_gallery .image-columns .right {
  margin-left: 15px;
}
.layout-center_flexible_block .block-iconblock_list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
.layout-center_flexible_block .block-iconblock_list ul li {
  width: 100%;
  padding: 0 2rem 4rem 2rem;
  text-align: center;
}
@media all and (min-width: 568px) {
  .layout-center_flexible_block .block-iconblock_list ul li {
    -webkit-box-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}
@media all and (min-width: 1024px) {
  .layout-center_flexible_block .block-iconblock_list ul li {
    -webkit-box-flex: 0 0 33.33%;
    -webkit-flex: 0 0 33.33%;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
  }
}
.layout-center_flexible_block .block-iconblock_list ul li figure {
  display: inline-block;
}
.layout-center_flexible_block .block-iconblock_list ul li figure img {
  min-height: 45px;
  max-width: 100px;
}
.layout-center_flexible_block .block-staff_list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  list-style: none;

}

.block-iconblock_list h3 {
 
  font-weight: 700;
}

@media (min-width: 1200px) {
.block-iconblock_list h3 {
    font-size: 1.875rem;
    line-height: 36px;
    font-weight: 700;
  }
}

.layout-center_flexible_block .block-staff_list .justify-center {
  justify-content: center;
}

.layout-center_flexible_block .block-staff_list .justify-center .email a {
  text-decoration: none;
}

.layout-center_flexible_block .block-staff_list .justify-center figure img {
 margin: 0 auto;
}




.layout-center_flexible_block .block-staff_list ul li {
  padding: 0 0.5rem 1.5rem 0.5rem;
}
@media all and (min-width: 568px) {
  .layout-center_flexible_block .block-staff_list ul li {
    -webkit-box-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding: 0 1rem 2rem 1rem;
  }
}
@media all and (min-width: 1024px) {
  .layout-center_flexible_block .block-staff_list ul li {
    -webkit-box-flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
  }
}


  .layout-center_flexible_block .block-staff_list .justify-center li {
text-align: center;
  }


.layout-center_flexible_block .block-staff_list ul li figure img {
  max-width: 100%;
  margin-bottom: 0.5rem;
}
.layout-center_flexible_block .block-staff_list ul li h4.name {
  margin-bottom: 0.5rem;
  font-family: "Libre Franklin", sans-serif;
}
.layout-center_flexible_block .block-staff_list ul li p.title {
  font-weight: 600;
  margin-bottom: 0;
}



/* Utfallande kolumn + citat*/
.column-container {
  margin: 0;
}
@media all and (min-width: 1024px) {
  .column-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.column-container.narrow {
  max-width: calc(1245px + 60px);
  margin: 0 auto !important;
}
.column-container .column-primary,
.column-container .column-secondary {
  margin-bottom: 0;
  padding: 30px 0;
}
@media all and (min-width: 1024px) {
  .column-container .column-primary,
.column-container .column-secondary {
    -webkit-box-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding: 60px 0;
  }
}
@media all and (min-width: 1200px) {
  .column-container .column-primary,
.column-container .column-secondary {
    padding: 100px 0;
  }
}
@media all and (min-width: 1200px) {
  .column-container .column-primary {
    padding: 100px 0;
  }
}

.layout-cols_2_cover {
  padding: 0;
}
.layout-cols_2_cover .column-container {
  margin: 0;
}
@media all and (min-width: 1024px) {
  .layout-cols_2_cover .column-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media all and (min-width: 1024px) {
  .layout-cols_2_cover .column-container .column-secondary.left {
    order: -1;
  }
}
.layout-cols_2_cover .column-container .column-secondary.cover-img {
  padding: 0;
}
.layout-cols_2_cover .column-container .column-secondary.cover-img > .container--half {
  padding: 0;
  height: 100%;
}
@media all and (min-width: 1024px) {
  .layout-cols_2_cover .column-primary .container--half {
    margin: 0 0 0 auto;
  }
}
@media all and (min-width: 1024px) {
  .layout-cols_2_cover .column-primary.right .container--half {
    margin: 0 auto 0 0;
  }
}
@media all and (min-width: 1200px) {
  .layout-cols_2_cover .column-primary.right .container--half {
    padding-left: 60px;
  }
}
.layout-cols_2_cover .cover-img {
  max-width: 100%;
  padding: 0;
}
.layout-cols_2_cover .cover-img .container--half {
  max-width: none;
  width: 100%;
}
.layout-cols_2_cover .cover-img img {
  max-width: none;
  width: 100%;
  height: 100%;
}

.layout-quote_full {
  padding: 0;
  position: relative;
}
.layout-quote_full .quote-container {
  margin: 0;
  background-image: var(--bkg);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  padding: 120px 15px;
  width: 100%;
}
@media all and (min-width: 768px) {
  .layout-quote_full .quote-container {
    padding: 160px 30px;
  }
}
@media all and (min-width: 1024px) {
  .layout-quote_full .quote-container {
    background: none;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
  }
}
@media all and (min-width: 1024px) {
  .layout-quote_full .quote-container::before {
    display: block;
    content: "";
    background-image: var(--bkg);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    height: 100%;
    width: 50%;
    -webkit-box-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    position: relative;
  }
}
.layout-quote_full blockquote {
  position: relative;
}
@media all and (min-width: 1024px) {
  .layout-quote_full blockquote {
    padding-left: calc(4vw + 30px);
    margin: 160px 60px 240px 60px;
  }
}
@media all and (min-width: 1200px) {
  .layout-quote_full blockquote {
    max-width: calc((1350px / 2) + 30px);
    margin: 160px auto 300px 60px;
  }
}
.layout-quote_full blockquote::before {
  content: "";
  display: block;
  margin-bottom: 15px;
  width: 100px;
  height: 100px;
  background: url("assets/icons/quote.svg");
}
@media all and (min-width: 1024px) {
  .layout-quote_full blockquote::before {
    width: 4vw;
    height: 4vw;
    position: absolute;
    left: 0;
    top: -15px;
  }
}
.layout-quote_full blockquote p {
  font-family: "Libre Franklin";
  font-size: 1.625rem;
  line-height: 1.40;
  font-weight: 300;
}
.layout-quote_full blockquote p.citee {
  font-style: italic;
  font-size: 1.125rem;
  font-family: "Libre Franklin", sans-serif;
  margin-top: 30px;
}
@media all and (min-width: 1024px) {
  .layout-quote_full .icon-bottom::after {
    content: "";
    background: url("assets/icons/autocirc-logo.svg");
    width: 392px;
    height: 215px;
    background-size: cover;
    opacity: 0.6;
    position: absolute;
    bottom: 60px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}
@media all and (min-width: 1200px) {
  .layout-quote_full .icon-bottom::after {
    width: 40vw;
    height: calc(40vw * .5475);
  }
}
@media all and (min-width: 1024px) {
  .layout-quote_full .icon-bottom blockquote {
    margin-bottom: 300px;
  }
}
@media all and (min-width: 1200px) {
  .layout-quote_full .icon-bottom blockquote {
    width: 40vw;
    margin-bottom: calc((40vw * .5475) + 90px);
  }
}

.nf-form-cont {
  max-width: 400px;
  margin: auto;
}
@media all and (min-width: 1460px) {
  .nf-form-cont {
    margin: 0 60px;
  }
}
.nf-form-cont .nf-form-title {
  margin: 0;
  text-align: center;
}
.nf-form-cont .nf-form-title h3 {
  font-size: 2.825rem;
  line-height: 54px;
}

@media (max-width: 500px) {
  .nf-form-cont .nf-form-title h3 {
    font-size: 2.25rem;
  }
  
}
.nf-form-cont .nf-debug-msg {
  margin-bottom: 0;
}
.nf-form-cont .nf-form-fields-required {
  display: none;
}
.nf-form-cont .nf-field input::placeholder {
  color: #fff;
}
.nf-form-cont .nf-field-label {
  display: none;
}
.nf-form-cont .nf-form-content .list-select-wrap .nf-field-element > div,
.nf-form-cont .nf-form-content input:not([type=button]),
.nf-form-cont .nf-form-content textarea {
  border: 1px solid #fff;
  background: #454545;
  border-radius: 4px;
}
.nf-form-cont .submit-wrap {
  text-align: center;
}

.wpnw-pro-news-gridbox-slider-wrp, .wpnw-pro-news-slider-wrp {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.news-container {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    max-width: 1210px;
    margin-top: 80px;
    margin-bottom: 80px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

@media (max-width: 1600px) {
  .news-container {
    margin-top: 60px;
  }
}

.article-hentry {
    margin-bottom: 60px;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    padding-bottom: 90px;
}

.article-header {
    margin: 0 auto;
    width: 90.5%;
}

.article-header h2 {
  margin-top: 0px;
  font-family: "Libre Franklin";
  font-weight: 300;
  font-size: 25px;
  line-height: 1.3;
}

@media (min-width: 700px) {
  .article-content {
    max-width: 700px;
  }
  .article-header h2 {
    max-width: 760px;
    font-size: 45px;
    line-height: 54px;
  }
}



.article-header h2 {
  font-family: "Libre Franklin";
}

@media (min-width: 768px) {
.article-hentry .article-header {
   padding-left: 20px;
    padding-right: 20px;
    width: 100%;
  }
  .article-header {
    margin: 0 auto;
  }
}

.single-post {
    max-width: 900px;
}

.news-btn {
    position: absolute;
    left: 0;
    bottom: 0;
    color: #E44B55;
    display: flex;
    align-items: center;
    
    margin-left: 20px;
}

.news-btn svg {
    margin-right: 5px;
    transform: rotate(180deg);
}

.single-news-img {
    width: 100%;
    max-height: 500px;
}


.news-hero {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    justify-content: flex-end;
    align-items: flex-end;
    overflow: hidden;
}






.hero-news-image {
    height: 100vh;
    min-height: 100%;
    background-size: cover;
    background-position: center center;
}

.hero-news-image::before {
    content:"";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: .5;
    background-color: #000000;
}

@media (min-width: 700px) {
.hero-news-image {
    height: 100%;
    min-height: 100vh;
}
}

.error-page {
    font-family: iA Writer Duospace,serif;
    font-size: 26px;
    font-weight: 400;
    letter-spacing: -.025em;
    line-height: 1.3;
    margin-bottom: 0.5em;
    margin-top: 1.2em;
    text-align: center;
    font-size: clamp(3rem,8vw,7rem);
}

.enlarged-title {
  font-size: 90px;
}

@media (min-width: 500px) {
  .enlarged-title {
    font-size: 180px;
  }
}


.video-container {
  position: absolute;
  top: 22%;
  bottom: 0;
  width: 75vw;
  height: 100%; 
  overflow: hidden;
}

.video-container iframe {
max-width: 100%;
}
.video-container video {
  /* Make video to at least 100% wide and tall */
  max-width: 100%; 
  min-height: 100%; 
  
  /* Setting width & height to auto prevents the browser from stretching or squishing the video */
  width: auto;
  height: auto;
  
  /* Center the video */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}


@media (min-width: 750px) {
  .video-container {
    top: 35%;
  }
}

@media (min-width: 1200px) {
  .video-container {
    top: 32%;
  }
  .video-container iframe {
    width: 65%;
  }
}






@media (min-width: 1920px) {
  .video-container {
    top: 35%;
  
  }

  .video-container iframe {
    width: 60%;
  }
}


.nyhets-ingress {
  max-width: 92%;
}

@media(min-width: 700px) {
  .nyhets-ingress {
    max-width: 80%;
  }
}


@media (max-width: 600px) {
  .video-title {
    margin-top: 10px;
  }
  .video-container {
    width:100vw;
    left: 0;
  }
}


@media (min-width: 1650px) {
  .video-title {
    margin-top: 70px;
  }
}




 .vimeo-video {
   width: 100%;
 }


 .iframe-1 {
   width: 100%;
   height: auto;
   min-width: 300px;
   min-height: 300px;
 }

 @media (max-width: 600px) {
    .iframe-1 {
      min-width: 450px;
      min-height: 300px;
     
    }
 }


 @media (max-width: 520px) {
  .iframe-1 {
    min-width: 410px;
    min-height: 300px;
  
  }
}

@media (max-width: 480px) {
  .iframe-1 {
    min-width: 365px;
    min-height: 200px;
  
  }
}
  

@media (max-width: 420px) {
  .iframe-1 {
    min-width: 300px;
    min-height: 200px;
  
  }
}




.wpnaw-news-title a{
  color: #fff;
}

.wpnaw-news-title-2 a{
  color: #000 !important;
  text-decoration: none;
  margin-top: 30px;
}

.wpnaw-news-date-2{
  color: #000 !important;
}

.wpnaw-gridbox-main h2, .wpnaw-list-main h2, .wpnaw-news-grid-main h2, .wpnaw-news-gridbox-slider h2, .wpnaw-news-slider h2, .wpnaw-news-slider-widget h2 {
  padding-top: 30px !important;
}


/* .wpnaw-news-gridbox-slider.design-5 .wpnaw-title-content {
  max-width: 90vw !important;
} */


.wpnaw-list-main.design-1 .wpnaw-news-list-content .wpnaw-image-left-overlay {
  padding: 20px 20px;
}


.wpnaw-news-gridbox-slider .readmorebtn {
  color: #888 !important;
  border: 0.5px solid #888;
}

.wpnaw-news-gridbox-slider .readmorebtn:hover {
  color: #fff !important;
  background:  #888 !important;
}


.wpnaw-gridbox-main h2, .wpnaw-list-main h2, .wpnaw-news-grid-main h2, .wpnaw-news-gridbox-slider h2, .wpnaw-news-slider h2, .wpnaw-news-slider-widget h2 {
  padding-right: 6px;
}


.wpnaw-news-gridbox-slider.design-5 .wpnaw-bottom-content {
  padding-right: 20px;
}


.wpnaw-grid-slider-wrp {
  width: 100%;
  max-width: 96vw;
}

#wpnaw-news-2 {
  max-width: 96vw;;
}

@media (max-width: 1000px) {
  .wpnews-medium-4 {
   width: 100%;
  }

  .wpnews-medium-8 {
    width: 100%;
  }
}


.wpnaw-image-fit .wpnaw-news-image-bg img {
  object-fit: fill;
}


@media (max-width: 600px) {
  .wpnaw-news-gridbox-slider .wpnaw-news-image-bg {
    max-width: 95% !important;
  }
}


/** Non optimal injections **/

.block-twocol_2080 img{
	width:100%;
}


/** EXTRA CODE - VIMEO **/

	.page-id-6089 .hero2022, .page-id-3834 .hero2022, .page-id-3852 .hero2022 {
		display: none;
	}

	.video-container {
		position: relative;
		padding-bottom: 56.25%; /* 16:9 aspect ratio */
		height: 0;
		overflow: hidden;
		max-width: 100%;
		background: transparent;
		margin: 0 auto;
	}

	.video-container iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		border: 0;
	}

	.single-page-id-6089.single-post {
		max-width: 100%;
	}


/*# sourceMappingURL=style.css.map */
