<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.breadcrumbs {
    position: sticky;
    top: 150px;
    background: white;
    z-index: 90;
    padding-top: 10px;
}

@media screen and (min-width: 0px) and (max-width: 425px) 
{
.breadcrumbs {
    top: 130px;
}
}

.breadcrumbs-simple {
    top: 90px;
}

@media screen and (max-width: 768px) 
{
.breadcrumbs-simple {
top: 100px;
}
}

@media screen and (min-width: 0px) and (max-width: 425px) 
{
.breadcrumbs-simple {
top: 77px;
}
}

.cart-pos {
position: relative;
}

.cart-pos-remove {
    position: absolute;
    width: 26px !important;
    height: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    left: -13px;
    top: calc(50% - 13px);
}

@media screen and (min-width: 0px) and (max-width: 425px) 
{
.cart-pos-remove {
left: -5px;
    border-radius: 0 100% 100% 0;
}
}

.category-list-entry-img {

    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    overflow: hidden;
    margin: auto;
    margin-bottom: -20px;
    z-index: 10;
}

.color-white {
color: white;
}

.contact-img {
position: relative;
    width: 160px;
    height: 160px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
flex-shrink: 0;
}

.cookie-consent-link {
    position: fixed;
    left: 20px;
    bottom: 50px;
    background: white;
    font-size: 20px;
    color: #666;
    padding: 0.5rem;
    padding-bottom: 0.2rem;
    border-radius: 100%;
    box-shadow: 0 0 10px -4px black;
    transition: all ease-in 0.2s;
z-index: 999;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dynamic-img {
max-width:100%;
max-height: 100%;
}

.Flex_ {
&lt;style&gt;
   #flexContainer {
      display: flex;
      flex-direction: row;
   }
   .fbox { padding: 4px; background: gainsboro }
&lt;/style&gt;
}

.flex-label {
    width: 50px;
}

.header {
z-index:10000 !important;
}

@media screen and (max-width: 768px) 
{
.header-mainmenu {
display: none;
}
}

.header-mainmenu-init {
display: flex;
align-items: center;
}

.header-mainmenu-resp {
    font-size: 1.5rem;
    height: 100%;
    display: flex;
    padding: 1rem;
display:none;
}

@media screen and (max-width: 768px) 
{
.header-mainmenu-resp {
display: block;
}
}

.header-mainmenu-resp-container {
visibility: hidden;
opacity: 0;
transition: all ease-in 0.2s;
display: none;
    z-index: 9999;
}

@media screen and (max-width: 768px) 
{
.header-mainmenu-resp-container {
display: block;
    position: fixed;
    background-color: rgba(0,0,0,0.5);
    height: 100%;
    top: 0;
    width: 100%;
    left: 0;
}
}

.header-mainmenu-resp-content {
    background-color: white;
    width: 60%;
    height: 100%;
    overflow-y: auto;
overflow-x: hidden;
transform: translateX(-100%);
transition: all ease-in 0.2s;
padding-bottom: 2rem;
}

@media screen and (min-width: 0px) and (max-width: 425px) 
{
.header-mainmenu-resp-content {
    width: 90%;
}
}

.header-mainmenu-resp-head {
display: flex;
justify-content: flex-end;
}

.header-mainmenu-resp-head-close {
    font-size: 1.5rem;
    height: 100%;
    display: flex;
    padding: 1rem;
}

.header-search-action {
    position: relative;
    display: inline-flex;
    height: 100%;
    padding: 0 1rem;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
}

.header-search-container {
position:relative;
}

@media screen and (min-width: 0px) and (max-width: 425px) 
{
.header-search-container {
    position: absolute !important;
    padding: 1rem;
    left: 0;
    top: 100%;
    background: #f6f6f6;
display:none;
}
}

.header-search-link {
display: none;
}

@media screen and (min-width: 0px) and (max-width: 425px) 
{
.header-search-link {
display: block;
}
}

.header-shop {
display:none;
    background-color: #eee;
position: relative;
}

.header-shop-cart-count {
    position: absolute;
    background: white;
    height: 16px;
    width: 16px;
    border-radius: 100%;
    right: calc(50% - 16px);
    top: -3px;
    font-size: 0.7rem;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #dee2e6;
}

.header-shop-search {
    position: relative;
    width: 100%;
}

.header-shop-search-btn {
background-position:center center;
background-repeat:no-repeat;
background-image:url('/Lentz/CustomUpload/374O357O340O370O356O369O350O331O356O365O371O377O/WebPortal/lentz-2021/img/Suche_Icon.png');
height: calc(100% - 2px);
    border: none;
    background-color: white;
    width: 60px;
    position: absolute;
    right: 1px;
    top: 1px;
}

.header-shop-search-live-container {
    position: absolute;
    background-color: white;
    width: 100%;
    border: 1px solid #ccc;
    border-top: 0;
    top: calc(100% - 2px);
    border-radius: 0 0 5px 5px;
    max-height: 50vh;
    overflow: auto;
    box-shadow: 0 10px 10px -4px #666;
}

@media screen and (min-width: 0px) and (max-width: 425px) 
{
.header-shop-search-live-container {
    left: 0;
}
}

.header-shop-search-loading {
position: absolute;
    display: block;
    height: 38px;
    right: 45px;
    top: 0;
}

.home-news-entry {
background: #eee;
    padding: 3rem;
position: relative;
}

.home-news-entry-date {
position: absolute;
    top: 1rem;
    right: 1.5rem;
    color: #aaa;
}

.home-news-entry-date-sm {
    font-size: 0.8rem;
    top: 0.5rem;
    right: 1rem;
}

.home-news-entry-link {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
    flex-shrink: 0;
    margin-top: 0.5rem;
}

.home-news-entry-sm {
    padding: 1.5rem;
}

.home-news-entry-text {
    height: 200px;
position: relative;
}

@media screen and (min-width: 0px) and (max-width: 425px) 
{
.home-news-entry-text {
height: auto;
}
}

.list-loading {
background-position:center center;
background-repeat:no-repeat;
background-image:url('/Lentz/CustomUpload/374O357O340O370O356O369O350O331O356O365O371O377O/WebPortal/lentz-2021/img/Lentz_Loading.svg');
height:200px;
width:100%;
position: relative;
}

.list-paging {
    justify-content: center;
    bottom: 15px;
    background: white;
    padding: 0.5rem 1rem;
    border-radius: 3px;
    margin: auto;
}

.list-paging-link {
    display: inline-flex;
    width: 30px;
    height: 30px;
    justify-content: center;
    align-items: center;
    margin: 0.2rem;
    background: #eee;
    border-radius: 100%;
}

.live-search-entry {
    border-bottom: 1px dashed #ddd;
    padding: 0.5rem;
}

.live-search-entry-btn {
    width: 40px;
    background: #eeeeee;
    display: flex;
    height: 40px;
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    color: #aaa;
flex-shrink: 0;
}

.live-search-entry-img {
    border-radius: 100%;
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loading {
background-position:center center;
background-repeat:no-repeat;
background-image:url('/Lentz/CustomUpload/374O357O340O370O356O369O350O331O356O365O371O377O/WebPortal/lentz-2021/img/Lentz_Loading.svg');
background-color: rgba(255,255,255,0.7);
position: absolute;
width: 100%;
height: 100%;
z-index: 9999;
top: 0;
left: 0;
}

.main-alert {
    position: absolute !important;
    top: 10px;
right:10px;
display:none;
opacity: 0;
    box-shadow: 0 0 20px -9px #444;
}

.main-alerts {
    position: sticky;
    top: 10px;
    z-index: 99999;
    max-width: 1200px;
    margin: auto;
}

.mainmenu-entry {
    border-bottom: 1px solid transparent;
}

.mainmenu-entry-active {
border-color: white;
}

.mainmenu-link {
display: block;
color: black;
}

.mainmenu-sub {
position: absolute;
    top: 100%;
    right: calc(-50% + 0.6rem);
    width: 250px;
    background: white;
    border: 1px solid #dee2e6;
    border-top: 0;
    border-radius: 0 0 5px 5px;
    padding: 1rem 0 !important;
    text-align: center;
    transition: all ease-in 0.2s;
    transform: translateY(-15px);
    opacity: 0;
    visibility: hidden;
z-index: 100;
}

.mainmenu-sub-link {
    display: block;
    color: #284069;

}

.mainmenu-ul {
position:relative;
display: flex;
}

.news-container-menu {
    max-height: calc(100vh - 200px);
    overflow-y: auto;
overflow-x: hidden;
}

@media screen and (max-width: 768px) 
{
.news-container-menu {
    max-height: none;
padding: 2rem;
margin-top:1rem;
}
}

.news-container-menu-btn {
    position: sticky;
    bottom:5px;
}

.product-img-zoom-container {
position:realtive;
width:100%;
}

.product-img-zoom-gallery {
    position: relative;
    width: 100%;
    padding: 0;
    display: flex;
    align-items: center;
}

.product-img-zoom-gallery-part {
width: 120px;
    max-height: 120px;
    display: flex;
}

.product-img-zoom-main {
    max-height: 400px;
}

.product-manufacturer-img {
max-width: 80%;
    max-height: 50px;
}

.slide {
background-position:center center;
background-repeat:no-repeat;
    height: calc(100vh - 89px);
    position: relative;
    width: 100%;
background-size: cover;
    background-position: center;
display: flex;
    justify-content: center;
    align-items: center;
background-color: white;
}

@media screen and (min-width: 0px) and (max-width: 425px) 
{
.slide {
    height: 400px;
}
}

.slide-content {
width: 600px;
    border: 3px solid white;
    padding: 5rem;
    color: white;
    background: rgb(40 64 105 / 50%);
}

@media screen and (min-width: 0px) and (max-width: 425px) 
{
.slide-content {
    width: 90%;
    height: 90%;
    padding: 2rem;
}
}

</pre></body></html>