*, *:before, *:after {
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html.menu-open, html.menu-open body {
  height: 100%; }

html.menu-open body {
  overflow: hidden; }

body {
  margin: 0;
  padding: 0;
  font-weight: 500; }

body, input, button, textarea {
  font-size: 10px;
  font-family: "museo-sans-1", "museo-sans-2", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media screen and (min-width: 800px) {
    body, input, button, textarea {
      font-size: 16px; } }

a {
  text-decoration: none;
  -webkit-transition: color 300ms;
  transition: color 300ms;
  color: #00a4c0; }
  a:hover, a:active {
    color: #00b0c9; }
  a img {
    border: none; }

p a {
  position: relative;
  color: #00a4c0 !important; }

p a:after {
  position: absolute;
  bottom: 0px;
  left: 0;
  height: 1px;
  width: 0%;
  background: #00a4c0;
  content: '';
  -webkit-transition: width 300ms;
  transition: width 300ms; }

p a:hover:after {
  width: 100%; }

button {
  cursor: hand;
  cursor: pointer; }

img {
  max-width: 100%; }

/* Foor Google Maps */
.gm-style img {
  max-width: none; }

h1, h2, h3, h4, h5, h6 {
  font-family: "museo-sans-1", "museo-sans-2", sans-serif; }

.secondary-font {
  font-family: "proxima-nova-1", "proxima-nova-2", sans-serif; }

header.fixed-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 200; }

.row {
  position: relative;
  width: 100%;
  max-width: 1360px;
  margin: 0 auto; }
  .row:after {
    display: block;
    content: ' ';
    height: 0px;
    clear: both; }

.row.wide {
  /* max-width: 1280px; */
  max-width: 94%; }

.column, .columns {
  position: relative;
  min-height: 1px; }

.row .row {
  width: auto;
  max-width: none;
  padding: 0; }

.hires {
  display: inline-block;
  background-size: 100% auto;
  background-repeat: none;
  white-space: nowrap;
  overflow: hidden; }

.for-desktop {
  display: none; }

.mainmenu .menu-items, .breadcrumbs, .pagination {
  margin: 0;
  padding: 0;
  list-style: none; }
  .mainmenu .menu-items li, .breadcrumbs li, .pagination li {
    display: inline-block; }

.pagination li a {
  display: inline-block;
  padding: 5px 11px;
  text-decoration: none; }

ul.errors {
  margin: 0;
  padding: 0;
  list-style: none; }
  ul.errors li {
    color: #dc551b !important; }

.error {
  color: #dc551b !important; }

.notice {
  color: #00a4c0 !important; }

.breadcrumbs li + li:after {
  display: inline-block;
  content: '\2192';
  margin: 0 8px; }

.breadcrumbs .goback {
  border-right: 1px solid #ddd;
  font-weight: 700;
  padding-right: 10px;
  margin-right: 5px;
  font-size: 12px; }
  .breadcrumbs .goback a {
    color: #00a4c0 !important; }

.clearer {
  clear: both; }

.flexvideo {
  width: 100%;
  position: relative; }
  .flexvideo iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }

.fotooverzicht.naastelkaar {
  margin: 0 -10px; }
  .fotooverzicht.naastelkaar a {
    display: block;
    padding: 10px;
    width: 25%;
    float: left; }
    .fotooverzicht.naastelkaar a img {
      display: block; }
  @media screen and (max-width: 549px) {
    .fotooverzicht.naastelkaar {
      margin: 0 -5px; }
      .fotooverzicht.naastelkaar a {
        padding: 5px; } }

.fotorechts {
  float: right; }

.fotolinks {
  float: left; }

.clickable-block {
  cursor: pointer;
  cursor: hand; }

.column, .columns {
  width: 100%; }

.medium-clear {
  display: none; }

.small-1 {
  width: 12.5%;
  float: left; }

.small-clear {
  display: block;
  height: 0px;
  clear: both; }

.small-2 {
  width: 25%;
  float: left; }

.small-clear {
  display: block;
  height: 0px;
  clear: both; }

.small-3 {
  width: 37.5%;
  float: left; }

.small-clear {
  display: block;
  height: 0px;
  clear: both; }

.small-4 {
  width: 50%;
  float: left; }

.small-clear {
  display: block;
  height: 0px;
  clear: both; }

.small-5 {
  width: 62.5%;
  float: left; }

.small-clear {
  display: block;
  height: 0px;
  clear: both; }

.small-6 {
  width: 75%;
  float: left; }

.small-clear {
  display: block;
  height: 0px;
  clear: both; }

.small-7 {
  width: 87.5%;
  float: left; }

.small-clear {
  display: block;
  height: 0px;
  clear: both; }

.small-8 {
  width: 100%;
  float: left; }

.small-clear {
  display: block;
  height: 0px;
  clear: both; }

@media screen and (min-width: 500px) {
  .medium-1 {
    width: 12.5%;
    float: left; }

  .medium-2 {
    width: 25%;
    float: left; }

  .medium-3 {
    width: 37.5%;
    float: left; }

  .medium-4 {
    width: 50%;
    float: left; }

  .medium-5 {
    width: 62.5%;
    float: left; }

  .medium-6 {
    width: 75%;
    float: left; }

  .medium-7 {
    width: 87.5%;
    float: left; }

  .medium-8 {
    width: 100%;
    float: left; }

  .medium-clear {
    display: block;
    height: 0px;
    clear: both; } }
@media screen and (min-width: 800px) {
  .large-1 {
    width: 12.5%;
    float: left; }

  /*.large-push-1 { margin-left: (100% / $numcolumns) * $i; float: left; }*/
  .large-push-1 {
    position: relative;
    left: 12.5%; }

  .large-pull-1 {
    position: relative;
    left: -12.5%; }

  .large-2 {
    width: 25%;
    float: left; }

  /*.large-push-2 { margin-left: (100% / $numcolumns) * $i; float: left; }*/
  .large-push-2 {
    position: relative;
    left: 25%; }

  .large-pull-2 {
    position: relative;
    left: -25%; }

  .large-3 {
    width: 37.5%;
    float: left; }

  /*.large-push-3 { margin-left: (100% / $numcolumns) * $i; float: left; }*/
  .large-push-3 {
    position: relative;
    left: 37.5%; }

  .large-pull-3 {
    position: relative;
    left: -37.5%; }

  .large-4 {
    width: 50%;
    float: left; }

  /*.large-push-4 { margin-left: (100% / $numcolumns) * $i; float: left; }*/
  .large-push-4 {
    position: relative;
    left: 50%; }

  .large-pull-4 {
    position: relative;
    left: -50%; }

  .large-5 {
    width: 62.5%;
    float: left; }

  /*.large-push-5 { margin-left: (100% / $numcolumns) * $i; float: left; }*/
  .large-push-5 {
    position: relative;
    left: 62.5%; }

  .large-pull-5 {
    position: relative;
    left: -62.5%; }

  .large-6 {
    width: 75%;
    float: left; }

  /*.large-push-6 { margin-left: (100% / $numcolumns) * $i; float: left; }*/
  .large-push-6 {
    position: relative;
    left: 75%; }

  .large-pull-6 {
    position: relative;
    left: -75%; }

  .large-7 {
    width: 87.5%;
    float: left; }

  /*.large-push-7 { margin-left: (100% / $numcolumns) * $i; float: left; }*/
  .large-push-7 {
    position: relative;
    left: 87.5%; }

  .large-pull-7 {
    position: relative;
    left: -87.5%; }

  .large-8 {
    width: 100%;
    float: left; }

  /*.large-push-8 { margin-left: (100% / $numcolumns) * $i; float: left; }*/
  .large-push-8 {
    position: relative;
    left: 100%; }

  .large-pull-8 {
    position: relative;
    left: -100%; }

  .medium-clear, .small-clear {
    display: none; } }
#normal-menu {
  display: none; }

@media screen and (min-width: 800px) {
  #normal-menu {
    display: block; }

  #responsive-menu {
    display: none; } }
.royalSlider {
  position: relative;
  width: 100% !important; }
  .royalSlider .rsBullets {
    position: absolute;
    bottom: 0;
    left: -5px;
    text-align: right; }
    .royalSlider .rsBullets .rsBullet {
      display: inline-block;
      width: 1.25em;
      height: 0.2125em;
      margin: 0 5px; }
      .royalSlider .rsBullets .rsBullet span {
        display: block;
        width: 1.25em;
        height: 0.2125em;
        border-radius: 10px;
        background-color: #e1e3e4; }
      .royalSlider .rsBullets .rsBullet.rsNavSelected span {
        background-color: #006991; }
  .royalSlider .rsArrow {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 30px;
    height: 30px;
    background-color: black;
    margin: auto 0;
    opacity: .6;
    transition: opacity 300ms;
    -ms-transition: opacity 300ms;
    -webkit-transition: opacity 300ms; }
    .royalSlider .rsArrow .rsArrowIcn {
      text-align: center; }
      .royalSlider .rsArrow .rsArrowIcn:before {
        content: '.';
        font-family: 'FontAwesome';
        display: inline-block;
        color: white;
        line-height: 32px; }
    .royalSlider .rsArrow.rsHidden {
      opacity: 0; }
    .royalSlider .rsArrow.rsArrowDisabled {
      opacity: .2 !important; }
    .royalSlider .rsArrow:hover {
      opacity: .8; }
  .royalSlider .rsArrowLeft {
    left: 20px; }
    .royalSlider .rsArrowLeft .rsArrowIcn:before {
      content: '\f053'; }
  .royalSlider .rsArrowRight {
    right: 20px; }
    .royalSlider .rsArrowRight .rsArrowIcn:before {
      content: '\f054'; }

.text .royalSlider .rsBullets {
  left: 0;
  right: 0;
  text-align: center;
  bottom: 10px; }
  .text .royalSlider .rsBullets .rsBullet {
    width: 1em;
    height: 1em; }
    .text .royalSlider .rsBullets .rsBullet span {
      width: 1em;
      height: 1em;
      background-color: rgba(255, 255, 255, 0.7); }
    .text .royalSlider .rsBullets .rsBullet.rsNavSelected span {
      background-color: #006991; }

.blockgrid {
  width: 100%;
  height: 160px;
  position: relative;
  max-width: 100%;
  /* max-width: 100%; */
  -webkit-transition: height 300ms cubic-bezier(0.65, 0, 0, 1);
  transition: height 300ms cubic-bezier(0.65, 0, 0, 1); }
  .blockgrid .block {
    display: block;
    position: absolute;
    width: 160px;
    height: 160px;
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    filter: alpha(opacity=0);
    overflow: hidden;
    -webkit-transition: left 300ms, top 500ms, -webkit-transform 500ms cubic-bezier(0.65, 0, 0, 1), opacity 500ms;
    transition: left 300ms, top 500ms, transform 500ms cubic-bezier(0.65, 0, 0, 1), opacity 500ms;
    perspective: 500px; }
    .blockgrid .block.visible {
      -webkit-transform: scale(1);
      transform: scale(1);
      opacity: 1;
      filter: none;
      z-index: 10; }
    .blockgrid .block.zoom img {
      max-width: 100%;
      -webkit-transform: none;
      transform: none;
      /* -webkit-filter: grayscale(20%); */
      -webkit-transition: -webkit-transform 1s;
      transition: transform 1s; }
    .blockgrid .block.zoom:hover img {
      -webkit-transition: -webkit-transform .5s;
      transition: transform .5s;
      				/* 
      -webkit-transform: scale(1.1);
      				transform: scale(1.1);
       */ }
    .blockgrid .block.zoom.zoom:after {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      content: '';
      background: rgba(0, 0, 0, 0.09);
      transition: background 300ms;
      -ms-transition: background 300ms;
      -webkit-transition: background 300ms; }
    .blockgrid .block.zoom:hover:after {
      /* background: $secondary-color-rgba80; */ }
    .blockgrid .block.zoom .caption {
      position: absolute;
      top: 50%;
      left: 0px;
      width: 100%;
      height: 30px;
      opacity: 0;
      font-size: 1em;
      font-weight: 700;
      text-align: center;
      color: #fff !important;
      text-transform: uppercase;
      letter-spacing: .2em;
      margin-top: -15px;
      padding: 0 20px;
      z-index: 10; }
      .blockgrid .block.zoom .caption span {
        display: block;
        line-height: 1.2;
        margin-top: 0;
        font-size: 0.8em;
        font-weight: 400;
        text-transform: none;
        letter-spacing: .1em; }
    .blockgrid .block.zoom:hover .caption {
      opacity: 1; }
    .blockgrid .block-overlay {
      /* background-color: rgba($primary-color, .6); */
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      color: white;
      z-index: 10;
      opacity: 0;
      filter: alpha(opacity=0);
      text-align: center;
      -webkit-transition: opacity 300ms;
      transition: opacity 300ms; }
    .blockgrid .block:hover .block-overlay {
      opacity: 1;
      filter: none; }

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: none; }
  50% {
    -webkit-transform: rotateY(90deg); }
  100% {
    -webkit-transform: rotateY(90deg); } }
@keyframes spinner {
  0% {
    transform: none; }
  50% {
    transform: rotateY(90deg); }
  100% {
    transform: rotateY(90deg); } }
.block.spin .inner {
  -webkit-transition: none;
  -webkit-animation: spinner 1s;
  animation: spinner 1s; }

.addmedia {
  display: inline-block;
  padding-left: 24px;
  background-repeat: no-repeat;
  background-position: left center; }

.documentList {
  padding: 0; }
  .documentList li {
    list-style: none; }

.ico-doc, .ico-docx, .ico-odt {
  background-image: url("../img/icons/doc.png"); }
.ico-eps, .ico-svg {
  background-image: url("../img/icons/eps.png"); }
.ico-pdf {
  background-image: url("../img/icons/pdf.png"); }
.ico-ppt, .ico-pptx, .ico-odp {
  background-image: url("../img/icons/ppt.png"); }
.ico-txt {
  background-image: url("../img/icons/txt.png"); }
.ico-xls, .ico-xlsx, .ico-ods {
  background-image: url("../img/icons/xls.png"); }
.ico-zip, .ico-bz, .ico-gz, .ico-7z {
  background-image: url("../img/icons/zip.png"); }

.scrollbg {
  width: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transform: translateZ(0px); }
  .scrollbg_content {
    position: absolute !important;
    top: 0;
    right: 0;
    left: 0;
    opacity: 0.1; }

.lines {
  position: relative;
  top: -1px; }
  .lines:before, .lines:after {
    content: ' ';
    position: absolute;
    left: 0; }
  .lines:before {
    top: -8px; }
  .lines:after {
    top: 8px; }
  .lines, .lines:before, .lines:after {
    display: inline-block;
    height: 2px;
    border-radius: 1px;
    width: 32px;
    background-color: white;
    -webkit-transition: background-color 500ms cubic-bezier(0.65, 0, 0, 1), -webkit-transform 500ms cubic-bezier(0.65, 0, 0, 1);
    transition: background-color 500ms cubic-bezier(0.65, 0, 0, 1), transform 500ms cubic-bezier(0.65, 0, 0, 1); }
  .lines.clicked {
    background-color: transparent; }
    .lines.clicked:before {
      -webkit-transform: translateY(8px) rotate(-45deg) !important;
      transform: translateY(8px) rotate(-45deg) !important;
      background-color: white; }
    .lines.clicked:after {
      background-color: white;
      -webkit-transform: translateY(-8px) rotate(45deg) !important;
      transform: translateY(-8px) rotate(45deg) !important; }

.shader {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999 !important;
  display: none;
  opacity: 0;
  background-color: transparent;
  -webkit-transition: opacity 500ms;
  transition: opacity 500ms; }
  .shader.visible {
    display: block;
    opacity: 1;
    background-color: rgba(55, 60, 67, 0.96);
    -webkit-transition: opacity 500ms;
    transition: opacity 500ms; }
  @media screen and (min-width: 1023px) {
    .shader {
      display: none !important; } }

.mobile-menu {
  position: fixed;
  right: 0;
  top: 0;
  width: 80px;
  height: 80px;
  background-color: none;
  overflow: hidden;
  padding-top: 10px;
  z-index: 999999 !important;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: height 500ms cubic-bezier(0.65, 0, 0, 1);
  transition: height 500ms cubic-bezier(0.65, 0, 0, 1); }
  .mobile-menu .offer {
    display: none;
    margin-top: 10px;
    margin-left: 20px;
    margin-right: 20px; }
  .mobile-menu ul {
    opacity: 0;
    margin: 90px 0 0 0;
    padding: 0; }
    .mobile-menu ul li {
      display: block; }
    .mobile-menu ul a {
      display: block;
      font-size: 16px;
      padding: 20px 0;
      text-align: center;
      text-transform: uppercase;
      font-weight: 700;
      letter-spacing: 2px;
      color: #fff;
      border-top: 1px solid rgba(255, 255, 255, 0.1); }
  .mobile-menu.open {
    right: 0;
    width: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    max-height: 100%; }
    .mobile-menu.open ul {
      display: block;
      opacity: 1; }
    .mobile-menu.open .offer {
      display: block; }
  @media screen and (min-width: 1023px) {
    .mobile-menu {
      display: none !important; } }

.topbar-scrolled .mobile-menu .topbar-menubutton {
  color: white !important;
  border-radius: 1000px;
  background-color: #00a4c0 !important;
  border-color: #00a4c0 !important;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2); }
  .topbar-scrolled .mobile-menu .topbar-menubutton .lines, .topbar-scrolled .mobile-menu .topbar-menubutton .lines::before, .topbar-scrolled .mobile-menu .topbar-menubutton .lines::after {
    width: 24px; }

.openblock {
  position: absolute;
  z-index: 600;
  overflow: hidden;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
  opacity: 0;
  filter: alpha(opacity=0); }
  .openblock iframe {
    width: 100%;
    height: 100%;
    border: 0;
    background: #808080; }
  .openblock-container {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    -webkit-transition: background-color 300ms;
    transition: background-color 300ms; }
    .openblock-container.dark {
      background-color: rgba(0, 0, 0, 0.75); }
  .openblock-close {
    position: absolute;
    top: 8px;
    right: 10px;
    font-size: 24px;
    cursor: pointer;
    cursor: hand;
    background-color: rgba(255, 255, 255, 0.8);
    color: #545c67;
    padding: 3px 8px; }
  .openblock-inner {
    height: 100%; }
    .openblock-inner > img {
      display: block;
      max-width: none;
      height: 100%;
      -webkit-transition: height 600ms cubic-bezier(0.65, 0, 0, 1);
      transition: height 600ms cubic-bezier(0.65, 0, 0, 1); }
  .openblock.loading {
    background: rgba(0, 0, 0, 0.5) url(../img/loader-dark.gif) no-repeat center center; }
  .openblock.anim {
    -webkit-transition: opacity 600ms, width 600ms cubic-bezier(0.65, 0, 0, 1), height 600ms cubic-bezier(0.65, 0, 0, 1), left 600ms cubic-bezier(0.65, 0, 0, 1), top 600ms cubic-bezier(0.65, 0, 0, 1), -webkit-transform 600ms cubic-bezier(0.65, 0, 0, 1);
    transition: opacity 600ms, width 600ms cubic-bezier(0.65, 0, 0, 1), height 600ms cubic-bezier(0.65, 0, 0, 1), left 600ms cubic-bezier(0.65, 0, 0, 1), top 600ms cubic-bezier(0.65, 0, 0, 1), transform 600ms cubic-bezier(0.65, 0, 0, 1); }

.sharelink {
  display: inline-block;
  width: 45px;
  height: 45px;
  background: url(../img/sharelinks_new.png) no-repeat;
  background-size: auto 43px;
  margin: 0 5px; }
  .sharelink_twitter {
    background-position: 0 0; }
  .sharelink_facebook {
    background-position: -53px 0; }
  .sharelink_googleplus {
    background-position: -106px 0; }
  .sharelink_linkedin {
    background-position: -159px 0; }
  .sharelink_mail {
    background-position: -212px 0; }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .sharelink {
    background-image: url(../img/sharelinks_new.png); } }
@keyframes mainfadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@-webkit-keyframes mainfadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes mainfadeout {
  from {
    transform: none;
    opacity: 1; }
  to {
    opacity: 0; } }
@-webkit-keyframes mainfadeout {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
#loader {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999 !important;
  background: #fff url("../img/loadert.gif") no-repeat 50% 50%;
  background-size: 64px auto;
  -webkit-backface-visibility: hidden;
  opacity: 0;
  display: none; }

	/* 
#loader:before {
		position: absolute;
		top: 0; right: 0; bottom: 0; left: 0;
		content: '';
		background: url('../img/addnoise-logo.svg') no-repeat 50% 40%;
		background-size: 240px auto;
		
	}
 */
#main {
  /* opacity: 0; */
  /* -webkit-backface-visibility: hidden; */
  position: relative;
  z-index: 1; }
  #main.fadein {
    animation: mainfadein 2000ms forwards;
    -webkit-animation: mainfadein 2000ms forwards; }
  #main.fadeout {
    animation: mainfadeout 500ms forwards;
    -webkit-animation: mainfadeout 500ms forwards; }

html, body {
  overflow-x: hidden; }

body {
  color: #545c67; }
  body > canvas {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -10; }

strong {
  font-weight: 700; }

::-moz-selection {
  /* Code for Firefox */
  color: white;
  background: #00b0c9; }

::selection {
  color: white;
  background: #00b0c9; }

.hand {
  cursor: pointer;
  cursor: hand; }

.padding-sm, .small-padding-sm {
  padding-left: 1em;
  padding-right: 1em; }
.padding-med, .small-padding-med {
  padding-left: 2em;
  padding-right: 2em; }
.padding-lg, .small-padding-lg {
  padding-left: 2.5em;
  padding-right: 2.5em; }

.pull-padding-lg {
  margin-left: -3.5em;
  margin-right: -3.5em; }

.row.full-wide {
  max-width: 100%; }

@media screen and (min-width: 800px) {
  .float-left-pull-160 {
    margin-right: 400px; }

  .float-right-160 {
    position: absolute;
    top: 0;
    right: 80px;
    width: 320px; }

  .small-padding-sm, .small-padding-med, .small-padding-lg {
    padding-left: 0;
    padding-right: 0; } }
@media screen and (min-width: 1360px) {
  .float-left-pull-160 {
    margin-right: 320px; }

  .float-right-160 {
    right: 0; } }
@media screen and (max-width: 767px) {
  .medium-padding-sm {
    padding-left: 1em;
    padding-right: 1em; }
  .medium-padding-med {
    padding-left: 2em;
    padding-right: 2em; }
  .medium-padding-lg {
    padding-left: 3.5em;
    padding-right: 3.5em; } }
.marker {
  background-color: #00a4c0;
  color: white;
  font-weight: 900;
  font-size: .67em;
  padding: 3px 6px;
  vertical-align: middle;
  border-radius: 3px;
  top: -3px;
  position: relative; }

hr, .hrprog {
  width: 4em;
  height: .1em;
  border: 0;
  background-color: #e1e3e4;
  margin: 12px auto 12px auto; }

hr.prog:before {
  content: ' ';
  display: block;
  font-size: 1px;
  height: 100%;
  width: 62.5%;
  background-color: #00a4c0; }

h3 {
  font-size: 16px;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-weight: 300;
  margin: 0;
  text-align: center;
  font-family: "proxima-nova-1", "proxima-nova-2", sans-serif; }

@media screen and (min-width: 800px) {
  h3 {
    font-size: 18px; } }
#start-here {
  background: #fff; }

section {
  background-color: white;
  position: relative;
  z-index: 888; }

section, .footer {
  padding-top: 5em;
  padding-bottom: 5em;
  position: relative;
  z-index: 888; }

.breadcrumbs-wrapper {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  padding-left: 3em;
  border-bottom: 1px solid rgba(84, 92, 103, 0.1);
  z-index: 3 !important;
  font-family: "proxima-nova-1", "proxima-nova-2", sans-serif; }

.with-header-solid .breadcrumbs-wrapper {
  border-top: 1px solid rgba(84, 92, 103, 0.1);
  border-bottom: 0; }

@media screen and (max-width: 768px) {
  .breadcrumbs-wrapper {
    display: none; } }
.breadcrumbs-wrapper.scroll-to-fixed-fixed {
  z-index: 9999 !important; }

.breadcrumbs li {
  font-size: 11px;
  text-transform: uppercase; }
.breadcrumbs a {
  color: #959da8 !important; }
  .breadcrumbs a:hover {
    color: #00a4c0 !important; }
.breadcrumbs .current a {
  color: #006991 !important; }

section.backlink {
  padding-top: 3em;
  padding-bottom: 1em; }

.bg-white {
  background-color: white; }
  .bg-white a {
    color: #006991; }
    .bg-white a:hover {
      color: #007ba0; }
  .bg-white .c-light {
    color: #6d747f; }
.bg-primary {
  background-color: #006991;
  color: white; }
  .bg-primary .c-light {
    color: #bfd9e3; }
.bg-secondary {
  background-color: #00a4c0;
  color: white; }
  .bg-secondary .c-light {
    color: #bfe8ef; }
.bg-tertiary {
  background-color: #63c9da;
  color: white; }
  .bg-tertiary .c-light {
    color: #d8f1f5; }
.bg-dark {
  background-color: #545c67;
  color: white; }
  .bg-dark .c-light {
    color: #d4d6d9; }
.bg-medium {
  background-color: #959da8;
  color: white; }
  .bg-medium a {
    color: #006991; }
    .bg-medium a:hover {
      color: #007ba0; }
  .bg-medium .c-light {
    color: #e4e6e9; }
.bg-light {
  background-color: #e1e3e4;
  color: #545c67; }
  .bg-light .c-light {
    color: #6d747f; }
.bg-verylight {
  background-color: #f7f7f7;
  color: #545c67; }
  .bg-verylight .c-light {
    color: #6d747f; }
.bg-success {
  background-color: #00cc76;
  color: white; }
  .bg-success a {
    color: #545c67; }
    .bg-success a:hover {
      color: #6d747f; }
  .bg-success .c-light {
    color: #bff2dc; }
.bg-warning {
  background-color: #fb9c30;
  color: white; }
  .bg-warning a {
    color: #545c67; }
    .bg-warning a:hover {
      color: #6d747f; }
  .bg-warning .c-light {
    color: #fee6cb; }
.bg-danger {
  background-color: #dc551b;
  color: white; }
  .bg-danger a {
    color: #545c67; }
    .bg-danger a:hover {
      color: #6d747f; }
  .bg-danger .c-light {
    color: #f6d4c6; }

.btn {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 40px;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .15em;
  border-radius: 1000px;
  font-family: "museo-sans-1", "museo-sans-2", sans-serif;
  -webkit-transition: background-color 300ms;
  transition: background-color 300ms; }
  .btn-white {
    background-color: white;
    color: #006991 !important; }
    .btn-white:hover {
      color: #007ba0; }
  .btn-primary {
    background-color: #006991;
    color: white !important; }
    .btn-primary:hover {
      background-color: #007ba0; }
  .btn-secondary {
    background-color: #00a4c0;
    color: white !important; }
    .btn-secondary:hover {
      background-color: #00b0c9; }
  .btn-dark {
    background-color: #545c67;
    color: white !important; }
    .btn-dark:hover {
      background-color: #6d747f; }
  .btn-medium {
    background-color: #959da8;
    color: white !important; }
    .btn-medium:hover {
      background-color: #a3aab4; }
  .btn-light {
    background-color: #e1e3e4;
    color: #545c67 !important; }
    .btn-light:hover {
      background-color: #e5e7e8; }
  .btn-success {
    background-color: #00cc76;
    color: white !important; }
    .btn-success:hover {
      background-color: #00d487; }
  .btn-warning {
    background-color: #fb9c30;
    color: white !important; }
    .btn-warning:hover {
      background-color: #fca944; }
  .btn-danger {
    background-color: #dc551b;
    color: white !important; }
    .btn-danger:hover {
      background-color: #e1682b; }
  .btn-small {
    padding: 0 25px;
    font-size: 13px !important; }
  @media screen and (min-width: 800px) {
    .btn {
      height: 46px;
      line-height: 47px; }
      .btn-small {
        height: 40px;
        line-height: 42px; } }
  .btn-scrolldown {
    width: 5em !important;
    height: 5em !important;
    background: rgba(0, 105, 145, 0.6) url("../img/arrow-down.svg") no-repeat center center;
    margin-top: 3.75em; }
    .btn-scrolldown:hover {
      background-color: #006991; }

.bg-primary .btn-primary {
  background-color: white;
  color: #006991; }
  .bg-primary .btn-primary:hover {
    background-color: #e5e7e8; }

.bg-gradient {
  background: #006991;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjEwMCUiIHkyPSIwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMDA2OTkxIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwYTRjMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMGE0YzAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(45deg, #006991 0%, #00a4c0 100%, #00a4c0 100%);
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #006991), color-stop(100%, #00a4c0), color-stop(100%, #00a4c0));
  background: -webkit-linear-gradient(45deg, #006991 0%, #00a4c0 100%, #00a4c0 100%);
  background: -o-linear-gradient(45deg, #006991 0%, #00a4c0 100%, #00a4c0 100%);
  background: -ms-linear-gradient(45deg, #006991 0%, #00a4c0 100%, #00a4c0 100%);
  background: linear-gradient(45deg, #006991 0%, #00a4c0 100%, #00a4c0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006991', endColorstr='#00a4c0',GradientType=1 );
  color: white; }

.menu {
  text-align: right;
  padding-top: 18px; }
  .menu .menu-level-1 {
    margin: 0;
    padding: 0;
    padding-right: 90px;
    width: 100%; }
    .menu .menu-level-1 li {
      display: inline-block;
      text-transform: uppercase;
      font-size: 11px;
      font-weight: 900;
      letter-spacing: 2px;
      padding: 0 0px; }
      .menu .menu-level-1 li a {
        display: inline-block;
        cursor: pointer;
        padding: 0 15px;
        height: 44px;
        line-height: 42px;
        border-radius: 100px;
        color: rgba(255, 255, 255, 0.7);
        border: 2px solid transparent;
        transition: color 300ms, border-color 300ms, background-color 300ms;
        -ms-transition: color 300ms, border-color 300ms, background-color 300ms;
        -webkit-transition: color 300ms, border-color 300ms, background-color 300ms; }
        .menu .menu-level-1 li a:hover {
          color: white;
          border: 2px solid rgba(255, 255, 255, 0.2); }
      .menu .menu-level-1 li.item-breadcrumb a {
        color: white;
        border: 2px solid rgba(255, 255, 255, 0.2); }
      .menu .menu-level-1 li.item-last a {
        color: white !important;
        background-color: #00a4c0 !important;
        border-color: #00a4c0 !important; }

.social {
  display: inline-block;
  width: 2.2em;
  height: 2.2em;
  border-radius: 50%;
  border: 2px solid #a3aab4;
  color: #959da8;
  text-align: center;
  line-height: 2.2;
  font-size: 20px;
  margin-left: 0.5em;
  transition: color 300ms, border-color 300ms, background-color 300ms;
  -ms-transition: color 300ms, border-color 300ms, background-color 300ms;
  -webkit-transition: color 300ms, border-color 300ms, background-color 300ms; }
  .social:hover {
    color: #006991;
    border-color: #007ba0; }
  .social.offer {
    position: relative;
    width: auto;
    top: -3px !important;
    padding: 0 30px;
    font-size: 12px;
    font-weight: 700;
    line-height: 42px;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: white !important;
    background-color: none !important;
    border-color: white !important; }
    .social.offer:hover {
      color: white !important;
      background-color: #00a4c0 !important;
      border-color: #00a4c0 !important;
      box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1); }

.topbar-logo a, .logo {
  display: inline-block;
  background-image: url("../img/logo.png");
  background-size: 100% auto;
  background-position: center top;
  width: 160px; }
  .topbar-logo a:before, .logo:before {
    content: ' ';
    display: block;
    height: 0;
    padding-top: 45.39877%; }

.page-front-no .topbar-spacer {
  height: 10em; }

.topbar {
  position: absolute;
  top: -80px;
  right: 0;
  left: 0;
  cursor: default;
  z-index: 100;
  background-color: none;
  height: 80px;
  -webkit-backface-visibility: hidden;
  transition: top 300ms, height 300ms, padding-top 300ms, opacity 500ms, background 400ms;
  -ms-transition: top 300ms, height 300ms, padding-top 300ms, opacity 500ms, background 400ms;
  -webkit-transition: top 300ms, height 300ms, padding-top 300ms, opacity 500ms, background 400ms; }
  .topbar .row {
    max-width: 100%; }
  .topbar-visible {
    top: 0; }
  .topbar-menubutton {
    float: right;
    margin-right: 15px;
    margin-top: 10px; }
  .topbar-phonebutton {
    float: right;
    margin-right: 75px;
    margin-top: 20px; }
  .topbar-menubutton, .topbar-phonebutton {
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px; }
    .topbar-menubutton img, .topbar-phonebutton img {
      vertical-align: middle; }
  .topbar-logo {
    float: left;
    margin: 0 20px;
    text-align: left;
    padding: 15px 0 0 0 !important;
    height: 80px; }
    .topbar-logo a {
      width: 140px;
      background-position: center bottom; }
  .topbar-social, .topbar .menu {
    display: none; }
  @media screen and (min-width: 1024px) {
    .topbar {
      position: fixed;
      height: 160px;
      padding-top: 43px;
      /* opacity: 0; */ }
      .topbar-loaded {
        opacity: 1; }
      .topbar-menubutton, .topbar-phonebutton {
        display: none; }
      .topbar-logo {
        float: left;
        border-left: none;
        border-right: none;
        padding-top: 0 !important;
        margin: 0 50px; }
        .topbar-logo a {
          width: 170px; }
      .topbar-social {
        float: right;
        text-align: right;
        padding-top: 17px;
        padding-right: 0em;
        padding-left: 0em;
        position: absolute;
        right: 2em;
        transition: padding-top 300ms;
        -ms-transition: padding-top 300ms;
        -webkit-transition: padding-top 300ms; }
      .topbar-whitebg {
        background-color: white; }
        .topbar-whitebg .topbar-logo a {
          background-position: center top; }
        .topbar-whitebg .menu li a {
          color: #888;
          /* padding: 20px; */
          padding-top: 1px; }
        .topbar-whitebg .menu li.item-breadcrumb a, .topbar-whitebg .menu li a:hover {
          color: #00a4c0;
          opacity: 1;
          border-color: rgba(0, 0, 0, 0.08) !important; }
        .topbar-whitebg .social.offer {
          color: white !important;
          background-color: #00a4c0 !important;
          border-color: #00a4c0 !important; }
      .topbar-transbg {
        background: none; }
        .topbar-transbg .social {
          border-color: rgba(255, 255, 255, 0.5);
          color: white; }
          .topbar-transbg .social:hover {
            border-color: white; }
        .topbar-transbg .topbar-logo a {
          background-position: center bottom; }
      .topbar-text-light {
        color: white; }
        .topbar-text-light .menu li a {
          color: #fff;
          opacity: 1;
          transition: color 300ms;
          -ms-transition: color 300ms;
          -webkit-transition: color 300ms; }
        .topbar-text-light .menu li.item-breadcrumb a, .topbar-text-light .menu li a:hover {
          color: #00a4c0;
          opacity: 1; }
      .topbar-scrolled {
        height: 80px;
        background-color: white;
        padding-top: 5px;
        /* box-shadow: 0px 1px 5px rgba(0, 0, 0, .1); */
        border-bottom: 1px solid rgba(0, 0, 0, 0.08); }
        .topbar-scrolled .menu {
          padding-top: 13px; }
          .topbar-scrolled .menu .menu-level-1 li a:hover {
            border: 2px solid rgba(0, 0, 0, 0.08); }
          .topbar-scrolled .menu .menu-level-1 li.item-breadcrumb a {
            border: 2px solid rgba(0, 0, 0, 0.08); }
        .topbar-scrolled .topbar-social {
          padding-top: 12px;
          padding-right: 0em !important; }
        .topbar-scrolled.topbar-transbg {
          background-color: white;
          transition: background 500ms;
          -ms-transition: background 500ms;
          -webkit-transition: background 500ms; }
          .topbar-scrolled.topbar-transbg .menu li a {
            color: #545c67; }
          .topbar-scrolled.topbar-transbg .menu li.item-breadcrumb a, .topbar-scrolled.topbar-transbg .menu li a:hover {
            color: #545c67; }
        .topbar-scrolled .topbar-logo {
          padding-top: 7px !important; }
          .topbar-scrolled .topbar-logo a {
            background-position: center top;
            width: 128px; }
        .topbar-scrolled .social {
          border-color: #a3aab4;
          color: #959da8; }
          .topbar-scrolled .social:hover {
            color: #006991;
            border-color: #007ba0; }
          .topbar-scrolled .social.offer {
            color: white !important;
            background-color: #00a4c0 !important;
            border-color: #00a4c0 !important; }
            .topbar-scrolled .social.offer:hover {
              box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1); }
      .topbar-social, .topbar .menu {
        display: block; } }

/*
	HEADER
*/
.header {
  background-color: #545c67;
  height: 60em;
  width: 100%;
  position: relative;
  z-index: 998 !important; }
  .header .row {
    height: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 500ms;
    transition: opacity 500ms;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 10; }
    .header .row.visible {
      opacity: 1;
      filter: none; }
  .header-content {
    width: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden; }
    .header-content > img {
      position: relative;
      width: 120em;
      display: block;
      left: 50%;
      margin-left: -60em;
      max-width: none; }
  .header-small {
    height: 45em; }
  .header-project {
    position: absolute;
    right: 5em;
    bottom: -5em;
    z-index: 10;
    width: 20em;
    height: 20em;
    background-color: #6d747f;
    background-color: rgba(84, 92, 103, 0.4);
    color: white; }
    .header-project .padding-med {
      padding-top: 2.5em;
      height: 15em; }
    .header-project .headline {
      font-size: 2em;
      letter-spacing: .1em;
      font-weight: 900;
      text-transform: uppercase;
      line-height: 1.0625; }
    .header-project .introtext {
      font-weight: 500;
      letter-spacing: .1em;
      font-size: 1.625em;
      line-height: 1.30769;
      margin-bottom: .75em; }
    .header-project .tags {
      font-size: 1em; }
    .header-project .doorlink {
      display: block;
      height: 4.44444em;
      width: 100%;
      background-color: #e1e3e4;
      line-height: 4.44444;
      padding-left: 1.77778em;
      font-size: 1.125em;
      color: #006991; }
      .header-project .doorlink:before {
        content: ' ';
        display: block;
        float: right;
        width: 4.44444em;
        height: 100%;
        color: white;
        text-align: center;
        background: #006991 url("../img/arrow.svg") no-repeat center center;
        background-size: 100% auto;
        transition: background-color 300ms;
        -ms-transition: background-color 300ms;
        -webkit-transition: background-color 300ms; }
      .header-project .doorlink:hover {
        color: #007ba0; }
        .header-project .doorlink:hover :before {
          background-color: #007ba0; }
  .header-showroute {
    position: absolute;
    right: 5em;
    bottom: 0;
    z-index: 10;
    width: 15em;
    height: 4em;
    z-index: 50; }
  .header-plain {
    height: 15em;
    padding-top: 5em;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto 0; }
    .header-plain-light {
      color: white !important; }
    .header-plain .headline, .header-plain .introtext {
      font-size: 3.813em;
      line-height: 1.18;
      font-weight: 300; }
  .header .btn {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 1.2;
    height: auto;
    margin-top: 1em; }
  .header .royalSlider {
    height: 60em !important; }
    .header .royalSlider .rsContent > img {
      max-width: none;
      width: 120em;
      position: relative;
      left: 50%;
      margin-left: -60em; }
  @media screen and (min-width: 800px) {
    .header-project .tags {
      font-size: .875em; }
    .header .btn {
      padding-top: 20px;
      padding-bottom: 20px; } }
  @media screen and (min-width: 1360px) {
    .header-project {
      right: 0; } }
  @media screen and (min-width: 1920px) {
    .header-content img {
      width: 100%;
      left: 0;
      margin-left: 0; } }

@media screen and (max-height: 1000px) {
  header, #head-slider, #head-slider .rsOverflow {
    max-height: 840px; }

  #head-slider:not(.headFull) .infoBlock {
    padding-bottom: 10em !important; } }
@media screen and (max-height: 900px) {
  header, #head-slider, #head-slider .rsOverflow {
    max-height: 740px; }

  #head-slider:not(.headFull) .infoBlock {
    padding-bottom: 9em !important; } }
@media screen and (max-height: 800px) {
  header, #head-slider, #head-slider .rsOverflow {
    max-height: 640px; }

  #head-slider:not(.headFull) .infoBlock {
    padding-bottom: 8em !important; } }
@media screen and (max-height: 700px) {
  header, #head-slider, #head-slider .rsOverflow {
    max-height: 440px; }

  #head-slider:not(.headFull) .infoBlock {
    padding-bottom: 7em !important; } }
@media screen and (max-height: 600px) {
  header, #head-slider, #head-slider .rsOverflow {
    max-height: 440px; }

  #head-slider:not(.headFull) .infoBlock {
    padding-bottom: 1.5em !important; } }
@media screen and (max-height: 500px) {
  header, #head-slider, #head-slider .rsOverflow {
    max-height: 380px !important; }

  #head-slider:not(.headFull) .infoBlock {
    padding-bottom: 1em !important; } }
@media screen and (max-width: 1024px) and (max-height: 768px) {
  header, #head-slider, #head-slider .rsOverflow {
    max-height: 80vw; }

  #head-slider:not(.headFull) .infoBlock {
    padding-bottom: 1em !important; } }
.hd-headFull, .headFull #head-slider, .headFull #head-slider .rsOverflow {
  max-height: none !important; }

.showroute {
  display: block;
  background-color: #00a4c0;
  color: white;
  width: 100%;
  height: 100%;
  border-radius: 5px 5px 0 0;
  text-align: center;
  font-weight: 900;
  line-height: 4;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 1em;
  -webkit-transition: background-color 300ms;
  transition: background-color 300ms; }
  .showroute img {
    vertical-align: middle;
    margin-left: 10px;
    top: -3px;
    position: relative; }
  .showroute:hover {
    color: white;
    background-color: #00b0c9; }

/*
	PAGE INTRO
*/
.pageintro-projectimage {
  left: 0;
  top: -40px;
  width: 100%;
  margin-top: 0px;
  position: absolute;
  margin-left: 0px;
  text-align: center; }
  .pageintro-projectimage.down {
    margin-top: 0px; }
  .pageintro-projectimage img {
    max-width: 40%;
    margin: auto; }
  @media screen and (min-width: 600px) {
    .pageintro-projectimage {
      top: -200px;
      margin-top: -40px;
      position: relative;
      margin-left: 0px;
      text-align: center; }
      .pageintro-projectimage img {
        max-width: 36%; } }
  @media screen and (min-width: 800px) {
    .pageintro-projectimage {
      top: 0;
      margin-top: -40px;
      position: relative;
      margin-left: -60px; }
      .pageintro-projectimage.down {
        margin-top: 0px; }
      .pageintro-projectimage img {
        max-width: 90%; } }

@media screen and (max-width: 1024) {
  .pageintro-projectimage {
    margin-left: 0px !important; } }
.pageintro {
  padding-bottom: 3em;
  -webkit-transform: translateZ(0px); }
  .pageintro-extrapadding {
    padding-top: 7.5em; }
  .pageintro h2 {
    font-size: 26px;
    margin: 0;
    letter-spacing: .025em;
    text-align: center; }
    .pageintro h2 .break {
      display: none; }
    .pageintro h2 > span {
      display: block; }
  .pageintro p, .pageintro ul, .pageintro ol {
    margin-top: 0;
    font-size: 15px;
    line-height: 2; }
  .pageintro p {
    text-align: center;
    padding-right: 0px;
    padding-left: 4px; }
  .pageintro hr {
    margin-top: 2em;
    margin-bottom: 1em; }
  .pageintro .headline {
    color: #006991;
    font-weight: 900; }
  .pageintro.bg-primary .headline, .pageintro.bg-dark .headline, .pageintro.bg-gradient .headline {
    color: white; }
  .pageintro.bg-primary a {
    color: white !important; }
  .pageintro .introtext {
    font-weight: 100; }
  .pageintro .btn {
    width: 84%;
    float: none;
    margin: 10px auto;
    padding-left: 0;
    padding-right: 0;
    font-size: 13px;
    line-height: 40px; }
  .pageintro .links {
    text-align: center; }
  .pageintro .doorlink {
    display: block;
    font-weight: 600;
    text-decoration: none;
    font-size: 14px;
    letter-spacing: .05em;
    line-height: 40px;
    position: relative; }
    .pageintro .doorlink:after {
      position: absolute;
      bottom: 3px;
      left: 0;
      height: 1px;
      width: 0%;
      background: #006991;
      content: '';
      -webkit-transition: width 300ms;
      transition: width 300ms; }
    .pageintro .doorlink:hover:after {
      width: 100%; }
  .pageintro-hlrow {
    padding-top: 4em;
    padding-bottom: 1px;
    margin-bottom: 1em; }
  .pageintro-righttop {
    bottom: 0;
    height: 20px; }
  .pageintro-image {
    position: relative;
    top: 50%;
    margin-top: -150px; }
  .pageintro .float-right-160 p {
    font-size: 14px;
    line-height: 26px;
    margin-top: 37px; }
    .pageintro .float-right-160 p .hdr {
      display: inline-block;
      margin-bottom: 5px;
      text-transform: uppercase;
      font-weight: 700;
      letter-spacing: .1em;
      color: #006991; }
  .pageintro .phone-number {
    display: block;
    font-size: 20px;
    font-weight: 300;
    padding-top: 10px;
    color: #006991;
    text-align: center; }
    @media screen and (min-width: 800px) {
      .pageintro .phone-number {
        text-align: left; } }
  @media screen and (min-width: 600px) {
    .pageintro {
      padding-top: 8em;
      padding-bottom: 7em; }
      .pageintro h2 {
        position: relative;
        font-size: 36px; }
      .pageintro p {
        padding-right: 0; }
      .pageintro-hlrow {
        padding-top: 0em; }
      .pageintro-righttop {
        bottom: 0;
        height: 70px; } }
  @media screen and (min-width: 800px) {
    .pageintro {
      padding-top: 4em;
      padding-bottom: 5em; }
      .pageintro h2 {
        top: 0;
        font-size: 46px; }
        .pageintro h2 .break {
          display: block; }
        .pageintro h2 > span {
          display: inline; }
      .pageintro p {
        text-align: left;
        padding-right: 40px; }
      .pageintro p, .pageintro ul, .pageintro ol {
        font-size: 18px; }
      .pageintro .float-right-160 p {
        margin-top: 7px; }
      .pageintro .btn {
        width: 80%;
        float: none;
        margin: auto;
        margin-bottom: 1em;
        font-size: 14px;
        line-height: 47px; }
        .pageintro .btn:hover {
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1); }
      .pageintro .doorlink {
        font-size: 16px;
        line-height: auto;
        display: inline-block; }
      .pageintro .phone-number {
        font-size: 32px; }
      .pageintro-hlrow {
        padding-top: 0em; } }

.page-front-no .pageintro.project {
  padding-top: 12em;
  position: relative; }

.page-front-no .pageintro h2 {
  text-align: center; }

.white-popup .pageintro {
  padding-top: 5em; }

@media screen and (min-width: 600px) {
  .white-popup .pageintro {
    padding-top: 8em; } }
@media screen and (min-width: 800px) {
  .page-front-no .pageintro,
  .page-front-no .pageintro.project {
    padding-top: 3em; }

  .page-front-no .pageintro h2 {
    text-align: left;
    top: 0; }

  .white-popup .pageintro {
    padding-top: 5em; } }
.page-front-no .pageintro hr {
  display: none; }

.page-front-no .pageintro.centered h2,
.page-front-no .pageintro.centered p {
  text-align: center; }

.blocks {
  padding-top: 3em;
  padding-bottom: 0em;
  /* border-top: 1px solid #eee; */ }
  .blocks h3 {
    margin: 0; }
  .blocks .blockgrid {
    margin-top: 32px; }
  .blocks .row.wide {
    max-width: 1360px; }
  @media screen and (min-width: 800px) {
    .blocks {
      padding-bottom: 5em; } }
  .blocks .btn {
    margin: auto;
    margin-top: 2em;
    font-size: 14px;
    line-height: 47px; }

.blocks.no-padding {
  padding-bottom: 0em; }

.directlinks {
  padding-top: 5.625em;
  padding-bottom: 7em; }

.dlinks {
  padding: 0 2.5em; }
  .dlinks:after {
    display: block;
    content: ' ';
    height: 0px;
    clear: both; }
  .dlinks-column {
    padding: 37px 1em 0 1em;
    width: 50%;
    min-height: 200px;
    float: left; }
    .dlinks-column .headline {
      font-family: "museo-sans-1", "museo-sans-2", sans-serif;
      font-weight: 900;
      color: #006991;
      font-size: 18px;
      line-height: 17px;
      height: 38px; }
      .dlinks-column .headline a {
        color: #006991; }
        .dlinks-column .headline a:hover {
          color: #007ba0; }
    .dlinks-column ul {
      margin: 0;
      padding: 0;
      list-style: none;
      font-size: 13px; }
    .dlinks-column li {
      padding: 4px 0; }
    .dlinks-column a {
      color: #545c67; }
      .dlinks-column a:hover {
        color: #00a4c0; }
  @media screen and (min-width: 600px) {
    .dlinks-column {
      width: 33%;
      padding: 37px 1em 0 2em; }
      .dlinks-column .headline {
        font-size: 20px; } }
  @media screen and (min-width: 800px) {
    .dlinks {
      padding-bottom: 2em; }
      .dlinks-column {
        width: 20%; }
        .dlinks-column .headline {
          font-size: 24px;
          line-height: 22px;
          height: 40px; }
        .dlinks-column ul {
          font-size: 16px; }
        .dlinks-column li {
          padding: 6px 0; } }

/*
	Resellers
*/
.resellers {
  padding-top: 5.625em;
  padding-bottom: 4em; }

.reseller {
  padding: 0 0em; }
  .reseller:after {
    display: block;
    content: ' ';
    height: 0px;
    clear: both; }
  .reseller-column {
    padding: 37px 1em 0 1em;
    width: 50%;
    min-height: 100px;
    float: left; }
    .reseller-column .brand {
      display: block;
      padding: 10px; }
      .reseller-column .brand img {
        opacity: 0.6;
        -webkit-filter: grayscale(1);
        filter: grayscale(1);
        transition: -webkit-filter 300ms, opacity 300ms;
        -ms-transition: -webkit-filter 300ms, opacity 300ms;
        -webkit-transition: -webkit-filter 300ms, opacity 300ms; }
      .reseller-column .brand:hover {
        color: #00a4c0; }
        .reseller-column .brand:hover img {
          opacity: 1;
          -webkit-filter: grayscale(0);
          -filter: grayscale(0); }
  @media screen and (min-width: 600px) {
    .reseller-column {
      width: 33%;
      padding: 37px 1em 0 1em; } }
  @media screen and (min-width: 800px) {
    .reseller {
      padding-bottom: 0em; }
      .reseller-column {
        width: 20%; } }

/*
	UPDATES
*/
.updates {
  background-position: center center;
  padding-bottom: 0; }
  .updates hr, .updates .hrprog {
    background-color: rgba(225, 225, 225, 0.09);
    margin-bottom: 2.5em; }
  .updates .scrollbg_content img {
    display: block;
    position: relative;
    left: 50%;
    width: 1920px;
    margin-left: -960px;
    max-width: none; }
    @media screen and (min-width: 1920px) {
      .updates .scrollbg_content img {
        width: 100%;
        left: 0;
        margin-left: 0; } }
  @media screen and (min-width: 800px) {
    .updates {
      padding-bottom: 5em; } }

.twitter {
  padding-left: 3.5em;
  padding-right: 3.5em;
  padding-bottom: 4.5em;
  overflow: hidden; }
  .twitter .royalSlider {
    width: 100%; }
  .twitter .rsContent {
    padding: 20px 0 20px 0;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300; }
    .twitter .rsContent a {
      position: relative;
      color: #00a4c0; }
      .twitter .rsContent a:after {
        position: absolute;
        bottom: 3px;
        left: 0;
        height: 1px;
        width: 0%;
        background: #00a4c0;
        content: '';
        -webkit-transition: width 300ms;
        transition: width 300ms; }
      .twitter .rsContent a:hover:after {
        width: 100%; }
    @media screen and (min-width: 800px) {
      .twitter .rsContent {
        font-size: 13px;
        line-height: 21px; } }
  .twitter .fa-twitter {
    color: #e1e3e4;
    font-size: 23px; }
  .twitter .loader {
    padding: 40px 0;
    text-align: center;
    float: none; }
  .twitter .doorlink {
    float: right;
    font-weight: 300;
    position: relative;
    font-size: 12px;
    top: -1em;
    padding-right: 40px;
    background: url("../img/arrow-primary.svg") no-repeat right center;
    color: white; }
    .twitter .doorlink:hover {
      color: #006991; }
  @media screen and (min-width: 800px) {
    .twitter {
      padding-top: 2.5em;
      background-color: white;
      color: #545c67;
      height: 320px; }
      .twitter .fa-twitter {
        font-size: 46px; }
      .twitter .royalSlider {
        min-height: 200px; }
      .twitter .rsContent {
        padding: 40px 0 40px 0;
        font-size: 20px;
        line-height: 34px; }
      .twitter .doorlink {
        font-size: 18px;
        color: #545c67; }
        .twitter .doorlink:hover {
          color: #006991; } }

.wip .columns {
  height: 20em;
  overflow: hidden; }
  @media screen and (min-width: 600px) {
    .wip .columns {
      height: 30em; } }
  @media screen and (min-width: 800px) {
    .wip .columns {
      height: 20em; }
      .wip .columns img {
        max-width: 340px;
        position: relative;
        left: 50%;
        margin-left: -170px; } }

.footer .columns {
  font-size: 12px;
  padding-right: 0;
  padding-left: 0; }
.footer .headline {
  text-transform: uppercase;
  color: #006991;
  letter-spacing: 1px;
  line-height: 1; }
.footer p {
  margin: 1em 0; }
.footer b {
  color: #006991; }
.footer-logo {
  width: 100%;
  padding-top: 2em; }
  .footer-logo .logo {
    width: 50%;
    margin-left: 25%; }
.footer-address {
  float: left;
  padding-top: 2em;
  width: 100%;
  text-align: center; }
.footer-links {
  padding-top: 1em;
  font-weight: bold; }
.footer-social {
  padding-top: 2em;
  height: 1px;
  text-align: center; }
  @media screen and (min-width: 600px) {
    .footer-social {
      text-align: left; } }
.footer .social {
  margin-right: 0.3em;
  margin-left: 0;
  color: #959da8;
  border-color: #a3aab4;
  font-size: 13px;
  line-height: 2; }
  .footer .social-plus {
    color: #006991; }
  .footer .social:hover {
    color: #006991;
    border-color: #007ba0; }
@media screen and (min-width: 600px) {
  .footer .colums {
    padding-left: 3.5em;
    padding-right: 3.5em; }
  .footer-logo {
    float: left;
    width: 33.3%;
    padding-top: 2em; }
    .footer-logo .logo {
      width: 60%;
      margin-left: 20%; }
  .footer-address {
    float: left;
    width: 33%;
    text-align: left; }
    .footer-address p {
      padding-left: 2em;
      line-height: 1.6; } }
@media screen and (min-width: 800px) {
  .footer .columns {
    font-size: 14px;
    line-height: 1.4;
    padding-left: 3.5em;
    padding-right: 3.5em; }
  .footer-logo {
    float: left;
    padding-top: 0em;
    width: 25%; }
    .footer-logo .logo {
      width: 160px; }
  .footer-address {
    float: left;
    width: 50%;
    text-align: left;
    padding-top: 0em; }
    .footer-address p {
      float: left;
      width: 50%;
      padding-left: 2em;
      line-height: 1.6; }
  .footer-links {
    float: left;
    width: 25%; }
  .footer-social {
    padding-top: 0;
    display: block; } }
@media screen and (min-width: 1100px) {
  .footer .social {
    font-size: 20px;
    line-height: 2.2; } }

.rockbottom {
  background-color: #f7f7f7;
  position: relative;
  z-index: 88;
  padding-top: 2em;
  padding-bottom: 2em; }
  .rockbottom-links {
    padding-top: 1em;
    padding-right: 1em;
    text-align: right; }
    .rockbottom-links a {
      color: #006991;
      display: inline-block;
      margin: 0 17px; }
      .rockbottom-links a:hover {
        color: #007ba0; }
  .rockbottom .copy, .rockbottom-links {
    font-size: 10px;
    font-weight: 300;
    text-align: center; }
  @media screen and (min-width: 800px) {
    .rockbottom .copy, .rockbottom-links {
      font-size: 14px; }
    .rockbottom-links {
      text-align: center; } }
  @media screen and (min-width: 1100px) {
    .rockbottom .copy {
      text-align: left; }
    .rockbottom-links {
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      padding-top: 0; } }

.media {
  padding-top: 75px; }
  .media .headline {
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    color: #006991;
    letter-spacing: .1em;
    margin-bottom: 12px;
    font-weight: 600; }
  .media .introtext {
    font-family: "museo-sans-1", "museo-sans-2", sans-serif;
    font-size: 32px;
    color: #006991;
    font-weight: 100;
    letter-spacing: 0em; }
  .media p, .media ul {
    line-height: 30px; }
  .media ul {
    padding-left: 1em; }
  .media hr {
    margin: 0 auto 40px auto; }
  .media img {
    /* max-width: 75%; */ }
    .media img.shadowed {
      box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.06); }
  .media-text {
    font-size: 15px;
    padding: 0 20px;
    text-align: center !important; }
  @media screen and (min-width: 800px) {
    .media-text {
      position: absolute;
      top: 175px;
      left: 0;
      right: 0;
      font-size: 16px; }
    .media .headline {
      font-size: 14px; }
    .media-imgalign-center {
      text-align: center; }
      .media-imgalign-center .media-text {
        margin: auto;
        max-width: 60%;
        position: static;
        text-align: center !important; }
        .media-imgalign-center .media-text p, .media-imgalign-center .media-text ul {
          text-align: left !important; }
    .media-imgalign-left .media-text {
      left: 66.66666%; }
    .media-imgalign-right {
      text-align: right; }
      .media-imgalign-right .media-text {
        width: 33.33333%; } }
  .media-text {
    text-align: left; }
  .media-textleft p, .media-textleft ul {
    text-align: left !important; }

.text {
  font-weight: 300; }
  .text .columns {
    margin-bottom: 20px; }
    @media screen and (min-width: 800px) {
      .text .columns {
        margin-bottom: 0; } }
  .text .documentList {
    margin-top: 52px; }
  .text p, .text ul, .text ol {
    line-height: 1.875; }
  .text ul {
    list-style: none;
    padding-left: 1em; }
    .text ul li {
      text-indent: -1em;
      padding: 3px 0;
      font-weight: 700; }
      .text ul li:before {
        display: inline-block;
        content: "\2022";
        vertical-align: middle;
        text-indent: 0;
        width: 1em; }
  .text h4 {
    margin-top: 0;
    font-family: "museo-sans-1", "museo-sans-2", sans-serif;
    font-size: 1.975em;
    font-weight: 100;
    color: #006991;
    margin-bottom: 0;
    /* text-transform: uppercase; */
    line-height: 1.3; }
  .text.bg-primary h4, .text.bg-secondary h4, .text.bg-dark h4, .text.bg-medium h4 {
    color: white; }
  .text h5 {
    font-size: 1.286em;
    font-weight: 300;
    margin: 12px 0 1em 0; }
  .text .btn {
    margin: 1em 0;
    font-size: 1em; }
  .text .textblock > .introtext {
    font-weight: 500;
    font-size: 1.225em;
    margin-top: 10px;
    line-height: 1.3; }
  .text .miniblock {
    font-size: 1.375em; }
    .text .miniblock ul {
      line-height: 1.43; }
    @media screen and (min-width: 800px) {
      .text .miniblock {
        font-size: 1em; } }

.textblock {
  font-size: 1.4em;
  text-align: center;
  padding-top: 0px; }
  @media screen and (min-width: 800px) {
    .textblock {
      padding-top: 0px;
      font-size: 1.1em;
      text-align: left; } }

.large-8 .textblock {
  max-width: 800px;
  margin: auto; }

.photo {
  transition: opacity 300ms;
  -ms-transition: opacity 300ms;
  -webkit-transition: opacity 300ms; }
  .photo:hover {
    opacity: 0.9; }

.textblock-alt {
  padding-top: 5em;
  padding-bottom: 5em;
  min-height: 25em;
  border-radius: 5px;
  position: relative;
  z-index: 10; }
  @media screen and (min-width: 800px) {
    .textblock-alt {
      margin-top: 5em;
      -webkit-transition: -webkit-transform 1s;
      transition: transform 1s; }
      .textblock-alt.textblock-left {
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px); }
      .textblock-alt.textblock-right {
        -webkit-transform: translateX(100px);
        transform: translateX(100px); }
      .textblock-alt.slide-in {
        -webkit-transform: translateX(0) !important;
        transform: translateX(0) !important; } }
  .textblock-alt.bg-primary h4, .textblock-alt.bg-secondary h4, .textblock-alt.bg-dark h4, .textblock-alt.bg-medium h4 {
    color: white; }

.large-image img {
  display: block; }
.large-image-left {
  margin-left: -5em; }
.large-image-right {
  margin-right: -5em; }

.gallery {
  margin: -5px;
  padding: 0; }
  .gallery li {
    display: block;
    width: 33.33333%;
    float: left;
    padding: 5px; }
  .gallery a, .gallery img {
    display: block; }

.parallax {
  padding-top: 0;
  padding-bottom: 0;
  background: #545c67;
  width: 100%;
  height: 250px;
  overflow: hidden; }
  @media screen and (min-width: 800px) {
    .parallax {
      height: 560px; } }
  .parallax > img {
    max-width: none;
    left: 50%;
    right: auto;
    width: 120em;
    margin-left: -60em;
    opacity: 0.7; }
  .parallax .infoblock {
    width: 20em;
    height: 20em;
    padding-top: 3em;
    float: right;
    margin-right: 3.5em; }
    .parallax .infoblock .headline {
      font-size: 1.875em;
      line-height: 1.46667;
      font-weight: 700;
      letter-spacing: -1px; }
      .parallax .infoblock .headline a {
        display: block;
        color: white; }
        .parallax .infoblock .headline a:hover {
          color: rgba(255, 255, 255, 0.7); }
    .parallax .infoblock.bg-white .headline a, .parallax .infoblock.bg-light .headline a, .parallax .infoblock.bg-verylight .headline a {
      color: #545c67; }
      .parallax .infoblock.bg-white .headline a:hover, .parallax .infoblock.bg-light .headline a:hover, .parallax .infoblock.bg-verylight .headline a:hover {
        color: #6d747f; }
    .parallax .infoblock hr {
      			/*
      background-color: rgba(#31495d, .5);
      			margin-top: 2.5em;
       */
      display: none; }
    @media screen and (min-width: 1320px) {
      .parallax .infoblock {
        margin-right: 0; } }

.quad hr {
  margin-bottom: 3em; }

.quadblock {
  text-align: center;
  font-weight: 300; }
  .quadblock .inner {
    padding: 60px 10px 40px 10px;
    font-size: 18px; }
  .quadblock .headline {
    font-size: 24px;
    line-height: 28px;
    font-weight: 700; }
  .quadblock .introtext, .quadblock p {
    line-height: 28px; }
  .quadblock hr {
    height: 2px;
    width: 100%;
    background-color: rgba(41, 62, 79, 0.18); }
  .quadblock-bottom {
    height: 5em;
    background-color: rgba(41, 62, 79, 0.18);
    line-height: 5; }
    .quadblock-bottom a {
      color: white;
      font-weight: 500; }
      .quadblock-bottom a:hover {
        color: rgba(255, 255, 255, 0.8); }

.team hr {
  margin-bottom: 3em; }
.team .block {
  background: #000; }
  .team .block .memberphoto {
    opacity: 0.7; }
.team .block-overlay {
  text-align: left;
  padding-top: 0%;
  padding-left: 0%;
  font-weight: 300;
  background-color: rgba(84, 92, 103, 0.8) !important; }
  .team .block-overlay .member-info {
    position: absolute;
    bottom: 0;
    display: block;
    padding-left: 10%;
    padding-bottom: 10%; }
  .team .block-overlay a {
    color: white; }
  .team .block-overlay .social {
    color: white;
    border-color: rgba(255, 255, 255, 0);
    margin: 0 0px;
    color: rgba(255, 255, 255, 0.5);
    padding: 0;
    width: auto;
    height: auto;
    margin-right: 4px; }
    .team .block-overlay .social:hover {
      border-color: rgba(255, 255, 255, 0);
      color: white; }
  @media screen and (min-width: 1100px) {
    .team .block-overlay {
      padding-top: 30%; } }
.team .name {
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 1px;
  margin-bottom: 3px;
  font-weight: 900; }
.team .function {
  font-size: 14px;
  letter-spacing: 1px;
  font-family: "Droid Serif", serif;
  font-style: italic;
  padding-bottom: 10px;
  position: relative; }
  .team .function:after {
    position: absolute;
    bottom: -5px;
    left: 0;
    height: 2px;
    width: 40%;
    content: '';
    background: #00a4c0;
    z-index: 88; }
.team .email {
  margin: 1em 0 0em 0;
  font-weight: 700;
  letter-spacing: 1px; }

.quote {
  max-width: 1180px;
  text-align: center;
  margin: auto;
  padding-top: 6.125em;
  padding-bottom: 3.125em;
  background: url(../img/coffeestain.png) no-repeat 80% bottom; }
  .quote-text {
    font-size: 26px;
    line-height: 44px;
    letter-spacing: 0px;
    font-style: italic;
    font-weight: 300;
    font-family: 'Droid Serif',serif; }
  .quote-author {
    color: #959da8;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 400; }

.inspiration .block-overlay {
  text-align: center;
  text-transform: uppercase;
  padding-top: 47%; }

.form hr {
  margin-bottom: 3em; }

.regel_text, .regel_checkbox {
  position: relative; }
  .regel_text .col1, .regel_checkbox .col1 {
    position: absolute;
    top: 18px;
    left: 18px;
    right: 18px;
    z-index: 10;
    font-size: 18px;
    font-weight: 500;
    opacity: 1;
    -webkit-transition: opacity 300ms, top 300ms;
    transition: opacity 300ms, top 300ms;
    background-color: white;
    border-radius: 3px;
    border-radius: 3px;
    padding: 2px 10px 0 10px;
    cursor: text; }
  .regel_text input[type="text"], .regel_text textarea, .regel_checkbox input[type="text"], .regel_checkbox textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    width: 100%;
    margin: 0;
    border: 0;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.06);
    padding: 20px 28px;
    font-size: 18px;
    border-radius: 2px;
    color: #545c67; }
  .regel_text textarea, .regel_checkbox textarea {
    height: 309px;
    resize: none; }
  .regel_text.focus .col1, .regel_checkbox.focus .col1 {
    opacity: .5; }
  .regel_text.filled .col1, .regel_checkbox.filled .col1 {
    background-color: white;
    color: #006991;
    opacity: 1;
    top: -14px;
    font-size: 12px;
    line-height: 14px !important;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 5px 20px 4px !important;
    right: auto;
    border-radius: 1000px;
    border: 2px solid #eee; }
    .regel_text.filled .col1 span, .regel_checkbox.filled .col1 span {
      color: #006991;
      font-weight: 700;
      font-size: 16px;
      line-height: 14px;
      vertical-align: bottom; }

.regel {
  margin-bottom: 20px; }
  .regel .col1 {
    display: block;
    color: #959da8;
    text-align: left; }
    .regel .col1 span {
      color: #006991;
      font-weight: 700;
      font-size: 20px;
      line-height: 23px;
      vertical-align: bottom; }
  .regel .col2 label {
    font-size: 14px; }
    .regel .col2 label input {
      margin-right: 6px; }
  .regel .addformlabel {
    font-weight: bold;
    color: #006991;
    padding: 10px 0 0 0; }
  .regel input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    border: 0;
    cursor: pointer;
    cursor: hand;
    position: relative;
    border-radius: 1000px;
    margin-top: 20px;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 40px;
    text-align: center;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .2em;
    /* width: 40em; */
    max-width: 100%;
    -webkit-transition: background-color 300ms;
    transition: background-color 300ms;
    background-color: #00a4c0;
    color: white; }
    .regel input[type="submit"]:hover {
      background-color: #00b0c9;
      color: white;
      box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1); }
    .regel input[type="submit"]:active {
      top: 1px; }
    @media screen and (min-width: 800px) {
      .regel input[type="submit"] {
        height: 46px;
        line-height: 46px; } }

.regel_checkbox .col1 {
  display: inline !important; }

.regel_radio .col2 input {
  margin-right: 5px; }
.regel_radio .col2 label {
  margin-right: 10px; }
.regel_radio br {
  display: none; }

p.hint {
  color: #959da8;
  font-style: italic;
  font-size: .76em;
  margin-top: 0;
  line-height: 1.3;
  font-family: "Droid Serif", serif; }

ul.errors {
  padding: 0 28px; }

.bottompart {
  text-align: center;
  margin-top: 30px; }

.regel_checkbox input[type="checkbox"] {
  display: none; }

.customcheck {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 1000px;
  background-color: white;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.06);
  vertical-align: middle;
  cursor: pointer;
  cursor: hand;
  margin-right: 16px;
  position: relative;
  top: -2px; }
  .customcheck + .col1 {
    position: static;
    cursor: pointer;
    cursor: hand;
    font-weight: 700;
    padding: 0;
    background-color: transparent;
    border-radius: 0; }
  .customcheck:after {
    content: ' ';
    display: block;
    width: 30px;
    height: 28px;
    background: url(../img/check.svg) no-repeat;
    margin-top: 2px;
    margin-left: 9px;
    opacity: 0;
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms; }
  .customcheck.checked:after {
    opacity: 1; }

.google-map {
  height: 60vh; }

#googlemap {
  height: 100%; }

.honingformfield {
  display: none !important; }

.portfolio-filters {
  display: block;
  width: 100%;
  position: relative; }
  .portfolio-filters ul {
    margin: 30px 0 30px 0;
    padding: 0; }
    .portfolio-filters ul li {
      display: inline-block; }
      @media (max-width: 600px) {
        .portfolio-filters ul li {
          margin-bottom: 5px; }
          .portfolio-filters ul li a {
            margin: 0 5px;
            font-size: 10px; } }
  .portfolio-filters a {
    font-size: 0.8em;
    display: block;
    margin: 0 .825em;
    padding: .625em 1.3em;
    border: 2px solid transparent;
    border-radius: 1000px;
    font-weight: 700;
    text-transform: uppercase;
    color: #545c67;
    letter-spacing: .2em;
    -webkit-transition: color 300ms, border-color 300ms;
    transition: color 300ms, border-color 300ms; }
    .portfolio-filters a.active {
      color: #006991;
      border-color: #a3aab4; }
    .portfolio-filters a:hover {
      border-color: #e1e3e4;
      color: #006991; }
    @media (max-width: 600px) {
      .portfolio-filters a {
        font-size: 1.2em;
        border-color: #a3aab4; } }
  @media screen and (min-width: 600px) {
    .portfolio-filters {
      text-align: center; }
      .portfolio-filters a {
        font-size: 1.4em;
        margin-bottom: 20px; } }
  @media screen and (min-width: 800px) {
    .portfolio-filters a {
      font-size: 0.8em;
      margin-bottom: 0px; } }

.portfolio-blocks hr {
  margin-bottom: 3em; }
.portfolio-blocks .block {
  padding: 0px; }
  .portfolio-blocks .block .inner {
    display: block;
    position: relative;
    border: 0px solid rgba(255, 255, 255, 0);
    border-radius: 0px;
    /* box-shadow: 0px 3px 5px rgba(0,0,0,0); */
    outline: 0;
    background: rgba(0, 0, 0, 0.04);
    cursor: pointer !important;
    /* box-shadow: 0 3px 5px rgba(0, 0, 0, .06); */
    transition: box-shadow 300ms;
    -ms-transition: box-shadow 300ms;
    -webkit-transition: box-shadow 300ms; }
    .portfolio-blocks .block .inner:after {
      position: absolute;
      top: 10px;
      right: 10px;
      opacity: 0;
      text-align: center;
      line-height: 40px;
      font-size: 18px;
      font-family: FontAwesome;
      content: '\f002';
      width: 40px;
      height: 40px;
      background: none;
      z-index: 999; }
    .portfolio-blocks .block .inner:hover:after {
      opacity: 1; }
  .portfolio-blocks .block img {
    display: block; }
  .portfolio-blocks .block-overlay {
    padding: 25% 20px 20px 20px; }
  .portfolio-blocks .block .headline {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 900;
    letter-spacing: .1em;
    margin-bottom: 20px; }
  .portfolio-blocks .block .block-title {
    position: absolute;
    margin-top: 6px;
    width: 100%;
    font-size: 13px;
    text-align: center;
    color: #545c67;
    font-weight: 600; }
  .portfolio-blocks .block .block-link,
  .portfolio-blocks .block .block-link-single,
  .portfolio-blocks .block .block-case {
    position: absolute;
    top: 53%;
    left: 50%;
    margin-left: -90px;
    margin-top: -40px;
    width: 40px;
    height: 40px;
    line-height: 42px;
    padding: 0px;
    text-align: center;
    font-size: 14px !important;
    font-weight: 600;
    color: rgba(255, 255, 255, 0);
    z-index: 99;
    border-radius: 100px;
    border: 2px solid rgba(255, 255, 255, 0); }
    .portfolio-blocks .block .block-link:hover,
    .portfolio-blocks .block .block-link-single:hover,
    .portfolio-blocks .block .block-case:hover {
      border: 2px solid white !important; }
    .portfolio-blocks .block .block-link i,
    .portfolio-blocks .block .block-link-single i,
    .portfolio-blocks .block .block-case i {
      font-size: 16px !important; }
  .portfolio-blocks .block .block-link-single {
    left: 50%;
    margin-left: -20px; }
  .portfolio-blocks .block .block-case {
    width: auto;
    padding: 0px 15px;
    margin-left: -73px;
    line-height: 38px; }
  .portfolio-blocks .block:hover .block-link, .portfolio-blocks .block:hover .block-case, .portfolio-blocks .block:hover .block-link-single {
    color: white;
    border: 2px solid rgba(255, 255, 255, 0.7); }
  .portfolio-blocks .block a {
    display: inline-block;
    margin: 0 10px;
    color: rgba(255, 255, 255, 0.7); }
    .portfolio-blocks .block a:hover {
      color: white; }
  .portfolio-blocks .block .fa {
    font-size: 2em; }
@media screen and (min-width: 800px) {
  .portfolio-blocks .block {
    padding: 5px 5px 0px 5px; } }

.shareblock {
  padding-top: 2.5em;
  padding-bottom: 3.5em;
  text-align: center;
  position: relative; }
  .shareblock p {
    font-family: "museo-sans-1", "museo-sans-2", sans-serif;
    font-size: 24px;
    font-weight: 300;
    color: #545c67; }
  .shareblock strong {
    font-weight: 700; }
  .shareblock svg {
    position: absolute;
    top: -22px;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 53px; }
  @media screen and (min-width: 800px) {
    .shareblock {
      padding-top: 2.5em;
      padding-bottom: 2.5em; }
      .shareblock .block-title {
        font-size: 14px; } }

#googlemap-alert {
  color: black;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.9);
  display: none;
  z-index: 55; }
  #googlemap-alert table {
    width: 100%;
    height: 100%;
    border: 0;
    border-collapse: collapse; }
    #googlemap-alert table td {
      text-align: center; }

.googlemap-over-button {
  position: absolute;
  bottom: 30px;
  right: 30px;
  z-index: 80;
  display: none; }
  @media screen and (max-width: 359px) {
    .googlemap-over-button {
      bottom: 15px;
      right: 15px;
      font-size: 1em; } }

@media screen and (min-width: 1024px) {
  body.with-header-solid {
    padding-top: 160px; } }
.white-popup {
  position: relative; }

button.mfp-close {
  position: fixed !important;
  font-family: Arial, sans-serif;
  font-size: 30px;
  line-height: 28px;
  color: #fff !important;
  top: 0;
  right: 0; }

/*
.whatsub {
	width: 100%;
	clear:both;
	display: block;
	position: relative;
	z-index: 998;
	padding: 0 0em;
	border-top: 1px solid #e1e3e4;
	border-bottom: 1px solid #e1e3e4;

}
.whatsub ul {
	width: 100%;
	display: table;
	margin: 0;
	padding: 0;


}
.whatsub ul li {
	display: table-cell;
	margin: 0;
	text-align: center;
	position: relative;
	padding: 1em 1em;
	border-right: 1px solid rgba(0, 0, 0, 0.08);
}
.whatsub ul li:last-child {
	border:0 ;
}
.whatsub ul li a {

	display: block;
	padding: .5em 1em;
	font-size: 1.1em;
	border-radius: $round;
	@include add-transition(color 300ms, border-color 300ms);
}
.whatsub ul li a:hover {
	color: $secondary-color;

}

.whatsub ul li.item-breadcrumb {
	position: relative;
}
.whatsub ul li.item-breadcrumb a {
	color: $secondary-color;
}
.whatsub > ul li.item-first {
	position: relative;
	border-right: 1px solid rgba(0, 0, 0, 0.08);
}
.whatsub > ul li.item-first a {
	text-transform:uppercase;
	font-size: 0.8em;
	font-weight: 900;
	letter-spacing: 2px;
	color: $secondary-color;
	padding: 1em 1em;
}
.whatsub > ul li.item-first.item-breadcrumb a {

}
.whatsub > ul li.item-first:after {
	position: absolute;
	top: 42%;
	left: 80%;
	content: '';
	height: 0;
	width: 0;
	border: 6px solid transparent;
	border-right-width: 0;
	border-left-width: 10px;
	z-index: 1;
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	-ms-transform: translateX(0px);
	-o-transform: translateX(0px);
	transform: translateX(0px);
	border-left-color: $light-light-color;
	margin: 0;
}
.whatsub.goback > ul li.item-first:after {
	left: 15%;
	border: 6px solid transparent;
	border-right-width: 10px;
	border-left-width: 0px;
	border-right-color: $light-light-color;
}

.whatsub > ul li.item-breadcrumb a:after,
.whatsub > ul li.item-breadcrumb a:before {
	top: 99.8%;
	left: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.whatsub > ul li.item-breadcrumb a:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #ffffff;
	border-width: 12px;
	margin-left: -12px;
}
.whatsub > ul li.item-breadcrumb a:before {
	border-color: rgba(238, 238, 238, 0);
	border-top-color: #eee;
	border-width: 13px;
	margin-left: -13px;
}

.whatsub.scroll-to-fixed-fixed {
	margin-bottom: 150px;
}
.whatsub.scroll-to-fixed-fixed ul li {
	padding: 0.2em 1em;
}

	@media (max-width: 1180px) {
		.whatsub > ul li.item-first a {
			padding-right: 2em;
		}
		.whatsub > ul li.item-first:after {
			left: 80%;
		}
	}
*/
/* Bottom Navigation */
.bottomnav {
  width: 100%;
  clear: both;
  display: block;
  position: relative;
  z-index: 998;
  padding: 0 0em;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff; }

.bottomnav ul {
  width: 100%;
  display: table;
  margin: 0;
  padding: 0;
  overflow: hidden;
  height: 85px; }

.bottomnav ul:after {
  content: " ";
  display: block;
  height: 0;
  clear: both; }

.bottomnav ul li {
  display: block;
  float: left;
  width: 50%;
  /* border-right: 1px solid $light-color; */
  margin: 0;
  text-align: center;
  position: relative;
  padding: 0;
  border-right: 1px solid rgba(0, 0, 0, 0.1); }

.bottomnav ul li:last-child {
  border: 0; }

.bottomnav ul li a {
  color: #545c67;
  display: block;
  padding: 1.6em 1em;
  font-size: 1.2em;
  transition: background-color 300ms, padding 100ms;
  -ms-transition: background-color 300ms, padding 100ms;
  -webkit-transition: background-color 300ms, padding 100ms; }

.bottomnav ul li a:hover {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eeeeee+0,ffffff+100 */
  background: #eeeeee;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(left, #eeeeee 0%, white 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #eeeeee), color-stop(100%, white));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #eeeeee 0%, white 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #eeeeee 0%, white 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #eeeeee 0%, white 100%);
  /* IE10+ */
  background: linear-gradient(to right, #eeeeee 0%, white 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff',GradientType=1 );
  /* IE6-8 */
  /* border: 2px solid rgba(0, 0, 0, 0.08); */ }

.bottomnav ul li.lefty a:hover {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,eeeeee+100 */
  background: white;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZWVlZWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(left, white 0%, #eeeeee 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, white), color-stop(100%, #eeeeee));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, white 0%, #eeeeee 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, white 0%, #eeeeee 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, white 0%, #eeeeee 100%);
  /* IE10+ */
  background: linear-gradient(to right, white 0%, #eeeeee 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=1 );
  /* IE6-8 */ }

.bottomnav ul li a .bold {
  font-weight: 900;
  color: #00a4c0; }

@media (max-width: 790px) {
  .bottomnav ul {
    width: 100%;
    display: table;
    margin: 0;
    padding: 0;
    overflow: hidden;
    height: auto; } }
@media (max-width: 500px) {
  .bottomnav ul li {
    width: 100%;
    text-align: right;
    border-right: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

  .bottomnav ul li.lefty {
    text-align: left; }

  .bottomnav ul li a {
    font-size: 1.4em; } }
a.pigeon:before {
  content: attr(data-user); }

a.pigeon:after {
  content: attr(data-domain); }

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