/* Design auf weiß ändern */
body {
  background-color: white;
  font-family: 'Roboto', sans-serif;
}

p {
  font-size: 16px;
}
.container-max, .header-container>.widget:not(.widget-grid) {
  max-width: 1400px;
}
.navbar {
    background-color: #ffffff;
}

/* Schriften einbinden
/* luckiest-guy-regular - latin */
@font-face {
  font-family: 'Luckiest Guy';
  font-style: normal;
  font-weight: 400;
  src: url('https://cdn03.plentymarkets.com/3jhnoljv5wfx/frontend/import/Fonts/Luckiest_Guy/luckiest-guy-v18-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('https://cdn03.plentymarkets.com/3jhnoljv5wfx/frontend/import/Fonts/Luckiest_Guy/luckiest-guy-v18-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('https://cdn03.plentymarkets.com/3jhnoljv5wfx/frontend/import/Fonts/Luckiest_Guy/luckiest-guy-v18-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('https://cdn03.plentymarkets.com/3jhnoljv5wfx/frontend/import/Fonts/Luckiest_Guy/luckiest-guy-v18-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('https://cdn03.plentymarkets.com/3jhnoljv5wfx/frontend/import/Fonts/Luckiest_Guy/luckiest-guy-v18-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('https://cdn03.plentymarkets.com/3jhnoljv5wfx/frontend/import/Fonts/Luckiest_Guy/luckiest-guy-v18-latin-regular.svg#LuckiestGuy') format('svg'); /* Legacy iOS */
}


/* roboto-300 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('https://cdn03.plentymarkets.com/3jhnoljv5wfx/frontend/import/Fonts/Roboto/roboto-v30-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('https://cdn03.plentymarkets.com/3jhnoljv5wfx/frontend/import/Fonts/Roboto/roboto-v30-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('https://cdn03.plentymarkets.com/3jhnoljv5wfx/frontend/import/Fonts/Roboto/roboto-v30-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('https://cdn03.plentymarkets.com/3jhnoljv5wfx/frontend/import/Fonts/Roboto/roboto-v30-latin-300.woff') format('woff'), /* Modern Browsers */
       url('https://cdn03.plentymarkets.com/3jhnoljv5wfx/frontend/import/Fonts/Roboto/roboto-v30-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('https://cdn03.plentymarkets.com/3jhnoljv5wfx/frontend/import/Fonts/Roboto/roboto-v30-latin-300.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('https://cdn03.plentymarkets.com/3jhnoljv5wfx/frontend/import/Fonts/Roboto/roboto-v30-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('https://cdn03.plentymarkets.com/3jhnoljv5wfx/frontend/import/Fonts/Roboto/roboto-v30-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('https://cdn03.plentymarkets.com/3jhnoljv5wfx/frontend/import/Fonts/Roboto/roboto-v30-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('https://cdn03.plentymarkets.com/3jhnoljv5wfx/frontend/import/Fonts/Roboto/roboto-v30-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('https://cdn03.plentymarkets.com/3jhnoljv5wfx/frontend/import/Fonts/Roboto/roboto-v30-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('https://cdn03.plentymarkets.com/3jhnoljv5wfx/frontend/import/Fonts/Roboto/roboto-v30-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('https://cdn03.plentymarkets.com/3jhnoljv5wfx/frontend/import/Fonts/Roboto/roboto-v30-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('https://cdn03.plentymarkets.com/3jhnoljv5wfx/frontend/import/Fonts/Roboto/roboto-v30-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('https://cdn03.plentymarkets.com/3jhnoljv5wfx/frontend/import/Fonts/Roboto/roboto-v30-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('https://cdn03.plentymarkets.com/3jhnoljv5wfx/frontend/import/Fonts/Roboto/roboto-v30-latin-700.woff') format('woff'), /* Modern Browsers */
       url('https://cdn03.plentymarkets.com/3jhnoljv5wfx/frontend/import/Fonts/Roboto/roboto-v30-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('https://cdn03.plentymarkets.com/3jhnoljv5wfx/frontend/import/Fonts/Roboto/roboto-v30-latin-700.svg#Roboto') format('svg'); /* Legacy iOS */
}

*/

/* Navigationswechsel */
@media (min-width: 992px) {
  .mobile-navigation-toggler {
    display: none;
  }
  .desktop-navigation-toggler {
    display: block;
  }
}
@media (max-width: 991px) {
  .mobile-navigation-toggler {
    display: block;
  }
  .desktop-navigation-toggler {
    display: none;
  }
  .brand-wrapper {
      margin: 0 auto;
  }
  nav.navbar.header-fw.p-0.border-bottom.mobile-navigation-toggler.normalmenu.unfixed {
    top: 35px;
}

/* div#vue-app {
    margin-top: 75.375px!important;
} */
}

/*Navigation Desktop*/

.ddown:hover .nav-menu-header {
    display: flex !important;
    box-shadow: 3px 15px 15px -1px rgba(0,0,0,0.73);
}

.widget.widget-code.widget-none {
    z-index: 99 !important;

}

.nav-menu-header {
    display: none !important;
}

.nav-menu-header{
    position: absolute;
    height: 100px;
    left: 0px;
    width: 100%;
    background-color: white;
}

ul.collapse.nav-dropdown-0 {
    top: 150px;
    padding-top:40px;
    column-count:5;
    box-shadow: 13px 10px 15px -13px rgba(0,0,0,0.73);
}

.collapse-inner .level1 {
    font-weight: bold;
    margin-bottom: 5px;
}
.main-navbar-collapsable li {
    -webkit-column-break-after: auto;
}

.nav-dropdown-2 li.level1 {
    text-align: center;
}

.megamenu .level1 a {
    font-weight: 400;
    color: #000000 !important;
}
.prev-image img {
    border-radius: 6px;
}
ul.collapse.nav-dropdown-2 {

    -moz-box-shadow: 9px 15px 27px -14px rgba(0,0,0,0.67);
    box-shadow: 6px 9px 27px -14px rgba(0,0,0,0.67);
}
ul.collapse.nav-dropdown-1 {
    -webkit-box-shadow: 6px 9px 27px -14px rgba(0,0,0,0.67);
    -moz-box-shadow: 6px 9px 27px -14px rgba(0,0,0,0.67);
    box-shadow: 6px 9px 27px -14px rgba(0,0,0,0.67);
}
.main-navbar-collapsable .mainmenu {
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: inherit;
    justify-content: center;
    height: 100%;
}


.first-column li.level2 {
    padding-bottom: 10px;
}
a.dropdown-item-first {
    padding-top: 10px;
}
ul.collapse-inner.first-column {
    display: table-caption;
}

/* Schriften */
h1, .h1, h2, .h2, h3, .h3 {
  font-family: 'Luckiest Guy', cursive;
  text-transform: uppercase;
  padding-top: 10px;
}
h1, .h1 {
    color: #4e4e4e;
}
h2, .h2 {
  color: #6fc191;
}
h1, .h1 {
      font-family: 'Luckiest Guy';
      font-size: 2rem;
}

h2, .h2{
      font-family:'Luckiest Guy';
      font-size:1.5rem;
}
p.align-justify {
    font-size: 16px;
}

/*Button*/



/* Breadcrumbs */
.breadcrumbs, .breadcrumb {
    background-color: #f7f7f9;
}

/*Startseite*/
.widget-image-carousel .widget-inner .carousel-inner {
    margin-top: 10px !important;
}

@media(min-width: 992px){
.widget.widget-image-carousel.widget-primary.widget-proportional {
    height: 15rem;
    margin: 0 -15px;
}
}

img.img-cover {
    min-height: 15rem !important;
}

.title-h1 .widget-inner.bg-appearance {
    background-color: #fff !important;
    color: #6fc191 !important;
}

.title-h2 .widget-inner.bg-appearance {
    color: #6fc191 !important;
    background-color: #fff !important;
}

.title-h3 .widget-inner.bg-appearance {
    color: #6fc191 !important;
    background-color: #fff !important;
}

.widget.widget-image-box.widget-image-box-no-caption.widget-primary.widget-proportional.widget-prop-1-1.category-img.mb-0 {
    margin-bottom: -25px !important;
 }

 .widget-image-box.widget-primary a[href].widget-inner:hover .widget-caption {
    color: #fff;
    background-color: transparent !important;

}
.widget-image-box-caption p{
      font-family: 'Luckiest Guy';
      font-size: 2rem;
      letter-spacing: 2px;
      text-transform: uppercase;
      line-height: 1;
}
.widget-image-box.widget-image-box-inline-caption>.widget-inner {
    align-items: center !important;
}

.category-link p {
    font-size: 18px;
}

.category-link a:hover {
    font-weight: bold;
}

.widget.widget-code.widget-none.review-big {
    height: 530px;
}

.review-big iframe {
    height: 530px;
}

.widget.widget-code.widget-none.review-small {
    height: 210px;
}

.review-small iframe {
    height: 210px;
}

.widget.widget-title-bar.widget-primary.review-title {
    margin-bottom: 0px;
}

.review-title .widget-inner.bg-appearance {
    color: #6fc191 !important;
    background-color: #fff !important;
}

.seotext-title .widget-inner.bg-appearance {
    background-color: #fff !important;
}

.seotext-title a.color-inherit {
    color: #6fc191 !important;
}

.seotext-title a.color-inherit:hover {
    font-weight: bold;
}
.widget-proportional.widget-prop-3-1 {
    padding-bottom: 40.33333% !important;
}


.widget-image-box.widget-primary .widget-caption {
    color: #fff;
    text-shadow: 2px 2px 4px #000000;
    text-align: center;
    margin: 0 auto;
    background-color: transparent;
}


.list-item-carousel.owl-carousel.owl-theme.owl-single-item.owl-loaded.owl-drag .owl-dots {
    display: none;
}

.widget-caption.widget-image-box-caption.inline-caption strong {
    font-size: 32px;
    line-height: 1;
    text-shadow: 4px -3px 10px black;
}

.start-kat h2 {
    color: white;
    font-size: 2.5rem !important;
    text-shadow: 4px 4px 6px #000000;
}

.start-kat i.fa.fa-angle-double-right {
    display: none;
}

/*Startseite Mobil*/
@media(max-width: 575.98px){
  ol.carousel-indicators {
    display: none;
}
h1, .h1{
  font-size: 1.5rem;
}

h2, .h2{
  font-size: 1.3rem;
}
h3, .h3{
  font-size: 1.1rem;
}

.widget-image-box.widget-primary .widget-caption p{
  font-size:1.5rem !important;
}

.artikel-liste .crossprice {
    display: none;
}

.thumb-image {
    display: block !important;
    width: 100%;
}

.artikel-liste .row {
    display: block;
    height: 300px;
}

.widget.widget-item-list.widget-primary.artikel-liste {
    height: 300px;
}

.artikel-liste .widget-inner {
    height: 300px;
}

.artikel-liste .col-12.col-lg-12 {
    height: 300px;
}

.list-item-carousel.owl-carousel.owl-theme.owl-single-item.owl-loaded.owl-drag {
    height: auto;
}

.owl-stage-outer.owl-height {
    height: 100% !important;
}

.artikel-liste .owl-stage {
    height: 300px;
}

.artikel-liste .owl-item {
    height: 300px;
}

.artikel-liste article.cmp.cmp-product-thumb {
    height: 300px;
    float:none;
}

.cmp-product-thumb .thumb-content {
    width: 100%;
    text-align: center;
}
.thumb-content .price {
    text-align: center;
    margin: 0 auto;
    padding-bottom: 10px;
}

.cmp-product-thumb .thumb-image {
    float: none;
    width: 230px;
    margin: 0 auto;
}

.thumb-content .thumb-meta{
  padding-left:90px;
}
.prices .price:nth-child(1) {
    text-align: center !important;
    width: 100%;
}

.cmp-product-thumb .price{
  font-size:4.5vw;
}

.cmp-product-thumb .crossprice{
  font-size: 1.2vh;
}

a.thumb-title.small {
    margin-top: 10px !important;
    margin-bottom: 0px !important;
    font-size: 0.8rem !important;
    min-height: 20px !important;
    text-align: center !important;
}
.cmp-product-thumb .price {
    font-size: 1.4rem;
}
.cmp-product-thumb .price-view-port{
  flex: none;
}
.widget-inner.bg-appearance.pb-1 {
    padding-top: 0px;
}
.widget-image-box-caption p{
      font-family: 'Luckiest Guy';
      font-size: 1.3rem;
      letter-spacing: 2px;
      text-transform: uppercase;
      line-height: 1;
}
}

@media(max-width:991.98px){
  .widget.widget-image-carousel.widget-primary.widget-proportional {
      aspect-ratio: 4/5;
      margin: 0 -15px;
  }
}

/*Geschenke Finder und Eigenschaften Filter*/

.widget-filter-attributes-properties-characteristics {
    display: flex;
    text-align: center;
}

.widget-toolbar .widget-inner.bg-appearance {
    background-color: transparent !important;
}

.card.pt-4.border-0 {
    padding-left: 15px;
    padding-right: 15px;
}

@media(max-width:768px) {
  .widget.widget-grid.widget-three-col.row {
    display: block;
}

.widget-inner.col-12.col-md-4.widget-prop-md-3-2 {
    display: inline-flex;
}

.widget-filter-attributes-properties-characteristics {
    display: block;
}

.card.pt-4.border-0.filter-interesse {
    display: block;
    text-align: center;
}

.h3.title.py-0 {display: block;text-align: center !important;}

span.flex-grow-1 {
    font-size: 10px;
}

.widget-inner.col-12.col-md-4.widget-prop-md-3-2 {
    margin: 0 auto;
    display: inline-flex;
}

#filter-collapse_6177e91e8ef86 .widget.widget-grid.widget-three-col.row {
    margin: 0 auto;
    text-align: center
}

.widget.widget-filter-base.widget-primary.mb-4 {
    max-width: 100%  !important;
}

.card.pt-4.border-0 {
    width: 200px;
    display: block;
}
}
@media(min-width:769px) and (max-width:991.98px){
  .h3.title.py-0 {
    font-size: 11px;
}
}

@media(min-width:992px) and (max-width:1023.98px){
  .h3.title.py-0 {
    font-size: 15px;
}
}

@media(min-width: 1024px){
  .h3.title.py-0 {
    font-size: 20px;
}
}

/*@media(min-width:426px) and (max-width:768px){
  .h3.title.py-0 {
    display: block;
    text-align: center !important;
    font-size: 15px;
}
.widget-filter-attributes-properties-characteristics {
    display: block;
}
.widget-inner.col-12.col-md-4.widget-prop-md-3-2 {
    margin: 0 auto;
    display: block;
}
.widget.widget-grid.widget-three-col.row {
    display: block;
}
}*/



/*Unser Store*/

.contact{
  text-align: center;
  margin-top: 10px;
}
.contact a {
    color: black;
    font-family: 'Roboto', sans-serif;
}

/*Kategorieseite*/
.widget.widget-image-box.widget-image-box-no-caption.widget-primary.widget-proportional {
    height: 520px;
}
article.cmp.cmp-product-thumb {
    border: 1px solid #efefef;
}
.thumb-content .prices {
    display: block;
}
@media(min-width:1200px){
  article.cmp.cmp-product-thumb{
    height:425px;
  }
}
@media(min-width:992px) and (max-width:1199.9px){
  article.cmp.cmp-product-thumb{
    height:340px;
  }
}

.step-by-step-nav a {
    font-family: 'Luckiest Guy';
    font-size: 18px;
    text-transform: uppercase;
}

.widget-step-by-step-navigation .nav-text {
    background-color: white;
}

.step-by-step-nav span.text-appearance.mx-auto.text-truncate {
    white-space: pre-wrap;
}

@media(max-width:767.98px){
  .step-by-step-nav a {
      font-size: 15px;
  }
}

/*Games Workshop Kategorieseite */
@media(max-width:768px ){
.GW-Categories .col-12 {
    flex: 1 1 50%;
    max-width: 100%;
    padding: 3px;
}
.widget.widget-grid.widget-three-col.row.GW-Categories {
    display: flex;
}
.GW-Categories .widget-inner.col-xl-6.widget-prop-xl-3-1.col-lg-6.widget-prop-lg-3-1.col-md-6.widget-prop-md-3-1.col-sm-6.widget-prop-sm-3-1.col-6.widget-prop-3-1 {
    padding: 3px !important;
}

.widget.widget-grid.widget-two-col.row.GW-Categories {
    margin: 0;
}

.widget.widget-grid.widget-three-col.row.GW-Categories {
    margin: 0;
}
}
/*Anegbote und GWP Seite*/
@media(max-width: 425px){
  .gwp-text li {
    font-size: 11px;
  }
}

@media(min-width: 426px) and (max-width: 1024px){
  .gwp-text li {
    font-size: 13px;
}
}

.list-wrapper a.btn.btn-link.filter-toggle.collapsed {
    display: none;
}
/*Artikeldetail Seite*/

.widget-inner.bg-appearance ul {
    padding-left: 15px;
}

.widget-add-to-wish-list i.fa.default-float.fa-heart {
    font-size: 17px;
}

.widget-add-to-wish-list .btn-sm, .btn-group-sm>.btn {
    font-size: 16px;
}

.cross-selling .widget-caption.widget-item-list-caption.mb-3.bg-appearance {
    background-color: white !important;
}

.cross-selling h3.align-center {
    color: #6fc191;
    font-size: 20px;
}

.feedback-container .col-sm-6 {
    align-self: center;
}

.feedback-container .form-control {
    font-size: 12px;
    /* width: 100%; */
}

.feedback-container label.star:before, .feedback-container label.star-rated:before {
    font-size: 20px;
}

.feedback-container .title {
    font-size: 20px;
    font-family: 'Luckiest Guy';
    text-transform: uppercase;
}

@media(min-with:767px){
.widget-inner.col-xl-6.widget-prop-xl-3-1.col-lg-6.widget-prop-lg-3-1.col-md-6.widget-prop-md-3-1.col-sm-12.widget-prop-sm-3-1.col-12.widget-prop-3-1 {
    margin-left: 20px;
}
}

/* footer */
.m-b-1.m-t-1 {
    margin-bottom: 1rem;
    margin-top: 1.5rem;
}

.footer {

  background-color: rgb(37, 46, 57);
  border: 0px;
  margin-top: 0px;
  padding: 12px 0 36px;
  color: #999;
}

.m-t-2 {
    margin-top: 2rem;
}

.footer a,
.footer a:hover,
.footer a:focus {
color: inherit; }

.footer strong {
font-weight: normal;
text-transform: uppercase;
color: #444;
text-rendering: optimizelegibility; }

.footer hr {
margin: 10px 0; }

.footer.container-max {
    width: 100%;
    max-width: 100%;
	margin-top: 100px;
}

.footer.container-max .row {
    width: 100% !important;
    max-width: 1400px;
    margin: 0 auto;
}

.footer-header {
font-size: 18px;
text-transform: uppercase;
text-align: left;
}

ul.footerList {
  padding-left: initial !important;
  list-style-type: none !important;
  text-align: left !important;
}
a.idealo {
  position: absolute;
  left: 175px;
}

ol, ul, dl {
  margin-top: 0;
  margin-bottom: 1rem;
  list-style: none;
  padding-left: 0px;
}

#sv-badge-t4 {
  float: left;
  padding-left: 15px;
}
.row.payment {
  margin: 20px 0px 30px;
  text-align: center;
}

ul.footerList {
    padding-left: initial !important;
    list-style-type: none !important;
    text-align: left !important;
}

.footerList img.img-fluid {
    width: 100%;
    height: auto;
}

.blue {
    color: rgba(119, 208, 228, 0.96);
}

.pink-color {
    color: #f37d8a;
}

.golden-color {
    color: #e5b856;
}

.white {
    color: white;
}

.col-lg-3{
  max-width:100%;
}
.btn-secondary {
    background-color: #6fc191;
    border-color: #6fc191;
}
.btn-secondary:hover {
    background-color: #6fc191;
    border-color: #6fc191;
}

.footer img:first-child {
    max-width: 100%;
}
/* Navigation */
.nav-tabs {
    border-bottom: none;
}

#page-header .container-max {
    max-width: 100% !important;
}

.header-container>.widget:not(.widget-grid) {
    max-width: 100%
}

.mainmenu li.ddown {
    z-index: 97;
}



/*Filter Geschenkefinder*/

.list-controls a.btn.btn-link.text-appearance.align-self-center {
    font-family: 'Luckiest Guy';
    font-size: 25px;
}

.widget-toolbar .collapse-container .widget-grid {
    column-span: none;
    column-count: 2;
}

.filter-collapse .widget-inner.col-12.col-md-4.widget-prop-md-3-2 {
    max-width: 50%;
    flex-basis: auto;
}

.widget-filter-attributes-properties-characteristics .card:nth-child(2) {
    display: none !important;
}
.widget-filter-attributes-properties-characteristics .card:nth-child(3) {
    display: none !important;
}

.widget-filter-attributes-properties-characteristics .card:nth-child(4) {
    display: none !important;
}


/* Responsive Video*/
.responsive-video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0px;
    height: 0;
    overflow: hidden;
}
.responsive-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Kategorieseite */
.categoriegrid {
    padding-top: 15px !important;
}
.prices div:nth-child(2) {
    color: red;
    padding-top: 0px
}

.thumb-content .price{
  padding-top:21px;
}

.cmp-product-thumb .price {
    font-size: 1.4rem;
    font-family: 'Luckiest Guy', cursive;
}
a.thumb-title.small {
    text-transform: uppercase;
    font-size: 13px;

}
.vat.small.text-muted {
    display: none;
}

.widget.widget-items-per-page {
    border-color: #dddbdb;
    border-style: solid;
    border-width: thin;
}

.widget.widget-item-sorting {
    border-color: #dddbdb;
    border-style: solid;
    border-width: thin;
}
.list-controls .list-controls-inner, .list-controls .selected-filters .selected-filter {
    background: #f7f7f9;
}

@media(min-width:576px) and (max-width:767px){
  .product-list .col-lg-3 {
    max-width: 50%;
}
}

/* Kategorieseite Alle Lego Sets*/

@media(max-width: 425px){
  	.theme-button-small img{
            max-height:150px;
            max-width:150px;
        }
}

/* Header */
.header-container>.widget {
    background-color: #fff !important;
}

/* Icon 3 */

#nav-icon3 span:nth-child(1) {
  top: 0px;
}

#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
  top: 18px;
}

#nav-icon3 span:nth-child(4) {
  top: 36px;
}

#nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

/* LEGO Content Artikel Beschreibung */
.LEGO-product-detail-page {
  font-family: Arial, sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  background: #fff;
  color: #000;
  font-size: 13px;
  line-height: 1.5;
  margin: auto;
}

.LEGO-product-detail-page * {
  box-sizing: border-box;
}

.LEGO-product-detail-page h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 20px;
  margin-bottom: 10px;
}

.LEGO-product-detail-page h4 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.1;
  margin-top: 0;
  color: inherit;
  margin-bottom: 10px;
}

.LEGO-product-detail-page p {
  margin: 0;
}

.LEGO-product-detail-page video {
  width: 100%;
  max-width: 700px;
}

.LEGO-product-detail-page picture {
  position: relative;
  display: inline-block;
  width: 100%;
}

.LEGO-product-detail-page img {
  border: 0;
  vertical-align: middle;
  width: 100%;
}

.LEGO-product-detail-page a {
  background-color: transparent;
  color: #337ab7;
  text-decoration: none;
}

.LEGO-product-detail-page a:active,
.LEGO-product-detail-page a:hover {
  outline: 0;
}

.LEGO-product-detail-page a:focus,
.LEGO-product-detail-page a:hover {
  color: #23527c;
  text-decoration: underline;
}

.LEGO-product-detail-page a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.LEGO-product-detail-page b,
.LEGO-product-detail-page strong {
  font-weight: 700;
}

.LEGO-product-detail-page .pdp-feature {
  max-width: 1494px;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.LEGO-product-detail-page .pdp-feature.pdp-video {
  text-align: center;
}

.LEGO-product-detail-page .pdp-feature.pdp-wide-image {
  position: relative;
}

.LEGO-product-detail-page .pdp-feature.pdp-wide-image .pdp-container {
  position: absolute;
  width: 250px;
  right: 50px;
  display: flex;
  top: 130px;
}

.LEGO-product-detail-page .pdp-feature.pdp-wide-image .pdp-container .pdp-description {
  position: relative;
  display: flex;
  width: 100%;
  height: auto;
  padding: 15px;
  background-color: rgba(255, 255, 255, 0.8);
  color: #111;
  flex-direction: column;
  -ms-flex-direction: column;
}

.LEGO-product-detail-page .pdp-feature.pdp-three-column .pdp-container {
  display: flex;
  column-gap: 30px;
}

.LEGO-product-detail-page .pdp-feature.pdp-three-column .pdp-container .pdp-column {
  margin-bottom: 15px;
}

.LEGO-product-detail-page .pdp-feature.pdp-three-column .pdp-container .pdp-column h4 {
  margin-top: 10px;
  margin-bottom: 7px;
}

@media screen and (max-width: 800px) {
  .LEGO-product-detail-page {
    padding-left: 0;
    padding-right: 0;
    overflow-x: hidden;
  }

  .LEGO-product-detail-page h3 {
    font-size: 15px;
    line-height: 1.3;
    margin-top: 10px;
  }

  .LEGO-product-detail-page h4 {
    margin-bottom: 7px;
  }

  .LEGO-product-detail-page p {
    line-height: 1.4em;
  }

  .LEGO-product-detail-page .pdp-feature {
    margin-bottom: 20px;
    padding: 0;
  }

  .LEGO-product-detail-page .pdp-feature.pdp-wide-image .pdp-container {
    position: relative;
    width: 100%;
    right: 0;
    top: 0;
  }

  .LEGO-product-detail-page .pdp-feature.pdp-wide-image .pdp-container .pdp-description {
    padding: 15px 0;
  }
}

@media screen and (min-width: 801px) and (max-width: 992px) {
  .LEGO-product-detail-page h4 {
    font-size: 17px;
  }

  .LEGO-product-detail-page .pdp-feature.pdp-wide-image .pdp-container {
    right: 30px;
    top: 80px;
  }

  .LEGO-product-detail-page .pdp-feature.pdp-wide-image .pdp-container .pdp-description {
    font-size: 12px;
  }
}

@media (max-width: 499px) {
  .LEGO-product-detail-page .pdp-feature.pdp-three-column .pdp-container {
    flex-direction: column;
  }
}

span.availability {
  display: block !important;
}

label.hamburg {
  display: block;
  background: white;
  width: 60px;
  height: 50px;
  position: relative;
  margin-left: auto;
  margin-right: 0px;
  border-radius: 4px;
}

input#hamburg {display:none}

.line {
      position: absolute;
      left: 10px;
      height: 3px;
      width: 45px;
      background: grey;
      border-radius: 2px;
      display: block;
      transition: 0.5s;
      transform-origin: center;
}

.line:nth-child(1) { top: 8px; }
.line:nth-child(2) { top: 20px; }
.line:nth-child(3) { top: 32px; }
.line:nth-child(3):after {
    content: "Menü";
    color: #9c9c9c;
    font-size: 11px;
    text-transform: uppercase;
    padding-left: 7px;
    margin.-top: 2;
}

#hamburg:checked + .hamburg .line:nth-child(1){
   transform: translateY(12px) rotate(-45deg);
}

#hamburg:checked + .hamburg .line:nth-child(2){
   opacity:0;
}

#hamburg:checked + .hamburg .line:nth-child(3){
   transform: translateY(-12px) rotate(45deg);
}

#navigation-jb {

  opacity: 0.5;
    background: #000;
    width:      100%;
    height:     100%;
    z-index:    10000000000 !important;
    top:        0;
    left:       0;
    position:   fixed;
  }
  .hamburger-jb {
      z-index: 10000000001 !important;
  }

span.availability {
    font-size: 12px;
}

.body-jb-navigation {
  margin: 0px;
  height: 100%;
  overflow: hidden !important;
}
#main-jb-slide {
  background-color: white;
  position: fixed;
  width: 50%;
  right: 0px;
  height: 100%;
  z-index: 10000000001;
  top: 31px;
  padding: 70px 50px 50px 50px;
  overflow: scroll;
}

@media (max-width: 640px) {
  #main-jb-slide {
    padding: 70px 10px 50px 10px;
  }
}

#main-jb-slide a {
  display: block;
  font-size: 20px;
  color: #333;
  text-transform: uppercase;
  border-bottom: 1px solid #dee2e6;
  line-height: 1.1;
  padding: 13px 0px;
}

#main-jb-slide a:hover {
    color: #333;
    text-decoration: underline;
}
.kontakt-infos {
    font-weight: bold;
    font-size: 20px;
    text-transform: uppercase;
    margin-top: 40px;
}

/*Navigation Themenwelten*/
#nav-kategorien {
    background-color: white;
    position: fixed;
    width: 50%;
    right: 0px;
    height: 100%;
    z-index: 10000000001;
    top: 0px;
    padding: 70px 50px 50px 50px;
    overflow: scroll;
}
@media (max-width: 1320px) {
  #nav-kategorien, #main-jb-slide, #nav-interessen {
    width:75%;
  }
}
@media (max-width: 900px) {
  #nav-kategorien, #main-jb-slide, #nav-interessen {
    width:100%;
  }
}
@media (max-width: 640px) {
  #nav-kategorien {
    padding: 70px 10px 50px 10px;
  }
}


#nav-kategorien li {
    list-style: none;
}

.level2 a {
    font-size: 18px;
}

li.level1 {
    font-size: 19px;
}

li.level2 {
    margin-top: 5px;
}

/*Themenwelten Ende*/

#nav-interessen li {
    list-style: none;
    text-align: center;
}
#nav-interessen ul.collapse-inner a {
    color: black !important;
}

#nav-interessen li.level1 {
    margin-top: 10px;
}

#nav-interessen {
    background-color: white;
    position: fixed;
    width: 50%;
    right: 0px;
    height: 100%;
    z-index: 10000000001;
    top: 0px;
    padding: 70px 50px 50px 50px;
    overflow: scroll;
}
@media (max-width: 1320px) {
  #nav-interessen {
    width:75%;
  }
}
@media (max-width: 900px) {
  #nav-interessen {
    width:100%;
  }
}
@media (max-width: 640px) {
  #nav-interessen {
    padding: 70px 10px 50px 10px;
  }
}

/* Slider */
.widget-cfour-slider-owl-pro .owl-item .widget-caption {
  display: none;
}

/* Navigation NEU */
#close-nav {
  position: absolute;
  right: 32px;
  top: 15px;
  width: 32px;
  height: 50px;
  opacity: 0.5;
  border: none !important;
}
#close-nav:hover {
  opacity: 1;
}
#close-nav:before, #close-nav:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 33px;
  width: 2px;
  background-color: #333;
}
#close-nav:before {
  transform: rotate(45deg);
}
#close-nav:after {
  transform: rotate(-45deg);
}

#nav-interessen ul.collapse-inner {
    width: auto;
    float: left;
}

a#close-kat, a#close-int {
    font-size: 20px;
    line-height: 60px;
    font-weight: bold;
    padding-left: 15px;
}
a#close-int {

}


/* Artikeldetailseite */
.single .widget-text .widget-inner {
  padding-left: 0px;
  padding-right: 0px;
}

/* Suche */
/* @media (min-width: 912px) {
  div#searchBox {
    display: block !important;
    max-width: 40%;
    margin: 0 auto;
    top: 45px;
    background-color: transparent;
    border-bottom: 1px solid #c0c0c0;
  }
  .search-submit {
      background-color: white;
  }
} */

/* Doofinder Suche */

@media(max-width: 719px){
  div#search-box-container {
    max-width: 100%;
    display: block;
    position: absolute;
}

input#search-box {
    font-size: 16px !important;
    position: absolute;
    top: 60px;
    line-height: 25px !important;
}

div#page-body {
    margin-top: 10px;
}

}

ul.blog-entrypoint.controls-list.list-inline {

    margin-left: 10px;
}

.blog-entrypoint li.list-inline-item {
    font-size: 13px;
    position: absolute;
    top: 5px;
}
