/*  ------------------------------------------------------
Stylesheet zu www.
2013                   
*  *  *  *                              
Design: www.owmedia.de // 
--------------------------------------------------------*/
/*  ------------------------------------------------------
CMS
--------------------------------------------------------*/
#phone {
  display: none;
}
.center {
  text-align: center;
}
.bild_links {
  float: left;
  margin: 0 10px 10px 0;
}
.bild_rechts {
  float: right;
  margin: 0 0 10px 10px;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
/*  ------------------------------------------------------
BASICS
--------------------------------------------------------*/
* {
  margin: 0;
  padding: 0;
}
body {
  color: #000;
  font-family: "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;
  /*background: #eee url(/basics/images/bg.jpg) repeat-x;*/
  background-color: #ececec;
  font-feature-settings: "liga" 0;
  /*overflow-x: hidden;*/
}
#cookie-hinweis {
  width: 100%;
  background: #000;
  color: #fff;
  position: fixed;
  top: 0;
  z-index: 999;
  display: none;
  opacity: 0.9;
  -moz-opacity: 0.9;
  filter: alpha(opacity=90);
  line-height: 32px;
  text-align: center;
  padding: 10px;
}
#cookie-hinweis a {
  text-decoration: underline;
}
#cookie-hinweis a,
#cookie-hinweis p {
  color: #fff;
  margin: 0 0 10px 0;
}
#cookie-hinweis span#akzeptieren,
#cookie-hinweis span#ablehnen {
  color: #000;
  cursor: pointer;
}
#cookie-hinweis span {
  display: inline-block;
  vertical-align: middle;
  background: #fff;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  height: 38px;
  line-height: 38px;
  padding: 0px 30px;
  margin-left: 30px;
  cursor: pointer;
  font-weight: 300;
}
.row {
  background-color: #ffffff;
}
table,
tr,
th,
td,
img,
fieldset {
  border: 0 none;
}
li {
  margin-left: 18px;
}
a,
a:hover {
  color: #000;
}
a,
a:link,
a:visited {
  cursor: pointer;
  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;
}
a:hover,
a:focus,
a:active {
  cursor: pointer;
  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;
}
a.button_allgemein,
a.button_allgemein:link,
a.button_allgemein:visited,
button.button_allgemein,
input.button_allgemein {
  display: block;
  width: 100%;
  font-size: 15px;
  color: #ffffff;
  background: #545454;
  height: auto;
  line-height: normal;
  text-align: center;
  padding: 12px 20px !important;
  font-family: 'Inconsolata', serif;
  font-weight: bold;
  letter-spacing: 5px;
  border: none;
  text-decoration: none;
  white-space: normal;
}
a.button_allgemein.klein,
a.button_allgemein:link.klein,
a.button_allgemein:visited.klein,
button.button_allgemein.klein,
input.button_allgemein.klein {
  padding: 5px 15px !important;
  display: inline-block;
  width: auto;
  text-indent: 5px;
}
a.button_allgemein:hover,
a.button_allgemein:focus,
a.button_allgemein:active,
button.button_allgemein:hover,
button.button_allgemein:focus,
button.button_allgemein:active,
input.button_allgemein:hover,
input.button_allgemein:focus,
input.button_allgemein:active {
  text-decoration: none;
  background: #000000;
}
div.clear {
  clear: both;
  height: 0;
  font-size: 0;
  overflow: hidden;
}
ul,
li {
  margin: 0;
}
h2.akkordeon {
  padding: 0 0 0 22px;
  background: url(/basics/images/zu.png) no-repeat;
  line-height: 100%;
}
h2.akkordeon_offen {
  padding: 0 0 0 22px;
  background: url(/basics/images/offen.png) no-repeat;
  line-height: 100%;
}
p.introzeile {
  padding: 0 0 0 22px;
  line-height: 110%;
}
.akkordeontext {
  padding: 0 0 0 22px;
}
img.akkordeon {
  margin: 0 10px 15px 0;
}
.linie {
  border-bottom: 2px dotted #ddd;
  margin: 7px 0;
}
.galerie img {
  margin: 0 10px 20px 0;
}
.mobile {
  display: none;
}
img {
  max-width: 100%;
  height: auto;
}
.display_mobile {
  display: none;
}
/***********************
Allgemein
***********************/
html,
body {
  font-family: 'Inconsolata', serif;
  font-size: 14px;
}
.row {
  margin: 0px;
}
.width {
  max-width: 1200px;
  margin: 0 auto;
}
h1 {
  font-size: 15px;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 25px;
  font-family: "Inconsolata", serif;
  letter-spacing: 5px;
}
h2 {
  font-size: 15px;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: "Inconsolata", serif;
}
p,
ul {
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  font-weight: 300;
  margin-top: 0px;
  margin-bottom: 25px;
}
table tr td {
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  font-weight: 300;
  margin-top: 0px;
  margin-bottom: 25px;
}
.abst {
  padding-bottom: 60px;
}
.abst ul,
.abst ol {
  padding-left: 17px;
}
.abst-klein {
  padding-bottom: 30px;
}
hr {
  border-bottom: 1px solid #000000;
}
a:hover,
a:focus,
a:active {
  cursor: pointer;
}
p a,
p a:link,
p a:visited {
  text-decoration: underline;
}
p a:hover,
p a:focus,
p a:active {
  text-decoration: none;
}
p a.weiter,
p a.weiter:link,
p a.weiter:visited,
p a.mehr,
p a.mehr:link,
p a.mehr:visited {
  text-decoration: none;
}
p a.weiter:hover,
p a.weiter:focus,
p a.weiter:active,
p a.mehr:hover,
p a.mehr:focus,
p a.mehr:active {
  text-decoration: underline;
}
.rot {
  color: #FF4500 !important;
}
.rot a,
.rot a:link,
.rot a:visited {
  color: #FF4500;
  text-decoration: underline;
}
.rot a:hover,
.rot a:focus,
.rot a:active {
  color: #FF4500;
  text-decoration: none;
}
ul.parsley-error-list {
  padding: 0px !important;
  margin: 0px 0px 5px 0px !important;
}
ul.parsley-error-list li {
  color: #ff0000;
}
.responsive-video,
.responsive_video,
.video-responsive {
  position: relative;
  padding-bottom: 56%;
  height: 0;
  overflow: hidden;
  width: 100%;
  margin: 20px 0px;
}
.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: #ececec;
  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: #000000 !important;
  text-decoration: underline !important;
}
.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 {
  text-decoration: none !important;
}
.googlemaps_hinweis {
  background: #f5f5f5;
  padding: 100px 30px;
  text-align: center;
}
.googlemaps_hinweis a,
.googlemaps_hinweis a:link,
.googlemaps_hinweis a:visited {
  color: #000000 !important;
  text-decoration: underline !important;
}
.googlemaps_hinweis a:hover,
.googlemaps_hinweis a:focus,
.googlemaps_hinweis a:active {
  text-decoration: none !important;
}
/***********************
Head + Navi
***********************/
.header_platzhalter_desktop {
  height: 58px;
}
.header_platzhalter_mobile {
  height: 42px;
}
.header_gross_platzhalter_desktop {
  height: 170px;
  background: #ffffff;
}
.header_gross_platzhalter_mobile {
  height: 220px;
  background: #ffffff;
  display: none;
}
img.logo {
  margin: 0 auto;
  margin-top: 25px;
  margin-bottom: 40px;
}
.menu-top ul {
  width: 100%;
  margin: 0px 0px 64px 0px;
  padding: 0px;
  text-align: center;
}
.menu-top ul li {
  /*width: 16%;*/
  display: inline-block;
  text-align: left;
  margin-right: 8%;
  padding: 10px 0;
}
.menu-top ul li:last-child {
  margin-right: 0px;
}
.menu-top ul li a:link,
.menu-top ul li a:visited {
  font-size: 15px;
  color: #000000;
  font-weight: bold;
  padding-bottom: 3px;
  letter-spacing: 7px;
}
.menu-top ul li:last-child a:link,
.menu-top ul li a:visited {
  margin-right: 10px;
}
.menu-top ul li a:hover,
.menu-top ul li a:focus,
.menu-top ul li a:active,
.menu-top ul li.active a {
  text-decoration: none;
  border-bottom: 1px solid #000000;
  padding-bottom: 2px;
}
.menu-footer {
  overflow: auto;
  background-color: #ececec;
}
.menu-footer ul {
  margin: 0px;
  padding: 0px;
}
.menu-footer ul li {
  /*width: 16%;*/
  display: inline-block;
  text-align: left;
  padding: 10px 0;
}
.menu-footer ul.orientation-horizontal li {
  padding: 0;
}
.menu-footer ul li:last-child {
  margin-right: 0px;
}
.menu-footer ul li a:link,
.menu-footer ul li a:visited {
  font-size: 13px;
  color: #000000;
  font-weight: bold;
  padding-bottom: 3px;
}
.menu-footer table td {
  font-size: 13px;
  text-align: left;
}
.menu-footer form input[type="submit"] {
  font-size: 13px;
  width: 120px;
  text-align: center;
  margin-top: 0px;
  height: 28px;
  background-color: #ffffff;
}
.menu-footer form input[type="submit"]:hover,
.menu-footer form input[type="submit"]:focus {
  text-decoration: underline;
}
.menu-footer ul li:last-child a:link,
.menu-footer ul li a:visited {
  margin-right: 10px;
}
.menu-footer ul li a:hover,
.menu-footer ul li a:focus,
.menu-footer ul li a:active,
.menu-footer ul li.active a {
  text-decoration: none;
  border-bottom: 1px solid #000000;
  padding-bottom: 2px;
}
.menu-footer input#suchfeld,
form#nlform input#email {
  border: 1px solid #000000;
  color: #b3b3b2;
  height: 28px;
  line-height: 28px;
  padding: 0px 10px;
  font-size: 13px;
}
.menu-footer form {
  text-align: right;
  padding-top: 10px;
}
.menu-footer table.socialmedia_shariff tr td {
  padding-right: 7px;
}
.menu-footer p.weiter_mit_rahmen {
  font-size: 12px !important;
  width: 120px;
  text-align: center;
  background-color: #ffffff;
}
.menu-footer p.weiter_mit_rahmen:hover,
.menu-footer p.weiter_mit_rahmen:focus {
  text-decoration: underline;
}
.menu-footer.abst .align-right {
  padding-top: 34px;
}
.menu-footer #suche_lupe {
  display: inline-block;
  padding: 3px 7px;
  background-color: #ffffff;
  border: 1px solid #000000;
}
.menu-footer-neu {
  background-color: #f5f5f5;
  padding: 45px 0px 0px 0px;
}
.menu-footer-neu.abst {
  padding: 15px 0px 20px 0px;
}
.menu-footer-neu ul.footer-navi {
  list-style-type: none;
  padding: 0px;
  margin: 0px 0px 20px 0px;
}
.menu-footer-neu ul.footer-navi li {
  display: block;
}
.menu-footer-neu ul.footer-navi li a,
.menu-footer-neu ul.footer-navi li a:link,
.menu-footer-neu ul.footer-navi li a:visited {
  font-size: 13px;
  font-weight: bold;
  display: block;
  line-height: 24px;
}
.menu-footer-neu p {
  font-size: 13px;
}
.menu-footer-neu p strong {
  display: inline-block;
  margin-bottom: 8px;
}
.menu-footer-neu .social-media-icons {
  margin-bottom: 10px;
}
.menu-footer-neu .social-media-icons img {
  display: inline-block;
  vertical-align: middle;
  margin: 5px 15px 5px 0px;
}
.menu-footer-neu .siegel {
  margin-bottom: 10px;
}
.menu-footer-neu .siegel ul {
  display: block;
  margin: 0px 0px 0px auto;
  padding: 0px;
  list-style-type: none;
  width: 100%;
  max-width: 250px;
}
.menu-footer-neu .siegel ul li {
  width: 49%;
  display: inline-block;
  vertical-align: middle;
  padding: 5px 0px 5px 15px;
  text-align: center;
}
.menu-footer-neu .shariff {
  margin: 0px 0px 20px 0px;
  max-width: 100%;
}
.menu-footer-neu .shariff ul li {
  width: 85px;
}
.menu-footer-neu .shariff ul li a {
  color: #000000;
}
.menu-footer-neu #suche_lupe {
  display: inline-block;
  padding: 3px 5px;
  border: 1px solid #000000;
  margin-bottom: 20px;
}
.menu-footer-neu form #suche {
  margin-bottom: 20px;
}
.menu-footer-neu form #suche input[type="text"] {
  border: 1px solid #000000;
  color: #000000;
  display: inline-block;
  vertical-align: top;
  padding: 3px 10px;
}
.menu-footer-neu form #suche input[type="submit"] {
  margin: 0px;
}
.align-right {
  text-align: right;
}
form#nlform table {
  float: right;
}
#scrollnavi {
  background-color: #ffffff;
  margin: 0 auto;
  opacity: 0.9;
  position: fixed;
  top: 0;
  z-index: 200;
  max-width: 1170px;
  width: 100%;
  display: none;
}
/***********************
Hinweisblock
***********************/
.hinweisblock_box {
  padding-bottom: 25px;
  background: #ffffff;
}
.hinweisblock_box .hinweisblock {
  background: #f5f5f5;
  text-align: center;
}
.hinweisblock_box .hinweisblock .block {
  padding: 20px 0px;
  background: #f5f5f5;
}
.hinweisblock_box .hinweisblock .block p {
  color: #000000;
  margin: 0px;
  font-weight: normal;
}
.hinweisblock_box .hinweisblock .block p a,
.hinweisblock_box .hinweisblock .block p a:link,
.hinweisblock_box .hinweisblock .block p a:visited {
  color: #000000;
  text-decoration: underline;
}
.hinweisblock_box .hinweisblock .block p a:hover,
.hinweisblock_box .hinweisblock .block p a:focus,
.hinweisblock_box .hinweisblock .block p a:active {
  color: #000000;
  text-decoration: none;
}
/***********************
Navi - Left
***********************/
.menu-left ul.shopnavi {
  padding: 0px;
  column-count: 1;
  -webkit-column-count: 1;
  -moz-column-count: 1;
}
.menu-left ul.shopnavi li {
  list-style-type: none;
  padding-bottom: 10px;
}
.menu-left ul.shopnavi li a:link,
.menu-left ul.shopnavi li a:visited {
  color: #000000;
  padding-bottom: 3px;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 7px;
}
.menu-left ul.shopnavi li a:hover,
.menu-left ul.shopnavi li a:focus,
.menu-left ul.shopnavi li a:active,
.menu-left ul.shopnavi li.active a {
  padding-bottom: 2px;
  border-bottom: 1px solid #000000;
  text-decoration: none;
}
.farbauswahl {
  margin-bottom: 40px;
  padding-left: 4px;
}
.farbauswahl .farbvariante {
  /*width: 25px;
		height: 25px;*/
  width: 21px;
  height: 21px;
  text-align: center;
  /*border-color: #999999;*/
  border: none;
  position: relative;
  margin: 8px 5px 0px 0px;
}
.farbauswahl .farbvariante:after {
  content: "";
  display: block;
  width: 29px;
  height: 29px;
  position: absolute;
  left: -4px;
  top: -4px;
  border: 1px solid #999999;
}
.farbauswahl .farbvariante_aktiv_dunkel,
.farbauswahl .farbvariante_aktiv_hell {
  /*border-color: #000000;*/
  margin: 8px 5px 0px 0px;
}
.farbauswahl .farbvariante_aktiv_dunkel:after,
.farbauswahl .farbvariante_aktiv_hell:after {
  border-color: #000000;
}
.menu-left ul.shopnavi li ul.sub_shopnavi li {
  margin: 0;
  padding: 0;
}
.menu-left ul.shopnavi li ul.sub_shopnavi li a {
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 3px;
}
/***********************
Inhalt
***********************/
.bild-start img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
.bild-start p {
  /*margin-bottom: 15px;*/
  margin-bottom: 9px;
  font-family: 'Inconsolata', serif;
  font-size: 15px;
  float: left;
  font-weight: bold;
}
.bild-start p:last-child {
  margin-bottom: 15px;
  font-size: 11px;
  float: right;
  font-family: 'Lato', sans-serif;
  font-weight: normal;
}
.bild-start {
  text-align: right;
}
.bild-start-text p {
  margin-bottom: 9px;
}
p a.weiter:link,
p a.weiter:visited,
a.weiter:link,
a.weiter:visited,
a.weiter {
  font-family: 'Inconsolata', serif;
  font-size: 15px;
  float: left;
  font-weight: bold;
  margin-right: 45px;
  color: #000000;
  padding-bottom: 3px;
  letter-spacing: 5px;
  display: block;
  margin-bottom: 15px;
}
p a.weiter:hover,
p a.weiter:focus,
p a.weiter:active,
a.weiter:hover,
a.weiter:focus,
a.weiter:active {
  text-decoration: none;
  border-bottom: 1px solid #000000;
  padding-bottom: 2px;
}
.produkt p a.weiter:link,
.produkt p a.weiter:visited,
.produkt a.weiter:link,
.produkt a.weiter:visited,
.produkt a.weiter,
.shopcontent p a.weiter:link,
.shopcontent p a.weiter:visited,
.shopcontent a.weiter:link,
.shopcontent a.weiter:visited,
.shopcontent a.weiter,
p#anzeige_warenkorb input,
form a:link,
form a:visited,
form.neukunde input[type="submit"],
form input[type="submit"] {
  border: 1px solid #000000 !important;
  padding: 3px 10px !important;
  margin-bottom: 10px;
  margin-right: 5px;
  cursor: pointer !important;
}
.produkt p a.weiter:hover,
.produkt p a.weiter:focus,
.produkt a.weiter:hover,
.produkt a.weiter:focus,
.shopcontent p a.weiter:hover,
.shopcontent p a.weiter:focus,
.shopcontent a.weiter:hover,
.shopcontent a.weiter:focus {
  text-decoration: underline;
}
form p a:link,
form p a:visited,
form p a {
  text-decoration: none;
}
form p a:hover,
form p a:focus,
form p a:avtive {
  text-decoration: underline;
}
.produkt .spritezoom-view {
  background-size: 100% auto;
  background-position: center center;
}
.shopcontent .produkt form.artikelform p a.weiter:link,
.shopcontent .produkt form.artikelform p a.weiter:visited,
.shopcontent .produkt form.artikelform a.weiter:link,
.shopcontent .produkt form.artikelform a.weiter:visited,
.shopcontent .produkt form.artikelform a.weiter {
  padding: 3px 10px !important;
}
.shopcontent .produkt form.artikelform p a.weiter:hover,
.shopcontent .produkt form.artikelform p a.weiter:focus,
.shopcontent .produkt form.artikelform a.weiter:hover,
.shopcontent .produkt form.artikelform a.weiter:focus {
  text-decoration: underline;
}
.shopcontent .produkt #artikelbild .cycle-slideshow,
.shopcontent .produkt #artikelbild .spritezoom-instance {
  margin: 0 auto;
}
.shopcontent .produkt .artikeltext {
  position: relative;
}
.shopcontent .produkt .artikeltext h1 {
  margin-bottom: 0px;
  font-size: 18px;
}
.shopcontent .produkt .artikeltext h2 {
  margin-bottom: 0px;
}
.shopcontent .produkt .artikeltext .pflegehinweise {
  padding: 10px 0px;
}
.shopcontent .produkt .artikeltext .pflegehinweise small {
  font-size: 12px;
  line-height: normal;
}
.shopcontent .produkt .artikeltext .pflegehinweise small a,
.shopcontent .produkt .artikeltext .pflegehinweise small a:link,
.shopcontent .produkt .artikeltext .pflegehinweise small a:visited {
  text-decoration: underline;
  cursor: pointer;
}
.shopcontent .produkt .artikeltext .pflegehinweise small a:hover,
.shopcontent .produkt .artikeltext .pflegehinweise small a:focus,
.shopcontent .produkt .artikeltext .pflegehinweise small a:active {
  text-decoration: none;
}
.shopcontent .produkt .artikeltext a.merken,
.shopcontent .produkt .artikeltext a.merken:link,
.shopcontent .produkt .artikeltext a.merken:visited {
  display: inline-block;
  width: 22px;
  height: 20px;
  text-indent: -9999px;
  background-image: url(/basics/images/update_2021/artikeldetail_icon_herz.png);
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  left: -20px;
  top: 50px;
}
.shopcontent .produkt .artikeltext a.merken:hover,
.shopcontent .produkt .artikeltext a.merken:focus,
.shopcontent .produkt .artikeltext a.merken:active {
  background-image: url(/basics/images/update_2021/artikeldetail_icon_herz_hover.png);
}
.shopcontent .produkt .artikeltext a.merken.active,
.shopcontent .produkt .artikeltext a.merken.active:link,
.shopcontent .produkt .artikeltext a.merken.active:visited,
.shopcontent .produkt .artikeltext a.merken.active:hover,
.shopcontent .produkt .artikeltext a.merken.active:focus,
.shopcontent .produkt .artikeltext a.merken.active:active {
  background-image: url(/basics/images/update_2021/lieblingsartikel_icon_herz.png);
}
.shopcontent .produkt .artikeltext .farbauswahl {
  padding-top: 7px;
  margin-bottom: 10px;
}
.shopcontent .produkt .artikeltext .farbauswahl p {
  padding-top: 10px;
}
.shopcontent .produkt .artikeltext form .auswahl_farbe {
  margin-bottom: 15px;
}
.shopcontent .produkt .artikeltext form .auswahl_sigantur {
  margin-bottom: 10px;
}
.shopcontent .produkt .artikeltext form .auswahl_sigantur ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
.shopcontent .produkt .artikeltext form .auswahl_sigantur ul li {
  display: inline-block;
  vertical-align: top;
  margin-left: 5px;
}
.shopcontent .produkt .artikeltext form .auswahl_sigantur ul li:first-child {
  margin-left: 0px;
}
.shopcontent .produkt .artikeltext form .auswahl_sigantur ul li button {
  height: 30px;
  line-height: 30px;
  font-family: 'Inconsolata', serif;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 5px;
  color: #000000;
  background: #ededed;
  border: none;
  padding: 0px 10px;
  text-align: center;
  width: 150px;
  max-width: 100%;
  text-indent: 5px;
}
.shopcontent .produkt .artikeltext form .auswahl_sigantur ul li button:hover,
.shopcontent .produkt .artikeltext form .auswahl_sigantur ul li button:focus,
.shopcontent .produkt .artikeltext form .auswahl_sigantur ul li button:active,
.shopcontent .produkt .artikeltext form .auswahl_sigantur ul li button.active {
  background: #999999;
}
.shopcontent .produkt .artikeltext form .anzeige_exemplare p {
  margin-bottom: 15px;
}
.shopcontent .produkt .artikeltext form .auswahl_menge {
  padding-bottom: 15px;
}
.shopcontent .produkt .artikeltext form .auswahl_menge p {
  margin: 0px;
}
.shopcontent .produkt .artikeltext form .auswahl_menge p select {
  margin-left: 10px;
  background: #ededed;
  border: none;
  font-family: 'Inconsolata', serif;
  font-weight: bold;
  font-size: 15px;
  padding: 0px 10px;
  width: auto;
  display: inline-block;
  vertical-align: middle;
  height: 30px;
  line-height: 30px;
}
.shopcontent .produkt .artikeltext form .auswahl_sprache {
  padding-bottom: 15px;
}
.shopcontent .produkt .artikeltext form .auswahl_sprache p {
  margin: 0px;
}
.shopcontent .produkt .artikeltext form .auswahl_sprache p select {
  margin-left: 10px;
  background: #ededed;
  border: none;
  font-family: 'Inconsolata', serif;
  font-weight: bold;
  font-size: 15px;
  padding: 0px 10px;
  width: auto;
  display: inline-block;
  vertical-align: middle;
  height: 30px;
  line-height: 30px;
}
.shopcontent .produkt .artikeltext form .anzeige_preis {
  padding-top: 0px;
}
.shopcontent .produkt .artikeltext form .anzeige_preis p {
  margin: 0px;
}
.shopcontent .produkt .artikeltext form .anzeige_preis p.preis {
  font-size: 18px;
  margin-bottom: 5px;
}
.shopcontent .produkt .artikeltext form .anzeige_preis p small {
  display: block;
  font-size: 12px;
  line-height: normal;
  margin-bottom: 15px;
}
.shopcontent .produkt .artikeltext form .auswahl_geschenk {
  margin: 20px 0;
}
.shopcontent .produkt .artikeltext form .auswahl_geschenk p {
  margin: 0px;
  font-size: 12px;
  line-height: normal;
}
.shopcontent .produkt .artikeltext form .auswahl_geschenk p input {
  margin: 0px 5px 0px 0px;
  display: inline-block;
  vertical-align: middle;
}
.shopcontent .produkt .artikeltext form .auswahl_geschenk p span {
  display: inline-block;
  vertical-align: middle;
}
.shopcontent .produkt .artikeltext form .auswahl_geschenk p span.link,
.shopcontent .produkt .artikeltext form .auswahl_geschenk p a,
.shopcontent .produkt .artikeltext form .auswahl_geschenk p a:link,
.shopcontent .produkt .artikeltext form .auswahl_geschenk p a:visited {
  text-decoration: underline;
  cursor: pointer;
}
.shopcontent .produkt .artikeltext form .auswahl_geschenk p span.link:hover,
.shopcontent .produkt .artikeltext form .auswahl_geschenk p span.link:focus,
.shopcontent .produkt .artikeltext form .auswahl_geschenk p span.link:active,
.shopcontent .produkt .artikeltext form .auswahl_geschenk p a:hover,
.shopcontent .produkt .artikeltext form .auswahl_geschenk p a:focus,
.shopcontent .produkt .artikeltext form .auswahl_geschenk p a:active {
  text-decoration: none;
}
.shopcontent .produkt .artikeltext form .auswahl_geschenk p span.geschenkinfo {
  display: inline-block;
  vertical-align: unset;
  cursor: pointer;
  width: 13px;
  height: 13px;
  background: url(/basics/images/update_2021/warenkorb_icon_info.png);
  background-repeat: no-repeat;
  background-position: center center;
  margin-left: 2px;
}
.shopcontent .produkt .artikeltext form .anzeige_warenkorb {
  margin-top: 20px;
  padding-bottom: 25px;
}
.shopcontent .produkt .artikeltext form .anzeige_warenkorb a.button_allgemein,
.shopcontent .produkt .artikeltext form .anzeige_warenkorb a.button_allgemein:link,
.shopcontent .produkt .artikeltext form .anzeige_warenkorb a.button_allgemein:visited {
  width: auto;
  display: inline-block;
}
.shopcontent .produkt .artikeltext .weitere_links {
  padding-bottom: 25px;
}
.shopcontent .produkt .artikeltext .weitere_links p {
  margin-bottom: 0px;
}
.shopcontent .bestellprozess .schritte,
.shopcontent .formular_neu .schritte {
  margin-bottom: 35px;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.shopcontent .bestellprozess .schritte:before,
.shopcontent .formular_neu .schritte:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #999999;
  position: absolute;
  left: 0px;
  top: 10px;
  z-index: 0;
}
.shopcontent .bestellprozess .schritte .schritt,
.shopcontent .formular_neu .schritte .schritt {
  font-size: 15px;
  font-weight: bold;
  margin-top: 0px;
  font-family: "Inconsolata", serif;
  letter-spacing: 7px;
  color: #999999;
  position: relative;
  display: inline-block;
  width: auto;
}
.shopcontent .bestellprozess .schritte .schritt:before,
.shopcontent .formular_neu .schritte .schritt:before {
  content: "";
  width: 120%;
  width: calc(100% + 30px);
  height: 100%;
  background: #ffffff;
  position: absolute;
  left: -17px;
  top: 0px;
  z-index: 10;
}
.shopcontent .bestellprozess .schritte .schritt span,
.shopcontent .formular_neu .schritte .schritt span {
  position: relative;
  z-index: 20;
}
.shopcontent .bestellprozess .schritte .schritt.active,
.shopcontent .formular_neu .schritte .schritt.active {
  color: #000000;
}
.shopcontent .bestellprozess h2,
.shopcontent .formular_neu h2 {
  letter-spacing: 7px;
}
.shopcontent .bestellprozess img.bild,
.shopcontent .formular_neu img.bild {
  width: 170px;
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.shopcontent .bestellprozess form,
.shopcontent .formular_neu form,
.shopcontent .bestellprozess form.kunde,
.shopcontent .formular_neu form.kunde,
.shopcontent .bestellprozess form#gen_form,
.shopcontent .formular_neu form#gen_form {
  margin-bottom: 30px;
  width: 100%;
  padding: 0px;
  border: none;
}
.shopcontent .bestellprozess form p,
.shopcontent .formular_neu form p,
.shopcontent .bestellprozess form.kunde p,
.shopcontent .formular_neu form.kunde p,
.shopcontent .bestellprozess form#gen_form p,
.shopcontent .formular_neu form#gen_form p {
  line-height: normal;
  margin-bottom: 15px;
}
.shopcontent .bestellprozess form p small,
.shopcontent .formular_neu form p small,
.shopcontent .bestellprozess form.kunde p small,
.shopcontent .formular_neu form.kunde p small,
.shopcontent .bestellprozess form#gen_form p small,
.shopcontent .formular_neu form#gen_form p small {
  font-size: 12px;
  line-height: normal;
}
.shopcontent .bestellprozess form p a,
.shopcontent .formular_neu form p a,
.shopcontent .bestellprozess form.kunde p a,
.shopcontent .formular_neu form.kunde p a,
.shopcontent .bestellprozess form#gen_form p a,
.shopcontent .formular_neu form#gen_form p a,
.shopcontent .bestellprozess form p a:link,
.shopcontent .formular_neu form p a:link,
.shopcontent .bestellprozess form.kunde p a:link,
.shopcontent .formular_neu form.kunde p a:link,
.shopcontent .bestellprozess form#gen_form p a:link,
.shopcontent .formular_neu form#gen_form p a:link,
.shopcontent .bestellprozess form p a:visited,
.shopcontent .formular_neu form p a:visited,
.shopcontent .bestellprozess form.kunde p a:visited,
.shopcontent .formular_neu form.kunde p a:visited,
.shopcontent .bestellprozess form#gen_form p a:visited,
.shopcontent .formular_neu form#gen_form p a:visited {
  font-family: 'Lato', sans-serif;
  font-size: inherit;
  font-weight: 300;
  letter-spacing: 0px;
  margin: 0px;
  text-decoration: underline;
  vertical-align: inherit;
}
.shopcontent .bestellprozess form p a:hover,
.shopcontent .formular_neu form p a:hover,
.shopcontent .bestellprozess form.kunde p a:hover,
.shopcontent .formular_neu form.kunde p a:hover,
.shopcontent .bestellprozess form#gen_form p a:hover,
.shopcontent .formular_neu form#gen_form p a:hover,
.shopcontent .bestellprozess form p a:focus,
.shopcontent .formular_neu form p a:focus,
.shopcontent .bestellprozess form.kunde p a:focus,
.shopcontent .formular_neu form.kunde p a:focus,
.shopcontent .bestellprozess form#gen_form p a:focus,
.shopcontent .formular_neu form#gen_form p a:focus,
.shopcontent .bestellprozess form p a:active,
.shopcontent .formular_neu form p a:active,
.shopcontent .bestellprozess form.kunde p a:active,
.shopcontent .formular_neu form.kunde p a:active,
.shopcontent .bestellprozess form#gen_form p a:active,
.shopcontent .formular_neu form#gen_form p a:active {
  text-decoration: none;
}
.shopcontent .bestellprozess form p input[type="checkbox"],
.shopcontent .formular_neu form p input[type="checkbox"],
.shopcontent .bestellprozess form.kunde p input[type="checkbox"],
.shopcontent .formular_neu form.kunde p input[type="checkbox"],
.shopcontent .bestellprozess form#gen_form p input[type="checkbox"],
.shopcontent .formular_neu form#gen_form p input[type="checkbox"],
.shopcontent .bestellprozess form p input[type="radio"],
.shopcontent .formular_neu form p input[type="radio"],
.shopcontent .bestellprozess form.kunde p input[type="radio"],
.shopcontent .formular_neu form.kunde p input[type="radio"],
.shopcontent .bestellprozess form#gen_form p input[type="radio"],
.shopcontent .formular_neu form#gen_form p input[type="radio"] {
  width: auto;
  margin: 0px 8px 2px 0px;
  display: inline-block;
  vertical-align: bottom;
}
.shopcontent .bestellprozess form input[type="text"],
.shopcontent .formular_neu form input[type="text"],
.shopcontent .bestellprozess form.kunde input[type="text"],
.shopcontent .formular_neu form.kunde input[type="text"],
.shopcontent .bestellprozess form#gen_form input[type="text"],
.shopcontent .formular_neu form#gen_form input[type="text"],
.shopcontent .bestellprozess form input[type="email"],
.shopcontent .formular_neu form input[type="email"],
.shopcontent .bestellprozess form.kunde input[type="email"],
.shopcontent .formular_neu form.kunde input[type="email"],
.shopcontent .bestellprozess form#gen_form input[type="email"],
.shopcontent .formular_neu form#gen_form input[type="email"],
.shopcontent .bestellprozess form input[type="password"],
.shopcontent .formular_neu form input[type="password"],
.shopcontent .bestellprozess form.kunde input[type="password"],
.shopcontent .formular_neu form.kunde input[type="password"],
.shopcontent .bestellprozess form#gen_form input[type="password"],
.shopcontent .formular_neu form#gen_form input[type="password"],
.shopcontent .bestellprozess form input[type="input"],
.shopcontent .formular_neu form input[type="input"],
.shopcontent .bestellprozess form.kunde input[type="input"],
.shopcontent .formular_neu form.kunde input[type="input"],
.shopcontent .bestellprozess form#gen_form input[type="input"],
.shopcontent .formular_neu form#gen_form input[type="input"],
.shopcontent .bestellprozess form select,
.shopcontent .formular_neu form select,
.shopcontent .bestellprozess form.kunde select,
.shopcontent .formular_neu form.kunde select,
.shopcontent .bestellprozess form#gen_form select,
.shopcontent .formular_neu form#gen_form select {
  height: 50px;
  line-height: 50px;
  background: #ededed;
  border: none !important;
  font-size: 15px;
  color: #000000 !important;
  padding: 0px 10px;
  font-style: normal;
  margin-bottom: 20px;
  display: block;
  width: 100%;
}
.shopcontent .bestellprozess form input[type="text"]:placeholder,
.shopcontent .formular_neu form input[type="text"]:placeholder,
.shopcontent .bestellprozess form.kunde input[type="text"]:placeholder,
.shopcontent .formular_neu form.kunde input[type="text"]:placeholder,
.shopcontent .bestellprozess form#gen_form input[type="text"]:placeholder,
.shopcontent .formular_neu form#gen_form input[type="text"]:placeholder,
.shopcontent .bestellprozess form input[type="email"]:placeholder,
.shopcontent .formular_neu form input[type="email"]:placeholder,
.shopcontent .bestellprozess form.kunde input[type="email"]:placeholder,
.shopcontent .formular_neu form.kunde input[type="email"]:placeholder,
.shopcontent .bestellprozess form#gen_form input[type="email"]:placeholder,
.shopcontent .formular_neu form#gen_form input[type="email"]:placeholder,
.shopcontent .bestellprozess form input[type="password"]:placeholder,
.shopcontent .formular_neu form input[type="password"]:placeholder,
.shopcontent .bestellprozess form.kunde input[type="password"]:placeholder,
.shopcontent .formular_neu form.kunde input[type="password"]:placeholder,
.shopcontent .bestellprozess form#gen_form input[type="password"]:placeholder,
.shopcontent .formular_neu form#gen_form input[type="password"]:placeholder,
.shopcontent .bestellprozess form input[type="input"]:placeholder,
.shopcontent .formular_neu form input[type="input"]:placeholder,
.shopcontent .bestellprozess form.kunde input[type="input"]:placeholder,
.shopcontent .formular_neu form.kunde input[type="input"]:placeholder,
.shopcontent .bestellprozess form#gen_form input[type="input"]:placeholder,
.shopcontent .formular_neu form#gen_form input[type="input"]:placeholder,
.shopcontent .bestellprozess form select:placeholder,
.shopcontent .formular_neu form select:placeholder,
.shopcontent .bestellprozess form.kunde select:placeholder,
.shopcontent .formular_neu form.kunde select:placeholder,
.shopcontent .bestellprozess form#gen_form select:placeholder,
.shopcontent .formular_neu form#gen_form select:placeholder {
  color: #999999 !important;
  font-style: italic;
}
.shopcontent .bestellprozess form input[type="text"]::placeholder,
.shopcontent .formular_neu form input[type="text"]::placeholder,
.shopcontent .bestellprozess form.kunde input[type="text"]::placeholder,
.shopcontent .formular_neu form.kunde input[type="text"]::placeholder,
.shopcontent .bestellprozess form#gen_form input[type="text"]::placeholder,
.shopcontent .formular_neu form#gen_form input[type="text"]::placeholder,
.shopcontent .bestellprozess form input[type="email"]::placeholder,
.shopcontent .formular_neu form input[type="email"]::placeholder,
.shopcontent .bestellprozess form.kunde input[type="email"]::placeholder,
.shopcontent .formular_neu form.kunde input[type="email"]::placeholder,
.shopcontent .bestellprozess form#gen_form input[type="email"]::placeholder,
.shopcontent .formular_neu form#gen_form input[type="email"]::placeholder,
.shopcontent .bestellprozess form input[type="password"]::placeholder,
.shopcontent .formular_neu form input[type="password"]::placeholder,
.shopcontent .bestellprozess form.kunde input[type="password"]::placeholder,
.shopcontent .formular_neu form.kunde input[type="password"]::placeholder,
.shopcontent .bestellprozess form#gen_form input[type="password"]::placeholder,
.shopcontent .formular_neu form#gen_form input[type="password"]::placeholder,
.shopcontent .bestellprozess form input[type="input"]::placeholder,
.shopcontent .formular_neu form input[type="input"]::placeholder,
.shopcontent .bestellprozess form.kunde input[type="input"]::placeholder,
.shopcontent .formular_neu form.kunde input[type="input"]::placeholder,
.shopcontent .bestellprozess form#gen_form input[type="input"]::placeholder,
.shopcontent .formular_neu form#gen_form input[type="input"]::placeholder,
.shopcontent .bestellprozess form select::placeholder,
.shopcontent .formular_neu form select::placeholder,
.shopcontent .bestellprozess form.kunde select::placeholder,
.shopcontent .formular_neu form.kunde select::placeholder,
.shopcontent .bestellprozess form#gen_form select::placeholder,
.shopcontent .formular_neu form#gen_form select::placeholder {
  color: #999999 !important;
  font-style: italic;
}
.shopcontent .bestellprozess form input[type="text"]::-webkit-input-placeholder,
.shopcontent .formular_neu form input[type="text"]::-webkit-input-placeholder,
.shopcontent .bestellprozess form.kunde input[type="text"]::-webkit-input-placeholder,
.shopcontent .formular_neu form.kunde input[type="text"]::-webkit-input-placeholder,
.shopcontent .bestellprozess form#gen_form input[type="text"]::-webkit-input-placeholder,
.shopcontent .formular_neu form#gen_form input[type="text"]::-webkit-input-placeholder,
.shopcontent .bestellprozess form input[type="email"]::-webkit-input-placeholder,
.shopcontent .formular_neu form input[type="email"]::-webkit-input-placeholder,
.shopcontent .bestellprozess form.kunde input[type="email"]::-webkit-input-placeholder,
.shopcontent .formular_neu form.kunde input[type="email"]::-webkit-input-placeholder,
.shopcontent .bestellprozess form#gen_form input[type="email"]::-webkit-input-placeholder,
.shopcontent .formular_neu form#gen_form input[type="email"]::-webkit-input-placeholder,
.shopcontent .bestellprozess form input[type="password"]::-webkit-input-placeholder,
.shopcontent .formular_neu form input[type="password"]::-webkit-input-placeholder,
.shopcontent .bestellprozess form.kunde input[type="password"]::-webkit-input-placeholder,
.shopcontent .formular_neu form.kunde input[type="password"]::-webkit-input-placeholder,
.shopcontent .bestellprozess form#gen_form input[type="password"]::-webkit-input-placeholder,
.shopcontent .formular_neu form#gen_form input[type="password"]::-webkit-input-placeholder,
.shopcontent .bestellprozess form input[type="input"]::-webkit-input-placeholder,
.shopcontent .formular_neu form input[type="input"]::-webkit-input-placeholder,
.shopcontent .bestellprozess form.kunde input[type="input"]::-webkit-input-placeholder,
.shopcontent .formular_neu form.kunde input[type="input"]::-webkit-input-placeholder,
.shopcontent .bestellprozess form#gen_form input[type="input"]::-webkit-input-placeholder,
.shopcontent .formular_neu form#gen_form input[type="input"]::-webkit-input-placeholder,
.shopcontent .bestellprozess form select::-webkit-input-placeholder,
.shopcontent .formular_neu form select::-webkit-input-placeholder,
.shopcontent .bestellprozess form.kunde select::-webkit-input-placeholder,
.shopcontent .formular_neu form.kunde select::-webkit-input-placeholder,
.shopcontent .bestellprozess form#gen_form select::-webkit-input-placeholder,
.shopcontent .formular_neu form#gen_form select::-webkit-input-placeholder {
  color: #999999 !important;
  font-style: italic;
}
.shopcontent .bestellprozess form input[type="text"] :-moz-placeholder,
.shopcontent .formular_neu form input[type="text"] :-moz-placeholder,
.shopcontent .bestellprozess form.kunde input[type="text"] :-moz-placeholder,
.shopcontent .formular_neu form.kunde input[type="text"] :-moz-placeholder,
.shopcontent .bestellprozess form#gen_form input[type="text"] :-moz-placeholder,
.shopcontent .formular_neu form#gen_form input[type="text"] :-moz-placeholder,
.shopcontent .bestellprozess form input[type="email"] :-moz-placeholder,
.shopcontent .formular_neu form input[type="email"] :-moz-placeholder,
.shopcontent .bestellprozess form.kunde input[type="email"] :-moz-placeholder,
.shopcontent .formular_neu form.kunde input[type="email"] :-moz-placeholder,
.shopcontent .bestellprozess form#gen_form input[type="email"] :-moz-placeholder,
.shopcontent .formular_neu form#gen_form input[type="email"] :-moz-placeholder,
.shopcontent .bestellprozess form input[type="password"] :-moz-placeholder,
.shopcontent .formular_neu form input[type="password"] :-moz-placeholder,
.shopcontent .bestellprozess form.kunde input[type="password"] :-moz-placeholder,
.shopcontent .formular_neu form.kunde input[type="password"] :-moz-placeholder,
.shopcontent .bestellprozess form#gen_form input[type="password"] :-moz-placeholder,
.shopcontent .formular_neu form#gen_form input[type="password"] :-moz-placeholder,
.shopcontent .bestellprozess form input[type="input"] :-moz-placeholder,
.shopcontent .formular_neu form input[type="input"] :-moz-placeholder,
.shopcontent .bestellprozess form.kunde input[type="input"] :-moz-placeholder,
.shopcontent .formular_neu form.kunde input[type="input"] :-moz-placeholder,
.shopcontent .bestellprozess form#gen_form input[type="input"] :-moz-placeholder,
.shopcontent .formular_neu form#gen_form input[type="input"] :-moz-placeholder,
.shopcontent .bestellprozess form select :-moz-placeholder,
.shopcontent .formular_neu form select :-moz-placeholder,
.shopcontent .bestellprozess form.kunde select :-moz-placeholder,
.shopcontent .formular_neu form.kunde select :-moz-placeholder,
.shopcontent .bestellprozess form#gen_form select :-moz-placeholder,
.shopcontent .formular_neu form#gen_form select :-moz-placeholder {
  color: #999999 !important;
  font-style: italic;
}
.shopcontent .bestellprozess form input[type="text"] ::-moz-placeholder,
.shopcontent .formular_neu form input[type="text"] ::-moz-placeholder,
.shopcontent .bestellprozess form.kunde input[type="text"] ::-moz-placeholder,
.shopcontent .formular_neu form.kunde input[type="text"] ::-moz-placeholder,
.shopcontent .bestellprozess form#gen_form input[type="text"] ::-moz-placeholder,
.shopcontent .formular_neu form#gen_form input[type="text"] ::-moz-placeholder,
.shopcontent .bestellprozess form input[type="email"] ::-moz-placeholder,
.shopcontent .formular_neu form input[type="email"] ::-moz-placeholder,
.shopcontent .bestellprozess form.kunde input[type="email"] ::-moz-placeholder,
.shopcontent .formular_neu form.kunde input[type="email"] ::-moz-placeholder,
.shopcontent .bestellprozess form#gen_form input[type="email"] ::-moz-placeholder,
.shopcontent .formular_neu form#gen_form input[type="email"] ::-moz-placeholder,
.shopcontent .bestellprozess form input[type="password"] ::-moz-placeholder,
.shopcontent .formular_neu form input[type="password"] ::-moz-placeholder,
.shopcontent .bestellprozess form.kunde input[type="password"] ::-moz-placeholder,
.shopcontent .formular_neu form.kunde input[type="password"] ::-moz-placeholder,
.shopcontent .bestellprozess form#gen_form input[type="password"] ::-moz-placeholder,
.shopcontent .formular_neu form#gen_form input[type="password"] ::-moz-placeholder,
.shopcontent .bestellprozess form input[type="input"] ::-moz-placeholder,
.shopcontent .formular_neu form input[type="input"] ::-moz-placeholder,
.shopcontent .bestellprozess form.kunde input[type="input"] ::-moz-placeholder,
.shopcontent .formular_neu form.kunde input[type="input"] ::-moz-placeholder,
.shopcontent .bestellprozess form#gen_form input[type="input"] ::-moz-placeholder,
.shopcontent .formular_neu form#gen_form input[type="input"] ::-moz-placeholder,
.shopcontent .bestellprozess form select ::-moz-placeholder,
.shopcontent .formular_neu form select ::-moz-placeholder,
.shopcontent .bestellprozess form.kunde select ::-moz-placeholder,
.shopcontent .formular_neu form.kunde select ::-moz-placeholder,
.shopcontent .bestellprozess form#gen_form select ::-moz-placeholder,
.shopcontent .formular_neu form#gen_form select ::-moz-placeholder {
  color: #999999 !important;
  font-style: italic;
}
.shopcontent .bestellprozess form input[type="text"] :-ms-input-placeholder,
.shopcontent .formular_neu form input[type="text"] :-ms-input-placeholder,
.shopcontent .bestellprozess form.kunde input[type="text"] :-ms-input-placeholder,
.shopcontent .formular_neu form.kunde input[type="text"] :-ms-input-placeholder,
.shopcontent .bestellprozess form#gen_form input[type="text"] :-ms-input-placeholder,
.shopcontent .formular_neu form#gen_form input[type="text"] :-ms-input-placeholder,
.shopcontent .bestellprozess form input[type="email"] :-ms-input-placeholder,
.shopcontent .formular_neu form input[type="email"] :-ms-input-placeholder,
.shopcontent .bestellprozess form.kunde input[type="email"] :-ms-input-placeholder,
.shopcontent .formular_neu form.kunde input[type="email"] :-ms-input-placeholder,
.shopcontent .bestellprozess form#gen_form input[type="email"] :-ms-input-placeholder,
.shopcontent .formular_neu form#gen_form input[type="email"] :-ms-input-placeholder,
.shopcontent .bestellprozess form input[type="password"] :-ms-input-placeholder,
.shopcontent .formular_neu form input[type="password"] :-ms-input-placeholder,
.shopcontent .bestellprozess form.kunde input[type="password"] :-ms-input-placeholder,
.shopcontent .formular_neu form.kunde input[type="password"] :-ms-input-placeholder,
.shopcontent .bestellprozess form#gen_form input[type="password"] :-ms-input-placeholder,
.shopcontent .formular_neu form#gen_form input[type="password"] :-ms-input-placeholder,
.shopcontent .bestellprozess form input[type="input"] :-ms-input-placeholder,
.shopcontent .formular_neu form input[type="input"] :-ms-input-placeholder,
.shopcontent .bestellprozess form.kunde input[type="input"] :-ms-input-placeholder,
.shopcontent .formular_neu form.kunde input[type="input"] :-ms-input-placeholder,
.shopcontent .bestellprozess form#gen_form input[type="input"] :-ms-input-placeholder,
.shopcontent .formular_neu form#gen_form input[type="input"] :-ms-input-placeholder,
.shopcontent .bestellprozess form select :-ms-input-placeholder,
.shopcontent .formular_neu form select :-ms-input-placeholder,
.shopcontent .bestellprozess form.kunde select :-ms-input-placeholder,
.shopcontent .formular_neu form.kunde select :-ms-input-placeholder,
.shopcontent .bestellprozess form#gen_form select :-ms-input-placeholder,
.shopcontent .formular_neu form#gen_form select :-ms-input-placeholder {
  color: #999999 !important;
  font-style: italic;
}
.shopcontent .bestellprozess form input[type="text"] option,
.shopcontent .formular_neu form input[type="text"] option,
.shopcontent .bestellprozess form.kunde input[type="text"] option,
.shopcontent .formular_neu form.kunde input[type="text"] option,
.shopcontent .bestellprozess form#gen_form input[type="text"] option,
.shopcontent .formular_neu form#gen_form input[type="text"] option,
.shopcontent .bestellprozess form input[type="email"] option,
.shopcontent .formular_neu form input[type="email"] option,
.shopcontent .bestellprozess form.kunde input[type="email"] option,
.shopcontent .formular_neu form.kunde input[type="email"] option,
.shopcontent .bestellprozess form#gen_form input[type="email"] option,
.shopcontent .formular_neu form#gen_form input[type="email"] option,
.shopcontent .bestellprozess form input[type="password"] option,
.shopcontent .formular_neu form input[type="password"] option,
.shopcontent .bestellprozess form.kunde input[type="password"] option,
.shopcontent .formular_neu form.kunde input[type="password"] option,
.shopcontent .bestellprozess form#gen_form input[type="password"] option,
.shopcontent .formular_neu form#gen_form input[type="password"] option,
.shopcontent .bestellprozess form input[type="input"] option,
.shopcontent .formular_neu form input[type="input"] option,
.shopcontent .bestellprozess form.kunde input[type="input"] option,
.shopcontent .formular_neu form.kunde input[type="input"] option,
.shopcontent .bestellprozess form#gen_form input[type="input"] option,
.shopcontent .formular_neu form#gen_form input[type="input"] option,
.shopcontent .bestellprozess form select option,
.shopcontent .formular_neu form select option,
.shopcontent .bestellprozess form.kunde select option,
.shopcontent .formular_neu form.kunde select option,
.shopcontent .bestellprozess form#gen_form select option,
.shopcontent .formular_neu form#gen_form select option {
  font-style: normal;
}
.shopcontent .bestellprozess form input[type="text"] option.boldtext,
.shopcontent .formular_neu form input[type="text"] option.boldtext,
.shopcontent .bestellprozess form.kunde input[type="text"] option.boldtext,
.shopcontent .formular_neu form.kunde input[type="text"] option.boldtext,
.shopcontent .bestellprozess form#gen_form input[type="text"] option.boldtext,
.shopcontent .formular_neu form#gen_form input[type="text"] option.boldtext,
.shopcontent .bestellprozess form input[type="email"] option.boldtext,
.shopcontent .formular_neu form input[type="email"] option.boldtext,
.shopcontent .bestellprozess form.kunde input[type="email"] option.boldtext,
.shopcontent .formular_neu form.kunde input[type="email"] option.boldtext,
.shopcontent .bestellprozess form#gen_form input[type="email"] option.boldtext,
.shopcontent .formular_neu form#gen_form input[type="email"] option.boldtext,
.shopcontent .bestellprozess form input[type="password"] option.boldtext,
.shopcontent .formular_neu form input[type="password"] option.boldtext,
.shopcontent .bestellprozess form.kunde input[type="password"] option.boldtext,
.shopcontent .formular_neu form.kunde input[type="password"] option.boldtext,
.shopcontent .bestellprozess form#gen_form input[type="password"] option.boldtext,
.shopcontent .formular_neu form#gen_form input[type="password"] option.boldtext,
.shopcontent .bestellprozess form input[type="input"] option.boldtext,
.shopcontent .formular_neu form input[type="input"] option.boldtext,
.shopcontent .bestellprozess form.kunde input[type="input"] option.boldtext,
.shopcontent .formular_neu form.kunde input[type="input"] option.boldtext,
.shopcontent .bestellprozess form#gen_form input[type="input"] option.boldtext,
.shopcontent .formular_neu form#gen_form input[type="input"] option.boldtext,
.shopcontent .bestellprozess form select option.boldtext,
.shopcontent .formular_neu form select option.boldtext,
.shopcontent .bestellprozess form.kunde select option.boldtext,
.shopcontent .formular_neu form.kunde select option.boldtext,
.shopcontent .bestellprozess form#gen_form select option.boldtext,
.shopcontent .formular_neu form#gen_form select option.boldtext {
  font-weight: bold;
}
.shopcontent .bestellprozess form textarea,
.shopcontent .formular_neu form textarea,
.shopcontent .bestellprozess form.kunde textarea,
.shopcontent .formular_neu form.kunde textarea,
.shopcontent .bestellprozess form#gen_form textarea,
.shopcontent .formular_neu form#gen_form textarea {
  height: 150px;
  line-height: normal;
  background: #ededed;
  font-size: 15px;
  color: #000000 !important;
  padding: 10px 15px !important;
  margin-bottom: 20px;
  display: block;
  width: 100%;
  border: none !important;
  font-style: normal;
}
.shopcontent .bestellprozess form textarea:placeholder,
.shopcontent .formular_neu form textarea:placeholder,
.shopcontent .bestellprozess form.kunde textarea:placeholder,
.shopcontent .formular_neu form.kunde textarea:placeholder,
.shopcontent .bestellprozess form#gen_form textarea:placeholder,
.shopcontent .formular_neu form#gen_form textarea:placeholder {
  color: #999999 !important;
  font-style: italic;
}
.shopcontent .bestellprozess form textarea::placeholder,
.shopcontent .formular_neu form textarea::placeholder,
.shopcontent .bestellprozess form.kunde textarea::placeholder,
.shopcontent .formular_neu form.kunde textarea::placeholder,
.shopcontent .bestellprozess form#gen_form textarea::placeholder,
.shopcontent .formular_neu form#gen_form textarea::placeholder {
  color: #999999 !important;
  font-style: italic;
}
.shopcontent .bestellprozess form textarea::-webkit-input-placeholder,
.shopcontent .formular_neu form textarea::-webkit-input-placeholder,
.shopcontent .bestellprozess form.kunde textarea::-webkit-input-placeholder,
.shopcontent .formular_neu form.kunde textarea::-webkit-input-placeholder,
.shopcontent .bestellprozess form#gen_form textarea::-webkit-input-placeholder,
.shopcontent .formular_neu form#gen_form textarea::-webkit-input-placeholder {
  color: #999999 !important;
  font-style: italic;
}
.shopcontent .bestellprozess form textarea :-moz-placeholder,
.shopcontent .formular_neu form textarea :-moz-placeholder,
.shopcontent .bestellprozess form.kunde textarea :-moz-placeholder,
.shopcontent .formular_neu form.kunde textarea :-moz-placeholder,
.shopcontent .bestellprozess form#gen_form textarea :-moz-placeholder,
.shopcontent .formular_neu form#gen_form textarea :-moz-placeholder {
  color: #999999 !important;
  font-style: italic;
}
.shopcontent .bestellprozess form textarea ::-moz-placeholder,
.shopcontent .formular_neu form textarea ::-moz-placeholder,
.shopcontent .bestellprozess form.kunde textarea ::-moz-placeholder,
.shopcontent .formular_neu form.kunde textarea ::-moz-placeholder,
.shopcontent .bestellprozess form#gen_form textarea ::-moz-placeholder,
.shopcontent .formular_neu form#gen_form textarea ::-moz-placeholder {
  color: #999999 !important;
  font-style: italic;
}
.shopcontent .bestellprozess form textarea :-ms-input-placeholder,
.shopcontent .formular_neu form textarea :-ms-input-placeholder,
.shopcontent .bestellprozess form.kunde textarea :-ms-input-placeholder,
.shopcontent .formular_neu form.kunde textarea :-ms-input-placeholder,
.shopcontent .bestellprozess form#gen_form textarea :-ms-input-placeholder,
.shopcontent .formular_neu form#gen_form textarea :-ms-input-placeholder {
  color: #999999 !important;
  font-style: italic;
}
.shopcontent .bestellprozess form textarea#bemerkung,
.shopcontent .formular_neu form textarea#bemerkung,
.shopcontent .bestellprozess form.kunde textarea#bemerkung,
.shopcontent .formular_neu form.kunde textarea#bemerkung,
.shopcontent .bestellprozess form#gen_form textarea#bemerkung,
.shopcontent .formular_neu form#gen_form textarea#bemerkung {
  margin-top: 8px;
  border: none !important;
  height: 150px !important;
  padding: 10px 15px !important;
}
.shopcontent .bestellprozess form input[type="submit"].button_allgemein,
.shopcontent .formular_neu form input[type="submit"].button_allgemein,
.shopcontent .bestellprozess form.kunde input[type="submit"].button_allgemein,
.shopcontent .formular_neu form.kunde input[type="submit"].button_allgemein,
.shopcontent .bestellprozess form#gen_form input[type="submit"].button_allgemein,
.shopcontent .formular_neu form#gen_form input[type="submit"].button_allgemein,
.shopcontent .bestellprozess form button.button_allgemein,
.shopcontent .formular_neu form button.button_allgemein,
.shopcontent .bestellprozess form.kunde button.button_allgemein,
.shopcontent .formular_neu form.kunde button.button_allgemein,
.shopcontent .bestellprozess form#gen_form button.button_allgemein,
.shopcontent .formular_neu form#gen_form button.button_allgemein {
  display: block;
  width: 100%;
  font-size: 15px;
  color: #ffffff;
  background: #545454;
  height: auto;
  line-height: normal;
  text-align: center;
  padding: 12px 20px !important;
  font-family: 'Inconsolata', serif;
  font-weight: bold;
  letter-spacing: 3px;
  border: none !important;
  margin-bottom: 20px;
}
.shopcontent .bestellprozess form input[type="submit"].button_allgemein:hover,
.shopcontent .formular_neu form input[type="submit"].button_allgemein:hover,
.shopcontent .bestellprozess form.kunde input[type="submit"].button_allgemein:hover,
.shopcontent .formular_neu form.kunde input[type="submit"].button_allgemein:hover,
.shopcontent .bestellprozess form#gen_form input[type="submit"].button_allgemein:hover,
.shopcontent .formular_neu form#gen_form input[type="submit"].button_allgemein:hover,
.shopcontent .bestellprozess form input[type="submit"].button_allgemein:focus,
.shopcontent .formular_neu form input[type="submit"].button_allgemein:focus,
.shopcontent .bestellprozess form.kunde input[type="submit"].button_allgemein:focus,
.shopcontent .formular_neu form.kunde input[type="submit"].button_allgemein:focus,
.shopcontent .bestellprozess form#gen_form input[type="submit"].button_allgemein:focus,
.shopcontent .formular_neu form#gen_form input[type="submit"].button_allgemein:focus,
.shopcontent .bestellprozess form input[type="submit"].button_allgemein:active,
.shopcontent .formular_neu form input[type="submit"].button_allgemein:active,
.shopcontent .bestellprozess form.kunde input[type="submit"].button_allgemein:active,
.shopcontent .formular_neu form.kunde input[type="submit"].button_allgemein:active,
.shopcontent .bestellprozess form#gen_form input[type="submit"].button_allgemein:active,
.shopcontent .formular_neu form#gen_form input[type="submit"].button_allgemein:active {
  text-decoration: none;
  background: #000000;
}
.shopcontent .bestellprozess form a.button_allgemein,
.shopcontent .formular_neu form a.button_allgemein,
.shopcontent .bestellprozess form.kunde a.button_allgemein,
.shopcontent .formular_neu form.kunde a.button_allgemein,
.shopcontent .bestellprozess form#gen_form a.button_allgemein,
.shopcontent .formular_neu form#gen_form a.button_allgemein,
.shopcontent .bestellprozess form a.button_allgemein:link,
.shopcontent .formular_neu form a.button_allgemein:link,
.shopcontent .bestellprozess form.kunde a.button_allgemein:link,
.shopcontent .formular_neu form.kunde a.button_allgemein:link,
.shopcontent .bestellprozess form#gen_form a.button_allgemein:link,
.shopcontent .formular_neu form#gen_form a.button_allgemein:link,
.shopcontent .bestellprozess form a.button_allgemein:visited,
.shopcontent .formular_neu form a.button_allgemein:visited,
.shopcontent .bestellprozess form.kunde a.button_allgemein:visited,
.shopcontent .formular_neu form.kunde a.button_allgemein:visited,
.shopcontent .bestellprozess form#gen_form a.button_allgemein:visited,
.shopcontent .formular_neu form#gen_form a.button_allgemein:visited {
  margin-bottom: 20px;
  text-decoration: none;
}
.shopcontent .bestellprozess.zahlung form p,
.shopcontent .formular_neu.zahlung form p {
  line-height: 21px;
}
.shopcontent .bestellprozess.zahlung form p.zahlungsart_auswahl,
.shopcontent .formular_neu.zahlung form p.zahlungsart_auswahl {
  text-transform: none;
  font-family: 'Inconsolata', serif;
  font-weight: bold;
  letter-spacing: 7px;
  margin-bottom: 0px;
}
.shopcontent .bestellprozess.zahlung form input[type="submit"].button_allgemein,
.shopcontent .formular_neu.zahlung form input[type="submit"].button_allgemein {
  width: 100%;
  max-width: 250px;
}
.shopcontent .bestellprozess.bestelluebersicht hr,
.shopcontent .formular_neu.bestelluebersicht hr {
  margin-top: 30px;
  margin-bottom: 30px;
}
.shopcontent .bestellprozess.bestelluebersicht form h2,
.shopcontent .formular_neu.bestelluebersicht form h2 {
  margin-bottom: 0px;
  letter-spacing: 5px;
}
.shopcontent .bestellprozess.bestelluebersicht form h2.mit_link,
.shopcontent .formular_neu.bestelluebersicht form h2.mit_link {
  position: relative;
  padding-right: 170px;
}
.shopcontent .bestellprozess.bestelluebersicht form h2.mit_link a.bearbeiten,
.shopcontent .formular_neu.bestelluebersicht form h2.mit_link a.bearbeiten,
.shopcontent .bestellprozess.bestelluebersicht form h2.mit_link a.bearbeiten:link,
.shopcontent .formular_neu.bestelluebersicht form h2.mit_link a.bearbeiten:link,
.shopcontent .bestellprozess.bestelluebersicht form h2.mit_link a.bearbeiten:visited,
.shopcontent .formular_neu.bestelluebersicht form h2.mit_link a.bearbeiten:visited {
  position: absolute;
  right: 0px;
  top: 0px;
  margin: 0px;
}
.shopcontent .bestellprozess.bestelluebersicht form table td,
.shopcontent .formular_neu.bestelluebersicht form table td {
  padding-bottom: 0px;
}
.shopcontent .bestellprozess.bestelluebersicht form p a,
.shopcontent .formular_neu.bestelluebersicht form p a,
.shopcontent .bestellprozess.bestelluebersicht form p a:link,
.shopcontent .formular_neu.bestelluebersicht form p a:link,
.shopcontent .bestellprozess.bestelluebersicht form p a:visited,
.shopcontent .formular_neu.bestelluebersicht form p a:visited {
  float: none;
  clear: both;
}
.shopcontent .bestellprozess.bestelluebersicht .warenkorb_zusammenfassung hr,
.shopcontent .formular_neu.bestelluebersicht .warenkorb_zusammenfassung hr {
  margin-top: 20px;
  margin-bottom: 20px;
}
.shopcontent .bestellprozess.bestelluebersicht .warenkorb_zusammenfassung .row .col-lg-3,
.shopcontent .formular_neu.bestelluebersicht .warenkorb_zusammenfassung .row .col-lg-3,
.shopcontent .bestellprozess.bestelluebersicht .warenkorb_zusammenfassung .row .col-lg-6,
.shopcontent .formular_neu.bestelluebersicht .warenkorb_zusammenfassung .row .col-lg-6,
.shopcontent .bestellprozess.bestelluebersicht .warenkorb_zusammenfassung .row .col-lg-9,
.shopcontent .formular_neu.bestelluebersicht .warenkorb_zusammenfassung .row .col-lg-9,
.shopcontent .bestellprozess.bestelluebersicht .warenkorb_zusammenfassung .row .col-lg-12,
.shopcontent .formular_neu.bestelluebersicht .warenkorb_zusammenfassung .row .col-lg-12,
.shopcontent .bestellprozess.bestelluebersicht .warenkorb_zusammenfassung .row .col-md-3,
.shopcontent .formular_neu.bestelluebersicht .warenkorb_zusammenfassung .row .col-md-3,
.shopcontent .bestellprozess.bestelluebersicht .warenkorb_zusammenfassung .row .col-md-6,
.shopcontent .formular_neu.bestelluebersicht .warenkorb_zusammenfassung .row .col-md-6,
.shopcontent .bestellprozess.bestelluebersicht .warenkorb_zusammenfassung .row .col-md-9,
.shopcontent .formular_neu.bestelluebersicht .warenkorb_zusammenfassung .row .col-md-9,
.shopcontent .bestellprozess.bestelluebersicht .warenkorb_zusammenfassung .row .col-md-12,
.shopcontent .formular_neu.bestelluebersicht .warenkorb_zusammenfassung .row .col-md-12,
.shopcontent .bestellprozess.bestelluebersicht .warenkorb_zusammenfassung .row .col-sm-3,
.shopcontent .formular_neu.bestelluebersicht .warenkorb_zusammenfassung .row .col-sm-3,
.shopcontent .bestellprozess.bestelluebersicht .warenkorb_zusammenfassung .row .col-sm-6,
.shopcontent .formular_neu.bestelluebersicht .warenkorb_zusammenfassung .row .col-sm-6,
.shopcontent .bestellprozess.bestelluebersicht .warenkorb_zusammenfassung .row .col-md-12,
.shopcontent .formular_neu.bestelluebersicht .warenkorb_zusammenfassung .row .col-md-12,
.shopcontent .bestellprozess.bestelluebersicht .warenkorb_zusammenfassung .row .col-xs-3,
.shopcontent .formular_neu.bestelluebersicht .warenkorb_zusammenfassung .row .col-xs-3,
.shopcontent .bestellprozess.bestelluebersicht .warenkorb_zusammenfassung .row .col-xs-4,
.shopcontent .formular_neu.bestelluebersicht .warenkorb_zusammenfassung .row .col-xs-4,
.shopcontent .bestellprozess.bestelluebersicht .warenkorb_zusammenfassung .row .col-xs-6,
.shopcontent .formular_neu.bestelluebersicht .warenkorb_zusammenfassung .row .col-xs-6,
.shopcontent .bestellprozess.bestelluebersicht .warenkorb_zusammenfassung .row .col-xs-8,
.shopcontent .formular_neu.bestelluebersicht .warenkorb_zusammenfassung .row .col-xs-8,
.shopcontent .bestellprozess.bestelluebersicht .warenkorb_zusammenfassung .row .col-xs-12,
.shopcontent .formular_neu.bestelluebersicht .warenkorb_zusammenfassung .row .col-xs-12 {
  padding-left: 0px;
  padding-right: 0px;
}
.shopcontent .bestellprozess.bestelluebersicht .warenkorb_zusammenfassung .produktliste p,
.shopcontent .formular_neu.bestelluebersicht .warenkorb_zusammenfassung .produktliste p {
  margin: 0px;
}
.shopcontent .bestellprozess.bestelluebersicht .warenkorb_zusammenfassung .produktliste img,
.shopcontent .formular_neu.bestelluebersicht .warenkorb_zusammenfassung .produktliste img {
  margin: 0px;
}
.shopcontent .bestellprozess.bestelluebersicht .warenkorb_zusammenfassung .produktliste p strong,
.shopcontent .formular_neu.bestelluebersicht .warenkorb_zusammenfassung .produktliste p strong {
  font-family: 'Inconsolata', serif;
  font-weight: bold;
}
.shopcontent .bestellprozess.bestelluebersicht .warenkorb_zusammenfassung .produktliste p strong a,
.shopcontent .formular_neu.bestelluebersicht .warenkorb_zusammenfassung .produktliste p strong a,
.shopcontent .bestellprozess.bestelluebersicht .warenkorb_zusammenfassung .produktliste p strong a:link,
.shopcontent .formular_neu.bestelluebersicht .warenkorb_zusammenfassung .produktliste p strong a:link,
.shopcontent .bestellprozess.bestelluebersicht .warenkorb_zusammenfassung .produktliste p strong a:visited,
.shopcontent .formular_neu.bestelluebersicht .warenkorb_zusammenfassung .produktliste p strong a:visited {
  text-decoration: none;
  font-family: 'Inconsolata', serif;
  font-weight: bold;
}
.shopcontent .bestellprozess.bestelluebersicht .warenkorb_zusammenfassung .abstand_p p,
.shopcontent .formular_neu.bestelluebersicht .warenkorb_zusammenfassung .abstand_p p {
  margin: 0px;
}
.shopcontent .bestellprozess.bestelluebersicht.anfrage,
.shopcontent .formular_neu.bestelluebersicht.anfrage {
  margin-left: -15px;
  margin-right: -15px;
}
.shopcontent .bestellprozess.bestelluebersicht #paypal_button table,
.shopcontent .formular_neu.bestelluebersicht #paypal_button table {
  line-height: normal;
}
.shopcontent .bestellprozess.bestelluebersicht #paypal_button table td,
.shopcontent .formular_neu.bestelluebersicht #paypal_button table td {
  display: block;
  width: 100%;
}
.shopcontent .bestellprozess.bestelluebersicht #paypal_button table td:first-child,
.shopcontent .formular_neu.bestelluebersicht #paypal_button table td:first-child {
  padding: 0px;
  margin: 0px 0px 5px 0px;
}
.shopcontent .bestellprozess.bestelluebersicht #paypal_button table td #paypal-button-container,
.shopcontent .formular_neu.bestelluebersicht #paypal_button table td #paypal-button-container {
  float: none !important;
  clear: both;
}
.shopcontent .bestellprozess.bestelluebersicht a.paypal,
.shopcontent .formular_neu.bestelluebersicht a.paypal,
.shopcontent .bestellprozess.bestelluebersicht a.paypal:link,
.shopcontent .formular_neu.bestelluebersicht a.paypal:link,
.shopcontent .bestellprozess.bestelluebersicht a.paypal:visited,
.shopcontent .formular_neu.bestelluebersicht a.paypal:visited,
.shopcontent .bestellprozess.bestelluebersicht a.paypal:not([href]):not([tabindex]),
.shopcontent .formular_neu.bestelluebersicht a.paypal:not([href]):not([tabindex]),
.shopcontent .bestellprozess.bestelluebersicht a.paypal:not([href]):not([tabindex]):link,
.shopcontent .formular_neu.bestelluebersicht a.paypal:not([href]):not([tabindex]):link,
.shopcontent .bestellprozess.bestelluebersicht a.paypal:not([href]):not([tabindex]):visited,
.shopcontent .formular_neu.bestelluebersicht a.paypal:not([href]):not([tabindex]):visited {
  display: inline-block;
  padding: 10px 15px !important;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  background: #eee;
  font-weight: bold;
  font-size: 17px;
  margin-top: -2px;
  line-height: 22px;
  color: #2C2E2F;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  opacity: 0.6;
  text-decoration: none !important;
  cursor: not-allowed;
}
.shopcontent .bestellprozess.bestelluebersicht a.paypal:before,
.shopcontent .formular_neu.bestelluebersicht a.paypal:before,
.shopcontent .bestellprozess.bestelluebersicht a.paypal:link:before,
.shopcontent .formular_neu.bestelluebersicht a.paypal:link:before,
.shopcontent .bestellprozess.bestelluebersicht a.paypal:visited:before,
.shopcontent .formular_neu.bestelluebersicht a.paypal:visited:before,
.shopcontent .bestellprozess.bestelluebersicht a.paypal:not([href]):not([tabindex]):before,
.shopcontent .formular_neu.bestelluebersicht a.paypal:not([href]):not([tabindex]):before,
.shopcontent .bestellprozess.bestelluebersicht a.paypal:not([href]):not([tabindex]):link:before,
.shopcontent .formular_neu.bestelluebersicht a.paypal:not([href]):not([tabindex]):link:before,
.shopcontent .bestellprozess.bestelluebersicht a.paypal:not([href]):not([tabindex]):visited:before,
.shopcontent .formular_neu.bestelluebersicht a.paypal:not([href]):not([tabindex]):visited:before {
  content: "";
  width: 69px;
  height: 22px;
  display: inline-block;
  margin-right: 10px;
  background: url(/basics/images/paypal_icon.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  vertical-align: bottom;
}
.shopcontent .bestellprozess.newsletteranmeldung img,
.shopcontent .formular_neu.newsletteranmeldung img {
  width: 100%;
  height: auto;
  margin-bottom: 25px;
}
.shopcontent .bestellprozess.newsletteranmeldung p.gross,
.shopcontent .formular_neu.newsletteranmeldung p.gross {
  font-size: 17px;
  margin-bottom: 35px;
}
.shopcontent .bestellprozess.newsletteranmeldung p.klein,
.shopcontent .formular_neu.newsletteranmeldung p.klein {
  font-size: 11px;
}
.shopcontent .bestellprozess.newsletteranmeldung #nl_form,
.shopcontent .formular_neu.newsletteranmeldung #nl_form {
  border: none;
  padding: 0px;
  width: 100%;
  max-width: 100%;
  margin-bottom: 10px;
}
.shopcontent .bestellprozess.newsletteranmeldung .row,
.shopcontent .formular_neu.newsletteranmeldung .row {
  margin-left: -15px;
  margin-right: -15px;
}
.shopcontent .bestellung_ok table td strong {
  font-family: "Inconsolata", serif;
  letter-spacing: 5px;
  font-weight: bold;
}
.shopcontent .bestelluebersicht_neu {
  margin-left: -15px;
  margin-right: -15px;
}
.shopcontent .bestelluebersicht_neu .row {
  margin-left: -15px;
  margin-right: -15px;
}
.shopcontent .bestelluebersicht_neu img.bild {
  width: 130px;
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.shopcontent .bestelluebersicht_neu strong {
  font-family: "Inconsolata", serif;
  letter-spacing: 5px;
  font-weight: bold;
}
.shopcontent .bestelluebersicht_neu table {
  margin: 0px;
}
.shopcontent .bestelluebersicht_neu .artikelblock p {
  margin: 0px;
}
.shopcontent .bestelluebersicht_neu .artikelblock strong {
  letter-spacing: 0px;
}
.shopcontent .bestelluebersicht_neu .niedrig hr {
  margin: 15px 0px;
}
.shopcontent .bestelluebersicht_neu .niedrig p {
  margin: 0px;
}
.shopcontent .bestelluebersicht_neu .niedrig strong {
  letter-spacing: 0px;
}
form.warenkorb a:link,
form.warenkorb a:visited,
form.warenkorb a,
form .artikelbild a:link,
form .artikelbild a:visited,
form .artikelbild a,
form a:link,
form a:visited,
form a {
  border: none !important;
  padding: 0px !important;
  margin: 0px;
}
form a.geschenk,
form a.geschenk:link,
form a.geschenk:visited {
  letter-spacing: 0px;
  margin-left: 20px;
}
form.warenkorb p a.artikelname {
  hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -o-hyphens: auto;
}
.bloecke .cycle-slideshow img {
  margin: 0px;
}
.bloecke .cycle-slideshow p {
  background: #f5f5f5;
  padding: 5px 10px;
  text-decoration: none !important;
}
.bloecke .cycle-slideshow #nav {
  padding-top: 5px;
}
.bloecke .cycle-slideshow a,
.bloecke .cycle-slideshow a:link,
.bloecke .cycle-slideshow a:visited {
  text-decoration: none !important;
}
.bloecke .projekt-box {
  min-height: 425px;
}
.bloecke img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
.bloecke h3 {
  font-size: 15px;
  font-weight: bold;
  font-family: 'Inconsolata', serif;
  margin-top: 0px;
  padding-top: 0px;
  margin-bottom: 5px;
}
.bloecke p {
  margin-bottom: 5px;
}
.bloecke ol,
.bloecke ul {
  margin-bottom: 25px;
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  font-weight: 300;
  margin-top: 0px;
  padding-left: 15px;
}
.bloecke .akkordeon_popup img {
  width: 150px;
  margin: 15px 15px 15px 0;
}
table p {
  margin-bottom: 0px;
}
table {
  margin-bottom: 20px;
}
table tr td:first-child {
  padding-right: 12px;
}
table tr td {
  vertical-align: top;
}
table.socialmedia tr td {
  padding-right: 12px;
}
.right {
  text-align: right;
}
img.bild {
  width: 100%;
  height: auto;
}
input.platzhalter {
  color: #888;
  font-weight: normal;
  width: 200px;
  margin: 0;
}
p.weiter_mit_rahmen {
  color: #000;
  border: 1px solid #000000 !important;
  padding: 0px 10px;
  cursor: pointer;
  letter-spacing: 5px;
  font-size: 13px;
  font-weight: bold;
  height: 28px;
  line-height: 28px;
}
p.weiter_mit_rahmen a {
  color: #000;
}
/***********************
Shop
***********************/
.shop img {
  width: 100%;
  height: auto;
}
.shop p {
  text-align: center;
}
.shop ul {
  padding: 0px;
  column-count: 2;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-gap: 40px;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  height: auto;
  width: 100%;
  margin-bottom: 20px;
}
.shop ul li {
  padding-bottom: 5px;
}
.shop ul li a:link,
.shop ul li a:visited {
  padding-bottom: 3px;
  font-weight: bold;
  font-size: 14px;
}
.shop ul li a:hover,
.shop ul li a:focus,
.shop ul li a:active,
.shop ul li.active a {
  padding-bottom: 2px;
  border-bottom: 1px solid #000000;
  text-decoration: none;
}
.shop ul.filter {
  font-family: 'Lato', sans-serif;
  font-weight: normal;
  padding: 0px;
  margin: 0px 0px 25px 0px;
  column-count: 1;
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-gap: 0px;
  -webkit-column-gap: 0px;
  -moz-column-gap: 0px;
  height: auto;
  width: 100%;
  text-align: center;
  list-style-type: none;
  display: inline-block;
  vertical-align: bottom;
}
.shop ul.filter li {
  display: inline-block;
  vertical-align: top;
  margin-left: 30px;
}
.shop ul.filter li:first-child {
  margin-left: 0px;
}
.shop ul.filter li a,
.shop ul.filter li a:link,
.shop ul.filter li a:visited {
  font-size: 14px;
  font-weight: normal;
  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;
}
.shop ul.filter li a:hover,
.shop ul.filter li a:focus,
.shop ul.filter li a:active {
  border-bottom: 1px solid #000000;
  padding-bottom: 3px;
  font-weight: normal;
  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;
}
.shop ul.filter li select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  display: inline-block;
  border: 1px solid #000000;
  padding: 0px 20px 0px 5px;
  background: #ffffff;
  background-image: url(/basics/images/filter_select_icon_schwarz.jpeg);
  background-repeat: no-repeat;
  background-position: right 3px center;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  cursor: pointer;
  outline: none;
}
.shop ul.filter li select option {
  background: #ffffff !important;
  border: 1px solid #000000;
}
.shop ul.filter li.active a,
.shop ul.filter li.active a:link,
.shop ul.filter li.active a:visited,
.shop ul.filter li.active a.active {
  border-bottom: 1px solid #000000;
  padding-bottom: 3px;
}
.shop ul.filter li.select {
  position: relative;
}
.shop ul.filter li.select a,
.shop ul.filter li.select a:link,
.shop ul.filter li.select a:visited {
  display: inline-block;
  color: #000000;
  font-weight: normal;
  border: 1px solid #b2b2b2;
  padding: 2px 23px 2px 7px;
  background-color: #ffffff;
  background-image: url(/basics/images/filter_select_icon_schwarz.jpeg);
  background-repeat: no-repeat;
  background-position: right 3px center;
  cursor: pointer;
}
.shop ul.filter li.select a.auswahl span,
.shop ul.filter li.select a:link.auswahl span,
.shop ul.filter li.select a:visited.auswahl span {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 10px;
  border: 1px solid #000000;
}
.shop ul.filter li.select ul {
  column-count: 1;
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-gap: 0px;
  -webkit-column-gap: 0px;
  -moz-column-gap: 0px;
  text-align: left;
  background: #ffffff;
  border: 1px solid #b2b2b2;
  position: absolute;
  left: 0px;
  top: 23px;
  z-index: 100;
  width: auto;
  min-width: 100%;
}
.shop ul.filter li.select ul li {
  display: block;
  margin: 0px;
  padding: 0px;
  white-space: nowrap;
}
.shop ul.filter li.select ul li a,
.shop ul.filter li.select ul li a:link,
.shop ul.filter li.select ul li a:visited {
  display: block;
  color: #000000;
  font-weight: normal;
  border: none;
  padding: 0px;
  padding: 2px 5px;
  background: none;
}
.shop ul.filter li.select ul li a span,
.shop ul.filter li.select ul li a:link span,
.shop ul.filter li.select ul li a:visited span {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 10px;
  border: 1px solid #000000;
}
.shop ul.filter li.select ul li a:hover,
.shop ul.filter li.select ul li a:focus,
.shop ul.filter li.select ul li a:active {
  background-color: #f5f5f5;
}
.shop ul.filter li.select ul li a:hover span,
.shop ul.filter li.select ul li a:focus span,
.shop ul.filter li.select ul li a:active span {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 10px;
  border: 1px solid #000000;
}
.shop ul.filter li.select ul li.active a,
.shop ul.filter li.select ul li.active a:link,
.shop ul.filter li.select ul li.active a:visited {
  color: #ffffff;
  background-color: #b2b2b2;
}
.shop ul.filter li.select ul li.active a span,
.shop ul.filter li.select ul li.active a:link span,
.shop ul.filter li.select ul li.active a:visited span {
  border: 1px solid #ffffff;
}
.shop ul.filter li.select ul.dropdown_sortierung li {
  padding: 2px 5px;
}
.shop ul.filter li.select ul.dropdown_sortierung li:hover,
.shop ul.filter li.select ul.dropdown_sortierung li:focus,
.shop ul.filter li.select ul.dropdown_sortierung li:active {
  background-color: #f5f5f5;
}
.shop ul.filter li.select ul.dropdown_sortierung li.active {
  color: #ffffff;
  background-color: #000000;
}
.shop form#artikelSucheForm,
.shop form#artikelMobileSucheForm {
  position: relative;
  display: inline-block;
  vertical-align: bottom;
  margin-top: -2px;
}
.shop form#artikelSucheForm input,
.shop form#artikelMobileSucheForm input {
  font-family: 'Lato', sans-serif;
  font-weight: normal;
  border: none;
  border-bottom: 1px solid #000000;
  font-size: 14px;
  color: #999999;
  padding: 2px 25px 1px 0px;
  width: 140px;
  max-width: 100%;
}
.shop form#artikelSucheForm a,
.shop form#artikelMobileSucheForm a,
.shop form#artikelSucheForm a:link,
.shop form#artikelMobileSucheForm a:link,
.shop form#artikelSucheForm a:visited,
.shop form#artikelMobileSucheForm a:visited {
  text-indent: -9999px;
  display: inline-block;
  width: 25px;
  height: 25px;
  background-image: url(/basics/images/update_2021/sortierung_icon_lupe.png);
  background-repeat: no-repeat;
  background-position: right center;
  position: absolute;
  right: 0px;
  bottom: 1px;
}
.shop form#artikelSucheForm a:hover,
.shop form#artikelMobileSucheForm a:hover,
.shop form#artikelSucheForm a:focus,
.shop form#artikelMobileSucheForm a:focus,
.shop form#artikelSucheForm a:active,
.shop form#artikelMobileSucheForm a:active {
  opacity: 0.6;
}
.shop .filterbutton {
  background: none;
  border: none;
  font-family: 'Lato', sans-serif;
  font-weight: normal;
  font-size: 14px;
  padding: 15px;
  cursor: pointer;
}
.shop #mobileFilter {
  position: fixed;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #ffffff;
  z-index: 3000;
  padding: 35px 20px;
}
.shop #mobileFilter .schliessen {
  background: none;
  border: none;
  padding: none;
  display: inline-block;
  width: 17px;
  height: 17px;
  background-image: url(/basics/images/update_2021/warenkorbleiste_schliessen_icon.png);
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  right: 15px;
  top: 15px;
}
.shop #mobileFilter p {
  font-family: 'Lato', sans-serif;
  font-weight: normal;
  font-size: 15px;
  line-height: normal;
}
.shop #mobileFilter ul.filter {
  text-align: left;
  font-size: 15px;
  line-height: normal;
  padding-top: 2px;
}
.shop #mobileFilter ul.filter li {
  display: block;
  margin: 0px 0px 25px 0px;
}
.shop #mobileFilter ul.filter li a,
.shop #mobileFilter ul.filter li a:link,
.shop #mobileFilter ul.filter li a:visited {
  font-size: 15px;
}
.shop #mobileFilter ul.filter li.select a,
.shop #mobileFilter ul.filter li.select a:link,
.shop #mobileFilter ul.filter li.select a:visited {
  width: 100%;
  padding: 4px 23px 4px 7px;
}
.shop #mobileFilter ul.filter li.select ul {
  margin: 0px;
  top: 24px;
}
.shop #mobileFilter ul.filter li.select ul li {
  margin: 0px;
}
.shop #mobileFilter ul.filter li.select ul li a,
.shop #mobileFilter ul.filter li.select ul li a:link,
.shop #mobileFilter ul.filter li.select ul li a:visited {
  padding: 5px;
}
.shop #mobileFilter ul.filter li.select ul.dropdown_sortierung li {
  padding: 5px;
}
.shop #mobileFilter ul.filter li #artikelMobileSucheForm {
  margin: 0px;
  width: 100%;
}
.shop #mobileFilter ul.filter li #artikelMobileSucheForm input {
  width: 100%;
}
.shop p a,
.shop p a:link,
.shop p a:visited {
  color: #000000;
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
}
.shop p a:hover,
.shop p a:focus,
.shop p a:active {
  text-decoration: underline;
}
.shop a span.herz {
  display: inline-block;
  vertical-align: bottom;
  width: 22px;
  height: 20px;
  background-image: url(/basics/images/update_2021/lieblingsartikel_icon_herz.png);
  background-repeat: no-repeat;
  background-position: center center;
  margin-left: 5px;
  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;
}
.shop a span.herz:hover,
.shop a span.herz:focus,
.shop a span.herz:active {
  opacity: 0.6;
  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;
}
.produkt h1 {
  margin-bottom: 35px;
}
.produkt p {
  margin-bottom: 5px;
  display: block;
}
.produkt p.preis {
  font-weight: bold;
  font-family: "Inconsolata", serif;
  font-size: 15px;
}
.produkt p small {
  /*font-weight: bold;*/
  font-size: 11px;
}
.produkt .auswahl .input input {
  border-radius: 0px;
  border: 1px solid #000000;
  /*-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;*/
  padding: 6px;
  margin: 6px 11px -3px 0px;
  /*float: left;*/
}
.produkt .auswahl .input select {
  border-radius: 0px;
  border: 1px solid #000000;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  text-align: center;
  padding: 1px 18px 1px 3px;
  background-color: transparent;
  background-image: url(/basics/images/select-pfeil.png);
  background-repeat: no-repeat;
  background-position: right center;
}
.produkt .auswahl .input select#artikeloptionswert {
  width: auto;
}
.produkt .cycle-slideshow {
  width: 470px;
  max-width: 100%;
}
p#anzeige_warenkorb input {
  background: none;
  border: none;
  font-family: "Inconsolata", serif;
  font-size: 14px;
  letter-spacing: 7px;
  font-weight: bold;
}
p#anzeige_warenkorb input:hover,
p#anzeige_warenkorb input:focus {
  text-decoration: underline;
}
#anzeige_signiert {
  font-family: "Inconsolata", serif;
  font-weight: bold;
}
p.farbe {
  font-family: "Inconsolata", serif;
  font-weight: bold;
}
.input p {
  font-family: "Inconsolata", serif;
  font-weight: bold;
  margin: 0px;
  float: left;
  margin-right: 10px;
}
form.warenkorb a:link,
form.warenkorb a:visited,
form.warenkorb a {
  font-family: "Inconsolata", serif;
  font-weight: bold;
  font-size: 14px;
  color: #000000;
}
form.kunde td,
form.neukunde td,
form td {
  font-family: "Inconsolata", serif;
  font-weight: bold;
  padding-bottom: 5px;
}
form.kunde input[type="submit"],
form.neukunde input[type="submit"],
form input[type="submit"],
form.kunde a:link,
form.kunde a:visited,
form.neukunde a:link,
form.neukunde a:visited,
form a:link,
form a:visited,
a.weiter.button,
a.weiter.button:link,
a.weiter.button:visited {
  font-family: "Inconsolata", serif;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 7px;
  background: none;
  border: none;
  color: #000000;
  margin: 5px 0px;
  display: inline-block;
  vertical-align: top;
  padding: 3px 10px;
  cursor: pointer;
}
form.kunde input[type="submit"]:hover,
form.kunde input[type="submit"]:focus,
form.neukunde input[type="submit"]:hover,
form.neukunde input[type="submit"]:focus,
form input[type="submit"]:hover,
form input[type="submit"]:focus,
form.kunde a:hover,
form.kunde a:focus,
form.neukunde a:hover,
form.neukunde a:focus,
form a:hover,
form a:focus,
a.weiter.button:hover,
a.weiter.button:focus {
  text-decoration: underline;
}
form a.normal,
form a.normal:link,
form a.normal:visited {
  letter-spacing: 0px;
  text-decoration: underline;
  margin: 0px !important;
}
form a.normal:hover,
form a.normal:focus,
form a.normal:active {
  text-decoration: none;
}
button#animation_pause,
button#animation_weiter,
button#animation_lupe {
  background-color: #ffffff;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 0px 15px;
  border: none;
}
button#animation_pause {
  background-image: url(/basics/images/pause.png);
}
button#animation_weiter {
  background-image: url(/basics/images/play.png);
}
button#animation_lupe {
  background-image: url(/basics/images/lupe.png);
}
div.spritezoom-sens {
  position: relative !important;
}
/*.shop {
	width: 100%;
	column-count: 2;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-gap: 30px;
	-webkit-column-gap: 30px;
	-moz-column-gap: 30px;
	height: auto;
}*/
.shop ul.shopnavi {
  padding: 0px;
  column-count: 1;
  -webkit-column-count: 1;
  -moz-column-count: 1;
}
.shop ul.shopnavi li {
  list-style-type: none;
  padding-bottom: 10px;
}
.shop ul.shopnavi li a:link,
.shop ul.shopnavi li a:visited {
  color: #000000;
  padding-bottom: 3px;
  font-weight: bold;
  font-size: 14px;
}
.shop ul.shopnavi li a:hover,
.shop ul.shopnavi li a:focus,
.shop ul.shopnavi li a:active,
.shop ul.shopnavi li.active a {
  padding-bottom: 2px;
  border-bottom: 1px solid #000000;
  text-decoration: none;
}
ul.sprache {
  margin: 0px;
  padding: 0px;
}
ul.sprache li {
  display: inline-block;
  vertical-align: top;
  padding: 10px 10px 0px 0px;
  color: #b3b3b2;
  font-weight: bold;
}
ul.sprache li a.active {
  color: #000000;
  font-size: 15px;
}
ul.shop_funktionen {
  display: block;
  width: 100%;
  text-align: right;
  padding-top: 10px;
  font-family: 'Inconsolata', serif;
}
ul.shop_funktionen li {
  display: inline-block;
  vertical-align: middle;
  margin-left: 7px;
}
ul.shop_funktionen li.merken a,
ul.shop_funktionen li.merken a:link,
ul.shop_funktionen li.merken a:visited {
  display: block;
  width: 25px;
  height: 22px;
  background-image: url(/basics/images/update_2021/header_merken_icon.png);
  background-repeat: no-repeat;
  background-position: center center;
}
ul.shop_funktionen li.merken a:hover,
ul.shop_funktionen li.merken a:focus,
ul.shop_funktionen li.merken a:active {
  background-image: url(/basics/images/update_2021/header_merken_icon_active.png);
}
ul.shop_funktionen li.login a,
ul.shop_funktionen li.login a:link,
ul.shop_funktionen li.login a:visited {
  font-size: 15px;
  font-weight: bold;
  color: #ffffff;
  display: block;
  height: 23px;
  line-height: 23px;
  padding: 0px 10px;
  background: #999999;
}
ul.shop_funktionen li.login a:hover,
ul.shop_funktionen li.login a:focus,
ul.shop_funktionen li.login a:active {
  text-decoration: none;
  background: #000000;
}
ul.shop_funktionen.eingeloggt li {
  position: relative;
}
ul.shop_funktionen.eingeloggt li.konto {
  font-size: 15px;
  font-weight: bold;
  color: #ffffff;
  height: 23px;
  line-height: 23px;
  padding: 0px 10px;
  background: #999999;
  cursor: pointer;
}
ul.shop_funktionen.eingeloggt li:hover ul,
ul.shop_funktionen.eingeloggt li:focus ul,
ul.shop_funktionen.eingeloggt li:active ul {
  display: block;
}
ul.shop_funktionen.eingeloggt li ul {
  position: absolute;
  right: 0px;
  top: 23px;
  z-index: 200;
  width: auto;
  background: #999999;
  border-top: 1px solid #ffffff;
  padding: 3px 0px;
  display: none;
}
ul.shop_funktionen.eingeloggt li ul li {
  display: block;
  margin: 0px;
  white-space: nowrap;
}
ul.shop_funktionen.eingeloggt li ul li a,
ul.shop_funktionen.eingeloggt li ul li a:link,
ul.shop_funktionen.eingeloggt li ul li a:visited {
  display: block;
  padding: 2px 10px;
  color: #ffffff;
  font-size: 15px;
  font-weight: bold;
}
ul.shop_funktionen.eingeloggt li ul li a:hover,
ul.shop_funktionen.eingeloggt li ul li a:focus,
ul.shop_funktionen.eingeloggt li ul li a:active {
  text-decoration: underline;
}
.mobilebutton {
  display: block;
  height: 37px;
  width: 37px;
  background: url(/basics/images/update_2021/header_menu_icon.png);
  background-repeat: no-repeat;
  background-position: left center;
  border: none;
  margin-top: 5px;
}
#mobilenavi {
  position: fixed;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #ffffff;
  z-index: 3000;
  padding: 35px;
  overflow: auto;
}
#mobilenavi .box {
  position: relative;
}
#mobilenavi .schliessen {
  background: none;
  border: none;
  padding: none;
  display: inline-block;
  width: 17px;
  height: 17px;
  background-image: url(/basics/images/update_2021/warenkorbleiste_schliessen_icon.png);
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  right: 15px;
  top: 15px;
}
#mobilenavi h3 {
  font-family: "Inconsolata", serif;
  font-weight: bold;
  font-size: 20px;
  display: block;
  padding: 50px 0px 20px 0px;
  margin: 0px;
  border-bottom: 1px solid #000000;
}
#mobilenavi ul.naviliste {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
  text-align: left;
  font-size: 15px;
  line-height: normal;
}
#mobilenavi ul.naviliste li {
  display: block;
  border-bottom: 1px solid #000000;
}
#mobilenavi ul.naviliste li a,
#mobilenavi ul.naviliste li a:link,
#mobilenavi ul.naviliste li a:visited {
  font-family: "Inconsolata", serif;
  font-weight: bold;
  font-size: 20px;
  display: block;
  padding: 20px 0px;
}
#mobilenavi ul.naviliste li a:hover,
#mobilenavi ul.naviliste li a:focus,
#mobilenavi ul.naviliste li a:active {
  text-decoration: none;
}
#mobilenavi ul.naviliste.konto li a,
#mobilenavi ul.naviliste.konto li a:link,
#mobilenavi ul.naviliste.konto li a:visited {
  padding: 10px 0px;
  font-size: 18px;
}
#mobilenavi ul.shop_funktionen {
  margin: 0px;
  padding: 0px;
  position: absolute;
  right: 0px;
  bottom: 20px;
  z-index: 4000;
  display: inline-block;
  width: auto;
}
#mobilenavi ul.shop_funktionen li {
  margin-left: 30px;
}
#mobilenavi ul.shop_funktionen li:first-child {
  margin-left: 0px;
}
/***********************
Warenkorb
***********************/
.ueber {
  margin-bottom: 10px;
}
.produktliste img {
  width: 70%;
  height: auto;
  margin-bottom: 20px;
}
.uebersicht p {
  font-family: "Inconsolata", serif;
  font-weight: bold;
}
.uebersicht a.button,
right {
  float: right;
}
.niedrig p {
  font-family: "Inconsolata", serif;
  font-weight: normal;
}
.niedrig p strong {
  font-family: "Inconsolata", serif;
  font-weight: bold;
}
p input.weiter {
  font-family: "Inconsolata", serif;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 7px;
  background: none;
  border: none;
}
p input.weiter:hover,
p input.weiter:focus {
  text-decoration: underline;
}
p input.weiter.right,
p a.weiter.right,
input.weiter.right,
a.weiter.right,
input.right,
a.right {
  float: right;
  display: block;
  margin-right: 0px !important;
}
table.newsletter tr td:first-child {
  padding: 0;
}
ul.newsletter {
  margin: 0 0 0 15px;
  list-style-type: none;
}
ul.newsletter li {
  margin: 0 0 5px 0;
}
.blogtext div {
  padding-left: 0;
  padding-right: 30px;
  margin-bottom: 30px;
}
.blog p {
  font-family: "Inconsolata", serif;
  margin: 0 0 10px 0;
}
ul.blogthemen {
  font-family: "Inconsolata", serif;
  list-style-type: none;
}
ul.blogthemen li {
  display: inline-block;
  text-align: left;
}
ul.blogthemen li a {
  color: #000;
}
.mehr,
.mehr:hover {
  font-family: 'Inconsolata', serif;
  font-size: 14px;
  font-weight: bold;
  color: #000000;
  padding-bottom: 3px;
  letter-spacing: 5px;
  z-index: 1000;
  text-indent: -25px;
  padding-left: 25px;
  display: inline-block;
  cursor: pointer;
}
a.mehr,
a.mehr:hover {
  cursor: pointer;
}
.mehr.button,
.mehr.button:hover {
  padding: 3px 10px 3px 40px;
  border: 1px solid #000000;
}
.mehr.button.grau,
.mehr.button.grau :hover {
  background-color: #ececec;
  padding-left: 10px;
  text-indent: 0px;
}
.grau-button,
.grau-button :hover {
  background-color: #ececec !important;
}
.weiss-button,
.weiss-button :hover {
  background-color: #ffffff !important;
  padding: 3px 10px;
  border: 1px solid #000000;
  display: inline-block;
  font-family: 'Inconsolata', serif;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  letter-spacing: 5px;
}
.shariff {
  display: inline-block;
  width: 400px;
  float: left;
  margin-top: 32px;
}
table.socialmedia_shariff {
  margin-bottom: 10px;
  margin-top: 38px;
  margin-right: 20px;
  float: left;
}
table.socialmedia {
  margin-bottom: 10px;
  margin-top: 15px;
  margin-right: 15px;
}
.suchergebnis {
  margin-left: 15px;
  font-family: 'Inconsolata', serif;
}
.suchergebnis li a {
  color: #000;
}
/***********************
Cycle 2
***********************/
.cycle-prev,
.cycle-next {
  position: absolute;
  bottom: -20px;
  z-index: 800;
  height: 15px;
  width: 20px;
  cursor: pointer;
}
.cycle-prev {
  left: 0;
  background: url(/basics/images/pfeil-left2_grey.png) 50% 50% no-repeat;
}
.cycle-next {
  right: 0;
  background: url(/basics/images/pfeil-right2_grey.png) 50% 50% no-repeat;
}
.cycle-prev:hover,
.cycle-next:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.cycle-slideshow #nav {
  text-align: center;
}
.zitat .cycle-slideshow .cycle-slide {
  position: relative !important;
  display: none !important;
}
.zitat .cycle-slideshow .cycle-slide-active {
  display: block !important;
}
.zitat #controlbuttons,
.zitat #controlbuttons_mobile {
  padding-bottom: 30px;
  text-align: center;
}
.zitat #controlbuttons .cycle-prev,
.zitat #controlbuttons_mobile .cycle-prev,
.zitat #controlbuttons .cycle-next,
.zitat #controlbuttons_mobile .cycle-next,
.zitat #controlbuttons .pause,
.zitat #controlbuttons_mobile .pause,
.zitat #controlbuttons .play,
.zitat #controlbuttons_mobile .play {
  display: inline-block;
  vertical-align: top;
  margin-top: 0px !important;
}
.zitat .cycle-prev,
.zitat .cycle-next {
  position: relative;
  top: 0px;
  z-index: 800;
  height: 15px;
  width: 20px;
  cursor: pointer;
}
.zitat .galerie.mobile {
  display: block;
  padding-top: 25px;
}
img.play {
  width: 11px;
  height: 15px;
  margin-top: 5px;
}
img.pause {
  width: 10px;
  height: 15px;
  margin-top: 5px;
}
textarea#bemerkung {
  border: 1px solid #000000;
  width: 100%;
  height: 90px;
  padding: 1px 10px;
}
#gen_form input,
#gen_form textarea,
#sponti_form input,
#sponti_form textarea {
  border: 1px solid #000000;
  width: 100%;
  padding: 1px 10px;
}
#gen_form input[type="checkbox"] #sponti_form input[type="checkbox"] {
  width: auto;
  margin: 0px 5px 0px 0px;
}
#gen_form textarea,
#sponti_form textarea {
  min-height: 100px;
  resize: vertical;
}
#gen_form table,
#sponti_form table {
  width: 100%;
}
#gen_form table td,
#sponti_form table td {
  width: 70%;
}
#gen_form table td:first-child,
#sponti_form table td:first-child {
  width: 30%;
}
#gen_form table select,
form.neukunde select,
.shopcontent form select,
#sponti_form table select {
  border: 1px solid #000000;
  border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -o-border-radius: 0px !important;
  -ms-border-radius: 0px !important;
  -webkit-appearance: none !important;
  -o-appearance: none !important;
  -moz-appearance: none !important;
  -ms-appearance: none !important;
  appearance: none !important;
  padding: 1px 10px;
  width: 70px;
  background-color: transparent;
  background-image: url(/basics/images/select-pfeil.png);
  background-repeat: no-repeat;
  background-position: right center;
}
form.neukunde input,
form.kunde input,
.shopcontent form input {
  border: 1px solid #000000;
}
#gen_form table button,
#sponti_form table button,
#sponti_form table a.weiter,
#sponti_form table a.weiter:link,
#sponti_form table a.weiter:visited {
  background: none;
  border: 1px solid #000000 !important;
  font-size: 13px;
  color: #000000;
  min-width: 120px;
  padding: 3px 10px !important;
  border-radius: 0px;
  font-weight: bold;
  letter-spacing: 7px;
  font-family: "Inconsolata", serif;
  text-align: center;
}
#spontiupload input#fileupload {
  -webkit-appearance: none !important;
  -o-appearance: none !important;
  -moz-appearance: none !important;
  -ms-appearance: none !important;
  appearance: none !important;
  padding: 10px 15px;
  margin-bottom: 20px;
  margin-top: 10px;
  border: 1px solid #000000;
}
.spontidetail {
  overflow: hidden;
  margin: 0 auto 60px auto;
}
.spontidetail img.hochformat {
  height: 700px;
  width: auto;
  display: block;
  margin: 0 auto 0 auto;
}
.spontiformular {
  margin: 20px 0;
}
#spontiformular,
#spontiupload {
  background-color: #ECECEC;
  padding: 10px;
  min-height: 450px;
  display: table;
  width: 100%;
}
#spontiupload {
  height: 450px;
}
#spontiupload .upload {
  display: table-cell;
  vertical-align: middle;
}
#spontiformular table,
#spontiupload table {
  margin: 0px;
}
#spontiformular table a.weiter,
#spontiupload table a.weiter {
  margin: 0px;
}
#meldung {
  background-color: #ECECEC;
  padding: 10px;
  min-height: 450px;
  font-weight: bold;
  padding-top: 170px;
  margin-bottom: 0px;
}
a.zum_seitenanfang,
a.zum_seitenanfang:link,
a.zum_seitenanfang:visited {
  font-family: 'Inconsolata', serif;
  font-size: 15px;
  float: left;
  font-weight: bold;
  margin-right: 45px;
  color: #000000;
  padding-bottom: 3px;
  letter-spacing: 5px;
  display: block;
  margin-bottom: 30px;
  background-image: url(../images/pfeil_seitenanfang.png);
  background-position: left top 5px;
  background-repeat: no-repeat;
  background-size: auto 10px;
  padding-left: 35px;
  margin-top: 20px;
}
a.zum_seitenanfang:hover,
a.zum_seitenanfang:focus {
  text-decoration: none;
  cursor: pointer;
  border-bottom: 1px solid #000000;
  margin-bottom: 15px;
}
.textfeld table tr td:first-child {
  min-width: 110px;
  padding-right: 10px;
}
.fotohinweis {
  text-align: right;
  margin-bottom: 15px;
  font-size: 11px;
  font-family: 'Lato', sans-serif;
  font-weight: normal;
}
.klein {
  font-size: 11px;
}
#nl_form {
  border: 3px solid #ECECEC;
  padding: 22px 22px 10px 22px;
  width: 450px;
  max-width: 100%;
  margin-bottom: 30px;
}
#nl_form table {
  width: 100%;
  margin: 0px;
}
#nl_form input {
  border: 1px solid #000000;
  width: 100%;
  padding: 1px 10px;
}
p.weiter_mit_rahmen {
  text-align: center;
  margin-bottom: 0px;
}
/***********************
NEUE AUFTEILUNG 2016/01
***********************/
.cycle-slideshow,
.spritezoom-view,
.spritezoom-instance {
  min-height: inherit;
}
img.logo {
  margin: 0 auto;
  margin-top: 25px;
  margin-bottom: 25px;
}
.menu-top ul {
  width: 100%;
  margin: 0px 0px 25px 0px;
  padding: 0px;
  text-align: center;
}
.bild-start img {
  width: 100%;
  height: auto;
  margin-bottom: 8px;
}
.shop ul.shopnavi,
.shopcontent ul.shopnavi {
  padding: 50px 0px 0px 0px;
  column-count: 1;
  -webkit-column-count: 1;
  -moz-column-count: 1;
}
.shopcontent .produkt .artikeltext {
  padding-top: 50px;
  padding-bottom: 50px;
}
.shopcontent {
  padding-bottom: 25px;
}
.shopcontent .warenkorb_inhalt {
  margin-left: -15px;
  margin-right: -15px;
}
.shopcontent .warenkorb_inhalt .zusammenfassung {
  margin-bottom: 25px;
}
.shopcontent .warenkorb_inhalt .zusammenfassung .zeile {
  border-bottom: 1px solid #000000;
  padding: 25px 0px;
}
.shopcontent .warenkorb_inhalt .zusammenfassung .zeile:first-child {
  border-top: 1px solid #000000;
}
.shopcontent .warenkorb_inhalt .zusammenfassung .zeile table {
  width: 100%;
  margin: 0px;
}
.shopcontent .warenkorb_inhalt .zusammenfassung .zeile table td {
  vertical-align: top;
  padding: 0px !important;
}
.shopcontent .warenkorb_inhalt .zusammenfassung .zeile table td:first-child {
  padding-right: 10px !important;
}
.shopcontent .warenkorb_inhalt .zusammenfassung .zeile table td table td {
  text-align: right;
}
.shopcontent .warenkorb_inhalt .zusammenfassung .zeile table td table td:first-child {
  padding-right: 2px !important;
  text-align: left;
}
.shopcontent .warenkorb_inhalt .zusammenfassung .zeile p {
  margin: 0px;
}
.shopcontent .warenkorb_inhalt .warenkorb {
  border-top: 1px solid #000000;
}
.shopcontent .warenkorb_inhalt .warenkorb a,
.shopcontent .warenkorb_inhalt .warenkorb a:link,
.shopcontent .warenkorb_inhalt .warenkorb a:visited,
.shopcontent .warenkorb_inhalt .warenkorb a:hover,
.shopcontent .warenkorb_inhalt .warenkorb a:focus,
.shopcontent .warenkorb_inhalt .warenkorb a:active a.mehr,
.shopcontent .warenkorb_inhalt .warenkorb a.mehr:link,
.shopcontent .warenkorb_inhalt .warenkorb a.mehr:visited,
.shopcontent .warenkorb_inhalt .warenkorb a.mehr:hover,
.shopcontent .warenkorb_inhalt .warenkorb a.mehr:focus,
.shopcontent .warenkorb_inhalt .warenkorb a.mehr:active {
  text-indent: 0px;
  letter-spacing: 5px;
}
.shopcontent .warenkorb_inhalt .warenkorb a:hover,
.shopcontent .warenkorb_inhalt .warenkorb a:focus,
.shopcontent .warenkorb_inhalt .warenkorb a:active a.mehr:hover,
.shopcontent .warenkorb_inhalt .warenkorb a.mehr:focus,
.shopcontent .warenkorb_inhalt .warenkorb a.mehr:active {
  text-decoration: underline;
}
.shopcontent .warenkorb_inhalt .warenkorb .produktliste {
  border-bottom: 1px solid #000000;
  padding: 20px 0px;
}
.shopcontent .warenkorb_inhalt .warenkorb .produktliste p input[type="checkbox"] {
  display: inline-block;
  vertical-align: bottom;
  margin: 0px 6px 4px 0px;
}
.shopcontent .warenkorb_inhalt .warenkorb .produktliste p span.geschenkinfo {
  display: inline-block;
  vertical-align: unset;
  cursor: pointer;
  width: 13px;
  height: 13px;
  background: url(/basics/images/update_2021/warenkorb_icon_info.png);
  background-repeat: no-repeat;
  background-position: center center;
  margin-left: 2px;
}
.shopcontent .warenkorb_inhalt .warenkorb .produktliste.summe {
  border-bottom: none;
  padding: 10px 0px;
}
.shopcontent .warenkorb_inhalt .warenkorb .produktliste.summe p {
  margin: 0px;
}
.shopcontent .warenkorb_inhalt .warenkorb .produktliste .col-lg-1,
.shopcontent .warenkorb_inhalt .warenkorb .produktliste .col-lg-2,
.shopcontent .warenkorb_inhalt .warenkorb .produktliste .col-lg-5,
.shopcontent .warenkorb_inhalt .warenkorb .produktliste .col-lg-6,
.shopcontent .warenkorb_inhalt .warenkorb .produktliste .col-md-1,
.shopcontent .warenkorb_inhalt .warenkorb .produktliste .col-md-2,
.shopcontent .warenkorb_inhalt .warenkorb .produktliste .col-md-5,
.shopcontent .warenkorb_inhalt .warenkorb .produktliste .col-md-6,
.shopcontent .warenkorb_inhalt .warenkorb .produktliste .col-sm-1,
.shopcontent .warenkorb_inhalt .warenkorb .produktliste .col-sm-2,
.shopcontent .warenkorb_inhalt .warenkorb .produktliste .col-sm-5,
.shopcontent .warenkorb_inhalt .warenkorb .produktliste .col-sm-6,
.shopcontent .warenkorb_inhalt .warenkorb .produktliste .col-xs-2,
.shopcontent .warenkorb_inhalt .warenkorb .produktliste .col-xs-4,
.shopcontent .warenkorb_inhalt .warenkorb .produktliste .col-xs-6,
.shopcontent .warenkorb_inhalt .warenkorb .produktliste .col-xs-8,
.shopcontent .warenkorb_inhalt .warenkorb .produktliste .col-xs-12 {
  padding: 0px;
}
.shopcontent .warenkorb_inhalt .warenkorb .produktliste input[type="text"] {
  border: none;
  background: #ededed;
  padding: 2px 5px;
}
.shopcontent .warenkorb_inhalt .warenkorb .produktliste .clear_mobile {
  display: none;
}
.shopcontent .warenkorb_inhalt .warenkorb .produktliste a.kreuz,
.shopcontent .warenkorb_inhalt .warenkorb .produktliste a.kreuz:link,
.shopcontent .warenkorb_inhalt .warenkorb .produktliste a.kreuz:visited {
  display: inline-block;
  width: 11px;
  height: 11px;
  background-image: url(/basics/images/update_2021/warenkorb_icon_kreuz.png);
  background-repeat: no-repeat;
  background-position: right center;
}
.shopcontent .warenkorb_inhalt .warenkorb .produktliste select {
  margin-left: 10px;
  background: #ededed;
  border: none;
  font-family: 'Inconsolata', serif;
  font-weight: bold;
  font-size: 15px;
  padding: 0px 10px;
  width: auto;
  display: inline-block;
  vertical-align: middle;
  height: 30px;
  line-height: 30px;
}
.shopcontent .warenkorb_inhalt .warenkorb .produktliste span.link {
  text-decoration: underline;
  cursor: pointer;
}
.shopcontent .warenkorb_inhalt .warenkorb .produktliste span.link:hover,
.shopcontent .warenkorb_inhalt .warenkorb .produktliste span.link:focus,
.shopcontent .warenkorb_inhalt .warenkorb .produktliste span.link:active {
  text-decoration: none;
  cursor: pointer;
}
.shopcontent .warenkorb_inhalt .keine_artikel a.button_allgemein,
.shopcontent .warenkorb_inhalt .keine_artikel a.button_allgemein:link,
.shopcontent .warenkorb_inhalt .keine_artikel a.button_allgemein:visited {
  display: inline-block;
  width: auto;
  padding-left: 30px !important;
  padding-right: 30px !important;
}
/***********************
Zitate
***********************/
.zitat {
  text-align: center;
}
.zitat p {
  color: #545454;
  letter-spacing: 1px;
}
.zitat .z_anfuehrungszeichen {
  font-size: 60px;
  line-height: 40px;
  margin-bottom: 30px;
  font-family: "Inconsolata", serif;
  padding-top: 17px;
}
.zitat .z_anfuehrungszeichen:first-child {
  padding-top: 0px;
  margin-bottom: 40px;
}
.zitat .z_textart1 {
  font-size: 17px;
  line-height: 20px;
  margin-bottom: 15px !important;
  font-family: "Inconsolata", serif;
}
.zitat .z_textart2 {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 18px !important;
  font-weight: 300;
  font-style: italic;
}
.zitat .z_textart3 {
  font-size: 45px;
  line-height: 55px;
  margin-bottom: 18px !important;
  font-weight: 300;
}
.zitat .z_verfasser {
  font-size: 12px;
  line-height: 12px;
  margin-bottom: 0px !important;
  font-weight: bold;
  font-family: "Inconsolata", serif;
  position: relative;
  /*top: -22px;*/
  padding-top: 20px;
}
.zitat .flexslider {
  margin: 0px;
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.zitat .flexslider .flex-control-nav,
.zitat .flexslider .flex-direction-nav {
  display: none;
}
.zitat .galerie {
  margin-bottom: 40px;
}
/***********************
Warenkorbleiste - 2021
***********************/
body.mit_warenkorb {
  padding-right: 70px;
}
.warenkorbleiste {
  font-family: 'Inconsolata', serif;
}
.warenkorbleiste .warenkorb_zu {
  position: fixed;
  right: 0px;
  top: 0px;
  width: 70px;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  border-left: 1px solid #999999;
  background: #ffffff;
  z-index: 2000;
  text-align: center;
  padding-top: 10px;
  opacity: 1;
  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;
}
.warenkorbleiste .warenkorb_zu.inaktiv {
  opacity: 0;
  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;
}
.warenkorbleiste .warenkorb_zu span.warenkorb_icon {
  display: inline-block;
  vertical-align: sub;
  height: 20px;
  width: 24px;
  background-image: url(/basics/images/update_2021/warenkorbleiste_warenkorb_icon.png);
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
  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;
}
.warenkorbleiste .warenkorb_zu span.warenkorb_icon:hover,
.warenkorbleiste .warenkorb_zu span.warenkorb_icon:focus,
.warenkorbleiste .warenkorb_zu span.warenkorb_icon:active,
.warenkorbleiste .warenkorb_zu span.warenkorb_icon.active {
  background-image: url(/basics/images/update_2021/warenkorbleiste_warenkorb_active_icon.png);
  cursor: pointer;
  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;
}
.warenkorbleiste .warenkorb_zu span.warenkorb_menge {
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  color: #000000;
}
.warenkorbleiste .warenkorb {
  position: fixed;
  right: 0px;
  top: 0px;
  width: 70px;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  border-left: 1px solid #999999;
  background: #ffffff;
  z-index: 1500;
  opacity: 0;
  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;
}
.warenkorbleiste .warenkorb.offen {
  opacity: 1;
  width: 350px;
  z-index: 2500;
  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;
}
.warenkorbleiste .warenkorb span.schliessen {
  display: block;
  width: 17px;
  height: 17px;
  background-image: url(/basics/images/update_2021/warenkorbleiste_schliessen_icon.png);
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 12px;
  left: 12px;
  cursor: pointer;
  z-index: 3000;
}
.warenkorbleiste .warenkorb .leer {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  padding: 30px;
  z-index: 2700;
  overflow: auto;
  text-align: center;
}
.warenkorbleiste .warenkorb .leer .display_table {
  display: table;
  height: 100%;
  width: 100%;
}
.warenkorbleiste .warenkorb .leer .display_table .display_table_cell {
  display: table-cell;
  vertical-align: middle;
}
.warenkorbleiste .warenkorb .leer .display_table .display_table_cell img {
  /*margin-bottom: 3vh;*/
}
.warenkorbleiste .warenkorb .leer .display_table .display_table_cell p {
  font-size: 15px;
  color: #000000;
  /*margin-bottom: 12vh;*/
}
.warenkorbleiste .warenkorb .leer .display_table .display_table_cell a.button,
.warenkorbleiste .warenkorb .leer .display_table .display_table_cell a.button:link,
.warenkorbleiste .warenkorb .leer .display_table .display_table_cell a.button:visited {
  display: block;
  width: 100%;
  font-size: 15px;
  font-weight: bold;
  color: #ffffff;
  background: #545454;
  height: 45px;
  line-height: 45px;
  text-align: center;
  padding: 0px 10px;
}
.warenkorbleiste .warenkorb .leer .display_table .display_table_cell a.button:hover,
.warenkorbleiste .warenkorb .leer .display_table .display_table_cell a.button:focus,
.warenkorbleiste .warenkorb .leer .display_table .display_table_cell a.button:active {
  text-decoration: none;
  background: #000000;
}
.warenkorbleiste .warenkorb .gefuellt {
  padding: 9vh 30px 75px 30px;
  overflow: auto;
}
.warenkorbleiste .warenkorb .gefuellt h3 {
  font-size: 15px;
  color: #000000;
  font-weight: bold;
  margin-bottom: 20px;
}
.warenkorbleiste .warenkorb .gefuellt .produkte {
  max-height: 50vh;
  overflow: auto;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  margin-bottom: 25px;
}
.warenkorbleiste .warenkorb .gefuellt .produkte .zeile {
  padding: 20px 0px;
  border-top: 1px solid #000000;
}
.warenkorbleiste .warenkorb .gefuellt .produkte .zeile:first-child {
  border-top: none;
}
.warenkorbleiste .warenkorb .gefuellt .produkte .zeile .bild {
  display: inline-block;
  vertical-align: bottom;
  width: 25%;
}
.warenkorbleiste .warenkorb .gefuellt .produkte .zeile .infos {
  display: inline-block;
  vertical-align: bottom;
  width: 45%;
  font-size: 15px;
  line-height: normal;
  color: #000000;
}
.warenkorbleiste .warenkorb .gefuellt .produkte .zeile .preis {
  display: inline-block;
  vertical-align: bottom;
  width: 24%;
  font-size: 15px;
  line-height: normal;
  color: #000000;
  text-align: right;
}
.warenkorbleiste .warenkorb .gefuellt .summe {
  margin-bottom: 25px;
}
.warenkorbleiste .warenkorb .gefuellt .summe .bezeichnung {
  display: inline-block;
  vertical-align: top;
  width: 68%;
  font-size: 15px;
  line-height: normal;
  color: #000000;
}
.warenkorbleiste .warenkorb .gefuellt .summe .bezeichnung small {
  display: block;
  font-size: 11px;
}
.warenkorbleiste .warenkorb .gefuellt .summe .bezeichnung small span {
  text-decoration: underline;
  cursor: pointer;
}
.warenkorbleiste .warenkorb .gefuellt .summe .bezeichnung small span:hover,
.warenkorbleiste .warenkorb .gefuellt .summe .bezeichnung small span:focus,
.warenkorbleiste .warenkorb .gefuellt .summe .bezeichnung small span:active {
  text-decoration: none;
  cursor: pointer;
}
.warenkorbleiste .warenkorb .gefuellt .summe .preis {
  display: inline-block;
  vertical-align: top;
  width: 29%;
  font-size: 15px;
  line-height: normal;
  color: #000000;
  text-align: right;
}
.warenkorbleiste .warenkorb .gefuellt a.button,
.warenkorbleiste .warenkorb .gefuellt a.button:link,
.warenkorbleiste .warenkorb .gefuellt a.button:visited {
  display: block;
  width: 100%;
  font-size: 15px;
  font-weight: bold;
  color: #ffffff;
  background: #545454;
  height: 45px;
  line-height: 45px;
  text-align: center;
  padding: 0px 10px;
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 30px;
  width: 90%;
  width: calc(100% - 60px);
}
.warenkorbleiste .warenkorb .gefuellt a.button:hover,
.warenkorbleiste .warenkorb .gefuellt a.button:focus,
.warenkorbleiste .warenkorb .gefuellt a.button:active {
  text-decoration: none;
  background: #000000;
}
.warenkorbleiste .warenkorb_hinzugefuegt {
  position: fixed;
  right: 0px;
  top: 0px;
  width: 35px;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  border-left: 1px solid #999999;
  background: #ffffff;
  z-index: 1500;
  opacity: 0;
  text-align: center;
  padding: 30px;
  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;
}
.warenkorbleiste .warenkorb_hinzugefuegt.offen {
  opacity: 1;
  width: 280px;
  z-index: 2500;
  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;
}
.warenkorbleiste .warenkorb_hinzugefuegt .display_table {
  display: table;
  height: 100%;
  width: 100%;
}
.warenkorbleiste .warenkorb_hinzugefuegt .display_table .display_table_cell {
  display: table-cell;
  vertical-align: middle;
}
.warenkorbleiste .warenkorb_hinzugefuegt .display_table .display_table_cell img.haken {
  margin-bottom: 20px;
}
.warenkorbleiste .warenkorb_hinzugefuegt .display_table .display_table_cell p {
  font-size: 15px;
  color: #000000;
  margin-bottom: 4vh;
}
.warenkorbleiste .warenkorb_bg {
  position: fixed;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  background: rgba(0, 0, 0, 0.2);
}
.warenkorbleiste .warenkorb_bg.offen {
  opacity: 1;
  z-index: 2000;
}
/***********************
Popup / Lightbox - 2021
***********************/
.modal-backdrop.in {
  opacity: 0;
}
.popup {
  position: fixed;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  z-index: 4000;
  background: rgba(0, 0, 0, 0.2);
  padding: 30px 0px;
  overflow: auto;
}
.popup .close_box {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  z-index: 4100;
}
.popup .display_table {
  display: table;
  width: 100%;
  height: 100%;
}
.popup .display_table .display_table_cell {
  display: table-cell;
  vertical-align: middle;
}
.popup .display_table .display_table_cell .inhalt {
  width: 95%;
  max-width: 768px;
  display: block;
  margin: 0 auto;
  background: #ffffff;
  padding: 30px;
  /*height: 100%;*/
  overflow: auto;
  position: relative;
  z-index: 4200;
}
.popup .display_table .display_table_cell .inhalt span.schliessen {
  display: block;
  width: 17px;
  height: 17px;
  background-image: url(/basics/images/update_2021/warenkorbleiste_schliessen_icon.png);
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 12px;
  right: 12px;
  cursor: pointer;
  z-index: 4200;
}
.popup .display_table .display_table_cell .inhalt h3 {
  font-size: 18px;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 25px;
  font-family: "Inconsolata", serif;
  letter-spacing: 7px;
}
.popup .display_table .display_table_cell .inhalt p {
  font-size: 15px;
  margin-bottom: 25px;
}
.popup.geschenktext textarea {
  width: 100%;
  height: 200px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: normal;
  line-height: 25px;
  color: #999999;
  border: none;
}
.popup.geschenktext .links {
  display: inline-block;
  vertical-align: bottom;
  width: 49.5%;
}
.popup.geschenktext .links a.button_allgemein,
.popup.geschenktext .links a.button_allgemein:link,
.popup.geschenktext .links a.button_allgemein:visited {
  display: inline-block;
  min-width: 240px;
  width: auto;
  max-width: 100%;
  text-indent: 7px;
  color: #ffffff;
}
.popup.geschenktext .links a.button_allgemein:hover,
.popup.geschenktext .links a.button_allgemein:focus,
.popup.geschenktext .links a.button_allgemein:active {
  text-decoration: none;
}
.popup.geschenktext .rechts {
  display: inline-block;
  vertical-align: bottom;
  width: 49.5%;
}
.popup.geschenktext .rechts span {
  display: block;
  text-align: right;
  color: #999999;
  font-family: "Inconsolata", serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 3px;
}
.popup.benachrichtigung .display_table .display_table_cell .inhalt {
  max-width: 550px;
}
.popup.benachrichtigung .display_table .display_table_cell .inhalt table {
  width: 100%;
  margin-bottom: 25px;
}
.popup.benachrichtigung .display_table .display_table_cell .inhalt table tr td {
  width: 60%;
  vertical-align: middle;
}
.popup.benachrichtigung .display_table .display_table_cell .inhalt table tr td:first-child {
  width: 40%;
}
.popup.benachrichtigung .display_table .display_table_cell .inhalt table tr td h3 {
  margin-bottom: 15px;
}
.popup.benachrichtigung .display_table .display_table_cell .inhalt table tr td p {
  margin-bottom: 0px;
}
.popup.benachrichtigung .display_table .display_table_cell .inhalt table tr td p strong {
  font-family: "Inconsolata", serif;
  letter-spacing: 2px;
}
.popup.benachrichtigung .display_table .display_table_cell .inhalt .links {
  display: inline-block;
  vertical-align: bottom;
  width: 49%;
  padding-right: 5px;
}
.popup.benachrichtigung .display_table .display_table_cell .inhalt .links input {
  height: 45px;
  line-height: 45px;
  width: 100%;
  color: #999999;
  background: #ededed;
  border: none;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  box-shadow: none;
  padding: 0px 15px;
  font-size: 15px;
}
.popup.benachrichtigung .display_table .display_table_cell .inhalt .rechts {
  display: inline-block;
  vertical-align: bottom;
  width: 49%;
  padding-left: 5px;
}
.popup.benachrichtigung .display_table .display_table_cell .inhalt .rechts a.button_allgemein,
.popup.benachrichtigung .display_table .display_table_cell .inhalt .rechts a.button_allgemein:link,
.popup.benachrichtigung .display_table .display_table_cell .inhalt .rechts a.button_allgemein:visited {
  display: inline-block;
  width: auto;
  max-width: 100%;
  text-indent: 7px;
}
.popup.login .display_table .display_table_cell .inhalt {
  max-width: 550px;
  padding-bottom: 1px;
}
.popup.login .display_table .display_table_cell .inhalt table {
  margin-bottom: 10px;
}
.popup.versandkosten .display_table .display_table_cell .inhalt {
  height: 100%;
}
form {
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
/***********************
Media Query
***********************/
@media (max-width: 995px) {
  .uebersicht a.button,
  right {
    float: none;
    clear: both;
  }
  .shopcontent .bestellprozess .schritte .schritt {
    letter-spacing: 5px;
  }
}
@media (max-width: 768px) {
  a.button_allgemein,
  a.button_allgemein:link,
  a.button_allgemein:visited,
  button.button_allgemein,
  input.button_allgemein {
    height: auto;
    line-height: normal;
    padding: 12px 20px !important;
  }
  a.button_allgemein.klein,
  a.button_allgemein:link.klein,
  a.button_allgemein:visited.klein,
  button.button_allgemein.klein,
  input.button_allgemein.klein {
    height: auto;
    line-height: normal;
    padding: 5px 20px !important;
  }
  a.button_allgemein:hover,
  a.button_allgemein:focus,
  a.button_allgemein:active,
  button.button_allgemein:hover,
  button.button_allgemein:focus,
  button.button_allgemein:active,
  input.button_allgemein:hover,
  input.button_allgemein:focus,
  input.button_allgemein:active {
    text-decoration: none;
    background: #000000;
  }
  .display_desktop {
    display: none;
  }
  .display_mobile {
    display: block;
  }
  .header_gross_platzhalter_desktop {
    display: none;
  }
  .header_gross_platzhalter_mobile {
    display: block;
  }
  .produkt .auswahl .input select {
    margin-bottom: 10px;
  }
  .bloecke .projekt-box {
    min-height: inherit;
  }
  .mobile {
    display: block;
  }
  .desktop {
    display: none;
  }
  .zitat .bilder img {
    margin-bottom: 40px;
  }
  .zitat .galerie.mobile {
    padding-top: 0px;
  }
  .zitat .galerie {
    margin-bottom: 0px;
  }
  .menu-footer-neu .align-right {
    text-align: left;
  }
  .hinweisblock_box .hinweisblock .block img {
    margin-bottom: 10px;
  }
  .warenkorbleiste .warenkorb .gefuellt {
    padding-top: 2vh;
  }
  ul.sprache {
    text-align: right;
  }
  ul.sprache li {
    padding-left: 10px;
    padding-right: 0px;
  }
  .shopcontent .produkt .artikeltext {
    padding-left: 25px;
  }
  .shopcontent .produkt .artikeltext a.merken,
  .shopcontent .produkt .artikeltext a.merken_link,
  .shopcontent .produkt .artikeltext a.merken:visited {
    left: -7px;
  }
  .shopcontent .warenkorb_inhalt .warenkorb .produktliste .clear_mobile {
    display: block;
    width: 100%;
    float: none;
    clear: both;
  }
  .shopcontent .warenkorb_inhalt .warenkorb .produktliste .text_rechts {
    text-align: left;
  }
  .popup.benachrichtigung .display_table .display_table_cell .inhalt .links,
  .popup.benachrichtigung .display_table .display_table_cell .inhalt .rechts {
    display: block;
    width: 100%;
    padding: 0px;
  }
  .popup.benachrichtigung .display_table .display_table_cell .inhalt .links a.button_allgemein,
  .popup.benachrichtigung .display_table .display_table_cell .inhalt .rechts a.button_allgemein,
  .popup.benachrichtigung .display_table .display_table_cell .inhalt .links a.button_allgemein:link,
  .popup.benachrichtigung .display_table .display_table_cell .inhalt .rechts a.button_allgemein:link,
  .popup.benachrichtigung .display_table .display_table_cell .inhalt .links a.button_allgemein:visited,
  .popup.benachrichtigung .display_table .display_table_cell .inhalt .rechts a.button_allgemein:visited {
    display: block;
    width: 100%;
    margin-top: 5px;
  }
  .shopcontent .bestellprozess .schritte {
    display: block;
  }
  .shopcontent .bestellprozess .schritte:before {
    height: 100%;
    width: 1px;
    top: 0px;
    left: 50%;
  }
  .shopcontent .bestellprozess .schritte .schritt {
    display: block;
    margin-bottom: 20px;
    letter-spacing: 7px;
    text-align: center;
  }
  .shopcontent .bestellprozess .schritte .schritt:before {
    width: 100%;
    height: calc(100% + 10px);
    top: -5px;
    left: 0px;
  }
  .zitat .z_textart1 {
    font-size: 15px;
    line-height: 18px;
  }
  .zitat .z_textart2 {
    font-size: 20px;
    line-height: 30px;
  }
  .zitat .z_textart3 {
    font-size: 25px;
    line-height: 35px;
  }
}
@media (max-width: 550px) {
  body.mit_warenkorb {
    padding-right: 35px;
  }
  .warenkorbleiste .warenkorb_zu {
    width: 35px;
  }
  .shopcontent .bestellprozess.bestelluebersicht form h2.mit_link {
    padding-right: 0px;
  }
  .shopcontent .bestellprozess.bestelluebersicht form h2.mit_link a.bearbeiten,
  .shopcontent .bestellprozess.bestelluebersicht form h2.mit_link a.bearbeiten:link,
  .shopcontent .bestellprozess.bestelluebersicht form h2.mit_link a.bearbeiten:visited {
    position: relative;
    right: inherit;
    top: inherit;
    display: block;
    margin-bottom: 5px;
  }
  #anzeige_signiert li {
    display: block;
    margin-left: 0px;
  }
  #anzeige_signiert li:first-child {
    margin-bottom: 5px;
  }
  table.bestellungen td:before {
    display: block !important;
    width: 100% !important;
  }
  table.bestellungen td a.button_allgemein,
  table.bestellungen td a.button_allgemein:link,
  table.bestellungen td a.button_allgemein:visited {
    width: 100% !important;
  }
  table.versandkosten tr td table {
    margin-bottom: 0px;
  }
  table.versandkosten tr td table td {
    display: block !important;
    width: 100% !important;
    float: left !important;
    text-align: left !important;
    padding: 0px 0px 2px 0px !important;
    margin-bottom: 2px !important;
  }
  table.versandkosten tr td table td:first-child {
    padding: 2px 0px 0px 0px !important;
    font-weight: 500;
    margin-bottom: 0px !important;
  }
  .shopcontent .bestellprozess.bestelluebersicht form table td,
  .shopcontent .formular_neu.bestelluebersicht form table td {
    display: block;
    width: 100%;
    float: left;
    margin-bottom: 5px;
  }
  .shopcontent .bestellprozess.bestelluebersicht form table td:first-child,
  .shopcontent .formular_neu.bestelluebersicht form table td:first-child {
    padding-right: 0px;
    font-weight: 500;
    margin-bottom: 0px;
  }
}
@media (max-width: 480px) {
  .menu-top ul li {
    width: 100%;
    margin: 0px;
  }
  .shop {
    column-count: 1;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-gap: 0px;
    -webkit-column-gap: 0px;
    -moz-column-gap: 0px;
  }
}
