@font-face {
  font-family: 'icomoon';
  src: url('../webfonts/icomoon.eot');
  src: url('../webfonts/icomoon.eot?#iefix') format('embedded-opentype'), url('../webfonts/icomoon.woff') format('woff'), url('../webfonts/icomoon.ttf') format('truetype'), url('../webfonts/icomoon.svg#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'fette_deutsche_schriftregular';
  src: url('../webfonts/fettedeutscheschrift-webfont.eot');
  src: url('../webfonts/fettedeutscheschrift-webfont.eot?#iefix') format('embedded-opentype'), url('../webfonts/fettedeutscheschrift-webfont.woff2') format('woff2'), url('../webfonts/fettedeutscheschrift-webfont.woff') format('woff'), url('../webfonts/fettedeutscheschrift-webfont.ttf') format('truetype'), url('../webfonts/fettedeutscheschrift-webfont.svg#fette_deutsche_schriftregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* lora-regular - latin */
@font-face {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 400;
  src: url('../webfonts/lora/lora-v25-latin-regular.eot');
  src: url('../webfonts/lora/lora-v25-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../webfonts/lora/lora-v25-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('../webfonts/lora/lora-v25-latin-regular.woff') format('woff'), /* Modern Browsers */ url('../webfonts/lora/lora-v25-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('../webfonts/lora/lora-v25-latin-regular.svg#Lora') format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
/* lora-700 - latin */
@font-face {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 700;
  src: url('../webfonts/lora/lora-v25-latin-700.eot');
  src: url('../webfonts/lora/lora-v25-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../webfonts/lora/lora-v25-latin-700.woff2') format('woff2'), /* Super Modern Browsers */ url('../webfonts/lora/lora-v25-latin-700.woff') format('woff'), /* Modern Browsers */ url('../webfonts/lora/lora-v25-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */ url('../webfonts/lora/lora-v25-latin-700.svg#Lora') format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
a {
  color: #5c612b;
}
a:hover,
a:focus,
a:active {
  color: #5c612b;
}
html,
body {
  margin: 0;
  padding: 0;
}
blockquote {
  font-style: italic;
  margin: 0 0 1.5em;
  padding: 12px 0 0 44px;
  position: relative;
}
blockquote:before {
  color: #dedfd5;
  content: "\201C";
  font-size: 84px;
  left: -5px;
  line-height: 1;
  position: absolute;
  top: -5px;
}
body {
  font: normal 18px/30px "Lora", Georgia, serif;
}
button:focus {
  outline: 0;
}
h1,
h2,
h3,
h4 {
  color: #5c612b;
  font-family: "fette_deutsche_schriftregular", sans-serif;
}
h1 a,
h2 a,
h3 a,
h4 a {
  color: #5c612b;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h1 a:focus,
h2 a:focus,
h3 a:focus,
h4 a:focus,
h1 a:active,
h2 a:active,
h3 a:active,
h4 a:active {
  color: #5c612b;
  text-decoration: none;
}
hr {
  margin-top: 60px;
  margin-bottom: 60px;
  border-top: 1px solid #dedfd5;
}
img {
  height: auto;
  max-width: 100%;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 30px;
}
@media (max-width: 767px) {
  .alignright {
    width: 100% !important;
  }
}
.alignleft {
  display: inline;
  float: left;
  margin-right: 30px;
}
@media (max-width: 767px) {
  .alignleft {
    width: 100% !important;
  }
}
.alignleft-sm {
  display: inline;
  float: left;
  margin-right: 30px;
}
.article {
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .article {
    margin-bottom: 30px;
  }
}
.article .inner {
  overflow: hidden;
}
.article .inner > a {
  display: block;
  overflow: hidden;
}
.article .inner:hover {
  box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.2);
}
.article .inner .text {
  padding: 40px;
}
@media (max-width: 991px) {
  .article .inner .text {
    padding: 25px;
  }
}
.article .inner .title {
  font: normal 38px/38px "fette_deutsche_schriftregular", sans-serif;
  margin-bottom: 15px;
}
.article .inner img {
  transform: scale(1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.article .inner img:hover {
  transform: scale(1.1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.bandcamp-link {
  padding-bottom: 30px;
}
.buttongreen {
  background-color: #5c612b;
  color: #ffffff;
  padding: 15px 25px;
  display: inline-block;
}
.buttongreen:hover,
.buttongreen:focus {
  opacity: 0.8;
  color: #ffffff;
  text-decoration: none;
}
.buttonbc {
  background-color: #61929c;
  color: #ffffff;
  padding: 15px 25px;
  display: inline-block;
  margin-right: 10px;
}
.buttonbc:hover,
.buttonbc:focus {
  opacity: 0.8;
  color: #ffffff;
  text-decoration: none;
}
.buttonfb {
  background-color: #3b5998;
  color: #ffffff;
  padding: 15px 25px;
  display: inline-block;
  margin-right: 10px;
}
.buttonfb:hover,
.buttonfb:focus {
  opacity: 0.8;
  color: #ffffff;
  text-decoration: none;
}
.cats,
.woocats {
  text-align: center;
  margin: 0 0 40px;
}
.cats .current-cat > a,
.woocats .current-cat > a {
  background-color: #5c612b;
  color: #ffffff;
}
.cats a,
.woocats a {
  padding: 8px 12px;
  display: inline-block;
}
.cats > li > a,
.woocats > li > a {
  font-weight: bold;
}
.cats li,
.woocats li {
  display: inline-block;
}
@media (max-width: 767px) {
  .cats li,
  .woocats li {
    display: block;
  }
}
.cats li ul,
.woocats li ul {
  display: inline-block;
}
@media (max-width: 767px) {
  .cats li ul,
  .woocats li ul {
    display: block;
  }
}
@media (min-width: 992px) {
  .col,
  .col-1,
  .col-10,
  .col-11,
  .col-12,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-auto,
  .col-lg,
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-auto,
  .col-md,
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-auto,
  .col-sm,
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-auto,
  .col-xl,
  .col-xl-1,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-auto {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.container {
  padding-right: 20px;
  padding-left: 20px;
}
@media (min-width: 1200px) {
  .container {
    max-width: 1450px;
  }
}
@media (max-width: 991px) {
  .content-area .content {
    margin-bottom: 30px;
  }
}
/* Hack IE 11 Sticky Header */
_:-ms-fullscreen,
:root .custom-logo-link {
  transform: none;
}
.custom-logo-link {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.custom-logo-link img {
  max-width: 300px;
}
@media (max-width: 767px) {
  .custom-logo-link img {
    max-width: 180px;
  }
}
.desktop-search {
  position: fixed;
  display: block;
  top: -190px;
  left: 0;
  right: 0;
  width: 100%;
  height: 190px;
  z-index: 10000000;
  background: #dedfd5;
  text-align: left;
  border-top: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.desktop-search-show .desktop-search {
  position: fixed;
  top: 0 !important;
  left: 0;
  right: 0;
  width: 100%;
  display: block;
  height: 110px !important;
}
.entry-content {
  padding: 20px 0;
}
.entry-content a {
  text-decoration: underline;
}
.entry-content iframe,
.entry-content object,
.entry-content embed {
  max-width: 100%;
}
.entry-content p:first-child:first-letter:not(.page-template) {
  float: left;
  font-size: 100px;
  line-height: 60px;
  padding-top: 14px;
  padding-right: 8px;
}
.entry-content .intro {
  border: 1px solid #dedfd5;
  color: #5c612b;
  padding: 30px;
  margin-bottom: 30px;
}
.entry-content .intro:first-letter {
  float: left;
  font-size: 100px;
  line-height: 60px;
  padding-top: 14px;
  padding-right: 8px;
}
.entry-meta {
  display: block;
  padding: 0 0 30px;
}
.error404 #searchform .field {
  border: 1px solid #dedfd5 !important;
}
.ev {
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.fancy-headline {
  text-align: center;
  overflow: hidden;
  margin-bottom: 30px;
  font: normal 48px/48px "fette_deutsche_schriftregular", sans-serif;
}
@media (max-width: 991px) {
  .fancy-headline {
    font: normal 38px/38px "fette_deutsche_schriftregular", sans-serif;
  }
}
@media (max-width: 767px) {
  .fancy-headline {
    margin-bottom: 15px;
  }
}
.fancy-headline span {
  display: inline-block;
  position: relative;
}
.fancy-headline span:before {
  content: "";
  position: absolute;
  border-top: 1px solid #dedfd5;
  top: 26px;
  width: 1000px;
  right: 100%;
  margin-right: 15px;
}
.fancy-headline span:after {
  content: "";
  position: absolute;
  border-top: 1px solid #dedfd5;
  top: 26px;
  width: 1000px;
  left: 100%;
  margin-left: 15px;
}
.facebook a {
  height: 24px;
  width: 24px;
  overflow: hidden;
  display: block;
  background-image: url("../icons/facebook-color.svg");
  text-indent: -1000px;
}
.home .content-area {
  margin-top: 0;
}
.telegram a {
  height: 24px;
  width: 24px;
  overflow: hidden;
  display: block;
  background-image: url("../icons/telegram-color.svg");
  text-indent: -1000px;
}
li.facebook,
li.telegram {
  display: inline-block;
}
.mb-80 {
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .mb-80 {
    margin-bottom: 30px;
  }
}
.mt-80 {
  margin-top: 80px;
}
@media (max-width: 991px) {
  .mt-80 {
    margin-top: 60px;
  }
}
.noscroll {
  overflow: hidden;
}
.overlay {
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  background-color: #dedfd5;
  opacity: 1;
  overflow: auto;
}
.overlay-btn {
  position: absolute;
  text-align: center;
  border: none;
  width: 70px;
  height: 70px;
  top: 10px;
  right: 20px;
  padding: 0;
  z-index: 1000;
  display: block;
  margin: 0;
  background: transparent;
  line-height: 1;
  opacity: 1;
  cursor: pointer;
}
@media (max-width: 767px) {
  .overlay-btn {
    width: 40px;
  }
}
.overlay-btn span {
  display: none;
}
.overlay-close:before {
  content: "\e92a";
  font-size: 29px;
  font-family: "icomoon", sans-serif;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #5c612b;
}
.overlay-open:before {
  content: "\e92b";
  font-size: 29px;
  font-family: "icomoon", sans-serif;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #5c612b;
}
.pagination {
  text-align: center;
}
@media (max-width: 767px) {
  .pagination {
    margin-top: 30px;
  }
}
.pagination .current {
  background-color: #5c612b;
  color: #ffffff;
}
.pagination .current:hover {
  color: #5c612b;
}
.pagination .nav-links {
  margin: auto;
}
.pagination .page-numbers {
  padding: 12px 20px;
}
@media (max-width: 767px) {
  .pagination .page-numbers.next,
  .pagination .page-numbers.prev {
    display: none;
  }
}
.pagination .page-numbers:hover {
  background-color: #dedfd5;
  text-decoration: none;
}
.pagination .screen-reader-text {
  display: none;
}
.pic-full {
  max-width: 400px;
}
@media (max-width: 767px) {
  .pic-full {
    width: 100%;
    max-width: none !important;
  }
}
.post-navigation {
  border-top: 1px solid #dedfd5;
  padding-top: 27px;
}
@media (max-width: 767px) {
  .post-navigation .nav-previous {
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) {
  .post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 48%;
  }
  .post-navigation .nav-previous {
    float: left;
    margin-bottom: 0;
    width: 48%;
  }
}
.right-sidebar .widget .post-date {
  display: block;
  color: #999999;
}
.right-sidebar .widget ul .cat-item {
  color: #999999;
}
.right-sidebar .title {
  font: normal 38px/38px "fette_deutsche_schriftregular", sans-serif;
  border-bottom: 1px solid #dedfd5;
  margin-bottom: 25px;
  padding-bottom: 10px;
}
@media (min-width: 992px) {
  .row {
    margin-right: -20px;
    margin-left: -20px;
  }
}
.search-btn {
  position: absolute;
  text-align: center;
  border: none;
  width: 70px;
  height: 70px;
  top: 10px;
  right: 90px;
  padding: 0;
  z-index: 1000;
  display: block;
  margin: 0;
  background: transparent;
  line-height: 1;
  opacity: 1;
  cursor: pointer;
}
@media (max-width: 767px) {
  .search-btn {
    width: 40px;
    right: 70px;
  }
}
.search-btn span {
  display: none;
}
.search-close {
  position: absolute;
  width: 70px;
  height: 70px;
  top: 20px;
  right: 20px;
  display: block;
  margin: 0;
  padding: 0;
  z-index: 9999;
  text-align: right;
  line-height: 1;
  opacity: 1;
  border: none;
  outline: none;
  background: transparent;
  cursor: pointer;
}
.search-close:before {
  display: block;
  text-align: center;
  content: "\e92a";
  font-size: 29px;
  font-family: "icomoon", sans-serif;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #5c612b;
}
.search-close span {
  display: none;
}
.search-open:before {
  content: "\e922";
  font-size: 22px;
  font-family: "icomoon", sans-serif;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #5c612b;
}
.site-branding h1 {
  display: none;
}
.site-footer {
  background-color: #dedfd5;
}
.site-footer .links {
  padding-top: 80px;
}
@media (max-width: 991px) {
  .site-footer .links {
    padding-top: 60px;
  }
}
@media (max-width: 767px) {
  .site-footer .links {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .site-footer .links .col-12 {
    margin-bottom: 40px;
  }
  .site-footer .links .col-12:nth-of-type(3) {
    margin-bottom: 0;
  }
}
.site-footer .links .title {
  font-size: 28px;
  line-height: 24px;
  margin-bottom: 20px;
}
.site-footer .links .menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.site-footer .links .menu > li {
  margin: 5px 0;
}
.site-footer .links .footer-logo-title {
  font: normal 48px/48px "fette_deutsche_schriftregular", sans-serif;
  color: #5c612b;
  position: absolute;
  bottom: 0;
  right: 25px;
}
.site-footer .support .wrapper {
  border-bottom: 1px solid #bdbfaa;
  margin: 50px 25px;
  width: 100%;
  text-align: center;
}
.site-footer .support .wrapper .logo {
  display: inline-block;
  margin: 15px;
}
.site-footer .support .wrapper .logo .title {
  display: none;
}
.site-footer .credits {
  padding-bottom: 80px;
}
.site-footer .credits .copyright {
  font-size: 16px;
  color: #5c612b;
}
.site-header {
  background: white;
  margin: 50px 0;
}
@media (max-width: 767px) {
  .site-header {
    margin: 30px 0;
  }
}
.site-header-content {
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .site-header-content {
    padding: 0 40px;
  }
}
.size-full,
.size-start-featured {
  width: 100%;
}
.start-banner img {
  width: 100%;
}
.start-featured .title {
  font-size: 38px;
  line-height: 38px;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .start-featured .title {
    margin-top: 20px;
    font-size: 38px;
    line-height: 34px;
  }
}
@media (max-width: 767px) {
  .start-music-recommendations .item {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .start-teaser .teaser-left {
    margin-bottom: 20px;
  }
}
.start-teaser .title {
  position: absolute;
  left: 50%;
  top: 50%;
  width: auto;
  transform: translate(-50%, -50%);
  color: #ffffff;
  font: normal 48px/48px "fette_deutsche_schriftregular", sans-serif;
  text-align: center;
  text-shadow: 0 0 10px #000000;
  pointer-events: none;
  white-space: nowrap;
}
@media (max-width: 1199px) {
  .start-teaser .title {
    font: normal 38px/38px "fette_deutsche_schriftregular", sans-serif;
  }
}
.tags-links {
  color: #5c612b;
}
.tags-links a {
  text-decoration: none;
  white-space: nowrap;
  margin-right: 10px;
}
.text-muted {
  color: #999999 !important;
}
.top-menu {
  position: absolute;
  top: 30px;
  left: 40px;
}
@media (max-width: 450px) {
  .top-menu {
    display: none;
  }
}
.top-menu .menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.top-menu .menu li {
  display: inline-block;
  font-size: 16px;
  margin-right: 10px;
  vertical-align: middle;
}
.trackliste {
  padding-bottom: 30px;
  border-bottom: 1px solid #dedfd5;
  margin-bottom: 30px;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.wpcf7 input,
.wpcf7 textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #dedfd5;
}
.wpcf7 .wpcf7-submit {
  background-color: #5c612b;
  color: #ffffff;
  border: 1px solid #5c612b;
  margin-top: 20px;
}
.wpcf7 .wpcf7-submit:focus {
  outline: 0;
}
.wpcf7 .wpcf7-submit:hover {
  opacity: 0.8;
}
.wp-caption {
  font-style: italic;
}
/* IDs */
#cat {
  padding: 12px;
  outline: none;
}
#englishversion:before {
  content: "English version";
  text-transform: uppercase;
  font-size: 14px;
  color: #bdbfaa;
}
#main-menu {
  display: table;
  height: 100%;
  width: 100%;
  padding: 60px;
  text-align: center;
}
#main-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#main-menu ul a:hover,
#main-menu ul a:focus,
#main-menu ul aactive {
  text-decoration: none;
}
#main-menu ul > li {
  margin: 0 0 30px 0;
  font-size: 38px;
  line-height: 34px;
}
@media (max-width: 767px) {
  #main-menu ul > li .sub-menu {
    margin-top: 15px;
  }
}
#main-menu ul > li > ul > li {
  display: inline-block;
  margin: 0 20px 0 0;
  font-size: 18px;
  line-height: 30px;
}
@media (max-width: 767px) {
  #main-menu ul > li > ul > li {
    display: block;
    margin: 0;
  }
}
#main-menu .menu-hauptmenue-container {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
}
#searchform {
  margin-top: 20px;
  height: 70px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media (max-width: 1640px) {
  #searchform {
    width: calc(100% - 80px);
    float: left;
  }
}
#searchform:before {
  position: absolute;
  top: 20px;
  width: 70px;
  height: 70px;
  content: "\e922";
  font-family: "icomoon", sans-serif;
  font-size: 22px;
  text-align: center;
  padding-top: 20px;
}
#searchform #s {
  height: 70px;
  background: #ffffff;
  border: none;
  outline: none;
  padding: 0 0 0 70px;
  width: 100%;
}
#searchform #searchsubmit {
  width: 70px;
  height: 70px;
  position: absolute;
  top: 20px;
  border: 0;
  background: transparent;
  text-indent: -1000px;
  overflow: hidden;
  cursor: pointer;
}
/* WOOCOMMERCE */
.woocommerce .back {
  border-bottom: 1px solid #dedfd5;
  margin-bottom: 30px;
  padding-bottom: 5px;
}
.woocommerce button,
.woocommerce .button {
  border-radius: 0 !important;
}
.woocommerce .cart button {
  background-color: #5c612b !important;
}
.woocommerce .cart button.button {
  color: #ffffff !important;
}
.woocommerce .place-order .button {
  background-color: #5c612b !important;
  font-size: 1.25em;
  min-width: 300px;
  padding: 1em;
}
@media (max-width: 767px) {
  .woocommerce .place-order .button {
    width: 100%;
  }
}
.woocommerce .place-order .button:hover {
  opacity: 0.8;
}
@media (max-width: 1199px) {
  .woocommerce .cart_totals {
    width: 100% !important;
  }
}
.woocommerce .cart_totals .checkout-button {
  background-color: #5c612b !important;
  border-radius: 0;
}
.woocommerce .cart_totals .checkout-button:hover {
  opacity: 0.8;
}
.woocommerce .cart_totals .small-business-info {
  border-top: 1px solid #dedfd5 !important;
  font-size: .9em !important;
  width: 100% !important;
  text-align: left;
}
.woocommerce .col-1,
.woocommerce .col-2 {
  flex: none !important;
  max-width: none !important;
  padding: 0 !important;
}
.woocommerce .col2-set,
.woocommerce .woocommerce-checkout-payment {
  margin-bottom: 60px !important;
}
.woocommerce .form-row {
  padding: 0 !important;
  margin: 0 0 10px !important;
  display: block !important;
  flex-wrap: unset !important;
}
.woocommerce .form-row input.input-text {
  padding: 7px;
}
.woocommerce .form-row .select2-container--default .select2-selection--single {
  border-radius: 0 !important;
  height: auto !important;
  padding: 4px;
}
.woocommerce .form-row .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 36px !important;
}
.woocommerce .form-row textarea {
  padding: 7px;
}
@media (max-width: 480px) {
  .woocommerce .products .product {
    width: 100% !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .woocommerce .products .product {
    width: 48% !important;
  }
  .woocommerce .products .product:nth-of-type(2) {
    margin-right: 0 !important;
  }
}
.woocommerce .products .product a img {
  margin: 0 !important;
}
.woocommerce .products .product a h2 {
  font: normal 28px/28px "fette_deutsche_schriftregular", sans-serif !important;
}
.woocommerce .product_meta {
  border-top: 1px solid #dedfd5;
  padding-top: 1.5rem;
  font-size: 0.9em;
}
.woocommerce .product_meta .sku_wrapper {
  margin-right: 15px;
}
.woocommerce .product_meta .sku,
.woocommerce .product_meta .posted_in a {
  font-weight: 700;
}
.woocommerce .quantity {
  margin: 0 -1px 0 0 !important;
}
.woocommerce .quantity .qty {
  height: 40px;
}
.woocommerce .shop_table {
  border-radius: 0 !important;
  background-color: #dedfd5 !important;
}
.woocommerce .summary .delivery-time-info {
  color: #999999;
}
.woocommerce .summary .in-stock {
  color: #5c612b !important;
}
.woocommerce .summary .legal-price-info {
  line-height: 1.3;
  color: #999999;
}
.woocommerce .summary .legal-price-info a {
  color: #999999;
  text-decoration: underline;
}
.woocommerce .summary .price {
  color: #5c612b !important;
  font-weight: 700;
}
.woocommerce .related.products {
  clear: both;
}
.woocommerce .related.products h2 {
  margin-bottom: 20px;
}
.woocommerce .wc-forward {
  background-color: #5c612b !important;
  color: #ffffff !important;
}
.woocommerce .wc-forward:hover {
  opacity: 0.8;
}
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message {
  border-top: 0 !important;
  background-color: #dedfd5 !important;
  padding: 1em 1em 1em 3em;
  line-height: 1.3;
}
.woocommerce .woocommerce-error::before,
.woocommerce .woocommerce-info::before,
.woocommerce .woocommerce-message::before {
  left: 1em;
}
@media (max-width: 767px) {
  .woocommerce #main > div.woocommerce-message {
    padding: 1em;
  }
  .woocommerce #main > div.woocommerce-message:before {
    content: "";
  }
  .woocommerce #main > div.woocommerce-message > a.button {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }
}
.woocommerce .woocommerce-message::before {
  color: #5c612b !important;
}
.woocommerce .woocommerce-product-gallery {
  margin-bottom: 3.5em !important;
}
.woocommerce .woocommerce-product-gallery .flex-viewport {
  margin-bottom: 3%;
}
.woocommerce .woocommerce-product-gallery .flex-control-thumbs li {
  width: 17.6% !important;
  margin: 0 3% 0 0 !important;
}
.woocommerce .woocommerce-product-gallery .flex-control-thumbs li:last-child {
  margin-right: 0 !important;
}
.woocommerce .woocommerce-product-gallery .flex-control-thumbs li:nth-child(4n+1) {
  clear: none !important;
}
.woocommerce .woocommerce-product-gallery .woocommerce-product-gallery__trigger:before {
  border: 2px solid #5c612b !important;
}
.woocommerce .woocommerce-product-gallery .woocommerce-product-gallery__trigger:after {
  background: #5c612b !important;
}
.woocommerce #payment {
  background: white !important;
  border: 1px solid #dedfd5;
  border-radius: 0 !important;
}
.woocommerce #payment ul.payment_methods {
  border-bottom: 0 !important;
}
.woocommerce #payment ul.payment_methods .about_paypal {
  display: none;
}
@media (max-width: 767px) {
  .woocommerce #billing_first_name_field,
  .woocommerce #billing_last_name_field {
    width: 100% !important;
  }
}
.woocommerce #order_comments {
  height: 5em;
}
.woocommerce #order_review > div.wc-gzd-checkbox-placeholder.wc-gzd-checkbox-placeholder-legal > p > label > span {
  line-height: 1 !important;
}
@media (max-width: 767px) {
  .woocommerce .wc-gzd-product-name-left {
    max-width: 50%;
    margin-right: 1em;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }
}
@media (max-width: 1000px) {
  .woocommerce ul.order_details li {
    float: none !important;
    border-right: none !important;
    padding-right: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 1em;
  }
  .woocommerce ul.order_details li:last-child {
    margin-bottom: 0;
  }
}
.woocommerce .wc-bacs-bank-details-account-name {
  font: normal 18px/30px "Lora", Georgia, serif !important;
}
.woocommerce #billing_state_field,
.woocommerce #shipping_state_field {
  display: none !important;
}
@media (min-width: 800px) {
  .bst-msg {
    text-align: left;
  }
}
.bst-panel a {
  padding: 15px;
}
.bst-panel a:hover {
  text-decoration: none;
}
.bst-info {
  display: none;
}
#coupon_code {
  width: auto !important;
}
.coupon {
  margin-bottom: 15px;
}
.stock.in-stock {
  display: none;
}
