/*
Theme Name:     Wgt. Bretz, Bechtolsheim - www.pixelcare.de
Theme URI:      http:www.weingutbretz.de
Author:         pixelready.de
Author URI:     http: //www.pixelready.de/
Template:       pxplain_wgtbretz
Version:        2.0
Release:        05.2016
*/
/* Index page & video settings */
.section-all {
  width: 100%;
  float: left;
  height: 100%;
  display: table;
  overflow: hidden; }

.home-section {
  width: 100%;
  height: 100%; }

.fullscreen-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: -100;
  width: 100%;
  height: 100%;
  background: url(images/video-bg.jpg) center center no-repeat;
  background-size: cover; }

.fullscreen-bg video {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%; }

.content-box {
  /*    position: relative;
      z-index:1;*/ }

.start .svgwrapper.logo {
  padding-top: 7%; }

.start .svgwrapper.logo img {
  max-width: 330px; }

.start .menu-collapser h1 {
  font-size: 33px; }

.start ul.cn-menu {
  background-color: transparent !important;
  position: relative; }

.start a.language {
  right: 9px; }

.video-btn .control_video {
  color: #d7b56d;
  font-family: "EB Garamond";
  text-decoration: none;
  font-size: 30px;
  margin: 0 auto;
  display: table;
  margin-top: 10%;
  padding: 10px 20px;
  border: 1px solid #9f232a;
  background-color: #9f232a;
  border-radius: 3px; }

.video-btn .control_video:hover, .video-btn .control_video:focus {
  background: #5d634b;
  border-color: #5d634b; }

.text-bottom {
  margin-bottom: 25px;
  color: #d7b56d;
  font-family: "EB Garamond";
  font-size: 33px;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  bottom: 50px;
  margin-top: 17%;
  float: left; }

.fancybox-overlay.fancybox-overlay-fixed {
  background: rgba(156, 166, 155, 0.65) none repeat scroll 0 0;
  float: left;
  height: 100% !important;
  position: fixed;
  width: 100% !important;
  z-index: 1001; }

.fancybox-opened .fancybox-title {
  display: none; }

.news_btn {
  position: absolute;
  right: 20vw;
  top: 20vh; }

/* Template 4 Textpages for CMS, imprint and contact */
body.imprint, body.privacy, body.cms {
  background: url(images/bg_berg.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed; }

body.awardlist {
  background: url(images/bg_awards.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed; }

.txtpage-content {
  background: rgba(178, 173, 129, 0.7); }

.contact .txtpage-content {
  background: rgba(181, 176, 134, 0.9); }

body.contact {
  background: url(images/bg_contact.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed; }

.txtpage main {
  font-size: 18px;
  font-family: 'Cambay', Verdana, Arial, sans-serif;
  width: auto;
  float: none; }

.txtpage-content {
  padding: 190px 3% 80px; }

.txtpage h1, .txtpage h2, .txtpage h3,
.txtpage h4, .txtpage h5, .txtpage h6 {
  margin-bottom: 1em; }

.txtpage h1 {
  line-height: 1.1em;
  position: static;
  margin: 30px auto 25px;
  text-align: center; }

.txtpage h2 {
  font-size: 30px; }

.txtpage h3 {
  font-size: 25px; }

/* Award & media lists */
.txtpage main ul li {
  list-style: disc;
  margin-left: 1.5em; }

.txtpage main ul, .txtpage main ol {
  margin-bottom: 2em; }

.listsection {
  margin-bottom: 10%; }

.awardicon {
  text-align: center;
  margin-bottom: 25px; }

.iconwrapper {
  position: relative; }

.iconwrapper a {
  display: block; }

.iconwrapper a:hover .iconoverlay, .iconwrapper a:focus .iconoverlay {
  opacity: 1; }

.iconinner {
  display: block; }

.iconwrapper img {
  min-width: 100%; }

.iconoverlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(93, 99, 75, 0.7);
  z-index: 5;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s; }

.icontitle {
  font-size: 18px;
  color: #fff;
  position: absolute;
  width: 100%;
  padding: 5%;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.m_bott1 {
  margin-bottom: 3em; }

.m_bott2 {
  margin-bottom: 5em; }

.light {
  color: #ede9e0; }

/* Kontakt page */
/*.question {
 display: block;
}*/
/* Google Map responsive CSS */
.googlemap {
  position: relative;
  padding-bottom: 55%;
  /* This is the aspect ratio */
  height: 0;
  overflow: hidden; }

.googlemap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* Formstyles ------------------------------------------------------------------- */
.formwrapper {
  /* Add additional styles to wrapper if needed */ }

label {
  width: 120px;
  display: inline-block; }

.labeltextarea {
  vertical-align: top; }

input, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  font-family: inherit;
  font-size: 18px;
  display: inline-block;
  margin: 5px 0;
  padding: 5px 15px;
  border: 1px solid #999;
  width: 100%;
  /* max-width: 400px; */
  box-sizing: border-box;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }

input:hover, input:focus, select:hover, select:focus,
textarea:hover, textarea:focus {
  border: 1px solid #5d634b;
  -webkit-box-shadow: inset 0px 0px 10px 0px rgba(93, 99, 75, 0.8);
  -moz-box-shadow: inset 0px 0px 10px 0px rgba(93, 99, 75, 0.8);
  box-shadow: inset 0px 0px 10px 0px rgba(93, 99, 75, 0.8); }

#zipcode input:first-child {
  width: 11%;
  margin-right: 1%;
  float: left; }

#zipcode input:last-child {
  width: 88%;
  margin-left: 0;
  margin-right: 0; }

.question {
  margin: 1.5em 0 1em; }

.question label {
  width: 100%; }

textarea {
  resize: none;
  margin-bottom: 30px; }

/* Style radio & checkbox inputs */
input[type="checkbox"],
input[type='checkbox']:checked,
input[type='checkbox']:not(:checked),
input[type='radio']:checked,
input[type='radio']:not(:checked) {
  width: 20px;
  height: 20px;
  display: inline-block;
  background: #fff;
  position: relative;
  visibility: hidden;
  margin: 0;
  padding: 0; }

input[type='checkbox']:checked + label::before,
input[type='checkbox']:not(:checked) + label::before,
input[type='radio']:checked + label::before,
input[type='radio']:not(:checked) + label::before {
  content: ' ';
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  top: -2px;
  border: 1px solid #999;
  background: white;
  margin-right: 1em;
  margin-left: -40px;
  box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  vertical-align: middle; }

input[type=radio]:checked + label::before,
input[type=radio]:not(:checked) + label::before {
  border-radius: 30px; }

input[type='checkbox']:hover + label::before,
input[type='radio']:hover + label::before {
  /* background:#ddd;
   box-shadow: inset 0 0 0 2px white;*/
  border: 1px solid #5d634b;
  -webkit-box-shadow: inset 0px 0px 10px 0px rgba(93, 99, 75, 0.8);
  -moz-box-shadow: inset 0px 0px 10px 0px rgba(93, 99, 75, 0.8);
  box-shadow: inset 0px 0px 10px 0px rgba(93, 99, 75, 0.8); }

input[type='checkbox']:checked + label::before,
input[type='radio']:checked + label::before {
  background: #5d634b;
  box-shadow: inset 0 0 0 2px white; }

.radiobtnwrapper {
  display: inline-block; }

.radiobtn label:first-child {
  vertical-align: middle; }

.radiowrapper label {
  padding-left: 15px;
  width: 60px;
  vertical-align: middle; }

.radiowrapper input {
  width: 13px;
  vertical-align: middle; }

.checkboxwrapper {
  margin-bottom: 30px;
  line-height: 1.5em; }

.checkbox {
  /* display: table;*/
  line-height: 1em; }

.checkbox input {
  display: table-cell;
  vertical-align: middle;
  margin: -3px 15px 0 0; }

.checkbox label {
  display: table-cell;
  width: auto;
  padding-left: 40px; }

button[type="submit"] {
  display: inline-block;
  font-size: inherit;
  font-weight: bold;
  font-family: 'EB Garamond', Garamond, Times, serif;
  text-transform: uppercase;
  color: #D7B56D;
  margin: 15px 0 60px;
  padding: 10px 20px;
  border: 1px solid #9f232a;
  background-color: #9f232a;
  border-radius: 3px;
  overflow: hidden;
  cursor: pointer;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }

button[type="submit"]:hover, button[type="submit"]:focus {
  background: #5d634b;
  border-color: #5d634b; }

.radio_wrapper {
  display: inline-block;
  margin-right: 8px; }

.radio_wrapper.last {
  margin-right: 0; }

.radio_wrapper input {
  display: inline-block;
  margin-right: 4px;
  vertical-align: top; }

/* Form messages */
.nonvalid input, .nonvalid select, .nonvalid textarea {
  border: 1px solid #c30000;
  background-color: #f1b4b4;
  -webkit-box-shadow: inset 0px 0px 10px 0px rgba(195, 0, 0, 0.5);
  -moz-box-shadow: inset 0px 0px 10px 0px rgba(195, 0, 0, 0.5);
  box-shadow: inset 0px 0px 10px 0px rgba(195, 0, 0, 0.5); }

.nonvalid.checkbox, .nonvalid .radiobtnwrapper {
  font-weight: bold;
  color: #c30000; }

.msg_error {
  background-color: #f1b4b4;
  padding: 10px 15px;
  margin: 15px 0;
  line-height: 1.5em;
  color: #c30000;
  display: none;
  cursor: pointer; }

.msg_success {
  background-color: #d4ffe9;
  padding: 15px;
  margin: 15px 0;
  line-height: 1.5em;
  color: #115030; }

/* AntiSPAM hidden inputs */
.dontshowthis {
  display: none !important; }

/* ###### Wein:Direkt Mini-CMS ##################################################### */
/* MINI CMS styles for preview- & article-pages --------------------- */
/* wrapper for complete output */
#preview_wrapper {
  font-size: 18px;
  font-family: 'Cambay', Verdana, Arial, sans-serif;
  font-weight: normal;
  text-align: center;
  line-height: 1.4em; }

/* wrapper for single article */
/* article headline */
/* article headline link to single article page */
#preview_wrapper .article_preview h2 a {
  font-size: 30px;
  line-height: 1em; }

/* article publishing date */
#preview_wrapper .article_preview span.article_info {
  font-size: 16px;
  margin-bottom: 15px;
  display: inline-block; }

/* article content including images */
#preview_wrapper .article_preview .article_sequence {
  margin-bottom: 3em; }

/* special styling for strong tags */
#preview_wrapper .article_preview strong {
  font-weight: bold; }

/* image settings ------------------------------------------------------ *
/* Einstellung f?r alle Bilder in Artikeln */
#preview_wrapper .article_preview img {
  margin: 25px auto; }

/* class for publishing img in original size */
#preview_wrapper .article_preview .pos_normal {
  width: auto !important; }

/* class for publishing imgages in 3 columns */
#preview_wrapper .article_preview .img_small {
  width: 32%; }

/* class for publishing imgages in 2 columns */
#preview_wrapper .article_preview .img_middle {
  width: 48%; }

/* class for publishing imgages in 1 column with 100% width */
#preview_wrapper .article_preview .img_big {
  width: 100%; }

/* define left image column */
#preview_wrapper .article_preview .pos_left {
  float: left; }

/* define center image column (in a 3 column layout) */
#preview_wrapper .article_preview .pos_center {
  float: left;
  margin: 25px 2%; }

/* define right image column */
#preview_wrapper .article_preview .pos_right {
  float: right; }

/* style the "back to previous page" button */
#back {
  margin-top: 35px; }

/* Clearing */
.clearfloat {
  float: none;
  clear: both !important; }

/* CONTENT:
 * px1. CSS Reset
 * px2. PIXEL:READY; Responsive Grid
 * px3. Global Theme Settings
 * px4. Media Queries for Theme Templates

/* ############################################################################################ */
/*   px1. START PIXEL:READY; Template Mods                                                      */
/* ############################################################################################ */
/* ##### CSS Reset ########################################################### */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, menu, nav, section {
  display: block; }

/* Set all box-sizing to border-box */
html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

h1 {
  font-family: 'EB Garamond', Garamond, Times, serif;
  font-size: 36px;
  line-height: 38px;
  color: #1d1d1b;
  z-index: 4;
  margin-bottom: 50px;
  text-transform: uppercase;
  font-weight: normal; }

p {
  font-size: 18px;
  font-family: 'Cambay', Verdana, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.4em;
  padding: 0 15px; }

/* font-size fix */
html, body {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

/* remember to define focus styles! */
:focus {
  outline: 0; }

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none; }

del {
  text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* ############################################################################################ */
/*   px2. START PIXEL:READY; Responsive Grid                                                    */
/* ############################################################################################ */
/* insert current vesion of PX Responsive Grid System here */
/*
 * PX Responsive Grid System
 * developed by www.pixelready.de
 * based on Graham Millers Responsive Grid System, www.responsivegridsystem.com
 * V1
 */
/*  CONTAINER - Use container class for wrappers======================================== */
.container {
  width: 90%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto; }

/*  ROWS  ============================================================================= */
.row {
  clear: both;
  padding: 0;
  margin-bottom: 2em;
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */ }

.row:before, .row:after {
  content: "";
  display: table; }

.row:after {
  clear: both; }

/*  GRID COLUMN SETUP   ==================================================================== */
.col {
  display: block;
  float: left;
  margin-left: 1.6%;
  min-height: 1px; }

.col:first-child {
  margin-left: 0; }

/* all browsers except IE6 and lower */
/* Add special features to rows and columns */
.rowsticky {
  margin-bottom: 0; }

.colfall {
  /* Use fall class to insert empty cols
   * Change media queries to set responsive behavior
   */ }

/*  COLUMN SETUP   ============================================================================= */
.col_1_of_1 {
  width: 100%; }

.col_1_of_2 {
  width: 49.2%; }

.col_1_of_3 {
  width: 32.26%; }

.col_2_of_3 {
  width: 66.13%; }

.col_1_of_4 {
  width: 23.8%; }

.col_2_of_4 {
  width: 49.2%; }

.col_3_of_4 {
  width: 74.6%; }

.col_1_of_5 {
  width: 18.72%; }

.col_2_of_5 {
  width: 39.04%; }

.col_3_of_5 {
  width: 59.36%; }

.col_4_of_5 {
  width: 79.68%; }

.col_1_of_6 {
  width: 15.33%; }

.col_2_of_6 {
  width: 32.26%; }

.col_3_of_6 {
  width: 49.2%; }

.col_4_of_6 {
  width: 66.13%; }

.col_5_of_6 {
  width: 83.06%; }

.col_1_of_7 {
  width: 12.91%; }

.col_2_of_7 {
  width: 27.42%; }

.col_3_of_7 {
  width: 41.94%; }

.col_4_of_7 {
  width: 56.45%; }

.col_5_of_7 {
  width: 70.97%; }

.col_6_of_7 {
  width: 85.48%; }

.col_1_of_8 {
  width: 11.1%; }

.col_2_of_8 {
  width: 23.8%; }

.col_3_of_8 {
  width: 36.5%; }

.col_4_of_8 {
  width: 49.2%; }

.col_5_of_8 {
  width: 61.9%; }

.col_6_of_8 {
  width: 74.6%; }

.col_7_of_8 {
  width: 87.3%; }

.col_1_of_9 {
  width: 9.68%; }

.col_2_of_9 {
  width: 20.97%; }

.col_3_of_9 {
  width: 32.26%; }

.col_4_of_9 {
  width: 43.55%; }

.col_5_of_9 {
  width: 54.84%; }

.col_6_of_9 {
  width: 66.13%; }

.col_7_of_9 {
  width: 77.42%; }

.col_8_of_9 {
  width: 88.71%; }

.col_1_of_10 {
  width: 8.56%; }

.col_2_of_10 {
  width: 18.72%; }

.col_3_of_10 {
  width: 28.88%; }

.col_4_of_10 {
  width: 39.04%; }

.col_5_of_10 {
  width: 49.2%; }

.col_6_of_10 {
  width: 59.36%; }

.col_7_of_10 {
  width: 69.52%; }

.col_8_of_10 {
  width: 79.68%; }

.col_9_of_10 {
  width: 89.84%; }

.col_1_of_11 {
  width: 7.63%; }

.col_2_of_11 {
  width: 16.87%; }

.col_3_of_11 {
  width: 26.1%; }

.col_4_of_11 {
  width: 35.34%; }

.col_5_of_11 {
  width: 44.58%; }

.col_6_of_11 {
  width: 53.81%; }

.col_7_of_11 {
  width: 63.05%; }

.col_8_of_11 {
  width: 72.29%; }

.col_9_of_11 {
  width: 81.52%; }

.col_10_of_11 {
  width: 90.76%; }

.col_1_of_12 {
  width: 6.86%; }

.col_2_of_12 {
  width: 15.33%; }

.col_3_of_12 {
  width: 23.8%; }

.col_4_of_12 {
  width: 32.26%; }

.col_5_of_12 {
  width: 40.73%; }

.col_6_of_12 {
  width: 49.2%; }

.col_7_of_12 {
  width: 57.66%; }

.col_8_of_12 {
  width: 66.13%; }

.col_9_of_12 {
  width: 74.6%; }

.col_10_of_12 {
  width: 83.06%; }

.col_11_of_12 {
  width: 91.53%; }

/*  ########    GRID MEDIA QUERIES  ########################################## */
/*  Smartphones */
@media only screen and (max-width: 480px) {
  .col {
    margin: 1% 0 1% 0; }

  .colfall {
    display: none; }

  .col_1_of_1, .col_1_of_2, .col_1_of_3, .col_2_of_3,
  .col_1_of_4, .col_2_of_4, .col_3_of_4,
  .col_1_of_5, .col_2_of_5, .col_3_of_5, .col_4_of_5,
  .col_1_of_6, .col_2_of_6, .col_3_of_6, .col_4_of_6, .col_5_of_6,
  .col_1_of_7, .col_2_of_7, .col_3_of_7, .col_4_of_7, .col_5_of_7, .col_6_of_7,
  .col_1_of_8, .col_2_of_8, .col_3_of_8, .col_4_of_8, .col_5_of_8, .col_6_of_8, .col_7_of_8,
  .col_1_of_9, .col_2_of_9, .col_3_of_9, .col_4_of_9, .col_5_of_9, .col_6_of_9, .col_7_of_9, .col_8_of_9,
  .col_1_of_10, .col_2_of_10, .col_3_of_10, .col_4_of_10, .col_5_of_10, .col_6_of_10, .col_7_of_10, .col_8_of_10, .col_9_of_10,
  .col_1_of_11, .col_2_of_11, .col_3_of_11, .col_4_of_11, .col_5_of_11, .col_6_of_11, .col_7_of_11, .col_8_of_11, .col_9_of_11, .col_10_of_11,
  .col_1_of_12, .col_2_of_12, .col_3_of_12, .col_4_of_12, .col_5_of_12, .col_6_of_12, .col_7_of_12, .col_8_of_12, .col_9_of_12, .col_10_of_12, .col_11_of_12 {
    width: 100%; } }
/* ############################################################################################ */
/*   px3. START Slimmenu Settings                                                               */
/* ############################################################################################ */
.menu-collapser {
  position: relative;
  background-color: #999;
  color: #FFF;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 48px;
  line-height: 48px;
  font-size: 16px;
  padding: 0 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

.collapse-button {
  position: absolute;
  right: 8px;
  top: 50%;
  width: 40px;
  background-color: #0E0E0E;
  background-image: linear-gradient(to bottom, #151515, #040404);
  background-repeat: repeat-x;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-radius: 4px 4px 4px 4px;
  border-style: solid;
  border-width: 1px;
  color: #FFFFFF;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.075);
  padding: 7px 10px;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  cursor: pointer;
  font-size: 14px;
  text-align: center;
  transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

.collapse-button:hover, .collapse-button:focus {
  background-image: none;
  background-color: #040404;
  color: #FFF; }

.collapse-button .icon-bar {
  background-color: #F5F5F5;
  border-radius: 1px 1px 1px 1px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  display: block;
  height: 2px;
  width: 18px;
  margin: 2px 0; }

/* ############################################################################################ */
/*   px3. START PIXEL:READY; Template Settings                                                  */
/* ############################################################################################ */
/* Main tags ----------------------------------------------------------------- */
html {
  /*  overflow-y: scroll;  !* Use this to avoid jumping when the scrollbar appears */ }

body {
  line-height: 1.5em;
  hyphens: auto;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  word-break: normal; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'EB Garamond', Garamond, Times, serif;
  text-transform: uppercase;
  font-weight: normal;
  clear: both; }

p, form, blockquote, cite {
  margin-bottom: 1.5em; }

table {
  width: 100%; }

img {
  max-width: 100%;
  height: auto; }

embed,
iframe,
object {
  max-width: 100%; }

/* Important settings for SVGs */
/* always needed for ie */
@media screen and (min-width: 0\0) {
  img[src*=".svg"] {
    width: 100%; } }
svg:not(:root) {
  overflow: hidden; }

/* use for embedded SVG */
.svgwrapper {
  padding-top: 15px;
  margin: 0 auto;
  position: relative;
  display: inline-block;
  width: 100%;
  text-align: center;
  height: auto; }

.svg {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0; }

.svgwrapper.logo {
  padding-top: 15px; }

.svgwrapper.logo img {
  max-width: 200px; }

.site-header {
  width: 100%;
  min-height: 160px;
  position: fixed;
  z-index: 10;
  background-color: #5d634b; }

.top-header-controls {
  position: relative;
  float: right;
  margin-right: 25px;
  margin-top: 10px;
  z-index: 110;
  position: absolute;
  right: 0;
  width: 160px; }

a.show-cntrl-class:hover {
  color: #d2b26c; }

a.show-cntrl-class {
  display: none;
  color: #FFF;
  font-size: 28px;
  line-height: 28px;
  text-transform: uppercase;
  margin-right: 30px;
  text-decoration: none;
  font-family: 'EB Garamond', Garamond, Times, serif;
  cursor: pointer; }

a.language, a.language:visited {
  display: inline-block;
  cursor: pointer;
  color: #fff;
  font-family: 'EB Garamond', Garamond, Times, serif;
  font-size: 20px;
  position: absolute;
  right: 29px;
  text-decoration: none;
  /*top: -1px;*/
  z-index: 12; }

a.language:hover, a.language:focus {
  color: #d2b26c; }

.top-header-controls .close_header {
  width: 20px;
  height: 16px;
  background: url(images/minimize_menu-drk.svg) center center no-repeat;
  background-size: 20px 16px;
  margin-top: 4px;
  cursor: pointer;
  float: right; }

.top-header-controls .close_header:hover {
  background: url(images/minimize_menu-orange.svg) center center no-repeat;
  background-size: 20px 18px; }

/*MENU*/
ul.cn-menu {
  z-index: 100;
  position: absolute;
  width: 330px;
  margin: 0 auto;
  overflow: visible;
  left: 0;
  right: 0;
  max-width: 100%;
  background-color: rgba(93, 99, 75, 0.85) !important; }

ul.cn-menu li {
  position: relative;
  display: block;
  background-color: transparent;
  text-align: center;
  max-width: 330px;
  border: none; }

ul.cn-menu li ul {
  background-color: transparent; }

ul.cn-menu li .sub-collapser {
  background: transparent !important; }

ul.cn-menu li .sub-collapser > i {
  margin-top: 17px !important;
  display: none; }

.submenu-ccs {
  position: relative;
  width: 100%;
  display: none; }

ul.cn-menu li:hover .open-i {
  opacity: 0;
  transform: rotate(-90deg); }

.open-i {
  background: url(images/open-icon-nav.png) center center no-repeat;
  position: absolute;
  right: 15px;
  top: 6px;
  width: 25px;
  height: 25px;
  cursor: pointer;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -ms-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  opacity: 1; }

.close-i {
  background: url(images/close-icon-nav.png) center center no-repeat;
  position: absolute;
  right: 15px;
  top: 6px;
  width: 25px;
  height: 25px;
  cursor: pointer; }

ul.cn-menu li a {
  color: #fff;
  font-size: 24px;
  font-family: 'EB Garamond', Garamond, Times, serif;
  text-decoration: none;
  padding: 6px 16px 6px 16px;
  text-transform: uppercase; }

ul.cn-menu li a:hover {
  color: #d2b26c; }

.start ul.cn-menu li ul {
  background-color: transparent; }

ul.cn-menu li ul {
  position: absolute;
  left: 330px;
  top: 0;
  max-width: 220px;
  background-color: rgba(93, 99, 75, 0.85);
  margin-top: -2px; }

.sub-collapser i {
  color: #d2b26c !important;
  position: absolute; }

.menu-collapser {
  height: 40px !important;
  width: 330px;
  padding: 0;
  margin: 0 auto;
  display: block !important;
  background-color: transparent; }

.menu-collapser h1 {
  text-align: center;
  font-size: 24px;
  color: #d2b26c;
  font-family: 'EB Garamond', Garamond, Times, serif;
  text-decoration: none;
  margin: 0; }

ul.cn-menu.collapsed li .sub-collapser {
  height: 100% !important; }

.collapse-button {
  width: 100px;
  margin: 0 auto;
  position: relative;
  background-color: transparent;
  background-image: none !important;
  border: none;
  box-shadow: none;
  padding: 0;
  right: 0; }

.collapse-button:hover {
  background-color: transparent;
  background-image: none !important; }

.cn-menu {
  margin: 0 auto;
  position: relative;
  width: 100%;
  clear: both;
  margin-top: 35px;
  display: none;
  max-width: 330px; }

.cn-menu li {
  position: relative;
  width: 100%;
  float: left;
  line-height: 35px;
  text-transform: uppercase;
  margin: 2px 0px; }

.submenu-ccs {
  position: relative;
  width: 100%;
  display: none; }

.submenu-ccs.active {
  display: block !important; }

/*.cn-menu li:hover .submenu-ccs { display:block; }*/
.cn-menu li a {
  /* width:100%;
   float:left; */
  text-align: center;
  font-size: 24px;
  color: #FFF;
  font-family: 'EB Garamond', Garamond, Times, serif;
  text-decoration: none;
  padding: 0 30px; }

.cn-menu li a:hover, .cn-menu li a:focus, .cn-menu li.active a {
  color: #d7b56d; }

.cn-menu li.active ul a {
  color: #fff; }

.submenu-ccs li {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 24px; }

ul.submenu-ccs li a {
  font-size: 20px; }

.video-btn {
  display: inline-block;
  width: 100%; }

/*MENU END*/
/*Section Style Allgemein*/
.slideWrap {
  display: inline-block;
  width: 49.8%;
  text-align: center;
  vertical-align: middle;
  position: absolute; }

.slideWrap img {
  opacity: 1; }

.secslides,
.section {
  height: 945px;
  overflow: hidden; }

.sec2pics {
  background-color: #b5b086; }

.secslogan {
  background-color: #b5b086; }

.secfullpic {
  background-color: #b5b086; }

.fp-tableCell {
  max-height: 100%; }

#fullpage .section .cycle-slideshow {
  width: 100% !important;
  height: 100% !important; }

#fullpage .section .cycle-slideshow div {
  width: 100% !important;
  height: 100% !important;
  background: no-repeat center center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover; }

#fullpage .section .cycle-slideshow div img {
  display: none; }

@media screen and (max-width: 770px) {
  #fullpage .section .cycle-slideshow div {
    background-size: cover;
    width: 100%;
    display: block; }

  #fullpage .section .cycle-slideshow div img {
    display: none;
    /* Set rules to fill background */
    /* Set up proportionate scaling */
    width: auto;
    height: 100%; } }
/*Section Style Allgemein END*/
/*Section 2*/
.sec2_wrapper {
  width: 100%; }

.sec2_container {
  width: 37%;
  display: inline-block;
  position: absolute;
  top: 0;
  overflow: hidden;
  height: 100%;
  /*right: -40%;*/ }

.sec2_container .left_img {
  left: -150px; }

.sec2_container img {
  /*opacity: 0;*/
  /*position: absolute;*/ }

.sec2_container:first-child {
  width: 37%;
  display: inline-block;
  position: absolute;
  top: 0;
  /*left: -40%;*/
  overflow: hidden;
  height: 100%; }

.sec2_inner {
  width: 26%;
  margin: 0 auto;
  display: table;
  vertical-align: middle;
  padding: 2.5%; }

.sec2_inner h1,
.sec2_inner p {
  text-align: center; }

.sec2_container img {
  max-width: none;
  width: auto;
  height: 100%;
  display: block; }

/*Section 2 END*/
/*Section 3*/
.sec3_wrapper {
  display: table;
  table-layout: fixed; }

.sec3_wrapper p {
  text-align: center;
  font-size: 30px;
  font-family: 'EB Garamond', Garamond, Times, serif;
  line-height: 45px; }

.sec3_wrapper.container .slideWrap {
  width: 49.5%;
  display: block;
  position: relative; }

/*Section 3 END*/
/*Section 4*/
.sec4_wrapper .slideWrap {
  width: 100%;
  height: 100%;
  top: 0;
  position: absolute;
  /*opacity: 0;*/ }

.sec4_wrapper .slideWrap img {
  opacity: 0; }

/*Section 4 END*/
/* Up/down arrows settings */
a.up-arrow_dark,
a.up-arrow {
  width: 36px;
  height: 42px;
  background: url(images/arrow_up_drk.svg) center center no-repeat;
  background-size: 36px 42px;
  margin: 0 auto;
  position: absolute;
  bottom: 35px;
  left: 0px;
  right: 0px;
  z-index: 20;
  cursor: pointer; }

a.up-arrow_dark.gold {
  background: url(images/arrow_up_gold.svg) center center no-repeat;
  background-size: 36px 42px; }

a.bottom-arrow_dark,
a.bottom-arrow {
  width: 36px;
  height: 42px;
  background: url(images/arrow_down_gold.svg) center center no-repeat;
  background-size: 36px 42px;
  margin: 0 auto;
  position: absolute;
  bottom: 35px;
  left: 0px;
  right: 0px;
  z-index: 20;
  cursor: pointer; }

a.up-arrow_dark {
  left: auto;
  right: 48%; }

a.bottom-arrow_dark {
  right: auto;
  left: 48%;
  background: url(images/arrow_down_drk.svg) center center no-repeat; }

a.bottom-arrow_dark.gold {
  right: auto;
  left: 48%;
  background: url(images/arrow_down_gold.svg) center center no-repeat; }

.bottom-arrow_dark:hover, .bottom-arrow_dark:focus,
.bottom-arrow_dark.gold:hover, .bottom-arrow_dark.gold:focus,
.bottom-arrow:hover, .bottom-arrow:focus {
  background: url(images/arrow_down_white.svg) center center no-repeat; }

.up-arrow:hover, .up-arrow:focus,
.up-arrow_dark:hover, .up-arrow_dark:focus,
.up-arrow_dark.gold:hover, .up-arrow_dark.gold:focus {
  background: url(images/arrow_up_white.svg) center center no-repeat; }

a.bottom-arrow_dark.arrowfirst {
  left: 50% !important;
  margin-left: -18px; }

.menu-collapser {
  z-index: 100; }

body #fullpage .section #maximage.mc-cycle {
  position: absolute; }

/* Container settings for special pages ----------------------------------- */
/* Mediathek */
.mediaentry {
  margin: 50px 0; }

.media .col_2_of_3 {
  padding-left: 10%; }

.media h2 a {
  font-size: 26px;
  line-height: 1.15em; }

.media p {
  padding: 0; }

/* Kontakt page -------------------------------------------- */
.privacy_agree {
  margin-top: 25px; }

.privacy_info {
  margin-top: 15px;
  padding-left: 36px; }

/* Hide links to expertises PDFs, until there deliverd */
.weindirekt-product-options-wrapper a:last-child {
  display: none; }

/* Special id's and classes -------------------------------------------- */
/*  Link styles -------------------------------------------------------------- */
a {
  color: #ede9e0; }

a:visited {
  color: #ede9e0; }

a:hover, a:focus, a:active {
  color: #5d634b; }

/* Plugins ------------------------------------------------------------------- */
/* Embedded videos */
.videowrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0px;
  height: 0;
  overflow: hidden;
  margin-bottom: 40px; }

.videowrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* Cookie consent ------------- */
.cc-window.cc-banner, .cc-window.cc-floating {
  background: rgba(93, 99, 75, 0.8);
  color: #ede9e0;
  padding: 12px 1.8em; }

.cc-message a, .cc-message a:visited {
  color: #ede9e0; }
  .cc-message a:hover, .cc-message a:focus, .cc-message a:visited:hover, .cc-message a:visited:focus {
    opacity: 0.5; }

.cc-compliance a {
  display: inline-block;
  width: auto;
  height: auto;
  padding: 6px 15px;
  border: #9f232a;
  background-color: #9f232a;
  border-radius: 3px;
  font: inherit;
  color: #D7B56D;
  overflow: hidden;
  cursor: pointer;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }
  .cc-compliance a:hover, .cc-compliance a:focus {
    opacity: 0.5; }

/* ############################################################################################# */
/*	px4. CSS3 Media Queries for Responsiveness                                                   */
/* ############################################################################################# */
@media screen and (max-width: 1366px) {
  p, .sec4_wrapper p, .sec2_wrapper p,
  ul, ol, form, #preview_wrapper {
    font-size: 17px; }

  .tight h1 {
    margin-bottom: 15px; }

  .tight p {
    padding: 0 5px; }

  #preview_wrapper .article_preview span.article_info {
    font-size: 14px; }

  input, select, textarea {
    font-size: 16px; }

  input, select {
    height: 34px; }

  #zipcode input:first-child {
    width: 15%; }

  #zipcode input:last-child {
    width: 84%; }

  button[type="submit"] {
    padding-bottom: 10px; } }
/* ##### Query END #### */
@media screen and (max-width: 1280px) {
  .news_btn {
    right: 16vh; }
    .news_btn img {
      width: 150px; } }
/* ##### Query END #### */
@media screen and (max-width: 1023px) {
  .fp-section.secslogan .fp-tableCell,
  .fp-section.secslogan,
  .fp-section.sec2pics .fp-tableCell,
  .fp-section.sec2pics {
    height: 100% !important; }

  .arrow_wrap {
    display: none; }

  .sec2_container:first-child {
    width: 49.5%;
    display: table-cell;
    position: relative; }

  .sec2_inner {
    width: 49.5%;
    vertical-align: middle;
    display: table-cell; }

  .sec2_inner p {
    margin-bottom: 0; }

  .sec2_container img {
    max-width: none;
    width: 100%;
    height: auto;
    position: relative; }

  .sec2_container {
    width: 100%;
    display: block;
    position: relative; }

  .sec2_wrapper img.left_img {
    width: 100%;
    height: auto; }

  .sec2_wrapper img.right_img {
    width: auto;
    height: 100%; }

  .sec2_wrapper .sec2_container:last-child img {
    display: none; }

  /* /* V1 parts of Query */
  .txtpage h2, #preview_wrapper .article_preview h2 a {
    font-size: 30px; }

  .txtpage h3 {
    font-size: 25px; }

  .secslogan p br {
    display: none; }

  .auszeichnungen .bottom-arrow {
    display: block !important; } }
/* ##### Query END #### */
@media screen and (max-width: 980px) {
  .news_btn {
    right: 8vh; } }
/* ##### Query END #### */
@media screen and (max-width: 800px) {
  .mainnavi.container {
    width: 100%; } }
/* ##### Query END #### */
@media screen and (max-width: 760px) {
  .menu-data ul.cn-menu li ul {
    position: relative;
    left: 0px;
    top: 0;
    max-width: none;
    margin-top: 0; }

  .sec2_container {
    display: table;
    height: 40%; }

  h1 {
    margin-bottom: 2%; }

  .sec4_wrapper p,
  .sec2_wrapper p {
    font-size: 16px; }

  .sec3_wrapper p {
    font-size: 24px;
    line-height: 26px; }

  .site-header {
    height: 105px;
    min-height: 0; }

  .svgwrapper.logo img {
    max-width: 110px; }

  .menu-collapser {
    height: 25px !important;
    margin-bottom: 4px; }

  .submenu-ccs li {
    line-height: 24px; }

  .submenu-ccs li a {
    font-size: 18px !important; }

  .open-i, .close-i {
    top: 1px; }

  /* V1 parts of Query */
  .secslogan p br {
    display: none; }

  .top-header-controls {
    margin-right: 15px; }

  h1, .txtpage h1 {
    font-size: 32px;
    line-height: 38px; }

  .txtpage h2 {
    font-size: 25px; }

  #preview_wrapper .article_preview h2 a {
    font-size: 25px; }

  .txtpage h3 {
    font-size: 20px; }

  p, ul, ol, form, #preview_wrapper {
    font-size: 16px;
    line-height: 1.4em; }

  /* Form */
  input, select, textarea {
    font-size: 16px; }

  input, select {
    height: 34px; }

  #zipcode input:first-child {
    width: 25%; }

  #zipcode input:last-child {
    width: 74%; }

  button[type="submit"] {
    padding-bottom: 10px; }

  .text-bottom {
    margin-top: 100px;
    line-height: 40px; }

  .start .text-bottom {
    font-size: 25px;
    margin-top: 15%; }

  .video-bg-full {
    display: none; } }
/* ##### Query END #### */
@media screen and (max-width: 768px) {
  .news_btn {
    top: auto;
    bottom: 15vh;
    right: 15vw;
    text-align: right;
    max-width: 30%; }
    .news_btn img {
      width: auto; } }
/* ##### Query END #### */
@media screen and (max-width: 600px) {
  .news_btn {
    bottom: 3vh;
    right: 30px; } }
/* ##### Query END #### */
@media screen and (max-width: 600px) {
  .news_btn {
    top: auto;
    bottom: 3vh;
    right: 30px;
    text-align: right;
    max-width: 30%; }
    .news_btn img {
      width: auto; } }
/* ##### Query END #### */
@media screen and (max-width: 600px) and (min-width: 481px) {
  .icontitle {
    font-size: 15px; } }
/* ##### Query END #### */
@media screen and (max-width: 479px) {
  .start .svgwrapper.logo img {
    max-width: 150px; }

  .sec4_wrapper p,
  .sec2_wrapper p {
    font-size: 14px; }

  .sec3_wrapper p {
    font-size: 22px;
    line-height: 24px; }

  .menu-collapser {
    width: 100% !important; } }
/* ##### Query END #### */
@media (min-aspect-ratio: 16 / 9) {
  .fullscreen-bg__video {
    height: 300%;
    top: -100%; }

  .video-btn .control_video {
    margin-top: 10%; } }
/* ##### Query END #### */
@media (max-aspect-ratio: 16 / 9) {
  .fullscreen-bg__video {
    width: 300%;
    left: -100%; } }
/* ##### Query END #### */
/* ############################################################################################# */
/*	px6. Image corrections                                                  */
/* ############################################################################################# */
/* Corrections for some images */
@media (min-width: 1024px) {
  .slideWrap.pushdown25, #fullpage .section .cycle-slideshow div.pushcover {
    background-position: 50% 25px !important; } }
/* ##### Query END #### */
/* Corrections for some images */
@media (min-width: 1024px) and (max-width: 1366px) {
  .slideWrap.pushcover {
    background-size: cover !important; } }
/* ##### Query END #### */

/*# sourceMappingURL=style.css.map */
