{"id":293,"date":"2026-02-02T09:40:09","date_gmt":"2026-02-02T09:40:09","guid":{"rendered":"https:\/\/hblm.es\/karte-der-kanarischen-weine\/"},"modified":"2026-02-02T13:36:11","modified_gmt":"2026-02-02T13:36:11","slug":"weine","status":"publish","type":"page","link":"https:\/\/hblm.es\/de\/weine\/","title":{"rendered":"Karte der kanarischen Weine"},"content":{"rendered":"<p><center>\t<style type=\"text\/css\">\n\t\t#spl_9114031098,\n\t\t#spl6_9114031098 {\n\t\t\t--spl-s6-title-color: #264E7C;\n\t\t\t--spl-s6-title-font-size: 45px;\n\t\t\t--spl-s6-title-font-style: Montserrat;\n\t\t\t--spl-s6-title-font-weight: 800;\n\t\t\t\n\t\t\t--spl-s6-category-font-size: 14px;\n\t\t\t--spl-s6-category-color: #ffffff;\n\t\t\t--spl-s6-category-font-style: Montserrat;\n\t\t\t--spl-s6-category-font-weight: 400;\n\t\t\t--spl-s6-category-cover-image-overlay-color: hsl(0deg 0% 0% \/ 31%);\n\n\t\t\t--spl-s6-price-font-size: 25px;\n\t\t\t--spl-s6-price-color: #6984C8;\n\t\t\t--spl-s6-price-font-style: Montserrat;\n\t\t\t--spl-s6-price-font-weight: 700;\n\n\t\t\t--spl-s6-item-name-font-size: 22px;\n\t\t\t--spl-s6-item-name-color: #545454;\n\t\t\t--spl-s6-item-name-font-style: Montserrat;\n\t\t\t--spl-s6-item-name-hover-color: #6984C8;\n\t\t\t--spl-s6-item-name-font-weight: 700;\n\n\t\t\t--spl-s6-desc-font-size: 16px;\n\t\t\t--spl-s6-desc-color: #7c7c7c;\n\t\t\t--spl-s6-desc-font-style: Montserrat;\n\t\t\t--spl-s6-desc-font-weight: 300;\n\n\t\t\t--spl-s6-cat-desc-font-size: inherit;\n\t\t\t--spl-s6-cat-desc-color: #000000;\n\t\t\t--spl-s6-cat-desc-font-style: Montserrat;\n\t\t\t--spl-s6-cat-desc-font-weight: 400;\n\t\t\t--spl-s6-item-name-font-size: 18px;\n\t\t}\n\t<\/style>\n<!-- Pricing table 1 -->\n\n<!-- Pricing table 2 -->\n\n\n\n\t<script id=\"style6_9114031098\" type=\"text\/javascript\">\n\t\taddEventListener('DOMContentLoaded', (event) => {\n\t\t\tconst pricelistRoot = document.querySelector('#spl_9114031098');\n\t\t\tconst navTargets = pricelistRoot.querySelectorAll('.tab-links_spl li a');\n\t\t\tnavTargets.forEach((navTarget) => {\n\t\t\t\tnavTarget.addEventListener('click', (event) => {\n\t\t\t\t\tconst navTargetParent = navTarget.parentElement;\n\t\t\t\t\tconst navTargetSiblings = navTargetParent.parentElement.querySelectorAll('li');\n\t\t\t\t\tnavTargetSiblings.forEach((navTargetSibling) => {\n\t\t\t\t\t\tnavTargetSibling.classList.remove('active');\n\t\t\t\t\t});\n\t\t\t\t\tnavTargetParent.classList.add('active');\n\t\t\t\t\tconst targetItemCategoryKey = navTarget.getAttribute('data-target-cat-key');\n\t\t\t\t\tconst targetItemCategoryDescKey = targetItemCategoryKey;\n\t\t\t\t\tconst excludedItemsDesc = pricelistRoot.querySelectorAll(`.style-6-custom-description-section:not([data-target-cat-desc-key=\"${targetItemCategoryDescKey}\"])`);\n\t\t\t\t\tconst priceItemNodes = pricelistRoot.querySelectorAll('.service-item');\n\t\t\t\t\tconst targetItems = pricelistRoot.querySelectorAll(`.service-item[data-cat-key=\"${targetItemCategoryKey}\"]`);\n\t\t\t\t\tif ( ! targetItemCategoryKey ) {\n\t\t\t\t\t\tpriceItemNodes.forEach((priceItemNode) => {\n\t\t\t\t\t\t\tpriceItemNode.classList.remove('spl-hidden');\n\t\t\t\t\t\t});\n\t\t\t\t\t\texcludedItemsDesc.forEach((excludedItemDesc) => {\n\t\t\t\t\t\t\texcludedItemDesc.classList.add('spl-hidden');\n\t\t\t\t\t\t});\n\t\t\t\t\t\treturn;\n\t\t\t\t\t}\n\t\t\t\t\tconst excludedItems = pricelistRoot.querySelectorAll(`.service-item:not([data-cat-key=\"${targetItemCategoryKey}\"])`);\n\t\t\t\t\tpriceItemNodes.forEach((priceItemNode) => {\n\t\t\t\t\t\tpriceItemNode.classList.add('spl-hidden');\n\t\t\t\t\t});\n\t\t\t\t\ttargetItems.forEach((targetItem) => {\n\t\t\t\t\t\ttargetItem.classList.remove('spl-hidden');\n\t\t\t\t\t});\n\t\t\t\t\tconst targetItemsDesc = pricelistRoot.querySelectorAll(`.style-6-custom-description-section[data-target-cat-desc-key=\"${targetItemCategoryDescKey}\"]`);\n\t\t\t\t\texcludedItemsDesc.forEach((excludedItemDesc) => {\n\t\t\t\t\t\texcludedItemDesc.classList.add('spl-hidden');\n\t\t\t\t\t});\n\t\t\t\t\ttargetItemsDesc.forEach((targetItemDesc) => {\n\t\t\t\t\t\ttargetItemDesc.classList.remove('spl-hidden');\n\t\t\t\t\t});\n\t\t\t\t});\n\t\t\t\tif ( navTarget.parentElement.classList.contains('default') ) {\n\t\t\t\t\tnavTarget.click();\n\t\t\t\t}\n\t\t\t});\n\t\t});\n\t<\/script>\n\t<div class=\"style-6 spl_main_content_box price_wrapper body-inner\" style=\"max-width:1200px;margin-left:auto;margin-right:auto; \" data-style=\"style_6\" data-list-columns=one id=\"spl_9114031098\">\n\t\t\t\t<div class=\"spl-s6-title-wrapper\">\n\t\t\t<div class=\"spl-s6-title\">Kanarische Weine<\/div>\n\t\t\t<div class=\"spl-s6-title-desc\"><\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"spl-s6-nav-wrapper\">\n\t\t\t\t\t<!-- Nav tabs -->\n\t\t\t<ul class=\"tab-links_spl style-6\">\n\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"\n\t\t\t\t\t\t\t\t\t\">\n\t\t\t\t<a href=\"javascript:void(0)\" data-target-cat-key=\"1\" data-href=\"#1_9114031098\">Probieren Sie unser Angebot an kanarischen Weinen, eine exklusive Auswahl, die Sie im Supermarkt nicht finden werden und zu sehr g\u00fcnstigen Preisen. Fragen Sie an der Rezeption oder rufen Sie die 23 von Ihrem Zimmertelefon aus an<\/a>\n\t\t\t<\/li>\n\t\t\t\t\t\t\t<\/ul>\n\t\t\t\n\t\t\t\t<\/div>\n\t\t<div class=\"spl-s6-title-desc-wrapper\">\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"spl-s6-cat-wrapper clearfix active\" id=\"1_9114031098\">\n\t\t\t<ul class=\"spl-s6-list-wrapper \">\n\t\t\t\t\t\t\t\t\t<div class=\"service-item\" data-cat-key=\"1\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/hblm.es\/wp-content\/uploads\/2025\/09\/Vino-Blanco-Mi-Isla.jpg\">\n\t\t\t\t\t\t\t\t\t\t\t\t<div>\n\t\t\t\t\t\t\t<h3>\n\t\t\t\t\t\t\t\t<span>Mi Isla Blanco<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/h3>\n\t\t\t\t\t\t\t<p class=\"spl-s6-muted\">Trockener Wei\u00dfwein. Herkunftsbezeichnung Abona, Teneriffa. Traube \"List\u00e1n Blanco\", hellgelbe Farbe und gr\u00fcnliche R\u00e4nder. In der Nase dominieren angenehme Erinnerungen an pflanzliche Fr\u00fcchte mit einem Hauch von Fenchel. Im Mund ausgewogen und mit einer Frische seiner S\u00e4ure, anhaltend und erfrischend am Ende.<\/p>\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"price\">\n\t\t\t\t\t\t\t\t\t<div class=\"original-price\">13\u20ac<\/div>\n\t\t\t\t\t\t\t\t\t<!-- <button class=\"buy-now\"><\/button> -->\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"service-item\" data-cat-key=\"1\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/hblm.es\/wp-content\/uploads\/2025\/09\/Vino-Tinto-Mi-Isla.jpg\">\n\t\t\t\t\t\t\t\t\t\t\t\t<div>\n\t\t\t\t\t\t\t<h3>\n\t\t\t\t\t\t\t\t<span>Mi Isla Tinto<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/h3>\n\t\t\t\t\t\t\t<p class=\"spl-s6-muted\">Rotwein. Herkunftsbezeichnung Abona, Teneriffa. Trauben List\u00e1n negro, Ruby Cabernet und Tempranillo. Seine Farbe ist Picota rot, wo die violetten Reflexe hervorstechen. In der Nase ist es intensiv mit roten Fr\u00fcchten, mineralischen und w\u00fcrzigen Noten. Im Mund, gut strukturiert, anhaltend, Balsamico- und Lakritznoten, eleganter und einh\u00fcllender Abgang.<\/p>\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"price\">\n\t\t\t\t\t\t\t\t\t<div class=\"original-price\">13\u20ac<\/div>\n\t\t\t\t\t\t\t\t\t<!-- <button class=\"buy-now\"><\/button> -->\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"service-item\" data-cat-key=\"1\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/hblm.es\/wp-content\/uploads\/2025\/09\/Vino-Blanco-Malvasia-Barrica.jpg\">\n\t\t\t\t\t\t\t\t\t\t\t\t<div>\n\t\t\t\t\t\t\t<h3>\n\t\t\t\t\t\t\t\t<span>Testamento Malvas\u00eda (im Fass fermentiert)<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/h3>\n\t\t\t\t\t\t\t<p class=\"spl-s6-muted\">Wei\u00dfwein, im Fass fermentiert. Herkunftsbezeichnung Abona, Teneriffa. 100% aromatische Malvasia-Traube. Seine Farbe ist gelb mit goldenen Schimmer, sehr sauber und transparent. In der Nase ist es fein von tropischen Fr\u00fcchten. Im Mund ist es breit und dicht, mit einem Nachgeschmack, der an die Vielfalt auf einem s\u00fc\u00dfen Hintergrund von franz\u00f6sischer Eiche erinnert und die starke Pers\u00f6nlichkeit der amerikanischen Eiche.<\/p>\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"price\">\n\t\t\t\t\t\t\t\t\t<div class=\"original-price\">17\u20ac<\/div>\n\t\t\t\t\t\t\t\t\t<!-- <button class=\"buy-now\"><\/button> -->\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"service-item\" data-cat-key=\"1\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/hblm.es\/wp-content\/uploads\/2025\/09\/Vino-Blanco-Malvasia-Seco.jpg\">\n\t\t\t\t\t\t\t\t\t\t\t\t<div>\n\t\t\t\t\t\t\t<h3>\n\t\t\t\t\t\t\t\t<span>Testamento Malvas\u00eda<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/h3>\n\t\t\t\t\t\t\t<p class=\"spl-s6-muted\">Trockener Wei\u00dfwein. Herkunftsbezeichnung Abona, Teneriffa. 100% aromatische Malvasia-Traube. Seine Farbe ist gelb mit goldenen Schattierungen, sehr sauber und transparent. In der Nase ist es stark und verf\u00fchrerisch, wo tropische Fr\u00fcchte wie Mango und eine Vielzahl von blumigen Noten hervorstechen, zusammen mit sanft w\u00fcrzigen Noten. Am Gaumen, gut strukturiert breit und mit einer bitteren und eleganten sauren Balance.<\/p>\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"price\">\n\t\t\t\t\t\t\t\t\t<div class=\"original-price\">18\u20ac<\/div>\n\t\t\t\t\t\t\t\t\t<!-- <button class=\"buy-now\"><\/button> -->\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"service-item\" data-cat-key=\"1\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/hblm.es\/wp-content\/uploads\/2025\/09\/VIno-Blanco-Malvasia-Lanzarote.jpg\">\n\t\t\t\t\t\t\t\t\t\t\t\t<div>\n\t\t\t\t\t\t\t<h3>\n\t\t\t\t\t\t\t\t<span>Martin\u00f3n Malvas\u00eda (Lanzarote)<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"spl-item-popular\">\n\t\t\t\t\t\t\t\t\t\t\u2b50 \t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/h3>\n\t\t\t\t\t\t\t<p class=\"spl-s6-muted\">Trockener Wei\u00dfwein. Herkunftsbezeichnung Lanzarote. 100% Malvasia-Traube. Ein authentischer Ausdruck der vulkanischen Landschaft von Lanzarote, hergestellt aus 100% Malvasia-Vulkan-Trauben, die manuell zubereitet und auf Band ausgew\u00e4hlt werden. Die Trauben werden von Hand geerntet und einem K\u00fchlprozess in Kammern unterzogen, gefolgt von Mazeration und Pressen. Es ist ein preisgekr\u00f6nter Wein (Goldmedaille in Portugal Wine Trophy 2024, Goldmedaille im nationalen Weinwettbewerb \u00abPeque\u00f1as D.O.\u00bb 2024), der Tradition und Exzellenz verbindet. Sauber und hell im Anblick, mit intensiven Aromen von Zitrusfr\u00fcchten und gr\u00fcnem Apfel, mit einer erfrischenden und anhaltenden S\u00e4ure.<\/p>\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"price\">\n\t\t\t\t\t\t\t\t\t<div class=\"original-price\">23\u20ac<\/div>\n\t\t\t\t\t\t\t\t\t<!-- <button class=\"buy-now\"><\/button> -->\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/ul>\n\t\t<\/div>\n\t<\/div>\n\t\n<!--AK Style -->\n<style type=\"text\/css\">\n\t\t#spl_9114031098.grid-sizer:nth-child(2n+1) {\n\t\tclear: both;\n\t}\n\n\t\t\t\t\t\t\t \t\t#spl_9114031098.price_wrapper .name.a-tag,\n\t#spl_9114031098.price_wrapper .style-8-title-container h3 {\n\t\tfont-size: 22px !important;\n\t}\n\n\t\t\t\t\t\t\t\t\t#spl_9114031098.price_wrapper ul.tab-links_spl,\n\t#spl_9114031098.price_wrapper h3.tab-links_spl {\n\t\tfont-size: 14px !important;\n\t}\n\n\t\t\t\t\t#spl_9114031098.price_wrapper ul.tab-links_spl:not(.style-6) li a,\n\t#spl_9114031098.price_wrapper h3.tab-links_spl {\n\t\tfont-size: 14px !important;\n\t\tpadding-right: 5px !important;\n\t\tpadding-left: 5px !important;\n\t\ttext-transform: none !important;\n\t\tletter-spacing: .15em;\n\t}\n\n\t#spl_9114031098.price_wrapper .tabs_spl ul.tab-links_spl:not(.style-6) li:before {\n\t\tfont-size: 14px !important;\n\t}\n\n\t\t\t\t\t#spl_9114031098.price_wrapper .head-title span {\n\t\tfont-size: 45px !important;\n\t\tfont-weight: 800;\n\t}\n\n\t.head-title span.spl_without_tab_style2 {\n\t\tfont-size: 45px !important;\n\t\tfont-weight: 800;\n\t}\n\n\t\t\t\t\tul.tab-links_spl.with_tab_tablink_style1 {\n\t\tpadding: 0 !important;\n\t}\n\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t#spl_9114031098.price_wrapper .spl-item-popular,\n\t\t\t\t\t#spl_9114031098.style-10 .spl-item-popular {\n\t\t\t\t\t\tbackground-color: #6984C8;\n\t\t\t\t\t}\n\t\t\t\t\t#spl_9114031098.price_wrapper .head-title span,\n\t\t{\n\t\tfont-family: \"Montserrat\";\n\t\tfont-weight: 800;\n\t}\n\n\t.head-title span.spl_without_tab_style2 {\n\t\tfont-family: \"Montserrat\";\n\t\tfont-weight: 800;\n\t}\n\n\t\t\t\t\t\t\t#spl_9114031098.price_wrapper .tabs_spl .tab-links_spl li a,\n\t#spl_9114031098.price_wrapper .style5_cat_tab .tabs_spl .tab-links_spl li a,\n\t#spl_9114031098.price_wrapper .name-price-desc .spl-price.a-tag,\n\t#spl_9114031098.price_wrapper .df-spl-style7_cat_tab-container ul li a,\n\t#spl_9114031098.price_wrapper .df-spl-style8_cat_tab-container ul li a,\n\t#spl_9114031098.price_wrapper .style-8-pricetag-container .pricetag span,\n\t#spl_9114031098.price_wrapper .style-6-2-price .spl-price.a-tag {\n\t\tfont-family: \"Montserrat\";\n\t\t\/* padding-top: 5px; Test to remove Style 4 *\/\n\t}\n\n\t\t\n\t\/* start font weight css *\/\n\t\t\t#spl_9114031098.price_wrapper .tabs_spl .tab-links_spl li a,\n\t#spl_9114031098.price_wrapper .style5_cat_tab .tabs_spl .tab-links_spl li a,\n\t#spl_9114031098.price_wrapper .name-price-desc .spl-price.a-tag,\n\t#spl_9114031098.price_wrapper .df-spl-style7_cat_tab-container ul li a,\n\t#spl_9114031098.price_wrapper .style-6-2-price .spl-price.a-tag {\n\t\tfont-weight: 400;\n\t}\n\n\t\n\t\/* end font weight css *\/\n\t\t\t#spl_9114031098.price_wrapper .name-price-desc .spl-price.a-tag,\n\t#spl_9114031098.price_wrapper .style-6-2-price .spl-price.a-tag,\n\t#spl_9114031098.price_wrapper .spl-style-5 .spl-five-bottom .spl-style5-price .spl-price p,\n\t#spl_9114031098.price_wrapper .spl-style-7 .spl-price p {\n\t\tfont-family: \"Montserrat\";\n\t}\n\n\t\t\t\n\t\/*#spl_\n\t\t\t\t\t.price_wrapper .name-price-desc .desc.a-tag{\n  font-family: \"\n\t\t\t\t\t\t\" !important;\n  font-size: 95%;\n  font-weight: 400;\n}*\/\n\t#spl_9114031098.price_wrapper .spl-style-5 .spl-five-bottom .name,\n\t#spl_9114031098.price_wrapper .spl-style-7 .name {\n\t\tfont-family: \"Montserrat\";\n\t}\n\n\t#spl_9114031098.price_wrapper .name-price-desc .name.a-tag,\n\t#spl_9114031098.price_wrapper .style-8-title-container h3,\n\t#spl_9114031098.price_wrapper .style-6-2-desc .name.a-tag,\n\t[data-price-list-id=\"9114031098\"] h5 {\n\t\tfont-family: \"Montserrat\";\n\t\tfont-weight: 500;\n\t\tword-break: break-word;\n\t    overflow-wrap: anywhere;\n\t}\n\n\t\t\t\/** start of dropdown width *\/\n\t\t\/** end of dropdown width *\/\n\n\t\/* start category dynamic font weight setting style 3 *\/\n\t\t\tspan.head-title.tab-links_spl,\n\tspan.head-title.tab-links_spl.head_title_style_3 {\n\t\tfont-weight: 400 !important;\n\t}\n\n\t\n\t\/* end category dynamic font weight setting style 3*\/\n\t\/* start service dynamic font weight style 2*\/\n\t\t\t#spl_9114031098.price_wrapper .name-price-desc .name.a-tag,\n\t\t[data-price-list-id=\"9114031098\"] h5 {\n\t\tfont-weight: 700;\n\t}\n\n\t\n\t\/* end service dynamic font weight style 2*\/\n\t\/* start service dynamic font weight *\/\n\t\t\t#spl_9114031098.price_wrapper .spl-style-5 .name,\n\t#spl_9114031098.price_wrapper .spl-style-7 .name {\n\t\tfont-weight: 700 !important;\n\t}\n\n\t\n\t\/* end service dynamic font weight *\/\n\t\t\t#spl_9114031098.price_wrapper .name-price-desc .desc.a-tag,\n\t#spl_9114031098.price_wrapper .spl-style-5 .spl-five-bottom .desc,\n\t#spl_9114031098.price_wrapper .style-8-title-container small,\n\t#spl_9114031098 .ts-control .item,\n\t#spl_9114031098 .ts-dropdown-content .option,\n\t[data-price-list-id=\"9114031098\"] p {\n\t\tfont-family: \"Montserrat\";\n\t\tfont-size: 16px;\n\t\tcolor: #7c7c7c;\n\t\tfont-weight: 400;\n\t\tword-break: break-word;\n\t    overflow-wrap: anywhere;\n\t}\n\n\n\t#spl_9114031098.price_wrapper .cat_descreption .col-sm-12,\n\t#spl_9114031098.price_wrapper .spl-style-7 .desc,\n\t#spl_9114031098.price_wrapper .style3_cat_desc,\n\t#spl_9114031098.price_wrapper .style4_cat_desc {\n\t\tfont-family: \"Montserrat\";\n\t\tfont-size: ;\n\t\tcolor: #000000;\n\t\tfont-weight: 400;\n\t}\n\n\t#spl_9114031098 .focus .ts-control {\n\t\tborder-color: #7c7c7c;\n\t\tbox-shadow: 0 0 0 0.2rem #7c7c7c6b;\n\t}\n\n\t#spl_9114031098.price_wrapper .style-6-2-btn {\n\t\tfont-family: \"Montserrat\";\n\t\tfont-size: 11px;\n\t}\n\n\t#spl_9114031098 .style-4-border {\n\t\tborder: 1px solid #7c7c7c;\n\t}\n\n\t\t\n\t\/* start service description dynamic font weight *\/\n\t\t\t#spl_9114031098.price_wrapper .name-price-desc .desc.a-tag,\n\t#spl_9114031098.price_wrapper .spl-style-5 .desc,\n\t#spl_9114031098.price_wrapper .spl-style-7 .desc,\n\t[data-price-list-id=\"9114031098\"] p {\n\t\tfont-weight: 300 !important;\n\t}\n\n\t\n\t\/* end service description dynamic font weight *\/\n\t\/*start category dynamic font size style 2*\/\n\t\n\t\/* end category dynamic font size style 2 *\/\n\t\/* start category dynamic font weight style 2 *\/\n\t\t\t#spl_9114031098.price_wrapper span.tab-links_spl.spl_cat_title_style_2 {\n\t\tfont-weight: 400 !important;\n\t\tfont-size: 14px !important;\n\t}\n\n\t\n\t\/* end category dynamic font weight style 2 *\/\n\t\t\t#spl_9114031098.price_wrapper .tabs_spl .tab-links_spl li a,\n\t#spl_9114031098.price_wrapper span.tab-links_spl {\n\t\t\t\t\tcolor: #ffffff !important;\n\t\tfont-family: \"Montserrat\";\n\t\t\t\t}\n\n\t#spl_9114031098.price_wrapper .name-price-desc .spl-price.a-tag {\n\t\t\t}\n\n\t\t\t\t\t#spl_9114031098.price_wrapper .name-price-desc .name.a-tag,\n\t#spl_9114031098.price_wrapper .name.a-tag,\n\t#spl_9114031098.price_wrapper .style-8-title-container h3,\n\t#spl_9114031098.price_wrapper .style-8-description {\n\t\tcolor: #545454 !important;\n\t}\n\n\t\t\t\t\t#spl_9114031098.price_wrapper .name-price-desc .spl-price.a-tag,\n\t#spl_9114031098.price_wrapper .style-seven .spl-price.a-tag,\n\t#spl_9114031098.price_wrapper .style-6-2-price .spl-price.a-tag {\n\t\tcolor: #6984C8 !important;\n\t}\n\n\t\/*style 2 book now button color*\/\n\t#spl_9114031098.price_wrapper .spl_book_now_btn_style_1 {\n\t\tcolor: #6984C8 !important;\n\t\tborder: 1px solid #6984C8 !important;\n\t\t\n\t}\n\t#spl_9114031098.price_wrapper .spl_book_now_btn_style_1:hover {\n\t\tborder: 1px solid  #6984C8;\n\t\tbackground:#6984C8;\n\t\tborder: 1px solid #6984C8;\n\t}\n\n\t\/*style 2 book now button color*\/\n\t\/*style 6 book now button color start*\/\n\t#spl_9114031098.price_wrapper .spl_book_now_btn_style_6 {\n\t\tcolor: #6984C8;\n\t\tborder: 1px solid #6984C8;\n\t}\n\n\t\/*style 6 book now button color end*\/\n\t\/*style 4 book now button color*\/\n\t#spl_9114031098 .spl_cstm_btn_style4 .spl_book_now_btn_style_4 {\n\t\tcolor: #6984C8;\n\t}\n\n\t#spl_9114031098 .spl_category_brak_style4 .spl_book_now_btn_style_4 {\n\t\tcolor: #6984C8;\n\t}\n\n\t#spl_9114031098.price_wrapper .spl-style-5 .spl-price p {\n\t\tbackground-color: #6984C8 !important;\n\t}\n\n\t\/* style 5 book now button *\/\n\t#spl_9114031098.spl_book_now_btn_style_5,\n\t\/* style 5 book now button *\/\n\t#spl_9114031098.spl_book_now_btn_style_7 {\n\t\tcolor: #6984C8 !important;\n\t}\n\n\t\t\t\t\t#spl_9114031098.price_wrapper .tabs_spl .tab-links_spl li a:hover {\n\t\tcolor: #6984C8;\n\t\tborder-bottom: 1px solid #6984C8;\n\t\ttext-decoration: none;\n\t\tpadding-bottom: 7px;\n\t}\n\n\t#spl_9114031098.price_wrapper .style-five-head .tabs_spl .tab-links_spl li a:hover {\n\t\tcolor: #fff !important;\n\t\ttext-decoration: none !important;\n\t}\n\n\t#spl_9114031098.price_wrapper .style-five-head .head-title span:hover {\n\t\tcolor: #6984C8 !important;\n\t}\n\n\t#spl_9114031098.price_wrapper .style5_cat_tab ul.tab-links_spl li:hover {\n\t\tbackground-color: #6984C8 !important;\n\t}\n\n\t#spl_9114031098.price_wrapper .tabs_spl ul.tab-links_spl li:before {\n\t\tcolor: #6984C8 !important;\n\t}\n\n\n\t#spl_9114031098.price_wrapper ul.tab-links_spl li.active a {\n\t\tborder-bottom: 1px solid #6984C8 !important;\n\t\tcolor: #6984C8 !important;\n\t\tpadding-bottom: 5px;\n\t}\n\n\t#spl_9114031098.price_wrapper .style5_cat_tab ul.tab-links_spl li.active {\n\t\tbackground-color: #6984C8 !important;\n\t}\n\n\t#spl_9114031098.price_wrapper .style5_cat_tab ul.tab-links_spl li.active a {\n\t\tcolor: #fff !important;\n\t}\n\n\t#spl_9114031098.price_wrapper .df-spl-style7_cat_tab-container ul li.active,\n\t#spl_9114031098.price_wrapper .noUi-connect {\n\t\tbackground-color: #6984C8;\n\t}\n\t#spl_9114031098.price_wrapper .spl_book_now_btn_style_7 {\n\t\tbackground-color: #6984C8;\n\t\tcolor: white;\n    \ttext-align: center;\n\t}\n\n\t#spl_9114031098.price_wrapper .df-spl-style7_cat_tab-container ul li.active a {\n\t\tcolor: #fff;\n\t}\n\n\t\t\t\t\n\t\/*.price_wrapper .desc.a-tag {\n\tcolor: #545454 !important;\n}*\/\n\t\t\t\t\t#spl_9114031098.price_wrapper .head-title span {\n\t\tcolor: #264E7C !important;\n\t}\n\n\t.head-title span.spl_without_tab_style2 {\n\t\tcolor: #264E7C !important;\n\t}\n\n\t\t\t\t\t#spl_9114031098.price_wrapper .spl-price.a-tag,\n\t#spl_9114031098.price_wrapper .spl-style-5 .spl-price p,\n\t#spl_9114031098.price_wrapper .spl-style-7 .spl-price p,\n\t#spl_9114031098.price_wrapper .style-8-pricetag-container .pricetag span {\n\t\tfont-size: 25px !important;\n\t}\n\n\t\t\n\t\/* start service price dynmaic font weight setting *\/\n\t\t\t#spl_9114031098.price_wrapper .spl-price.a-tag,\n\t#spl_9114031098.price_wrapper .spl-style-5 .spl-price p,\n\t#spl_9114031098.price_wrapper .spl-style-7 .spl-price p,\n\t#spl_9114031098.price_wrapper .style-8-pricetag-container .pricetag span {\n\t\tfont-weight: 700 !important;\n\t}\n\n\t\n\t\/* end service price dynamic font weight setting *\/\n\t\t\t\t#spl_9114031098.price_wrapper .tabs_spl ul.tab-links_spl li:before {\n\t\tfont-family: FontAwesome !important;\n\t\tfont-weight: normal !important;\n\t\tfont-style: normal !important;\n\t\tdisplay: inline-block !important;\n\t\ttext-decoration: inherit !important;\n\t\t\/*content: \"\\F105\" !important;*\/\n\t\tposition: absolute !important;\n\t\tleft: 0 !important;\n\t}\n\n\t\t\t#spl_9114031098.price_wrapper .tabs_spl .tab-links_spl li.active a {\n\t\t\t}\n\n\t#spl_9114031098 .custom-description-section {\n\t\ttext-align: center;\n\t\tcolor: #000000;\n\t\tfont-family: Montserrat;\n\t\tfont-size: inherit;\n\t\tfont-weight: 400;\n\t}\n\n\t.without_tab {\n\t\tclear: both;\n\t\tpadding-top: 20px;\n\t}\n\n\th3.head-title {\n\t\tmargin: 15px 0px;\n\t}\n\n\t#spl_9114031098.price_wrapper ul.tab-links_spl li {\n\t\tpadding: 2px 5px !important;\n\t}\n\n\t\/******************* IF STYLE=1 and Stylish Button = On ********\/\n\t#spl_9114031098.price_wrapper ul.tab-links_spl li a {\n\t\t\t}\n\n\t#spl_9114031098.price_wrapper .style5_cat_tab ul.tab-links_spl li {\n\t\tbackground-color: #ffffff !important;\n\t\tpadding: 8px 22px !important;\n\t}\n\n\t#spl_9114031098.price_wrapper .style5_cat_tab ul.tab-links_spl li:before {\n\t\tdisplay: none !important;\n\t}\n\n\t#spl_9114031098.price_wrapper .df-spl-style7_cat_tab-container ul li:not(.active) a,\n\t#spl_9114031098.price_wrapper .df-spl-style8_cat_tab-container ul li:not(.active) a {\n\t\tcolor: #ffffff;\n\t}\n\n\t#spl_9114031098.price_wrapper .df-spl-style7_cat_tab-container ul li:before {\n\t\tdisplay: none !important;\n\t}\n\n\t#spl_9114031098.price_wrapper .for-style-3 span.head_title_style_3 {\n\t\t\t}\n\t#spl_9114031098.price_wrapper .txt-button-style3:hover {\n\t\tbackground-color: #fff !important;\n\t\tcolor: #264E7C;\n\t\tfont-family: \"Montserrat\";\n\t\tborder: 1px solid  #264E7C;\n\t\ttransition: all 0.3s ease;\n\t}\n\t#spl_9114031098.price_wrapper .txt-button-style3 {\n\t\tfont-family: \"Montserrat\";\n\t\tborder: 1px solid  #264E7C;\n\t}\n\n\t\/*Book now button style 3*\/\n\t#spl_9114031098.txt-button-style3,\n\t#spl_9114031098.style-6-2-btn {\n\t\tbackground-color: #6984C8 !important;\n\t\tcolor: #ffffff !important;\n\t}\n\n\t\n\t\/*\nStyle\n*\/\n\t#tiles_9114031098 {\n\t\tlist-style-type: none;\n\t\tposition: relative;\n\t\tmargin: 0;\n\t}\n\n\t#tiles_9114031098li {\n\t\twidth: 350px;\n\t\t-moz-border-radius: 2px;\n\t\t-webkit-border-radius: 2px;\n\t\tborder-radius: 2px;\n\t\tcursor: pointer;\n\t\tpadding: 4px;\n\t}\n\n\t#tiles_9114031098ali:nth-child(3n) {\n\t\theight: 175px;\n\t}\n\n\t#tiles_9114031098ali:nth-child(4n-3) {\n\t\tpadding-bottom: 30px;\n\t}\n\n\t#tiles_9114031098ali:nth-child(5n) {\n\t\theight: 250px;\n\t}\n\n\t#main_9114031098 {\n\t\tpadding: 30px 0 30px 0;\n\t}\n\n\t#main_9114031098 {\n\t\tpadding: 30px 0 30px 0;\n\t}\n\n\t.masonary-section ul {\n\t\tpadding-left: 0px !important;\n\t}\n\n\t.masonary-section ul {\n\t\tmargin: 0px !important;\n\t}\n\n\t#tiles_9114031098li {\n\t\tmargin: 0 auto !important;\n\t\tleft: list;\n\t\tlist-style-type: none;\n\t}\n\t.spl_book_now_btn_style_1 {\n\t\twidth:76px;\n\t\theight:28px;\n\t\tbackground:white;\n\t\tborder-radius:5px !important;\n\t\ttext-decoration:none;\n\t\tcolor:#E6A900 !important;\n\t\tfon-size:12px;\n\n\t}\n\t.spl_book_now_btn_style_1:hover {\n\t\twidth:76px;\n\t\theight:28px;\n\t\tborder-radius:5px !important;\n\t\ttext-decoration:none;\n\t\tcolor:white !important;\n\t}\n\t.df-spl-level .style-1{\n\t\tcolor:#E6A900;\n\t}\n\t.right-style-2{\n\t\tcolor:#E6A900;\n\t}\n\t.txt-button-style3{\n\t\tbackground: #264E7C;\n\t\tcolor: #fff;\n\t\tborder: 1px solid #264E7C;\n\t\tfloat: right;\n\t\tfont-size:12px;\n\t\tline-height: 15px;\n\t\tborder-radius:20px;\n\t\tpadding: 6px 14px;\n\t\ttext-decoration:none;\n\t}\n\t\n\t@media screen and (max-width: 600px) {\n\t\t.masonry {\n\t\t\t-moz-column-count: 1;\n\t\t\t-webkit-column-count: 1;\n\t\t\tcolumn-count: 1;\n\t\t}\n\n\t\t#tiles_9114031098li {\n\t\t\tleft: -26px !important;\n\t\t}\n\t}\n<\/style>\n<!-- Include the plug-in -->\n<script type=\"text\/javascript\">\n\tdocument.addEventListener('DOMContentLoaded', function() {\n\n\t\tdfSPLHandleTooltips(9114031098);\n\n\t\tfunction splWhenPluginAvailable(name, callback) {\n\t\t\tvar interval = 10; \/\/ ms\n\t\t\twindow.setTimeout(function () {\n\t\t\t\tif (jQuery()[name]) {\n\t\t\t\t\tcallback();\n\t\t\t\t} else {\n\t\t\t\t\tsplWhenPluginAvailable(name, callback);\n\t\t\t\t}\n\t\t\t}, interval)\n\t\t};\n\t\tvar width = jQuery(window).width();\n\t\tif (width > 1024) {\n\t\t\tjQuery('.brack_title_tablets').remove();\n\t\t} else {\n\t\t\tjQuery('.brack_title_desktop').remove();\n\t\t}\n\t\tif (width > 1024) {\n\t\t\tjQuery('.brack_title_tablets_tab').remove();\n\t\t} else {\n\t\t\tjQuery('.brack_title_desktop_tab').remove();\n\t\t}\n\t\t\/\/\/ Resize\n\t\tvar shortcodeid = \"_9114031098\";\n\t\t\n\t\tsplWhenPluginAvailable('wookmark', function() {\n\t\t\tjQuery('#tiles' + shortcodeid + ' li').wookmark({\n\t\t\t\tautoResize: true,\n\t\t\t\tcontainer: jQuery('#tiles' + shortcodeid),\n\t\t\t\toffset: 2,\n\t\t\t\titemWidth: 360,\n\t\t\t\tflexibleWidth: '50%'\n\t\t\t});\n\t\t});\n\t\tjQuery(window).trigger('resize');\n\t});\n<\/script>\n<!--AK Style -->\n\n<\/center><\/p>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"no-title","meta":{"footnotes":""},"class_list":["post-293","page","type-page","status-publish","hentry"],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/hblm.es\/de\/wp-json\/wp\/v2\/pages\/293","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/hblm.es\/de\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/hblm.es\/de\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/hblm.es\/de\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/hblm.es\/de\/wp-json\/wp\/v2\/comments?post=293"}],"version-history":[{"count":2,"href":"https:\/\/hblm.es\/de\/wp-json\/wp\/v2\/pages\/293\/revisions"}],"predecessor-version":[{"id":295,"href":"https:\/\/hblm.es\/de\/wp-json\/wp\/v2\/pages\/293\/revisions\/295"}],"wp:attachment":[{"href":"https:\/\/hblm.es\/de\/wp-json\/wp\/v2\/media?parent=293"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}