@charset "UTF-8";
* {
  max-height: 20000px;
  margin: 0;
  padding: 0;
}

/* open-sans-regular - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/open-sans-v34-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/open-sans-v34-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/open-sans-v34-latin-regular.woff2") format("woff2"), url("../fonts/open-sans-v34-latin-regular.woff") format("woff"), url("../fonts/open-sans-v34-latin-regular.ttf") format("truetype"), url("../fonts/open-sans-v34-latin-regular.svg#OpenSans") format("svg");
  /* Legacy iOS */
}
/* open-sans-500 - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/open-sans-v34-latin-500.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/open-sans-v34-latin-500.eot?#iefix") format("embedded-opentype"), url("../fonts/open-sans-v34-latin-500.woff2") format("woff2"), url("../fonts/open-sans-v34-latin-500.woff") format("woff"), url("../fonts/open-sans-v34-latin-500.ttf") format("truetype"), url("../fonts/open-sans-v34-latin-500.svg#OpenSans") format("svg");
  /* Legacy iOS */
}
/* open-sans-600 - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/open-sans-v34-latin-600.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/open-sans-v34-latin-600.eot?#iefix") format("embedded-opentype"), url("../fonts/open-sans-v34-latin-600.woff2") format("woff2"), url("../fonts/open-sans-v34-latin-600.woff") format("woff"), url("../fonts/open-sans-v34-latin-600.ttf") format("truetype"), url("../fonts/open-sans-v34-latin-600.svg#OpenSans") format("svg");
  /* Legacy iOS */
}
/* open-sans-700 - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/open-sans-v34-latin-700.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/open-sans-v34-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/open-sans-v34-latin-700.woff2") format("woff2"), url("../fonts/open-sans-v34-latin-700.woff") format("woff"), url("../fonts/open-sans-v34-latin-700.ttf") format("truetype"), url("../fonts/open-sans-v34-latin-700.svg#OpenSans") format("svg");
  /* Legacy iOS */
}
/* tinos-regular - latin */
@font-face {
  font-family: "Tinos";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/tinos-v24-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/tinos-v24-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/tinos-v24-latin-regular.woff2") format("woff2"), url("../fonts/tinos-v24-latin-regular.woff") format("woff"), url("../fonts/tinos-v24-latin-regular.ttf") format("truetype"), url("../fonts/tinos-v24-latin-regular.svg#Tinos") format("svg");
  /* Legacy iOS */
}
/* tinos-700 - latin */
@font-face {
  font-family: "Tinos";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/tinos-v24-latin-700.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/tinos-v24-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/tinos-v24-latin-700.woff2") format("woff2"), url("../fonts/tinos-v24-latin-700.woff") format("woff"), url("../fonts/tinos-v24-latin-700.ttf") format("truetype"), url("../fonts/tinos-v24-latin-700.svg#Tinos") format("svg");
  /* Legacy iOS */
}
body {
  color: #4d4d4d;
  font: 300 17px/20px "Open Sans", Arial, Helvetica, sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  margin: 0;
  min-width: 320px;
  background: #fff;
}

.action.primary:focus, .action.primary:active {
  background: #E2007A;
  border: 1px solid #E2007A;
  color: #ffffff;
}

/* Headings */
h1, h2, h3,
h4, h5, h6 {
  margin: 0 0 5px;
  line-height: 1.35;
  color: #4d4d4d;
}

h1 {
  color: #E2007A;
  font: 39px/43px "Tinos", Arial, Helvetica, sans-serif;
}

h2 {
  font: 700 17px/20px "Open Sans", Arial, Helvetica, sans-serif;
}

h3 {
  font-size: 16px;
  font-weight: bold;
}

h4 {
  font-size: 14px;
  font-weight: bold;
}

h5 {
  font-size: 12px;
  font-weight: bold;
}

h6 {
  font-size: 11px;
  font-weight: bold;
}

img {
  border-style: none;
}

a {
  color: #E2007A;
  text-decoration: none;
}
a:hover {
  color: #E2007A;
  text-decoration: underline;
}
a:active {
  color: #E2007A;
  background-color: transparent;
}
a:visited {
  color: #E2007A;
}

article,
details,
figcaption,
figure,
footer,
header,
menu,
main,
nav,
section {
  display: block;
}

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none;
}

input,
button,
textarea,
select {
  font: 400 100% Arial, Helvetica, sans-serif;
  vertical-align: middle;
  color: #808080;
}

q {
  quotes: none;
}

q:after {
  content: "";
}

q:before {
  content: "";
}

input[type=submit]:hover,
button[type=submit]:hover {
  cursor: pointer;
}

input[type=submit]::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[type=image] {
  padding: 0;
  border: none;
}

input[type=text],
input[type=password],
input[type=submit],
input[type=file],
input[type=search],
input[type=email],
input[type=tell],
input[type=url],
select,
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

::-webkit-input-placeholder {
  color: #808080;
}

:-moz-placeholder {
  color: #808080;
}

::-moz-placeholder {
  color: #808080;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #808080;
}

.page-main {
  max-width: initial;
  margin: 0;
  padding: 0;
}

.hidden {
  display: none;
}

.mobileShow {
  display: none;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  .mobileShow {
    display: block;
    margin: auto auto auto auto;
    width: 98%;
  }
}

.widget.block {
  border: 0;
  margin: 0;
}

.scroll .page-header {
  border-bottom: 1px solid #e8e7e7;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(50, 50, 50, 0.15);
  -moz-box-shadow: 0px 0px 20px 0px rgba(50, 50, 50, 0.15);
  box-shadow: 0px 0px 20px 0px rgba(50, 50, 50, 0.15);
}

header.page-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 0 0 10px;
  z-index: 99999;
  background: #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
  -webkit-transition: box-shadow 850ms;
  -moz-transition: box-shadow 850ms;
  -o-transition: box-shadow 850ms;
  transition: box-shadow 850ms;
}
header.page-header:before {
  border-top: 1px solid #f8c0de;
  background: #E2007A;
  height: 13px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  content: "";
}
header.page-header .header.content {
  padding: 0;
  width: 943px;
  margin: 0 auto;
  font-weight: 400;
  position: relative;
}
.cms-index-index header.page-header {
  background: white url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmYmZiZmIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, white 0%, #fbfbfb 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #fbfbfb));
  background: -webkit-linear-gradient(top, white 0%, #fbfbfb 100%);
  background: -o-linear-gradient(top, white 0%, #fbfbfb 100%);
  background: -ms-linear-gradient(top, white 0%, #fbfbfb 100%);
  background: linear-gradient(to bottom, white 0%, #fbfbfb 100%);
}
.catalog-product-view header.page-header, .account header.page-header {
  background: #f5f5f5;
}
header .header {
  font-size: 13px;
  line-height: 18px;
}
header .header:after {
  display: block;
  clear: both;
  content: "";
}
header .header a {
  color: #4d4d4d;
  text-decoration: none;
}
header .header a:hover {
  color: #E2007A;
  text-decoration: none;
}
header .header #main-nav {
  float: left;
  width: 434px;
  padding: 46px 0 0;
}
@media only screen and (min-width: 768px) {
  header .header #main-nav .nav-opener {
    display: none;
  }
}
header .header #main-nav ul {
  margin: 0 -10px;
  padding: 0;
  list-style: none;
  text-transform: uppercase;
}
header .header #main-nav ul li {
  display: inline-block;
  vertical-align: top;
  margin: 0 10px;
  position: relative;
}
header .header #main-nav ul li.hover ul {
  display: block;
}
header .header #main-nav ul li ul {
  position: absolute;
  top: 17px;
  left: 0;
  background: #fff;
  font-size: 13px;
  line-height: 18px;
  padding: 5px 15px;
  width: 175px;
  margin: 0;
  display: none;
  z-index: 99;
}
header .header #main-nav ul li ul li {
  padding: 5px 0;
  margin: 0;
  display: block;
}
header .header strong.logo {
  position: absolute;
  left: 50%;
  top: 8px;
  z-index: 4;
  margin: 0 0 0 -25px;
  /*    .inner .logo{
        margin: 13px 0 0 -25px;
        top: -1px;
      }*/
}
header .header strong.logo img {
  vertical-align: top;
}
header .header strong.logo .logo-tablet {
  display: none;
}
header .header strong.logo .logo-mobile {
  display: none;
}
header .header strong.logo a {
  height: 100%;
  display: block;
}
header .header-frame {
  float: right;
  padding: 16px 0 0;
}
header .header-frame .store_switcher {
  height: 30px;
}
header .header-frame .store_switcher .holder {
  float: right;
}
header .header-frame .store_switcher .holder a img {
  margin: 0 2px -3px 4px;
}
header .header-frame .block-search {
  width: auto;
  margin: 0;
  padding: 0;
}
header .header-frame .block-search #search_mini_form {
  margin: -6px 0 0 25px;
  width: 201px;
  height: 26px;
  border: 1px solid #c4c7c7;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  float: left;
}
header .header-frame .block-search #search_mini_form .actions button {
  float: right;
  background: url(../images/sprite.png) no-repeat -23px 0;
  width: 12px;
  height: 11px;
  text-indent: -9999px;
  overflow: hidden;
  margin: 4px -6px 0 0;
  padding: 0;
  border: 0;
}
header .header-frame .block-search #search_mini_form .search {
  overflow: hidden;
  padding: 0 12px;
}
header .header-frame .block-search #search_mini_form .search input {
  float: left;
  background: none;
  border: none;
  margin: 0;
  padding: 0 0 4px;
  border-radius: 5px 0 0 5px;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-size: 13px;
  line-height: 16px;
}
header .header-frame .block-search #search_mini_form .search input:focus {
  outline: none;
  border: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  box-shadow: none;
}
header .header-frame .authorization-link {
  float: left;
  margin: 0 22px 0 0;
  max-width: 115px;
  width: 115px;
  text-align: center;
}
header .header-frame .minicart-wrapper {
  float: left;
  position: relative;
  z-index: 101;
  margin: 0;
}
header .header-frame .minicart-wrapper a.action.showcart {
  position: relative;
  padding: 0 0 0 22px;
}
header .header-frame .minicart-wrapper a.action.showcart:before {
  background: url(../images/sprite.png) no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 20px;
  height: 16px;
}
header .login-block {
  max-width: 120px;
  width: 120px;
  text-align: center;
  float: left;
  margin: 0 22px 0 0;
}
@media only screen and (max-width: 767px) {
  header .login-block .login {
    display: none;
  }
}
header .login-block .show-mobile {
  display: none;
  float: none;
  width: 100%;
  margin: 0 0 20px;
  text-align: center;
}
header .login-block .show-mobile:after {
  display: none;
}
header .login-block .show-mobile .title,
header .login-block .show-mobile .holder {
  float: none;
  display: inline-block;
  vertical-align: top;
}
@media only screen and (max-width: 767px) {
  header .login-block .show-mobile {
    display: inline;
  }
}

/*.inner #main-nav {
  padding: 51px 0 0;
}

.inner .header-frame {
  padding: 51px 0 0;
}*/
body.cms-page-view .logo a {
  height: auto !important;
}

body.haude-scrolled strong.logo img {
  width: 51px;
  margin-left: 12.5px;
  transition: width 2s;
}

body.haude-scrolled strong.logo img.logo-tablet,
body.haude-scrolled strong.logo img.logo-mobile {
  margin-left: 0px;
  /* SlopelLift added CSS */
}
body.haude-scrolled strong.logo img.logo-tablet .productseo,
body.haude-scrolled strong.logo img.logo-mobile .productseo {
  font-size: 13px !important;
  /*color: #4d4d4d;*/
  line-height: 18px;
  font-weight: normal;
}

table.klappen {
  border-bottom: 2px solid #F8F8F8;
  margin: 5px 0 0;
  width: 100%;
}
table.klappen tr.inactive {
  display: none;
}
table.klappen td {
  font-size: 13px;
  line-height: 18px;
}
table.klappen span.klappentext_more,
table.klappen span.klappentext_less {
  cursor: pointer;
  color: #E2007A;
}

div.klappen-icon {
  background: url("../images/sprite.png") no-repeat scroll -97px -150px transparent;
  cursor: pointer;
  display: block;
  width: 21px;
  height: 10px;
  left: 50%;
  margin: 0 0 10px -10px;
  position: relative;
}
div.klappen-icon.open {
  background-position: -97px -168px;
}

@media only screen and (max-width: 1024px) {
  .logo img {
    display: none;
  }
}
.pages a.page, .pages a.page:hover {
  color: #E2007A;
}

.action.primary, .action.action-login {
  background: #E2007A;
  border: 0px;
  color: #ffffff;
  -webkit-transition: all 350ms;
  -moz-transition: all 350ms;
  -o-transition: all 350ms;
  transition: all 350ms;
}
.action.primary:hover, .action.action-login:hover {
  border: 0px;
  background: #fa0689;
}

.action-delete, .action-edit, #empty_cart_button, .continue, .update {
  background-image: url("../images/trash.svg") !important;
  background-color: transparent !important;
  border: 0px !important;
  font-size: 14px !important;
  line-height: 20px !important;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  background-repeat: no-repeat !important;
  background-size: 16px !important;
  background-position: right !important;
  padding: 0 24px 0 0 !important;
}
.action-delete:hover, .action-edit:hover, #empty_cart_button:hover, .continue:hover, .update:hover {
  color: #E2007A !important;
}
.action-delete:before, .action-edit:before, #empty_cart_button:before, .continue:before, .update:before {
  line-height: 20px !important;
}

.action-edit {
  background-image: url("../images/edit.svg") !important;
}

.continue, .update {
  background-image: none !important;
}

.continue {
  color: #E2007A !important;
}

.message.success {
  color: #ffffff !important;
  background: #E2007A !important;
}

.message.success > :first-child::before {
  color: #ffffff !important;
}

.modals-wrapper {
  position: relative;
  z-index: 999999999999999;
}

.popup-authentication .block[class] + .block::before {
  display: none;
}

.popup-authentication .block-authentication .block-title strong {
  color: #E2007A;
  font: 39px/43px "Tinos", Arial, Helvetica, sans-serif;
}
.popup-authentication .block-authentication .block-customer-login, .popup-authentication .block-authentication .block-new-customer {
  margin-top: 20px !important;
}
.popup-authentication .block-authentication .block[class] ul {
  list-style: disc;
  padding-left: 18px;
}

.fotorama__fullscreen-icon:focus::after, .fotorama__zoom-out:focus::after, .fotorama__zoom-in:focus::after, .fotorama__arr:focus::after, .fotorama__stage__shaft:focus::after, .fotorama__nav__frame--thumb:focus .fotorama__thumb::after, .fotorama__nav__frame--dot:focus .fotorama__dot::after {
  box-shadow: 0 0 0px 0px #68a8e0 !important;
}

.message.info {
  background: #ffffff;
  color: #E2007A;
}

.message.info > :first-child::before {
  color: #E2007A;
}

.checkout-onepage-success .action.print {
  padding: 3px 7px;
  color: #fff;
  display: inline-block;
  vertical-align: top;
  border: 0;
  margin: 0;
  max-width: 150px;
  background: #E2007A;
  text-transform: uppercase;
  text-align: center;
  font: 300 13px/16px "Open Sans", Arial, Helvetica, sans-serif;
}
.checkout-onepage-success .action.print:hover {
  text-decoration: none;
  background: #fa0689;
}

button, a.action.primary, .cart.table-wrapper .actions-toolbar > .action, .action-gift {
  border-radius: 0;
}

.cms-home .content-intro h1 {
  margin-top: 40px;
}

header .header-frame .block-search #search_mini_form {
  border: 1px solid #eee;
  border-radius: 0px;
}

textarea:hover,
input:hover,
textarea:active,
input:active,
textarea:focus,
input:focus,
button:focus,
button:active,
button:hover,
label:focus,
.btn:active,
.btn.active {
  outline: 0px !important;
  -webkit-appearance: none;
  box-shadow: none !important;
}

.messages {
  position: relative;
  z-index: 5;
}

.cms-home header .header strong.logo {
  margin: 0px 0 0 -37px;
}

.onlinerechner {
  width: 100%;
  float: left;
  padding: 20px 0;
}
.onlinerechner h1, .onlinerechner .leadin {
  text-align: left !important;
}
.onlinerechner iframe {
  width: 100%;
  height: 1090px;
}

.onlinerechner-bottom {
  width: 100%;
  float: left;
  padding: 20px 0;
  background: #f5f5f5;
  padding: 25px 0 25px 0;
  position: relative;
}
.onlinerechner-bottom:before {
  content: "";
  position: absolute;
  background: #f5f5f5;
  height: 100%;
  right: 100%;
  width: 100%;
  top: 0px;
}
.onlinerechner-bottom:after {
  content: "";
  position: absolute;
  background: #f5f5f5;
  height: 100%;
  left: 100%;
  width: 100%;
  top: 0px;
}

.rechner-left {
  position: relative;
  width: 78%;
  float: left;
}

.rechner-right {
  width: 20%;
  float: right;
  position: relative;
  background: none;
  padding: 0px;
}
.rechner-right block.widget.block-products-list.grid {
  background: none;
  padding: 0px;
}
.rechner-right .block-products-list .holder {
  width: 100%;
  margin: 0 auto;
}
.rechner-right .block-products-list .holder .block-content .products-grid li.product-item {
  width: 100%;
  min-height: 430px;
  margin: 0 0px 20px 0px;
  padding: 0 0 0 25%;
}
.rechner-right .block-products-list {
  background: none;
  padding: 0px;
  margin: 0px !important;
  width: 100%;
}
.rechner-right .block-products-list .holder .block-content .products-grid li.product-item .actions {
  bottom: 10px;
  position: relative;
  margin: 0 auto;
  float: none;
  width: 100%;
}
.rechner-right .block-products-list .holder .block-content .products-grid li.product-item .actions .button {
  padding: 4px 0;
  text-align: center;
  margin: 25px 0 0;
  display: block;
  float: left;
  width: 100%;
}

.fs11 {
  font-size: 11px;
  line-height: 1.4;
}

.fs12 {
  font-size: 12px;
  line-height: 1.4;
}

label.info-maintenance,
label.info-versions,
label.info-abo {
  color: #E2007A;
  cursor: pointer;
  display: inline;
  font-weight: 500;
  padding-right: 1px;
}
label.info-maintenance.cart,
label.info-versions.cart,
label.info-abo.cart {
  display: block;
}

.opc-block-summary .item-options .maintenance {
  display: block;
  clear: both;
}

.info-dialog {
  position: fixed;
  top: 10%;
  left: 25%;
  width: 50%;
  height: 80%;
  background: white;
  z-index: 10000;
  border-radius: 4px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
.info-dialog .info-dialog-close {
  position: absolute;
  top: -16px;
  right: -16px;
  width: 18px;
  height: 18px;
  background: white;
  font-weight: 700;
  padding: 5px 3px 7px 9px;
  border: 1px solid black;
  border-radius: 50%;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .info-dialog {
    left: 10%;
    width: 80%;
  }
}
.info-dialog .inner {
  height: 100%;
  width: 100%;
  overflow: auto;
}
.info-dialog .inner .content {
  padding: 18px;
}
.info-dialog .inner .content p {
  margin-bottom: 15px;
}
.info-dialog .inner .content table p {
  margin-bottom: 0;
}

.sections.nav-sections .sub-nav .drop {
  text-transform: none !important;
}

.sections.nav-sections {
  position: absolute;
  top: 100px;
  width: 100%;
  margin-top: -22px;
}
.catalog-product-view .sections.nav-sections, .account .sections.nav-sections {
  top: 100px;
  position: fixed;
  z-index: 99;
}
.sections.nav-sections .sub-nav {
  display: block;
  margin: 0 auto;
  position: relative;
  z-index: 9999;
  width: 940px;
  background: transparent;
  font-weight: 300;
  padding-top: 22px;
}
.cms-index-index .sections.nav-sections .sub-nav {
  padding-top: 0;
}
.sections.nav-sections .sub-nav a {
  color: #4d4d4d;
}
.sections.nav-sections .sub-nav a:hover {
  color: #E2007A;
  text-decoration: none;
}
.sections.nav-sections .sub-nav > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-transform: uppercase;
  display: table;
  width: 100%;
}
.sections.nav-sections .sub-nav > ul > li {
  display: table-cell;
  padding: 8px 3px 0;
  text-align: center;
}
.sections.nav-sections .sub-nav > ul > li > a {
  color: #fff;
  background: #4d4d4d;
  display: block;
  padding: 6px;
  line-height: 20px;
}
.sections.nav-sections .sub-nav > ul > li > a:hover {
  background: #E2007A;
  text-decoration: none;
  color: #fff;
}
.sections.nav-sections .sub-nav > ul > li.active > a {
  background: #E2007A;
  text-decoration: none;
  color: #fff;
}
.sections.nav-sections .sub-nav > ul > li.hover .drop {
  display: block;
  -webkit-box-shadow: 0px 23px 25px 0px rgba(50, 50, 50, 0.1);
  -moz-box-shadow: 0px 23px 25px 0px rgba(50, 50, 50, 0.1);
  box-shadow: 0px 23px 25px 0px rgba(50, 50, 50, 0.1);
  min-height: 130px;
}
.sections.nav-sections .sub-nav > ul > li.has-drop-down > a {
  position: relative;
}
.cms-index-index .sections.nav-sections .sub-nav > ul > li.has-drop-down:hover > a:after {
  background: #E2007A;
  height: 8px;
  left: 0;
  right: 0;
  content: "";
  position: absolute;
  top: -8px;
}
.sections.nav-sections .sub-nav .drop {
  position: absolute;
  top: 100%;
  bottom: auto;
  border: 0px;
  left: 3px;
  background: #fff;
  width: 99.4%;
  text-align: left;
  text-transform: capitalize;
  display: none;
}
.cms-index-index .sections.nav-sections .sub-nav .drop {
  bottom: 100%;
  top: auto;
  border: none;
}
.sections.nav-sections .sub-nav .drop .drop-inner {
  padding: 10px 22px 15px 22px;
  font-size: 14px;
  overflow: visible;
}
.sections.nav-sections .sub-nav .drop .drop-inner .title-main {
  display: block;
  font-weight: 600;
  margin: 0 0 15px;
  color: #E2007A;
  text-transform: uppercase;
}
.sections.nav-sections .sub-nav .drop .drop-inner .column-holder {
  overflow: hidden;
}
.sections.nav-sections .sub-nav .drop .drop-inner .column-holder .title {
  font-weight: 600;
  margin: 0 0 15px;
}
.sections.nav-sections .sub-nav .drop .drop-inner .column-holder nav {
  margin: 0 0 15px;
}
.sections.nav-sections .sub-nav .drop .drop-inner .column-holder .col {
  float: left;
  padding: 0 1% 9px 0;
  width: 24%;
}
.sections.nav-sections .sub-nav .drop .drop-inner .column-holder ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sections.nav-sections .sub-nav .drop .drop-inner .column-holder ul li {
  padding: 2px 0;
  margin: 0;
}

.page-wrapper {
  width: 100%;
  overflow: hidden;
}

.mobnavbtn, .mobnavbtnX {
  display: none;
}

#maincontent {
  width: 934px;
  margin: 210px auto 100px auto;
}
#maincontent .column.main h1, #maincontent .column.main .leadin {
  text-align: center;
}
#maincontent .column.main .leadin {
  font-size: 22px;
  line-height: 28px;
  padding: 10px 15% 30px 15%;
}
#maincontent .column.main .product-block {
  background: #f5f5f5;
  padding: 25px 0 25px 0;
  position: relative;
}
#maincontent .column.main .product-block:before {
  content: "";
  position: absolute;
  background: #f5f5f5;
  height: 100%;
  right: 100%;
  width: 100%;
  top: 0px;
}
#maincontent .column.main .product-block:after {
  content: "";
  position: absolute;
  background: #f5f5f5;
  height: 100%;
  left: 100%;
  width: 100%;
  top: 0px;
}

.catalog-product-view #maincontent,
.account #maincontent {
  margin-top: 45px;
}

.product-block ol > li {
  margin-top: 0rem;
  margin: 10px 0 5px 28px;
  list-style-type: decimal;
}

.product-block ul > li {
  margin-top: 0rem;
  margin: 10px 0 5px 28px;
}

.cms-agb-impressum .product-block h2 {
  text-align: center;
  font: 39px/43px "Tinos", Arial, Helvetica, sans-serif;
  color: #E2007A;
  margin: 0 0 39px;
}
.cms-agb-impressum hr {
  border-top: 2px solid #fff;
  margin-bottom: 20px;
  margin-top: 30px;
}

.page-title-wrapper h2.product {
  font: 42px/37px "Tinos", Arial, Helvetica, sans-serif;
  font-size: 42px;
  color: #888;
  display: block;
  width: 100%;
  float: left;
  margin: -20px 0 20px 0;
  font-size: 26px;
}

.info-holder.update-holder article.col {
  display: inline-block;
  width: 26%;
  margin: 0 2% 30px 0;
}
.info-holder.update-holder article.col .title {
  display: block;
}

.contact-index-index .form.contact {
  min-width: 100% !important;
  width: 100% !important;
  margin: 0px 0px 0 0;
  padding: 0px 0 30px 0;
  background: #f5f5f5;
  position: relative;
}
.contact-index-index .form.contact:after {
  content: "";
  position: absolute;
  background: #f5f5f5;
  height: 100%;
  left: 100%;
  width: 100%;
  top: 0px;
}
.contact-index-index .form.contact:before {
  content: "";
  position: absolute;
  background: #f5f5f5;
  height: 100%;
  right: 100%;
  width: 100%;
  top: 0px;
}
.contact-index-index .fieldset > .field:not(.choice) > .control {
  width: 100%;
  float: left;
}
.contact-index-index .fieldset > .field:not(.choice) > .label {
  padding: 0px 0px 3px 0;
  text-align: left;
  width: 100%;
  box-sizing: border-box;
  float: left;
}
.contact-index-index .field.name, .contact-index-index .field.email, .contact-index-index .field.telephone {
  width: 31.3%;
  float: left;
  margin: 0px 3% 20px 0;
}
.contact-index-index .field.telephone {
  margin-right: 0px;
}
.contact-index-index .column:not(.sidebar-main) form .actions-toolbar, .contact-index-index .column:not(.sidebar-additional) form .actions-toolbar {
  margin-left: 0px;
}

.contact-index-index .page-title {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin: 0 0 20px 0;
}
.contact-index-index .contact-leadin {
  text-align: center;
  width: 70%;
  font-size: 22px;
  line-height: 28px;
  padding: 10px 0 50px 0px;
  margin: 0 auto;
}
.contact-index-index .contact-text {
  background: #f5f5f5;
  position: relative;
  width: 100%;
  float: none;
  padding: 30px 0 0px 0;
  margin: 0 0 -20px 0;
  z-index: 2;
}
.contact-index-index .contact-text:before {
  content: "";
  position: absolute;
  background: #f5f5f5;
  height: 100%;
  right: 100%;
  width: 100%;
  top: 0px;
}
.contact-index-index .contact-text:after {
  content: "";
  position: absolute;
  background: #f5f5f5;
  height: 100%;
  left: 100%;
  width: 100%;
  top: 0px;
}

.haude-btn {
  background: none repeat scroll 0 0 #E2007A;
  color: #fff !important;
  font-weight: 200;
  padding: 6px 25px 6px;
  text-align: center;
  text-transform: uppercase;
  margin: 5px 0 5px 0;
  display: inline-block;
}

.haude-btn:hover {
  text-decoration: none;
  background: #E2007A;
}

.message.success a, .messages a {
  color: #fff !important;
  text-decoration: underline !important;
}

.message.success a:hover, .message a:hover {
  color: #fff !important;
}

.message.error {
  background: #E2007A;
  color: #ffffff;
}

.message.error > :first-child::before {
  color: #ffffff !important;
}

#msp-recaptcha-d84b65fc916e7398083ea5f17089d8f1-container {
  position: fixed !important;
  right: 0px !important;
  bottom: 0px !important;
  z-index: 10 !important;
  opacity: 0.2 !important;
}

#msp-recaptcha-d84b65fc916e7398083ea5f17089d8f1-container:hover {
  opacity: 1 !important;
}

.glossarlist {
  list-style: none;
}
.glossarlist li {
  margin: 10px 0 5px 0px !important;
}
.glossarlist hr {
  border-top: 2px solid #fff;
}

.pages li a.page:visited {
  color: #E2007A !important;
}

.checkout-index-index .opc-block-agreements {
  display: none;
}
.checkout-index-index .opc-sidebar .opc-block-agreements {
  display: block;
}

.opc-block-shipping-information .shipping-information-title, .opc-block-summary > .title, .checkout-agreements-items .checkout-agreements-item-title {
  font-size: 16px !important;
  font-weight: bold !important;
  margin: 0 0 5px !important;
  line-height: 16px !important;
  color: #4d4d4d !important;
}

.checkout-agreement button, .checkout-agreement .checkout-agreement button:hover {
  background: none !important;
}
.checkout-agreement #agreement__1, .checkout-agreement #agreement__2 {
  float: left;
  width: auto;
  max-width: 20px;
  margin: 13px 0 0 0px;
  display: block;
  position: absolute;
  left: inherit;
  top: inherit;
}
.checkout-agreement .label {
  float: right;
  width: 96%;
  display: block !important;
  position: relative;
  font-size: 14px;
}
.checkout-agreement .label::after {
  content: "*";
  color: #e02b27;
  font-size: 1.2rem;
  margin: 0 0 0 5px;
  position: absolute;
  left: -2px;
  top: -1px;
}
.checkout-agreement .checkout-agreement {
  margin: 0 0 5px;
}

#CybotCookiebotDialog a, #CybotCookiebotDialog div, #CybotCookiebotDialogBodyContentControls, #CybotCookiebotDialogBodyContentTitle {
  font: 300 17px/20px "Open Sans", Arial, Helvetica, sans-serif !important;
}

#CybotCookiebotDialogBodyContentTitle {
  font-weight: 600 !important;
}

#CybotCookiebotDialogBodyContentText {
  font-size: 15px !important;
  line-height: 20px !important;
}

a#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll, a#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection, a#CybotCookiebotDialogBodyLevelButtonLevelOptinDeclineAll {
  margin: 20px 12px 20px 3px !important;
  height: 20px !important;
}

#CybotCookiebotDialogBodyLevelButtons {
  margin-left: 5px;
  border: 0px !important;
}

#CybotCookiebotDialog {
  box-shadow: #c8c8c8 2px 2px 14px 5px !important;
}

#CybotCookiebotDialogPoweredbyImage {
  border: none;
  padding: 0;
  margin: 2px 0 0 3px;
  height: auto !important;
  max-height: inherit !important;
  max-width: inherit !important;
  width: 46px !important;
}

#CybotCookiebotDialogBodyLevelButtonsSelectPane div:nth-child(2),
#CybotCookiebotDialogBodyLevelButtonsSelectPane div:nth-child(4) {
  display: none;
}

#CybotCookiebotDialogDetailBodyContentCookieContainerPreference,
#CybotCookiebotDialogDetailBodyContentCookieContainerAdvertising,
#CybotCookiebotDialogDetailBodyContentCookieContainerUnclassified {
  display: none;
}

.breadcrumbs {
  position: absolute;
  top: 147px;
  z-index: 98;
  margin: 0 0 13px;
  max-width: initial;
  padding: 6px 0 6px 0;
  text-transform: uppercase;
  background: none;
  color: #c4c7c7 !important;
  text-decoration: none;
  font-weight: 100 !important;
}
.breadcrumbs .items > li {
  margin: 0 -5px 0 5px;
}
.breadcrumbs .items {
  width: 943px;
  margin: 0 auto;
  color: #c4c7c7;
  font-size: 13px;
  line-height: 18px;
}
.breadcrumbs .items a:hover {
  color: #E2007A;
  text-decoration: none;
}
.breadcrumbs .items a:visited {
  color: #c4c7c7;
  text-decoration: none;
}
.breadcrumbs a, .breadcrumbs strong {
  color: #c4c7c7 !important;
  text-decoration: none;
  font-weight: 100 !important;
}

.cms-index-index .addtextblock.mobileHide {
  display: none;
}
.cms-index-index footer .addtextblock.mobileHide {
  display: block;
}
.cms-index-index #maincontent {
  width: 100%;
  margin: 0;
}
.cms-index-index .intro-block {
  background: #fff url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkOGQ4ZDgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #fff 0%, #d8d8d8 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #d8d8d8));
  background: -webkit-linear-gradient(top, #fff 0%, #d8d8d8 100%);
  background: -o-linear-gradient(top, #fff 0%, #d8d8d8 100%);
  background: -ms-linear-gradient(top, #fff 0%, #d8d8d8 100%);
  background: linear-gradient(to bottom, #fff 0%, #d8d8d8 100%);
  position: relative;
  margin: 15px 0 -40px;
  /* Wolken Erweiterung */
}
.cms-index-index .intro-block:after {
  position: absolute;
  /*background: url(../images/bg-intro-block.png) no-repeat 50% 100%;*/
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  content: "";
}
.cms-index-index .intro-block .gallery {
  position: relative;
  color: #fff;
  width: 943px;
  margin: 0 auto;
  min-height: 586px;
}
.cms-index-index .intro-block .gallery .slideset {
  float: left;
  width: 9999px;
}
.cms-index-index .intro-block .gallery .slide {
  z-index: 1;
  display: block;
  opacity: 0;
}
.cms-index-index .intro-block .gallery .slide .image-holder {
  opacity: 0;
  -webkit-transition: all 850ms;
  -moz-transition: all 850ms;
  -o-transition: all 850ms;
  transition: all 850ms;
  -webkit-transition-delay: 0ms;
  -moz-transition-delay: 0ms;
  -o-transition-delay: 0ms;
  transition-delay: 0ms;
}
.cms-index-index .intro-block .gallery .slide .text-holder {
  opacity: 0;
  -webkit-transition: opacity 850ms;
  -moz-transition: opacity 850ms;
  -o-transition: opacity 850ms;
  transition: opacity 850ms;
}
.cms-index-index .intro-block .gallery .slide.active {
  z-index: 2;
  display: block;
  opacity: 1;
}
.cms-index-index .intro-block .gallery .slide.active .image-holder {
  opacity: 1;
  -webkit-transition-delay: 500ms;
  -moz-transition-delay: 500ms;
  -o-transition-delay: 500ms;
  transition-delay: 500ms;
}
.cms-index-index .intro-block .gallery .slide.active .text-holder {
  opacity: 1;
}
.cms-index-index .intro-block .gallery .not-enough-slides a.btn-prev,
.cms-index-index .intro-block .gallery .not-enough-slides a.btn-next {
  visibility: hidden;
}
.cms-index-index .intro-block .gallery p {
  margin: 0 0 10px;
}
.cms-index-index .intro-block .gallery .text-holder {
  position: absolute;
  width: 350px;
  top: 247px;
  left: 137px;
  z-index: 3;
  text-align: center;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .cms-index-index .intro-block .gallery .text-holder {
    width: 42%;
    top: auto;
    left: 25px;
    bottom: 50px;
    font-size: 12px;
    line-height: 15px;
  }
}
.cms-index-index .intro-block .gallery a {
  color: white;
  text-decoration: none;
}
.cms-index-index .intro-block .gallery h2 {
  font: 39px/35px "Tinos", Arial, Helvetica, sans-serif;
  margin: 0 0 15px;
  color: #fff;
}
.cms-index-index .intro-block .gallery h2 a {
  color: white;
  text-decoration: none;
}
.cms-index-index .intro-block .gallery .image-holder {
  position: absolute;
  right: 28px;
  z-index: 5;
  cursor: pointer;
  bottom: 0;
}
.cms-index-index .intro-block .gallery .image-holder img {
  display: block;
}
.cms-index-index .intro-block .gallery .btn-prev,
.cms-index-index .intro-block .gallery .btn-next {
  background: url(../images/sprite.png) no-repeat 0 -18px;
  width: 24px;
  height: 47px;
  position: absolute;
  left: 0;
  top: 275px;
  overflow: hidden;
  text-indent: -9999px;
  box-shadow: 0 1px 8px -1px rgba(50, 50, 50, 0.35);
  -webkit-box-shadow: 1px 8px -1px rgba(50, 50, 50, 0.35);
  z-index: 9;
}
.cms-index-index .intro-block .gallery .btn-prev:hover,
.cms-index-index .intro-block .gallery .btn-next:hover {
  opacity: 0.7;
}
.cms-index-index .intro-block .gallery .btn-next {
  left: auto;
  right: 0;
  background-position: -27px -18px;
}
.cms-index-index .intro-block .pagination {
  position: absolute;
  bottom: 58px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 5;
}
.cms-index-index .intro-block .pagination ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cms-index-index .intro-block .pagination ul li {
  display: inline-block;
  vertical-align: top;
  margin: 0 2px;
}
.cms-index-index .intro-block .pagination a {
  display: block;
  height: 8px;
  width: 8px;
  border-radius: 4px;
  background: #fff;
  overflow: hidden;
  text-indent: -9999px;
}
.cms-index-index .intro-block .pagination a:hover {
  background: #4d4d4d;
  text-decoration: none;
}
.cms-index-index .intro-block .pagination .active a {
  background: #4d4d4d;
  text-decoration: none;
}
.cms-index-index .intro-block:after {
  -webkit-transition: background-image 0.2s linear;
  transition: background-image 0.2s linear;
}
.cms-index-index .intro-block.wolke-1:after {
  background: url(../images/haude_slider_wolke_1.png) no-repeat 50% 100%;
}
@media only screen and (max-width: 767px) {
  .cms-index-index .intro-block.wolke-1:after {
    background: url(../images/haude_slider_wolke_4_small.png) no-repeat;
  }
}
.cms-index-index .intro-block.wolke-1 .gallery .text-holder {
  position: absolute;
  width: 350px;
  top: 247px;
  left: 290px;
}
.cms-index-index .intro-block.wolke-2:after {
  background: url(../images/haude_slider_wolke_2.png) no-repeat 50% 100%;
}
@media only screen and (max-width: 767px) {
  .cms-index-index .intro-block.wolke-2:after {
    background: url(../images/haude_slider_wolke_4_small.png) no-repeat;
  }
}
.cms-index-index .intro-block.wolke-2 .gallery .text-holder {
  position: absolute;
  width: 350px;
  top: 265px;
  left: 270px;
}
.cms-index-index .intro-block.wolke-3:after {
  background: url(../images/haude_slider_wolke_3.png) no-repeat 50% 100%;
}
@media only screen and (max-width: 767px) {
  .cms-index-index .intro-block.wolke-3:after {
    background: url(../images/haude_slider_wolke_4_small.png) no-repeat;
  }
}
.cms-index-index .intro-block.wolke-3 .gallery .text-holder {
  position: absolute;
  width: 350px;
  top: 230px;
  left: 290px;
}
.cms-index-index .intro-block.wolke-4:after {
  background: url(../images/haude_slider_wolke_4.png) no-repeat 50% 100%;
}
@media only screen and (max-width: 767px) {
  .cms-index-index .intro-block.wolke-4:after {
    background: url(../images/haude_slider_wolke_4_small.png) no-repeat;
  }
}
.cms-index-index .intro-block.wolke-4 .gallery .text-holder {
  position: absolute;
  width: 350px;
  top: 247px;
  left: 180px;
}
@media only screen and (max-width: 767px) {
  .cms-index-index .intro-block.wolke-1 .gallery .text-holder, .cms-index-index .intro-block.wolke-2 .gallery .text-holder, .cms-index-index .intro-block.wolke-3 .gallery .text-holder, .cms-index-index .intro-block.wolke-4 .gallery .text-holder {
    width: 175px;
    top: auto;
    left: 10px;
    bottom: 80px;
    font-size: 12px;
    line-height: 15px;
  }
}
.cms-index-index .sections.nav-sections {
  top: 561px;
  margin-top: 0px;
}

.content-intro {
  text-align: center;
  width: 515px;
  margin: 0 auto 50px;
  padding: 10px 0 34px;
  position: relative;
  line-height: 22px;
}
.content-intro h2 {
  color: #E2007A;
  font: 42px/45px "Tinos", Arial, Helvetica, sans-serif;
  margin: 30px 0 10px;
}
.content-intro h3 {
  color: #E2007A;
  font: 29px/32px "Tinos", Arial, Helvetica, sans-serif;
  margin: 0 0 5px;
}
.content-intro p {
  margin: 0 0 10px;
}
.content-intro:after {
  position: absolute;
  bottom: 0;
  left: 188px;
  right: 188px;
  background: #4d4d4d;
  content: "";
  height: 1px;
}
.content-intro .col-holder {
  overflow: hidden;
  margin: 0 -20px;
  padding: 22px 0 0;
  text-align: left;
}
.content-intro .col {
  float: left;
  width: 50%;
  padding: 0 20px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.content-intro .actions .button {
  float: none;
}

.columns .column.main {
  padding-bottom: 0;
}

.mobile-intro {
  font-size: 13px;
  line-height: 17px;
  display: none;
}
.mobile-intro .columns {
  overflow: hidden;
}
.mobile-intro .image-holder {
  float: left;
  margin: 0 10px 0 0;
}
.mobile-intro .description {
  text-align: left;
}
.mobile-intro ul {
  margin: 0 -3px;
  padding: 0;
  list-style: none;
}
.mobile-intro ul li {
  display: inline-block;
  vertical-align: top;
  margin: 0 3px;
}

.below-content {
  width: 943px;
  margin: 0 auto;
  padding: 127px 0 3px;
  background: url(../images/bg-cloud.png) no-repeat 26px 0;
  position: relative;
}
.below-content .go-to-top {
  background: url(../images/sprite.png) no-repeat -53px 0;
  position: absolute;
  left: 50%;
  top: -10px;
  text-indent: -9999px;
  overflow: hidden;
  width: 46px;
  height: 24px;
  margin: 0 0 0 -23px;
  box-shadow: 0 1px 19px -1px rgba(50, 50, 50, 0.45);
  -webkit-box-shadow: 1px 19px -1px rgba(50, 50, 50, 0.45);
  z-index: 5;
}
.below-content .go-to-top:hover {
  opacity: 0.7;
}

.info-holder {
  width: 943px;
  margin: 0 auto;
  padding: 0px 0 3px;
  position: relative;
}
.info-holder h3 {
  color: #E2007A;
  font: 39px/43px "Tinos", Arial, Helvetica, sans-serif;
  text-align: center;
  margin: 0 0 25px;
  position: relative;
}
.info-holder .info-col {
  overflow: hidden;
  padding: 0 0 36px;
  position: relative;
  margin: 0 -20px 35px;
}
.info-holder .info-col:after {
  background: #4d4d4d;
  content: "";
  position: absolute;
  left: 42.9%;
  right: 42.9%;
  bottom: 0;
  height: 1px;
}
.info-holder .info-col .col {
  float: left;
  text-align: center;
  width: 33%;
  padding: 0 20px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  font: 31px/33px "Tinos", Arial, Helvetica, sans-serif;
}
.info-holder .info-col .title {
  font: 700 17px/20px "Open Sans", Arial, Helvetica, sans-serif;
  display: block;
  margin: 0 0 10px;
}
.info-holder .info-col span.note {
  font: 300 13px/16px "Open Sans", Arial, Helvetica, sans-serif;
  color: #E2007A;
}
.info-holder .info-col .phone {
  cursor: default;
  text-decoration: none;
}
.info-holder .info-col .phone:before {
  background: url(../images/sprite.png) no-repeat -56px -28px;
  content: "";
  display: inline-block;
  vertical-align: top;
  margin: 5px 10px 0 0;
  width: 21px;
  height: 22px;
}
.info-holder .info-col .research-link {
  font: 300 13px/16px "Open Sans", Arial, Helvetica, sans-serif;
  margin: -6px 0 -1px;
}
.info-holder .info-col .research-link a {
  margin: 0 0 5px;
  display: inline-block;
  vertical-align: top;
}
.info-holder .info-col .research-link:before {
  display: block;
  background: url(../images/sprite.png) no-repeat -72px -62px;
  content: "";
  width: 48px;
  height: 54px;
  margin: 0 auto 5px;
}

.addtextblock {
  width: 98%;
  max-width: 943px;
  background-color: #e8e9e9;
  font-size: 13px;
  margin: auto;
}

.addmobiletextblock {
  width: 98%;
  max-width: 903px;
  background-color: #e8e9e9;
  font-size: 13px;
  margin: auto auto auto auto;
}
.addmobiletextblock .addmobiletext {
  padding: 10px 10px 10px 10px;
}

.addmobiletextblock .spacer,
.addtextblock .spacer {
  padding: 0 15px 10px 15px;
}
.addmobiletextblock .textheading,
.addtextblock .textheading {
  color: #4d4d4d;
  font: 700 17px/20px "Open Sans", Arial, Helvetica, sans-serif;
  text-align: center;
}
.addmobiletextblock .textsmall,
.addtextblock .textsmall {
  font-size: 13px;
}
.addmobiletextblock .textheadingsmall,
.addtextblock .textheadingsmall {
  font-size: 13px !important;
  font-weight: bold;
  color: #4d4d4d;
  text-align: center;
}

.block-products-list {
  padding: 27px 0 25px;
  background: #fcfcfc url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjZmNmYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2U4ZTllOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmY2ZjZmMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(left, #fcfcfc 0%, #e8e9e9 50%, #fcfcfc 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #fcfcfc), color-stop(50%, #e8e9e9), color-stop(100%, #fcfcfc));
  background: -webkit-linear-gradient(left, #fcfcfc 0%, #e8e9e9 50%, #fcfcfc 100%);
  background: -o-linear-gradient(left, #fcfcfc 0%, #e8e9e9 50%, #fcfcfc 100%);
  background: -ms-linear-gradient(left, #fcfcfc 0%, #e8e9e9 50%, #fcfcfc 100%);
  background: linear-gradient(to right, #fcfcfc 0%, #e8e9e9 50%, #fcfcfc 100%);
}
.block-products-list .holder {
  width: 943px;
  margin: 0 auto;
}
.block-products-list .holder .block-title h2 {
  text-align: center;
  font: 39px/43px "Tinos", Arial, Helvetica, sans-serif;
  color: #E2007A;
  margin: 0 0 39px;
}
.block-products-list .holder .block-content .products-grid {
  background: none;
  border: 0;
  margin: 0 -10px 0 -8px;
  text-align: center;
}
.block-products-list .holder .block-content .products-grid li.product-item {
  display: inline-block;
  vertical-align: top;
  width: 300px;
  min-height: 475px;
  margin: 0 6px 20px 10px;
  background: #fff;
  padding: 15px 15px 13px 20px;
  position: relative;
  overflow: hidden;
  font-size: 13px;
  line-height: 17px;
  text-align: center;
  float: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.block-products-list .holder .block-content .products-grid li.product-item .product-item-photo {
  display: block;
  vertical-align: top;
  position: relative;
  padding: 5px 0 0;
  margin-bottom: 10px;
  float: none;
  border: 0;
  width: auto;
  height: 165px;
}
.block-products-list .holder .block-content .products-grid li.product-item .product-item-name {
  font: 700 17px/20px "Open Sans", Arial, Helvetica, sans-serif;
  text-align: left;
  margin: 0 0 6px;
}
.block-products-list .holder .block-content .products-grid li.product-item .product-image-container {
  width: 100%;
  height: 100%;
  display: block;
}
.block-products-list .holder .block-content .products-grid li.product-item .product-image-container .product-image-wrapper {
  display: block;
  height: 180px;
}
.block-products-list .holder .block-content .products-grid li.product-item .short-description ul {
  font-size: 13px;
  line-height: 17px;
  margin: 0 0 12px;
  padding: 0;
  list-style: none;
  text-align: left;
}
.block-products-list .holder .block-content .products-grid li.product-item .short-description ul li {
  position: relative;
  padding: 0 0 0 7px;
  margin: 0;
}
.block-products-list .holder .block-content .products-grid li.product-item .short-description ul li:before {
  position: absolute;
  top: 7px;
  left: 0;
  background: #E2007A;
  height: 3px;
  width: 3px;
  border-radius: 2px;
  content: "";
}
.block-products-list .holder .block-content .products-grid li.product-item .price-box {
  width: 165px;
  float: left;
  text-align: left;
  font-size: 13px;
  line-height: 16px;
  margin: 10px 0 0 0;
}
.block-products-list .holder .block-content .products-grid li.product-item .price-box .minimal-price {
  margin-top: -7px;
}
.block-products-list .holder .block-content .products-grid li.product-item .price-box .minimal-price .price-label {
  float: left;
  margin-top: -7px;
  margin-bottom: 6px;
}
.block-products-list .holder .block-content .products-grid li.product-item .price-box .minimal-price .price-label:after {
  content: "";
}
.block-products-list .holder .block-content .products-grid li.product-item .price-box .minimal-price .price-wrapper {
  clear: both;
  float: left;
}
.block-products-list .holder .block-content .products-grid li.product-item .price-box .price,
.block-products-list .holder .block-content .products-grid li.product-item .price-box .price strong {
  clear: both;
  display: block;
  font-size: 30px;
  height: 28px;
  margin: 0 0 4px;
  padding: 4px 0 0;
  color: #4d4d4d;
  font-weight: 300;
}
.block-products-list .holder .block-content .products-grid li.product-item .actions {
  bottom: 10px;
  position: absolute;
  right: 10px;
}
.block-products-list .holder .block-content .products-grid li.product-item .actions .button {
  float: right;
  background: #E2007A;
  color: #fff;
  padding: 4px 10px 3px;
  width: 75px;
  text-align: center;
  margin: 15px 0 0;
  text-transform: uppercase;
}
.block-products-list .holder .block-content .products-grid li.product-item .actions .button:hover {
  text-decoration: none;
  background: #E2007A;
}
.block-products-list .holder .block-content .products-grid li .tax-details {
  clear: both;
  display: block;
  float: left;
  font-size: 12px;
  text-align: left;
  width: 50%;
}
.block-products-list .holder .block-content .products-grid li .tax-details .sofort-download-details {
  white-space: nowrap;
}

.block.filter,
.block.filter .filter-title strong, .toolbar-amount, .toolbar-sorter, .limiter {
  font-size: 14px;
}

.catalog-category-view .page-title-wrapper {
  display: none;
}

.page-products #page-title-heading, .page-products .category-description h2, .page-products .category-description h3 {
  text-align: center;
  wdith: 100%;
  display: block;
  color: #E2007A;
}
.page-products .category-description .col-holder {
  margin: 30px 0 0 0;
}
.page-products .category-description h2 {
  font: 39px/43px "Tinos", Arial, Helvetica, sans-serif;
}
.page-products .category-description h3 {
  font: 29px/33px "Tinos", Arial, Helvetica, sans-serif;
}
.page-products .columns {
  padding-top: 0;
  position: relative;
  z-index: 1;
  margin: 40px 0 0 0;
  background: #f5f5f5;
  padding: 40px 0 40px 0;
  float: left;
}
.page-products .columns:before {
  content: "";
  position: absolute;
  background: #f5f5f5;
  height: 100%;
  right: 100%;
  width: 100%;
  top: 0px;
}
.page-products .columns:after {
  content: "";
  position: absolute;
  background: #f5f5f5;
  height: 100%;
  left: 100%;
  width: 100%;
  top: 0px;
  visibility: visible;
}
.page-products .sidebar-main {
  margin: 14px 0 0 0;
}
.page-products .products {
  margin: 30px 0 0 4%;
}
.page-products .products-grid .product-item {
  padding: 0;
  width: 32%;
  background: #ffffff;
  margin: 0 0 50px 3%;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(50, 50, 50, 0.01);
  -moz-box-shadow: 0px 0px 20px 0px rgba(50, 50, 50, 0.01);
  box-shadow: 0px 0px 20px 0px rgba(50, 50, 50, 0.01);
}
.page-products .product-item-info {
  width: 90%;
  margin: 10px auto;
}
.page-products .product-item-info .action.tocart.primary {
  width: 100%;
  font-size: 12px;
}
.page-products .product-image-container {
  display: block;
  max-width: 100%;
  width: 100%;
}
.page-products .product-image-wrapper {
  display: block;
  height: 180px;
}
.page-products .name.product-item-name {
  height: 43px;
  overflow: hidden;
  margin: 10px 0 0 0;
}
.page-products .name.product-item-name a {
  font-weight: 700;
}

.page-products #maincontent .columns {
  width: 100%;
}
.page-products .column.main {
  width: 100%;
  float: left;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.page-products .products {
  margin: 30px 0 0 0;
}
.page-products .column.main {
  padding-left: 0;
}
.page-products .products-grid .product-item, .page-products .products-grid .product-item:nth-child(4n+1), .page-products .products-grid .product-item:nth-child(3n+1) {
  margin-left: 0;
}
.page-products .products-grid .product-item {
  margin-right: 2%;
  min-height: 465px;
}
.page-products .products-grid .product-item .short-description {
  min-height: 60px;
}
.page-products .products-grid .product-item .product-item-name {
  font: 700 17px/20px "Open Sans", Arial, Helvetica, sans-serif;
  text-align: left;
  margin: 0 0 6px;
}
.page-products .products-grid .product-item ul {
  font-size: 13px;
  line-height: 17px;
  margin: 0 0 12px;
  padding: 0;
  list-style: none;
  text-align: left;
}
.page-products .products-grid .product-item li {
  position: relative;
  padding: 0 0 0 7px;
}
.page-products .products-grid .product-item li:before {
  position: absolute;
  top: 7px;
  left: 0;
  background: #E2007A;
  height: 3px;
  width: 3px;
  border-radius: 2px;
  content: "";
}
.page-products .products-grid .product-item .price {
  clear: both;
  display: block;
  font: 300 17px/20px "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 30px;
  height: auto;
  margin-bottom: 0;
  padding: 4px 0 0;
  text-align: left;
  width: 50%;
  white-space: nowrap !important;
}
.page-products .products-grid .product-item .button {
  float: right;
  background: #E2007A;
  color: #fff;
  padding: 4px 10px 3px;
  width: 75px;
  text-align: center;
  margin: 15px 0px 15px 0;
}
.page-products .products-grid .product-item .button:hover {
  text-decoration: none;
  background: #E2007A !important;
}
.page-products .products-grid .product-item .tax-details {
  font-size: 12px;
  display: block;
  width: 40%;
  line-height: 15px;
}
.page-products .products-grid .product-item .price-box p, .page-products .products-grid .product-item .price-container {
  margin-top: 0rem;
  margin-bottom: 0;
  float: left;
  width: 100%;
  height: 40px;
}
.page-products .products-grid .product-item:nth-child(3n) {
  margin-right: 0px;
}
.page-products .sidebar, .page-products .toolbar-products {
  display: none;
}

.category-description .col {
  width: 48%;
  float: left;
}
.category-description .col:last-child {
  float: right;
}

.breadcrumbs li.category73 {
  display: none !important;
}

.catalog-product-view .page-title-wrapper,
.catalog-product-view .page.messages,
.catalog-product-view .columns .column.main {
  max-width: 940px;
  margin: 0 auto;
}
.catalog-product-view .product.attribute.subtitle {
  margin-bottom: 20px;
  font-size: 15px;
  margin-top: -12px;
}
.catalog-product-view .page-main {
  padding: 170px 0 0;
}
.catalog-product-view .page-main .page-title {
  font: 42px/37px "Tinos", Arial, Helvetica, sans-serif;
  color: #E2007A;
  margin-bottom: 32px;
  text-align: left !important;
}
.catalog-product-view .page-main .product-info-main {
  float: right;
  width: 540px;
  clear: both;
}
.catalog-product-view .page-main p {
  margin-bottom: 25px;
}
.catalog-product-view .page-main .product.attribute.description .info-list, .catalog-product-view .page-main .product.attribute.description .info-list-normal {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
  font-size: 17px;
  line-height: 20px;
}
.catalog-product-view .page-main .product.attribute.description .info-list li, .catalog-product-view .page-main .product.attribute.description .info-list-normal li {
  padding: 0 0 3px 14px;
  margin: 0;
  position: relative;
}
.catalog-product-view .page-main .product.attribute.description .info-list li:before, .catalog-product-view .page-main .product.attribute.description .info-list-normal li:before {
  background: #E2007A;
  position: absolute;
  content: "";
  top: 9px;
  left: 0;
  height: 4px;
  width: 4px;
  border-radius: 4px;
}
.catalog-product-view .page-main .product.media {
  padding: 0 20px 0 0;
  max-width: 340px;
  position: relative;
}
.catalog-product-view .page-main .product.media .label-action {
  font-size: 13px;
  line-height: 16px;
  background: #E2007A;
  color: #fff;
  position: absolute;
  padding: 7px 30px;
  left: 0px;
  top: 67px;
  transform: rotate(-40deg);
  -ms-transform: rotate(-40deg);
  -webkit-transform: rotate(-40deg);
  width: 150px;
  text-align: center;
  z-index: 2;
}
.catalog-product-view .page-main .product.media .gallery-placeholder {
  width: 380px;
}
.catalog-product-view .page-main .product.media .gallery-placeholder .gallery-placeholder__image {
  max-width: 250px;
  max-height: 300px;
  margin: 24px auto 0;
}
.catalog-product-view .page-main .product.media .fotorama__wrap {
  margin: 0 auto;
}
.catalog-product-view .page-main .product.media .fotorama__stage {
  max-height: 300px;
}
.catalog-product-view .page-main .product.media .fotorama__stage__frame .fotorama__img {
  max-width: 250px;
  max-height: 300px;
}
.catalog-product-view .page-main .product.media .fotorama__nav-wrap--horizontal {
  padding: 0 20px;
}
.catalog-product-view .page-main .box-tocart .field {
  display: none;
}
.catalog-product-view .page-main .box-tocart .actions {
  padding-top: 10px;
}
.catalog-product-view .page-main .box-tocart .actions button {
  padding: 10px 17px 10px 54px;
  position: relative;
  font-weight: 300;
  font-size: 17px;
  line-height: 20px;
  text-align: center;
  margin: 0 10px 0 0;
  float: left;
  background: #E2007A;
  border: 0;
  text-transform: uppercase;
  border-radius: 0;
}
.catalog-product-view .page-main .box-tocart .actions button:hover {
  background: #E2007A;
}
.catalog-product-view .page-main .box-tocart .actions button span:before {
  position: absolute;
  top: 10px;
  left: 16px;
  content: "";
  background: url("../images/icon-cart-withe.png") no-repeat 1px 0px;
  background-size: auto;
  width: 34px;
  height: 28px;
  margin: -5px 5px -5px -4px;
  background-size: 35px;
}
.catalog-product-view .page-main .bundle-options-container .product-add-form {
  display: block;
}
.catalog-product-view .page-main .bundle-options-container .product-add-form .bundle-options-wrapper {
  width: 100%;
  margin-bottom: 0;
}
.catalog-product-view .page-main .bundle-options-container .product-add-form .bundle-options-wrapper .price {
  float: right;
  font-size: 30px;
  line-height: 34px;
  color: #999;
}
.catalog-product-view .page-main .bundle-options-container .product-add-form .bundle-options-wrapper .price-notice {
  float: right;
  color: #ffffff;
}
.catalog-product-view .page-main .bundle-options-container .product-add-form .bundle-options-wrapper .price-notice .price-container .price {
  font-size: 30px;
  line-height: 34px;
  color: #999;
}
.catalog-product-view .page-main .bundle-options-container .product-add-form .bundle-options-wrapper .prices-tier {
  font-size: 14px;
  line-height: 20px;
  background: #ffffff;
  padding: 0;
}
.catalog-product-view .page-main .bundle-options-container .product-add-form .bundle-options-wrapper .prices-tier .price {
  font-size: 14px;
  color: #4d4d4d;
  line-height: 20px;
  font-weight: 300;
  float: initial;
}
.catalog-product-view .page-main .bundle-options-container .product-add-form .bundle-options-wrapper .prices-tier .benefit {
  display: none;
}
.catalog-product-view .page-main .bundle-options-container .product-add-form .bundle-options-wrapper .product-options-wrapper {
  width: 100%;
  margin-bottom: 0;
}
.catalog-product-view .page-main .bundle-options-container .product-add-form .bundle-options-wrapper .product-options-wrapper > div {
  padding-right: 65px;
}
.catalog-product-view .page-main .bundle-options-container .product-add-form .bundle-options-wrapper .product-options-wrapper .fieldset {
  margin-bottom: 10px;
}
.catalog-product-view .page-main .bundle-options-container .product-add-form .bundle-options-wrapper .product-options-wrapper .fieldset .legend.title {
  display: none;
}
.catalog-product-view .page-main .bundle-options-container .product-add-form .bundle-options-wrapper .product-options-wrapper .fieldset p.required {
  display: none;
}
.catalog-product-view .page-main .bundle-options-container .product-add-form .bundle-options-wrapper .product-options-wrapper .fieldset .fieldset-bundle-options > .option > .label {
  display: none;
}
.catalog-product-view .page-main .bundle-options-container .product-add-form .bundle-options-wrapper .product-options-wrapper .fieldset .fieldset-bundle-options .option .control {
  width: 100%;
}
.catalog-product-view .page-main .bundle-options-container .product-add-form .bundle-options-wrapper .product-options-wrapper .fieldset .fieldset-bundle-options .option .control select.bundle.option {
  color: #E2007A;
  width: 443px;
  font: 600 20px "Open Sans", Arial, Helvetica, sans-serif;
  line-height: 1.5rem;
  border: 1px solid #c4c7c7;
  border-radius: 8px;
  height: 40px;
}
.catalog-product-view .page-main .bundle-options-container .product-add-form .bundle-options-wrapper .product-options-wrapper .fieldset .fieldset-bundle-options .option .control select.bundle.option::-ms-expand {
  display: none;
}
.catalog-product-view .page-main .bundle-options-container .product-add-form .bundle-options-wrapper .product-options-wrapper .fieldset .fieldset-bundle-options .option .control select.bundle.option:focus::-ms-value {
  background-color: transparent;
  color: #E2007A;
}
.catalog-product-view .page-main .bundle-options-container .product-add-form .bundle-options-wrapper .product-options-wrapper .fieldset .fieldset-bundle-options .option .control select.bundle.option span:hover {
  background-color: #ffffff;
  color: #000000;
}
.catalog-product-view .page-main .bundle-options-container .product-add-form .bundle-options-wrapper .product-options-wrapper .fieldset .fieldset-bundle-options .option .control select.bundle.option option {
  font-size: 17px;
  font-weight: 300;
  color: #000000;
}
.catalog-product-view .page-main .bundle-options-container .product-add-form .bundle-options-wrapper .product-options-wrapper .fieldset .fieldset-bundle-options .option .control select.bundle.option option:hover {
  background-color: #ffffff;
  color: #000000;
}
.catalog-product-view .page-main .bundle-options-container .product-add-form .bundle-options-wrapper .product-options-wrapper .fieldset .fieldset-bundle-options .option .control select.bundle.option option:focus {
  background-color: #ffffff;
  color: #000000;
}
.catalog-product-view .page-main .bundle-options-container .product-add-form .bundle-options-wrapper .product-options-wrapper .fieldset .fieldset-bundle-options .option .control select.bundle.option option:checked {
  background-color: #ffffff;
  color: #000000;
}
.catalog-product-view .page-main .bundle-options-container .product-add-form .bundle-options-wrapper .product-options-wrapper .fieldset .fieldset-bundle-options .option .control select.bundle.option option:active {
  background-color: #ffffff;
  color: #000000;
}
.catalog-product-view .page-main .bundle-options-container .product-add-form .bundle-options-wrapper .product-options-wrapper .fieldset .fieldset-bundle-options .option .control select.bundle.option:focus {
  box-shadow: none;
}
.catalog-product-view .page-main .bundle-options-container .product-add-form .bundle-options-wrapper .product-options-wrapper .fieldset .fieldset-bundle-options .option .control .haude-additional-information {
  float: right;
  color: #E2007A;
  cursor: pointer;
  font-size: 1.1em;
  text-align: right;
}
.catalog-product-view .page-main .bundle-options-container .product-add-form .bundle-options-wrapper .product-options-wrapper .fieldset .fieldset-bundle-options .option .control .field.choice {
  line-height: 30px;
  padding: 4px 0 0;
  clear: both;
}
.catalog-product-view .page-main .bundle-options-container .product-add-form .bundle-options-wrapper .product-options-wrapper .fieldset .fieldset-bundle-options .option .control .field.choice .label {
  width: 395px;
  float: right;
  padding-top: 6px;
  display: block;
  margin-left: 18px;
}
.catalog-product-view .page-main .bundle-options-container .product-add-form .bundle-options-wrapper .product-options-wrapper .fieldset .fieldset-bundle-options .option .control .field.choice .label .product-name {
  font-size: 17px;
  line-height: 20px;
  width: 55%;
  display: inline-block;
}
.catalog-product-view .page-main .bundle-options-container .product-add-form .bundle-options-wrapper .product-options-wrapper .fieldset .fieldset-bundle-options .option .control .field.choice input[type=select],
.catalog-product-view .page-main .bundle-options-container .product-add-form .bundle-options-wrapper .product-options-wrapper .fieldset .fieldset-bundle-options .option .control .field.choice input[type=radio] {
  display: block;
  position: absolute;
  left: -9999px;
}
.catalog-product-view .page-main .bundle-options-container .product-add-form .bundle-options-wrapper .product-options-wrapper .fieldset .fieldset-bundle-options .option .control .field.choice div.radio {
  border: 1px solid #c4c7c7;
  margin: 0 10px 0 0;
  float: left;
  width: 42px;
  height: 42px;
  border-radius: 5px;
  position: relative;
}
.catalog-product-view .page-main .bundle-options-container .product-add-form .bundle-options-wrapper .product-options-wrapper .fieldset .fieldset-bundle-options .option .control .field.choice div.radio.checked:after {
  background: url(../images/sprite.png) no-repeat -94px -123px;
  width: 24px;
  height: 15px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -7px -12px;
  content: "";
}
.catalog-product-view .page-main .bundle-options-container .product-add-form .bundle-options-wrapper .product-options-wrapper .fieldset .fieldset-bundle-options .option .qty-holder {
  float: right;
  width: 30%;
  margin-top: 5px;
}
.catalog-product-view .page-main .bundle-options-container .product-add-form .bundle-options-wrapper .product-options-wrapper .fieldset .fieldset-bundle-options .option .qty-holder .label {
  display: block;
  font-weight: 300;
  float: left;
  line-height: 34px;
}
.catalog-product-view .page-main .bundle-options-container .product-add-form .bundle-options-wrapper .product-options-wrapper .fieldset .fieldset-bundle-options .option .qty-holder .control {
  width: auto;
}
.catalog-product-view .page-main .bundle-options-container .product-add-form .bundle-options-wrapper .product-options-wrapper .fieldset .fieldset-bundle-options .option .qty-holder .control .input-text {
  width: 48px;
  height: 37px;
  border: 1px solid #c4c7c7;
  border-radius: 5px;
  float: right;
  padding: 6px;
  text-align: center;
  font-size: 17px;
}
.catalog-product-view .page-main .bundle-options-container .product-add-form .bundle-options-wrapper .product-options-wrapper .fieldset .fieldset-bundle-options .option .nested.options-list .qty-holder {
  display: none;
}
.catalog-product-view .page-main .bundle-options-container .product-add-form .bundle-options-wrapper .product-options-wrapper .fieldset .fieldset-bundle-options .option .product-name {
  font-size: 28px;
  line-height: 1.25em;
  max-width: 77%;
  display: inline-block;
}
.catalog-product-view .page-main .bundle-options-container .product-add-form .block-bundle-summary {
  width: 100%;
  background: white;
  padding: 0;
}
.catalog-product-view .page-main .bundle-options-container .product-add-form .block-bundle-summary .price-box {
  border-top: 1px solid #ccc;
  padding: 10px 0 20px;
}
.catalog-product-view .page-main .bundle-options-container .product-add-form .block-bundle-summary .price-box .price-label {
  float: left;
  font-size: 20px;
  font-weight: 600;
  width: 50%;
}
.catalog-product-view .page-main .bundle-options-container .product-add-form .block-bundle-summary .price-box .price-configured_price {
  color: #999;
  float: left;
  text-align: right;
  width: 50%;
}
.catalog-product-view .page-main .bundle-options-container .product-add-form .block-bundle-summary .price-box .price-configured_price .price {
  font-size: 30px;
  font-weight: 300;
}
.catalog-product-view .page-main .bundle-options-container .product-add-form .block-bundle-summary .tax-details {
  font-size: 13px;
  float: right;
  margin-top: 18px;
}
.catalog-product-view .page-main .bundle-options-container .product-add-form .block-bundle-summary .content {
  padding-right: 65px;
}
.catalog-product-view .column.details {
  clear: both;
  padding: 27px 0 0;
  position: relative;
  background: #f5f5f5;
}
.catalog-product-view .column.details:before {
  content: "";
  position: absolute;
  background: #f5f5f5;
  height: 100%;
  right: 100%;
  width: 100%;
  top: 0px;
}
.catalog-product-view .column.details:after {
  content: "";
  position: absolute;
  background: #f5f5f5;
  height: 100%;
  left: 100%;
  width: 100%;
  top: 0px;
}
.catalog-product-view .column.details .block.related {
  width: 786px;
  margin: 0 auto 0;
}
.catalog-product-view .column.details .block.related .block-title strong {
  display: block;
  margin: 0 0 46px;
  padding: 0;
  color: #4d4d4d;
  font: 600 17px/22px "Open Sans", Arial, Helvetica, sans-serif;
  text-align: center;
}
.catalog-product-view .column.details .block.related ol {
  text-align: center;
}
.catalog-product-view .column.details .block.related ol li.product-item {
  display: inline-block;
  vertical-align: top;
  width: 31.66%;
  height: 455px;
  margin: 0 2% 20px 0px;
  background: #fff;
  padding: 15px 15px 13px 20px;
  position: relative;
  overflow: hidden;
  font-size: 13px;
  line-height: 17px;
  text-align: center;
  float: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.catalog-product-view .column.details .block.related ol li.product-item:nth-child(3n) {
  margin-right: 0px;
}
.catalog-product-view .column.details .block.related ol li.product-item .product-item-info {
  width: auto;
}
.catalog-product-view .column.details .block.related ol li.product-item .product-item-photo {
  display: block;
  vertical-align: top;
  position: relative;
  padding: 5px 0 0;
  margin-bottom: 10px;
  float: none;
  border: 0;
  width: auto;
  height: 165px;
}
.catalog-product-view .column.details .block.related ol li.product-item .product-item-name {
  font: 700 17px/20px "Open Sans", Arial, Helvetica, sans-serif;
  text-align: left;
  margin: 0 0 6px;
}
.catalog-product-view .column.details .block.related ol li.product-item .product-item-name a {
  font-weight: 700;
}
.catalog-product-view .column.details .block.related ol li.product-item .product-image-container {
  width: 100%;
  height: 100%;
}
.catalog-product-view .column.details .block.related ol li.product-item .product-image-container .product-image-wrapper {
  height: 100%;
}
.catalog-product-view .column.details .block.related ol li.product-item .short-description ul {
  font-size: 13px;
  line-height: 17px;
  margin: 0 0 12px;
  padding: 0;
  list-style: none;
  text-align: left;
}
.catalog-product-view .column.details .block.related ol li.product-item .short-description ul li {
  position: relative;
  padding: 0 0 0 7px;
  margin: 0;
}
.catalog-product-view .column.details .block.related ol li.product-item .short-description ul li:before {
  position: absolute;
  top: 7px;
  left: 0;
  background: #E2007A;
  height: 3px;
  width: 3px;
  border-radius: 2px;
  content: "";
}
.catalog-product-view .column.details .block.related ol li.product-item .price-box {
  width: 165px;
  float: left;
  text-align: left;
  font-size: 13px;
  line-height: 16px;
  margin: 10px 0 0 0;
}
.catalog-product-view .column.details .block.related ol li.product-item .price-box .minimal-price {
  margin-top: -7px;
}
.catalog-product-view .column.details .block.related ol li.product-item .price-box .minimal-price .price-label {
  float: left;
  margin-top: -7px;
  margin-bottom: 6px;
}
.catalog-product-view .column.details .block.related ol li.product-item .price-box .minimal-price .price-label:after {
  content: "";
}
.catalog-product-view .column.details .block.related ol li.product-item .price-box .minimal-price .price-wrapper {
  clear: both;
  float: left;
}
.catalog-product-view .column.details .block.related ol li.product-item .price-box .price,
.catalog-product-view .column.details .block.related ol li.product-item .price-box .price strong {
  clear: both;
  display: block;
  font-size: 30px;
  height: 28px;
  margin: 0 0 4px;
  padding: 4px 0 0;
  color: #4d4d4d;
  font-weight: 300;
}
.catalog-product-view .column.details .block.related ol li.product-item .actions {
  bottom: 10px;
  position: absolute;
  right: 10px;
}
.catalog-product-view .column.details .block.related ol li.product-item .actions .button {
  float: right;
  background: #E2007A;
  color: #fff;
  padding: 4px 10px 3px;
  width: 75px;
  text-align: center;
  margin: 15px 0 0;
  text-transform: uppercase;
}
.catalog-product-view .column.details .block.related ol li.product-item .actions .button:hover {
  text-decoration: none;
  background: #E2007A;
}
.catalog-product-view .column.details .block.related ol li .tax-details {
  clear: both;
  display: block;
  float: left;
  font-size: 12px;
  text-align: left;
  width: 50%;
}
.catalog-product-view .column.details .block.related ol li .tax-details .sofort-download-details {
  white-space: nowrap;
}
.catalog-product-view .product.attribute.functions {
  width: 786px;
  margin: -13px auto 0;
  font-size: 13px;
  line-height: 19px;
  overflow: hidden;
  font-weight: 400;
}
.catalog-product-view .product.attribute.functions strong.type {
  width: 100%;
  display: inline-block;
  text-align: center;
  font: 39px/43px "Tinos", Arial, Helvetica, sans-serif;
  color: #E2007A;
  margin-bottom: 26px;
}
.catalog-product-view .product.attribute.functions .title {
  display: block;
}
.catalog-product-view .product.attribute.functions table {
  border-collapse: collapse;
  margin: 0 0 30px;
  width: 100%;
}
.catalog-product-view .product.attribute.functions p {
  margin: 0 0 5px;
}
.catalog-product-view .product.attribute.functions td,
.catalog-product-view .product.attribute.functions th {
  border-bottom: 2px solid #b8b9b9;
  padding: 10px 10px;
  text-align: center;
  min-width: 109px;
  vertical-align: middle;
}
.catalog-product-view .product.attribute.functions td:first-child {
  text-align: left;
}
.catalog-product-view .product.attribute.functions th span {
  display: block;
  color: #E2007A;
  font-weight: 600;
  text-transform: uppercase;
}
.catalog-product-view .product.attribute.functions .last {
  background: #fff;
}
.catalog-product-view .product.attribute.functions .sub-title {
  display: block;
  margin: 0 0 46px;
  padding: 0;
  color: #4d4d4d;
  font: 600 17px/22px "Open Sans", Arial, Helvetica, sans-serif;
  text-align: center;
}
.catalog-product-view .product.attribute.requirements {
  width: 786px;
  margin: 30px auto 0;
  font-weight: 400;
}
.catalog-product-view .product.attribute.requirements strong.type {
  display: block;
  font-weight: 600;
  color: #E2007A;
  margin: 0 0 12px;
  font-size: 17px;
  line-height: 22px;
}
.catalog-product-view .product.attribute.details {
  width: 786px;
  margin: 30px auto 0;
  font-weight: 400;
}
.catalog-product-view .product.attribute.requirements h3,
.catalog-product-view .product.attribute.details h3 {
  font-size: 16px;
  font-weight: bold;
}
.catalog-product-view .product.attribute.requirements table,
.catalog-product-view .product.attribute.details table {
  border-collapse: initial;
}
.catalog-product-view .product.attribute.requirements table tbody tr td,
.catalog-product-view .product.attribute.details table tbody tr td {
  padding: 0;
}
.catalog-product-view .product.attribute.requirements ul,
.catalog-product-view .product.attribute.details ul {
  list-style: none;
}
.catalog-product-view .product.attribute.requirements ul li,
.catalog-product-view .product.attribute.details ul li {
  padding: 0 0 3px 10px;
  position: relative;
  margin: 0;
}
.catalog-product-view .product.attribute.requirements ul li:before,
.catalog-product-view .product.attribute.details ul li:before {
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
}
.catalog-product-view .product.attribute.requirements .system-list,
.catalog-product-view .product.attribute.details .system-list {
  margin: 0 0 20px;
  padding: 0 0 13px;
  font-size: 13px;
  line-height: 20px;
  position: relative;
}
.catalog-product-view .product.attribute.requirements .system-list:after,
.catalog-product-view .product.attribute.details .system-list:after {
  background: #cecfcf;
  border-bottom: 1px solid #9a9a9a;
  height: 1px;
  left: 41%;
  right: 41%;
  bottom: 0;
  content: "";
  position: absolute;
}
.catalog-product-view .below-content-container {
  background: white;
  padding-bottom: 0px;
  margin-bottom: 180px;
  position: relative;
  top: 130px;
}
.catalog-product-view .below-content {
  background: url("../images/bg-cloud-intro.png") no-repeat 26px 0;
  margin: -50px 0 -50px 0;
}
.catalog-product-view .below-content .go-to-top {
  display: none;
}
.catalog-product-view a.action.mailto.friend {
  float: left;
  max-width: 340px;
}
.catalog-product-view dl.items.samples {
  float: left;
}

.fotorama--fullscreen {
  background: #ffffff;
  bottom: 0 !important;
  float: none !important;
  left: 50% !important;
  margin: 0 0 0 -350px !important;
  padding: 20px !important;
  position: absolute !important;
  right: 0 !important;
  top: 0px !important;
  width: 700px !important;
  z-index: 999999999999 !important;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(50, 50, 50, 0.15);
  -moz-box-shadow: 0px 0px 30px 0px rgba(50, 50, 50, 0.15);
  box-shadow: 0px 0px 30px 0px rgba(50, 50, 50, 0.15);
}

.action.mailto.friend {
  float: left;
  width: 50%;
  display: block;
}

.action.mailto.friend::before {
  margin: 1px 0 0 0;
}

.catalog-product-view .page-main .box-tocart .actions {
  padding-top: 10px;
  position: relative;
  margin: 20px 0 50px 0;
}
.catalog-product-view .page-main .product-info-main {
  padding: 0 0 140px 0;
}
.catalog-product-view .page-main .bundle-options-container .product-add-form .bundle-options-wrapper .product-options-wrapper .fieldset .fieldset-bundle-options .option .qty-holder {
  float: right;
  width: 135px;
  margin-top: 5px;
  margin: 15px 0 0 0;
}
.catalog-product-view .page-main .bundle-options-container .product-add-form .bundle-options-wrapper .product-options-wrapper .fieldset .fieldset-bundle-options .option .nested {
  float: right;
  width: auto;
  clear: both;
}
.catalog-product-view .page-main .bundle-options-container .product-add-form .block-bundle-summary .price-box {
  border-top: 1px solid #ccc;
  padding: 20px 0 20px;
  margin: -50px 0 0 0;
}
.catalog-product-view #product-addtocart-button {
  padding-left: 60px;
}
.catalog-product-view .page-main .box-tocart .actions button span::before {
  top: 14px;
}
.catalog-product-view .samples-item-link {
  background-color: #E2007A;
  background-image: url("https://www.haude.at/skin/frontend/rwd/haudemagento/images/demo-dl.gif");
  background-position: 2px center;
  background-repeat: no-repeat;
  color: #FFF;
  padding: 8px 8px 8px 43px;
  margin: 10px 0 0 0;
  display: block;
}
.catalog-product-view .samples-item-link:hover {
  text-decoration: none;
  opacity: 0.9;
}
.catalog-product-view .samples-item-title {
  color: #E2007A;
  font: 25px/30px "Tinos", Arial, Helvetica, sans-serif;
  margin-bottom: 5px;
}

.bundle-options-wrapper .options-list ul.prices-tier {
  display: none;
}

.category-updateberechtigung .product-info-price {
  border-top: 1px solid #CCC;
  padding-top: 18px;
  float: left;
  width: 100%;
  margin: 0 0 30px 0;
}
.category-updateberechtigung .price-box .price-wrapper .price {
  color: #999;
  text-align: right;
  font-size: 30px;
  font-weight: 300;
  width: 100%;
  display: block;
}
.category-updateberechtigung .haude-seriennummer {
  width: 50% !important;
  margin: 0 0 0 20px;
}
.category-updateberechtigung .page-main .box-tocart .actions {
  margin: 0px 0 0 0;
}

.catalog-product-view.productmedialess .page-main .page-title {
  float: left;
}
.catalog-product-view.productmedialess .product-info-main {
  float: left;
}
.catalog-product-view.productmedialess .product-options-bottom {
  float: left;
  width: 100%;
}

.page-product-downloadable .product-add-form {
  float: left;
  position: relative;
  width: 100%;
  margin: 0px 0 0 0;
  border-top: 1px solid #ccc;
  padding: 0 0 0 0;
}
.page-product-downloadable .page-main .box-tocart .actions {
  padding-top: 10px;
  position: relative;
  margin: 0px 0 0 0;
  width: 100%;
  float: left;
}
.page-product-downloadable .page-main .product-info-main {
  padding: 0 0 0px 0;
}

.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus),
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus) {
  -webkit-transform: translate3d(0px, 0, 0) !important;
  -ms-transform: translate3d(0px, 0, 0) !important;
  -o-transform: translate3d(0px, 0, 0) !important;
  transform: translate3d(0px, 0, 0) !important;
  opacity: 0.3 !important;
  cursor: pointer;
}

.fotorama__arr--prev .fotorama__arr__arr,
.fotorama-item {
  cursor: pointer !important;
}

.catalog-product-view .page-main .product.media .gallery-placeholder {
  cursor: pointer;
}

.fotorama__thumb-border {
  border: 1px solid #E2007A;
}

.fotorama__zoom-in.zoom-in-loaded {
  background: none;
  background-color: rgba(0, 0, 0, 0);
  background-position-x: 0%;
  background-position-y: 0%;
  border: 1px solid #ccc;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.fotorama__zoom-in.zoom-in-loaded::before {
  content: "+";
  position: absolute;
  left: 9px;
  top: 4px;
}

.fotorama__zoom-out.zoom-out-loaded {
  background: none;
  background-color: rgba(0, 0, 0, 0);
  background-position-x: 0%;
  background-position-y: 0%;
  border: 1px solid #ccc;
  width: 30px;
  height: 30px;
  margin: -40px 0 0 0;
  cursor: pointer;
}

.fotorama__zoom-out.zoom-out-loaded::before {
  content: "-";
  position: absolute;
  left: 12px;
  top: 4px;
}

.fotorama__fullscreen-icon {
  opacity: 0.5;
  position: absolute;
  right: -30px;
  top: -30px;
}

.fotorama__wrap--fade .fotorama__fade-rear.fotorama__active {
  cursor: grab !important;
}

.categorypath-produkttags-wv-nachkauf .page-title-wrapper {
  opacity: 0;
}

.categorypath-produkttags-wv-nachkauf .category-description h2 {
  display: none;
}

.catalog-product-view .messages {
  margin: -36px 0 0 0;
}

.loadservicepack-index-index .page-main > .page-title-wrapper .page-title {
  width: 100%;
  text-align: center;
}
.loadservicepack-index-index .column.main {
  width: 100%;
}
.loadservicepack-index-index .servicepack {
  width: 100%;
  float: left;
  margin: 20px 0 20px 0;
}
.loadservicepack-index-index #maincontent .column.main .product-block {
  padding: 25px 0 55px 0;
}

.catalog-product-view .page-main .bundle-options-container .product-add-form .block-bundle-summary .price-box .price-configured_price .price {
  font-weight: 600;
  color: #000;
}

.category-upgrade-success .product-info-main .box-tocart {
  margin: 140px 0 -270px 0 !important;
}
.category-upgrade-success .page-main .product-info-main {
  padding: 0 0 270px 0;
}
.category-upgrade-success .page-main .box-tocart .actions {
  margin: 10px 0 0 0;
}
.category-upgrade-success .box-tocart .haude-seriennummer {
  float: right;
  width: 69% !important;
  margin: -6px 0px 0 0;
}

.product-sicherungs-cd-steuer-experte-2020 .product-info-price {
  border-top: 1px solid #ccc;
  padding: 10px 0 20px;
  margin: 20px 0 0 0;
}
.product-sicherungs-cd-steuer-experte-2020 .product-info-price .price-final_price .price {
  font-size: 30px;
  font-weight: 400;
  color: #000;
  display: block;
  float: right;
}
.product-sicherungs-cd-steuer-experte-2020 .product-info-price p {
  margin-bottom: 0px;
  float: left;
}
.product-sicherungs-cd-steuer-experte-2020 .product-info-price .tax-details {
  display: block;
  float: right;
  width: 100%;
  text-align: right;
  margin: 20px 0 20px 0;
  font-size: 13px;
}
.product-sicherungs-cd-steuer-experte-2020 .haude-seriennummer {
  float: right;
  width: 69% !important;
  margin: -6px 0px 0 0;
}
.product-sicherungs-cd-steuer-experte-2020 .page-main .box-tocart .actions {
  margin: 10px 0 0 0;
}

.category-lohn-personal .prices-tier.items {
  margin-bottom: -50px;
}
.category-lohn-personal .page-main .bundle-options-container .product-add-form .bundle-options-wrapper .product-options-wrapper .fieldset .fieldset-bundle-options .option .qty-holder {
  margin-top: 5px;
}
.category-lohn-personal .nested.options-list.hidden {
  border-top: 1px solid #ccc;
  padding: 30px 0 0 0;
  width: 100% !important;
  margin: 0px;
}

.category-wv-nachkauf .haude-seriennummer {
  width: 410px !important;
  margin: -6px 0 0 0px;
  float: right;
}
.category-wv-nachkauf .page-main .bundle-options-container .product-add-form .block-bundle-summary .price-box {
  margin: -17px 0 0 0;
}

.category-upgrade-success .product-name {
  width: 70%;
  display: block;
  margin: 0 0 -30px 0;
}
.category-upgrade-success .box-tocart .haude-seriennummer {
  width: 348px !important;
}

.category-updateberechtigung .tax-details {
  margin: -15px 0 0 0;
  display: block;
}
.category-updateberechtigung .price-final_price .price {
  font-weight: 600 !important;
  color: #000 !important;
}

.product-sicherungs-cd-steuer-experte-2020 .price-final_price .price {
  font-weight: 600 !important;
  color: #000 !important;
}
.product-sicherungs-cd-steuer-experte-2020 .haude-seriennummer {
  width: 410px !important;
}

.category-updateberechtigung .haude-seriennummer {
  width: 410px !important;
  margin: -6px 0 0 0px;
  float: right;
}

.category-wv-nachkauf .haude-seriennummer {
  width: 410px !important;
  margin: -6px 0 0 0px;
  float: right;
}
.category-wv-nachkauf .page-main .bundle-options-container .product-add-form .block-bundle-summary .content {
  padding-right: 0;
}

.price-licenses {
  float: left;
  width: 475px;
  border-top: 1px solid #ccc;
  padding: 15px 0 0px 0;
}
.price-licenses label {
  font-weight: 100 !important;
  margin: 7px 0 0 0 !important;
}

.fotorama--fullscreen .fotorama__arr.fotorama__arr--next, .fotorama--fullscreen .fotorama__arr.fotorama__arr--prev {
  display: block !important;
}

.fotorama--fullscreen .fotorama__arr {
  background-color: transparent !important;
}

.fotorama--fullscreen .fotorama__arr .fotorama__arr__arr {
  background-color: #fff !important;
  opacity: 0.5;
  -webkit-box-shadow: 0px 0px 12px 0px rgba(50, 50, 50, 0.2);
  -moz-box-shadow: 0px 0px 12px 0px rgba(50, 50, 50, 0.2);
  box-shadow: 0px 0px 12px 0px rgba(50, 50, 50, 0.2);
}

.fotorama--fullscreen .fotorama__arr .fotorama__arr__arr:hover {
  opacity: 1;
}

#maincontent .column.main .product-block.error:after {
  width: 200%;
  content: "";
  position: absolute;
  background: #f5f5f5;
  height: 100%;
  left: 100%;
  width: 200%;
  top: 0px;
  content: "";
  font-family: "icons-blank-theme";
  color: #E2007A;
  font-size: 100px;
}

#maincontent .column.main .product-block.error:before {
  width: 200%;
}

.product-block.error {
  margin: 50px 0 0 0px;
}

.product-block.error a {
  padding: 3px 7px 5px 7px;
  color: #fff;
  display: inline-block;
  vertical-align: top;
  border: 0;
  margin: -4px 0 0 0;
  max-width: 350px;
  background: #E2007A;
  text-align: center;
}

.product-block.error a:hover {
  text-decoration: none;
  background: #E2007A !important;
}

#maincontent .no-servicepack {
  background: #f5f5f5;
  padding: 25px 0 25px 0;
  position: relative;
  margin: 50px 0 0 0px;
  font-weight: bold;
}

#maincontent .no-servicepack:before {
  content: "";
  position: absolute;
  background: #f5f5f5;
  height: 100%;
  right: 100%;
  width: 200%;
  top: 0px;
}

#maincontent .no-servicepack::after {
  content: "";
  position: absolute;
  background: #f5f5f5;
  height: 100%;
  left: 100%;
  width: 200%;
  top: 0px;
  content: "";
  font-family: "icons-blank-theme";
  color: #E2007A;
  font-size: 100px;
}

.catalog-product-view .page-main .bundle-options-container .product-add-form .bundle-options-wrapper .product-options-wrapper .fieldset .fieldset-bundle-options .option .control select.bundle.option {
  height: 50px;
}

.catalog-product-view .column.details .block.related ol li.product-item .price-box .price, .catalog-product-view .column.details .block.related ol li.product-item .price-box .price strong {
  margin: 7px 0 4px;
}

.product-items .product-item .product-image-wrapper .product-image-photo {
  height: 100%;
}

.info-holder.update-holder {
  margin: 0 auto 42px;
}
.info-holder.update-holder .col {
  font: 300 13px/19px "Open Sans", Arial, Helvetica, sans-serif;
  width: 32%;
  text-align: left;
  margin-bottom: 20px;
  padding: 0 20px;
}
.info-holder.update-holder .col a {
  color: #eb4da2;
  font-weight: 600;
}
.info-holder.update-holder .col p {
  margin: 0 0 5px;
}
.info-holder.update-holder .col .title {
  font: 400 17px/20px "Open Sans", Arial, Helvetica, sans-serif;
  margin: 0 0 5px;
}

.newsletterClose {
  opacity: 0;
}

.page-footer {
  background: #e8e9e9;
  padding: 32px 0;
  width: 943px;
  margin: 0 auto;
  position: relative;
}
.page-footer .go-to-top {
  background: url(../images/sprite.png) no-repeat -53px 0;
  position: absolute;
  left: 50%;
  top: -10px;
  text-indent: -9999px;
  overflow: hidden;
  width: 46px;
  height: 24px;
  margin: 0 0 0 -23px;
  box-shadow: 0 1px 19px -1px rgba(50, 50, 50, 0.09);
  -webkit-box-shadow: 1px 19px -1px rgba(50, 50, 50, 0.09);
  z-index: 5;
  -webkit-transition: all 350ms;
  -moz-transition: all 350ms;
  -o-transition: all 350ms;
  transition: all 350ms;
}
.page-footer .go-to-top:hover {
  top: -15px;
}
.page-footer .slide-block {
  font-weight: 300;
  float: left;
  padding: 0 0 33px;
  position: relative;
}
.page-footer .slide-block .title {
  float: left;
  margin: 0 15px 0 0;
  font-weight: 300;
}
.page-footer .slide-block .holder {
  float: left;
}
.page-footer .show-mobile-slide {
  display: none;
}
@media only screen and (max-width: 767px) {
  .page-footer .show-mobile-slide {
    display: block;
    margin-bottom: -10px;
  }
}
.page-footer .footer-row {
  float: left;
  position: relative;
  width: 100%;
}
.page-footer .footer-row .col {
  float: left;
  width: 316px;
  padding: 0 0 0 32px;
}
.page-footer .footer-row .col.first {
  padding-left: 15px;
  width: 35%;
}
.page-footer .footer-row .col.first .footer-section {
  float: left;
  position: relative;
  width: 100%;
  margin: 12px 0 0 0;
  overflow: hidden;
  font-size: 13px;
  line-height: 17px;
}
.page-footer .footer-row .col.first .footer-section .payment-block {
  float: none;
  padding: 0;
  text-align: left;
}
.page-footer .footer-row .col.first .footer-section .payment-block a {
  margin: 0 3px 5px;
}
.page-footer .footer-row .col.first .footer-section .payment-block img {
  vertical-align: top;
}
.page-footer .footer-row .col.second {
  padding: 0;
  width: 27%;
}
.page-footer .footer-row .col.third {
  float: right;
  padding: 0 15px 0 0;
  text-align: right;
  width: 34%;
}
.page-footer .footer-row .col .block.newsletter {
  width: 100%;
  max-width: initial;
}
.page-footer .footer-row .col .block.newsletter label {
  color: #E2007A;
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 16px;
  display: block;
}
.page-footer .footer-row .col .block.newsletter .field {
  margin: 0;
}
.page-footer .footer-row .col .block.newsletter .field .control {
  float: none;
  margin: 0 0 10px;
}
.page-footer .footer-row .col .block.newsletter .field .control:before {
  content: "";
}
.page-footer .footer-row .col .block.newsletter .field .control input {
  width: 80%;
  background: #fff none repeat scroll 0 0;
  border: 1px solid #dbdcdc;
  border-radius: 7px;
  box-sizing: border-box;
  display: inline-block;
  font-size: 14px;
  height: 29px;
  line-height: 18px;
  margin: 0;
  padding: 5px 15px;
  vertical-align: top;
}
.page-footer .footer-row .col .block.newsletter .add-newsletter-text {
  float: left;
  line-height: normal;
  margin: -5px 0 10px;
  position: relative;
  width: 100%;
  font-size: 0.7em;
}
.page-footer .footer-row .col .block.newsletter .actions {
  float: right;
  width: auto;
}
.page-footer .footer-row .col .block.newsletter .actions button {
  background: transparent none repeat scroll 0 0;
  border: 0 none;
  cursor: pointer;
  margin: 0;
  overflow: visible;
  padding: 0;
  width: 100%;
}
.page-footer .footer-row .col .block.newsletter .actions button span {
  padding: 3px 7px;
  color: #fff;
  display: inline-block;
  vertical-align: top;
  border: 0;
  margin: 0;
  max-width: 150px;
  background: #E2007A;
  text-transform: uppercase;
  text-align: center;
  font: 300 13px/16px "Open Sans", Arial, Helvetica, sans-serif;
}
.page-footer .footer-row .col .logo-holder {
  float: right;
  margin: 0 0 0 10px;
  position: relative;
  text-align: right;
  width: 100%;
}
.page-footer .footer-row .col .logo-holder .leitbetriebe {
  max-width: 130px;
  position: relative;
  top: 20px;
}
.page-footer .footer-row .col .logo-holder .description {
  display: none;
}
.page-footer .footer-row .col .logo-holder .euro-label {
  max-width: 100px;
}
.page-footer .footer-row .col .logo-holder .footer-section.hide-mobile {
  float: right;
  width: 130px;
}
.page-footer .footer-nav ul {
  font-size: 0.8em;
  font-weight: normal;
  list-style: outside none none;
  margin: 0 0 25px;
  padding: 0;
  text-transform: uppercase;
}
.page-footer .footer-nav ul li {
  padding: 0 0 10px;
  margin: 0;
}
.page-footer .footer-nav ul li a {
  color: #4d4d4d;
  text-decoration: none;
}
.page-footer .footer-nav ul li a:hover {
  color: #E2007A;
}
.page-footer .footer-logo {
  float: left;
  position: relative;
  text-align: center;
  width: 100%;
}
.page-footer .footer-logo img {
  margin-bottom: 15px;
  position: relative;
  width: 51px;
}
.page-footer .footer-logo address {
  font-size: 0.8em;
  font-style: normal;
  line-height: 1.35;
}
.page-footer .footer-logo address .phone {
  color: #4d4d4d;
  cursor: default;
}

.footerSEOLinks {
  float: left;
  margin: 5% 2% 0;
  position: relative;
  width: 96%;
}
.footerSEOLinks .seoBlock {
  float: left;
  font-size: 0.7em;
  line-height: normal;
  position: relative;
  width: 25%;
}
.footerSEOLinks .seoBlock:nth-child(n+3) {
  text-align: right;
}
.footerSEOLinks .seoBlock img {
  vertical-align: top;
}
.footerSEOLinks .seoBlock ul {
  width: 100%;
  list-style: none;
}
.footerSEOLinks .seoBlock ul li {
  margin: 0;
}
.footerSEOLinks .seoBlock a {
  color: #808080;
}

.page-footer .footer-row .col .block.newsletter .field .control input {
  border-radius: 0;
}

.page-footer {
  margin: 158px auto 0 auto;
}

.cms-home .page-footer {
  margin: 257px auto 0 auto;
}

.page-footer::before {
  content: "";
  background: url("/pub/static/version1606752250/frontend/rubikon/haude/de_DE/images/bg-cloud.png") no-repeat 26px 0;
  width: 100%;
  height: 160px;
  display: block;
  border-top: 1px solid #f5f5f5;
  margin: -290px 0 140px 0;
  background-size: 100%;
  background-position: 0px 0px;
}

.catalog-product-view .page-footer::before {
  display: none;
}
.catalog-product-view .page-footer {
  margin: 0 auto 0 auto;
}

.account .page-footer {
  margin: 210px auto 0 auto;
}
.account .page-footer::after {
  content: "";
  width: 300%;
  height: 1px;
  display: block;
  border-top: 1px solid #f5f5f5;
  margin: -300px 0 140px 0;
  position: absolute;
  left: -100%;
}

.custom-block-customer-login .modal-inner-wrap {
  margin: 200px auto 0 auto;
  width: 500px;
}
.custom-block-customer-login .block-content {
  width: 430px;
}
.custom-block-customer-login .block-title {
  text-align: center;
  margin: 0 0 10px;
  color: #E2007A;
  font: 28px/30px "Tinos", Arial, Helvetica, sans-serif;
}
.custom-block-customer-login .block-title b, .custom-block-customer-login .block-title strong {
  font-weight: 100;
}
.custom-block-customer-login .field.note {
  text-align: center;
  width: 100%;
}
.custom-block-customer-login .actions-toolbar .login {
  width: 150px;
  height: auto;
  padding: 10px 0 10px 0;
  cursor: pointer;
  background: #E2007A;
  text-transform: uppercase;
  color: #fff;
  border: 0;
  text-align: center;
  display: block;
}
.custom-block-customer-login .actions-toolbar .login:hover {
  opacity: 0.8;
}

.account .page-title-wrapper,
.account .page.messages,
.account .columns {
  max-width: 940px;
  margin: 0 auto;
}
.account a.action {
  display: block;
}
.account .columns .column.main {
  width: 74%;
  float: right;
  padding: 0 10px;
  position: relative;
  font-size: 14px;
}
.account .columns .column.main .required-field-descr {
  position: absolute;
  top: 288px;
  right: 24px;
  font-size: 11px;
  font-weight: 700;
  color: #E2007A;
}
.account .columns .column.main .pink {
  color: #E2007A;
}
.account .columns .column.main .page-title-wrapper {
  border-bottom: 1px solid #ccc;
  margin: 0 0 25px;
}
.account .columns .column.main .page-title-wrapper .page-title {
  font-size: 30px;
  line-height: 30px;
  margin: 0 0 13px;
}
.account .columns .column.main .block .block-title strong {
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  background-position: 0 0;
  background-repeat: no-repeat;
  color: #E2007A;
}
.account .columns .column.main .box-information,
.account .columns .column.main .box-newsletter,
.account .columns .column.main .box-billing-address,
.account .columns .column.main .box-shipping-address {
  position: relative;
}
.account .columns .column.main .box-information .action.edit,
.account .columns .column.main .box-newsletter .action.edit,
.account .columns .column.main .box-billing-address .action.edit,
.account .columns .column.main .box-shipping-address .action.edit {
  position: absolute;
  top: 0;
  right: 0;
}
.account .columns .column.main .block-dashboard-addresses .action.edit {
  float: right;
}
.account .columns .column.main .block-dashboard-addresses,
.account .columns .column.main .block-dashboard-info {
  border: 1px solid #ccc;
  font-size: 13px;
  padding: 15px;
  margin: 0 0 20px;
}
.account .columns .column.main .block-dashboard-addresses .block-title,
.account .columns .column.main .block-dashboard-info .block-title {
  border-bottom: 1px solid #d9dde3;
  margin: 0 0 10px;
}
.account .columns .column.main .block-dashboard-addresses .block-title > strong,
.account .columns .column.main .block-dashboard-info .block-title > strong {
  font-size: 13px;
  font-weight: 700;
}
.account .columns .column.main .block-dashboard-addresses .box-title span,
.account .columns .column.main .block-dashboard-info .box-title span {
  font-size: 13px;
}
.account .columns .column.main .block-dashboard-addresses .box-content,
.account .columns .column.main .block-dashboard-info .box-content {
  line-height: 18px;
}
.account .columns .column.main form legend {
  margin: 0 0 10px 0;
}
.account .columns .column.main form legend span {
  font: 22px/26px "Tinos", Arial, Helvetica, sans-serif;
  color: #E2007A;
}
.account .columns .column.main form .fieldset > .fields > .field.required > .label,
.account .columns .column.main form .fieldset > .field.required > .label {
  position: relative;
}
.account .columns .column.main form .fieldset > .fields > .field.required > .label::after,
.account .columns .column.main form .fieldset > .field.required > .label::after {
  color: #E2007A;
  position: absolute;
  margin: 0;
  top: 4px;
}
.account .columns .column.main form .fieldset .field {
  margin-bottom: 12px;
}
.account .columns .column.main form .fieldset.info,
.account .columns .column.main form .fieldset.password {
  border: 1px solid #bbafa0;
  padding: 22px 25px 12px 33px;
  margin: 0 0 15px;
}
.account .columns .column.main form select,
.account .columns .column.main form input {
  height: 24px;
}
.account .columns .column.main form select {
  padding: 0;
}
.account .columns .column.main form input {
  padding: 0 4px 1px;
}
.account .columns .column.main form .label {
  font-size: 14px;
  font-weight: 500;
  width: 100%;
  text-align: left;
  margin: 0 0 5px;
}
.account .columns .column.main form .field.choice .label {
  vertical-align: bottom;
  line-height: 23px;
}
.account .columns .column.main form .fieldset.password .field.password,
.account .columns .column.main form .fieldset.password .field.email {
  width: 49%;
}
.account .columns .column.main form .fieldset.password .field.password.new,
.account .columns .column.main form .fieldset.password .field.password.confirm {
  float: left;
}
.account .columns .column.main form .fieldset.info {
  position: relative;
}
.account .columns .column.main form .fieldset.info .field.gender {
  position: absolute;
  top: 56px;
  left: 33px;
}
.account .columns .column.main form .fieldset.info .field.fullname {
  margin-top: 66px;
}
.account .columns .column.main form .fieldset.info .fieldset-fullname {
  position: relative;
  margin-bottom: 50px;
}
.account .columns .column.main form .fieldset.info .fieldset-fullname .field-name-middlename,
.account .columns .column.main form .fieldset.info .fieldset-fullname .field-name-lastname,
.account .columns .column.main form .fieldset.info .fieldset-fullname .field-name-firstname {
  width: 32%;
  position: absolute;
}
.account .columns .column.main form .fieldset.info .fieldset-fullname .field-name-firstname {
  left: 33%;
}
.account .columns .column.main form .fieldset.info .fieldset-fullname .field-name-middlename {
  left: 0;
}
.account .columns .column.main form .fieldset.info .fieldset-fullname .field-name-lastname {
  left: 66%;
}
.account .columns .column.main form .fieldset.info .field.choice {
  margin-bottom: 0;
}
.account .columns .column.main form .fieldset.info .field.choice:before {
  width: 0;
}
.account .columns .column.main .actions-toolbar {
  margin: 0 0 20px 0;
  padding-top: 8px;
  clear: both;
}
.account .columns .column.main .actions-toolbar .primary {
  float: right;
}
.account .columns .column.main .actions-toolbar .primary button {
  background: #E2007A;
  border: 0 none;
  cursor: pointer;
  margin: 0;
  overflow: visible;
  padding: 4px 10px;
  width: auto;
  border-radius: 0;
}
.account .columns .column.main .actions-toolbar .primary button:hover {
  background: #E2007A;
}
.account .columns .column.main .actions-toolbar .primary button span {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 17px;
}
.account .columns .column.main .actions-toolbar .secondary {
  float: left;
}
.account .columns .column.main .actions-toolbar .secondary:before {
  content: "«";
  float: left;
  font-size: 19px;
  margin: 5px 5px 0 0;
  color: #E2007A;
}
.account .columns .column.main .block-addresses-default {
  float: left;
  width: 100%;
}
.account .columns .column.main .block-addresses-default .block-content .box.box-address-billing {
  width: 48%;
  float: left;
}
.account .columns .column.main .block-addresses-default .block-content .box.box-address-shipping {
  width: 48%;
  float: right;
}
.account .columns .column.main .block-addresses-list {
  float: left;
  width: 100%;
}
.account .columns .column.main .block-addresses-list table .col {
  width: auto;
  float: left;
  display: block;
  padding: 5px 15px 5px 0;
}
.account .columns .column.main .block-addresses-list table .col.firstname {
  width: 90px;
  overflow: hidden;
  font-size: 12px;
}
.account .columns .column.main .block-addresses-list table .col.lastname {
  width: 125px;
  overflow: hidden;
  font-size: 12px;
}
.account .columns .column.main .block-addresses-list table .col.streetaddress {
  width: 164px;
  overflow: hidden;
  font-size: 12px;
}
.account .columns .column.main .block-addresses-list table .col.city {
  width: 75px;
  overflow: hidden;
  font-size: 12px;
}
.account .columns .column.main .block-addresses-list table .col.country {
  width: 80px;
  padding-left: 5px;
  overflow: hidden;
  font-size: 12px;
}
.account .columns .column.main .block-addresses-list table .col.zip {
  width: 54px;
  overflow: hidden;
  font-size: 12px;
}
.account .columns .column.main .block-addresses-list table .col.phone {
  width: 107px;
  overflow: hidden;
  display: none;
  font-size: 12px;
}
.account .columns .column.main .block-addresses-list table .col.actions {
  width: 100%;
  border: 0px;
  font-size: 12px;
}
.account .columns .column.main .block-addresses-list table tbody tr .col:before {
  display: none;
}
.account .columns .column.main .block-addresses-default,
.account .columns .column.main .block-addresses-list {
  margin-bottom: 20px;
}
.account .columns .column.main .block-addresses-default .block-title strong,
.account .columns .column.main .block-addresses-list .block-title strong {
  color: #0A263C;
}
.account .columns .column.main .block-addresses-default .block-content .empty,
.account .columns .column.main .block-addresses-list .block-content .empty {
  font-weight: bold;
}
.account .columns .column.main .block-addresses-default .block-content .box,
.account .columns .column.main .block-addresses-list .block-content .box {
  border: 1px solid #ccc;
  padding: 10px 13px;
  margin: 0 0 10px;
  width: 100%;
  box-sizing: border-box;
}
.account .columns .column.main .block-addresses-default .block-content .box .box-title span,
.account .columns .column.main .block-addresses-list .block-content .box .box-title span {
  margin: 15px 0 5px;
  font-weight: bold;
  font-size: 13px;
}
.account .columns .column.main .block-addresses-default .block-content .box .box-actions a,
.account .columns .column.main .block-addresses-list .block-content .box .box-actions a {
  font-weight: bold;
}
.account .columns .sidebar {
  width: 24%;
  padding: 0 4px;
  float: left;
}
.account .columns .sidebar.sidebar-main .account-nav .account-nav-title {
  margin-bottom: 8px;
  background: #E2007A;
  border: 0;
  padding: 8px 10px;
  color: #fff;
  text-transform: uppercase;
  font-size: 17px;
  line-height: 20px;
}
.account .columns .sidebar.sidebar-main .account-nav .content {
  background: #ffffff;
  padding-top: 0;
}
.account .columns .sidebar.sidebar-main .account-nav .content li a {
  display: block;
  border-bottom: 1px solid #ddd;
  padding: 0 0 5px;
  color: #5f5d5c;
  text-decoration: none;
  font-size: 13px;
  text-indent: 6px;
}
.account .columns .sidebar.sidebar-main .account-nav .content li a:before {
  content: "»";
  float: left;
  font-size: 19px;
  margin-left: 2px;
  margin-top: -1px;
}
.account .columns .sidebar.sidebar-main .account-nav .content li a:hover {
  color: #E2007A;
  background: #ffffff;
}
.account .columns .sidebar.sidebar-main .account-nav .content li a.last {
  border-bottom: 0;
}
.account .columns .sidebar.sidebar-main .account-nav .content li.current {
  border-bottom: 0;
  color: #E2007A;
}
.account .columns .sidebar.sidebar-main .account-nav .content li.current strong {
  color: #E2007A;
  border-left: 0;
  text-indent: 6px;
  padding: 0 0 5px;
  font-size: 13px;
  border-bottom: 1px solid #ddd;
}
.account .columns .sidebar.sidebar-main .account-nav .content li.current strong:before {
  content: "»";
  float: left;
  font-size: 19px;
  margin-left: 5px;
  margin-top: -1px;
  font-weight: 300;
}
.account .page-main {
  padding: 160px 0 0;
}
.account .form-edit-payment .required-field-descr {
  top: inherit;
}

.customer-account-create .field.choice.newsletter, .customer-account-forgotpassword .field.choice.newsletter {
  width: 100%;
  float: left;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 20px 0 20px 0;
  margin: 0 0 50px 0;
}
.customer-account-create .fieldset .fullname .field .label, .customer-account-forgotpassword .fieldset .fullname .field .label {
  text-align: left;
}
.customer-account-create .fieldset > .field:not(.choice) > .label, .customer-account-forgotpassword .fieldset > .field:not(.choice) > .label {
  text-align: left;
}
.customer-account-create .fieldset .legend, .customer-account-forgotpassword .fieldset .legend {
  margin-left: 0;
  display: block;
  width: 100%;
  float: left;
  margin: 20px 0 20px 0;
  border-top: 1px solid #ccc;
  padding: 20px 0 0px 0;
  font-style: italic;
  font-size: 16px;
}
.customer-account-create .form.create.account, .customer-account-create .form.password.forget, .customer-account-forgotpassword .form.create.account, .customer-account-forgotpassword .form.password.forget {
  width: 100%;
}

.customer-account-login .column:not(.sidebar-main) form .actions-toolbar, .customer-account-login .column:not(.sidebar-additional) form .actions-toolbar, .customer-account-login .login-container .fieldset::after {
  margin-left: 0;
}
.customer-account-login .login-container .fieldset > .field > .control {
  width: 73%;
}
.customer-account-login .fieldset > .field:not(.choice) > .label {
  text-align: left;
}

.additional-addresses table {
  width: 102%;
  max-width: 105%;
}
.additional-addresses table thead th {
  border-bottom: 0px solid #cccccc !important;
}
.additional-addresses table tr {
  border-bottom: 1px solid #cccccc;
}

.account .additional-addresses a.action {
  display: block;
  float: left;
}

.account table:not(.cart):not(.totals) > thead > tr > th, .account .table:not(.cart):not(.totals) > thead > tr > td {
  font-size: 11px;
  line-height: 14px;
}
.account .action.download {
  background: none;
  color: #E2007A;
  width: auto;
  display: inline-block;
  padding: 1px 5px 2px 5px;
}
.account .action.download:hover {
  text-decoration: underline;
  background: #none;
}
.account .downloadable-products table thead th {
  border-bottom: 0px solid #cccccc !important;
}
.account .downloadable-products table tr {
  border-bottom: 1px solid #cccccc;
}

.order-details-items .table-order-items td.col.name strong {
  font-weight: 700;
}

.table-downloadable-products .product-serialnumber {
  display: block;
}
.table-downloadable-products .product-subtitle {
  font-size: 10px;
  margin-bottom: 5px;
  position: relative;
  top: -5px;
}

.table-wrapper.orders-history {
  border-bottom: 1px solid #d1d1d1;
}

.account-nav .item.current a {
  border-color: #E2007A;
}

.account .columns .sidebar.sidebar-main .account-nav .content li a::before {
  display: none;
}

.downloadable-customer-products .downloadable-products-goto {
  float: right;
  position: absolute;
  right: 0px;
  margin: 12px 11px 0 0;
}

.customer-account-forgotpassword .actions-toolbar .primary {
  float: right;
}

.customer-account-forgotpassword .actions-toolbar .secondary {
  float: left;
}

.customer-account-forgotpassword .actions-toolbar {
  margin-left: 0px !important;
}

#login-popup .actions-toolbar .secondary {
  float: none;
  width: 100%;
  text-align: right;
  margin: 10px 0 0 0;
}

#login-popup .custom-block-customer-login .actions-toolbar .login {
  margin: 0px;
}

#login-popup .primary {
  float: right;
}

.customer-account-payment #required-field-descr {
  top: inherit;
}

.customer-account-edit #required-field-descr {
  top: inherit;
}

.customer-address-index .box.box-shipping-address {
  max-width: 50%;
  min-height: 172px;
}

.customer-payment-info {
  margin-bottom: 20px;
}

.customer-payment-info-bottom {
  margin-top: 30px;
}

.form-create-account {
  margin-top: 50px;
}

.customer-account-create .field.gender {
  width: 50%;
}

.form-create-account fieldset, .form-create-account .formrow fieldset, .form-create-account .fieldset.create {
  margin: 0px 0 0px 0;
  width: 100%;
  border-top: 0px solid #ccc;
  padding: 0px;
  float: left;
}

.form-create-account .actions-toolbar {
  float: left;
  width: 100%;
  border-top: 1px solid #ccc;
  padding: 20px 0 0 0;
  margin: 30px 0 60px 0 !important;
  margin-left: 0px;
}

.formrow {
  float: left;
  width: 100%;
  position: relative;
  margin: 25px 0 0px 0;
}
.formrow .label {
  font-weight: 600;
  font-size: 14px;
  margin: 0 0 4px 0;
  display: block;
}
.formrow .field.gender {
  width: 100%;
}

.forminput.forminput-50 {
  width: 48%;
  float: left;
  position: relative;
}
.forminput.forminput-50:nth-child(even) {
  float: right;
}

.forminput.forminput-100 {
  float: left;
  width: 100%;
  position: relative;
}

.password-strength-meter {
  background-color: #eee;
  height: 32px;
  line-height: 32px;
  padding: 0 9px;
  position: relative;
  z-index: 1;
  font-size: 12px;
  opacity: 0.4;
}

.account #account-nav-title {
  margin-bottom: 8px;
  background: #E2007A;
  border: 0;
  padding: 8px 10px;
  color: #fff;
  text-transform: uppercase;
  font-size: 17px;
  line-height: 20px;
}
.account .block-collapsible-nav .content {
  background: none;
  padding: 0px;
}
.account .block-collapsible-nav .content li.current {
  border-bottom: 0;
  color: #E2007A;
}
.account .block-collapsible-nav .content li.current strong {
  color: #E2007A;
  border-left: 0;
  text-indent: 6px;
  padding: 0 0 5px;
  font-size: 13px;
  border-bottom: 1px solid #ddd;
}
.account .block-collapsible-nav .content li.current strong:before {
  content: "»";
  float: left;
  font-size: 19px;
  margin-left: 5px;
  margin-top: -1px;
  font-weight: 300;
}
.account .block-collapsible-nav .content li a:hover {
  color: #E2007A;
  background: #ffffff;
}
.account .block-collapsible-nav .content li a {
  display: block;
  border-bottom: 1px solid #ddd;
  padding: 0 0 5px;
  color: #5f5d5c;
  text-decoration: none;
  font-size: 13px;
  text-indent: 6px;
}

.block-minicart .actions .checkout {
  padding: 10px 17px 10px 54px;
  position: relative;
  font-weight: 300;
  font-size: 17px;
  line-height: 20px;
  text-align: center;
  margin: 0 10px 0 0;
  float: left;
  background: #E2007A;
  border: 0;
  text-transform: uppercase;
  border-radius: 0;
}
.block-minicart .actions .checkout:hover {
  opacity: 0.9;
}
.block-minicart .viewcart {
  padding: 10px 17px 10px 17px;
  position: relative;
  text-align: center;
  background: #4d4d4d;
  color: #ffffff;
  border: 0;
  text-transform: uppercase;
  border-radius: 0;
  margin: 22px 0 0 0;
  display: block;
  opacity: 0.85;
}
.block-minicart .viewcart:hover {
  color: #ffffff;
  opacity: 1;
}
.block-minicart .minicart-items .product-item-name a {
  color: #4d4d4d;
  font-weight: 600;
}
.block-minicart .minicart-items .product-item-name a:hover {
  color: #E2007A;
}
.block-minicart .productname-subtitle {
  font-size: 12px;
  position: relative;
  top: -9px;
}
.block-minicart .product.options.list .recurring_text {
  font-size: 12px;
  font-style: italic;
  margin: 5px 0;
  max-width: 80%;
}

.cart.table-wrapper .product-item-photo {
  display: block;
  max-width: 100%;
  margin-right: 20px;
  position: static;
  vertical-align: top;
  width: 20%;
  float: left;
}

.checkout-cart-index .cart-summary {
  z-index: 10;
}
.checkout-cart-index .cart-summary .title {
  font: 700 17px/20px "Open Sans", Arial, Helvetica, sans-serif;
}
.checkout-cart-index .cart-summary .block .title, .checkout-cart-index .cart-summary .block #discount-coupon-form, .checkout-cart-index .cart-summary .block #shipping-zip-form {
  font-size: 14px !important;
}
.checkout-cart-index .cart-summary .block strong {
  font-size: 14px !important;
}
.checkout-cart-index .cart-summary .mark {
  float: left;
  width: 106px;
}
.checkout-cart-index .totals td, .checkout-cart-index .totals th {
  font-size: 14px !important;
}
.checkout-cart-index .totals td .title, .checkout-cart-index .totals th .title {
  font-size: 14px !important;
  font-weight: 400;
}
.checkout-cart-index .cart-totals .totals-tax-summary .amount .price {
  margin-right: 0px;
  padding-right: 0px;
}
.checkout-cart-index .cart-totals .totals-tax-summary .amount .price::after,
.checkout-cart-index .block > .title::after,
.checkout-cart-index .paypal-review-discount .block > .title::after {
  position: absolute;
  right: -10px;
  top: 7px;
}
.checkout-cart-index .cart-totals .totals-tax-summary .amount .price::after {
  top: 0px;
  right: 90px;
}
.checkout-cart-index .cart .product-item-details .product-item-name {
  font-weight: 700;
}
.checkout-cart-index .subtitle {
  font-size: 12px;
}
.checkout-cart-index .info-text {
  margin: 5px 0;
  font-style: italic;
}

.checkout-cart-index .crosssell .products-grid .product-item {
  width: 33%;
}
.checkout-cart-index .crosssell .title strong {
  color: #E2007A;
  font: 39px/43px "Tinos", Arial, Helvetica, sans-serif !important;
}
.checkout-cart-index .crosssell .product-item-name, .checkout-cart-index .crosssell .product-item-name a {
  font: 700 17px/20px "Open Sans", Arial, Helvetica, sans-serif;
  hyphens: none;
  word-wrap: inherit !important;
}
.checkout-cart-index .crosssell ul {
  margin: 0 0 0 13px;
}
.checkout-cart-index .crosssell .product.photo.product-item-photo {
  display: block;
  float: left;
  width: 100%;
  height: 210px;
  position: relative;
}
.checkout-cart-index .crosssell .product-image-container {
  display: block;
  max-width: 100%;
  width: 100%;
  float: left;
  height: 100%;
}
.checkout-cart-index .crosssell .product-image-wrapper {
  display: block;
  height: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  width: 100%;
}
.checkout-cart-index .crosssell .product-image-photo {
  display: block;
  max-width: inherit;
  width: auto;
  height: 100%;
}
.checkout-cart-index .crosssell .product-item-info {
  max-width: 100%;
  width: 100%;
}

.block.crossselladd {
  background: #f5f5f5;
  position: relative;
}
.block.crossselladd .block-title.title {
  margin: 10px 0 10px 2.5%;
  display: block;
  float: left;
  padding: 0;
  width: 90%;
  color: #E2007A;
  font: 39px/43px "Tinos", Arial, Helvetica, sans-serif;
}
.block.crossselladd .product-item .price-box {
  min-height: 106px;
}
.block.crossselladd .item.product.product-item {
  width: 31%;
  margin: 0 2.5% 20px 0;
  background: #fff;
  padding: 0px 20px 20px 20px;
  min-height: 515px;
  position: relative;
}
.block.crossselladd .item.product.product-item .product-item-actions {
  position: absolute;
  bottom: 20px;
}
.block.crossselladd .item.product.product-item:last-child {
  margin-right: 0px;
}
.block.crossselladd .products.list.items.product-items {
  width: 97%;
  margin: 0 0 0px 2.5%;
  padding: 0 0 15px 0;
}
.block.crossselladd .product-image-wrapper {
  display: block;
  height: 140px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  width: 100%;
  float: left;
  top: 35px;
}
.block.crossselladd .product-image-photo {
  display: block;
  height: auto;
  margin: auto;
  height: auto !important;
  position: relative;
  width: 40%;
}
.block.crossselladd .product-item-info {
  max-width: 100%;
  width: 100%;
}
.block.crossselladd .product-item-name, .block.crossselladd .product.name a {
  font-weight: 700;
  font-size: 17px;
  min-height: 41px;
}
.block.crossselladd .product-image-container {
  display: inline-block;
  max-width: 100%;
  width: 100%;
}
.block.crossselladd .tax-details {
  display: block;
  min-height: 55px;
  float: left;
  width: 100%;
}

.checkout-cart-index #shopping-cart-table .product-item-details .item-options dt {
  display: block;
  width: 100%;
  float: left;
  margin: 0 0 0 0;
}

.modal-footer button, .modal-footer .action-primary {
  background: #fa0689;
  color: #fff;
  height: 35px;
  border: 0px;
  width: auto;
  margin: 0px 10px 0 0px;
  padding: 7px 15px;
}
.modal-footer button:hover, .modal-footer .action-primary:hover {
  background: #fa0689;
  color: #fff;
  height: 35px;
  border: 0px;
  width: auto;
  margin: 0px 10px 0 0px;
  padding: 7px 15px;
}

select {
  line-height: normal !important;
}

.catalog-product-view .page-main .bundle-options-container .product-add-form .bundle-options-wrapper .product-options-wrapper .fieldset .fieldset-bundle-options .option .control select.bundle.option {
  line-height: normal !important;
}

.account fieldset .field.choice::before, .account fieldset .field.no-label::before {
  padding: 0;
  width: auto;
}
.account fieldset input[type=checkbox] {
  display: none;
}
.account fieldset input[type=checkbox] + label::before {
  width: 16px;
  height: 16px;
  border-radius: 0px;
  border: 1px solid #E2007A;
  background-color: #fff;
  display: block;
  content: "";
  float: left;
  margin: 2px 10px 0 0;
  cursor: pointer;
}
.account fieldset input[type=checkbox]:checked + label::before {
  box-shadow: inset 0px 0px 0px 3px #fff;
  background-color: #E2007A;
}

.sendfriend-product-send .fieldset > .field:not(.choice) > .label {
  padding: 6px 15px 6px 0;
  text-align: left;
  width: 100%;
  box-sizing: border-box;
  float: left;
}
.sendfriend-product-send .fieldset.sender {
  width: 48%;
  float: left;
}
.sendfriend-product-send .fieldset.recipients {
  width: 48%;
  float: right;
}
.sendfriend-product-send .form-giftregistry-share .fieldset .field:not(.choice) .control, .sendfriend-product-send .form-giftregistry-edit .fieldset .field:not(.choice) .control, .sendfriend-product-send .form-add-invitations .fieldset .field:not(.choice) .control, .sendfriend-product-send .form-create-return .fieldset .field:not(.choice) .control, .sendfriend-product-send .form.send.friend .fieldset .field:not(.choice) .control {
  width: 100%;
}
.sendfriend-product-send .fieldset > .field > .label, .sendfriend-product-send .fieldset > .fields > .field > .label {
  font-weight: 500;
  font-size: 14px;
}
.sendfriend-product-send textarea {
  height: 154px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
}
.sendfriend-product-send fieldset .legend {
  margin: 10px 0 10px 0;
  border-bottom: 1px solid #ccc;
  width: 100%;
  float: left;
  padding: 0 0 10px 0;
  font-weight: 700;
  font-size: 14px;
}
.sendfriend-product-send .actions-toolbar {
  float: left;
  width: 100%;
  margin: 0px;
}
.sendfriend-product-send .column:not(.sidebar-main) form .actions-toolbar {
  margin: 0px;
  border-top: 1px solid #ccc;
  padding: 30px 0 30px 0;
}
.sendfriend-product-send .column:not(.sidebar-main) form .recipients .actions-toolbar {
  border-top: 0px solid #ccc;
  padding: 0px 0 0 0;
}
.sendfriend-product-send .form.send.friend .fieldset .additional .action.remove {
  margin: 0px;
  top: -14px;
  padding: 10px 0px 0 0;
  border-top: 1px dashed #ccc;
  float: left;
  width: 100%;
  display: block;
  left: 0;
  text-align: right;
}
.sendfriend-product-send .form.send.friend .fieldset .actions-toolbar:not(:first-child) > .secondary {
  float: right;
  margin: -40px 0 0 0;
}

#add-recipient-button {
  background: #4d4d4d !important;
}
#add-recipient-button span {
  color: #fff;
}

.payment-method textarea:hover, .payment-method input:hover {
  -webkit-appearance: auto;
}

.loadservicepack .fieldset {
  margin: 0px;
  padding: 0;
}

.form-list {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  float: left;
  position: relative;
  z-index: 20;
}
.form-list .field {
  position: relative;
  float: left;
  margin: 0 2% 0 0;
  width: 31%;
}

.loadservicepack-index-index .product-block ul > li {
  margin-top: 0rem;
  margin: 10px 0 10px 0px;
  float: left;
  width: 100%;
}
.loadservicepack-index-index label {
  width: 100%;
  float: left;
  display: block;
  margin: 0 0 5px 0;
}
.loadservicepack-index-index select {
  position: relative !important;
  border: 1px solid #c2c2c2 !important;
  height: 32px !important;
  width: 100% !important;
}
.loadservicepack-index-index .input-text {
  width: 100% !important;
}
.loadservicepack-index-index button {
  color: #ffffff;
}
.loadservicepack-index-index .buttons-set {
  width: 100%;
  margin: 50px 0 30px 0;
  position: relative;
  top: 22px;
}
.loadservicepack-index-index p.required {
  display: block;
  float: right;
  font-size: 13px;
  margin: 23px 3% 0 0;
}

.fieldset.create {
  margin: 50px 0 30px 0;
  width: 100%;
  border-top: 1px solid #ccc;
  padding: 30px 0 0 0;
}

.form-create-account .field .label span:after {
  content: "*";
}
.form-create-account .field.company .label span:after, .form-create-account .field.taxvat .label span:after, .form-create-account .field.region .label span:after, .form-create-account .field.field-name-middlename .label span:after {
  content: "";
}
.form-create-account .fieldset.address {
  margin: 0 0 0 0;
}
.form-create-account .fieldset.create.account {
  margin: 0 0 0 0;
}
.form-create-account .addNewsletterText {
  font-size: 12px;
  margin: -50px 0 0 0;
  line-height: 15px;
  width: auto;
  max-width: inherit;
  float: left;
}
.form-create-account .addNewsletterText.spans {
  width: 40%;
  float: right;
  margin: 0 0% 0 0px;
  padding: 0 0 0 5%;
  font-size: 17px;
  color: #fa0689;
  line-height: 30px;
}
.form-create-account .actions-toolbar .primary {
  float: right;
}
.form-create-account .actions-toolbar .secondary {
  float: left;
}
.form-create-account .actions-toolbar {
  margin-left: 0 !important;
  margin: 0 0 50px 0;
}

.form-login .field.email {
  width: 100% !important;
}

input:hover {
  -webkit-appearance: auto;
}

.downloadable-download-sample .page-title-wrapper {
  text-align: center;
}
.downloadable-download-sample .column.main {
  width: 100%;
  display: inline-block;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.downloadable-download-sample #maincontent .column.main .product-block {
  float: left;
}
.downloadable-download-sample #maincontent .column.main .product-block::after {
  width: 160%;
}
.downloadable-download-sample #sampleForm .button {
  background: #E2007A;
  border: 0px;
  color: #ffffff;
  -webkit-transition: all 350ms;
  -moz-transition: all 350ms;
  -o-transition: all 350ms;
  transition: all 350ms;
}
.downloadable-download-sample #sampleForm .button:hover {
  background: #fa0689;
}
.downloadable-download-sample #maincontent .column.main .product-block {
  float: left;
  width: 100%;
}
.downloadable-download-sample .buttons-set {
  float: left;
  width: 100%;
  margin: 30px 0 0px 0;
}
.downloadable-download-sample .product-block #sampleForm ul > li {
  margin-top: 0px;
  margin: 0px 0 0px 0px;
}
.downloadable-download-sample .product-name {
  font-weight: 700;
}
.downloadable-download-sample p.required {
  display: block;
  float: left;
  width: 100%;
  margin: 10px 0 0 0px;
}
.downloadable-download-sample .form-list {
  width: 100%;
}
.downloadable-download-sample .field label {
  font-weight: 700;
  padding: 0 0 3px 0;
  float: left;
  width: 100%;
  display: block;
}
.downloadable-download-sample .field label em {
  color: #e02b27;
  font-size: 1.2rem;
  margin: 0 0 0 0px;
}
.downloadable-download-sample .form-list .field {
  margin: 0 2% 15px 0;
}

.checkout-index-index .nav-sections {
  display: block;
}

.opc-block-shipping-information .shipping-information-title, .opc-block-summary > .title, .checkout-agreements-items .checkout-agreements-item-title {
  border-bottom: 0px solid #cccccc;
  padding-bottom: 10px;
  color: #333333;
  font: 700 17px/20px "Open Sans", Arial, Helvetica, sans-serif;
}

.opc-wrapper .step-title {
  border-bottom: 0px solid #cccccc;
  padding-bottom: 10px;
  color: #E2007A;
  font: 39px/43px "Tinos", Arial, Helvetica, sans-serif;
}

.opc-block-summary .totals th, .opc-block-summary .totals td, .opc-block-summary .mark, .opc-block-summary .price,
.opc-block-summary .items-in-cart > .title {
  font-size: 14px !important;
}

.opc-block-summary .column.main .block .items-in-cart .title strong {
  font-size: 14px;
  font-weight: 700;
}

.opc-summary-wrapper .opc-block-summary .cart-summary .mark {
  float: left;
  width: 106px;
}

.opc-block-summary .table-totals .totals-tax-summary .amount .price {
  display: block;
  text-decoration: none;
  padding-right: 0px;
  position: relative;
}

.opc-summary-wrapper .opc-block-summary .cart-totals .totals-tax-summary .amount .price::after {
  top: 0px;
  right: 90px;
  position: absolute;
}

.checkout-payment-method .payment-option-title .action-toggle {
  color: #E2007A;
}

button, .cart.table-wrapper .actions-toolbar > .action, .action-gift {
  background-image: none;
  background: #E2007A;
  border: 0px solid #E2007A;
  cursor: pointer;
  display: inline-block;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0;
  font-size: 14px;
  border-radius: 0px;
  border: 0 none;
  cursor: pointer;
  margin: 0;
  overflow: visible;
  padding: 4px 10px;
  width: auto;
}

button:hover, .cart.table-wrapper .actions-toolbar > .action:hover, .action-gift:hover {
  background-image: none;
  background: #c1056a;
  border: 1px solid #c1056a;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0;
  font-size: 14px;
  border-radius: 0px;
  border: 0 none;
  cursor: pointer;
  margin: 0;
  overflow: visible;
  padding: 4px 10px;
  width: auto;
}

#discount-form .actions-toolbar .primary .action {
  margin: 0 0px 0 0;
}

.checkout-agreement, .checkout-agreement button span {
  float: left;
  width: 100%;
  font-size: 12px;
  font-weight: 300;
  color: #4d4d4d;
  text-align: left;
}

.checkout-agreement {
  border-top: 1px solid #eee !important;
  padding: 5px 0 10px 0;
  margin: 0px !important;
}

.checkout-payment-method .payment-method-content {
  display: none;
  padding: 0 0 0px 0px;
}

.checkout-payment-method .checkout-billing-address .billing-address-details {
  line-height: 23px;
  padding: 0 0 0 0px;
  font-size: 14px;
}

.checkout-payment-method .checkout-billing-address {
  margin: 0 0 20px;
  border-top: 1px solid #ccc;
  padding: 14px 0 0 0;
}
.checkout-payment-method .checkout-billing-address input[type=checkbox] {
  margin: -4px 5px 0 0;
  position: relative;
  top: 0px;
  -webkit-appearance: checkbox;
}

.payment-method input[type=radio] {
  margin: -3px 5px 0 0;
}

.checkout-agreement button span {
  font-size: 14px;
}

.checkout-payment-method .payment-option-title {
  padding-left: 0;
}

.checkout-payment-method .payment-option-content {
  padding: 0 0 20px 0px;
}

.opc-wrapper .form-discount {
  max-width: 100%;
}

.payment-form-container {
  width: 280px !important;
  padding: 0 0px;
  margin: 0;
  background: #fff;
  overflow: hidden;
}

#payment-data-container {
  width: 260px !important;
  padding: 20px 0px 5px 0px;
  margin: 0;
  color: #4d4d4d;
  background: #fff;
  overflow: hidden;
  float: left;
}

#ingenico_cc_iframe {
  border: 0px solid #ccc !important;
}

.checkout-payment-method .payment-option-title {
  float: left;
  width: 100%;
}

.abs-action-remove, .cart.table-wrapper .action.help.map, .opc-wrapper .edit-address-link, .opc-block-shipping-information .shipping-information-title .action-edit, .action-auth-toggle, .checkout-payment-method .checkout-billing-address .action-cancel, .checkout-agreements-block .action-show, .cart-summary .block.giftcard .action.check, .gift-options .actions-toolbar .action-cancel, .table-comparison .wishlist.split.button > .action, .product-items .wishlist.split.button > .action, .paypal-button-widget .paypal-button, .abs-add-fields .action.remove, .form-giftregistry-share .action.remove, .form-giftregistry-edit .action.remove, .form-add-invitations .action.remove, .form-create-return .action.remove, .form.send.friend .action.remove {
  line-height: 10px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-weight: 700;
  font-size: 14px;
  color: #4d4d4d;
}
.abs-action-remove:hover, .cart.table-wrapper .action.help.map:hover, .opc-wrapper .edit-address-link:hover, .opc-block-shipping-information .shipping-information-title .action-edit:hover, .action-auth-toggle:hover, .checkout-payment-method .checkout-billing-address .action-cancel:hover, .checkout-agreements-block .action-show:hover, .cart-summary .block.giftcard .action.check:hover, .gift-options .actions-toolbar .action-cancel:hover, .table-comparison .wishlist.split.button > .action:hover, .product-items .wishlist.split.button > .action:hover, .paypal-button-widget .paypal-button:hover, .abs-add-fields .action.remove:hover, .form-giftregistry-share .action.remove:hover, .form-giftregistry-edit .action.remove:hover, .form-add-invitations .action.remove:hover, .form-create-return .action.remove:hover, .form.send.friend .action.remove:hover {
  color: #4d4d4d;
}

select {
  background: #ffffff;
  background-clip: border-box;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 32px;
  line-height: 1.42857143;
  padding: 0 9px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}

.checkout-index-index #shipping-method-buttons-container {
  width: 100%;
}
.checkout-index-index button, .checkout-index-index .cart.table-wrapper .actions-toolbar > .action, .checkout-index-index .action-gift {
  font: 300 14px/20px "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 400;
  color: #ffffff;
}
.checkout-index-index .addresses input, .checkout-index-index .addresses button, .checkout-index-index .addresses textarea, .checkout-index-index .addresses select {
  font: 300 14px/20px "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 400;
  color: #333333;
}
.checkout-index-index .addresses .action.action-select-shipping-item {
  background: #eee;
  color: #333333;
  margin: 40px 0 0 0;
}
.checkout-index-index .continue {
  color: #fff !important;
  background: #E2007A !important;
  width: auto !important;
  float: left;
  height: 50px !important;
  padding: 15px 50px !important;
  font-size: 18px !important;
}
.checkout-index-index #shipping-method-buttons-container {
  margin: 50px 0 0 0;
}
.checkout-index-index .checkout-shipping-method .actions-toolbar > .primary {
  float: left;
}

.opc-wrapper .shipping-address-item.selected-item::after {
  background: #E2007A;
}

.opc-wrapper .shipping-address-item.selected-item {
  border-color: #E2007A;
  min-height: 260px;
}

.cart-totals .totals-tax-summary .amount .price::after, .opc-block-summary .table-totals .totals-tax-summary .amount .price::after {
  display: none;
}

.opc-block-summary .table-totals .totals-tax-details {
  display: table-row;
}

.opc-block-summary .table-totals .totals-tax-summary .mark {
  border-bottom: 0px;
}

#ingenico_cc_iframe {
  min-height: 422px !important;
}

.opc-payment .payment-group .actions-toolbar {
  display: none;
}

iframe#ingenico_cc_iframe {
  display: none !important;
}

iframe#ingenico_cc_iframe.payframe-active {
  display: block !important;
  width: 281px !important;
}

.checkout-index-index .block.items-in-cart {
  margin: 0px 0 40px 0;
}
.checkout-index-index .block.items-in-cart .title strong {
  font: 700 17px/20px "Open Sans", Arial, Helvetica, sans-serif;
  color: #4d4d4d !important;
}

.checkout-index-index .block.items-in-cart .minicart-items {
  display: block !important;
}

.opc-block-summary .items-in-cart > .title::after {
  display: none;
}

#place-order-trigger-wrapper {
  margin: 5px 0 0 0;
  border-top: 1px solid #eee;
  float: left;
  padding: 20px 0 0 0;
  width: 100%;
}

.payment-method input[type=radio] {
  margin: -3px 5px 0 0;
}

.checkout-index-index input[type=radio], .checkout-index-index input[type=radio]:hover {
  -webkit-appearance: radio !important;
  -moz-appearance: radio !important;
  appearance: radio !important;
  cursor: pointer;
}

.checkout-index-index input[type=checkbox], .checkout-index-index input[type=checkbox]:hover {
  -webkit-appearance: checkbox !important;
  -moz-appearance: checkbox !important;
  appearance: checkbox !important;
  cursor: pointer;
}

.opc-block-shipping-information .shipping-information .ship-via {
  display: none;
}

.checkout-index-index .opc-wrapper {
  width: 33.33333333%;
  padding: 0 0 0 30px;
  float: right;
}
.checkout-index-index aside {
  width: 66.66666667%;
  margin-top: 0;
  float: left;
}

.opc-wrapper .step-title {
  font-weight: bold !important;
  margin: 0 0 5px !important;
  line-height: 16px !important;
  color: #4d4d4d !important;
  font: 700 16px/20px "Open Sans", Arial, Helvetica, sans-serif;
}

.checkout-billing-address, .checkout-shipping-address,
.checkout-payment-method {
  border: 1px solid #ccc;
  padding: 10px 0 20px 2.5%;
  margin: 0 0 20px 0 !important;
  float: left;
  width: 95%;
}

#checkoutSteps {
  float: left;
  width: 100%;
}

.shipping-address-details, .billing-address-details, .checkout-payment-method {
  font-size: 14px;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  position: relative;
}
.shipping-address-details .action.action-edit-address, .billing-address-details .action.action-edit-address, .checkout-payment-method .action.action-edit-address {
  position: absolute;
  right: 8px;
  top: -33px;
  cursor: pointer;
  background: inherit;
  background-image: inherit;
  background-size: inherit;
  background-image: url("../images/edit-black.svg");
  background-size: 100% 100%;
  text-indent: -9999px;
  height: 20px;
  opacity: 0.5;
}
.shipping-address-details .action.action-edit-address:hover, .billing-address-details .action.action-edit-address:hover, .checkout-payment-method .action.action-edit-address:hover {
  opacity: 0.9;
}

.checkout-billing-address fieldset {
  position: absolute;
  left: 0px;
  background: #fff;
  width: 400px;
  height: auto;
  left: 50%;
  margin: -87px 0 0 -230px;
  z-index: 999999;
  padding: 20px;
  -webkit-box-shadow: 0px 0px 25px 0px rgba(50, 50, 50, 0.13);
  -moz-box-shadow: 0px 0px 25px 0px rgba(50, 50, 50, 0.13);
  box-shadow: 0px 0px 25px 0px rgba(50, 50, 50, 0.13);
}
.checkout-billing-address fieldset .billing-address-form fieldset {
  position: relative;
  left: 0px;
  background: #fff;
  width: 100%;
  height: auto;
  left: 0%;
  margin: 0px 0 0 0px;
  z-index: 999999;
  padding: 0px;
  -webkit-box-shadow: 0px 0px 25px 0px rgba(50, 50, 50, 0);
  -moz-box-shadow: 0px 0px 25px 0px rgba(50, 50, 50, 0);
  box-shadow: 0px 0px 25px 0px rgba(50, 50, 50, 0);
}
.checkout-billing-address fieldset .billing-address-form fieldset .field:not(.choice) > .label,
.checkout-billing-address fieldset .billing-address-form fieldset .field {
  margin: 0px;
  font-size: 14px;
}
.checkout-billing-address .fieldset > .field:not(.choice) > .label {
  width: 100%;
  float: left;
  text-align: left;
  margin: 0 0 10px 0;
}
.checkout-billing-address .fieldset > .field:not(.choice) > .control {
  width: 100%;
  float: left;
}
.checkout-billing-address .actions-toolbar .action-cancel {
  margin: 0px 20px 0 0;
  margin-bottom: 0px;
}
.checkout-billing-address .billing-address-form fieldset .fieldset > .field {
  margin: 0 0 20px;
  box-sizing: border-box;
  margin: 0 0 0px;
  font-size: 14px;
}
.checkout-billing-address .billing-address-form fieldset .choice.field {
  width: 100% !important;
  float: left;
  margin: 10px 0 30px 0 !important;
  display: block;
  text-align: left;
}
.checkout-billing-address .billing-address-form fieldset .field.choice::before {
  padding: 0;
  width: 0;
  box-sizing: border-box;
  content: " ";
  float: left;
  height: 0;
}
.checkout-billing-address .billing-address-form fieldset .choice.field input[type=checkbox] {
  margin: -7px 5px 0 0;
}

.checkout-payment-method .payment-method _active .payment-method-content {
  position: absolute;
  left: 0px;
  background: #fff;
  width: 400px;
  height: auto;
  left: 50%;
  margin: -87px 0 0 100px;
  z-index: 999999;
  padding: 20px;
  -webkit-box-shadow: 0px 0px 25px 0px rgba(50, 50, 50, 0.13);
  -moz-box-shadow: 0px 0px 25px 0px rgba(50, 50, 50, 0.13);
  box-shadow: 0px 0px 25px 0px rgba(50, 50, 50, 0.13);
}

.checkout-index-index .totals.shipping .value {
  display: none !important;
}

.checkout-index-index .opc-block-summary .table-totals .totals-tax-summary .amount {
  border-bottom: 0px solid #d1d1d1;
}

.checkout-index-index .checkout-agreement .label {
  width: 98%;
  font-size: 13px;
}

.checkout-index-index .opc-wrapper .step-content {
  margin: 0 0 20px;
}

.checkout-shipping-address fieldset {
  position: absolute;
  left: 0px;
  background: #fff;
  width: 400px;
  height: auto;
  left: 50%;
  margin: -87px 0 0 -230px;
  margin-bottom: 0px;
  z-index: 999999;
  padding: 20px;
  -webkit-box-shadow: 0px 0px 25px 0px rgba(50, 50, 50, 0.13);
  -moz-box-shadow: 0px 0px 25px 0px rgba(50, 50, 50, 0.13);
  box-shadow: 0px 0px 25px 0px rgba(50, 50, 50, 0.13);
}
.checkout-shipping-address fieldset fieldset {
  position: relative;
  left: 0%;
  margin: 0px;
  width: 100%;
  -webkit-box-shadow: 0px 0px 25px 0px rgba(50, 50, 50, 0);
  -moz-box-shadow: 0px 0px 25px 0px rgba(50, 50, 50, 0);
  box-shadow: 0px 0px 25px 0px rgba(50, 50, 50, 0);
  padding: 0px;
}
.checkout-shipping-address fieldset .label {
  font-size: 14px;
  margin: 0px;
}
.checkout-shipping-address fieldset .field {
  margin: 0px;
  font-size: 14px;
}
.checkout-shipping-address .fieldset > .field:not(.choice) > .label {
  width: 100%;
  float: left;
  text-align: left;
  margin: 0 0 10px 0;
}
.checkout-shipping-address .fieldset > .field:not(.choice) > .control {
  width: 100%;
  float: left;
}
.checkout-shipping-address .action.action-cancel {
  float: left;
  margin: 0 20px 0 0px !important;
}
.checkout-shipping-address .actions-toolbar {
  margin: 20px 0 0 0;
}
.checkout-shipping-address .choice.field {
  width: 100% !important;
  float: left;
  margin: 10px 0 30px 0 !important;
  display: block;
  text-align: left;
}
.checkout-shipping-address .choice.field input[type=checkbox] {
  margin: 0px 5px 0 0;
  position: relative;
  top: 0;
}
.checkout-shipping-address .field.choice::before, .checkout-shipping-address .fieldset > .field.no-label::before {
  padding: 0px 0px 0 0;
  width: 100%;
  box-sizing: border-box;
  content: " ";
  float: left;
  height: 1px;
}

.checkout-payment-method .payment-method-content {
  position: absolute;
  left: 0px;
  background: #fff;
  width: 266px;
  height: auto;
  left: -5%;
  margin: -117px 0 0 0px;
  margin-bottom: 0px;
  margin-bottom: 0px;
  z-index: 999999;
  padding: 20px;
  -webkit-box-shadow: 0px 0px 25px 0px rgba(50, 50, 50, 0.13);
  -moz-box-shadow: 0px 0px 25px 0px rgba(50, 50, 50, 0.13);
  box-shadow: 0px 0px 25px 0px rgba(50, 50, 50, 0.13);
}

.block.items-in-cart.active::after {
  content: "";
  height: 5px;
  background: #fff;
  width: 60%;
  position: absolute;
  left: 0px;
  margin: 13px 0px 0 0;
}

.checkout-index-index main .product-item-details .product.options .content {
  display: block !important;
  font-size: 12px !important;
  line-height: 10px;
  margin: -5px 0 0 0;
  float: left;
}
.checkout-index-index main .product-item-details .product.options .content .price {
  font-size: 12px !important;
}
.checkout-index-index main .product-item-details .product.options .toggle {
  display: none;
}

.checkout-index-index main .minicart-items .product-item-details .details-qty {
  width: 100%;
  float: left;
  font-size: 12px;
}

.method-debit .action-edit-payment {
  position: absolute;
  right: 8px;
  top: 58px;
  cursor: pointer;
  background: inherit;
  background-image: inherit;
  background-size: inherit;
  background-image: inherit;
  background-size: inherit;
  background-image: url("../images/edit-black.svg");
  background-size: 100% 100%;
  text-indent: -9999px;
  height: 20px;
  opacity: 0.5;
}
.method-debit .action-edit-payment:hover {
  opacity: 0.9;
}
.method-debit .actions-toolbar {
  display: block !important;
}
.method-debit .fieldset > .field:not(.choice) > .label {
  width: 100%;
  float: left;
  text-align: left;
  margin: 0 0 10px 0;
}
.method-debit .fieldset > .field:not(.choice) > .control {
  width: 100%;
  float: left;
}
.method-debit .fieldset > .field {
  margin: 0 0 0px !important;
}
.method-debit .actions-toolbar {
  margin-left: 0px !important;
}
.method-debit .action.action-close-edit.action-cancel-edit {
  margin: 0 0 0 10px;
}

.checkout-index-index .checkout-payment-method .payment-method._active .payment-method-content {
  display: none;
}

.checkout-payment-method .payment-method.method-debit .payment-method-content {
  display: none;
}

.checkout-payment-method .payment-method.method-debit._edit .payment-method-content {
  display: block;
}

.checkout-index-index main #discount-form {
  width: 97%;
}

.checkout-index-index main .payment-method .label img {
  display: none;
}

.checkout-index-index main .minicart-items .product-item {
  padding: 20px 0 0 0;
}

.checkout-index-index main .opc-block-summary .items-in-cart > .title {
  padding: 0px 20px 10px 0;
  border-bottom: 0px;
}

.checkout-index-index .edit-close {
  cursor: pointer;
  font-size: 16px;
  right: 6px;
  border: 1px solid #ccc;
  top: 5px;
  position: absolute;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 16px;
  color: #666;
}

.checkout-index-index .edit-close.edit-close-iframe {
  top: inherit;
  z-index: 9999999;
  margin: -48px -16px 0 0;
}

.checkout-index-index .edit-close:hover {
  opacity: 0.5;
}

.checkout-index-index main .opc-block-summary .minicart-items-wrapper {
  max-height: 2000px;
  padding: 0px;
  height: auto;
  overflow: visible !important;
}

#checkoutSteps {
  position: relative;
  z-index: 2;
}

.checkout-dialog-on .opc-wrapper:before {
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  background: #000;
  left: 0px;
  top: 0px;
  opacity: 0.6;
}
.checkout-dialog-on .block.items-in-cart.active::after {
  display: none;
}
.checkout-dialog-on .product-image-wrapper {
  opacity: 0.1;
}
.checkout-dialog-on .checkout-agreement.field.choice {
  opacity: 0.1;
}
.checkout-dialog-on .page-footer::before, .checkout-dialog-on .page-footer {
  opacity: 0.1;
}
.checkout-dialog-on input[type=radio], .checkout-dialog-on input[type=radio]:hover {
  opacity: 0.1;
  pointer-events: none;
}
.checkout-dialog-on .checkout-billing-address, .checkout-dialog-on .checkout-shipping-address, .checkout-dialog-on .checkout-payment-method {
  border: 1px solid gray;
}
.checkout-dialog-on .action.action-edit-payment, .checkout-dialog-on .action-edit-address {
  opacity: 0.1;
  pointer-events: none;
}
.checkout-dialog-on .nav-sections-item-content {
  opacity: 0.4;
  pointer-events: none;
}
.checkout-dialog-on .payment-option._collapsible.opc-payment-additional.discount-code {
  opacity: 0.2;
  pointer-events: none;
}
.checkout-dialog-on .checkout-payment-method .payment-method + .payment-method .payment-method-title {
  opacity: 0.1;
}
.checkout-dialog-on .label {
  pointer-events: none;
}

div.mage-error[generated] {
  color: #E2007A !important;
}

.checkout-index-index .item-options .values, .checkout-index-index .item-options .label {
  line-height: 16px;
}

.checkout-index-index .product-item-details .options .item-options .label {
  display: block;
  margin: 0px;
  float: left;
  width: 100%;
}

.payment-method-content .info-text {
  font-size: 12px;
  line-height: 16px;
  margin: 19px 0 0 0;
}

.checkout-dialog-on .minicart-items .maintenance {
  pointer-events: none;
  opacity: 0.5;
}

.payment-method .payment-method-title.choice .label {
  width: 240px;
  float: right;
}

.checkout-payment-method .payment-method + .payment-method .payment-method-title {
  border-top: 0px solid #ccc;
}

.discount-code .payment-option-title {
  border-top: 1px solid #ccc;
  padding: 10px 0;
  margin: 20px 0 0 0;
}

.info-dialog {
  z-index: 9999999999;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  padding: 20px;
}

label.info-maintenance, label.info-versions, label.info-abo {
  width: 25px;
  height: 20px;
  color: #fff;
  font-size: 20px;
  background: #E2007A;
  text-align: center;
  display: inline-block;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  padding: 2px 0 2.5px 0;
  margin: 12px 0 0 0;
}

.cart label.info-maintenance, .cart label.info-versions, .cart label.info-abo,
.items-in-cart label.info-maintenance, .items-in-cart label.info-versions, .items-in-cart label.info-abo {
  width: auto;
  height: auto;
  color: #E2007A;
  font-size: 12px;
  background: none;
  text-align: left;
  display: inline-block;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  padding: 0px 0 0px 0;
  margin: 0px 0 0 0;
}

.bundle-options-wrapper .control .haude-additional-information label.info-versions {
  position: absolute;
  top: 0px;
}

.bundle-options-wrapper .control {
  position: relative;
}

.viveum-flex-overlay {
  z-index: 9999999 !important;
}

/*
.checkout-payment-method .payment-method-content {
  padding: 0;
}
.checkout-index-index .checkout-payment-method .payment-method .payment-method-content {
  display: block;
  position: relative;
  width: auto;
  left: 0px;
  top: inherit;
  margin: 0px;
  box-shadow: none;
  font-size: 12px;
  line-height: 14px;
}
.checkout-payment-method .payment-method-content .fieldset > .field {
  margin: 0 0 10px;
}

.checkout-index-index .checkout-payment-method .payment-method.method-debit .payment-method-content {
  display: none;

}
*/
#checkout-step-payment label[for=viveumcw_directebanking]:before {
  content: "Die Eingabe Ihrer Daten erfolgt im Anschluss auf der Seite des Paymentproviders Viveum.";
  position: absolute;
  width: 85%;
  font-size: 10px;
  line-height: 13px;
  left: 35px;
  margin: 24px 0 0 0;
}

#checkout-step-payment label[for=viveumcw_creditcard]::before {
  content: "Die Eingabe Ihrer Daten erfolgt im Anschluss auf der Seite des Paymentproviders Viveum.";
  position: absolute;
  width: 84%;
  font-size: 10px;
  line-height: 12px;
  left: 34px;
  margin: 24px 0 0 0;
  background-image: url("../images/icon-credicards.svg");
  background-repeat: no-repeat;
  padding: 30px 0 0 0;
  background-size: 95%;
}

#checkout-step-payment .payment-method:last-child {
  margin: 20px 0 60px 0;
}

#checkout-step-payment .payment-method.method-debit {
  margin: 0 0 -15px 0;
}

#product-options-wrapper .subtitle {
  font-size: 14px;
  line-height: 1.4;
  max-width: 45%;
  font-style: italic;
}

.page-print .logo img {
  display: none;
}
.page-print .logo img:first-child {
  display: block;
  margin: 0 0 30px 0;
}
.page-print .columns .column.main {
  width: 100%;
  float: right;
  padding: 0 0px;
  position: relative;
  font-size: 14px;
}
.page-print .order-title, .page-print .actions-toolbar, .page-print .nav-sections {
  display: none;
}
.page-print .box.box-order-billing-address, .page-print .box-order-billing-method {
  border-top: 1px solid #ccc;
  padding: 15px 0 0 0;
}
.page-print #maincontent {
  width: 90%;
  margin: 0px auto 100px auto;
  padding: 0 0 0;
}
.page-print .columns, .page-print .page-title-wrapper {
  max-width: 100%;
  margin: 0 auto;
}
.page-print .abs-blocks-2columns, .page-print .amazon-addresses .amazon-address, .page-print .column .block-addbysku .block-content .box, .page-print .login-container .block, .page-print .account .column.main .block:not(.widget) .block-content .box, .page-print .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box, .page-print [class^=sales-guest-] .column.main .block:not(.widget) .block-content .box, .page-print .sales-guest-view .column.main .block:not(.widget) .block-content .box {
  width: 48.8%;
  clear: left;
  float: left;
}

.nav-opener, .nav-toggle {
  display: none;
}

/* ...............................................................  1024 */
@media only screen and (max-width: 1024px) {
  .logo img {
    display: block;
  }
}
/* ...............................................................  1023 */
@media only screen and (max-width: 1023px) {
  html, body {
    overflow-x: hidden;
  }

  header.page-header .header.content {
    width: 96%;
  }

  header .header #main-nav {
    width: 50%;
  }

  header .header-frame .block-search #search_mini_form {
    width: 100px;
  }

  .cms-index-index .intro-block .gallery .slideset {
    width: 105%;
  }

  .cms-index-index .intro-block .gallery {
    max-width: 100%;
    overflow: hidden;
  }

  .cms-index-index .page-wrapper {
    width: 100%;
    overflow: visible;
  }

  .sections.nav-sections .sub-nav {
    width: 101%;
  }

  .block-products-list .holder {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
  }

  .info-holder {
    width: 96%;
  }

  .cms-index-index .intro-block .gallery .image-holder {
    right: -142px;
  }

  .page-footer {
    width: 100%;
  }

  .below-content {
    width: 100%;
  }

  #maincontent {
    width: 95%;
  }
}
/* ...............................................................  767 */
@media only screen and (max-width: 767px) {
  #main-nav ul, .header-frame, .slide .image-holder, .sections.nav-sections, .page-footer::before, .footerSEOLinks {
    display: none;
  }

  .cms-index-index #maincontent, #maincontent {
    width: 96%;
    margin: 0 auto;
  }

  header .header strong.logo {
    left: 0px;
    margin: 0px;
  }

  header .header strong.logo img {
    width: 50px;
  }

  .cms-index-index .intro-block.wolke-1 .gallery .text-holder, .cms-index-index .intro-block.wolke-2 .gallery .text-holder, .cms-index-index .intro-block.wolke-3 .gallery .text-holder, .cms-index-index .intro-block.wolke-4 .gallery .text-holder {
    width: 93%;
    top: 120px;
  }

  .cms-index-index .intro-block::after {
    background-size: 150% !important;
    background-position: left top !important;
  }

  .cms-index-index .intro-block .gallery {
    width: 100%;
    min-height: 380px;
  }

  .content-intro {
    width: 100%;
  }

  .info-holder .info-col .col {
    width: 100%;
  }

  .cms-home .page-footer, .page-footer {
    margin: 30px auto 0 auto;
  }

  .page-footer .footer-row .col.second {
    width: 100%;
    margin: 30px 0 30px 0;
  }

  .page-footer .footer-row .col.first {
    width: 100%;
  }

  .page-footer .footer-row .col.third {
    width: 100%;
    float: left;
    text-align: left;
  }

  .page-footer .slide-block {
    width: 100%;
  }

  .page-footer .footer-row .col .block.newsletter {
    width: 96%;
    margin: 0 auto;
  }

  .page-footer .footer-row .col .block.newsletter .field .control input {
    width: 100%;
  }

  .page-footer .footer-row .col .logo-holder {
    float: left;
    margin: 20px 0px 0 0px;
    text-align: center;
    width: 100%;
  }

  .page-footer .footer-row .col .logo-holder .footer-section.hide-mobile {
    float: none;
    width: 100px;
    margin: 20px auto;
  }

  .nav-toggle {
    display: block;
    cursor: pointer;
    position: absolute;
    right: 0px;
    top: 26px;
    left: inherit;
  }

  .mobnavbtn, .mobnavbtnX {
    display: block;
    position: absolute;
    right: -10px;
    top: 0px;
    height: 50px;
    z-index: 999;
    opacity: 0;
  }

  .mobnavbtnX {
    display: none;
  }

  #mobnavon .mobnavbtn {
    display: none;
  }
  #mobnavon .mobnavbtnX {
    display: block;
  }
  #mobnavon .logo {
    display: none;
  }
  #mobnavon .sections.nav-sections {
    display: block;
    top: 80px;
    left: 0px;
    position: absolute;
    z-index: 99999999;
    width: 100%;
  }
  #mobnavon .sections.nav-sections .sub-nav > ul > li {
    display: block;
    position: relative;
    float: left;
    width: 100%;
  }
  #mobnavon .drop {
    position: relative !important;
    float: left;
    width: 100%;
    display: block;
  }
  #mobnavon .sections.nav-sections .sub-nav .drop .drop-inner .column-holder .col {
    float: left;
    padding: 0 0 0 0;
    width: 100%;
  }
  #mobnavon .section-item-title.nav-sections-item-title {
    display: none;
  }
  #mobnavon .nav-sections-item-content {
    float: left;
    margin-left: 0;
    margin-top: 0;
    width: 100%;
    padding: 0px 0;
  }

  .breadcrumbs {
    display: none;
  }

  .cms-index-index #maincontent, #maincontent {
    width: 96%;
    margin: 120px auto 0 auto;
  }

  .page-products .category-description h2 {
    font: 29px/33px "Tinos", Arial, Helvetica, sans-serif;
  }

  .page-products .category-description h3 {
    font: 19px/23px "Tinos", Arial, Helvetica, sans-serif;
  }

  .category-description .col {
    width: 100%;
    float: left;
  }

  .page-products .products-grid .product-item {
    width: 100%;
  }

  .catalog-product-view .page-title-wrapper, .catalog-product-view .page.messages, .catalog-product-view .columns .column.main {
    max-width: 100%;
    margin: 0 auto;
  }

  .columns {
    display: block;
  }

  .catalog-product-view #maincontent, .account #maincontent {
    margin-top: 0;
  }

  .catalog-product-view .page-main .page-title {
    float: left;
    width: 100%;
    font: 32px/27px "Tinos", Arial, Helvetica, sans-serif;
    margin-bottom: 62px;
    text-align: center;
  }

  .catalog-product-view .page-main {
    padding: 110px 0 0;
  }

  .catalog-product-view .page-main .product-info-main {
    float: left;
    width: 100%;
    clear: both;
  }

  .catalog-product-view .page-main .bundle-options-container .product-add-form .bundle-options-wrapper .product-options-wrapper .fieldset .fieldset-bundle-options .option .control select.bundle.option {
    width: 268px;
  }

  .catalog-product-view .page-main .bundle-options-container .product-add-form .block-bundle-summary .price-box .price-configured_price {
    float: left;
    text-align: left;
    width: 100%;
  }

  .catalog-product-view #product-addtocart-button {
    padding-left: 51px;
  }

  .catalog-product-view a.action.mailto.friend {
    float: left;
    max-width: 100%;
  }

  .action.mailto.friend {
    width: 100%;
  }

  .catalog-product-view a.action.mailto.friend {
    float: left;
    max-width: 100%;
  }

  .catalog-product-view .product.attribute.functions {
    width: 100%;
    margin: 0 auto 0;
  }

  .product.attribute.functions {
    overflow: scroll !important;
  }

  .catalog-product-view .column.details .block.related {
    width: 100%;
    margin: 30px auto 0;
  }

  .catalog-product-view .product.attribute.details {
    width: 100%;
    margin: 30px auto 0;
    font-weight: 400;
  }

  .info-dialog {
    left: 0;
    width: 80%;
  }

  downloadable-download-sample .form-list .field {
    margin: 0 0 15px 0;
    width: 100%;
    float: left;
  }

  .catalog-product-view .page-main .bundle-options-container .product-add-form .block-bundle-summary .price-box {
    margin: 0px 0 0 0;
    width: 100%;
  }

  .catalog-product-view .page-main .bundle-options-container .product-add-form .block-bundle-summary .content {
    padding-right: 0;
  }

  .block.crossselladd .item.product.product-item {
    width: 98%;
    margin: 0 0 20px 0;
    background: #fff;
    padding: 0px 20px 20px 20px;
    min-height: auto;
  }

  .cart.table-wrapper .item .col.item {
    padding: 25px 0 10px 0px;
  }

  .cart.table-wrapper .col.qty, .cart.table-wrapper .col.price, .cart.table-wrapper .col.subtotal, .cart.table-wrapper .col.msrp {
    width: 100%;
  }

  .popup-authentication .block-authentication .block-title strong {
    font: 29px/33px "Tinos", Arial, Helvetica, sans-serif;
  }

  .checkout-index-index .opc-wrapper {
    width: 100%;
    padding: 0 0 0 0px;
    float: left;
  }

  .payment-method .payment-method-title.choice .label {
    width: 160px;
    float: left;
    margin: 0 20px 0 0;
  }

  .payment-method {
    float: left;
    margin: 20px 0 20px 0;
    width: 100%;
  }

  .catalog-product-view .page-main .bundle-options-container .product-add-form .bundle-options-wrapper .product-options-wrapper .fieldset .fieldset-bundle-options .option .qty-holder {
    float: left;
  }

  .catalog-product-view .page-main .bundle-options-container .product-add-form .bundle-options-wrapper .product-options-wrapper .fieldset .fieldset-bundle-options .option .control select.bundle.option {
    width: 268px;
    font-size: 15px;
  }

  .catalog-product-view .product.attribute.requirements .system-list::after, .catalog-product-view .product.attribute.details .system-list::after {
    height: 1px;
    left: 0;
    right: 0;
  }

  .cart.table-wrapper .product-item-photo {
    display: block;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    width: 30%;
    float: none;
  }

  .cart.table-wrapper .product-image-container {
    display: block;
    max-width: 100%;
    width: 100%;
    text-align: center;
    float: left;
    margin: 0 0 20px 0;
  }

  .checkout-index-index aside {
    width: 100%;
    margin-top: 0;
    float: left;
    position: relative;
    left: 0px;
    visibility: visible;
    right: inherit;
    opacity: 1;
  }

  .checkout-index-index .custom-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: relative;
    -webkit-transform: translateX(100%);
    transform: inherit;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: inherit;
    width: auto;
    box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0);
  }

  #checkout-step-payment label[for=viveumcw_directebanking]::before {
    margin: 24px 0 0 11px;
  }

  #checkout-step-payment label[for=viveumcw_creditcard]::before {
    margin: 24px 0 0 5px;
  }

  .checkout-payment-method .payment-method-content {
    position: absolute;
    left: 0px;
    width: 94.5%;
    height: auto;
    margin: -117px 0 0 0px;
    z-index: 1000000000000000100;
  }

  .modal-popup.modal-slide {
    left: 0;
  }

  .checkout-index-index .checkout-agreement .label {
    width: 95%;
  }

  .checkout-agreement #agreement__1, .checkout-agreement #agreement__2 {
    margin: 9px 0px 0 10px;
  }

  #place-order-trigger {
    width: 100%;
    height: 60px;
  }

  .checkout-billing-address fieldset {
    position: relative;
    left: 0px;
    width: 85%;
    left: 0%;
    margin: 0px 0 0 0px;
  }

  .checkout-payment-method .payment-method-content {
    position: absolute;
    left: 0px;
    width: 88.5%;
    height: auto;
    margin: -117px 0 0 0px;
    z-index: 1000000000000000000;
  }

  .rechner-left {
    width: 100%;
  }

  .rechner-right {
    width: 100%;
  }

  .rechner-right .block-products-list .holder .block-content .products-grid li.product-item {
    width: 80%;
    min-height: auto;
    margin: 0 0px 20px 2%;
    padding: 0 0 0 0;
  }

  .onlinerechner h1, .onlinerechner .leadin {
    text-align: center !important;
    font-size: 30px;
    line-height: 33px;
  }
}

/*# sourceMappingURL=styles.css.map */
