.center {
  display: block;
  text-align: center;
  margin: 0 auto;
}
.right {
  text-align: right;
}
.left {
  text-align: left;
}
.bottom {
  vertical-align: bottom;
}
.top {
  vertical-align: top;
}
.float_l {
  float: left;
}
.floatleft {
  float: left;
}
.floatright {
  float: right;
}
/*######################## margin ###############################*/
.no_margin {
  margin: 0 !important;
}
.m-t-sm {
  margin-top: 5px;
}
.m-t {
  margin-top: 20px;
}
.m-t-md {
  margin-top: 12px;
}
.m-t-lg {
  margin-top: 30px;
}
.m-t-xl {
  margin-top: 40px;
}
.m-b-sm {
  margin-bottom: 5px;
}
.m-b {
  margin-bottom: 20px;
}
.m-b-md {
  margin-bottom: 12px;
}
.m-b-lg {
  margin-bottom: 30px;
}
.m-b-xl {
  margin-bottom: 40px;
}
.m-l-sm {
  margin-left: 5px;
}
.m-l {
  margin-left: 12px;
}
.m-l-md {
  margin-left: 12px;
}
.m-l-lg {
  margin-left: 30px;
}
.m-l-xl {
  margin-left: 40px;
}
.m-r-sm {
  margin-right: 5px;
}
.m-r {
  margin-right: 12px;
}
.m-r-md {
  margin-right: 12px;
}
.m-r-lg {
  margin-right: 30px;
}
.m-r-xl {
  margin-right: 40px;
}
.no-margin-top {
  margin-top: 0;
}
@media only screen and (max-width: 600px) {
  .mobile-margin-0 {
    margin: 0;
  }
}
/*######################## padding ##############################*/
.no_padding {
  padding: 0 !important;
}
.main_padding {
  padding: 15px;
}
.p-l-sm {
  padding-left: 5px;
}
.p-r-sm {
  padding-right: 5px;
}
.p-l-md {
  padding-left: 12px;
}
.p-t-md {
  padding-top: 10px;
}
.p-t {
  padding-top: 20px;
}
.left_space {
  padding-left: 42px;
}
@media only screen and (max-width: 600px) {
  .mobile-padding-0 {
    padding: 0;
  }
}
/*######################## white-space ##########################*/
.nowrap {
  white-space: nowrap !important;
}
.ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}
/*########################### font-size #########################*/
@media only screen and (max-width: 600px) {
  #main-content h1 {
    font-size: 28px;
  }
  #main-content h2 {
    font-size: 22px;
  }
  #main-content h3 {
    font-size: 17px;
  }
}
.small_type {
  font-size: 0.7em !important;
  margin-top: 5px;
}
/*############################# links ###########################*/
.alert-danger a {
  color: #a94442;
}
#main-content a {
  text-decoration: underline;
}
#main-content .product--image {
  text-decoration: none;
}
#main-content a:hover {
  text-decoration: none;
}
#main-content a.btn {
  text-decoration: none;
}
#main-content a.btn.btn-primary {
  color: #ffffff;
}
#main-content footer .nav a {
  text-decoration: none;
}
/*########################### tables ##########################*/
table {
  width: 100%;
}
table thead th {
  border-bottom: none;
  color: #3c63ac;
}
table thead tr {
  height: 50px;
}
table tbody td {
  vertical-align: top;
}
tr td span {
  padding-left: 8px;
}
.td-middle td {
  vertical-align: middle;
}
table.td_middle tr td {
  vertical-align: middle;
  padding: 4px 6px;
}
.tb_lagerkaesten td img {
  margin: 0 !important;
}
.tb_preisanfrage td img {
  margin: 0 !important;
}
.tablebox {
  border: 1px solid #ccc;
  background-color: #f2f2f2;
  padding: 8px;
  margin-bottom: 20px;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
.tablebox input,
.tablebox select,
.tablebox textarea {
  border: 1px solid #CCCCCC;
}
.bordertable thead th {
  background-color: transparent;
  border-bottom: none;
  border-right: 1px solid #CCCCCC;
}
.bordertable tbody td {
  background-color: transparent;
  border: 1px solid #CCCCCC;
}
.bordertable .yellow_head {
  border: 1px solid #3c63ac;
}
.bordertable .yellow_head th:last-child {
  border-right: 1px solid #3c63ac;
}
.bordertable .yellow_head th {
  background-color: #ffd966;
  padding: 0 6px;
}
.bordertable tbody tr.no_border td {
  border: none;
}
/*########################### misc ############################*/
hr,
.hr {
  border-top: 1px solid #3c63ac;
  border-bottom: 1px solid #7d9ad1;
  clear: both;
  height: 0;
  padding: 0;
}
hr.thin {
  border-top: none;
  border-bottom: 1px solid #7d9ad1;
}
.no-click {
  pointer-events: none;
}
.tooltip {
  cursor: pointer;
}
@media only screen and (max-width: 1023px) {
  .dl-horizontal dt {
    margin-top: 10px;
  }
}
#wrapper .no_border {
  border: none !important;
}
#wrapper .btn-primary.ladda-button {
  background-color: #3c63ac;
  padding-top: 10px;
  padding-bottom: 10px;
}
#wrapper .btn-primary.ladda-button.button-small {
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 14px;
}
#wrapper .btn-primary.ladda-button:active,
#wrapper .btn-primary.ladda-button:hover {
  background-color: #2f4d86;
  border-color: #2f4d86;
}
#wrapper .ladda-button:focus-within {
  outline: none;
}
#header {
  position: relative;
}
#header h1 {
  display: inline-block;
  margin: 0;
}
#logo {
  margin: 0;
  position: relative;
  z-index: 1;
}
#logo img {
  padding: 4px 0;
  display: inline-block;
}
#auto_header {
  position: absolute;
  bottom: -9px;
  right: 0;
  left: 0;
  margin: auto;
  z-index: -1;
}
#specialOffersNav {
  background: #cc0001;
}
#specialOffersNav a {
  color: white;
}
#navbar .serchbox {
  display: flex;
}
#navbar .serchbox #form_directsearch {
  margin: 0;
  padding: 0 0 0 15px;
}
#navbar .serchbox #form_directsearch input#keywords {
  padding: 13px 8px;
  width: 100px;
  border-radius: 0;
  transition: 300ms width;
  outline: 0;
  font-size: 16px;
  height: 50px;
}
#navbar .serchbox #form_directsearch input#keywords:hover {
  width: 175px;
}
#navbar .serchbox #form_directsearch input#keywords:not(:placeholder-shown),
#navbar .serchbox #form_directsearch input#keywords:focus {
  width: 300px;
  transition: 600ms width;
  outline: none;
  box-shadow: none;
}
#navbar .serchbox #form_directsearch .btn-primary {
  box-sizing: border-box;
  padding: 15px;
  width: 50px;
  height: 50px;
  position: relative;
  top: 0;
  right: 0;
  color: #ffffff;
  background: #3c62ac;
  text-align: center;
  font-size: 19px;
  transition: all 1s;
}
.navbar-default {
  background-color: #ffd966;
  border-color: #3c63ac;
}
.navbar-default .container-fluid {
  padding: 0;
}
.navbar-default .navbar-nav > li > a {
  font-weight: 600;
}
.navbar-default .navbar-nav *:first-letter {
  text-transform: capitalize;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:active,
.navbar-default .navbar-nav > li > a.active,
.navbar-default .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: #3c63ac;
}
.dropdown-menu li.deactivated {
  opacity: 0.5;
}
#sidebar-wrapper .navbar-nav > li > ul > li > ul {
  display: none;
}
.nosidebar {
  display: none;
}
/* Large Devices, Wide Screens */
@media (max-width: 1200px) {
  .navbar-header {
    width: 100%;
    margin: 0 !important;
    float: none;
  }
  .navbar-header .navbar-brand {
    margin-left: 0 !important;
  }
  .navbar-header .navbar-toggle {
    display: block;
  }
  #navbar {
    margin: 0 !important;
    border-top: 1px solid #e7e7e7;
    padding-left: 15px;
    padding-right: 15px;
  }
  #navbar .navbar-nav {
    float: none !important;
    margin: 7.5px -15px;
  }
  #navbar .navbar-nav li {
    float: none;
  }
  #navbar .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #navbar .navbar-nav > li > a .glyphicon {
    float: right;
  }
  #navbar #form_directsearch {
    width: 100%;
    padding: 15px 0 !important;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid transparent;
  }
  #navbar #form_directsearch > div {
    width: 100%;
  }
  #navbar #form_directsearch > div input {
    width: 100% !important;
  }
  #navbar #form_directsearch > div .input-group-btn {
    width: 1% !important;
  }
  #navbar #specialOffersNav {
    background: initial;
  }
  #navbar #specialOffersNav a {
    color: #3c63ac;
  }
  #navbar #specialOffersNav a:hover,
  #navbar #specialOffersNav a.active {
    color: white;
  }
  #navbar.navbar-collapse.collapse {
    display: none !important;
  }
  #navbar.navbar-collapse.collapse.in {
    display: block !important;
  }
}
@media (max-width: 1200px) {
  #navbar .navbar-nav li:not(.show-submenu-on-mobile-device) .dropdown-menu,
  #navbar .navbar-nav li:not(.show-submenu-on-mobile-device) .dropdown-toggle .caret {
    display: none !important;
  }
  #navbar .navbar-nav li.show-submenu-on-mobile-device > .dropdown-toggle {
    display: none !important;
  }
  #navbar .navbar-nav li.show-submenu-on-mobile-device > .dropdown-menu {
    padding: 0;
    display: block !important;
    position: initial !important;
    width: 100%;
    float: none;
    border-radius: 0;
    border: none;
    box-shadow: none;
    background: unset;
    opacity: 1 !important;
  }
  #navbar .navbar-nav li.show-submenu-on-mobile-device > .dropdown-menu a {
    color: #3c63ac;
    font-weight: bold;
  }
  #navbar .navbar-nav li.show-submenu-on-mobile-device > .dropdown-menu a.active,
  #navbar .navbar-nav li.show-submenu-on-mobile-device > .dropdown-menu a:hover {
    color: white;
    background: #3c63ac;
  }
}
@media (hover: none) {
  #navbar .navbar-nav li:not(.show-submenu-on-mobile-device) .dropdown-menu,
  #navbar .navbar-nav li:not(.show-submenu-on-mobile-device) .dropdown-toggle .caret {
    display: none !important;
  }
}
@media (min-width: 1201px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: 0;
  }
  .navbar-collapse.collapse {
    -webkit-display: flex !important;
    -moz-display: flex !important;
    -ms-display: flex !important;
    -o-display: flex !important;
    -khtml-display: flex !important;
    display: flex !important;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    -khtml-justify-content: space-between;
    justify-content: space-between;
  }
  .navbar-collapse.collapse .nav.navbar-nav {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    -khtml-display: flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    -khtml-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex: auto;
    -moz-flex: auto;
    -ms-flex: auto;
    -o-flex: auto;
    -khtml-flex: auto;
    flex: auto;
  }
}
.fixedbasket {
  border: 1px solid #3c63ac;
  border-top: 0;
  background-color: #f2f2f2;
  width: 275px;
  z-index: 9999;
  float: right;
  transition: all 0.05s;
}
.fixedbasket p {
  font-size: 0.8em;
  color: #3c63ac;
  padding: 5px 10px;
  margin-bottom: 0;
}
.fixedbasket .h5 {
  font-size: 14px;
  font-weight: 600;
  padding: 0;
  margin: 0;
  float: left;
  transition: color ease 0.4s;
}
.fixedbasket .account_language .wrap {
  color: #3c63ac;
  background-color: transparent;
}
.fixedbasket .account_language .myaccountbtn {
  float: right;
}
.fixedbasket .btn {
  padding: 11px 15px;
}
.fixedbasket .btn span.h5 {
  padding-top: 3px;
}
.fixedbasket .shipping-country-switcher {
  border: none;
  height: 44px;
  margin-left: 2px;
}
.fixedbasket .shipping-country-switcher span {
  font-size: 21px;
}
.fixedbasket .shipping-country-switcher:hover {
  background: #e0e0e0;
}
.fixedbasket .account_language .languageswitcher {
  float: left;
}
.fixedbasket .account_language .languageswitcher .flag-icon {
  width: 2em;
  line-height: 1.6em;
}
.fixedbasket .account_language .languageswitcher .nav > li > a {
  padding: 11px 3px 11px 10px;
  border-radius: 0;
}
.fixedbasket .account_language .languageswitcher .dropdown-menu {
  z-index: 1001;
  border-radius: 0;
  margin: 0;
  border: none;
}
.fixedbasket .account_language .languageswitcher .dropdown-menu > li > a {
  padding: 7px 20px;
}
.fixedbasket .account_language .languageswitcher .glyphicon-globe {
  font-size: 21px;
  top: 5px;
  line-height: 0.5;
}
.fixedbasket .mywishlist,
.fixedbasket .minibasket {
  min-height: 47px;
  position: relative;
}
.fixedbasket .mywishlist img,
.fixedbasket .minibasket img {
  position: absolute;
  top: 12px;
  left: 10px;
}
.fixedbasket .mywishlist .wrap p {
  margin: 0;
}
.fixedbasket .mywishlist .wrap {
  padding-top: 11px;
  border-top: 1px solid #3c63ac;
  border-bottom: 1px solid #3c63ac;
  -webkit-transition: background ease 0.4s;
  -moz-transition: background ease 0.4s;
  -ms-transition: background ease 0.4s;
  -o-transition: background ease 0.4s;
  transition: background ease 0.4s;
  width: 100%;
  height: 44px;
}
.fixedbasket .basketline {
  display: flex;
  justify-content: space-between;
  -webkit-transition: background ease 0.4s, color ease 0.4s;
  -moz-transition: background ease 0.4s, color ease 0.4s;
  -ms-transition: background ease 0.4s, color ease 0.4s;
  -o-transition: background ease 0.4s, color ease 0.4s;
  transition: background ease 0.4s, color ease 0.4s;
  width: 100%;
}
.fixedbasket .starsymbol,
.fixedbasket .cartsymbol {
  font-size: 16px;
}
.fixedbasket .cartsymbol {
  margin-left: 33px;
}
.fixedbasket .cartsymbol sup,
.fixedbasket .starsymbol sup {
  top: -1em;
  right: 0.2em;
  font-size: 10px;
}
.fixedbasket .cartprice {
  font-size: 12px;
  padding-top: 1px;
}
.fixedbasket .basketline:hover .glyphicon.cartarrow:before {
  color: #3c63ac;
}
/* #### shrinked basket #### */
.fixedbasket.longbasket {
  width: 710px;
  font-size: 14px;
  position: fixed;
  right: 5px;
  border: 1px solid #3c63ac;
  border-top: none;
  transition: none;
}
.fixedbasket.longbasket .cartprice {
  padding-top: 0;
}
.fixedbasket.longbasket .account_language,
.fixedbasket.longbasket .minibasket {
  width: 265px;
}
.fixedbasket.longbasket .mywishlist {
  width: 175px;
  min-height: 1px;
}
.fixedbasket.longbasket .minibasket {
  min-height: 1px;
}
.fixedbasket.longbasket > div {
  float: right;
}
.fixedbasket.longbasket > div > div {
  float: left;
  font-size: 12px;
}
.fixedbasket.longbasket .starsymbol,
.fixedbasket.longbasket .cartsymbol {
  font-size: 14px;
}
.fixedbasket.longbasket .account_language .wrap {
  padding: 0 0;
}
.fixedbasket.longbasket .mywishlist .wrap {
  border: 0 none;
  padding: 12px 10px 4px;
}
.fixedbasket.longbasket .languageswitcher .nav > li > a {
  padding: 13px 3px 11px 10px;
}
@media only screen and (max-device-width: 720px) {
  .fixedbasket {
    transition: none;
    width: 100%;
    font-size: 14px;
    border: 1px solid #3c63ac;
    border-top: none;
  }
  .fixedbasket.show-shipping-country-switcher .glyphicon-chevron-down {
    display: none;
  }
  .fixedbasket .btn {
    height: 44px;
  }
  .fixedbasket .h5 {
    font-weight: normal;
  }
  .fixedbasket > div {
    display: flex;
    justify-content: end;
  }
  .fixedbasket > div .account_language > div {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  .fixedbasket > div .account_language > div .myaccountbtn span {
    font-weight: normal;
  }
  .fixedbasket > div .account_language > div .languageswitcher {
    white-space: nowrap;
    padding-right: 8px;
  }
  .fixedbasket > div .account_language > div .languageswitcher .flag-icon {
    margin-right: 5px;
  }
  .fixedbasket > div .account_language > div .languageswitcher .language-selected {
    display: inline-block;
  }
  .fixedbasket > div .minibasket .h5 {
    display: inline-block;
  }
  .fixedbasket > div .minibasket .cartsymbol {
    margin-left: 20px;
  }
  .fixedbasket .cartprice {
    padding-top: 0;
  }
  .fixedbasket .account_language,
  .fixedbasket .minibasket {
    width: 265px;
  }
  .fixedbasket .account_language {
    font-size: 12px;
  }
  .fixedbasket .mywishlist {
    width: 175px;
    min-width: 155px;
    min-height: 1px;
  }
  .fixedbasket .minibasket {
    min-height: 1px;
  }
  .fixedbasket .starsymbol,
  .fixedbasket .cartsymbol {
    font-size: 14px;
  }
  .fixedbasket .account_language .wrap {
    padding: 0 0;
  }
  .fixedbasket .mywishlist .wrap {
    border: 0 none;
    padding: 12px 10px 4px;
  }
  .fixedbasket .languageswitcher .nav > li > a {
    padding: 13px 3px 11px 10px;
  }
  :lang(nl) .fixedbasket > div .minibasket .cartsymbol,
  :lang(fr) .fixedbasket > div .minibasket .cartsymbol {
    margin-left: 10px;
  }
  .fixedbasket.longbasket {
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
  }
  .fixedbasket.longbasket.show-shipping-country-switcher .shipping-country-switcher {
    display: none;
  }
  .fixedbasket.longbasket.show-shipping-country-switcher .glyphicon-chevron-down {
    display: revert;
  }
  .fixedbasket.longbasket > div {
    float: none;
    display: flex;
    justify-content: end;
  }
}
@media only screen and (max-device-width: 600px) {
  .header-right .fixedbasket > div .mywishlist {
    width: 60px;
    min-width: 60px;
  }
  .header-right .fixedbasket > div .mywishlist .h5 {
    display: none;
  }
}
@media only screen and (max-device-width: 520px) {
  .header-right .fixedbasket > div .account_language {
    width: auto;
  }
  .header-right .fixedbasket > div .account_language > div .languageswitcher .flag-icon {
    margin-right: 10px;
  }
  .header-right .fixedbasket > div .account_language > div .languageswitcher .language-selected {
    display: none;
  }
}
@media only screen and (max-device-width: 470px) {
  .header-right .fixedbasket > div .minibasket .h5 {
    display: none;
  }
  .header-right .fixedbasket > div .account_language > div .languageswitcher {
    padding-right: 5px;
  }
}
@media only screen and (max-device-width: 400px) {
  .header-right .fixedbasket > div .minibasket .cartsymbol {
    margin-left: 0;
  }
}
@media only screen and (max-device-width: 370px) {
  .header-right .fixedbasket > div .myaccountbtn span {
    display: none;
  }
}
@media only screen and (max-device-width: 320px) {
  .header-right .fixedbasket > div .shipping-country-switcher {
    display: none;
  }
  .header-right .fixedbasket > div .mywishlist {
    min-width: 55px;
  }
  .header-right .fixedbasket > div .glyphicon-chevron-down {
    display: none;
  }
  .header-right .fixedbasket.longbasket > div .languageswitcher {
    display: none;
  }
}
/*############# User soll Portraiansicht Drehen*/
/*@media only screen and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  html:after  {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,0.7);
    height: auto;
    color: #ffffff;
    font-size: 100vmin;
    content:  "⤺";
    text-align: center;
    z-index:100;
  }
}*/
/*###########################################################################*/
body {
  background-color: #f2f2f2;
}
/* ################## Rahmen um das komplette Projekt #######################*/
#wrapper {
  position: relative;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  background-color: #f2f2f2;
  z-index: 100;
}
#content {
  overflow: hidden;
  color: #525d89;
  padding: 15px 8px 0 8px;
  z-index: 0;
}
.content {
  padding: 30px;
}
#main-content:not(.home) > .container-fluid {
  padding: 0;
}
main {
  margin-bottom: 30px;
}
/*######################## breadcrumb ###############################*/
.breadcrumb {
  padding-left: 0;
  background-color: #f5f5f5;
  border-radius: 0;
}
.breadcrumb > li + li:before {
  color: #3c63ac;
  font-weight: 600;
}
.breadcrumb > .active {
  color: #3c63ac;
  font-weight: 600;
}
.breadcrumb > .active a {
  text-decoration: none !important;
}
/*######################## startseite ###############################*/
/*Katalog Teaser*/
.kat {
  position: relative;
}
.kat .btn {
  padding: 12px 2px;
}
.kat_icon {
  background-color: #ffd966;
  color: #355899;
  position: absolute;
  top: 1px;
  right: 1px;
  padding: 0 3px;
  line-height: 1;
}
.kat_icon span {
  display: block;
  text-align: center;
  font-weight: 600;
  font-size: 26px;
}
/*######################## bilder ###############################*/
.width_100 {
  width: 100%;
  display: block;
}
/*########################### width #############################*/
.width120 {
  width: 120px;
}
/*#################### general font style classes ################*/
.first-letter-uppercase:first-letter,
.first-letter-uppercase *:not(input):first-letter {
  text-transform: capitalize;
}
.first-letter-uppercase--label label:first-letter,
.first-letter-uppercase--h4 h4:first-letter {
  text-transform: capitalize;
}
.first-letter-uppercase a,
.first-letter-uppercase span {
  display: inline-block;
}
.glyphicon-shadow {
  text-shadow: 0 0 8px #485987;
}
/*########### ToDo noch zu ordnen ################################*/
.mobile {
  display: none;
}
.strike {
  text-decoration: line-through;
}
.stock-light-caption {
  font-size: 0.9em;
  list-style: none;
  padding: 0;
  margin: 0;
}
.stock-light-caption li {
  display: inline;
}
.bt-liste {
  margin: 20px;
  display: block;
}
.bt-liste a,
.bt-liste a:hover {
  margin: 0 12px 4px 0;
}
.tooltip {
  white-space: normal !important;
}
.tooltip .tooltip-inner section {
  text-align: left;
  margin-top: 1em;
  margin-bottom: 1em;
}
.panel {
  border-radius: 0;
}
.banner_download {
  position: relative;
  display: inline-block;
}
.banner_download:before {
  width: 98px;
  height: 98px;
  content: '';
  background-image: url(../language/de/img/free_download.png);
  position: absolute;
  right: 0;
  top: 0;
}
.thumbnail {
  position: relative;
  padding: 0;
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  border-radius: 0;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
  margin-bottom: 20px;
  line-height: 1.42857143;
  display: block;
}
.thumbnail .btn {
  padding: 9px 2px;
}
#loading_div {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#noResultContainer {
  display: none;
}
#languageChanger {
  display: inline-flex;
}
#languageChanger .glyphicon {
  font-size: x-large;
}
#languageChanger a:hover,
#languageChanger a:focus {
  text-decoration: none;
}
#languageChanger a:hover span,
#languageChanger a:focus span {
  text-decoration: underline;
}
#languageChanger a:hover .flag-icon,
#languageChanger a:focus .flag-icon {
  text-decoration: none;
}
#languageChanger .flag-icon {
  width: 2em;
  line-height: 2em;
}
header {
  display: flex;
}
.header-right {
  height: 137px;
}
.header-left {
  width: 100%;
  margin-right: 15px;
}
.content-img-fluid {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
#address_content_left {
  margin: 30px 0 0 12px;
}
#address_content_left address,
#address_content_left address a {
  color: #717171 !important;
  font-size: 12px;
  font-weight: bold;
}
.slow-fade {
  opacity: 0;
  -webkit-transition: opacity 1s linear;
  -moz-transition: opacity 1s linear;
  -o-transition: opacity 1s linear;
  transition: opacity 1s linear;
}
.slow-fade.in {
  opacity: 1;
}
/* small Devices, Smartphones */
@media only screen and (max-width: 600px) {
  .content {
    padding: 30px 0;
  }
  main {
    margin-bottom: 0;
  }
  main.container-fluid > section.container {
    padding: 0;
  }
}
@media only screen and (max-device-width: 720px) {
  #header {
    padding: 0;
  }
  #header .header-right {
    height: auto;
  }
  #header .header-left #logo img {
    padding: 4px 15px;
  }
}
/* Medium Devices, Desktops */
@media screen and (min-width: 768px) {
  main .container {
    width: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .form-horizontal .col-sm-9,
  #form-co-address .col-sm-9 {
    width: 50%;
  }
}
/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
  main .container {
    max-width: 1170px;
  }
}
.shipping_detail,
.select-shipping-type-preview {
  padding: 0;
}
.shipping_detail .weight,
.select-shipping-type-preview .weight {
  width: 55px;
  text-align: right;
  display: inline-block;
}
.shipping_detail .price,
.select-shipping-type-preview .price {
  width: 80px;
  text-align: right;
  display: inline-block;
}
.shipping_detail .weight:lang(fr),
.select-shipping-type-preview .weight:lang(fr),
.shipping_detail .weight:lang(es),
.select-shipping-type-preview .weight:lang(es),
.shipping_detail .weight:lang(it),
.select-shipping-type-preview .weight:lang(it),
.shipping_detail .weight:lang(nl),
.select-shipping-type-preview .weight:lang(nl) {
  width: 35px;
}
.shipping_table {
  margin-top: 30px;
}
.shipping_table.table > thead > tr > th,
.shipping_table.table > tbody > tr > th,
.shipping_table.table > tfoot > tr > th,
.shipping_table.table > thead > tr > td,
.shipping_table.table > tbody > tr > td,
.shipping_table.table > tfoot > tr > td {
  padding: 4px;
}
.shipping_table.table > tbody > tr > td:last-child {
  padding: 1px;
  text-align: center;
}
.shipping_table.table > thead > tr > th:first-letter,
.shipping-type-caption:first-letter {
  text-transform: capitalize;
}
.shipping_table.table .shipping-price-standard,
.shipping_table.table .shipping-price-express,
.shipping_table.table .shipping-price-country {
  white-space: nowrap;
}
.shipping_table.table .shipgworld .form-horizontal {
  padding-top: 22px;
}
#main-content {
  position: relative;
  padding-left: 0;
  background-color: #f2f2f2;
}
#main-content.toggleable {
  -webkit-transition: padding-left 0.5s ease;
  -moz-transition: padding-left 0.5s ease;
  -o-transition: padding-left 0.5s ease;
  transition: padding-left 0.5s ease;
}
#main-content.toggleable #sidebar-wrapper {
  -webkit-transition: margin-left 0.5s ease, width 0.5s ease;
  -moz-transition: margin-left 0.5s ease, width 0.5s ease;
  -o-transition: margin-left 0.5s ease, width 0.5s ease;
  transition: margin-left 0.5s ease, width 0.5s ease;
}
#main-content.toggled #sidebar-wrapper {
  width: 0;
}
#page-content-wrapper {
  background-color: #f2f2f2;
  width: 100%;
}
#main-content.toggled #page-content-wrapper {
  position: absolute;
  margin-right: -250px;
}
/* Sidebar Styles */
.sidebar-nav {
  position: relative;
  top: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}
.sidebar-nav > li {
  position: relative;
  display: block;
  float: left;
}
.sidebar-nav li {
  text-indent: 10px;
  line-height: 30px;
}
.sidebar-nav li a {
  display: block;
  text-decoration: none;
  white-space: nowrap;
}
.sidebar-nav li a:active,
.sidebar-nav li a:focus {
  text-decoration: none;
}
.sidebar-nav li a.deactivated {
  opacity: 0.5;
}
.home #sidebar-wrapper,
.listing-catalog #sidebar-wrapper,
.listing-series #sidebar-wrapper,
.listing-model #sidebar-wrapper,
.listing-unit #sidebar-wrapper,
.listing-image-number #sidebar-wrapper {
  left: 250px;
}
#sidebar-wrapper {
  position: absolute;
  z-index: 999;
  overflow: hidden;
  width: 250px;
  height: auto;
  margin-left: -250px;
  background-color: #f2f2f2;
}
#sidebar-wrapper .navbar.sidebar {
  padding-left: 15px;
}
#sidebar-wrapper .navbar-header {
  width: 100%;
}
#sidebar-wrapper .navbar-header a {
  display: block;
  white-space: nowrap;
}
#sidebar-wrapper .navbar-header a span {
  vertical-align: middle;
  padding: 22px 0;
  font-size: 17px;
}
#sidebar-wrapper .navbar-header .nav-title {
  font-size: 24px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
#sidebar-wrapper .sidebar-nav li {
  width: 100%;
}
#sidebar-wrapper .sidebar-nav > li > a,
#sidebar-wrapper .sidebar-nav > li > ul > li {
  border-bottom: 1px solid #ffffff;
}
#sidebar-wrapper .sidebar-nav li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#sidebar-wrapper .sidebar-nav li a:hover,
#sidebar-wrapper .sidebar-nav li.active > a {
  background-color: #3c63ac;
  color: #ffffff;
}
#sidebar-wrapper .sidebar-nav > li > ul {
  padding-left: 0;
  float: left;
}
#sidebar-wrapper .sidebar-nav > li > ul > li {
  float: left;
  list-style-type: none;
}
#sidebar-wrapper .sidebar-nav > li > ul > li > a {
  text-decoration: none;
  display: block;
  padding: 8px 8px 8px 0;
  font-size: 90%;
  border-left: 10px solid #3c63ac;
}
#sidebar-wrapper .sidebar-nav > li > ul > li.active > a,
#sidebar-wrapper .sidebar-nav > li > ul > li > a:hover {
  border-left: 10px solid #284273;
}
#sidebar-wrapper .navbar-collapse {
  padding-right: 0;
  padding-left: 0;
}
#sidebar-wrapper .sidebar-nav > li > ul > li > ul {
  display: none;
}
/*@media (min-width: 768px) {}*/
#main-content {
  padding-left: 250px;
}
#main-content.toggled {
  padding-left: 0;
}
#page-content-wrapper {
  position: relative;
}
#main-content.toggled #page-content-wrapper {
  position: relative;
  margin-right: 0;
}
@media only screen and (max-width: 720px) {
  #main-content:not(.toggleable) {
    padding-left: 0 !important;
  }
  #main-content:not(.toggleable) #sidebar-wrapper {
    width: 0 !important;
  }
}
/*######################### Product listing ###################################*/
#product_detail_form > div {
  position: relative;
}
#product_detail_form .availability-request {
  border: none;
  padding: 0;
  background: none;
}
#product_detail_form span {
  padding: 0;
  white-space: normal;
}
.cardetails {
  font-size: 13px;
  line-height: 25.5px;
  padding-bottom: 8px;
}
.cardetails ul {
  display: inline-block;
  padding: 0;
  margin: 0;
}
.cardetails ul li {
  display: inline-block;
}
.cardetails ul li:not(:last-child):after {
  content: ' | ';
}
.unit-views-headline {
  font-size: 13px;
  line-height: 26px;
  margin: 8px 0 5px 0;
  float: left;
}
#product_filter a {
  text-decoration: none;
}
.panel-container {
  z-index: 1;
  margin-bottom: 30px;
}
.panel-container .bild-mitte {
  display: inline-block;
  position: relative;
}
.panel-container .bild-mitte.panel-landscape {
  width: 100%;
  aspect-ratio: 37 / 25;
}
.panel-container .bild-mitte.panel-landscape img {
  margin-top: 30px;
  width: 100%;
}
.panel-container .bild-mitte.panel-portrait {
  min-height: 500px;
  aspect-ratio: 25 / 37;
}
.panel-container .bild-mitte img {
  position: relative;
  top: 0;
}
.panel-container .bild-mitte .canvas-area canvas {
  z-index: 1;
  top: 0;
  vertical-align: middle;
}
.big-image {
  position: relative;
  text-align: center;
}
.panel-tools {
  font-size: 20px;
  height: 38px;
  display: flex;
  padding: 0 10px;
  justify-content: space-between;
  position: relative;
}
.panel-tool {
  bottom: 30px;
  position: relative;
}
.big-image .group-tools a {
  position: relative;
  z-index: 2;
}
.magnifier_off {
  position: absolute !important;
  top: 30px;
  left: -10px;
  background-color: white;
  padding: 4px 7px;
  z-index: 100;
  border-radius: 0 0 5px 5px;
}
a.magnifier_off {
  display: none;
}
a.magnifier_off:hover,
a.magnifier_off:active,
a.magnifier_off:focus {
  background-color: white;
}
.list-section .stock-light-caption,
.gallery-section .stock-light-caption {
  padding: 20px 0 30px 0;
}
/*.btn_add_to_wishlist, */
.btn-check-availability {
  color: #1f486d;
  font-style: italic;
  font-size: 1em;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 2px;
  background: #fff;
  padding: 3px 6px;
  outline: none;
  border-radius: 3px;
  border: 1px solid #999999;
  width: 100%;
  display: inline;
  text-align: center;
  text-decoration: none;
}
#listing--product-alternate canvas {
  max-width: 100%;
}
#listing--product-alternate--note {
  margin-bottom: 20px;
}
.image-configurator canvas {
  width: 100%;
  vertical-align: top;
}
.auto-translation-info {
  margin-top: 20px;
  font-size: 0.9em;
}
#products_table .product--sell-of--warning {
  padding: 0 !important;
}
#products_table .product--sell-of--warning i {
  padding: 0 !important;
}
@media print {
  .panel-container {
    position: static !important;
  }
}
@media (min-width: 1200px) {
  #products_table {
    margin-top: 0;
  }
}
#products_table {
  border-left: 1px solid #ccc;
}
#products_table thead th {
  background-color: transparent;
  border-bottom: none;
  border-right: 1px solid #CCCCCC;
}
#products_table tbody tr.product.product-replacement td {
  border-top: none;
  padding-top: 0;
}
#products_table tbody tr.product.product-has-replacement td {
  border-bottom: none;
  padding-bottom: 3px;
}
#products_table tbody tr td:first-child {
  text-align: right;
}
#products_table tbody tr td:last-child {
  white-space: nowrap;
}
#products_table tbody tr td.prod_controls {
  text-align: right;
}
#products_table tbody tr td:nth-child(1),
#products_table tbody tr td:nth-child(2),
#products_table tbody tr td:nth-child(3),
#products_table tbody tr td:nth-child(4) {
  cursor: pointer;
}
#products_table tbody tr td {
  background-color: transparent;
  border: 1px solid #CCCCCC;
  font-size: 94%;
}
#products_table tbody tr td.prod_name {
  max-width: 250px;
}
#products_table tbody tr td.prod_name .prod_oe {
  color: #596673;
  font-style: italic;
  font-size: 12px;
}
#products_table tbody tr td.prod_name a {
  display: inline-block;
  word-wrap: break-word;
  word-break: break-word;
}
#products_table tbody tr td.prod_variants_link {
  vertical-align: middle;
}
#products_table tbody tr td a {
  text-decoration: none;
}
#products_table tbody tr td input.warenkorb-eingabe.form-control {
  width: 60px;
  display: inline-block;
  vertical-align: middle;
  padding: 0 4px;
}
#products_table tbody tr td .glyphicon {
  font-size: 28px;
}
#products_table tbody tr td .fa,
#products_table tbody tr td .glyphicon {
  padding: 6px;
}
#products_table tbody tr td .fa-cart-arrow-down {
  font-size: 28px;
  padding: 6px 6px 6px 8px;
}
#products_table tbody tr td .glyphicon-envelope {
  font-size: 22px;
  padding: 9px 6px 9px 12px;
}
#products_table tbody tr td .glyphicon-play {
  font-size: 20px;
  padding: 0;
  vertical-align: bottom;
}
#products_table tbody tr td .edit-leaflet {
  vertical-align: sub;
}
#products_table tbody tr td .insert-into-basket {
  border: none;
  padding: 0;
}
#products_table tbody tr td .deposit-article {
  padding: 5px 0 0 0;
  display: block;
  font-size: smaller;
}
#products_table tbody tr td .deposit-article .fa {
  padding: 0 0 0 2px !important;
}
#products_table tbody tr td .info {
  background-color: #3c63ac;
}
#products_table tbody tr td .info a {
  color: #ffd966;
}
#products_table .yellow_header tr th {
  background-color: #ffd966;
  padding: 2px;
}
/* ################################################################################################################## */
/* #### Gallery View ################################################################################################ */
/* ################################################################################################################## */
#unit-views {
  overflow: hidden;
  min-height: 500px;
}
#unit-views .unit-view {
  display: none;
}
#unit-views .unit-view.active {
  display: block;
}
#unit-views .product-gallery-items {
  margin-top: 10px;
}
.unit-view-selection {
  padding: 5px;
  display: flex;
  border: 1px solid #3c63ac;
  margin-bottom: 20px;
  margin-top: 2px;
}
.unit-view-selection a.btn.active {
  box-shadow: none;
  color: black;
}
.unit-view-selection a.btn:active {
  box-shadow: none;
}
.unit-view-selection .unit-view-selection-label {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}
.unit-description {
  position: relative;
  top: -30px;
}
.detail-index .cardetails {
  padding-bottom: 19px;
}
#availability_request h2 {
  visibility: hidden;
  margin: 0;
}
#availability_request .form-control:not([readonly]) {
  background: unset;
}
#availability_request .form-control[readonly] {
  background: #f8f8f8;
}
#availability_request .privacy-notice {
  margin: 30px 0;
}
#availability_request .form-group-position {
  display: none;
}
#item_availability_request .availability-request {
  white-space: normal;
}
#item_availability_request .availability-request .fa.fa-arrow-right {
  display: none;
}
.related-products h2 {
  padding-left: 30px;
  margin-bottom: 15px;
}
.product--detail {
  display: grid;
  grid-template-areas: "title title title" "table img panel" "star img panel" "buy img panel" "footnote img panel";
  grid-template-columns: 33.33% 33.33% 33.33%;
  grid-template-rows: auto min-content min-content min-content 1fr;
  margin-right: -15px;
  margin-left: -15px;
  padding-bottom: 20px;
}
.product--detail.has-3d-model {
  grid-template-areas: "title title title" "table threeD img" "star threeD img" "buy threeD img" "footnote threeD img" "panel . . ";
}
.product--detail.has-3d-model .product--detail--panel {
  margin-top: 20px;
}
.product--detail .btn {
  padding: 9px 2px;
}
.product--detail .product--detail--title {
  grid-area: title;
  margin: 0 15px;
}
.product--detail .product--detail--table {
  grid-area: table;
  padding-top: 20px;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  margin: 0 15px;
}
.product--detail .product--detail--table td {
  padding: 4px;
  word-break: break-word;
  white-space: inherit;
}
.product--detail .product--detail--table td img {
  margin: 0 !important;
}
.product--detail .product--detail--table td:first-child {
  word-break: keep-all;
  padding-right: 10px;
}
.product--detail .product--detail--table td:first-child:first-letter {
  text-transform: capitalize;
}
.product--detail .product--detail--table .product--sell-of--warning {
  padding: 0;
  font-size: large;
}
.product--detail .product--detail--table .oe-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.product--detail .product--detail--table .oe-list li {
  display: inline;
}
.product--detail .product--detail--table .oe-list li:after {
  content: ', ';
}
.product--detail .product--detail--table .oe-list li:last-child:after {
  content: '';
}
.product--detail .product--detail--wishlist-button {
  grid-area: star;
  margin: 0 15px;
  padding: 9px 0 18px 0;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.product--detail .product--detail--buy {
  grid-area: buy;
  margin: 0 15px;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  background-color: #ffcb00;
  display: flex;
}
.product--detail .product--detail--buy .product--detail--price {
  margin: auto auto auto 19px;
  white-space: nowrap;
}
.product--detail .product--detail--buy .product--detail--price > div {
  margin: 4px 0;
}
.product--detail .product--detail--buy .product--detail--price .price-span {
  font-size: 18px;
}
.product--detail .product--detail--buy .product--detail--price .strike {
  display: block;
}
.product--detail .product--detail--buy .product--detail--price sub {
  bottom: 0;
}
.product--detail .product--detail--buy .product--detail--insert {
  background-color: #ffcb00;
  color: #355899;
  display: flex;
  width: 100%;
  overflow: hidden;
}
.product--detail .product--detail--buy .product--detail--insert span {
  margin: auto 0 auto 5px;
}
.product--detail .product--detail--buy .product--detail--insert #item_availability_request {
  width: 100%;
}
.product--detail .product--detail--buy .product--detail--insert #item_amount {
  margin: auto 0;
  padding: 0 15px;
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  overflow: hidden;
}
.product--detail .product--detail--buy .product--detail--insert #item_amount input {
  width: 65px;
  padding: 1px !important;
}
.product--detail .product--detail--buy .product--detail--insert #item_amount label {
  margin: auto 3px auto 0;
  text-overflow: ellipsis;
  overflow: hidden;
}
.product--detail .product--detail--buy .product--detail--insert #item_into_basket_button {
  height: 100%;
  width: auto;
  padding: 9px 22px;
}
.product--detail .product--detail--buy .product--detail--insert #item_into_basket_button span {
  display: none;
}
.product--detail .product--detail--footnote {
  grid-area: footnote;
  margin: 0 15px;
  padding-top: 18px;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.product--detail .product--detail--footnote .product--footnote--head {
  padding-left: 10px;
}
.product--detail .product--detail--footnote .product--footnote--head .nav-item a {
  padding: 8px 12px;
  margin-right: 5px;
}
.product--detail .product--detail--footnote .product--footnote--head .nav-item:not(.active) a {
  border: 1px solid #ddd;
}
.product--detail .product--detail--footnote .product--footnote--head .nav-item.active a {
  background: white;
  font-weight: bold;
  text-decoration: none !important;
}
.product--detail .product--detail--footnote .product--footnote--body .tab-pane {
  background: white;
  padding: 12px;
  word-wrap: break-word;
}
.product--detail .product--detail--footnote .product--footnote--body .tab-pane section {
  margin: 0 0 10px;
}
.product--detail .product--detail--footnote .product--footnote--body .product--footnote--body--sep {
  border-style: dashed;
}
.product--detail .product--detail--3d {
  grid-area: threeD;
  margin: 0 15px;
  border: 1px solid #ddd;
}
.product--detail .product--detail--3d .part3d-preview {
  display: inline-block;
}
.product--detail .product--detail--3d .part3d-preview img {
  max-width: 100%;
  max-height: 100%;
}
.product--detail .product--detail--3d .part3d-viewer-caption {
  text-align: center;
}
.product--detail .product--detail--3d .part3d-close-viewer {
  text-align: center;
  position: relative;
  bottom: 15%;
}
.product--detail .product--detail--3d .part3d-close-viewer div {
  display: inline-block;
  color: white;
  opacity: 0.7;
  cursor: pointer;
}
.product--detail .product--detail--3d .part3d-close-viewer div:hover {
  opacity: 1;
}
.product--detail .product--detail--img {
  grid-area: img;
  margin: 0 15px;
}
.product--detail .product--detail--img .product_detail_image_big .image--media img:first-child {
  max-width: 600px;
}
.product--detail .product--detail--img .product_detail_image_big .image--gallery a:first-child img {
  width: 100%;
  height: auto;
}
.product--detail .product--detail--img .product_detail_image_big .images_for_photoswipe:first-of-type img {
  width: 100%;
}
.product--detail .product--detail--panel {
  grid-area: panel;
  margin: 0 15px;
}
@media only screen and (max-width: 1300px) {
  .product--detail {
    grid-template-areas: "title title" "table img" "table panel" "star panel" "buy panel" "footnote panel";
    grid-template-columns: 50% 50%;
    grid-template-rows: auto min-content min-content min-content min-content 1fr;
  }
  .product--detail .product--detail--panel {
    margin-top: 20px;
  }
  .product--detail.has-3d-model {
    grid-template-areas: "title title" "table img" "star img" "buy img" "footnote img" "threeD .";
  }
  .product--detail.has-3d-model .product--detail--3d {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 900px) {
  .product--detail .product--detail--price {
    white-space: normal;
  }
  .product--detail .product--detail--insert #item_amount {
    text-align: left;
    padding-right: 10px;
  }
}
@media only screen and (max-width: 700px) {
  .product--detail {
    grid-template-areas: "title" "table" "star" "buy" "footnote" "img" "panel";
    grid-template-columns: 100%;
  }
  .product--detail.has-3d-model {
    grid-template-areas: "title" "table" "star" "buy" "footnote" "threeD" "img" "panel";
  }
  .product--detail.has-3d-model .product--detail--3d {
    margin-top: 20px;
  }
  .product--detail .product--detail--img {
    margin-top: 20px;
  }
  .product--detail .product--detail--price {
    white-space: nowrap;
  }
  .product--detail .product--detail--insert #item_amount {
    text-align: center;
  }
}
@media only screen and (max-width: 450px) {
  .product--detail {
    grid-template-areas: "title title" "table table" "img img" "star buy" "footnote footnote" "panel panel";
    grid-template-columns: min-content;
  }
  .product--detail.has-3d-model {
    grid-template-areas: "title title" "table table" "img img" "star buy" "footnote footnote" "threeD threeD" "panel panel";
    grid-template-columns: min-content;
  }
  .product--detail .product--detail--table {
    padding-top: 0;
  }
  .product--detail .product--detail--table table tr {
    display: flex;
    flex-direction: column;
    margin-top: 5px;
  }
  .product--detail .product--detail--table table tr td:nth-child(1) {
    padding-bottom: 0;
  }
  .product--detail .product--detail--table table tr td:nth-child(2) {
    padding-top: 0;
  }
  .product--detail .product--detail--img {
    padding-top: 20px;
    margin-top: 0;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
  .product--detail .product--detail--wishlist-button {
    border-right: none;
    margin-right: 0;
    padding: 0;
    display: grid;
    min-width: 60px;
  }
  .product--detail .product--detail--wishlist-button > * {
    margin: auto 0 0 0;
  }
  .product--detail .product--detail--wishlist-button .btn {
    height: 44px;
    line-height: 30px;
    background: #f8f8f8;
    border: none;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    color: #3c63ac !important;
    font-size: 23px;
  }
  .product--detail .product--detail--wishlist-button .btn span {
    display: none;
  }
  .product--detail .product--detail--wishlist-button button:hover:active {
    border-color: #ccc;
    background: #f8f8f8;
    color: #3c63ac;
    box-shadow: none;
  }
  .product--detail .product--detail--buy {
    margin-left: 0;
    background: none;
    display: block;
    border-left: none;
    text-align: right;
  }
  .product--detail .product--detail--buy.availability_request_form {
    padding-top: 20px;
  }
  .product--detail .product--detail--buy.availability_request_form .availability-request .action--descr {
    line-height: 24px;
  }
  .product--detail .product--detail--buy .product--detail--price {
    display: inline-block;
    margin: 10px 4px 10px 0;
  }
  .product--detail .product--detail--buy .product--detail--price sub {
    display: none;
  }
  .product--detail .product--detail--buy .product--detail--price .price-span {
    font-size: 14px;
  }
  .product--detail .product--detail--buy .product--detail--price .strike {
    display: inline;
  }
  .product--detail .product--detail--buy .product--detail--insert {
    height: 44px;
  }
  .product--detail .product--detail--buy .product--detail--insert #item_amount {
    padding: 0;
    width: auto;
  }
  .product--detail .product--detail--buy .product--detail--insert #item_amount label {
    display: none;
  }
  .product--detail .product--detail--buy .product--detail--insert #item_amount #current-product-quantity {
    border-radius: 0;
    height: 44px;
    width: 80px;
    padding: 6px 12px !important;
  }
  .product--detail .product--detail--buy .product--detail--insert #item_into_basket_button {
    width: 100%;
  }
  .product--detail .product--detail--buy .product--detail--insert #item_into_basket_button span {
    display: inline-block;
    font-size: 14px;
    margin-right: 8px;
    position: relative;
    bottom: 2px;
  }
}
@media only screen and (max-width: 400px) {
  .product--detail {
    grid-template-columns: 70px;
  }
  .product--detail .product--detail--wishlist-button {
    min-width: auto;
  }
  .product--detail .product--detail--buy .product--detail--insert #item_into_basket_button span {
    display: none;
  }
}
/*###################Direkteingabe#######################*/
#product_detail_form .fa-bell-o {
  font-size: 22px;
  position: relative;
  top: -1px;
}
.add_note.disabled {
  vertical-align: sub;
}
.groupNavigation {
  width: 100%;
  margin-left: -1px;
}
.groupNavigation a i {
  text-shadow: none;
  font-size: 15px;
}
.groupNavigation a:first-child i {
  position: absolute;
  height: 28%;
  margin: auto;
  top: 0;
  left: 5px;
  bottom: 0;
}
.groupNavigation a:last-child i {
  position: absolute;
  height: 28%;
  margin: auto;
  top: 0;
  right: 5px;
  bottom: 0;
}
.groupNavigation a {
  padding: 15px 12px;
}
.groupNavigation .ellipsis {
  display: block;
}
.groupNavigation a:first-child .ellipsis {
  margin-left: 12px;
}
.groupNavigation a:last-child .ellipsis {
  margin-right: 12px;
}
.positions-rel {
  position: relative;
}
#main-content .group-box .thumbnail,
#main-content .model-box .thumbnail,
#main-content .shop-box .thumbnail,
#main-content .cat-box .thumbnail {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  border: none;
}
#main-content .group-box .thumbnail .caption h2,
#main-content .model-box .thumbnail .caption h2,
#main-content .shop-box .thumbnail .caption h2,
#main-content .cat-box .thumbnail .caption h2 {
  font-size: 24px;
}
#main-content .group-box .thumbnail .img-container,
#main-content .model-box .thumbnail .img-container,
#main-content .shop-box .thumbnail .img-container,
#main-content .cat-box .thumbnail .img-container {
  text-align: center;
}
#main-content .group-box .thumbnail .img-container img,
#main-content .model-box .thumbnail .img-container img,
#main-content .shop-box .thumbnail .img-container img,
#main-content .cat-box .thumbnail .img-container img {
  max-width: 100%;
  display: initial;
}
#main-content .group-box .box-link,
#main-content .model-box .box-link,
#main-content .shop-box .box-link,
#main-content .cat-box .box-link {
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
  text-decoration: none;
  border: 1px solid #ddd;
  border-bottom: none;
  height: 100%;
}
#main-content .group-box .box-link + .btn,
#main-content .model-box .box-link + .btn,
#main-content .shop-box .box-link + .btn,
#main-content .cat-box .box-link + .btn {
  height: 100%;
}
#main-content .group-box .box-link:hover,
#main-content .model-box .box-link:hover,
#main-content .shop-box .box-link:hover,
#main-content .cat-box .box-link:hover {
  border: 1px solid #3c63ac;
  border-bottom: none;
}
.cat-box.deactivated,
.shop-box.deactivated,
.model-box.deactivated,
.group-box.deactivated {
  opacity: 0.5;
}
.cat-box-m img {
  margin: 20px 0;
}
.shop-box img {
  padding: 36px 0;
}
.cat-box .thumbnail .img-container {
  padding-top: 30px;
}
.cat-box .thumbnail .caption {
  padding: 10px;
  margin-bottom: 10px;
  margin-top: -20px;
}
.cat-box:first-of-type .thumbnail .caption {
  margin-bottom: 30px;
  margin-top: 0;
}
.canvas-viewer-photoswipe {
  text-align: center;
  margin-top: 85px;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  position: absolute;
}
.canvas-viewer-photoswipe canvas {
  max-width: 100%;
}
@media screen and (max-width: 720px) {
  .canvas-viewer-photoswipe {
    margin-top: 185px;
  }
  #main-content.listing-unit .mobile,
  #main-content.listing-model .mobile,
  #main-content.listing-image-number .mobile,
  #main-content.detail-index .mobile {
    display: block;
    display: revert;
  }
  #main-content.listing-unit .desktop,
  #main-content.listing-model .desktop,
  #main-content.listing-image-number .desktop,
  #main-content.detail-index .desktop {
    display: none;
  }
  #main-content.listing-unit .stock-light-caption,
  #main-content.listing-model .stock-light-caption,
  #main-content.listing-image-number .stock-light-caption,
  #main-content.detail-index .stock-light-caption {
    border: 1px solid #ccc;
    padding: 10px;
  }
  #main-content.listing-unit .stock-light-caption li,
  #main-content.listing-model .stock-light-caption li,
  #main-content.listing-image-number .stock-light-caption li,
  #main-content.detail-index .stock-light-caption li {
    display: block;
    margin-bottom: 2px;
  }
  #main-content.listing-unit nav .breadcrumb,
  #main-content.listing-model nav .breadcrumb,
  #main-content.listing-image-number nav .breadcrumb,
  #main-content.detail-index nav .breadcrumb {
    position: relative;
    left: -10px;
    margin: 0;
  }
  #main-content.listing-unit nav .breadcrumb li,
  #main-content.listing-model nav .breadcrumb li,
  #main-content.listing-image-number nav .breadcrumb li,
  #main-content.detail-index nav .breadcrumb li {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  #main-content.listing-unit nav .breadcrumb li:before,
  #main-content.listing-model nav .breadcrumb li:before,
  #main-content.listing-image-number nav .breadcrumb li:before,
  #main-content.detail-index nav .breadcrumb li:before {
    content: '\f063';
    font: 14px/1 FontAwesome;
    display: inline-block;
    width: 30px;
    padding: 0;
    text-align: center;
  }
  #main-content.listing-unit nav .breadcrumb li:last-child:before,
  #main-content.listing-model nav .breadcrumb li:last-child:before,
  #main-content.listing-image-number nav .breadcrumb li:last-child:before,
  #main-content.detail-index nav .breadcrumb li:last-child:before {
    content: '\2022';
    font-size: 18px;
  }
  #main-content.listing-unit .cardetails,
  #main-content.listing-model .cardetails,
  #main-content.listing-image-number .cardetails,
  #main-content.detail-index .cardetails {
    margin-bottom: 20px;
    padding-bottom: 0;
  }
  #main-content.listing-unit .cardetails ul,
  #main-content.listing-model .cardetails ul,
  #main-content.listing-image-number .cardetails ul,
  #main-content.detail-index .cardetails ul {
    list-style: none;
  }
  #main-content.listing-unit .cardetails ul li,
  #main-content.listing-model .cardetails ul li,
  #main-content.listing-image-number .cardetails ul li,
  #main-content.detail-index .cardetails ul li {
    line-height: 14px;
  }
  #main-content.listing-unit .cardetails ul li:last-child,
  #main-content.listing-model .cardetails ul li:last-child,
  #main-content.listing-image-number .cardetails ul li:last-child,
  #main-content.detail-index .cardetails ul li:last-child {
    display: list-item;
  }
  #main-content.listing-unit .cardetails ul li:after,
  #main-content.listing-model .cardetails ul li:after,
  #main-content.listing-image-number .cardetails ul li:after,
  #main-content.detail-index .cardetails ul li:after {
    content: '';
  }
  #main-content.listing-unit .cardetails ul li:first-child:after,
  #main-content.listing-model .cardetails ul li:first-child:after,
  #main-content.listing-image-number .cardetails ul li:first-child:after,
  #main-content.detail-index .cardetails ul li:first-child:after {
    content: ' | ';
  }
  #main-content.listing-unit .cardetails p,
  #main-content.listing-model .cardetails p,
  #main-content.listing-image-number .cardetails p,
  #main-content.detail-index .cardetails p {
    margin: 0;
  }
  #main-content.listing-unit h2 {
    margin-top: 0;
  }
  #main-content.listing-unit .groupNavigation {
    display: flex;
  }
  #main-content.listing-unit .groupNavigation .btn:nth-child(1) {
    width: 45%;
  }
  #main-content.listing-unit .groupNavigation .btn:nth-child(2) {
    width: 10%;
  }
  #main-content.listing-unit .groupNavigation .btn:nth-child(3) {
    width: 45%;
  }
  #main-content.listing-unit .groupNavigation .btn {
    font-size: 12px;
    padding: 9px 10px;
  }
  .map-list .panel-container {
    margin: 0;
  }
  #product_filter {
    display: none;
  }
  #product_detail_form .table-responsive {
    border: none;
  }
  #product_detail_form .table-responsive .tb_teile {
    border: none;
    overflow: hidden;
  }
  #product_detail_form .table-responsive .tb_teile thead {
    display: none;
  }
  #product_detail_form .table-responsive .tb_teile tbody {
    margin-right: -5px;
    margin-left: -5px;
    display: grid;
    display: -ms-flexbox;
    grid-template-columns: 50% 50%;
  }
  #product_detail_form .table-responsive .tb_teile tr.product-replacement {
    display: none;
  }
  #product_detail_form .table-responsive .tb_teile tr.missing-image-number {
    grid-template-areas: "name       name        name name" "img        img         img img" "img_no     . . ." "stock_icon nnr  price price" "controls controls controls controls";
    grid-template-columns: 25px auto 30px;
    grid-template-rows: auto auto 0 auto 40px;
    -ms-grid-rows: auto auto 0 auto 40px;
  }
  #product_detail_form .table-responsive .tb_teile tr.missing-image-number td.prod_img_num {
    display: none;
  }
  #product_detail_form .table-responsive .tb_teile tr {
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    margin-bottom: 10px;
    margin-left: 5px;
    margin-right: 5px;
    display: inline-grid;
    display: -ms-inline-grid;
    grid-template-columns: 25px auto 30px;
    grid-template-rows: auto max-content 22px min-content 40px;
    -ms-grid-rows: auto max-content 22px min-content 40px;
    -ms-grid-columns: 30px auto auto auto;
    grid-template-areas: "name       name        name name" "img        img         img img" "stock_icon nnr  nnr nnr" "img_no     img_no img_no price" "controls controls controls controls";
  }
  #product_detail_form .table-responsive .tb_teile tr td {
    border: none;
    padding: 0;
    white-space: normal;
  }
  #product_detail_form .table-responsive .tb_teile tr td span {
    padding: 0;
  }
  #product_detail_form .table-responsive .tb_teile tr td.prod_img_num {
    text-align: left;
    padding: 0 0 0 4px;
    grid-area: img_no;
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
  #product_detail_form .table-responsive .tb_teile tr td.prod_img {
    display: flex;
    grid-area: img;
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  #product_detail_form .table-responsive .tb_teile tr td.prod_img .canvas-thumbnail {
    margin-right: 5px;
    margin-top: 5px;
    margin-left: 5px;
    width: 100%;
  }
  #product_detail_form .table-responsive .tb_teile tr td.prod_img .product--image:first-child {
    display: block;
  }
  #product_detail_form .table-responsive .tb_teile tr td.prod_img .product--image {
    display: none;
  }
  #product_detail_form .table-responsive .tb_teile tr td.prod_img .product--image img {
    padding: 5px 0 4px 4px;
    width: 104px;
    height: auto;
  }
  #product_detail_form .table-responsive .tb_teile tr td.prod_nnr {
    grid-area: nnr;
    -ms-grid-row: 3;
    -ms-grid-column: 2;
    text-align: left;
  }
  #product_detail_form .table-responsive .tb_teile tr td.prod_nnr .mobile {
    white-space: nowrap;
  }
  #product_detail_form .table-responsive .tb_teile tr td.prod_name {
    font-weight: bold;
    grid-area: name;
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    max-width: 100%;
    padding: 4px;
  }
  #product_detail_form .table-responsive .tb_teile tr td.prod_name .prod_oe {
    color: revert;
    font-size: x-small;
    font-weight: normal;
    font-style: normal;
    padding-top: 1px;
  }
  #product_detail_form .table-responsive .tb_teile tr td.prod_stock_light {
    padding: 0 0 0 4px;
    grid-area: stock_icon;
    width: 17px;
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    display: inline-block;
  }
  #product_detail_form .table-responsive .tb_teile tr td.prod_stock_light .mobile {
    display: flex;
    margin-right: 5px;
  }
  #product_detail_form .table-responsive .tb_teile tr td.prod_stock_light .mobile .product--sell-of--warning {
    margin-right: 5px;
  }
  #product_detail_form .table-responsive .tb_teile tr td.prod_price {
    grid-area: price;
    -ms-grid-row: 4;
    -ms-grid-column: 4;
    font-weight: bold;
    font-size: 13px;
    margin: 0 0 6px auto;
    padding: 0 4px 0 0;
    display: flex;
  }
  #product_detail_form .table-responsive .tb_teile tr td.prod_price .mobile {
    text-align: right;
    margin: auto 0 0 0;
  }
  #product_detail_form .table-responsive .tb_teile tr td.prod_price .mobile .deposit-article {
    font-weight: 100;
  }
  #product_detail_form .table-responsive .tb_teile tr td.prod_price_net {
    display: none;
  }
  #product_detail_form .table-responsive .tb_teile tr td.prod_variants_link {
    display: none;
  }
  #product_detail_form .table-responsive .tb_teile tr td.prod_controls {
    grid-area: controls;
    display: grid;
    display: -ms-grid;
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  #product_detail_form .table-responsive .tb_teile tr td.prod_controls .glyphicon {
    font-size: 24px;
    padding: 0;
  }
  #product_detail_form .table-responsive .tb_teile tr td.prod_controls button.insert-into-basket,
  #product_detail_form .table-responsive .tb_teile tr td.prod_controls button.availability-request {
    background-color: #3c63ac;
    border-color: #355899;
  }
  #product_detail_form .table-responsive .tb_teile tr td.prod_controls button.edit-leaflet,
  #product_detail_form .table-responsive .tb_teile tr td.prod_controls .add_note {
    height: 40px;
    padding: 4px 10px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    display: flex;
    width: 100%;
    justify-content: center;
    grid-area: leaflet;
  }
  #product_detail_form .table-responsive .tb_teile tr td.prod_controls_request {
    grid-template-areas: "leaflet request";
    grid-template-columns: 20% auto;
  }
  #product_detail_form .table-responsive .tb_teile tr td.prod_controls_request button.availability-request {
    grid-area: request;
    height: 40px;
  }
  #product_detail_form .table-responsive .tb_teile tr td.prod_controls_request button.availability-request .fa {
    color: white;
    font-size: 20px;
  }
  #product_detail_form .table-responsive .tb_teile tr td.prod_controls_basket {
    grid-template-areas: "leaflet quantity insert";
    grid-template-columns: 20% 30% auto;
  }
  #product_detail_form .table-responsive .tb_teile tr td.prod_controls_basket input.warenkorb-eingabe {
    grid-area: quantity;
    width: 100%;
    padding: 6px 0 6px 6px;
    height: 40px;
    border-radius: 0;
  }
  #product_detail_form .table-responsive .tb_teile tr td.prod_controls_basket button.insert-into-basket {
    grid-area: insert;
    height: 40px;
  }
  #product_detail_form .table-responsive .tb_teile tr td.prod_controls_basket button.insert-into-basket .fa {
    padding: 0;
    color: white;
    font-size: 18px;
  }
}
@media screen and (max-width: 460px) {
  #product_detail_form .table-responsive .tb_teile tbody {
    display: grid;
    display: -ms-grid;
    grid-template-columns: auto;
    margin-left: 0;
    margin-right: 0;
  }
  #product_detail_form .table-responsive .tb_teile tr {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 375px) {
  #main-content.listing-unit .groupNavigation .btn:nth-child(1) {
    width: 50%;
  }
  #main-content.listing-unit .groupNavigation .btn:nth-child(2) {
    display: none;
  }
  #main-content.listing-unit .groupNavigation .btn:nth-child(3) {
    width: 50%;
  }
}
@media screen and (min-width: 375px) and (max-width: 768px) {
  .listing-model .col-sm-6 {
    width: 50%;
  }
}
.basket .availability-request {
  white-space: nowrap;
}
.basket .availability-request .fa.fa-arrow-right {
  display: none;
}
.taxfree_price td {
  padding: 10px 4px;
  border-top: 2px solid #3c63ac;
}
.final_price td {
  background-color: #ffd966;
  padding: 10px 4px;
  border-top: 2px dashed #3c63ac;
  font-size: 120%;
}
#last_button,
#last_button_2 {
  font-size: 18px;
  margin-top: 1em;
  background: #5cb85c;
}
#last_button:hover,
#last_button_2:hover {
  background: #5cb85c;
}
.basket-quantity-container {
  white-space: nowrap;
}
.basket-quantity {
  width: 65px;
  display: flex;
}
.basket-quantity > * {
  margin: auto 0;
}
.basket_quantity_heading {
  width: 95px;
}
.basket-footer-info {
  display: flex;
  justify-content: space-between;
}
.basket-footer-commission-field {
  white-space: nowrap;
  padding-top: 10px;
  display: inline-flex;
  margin-right: 60px;
  gap: 10px;
}
.basket-footer-commission-field > * {
  margin: auto 0;
}
.basket-footer-commission-field input {
  max-width: 400px;
  min-width: 300px;
  display: inline;
  margin-right: 6px;
}
.basket-footer-commission-field .fa {
  font-size: 18px;
}
.insert_products_form .delete-from-basket,
.update_basket_form .delete-from-basket,
.insert_products_form .edit-leaflet,
.update_basket_form .edit-leaflet {
  border: none;
  padding: 0;
  background: none;
}
.insert_products_form .delete-from-basket span,
.update_basket_form .delete-from-basket span,
.insert_products_form .edit-leaflet span,
.update_basket_form .edit-leaflet span {
  text-decoration: underline;
  padding: 0;
}
.insert_products_form .delete-from-basket:hover span,
.update_basket_form .delete-from-basket:hover span,
.insert_products_form .edit-leaflet:hover span,
.update_basket_form .edit-leaflet:hover span {
  text-decoration: none;
  color: #284273;
}
.basket-survival-conditions {
  text-align: left;
  width: 150px;
}
.basket-survival-conditions ul {
  padding-left: 18px;
}
.basket-quantity-info {
  display: inline-block;
}
.basket-quantity-info .basket-quantity-info--partially-available {
  top: -1px;
}
.basket-header nav button {
  margin-bottom: 10px;
}
.checkoutbasket {
  margin-bottom: 0;
}
.basket-main .loading-spinner {
  padding: 10px;
}
#splitBasket > div,
#splitBasketCheckout > div {
  padding: 29px;
  border: 1px solid;
}
.checkoutbasket td img.available {
  top: -1px;
}
@media only screen and (max-width: 820px) {
  #main-content .basket-footer .basket-footer-checkout-start td:nth-child(3) {
    flex-direction: column;
    display: flex;
    gap: 18px;
  }
  #main-content .basket-footer .basket-footer-checkout-start td:nth-child(3) > * {
    margin-right: 0;
    margin-left: auto;
  }
}
@media only screen and (max-width: 600px) {
  #main-content.basket .mobile,
  #main-content.checkout-order .mobile {
    display: revert;
  }
  #main-content.basket .desktop,
  #main-content.checkout-order .desktop {
    display: none;
  }
  #main-content.basket form > img,
  #main-content.checkout-order form > img {
    padding: 8px;
  }
  #main-content.basket .agb-and-partial-agreement .form-group,
  #main-content.checkout-order .agb-and-partial-agreement .form-group {
    margin-bottom: 0;
  }
  #main-content.basket .basket-header .tablebox,
  #main-content.checkout-order .basket-header .tablebox,
  #main-content.basket .basket-main .tablebox,
  #main-content.checkout-order .basket-main .tablebox,
  #main-content.basket .basket-footer .tablebox,
  #main-content.checkout-order .basket-footer .tablebox {
    padding: 0;
  }
  #main-content .basket-header {
    display: grid;
  }
  #main-content .basket-header h1 {
    padding: 10px;
  }
  #main-content .basket-header h2 {
    padding: 18px 10px;
  }
  #main-content .basket-header h1,
  #main-content .basket-header h2 {
    margin: 0;
    grid-row-start: 3;
    font-size: 30px;
    border: 1px solid #CCCCCC;
    border-top: 2px solid;
    border-bottom: 2px solid;
    font-family: Arial, sans-serif;
  }
  #main-content .basket-header h1 a,
  #main-content .basket-header h2 a {
    font-size: 20px;
    position: relative;
    top: 6px;
  }
  #main-content .basket-header nav button {
    padding: 7px;
    width: 100%;
    margin-top: 8px;
    margin-bottom: 18px;
    white-space: normal;
  }
  #main-content .basket-header .alert-danger {
    grid-row-start: 2;
  }
  #main-content .basket-main {
    font-size: 13px;
    display: flex;
    flex-direction: column;
    border-top: none;
    padding: 0;
  }
  #main-content .basket-main #splitBasket {
    margin-top: 0;
  }
  #main-content .basket-main #splitBasket > div,
  #main-content .basket-main #splitBasketCheckout > div {
    margin: 0;
    border-right-color: #CCCCCC;
    border-left-color: #CCCCCC;
    border-top: none;
    border-bottom-width: 2px;
    padding: 8px;
  }
  #main-content .basket-main #splitBasket > div p,
  #main-content .basket-main #splitBasketCheckout > div p {
    margin-bottom: 18px;
  }
  #main-content .basket-main #splitBasket + .basket-main-table,
  #main-content .basket-main #splitBasketCheckout + .checkoutbasket {
    border-top: none;
  }
  #main-content .basket-main label {
    font-weight: normal;
  }
  #main-content .basket-main thead {
    display: none;
  }
  #main-content .basket-main tfoot tr {
    display: flex;
    justify-content: space-between;
    padding-top: 6px;
  }
  #main-content .basket-main tfoot tr ul {
    margin-bottom: 14px;
  }
  #main-content .basket-main tfoot tr:first-child {
    padding-top: 14px;
  }
  #main-content .basket-main tfoot tr.taxfree_price {
    border-top: 2px solid #3c63ac;
    padding-top: 14px;
  }
  #main-content .basket-main tfoot tr.taxfree_price td {
    border-top: none;
  }
  #main-content .basket-main tfoot tr.final_price {
    background-color: #ffd966;
    border-top: 2px dashed #3c63ac;
    margin-top: 14px;
    padding: 14px;
  }
  #main-content .basket-main tfoot tr.final_price td {
    border-top: none;
  }
  #main-content .basket-main tfoot tr td:first-child {
    display: none;
  }
  #main-content .basket-main tbody tr.basket-empty {
    border-bottom: 1px solid #CCCCCC;
  }
  #main-content .basket-main tbody tr.basket-empty td {
    border: none;
    display: none;
  }
  #main-content .basket-main tbody tr.basket-empty td:nth-child(2) {
    display: table-cell;
  }
  #main-content .basket-main tbody tr.basket-empty td:nth-child(2) p {
    margin: revert;
  }
  #main-content .basket-main tbody tr.basket-item-add {
    display: flex;
    padding: 14px 0;
  }
  #main-content .basket-main tbody tr.basket-item-add td {
    border: none;
    margin: auto 0 0 auto;
  }
  #main-content .basket-main tbody tr.basket-item-add td:nth-child(1),
  #main-content .basket-main tbody tr.basket-item-add td:nth-child(3) {
    display: none;
  }
  #main-content .basket-main tbody tr.basket-item-add td:nth-child(2) {
    width: 100%;
  }
  #main-content .basket-main tbody tr.basket-item-add td:nth-child(4) input {
    width: 70px;
  }
  #main-content .basket-main tbody tr.basket-item-summary-separator td {
    border-bottom: none;
  }
  #main-content .basket-main tbody tr.basket-item:nth-last-child(2) {
    border-bottom: none;
  }
  #main-content .basket-main tbody tr.basket-item.deposit-article td:nth-child(1) {
    display: none;
  }
  #main-content .basket-main tbody tr.basket-item.deposit-article td:nth-child(2) div {
    margin: 0;
  }
  #main-content .basket-main tbody tr.basket-item {
    display: grid;
    grid-template-columns: min-content;
    position: relative;
    border-bottom: 1px solid #CCCCCC;
    padding: 5px 0 14px 0;
  }
  #main-content .basket-main tbody tr.basket-item td {
    border: none;
  }
  #main-content .basket-main tbody tr.basket-item td:nth-child(1) {
    grid-column-start: 1;
    grid-column-end: 4;
  }
  #main-content .basket-main tbody tr.basket-item td:nth-child(1) img {
    width: 120px !important;
  }
  #main-content .basket-main tbody tr.basket-item td:nth-child(2) {
    grid-column-start: 1;
    grid-column-end: 4;
    padding-bottom: 14px;
  }
  #main-content .basket-main tbody tr.basket-item td:nth-child(2) .basket-item-controls {
    font-size: 20px;
    position: absolute;
    top: 10px;
    right: 12px;
  }
  #main-content .basket-main tbody tr.basket-item td:nth-child(2) .basket-item-controls button {
    margin-left: 5px;
  }
  #main-content .basket-main tbody tr.basket-item td:nth-child(2) .basket-item-controls .fa {
    position: relative;
    top: -3px;
  }
  #main-content .basket-main tbody tr.basket-item td:nth-child(2) .basket-item-controls .glyphicon {
    font-size: 22px;
  }
  #main-content .basket-main tbody tr.basket-item td:nth-child(2) .available {
    top: -1px;
  }
  #main-content .basket-main tbody tr.basket-item td:nth-child(3) {
    grid-row-start: 3;
    grid-column-start: 1;
    text-align: left;
    display: flex;
  }
  #main-content .basket-main tbody tr.basket-item td:nth-child(3) label {
    display: none;
  }
  #main-content .basket-main tbody tr.basket-item td:nth-child(3) > * {
    margin: auto 0;
  }
  #main-content .basket-main tbody tr.basket-item td:nth-child(4) {
    grid-row-start: 3;
    grid-column-start: 2;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }
  #main-content .basket-main tbody tr.basket-item td:nth-child(4) .basket-quantity-container {
    margin: auto 0;
    display: inline-flex;
  }
  #main-content .basket-main tbody tr.basket-item td:nth-child(4) .basket-quantity-container > * {
    margin: auto;
  }
  #main-content .basket-main tbody tr.basket-item td:nth-child(4) .basket-quantity-container .basket-quantity-label {
    margin-left: 6px;
  }
  #main-content .basket-main tbody tr.basket-item td:nth-child(4) .basket-quantity-container .basket-quantity-info:after {
    content: '=';
    margin-left: 3px;
  }
  #main-content .basket-main tbody tr.basket-item td:nth-child(4) .basket-quantity-container span {
    padding: 0;
  }
  #main-content .basket-main tbody tr.basket-item td:nth-child(4) .basket-quantity-container input {
    width: 60px;
  }
  #main-content .basket-main tbody tr.basket-item td:nth-child(4) .basket-quantity-container:before {
    content: 'x';
    margin: auto 7px auto 1px;
  }
  #main-content .basket-main tbody tr.basket-item td:nth-child(5) {
    grid-row-start: 3;
    grid-column-start: 3;
    white-space: nowrap;
    padding-left: 0;
    display: flex;
  }
  #main-content .basket-main tbody tr.basket-item td:nth-child(5) > * {
    margin: auto 0 auto auto;
  }
  #main-content .basket-footer .basket-footer-checkout-submit,
  #main-content .basket-footer .basket-footer-checkout-fallback-submit {
    margin-bottom: 18px;
  }
  #main-content .basket-footer .basket-footer-checkout-submit .form-group div,
  #main-content .basket-footer .basket-footer-checkout-fallback-submit .form-group div {
    width: 100%;
  }
  #main-content .basket-footer .basket-footer-checkout-submit .form-group div .btn,
  #main-content .basket-footer .basket-footer-checkout-fallback-submit .form-group div .btn {
    white-space: normal;
  }
  #main-content .basket-footer .basket-footer-checkout-start {
    margin-bottom: 18px;
    border: none;
  }
  #main-content .basket-footer .basket-footer-checkout-start tr td {
    display: none;
  }
  #main-content .basket-footer .basket-footer-checkout-start tr td:nth-child(3) {
    display: block;
    padding: 0;
    width: 100%;
  }
  #main-content .basket-footer .basket-footer-checkout-start tr td:nth-child(3) .btn {
    width: 100%;
    margin-bottom: 0;
  }
  #main-content .basket-footer .basket-footer-commission-field {
    flex-direction: column;
    width: 100%;
    white-space: normal;
    margin: 0 0 18px 0;
    padding: 10px;
    text-align: left;
    border: 1px solid #ccc;
  }
  #main-content .basket-footer .basket-footer-commission-field input {
    min-width: auto;
    margin-right: 0;
  }
  #main-content .basket-footer .basket-footer-commission-field span {
    display: flex;
    padding: 0;
  }
  #main-content .basket-footer .basket-footer-commission-field span .fa {
    margin: auto 0 auto 6px;
  }
  #main-content .basket-footer .basket-footer-info {
    display: grid;
    justify-content: normal;
    border: none;
    margin: 0;
  }
  #main-content .basket-footer .basket-footer-info .basket-footer-info-expiration {
    grid-row-start: 1;
    border: 1px solid #ccc;
    margin-bottom: 10px;
    padding: 10px;
    font-size: 13px;
  }
  #main-content .basket-footer .basket-footer-info .basket-footer-info-stock-lights {
    border: 1px solid #ccc;
    padding: 10px;
  }
  #main-content .basket-footer .basket-footer-info .basket-footer-info-stock-lights .stock-light-caption li {
    display: block;
    margin-bottom: 2px;
  }
}
@media only screen and (max-width: 370px) {
  #main-content .basket-main tbody tr.basket-item td:nth-child(1) {
    grid-column-start: 1;
    grid-column-end: 3;
  }
  #main-content .basket-main tbody tr.basket-item td:nth-child(2) {
    grid-column-start: 1;
    grid-column-end: 3;
    padding-bottom: 4px;
  }
  #main-content .basket-main tbody tr.basket-item td:nth-child(3) {
    grid-row-start: 3;
    grid-column-start: 1;
    grid-column-end: 3;
    position: relative;
    top: -8px;
  }
  #main-content .basket-main tbody tr.basket-item td:nth-child(3) * {
    display: inline-block !important;
    margin: 0;
  }
  #main-content .basket-main tbody tr.basket-item td:nth-child(4) {
    grid-row-start: 4;
    grid-column-start: 1;
    padding-left: 0;
    padding-right: 0;
  }
  #main-content .basket-main tbody tr.basket-item td:nth-child(4) .basket-quantity-container .basket-quantity {
    width: 80px;
  }
  #main-content .basket-main tbody tr.basket-item td:nth-child(4) .basket-quantity-container .basket-quantity-info:after {
    content: '';
  }
  #main-content .basket-main tbody tr.basket-item td:nth-child(4) .basket-quantity-container:before {
    content: '';
  }
  #main-content .basket-main tbody tr.basket-item td:nth-child(5) {
    grid-row-start: 4;
    grid-column-start: 2;
    overflow: hidden;
  }
  #main-content .basket-main tbody tr.basket-item td:nth-child(5) div {
    text-overflow: ellipsis;
    overflow: hidden;
  }
  #main-content .basket-footer button {
    white-space: normal;
  }
}
@media only screen and (max-width: 330px) {
  #main-content .basket-main tbody tr.basket-item-add {
    display: grid;
  }
  #main-content .basket-main tbody tr.basket-item-add td:nth-child(4) input {
    width: 75px;
  }
  #main-content .basket-main tbody tr.basket-item-add td:nth-child(5) {
    grid-column-start: 1;
    grid-row-start: 2;
    grid-column-end: 3;
    width: 100%;
  }
  #main-content .basket-main tbody tr.basket-item-add td:nth-child(5) button {
    width: 100%;
  }
  #main-content .basket-main tbody tr.basket-item td:nth-child(4) .basket-quantity-container .basket-quantity {
    width: 70px;
  }
  #main-content .basket-main tfoot tr.final_price {
    flex-direction: column;
  }
}
.box--niemoeller .thumbnail:hover {
  border: 1px solid #3c63ac;
}
.box--niemoeller .thumbnail {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
.box--niemoeller .thumbnail .product--header .product--title-container {
  font-size: 15px;
  margin: 4px 0 10px 2px;
  line-height: 1.1;
  word-break: break-word;
}
.box--niemoeller .thumbnail .product--header .product--title-container .product--title {
  font-weight: bold;
  text-decoration: none !important;
}
.box--niemoeller .thumbnail .product--main {
  flex-grow: 1;
  min-height: 1px;
}
.box--niemoeller .thumbnail .product--main .gallery {
  margin: auto;
}
.box--niemoeller .thumbnail .product--main .product--description {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  padding-right: 5px;
}
.box--niemoeller .thumbnail .product--main .product--description > div {
  position: absolute;
  background: #f8f8f8;
}
.box--niemoeller .thumbnail .product--main .product--image:first-child {
  display: block;
}
.box--niemoeller .thumbnail .product--main .product--image {
  text-align: center;
  display: none;
}
.box--niemoeller .thumbnail .product--main .product--image .image--element {
  display: block;
  margin: 0 auto;
  position: relative;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}
.box--niemoeller .thumbnail .product--main .product--image .image--element .image--media img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  margin: auto;
}
.box--niemoeller .thumbnail .product--footer form input {
  border-radius: 0;
}
.box--niemoeller .thumbnail .product--footer [class*="col-md"] {
  padding: 0;
}
.box--niemoeller .thumbnail .product--footer .product--quantity,
.box--niemoeller .thumbnail .product--footer .ws-inputreplace {
  padding: 6px 0 6px 6px;
  height: 40px;
}
.box--niemoeller .thumbnail .product--footer .btn-link {
  margin: 0;
  padding: 4px 0 0 0;
  font-size: 24px;
  text-align: center;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.box--niemoeller .thumbnail .product--footer .glyphicon.glyphicon-shopping-cart,
.box--niemoeller .thumbnail .product--footer .glyphicon.glyphicon-envelope {
  top: 3px;
}
.box--niemoeller .thumbnail .product--footer .product--replacement {
  padding: 3px 8px 10px 8px;
}
.box--niemoeller .thumbnail .product--footer .product--replacement i {
  font-size: large;
  vertical-align: bottom;
}
.box--niemoeller .thumbnail .product--footer .product--price-info {
  text-align: right;
}
.box--niemoeller .thumbnail .product--footer .product--price-info .product--relation-tooltip i {
  position: relative;
  top: 1px;
  font-size: large;
}
.box--niemoeller .thumbnail .product--footer .product--price-info .product--availability {
  display: inline-block;
  margin-right: 10px;
  margin-left: 5px;
  float: left;
}
.box--niemoeller .thumbnail .product--footer .product--price-info .product--availability .product--sell-of--warning {
  font-size: large;
  position: relative;
  top: 2px;
  padding: 0;
}
.box--niemoeller .thumbnail .product--footer .product--price-info .product--availability img {
  margin: -1px 0 0 0;
}
.box--niemoeller .thumbnail .product--footer .product--price-info .product--price {
  display: inline-block;
}
.box--niemoeller .thumbnail .product--footer .product--price-info .product--price .price--default,
.box--niemoeller .thumbnail .product--footer .product--price-info .product--price .price--discounted {
  color: inherit;
  font-weight: bold;
}
.box--niemoeller .thumbnail .product--footer .product--price-info .product--price--deposit-article {
  display: block;
  margin-bottom: 5px;
  margin-right: 3px;
}
.box--niemoeller .thumbnail .product--footer .product--price-info span {
  padding: 4px 2px;
}
.box--niemoeller--sm .thumbnail .action--descr {
  display: none;
}
.box--niemoeller--sm .thumbnail .action--descr.action--descr--to-replacement {
  display: inline;
}
.box--niemoeller--with-footnote .product--main {
  display: flex;
}
.box--niemoeller--with-footnote .product--description {
  min-height: 80px;
}
.box--niemoeller--with-footnote .product--description .collapse--models,
.box--niemoeller--with-footnote .product--description .expand--models {
  text-decoration: underline;
  cursor: pointer;
}
.box--niemoeller--with-footnote .product--description .models--hidden {
  display: none;
}
.box--niemoeller--with-footnote .product--description .footnote--box--container {
  height: inherit;
  width: inherit;
  overflow: hidden;
}
.box--niemoeller--with-footnote .product--description .footnote--box--container .footnote--box {
  padding: 4px;
  border: 1px dashed;
  font-family: Monospace, serif;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  word-break: break-word;
  width: calc(100% - 5px);
  text-decoration: none !important;
}
.box--niemoeller--with-footnote .product--description .footnote--box--container .footnote--box section {
  display: inline;
}
.prod-image-aspect-ratio-1-1 .box--niemoeller .thumbnail .product--main .product--image .image--element .image--media img {
  position: relative;
  width: auto;
  max-width: initial;
  height: 100%;
}
#in-house-products-nav {
  margin-left: 0;
  margin-bottom: 30px;
}
#catalogs--in-house-products::after {
  content: "";
  display: block;
  height: 20px;
  clear: left;
}
.box--in-house-products .model-list .ellipsis-element {
  cursor: pointer;
  text-decoration: underline;
}
.box--in-house-products .model-list .ellipsis-element:hover {
  text-decoration: none;
}
@media only screen and (max-width: 600px) {
  .in-house-products {
    display: grid;
  }
  .in-house-products img {
    max-width: 1000% !important;
  }
  .in-house-products .stock-light-caption-container {
    grid-row-start: 5;
    border: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 20px;
  }
  .in-house-products .stock-light-caption-container .stock-light-caption li {
    display: block;
    margin-bottom: 2px;
  }
}
@media only screen and (max-width: 370px) {
  .box--niemoeller .action--descr {
    display: none;
  }
}
.orderhistory #accordion .panel-heading h3 {
  margin: 0;
}
.orderhistory #accordion .panel-heading h3 a {
  display: block;
}
.orderhistory .positions-outstanding {
  display: none;
  padding: 10px;
  border: 1px solid #3c63ac;
}
.orderhistory .images_for_photoswipe {
  text-decoration: none !important;
}
.order_history td h3 {
  margin-top: 10px;
}
#account-customer-data dt {
  width: 360px;
  margin-bottom: 10px;
  margin-right: 30px;
}
#notifications form .form-fields {
  margin-left: 40px;
}
.account-notes .availability-request,
.account-orders .availability-request {
  white-space: nowrap;
}
.account-notes .availability-request .action--descr,
.account-orders .availability-request .action--descr {
  display: none;
}
.account_overview .account_overview_main section {
  height: 150px;
}
.account_overview .account_overview_main section hr {
  margin-bottom: 30px;
}
.account_overview .account_overview_main section:first-child {
  height: 27px;
  margin-bottom: 5px;
}
.account_overview .account_overview_foot {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .account_overview_foot h3 {
    display: none;
  }
  .account_overview_foot .m-t-lg {
    margin-top: 0;
  }
}
@media (max-width: 720px) {
  #main-content.account h3 {
    font-size: 20px;
  }
  #main-content.account hr {
    display: none;
  }
  #main-content.account .account_overview {
    padding: 0;
  }
  #main-content.account .account_overview .account_overview_head {
    display: grid;
    grid-template-areas: "headline logout" "welcome welcome";
  }
  #main-content.account .account_overview .account_overview_head h1 {
    grid-area: welcome;
    font-size: 14px;
    margin-top: 0;
  }
  #main-content.account .account_overview .account_overview_head h3 {
    grid-area: headline;
    font-size: 28px;
  }
  #main-content.account .account_overview .account_overview_head p {
    grid-area: logout;
    margin: 0;
    display: flex;
  }
  #main-content.account .account_overview .account_overview_head p .btn {
    margin: 14px 0 auto auto;
    padding: 8px 10px;
  }
  #main-content.account .account_overview .account_overview_main section,
  #main-content.account .account_overview .account_overview_foot section {
    padding: 0;
    height: auto;
  }
  #main-content.account .account_overview .account_overview_main section h3,
  #main-content.account .account_overview .account_overview_foot section h3 {
    margin-top: 30px;
  }
  #main-content.account .account_overview .account_overview_main section .btn-primary,
  #main-content.account .account_overview .account_overview_foot section .btn-primary {
    width: 100%;
    white-space: normal;
  }
  #main-content.account .account_overview .account_overview_main section:not(:first-child),
  #main-content.account .account_overview .account_overview_foot section:not(:first-child) {
    border: 1px solid #ccc;
    padding: 1px 5px 1px 5px;
  }
  #main-content.account .account_overview .account_overview_main section:not(:last-child) {
    border-bottom: none;
  }
  #main-content.account .account_overview .account_overview_foot {
    margin: 0;
  }
  #main-content.account .account_overview .account_overview_foot section:last-child {
    border: none;
  }
}
.account-notes-header nav button {
  margin-bottom: 18px;
}
.account-notes-main .nnr {
  padding: 0;
}
@media only screen and (max-width: 600px) {
  #main-content.account-notes .mobile {
    display: revert;
  }
  #main-content.account-notes .desktop {
    display: none;
  }
  #main-content.account-notes form > img {
    padding: 8px;
  }
  #main-content .account-notes-header {
    display: grid;
  }
  #main-content .account-notes-header h1 {
    padding: 10px;
    margin: 0;
    grid-row-start: 3;
    font-size: 30px;
    border: 1px solid #CCCCCC;
    border-top: 2px solid;
    border-bottom: 2px solid;
    font-family: Arial, sans-serif;
  }
  #main-content .account-notes-header h1 a {
    font-size: 20px;
    position: relative;
    top: 6px;
  }
  #main-content .account-notes-header nav button {
    padding: 7px;
    width: 100%;
    margin-top: 8px;
  }
  #main-content .account-notes-main {
    border: 1px solid #ccc;
    border-bottom: 0;
    border-top: none;
    font-size: 13px;
  }
  #main-content .account-notes-main .account-notes-empty {
    border-bottom: 1px solid #ccc;
    padding: 8px;
  }
  #main-content .account-notes-main thead {
    display: none;
  }
  #main-content .account-notes-main tbody tr {
    display: grid;
    grid-template-columns: auto min-content min-content;
    position: relative;
    border-bottom: 1px solid #CCCCCC;
    padding: 5px 0 14px 0;
  }
  #main-content .account-notes-main tbody tr td {
    border: none;
  }
  #main-content .account-notes-main tbody tr td span {
    padding: 0;
  }
  #main-content .account-notes-main tbody tr td:nth-child(1) {
    grid-column-start: 1;
    grid-column-end: 4;
  }
  #main-content .account-notes-main tbody tr td:nth-child(1) img {
    width: 120px !important;
  }
  #main-content .account-notes-main tbody tr td:nth-child(2) {
    grid-column-start: 1;
    grid-column-end: 4;
    padding-bottom: 8px;
  }
  #main-content .account-notes-main tbody tr td:nth-child(2) h3 {
    margin-top: 0;
    margin-bottom: 0;
  }
  #main-content .account-notes-main tbody tr td:nth-child(2) button {
    font-size: 20px;
    position: absolute;
    bottom: 16px;
    left: 8px;
  }
  #main-content .account-notes-main tbody tr td:nth-child(3) {
    grid-row-start: 3;
    grid-column-start: 1;
    position: absolute;
    right: 0;
    bottom: 52px;
  }
  #main-content .account-notes-main tbody tr td:nth-child(3) .price {
    font-weight: bold;
  }
  #main-content .account-notes-main tbody tr td:nth-child(3) .price div:not(.desktop) {
    display: inline;
  }
  #main-content .account-notes-main tbody tr td:nth-child(4) {
    grid-row-start: 4;
    grid-column-start: 2;
    padding: 0;
  }
  #main-content .account-notes-main tbody tr td:nth-child(4) input {
    width: 110px;
    border-radius: 0;
    margin-right: 10px;
  }
  #main-content .account-notes-main tbody tr td:nth-child(5) {
    grid-row-start: 4;
    grid-column-start: 3;
    padding: 0 8px 0 0;
  }
  #main-content .account-notes-footer .tablebox {
    margin-bottom: 0;
    margin-top: 18px;
  }
  #main-content .account-notes-footer .tablebox .stock-light-caption li {
    display: block;
    margin-bottom: 2px;
  }
}
@media only screen and (max-width: 370px) {
  #main-content .account-notes-header a {
    display: none;
  }
  #main-content .account-notes-main tbody tr td:nth-child(2) .nnr {
    display: none;
  }
  #main-content .account-notes-main tbody tr td:nth-child(3) {
    bottom: 57px;
  }
  #main-content .account-notes-main tbody tr td:nth-child(4) {
    padding-top: 5px;
  }
  #main-content .account-notes-main tbody tr td:nth-child(5) {
    padding: 5px 8px 0 0;
  }
}
.account-orders .invoices-list {
  font-weight: bold;
  padding: 0;
  margin-bottom: 20px;
}
.account-orders .invoices-list li {
  list-style: none;
}
.account-orders .invoices-list form {
  display: inline-block;
}
.account-orders .invoices-list form button {
  padding: 0 5px 0 5px;
  background: none;
}
.account-invoices form {
  display: inline-block;
}
.account-invoices form button {
  padding: 0 5px 0 5px;
}
/* Stellenangebote */
.stellenangebote-teaser {
  position: fixed;
  right: 0;
  top: 0;
}
.stellenangebote-teaser img {
  width: 66%;
  height: auto;
  float: right;
}
.stellenangebote-teaser img:hover {
  width: 72%;
  height: auto;
  float: right;
}
.stellenangebote-rahmen {
  margin: 17px 0 33px 0;
  padding: 0 33px;
  background: rgba(255, 255, 255, 0.6);
}
@media (max-width: 720px) {
  .stellenangebote-rahmen {
    padding: 0 15px;
  }
}
.stellenangebote-big {
  font-size: 24px;
  margin: 22px 0;
}
@media (max-width: 1230px) {
  .stellenangebote-teaser {
    display: none;
  }
}
/* Ende Stellenangebote */
/* Video reponsive */
.flex-video {
  position: relative;
  padding-top: 25px;
  padding-bottom: 67.5%;
  height: 0;
  margin: 16px 0;
  overflow: hidden;
}
.flex-video.widescreen {
  padding-bottom: 57.25%;
}
.flex-video.vimeo {
  padding-top: 0;
}
.flex-video iframe,
.flex-video object,
.flex-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
@media only screen and (max-device-width: 800px), only screen and (device-width: 1024px) and (device-height: 600px), only screen and (width: 1280px) and (orientation: landscape), only screen and (device-width: 800px), only screen and (max-width: 767px) {
  .flex-video {
    padding-top: 0;
  }
}
/* Video reponsive */
.imgbo {
  border: 1px solid #ccc;
  padding: 2px;
  margin: 4px 0 8px 0;
}
.untenweiss {
  border-bottom: solid 1px #fff;
  margin-bottom: 12px;
}
.lagerkaesten {
  max-height: 410px;
  max-width: 480px;
  background: #fff;
}
.lagerkaestenbild {
  width: 260px;
  vertical-align: top;
}
@media (max-width: 444px) {
  .lagerkaesten {
    font-size: 80%;
  }
}
@media (max-width: 333px) {
  .lagerkaesten {
    font-size: 60%;
  }
}
@media (max-width: 410px) {
  h1,
  h2,
  h3 {
    font-size: 20px;
  }
}
.width-22percent {
  width: 22%;
}
.zitat {
  border-left: solid 2px;
  padding: 10px 15px;
  font-size: 120%;
  line-height: 2.5rem;
  background: rgba(255, 217, 102, 0.2);
  margin: 7px 0 18px 0;
}
.italic {
  font-style: italic;
}
/* Ostern, Weihnachten und Neujahr */
.christmas,
.easter {
  width: 100%;
  background-color: #efefef;
  padding: 12px 12px 0 12px;
  border: solid 3px #fecb00;
  border-radius: 4px;
  height: auto;
  min-height: 120px;
  margin-bottom: 10px;
}
.christmas img,
.easter img {
  float: left;
  margin-right: 20px;
  border-radius: 4px;
  margin-top: -3px;
}
.x-mas-date {
  white-space: nowrap;
}
/* Ende Weihnachten und Neujahr */
.auffaellig {
  font-size: 111%;
  font-weight: bold;
  border: solid 1px;
  padding: 1px 3px;
  background: #fff;
  white-space: nowrap;
}
.erklaerung-suche p {
  line-height: 24px;
}
.einzug {
  padding-left: 22px;
}
#cookie-notice-div {
  background: #ffd966;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9999999999;
}
#cookie-notice-div p {
  color: #355899;
  font-weight: bold;
  line-height: 18px;
  padding: 12px;
}
#cookie-notice-div .btn.btn-primary {
  float: right;
  padding: 12px;
  font-weight: bold;
  margin: 12px;
}
@media (max-width: 650px) {
  #cookie-notice-div p {
    margin-bottom: 65px !important;
  }
  #cookie-notice-div .btn.btn-primary {
    right: 0 !important;
  }
}
@media (max-width: 1400px) {
  #cookie-notice-div {
    width: 100vw;
  }
  #cookie-notice-div p {
    margin-bottom: 60px;
  }
  #cookie-notice-div .btn.btn-primary {
    float: none;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
#cookie-notice-div a {
  text-decoration: underline;
}
.klar {
  clear: both;
}
.free-download-banner {
  position: absolute;
  left: 77px;
  z-index: 200;
  padding: 1px;
  margin: 4px;
  border: none;
}
.content_navi_left ul {
  list-style: none;
  margin: 0 0 25px 0;
}
.content_navi_left li {
  border-bottom: 1px solid #fff;
}
.content_navi_left a {
  color: #717171;
  display: block;
  text-decoration: none;
  padding: 6px 2px 5px 10px;
}
.content_navi_left a:hover,
.content_navi_left a:focus {
  color: #000000;
}
.content_navi_left .menu-title {
  margin-top: 10px;
  font-size: 1.1em;
  padding: 0 0 4px 10px;
  background-image: url(/static_bs/img/site/bg_blauelinie.png);
  background-position: center bottom;
  background-repeat: no-repeat;
}
.img_r {
  margin: 6px 0 10px 20px !important;
}
.img_l {
  margin: 6px 20px 10px 0 !important;
}
.td-width-300 {
  width: 300px;
}
.kollegen {
  background: rgba(255, 255, 255, 0.25);
}
.kollegen h3 {
  margin-left: 17px;
}
/*Bootstrap doesnt break correctly*/
.catalog-text .col-lg-2 {
  margin: auto;
}
.catalog-text .col-lg-10 {
  margin: auto;
}
.listing-desktop-view {
  display: block;
}
.listing-mobile-view {
  display: none;
}
@media (max-width: 1024px) {
  .listing-desktop-view {
    display: none;
  }
  .listing-mobile-view {
    display: block;
  }
}
.box--niemoeller .thumbnail .product--main .product--description .catalog-description,
.box--niemoeller .thumbnail .product--main .product--description .upholstery-description {
  position: initial;
}
.box--niemoeller .thumbnail .product--main .product--description .catalog-description div,
.box--niemoeller .thumbnail .product--main .product--description .upholstery-description div {
  margin: 7px;
  white-space: nowrap;
}
table.upholstery-table tr td {
  padding: 8px;
}
table.upholstery-table tr td input[type="number"] {
  width: 100px;
  padding: 6px 5px;
}
table.upholstery-table tr td span {
  padding: 0;
}
table.upholstery-table tr td:last-child {
  text-align: right;
}
table.catalog-table tr td {
  padding: 8px;
}
@media (max-width: 720px) {
  #main-content[class^='content'] .mobile {
    display: revert;
  }
  #main-content[class^='content'] .desktop {
    display: none;
  }
  .content-brochures .btn {
    white-space: normal;
  }
  table.catalog-models-list thead {
    display: none;
  }
  table.catalog-models-list tr {
    display: grid;
    border-bottom: 1px solid #ddd;
    grid-auto-columns: min-content;
    padding: 8px;
  }
  table.catalog-models-list tr td {
    border: none;
    padding: 0;
  }
  table.catalog-models-list tr td span {
    padding: 0;
  }
  table.catalog-models-list tr td:nth-child(1) {
    grid-row-start: 1;
    grid-column-start: 1;
    grid-column-end: 10;
    font-weight: bold;
  }
  table.catalog-models-list tr td:nth-child(2) {
    grid-row-start: 2;
    grid-column-start: 1;
  }
  table.catalog-models-list tr td:nth-child(3) {
    grid-row-start: 2;
    grid-column-start: 2;
  }
  table.catalog-models-list tr td:nth-child(4) {
    padding-top: 15px;
    grid-row-start: 3;
    grid-column-start: 1;
    grid-column-end: 10;
  }
  table.catalog-models-list tr td:nth-child(5) {
    grid-row-start: 4;
    grid-column-start: 1;
    grid-column-end: 10;
  }
  table.catalog-models-list tr td:nth-child(6) {
    grid-row-start: 5;
    grid-column-start: 1;
    grid-column-end: 10;
  }
  #main-content.content-employees h2 {
    display: none;
  }
  #main-content.content-employees h3 {
    font-size: 20px;
  }
  #main-content.content-employees .employee {
    display: flex;
  }
  #main-content.content-employees .employee > div {
    width: 50%;
    overflow: hidden;
  }
  #main-content.content-employees .employee > div address {
    padding: 8px 0 0 12px;
    word-break: break-word;
  }
  #main-content.content-employees .employee > div address .glyphicon {
    font-size: 20px;
    vertical-align: sub;
  }
  #main-content.content-employees .employee > div img {
    width: 100%;
    height: auto;
    max-width: 206px;
  }
}
@media (max-width: 300px) {
  #main-content.content-employees .employee > div address {
    font-size: 12px;
  }
  #main-content.content-employees .employee > div address .glyphicon {
    font-size: 17px;
  }
}
/*####### Formular in partial_initial.twig #######*/
.bordertable td.form-group {
  border: none;
}
.bordertable .basket-quantity.form-control,
.bordertable .basket-quantity-direct.form-control {
  width: 100px;
}
input,
select,
input.warenkorb-eingabe {
  border: 1px solid #CCCCCC;
}
option:disabled {
  color: rgba(170, 170, 170, 0.5);
}
.paymentblog {
  margin: 15px 0 10px 0;
}
.form-group .h1 {
  margin-top: 7px;
}
.select-shipping-type-preview .form-group:not(:last-child) .description:after,
.select-shipping-type .form-group:not(:last-child) .description:after,
.select-payment-type .form-group:not(:last-child) .description:after {
  content: '';
  display: block;
  border-top: none;
  border-bottom: 1px solid #7d9ad1;
  margin-bottom: 20px;
  margin-top: 20px;
}
#direct_debit_controls {
  margin-top: 20px;
}
#direct_debit_controls label {
  padding-left: 16px;
  padding-bottom: 5px;
}
.checkbox label,
.radio label {
  cursor: pointer;
  padding-left: 0;
}
.radio label input[type="radio"] {
  -moz-appearance: none;
  position: absolute;
  pointer-events: none;
  visibility: visible;
  z-index: -100;
  left: 30px;
  top: 6px;
}
.checkbox label input[type="checkbox"] {
  -moz-appearance: none;
  position: absolute;
  bottom: 8px;
  left: 36px;
  pointer-events: none;
  width: 1px;
  height: 1px;
}
.checkbox label span,
.radio label span {
  min-width: 250px;
  text-align: left;
  padding: 7px 14px 7px 30px;
  border: 1px dashed #3c63ac;
  display: inline-block;
  color: #355899;
  font-weight: bold;
}
#payment-selection .checkbox label span,
#payment-selection .radio label span {
  width: 250px;
}
.has-error .checkbox label span,
.has-error .radio label span {
  border-color: #a94442;
}
.has-error .checkbox label input[type="checkbox"] + span:before,
.has-error .radio label input[type="radio"] + span:before {
  color: #a94442;
}
.checkbox label input[type="checkbox"]:checked + span,
.radio label input[type="radio"]:checked + span {
  border: 1px solid #3c63ac;
  background-color: #cccccc;
  display: block;
}
.checkbox label input[type="checkbox"] + span:before,
.radio label input[type="radio"] + span:before {
  content: "\f096";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  /*--adjust as necessary--*/
  color: #3c63ac;
  font-size: 23px;
  padding-right: 0.5em;
  position: absolute;
  top: 4px;
  left: 8px;
}
.checkbox label input[type="checkbox"]:checked + span:before,
.radio label input[type="radio"]:checked + span:before {
  content: "\f00c";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  /*--adjust as necessary--*/
  color: #3c63ac;
  font-size: 18px;
  padding-right: 0.5em;
  position: absolute;
  top: 6px;
  left: 10px;
}
.contact-form label:first-letter {
  text-transform: capitalize;
}
fieldset {
  border: none;
  margin-bottom: 10px;
}
fieldset fieldset {
  margin: 0;
}
legend {
  color: #1f486d;
  font-size: 1.1em;
  padding-bottom: 10px;
}
.font_small {
  font-size: 0.8em;
}
label.nofloat {
  float: none;
  width: auto;
  text-align: left;
}
.red {
  color: #ff0000;
}
.land option {
  margin-bottom: 0.5em;
}
.checkbox input {
  width: auto;
  margin-left: 120px;
  background: transparent;
}
.users_agb_ok .checkbox {
  padding-top: 0;
}
.users_agb_ok .checkbox label input[type="checkbox"]:checked + span:before,
.users_agb_ok .checkbox .radio label input[type="radio"]:checked + span:before {
  top: 6px;
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 0;
}
.btn.width_100 {
  width: 100%;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 768px) {
  label[for^="payment_type"],
  label[for^="shipping_type"] {
    float: left;
  }
}
@media (min-width: 768px) {
  label[for^="token"] {
    position: relative;
    bottom: 11px;
    left: -16px;
  }
}
.radio.payment_type .clearfix {
  margin-top: 20px;
  border-top: 1px solid #cccccc;
}
.hidden-payment-types {
  visibility: hidden;
  height: 0;
  position: absolute;
  top: -2000px;
}
.required {
  color: #f00;
  font-weight: bold;
}
.control-label {
  clear: both;
}
.error label {
  color: #800;
  font-weight: normal;
}
.error input,
.error select,
.error textarea {
  border: 1px #800 solid;
}
.error .message {
  color: #800;
  font-weight: bold;
  margin-top: 0;
}
.contact-me-field {
  margin: 0;
}
.contact-me-field #contact_me_by_fax_only {
  display: none;
}
#toggle_password,
#toggle_password_confirm {
  pointer-events: all;
  right: 26%;
  bottom: 0;
  top: auto;
}
.gummilink {
  padding: 40px 60px;
}
.gummilink .row {
  padding: 15px;
  border: 1px solid #3c63ac;
}
.gummilink a.btn {
  white-space: normal;
}
@media only screen and (max-width: 600px) {
  .gummilink {
    padding: 40px 30px;
  }
  .gummilink .row {
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
  }
  footer ul.payment-list {
    padding-left: 10px;
    margin: 40px 0;
  }
}
footer {
  border-top: 1px solid #3c63ac;
  background-color: #3c63ac;
  color: #ffffff;
}
footer .btn-default:hover {
  color: #fff;
  background-color: #284273;
  border-color: #355899;
}
footer .nav > li > a {
  color: #ffffff;
}
footer .nav > li > a:first-letter {
  text-transform: capitalize;
}
footer .nav > li > a:hover,
footer .nav > li > a:focus {
  text-decoration: none;
  background-color: #284273;
}
footer .footer-title {
  font-size: 24px;
  margin: 20px 0;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
footer .footer-title:first-letter {
  text-transform: capitalize;
}
footer .thumbnail {
  background-color: transparent;
  border: none;
}
footer .thumbnail .btn {
  padding: 10px 16px;
}
footer .col-sm-6.col-md-6.col-lg-3 {
  border-right: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}
footer .dispachhint {
  padding: 15px;
  margin-bottom: 20px;
  color: #ffffff;
}
footer .dispachhint a {
  color: #ffffff;
  text-decoration: underline;
}
footer .dispachhint a:hover {
  text-decoration: none;
}
footer .special-offers-teaser-footer {
  margin: 20px 0;
}
footer .payment-teaser img {
  padding: 14px 0 30px 0;
}
footer .payment-list {
  margin: 53px 0;
}
footer .payment-list a {
  color: #ffffff;
  text-decoration: underline;
}
footer .payment-list a:hover {
  color: #ffffff;
  text-decoration: none;
}
/*sumo box*/
#sumobox {
  width: 100%;
  z-index: 200;
  border: 1px solid #7d9ad1;
}
#sumobox table {
  margin: 0;
  padding: 0;
}
.quick_index-en {
  display: none;
  border: 1px solid #7d9ad1;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 10px;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
td #toogl_button img {
  float: right;
  margin: 0 0 0 0 !important;
  padding: 0 0 0 0 !important;
}
.toggleModelChooser {
  cursor: pointer;
}
/*######################## news_index ###############################*/
#news_index {
  padding: 10px 0 10px 10px;
  margin-right: 10px;
}
#news_index img {
  float: left;
}
#news_index img:first-child {
  margin-right: 14px;
}
#orderkat {
  /*  background-image:url(/static_bs/img/home/kataloge-herunterladen.png);
  background-repeat:no-repeat;
  background-position: right top;*/
}
#orderkat img {
  margin-top: -6px;
}
/*################################ clap ###############################*/
.comma-list {
  display: list-item;
  padding: 0;
  margin-left: 40px;
}
.comma-list li {
  list-style: none;
  display: inline;
}
.comma-list li:after {
  content: ',';
}
.comma-list li:last-child:after {
  content: '';
}
.shipment {
  display: none;
  border: 1px solid #485987;
  padding: 20px 30px;
}
.shipment dl {
  margin-top: 30px;
  font-size: 13px;
}
.shipment dt {
  width: auto;
  font-weight: 100;
}
.shipment dd {
  margin-bottom: 10px;
  margin-left: 140px;
}
.shipment dd > div:first-child {
  color: #485987;
  font-weight: bold;
}
.shipment a {
  color: #485987;
}
.shipment a:hover {
  text-decoration: underline;
}
.order-history-table.order-history-table-shipments {
  border: none;
  width: 45%;
}
.order-history-table.order-history-table-shipments td,
.order-history-table.order-history-table-shipments th {
  padding: 0;
  border-left: none;
  border-right: none;
}
.order-history-table-metadata {
  border: none;
  margin-bottom: 20px;
  width: auto;
}
.order-history-table-metadata td {
  border: none;
}
.order-history-table {
  border: 1px solid #485987;
  border-top: none;
}
.order-history-table th,
.order-history-table td {
  border: 1px solid #485987;
  vertical-align: middle;
}
.order-history-table th {
  white-space: nowrap;
}
.order-history-table tr:first-child th {
  border-top: none;
}
.order-history-table tr:last-child td {
  border-bottom: none;
}
.order-history-table tr td:first-child,
.order-history-table tr th:first-child {
  border-left: none;
}
.order-history-table tr td:last-child,
.order-history-table tr th:last-child {
  border-right: none;
}
.order-history-table thead tr {
  height: 30px;
}
.order-history-table .partial-shipments a {
  cursor: pointer;
}
.order-history-table .product--image:first-child {
  display: block;
}
.order-history-table .product--image {
  display: none;
}
#accordion .ui-accordion-header {
  margin-top: 12px;
}
#accordion .warenkorb-eingabe {
  width: 55px;
  padding: 6px 0 6px 2px;
}
#accordion .order-item .breadcrumb {
  background-color: #ffffff;
  border-radius: 0;
  margin: auto;
}
#accordion .order-item .breadcrumb li a {
  font-size: 13px;
  color: #ffffff;
  text-decoration: none;
  padding: 10px 12px;
  margin-top: 1px;
  background-color: #44537F;
  border: 1px solid #44537F;
  font-weight: bold;
}
#accordion .order-item .breadcrumb li.active a {
  font-weight: bold;
  border-bottom: 1px solid #ffffff;
  background-color: #ffffff;
  color: #44537F;
}
#accordion .order-item .breadcrumb li a:hover {
  text-decoration: none;
  border-bottom: 1px solid #44537F;
  background-color: #ffffff;
  color: #44537F;
}
#accordion .order-item .breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: normal;
}
#accordion .order-item .breadcrumb li {
  margin: auto;
}
#accordion .order-item .progress-bar-warning {
  background: #EFBF00 linear-gradient(45deg, rgba(255, 255, 255, 0.4) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.4) 75%, transparent 75%, transparent);
}
#accordion .order-item .progress-bar-success {
  background-color: #44537F;
  background-image: initial;
}
#accordion .order-item .progress-bar-description {
  float: left;
  margin-left: 10px;
  display: block;
  line-height: 26px;
  font-weight: bold;
}
#accordion .order-item .list-group {
  margin-left: auto;
  margin-top: 10px;
}
#accordion .order-item .list-group-item {
  margin-left: auto;
}
#accordion .order-item .progress {
  overflow: visible;
  margin-bottom: 90px;
  margin-top: 30px;
  position: relative;
  border-radius: 0;
  height: 24px;
}
#accordion div[id^="order-articles"] {
  border: 1px solid #44537F;
  padding: 20px 10px;
}
#accordion div[id^="order-articles"] table {
  border: none;
}
#accordion div[id^="order-articles"] table.order-history-table-metadata {
  margin-bottom: 20px;
}
#accordion div[id^="order-articles"] table.td_middle td {
  border: none;
  border-top: 1px solid #ccc;
  padding: 0 14px 0 0;
}
#accordion div[id^="order-articles"] table.td_middle td:last-child {
  padding: 0 ;
}
#accordion div[id^="order-articles"] table.td_middle th {
  border: none;
  border-bottom: 1px solid #44537F;
  padding: 0 2px 0 0;
}
#accordion div[id^="order-articles"] table.td_middle .order-article-image {
  padding: 2px 8px 2px 0;
}
#accordion div[id^="order-articles"] table.td_middle .order-article-image span {
  padding: 0;
}
#accordion div[id^="order-articles"] table.td_middle thead .order-article-price,
#accordion div[id^="order-articles"] table.td_middle thead .order-article-amount,
#accordion div[id^="order-articles"] table.td_middle thead .order-article-total-price {
  text-align: right;
  padding-right: 14px;
}
#accordion div[id^="order-articles"] table td {
  padding: 0;
}
#accordion .order.breadcrumb {
  padding: 8px 0;
}
#order-history-button {
  padding-left: 0;
  margin-top: 15px;
}
td.order-article-image,
th.order-article-image {
  width: 1%;
}
.order-article-label {
  width: 50%;
}
th.order-article-price,
td.order-article-price {
  width: 11%;
}
th.order-article-amount,
td.order-article-amount {
  padding-right: 10px;
  width: 7%;
}
th.order-article-total-price,
td.order-article-total-price {
  width: 12%;
}
td.order-article-reorder div {
  float: left;
  vertical-align: middle;
}
td.order-article-reorder div input:last-child {
  margin-left: 5px;
}
.status-marker {
  position: absolute;
  bottom: -12px;
  height: 12px;
  font-size: 11px;
}
.status-marker > div {
  float: right;
  position: relative;
  width: 130px;
  text-align: center;
  left: 65px;
  top: 15px;
}
.status-marker:first-child > div {
  left: 10px;
  width: 0;
}
.status-marker.current-status:last-child,
.status-marker.current-status:first-child {
  border: none;
}
.status-marker:last-child > div {
  left: -10px;
  text-align: right;
}
.status-marker.current-status {
  font-weight: bold;
  border-right: solid 1px black;
}
.status-marker.current-status a {
  color: black;
}
.order-tracking {
  margin: 5px 0;
  color: #485987;
}
.progress a {
  color: #485987;
  text-decoration: none;
}
.progress a:hover {
  text-decoration: underline;
}
/* Extra-kleine Geräte (Smartphones, weniger als 768px) */
/* Kein Media-Query, weil dies der Standard in Bootstrap ist */
/* Kleine Geräte (Tablets, 768px und breiter) */
@media (min-width: 768px) {
  .panel-heading h3 {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .panel-heading h3 {
    font-size: 16px;
  }
  .images_for_photoswipe img {
    max-width: 80px;
  }
  table.order-history-table th {
    white-space: normal;
    vertical-align: top;
  }
}
@media (max-width: 670px) {
  .panel-heading h3 {
    font-size: 14px;
  }
  .images_for_photoswipe img {
    max-width: 60px;
  }
  table.order-history-table th {
    white-space: normal;
    vertical-align: top;
  }
}
/* Mittlere Geräte (Desktop-PCs, 992px und breiter) */
/* Große Geräte (Desktop-PCs, 1200px und breiter) */
.agb-and-partial-agreement {
  width: 90%;
}
.agb-and-partial-agreement label {
  margin: 5px 0;
}
@media only screen and (max-width: 600px) {
  #last_button,
  #last_button_2 {
    margin-top: 0;
  }
  #paymentPaypal.paypal-checkout {
    margin-top: 18px;
    margin-bottom: 14px;
  }
  #commit-order .form-group {
    margin-bottom: 13px;
  }
  #commit-order .form-group .agb-and-partial-agreement {
    font-size: 13px;
    width: 100%;
    margin-top: 0;
  }
  #commit-order .form-group .agb-and-partial-agreement .checkbox label span {
    font-weight: normal;
  }
  #commit-order .basket-footer-ratepay > div {
    margin-top: 0;
    margin-bottom: 18px;
  }
  .order_payment > div:last-child .tablebox {
    margin-bottom: 13px;
  }
  .order_payment .thumbnail .btn {
    padding: 9px 5px;
    white-space: normal;
  }
}
.geringe-stueckzahl {
  background: #f1d26f;
}
@-webkit-keyframes myanimation {
  from {
    left: 0;
  }
  to {
    left: 50%;
  }
}
.checkoutbasket td:last-child {
  text-align: right;
}
.checkoutbasket tbody tr:hover th,
.checkoutbasket tbody tr:hover td {
  background: none;
}
.checkoutbasket td img {
  position: relative;
  top: 1px;
}
.checkoutbasket .pb_left {
  text-align: left;
}
.checkoutbasket .pb_right {
  text-align: right;
}
.order_payment .tablebox {
  min-height: 170px;
}
.tablebox.thumbnail {
  padding: 8px;
  background: transparent;
}
.checkout-wrap {
  color: #444;
  margin: 10px auto 10px auto;
  /*max-width: 1200px;*/
  position: relative;
  z-index: 1;
}
ul.checkout-bar {
  padding: 0;
}
ul.checkout-bar li {
  color: #ccc;
  display: block;
  font-size: 14px;
  font-weight: 600;
  padding: 9px 20px 9px 80px;
  position: relative;
  white-space: nowrap;
}
ul.checkout-bar li:before {
  background: #ddd;
  border: 1px solid #FFF;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  left: 20px;
  line-height: 29px;
  height: 30px;
  position: absolute;
  text-align: center;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
  top: 4px;
  width: 30px;
  z-index: 999;
}
ul.checkout-bar li.active {
  color: #ffd966;
  font-weight: bold;
}
ul.checkout-bar li.active:before {
  background: #ffd966;
  z-index: 99999;
}
ul.checkout-bar li.visited {
  background: #ECECEC;
  color: #3c63ac;
  z-index: 99999;
}
ul.checkout-bar li.visited:before {
  background: #3c63ac;
  z-index: 99999;
}
ul.checkout-bar li:nth-child(1):before {
  content: "\f07a";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  /*--adjust as necessary--*/
}
ul.checkout-bar li:nth-child(2):before {
  content: "1";
}
ul.checkout-bar li:nth-child(3):before {
  content: "2";
}
ul.checkout-bar li:nth-child(4):before {
  content: "3";
}
ul.checkout-bar li:nth-child(5):before {
  content: "4";
}
ul.checkout-bar li:nth-child(6):before {
  content: "5";
}
ul.checkout-bar li:nth-child(7):before {
  content: "6";
}
ul.checkout-bar a {
  color: #3c63ac;
  font-size: 14px;
  font-weight: 600;
  text-decoration: underline;
}
ul.checkout-bar a:hover {
  text-decoration: none;
}
@media all and (min-width: 800px) {
  .checkout-bar li.active:after {
    -webkit-animation: myanimation 3s 0;
    background-size: 35px 35px;
    background-color: #ffd966;
    background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
    content: "";
    height: 30px;
    width: 100%;
    left: 50%;
    position: absolute;
    top: -50px;
    z-index: 0;
  }
  ul.checkout-bar a {
    font-size: 15px;
  }
  .checkout-wrap {
    margin: 10px auto 90px auto;
  }
  ul.checkout-bar {
    background-size: 35px 35px;
    background-color: #EcEcEc;
    background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.4) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.4) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.4) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.4) 75%, transparent 75%, transparent);
    height: 30px;
    margin: 0 auto;
    padding: 0;
    position: absolute;
    width: 100%;
  }
  ul.checkout-bar:before {
    background-size: 35px 35px;
    background-color: #3c63ac;
    background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
    content: " ";
    height: 30px;
    left: 0;
    position: absolute;
    width: 7%;
  }
  ul.checkout-bar li {
    display: inline-block;
    margin: 50px 0 0;
    padding: 0;
    text-align: center;
    width: 13%;
  }
  ul.checkout-bar li:before {
    height: 45px;
    left: 40%;
    line-height: 45px;
    position: absolute;
    top: -57px;
    width: 45px;
    z-index: 99;
  }
  ul.checkout-bar li.visited {
    background: none;
  }
  ul.checkout-bar li.visited:after {
    background-size: 35px 35px;
    background-color: #3c63ac;
    background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
    content: "";
    height: 30px;
    left: 50%;
    position: absolute;
    top: -50px;
    width: 100%;
    z-index: 99;
  }
}
.payment-loading-spinner {
  margin-bottom: 30px;
  text-align: center;
}
.vatin-revalidation-success,
.old-vatin-validation {
  margin-top: 3%;
}
.vatin-revalidation-success button,
.old-vatin-validation button {
  border: none;
  background: none;
  outline: none;
  text-decoration: underline;
  padding: 0;
}
.vatin-revalidation-success button:hover,
.old-vatin-validation button:hover {
  text-decoration: none;
}
.paypal-cancelled-info {
  display: none;
}
.paypal-cancelled-info .alert {
  margin-top: 30px;
  margin-bottom: 0;
  border-left: 4px solid #a94442;
}
.missing-item-notification {
  float: left;
  margin-top: 17px;
}
#shipping_address {
  display: none;
}
.vatin-validation-response {
  margin: 10px 0;
}
#paymentPaypal.paypal-checkout {
  display: inline-block;
  float: right;
  width: 700px;
  clear: both;
}
#paypalButton {
  text-align: right;
}
#giropayContainer {
  display: none;
}
.commission-number-form {
  margin-top: 15px;
  margin-bottom: 10px;
}
.commission-number-form label {
  white-space: nowrap;
}
.commission-number-form span {
  display: flex;
}
.commission-number-form span > * {
  margin: auto 0;
}
.commission-number-form span #commissionNumberCtrl {
  width: 280px;
}
.commission-number-form span button[type=submit] {
  padding: 6px 12px;
  display: none;
}
.commission-number-form span .fa {
  font-size: 18px;
  margin-left: 10px;
  display: none;
}
.commission-number-form span .fa.fa-question-circle-o {
  display: inline;
}
@media (max-width: 750px) {
  #paymentPaypal.paypal-checkout {
    float: none;
    display: block;
    width: auto;
  }
}
@media (max-width: 600px) {
  .checkout-payment main,
  .checkout-car main,
  .checkout-address main {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  #wrapper .account-payment main,
  #wrapper .account-payment-edit main,
  #wrapper .checkout-payment main,
  #wrapper .checkout-payment-edit main {
    padding: 0;
  }
  #wrapper .account-payment main .btn-primary,
  #wrapper .account-payment-edit main .btn-primary,
  #wrapper .checkout-payment main .btn-primary,
  #wrapper .checkout-payment-edit main .btn-primary {
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 14px;
    line-height: 20px;
  }
  #wrapper .account-payment main .btn-primary.ladda-button,
  #wrapper .account-payment-edit main .btn-primary.ladda-button,
  #wrapper .checkout-payment main .btn-primary.ladda-button,
  #wrapper .checkout-payment-edit main .btn-primary.ladda-button {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  #payment-selection .payment-loading-spinner {
    margin-top: 30px;
  }
  #payment-selection .alert {
    margin: 20px 0 0 0;
  }
  #payment-selection hr {
    display: none;
  }
  #payment-selection .select-shipping-type > .form-group,
  #payment-selection .select-shipping-type-preview > .form-group,
  #payment-selection .select-payment-type > .form-group {
    border: 1px solid #7d9ad1;
    border-bottom: none;
    margin: 0;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  #payment-selection .select-shipping-type > .form-group .description:after,
  #payment-selection .select-shipping-type-preview > .form-group .description:after,
  #payment-selection .select-payment-type > .form-group .description:after {
    display: none;
  }
  #payment-selection .select-shipping-type > .form-group:last-child,
  #payment-selection .select-shipping-type-preview > .form-group:last-child,
  #payment-selection .select-payment-type > .form-group:last-child {
    border-bottom: 1px solid #7d9ad1;
  }
}
@media (max-width: 330px) {
  #payment-selection .select-shipping-type > .form-group,
  #payment-selection .select-shipping-type-preview > .form-group,
  #payment-selection .select-payment-type > .form-group {
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: 1px solid #7d9ad1;
    padding-bottom: 5px;
  }
  #payment-selection .select-shipping-type > .form-group > div,
  #payment-selection .select-shipping-type-preview > .form-group > div,
  #payment-selection .select-payment-type > .form-group > div {
    padding: 0;
  }
  #payment-selection .select-shipping-type > .form-group .radio label,
  #payment-selection .select-shipping-type-preview > .form-group .radio label,
  #payment-selection .select-payment-type > .form-group .radio label {
    width: 100%;
  }
  #payment-selection .select-shipping-type > .form-group .radio label span,
  #payment-selection .select-shipping-type-preview > .form-group .radio label span,
  #payment-selection .select-payment-type > .form-group .radio label span {
    width: 100%;
    min-width: unset;
  }
  #payment-selection .select-shipping-type > .form-group:last-child,
  #payment-selection .select-shipping-type-preview > .form-group:last-child,
  #payment-selection .select-payment-type > .form-group:last-child {
    border-bottom: none;
  }
}
@media (max-width: 450px) {
  .commission-number-form {
    margin-bottom: 30px;
  }
  .commission-number-form .input-group {
    position: relative;
    flex-direction: column;
    width: 100%;
  }
  .commission-number-form .input-group #commissionNumberCtrl {
    width: auto;
  }
  .commission-number-form .input-group button[type=submit] {
    width: fit-content;
  }
  .commission-number-form .input-group .fa {
    position: absolute;
    top: 8px;
    z-index: 20;
    right: 35px;
  }
  .commission-number-form .input-group .fa.fa-question-circle-o {
    right: 10px;
  }
}
.ratepay-legal {
  padding: 29px;
  border: 1px solid;
}
.payment-capture-status--pending {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 100px;
}
.payment-capture-status--check-failed {
  padding-top: 30px;
  margin: auto;
  display: none;
  max-width: 50%;
}
.payment-capture-status--declined {
  padding-top: 30px;
  margin: auto;
  display: none;
  max-width: 50%;
}
.basket-footer-checkout-fallback-submit {
  display: none;
}
.vatin-revalidation-loader {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 100px;
}
.vatin-revalidation-error {
  padding-top: 50px;
  padding-bottom: 100px;
  display: flex;
}
.vatin-revalidation-error > div {
  margin: auto;
}
.vatin-revalidation-error > div .select-other-address {
  text-align: right;
}
.checkout-order .saved-card ul {
  list-style: none;
  padding: 0;
}
.checkout-order .saved-card ul label {
  font-weight: normal;
  width: 150px;
}
.checkout-order .saved-card ul div {
  display: inline;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 900px;
    margin: 30px auto;
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
/*######################## Adressbuch ############################*/
.address-box {
  padding-top: 0;
}
.address-box .address-edit {
  margin-top: 8px;
}
.address-box .checkbox label span,
.address-box .radio label span {
  min-width: 100%;
}
.address-box .address-use-for-shipping {
  display: none;
  padding: 8px 0 0;
}
.address-box .address-select {
  font-size: 12px;
  font-weight: 100;
}
.address-box .address-select .radio,
.address-box .address-select .checkbox {
  width: 50%;
}
.address-box .address-select .radio label,
.address-box .address-select .checkbox label {
  display: block;
}
.address-box .address-select .address-select-input {
  display: inline-block;
  margin: -1px 0px 10px 0px;
}
.address-box .address-select .address-select-options {
  display: inline-block;
  margin: -1px 0px 10px 0px;
}
.address-box .address-select .address-select-options .address-use-for-shipping.checkbox,
.address-box .address-select .address-select-options .address-default.checkbox {
  margin: 0;
}
.address-box .address-select .address-select-options {
  display: none;
}
.address-box .address-select label span {
  font-weight: 100;
  font-size: 15px;
  clear: both;
}
.address-box .address.caption .address-edit .btn {
  padding: 6px 12px;
}
.address-box .address-new {
  text-align: center;
}
.address-box .address-new i {
  font-size: 190px;
}
.address-box.selected .tablebox {
  border-color: #355899;
}
.address-box.selected .tablebox .address-use-for-shipping,
.address-box.selected .tablebox .address-select-options {
  display: block;
}
.address-box .checkbox label input[type="checkbox"]:checked + span:before,
.address-box .radio label input[type="radio"]:checked + span:before {
  top: 8px;
}
@media only screen and (max-width: 720px) {
  .account-address main,
  .checkout-address main,
  .address-list-account main,
  .address-list-checkout main {
    padding: 0;
  }
  .account-address main .address-select .radio,
  .checkout-address main .address-select .radio,
  .address-list-account main .address-select .radio,
  .address-list-checkout main .address-select .radio,
  .account-address main .address-select .checkbox,
  .checkout-address main .address-select .checkbox,
  .address-list-account main .address-select .checkbox,
  .address-list-checkout main .address-select .checkbox {
    width: 70%;
  }
}
.pswp__scroll-wrap .pswp__top-bar {
  background-color: transparent !important;
}
.pswp__scroll-wrap {
  position: relative;
}
.pswp__gallery-name--container {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 20px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 0;
}
.pswp__gallery-name {
  background-color: transparent;
  font-weight: normal;
  color: white;
  text-align: center;
  margin: 0 ;
  font-size: 30px;
}
.pswp__caption {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}
.pswp__caption h2 {
  font-weight: normal;
  color: white;
}
/*############ #carsale css additions ################*/
.label_dt {
  text-align: left;
  padding-bottom: 6px;
}
.description_dd {
  padding-bottom: 6px;
}
.frame-wrapper {
  display: table;
  border-collapse: separate;
  box-sizing: border-box;
  border-spacing: 2px;
  width: 100%;
}
.priceinfo_text {
  margin-top: 20%;
  padding-right: 10%;
}
.info_price_negotiable_verhandlungsbasis {
  float: left;
  margin: 0 5px;
}
.item-price-banner div {
  background-color: #ffd966;
}
#standort_kontakt {
  text-align: left;
}
.imp-font-price {
  text-align: center;
  /*padding: 0 45px;*/
  font-family: Marker Felt, fantasy;
  font-weight: lighter;
  text-transform: none;
  font-size: 22px;
  margin: 0 0 5px 0;
  letter-spacing: 0px;
  font-style: normal;
}
.thumbnail-slider {
  width: 12%;
}
#heading-align {
  padding-left: 15px;
}
.heading-font {
  font-size: 20px;
  font-family: 'Yanone Kaffeesatz', sans-serif;
  padding: 0 0 5px 0;
  margin-bottom: 10px;
}
#thumbs-nav {
  margin: 10px;
}
#playlist-wrapper ul li {
  overflow: scroll;
}
#auto-imgs {
  height: 90px;
  width: 580px;
  padding: 20px;
}
#playlist-wrapper {
  height: 70px;
  width: 410px;
  overflow-x: scroll;
}
.fix-margin {
  margin-left: -34px;
  margin-right: -4px;
}
.caption-carousel-customize {
  padding-top: 9px;
  left: 0;
  right: 0;
  padding-bottom: 0px;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.5);
}
.caption-carousel-customize p {
  font-family: inherit;
  font-size: 1em;
  color: white;
}
.black-border {
  text-shadow: -2px 0 black, 0 2px black, 2px 0 black, 0 -2px black;
}
.customize-indicators-carousel {
  bottom: 40px;
  width: 100%;
  left: 0;
  margin-left: 0;
}
.customize-indicators-carousel li {
  height: 5px;
  width: 15px;
}
.customize-indicators-carousel .active {
  height: 9px;
  width: 9px;
  border-color: #0c0c0c;
}
.table-stripes-alternate tbody tr:nth-child(odd) {
  background-color: #e3e3e3;
}
.label-primary {
  background-color: #3c63ac;
}
.adjust-margin-top {
  margin-top: 0px;
}
.top-margin-2 {
  margin-top: 2%;
  /*text-justify: inter-word;*/
}
.carousel-image {
  margin: 0 auto;
}
#carousel-mercedes {
  /*background-color: black;*/
  /*background-color: #F2F2F2;*/
  background-color: #f8f8f8;
  overflow: hidden;
}
#carousel-thumbnails {
  background-color: #f8f8f8;
}
.carousel-inner.set-slide-img-size .item {
  height: 480px;
  background-size: cover;
  background-position: center center;
}
.carousel-inner.set-thumbnail-img-size .item {
  height: 109px;
  background-size: cover;
  background-position: center center;
}
.hide-overflow {
  overflow: hidden;
  margin: 0 48px 0 auto;
}
.dropdown-menu.nav.hidden_submenu {
  display: none;
}
.dropdown.hover.collapse_sub_menu:hover + .dropdown-menu.nav.hidden_submenu {
  display: none !important;
}
.paragraph-bottom-margin p {
  margin-bottom: 0px;
}
.paragraph-bottom-margin .important-title {
  margin-bottom: 5px;
}
.carsale_overview_img_container {
  height: 232px;
  background-position: center center;
  overflow: hidden;
}
.reduce-bottom-margin {
  margin-bottom: -12px;
}
#goto_top_button {
  display: inline-block;
  text-decoration: none;
  background-color: #ffd966;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 214px;
  right: 14px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  border: #3c63ac solid 1px;
}
#goto_top_button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #3c63ac;
}
#goto_top_button:hover {
  cursor: pointer;
  background-color: #ffd966;
  border: #3c63ac solid 1px;
}
#goto_top_button:active {
  background-color: #ffd966;
}
#goto_top_button.show {
  opacity: 1;
  visibility: visible;
}
#goto_top_button:hover::after {
  /*background-color: @brand-primary;*/
  color: #3c63ac;
}
#goto_top_button:hover::before {
  color: #ffd966;
  /*color: @brand-primary;*/
}
#goto_top_button:active {
  background-color: #FFCB04;
}
.set-container-properties {
  margin: 0 auto;
  overflow: hidden;
}
.carsale_overview_img_container {
  height: 262px;
  background-color: black;
}
/* Media queries carsale */
/*Media query mixin caption-carousel-customize */
/*Media query mixin caption-carousel-customize */
@media (min-width: 500px) {
  #goto_top_button {
    margin: 30px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .carousel-inner.set-slide-img-size .item {
    height: 471px;
    background-size: cover;
    background-position: center center;
  }
  .carousel-inner.set-thumbnail-img-size .item {
    height: 81px;
    background-size: cover;
    background-position: center center;
  }
  .carsale_overview_img_container {
    height: 190px;
    background-position: center center;
    overflow: hidden;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .carousel-inner.set-slide-img-size .item {
    height: 350px;
    background-size: cover;
    background-position: center center;
  }
  .carousel-inner.set-thumbnail-img-size .item {
    height: 81px;
    background-size: cover;
    background-position: center center;
  }
  .caption-carousel-customize p {
    font-family: inherit;
    font-size: 62%;
    color: white;
  }
  .carsale_overview_img_container {
    height: 216px;
    background-position: center center;
    overflow: hidden;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .carousel-inner.set-slide-img-size .item {
    height: 350px;
    background-size: cover;
    background-position: center center;
  }
  .carousel-inner.set-thumbnail-img-size .item {
    height: 82px;
    background-size: cover;
    background-position: center center;
  }
  .customize-indicators-carousel li {
    height: 3px;
    width: 9px;
  }
  .fix-margin {
    margin-left: -41px;
    margin-right: -35px;
  }
  .imp-font-price {
    font-size: 19px;
  }
  .padding-grids {
    padding-right: 3px;
    padding-left: 3px;
  }
  .caption-carousel-customize p {
    font-family: inherit;
    font-size: 62%;
    color: white;
  }
  .carsale_overview_img_container {
    height: 214px;
    background-position: center center;
    overflow: hidden;
  }
}
@media only screen and (min-width: 360px) and (device-height: 640px) {
  .carousel-inner.set-slide-img-size .item {
    height: 225px;
    background-size: cover;
    background-position: center center;
  }
  .carousel-inner.set-thumbnail-img-size .item {
    height: 50px;
    background-size: cover;
    background-position: center center;
  }
  #thumbs-nav {
    margin: 5px;
    overflow: hidden;
  }
  .customize-indicators-carousel li {
    height: 3px;
    width: 9px;
  }
  .padding-grids {
    padding-right: 3px;
    padding-left: 3px;
  }
  .fix-margin {
    margin-left: -48px;
    margin-right: -20px;
  }
  .caption-carousel-customize p {
    font-family: inherit;
    font-size: 62%;
    color: white;
  }
  .carsale_overview_img_container {
    height: 178px;
    background-position: center center;
    overflow: hidden;
  }
}
@media only screen and (min-width: 370px) and (max-width: 760px) {
  .carousel-inner.set-slide-img-size .item {
    height: 238px;
    background-size: cover;
    background-position: center center;
  }
  .carousel-inner.set-thumbnail-img-size .item {
    height: 50px;
    background-size: cover;
    background-position: center center;
  }
  .carousel-inner .carsale_overview_img_container {
    height: 188px;
    background-position: center center;
    overflow: hidden;
  }
  #thumbs-nav {
    margin: 5px;
  }
  .customize-indicators-carousel li {
    height: 3px;
    width: 9px;
  }
  .padding-grids {
    padding-right: 3px;
    padding-left: 3px;
  }
  .fix-margin {
    margin-left: -48px;
    margin-right: -20px;
  }
  .caption-carousel-customize p {
    font-family: inherit;
    font-size: 62%;
    color: white;
  }
}
/*@media (max-width: @screen-xs-max) {*/
/*Iphone 5*/
@media only screen and (min-width: 320px) and (device-height: 568px) {
  .carousel-inner.set-slide-img-size .item {
    height: 198px;
    background-size: cover;
    background-position: center center;
  }
  .carousel-inner.set-thumbnail-img-size .item {
    height: 50px;
    background-size: cover;
    background-position: center center;
  }
  #thumbs-nav {
    margin: 5px;
  }
  .padding-grids {
    padding-right: 3px;
    padding-left: 3px;
  }
  .customize-indicators-carousel li {
    height: 3px;
    width: 9px;
  }
  .hide-overflow {
    overflow: hidden;
    margin: 0;
  }
  .fix-margin {
    margin-left: -75px;
    margin-right: -1px;
  }
  .caption-carousel-customize p {
    font-family: inherit;
    font-size: 62%;
    color: white;
  }
  .carsale_overview_img_container {
    height: 152px;
    background-position: center center;
    overflow: hidden;
  }
}
/* End of Media Queries Carsale */
/*############# END carsale css additions ################*/
#header_error {
  position: relative;
  overflow: hidden;
}
#header_error p {
  line-height: 20px;
  padding: 0 0 10px 0;
}
#header_error i {
  position: absolute;
  font-size: 190px;
  right: -10px;
  color: rgba(255, 255, 255, 0.7);
  bottom: -60px;
  top: initial;
  font-style: normal;
  font-weight: bold;
}
#header_error i:first-of-type {
  font-size: 65px;
  bottom: -20px;
  right: 390px;
}
#header_error > p {
  width: 80%;
}
#header_error > p + p + p {
  width: 65%;
}
#header_error > p:last-of-type {
  width: 40%;
}
@media print {
  body {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 11pt;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
  h1,
  h2 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
  }
  h1 {
    font-size: 24pt;
  }
  h2 {
    font-size: 18pt;
    padding-top: 6pt;
    border-top: 1pt solid #d90000;
    margin-top: 12pt;
  }
  a {
    color: black;
    text-decoration: none;
  }
  a[href]:after {
    content: none !important;
  }
  div[id^="minimized-trustbadge"] {
    display: none !important;
  }
  #logo img {
    width: 30%;
  }
  .header-right {
    display: none;
  }
  .breadcrumb {
    margin-bottom: 0;
  }
  .box--niemoeller {
    break-inside: avoid;
    display: inline-block;
  }
  button {
    color: red !important;
  }
  .listing-unit h1 {
    margin-top: 0;
  }
  .listing-unit h2 {
    margin-top: 0;
    padding-top: 12px;
  }
  .listing-unit .btn-primary {
    color: white !important;
    background-color: #3c63ac !important;
  }
  .listing-unit .btn-primary span {
    color: white !important;
  }
  .listing-unit .btn-primary .fa:before,
  .listing-unit .btn-primary .glyphicon:before {
    color: white !important;
  }
  .listing-unit #products_table {
    border-top: 1px solid #ccc;
  }
  .listing-unit .prod_stock_light {
    width: 36px !important;
  }
  .listing-unit .prod_stock_light img {
    width: 17px !important;
  }
  .listing-unit .product-gallery-items {
    width: -moz-fit-content;
  }
  .listing-unit .gallery.active .box--niemoeller {
    width: 32.888%;
  }
  .listing-unit .gallery.active .box--niemoeller .thumbnail {
    height: 220px !important;
  }
  .listing-unit .gallery.active .box--niemoeller .thumbnail .action--descr {
    display: none;
  }
  .listing-unit .box--niemoeller {
    width: 33.33333333%;
  }
  .listing-unit .box--niemoeller .thumbnail {
    height: 320px !important;
  }
  .listing-unit .gallery {
    height: 100%;
  }
  .listing-unit .gallery > div {
    height: 100%;
  }
  .listing-unit .gallery > div > a {
    height: 100%;
  }
  .listing-unit .gallery > div > a .image--element {
    aspect-ratio: initial !important;
    height: 100%;
  }
  .listing-unit .gallery > div > a .image--element .image--media {
    display: block;
    height: 100%;
    text-align: left;
  }
  .listing-unit .gallery > div > a .image--element .image--media img {
    height: auto !important;
    max-width: 100% !important;
    left: 0 !important;
  }
  .listing-unit .panel-container {
    position: static !important;
    width: 100% !important;
    margin-bottom: 10px;
  }
  .listing-unit .panel-container .big-image {
    text-align: left;
  }
  .listing-unit .panel-container .big-image .panel-tools {
    display: none;
  }
  .listing-unit .panel-container .big-image .panel-landscape a canvas {
    width: 100% !important;
  }
  .listing-unit .panel-container .big-image .panel-portrait a canvas {
    width: 400px !important;
  }
  .map-list .panel-portrait {
    page-break-after: always;
  }
}
.special-offers-head {
  padding: 0 15px;
}
.special-offers-head .special-offers-filters {
  display: flex;
  margin-bottom: 30px;
}
.special-offers-head .special-offers-filters .special-offers-filter {
  margin-right: 2px;
}
.special-offers-head .special-offers-filters .special-offers-filter .special-offers-filter-controls {
  display: flex;
}
.special-offers-head .special-offers-filters .special-offers-filter .special-offers-filter-controls select {
  width: 240px;
  padding: 10px 15px;
  margin-right: 8px;
}
.special-offers-head .special-offers-filters .special-offers-filter .special-offers-filter-descr {
  margin-bottom: 8px;
}
.special-offers-head .special-offers-debug {
  margin-top: 30px;
}
.special-offers-head .special-offers-debug > label {
  position: relative;
  top: 1px;
  font-weight: 100;
}
.special-offers-head .special-offers-debug .toggle-handle {
  background: white;
}
.special-offers-head .special-offers-debug .toggle-off {
  background: #e0e0e0;
}
:lang(fr) .special-offers-head .special-offers-filters .special-offers-filter .special-offers-filter-controls select,
:lang(es) .special-offers-head .special-offers-filters .special-offers-filter .special-offers-filter-controls select,
:lang(it) .special-offers-head .special-offers-filters .special-offers-filter .special-offers-filter-controls select {
  width: 310px;
}
@media (max-width: 1280px) {
  .special-offers-head .special-offers-debug {
    float: none;
    margin-bottom: 15px;
  }
}
@media (max-width: 1024px) {
  .special-offers-head .special-offers-debug {
    margin-bottom: 0;
  }
  .special-offers-head .special-offers-filters {
    flex-direction: column;
  }
  .special-offers-head .special-offers-filters .special-offers-filter {
    margin-top: 20px;
  }
}
@media (max-width: 640px) {
  .special-offers main #boxContainer {
    padding: 0;
  }
  .special-offers main .special-offers-head {
    padding: 0;
  }
  .special-offers main .special-offers-head .special-offers-filters {
    flex-direction: column;
  }
  .special-offers main .special-offers-head .special-offers-filters .special-offers-filter .special-offers-filter-controls {
    flex-direction: column;
  }
  .special-offers main .special-offers-head .special-offers-filters .special-offers-filter .special-offers-filter-controls select {
    width: 100% !important;
  }
  .special-offers main .special-offers-head .special-offers-filters .special-offers-filter .special-offers-filter-controls select:not(:first-child) {
    margin-top: 20px;
  }
}
.special-offers-loading-spinner {
  text-align: center;
}
.special-offers-no-result {
  text-align: center;
  font-size: x-large;
}
.ellipsis-tooltip {
  text-align: left;
  width: 160px;
}
.ellipsis-tooltip a {
  color: white;
}
.box--special-offers .model-list .ellipsis-element {
  cursor: pointer;
  text-decoration: underline;
}
.box--special-offers .model-list .ellipsis-element:hover {
  text-decoration: none;
}
.box--special-offers .product--labels {
  display: none;
}
.box--special-offers .product--labels .label-tag-special-offer {
  background: grey;
}
.box--special-offers .product--labels .label-tag-rarities {
  background: maroon;
}
.box--special-offers .product--labels .label-tag-second-choice {
  background: sienna;
}
.box--special-offers .product--labels .label-tag-used {
  background: cadetblue;
}
.box--special-offers .product--labels .label-tag-youngtimer {
  background: blueviolet;
}
.box--special-offers .product--labels .label-tag-limited-stock {
  background: slateblue;
}
.show-product-tags .product--labels {
  display: inline;
}
.special-offers-teaser {
  display: inline-block;
  position: relative;
}
.special-offers-teaser .special-offers-teaser-text {
  position: absolute;
  bottom: 12%;
  left: 6%;
  color: white;
  text-align: left;
}
.special-offers-teaser .special-offers-teaser-text div:nth-child(1) {
  font-size: 40px;
  font-weight: bold;
}
.special-offers-teaser .special-offers-teaser-text div:nth-child(2) {
  font-size: 32px;
}
@media (min-width: 1200px) {
  footer .special-offers-teaser .special-offers-teaser-text div:nth-child(1) {
    font-size: 2.5vw;
  }
  footer .special-offers-teaser .special-offers-teaser-text div:nth-child(2) {
    font-size: 1.5vw;
  }
}
@media (min-width: 992px) {
  main .special-offers-teaser .special-offers-teaser-text div:nth-child(1) {
    font-size: 2.5vw;
  }
  main .special-offers-teaser .special-offers-teaser-text div:nth-child(2) {
    font-size: 1.5vw;
  }
}
.payment-paypal-credit-card {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.25s ease-out;
}
.payment-paypal-credit-card.open {
  max-height: 420px;
  transition: max-height 0.25s ease-in;
}
.payment-paypal-credit-card.open.cvv-hint-open {
  max-height: 620px;
}
.payment-paypal-credit-card.open.tokens-open {
  max-height: initial;
}
.payment-paypal-credit-card.has-tokens.tokens-open #card-form {
  display: none;
}
.payment-paypal-credit-card.has-tokens:not(.tokens-open) #savedCards {
  display: none;
}
.payment-paypal-credit-card:not(.has-tokens) #savedCards {
  display: none;
}
.payment-paypal-credit-card .card_container {
  background-position: top 5px right 10px;
  background-size: 15%;
  background-image: url(/static_bs/img/paypal/cards.webp);
  background-repeat: no-repeat;
}
.payment-paypal-credit-card .card_container .card-field-container {
  max-width: 372px;
}
.payment-paypal-credit-card .card_container .card-field-container input,
.payment-paypal-credit-card .card_container .card-field-container select {
  width: 366px;
  color: green;
}
.payment-paypal-credit-card > div {
  margin-bottom: 15px;
}
.payment-paypal-invoice {
  max-width: 800px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.25s ease-out;
}
.payment-paypal-invoice.open {
  max-height: 720px;
  transition: max-height 0.25s ease-in;
}
.payment-paypal-invoice .card_container {
  background-position: top -35px right 30px;
  background-size: 15%;
  background-image: url(/static_bs/img/paypal/ratepay.png);
  background-repeat: no-repeat;
  padding-bottom: 50px;
  padding-top: 40px;
}
.payment-paypal-invoice .card_container .card-field-container {
  height: 40px;
  display: flex;
}
.payment-paypal-invoice .card_container .card-field-container input,
.payment-paypal-invoice .card_container .card-field-container select {
  font-size: 15px;
}
.payment-paypal-invoice .card_container .card-error {
  font-weight: normal;
  display: block;
  width: 100%;
}
.payment-paypal-invoice > div {
  margin-bottom: 15px;
}
body::after {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  z-index: -1;
  content: url(/static_bs/img/paypal/MC.webp) url(/static_bs/img/paypal/VI.webp) url(/static_bs/img/paypal/AE.webp) url(/static_bs/img/paypal/JCB.webp) url(/static_bs/img/paypal/ME.png) url(/static_bs/img/paypal/DI.webp);
}
#openCardForm {
  margin-left: 20px;
}
#savedCards > ul {
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 10px;
}
#savedCards > ul > li {
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 15px;
  width: calc(50% - 20px);
  margin: 10px;
  position: relative;
  font-family: Arial, sans-serif;
}
#savedCards > ul > li .form-group {
  position: relative;
  bottom: 10px;
}
#savedCards > ul > li label {
  font-family: Monospace, sans-serif;
}
#savedCards > ul > li .delete-save-cards {
  color: #355899;
  position: absolute;
  background: none;
  top: 10px;
  right: 10px;
  border: none;
  font-size: 20px;
}
#savedCards > ul > li .form-group {
  margin: 0;
}
#savedCards > ul > li ul {
  padding: 0;
  list-style: none;
}
#savedCards > ul > li ul li {
  font-size: 16px;
}
#savedCards > ul > li ul li label {
  margin-top: 5px;
  font-size: 16px;
}
@media only screen and (max-width: 1100px) {
  #savedCards > ul > li {
    width: calc(100% - 20px);
  }
}
.card_container {
  padding: 30px 15px;
  background-color: white;
}
.card_container .card-row {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.card_container .card-col {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.card_container .card-col.card-col-flex {
  width: auto;
  white-space: nowrap;
}
.card_container .card-field-container {
  height: 50px;
  width: 100%;
  border: 1px solid #d3d3d3;
  position: relative;
  background: #fff;
  padding: 0 10px;
}
.card_container .card-field-container.error {
  border-color: #8b0000;
}
.card_container .card-field-container input,
.card_container .card-field-container select {
  outline: none;
  border: none;
  font-size: 20px;
  color: #444;
  width: 100%;
  font-family: Arial, sans-serif;
}
.card_container .card-error {
  color: #8b0000;
  font-weight: 700;
  display: none;
  width: 70%;
}
.card_container label {
  margin: 10px 0 0;
  display: block;
  font-family: Arial, sans-serif;
  padding: 0;
  color: #211714;
  font-size: 14px;
  font-weight: 500;
}
.card_container label[for=savePaymentMethod] {
  display: inline;
  position: relative;
  bottom: 1px;
}
.card_container h4 {
  font-family: Arial, sans-serif;
  padding-left: 15px;
  padding-right: 15px;
}
.card_container #card-image {
  position: absolute;
  margin-left: 8px;
  width: 48px;
  top: 0;
  left: 0;
  bottom: 0;
  background-image: url(/static_bs/img/paypal/card.webp);
  background-repeat: no-repeat;
  background-color: white;
  z-index: 99;
}
.card_container #card-image.visa {
  background-image: url(/static_bs/img/paypal/VI.webp);
}
.card_container #card-image.mastercard {
  background-image: url(/static_bs/img/paypal/MC.webp);
}
.card_container #card-image.american-express {
  background-image: url(/static_bs/img/paypal/AE.webp);
}
.card_container #card-image.jcb {
  background-image: url(/static_bs/img/paypal/JCB.webp);
}
.card_container #card-image.maestro {
  background-image: url(/static_bs/img/paypal/ME.png);
}
.card_container #card-image.discover {
  background-image: url(/static_bs/img/paypal/DI.webp);
}
.card_container #cvv-what-is-this {
  color: #211714;
  text-decoration: none;
}
.card_container #cvv-what-is-this:hover {
  text-decoration: underline;
}
.card_container #cvv-tip {
  margin: 25px 0;
  display: none;
}
.card_container #card-number-contaíner {
  float: left;
  height: 48px;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  left: -13px;
}
.card_container #expiration-date-container {
  padding: 0 10px;
  width: 150px;
  display: inline-block;
}
.card_container #cvv-container {
  padding: 0 10px;
  width: 80px;
}
@media only screen and (max-width: 600px) {
  .payment-paypal-credit-card .card_container {
    padding-left: 0;
    padding-right: 0;
    background-size: 80px;
  }
  .payment-paypal-credit-card .card_container .card-field input,
  .payment-paypal-credit-card .card_container .card-field select {
    width: 100%;
  }
  .payment-paypal-credit-card #expiration-date {
    margin-right: 0;
  }
  .payment-paypal-credit-card #cvv-tip img {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 330px) {
  .payment-paypal-credit-card .card_container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .payment-paypal-credit-card .card_container .card-row {
    column-gap: 10px;
  }
  .payment-paypal-credit-card .card_container .card-row .card-col {
    padding: 0;
  }
  .payment-paypal-credit-card .card_container .card-row .card-col #card-number-container {
    padding-left: 0;
  }
  .payment-paypal-credit-card .card_container .card-row .card-col #card-image {
    display: none;
  }
  .payment-paypal-credit-card .card_container .card-row .card-col #expiration-date {
    width: 65px;
  }
  .payment-paypal-credit-card .card_container .card-row .card-col #cvv {
    width: revert;
  }
}
@media only screen and (max-width: 600px) {
  .payment-paypal-invoice h4 {
    padding: 0;
  }
  .payment-paypal-invoice .card_container {
    background-size: 100px;
    padding-bottom: 25px;
  }
  .payment-paypal-invoice .card_container .card-row {
    column-gap: 10px;
  }
  .payment-paypal-invoice .card_container .card-row .card-col {
    padding: 0;
  }
}
@media only screen and (max-width: 400px) {
  .payment-paypal-invoice.open {
    max-height: 920px;
    transition: max-height 0.25s ease-in;
  }
  .payment-paypal-invoice .card_container .card-row {
    flex-flow: column;
  }
}
#paypal-container #paypal-button-container {
  max-width: 500px;
  display: flex;
  margin: 40px auto auto;
}
.tablebox .payment-loading-spinner {
  margin: 40px auto 40px;
  visibility: hidden;
}
.fixedbasket:not(.show-shipping-country-switcher) .shipping-country-switcher {
  display: none;
}
.shipping-country-selection {
  display: flex;
  justify-content: center;
  padding: 18px;
  border: none;
  margin-bottom: 8px;
  background: aliceblue;
  right: 0;
}
.shipping-country-selection .shipping-country-selection--description {
  margin: auto 50px;
}
.shipping-country-selection .shipping-country-selection--description .glyphicon {
  font-size: large;
  vertical-align: sub;
}
.shipping-country-selection .shipping-country-selection--description label {
  font-weight: normal;
  margin-bottom: 0;
}
.shipping-country-selection .shipping-country-selection--form {
  margin: auto 0;
}
.shipping-country-selection .shipping-country-selection--form button {
  border: 1px solid #3c63ac;
  padding: 5px 8px;
}
.shipping-country-selection .shipping-country-selection--form select {
  width: 200px;
  padding: 6px;
  margin-right: 8px;
}
.shipping-country-selection .shipping-country-selection--form select:focus-visible {
  outline: 1px solid #3c63ac;
}
.shipping-country-selection .shipping-country-selection--close {
  margin: auto 20px;
}
.shipping-country-selection .shipping-country-selection--close button.close {
  opacity: 0.4;
}
.shipping-country-selection .shipping-country-selection--close button.close:hover {
  opacity: 0.8;
}
#shippingCountrySelectionModal .modal-dialog {
  max-width: 500px;
}
#shippingCountrySelectionModal .modal-dialog .shipping-country-selection {
  margin: 0;
  display: block;
  position: relative;
}
#shippingCountrySelectionModal .modal-dialog .shipping-country-selection .shipping-country-selection--description {
  text-align: center;
  margin: 10px 0 0 0;
}
#shippingCountrySelectionModal .modal-dialog .shipping-country-selection .shipping-country-selection--description .glyphicon {
  margin-bottom: 20px;
}
#shippingCountrySelectionModal .modal-dialog .shipping-country-selection .shipping-country-selection--form {
  text-align: center;
  margin: 20px 0 0 0;
}
#shippingCountrySelectionModal .modal-dialog .shipping-country-selection .shipping-country-selection--close {
  position: absolute;
  top: 10px;
  right: 10px;
}
@media only screen and (max-width: 1560px) {
  .shipping-country-selection {
    flex-direction: column;
    position: relative;
  }
  .shipping-country-selection .shipping-country-selection--form {
    margin: 20px 50px;
  }
  .shipping-country-selection .shipping-country-selection--form form {
    display: flex;
  }
  .shipping-country-selection .shipping-country-selection--close {
    position: absolute;
    top: 10px;
    right: 10px;
  }
}
@media only screen and (max-width: 1200px) {
  .shipping-country-selection .shipping-country-selection--description {
    margin: 0;
  }
  .shipping-country-selection .shipping-country-selection--description .glyphicon {
    text-align: center;
    display: block;
    margin-bottom: 10px;
  }
  .shipping-country-selection .shipping-country-selection--form {
    margin: 20px 0;
  }
}
@media only screen and (max-width: 720px) {
  header {
    flex-direction: column-reverse;
  }
  .shipping-country-selection .shipping-country-selection--form form {
    width: 100%;
  }
  .shipping-country-selection .shipping-country-selection--form form select {
    width: inherit;
  }
}
.overlay-loader-wrapper {
  position: relative;
}
.overlay-loader-wrapper .spanner {
  position: absolute;
  top: 0;
  left: 0;
  background: #2a2a2a;
  width: 100%;
  display: block;
  text-align: center;
  height: 100%;
  color: #FFF;
  z-index: 1000;
  visibility: hidden;
  border-radius: 8px;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.overlay-loader-wrapper .spanner .sticky {
  position: sticky;
  margin: 200px 0;
  top: 20%;
}
.overlay-loader-wrapper .spanner p {
  font-family: Arial, Sans;
  font-size: 15px;
  position: relative;
  top: 35%;
  margin-top: 45px;
}
.overlay-loader-wrapper .spanner .loader,
.overlay-loader-wrapper .spanner .loader:before,
.overlay-loader-wrapper .spanner .loader:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}
.overlay-loader-wrapper .spanner .loader {
  top: 35%;
  color: #ffffff;
  font-size: 10px;
  margin: auto;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.overlay-loader-wrapper .spanner .loader:before,
.overlay-loader-wrapper .spanner .loader:after {
  content: '';
  position: absolute;
  top: 0;
}
.overlay-loader-wrapper .spanner .loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.overlay-loader-wrapper .spanner .loader:after {
  left: 3.5em;
}
@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
.overlay-loader-wrapper .show {
  visibility: visible;
}
.overlay-loader-wrapper .spanner.show {
  opacity: 0.7;
}
.carousel {
  padding: 0 40px;
  margin-bottom: 15px;
}
.carousel .slider-control-left a,
.carousel .slider-control-right a {
  background: #f2f2f2;
  z-index: 100;
  height: 100%;
  width: 50px;
  opacity: 1;
}
.carousel .slider-control-left a > *,
.carousel .slider-control-right a > * {
  top: calc(50% - 30px);
  position: relative;
  font-size: 60px;
  color: #3c63ac;
}
.carousel .thumbnail {
  margin-bottom: 0;
}
.carousel-showmanymoveone .box--niemoeller .thumbnail .product--header .product--title-container {
  text-align: left !important;
}
.carousel-showmanymoveone .carousel-control {
  width: 4%;
  background-image: none;
}
.carousel-showmanymoveone .carousel-control.left {
  margin-left: 5px;
}
.carousel-showmanymoveone .carousel-control.right {
  margin-right: 5px;
}
.carousel-showmanymoveone .cloneditem-1,
.carousel-showmanymoveone .cloneditem-2,
.carousel-showmanymoveone .cloneditem-3,
.carousel-showmanymoveone .cloneditem-4,
.carousel-showmanymoveone .cloneditem-5 {
  display: none;
}
@media all and (min-width: 768px) {
  .carousel-showmanymoveone .carousel-inner > .active.left,
  .carousel-showmanymoveone .carousel-inner > .prev {
    left: -50%;
  }
  .carousel-showmanymoveone .carousel-inner > .active.right,
  .carousel-showmanymoveone .carousel-inner > .next {
    left: 50%;
  }
  .carousel-showmanymoveone .carousel-inner > .left,
  .carousel-showmanymoveone .carousel-inner > .prev.right,
  .carousel-showmanymoveone .carousel-inner > .active {
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner .cloneditem-1 {
    display: block;
  }
}
@media all and (min-width: 768px) and (transform-3d), all and (min-width: 768px) and (-webkit-transform-3d) {
  .carousel-showmanymoveone .carousel-inner > .item.active.right,
  .carousel-showmanymoveone .carousel-inner > .item.next {
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .carousel-showmanymoveone .carousel-inner > .item.active.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
}
@media all and (min-width: 992px) {
  .carousel-showmanymoveone .carousel-inner > .active.left,
  .carousel-showmanymoveone .carousel-inner > .prev {
    left: -33.333%;
  }
  .carousel-showmanymoveone .carousel-inner > .active.right,
  .carousel-showmanymoveone .carousel-inner > .next {
    left: 33.333%;
  }
  .carousel-showmanymoveone .carousel-inner .cloneditem-2 {
    display: block;
  }
}
@media all and (min-width: 992px) and (transform-3d), all and (min-width: 992px) and (-webkit-transform-3d) {
  .carousel-showmanymoveone .carousel-inner > .item.active.right,
  .carousel-showmanymoveone .carousel-inner > .item.next {
    -webkit-transform: translate3d(33.333%, 0, 0);
    transform: translate3d(33.333%, 0, 0);
  }
  .carousel-showmanymoveone .carousel-inner > .item.active.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev {
    -webkit-transform: translate3d(-33.333%, 0, 0);
    transform: translate3d(-33.333%, 0, 0);
  }
}
@media all and (min-width: 1200px) {
  .carousel-showmanymoveone .carousel-inner > .active.left,
  .carousel-showmanymoveone .carousel-inner > .prev {
    left: -16.666%;
  }
  .carousel-showmanymoveone .carousel-inner > .active.right,
  .carousel-showmanymoveone .carousel-inner > .next {
    left: 16.666%;
  }
  .carousel-showmanymoveone .carousel-inner .cloneditem-3,
  .carousel-showmanymoveone .carousel-inner .cloneditem-4,
  .carousel-showmanymoveone .carousel-inner .cloneditem-5,
  .carousel-showmanymoveone .carousel-inner .cloneditem-6 {
    display: block;
  }
}
@media all and (min-width: 1200px) and (transform-3d), all and (min-width: 1200px) and (-webkit-transform-3d) {
  .carousel-showmanymoveone .carousel-inner > .item.active.right,
  .carousel-showmanymoveone .carousel-inner > .item.next {
    -webkit-transform: translate3d(16.666%, 0, 0);
    transform: translate3d(16.666%, 0, 0);
  }
  .carousel-showmanymoveone .carousel-inner > .item.active.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev {
    -webkit-transform: translate3d(-16.666%, 0, 0);
    transform: translate3d(-16.666%, 0, 0);
  }
}
@media all and (min-width: 768px) and (transform-3d), all and (min-width: 768px) and (-webkit-transform-3d) {
  .carousel-showmanymoveone .carousel-inner > .item.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev.right,
  .carousel-showmanymoveone .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.active.right,
  .carousel-showmanymoveone .carousel-inner > .item.active.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev,
  .carousel-showmanymoveone .carousel-inner > .item.next {
    left: 0;
  }
}
@media (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    transition: transform 0.3s ease-in-out;
  }
}
