/* KLEUREN */
/* FONTS */
@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,400italic,700,700italic);
/* MIXINS */
@import "https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css";
@import "/static/css/animate.css";
@import "https://ajax.googleapis.com/ajax/libs/jqueryui/1.11.3/themes/smoothness/jquery-ui.min.css";
@keyframes affixFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes affixFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes intro {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
}
@-webkit-keyframes intro {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
}
.delay-09s {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
.delay-08s {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
.delay-07s {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
.delay-06s {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.delay-05s {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.delay-04s {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.delay-03s {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.delay-02s {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.delay-01s {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}
.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  z-index: 2;
}
/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0;
  min-height: 1px;
}
.flexslider .slides > li:first-child {
  display: block;
  -webkit-backface-visibility: visible;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* Clearfix for the .slides element */
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .slides {
  display: block;
}
* html .slides {
  height: 1%;
}
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block;
}
/* FlexSlider Default Theme
*********************************/
.flexslider {
  margin: 0px;
  background: #fff;
  position: relative;
  zoom: 1;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.flexslider .slides {
  zoom: 1;
}
.carousel li {
  margin-right: 5px;
}
/* Direction Nav */
.flex-direction-nav a {
  width: 30px;
  height: 30px;
  margin: -20px 0 0;
  display: block;
  background: url(/static/images/bg_direction_nav.png) no-repeat 0 0;
  position: absolute;
  top: 50%;
  cursor: pointer;
  text-indent: -9999px;
  opacity: 0;
  -webkit-transition: all .3s ease;
}
.flex-direction-nav .flex-next {
  background-position: 100% 0;
  right: 0px;
  z-index: 15;
}
.flex-direction-nav .flex-prev {
  left: 0px;
  z-index: 15;
}
.flexslider:hover .flex-next {
  opacity: 0.8;
  right: 5px;
}
.flexslider:hover .flex-prev {
  opacity: 0.8;
  left: 5px;
}
.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
  opacity: 1;
}
.flex-direction-nav .disabled {
  opacity: .3!important;
  filter: alpha(opacity=30);
  cursor: default;
}
/* Control Nav */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: 0px;
  text-align: center;
  z-index: 2;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #EEEEEE;
  background: #eeeeee;
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .active {
  opacity: 1;
  cursor: default;
}
/* Flexslider > Captions */
.flex-caption {
  top: 20%;
  left: 40px;
  margin: 0;
  position: absolute;
  right: 40px;
  text-align: left;
  width: 45%;
}
.flexslider-sub .flex-caption {
  position: static;
  top: auto;
  left: auto;
  right: auto;
  margin: 0 auto;
}
.flex-caption h2 {
  position: relative;
  color: #8e1c19;
  font-size: 48px;
  font-weight: bold;
  line-height: 1.2;
  margin: 0;
  padding: 0;
  z-index: 10;
}
.flex-caption p {
  position: relative;
  color: #333333;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 400;
  margin: 20px 0;
  overflow: hidden;
  text-shadow: 0 0 10px white;
  z-index: 11;
}
.flex-caption .button {
  position: relative;
  text-decoration: none;
  color: white;
  font-size: 18px;
  line-height: 1.3;
  padding: .5em 1em;
  overflow: hidden;
  margin: 5px;
  z-index: 11;
  background-color: #cb5037;
  display: inline-block;
}
.flex-caption .button:hover {
  text-shadow: 0 0 10px white;
}
.slides {
  background: none repeat scroll 0 0 #FFFFFF;
}
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 0;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 0;
  }
  .flex-caption {
    left: 0;
    margin: 0;
    position: relative;
    right: 0px;
    text-align: center;
    top: 0;
    width: 88%;
    padding: 0 6%;
  }
  .flex-caption h2 {
    font-size: 1.4em;
  }
  .flex-caption p {
    font-size: 1em;
  }
  .flex-caption a.button {
    font-size: 1em;
  }
  .text-container > br {
    display: none;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), (-webkit-min-device-pixel-ratio: 2) {
  .flex-direction-nav a {
    background-image: url(/static/images/bg_direction_nav_mobile_2x.png);
    background-size: 57px 27px;
  }
}
/*
    Mobile Menu Core Style
*/
.slicknav_btn {
  position: relative;
  display: block;
  vertical-align: middle;
  float: left;
  padding: 0.438em 0.625em 0.438em 0.625em;
  line-height: 1.125em;
  cursor: pointer;
}
.slicknav_menu .slicknav_menutxt {
  display: block;
  line-height: 1.188em;
  float: left;
}
.slicknav_menu .slicknav_icon {
  float: left;
  margin: 0.188em 0 0 0.438em;
}
.slicknav_menu .slicknav_no-text {
  margin: 0;
}
.slicknav_menu .slicknav_icon-bar {
  display: block;
  width: 1.125em;
  height: 0.125em;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
  margin-top: 0.188em;
}
.slicknav_nav {
  clear: both;
}
.slicknav_nav ul,
.slicknav_nav li {
  display: block;
}
.slicknav_nav li {
  background-image: url('data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20%3F%3E%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%201%201%22%20preserveAspectRatio%3D%22none%22%3E%3ClinearGradient%20id%3D%22gradient%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%220%25%22%20y1%3D%220%25%22%20x2%3D%22100%25%22%20y2%3D%220%25%22%3E%3Cstop%20offset%3D%220%25%22%20stop-color%3D%22%23cb5037%22%2F%3E%3Cstop%20offset%3D%22100%25%22%20stop-color%3D%22%238e1c19%22%2F%3E%3C%2FlinearGradient%3E%3Crect%20x%3D%220%22%20y%3D%220%22%20width%3D%221%22%20height%3D%221%22%20fill%3D%22url(%23gradient)%22%20%2F%3E%3C%2Fsvg%3E');
  background-size: cover;
}
.slicknav_nav li.language {
  display: none;
}
.slicknav_nav li.languages {
  display: none;
  background-image: none;
}
.slicknav_nav li.home {
  /*display: none;*/
}
.slicknav_nav li.sitename {
  display: none !important;
}
.slicknav_nav li.available {
  background-color: #87BD31;
}
.slicknav_nav ul,
.slicknav_nav li em {
  display: none;
}
.slicknav_nav .slicknav_arrow {
  font-size: 0.8em;
  margin: 0 0 0 0.4em;
}
.slicknav_nav .slicknav_item {
  cursor: pointer;
}
.slicknav_nav .slicknav_row {
  display: block;
}
.slicknav_nav a {
  display: block;
}
.slicknav_nav .languages {
  float: right;
  display: inline-block;
}
.slicknav_nav .languages a {
  display: inline-block;
}
.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a {
  display: inline;
}
.slicknav_menu:before,
.slicknav_menu:after {
  content: " ";
  display: table;
}
.slicknav_menu:after {
  clear: both;
}
/* IE6/7 support */
.slicknav_menu {
  *zoom: 1;
}
/* 
    User Default Style
    Change the following styles to modify the appearance of the menu.
*/
.slicknav_menu {
  font-size: 16px;
}
/* Button */
.slicknav_btn {
  margin: 12px 20px;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #FFFFFF;
  z-index: 21;
}
/* Button Text */
.slicknav_menu .slicknav_menutxt {
  color: #000;
  font-weight: bold;
}
/* Button Lines */
.slicknav_menu .slicknav_icon-bar {
  background-color: #000000;
}
.slicknav_menu {
  padding: 0px;
  /*position: relative;*/
  z-index: 25;
  width: 100%;
}
.slicknav_nav {
  color: #fff;
  margin: 0;
  padding: 0;
  font-size: 0.875em;
  background: #cb5037;
}
.slicknav_nav,
.slicknav_nav ul {
  list-style: none;
  overflow: hidden;
}
.slicknav_nav ul {
  padding: 0;
  margin: 0 0 0 20px;
}
.slicknav_nav .slicknav_row {
  padding: 5px 10px;
  margin: 2px 5px;
}
.slicknav_nav a {
  padding: 10px 10px;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
}
.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a {
  padding: 0;
  margin: 0;
}
.slicknav_nav .slicknav_row:hover {
  background-image: url('data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20%3F%3E%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%201%201%22%20preserveAspectRatio%3D%22none%22%3E%3ClinearGradient%20id%3D%22gradient%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%220%25%22%20y1%3D%220%25%22%20x2%3D%22100%25%22%20y2%3D%220%25%22%3E%3Cstop%20offset%3D%220%25%22%20stop-color%3D%22%238e1c19%22%2F%3E%3Cstop%20offset%3D%22100%25%22%20stop-color%3D%22%23cb5037%22%2F%3E%3C%2FlinearGradient%3E%3Crect%20x%3D%220%22%20y%3D%220%22%20width%3D%221%22%20height%3D%221%22%20fill%3D%22url(%23gradient)%22%20%2F%3E%3C%2Fsvg%3E');
  background-size: cover;
  color: white;
}
.slicknav_nav .slicknav_row:hover.languages {
  background-image: none;
}
.slicknav_nav li:hover {
  background-image: url('data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20%3F%3E%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%201%201%22%20preserveAspectRatio%3D%22none%22%3E%3ClinearGradient%20id%3D%22gradient%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%220%25%22%20y1%3D%220%25%22%20x2%3D%22100%25%22%20y2%3D%220%25%22%3E%3Cstop%20offset%3D%220%25%22%20stop-color%3D%22%238e1c19%22%2F%3E%3Cstop%20offset%3D%22100%25%22%20stop-color%3D%22%23cb5037%22%2F%3E%3C%2FlinearGradient%3E%3Crect%20x%3D%220%22%20y%3D%220%22%20width%3D%221%22%20height%3D%221%22%20fill%3D%22url(%23gradient)%22%20%2F%3E%3C%2Fsvg%3E');
  background-size: cover;
  color: white;
}
.slicknav_nav li:hover.languages {
  background-image: none;
}
.slicknav_nav a:hover {
  background-image: url('data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20%3F%3E%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%201%201%22%20preserveAspectRatio%3D%22none%22%3E%3ClinearGradient%20id%3D%22gradient%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%220%25%22%20y1%3D%220%25%22%20x2%3D%22100%25%22%20y2%3D%220%25%22%3E%3Cstop%20offset%3D%220%25%22%20stop-color%3D%22%238e1c19%22%2F%3E%3Cstop%20offset%3D%22100%25%22%20stop-color%3D%22%23cb5037%22%2F%3E%3C%2FlinearGradient%3E%3Crect%20x%3D%220%22%20y%3D%220%22%20width%3D%221%22%20height%3D%221%22%20fill%3D%22url(%23gradient)%22%20%2F%3E%3C%2Fsvg%3E');
  background-size: cover;
  color: white;
}
.slicknav_nav .languages a:hover,
.slicknav_nav .languages a.active {
  border-bottom: 2px solid white;
}
.slicknav_nav .languages a:hover {
  background-image: none;
}
.slicknav_nav .slicknav_txtnode {
  margin-left: 15px;
}
/*@import "http://fonts.googleapis.com/css?family=Lato:100,400,700,900,400italic,700italic,900italic";*/
/**
    * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
    * http://cssreset.com
    */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 90%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
a:focus {
  outline-color: invert;
  outline-style: dotted;
  outline-width: 1px;
}
body {
  line-height: 1.8;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* END RESET */
body {
  font-family: Arial, Helvetica, sans-serif;
}
.video-embed {
  width: 100%;
  height: 100%;
}
#wrapper {
  margin: 0 auto;
  width: 1200px;
  box-shadow: 0 0 200px rgba(0, 0, 0, 0.1);
}
#cookiePolicy {
  position: fixed;
  z-index: 20;
  background: rgba(0, 0, 0, 0.7);
  color: #FFFFFF;
  font-size: 0.8em;
  padding: 20px 5%;
  width: 100%;
  bottom: 0px;
}
#cookiePolicy a {
  color: #333333;
  font-weight: bold;
  background-color: #FFFFFF;
  padding: 3px 10px;
  border-radius: 4px;
  display: inline-block;
  float: right;
  text-decoration: none;
  margin-left: 20px;
}
#callToAction {
  position: fixed;
  bottom: -20px;
  right: 20px;
  z-index: 16;
  background-image: url('data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20%3F%3E%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%201%201%22%20preserveAspectRatio%3D%22none%22%3E%3ClinearGradient%20id%3D%22gradient%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%220%25%22%20y1%3D%220%25%22%20x2%3D%22100%25%22%20y2%3D%220%25%22%3E%3Cstop%20offset%3D%220%25%22%20stop-color%3D%22%23cb5037%22%2F%3E%3Cstop%20offset%3D%22100%25%22%20stop-color%3D%22%238e1c19%22%2F%3E%3C%2FlinearGradient%3E%3Crect%20x%3D%220%22%20y%3D%220%22%20width%3D%221%22%20height%3D%221%22%20fill%3D%22url(%23gradient)%22%20%2F%3E%3C%2Fsvg%3E');
  background-size: cover;
  color: white;
  font-size: 0.8em;
  padding: 5px 20px 20px 20px;
  width: 200px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  transition: padding 0.5s;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  text-align: center;
}
#callToAction a {
  color: white;
  font-weight: bold;
  padding: 3px 10px;
  display: inline-block;
  text-decoration: none;
}
#callToAction:hover {
  padding: 20px 20px 60px 20px;
}
.fixed {
  position: fixed;
}
/*.dropdown-toggle::after {
    margin-left: 0;
    border-top: 0.4em solid;
    border-right: 0.4em solid transparent;
    border-left: 0.4em solid transparent;
}*/
header {
  background-image: url('data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20%3F%3E%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%201%201%22%20preserveAspectRatio%3D%22none%22%3E%3ClinearGradient%20id%3D%22gradient%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%220%25%22%20y1%3D%220%25%22%20x2%3D%22100%25%22%20y2%3D%220%25%22%3E%3Cstop%20offset%3D%220%25%22%20stop-color%3D%22%23cb5037%22%2F%3E%3Cstop%20offset%3D%22100%25%22%20stop-color%3D%22%238e1c19%22%2F%3E%3C%2FlinearGradient%3E%3Crect%20x%3D%220%22%20y%3D%220%22%20width%3D%221%22%20height%3D%221%22%20fill%3D%22url(%23gradient)%22%20%2F%3E%3C%2Fsvg%3E');
  background-size: cover;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
  position: absolute;
  width: 100%;
  z-index: 20;
  top: 0;
  display: block;
}
header.fixed {
  position: fixed;
}
header .navbar-collapse.show + .nav-availiable,
header .navbar-collapse.collapsing + .nav-availiable {
  top: 0;
  margin-top: 0;
}
header nav {
  position: initial;
  /*float: right;*/
  width: 1200px;
  margin: 0 auto;
}
header nav.navbar {
  position: initial;
}
header nav .navbar-nav.nav-availiable {
  margin-top: 90px;
  position: absolute;
  margin-right: 0;
  right: 0;
  transition: all 0.3s ease-out 0s;
  z-index: 2000;
}
header nav .navbar-collapse.show ul li {
  background-image: url('data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20%3F%3E%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%201%201%22%20preserveAspectRatio%3D%22none%22%3E%3ClinearGradient%20id%3D%22gradient%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%220%25%22%20y1%3D%220%25%22%20x2%3D%22100%25%22%20y2%3D%220%25%22%3E%3Cstop%20offset%3D%220%25%22%20stop-color%3D%22%23cb5037%22%2F%3E%3Cstop%20offset%3D%22100%25%22%20stop-color%3D%22%238e1c19%22%2F%3E%3C%2FlinearGradient%3E%3Crect%20x%3D%220%22%20y%3D%220%22%20width%3D%221%22%20height%3D%221%22%20fill%3D%22url(%23gradient)%22%20%2F%3E%3C%2Fsvg%3E');
  background-size: cover;
}
header nav .navbar-collapse.show ul li:hover {
  background-image: url('data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20%3F%3E%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%201%201%22%20preserveAspectRatio%3D%22none%22%3E%3ClinearGradient%20id%3D%22gradient%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%220%25%22%20y1%3D%220%25%22%20x2%3D%22100%25%22%20y2%3D%220%25%22%3E%3Cstop%20offset%3D%220%25%22%20stop-color%3D%22%238e1c19%22%2F%3E%3Cstop%20offset%3D%22100%25%22%20stop-color%3D%22%23cb5037%22%2F%3E%3C%2FlinearGradient%3E%3Crect%20x%3D%220%22%20y%3D%220%22%20width%3D%221%22%20height%3D%221%22%20fill%3D%22url(%23gradient)%22%20%2F%3E%3C%2Fsvg%3E');
  background-size: cover;
  border-top: 2px solid transparent;
}
header nav .navbar-collapse.show ul li.language.list-inline {
  display: flex;
}
header nav .navbar-collapse.show ul li.language.list-inline .list-inline-item {
  flex: 1;
  text-align: center;
}
header nav ul {
  display: inline-block;
}
header nav ul#menu {
  float: left;
}
header nav ul#menu2 {
  float: right;
}
header nav ul li {
  display: inline-block;
  padding: 7px 10px;
  border-top: 2px  solid transparent;
}
header nav ul li.active a {
  font-weight: bold;
}
header nav ul li a {
  font-size: 16px;
  color: white;
  text-decoration: none;
  display: block;
  font-family: 'PT Sans', sans-serif;
  letter-spacing: 0.05em;
}
header nav ul li a:hover {
  text-shadow: 0px 0px 10px white;
  color: white;
  text-decoration: none;
}
header nav ul li .btn-group a,
header nav ul li .btn-group button {
  padding: 0 10px 0 10px;
}
header nav ul li .btn-group a.btn-primary,
header nav ul li .btn-group button.btn-primary {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0);
}
header nav ul li.available {
  background-color: #87BD31;
  float: right;
  top: 0px;
}
header nav ul li.available i {
  font-weight: bold;
}
header nav ul li.sitename {
  display: none;
  padding: 0 10px;
}
header nav ul li.sitename a {
  font-size: 25px;
  line-height: initial;
  font-family: 'PT Sans', sans-serif;
  font-weight: 800;
}
header nav ul li.sitename a sup {
  font-weight: normal;
}
header nav ul li.language {
  padding: 8px 5px;
  float: right;
  top: 0px;
}
header nav ul li.languages {
  display: none;
}
header nav ul li.leftmargin {
  margin-left: 40px;
}
header nav ul li.rightmargin {
  margin-right: 20px;
}
header nav ul li:hover,
header nav ul li.active {
  border-top: 2px solid white;
}
.dropdown-menu {
  left: unset;
}
#visual_after_content,
#feature_after_content,
#video_after_content,
#marketing_after_content {
  background-color: #FFFFFF;
  padding: 0 0 0 0;
  text-align: center;
}
#visual_after_content a,
#feature_after_content a,
#video_after_content a,
#marketing_after_content a {
  color: #8e1c19;
  font-size: 1em;
  /* was vroeger 0.9 */
  transition: text-shadow 0.5s ease 0s;
}
#visual_after_content .text h1,
#feature_after_content .text h1,
#video_after_content .text h1,
#marketing_after_content .text h1,
#visual_after_content .newtext h1,
#feature_after_content .newtext h1,
#video_after_content .newtext h1,
#marketing_after_content .newtext h1,
#visual_after_content .text h2,
#feature_after_content .text h2,
#video_after_content .text h2,
#marketing_after_content .text h2,
#visual_after_content .newtext h2,
#feature_after_content .newtext h2,
#video_after_content .newtext h2,
#marketing_after_content .newtext h2 {
  color: #8e1c19;
}
small,
.small {
  font-size: 80% !important;
}
.bg-cover-center {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
#blogdetailcontent a {
  color: white;
  font-size: 1em;
  /* was vroeger 0.9 */
  transition: text-shadow 0.5s ease 0s;
}
#blogdetailcontent footer a {
  color: #8e1c19;
}
#blogdetailcontent .text {
  margin: 2%;
  float: left;
  clear: right;
}
#blogdetailcontent .text h1,
#blogdetailcontent .text h2,
#blogdetailcontent .text h3,
#blogdetailcontent .text h4,
#blogdetailcontent .text h5,
#blogdetailcontent .text h6 {
  color: #8e1c19;
}
#blogdetailcontent .text ul {
  list-style-type: square;
  /*list-style-position:inside;*/
  list-style-position: outside;
}
#blogdetailcontent .newtext h1,
#blogdetailcontent .newtext h2,
#blogdetailcontent .newtext h3,
#blogdetailcontent .newtext h4,
#blogdetailcontent .newtext h5,
#blogdetailcontent .newtext h6 {
  color: #8e1c19;
}
#blogdetailcontent .newtext ul {
  list-style-type: square;
  /*list-style-position:inside;*/
  list-style-position: outside;
}
#blogdetailcontent .card {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#blogdetailcontent .card img {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#blogdetailcontent .card:hover {
  background-color: rgba(15, 108, 174, 0.05);
}
#blogdetailcontent .card:hover img {
  -webkit-filter: saturate(1.4);
  /* Chrome, Safari, Opera */
  filter: saturate(1.4);
}
#blogdetailcontent .pagination .page-item.disabled .page-link {
  color: white;
}
#blogdetailcontent .pagination .page-item.active .page-link {
  color: white;
  background-color: #0f6cae;
  border-color: #0f6cae;
}
#blogdetailcontent .pagination .page-item .page-link {
  color: white;
}
#blogdetailcontent .text-cdcp h1 {
  font-size: 2.2em;
}
#blogdetailcontent .text-cdcp h2 {
  font-size: 2em;
}
#blogdetailcontent .text-cdcp h2 img {
  vertical-align: middle;
}
#blogdetailcontent .text-cdcp h3 {
  font-size: 1.6em;
}
#blogdetailcontent .text-cdcp h4 {
  font-size: 1.2em;
}
#blogdetailcontent .text-cdcp h5 {
  font-size: 0.8em;
}
#blogdetailcontent .text-cdcp h6 {
  font-size: 0.4em;
}
#blogdetailcontent .text-cdcp strong {
  font-weight: 900;
}
#blogdetailcontent .text-cdcp em {
  font-style: italic;
}
#blogdetailcontent .text-cdcp u {
  text-decoration: underline;
}
#blogdetailcontent .text-cdcp a {
  font-weight: 900;
}
#blogdetailcontent .text-cdcp ul {
  list-style-position: inside;
  list-style-type: square;
  padding: 0.5rem;
}
#blogdetailcontent .text-cdcp ol {
  list-style-position: inside;
  list-style-type: decimal;
  padding: 12px 60px;
}
#blogdetailcontent .text-cdcp blockquote {
  background-color: #EEEEEE;
  padding: 20px 20px 20px 80px;
  background-image: url('/static/images/feature_default.png');
  background-position: 10px 10px;
  background-repeat: no-repeat;
  background-size: calc(4em) auto;
}
#blogdetailcontent .text-cdcp table {
  background-color: #FFFFFF;
  width: 100%;
  border-collapse: collapse;
  border: 2px solid #FAFAFA;
  margin-bottom: 20px;
}
#blogdetailcontent .text-cdcp table caption {
  padding: 10px;
  font-style: italic;
}
#blogdetailcontent .text-cdcp table tr th {
  border: 2px solid #F1F1F1;
  background-color: #EEEEEE;
  padding: 5px 10px;
  font-weight: 900;
}
#blogdetailcontent .text-cdcp table tr td {
  border: 2px solid #F1F1F1;
  padding: 5px 10px;
}
#blogdetailcontent .text-cdcp hr {
  border-top: 1px solid #333333;
  color: #FFFFFF;
  background-color: #FFFFFF;
  height: 1px;
  width: 100%;
}
#blogdetailcontent .text-cdcp video {
  width: 100% !important;
  height: auto !important;
}
#faqcontent {
  background-color: #FFFFFF;
  padding: 0 0 0 0;
  text-align: left;
}
#faqcontent a {
  color: #8e1c19;
  font-size: 1em;
  /* was vroeger 0.9 */
  transition: text-shadow 0.5s ease 0s;
}
#faqcontent .text {
  width: 96%;
  margin: 2%;
  float: left;
}
#faqcontent .text h1,
#faqcontent .text h2,
#faqcontent .text h3,
#faqcontent .text h4,
#faqcontent .text h5,
#faqcontent .text h6 {
  color: #8e1c19;
}
#faqcontent .text ul {
  list-style-type: square;
  /*list-style-position:inside;*/
  list-style-position: outside;
}
#faqcontent .text ul#accordion {
  list-style: none;
}
#faqcontent .text ul#accordion li .accordion-toggle {
  cursor: pointer;
  font-size: 1.2em;
  /*background-image: svg-gradient(to bottom, #FFFFFF, #EEEEEE);*/
  background-color: #EEEEEE;
  display: block;
  border-radius: 8px;
  padding: 3px 60px 3px 20px;
}
#faqcontent .text ul#accordion li .accordion-toggle a {
  float: right;
  color: #DDDDDD;
  margin-right: -50px;
}
#faqcontent .text ul#accordion li .accordion-toggle a:hover {
  color: inherit;
}
#faqcontent .text ul#accordion li .accordion-content {
  display: none;
}
#faqcontent .text ul#accordion li .accordion-content.default {
  display: block;
}
#faqcontent .column {
  width: 21%;
  margin: 2%;
  float: left;
}
#faqcontent .column h1,
#faqcontent .column h2 {
  color: #8e1c19;
}
.document-item {
  display: block;
  margin: 1em 0;
  position: relative;
  padding-left: 34px;
  color: #0F6CAE;
}
.document-item:before {
  border: 2px solid #8e1c19;
  border-radius: 2px;
  content: "";
  height: 25px;
  left: 0;
  position: absolute;
  top: -7px;
  width: 18px;
}
.document-item:after {
  background-color: #8e1c19;
  color: #fff;
  content: attr(filetype);
  font-family: monospace;
  font-size: 8px;
  left: 0;
  letter-spacing: 1px;
  line-height: 1.2;
  padding: 0 2px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 7px;
}
.document-item.fileCorner {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 0 0 11px;
  border-color: white transparent transparent #8e1c19;
  position: absolute;
  top: -7px;
  left: 22px;
}
#faqdetailcontent {
  background-color: #FFFFFF;
  padding: 0 0 0 0;
  text-align: left;
}
#faqdetailcontent a {
  color: #8e1c19;
  font-size: 1em;
  /* was vroeger 0.9 */
  transition: text-shadow 0.5s ease 0s;
}
#faqdetailcontent .text {
  width: 71%;
  margin: 2%;
  float: left;
}
#faqdetailcontent .text h1,
#faqdetailcontent .text h2,
#faqdetailcontent .text h3,
#faqdetailcontent .text h4,
#faqdetailcontent .text h5,
#faqdetailcontent .text h6 {
  color: #8e1c19;
}
#faqdetailcontent .text ul {
  list-style-type: square;
  /*list-style-position:inside;*/
  list-style-position: outside;
}
#faqdetailcontent .column {
  width: 21%;
  margin: 2%;
  float: left;
}
#faqdetailcontent .column h1,
#faqdetailcontent .column h2 {
  color: #8e1c19;
}
#detailcontent {
  background-color: #FFFFFF;
  padding: 0 0 0 0;
  text-align: left;
}
#detailcontent a {
  color: #8e1c19;
  font-size: 1em;
  /* was vroeger 0.9 */
  transition: text-shadow 0.5s ease 0s;
}
#detailcontent .text {
  width: 71%;
  margin: 2%;
  float: left;
}
#detailcontent .text h1,
#detailcontent .text h2,
#detailcontent .text h3,
#detailcontent .text h4,
#detailcontent .text h5,
#detailcontent .text h6 {
  color: #8e1c19;
}
#detailcontent .text ul {
  list-style-type: square;
  /*list-style-position:inside;*/
  list-style-position: outside;
}
#detailcontent .newtext h1,
#detailcontent .newtext h2,
#detailcontent .newtext h3,
#detailcontent .newtext h4,
#detailcontent .newtext h5,
#detailcontent .newtext h6 {
  color: #8e1c19;
}
#detailcontent .newtext ul {
  list-style-type: square;
  /*list-style-position:inside;*/
  list-style-position: outside;
}
#detailcontent .column {
  width: 21%;
  margin: 2%;
  float: left;
}
#detailcontent .column h1,
#detailcontent .column h2 {
  color: #8e1c19;
}
#detailcontent .newcolumn h1,
#detailcontent .newcolumn h2 {
  color: #8e1c19;
}
#video {
  background-color: #FFFFFF;
  padding: 0 0 0 0;
  margin: 20px 0;
}
#video .cntVid,
#video figure.vimeo,
#video figure.youtube {
  margin: 0;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
  height: 0;
  overflow: hidden;
}
#video .cntVid iframe,
#video figure.youtube a img,
#video figure.vimeo a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#video figure.vimeo a:after,
#video figure.youtube a:after {
  content: "";
  width: 80px;
  height: 80px;
  background: #FFFFFF;
  z-index: 9;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -40px 0 0 -40px;
  border-radius: 10px;
  border: 3px solid #FFFFFF;
  opacity: 0.6;
  box-shadow: 0px 0px 10px #000000;
}
#video figure.vimeo a:before,
#video figure.youtube a:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-left: 28px solid #000000;
  z-index: 10;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -8px;
  margin-top: -16px;
  display: block;
}
#video figure.vimeo a:hover img,
#video figure.youtube a:hover img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  /*-webkit-transform: scale(1.15);*/
  /*transform: scale(1.15);*/
}
#video figure.vimeo a img,
#video figure.youtube a img {
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  -webkit-transform: scale(1);
  transform: scale(1);
}
#featuresbox {
  padding: 0 0 20px 0;
  text-align: center;
  background-color: #eb6735;
  background-image: url('data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20%3F%3E%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%201%201%22%20preserveAspectRatio%3D%22none%22%3E%3ClinearGradient%20id%3D%22gradient%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%220%25%22%20y1%3D%220%25%22%20x2%3D%22100%25%22%20y2%3D%220%25%22%3E%3Cstop%20offset%3D%220%25%22%20stop-color%3D%22%23eb6735%22%2F%3E%3Cstop%20offset%3D%22100%25%22%20stop-color%3D%22%23a51611%22%2F%3E%3C%2FlinearGradient%3E%3Crect%20x%3D%220%22%20y%3D%220%22%20width%3D%221%22%20height%3D%221%22%20fill%3D%22url(%23gradient)%22%20%2F%3E%3C%2Fsvg%3E');
  background-size: cover;
}
#featuresbox .text h1,
#featuresbox .text h2 {
  color: white;
}
#featuresbox .button {
  color: white;
  background-color: white;
  padding: 10px 20px;
  text-decoration: none;
  margin: 20px 20px 0px 20px;
  display: inline-block;
}
#featuresbox ul {
  margin: 0px;
  text-align: center;
}
#featuresbox ul li {
  margin: 20px 0px 20px 0px;
  display: inline-block;
  width: 25%;
  text-align: center;
  vertical-align: top;
  min-width: 160px;
}
#featuresbox ul li figure {
  display: inline-block;
}
#featuresbox ul li figure div.imagecontainer {
  border: 1px solid #ffffff;
  border-radius: 50%;
  box-shadow: 0 0 1px white;
  display: inline-block;
  line-height: 100%;
  overflow: hidden;
  padding: 20px;
  text-align: center;
  transition: box-shadow 0.5s;
}
#featuresbox ul li figure div.imagecontainer img {
  max-width: 88px;
}
#featuresbox ul li figure div.imagecontainer:hover {
  box-shadow: 0 0 40px white;
}
#featuresbox ul li figure figcaption {
  color: white;
}
#blogbox {
  padding: 0 0 20px 0;
  text-align: center;
  background-color: #0f6cae;
  background-image: url('data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20%3F%3E%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%201%201%22%20preserveAspectRatio%3D%22none%22%3E%3ClinearGradient%20id%3D%22gradient%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%220%25%22%20y1%3D%220%25%22%20x2%3D%22100%25%22%20y2%3D%220%25%22%3E%3Cstop%20offset%3D%220%25%22%20stop-color%3D%22%230f6cae%22%2F%3E%3Cstop%20offset%3D%22100%25%22%20stop-color%3D%22%233a97d9%22%2F%3E%3C%2FlinearGradient%3E%3Crect%20x%3D%220%22%20y%3D%220%22%20width%3D%221%22%20height%3D%221%22%20fill%3D%22url(%23gradient)%22%20%2F%3E%3C%2Fsvg%3E');
  background-size: cover;
}
#blogbox .card {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#blogbox .card figure {
  margin-bottom: 0;
}
#blogbox .card figure img {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#blogbox .card:hover {
  background-color: #f1f9fe;
}
#blogbox .card:hover figure img {
  -webkit-filter: saturate(1.4);
  /* Chrome, Safari, Opera */
  filter: saturate(1.4);
}
#blogbox .text {
  text-align: left;
  color: white;
}
#blogbox .text h1,
#blogbox .text h2 {
  color: white;
}
#blogbox .button {
  color: white;
  background-color: white;
  padding: 10px 20px;
  text-decoration: none;
  margin: 20px 20px 0px 20px;
  display: inline-block;
}
#blogbox ul {
  margin: 0px;
  text-align: center;
}
#blogbox ul li {
  margin: 20px 0px 20px 0px;
  display: inline-block;
  width: 33.33333333%;
  text-align: center;
  vertical-align: top;
  min-width: 160px;
}
#blogbox ul li figure {
  display: inline-block;
}
#blogbox ul li figure div.imagecontainer {
  border: 1px solid #ffffff;
  border-radius: 50%;
  box-shadow: 0 0 1px white;
  display: inline-block;
  line-height: 100%;
  overflow: hidden;
  padding: 20px;
  text-align: center;
  transition: box-shadow 0.5s;
}
#blogbox ul li figure div.imagecontainer img {
  max-width: 88px;
}
#blogbox ul li figure div.imagecontainer:hover {
  box-shadow: 0 0 40px white;
}
#blogbox ul li figure figcaption {
  color: white;
}
#marketingbox {
  padding: 0 0 20px 0;
  text-align: center;
  /*	background-image: svg-gradient(to bottom, @marketingBgColor, @marketingBgColor2);
	background-size: cover;*/
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
#marketingbox .text h1,
#marketingbox .text h2 {
  color: #8e1c19;
}
#marketingbox ul {
  margin: 0px;
  text-align: center;
}
#marketingbox ul li {
  margin: 0px;
  display: inline-block;
  width: 20%;
  text-align: center;
  padding: 2%;
  z-index: 10;
  position: relative;
  transition: box-shadow 0.5s;
}
#marketingbox ul li figure {
  display: inline-block;
}
#marketingbox ul li figure div.imagecontainer {
  display: inline-block;
  line-height: 100%;
  padding: 0px;
  text-align: center;
  transition: box-shadow 0.5s;
}
#marketingbox ul li figure div.imagecontainer img {
  width: 80%;
}
#marketingbox ul li figure figcaption {
  color: #333333;
  font-size: 1em;
  /* was vroeger 0.9 */
  font-weight: normal;
}
#marketingbox ul li figure figcaption h3 {
  color: #E8714A;
  margin: 0;
  line-height: normal;
  font-size: 1.2em;
  font-weight: bold;
}
#marketingbox ul li:hover {
  box-shadow: 0 0 40px #FFFFFF;
  z-index: 11;
}
#marketingbox ul li .button {
  position: relative;
  text-decoration: none;
  color: #FFFFFF;
  font-size: 1em;
  /* was vroeger 0.9 */
  line-height: initial;
  margin: 20px 0;
  padding: .5em 1em;
  overflow: hidden;
  z-index: 11;
  background-color: #E8714A;
  display: inline-block;
}
#marketingbox ul li .button:hover {
  text-shadow: 0 0 10px #FFFFFF;
}
#faqbox {
  padding: 0 0 20px 0;
  text-align: center;
  text-decoration: none;
  background-color: #FFFFFF;
  background-image: url('data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20%3F%3E%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%201%201%22%20preserveAspectRatio%3D%22none%22%3E%3ClinearGradient%20id%3D%22gradient%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%220%25%22%20y1%3D%220%25%22%20x2%3D%22100%25%22%20y2%3D%220%25%22%3E%3Cstop%20offset%3D%220%25%22%20stop-color%3D%22%23ffffff%22%2F%3E%3Cstop%20offset%3D%22100%25%22%20stop-color%3D%22%23ffffff%22%2F%3E%3C%2FlinearGradient%3E%3Crect%20x%3D%220%22%20y%3D%220%22%20width%3D%221%22%20height%3D%221%22%20fill%3D%22url(%23gradient)%22%20%2F%3E%3C%2Fsvg%3E');
  background-size: cover;
}
#faqbox .bubbledLeft,
#faqbox .bubbledRight {
  margin-top: 20px;
  padding: 20px 20px;
  max-width: 70%;
  clear: both;
  position: relative;
  border: 1px solid #333333;
  background-color: #FCFCFC;
  color: #333333;
  transition: box-shadow 0.5s;
  z-index: 11;
  overflow: hidden;
}
#faqbox .bubbledLeft:hover,
#faqbox .bubbledRight:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
#faqbox .bubbledLeft div,
#faqbox .bubbledRight div {
  line-height: 24px;
}
#faqbox .bubbledLeft .arrow,
#faqbox .bubbledRight .arrow {
  border-left: 14px inset rgba(0, 0, 0, 0);
  border-right: 14px inset rgba(0, 0, 0, 0);
  bottom: 0;
  height: 0;
  left: calc(47%);
  position: absolute;
  transition: all 0.3s ease-out 0s;
  width: 0;
  border-bottom: 14px solid #333333;
  opacity: 0;
  z-index: 10;
  bottom: -14px;
}
#faqbox .bubbledLeft:hover .arrow,
#faqbox .bubbledRight:hover .arrow {
  bottom: 0px;
  opacity: 1;
}
#faqbox .bubbledLeft {
  float: left;
  margin-right: auto;
  -webkit-border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -o-border-radius: 10px 10px 10px 10px;
  -ms-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
  text-align: left;
}
#faqbox .bubbledRight {
  float: right;
  margin-left: auto;
  text-align: right;
  -webkit-border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -o-border-radius: 10px 10px 10px 10px;
  -ms-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
}
#faqbox .text {
  font: 0.9em Arial, Helvetica, sans-serif;
  padding: 0 10px;
  margin-top: 20px;
}
#faqbox .text h1,
#faqbox .text h2 {
  color: #8e1c19;
  line-height: normal;
}
#faqbox .text h3 {
  color: #8e1c19;
  margin: 0;
  line-height: normal;
}
#faqbox .text a {
  color: #333333;
  font-weight: normal;
}
#faqbox a {
  text-decoration: none;
  line-height: 1.8;
}
#faqbox ul {
  margin: 0px;
  text-align: center;
}
#faqbox ul li {
  margin: 0px;
  display: inline-block;
  width: 70%;
  text-align: center;
  border: 1px solid #333333;
  padding: 2%;
  border-radius: 10px;
  color: #333333;
}
#disclaimerbox {
  background-color: #FAFAFA;
  padding: 0 0 20px 0;
  display: none;
}
#disclaimerbox h1,
#disclaimerbox h2 {
  color: #8e1c19;
}
.text {
  margin: 40px;
}
/*.arrow-down {
    width: 0; 
    height: 0; 
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-top: 40px solid @mainBgColor;
    margin: 0px auto 0 auto;
}*/
#footerinfo {
  background-image: url('data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20%3F%3E%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%201%201%22%20preserveAspectRatio%3D%22none%22%3E%3ClinearGradient%20id%3D%22gradient%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%220%25%22%20y1%3D%220%25%22%20x2%3D%22100%25%22%20y2%3D%220%25%22%3E%3Cstop%20offset%3D%220%25%22%20stop-color%3D%22%23efefef%22%2F%3E%3Cstop%20offset%3D%22100%25%22%20stop-color%3D%22%23fefefe%22%2F%3E%3C%2FlinearGradient%3E%3Crect%20x%3D%220%22%20y%3D%220%22%20width%3D%221%22%20height%3D%221%22%20fill%3D%22url(%23gradient)%22%20%2F%3E%3C%2Fsvg%3E');
  background-size: cover;
  padding: 20px 0;
  color: #333333;
  font-size: 1em;
  overflow: hidden;
}
#footerinfo figure {
  text-align: center;
}
#footerinfo figure figcaption {
  display: inline-block;
  font-size: 1.3em;
  color: #8e1c19;
}
#footerinfo figure img {
  vertical-align: middle;
}
#footerinfo div {
  width: 96%;
  float: left;
  padding: 2%;
}
#footerinfo div.left {
  width: 46%;
  float: left;
  padding: 2%;
  font-size: 1em;
  /* was vroeger 0.9 */
}
#footerinfo div.right {
  width: 46%;
  float: left;
  padding: 2%;
  font-size: 1em;
  /* was vroeger 0.9 */
}
#footerinfo div a.button {
  color: #8e1c19;
  font-size: 1em;
  /* was vroeger 0.9 */
  transition: text-shadow 0.5s;
}
#footerinfo div a.button:hover {
  text-shadow: 0 0 10px #FFFFFF;
}
footer {
  overflow: hidden;
  text-align: center;
}
footer ul {
  display: inline-block;
  width: 30%;
  margin-left: 0px;
  padding: 1.5%;
  /*float: left;*/
  vertical-align: top;
  position: relative;
}
footer ul li {
  font-size: 0.8em;
  color: #333333;
  text-align: center;
}
footer ul li a {
  color: #8e1c19;
}
footer ul li strong {
  color: #8e1c19;
  font-weight: bold;
}
.sticky-offset {
  top: 4rem;
  z-index: 1019;
}
.sticky-offset.sticky-offset-big {
  top: 8rem;
}
.clear {
  clear: both;
  height: 0px;
}
/* TYPOGRAFIE */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'PT Sans', sans-serif;
  letter-spacing: 0.05em;
  color: #333333;
  line-height: inherit;
  margin: 20px 0px;
  font-size: 150%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  font-weight: normal;
  display: inline-block;
}
sup {
  font-weight: normal;
}
sub {
  vertical-align: sub;
}
.text h1,
.newtext h1 {
  font-size: 2.2em;
}
.text h2,
.newtext h2 {
  font-size: 2em;
}
.text h2 img,
.newtext h2 img {
  vertical-align: middle;
}
.text h3,
.newtext h3 {
  font-size: 1.6em;
}
.text h4,
.newtext h4 {
  font-size: 1.2em;
}
.text h5,
.newtext h5 {
  font-size: 0.8em;
}
.text h6,
.newtext h6 {
  font-size: 0.4em;
}
.text strong,
.newtext strong {
  font-weight: 900;
}
.text em,
.newtext em {
  font-style: italic;
}
.text u,
.newtext u {
  text-decoration: underline;
}
.text a,
.newtext a {
  font-weight: 900;
}
.text ul,
.newtext ul {
  list-style-position: outside;
  list-style-type: square;
}
.text ol,
.newtext ol {
  list-style-position: outside;
  list-style-type: decimal;
}
.text blockquote,
.newtext blockquote {
  background-color: #EEEEEE;
  padding: 20px 20px 20px 80px;
  background-image: url('/static/images/feature_default.png');
  background-position: 10px 10px;
  background-repeat: no-repeat;
  background-size: calc(4em) auto;
}
.text table,
.newtext table {
  background-color: #FFFFFF;
  width: 100%;
  border-collapse: collapse;
  border: 2px solid #FAFAFA;
  margin-bottom: 20px;
}
.text table caption,
.newtext table caption {
  padding: 10px;
  font-style: italic;
}
.text table tr th,
.newtext table tr th {
  border: 2px solid #F1F1F1;
  background-color: #EEEEEE;
  padding: 5px 10px;
  font-weight: 900;
}
.text table tr td,
.newtext table tr td {
  border: 2px solid #F1F1F1;
  padding: 5px 10px;
}
.text hr,
.newtext hr {
  border-top: 1px solid #333333;
  color: #FFFFFF;
  background-color: #FFFFFF;
  height: 1px;
  width: 100%;
}
.text video,
.newtext video {
  width: 100% !important;
  height: auto !important;
}
/* SLICK NAV */
.slicknav_menu {
  display: none;
}
@media screen and (max-width: 1215px) {
  header nav {
    width: 100%;
  }
  #wrapper {
    width: 100%;
  }
  /* FORM */
  form {
    margin: 0 auto;
    padding: 40px;
  }
  .left {
    width: 50%;
    overflow: hidden;
  }
  footer {
    text-align: center;
  }
  footer img {
    float: none;
  }
  footer ul {
    display: inline-block;
    width: 30%;
    margin-left: 0px;
    padding: 1.4%;
    /*float: left;*/
    vertical-align: top;
    position: relative;
  }
  footer ul li {
    display: inline-block;
    width: 100%;
    /*text-align: left;*/
    padding: 0;
  }
}
@media screen and (max-width: 991px) {
  header nav .navbar-nav.nav-availiable {
    margin-top: 0px;
    position: absolute;
    margin-right: 0;
    right: 0;
    transition: all 0.3s ease-out 0s;
    z-index: 2000;
  }
  .dropdown-menu {
    width: 100% !important;
  }
}
@media screen and (max-width: 720px) {
  header #menu {
    display: none;
  }
  header ul#menu2 li.available {
    float: left;
  }
  header ul#menu2 li.available > a {
    font-size: 0.85em;
    /* was vroeger 0.9 */
    line-height: 2.1em;
  }
  #wrapper {
    width: 100%;
  }
  #featuresbox ul li {
    width: 33.33333333%;
  }
  #marketingbox ul li {
    width: 46%;
  }
  #faqcontent .text,
  #faqdetailcontent .text,
  #detailcontent .text {
    width: 100%;
    padding: 4%;
    margin: 0;
  }
  #faqcontent .column,
  #faqdetailcontent .column,
  #detailcontent .column {
    width: 100%;
    padding: 4%;
    margin: 0;
  }
  #faqbox .bubbledLeft,
  #faqbox .bubbledRight {
    width: 100%;
    max-width: 100%;
  }
  #faqbox ul li {
    width: 100%;
    max-width: 100%;
  }
  /* SLICK NAV */
  .js #menu {
    display: none;
  }
  .js .slicknav_menu {
    display: block;
    /*position: fixed;*/
  }
  /* END SLICK NAV */
  /* FORM */
  form {
    margin: 0 auto;
    padding: 10px;
  }
  .left {
    width: 100%;
    float: none;
    overflow: hidden;
  }
  .text {
    /*font-size: 80%;*/
  }
  .text h1 {
    font-size: 1.6em;
  }
  .text h2 {
    font-size: 1.4em;
  }
  .text h3 {
    font-size: 1.2em;
  }
  .text h4 {
    font-size: 1em;
  }
  .text h5 {
    font-size: 0.8em;
  }
  .text h6 {
    font-size: 0.8em;
  }
  footer {
    text-align: center;
  }
  footer img {
    float: none;
  }
  footer ul {
    width: 100%;
    /*float:left;*/
    margin: 0;
    padding: 20px 0px;
  }
  footer ul li {
    display: inline-block;
    width: 100%;
    padding: 0;
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  .language {
    display: none;
  }
  .languages {
    display: inline-block !important;
  }
  #marketingbox ul li {
    width: 100%;
  }
  .text {
    margin: 0px;
    padding: 4%;
    width: 100%;
  }
  .text h2 img {
    max-height: 40px;
    width: auto;
  }
  .text blockquote {
    padding: 4%;
    text-indent: 28%;
  }
  #featuresbox ul li {
    width: 50%;
  }
  #footerinfo div.left,
  #footerinfo div.right {
    width: 90%;
    padding: 5%;
  }
  footer ul {
    padding: 0;
  }
  #callToAction {
    position: relative;
    width: 100%;
    padding: 2%;
    right: 0px;
    bottom: 0px;
    margin-top: 20px;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
  }
}
