/**         Variables             */
/**			Resets					*/
.btn:hover,
.nav li a:hover,
.dropdown li a:hover,
.pagination a:hover {
  transition: none;
}
/**         General               */
.shop {
  padding-top: 65px;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: transparent;
  border-color: #4d9aa2;
}
.btn-group.open .dropdown-toggle {
  box-shadow: none;
}
.fa.pull-right {
  margin-top: 4px;
}
.dropdown-menu {
  width: 100%;
  box-shadow: none;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-color: #4d9aa2;
}
.btn {
  background-color: transparent;
  border-color: #4d9aa2;
  color: #4d9aa2;
  padding: 13px 40px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.btn:hover,
.btn:focus,
.btn:active,
.btn:active:focus {
  color: #4d9aa2;
  background: none;
  border: 1px solid #4d9aa2;
  text-decoration: none;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.btn .fa + span {
  margin-left: 6px;
}
.btn span + .fa {
  margin-left: 6px;
}
.btn-primary {
  background: transparent;
  border: 1px solid #4d9aa2;
  color: #4d9aa2;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  background-color: transparent;
  color: #4d9aa2;
  border-color: #4d9aa2;
}
.submitButton {
  padding: 13px 30px;
}
.btn.btn-sm:hover,
.btn.btn-sm:active,
.btn.btn-sm:focus {
  background: rgba(77, 154, 162, 0.75);
  color: #fff;
}
.btn.btn-sm:hover i,
.btn.btn-sm:active i,
.btn.btn-sm:focus i {
  color: #fff;
}
.is-checkout .btn,
.cl-account .btn,
.cl-account_password .btn,
.cl-account_user .btn,
.cl-account_order .btn,
.cl-account_downloads .btn {
  transition: none;
}
.is-checkout .btn:hover,
.cl-account .btn:hover,
.cl-account_password .btn:hover,
.cl-account_user .btn:hover,
.cl-account_order .btn:hover,
.cl-account_downloads .btn:hover,
.is-checkout .btn:focus,
.cl-account .btn:focus,
.cl-account_password .btn:focus,
.cl-account_user .btn:focus,
.cl-account_order .btn:focus,
.cl-account_downloads .btn:focus,
.is-checkout .btn:active,
.cl-account .btn:active,
.cl-account_password .btn:active,
.cl-account_user .btn:active,
.cl-account_order .btn:active,
.cl-account_downloads .btn:active,
.is-checkout .btn:active:focus,
.cl-account .btn:active:focus,
.cl-account_password .btn:active:focus,
.cl-account_user .btn:active:focus,
.cl-account_order .btn:active:focus,
.cl-account_downloads .btn:active:focus {
  transition: none;
  transform: none;
  text-decoration: underline;
}
.btn.btn-light {
  border: 1px solid #4d9aa2;
  border-radius: 3px;
  color: #4d9aa2;
}
.btn.btn-light:hover,
.btn.btn-light:focus,
.btn.btn-light:active,
.btn.btn-light:focus {
  text-decoration: underline;
  box-shadow: none;
  color: #4d9aa2;
  background-color: #fff;
}
.btn.btn-sm {
  padding: 4px 20px;
}
menu,
ol,
ul {
  padding-left: 40px;
}
h3.panel-title {
  line-height: 2.1em;
}
.panel-heading {
  line-height: 2.5em;
}
.overlay {
  z-index: 9;
}
/**         Header                */
.shophero {
  position: fixed;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  height: 65px;
  box-shadow: 0px 0px 10px 0 #aaa;
  background: #4d9aa2 url('/out/muellerhelpings/src/home/img/heroImage_b.jpg') no-repeat center center;
  background-size: cover;
  color: #fff;
}
.shophero h1 {
  margin: 200px 0 45px 0;
  font-weight: 300;
  font-size: 45px;
}
.shophero h1 span {
  display: inline-block;
  color: #a1a9b0;
}
.shophero .texture-overlay {
  background-color: rgba(255, 255, 255, 0.4);
}
.shophero .menu-logo {
  display: inline-block;
  max-width: 100%;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.shophero .menu-logo-link {
  height: 65px;
  display: block;
}
.content-container {
  padding: 60px 0;
}
.kontolink {
  padding-right: 2em;
  font-size: 1.3em;
  vertical-align: middle;
  color: #000;
}
@media screen and (max-width: 635px) {
  .kontolink {
    padding-right: 0.4em;
  }
}
@media screen and (max-width: 767px) {
  .navicon .kontolink,
  .navicon .minibasket-menu {
    display: none;
  }
}
.mobilemenu {
  padding: 1em 0;
  border-bottom: 1px solid lightgray;
  text-align: center;
  font-size: 0.6em;
  background-color: #fff;
  height: 33px;
}
.mobilemenu .minibasket-menu {
  margin: 0;
  position: static;
  color: #000;
}
.mobilemenu .minibasket-menu .shopping-bag {
  height: 19px;
  margin: -3px -5px;
  font-size: 1.2em;
  position: absolute;
  top: 0;
  right: -25px;
}
.mobilemenu .minibasket-menu .minibasket-menu-box {
  margin-bottom: 1em;
}
.mobilemenu .minibasket-menu ul.dropdown-menu {
  top: 33px;
  width: 90vw;
  margin: 0 auto;
  position: absolute;
  left: 0;
  overflow: hidden;
}
.mobilemenu .minibasket-menu ul.dropdown-menu .btn {
  margin-bottom: 1em;
}
/**         Minibasket             */
.shopping-bag {
  width: 34px;
  height: 34px;
  margin: -8px 0;
}
.shopping-bag text {
  color: #000;
}
.shopping-bag.filled {
  color: #4d9aa2;
  vertical-align: sub;
}
.minibasket-menu {
  margin-right: 65px;
}
.minibasket-menu .shopping-bag {
  font-size: 0.8em;
}
.minibasket-menu .btn:hover,
.minibasket-menu .btn:focus,
.minibasket-menu .btn:active,
.minibasket-menu .btn:active:focus {
  text-decoration: none;
  color: #000;
  box-shadow: none;
  border: none;
}
@media screen and (max-width: 635px) {
  .minibasket-menu {
    margin-right: 40px;
  }
}
.minibasket-menu .btn {
  padding: 0;
  background: transparent;
  color: #000;
  font-size: 1.3em;
  border: none;
}
.minibasket-menu .btn:hover {
  box-shadow: none;
}
.minibasket-menu ul.dropdown-menu {
  width: 420px;
  top: 42px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top: 0;
  padding-top: 0;
  max-height: 70vh;
  overflow-y: scroll;
  overflow-x: hidden;
}
.minibasket-menu ul.dropdown-menu li {
  padding: 10px;
}
.minibasket-menu ul.dropdown-menu .title {
  padding: 8px;
}
.minibasket-menu ul.dropdown-menu td {
  color: #000;
}
.minibasket-menu ul.dropdown-menu .functions {
  margin: 0 10px 10px;
}
.minibasket-menu ul.dropdown-menu .btn {
  float: right;
  padding: 5px 20px;
  margin-left: 13px;
  font-size: inherit;
  background: #4d9aa2;
  color: #fff;
}
/**         Produktübersicht       */
body.cl-start .boxwrapper .list-container {
  margin: auto;
}
.infogridView.newItems {
  /*border-bottom: 1px solid gray; */
  padding-bottom: 5em;
}
.infogridView.newItems .productBox .actions {
  margin-top: 1em;
}
.boxwrapper .list-container .infogridView .productBox .picture {
  height: auto;
}
#input_voucherNr {
  height: 50px;
  font-size: 1.2em;
  text-align: center;
}
body.cl-details .tobasket .tobasketFunction input {
  height: 62px;
  font-size: 1.2em;
  text-align: center;
}
body.cl-details #productTitle {
  font-size: 42px;
}
body.cl-details .detailsInfo > .row {
  border: none;
}
body.cl-details #description ul {
  list-style: none;
  padding: 0;
}
body.cl-details #description ul li:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f00c";
  padding-right: 8px;
}
.information #description {
  margin: 1em 0;
}
.information #variants {
  width: 50%;
  float: left;
  margin: 1em 0;
}
.information #variants .variant-label {
  display: none;
}
.information .pricebox {
  width: 50%;
  float: right;
  text-align: right;
  margin: 1.1em 0 1em;
}
.information .pricebox #productPrice {
  font-size: 26px;
  position: relative;
  line-height: 22px;
}
.information .pricebox #productPrice #productPriceUnit {
  font-size: 17px;
}
.information .pricebox #productPrice .price-markup {
  font-size: 12px;
  line-height: 17px;
  display: block;
}
.information .tobasket {
  margin-top: 0.5em;
}
.information .persparamBox {
  display: none;
}
.information #amountToBasket {
  display: none;
}
.input-group-tweak #toBasket {
  border-radius: 3px !important;
}
body.cl-details #zoom1 img {
  margin: 0;
}
/**         Startseite            */
body.cl-start #boxwrapper_homeItems {
  margin: 0;
}
body.cl-start .infogridView.newItems:last-child {
  margin-bottom: 0;
}
/**         Warenkorb             */
body.cl-thankyou ol.checkoutSteps li .num,
body.is-checkout ol.checkoutSteps li .num {
  background-color: #4d9aa2;
}
body.cl-thankyou ol.checkoutSteps,
body.is-checkout ol.checkoutSteps {
  border-color: #4d9aa2;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 19px;
}
body.cl-basket #basketVoucher .input-group {
  width: auto;
}
body.cl-thankyou ol.checkoutSteps li .num,
body.is-checkout ol.checkoutSteps li .num {
  padding-top: 2px;
}
body.is-checkout .dropdown-toggle.btn {
  padding: 6px 14px;
}
body.is-checkout .dropdown-toggle.btn {
  padding: 0;
}
label.persParamLabel,
input.persParam {
  display: none;
}
@media screen and (max-width: 768px) {
  body.is-checkout .well .btn {
    float: none !important;
    display: block;
    width: 100%;
    margin-bottom: 1em;
  }
}
#oxidpayadvance_2 {
  display: none;
}
#payment dd {
  margin-left: 0;
}
#payment dl {
  margin: 0;
}
#payment dl .form-group {
  display: none;
}
#oxidpayadvance_1 {
  display: none;
}
body.cl-basket #basket_list li .row:first-child > div {
  min-height: auto;
}
/** 		Checkout: ;			  */
#orderAgbTop input[type="checkbox"] {
  margin-top: 6px;
}
#basket_table .persparamBox,
#basketcontents_list .persparamBox {
  display: none;
}
/**         Footer                */
.shopinfonav {
  list-style-type: none;
  padding: 0;
  line-height: 25px;
}
.footer-nav {
  padding: 0;
}
.showcase .learn-btn {
  color: #fff;
  border-color: #fff;
}
/**         Benutzer Bereich Login                */
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  background-color: #4d9aa2;
  border-color: #4d9aa2;
}
/**         Cookiehinweis                */
.cookienotice {
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 50%;
  background: #fff;
  border: 1px solid #4c9aa2;
  padding: 10px 20px;
  text-align: justify;
}
/**         Mediaqueries          */
@media screen and (max-width: 550px) {
  body.is-checkout .btn:not(.submitButton) {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 535px) {
  .btn {
    white-space: inherit;
  }
  .information #variants {
    width: 100%;
    float: none;
  }
  .basketFlyout .btn {
    width: 100%;
    margin-bottom: 1em;
    margin-left: 0 !important;
  }
  .basketFlyout .total_price {
    white-space: nowrap;
  }
}
@media screen and (max-width: 767px) {
  .content-container h2 {
    margin: 0.2em 0;
  }
  .infogridView.newItems {
    padding-bottom: 2em;
  }
  body.cl-basket #basket_list .col-md-3.col-xs-12 .text-right:first-child {
    float: left;
  }
  body.cl-basket #basket_list .totalPrice {
    float: right;
    position: relative;
    bottom: 0;
    right: 0;
    line-height: 34px;
  }
  body.is-checkout .well .btn {
    margin-bottom: 1em;
  }
}
/*@media screen and (max-width: 991px) {
	.detailsInfo .row { display: flex; flex-flow: column;
		.details-col-middle { order: 1; }
		.details-col-left { order: 2; }
	}
}*/
.redeemed {
  overflow: hidden;
  position: relative;
}
.redeemed span {
  position: absolute;
  background: #4d99a2;
  width: 150%;
  left: 50%;
  bottom: 50%;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translate(-50%, 50%) rotate(-45deg);
  color: #fff;
  font-weight: bold;
  font-size: 20px;
}
