/*
Theme Name: KMP
Theme URI: http://www.wederundnoch.de
Author: Weder & Noch
Author URI: http://www.wederundnoch.de
Description: KMP Theme
Version: 1.0.0
*/
/*--------------------------------------------------------------
Normalize
Styles based on Normalize v5.0.0 @link https://github.com/necolas/normalize.css
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
footer,
header,
nav,
section {
  display: block; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

figcaption,
figure,
main {
  display: block; }

figure {
  margin: 1em 0; }

hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

pre {
  font-family: monospace, monospace;
  font-size: 1em; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:active,
a:hover {
  outline-width: 0; }

abbr[title] {
  border-bottom: 1px #767676 dotted;
  text-decoration: none; }

b,
strong {
  font-weight: inherit; }

b,
strong {
  font-weight: 700; }

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

dfn {
  font-style: italic; }

mark {
  background-color: #eee;
  color: #222; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

audio,
video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

img {
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  border: 1px solid #bbb;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  display: inline-block;
  vertical-align: baseline; }

textarea {
  overflow: auto; }

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

details,
menu {
  display: block; }

summary {
  display: list-item; }

canvas {
  display: inline-block; }

template {
  display: none; }

[hidden] {
  display: none; }

/*--------------------------------------------------------------
Mixins
--------------------------------------------------------------*/
/*--------------------------------------------------------------
Variables
 - Breakpoints
 - Colors
 - Font Family
 - Font Size
 - Font Weight
 - Sonstiges
--------------------------------------------------------------*/
/*--------------------------------------------------------------
Helper Classes
--------------------------------------------------------------*/
.container {
  box-sizing: border-box;
  padding: 0 15px;
  margin: 0 auto;
  max-width: 1200px;
  display: block; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }

.hidden-xs {
  display: none; }
  @media (min-width: 420px) {
    .hidden-xs {
      display: inherit; } }

.hidden-sm {
  display: none; }
  @media (min-width: 768px) {
    .hidden-sm {
      display: inherit; } }

.visible-sm {
  display: block; }
  @media (min-width: 768px) {
    .visible-sm {
      display: none; } }

.padding-top-bottom-100 {
  padding-top: 0;
  padding-bottom: 0; }
  @media (min-width: 768px) {
    .padding-top-bottom-100 {
      padding-top: 100px;
      padding-bottom: 100px; } }

.margin-top-40 {
  margin-top: 0; }
  @media screen and (min-width: 768px) {
    .margin-top-40 {
      margin-top: 40px; } }

.margin-top-100 {
  margin-top: 0; }
  @media screen and (min-width: 768px) {
    .margin-top-100 {
      margin-top: 100px; } }

.clearfix {
  clear: both; }

/*--------------------------------------------------------------
VC Widgets
--------------------------------------------------------------*/
.vc_row[data-vc-full-width] {
  overflow: visible !important; }

.vc_column-inner {
  padding-top: 0 !important; }

.slick-next {
  display: none !important; }
  @media screen and (min-width: 768px) {
    .slick-next {
      right: -85px !important;
      display: block !important; } }

.slick-prev {
  display: none !important; }
  @media screen and (min-width: 768px) {
    .slick-prev {
      left: -85px !important;
      display: block !important; } }

.svg .wpb_wrapper.vc_figure {
  width: 100%; }
.svg .vc_single_image-wrapper {
  width: 100%; }
.svg .vc_single_image-img {
  width: 60%; }

.img-svg img {
  width: 400px; }

.home-product-slider .slick-prev {
  border-top: 1px solid;
  border-left: 1px solid;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }
  .home-product-slider .slick-prev:active {
    border-top: 1px solid;
    border-left: 1px solid; }
  .home-product-slider .slick-prev i {
    display: none; }
.home-product-slider .slick-next {
  border-top: 1px solid;
  border-right: 1px solid;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }
  .home-product-slider .slick-next:active {
    border-top: 1px solid;
    border-right: 1px solid; }
  .home-product-slider .slick-next i {
    display: none; }

.ult-team-member-image img {
  border-radius: 100% !important;
  margin: 0 auto;
  width: auto !important;
  max-width: 100% !important;
  display: block;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1) !important; }

.vc-spacer-image {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  height: 452px; }
  .vc-spacer-image.vc-spacer-image-parallax {
    background-attachment: fixed; }
  .vc-spacer-image .vc-spacer-image-video-box {
    height: 100%; }
    .vc-spacer-image .vc-spacer-image-video-box .vc-spacer-image-video-button {
      position: relative;
      color: #333;
      top: 50%;
      left: 0;
      right: 0;
      margin: 0 auto;
      font-size: 80px;
      width: 80px;
      height: 80px;
      display: block;
      cursor: pointer;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }

.vc-spacer-image-video {
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 150px 0;
  z-index: 9999; }
  @media screen and (min-width: 420px) {
    .vc-spacer-image-video {
      padding: 100px; } }
  @media screen and (min-width: 992px) {
    .vc-spacer-image-video {
      padding: 150px; } }
  .vc-spacer-image-video .vc-spacer-image-video-close {
    color: #ad9d90;
    float: right;
    font-size: 40px;
    height: 40px;
    width: 40px;
    cursor: pointer; }
  .vc-spacer-image-video iframe {
    height: 100%;
    width: 100%; }

.vc-image-with-icons {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  height: 452px;
  padding: 140px 0; }
  @media (max-width: 768px) {
    .vc-image-with-icons {
      padding: 50px 0; } }
  @media (max-width: 420px) {
    .vc-image-with-icons {
      height: 810px; } }
  .vc-image-with-icons .vc-image-icon-box {
    position: relative;
    padding: 10px 82px;
    width: 25%;
    float: left;
    display: inline-block;
    cursor: pointer; }
    @media (max-width: 1200px) {
      .vc-image-with-icons .vc-image-icon-box {
        padding: 10px 56px; } }
    @media (max-width: 992px) {
      .vc-image-with-icons .vc-image-icon-box {
        padding: 10px 29px; } }
    @media (max-width: 768px) {
      .vc-image-with-icons .vc-image-icon-box {
        padding: 10px 37px;
        width: 50%; } }
    @media (max-width: 420px) {
      .vc-image-with-icons .vc-image-icon-box {
        width: 100%; } }
    .vc-image-with-icons .vc-image-icon-box:hover .vc-image-icon:before {
      -webkit-transform: skewX(0deg);
      -ms-transform: skewX(0deg);
      transform: skewX(0deg);
      left: 0; }
    .vc-image-with-icons .vc-image-icon-box .vc-image-icon {
      position: relative;
      background: #ad9d90;
      margin-bottom: 30px;
      padding: 25px 20px;
      height: 110px;
      display: block;
      overflow: hidden; }
      .vc-image-with-icons .vc-image-icon-box .vc-image-icon:before {
        -webkit-transform: skewX(-48deg);
        -ms-transform: skewX(-48deg);
        transform: skewX(-48deg);
        -webkit-transition: all 0.4s ease-out;
        -moz-transition: all 0.4s ease-out;
        -o-transition: all 0.4s ease-out;
        transition: all 0.4s ease-out;
        background: rgba(0, 0, 0, 0.2);
        position: absolute;
        top: 0;
        left: 60px;
        right: 0;
        bottom: 0;
        height: 100%;
        width: 150%;
        content: '';
        display: block;
        z-index: 1; }
      .vc-image-with-icons .vc-image-icon-box .vc-image-icon .vc-icon {
        position: relative;
        background-position: center center;
        background-repeat: no-repeat;
        height: 100%;
        width: 100%;
        content: '';
        display: block;
        z-index: 2; }
      .vc-image-with-icons .vc-image-icon-box .vc-image-icon.company .vc-icon {
        background-image: url("./includes/images/icons/icon-unternehmen.png"); }
      .vc-image-with-icons .vc-image-icon-box .vc-image-icon.products .vc-icon {
        background-image: url("./includes/images/icons/icon-product.png"); }
      .vc-image-with-icons .vc-image-icon-box .vc-image-icon.quality .vc-icon {
        background-image: url("./includes/images/icons/icon-quality.png"); }
      .vc-image-with-icons .vc-image-icon-box .vc-image-icon.career .vc-icon {
        background-image: url("./includes/images/icons/icon-career.png"); }
    .vc-image-with-icons .vc-image-icon-box .vc-image-icon-arrow {
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      background-color: #a08d7e;
      position: absolute;
      left: 50%;
      top: 108px;
      margin-left: -12px;
      height: 25px;
      width: 25px;
      content: '';
      display: block;
      z-index: 1; }
    .vc-image-with-icons .vc-image-icon-box .vc-image-icon-text {
      color: #FFF;
      font-size: "Lato", sans-serif;
      font-weight: 600;
      line-height: 22px;
      text-transform: uppercase;
      text-align: center; }

.product-categories {
  text-align: center;
  display: block; }
  .product-categories .product-category {
    border: 1px solid #ad9d90;
    color: #ad9d90;
    padding: 10px 20px;
    width: auto;
    display: block;
    cursor: pointer; }
    @media screen and (min-width: 420px) {
      .product-categories .product-category {
        display: inline-block; }
        .product-categories .product-category + .product-category {
          margin-left: 20px; } }
    .product-categories .product-category.active, .product-categories .product-category:hover {
      background: #ad9d90;
      color: #FFF; }
    .product-categories .product-category + .product-category {
      margin-top: 15px; }

.products-box {
  margin-bottom: 150px; }
  .products-box .product {
    display: none; }
    .products-box .product.active {
      display: block; }
    .products-box .product .product-title {
      color: #000;
      font-family: "Lato", sans-serif;
      font-weight: 100;
      font-size: 40px;
      line-height: 45px;
      text-align: center;
      margin: 30px 0; }
      @media screen and (min-width: 420px) {
        .products-box .product .product-title {
          font-size: 80px;
          line-height: 85px; } }
    .products-box .product .product-description {
      color: #000;
      font-family: "Lato", sans-serif;
      font-weight: 300;
      font-size: 18px;
      line-height: 20px;
      text-align: center; }
    .products-box .product .size-filter {
      margin-top: 30px;
      margin-bottom: 20px;
      text-align: center;
      display: block; }
      .products-box .product .size-filter .size {
        border: 1px solid #ad9d90;
        color: #ad9d90;
        padding: 0 10px;
        width: auto;
        display: inline-block;
        cursor: pointer; }
        .products-box .product .size-filter .size.active, .products-box .product .size-filter .size:hover {
          background: #ad9d90;
          color: #FFF; }
    .products-box .product .color-filter {
      margin-bottom: 20px;
      text-align: center;
      display: block; }
      .products-box .product .color-filter .color {
        position: relative;
        border: 1px solid #ad9d90;
        border-radius: 100%;
        height: 16px;
        margin-right: 5px;
        width: 16px;
        display: none;
        cursor: pointer; }
        .products-box .product .color-filter .color.active {
          display: inline-block; }
        .products-box .product .color-filter .color:hover:before {
          position: absolute;
          top: -2px;
          left: -2px;
          border-radius: 100%;
          border: 1px solid #ad9d90;
          height: 18px;
          width: 18px;
          content: '';
          display: block; }
        .products-box .product .color-filter .color.selected:before {
          position: absolute;
          top: -3px;
          left: -3px;
          border-radius: 100%;
          border: 1px solid #ad9d90;
          height: 20px;
          width: 20px;
          content: '';
          display: block; }
    .products-box .product .image-slideshow {
      display: none; }
      .products-box .product .image-slideshow.active {
        display: block; }
      .products-box .product .image-slideshow .controls {
        position: absolute;
        border-top: 1px solid #ad9d90;
        border-left: 1px solid #ad9d90;
        height: 30px;
        width: 30px;
        display: none;
        cursor: pointer;
        z-index: 999; }
        @media screen and (min-width: 420px) {
          .products-box .product .image-slideshow .controls {
            display: inline-block; } }
      .products-box .product .image-slideshow .productPrev {
        top: 35%;
        left: 20px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg); }
      .products-box .product .image-slideshow .productNext {
        top: 35%;
        right: 20px;
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg); }
      .products-box .product .image-slideshow .slide {
        right: 0;
        text-align: center;
        width: 100%; }
        .products-box .product .image-slideshow .slide a {
          border: 1px solid #ad9d90;
          color: #ad9d90;
          padding: 10px 20px;
          margin-top: 20px;
          display: inline-block; }
        .products-box .product .image-slideshow .slide img {
          max-width: 100%;
          max-height: 400px; }

/*--------------------------------------------------------------
Main Styles
--------------------------------------------------------------*/
body {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 30px;
  text-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.005);
  -webkit-font-smoothing: antialiased !important; }

a {
  color: #ad9d90;
  text-decoration: none;
  cursor: pointer;
  outline: 0; }

.site-content ul {
  list-style: none;
  padding-left: 25px; }
  .site-content ul li {
    position: relative; }
    .site-content ul li:before {
      color: #ad9d90;
      position: absolute;
      left: -18px;
      content: '//';
      display: inline-block; }

.page-template-tpl-no-header-space .header {
  margin-bottom: 0; }

.site {
  overflow: hidden; }

.color-gold {
  color: #ad9d90; }

.color-white {
  color: #FFF; }

.big-text {
  font-family: "Lato", sans-serif;
  font-weight: 100;
  font-size: 40px;
  line-height: 45px;
  text-transform: uppercase; }
  @media screen and (max-width: 420px) {
    .big-text {
      font-size: 40px !important;
      line-height: 45px !important; } }
  @media screen and (min-width: 420px) {
    .big-text {
      font-size: 48px; } }
  @media screen and (min-width: 992px) {
    .big-text {
      font-size: 65px;
      line-height: 70px; } }
  @media screen and (min-width: 1200px) {
    .big-text {
      font-size: 80px;
      line-height: 85px; } }

.button {
  border: 1px solid #000;
  color: #000;
  font-family: "Lato", sans-serif;
  font-weight: 100;
  font-size: 30px;
  line-height: 40px;
  padding: 10px 30px;
  display: inline-block; }
  @media screen and (min-width: 768px) {
    .button {
      padding: 10px 50px; } }
  .button a {
    color: inherit;
    text-decoration: none;
    text-transform: uppercase; }
  .button.button-gold {
    border-color: #ad9d90;
    color: #ad9d90; }

.home .button {
  font-weight: 300;
  padding: 0 20px;
  font-size: 20px; }

.underline {
  position: relative;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 30px;
  line-height: 60px;
  text-transform: uppercase; }
  .underline:before {
    background: #ad9d90;
    position: absolute;
    left: 0;
    bottom: -20px;
    height: 1px;
    width: 60px;
    content: '';
    display: block; }

.bubble-box {
  position: absolute;
  top: 452px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 20px;
  display: none;
  z-index: 99; }
  .bubble-box .line {
    background: #ad9d90;
    height: 0;
    max-height: 140px;
    width: 1px;
    -webkit-transition: all 0s ease-out;
    -moz-transition: all 0s ease-out;
    -o-transition: all 0s ease-out;
    transition: all 0s ease-out; }
  .bubble-box .bubble {
    background: transparent;
    border: 1px solid #ad9d90;
    border-radius: 100%;
    padding: 5px;
    margin-left: -15px;
    height: 20px;
    width: 20px; }
    .bubble-box .bubble .bubble-inner {
      background: #ad9d90;
      border-radius: 100%;
      height: 100%;
      width: 100%; }

.info-formatiert strong {
  min-width: 60px;
  display: inline-block; }

.error-404 {
  margin-top: 50px;
  margin-bottom: 50px; }
  @media screen and (min-width: 768px) {
    .error-404 {
      margin-top: 150px;
      margin-bottom: 150px; } }
  .error-404 .page-header {
    width: 100%; }
    @media screen and (min-width: 768px) {
      .error-404 .page-header {
        box-sizing: border-box;
        padding-right: 15px;
        float: left;
        width: 50%;
        display: inline-block; } }
  .error-404 .page-content {
    width: 100%; }
    @media screen and (min-width: 768px) {
      .error-404 .page-content {
        box-sizing: border-box;
        padding-left: 80px;
        float: left;
        width: 50%;
        display: inline-block; } }
    @media screen and (min-width: 992px) {
      .error-404 .page-content {
        padding-left: 130px; } }

/*--------------------------------------------------------------
Header Styles
--------------------------------------------------------------*/
.site-header {
  background: rgba(255, 255, 255, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 10px 0 0;
  z-index: 999;
  display: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=0, Color=#000000)";
  /*IE 8*/
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /*FF 3.5+*/
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color=#000000);
  /*IE 5.5-7*/ }
  @media screen and (max-width: 992px) {
    .site-header {
      display: none !important; } }
  .site-header .container {
    position: relative; }
  .site-header .site-branding {
    margin-top: 6px;
    float: left;
    display: inline-block; }
    .site-header .site-branding img {
      height: 50px;
      display: block; }
  .site-header .primary-menu {
    margin: 15px 0 0 60px;
    padding: 0;
    list-style: none;
    display: inline-block; }
    .site-header .primary-menu .menu-item {
      padding-bottom: 30px;
      display: inline-block; }
      .site-header .primary-menu .menu-item:before {
        color: #ad9d90;
        content: '//';
        display: none; }
      .site-header .primary-menu .menu-item.current_page_item > a, .site-header .primary-menu .menu-item.current-menu-parent > a {
        font-weight: 700; }
      .site-header .primary-menu .menu-item + .menu-item {
        margin-left: 10px; }
        @media screen and (min-width: 1200px) {
          .site-header .primary-menu .menu-item + .menu-item {
            margin-left: 20px; } }
      .site-header .primary-menu .menu-item a {
        font-family: "Lato", sans-serif;
        font-weight: 400;
        font-size: 11px;
        line-height: 14px; }
      .site-header .primary-menu .menu-item .sub-menu {
        background: rgba(255, 255, 255, 0.9);
        position: absolute;
        top: 75px !important;
        padding-top: 0 !important;
        padding-left: 0 !important;
        margin-left: -10px;
        display: none;
        -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=0, Color=#000000)";
        /*IE 8*/
        -moz-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.05);
        /*FF 3.5+*/
        -webkit-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.05);
        /*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
        box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.05);
        /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
        filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color=#000000);
        /*IE 5.5-7*/ }
        .site-header .primary-menu .menu-item .sub-menu .menu-item {
          padding: 0;
          margin: 0;
          display: block; }
          .site-header .primary-menu .menu-item .sub-menu .menu-item a {
            box-sizing: border-box;
            padding: 10px 10px;
            width: 100%;
            display: inline-block; }
          .site-header .primary-menu .menu-item .sub-menu .menu-item.current_page_item {
            background: #ad9d90; }
            .site-header .primary-menu .menu-item .sub-menu .menu-item.current_page_item a {
              color: #FFF; }
          .site-header .primary-menu .menu-item .sub-menu .menu-item:hover {
            background: #ad9d90; }
            .site-header .primary-menu .menu-item .sub-menu .menu-item:hover a {
              color: #FFF; }
  .site-header .wpml-ls-slot-2 + .wpml-ls-slot-2 {
    margin-left: 5px !important; }
  .site-header .wpml-ls-slot-2.wpml-ls-current-language a {
    font-weight: 700; }
  .site-header .wpml-ls-slot-2.wpml-ls-first-item:before {
    position: relative;
    background: #ad9d90;
    top: 2px;
    left: -7px;
    height: 13px;
    width: 1px;
    content: '';
    display: inline-block; }
    @media screen and (min-width: 1200px) {
      .site-header .wpml-ls-slot-2.wpml-ls-first-item:before {
        left: -12px; } }
  .site-header .wpml-ls-slot-2 .wpml-ls-display {
    display: none; }

.header {
  position: relative;
  background-position: center;
  background-size: cover;
  box-sizing: border-box;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  padding: 10vw;
  margin-bottom: 100px;
  height: 100vh;
  width: 100vw;
  display: block;
  z-index: 9; }
  @media screen and (min-width: 768px) {
    .header {
      margin-bottom: 175px;
      padding: 5vw 10vw; } }
  .header .images {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0; }
    .header .images .image {
      background-position: center;
      background-size: cover;
      position: absolute;
      height: 100vh;
      width: 100vw; }
    .header .images .cycle-control {
      border-top: 1px solid #FFF;
      position: absolute;
      top: 45vh;
      height: 40px;
      width: 40px;
      z-index: 999;
      cursor: pointer;
      display: none; }
      @media screen and (min-width: 768px) {
        .header .images .cycle-control {
          display: block; } }
      .header .images .cycle-control#prev {
        border-left: 1px solid #FFF;
        left: 10vw;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg); }
      .header .images .cycle-control#next {
        border-right: 1px solid #FFF;
        right: 10vw;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg); }
  .header #title-box {
    background: rgba(173, 157, 144, 0.7);
    box-sizing: border-box;
    color: #FFF;
    position: absolute;
    padding: 40px;
    top: 50%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: auto;
    max-width: 90%;
    display: inline-block;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    @media screen and (min-width: 768px) {
      .header #title-box {
        padding: 60px;
        width: 555px; } }
    .header #title-box .logo {
      position: relative;
      margin: 0 auto;
      height: 100px;
      max-width: 100%;
      display: block; }
    .header #title-box .slogan {
      font-family: "Lato", sans-serif;
      font-weight: 100;
      font-size: 40px;
      line-height: 40px;
      margin-top: 0;
      margin-bottom: 20px;
      text-align: center;
      text-transform: uppercase; }
      @media screen and (min-width: 768px) {
        .header #title-box .slogan {
          font-size: 80px;
          line-height: 80px;
          text-align: left; } }
      @media screen and (min-width: 420px) {
        .header #title-box .slogan .creative {
          letter-spacing: 8.5px; } }
      .header #title-box .slogan .lifestyle {
        font-weight: 400 !important; }
        @media screen and (min-width: 420px) {
          .header #title-box .slogan .lifestyle {
            letter-spacing: 5px; } }
    .header #title-box .site-title {
      border-top: 1px solid #FFF;
      font-family: "Lato", sans-serif;
      font-weight: 400;
      font-size: 32px;
      line-height: 34px;
      margin: 0;
      padding-top: 20px;
      text-align: center; }
      @media screen and (min-width: 420px) {
        .header #title-box .site-title {
          font-size: 38px;
          line-height: 38px; } }
      @media screen and (min-width: 768px) {
        .header #title-box .site-title {
          font-size: 78px;
          line-height: 78px; } }
      .header #title-box .site-title.site-title-home {
        font-size: 18px !important;
        line-height: 30px !important;
        font-weight: 300 !important; }
  .header #menu-toggle {
    position: relative;
    float: right;
    padding: 5px 10px;
    height: auto;
    width: 47px;
    cursor: pointer;
    z-index: 9; }
    @media screen and (max-width: 992px) {
      .header #menu-toggle {
        position: fixed;
        top: 5vw;
        right: 10vw; } }
    @media screen and (max-width: 768px) {
      .header #menu-toggle {
        top: 9vw;
        right: 9vw; } }
    .header #menu-toggle.menu-toggle-bg {
      background: rgba(173, 157, 144, 0.7); }
      .header #menu-toggle.menu-toggle-bg.menu-open {
        padding-bottom: 15px; }
      .header #menu-toggle.menu-toggle-bg #toggle-text {
        color: #FFF !important; }
      .header #menu-toggle.menu-toggle-bg .line {
        background: #FFF !important; }
    .header #menu-toggle.menu-open #toggle-text {
      color: #ad9d90;
      margin-bottom: 6px; }
    .header #menu-toggle.menu-open span {
      background: #ad9d90; }
      .header #menu-toggle.menu-open span:nth-child(2) {
        position: relative;
        top: 10px;
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg); }
      .header #menu-toggle.menu-open span:nth-child(3) {
        display: none; }
      .header #menu-toggle.menu-open span:nth-child(4) {
        position: relative;
        top: -2px;
        -moz-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg); }
    .header #menu-toggle #toggle-text {
      color: #FFF;
      font-size: 16px;
      font-weight: 300;
      text-transform: uppercase;
      margin-bottom: 0;
      -webkit-transition: all 0.4s ease-out;
      -moz-transition: all 0.4s ease-out;
      -o-transition: all 0.4s ease-out;
      transition: all 0.4s ease-out; }
    .header #menu-toggle span {
      background: #FFF;
      margin-bottom: 10px;
      height: 2px;
      width: 100%;
      display: block;
      -webkit-transition: all 0.4s ease-out;
      -moz-transition: all 0.4s ease-out;
      -o-transition: all 0.4s ease-out;
      transition: all 0.4s ease-out; }
    .header #menu-toggle.menu-toggle-dark #toggle-text {
      color: #ad9d90; }
    .header #menu-toggle.menu-toggle-dark span {
      background: #ad9d90; }
  .header #menu-box {
    background-color: rgba(255, 255, 255, 0.95);
    background-image: url("./includes/images/creative.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    position: absolute;
    top: 9vw;
    left: 9vw;
    right: 9vw;
    bottom: 9vw;
    display: none;
    overflow: scroll; }
    @media screen and (min-width: 768px) {
      .header #menu-box {
        top: 4vw;
        bottom: 4vw; } }
    .header #menu-box.menu-box-fixed {
      position: fixed;
      -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=0, Color=#000000)";
      /*IE 8*/
      -moz-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
      /*FF 3.5+*/
      -webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
      /*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
      box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
      /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
      filter: progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=135, Color=#000000);
      /*IE 5.5-7*/ }
    .header #menu-box #menu-text {
      color: #ad9d90;
      font-family: "Lato", sans-serif;
      font-weight: 700;
      font-size: 40px;
      line-height: 40px;
      text-align: center;
      text-transform: uppercase;
      margin: 16vh 0 2vh; }
      @media screen and (min-width: 768px) {
        .header #menu-box #menu-text {
          font-size: 100px;
          line-height: 100px;
          margin: 12vh 0 2vh; } }
      @media screen and (min-width: 992px) {
        .header #menu-box #menu-text {
          margin: 8vh 0 2vh; } }
      @media screen and (min-width: 1200px) {
        .header #menu-box #menu-text {
          margin: 8vh 0 2vh; } }
    .header #menu-box .primary-menu {
      list-style: none;
      margin: 0;
      padding: 0; }
      .header #menu-box .primary-menu > .menu-item.menu-item-has-children > a .down-arrow {
        position: absolute;
        top: 3px;
        right: -25px;
        background-image: url("./includes/images/icons/down-arrow.svg");
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        height: 100%;
        width: 15px;
        display: inline-block;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
        @media screen and (min-width: 768px) {
          .header #menu-box .primary-menu > .menu-item.menu-item-has-children > a .down-arrow {
            top: 5px;
            right: -30px;
            width: 20px; } }
        .header #menu-box .primary-menu > .menu-item.menu-item-has-children > a .down-arrow.down-arrow-active {
          -webkit-transform: rotate(180deg);
          -moz-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
          -o-transform: rotate(180deg);
          transform: rotate(180deg); }
      .header #menu-box .primary-menu .menu-item {
        text-align: center; }
        .header #menu-box .primary-menu .menu-item.current_page_item a {
          font-weight: 700; }
        .header #menu-box .primary-menu .menu-item a {
          position: relative;
          color: #ad9d90;
          font-family: "Lato", sans-serif;
          font-weight: 300;
          font-size: 22px;
          line-height: 52px;
          text-decoration: none; }
          @media screen and (min-width: 768px) {
            .header #menu-box .primary-menu .menu-item a {
              font-size: 36px;
              line-height: 72px; } }
        .header #menu-box .primary-menu .menu-item.wpml-ls-slot-2 {
          display: none; }
      .header #menu-box .primary-menu .sub-menu {
        padding: 0;
        margin: -15px 0 15px 0;
        list-style: none;
        display: none; }
        @media screen and (min-width: 768px) {
          .header #menu-box .primary-menu .sub-menu {
            margin: -15px 0 -5px 0; } }
        .header #menu-box .primary-menu .sub-menu li a {
          font-size: 18px;
          font-weight: 500;
          line-height: 18px; }
  .header .bubble-box {
    top: 527px; }
    .header .bubble-box .line {
      max-height: 140px; }
      @media screen and (min-width: 420px) {
        .header .bubble-box .line {
          max-height: 260px; } }
      @media screen and (min-width: 768px) {
        .header .bubble-box .line {
          max-height: 410px; } }
  .header .wpml-ls {
    margin-top: 50px;
    margin-bottom: -50px;
    text-align: center; }
    .header .wpml-ls .wpml-ls-item + .wpml-ls-item {
      margin-left: 10px; }
      .header .wpml-ls .wpml-ls-item + .wpml-ls-item:before {
        position: relative;
        background: #ad9d90;
        top: 4px;
        margin-right: 5px;
        height: 18px;
        width: 1px;
        content: '';
        display: inline-block; }
    .header .wpml-ls .wpml-ls-item.wpml-ls-current-language a {
      top: 0;
      font-size: 18px;
      font-weight: 700; }
    .header .wpml-ls .wpml-ls-item a {
      position: relative;
      top: -1px;
      font-size: 19px;
      padding: 2px 2px 4px;
      display: inline-block; }
      .header .wpml-ls .wpml-ls-item a .wpml-ls-display {
        display: none; }

/*--------------------------------------------------------------
Footer Styles
--------------------------------------------------------------*/
.creative-box {
  position: relative;
  height: auto;
  width: 100%;
  display: block; }
  .creative-box .creative-shadow {
    background: rgba(255, 255, 255, 0.95);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .creative-box .creative-text {
    color: #ad9d90;
    font-family: "Lato", sans-serif;
    font-weight: 100;
    font-size: 118px;
    letter-spacing: -28px;
    line-height: 95px;
    text-align: right;
    text-transform: uppercase;
    padding-right: 60px;
    display: block; }
    @media screen and (min-width: 420px) {
      .creative-box .creative-text {
        font-size: 190px;
        letter-spacing: -40px;
        line-height: 148px; } }
    @media screen and (min-width: 992px) {
      .creative-box .creative-text {
        font-size: 310px;
        letter-spacing: -70px;
        line-height: 240px; } }
    @media screen and (min-width: 1200px) {
      .creative-box .creative-text {
        font-size: 410px;
        letter-spacing: -90px;
        line-height: 320px; } }

.site-footer #footer-content {
  background-color: #ad9d90;
  background-image: url("./includes/images/footer-bg.png");
  background-position: center;
  background-size: cover;
  color: #FFF;
  padding-bottom: 80px;
  min-height: 600px; }
  .site-footer #footer-content p {
    margin: 0; }
  .site-footer #footer-content a {
    color: #FFF;
    text-decoration: none; }
  .site-footer #footer-content .regular {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-size: 18px; }
  .site-footer #footer-content #footer-left {
    box-sizing: border-box;
    padding: 0 15px;
    width: 100%;
    display: inline-block; }
    @media screen and (min-width: 992px) {
      .site-footer #footer-content #footer-left {
        float: left;
        margin-right: 5%;
        width: 45%; } }
  .site-footer #footer-content #footer-right {
    box-sizing: border-box;
    padding: 0 15px;
    width: 100%;
    display: inline-block; }
    @media screen and (min-width: 992px) {
      .site-footer #footer-content #footer-right {
        width: 50%; } }
  .site-footer #footer-content .footer-icon-box {
    margin-top: 60px;
    width: 100%;
    text-align: center; }
    @media screen and (min-width: 992px) {
      .site-footer #footer-content .footer-icon-box {
        margin-right: 2%;
        float: left;
        width: 20%; } }
    .site-footer #footer-content .footer-icon-box img {
      max-width: 100%;
      width: 180px; }
  .site-footer #footer-content .footer-content-box {
    width: 100%; }
    @media screen and (min-width: 992px) {
      .site-footer #footer-content .footer-content-box {
        float: left;
        width: 78%; } }
  .site-footer #footer-content .footer-headline {
    font-family: "Lato", sans-serif;
    font-weight: 300;
    font-size: 50px;
    margin: 10px 0 10px;
    text-align: center;
    line-height: 1; }
    @media screen and (min-width: 420px) {
      .site-footer #footer-content .footer-headline {
        font-size: 60px; } }
    @media screen and (min-width: 768px) {
      .site-footer #footer-content .footer-headline {
        text-align: left; } }
    @media screen and (min-width: 992px) {
      .site-footer #footer-content .footer-headline {
        margin: 80px 0 10px; } }
  .site-footer #footer-content .footer-form {
    margin: 20px 0; }
    .site-footer #footer-content .footer-form.footer-newsletter-form {
      margin: 20px 0 30px;
      min-height: 80px; }
      .site-footer #footer-content .footer-form.footer-newsletter-form input[type=submit] {
        width: 100%; }
      .site-footer #footer-content .footer-form.footer-newsletter-form p {
        display: inline-block; }
        .site-footer #footer-content .footer-form.footer-newsletter-form p:first-of-type {
          float: left;
          width: 60%; }
        .site-footer #footer-content .footer-form.footer-newsletter-form p:last-of-type {
          margin-left: 2%;
          width: 38%; }
      .site-footer #footer-content .footer-form.footer-newsletter-form .haet-cleverreach-field-wrap {
        float: left;
        display: inline-block; }
        .site-footer #footer-content .footer-form.footer-newsletter-form .haet-cleverreach-field-wrap.type-email {
          width: 60%; }
          .site-footer #footer-content .footer-form.footer-newsletter-form .haet-cleverreach-field-wrap.type-email input {
            height: 52px; }
        .site-footer #footer-content .footer-form.footer-newsletter-form .haet-cleverreach-field-wrap.type-submit {
          box-sizing: border-box;
          padding-left: 5px;
          width: 40%; }
          .site-footer #footer-content .footer-form.footer-newsletter-form .haet-cleverreach-field-wrap.type-submit button {
            text-transform: uppercase;
            font-size: 18px;
            line-height: 22px;
            width: 100%; }
    .site-footer #footer-content .footer-form input, .site-footer #footer-content .footer-form textarea {
      font-family: "Lato", sans-serif;
      font-weight: 300;
      font-size: 18px;
      background: transparent;
      border: 1px solid #FFF;
      box-sizing: border-box;
      color: #FFF;
      text-transform: uppercase;
      padding: 15px 10px;
      margin-bottom: 10px;
      width: 100%;
      outline: 0; }
    .site-footer #footer-content .footer-form textarea {
      height: 150px; }
    .site-footer #footer-content .footer-form input[type=submit], .site-footer #footer-content .footer-form button {
      border: none;
      background: #FFF;
      color: #ad9d90;
      float: right;
      padding: 15px 30px;
      width: auto;
      cursor: pointer;
      max-width: 100%;
      line-height: 1; }
      @media screen and (min-width: 992px) {
        .site-footer #footer-content .footer-form input[type=submit], .site-footer #footer-content .footer-form button {
          padding: 15px 10px; } }
      @media screen and (min-width: 1200px) {
        .site-footer #footer-content .footer-form input[type=submit], .site-footer #footer-content .footer-form button {
          padding: 15px 20px; } }
    .site-footer #footer-content .footer-form ::-webkit-input-placeholder {
      /* WebKit, Blink, Edge */
      color: rgba(255, 255, 255, 0.5); }
    .site-footer #footer-content .footer-form :-moz-placeholder {
      /* Mozilla Firefox 4 to 18 */
      color: rgba(255, 255, 255, 0.5);
      opacity: 1; }
    .site-footer #footer-content .footer-form ::-moz-placeholder {
      /* Mozilla Firefox 19+ */
      color: rgba(255, 255, 255, 0.5);
      opacity: 1; }
    .site-footer #footer-content .footer-form :-ms-input-placeholder {
      /* Internet Explorer 10-11 */
      color: rgba(255, 255, 255, 0.5); }
  .site-footer #footer-content .footer-text {
    font-family: "Lato", sans-serif;
    font-weight: 300;
    font-size: 18px; }
    .site-footer #footer-content .footer-text.footer-contact-info {
      text-align: center; }
      @media (min-width: 420px) {
        .site-footer #footer-content .footer-text.footer-contact-info {
          margin-top: -40px;
          text-align: left; } }
  .site-footer #footer-content .footer-contact-social {
    margin-top: 20px;
    text-align: center; }
    @media (min-width: 420px) {
      .site-footer #footer-content .footer-contact-social {
        margin-top: -20px;
        text-align: left; } }
    .site-footer #footer-content .footer-contact-social .footer-contact {
      display: block; }
      @media (min-width: 420px) {
        .site-footer #footer-content .footer-contact-social .footer-contact {
          float: left;
          display: inline-block; } }
    .site-footer #footer-content .footer-contact-social .footer-social {
      margin-top: 40px;
      display: block; }
      @media screen and (min-width: 420px) {
        .site-footer #footer-content .footer-contact-social .footer-social {
          float: left;
          margin-top: 0;
          margin-left: 50px;
          display: inline-block; } }
      @media screen and (min-width: 992px) {
        .site-footer #footer-content .footer-contact-social .footer-social {
          margin-top: 40px;
          margin-left: 0; } }
      @media screen and (min-width: 1200px) {
        .site-footer #footer-content .footer-contact-social .footer-social {
          margin-top: 0;
          margin-left: 50px; } }
  .site-footer #footer-content .social-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block; }
    .site-footer #footer-content .social-menu .menu-item a {
      font-family: "Lato", sans-serif;
      font-weight: 300;
      font-size: 18px; }
  .site-footer #footer-content .logo-box {
    border-top: 1px solid #FFF;
    margin-top: 20px;
    padding-top: 20px;
    text-align: right;
    display: block;
    height: 80px; }
    .site-footer #footer-content .logo-box img {
      height: 100%;
      width: auto; }
.site-footer #footer-line {
  background: #FFF;
  padding: 10px 0;
  text-align: center; }
  .site-footer #footer-line .copyright {
    font-family: "Lato", sans-serif;
    font-weight: 300;
    font-size: 14px;
    margin: 0 1px 0 0;
    display: block; }
    @media screen and (min-width: 768px) {
      .site-footer #footer-line .copyright {
        display: inline-block; } }
    .site-footer #footer-line .copyright:after {
      background: #000;
      position: relative;
      top: 3px;
      content: '';
      margin-left: 4px;
      height: 15px;
      width: 1px;
      display: none; }
      @media screen and (min-width: 768px) {
        .site-footer #footer-line .copyright:after {
          display: inline-block; } }
  .site-footer #footer-line .footer-navigation {
    display: inline-block; }
    .site-footer #footer-line .footer-navigation .footer-menu {
      list-style: none;
      margin: 0;
      padding: 0;
      display: inline-block; }
      .site-footer #footer-line .footer-navigation .footer-menu .menu-item {
        display: inline-block; }
        .site-footer #footer-line .footer-navigation .footer-menu .menu-item + .menu-item a {
          border-left: 1px solid #000;
          margin-left: 2px;
          padding-left: 5px; }
        .site-footer #footer-line .footer-navigation .footer-menu .menu-item a {
          font-family: "Lato", sans-serif;
          font-weight: 300;
          font-size: 14px;
          color: #000;
          text-decoration: none; }

/*# sourceMappingURL=style.css.map */
