@charset "UTF-8";
/*
 * Author: Dream Production team
 * Author URI: http://dreamproduction.com/
 */
/**
 * Typography
 * -----------------------------------------------------------------------------
 */
@import url(../assets/login.css);
@font-face {
  font-family: 'BrownPro';
  src: url("../fonts/BrownPro-Regular.eot");
  src: url("../fonts/BrownPro-Regular.woff") format("woff"), url("../fonts/BrownPro-Regular.ttf") format("truetype"), url("../fonts/BrownPro-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "BrownPro";
  src: url("../fonts/lineto-brown-light.eot");
  src: url("../fonts/lineto-brown-light.eot?#iefix") format("embedded-opentype"), url("../fonts/lineto-brown-light.woff") format("woff"), url("../fonts/lineto-brown-light.ttf") format("truetype"), url("../fonts/lineto-brown-light.svg#lineto-brown-light") format("svg");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: "BrownPro";
  src: url("../fonts/lineto-brown-bold.eot");
  src: url("../fonts/lineto-brown-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/lineto-brown-bold.woff") format("woff"), url("../fonts/lineto-brown-bold.ttf") format("truetype"), url("../fonts/lineto-brown-bold.svg#lineto-brown-bold") format("svg");
  font-weight: bold;
  font-style: normal; }

body {
  font-size: 18px;
  line-height: 1.58;
  color: #000;
  font-weight: normal;
  font-family: 'BrownPro', Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

h1 {
  font-size: 32px;
  line-height: 1;
  font-weight: 300; }

h2 {
  font-size: 24px;
  line-height: 1.1;
  font-weight: 300; }

h3 {
  font-size: 18px;
  line-height: 1.3; }

h4 {
  font-size: 18px;
  line-height: 1.3; }

h5 {
  font-size: 18px; }

h6 {
  font-size: 18px; }

@media screen and (max-width: 768px) {
  h6 {
    font-size: 12px;
    line-height: 1.916; } }

a {
  color: #4B7375;
  text-decoration: none; }

a:hover, a:focus {
  text-decoration: none;
  color: #5db8b3; }

@media screen and (min-width: 641px) {
  body {
    font-size: 16px; }
  h1 {
    font-size: 64px; }
  h2 {
    font-size: 36px; }
  h3 {
    font-size: 24px; }
  h4 {
    font-size: 20px; }
  h5 {
    font-size: 16px; }
  h6 {
    font-size: 14px; } }

/**
 * Forms
 * -----------------------------------------------------------------------------
 */
input {
  margin: 0;
  font-family: 'BrownPro', Helvetica, Arial, sans-serif; }

input[type="text"],
input.text,
textarea,
select,
input[type="email"],
input[type="submit"] {
  width: 100%;
  max-width: 100%;
  margin: 0 0 6px 0;
  border: 1px solid #BB876F;
  padding: 10px 9px;
  font-size: 14px;
  line-height: 1;
  font-weight: 300;
  color: #000;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px; }

select {
  -webkit-border-radius: 0px;
  height: 39px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: 'BrownPro', Helvetica, Arial, sans-serif; }

::-webkit-input-placeholder {
  color: #000;
  opacity: 1;
  font-size: 14px;
  line-height: 1.3; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #000;
  opacity: 1;
  font-size: 14px;
  line-height: 1.3; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #000;
  opacity: 1;
  font-size: 14px;
  line-height: 1.3; }

:-ms-input-placeholder {
  color: #000;
  opacity: 1;
  font-size: 14px;
  line-height: 1.3; }

button,
input[type="submit"] {
  width: 100%;
  max-width: 100%;
  margin: 0;
  border: 0;
  padding: 10px 9px;
  font-size: 14px;
  line-height: 1;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  background: #4b7375;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: background 0.5s ease 0s;
  transition: background 0.5s ease 0s; }

button:hover,
input[type="submit"]:hover,
button:focus,
input[type="submit"]:focus {
  background: #5db8b3; }

/* button */
.button {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0;
  border: 0;
  padding: 15px 55px;
  font-size: 14px;
  line-height: 1;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  background: #4b7375;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: background 0.5s ease 0s;
  transition: background 0.5s ease 0s;
  zoom: 1; }

.button:hover {
  text-decoration: none;
  background: #5db8b3; }

.cta {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  border: 1px solid #fff;
  padding: 12px 20px;
  font-size: 14px;
  line-height: 1;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: transparent;
  -webkit-transition: background 0.5s ease 0s;
  transition: background 0.5s ease 0s;
  zoom: 1; }

.cta:hover {
  background: rgba(255, 255, 255, 0.25); }

@media screen and (max-width: 640px) {
  .cta {
    border-color: #bb876f;
    color: #bb876f; }
  .cta:hover {
    background: rgba(187, 135, 111, 0.05); } }

/**
 * Layout
 * -----------------------------------------------------------------------------
 */
body {
  overflow-x: hidden; }

.container {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 1440px; }

#header .container,
#footer .container,
.hero .container,
.headline .container {
  max-width: 1200px; }

/**
 * Header
 * -----------------------------------------------------------------------------
 */
body {
  padding-top: 72px; }

#header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  padding: 15px 0;
  background: #fff;
  z-index: 1000; }

/* Logo */
#logo {
  display: block;
  float: right;
  width: 144px;
  height: 42px; }

#header .page-title {
  display: none;
  float: left;
  padding: 22px 0;
  margin-left: 40px;
  font-size: 26px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #bb876f; }

@media screen and (min-width: 641px) {
  body {
    padding-top: 0; }
  #header {
    position: fixed;
    padding: 30px 0;
    transition: 400ms ease;
    -o-transition: 400ms ease;
    -moz-transition: 400ms ease;
    -webkit-transition: 400ms ease; }
  #logo {
    width: 286px;
    height: 70px;
    transition: 400ms ease;
    -o-transition: 400ms ease;
    -moz-transition: 400ms ease;
    -webkit-transition: 400ms ease; }
  #header .page-title {
    display: block; }
  .window-scrolled #header {
    padding: 15px 0; }
  .window-scrolled #logo {
    width: 200px;
    height: 52px;
    margin-top: 10px; } }

/*@media screen and (min-width: 1025px){
}
*/
/* main navigation */
#nav-toggle {
  position: relative;
  float: left;
  display: block;
  height: auto;
  width: 1.375em;
  font-size: 16px;
  margin: 0;
  padding: 1.19em 0;
  z-index: 10000; }

#nav-toggle span {
  position: relative;
  display: block;
  background: #bb876f; }

#nav-toggle span,
#nav-toggle span::before,
#nav-toggle span::after {
  height: 0.20em;
  width: 100%;
  transition: all 0.4s ease 0s; }

#nav-toggle span::before,
#nav-toggle span::after {
  content: " ";
  position: absolute;
  margin-top: -0.45em;
  background: #bb876f; }

#nav-toggle span::after {
  margin-top: 0.45em; }

body.nav-open #nav-toggle span {
  background: transparent; }

body.nav-open #nav-toggle span:before,
body.nav-open #nav-toggle span:after {
  height: 0.14em;
  background: #bb876f; }

body.nav-open #nav-toggle span:before {
  -moz-transform: rotate(45deg) translate(0.32em, 0.28em);
  -webkit-transform: rotate(45deg) translate(0.32em, 0.28em);
  -ms-transform: rotate(45deg) translate(0.32em, 0.28em);
  -o-transform: rotate(45deg) translate(0.32em, 0.28em);
  transform: rotate(45deg) translate(0.32em, 0.28em); }

body.nav-open #nav-toggle span:after {
  -moz-transform: rotate(-45deg) translate(0.33em, -0.32em);
  -webkit-transform: rotate(-45deg) translate(0.33em, -0.32em);
  -ms-transform: rotate(-45deg) translate(0.33em, -0.32em);
  -o-transform: rotate(-45deg) translate(0.33em, -0.32em);
  transform: rotate(-45deg) translate(0.33em, -0.32em); }

#main-menu {
  position: absolute;
  left: -37px;
  top: 0;
  width: 251px;
  padding: 57px 0 37px 37px;
  background: #fff;
  background: rgba(255, 255, 255, 0.97);
  z-index: 999; }

.js #main-menu {
  display: none; }

#main-menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }

#main-menu ul.menu li {
  margin: 10px 0; }

#main-menu .menu a {
  font-size: 24px;
  color: #bb876f;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 3px; }

#main-menu .menu a:hover,
#main-menu .menu a:focus {
  text-decoration: none;
  color: #7f7f7f; }

#main-menu .menu .current-menu-item a {
  color: black; }

#language-switcher {
  position: absolute;
  right: 32px;
  top: 13px;
  line-height: 1;
  font-size: 0; }

#language-switcher li {
  display: inline-block;
  vertical-align: top;
  line-height: 1;
  border-right: 1px solid #000;
  border-left: 1px solid #7f7f7f;
  padding: 0 8px; }

#language-switcher li:first-child {
  border-left: 0; }

#language-switcher li:last-child {
  border-right: 0; }

#language-switcher a {
  color: #bb876f;
  font-size: 14px;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 2px; }

#language-switcher a:hover,
#language-switcher a:focus {
  text-decoration: none;
  color: #7f7f7f; }

#language-switcher a.active,
#language-switcher .active a {
  color: black; }

@media screen and (min-width: 641px) {
  #main-menu {
    top: 0px;
    padding-top: 100px; }
  #main-menu .menu a {
    font-size: 21px; }
  #nav-toggle {
    padding: 29px 0;
    margin-top: 4px; }
  #language-switcher {
    right: 32px;
    top: 21px; } }

/**
 * Content
 * -----------------------------------------------------------------------------
 */
@media screen and (min-width: 640px) {
  #main {
    padding-top: 120px; } }

.headline {
  margin: 0 0 40px 0;
  padding: 20px 0 40px 0;
  color: #fff;
  background: #bb876f; }

.headline h1 {
  margin: 0;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 300; }

.headline h2 {
  margin: 3px 0 0 0;
  font-size: 16px;
  line-height: 1;
  font-weight: 300; }

@media screen and (min-width: 641px) {
  .headline {
    margin: 0 0 60px 0;
    padding: 70px 0; }
  .headline h1 {
    margin-left: -4px; }
  .headline h2 {
    margin-top: 8px;
    font-size: 24px;
    text-transform: uppercase; } }

@media screen and (max-width: 640px) {
  .headline h1 {
    font-size: 24px; } }

/*
 * Grid
 * -------------------------------
 */
.col {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  /*float: left;*/ }

.col-left {
  float: left;
  clear: left; }

.col-right {
  float: right;
  clear: right; }

.col-center {
  float: none;
  clear: both;
  margin-left: auto;
  margin-right: auto; }

.clear {
  clear: both; }

.small-span-1 {
  width: 10%; }

.small-span-2 {
  width: 20%; }

.small-span-3 {
  width: 30%; }

.small-span-4 {
  width: 40%; }

.small-span-5 {
  width: 50%; }

.small-span-6 {
  width: 60%; }

.small-span-7 {
  width: 70%; }

.small-span-8 {
  width: 80%; }

.small-span-9 {
  width: 90%; }

.small-span-10 {
  width: 100%; }

.clear-none {
  clear: none; }

@media screen and (min-width: 641px) {
  .medium-span-1 {
    width: 10%; }
  .medium-span-2 {
    width: 20%; }
  .medium-span-3 {
    width: 30%; }
  .medium-span-4 {
    width: 40%; }
  .medium-span-5 {
    width: 50%; }
  .medium-span-6 {
    width: 60%; }
  .medium-span-7 {
    width: 70%; }
  .medium-span-8 {
    width: 80%; }
  .medium-span-9 {
    width: 90%; }
  .medium-span-10 {
    width: 100%; } }

@media screen and (min-width: 1201px) {
  .large-span-1 {
    width: 4.16666%; }
  .push-right-1 {
    margin-left: 4.16666%; }
  .push-left-1 {
    margin-right: 4.16666%; }
  .large-span-2 {
    width: 8.33333%; }
  .push-right-2 {
    margin-left: 8.33333%; }
  .push-left-2 {
    margin-right: 8.33333%; }
  .large-span-3 {
    width: 12.5%; }
  .push-right-3 {
    margin-left: 12.5%; }
  .push-left-3 {
    margin-right: 12.5%; }
  .large-span-4 {
    width: 16.66666%; }
  .push-right-4 {
    margin-left: 16.66666%; }
  .push-left-4 {
    margin-right: 16.66666%; }
  .large-span-5 {
    width: 20.83333%; }
  .push-right-5 {
    margin-left: 20.83333%; }
  .push-left-5 {
    margin-right: 20.83333%; }
  .large-span-6 {
    width: 25%; }
  .push-right-6 {
    margin-left: 25%; }
  .push-left-6 {
    margin-right: 25%; }
  .large-span-7 {
    width: 29.16666%; }
  .push-right-7 {
    margin-left: 29.16666%; }
  .push-left-7 {
    margin-right: 29.16666%; }
  .large-span-8 {
    width: 33.33333%; }
  .push-right-8 {
    margin-left: 33.33333%; }
  .push-left-8 {
    margin-right: 33.33333%; }
  .large-span-9 {
    width: 37.5%; }
  .push-right-9 {
    margin-left: 37.5%; }
  .push-left-9 {
    margin-right: 37.5%; }
  .large-span-10 {
    width: 41.66666%; }
  .push-right-10 {
    margin-left: 41.66666%; }
  .push-left-10 {
    margin-right: 41.66666%; }
  .large-span-11 {
    width: 45.83333%; }
  .push-right-11 {
    margin-left: 45.83333%; }
  .push-left-11 {
    margin-right: 45.83333%; }
  .large-span-12 {
    width: 50%; }
  .push-right-12 {
    margin-left: 50%; }
  .push-left-12 {
    margin-right: 50%; }
  .large-span-13 {
    width: 54.16666%; }
  .push-right-13 {
    margin-left: 54.16666%; }
  .push-left-13 {
    margin-right: 54.16666%; }
  .large-span-14 {
    width: 58.33333%; }
  .push-right-14 {
    margin-left: 58.33333%; }
  .push-left-14 {
    margin-right: 58.33333%; }
  .large-span-15 {
    width: 62.5%; }
  .push-right-15 {
    margin-left: 62.5%; }
  .push-left-15 {
    margin-right: 62.5%; }
  .large-span-16 {
    width: 66.66666%; }
  .push-right-16 {
    margin-left: 66.66666%; }
  .push-left-16 {
    margin-right: 66.66666%; }
  .large-span-17 {
    width: 70.83333%; }
  .push-right-17 {
    margin-left: 70.83333%; }
  .push-left-17 {
    margin-right: 70.83333%; }
  .large-span-18 {
    width: 75%; }
  .push-right-18 {
    margin-left: 75%; }
  .push-left-18 {
    margin-right: 75%; }
  .large-span-19 {
    width: 79.16666%; }
  .push-right-19 {
    margin-left: 79.16666%; }
  .push-left-19 {
    margin-right: 79.16666%; }
  .large-span-20 {
    width: 83.33333%; }
  .push-right-20 {
    margin-left: 83.33333%; }
  .push-left-20 {
    margin-right: 83.33333%; }
  .large-span-21 {
    width: 87.5%; }
  .push-right-21 {
    margin-left: 87.5%; }
  .push-left-21 {
    margin-right: 87.5%; }
  .large-span-22 {
    width: 91.66666%; }
  .push-right-22 {
    margin-left: 91.66666%; }
  .push-left-22 {
    margin-right: 91.66666%; }
  .large-span-23 {
    width: 95.83333%; }
  .push-right-23 {
    margin-left: 95.83333%; }
  .push-left-23 {
    margin-right: 95.83333%; }
  .large-span-24 {
    width: 100%; }
  .push-right-24 {
    margin-left: 100%; }
  .push-left-24 {
    margin-right: 100%; } }

@media screen and (min-width: 1441px) {
  /* special case, when an image inside the container exceeds 1440px width and needs to 'bleed' outside the container (ex. 1680px) */
  .col-center.large-span-24 {
    width: auto; }
  .bleed-left-2 {
    margin-left: -8.33333%; }
  .bleed-right-2 {
    margin-right: -8.33333%; }
  .xlarge-span-1 {
    width: 4.16666%; }
  .xlarge-span-2 {
    width: 8.33333%; }
  .xlarge-span-3 {
    width: 12.5%; }
  .xlarge-span-4 {
    width: 16.66666%; }
  .xlarge-span-5 {
    width: 20.83333%; }
  .xlarge-span-6 {
    width: 25%; }
  .xlarge-span-7 {
    width: 29.16666%; }
  .xlarge-span-8 {
    width: 33.33333%; }
  .xlarge-span-9 {
    width: 37.5%; }
  .xlarge-span-10 {
    width: 41.66666%; }
  .xlarge-span-11 {
    width: 45.83333%; }
  .xlarge-span-12 {
    width: 50%; }
  .xlarge-span-13 {
    width: 54.16666%; }
  .xlarge-span-14 {
    width: 58.33333%; }
  .xlarge-span-15 {
    width: 62.5%; }
  .xlarge-span-16 {
    width: 66.66666%; }
  .xlarge-span-17 {
    width: 70.83333%; }
  .xlarge-span-18 {
    width: 75%; }
  .xlarge-span-19 {
    width: 79.16666%; }
  .xlarge-span-20 {
    width: 83.33333%; }
  .xlarge-span-21 {
    width: 87.5%; }
  .xlarge-span-22 {
    width: 91.66666%; }
  .xlarge-span-23 {
    width: 95.83333%; }
  .xlarge-span-24 {
    width: 100%; } }

/**
 * News
 * -----------------------------------------------------------------------------
 */
/* Teasers */
.article-teaser {
  position: relative;
  margin-top: 60px;
  font-weight: 300; }

.article-teaser > a {
  text-decoration: none; }

.article-teaser .teaser-meta,
.article-teaser .teaser-title,
.article-teaser p {
  color: #000; }

.article-teaser:first-child {
  margin-top: 0; }

.article-teaser:last-child {
  margin-bottom: 200px; }

.load-more-wrapper {
  text-align: center;
  margin-bottom: 40px; }

.load-more-wrapper.loading:before {
  content: "";
  display: block;
  width: 64px;
  height: 64px;
  margin: 0 auto 10px;
  background: url(../images/spinner.gif) no-repeat transparent; }

.load-more-wrapper a:focus {
  text-decoration: none; }

@media screen and (min-width: 641px) {
  .article-teaser {
    margin-top: 100px; }
  .article-teaser:last-child {
    margin-bottom: 75px; } }

@media screen and (max-width: 640px) {
  .article-teaser .teaser-meta {
    font-size: 14px;
    margin: 12px 0 2px 0; }
  .article-teaser .teaser-title {
    margin-bottom: 5px; } }

.teaser-description {
  /*padding-left: 30px;*/
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.teaser-title {
  margin-bottom: 10px;
  line-height: 1.05; }

.teaser-meta {
  margin: 12px 0 2px 0;
  font-weight: normal; }

.teaser-meta .meta-label {
  font-weight: normal; }

.event-teaser {
  padding-bottom: 15px;
  color: #a54066;
  background: #f0e7e1; }

.event-teaser:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden; }

.article-teaser.event-teaser .teaser-description {
  margin: 0;
  padding: 25px 15px 25px 15px; }

.event-teaser .teaser-meta {
  margin-top: 0; }

.event-teaser .event-teaser-picture {
  overflow: hidden;
  float: none;
  width: 100%;
  margin: 0 0 15px 0; }

.article-teaser.event-teaser .event-teaser-picture {
  margin-left: 0;
  margin-right: 0; }

.event-teaser .event-teaser-picture img {
  display: block;
  width: 100%; }

.event-teaser .button {
  width: 100%;
  width: calc(100% - 30px); }

@media screen and (min-width: 641px) {
  .event-teaser {
    padding-bottom: 0; }
  .article-teaser.event-teaser .teaser-description {
    padding: 25px 25px 85px 25px; }
  .event-teaser .teaser-description {
    float: left;
    /*width: 60%;*/ }
  .event-teaser .event-teaser-picture {
    /*float: right;*/
    width: 100%;
    margin-bottom: 0; }
  .event-teaser .event-teaser-picture img {
    width: 100%;
    max-width: none; }
  .event-teaser .button {
    width: 60%;
    width: calc(60% - 50px);
    padding-left: 0;
    padding-right: 0;
    position: absolute;
    bottom: 25px;
    left: 25px;
    z-index: 3; } }

@media screen and (min-width: 769px) {
  .article-teaser.col-right {
    margin-top: 150px; }
  .article-teaser.col-right ~ .article-teaser.col-right {
    margin-top: 140px; }
  .article-teaser.col-left {
    margin-top: 0; }
  .article-teaser.col-left ~ .article-teaser.col-left {
    margin-top: 140px; } }

@media screen and (min-width: 1025px) {
  .article-teaser.col-right {
    margin-top: 140px; }
  .article-teaser.col-right ~ .article-teaser.col-right {
    margin-top: 150px; }
  .article-teaser.col-left ~ .article-teaser.col-left {
    margin-top: 120px; } }

@media screen and (min-width: 1081px) {
  .article-teaser.col-right {
    margin-top: 170px; }
  .article-teaser.col-right ~ .article-teaser.col-right {
    margin-top: 190px; }
  .article-teaser.col-left ~ .article-teaser.col-left {
    margin-top: 140px; } }

@media screen and (min-width: 1201px) {
  .article-teaser.col-right {
    margin-top: 240px; }
  .article-teaser.col-right ~ .article-teaser.col-right {
    margin-top: 200px; }
  .article-teaser.col-left ~ .article-teaser.col-left {
    margin-top: 222px; }
  .event-teaser.article-teaser.col-right {
    margin-top: 160px;
    margin-bottom: 180px; }
  .col .teaser-description {
    padding-left: 0; }
  .event-teaser .teaser-description {
    /*		float: left;
		width: 50%;
*/ }
  .event-teaser .event-teaser-picture {
    width: 100%; }
  .event-teaser .button {
    width: 50%;
    width: calc(100% - 50px); } }

/* Detail page */
.region-before-content {
  margin-bottom: 10px; }

.region-after-content {
  margin-bottom: 15px; }

.page-actions {
  margin-bottom: 30px; }

@media screen and (max-width: 640px) {
  .single-post .article {
    margin-bottom: 0; }
  .region-after-content .page-actions {
    margin-bottom: 0; }
  .single-post .article .col:last-child {
    margin-bottom: 15px; } }

.page-actions .page-back {
  float: left;
  margin: 0;
  padding-left: 25px;
  padding-right: 25px; }

.page-actions .social-links {
  float: left;
  padding-top: 10px;
  padding-left: 60px;
  margin-left: 0 !important; }

.page-meta {
  font-weight: 300; }

.page-category {
  font-weight: normal; }

@media screen and (min-width: 641px) {
  .region-before-content {
    margin-bottom: 50px; }
  .region-after-content {
    margin-bottom: 100px; }
  .page-actions {
    margin-bottom: 0; } }

@media screen and (min-width: 1201px) {
  .region-before-content,
  .region-after-content {
    margin-left: 0;
    margin-right: 0; } }

@media screen and (min-width: 1441px) {
  .page-meta {
    /*padding-left: 30px;*/ } }

.article {
  margin: 0 0 85px 0;
  font-weight: 300; }

@media screen and (max-width: 640px) {
  article {
    line-height: 1.16; } }

.article .article-date {
  margin: 0;
  font-size: 14px;
  font-weight: bold; }

.article p {
  margin: 0 0 25px 0; }

.article h2,
.article h3,
.article h4 {
  margin: 0 0 7px 0; }

.article h5,
.article h6 {
  margin: 0 0 5px 0; }

/*.col.col-right.project-teaser > *,
.col.col-right.project-full-block > * {
	margin-left: 0;
}*/
/* columns content offset */
.article .col {
  margin-bottom: 40px; }

.article .col > *:last-child {
  /*margin-bottom: 0;*/ }

.col > *:not(img):not(.project-picture) {
  margin-left: 15px;
  margin-right: 15px; }

.col-right:not(.small-span-10) > *:not(img):not(.project-picture) {
  margin-left: 0; }

.col > *:not(img):not(.project-picture).gallery {
  margin-left: 0;
  margin-right: 0; }

.article .col > img {
  margin-bottom: 30px; }

.article .col > img:last-child {
  margin-bottom: 0; }

@media screen and (min-width: 641px) {
  .article .col {
    margin-bottom: 0; }
  .article .col-right + .col-right {
    margin-top: 54px; }
  .article .col-left + .col-left,
  .article .col-left + .col-left + .col-right {
    margin-top: 85px; }
  .col > *:not(img):not(.project-picture) {
    margin-left: 0;
    margin-right: 0; }
  .col-left > *:not(img):not(.project-picture),
  .col-center > *:not(img):not(.project-picture) {
    margin-left: 30px; }
  .col-right > *:not(img):not(.project-picture),
  .col-right > a > *:not(img):not(.project-picture) {
    margin-right: 30px; }
  .col-right > a {
    margin-right: 0 !important; } }

@media screen and (min-width: 1201px) {
  .article .col-left + .col-left,
  .article .col-left + .col-left + .col-right {
    margin-top: 95px; } }

@media screen and (min-width: 1441px) {
  .col-left > *:not(img):not(.project-picture) {
    margin-left: 0; }
  .col-center > *:not(img):not(.project-picture) {
    margin-left: 0; } }

a.parmalink {
  display: block;
  margin: 0 !important;
  padding: 0 !important;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  text-indent: -99999em;
  z-index: 1; }

a.parmalink br {
  display: none; }

/**
 * Misc
 * -----------------------------------------------------------------------------
 */
/* new google+ icon 
.fa-google-plus {
	vertical-align: top;
	width: 26px;
	height: 17px;
	overflow: hidden;
	text-indent: -99999em;
	text-align: left;
	background: url('../images/gplus.png') no-repeat 0 0;
	background-size: 100% auto;
}
*/
/* social links */
.social-links {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.social-links li {
  display: inline-block;
  margin: 0 0 0 7px;
  font-size: 20px;
  line-height: 1; }

.social-links a {
  color: #4b7375; }

.social-links a:hover {
  color: #5db8b3; }

/*.social-links a:hover .fa-google-plus {
	background-position: 0 -17px;
}*/
/* newsletter */
.newsletter-block {
  margin-bottom: 60px;
  padding: 0;
  /*color: #b38666;*/
  color: #bb876f;
  font-weight: 300; }

.newsletter-block h2 {
  margin: 0 0 5px 0;
  text-transform: uppercase;
  letter-spacing: 2px; }

.newsletter-block p {
  margin-bottom: 15px;
  line-height: 1.2;
  letter-spacing: 1px; }

@media screen and (min-width: 641px) {
  .social-links li {
    margin: 0 0 0 15px; }
  .newsletter-col .newsletter-block {
    padding-top: 70%;
    /*position: absolute;
		bottom: 0;
		margin-bottom: 120px;*/
    padding-right: 30px; }
  .project-full.newsletter-col .newsletter-block {
    padding-right: 38px; }
  .col-right.newsletter-col .newsletter-block {
    padding-left: 15px;
    padding-right: 0; } }

@media screen and (min-width: 641px) and (max-width: 1200px) {
  .newsletter-col .newsletter-block {
    padding-top: 25%; } }

@media screen and (max-width: 1200px) and (min-width: 641px) {
  .front-page-block.newsletter-col,
  .page-template-zurich-php .newsletter-col {
    min-height: 0 !important;
    clear: left; }
  .front-page-block.newsletter-col .newsletter-block,
  .page-template-zurich-php .newsletter-col .newsletter-block {
    position: static;
    padding-right: 30px;
    padding-top: 0; }
  .front-page-block.newsletter-col {
    float: left;
    width: 50%;
    max-width: 380px;
    margin-top: 200px;
    padding-left: 30px;
    /*		margin-left: auto;
		margin-right: auto;
		padding-left: 0;
		padding-right: 0;*/ }
  .front-page-block.newsletter-col + .front-page-block {
    clear: none; }
  .col-right.newsletter-col .newsletter-block {
    padding-left: 0; } }

@media screen and (min-width: 1201px) {
  .front-page-block.newsletter-col .newsletter-block,
  .page-template-zurich-php .newsletter-col .newsletter-block {
    margin-bottom: 0; } }

/**
 * Homepage
 * -----------------------------------------------------------------------------
 */
body.home #main {
  padding-bottom: 10px; }

.hero {
  position: relative;
  margin-bottom: 60px; }

.hero > img {
  display: block;
  margin: 0 auto; }

#hero-video {
  position: relative;
  width: 100%;
  max-width: 1680px;
  height: 0;
  padding-top: 75%;
  margin: 0 auto;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }

@media screen and (min-width: 1025px) {
  #hero-video {
    background-image: none !important; } }

/*
@media only screen and (min-device-width : 768px) and (max-device-width : 1224px){
	#hero-video {
		background-image: auto !important;
	}
}*/
#hero-video video {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%; }

#hero-video .video-mobile-placeholder {
  display: block;
  position: absolute;
  top: 0;
  left: 0; }

@media screen and (min-width: 1679px) {
  #hero-video {
    height: 1260px;
    padding-top: 0; } }

@media screen and (min-width: 641px) {
  #hero-video video {
    display: block; } }

.hero-headline h2 {
  text-transform: none; }

/* 16:9 video mask */
#hero-video-mask {
  position: relative;
  width: 100%;
  max-width: 1680px;
  margin: 0 auto;
  height: 0;
  padding-top: 56.25%;
  overflow: hidden; }

#hero-video-mask #hero-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%); }

@media screen and (min-width: 1679px) {
  #hero-video-mask {
    padding-top: 944px; } }

.hero .hero-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 10%;
  margin: auto; }

.hero .gallery {
  width: 100%;
  max-width: 1680px;
  margin: 0 auto; }

body.home .hero {
  margin-bottom: 24px; }

@media screen and (max-width: 641px) {
  body.home .hero {
    margin-bottom: 12px; } }

.hero-headline {
  margin: 0;
  padding: 0;
  color: #fff;
  background: none; }

.quote {
  max-width: 500px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  padding: 8px 5px;
  text-align: left;
  font-size: 21px;
  line-height: 1.2666;
  font-weight: 300;
  color: #bb876f;
  /*background: #f0e7e1;*/ }

.quote cite,
blockquote cite {
  margin-top: 6px;
  font-size: 15px;
  display: block; }

.front-project-teaser .quote,
.front-article-teaser .quote {
  margin-top: 20px; }

.front-page-block {
  margin-bottom: 60px; }

.front-page-block > a {
  color: #000; }

.front-page-block > a:hover {
  text-decoration: none; }

.front-teaser-headings,
.front-project-teaser {
  font-weight: 300;
  color: #bb876f; }

.front-teaser-headings h2,
.front-project-teaser h2 {
  margin-bottom: 5px;
  line-height: 1.1; }

.front-teaser-headings p,
.front-project-teaser p {
  margin-bottom: 10px; }

.front-project-teaser .teaser-description {
  color: #000; }

.front-article-teaser.event {
  /*color: #a7456e;*/
  color: #000;
  background: #f0e7e1; }

.front-article-teaser.event .teaser-description {
  margin: 0 10px 15px 10px; }

.front-article-teaser .teaser-meta,
.front-project-teaser .teaser-meta {
  margin: 12px 0 2px 0;
  font-size: 12px; }

@media screen and (max-width: 640px) {
  .front-article-teaser .teaser-meta,
  .front-project-teaser .teaser-meta {
    margin: 10px 0 2px 0; } }

.front-article-teaser .teaser-title,
.front-project-teaser .teaser-title {
  margin: 0;
  font-size: 18px;
  line-height: 1.2; }

.front-article-teaser.one-row-first {
  /* not safe, this needs to be changed if classes on content changes */
  padding-right: 2px; }

.front-article-teaser.one-row-last {
  padding-left: 2px; }

@media screen and (min-width: 641px) {
  body.home #main {
    padding-bottom: 120px; }
  .hero {
    margin-bottom: 110px; }
  .gallery-hero {
    margin-bottom: 55px; }
  .front-page-block {
    margin-bottom: 0; }
  .front-article-teaser .teaser-title,
  .front-project-teaser .teaser-title {
    font-size: 18px; }
  .front-project-teaser.first-right {
    margin-top: 72px; }
  .front-teaser-headings {
    margin-top: 345px; }
  .front-article-teaser {
    margin-bottom: 185px; }
  .front-article-teaser.first-left,
  .front-project-teaser {
    margin-bottom: 8px; }
  .front-article-teaser.one-row-first {
    /* not safe */
    margin-right: 8px;
    padding-right: 0; }
  .front-article-teaser.one-row-last {
    padding-left: 0; } }

@media screen and (max-width: 640px) {
  .front-page-block.front-article-teaser.first-left {
    margin-bottom: 4px; } }

@media screen and (min-width: 1201px) {
  .front-article-teaser {
    margin-bottom: 215px; }
  .front-article-teaser .teaser-title,
  .front-project-teaser .teaser-title {
    font-size: 24px; } }

/**
 * Project
 * -----------------------------------------------------------------------------
 */
.project-teaser {
  margin-bottom: 60px;
  font-weight: 300;
  color: #bb876f; }

@media screen and (min-width: 1201px) {
  .project-teaser {
    margin-bottom: 120px; } }

.project-teaser h2 {
  margin-bottom: 10px;
  line-height: 1.1; }

.project-teaser h2:last-child {
  margin-bottom: 20px; }

.project-teaser p {
  margin-bottom: 15px; }

.project-picture {
  position: relative;
  /*margin: 0;*/ }

.project-picture .cta {
  position: absolute; }

.project-picture .cta-left {
  left: 10px;
  bottom: 12px; }

.project-picture .cta-right {
  right: 10px;
  bottom: 12px; }

@media screen and (max-width: 640px) {
  .project-picture .cta {
    position: static;
    display: block;
    margin-top: 10px;
    margin-left: 15px;
    margin-right: 15px; } }

@media screen and (min-width: 641px) {
  .project-picture .cta-center {
    bottom: auto;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    white-space: nowrap; }
  .project-picture .cta-left {
    left: 22px;
    bottom: 22px; }
  .project-picture .cta-right {
    right: 22px;
    bottom: 22px; } }

/* project */
.project-full {
  font-weight: 300;
  color: #bb876f; }

.project-full-block {
  margin-bottom: 60px; }

@media screen and (min-width: 641px) {
  .project-full-block {
    margin-bottom: 120px; } }

.project-full h2 {
  margin-bottom: 10px;
  line-height: 1.1; }

.project-full p {
  margin-bottom: 15px; }

/* gallery */
.gallery {
  position: relative; }

.gallery ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.gallery .bx-prev,
.gallery .bx-next {
  width: 38px;
  height: 38px;
  border: 1px solid #fff;
  overflow: hidden;
  text-indent: -99999em;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  background: transparent;
  transition: background 0.5s ease 0s;
  -webkit-transition: background 0.5s ease 0s;
  z-index: 55; }

.gallery .bx-prev:hover,
.gallery .bx-next:hover {
  background: rgba(255, 255, 255, 0.25); }

.gallery .bx-prev:before,
.gallery .bx-next:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -12px;
  margin-left: -6px;
  width: 11px;
  height: 24px; }

.gallery .bx-prev {
  left: 15px; }

.gallery .bx-prev:before {
  background: url("../images/arrow-left.png") no-repeat 0 0;
  background-size: 100% auto; }

.gallery .bx-next {
  right: 15px; }

.gallery .bx-next:before {
  background: url("../images/arrow-right.png") no-repeat 0 0;
  background-size: 100% auto; }

.gallery-description {
  position: relative;
  margin-top: 10px;
  margin-left: 15px;
  margin-right: 15px;
  color: #000; }

.js .gallery-description .gallery-caption {
  display: none;
  position: absolute;
  top: 0;
  left: 0; }

.js .gallery-description .gallery-caption.active {
  position: relative;
  z-index: 1; }

@media screen and (min-width: 641px) {
  .gallery .bx-prev {
    left: 33px; }
  .gallery .bx-next {
    right: 33px; }
  .project-picture .gallery .bx-prev {
    left: 22px; }
  .project-picture .gallery .bx-next {
    right: 22px; }
  .gallery-description {
    margin-left: 0;
    margin-right: 0; } }

@media screen and (max-width: 1200px) {
  .gallery-description {
    margin-left: 30px; } }

@media screen and (max-width: 640px) {
  .gallery-description {
    margin-left: 15px; } }

/**
 * Footer
 * -----------------------------------------------------------------------------
 */
#footer {
  padding: 16px 0 10px 0;
  font-size: 14px;
  line-height: 1;
  color: #fff;
  background: #bb876f; }

.footer-menu {
  float: left;
  width: 70%; }

.footer-menu li {
  display: inline-block;
  margin-right: 34px; }

.footer-menu a {
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 300;
  letter-spacing: 1px; }

.footer-menu a:hover {
  color: #DDC3B7; }

.footer-menu .active a {
  color: #000; }

.footer-social {
  float: right;
  width: 30%;
  text-align: right; }

.footer-legal {
  clear: both;
  padding-top: 36px;
  font-size: 16px;
  /*text-transform: uppercase;*/
  font-weight: 300;
  letter-spacing: 0.5px; }

.footer-social-links {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.footer-social-links li {
  display: inline-block;
  margin: 0 0 0 20px;
  font-size: 21px;
  line-height: 1; }

.footer-social-links a {
  color: #fff; }

.footer-social-links a:hover,
.footer-social-links a:focus {
  color: #DDC3B7; }

/*.footer-social-links a .fa-google-plus {
	background-position: 0 -34px;
}
.footer-social-links a:hover .fa-google-plus {
	background-position: 0 -51px;
}*/
.footer-content-wrapper {
  clear: both;
  position: relative;
  overflow: hidden; }

.footer-content {
  width: 100%;
  max-width: 720px;
  padding-top: 11px;
  font-size: 16px;
  line-height: 1.4;
  color: #000;
  font-weight: 300; }

.js .footer-content {
  /*display: none;*/
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.5s ease 0s;
  -webkit-transition: opacity 0.5s ease 0s;
  /*	display: none;
	overflow: hidden;*/ }

.footer-content.active {
  position: relative;
  opacity: 1; }

.footer-content a {
  color: #000; }

.footer-content .two-columns {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 25px;
  -moz-column-gap: 25px;
  column-gap: 25px; }

/**
 * Map
 * -----------------------------------------------------------------------------
 */
@media screen and (max-width: 640px) {
  div.map {
    height: 350px !important; } }

.infoBox {
  max-width: 340px;
  color: #fff;
  background: #bb876f;
  font-family: 'BrownPro', Helvetica, Arial, sans-serif;
  overflow: hidden !important; }
  @media screen and (max-width: 768px) {
    .infoBox {
      max-width: 240px; } }

.infoBox > img {
  display: block;
  margin: 0 !important;
  padding: 0;
  width: 15px !important;
  height: 15px !important;
  position: absolute !important;
  top: 16px !important;
  right: 16px !important; }

.infoBox .title {
  margin: 0;
  padding: 35px 10px 0;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase; }

.infoBox .content {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
  padding: 0 10px; }

.infoBox .content a {
  display: inline-block;
  padding-bottom: 2px;
  border-bottom: 1px solid #fff;
  color: #fff;
  text-decoration: none; }

.infoBox .content a:hover {
  text-decoration: none;
  border-bottom: none; }

.infoBox .route-info {
  padding: 5px 35px 5px 14px;
  font-size: 14px;
  white-space: nowrap; }

.markers-filters {
  margin-top: 20px;
  margin-bottom: 20px; }

.markers-filters .filter {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 3px 0 0;
  border: 0;
  padding: 8px 18px;
  font-size: 14px;
  line-height: 1;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  background: #4b7375;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: background 0.5s ease 0s;
  transition: background 0.5s ease 0s;
  zoom: 1; }

.markers-filters .filter:hover,
.markers-filters .filter.active {
  color: #173533;
  background: #5db8b3; }

.markers-filters .filter:not(:first-child) {
  margin-left: 0 !important; }

.no-maps-api {
  padding: 0 40px 0;
  max-width: 1280px;
  margin: 0 auto;
  box-sizing: border-box; }
  @media all and (max-width: 1080px) {
    .no-maps-api {
      padding: 0 30px; } }

@media screen and (max-width: 736px) {
  .markers-filters {
    margin-left: 30px !important; }
  .markers-filters .filter {
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 5px; } }

@media screen and (max-width: 640px) {
  .markers-filters {
    margin-left: 15px !important; }
  .markers-filters .filter {
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 5px; } }

.map-wrapper {
  position: relative; }

.map-wrapper .directions {
  position: absolute;
  left: 0;
  right: 0;
  top: 20px;
  z-index: 10; }

.directions > .row {
  position: relative;
  margin: 0 0 0 8.33333%;
  padding: 0;
  list-style-type: none;
  font-size: 0; }

.directions > .row > .button {
  margin-right: 3px;
  margin-bottom: 7px;
  padding: 8px 18px;
  text-transform: uppercase;
  color: #fff;
  background: #4b7477; }

@media screen and (max-width: 680px) {
  .directions > .row {
    margin-left: 0; }
  .directions > .row > .button {
    display: block; } }

.directions > .row > .button:hover,
.directions > .row > .button.active {
  text-decoration: none;
  color: #173533;
  background: #5cb7b6; }

.directions > .row > .button:focus {
  text-decoration: none; }

.directions > .row > .f-dropdown {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  list-style-type: none;
  z-index: 10; }

.directions > .row > .f-dropdown::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  left: 10px;
  top: -5px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #5cb7b6;
  z-index: 89; }

.directions > .row > .f-dropdown li {
  margin-top: 1px; }

.directions > .row > .f-dropdown li a {
  display: block;
  padding: 8px 18px;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 1px;
  font-weight: normal;
  text-transform: uppercase;
  color: #fff;
  background: #4b7477; }

.directions > .row > .f-dropdown li a:hover,
.directions > .row > .f-dropdown li a.active {
  text-decoration: none;
  color: #173533;
  background: #5cb7b6; }

.directions > .row > .f-dropdown li a:focus {
  text-decoration: none; }

/**
 * Helpers
 * -----------------------------------------------------------------------------
 */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden; }

/**
 * Media Queries
 * -----------------------------------------------------------------------------
 */
@media screen and (max-width: 1200px) {
  #header .container,
  #footer .container,
  .hero .container,
  .headline .container {
    width: auto;
    margin-left: 30px;
    margin-right: 30px; }
  .col {
    margin-left: 0;
    margin-right: 0; } }

@media screen and (max-width: 768px) {
  /*	.event-teaser .teaser-description .button {
		position: static;
		width: 100%;
		margin-top: 10px;
	}

	.event-teaser > img {
		width: 100%;
		max-width: none;
	}*/ }

@media screen and (max-width: 640px) {
  #header .container,
  #footer .container,
  .headline .container,
  .hero .container {
    margin-left: 15px;
    margin-right: 15px; }
  /*	.teaser-description {
		padding-left: 15px;
	}*/
  .footer-menu,
  .footer-social {
    width: 50%; }
  .footer-menu li {
    display: block;
    margin: 0 0 10px 0; }
  .footer-social-links li {
    margin: 0 10px; } }

@media screen and (max-width: 320px) {
  /*	.event-teaser .teaser-description .button {
		font-size: 8px;
    padding-left: 0;
    padding-right: 0;
	}*/ }

@media screen and (max-width: 768px) {
  .gallery.hero-gallery .bx-prev,
  .gallery.hero-gallery .bx-next {
    bottom: 30px;
    top: auto; } }

@media screen and (max-width: 640px) {
  .gallery.hero-gallery .bx-prev,
  .gallery.hero-gallery .bx-next {
    bottom: 15px; } }

@media screen and (max-width: 640px) {
  article:not(.small-span-10).col-right .project-picture .cta {
    margin-left: 0; } }

/**
 * Print
 * -----------------------------------------------------------------------------
 */
body {
  -webkit-text-size-adjust: none; }

select {
  background-image: url("../images/down-arrow.png");
  background-image: url("../images/down-arrow.svg");
  background-repeat: no-repeat;
  background-size: 14px 9px;
  background-position: 98% center; }

.background-1 {
  background-color: rgba(187, 135, 111, 0.05); }

.background-2 {
  background-color: rgba(187, 135, 111, 0.1); }

.background-3 {
  background-color: rgba(187, 135, 111, 0.15); }

.show-for-small {
  display: none; }
  @media screen and (max-width: 1024px) {
    .show-for-small {
      display: block; } }

.hide-for-small {
  display: block; }
  @media screen and (max-width: 1024px) {
    .hide-for-small {
      display: none; } }

.module .bx-wrapper {
  position: relative; }
  .module .bx-wrapper .bx-controls .bx-prev,
  .module .bx-wrapper .bx-controls .bx-next {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 9px;
    text-indent: -9999px;
    overflow: hidden;
    background-color: rgba(187, 135, 111, 0.7); }
    @media screen and (max-width: 768px) {
      .module .bx-wrapper .bx-controls .bx-prev,
      .module .bx-wrapper .bx-controls .bx-next {
        width: 20px;
        height: 20px;
        background-size: 5px; } }
  .module .bx-wrapper .bx-controls .bx-prev {
    left: 0;
    background-image: url("../images/arrow-left.png"); }
  .module .bx-wrapper .bx-controls .bx-next {
    right: 0;
    background-image: url("../images/arrow-right.png"); }

.captions {
  position: relative;
  font-weight: lighter;
  margin-top: 12px; }
  .captions .caption {
    display: none;
    position: absolute; }
    .captions .caption.active {
      position: relative; }

.news-teasers .bx-prev,
.news-teasers .bx-next {
  position: absolute;
  width: 16px !important;
  height: 40px;
  border: 0 !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px !important;
  text-indent: -9999px;
  overflow: hidden;
  background-color: transparent !important; }
  @media screen and (max-width: 768px) {
    .news-teasers .bx-prev,
    .news-teasers .bx-next {
      width: 20px;
      height: 20px;
      background-size: 5px; } }

.news-teasers .bx-prev {
  left: -27px !important;
  background-image: url("../images/arrow-left-type-2.png") !important; }

.news-teasers .bx-next {
  right: -27px !important;
  background-image: url("../images/arrow-right-type-2.png") !important; }

.gallery p,
.images-wrapper p {
  font-weight: lighter;
  margin-top: 12px; }

.article {
  margin: 0; }

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

.module > div {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 40px 40px 60px;
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    .module > div {
      padding: 40px; } }

.module h2 {
  color: #bb876f;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 15px; }
  .module h2:after {
    content: '';
    display: block;
    width: 53px;
    height: 2px;
    background-color: #bb876f;
    margin-top: 19px; }

.module h4 {
  color: #bb876f;
  margin-bottom: 15px; }

.module .content {
  font-size: 18px;
  line-height: 1.44; }
  @media screen and (max-width: 768px) {
    .module .content {
      font-size: 16px; } }
  .module .content .wp-caption {
    max-width: 100%; }

.module .button {
  background: transparent;
  color: #bb876f;
  border: 1px solid #bb876f; }
  .module .button:hover {
    background-color: rgba(187, 135, 111, 0.1); }

.module .content-column ul {
  list-style: initial;
  list-style-type: disc;
  margin-left: 20px; }

.module .content-column ol {
  list-style: initial;
  list-style-type: decimal;
  margin-left: 20px; }

.headline {
  margin: 0;
  padding: 0;
  background: transparent; }
  .headline .inner {
    padding: 40px 40px 60px;
    color: black;
    max-width: 1280px;
    margin: 0 auto;
    box-sizing: border-box; }
    .headline .inner h1 {
      font-size: 44px;
      line-height: 1.13;
      letter-spacing: 2px;
      color: #bb876f;
      font-weight: bold;
      text-transform: uppercase;
      position: relative;
      margin-bottom: 15px; }
      .headline .inner h1:after {
        content: '';
        display: block;
        width: 53px;
        height: 2px;
        background-color: #bb876f;
        margin-top: 19px; }
      @media screen and (max-width: 768px) {
        .headline .inner h1 {
          font-size: 38px; } }
    .headline .inner h2 {
      font-size: 26px;
      line-height: 1.38;
      color: #bb876f;
      margin-bottom: 15px;
      font-weight: normal; }
    .headline .inner .description {
      font-weight: bold;
      font-size: 18px; }

.module-a {
  position: relative; }
  .module-a .image-wrapper,
  .module-a .images-wrapper,
  .module-a .video-wrapper {
    max-width: 1680px;
    width: 100%;
    padding: 0; }
  .module-a .video-controls {
    max-width: 1680px;
    width: 100%;
    padding: 0;
    position: absolute;
    bottom: 0;
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    overflow: visible; }
    .module-a .video-controls a {
      display: block;
      width: 60px;
      height: 60px;
      background-image: url("../images/a-module-buttons.svg");
      background-repeat: no-repeat;
      background-size: 260px;
      overflow: hidden;
      text-indent: -9999px;
      position: absolute; }
      .module-a .video-controls a.toggle-play {
        right: 20px;
        bottom: 80px;
        background-position: -6px -77px; }
        .module-a .video-controls a.toggle-play.play {
          background-position: -69px -77px; }
          .module-a .video-controls a.toggle-play.play:hover {
            background-position: -69px -7px; }
        .module-a .video-controls a.toggle-play:hover {
          background-position: -6px -7px; }
      .module-a .video-controls a.toggle-audio {
        right: 20px;
        bottom: 21px;
        background-position: -194px -77px; }
        .module-a .video-controls a.toggle-audio:hover {
          background-position: -194px -7px; }
        .module-a .video-controls a.toggle-audio.mute {
          background-position: -132px -77px; }
          .module-a .video-controls a.toggle-audio.mute:hover {
            background-position: -132px -7px; }
      @media screen and (max-width: 768px) {
        .module-a .video-controls a {
          width: 40px;
          height: 40px;
          background-size: 180px; }
          .module-a .video-controls a.toggle-play {
            right: 10px;
            bottom: 65px;
            background-position: -6px -53px; }
            .module-a .video-controls a.toggle-play.play {
              background-position: -49px -53px; }
              .module-a .video-controls a.toggle-play.play:hover {
                background-position: -49px -53px; }
            .module-a .video-controls a.toggle-play:hover {
              background-position: -6px -53px; }
          .module-a .video-controls a.toggle-audio {
            right: 10px;
            bottom: 21px;
            background-position: -135px -52px; }
            .module-a .video-controls a.toggle-audio:hover {
              background-position: -135px -52px; }
            .module-a .video-controls a.toggle-audio.mute {
              background-position: -92px -52px; }
              .module-a .video-controls a.toggle-audio.mute:hover {
                background-position: -92px -52px; } }

.module-b h2 {
  font-size: 44px;
  line-height: 1.13;
  letter-spacing: 2px; }
  @media screen and (max-width: 768px) {
    .module-b h2 {
      font-size: 32px;
      line-height: 1.218; } }

.module-b h4 {
  font-size: 26px;
  line-height: 1.38; }
  @media screen and (max-width: 768px) {
    .module-b h4 {
      font-size: 22px;
      line-height: 1.27; } }

.module-b .content-column {
  float: left;
  width: 100%;
  max-width: 780px;
  font-weight: bold; }
  @media screen and (max-width: 1160px) {
    .module-b .content-column {
      float: none; } }

.module-b .button-column {
  float: right; }
  @media screen and (max-width: 1160px) {
    .module-b .button-column {
      float: none;
      clear: left;
      margin-top: 40px; } }

.module-c h2 {
  font-size: 32px;
  line-height: 1.21; }

@media screen and (max-width: 768px) {
  .module-c .media {
    margin-bottom: 20px; } }

@media screen and (max-width: 768px) {
  .module-c .media p {
    font-size: 16px;
    line-height: 23px; } }

@media screen and (min-width: 1024px) {
  .module-c.module-c-1 .media {
    width: 60%;
    float: left;
    margin-right: 100px; }
  .module-c.module-c-1 > div > .content {
    float: right;
    width: calc(40% - 100px); } }

@media screen and (max-width: 1024px) {
  .module-c.module-c-1 h2 {
    margin-top: 30px; } }

@media screen and (min-width: 1024px) {
  .module-c.module-c-2 .media {
    width: 60%;
    float: right;
    margin-left: 100px; }
  .module-c.module-c-2 > div > .content {
    float: left;
    width: calc(40% - 100px); } }

.module-c .button {
  margin-top: 40px; }

.news-teasers h2 {
  font-size: 44px;
  line-height: 1.33;
  letter-spacing: 2px;
  margin-bottom: 15px; }
  .news-teasers h2:after {
    display: none; }
  @media screen and (max-width: 768px) {
    .news-teasers h2 {
      font-size: 32px;
      line-height: 1.21; } }

.news-teasers h4 {
  margin-top: 0;
  font-size: 26px;
  line-height: 1.38px;
  margin-bottom: 34px; }
  @media screen and (max-width: 1024px) {
    .news-teasers h4 {
      font-size: 22px;
      line-height: 1.27; } }

.news-teasers .date {
  margin-top: 41px;
  font-size: 14px;
  font-weight: bold; }

.news-teasers h3 {
  font-size: 24px; }
  .news-teasers h3 a {
    color: black;
    text-decoration: none; }
    .news-teasers h3 a:hover {
      color: #bb876f; }

.newsletter h2 {
  font-size: 32px;
  letter-spacing: 1px; }
  .newsletter h2:after {
    display: none; }

.newsletter .description {
  color: black;
  font-size: 20px;
  line-height: 1.4; }

.newsletter .newsletter-text {
  width: 100%;
  max-width: 360px;
  float: left;
  margin-right: 50px; }

.newsletter #subForm {
  width: 100%;
  max-width: 390px;
  float: left; }
  .newsletter #subForm input[type='submit'] {
    width: auto;
    display: inline-block;
    padding: 10px 30px;
    float: right; }
    @media screen and (max-width: 320px) {
      .newsletter #subForm input[type='submit'] {
        padding: 10px; } }

.module.article > div {
  padding: 0 40px; }

.module.article h2 {
  font-size: 44px;
  line-height: 1.33;
  margin-top: 40px; }
  @media screen and (min-width: 768px) {
    .module.article h2 {
      width: 50%; } }
  @media screen and (max-width: 768px) {
    .module.article h2 {
      font-size: 30px; } }

.module.article h4 {
  font-size: 26px;
  line-height: 1.4; }
  @media screen and (min-width: 768px) {
    .module.article h4 {
      width: 50%; } }
  @media screen and (max-width: 768px) {
    .module.article h4 {
      font-size: 20px; } }

@media screen and (min-width: 768px) {
  .module.article .content-column {
    width: calc(50% - 20px);
    float: left; }
    .module.article .content-column:first-of-type {
      margin-right: 20px; }
    .module.article .content-column:last-of-type {
      margin-left: 20px; } }

.module.article .content-column h4 {
  width: 100%; }

.module.article blockquote {
  font-size: 36px;
  color: #bb876f;
  line-height: 1.22; }
  @media screen and (max-width: 1024px) {
    .module.article blockquote {
      font-size: 26px; } }
  @media screen and (max-width: 768px) {
    .module.article blockquote {
      font-size: 21px; } }
  .module.article blockquote p:before {
    content: '«';
    display: inline; }
  .module.article blockquote p:after {
    content: '»';
    display: inline; }

.sharing > div {
  padding: 0 40px 60px; }

.sharing .button.page-back {
  display: inline-block;
  vertical-align: middle;
  background: #4B7375;
  border: none;
  color: white;
  padding: 15px 25px;
  margin-right: 74px; }
  .sharing .button.page-back:hover {
    background: #5db8b3; }
  @media screen and (max-width: 360px) {
    .sharing .button.page-back {
      margin-bottom: 15px; } }

.sharing .social-links {
  display: inline-block;
  vertical-align: middle; }
  .sharing .social-links li:first-child {
    margin-left: 0; }

.slider .wide {
  max-width: 1680px;
  padding: 0; }
  .slider .wide .text-content,
  .slider .wide .caption {
    width: 100%;
    max-width: 1280px;
    padding: 0 40px;
    display: block;
    margin: 35px auto; }

.slider > div {
  padding: 0 40px; }

.slider h2 {
  margin-top: 22px;
  font-size: 44px;
  line-height: 1.33;
  margin-bottom: 0px;
  margin-top: 30px; }
  .slider h2:after {
    display: none; }
  @media screen and (max-width: 768px) {
    .slider h2 {
      font-size: 30px; } }

.slider h4 {
  margin-bottom: 35px;
  font-size: 26px;
  line-height: 1.36; }
  @media screen and (max-width: 768px) {
    .slider h4 {
      font-size: 26px; } }

.slider .caption {
  margin: 35px 0;
  width: 55%;
  font-size: 20px; }
  @media screen and (max-width: 768px) {
    .slider .caption {
      font-size: 16px;
      line-height: 23px;
      width: 100%;
      margin: 20px 0; } }

.spacer > div {
  padding: 0; }

.spacer .spacer.spacer-20 {
  padding-top: 20px; }

.spacer .spacer.spacer-30 {
  padding-top: 30px; }

.spacer .spacer.spacer-40 {
  padding-top: 40px; }

.spacer .spacer.spacer-50 {
  padding-top: 50px; }

.spacer .spacer.spacer-60 {
  padding-top: 60px; }

@media screen and (max-width: 768) {
  .spacer {
    display: none; } }

.information-module h2 {
  font-size: 44px;
  line-height: 1.33;
  margin-bottom: 0; }
  @media screen and (max-width: 768px) {
    .information-module h2 {
      font-size: 30px;
      line-height: 1.45; } }
  .information-module h2:after {
    display: none; }

.information-module h4 {
  margin-bottom: 32px;
  font-size: 26px;
  line-height: 1.36; }

.information-module .information-columns .information-column {
  float: left;
  width: 32.3333333333%;
  margin-right: 1.4166666667%; }
  @media screen and (max-width: 768px) {
    .information-module .information-columns .information-column {
      float: none;
      width: 100%;
      margin-right: 40px; } }
  .information-module .information-columns .information-column:last-of-type {
    margin-right: 0; }
  .information-module .information-columns .information-column img + h3 {
    margin-top: 30px; }
    @media screen and (max-width: 768px) {
      .information-module .information-columns .information-column img + h3 {
        margin-top: 15px;
        font-size: 20px; } }
  .information-module .information-columns .information-column h3 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.25;
    text-transform: uppercase; }
    @media screen and (max-width: 768px) {
      .information-module .information-columns .information-column h3 {
        font-size: 20px; } }
  .information-module .information-columns .information-column .description {
    font-size: 20px;
    font-weight: lighter;
    line-height: 1.4;
    margin-top: 35px; }
    @media screen and (max-width: 768px) {
      .information-module .information-columns .information-column .description {
        margin-top: 8px;
        font-size: 16px;
        margin-bottom: 20px; } }

.gallery.no-js li + li {
  display: none; }

.blog .container {
  max-width: 1280px; }

.article-teaser {
  max-width: 40%;
  margin: 0 40px; }
  @media screen and (max-width: 800px) {
    .article-teaser {
      max-width: 100%;
      margin-top: 40px !important; }
      .article-teaser .teaser-description {
        margin-left: 0 !important; } }
  .article-teaser .teaser-description .teaser-meta {
    font-weight: bold;
    font-size: 14px;
    line-height: 1.57; }
  .article-teaser .teaser-description .teaser-title {
    font-size: 24px;
    color: black;
    line-height: 1.33;
    font-weight: normal; }
  .article-teaser a:hover ~ .teaser-description .teaser-title {
    color: #bb876f; }

@media screen and (max-height: 768px) {
  .gm-style img {
    max-width: 100%; } }

@media screen and (max-width: 768px) {
  .footer-menu {
    width: 100%; }
    .footer-menu li {
      margin-bottom: 10px; } }

.cky-modal button,
.cky-modal input[type="submit"] {
  width: auto; }
