@charset "UTF-8";
/**
Theme Name: Quintaudio
Authors: Hellopixels + Site by Site
Text Domain: quint 
**/
/*	Center-align a block level element	*/
/*	Usage:
	body {
	  @include line-height (16);
	}
*/
/*	Rem is relative to the root (html) element */
/*	Usage:
	p {
	  @include font-size(14px)
	}
*/
/***/
/*	opacity	*/
/*	Usage:
	.faded-text {
	  @include opacity(0.8);
	}
*/
/*	Usage:
	.parent {
	  @include center-children;
	}
*/
/*	Usage:
	.parent {
	  position: relative;
	}
	.child {
	  @include centerer(true,true);
	}
*/
/*-------------------------------------------
	gradients
--------------------------------------------*/
/*	Usage:
.selector-1 {
  @include linear-gradient(#31B7D7, #EDAC7D);
}

.selector-2 {
  @include linear-gradient(to right, #E47D7D 0%, #C195D3 50%, #4FB4E8 100%);
}

.selector-3 {
  @include linear-gradient(42deg, #B58234 0%, #D2B545 50%, #D7C04D 50.01%, #FFFFFF 100%);
}
*/
/*===================================================================
*	
*	FUNCTIONS
*
===================================================================*/
/*	calculate font-size to rem */
/***/
@-ms-viewport {
  width: device-width; }
@viewport {
  width: device-width; }
/*-------------------------------------------
	Fonts
--------------------------------------------*/
/*
100: Ultra Light
200: Thin
300: Light
400: Regular
500: Semi Bold
600: Bold
700: Extra Bold
800: Heavy
900: Ultra Heavy
*/
/*------------------------------------------- 
	Colors
--------------------------------------------*/
.bgc_transparent {
  background-color: transparent; }

.bgc_white {
  background-color: white; }

.bgc_lightgrey {
  background-color: #f2f2f2; }

.bgc_verloop_wit_grijs {
  background: #fff;
  background: -webkit-linear-gradient(-90deg, #fff, #f2f2f2);
  background: linear-gradient(180deg, #fff, #f2f2f2); }

/*-------------------------------------------
	 Normalized for Wordpress by SitebySite
--------------------------------------------*/
html {
  font-family: s "Roboto";
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  height: 100%; }

body {
  margin: 0;
  height: 100%;
  padding: 0;
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a, a:active, a:focus, a:visited {
  outline: 0;
  border: 0;
  text-decoration: none !important; }

a:hover, a:active:hover, a:focus:hover, a:visited:hover {
  text-decoration: none !important; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: 700; }

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; }

figure {
  margin: 0; }

hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

code,
kbd,
pre,
samp {
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

select {
  text-transform: none; }

button {
  overflow: visible; }

button,
input,
select,
textarea {
  max-width: 100%; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: none;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default;
  opacity: .5; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 0.4375em;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #d1d1d1;
  margin: 0 0 1.75em;
  min-width: inherit;
  padding: 0.875em; }

fieldset > :last-child {
  margin-bottom: 0; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top; }

optgroup {
  font-weight: bold; }

/*=================
 *  Alignments
 *=================/

.alignleft, fleft {
	float: left;
}

.alignright, fright {
	float: right;
}

.aligncenter, fcenter {
	clear: both;
	display: block;
}

/*-------------------------------------------
	Typography
--------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #000;
  font-family: "Roboto", "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75; }

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-weight: 700;
  margin: 0;
  text-rendering: optimizeLegibility; }

p {
  margin: 0 0 20px 0px; }

dfn,
cite,
em,
i {
  font-style: italic; }

blockquote {
  border: 0 solid #1a1a1a;
  border-left-width: 4px;
  color: #686868;
  font-size: 19px;
  font-size: 1.1875rem;
  font-style: italic;
  line-height: 1.4736842105;
  margin: 0 0 1.4736842105em;
  padding: 0 0 0 1.263157895em; }

blockquote,
q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: ""; }

blockquote p {
  margin-bottom: 1.4736842105em; }

blockquote cite,
blockquote small {
  color: #1a1a1a;
  display: block;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75; }

blockquote cite:before,
blockquote small:before {
  content: "\2014\00a0"; }

blockquote em,
blockquote i,
blockquote cite {
  font-style: normal; }

blockquote strong,
blockquote b {
  font-weight: 400; }

blockquote > :last-child {
  margin-bottom: 0; }

address {
  font-style: italic;
  margin: 0 0 1.75em; }

code,
kbd,
tt,
var,
samp,
pre {
  font-family: Inconsolata, monospace; }

pre {
  border: 1px solid #d1d1d1;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.3125;
  margin: 0 0 1.75em;
  max-width: 100%;
  overflow: auto;
  padding: 1.75em;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

code {
  background-color: #d1d1d1;
  padding: 0.125em 0.25em; }

abbr,
acronym {
  border-bottom: 1px dotted #d1d1d1;
  cursor: help; }

mark,
ins {
  background: #007acc;
  color: #fff;
  padding: 0.125em 0.25em;
  text-decoration: none; }

big {
  font-size: 125%; }

/*-------------------------------------------
	Elements
--------------------------------------------*/
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit; }

hr {
  background-color: #d1d1d1;
  border: 0;
  height: 1px;
  margin: 0 0 1.75em; }

ul,
ol {
  margin: 0 0 1.75em 1.25em;
  padding: 0; }

ul {
  list-style: disc; }

ol {
  list-style: decimal;
  margin-left: 1.5em; }

li > ul,
li > ol {
  margin-bottom: 0; }

dl {
  margin: 0 0 1.75em; }

dt {
  font-weight: 700; }

dd {
  margin: 0 0 1.75em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
  vertical-align: top; }

del {
  opacity: 0.8; }

table,
th,
td {
  border: 1px solid #d1d1d1; }

table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin: 0 0 1.75em;
  table-layout: fixed;
  /* Prevents HTML tables from becoming too wide */
  width: 100%; }

caption,
th,
td {
  font-weight: normal;
  text-align: left; }

th {
  border-width: 0 1px 1px 0;
  font-weight: 700; }

td {
  border-width: 0 1px 1px 0; }

th,
td {
  padding: 0.4375em; }

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
  color: #686868;
  font-family: "Roboto", "Source Sans Pro", sans-serif; }

:-moz-placeholder {
  color: #686868;
  font-family: "Roboto", "Source Sans Pro", sans-serif; }

::-moz-placeholder {
  color: #686868;
  font-family: "Roboto", "Source Sans Pro", sans-serif;
  opacity: 1;
  /* Since FF19 lowers the opacity of the placeholder by default */ }

:-ms-input-placeholder {
  color: #686868;
  font-family: "Roboto", "Source Sans Pro", sans-serif; }

/*-------------------------------------------
	widths etc
--------------------------------------------*/
.row .row {
  margin-left: 0px;
  margin-right: 0px; }

.full_width {
  margin: 0;
  padding: 0;
  width: 100%;
  position: relative; }

.w1400 {
  max-width: 1400px;
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative; }

.w1200 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative; }

.w960 {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  position: relative; }

.w880 {
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
  position: relative; }

.w800 {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  position: relative; }

.w700 {
  max-width: 700px;
  margin-left: 0;
  position: relative; }

.freetext1.w700 {
  max-width: 665px;
  display: inline-block; }

.section {
  margin-left: -15px;
  margin-right: -15px;
  width: 100%;
  position: relative; }

.vcenter {
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  align-items: center; }

/*-------------------------------------------
	Site Main parts
--------------------------------------------*/
html, body {
  height: 100%;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 16px;
  /* 9 */
  font-size: 1rem;
  /* 9 */
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  line-height: 28px;
  /* 9 */
  line-height: 1.75rem;
  /* 9 */ }

body {
  font-family: "Roboto", sans-serif, "Source Sans Pro";
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  text-align: left;
  margin: auto;
  font-weight: 400;
  overflow: scroll;
  overflow-x: hidden; }

* {
  margin: 0;
  padding: 0; }

/*Opera Fix*/
body:before {
  /* thanks to Maleika (Kohoutec)*/
  content: "";
  height: 100%;
  float: left;
  width: 0;
  margin-top: -32767px;
  /* thank you Erik J - negate effect of float*/ }

#wrapper {
  /*
  	margin-left: auto;
  	margin-right: auto;
  	max-width: 1600px;	
  */
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 60px;
  margin-bottom: -60px;
  min-height: 300px; }
  #wrapper.pushed_down {
    padding-top: 90px;
    /*height of masthead*/ }

#footer-bottom {
  /*
  margin-left: auto;
  margin-right: auto;
  max-width: 1600px;	
  */
  padding-left: 15px;
  padding-right: 15px;
  background-color: #0d0d0d; }
  #footer-bottom .footer-bottom {
    min-height: 95px;
    padding: 20px 0px;
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center; }
    #footer-bottom .footer-bottom .leftside, #footer-bottom .footer-bottom .rightside {
      display: -ms-flexbox;
      /* TWEENER - IE 10 */
      display: -webkit-flex;
      /* NEW - Chrome */
      display: flex;
      flex: 0 1 auto; }
    #footer-bottom .footer-bottom .leftside .copyright {
      font-size: 15px;
      display: inline-block;
      color: white; }
      #footer-bottom .footer-bottom .leftside .copyright span {
        white-space: nowrap; }
    #footer-bottom .footer-bottom .leftside ul.menu {
      list-style: none;
      margin: 0px 0px 0px 10px; }
      #footer-bottom .footer-bottom .leftside ul.menu li {
        display: inline-block; }
        #footer-bottom .footer-bottom .leftside ul.menu li a {
          color: #8c8c8c;
          text-decoration: none;
          padding: 0px 5px 0px 5px; }
        #footer-bottom .footer-bottom .leftside ul.menu li a:hover {
          color: white; }
    #footer-bottom .footer-bottom .rightside .socials a {
      margin-right: 18px; }
    #footer-bottom .footer-bottom .rightside .socials a:last-child {
      margin-right: 0px; }
    #footer-bottom .footer-bottom .rightside .socials a:hover, #footer-bottom .footer-bottom .rightside a:hover > span::before {
      color: white; }

/*-------------------------------------------
	Navigations, top navigation, bottom navigation
--------------------------------------------*/
.can-be-fixed {
  height: 90px;
  	/*
      margin-left: auto;
      margin-right: auto;
      max-width: 1600px;
  	left: 50%;
  	transform: translate(-50%, 0);	
  	*/
  width: 100%;
  z-index: 99;
  position: absolute;
  background: transparent; }

.bg_fixed {
  background: #40484f;
  opacity: 1; }

.fixed {
  position: fixed;
  /*
  transform: translate(-50%,0px);	
  left: 50%;
  */
  z-index: 9999999;
  background: rgba(64, 72, 79, 0.9); }

.home .fixed {
  background: rgba(64, 72, 79, 0.9); }

.single_product .can-be-fixed {
  background: #454d54; }

.sub-nav {
  background: #2f3840;
  height: 70px; }

.menu-item-has-children:hover ul.sub-menu {
  display: block; }

ul.sub-menu, .nav-menu .children {
  background-color: #40484f;
  border-top: 0 none;
  display: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-align: center;
  font-family: "Roboto", sans-serif, "Source Sans Pro";
  z-index: 999999;
  list-style: none;
  position: absolute;
  left: -95px;
  top: 100%;
  width: 280px; }

ul.sub-menu > li a, .nav-menu .children > li a {
  color: #FFF;
  font-family: "Roboto", sans-serif, "Source Sans Pro";
  text-transform: uppercase;
  font-weight: 500;
  font-size: 12px;
  display: block;
  width: 100%;
  transition: all 0.3s; }

ul.sub-menu > li a:hover, .nav-menu .children > li a:hover {
  background-color: #FFF;
  color: #000; }

ul.sub-menu > li.current-menu-item a, .nav-menu .children > li.current-menu-item a {
  color: #FFF;
  font-family: "Roboto", sans-serif, "Source Sans Pro";
  text-transform: uppercase;
  font-weight: 500;
  font-size: 12px; }

.sub-menu.activated {
  clip: auto;
  height: inherit;
  width: 100%;
  left: -20px;
  top: 100%;
  text-align: center;
  display: inline-flex;
  justify-content: center; }
  .sub-menu.activated li a {
    color: white;
    font-size: 14px;
    line-height: 1;
    width: auto;
    font-weight: 600;
    padding: 15px 55px;
    text-transform: uppercase;
    border-right: 1px solid #454d54;
    margin-left: -4px; }
  .sub-menu.activated li a:hover, .sub-menu.activated li a.activated {
    text-decoration: none;
    background-color: #006ab3; }
  .sub-menu.activated li:first-child a {
    border-left: 1px solid #454d54; }

.sub-menu.sized {
  height: auto;
  width: 100%;
  text-align: left;
  display: none;
  position: relative;
  top: 70px; }
  .sub-menu.sized li {
    display: inline-flex;
    width: 100%; }
    .sub-menu.sized li a {
      width: 100%; }
  .sub-menu.sized li.adjusted {
    display: inline; }
    .sub-menu.sized li.adjusted a {
      width: 100%;
      display: inline-block;
      width: 100%; }

.logo {
  display: inline-block;
  margin: 15px 0 5px 0px; }

.navbar {
  border: 0;
  margin: 0; }

.navbar-default {
  background-color: transparent;
  border: 0; }
  .navbar-default .navbar-nav {
    margin: 0 -15px 0 0;
    float: right; }
  .navbar-default .navbar-nav > li {
    display: inline-block;
    float: left;
    position: relative; }
    .navbar-default .navbar-nav > li.menu-item-41, .navbar-default .navbar-nav > li.menu-item-404 {
      position: unset; }
  .navbar-default .navbar-nav > li > a {
    color: white;
    font-family: "Roboto", sans-serif, "Source Sans Pro";
    font-size: 14px;
    font-weight: 600;
    line-height: 50px;
    padding: 18.3px 20.4px;
    text-transform: uppercase; }
  .navbar-default .navbar-nav > li > a:hover {
    color: #8c8c8c; }
  .navbar-default .navbar-nav > li > a.afterwards_adjusted,
  .navbar-default .navbar-nav > li.current-menu-item > a,
  .navbar-default .navbar-nav > li.current-menu-ancestor > a,
  .navbar-default .navbar-nav > li.current-page-ancestor > a,
  .navbar-default .navbar-nav > li.current-menu-parent > a {
    color: #8c8c8c; }
  .navbar-default .navbar-nav > li > a.afterwards_adjusted:after,
  .navbar-default .navbar-nav > li > a:hover:after,
  .navbar-default .navbar-nav > li.current-menu-item > a:after,
  .navbar-default .navbar-nav > li.current-menu-ancestor > a:after,
  .navbar-default .navbar-nav > li.current-page-ancestor > a:after,
  .navbar-default .navbar-nav > li.current-menu-parent > a:after {
    color: #8c8c8c;
    content: '';
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 26px;
    border-width: 0 0 1px;
    border-style: solid;
    transform: scaleX(0.75); }
  .navbar-default .navbar-toggle {
    position: absolute;
    right: 5px;
    top: 23px; }

.navbar-header a[rel=home] {
  margin-top: 34px; }

.sub-nav {
  display: none;
  position: relative;
  top: 90px; }
  .sub-nav #dropdowner {
    position: absolute;
    top: 50%;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 100%;
    display: none; }
    .sub-nav #dropdowner ul {
      margin: 0;
      padding: 0; }
      .sub-nav #dropdowner ul li {
        color: white;
        background-color: #006ab3;
        padding: 21px 0px 21px 55px; }
        .sub-nav #dropdowner ul li:hover {
          cursor: pointer; }

.sub-nav.show {
  display: -webkit-inline-flex;
  display: ms-inline-flex;
  display: inline-flex;
  position: absolute;
  width: 100%; }

.collapse.navbar-collapse {
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  justify-content: end;
  margin-right: -15px; }

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: transparent; }

ul.language_switcher {
  list-style: none;
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  margin: -1px 55px 0; }
  ul.language_switcher li:after {
    content: "|";
    color: #8c8c8c; }
  ul.language_switcher li:last-child:after {
    content: ""; }
  ul.language_switcher li {
    display: -webkit-inline-flex;
    display: ms-inline-flex;
    display: inline-flex; }
    ul.language_switcher li a {
      color: #8c8c8c;
      padding: 0px 10px 0px 10px;
      font-size: 14px;
      font-weight: 600; }
    ul.language_switcher li a:hover, ul.language_switcher li a.active_language {
      color: white;
      text-decoration: none; }

/*-------------------------------------------
	CONTENT
--------------------------------------------*/
.hero_block {
  position: relative;
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #454d55;
  min-height: 600px; }
  .hero_block > img {
    visibility: hidden; }
  .hero_block .payoff {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    color: white; }
    .hero_block .payoff .payoff_tekst_small {
      /* 3 */
      /* 3 */
      /* 4 */
      /* 6 */
      /* 6 */
      /* 7 */
      font-size: 16px;
      /* 9 */
      font-size: 1rem;
      /* 9 */
      /* 3 */
      /* 3 */
      /* 4 */
      /* 6 */
      /* 6 */
      /* 7 */
      line-height: 28px;
      /* 9 */
      line-height: 1.75rem;
      /* 9 */
      font-weight: 300; }
    .hero_block .payoff .payoff_tekst_medium {
      /* 3 */
      /* 3 */
      /* 4 */
      /* 6 */
      /* 6 */
      /* 7 */
      font-size: 24px;
      /* 9 */
      font-size: 1.5rem;
      /* 9 */
      /* 3 */
      /* 3 */
      /* 4 */
      /* 6 */
      /* 6 */
      /* 7 */
      line-height: 50px;
      /* 9 */
      line-height: 3.125rem;
      /* 9 */
      font-weight: 300; }
    .hero_block .payoff .payoff_tekst_large {
      /* 3 */
      /* 3 */
      /* 4 */
      /* 6 */
      /* 6 */
      /* 7 */
      font-size: 50px;
      /* 9 */
      font-size: 3.125rem;
      /* 9 */
      /* 3 */
      /* 3 */
      /* 4 */
      /* 6 */
      /* 6 */
      /* 7 */
      line-height: 54px;
      /* 9 */
      line-height: 3.375rem;
      /* 9 */
      font-weight: 600;
      margin-bottom: 30px;
      font-family: "Roboto Black", "Roboto", sans-serif; }

a.buttonlink {
  outline: 0;
  border: 0;
  white-space: nowrap;
  display: inline-block;
  margin-bottom: 20px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 15px 20px;
  font-weight: 600;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 15px;
  /* 9 */
  font-size: 0.9375rem;
  /* 9 */ }
  a.buttonlink.white {
    color: #000;
    background-color: white; }
  a.buttonlink.white:hover {
    color: #ffffff;
    background-color: #006ab3; }
  a.buttonlink.dark {
    color: white;
    background-color: #454d55; }

a.buttonlink:hover {
  text-decoration: none;
  color: #ffffff;
  background-color: #006ab3; }

div.explore_more {
  position: absolute;
  width: 100%;
  bottom: 33px;
  text-align: center; }
  div.explore_more a {
    text-transform: uppercase;
    display: inline-block;
    color: white;
    font-size: 12px;
    line-height: 18px; }
  div.explore_more a:hover, div.explore_more a:active, div.explore_more a:focus {
    text-decoration: none;
    color: #c9c9c9; }
  div.explore_more .arrow.arrow_down {
    display: inline-block;
    border-top: 1px solid #a99fa3;
    border-left: 1px solid #a99fa3;
    height: 32px;
    width: 32px;
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    transform: rotate(225deg);
    position: relative;
    top: -5px; }

.freetext-content.cols2 {
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-flow: row wrap; }
  .freetext-content.cols2 .freetext1 {
    margin: 0 50px 20px 0px;
    flex: 0 0 255px; }
  .freetext-content.cols2 .freetext2 {
    margin: 0 0 20px 0px;
    flex: 0 0 255px; }

.freetekst_thin_large {
  font-size: 32px;
  font-weight: 200;
  line-height: initial; }

.freetekst_thin_medium {
  font-size: 20px;
  font-weight: 200;
  line-height: 34px; }

.accordeon_container {
  margin-bottom: 20px; }
  .accordeon_container .panel {
    box-shadow: none;
    border: 0; }
  .accordeon_container .panel-group {
    margin: 0px 15px; }
    .accordeon_container .panel-group .panel {
      border-radius: 0; }
  .accordeon_container .panel-default > .panel-heading {
    background-color: #eee;
    border: 0;
    border-top-color: transparent;
    color: #333;
    border-radius: 0;
    padding: 0px 15px; }
    .accordeon_container .panel-default > .panel-heading .panel-title {
      text-align: left;
      margin-bottom: 8px;
      margin-top: 8px; }
      .accordeon_container .panel-default > .panel-heading .panel-title > a {
        display: block;
        font-size: 24px;
        line-height: 34px;
        font-weight: 600;
        padding: 18px 0px; }
        .accordeon_container .panel-default > .panel-heading .panel-title > a:hover {
          text-decoration: none; }
        .accordeon_container .panel-default > .panel-heading .panel-title > a span {
          font-size: 24px;
          line-height: 34px;
          font-weight: 300; }
  .accordeon_container .panel-default > .panel-heading:hover {
    background-color: #e5e5e5; }
  .accordeon_container .panel-body {
    background-color: #fbfbfb;
    text-align: left;
    border: 0;
    border-top-color: transparent; }
    .accordeon_container .panel-body .content_block {
      margin-right: 15px;
      margin-top: 15px;
      display: inline-block;
      vertical-align: top;
      width: 255px; }
      .accordeon_container .panel-body .content_block .content_header_text {
        font-size: 20px;
        line-height: 28px;
        font-weight: 600; }
      .accordeon_container .panel-body .content_block ul.downloads {
        list-style: none; }
        .accordeon_container .panel-body .content_block ul.downloads li a {
          font-size: 16px;
          line-height: 28px;
          font-weight: 400;
          color: #006ab3; }
        .accordeon_container .panel-body .content_block ul.downloads li a:hover {
          text-decoration: none; }

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: transparent; }

.accordeon_container .panel-heading a.accordion-toggle {
  text-decoration: none !important; }

.accordeon_container .panel-heading .accordion-toggle:after {
  content: " ";
  float: right;
  border-top: 3px solid black;
  border-left: 3px solid black;
  height: 13px;
  width: 13px;
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  transform: rotate(225deg);
  margin-top: 7px;
  margin-right: 20px; }

.accordeon_container .panel-heading .accordion-toggle.collapsed:after {
  content: " ";
  float: right;
  border-top: 3px solid black;
  border-left: 3px solid black;
  height: 13px;
  width: 13px;
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  transform: rotate(225deg);
  margin-top: 7px;
  margin-right: 20px; }

.accordeon_container .panel-heading .accordion-toggle[aria-expanded="true"]:after {
  content: " ";
  float: right;
  border-top: 3px solid black;
  border-left: 3px solid black;
  height: 13px;
  width: 13px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: 14px;
  margin-right: 20px; }

.poi-container {
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-flow: row wrap;
  justify-content: center; }
  .poi-container .poi {
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    flex: 0 0 255px;
    flex-flow: column nowrap;
    text-align: center; }
    .poi-container .poi span {
      color: #006ab3; }
    .poi-container .poi .header {
      font-size: 20px;
      line-height: 34px;
      font-weight: 600; }
    .poi-container .poi .text {
      font-size: 16px;
      line-height: 28px;
      font-weight: 300; }

/*-------------------------------------------
	Newsitems
--------------------------------------------*/
ul.newsitems {
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-flow: row wrap;
  justify-content: left;
  list-style: outside none none;
  margin: 0 auto;
  max-width: calc(100% - 30px);
  padding: 0 15px; }
  ul.newsitems li {
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    flex: 1 1 255px;
    max-width: 285px; }
    ul.newsitems li a {
      padding: 15px 15px 15px 15px; }
      ul.newsitems li a .newsitem_container {
        width: 100%;
        max-width: 255px; }
        ul.newsitems li a .newsitem_container .newsitem_intro {
          color: black;
          font-weight: 600;
          font-size: 20px;
          line-height: 28px; }
        ul.newsitems li a .newsitem_container .newsitem_date {
          color: #006ab3;
          font-weight: 400;
          font-size: 16px;
          line-height: 20px;
          margin-top: 20px;
          margin-bottom: 10px; }
    ul.newsitems li a:hover {
      background-color: #eeeeee;
      text-decoration: none; }
      ul.newsitems li a:hover .newsitem_intro {
        color: #006ab3; }

article.newsitem .date {
  font-weight: 600;
  font-size: 16px;
  margin-top: 40px; }
article.newsitem .newsheader_image {
  margin-top: 95px; }
article.newsitem h1.newsheader {
  font-weight: 200;
  font-size: 32px;
  margin: 0px 0px 20px 0px; }
article.newsitem .entry-content {
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 40px; }

/*-------------------------------------------
	products
--------------------------------------------*/
.blokken_container {
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-flow: row wrap;
  justify-content: left;
  list-style: outside none none;
  margin: 0 auto;
  max-width: calc(100% - 30px);
  padding: 0 15px; }

.block-container {
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex: 1 1 350px;
  max-width: 380px; }
  .block-container a {
    padding: 15px;
    text-decoration: none; }
    .block-container a .block {
      width: 100%;
      max-width: 355px; }
      .block-container a .block .block_image {
        background: #e6e6e6;
        align-items: center;
        display: -ms-flexbox;
        /* TWEENER - IE 10 */
        display: -webkit-flex;
        /* NEW - Chrome */
        display: flex;
        height: 350px;
        justify-content: center;
        margin-bottom: 10px;
        padding: 10px; }
      .block-container a .block .block_title {
        font-size: 20px;
        line-height: 28px;
        font-weight: 600;
        margin-bottom: 6px; }
      .block-container a .block .text_block {
        font-size: 16px;
        line-height: 24px;
        color: black; }
  .block-container a:hover {
    background: #f2f2f2; }

.product_items {
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-flow: row wrap;
  justify-content: left;
  list-style: outside none none;
  margin: 0 auto;
  max-width: calc(100% - 30px);
  padding: 0 15px; }
  .product_items li {
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    flex: 1 1 255px;
    max-width: 285px; }
    .product_items li a {
      padding: 15px 15px 15px 15px;
      text-align: center; }
      .product_items li a .product-container {
        width: 100%;
        max-width: 255px; }
        .product_items li a .product-container .product_image {
          background-color: #eeeeee;
          margin-bottom: 10px;
          padding: 10px; }
          .product_items li a .product-container .product_image img {
            width: 255px; }
        .product_items li a .product-container .product_name {
          font-size: 20px;
          line-height: 28px;
          font-weight: 600;
          margin-bottom: 6px;
          text-align: left; }
        .product_items li a .product-container .product_short_description {
          color: black;
          font-size: 16px;
          line-height: 24px;
          text-align: left; }
    .product_items li a:hover {
      background-color: #eeeeee;
      text-decoration: none; }
      .product_items li a:hover .product_name, .product_items li a:hover .product_short_description {
        color: #006ab3; }

.productcontainer {
  padding: 0px 15px;
  margin-top: 70px; }
  .productcontainer .specifications_header {
    font-size: 32px;
    font-weight: 200;
    line-height: initial;
    margin-bottom: 60px; }
  .productcontainer a.specifications {
    padding: 15px;
    background-color: #454d55;
    color: white;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    margin-top: 20px; }
  .productcontainer a.specifications:hover {
    background-color: #006ab3; }
  .productcontainer.lowered {
    margin-top: 140px; }
  .productcontainer .leftcol {
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 20px; }
  .productcontainer .rightcol {
    max-width: 600px;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px; }
    .productcontainer .rightcol label {
      max-width: 165px;
      width: 100%;
      font-weight: 600;
      font-size: 16px;
      line-height: 28px; }
  .productcontainer .product_specs {
    padding-left: 80px;
    margin-bottom: 40px; }
  .productcontainer .product_name {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 43px; }
  .productcontainer .product_short_description {
    font-size: 20px;
    font-weight: 200;
    line-height: 34px; }

.specifications {
  margin-bottom: 15px; }
  .specifications .specification {
    display: table;
    width: 100%; }
    .specifications .specification label.spec_name {
      display: table-cell;
      width: 40%; }
    .specifications .specification > div {
      display: table-cell;
      width: 60%;
      padding-left: 10px; }

ul.downloads {
  margin: 0;
  /*
  li:before {
  	content: "•"; // \002022
  	color: $subblue;
  	font-size: 32px;
  	margin-right: 5px;
  	position: relative;
  	top: 8px;	
  	margin-left: -20px;		
  }
  */ }
  ul.downloads li {
    list-style: none;
    /*margin-bottom: -5px;*/ }

ul.riggings {
  list-style: none;
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  margin-left: -15px; }
  ul.riggings li.rigging_container {
    width: 100%;
    max-width: 200px;
    margin-right: 10px; }
    ul.riggings li.rigging_container a {
      padding: 15px;
      display: -webkit-inline-flex;
      display: ms-inline-flex;
      display: inline-flex; }
    ul.riggings li.rigging_container a:hover {
      background-color: #eeeeee;
      text-decoration: none;
      color: black; }
    ul.riggings li.rigging_container .rigging_title {
      font-size: 16px;
      line-height: 28px;
      font-weight: 600;
      color: black;
      margin-left: 15px; }
    ul.riggings li.rigging_container .rigging_short_description {
      font-size: 16px;
      line-height: 28px;
      font-weight: 400;
      color: black;
      margin-left: 15px; }

hr.divider_line {
  margin-top: 8px;
  margin-bottom: 20px; }

.specs ul.downloads {
  margin: 0px 0px 15px 0px; }

/*-------------------------------------------
	Module overrides etc
--------------------------------------------*/
#devicemenu {
  background-color: #e5e5e5;
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 9999999; }

#devicemenu .modal-dialog {
  width: 100%; }

#devicemenu .modal-dialog .modal-content {
  box-shadow: unset;
  background: none;
  border: 0; }

#devicemenu .modal-dialog .modal-content button.close {
  color: #0d0d0d;
  font-weight: 300;
  font-size: 42px;
  opacity: 1;
  filter: alpha(opacity=100);
  margin-right: 12%; }

#devicemenu .modal-dialog .modal-content .navbar-nav {
  width: 100%;
  float: none;
  text-align: center;
  margin-top: 97px; }

#devicemenu .modal-dialog .modal-content .navbar-nav li {
  float: none;
  display: inline; }

#devicemenu .modal-dialog .modal-content .navbar-nav li a {
  display: block;
  color: #0d0d0d;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px; }

#devicemenu .modal-dialog .modal-content .navbar-nav li a:hover, #devicemenu .modal-dialog .modal-content .navbar-nav li a:active, #devicemenu .modal-dialog .modal-content .navbar-nav li a:focus {
  background: none;
  color: #bfbfbf; }

#devicemenu .modal-dialog .modal-content .navbar-nav li:hover {
  background: none; }

#devicemenu .modal-dialog .modal-content .navbar-nav li ul.sub-menu {
  display: block;
  background-color: transparent;
  font-size: 12px;
  left: auto;
  top: auto;
  position: relative;
  text-align: center;
  width: 100%;
  margin-left: 0; }

#devicemenu .modal-dialog .modal-content .navbar-nav li ul.sub-menu li a {
  font-weight: 300;
  font-size: 12px; }

#cookie-notice a.cn-set-cookie.button {
  font-size: 27px;
  color: black;
  margin-left: 70px;
  position: relative;
  top: 4px;
  font-family: arial; }
#cookie-notice .cookie-notice-container {
  padding: 28px; }

.carousel-inner > .item > a > img, .carousel-inner > .item > img,
.img-responsive, .thumbnail a > img,
.thumbnail > img {
  width: 100%; }

#slider .flex-direction-nav {
  display: block !important; }

.flexslider {
  display: inline-block; }
  .flexslider .slides {
    margin-bottom: 20px !important; }

.flex-control-nav {
  position: relative !important;
  bottom: 0px !important; }

.flex-direction-nav a.flex-prev {
  opacity: 1 !important;
  left: 10px; }

.flex-direction-nav a.flex-next {
  opacity: 1 !important;
  right: 10px; }

#slider .flex-direction-nav a:before {
  font-size: 28px;
  color: #454d55; }

.caret {
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px dashed;
  color: white;
  position: absolute;
  right: 23px;
  top: 33px; }

.caret.reversed {
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 0;
  border-bottom: 8px dashed;
  color: white;
  position: absolute;
  right: 23px;
  top: 31px; }

#TB_window {
  padding: 20px 50px 20px 20px; }
  #TB_window .screen-reader-text {
    display: none; }

/*-------------------------------------------
	RESPONSIVE
--------------------------------------------*/
@media only screen and (max-width: 1200px) {
  .container {
    width: initial; }

  .hero_block .payoff .payoff_tekst_large {
    font-size: 45px;
    line-height: 46px; } }
@media only screen and (max-width: 1130px) {
  .hero_block .payoff .payoff_tekst_large {
    font-size: 40px;
    line-height: 44px; } }
@media only screen and (max-width: 1066px) {
  .hero_block {
    min-height: 600px;
    background-size: cover; }
    .hero_block img.hero_image {
      display: none; }
    .hero_block .payoff {
      width: 100%;
      max-width: 100% !important;
      padding: 10px; } }
/*-------------------------------------------
	Tablets
--------------------------------------------*/
/* ----------- iPad ----------- */
/* Portrait */
@media only screen and (min-width: 768px) and (max-width: 815px) and (orientation: portrait) {
  .hero_block .payoff .payoff_tekst_small {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 16px;
    /* 9 */
    font-size: 1rem;
    /* 9 */
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    line-height: 16px;
    /* 9 */
    line-height: 1rem;
    /* 9 */
    font-weight: 300; }
  .hero_block .payoff .payoff_tekst_medium {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 20px;
    /* 9 */
    font-size: 1.25rem;
    /* 9 */
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    line-height: 30px;
    /* 9 */
    line-height: 1.875rem;
    /* 9 */
    font-weight: 300; }
  .hero_block .payoff .payoff_tekst_large {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 35px;
    /* 9 */
    font-size: 2.1875rem;
    /* 9 */
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    line-height: 35px;
    /* 9 */
    line-height: 2.1875rem;
    /* 9 */
    font-weight: 600;
    margin-bottom: 30px;
    font-family: "Roboto Black", "Roboto", sans-serif; }

  #footer-bottom .footer-bottom {
    justify-content: initial; }
    #footer-bottom .footer-bottom .rightside {
      margin-top: 20px;
      width: 100%;
      justify-content: flex-end; }
      #footer-bottom .footer-bottom .rightside ul.language_switcher {
        margin-left: 0px; } }
/*-------------------------------------------
	iPhones and responsive smaller
--------------------------------------------*/
@media only screen and (max-width: 767px) {
  .logo {
    margin: 15px 0 5px 10px; }

  #footer-bottom .footer-bottom {
    justify-content: initial; }
    #footer-bottom .footer-bottom .rightside {
      margin-top: 40px; }
      #footer-bottom .footer-bottom .rightside ul.language_switcher {
        margin-left: 0px; }

  .hero_block .payoff .payoff_tekst_large {
    font-size: 32px;
    line-height: 36px; }

  .productcontainer .product_specs {
    padding-left: 0; }

  .product_items, ul.newsitems {
    justify-content: center; }

  .freetekst_thin_large {
    padding: 0px 10px; }

  .freetekst_thin_medium {
    padding: 0px 10px; }

  .sub-menu.activated li a {
    margin-left: 0px; } }
@media only screen and (max-width: 667px) {
  .blokken_container {
    justify-content: center; } }
@media only screen and (max-width: 666px) {
  .hero_block .payoff .payoff_tekst_medium {
    margin-top: 25px;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px; }

  .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    min-height: 1px;
    padding-left: 0px;
    padding-right: 0px;
    position: relative; } }
@media only screen and (max-width: 460px) {
  .accordeon_container .panel-default > .panel-heading .panel-title > a {
    font-size: 20px; }
    .accordeon_container .panel-default > .panel-heading .panel-title > a span {
      font-size: 20px; }

  .accordeon_container .panel-heading .accordion-toggle:after {
    margin-right: 10px; }

  .block-container a .block .block_image {
    width: 100%; } }
@media only screen and (max-width: 375px) {
  .accordeon_container .panel-default > .panel-heading .panel-title > a {
    font-size: 16px; }
    .accordeon_container .panel-default > .panel-heading .panel-title > a span {
      font-size: 16px;
      white-space: nowrap; }

  .accordeon_container .panel-heading .accordion-toggle:after {
    margin-right: 0px; } }
@media only screen and (max-width: 335px) {
  .accordeon_container .panel-heading .accordion-toggle:after {
    display: none; } }
.BG {
  align-items: center;
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  width: 100%;
  z-index: 99999;
  opacity: 0.3;
  display: none; }

/*# sourceMappingURL=style.css.map */
