@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap);
/*
Theme Name: npprodukter
Author: [Bolt]
Description: Theme for websites created by BOLT.
Version 1.1
*/
/********************************************************************************************************/
/* GENERAL CODING */
/********************************************************************************************************/
:root {
  --app-height: 100%;
}

/********************************************************************************************************/
/* MIXINS */
/********************************************************************************************************/
/* ===== Usage ===== */
/********************************************************************************************************/
/* VARIABLES */
/********************************************************************************************************/
/********************************************************************************************************/
/* COLORS */
/********************************************************************************************************/
/* FONTS */
/********************************************************************************************************/
/* GLOBAL */
/********************************************************************************************************/
html,
body {
  margin: 0;
  padding: 0;
  position: relative;
}

a,
p,
span,
* {
  font-family: "Noto Sans JP", helvetica, arial, sans-serif;
  font-size: 1rem;
  line-height: 1.4rem;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  color: #000000;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

img {
  max-width: 100%;
}

.capitalize {
  text-transform: capitalize;
}

h1,
h1 span,
h2,
h2 span,
h3,
h3 span,
h4,
h4 span,
h5,
h5 span {
  font-family: "Noto Sans JP", helvetica, arial, sans-serif;
  margin: 0;
}

strong {
  font-family: "Noto Sans JP", helvetica, arial, sans-serif;
  margin: 0;
}

h1,
h1 span,
h1 strong {
  font-size: 2.6rem;
  line-height: 2.8rem;
  font-size: clamp(2.6rem, 10vw, 3rem);
  line-height: clamp(2.8rem, 10vw, 3.2rem);
  margin: 0px 0 20px 0;
}

h2,
h2 span,
.h2,
h2 strong {
  font-size: 2.4rem;
  line-height: 2.8rem;
  font-size: clamp(2rem, 10vw, 2.2rem);
  line-height: clamp(2.6rem, 10vw, 2.8rem);
  margin: 0px 0 20px 0;
}

h3,
h3 span,
.h3,
h3 strong {
  font-size: 1.6rem;
  line-height: 2rem;
  margin: 0px 0 10px 0;
}

ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
  text-decoration: none;
}

h4,
h4 span,
.h4,
h4 strong {
  font-size: 1.3rem;
  line-height: 1.7rem;
}

h5,
h5 span,
h5 strong {
  font-size: 1.2rem;
  line-height: 1.6rem;
  padding: 0;
  margin: 10px 0;
}

.light * {
  color: #fff;
}

.dark * {
  color: black;
}

.wpgmza-infowindow * {
  color: black !important;
}

.bold {
  font-weight: 600;
}

.v2 h1{
  font-size: 30px;
}

.v2 h2{
  font-size: 24px;
}
/********************************************************************************************************/
/* MEDIA QUERIES */
/********************************************************************************************************/
@media only screen and (min-width: 700px) {
  p,
  span {
    font-size: 1rem;
    line-height: 1.4rem;
  }
  h1,
  h1 span,
  h1 strong {
    font-size: 6rem;
    line-height: 6.5rem;
    font-size: clamp(4rem, 10vw, 5rem);
    line-height: clamp(4.4rem, 10vw, 5.2rem);
    margin: 0px 0 20px 0;
  }
  h2,
  h2 span,
  .h2,
  h2 strong {
    font-size: 3.2rem;
    line-height: 4rem;
    font-size: clamp(2.2rem, 10vw, 2.6rem);
    line-height: clamp(2.4rem, 10vw, 3.2rem);
    margin: 0px 0 20px 0;
  }
  h3,
  h3 span,
  .h3,
  h3 strong {
    font-size: 2.2rem;
    line-height: 2.6rem;
    margin: 0px 0 20px 0;
  }
  h4,
  h4 span,
  .h4,
  h4 strong {
    font-size: 1.6rem;
    line-height: 2rem;
  }
  h5,
  h5 span,
  h5 strong {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
}
/********************************************************************************************************/
/* MEDIA QUERIES */
/********************************************************************************************************/
@media only screen and (min-width: 960px) {
  p,
  span,
  p a {
    font-size: 1rem;
    line-height: 1.4rem;
  }
  h1,
  h1 span,
  h1 strong {
    font-size: 7.8rem;
    line-height: 8.2rem;
    font-size: clamp(4rem, 10vw, 5rem);
    line-height: clamp(4.4rem, 10vw, 5.4rem);
    margin: 20px 0 20px 0;
  }
  h2,
  h2 span,
  .h2 {
    font-size: 4.5rem;
    line-height: 5rem;
    font-size: clamp(3rem, 10vw, 4rem);
    line-height: clamp(3.4rem, 10vw, 4.2rem);
    margin: 0px 0 20px 0;
  }
  h3,
  h3 span,
  .h3 {
    font-size: 2.4rem;
    line-height: 3rem;
    margin: 0 0 10px 0;
  }
  h4,
  h4 span,
  .h4 {
    font-size: 1.4rem;
    line-height: 2rem;
    margin: 0 0 10px 0;
  }
  h5,
  h5 span {
    font-size: 1.2rem;
    line-height: 1.6rem;
    padding: 0;
    margin: 0;
  }
  p {
    margin: 15px 0;
    max-width: 700px;
    margin: 0 auto;
  }

  .v2 h1{
    font-size: 38px;
  }

  .v2 h2{
    font-size: 30px;
  }
}
/********************************************************************************************************/
/* MEDIA QUERIES */
/********************************************************************************************************/
/********************************************************************************************************/
/* BUTTONS */
/********************************************************************************************************/
.button {
  text-decoration: none;
  padding: 12px 40px 11px 40px;
  margin: 20px 0;
  border: none;
  font-weight: 600;
  color: black;
  display: inline-block;
  transition: background-color 0.5s;
}
.button:hover {
  background-color: rgb(0, 0, 0);
  color: white;
  transition: background-color 0.5s color 0.5s;
  text-decoration: none;
}
.button.blue {
  background-color: #00519E;
  color: white;
}
.button.blue:hover {
  background-color: rgb(0, 0, 0);
  color: white;
  transition: background-color 0.5s color 0.5s;
  text-decoration: none;
}
.button.black{
  background-color: #000;
  color: white;
  transition: background-color 0.5s;
}
.button.black:hover{
  background-color: #00519E;
}
.button.white{
  background-color: #fff;
  color: #000;
}
.button.white:hover{
  background-color: #bbb;
}

.light .button {
  background-color: white;
  color: black;
}
.light .button:hover {
  background-color: rgb(255, 255, 255);
  color: black;
  transition: background-color 0.5s color 0.5s;
  text-decoration: none;
}
.light .button.blue {
  background-color: #00519E;
  color: white;
}
.light .button.blue:hover {
  background-color: rgb(255, 255, 255);
  color: black;
  transition: background-color 0.5s color 0.5s;
  text-decoration: none;
}

.text-button {
  padding: 0;
  color: #00519E;
  margin: 0;
  background: transparent;
  transition: color 0.5s ease;
}
.text-button:hover {
  text-decoration: underline;
  background-color: transparent;
  color: black;
}

.gform_button {
  text-decoration: none;
  padding: 12px 40px 11px 40px;
  margin: 20px 0;
  border: none;
  font-weight: 600;
  color: black;
  display: inline-block;
  background-color: #00519E;
  color: white;
  transition: background-color 0.5s;
}
.gform_button:hover {
  background-color: rgb(0, 0, 0);
  color: white;
  transition: background-color 0.5s color 0.5s;
  text-decoration: none;
}

/********************************************************************************************************/
/* MEDIA QUERIES */
/********************************************************************************************************/
/********************************************************************************************************/
/* MEDIA QUERIES */
/********************************************************************************************************/
/********************************************************************************************************/
/* MEDIA QUERIES */
/********************************************************************************************************/
@media only screen and (min-width: 1400px) {
  .slide_down {
    padding: 80px 0 0px 0;
  }
}
/********************************************************************************************************/
/* LAYOUT */
/********************************************************************************************************/
* {
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
}

.responsive-background-image {
  max-width: 100%;
}

body {
  position: relative;
  height: 100vh;
  width: 100%;
  padding-top: 65px;
}

p + p {
  margin-top: 10px;
}

.grid_three {
  padding: 20px;
}
.grid_three .grid_item {
  margin-bottom: 40px;
}
.grid_three .grid_item .img_container {
  margin-bottom: 20px;
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  padding: 75% 0 0 0; /* 34.37% = 100 / (w / h) = 100 / (640 / 220) */
}
.grid_three .grid_item .img_container img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.stretch-link{
  position: absolute;
  inset: 0;
  color: transparent;
  z-index: 5;
}

/********************************************************************************************************/
/* MEDIA QUERIES */
/********************************************************************************************************/
@media only screen and (min-width: 700px) {
  .section {
    margin: 0px 0;
  }
  .smallimg img {
    padding: 10px;
  }
  .grid_three {
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
  }
  .grid_three .grid_item {
    margin-bottom: 0px;
    padding: 20px;
    width: 50%;
  }
}
/********************************************************************************************************/
/* MEDIA QUERIES */
/********************************************************************************************************/
@media only screen and (min-width: 960px) {
  body {
    padding-top: 100px;
  }
  .smallimg img {
    padding: 10%;
  }
  #cookie-law-info-bar[data-cli-style=cli-style-v2] {
    padding: 14px 75px;
  }
  .grid_three {
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
  }
  .grid_three .grid_item {
    margin-bottom: 0px;
    padding: 20px;
    width: 33.33%;
    width: 33.3333333333%;
  }
}
@media only screen and (min-width: 1400px) {
  .smallimg img {
    padding: 15%;
  }
}
/********************************************************************************************************/
/* HEADER*/
/********************************************************************************************************/
/********************************************************************************************************/
/* MENU */
#header #logotype img {
  height: 65px;
  padding: 15px 20px;
}

header {
  background: white;
  max-height: 65px;
  position: fixed;
  top: 0;
  transition: top 0.2s ease-in-out;
  width: 100%;
  z-index: 11111111;
}

.nav-up {
  top: -65px;
}

.header_inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-height: 65px;
}

#main-nav {
  display: none;
  background-color: white;
  width: 100%;
  z-index: 2222;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
}
#main-nav .menu {
  padding: 40px 20px;
}
#main-nav .menu li {
  display: flex;
  align-items: center;
  margin: 25px 0 20px 0;
}
#main-nav .menu li a {
  display: block;
  text-align: left;
  font-size: 1.4rem;
  justify-content: space-between;
  text-decoration: none;
  font-weight: 600;
  padding-bottom: 8px;
  border-bottom: 3px transparent solid;
  transition: color 0.2s;
}
#main-nav .menu li a:active {
  text-decoration: underline;
}
#main-nav .menu li.current_page_item a {
  opacity: 0.3;
  border-bottom: 3px grey solid;
}
#main-nav .menu li:hover a {
  border-bottom: 3px #00519E solid;
}

.menu_container {
  position: relative;
}

.showmenu_container {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-items: center;
}

#showmenu {
  width: 35px;
  height: 20px;
  position: relative;
  margin: 0 20px 0 0;
}
#showmenu:after {
  content: "";
  border-top: solid 3px black;
  width: 35px;
  right: 50%;
  transform: translateX(50%);
  position: absolute;
  transition: transform 0.2s;
}
#showmenu:before {
  content: "";
  border-top: solid 3px black;
  margin-top: 15px;
  width: 35px;
  right: 50%;
  transform: translateX(50%);
  position: absolute;
  transition: transform 0.2s;
}
#showmenu.open {
  border: none;
  margin: -20px 20px 0 0;
}
#showmenu.open:after {
  content: "";
  margin-top: 10px;
  width: 30px;
  height: 30px;
  position: absolute;
  transform: rotate(45deg);
  top: 7px;
  right: 11px;
  transition: transform 0.2s;
}
#showmenu.open:before {
  content: "";
  margin-top: 22px;
  width: 30px;
  height: 30px;
  position: absolute;
  transform: rotate(-45deg);
  top: -5px;
  right: -10px;
  transition: transform 0.2s;
}

.desktop {
  display: none;
}

/********************************************************************************************************/
/* MEDIA QUERIES */
/********************************************************************************************************/
@media only screen and (min-width: 700px) {
  #header .showmenu_container {
    margin-right: 30px;
  }
  #header #logotype img {
    height: 65px;
    padding: 15px 15px 15px 50px;
  }
  #header #main-nav .menu {
    padding: 50px;
  }
  #header #main-nav .menu li a {
    font-size: 1.5rem;
  }
}
/********************************************************************************************************/
/* MEDIA QUERIES */
/********************************************************************************************************/
@media only screen and (min-width: 960px) {
  .header_inner {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  .showmenu_container {
    display: none;
  }
  body {
    position: relative;
  }
  header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-height: 100px;
    height: 100px;
    padding: 0 0px;
  }
  .nav-up {
    top: -100px;
  }
  .header_inner {
    width: -moz-fit-content;
    width: fit-content;
    top: 15px;
  }
  #header #logotype img {
    height: 65px;
    padding: 10px 15px 10px 15px;
  }
  #header #main-nav {
    display: block;
    background-color: transparent;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    position: initial;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #header #main-nav #menu-sekundarmeny {
    padding: 0;
  }
  #header #main-nav #menu-sekundarmeny li {
    margin: 0;
  }
  #header #main-nav #menu-sekundarmeny li a {
    text-decoration: none;
    padding: 12px 20px 11px 20px;
    margin: 0px 0;
    border: none;
    font-weight: 600;
    line-height: 20px;
    color: black;
    background-color: #00519E;
    color: white;
    display: inline-block;
    transition: background-color 0.5s;
    font-size: 0.9rem;
  }
  #header #main-nav #menu-sekundarmeny li a:hover {
    background-color: rgb(0, 0, 0);
    color: white;
    transition: background-color 0.5s color 0.5s;
    text-decoration: none;
  }
  #header #main-nav #menu-huvudmeny {
    padding: 0px;
    display: flex;
    margin: 0 0px;
  }
  #header #main-nav #menu-huvudmeny li {
    padding: 0 20px;
    margin: 0 0px;
  }
  #header #main-nav #menu-huvudmeny li:first-of-type {
    padding: 0 20px 0 0;
  }
  #header #main-nav #menu-huvudmeny li a {
    display: inline-block;
    width: -moz-fit-content;
    width: fit-content;
    text-align: left;
    font-size: 1rem;
    justify-content: space-between;
    text-decoration: none;
    padding-bottom: 5px;
    transition: color 0.2s;
  }
  .header_inner_container {
    width: 100%;
    padding-inline: 24px;
    /* max-width: 1400px; */
    margin: 0 auto;
  }
  .desktop {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
  }
  .mobil {
    display: none;
  }
}
/********************************************************************************************************/
/* MEDIA QUERIES */
/********************************************************************************************************/
@media only screen and (min-width: 1400px) {
  header {
    padding: 0;
  }
}
/********************************************************************************************************/
/* FOOTER */
/********************************************************************************************************/
footer #menu-sidfot-meny {
  text-align: center;
}
footer p {
  margin: 0px 0 0px 0;
}
footer .title-footer {
  margin: 20px 0;
}
footer .mainFooter {
  padding: 40px 20px;
}
footer .mainFooter a {
  text-decoration: none;
}
footer .mainFooter .mainFooterInner .column > div {
  padding: 10px 0;
  display: flex;
  align-items: center;
}
footer .mainFooter .mainFooterInner .column .seal {
  justify-content: center;
}
footer .mainFooter .mainFooterInner .column .seal img {
  float: none;
  height: 70px;
  width: auto;
  margin: 0;
}
footer .img-container {
  padding: 0;
  text-align: center;
}
footer .img-container img {
  width: 200px;
  height: auto;
  margin: 0 auto;
  position: relative;
  -o-object-fit: contain;
     object-fit: contain;
}
footer .text_icons_container {
  display: flex;
  margin: 0 auto;
  width: 100%;
  display: flex;
}
footer .socialIcons {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  margin: 0px auto;
}
footer .socialIcon a {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: grid;
  position: relative;
  align-items: center;
  justify-items: center;
}
footer .socialIcon a img {
  width: 30px;
  height: 30px;
  margin: 0;
}
footer .icon, footer .opening-icon {
  transform: scale(0.7);
}
footer .footerMenus {
  display: flex;
}
footer .footerMenus .footerMenu {
  width: 50%;
}
footer .footerMenus .footerMenu a {
  text-decoration: none;
}
footer .subFooter {
  padding: 10px 20px 20px 20px;
  text-align: center;
}
footer .subFooter .subFooterInner {
  flex-direction: column-reverse;
  display: flex;
}
footer .subFooter .menu {
  flex-wrap: wrap;
  padding: 10px 0 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .subFooter .menu a {
  text-decoration: none;
  padding-right: 10px;
}
footer .copyright {
  text-align: center;
  margin: 15px 0;
}
footer .column {
  padding: 20px 0;
  width: 100%;
}
footer .column .opening-icon {
  float: left;
  margin-bottom: 40px;
  margin-right: 20px;
  width: 30px;
  height: 30px;
  margin-top: 20px;
}
footer .column img {
  float: left;
  margin-right: 20px;
  width: 30px;
  height: 30px;
}
footer .footer-menu {
  display: flex;
  flex-wrap: wrap;
}
footer .footer-menu li {
  width: 50%;
  padding: 5px 0px;
}
footer .menu li {
  padding: 5px 0px;
}

/********************************************************************************************************/
/* MEDIA QUERIES */
/********************************************************************************************************/
@media only screen and (min-width: 700px) {
  footer .socialIcons {
    margin: 0 0 0 10px;
  }
  footer .mainFooter {
    padding: 80px 50px;
  }
  footer .title-footer {
    font-size: 1rem;
  }
  footer .mainFooterInner {
    display: flex;
    flex-wrap: wrap;
  }
  footer .mainFooterInner .column {
    width: 50%;
    /*
    &:first-of-type {
      width: 100%;
    }
    &:last-of-type {
      width: 34%;
    }*/
  }
  footer .footer_copyright {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  footer .footer_copyright #menu-sidfot-meny {
    display: flex;
  }
  footer .footer_copyright #menu-sidfot-meny li {
    padding-left: 20px;
  }
  footer .footer_copyright #menu-sidfot-meny li a {
    font-size: 0.9rem;
  }
  footer .copyright {
    text-align: center;
    margin: 15px 0;
    font-size: 0.9rem;
  }
}
/********************************************************************************************************/
/* MEDIA QUERIES */
/********************************************************************************************************/
@media only screen and (min-width: 960px) {
  footer .socialIcons {
    margin: 0 -30px 0 auto;
  }
  footer a,
  footer span,
  footer p {
    font-size: 1rem;
  }
  footer .mainFooter {
    padding: 80px 75px;
  }
  footer .mainFooter .mainFooterInner {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
  }
  footer .mainFooter .mainFooterInner .column {
    width: 33%;
    padding: 20px;
    margin-top: 0px;
    /*
    &:first-of-type {
      width: 30%;
      margin-top: 0px;
    }
    &:last-of-type {
      width: 20%;
    }*/
  }
  footer .mainFooter .mainFooterInner .column img {
    float: left;
    margin-bottom: 0px;
    margin-right: 20px;
    width: 40px;
    height: 40px;
  }
  footer .mainFooter .mainFooterInner .column .seal {
    margin-right: -10%;
    margin-top: 28px;
    justify-content: flex-start;
  }
  footer .mainFooter .mainFooterInner .column .opening-icon {
    float: left;
    margin-bottom: 60px;
    margin-right: 20px;
    width: 40px;
    height: 40px;
  }
  footer .title-fo .title-footer {
    font-size: 1rem;
    padding: 10px 0;
  }
  footer .img-container {
    text-align: left;
    padding-bottom: 20px;
    height: 75px;
  }
  footer .logotype {
    width: 120px;
  }
  footer .footer-menu li {
    width: 33.3333333333%;
  }
  footer .text_icons_container {
    padding: 20px 0;
  }
  footer .copyright {
    text-align: center;
    margin: 30px 0 -50px 0;
    font-size: 0.7rem;
  }
}
/********************************************************************************************************/
/* MEDIA QUERIES */
/********************************************************************************************************/
@media only screen and (min-width: 1400px) {
  .footer-container {
    width: 90%;
    max-width: 1400px;
    margin: 0 auto;
  }
  .footer-container .mainFooter {
    padding: 80px 0;
  }
}
/********************************************************************************************************/
/* SINGLE */
.single .single-header .layout-inner {
  display: flex;
  position: relative;
}
.single .single-header .layout-inner img {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  -o-object-fit: cover;
     object-fit: cover;
}
.single .single-header .layout-inner .text-group {
  z-index: 5;
  width: 100%;
  padding: 60px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.single .single-header .layout-inner .text-group .page-title {
  text-align: center;
}
.single .section .content {
  padding: 40px 20px;
}
.single .section .content img {
  height: -moz-fit-content;
  height: fit-content;
}


.overlay {
  background-color: rgba(0, 0, 0, 0.5);
  mix-blend-mode: multiply;
  background-color: rgba(0, 81, 158, 0.75);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.overlay.dark {
  background-color: rgba(0, 0, 0, 0.6);
}

.more-posts {
  background-color: #EDEBDF;
}
.more-posts .inner-layout {
  padding: 40px 20px 40px 20px;
  position: relative;
}
.more-posts .inner-layout .grid-item {
  margin: 40px 0;
}
.more-posts .inner-layout .grid-item .img-container {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  padding: 75% 0 0 0; /* 34.37% = 100 / (w / h) = 100 / (640 / 220) */
}
.more-posts .inner-layout .grid-item .img-container .wp-post-image {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.more-posts .inner-layout h4 {
  margin: 20px 0 0 0;
}

.more-posts .grid_three {
  padding: 0;
}

/********************************************************************************************************/
/* MEDIA QUERIES */
/********************************************************************************************************/
@media only screen and (min-width: 700px) {
  .single .layout-inner {
    min-height: 400px;
  }
  .single .layout-inner.h50 {
    height: 50vh;
    min-height: 400px;
    height: var(--app-height);
    height: calc(var(--app-height) / 2);
  }
  .single .layout-inner.h50 .img-container {
    height: 50vh;
    min-height: 400px;
    height: var(--app-height);
    height: calc(var(--app-height) / 2);
  }
  .single .layout-inner.h50 .img-container img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .single .more-posts .container-grid.threeColumns .inner-container {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px 0 -10px;
  }
  .single .more-posts .container-grid.threeColumns .inner-container .grid-item {
    width: 33.33%;
    margin: 0;
    width: 33.3333333333%;
    flex-grow: 1;
  }
  .single .more-posts .container-grid.threeColumns .inner-container .grid-item .grid-item-inner {
    margin: 0;
    padding: 0;
    margin: 10px;
    position: relative;
  }
  .more-posts .inner-layout {
    padding: 40px 40px 40px 40px;
  }
  .single .section .content {
    padding: 40px;
  }
}
/********************************************************************************************************/
/* MEDIA QUERIES */
/********************************************************************************************************/
@media only screen and (min-width: 960px) {
  .single .layout-inner {
    min-height: 400px;
  }
  .single .section .content {
    padding: 80px 80px;
  }
  .single .more-posts {
    padding: 80px;
  }
  .single .more-posts .inner-layout {
    padding: 0;
  }
  .single .single-header .text-group {
    padding: 80px 80px;
  }
}
/********************************************************************************************************/
/* MEDIA QUERIES */
/********************************************************************************************************/
@media only screen and (min-width: 1400px) {
  .single .section .content {
    padding: 80px 0;
    width: 90%;
    max-width: 1400px;
    margin: 0 auto;
  }
  .single .more-posts {
    padding: 0px;
  }
  .single .more-posts .inner-layout {
    padding: 80px 0;
    width: 90%;
    max-width: 1400px;
    margin: 0 auto;
  }
  .single .single-header .text-group {
    padding: 80px 0;
    width: 90%;
    max-width: 1400px;
    margin: 0 auto;
  }
}
/********************************************************************************************************/
/* MEDIA QUERIES */
/********************************************************************************************************/
/********************************************************************************************************/
/* MEDIA QUERIES */
/********************************************************************************************************/
@media only screen and (min-width: 960px) {
  .news_container img, .more-posts img {
    transition: transform 0.2s; /* Animation */
  }
  .news_container a:hover, .more-posts a:hover {
    text-decoration: none;
  }
  .news_container a:hover img, .more-posts a:hover img {
    transform: scale(1.05);
    transition: transform 0.2s; /* Animation */
  }
}
/********************************************************************************************************/
/* MEDIA QUERIES */
/********************************************************************************************************/
@media only screen and (min-width: 1400px) {
  .layout-archives-news .layout-inner {
    padding: 80px 0;
    width: 90%;
    max-width: 1400px;
    margin: 0 auto;
  }
  .news_container .grid_three {
    padding: 80px 0;
    width: 90%;
    max-width: 1400px;
    margin: 0 auto;
  }
}
/********************************************************************************************************/
/* MEDIA QUERIES */
/********************************************************************************************************/
/********************************************************************************************************/
/* MEDIA QUERIES */
/********************************************************************************************************/
.layout-image-text-startpage .layout-inner.fullbredd .overlay.dark {
  background-color: rgba(0, 0, 0, 0.3);
}