@font-face {
  font-family: 'icomoon';
  src: url('/fileadmin/templates/css/icomoon/fonts/icomoon.eot?y41yxg');
  src: url('/fileadmin/templates/css/icomoon/fonts/icomoon.eot?y41yxg#iefix') format('embedded-opentype'), url('/fileadmin/templates/css/icomoon/fonts/icomoon.ttf?y41yxg') format('truetype'), url('/fileadmin/templates/css/icomoon/fonts/icomoon.woff?y41yxg') format('woff'), url('/fileadmin/templates/css/icomoon/fonts/icomoon.svg?y41yxg#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ce-gallery {
overflow:visible;
}


a.button {
  font-family: 'Raleway-Regular', 'Helvetica', sans-serif;
  position: relative;
  padding: 5px 10px;
  border-radius: 5px;
  box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.1);
  font-size: 1em;
  text-decoration: none !important;
  color: white;
  display: inline-block;
  text-align: center;
}
a.button.regular {
  min-width: 180px;
  background-color: #C90;
  border: 1px solid #C90;
}
a.button.regular:hover {
  background-color: white;
  border: 1px solid #C90;
  color: #C90;
}
a.button.semi-transparent {
  background-color: rgba(120, 120, 120, 0.5);
}
a.button.semi-transparent:hover {
  background-color: white;
  color: #000;
}
a.button.semi-transparent.border {
  border: 1px solid #000;
}
a.button.semi-transparent {
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.page-background-image {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}



@font-face {
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Bodoni+Moda:ital,opsz,wght@0,6..96,400..900;1,6..96,400..900&family=Euphoria+Script&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap" rel="stylesheet">
}

.regular-font {
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
body {
  font-family: 'Raleway', 'Helvetica', sans-serif;
  font-size: 1rem;
  color: #4D443C;
  background-image: url('/fileadmin/trommel.jpg') ;
	background-size: auto;
}
h2 {
  font-family: "Bodoni Moda", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 3.1rem;
  padding-bottom: 0.575rem;
  color: #4D443C;
  text-align: center;
  position: relative;
  text-transform: uppercase;
  color: #ffffff;
}
h1::after {
  content: '';
  border-bottom: 2px solid #C90;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 20%;
  transform: translateX(-50%);
}
h1 {
    font-family: "Euphoria Script", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 3rem;
  text-align: center;
  margin-bottom: -10px;
  color: #ffffff;
}
h3 {
  font-family: "Bodoni Moda", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 1.7rem;
  padding-bottom: 0.575rem;
  margin: 2rem 0 0.2rem 0;
  color: #4D443C;
  position: relative;


}
h4 {
  font-size: 1.4rem;
  margin: 0 0 6px 0;
  margin-bottom: 0.5em;
  line-height: 1.5em;
  color: #000;
}
p {
  font-size: 1rem;
  line-height: 1.7rem;
  margin: 0 0 15px 0;
  color: #4D443C;
}
p.text-center {
  text-align: center;
}
a {
  text-decoration: none;
  color: #AB8B53;
}
a:hover {
  color: #AB8B53;
  text-decoration: underline;
}
.col {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.col-max-6 > div {
  width: calc(100% / 6 );
}
.col-max-5 > div {
  width: calc(100% / 5 );
}
.col-max-4 > div {
  width: calc(100% / 4 );
}
.col-max-3 > div {
  width: calc(100% / 3 );
}
.col-max-2 > div {
  width: calc(100% / 2 );
}
.col-max-1 > div {
  width: calc(100% / 1 );
}
@media screen and (max-width: 970px) {
  .col-xlarge-6 > div {
    width: calc(100% / 6 );
  }
}
@media screen and (max-width: 970px) {
  .col-xlarge-5 > div {
    width: calc(100% / 5 );
  }
}
@media screen and (max-width: 970px) {
  .col-xlarge-4 > div {
    width: calc(100% / 4 );
  }
}
@media screen and (max-width: 970px) {
  .col-xlarge-3 > div {
    width: calc(100% / 3 );
  }
}
@media screen and (max-width: 970px) {
  .col-xlarge-2 > div {
    width: calc(100% / 2 );
  }
}
@media screen and (max-width: 970px) {
  .col-xlarge-1 > div {
    width: calc(100% / 1 );
  }
}
@media screen and (max-width: 970px) {
  .col-c66-xlarge > div {
    width: calc(100% / 3 * 2);
  }
  .col-c66-xlarge > div.gap-small {
    width: calc((100% / 3 * 2) - 10px);
  }
  .col-c66-xlarge > div.gap-medium {
    width: calc((100% / 3 * 2) - 20px);
  }
  .col-c66-xlarge > div.gap-large {
    width: calc((100% / 3 * 2) - 30px);
  }
}
@media screen and (max-width: 768px) {
  .col-large-6 > div {
    width: calc(100% / 6 );
  }
}
@media screen and (max-width: 768px) {
  .col-large-5 > div {
    width: calc(100% / 5 );
  }
}
@media screen and (max-width: 768px) {
  .col-large-4 > div {
    width: calc(100% / 4 );
  }
}
@media screen and (max-width: 768px) {
  .col-large-3 > div {
    width: calc(100% / 3 );
  }
}
@media screen and (max-width: 768px) {
  .col-large-2 > div {
    width: calc(100% / 2 );
  }
}
@media screen and (max-width: 768px) {
  .col-large-1 > div {
    width: calc(100% / 1 );
  }
}
@media screen and (max-width: 768px) {
  .col-c66-large > div {
    width: calc(100% / 3 * 2);
  }
  .col-c66-large > div.gap-small {
    width: calc((100% / 3 * 2) - 10px);
  }
  .col-c66-large > div.gap-medium {
    width: calc((100% / 3 * 2) - 20px);
  }
  .col-c66-large > div.gap-large {
    width: calc((100% / 3 * 2) - 30px);
  }
}
@media screen and (max-width: 600px) {
  .col-medium-6 > div {
    width: calc(100% / 6 );
  }
}
@media screen and (max-width: 600px) {
  .col-medium-5 > div {
    width: calc(100% / 5 );
  }
}
@media screen and (max-width: 600px) {
  .col-medium-4 > div {
    width: calc(100% / 4 );
  }
}
@media screen and (max-width: 600px) {
  .col-medium-3 > div {
    width: calc(100% / 3 );
  }
}
@media screen and (max-width: 600px) {
  .col-medium-2 > div {
    width: calc(100% / 2 );
  }
}
@media screen and (max-width: 600px) {
  .col-medium-1 > div {
    width: calc(100% / 1 );
  }
}
@media screen and (max-width: 600px) {
  .col-c66-medium > div {
    width: calc(100% / 3 * 2);
  }
  .col-c66-medium > div.gap-small {
    width: calc((100% / 3 * 2) - 10px);
  }
  .col-c66-medium > div.gap-medium {
    width: calc((100% / 3 * 2) - 20px);
  }
  .col-c66-medium > div.gap-large {
    width: calc((100% / 3 * 2) - 30px);
  }
}
@media screen and (max-width: 500px) {
  .col-small-6 > div {
    width: calc(100% / 6 );
  }
}
@media screen and (max-width: 500px) {
  .col-small-5 > div {
    width: calc(100% / 5 );
  }
}
@media screen and (max-width: 500px) {
  .col-small-4 > div {
    width: calc(100% / 4 );
  }
}
@media screen and (max-width: 500px) {
  .col-small-3 > div {
    width: calc(100% / 3 );
  }
}
@media screen and (max-width: 500px) {
  .col-small-2 > div {
    width: calc(100% / 2 );
  }
}
@media screen and (max-width: 500px) {
  .col-small-1 > div {
    width: calc(100% / 1 );
  }
}
@media screen and (max-width: 500px) {
  .col-c66-small > div {
    width: calc(100% / 3 * 2);
  }
  .col-c66-small > div.gap-small {
    width: calc((100% / 3 * 2) - 10px);
  }
  .col-c66-small > div.gap-medium {
    width: calc((100% / 3 * 2) - 20px);
  }
  .col-c66-small > div.gap-large {
    width: calc((100% / 3 * 2) - 30px);
  }
}
@media screen and (max-width: 460px) {
  .col-xsmall-6 > div {
    width: calc(100% / 6 );
  }
}
@media screen and (max-width: 460px) {
  .col-xsmall-5 > div {
    width: calc(100% / 5 );
  }
}
@media screen and (max-width: 460px) {
  .col-xsmall-4 > div {
    width: calc(100% / 4 );
  }
}
@media screen and (max-width: 460px) {
  .col-xsmall-3 > div {
    width: calc(100% / 3 );
  }
}
@media screen and (max-width: 460px) {
  .col-xsmall-2 > div {
    width: calc(100% / 2 );
  }
}
@media screen and (max-width: 460px) {
  .col-xsmall-1 > div {
    width: calc(100% / 1 );
  }
}
@media screen and (max-width: 460px) {
  .col-c66-xsmall > div {
    width: calc(100% / 3 * 2);
  }
  .col-c66-xsmall > div.gap-small {
    width: calc((100% / 3 * 2) - 10px);
  }
  .col-c66-xsmall > div.gap-medium {
    width: calc((100% / 3 * 2) - 20px);
  }
  .col-c66-xsmall > div.gap-large {
    width: calc((100% / 3 * 2) - 30px);
  }
}
nav {
  font-size: 1.2rem;
  font-family: 'Bodoni Moda', serif, 'Helvetica', 'Arial', sans-serif;
  text-transform: uppercase;
}
nav ul {
  list-style: none;
  display: flex;
  padding: 0;
  margin: 0 -0.5rem;
}
nav ul li a {
  color: #BBAF9B;
  padding: 0 0.5rem;
  border-right: 1px solid #BBAF9B;

}

nav ul li ul {
  position: absolute;
  background-color: #DED9D0;
  display: none;
}

nav ul li:hover ul {
  display: flex;
  flex-direction: column;
  white-space: nowrap;
  padding-bottom: 1rem;
}

nav ul li:hover ul li a {
  color: #685944;
  border-right: none;
  font-size: 1rem;
  text-transform: none;
  padding: 0.8rem 1rem 0 1rem;
  display: block;
    text-transform: uppercase;
}

nav ul li a.active,
nav ul li a:hover {
  color: #685944;
  text-decoration: none;
}
nav ul li:last-child a {
  border-right: none;
}
header.topheader {
  border-top: 10px solid #AB8B53;
  padding: 30px 35px;
  display: flex;
    justify-content: center; 
    align-items: center;
    background-color: #fff;
}
@media screen and (max-width: 600px) {
  header.topheader {
    justify-content: space-between;
    padding: 10px 35px;
  }
}

header.topheader .logo img {
  max-width: 100%;

}
header.topheader .logo {
  flex-grow: 1;
  flex-shrink: 1;

}
@media screen and (max-width: 600px) {
  header.topheader .logo {
    width: 200px;
    flex: initial;
  }
}
header.topheader .stamp {
  flex-shrink: 1;
}
@media screen and (max-width: 600px) {
  header.topheader .stamp {
    width: 70px;
  }
}
.nav-wrapper {
  background-color: #ffffff;
  padding: 0.375rem 2rem;
  display: flex;
  align-items: center;
  margin-bottom: 0;

  border-bottom: 1px solid #BBAF9B;
  font-weight: 500;
  z-index: 1000;
  position: relative;
}

@media screen and (max-width: 768px) {
  .nav-wrapper {
    display: block;
    position: absolute;
    width: 100%;
    z-index: 100;
    padding: 0;
  }
}
.nav-wrapper .hamburger-trigger.mobile {
	/** display: none;***/
}
.nav-wrapper #hamburger {
  position: absolute;
  left: -100000px;
}
.nav-wrapper #hamburger:checked + .left {
  max-height: 1000px;
  box-shadow: 1px 5px 7px #a0a0a0;
}
.nav-wrapper .hamburger-trigger {
  cursor: pointer;
  position: absolute;
  right: 2rem;
  z-index: 101;
}
.nav-wrapper .hamburger-trigger::before {
  font-family: icomoon;
  content: "\e9bd";
  font-size: 2rem;
}
.nav-wrapper .left {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 768px) {
  .nav-wrapper .left {
    max-height: 0;
    transition: max-height 0.5s;
    overflow: hidden;
    padding: 0 2rem;
    position: absolute;
    width: 100%;
    z-index: 100;
    background-color: #DED9D0;
  }

  .nav-wrapper .left nav ul {
    display: flex;
    flex-direction: column;
  }

  .nav-wrapper .left nav ul li a {
    border-right: none;
    line-height: 3rem;
    font-size: 1.2rem;
    color: #685944;

  }
}
.nav-wrapper .right {
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .nav-wrapper .right {
    position: absolute;
    left: 2rem;
    top: 5px;
    z-index: 1;
  }
}
.nav-wrapper .right a.showCart {
  display: flex;
  height: 47px;
  font-size: 1.5rem;
  align-items: center;
  text-decoration: none;
}
.nav-wrapper .right a.showCart:hover {
  color: #6A99A2;
}
.nav-wrapper .right a.showCart::before {
  content: url(/fileadmin/templates/images/warenkorb.png);
  height: 47px;
  width: 46px;
}
.nav-wrapper .right a.showCart.no-items::before {
  opacity: 0.5;
}
.header-spacer {
  width: 100%;
  height: 0.875rem;
  background-color: #fff;
}
footer {
  position: relative;
  margin: 0 auto;
  width: 100%;
  background:  #AB8B53;
  color: #fff;
  padding: 0.5rem;
  border-top: 8px solid #BBAF9B;
}
footer .footer-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  flex-flow: row;
  align-items: center;
  align-content: center;
}
footer .footer-wrapper a {
  color: #fff;
  text-decoration: none;
}
footer .footer-wrapper a:hover {
  text-decoration: underline;
}
footer .footer-wrapper .short-links {
  flex-grow: 1;
  text-align: center;
}
footer .footer-wrapper .short-links ul {
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 600px) {
  footer .footer-wrapper .short-links ul {
    display: block;
  }
}
footer .footer-wrapper .short-links ul li {
  padding: 0 10px;
}
@media screen and (max-width: 600px) {
  footer .footer-wrapper .short-links ul li {
    line-height: 3em;
  }
}
footer .footer-wrapper .social-media-links {
  flex-grow: 1;
  text-align: center;
}
footer .footer-wrapper .social-media-links a.sm-link {
  margin: 0 20px;
}
footer .footer-wrapper .social-media-links a.sm-link:before {
  font-family: icomoon;
  font-size: 1.5em;
}
footer .footer-wrapper .social-media-links a.sm-facebook:before {
  content: "\ea92";
}
footer .footer-wrapper .social-media-links a.sm-instagram:before {
  content: "\ea93";
}
footer .footer-wrapper .social-media-links a.sm-twitter:before {
  content: "\ea96";
}
footer .footer-wrapper .social-media-links a.sm-youtube:before {
  content: "\ea9d";
}
@media screen and (max-width: 768px) {
  footer .footer-wrapper {
    flex-flow: column;
  }
  footer .footer-wrapper > div {
    margin: 25px auto;
  }
}
@media screen and (max-width: 600px) {
  footer .footer-wrapper > div {
    margin: 5px;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-osx-font-smoothing: grayscale;
}
body,
html {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
.mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  .mobile {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .desktop {
    display: none !important;
  }
}
.wrapper {
  position: relative;
  max-width: 100%;
  width: 970px;
  margin: 0 auto;
  padding-bottom: 0px;
  padding-top: 0;
  box-shadow: 0px -10px 18px -10px #4D443C;
}
.wrapper .main {
  width: 100%;
  background-color: #fff;
  overflow: auto;
  padding: 0 2rem;
  opacity: 90%;
}
.wrapper .frame {
  margin: 0 auto;
}
.wrapper .frame.frame-col_narrow {
  width: 100%;
  max-width: 800px;
}
.wrapper .frame.frame-col_wide {
  width: 100%;
  max-width: 970px;
}

.wrapper .frame.frame-space-before-small {
  margin-top: 2rem;
}
.wrapper .frame.frame-space-before-medium {
  margin-top: 2rem;
}
.wrapper .frame.frame-space-before-large {
  margin-top: 4rem;
}
.wrapper .frame.frame-space-before-extra-large {
  margin-top: 6rem;
}
.wrapper .frame.frame-space-after-small {
  margin-bottom: 2rem;
}
.wrapper .frame.frame-space-after-medium {
  margin-bottom: 4rem;
}
.wrapper .frame.frame-layout-4 header,
.wrapper .frame.frame-layout-4 p {
  width: 50%;
}

.wrapper .frame.frame-wide-header {
  margin: 0 -2rem;
}

.wrapper .frame.frame-brown-background {
  background-color: #867763;
  margin: 50px;
padding: 20px;
}
.wrapper .frame.frame-brown-background a:link {
color: #fff;
}

.wrapper .frame.frame-yellow-background {
  background-color: #E2C11B;
  margin: 50px;
padding: 20px;
}

.wrapper .frame.frame-brown-background p {
  color: #f2f2f2;
}

.wrapper .frame.frame-yellow-background a:link {
  color: #685007;
}

@media screen and (max-width: 768px) {
  .wrapper .frame.frame-layout-4 header,
  .wrapper .frame.frame-layout-4 p {
    width: 100%;
  }
}
ul li::marker {
  color: #4D443C;
}
.flex-spacer {
  flex-grow: 1;
}
@media screen and (max-width: 600px) {
  .display-desktop {
    display: none !important;
  }
}
.display-mobile {
  display: none;
}
@media screen and (max-width: 600px) {
  .display-mobile {
    display: block;
  }
}
.bild-text .bt-image {
  position: absolute;
  width: 100%;
  overflow: hidden;
  top: 0;
  left: 0;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bild-text .bt-image img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 600px) {
  .bild-text .bt-image img {
    display: none;
  }
}
.bild-text .bt-text {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.bild-text .bt-text .title {
  position: relative;
  width: 100%;
  padding: 20px;
  margin-bottom: 20px;
}
.bild-text .bt-text .title h2 {
  font-weight: bolder;
  color: white;
  font-size: 3em;
  margin: 0;
  text-shadow: 1px 1px 10px black;
}
@media screen and (max-width: 500px) {
  .bild-text .bt-text .title h2 {
    font-size: 2em;
  }
}
.bild-text .bt-text .content-wrapper {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 30px;
  margin-bottom: 50px;
}
.bild-text.right .bt-text {
  width: 100%;
}
.bild-text.right .bt-text .title h2 {
  text-align: right;
}
@media screen and (max-width: 500px) {
  .bild-text.right .bt-text .title h2 {
    text-align: left;
  }
}
.bild-text.right .bt-text .content-wrapper {
  margin: 0 0 50px auto;
}
.ce-textpic {
  display: flex;
  align-content: center;
  align-items: start;
}
.ce-textpic.ce-intext.ce-left .ce-gallery {
  flex-shrink: 0;
  margin-right: 30px;
}
.ce-textpic .ce-bodytext {
  line-height: 2em;
  padding-right: 10px;
}
.ce-textpic .ce-left .ce-gallery,
.ce-textpic .ce-column {
  float: none;
}
@media screen and (max-width: 600px) {
  .ce-textpic {
    flex-flow: column;
  }
  .ce-textpic.ce-intext.ce-left .ce-gallery {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .ce-textpic.ce-intext.ce-left .ce-gallery figure.image img {
    max-width: 100%;
    margin: 0;
    height: auto;
  }
}
.tx-srfeuserregister-pi1 dd label {
  padding: 0 2em 0 .5em;
}
.radio,
.checkbox {
  padding-left: 20px;
  position: relative;
  display: block;
}
.radio input,
.checkbox input {
  opacity: 0;
  position: absolute;
  z-index: 1;
  cursor: pointer;
  margin-left: -20px;
}
.radio input:checked + label::before,
.checkbox input:checked + label::before {
  border-color: #6A99A2;
}
.radio input:checked + label::after,
.checkbox input:checked + label::after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 19px;
  height: 19px;
  left: 2px;
  top: 4px;
  margin-left: -20px;
  border: 1px solid #6A99A2;
  border-radius: 50%;
  background-color: #6A99A2;
}
.radio label,
.checkbox label {
  display: inline-block;
  position: relative;
  padding-left: 10px;
}
.radio label::before,
.checkbox label::before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 23px;
  height: 23px;
  left: 0;
  top: 2px;
  margin-left: -20px;
  border: 1px solid #ccc;
  border-radius: 50%;
  background-color: #fff;
}
.radio.disabled label,
.checkbox.disabled label {
  color: #ccc;
}
.radio.disabled label::before,
.checkbox.disabled label::before {
  opacity: .54;
  border-color: #ccc;
}
.checkbox input:checked + label::before {
  border-color: #6A99A2;
  background-color: #6A99A2;
}
.checkbox input:checked + label::after {
  content: "\ea10";
  font-family: icomoon;
  font-size: 18px;
  color: #fff;
  top: 0;
  left: 1px;
  border-color: transparent;
  background-color: transparent;
}
.checkbox label::before {
  border-radius: 2px;
}
.tx-fh-userprofile .wrapper {
  width: 100%;
  max-width: 1024px;
  margin: 30px auto;
}
.tx-srfeuserregister-pi1 input {
  margin: inherit;
  padding: inherit;
}
.tx-felogin-pi1 h3 {
  color: #000;
}
.tx-felogin-pi1 fieldset {
  margin-top: 10px;
}
.tx-felogin-pi1 fieldset legend {
  display: none;
}
input[type="submit"] {
  font-family: 'Raleway-Regular', 'Helvetica', sans-serif;
  margin: 30px 0;
  position: relative;
  padding: 13px 30px;
  font-size: 1em;
  text-decoration: none !important;
  color: white;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  min-width: 180px;
background-color: #C90;
border: 1px solid #C90;
border-radius: 5px;
  box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.1);
}
input[type="submit"]:hover {
  background-color: white;
  border: 1px solid #C90;
  color: #C90;
}
.frame-type-login fieldset > div label {
  min-width: 160px;
}
form[name="registerProfile"] .form-row {
  display: block;
  margin-bottom: 20px;
}
form[name="registerProfile"] .form-label {
  display: block;
}
form[name="registerProfile"] .error-message {
  color: #df0000;
}
form[name="registerProfile"] .checkbox.control-group .error-message {
  margin-left: -25px;
}
.lang-menu-wrapper {
  display: block;
  position: relative;
  width: auto;
  height: 27px;
  font-family: 'Raleway-Regular', 'Helvetica', sans-serif;
  text-align: right;
}
.lang-menu-wrapper ul.lang-menu {
  position: relative;
  padding: 3px 0 0 0;
  list-style: none;
  cursor: pointer;
  display: flex;
  flex-flow: row;
  align-items: center;
  margin: 0;
  font-size: 0.9em;
}
.lang-menu-wrapper ul.lang-menu.front {
  margin-left: 10px;
  background: none;
  font-family: "Helvectica Neue", Helvetica, Arial, sans-serif;
}
.lang-menu-wrapper ul.lang-menu.open {
  max-height: 200px;
}
/*.lang-menu-wrapper ul.lang-menu:after {*/
/*  position: absolute;*/
/*  right: 0;*/
/*  font-family: icomoon;*/
/*  content: "\e901";*/
/*}*/
.lang-menu-wrapper ul.lang-menu li {
  margin: 0 6px;
  white-space: nowrap;
}
.lang-menu-wrapper ul.lang-menu li a {
  color: #fff;
  text-decoration: none;
}
.lang-menu-wrapper ul.lang-menu li.selected {
  order: 1;
  padding: 0;
  font-weight: bold;
}
.lang-menu-wrapper ul.lang-menu li:not(.selected) {
  order: 2;
}
@-webkit-keyframes fadeIn {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    display: block;
    opacity: 1;
  }
  99% {
    display: block;
    opacity: 0.1;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
@-moz-keyframes fadeOut {
  0% {
    display: block;
    opacity: 1;
  }
  99% {
    display: block;
    opacity: 0.1;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    display: block;
    opacity: 1;
  }
  99% {
    display: block;
    opacity: 0.1;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
.notify-wrapper {
  position: fixed;
  top: -100vh;
  left: -100vw;
  width: 100%;
  height: 100%;
}
.notify-wrapper.show {
  top: 0;
  left: 0;
}
.notify-wrapper .notify-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.notify-wrapper .notify-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 300px;
  background-color: #fff;
  text-align: center;
  padding: 0 !important;
  border-radius: 0.25rem;
}
.notify-wrapper .notify-container h3 {
  font-size: 1.5em;
  font-weight: bold;
  padding: 6px;
  color: #fff;
  border-radius: 0.25rem 0.25rem 0 0;
}
.notify-wrapper .notify-container p.notify-message {
  padding: 0 6px;
}
.notify-wrapper .notify-container a {
  margin-bottom: 10px;
}
.notify-wrapper .notify-container.alert h3 {
  background-color: #f75555;
}
.notify-wrapper .notify-container.notification h3 {
  background-color: #6A99A2;
}
.popup-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 1000;
}
.popup-wrapper.show {
  display: block;
}
.popup-wrapper a.icon-close {
  position: absolute;
  top: 5px;
  right: 5px;
  text-decoration: none;
}
.popup-wrapper a.icon-close:hover {
  color: #6A99A2;
}
.popup-wrapper .popup-inner {
  background-color: #fff;
  padding: 20px;
  border: 1px solid #dfdfdf;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  max-width: 600px;
  max-height: 90%;
  overflow-y: scroll;
  transform: translate(-50%, -50%);
}

.frontpage-header {
  font-family: ArTarumianMHarvats, sans-serif;
  position: relative;
  color: white;
  margin-bottom: 60px;
}
.frontpage-header .upper-wrapper {
  position: relative;
}
.frontpage-header .upper-wrapper .fixed-image {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 600px) {
  .frontpage-header .upper-wrapper .fixed-image {
    position: absolute;
    top: 0;
    left: 0;
    object-position: center;
  }
}
.frontpage-header .upper-wrapper .fixed-image img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 600px) {
  .frontpage-header .upper-wrapper .fixed-image img {
    height: 100%;
    object-fit: cover;
  }
}
.frontpage-header .upper-wrapper .fp-header-wrapper {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 180px;
}
@media screen and (max-width: 600px) {
  .frontpage-header .upper-wrapper .fp-header-wrapper {
    position: relative;
  }
}
.frontpage-header .upper-wrapper .fp-header-wrapper .top-row {
  position: relative;
  padding-top: 35px;
  display: flex;
  margin: 0 20px;
  align-items: center;
}
.frontpage-header .upper-wrapper .fp-header-wrapper .top-row .spacer {
  flex: 1 1 auto;
}
@media screen and (max-width: 600px) {
  .frontpage-header .upper-wrapper .fp-header-wrapper .top-row {
    padding-top: 15px;
  }
}
.frontpage-header .upper-wrapper .fp-header-wrapper .top-row .logo {
  position: relative;
  flex: 0 0 auto;
}
@media screen and (max-width: 600px) {
  .frontpage-header .upper-wrapper .fp-header-wrapper .top-row .logo {
    width: 70px;
  }
}
.frontpage-header .upper-wrapper .fp-header-wrapper .top-row .logo img {
  min-width: 100px;
  height: auto;
}
@media screen and (max-width: 600px) {
  .frontpage-header .upper-wrapper .fp-header-wrapper .top-row .logo img {
    min-width: 70px;
  }
}
.frontpage-header .upper-wrapper .fp-header-wrapper .top-row .page-title {
  font-family: 'Raleway-Regular', 'Helvetica', sans-serif;
  text-align: center;
  width: 70%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  margin: 0 auto;
  display: none;
}
.frontpage-header .upper-wrapper .fp-header-wrapper .top-row .page-title .page-title-text {
  display: inline-block;
  padding: 0 10px 0 10px;
  font-weight: bold;
  font-size: 1.1em;
}
.frontpage-header .upper-wrapper .fp-header-wrapper .top-row .page-title .gradient {
  width: 500px;
  height: 2px;
  display: inline-block;
}
.frontpage-header .upper-wrapper .fp-header-wrapper .top-row .page-title .gradient.left {
  background: linear-gradient(-90deg, #c4c4c4 0%, rgba(150, 150, 150, 0) 100%);
}
.frontpage-header .upper-wrapper .fp-header-wrapper .top-row .page-title .gradient.right {
  background: linear-gradient(90deg, #c4c4c4 0%, rgba(150, 150, 150, 0) 100%);
}
.frontpage-header .upper-wrapper .fp-header-wrapper .top-row .meta-nav-container {
  position: relative;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 600px) {
  .frontpage-header .upper-wrapper .fp-header-wrapper .top-row .meta-nav-container {
    position: relative;
    top: initial;
    right: initial;
    flex-direction: row-reverse;
    min-height: 30px;
  }
  .frontpage-header .upper-wrapper .fp-header-wrapper .top-row .meta-nav-container .lang-menu-wrapper.front {
    right: initial;
    left: 10px;
    top: 1px;
  }
  .frontpage-header .upper-wrapper .fp-header-wrapper .top-row .meta-nav-container .meta-navigation {
    margin-right: 0;
    align-self: initial;
  }
  .frontpage-header .upper-wrapper .fp-header-wrapper .top-row .meta-nav-container .meta-navigation .popout-navi {
    margin-right: initial;
  }
}
.frontpage-header .upper-wrapper .fp-header-wrapper .top-row .meta-nav-container a.button {
  margin-right: 20px;
}
.frontpage-header .upper-wrapper .fp-header-wrapper .content {
  text-align: center;
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.frontpage-header .upper-wrapper .fp-header-wrapper .content h1 {
  font-family: 'Raleway-Regular', 'Helvetica', sans-serif;
  font-size: 5vw;
  margin-bottom: 20px;
  color: #fff;
}
@media screen and (max-width: 600px) {
  .frontpage-header .upper-wrapper .fp-header-wrapper .content h1 {
    font-size: 10vw;
  }
}
.frontpage-header .upper-wrapper .fp-header-wrapper .content p {
  margin-bottom: 50px;
  font-family: 'Raleway-Regular', 'Helvetica', sans-serif;
  color: #fff;
}
@media screen and (max-width: 600px) {
  .frontpage-header .upper-wrapper .fp-header-wrapper .content {
    position: relative;
    margin-top: 30px;
    top: inherit;
    left: inherit;
    transform: none;
  }
  .frontpage-header .upper-wrapper .fp-header-wrapper .content .machmit {
    padding-bottom: 30px;
  }
}
.frontpage-header .upper-wrapper .fp-header-wrapper .bottom-row {
  position: absolute;
  bottom: 20px;
  font-size: 3.33vw;
  width: 100%;
}
.frontpage-header .upper-wrapper .fp-header-wrapper .bottom-row .claim {
  position: absolute;
  bottom: 0;
}
.frontpage-header .upper-wrapper .fp-header-wrapper .bottom-row .claim.left {
  left: 20px;
}
.frontpage-header .upper-wrapper .fp-header-wrapper .bottom-row .claim.right {
  right: 20px;
}
@media screen and (max-width: 600px) {
  .frontpage-header .upper-wrapper .fp-header-wrapper .bottom-row {
    display: none;
  }
}
.frontpage-header .texts.flex {
  display: flex;
  /*background-color: #66422c;*/
  font-family: 'Raleway-Regular', 'Helvetica', sans-serif;
  font-size: 1.2em;
  line-height: 1.5em;
}
@media screen and (max-width: 600px) {
  .frontpage-header .texts.flex {
    display: block;
    font-size: 18px;
  }
}
.frontpage-header .texts.flex > div {
  width: 50%;
  padding: 40px;
  color: #000;
}
@media screen and (max-width: 600px) {
  .frontpage-header .texts.flex > div {
    display: block;
    width: 100%;
    padding: 20px;
    font-size: 14px;
  }
  .frontpage-header .texts.flex > div h2 {
    /*color: #fff;*/
    font-weight: bold;
    margin-top: 0;
    font-size: 16px;
  }
}
.frontpage-header .display-mobile {
  margin-top: 20px;
  text-align: center;
  color: #000;
}
.wrapper-gray-background {
  background-color: #f7f7f7;
  padding: 60px 0;
}
.wrapper-gray-background > div:last-child {
  margin-bottom: 0 !important;
}
.slick-gallery-wrapper {
  position: relative;
}

.slick-gallery-wrapper .fade {
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .slick-gallery-wrapper .slick-slider {
    padding-top: 50px;
  }
}


a.slick-slide {
  display: none !important;
}

.slick-gallery-wrapper .arrow-container {
  position: absolute;
  top: -72px;
  right: 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
}
.slick-gallery-wrapper .arrow-container .slide-m-dots .slick-dots {
  position: relative;
  bottom: inherit;
}
.slick-gallery-wrapper .arrow-container .slide-m-dots .slick-dots li {
  vertical-align: middle;
}
.slick-gallery-wrapper .arrow-container .slick-arrow {
  border: none;
  background: none;
  display: inline-block;
  cursor: pointer;
}
.slick-gallery-wrapper .arrow-container .slick-arrow.slide-m-prev {
  margin-right: 20px;
}
.slick-gallery-wrapper .arrow-container .slick-arrow.slide-m-prev:before {
  font-family: icomoon;
  content: "\ea40";
  font-size: 2em;
}
.slick-gallery-wrapper .arrow-container .slick-arrow.slide-m-next {
  margin-left: 20px;
}
.slick-gallery-wrapper .arrow-container .slick-arrow.slide-m-next:before {
  font-family: icomoon;
  content: "\ea3c";
  font-size: 2em;
}
@media screen and (max-width: 768px) {
  .slick-gallery-wrapper .arrow-container {
    top: -22px;
    right: initial;
    left: 0;
  }
}
.mx_cover_element {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hidden {
  display: none !important;
}
.article-category-list,
.article-list {
  display: flex;
  margin: 0 -1rem;
  flex-wrap: wrap;
  margin-bottom: 6.25rem;
}
@media screen and (max-width: 768px) {
  .article-category-list,
  .article-list {
    justify-content: center;
  }
}
.article-category-list .article-category-item,
.article-list .article-category-item,
.article-category-list .article-item,
.article-list .article-item {
  position: relative;
  margin: 1rem;
  width: 280px;
  height: 280px;
  max-width: 100%;
  max-height: 100%;
  -webkit-box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.4);
}
.article-category-list .article-category-item:hover .overlay,
.article-list .article-category-item:hover .overlay,
.article-category-list .article-item:hover .overlay,
.article-list .article-item:hover .overlay {
  opacity: 1;
}
.article-category-list .article-category-item img,
.article-list .article-category-item img,
.article-category-list .article-item img,
.article-list .article-item img {
  z-index: 10;
}
.article-category-list .article-category-item .overlay,
.article-list .article-category-item .overlay,
.article-category-list .article-item .overlay,
.article-list .article-item .overlay,
.article-category-list .article-category-item .cover-link,
.article-list .article-category-item .cover-link,
.article-category-list .article-item .cover-link,
.article-list .article-item .cover-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.article-category-list .article-category-item .cover-link,
.article-list .article-category-item .cover-link,
.article-category-list .article-item .cover-link,
.article-list .article-item .cover-link {
  z-index: 10000;
}
.article-category-list .article-category-item .overlay,
.article-list .article-category-item .overlay,
.article-category-list .article-item .overlay,
.article-list .article-item .overlay {
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.5s;
  z-index: 20;
}
.article-category-list .article-category-item .overlay h3,
.article-list .article-category-item .overlay h3,
.article-category-list .article-item .overlay h3,
.article-list .article-item .overlay h3 {
  padding: 0.5rem 1rem;
  border: 1px solid #fff;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}
.article-category-list .article-category-item a,
.article-list .article-category-item a,
.article-category-list .article-item a,
.article-list .article-item a {
  text-decoration: none;
}
.shopping-cart {
  margin-bottom: 4rem;
}
.shopping-cart .empty-cart {
  text-align: center;
  margin-bottom: 2rem;
}
.shopping-cart .article-list {
  flex-direction: column;
  flex-wrap: nowrap;
  margin: 0 0 2rem 0;
}
.shopping-cart .shopping-cart-footer {
  text-align: right;
  margin: 2rem 0;
}
@media screen and (max-width: 460px) {
  .shopping-cart .shopping-cart-footer .button.regular {
    width: 100%;
    white-space: break-spaces;
  }
}
.shopping-cart .cart-breadcrumbs {
  display: flex;
  justify-content: flex-start;
  margin: 1rem -1rem;
  padding-top: 1rem;
  border-top: 1px solid #000;
}
.shopping-cart .cart-breadcrumbs a,
.shopping-cart .cart-breadcrumbs span {
  margin: 0 1rem;
}
@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.shopping-cart .article-list .cart-item {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #000;
  padding: 0.5rem 0;
  align-items: center;
}
.shopping-cart .article-list .cart-item > div {
  padding: 0 0.5rem;
}
.shopping-cart .article-list .cart-item .image {
  width: 80px;
  flex-grow: 0;
  flex-shrink: 1;
}
.shopping-cart .article-list .cart-item .image img {
  max-width: 100%;
  height: auto;
}
.shopping-cart .article-list .cart-item .title {
  flex-grow: 1;
  text-align: left;
}
.shopping-cart .article-list .cart-item .quantity {
  width: 100px;
  text-align: center;
  display: flex;
  align-items: center;
}
.shopping-cart .article-list .cart-item .quantity input.change-quantity {
  width: 30px;
  text-align: center;
}
.shopping-cart .article-list .cart-item .quantity .change-action-div {
  margin-left: 4px;
}
.shopping-cart .article-list .cart-item .quantity .spinner {
  margin-left: 8px;
  text-decoration: none;
}
.shopping-cart .article-list .cart-item .quantity .spinner::before {
  font-family: icomoon;
  content: "\e984";
}
.shopping-cart .article-list .cart-item .quantity .spinner.rotating {
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
}
.shopping-cart .article-list .cart-item .price {
  width: 120px;
  text-align: right;
}
.shopping-cart .article-list .cart-item .actions {
  width: 50px;
  text-align: center;
}
.shopping-cart .article-list .cart-item .actions .shop-action.remove-item {
  text-decoration: none;
}
.shopping-cart .article-list .cart-item .actions .shop-action.remove-item:after {
  font-family: icomoon;
  content: "\ea0f";
}
.shopping-cart .article-list .cart-item.header .quantity {
  text-align: center;
}
.shopping-cart .article-list .cart-item.footer {
  border-bottom: none;
}
.shopping-cart .article-list .cart-item.footer.bold .title,
.shopping-cart .article-list .cart-item.footer.bold .price {
  font-family: 'merryweather-sans-regular', 'Helvetica', 'Arial', sans-serif;
}
.shopping-cart .article-list .cart-item.footer.title-right .title {
  text-align: right;
}
.address-form {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-start;
}
.address-form .form-row {
  margin: 0;
  align-items: center;
  flex-wrap: wrap;
}
.address-form .form-row > div {
  flex-grow: 1;
  text-align: left;
}
.address-form .form-row > div.form-label {
  width: 40%;
  flex-shrink: 0;
  flex-grow: 0;
}
@media screen and (max-width: 460px) {
  .address-form .form-row > div.form-label {
    width: 100%;
  }
}
.address-form .form-row > div input.error {
  border-color: #df0000;
}
.address-form .form-row > div .error-message {
  font-size: 0.75rem;
  color: #df0000;
}
.address-form .form-row > div.error-row {
  flex: 0 0 auto;
  min-width: 100%;
  padding-left: 30%;
}
.tx-bshop .article-detail {
  display: flex;
  padding: 2rem 0;
  margin: 0 -1rem;
}
@media screen and (max-width: 768px) {
  .tx-bshop .article-detail {
    padding: 5rem 0 2rem 0;
  }
}
@media screen and (max-width: 600px) {
  .tx-bshop .article-detail {
    display: block;
  }
}
.tx-bshop .article-detail > div {
  margin: 0 1rem;
  width: 50%;
}
@media screen and (max-width: 600px) {
  .tx-bshop .article-detail > div {
    width: 100%;
    margin: 0;
  }
}
.tx-bshop .article-detail .article-description header h1 {
  margin-top: 0;
}
.tx-bshop .article-detail .article-description .add-to-cart-link-div {
  margin-top: 2rem;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .tx-bshop .article-detail .article-description {
    margin-bottom: 2rem;
  }
}
.tx-bshop .article-detail .article-images {
  display: flex;
  flex-direction: column;
  margin: -0.5rem 0;
  align-items: center;
}
.tx-bshop .article-detail .article-images img {
  margin: 0.5rem 0;
  max-width: 100%;
  height: auto;
}
.tx-bshop .back-to-overview {
  display: block;
  text-align: left;
  margin: 2rem 0;
  text-align: center;
}

/* Bild im Text */
.ce-textpic.ce-left.ce-intext {
	display: block;
}

.ce-textpic.ce-left.ce-intext .ce-gallery {
	float: left;
}

@media screen and (max-width: 600px) {

	.frame.frame-hide-image-on-mobile.frame-type-textpic .ce-textpic .ce-gallery {
		display: none;
	}
}
/*# sourceMappingURL=styles.css.map */