/*
Theme Name: Mondo Del Caffé - Theme Responsive - CURRENT
Author: Manuel Anghel
Author URI: http://www.rdts.de
Description: based on Underscores http://underscores.me/, (C) 2012-2013 Automattic, Inc. and Twitter Bootstrap 3.
Version: 0.1
Text Domain: rdts-responsive
Domain Path: /languages/
*/

/* merriweather-sans-regular - latin */
@font-face {
  font-family: "Merriweather Sans";
  font-style: normal;
  font-weight: 400;
  src: local(""),
    url("css/fonts/merriweather-sans-v22-latin-regular.woff2") format("woff2"),
    /* Chrome 26+, Opera 23+, Firefox 39+ */
      url("css/fonts/merriweather-sans-v22-latin-regular.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* merriweather-sans-700 - latin */
@font-face {
  font-family: "Merriweather Sans";
  font-style: normal;
  font-weight: 700;
  src: local(""),
    url("css/fonts/merriweather-sans-v22-latin-700.woff2") format("woff2"),
    /* Chrome 26+, Opera 23+, Firefox 39+ */
      url("css/fonts/merriweather-sans-v22-latin-700.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-regular - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: local(""),
    url("css/fonts/open-sans-v34-latin-regular.woff2") format("woff2"),
    /* Chrome 26+, Opera 23+, Firefox 39+ */
      url("css/fonts/open-sans-v34-latin-regular.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-600 - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  src: local(""), url("css/fonts/open-sans-v34-latin-600.woff2") format("woff2"),
    /* Chrome 26+, Opera 23+, Firefox 39+ */
      url("css/fonts/open-sans-v34-latin-600.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-700 - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: local(""), url("css/fonts/open-sans-v34-latin-700.woff2") format("woff2"),
    /* Chrome 26+, Opera 23+, Firefox 39+ */
      url("css/fonts/open-sans-v34-latin-700.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-condensed-700 - latin */
@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 700;
  src: local(""),
    url("css/fonts/roboto-condensed-v25-latin-700.woff2") format("woff2"),
    /* Chrome 26+, Opera 23+, Firefox 39+ */
      url("css/fonts/roboto-condensed-v25-latin-700.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* pacifico-regular - latin */
@font-face {
  font-family: "Pacifico";
  font-style: normal;
  font-weight: 400;
  src: local(""),
    url("css/fonts/pacifico-v22-latin-regular.woff2") format("woff2"),
    /* Chrome 26+, Opera 23+, Firefox 39+ */
      url("css/fonts/pacifico-v22-latin-regular.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

html,
body {
  width: 100%;
  height: 100%;
  position: relative;
  min-height: 100%;
  background-color: #fff;
}
html {
  margin-top: 0 !important;
}
body {
  font-family: "Open Sans", sans-serif;
  line-height: 1.45;
  color: #000;
  font-size: 20px;
}
div {
  position: relative;
}
a {
  color: #000;
  text-decoration: none;
  font-weight: 600;
}
a:hover,
a:focus,
a:active {
  color: #cba459;
}
h1,
h2,
h3,
h4,
h5 {
  margin-bottom: 20px;
  margin-top: 0;
  font-family: "Merriweather Sans", sans-serif;
}
h1,
.h1 {
  color: #402615;
  font-size: 38px;
  margin-bottom: 0;
  line-height: normal;
}
h2,
.h2,
.volltext h2 {
  font-size: 32px;
  color: #746b59;
  margin-bottom: 4px;
}
h2.entry-subtitle {
  font-size: 30px;
  color: #e4021c;
}
h3,
.h3 {
  font-size: 26px;
  color: #cba459;
  margin-bottom: 12px;
}
h4,
h5,
h6,
.h4,
.h5,
.h6 {
  color: #5f5f5f;
}
p {
  margin-top: 0;
  margin-bottom: 30px;
  line-height: 1.6;
}
b,
strong {
  font-weight: 700;
}
.print_friendly_tabs {
  display: none;
}
#wpadminbar {
  display: none;
}
.inline {
  display: inline-block;
}
#masthead {
  position: relative;
  z-index: 2;
}
#content {
  position: relative;
  overflow: hidden;
}
.hidden {
  display: none !important;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
.btn,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  /*white-space: nowrap;*/
  padding: 8px 24px 6px;
  line-height: 1.2;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  font-family: "Roboto Condensed";
  font-size: 21px;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #cba459;
  border-color: #947843;
  border-radius: 0;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #ffffff;
  background-color: #f6aa42;
  border-color: #cba459;
}
.btn-default:focus,
.btn-default.focus {
  color: #ffffff;
  background-color: #db8e26;
  border-color: #b96f03;
}
.btn-default:hover {
  color: #ffffff;
  background-color: #db8e26;
  border-color: #b96f03;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #ffffff;
  background-color: #db8e26;
  border-color: #b96f03;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #ffffff;
  background-color: #db8e26;
  border-color: #b96f03;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #ffffff;
  border-color: #cccccc;
}

.btn-block {
  display: block;
  width: 100%;
  box-sizing: border-box;
}
.btn-block + .btn-block {
  margin-top: 5px;
}

.btn-primary {
  color: #fff;
  background-color: #e20515;
  border-color: #fff;
}
.btn-primary:hover,
.btn-primary:focus {
  color: #fff;
  background-color: #ce0211;
}

.btn-secondary {
  color: #fff;
  background-color: #5c4d41;
}
.btn-secondary:hover,
.btn-secondary:focus {
  color: #fff;
  background-color: #402615;
}
.btn-schmall {
  width: auto;
}

/*-------------------------- Alignments -------------------------------*/

.alignleft {
  display: inline;
  float: left;
}
.alignright {
  display: inline;
  float: right;
}
.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
  margin: 0.4em 1em 1.4em 0;
}
blockquote.alignright,
.wp-caption.alignright,
img.alignright {
  margin-left: 20px;
  margin-bottom: 15px;
}
blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
  clear: both;
  margin-top: 0.4em;
  margin-bottom: 1.4em;
}
.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
  margin-bottom: 1.2em;
}

/*-------------------------- Responsive Tables -------------------------------*/

.table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
  border: none;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > thead > tr > th {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > thead > tr > th:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > thead > tr > th:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0;
  }
}

/*-------------------------- Custom Selects, Radio und Checkboxen -------------------------------*/

select:not([multiple]) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  font-size: 1em;
  width: 100%;
}
select:not([multiple]) {
  box-shadow: 1px 2px 1px 0 rgba(0, 0, 0, 0.2);
  background: #f9f9f9;
  background-image: url(images/select_bg.jpg);
  background-position: right center;
  background-repeat: no-repeat;
}

select:not([multiple])::-ms-expand {
  display: none;
}

/* remove standard-styles */
input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  font-size: 1em;
  width: 100%;
}

/* graceful degradation for ie8 */
input[type="checkbox"],
input[type="radio"] {
  width: auto;
  float: left;
  margin-right: 0.75em;
  background: transparent;
  border: none;
}

input[type="checkbox"]:checked,
input[type="checkbox"]:not(:checked),
input[type="radio"]:checked,
input[type="radio"]:not(:checked) {
  background: transparent;
  position: relative;
  visibility: hidden;
  margin: 0;
  padding: 0;
}


.BorlabsCookie input[type="checkbox"]:checked,
.BorlabsCookie input[type="checkbox"]:not(:checked),
.BorlabsCookie input[type="radio"]:checked,
.BorlabsCookie input[type="radio"]:not(:checked) {
  visibility: initial;
}

.BorlabsCookie input[type="checkbox"],
.BorlabsCookie input[type="radio"] {
  float: initial;
}


input[type="checkbox"] + label,
input[type="radio"] + label {
  cursor: pointer;
  padding-left: 35px;
  position: relative;
}

input[type="checkbox"]:checked + label::before,
input[type="checkbox"]:not(:checked) + label::before {
  content: " ";
  display: inline-block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: -2px;
  background: url(images/checkboxen.png) no-repeat 0 0 transparent;
  margin-right: 15px;
  left: 0px;
}

input[type="radio"]:checked + label::before,
input[type="radio"]:not(:checked) + label::before {
  content: " ";
  display: inline-block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: -2px;
  background: url(images/radiobuttons.png) no-repeat 0 0 transparent;
  margin-right: 15px;
  left: 0px;
}

input[type="checkbox"]:checked + label::before {
  background: url(images/checkboxen.png) no-repeat -30px 0px transparent;
}
input[type="radio"]:checked + label::before {
  background: url(images/radiobuttons.png) no-repeat -30px 0px transparent;
}

.checkbox label {
  padding-left: 0;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-left: 0;
}

select.form-control {
  padding: 4px 40px 4px 12px;
}
.form-group {
  margin-bottom: 15px;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  box-sizing: border-box;
}
.form-inline .form-group {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-inline .form-group label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
  margin-right: 10px;
}
.form-inline .form-control {
  display: inline-block;
  width: auto;
  vertical-align: middle;
  margin-right: 10px;
}
/*-------------------------- Print Styles -------------------------------*/

@media print {
  a[href]:after {
    content: "";
  }
  body {
    font-size: 16px !important;
  }
  .einleitung {
    font-size: 18px !important;
  }
  .collapse,
  .tab-content > .tab-pane {
    display: block !important;
  }
  a {
    color: #0064ae !important;
    text-decoration: underline !important;
  }
  .print_friendly_tabs {
    display: block;
  }
  body .volltext ul {
    list-style-type: disc;
    padding-left: 10px;
    list-style-position: inside;
  }
  body .volltext ul li {
    color: #5f5f5f;
    font-weight: normal;
    margin-left: -32px;
    margin-bottom: 20px;
    background: none;
    padding-left: 30px;
    list-style-type: disc;
  }
}
/*-------------------- Header ---------------------------------*/

body > header {
  background: #ffffff;
  background: -moz-linear-gradient(left, #ffffff 0%, #e4e4e4 100%);
  background: -webkit-linear-gradient(left, #ffffff 0%, #e4e4e4 100%);
  background: linear-gradient(to right, #ffffff 0%, #e4e4e4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e4e4e4',GradientType=1 );
}
.top_elements {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  padding-top: 14px;
  min-height: 30px;
}
.inline_nav {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 6px 4px 0 10px;
  margin-left: -4px;
}
.inline_nav .nav_label {
  line-height: 1.2;
  border-right: 1px solid #05111d;
  padding-right: 10px;
  z-index: 3;
  cursor: pointer;
  position: relative;
}
.inline_nav:last-child .nav_label {
  border-right: none;
  padding-right: 0;
}
.top_nav .dropdown {
  position: absolute;
  top: -14px;
  list-style-type: none;
  padding: 45px 20px 10px 20px;
  margin-top: 0;
  background-color: #535353;
  left: -5px;
  min-width: 100%;
  display: none;
  box-sizing: border-box;
  color: #fff;
  font-size: 12px;
  z-index: 2;
}
.top_nav .dropdown li {
  line-height: 1.5;
  margin-bottom: 10px;
}
.inline_nav.collapsed {
  background-color: #345;
}
.inline_nav.with_dropdown {
  z-index: 2;
}
.inline_nav.with_dropdown .nav_label {
  padding-right: 47px;
}
.inline_nav .nav_label a {
  color: #05111d;
  text-decoration: none;
}
.inline_nav:hover .nav_label,
.inline_nav:hover .nav_label a,
.inline_nav .nav_label.collapsed {
  color: #cba459;
}
.inline_nav .nav_label.collapsed {
  border-color: transparent;
}

.inline_nav .dropdown > li > a {
  color: #fff;
  text-decoration: none;
}
.inline_nav .dropdown > li > a:hover,
.inline_nav .dropdown > li > a:focus,
.inline_nav .dropdown > li.active > a {
  color: #cba459;
}
.inline_nav.with_dropdown .nav_label:after {
  content: "";
  width: 17px;
  height: 10px;
  position: absolute;
  right: 20px;
  top: 3px;
  background: url(images/dropdown_trigger.png) no-repeat 0px -10px transparent;
}
.inline_nav.with_dropdown:hover .nav_label:after,
.inline_nav.with_dropdown .nav_label.collapsed:after {
  background-position: 0px 0px;
}
.suche {
  text-align: right;
}
.suche,
.top_nav {
  display: inline-block;
}
/*.search-form {
  width: 0%;
}*/
/*.search-form, .search_trigger {
  position: absolute;
  right: 0;
  top: 0;
}*/
.search-submit {
  width: 40px;
  height: 40px;
  background: url(images/search_bg.png) no-repeat center center #d2d2d2;
  cursor: pointer;
  border: none;
  color: transparent;
}
.search-form .search-field,
.search-form .search-submit {
  display: inline-block;
}
.search-form .search-field {
  width: auto;
  padding: 14px 10px 13px 10px;
  background-color: #ffffff;
  text-align: right;
  font-size: 12px;
  position: relative;
  top: -1px;
  margin-left: 5px;
}
.search-form.expanded .search-field {
  padding: 14px 50px 13px 10px;
}
#modal_login {
  min-width: 130px;
}
#modal_login .status {
  text-transform: none;
  font-family: "Open Sans", sans-serif;
  font-size: 11px;
  margin-bottom: 15px;
}
#modal_login .form-group input {
  background-color: transparent;
  border: 1px solid #fff;
  padding: 5px 8px;
  box-sizing: border-box;
  color: #fff;
  margin-bottom: 10px;
}
#modal_login .form-group input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  text-transform: uppercase;
}
#modal_login .form-group input::-moz-placeholder {
  /* Firefox 19+ */
  text-transform: uppercase;
}
#modal_login .form-group input:-ms-input-placeholder {
  /* IE 10+ */
  text-transform: uppercase;
}
#modal_login .form-group input:-moz-placeholder {
  /* Firefox 18- */
  text-transform: uppercase;
}
#modal_login .btn {
  padding: 5px 10px;
  line-height: normal;
  font-size: 14px;
  margin-top: 5px;
  margin-bottom: 15px;
}

.logo_container {
  margin-top: -20px;
  margin-left: 10px;
  margin-bottom: 26px;
}

.menu_warenkorb_container {
  text-align: right;
  padding-top: 58px;
}

#main-menu {
  list-style-type: none;
  padding-left: 0;
  font-size: 18px;
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
}
#main-menu li {
  display: inline-block;
  padding: 5px 0;
  line-height: 1.2;
  margin-left: -3px;
}
#main-menu li a {
  color: #05111d;
  text-decoration: none;
  border-right: 1px solid #05111d;
  padding: 0px 15px;
}
#main-menu li a:hover,
#main-menu li a:focus,
#main-menu li.current-menu-ancestor a,
#main-menu li.current-menu-item a,
#main-menu li.collapsed_dropdown a,
#main-menu li.current_page_item a {
  color: #cba459;
}
#main-menu li.collapsed_dropdown {
  background-color: #535353;
}
#main-menu li:last-child a {
  border-right: none;
}
.menu_warenkorb_container > div {
  display: inline-block;
  vertical-align: middle;
}
.warenkorb,
.to_shop {
  padding: 14px 70px 14px 14px;
  border: 2px solid #cba459;
  font-size: 18px;
  color: #cba459;
  background-image: url(images/shopping-cart_braun.svg);
  margin-left: 30px;
  cursor: pointer;
  min-width: 95px;
  background-position: 90% 50%;
  background-repeat: no-repeat;
  background-size: 18%;
}

.to_shop {
  width: 240px;
  float: right;
  padding: 25px 70px 25px 25px;
  background-size: 18%;
  margin-top: 25px;
}

.warenkorb:hover,
.warenkorb:focus,
.to_shop:hover,
.to_shop:focus {
  border: 2px solid #e4101e;
  color: #e4101e;
  background-image: url(images/shopping-cart_red.svg);
}
.warenkorb a,
.to_shop a {
  color: #cba459;
}
.warenkorb:hover a,
.warenkorb:focus a,
.to_shop:hover a,
.to_shop:focus a {
  color: #e4101e;
}
.warenkorb a .w_label,
.to_shop a .w_label {
  font-family: "Pacifico", sans-serif;
}

.to_shop a .w_label {
  font-size: 26px;
}

#main-menu .dropdown > .dropdown-menu,
#main-menu .page_item_has_children > .children {
  position: absolute;
  padding: 10px 0;
  background-color: #535353;
  z-index: 40;
  display: none;
}
#main-menu .dropdown .dropdown-menu li,
#main-menu .page_item_has_children .children li {
  display: block;
  text-align: left;
  margin: 0;
  line-height: initial;
  padding: 0 5px;
}
#main-menu .dropdown-menu li a,
#main-menu .children li a {
  color: #fff;
  text-decoration: none;
  border-right: none;
  padding: 7px 15px;
  font-size: 12px;
  display: block;
}

section.eigenschaften {
  background: #ffffff;
  background: -moz-linear-gradient(left, #e4e4e4 0%, #ffffff 100%);
  background: -webkit-linear-gradient(left, #e4e4e4 0%, #ffffff 100%);
  background: linear-gradient(to right, #e4e4e4 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4e4e4', endColorstr='#ffffff',GradientType=1 );
}
.top_teasern {
  color: #000;
  font-size: 16px;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  padding: 10px 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.top_teaser {
  display: block;
  width: 20%;
  box-sizing: border-box;
}
.top_teaser a {
  display: flex;
  color: #05111d;
  text-decoration: none;
  align-items: center;
  position: relative;
}
.top_teaser .teaser_icon {
  background-color: #fff;
  border-radius: 50%;
  margin-right: 10px;
  height: 50px;
  min-width: 50px;
}
.teaser_popup {
  position: absolute;
  top: 50px;
  z-index: 2;
  background-color: #fff;
  padding: 10px 15px;
  box-sizing: border-box;
  display: none;
  text-transform: initial;
  font-family: "Open Sans";
  font-weight: 600;
  font-size: 14px;
  min-width: 230px;
}
.teaser_popup:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid white;
  position: absolute;
  top: -7px;
  left: 50%;
}
.top_teaser a:hover .teaser_popup {
  display: block;
}
.menu-shop-hauptmenue-container {
  padding-top: 9px;
}
.fixed_menu {
  min-height: 72px;
}
.page-template-start-mondo .fixed_menu .shop_menu {
  display: none;
}
.shop_menu.cloned_menu {
  position: fixed;
  top: 0;
  z-index: 300;
  width: 100%;
}
.color_1 {
  background-color: #5c4d41;
  transition: all 0.5s ease;
}
.color_2 {
  background-color: #7a6757;
  transition: all 0.5s ease;
}
.color_3 {
  background-color: #3d332b;
  transition: all 0.5s ease;
}
.color_4 {
  background-color: #6b6b5b;
  transition: all 0.5s ease;
}
.color_5 {
  background-color: #45302f;
  transition: all 0.5s ease;
}
.color_6 {
  background-color: #a79a81;
  transition: all 0.5s ease;
}
.color_1:hover,
color_1.triggered {
  background-color: #402615;
}
.color_2:hover,
color_2.triggered {
  background-color: #503e30;
}
.color_3:hover,
color_3.triggered {
  background-color: #746b59;
}
.color_4:hover,
color_4.triggered {
  background-color: #32311c;
}
.color_5:hover,
color_5.triggered {
  background-color: #7c5d5b;
}
.color_6:hover,
color_6.triggered {
  background-color: #be9a6f;
}

#shop_menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
}
#shop_menu > li {
  min-width: 20%;
  text-align: center;
}
#shop_menu li a {
  text-decoration: none;
  color: #fff;
}
#shop_menu > li > a {
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
  line-height: 1;
  padding: 29px 0;
  display: block;
  vertical-align: top;
  font-size: 24px;
}
#shop_menu > li > a:before {
  content: "";
  width: 48px;
  height: 48px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  margin-right: 10px;
  position: relative;
  margin-top: -30px;
  top: 14px;
}
.sm_kaffee > a:before {
  background-image: url(images/bm_kaffee.png);
}
.sm_feinkost > a:before {
  background-image: url(images/bm_besteck.png);
}
.sm_maschinen > a:before {
  background-image: url(images/bm_maschine.png);
}
.sm_zubehoer > a:before {
  background-image: url(images/bm_portafilter.png);
}
.sm_praesente > a:before {
  background-image: url(images/bm_box.png);
}
#shop_menu ul.dropdown-menu {
  padding-left: 0;
  list-style-type: none;
}
#shop_menu > li.dropdown > ul.dropdown-menu {
  position: absolute;
  z-index: 210;
  width: 100%;
  padding: 40px 20px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  display: none;
  transition: all ease-in-out 0.5s;
  left: 0;
}
#shop_menu > li.dropdown > ul.dropdown-menu.collapsed {
  display: flex;
}

/*#shop_menu > li.dropdown:hover > ul.dropdown-menu, #shop_menu > li.dropdown:focus > ul.dropdown-menu {
  display: flex;
}*/
#shop_menu > li.dropdown > ul.dropdown-menu > li {
  padding: 0 30px;
  text-align: left;
}
#shop_menu > li > .dropdown-menu > li > a {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 10px;
  display: block;
}
#shop_menu ul.dropdown-menu ul.dropdown-menu li a {
  font-weight: 300;
  font-size: 24px;
  line-height: 1.8;
}
.color_1 > ul.dropdown-menu {
  background-color: #402615;
}
.color_2 > ul.dropdown-menu {
  background-color: #503e30;
}
.color_3 > ul.dropdown-menu {
  background-color: #746b59;
}
.color_4 > ul.dropdown-menu {
  background-color: #32311c;
}
.color_5 > ul.dropdown-menu {
  background-color: #7c5d5b;
}

/*-------------------- Startseite ---------------------------------*/

.slider_menu_container {
  display: flex;
  height: 466px;
}
.home_slider,
.home_menu {
  width: 50%;
}
.home_slider .slide {
  height: 466px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.home_slider .slide .caption_container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  text-align: center;
}
.home_slider .slide {
  color: #fff;
}
.home_slider .slide a {
  color: #fff;
  text-decoration: none;
  display: block;
  height: 100%;
  position: relative;
}

.slide_btn {
  font-size: 82px;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  line-height: normal;
  padding: 37px 0 37px;
  display: flex;
  margin-bottom: 10px;
  justify-content: center;
  align-content: center;
}
.slide_btn .btn_text {
  margin: 34px -76px 0;
  z-index: 1;
}
.sb_middle:before,
.sb_middle:after {
  content: "";
  position: absolute;
  width: 100%;
  background-color: #fff;
  height: 3px;
  left: 0;
}
.sb_middle:before {
  top: 5px;
}
.sb_middle:after {
  bottom: 5px;
}

.sb_left,
.sb_right,
.sb_middle {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.sb_left,
.sb_right {
  line-height: 0;
}
.sb_left {
  left: 1px;
}
.sb_right {
  right: 1px;
}
.slide_caption {
  font-size: 48px;
  font-family: "Roboto Condensed", sans-serif;
  line-height: 1;
  text-transform: uppercase;
  max-width: 80%;
  margin: 0 auto;
}
.home_menu {
  background-color: #edd2ae;
  display: flex;
  flex: 0 1 auto;
  flex-wrap: wrap;
  height: 100%;
}
.big_menu_punkt {
  flex-basis: 33.333333333%;
  max-width: 33.333333333%;
  height: 50%;
  transition: all 0.5s ease;
}

.big_menu_punkt .inhalt_cont {
  position: absolute;
  top: 47%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  text-align: center;
  width: 100%;
}

.menu_text {
  font-size: 30px;
  font-family: "Roboto Condensed", sans-serif;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
}
.menu_icon {
  text-align: center;
  margin-bottom: 7px;
}
.menu_icon img {
  margin: 0 auto;
  height: 65px;
  transition: all 0.5s ease;
}
.big_menu_punkt a {
  color: #fff;
  text-decoration: none;
}
.big_menu_punkt:hover .menu_icon img,
.big_menu_punkt:focus .menu_icon img {
  transform: scale(1.2);
}

.home #content {
  padding-top: 15px;
}

/*-------------------- Standard Elements ---------------------------------*/

.kopfbild {
  height: 450px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin-bottom: 40px;
}
.start_shop .kopfbild {
  height: auto !important;
  margin-bottom: 0;
}
h1.page-title {
  margin-bottom: 40px;
}
.einleitungstext {
  font-size: 22px;
  font-family: "Merriweather Sans", sans-serif;
  font-weight: 400;
  color: #503e30;
  line-height: 1.55;
  margin-bottom: 17px;
}
.einleitungstext p:last-child {
  margin-bottom: 0px;
}
.zitat {
  font-family: "Pacifico";
  font-size: 34px;
  text-align: center;
  padding: 0 10%;
  color: #cba459;
  line-height: 1.7;
  margin: 64px 0;
}
.dokumente {
  background-color: #f4f4f4;
  padding: 20px 30px;
  margin-bottom: 50px;
}
.dokument {
  margin-bottom: 15px;
}
.dokumente .dokument:last-child {
  margin-bottom: 0;
}
.dokument a {
  display: flex;
  text-decoration: none;
  color: #f6aa42;
  align-items: center;
}
.doc_icon {
  width: 59px;
  height: 76px;
  background: url(images/pdf.png) no-repeat center center transparent;
  margin-right: 20px;
}
.doc_label {
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
}
.volltext > ol {
  padding-left: 30px;
}
.volltext > ul {
  list-style-type: none;
  margin-bottom: 30px;
  padding-left: 25px;
}
.volltext > ul > li {
  margin-bottom: 5px;
  position: relative;
}
.volltext > ul > li:before {
  content: ".";
  position: absolute;
  left: -15px;
  top: 3px;
  font-size: 40px;
  line-height: 0;
}
p + ul {
  margin-top: -10px;
}
.volltext.wichtig {
  background-color: #f6aa42;
  padding: 45px 65px;
  margin-bottom: 50px;
}
.volltext.wichtig *:last-child {
  margin-bottom: 0;
}
.volltext.klein {
  font-size: 14px;
}
.volltext.wichtig a:hover,
.volltext.wichtig a:focus {
  color: #000;
  text-decoration: underline;
}

/*-------------------- Bild und Bildergalerie ---------------------------------*/

.post_bild {
  margin-bottom: 35px;
  margin-top: 5px;
}
figure {
  position: relative;
  margin: 0;
}
figcaption {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 8px 20px;
  background-color: #f6aa42;
  color: #ffffff;
  box-sizing: border-box;
  font-family: "Roboto Condensed", sans-serif;
}

.masonry_galerie .grid-sizer,
.masonry_galerie .grid-item {
  width: 33.33333333%;
  border: 2px solid #fff;
  box-sizing: border-box;
}
.bildergalerie {
  position: relative;
  margin-left: calc(50% - 50vw + 0.55rem);
  margin-right: calc(50% - 50vw + 0.55rem);
  box-sizing: border-box;
  margin-bottom: 50px;
}
.bildergalerie .big-item {
  height: 580px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-bottom: 1px solid #fff;
}
.big-item a {
  display: block;
}
.grid_item_details .bilduntertitel {
  font-family: "Roboto Condensed";
  font-size: 50px;
  color: #fff;
}
.grid_item_overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
}
.grid_item_details {
  position: relative;
  padding-left: 35px;
  top: 50%;
  transform: translateY(-50%);
}
.masonry_galerie .grid_item_details {
  padding-left: 20px;
  bottom: 15px;
  transform: none;
  top: initial;
  position: absolute;
}
.masonry_galerie .grid_item_details .bilduntertitel {
  font-size: 30px;
}
.image_slider {
  margin-bottom: 50px;
}
.image_slider figcaption.slider_caption {
  bottom: 50px;
  background-color: transparent;
  padding: 0 170px;
}
.slide_headline {
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.slide_text {
  font-family: "Open Sans";
  font-size: 24px;
  margin-bottom: 24px;
}
.slider_caption .btn-default {
  font-size: 24px;
  text-transform: uppercase;
}
.page-template-start-mondo .image_slider {
  margin-bottom: 0;
}

/*-------------------- Eyecatchern ---------------------------------*/

.eyecatcher {
  height: 294px;
  margin-bottom: 50px;
}
.eyecatcher + .eyecatcher {
  margin-top: -30px;
}
.eyecatcher > a {
  color: #fff;
  display: block;
  height: 100%;
}
.eyecatcher:hover .eye_details,
.eyecatcher:focus .eye_details {
  color: #000;
}
.eyecatcher:hover .eye_details,
.eyecatcher:focus .eye_details {
  text-shadow: 1px 1px 2px #fff;
}
.eyecatcher.mit_bg:hover .eye_details,
.eyecatcher.mit_bg:focus .eye_details {
  text-shadow: 0px 0px 0px transparent;
}
.eyecatcher .eye_bg {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.eyecatcher .eye_details {
  position: absolute;
  padding: 15px 25px;
  bottom: 0;
  width: 100%;
  box-sizing: border-box;
  color: #fff;
}
.eyecatcher .eye_text {
  font-family: "Roboto Condensed";
  font-size: 22px;
}
.mit_bg .eye_details {
  background-color: #cba459;
}
.type_3 .eye_details {
  text-align: center;
}
.type_2 > a,
.type_2.ohne_link,
.type_2.mit_btn {
  display: flex;
}
.type_2 .eye_details {
  position: relative;
  width: 64%;
}
.type_2 .eye_text {
  position: absolute;
  bottom: 0px;
  left: 0;
  padding: 25px;
}
.type_2 .btn {
  margin-top: 14px;
}
/*-------------------- Team member ---------------------------------*/

.team_member {
  background-color: #f4f4f4;
  text-align: center;
  padding: 20px 0 32px;
  margin-bottom: 30px;
}
.bild_cont {
  padding: 30px;
  background: url(images/team_cup_bg.png) no-repeat center center transparent;
  margin-bottom: 15px;
  background-size: 100%;
}
.bild_cont img {
  border-radius: 50%;
}
.team_name,
.team_funk {
  text-transform: uppercase;
  font-family: "Roboto Condensed";
}
.team_name {
  color: #cba459;
  font-size: 26px;
  line-height: 1;
}
.team_funk {
  font-size: 24px;
  margin-bottom: 12px;
}
.team_email {
  font-size: 16px;
}
.team_tel {
  font-size: 22px;
  font-weight: 700;
}

/*-------------------- Akkordeon ---------------------------------*/

.akkordeon {
  margin-bottom: 50px;
}
.collapsible {
  display: block;
  position: relative;
  margin-bottom: 5px;
}
.collapse_head {
  background-color: #dcc18d;
  color: #fff;
  padding: 10px 20px 10px 82px;
  position: relative;
  font-size: 26px;
  text-transform: uppercase;
  font-family: "Roboto Condensed";
  cursor: pointer;
}
.collapse_head.collapsed {
  background-color: #cba459;
}
.collapse_head:before {
  position: absolute;
  left: 22px;
  top: 11px;
  width: 36px;
  height: 36px;
}
.collapse_head.collapsed:before {
  content: "";
  background-image: url(images/acc_plus.png);
}
.collapse_head:before {
  content: "";
  background-image: url(images/acc_minus.png);
}

.collapse_head:hover,
.collapse_head:focus {
  background-color: #dcc18d;
}
.collapse_content {
  padding: 34px 30px;
  margin-bottom: 30px;
}

/*-------------------- Tabs ---------------------------------*/

.tabs {
  margin-bottom: 50px;
}
.tab_head {
  font-size: 26px;
  text-transform: uppercase;
  font-family: "Roboto Condensed";
  padding: 15px 30px;
  cursor: pointer;
}
.tab_head.active {
  background-color: #f4f4f4;
  color: #cba459;
}
.tabs.aligned .tab_elem {
  display: none;
}
.tabs.aligned .tab_elem.active {
  display: block;
}
.tabs.aligned .tab_nav {
  text-align: center;
}
.tabs.aligned .tab_nav .tab_head {
  display: inline-block;
}
.tab_inhalt {
  background-color: #f4f4f4;
  padding: 36px 50px;
  font-size: 18px;
}

/*-------------------- Video ---------------------------------*/

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
  margin-bottom: 50px;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*-------------------- Google Map ---------------------------------*/

.gmap {
  width: 100%;
  height: 350px;
  margin-bottom: 50px;
}
.gmap .map,.gmap>div {
  width: 100%;
  height: 100%;
}
.gmap h3 {
  font-size: 18px;
}

/*-------------------- Kaffees ---------------------------------*/

.kaffees {
  display: flex;
  flex-wrap: wrap;
  margin: 0px -15px 50px -15px;
  font-family: "Roboto Condensed";
}
.kaffees .u_kaffee {
  width: 25%;
  padding: 0 15px;
  box-sizing: border-box;
  margin-bottom: 30px;
  text-align: center;
}

.kaffees .u_kaffee.schmall {
  width: 25%;
  padding: 0 15px;
  box-sizing: border-box;
  margin-bottom: 30px;
  text-align: center;
}

.u_kaffee > a {
  display: block;
  background-image: url(images/kaffee_loop_overlay.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 75px 50%;
  color: #fff;
  padding: 0 30px 30px;
}
.u_kaffee a:hover,
.u_kaffee a:focus {
  color: #fff;
}
.u_kaffee .bild_container {
  padding: 30px 60px;
  text-align: center;
}
.u_kaffee .bild_container img {
  display: block;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
/*.u_kaffee .bild_container .shadow {
  display: block;
  width: 100%;
  height: 15px;
  box-shadow: 0px 11px 14px rgba(0,0,0,.6);
  border-radius: 0px;
  opacity: 0.8;
  position: absolute;
  bottom: 1px;
  z-index: 0;
}*/
.kaffee_title,
.kaffee_zusatz {
  font-size: 26px;
  text-transform: uppercase;
  line-height: 1.1;
  overflow: hidden;
}
.kaffee_title {
  margin-bottom: 10px;
  height: 112px;
}
.kaffee_zusatz {
  font-size: 18px;
  margin-bottom: 20px;
  height: 38px;
}
.price_cont {
  border: 1px solid #fff;
  padding: 10px;
  margin-bottom: 10px;
}
.price_cont .preis {
  font-size: 12px;
  line-height: 1.1;
}
.preis .price_big {
  font-size: 30px;
}
.price_per_100g {
  font-size: 10px;
}
.kaffee_attrs {
  font-size: 15px;
  margin-bottom: 20px;
}
.u_kaffee .staerke {
  font-size: 15px;
  text-transform: uppercase;
  margin-bottom: 10px;
  position: relative;
}
.staerke:before {
  content: "";
  width: 42px;
  height: 13px;
  background: url(images/deco_start.png) no-repeat center center transparent;
  display: block;
  position: absolute;
  top: 2px;
}
.staerke:after {
  content: "";
  width: 42px;
  height: 13px;
  background: url(images/deco_end.png) no-repeat center center transparent;
  display: block;
  position: absolute;
  top: 2px;
  right: 0;
}
/*-------------------- Footer ---------------------------------*/

#colophon {
  margin-top: 50px;
}
#colophon.landing .footer_carousel_links {
  padding-top: 60px;
}
.payment_logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 54px;
}
.payment_logos img {
  padding: 0 16px;
}
.footer_texte,
.footer_texte h3 {
  font-size: 14px;
  color: #030303;
}
.footer_carousel_links {
  background: url(images/footer_bg.png) no-repeat 50% 80px transparent;
  background-size: cover;
  padding-bottom: 50px;
}
.footer_links_container {
  display: flex;
}
.footer_links_container .link_block {
  margin-right: 30px;
  flex-grow: 1;
}
.footer_links_container .link_block:last-child {
  margin-right: 0px;
}
.link_block a {
  text-decoration: none;
  color: #3d332b;
  font-family: "Roboto Condensed", sans-serif;
}
.link_block a:hover,
.link_block a:focus {
  color: #cba459;
}
.logos_slider {
  box-sizing: border-box;
  padding: 0 30px;
  margin-bottom: 100px;
}
.logos_slider .p_logos {
  padding: 0 15px;
}
.logos_slider .slick-prev,
.logos_slider .slick-next {
  background-image: url(images/arr_logos.png);
  width: 40px;
  height: 66px;
}
.logos_slider .slick-next:hover {
  background-position: top right;
}
.logos_slider .slick-prev:hover {
  background-position: top left;
}
.logos_slider .slick-next {
  right: 0px;
}
.logos_slider .slick-prev {
  left: 0px;
}
.footer_carousel_links h4 {
  color: #cba459;
  font-size: 18px;
  font-family: "Roboto Condensed";
  text-align: center;
}

/*-------------------- Produktfinder ---------------------------------*/

#finder_kontakt {
  position: absolute;
  top: 450px;
  z-index: 200;
}
#finder_kontakt.fixed,
.kontakt_newsletter_container.fixed {
  position: fixed;
}
#finder_kontakt.fixed.opened {
  position: absolute;
}
.prod_finder_btn {
  background-color: #cba459;
  position: absolute;
  left: 0;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  width: 76px;
  height: 320px;
  cursor: pointer;
  z-index: 3;
  box-shadow: 1px 1px 10px #505050;
}
.prod_finder_label {
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=0.083);
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0.083)";
  transform: rotate(-90deg);
  text-transform: uppercase;
  color: #fff;
  font-size: 30px;
  position: absolute;
  bottom: 45%;
  left: -100%;
  letter-spacing: 0.05em;
}
#produktfinder {
  position: absolute;
  left: -770px;
  z-index: 3;
  background-color: #cba459;
  color: #fff;
  width: 600px;
  padding: 80px 0px 0px 30px;
  display: flex;
  box-sizing: border-box;
  flex-wrap: wrap;
}
#produktfinder .form_close {
  height: 26px;
  width: 34px;
  background: url(images/arr_left.png) transparent left center no-repeat;
  cursor: pointer;
  margin-bottom: 20px;
  position: absolute;
  top: 30px;
  z-index: 2;
}

#produktfinder .svg input[type="checkbox"]:checked + label::before,
#produktfinder .svg input[type="checkbox"]:not(:checked) + label::before {
  content: " ";
  display: inline-block;
  width: 41px;
  height: 52px;
  position: absolute;
  bottom: 5px;
  background: url(images/produktfinder_icons.svg) no-repeat 0px 0px transparent;
  margin-right: 15px;
  left: 0px;
  top: initial;
}
#produktfinder input[type="checkbox"] + label,
#produktfinder input[type="radio"] + label {
  cursor: pointer;
  padding: 18px 10px 14px 54px;
  position: relative;
  display: block;
  margin-bottom: 5px;
  border-bottom: 1px solid #fff;
}

#produktfinder .svg input[type="checkbox"]:checked + label::before {
  background: url(images/produktfinder_icons_hover.svg) no-repeat 0 0
    transparent;
}
#produktfinder .svg input[type="checkbox"]:checked + label {
  color: #8a2826;
}
#produktfinder input#zub_2:checked + label::before,
#produktfinder input#zub_2:not(:checked) + label::before {
  background-position: -41px 0;
}
#produktfinder input#zub_3:checked + label::before,
#produktfinder input#zub_3:not(:checked) + label::before {
  background-position: -82px 0;
}
#produktfinder input#zub_4:checked + label::before,
#produktfinder input#zub_4:not(:checked) + label::before {
  background-position: -123px 0;
}
#produktfinder input#zub_5:checked + label::before,
#produktfinder input#zub_5:not(:checked) + label::before {
  background-position: -164px 0;
}
#produktfinder input#strk_1:checked + label::before,
#produktfinder input#strk_1:not(:checked) + label::before {
  background-position: 0px -52px;
}
#produktfinder input#strk_2:checked + label::before,
#produktfinder input#strk_2:not(:checked) + label::before {
  background-position: -41px -52px;
}
#produktfinder input#strk_3:checked + label::before,
#produktfinder input#strk_3:not(:checked) + label::before {
  background-position: -82px -52px;
}
#produktfinder input#strk_4:checked + label::before,
#produktfinder input#strk_4:not(:checked) + label::before {
  background-position: -123px -52px;
}
#produktfinder input#preis_kat_1:checked + label::before,
#produktfinder input#preis_kat_1:not(:checked) + label::before {
  background-position: 0px -104px;
}
#produktfinder input#preis_kat_2:checked + label::before,
#produktfinder input#preis_kat_2:not(:checked) + label::before {
  background-position: -41px -104px;
}
#produktfinder input#preis_kat_3:checked + label::before,
#produktfinder input#preis_kat_3:not(:checked) + label::before {
  background-position: -82px -104px;
}
#produktfinder input[type="checkbox"]:checked + label::before,
#produktfinder input[type="checkbox"]:not(:checked) + label::before {
  top: 14px;
}
.eigenschaft_group {
  margin-bottom: 50px;
  text-transform: uppercase;
  font-size: 16px;
  font-family: "Roboto Condensed";
  width: 50%;
  padding-right: 30px;
  box-sizing: border-box;
}
.eigenschaft_group .group_label {
  font-size: 20px;
  margin-bottom: 20px;
}
.eigenschaft_group .select_el,
.replaced_select {
  border-bottom: 1px solid #fff;
  padding-bottom: 5px;
}
.eigenschaft_group .select_el .select_label,
.replaced_select .replaced_select_label {
  color: #fff;
  box-shadow: none;
  background: transparent;
  background-image: url(images/dropdown_toggle.png);
  background-repeat: no-repeat;
  background-position: right center;
  font-family: "Roboto Condensed";
  text-transform: uppercase;
  padding: 5px;
  cursor: pointer;
}
.replaced_select .replaced_select_label {
  background-color: #cba459;
}
.select_el,
.replaced_select {
  position: relative;
}
.select_el .select_list,
.replaced_select .replaced_select_list {
  position: absolute;
  min-width: 100%;
  padding: 5px;
  border: 1px solid #fff;
  box-sizing: border-box;
  background-color: #cba459;
  max-height: 200px;
  overflow: auto;
  display: none;
  z-index: 3;
}
.select_list > div,
.replaced_select .replaced_select_list > div {
  cursor: pointer;
}
.select_list > div:hover,
.replaced_select .replaced_select_list > div:hover {
  background-color: #fff;
  color: #cba459;
}
form#produktfinder .btn {
  margin-top: 43px;
}

/*-------------------- Seite Produktfinder ---------------------------------*/

#prod_filter {
  display: flex;
}
#prod_filter .select_cont {
  padding-right: 14px;
  flex: 1 auto;
}
#prod_filter .select_cont:last-child {
  padding-right: 0px;
}
#prod_filter .select_cont select {
  padding: 5px 30px 5px 10px;
  font-size: 15px;
}
#prod_filter .select_cont .replaced_select_label {
  padding: 14px 30px 12px 20px;
}
#prod_filter .select_cont.land {
  flex: 2 auto;
}
#prod_filter .replaced_select .replaced_select_list > div {
  font-size: 16px;
}
#prod_filter .replaced_select .replaced_select_list > div {
  font-size: 16px;
  color: #fff;
}
.finder_products {
  display: flex;
  flex-wrap: wrap;
  margin: 35px -15px;
  clear: both;
}
.finder_products .u_kaffee {
  width: 50%;
  padding: 0 15px;
  box-sizing: border-box;
  margin-bottom: 30px;
  font-family: "Roboto Condensed";
}
.u_kaffee .prod_container {
  display: flex;
}
.u_kaffee .prod_container .image_title {
  flex: 1 auto;
  width: 47%;
}
.u_kaffee .prod_container .prod_meta {
  flex: 1 auto;
  width: 53%;
  padding: 40px;
  box-sizing: border-box;
}
.finder_products .u_kaffee .bild_container {
  padding: 0;
  width: 170px;
  height: 260px;
  margin: 30px auto 20px;
  position: relative;
  background-color: transparent;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.u_kaffee.schmall .bild_container {
  padding: 0;
  width: 170px;
  height: 260px;
  margin: 0 auto 40px;
  position: relative;
  background-color: transparent;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  top: 25px;
}
.finder_products .u_kaffee .prod_container .image_title {
  text-align: center;
}
.finder_products .u_kaffee .prod_container .kaffee_title {
  font-size: 26px;
  height: 112px;
  overflow: hidden;
}

.finder_products .u_kaffee .image_title {
  display: block;
  background-image: url(images/kaffee_loop_overlay.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 75px 50%;
  color: #fff;
  padding: 0 26px 30px;
  box-sizing: border-box;
}
.finder_products .u_kaffee .legal-price-info,
.finder_products .u_kaffee .delivery-time-info,
.finder_products .u_kaffee .wc-gzd-additional-info {
  font-size: 10px;
  font-family: "Open Sans";
  text-align: left;
  margin-top: 0;
}
.finder_products .u_kaffee .legal-price-info a {
  color: #cba459;
}
.finder_products .u_kaffee .kaffee_zusatz {
  margin-bottom: 20px;
  height: 38px;
  overflow: hidden;
}
.finder_products .u_kaffee .staerke {
  color: #fff;
  text-align: center;
  margin-bottom: 22px;
}
.u_kaffee .zubereitung,
.summary .zubereitung {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-around;
  margin-bottom: 10px;
}
.u_kaffee .zubereitung > div,
.summary .zubereitung > div {
  background: url(images/produktfinder_icons.svg) no-repeat 0px 0px transparent;
  height: 39px;
  width: 30px;
  background-size: 510%;
  margin: 3px 6px 5px;
  position: relative;
}
.u_kaffee .zubereitung > div:after,
.summary .zubereitung > div:after {
  content: attr(data-label);
  font-size: 10px;
  font-family: "Open Sans";
  background-color: #000;
  padding: 1px 5px;
  display: none;
  position: absolute;
  top: 40%;
  left: -55%;
  z-index: 1;
  color: #fff;
}
.u_kaffee .zubereitung > div:hover:after,
.summary .zubereitung > div:hover:after {
  display: block;
}

.finder_products .u_kaffee .zub_label {
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 0;
  position: relative;
  text-align: center;
  color: #fff;
  display: block;
}
.u_kaffee .zubereitung .zub_91,
.summary .zubereitung .zub_91 {
  background-position: -30px 0;
}
.u_kaffee .zubereitung .zub_92,
.summary .zubereitung .zub_92 {
  background-position: -60px 0;
}
.u_kaffee .zubereitung .zub_93,
.summary .zubereitung .zub_93 {
  background-position: -91px 0;
}
.u_kaffee .zubereitung .zub_94,
.summary .zubereitung .zub_94 {
  background-position: -122px 0;
}
.finder_products .u_kaffee .kaffee_attrs {
  color: #fff;
}
.finder_products .u_kaffee .buy_container {
  position: absolute;
  bottom: 18px;
  width: calc(100% - 80px);
}
.finder_products .u_kaffee .buy_container .btn {
  padding: 4px 24px 6px;
}
.finder_products .u_kaffee .buy_container .price_cont {
  margin-bottom: 24px;
  text-align: center;
  color: #fff;
}
.bread_cont,
.title_cont {
  margin: 50px calc(50% - 50vw) 20px;
}
.bread_cont:after {
  display: block;
  content: "";
  border-top: 1px solid #999;
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
}
.woocommerce .woocommerce-breadcrumb {
  margin: 0;
  padding: 0 10px;
  font-size: 18px;
  color: #777;
  text-transform: uppercase;
  display: inline-block;
  background-color: #fff;
  position: relative;
  z-index: 2;
  left: 50%;
  margin-left: -590px;
  max-width: calc(100% - 190px);
}

/* --------------------- Produktdetail ------------------*/

.product .title_cont h1.product_title {
  margin: 0;
  padding: 0 10px;
  font-size: 40px;
  color: #fff;
  text-transform: uppercase;
  font-family: "Roboto Condensed";
  position: relative;
  left: 50%;
  margin-left: -590px;
  width: calc(100% - 190px);
}
.product .title_cont h1.product_title span {
  font-size: 24px;
  display: inline-block;
  margin-bottom: 0;
  height: auto;
  position: relative;
  top: 3px;
}
.title_cont .t_platzhalter {
  width: 20px;
}
.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images,
.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
  float: none;
  width: 100%;
}
div.woocommerce-product-gallery {
  text-align: center;
}
figure.woocommerce-product-gallery__wrapper > div:first-child {
  max-width: 70%;
  margin: 20px auto 50px;
}
div.images figure.woocommerce-product-gallery__wrapper > div:first-child img {
  max-height: 280px;
  width: auto;
  margin: 0 auto;
}
.woocommerce
  div.product
  div.images
  .woocommerce-product-gallery__image:nth-child(n + 2) {
  width: 23%;
  display: inline-block;
  margin-right: 2%;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
  background-color: transparent;
}
.woocommerce
  div.product
  div.images
  .woocommerce-product-gallery__image:nth-child(n + 2)
  img {
  max-height: 50px;
  width: auto;
  margin: 0 auto;
}
.title_cont {
  margin-bottom: 50px;
}
.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
  padding: 20px 30px 10px;
  color: #fff;
  font-family: "Roboto Condensed";
  box-sizing: border-box;
  background-image: url(images/kaffee_loop_overlay.png);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: contain;
}
.prod_detail {
  font-size: 16px;
}
.prod_detail.small {
  margin-bottom: 10px;
  font-size: 14px;
}

.prod_detail > p {
  display: inline-block;
  font-size: 1rem;
  margin-bottom: 0;
}

.summary .price_cont .price_per_100g,
.summary .price_cont .price_per_tasse,
.summary .price_cont .legal-price-info {
  font-size: 13px;
}
.summary .price_cont .price_per_100g,
.summary .price_cont .price_per_tasse {
  /*display: inline-block;*/
}
.summary .price_cont .shipping-costs-info a {
  color: #fff;
}
.summary .price_cont .price .amount {
  font-size: 39px;
  text-transform: uppercase;
}
.summary .price_cont {
  padding: 5px 15px 15px;
  margin-top: 10px;
}
.variations input,
.variations select {
  padding: 8px 10px;
  box-sizing: border-box;
  font-size: 14px;
  font-family: "Roboto Condensed";
}
.woocommerce div.product form.cart,
.woocommerce div.product form.cart .variations {
  margin-bottom: 0;
}
.summary .prod_meta {
  display: flex;
}
/*.summary .prod_meta.bal {
  display: block;
}*/
.summary .prod_meta.icons {
  margin-bottom: 10px;
  align-items: center;
}
.zub_label,
.zubereitung {
  display: inline-block;
}
/*.zub_label.alone {
  display: block;
}*/
.summary .zubereitung {
  margin-bottom: 0;
}
.summary .zub_label {
  font-size: 16px;
  margin-right: 10px;
}
.woocommerce div.product form.cart .variations label {
  text-transform: uppercase;
  font-weight: normal;
  font-size: 16px;
}
.prod_meta .starke {
  font-size: 16px;
  padding-left: 40px;
}
.prod_meta .starke:before {
  content: "";
  width: 30px;
  height: 30px;
  background: url(images/produktfinder_icons.png) no-repeat 0px 0px transparent;
  background-size: 550%;
  display: block;
  position: absolute;
  left: 0;
  top: -7px;
}

.pswp__ui {
  height: 100%;
}

.starke.leicht:before {
  background-position: 0px -48px;
}
.starke.medium:before {
  background-position: -32px -48px;
}
.starke.kräftig:before {
  background-position: -64px -48px;
}
.starke.sehr.kräftig:before {
  background-position: -96px -48px;
}

.prod_bal .balance {
  display: flex;
  width: 100%;
  align-items: center;
}

.prod_bal {
  display: block;
  margin-top: 10px;
}

.prod_bal .balance_graph {
  flex-grow: 2;
  height: 1px;
  background-color: #fff;
  margin: 0 15px;
  position: relative;
}

.prod_bal .label {
  flex-grow: auto;
  font-size: 16px;
}
.kaffee_attrs .prod_bal {
  margin-bottom: 5px;
}
.kaffee_attrs .prod_bal .label {
  font-size: 15px;
}
.graph_dot {
  width: 12px;
  height: 12px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: -6px;
}

.product .summary form > .row {
  margin: 0 -30px;
}
.product .summary form > .row > .col-md-6 {
  padding: 0 30px;
}
.summary .prod_meta.icons.last {
  margin-bottom: 30px;
}
.prod_meta .meta_detail {
  font-size: 16px;
}
form .single_variation_wrap {
  position: absolute;
  width: calc(100% - 60px);
  box-sizing: border-box;
  bottom: 15px;
}
.woocommerce div.product form.cart .reset_variations {
  color: #fff;
}
.product .summary .single_add_to_cart_button:before {
  content: "";
  background: url(images/shopping-cart.svg) no-repeat transparent center center;
  display: inline-block;
  width: 30px;
  height: 30px;
  position: relative;
  background-size: 100%;
  margin-bottom: -7px;
  margin-right: 10px;
}
.prod_bildergalerie {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 -5px 30px -5px;
}
.prod_bildergalerie img {
  max-width: 33.3333%;
  padding: 0 5px;
  box-sizing: border-box;
}
.product_tabs .embed-container {
  margin-bottom: 0;
}
.prod_werte {
  border-collapse: collapse;
  margin-bottom: 30px;
}
.prod_werte tr {
  background-color: #fff;
  border-bottom: 2px solid #f4f4f4;
}
.prod_werte tr td {
  padding: 5px 10px;
}
.prod_werte tr td.label {
  width: 30%;
  font-weight: 600;
}
.small_headline {
  font-weight: 600;
  margin-bottom: 30px;
}
.product .kaffees {
  margin-top: 30px;
}
.prod_filters {
  text-transform: uppercase;
}
.prod_filters .filters {
  opacity: 1;
  transition: all ease-in-out 0.3s;
}
#search_again {
  position: absolute;
  top: 0;
  opacity: 0;
  transition: all ease-in-out 0.3s;
}
.prod_filters:hover .filters,
.prod_filters:focus .filters {
  opacity: 0;
}
.prod_filters:hover #search_again,
.prod_filters:focus #search_again {
  opacity: 1;
}
.no_products {
  padding: 0 15px;
}
.btn-pdf {
  background-color: #f4f4f4;
  text-align: left;
  color: #f6aa42;
  padding: 20px 30px;
  margin-bottom: 50px;
  border: none;
}
.ma_icon.pdf,
.btn-pdf span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}
.kaffee_attrs .nuancen {
  overflow: hidden;
}
.kaffees .kaffee_attrs .nuancen {
  height: 40px;
}
.woocommerce .product.product-type-simple form table.variations {
  margin-bottom: 11px;
}
.ma_product_meta {
  margin-bottom: 80px;
}
.kaffees .kaffee_attrs {
  margin-bottom: 0px;
}
.finder_products .prod_excerpt {
  color: #fff;
  font-size: 18px;
  margin-bottom: 80px;
}
.prod_excerpt ul li {
  position: relative;
  padding-left: 10px;
  margin-bottom: 5px;
  line-height: 1.2;
}
.prod_excerpt ul li:before {
  content: ".";
  width: 5px;
  height: 5px;
  display: block;
  position: absolute;
  top: -3px;
  left: 0;
}

.woocommerce #content table.cart td.actions .coupon,
.woocommerce table.cart td.actions .coupon,
.woocommerce-page #content table.cart td.actions .coupon,
.woocommerce-page table.cart td.actions .coupon {
  float: none;
  display: flex;
}
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
  width: 100%;
  float: none;
}
.woocommerce #content table.cart td.actions,
.woocommerce table.cart td.actions,
.woocommerce-page #content table.cart td.actions,
.woocommerce-page table.cart td.actions {
  padding: 10px 12px;
}
.woocommerce table.shop_table {
  border-radius: 0;
  margin-bottom: 40px;
}
.woocommerce table.shop_table th.product-quantity {
  width: 14%;
}
.woocommerce table.shop_table td.product-quantity input {
  border: 1px solid #999;
  padding: 5px;
}
.woocommerce table.shop_table td.product-name {
  font-size: 14px;
}
.woocommerce table.shop_table td.product-name > a {
  font-family: "Roboto Condensed";
  font-size: 24px;
  text-transform: uppercase;
}
.woocommerce table.shop_table td.product-name > p {
  margin-bottom: 5px;
}
.woocommerce table.shop_table td.product-subtotal {
  text-align: right;
}
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  background-color: #7a6757;
  color: #ffffff;
  border: none;
}
.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before {
  color: #ffffff;
}
.woocommerce-error a,
.woocommerce-info a,
.woocommerce-message a {
  color: #ffffff;
  text-decoration: underline;
  font-weight: 400;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  border: 1px solid #999;
  padding: 10px;
}
.woocommerce form .form-row select {
  padding: 10px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 38px;
  width: 30px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 6px 10px;
}
.select2-container .select2-selection--single {
  height: auto;
  border-radius: 0;
}
#ship-to-different-address {
  margin: 10px 0;
}
#customer_details,
#payment {
  margin-bottom: 50px;
}
.wc-gzd-edit-data-notice {
  background: #eee;
  display: block;
  padding: 1em;
  margin-bottom: 30px;
}
.woocommerce-checkout-review-order-table .product-total,
.woocommerce-checkout-review-order-table tfoot tr td,
.cart_totals table tbody tr td {
  text-align: right;
}
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
  background: transparent;
  color: #3d332b;
}
.woocommerce nav.woocommerce-pagination ul,
.woocommerce nav.woocommerce-pagination ul li {
  border: none;
}
.woocommerce nav.woocommerce-pagination span.page-numbers.current {
  font-weight: 700;
}
a.page-numbers.next,
a.page-numbers.prev {
  background-color: #cba459;
  color: #fff;
}
.woocommerce nav.woocommerce-pagination a.page-numbers.next:hover,
.woocommerce nav.woocommerce-pagination a.page-numbers.prev:hover,
.woocommerce nav.woocommerce-pagination a.page-numbers.next:focus,
.woocommerce nav.woocommerce-pagination a.page-numbers.prev:focus {
  background-color: #8a2826;
  color: #fff;
}
.post_meta {
  font-family: "Merriweather Sans", sans-serif;
  font-size: 26px;
  color: #cba459;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 10px;
}
h1.entry-title a {
  color: #402615;
  position: relative;
  top: -6px;
}
.blog article {
  margin-bottom: 30px;
}
.entry-summary {
  font-size: 22px;
  color: #402615;
}

.woocommerce-MyAccount-navigation ul {
  list-style-type: none;
  padding-left: 0;
  margin-top: 0;
}
.woocommerce-MyAccount-navigation ul li {
  margin-bottom: 5px;
}
.woocommerce-MyAccount-navigation ul li a {
  background-color: #cba459;
  color: #fff;
  display: block;
  padding: 5px 20px;
  text-transform: uppercase;
  font-family: "Roboto Condensed";
}
address {
  font-style: normal;
}
mark {
  background-color: #e4e4e4;
  color: #000;
}
.woocommerce-MyAccount-content {
  margin-bottom: 50px;
  background-color: #f8f8f8;
  padding: 10px 15px;
  box-sizing: border-box;
}
.woocommerce-account .addresses .title h3 {
  font-size: 24px;
}
.woocommerce-account .addresses .title .edit {
  float: right;
  font-size: 14px;
  background-color: #cba459;
  color: #fff;
  padding: 5px 10px;
}

.woocommerce-MyAccount-navigation ul li.is-active a {
  background-color: #7a6757;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
  width: 26%;
}
.woocommerce-account .woocommerce-MyAccount-content {
  width: 72%;
}
.finder_products
  .u_kaffee[data-prod_type="not_kaffee"][data-has_hex="no"]
  .prod_container
  .image_title,
.finder_products
  .u_kaffee[data-prod_type="not_kaffee"][data-has_hex="no"]
  .prod_container
  .prod_excerpt,
.finder_products
  .u_kaffee[data-prod_type="not_kaffee"][data-has_hex="no"]
  .prod_container
  .buy_container
  .price_cont {
  color: #333;
}

.finder_products .u_kaffee .prod_container.not_kaffee .bild_container {
  padding: 25px 25px;
}
.finder_products .u_kaffee .prod_container.not_kaffee .bild_container img,
.u_kaffee[data-prod_type="not_kaffee"] .bild_container img {
  background-color: #fff;
  border: 4px solid #9a9898;
}

div[data-prod_type="not_kaffee"][data-has_hex="no"]
  .title_cont
  h1.product_title,
.woocommerce
  #content
  div[data-prod_type="not_kaffee"][data-has_hex="no"]
  div.summary,
.woocommerce div[data-prod_type="not_kaffee"][data-has_hex="no"] div.summary,
.woocommerce-page
  #content
  div[data-prod_type="not_kaffee"][data-has_hex="no"]
  div.summary,
.woocommerce-page
  div[data-prod_type="not_kaffee"][data-has_hex="no"]
  div.summary,
.u_kaffee[data-prod_type="not_kaffee"][data-has_hex="no"] > a {
  color: #333;
}
div[data-prod_type="not_kaffee"][data-has_hex="no"]
  .summary
  .price_cont
  .shipping-costs-info
  a {
  color: #cba459;
}

.u_kaffee[data-prod_type="not_kaffee"] .bild_container {
  padding: 0;
  width: 215px;
  height: 215px;
  overflow: hidden;
  background-color: #fff;
  background-size: contain;
  border: 2px solid #9a9898;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 35px;
}
.finder_products
  .u_kaffee[data-prod_type="not_kaffee"][data-has_hex="no"]
  .prod_container
  .image_title {
  padding-top: 25px;
}
div[data-prod_type="not_kaffee"][data-has_hex="no"] .price_cont {
  border-color: #333;
}
.price_cont.no_price {
  text-transform: uppercase;
}

.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px 30px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
  background: none;
  border: none;
  padding: 1px 10px;
  line-height: 1;
  font-size: 31px;
  position: absolute;
  right: 10px;
  z-index: 10;
  cursor: pointer;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
  padding-right: 20px;
}
.modal-body {
  position: relative;
  padding: 20px 30px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.clearfix:before,
.clearfix:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
  width: 49%;
}
.woocommerce .cart-collaterals .cross-sells .finder_products {
  margin-top: 5px;
}
.woocommerce .cart-collaterals .cross-sells .finder_products .u_kaffee,
.woocommerce-page .cart-collaterals .cross-sells .finder_products .u_kaffee {
  width: 100%;
}
i.flag_icon {
  position: relative;
  width: 24px;
  height: 18px;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center;
  z-index: 1;
  display: inline-block;
  margin-right: 10px;
  line-height: 0;
  vertical-align: middle;
  top: -2px;
}

i.flag_icon.Deutschland {
  background-image: url(images/flags/de.svg);
}
i.flag_icon.Luxemburg {
  background-image: url(images/flags/lu.svg);
}
i.flag_icon.International {
  background-image: url(images/flags/global.svg);
}
#shop_location .dropdown {
  padding-left: 52px;
}
.tel_address {
  text-align: right;
  margin-top: 45px;
  font-family: "Roboto Condensed";
}
.vor_tel a {
  color: #e2001a;
  font-size: 30px;
  position: relative;
  margin-bottom: 15px;
  display: inline-block;
}
.vor_tel i {
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  left: -20px;
  top: 13px;
  background: url(images/telephone_red.svg) no-repeat center center #fff;
  background-size: 60%;
  z-index: 3;
  display: inline-block;
}
.home .footer_carousel_links {
  background-position: 50% -10px;
  padding-top: 80px;
}
.ges_bereiche {
  display: flex;
  flex-wrap: wrap;
}
.ges_bereich_container {
  width: 25%;
  padding: 0 15px;
  box-sizing: border-box;
  cursor: pointer;
  overflow: hidden;
  height: 430px;
  transition: all ease-in-out 0.5s;
  margin-bottom: 30px;
}

.ges_bereich {
  position: relative;
  background-image: url(images/kaffee_loop_overlay.png);
  background-position: right top;
  background-repeat: no-repeat;
  background-size: contain;
  padding-bottom: 20px;
}
.ges_bereich h2 {
  font-family: "Roboto Condensed";
  font-size: 20px;
  color: #fff;
  position: absolute;
  z-index: 2;
  padding: 5px 15px;
  text-transform: uppercase;
  width: calc(100% - 30px);
}
.ges_bereich .ber_image {
  width: 100%;
  position: relative;
  height: 291px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.ber_details {
  padding: 20px;
  font-size: 12px;
  color: #fff;
}
.ges_bereich_container.opened {
  width: 50%;
  height: 600px;
}
.home .top_elements {
  padding-right: 0;
}
.home .top_nav .dropdown {
  left: 0;
}
.ges_ber_btn {
  font-family: "Roboto Condensed";
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  padding: 5px 10px;
  border: 1px solid #fff;
}
.ges_ber_btn:hover,
.ges_ber_btn:focus {
  color: #fff;
}
.big_headline,
.big_subheadline {
  color: #e4021c;
  text-transform: uppercase;
  font-size: 60px;
  font-family: "Roboto Condensed";
}
.big_subheadline {
  font-size: 50px;
  text-align: center;
  font-family: "Pacifico", sans-serif;
  text-transform: initial;
  margin-bottom: 50px;
  font-weight: normal;
}
.footer_links_container .link_block h3 {
  font-size: 20px;
  font-family: "Roboto Condensed";
  margin-bottom: 5px;
}
.tech_details {
  font-size: 18px;
}
.kontakt_newsletter_container {
  position: absolute;
  right: 0;
  top: 450px;
  z-index: 200;
}
.box_label {
  width: 40px;
  height: 40px;
  position: absolute;
  left: -40px;
  cursor: pointer;
  z-index: 2;
}
.kontakt_box .box_label {
  background: url(images/telephone_white.svg) no-repeat center #f00;
}
.box_inhalt {
  width: 290px;
  padding: 15px 15px 20px;
  text-align: center;
  position: relative;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Roboto Condensed";
  box-shadow: 6px 3px 6px 0px #c0c0c0;
  box-sizing: border-box;
}
.kontakt_box .box_label {
  background: url(images/telephone_white.svg) no-repeat center #e20515;
  background-size: 26px;
}
.newsletter_box .box_label {
  background: url(images/newsletter.svg) no-repeat center #cba459;
  background-size: 31px;
  top: 45px;
}
.newsletter_box,
.kontakt_box {
  position: absolute;
  top: 0;
  right: -290px;
}
.newsletter_box .box_inhalt {
  opacity: 0;
  background-color: #cba459;
  z-index: 0;
}
.kontakt_box .box_inhalt {
  background-color: #e20515;
  z-index: 1;
}
.box_inhalt .btn {
  margin-top: 10px;
}
.date_fields {
  margin: 0 0 20px;
  width: 100%;
}
.search #content {
  margin-top: 50px;
}
.search h2.entry-subtitle {
  color: #cba459;
  padding: 10px 20px;
  border: 1px solid #d8d8d8;
}
.search nav.woocommerce-pagination {
  margin: 30px 0 0;
}
.search_result {
  padding: 30px 0;
  border-bottom: 1px solid #ddd;
}
.search_result_img img {
  max-height: 250px;
  width: auto;
}
.prod_kat_list {
  padding: 30px 40px 30px 70px;
  background-color: #909090;
}
.prod_kat_list.prod_kat_49 {
  background-color: #5c4d41;
}
.prod_kat_list.prod_kat_63 {
  background-color: #7a6757;
}
.prod_kat_list.prod_kat_64 {
  background-color: #3d332b;
}
.prod_kat_list.prod_kat_65 {
  background-color: #6b6b5b;
}
.prod_kat_list.prod_kat_66 {
  background-color: #45302f;
}
.prod_kat_list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.prod_kat_list > ul {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.prod_kat_list ul > li > .children {
  display: initial;
}
.prod_kat_list ul > li a {
  color: #fff;
  font-size: 18px;
  font-weight: normal;
}
.prod_kat_list > ul > li > a {
  text-transform: uppercase;
  font-size: 20px;
}
.prod_kat_list ul > li.current-cat > a,
.prod_kat_list ul > li a:hover,
.prod_kat_list ul > li a:focus,
#shop_menu .current-menu-item > a {
  text-decoration: underline;
}

.raw_code #mc_embed_signup form {
  padding: 0;
}
.raw_code #mc-embedded-subscribe {
  margin: 1em 0 1em 0;
}
.raw_code #mc_embed_signup div#mce-responses {
  margin: 0;
}
.archive.category-news article {
  margin-bottom: 30px;
}
.archive.category-news article h1.entry-title {
  font-size: 24px;
}
.archive.category-news article .post_meta {
  font-size: 18px;
  line-height: 1.2;
}
.archive.category-news article .entry-summary {
  font-size: 18px;
}

#novalnet_sepa_mandate_confirm {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
  border: none;
  border-radius: 0;
  font-size: 1em;
  width: auto;
  visibility: visible;
  top: 12px;
}

.page_container {
  overflow-x: hidden;
}
.u_kaffee .stoerer {
  background: url(images/stoerer.png) no-repeat right top transparent;
  position: absolute;
  padding: 2px 25px 15px 15px;
  left: -27.5%;
  box-sizing: border-box;
  text-transform: uppercase;
  background-size: cover;
  z-index: 2;
  bottom: 10px;
  color: #fff;
}

.u_kaffee[data-prod_type="not_kaffee"] .stoerer {
  left: 0;
}

.u_kaffee .stoerer:nth-child(1) {
  bottom: 50px;
}

.single .price_cont .price del span.amount {
  font-size: 24px;
}
.woocommerce span.onsale {
  min-height: auto;
  min-width: auto;
  padding: 5px 30px 13px 24px;
  line-height: 1;
  border-radius: 0%;
  background: url(images/stoerer.png) no-repeat right top transparent;
}
.cookieWarning {
  border-bottom: 1px solid #5c4d41;
}
.cookieContainer button.closeCookieContainer {
  background-color: #5c4d41;
}

.no_menu .menu_warenkorb_container {
  padding-top: 20px;
}
.no_menu #main-menu {
  margin-top: 0;
}

.image_title > i,
.u_kaffee.schmall > i,
.zertifikate > i {
  height: 50px;
  width: 50px;
  position: absolute;
  top: 10px;
  right: 10px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 2;
  box-shadow: 2px 2px 9px 0px rgba(51, 51, 51, 0.8);
}

.u_kaffee.schmall > i {
  right: 25px;
}
.zertifikate > i.fair_zert_lang {
  height: 50px;
  width: 100px;
  background-size: 96%;
}
i.bio_zert {
  background-image: url(images/bio.jpg);
}
i.fair_zert {
  background-image: url(images/fair.jpg);
}
i.fair_zert_lang {
  background-image: url(images/fair-detail.jpg);
}
i.demeter_zert {
  background-image: url(images/demeter.png);
  background-color: #fff;
}
.image_title > .zerts,
.u_kaffee.schmall > .zerts {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 200px;
  z-index: 2;
  text-align: right;
}
.u_kaffee.schmall > .zerts {
  right: 24px;
}

.zerts > i {
  position: relative;
  height: 50px;
  width: 50px;
  display: inline-block;
  margin-left: 7px;
  background-size: contain;
  box-shadow: 2px 2px 7px 0px rgba(51, 51, 51, 0.8);
}

.zertifikate > i {
  position: relative;
  display: inline-block;
  top: auto;
  margin-right: 15px;
  right: auto;
  box-shadow: 2px 2px 9px 0px rgba(51, 51, 51, 0.8);
}
.zertifikate > i.fair_zert + i.bio_zert,
.zertifikate > i.bio_zert + i.fair_zert {
  right: auto;
}

button[name="apply_coupon"] {
  white-space: pre;
}
#calc_shipping_country_field {
  text-align: left;
}
.prod_excerpt ul {
  list-style-type: none;
  padding-left: 0;
}

.woocommerce
  form
  .form-row
  span.woocommerce-gzd-reg_data_privacy-checkbox-text {
  display: inline;
}
input[type="checkbox"] + span,
input[type="radio"] + span {
  cursor: pointer;
  padding-left: 35px;
  position: relative;
}
input[type="checkbox"]:checked + span::before, /*:not(._brlbs-checkbox-indicator)*/
input[type="checkbox"]:not(:checked) + span::before { /*:not(._brlbs-checkbox-indicator)*/
  content: " ";
  display: inline-block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: -2px;
  background: url(images/checkboxen.png) no-repeat 0 0 transparent;
  margin-right: 15px;
  left: 0px;
}

input[type="checkbox"]:checked + span::before {
  background-position: -30px 0;
}
._brlbs-checkbox input[type="checkbox"]:checked + span::before,
._brlbs-checkbox input[type="checkbox"]:not(:checked) + span::before {
  background: none;
}



.woocommerce-form-login button.button {
  display: block;
  margin-bottom: 10px;
}
.woocommerce-form-login .lost_password {
  margin-bottom: 0;
}
.fin_hinweis {
  font-size: 16px;
}
.woocommerce div.product .stock.low-in-stock {
  color: #f5db46;
}

.produktslider {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  margin-bottom: 50px;
}
.produktslider .slick-list {
  padding: 80px 60px 40px;
}
.produktslider .slick-prev,
.produktslider .slick-next {
  background-image: url(images/arr_logos_white.png);
  width: 40px;
  height: 66px;
}
.produktslider .slick-prev:hover {
  background-position: top left;
}
.produktslider .slick-next:hover {
  background-position: top right;
}
.produktslider .slide {
  padding: 20px 10px;
}
.produktslider .slide a {
  color: #fff;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
.produktslider .slide a img {
  transition: all 0.2s ease-in-out;
}
.produktslider .slide a:hover img,
.produktslider .slide a:focus img {
  transform: scale(1.2);
}
.produktslider .slide a .prod_name {
  color: #000;
  background-color: #cba459;
  padding: 10px;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) scale(0);
  border-radius: 10px;
  font-size: 14px;
  margin: 0 10px;
  transition: all 0.2s ease-in-out;
}
.produktslider .slide a:hover .prod_name,
.produktslider .slide a:hover .prod_name {
  transform: translateY(-50%) scale(1);
}

.product_cat-abo-kaffees table.variations tr:first-child {
  display: none;
}
.coffee_sacks {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
.coffee_sacks .sack {
  width: calc(100% / 15);
  height: 25px;
  display: block;
  background: url(images/sack.png) no-repeat transparent center;
  opacity: 0.5;
}
.coffee_sacks .sack.full {
  opacity: 1;
}
.coffee_sacks_available {
  font-size: 16px;
  margin: 1rem 0 0.5rem;
}
.coffee_sacks_available > span {
  color: #e20515;
}



/*Borlabs Fixes */

.BorlabsCookie ._brlbs-content-blocker ._brlbs-embed , 
.BorlabsCookie ._brlbs-content-blocker ._brlbs-embed ._brlbs-thumbnail {
  width: 100%;
}

input[type="checkbox"]:checked + span._brlbs-slider::before {
  top: initial;
  background: initial;
}


/* Paypal Buy Button FIX */
.checkout #place_order.ppcp-hidden {
     display: block !important; 
}
