@charset "UTF-8";
/***********************
Farben
***********************/
/***********************
Farben
***********************/
@font-face {
  font-family: 'sloop_scriptoneregular';
  src: url('/basics/fonts/sloops-webfont.eot');
  src: url('/basics/fonts/sloops-webfont.eot?#iefix') format('embedded-opentype'), url('/basics/fonts/sloops-webfont.woff2') format('woff2'), url('/basics/fonts/sloops-webfont.woff') format('woff'), url('/basics/fonts/sloops-webfont.ttf') format('truetype'), url('/basics/fonts/sloops-webfont.svg#sloop_scriptoneregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
/***********************
Allgemein
***********************/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body, html {
  /*font-family: 'Montserrat', sans-serif;*/
  font-family: 'EB Garamond', serif !important;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  position: relative;
  font-size: 16px;
  color: #000000;
  scroll-behavior: smooth;
}
.row {
  margin-right: 0px;
  margin-left: 0px;
}
.width {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
}
img {
  max-width: 100%;
  height: auto;
}
p, table, ul, ol {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 15px;
  color: #000000;
}
a, a:link, a:visited {
  color: #000000;
  cursor: pointer;
}
a:hover, a:focus, a:active {
  color: #e6007e;
  text-decoration: none;
}
a.button, a.button:link, a.button:visited, input[type="submit"], button.button {
  color: #ffffff !important;
  background-color: #373737;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  padding: 0px 15px;
  display: inline-block;
  text-align: center;
  border: none;
  cursor: pointer;
}
a.button.klein, a.button.klein:link, a.button.klein:visited, input[type="submit"].klein, button.button.klein {
  font-size: 12px;
  height: 28px;
  line-height: 28px;
  padding: 0px 10px;
}
a.button.weiter, a.button.weiter:link, a.button.weiter:visited, input[type="submit"].weiter, button.button.weiter {
  background-image: url(/basics/images/headerbild_pfeil-rechts.png);
  background-repeat: no-repeat;
  background-position: right 9px center;
  background-size: auto 15px;
  padding-right: 30px;
  min-width: 165px;
  text-align: center;
}
a.button.zurueck, a.button.zurueck:link, a.button.zurueck:visited, input[type="submit"].zurueck, button.button.zurueck {
  background-image: url(/basics/images/headerbild_pfeil-links.png);
  background-repeat: no-repeat;
  background-position: left 9px center;
  background-size: auto 15px;
  padding-left: 30px;
  min-width: 165px;
  text-align: center;
}
a.button:hover, a.button:focus, a.button:active, input[type="submit"]:hover, input[type="submit"]:focus, input[type="submit"]:active, button.button:hover, button.button:focus, button.button:active {
  background-color: #e6007e;
}
h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
}
h1 {
  /*font-family: adobe-caslon-pro, serif;
	font-family: "Times New Roman", Times, serif;*/
  font-size: 36px;
  /*font-style: italic;*/
  font-weight: normal;
  margin-bottom: 25px;
  color: #000000;
}
h2 {
  /*font-family: adobe-caslon-pro, serif;
	font-family: "Times New Roman", Times, serif;*/
  font-size: 28px;
  /*font-style: italic;*/
  font-weight: normal;
  margin-bottom: 15px;
  color: #000000;
}
h3 {
  /*font-family: adobe-caslon-pro, serif;
	font-family: "Times New Roman", Times, serif;*/
  font-size: 22px;
  /*font-style: italic;*/
  font-weight: normal;
  margin-bottom: 10px;
  color: #000000;
}
h4 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
  color: #000000;
}
h5 {
  font-size: 16px;
  line-height: 22px;
  font-weight: bold;
  margin-bottom: 0px;
  color: #000000;
}
.clear {
  clear: both;
  float: none;
  width: 100%;
}
.align-right {
  text-align: right;
}
.hidden-xs {
  display: block;
}
.visible-xs {
  display: none;
}
.hidden-lg {
  display: none;
}
.visible-lg {
  display: block;
}
#phone {
  display: none;
}
.responsive-video, .responsive_video, .video-responsive {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0px;
  height: 0;
  overflow: hidden;
  margin-bottom: 25px;
  width: 100%;
}
.responsive-video iframe, .responsive_video iframe, .video-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.responsive-video .noYT, .responsive_video .noYT, .video-responsive .noYT {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  height: 100%;
  width: 100%;
  background: #bfbfbf;
  text-align: center;
  padding: 15px;
}
.responsive-video .noYT .noYT_box, .responsive_video .noYT .noYT_box, .video-responsive .noYT .noYT_box {
  display: table;
  width: 100%;
  height: 100%;
}
.responsive-video .noYT .noYT_box .noYT_center, .responsive_video .noYT .noYT_box .noYT_center, .video-responsive .noYT .noYT_box .noYT_center {
  display: table-cell;
  vertical-align: middle;
}
.responsive-video .noYT .noYT_box .noYT_center a, .responsive-video .noYT .noYT_box .noYT_center a:link, .responsive-video .noYT .noYT_box .noYT_center a:visited, .responsive_video .noYT .noYT_box .noYT_center a, .responsive_video .noYT .noYT_box .noYT_center a:link, .responsive_video .noYT .noYT_box .noYT_center a:visited, .video-responsive .noYT .noYT_box .noYT_center a, .video-responsive .noYT .noYT_box .noYT_center a:link, .video-responsive .noYT .noYT_box .noYT_center a:visited {
  color: #e6007e;
  text-decoration: none;
}
.responsive-video .noYT .noYT_box .noYT_center a:hover, .responsive-video .noYT .noYT_box .noYT_center a:focus, .responsive-video .noYT .noYT_box .noYT_center a:active, .responsive_video .noYT .noYT_box .noYT_center a:hover, .responsive_video .noYT .noYT_box .noYT_center a:focus, .responsive_video .noYT .noYT_box .noYT_center a:active, .video-responsive .noYT .noYT_box .noYT_center a:hover, .video-responsive .noYT .noYT_box .noYT_center a:focus, .video-responsive .noYT .noYT_box .noYT_center a:active {
  color: #e6007e;
  text-decoration: underline;
}
.googlemaps_hinweis {
  background: #bfbfbf;
  padding: 100px 30px;
  text-align: center;
}
.googlemaps_hinweis a, .googlemaps_hinweis a:link, .googlemaps_hinweis a:visited {
  color: #e6007e;
  text-decoration: none;
}
.googlemaps_hinweis a:hover, .googlemaps_hinweis a:focus, .googlemaps_hinweis a:active {
  color: #e6007e;
  text-decoration: underline;
}
/***********************
Farbanpassung Schmidt
***********************/
body.schmidt a:hover, body.schmidt a:focus, body.schmidt a:active {
  color: #b99867;
}
body.schmidt a.button:hover, body.schmidt a.button:focus, body.schmidt a.button:active, body.schmidt input[type="submit"]:hover, body.schmidt input[type="submit"]:focus, body.schmidt input[type="submit"]:active {
  background-color: #b99867;
}
body.schmidt .header ul.navi li a:hover, body.schmidt .header ul.navi li a:focus, body.schmidt .header ul.navi li a:active {
  color: #b99867;
}
body.schmidt .header ul.navi li.active > a, body.schmidt .header ul.navi li.active > a:link, body.schmidt .header ul.navi li.active > a:visited {
  color: #b99867;
}
body.schmidt .header ul.navi li ul li a, body.schmidt .header ul.navi li ul li a:link, body.schmidt .header ul.navi li ul li a:visited {
  color: #000000;
}
body.schmidt .header ul.navi li ul li a:hover, body.schmidt .header ul.navi li ul li a:focus, body.schmidt .header ul.navi li ul li a:active {
  color: #b99867;
}
body.schmidt .header ul.navi li ul li.active > a, body.schmidt .header ul.navi li ul li.active > a:link, body.schmidt .header ul.navi li ul li.active > a:visited {
  color: #b99867;
}
body.schmidt .header .align-right .cartbox .icon span.anzahl {
  background: #b99867;
}
body.schmidt .header .align-right .cartbox .icon.voll {
  background-image: url(/basics/images/header_icon-warenkorb-voll-schmidt_neu.png);
}
body.schmidt .breadcrumbs a:last-child, body.schmidt .breadcrumbs a:link:last-child, body.schmidt .breadcrumbs a:visited:last-child {
  color: #b99867;
}
body.schmidt .boxen_home .box .textbox.pink {
  /*background: rgba(185, 152, 103, 0.8);*/
  background: rgba(255, 255, 255, 0.8);
}
body.schmidt .teamdetail table tr td .buttonbox a.button:hover, body.schmidt .teamdetail table tr td .buttonbox a.button:focus, body.schmidt .teamdetail table tr td .buttonbox a.button:active {
  background-color: #b99867;
}
body.schmidt .footer .box ul li a:hover, body.schmidt .footer .box ul li a:focus, body.schmidt .footer .box ul li a:active, body.schmidt .footer .links ul li a:hover, body.schmidt .footer .links ul li a:focus, body.schmidt .footer .links ul li a:active {
  color: #b99867;
}
/***********************
Header
***********************/
.header {
  padding: 32px 0px 0px 0px;
}
.header img.kiefer {
  margin-right: 24px;
  margin-bottom: 27px;
  display: inline-block;
  vertical-align: top;
  max-width: 36%;
}
.header img.kiefer.inaktiv {
  opacity: 0.3;
}
.header img.schmidt {
  margin-bottom: 27px;
  display: inline-block;
  vertical-align: top;
  max-width: 36%;
}
.header img.schmidt.inaktiv {
  opacity: 0.3;
}
.header img.print {
  display: none;
}
.header ul.navi {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  width: 100%;
  text-align: right;
}
.header ul.navi li {
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
  position: relative;
}
.header ul.navi li:first-child {
  margin-left: 0px;
}
.header ul.navi li a, .header ul.navi li a:link, .header ul.navi li a:visited {
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
  color: #000000;
  display: block;
  padding: 0px 0px 47px 10px;
}
.header ul.navi li a:hover, .header ul.navi li a:focus, .header ul.navi li a:active {
  color: #e6007e;
}
.header ul.navi li.active a, .header ul.navi li.active a:link, .header ul.navi li.active a:visited {
  color: #e6007e;
}
.header ul.navi li ul {
  display: none;
  position: absolute;
  left: 0px;
  /*top: 71px;*/
  top: 38px;
  padding: 10px 30px;
  text-align: left;
  background: rgba(255, 255, 255, 0.9);
  z-index: 10000;
}
.header ul.navi li ul li {
  margin: 0px;
  display: block;
}
.header ul.navi li ul li:first-child {
  margin: 0px;
}
.header ul.navi li ul li a, .header ul.navi li ul li a:link, .header ul.navi li ul li a:visited {
  color: #000000;
  display: block;
  padding: 10px 0px;
  white-space: nowrap;
  font-weight: normal;
  text-transform: inherit;
}
.header ul.navi li ul li a:hover, .header ul.navi li ul li a:focus, .header ul.navi li ul li a:active {
  color: #e6007e;
}
.header ul.navi li ul li.active a, .header ul.navi li ul li.active a:link, .header ul.navi li ul li.active a:visited {
  color: #e6007e;
}
.header ul.navi li:hover ul, .header ul.navi li:focus ul, .header ul.navi li:active ul {
  display: block;
}
.header ul.navi li.active ul li a, .header ul.navi li.active ul li a:link, .header ul.navi li.active ul li a:visited {
  color: #000000;
}
.header ul.navi li.active ul li a:hover, .header ul.navi li.active ul li a:focus, .header ul.navi li.active ul li a:active {
  color: #e6007e;
}
.header ul.navi li.active ul li.active a, .header ul.navi li.active ul li.active a:link, .header ul.navi li.active ul li.active a:visited {
  color: #e6007e;
}
.header .align-right {
  padding-bottom: 47px;
}
.header .align-right .suchbox {
  position: relative;
  display: inline-block;
  vertical-align: bottom;
}
.header .align-right .suchbox .icon {
  background-image: url(/basics/images/header_icon-lupe_neu.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  width: 22px;
  height: 22px;
  cursor: pointer;
}
.header .align-right .suchbox .suchfeld {
  position: absolute;
  right: 0px;
  top: 50px;
  display: none;
  background: #373737;
  padding: 20px;
  z-index: 10000;
}
.header .align-right .suchbox .suchfeld input[type="text"] {
  background: #ffffff;
  border: none;
  height: 34px;
  line-height: 34px;
  max-width: 100%;
  color: #373737;
  padding: 0px 40px 0px 10px;
}
.header .align-right .suchbox .suchfeld a.send, .header .align-right .suchbox .suchfeld a.send:link, .header .align-right .suchbox .suchfeld a.send:visited, .header .align-right .suchbox .suchfeld input[type="submit"] {
  display: block;
  width: 34px;
  height: 34px;
  position: absolute;
  right: 20px;
  top: 20px;
  text-indent: 9999px;
  background-image: url(/basics/images/header_icon-suche.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  font-weight: 300;
}
.header .align-right .userbox {
  position: relative;
  display: inline-block;
  vertical-align: bottom;
  margin-left: 20px;
}
.header .align-right .userbox .icon {
  background-image: url(/basics/images/header_icon-konto_neu.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  width: 20px;
  height: 23px;
  cursor: pointer;
}
.header .align-right .userbox .user {
  position: absolute;
  right: 0px;
  top: 50px;
  display: none;
  background: #373737;
  padding: 15px 20px;
  z-index: 10000;
}
.header .align-right .userbox .user ul {
  display: block;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  text-align: left;
}
.header .align-right .userbox .user ul li {
  display: block;
  color: #ffffff;
  text-transform: uppercase;
}
.header .align-right .userbox .user ul li a, .header .align-right .userbox .user ul li a:link, .header .align-right .userbox .user ul li a:visited {
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
  display: block;
  padding: 5px;
  white-space: nowrap;
}
.header .align-right .userbox .user ul li a:hover, .header .align-right .userbox .user ul li a:focus, .header .align-right .userbox .user ul li a:active {
  color: #e6007e;
}
.header .align-right .cartbox {
  position: relative;
  display: inline-block;
  vertical-align: bottom;
}
.header .align-right .cartbox .icon {
  background-image: url(/basics/images/header_icon-warenkorb-leer_neu.svg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
  width: 24px;
  height: 36px;
  cursor: pointer;
  margin-left: 20px;
  position: relative;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.header .align-right .cartbox .icon span.anzahl {
  position: absolute;
  left: -17px;
  top: -10px;
  background: #e6007e;
  color: #ffffff;
  font-weight: bold;
  font-size: 10px;
  min-width: 23px;
  height: 23px;
  line-height: 23px;
  text-align: center;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  padding: 0px 2px;
  text-align: center;
}
.header .align-right .cartbox .icon.voll {
  background-image: url(/basics/images/header_icon-warenkorb-voll_neu.svg);
  background-repeat: no-repeat;
  background-position: center bottom;
}
.header .align-right .cartbox .icon:hover, .header .align-right .cartbox .icon:focus, .header .align-right .cartbox .icon:active {
  /*background-color: $pink;*/
}
.header .align-right .cartbox .icon:hover span.anzahl, .header .align-right .cartbox .icon:focus span.anzahl, .header .align-right .cartbox .icon:active span.anzahl {
  background: #373737;
}
.header .align-right .cartbox .cart {
  position: absolute;
  right: 0px;
  top: 50px;
  display: none;
  background: #373737;
  padding: 15px;
  min-width: 320px;
  text-align: left;
  z-index: 10000;
}
.header .align-right .cartbox .cart .produkt {
  width: 100%;
  border-bottom: 1px solid #888888;
  padding: 0px 0px 15px 0px;
  margin-bottom: 15px;
}
.header .align-right .cartbox .cart .produkt img {
  display: inline-block;
  vertical-align: top;
  width: auto;
  height: 100px;
  border-left: 10px solid #ffffff;
  border-right: 10px solid #ffffff;
}
.header .align-right .cartbox .cart .produkt .infos {
  display: inline-block;
  vertical-align: top;
  width: 62%;
  padding-left: 10px;
}
.header .align-right .cartbox .cart .produkt .infos p.name {
  /*font-family: adobe-caslon-pro, serif;
							font-family: "Times New Roman", Times, serif;*/
  color: #ffffff;
  font-size: 20px;
  margin-bottom: 2px;
  font-style: italic;
}
.header .align-right .cartbox .cart .produkt .infos p.name a, .header .align-right .cartbox .cart .produkt .infos p.name a:link, .header .align-right .cartbox .cart .produkt .infos p.name a:visited {
  color: #ffffff;
}
.header .align-right .cartbox .cart .produkt .infos p.name a:hover, .header .align-right .cartbox .cart .produkt .infos p.name a:focus, .header .align-right .cartbox .cart .produkt .infos p.name a:active {
  text-decoration: underline;
}
.header .align-right .cartbox .cart .produkt .infos p.preis {
  color: #ffffff;
  font-size: 13px;
  margin-bottom: 0px;
  font-style: inherit;
  /*font-family: 'Montserrat', sans-serif;*/
}
.header .align-right .cartbox .cart .produkt .infos p.menge {
  color: #888888;
  font-size: 14px;
  margin-bottom: 10px;
}
.header .align-right .cartbox .cart .gesamt p {
  color: #888888;
  font-size: 16px;
  text-transform: uppercase;
  margin: 0px;
  display: inline-block;
  vertical-align: top;
  width: 70%;
}
.header .align-right .cartbox .cart .gesamt p.preis {
  color: #ffffff;
  font-weight: 300;
  text-align: right;
  width: 28%;
}
.header .align-right .cartbox .cart .gesamt a, .header .align-right .cartbox .cart .gesamt a:link, .header .align-right .cartbox .cart .gesamt a:visited {
  height: 40px;
  line-height: 40px;
  padding: 0px 10px;
  width: 100%;
  display: block;
  color: #888888;
  text-align: center;
  margin-top: 20px;
}
.header .align-right .cartbox .cart .gesamt a:hover, .header .align-right .cartbox .cart .gesamt a:focus, .header .align-right .cartbox .cart .gesamt a:active {
  background: #e6007e;
  color: #ffffff;
}
.header div.button-navi {
  width: 50px;
  height: 50px;
  line-height: 50px;
  cursor: pointer;
  background-color: #373737;
  margin-left: 15px;
  position: relative;
  text-indent: 9999px;
  display: none;
  vertical-align: top;
  text-align: center;
  position: relative;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.header div.button-navi:hover, .header div.button-navi:focus, .header div.button-navi:active {
  background: #e6007e;
}
.header div.button-navi span.linie {
  position: absolute;
  left: 10px;
  height: 2px;
  width: 31px;
  background: #fff;
  border-radius: 2px;
  display: block;
}
.header div.button-navi span.linie:nth-child(1) {
  top: 14px;
}
.header div.button-navi span.linie:nth-child(2) {
  top: 24px;
}
.header div.button-navi span.linie:nth-child(3) {
  top: 34px;
}
.header div.button-navi .navibox-mobile {
  position: absolute;
  right: 0px;
  top: 50px;
  background: #373737;
  padding: 20px;
  z-index: 3000;
  text-align: right;
}
.header div.button-navi .navibox-mobile ul {
  margin: 0px 0px 25px 0px;
  padding: 0px;
  list-style-type: none;
}
.header div.button-navi .navibox-mobile ul li {
  display: block;
  text-align: right;
}
.header div.button-navi .navibox-mobile ul li a, .header div.button-navi .navibox-mobile ul li a:link, .header div.button-navi .navibox-mobile ul li a:visited {
  color: #ffffff;
  font-size: 18px;
  display: block;
  padding: 10px 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  white-space: nowrap;
}
.header div.button-navi .navibox-mobile ul li a:hover, .header div.button-navi .navibox-mobile ul li a:focus, .header div.button-navi .navibox-mobile ul li a:active {
  color: #e6007e;
}
.header div.button-navi .navibox-mobile ul li ul {
  margin: 0px;
}
.header div.button-navi .navibox-mobile ul li ul li a, .header div.button-navi .navibox-mobile ul li ul li a:link, .header div.button-navi .navibox-mobile ul li ul li a:visited {
  color: #bfbfbf;
  font-size: 16px;
  font-weight: normal;
  padding: 5px 0px;
}
.header div.button-navi .navibox-mobile ul li ul li a:hover, .header div.button-navi .navibox-mobile ul li ul li a:focus, .header div.button-navi .navibox-mobile ul li ul li a:active {
  color: #e6007e;
}
.header div.button-navi .navibox-mobile .suchfeld {
  position: relative;
}
.header div.button-navi .navibox-mobile .suchfeld input[type="text"] {
  background: #ffffff;
  border: none;
  height: 34px;
  line-height: 34px;
  width: 240px;
  max-width: 100%;
  color: #373737;
  padding: 0px 40px 0px 10px;
}
.header div.button-navi .navibox-mobile .suchfeld a.send, .header div.button-navi .navibox-mobile .suchfeld a.send:link, .header div.button-navi .navibox-mobile .suchfeld a.send:visited, .header div.button-navi .navibox-mobile .suchfeld input[type="submit"] {
  display: block;
  width: 34px;
  height: 34px;
  position: absolute;
  right: 0px;
  top: 8px;
  text-indent: 9999px;
  background-image: url(/basics/images/header_icon-suche.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  font-weight: 300;
}
/***********************
Headerbild
***********************/
.headerbild {
  position: relative;
  margin-bottom: 38px;
  padding-top: 40px;
}
.headerbild img {
  width: 100%;
  height: auto;
}
.headerbild .bild {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 713px;
  position: relative;
}
.headerbild .bild .textfeld {
  background: rgba(230, 0, 126, 0.9);
  padding: 30px;
  position: absolute;
  right: 100px;
  top: 150px;
  width: 600px;
  max-width: 80%;
}
.headerbild .bild .textfeld p {
  font-size: 19px;
  line-height: 22px;
  color: #ffffff;
  /*font-family: adobe-caslon-pro, serif;
				font-family: "Times New Roman", Times, serif;*/
  font-style: italic;
  margin-bottom: 0px;
}
.headerbild .bild .textfeld a.pfeil, .headerbild .bild .textfeld a.pfeil:link, .headerbild .bild .textfeld a.pfeil:visited {
  cursor: pointer;
  display: block;
  width: 19px;
  height: 11px;
  text-decoration: none;
  background-image: url(/basics/images/slider_icon_geschlossen.png);
  background-repeat: no-repeat;
  background-position: center center;
  margin-top: 35px;
}
.headerbild .bild .textfeld a.pfeil:hover, .headerbild .bild .textfeld a.pfeil:focus, .headerbild .bild .textfeld a.pfeil:active {
  opacity: 0.7;
}
.headerbild .bild .textfeld a.pfeil.offen {
  background-image: url(/basics/images/slider_icon_offen.png);
}
.headerbild .bild.schmidt .textfeld {
  background: rgba(174, 153, 91, 0.9);
}
.headerbild .bild.schmidt .textfeld p {
  /*color: $schwarz;*/
}
.headerbild .slickslider {
  margin-bottom: 0px;
}
.headerbild .slickslider .slick-prev {
  left: 15px;
  width: 48px;
  height: 89px;
  background-image: url(/basics/images/headerbild_pfeil-links.png);
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0.6;
  top: 43%;
  top: calc(50% - 40px);
}
.headerbild .slickslider .slick-prev:hover, .headerbild .slickslider .slick-prev:focus, .headerbild .slickslider .slick-prev:active {
  opacity: 1;
}
.headerbild .slickslider .slick-prev:before {
  display: none;
}
.headerbild .slickslider .slick-next {
  right: 15px;
  width: 48px;
  height: 89px;
  background-image: url(/basics/images/headerbild_pfeil-rechts.png);
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0.6;
  top: 43%;
  top: calc(50% - 40px);
}
.headerbild .slickslider .slick-next:hover, .headerbild .slickslider .slick-next:focus, .headerbild .slickslider .slick-next:active {
  opacity: 1;
}
.headerbild .slickslider .slick-next:before {
  display: none;
}
/***********************
Boxen Home / Wein und Sekt
***********************/
.boxen_home {
  padding-bottom: 40px;
}
.boxen_home .box {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  /*padding: 30px;
		padding: 25px;*/
  position: relative;
  display: block;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  opacity: 1;
  /*-webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
		-o-hyphens: auto;
    hyphens: auto;
		-ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;*/
}
.boxen_home .box:hover, .boxen_home .box:focus, .boxen_home .box:active {
  opacity: 0.7;
}
.boxen_home .box .textbox {
  padding: 25px;
  position: relative;
  z-index: 100;
}
.boxen_home .box .textbox.pink {
  /*background: rgba(230,0,126,0.8);*/
  background: rgba(255, 255, 255, 0.8);
  /* weißer Hintergrund */
}
.boxen_home .box h3 {
  /*font-family: adobe-caslon-pro, serif;
			font-family: "Times New Roman", Times, serif;*/
  font-size: 26px;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0px;
  color: #ffffff;
  /*text-shadow: 1px 1px 4px rgba(50, 50, 50, 1);*/
}
.boxen_home .box h3.schwarz {
  color: #000000;
  /*text-shadow: 1px 1px 3px rgba(50, 50, 50, 0.5);*/
}
.boxen_home .box h4 {
  /*font-family: adobe-caslon-pro, serif;
			font-family: "Times New Roman", Times, serif;*/
  font-size: 19px;
  font-style: italic;
  font-weight: normal;
  margin: 0px;
  color: #ffffff;
  /*text-shadow: 1px 1px 4px rgba(50, 50, 50, 1);*/
}
.boxen_home .box h4.schwarz {
  color: #000000;
  /*text-shadow: 1px 1px 3px rgba(50, 50, 50, 0.5);*/
}
.boxen_home .box p {
  font-size: 15px;
  font-weight: 300;
  font-style: italic;
  margin: 0px;
  color: #ffffff;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: 0px;
  background: rgba(230, 0, 126, 0.8);
  padding: 10px 30px;
}
.boxen_home .box-left {
  width: 25%;
  height: 650px;
  display: block;
  float: left;
  position: relative;
}
.boxen_home .box-left img.button {
  position: absolute;
  left: 35px;
  right: 35px;
  bottom: 23px;
  max-width: calc(100% - 70px);
  height: auto;
}
.boxen_home .box-center {
  width: 50%;
  height: 650px;
  float: left;
  padding: 0px 10px;
}
.boxen_home .box-center .box-center_top {
  width: 100%;
  height: 320px;
  margin-bottom: 10px;
}
.boxen_home .box-center .box-center_top.video_bg {
  position: relative;
}
.boxen_home .box-center .box-center_top.video_bg .videobox {
  height: 100%;
  width: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  position: absolute;
  overflow: hidden;
  z-index: 50;
}
.boxen_home .box-center .box-center_top.video_bg .videobox video {
  /*position: absolute;
						min-width: 100%;
						min-height: 100%;
						width: 100%;
						height: auto;
						top: -30px;
						left: 0px;
						-o-object-fit: contain;
						object-fit: contain;*/
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: auto;
  top: 50%;
  left: 50%;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.boxen_home .box-center .box-center_top-left {
  width: 49.5;
  width: calc(50% - 5px);
  float: left;
  height: 320px;
  margin-bottom: 10px;
}
.boxen_home .box-center .box-center_top-right {
  width: 49.5;
  width: calc(50% - 5px);
  float: right;
  height: 320px;
  margin-bottom: 10px;
}
.boxen_home .box-center .box-center_bottom {
  width: 100%;
  float: left;
  height: 320px;
}
.boxen_home .box-center .box-center_left, .boxen_home .box-center .box-center_bottom-left {
  width: 49.5;
  width: calc(50% - 5px);
  float: left;
  height: 320px;
}
.boxen_home .box-center .box-center_left {
  background-image: url(/dateien/bilder/Slider/Slider_Home_01.jpg);
}
.boxen_home .box-center .box-center_right, .boxen_home .box-center .box-center_bottom-right {
  width: 49.5;
  width: calc(50% - 5px);
  float: right;
  height: 320px;
}
.boxen_home .box-right {
  width: 25%;
  height: 650px;
  float: left;
}
.boxen_home .box-bottom-left {
  width: 49.5%;
  width: calc(50% - 5px);
  float: left;
  height: 250px;
  margin-top: 10px;
}
.boxen_home .box-bottom-left-left {
  width: 25%;
  float: left;
  height: 250px;
  margin-top: 10px;
  margin-right: 10px;
}
.boxen_home .box-bottom-left-right {
  width: 25%;
  width: calc(25% - 15px);
  float: left;
  height: 250px;
  margin-top: 10px;
}
.boxen_home .box-bottom-right {
  width: 49.5%;
  width: calc(50% - 5px);
  float: right;
  height: 250px;
  margin-top: 10px;
}
.boxen_home .box-bottom-right-left {
  width: 25%;
  width: calc(25% - 15px);
  float: left;
  height: 250px;
  margin-top: 10px;
  margin-left: 10px;
}
.boxen_home .box-bottom-right-right {
  width: 25%;
  float: right;
  height: 250px;
  margin-top: 10px;
}
.boxen_home .box_unten_links {
  width: 25%;
  float: left;
  height: 320px;
  margin-top: 10px;
}
.boxen_home .box_unten_mitte {
  width: 50%;
  width: calc(50% - 20px);
  float: left;
  height: 320px;
  margin: 10px 10px 0px 10px;
}
.boxen_home .box_unten_rechts {
  width: 25%;
  float: right;
  height: 320px;
  margin-top: 10px;
}
/***********************
Videoheader
***********************/
.videoheader {
  margin-bottom: 38px;
}
.videoheader .videobox {
  position: relative;
}
.videoheader .videobox .videobox_loop {
  position: relative;
}
.videoheader .videobox .videobox_loop video {
  width: 100%;
  height: auto;
}
.videoheader .videobox .videobox_loop .textbox {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  z-index: 200;
  text-align: center;
}
.videoheader .videobox .videobox_loop .textbox .textbox_table {
  display: table;
  width: 100%;
  height: 100%;
}
.videoheader .videobox .videobox_loop .textbox .textbox_table .textbox_tablecell {
  display: table-cell;
  vertical-align: middle;
}
.videoheader .videobox .videobox_loop .textbox .textbox_table .textbox_tablecell .button {
  margin: 15px;
  font-size: 18px;
  height: 50px;
  line-height: 50px;
  padding: 0px 25px;
}
.videoheader .videobox .videobox_loop .textbox .textbox_table .textbox_tablecell a.button, .videoheader .videobox .videobox_loop .textbox .textbox_table .textbox_tablecell a.button:link, .videoheader .videobox .videobox_loop .textbox .textbox_table .textbox_tablecell a.button:visited {
  background: #e6007e;
}
.videoheader .videobox .videobox_loop .textbox .textbox_table .textbox_tablecell a.button:hover, .videoheader .videobox .videobox_loop .textbox .textbox_table .textbox_tablecell a.button:focus, .videoheader .videobox .videobox_loop .textbox .textbox_table .textbox_tablecell a.button:active {
  background: #373737;
}
.videoheader_lightbox {
  position: fixed;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  z-index: 2000;
  background: rgba(0, 0, 0, 0.9);
}
.videoheader_lightbox .videoheader_lightbox_content {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  padding: 30px 15px 15px 15px;
}
.videoheader_lightbox .videoheader_lightbox_content .videoheader_lightbox_content_table {
  display: table;
  width: 100%;
  height: 100%;
}
.videoheader_lightbox .videoheader_lightbox_content .videoheader_lightbox_content_table .videoheader_lightbox_content_tablecell {
  display: table-cell;
  vertical-align: middle;
}
.videoheader_lightbox .videoheader_lightbox_content .videoheader_lightbox_content_table .videoheader_lightbox_content_tablecell .videobox_film a.schliessen, .videoheader_lightbox .videoheader_lightbox_content .videoheader_lightbox_content_table .videoheader_lightbox_content_tablecell .videobox_film a.schliessen:link, .videoheader_lightbox .videoheader_lightbox_content .videoheader_lightbox_content_table .videoheader_lightbox_content_tablecell .videobox_film a.schliessen:visited {
  color: #ffffff;
  display: block;
  font-size: 30px;
  font-family: sans-serif;
  text-align: right;
}
.videoheader_lightbox .videoheader_lightbox_content .videoheader_lightbox_content_table .videoheader_lightbox_content_tablecell .videobox_film video {
  width: 100%;
  height: auto;
}
/***********************
Popup
***********************/
.modal .modal-dialog .modal-content {
  border: none;
  border-radius: 0px;
  background: none;
}
.modal .modal-dialog .modal-content .modal-header {
  border: none;
  border-radius: 0px;
  padding: 0px;
}
.modal .modal-dialog .modal-content .modal-header .close {
  font-size: 32px;
  font-weight: bold;
  text-shadow: none;
  color: #ffffff;
  opacity: 1;
}
.modal .modal-dialog .modal-content .modal-body {
  background: #ffffff;
  padding: 20px 25px 10px 25px;
}
.modal .modal-dialog .modal-content .modal-body ul, .modal .modal-dialog .modal-content .modal-body ol {
  padding-left: 18px;
}
.modal .modal-dialog .modal-content .modal-body .button {
  margin-bottom: 15px;
}
/***********************
Footer
***********************/
.footer {
  margin-top: 40px;
  padding-top: 40px;
  padding-bottom: 20px;
  border-top: 1px solid #bfbfbf;
}
.footer .bezahlarten .box img.social {
  margin: 0px 8px 10px 0px;
}
.footer .box {
  height: 100%;
  min-height: 250px;
  border-right: 1px solid #bfbfbf;
}
.footer .box.last {
  border-right: none;
}
.footer .box h3 {
  /*font-family: adobe-caslon-pro, serif;
			font-family: "Times New Roman", Times, serif;*/
  font-size: 16px;
  color: #000000;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.footer .box ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px 0px 20px 0px;
}
.footer .box ul li a, .footer .box ul li a:link, .footer .box ul li a:visited {
  font-size: 14px;
  font-weight: 600;
  color: #000000;
  font-style: italic;
}
.footer .box ul li a:hover, .footer .box ul li a:focus, .footer .box ul li a:active {
  color: #e6007e;
}
.footer .box p {
  font-size: 14px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 15px;
  font-style: italic;
}
.footer .box p strong {
  font-weight: 600;
}
.footer .box .newsletterbox {
  margin-bottom: 20px;
}
.footer .box .newsletterbox .newsletter {
  position: relative;
}
.footer .box .newsletterbox .newsletter input[type="email"], .footer .box .newsletterbox .newsletter input[type="text"] {
  height: 34px;
  line-height: 34px;
  padding: 0px 44px 0px 10px;
  width: 100%;
  color: #373737;
}
.footer .box .newsletterbox .newsletter a, .footer .box .newsletterbox .newsletter a:link, .footer .box .newsletterbox .newsletter a:visited, .footer .box .newsletterbox .newsletter input[type="submit"] {
  height: 34px;
  width: 50px;
  position: absolute;
  right: 0px;
  top: 0px;
  background-image: url(/basics/images/footer_newsletter-icon.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #bfbfbf;
  border: 1px solid #bfbfbf;
}
.footer .box img.social {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  height: 23px;
  width: auto;
}
.footer .box img.siegel_nl {
  float: left;
  margin: 0px 15px 5px 0px;
  max-width: 38%;
}
.footer .box img.siegel {
  display: inline-block;
  vertical-align: top;
  margin: 0px 5px 30px 0px;
  height: 60px;
  width: auto;
}
.footer .hr {
  height: 1px;
  background: #bfbfbf;
  margin: 40px 0px;
}
.footer .links {
  border-top: 1px solid #bfbfbf;
  padding-top: 25px;
  margin-top: 70px;
}
.footer .links ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px 0px 20px 0px;
  text-align: center;
}
.footer .links ul li {
  display: inline-block;
  vertical-align: top;
  line-height: 14px;
  border-left: 1px solid #000000;
  padding-left: 8px;
  margin-left: 5px;
}
.footer .links ul li:first-child {
  border-left: none;
  padding-left: 0px;
  margin-left: 0px;
}
.footer .links ul li a, .footer .links ul li a:link, .footer .links ul li a:visited {
  font-size: 14px;
  color: #000000;
  font-weight: bold;
}
.footer .links ul li a:hover, .footer .links ul li a:focus, .footer .links ul li a:active {
  color: #e6007e;
}
/***********************
Breadcrumb
***********************/
.breadcrumbs {
  padding: 15px 0px 50px 0px;
}
.breadcrumbs span {
  width: 15px;
  height: 8px;
  background-image: url(/basics/images/breadcrumb_pfeil.png);
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  vertical-align: inherit;
  margin: 0px 10px;
}
.breadcrumbs a, .breadcrumbs a:link, .breadcrumbs a:visited {
  color: #000000;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
.breadcrumbs a:last-child, .breadcrumbs a:link:last-child, .breadcrumbs a:visited:last-child {
  color: #e6007e;
}
.breadcrumbs a:hover, .breadcrumbs a:focus, .breadcrumbs a:active {
  color: #e6007e;
}
/***********************
Fotogalerie
***********************/
.fotogalerie {
  padding-bottom: 40px;
}
.fotogalerie img {
  margin-bottom: 30px;
  width: 100%;
  height: auto;
}
/***********************
Team - Übersicht
***********************/
.team {
  padding-bottom: 40px;
}
.team .teambox {
  margin-bottom: 30px;
  text-align: center;
}
.team .teambox img {
  width: 100%;
  height: auto;
  margin-bottom: 5px;
}
.team .teambox p {
  /*font-family: adobe-caslon-pro, serif;
			font-family: "Times New Roman", Times, serif;*/
  font-style: italic;
  font-size: 14px;
  margin: 0px;
}
/***********************
Team - Detailseite
***********************/
.teamdetail {
  padding-bottom: 100px;
}
.teamdetail table tr td {
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  padding: 0px 0px 30px 0px;
  vertical-align: top;
  padding-left: 30px;
  font-style: italic;
}
.teamdetail table tr td:first-child {
  text-align: right;
  /*font-family: adobe-caslon-pro, serif;
					font-family: "Times New Roman", Times, serif;*/
  font-style: italic;
  font-size: 16px;
  padding-left: 0px;
  font-weight: 600;
}
.teamdetail table tr td .buttonbox {
  padding-top: 80px;
}
.teamdetail table tr td .buttonbox a.button, .teamdetail table tr td .buttonbox a.button:link, .teamdetail table tr td .buttonbox a.button:visited {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0px 15px;
  color: #ffffff !important;
  height: 39px;
  line-height: 39px;
  background: #000000;
  font-style: normal;
}
.teamdetail table tr td .buttonbox a.button:hover, .teamdetail table tr td .buttonbox a.button:focus, .teamdetail table tr td .buttonbox a.button:active {
  background: #e6007e;
}
/***********************
Produkt
***********************/
.produkt {
  padding-top: 45px;
  padding-bottom: 150px;
}
.produkt h1 {
  /*font-family: adobe-caslon-pro, serif;
		font-family: "Times New Roman", Times, serif;*/
  font-size: 17px;
  color: #000000;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0px;
  text-align: right;
}
.produkt h2 {
  /*font-family: adobe-caslon-pro, serif;
		font-family: "Times New Roman", Times, serif;*/
  font-size: 14px;
  color: #000000;
  margin-bottom: 20px;
  text-align: right;
}
.produkt p {
  /*font-family: adobe-caslon-pro, serif;
		font-family: "Times New Roman", Times, serif;*/
  /* font-style: italic; */
  font-weight: 600;
  color: #000000;
  font-size: 14px;
  line-height: 20px;
  width: 395px;
  max-width: 100%;
}
.produkt img.text_bild {
  display: block;
  width: 395px;
  max-width: 100%;
  margin-bottom: 15px;
}
.produkt .produktbilder {
  padding: 100px 0px 55px 0px;
}
.produkt .produktbilder a img {
  cursor: pointer;
}
.produkt .produktbilder img {
  display: inline-block;
  vertical-align: bottom;
  opacity: 0.25;
}
.produkt .produktbilder img.active {
  opacity: 1;
}
.produkt a.klassiker, .produkt a.klassiker:link, .produkt a.klassiker:visited {
  display: block;
  text-align: right;
  /*font-family: adobe-caslon-pro, serif;
		font-family: "Times New Roman", Times, serif;*/
  font-size: 18px;
  color: #000000;
  font-weight: bold;
  margin-bottom: 55px;
}
.produkt a.boliden, .produkt a.boliden:link, .produkt a.boliden:visited {
  display: block;
  /*font-family: adobe-caslon-pro, serif;
		font-family: "Times New Roman", Times, serif;*/
  font-size: 18px;
  color: #000000;
  font-weight: bold;
  margin-bottom: 55px;
}
.produkt a.klassiker:hover, .produkt a.klassiker:focus, .produkt a.klassiker:active, .produkt a.klassiker.active, .produkt a.boliden:hover, .produkt a.boliden:focus, .produkt a.boliden:active, .produkt a.boliden.active {
  color: #e6007e;
}
.produkt ul.produktauswahl {
  padding: 0px;
  margin: 0px 0px 30px 0px;
  list-style-type: none;
}
.produkt ul.produktauswahl li {
  display: inline-block;
  vertical-align: top;
  margin-right: 15px;
}
.produkt ul.produktauswahl li a, .produkt ul.produktauswahl li a:link, .produkt ul.produktauswahl li a:visited {
  /*color: $schwarz;
				/*font-family: 'sloop_scriptoneregular';
				font-size: 36px;*/
  cursor: pointer;
  display: block;
  text-indent: -9999px;
  width: 135px;
  height: 29px;
  background-position: left top;
  background-repeat: no-repeat;
}
.produkt ul.produktauswahl li a#unterkategorie_10, .produkt ul.produktauswahl li a#unterkategorie_27, .produkt ul.produktauswahl li a:link#unterkategorie_10, .produkt ul.produktauswahl li a:link#unterkategorie_27, .produkt ul.produktauswahl li a:visited#unterkategorie_10, .produkt ul.produktauswahl li a:visited#unterkategorie_27 {
  background-image: url(/basics/images/wein-sekt_kategorie_tradition-normal.png);
}
.produkt ul.produktauswahl li a#unterkategorie_11, .produkt ul.produktauswahl li a#unterkategorie_29, .produkt ul.produktauswahl li a:link#unterkategorie_11, .produkt ul.produktauswahl li a:link#unterkategorie_29, .produkt ul.produktauswahl li a:visited#unterkategorie_11, .produkt ul.produktauswahl li a:visited#unterkategorie_29 {
  background-image: url(/basics/images/wein-sekt_kategorie_innovation-normal.png);
}
.produkt ul.produktauswahl li a#unterkategorie_12, .produkt ul.produktauswahl li a#unterkategorie_28, .produkt ul.produktauswahl li a:link#unterkategorie_12, .produkt ul.produktauswahl li a:link#unterkategorie_28, .produkt ul.produktauswahl li a:visited#unterkategorie_12, .produkt ul.produktauswahl li a:visited#unterkategorie_28 {
  background-image: url(/basics/images/wein-sekt_kategorie_prachtsueck-normal.png);
}
.produkt ul.produktauswahl li a#unterkategorie_13, .produkt ul.produktauswahl li a#unterkategorie_30, .produkt ul.produktauswahl li a:link#unterkategorie_13, .produkt ul.produktauswahl li a:link#unterkategorie_30, .produkt ul.produktauswahl li a:visited#unterkategorie_13, .produkt ul.produktauswahl li a:visited#unterkategorie_30 {
  background-image: url(/basics/images/wein-sekt_kategorie_dreistern-normal.png);
}
.produkt ul.produktauswahl li a:hover, .produkt ul.produktauswahl li a:focus, .produkt ul.produktauswahl li a:active, .produkt ul.produktauswahl li a.active {
  /*color: $pink;*/
}
.produkt ul.produktauswahl li a:hover#unterkategorie_10, .produkt ul.produktauswahl li a:hover#unterkategorie_27, .produkt ul.produktauswahl li a:focus#unterkategorie_10, .produkt ul.produktauswahl li a:focus#unterkategorie_27, .produkt ul.produktauswahl li a:active#unterkategorie_10, .produkt ul.produktauswahl li a:active#unterkategorie_27, .produkt ul.produktauswahl li a.active#unterkategorie_10, .produkt ul.produktauswahl li a.active#unterkategorie_27 {
  background-image: url(/basics/images/wein-sekt_kategorie_tradition-active.png);
}
.produkt ul.produktauswahl li a:hover#unterkategorie_11, .produkt ul.produktauswahl li a:hover#unterkategorie_29, .produkt ul.produktauswahl li a:focus#unterkategorie_11, .produkt ul.produktauswahl li a:focus#unterkategorie_29, .produkt ul.produktauswahl li a:active#unterkategorie_11, .produkt ul.produktauswahl li a:active#unterkategorie_29, .produkt ul.produktauswahl li a.active#unterkategorie_11, .produkt ul.produktauswahl li a.active#unterkategorie_29 {
  background-image: url(/basics/images/wein-sekt_kategorie_innovation-active.png);
}
.produkt ul.produktauswahl li a:hover#unterkategorie_12, .produkt ul.produktauswahl li a:hover#unterkategorie_28, .produkt ul.produktauswahl li a:focus#unterkategorie_12, .produkt ul.produktauswahl li a:focus#unterkategorie_28, .produkt ul.produktauswahl li a:active#unterkategorie_12, .produkt ul.produktauswahl li a:active#unterkategorie_28, .produkt ul.produktauswahl li a.active#unterkategorie_12, .produkt ul.produktauswahl li a.active#unterkategorie_28 {
  background-image: url(/basics/images/wein-sekt_kategorie_prachtsueck-active.png);
}
.produkt ul.produktauswahl li a:hover#unterkategorie_13, .produkt ul.produktauswahl li a:hover#unterkategorie_30, .produkt ul.produktauswahl li a:focus#unterkategorie_13, .produkt ul.produktauswahl li a:focus#unterkategorie_30, .produkt ul.produktauswahl li a:active#unterkategorie_13, .produkt ul.produktauswahl li a:active#unterkategorie_30, .produkt ul.produktauswahl li a.active#unterkategorie_13, .produkt ul.produktauswahl li a.active#unterkategorie_30 {
  background-image: url(/basics/images/wein-sekt_kategorie_dreistern-active.png);
}
.produkt .zusatztext p {
  font-style: italic;
  font-weight: 600;
}
.produkt .zusatztext p strong {
  font-weight: 700;
}
/***********************
Altersfreigabe
***********************/
.altersfreigabe.width {
  height: 180px;
  min-height: 180px;
  max-height: 180px;
}
.altersfreigabe.header {
  height: 180px;
  min-height: 180px;
  max-height: 180px;
}
.altersfreigabe.content {
  height: calc(100% - 180px);
  min-height: calc(100% - 180px);
  max-height: calc(100% - 180px);
  background-image: url(/basics/images/altersfreigabe_bg.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  padding-bottom: 120px;
}
.altersfreigabe.content .box {
  display: inline-block;
  text-align: left;
}
.altersfreigabe.content .box a.kiefer, .altersfreigabe.content .box a.kiefer:link, .altersfreigabe.content .box a.kiefer:visited {
  background: url(/basics/images/altersfreigabe_link-pfeil.png), rgba(0, 74, 153, 0.7);
  background-repeat: no-repeat;
  background-position: left center;
  /*font-family: adobe-caslon-pro, serif;
				font-family: "Times New Roman", Times, serif;*/
  font-size: 26px;
  color: #ffffff;
  text-transform: uppercase;
  padding: 5px 30px 5px 50px;
  display: inline-block;
  margin-bottom: 5px;
}
.altersfreigabe.content .box a.kiefer:hover, .altersfreigabe.content .box a.kiefer:focus, .altersfreigabe.content .box a.kiefer:active {
  background: url(/basics/images/altersfreigabe_link-pfeil.png), rgba(0, 74, 153, 0.9);
  background-repeat: no-repeat;
  background-position: left center;
}
.altersfreigabe.content .box a.schmidt, .altersfreigabe.content .box a.schmidt:link, .altersfreigabe.content .box a.schmidt:visited {
  background: url(/basics/images/altersfreigabe_link-pfeil.png), rgba(185, 152, 103, 0.7);
  background-repeat: no-repeat;
  background-position: left center;
  /*font-family: adobe-caslon-pro, serif;
				font-family: "Times New Roman", Times, serif;*/
  font-size: 26px;
  color: #ffffff;
  text-transform: uppercase;
  padding: 5px 30px 5px 50px;
  display: inline-block;
}
.altersfreigabe.content .box a.schmidt:hover, .altersfreigabe.content .box a.schmidt:focus, .altersfreigabe.content .box a.schmidt:active {
  background: url(/basics/images/altersfreigabe_link-pfeil.png), rgba(185, 152, 103, 0.9);
  background-repeat: no-repeat;
  background-position: left center;
}
.altersfreigabe.lightbox {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.64);
  z-index: 2000;
  text-align: center;
}
.altersfreigabe.lightbox h1 {
  /*font-family: adobe-caslon-pro, serif;
			font-family: "Times New Roman", Times, serif;*/
  font-size: 65px;
  font-weight: normal;
  color: #ffffff;
  text-transform: uppercase;
}
.altersfreigabe.lightbox a, .altersfreigabe.lightbox a:link, .altersfreigabe.lightbox a:visited {
  /*font-family: adobe-caslon-pro, serif;
			font-family: "Times New Roman", Times, serif;*/
  font-size: 40px;
  font-weight: normal;
  color: #ffffff;
  font-style: italic;
}
.altersfreigabe.lightbox a:hover, .altersfreigabe.lightbox a:focus, .altersfreigabe.lightbox a:active {
  color: #e6007e;
}
.altersfreigabe.lightbox span {
  color: #ffffff;
  /*font-family: adobe-caslon-pro, serif;
			font-family: "Times New Roman", Times, serif;*/
  margin: 0px 5px;
  font-size: 25px;
}
/***********************
Newsliste
***********************/
.newsliste {
  padding-bottom: 40px;
}
.newsliste .themen {
  margin-bottom: 120px;
}
.newsliste .themen h2 {
  /*font-family: adobe-caslon-pro, serif;
			font-family: "Times New Roman", Times, serif;*/
  font-size: 22px;
  /*text-transform: uppercase;*/
  font-weight: 600;
  font-style: italic;
  margin-bottom: 30px;
  color: #000000;
}
.newsliste .themen ul {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}
.newsliste .themen ul li {
  display: block;
  padding: 15px 0px;
  /*border-bottom: 1px solid $hellgrau;*/
}
.newsliste .themen ul li a, .newsliste .themen ul li a:link, .newsliste .themen ul li a:visited {
  color: #000000;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}
.newsliste .themen ul li a:hover, .newsliste .themen ul li a:focus, .newsliste .themen ul li a:active, .newsliste .themen ul li.active a, .newsliste .themen ul li.active a:link, .newsliste .themen ul li.active a:visited {
  color: #e6007e;
}
.newsliste .news-more {
  margin-bottom: 50px;
}
.newsliste .news-more h2 {
  /*font-family: adobe-caslon-pro, serif;
			font-family: "Times New Roman", Times, serif;*/
  font-size: 22px;
  /*text-transform: uppercase;*/
  font-weight: 600;
  font-style: italic;
  margin-bottom: 15px;
  color: #000000;
}
.newsliste .news-more .newsbox {
  padding: 10px 0px;
  border-bottom: 1px solid #bfbfbf;
}
.newsliste .news-more .newsbox h3 {
  /*font-family: adobe-caslon-pro, serif;
				font-family: "Times New Roman", Times, serif;*/
  font-size: 20px;
  font-style: italic;
  font-weight: normal;
  margin-bottom: 5px;
  color: #000000;
}
.newsliste .news-more .newsbox p.datum {
  font-size: 12px;
  color: #888888;
  margin-bottom: 0px;
}
.newsliste .news-more .newsbox .left {
  width: 30%;
  float: left;
}
.newsliste .news-more .newsbox .left img {
  width: 100%;
  height: auto;
}
.newsliste .news-more .newsbox .right {
  width: 70%;
  float: left;
  padding-left: 15px;
}
.newsliste .newsbox-gross {
  /*border-bottom: 1px solid $hellgrau;*/
  margin-bottom: 80px;
}
.newsliste .newsbox-gross img {
  margin-bottom: 25px;
  width: 100%;
  height: auto;
}
.newsliste .newsbox-gross h3 {
  /*font-family: adobe-caslon-pro, serif;
			font-family: "Times New Roman", Times, serif;*/
  font-size: 22px;
  font-style: italic;
  font-weight: 600;
  margin-bottom: 2px;
  color: #000000;
}
.newsliste .newsbox-gross p {
  font-size: 18px;
  line-height: 22px;
  font-style: italic;
}
.newsliste .newsbox-gross p.datum {
  font-size: 12px;
  line-height: 12px;
  color: #888888;
}
.newsliste .newsbox-gross p.weiter a, .newsliste .newsbox-gross p.weiter a:link, .newsliste .newsbox-gross p.weiter a:visited {
  /*font-family: adobe-caslon-pro, serif;
				font-family: "Times New Roman", Times, serif;*/
  font-style: italic;
  font-weight: normal;
  font-size: 20px;
}
/***********************
Newsseite
***********************/
.newsseite {
  padding-bottom: 40px;
}
.newsseite .themen {
  margin-bottom: 120px;
}
.newsseite .themen h2 {
  /*font-family: adobe-caslon-pro, serif;
			font-family: "Times New Roman", Times, serif;*/
  font-size: 22px;
  /*text-transform: uppercase;*/
  font-weight: 600;
  font-style: italic;
  margin-bottom: 30px;
  color: #000000;
}
.newsseite .themen ul {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}
.newsseite .themen ul li {
  display: block;
  padding: 15px 0px;
  /*border-bottom: 1px solid $hellgrau;*/
}
.newsseite .themen ul li a, .newsseite .themen ul li a:link, .newsseite .themen ul li a:visited {
  color: #000000;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}
.newsseite .themen ul li a:hover, .newsseite .themen ul li a:focus, .newsseite .themen ul li a:active, .newsseite .themen ul li.active a, .newsseite .themen ul li.active a:link, .newsseite .themen ul li.active a:visited {
  color: #e6007e;
}
.newsseite .news-more {
  margin-bottom: 50px;
}
.newsseite .news-more h2 {
  /*font-family: adobe-caslon-pro, serif;
			font-family: "Times New Roman", Times, serif;*/
  font-size: 22px;
  /*text-transform: uppercase;*/
  font-weight: 600;
  font-style: italic;
  margin-bottom: 15px;
  color: #000000;
}
.newsseite .news-more .newsbox {
  padding: 10px 0px;
  border-bottom: 1px solid #bfbfbf;
}
.newsseite .news-more .newsbox h3 {
  /*font-family: adobe-caslon-pro, serif;
				font-family: "Times New Roman", Times, serif;*/
  font-size: 20px;
  font-style: italic;
  font-weight: normal;
  margin-bottom: 5px;
  color: #000000;
}
.newsseite .news-more .newsbox p.datum {
  font-size: 12px;
  color: #888888;
  margin-bottom: 0px;
}
.newsseite .news-more .newsbox .left {
  width: 30%;
  float: left;
}
.newsseite .news-more .newsbox .left img {
  width: 100%;
  height: auto;
}
.newsseite .news-more .newsbox .right {
  width: 70%;
  float: left;
  padding-left: 15px;
}
.newsseite .newsartikel img {
  margin-bottom: 45px;
  width: 100%;
  height: auto;
}
.newsseite .newsartikel h1 {
  /*font-family: adobe-caslon-pro, serif;
			font-family: "Times New Roman", Times, serif;*/
  font-size: 36px;
  font-style: italic;
  font-weight: normal;
  margin-bottom: 5px;
  color: #000000;
}
.newsseite .newsartikel p.datum {
  font-size: 14px;
  line-height: 14px;
  color: #888888;
  margin-bottom: 55px;
  font-style: inherit;
}
.newsseite .newsartikel p, .newsseite .newsartikel ul, .newsseite .newsartikel ol, .newsseite .newsartikel table {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 25px;
  font-style: italic;
}
.newsseite .newsartikel ul, .newsseite .newsartikel ol {
  padding-left: 20px;
}
.newsseite .newsartikel table tr {
  border-bottom: 1px solid #bfbfbf;
}
.newsseite .newsartikel table tr td {
  vertical-align: top;
  padding: 5px 30px 5px 5px;
}
.newsseite .newsartikel table tr td:first-child {
  text-align: right;
}
.newsseite .newsartikel table tr td:nth-child(2) {
  white-space: nowrap;
}
.newsseite .newsartikel .buttonbox {
  padding-top: 30px;
  text-align: right;
}
.newsseite .newsartikel .buttonbox a.button, .newsseite .newsartikel .buttonbox a.button:link, .newsseite .newsartikel .buttonbox a.button:visited {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0px 15px;
  color: #000000 !important;
  border: 1px solid #000000;
  height: 39px;
  line-height: 37px;
  background: transparent;
}
.newsseite .newsartikel .buttonbox a.button:hover, .newsseite .newsartikel .buttonbox a.button:focus, .newsseite .newsartikel .buttonbox a.button:active {
  color: #ffffff !important;
  background: #000000;
}
/***********************
Headline + Text
***********************/
.headline-text {
  padding-bottom: 40px;
}
.headline-text ul, .headline-text ol {
  padding-left: 17px;
}
/***********************
Kontaktformular
***********************/
.kontaktformular {
  padding-bottom: 40px;
}
.kontaktformular form {
  width: 750px;
  max-width: 100%;
}
.kontaktformular form table {
  width: 100%;
}
.kontaktformular form table td {
  width: 70%;
  vertical-align: top;
  padding-bottom: 10px;
}
.kontaktformular form table td.first {
  width: 30%;
  padding-right: 30px;
}
.kontaktformular form table td.full {
  width: 100%;
}
.kontaktformular form table td label {
  display: block;
  font-weight: bold;
  margin-bottom: 2px;
}
.kontaktformular form table td input, .kontaktformular form table td select, .kontaktformular form table td textarea {
  width: 100%;
  padding: 0px 10px;
  height: 40px;
  line-height: 38px;
  border: 1px solid #888888;
  background: none;
  color: #000000;
}
.kontaktformular form table td input[type="checkbox"] {
  display: inline-block;
  vertical-align: middle;
  margin: 0px 10px 4px 0px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  width: 20px;
  height: 20px;
  padding: 0 üx;
}
.kontaktformular form table td input[type="checkbox"]:checked {
  border: 1px solid #e6007e;
  background: #e6007e;
}
.kontaktformular form table td textarea {
  padding: 5px 10px;
  line-height: normal;
  height: 150px;
}
.kontaktformular form table td button.button {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0px 15px;
  color: #fff;
  height: 39px;
  line-height: 39px;
  background: #000;
  font-style: normal;
  border: none;
  cursor: pointer;
}
.kontaktformular form table td button.button:hover, .kontaktformular form table td button.button:focus, .kontaktformular form table td button.button:active {
  background: #e6007e;
}
/***********************
Shopübersicht
***********************/
.shopuebersicht {
  padding-top: 50px;
  padding-bottom: 40px;
}
.shopuebersicht #filter_artikel {
  padding-top: 90px;
}
.shopuebersicht .filterblock {
  padding: 0px 5px;
}
.shopuebersicht .filterblock .selectric-wrapper {
  margin: 0px 10px 10px 10px;
}
.shopuebersicht .filterblock .selectric-wrapper.active .selectric .label {
  color: #e6007e;
}
.shopuebersicht.mehr {
  padding-top: 70px;
  border-top: 1px solid #bfbfbf;
  text-align: center;
}
.shopuebersicht.mehr .artikelbox {
  border: none;
}
.shopuebersicht.mehr .artikelbox h2 {
  margin-bottom: 25px;
}
.shopuebersicht.mehr .artikelbox h3 {
  font-size: 20px;
}
.shopuebersicht.mehr .artikelbox p {
  font-size: 14px;
  margin-bottom: 5px;
  color: #000000;
  font-weight: bold;
}
.shopuebersicht.mehr .artikelbox a.button, .shopuebersicht.mehr .artikelbox a.button:link, .shopuebersicht.mehr .artikelbox a.button:visited {
  color: #000000 !important;
  background: none;
}
.shopuebersicht.mehr .artikelbox a.button:hover, .shopuebersicht.mehr .artikelbox a.button:focus, .shopuebersicht.mehr .artikelbox a.button:active {
  background: #e6007e;
  color: #ffffff !important;
}
.shopuebersicht .kategorien {
  margin-bottom: 50px;
}
.shopuebersicht .kategorien h2 {
  /*font-family: adobe-caslon-pro, serif;
			font-family: "Times New Roman", Times, serif;*/
  font-size: 22px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 10px;
  color: #000000;
  font-style: inherit;
}
.shopuebersicht .kategorien ul {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}
.shopuebersicht .kategorien ul li {
  display: block;
  margin-bottom: 25px;
}
.shopuebersicht .kategorien ul li a, .shopuebersicht .kategorien ul li a:link, .shopuebersicht .kategorien ul li a:visited {
  color: #000000;
  display: block;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}
.shopuebersicht .kategorien ul li a:hover, .shopuebersicht .kategorien ul li a:focus, .shopuebersicht .kategorien ul li a:active, .shopuebersicht .kategorien ul li.active a, .shopuebersicht .kategorien ul li.active a:link, .shopuebersicht .kategorien ul li.active a:visited {
  color: #e6007e;
}
.shopuebersicht .kategorien ul li ul {
  padding-left: 30px;
}
.shopuebersicht .kategorien ul li ul li a, .shopuebersicht .kategorien ul li ul li a:link, .shopuebersicht .kategorien ul li ul li a:visited {
  color: #000000;
}
.shopuebersicht .kategorien ul li ul li a:hover, .shopuebersicht .kategorien ul li ul li a:focus, .shopuebersicht .kategorien ul li ul li a:active, .shopuebersicht .kategorien ul li ul li.active a, .shopuebersicht .kategorien ul li ul li.active a:link, .shopuebersicht .kategorien ul li ul li.active a:visited {
  color: #e6007e;
}
.shopuebersicht .kategorien select {
  width: 100%;
  height: 40px;
  background: #373737;
  color: #ffffff;
  border: none;
}
.shopuebersicht .artikelbox {
  /*border-bottom: 1px solid $hellgrau;*/
  margin-bottom: 120px;
  /*padding-bottom: 20px;*/
  text-align: center;
}
.shopuebersicht .artikelbox:hover h3, .shopuebersicht .artikelbox:focus h3, .shopuebersicht .artikelbox:active h3 {
  color: #e6007e;
}
.shopuebersicht .artikelbox .bildbox {
  position: relative;
}
.shopuebersicht .artikelbox .bildbox img {
  margin-bottom: 25px;
}
.shopuebersicht .artikelbox .bildbox img.siegel {
  margin: 0px;
  position: absolute;
  right: 20%;
  bottom: 60px;
  max-width: 60px;
  height: auto;
}
.shopuebersicht .artikelbox h3 {
  /*font-family: adobe-caslon-pro, serif;
			font-family: "Times New Roman", Times, serif;*/
  font-size: 16px;
  font-weight: bold;
  margin: 0px;
  color: #000000;
}
.shopuebersicht .artikelbox p {
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 0px;
  color: #000000;
}
.shopuebersicht .artikelbox p.preis {
  font-size: 16px;
}
.shopuebersicht .artikelbox p.zusatz {
  font-size: 14px;
  font-weight: bold;
  font-style: italic;
  margin-bottom: 20px;
}
.shopuebersicht .artikelbox p.zusatz strong {
  font-weight: 800;
}
.shopuebersicht .artikelbox p.zusatz span {
  font-weight: 600;
}
.shopuebersicht .artikelbox a.button, .shopuebersicht .artikelbox a.button:link, .shopuebersicht .artikelbox a.button:visited {
  color: #ffffff !important;
  background: #373737;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  padding: 0px 10px;
  width: 100%;
  display: block;
  text-align: center;
}
.shopuebersicht .artikelbox a.button:hover, .shopuebersicht .artikelbox a.button:focus, .shopuebersicht .artikelbox a.button:active {
  background: #e6007e;
}
/***********************
Shopartikel
***********************/
.shopartikel {
  padding-top: 50px;
  padding-bottom: 40px;
}
.shopartikel h1 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0px;
}
.shopartikel h2 {
  font-size: 20px;
  font-weight: 500;
  font-style: italic;
  margin-bottom: 20px !important;
}
.shopartikel .kategorien {
  margin-bottom: 50px;
}
.shopartikel .kategorien h2 {
  /*font-family: adobe-caslon-pro, serif;
			font-family: "Times New Roman", Times, serif;*/
  font-size: 22px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 10px;
  color: #000000;
  font-style: inherit;
}
.shopartikel .kategorien ul {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}
.shopartikel .kategorien ul li {
  display: block;
  margin-bottom: 25px;
}
.shopartikel .kategorien ul li a, .shopartikel .kategorien ul li a:link, .shopartikel .kategorien ul li a:visited {
  color: #000000;
  display: block;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}
.shopartikel .kategorien ul li a:hover, .shopartikel .kategorien ul li a:focus, .shopartikel .kategorien ul li a:active, .shopartikel .kategorien ul li.active a, .shopartikel .kategorien ul li.active a:link, .shopartikel .kategorien ul li.active a:visited {
  color: #e6007e;
}
.shopartikel .kategorien ul li ul {
  padding-left: 30px;
}
.shopartikel .kategorien ul li ul li a, .shopartikel .kategorien ul li ul li a:link, .shopartikel .kategorien ul li ul li a:visited {
  color: #000000;
}
.shopartikel .kategorien ul li ul li a:hover, .shopartikel .kategorien ul li ul li a:focus, .shopartikel .kategorien ul li ul li a:active, .shopartikel .kategorien ul li ul li.active a, .shopartikel .kategorien ul li ul li.active a:link, .shopartikel .kategorien ul li ul li.active a:visited {
  color: #e6007e;
}
.shopartikel .kategorien select {
  width: 100%;
  height: 40px;
  background: #373737;
  color: #ffffff;
  border: none;
}
.shopartikel img {
  width: 72%;
  margin: 0 auto;
  display: block;
}
.shopartikel img.siegel {
  width: auto;
  max-width: 90px;
  margin: 0px;
  position: absolute;
  right: 0px;
  bottom: 40px;
}
.shopartikel .lupe_detail img {
  width: auto;
}
.shopartikel #artikelbild {
  position: relative;
}
.shopartikel #artikelbild .hauptbild {
  position: relative;
}
.shopartikel .thumbs {
  padding-top: 15px;
}
.shopartikel .thumbs img {
  width: 25%;
  height: auto;
  display: inline-block;
  vertical-align: bottom;
}
.shopartikel .artikeltext {
  padding-top: 90px;
}
.shopartikel table tr.onlyprint {
  display: none;
}
.shopartikel table tr td {
  font-size: 16px;
  font-weight: 600;
  font-style: italic;
  color: #000000;
  padding: 0px 0px 30px 0px;
  vertical-align: top;
  padding-left: 30px;
}
.shopartikel table tr td:first-child {
  text-align: right;
  /*font-family: adobe-caslon-pro, serif;
					font-family: "Times New Roman", Times, serif;*/
  font-style: italic;
  font-size: 16px;
  padding-left: 0px;
}
.shopartikel table tr td h2 {
  display: inline-block;
  vertical-align: baseline;
  margin-right: 10px;
  margin-bottom: 0px;
}
.shopartikel table tr td h2.preis {
  font-size: 20px;
  font-weight: 600;
  font-style: italic;
  margin-bottom: 25px;
}
.shopartikel table tr td h2.preis span {
  display: block;
  font-size: 20px;
}
.shopartikel table tr td p {
  font-size: 16px;
  font-weight: 600;
  font-style: italic;
  /*margin-bottom: 40px;*/
  margin-bottom: 0px;
}
.shopartikel table tr td p.hinweise {
  margin-bottom: 20px;
}
.shopartikel table tr td p small {
  font-size: 16px;
  font-weight: 600;
}
.shopartikel table tr td select {
  width: auto;
  height: 40px;
  background: #ffffff;
  border: 1px solid #373737;
  color: #373737;
  min-width: 80px;
}
.shopartikel table tr td .selectric-wrapper {
  width: 85px;
}
.shopartikel table tr td .selectric-wrapper .selectric {
  background: none;
  border: 1px solid #000000;
}
.shopartikel table tr td .selectric-wrapper .selectric .label {
  color: #000000;
}
.shopartikel table tr td .selectric-wrapper .selectric .button {
  color: #000000;
}
.shopartikel table tr td .selectric-wrapper .selectric .button:after {
  border-top-color: #000000;
}
.shopartikel table tr td .selectric-wrapper .selectric-items {
  height: 200px !important;
}
.shopartikel table tr td button.button, .shopartikel table tr td button.button:link, .shopartikel table tr td button.button:visited, .shopartikel table tr td input.button, .shopartikel table tr td input.button:link, .shopartikel table tr td input.button:visited, .shopartikel table tr td a.button, .shopartikel table tr td a.button:link, .shopartikel table tr td a.button:visited {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0px 15px;
  color: #ffffff !important;
  height: 39px;
  line-height: 39px;
  background: #000000;
  font-style: normal;
}
.shopartikel table tr td button.button:hover, .shopartikel table tr td button.button:focus, .shopartikel table tr td button.button:active, .shopartikel table tr td input.button:hover, .shopartikel table tr td input.button:focus, .shopartikel table tr td input.button:active, .shopartikel table tr td a.button:hover, .shopartikel table tr td a.button:focus, .shopartikel table tr td a.button:active {
  background: #e6007e;
}
.shopartikel table tr td input.button:disabled, .shopartikel table tr td button.button:disabled, .shopartikel table tr td a.button:disabled {
  background-color: #bfbfbf;
  cursor: not-allowed;
}
.shopartikel table tr td.anzahl {
  line-height: 16px;
  vertical-align: bottom;
  padding-bottom: 20px;
}
.shopartikel table tr #geschenkoption {
  padding-top: 25px;
}
.shopartikel table tr #geschenkoption a {
  display: block;
}
.shopartikel table.naehrwerte td {
  padding: 0 15px 0 0;
}
.shopartikel table.naehrwerte tr td:first-child {
  text-align: left;
}
/***********************
Warenkorb
***********************/
form.warenkorb .produktliste {
  background: #ebebeb;
  padding: 15px 0px;
  border-bottom: 1px solid #ffffff;
}
form.warenkorb .produktliste img {
  height: 100px;
  border-left: 10px solid #ffffff;
  border-right: 10px solid #ffffff;
}
form.warenkorb .produktliste input[type="text"] {
  padding: 5px;
  border: 1px solid #373737;
  text-align: center;
}
form.warenkorb .produktliste .col-12 .bezeichnung {
  display: none;
}
/***********************
Bestellung
***********************/
.schritt_eins .selectric .label, .schritt_zwei .selectric .label, .schritt_drei .selectric .label, .schritt_vier .selectric .label {
  font-size: 12px;
}
.schritt_eins .selectric-items ul, .schritt_eins .selectric-items li, .schritt_zwei .selectric-items ul, .schritt_zwei .selectric-items li, .schritt_drei .selectric-items ul, .schritt_drei .selectric-items li, .schritt_vier .selectric-items ul, .schritt_vier .selectric-items li {
  font-size: 12px;
}
.schritt_eins .tabelle.zweispaltig table tr td:first-child, .schritt_zwei .tabelle.zweispaltig table tr td:first-child, .schritt_drei .tabelle.zweispaltig table tr td:first-child, .schritt_vier .tabelle.zweispaltig table tr td:first-child {
  width: 30%;
}
.schritt_eins .tabelle table, .schritt_zwei .tabelle table, .schritt_drei .tabelle table, .schritt_vier .tabelle table {
  width: 100%;
  max-width: 700px;
}
.schritt_eins .tabelle table tr td, .schritt_zwei .tabelle table tr td, .schritt_drei .tabelle table tr td, .schritt_vier .tabelle table tr td {
  padding: 5px 15px 5px 0px;
}
.schritt_eins .tabelle table tr td input[type="text"], .schritt_eins .tabelle table tr td input[type="password"], .schritt_eins .tabelle table tr td input[type="input"], .schritt_zwei .tabelle table tr td input[type="text"], .schritt_zwei .tabelle table tr td input[type="password"], .schritt_zwei .tabelle table tr td input[type="input"], .schritt_drei .tabelle table tr td input[type="text"], .schritt_drei .tabelle table tr td input[type="password"], .schritt_drei .tabelle table tr td input[type="input"], .schritt_vier .tabelle table tr td input[type="text"], .schritt_vier .tabelle table tr td input[type="password"], .schritt_vier .tabelle table tr td input[type="input"] {
  width: 100%;
  height: 38px;
  line-height: 36px;
  padding: 0px 10px;
  background: #ffffff;
  border: 1px solid #bfbfbf;
}
.schritt_eins .tabelle table tr td input[type="checkbox"], .schritt_zwei .tabelle table tr td input[type="checkbox"], .schritt_drei .tabelle table tr td input[type="checkbox"], .schritt_vier .tabelle table tr td input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  width: 15px;
  height: 15px;
  margin: 0px 5px 0px 0px;
  background: #ffffff;
  border: 1px solid #bfbfbf;
  display: inline-block;
  vertical-align: inherit;
}
.schritt_eins .tabelle table tr td input[type="checkbox"]:checked, .schritt_zwei .tabelle table tr td input[type="checkbox"]:checked, .schritt_drei .tabelle table tr td input[type="checkbox"]:checked, .schritt_vier .tabelle table tr td input[type="checkbox"]:checked {
  background: #000000;
  border-color: #000000;
}
.schritt_eins .tabelle table tr td input[type="radio"], .schritt_zwei .tabelle table tr td input[type="radio"], .schritt_drei .tabelle table tr td input[type="radio"], .schritt_vier .tabelle table tr td input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  margin: 0px 5px 0px 0px;
  background: #ffffff;
  border: 1px solid #bfbfbf;
  display: inline-block;
  vertical-align: inherit;
}
.schritt_eins .tabelle table tr td input[type="radio"]:checked, .schritt_zwei .tabelle table tr td input[type="radio"]:checked, .schritt_drei .tabelle table tr td input[type="radio"]:checked, .schritt_vier .tabelle table tr td input[type="radio"]:checked {
  background: #000000;
  border-color: #000000;
}
.schritt_eins .tabelle table tr td textarea, .schritt_zwei .tabelle table tr td textarea, .schritt_drei .tabelle table tr td textarea, .schritt_vier .tabelle table tr td textarea {
  width: 100%;
  height: 100px;
  padding: 5px 10px;
  background: #ffffff;
  border: 1px solid #bfbfbf;
}
.schritt_drei .tabelle.zweispaltig table tr td {
  vertical-align: top;
}
.schritt_drei .tabelle.zweispaltig table tr td:first-child {
  width: auto;
}
.schritt_vier .produktliste img {
  height: 150px;
  width: auto;
}
.schritt_vier .tabelle input[type="text"], .schritt_vier .tabelle input[type="password"] {
  width: 100%;
  height: 38px;
  line-height: 36px;
  padding: 0px 10px;
  background: #ffffff;
  border: 1px solid #bfbfbf;
}
.schritt_vier .tabelle input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  width: 15px;
  height: 15px;
  margin: 0px 5px 0px 0px;
  background: #ffffff;
  border: 1px solid #bfbfbf;
  display: inline-block;
  vertical-align: inherit;
}
.schritt_vier .tabelle input[type="checkbox"]:checked {
  background: #000000;
  border-color: #000000;
}
.schritt_vier .tabelle input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  margin: 0px 5px 0px 0px;
  background: #ffffff;
  border: 1px solid #bfbfbf;
  display: inline-block;
  vertical-align: inherit;
}
.schritt_vier .tabelle input[type="radio"]:checked {
  background: #000000;
  border-color: #000000;
}
.schritt_vier .tabelle textarea {
  width: 100%;
  height: 100px;
  padding: 5px 10px;
  background: #ffffff;
  border: 1px solid #bfbfbf;
}
/***********************
Downloads
***********************/
.downloads {
  padding-bottom: 40px;
}
.downloads .nav.nav-tabs {
  padding-top: 35px;
  border-bottom: 1px solid #bfbfbf;
}
.downloads .nav.nav-tabs .nav-item .nav-link, .downloads .nav.nav-tabs .nav-item .nav-link:link, .downloads .nav.nav-tabs .nav-item .nav-link:visited {
  /*font-family: "Times New Roman", Times, serif;*/
  font-size: 24px;
  font-style: italic;
  font-weight: normal;
}
.downloads .nav.nav-tabs .nav-item .nav-link.active, .downloads .nav.nav-tabs .nav-item .nav-link:link.active, .downloads .nav.nav-tabs .nav-item .nav-link:visited.active {
  border: 1px solid #bfbfbf;
  border-bottom: 1px solid #ffffff;
}
.downloads .tab-content .tab-pane {
  padding-top: 25px;
}
.downloads .tab-content .tab-pane .listenbox {
  padding: 10px 0px;
  border-bottom: 1px solid #bfbfbf;
}
.downloads .tab-content .tab-pane .listenbox:first-child {
  /*border-top: 1px solid $hellgrau;*/
}
.downloads .tab-content .tab-pane .listenbox a.button, .downloads .tab-content .tab-pane .listenbox a.button:link, .downloads .tab-content .tab-pane .listenbox a.button:visited {
  color: #ffffff !important;
  background: #373737;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  padding: 0px 15px;
  display: inline-block;
  text-align: center;
  border: none;
}
.downloads .tab-content .tab-pane .listenbox a.button:hover, .downloads .tab-content .tab-pane .listenbox a.button:focus, .downloads .tab-content .tab-pane .listenbox a.button:active {
  background: #e6007e;
}
.downloads .tab-content .tab-pane .listenbox.texte .rechte-spalte {
  text-align: right;
}
.downloads .tab-content .tab-pane .listenbox.texte .rechte-spalte audio {
  margin-bottom: 20px;
}
.downloads .tab-content .tab-pane .listenbox.texte p {
  margin: 0px;
  padding-right: 15px;
}
.downloads .tab-content .tab-pane .listenbox.bilder {
  padding: 15px 0px;
}
.downloads .tab-content .tab-pane .listenbox.bilder .rechte-spalte {
  padding-left: 30px;
}
.downloads .tab-content .tab-pane .listenbox.bilder .rechte-spalte.kein_abstand {
  padding-left: 0px;
}
.downloads .tab-content .tab-pane .listenbox.bilder .rechte-spalte audio {
  margin-bottom: 10px;
}
.downloads .tab-content .tab-pane .listenbox.bilder img {
  border: 1px solid #bfbfbf;
  padding: 10px;
  width: 100%;
  height: auto;
}
/***********************
Altersabfrage
***********************/
.altersabfrage {
  position: fixed;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.7);
  z-index: 5000;
}
.altersabfrage .abfragebox {
  display: table;
  width: 100%;
  height: 100%;
}
.altersabfrage .abfragebox .zentriert {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.altersabfrage .abfragebox .zentriert h2 {
  color: #ffffff;
  font-size: 84px;
  font-weight: 600;
  margin-bottom: 80px;
  -webkit-animation: fadein 2s;
  /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 2s;
  /* Firefox < 16 */
  -ms-animation: fadein 2s;
  /* Internet Explorer */
  -o-animation: fadein 2s;
  /* Opera < 12.1 */
  animation: fadein 2s;
}
.altersabfrage .abfragebox .zentriert .box {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin: 0px 10px;
  /* Firefox < 16 */
  /* Safari, Chrome and Opera > 12.1 */
  /* Internet Explorer */
  /* Opera < 12.1 */
}
.altersabfrage .abfragebox .zentriert .box a, .altersabfrage .abfragebox .zentriert .box a:link, .altersabfrage .abfragebox .zentriert .box a:visited {
  display: block;
  color: #000000;
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
  width: 283px;
  height: 268px;
  line-height: 268px;
  text-align: center;
  background-image: url(/basics/images/alterabfrage_kreuz_weiss.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-animation: fadein 2s;
  /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 2s;
  /* Firefox < 16 */
  -ms-animation: fadein 2s;
  /* Internet Explorer */
  -o-animation: fadein 2s;
  /* Opera < 12.1 */
  animation: fadein 2s;
}
.altersabfrage .abfragebox .zentriert .box a:hover, .altersabfrage .abfragebox .zentriert .box a:focus, .altersabfrage .abfragebox .zentriert .box a:active {
  color: #ffffff;
  background-image: url(/basics/images/alterabfrage_kreuz_pink.png);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-ms-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.footer_print {
  display: none;
}
/***********************
Media Query
***********************/
@media (max-width: 1400px) {
  .boxen_home .box-center .box-center_top.video_bg .videobox video {
    /*top: 0px;*/
  }
}
@media (max-width: 1300px) {
  .header ul.navi li a, .header ul.navi li a:link, .header ul.navi li a:visited {
    padding-left: 0px;
  }
}
@media (max-width: 1199.98px) {
  .header ul.navi li a, .header ul.navi li a:link, .header ul.navi li a:visited {
    font-size: 17px;
  }
  .headerbild .bild {
    height: 600px;
  }
  .headerbild .bild .textfeld {
    top: 80px;
  }
  .headerbild .bild .textfeld a.pfeil {
    margin-top: 25px;
  }
  .boxen_home .box {
    /*padding: 12px;*/
  }
  .boxen_home .box-center .box-center_top.video_bg .videobox video {
    height: 100%;
    width: auto;
  }
}
@media (max-width: 991.98px) {
  .hidden-md {
    display: none !important;
  }
  .visible-md {
    display: block !important;
  }
  .boxen_home .box-left, .boxen_home .box-right {
    height: 680px;
    width: 27%;
  }
  .boxen_home .box-center {
    height: auto;
    width: 46%;
  }
  .boxen_home .box-center .box-center_top {
    height: 220px;
  }
  .boxen_home .box-center .box-center_left, .boxen_home .box-center .box-center_right, .boxen_home .box-center .box-center_top-left, .boxen_home .box-center .box-center_top-right, .boxen_home .box-center .box-center_bottom, .boxen_home .box-center .box-center_bottom-left, .boxen_home .box-center .box-center_bottom-right {
    height: 220px;
    width: 100%;
    float: none;
    clear: both;
  }
  .boxen_home .box-center .box-center_left, .boxen_home .box-center .box-center_bottom-left {
    margin-bottom: 10px;
  }
  .boxen_home .box_unten_links {
    width: 27%;
  }
  .boxen_home .box_unten_mitte {
    width: 46%;
    width: calc(46% - 20px);
  }
  .boxen_home .box_unten_rechts {
    width: 27%;
  }
  .boxen_home.produkte .box-left, .boxen_home.produkte .box-right {
    height: 910px;
  }
  .header ul.navi {
    display: none;
  }
  .header .align-right .suchbox, .header .align-right .userbox {
    display: none;
  }
  .header div.button-navi {
    display: inline-block;
  }
  .headerbild .bild {
    height: 500px;
  }
  .headerbild .bild .textfeld {
    top: 40px;
  }
  .headerbild .bild .textfeld p {
    font-size: 17px;
    line-height: 20px;
  }
  .headerbild .bild .textfeld a.pfeil {
    margin-top: 25px;
  }
  .footer .box.last, .footer .box:nth-child(2) {
    border-right: none;
  }
  .altersabfrage .abfragebox .zentriert h2 {
    font-size: 55px;
    margin-bottom: 55px;
  }
  .altersabfrage .abfragebox .zentriert .box a, .altersabfrage .abfragebox .zentriert .box a:link, .altersabfrage .abfragebox .zentriert .box a:visited {
    font-size: 25px;
    width: 200px;
    height: 190px;
    line-height: 190px;
  }
}
@media (max-width: 880px) {
  .boxen_home .box-left, .boxen_home .box-right, .boxen_home .box-bottom-right-left, .boxen_home .box-bottom-right-right, .boxen_home .box-bottom-left, .boxen_home .box-bottom-left-left, .boxen_home .box-bottom-left-right, .boxen_home .box_unten_links, .boxen_home .box_unten_mitte, .boxen_home .box_unten_rechts {
    height: 250px;
    width: 100%;
    float: none;
    clear: both;
    margin-bottom: 10px;
    margin-left: 0px;
    margin-right: 0px;
  }
  .boxen_home .box-left img.button, .boxen_home .box-right img.button, .boxen_home .box-bottom-right-left img.button, .boxen_home .box-bottom-right-right img.button, .boxen_home .box-bottom-left img.button, .boxen_home .box-bottom-left-left img.button, .boxen_home .box-bottom-left-right img.button, .boxen_home .box_unten_links img.button, .boxen_home .box_unten_mitte img.button, .boxen_home .box_unten_rechts img.button {
    width: auto;
    max-width: auto;
    height: calc(100% - 30px);
    left: inherit;
    right: 15px;
    top: 15px;
    bottom: 15px;
  }
  .boxen_home .box-center {
    height: auto;
    width: 100%;
    float: none;
    clear: both;
    padding: 0px;
    margin-bottom: 10px;
  }
  .boxen_home .box-center .box-center_top {
    height: 250px;
  }
  .boxen_home .box-center .box-center_top.video_bg .videobox video {
    height: auto;
    width: 100%;
    /*top: -9%;*/
  }
  .boxen_home .box-center .box-center_left, .boxen_home .box-center .box-center_right, .boxen_home .box-center .box-center_bottom, .boxen_home .box-center .box-center_bottom-left, .boxen_home .box-center .box-center_bottom-right, .boxen_home .box-center .box-bottom-right-left, .boxen_home .box-center .box-bottom-right-right {
    height: 250px;
  }
  .boxen_home .box-center .box-center_left, .boxen_home .box-center .box-center_bottom-left {
    margin-bottom: 10px;
  }
  .boxen_home .box-bottom-left, .boxen_home .box-bottom-right, .boxen_home .box-bottom-right-left, .boxen_home .box-bottom-right-right, .boxen_home .box-bottom-left-left, .boxen_home .box-bottom-left-right, .boxen_home .box_unten_rechts {
    margin-top: 0px;
  }
  .boxen_home.produkte .box-left, .boxen_home.produkte .box-right {
    height: 250px;
  }
}
@media (max-width: 767.98px) {
  .hidden-xs {
    display: none;
  }
  .visible-xs {
    display: block;
  }
  .hidden-lg {
    display: block;
  }
  .visible-lg {
    display: none;
  }
  .hidden-sm {
    display: none !important;
  }
  .visible-sm {
    display: block !important;
  }
  .boxen_home .box-bottom-left, .boxen_home .box-bottom-right {
    float: none;
    clear: both;
    width: 100%;
    margin-bottom: 10px;
  }
  .header .align-right .cartbox .cart {
    width: 100%;
  }
  .headerbild .bild {
    height: auto;
    background: none !important;
  }
  .headerbild .bild img {
    width: 100%;
    height: auto;
  }
  .headerbild .bild .textfeld {
    position: relative;
    right: inherit;
    top: inherit;
    width: 100%;
    max-width: 100%;
    background: #e6007e;
  }
  .headerbild .slickslider .slick-prev, .headerbild .slickslider .slick-next {
    top: 140px;
  }
  .uebersicht {
    display: none;
  }
  form.warenkorb .produktliste .col-12 {
    text-align: left !important;
    padding-bottom: 10px;
  }
  form.warenkorb .produktliste .col-12 p {
    display: inline-block;
    margin: 0px;
  }
  form.warenkorb .produktliste .col-12 p.text_rechts {
    text-align: left !important;
  }
  form.warenkorb .produktliste .col-12 .bezeichnung {
    display: inline-block;
    vertical-align: middle;
    width: 45%;
    font-weight: bold;
  }
  .niedrig .col-12 {
    text-align: left !important;
    padding-bottom: 10px;
  }
  .niedrig .col-12 p {
    display: inline-block;
    margin: 0px;
  }
  .niedrig .col-12 p.text_rechts {
    text-align: left !important;
  }
  .altersabfrage .abfragebox .zentriert h2 {
    font-size: 40px;
    margin-bottom: 40px;
  }
  .altersabfrage .abfragebox .zentriert .box a, .altersabfrage .abfragebox .zentriert .box a:link, .altersabfrage .abfragebox .zentriert .box a:visited {
    font-size: 20px;
    width: 150px;
    height: 142px;
    line-height: 142px;
  }
}
@media (max-width: 575.98px) {
  .shopuebersicht .kategorien ul, .shopartikel .kategorien ul {
    padding: 0px 17px 8px 17px;
  }
  .shopuebersicht .kategorien ul li, .shopartikel .kategorien ul li {
    margin: 0px;
  }
  .headerbild .slickslider .slick-prev, .headerbild .slickslider .slick-next {
    top: 100px;
  }
  .boxen_home .box-left img.button {
    width: auto;
    max-width: auto;
    height: calc(100% - 100px);
    left: inherit;
    right: 15px;
    top: inherit;
    bottom: 15px;
  }
  .boxen_home .box-center .box-center_top.video_bg .videobox video {
    /*top: 0px;*/
  }
  .teamdetail img {
    margin: 0px 0px 25px 0px;
  }
  .newsliste .news-more, .newsseite .news-more {
    display: none;
  }
  .newsseite .newsartikel table tr:nth-child(odd) td {
    background: #efefef;
  }
  .newsseite .newsartikel table tr td {
    padding: 0px 10px;
  }
  .newsseite .newsartikel table tr td:nth-child(1) {
    width: 50%;
    display: inline-block;
    float: left;
    text-align: left;
    padding-right: 30px;
    padding-top: 5px;
    /*&:before {
								content: attr(data-title) ": ";
								font-weight: bold;
							}*/
  }
  .newsseite .newsartikel table tr td:nth-child(2) {
    padding-top: 5px;
    width: 50%;
    display: inline-block;
    float: left;
    /*&:before {
								content: attr(data-title) ": ";
								font-weight: bold;
							}*/
  }
  .newsseite .newsartikel table tr td:nth-child(3) {
    width: 100%;
    display: block;
    float: left;
    padding-bottom: 5px;
  }
  .produkt h1, .produkt h2 {
    text-align: left;
  }
  .produkt a.klassiker, .produkt a.klassiker:link, .produkt a.klassiker:visited {
    text-align: left;
    margin-bottom: 25px;
  }
  .footer .box {
    border-right: none;
    min-height: inherit;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #bfbfbf;
  }
  .footer .box.last, .footer .box:nth-child(2) {
    border-right: none;
  }
  .footer .links {
    margin-top: 0px;
    padding-top: 0px;
    border: none;
  }
  .hidden-xs {
    display: none !important;
  }
  .visible-xs {
    display: block !important;
  }
  .downloads .tab-content .tab-pane .listenbox a.button, .downloads .tab-content .tab-pane .listenbox a.button:link, .downloads .tab-content .tab-pane .listenbox a.button:visited {
    display: block;
    width: 100%;
    text-align: center;
  }
  .downloads .tab-content .tab-pane .listenbox.texte .rechte-spalte {
    text-align: center;
  }
  .downloads .tab-content .tab-pane .listenbox.texte p {
    margin: 0px 0px 10px 0px;
    padding-right: 0px;
  }
  .downloads .tab-content .tab-pane .listenbox.bilder .rechte-spalte {
    padding-left: 0px;
  }
  .downloads .tab-content .tab-pane .listenbox.bilder img {
    margin-bottom: 10px;
  }
  .align-right {
    text-align: left;
  }
  .header .align-right {
    text-align: right;
  }
  form.gutscheincode strong {
    display: block;
  }
  .footer .box {
    padding-top: 20px;
    padding-bottom: 0px;
  }
  .altersabfrage .abfragebox .zentriert h2 {
    font-size: 30px;
    margin-bottom: 40px;
  }
  .altersabfrage .abfragebox .zentriert .box a, .altersabfrage .abfragebox .zentriert .box a:link, .altersabfrage .abfragebox .zentriert .box a:visited {
    font-size: 16px;
    width: 100px;
    height: 95px;
    line-height: 95px;
  }
}
@media (max-width: 480px) {
  .headerbild .slickslider .slick-prev, .headerbild .slickslider .slick-next {
    top: 80px;
  }
}
