/**
 * selectize.css (v0.12.6)
 * Copyright (c) 2013–2015 Brian Reavis & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 */

.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  -webkit-box-shadow: inset 0 0 12px 4px #fff;
  box-shadow: inset 0 0 12px 4px #fff;
}
.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: '!';
  visibility: hidden;
}
.selectize-control.plugin-drag_drop .ui-sortable-helper {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.selectize-dropdown-header {
  position: relative;
  padding: 5px 8px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.selectize-dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  color: #303030;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
}
.selectize-dropdown-header-close:hover {
  color: #000000;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}
.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important;
}
.selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  /* fixes ie bug (see #392) */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 2px 0 0 0;
  border-left: 1px solid #d0d0d0;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}
.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: #cacaca;
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none;
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: #ffffff;
}
.selectize-control.plugin-remove_button .remove-single {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 23px;
}
.selectize-control {
  position: relative;
}
.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #303030;
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
  -webkit-font-smoothing: inherit;
}
.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: #fff;
  cursor: text;
  display: inline-block;
}
.selectize-input {
  border: 1px solid #d0d0d0;
  padding: 8px 8px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.selectize-control.multi .selectize-input.has-items {
  padding: 6px 8px 3px;
}
.selectize-input.full {
  background-color: #fff;
}
.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important;
}
.selectize-input.focus {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}
.selectize-input.dropdown-active {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: #f2f2f2;
  color: #303030;
  border: 0 solid #d0d0d0;
}
.selectize-control.multi .selectize-input > div.active {
  background: #e8e8e8;
  color: #303030;
  border: 0 solid #cacaca;
}
.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #7d7d7d;
  background: #ffffff;
  border: 0 solid #ffffff;
}
.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 2px 0 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.selectize-input > input::-ms-clear {
  display: none;
}
.selectize-input > input:focus {
  outline: none !important;
}
.selectize-input::after {
  content: ' ';
  display: block;
  clear: left;
}
.selectize-input.dropdown-active::before {
  content: ' ';
  display: block;
  position: absolute;
  background: #f0f0f0;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
}
.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #fff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}
.selectize-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.selectize-dropdown .option,
.selectize-dropdown .optgroup-header {
  padding: 5px 8px;
}
.selectize-dropdown .option,
.selectize-dropdown [data-disabled],
.selectize-dropdown [data-disabled] [data-selectable].option {
  cursor: inherit;
  opacity: 0.5;
}
.selectize-dropdown [data-selectable].option {
  opacity: 1;
}
.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}
.selectize-dropdown .optgroup-header {
  color: #303030;
  background: #fff;
  cursor: default;
}
.selectize-dropdown .active {
  background-color: #f5fafd;
  color: #495c68;
}
.selectize-dropdown .active.create {
  color: #495c68;
}
.selectize-dropdown .create {
  color: rgba(48, 48, 48, 0.5);
}
.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
  -webkit-overflow-scrolling: touch;
}
.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
}
.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text;
}
.selectize-control.single .selectize-input:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #808080 transparent transparent transparent;
}
.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #808080 transparent;
}
.selectize-control.rtl.single .selectize-input:after {
  left: 15px;
  right: auto;
}
.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}
.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fafafa;
}
/* reset blockelemente */
body, html, address, form, fieldset, h1, h2, h3, h4, h5, h6,
p, ul, ol, dl, li, hr, table, tr, th, td, div, blockquote, object, figure {
  margin: 0;
  padding: 0; }

::selection {
  background-color: #3c3c3c;
  color: #fff; }

::-moz-selection {
  background-color: #3c3c3c;
  color: #fff; }

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

a img {
  border: 0; }

input[type=submit], button {
  -webkit-appearance: none; }

.clearfix:after, .section.section--image .section_overlay:after, .section .section_disrupter:after, .section.section--gallery:after {
  content: "";
  display: table;
  clear: both; }

.horizontal_gradient {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#666666+0,ffffff+30,ffffff+70,666666+100 */
  background: #666666;
  /* Old browsers */
  background: -moz-linear-gradient(left, #666666 0%, #ffffff 30%, #ffffff 70%, #666666 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #666666 0%, #ffffff 30%, #ffffff 70%, #666666 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #666666 0%, #ffffff 30%, #ffffff 70%, #666666 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#666666',GradientType=1 );
  /* IE6-9 */ }

.hamburger {
  width: 25px;
  height: 25px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer; }
  .hamburger span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #52AE32;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out; }
  .hamburger span:nth-child(1) {
    top: 1px; }
  .hamburger span:nth-child(2), .hamburger span:nth-child(3) {
    top: 10px; }
  .hamburger span:nth-child(4) {
    top: 19px; }
  .hamburger.hamburger--open span:nth-child(1), .body--shownav .pagehead .pagehead_global .pagehead_content .menubutton .hamburger span:nth-child(1) {
    top: 5px;
    width: 0%;
    left: 50%; }
  .hamburger.hamburger--open span:nth-child(2), .body--shownav .pagehead .pagehead_global .pagehead_content .menubutton .hamburger span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
  .hamburger.hamburger--open span:nth-child(3), .body--shownav .pagehead .pagehead_global .pagehead_content .menubutton .hamburger span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .hamburger.hamburger--open span:nth-child(4), .body--shownav .pagehead .pagehead_global .pagehead_content .menubutton .hamburger span:nth-child(4) {
    top: 5px;
    width: 0%;
    left: 50%; }

@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
    visibility: hidden; }
  100% {
    opacity: 1;
    visibility: visible; } }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    visibility: hidden; }
  100% {
    opacity: 1;
    visibility: visible; } }

@-ms-keyframes fadeIn {
  0% {
    opacity: 0;
    visibility: hidden; }
  100% {
    opacity: 1;
    visibility: visible; } }

@-keyframes fadeIn {
  0% {
    opacity: 0;
    visibility: hidden; }
  100% {
    opacity: 1;
    visibility: visible; } }

@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
    visibility: visible; }
  100% {
    opacity: 0;
    visibility: hidden; } }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
    visibility: visible; }
  100% {
    opacity: 0;
    visibility: hidden; } }

@-ms-keyframes fadeOut {
  0% {
    opacity: 1;
    visibility: visible; }
  100% {
    opacity: 0;
    visibility: hidden; } }

@-keyframes fadeOut {
  0% {
    opacity: 1;
    visibility: visible; }
  100% {
    opacity: 0;
    visibility: hidden; } }

.button, .Actions button, .Actions input[type="submit"], .step-navigation button, .step-navigation input[type="submit"] {
  background-color: #52AE32;
  color: #fff;
  border: none;
  padding: 10px 20px;
  text-decoration: none;
  font-weight: 300;
  font-size: 1em;
  text-transform: uppercase;
  cursor: pointer; }
  .button:hover, .Actions button:hover, .Actions input:hover[type="submit"], .step-navigation button:hover, .step-navigation input:hover[type="submit"] {
    background-color: rgba(82, 174, 50, 0.9); }
  .button.button--search, .Actions button.button--search, .Actions input.button--search[type="submit"], .step-navigation button.button--search, .step-navigation input.button--search[type="submit"] {
    background-color: #9C9B92;
    overflow: hidden;
    text-indent: -500px;
    position: relative; }
    .button.button--search:before, .Actions button.button--search:before, .Actions input.button--search[type="submit"]:before, .step-navigation button.button--search:before, .step-navigation input.button--search[type="submit"]:before {
      content: "";
      display: block;
      position: absolute;
      top: 20%;
      left: 20%;
      width: 30%;
      height: 30%;
      border: 2px solid #fff;
      border-radius: 50%; }
    .button.button--search:after, .Actions button.button--search:after, .Actions input.button--search[type="submit"]:after, .step-navigation button.button--search:after, .step-navigation input.button--search[type="submit"]:after {
      content: "";
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      width: 40%;
      border-top: 2px solid #fff;
      transform: rotate(45deg);
      transform-origin: top left; }

@font-face {
  font-family: 'GravurCondensed';
  font-weight: 700;
  src: url(../fonts/GravurCondensed-Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/GravurCondensed-Bold.woff) format("woff"), url(../fonts/GravurCondensed-Bold.ttf) format("truetype"), url(../images/GravurCondensed-Bold.svg#GravurCondensed-Bold) format("svg"); }

@font-face {
  font-family: 'GravurCondensed';
  font-weight: normal;
  src: url(../fonts/GravurCondensed-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/GravurCondensed-Regular.woff) format("woff"), url(../fonts/GravurCondensed-Regular.ttf) format("truetype"), url(../images/GravurCondensed-Regular.svg#GravurCondensed-Regular) format("svg"); }

body, input, textarea, td, button {
  font-family: 'GravurCondensed', sans-serif;
  color: #9C9B92;
  font-size: 18px;
  line-height: 1.2;
  font-weight: normal;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  -webkit-font-smoothing: subpixel-antialiased; }
  @media (min-width: 641px) {
    body, input, textarea, td, button {
      font-size: 20px; } }

strong, em {
  font-style: normal;
  font-weight: normal;
  color: #52AE32; }

a {
  color: #52AE32; }

p, h1, h2, h3, blockquote {
  margin: 0 0 0.5em; }

.section_content ul, .section_content ol {
  list-style-position: outside;
  padding-bottom: 1em;
  padding-left: 1em; }

h1, h2, .h1 {
  color: #52AE32;
  font-size: 24px;
  font-weight: normal;
  line-height: 1.2;
  text-transform: uppercase;
  text-align: center;
  hyphens: manual; }
  @media (min-width: 641px) {
    h1, h2, .h1 {
      font-size: 30px; } }

.introtext, .introtext p {
  font-size: 24px;
  hyphens: manual; }
  @media (min-width: 641px) {
    .introtext, .introtext p {
      font-size: 30px; } }

h3 {
  color: #52AE32;
  font-size: 1em;
  font-weight: normal;
  text-transform: uppercase;
  text-align: center;
  margin-top: 1em;
  hyphens: manual; }

h4 {
  color: #9C9B92;
  font-size: 1em;
  font-weight: normal;
  text-transform: uppercase;
  text-align: center;
  margin-top: 1em;
  hyphens: manual; }

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #9C9B92; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #9C9B92; }

:-ms-input-placeholder {
  /* IE 10+ */
  color: #9C9B92; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #9C9B92; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.footer .footer_content {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px 30px; }
  .footer .footer_content .footermenu {
    list-style-type: none; }
    .footer .footer_content .footermenu li {
      display: inline-block;
      text-transform: uppercase;
      padding-right: 30px; }
      .footer .footer_content .footermenu li a {
        color: #9C9B92;
        text-decoration: none; }

.section--scrollarrow {
  position: relative; }
  .section--scrollarrow:after {
    content: "";
    display: block;
    width: 38px;
    height: 20px;
    position: absolute;
    left: 50%;
    margin-left: -19px;
    bottom: 50px;
    background-image: url(../images/arrow_white.svg);
    background-size: cover; }

.main > .section {
  clear: left; }

.section .section_back {
  position: absolute;
  left: 20px;
  top: -30px;
  color: #9C9B92;
  text-decoration: none;
  text-transform: uppercase; }
  @media (min-width: 1201px) {
    .section .section_back {
      left: 50%;
      top: 50px;
      margin-left: -570px; } }

.section .section_content {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative; }
  .section .section_content img {
    max-width: 100%; }

.section.section--intro .section_content {
  max-width: 800px;
  text-align: center; }
  .section.section--intro .section_content .section_embed .embed-disclaimer {
    padding: 20px;
    background-color: #F8F6F4;
    text-align: left; }
    .section.section--intro .section_content .section_embed .embed-disclaimer h2 {
      text-align: left; }
    .section.section--intro .section_content .section_embed .embed-disclaimer .button, .section.section--intro .section_content .section_embed .embed-disclaimer .Actions button, .Actions .section.section--intro .section_content .section_embed .embed-disclaimer button, .section.section--intro .section_content .section_embed .embed-disclaimer .Actions input[type="submit"], .Actions .section.section--intro .section_content .section_embed .embed-disclaimer input[type="submit"], .section.section--intro .section_content .section_embed .embed-disclaimer .step-navigation button, .step-navigation .section.section--intro .section_content .section_embed .embed-disclaimer button, .section.section--intro .section_content .section_embed .embed-disclaimer .step-navigation input[type="submit"], .step-navigation .section.section--intro .section_content .section_embed .embed-disclaimer input[type="submit"] {
      display: block;
      margin: 0 auto; }
  .section.section--intro .section_content .section_embed iframe {
    width: 100% !important; }

.section.section--smalltext {
  padding: 40px 0; }
  .section.section--smalltext .section_content {
    max-width: 800px;
    text-align: left; }

.section.section--smalltext + .section.section--teasers {
  margin-top: -40px; }

.section.section--smallslider {
  padding: 40px 0; }
  .section.section--smallslider .section_content {
    max-width: 800px; }
    .section.section--smallslider .section_content .section_slider p {
      padding-top: 0.5em; }
    .section.section--smallslider .section_content .section_slider .slick-dots {
      bottom: -30px; }

.section.section--image {
  padding: 20px 0; }
  @media (min-width: 641px) {
    .section.section--image.section--hasdisrupter_grey {
      margin-bottom: 60px; } }
  .section.section--image .section_content {
    padding: 0 30px; }
    .section.section--image .section_content img {
      display: block;
      width: 100%; }
      .section.section--image .section_content img.hidemobile {
        display: none; }
      @media (min-width: 641px) {
        .section.section--image .section_content img.onlymobile {
          display: none; }
        .section.section--image .section_content img.hidemobile {
          display: block; } }
  .section.section--image .section_slider .section_slide p {
    text-transform: uppercase; }
    .section.section--image .section_slider .section_slide p em {
      color: #52AE32;
      font-style: normal; }
  @media (max-width: 1000px) {
    .section.section--image .section_slider .section_slide .section_slide_image {
      width: 100%;
      height: 0;
      padding-top: 100%;
      position: relative; }
      .section.section--image .section_slider .section_slide .section_slide_image img {
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 50%;
        height: 100%;
        max-width: inherit;
        width: auto;
        transform: translateX(-50%); } }
  .section.section--image .section_overlay {
    position: relative;
    background-color: rgba(248, 246, 244, 0.9);
    border-radius: 50%;
    width: 100%;
    padding-bottom: 100%;
    height: 0%;
    margin-top: 40px; }
    .section.section--image .section_overlay.section_overlay--green {
      background-color: rgba(82, 174, 50, 0.9); }
      .section.section--image .section_overlay.section_overlay--green h1, .section.section--image .section_overlay.section_overlay--green h2, .section.section--image .section_overlay.section_overlay--green h3, .section.section--image .section_overlay.section_overlay--green p, .section.section--image .section_overlay.section_overlay--green ul, .section.section--image .section_overlay.section_overlay--green a {
        color: #fff; }
    .section.section--image .section_overlay .section_overlay_content {
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      padding: 40px;
      transform: translateY(-50%);
      text-align: center; }
    @media (min-width: 641px) {
      .section.section--image .section_overlay {
        position: absolute;
        left: 50%;
        top: 50%;
        width: 50%;
        transform: translate(-50%, -50%);
        border-radius: 50%;
        padding-bottom: 50%;
        height: 0%; }
        .section.section--image .section_overlay .section_overlay_content {
          font-size: 2.5vw; }
          .section.section--image .section_overlay .section_overlay_content p {
            line-height: 1.5; } }
    @media (min-width: 641px) and (min-width: 1201px) {
      .section.section--image .section_overlay .section_overlay_content {
        font-size: 1.5em; } }

.section .section_disrupter {
  position: relative;
  background-color: #52AE32;
  border-radius: 50%;
  width: 60%;
  padding-bottom: 60%;
  margin: 40px auto;
  height: 0%; }
  .section .section_disrupter .section_disrupter_content {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    padding: 20px;
    transform: translateY(-50%);
    text-align: center; }
    .section .section_disrupter .section_disrupter_content h1, .section .section_disrupter .section_disrupter_content h2, .section .section_disrupter .section_disrupter_content h3, .section .section_disrupter .section_disrupter_content p, .section .section_disrupter .section_disrupter_content ul, .section .section_disrupter .section_disrupter_content a {
      color: #fff;
      text-transform: none; }
  @media (min-width: 641px) {
    .section .section_disrupter {
      position: absolute;
      right: 10%;
      bottom: 5%;
      width: 230px;
      border-radius: 50%;
      padding-bottom: 230px;
      height: 0%;
      margin: 0; } }
  @media (min-width: 641px) and (min-width: 1001px) {
    .section .section_disrupter {
      right: auto;
      left: 60%; } }
  @media (min-width: 641px) {
      .section .section_disrupter .section_disrupter_content {
        font-size: 1.5vw; } }
    @media (min-width: 641px) and (min-width: 1201px) {
      .section .section_disrupter .section_disrupter_content {
        font-size: 1em; } }
  .section .section_disrupter.section_disrupter--grey {
    background-color: #9C9B92; }
    @media (min-width: 641px) {
      .section .section_disrupter.section_disrupter--grey {
        right: 20px;
        left: auto;
        bottom: 0;
        transform: translateY(50%); } }
    @media (min-width: 1001px) {
      .section .section_disrupter.section_disrupter--grey {
        right: 0;
        left: auto; } }

.section.section--gallery {
  min-height: 80px; }
  .section.section--gallery .item {
    position: relative;
    width: 100%;
    padding-bottom: calc(100% / 3 * 2); }
    .section.section--gallery .item .item_content {
      display: block;
      position: absolute;
      top: 5px;
      left: 5px;
      right: 5px;
      bottom: 5px;
      overflow: hidden; }
    .section.section--gallery .item .item_image {
      width: 100%; }
      .section.section--gallery .item .item_image img {
        display: block;
        width: 100%; }
    .section.section--gallery .item .item_info {
      opacity: 0;
      z-index: -1;
      position: absolute;
      top: 0px;
      left: 0px;
      right: 0px;
      bottom: 0px;
      transition: opacity 0.5s ease;
      background-color: rgba(82, 174, 50, 0.9); }
      .section.section--gallery .item .item_info h3, .section.section--gallery .item .item_info p, .section.section--gallery .item .item_info ul, .section.section--gallery .item .item_info ol, .section.section--gallery .item .item_info a, .section.section--gallery .item .item_info blockquote {
        color: #fff;
        text-align: center; }
      .section.section--gallery .item .item_info .info_content {
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        top: 50%;
        padding: 10px 40px;
        transform: translateY(-50%);
        text-decoration: none; }
      .section.section--gallery .item .item_info .item_info_slider {
        width: 100%;
        height: 100%; }
        .section.section--gallery .item .item_info .item_info_slider .slick-list, .section.section--gallery .item .item_info .item_info_slider .slick-track {
          height: 100%; }
        .section.section--gallery .item .item_info .item_info_slider .slide {
          width: 100%;
          height: 100%;
          position: relative; }
          .section.section--gallery .item .item_info .item_info_slider .slide .subline {
            margin-top: -0.5em; }
      .section.section--gallery .item .item_info .slick-arrow {
        position: absolute;
        top: 50%;
        margin-top: -15px;
        z-index: 100;
        -webkit-appearance: none;
        width: 30px;
        height: 30px;
        border: 0;
        overflow: hidden;
        text-indent: -500px;
        background: url(../images/arrow_white.svg) no-repeat center;
        background-size: 20px;
        cursor: pointer; }
        .section.section--gallery .item .item_info .slick-arrow.slick-disabled {
          opacity: 0; }
        .section.section--gallery .item .item_info .slick-arrow.slick-prev {
          left: 10px;
          transform: rotate(90deg); }
        .section.section--gallery .item .item_info .slick-arrow.slick-next {
          right: 10px;
          transform: rotate(-90deg); }
    .section.section--gallery .item:hover .item_info {
      opacity: 1;
      z-index: 10; }
  @media (min-width: 1001px) {
    .section.section--gallery .section_itemcol {
      width: calc(100% / 3); }
    .section.section--gallery .item {
      width: calc(100% / 3);
      padding-bottom: calc(100% / 3 / 3 * 2);
      float: left;
      overflow: hidden; }
      .section.section--gallery .item.item--large {
        width: calc(100% / 3 * 2);
        padding-bottom: calc(100% / 3 / 3 * 4); }
    .section.section--gallery.section--gallery-right .item--large {
      float: right; } }

.section.section--teasers {
  padding: 40px 0; }
  .section.section--teasers .section_content {
    padding: 0 25px; }
  .section.section--teasers .teaser {
    display: flex;
    flex-direction: column;
    padding-bottom: 40px; }
    .section.section--teasers .teaser.teaser--embed h2 {
      color: #9C9B92; }
    .section.section--teasers .teaser .teaser_content {
      flex: 1 0 auto;
      position: relative;
      min-height: 440px; }
      @media (min-width: 1001px) {
        .section.section--teasers .teaser .teaser_content {
          min-height: 480px; } }
    @media (min-width: 1001px) {
      .section.section--teasers .teaser .section_slider, .section.section--teasers .teaser .slick-list {
        position: absolute;
        height: 100%;
        width: 100%; } }
    .section.section--teasers .teaser .section_slider .slick-track, .section.section--teasers .teaser .slick-list .slick-track {
      height: 100%; }
    .section.section--teasers .teaser .section_slider .slide, .section.section--teasers .teaser .slick-list .slide {
      display: flex;
      flex-direction: column;
      min-height: 440px; }
      @media (min-width: 1001px) {
        .section.section--teasers .teaser .section_slider .slide, .section.section--teasers .teaser .slick-list .slide {
          min-height: 480px; } }
    .section.section--teasers .teaser .teaser_image {
      overflow: hidden; }
      .section.section--teasers .teaser .teaser_image img {
        display: block;
        width: 100%;
        transition: transform 0.5s ease; }
      .section.section--teasers .teaser .teaser_image.teaser_image--blog {
        padding-bottom: 66.76%;
        position: relative; }
        .section.section--teasers .teaser .teaser_image.teaser_image--blog img {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          object-fit: cover; }
      .section.section--teasers .teaser .teaser_image .event-dummy {
        background-color: #52AE32;
        width: 100%;
        padding-bottom: calc(100% * 2/3);
        position: relative; }
        .section.section--teasers .teaser .teaser_image .event-dummy:before {
          content: "";
          display: block;
          background-image: url(../images/technoz_logo_white.svg);
          width: 30%;
          height: 50%;
          position: absolute;
          top: 25%;
          left: 35%;
          background-size: contain;
          background-repeat: no-repeat;
          background-position: center; }
    .section.section--teasers .teaser .teaser_head {
      height: 0;
      padding-bottom: calc(100% / 3 * 2);
      position: relative;
      background-color: #EDE6DF; }
      .section.section--teasers .teaser .teaser_head a {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: flex;
        justify-content: center;
        align-items: center; }
    .section.section--teasers .teaser .teaser_text {
      background-color: #F8F6F4;
      padding: 20px;
      text-align: center;
      flex: 1 0 auto; }
      .section.section--teasers .teaser .teaser_text .teaser_detaillink {
        color: #9C9B92;
        display: block;
        padding-top: 0.5em; }
    .section.section--teasers .teaser .teaser_embed {
      width: 100%;
      height: 500px; }
      .section.section--teasers .teaser .teaser_embed iframe {
        width: 100% !important;
        height: 100% !important; }
    .section.section--teasers .teaser .teaser_link {
      text-align: center;
      padding: 10px; }
  @media (min-width: 641px) {
    .section.section--teasers .section_content {
      display: flex;
      flex-wrap: wrap;
      justify-content: center; }
      .section.section--teasers .section_content .teaser {
        width: calc(100% / 3);
        padding: 0 5px; }
        .section.section--teasers .section_content .teaser .teaser_text {
          min-height: 220px; }
      .section.section--teasers .section_content .fpb-section, .section.section--teasers .section_content .fpb-addlist-type_content {
        width: calc(100% / 3); }
        .section.section--teasers .section_content .fpb-section .teaser, .section.section--teasers .section_content .fpb-addlist-type_content .teaser {
          width: 100%; } }

.section.section--eventstrip {
  margin-bottom: 1em; }
  .section.section--eventstrip .section_content {
    padding: 0 30px; }
  .section.section--eventstrip .section_content_head {
    background-color: #F8F6F4;
    border-bottom: 1px solid #9C9B92;
    text-align: center; }
    .section.section--eventstrip .section_content_head .selectize-dropdown-content {
      text-align: left; }
    .section.section--eventstrip .section_content_head .selectize-control {
      display: inline-block; }
      .section.section--eventstrip .section_content_head .selectize-control .selectize-input {
        padding: 10px 30px 10px 10px;
        background-color: transparent;
        color: #52AE32; }
        .section.section--eventstrip .section_content_head .selectize-control .selectize-input:after {
          background: transparent url(../images/arrow_green.svg) no-repeat; }
    @media (min-width: 1001px) {
      .section.section--eventstrip .section_content_head .section_content_filter {
        width: 100%; }
      .section.section--eventstrip .section_content_head .section_content_link {
        position: absolute;
        top: 7px;
        right: 40px; }
        .section.section--eventstrip .section_content_head .section_content_link a {
          display: inline-block;
          text-decoration: none;
          border-bottom: 1px solid #52AE32; } }
  .section.section--eventstrip .section_content_text {
    background-color: #F8F6F4;
    position: relative; }
    .section.section--eventstrip .section_content_text .section_content_strip {
      width: 100%;
      height: 80px;
      padding: 20px 0;
      position: relative; }
    .section.section--eventstrip .section_content_text .section_content_strip > ul {
      list-style-type: none;
      width: 100%;
      display: flex;
      justify-content: space-between;
      margin: 0; }
      .section.section--eventstrip .section_content_text .section_content_strip > ul.strip--hasnext {
        padding-right: 40px; }
      .section.section--eventstrip .section_content_text .section_content_strip > ul.strip--hasprev {
        padding-left: 40px; }
      .section.section--eventstrip .section_content_text .section_content_strip > ul > li {
        text-align: center;
        width: 30px;
        position: relative; }
        .section.section--eventstrip .section_content_text .section_content_strip > ul > li > a {
          text-decoration: none; }
      .section.section--eventstrip .section_content_text .section_content_strip > ul span:nth-child(1) {
        display: block;
        text-transform: uppercase;
        font-size: 14px; }
      .section.section--eventstrip .section_content_text .section_content_strip > ul span:nth-child(2) {
        display: inline-block;
        border-bottom: 1px solid #52AE32; }
    @media (max-width: 1000px) {
      .section.section--eventstrip .section_content_text .section_content_strip {
        overflow: auto;
        overflow-y: hidden; }
        .section.section--eventstrip .section_content_text .section_content_strip ul {
          width: 1000px; } }
    .section.section--eventstrip .section_content_text .eventstrip_next, .section.section--eventstrip .section_content_text .eventstrip_prev {
      position: absolute;
      top: 0;
      width: 40px;
      height: 80px;
      background-color: #F8F6F4;
      padding: 30px 5px;
      font-size: 24px;
      color: #9C9B92;
      text-decoration: none;
      text-align: center;
      z-index: 100; }
      .section.section--eventstrip .section_content_text .eventstrip_next.eventstrip_next, .section.section--eventstrip .section_content_text .eventstrip_prev.eventstrip_next {
        right: 0; }
      .section.section--eventstrip .section_content_text .eventstrip_next.eventstrip_prev, .section.section--eventstrip .section_content_text .eventstrip_prev.eventstrip_prev {
        left: 0; }
    .section.section--eventstrip .section_content_text .eventinfo {
      background-color: #52AE32;
      display: none;
      padding: 20px;
      text-align: center; }
      @media (min-width: 1001px) {
        .section.section--eventstrip .section_content_text .eventinfo {
          position: absolute;
          top: 100%;
          margin-top: 20px;
          left: -150px;
          right: -150px;
          z-index: 100; } }
      .section.section--eventstrip .section_content_text .eventinfo h3, .section.section--eventstrip .section_content_text .eventinfo p, .section.section--eventstrip .section_content_text .eventinfo a {
        color: #fff; }
      .section.section--eventstrip .section_content_text .eventinfo a {
        text-decoration: underline; }
      .section.section--eventstrip .section_content_text .eventinfo .eventinfo_slides.slick-slider {
        padding-bottom: 40px; }
      .section.section--eventstrip .section_content_text .eventinfo .eventinfo_slides .slick-dots li button {
        border-color: #fff; }
      .section.section--eventstrip .section_content_text .eventinfo .eventinfo_slides .slick-dots li.slick-active button {
        background-color: #fff; }
    .section.section--eventstrip .section_content_text .section_content_strip > ul > li.day--showinfo:before {
      content: "";
      display: block;
      width: 20px;
      height: 20px;
      background-color: #52AE32;
      position: absolute;
      top: 55px;
      left: 50%;
      margin-left: -10px;
      transform: rotate(45deg); }
      @media (min-width: 1001px) {
        .section.section--eventstrip .section_content_text .section_content_strip > ul > li.day--showinfo:before {
          top: 60px; } }
    @media (min-width: 1001px) {
      .section.section--eventstrip .section_content_text .section_content_strip > ul > li.day--showinfo .eventinfo {
        display: block; } }
    .section.section--eventstrip .section_content_text .section_content_details {
      display: none; }
    @media (max-width: 1000px) {
      .section.section--eventstrip .section_content_text.eventstrip--showinfo .section_content_details {
        display: block; }
        .section.section--eventstrip .section_content_text.eventstrip--showinfo .section_content_details .eventinfo {
          display: block; } }

.section.section--form .section_content {
  max-width: 600px; }

@media (min-width: 641px) {
  .section.section--form .Actions {
    padding: 0; } }

.section.section--form .Actions button, .section.section--form .Actions input[type="submit"] {
  display: block;
  width: 100%; }

.section.section--userform {
  padding-top: 60px; }

.section.section--news .section_content {
  max-width: 600px;
  text-align: left; }
  .section.section--news .section_content .news {
    color: #9C9B92;
    display: block;
    text-decoration: none;
    padding-bottom: 20px;
    display: flex; }
    .section.section--news .section_content .news .news_image {
      width: 30%; }
    .section.section--news .section_content .news .news_content {
      width: 70%;
      padding-left: 20px; }
    .section.section--news .section_content .news .news_date {
      margin: 0; }
    .section.section--news .section_content .news .event-dummy {
      background-color: #52AE32;
      width: 100%;
      padding-bottom: calc(100% * 2/3);
      position: relative; }
      .section.section--news .section_content .news .event-dummy:before {
        content: "";
        display: block;
        background-image: url(../images/technoz_logo_white.svg);
        width: 30%;
        height: 50%;
        position: absolute;
        top: 25%;
        left: 35%;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center; }
    .section.section--news .section_content .news h2 {
      font-size: 1em;
      text-align: left;
      margin-top: 0; }
    .section.section--news .section_content .news .section_content_text span {
      display: inline-block;
      border-bottom: 1px solid #9C9B92; }

.section.section--share {
  padding-top: 60px; }
  .section.section--share .section_content {
    max-width: 600px;
    text-align: center; }
    .section.section--share .section_content a {
      display: inline-block;
      padding: 0 5px; }
      .section.section--share .section_content a.share-link {
        color: #9C9B92; }

.section.section--overview .section_content .overview_locations .overview_location {
  display: block;
  position: absolute;
  font-size: 24px;
  display: flex;
  align-items: center; }
  .section.section--overview .section_content .overview_locations .overview_location:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background-color: #52AE32;
    border-radius: 50%;
    flex: 1 0 auto;
    order: 1; }
  .section.section--overview .section_content .overview_locations .overview_location a {
    color: #9C9B92;
    display: block;
    padding-left: 10px;
    order: 2;
    flex: 1 1 auto;
    text-decoration: none; }
    @media (max-width: 999px) {
      .section.section--overview .section_content .overview_locations .overview_location a {
        font-size: 18px; } }
    .section.section--overview .section_content .overview_locations .overview_location a:hover {
      color: #52AE32; }
  .section.section--overview .section_content .overview_locations .overview_location.overview_location--textleft:before {
    order: 2; }
  .section.section--overview .section_content .overview_locations .overview_location.overview_location--textleft a {
    order: 1;
    padding-left: 0;
    padding-right: 10px; }

@media (min-width: 641px) {
  .section.section--overview {
    padding-bottom: 160px; } }

.section_slider .slick-slide {
  outline: none; }

.section_slider .slick-dots {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  text-align: center; }
  .section_slider .slick-dots li {
    display: inline-block;
    padding: 0 5px; }
    .section_slider .slick-dots li button {
      -webkit-appearance: none;
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background-color: transparent;
      border: 1px solid #9C9B92;
      padding: 0;
      overflow: hidden;
      text-indent: -100px; }
    .section_slider .slick-dots li.slick-active button {
      background-color: #9C9B92; }

.section_slider .slick-arrow {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  z-index: 100;
  -webkit-appearance: none;
  width: 30px;
  height: 30px;
  border: 0;
  overflow: hidden;
  text-indent: -500px;
  background: url(../images/arrow_white.svg) no-repeat center;
  background-size: 20px;
  cursor: pointer; }
  .section_slider .slick-arrow.slick-disabled {
    opacity: 0; }
  .section_slider .slick-arrow.slick-prev {
    left: 10px;
    transform: rotate(90deg); }
  .section_slider .slick-arrow.slick-next {
    right: 10px;
    transform: rotate(-90deg); }

.body--showpopup {
  overflow: hidden; }
  .body--showpopup .popup_overlay {
    display: flex; }

.body--showsearch {
  overflow: hidden; }
  .body--showsearch .search_overlay {
    display: flex; }

.popup_overlay, .search_overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 100;
  display: none; }
  .popup_overlay .popup, .search_overlay .popup {
    margin: auto; }
    .popup_overlay .popup .popup_content, .search_overlay .popup .popup_content {
      background-color: #52AE32;
      width: 300px;
      padding: 30px;
      display: flex;
      flex-direction: column;
      position: relative; }
      @media (min-width: 1001px) {
        .popup_overlay .popup .popup_content, .search_overlay .popup .popup_content {
          width: 500px; } }
      .popup_overlay .popup .popup_content .popup_close, .search_overlay .popup .popup_content .popup_close {
        background-image: url(../images/icon_close.svg);
        background-size: cover;
        width: 50px;
        height: 50px;
        position: absolute;
        top: -25px;
        right: -25px; }
      .popup_overlay .popup .popup_content h1, .popup_overlay .popup .popup_content p, .popup_overlay .popup .popup_content a, .search_overlay .popup .popup_content h1, .search_overlay .popup .popup_content p, .search_overlay .popup .popup_content a {
        color: #fff;
        margin: auto; }
      .popup_overlay .popup .popup_content .userform, .search_overlay .popup .popup_content .userform {
        padding: 40px 0; }
      .popup_overlay .popup .popup_content .field, .search_overlay .popup .popup_content .field {
        padding-bottom: 10px; }
      .popup_overlay .popup .popup_content input, .search_overlay .popup .popup_content input {
        width: 100%;
        color: #52AE32;
        border: none;
        padding: 5px 20px; }
        .popup_overlay .popup .popup_content input.action, .search_overlay .popup .popup_content input.action {
          background-color: #fff; }
    .popup_overlay .popup.popup--facebook .popup_content, .search_overlay .popup.popup--facebook .popup_content {
      width: 300px;
      height: 300px;
      border-radius: 50%;
      padding: 50px;
      align-items: center;
      justify-content: center; }
      .popup_overlay .popup.popup--facebook .popup_content .popup_icon, .search_overlay .popup.popup--facebook .popup_content .popup_icon {
        display: inline-block;
        width: 50px; }
      .popup_overlay .popup.popup--facebook .popup_content h1, .search_overlay .popup.popup--facebook .popup_content h1 {
        text-transform: none;
        margin-top: 0.5em;
        margin-bottom: 0; }
      .popup_overlay .popup.popup--facebook .popup_content .popup_close, .search_overlay .popup.popup--facebook .popup_content .popup_close {
        top: 15px;
        right: 15px; }

body {
  padding-top: 140px; }
  body.sfb-editmode {
    padding-top: 190px; }
  body.body--shownav {
    overflow: hidden; }
  @media (min-width: 1001px) {
    body {
      padding-top: 170px; } }

.pagehead {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100; }
  .sfb-editmode .pagehead {
    top: 50px; }
  .pagehead .pagehead_content {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px; }
  .pagehead .pagehead_global {
    height: 45px;
    background-color: rgba(255, 255, 255, 0.9);
    position: relative;
    z-index: 50; }
    @media (max-width: 1000px) {
      .pagehead .pagehead_global {
        z-index: 52; } }
    .pagehead .pagehead_global .pagehead_content {
      height: 100%;
      position: relative;
      text-align: center; }
      .pagehead .pagehead_global .pagehead_content .locationnav {
        position: absolute;
        top: 0;
        left: 20px;
        transition: opacity 0.5s ease; }
        @media (min-width: 1001px) {
          .body--hidenav .pagehead .pagehead_global .pagehead_content .locationnav {
            opacity: 0; } }
        @media (max-width: 1000px) {
          .pagehead .pagehead_global .pagehead_content .locationnav > li > a {
            text-align: left; } }
        .pagehead .pagehead_global .pagehead_content .locationnav > li > a:after {
          background: transparent url(../images/arrow_green.svg) no-repeat;
          background-size: cover;
          width: 8px;
          height: 11px;
          transform: rotate(90deg); }
        .pagehead .pagehead_global .pagehead_content .locationnav ul {
          background-color: rgba(255, 255, 255, 0.9); }
      .pagehead .pagehead_global .pagehead_content .logo {
        display: inline-block;
        height: 100%; }
        .pagehead .pagehead_global .pagehead_content .logo img {
          height: 100%; }
      .pagehead .pagehead_global .pagehead_content .menubutton {
        display: block;
        position: absolute;
        right: 10px;
        top: 0;
        padding: 10px; }
        @media (min-width: 1001px) {
          .pagehead .pagehead_global .pagehead_content .menubutton {
            display: none; } }
  .pagehead .pagehead_sitenav {
    opacity: 1;
    transition: opacity 0.5s ease;
    position: relative;
    z-index: 51; }
    @media (min-width: 1001px) {
      .body--hidenav .pagehead .pagehead_sitenav {
        opacity: 0; } }
    @media (min-width: 1001px) {
      .pagehead .pagehead_sitenav .sitenav_overlay {
        position: absolute;
        top: 45px;
        right: 0;
        width: 100%;
        height: 0px;
        z-index: -1;
        background-color: rgba(255, 255, 255, 0.9);
        content: "";
        transition-delay: 0.5s;
        transition: height 0.3s ease; } }
  @media (max-width: 1000px) {
    .pagehead .locationnav span.city {
      display: none; }
    .pagehead .pagehead_global {
      height: 75px;
      background-color: #fff; }
      .pagehead .pagehead_global .pagehead_content {
        padding: 10px 20px; } }
  @media (min-width: 1001px) {
    .pagehead {
      display: flex;
      flex-direction: column; }
      .pagehead .pagehead_sitenav {
        order: 1;
        background-color: #F8F6F4; }
      .pagehead .pagehead_global {
        order: 2;
        height: 95px;
        padding: 20px 0;
        transition: margin-top 0.5s ease, height 0.5s ease; }
        .body--hidenav .pagehead .pagehead_global {
          margin-top: -30px;
          height: 125px; } }
  .pagehead .headnav {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    .pagehead .headnav li {
      margin: 0;
      padding: 0; }
      .pagehead .headnav li a {
        text-decoration: none;
        text-transform: uppercase;
        display: block;
        white-space: nowrap;
        padding: 10px 10px; }
      .pagehead .headnav li.active > a > span, .pagehead .headnav li a:hover > span {
        border-bottom: 1px solid #52AE32; }
    .pagehead .headnav .nav--hassubnav {
      position: relative; }
      .pagehead .headnav .nav--hassubnav > a:after {
        content: "";
        display: inline-block;
        margin-left: 5px;
        margin-bottom: 2px;
        background: transparent url(../images/arrow_black.svg) no-repeat;
        background-size: cover;
        width: 8px;
        height: 11px;
        transform: rotate(90deg); }
      .pagehead .headnav .nav--hassubnav ul {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease;
        list-style-type: none;
        text-align: left; }
        .pagehead .headnav .nav--hassubnav ul a {
          padding: 5px 10px; }
        @media (min-width: 1001px) {
          .pagehead .headnav .nav--hassubnav ul {
            position: absolute;
            top: 100%;
            left: 0;
            min-width: 100%; } }
      .pagehead .headnav .nav--hassubnav.nav--showsubnav ul {
        max-height: 400px; }
  .pagehead .mainnav a {
    color: #9C9B92; }
  @media (max-width: 1000px) {
    .pagehead .mainnav {
      max-height: 0;
      overflow: hidden;
      padding: 0 20px;
      position: fixed;
      top: 70px;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: #fff;
      transition: max-height 0.5s ease; }
      .body--shownav .pagehead .mainnav {
        max-height: 1200px; } }
  @media (min-width: 1001px) {
    .pagehead .mainnav {
      display: flex;
      width: 100%;
      justify-content: space-between; }
      .pagehead .mainnav > li {
        flex: 1 0 auto; }
        .pagehead .mainnav > li:last-child {
          flex: 0 1 auto; } }

.socialnav {
  position: fixed;
  display: none;
  z-index: 1000;
  bottom: 30px;
  left: 30px; }
  @media (min-width: 1001px) {
    .socialnav {
      bottom: auto;
      top: 210px;
      left: auto;
      right: 0;
      width: 26px;
      display: block; } }
  .body--shownav .socialnav {
    display: block; }
  @media (min-width: 1231px) {
    .socialnav {
      right: 30px; } }
  .socialnav .socialicons {
    list-style-type: none;
    padding: 0;
    display: flex; }
    @media (min-width: 1001px) {
      .socialnav .socialicons {
        flex-direction: column; } }
    .socialnav .socialicons li {
      padding-right: 12px; }
      @media (min-width: 1001px) {
        .socialnav .socialicons li {
          padding: 0;
          padding-bottom: 12px; } }
      .socialnav .socialicons li a {
        display: block;
        width: 24px; }
        .socialnav .socialicons li a img {
          display: block;
          width: 100%; }

.cc-window.cc-banner {
  font-family: 'GravurCondensed', sans-serif;
  font-size: 18px; }
  @media (min-width: 641px) {
    .cc-window.cc-banner {
      font-size: 20px; } }
  .cc-window.cc-banner .cc-message {
    max-width: 1200px;
    margin: 0 auto; }

.main form fieldset, .popup form fieldset {
  border: none; }

.section_content .field {
  clear: left;
  width: 100%;
  padding-bottom: 10px; }
  .section_content .field label, .section_content .field legend {
    clear: left;
    clear: none; }
    .section_content .field label.left, .section_content .field legend.left {
      font-weight: normal;
      float: left; }
  .section_content .field input[type="text"], .section_content .field input[type="password"], .section_content .field input[type="email"], .section_content .field textarea {
    clear: left;
    display: block;
    width: 100%;
    padding: 6px;
    border: 0;
    background-color: #F8F6F4;
    border: 2px solid #F8F6F4; }
    .section_content .field input[type="text"]:focus, .section_content .field input[type="password"]:focus, .section_content .field input[type="email"]:focus, .section_content .field textarea:focus {
      border: 2px solid #52AE32;
      outline: none; }
  .section_content .field input[type="file"] {
    display: block; }
  @media (min-width: 641px) {
    .section_content .field {
      display: flex; }
      .section_content .field.userformsstep {
        flex-direction: column;
        align-items: center; }
      .section_content .field.checkbox {
        padding-left: 25%; }
        .section_content .field.checkbox .middleColumn {
          text-align: left; }
        .section_content .field.checkbox label.left {
          width: auto;
          float: none; }
      .section_content .field label.left, .section_content .field legend.left {
        width: 25%;
        text-align: right;
        padding: 8px 20px 6px 0; }
      .section_content .field .middleColumn {
        width: 75%; }
      .section_content .field .nolabel .middleColumn {
        width: 100%; } }

.selectize-dropdown, .selectize-input, .selectize-input.full, .selectize-input input {
  border: none;
  background-color: #F8F6F4;
  color: #9C9B92;
  box-shadow: none;
  border-radius: 0;
  font-size: 1em; }

.selectize-dropdown [data-selectable], .selectize-dropdown .optgroup-header {
  padding: 10px; }

.selectize-dropdown [data-selectable].active {
  background-color: #fff; }

.selectize-control.single .selectize-input:after {
  background: transparent url(../images/arrow_black.svg) no-repeat;
  background-size: cover;
  width: 8px;
  height: 11px;
  transform: rotate(90deg);
  border: none; }

.Actions, .step-navigation {
  padding-top: 20px; }
  @media (min-width: 641px) {
    .Actions, .step-navigation {
      padding-left: 25%; } }
  .Actions #ForgotPassword, .step-navigation #ForgotPassword {
    margin-top: 1em; }

.error.message {
  display: block;
  background-color: orange;
  padding: 5px 10px;
  margin-top: 10px;
  color: #fff; }

#UserForm_Form .Actions {
  padding: 0; }
  @media (min-width: 1001px) {
    #UserForm_Form .Actions {
      padding-left: 25%; } }
  #UserForm_Form .Actions input {
    width: 100%; }

.userform-fields .field.file .middleColumn {
  position: relative; }

.userform-fields .field.file .button, .userform-fields .field.file .Actions button, .Actions .userform-fields .field.file button, .userform-fields .field.file .Actions input[type="submit"], .Actions .userform-fields .field.file input[type="submit"], .userform-fields .field.file .step-navigation button, .step-navigation .userform-fields .field.file button, .userform-fields .field.file .step-navigation input[type="submit"], .step-navigation .userform-fields .field.file input[type="submit"] {
  width: 100%; }

.userform-fields .field.file .file.form-control {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

@media (min-width: 641px) {
  .section--form #UserForm_Form .Actions {
    padding: 0; }
    .section--form #UserForm_Form .Actions .action {
      width: 100%; } }

#SearchForm_SearchForm .middleColumn {
  width: 100%; }

@media (min-width: 641px) {
  #SearchForm_SearchForm .Actions {
    padding: 0; }
    #SearchForm_SearchForm .Actions .action {
      width: 100%; } }

.section.section--clients-simple .section_content {
  padding: 0 30px; }
  .section.section--clients-simple .section_content .section_content_bg {
    min-height: 400px;
    background-image: url(../images/search_bg.jpg);
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    @media (min-width: 641px) {
      .section.section--clients-simple .section_content .section_content_bg {
        min-height: 600px; } }
    .section.section--clients-simple .section_content .section_content_bg form {
      width: 100%;
      max-width: 960px;
      margin: 0 auto; }
      .section.section--clients-simple .section_content .section_content_bg form .field {
        white-space: nowrap;
        display: flex;
        padding: 0 20px 20px; }
        .section.section--clients-simple .section_content .section_content_bg form .field input[type="text"] {
          background-color: #fff; }
        .section.section--clients-simple .section_content .section_content_bg form .field input, .section.section--clients-simple .section_content .section_content_bg form .field button {
          display: inline-block; }
      .section.section--clients-simple .section_content .section_content_bg form p {
        text-align: center; }
        .section.section--clients-simple .section_content .section_content_bg form p a {
          color: #fff;
          text-transform: uppercase; }

.section .button--details {
  display: none; }

@media (max-width: 1000px) {
  .section .section_filters .section_filters_content {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.5s ease; }
  .section .section_filters .button--details {
    width: 100%;
    display: block;
    background-color: #fff;
    margin: 10px 0;
    color: #9C9B92;
    text-align: center; }
    .section .section_filters .button--details span {
      display: inline-block;
      border-bottom: 1px solid #9C9B92; }
  .section .section_filters.section_filters--show .section_filters_content {
    max-height: 300px; }
  .section .section_filters.section_filters--show .button--details {
    background-image: url(../images/icon_x.svg);
    background-repeat: no-repeat;
    background-position: top right; }
  .section .section_map {
    width: 100%;
    overflow: auto;
    height: 350px; } }

@media (min-width: 1001px) {
  .section.section--clients-intro {
    position: fixed;
    top: 139px;
    left: 0;
    padding-top: 21px;
    width: 100%;
    background-color: #fff;
    z-index: 20; }
  .section .section_header {
    position: fixed;
    top: 210px;
    left: 0;
    width: 100%;
    z-index: 30; }
  .section .section_map {
    position: fixed;
    top: 350px;
    left: 50%;
    width: 50%;
    max-width: 570px;
    z-index: 20;
    bottom: 20px;
    overflow: auto; }
  .section .section_clients {
    padding-top: 200px; } }

.section.section--clients .section_content--header {
  background-color: #F8F6F4;
  padding: 15px 20px 10px;
  margin-bottom: 20px;
  max-width: 1140px; }
  .section.section--clients .section_content--header form {
    width: 100%; }
  .section.section--clients .section_content--header fieldset {
    width: 100%; }
    .section.section--clients .section_content--header fieldset .field {
      display: block;
      height: 46px;
      padding-bottom: 10px; }
      .section.section--clients .section_content--header fieldset .field > input {
        background-color: #fff;
        height: 40px; }
      .section.section--clients .section_content--header fieldset .field button {
        height: 40px; }
      .section.section--clients .section_content--header fieldset .field select {
        display: none; }
      .section.section--clients .section_content--header fieldset .field .selectize-control {
        width: 100%;
        height: 40px; }
      .section.section--clients .section_content--header fieldset .field .selectize-dropdown, .section.section--clients .section_content--header fieldset .field .selectize-input, .section.section--clients .section_content--header fieldset .field .selectize-input input {
        background-color: #fff; }
      .section.section--clients .section_content--header fieldset .field.field--search {
        display: flex;
        width: 100%; }
    @media (min-width: 1001px) {
      .section.section--clients .section_content--header fieldset .field {
        width: 20%;
        padding: 0 10px;
        float: left;
        clear: none; }
        .section.section--clients .section_content--header fieldset .field.field--search {
          width: 100%; }
        .section.section--clients .section_content--header fieldset .field.field--reset {
          padding-top: 5px; }
          .section.section--clients .section_content--header fieldset .field.field--reset a {
            color: #9C9B92; } }
    @media (max-width: 1000px) {
      .section.section--clients .section_content--header fieldset.section_filters--from-wifi .section_filters_details, .section.section--clients .section_content--header fieldset.section_filters--from-wifi .field--reset {
        display: none; } }

.section.section--clients .section_map {
  display: none; }

@media (min-width: 1001px) {
  .section.section--clients .section_content {
    display: flex;
    max-width: 1140px; }
    .section.section--clients .section_content .section_clients {
      width: 50%; }
    .section.section--clients .section_content .section_map {
      display: block;
      width: 50%; } }

.section.section--clients .client .client_head {
  cursor: pointer;
  padding-bottom: 20px; }
  .section.section--clients .client .client_head h2 {
    font-size: 1em;
    margin: 0;
    text-align: left;
    position: relative;
    padding-left: 20px; }
    .section.section--clients .client .client_head h2:before {
      content: "";
      display: block;
      width: 10px;
      height: 12px;
      background: transparent url(../images/arrow_green.svg) no-repeat;
      position: absolute;
      top: 5px;
      left: 0; }
  .section.section--clients .client .client_head p {
    margin: 0;
    padding-left: 20px; }

.section.section--clients .client .client_content {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.5s ease;
  padding-left: 20px;
  display: flex;
  flex-direction: column; }
  .section.section--clients .client .client_content .client_content_text {
    padding-bottom: 20px; }
    .section.section--clients .client .client_content .client_content_text .space {
      margin-bottom: 2em; }
    .section.section--clients .client .client_content .client_content_text a {
      color: #9C9B92;
      text-decoration: none; }
  .section.section--clients .client .client_content .client_content_competences {
    order: 2; }
    @media (min-width: 1001px) {
      .section.section--clients .client .client_content .client_content_competences {
        order: 0; } }
  .section.section--clients .client .client_content .client_content_map {
    margin-top: 20px;
    margin-bottom: 20px; }
    @media (min-width: 1001px) {
      .section.section--clients .client .client_content .client_content_map {
        display: none; } }
    .section.section--clients .client .client_content .client_content_map img {
      width: 100%; }

@media (min-width: 1001px) {
  .section.section--clients .client .client_head h2 {
    padding-left: 20px; }
    .section.section--clients .client .client_head h2:before {
      position: absolute;
      top: 5px;
      left: 0;
      right: auto;
      transition: transform 0.5s ease;
      transform-origin: center; }
  .section.section--clients .client .client_head p {
    padding: 0 20px; }
  .section.section--clients .client .client_content {
    padding: 0 20px; } }

.section.section--clients .client.client--showcontent .client_head h2:before {
  transform: rotate(90deg); }

.section.section--clients .client.client--showcontent .client_content {
  max-height: 1000px; }

.section_map_container {
  height: 100%;
  min-height: 300px;
  max-height: 100%;
  position: relative; }
  .section_map_container img {
    display: block;
    position: absolute;
    left: 0;
    top: 0px; }

.section_map_buttons {
  position: absolute;
  top: 20px;
  right: 20px; }
  .section_map_buttons button {
    width: 30px;
    height: 30px;
    text-align: center;
    padding-top: 0px;
    border: 1px solid #9C9B92;
    background-color: #fff;
    font-size: 20px;
    color: #9C9B92; }
    .section_map_buttons button:hover {
      background-color: #F8F6F4; }

body.WifiPage {
  padding-top: 0; }
  @media (max-width: 640px) {
    body.WifiPage .main {
      padding-top: 0; }
      body.WifiPage .main .section--image {
        padding-top: 0; }
        body.WifiPage .main .section--image .section_content {
          padding: 0; } }
  body.WifiPage .footermenu {
    text-align: center; }

.section--wifi-info .section_content {
  padding: 20px 0 50px; }
  .section--wifi-info .section_content .section_col {
    width: 100%;
    padding: 0 20px 40px; }
    .section--wifi-info .section_content .section_col .field, .section--wifi-info .section_content .section_col .actions {
      display: flex;
      justify-content: center; }
      .section--wifi-info .section_content .section_col .field input, .section--wifi-info .section_content .section_col .actions input {
        max-width: 260px; }
    .section--wifi-info .section_content .section_col h4 {
      margin-bottom: 1em; }
    .section--wifi-info .section_content .section_col p {
      text-align: center; }
      .section--wifi-info .section_content .section_col p a {
        text-decoration: none; }
    .section--wifi-info .section_content .section_col img {
      display: block;
      width: 100%; }
  @media (min-width: 641px) {
    .section--wifi-info .section_content {
      display: flex; }
      .section--wifi-info .section_content .section_col {
        width: calc(100% / 3); } }

.section--wifi-icon .section_content {
  max-width: 200px;
  padding-bottom: 60px; }
  .section--wifi-icon .section_content h1 {
    color: #9C9B92; }

.section--wifi-form .section_content {
  max-width: 450px;
  text-align: center; }
  .section--wifi-form .section_content .field {
    display: flex;
    justify-content: center; }
  .section--wifi-form .section_content label {
    text-align: left; }
    .section--wifi-form .section_content label a {
      color: #9C9B92; }

.section--urstein-header {
  width: 100vw;
  padding-bottom: 40px; }
  @media (min-width: 1601px) {
    .section--urstein-header {
      margin-left: calc((100vw - 1600px) / -2); } }
  .section--urstein-header .section_content {
    overflow: hidden; }
    .section--urstein-header .section_content .section_z {
      display: flex;
      justify-content: flex-end; }
      .section--urstein-header .section_content .section_z .section_image {
        width: 50%;
        padding-bottom: 50%;
        position: relative; }
        .section--urstein-header .section_content .section_z .section_image img {
          position: absolute;
          top: 0;
          left: 0;
          width: 200%; }
    .section--urstein-header .section_content .section_text {
      padding: 0 20px; }
      .section--urstein-header .section_content .section_text .section_image {
        padding-right: 20%; }
    @media (min-width: 641px) {
      .section--urstein-header .section_content {
        display: flex;
        justify-content: center;
        overflow: visible; }
        .section--urstein-header .section_content .section_text {
          width: 50%;
          max-width: 760px;
          padding-top: 40px; }
        .section--urstein-header .section_content .section_z {
          width: 25%;
          order: 2;
          max-width: 600px; }
          .section--urstein-header .section_content .section_z .section_image {
            width: 100%; }
        .section--urstein-header .section_content .section_empty {
          width: 25%;
          max-width: 600px; } }
  @media (min-width: 641px) and (min-width: 2801px) {
    .section--urstein-header .section_content {
      justify-content: space-between;
      margin: 0 auto;
      max-width: 2800px; }
      .section--urstein-header .section_content .section_z {
        width: 40%;
        max-width: 1000px;
        justify-content: flex-start; }
        .section--urstein-header .section_content .section_z .section_image {
          width: 50%; } }

html, body {
  height: 100%; }

.main {
  max-width: 1600px;
  margin: 0 auto;
  padding-bottom: 60px; }
  @media (min-width: 641px) {
    .main {
      min-height: 800px; } }

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