:root {
  --white: #fff;
  --lightGray: #f3f3f3;
  --mediumGray: #ccc;
  --darkGray: #2d2d2f;
  --black: rgb(0, 0, 0);
  --AbKarlHedinBlue: #0046AD;
  --lightBlue: #d6e8f5;
}

body {
  font-family: "Poppins", sans-serif;
}

.pagebuilder p {
  padding-top: 20px;
}
/* Sections */
section.section-parallax,
section.section-parallax-layer {
  min-height: 700px;
  width: 100%;
  background-attachment: fixed !important;
  display: flex;
  align-items: center;
}

section.section-parallax-layer {
  position: relative;
}

section.section-parallax-layer::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.45);
}

section.section-parallax-layer .box {
  z-index: 1;
}

section:first-of-type.section-parallax,
section:first-of-type.section-parallax-layer {
  height: auto;
  min-height: 75vh;
}

section.section-parallax > div,
section.section-parallax-layer > div {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  padding: 0 25px;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

section.standard {
  width: 100%;
}

section.standard > div {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  padding: 0 25px;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

section.full {
  width: 100%;
  margin: 0 auto;
}

section.full > div {
  width: 100%;
  display: flex;
  justify-content: space-around;
  justify-content: center;
  flex-wrap: wrap;
}
section.full > div:has(>.box-100-transparent){
    position: relative;
    height: 60vh;
}

section.full > div:has(>.box-100-transparent)::after{
    content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.45);
  z-index: 20;
  position: absolute;
}

section.section-text {
  display: block;
  width: 100%;
  margin: 25px auto;
  padding: 0;
}

section.section-text > div {
  display: block;
  /* max-width: 1200px; */
  max-width: 1400px;
  padding: 25px 50px;
}

section.section-text > div .section-text-wrapper {
  display: block;
  width: calc(100% - 40px);
  margin: 20px;
  padding: 0;
}

section.full > div {
  margin: 0 auto;
}

section.full > div .section-text-wrapper {
  /* max-width: 1200px; */
  max-width: 1400px;
  padding: 25px 50px;
}

section.section-slider {
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
  transition: all 0.4s ease;
}

.pagebuilder section.section-slider {
  height: auto !important;
}

section.slider-loaded {
  height: auto;
}

section.section-slider > div {
  width: 100%;
}

/* End of sections */

/* ############################################################### */
/* ############################################################### */
/* ############################################################### */
/* ############################################################### */

/* General */
.item-action {
  margin-top: 20px;
}

#info,
.info {
  max-width: 1100px;
  width: 100%;
  margin: 50px auto;
  padding: 25px 50px;
}

#info ul,
.info ul,
.content ul,
.box-content ul,
.single-news ul,
.section-text ul,
#info ol,
.info ol,
.content ol,
.box-content ol,
.single-news ol,
.section-text ol {
  padding: 5px 20px;
}

/* End of general */

/* ############################################################### */
/* ############################################################### */
/* ############################################################### */
/* ############################################################### */

/* Buttons */
.btn-white {
  background-color: var(--white);
  border: 3px solid var(--white);
  color: var(--AbKarlHedinBlue);
}

.btn-blue {
  background-color: var(--AbKarlHedinBlue);
  border: 3px solid var(--AbKarlHedinBlue);
  color: var(--white);
}

.btn-trans {
  background-color: transparent;
  color: var(--AbKarlHedinBlue) !important;
  border: 3px solid var(--AbKarlHedinBlue);
}

.btn-trans-white {
  background-color: transparent;
  color: var(--white) !important;
  border: 3px solid var(--white);
}

.btn-white,
.btn-blue,
.btn-trans,
.btn-trans-white {
  padding: 10px 50px;
  border-radius: 5px;
  width: fit-content;
  display: inline-flex;
  cursor: pointer;
  font-weight: 500;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  position: relative;
  line-height: 100%;
  align-items: center;
}

.btn-white span,
.btn-blue span,
.btn-trans span,
.btn-trans-white span {
  font-size: 16px;
}

.btn-white:hover {
  border: 3px solid var(--AbKarlHedinBlue);
  background-color: var(--AbKarlHedinBlue);
  color: var(--white) !important;
}

.btn-blue:hover {
  border: 3px solid var(--black);
  background-color: var(--black);
  color: var(--white) !important;
}

.btn-trans:hover {
  border: 3px solid var(--AbKarlHedinBlue);
  background-color: transparent;
  color: var(--AbKarlHedinBlue) !important;
}

.btn-trans-white:hover {
  border: 3px solid var(--white);
  background-color: white !important;
  color: var(--AbKarlHedinBlue) !important;
}

/* End of butons */

/* ############################################################### */
/* ############################################################### */
/* ############################################################### */
/* ############################################################### */

/* Boxes */
/* Box spacer */
.box-spacer {
  height: 50px;
  width: 100%;
  background-color: transparent !important;
  background: transparent !important;
  background-image: none !important;
}

.box-spacer .box-image-container,
.box-spacer .box-content {
  display: none;
  background-color: transparent !important;
  background: transparent !important;
  background-image: none !important;
}

.pagebuilder .box-spacer .box-content {
  display: block;
  background-color: transparent !important;
  background: transparent !important;
  background-image: none !important;
}

/* End of box spacer */

/* Box 100-text */
.box-100-text {
  width: calc(100% - 30px);
  margin: 15px;
  display: flex;
  flex-flow: column;
  justify-content: center;
}
.box-100-text .box-content {
  padding: 30px;
  width: 100%;
  max-width: 700px;
}

section.full .box-100-text .box-content {
  margin: 0 auto;
  padding: 0 30px;
}
/* End of box 100-text */

/* BOX 100 img left/right */
.box-100-img-right {
  flex-flow: row-reverse;
}

.box-100-img-right,
.box-100-img-left {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 50rem;
}

.box-100-img-right,
.box-100-img-left {
  width: calc(100% - 30px);
  margin: 15px;
}

.box-100-img-right .box-content,
.box-100-img-left .box-content {
  /* margin: auto; */
  width: 55%;
  padding: 100px 150px;
 
  z-index: 1;
  border-radius: 5px;
  height: 90%;
  display: flex;
  justify-content: center;
  flex-direction: column;

}

.box-100-img-left .box-content { margin-left: -5%;}

.box-100-img-right .box-content { margin-right: -5%;}

.box-100-img-right .box-image-container,
.box-100-img-left .box-image-container {
  width: 50%;
  position: relative;
  display: flex;
  /* padding-top: 35%; */
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 5px;
  height: 100%;
}
/* End of BOX 100 img left/right */

.box-100-img-left .box-image-container {
  clip-path: polygon(24% 0, 100% 0, 100% 100%, 0 100%, 0 34%);
}
.box-100-img-right .box-image-container {
  clip-path: polygon(76% 0, 100% 34%, 100% 100%, 0 100%, 0 0);}

/* Box 100 transparent */
.box-100-transparent {
  width: 100%;
  width: calc(100% - 30px);
  margin: 15px;
  width: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  background-color: transparent !important;
  z-index: 100;
}

.box-100-transparent .box-content {
  width: 100%;
  max-width: 1400px;
  padding: 25px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  max-width: 980px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0,0.5) !important;
}

.box-100-transparent .box-content h2 {
  font-size: 48px;
  max-width: 60rem;
  text-align: center;
  font-weight: 500;
}

.box-100-transparent .box-content > div p,
.box-100-transparent .box-content > div:not(.item-action) span {
  font-size: 25px;
}

.box-100-transparent .item-action {
  display: flex;
}

.box-100-transparent .item-action div,
.box-100-transparent .item-action a {
  margin-right: 25px;
  font-size: 20px;
}
.box-100-transparent .item-action a {
  text-shadow: none;
}
/* End of box 100 transparent */

/* Box 25 */
.box-25 {
  width: 25%;
  width: calc(25% - 30px);
  margin: 15px;
  border-radius: 3px;
  position: relative;
  overflow: hidden;
}
/* End of box 25 */

/* Box 33/50 */
.box-33 {
  width: 33.33%;
  width: calc(33.33% - 30px);
  margin: 15px;
  border-radius: 3px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-in;
}





.box-50 {
  width: 50%;
  width: calc(50% - 30px);
  margin: 15px;
  border-radius: 3px;
  position: relative;
  overflow: hidden;
}

.box-25 .box-image-wrapper,
.box-33 .box-image-wrapper,
.box-50 .box-image-wrapper {
  position: relative;
  overflow: hidden;
}

.box-25:hover .box-image-container,
.box-33:hover .box-image-container,
.box-50:hover .box-image-container {
  /* transform: scale(0.9); */
}

.box-25 .box-image-container,
.box-33 .box-image-container,
.box-50 .box-image-container {
  padding-top: 65%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.box-25 .box-content,
.box-33 .box-content,
.box-50 .box-content {
  padding: 30px;
}

/* End of box 25 , 33, 50 */

/* Box 100 toggle */
.box-100-toggle {
  width: 100%;
  width: calc(100% - 30px);
  margin: 1.5rem;
  position: relative;
}

.box-100-toggle .box-image-container {
  display: none;
  background-color: transparent !important;
  background: transparent !important;
  background-image: none !important;
}

.box-100-toggle .box-content {
  width: 100%;
  padding: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.box-100-toggle .box-content > h2 {
  color: var(--white) !important;
  background-color: var(--darkGray);
  width: 100%;
  display: flex;
  padding: 2rem 5rem 2rem 2.5rem;
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer;
  margin: 0 !important;
  font-size: 20px !important;
}

.box-100-toggle .box-content > h2::after {
  content: "\f107";
  font-family: "Line Awesome Free";
  color: var(--white);
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 900;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.box-content.active > h2::after {
  transform: translateY(-50%) rotate(180deg);
}

.box-100-toggle .box-content > div {
  padding: 0 2.5rem;
}

.box-100-toggle .box-content .item-action {
  margin-top: 0;
}

.box-100-toggle .box-content.active > div {
  padding: 2.5rem;
}

.box-100-toggle .box-content.active .item-action {
  padding-top: 0;
}

.box-100-toggle .box-content > div {
  height: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 100%;
}

.box-100-toggle .box-content > div {
  height: 0;
  overflow: hidden;
}

.box-100-toggle .box-content.active > div {
  height: auto;
}
/* End of Box 100-toggle */

/* Box dropdown text */
.box-dropdown-content {
  width: 100%;
  width: calc(100% - 30px);
  margin: 15px;
  width: 100%;
  display: flex;
  flex-flow: column;
}

.box-dropdown-content .box-content h2 {
  background-color: var(--lightGray);
}

.box-dropdown-content .box-content > div {
  visibility: hidden;
  height: 0px;
  padding: 0;
}

.pagebuilder .box-dropdown-content .box-content > div {
  padding: 30px;
  visibility: visible;
  display: block;
  height: auto;
}

/*    Box-100-dropdown-toggle   */
.box-100-dropdown-toggle {
  width: 100%;
  width: calc(100% - 30px);
  margin: 15px;
  width: 100%;
  display: flex;
  flex-flow: column;
}

.box-100-dropdown-toggle-header {
  display: flex;
  justify-content: space-between;
  padding: 0.9rem 4rem 0.9rem 4rem;
  align-items: center;
}

.box-100-dropdown-toggle-header-title {
  margin: 0;
  padding: 0;
}

.box-100-dropdown-toggle .box-100-dropdown-toggle-show-hide {
  font-size: 30px;
}

.box-100-dropdown-toggle-content {
  visibility: hidden;
  height: 0px;
  padding: 0;
}

.pagebuilder .box-100-dropdown-toggle-content {
  padding: 30px;
  visibility: visible;
  display: block;
  height: auto;
}
/*   End box-100-dropdown-toggle    */

/* Box slider images */
.box-slider-image-block {
  width: 100%;
  position: relative;
  height: auto;
}
.box-slider-image-block .box-video-container{
  display: flex;
  width: 100%;
  height: 100%;
  /* padding: 56.25% 0 0 0; */
  position: relative;
  height: 75vh;
}

.box-slider-image-block .box-image-container {
  /* padding-top: 50%; */
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 75vh;
}

.box-slider-image-block .box-content h1 {
  font-size: 60px;
  line-height: 60px;
}
.box-slider-image-block .box-image-container::after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.45);
  z-index: 20;
  position: absolute;
}
.box-slider-image-block .box-content .item-action a:first-of-type {
  margin-right: 30px;
}
.box-slider-image-block .box-content .item-action a {
  text-shadow: none;
}

.box-slider-image-block .box-content-outer {
  z-index: 1;
  top: 0;
  right: 0;
  width: 100%;
  position: relative;
  max-width: 113rem;
  background-color: transparent;
  margin: 0 auto;
}

.box-slider-image-block .box-content {
  position: absolute;
  top: 50%;
  left: 65%;
  transform: translate(-50%, -50%);
  padding: 2.5rem;
  width: 100%;
  max-width: 760px;
  z-index: 30;
  text-shadow: 1px 1px 2px rgba(0, 0, 0,0.5) !important;
}

.pagebuilder .box-slider-image-block .box-content {
  min-width: 500px;
}

.box-slider-image-block .box-content h2 {
  font-size: 40px;
}

.box-slider-image-block .box-content > div {
  margin-top: 10px;
}

.box-slider-image-block .box-content > div p,
.box-slider-image-block .box-content > div:not(.item-action) span {
  font-size: 25px;
}

.field_content .box-slider-image-block .box-content {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 101;
}

.box-100-video {
  width: 100%;
  position: relative;
  margin: 0;
  /*min-height: calc(100vh - 85px);*/
  /* min-height: 87rem; */
  overflow: hidden;
}

.box-100-video .box-video-container {
  display: flex;
  width: 100%;
  height: 100%;
  padding: 56.25% 0 0 0;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-height: 100%;
}

.box-video-container iframe,
.box-video-container object,
.box-video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.box-100-video .box-video-container iframe {
  min-height: 80rem;
  min-width: 142rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.box-100-video .box-image-container {
  padding-top: 35%;
  min-height: 40vh;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.box-100-video .box-content {
  position: absolute;
  top: 0;
  height: 100%;
  left: 0;
  padding: 2.5rem;
  width: 100%;
  font-size: 2.8rem;
  line-height: 3.5rem;
  color: var(--white);
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.box-100-video .box-content > div {
  width: 100%;
  margin: 0 auto;
}

.pagebuilder .box-100-video .box-content {
  min-width: 20rem;
}

.box-100-video .box-content h2,
.box-100-video .box-content h1 {
  font-weight: normal;
  font-size: 8.5rem !important;
  line-height: 9.5rem;
  margin-bottom: 0;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

/* BOX 100 QUOTE */

.box-100-quote {
  width: 100%;
  margin: 1.5rem;
  display: flex;
  align-items: center;
  padding-top: 2.5rem;
  flex-direction: column;
  position: relative;
}

.box-100-quote .box-image-container {
  width: 15rem;
  height: 15rem;
  border-radius: 50%;
  padding-top: 0 !important;
  position: relative;
  z-index: 10;
}

.box-100-quote:before {
  width: 12rem;
  height: 12rem;
  border-radius: 50%;
  padding-top: 0 !important;
  background-color: var(--AbKarlHedinBlue);
  opacity: 0.5;
  content: "";
  display: flex;
  position: absolute;
  left: 40%;
  left: calc(50% - 12rem);
  top: 4rem;
  z-index: 1;
}

.box-100-quote:after {
  width: 12rem;
  height: 12rem;
  border-radius: 50%;
  padding-top: 0 !important;
  background-color: var(--darkGray);
  opacity: 0.5;
  content: "";
  display: flex;
  position: absolute;
  right: 40%;
  right: calc(50% - 12rem);
  top: 4rem;
  z-index: 1;
}

.box-100-quote .box-content {
  width: 100%;
  max-width: 76.8rem;
  margin: 0 auto;
  padding: 2.5rem;
  position: relative;
  text-align: center;
}

.box-100-quote .box-content > h2 {
  margin-bottom: 1rem;
  font-weight: normal;
  font-size: 2.5rem;
  line-height: 3.2rem;
  position: relative;
}

.box-100-quote .box-content h2::before {
  content: "\201C";
  color: var(--blue);
  position: relative;
  font-weight: 900;
  font-size: 4.5rem;
  top: 1.2rem;
  padding-right: 1rem;
}

.box-100-quote .box-content h2::after {
  content: "\201D";
  color: var(--blue);
  position: relative;
  font-weight: 900;
  font-size: 4.5rem;
  bottom: -2.7rem;
  padding-left: 1rem;
  line-height: 0;
}


/* End of boxes */

/* ############################################################### */
/* ############################################################### */

/* MEDIA */

@media all and (width > 2550px) {
    .box-slider-image-block .box-content {
        left: 61%;
      }
}

@media all and (max-width: 1250px) {
  /* ############################################################### */
  /* ############################################################### */
  /* Sections */
  section:first-of-type.section-parallax,
  section:first-of-type.section-parallax-layer {
    min-height: calc(80vh - 80px);
    height: auto;
    background-position: left !important;
  }

  /* End of sections */
  /* ############################################################### */
  /* ############################################################### */
  .box-100-transparent .box-content h2 {
    font-size: 42px;
  }

  .box-100-transparent .box-content > div p,
  .box-100-transparent .box-content > div:not(.item-action) span {
    font-size: 22px;
  }

  .box-slider-image-block .box-content h2 {
    font-size: 40px;
  }

  .box-slider-image-block .box-content > div p,
  .box-slider-image-block .box-content > div:not(.item-action) span {
    font-size: 22px;
  }
  .box-slider-image-block .box-content {
    left: 50%;
  }
  .box-100-img-right .box-content, .box-100-img-left .box-content {
    padding: 100px 100px;
  }
}

@media all and (max-width: 960px) {
  /* ############################################################### */
  /* ############################################################### */
  /* Sections */
  section.section-parallax,
  section.section-parallax-layer {
    min-height: 500px;
  }

  section:first-of-type.section-parallax .box-100-transparent .box-content h2,
  section:first-of-type.section-parallax-layer
    .box-100-transparent
    .box-content
    h2 {
    font-size: 32px;
  }

  section:first-of-type.section-parallax
    .box-100-transparent
    .box-content
    > div,
  section:first-of-type.section-parallax .box-100-transparent .box-content p,
  section:first-of-type.section-parallax-layer
    .box-100-transparent
    .box-content
    > div,
  section:first-of-type.section-parallax-layer
    .box-100-transparent
    .box-content
    p {
    font-size: 18px;
    line-height: 150%;
  }

  /* End of sections */
  /* ############################################################### */
  /* ############################################################### */
  .content-full {
    margin: 50px 0;
    padding: 0;
  }

  #info,
  .info {
    padding: 20px;
    margin: 50px 0;
  }

  .box-100-transparent .box-content h2 {
    font-size: 34px;
  }

  .box-100-transparent .box-content > div p,
  .box-100-transparent .box-content > div:not(.item-action) span {
    font-size: 20px;
  }

  .box-25 {
    width: 50%;
    width: calc(50% - 30px);
  }

  .box-slider-image-block .box-content {
    /* max-width: 75%; */
    padding: 25px;
  }

  .box-slider-image-block .box-content h2 {
    font-size: 34px;
  }

  .box-slider-image-block .box-content > div p,
  .box-slider-image-block .box-content > div:not(.item-action) span {
    font-size: 20px;
  }

  .box-100-video .box-content h2,
  .box-100-video .box-content h1 {
    font-size: 6.5rem !important;
    line-height: 7rem;
  }

  .box-100-video .box-image-container {
    padding-top: 35%;
    min-height: 75vh;
  }

  .box-100-video {
    min-height: 70rem;
  }

  .box-100-video .box-video-container iframe {
    min-height: 70rem;
    min-width: 125rem;
  }
  .box-slider-image-block .box-content h1 {
    font-size: 46px;
    line-height: 50px;
  }
  .box-100-img-right .box-image-container, .box-100-img-left .box-image-container {
    padding-top: 50%;
  }
  .box-100-img-right .box-content, .box-100-img-left .box-content {
    padding: 6rem 4rem 6rem 5rem;
  }
}

@media all and (max-width: 768px) {
  /* ############################################################### */
  /* ############################################################### */
  /* Sections */
  section.standard > div {
    padding: 0;
  }

  section.section-text > div .section-text-wrapper {
    width: 100%;
    width: calc(100% - 40px);
    margin: 0 20px;
  }

  section.section-text > div {
    width: 100%;
    margin: 0;
    border: none;
  }

  section.section-parallax,
  section.section-parallax-layer {
    background-attachment: unset !important;
    min-height: 400px;
  }

  section.section-parallax > div,
  section.section-parallax-layer > div {
    padding: 75px 0;
  }

  /* End of sections */
  /* ############################################################### */
  /* ############################################################### */

  /* Blocks */
  /* Box 100 text */
  .box-100-text {
    width: 100%;
    margin: 1.5rem 0;
  }

  .box-100-text .box-content {
    padding: 4rem 2rem;
  }

  /* End of box 100 text */
  /* Box 100 img left/right */
  .box-100-img-left {
    flex-flow: column;
  }

  .box-100-img-right {
    flex-flow: column;
  }

  .box-100-img-left .box-image-container,
  .box-100-img-right .box-image-container {
    padding-top: 65%;
    width: 100%;
    border-radius: 5px 5px 0 0;

  }

  .box-100-img-left,
  .box-100-img-right {
    width: calc(100% - 4rem);
    margin: 1.5rem 2rem;
  }

  .box-100-img-right .box-content,
  .box-100-img-left .box-content {
    width: 100%;
    padding: 4rem 2rem;
    margin:0;
    border-radius: 0 0 5px 5px ;
  }

  /* End of box 100 img left/right */
  /* Box 100 transparent */
  .box-100-transparent {
    width: 100%;
    margin: 1.5rem 0;
  }

  .box-100-transparent .item-action div,
  .box-100-transparent .item-action a {
    margin-right: 25px;
    font-size: 18px;
  }

  .box-100-transparent .box-content {
    padding: 4rem 2rem;
  }

  .box-100-transparent .box-content h2 {
    font-size: 28px;
  }

  .box-100-transparent .box-content > div p,
  .box-100-transparent .box-content > div:not(.item-action) span {
    font-size: 18px;
  }

  /* End of box 100 transparent */
  /* Box */
  .box-25,
  .box-33,
  .box-50 {
    width: 100%;
    margin: 1.5rem 0;
  }

  .box-25 .box-content,
  .box-33 .box-content,
  .box-50 .box-content,
  .box-33-news .box-content {
    padding: 4rem 2rem;
  }

  /* End of box 33 */
  /* Box spacer */
  .box-spacer {
    height: 25px;
  }

  /* End of box spacer */

  .box-slider-image-block .box-image-container {
    /* padding-top: 55%; */
  }

  .box-slider-image-block .box-content h2 {
    font-size: 28px;
  }

  .box-slider-image-block .box-content > div p,
  .box-slider-image-block .box-content > div:not(.item-action) span {
    font-size: 18px;
  }

  .box-100-video .box-content {
    font-size: 1.8rem;
    line-height: 2.7rem;
  }

  .box-100-quote {
    width: calc(100% - 3rem);
    margin: 1.5rem;
    flex-flow: wrap column;
  }
  .box-100-quote .box-image-container {
    margin: 0 auto;
  }
  .box-100-quote .box-content {
    max-width: 100%;
  }
  .box-100-quote .box-content::after {
    top: 1rem;
  }

  /* End of blocks */
  /* ############################################################### */
  /* ############################################################### */
}

@media all and (max-width: 550px) {
  /* ############################################################### */
  /* ############################################################### */
  /* Sections */
  section.section-parallax,
  section.section-parallax-layer {
    min-height: 300px;
  }

  /* End of sections */
  /* ############################################################### */
  /* ############################################################### */

  .box-100-transparent .box-content h2 {
    font-size: 24px;
  }

  .box-100-transparent .box-content > div p,
  .box-100-transparent .box-content > div:not(.item-action) span {
    font-size: 16px;
  }

  .box-25 .box-content h2,
  .box-33 .box-content h2 {
    font-size: 18px;
    padding: 0;
  }

  .box-100-toggle .box-content > h2 {
    font-size: 16px !important;
  }

  .box-slider-image-block .box-content h2 {
    font-size: 24px;
  }

  .box-slider-image-block .box-content > div p,
  .box-slider-image-block .box-content > div:not(.item-action) span {
    font-size: 16px;
  }

  .box-100-video .box-content h2,
  .box-100-video .box-content h1 {
    font-size: 4.5rem !important;
    line-height: 5rem;
  }

  .box-100-video .box-image-container {
    min-height: 40rem;
  }

  .box-100-quote .box-content h2 {
    font-size: 2rem;
  }
  .box-slider-image-block .box-content h1 {
    font-size: 34px;
    line-height: 38px;

  }
  .box-slider-image-block .box-content .item-action a:first-of-type {
    margin-bottom: 10px;
  }
}
