.outside-container {
  padding-top: 3em;
  padding-bottom: 3em;
}

.page-section-content-image .outside-container {
  padding: 0;
}

.page-section-content-image .content,
.page-section-navigation .content,
.page-section-navigation .navigator,
.page-section-contact-quote .veralign-top,
.page-section-contact-quote .veralign-bottom {
  padding-top: 3em;
  padding-bottom: 3em;
}

.pos-rel { position: relative; }

/* .horalign-center {
  text-align: center;
}
.horalign-right {
  text-align: right;
}
.horalign-left {
  text-align: left;
} */

.textalign-left {
  text-align: left;
}

.textalign-right {
  text-align: right;
}

.textalign-center {
  text-align: center
}

.veralign {
  display: flex;
  align-items: center;
  justify-content: center;
}

.veralign-top {
  align-self: flex-start;
}

.veralign-bottom {
  align-self: flex-end;
}

.horalign-center {
  /* display: flex; */
}

.height-regular {
  height: 600px;
}

.height-small {
  height: 400px;
}

.height-large {
  height: 800px;
}

.height-xlarge {
  height: 100vh;
}

.page-section-separator .height-regular {
  height: 100px;
}

.page-section-separator .height-small {
  height: 50px;
}

.page-section-separator .height-large {
  height: 150px;
}

.style-light {
  background-color: #f5f5f5;
  color: #333333;
}

.style-white {
  background-color: #ffffff;
  color: #333333;
}

.style-dark {
  background-color: #242943;
  color: #ffffff;
}

.style-lightgrey {
  background-color: #e0e0e0;
  color: #333333;
}

.style-orange {
  background-color: #ff8000;
  color: #fff;
}

.style-blue {
  background-color: #0091ea;
  color: #fff;
}

.style-lightoverlay .overlay::before,
.style-darkoverlay .overlay::before {
  content:"";
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.style-lightoverlay .overlay::before {
  background-color: rgba(255,255,255,0.5);
}

.style-darkoverlay .overlay::before,
.swiper-slide::before {
  background-color: rgba(0,0,0,0.5);
}

.content-element__content,
.content-element__title {
  position: relative;
  z-index: 5;
}

.style-orange .content-element__title,
.style-orange .content-element__content,
.style-blue .content-element__title,
.style-blue .content-element__content,
.style-dark .content-element__content,
.style-dark .content-element__title,
.style-darkoverlay .content-element__content,
.style-darkoverlay .content-element__title,
.style-darkoverlay .swiper-slide__title,
.style-darkoverlay .swiper-slide__content {
  color: #ffffff;
}

.bg-cover {
  position: relative;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.banner {
  padding: 15em 0;
}

/* .hero, */
.page-section-social {
  padding-top: 3em;
  padding-bottom: 3em;
}

.content-image,
.banner {
  padding: 8em 0;
}

.listelement--container .content-image {
  padding: 0;
}

  .content-element__content {
    font-size: 16px;
    line-height: 1.6;
    color: #444444;
  }

  .columns .content-element__content > p {
    padding: 15px 0;
    -webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
    -webkit-column-gap: 40px; /* Chrome, Safari, Opera */
    -moz-column-gap: 40px; /* Firefox */
    column-gap: 40px;
    -webkit-column-rule: 1px solid lightgrey; /* Chrome, Safari, Opera */
    -moz-column-rule: 1px solid lightgrey; /* Firefox */
    column-rule: 1px solid lightgrey;
  }

  .content-element__content ul {
    display: inline-block;
    padding: 0;
  }

.page-section-hero,
.page-section-banner,
.page-section-cta {
  position: relative;
}

  .with-overlay::before {

  }

  .with-overlay .content-element__title,
  .with-overlay .content-element__content {
    color: #ffffff;
    position: relative;
    z-index: 2;
  }

.parallax-bg {
  /* padding: 15em 0; */
  position: relative;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

  .page-section-element-parallax .content-element__title {
    margin: 0;
  }

.page-section-cta .content-element__title,
.page-section-banner .banner-element__title {
  margin-bottom: 1em;
}

.page-section-cta .content-element__content,
.page-section-banner .banner-element__content {
  margin-bottom: 2em;
}

.banner-element__call-to-action {
  padding: 10px 20px;
  background-color: transparent;
  color: #555;
  display: inline-block;
  text-decoration: none;
  margin-bottom: 1em;
  border: 1px solid #555;
  font-weight: 600;
  position: relative;
  z-index: 5;
}

.banner-element__call-to-action:hover,
.banner-element__call-to-action:focus {
  border: 1px solid #555;
  text-decoration: none;
  color: #fff;
  background-color: #555;
}

.style-dark .banner-element__call-to-action,
.style-darkoverlay .banner-element__call-to-action,
.style-orange .banner-element__call-to-action,
.style-blue .banner-element__call-to-action {
  color: #fff;
  border: 1px solid #fff;
}

.style-dark .banner-element__call-to-action:hover,
.style-dark .banner-element__call-to-action:focus,
.style-darkoverlay .banner-element__call-to-action:hover,
.style-darkoverlay .banner-element__call-to-action:focus,
.style-orange .banner-element__call-to-action:hover,
.style-orange .banner-element__call-to-action:focus,
.style-blue .banner-element__call-to-action:hover,
.style-blue .banner-element__call-to-action:focus   {
  border: 1px solid #fff;
  text-decoration: none;
  color: #555;
  background-color: #fff;
}

.style-orange .banner-element__call-to-action:hover,
.style-orange .banner-element__call-to-action:focus {
  color: #ff8000;
}

.style-blue .banner-element__call-to-action:hover,
.style-blue .banner-element__call-to-action:focus {
  color: #0091ea;
}

.style-lightoverlay .banner-element__call-to-action {
  color: #333;
  border: 1px solid #333;
}

.style-lightoverlay .banner-element__call-to-action:hover,
.style-lightoverlay .banner-element__call-to-action:hover {
  color: #fff;
  background-color: #333;
}

.listelement--container {
  margin: 0 -15px;
}
.noseparate .listelement--container {
  margin: 0;
}

  .listelement--container > .element {
    float: left;
    display: block;
    padding: 0 15px;
    position: relative;
  }
  .noseparate .listelement--container > .element {
    padding: 0;
  }
  .listelement--container[data-listelement-count="2"] > .element {
    width: 50%;
  }
  .listelement--container[data-listelement-count="3"] > .element {
    width: 33.3333%;
  }
  .listelement--container[data-listelement-count="4"] > .element {
    width: 25%;
  }
  .listelement--container[data-listelement-count="5"] > .element {
    width: 20%;
  }
  .listelement--container[data-listelement-count="6"] > .element {
    width: 16.6667%;
  }

  .gallery-wrap {
    margin-top: 30px;
  }

    .gallery-wrap .gallery {
      margin-left: -5px;
      margin-right: -5px;
    }

    .gallery-item {
        display: block;
        float: left;
        width: 16.6667%;
        position: relative;
        min-height: 1px;
        margin-bottom: 10px;
        padding-left: 5px;
        padding-right: 5px;
        max-width: none;
    }

.page-section-hero .content-element__content,
.page-section-hero-slider .swiper-slide__content,
.page-section-element-parallax .content-element__content {
    font-size: 20px;
    line-height: 1.6;
}

.page-section-hero .content-element__title,
.page-section-hero-slider .swiper-slide__title,
.page-section-element-parallax .content-element__title {
    font-size: 5em;
    margin-top:  0;
    margin-bottom: 0.5em;
}

.page-section-hero.style-lighttextoverlay .content-element__title,
.page-section-hero.style-lighttextoverlay .content-element__content p,
.page-section-hero-slider.style-lighttextoverlay .swiper-slide__title,
.page-section-hero-slider.style-lighttextoverlay .swiper-slide__content p {
  background-color: rgba(36,41,67,0.85);
  color: #ffffff;
}

.page-section-hero.style-darktextoverlay .content-element__title,
.page-section-hero.style-darktextoverlay .content-element__content p,
.page-section-hero-slider.style-darktextoverlay .swiper-slide__title,
.page-section-hero-slider.style-darktextoverlay .swiper-slide__content p {
  background-color: rgba(245,245,245,0.85);
  color: #333333;
}

.page-section-hero.style-lighttextoverlay .content-element__title,
.page-section-hero.style-lighttextoverlay .content-element__content p,
.page-section-hero-slider.style-lighttextoverlay .swiper-slide__title,
.page-section-hero-slider.style-lighttextoverlay .swiper-slide__content p,
.page-section-hero.style-darktextoverlay .content-element__title,
.page-section-hero.style-darktextoverlay .content-element__content p,
.page-section-hero-slider.style-darktextoverlay .swiper-slide__title,
.page-section-hero-slider.style-darktextoverlay .swiper-slide__content p {
  display: inline;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  padding: 3px 6px;
}

.page-section-hero.style-lighttextoverlay .content-element__title,
.page-section-hero-slider.style-lighttextoverlay .swiper-slide__title,
.page-section-hero.style-darktextoverlay .content-element__title,
.page-section-hero-slider.style-darktextoverlay .swiper-slide__title {
  line-height: 1.4;
}

.swiper-slide {
  /* text-align: center; */
  /* font-size: 18px; */
  /* background: #fff; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  overflow:hidden;
}

.swiper-slide > a {
  color: inherit;
}

.slider-content {
  position: absolute;
  left: 50%;
  top: 50%;
  width: auto;
  transform: translate(-50%,-50%);
  z-index: 2;
}

@media (min-width: 768px) {
  .slider-content {
    width: 740px;
  }

  .page-section-hero.horalign-center .col-sm-9,
  .page-section-content.horalign-center .col-sm-9,
  .page-section-cta.horalign-center .col-sm-9,
  .section-content.horalign-center .col-sm-9,
  .page-section-element-parallax.horalign-center .col-sm-9,
  .page-section-hero-slider.horalign-center .col-sm-9 {
      margin-left: 12.5%;
  }
  .page-section-hero.horalign-center .col-sm-6,
  .page-section-content.horalign-center .col-sm-6,
  .page-section-cta.horalign-center .col-sm-6,
  .section-content.horalign-center .col-sm-6,
  .page-section-element-parallax.horalign-center .col-sm-6,
  .page-section-hero-slider.horalign-center .col-sm-6 {
      margin-left: 25%;
  }
  .page-section-hero.horalign-center .col-sm-3,
  .page-section-content.horalign-center .col-sm-3,
  .section-content.horalign-center .col-sm-3 {
      margin-left: 37.5%;
  }

  .horalign-right div[class^="col-sm-"] {
    float: right;
  }

}

@media (min-width: 768px) and (max-width: 991px) {

}

@media (min-width: 991px) {
  .slider-content {
    width: 940px;
  }
}

@media (min-width: 1200px) {
  .slider-content {
    width: 1140px;
  }
}

.swiper-pagination-bullet {
  background: #ffffff;
  opacity: 0.5;
}

.swiper-slide img {
  width: 100%;
  object-fit: cover;
  height: auto;
}

.fractas__elementalblocks__elements__elementheroslider.pagination {
    display: initial;
    margin: 0;
    border-radius: 0;
}

.page-section-articles .content-element__title {
  font-size: 3em;
  margin-bottom: 30px;
}

  .page-section-articles .article-item h3 {
    font-size: 20px;
  }

  .page-section-articles .article-item p {
    color: #555555;
    font-size: 14px;
    line-height: 1.4;
  }

  .page-section-articles .article-item .no-img {

  }

.newsletter-form {
    display: inline-block;
    position: relative;
    z-index: 4;
}

.newsletter-form fieldset {
    display: block;
    float: left;
}

.newsletter-form .btn-toolbar {
    float: left;
    margin-left: 0;
}

.newsletter-form input {
    width: 100%;
    height: auto;
    padding: 20px 25px;
    margin-right: 0;
    border: none;
}

.newsletter-form input.email {
    min-width: 400px;
}

.style-lightoverlay .newsletter-form input.email,
.style-light .newsletter-form input.email {
    border-left: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
    border-top: 1px solid #bbb;
}

.style-lightoverlay .newsletter-form .action,
.style-light .newsletter-form .action {
  border: 1px solid #fbab27;
}

.newsletter-form input.email:focus {
    box-shadow: 0 -2px 6px rgba(0,0,0,0.2) inset;
}

.page-section-newsletter.style-white .newsletter-form input.email,
.page-section-contact-quote.style-white input.text,
.page-section-contact-quote.style-white input.email {
  background-color: #f5f5f5;
}

.page-section-contact-quote.style-light input.text,
.page-section-contact-quote.style-light input.email {
  border: 1px solid #bbb;
}

.newsletter-form .action,
.page-section-contact-quote .action {
    background-color: #fbab27;
    color: #fff;
}

.page-section-products .content-element__title {
    margin-bottom: 50px;
    margin-top: 0;
}

.page-section-social .content-element__title,
.page-section-content .content-element__title,
.page-section-content-image .content-element__title,
.page-section-contact-quote .content-element__title {
  font-size: 3em;
  margin-top: 0;
  margin-bottom: 30px;
}

.page-section-content-image .content-element__title a { color: inherit; }

.page-section-articles .article-item.featured p {
    font-size: 18px;
}

.page-section-articles .article-item.featured h3 {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 25px;
}

.page-section-newsletter .content-element__content {
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 0 10%;
    font-size: 19px;
}

.product-item .product-title {
    font-size: 26px;
    font-weight: 700;
}

.page-section-content-image.height-small,
.page-section-content-image.height-regular,
.page-section-content-image.height-large {
  overflow: hidden;
}

.page-section-social .social-nav {
  float: none;
  display: inline-block;
}

.page-section-social .social-nav li {
  margin-left: 20px;
}
.page-section-social .social-nav li:first-child {
  margin-left: 0;
}

.size-regular .social-icon {
  height: 32px;
  width: 32px;
}

.size-large .social-icon {
  height: 48px;
  width: 48px;
}

.style-dark .social-icon,
.style-blue .social-icon {
  fill: #ffffff;
}

.page-section-contact-quote form {
  margin: 0 auto;
  width: min-content;
}

  .page-section-contact-quote.horalign-left form { text-align: right; }

  .page-section-contact-quote.horalign-right form { text-align: left; }

.page-section-contact-quote .message.required {
  float: left;
  padding-top: 5px;
}

  .page-section-contact-quote form .field.text {
    margin-bottom: 20px;
  }

.page-section-contact-quote input {
  padding: 10px 20px;
  border: none;
  /* margin-bottom: 20px; */
  color: #444;
}

.page-section-contact-quote label { display: none; }

.page-section-contact-quote .btn-toolbar { margin-left: 0; }

/* .page-section-contact-quote.horalign-right,
.page-section-content-image.horalign-right,
.page-section-articles.horalign-right {
  text-align: left;
} */

.page-section-hero-slider .outside-container { padding: 0; }

.page-section-hero-slider .container { padding: 2em 0; }

.page-section-hero-slider.style-darkoverlay .content-element__title { color: #333; }

.page-section-navigation .content-element__title { margin-top: 0; }

.page-section-navigation .navigator ul {
  list-style-type: none;
  font-size: 20px;
  padding-left: 0;
}

.page-section-navigation .navigator ul li {
  margin-bottom: 5px;
}

.page-section-navigation .navigator ul li:hover,
.page-section-navigation .navigator ul li:focus,
.page-section-navigation .navigator ul li:active,
.page-section-navigation .navigator ul li.current {
  background-color: #ddd;
}

.style-dark .page-section-navigation .navigator ul li:hover,
.style-dark .page-section-navigation .navigator ul li:focus,
.style-dark .page-section-navigation .navigator ul li:active,
.style-dark .page-section-navigation .navigator ul li.current {
  background-color: #fff;
  color: #242943;
}

.page-section-navigation .navigator li a {
  color: inherit;
  width: 100%;
  height: 100%;
  display: block;
  padding: 10px;
 }

 .page-section-navigation .navigator li a:hover,
 .page-section-navigation .navigator li a:focus {
   text-decoration: none;
  }

/* .page-section-navigation.height-large,
.page-section-navigation.height-regular,
.page-section-navigation.height-small {
  height: auto;
}

.page-section-navigation.height-large {
  padding: 15em;
}

.page-section-navigation.height-regular {
  padding: 10em;
}

.page-section-navigation.height-small {
  padding: 5em;
} */

.feature-list {
    margin-top: 45px;
}

.feature-item {
    margin-bottom: 30px;
}

.feature-list .height-large,
.feature-list .height-regular,
.feature-list .height-small {
    height: auto;
}

.feature-item .icon-wrap {
    background-color: #f5f5f5;
    border-radius: 50%;
    padding: 0.5em;
    display: inline-block;
    position: relative;
    margin-bottom: 15px;
}

.feature-item .icon-wrap .fa {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.height-large .feature-item .icon-wrap {
    font-size: 32px;
    width: 96px;
    height: 96px;
}
.height-regular .feature-item .icon-wrap {
    font-size: 16px;
    width: 48px;
    height: 48px;
}
.height-small .feature-item .icon-wrap {
    font-size: 14px;
    width: 35px;
    height: 35px;
}
.feature-item__title {margin-top: 0;margin-bottom: 0.5em;}
.height-large .feature-item__title {font-size: 30px;}
.height-regular .feature-item__title {font-size: 22px;}
.height-small .feature-item__title {font-size: 16px;}
.feature-item__content {line-height: 1.5;}
.height-large .feature-item__content {font-size: 20px;}
.height-regular .feature-item__content {font-size: 16px;}
.height-small .feature-item__content {font-size: 13px;}

.timeline {
    border-left: 4px solid #ddd;
    padding-left: 30px;
    margin-left: 50px;
    margin-top: 45px;
    padding-top: 45px;
    padding-bottom: 45px;
}

.timeline-item {
    margin-bottom: 60px;
    transition: all 0.5s ease-in-out 0s;
}

.timeline-item > * {
    transition: all 0.5s ease-in-out 0s;
}

.timeline__content {
    font-size: 18px;
    line-height: 1.6;
    opacity: 0.25;
}

.timeline__title {
    position:  absolute;
    left: -70px;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    opacity: 0.25;
}

.timeline__circle {
    border-radius:  50%;
    background-color:  #ddd;
    width: 24px;
    height: 24px;
    display:  block;
    position:  absolute;
    left: -29px;
    margin-top: 0px;
    opacity: 1;
}

.timeline-item--active .timeline__title,
.timeline-item--active .timeline__subtitle,
.timeline-item--active .timeline__content {
    opacity: 1;
}

.timeline-item--active .timeline__title {
    color: #0072de;
}
.timeline-item--active .timeline__circle {
    background-color: #0072de;
}

.timeline__circle::after {
    position:  absolute;
    height: 13px;
    width: 13px;
    border-radius: 50%;
    content:  "";
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background-color: #fff;
}

.timeline__subtitle {
    line-height: 24px;
    font-size: 18px;
    font-weight: 500;
    opacity: 0.25;
}

/* .timeline__circle:before {
    position:  absolute;
    top: -4px;
    background-color: #fff;
    content:  "";
    height: 4px;
    width: 100%;
} */


/* ===================================  */
/** Media querys **/

@media (max-width: 360px) {
  .newsletter-form fieldset {
    width: 100%!important;
  }

  .newsletter-form .btn-toolbar {
    margin-top: 20px;
    float: right;
  }
}

@media (max-width: 767px) {
  /* .hero,
  .parallax-bg {
    padding: 8em 0;
  } */
  .dnadesign__elemental__models__elementcontent,
  .content-image,
  .banner {
    padding: 4em 0;
  }

  .fractas__elementalblocks__elements__elementcontentimage .height-small,
  .fractas__elementalblocks__elements__elementcontentimage .height-regular {
    height: auto;
  }

  .page-section-content-image img { margin: 0 auto; }

  .page-section-hero .content-element__title,
  .page-section-hero-slider .swiper-slide__title,
  .page-section-element-parallax .content-element__title {
      font-size: 4em;
  }

  .page-section-hero .height-small .content-element__title,
  .page-section-hero-slider .height-small .swiper-slide__title,
  .page-section-element-parallax .height-small .content-element__title {
      font-size: 3em;
  }

  .page-section-hero .height-small .content-element__content,
  .page-section-hero-slider .height-small .swiper-slide__content,
  .page-section-element-parallax .height-small .content-element__content {
      font-size: 18px;
  }

  .newsletter-form input.email { min-width: 100%; }

  .newsletter-form fieldset { width: 75%; }

  .slider-content { width: 100%; }

  .page-section-navigation.horalign-right div[class^="col-sm-"] {
    float: none;
  }

  .page-section-navigation .content,
  .page-section-navigation .navigator {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
  }

}

@media (min-width: 992px) and (max-width: 1199px) {
  /* .fractas__elementalblocks__elements__elementcontentimage .height-small {
    height: 328px;
  }

  .fractas__elementalblocks__elements__elementcontentimage .height-regular {
    height: 492px;
  } */
}
