.header__logo .logo {
position: relative;
width: 180px;
height: auto;
z-index: 1;
transition: all 1s;
}
.navigation__wrapper li a.activehpl {
color: var(--green);
}
header.header__woo {
position: -webkit-sticky; position: sticky;
top: 0;
z-index: 11;
width: 100%;
background-color: var(--white);
transition: all 0.5s;
display: flex;
align-items: center;
padding: 15px 0;
box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
height: 80px;
}
.header__fixed {
opacity: 1;
height: 80px;
visibility: visible;
box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
}
header .header__wrapper {
width: 100%;
display: flex;
flex-wrap: wrap;
max-width: 1140px;
margin: 0 auto;
padding: 0 10px;
}
#hamburger {
width: 40px;
height: 30px;
display: block;
position: relative;
z-index: 1;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: 0.5s ease-in-out;
-moz-transition: 0.5s ease-in-out;
-o-transition: 0.5s ease-in-out;
transition: 0.5s ease-in-out;
cursor: pointer;
}
div#hamburger.open span {
background: var(--legoblue);
}
.header__fixed #hamburger span {
background: var(--green);
}
#hamburger span {
display: block;
position: absolute;
height: 4px;
width: 100%;
background: var(--legoblue);
border-radius: 6px;
opacity: 1;
left: 0;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: 0.25s ease-in-out;
-moz-transition: 0.25s ease-in-out;
-o-transition: 0.25s ease-in-out;
transition: 0.25s ease-in-out;
}
#hamburger span:nth-child(1) {
top: 0px;
}
#hamburger span:nth-child(2) {
top: 12px;
}
#hamburger span:nth-child(3) {
top: 24px;
}
#hamburger.open span:nth-child(1) {
top: 14px;
-webkit-transform: rotate(135deg);
-moz-transform: rotate(135deg);
-o-transform: rotate(135deg);
transform: rotate(135deg);
}
#hamburger.open span:nth-child(2) {
opacity: 0;
left: -60px;
}
#hamburger.open span:nth-child(3) {
top: 14px;
-webkit-transform: rotate(-135deg);
-moz-transform: rotate(-135deg);
-o-transform: rotate(-135deg);
transform: rotate(-135deg);
}
.header__mobile--wrapper {
display: none;
}
.navigation__wrapper {
display: flex;
flex-wrap: wrap;
margin: 0;
width: 100%;
padding: 10px;
text-align: center;
transition: all 0.5s;
}
.navigation__wrapper li a {
color: var(--legodarkblue);
text-decoration: none;
font-size: 14px;
position: relative;
text-transform: uppercase;
}
.menu li {
display: inline-flex;
padding: 0 2%;
}
.menu {
margin: 0;
padding: 0;
width: 100%;
}
#menu-subnavi .current-menu-item a {
color: var(--legolightgreen);
}
.menu-homenavi-container,
.menu-subnavi-container {
width: 100%;
}
.header__logo {
flex: 15%;
position: relative;
align-self: center;
}
.header__logo svg {
width: 100%;
height: auto;
}
.navigation {
flex: 70%;
display: flex;
align-items: center;
justify-content: center;
}
.navigation__buttons {
flex: 15%;
display: flex;
align-items: center;
justify-content: flex-end;
}
.navigation__buttons ul {
margin: 0;
padding: 0;
transition: all 0.5s;
display: flex;
gap: 12px;
}
.navigation__buttons ul li {
display: inline-flex;
}
.navigation__buttons ul li a {
display: flex;
align-items: center;
}
.navigation__buttons ul li svg {
width: 36px;
height: 36px;
transition: all 0.5s;
border-radius: 50%;
}
.navigation__buttons .wc-block-mini-cart__button {
padding: 0;
width: 36px;
height: 36px;
}
.wc-block-components-totals-item__description,
.wc-block-components-product-badge {
display: none !important;
}
.wc-block-mini-cart {
display: flex !important;
}
.header__fixed .navigation__buttons ul li svg {
background-color: var(--white);
color: var(--black);
}
@media screen and (max-width: 1024px) {
.menu li {
padding: 0 1%;
}
.navigation__wrapper li a {
font-size: 12px;
}
}
@media screen and (max-width: 768px) {
.navigation {
display: none;
}
.header__mobile--wrapper {
padding: 10px;
display: flex;
width: 30%;
align-items: center;
justify-content: flex-end;
}
.header__logo {
display: flex;
width: 70%;
padding: 10px;
z-index: 1;
}
header .header__wrapper {
display: flex;
flex-wrap: wrap;
align-items: center;
}
.menu li {
width: 100%;
padding: 0;
margin: 12px 0;
}
.subnavigation__wrapper li {
margin: 5px 0;
}
.menu-subnavigation-container .menu {
text-align: center !important;
}
.subnavigation__wrapper li a {
font-size: 20px;
}
.navigation__wrapper li a {
font-size: 24px;
float: left;
width: 100%;
text-align: center;
}
.navigation__wrapper {
position: absolute;
top: 0;
left: 0;
align-items: center;
width: 100%;
height: 100vh;
margin: 0;
background-color: var(--white);
}
.navigation__wrapper li.current-menu-item a:after {
display: none;
}
.navigation__buttons {
position: fixed;
left: 10px;
bottom: 10px;
}
}
nav.woocommerce-MyAccount-navigation ul {
list-style-type: none;
padding-left: 0;
max-width: 200px;
font-size: 17px;
line-height: 26px;
}
nav.woocommerce-MyAccount-navigation ul li {
padding: 8px 20px;
background-color: rgba(0, 0, 0, 0.05);
border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
nav.woocommerce-MyAccount-navigation ul li.is-active {
background-color: rgba(0, 0, 0, 0.1);
}
nav.woocommerce-MyAccount-navigation ul li.is-active a {
color: rgba(0, 0, 0, 0.8);
cursor: default;
}
nav.woocommerce-MyAccount-navigation ul li.is-active:after {
content: "";
height: 0;
width: 0;
border-top: 20px solid transparent;
border-left: 14px solid rgba(0, 0, 0, 0.1);
border-bottom: 20px solid transparent;
float: right;
margin-right: -34px;
margin-top: -7px;
}
nav.woocommerce-MyAccount-navigation ul li:not(.is-active):hover {
background-color: rgba(0, 0, 0, 0.07);
}
nav.woocommerce-MyAccount-navigation ul li:not(.is-active):hover:after {
content: "";
height: 0;
width: 0;
border-top: 20px solid transparent;
border-left: 14px solid rgba(0, 0, 0, 0.07);
border-bottom: 20px solid transparent;
float: right;
margin-right: -34px;
margin-top: -7px;
}
.woocommerce-MyAccount-content header {
position: relative !important;
background-color: transparent !important;
flex-direction: column;
align-items: flex-start;
}
.woocommerce-account address {
text-align: left;
justify-content: flex-start;
}
.woocommerce-account .addresses .title h3 {
float: left;
width: 100%;
margin: 0;
}
.woocommerce-account .addresses .title .edit {
float: left;
clear: left;
text-align: left;
}
:root {
--white: #ffffff;
--black: #000000;
--green: #105858;
--legoblue: #1e5ca2;
--legodarkblue: #173F66;
--legolightblue: #e9f2fb;
--legolightgreen: #8cb52b;
--input-bg-light: #f3f2f0;
--light-background: #fafafa;
--border-grey: #707070;
} @font-face {
font-family: "Poppins";
font-style: normal;
font-weight: 400;
src: local(""), url(//btsbrickshop.com/fonts/poppins-v20-latin-regular.woff2) format("woff2"), url(//btsbrickshop.com/fonts/poppins-v20-latin-regular.woff) format("woff"); font-display: swap;
} @font-face {
font-family: "Poppins";
font-style: normal;
font-weight: 600;
src: local(""), url(//btsbrickshop.com/fonts/poppins-v20-latin-600.woff2) format("woff2"), url(//btsbrickshop.com/fonts/poppins-v20-latin-600.woff) format("woff"); font-display: swap;
}
.products li {
background-color: var(--light-background);
text-align: center;
border-radius: 30px;
padding: 25px !important;
color: var(--green);
}
.page-id-904 .products li {
background-color: var(--white);
}
.count {
background-color: inherit;
color: var(--green);
}
.products li a {
color: var(--green);
}
.woocommerce-products-header {
position: relative;
top: auto;
background-color: inherit;
z-index: auto;
}
.woocommerce-products-header {
position: relative;
top: auto;
background-color: inherit;
z-index: auto;
}
.woocommerce-products-header.header__fixed {
background-color: inherit;
}
.breadcrumb__wrapper {
border-bottom: 1px solid var(--border-grey);
background-color: var(--white);
}
.breadcrumb__wrapper nav.woocommerce-breadcrumb {
display: flex;
flex: 100%;
max-width: 1140px;
margin: 0 auto;
flex-wrap: wrap;
padding: 15px;
color: var(--border-grey);
}
.breadcrumb__wrapper a,
.woo__container a {
color: var(--green);
}
.page-title {
color: var(--legodarkblue);
}
.shipping-method-description,
.schullieferung_p {
font-size: 12px;
line-height: 17px;
}
.woocommerce-shipping-destination {
display: none;
}
.woocommerce ul.products li.product span.price {
color: var(--green);
font-size: 18px;
}
body.single .woo__container,
body.single .breadcrumb__wrapper,
body.woocommerce-cart .woo__container,
body.woocommerce-cart .breadcrumb__wrapper,
body.woocommerce-checkout .woo__container,
body.woocommerce-checkout .breadcrumb__wrapper {
background-color: var(--white);
}
body.single .woowrapper {
padding: 48px 15px;
}
.breadcrumb__separator {
margin: 0 10px;
font-weight: 400;
}
.woocommerce-breadcrumb {
font-weight: 600;
}
.woocommerce .woocommerce-breadcrumb a {
font-weight: 400;
text-decoration: none;
}
.productlist_wrapper {
width: 100%;
gap: 40px;
padding: 0;
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.productlist_wrapper li {
width: calc(33.33% - 40px);
display: flex;
justify-content: stretch;
text-align: center;
color: var(--red);
border: 2px solid var(--red-light);
border-radius: 20px;
padding: 40px 20px;
flex-wrap: wrap;
align-items: center;
gap: 5px;
}
.productlist_wrapper li a {
background-color: var(--red);
color: var(--white);
border-radius: 10px;
padding: 5px 12px;
display: flex;
text-transform: uppercase;
margin: 0 auto;
font-weight: 500;
margin-top: 24px;
transition: all 0.5s;
}
.productlist_wrapper li a:hover {
background-color: var(--grey);
}
.woocommerce div.product p.price,
.woocommerce div.product span.price {
color: var(--legoblue) !important;
margin: 0 0 12px;
}
.product_meta {
display: flex;
flex-direction: column;
}
.woocommerce .single_add_to_cart_button,
.archive .products li .add_to_cart_button,
.woocommerce a.button,
.wc-forward,
#place_order,
.single_add_to_cart_button {
background-color: var(--legoblue) !important;
display: inline-block !important;
padding: 0.618em 1em;
border-radius: 5px !important;
color: var(--white) !important;
font-family: "Poppins", sans-serif;
font-size: 16px !important;
line-height: 1.5em !important;
font-weight: 500;
text-align: center;
margin-bottom: 8px;
}
.archive .products li .add_to_cart_button {
font-size: 12px !important;
}
.archive .products li .added_to_cart {
background-color: var(--green) !important;
font-size: 12px !important;
}
.woocommerce-account .woocommerce a.button {
padding: 5px 10px !important;
font-size: 12px !important;
margin: 5px;
text-align: center;
}
div.btn__others {
inset: 0;
margin: 0 auto;
text-align: center;
position: absolute;
}
.woowrapper {
width: 100%;
max-width: 1140px;
margin: 0 auto;
padding: 24px 15px;
display: grid;
column-gap: 30px;
grid-template-columns: repeat(12, 1fr);
}
section.upsells {
display: flex;
flex-wrap: wrap;
width: 100%;
flex-direction: column;
}
section.upsells .button,
div.cross-sells a.button {
font-size: 12px !important;
font-weight: 400 !important;
}
.aws-container input[type="search"].aws-search-field {
background-color: var(--white);
border: 1px solid var(--legoblue);
color: var(--legodarkblue);
}
.aws-container .aws-search-form div.aws-form-btn {
border: 1px solid var(--legoblue);
background: var(--legolightblue);
}
.wc-block-components-price-slider__controls
.wc-block-components-price-slider__amount {
background: var(--legolightblue);
}
.aws-container .aws-search-field::placeholder {
color: var(--legoblue);
}
.aws-container .aws-search-form div.aws-form-btn:hover {
background: var(--white);
} .stage__wrapper {
max-width: 600px;
}
div.wc-block-price-filter__controls input {
padding: 8px !important;
}
#primary {
width: 100%;
grid-column: span 9;
}
#sidebar {
grid-column: span 3;
}
#sidebar h3 {
text-transform: uppercase;
}
#sidebar ul {
padding: 0;
}
#sidebar ul li {
list-style-type: none;
}
.woo__container {
background-color: var(---white);
}
.woowrapper div[data-elementor-id="842"] {
grid-column: span 12;
}
.custom__wrapper {
display: flex;
justify-content: center;
padding: 24px 0 0;
}
.single-product .custom__wrapper {
width: 100%;
justify-content: left;
}
.single-product .custom__wrapper .custom__wrapper__sku,
.single-product .custom__wrapper .custom__wrapper__age {
background-color: var(--light-background);
}
.custom__wrapper__sku,
.custom__wrapper__age {
display: flex;
flex-direction: column;
background-color: var(--white);
margin: 5px;
padding: 5px;
border-radius: 10px;
}
.sku__value,
.age__value {
font-size: 20px;
}
.sku__title,
.age__title {
font-size: 12px;
}
#coupon_code {
min-width: 180px;
border: none;
}
.input-text,
input[type="email"],
input[type="tel"],
input[type="password"],
input[type="search"],
input[type="text"],
input[type="url"],
textarea {
font-family: "Poppins", sans-serif;
padding: 0.618em 1em !important;
font-size: 16px;
line-height: 1.5em !important;
outline: 0;
border: 0;
background: var(--input-bg-light);
border-radius: 5px;
box-sizing: border-box;
}
button.button {
line-height: 1.5em !important;
}
.mainrowcont {
grid-column: span 12;
}
select {
width: 100%;
border: 3px solid #ddd;
padding: 0.55em 2em 0.7em 1em;
background-color: #fff;
background-image: url(//btsbrickshop.com/wp-content/themes/lego/jongler/img/arrowdown.svg);
background-size: 14px;
background-position: calc(100% - 15px);
background-repeat: no-repeat;
font-weight: 900;
text-transform: uppercase;
color: var(--dark-grey);
font-family: "Poppins", sans-serif;
}
select {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border-radius: 0;
font-size: 1em;
width: 100%;
}
@media screen and (max-width: 1024px) {
#primary {
grid-column: span 8;
}
#sidebar {
grid-column: span 4;
}
}
@media screen and (max-width: 768px) { .woowrapper {
grid-template-columns: repeat(1, 1fr);
}
.single-product .woocommerce-message {
display: flex;
flex-direction: column-reverse;
gap: 16px;
}
#coupon_code {
width: 100%;
margin-bottom: 0.5em !important;
}
.coupon .button {
width: 100% !important;
}
#primary {
grid-column: span 1;
}
#sidebar {
grid-column: span 1;
}
}
@media screen and (max-width: 600px) {
.productlist_wrapper li {
flex: calc(100% - 40px);
}
.productlist_wrapper li {
width: calc(100% - 40px);
}
.products li {
width: 100% !important;
}
}
h1 {
font-size: 36px;
}
h2 {
font-size: 28px;
}
h3 {
font-size: 20px;
}
h4 {
font-size: 16px;
}
.__big h1,
.__big h2 {
font-size: 48px;
}
@media screen and (max-width: 1024px) {
.__big h1,
.__big h2 {
font-size: 40px;
}
}
body,
html {
margin: 0;
padding: 0;
font-family: "Poppins", sans-serif !important;
color: var(--legodarkblue);
font-size: 16px;
line-height: 1.5em;
scroll-behavior: smooth;
}
* {
box-sizing: border-box;
} a:focus-visible,
button:focus-visible,
input[type="button"]:focus-visible,
input[type="submit"]:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
[tabindex]:focus-visible,
[role="button"]:focus-visible {
outline: 1px dotted var(--legoblue) !important;
outline-offset: 2px;
}
.woowrapper p {
color: var(--legodarkblue);
}
img {
max-width: 100%;
height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6,
.elementor-widget-container .elementor-heading-title {
font-family: "Poppins", sans-serif;
font-weight: 600;
line-height: 1.2em;
letter-spacing: 1px;
color: var(--legodarkblue);
}
.wpcf7 input[type="text"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="email"],
.wpcf7 textarea {
width: 100%;
font-family: "Poppins", sans-serif !important;
padding: 10px;
margin: 5px 0;
}
.col-f-left {
width: 50%;
padding: 10px;
}
.col-f-right {
width: 50%;
padding: 10px;
}
.wpcf7-form {
display: block;
margin: 0 auto;
}
.wpcf7-acceptance input[type="checkbox"] {
cursor: pointer;
}
.wpcf7-form label {
font-size: 12px;
line-height: 15px;
}
.wpcf7-form a {
color: #8cb52b;
}
.wpcf7 input[type="submit"] {
background: #8cb52b;
color: #fff;
text-transform: uppercase;
padding: 10px;
margin: 5px;
border: none;
cursor: pointer;
}
.grecaptcha-badge {
visibility: hidden !important;
}
::-webkit-input-placeholder { color: #707070;
font-family: "Poppins", sans-serif !important;
}
::-moz-placeholder { color: #707070;
font-family: "Poppins", sans-serif !important;
}
:-ms-input-placeholder { color: #707070;
font-family: "Poppins", sans-serif !important;
}
:-moz-placeholder { color: #707070;
font-family: "Poppins", sans-serif !important;
}
.fixbtns {
position: fixed;
bottom: 10px;
right: 10px;
margin: 0;
padding: 0;
max-width: 220px;
width: 100%;
display: flex;
}
.fixbtns li {
margin: 0 0 0 10px;
list-style-type: none;
}
.fixbtns li img {
transition: all 0.5s;
}
.fixbtns li:hover img {
opacity: 0.8;
}
.page-id-3 .elementor-section p a {
color: #1e5ca2;
}
.menu li a.active {
color: var(--legolightgreen);
}
.elementor p a {
text-decoration: underline;
}
a {
color: var(--green);
}
.button_top {
position: fixed;
bottom: 10px;
right: 10px;
display: none;
background: var(--legoblue);
padding: 0;
width: 36px;
height: 36px;
border-radius: 50%;
}
@media screen and (max-width: 1024px) {
.col-4-flex {
height: 350px;
}
}
@media screen and (max-width: 768px) {
.col-4 {
width: 98%;
}
.col-4-flex {
height: 250px;
}
.col-4-flex:hover .projektcontent {
bottom: 5%;
}
.col-f-left {
width: 100%;
}
.col-f-right {
width: 100%;
}
#ansicht-360 {
background-image: none !important;
}
.home2btns {
display: flex;
flex-wrap: wrap;
}
.home2btns .elementor-element {
width: 50% !important;
}
.logomobilesmall {
max-width: 50%;
}
section#kontakt .elementor-shape-bottom {
display: none !important;
}
section#kontakt {
padding: 8em 0 10em 0 !important;
}
}