@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('/files/fonts/opensans_light.ttf') format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('/files/fonts/opensans_bold.ttf') format('truetype');
}
body {
  font-weight: 300;
  line-height: 30px;
}
h1,
h2,
h3,
h4 {
  font-weight: 300;
  text-transform: uppercase;
}
.current h2 {
  text-align: center;
  border-bottom: 1px solid #000;
  padding: 20px 0;
  margin-bottom: 20px;
}
#textlogo {
  left: 0 !important;
  top: 0 !important;
  background-color: rgba(255,255,255,0.5);
  width: 100%;
  z-index: 500;
  padding: 5px 10px;
}
#textlogo > a[href] {
  font-weight: 300;
}
#textlogo table {
  border-spacing: 0;
}
#textlogo table td {
  line-height: 30px;
  padding: 5px 10px;
}
#textlogo:before,
#textlogo:after {
  content: '';
  display: block;
  width: 1000px;
  height: 100%;
  background-color: rgba(255,255,255,0.5);
  position: absolute;
  top: 0;
}
#textlogo:before {
  left: -1000px;
}
#textlogo:after {
  right: -1000px;
}
#header .social {
  position: absolute;
  top: 0;
  right: 10px;
  padding: 0;
  margin: 0;
  z-index: 800;
  list-style: none;
}
.mobile #header > .social {
  display: none;
}
#header .social li {
  display: inline-block;
  margin: 5px 0;
  vertical-align: top;
  white-space: nowrap;
  line-height: 30px;
}
#header .social li a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 20px;
  display: block;
  color: #000;
  text-align: center;
  text-decoration: none;
}
#header .social li:hover a {
  color: #333;
}
#menu .navi > li > .level1 {
  text-transform: uppercase;
}
#menu .navi > li.active > .level1 {
  font-weight: 700;
}
#menu .navi > li > .level1:after {
  content: none !important;
}
#navi_meta {
  width: 100%;
}
#navi_meta li {
  width: 50%;
}
.s-slider {
  margin-top: -150px;
}
.s-slider .slideshow .images ul li {
  min-height: 700px;
  height: 60vh;
  position: relative;
  background-position: center;
}
.s-slider .slideshow .images ul li:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 300px;
  bottom: 0;
}
.s-slider .slideshow .slideshow-texts .container {
  bottom: 70px;
  width: 320px;
}
.s-slider .slideshow .slideshow-texts .container ul li p {
  text-align: right;
}
.s-slider .slideshow .slideshow-texts .container ul li .title {
  margin-bottom: 20px;
  text-transform: uppercase;
}
.s-slider .slideshow .slideshow-bullets {
  bottom: 20px;
}
.s-slider .slideshow .slideshow-bullets ul {
  padding: 0 15px;
  text-align: right;
}
.s-slider .slideshow .slideshow-bullets ul li {
  border-radius: 5px;
  background-color: #fff;
  box-shadow: none;
}
.s-slider .slideshow .slideshow-bullets ul li.active {
  background-color: #000;
}
.s-slider .slideshow .slideshow-controls {
  top: 50%;
  margin-top: -45px;
}
.s-slider .slideshow .slideshow-controls .prev,
.s-slider .slideshow .slideshow-controls .next {
  color: #575756;
  text-shadow: none;
}
.elements .keyvisual {
  margin-top: -150px;
  margin-bottom: 40px;
  overflow: hidden;
}
.elements .keyvisual .container {
  height: 100%;
  overflow: hidden;
  position: relative;
  text-align: center;
  padding: 120px 0 100px 0;
}
.elements .keyvisual .bg {
  width: 110%;
  height: 110%;
  background-size: cover;
  background-position: center;
  position: absolute;
  left: -5%;
  top: -5%;
  z-index: -1;
  -webkit-filter: blur(10px);
  -moz-filter: blur(10px);
  -o-filter: blur(10px);
  -ms-filter: blur(10px);
  filter: blur(10px);
}
.elements .keyvisual .bg:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,0.5);
  left: 0;
  top: 0;
}
.elements .keyvisual img {
  position: relative;
  margin-bottom: -250px !important;
}
.elements .check-list {
  margin: 0;
  padding: 0 !important;
  list-style: none;
}
.elements .check-list:after {
  content: '.';
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
}
.elements .check-list li {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 30px;
  padding: 5px 0 5px 60px;
}
.elements .check-list li {
  width: 33.33%;
  float: left;
  display: inline-block;
}
.mobile .check-list li {
  width: 100%;
}
.elements .check-list li:before {
  font-family: 'entypo', sans-serif;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #000;
  border: 1px solid #000;
  text-align: center;
  display: block;
  position: absolute;
  font-size: 20px;
}
.elements .check-list li:before {
  content: "\2713";
}
.elements .element.teaser .padding > ul > li > div:not(.button_container) {
  position: relative;
  padding: 0;
  margin: 10px;
  overflow: hidden;
}
.elements .element.teaser .image .caption {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 100%;
  margin: 0;
  text-align: center;
  color: #fff;
  background-color: rgba(0,0,0,0.5);
  padding-top: 25%;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}
.elements .element.teaser .image:hover .caption {
  opacity: 1;
  top: 0;
  visibility: visible;
}
.producers {
  font-size: 0;
}
.producers img {
  width: 25% !important;
  box-sizing: border-box;
  margin: 0 !important;
  padding: 10px;
}
#scroll_top_button {
  border-radius: 0;
  background: #000000;
}
#footer .left,
#footer .right {
  width: 50%;
}
.box-sizing {
  box-sizing: border-box;
}
.background-cover {
  background-size: cover;
}
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  color: #000000;
  background: none repeat scroll 0% 0%;
  background-color: #B7C2C9;
  padding: 0;
}
h1 {
  font-size: 32px;
  line-height: 48px;
}
h2 {
  font-size: 26px;
  line-height: 39px;
}
h3 {
  font-size: 22px;
  line-height: 33px;
}
h4 {
  font-size: 20px;
  line-height: 30px;
}
#container_bg {
  background-color: #F2F2F2;
}
#container_bg .wrapper {
  background-color: rgba(255,255,255,0);
}
.padding {
  padding: 20px 10px;
}
.wrapper,
.page_settings .container,
#appcache-bar,
.element li .map .directions_panel,
[data-fullwidth] li .map .xslt_ignore,
#menu .wrapper,
.element[data-fullwidth] li .edit_mode {
  max-width: 1200px;
}
.element[data-fullwidth] > .wrapper > .padding > ul > li .edit_mode {
  margin: 0 auto;
  padding: 0 0px;
  box-sizing: border-box;
}
#header .background {
  width: 1200px;
}
.element > .wrapper .padding,
#teasers .wrapper .padding,
.page_settings .container {
  padding: 0 0px;
}
[data-fullwidth] li .map .xslt_ignore .button {
  right: 10px;
}
.dock .wrapper,
#appcache-bar {
  padding: 0 10px;
}
[data-fullwidth] li .map .xslt_ignore {
  padding: 10px 10px;
  box-sizing: border-box;
}
#cookie_message {
  color: #000;
  background-color: rgba(183,194,201,0.8);
}
.menu_vertical.menu_left #container .padding {
  padding-left: 30px;
}
.menu_vertical.menu_left #container .element > .wrapper .padding,
.menu_vertical.menu_left #container #teasers .wrapper .padding,
.menu_vertical.menu_left .element > .wrapper .padding,
.menu_vertical.menu_left #teasers .wrapper .padding {
  padding-left: 20px;
}
.menu_vertical.menu_right #container .padding {
  padding-right: 30px;
}
.menu_vertical.menu_right #container .element > .wrapper .padding,
.menu_vertical.menu_right #container #teasers .wrapper .padding,
.menu_vertical.menu_right .element > .wrapper .padding,
.menu_vertical.menu_right #teasers .wrapper .padding {
  padding-right: 20px;
}
#header {
  background: none;
  height: 120px;
  background-color: none;
  border-bottom: 0;
}
#header .background {
  top: 317px;
}
#textlogo {
  left: 0px;
  top: 0px;
}
#textlogo > a {
  color: #000000;
  font-family: 'Open Sans', sans-serif;
  font-size: 19px;
  line-height: 24px;
}
#imagelogo img {
  width: 100%;
  vertical-align: top;
}
#imagelogo {
  width: 162px;
  height: 28px;
  left: 10px;
  top: 72px;
}
#menu .container {
  top: -49px;
  height: 40px;
}
#menu .wrapper > .left,
#menu .wrapper > .center,
#menu .wrapper > .right {
  margin: 0 10px;
}
.menu_vertical #menu .wrapper > .left {
  margin: 0 20px 0 10px;
}
.menu_vertical #menu .wrapper > .right {
  margin: 0 10px 0 20px;
}
.menu_vertical.menu_right #menu .wrapper {
  right: 0;
  left: auto !important;
}
.menu_vertical #menu .wrapper {
  width: auto;
}
#menu .wrapper .bg {
  background: linear-gradient(to bottom,rgba(237,237,237,0) 0%,rgba(237,237,237,0) 100%);
}
#menu .wrapper .aligns {
  top: 40px;
}
#menu .navi {
  padding: 0;
  background: linear-gradient(to bottom,transparent 0%,transparent 100%);
  background-color: transparent;
  background-size: auto 100%;
}
#menu.off-canvas .navi {
  background: #332683;
}
#menu .navi > li[id] {
  min-width: auto;
}
.menu_horizontal #menu .navi > li.admin {
  bottom: 0;
}
.menu_vertical #menu .navi > li.admin {
  width: auto;
}
#menu .navi > li:first-child.active > .level1 {
  background: linear-gradient(to bottom,transparent 0%,transparent 100%);
  background-color: transparent;
  background-size: auto 100%;
}
#menu .navi > li.active > .level1 {
  color: #201e1d;
  background: linear-gradient(to bottom,transparent 0%,transparent 100%);
  background-color: transparent;
  background-size: auto 100%;
}
.menu_vertical #menu .navi > li.active > .level1 {
  background: linear-gradient(to bottom,transparent 0%,transparent 100%);
  background-color: transparent;
  background-size: auto 100%;
}
.menu_compact #menu .navi > li.active > .level1 {
  color: #201e1d;
  background: linear-gradient(to bottom,#2d4672 0%,#2d4672 100%);
  background-color: #2d4672;
  background-size: auto 100%;
}
#menu .navi > li:first-child > .level1,
.compact .pull p {
  background: linear-gradient(to bottom,transparent 0%,transparent 100%);
  background-color: transparent;
  background-size: auto 100%;
}
#menu .navi > li > .level1 {
  background: linear-gradient(to bottom,transparent 0%,transparent 100%);
  background-color: transparent;
  background-size: auto 100%;
  color: #ffffff;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
}
#menu .navi > li > .level1:after {
  content: '';
  position: absolute;
  right: 0;
  width: 1px;
  height: 100%;
  background: linear-gradient(to bottom,transparent 0%,#fff 50%,transparent 100%);
}
#menu .navi > li:last-child > .level1:after {
  content: none;
}
.menu_vertical #menu .navi > li > .level1 {
  background: linear-gradient(to bottom,transparent 0%,transparent 100%);
  background-color: transparent;
  background-size: auto 100%;
}
.menu_compact #menu .navi > li > .level1 {
  background: linear-gradient(to bottom,#336699 0%,#336699 100%);
  background-color: #336699;
  background-size: auto 100%;
  color: #fff;
}
#menu .navi > li:first-child:hover > .level1,
.compact .pull:hover p {
  background: linear-gradient(to bottom,transparent 0%,transparent 100%);
  background-color: transparent;
  background-size: auto 100%;
}
#menu .navi > li:hover > .level1 {
  background: linear-gradient(to bottom,transparent 0%,transparent 100%);
  background-color: transparent;
  background-size: auto 100%;
  color: #201e1d;
}
.menu_vertical #menu .navi > li:hover > .level1 {
  background: linear-gradient(to bottom,transparent 0%,transparent 100%);
  background-color: transparent;
  background-size: auto 100%;
}
.menu_compact #menu .navi > li:hover > .level1 {
  background: linear-gradient(to bottom,#336699 0%,#336699 100%);
  background-color: #336699;
  background-size: auto 100%;
  color: #fff;
}
#menu .navi > li > .drop_down {
  min-width: 100%;
}
#menu .navi > li > .drop_down > ul {
  padding: 0;
  padding: 10px 0 0 0;
  font-size: 16px;
}
#menu .navi > li > .drop_down > ul:after {
  content: '';
  position: absolute;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid rgba(238,238,238,0.9);
  top: 0;
  left: 50%;
  margin-left: -10px;
}
.menu_vertical #menu .navi > li > .drop_down > ul:after {
  border: none;
}
#menu.compact .navi > li > .drop_down > ul:after {
  border: none;
}
#menu .navi > li > .drop_down > ul > li {
  text-decoration: none;
  background-color: rgba(238,238,238,0.9);
  line-height: 40px;
  height: 40px;
}
.menu_compact #menu .navi > li > .drop_down > ul > li {
  background-color: #eaecf4;
}
#menu.compact .navi > li > .drop_down > ul > li:first-child,
#menu.compact .navi > li:first-child > .level1,
#menu.compact .navi > li:last-child > .level1 {
  border-radius: 0px;
}
#menu.compact .navi > li > .drop_down > ul > li:last-child {
  border-radius: 0px;
}
#menu .navi > li > .drop_down > ul > li.active {
  background-color: rgba(238,238,238,0.9);
}
#menu .navi > li > .drop_down > ul > li:hover {
  text-decoration: none;
  background-color: rgba(238,238,238,0.9);
}
.menu_compact #menu .navi > li > .drop_down > ul > li:hover {
  background-color: #fff;
}
#menu .navi > li > .drop_down > ul > li a,
#menu .navi > li > .drop_down > ul > li p {
  text-decoration: none;
  color: #575756;
}
#menu .navi > li > .drop_down > ul > li.active a,
#menu .navi > li > .drop_down > ul > li.active p {
  color: #2d4672;
}
#menu .navi > li > .drop_down > ul > li:hover a,
#menu .navi > li > .drop_down > ul > li:hover p {
  color: #336699;
}
#navi_meta li {
  border-radius: 5px;
}
#navi_meta li a {
  color: #000;
}
#navi_meta li:hover,
#navi_meta li.active {
  background-color: #b7c2c9;
}
#navi_meta li:hover a,
#navi_meta li.active a {
  color: #fff;
}
#menu.compact .wrapper .pull {
  height: 40px;
}
#menu.compact .wrapper .pull p {
  color: #ffffff;
  line-height: 40px;
  height: 40px;
}
#menu.compact.modern .wrapper .pull p,
#menu.compact.off-canvas .wrapper .pull p {
  width: 40px;
}
#menu.compact .wrapper .pull span span {
  background-color: #ffffff;
}
#menu.compact .wrapper .pull:hover span span {
  background-color: #201e1d;
}
#menu .navi.compact > li a {
  color: #ffffff;
}
.button {
  color: #ffffff;
  background: linear-gradient(to bottom,#000000 0%,#000000 100%);
  background-color: #000000;
  background-size: auto 100%;
  border: none;
  height: 50px;
  line-height: 50px;
}
.button:hover {
  background: linear-gradient(to bottom,#575756 0%,#575756 100%);
  background-color: #575756;
  background-size: auto 100%;
  color: #eaecf4;
  border: none;
}
#textlogo a img {
  position: relative;
}
#footer {
  background-color: #b7c2c9;
}
#footer .wrapper {
  color: #000;
}
.menu_vertical.menu_left #container > .waiter {
  margin-left: -10px;
}
.menu_vertical.menu_right #container > .waiter {
  margin-left: 10px;
}
.menu_vertical.menu_left #admin_loader {
  margin-left: -40px;
}
.menu_vertical.menu_right #admin_loader {
  margin-left: 40px;
}
.waiter .waiter-circle:before {
  background-color: #333;
}
#style_compact .waiter .waiter-circle:before {
  background-color: #fff;
}
.langs a:not(.button),
.article .viewport .title a,
#all_articles li a,
.cart a.name,
#sitemap a,
#cookie_message a:not(.button) {
  color: #336699;
}
.langs a:not(.button):hover,
.article .viewport .title a:hover,
#all_articles li a:hover,
.cart a.name:hover,
#sitemap a:hover,
#cookie_message a:not(.button):hover {
  color: #2D4672;
}
.element li .map .directions_panel .adp,
.element li .map .directions_panel .adp table,
.element li .map .directions_panel .adp-list {
  color: #000000 !important;
}
.element li .map .xslt_ignore input {
  height: 50px !important;
  line-height: 42px !important;
}
.list_controller .view li,
.paging ul li,
.list_controller .cart_small {
  background: linear-gradient(to bottom,#000000 0%,#000000 100%);
  background-color: #000000;
  background-size: auto 100%;
}
.list_controller .view li:hover,
.list_controller .view li.selected,
.button.selected,
.paging ul li:hover,
.paging ul li.current,
.list_controller .cart_small:hover {
  background: linear-gradient(to bottom,#575756 0%,#575756 100%);
  background-color: #575756;
  background-size: auto 100%;
}
.list_controller .view li.list {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.list_controller .view li.grid {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.paging ul li,
.list_controller .cart_small {
  border-radius: 5px;
}
.conversion .button {
  background: linear-gradient(to bottom,#00c307 0%,#039103 100%);
  background-color: #00c307;
  background-size: auto 100%;
  border: 1px solid #20a623;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
}
.conversion .button.plus {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.conversion .button.minus {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.conversion .button:hover {
  background: linear-gradient(to bottom,#00b300 0%,#006c00 100%);
  background-color: #00b300;
  background-size: auto 100%;
}
.conversion .button:active {
  box-shadow: inset 0 0 8px rgba(0,0,0,0.5);
}
.conversion .button {
  width: 130px;
  margin-top: 10px;
}
#notifications {
  left: 170px;
  right: 50px;
}
@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi) {
  #menu .navi > li.active > .level1 {
    background: linear-gradient(to bottom,transparent 0%,transparent 100%);
    background-color: transparent;
    background-size: auto 100%;
  }
  #menu .navi > li > .level1 {
    background: linear-gradient(to bottom,transparent 0%,transparent 100%);
    background-color: transparent;
    background-size: auto 100%;
  }
  #menu .navi > li:hover > .level1 {
    background: linear-gradient(to bottom,transparent 0%,transparent 100%);
    background-color: transparent;
    background-size: auto 100%;
  }
  .menu_vertical #menu .navi > li:hover > .level1 {
    background: linear-gradient(to bottom,transparent 0%,transparent 100%);
    background-color: transparent;
    background-size: auto 100%;
  }
}
