/**
 * CSS um die Bootstrap-Deklarationen zu ueberschreiben
 */

h1, .h1 {font-size: 2rem;}
h2, .h2 {font-size: 1.4rem;}
h3, .h3 {font-size: 1.2rem;}
h4, .h4 {font-size: 1rem;}
h5, .h5 {
   font-size: 1rem;
   line-height: 1.35rem;
}


/**
 * Checkout
 */
div.basket-options {
    width: 100%;
}


/****  Yovite-Buttons  ****/
.button-fullsize,
.button-halfsize,
.button-fullsize-fett,
.button-fullsize-twolines {
     display: inline-block !important;
     font-family: Arial, Helvetica, sans-serif !important;
     font-weight: normal !important;
     letter-spacing: 0.05em !important;
     color: #2e251d !important;
     text-decoration: none !important;
     border: 1px solid #2e251d !important;
     border-radius: 4px !important;
     box-shadow: 0 0 2px rgba(0, 0, 0, 0.2) !important;
     font-size: 15px !important;
     background-color: white !important;
}
.button-fullsize:hover,
.button-fullsize:focus,
.button-halfsize:hover,
.button-halfsize:focus,
.button-fullsize-fett:hover,
.button-fullsize-fett:focus,
.button-fullsize-twolines:hover,
.button-fullsize-twolines:focus {
     color: #fc3b00 !important;
     border: 1px solid #fc3b00 !important;
     cursor: pointer !important;
}

.button-fullsize,
.button-fullsize:hover {
     padding: 10px 15px !important;
}
.button-fullsize-twolines,
.button-fullsize-twolines:hover {
     padding: 8px 12px !important;
     line-height: 18px;
}

.button-fullsize-fett {
     padding: 10px 50px !important;
}

.button-halfsize {
     font-size: 13px !important;
     padding: 7px 15px !important;
}

.button-halfsize.thinner {
     padding: 2px 7px !important;
}


/*** Neue Extraklasse fuer orange Buttons ***/
.button-orange {
    color: white !important;
    background-color: #fc3b00;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ff6300), to(#fc3b00));
    background: -webkit-linear-gradient(top, #ff6300, #fc3b00);
    background: -moz-linear-gradient(top, #ff6300, #fc3b00);
    background: -ms-linear-gradient(top, #ff6300, #fc3b00);
    background: -o-linear-gradient(top, #ff6300, #fc3b00);
    border: none !important;
}
.button-orange:hover,
.button-orange:focus {
    background-color: #ff6300;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fd9a42)to(#ff6300));
    background: -webkit-linear-gradient(top, #fd9a42, #ff6300);
    background: -moz-linear-gradient(top, #fd9a42, #ff6300);
    background: -ms-linear-gradient(top, #fd9a42, #ff6300);
    background: -o-linear-gradient(top, #fd9a42, #ff6300);
    border: none !important;
    cursor: pointer;
    color: #2e251d !important;
}


/****  Reset  ****/
:focus {
    outline: 0;
}

/****  Globales  ****/
html {
    -webkit-text-size-adjust: 100%;
    max-height: 90000px;
}
body {
    font-family: Arial, Helvetica, sans-serif;
    background-color: white;
    font-size: 14px;
}
strong, em {
    font-weight: bold;
    font-style: normal;
}
.kein-umbruch {
    white-space: nowrap;
}
.pos-top-right {
    position: absolute;
    top: 10px;
    right: 10px;
}
.pos-top-right-5 {
    position: absolute;
    top: 5px;
    right: 5px;
}
.pos-top-left {
    position: absolute;
    top: 10px;
    left: 10px;
}
.pos-top-left-5 {
    position: absolute;
    top: 5px;
    left: 5px;
}

/****  Wiederverwertbares  ****/
.yobraun    {color: #2e251d !important;}
.yoorange   {color: #fc3b00;}

.light-gray         {color: #999 !important;}
.medium-gray        {color: #666 !important;}
.bg-light-gray      {background-color: rgba(0, 0, 0, 0.20) !important;}
.bg-medium-gray {background-color: rgba(0, 0, 0, 0.54) !important;}

.color-selected {color: #00b52f;}

.txt-weiss  {color: white;}
.txt-orange {color: #fc3b00;}
.text-wrap {white-space: normal;}

.gib-hand {cursor: pointer;}

.smallhead {
      font-size: 0.8em;
      font-weight: normal;
      margin-bottom: 12.5px;
}
.bigger-font {
    font-size: 1.2em;
}
.smaller-font {
    font-size: 0.8em;
}

#fullwrap {
    background-color: white;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    max-height: 90000px;
    padding: 0;
    position: relative;
}

.link_underline_no_color {
    border-bottom: 1px dotted #2e251d;
    color: #2e251d !important;
}

.not_link_but_underline {
    border-bottom: 1px solid transparent;
}

.not_link_but_underline:hover {
    border-bottom: 1px solid #999;
}

@media (hover:none) {
    .not_link_but_underline:hover {
        border-bottom: none;
    }
}


/****  Header  ****/
#header {
    background-color: #fbfbfb;
    padding-left: 30px !important;
    padding-right: 30px !important;
    text-align: center;
}
#header .yovite-logo {
    display: block;
    width: 150px;
    margin: 5px auto;
}
.badge-10 {
    background-image: url("/de/_pics/body/sprites-header-footer.png");
    background-position: 0 -1202px;
    background-repeat: no-repeat;
    width: 84px;
    height: 84px;
}
.badge-1500 {
     background-image: url("/de/_pics/body/sprites-header-footer.png");
     background-position: 0 -1285px;
     background-repeat: no-repeat;
     width: 84px;
     height: 84px;
}

/****  Content  ****/
#content_outer_space {
    padding: 20px;
    background-color: #ffffff;
}
#content {
    position: relative;
    color: #2e251d;
    min-height: 500px;
}
#content a {
    color: #fc3b00;
    text-decoration: none;
}


/****  Footer  ****/
#footer {
    padding: 30px;
    color: #aa896b;
    background-color: #fefefe;
    font-size: 16px;
    border-top: 1px solid #eedccc;
}
#footer h6 {
    line-height: 1.5em;
    text-align: center;
}
#footer h6 span {
    display: inline-block;
    margin: 0 10px;
    font-size: 0.9em;
    font-weight: normal;
    white-space: nowrap;
}
#footer a {
    color: #aa896b;
    text-decoration: none;
}
#footer a:hover {
    color: #fc3b00;
    text-decoration: none;
}
#footer ul {
    list-style-type: none;
    font-size: 0.8em;
    margin: 0;
    padding: 0;
}


#footer .foot-link-list li {
    line-height: 2em;
    white-space: nowrap;
}

#footer .foot-icon-list li {
    display: inline;
}
#footer .foot-icon-list li div {
    display: inline-block;
    width: 59px;
    height: 40px;
    background-image: url("/de/_pics/body/sprites-header-footer.png");
    background-repeat: no-repeat;
    /*cursor: pointer;*/
    border: 1px solid #f5f5f5;
    border-radius: 5px;
    /*opacity: 0.5;*/
}
.icon-visa-yov {background-position: -1px -530px}
.icon-mastercard-yov {background-position: -1px -580px}
.icon-americanexpr-yov {background-position: -1px -630px}
.icon-sofortueberw-yov {background-position: -1px -680px}
.icon-paypal-yov {background-position: -1px -730px}
.icon-bankueberw-yov {background-position: -1px -780px}
.icon-saferpay-yov {background-position: -1px -830px}
.icon-depost-yov {background-position: -1px -880px}
.icon-footer-email-yov {background-position: -1px -930px}

#footer i {
    display: inline-block;
    width: 15px;
    margin-right: 10px;
    text-align: center;
    color: #aa896b;
}
#footer .gastro-firmen-buttons-holder {
    vertical-align: top;
    margin: 13px 0 0 13px !important;
    display: inline-block;
}
#footer .gastro-firmen-footer-pos {
    padding-top: 37px;
    text-align: center;
}
#footer .gastronomen-bt,
#footer .firmenkunde-bt {
    border-color: #aa896b;
}
#footer .gastronomen-bt {
    background-position: 16% -1105px;
}
#footer .firmenkunde-bt {
    background-position: 16% -1157px;
}
#footer .ssl-icon-holder {
    padding: 30px 0 0 0;
    margin: -20px 45px 0 0;
}
#footer .ssl-icon, #footer .oeko-icon {
    width: 75px;
    height: 75px;
    background-image: url("/de/_pics/body/sprites-header-footer.png");
    background-repeat: no-repeat;
}
#footer .ssl-icon {
    background-position: 0 -334px;
}
#footer .oeko-icon {
    background-position: 0 -431px;
}

/* Gastro- und Firmenkunden Buttons */
.gastro-firmen-buttons-holder a {
     display: inline-block;
     width: 150px;
     border: 1px solid #fff;
     border-radius: 3px;
     color: #fff;
     text-decoration: none;
     text-align: center;
     padding: 8px 6px 8px 40px !important;
     font-size: 11px;
     line-height: 1.4em;
     margin-bottom: 5px !important;
}
.gastro-firmen-buttons-holder a:hover,
.gastro-firmen-buttons-holder a:focus {
     color: #fc3b00 !important;
}
.gastro-firmen-buttons-holder span.bt-label-bigger {
     font-size: 14px;
}
.gastro-firmen-buttons-holder .gastronomen-bt {
     background-image: url("/de/_pics/body/sprites-header-footer.png");
     background-repeat: no-repeat;
     background-position: 22% 7px;
}
.gastro-firmen-buttons-holder .firmenkunde-bt {
     background-image: url("/de/_pics/body/sprites-header-footer.png");
     background-repeat: no-repeat;
     background-position: 22% -45px;
}

/**
 * Icons
 */
.calendarSize {
    font-size: 22px;
}
.inline-icon-holder {
    display: inline !important;
    padding: 3% 2%;
    cursor: pointer;
}
.inline-icon-holder i {
    font-size: 1.2em;
    color: #2e251d;
}
.icon-info-circled {
    color: #666666bb !important;
}
.superbigicon {
    display: block;
    text-align: center;
    font-size: 5em;
}
.smallericons {
    font-size: 1.1rem !important;
}

.wKorb-uAction-icons {
    position: absolute;
    top: 0;
    right: 2%;
    white-space: nowrap;
}
.icon-edit-pos {
    margin-right: 10px;
}

 .icon-add-product {
    font-size: 2em !important;
 }

.icon-add-product:hover, .icon-add-product:focus,
.icon-edit:hover, .icon-edit:focus {
    border-color: #458B00;
    background-color: #EEFFDD80;
    cursor: pointer;
 }

.icon-trash-empty:hover, .icon-trash-empty:focus {
    border-color: #FC3B00;
    background-color: #FFEBE580;
    cursor: pointer;
 }


.button_basket_options {
    position: relative;
    padding-left: 32px !important;
}

.button_basket_options_icon_wrap {
    display: flex;
    align-items: center;
    position: absolute;
    left: 5px;
    top: -0.1rem;
    font-size: 1.5rem !important;
}

.button_basket_add_product {
    position: relative;
    padding-left: 32px !important;
}

.button_basket_add_product_icon_wrap {
    display: flex;
    align-items: center;
    position: absolute;
    left: 5px;
    top: 0.0rem;
    font-size: 1.5rem !important;
}

#username-check-ok,
#passwort-check-ok,
#passwort2-check-ok {
    color: green !important;
}

#username-check-ban,
#passwort-check-ban,
#passwort2-check-ban {
    color: red !important;
}
.check-afterbuy i::before {
    font-size: 2.5em;
    margin: -0.35em 0.15em 0 0;
}

/****  Produktabbildungen  ****/
/*Vorschauen*/
.vorschau-verpackung {
   position: relative;
   z-index: 566;
}
.vorschau-gutschein {
   position: relative;
   z-index: 567;
   margin-right: -8%;
}
.vorschau-din-lang {
   width: 100px;
   margin-right: -10%;
}
.vorschau-a4 {
   width: 100px;
   margin-right: -20%
}
.vorschau-gk {
   width: 100px;
   margin-right: -20%;
   bottom: -10px;
}
@media screen and (min-width: 300px) {
   .vorschau-a4 {
      margin-right: -20%;
   }
}
@media screen and (min-width: 440px) {
   .vorschau-a4 {
      margin-right: -10%;
   }
}
@media screen and (min-width: 768px) {
   .vorschau-a4 {
      margin-right: -30%;
   }
}
@media screen and (min-width: 992px) {
   .vorschau-a4 {
      margin-right: -20%;
   }
}

/*Grossansichten*/
.produkt-gross-verpackung {
   position: relative;
   top: -6px;
   z-index: 576;
   max-width: 40%;
}
.produkt-gross-gutschein {
   position: relative;
   z-index: 577;
   margin-right: -10%;
}
.produkt-gross-a4 {
   max-width: 35%;
}
.produkt-gross-din-lang {
   max-width: 50%;
   height: auto !important;
}
@media screen and (min-width: 990px) {
   .produkt-gross-din-lang {
      min-width: 35%;
      margin-bottom: 10px;
   }
}
.produkt-email-blanko-holder {
   z-index: 587;
   width: 30%;
}
.produkt-email-rechner {
   position: relative;
   z-index: 586;
   width: 45%;
}
.produkt-gross-email-blanko {
   position: relative;
   z-index: 596;
   width: 100%;
}
.produkt-gross-email-restname {
    position: absolute;
    z-index: 597;
    width: 100%;
    text-align: center;
    top: 6%;
    font-size: 0.7em;
    font-weight: bold;
}
.produkt-gross-gk {
   z-index: 588;
   margin-right: -60px;
   margin-bottom: -20px;
   width: 60%;
}
@media screen and (min-width: 400px) {
   .produkt-gross-gk {
      width: 40%;
   }
}
@media screen and (min-width: 992px) {
   .produkt-gross-gk {
      margin-bottom: -35px;
   }
}



.produkt-gross-email-din-lang,
.produkt-gross-email-restlogo-holder,
.produkt-gross-email-restbilder-holder {
   position: absolute;
   z-index: 597;
}
.produkt-gross-email-din-lang {
   width: 99.2%;
   left: 1px;
   bottom: 0;
}
.produkt-gross-email-restlogo-holder {
   width: 100%;
   height: 8.5%;
   text-align: center;
   top: 12.5%;
}
@media screen and (max-width: 515px) {
   .produkt-gross-email-restlogo-holder {
      top: 10.5%;
   }
}
.produkt-gross-email-restlogo-holder img {
   height: 100%;
   border: 1px solid rgba(0, 0, 0, 0.2);
   border-radius: 2px;
}
.produkt-gross-email-restbilder-holder {
   width: 100%;
   height: 14%;
   top: 33%;
}
.produkt-gross-email-restbilder-holder img {
   height: 100%;
   margin: 0 0.5%;
   border: 2px solid rgba(0, 0, 0, 0.2);
   border-radius: 2px;
}
.produkt-gross-email-restbilder-holder img:nth-of-type(2) {
   margin: 0;
}

.schwarzweiss {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}


/* Observer-Animation für Button wenn im Sichbereich */
.on-view-fade-animation {
  animation: OnViewFadeAni 1.3s;
}
@keyframes OnViewFadeAni {
  0% { opacity: 1; }
  25% { opacity: 0.3; }
  50% { opacity: 1; }
  75% { opacity: 0.3; }
  100% { opacity: 1; }
}


/****  Logos Bezahlmethoden  ****/
.bezahllogo {
    margin: 0 auto;
    /*width: 200px;*/
    height: 60px;
    background-image: url('../_img/Sprite-Bezahllogos.png');
    background-repeat: no-repeat;
    background-position: center center;
}
.sofortueberweisung-logo {
    background-position: center 3px;
}
.kreditkarten-logo {
    background-position: center -81px;
}
.bank-logo {
    background-position: center -165px;
}
.paypal-logo {
    background-position: center -255px;
}
.guthaben-logo {
    background-position: center -347px;
}



/****  Captcha ****/
.captcha-holder #captcha-image,
.cap-refresh {
   width: 100%;
}
.captcha-holder #captcha-image {
   height: 80px;
}
.cap-refresh {
   box-sizing: border-box;
   display: inline-block;
   text-align: center;
   font-size: 11px;
   color: #666 !important;
   background-color: white;
   padding: 3% 0;
   border-left: 1px solid #ccc;
   border-right: 1px solid #ccc;
   border-bottom: 1px solid #ccc;
   border-bottom-left-radius: 5px;
   border-bottom-right-radius: 5px;
}
.antifloodpic-arrow {
   background-image: url('/checkout/_img/pfeil-antiflood.png');
   background-repeat: no-repeat;
   background-position: center 15%;
   min-height: 50px;
}



/**
 * Verschiedenes
 */
.checkout-error-message {
    margin-bottom: 1em;
    font-weight: bold;
    color: red;
}

#checkout-messages {
    margin-bottom: 3em;
}
#checkout-messages p,
.checkout-error-message p {
    text-align: center;
}

#checkout-messages ul#messages {
    list-style-type: none;
    padding-left: 0em;
}

#checkout-messages .state-error, #checkout-messages .state-warning, #checkout-messages .state-primary {
}

.checkout-error {
    font-weight: bold;
    color: #dc3545;
}

.teaser-box {
    background-color: #fbfbfb;
    padding: 5px 10px;
    border: 1px solid rgba(0, 0, 0, 0.14);
    border-radius: 3px;
}
.head-teaser-box {
    text-align: center;
}
.teaser-box-list-padd {
    padding: 1.5em 15px 0 15px;
}
.liste-vorteile {
    list-style-type: none;
    list-style-position: outside;
    margin-left: 1em;
    padding-left: 0.2em;
}
.liste-vorteile li {
    padding-left: 0.2em;
}
.liste-vorteile li:before {
    display: inline-block;
    font-family: 'fontello';
    font-style: normal;
    font-weight: normal;
    color: green;
    padding-left: 0;
    padding-right: 0.3em;
    margin-left: -1.3em;
    content: '\e80f';
}

.checkout-zahlungsart {
    /*margin: 0px 0px 15px;*/
}
.checkout-zahlungsart-logo {
    font-size: 5em;
}
#checkout-zahlungsart-text-cc .checkout-zahlungsart-text {
   width: 75%;
}
#checkout-zahlungsart-text-cc .checkout-zahlart-securelogos {
   display: flex !important;
   width: 25%;
   min-height: 110px;
   background-image: url('../_img/Sprite-Bezahllogos.png');
   background-repeat: no-repeat;
   background-position: center -455px;
}



.shipping-price {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    /*font-size: 1rem;*/
    text-align: center;
    border-top: 1px solid #ccc;
    padding: 1% 0;
}

/*** Grusstextauswahl ***/
.card-grusstext-holder {
    border: none;
    border-radius: 0;
}
.card-grusstext-holder h2,
.card-grusstext-holder i {
    float: left;
}
.card-grusstext-holder ul {
    list-style-type: none;
}



.pb_agb_text {
 line-height: 1.3em;
}

/**
 * Formulare
 */
textarea {
    padding: 1%;
}
#login-selection label {
    width: 12em;
    cursor: pointer;
}
#login-selection {
    margin-bottom: 30px;
}
#checkout-basket-kosten {
    border-top: 1px solid #CCC;
    padding-top: 1em;
}
.checkbox-abstand {
    margin-right: 0.5em;
}
.checkbox-twolines-holder {
    position: relative;
    padding-left: 30px !important;
}
.checkbox-twolines-first {
    position: absolute !important;
    top: -5px !important;
    left: 0 !important;
}


/**
 * Warenkorb
 */
#table-checkout-basket {
    border: 1px solid rgba(0, 0, 0, 0.14);
    border-radius: 3px;
    background-color: #fbfbfb;
    overflow: hidden;
    padding-top: 15px;
}
#table-checkout-basket .table-head {
    display: none;
}
.artikel-item h6 {
    margin-bottom: 15px !important;
}

.option-auswaehlen {
    width: 99%;
    border-radius: 3px;
    background-color: rgba(0, 0, 0, 0.04);
    box-shadow: inset 0px 0px 4px 0px rgba(0,0,0,0.1);
}

.artikel-trenner {
    height: 0;
    border-bottom: 1px solid #ccc;
}
.geschenkoption-trenner {
    border-bottom: 2px solid #ccc;
}

/**
 * Buttons
 */
.btn-secondary, .btn-secondary:hover {
    color: white !important;
    background-color: #ff6300;
    border-color: #ff6300;
}

div.edit-btn-container {
    margin-top: 1em;
}

.bt-wrap-center {
    white-space: normal;
    text-align: center;
}

.icon-button {
    font-size: 1.5rem;
    line-height: 0.75rem;
    background: none;
    color: #666 !important;
    cursor: pointer;
    background-color: white;
    padding: 2px 4px;
    border: 1px solid rgba(0, 0, 0, 0.14);
    border-radius: 36px;
}

.icon-edit {
    padding: 2px 2px 1px 5px;
}

#checkout-zusammenfassung .icon-edit {
    padding: 3px 2px 2px 5px;
}

.geschenkoption-button {
    padding: 8px 15px;
    margin-bottom: 1px;
    white-space: nowrap;
    overflow: hidden;
}
.geschenkoption-button:hover,
.geschenkoption-button:focus {
    cursor: pointer;
    color: white;
    background-color: #333;
}

.opt-button-1   {background-color: rgba(0, 0, 0, 0.14);}
.opt-button-2   {background-color: rgba(0, 0, 0, 0.1);}
.opt-button-3   {background-color: rgba(0, 0, 0, 0.06);}


/**
 * Eingabe-Elemente
 */
div.verpackung-optionen {
    margin-bottom: 1em;
}
div.verpackung-optionen input[type="text"],
div.verpackung-optionen select {
    height: 2em;
}

div.verpackung-optionen div.row {
    margin-top: 0.5em;
}
.dropdown-wert {
    margin-left: -12px;
}

/** Icon Grusskarte **/
.grusskarte-small {
    position: relative;
    z-index: 1;
}
.icon-grusskarte {
    position: absolute;
    margin: 0;
    padding: 0;
    top: 2px;
    right: 2px;
    z-index: 2;
    background-color: #eee;
    border-radius: 100%;
    height: 28px;
}
.icon-grusskarte i {
    margin: 0;
    padding: 0;
    line-height: 0;
}

/****  Big User Auswahlboxen  ****/
/*Generelles Aussehen*/
.padding-for-box-rows {
    padding: 0 0 15px 0;
}
.padding-for-wrapping-box-listen {
    padding-bottom: 25px;
}
.auswahlbox {
    position: relative;
    border: 2px solid rgba(0, 0, 0, 0.14);
    border-radius: 3px;
    padding: 15px;
}
.auswahlbox:hover, .auswahlbox:focus {
    cursor: pointer;
}
.auswahlbox:focus{
    border-color: #458B00;
}

.auswahlbox-selected {
    border-color: #458B00 !important;
}

.auswahl-dot-size {
    font-size: 1.8em;
}


/*Koennen diese Klassen nicht geloescht werden?*/
.adressart-ra label i, .anrede-ra i,
.adressart-la label i, .anrede-la i {
    font-size: 1.5em;
}

/* Produktauswahl */
.produktauswahlbox {
    text-align: center;
}
.produktauswahlbox .prod-wert {
    font-size: 1.3em;
    font-weight: bold;
    padding: 0.1em 0;
    margin-bottom: 1.75em;
    border-radius: 5px;
}
.produktauswahlbox img {
    width: 85%;
    margin-bottom: 2em;
}
.prod-hohe-bilder-holder {
    max-height: 140px;
    overflow: hidden;
    margin-bottom: 2em;
}

#pc_facevalue_voucher, #pc_benefit_voucher, #pc_ticket_voucher {
    margin-bottom: 3em;
}

#pc_facevalue_voucher.order-1, #pc_benefit_voucher.order-1, #pc_ticket_voucher.order-1 {
    margin-top: 2em;
}

#pc_benefit_voucher .produktauswahlbox .prod-wert, #pc_ticket_voucher .produktauswahlbox .prod-wert {
    font-size: 1.1em;
    font-weight: bold;
    margin-top: 0.7em;
    margin-bottom: 0.7em;
}

#pc_benefit_voucher .produktauswahlbox .prod-availabletill, #pc_ticket_voucher .produktauswahlbox .prod-availabletill {
    margin-bottom: -0.4em;
    font-size: 80%;
    font-weight: bold;
}

#pc_benefit_voucher .produktauswahlbox .prod-quantity, #pc_ticket_voucher .produktauswahlbox .prod-quantity {
    margin-bottom: -0.4em;
    font-size: 80%;
    font-weight: bold;
}

#pc_benefit_voucher .produktauswahlbox .price_and_button :nth-child(2).prod-quantity, #pc_ticket_voucher .produktauswahlbox .price_and_button :nth-child(2).prod-quantity {
    margin-top: 0.5em;
}

#pc_benefit_voucher .produktauswahlbox .display_name, #pc_ticket_voucher .produktauswahlbox .display_name {
    font-size: 1.3em;
    font-weight: bold;
    min-height: 2.5em;
}

#pc_benefit_voucher .produktauswahlbox img, #pc_ticket_voucher .produktauswahlbox img {
    margin-top: 0.5em;
    margin-bottom: 1em;
}

#pc_facevalue_voucher .auswahlbox, #pc_benefit_voucher .auswahlbox, #pc_ticket_voucher .auswahlbox, #gutschein-box-0 .auswahlbox {
    height: 100%;
    display: grid;
}

.produktauswahlbox .fv_button, .produktauswahlbox .price_and_button {
    align-self: flex-end;
}

.produktauswahlbox .subline {
    line-height: 1.3em;
    margin-bottom: 0.5em;
}


.vorschau-ldgs-gutschein img {
    width: 70%;
}



#freier_wert {
    text-align: center !important;
}

#freier_wert::placeholder {
    font-size: 14px;
}

/* format semifree-value dropdown #1738 */
#checkout-gutschein-auswahl #pc_facevalue_voucher .semifreie-betrag a {
    color: #2e251d;
}
#checkout-gutschein-auswahl #pc_facevalue_voucher .semifreie-betrag .product-freegkat-value {
   min-width: 75%;
}
#checkout-gutschein-auswahl #pc_facevalue_voucher .semifreie-betrag .btn-outline-secondary:hover {
    color: #fc3b00 !important;
    background-color: #fff;
    border: 1px solid #fc3b00 !important;
    border-radius: 3px !important;
    cursor: pointer !important;
}
#checkout-gutschein-auswahl #pc_facevalue_voucher .semifreie-betrag .show > .btn-outline-secondary.dropdown-toggle {
    color: #2e251d !important;
    background-color: #fff;
}
#checkout-gutschein-auswahl #pc_facevalue_voucher .semifreie-betrag .dropdown-menu,
#checkout-gutschein-auswahl #pc_facevalue_voucher .semifreie-betrag .btn-group-lg > .btn, .btn-lg {
    font-size:1.3em;
}


#gutschein-box-0 .produktauswahlbox {
    position: relative;
    min-height: 17em;
}

#box-0-button-container {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 15px 15px 15px;
    width: 100%;
}


/* Border for all voucher */
#checkout-gutschein-auswahl #pc_facevalue_voucher .ptype-31 .title_and_img img, 
#checkout-gutschein-auswahl #pc_benefit_voucher .ptype-32 .ldgs_title_and_img img,
#checkout-gutschein-auswahl #pc_facevalue_voucher .ptype-41 .title_and_img img, 
.vorschau-ldgs-gutschein img,
#table-checkout-basket .ptype-31 .bild-artikel,
#table-checkout-basket .ptype-32 .bild-artikel,
#table-checkout-basket .ptype-41 .bild-artikel,
#checkout-basket-versand #ausw-versand-box-post .vorschau-din-lang,
#produktvorschau-post .produkt-gross-din-lang,
#zusammenfassung-warenkorb .ptype-31 .bild-artikel-finale,
#zusammenfassung-warenkorb .ptype-32 .bild-artikel-finale,
#zusammenfassung-warenkorb .ptype-41 .bild-artikel-finale {
    border: 1px outset rgba(0, 0, 0, 0.15);
}

/* Border for greetingcards */
#table-checkout-basket .bild-artikel-small {
    border: 1px outset rgba(0, 0, 0, 0.1);
}


/* togo changes because  */
#table-checkout-basket .ptype-41 .bild-artikel {
    max-width: 100%;
    max-height: 130px;
    width: auto !important;
}

#zusammenfassung-warenkorb .ptype-41 .bild-artikel-finale {
    min-height: 40px;
    max-height: 90px;
    width: auto !important;
}

#pc_facevalue_voucher .ptype-41 .produktauswahlbox .title_and_img img {
    width: auto !important;
    max-height: 130px;
}



/*Auswahl Zahlart*/
.ausw-zahlart-box label {
    width: 100%;
    margin-bottom: 0;
}
.ausw-zahlart-box i {
    position: absolute;
    top: 5px;
    right: 10px;
    display: block;
    margin: 0;
    padding: 0.25em 0;
    text-align: center;
    line-height: 1em;
    font-size: 1.5em;
}
.box-wkorb-stil {
    position: relative;
    height: 100%;
    border: 1px solid rgba(0, 0, 0, 0.14);
    border-radius: 3px;
    background-color: #fbfbfb;
}


/**
 * Lieferadressen
 */
.lieferadressen-holder {
    padding: 0 60px;
}
ul#list-lieferadressen {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
ul#list-lieferadressen li {
    border-width: 3px;
    border-style: solid;
    border-radius: 3px;
    border-color: white;
    padding: 10px;
}
ul#list-lieferadressen li.selected {
        border-color: #458B00;
}
ul#list-lieferadressen li label {
    margin: 0em;
    width: 100%;
    font-weight: normal;
}

/**
 * Alternate
 */
.item-even {
    background-color: rgba(0, 0, 0, 0.03) !important;
}
.item-odd {
    background-color: #fff !important;
}

/**
 *
 */
#table-checkout-basket .row h6 {
    margin: 0;
    font-size: 1.1em;
    font-weight: bold;
}
#table-checkout-basket .row h3 {
    margin: 0;
}
.bild-artikel-holder {
    text-align: left;
}
.bild-artikel {
    width: 50%;
}
.bild-artikel-small {
    width: 50%;
}
.bild-artikel-finale {
    width: 70%;
    min-width: 40px;
    max-width: 130px;
}
.basket-options-grusstext {
    height: 8rem !important;
    line-height: 1.2rem !important;
}
div.verpackung-buttons {
    margin-top: 2em !important;
}
div.verpackung-auswaehlen, div.liefertermin-auswaehlen {
    padding: 1em;
}
div#bonuscode-message {
    margin-bottom: 0.5em;
    font-weight: bold;
}
.bonus-code-interface input {
    width: 100%;
}
.basket-options-bonuscode {
    padding: 3px;
    margin-bottom: 5px;
}
.basket-options-bonuscode-button {
    padding: 0.4em 1.0em !important;
    width: auto !important;
}



/****  Breadcrumb  ****/
#checkout-bar-content {
    padding: 0;
    margin: 0;
}
.breadcrumb {
    border-radius: 0;
    background: none;
}
ul#checkout-bar {
    width: 100%;
    list-style-type: none;
}

ul#checkout-bar li.unactive a {
    cursor: default;
}
ul#checkout-bar li.checkout-bar-visible a {
    cursor: pointer;
}
ul#checkout-bar li.checkout-bar-selected {
    font-weight: bold;
    color: red;
}

.breadcrumb-arrow {
    height: 40px;
    padding: 0;
    line-height: 40px;
    list-style: none;
    overflow: hidden;
    border-radius: 0 4px 4px 0;
}
.breadcrumb-arrow li:first-child a {
    border-radius: 4px 0 0 4px;
}
.breadcrumb-arrow li {
    padding: 0;
    width: 29%;
}
.breadcrumb-arrow li:first-child {
    width: 13%;
}

.breadcrumb-arrow li,
.breadcrumb-arrow li a {
    display: inline-block;
    vertical-align: top;
    cursor: default;
}
.breadcrumb-arrow li a {
    height: 40px;
    padding: 0 10px 0 25px;
    font-size: 1.2em;
    line-height: 40px;
    position: relative;
    display: block;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #ccc;
}
.breadcrumb-arrow li:first-child a {
    font-size: 1.5em;
    padding: 0 10px 0 10px;
}
.breadcrumb-arrow li a:before,
.breadcrumb-arrow li a:after {
    position: absolute;
    top: -1px;
    width: 0;
    height: 0;
    content: ' ';
    border-top: 21px solid transparent;
    border-bottom: 21px solid transparent;
}
.breadcrumb-arrow li a:before {
    right: -10px;
    z-index: 333;
    border-left: 11px solid #ccc;
    overflow: hidden;
}
.breadcrumb-arrow li a:after {
    right: -11px;
    z-index: 222;
    border-left: 11px solid white;
    overflow: hidden;
}

.breadcrumb-arrow li.active a {
    cursor: pointer;
    background-color: #797979;
}
.breadcrumb-arrow li.active a:before {
    border-left-color: #797979;
}
.breadcrumb-arrow li.checkout-bar-complete a {
    cursor: pointer;
    background-color: #00b52f;
}
.breadcrumb-arrow li.checkout-bar-complete a:before {
    border-left-color: #00b52f;
}

/* CART-COUNT */
#co_bar_basket .icon-basket {
   position: relative;
}
#co_bar_basket .icon-basket .CartBadgeCount {
   position: absolute;
   top: -0.4em;
   left: 1.1em;
   height: 1.4em;
   width: 1.4em;
   border-radius: 50%;
   text-align: center;
   font-size: 0.7em;
   font-weight: bold;
   font-style: normal;
   line-height: 1.45em;
   color: #fff;
   background: #00b52f;
}


/* invoice asdress icon switch */
a[aria-expanded=true] .fa-aria-is-closed {
   display: none;
}
a[aria-expanded=false] .fa-aria-is-open {
   display: none;
}


/**** caroussel slick ****/

.carousel-responsive-preview {
  text-align: center;
  color: #419be0;
  background: none;
}

.carousel-responsive-preview .auswahlbox {
    padding:0;
    border-radius: 0;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.carousel-responsive-preview .auswahlbox:last-child {
    margin: 0;
}

.carouselGrusskartenslick {
    padding: 0 50px 0 50px;
}


.slick-prev:before, .slick-next:before {
    font-family: "fontello";
    font-size: 30px;
}

.slick-prev, .slick-prev:focus, .slick-next, .slick-next:focus {
    width:47px;
    height:100%;
    background-color: rgba(0, 0, 0, 0.2);
    z-index:1000;
}


.slick-prev:hover,
.slick-next:hover {
    background-color: rgba(0, 0, 0, 0.4);
}


@media (hover:none) {
    .slick-prev:hover,
    .slick-next:hover {
        background-color: rgba(0, 0, 0, 0.2);
    }
}




.slick-prev {
    left: -50px
}

.slick-next {
    right: -50px
}

.slick-slide {
    margin: 0 3px;
}




.slick-prev:before {
    content: '\f137';
}

.slick-next:before {
    content: '\f138';
}


.slick-dots li button:before {
    content: '\2022';
}




.carousel-control-prev-icon, .carousel-control-next-icon {
    font-family: "fontello";
    font-size: 30px;
    background-image: none;
    color: #fff;
    width: auto;
    height: auto;
}

.carousel-control-big {
    width: 50px;
    height: 80px;
    top: 30%;
}


.carousel-control-prev-icon:before {
    content: '\f137';
}

.carousel-control-next-icon:before {
    content: '\f138';
}


.carousel-fullview .slick-prev, .carousel-fullview .slick-prev:focus, .carousel-fullview .slick-next, .carousel-fullview .slick-next:focus {
    width:40px;
    height:100%;
    background-color: transparent;
    text-shadow: 0 0 1px #888;
    z-index:1000;
}


.carousel-fullview .slick-prev:hover,
.carousel-fullview .slick-next:hover {
    background-color: rgba(0, 0, 0, 0.2);
}

@media (hover:none) {
    .carousel-fullview  .slick-prev:before,
    .carousel-fullview  .slick-next:before {
        background-color: #888;
        border-radius: 1rem;
    }
    .carousel-fullview .slick-prev:hover,
    .carousel-fullview .slick-next:hover {
        background-color: transparent;
    }
}


.carousel-fullview .slick-prev {
    left: 0;
}

.carousel-fullview .slick-next {
    right: 0;
}

.carousel-fullview .slick-slide {
    margin: 0;
}

.carousel-fullview .slick-slide img {
    min-height: 120px;
}



.info-button.input-group-text {
    padding-top: 0;
    padding-bottom: 0;
}

@-moz-document url-prefix() {
    .info-button.input-group-text {
        padding-bottom: 0.1rem;
    }
}


.form-control, .input-group-text{
    font-size: inherit;
}


.datepicker-readonly {
    background-color: #fff !important;
    opacity: 1;
}

.sticky-top-border {
    top: 0.5rem;
}


.do_break_words {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}


/** bootstrap custom-control-input **/
.custom-control-input:checked ~ .custom-control-label::before {
    background-color: #00b52f !important;
}
.custom-control-input:active ~ .custom-control-label::before {
    background-color: #8dcc9e !important;
}
.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #b1ffc6;
}

#lieferadresse-anlegen {
    width: 2rem;
    height: 2rem;
}



/** big custom radios **/
.ausw-zahlart-box, .ausw-versand-box, .ausw-login-box {
    position: relative;
}


.ausw-zahlart-box .custom-control-label::after, .ausw-zahlart-box .custom-control-label::before,
.ausw-versand-box .custom-control-label::after, .ausw-versand-box .custom-control-label::before,
.ausw-login-box .custom-control-label::after, .ausw-login-box .custom-control-label::before
{
    width: 1.1rem;
    height: 1.1rem;
    top: 1rem;
    left: auto;
    right: 1rem;
}


.ausw-login-box .custom-control-label::after, .ausw-login-box .custom-control-label::before {
    /*top: 35%;*/
    vertical-align: middle;
}

/* add small border to custom radios and checkboxes for better recognition */
.custom-control-input ~ .custom-control-label::before {
    -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 2px #dee2e6;
    box-shadow: 0 0 0 1px #fff, 0 0 0 2px #dee2e6;
}


.custom-control-input.is-invalid ~ .custom-control-label::before, .was-validated .custom-control-input:invalid ~ .custom-control-label::before {
    background-color: #dee2e6;
    -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 2px #efa2a9;
    box-shadow: 0 0 0 1px #fff, 0 0 0 2px #efa2a9;
}


/* Language Selector */
#co-language-selector a, .language-container a {
    color: #000000;
}

#co-language-selector .dropdown-item.active, #co-language-selector .dropdown-item:active,
.language-container .dropdown-item.active, .language-container .dropdown-item:active {
    background-color: #cccccc;
}

#co-language-selector .btn-light, .language-container .btn-light {
    background-color: #fbfbfb;
    margin-right: 0.25rem;
}

#co-language-selector .btn-light:hover, .language-container .btn-light:hover {
    background-color: #cccccc;
}

/* Quantity Selector */
.product-quantity-selector a {
    color: #000000 !important;
}

.product-quantity-selector .btn {
    font-size: 13px;
    padding: 6px 15px;
}

.product-quantity-selector .dropdown-item.active, .product-quantity-selector .dropdown-item:active {
    background-color: #cccccc !important;
}

.product-quantity-selector .btn-outline-secondary {
    background-color: #fff !important;
}

.product-quantity-selector .btn-outline-secondary:hover {
    color: #fc3b00 !important;
    border: 1px solid #fc3b00 !important;
    cursor: pointer !important;
}


/* modal close button */
.modal-header button.close {
    font-size: 2em;
    font-weight: normal;
    border: 1px solid;
    border-radius: 5px;
    padding: 0 5px;
    margin-right: -0.5rem;
    margin-top: -0.5rem;
}


.card-grusstext-holder h2.h3 {
    font-size: 1.3em;
}







/* Produkt-Detail: Anzeige Wert */
.detail-wert-big-holder {
   position: relative;
}
.detail-wert-big-holder .wert-label {
   position: absolute;
   top: 0;
   left: 0;
   line-height: 3rem;
}

.detail-wert-big-holder .wert-big {
   font-size: 3rem;
   line-height: 3rem;
   font-weight: bold;
   margin-bottom: 0;
}
.detail-wert-big-holder .wert-big-mp-ticket {
   font-size: 3rem;
   line-height: 3rem;
   margin-bottom: 0;
}

.detail-wert-big-holder-togo .wert-label {
   line-height: 3rem;
}

.ldgs-details .detail-wert-big-holder .wert-big, .ldgs-details .detail-wert-big-holder .wert-big-mp-ticket {
   font-size: 2rem;
}


.ldgs_post_preview {
    position: absolute;
    width: 45% !important;
    top: 43%;
    left: 14.5%;
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;
}

.ldgs_email_preview {
    position: absolute;
    width: 30% !important;
    top: 43%;
    left: 54%;
    border: 1px solid #eee;
}

/* Termin*/
.termine-list {
    border-bottom: 1px solid #ededed;
}

.product-termine-list p.mp-ticket-price {
     font-size: 1.25em;
     font-weight: bold;
     margin-bottom: 0 !important;
}


/* Produkt-Detail: Tabellenoptik */
.tabelle {
   overflow: hidden;
   box-shadow: 0 0 4px rgba(0, 0, 0, 0.13);
}
.tabelle.si-product-details-table {
   box-shadow: none;
}
.head-tabelle {
   color: white;
   background-color: #aa896b;
   padding: 15px 20px 11px 20px;
}
.head-tabelle-wht {
   border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.tabelle div.row {
   border-bottom: 1px solid #ededed;
}
.tabelle.si-product-details-table div.row:last-child {
   border-bottom: none;
}
.tabelle div.row > div:first-child {
   word-wrap: break-word;
   padding: 20px 35px;
}
.tabelle h5 {
    font-size: 1rem;
    line-height: 1.35rem;
    font-weight: bold;
}


.cursor-pointer {
    cursor: pointer;
}
.collapsebutton {
   cursor: pointer;
}
.static-padd {
   padding: 0 15px 20px 35px;
}
.coll-padd {
   padding: 0 20px 20px 20px;
}

.restdetail-versand-icon-liste {
   list-style: none;
   padding: 0;
   margin: 0;
}
.restdetail-versand-icon-liste li {
   display: inline-block;
   text-align: center;
   margin-right: 10px;
}
.restdetail-versand-icon-liste li span {
   display: block;
}
.restdetail-versand-icon-liste li i {
   display: inline-block;
   font-size: 1.3rem;
   border-radius: 100%;
   margin-bottom: 2px;
   padding: 7px 12px;
}
.restdetail-versand-icon-liste li i.vo-icon-grau {
   color: #2e251d;
   background-color: #dadada;
}
.restdetail-versand-icon-liste li i.vo-icon-weiss {
   color: #2e251d;
   border: 1px solid #dadada;
   background-color: white;
}
/*Anpassungen Padding fuer nicht mittig sitzende Icons*/
.restdetail-versand-icon-liste li i.icon-calendar-check-o {
   padding: 7px 11px 7px 13px;
}


#ansicht-optionen img {
   width: 100%;
}

.restdetail-kontakt-liste {
   list-style: none;
   margin: 0;
   padding: 0;
}
.restdetail-kontakt-liste li {
   display: block;
   line-height: 3rem;
}

.hakenliste,
.liste-geschenkoptionen {
   list-style-type: none;
   list-style-position: outside;
   margin-left: 1em;
   padding-left: 0.2em;
}
.hakenliste li {
   padding-left: 0.2em;
}
.hakenliste li:before {
   color: #fc3b00;
}
.hakenliste li:before,
.liste-geschenkoptionen li:before {
   display: inline-block;
   margin-left: -1.45em;
   margin-right: 0.4em;
   font-family: 'fontello';
   content: "\e80f";
}
.hl-gruen li:before {
   color: limegreen !important;
}
ul.liste-geschenkoptionen li:before {
   width: 11px;
   text-align: center;
}
ul.liste-geschenkoptionen li.gO-icon-docs:before {
   content:'\e87b';
}
ul.liste-geschenkoptionen li.gO-icon-pencil:before {
   content:'\e82e';
}
ul.liste-geschenkoptionen li.gO-icon-calendar:before {
   content: '\f274';
}
ul.liste-geschenkoptionen li.gO-icon-flash:before {
   content:'\e87c';
}
ul.liste-geschenkoptionen li.gO-icon-comment-empty:before {
   content:'\f0e5';
}


/* Produkt-Detail: Fade-out Text */
.fade-text {
   position: relative;
   overflow: hidden;
}
.fade-hoehe-beschreibung {
   height: 250px;
}
.fade-hoehe-addendum {
   height: 60px;
}
.fade-text-full {
   height: 100%;
}
.verlauf-aus {
   display: none;
}
.fade-text .verlauf {
   position: absolute;
   bottom: 0;
   left: 0;
   width: 100%;
   height: 75%;
   background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255,255,255,1) 100%);
   background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%,rgba(255,255,255,1) 100%);
   background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%,rgba(255,255,255,1) 100%);
}


/* Produkt-Detail: Rest-Bewertung + Modal(Tischreservierung + Speisekarte) */
#rest-bewertung-detail {
    margin: 0 !important;
    padding: 0 !important;
}
#rest-bewertung-detail div.row {
    margin-left: 0px;
    border: none;
}
#rest-bewertung-detail div.row > div {
    padding: 3px 0px;
    border: none;
}
#rest-bewertung-detail .row div.bewertung-prinz a {
    margin-right: 25px;
}

#rest-bewertung-detail .row div.bewertung-prinz img {
    vertical-align: unset;
}

#rest-bewertung-detail .bewertung-varta img {
    margin-right: 8px;
}


#modal-tischreservierung .modal-body iframe, #modal-speisekarte .modal-body iframe {
    width:100%;
    height:100%;
    border: 0;
}

#modal-tischreservierung .modal-body, #modal-speisekarte .modal-body {
    height:50em;
}


/* colors for selected days in calendar  */
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid #c5c5c5;
    background: #ccc;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid #c5c5c5;
    background: #fc3b00;
}



/* mein yovite status */
i.meinyovite_navbar_status_activ, i.meinyovite_navbar_status_inactiv, .language-container .meinyovite_btn_sishop_status_activ, .language-container .meinyovite_btn_sishop_status_inactiv {
    margin-right: 3px;
}

i.meinyovite_navbar_status_activ, .language-container .meinyovite_btn_sishop_status_activ {
    color: #00b52f;
}



/* this class is in bootstrap 4.4 available - after upgare this could be removed */
.text-break {overflow-wrap: break-word;}


/* to fix ios zoomin into inputfields on small devices */
@media screen and (-webkit-min-device-pixel-ratio:0) {
  .form-control {
    font-size: 16px !important;
  }
}

/****  Custom Media-Queries - aufwaerts  ****/
@media (min-width: 576px) {
    #header {
        padding: 10px 0 5px 0;
        text-align: left;
    }
    #header .yovite-logo {
        width: 200px;
        margin: 5px 0;
    }
    #content_outer_space {
        padding: 30px;
    }
    .padding-for-box-rows {
        padding: 0 15px 15px 0;
    }
    .bild-artikel {
        width: 30%;
    }
    .bild-artikel-small {
        width: 20%;
    }
    ul#checkout-bar {
        font-size:0.8em;
    }
    .carouselGrusskarten {
        padding: 0 50px 5px 50px;
        background-color: rgba(0, 0, 0, 0.1);
    }
    .carouselGrusskarten .carousel-control-next,
    .carouselGrusskarten .carousel-control-prev {
        width: 50px;
    }  
}

@media (min-width: 768px) {
    #table-checkout-basket .table-head {
        display: flex;
        font-size: 1.2em;
        padding-bottom: 1%;
        font-weight: bold;
        border-bottom: 2px solid #ccc;
    }
    .bild-artikel {
        width: 100%;
    }
    .bild-artikel-small {
        width: 70%;
    }
    ul#checkout-bar {font-size:0.9em;}

    .auswahlbox:hover {border-color: #458B00;}

    .form-control {font-size: 14px;}

    .tabelle div.row > div {padding: 20px;}
    
    .static-padd, .coll-padd {padding: 0 15px 0 0;}    
}

@media (min-width: 992px) {
    .text-switch-mwst {
        font-size: inherit;
    }
    ul#checkout-bar {font-size:1em;}
}



/****  Custom Media-Queries - abwaerts  ****/
@media (max-width: 576px) {
    ul#checkout-bar {font-size:0.7em;}
    .breadcrumb-arrow li a {padding: 0 3px 0 12px;}
    .bild-artikel {width: 30%; min-width:90px; max-height: revert !important;}
    .bild-artikel-small {width: 20%; min-width:70px;}
    #content_outer_space {padding: 20px 15px; margin: 0;}
    .form-small-padding {padding-left:3px; padding-right:3px;}
    .produktauswahlbox img {
        max-height: 250px;
        max-width: 85%;
        width: auto;
    }
    .ui-datepicker {font-size: 1.5em;}

    .tabelle div.row > div {padding: 0;}
    
    .coll-padd {padding: 0 30px 20px 35px;}

    body {line-height: 1.2;}
}
@media (max-width: 768px) {
    .breadcrumb-arrow li a {padding: 0 3px 0 12px;}
    .button-fullsize, .bt-wrap-center {width: 100%;}
    .basket-options-grusstext {font-size:0.8rem;}
    #table-checkout-zusammenfassung {padding-left:15px; padding-right:15px;}
    .col-form-label {padding-bottom:1px;}
    .form-group {margin-bottom: 1px;}
    .check-afterbuy {font-size: 1.5em;}
    .check-afterbuy i::before {font-size: 1.5em; margin: -0.35em 0.15em 0 0;}
    .ui-datepicker {font-size: 1.3em;}
    body {line-height: 1.3;}
}
@media (max-width: 992px) {}
@media (max-width: 1200px) {}