* {
  outline: none;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
  margin: 0;
  padding: 0;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
  border-radius: 0;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  border-radius: 0;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/* GRID ======================================================================== */
.clear:before,
.clear:after {
  content: "";
  display: table;
}
.clear:after {
  clear: both;
}
body {
  width: 100%;
}
body:before,
body:after {
  content: "";
  display: table;
}
body:after {
  clear: both;
}
body:before,
body:after {
  content: "";
  display: table;
}
body:after {
  clear: both;
}
/* EXTRA ======================================================================= */
::-moz-selection {
  background: #333;
  color: #fff;
}
::selection {
  background: #333;
  color: #fff;
}
::-moz-selection {
  background: #333;
  color: #fff;
}
#privacypolicy {
  position: fixed;
  right: 30px;
  bottom: 30px;
  background: #eeeeee;
  color: #333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px;
  max-width: 400px;
  font-size: 16px;
  font-weight: 300;
  line-height: 23px;
  margin-left: 30px;
  opacity: 0;
  -webkit-transform: translate(0, 300px);
      -ms-transform: translate(0, 300px);
          transform: translate(0, 300px);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#privacypolicy.active {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
#privacypolicy a {
  color: #333;
}
#privacypolicy .privacy-btn {
  background-image: url('../images/privacy-close.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
/* CMS ========================================================================= */
/* PLUGINS ===================================================================== */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
body.hidden-scroll {
  overflow: hidden;
}
.sl-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #121212;
  opacity: 0.99;
  display: none;
  z-index: 1035;
}
.sl-wrapper {
  z-index: 1040;
}
.sl-wrapper button {
  border: 0 none;
  background: transparent;
  font-size: 28px;
  padding: 0;
  cursor: pointer;
}
.sl-wrapper button:hover {
  opacity: 0.7;
}
.sl-wrapper .sl-close {
  display: none;
  position: fixed;
  right: 30px;
  top: 30px;
  z-index: 10060;
  margin-top: -14px;
  margin-right: -14px;
  height: 44px;
  width: 44px;
  line-height: 44px;
  font-family: Lato, sans-serif;
  font-style: normal;
  font-weight: 100;
  color: #fff;
  font-size: 3rem;
}
.sl-wrapper .sl-close:focus {
  outline: none;
}
.sl-wrapper .sl-counter {
  display: none;
  position: fixed;
  top: 30px;
  left: 30px;
  z-index: 1060;
  color: #fff;
  font-size: 1rem;
}
.sl-wrapper .sl-navigation {
  width: 100%;
  display: none;
}
.sl-wrapper .sl-navigation button {
  position: fixed;
  top: 50%;
  margin-top: -22px;
  height: 44px;
  width: 22px;
  line-height: 44px;
  text-align: center;
  display: block;
  z-index: 10060;
  font-family: Lato, sans-serif;
  font-style: normal;
  font-weight: 100;
  color: #fff;
}
.sl-wrapper .sl-navigation button.sl-next {
  right: 5px;
  font-size: 2rem;
}
.sl-wrapper .sl-navigation button.sl-prev {
  left: 5px;
  font-size: 2rem;
}
.sl-wrapper .sl-navigation button:focus {
  outline: none;
}
@media (min-width: 35.5em) {
  .sl-wrapper .sl-navigation button {
    width: 44px;
  }
  .sl-wrapper .sl-navigation button.sl-next {
    right: 10px;
    font-size: 3rem;
  }
  .sl-wrapper .sl-navigation button.sl-prev {
    left: 10px;
    font-size: 3rem;
  }
}
@media (min-width: 50em) {
  .sl-wrapper .sl-navigation button {
    width: 44px;
  }
  .sl-wrapper .sl-navigation button.sl-next {
    right: 20px;
    font-size: 3rem;
  }
  .sl-wrapper .sl-navigation button.sl-prev {
    left: 20px;
    font-size: 3rem;
  }
}
.sl-wrapper .sl-image {
  position: fixed;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 10000;
}
.sl-wrapper .sl-image img {
  margin: 0;
  padding: 0;
  display: block;
  border: 0 none;
  width: 100%;
  height: auto;
}
@media (min-width: 35.5em) {
  .sl-wrapper .sl-image img {
    border: 0 none;
  }
}
@media (min-width: 50em) {
  .sl-wrapper .sl-image img {
    border: 0 none;
  }
}
.sl-wrapper .sl-image iframe {
  background: #000;
  border: 0 none;
}
@media (min-width: 35.5em) {
  .sl-wrapper .sl-image iframe {
    border: 0 none;
  }
}
@media (min-width: 50em) {
  .sl-wrapper .sl-image iframe {
    border: 0 none;
  }
}
.sl-wrapper .sl-image .sl-caption {
  display: none;
  padding: 10px;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  font-size: 1rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.sl-wrapper .sl-image .sl-caption.pos-top {
  bottom: auto;
  top: 0;
}
.sl-wrapper .sl-image .sl-caption.pos-outside {
  bottom: auto;
}
.sl-wrapper .sl-image .sl-download {
  display: none;
  position: absolute;
  bottom: 5px;
  right: 5px;
  color: #000;
  z-index: 1060;
}
.sl-spinner {
  display: none;
  border: 5px solid #333;
  border-radius: 40px;
  height: 40px;
  left: 50%;
  margin: -20px 0 0 -20px;
  opacity: 0;
  position: fixed;
  top: 50%;
  width: 40px;
  z-index: 1007;
  -webkit-animation: pulsate 1s ease-out infinite;
  animation: pulsate 1s ease-out infinite;
}
.sl-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
.sl-transition {
  transition: -ms-transform ease 200ms;
  transition: -webkit-transform ease 200ms;
  -webkit-transition: -webkit-transform ease 200ms;
  -o-transition: transform ease 200ms;
  transition: transform ease 200ms;
  transition: transform ease 200ms, -webkit-transform ease 200ms;
}
@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0;
  }
}
@keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0;
  }
}
/* VARIABLES =================================================================== */
.init_anim {
  opacity: 0;
}
/*
@keyframes fadeInUp {
    from {
        transform: translate3d(-0px,40px,0px)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

@-webkit-keyframes fadeInUp {
    from {
        transform: translate3d(0,60px,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}*/
/*
.animated {
   animation-duration: 1s;
   animation-fill-mode: both;
   -webkit-animation-duration: 1s;
   -webkit-animation-fill-mode: both;
    //animation-delay:.3s;
   &.delay1{
      animation-delay:.3s;
   }
   &.delay2{
      animation-delay:.5s;
   }
    &.delay3{
      animation-delay:.7s;
   }
}

.animatedFadeInUp {
    opacity: 0
}

.fadeInUp {
    opacity: 0;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
}
*/
@keyframes searchAnim {
  from {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    opacity: 0;
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes searchAnim {
  from {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    opacity: 0;
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
/* STYLES ====================================================================== */
a {
  color: inherit;
}
::-moz-selection {
  background: #333;
  color: #fff;
}
::selection {
  background: #333;
  color: #fff;
}
::-moz-selection {
  background: #333;
  color: #fff;
}
.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}
*,
::after,
::before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}
.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
         supported by Chrome, Edge, Opera and Firefox */
}
.color {
  color: #bee4fb;
}
.red {
  color: crimson;
}
h1 {
  /*font-family:@fonttitle; 
  font-weight:@medium;
  line-height:1.3em;
  &.serif{
    font-family:'Times New Roman'; 
    font-weight:600;
    font-size: 2.3em;
     letter-spacing:2px;
  }*/
  font-weight: 400;
  font-size: 4.8em;
  line-height: 1em;
  font-style: normal;
}
@media only screen and (max-width: 1100px) {
  h1 {
    font-size: 3.8em;
    line-height: 1em;
  }
}
h2 {
  /*font-family:@fonttitle; 
  font-weight:@medium;
  font-size:1.7em;
  line-height: 1.2em;
  // color:@color;
  */
  font-weight: 400;
  font-size: 4.8em;
  line-height: 1em;
  font-style: normal;
}
@media only screen and (max-width: 1100px) {
  h2 {
    font-size: 3em;
    line-height: 1em;
  }
}
h3 {
  font-size: 2em;
  line-height: 1.15em;
  font-style: normal;
  font-weight: 400;
}
@media only screen and (max-width: 1100px) {
  h3 {
    font-size: 1.7em;
    line-height: 1em;
  }
}
body {
  font-family: din-condensed, sans-serif;
  background: #bee4fb;
  -webkit-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
  transition: background 0.5s ease;
  font-size: 22px;
  /* @media only screen and (max-width: 800px) {
   	font-size: 15px;
  }*/
  font-style: normal;
  font-weight: 300;
  line-height: 1.6em;
  color: #333;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body.inv {
  background: #333;
}
@media only screen and (max-width: 1100px) {
  body {
    font-size: 19px;
    line-height: 1.4em;
  }
}
body .body {
  overflow: hidden;
}
body footer,
body main {
  overflow: hidden;
}
.imgholder figure {
  position: relative;
  padding-bottom: 56.25%;
}
.imgholder figure img {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  width: 100%;
  height: 100%;
}
.imgholder figure img.loaded {
  opacity: 1;
}
.bgimgholder {
  position: relative;
}
.bgimgholder.autoheight {
  height: 100%;
}
.bgimgholder.autoheight figure {
  height: 100%;
}
.bgimgholder figure {
  position: relative;
  padding-bottom: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.bgimgholder figure.loaded {
  opacity: 1;
}
.bgimgholder figure img {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.bgimgholder figure img.loaded {
  display: none;
}
.innerscreen {
  width: 100%;
  padding: 0 11vw;
  margin: auto;
  /*@media only screen and (max-width: 800px) {
     padding: 0 32px;
  }*/
}
.more {
  text-transform: uppercase;
  font-weight: 400;
  border-radius: 40px;
  border: 1px solid #333;
  padding: 8px 40px;
  display: inline-block;
  text-decoration: none;
  font-size: 1.1em;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.more:hover {
  color: white;
  background: #333;
}
.more.mobilemb {
  margin-bottom: 20px;
}
.linkonlymobile {
  display: none;
  width: 100%;
  margin-bottom: 20px;
  margin-left: 5.5vw;
}
.linkonlymobile .more {
  margin-bottom: 20px;
}
@media only screen and (max-width: 650px) {
  .linkonlymobile {
    display: inline-block;
  }
}
.onlymobile {
  display: none;
}
@media only screen and (max-width: 650px) {
  .onlymobile {
    display: block;
  }
}
.onlydesktop {
  display: block;
}
@media only screen and (max-width: 650px) {
  .onlydesktop {
    display: none;
  }
}
header .header .flexrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .header .flexrow .left {
  width: calc(2 * 11vw);
  padding: 40px;
  position: relative;
}
header .header .flexrow .left .logo {
  display: block;
  width: 70%;
  margin-left: 15%;
  padding-bottom: 90%;
  position: relative;
  background-image: url(../images/logo.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
header .header .flexrow .middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100vw - 3 * 11vw);
  font-size: 0.8em;
  line-height: 1.4em;
  text-transform: uppercase;
  font-weight: 400;
}
header .header .flexrow .middle a {
  text-decoration: none;
}
header .header .flexrow .middle .col1 {
  width: 100px;
}
header .header .flexrow .middle .col2 {
  width: 180px;
}
header .header .flexrow .right {
  width: 11vw;
  position: relative;
}
header .header .flexrow .right .toggle {
  display: block;
  width: 50px;
  height: 15px;
  position: absolute;
  right: calc(11vw / 2 - 25px);
  top: calc(50% - 8px);
  cursor: pointer;
  z-index: 99990;
}
header .header .flexrow .right .toggle:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: #333;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header .header .flexrow .right .toggle:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: #333;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header .header .flexrow .right .toggle.open:before {
  background: white;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 50%;
}
header .header .flexrow .right .toggle.open:after {
  background: white;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 50%;
}
header .header .flexrow .right nav {
  display: none;
}
header.inv .header .flexrow .left .logo {
  background-image: url(../images/logo-blauw.svg);
}
header.inv .header .flexrow .middle {
  color: white;
}
header.inv .header .flexrow .middle .col3 .more {
  background: white;
  color: #333;
}
header.inv .header .flexrow .middle .col3 .more:hover {
  background: #bee4fb;
}
header.inv .header .flexrow .right {
  color: white;
}
@media only screen and (max-width: 1000px) {
  header .header .flexrow .left {
    padding: 30px;
  }
  header .header .flexrow .left .logo {
    width: 100%;
    margin-left: 0%;
  }
  header .header .flexrow .middle {
    position: relative;
    width: calc(100vw - 3 * 11vw);
  }
  header .header .flexrow .middle .col1 {
    width: 50%;
    display: none;
  }
  header .header .flexrow .middle .col2 {
    width: 35%;
  }
  header .header .flexrow .middle .col3 {
    width: 65%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  header .header .flexrow .middle .col3 .more {
    font-size: 0.9em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 8px 20px;
    margin-right: 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header .header .flexrow .right {
    width: calc(1 * 11vw);
  }
  header .header .flexrow .right .toggle {
    right: 30px;
  }
}
@media only screen and (max-width: 650px) {
  header .header .flexrow {
    margin-bottom: 30px;
  }
  header .header .flexrow .left {
    width: 130px;
    padding: 10px 10px 10px 5.5vw;
  }
  header .header .flexrow .middle {
    width: calc(100vw - 230px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  header .header .flexrow .middle .col2 {
    display: none;
    margin-top: 20px;
    width: 100%;
    text-align: center;
  }
  header .header .flexrow .middle .col3 {
    display: none;
    width: 100%;
    margin-top: 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: 0;
  }
  header .header .flexrow .middle .col3 .more {
    margin-right: 0;
    text-align: center;
  }
  header .header .flexrow .right {
    width: 100px;
  }
}
.header_home {
  margin-left: calc(11vw * 2);
  margin-right: calc(11vw / 2);
  width: calc(100% - 2*11vw);
  margin-bottom: 11vw;
  position: relative;
}
.header_home.navigation {
  display: none;
}
.header_home.navigation.show {
  display: block;
}
.header_home.navigation .social_rotate .social a {
  color: #bee4fb;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.header_home.navigation .social_rotate .social a.active,
.header_home.navigation .social_rotate .social a:hover {
  color: white;
}
.header_home .slogan_nav {
  max-width: 90%;
}
.header_home .slogan_nav a {
  font-weight: 400;
  font-size: 4.5em;
  line-height: 1em;
  font-style: normal;
  margin: 0;
  text-transform: uppercase;
  display: inline-block;
  color: #bee4fb;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
  text-decoration: none;
}
.header_home .slogan_nav a.active,
.header_home .slogan_nav a:hover {
  color: white;
}
.header_home .slogan {
  max-width: 90%;
}
.header_home .slogan .elacopain {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1.5em;
  margin-bottom: 10px;
}
.header_home .slogan .elacopain img {
  display: inline-block;
  height: auto;
  width: 30px;
  margin-right: 15px;
}
.header_home .slogan h1 {
  margin: 0;
  text-transform: uppercase;
  display: block;
  position: relative;
}
.header_home .slogan h1 .rocket {
  display: inline-block;
  height: auto;
  width: 45px;
  position: relative;
  top: 8px;
}
.header_home .slogan .sloganlinks {
  margin-top: 50px;
}
.header_home .social_rotate {
  position: absolute;
  top: 0%;
  left: calc((100% - 11vw) + 11vw/2 + 30px);
  -webkit-transform: rotate(90deg) translate(0%, 0);
      -ms-transform: rotate(90deg) translate(0%, 0);
          transform: rotate(90deg) translate(0%, 0);
  -webkit-transform-origin: 0% 0%;
      -ms-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
}
.header_home .social_rotate .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header_home .social_rotate .social a {
  display: inline-block;
  margin: 0 5px;
  font-size: 0.7em;
  text-transform: uppercase;
  font-weight: 400;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.header_home .social_rotate .social a:hover {
  color: white;
}
@media only screen and (max-width: 1200px) {
  .header_home .slogan h1 {
    font-size: 3.8em;
    line-height: 1.15em;
  }
  .header_home .slogan h1 .rocket {
    width: 38px;
  }
}
@media only screen and (max-width: 1000px) {
  .header_home .slogan {
    max-width: 100%;
  }
  .header_home .slogan h1 {
    font-size: 2.8em;
    line-height: 1.15em;
  }
  .header_home .slogan h1 .rocket {
    width: 26px;
  }
}
@media only screen and (max-width: 650px) {
  .header_home {
    margin-left: 5.5vw;
    margin-right: 5.5vw;
  }
  .header_home .social_rotate {
    display: none;
  }
  .header_home .slogan_nav {
    max-width: 100%;
  }
}
@media only screen and (max-width: 450px) {
  .header_home .slogan h1 {
    font-size: 2em;
    line-height: 1.15em;
  }
  .header_home .slogan h1 .rocket {
    width: 20px;
  }
  .header_home .slogan_nav {
    max-width: 100%;
  }
  .header_home .slogan_nav a {
    font-size: 2.8em;
    line-height: 1.15em;
  }
}
.specs_block {
  margin: 0 22vw 5.5vw 22vw;
}
.specs_block .flexrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -20px;
}
.specs_block .flexrow .row {
  width: 33.333%;
  padding: 0 20px;
  font-size: 0.8em;
  line-height: 1.4em;
  text-transform: uppercase;
  /*a{
          text-decoration:none;
        }*/
}
.specs_block .flexrow .row strong {
  font-weight: 400;
}
@media only screen and (max-width: 650px) {
  .specs_block {
    margin: 0 5.5vw 5.5vw 5.5vw;
  }
  .specs_block .flexrow .row {
    width: 50%;
  }
}
@media only screen and (max-width: 500px) {
  .specs_block .flexrow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .specs_block .flexrow .row {
    width: 100%;
  }
}
.contact_specs {
  margin: 0 11vw 11vw 22vw;
}
.contact_specs .specs .spec {
  border-bottom: 1px solid  grey;
  padding: 20px 0;
}
.contact_specs .specs .spec:first-child {
  border-top: 1px solid  grey;
}
.contact_specs .specs .spec .flexrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.contact_specs .specs .spec .flexrow .left {
  width: 100px;
  font-size: 0.8em;
  font-weight: 400;
  text-transform: uppercase;
}
.contact_specs .specs .spec .flexrow .right {
  width: calc(100% - 120px);
  font-size: 2.3em;
  line-height: 1.3em;
  text-align: left;
}
.contact_specs .specs .spec .flexrow .right a {
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.contact_specs .specs .spec .flexrow .right a:hover {
  color: white;
}
@media only screen and (max-width: 650px) {
  .contact_specs {
    margin: 0 5.5vw 11vw 5.5vw;
  }
  .contact_specs .specs .spec .flexrow .left {
    width: 80px;
  }
  .contact_specs .specs .spec .flexrow .right {
    width: calc(100% - 80px);
    font-size: 1.2em;
    line-height: 1.3em;
  }
}
@media only screen and (max-width: 400px) {
  .contact_specs .specs .spec .flexrow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contact_specs .specs .spec .flexrow .left {
    width: 100%;
  }
  .contact_specs .specs .spec .flexrow .right {
    width: 100%;
  }
}
.prevnextcase {
  border-top: 1px solid grey;
  border-bottom: 1px solid grey;
  padding: 5.5vw 0;
  margin: 0 11vw 11vw 11vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
}
.prevnextcase a {
  text-decoration: none;
  display: block;
}
.prevnextcase .left {
  width: 48%;
}
.prevnextcase .right {
  width: 48%;
}
.prevnextcase h2 {
  margin: 10px auto;
  font-size: 2em;
  text-transform: uppercase;
}
@media only screen and (max-width: 800px) {
  .prevnextcase h2 {
    font-size: 1.8em;
  }
}
@media only screen and (max-width: 650px) {
  .prevnextcase {
    margin: 0 5.5vw 5.5vw 5.5vw;
  }
  .prevnextcase h2 {
    font-size: 1.5em;
  }
}
@media only screen and (max-width: 500px) {
  .prevnextcase {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .prevnextcase .left {
    width: 100%;
    margin-bottom: 20px;
  }
  .prevnextcase .right {
    width: 100%;
  }
}
.home_block1 {
  margin-left: 11vw;
  margin-bottom: calc(2 * 11vw);
  position: relative;
}
.home_block1:before {
  content: '';
  position: absolute;
  width: 100%;
  height: calc(100% - 1 * 11vw);
  left: 0;
  top: calc(2 * 11vw);
  z-index: 0;
  background: white;
}
.home_block1 .content {
  margin-left: 11vw;
  position: relative;
}
.home_block1 .content .txt_holder {
  margin-top: 70px;
  margin-bottom: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.home_block1 .content .txt_holder .left {
  width: 35%;
}
.home_block1 .content .txt_holder .left h3 {
  margin: 0;
}
.home_block1 .content .txt_holder .right {
  width: 55%;
  padding-right: calc(11vw / 2);
}
.home_block1 .content .txt_holder .right .txt > p {
  margin-top: 0;
}
.home_block1 .content .txt_holder .right .txt strong {
  color: #bee4fb;
}
@media only screen and (max-width: 800px) {
  .home_block1 {
    margin-left: 0;
  }
}
@media only screen and (max-width: 650px) {
  .home_block1 .content {
    margin-left: 5.5vw;
  }
  .home_block1 .content .txt_holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 30px;
    margin-right: 5.5vw;
  }
  .home_block1 .content .txt_holder .left {
    width: 100%;
    margin-bottom: 20px;
  }
  .home_block1 .content .txt_holder .right {
    width: 100%;
  }
}
.home_grid {
  margin: 0 11vw 11vw 11vw;
}
.home_grid h2 {
  margin: 0;
  text-align: center;
  text-transform: uppercase;
}
.home_grid .griditems {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -25px;
}
.home_grid .griditems .griditem {
  width: calc(50% - 50px);
  margin: 25px;
  position: relative;
}
.home_grid .griditems .griditem .titel {
  position: absolute;
  bottom: 15px;
  left: 20px;
  text-transform: uppercase;
  font-weight: 400;
  color: white;
  font-size: 0.9em;
  marign: 0;
}
.home_grid .griditems .griditem .type {
  position: absolute;
  bottom: 15px;
  right: 20px;
  text-transform: uppercase;
  font-weight: 400;
  color: white;
  font-size: 0.9em;
  margin: 0;
}
.home_grid .morelinks {
  text-align: center;
  margin-top: 50px;
}
@media only screen and (max-width: 650px) {
  .home_grid .griditems {
    margin: 0 0px;
  }
  .home_grid .griditems .griditem {
    width: calc(100%);
  }
}
.home_copains {
  margin: 0 11vw 11vw 0;
  background: white;
}
.home_copains .txt_holder {
  padding: 11vw 22vw 11vw 11vw;
}
.home_copains .txt_holder .txt {
  font-size: 1.8em;
  line-height: 1.35em;
}
.home_copains .txt_holder .txt strong {
  color: #bee4fb;
  font-weight: 300;
  font-style: normal;
}
@media only screen and (max-width: 1100px) {
  .home_copains {
    margin: 0 0 11vw 0;
  }
  .home_copains .txt_holder {
    padding: 5.5vw 5.5vw 5.5vw 5.5vw;
  }
  .home_copains .txt_holder .txt {
    font-size: 1.5em;
    line-height: 1.2em;
  }
}
.home_logos {
  margin-bottom: 11vw;
}
.home_logos .title {
  font-size: 2em;
  line-height: 1.3em;
  margin-bottom: 20px;
  text-align: center;
}
.home_logos .logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home_logos .logos .logo {
  margin: 15px 15px;
}
.home_logos .logos .logo img {
  height: 80px;
  width: auto;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.home_logos .logos .logo img.loaded {
  opacity: 1;
}
@media only screen and (max-width: 800px) {
  .home_logos .logos .logo {
    margin: 8px;
  }
  .home_logos .logos .logo img {
    height: 50px;
  }
}
.home_magazine {
  margin-bottom: 11vw;
}
.home_magazine .flexrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home_magazine .flexrow .left {
  width: 48%;
  padding: calc(11vw/2);
  padding-right: 0;
}
.home_magazine .flexrow .left .txt_holder .txt .title {
  font-size: 2em;
  line-height: 1.3em;
  margin-bottom: 20px;
}
.home_magazine .flexrow .left .txt_holder .more {
  margin-top: 20px;
}
.home_magazine .flexrow .right {
  width: 48%;
}
@media only screen and (max-width: 800px) {
  .home_magazine .flexrow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .home_magazine .flexrow .right {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    padding: 5.5vw 0;
  }
  .home_magazine .flexrow .left {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}
.home_contact {
  margin-bottom: 11vw;
}
.home_contact .flexrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home_contact .flexrow .left {
  width: 48%;
}
.home_contact .flexrow .right {
  width: 48%;
  padding: calc(11vw/2);
  padding-right: 0;
}
.home_contact .flexrow .right .txt_holder .txt .title {
  font-size: 2em;
  line-height: 1.3em;
  margin-bottom: 20px;
}
.home_contact .flexrow .right .txt_holder .more {
  margin-top: 20px;
}
@media only screen and (max-width: 800px) {
  .home_contact .flexrow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .home_contact .flexrow .left {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  .home_contact .flexrow .right {
    padding: 5.5vw 0;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}
.home_words {
  margin-bottom: 11vw;
}
.home_words .lines {
  overflow: hidden;
}
.home_words .lines .line {
  font-size: 3em;
  line-height: 1.1em;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
}
.home_words .lines .line .t {
  -webkit-transform: translateX(-80px);
      -ms-transform: translateX(-80px);
          transform: translateX(-80px);
}
.home_words .lines .line:first-child .t {
  -webkit-transform: translateX(-100px);
      -ms-transform: translateX(-100px);
          transform: translateX(-100px);
}
.home_words .lines .line:last-child .t {
  -webkit-transform: translateX(-50px);
      -ms-transform: translateX(-50px);
          transform: translateX(-50px);
}
@media only screen and (max-width: 800px) {
  .home_words {
    display: none;
  }
}
footer {
  padding: 11vw 11vw 50px 22vw;
  background: white;
}
footer .flexrow {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
footer .flexrow.bottom {
  margin-top: calc(11vw);
}
footer .flexrow.bottom .left {
  font-size: 0.8em;
  font-weight: 400;
}
footer .flexrow.bottom .right {
  font-size: 0.8em;
  text-align: right;
  font-weight: 400;
}
footer .flexrow.bottom .right a {
  display: inline-block;
  margin-left: 20px;
  text-decoration: none;
}
footer .flexrow.top {
  margin-bottom: 90px;
}
footer .flexrow.top .left {
  font-size: 2.3em;
  line-height: 1.5em;
  font-weight: 400;
}
footer .flexrow.top .left a {
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
footer .flexrow.top .left a:hover {
  color: #bee4fb;
}
footer .flexrow .left {
  width: calc(45%);
}
footer .flexrow .left .newsletterholder > p {
  margin-top: 0;
}
footer .flexrow .left .footersocial a {
  margin-right: 10px;
  font-size: 1.3em;
  text-decoration: none;
  text-transform: lowercase;
}
footer .flexrow .left .footersocial a .tiktok {
  width: 23px;
  height: 22px;
  display: inline-block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/tiktok.svg);
}
@media only screen and (max-width: 1100px) {
  footer .flexrow .left .footersocial a .tiktok {
    height: 19px;
    width: 20px;
  }
}
footer .flexrow .left .footersocial a .trustpilot {
  width: 25px;
  height: 24px;
  display: inline-block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/trustpilot.svg);
}
@media only screen and (max-width: 1100px) {
  footer .flexrow .left .footersocial a .trustpilot {
    height: 21px;
    width: 22px;
  }
}
footer .flexrow .right {
  width: calc(45%);
}
footer .flexrow .right .smallrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
footer .flexrow .right .smallrows .row {
  width: 48%;
  padding: 0 0px;
  font-size: 0.8em;
  line-height: 1.6em;
}
footer .flexrow .right .smallrows .row > p {
  margin-top: 0;
}
footer .flexrow .right .smallrows .row a {
  text-decoration: none;
}
@media only screen and (max-width: 1200px) {
  footer {
    padding: 11vw 5.5vw 50px 5.5vw;
  }
}
@media only screen and (max-width: 1000px) {
  footer .flexrow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  footer .flexrow.top {
    margin-bottom: 50px;
  }
  footer .flexrow.bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  footer .flexrow.bottom .left {
    text-align: left;
    margin-bottom: 10px;
  }
  footer .flexrow.bottom .right {
    text-align: left;
  }
  footer .flexrow.bottom .right a {
    margin-left: 0;
    margin-right: 15px;
  }
  footer .flexrow .left {
    width: 100%;
  }
  footer .flexrow .right {
    width: 100%;
  }
}
@media only screen and (max-width: 650px) {
  footer .flexrow .right .smallrows {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  footer .flexrow .right .smallrows .row {
    width: 100%;
  }
}
@media only screen and (max-width: 500px) {
  footer .flexrow.top .left {
    font-size: 1.5em;
  }
}
/*header{
  margin-bottom:50px; 
}*/
.newsletterform .flexholder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.newsletterform .flexholder .formitem {
  width: 100%;
}
.newsletterform .flexholder .formitem input[type="text"],
.newsletterform .flexholder .formitem input[type="email"] {
  border: none;
  font-size: 0.9em;
  border-bottom: 1px solid #999;
  background: white;
  padding: 8px 10px;
  display: block;
  width: 100%;
}
.newsletterform .flexholder .formitem.half {
  width: 45%;
}
.newsletterform .flexholder .submitholder {
  margin: 50px 0;
}
.newsletterform .flexholder .submitholder .formsubmitbtn {
  text-transform: uppercase;
  font-weight: 400;
  border-radius: 40px;
  border: 1px solid #333;
  padding: 8px 50px;
  display: inline-block;
  text-decoration: none;
  font-size: 1.3em;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.newsletterform .flexholder .submitholder .formsubmitbtn:hover {
  color: white;
  background: #333;
}
.newsletterform .newsletterfeedback {
  color: crimson;
  margin-bottom: 30px;
}
@media only screen and (max-width: 500px) {
  .newsletterform .flexholder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .newsletterform .flexholder .formitem.half {
    width: 100%;
    margin-bottom: 20px;
  }
}
.magazine_layout {
  margin: auto;
  margin: 0 22vw  11vw  22vw;
}
.magazine_layout .contact_form {
  margin: 0;
}
@media only screen and (max-width: 1100px) {
  .magazine_layout {
    margin: 0vw 5.5vw 11vw 5.5vw;
  }
}
.contact_form {
  margin: 0 11vw 11vw 11vw;
}
.form .flexholder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.form .flexholder .formitem {
  margin-bottom: 20px;
  width: 100%;
}
.form .flexholder .formitem label {
  font-size: 0.9em;
  display: block;
  margin-bottom: 10px;
}
.form .flexholder .formitem label.inline {
  display: inline-block;
  margin-left: 10px;
}
.form .flexholder .formitem.hide {
  display: none;
}
.form .flexholder .formitem textarea {
  background: white;
  font-size: 0.9em;
  border: 1px solid #fff;
  border-bottom: 1px solid #f0f0f0;
  padding: 8px;
  width: 100%;
  height: 150px;
  margin-bottom: 10px;
}
.form .flexholder .formitem select,
.form .flexholder .formitem input[type="text"],
.form .flexholder .formitem input[type="email"],
.form .flexholder .formitem input[type="datum"],
.form .flexholder .formitem input[type="number"] {
  border: none;
  font-size: 0.9em;
  border: 1px solid #fff;
  border-bottom: 1px solid #f0f0f0;
  background: white;
  padding: 8px 10px;
  display: block;
  width: 100%;
}
.form .flexholder .formitem.half {
  width: 49%;
}
.form .flexholder .formitem.third {
  width: 32.333%;
}
.form .flexholder .formitem .info {
  margin-top: 20px;
  display: block;
}
@media only screen and (max-width: 600px) {
  .form .flexholder .formitem.half {
    width: 100%;
  }
  .form .flexholder .formitem.third {
    width: 100%;
  }
}
.form .flexholder .formitem .erroneous {
  color: crimson !important;
  border-color: crimson !important;
}
.form .flexholder .formitem .checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.form .flexholder .formitem .checkbox label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.8em;
}
.form .flexholder .formitem .checkbox label input {
  margin-top: 0px;
}
.form .flexholder .formitem .checkbox label .mylabel {
  margin-left: 15px;
  padding-top: 0;
  margin-top: 0;
}
.form .flexholder .submitholder {
  width: 100%;
  display: block;
  /*input[type="submit"]{
        color:@color;
        background: white;
        //  border-radius:45px;
        padding: 10px 40px;
        border: none;
        //text-transform:uppercase;
        display: inline-block;
        border:3px solid @color;
       // font-size:14px;
        //line-height:17px;
        transition: all .3s ease;
        text-decoration:none;
        width: auto;
        margin-top:20px;
        margin-bottom:20px;
        &:hover{
          color:white;
          background:@color; 
        }
        cursor: pointer;    
        &.disabled{
          opacity:.5;
          pointer-events: none; 
        }
        
      }*/
}
.form .flexholder .submitholder .formsubmitbtn {
  text-transform: uppercase;
  font-weight: 400;
  border-radius: 40px;
  border: 1px solid #333;
  padding: 8px 40px;
  display: inline-block;
  text-decoration: none;
  font-size: 1.1em;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.form .flexholder .submitholder .formsubmitbtn.mt {
  margin-top: 20px;
}
.form .flexholder .submitholder .formsubmitbtn:hover {
  color: white;
  background: #333;
}
.form .flexholder .submitholder .formsubmitbtn.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.form .feedback {
  color: crimson;
  margin-top: 0px;
}
.form .feedback.highlight {
  color: white;
  background: black;
  padding: 20px;
}
.layoutpage {
  max-width: 1500px;
  margin: auto;
}
.layoutpage .imgcontent {
  position: relative;
  width: 100%;
}
.layoutpage .imgcontent figure {
  position: relative;
}
.layoutpage .imgcontent figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in;
  -o-transition: opacity 0.5s ease-in;
  transition: opacity 0.5s ease-in;
}
.layoutpage .imgcontent figure img.loaded {
  opacity: 1;
}
.layoutpage.mt {
  margin-top: 50px;
}
.layoutpage .fullbg {
  background: white;
  padding: 30px 0 0 0;
  margin-bottom: 30px;
  text-align: center;
}
.layoutpage .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0 5.5vw;
  margin: auto;
}
.layoutpage .column-grid {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0 -2%;
  margin-bottom: 0px;
  margin-bottom: 50px;
  /*.block-type-quote{	 
			//background: black;//url('../images/background.gif') center center repeat;	
			
			// margin:50px 0 ;
			padding: 100px 0%;
			//float:left;
			//color:white;
			//border-color:white;
			width:100%;	
			.testimonial{
				font-style:italic;
			}
			a{
				background:black;
				color:black;	
				&:hover{
					background:white;	
				}
			}	
		}*/
}
.layoutpage .column-grid.nomarginbottom {
  margin-bottom: 0;
}
.layoutpage .column-grid .block-type-heading,
.layoutpage .column-grid .block-type-button,
.layoutpage .column-grid .block-type-text,
.layoutpage .column-grid .block-type-list,
.layoutpage .column-grid .block-type-quote,
.layoutpage .column-grid .block-type-gallery,
.layoutpage .column-grid .block-type-image,
.layoutpage .column-grid .block-type-video {
  margin-bottom: 30px;
}
.layoutpage .column-grid .block-type-heading h2 {
  font-size: 2em;
  line-height: 1.3em;
  margin: 0;
}
.layoutpage .column-grid .block-type-list ul {
  margin: 0;
  padding: 0;
  padding-left: 25px;
}
.layoutpage .column-grid .block-type-text {
  margin-bottom: 0px;
}
.layoutpage .column-grid .block-type-text .txtbg {
  padding: 40px 40px 1px 40px;
  background: #f1f2f4;
  margin-bottom: 40px;
}
.layoutpage .column-grid .block-type-text .txtbig {
  font-size: 2em;
  line-height: 1.2em;
}
.layoutpage .column-grid .block-type-text p {
  margin: 0;
  margin-bottom: 40px;
}
.layoutpage .column-grid .block-type-image figcaption,
.layoutpage .column-grid .block-type-video figcaption {
  margin-top: 10px;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
  display: block;
}
.layoutpage .column-grid .block-type-video figure {
  position: relative;
  padding-bottom: 56.25%;
  background: #000;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 5px 20px;
          box-shadow: rgba(0, 0, 0, 0.2) 0 5px 20px;
}
.layoutpage .column-grid .block-type-video figure iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.layoutpage .column-grid .block-type-button .block_btn {
  text-transform: uppercase;
  font-weight: 400;
  border-radius: 40px;
  border: 1px solid #333;
  padding: 8px 50px;
  display: inline-block;
  text-decoration: none;
  font-size: 1.3em;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  /*cursor:pointer;
			 	color:black;
			 	background:white;
        color:@basiccolor;
			 	// background:#00ADEF;
			 	// border:2px solid @color;
			 	 
			  	 margin-top:0px;
			  	 margin-bottom:0px;
			 	 
			 	//color:black;
			 	display:inline-block;
			 	padding:8px 10px;	
				border-radius:0px;
			 	transition: all .3s ease;
			 	position: relative;
			 	
			 		text-decoration:none;	
			 	
			 	// left:50%;
			 	// transform:translateX(-50%);
			 	&:hover{ 			 		 
			 		text-decoration:none;
          background:#332E2C;  
			 		// border-color:@black;
			 		//color:black;
			 	}
        */
}
.layoutpage .column-grid .block-type-button .block_btn:hover {
  color: white;
  background: #333;
}
.layoutpage .column-grid .block-type-quote {
  background: #f1f2f4;
  padding: 25px 25px;
}
.layoutpage .column-grid .block-type-quote p {
  margin: 0;
  font-size: 1.5em;
  line-height: 1.3em;
}
.layoutpage .column-grid .block-type-quote h3 {
  margin: 10px 0  0px 0px;
  font-size: 1em;
}
.layoutpage .column-grid .block-type-gallery .gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: -10px;
}
.layoutpage .column-grid .block-type-gallery .gallery .griditem {
  width: calc(25% - 20px);
  margin: 10px;
  border: 1px solid #f1f2f4;
  padding: 10px;
  background: white;
  display: block;
}
.layoutpage .column-grid .block-type-gallery .gallery .griditem figure {
  position: relative;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.layoutpage .column-grid .block-type-gallery .gallery .griditem figure img {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.layoutpage .column-grid .block-type-gallery .gallery .griditem figure img.loaded {
  display: none;
}
@media only screen and (max-width: 900px) {
  .layoutpage {
    padding-bottom: 20px;
  }
  .layoutpage .column-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .layoutpage .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.span_3 {
  width: calc(25% - 8%);
  margin: 0 4%;
}
.span_4 {
  width: calc(33.333% - 8%);
  margin: 0 4%;
}
.span_8 {
  width: calc(66.6666% - 8%);
  margin: 0 4%;
}
.span_6 {
  width: calc(50% - 8%);
  margin: 0 4%;
}
.span_12 {
  width: calc(100% - 8%);
  margin: 0 4%;
}
@media only screen and (max-width: 900px) {
  .span_3,
  .span_4,
  .span_8,
  .span_6,
  .span_12 {
    width: calc(100% - 4%);
    margin: 0 2%;
  }
}
