@import url(http://fonts.googleapis.com/css?family=Oswald);
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
dl,
table,
li,
dd,
dt {
  margin: 0;
  padding: 0;
  font-weight: normal;
  border: none;
}
ul {
  list-style-type: none;
}
*:focus {
  outline: none;
}
*::selection {
  color: #ffffff;
  background: #cf373c;
}
*::-moz-selection {
  color: #ffffff;
  background: #cf373c;
}
.noise-light {
  background-image: url(images/noise-light.png);
}
.noise-dark {
  background-image: url(images/noise-dark.png);
}
body {
  background: #ffffff;
}
.wrapper {
  overflow: auto;
  background-color: none;
}
.wrapper:nth-child(even) {
  background-color: none;
}
footer div.wrapper {
  background-color: #262626;
}
footer div.wrapper:nth-child(even) {
  background-color: #262626;
}
.column-wrapper {
  max-width: 1600px;
  margin: 0 auto;
  padding: 1.5em 0;
  overflow: auto;
  clear: both;
  background-color: none;
}
@media screen and (max-width: 60em) {
  .column-wrapper {
    max-width: none;
  }
}
@media screen and (max-width: 35em) {
  .column-wrapper {
    max-width: none;
    padding: 0;
  }
}
.column {
  width: 25%;
  float: left;
  min-height: 1em;
}
@media screen and (max-width: 60em) {
  .column {
    width: 50%;
    min-height: 0;
  }
  .column.wide {
    width: 100%;
  }
  .column:nth-child(odd) {
    clear: left;
  }
}
@media screen and (max-width: 35em) {
  .column {
    width: 100%;
  }
}
.span-2 {
  width: 50%;
}
@media screen and (max-width: 60em) {
  .span-2 {
    width: 50%;
  }
}
@media screen and (max-width: 35em) {
  .span-2 {
    width: 100%;
  }
}
.span-3 {
  width: 75%;
}
@media screen and (max-width: 60em) {
  .span-3 {
    width: 50%;
  }
}
@media screen and (max-width: 35em) {
  .span-3 {
    width: 100%;
  }
}
.span-4 {
  width: 100%;
}
@media screen and (max-width: 60em) {
  .hide-medium {
    display: none;
  }
}
@media screen and (max-width: 35em) {
  .hide-narrow {
    display: none;
  }
}
.column .column-inner {
  margin: 0 1.5em;
  background: none;
  border-left: 0 solid none;
  padding: 0 0;
}
.column:first-child .column-inner {
  border: none;
}
@media screen and (max-width: 60em) {
  .column .column-inner {
    border: none;
  }
}
@media screen and (max-width: 35em) {
  .column .column-inner {
    margin: 0.75em;
    border: none;
    padding: 0 0;
  }
}
article {
  border-bottom: 3px solid #262626;
  padding-bottom: 1.5em;
  margin-bottom: 1.5em;
}
.full-width {
  padding: 0;
  height: auto;
  overflow: hidden;
  position: relative;
}
.full-width img {
  vertical-align: middle;
  margin: 0;
  padding: 0;
  width: 100%;
}
@media screen and (min-width: 1600px) {
  .full-width {
    height: 500px;
  }
  .full-width img {
    position: absolute;
  }
  .full-width img.fp-top {
    top: 0;
  }
  .full-width img.fp-center {
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .full-width img.fp-bottom {
    bottom: 0;
  }
}
@media screen and (max-width: 60em) {
  .full-width {
    height: auto;
  }
  .full-width img {
    padding: 0;
  }
}
@media screen and (max-width: 35em) {
  .full-width {
    height: auto;
  }
  .full-width img {
    padding: 0;
  }
}
.column img {
  max-width: 100%;
  margin: 1.5em auto;
}
hr {
  height: 0;
  border: none;
  border-top: 1px solid #b5b4b0;
  clear: both;
  margin-bottom: 1.5em;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.clear {
  clear: both;
}
.hide {
  display: none;
}
.font1 {
  font-family: Georgia, serif;
  font-weight: normal;
}
.font2 {
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  font-weight: 400;
}
.spaced {
  letter-spacing: 0.05em;
}
.uppercase {
  text-transform: uppercase;
}
body {
  hyphens: auto;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
}
p.initial::first-letter {
  font-size: 5.5em;
  display: block;
  float: left;
  margin: 0.25em 0.1em 0.2em -0.05em;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
sup,
sub,
.super,
.sub {
  vertical-align: baseline;
  font-size: 0.6em;
  position: relative;
  top: -0.7em;
}
sub,
.sub {
  top: 0.7em;
}
.menu-1 li a {
  color: #ffffff;
  font-size: 1.125em;
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.menu-1 li a:hover {
  color: #539999;
  text-decoration: none;
}
@media screen and (max-width: 60em) {
  .menu-1 li a {
    font-size: 0.9em;
    text-align: right;
  }
}
@media screen and (max-width: 35em) {
  .menu-1 li a {
    color: #939a9f;
  }
  .menu-1 li a:hover {
    color: #ffffff;
  }
}
.content .menu-2 h2 {
  border-bottom: 6px solid #262626;
  padding-bottom: 0.5em;
}
.content .menu-2 li a {
  color: #262626;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  font-weight: 400;
}
.content .menu-2 li a:hover {
  color: #539999;
  text-decoration: none;
}
.content.black .menu-2 li a {
  color: #ffffff;
}
div.addthis_sharing_toolbox h3 {
  margin: 0;
  font-size: 0.75em;
  text-transform: none;
}
body {
  font-family: Georgia, serif;
  font-weight: normal;
  font-size: medium;
  line-height: 1.5em;
  color: #262626;
}
p {
  margin-bottom: 1.5em;
}
p.story {
  font-style: italic;
  color: #939a9f;
}
h1 {
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 4em;
  line-height: 1.2em;
  margin-bottom: 1.5em;
  text-transform: uppercase;
  hyphens: none;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  -o-hyphens: none;
  color: #262626;
}
@media screen and (max-width: 60em) {
  h1 {
    font-size: 3em;
    hyphens: auto;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
  }
}
@media screen and (max-width: 35em) {
  h1 {
    font-size: 2em;
  }
}
h2 {
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1.75em;
  line-height: 1.5em;
  margin-bottom: 0.75em;
  color: #262626;
  text-transform: uppercase;
  hyphens: none;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  -o-hyphens: none;
}
@media screen and (max-width: 60em) {
  h2 {
    hyphens: auto;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
  }
}
h3 {
  font-size: 1em;
  margin-bottom: 1.5em;
  color: #262626;
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  hyphens: none;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  -o-hyphens: none;
}
@media screen and (max-width: 60em) {
  h3 {
    hyphens: auto;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
  }
}
h4 {
  font-family: Georgia, serif;
  font-weight: normal;
  font-weight: bold;
}
.content ul {
  margin: 1.5em 0;
}
.content ul li {
  margin-bottom: 0.75em;
  padding-left: 1.5em;
}
.content ul li:before {
  content: "♦︎";
  display: block;
  float: left;
  width: 1.5em;
  margin-left: -1.5em;
  color: #5c6670;
}
th {
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  color: #262626;
  hyphens: none;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  -o-hyphens: none;
}
small {
  font-size: 0.75em;
  color: #939a9f;
}
blockquote {
  font-style: italic;
  color: #939a9f;
  font-size: 1.25em;
  line-height: 1.5em;
  margin-bottom: 3em;
  padding-right: 50%;
}
blockquote p {
  margin-bottom: 0.75em;
}
blockquote footer {
  font-size: 0.6em;
  line-height: 1em;
  color: #5c6670;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 0;
}
.intro {
  font-size: 1.25em;
  line-height: 1.5em;
  color: #939a9f;
}
footer * {
  color: #ffffff;
}
a,
a:link,
a:visited {
  text-decoration: none;
  color: #539999;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  font-weight: 400;
  hyphens: none;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  -o-hyphens: none;
}
a:hover,
a:link:hover,
a:visited:hover {
  color: #539999;
  border-bottom: 1px solid;
}
a.more:after,
a:link.more:after,
a:visited.more:after {
  content: "→";
  font-size: 1.75em;
  margin-left: 0.25em;
}
a.img-link:hover,
a:link.img-link:hover,
a:visited.img-link:hover {
  border: none;
}
article h2 a,
article h2 a:link,
article h2 a:visited {
  color: #262626;
}
article h2 a:hover,
article h2 a:link:hover,
article h2 a:visited:hover {
  color: #539999;
}
article .meta {
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #939a9f;
  text-transform: uppercase;
}
article .meta span {
  margin-right: 1em;
}
article .meta span.tag {
  hyphens: none;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  -o-hyphens: none;
}
article .meta span.tag:before {
  content: "›";
  font-size: 1.25em;
  margin-right: 0.15em;
}
article .meta span.tag:after {
  content: "‹";
  font-size: 1.25em;
  margin-left: 0.15em;
}
a.home {
  display: block;
  width: 250px;
  height: 96px;
  background: url(images/logo.png) no-repeat;
  margin: 1.5em auto;
  background-size: contain;
}
a.home:hover {
  border: none;
}
@media screen and (max-width: 35em) {
  a.home {
    width: 150px;
    height: 57.6px;
  }
}
.svg a.home {
  background-image: url(images/logo.svg);
}
.no-backgroundsize a.home {
  background-image: url(images/logo.png);
}
a.button,
button {
  display: inline-block;
  padding: 0.5em 1em;
  margin: 0.75em;
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  color: #ffffff;
  text-align: center;
  border: none;
  background: #539999;
  background-image: -webkit-linear-gradient(0deg, #4a8888 0%, #6eb1b1 100%);
  background-image: linear-gradient(0deg, #4a8888 0%, #6eb1b1 100%);
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  cursor: pointer;
}
a.button:hover,
button:hover,
a.button:focus,
button:focus {
  background: #203f3f;
  background-image: -webkit-linear-gradient(0deg, #172e2e 0%, #316161 100%);
  background-image: linear-gradient(0deg, #172e2e 0%, #316161 100%);
  text-decoration: none;
  color: #ffffff;
  border: none;
}
a.button.big,
button.big {
  width: 100%;
  font-size: 1.5em;
  margin: 1.5em 0;
  box-sizing: border-box;
}
.navbar {
  position: fixed;
  bottom: 0;
  background: rgba(38, 38, 38, 0.9);
  height: 55px;
  width: 100%;
  z-index: 1000;
  display: none;
}
@media screen and (max-width: 35em) {
  .navbar {
    display: block;
  }
}
.navbar a#menu-button {
  display: block;
  float: left;
  padding: 15px;
  cursor: pointer;
  border: none;
  width: 10%;
  background: none;
  border-radius: 0.4rem 0.4rem;
  -webkit-border-radius: 0.4rem 0.4rem;
  -moz-border-radius: 0.4rem 0.4rem;
  -ms-border-radius: 0.4rem 0.4rem;
  -o-border-radius: 0.4rem 0.4rem;
}
.navbar a#menu-button div {
  background: #ffffff;
  margin-bottom: 5px;
  width: 100%;
  height: 5px;
}
.navbar a#menu-button div:last-child {
  margin: 0;
}
.navbar a.gototop {
  float: right;
  display: block;
  width: 50%;
  line-height: 55px;
  color: #ffffff;
  text-align: right;
  padding-right: 1em;
  text-transform: uppercase;
  text-decoration: none;
}
@media screen and (max-width: 35em) {
  footer {
    padding-bottom: 54px;
  }
}
/*
@menu-1-height: 12em; // Sticky menu

header + div.wrapper {
	padding-top: @menu-1-height; // Sticky menu
}
*/
div.menu-1 {
  background: #262626;
  text-align: center;
  /*
	position: fixed; // Sticky menu
	width: 100%; // Sticky menu
	height: @menu-1-height; // Sticky menu
	z-index: 2000; // Sticky menu
*/
}
div.menu-1 .column-wrapper {
  padding: 0;
}
div.menu-1 .column-wrapper .column-inner {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
  border: none;
}
@media screen and (max-width: 35em) {
  div.menu-1 .column-wrapper nav {
    height: 100%;
    width: 100%;
    position: fixed;
    bottom: -100%;
    left: 0;
    z-index: 100;
    opacity: 0;
    transition: all 0.3s ease-in 0;
    -webkit-transition: all 0.3s ease-in 0;
    -moz-transition: all 0.3s ease-in 0;
    -ms-transition: all 0.3s ease-in 0;
    -o-transition: all 0.3s ease-in 0;
  }
}
div.menu-1 .column-wrapper nav.open {
  bottom: 0;
  opacity: 1;
  transition: all 0.3s ease-out 0;
  -webkit-transition: all 0.3s ease-out 0;
  -moz-transition: all 0.3s ease-out 0;
  -ms-transition: all 0.3s ease-out 0;
  -o-transition: all 0.3s ease-out 0;
}
div.menu-1 .column-wrapper nav ul {
  overflow: auto;
  margin: 1.5em auto;
}
@media screen and (max-width: 60em) {
  div.menu-1 .column-wrapper nav ul {
    margin: 0 0 1.5em 0;
  }
}
@media screen and (max-width: 35em) {
  div.menu-1 .column-wrapper nav ul {
    border: none;
    position: absolute;
    bottom: 55px;
    width: 100%;
    height: auto;
    z-index: 1;
    padding: 0;
    background: rgba(38, 38, 38, 0.9);
    overflow: auto;
    margin: 0;
  }
}
div.menu-1 .column-wrapper nav ul li {
  display: inline-block;
  margin-left: 1em;
}
div.menu-1 .column-wrapper nav ul li:first-child {
  margin-left: 0;
}
@media screen and (max-width: 60em) {
  div.menu-1 .column-wrapper nav ul li {
    display: inline;
    line-height: 1em;
  }
}
@media screen and (max-width: 35em) {
  div.menu-1 .column-wrapper nav ul li {
    display: block;
    float: none;
    width: auto;
    padding: 1em;
    border-left: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    border-top: 1px solid rgba(255, 255, 255, 0.3);
  }
  div.menu-1 .column-wrapper nav ul li:first-child {
    border-top: none;
  }
  div.menu-1 .column-wrapper nav ul li:last-child {
    border-bottom: none;
  }
}
.content .menu-2 ul {
  margin-top: 0;
}
nav.pages {
  padding-bottom: 3em;
  display: block;
}
nav.pages a {
  display: block;
  box-sizing: border-box;
}
nav.pages a.previous {
  float: left;
}
nav.pages a.previous:before {
  content: "←";
  font-size: 1.75em;
  margin-right: 0.25em;
}
nav.pages a.next {
  float: right;
}
nav.pages a.next:after {
  content: "→";
  font-size: 1.75em;
  margin-left: 0.25em;
}
form {
  display: block;
  background: #e4e6e7;
  padding: 0.75em;
  margin-bottom: 1.5em;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
form input[type="text"],
form input[type="search"],
form input[type="email"],
form input[type="tel"],
form input[type="url"],
form input[type="password"],
form textarea {
  box-sizing: border-box;
  height: 3em;
  width: 100%;
  padding: 0.75em;
  border: 1px solid #b5b4b0;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
form input[type="text"]:focus,
form input[type="search"]:focus,
form input[type="email"]:focus,
form input[type="tel"]:focus,
form input[type="url"]:focus,
form input[type="password"]:focus,
form textarea:focus {
  border-color: #539999;
}
form input[type="search"] {
  -webkit-appearance: none;
}
form input[type="checkbox"],
form input[type="radio"] {
  height: 1.5em;
  width: 1.5em;
  vertical-align: middle;
}
form input[type="checkbox"]:focus,
form input[type="radio"]:focus {
  outline: 2px solid #539999;
}
form label {
  line-height: 1.5em;
  vertical-align: middle;
}
form p {
  font-size: 0.75em;
  margin-bottom: 0.75em;
  line-height: 1.25em;
}
form button {
  box-sizing: border-box;
  width: 100%;
  margin: 0.75em 0;
  height: 3em;
}
table {
  width: 100%;
  border-collapse: collapse;
  border: none;
  margin-bottom: 1.5em;
  line-height: 1.5em;
  overflow-x: scroll;
}
table tbody {
  width: 100%;
}
table tbody th,
table tbody td {
  text-align: left;
  padding: 0.5em 1em;
  vertical-align: text-top;
}
table tbody th.right,
table tbody td.right {
  text-align: right;
}
table tbody th.center,
table tbody td.center {
  text-align: center;
}
table tbody th {
  padding-left: 0;
}
table tbody tr {
  border-bottom: 1px solid #e4e6e7;
}
.visual,
.wrapper {
  transition: height 0.5s ease 0;
  -webkit-transition: height 0.5s ease 0;
  -moz-transition: height 0.5s ease 0;
  -ms-transition: height 0.5s ease 0;
  -o-transition: height 0.5s ease 0;
}
body {
  transition: font-size 1s ease 0;
  -webkit-transition: font-size 1s ease 0;
  -moz-transition: font-size 1s ease 0;
  -ms-transition: font-size 1s ease 0;
  -o-transition: font-size 1s ease 0;
}
.parallax {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  height: 500px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 60em) {
  .parallax {
    height: 300px;
  }
}
@media screen and (min-width: 1600px) {
  .parallax {
    height: 600px;
  }
}
.parallax .text-wrapper {
  position: absolute;
  top: 10%;
  z-index: 100;
  width: 100%;
  padding-left: 1.5em;
}
.parallax .text-wrapper h1 {
  color: #ffffff;
  max-width: 1600px;
  margin: 0 auto;
  width: 100%;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  -webkit-text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  -moz-text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  -ms-text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  -o-text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}
.parallax .scrolling {
  position: absolute;
}
.parallax .scrolling img {
  display: block;
}
#parallax-1 {
  background-image: url(images/couple.jpg);
}
#parallax-1 .text-wrapper {
  top: auto;
  bottom: 15%;
}
#parallax-2 {
  background: radial-gradient(ellipse, #fec208 10%, #da8708);
}
#parallax-3 {
  background: radial-gradient(ellipse, #539999 10%, #203f3f);
}
#parallax-4 {
  background: radial-gradient(ellipse, #cf373c 10%, #58282d);
}
#parallax-5 {
  background-image: url(images/yard.jpg);
}
#parallax-6 {
  background-image: url(images/grapes.jpg);
}
.lozenge {
  width: 290px;
  height: 410px;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 60em) {
  .lozenge {
    width: 174px;
    height: 246px;
  }
}
@media screen and (max-width: 35em) {
  .lozenge {
    width: 145px;
    height: 205px;
  }
}
@media screen and (min-width: 1600px) {
  .lozenge {
    width: 406px;
    height: 574px;
  }
}
.lozenge:nth-of-type(1) {
  transform: scale(0.9, 0.9);
  -webkit-transform: scale(0.9, 0.9);
  -moz-transform: scale(0.9, 0.9);
  -ms-transform: scale(0.9, 0.9);
  -o-transform: scale(0.9, 0.9);
}
.lozenge:nth-of-type(2) {
  transform: scale(0.6, 0.6);
  -webkit-transform: scale(0.6, 0.6);
  -moz-transform: scale(0.6, 0.6);
  -ms-transform: scale(0.6, 0.6);
  -o-transform: scale(0.6, 0.6);
}
.lozenge:nth-of-type(3) {
  transform: scale(0.7, 0.7);
  -webkit-transform: scale(0.7, 0.7);
  -moz-transform: scale(0.7, 0.7);
  -ms-transform: scale(0.7, 0.7);
  -o-transform: scale(0.7, 0.7);
}
.lozenge.blue {
  background-image: url(images/lozenge-blue.svg);
}
.lozenge.red {
  background-image: url(images/lozenge-red.svg);
}
.lozenge.pink {
  background-image: url(images/lozenge-pink.svg);
}
.face {
  width: 600px;
  height: 450px;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 60em) {
  .face {
    width: 480px;
    height: 360px;
  }
}
@media screen and (max-width: 35em) {
  .face {
    width: 360px;
    height: 270px;
  }
}
@media screen and (min-width: 1600px) {
  .face {
    width: 720px;
    height: 540px;
  }
}
.face.man {
  background-image: url(images/man.png);
}
.face.woman {
  background-image: url(images/woman.png);
}
.bottles {
  width: 800px;
  height: 600px;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 60em) {
  .bottles {
    width: 640px;
    height: 480px;
  }
}
@media screen and (max-width: 35em) {
  .bottles {
    width: 480px;
    height: 360px;
  }
}
.bottles.erste-freude {
  background-image: url(images/erste-freude.png);
}
.bottles.mitten-im-leben {
  background-image: url(images/mitten-im-leben.png);
}
.bottles.lauf-der-zeit {
  background-image: url(images/lauf-der-zeit.png);
}
.banner {
  padding: 0;
  height: auto;
  overflow: hidden;
  position: relative;
}
.banner img {
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 1600px) {
  .banner img {
    width: 100%;
  }
}
.dealer {
  margin-bottom: 1.5em;
  padding-bottom: 0.75em;
  border-bottom: 1px dotted #262626;
}
.dealer p {
  margin: 0;
}
.dealer a {
  font-family: Georgia, serif;
  font-weight: normal;
  text-transform: none;
  letter-spacing: normal;
  font-weight: bold;
}
.dealer a:after {
  content: "➔";
  font-weight: normal;
  font-size: 1em;
  margin-left: 0.5em;
  line-height: 1.5em;
}
.packshot {
  text-align: center;
}
@media screen and (max-width: 60em) {
  .packshot img {
    max-width: 75%;
  }
}
@media screen and (max-width: 35em) {
  .packshot img {
    max-width: 50%;
  }
}
h3.divider {
  background: #262626;
  color: #ffffff;
  padding: 0.5em 1em;
}
.wrapper.black {
  background: #262626;
}
.wrapper.black * {
  color: #ffffff;
}
div.divider h2,
div.divider h1,
div.divider p {
  color: #ffffff;
  margin-bottom: 0;
  text-align: center;
}
div.divider.blue {
  background: #539999;
}
div.divider.red {
  background: #cf373c;
}
div.divider.black {
  background: #262626;
}
div.divider.grey {
  background: #939a9f;
}
.addthis_sharing_toolbox a:hover,
.addthis_toolbox a:hover {
  border: none;
}
.pic-list {
  clear: both;
  overflow: auto;
  display: table;
}
.pic-list img {
  float: left;
  margin-right: 2em;
}
.pic-list div {
  display: table-cell;
  vertical-align: middle;
}
@font-face {
  font-family: 'icomoon';
  src: url('fonts/icomoon.eot');
  src: url('fonts/icomoon.eot?#iefix') format('embedded-opentype'), url('fonts/icomoon.svg#icomoon') format('svg'), url('fonts/icomoon.woff') format('woff'), url('fonts/icomoon.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
ul.icons li {
  padding: 0.5em 0 0.5em 1.5em;
  display: block;
}
ul.icons li:before {
  color: #b39885;
  font-family: 'icomoon';
  font-style: normal;
  font-size: 1.2em;
  line-height: 0.5em;
  font-weight: normal;
  text-align: center;
  margin: 0 0.5em 0 -1.5em;
  float: none;
  width: auto;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
ul.icons li a {
  color: #ffffff;
}
ul.icons li.phone:before {
  content: "\e600";
}
ul.icons li.mobile:before {
  content: "\e601";
}
ul.icons li.e-mail:before {
  content: "\e602";
}
ul.icons li.address:before {
  content: "\e60c";
}
ul.icons li.maps:before {
  content: "\e603";
}
ul.icons li.newsletter:before {
  content: "\e60b";
}
ul.icons li.shop:before {
  content: "\e604";
}
ul.icons li.skype:before {
  content: "\e60a";
}
ul.icons li.facebook:before {
  content: "\e606";
}
ul.icons li.twitter:before {
  content: "\e605";
}
ul.icons li.googleplus:before {
  content: "\e607";
}
ul.icons li.youtube:before {
  content: "\e006";
}
ul.icons li.linkedin:before {
  content: "\e609";
}
ul.icons li.linkedin:hover:before {
  color: #7eb3ce;
}
ul.icons li.pinterest:before {
  content: "\e608";
}
ul.icons li.download:before {
  content: "\e61a";
}
/*# sourceMappingURL=style.css.map */