/* Box system */
.full, .one_half, .one_third, .two_third, .one_fourth, .two_fourth, .three_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth {
  overflow: hidden;
  float: left;
  position: relative;
  display: block; }
  @media screen and (max-width: 700px) {
    .full, .one_half, .one_third, .two_third, .one_fourth, .two_fourth, .three_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth {
      width: 100% !important;
      margin-left: 0px !important;
      float: none; } }

.full {
  margin-left: 0;
  width: 100%; }

.one_half {
  margin-left: 4%;
  width: 48%; }
  .one_half.no-margin {
    margin-left: 0px;
    width: 50%; }
  .one_half.centered.first {
    margin-left: 26% !important; }
    @media screen and (max-width: 700px) {
      .one_half.centered.first {
        margin-left: 0px !important; } }

.one_third {
  margin-left: 5%;
  width: 30%; }
  .one_third.no-margin {
    margin-left: 0px;
    width: 35%; }
  .one_third.centered.first {
    margin-left: 15% !important; }
    @media screen and (max-width: 700px) {
      .one_third.centered.first {
        margin-left: 0px !important; } }

.two_third {
  margin-left: 5%;
  width: 65%; }

.one_fourth {
  margin-left: 4%;
  width: 22%; }

.two_fourth {
  margin-left: 4%;
  width: 48%; }

.three_fourth {
  margin-left: 4%;
  width: 74%; }

.one_fifth {
  overflow: hidden;
  margin-left: 5%;
  width: 16%; }

.two_fifth {
  overflow: hidden;
  margin-left: 4%;
  width: 37%; }

.three_fifth {
  margin-left: 4%;
  width: 57%; }

.four_fifth {
  margin-left: 4%;
  width: 79%; }

.full.first, .one_fifth.first, .one_fourth.first, .two_fourth.first, .one_third.first, .two_fifth.first, .one_half.first, .three_fifth.first, .two_third.first, .three_fourth.first, .four_fifth.first {
  margin-left: 0 !important;
  clear: left; }

/* BOXEN SPECIAL */
a.teaser, body #CDSWIDSSP .widSSPData .widSSPAll ul li a.teaser#allreviews,
body #CDSWIDSSP .widSSPData .widSSPAll ul li a.teaser#writereview {
  display: block;
  position: relative;
  border-top: 1px solid #FBCE4D;
  border-bottom: 1px solid #FBCE4D;
  overflow: visible; }
  a.teaser .ce_text, body #CDSWIDSSP .widSSPData .widSSPAll ul li a.teaser#allreviews .ce_text,
  body #CDSWIDSSP .widSSPData .widSSPAll ul li a.teaser#writereview .ce_text, a.teaser figure, body #CDSWIDSSP .widSSPData .widSSPAll ul li a.teaser#allreviews figure,
  body #CDSWIDSSP .widSSPData .widSSPAll ul li a.teaser#writereview figure {
    margin-bottom: 0px !important; }
  a.teaser img, body #CDSWIDSSP .widSSPData .widSSPAll ul li a.teaser#allreviews img,
  body #CDSWIDSSP .widSSPData .widSSPAll ul li a.teaser#writereview img {
    display: block; }
  a.teaser .overlay, body #CDSWIDSSP .widSSPData .widSSPAll ul li a.teaser#allreviews .overlay,
  body #CDSWIDSSP .widSSPData .widSSPAll ul li a.teaser#writereview .overlay {
    transition: all 300ms ease;
    opacity: 0;
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%; }
  a.teaser .description, body #CDSWIDSSP .widSSPData .widSSPAll ul li a.teaser#allreviews .description,
  body #CDSWIDSSP .widSSPData .widSSPAll ul li a.teaser#writereview .description {
    width: 100%;
    color: #FBCE4D;
    position: absolute;
    top: -25px;
    text-transform: uppercase;
    font-size: 1.2em;
    text-align: center;
    -webkit-animation: slide-up 600ms 1;
    -moz-animation: slide-up 600ms 1;
    -o-animation: slide-up 600ms 1;
    animation: slide-up 600ms 1;
    -moz-animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards; }
@-webkit-keyframes slide-up {
  0% {
    top: 50%; }
  20% {
    top: 52%; }
  100% {
    top: -25px; } }
@-moz-keyframes slide-up {
  0% {
    top: 50%; }
  20% {
    top: 52%; }
  100% {
    top: -25px; } }
@-o-keyframes slide-up {
  0% {
    top: 50%; }
  20% {
    top: 52%; }
  100% {
    top: -25px; } }
@keyframes slide-up {
  0% {
    top: 50%; }
  20% {
    top: 52%; }
  100% {
    top: -25px; } }
  a.teaser:hover .description, body #CDSWIDSSP .widSSPData .widSSPAll ul li a.teaser#allreviews:hover .description,
  body #CDSWIDSSP .widSSPData .widSSPAll ul li a.teaser#writereview:hover .description {
    color: #FFF;
    transform: translate(-50%, -50%);
    left: 50%;
    -webkit-animation: slide-down 600ms 1;
    -moz-animation: slide-down 600ms 1;
    -o-animation: slide-down 600ms 1;
    animation: slide-down 600ms 1;
    -moz-animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards; }
@-webkit-keyframes slide-down {
  0% {
    top: 0; }
  80% {
    top: 52%; }
  100% {
    top: 50%; } }
@-moz-keyframes slide-down {
  0% {
    top: 0; }
  80% {
    top: 52%; }
  100% {
    top: 50%; } }
@-o-keyframes slide-down {
  0% {
    top: 0; }
  80% {
    top: 52%; }
  100% {
    top: 50%; } }
@keyframes slide-down {
  0% {
    top: 0; }
  80% {
    top: 52%; }
  100% {
    top: 50%; } }
  a.teaser:hover .overlay, body #CDSWIDSSP .widSSPData .widSSPAll ul li a.teaser#allreviews:hover .overlay,
  body #CDSWIDSSP .widSSPData .widSSPAll ul li a.teaser#writereview:hover .overlay {
    background-color: #FBCE4D;
    opacity: 0.7; }

a.quick-product, body #CDSWIDSSP .widSSPData .widSSPAll ul li a.quick-product#allreviews,
body #CDSWIDSSP .widSSPData .widSSPAll ul li a.quick-product#writereview {
  transition: all 300ms ease;
  padding: 20px;
  box-sizing: border-box;
  color: #FBCE4D;
  text-align: center; }
  a.quick-product:hover, body #CDSWIDSSP .widSSPData .widSSPAll ul li a.quick-product#allreviews:hover,
  body #CDSWIDSSP .widSSPData .widSSPAll ul li a.quick-product#writereview:hover {
    text-decoration: none;
    background-color: rgba(251, 206, 77, 0.2); }
  a.quick-product figure, body #CDSWIDSSP .widSSPData .widSSPAll ul li a.quick-product#allreviews figure,
  body #CDSWIDSSP .widSSPData .widSSPAll ul li a.quick-product#writereview figure {
    margin-bottom: 30px; }
    a.quick-product figure img, body #CDSWIDSSP .widSSPData .widSSPAll ul li a.quick-product#allreviews figure img,
    body #CDSWIDSSP .widSSPData .widSSPAll ul li a.quick-product#writereview figure img {
      max-width: 80%;
      margin: 0 auto; }

.fly-away.flying {
  -webkit-animation: fly 500ms 1;
  -moz-animation: fly 500ms 1;
  -o-animation: fly 500ms 1;
  animation: fly 500ms 1;
  -moz-animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }
@-webkit-keyframes fly {
  0% {
    transform: translate(0, 0) rotate(0deg) scale(1);
    opacity: 1; }
  10% {
    transform: translate(0, 0) rotate(0deg) scale(1.1); }
  100% {
    opacity: 0;
    transform: translate(600px, -100px) rotate(90deg) scale(0.1); } }
@-moz-keyframes fly {
  0% {
    transform: translate(0, 0) rotate(0deg) scale(1);
    opacity: 1; }
  10% {
    transform: translate(0, 0) rotate(0deg) scale(1.1); }
  100% {
    opacity: 0;
    transform: translate(600px, -100px) rotate(90deg) scale(0.1); } }
@-o-keyframes fly {
  0% {
    transform: translate(0, 0) rotate(0deg) scale(1);
    opacity: 1; }
  10% {
    transform: translate(0, 0) rotate(0deg) scale(1.1); }
  100% {
    opacity: 0;
    transform: translate(600px, -100px) rotate(90deg) scale(0.1); } }
@keyframes fly {
  0% {
    transform: translate(0, 0) rotate(0deg) scale(1);
    opacity: 1; }
  10% {
    transform: translate(0, 0) rotate(0deg) scale(1.1); }
  100% {
    opacity: 0;
    transform: translate(600px, -100px) rotate(90deg) scale(0.1); } }
/*.info
 * padding: 20px
 * background-color: $color-gold
 * color: $color-font-light
 * display: inline-block */
.slide-left {
  -webkit-animation: slide-to-left 500ms 1;
  -moz-animation: slide-to-left 500ms 1;
  -o-animation: slide-to-left 500ms 1;
  animation: slide-to-left 500ms 1;
  animation-delay: 500ms;
  -moz-animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }
@-webkit-keyframes slide-to-left {
  0% {
    transform: translate(0px, 0);
    opacity: 1; }
  100% {
    transform: translate(-2000px, 0);
    opacity: 0; } }
@-moz-keyframes slide-to-left {
  0% {
    transform: translate(0px, 0);
    opacity: 1; }
  100% {
    transform: translate(-2000px, 0);
    opacity: 0; } }
@-o-keyframes slide-to-left {
  0% {
    transform: translate(0px, 0);
    opacity: 1; }
  100% {
    transform: translate(-2000px, 0);
    opacity: 0; } }
@keyframes slide-to-left {
  0% {
    transform: translate(0px, 0);
    opacity: 1; }
  100% {
    transform: translate(-2000px, 0);
    opacity: 0; } }
body.fade-in-page {
  opacity: 0;
  -webkit-animation: fade-in-an 500ms 1;
  -moz-animation: fade-in-an 500ms 1;
  -o-animation: fade-in-an 500ms 1;
  animation: fade-in-an 500ms 1;
  animation-delay: 500ms;
  -moz-animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }
@-webkit-keyframes fade-in-an {
  0% {
    transform: scale(0);
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes fade-in-an {
  0% {
    transform: scale(0);
    opacity: 0; }
  100% {
    opacity: 1; } }
@-o-keyframes fade-in-an {
  0% {
    transform: scale(0);
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fade-in-an {
  0% {
    transform: scale(0);
    opacity: 0; }
  100% {
    opacity: 1; } }
/* CSS FOR RESTAURANT SCHIFF 02.06.2017 */
@media screen and (max-width: 600px) {
  .no-mobile {
    display: none !important; } }

/* Buttons */
.button, body #CDSWIDSSP .widSSPData .widSSPAll ul li a#allreviews,
body #CDSWIDSSP .widSSPData .widSSPAll ul li a#allreviews:link,
body #CDSWIDSSP .widSSPData .widSSPAll ul li a#writereview,
body #CDSWIDSSP .widSSPData .widSSPAll ul li a#writereview:link, #header .mod_customnav a, #container form input[type=submit] {
  display: inline-block;
  cursor: pointer;
  color: #336633;
  clear: both;
  padding: 7px 20px;
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid #336633; }
  .button:hover, body #CDSWIDSSP .widSSPData .widSSPAll ul li a#allreviews:hover,
  body #CDSWIDSSP .widSSPData .widSSPAll ul li a#writereview:hover, #header .mod_customnav a:hover, #container form input[type=submit]:hover {
    color: #ffffff;
    background-color: #336633;
    text-decoration: none; }

#header .inside, #container .mod_article, #footer .inside {
  max-width: 1200px;
  margin: 0 auto;
  width: 90%; }

#container .mod_article.full-screen {
  max-width: none;
  margin: 0 auto;
  width: 100%;
  padding: 0 0 !important; }

* {
  margin: 0px;
  padding: 0px; }

:focus {
  outline: 0; }

body #CDSWIDSSP .widSSPData .widSSPOneReview .widSSPBullet li span, body {
  font-size: 14px;
  font-weight: 300;
  font-family: "Arial", sans-serif; }

.hidden {
  display: none;
  opacity: 0; }

.left {
  float: left; }
  @media screen and (max-width: 600px) {
    .left {
      text-align: center;
      float: none; } }

.right {
  float: right; }
  @media screen and (max-width: 600px) {
    .right {
      text-align: center;
      float: none; } }

.center {
  display: block;
  margin: 0 auto;
  float: none !important;
  text-align: center; }

.aligncenter {
  text-align: center;
  display: block; }

.light {
  color: #ffffff !important; }

.clear-both {
  clear: both; }

.overflow {
  overflow: visible; }

.img50pct img {
  float: right;
  margin-top: -30px;
  width: 65%; }
  @media screen and (max-width: 600px) {
    .img50pct img {
      float: none;
      margin: 0 auto;
      margin-top: 0px; } }
.img50pct .caption {
  float: right;
  transform: translateX(-30%); }
  @media screen and (max-width: 1024px) {
    .img50pct .caption {
      transform: translateX(-10%); } }
  @media screen and (max-width: 768px) {
    .img50pct .caption {
      transform: translateX(0); } }
  @media screen and (max-width: 600px) {
    .img50pct .caption {
      float: none;
      margin: 0 auto; } }

.one_third.divider {
  box-sizing: border-box;
  border-right: 1px solid #cccccc;
  padding-right: 5%; }
  @media screen and (max-width: 600px) {
    .one_third.divider {
      text-align: center;
      border: none;
      padding: 0px;
      margin-bottom: 15px !important; } }

.TA_selfserveprop #CDSWIDSSP {
  width: 100% !important; }
.TA_selfserveprop .widSSPData {
  padding: 0px !important;
  text-align: center !important; }
  @media screen and (max-width: 600px) {
    .TA_selfserveprop .widSSPData {
      text-align: center !important; } }
.TA_selfserveprop .widSSPSummary, .TA_selfserveprop .widSSPH11, .TA_selfserveprop .widSSPLegal, .TA_selfserveprop .widSSPTagline {
  display: none !important; }
.TA_selfserveprop .widSSPBranding {
  float: left;
  border-bottom: none !important;
  margin: 0px !important; }
  @media screen and (max-width: 1175px) {
    .TA_selfserveprop .widSSPBranding {
      float: none; } }
  @media screen and (max-width: 600px) {
    .TA_selfserveprop .widSSPBranding {
      text-align: center !important;
      display: inline-block; } }
  .TA_selfserveprop .widSSPBranding img {
    width: auto !important; }

body #CDSWIDSSP .widSSPData .widSSPBranding dt {
  width: auto; }

body #CDSWIDSSP .widSSPData .widSSPTrvlRtng {
  float: right; }
  @media screen and (max-width: 1175px) {
    body #CDSWIDSSP .widSSPData .widSSPTrvlRtng {
      float: none; } }

body .widSSPOptional:nth-child(4) {
  clear: both; }

body .widSSPComponent {
  border: none !important; }

body #CDSWIDSSP .widSSPData .widSSPOneReview .widSSPBullet li span.widSSPDate {
  display: block;
  color: #b7b7b7;
  font: 11px Arial, Helvetica, sans-serif; }

body #CDSWIDSSP .widSSPData .widSSPTrvlRtng .widSSPOverall .ui_bubble_rating {
  margin-top: 7px;
  font-size: 17px; }

@media screen and (max-width: 600px) {
  body #CDSWIDSSP.widSSPnarrow .widSSPData .widSSPAll {
    text-align: center; } }

@media screen and (max-width: 600px) {
  body #CDSWIDSSP .widSSPData .widSSPAll .widSSPReadReview {
    float: none;
    padding-left: 6px; } }

body #CDSWIDSSP .widSSPData .widSSPAll .widSSPWriteReview {
  border: none;
  margin: 0px;
  padding: 0px; }
  @media screen and (max-width: 600px) {
    body #CDSWIDSSP .widSSPData .widSSPAll .widSSPWriteReview {
      float: none; } }

body #CDSWIDSSP .widSSPData .widSSPAll ul li a#allreviews,
body #CDSWIDSSP .widSSPData .widSSPAll ul li a#allreviews:link,
body #CDSWIDSSP .widSSPData .widSSPAll ul li a#allreviews:link,
body #CDSWIDSSP .widSSPData .widSSPAll ul li a#writereview,
body #CDSWIDSSP .widSSPData .widSSPAll ul li a#writereview:link,
body #CDSWIDSSP .widSSPData .widSSPAll ul li a#writereview:link {
  float: none;
  margin-bottom: 10px;
  margin-left: 0px;
  font-size: 14px; }
  body #CDSWIDSSP .widSSPData .widSSPAll ul li a#allreviews:hover,
  body #CDSWIDSSP .widSSPData .widSSPAll ul li a#allreviews:link:hover,
  body #CDSWIDSSP .widSSPData .widSSPAll ul li a#writereview:hover,
  body #CDSWIDSSP .widSSPData .widSSPAll ul li a#writereview:link:hover {
    text-decoration: none;
    color: #ffffff !important; }

body {
  background-color: #ffffff;
  overflow-y: scroll; }
  body p, body ul, body table {
    line-height: 1.5em;
    margin-bottom: 20px;
    color: #000000; }
  body .dominant p {
    font-size: 1.5em; }
  body a, body #CDSWIDSSP .widSSPData .widSSPAll ul li a#allreviews,
  body #CDSWIDSSP .widSSPData .widSSPAll ul li a#allreviews:link,
  body #CDSWIDSSP .widSSPData .widSSPAll ul li a#writereview,
  body #CDSWIDSSP .widSSPData .widSSPAll ul li a#writereview:link {
    text-decoration: none;
    color: #336633; }
    body a:hover, body #CDSWIDSSP .widSSPData .widSSPAll ul li a#allreviews:hover,
    body #CDSWIDSSP .widSSPData .widSSPAll ul li a#writereview:hover {
      text-decoration: underline; }
  body img {
    width: 100%;
    height: auto;
    display: block; }
  body figure {
    margin-bottom: 20px; }
  body h1, body h2, body table thead, table body thead, body h3 {
    font-weight: lighter;
    color: #000000;
    text-transform: normal;
    margin: 0px; }
  body h1 {
    font-family: BakerSignetBT;
    text-align: right;
    font-size: 2.5em;
    clear: both;
    margin-bottom: 40px;
    color: #cc3333;
    text-transform: uppercase; }
    @media screen and (max-width: 600px) {
      body h1 {
        text-align: center !important;
        margin-bottom: 0px !important; } }
  body h2, body table thead, table body thead {
    font-size: 1.2em; }
  body h3 {
    font-size: 1em; }

.lang #header {
  border: none; }

#header {
  background-color: #ffffff;
  position: fixed;
  top: 0px;
  left: 0px;
  padding: 20px 0;
  z-index: 999999;
  width: 100%;
  border-bottom: 1px solid #cc3333; }
  @media screen and (max-width: 600px) {
    #header {
      position: static;
      padding-top: 0px; } }
  #header::after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (max-width: 600px) {
    #header .inside {
      width: 100%; } }
  #header .logo {
    width: 200px;
    position: absolute;
    z-index: 9999;
    left: 100%;
    transform: translateX(-100%);
    top: 100px;
    transition: all 300ms ease-in-out; }
    @media screen and (max-width: 600px) {
      #header .logo {
        position: relative;
        top: 0px;
        margin: 0 auto;
        width: 200px;
        left: 0px;
        transform: translateX(0); } }
    #header .logo.scrolled-pos {
      transform: translateX(0);
      width: 70px;
      left: 0;
      top: -20px; }
  #header nav {
    display: block;
    text-align: center; }
    @media screen and (max-width: 1024px) {
      #header nav {
        text-align: right; } }
    @media screen and (max-width: 600px) {
      #header nav {
        display: none !important; } }
  #header .mod_customnav {
    float: left; }
    @media screen and (max-width: 600px) {
      #header .mod_customnav {
        display: none; } }
  #header .mod_navigation, #header .mod_customnav {
    display: inline-block;
    margin: 0 auto;
    padding-bottom: 0px; }
    @media screen and (max-width: 590px) {
      #header .mod_navigation, #header .mod_customnav {
        padding-top: 25px;
        float: none; } }
    #header .mod_navigation ul li, #header .mod_customnav ul li {
      float: left;
      list-style-type: none; }
      #header .mod_navigation ul li a, #header .mod_navigation body #CDSWIDSSP .widSSPData .widSSPAll ul li a#allreviews, body #CDSWIDSSP .widSSPData .widSSPAll #header .mod_navigation ul li a#allreviews,
      #header .mod_navigation body #CDSWIDSSP .widSSPData .widSSPAll ul li a#writereview,
      body #CDSWIDSSP .widSSPData .widSSPAll #header .mod_navigation ul li a#writereview, #header .mod_navigation ul li span, #header .mod_customnav ul li a, #header .mod_customnav body #CDSWIDSSP .widSSPData .widSSPAll ul li a#allreviews, body #CDSWIDSSP .widSSPData .widSSPAll #header .mod_customnav ul li a#allreviews,
      #header .mod_customnav body #CDSWIDSSP .widSSPData .widSSPAll ul li a#writereview,
      body #CDSWIDSSP .widSSPData .widSSPAll #header .mod_customnav ul li a#writereview, #header .mod_customnav ul li span {
        transition: all 300ms ease;
        text-transform: uppercase;
        display: block;
        padding: 6px 20px;
        font-size: 14px;
        text-decoration: none;
        color: #000000; }
        #header .mod_navigation ul li a:hover, #header .mod_navigation body #CDSWIDSSP .widSSPData .widSSPAll ul li a#allreviews:hover, body #CDSWIDSSP .widSSPData .widSSPAll #header .mod_navigation ul li a#allreviews:hover,
        #header .mod_navigation body #CDSWIDSSP .widSSPData .widSSPAll ul li a#writereview:hover,
        body #CDSWIDSSP .widSSPData .widSSPAll #header .mod_navigation ul li a#writereview:hover, #header .mod_navigation ul li span:hover, #header .mod_customnav ul li a:hover, #header .mod_customnav body #CDSWIDSSP .widSSPData .widSSPAll ul li a#allreviews:hover, body #CDSWIDSSP .widSSPData .widSSPAll #header .mod_customnav ul li a#allreviews:hover,
        #header .mod_customnav body #CDSWIDSSP .widSSPData .widSSPAll ul li a#writereview:hover,
        body #CDSWIDSSP .widSSPData .widSSPAll #header .mod_customnav ul li a#writereview:hover, #header .mod_customnav ul li span:hover {
          color: #cc3333; }
        @media screen and (max-width: 930px) {
          #header .mod_navigation ul li a, #header .mod_navigation body #CDSWIDSSP .widSSPData .widSSPAll ul li a#allreviews, body #CDSWIDSSP .widSSPData .widSSPAll #header .mod_navigation ul li a#allreviews,
          #header .mod_navigation body #CDSWIDSSP .widSSPData .widSSPAll ul li a#writereview,
          body #CDSWIDSSP .widSSPData .widSSPAll #header .mod_navigation ul li a#writereview, #header .mod_navigation ul li span, #header .mod_customnav ul li a, #header .mod_customnav body #CDSWIDSSP .widSSPData .widSSPAll ul li a#allreviews, body #CDSWIDSSP .widSSPData .widSSPAll #header .mod_customnav ul li a#allreviews,
          #header .mod_customnav body #CDSWIDSSP .widSSPData .widSSPAll ul li a#writereview,
          body #CDSWIDSSP .widSSPData .widSSPAll #header .mod_customnav ul li a#writereview, #header .mod_customnav ul li span {
            padding: 6px 10px; } }
        @media screen and (max-width: 590px) {
          #header .mod_navigation ul li a, #header .mod_navigation body #CDSWIDSSP .widSSPData .widSSPAll ul li a#allreviews, body #CDSWIDSSP .widSSPData .widSSPAll #header .mod_navigation ul li a#allreviews,
          #header .mod_navigation body #CDSWIDSSP .widSSPData .widSSPAll ul li a#writereview,
          body #CDSWIDSSP .widSSPData .widSSPAll #header .mod_navigation ul li a#writereview, #header .mod_navigation ul li span, #header .mod_customnav ul li a, #header .mod_customnav body #CDSWIDSSP .widSSPData .widSSPAll ul li a#allreviews, body #CDSWIDSSP .widSSPData .widSSPAll #header .mod_customnav ul li a#allreviews,
          #header .mod_customnav body #CDSWIDSSP .widSSPData .widSSPAll ul li a#writereview,
          body #CDSWIDSSP .widSSPData .widSSPAll #header .mod_customnav ul li a#writereview, #header .mod_customnav ul li span {
            display: block;
            padding: 6px 10px; } }
      #header .mod_navigation ul li span, #header .mod_customnav ul li span {
        color: #cc3333; }
      #header .mod_navigation ul li.last a, #header .mod_navigation body #CDSWIDSSP .widSSPData .widSSPAll ul li.last a#allreviews, body #CDSWIDSSP .widSSPData .widSSPAll #header .mod_navigation ul li.last a#allreviews,
      #header .mod_navigation body #CDSWIDSSP .widSSPData .widSSPAll ul li.last a#writereview,
      body #CDSWIDSSP .widSSPData .widSSPAll #header .mod_navigation ul li.last a#writereview, #header .mod_navigation ul li.last span, #header .mod_customnav ul li.last a, #header .mod_customnav body #CDSWIDSSP .widSSPData .widSSPAll ul li.last a#allreviews, body #CDSWIDSSP .widSSPData .widSSPAll #header .mod_customnav ul li.last a#allreviews,
      #header .mod_customnav body #CDSWIDSSP .widSSPData .widSSPAll ul li.last a#writereview,
      body #CDSWIDSSP .widSSPData .widSSPAll #header .mod_customnav ul li.last a#writereview, #header .mod_customnav ul li.last span {
        padding-right: 0; }
      #header .mod_navigation ul li.first, #header .mod_customnav ul li.first {
        margin-right: 10px; }
  #header .nav-o-meter {
    position: fixed;
    top: 30px;
    right: 20px;
    z-index: 9999999999;
    display: none;
    cursor: pointer;
    width: 46px;
    height: 37px;
    border: 2px solid #cc3333;
    background-color: #ffffff;
    border-radius: 2px; }
    #header .nav-o-meter ul.bars li {
      left: 8px;
      margin: 0px;
      padding: 0px;
      list-style-type: none;
      width: 30px;
      height: 2px;
      background-color: #cc3333;
      position: absolute;
      margin-top: -1px;
      top: 50%;
      opacity: 1;
      transition: all 300ms ease-in-out; }
      #header .nav-o-meter ul.bars li:first-child {
        transform: translateY(-10px) rotate(0deg); }
      #header .nav-o-meter ul.bars li:last-child {
        transform: translateY(10px) rotate(0deg); }
    #header .nav-o-meter.opened ul li:first-child {
      transform: translate(0) rotate(45deg); }
    #header .nav-o-meter.opened ul li:nth-child(2) {
      opacity: 0; }
    #header .nav-o-meter.opened ul li:last-child {
      transform: translate(0) rotate(-45deg); }
    @media screen and (max-width: 600px) {
      #header .nav-o-meter {
        display: block; } }
  #header .mobile_nav {
    width: 100vw;
    height: 100vh;
    display: none;
    position: fixed;
    z-index: 99999999;
    background-color: rgba(255, 255, 255, 0.9); }
    #header .mobile_nav nav {
      display: block !important;
      display: block; }
      #header .mobile_nav nav .mod_navigation {
        display: block; }
        #header .mobile_nav nav .mod_navigation ul li {
          float: none;
          margin-bottom: 20px;
          width: 100%;
          text-align: center; }
          #header .mobile_nav nav .mod_navigation ul li a, #header .mobile_nav nav .mod_navigation body #CDSWIDSSP .widSSPData .widSSPAll ul li a#allreviews, body #CDSWIDSSP .widSSPData .widSSPAll #header .mobile_nav nav .mod_navigation ul li a#allreviews,
          #header .mobile_nav nav .mod_navigation body #CDSWIDSSP .widSSPData .widSSPAll ul li a#writereview,
          body #CDSWIDSSP .widSSPData .widSSPAll #header .mobile_nav nav .mod_navigation ul li a#writereview {
            font-size: 18px; }
    #header .mobile_nav nav.mod_customnav {
      position: static;
      width: 100%;
      float: none;
      text-align: center; }
      #header .mobile_nav nav.mod_customnav ul {
        display: inline-block; }
        #header .mobile_nav nav.mod_customnav ul a, #header .mobile_nav nav.mod_customnav body #CDSWIDSSP .widSSPData .widSSPAll ul li a#allreviews, body #CDSWIDSSP .widSSPData .widSSPAll #header .mobile_nav nav.mod_customnav ul li a#allreviews,
        #header .mobile_nav nav.mod_customnav body #CDSWIDSSP .widSSPData .widSSPAll ul li a#writereview,
        body #CDSWIDSSP .widSSPData .widSSPAll #header .mobile_nav nav.mod_customnav ul li a#writereview {
          font-size: 18px; }
  #header .mod_customnav {
    float: right; }
    @media screen and (max-width: 600px) {
      #header .mod_customnav {
        position: absolute; } }
    #header .mod_customnav a, #header .mod_customnav body #CDSWIDSSP .widSSPData .widSSPAll ul li a#allreviews, body #CDSWIDSSP .widSSPData .widSSPAll ul li #header .mod_customnav a#allreviews,
    #header .mod_customnav body #CDSWIDSSP .widSSPData .widSSPAll ul li a#writereview,
    body #CDSWIDSSP .widSSPData .widSSPAll ul li #header .mod_customnav a#writereview {
      font-weight: ligther; }
      @media screen and (max-width: 768px) {
        #header .mod_customnav a, #header .mod_customnav body #CDSWIDSSP .widSSPData .widSSPAll ul li a#allreviews, body #CDSWIDSSP .widSSPData .widSSPAll ul li #header .mod_customnav a#allreviews,
        #header .mod_customnav body #CDSWIDSSP .widSSPData .widSSPAll ul li a#writereview,
        body #CDSWIDSSP .widSSPData .widSSPAll ul li #header .mod_customnav a#writereview {
          padding: 6px 10px !important; } }
      #header .mod_customnav a:hover, #header .mod_customnav body #CDSWIDSSP .widSSPData .widSSPAll ul li a#allreviews:hover, body #CDSWIDSSP .widSSPData .widSSPAll ul li #header .mod_customnav a#allreviews:hover,
      #header .mod_customnav body #CDSWIDSSP .widSSPData .widSSPAll ul li a#writereview:hover,
      body #CDSWIDSSP .widSSPData .widSSPAll ul li #header .mod_customnav a#writereview:hover {
        color: #ffffff !important; }
      #header .mod_customnav a::after, #header .mod_customnav body #CDSWIDSSP .widSSPData .widSSPAll ul li a#allreviews::after, body #CDSWIDSSP .widSSPData .widSSPAll ul li #header .mod_customnav a#allreviews::after,
      #header .mod_customnav body #CDSWIDSSP .widSSPData .widSSPAll ul li a#writereview::after,
      body #CDSWIDSSP .widSSPData .widSSPAll ul li #header .mod_customnav a#writereview::after {
        content: " >"; }
        @media screen and (max-width: 768px) {
          #header .mod_customnav a::after, #header .mod_customnav body #CDSWIDSSP .widSSPData .widSSPAll ul li a#allreviews::after, body #CDSWIDSSP .widSSPData .widSSPAll ul li #header .mod_customnav a#allreviews::after,
          #header .mod_customnav body #CDSWIDSSP .widSSPData .widSSPAll ul li a#writereview::after,
          body #CDSWIDSSP .widSSPData .widSSPAll ul li #header .mod_customnav a#writereview::after {
            content: ""; } }
      #header .mod_customnav a.last, #header .mod_customnav body #CDSWIDSSP .widSSPData .widSSPAll ul li a.last#allreviews, body #CDSWIDSSP .widSSPData .widSSPAll ul li #header .mod_customnav a.last#allreviews,
      #header .mod_customnav body #CDSWIDSSP .widSSPData .widSSPAll ul li a.last#writereview,
      body #CDSWIDSSP .widSSPData .widSSPAll ul li #header .mod_customnav a.last#writereview {
        padding-right: 20px !important; }
        @media screen and (max-width: 768px) {
          #header .mod_customnav a.last, #header .mod_customnav body #CDSWIDSSP .widSSPData .widSSPAll ul li a.last#allreviews, body #CDSWIDSSP .widSSPData .widSSPAll ul li #header .mod_customnav a.last#allreviews,
          #header .mod_customnav body #CDSWIDSSP .widSSPData .widSSPAll ul li a.last#writereview,
          body #CDSWIDSSP .widSSPData .widSSPAll ul li #header .mod_customnav a.last#writereview {
            padding: 6px 10px !important; } }

#wrapper {
  width: 100%; }
  #wrapper .flexslider {
    margin-bottom: 0px !important;
    background-color: #000; }
    #wrapper .flexslider .slides > li:first-child {
      display: block;
      -webkit-backface-visibility: visible;
      width: 100%; }
    #wrapper .flexslider img {
      max-height: none;
      object-fit: cover; }
    #wrapper .flexslider .flex-caption {
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.5); }
    #wrapper .flexslider .caption_title_line {
      display: inline-block;
      overflow: hidden;
      text-align: center;
      top: 50%;
      left: 50%;
      float: none;
      transform: translate(-50%, -50%); }
      @media screen and (max-width: 590px) {
        #wrapper .flexslider .caption_title_line p {
          font-size: 0.8em !important;
          line-height: 1em; } }
  #wrapper .flex-prev {
    background-image: url("../images/layout/arrow.png");
    width: 84px;
    height: 150px; }
    @media screen and (max-width: 590px) {
      #wrapper .flex-prev {
        height: 50px;
        background-size: contain; } }
  #wrapper .flex-next {
    background-image: url("../images/layout/arrow.png");
    width: 84px;
    height: 150px;
    background-color: transparent; }
    @media screen and (max-width: 590px) {
      #wrapper .flex-next {
        height: 50px;
        background-size: contain; } }
  #wrapper #impressionen {
    overflow: hidden;
    height: 800px; }
    @media screen and (max-width: 600px) {
      #wrapper #impressionen {
        height: 300px; } }
    #wrapper #impressionen .flexslider {
      height: 800px;
      overflow: hidden;
      margin: 0px; }
      @media screen and (max-width: 600px) {
        #wrapper #impressionen .flexslider {
          height: 300px; } }
      #wrapper #impressionen .flexslider .flex-viewport {
        height: 100%;
        overflow: hidden; }
        #wrapper #impressionen .flexslider .flex-viewport ul, #wrapper #impressionen .flexslider .flex-viewport li {
          height: 100%; }
        #wrapper #impressionen .flexslider .flex-viewport img {
          height: 100%;
          width: 100vw;
          object-fit: cover; }
    #wrapper #impressionen .overlap {
      position: absolute;
      display: block;
      width: 100%;
      top: 0px;
      left: 0px;
      height: 800px; }
      #wrapper #impressionen .overlap.active {
        z-index: 4; }
      #wrapper #impressionen .overlap.out {
        z-index: 1; }
    #wrapper #impressionen .change-buttons {
      font-size: 18px;
      z-index: 100;
      position: relative;
      top: 30px;
      left: 30px; }
      @media screen and (max-width: 600px) {
        #wrapper #impressionen .change-buttons {
          text-align: center;
          left: 0px; } }
      #wrapper #impressionen .change-buttons .button, #wrapper #impressionen .change-buttons body #CDSWIDSSP .widSSPData .widSSPAll ul li a#allreviews, body #CDSWIDSSP .widSSPData .widSSPAll ul li #wrapper #impressionen .change-buttons a#allreviews,
      #wrapper #impressionen .change-buttons body #CDSWIDSSP .widSSPData .widSSPAll ul li a#writereview,
      body #CDSWIDSSP .widSSPData .widSSPAll ul li #wrapper #impressionen .change-buttons a#writereview, #wrapper #impressionen .change-buttons #header .mod_customnav a, #header .mod_customnav #wrapper #impressionen .change-buttons a, #wrapper #impressionen .change-buttons #container form input[type=submit], #container form #wrapper #impressionen .change-buttons input[type=submit] {
        margin-right: 10px; }

.ce_player.video {
  height: 800px;
  width: 100%; }
  .ce_player.video video {
    width: 100%; }
  .ce_player.video .mejs-container {
    height: 100%;
    width: 100%; }
  .ce_player.video .mejs-controls {
    display: none !important; }
  .ce_player.video .mejs-layers {
    position: static; }
    .ce_player.video .mejs-layers .mejs-overlay-play {
      position: static; }

#container {
  /* FORMULARE */ }
  #container #main {
    min-height: 600px; }
    #container #main .mod_article {
      padding: 100px 0 65px 0px; }
      @media screen and (max-width: 590px) {
        #container #main .mod_article {
          padding: 30px 0; } }
      #container #main .mod_article .ce_text {
        margin-bottom: 30px; }
        @media screen and (max-width: 600px) {
          #container #main .mod_article .ce_text {
            text-align: center !important; } }
  #container form {
    margin-bottom: 60px;
    color: #ffffff; }
    #container form::after {
      content: "";
      display: table;
      clear: both; }
    #container form .widget {
      width: 48%; }
      @media screen and (max-width: 590px) {
        #container form .widget {
          width: 100%; } }
      #container form .widget input, #container form .widget select {
        box-sizing: border-box;
        width: 100%;
        padding: 8px 5px;
        border: none;
        background-color: rgba(51, 102, 51, 0.4);
        margin-bottom: 10px; }
        #container form .widget input::-webkit-input-placeholder, #container form .widget select::-webkit-input-placeholder {
          color: #ffffff;
          opacity: 1; }
        #container form .widget input:-moz-placeholder, #container form .widget select:-moz-placeholder {
          color: #ffffff;
          opacity: 1; }
        #container form .widget input::-moz-placeholder, #container form .widget select::-moz-placeholder {
          color: #ffffff;
          opacity: 1; }
        #container form .widget input:-ms-input-placeholder, #container form .widget select:-ms-input-placeholder {
          color: #ffffff;
          opacity: 1; }
    #container form .widget-captcha {
      margin-top: 20px; }
    #container form span.captcha_text {
      font-size: 0.9em;
      display: block;
      margin-top: -65px; }
    #container form .widget-textarea {
      width: 48%;
      float: right;
      margin-left: 4%; }
      @media screen and (max-width: 590px) {
        #container form .widget-textarea {
          float: none;
          margin-left: 0px;
          width: 100%; } }
      #container form .widget-textarea textarea {
        box-sizing: border-box;
        width: 100%;
        height: 170px;
        position: relative;
        top: -180px;
        margin-bottom: 10px;
        padding: 8px 5px;
        border: none;
        background-color: rgba(51, 102, 51, 0.4); }
        #container form .widget-textarea textarea::-webkit-input-placeholder {
          color: #ffffff;
          opacity: 1; }
        #container form .widget-textarea textarea:-moz-placeholder {
          color: #ffffff;
          opacity: 1; }
        #container form .widget-textarea textarea::-moz-placeholder {
          color: #ffffff;
          opacity: 1; }
        #container form .widget-textarea textarea:-ms-input-placeholder {
          color: #ffffff;
          opacity: 1; }
        @media screen and (max-width: 590px) {
          #container form .widget-textarea textarea {
            margin-top: 0px; } }
    @media screen and (max-width: 590px) {
      #container form input[type=submit] {
        margin-top: 40px; } }

#footer .copim {
  color: #000000;
  font-size: 1em;
  display: block;
  color: #cccccc;
  padding: 5px 0; }
  #footer .copim a, #footer .copim body #CDSWIDSSP .widSSPData .widSSPAll ul li a#allreviews, body #CDSWIDSSP .widSSPData .widSSPAll ul li #footer .copim a#allreviews,
  #footer .copim body #CDSWIDSSP .widSSPData .widSSPAll ul li a#writereview,
  body #CDSWIDSSP .widSSPData .widSSPAll ul li #footer .copim a#writereview {
    color: #cccccc; }

table {
  width: 100%;
  border-collapse: collapse; }
  table thead {
    margin-bottom: 5px; }
  table tbody tr td {
    vertical-align: middle; }
  table p {
    margin-bottom: 0px; }

.menu-box {
  width: 50%;
  padding: 20px;
  padding-right: 5px;
  margin: 0 auto;
  width: 50%;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75); }

.section {
  position: relative; }
  .section .arr_scroll {
    background-image: url("../img/layout/arrows.png");
    background-position: 0 0;
    display: block;
    position: absolute;
    bottom: 0px;
    left: 50%;
    -ms-transform: translate(-50%, 50%);
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
    height: 80px;
    width: 100px; }
    @media screen and (max-width: 600px) {
      .section .arr_scroll {
        display: none !important; } }
  .section .menu {
    height: 90vh;
    min-height: 600px;
    background-image: url("../img/layout/bg_menu.jpg");
    background-size: cover; }
    @media screen and (max-width: 1024px) {
      .section .menu {
        min-height: 760px; } }
    @media screen and (max-width: 600px) {
      .section .menu {
        min-height: 700px !important; } }
    .section .menu .slider-wrapper .ce_text {
      padding-right: 20px;
      box-sizing: border-box; }
    .section .menu h1 {
      margin-top: 60px; }
    .section .menu .menu-buttons {
      position: absolute;
      display: inline-block;
      left: 50%;
      bottom: 7vh;
      -ms-transform: translate(-50%, 0);
      -webkit-transform: translate(-50%, 0);
      transform: translate(-50%, 0); }
      @media screen and (max-width: 600px) {
        .section .menu .menu-buttons {
          position: static;
          -ms-transform: translate(0, 0);
          -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
          width: 80%;
          margin-left: 10%;
          margin-top: 30px; } }
      .section .menu .menu-buttons .button, .section .menu .menu-buttons body #CDSWIDSSP .widSSPData .widSSPAll ul li a#allreviews, body #CDSWIDSSP .widSSPData .widSSPAll ul li .section .menu .menu-buttons a#allreviews,
      .section .menu .menu-buttons body #CDSWIDSSP .widSSPData .widSSPAll ul li a#writereview,
      body #CDSWIDSSP .widSSPData .widSSPAll ul li .section .menu .menu-buttons a#writereview, .section .menu .menu-buttons #header .mod_customnav a, #header .mod_customnav .section .menu .menu-buttons a, .section .menu .menu-buttons #container form input[type=submit], #container form .section .menu .menu-buttons input[type=submit] {
        margin: 0 5px;
        border: 1px solid #ffffff;
        color: #ffffff;
        text-align: center; }
        @media screen and (max-width: 1024px) {
          .section .menu .menu-buttons .button, .section .menu .menu-buttons body #CDSWIDSSP .widSSPData .widSSPAll ul li a#allreviews, body #CDSWIDSSP .widSSPData .widSSPAll ul li .section .menu .menu-buttons a#allreviews,
          .section .menu .menu-buttons body #CDSWIDSSP .widSSPData .widSSPAll ul li a#writereview,
          body #CDSWIDSSP .widSSPData .widSSPAll ul li .section .menu .menu-buttons a#writereview, .section .menu .menu-buttons #header .mod_customnav a, #header .mod_customnav .section .menu .menu-buttons a, .section .menu .menu-buttons #container form input[type=submit], #container form .section .menu .menu-buttons input[type=submit] {
            width: 45%;
            box-sizing: border-box;
            margin-bottom: 10px;
            margin-left: 0px; } }
  @media screen and (max-width: 1024px) and (max-width: 600px) {
    .section .menu .menu-buttons .button, .section .menu .menu-buttons body #CDSWIDSSP .widSSPData .widSSPAll ul li a#allreviews, body #CDSWIDSSP .widSSPData .widSSPAll ul li .section .menu .menu-buttons a#allreviews,
    .section .menu .menu-buttons body #CDSWIDSSP .widSSPData .widSSPAll ul li a#writereview,
    body #CDSWIDSSP .widSSPData .widSSPAll ul li .section .menu .menu-buttons a#writereview, .section .menu .menu-buttons #header .mod_customnav a, #header .mod_customnav .section .menu .menu-buttons a, .section .menu .menu-buttons #container form input[type=submit], #container form .section .menu .menu-buttons input[type=submit] {
      padding: 7px 10px; } }

        @media screen and (max-width: 1024px) {
          .section .menu .menu-buttons .button:nth-child(1), .section .menu .menu-buttons body #CDSWIDSSP .widSSPData .widSSPAll ul li a#allreviews:nth-child(1), body #CDSWIDSSP .widSSPData .widSSPAll ul li .section .menu .menu-buttons a#allreviews:nth-child(1),
          .section .menu .menu-buttons body #CDSWIDSSP .widSSPData .widSSPAll ul li a#writereview:nth-child(1),
          body #CDSWIDSSP .widSSPData .widSSPAll ul li .section .menu .menu-buttons a#writereview:nth-child(1), .section .menu .menu-buttons #header .mod_customnav a:nth-child(1), #header .mod_customnav .section .menu .menu-buttons a:nth-child(1), .section .menu .menu-buttons #container form input[type=submit]:nth-child(1), #container form .section .menu .menu-buttons input[type=submit]:nth-child(1) {
            margin-right: 5%;
            clear: left; } }
        @media screen and (max-width: 600px) {
          .section .menu .menu-buttons .button:nth-child(1), .section .menu .menu-buttons body #CDSWIDSSP .widSSPData .widSSPAll ul li a#allreviews:nth-child(1), body #CDSWIDSSP .widSSPData .widSSPAll ul li .section .menu .menu-buttons a#allreviews:nth-child(1),
          .section .menu .menu-buttons body #CDSWIDSSP .widSSPData .widSSPAll ul li a#writereview:nth-child(1),
          body #CDSWIDSSP .widSSPData .widSSPAll ul li .section .menu .menu-buttons a#writereview:nth-child(1), .section .menu .menu-buttons #header .mod_customnav a:nth-child(1), #header .mod_customnav .section .menu .menu-buttons a:nth-child(1), .section .menu .menu-buttons #container form input[type=submit]:nth-child(1), #container form .section .menu .menu-buttons input[type=submit]:nth-child(1) {
            margin-right: 10px; } }
        @media screen and (max-width: 1024px) {
          .section .menu .menu-buttons .button:nth-child(3), .section .menu .menu-buttons body #CDSWIDSSP .widSSPData .widSSPAll ul li a#allreviews:nth-child(3), body #CDSWIDSSP .widSSPData .widSSPAll ul li .section .menu .menu-buttons a#allreviews:nth-child(3),
          .section .menu .menu-buttons body #CDSWIDSSP .widSSPData .widSSPAll ul li a#writereview:nth-child(3),
          body #CDSWIDSSP .widSSPData .widSSPAll ul li .section .menu .menu-buttons a#writereview:nth-child(3), .section .menu .menu-buttons #header .mod_customnav a:nth-child(3), #header .mod_customnav .section .menu .menu-buttons a:nth-child(3), .section .menu .menu-buttons #container form input[type=submit]:nth-child(3), #container form .section .menu .menu-buttons input[type=submit]:nth-child(3) {
            margin-right: 5%;
            clear: left; } }
        @media screen and (max-width: 600px) {
          .section .menu .menu-buttons .button:nth-child(3), .section .menu .menu-buttons body #CDSWIDSSP .widSSPData .widSSPAll ul li a#allreviews:nth-child(3), body #CDSWIDSSP .widSSPData .widSSPAll ul li .section .menu .menu-buttons a#allreviews:nth-child(3),
          .section .menu .menu-buttons body #CDSWIDSSP .widSSPData .widSSPAll ul li a#writereview:nth-child(3),
          body #CDSWIDSSP .widSSPData .widSSPAll ul li .section .menu .menu-buttons a#writereview:nth-child(3), .section .menu .menu-buttons #header .mod_customnav a:nth-child(3), #header .mod_customnav .section .menu .menu-buttons a:nth-child(3), .section .menu .menu-buttons #container form input[type=submit]:nth-child(3), #container form .section .menu .menu-buttons input[type=submit]:nth-child(3) {
            margin-right: 10px; } }
    .section .menu #Weinkarte table tr td:nth-child(1) {
      width: 60%; }
    .section .menu #Weinkarte table tr td:nth-child(2) {
      width: 10%; }
    .section .menu #Weinkarte table tr td:nth-child(3) {
      width: 10%; }
    .section .menu #Weinkarte table tr td:nth-child(4) {
      width: 20%; }
    .section .menu .menu-box {
      height: 60vh;
      min-height: 450px;
      overflow: visible;
      position: absolute;
      left: 50%;
      top: 50%;
      -ms-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      background-color: #ffffff; }
      @media screen and (max-width: 1024px) {
        .section .menu .menu-box {
          width: 70% !important; } }
      @media screen and (max-width: 1024px) {
        .section .menu .menu-box {
          position: static;
          -ms-transform: translate(0) !important;
          -webkit-transform: translate(0) !important;
          transform: translate(0) !important; } }
      .section .menu .menu-box h1 {
        text-align: center; }
      .section .menu .menu-box strong {
        color: #336633;
        font-weight: normal;
        text-transform: uppercase; }
      .section .menu .menu-box .content-slider {
        overflow-y: scroll;
        height: 100%; }
        .section .menu .menu-box .content-slider .slider-wrapper div table {
          text-align: left !important; }
      .section .menu .menu-box .slider-control {
        position: static;
        width: 100%; }
        .section .menu .menu-box .slider-control .slider-menu {
          display: none; }
        .section .menu .menu-box .slider-control .slider-prev {
          text-indent: -100000px;
          position: absolute;
          left: 0;
          margin-left: -60px;
          margin-top: -26px;
          top: 50%;
          background-image: url("../img/layout/arrows.png");
          background-position: 0px 200px;
          height: 52px;
          width: 44px; }
        .section .menu .menu-box .slider-control .slider-next {
          text-indent: -100000px;
          margin-top: -26px;
          top: 50%;
          position: absolute;
          right: 0;
          margin-right: -60px;
          background-image: url("../img/layout/arrows.png");
          background-position: 57px 200px;
          height: 52px;
          width: 44px; }
    .section .menu table tr td {
      border-bottom: 1px solid #cccccc; }
      .section .menu table tr td:last-child {
        padding-right: 15px;
        text-align: right;
        color: #666666; }
      @media screen and (max-width: 600px) {
        .section .menu table tr td {
          font-size: 10px !important; } }
  .section #kontakt .dlh_googlemap {
    height: 100vh; }
    @media screen and (max-width: 600px) {
      .section #kontakt .dlh_googlemap {
        height: 400px; } }
  .section #kontakt .kontakt-box {
    box-sizing: border-box;
    background-color: #ffffff;
    position: absolute;
    z-index: 999;
    top: 30px;
    left: 10%;
    padding: 20px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
    transition: all 600ms ease-in-out;
    transform: translateY(200px);
    opacity: 0; }
    .section #kontakt .kontakt-box.slide-up {
      transform: translate(0, 0);
      opacity: 1; }
    @media screen and (max-width: 768px) {
      .section #kontakt .kontakt-box {
        width: 30% !important; } }
    @media screen and (max-width: 600px) {
      .section #kontakt .kontakt-box {
        position: static;
        padding: 20px;
        width: 100% !important;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none; } }
    .section #kontakt .kontakt-box h1 {
      text-align: center; }

#cboxCurrent, #cboxTitle, #cboxPrevious, #cboxNext {
  display: none !important; }

.lang h1, .normal-page h1 {
  clear: none; }
.lang .scroll, .normal-page .scroll {
  overflow-y: scroll;
  position: relative;
  height: 70vh;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
  padding: 20px;
  left: -10px; }
  @media screen and (max-width: 600px) {
    .lang .scroll, .normal-page .scroll {
      width: 90% !important;
      margin: 0 auto !important;
      left: 0px; } }
.lang strong, .normal-page strong {
  color: #336633;
  font-weight: normal;
  text-transform: uppercase; }
.lang table tr td, .normal-page table tr td {
  border-bottom: 1px solid #cccccc; }
  .lang table tr td:last-child, .normal-page table tr td:last-child {
    padding-right: 15px;
    text-align: right;
    color: #666666; }
  @media screen and (max-width: 600px) {
    .lang table tr td, .normal-page table tr td {
      font-size: 10px !important; } }
.lang.no-nav .mod_customnav, .normal-page.no-nav .mod_customnav {
  display: none !important; }

.section .divider {
  transition: all 300ms ease-in-out;
  transform: translateX(-200px) rotate(-45deg);
  opacity: 0;
  border: none; }
  .section .divider.slide-right {
    transform: translateX(0) rotate(0deg);
    opacity: 1;
    border-right: 1px solid #cccccc; }

#referenzen .img50pct img {
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }
  #referenzen .img50pct img.wiggle {
    -webkit-animation-name: wiggle;
    animation-name: wiggle;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s; }

@keyframes wiggle {
  0% {
    transform: skewX(9deg); }
  10% {
    transform: skewX(-8deg); }
  20% {
    transform: skewX(7deg); }
  30% {
    transform: skewX(-6deg); }
  40% {
    transform: skewX(5deg); }
  50% {
    transform: skewX(-4deg); }
  60% {
    transform: skewX(3deg); }
  70% {
    transform: skewX(-2deg); }
  80% {
    transform: skewX(1deg); }
  90% {
    transform: skewX(0deg); }
  100% {
    transform: skewX(0deg); } }

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