@font-face {
  font-family: RobotoCondensed-Bold;
  src: url(../fonts/roboto-condensed-v16-latin-700.ttf);
  font-weight: bold;
}
@font-face {
  font-family: sourcesanspro-normal;
  src: url(../fonts/source-sans-pro-v11-latin-regular.ttf);
  font-weight: normal;
}
@font-face {
  font-family: sourcesanspro-light;
  src: url(../fonts/source-sans-pro-v11-latin-300.ttf);
  font-weight: lighter;
}
.klaro .new-pp-express {
  position: relative;
  margin-top: -5px;
  margin-right: 0;
  height: 39px;
  width: 152px;
  border-radius: 0;
  background: #fec349 url(/catalog/view/theme/wosado/image/payment-icons/direkt_zu_paypal.png) -6px -6px no-repeat;
  background-position: center;
  float: right;
  cursor: pointer;
  border: 0;
  outline: 0;
}
.klaro .new-pp-express:hover {
  background: #f9db9e url(/catalog/view/theme/wosado/image/payment-icons/direkt_zu_paypal.png) -6px -6px no-repeat;
  background-position: center;
}
.klaro .visible-435 {
  display: none;
}
.klaro .text-light-gray {
  color: #b6b6b6;
}
.klaro .form-hint, .klaro .form-hint i {
  color: #f80707;
  font-size: 12px;
  line-height: 14px;
}
.klaro .checkout-submit, .klaro .cart-product {
  background-color: #3390e1;
  border: 0;
  color: #fff;
  padding: 3px 10px 5px 10px;
  transition: all 0.2s;
}
.klaro .checkout-submit:hover, .klaro .cart-product:hover {
  background-color: #3390e1;
}
.klaro .checkout-address .heading-non-boxed h1 {
  margin-bottom: 0;
}
.klaro .edit-link {
  margin-top: -5px;
  margin-bottom: 5px;
  font-size: 12px;
}
.klaro .btn-flex {
  font-family: sourcesanspro-light, arial, sans-serif;
  font-size: 1em;
  font-weight: 500;
  display: block;
  text-align: center;
  width: 100%;
  padding: 5px;
  border: 1px solid #3390e1;
}
.klaro .btn-flex:hover {
  text-decoration: none;
  border: 1px solid #0074d9;
}
.klaro #button-cart-input {
  display: -webkit-inline-box;
  font-family: sourcesanspro-light, arial, sans-serif;
  padding: 0 10px 0 10px;
  text-align: right;
  border: 1px solid #f3f2ef;
  max-width: 62px;
}
.klaro html, .klaro body {
  min-height: 100%;
  height: 100%;
  font-size: 16px;
}
.klaro body {
  position: relative;
  width: 100%;
  display: table;
  table-layout: fixed;
}
.klaro header, .klaro footer {
  display: table-row;
}
.klaro .main-content {
  display: table-row;
  height: 100%;
}
.klaro * {
  font-family: sourcesanspro-normal, arial, sans-serif;
  /*color: #1b1a1a*/
}
.klaro p {
  color: #1b1a1a;
}
.klaro .fa-spin-vertical {
  -webkit-animation: fa-spin-vertical 1.5s linear infinite;
  animation: fa-spin-vertical 1.5s linear infinite;
}
.klaro .spin-icon:hover .fa-spin-vertical-hover {
  -webkit-animation: fa-spin-vertical 1.5s linear;
  animation: fa-spin-vertical 1.5s linear;
}
@-webkit-keyframes fa-spin-vertical {
  0% {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
  }
  100% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}
@keyframes fa-spin-vertical {
  0% {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
  }
  100% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}
.klaro #wsd-header a.btn.btn-blue {
  background-color: #3390e1;
  color: #fff;
}
.klaro #wsd-header a.btn.btn-blue:hover {
  background-color: #fff;
  color: #0074d9;
}
.klaro #wsd-header a.btn.btn-white {
  background-color: #fff;
  color: #0074d9;
}
.klaro #wsd-header a.btn.btn-white:hover {
  background-color: #3390e1;
  color: #fff;
}
.klaro .vertical-alignment-helper {
  display: table;
  height: 100%;
  width: 100%;
}
.klaro .vertical-align-center {
  display: table-cell;
  vertical-align: middle;
}
.klaro .icon-aktiv i.icon-symbol {
  color: #fff;
}
.klaro .icon-aktiv i, .klaro .icon-aktiv i.icon-background {
  color: #0074d9;
}
.klaro .icon-inaktiv i {
  color: #b6b6b6;
}
.klaro .text-inaktiv, .klaro ul.text-inaktiv li, .klaro .icon-inaktiv i, .klaro .icon-inaktiv i.icon-background {
  color: #b6b6b6;
}
.klaro .icon-inaktiv i.icon-symbol {
  color: #fff;
}
.klaro .icon-svg {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 80%;
  top: 5px;
}
.klaro .icon-svg .cls-1 {
  color: #fff;
  fill: #fff;
}
.klaro ul.padding-left-adjustment {
  padding-left: 18px;
}
.klaro .wsd-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
.klaro a.on-link:hover {
  cursor: pointer;
  text-decoration: underline !important;
}
.klaro #wsd-header {
  position: fixed;
  z-index: 11;
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.klaro .navbar-light .navbar-toggler {
  color: #fff;
  border-color: #fff;
}
.klaro button:focus {
  outline: 0;
}
.klaro button.navbar-toggler[aria-expanded=true] .navbar-toggler-icon::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f00d";
}
.klaro .navbar-light .navbar-toggler-icon {
  background-image: none;
  font-size: 28px;
  font-weight: 300;
  color: #fff;
  height: auto;
  width: 30px;
}
.klaro .navbar-toggler-icon::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f0c9";
}
.klaro #wsd-header .navbar-brand img {
  height: 35px;
  max-height: 35px;
  user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -webkit-user-drag: none;
  -ms-user-select: none;
}
.klaro #stickyNav {
  width: 100%;
  height: 0;
  z-index: 1;
}
.klaro #stickyNav .sticky-content {
  position: absolute;
  background: #0074d9;
  width: 100%;
  height: 10px;
}
.klaro #cookie-banner {
  position: fixed;
  display: none;
  bottom: 0;
  width: 100%;
  background-color: rgba(51, 61, 66, 0.8);
  z-index: 100;
  padding: 0;
}
.klaro #cookie-banner p {
  margin: 0;
}
.klaro #wsd-header .input-group option:disabled, .klaro setup option:disabled {
  color: #d8d8d8;
}
.klaro .header-right {
  display: flex;
  position: relative;
  top: 0;
  bottom: 0;
  justify-content: center;
  align-items: center;
}
.klaro .header-right ul.wsd-main-menu li {
  padding: 10px 0;
}
.klaro .wsd-accordion-content {
  background-color: #fff;
}
.klaro .visible-less-768 {
  width: 100%;
  display: none !important;
}
.klaro .wsd-main-menu {
  position: relative;
  line-height: 38px;
  z-index: 5;
}
.klaro ul.wsd-main-menu li {
  color: #fff;
  padding-right: 15px;
}
.klaro #product-accordion .collapse:not(.show) {
  display: block;
  overflow: hidden;
  height: 0;
  opacity: 0;
}
.klaro .toggle-content {
  transition: all 1s;
}
.klaro .text-wsd-blue {
  color: #0074d9;
}
.klaro .background-effect {
  position: relative;
  margin-top: 50px;
}
.klaro .background-triangle {
  z-index: -1;
  height: 100%;
  width: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
}
.klaro .background-triangle svg {
  width: 100%;
  height: 100%;
}
.klaro .background-triangle svg polygon {
  fill: #0074d9;
}
.klaro .product-heading h1, .klaro .product-top-heading h1 {
  font-size: 32px;
  line-height: 30px;
}
.klaro .product-heading h1 span {
  font-size: 18px;
  color: #909090;
}
.klaro .product-tag {
  border: 1px solid #f3f2ef;
  padding: 30px 20px;
}
.klaro .product-tag #price {
  font-family: RobotoCondensed-Bold;
  font-size: 43px;
}
.klaro .product-tag .price {
  line-height: 22px;
  margin-bottom: 29px;
}
.klaro .price .price-tax {
  font-family: sourcesanspro-light, arial, sans-serif;
  font-size: 14px;
  color: #909090;
  margin-top: 10px;
}
.klaro .article-nr-small span:first-child, .klaro .period-of-validity span:first-child {
  font-family: RobotoCondensed-Bold;
}
.klaro .article-nr-small span:last-child, .klaro .period-of-validity span:last-child {
  font-family: sourcesanspro-light, arial, sans-serif;
}
.klaro .product-info {
  margin-bottom: 40px;
}
.klaro .wsd-card-header h5 {
  font-size: 22px;
}
.klaro .wsd-card-header span.fa-stack i:first-child {
  color: #0074d9;
}
.klaro .wsd-card-header .fa-stack {
  display: inline-block;
  height: auto;
  line-height: inherit;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}
.klaro .btn-link.focus, .klaro .btn-link:focus {
  text-decoration: none;
}
.klaro .center-text {
  text-align: center;
}
.klaro .spacer-top {
  width: 100%;
  height: 25px;
  content: "";
}
.klaro .close {
  cursor: pointer;
  text-shadow: none;
}
.klaro a {
  color: #3390e1;
  word-break: break-word;
}
.klaro .speech-bubble {
  display: none;
  position: relative;
  width: 472px;
  max-width: 100%;
  min-height: 50px;
  line-height: 1.5em;
  font-size: 0.85em;
  padding: 10px 15px;
  border: 2px solid #f80707;
  margin: 0 0 40px 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: #fff;
}
.klaro .speech-bubble:before {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  left: 30px;
  bottom: -40px;
  border: 20px solid;
  border-color: #f80707 transparent transparent #f80707;
}
.klaro .speech-bubble:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  left: 32px;
  bottom: -35px;
  border: 20px solid;
  border-color: #fff transparent transparent #fff;
}
.klaro .breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.1rem 0;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #fff;
  border-radius: 0;
  font-size: 13px;
}
.klaro .breadcrumb a, .klaro .breadcrumb a i {
  color: #3390e1;
}
.klaro label {
  margin-bottom: 0;
  margin-top: 0.75rem;
}
.klaro .label-big {
  font-size: 22px;
  font-weight: bold;
}
.klaro .custom-chk-box, .klaro .custom-radio-btn {
  display: inline-block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  line-height: 1.5em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.klaro .custom-chk-box label, .klaro .custom-radio-btn label {
  margin-top: 0;
  cursor: pointer;
}
.klaro .custom-chk-box input, .klaro .custom-radio-btn input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.klaro .custom-chk-box .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #cac7bf;
}
.klaro .custom-radio-btn .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #cac7bf;
  border-radius: 50%;
}
.klaro .custom-chk-box:hover input ~ .checkmark, .klaro .custom-radio-btn:hover input ~ .checkmark {
  background-color: #909090;
  cursor: pointer;
}
.klaro .custom-chk-box input:checked ~ .checkmark, .klaro .custom-radio-btn input:checked ~ .checkmark {
  background-color: #3390e1;
}
.klaro .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.klaro .custom-chk-box input:checked ~ .checkmark:after, .klaro .custom-radio-btn input:checked ~ .checkmark:after {
  display: block;
}
.klaro .custom-chk-box .checkmark:after {
  left: 9px;
  top: 7px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.klaro .custom-radio-btn .checkmark:after {
  top: 7px;
  left: 7px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: white;
}
.klaro input[type=number]::-webkit-inner-spin-button, .klaro input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.klaro input[type=number] {
  -webkit-appearance: none;
  -moz-appearance: textfield;
  appearance: none;
}
.klaro .text-right {
  text-align: right;
}
.klaro .text-left {
  text-align: left;
}
.klaro .modal-header {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.klaro .modal-footer {
  display: block;
  justify-content: initial;
  padding: 1rem 0.5rem;
}
.klaro .container {
  padding-right: 15px;
  padding-left: 15px;
}
.klaro .container-wider {
  position: relative;
  width: 1230px;
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.klaro .container-wide {
  position: relative;
  width: 1440px;
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.klaro .right {
  float: right;
}
.klaro .left {
  float: left;
}
.klaro .padding-left-0 {
  padding-left: 0 !important;
}
.klaro .padding-right-0 {
  padding-right: 0 !important;
}
.klaro .padding-tb-15px {
  padding: 15px 0;
}
.klaro a:hover {
  text-decoration: underline;
}
.klaro #wsd-header .container {
  position: relative;
}
.klaro #wsd-header a, .klaro #wsd-header a:hover, .klaro #wsd-header .nav-link, .klaro #wsd-header .nav-link:hover {
  font-family: sourcesanspro-normal, arial, sans-serif;
  cursor: pointer;
  color: #fff;
}
.klaro .wsd-navbar {
  height: 70px;
  color: #fff;
  padding-left: 0;
}
.klaro .navbar.wsd-navbar.wsd-navbar-2 {
  height: auto;
  padding: 0 0 15px 0;
  line-height: 100%;
}
.klaro .wsd-navbar-2 .wsd-main-menu {
  line-height: 100%;
}
.klaro .nav-button {
  display: inline-block;
  background-color: #0074d9;
  padding: 10px;
  vertical-align: middle;
  line-height: 100%;
  margin-right: 5px;
}
.klaro #wsd-main-nav {
  background: #fff;
  padding: 0;
}
.klaro #top-menu {
  padding: 0;
}
.klaro #top-menu .navbar-nav a:first-child {
  padding-left: 0;
}
.klaro #top-menu .navbar-toggler {
  padding-left: 0;
}
.klaro #top-menu .navbar-toggler-icon {
  font-size: 50px;
  width: auto;
  height: auto;
}
.klaro #top-menu .navbar-toggler:focus, .klaro #top-menu .navbar-toggler-icon:focus {
  outline: 0;
}
.klaro #top-menu .navbar-toggler:hover .navbar-toggler-icon i, .klaro #top-menu .navbar-toggler .navbar-toggler-icon:hover i {
  color: #828079;
}
.klaro .dropdown-toggle::after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  content: "\f078";
  vertical-align: 0;
  border-top: 0;
}
.klaro #wsd-main-nav a {
  padding-top: 0;
}
.klaro #wsd-main-nav ul li:first-child a {
  padding-left: 0;
}
.klaro #wsd-header .dropdown-menu a.dropdown-item {
  color: #1b1a1a;
}
.klaro .header-cart-wrap {
  position: relative;
}
.klaro #cart-button {
  position: relative;
}
.klaro .wsd-header-cart {
  margin-left: 10px;
}
.klaro .wsd-header-cart i {
  color: #fff;
  font-size: 2rem;
  vertical-align: middle;
  margin-bottom: 2px;
}
.klaro .wsd-header-cart span {
  border-radius: 50%;
  text-align: center;
  height: 23px;
  min-width: 23px;
  right: -10px;
  top: -3px;
  background: #fff;
  padding: 3px;
  display: inline-block;
  line-height: 100%;
  position: absolute;
}
.klaro .product-cart {
  padding-bottom: 20px;
}
.klaro .cart-product-btn {
  margin-top: 10px;
}
.klaro #wsd-header .input-group {
  background-color: #3390e1;
  margin-bottom: 0 !important;
}
.klaro .slick-slide {
  height: 100%;
}
.klaro .image-thumb img {
  margin: 0 auto;
}
.klaro .slick-prev:before, .klaro .slick-next:before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  font-size: 40px;
  line-height: 1;
  color: #1b1a1a;
  opacity: 0.75;
}
.klaro .slick-dots li button:before {
  font-size: 16px;
}
.klaro .slick-prev:before {
  content: "\f104";
}
.klaro .slick-next:before {
  content: "\f105";
}
.klaro .slick-slide > div, .klaro .slick-slide > div > div {
  position: relative;
  height: 100%;
}
.klaro .more-information {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  padding-bottom: 15px;
}
.klaro .videoContainer input::-internal-media-controls-overflow-button {
  display: none;
}
.klaro .videoContainer {
  position: relative;
  overflow: visible;
  opacity: 1;
}
.klaro video:hover + .videoControls, .klaro .videoControls:hover {
  opacity: 1 !important;
}
.klaro .videoContainer .videoControls {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 2px;
  vertical-align: middle;
  line-height: 100%;
  color: #fff;
  background-color: rgba(0, 11, 48, 0.8);
  transition: all 0.6s;
}
.klaro .videoContainer .videoControls .videoBtn {
  position: relative;
  text-align: center;
  vertical-align: middle;
  line-height: 100%;
  width: 10%;
  height: 30px;
  padding: 7px 5px 5px 5px;
  background: rgba(0, 11, 48, 0.5);
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0.7);
  box-shadow: inset 0 0 1px rgba(255, 255, 255, 0.5);
}
.klaro .videoContainer .videoControls .videoBtnPlay {
  float: left;
}
.klaro .videoContainer .videoControls .videoBtnFull, .klaro .videoContainer .videoControls .videoBtnAudio {
  float: right;
}
.klaro .videoContainer .videoControls .progress-bar {
  height: 30px;
  width: 70%;
  padding: 10px;
  background: rgba(0, 11, 48, 0.4);
  border: 1px solid rgba(0, 0, 0, 0.7);
  border-left: none;
  box-shadow: inset 0 0 1px rgba(255, 255, 255, 0.5);
  float: left;
}
.klaro .videoContainer .videoControls .progress-bar .progress {
  width: 100%;
  height: 7px;
  position: relative;
  cursor: pointer;
  background: rgba(0, 11, 48, 0.8);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), inset 0 1px 1px rgb(0, 0, 0);
  border-radius: 10px;
}
.klaro .videoContainer .videoControls .progress-bar .progress span {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
.klaro .videoContainer .videoControls .progress-bar .progress .bufferBar {
  z-index: 5;
  width: 0;
  background: rgba(255, 255, 255, 0.2);
}
.klaro .videoContainer .videoControls .progress-bar .progress .timeBar {
  z-index: 10;
  width: 0;
  background: -webkit-linear-gradient(top, rgb(107, 204, 226) 0, rgb(29, 163, 208) 100%);
  box-shadow: 0 0 7px rgba(107, 204, 226, 0.5);
}
.klaro .videoContainer .videoControls .videoBtn .volume-bar {
  opacity: 0;
  position: absolute;
  top: -150px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 62%;
  height: 0;
  background-color: rgba(0, 11, 48, 0.8);
}
.klaro .videoContainer .videoControls .videoBtn .volume-bar input[type=range][orient=vertical] {
  display: none;
  writing-mode: bt-lr;
  -webkit-appearance: slider-vertical;
  width: 8px;
  height: 94%;
  padding: 0;
  margin-top: 3px;
}
.klaro .videoContainer .videoControls .videoBtnAudio:hover .volume-bar {
  opacity: 1;
  height: 150px;
}
.klaro .videoContainer .videoControls .videoBtnAudio:hover input[type=range][orient=vertical] {
  display: block;
}
.klaro .videoContainer .videoControls .videoBtnAudio input[type=range] {
  -webkit-appearance: none;
  width: 100%;
  background: transparent;
}
.klaro .custom-select-wrap {
  position: relative;
}
.klaro select.custom-select::-ms-expand {
  display: none;
}
.klaro select.custom-select {
  padding: 0.375rem 2rem 0.375rem 0.75rem;
  background: 0;
  border: 1px solid #333d42;
  border-radius: 0 !important;
  cursor: pointer;
  outline: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.klaro select.custom-select:focus {
  border-color: #333d42;
  outline: 0;
  box-shadow: none;
}
.klaro select.custom-select option {
  background: #fff;
}
.klaro #wsd-header .input-group select.custom-select, .klaro #wsd-header .input-group select.custom-select:hover, .klaro #wsd-header .input-group select.custom-select:active, .klaro #wsd-header .input-group select.custom-select:focus {
  background-color: #3390e1;
  border: 0;
  margin-bottom: 0 !important;
  color: #fff;
}
.klaro #wsd-header .input-group option {
  color: #1b1a1a;
  cursor: pointer;
}
.klaro .wsd-select-down {
  pointer-events: none;
  position: absolute;
  right: 13px;
  top: 11px;
  color: #1b1a1a;
}
.klaro #wsd-header .input-group .wsd-select-down {
  color: #fff;
  z-index: 50;
}
.klaro input.custom-input {
  width: 100%;
  padding: 0.375rem 0.75rem 0.375rem 0.75rem;
  border: 1px solid #333d42;
}
.klaro input.custom-input:focus {
  border-color: #333d42;
  outline: 0;
  box-shadow: none;
}
.klaro select:focus::-ms-value {
  background-color: transparent;
}
.klaro .wsd-dropdown {
  padding: 0;
  min-width: 5rem;
}
.klaro .success {
  padding: 10px;
  background-color: #1ff88a;
}
.klaro #warning-modal .modal-footer {
  text-align: center;
  padding: 0.5px;
}
.klaro #warning-modal .modal-footer .close {
  float: none;
  font-size: 18px;
  text-align: center;
}
.klaro #warning-modal .modal-footer button:hover {
  background: #fff;
}
.klaro .warning {
  padding: 10px;
  color: #fff;
  background-color: #f80707;
}
.klaro .warning .close {
  color: #fff;
  opacity: 0.9 !important;
}
.klaro .warning .close:hover {
  color: #fff;
  opacity: 1 !important;
}
.klaro .text-jumbo {
  font-size: 2em;
}
.klaro .subtitle {
  font-family: RobotoCondensed-Bold;
  font-size: 1.6em;
}
.klaro h1, .klaro h2, .klaro h3, .klaro h4, .klaro h5, .klaro h6, .klaro .h1, .klaro .h2, .klaro .h3, .klaro .h4, .klaro .h5, .klaro .h6 {
  font-family: RobotoCondensed-Bold;
  font-weight: 700;
  margin-bottom: 0.8rem;
  color: #1b1a1a;
}
.klaro .h1, .klaro h1 {
  font-size: 2.73rem;
}
.klaro h1.subheading, .klaro .h1.subheading {
  line-height: 0.83em;
}
.klaro h1 span, .klaro .h1 span {
  font-family: RobotoCondensed-Bold;
  font-size: 0.64em;
}
.klaro .h2, .klaro h2 {
  font-size: 2.2rem;
}
.klaro .h3, .klaro h3 {
  font-size: 2rem;
}
.klaro .h4, .klaro h4 {
  font-size: 1.75rem;
}
.klaro .h5, .klaro h5 {
  font-size: 1.5rem;
}
.klaro .h6, .klaro h6 {
  font-size: 1.15rem;
}
.klaro p, .klaro .p {
  font-family: sourcesanspro-light, arial, sans-serif;
  font-size: 1.25em;
  line-height: 1.2em;
}
.klaro p.p-root {
  font-size: 1rem;
}
.klaro .text-strong {
  font-weight: 400;
}
.klaro .text-jumbo {
  font-size: 2em;
}
.klaro .text-teaser {
  font-size: 1.25em;
}
.klaro .text-uppercase {
  text-transform: uppercase;
}
.klaro .row-buttons {
  padding: 15px 0;
}
.klaro a.button, .klaro a.button:hover {
  color: #1b1a1a;
  cursor: pointer;
  text-decoration: none;
}
.klaro .button {
  line-height: 1.8em;
  display: inline-block;
  border: 1px solid #909090;
  border-radius: 0;
  background: #e3e1dd;
  outline: 0;
  margin: 5px 0;
  padding: 0 15px;
}
.klaro .button:hover {
  background: #cac7bf;
}
.klaro .button-wide {
  width: 100%;
}
.klaro .button-next {
  color: #fff;
  background: #3390e1;
  border-color: #3390e1;
}
.klaro .button-next:hover {
  background: #0074d9;
  border-color: #3390e1;
}
.klaro a.button-next, .klaro a.button-next:hover {
  color: #fff;
  text-decoration: none;
}
.klaro .button-next i {
  color: #fff;
  vertical-align: middle;
}
.klaro .button-big {
  font-size: 1.5em;
}
.klaro .button-back {
  padding: 6px 15px;
}
.klaro #button-cart-input[type=hidden] {
  width: 0 !important;
  height: 0 !important;
}
.klaro .bgBlack {
  background-color: #1b1a1a;
}
.klaro .bgGrey2 {
  background-color: #f3f2ef;
}
.klaro .bgGrey4 {
  background-color: #cac7bf;
}
.klaro .bgGrey6 {
  background-color: #828079;
}
.klaro .bgGrey7 {
  background-color: #333d42;
}
.klaro .bgGrey8 {
  background-color: #f9f8f7;
}
.klaro .bgBlue1 {
  background-color: #0074d9;
}
.klaro .bgBlue2 {
  background-color: #b8cff0;
}
.klaro .bgBlue3 {
  background-color: #3390e1;
}
.klaro .bgGreen {
  background-color: #1ff88a;
}
.klaro .bg-state-ok {
  background-color: #23c474;
  color: #fff;
}
.klaro .bg-state-warning {
  background-color: #d9a61c;
  color: #fff;
}
.klaro .bg-state-danger {
  background-color: #f80707;
  color: #fff;
}
.klaro .bg-state-no {
  background-color: #333d42;
  color: #fff;
}
.klaro .bg-state {
  background-color: #e3e1dd;
  color: #333;
}
.klaro .text-white {
  color: #fff;
}
.klaro .text-alert {
  color: #f80707;
}
.klaro .text-danger {
  color: #f80707;
}
.klaro .text-success {
  color: #23c474;
}
.klaro ul.horizontal-list {
  display: flex;
  justify-content: space-between;
}
.klaro ul.horizontal-list li {
  float: left;
}
.klaro #wsd-footer {
  color: #fff;
}
.klaro #wsd-footer ul.footer-menu-list li.footer-tel {
  font-family: sourcesanspro-normal, arial, sans-serif;
  font-size: 1.5em;
  color: #fff;
}
.klaro #wsd-footer .container {
  padding-bottom: 20px;
}
.klaro #wsd-footer .text-jumbo {
  margin-bottom: 0.25em;
  line-height: 1em;
}
.klaro #wsd-footer .footer-menu-title {
  margin-bottom: 10px;
  font-weight: bold;
  color: #fff !important;
}
.klaro #wsd-footer, .klaro #wsd-footer p, .klaro #wsd-footer span, .klaro #wsd-footer a, .klaro #wsd-footer .footer-menu-title {
  font-size: 0.85rem;
  font-family: sourcesanspro-light;
}
.klaro #wsd-footer ul.footer-menu-list li.footer-menu-social-icon a i {
  -webkit-transition: 0.5s all;
  transition: 0.25s all;
}
.klaro #wsd-footer ul.footer-menu-list li.footer-menu-social-icon a i.fa-twitter:hover {
  color: #1da1f2;
}
.klaro #wsd-footer ul.footer-menu-list li.footer-menu-social-icon a i.fa-facebook-square:hover {
  color: #1877f2;
}
.klaro #wsd-footer ul.footer-menu-list li.footer-menu-social-icon a i.fa-instagram:hover {
  color: #d30066;
}
.klaro #wsd-footer, .klaro #wsd-footer div, .klaro #wsd-footer span, .klaro #wsd-footer p, .klaro #wsd-footer h2, .klaro #wsd-footer h3, .klaro #wsd-footer h4, .klaro #wsd-footer h5, .klaro #wsd-footer h6, .klaro #wsd-footer a, .klaro #wsd-footer a:hover, .klaro #wsd-footer .footer-menu-title, .klaro #wsd-footer ul.footer-menu-list li {
  font-family: sourcesanspro-light;
  color: rgba(255, 255, 255, 0.8);
}
.klaro #wsd-footer ul.footer-menu-list li i {
  color: rgba(255, 255, 255, 0.8);
  font-size: 3em;
  line-height: 1em;
}
.klaro #wsd-footer .container:first-child {
  padding-top: 15px;
}
.klaro .footer-bottom-line {
  text-align: center;
  color: #fff;
}
.klaro .footer-bottom-line span {
  color: #fff;
  margin: 0;
}
.klaro #wsd-footer ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.klaro .card-center-text {
  line-height: 20px;
}
.klaro .card-center-text span {
  font-family: sourcesanspro-light;
  color: #828079;
}
.klaro .card-shadow {
  box-shadow: 0 3px 10px #888;
}
.klaro .card-product.card-shadow {
  padding-bottom: 35px;
}
.klaro .card-recommend-header {
  background: #0074d9;
  padding: 5px 0;
  color: #fff;
  margin-top: -20px;
  margin-right: -16px;
  margin-left: -16px;
  margin-bottom: 10px;
}
.klaro .card-body .card-spacer {
  width: 100%;
}
.klaro .card-body .slick-slide {
  position: relative;
}
.klaro .card-body .slick-list {
  background: #fff;
  padding: 20px 0 25px 0;
}
.klaro .card-body .slick-next {
  right: -10px;
}
.klaro .card-body .slick-prev {
  left: -10px;
  z-index: 1;
}
.klaro .product-background {
  padding: 40px 0;
  background-image: url("/catalog/view/theme/wosado/image/home/bg_digi_camo.jpg");
}
.klaro .card-product {
  width: 230px;
  min-height: 100%;
  padding: 20px 15px;
  margin: 0 auto;
}
.klaro .card-top {
  text-align: center;
  font-family: RobotoCondensed-Bold, arial, sans-serif;
  font-size: 14px;
  text-transform: capitalize;
}
.klaro .card-top span {
  font-family: sourcesanspro-light;
  font-size: 16px;
}
.klaro .card-price {
  font-family: sourcesanspro-normal;
  font-weight: bold;
  font-size: 46px;
  text-align: center;
  line-height: 100%;
  margin-bottom: 10px;
}
.klaro .card-price span {
  font-size: 24px;
  vertical-align: super;
}
.klaro .card-list {
  padding-bottom: 40px;
}
.klaro .card-list div {
  float: left;
}
.klaro .card-list div.card-list-icon {
  font-weight: bold;
  text-align: right;
  width: 40px;
  padding-right: 5px;
}
.klaro .card-list div.card-list-text {
  font-family: sourcesanspro-light;
  font-size: 14px;
  line-height: 24px;
  color: #828079;
}
.klaro .wsd-product-tabs {
  display: block;
  text-align: center;
  margin-bottom: 20px;
}
.klaro #product-accordion .card-body {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
}
.klaro .wsd-product-tabs button {
  font-family: RobotoCondensed-Bold, arial, sans-serif;
  line-height: 22px;
  font-weight: bold;
  font-size: 14px;
  color: #1b1a1a;
  text-align: left;
  border: 1px solid #0074d9;
  border-radius: 0;
}
.klaro .wsd-product-tabs button:first-child {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.klaro .wsd-product-tabs button:last-child {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.klaro .wsd-product-tabs button[disabled] {
  color: #fff;
  background-color: #0074d9;
  opacity: 1;
}
.klaro .wsd-product-tabs button:hover {
  color: #fff;
  background-color: #0074d9;
  text-decoration: none;
}
.klaro .wsd-product-tabs button:hover span, .klaro .wsd-product-tabs button[disabled] span {
  color: #fff;
}
.klaro .wsd-product-tabs button span {
  font-family: sourcesanspro-light, arial, sans-serif;
  font-size: 18px;
  color: #1b1a1a;
}
.klaro .wsd-accordion-header {
  display: none;
}
.klaro .wsd-card-header, .klaro .wsd-card, .klaro .wsd-card-header:first-child {
  border-radius: 0;
  border-color: #f3f2ef;
  padding: 0;
}
.klaro .wsd-card-header button {
  width: 100%;
  text-align: left;
  color: #1b1a1a;
  padding: 5px 0 5px 20px;
  font-size: 1em;
}
.klaro .wsd-card-header button:hover, .klaro .wsd-card-header button:focus, .klaro .wsd-card-header button:active {
  color: #1b1a1a;
  text-decoration: none;
}
.klaro .wsd-card-buttons input[type=number] {
  width: 50px;
  padding: 0 5px 0 0;
  font-size: 1.45em;
  text-align: right;
  border: 1px solid #333d42;
}
.klaro .wsd-accordion-icon {
  margin-top: 0.5%;
}
.klaro .click-block {
  pointer-events: none;
}
.klaro #wsd-darkscreen {
  display: none;
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  z-index: 5000000;
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  min-width: 100% !important;
  height: 100%;
  min-height: 100% !important;
}
.klaro #wsd-darkscreen.active {
  display: block;
}
.klaro #wsd-sidecart {
  position: fixed;
  top: 0;
  bottom: 0;
  overflow-y: auto;
  right: -445px;
  z-index: 5000100;
  width: 445px;
  max-width: 100%;
  min-height: 100vh;
  background: #fff;
  padding: 15px;
  border-right: 0;
  -webkit-transition: width 0.5s linear;
  transition: all 0.3s linear;
}
.klaro #wsd-sidecart.active {
  right: 0;
}
.klaro .sidecart-succsess-text {
  font-family: sourcesanspro-light, arial, sans-serif;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  margin-top: -10px;
  margin-bottom: 60px;
}
.klaro .sidecart-close {
  font-size: 30px;
  padding: 1px 5px 0 0;
  cursor: pointer;
  margin-right: 5%;
}
.klaro .sidecart-header {
  line-height: 22px;
  margin-bottom: 20px;
}
.klaro .wsd-sidecart-btn {
  text-align: center;
}
.klaro .wsd-btn-row {
  margin: 25px 0;
}
.klaro .one-product {
  position: relative;
}
.klaro .one-product a {
  font-size: 18px;
  font-family: RobotoCondensed-Bold, arial, sans-serif;
}
.klaro .one-product img {
  padding-right: 15px;
}
.klaro .one-product .total div, .klaro .one-product .total span, .klaro .one-product .total b {
  font-size: 18px;
  font-family: sourcesanspro-light, arial, sans-serif;
}
.klaro .one-product .total {
  bottom: 0;
  width: 100%;
  line-height: 1.3em;
}
.klaro .one-product .total span.right b {
  font-family: sourcesanspro-normal, arial, sans-serif;
  font-size: 20px;
}
.klaro .mini-cart-total {
  margin: 25px 0;
}
.klaro .mini-cart-total .sub_total {
  color: #3390e1;
  font-size: 20px;
}
.klaro #lizenz .card-body .slick-list {
  background: initial;
}
.klaro #lizenz .wsd-accordion-content {
  background-color: initial;
}
.klaro #lizenz .card-product {
  position: relative;
  padding: 0 15px;
  background-color: #fff;
}
.klaro #lizenz .card-product.card-shadow {
  padding-bottom: 35px;
}
.klaro .card-product .card-row {
  width: 100%;
}
.klaro #lizenz .slick-track {
  padding-top: 15px;
}
.klaro #lizenz .card-recommend-header {
  margin-top: -33px;
  margin-bottom: 23px;
}
.klaro .text-center {
  text-align: center;
}
.klaro .navbar.wsd-navbar {
  justify-content: space-between;
  padding: 0.5rem 0;
}
@media screen and (max-width: 1200px) {
  .klaro .navbar.wsd-navbar {
    justify-content: space-between;
  }
}
@media screen and (max-width: 1080px) {
  .klaro .product-background {
    min-height: 0;
    background: 0;
  }
  .klaro .wsd-product-tabs {
    display: none;
  }
  .klaro .wsd-accordion-header {
    display: block;
  }
}
@media screen and (max-width: 995px) {
  .klaro .button-big {
    font-size: 1.4em;
  }
  .klaro .wsd-card-buttons input[type=number] {
    font-size: 1.4em;
    padding-right: 5px;
  }
  .klaro #button-cart-input {
    font-size: 1.4em;
  }
  .klaro .button-back {
    padding: 5px 10px;
  }
  .klaro .new-pp-express {
    width: 144px;
  }
}
@media (min-width: 991px) {
  .klaro h1 .h1 {
    font-size: 2.5em;
  }
  .klaro .hidden-lg {
    display: none;
  }
}
@media (max-width: 990px) {
  .klaro .hidden-lg {
    display: block;
  }
}
@media (max-width: 991px) {
  .klaro .container {
    max-width: 100%;
  }
  .klaro .float-none-sm {
    float: none !important;
  }
  .klaro .hidden-sm {
    display: none;
    height: 0;
    opacity: 0;
  }
}
@media (max-width: 900px) {
  .klaro .background-triangle svg polygon {
    fill: #fff;
  }
  .klaro .hardware-link {
    padding-bottom: 10px !important;
    padding-top: 10px;
    background: #0074d9;
  }
}
@media (max-width: 767px) {
  .klaro .visible-less-768 {
    display: block !important;
  }
  .klaro .footer-bottom-line .text-right, .klaro .footer-bottom-line .text-left, .klaro footer-bottom-line .text-center {
    text-align: center !important;
  }
}
@media screen and (max-width: 632px) {
  .klaro .wsd-navbar {
    height: auto;
  }
  .klaro .wsd-navbar-2 .wsd-main-menu {
    margin: 0 auto;
    text-align: center;
    justify-content: center;
  }
  .klaro .navbar.wsd-navbar {
    justify-content: center;
  }
}
@media screen and (max-width: 600px) {
  .klaro h1, .klaro .h1 {
    font-size: 2.3em;
  }
  .klaro #wsd-header select.custom-select {
    padding: 0.2rem 2rem 0.2rem 0.5rem;
  }
  .klaro #wsd-header .wsd-select-down {
    right: 9px;
  }
  .klaro .wsd-header-cart i {
    font-size: 2.2rem;
  }
}
@media (max-width: 576px) {
  .klaro .mr-sm-2, .klaro .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
}
@media screen and (max-width: 575px) {
  .klaro .hidden-xs {
    display: none;
    height: 0;
    opacity: 0;
  }
  .klaro .float-none-xs {
    float: none !important;
  }
  .klaro .header-right {
    width: 100%;
    display: block;
    float: right;
  }
  .klaro .wsd-main-menu {
    display: inline-block;
    float: right;
  }
  .klaro li.wsd-header-cart {
    right: 5px;
  }
  .klaro .navbar-light .navbar-toggler {
    position: absolute;
    top: -58px;
    left: 0;
    z-index: 5;
  }
  .klaro .navbar.wsd-navbar.wsd-navbar-2 {
    padding: 0;
    justify-content: left;
  }
  .klaro .navbar-collapse ul, .klaro .navbar-collapse ul {
    margin-top: 10px !important;
    padding-top: 10px;
    border-top: 1px solid #fff;
    padding-bottom: 5px;
    text-align: center;
  }
  .klaro ul.wsd-main-menu li {
    padding: 5px 10px;
    float: left;
  }
  .klaro ul.nav.wsd-main-menu.mr-auto {
    text-align: center;
  }
  .klaro .nav.wsd-main-menu.mr-auto li {
    display: inline-block;
    float: none;
    margin: 0 auto;
  }
}
@media screen and (max-width: 500px) {
  .klaro h1, .klaro .h1 {
    font-size: 2em;
  }
  .klaro .wsd-main-menu.ml-auto {
    margin-left: 0 !important;
    width: 100%;
    bottom: 0;
  }
  .klaro .wsd-navbar {
    padding-right: 0;
  }
}
@media screen and (max-width: 435px) {
  .klaro .hidden-435 {
    display: none;
  }
  .klaro .visible-435 {
    display: initial;
  }
}
@media screen and (max-width: 370px) {
  .klaro .h1, .klaro h1 {
    font-size: 25px;
  }
  .klaro .h2, .klaro h2 {
    font-size: 23px;
  }
  .klaro .h3, .klaro h3 {
    font-size: 20px;
  }
  .klaro .h4, .klaro h4 {
    font-size: 18px;
  }
  .klaro .h5, .klaro h5 {
    font-size: 16px;
  }
  .klaro .h6, .klaro h6 {
    font-size: 14px;
  }
  .klaro p, .klaro .wsd-ul li {
    font-size: 1rem;
  }
  .klaro .button-big {
    font-size: 1.2em;
  }
  .klaro .wsd-card-buttons input[type=number] {
    font-size: 1.2em;
    padding-right: 10px;
  }
  .klaro #button-cart-input {
    font-size: 1.2em;
  }
  .klaro .button-back {
    padding: 2px 10px;
  }
  .klaro .new-pp-express {
    width: 129px;
    background-size: 100%;
  }
}
@media screen and (max-width: 320px) {
  .klaro .slick-prev {
    left: -20px;
  }
  .klaro .slick-next {
    right: -20px;
  }
}
@media (min-width: 991px) {
  .klaro .hidden-lg {
    display: none;
  }
  .klaro .hidden-md {
    display: block;
  }
}
@media (max-width: 990px) {
  .klaro .hidden-lg {
    display: block;
  }
  .klaro .hidden-md {
    display: none;
  }
}

/*# sourceMappingURL=style.css.map */
