:root { --active-color: #FFD059; --secondary-color: #A07C20; --tertiary-color: #fff; --background-color: #FBFAFA; --background-secondary-color: #f3f3f3; --menu-background-color: #050505; --menu-button-height: 104px; --font-menu-size: 17px; --menu-width: 240px; --base-font-color: #414141; --footer-height: 180px; --font-size: 12px; --font-size-big: 14px; --font-h1-size: 48px; --font-h2-size: 28px; --font-h3-size: 18px; --font-family: "Open Sans", sans-serif; --font-product-price-size: 18px; --font-sort-products-size: 15px; --sort-products-border-color: #E7E7E7; --font-search-size: 15px; --search-border-color: #E7E7E7; --order-active-color: #7CB54A; --order-hover-color: #C9CC53; --footer-height: 150px; --footer-border-color: #E7E7E7; --footer-background-color: #F7F7F7; --footer-font-color: #636668; --scrollbar-color: #BCB5A4; --scrollbar-color-hover: #FFD059; --selection-color: #ffffff; --selection-background: #333333; --product-detail-media-view-height: 400px; --product-detail-media-item-height: 66px; --product-detail-media-item-width: 66px; --product-detail-media-previews-wrapper-max-height: 228px; --cookies-message-font-color: #f3f3f3; --cookies-message-background-color: #000a; --cookies-message-border-color: var(--menu-background-color); --cookies-message-button-ok-color: var(--active-color); --cookies-message-button-ok-font-color: #555; --cookies-message-button-ko-color: #fff; --filter-interval-input-width: 70px; --filter-component-price-slider-width: calc(calc(100% - calc(var(--filter-component-price-input-width)*2)) - 40px); --filter-component-line-height: 30px; --filter-component-color: var(--secondary-color); --filter-component-active-color: var(--active-color); --filter-slider-thumb-width: 28px; --filter-slider-thumb-height: 28px; --filter-slider-height: 14px; --filter-slider-border-radius: 10px; --filter-slider-color: #CCCCCC; --filter-slider-active-color: var(--filter-component-active-color); --filter-checkbox-active-color: var(--filter-component-active-color); } .is_mobile { --filter-interval-input-width: 50px; } ::selection { color: var(--selection-color); background: var(--selection-background); } .app_status { display: none; } html, body { margin: 0px; text-align: center; background: var(--background-color); font-family: var(--font-family); font-weight: normal; display: flex; flex-direction: column; min-height: 100vh; scroll-behavior: initial; } img { border-width: 0px; } .text_center { text-align: center; } .text_right { text-align: right; } .input:focus, textarea:focus { border-color: #ddd; box-shadow: 0px 0px 10px #ddd; outline: none; } #headerAndMyBody { min-height: 100%; width: 100%; scroll-behavior: initial; } #myBody { scroll-behavior: initial; display: inline-block; background: var(--background-color); color: var(--base-font-color); font-size: var(--font-size); text-size-adjust: none; flex-grow: 1; } .version { position: absolute; top: 3px; right: 3px; color: #aaa; font-size: 8px; font-weight: 800; font-family: monospace; } .pointer { cursor: pointer; } .clearfix { clear: both; } .error { box-shadow: 0px 0px 10px #D84029 !important; border-color: #D84029 !important; } .noselect { -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } nav { height: 32px; } ul { margin-top: 0px; margin-bottom: 0px; } h1, h2, h3, h4, h5 { margin: 3px; } h1 { font-size: var(--font-h1-size); font-weight: 300; } h2 { font-size: var(--font-h2-size); font-weight: 300; } h3 { font-size: var(--font-h3-size); font-weight: 300; } section { display: block; width: 100%; } article { text-align: justify; width: 512px; margin: 10px; padding: 10px; display: inline-block; vertical-align: top; background: #ffffff; box-shadow: 0px 1px 1px #ccc; } a { color: var(--base-font-color); } .hidden { display: none !important; visibility: hidden; } .invisible, .unvisible { visibility: hidden !important; } .message_ok, .message_ko { width: calc(100% - 20px); margin-top: 15px; background: #6DAF36; padding: 10px; color: #fff; position: fixed; top: 0; z-index: 1000; float: left; opacity: 0.9; } .message_ko { background: #D84029; } .message_ok span, .message_ko span { width: calc(100% - 70px); display: inline-block; } .message_ok i, .message_ko i { width: 50px; } ::-webkit-scrollbar { width: 8px; height: 10px; background: none; } ::-webkit-scrollbar-track {} ::-webkit-scrollbar-thumb { background: var(--scrollbar-color); } ::-webkit-scrollbar-thumb:hover { background: var(--scrollbar-color-hover); } .note { display: none; } .updateManySelected { box-shadow: inset 1px 1px 10px 3px orange; } input, .input_val { margin: 0px; padding: 0px; } .input, .input_val, .button, .button_a, .button_a_50, .input_sized, .input_select { display: inline-block; font-family: inherit; border-style: solid; border-width: 1px; font-size: 95%; } .input, .input_val, textarea, .input_sized, .input_select { min-height: 24px; padding-left: 5px; padding-right: 5px; border-color: #ddd; } textarea { resize: none; height: 128px; font-family: Open Sans, sans-serif; font-size: 14px; } .input:focus, textarea:focus { border-color: #ddd; box-shadow: 0px 0px 10px #ddd; outline: none; } .input_select { padding: 0px; } article table, article .input { width: 98%; } article .input_select { width: 100%; } .button { cursor: pointer; position: relative; width: auto; text-align: center; color: #fff; text-decoration: none; font-family: var(--font-family); display: inline-block; margin: 3px; padding: 3px 8px 3px 8px; border-radius: 3px; border-color: #fff; background: #444; -webkit-transition: all 0.2s; -moz-transition: all 0.2s; transition: all 0.2s; } .button:hover { background: #eee; color: #222; border-color: #eee; } .button:active {}  blockquote { font-style: italic; } blockquote::before { content: "„"; } blockquote::after { content: "“"; } .cookies_message { z-index: 12; position: fixed; display: flex; align-items: center; left: 0; right: 0; bottom: 0; color: var(--cookies-message-font-color); background-color: var(--cookies-message-background-color); border-top: 1px solid var(--cookies-message-border-color); font-size: var(--font-size); padding: 1% 10%; } .is_mobile .cookies_message { padding: 15px; flex-direction: column; } .cookies_text { margin-left: auto; margin-right: auto; text-align: left; border-right: 1px solid #333; } .is_mobile .cookies_text { border: unset; text-align: justify; margin-bottom: 15px; } .cookies_text > i { font-size: 42px; color: var(--cookies-message-button-ok-color); vertical-align: middle; padding-right: 40px; float:left; } .is_mobile .cookies_text > i { padding-right: 10px; } .cookies_buttons { min-width: 300px; display: flex; justify-content: space-evenly; } .cookies_buttons .button { border: 3px solid var(--cookies-message-button-ok-color); color: var(--cookies-message-button-ok-color); border-radius: 0px; font-size: 14px; } .cookies_ok { padding-right: 20px; } .cookies_ok:hover { background: var(--cookies-message-button-ok-color); color: var(--cookies-message-button-ok-font-color); } .cookies_settings { margin-top: 10px; line-height: 24px; vertical-align: middle; } .cookies_settings:hover { color: var(--active-color); } .cookies_ok i { font-size: 22px; width: 32px; height: 32px; line-height: 32px; vertical-align: middle; color: var(--cookies-message-button-ko-color); margin: 0px 10px; } .is_mobile .cookies_ok i { margin-right: 0px; } .cookie_group { width: 100%; padding: 5px 0px; margin-bottom: 30px; } .cookie_group_title { display: flex; justify-content: space-between; font-size: var(--font-h3-size); } .cookie_group_description { text-align: left; } .footer { min-height: var(--footer-height); width: 100%; padding: 3%; background-color: var(--footer-background-color) !important; border-top: solid 1px var(--footer-border-color); } .footer .article { color: var(--footer-font-color); margin-top: 50px; margin-bottom: 50px; height: auto; } .footer .article a { color: var(--footer-font-color); text-decoration: none; } .footer .article a:hover { color: var(--active-color); } #app_header_info, #app_header_search { display: flex; position: absolute; left: 50%; width: auto; transform: translate(-50%, 0%); line-height: normal; } #app_header_info { top: 15px; width: auto !important; } #app_header_search { bottom: 12px; } .is_mobile #app_header_info { display: none; } .is_mobile #app_header_search { bottom: 5px; width: 100%; box-sizing: border-box; padding: 0px 10px; } .is_mobile #app_header_search input { width: 100%; } .is_mobile .search_autocomplete_results { width: 100%; left: 0px; } .ebenit_author { padding: 11px 0px; background-color: var(--footer-background-color); border-top: solid 1px #0001; color: var(--footer-font-color); } .ebenit_author .content_wrapper * { opacity: 0.8; } .ebenit_author a { color: var(--footer-font-color); text-decoration: none; } .ebenit_author a:hover { color: var(--active-color); opacity: 1; }#dialog_window { position: fixed; z-index: 10000; top: 0px; left: 0px; width: 100%; height: 100vh; overflow: hidden; background: #fffa; display: flex; justify-content: center; align-items: center; } .is_mobile #dialog_window { align-items: start; } #dialog_wrapper { width: 40%; min-width: 512px; height: auto; max-height: 100%; background-color: #eee; display: flex; justify-content: center; align-items: center; border-radius: 7px; padding: 3px; box-sizing: border-box; } .is_mobile #dialog_wrapper { min-width: unset; width: 100%; height: auto; border-radius: 0px; } #dialog { border: 1px solid #aaaaaa; border-radius: 5px; width: 100%; height: 100%; background-color: var(--background-color); } #dialog_title { font-size: var(--font-h2-size); background: var(--background-secondary-color); padding: 5px; margin: 10px; border-radius: 5px 5px 0px 0px; border-bottom: 1px solid #ccc; color: #444; } #dialog_content i, #dialog_title i { padding-right: 15px; color: var(--active-color); } #dialog_content { display: flex; padding: 20px; flex-wrap: wrap; flex-flow: column; font-size: var(--font-size); color: #444; } .dialog_buttons { width: 100%; display: flex; justify-content: center; margin-top: 20px; margin-bottom: 20px; } .is_mobile .dialog_buttons { min-width: unset; flex-flow: column-reverse; } .dialog_template { display: none !important; } .switch { position: relative; display: inline-block; width: 40px; height: 22px; vertical-align: middle; padding: 2px 0px; } .switch input { opacity: 0; width: 0 !important; height: 0 !important; } .switch .slider { position: absolute; cursor: pointer; top: 0; left: 0; right: 0; bottom: 0; background-color: #ccc; -webkit-transition: .3s; transition: .3s; border-radius: 10px; box-shadow: 1px 1px 3px 0px inset #0005; } .switch .slider:before { position: absolute; content: ""; height: 16px; width: 16px; left: 3px; bottom: 5px; background-color: white; -webkit-transition: .3s; transition: .3s; border-radius: 3px; } input:checked+.slider { background-color: #71b280; box-shadow: 1px 1px 3px 0px inset #0005; } input:focus+.slider { box-shadow: 0 0 1px #71b280; box-shadow: 1px 1px 3px 0px inset #0005; } input:checked+.slider:before { -webkit-transform: translateX(18px); -ms-transform: translateX(18px); transform: translateX(18px); }.menu::-webkit-scrollbar { width: 6px; height: 8px; background: #282C31; } .menu { z-index: 11; background: var(--menu-background-color); border-right: 1px solid #E1E1E1; } .menu .logo { text-decoration: none; } .menu .logo img { vertical-align: top; display: inline-block; } .logo::after { content: ""; font-size: 30px; font-family: "Open Sans", sans-serif; font-weight: 300; color: var(--base-font-color); padding-left: 20px; } .is_mobile .logo::after { padding-left: 10px; font-size: 22px; width: 100px; display: inline-block; line-height: normal; vertical-align: middle; text-align: left; } .menu .menu_button, .menu .group_button { text-decoration: none; font-size: var(--font-menu-size); border-width: 0px; width: auto; min-height: var(--menu-button-height); vertical-align: top; line-height: var(--menu-button-height); display: inline-block; } .menu .menu_button.active, .menu .group_button.active, .menu .menu_button:hover { background: var(--active-color); color: var(--base-font-color); } .menu_group { display: flex; flex-direction: column; } .version { display: inline-block; position: absolute; top: 0px; height: auto; line-height: normal; } .menu i { vertical-align: middle; text-align: center; display: inline-block; -webkit-transition: transform 0.5s; transition: transform 0.5s; } .menu .group_button.active i { -ms-transform: rotate(90deg); -moz-transform: rotate(90deg); -webkit-transform: rotate(90deg); transform: rotate(90deg); } .menu .menu_button img { vertical-align: middle; text-align: center; height: 30px; line-height: 30px; display: inline-block; -webkit-transition: transform 0.5s; transition: transform 0.5s; } .menu .group { overflow: hidden; -webkit-transition: height 0.5s; transition: height 0.5s; display: flex; flex-flow: column; background: var(--menu-background-color); position: absolute; left: 0px; right: 0px; } .is_mobile .menu .group { position: static; } .group_button_wrapper { position: relative; } .menu_button_in_group { display: flex; flex-flow: row; justify-content: center; gap: 5px; align-items: center; text-decoration: none; } .menu_button_in_group:hover { color: var(--active-color); } .menu_buttons_mobile { height: 0px; overflow: hidden; -webkit-transition: all 0.5s; transition: all 0.5s; background: none; width: 100%; width: 100vw; position: absolute; right: 0px; top: var(--menu-button-height); } .is_mobile #menu_open, .is_mobile #menu_close { font-size: 45px; width: 45px; } .menu_buttons_mobile.active { height: calc(100vh - var(--menu-button-height)); overflow-y: scroll; scrollbar-width: none; } .menu_buttons_mobile.active::-webkit-scrollbar { width: 0; height: 0; } .menu_buttons_mobile .menu_button, .menu_buttons_mobile .group_button, .menu_buttons_mobile .group { display: block; width: 100%; background: var(--menu-background-color); } .menu_buttons_mobile .menu_button, .menu_buttons_mobile .group_button { border-bottom: 1px solid #ccc; } #menu_mobile_button { position: absolute; right: 0px; top: 0px; } .menu_vertical { width: var(--menu-width); overflow-y: scroll; overflow-x: hidden; position: fixed; top: 0px; height: 100vh; left: 0px; } .menu_vertical+#myBody, .menu_vertical+#myBody+.footer { width: -moz-calc(100% - var(--menu-width) - 1px); width: -webkit-calc(100% - var(--menu-width)); width: calc(100% - var(--menu-width)); margin-left: calc(var(--menu-width)); } .menu_vertical .logo { margin-top: 12px; } .menu_vertical .menu_button, .menu_vertical .group_button { width: calc(100% - 20px); padding: 0px 10px 0px 10px; border-bottom: 1px solid #E1E1E1; text-align: right; vertical-align: middle; } .menu_vertical .menu_button:hover { background: #FFD059; color: #555; border-bottom: 1px solid #FFD059; } .menu_vertical i { height: 30px; line-height: 30px; } .menu_vertical .menu_button>span { width: calc(var(--menu-width) - 61px); display: inline-block; text-align: left; line-height: 17px; vertical-align: middle; } :root .menu_horizontal { --menu-width: 100%; } .menu_horizontal { height: 104px; color: var(--base-font-color); line-height: var(--menu-button-height); display: block; width: 100%; position: sticky; top: 0px; left: 0px; text-align: right; border-bottom: 1px solid #E1E1E1; box-sizing: border-box; } .menu_horizontal+#myBody { width: 100%; } .menu_horizontal .logo { float: left; } .menu_horizontal .logo img { height: var(--menu-button-height); object-fit: contain; } .menu_horizontal .menu_button, .menu_horizontal .group_button { width: auto; padding: 0px 22px 0px 20px; } .collage { display: flex; flex-wrap: wrap; justify-content: center; } .collage_box, .collage_box_w2, .collage_item { text-align: center; width: 384px; height: 768px; -webkit-flex-grow: 1; flex-grow: 1; max-width: 500px; background-position: center !important; background-repeat: no-repeat !important; background-size: cover !important; line-height: 384px; } .collage_box, .collage_box_w2 { display: flex; flex-wrap: wrap; justify-content: center; } .collage_box_w2 { min-width: 500px; max-width: 1000px; -webkit-flex-grow: 2; flex-grow: 4; } .collage_item { height: 384px; color: var(--base-font-color); overflow: hidden; } .collage_item>img { width: 100%; } .collage_box_w2 .collage_item { height: 768px; line-height: 768px !important; max-width: 1000px; } .collage_content { font-family: var(--font-family); display: inline-block; vertical-align: middle; text-align: left; line-height: 170%; font-size: var(--font-size); } .collage h2 { margin: 0px; padding: 0px; } .collage_box_w2 h2 { margin-bottom: 15%; } .slider { width: 100%; height: auto; display: flex; overflow-x: hidden; -webkit-overflow-scrolling: touch; scroll-snap-type: x mandatory; scroll-behavior: smooth; } .slider > div{ width: 100%; flex-shrink: 0; height: 100%; scroll-snap-align: start; } .slider_navigation > div{ display: inline-block; width: 16px; height: 16px; border: 2px solid #fff; border-radius: 50%; margin: 10px; opacity: 0.5; cursor: pointer; -webkit-transition: opacity 1.5s ease-out; transition: opacity 1.5s ease-out; } .slider_navigation > div:hover, .slider_navigation > .slider_navigation_active{ background: #fff; opacity: 1; } .slider_navigation { overflow: visible; height: 0px; position: relative; top: -60px; } .over { width: 100%; height: 0px; overflow: visible; position: relative; z-index: 1; }  section.page_part { overflow-x: hidden; } img { vertical-align: middle; } .page_part .collage_item { padding: 0; } .article { position: relative; overflow: hidden; } .article_text { text-align: left; line-height: normal; } .article_text p { margin: 0; padding: 0; } .collage, .cms_group_section { background-repeat: no-repeat; background-size: cover; } .slider, .slider_navigation, .image { text-align: center; } .slider { width: unset; } .slider > div { width: 100%; height: 100%; max-height: 100%; } .slider .article { height: 100%; max-height: 100%; } .image img { max-width: 100%; margin: 0 auto; } .video_box { width: 100%; height: 0px; overflow: visible; } .attachment_section .collage_item { position: relative; max-width: 200px; max-height: 250px; line-height: 150px; } .attachment_section .collage_content { width: 100%; max-height: 100%; text-align: center; } .attachment_section .download { position: absolute; top: 0.1em; right: 0.2em; line-height: normal; font-size: 2em; } .attachment_section .icon { font-size: 5em; } .content_wrapper .address_item p a { text-decoration: unset; } .google_map_item.collage_content { width: 100%; height: 100%; vertical-align: top; } .amount { width: 40px; text-align: center; } .MARGIN_AUTO { margin: auto; } .CONTENT_LEFT_TOP, .CONTENT_LEFT_MIDDLE, .CONTENT_LEFT_BOTTOM, .CONTENT_CENTER_TOP, .CONTENT_CENTER_MIDDLE, .CONTENT_CENTER_BOTTOM, .CONTENT_RIGHT_TOP, .CONTENT_RIGHT_MIDDLE,.CONTENT_RIGHT_BOTTOM { position: absolute; } .CONTENT_LEFT_TOP { top: 20%; left: 20%; } .CONTENT_LEFT_MIDDLE { top: 50%; left: 20%; transform: translateY(-50%); } .CONTENT_LEFT_BOTTOM { top: 80%; left: 20%; transform: translateY(-100%); } .CONTENT_CENTER_TOP { top: 20%; left: 50%; transform: translateX(-50%); } .CONTENT_CENTER_MIDDLE { top: 50%; left: 50%; transform: translate(-50%, -50%); } .CONTENT_CENTER_BOTTOM { top: 80%; left: 50%; transform: translate(-50%, -100%); } .CONTENT_RIGHT_TOP { top: 20%; left: 80%; transform: translateY(-100%); } .CONTENT_RIGHT_MIDDLE { top: 50%; left: 80%; transform: translate(-100%, -50%); } .CONTENT_RIGHT_BOTTOM { top: 80%; left: 80%; transform: translate(-100%, -100%); } .FONT_WEIGHT_100 { font-weight: 100; } .FONT_WEIGHT_200 { font-weight: 200; } .FONT_WEIGHT_300 { font-weight: 300; } .FONT_WEIGHT_400 { font-weight: 400; } .FONT_WEIGHT_500 { font-weight: 500; } .FONT_WEIGHT_600 { font-weight: 600; } .FONT_WEIGHT_700 { font-weight: 700; } .FONT_WEIGHT_800 { font-weight: 800; } .FONT_WEIGHT_900 { font-weight: 900; } .BACKGROUND_COVER { background-size: cover; } .BACKGROUND_CONTAIN { background-size: contain; } .BACKGROUND_REPEAT { background-repeat: repeat; } .BACKGROUND_REPEAT-X { background-repeat: repeat-x; } .BACKGROUND_REPEAT-Y { background-repeat: repeat-y; } .BACKGROUND_NO-REPEAT { background-repeat: no-repeat; } .BACKGROUND_SPACE { background-repeat: space; } .BACKGROUND_ROUND { background-repeat: round; } .X_VISIBLE { overflow-x: visible; } .X_HIDDEN { overflow-x: hidden; } .X_SCROLL { overflow-x: scroll; } .Y_VISIBLE { overflow-y: visible; } .Y_HIDDEN { overflow-y: hidden; } .Y_SCROLL { overflow-y: scroll; } 