@charset "UTF-8";
body {
  font-family: sans-serif;
  overflow-x: hidden;
}
.grid-flex a {
  text-decoration: none;
  color: #4A4A4A;
  font-weight: bold;
}

a.red {
  color: #ed0607;
}

.hero-page {
  border-radius: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 500px;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  position: relative;
  overflow: hidden;
  max-width: 100%;
  margin: 0;
  border-width: 0;
  margin: auto;
}

@media (max-width: 768px) {
  .hero-page {
	padding:10px 0px 0px 0px;
  }
}


.hero-page--do-page {
  height: 350px;
}

.hero-page__context {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 350px;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  max-width: 1400px;
  padding: 0;
}

.hero-page__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  padding-bottom: 0;
  padding-top: 0;
  width: 100%;
}

@media (min-width: 1023px) {
  .hero-page__wrapper {
    padding-left: 0;
    padding-right: 0;
    width: 82.8%;
	max-width: none;
  }
}


.hero-page__button {
  margin-bottom: 7px;
}

@media (min-width: 1024px) {
  .hero-page__button {
    padding-top: 0.5rem;
  }
}

.hero-page__button a {
  margin-top: 0;
}

.hero-page__button .btn--white {
  line-height: 1;
}

.hero-page__mirror {
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0;
  height: 100%;
  width: 100%;
}

.hero-page__headline {
  margin: 0;
}

.hero-page__heading {
  color: #fff;
  font-family: imagostd-bold, Arial, Helvetica, sans-serif !important;
}

.hero-page__heading sup {
  font-size: .6875rem;
  top: -1rem;
}

@media (min-width: 1024px) {
  .hero-page__heading sup {
    font-size: 1.125rem;
    top: -1.5625rem;
  }
}

.hero-page__content p {
  font-size: 15px;
  line-height: 1.125rem;
  color: #fefefe;
}

@media (min-width: 1024px) {
  .hero-page__content p {
    font-size: 16px;
    line-height: 19px;
  }
}

@media (min-width: 1025px) {
  .hero-page__content p {
    font-size: 18px;
    line-height: 21px;
  }
}

.hero-page__headline h1 {
  line-height: 1;
  margin-bottom: 19px;
  font-size: 30px;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.2);
  font-family: imagostd-regular, Arial, Helvetica, sans-serif;
  font-weight: 400;
  margin-bottom: 20px;
}

@media (min-width: 1024px) {
  .hero-page__headline h1 {
    font-size: 38px;
    margin-bottom: 19px;
  }
}

@media (min-width: 1025px) {
  .hero-page__headline h1 {
    font-size: 52px;
  }
}
.hero-image__wrapper {
  margin-left: 6.5%;
  text-align: left;
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media (max-width: 1023px) {
  .hero-image__wrapper {
    display: none;
  }
}
.hero-image__inline{
	text-align:center;
}
@media (min-width: 1023px) {
  .hero-image__inline {
    display: none;
  }
}

.hero-image__wrapper img, .hero-image__inline img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

.hero-image .hero-page__wrapper {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.hero-image .hero-page__context {
  text-align: left;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}


.hero-image--left .hero-page__wrapper {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.hero-image--left .hero-image__wrapper {
  margin-right: 3.5%;
  margin-left: 0;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media (min-width: 1024px) {
  .hero-image--left .hero-page__context {
    text-align: right;
  }
}

@media (min-width: 1024px) {
  .hero-image--background .hero-page__context {
    text-align: left;
  }
}

@media (max-width: 767.98px) {
  .hero--no-title {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

.hero--no-title .hero-page__context {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media (min-width: 1024px) {
  .hero--no-title .hero-page__context {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 48%;
    text-align: right;
  }
}

@media (min-width: 1025px) {
  .hero--no-title .hero-page__context {
    width: 50%;
  }
}

.hero--no-title .hero-page__wrapper {
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  padding-bottom: 1.625rem;
  padding-top: 1.25rem;
}

@media (min-width: 1024px) {
  .hero--no-title .hero-page__wrapper {
    width: 100%;
    padding-left: 6%;
    padding-right: 0;
    padding-bottom: 0;
    padding-top: 0;
  }
}

@media (min-width: 1025px) {
  .hero--no-title .hero-page__wrapper {
    padding-left: 0;
  }
}

@media (min-width: 1024px) {
  .hero--no-title .hero-page__content p {
    font-size: 1.375rem;
    line-height: 1.625rem;
  }
}

@media (min-width: 1025px) {
  .hero--no-title .hero-page__content p {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

.hero-video .hero-page__headline h1 {
  color: #363636;
  font-size: 1.875rem;
  margin-bottom: .625rem;
  line-height: 1;
  text-shadow: none;
}

@media (min-width: 1024px) {
  .hero-video .hero-page__headline h1 {
    margin-bottom: .8125rem;
    font-size: 2.375rem;
  }
}

.hero-images {
  overflow: visible;
  padding-top: 2.5rem;
  padding-bottom: 1.5625rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all .4s;
  transition: all .4s;
}

@media (min-width: 1025px) {
  .hero-images {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.hero-images.hover .hero-page__images__link {
  opacity: 0.3;
}

.hero-images .hero-page__context {
  text-align: center;
  min-height: 0;
}

@media (min-width: 1025px) {
  .hero-images .hero-page__context {
    max-width: 43.75rem;
    -ms-flex-item-align: center;
    align-self: center;
  }
}

@media (min-width: 1024px) {
  .hero-images .hero-page__content p {
    font-size: 18px;
    line-height: 21px;
  }
}

@media (min-width: 1024px) {
  .hero-images .hero-page__headline h1 {
    font-size: 52px;
  }
}

.hero-images .hero-page__images {
  position: absolute;
  left: 10%;
  bottom: .625rem;
  display: none;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  width: calc(100% - 200px);
  margin-top: 1.875rem;
}

@media (min-width: 1025px) {
  .hero-images .hero-page__images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.hero-images .hero-page__images__item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.hero-images .hero-page__images__link {
  font-family: imagostd-bold, Arial, Helvetica, sans-serif;
  font-size: .6875rem;
  color: #fefefe;
  text-decoration: none;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  min-width: 7.5rem;
}

.hero-images .hero-page__images__link img {
  max-width: 100%;
}

.hero-images .hero-page__images__link__label {
  position: relative;
  top: -.5rem;
  width: 100%;
  opacity: 0;
  white-space: nowrap;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.hero-images .hero-page__images__link.hover {
  opacity: 1 !important;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
}

.hero-images .hero-page__images__link.hover .hero-page__images__link__label {
  opacity: 1;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
}

.hero-images .hero-page__dropdown {
  display: block;
}

@media (min-width: 1025px) {
  .hero-images .hero-page__dropdown {
    display: none;
  }
}

.hero-images .form-select ul.dropdown-content li {
  text-align: left;
}
.text-heighlight{
	color:#feec01;
	font-size:52px;
	font-family: imagostd-bold, Arial, Helvetica, sans-serif !important;
}
@media (max-width: 1023px){
.big-teaser .hero-image__inline img {
    max-width: 40%;
}
.hero-page__heading {
    text-align:center;
}
.text-heighlight{
    font-size:38px;
}
}

.col-text {
 height: 44em;;
}
.grid-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  flex-direction: row; 
  -webkit-flex-direction: row;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: space-around;
}
.col {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.col-left {
  -webkit-box-ordinal-group:-1;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}
.col-text{
  display: flex;
  align-items: center;
  justify-content: center;
}
.Aligner-item {
  width: 65%;
}
.col-image {
  background-size: cover;
  background-position:center center;
      background-repeat: no-repeat;
}

.Aligner-item h2{
  color:#00a2e2;
  text-transform: uppercase;
	font-size:38px;
	font-family: imagostd-bold, Arial, Helvetica, sans-serif !important;
}
.Aligner-item h3{
	color:#00a2e2;
	font-size:28px;
	font-family: imagostd-regular, Arial, Helvetica, sans-serif !important;
	margin: 10px 0;
}
.Aligner-item p {
font-size: 18px;
    line-height: 30px;
	margin-bottom:10px;
}
.Aligner-item ul {
    padding-left: 20px;
}
.Aligner-item li {
    padding-left: 10px;
    font-size: 18px;
    line-height: 30px;
    list-style-type: square;
}
a.btn .dblg-btn {
    font-family: imagostd-bold, Arial, Helvetica, sans-serif !important;
    text-decoration: none!important;
}
a.btn .dblg-btn span {
    font-size: 18px;
    font-family: imagostd-bold, Arial, Helvetica, sans-serif !important;
}
a.btn .btn-red .dblg-btn {
    color: #ed0607!important;
	padding-left: 0px!important;
}


.arrow-box:after, .arrow-box:before {
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.arrow-box:before, .arrow-box:before {
    border-color: rgba(255, 255, 255, 0);
    border-width: 36px;
    margin-top: -36px;
}
.arrow-box-left:after, .arrow-box-left:before {
    right: 100%;
    display: none;
}
.arrow-box-left:before {
    border-right-color: #ffffff;
}
@media (min-width: 1024px){
.arrow-box-left:after, .arrow-box-left:before, .arrow-box-right:after, .arrow-box-right:before {
    display: inline-block;
}
}
.arrow-box-right:after, .arrow-box-right:before {
    left: 100%;
    display: none;
}
.arrow-box-right:before {
    border-left-color: #ffffff;
}
@media (min-width: 1024px){
.arrow-box-left:after, .arrow-box-left:before, .arrow-box-right:after, .arrow-box-right:before {
    display: inline-block;
}
}

@media (max-width:1023px){
.grid-flex {
	flex-direction: column;
}

.col.col-image {
	min-height: 600px;
}

.grid-flex.row-reverse {
	flex-direction: column-reverse;
}

.Aligner-item {
	padding: 40px 0;
	width: 90%;
}
}
.center{
	text-align:center;
	background: #f4f4f4;
    padding: 80px 0;
}
.center h2{
  color: #4A4A4A;
	font-size: 38px;
    font-family: imagostd-bold, Arial, Helvetica, sans-serif !important;
	max-width: 60%;
    margin: 0 auto 25px;
}
.center p{
	max-width: 60%;
    margin: auto;
	font-size:18px;
	line-height: 30px;
}
@media (min-width: 768px) and (max-width: 1023px){
  .hero-image .hero-page__context{
	  max-width: 100%;
  }
  .hero-image__inline{
	  display:block;
  }
}
a.btn btn-blue.dblg-btn{
  color: #333;
  padding-left: 0px;
}
.mid-block {
    padding: 60px 100px;
}
.mid-block p, .references p, .acknowledge p{
    font-size: 12px;
    margin-bottom:10px
}
@media only screen and (max-width:1023px){
    .acknowledge p{
      text-align:center;
    }
}
.references{
	margin-top: 25px;
}  

.content-wrapper{
  max-width: 1400px;
  margin: auto;
}

/* */
#block-loop {
  background: #0095c8 url(../images/hero-a.png) no-repeat;
  background-size: contain;
}

#block-phone {
  background: #0095c8 url(../images/block.png) no-repeat;
  background-size: contain;
}

.loop-hero {
  background: #0095c8;
}

h1 {
  font-size: 56px;
  text-transform: uppercase;
  color: white;
}

.testimonial {
  background: #00a3e2;
  color: white;
  font-size: 24px;
  font-style: normal;
}
.testimonial blockquote {
  font-size: 36px;
  line-height: 50px;
  text-transform: uppercase;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.2);
} 

.product {
  display: flex;
  flex-direction: row;
}

.product-section {
  box-sizing: border-box;
  padding: 5% 5%;
  flex-direction: column;
  justify-content: flex-end;
}

.product-section h2 {
  align-self: flex-start;
  color: white;
}

.product-section h3 {
  text-transform: uppercase;
  font-size: 38px;
  margin-bottom: 10px;
  color: white;
}


h1 span,
.product-section h3 span {
  color:#feec01;
}

.insight-mysugr {
  background-color: #94c025;
}

.insight-classic {
  background-color: #f4436d;
}

.insight-loop {
  background-color: #00a3e2;
}

.insight-classic h2 {
  margin-bottom: 1.8em;
}

.btn-yellow {
  background-color: #feec01!important;
  padding: 10px 25px!important;
  border-radius: 3px!important;
  color: black!important;
  border: 0px!important;
  width: fit-content;
	
}

.btn-yellow::after {
  content: ">";
  margin-left: 10px!important;
}


.btn-blue {
  background-color: #0066CC!important;
  padding: 10px 25px!important;
  border-radius: 3px!important;
  color: white!important;
  border: 0px!important;
  width: fit-content;
	
}

.btn-blue::after {
  content: ">";
  margin-left: 10px!important;
}



.btn-green {
  background-color: #8EB927!important;
  padding: 10px 25px!important;
  border-radius: 3px!important;
  color: white!important;
  border: 0px!important;
  width: fit-content;
	
}

.btn-green::after {
  content: ">";
  margin-left: 10px!important;
}




.product-overflow-slider .mini-product-card {
    height: 250px;
    width: 250px;
    margin-right: 32px;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    background: #5988da!important;
	
}



.product-overflow-slider .thumbnail-product:nth-of-type(n) .mini-product-card {
    border:none!important;
}



.product-overflow-slider .mini-product-card .img-center img {
    text-align: left;
    margin-left: -28%!important;
    position: absolute;
}