CINXE.COM
Urlaub in Spanien mit unserem Partner Alltours
<!doctype html> <html lang="de" class="no-js awardjahr23 awardjahr24 wave offerlabels page25480"> <head><meta charset="utf-8" /> <meta http-equiv="imagetoolbar" content="no" /> <link rel="preload" href="/reiseziele/gcms6/default231011.min.css" as="style" /><link href="/reiseziele/gcms6/default231011.min.css" rel="stylesheet" /> <link rel="preload" href="/reiseziele/gcms6/cms_helper231204.min.js" as="script" /> <link rel="preload" href="/reiseziele/data/css/css_22933_editorcss_1664959171.css" as="style" /> <link rel="preload" href="/reiseziele/data/css/css_22935_waveslickcss_1716541277.css" as="style" /> <link rel="preload" href="/reiseziele/data/css/css_22934_layoutcss_1724139884.css" as="style" /> <link rel="preload" href="/reiseziele/data/js/js_22931_libsjs_1729062798.js" as="script" /> <link rel="preload" href="/reiseziele/data/js/js_22932_functions-wavejs_1732286190.js" as="script" /> <link rel="preload" href="/reiseziele/data/css/css_22935_waveslickcss_1716541277.css" as="style" /> <link rel="stylesheet" type="text/css" media="all" href="/reiseziele/data/css/css_22935_waveslickcss_1716541277.css" /> <link rel="preload" href="/reiseziele/data/js/js_16412_slickminjs_1671435113.js" as="script" /> <link rel="preload" href="/reiseziele/data/js/js_23421_apijs_1717059404.js" as="script" /> <meta name="twitter:card" content="summary_large_image"> <meta property="og:title" content="Urlaub in Spanien mit unserem Partner Alltours" /> <title>Urlaub in Spanien mit unserem Partner Alltours</title> <meta name="description" content=""> <meta name="Keywords" content=""> <meta name="Generator" content="gradwerk CMS6 - www.gradwerk.de - gradwerk GmbH" /> <meta name="robots" content="index, follow"> <link rel="alternate" hreflang="de" href="https://www.holidaycheck.de/partnerangebote/angebote_alltours_spanien_urlaub"/> <link rel="alternate" hreflang="de-AT" href="https://www.holidaycheck.at/partnerangebote/angebote_alltours_spanien_urlaub"/> <link rel="alternate" hreflang="de-CH" href="https://www.holidaycheck.ch/partnerangebote/angebote_alltours_spanien_urlaub"/> <meta name="theme-color" content="#0058a3"> <!-- 24.11.2024 09:34 --> <link rel="canonical" href="https://www.holidaycheck.de/partnerangebote/angebote_alltours_spanien_urlaub"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <meta name="format-detection" content="telephone=no"/> <meta http-equiv="Cache-control" content="no-store"> <link rel="preload" as="script" crossorigin="crossorigin" href="https://cdn.privacy-mgmt.com/unified/wrapperMessagingWithoutDetection.js" /> <link rel="stylesheet" href="https://www.holidaycheck.de/client.css?tenant=gradwerk&v=0.5.0" /> <link rel="icon" href="https://www.holidaycheck.de/public/assets/img/favicons/favicon.png" /> <style id="pagestyle"> </style> <script src="https://www.holidaycheck.de/ads.js?tenant=gradwerk&adsjs=0"></script> <link href="https://www.holidaycheck.de/ads.css?tenant=gradwerk&adsjs=0" rel="stylesheet" type="text/css"/> <link rel="stylesheet" type="text/css" media="all" href="/reiseziele/data/css/css_22933_editorcss_1664959171.css" /> <link rel="stylesheet" type="text/css" media="all" href="/reiseziele/data/css/css_22935_waveslickcss_1716541277.css" /> <link rel="stylesheet" type="text/css" media="all" href="/reiseziele/data/css/css_22934_layoutcss_1724139884.css" /> <style>:root{--color-blue:#0e55cd;--color-blue-20:#09337b;--color-blue-40:#0c48b0;--color-blue-90:#cfe0fb;--color-blue-100:#f3f7fd;--color-watermelon:#fb5879;--color-watermelon-20:#8a3043;--color-watermelon-40:#c94661;--color-watermelon-90:#fed5dd;--color-watermelon-100:#fef5f6;--color-purple:#7334a7;--color-purple-20:#451f64;--color-purple-40:#5c2a86;--color-purple-90:#dccce9;--color-purple-100:#f4eff8;--color-green:#00a396;--color-green-20:#005a52;--color-green-40:#008278;--color-green-90:#bfe8e5;--color-green-100:#f2fafa;--color-orange:#ff5e24;--color-orange-20:#8c3414;--color-orange-40:#cc4b1d;--color-orange-90:#ffd7c8;--color-orange-100:#fff7f4;--color-black:#000820;--color-black-20:#000820;--color-black-40:#666a7f;--color-black-90:#000820;--color-black-100:#000820;}</style> <link rel="preconnect" href="https://media-cdn.holidaycheck.com/" crossorigin /> <link rel="dns-prefetch" href="https://media-cdn.holidaycheck.com/" /> </head> <body> <div id="TOP"> <div id="hero_section"> <!-- Sourcepoint --> <script> if(typeof window.__sourcepointUtils__ === "undefined") { window.__sourcepointUtils__ = {}; window.__sourcepointUtils__.isVendorInConsentedVendors = function(consentedVendors, vendorId) { return consentedVendors.map(function(vendor){return vendor._id;}).filter(function(id) { return id === vendorId; }).length > 0; }; window.__sourcepointUtils__.checkConsentOnEventListener = function(vendorId, consentedAction) { window.__tcfapi('addEventListener', 2, function(tcEvent) { console.log("sourcepoint event", tcEvent); if (tcEvent.eventStatus === 'tcloaded' || tcEvent.eventStatus === 'useractioncomplete') { window.__tcfapi('getCustomVendorConsents', 2, function(tcData) { if (window.__sourcepointUtils.__isVendorInConsentedVendors(tcData.consentedVendors, vendorId)) { consentedAction(); }; }); }; }); }; window.__sourcepointUtils__.hasUserConsentedToVendor = function( vendorId, consentedAction, timesTried ) { var innerTimesTried = timesTried || 0; if (typeof window !== "undefined" && innerTimesTried < 3) { if (typeof window.__tcfapi !== "undefined") { window.__tcfapi('getCustomVendorConsents', 2, function(tcData, success) { if (success) { if (window.__sourcepointUtils__.isVendorInConsentedVendors(tcData.consentedVendors, vendorId)) { consentedAction(); return true; }; } else { return window.__sourcepointUtils__.checkConsentOnEventListener(vendorId, consentedAction); }; }); } else { setTimeout(function() { window.__sourcepointUtils__.hasUserConsentedToVendor(vendorId, consentedAction, innerTimesTried + 1); }, 300); }; }; return false; }; }; </script> <!-- /Sourcepoint --> <link rel="stylesheet" type="text/css" href="https://www.holidaycheck.de/client-fragment/hc-header/dist/es6/header.d7be621fdaccd588ba58.css"> <div id="hc-header-container" class="hc-header-full bp-1024 bp-988 bp-600 bp-320"> <div id="hc-header-skeleton"><div class="mainContainer_1N-H-LI"><style>#hc-header{display:none}#hc-header-skeleton{display:block}.mainContainer_1N-H-LI{position:relative;z-index:10}.navbar_15Eu7F9,.navbarFill_3YpCz9q{background-color:#0e55cd}.navbar_15Eu7F9{height:64px;margin:0 auto}@media screen and (min-width:988px){#hc-header-container.bp-988 .navbar_15Eu7F9{height:88px}}#hc-header-container.background-transparent .navbar_15Eu7F9,#hc-header-container.background-transparent .navbarFill_3YpCz9q{background-color:transparent}</style><div class="navbarFill_3YpCz9q"><div style="max-width: 1264px;" class="navbar_15Eu7F9"></div></div></div></div> <div id="hc-header"><div><link href="https://www.holidaycheck.de/assets/font/userflow.css" rel="stylesheet" type="text/css" /><div id="hc-header-topmenu" class="topMenuLayer_31GxhDb topMenuLayer-fill-container_1yqKF7i topMenuLayer-allow-transparency_3qPrc0v"><div style="max-width: 1264px;" class="container_2G9scvW"><div class="contact_1yYC-6t"><div class="clickarea_3Trzq-r"><a class="button_39ejJzs deals_2TQ5jck" href="https://www.holidaycheck.de/blackweek" data-event-category="clicked" data-event-action="header_deal_label">% Black Week<img class style="width: 12px; height: 12px;" src="https://www.holidaycheck.de/wds/icons/2.10.2/onDark/arrow-right.svg" alt="arrow-right" /></a><a class="button_39ejJzs appDownload_N5bkahX" href="https://www.holidaycheck.de/components/apps/stores.html?source=web&medium=top-bar&term=download" data-event-category="clicked" data-event-action="header_app_link"><img class="appDownloadIcon_1kJbZnd" style="width: 16px; height: 16px;" src="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12.7008 3.75005C12.7008 3.36345 12.3874 3.05005 12.0008 3.05005C11.6142 3.05005 11.3008 3.36345 11.3008 3.75005V12.5601L8.74576 10.0051C8.47239 9.73171 8.02917 9.73171 7.75581 10.0051C7.48244 10.2784 7.48244 10.7217 7.75581 10.995L11.5058 14.745C11.7792 15.0184 12.2224 15.0184 12.4958 14.745L16.2458 10.995C16.5191 10.7217 16.5191 10.2784 16.2458 10.0051C15.9724 9.73171 15.5292 9.73171 15.2558 10.0051L12.7008 12.5601V3.75005Z' fill='%23ffffff'/%3E%3Cpath d='M4.45078 15.5C4.45078 15.1134 4.13738 14.8 3.75078 14.8C3.36418 14.8 3.05078 15.1134 3.05078 15.5V17.5C3.05078 18.7151 4.03575 19.7 5.25078 19.7H18.7508C19.9658 19.7 20.9508 18.7151 20.9508 17.5V15.5C20.9508 15.1134 20.6374 14.8 20.2508 14.8C19.8642 14.8 19.5508 15.1134 19.5508 15.5V17.5C19.5508 17.9419 19.1926 18.3 18.7508 18.3H5.25078C4.80895 18.3 4.45078 17.9419 4.45078 17.5V15.5Z' fill='%23ffffff'/%3E%3C/svg%3E" alt="download" /><span class="appDownloadText_3IUocnA">App herunterladen</span><span class="appDownloadTextMobile_22X6XqH">App</span></a></div><a class="premium_1Radegc" href="https://www.holidaycheck.de/premium" data-event-category="clicked" data-event-action="header_club_label">HolidayCheck Premium<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M16 8C11.576 8 8 11.584 8 16C8 11.584 4.416 8 0 8C4.416 8 8 4.416 8 0C8 4.424 11.576 8 16 8Z" fill="white"></path></svg></a></div></div></div><div class="navFill_2w7leBL"><div style="max-width: 1264px;" class="main_tyMN-dA"><div class="nav_1lsEn8J"><div class="logoNSearch_1phXWrm"><a target="_parent" href="https://www.holidaycheck.de/" class="logoLink_214kyUh" aria-label="Zurück zur Holidaycheck Homepage"><img alt="hcLogo" class="logo_3wAWNtu" src="data:image/svg+xml,%3Csvg viewBox='0 0 421 88' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M420.3 78.7c0 4.7-3.8 8.5-8.5 8.5s-8.5-3.8-8.5-8.5 3.8-8.5 8.5-8.5 8.5 3.8 8.5 8.5m-33.9 0c0 4.7-3.8 8.5-8.5 8.5s-8.5-3.8-8.5-8.5 3.8-8.5 8.5-8.5 8.5 3.8 8.5 8.5m-34 0c0 4.7-3.8 8.5-8.5 8.5s-8.5-3.8-8.5-8.5 3.8-8.5 8.5-8.5 8.5 3.8 8.5 8.5m-34 0c0 4.7-3.8 8.5-8.5 8.5s-8.5-3.8-8.5-8.5 3.8-8.5 8.5-8.5 8.5 3.8 8.5 8.5m-34 0c0 4.7-3.8 8.5-8.5 8.5s-8.5-3.8-8.5-8.5 3.8-8.5 8.5-8.5 8.5 3.8 8.5 8.5m-34.1 0c0 4.7-3.8 8.5-8.5 8.5s-8.5-3.8-8.5-8.5 3.8-8.5 8.5-8.5 8.5 3.8 8.5 8.5' fill='%23FAD73C'/%3E%3Cpath d='M38.1 51.8c0 .8-.7 1.5-1.5 1.5h-4.2c-.8 0-1.4-.7-1.4-1.5V30.7H7.1v21.1c0 .8-.6 1.4-1.4 1.5H1.6c-.9 0-1.6-.7-1.6-1.5V5.3c0-.9.7-1.5 1.5-1.5h4.2c.8 0 1.5.7 1.5 1.4v19.2H31V5.1c0-.8.7-1.4 1.5-1.4h4.1c.9 0 1.6.7 1.6 1.5v46.6h-.1zm53.8 1.4h-.1c-.8 0-1.5-.7-1.5-1.5V1.5c0-.8.7-1.5 1.5-1.5h3.8c.8 0 1.5.7 1.5 1.5v51.7h-5.2zm15.4 0h-.1c-.8 0-1.5-.7-1.5-1.5V18.5c0-.8.7-1.5 1.5-1.5h3.8c.8 0 1.5.7 1.5 1.5v34.7h-5.2zm5.5-51.8v6.1c0 .8-.7 1.4-1.5 1.4h-6.1V2.8c0-.8.7-1.5 1.5-1.5h6.1v.1zM53.4 35.2c0 6.5 3.5 13.5 11.4 13.5s11.3-7.1 11.3-13.5c0-6.9-4.2-13.5-11.3-13.5-7.2-.1-11.4 6.6-11.4 13.5zm-7.1 0c0-11 7.4-18.9 18.5-18.9s18.5 7.9 18.5 18.9c0 10.3-7.6 18.9-18.5 18.9-11 0-18.5-8.6-18.5-18.9zm144.6 16.6c0 .8-.7 1.5-1.5 1.5h-3.1c-.9 0-1.6-.6-1.6-1.5v-3.2h-.1c-1.6 2.2-5.1 5.5-11.3 5.5-7.8 0-13.3-3.4-13.3-11.3 0-9.1 10-11.9 16.9-11.9 2.6 0 4.5 0 7.1.1 0-6.2-2.3-9.4-9-9.4-2.9 0-6 .8-8.5 2.3-.2.1-.5.2-.8.2-.8 0-1.4-.6-1.5-1.4l-.2-2.6c0-.3.1-.6.4-.7 3.3-1.9 7.1-3.2 11.6-3.2 10.4 0 14.6 5.1 14.6 15v15c.1 2.6.2 4.3.3 5.6zM184 39.2V36l-4.3-.1c-3.6 0-12.6.6-12.6 6.9 0 3.8 3.7 5.9 6.8 5.9 6.6 0 10.1-4.1 10.1-9.5zm-37.5 12.5v-3.6h-.1c-1.8 2.7-5.9 6-12.4 6-11 0-15.6-9.7-15.6-19.6 0-9.7 5.1-18.3 15.7-18.3 6.3 0 10 2.5 12.1 5.8h.1V1.5c0-.8.6-1.5 1.4-1.5h3.8c.8 0 1.5.6 1.5 1.5v50.2c0 .8-.6 1.4-1.4 1.5H148c-.8 0-1.5-.7-1.5-1.5zm-21-16.7c-.1 5.7 2.9 13.7 10.1 13.7 7.6 0 10.7-7.4 10.7-13.5 0-6.7-3.5-13.6-10.8-13.6-7.3 0-10.2 6.8-10 13.4zm81.3 15.8l-12-32.7-.1-.3c0-.4.3-.7.8-.7h5.2c.6 0 1.2.4 1.4 1l9.5 28.9h.1l9.6-28.8v-.1c.2-.5.7-.9 1.3-.9h4.7c.4 0 .8.3.8.7v.2l-12.4 34.1-8 23.1-.1.3c-.3.3-.7.4-1.1.1l-4-3.2c-.6-.5-.8-1.1-.5-1.7l6.1-15.8c.1-.4-.9-3-1.3-4.2zm64.1.5c0 .7-.4 1.2-.9 1.4-3.6 1.2-7.7 1.4-10.4 1.4-15.8 0-26.2-10.1-26.2-25.8 0-15.2 11.1-25.4 26.3-25.4 3.5 0 6.9.5 10.1 1.7h.1c.5.2.9.7.9 1.3l-.4 4.8c0 .4-.4.7-.7.7-.1 0-.2 0-.3-.1-2.9-1.5-6.1-2.2-9.3-2.2-11.5 0-19.1 8.2-19.1 19.3 0 11.6 8.4 19.4 18.8 19.4 3.1 0 7.2-.7 9.9-1.9l.3-.1c.4 0 .7.3.7.8l.2 4.7zm40.4.4c0 .8-.7 1.5-1.5 1.5H306c-.8 0-1.5-.7-1.5-1.5V34.5c0-8.4-1.9-12.5-7.7-12.9-7.6 0-11.1 6.1-11.1 14.9v15.3c0 .8-.6 1.4-1.4 1.5h-3.8c-.8 0-1.5-.7-1.5-1.5V1.6c0-.9.7-1.6 1.5-1.6h3.8c.8 0 1.5.7 1.5 1.5v20.7h.1c2.4-3.8 6.6-6 11.7-6 9.4 0 13.6 5.8 13.6 15.5v20h.1zm71.5-.1c0 .8-.5 1.3-1.1 1.5-2.5.9-5.1 1-7.2 1-11 0-18.5-8.6-18.5-18.9 0-11 7.4-18.9 18.5-18.9 2.2 0 4.9.4 6.9 1 .7.2 1.1.7 1.1 1.4v.1l-.3 3.4c0 .4-.3.7-.8.7h-.2c-2.3-.8-4.5-1.2-6.4-1.2-7.5 0-11.7 6.7-11.7 13.5 0 6.5 3.5 13.5 12.1 13.5 1.9 0 4.3-.5 6.2-1.5.1-.1.2-.1.4-.1.4 0 .7.3.7.7l.3 3.8zm29.7 1.6c-.5 0-.9-.2-1.2-.5l-15.8-18.1v17.1c0 .8-.7 1.5-1.5 1.5h-3.7c-.8 0-1.5-.7-1.5-1.5V1.5c0-.8.7-1.5 1.5-1.5h3.7c.9 0 1.5.7 1.5 1.5v30.2l14.1-14.1c.3-.3.7-.5 1.1-.5h6.7c.4 0 .7.3.7.8 0 .2-.1.4-.2.5l-15.6 14.8L420.1 52c.2.1.3.3.3.6 0 .4-.3.7-.7.7l-7.2-.1zm-63.7-2.5c0 .7-.4 1.2-.9 1.4-2.4.9-5.3 2-10.6 2-12.9 0-18.8-7.8-18.8-19.6 0-10.7 6.8-18.3 17.1-18.3 11.8 0 15.9 8.4 16 19.7 0 .4-.3.8-.7.8h-25.2c0 7.2 5.6 12.1 12 12.1 3.7 0 7.8-1.6 10.1-2.9.1-.1.2-.1.4-.1.4 0 .8.3.8.7v4.2h-.2zm-23.2-19h18.8c0-5.5-3.3-10.1-9.1-10.1-6.5 0-9.2 5.4-9.7 10.1z' fill='%23FFF'/%3E%3C/svg%3E" width="112" height="24" /></a><a href="https://www.holidaycheck.de/magazin/news/stiftung-warentest-kuert-holidaycheck-zu-den-besten-online-reiseanbietern" title="Testsieger Stiftung Warentest" class="testsieger_kCiyrMj"><img alt src="https://media-cdn.holidaycheck.com/f_auto,q_auto/brand/stiftung-warentest.png" width="70" /></a><form class="container_PdfaJrc" action="https://www.holidaycheck.de/search-result/" target="_blank"><input name="q" type="text" class="field_3zustJ1" placeholder="Reiseziel oder Hotel eingeben" autocomplete="off" autocorrect="off" aria-label="Such Anfrage" /><button class="btn_12hRgx4" type="submit" aria-label="Such Anfrage absenden"><img class style="width: 24px; height: 24px;" src="data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%230E55CD' fill-rule='evenodd' d='M15.6911 14.2787a.9956.9956 0 0 0-.1066-.0926c.8778-1.1685 1.3979-2.621 1.3979-4.195C16.9824 6.1302 13.8523 3 9.9912 3S3 6.13 3 9.9912c0 3.8611 3.13 6.9912 6.9912 6.9912 1.5739 0 3.0264-.5201 4.1949-1.3979a.9956.9956 0 0 0 .0926.1066l5.0163 5.0164c.3901.39 1.0224.39 1.4125 0 .39-.3901.39-1.0224 0-1.4125l-5.0164-5.0163zm-.7062-4.2875c0 2.7579-2.2358 4.9937-4.9937 4.9937-2.758 0-4.9937-2.2358-4.9937-4.9937 0-2.758 2.2357-4.9937 4.9937-4.9937 2.7579 0 4.9937 2.2357 4.9937 4.9937z' clip-rule='evenodd'/%3E%3C/svg%3E" alt="search" /></button></form></div><div class="actions_2WJ6MIL"><div class="actions_2WJ6MIL" data-testid="action-buttons"><span target="_parent" href="https://www.holidaycheck.de/wcf" class="container_23R9BWt buttonStyle_qtLxYAf"><div><img class="icon_LtDBhfx" style="width: 24px; height: 24px;" src="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23FFFFFF' fill-rule='evenodd' d='M20.9203 12.5509c.4212-1.6762-.8789-3.344-2.6807-3.344h-5.4972V5.7931C12.7424 4.1514 11.5884 3 9.9449 3a.7239.7239 0 0 0-.665.4383l-2.9223 6.8031H4.7607C3.7393 10.2414 3 10.979 3 12v7.2414C3 20.2624 3.7393 21 4.7607 21H16.166c1.8349 0 3.4677-1.3188 3.7234-3.1042l1.031-5.3449zm-9.5779-1.944V5.7931c0-.4839-.1643-.8145-.3715-1.0214-.1402-.14-.3376-.2606-.601-.324l-3.09 7.1937H4.7607c-.1646 0-.2413.0542-.2742.0871-.0327.0327-.0865.1083-.0865.2715v7.2414c0 .1632.0538.2388.0865.2715.033.0329.1095.0871.2742.0871H16.166c1.1986 0 2.1889-.8647 2.3375-1.9027l.0048-.0335 1.0448-5.4163.0095-.0377c.1925-.7661-.4054-1.6029-1.3229-1.6029h-6.8972z' clip-rule='evenodd'/%3E%3C/svg%3E" alt="thumb--outline" /><img class="hover_3ywkCWC" style="width: 24px; height: 24px;" src="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23FFFFFF' d='M12.7424 9.2069h5.4972c1.8018 0 3.1019 1.6678 2.6807 3.344l-1.031 5.3449C19.6336 19.6812 18.0008 21 16.1659 21H4.7607C3.7393 21 3 20.2624 3 19.2414V12c0-1.021.7393-1.7586 1.7607-1.7586h1.5968l2.9223-6.8032A.7239.7239 0 0 1 9.9448 3c1.6436 0 2.7976 1.1514 2.7976 2.7931v3.4138z'/%3E%3C/svg%3E" alt="thumb" /></div><span class="children_2TI_3YE">Hotel bewerten</span></span><span target="_parent" href="https://www.holidaycheck.de/favoriten" class="container_23R9BWt buttonStyle_qtLxYAf"><div><img class="icon_LtDBhfx" style="width: 24px; height: 24px;" src="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23FFFFFF' fill-rule='evenodd' d='M8.0003 4.1c-2.62 0-4.7 2.1969-4.7 4.8516 0 1.2422.344 2.4099 1.1785 3.3155 2.0832 2.4008 4.8944 5.5908 6.2161 7.088.6774.7674 1.8685.762 2.5437.0003l6.2806-7.0855c.8364-.9059 1.1811-2.0748 1.1811-3.3183 0-2.6547-2.08-4.8516-4.7-4.8516-1.6785 0-3.1678.9209-4 2.1874-.8323-1.2665-2.3215-2.1874-4-2.1874zm10.4745 7.2375a.7629.7629 0 0 1 .0121-.0133c.5429-.5858.8134-1.3843.8134-2.3726 0-1.931-1.5018-3.4516-3.3-3.4516-1.8461 0-3.3 1.582-3.3 3.0175a.7.7 0 1 1-1.4 0c0-1.4355-1.454-3.0175-3.3-3.0175-1.7982 0-3.3 1.5206-3.3 3.4516 0 .9883.2705 1.7868.8134 2.3726a.6587.6587 0 0 1 .0177.0198c2.0794 2.3965 4.8904 5.5862 6.213 7.0846a.2973.2973 0 0 0 .4465-.0018l6.2839-7.0893z' clip-rule='evenodd'/%3E%3C/svg%3E" alt="heart--outline" /><img class="hover_3ywkCWC" style="width: 24px; height: 24px;" src="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23FFFFFF' fill-rule='evenodd' d='M8.0003 4.1c-2.62 0-4.7 2.1969-4.7 4.8516 0 1.2422.344 2.4099 1.1785 3.3155 2.0832 2.4008 4.8944 5.5908 6.2161 7.088.6774.7674 1.8685.762 2.5437.0003l6.2806-7.0855c.8364-.9059 1.1811-2.0748 1.1811-3.3183 0-2.6547-2.08-4.8516-4.7-4.8516-1.6785 0-3.1678.9209-4 2.1874-.8323-1.2665-2.3215-2.1874-4-2.1874z' clip-rule='evenodd'/%3E%3C/svg%3E" alt="heart" /></div><span class="children_2TI_3YE">Favoriten</span></span><a href="https://www.holidaycheck.de/search-result/?q=" class="searchBtn_17v4SwV"><img class style="width: 24px; height: 24px;" src="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23FFFFFF' fill-rule='evenodd' d='M14.4362 15.4151C13.2286 16.4055 11.6837 17 10 17c-3.866 0-7-3.134-7-7s3.134-7 7-7 7 3.134 7 7c0 1.6837-.5945 3.2286-1.5849 4.4362a.716.716 0 0 1 .0799.0688l5 5a.7002.7002 0 0 1 0 .99.7002.7002 0 0 1-.99 0l-5-5a.716.716 0 0 1-.0688-.0799zM15.6 10c0 3.0928-2.5072 5.6-5.6 5.6-3.0928 0-5.6-2.5072-5.6-5.6 0-3.0928 2.5072-5.6 5.6-5.6 3.0928 0 5.6 2.5072 5.6 5.6z' clip-rule='evenodd'/%3E%3C/svg%3E" alt="search--outline" /></a><a class="mobileSearchButton_3sjzqxl" href="https://www.holidaycheck.de/search-result/?q="><span class="mobileSearchText_1kjwmwx">Hotel, Reiseziel</span><img class style="width: 20px; height: 20px;" src="data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%230E55CD' fill-rule='evenodd' d='M15.6911 14.2787a.9956.9956 0 0 0-.1066-.0926c.8778-1.1685 1.3979-2.621 1.3979-4.195C16.9824 6.1302 13.8523 3 9.9912 3S3 6.13 3 9.9912c0 3.8611 3.13 6.9912 6.9912 6.9912 1.5739 0 3.0264-.5201 4.1949-1.3979a.9956.9956 0 0 0 .0926.1066l5.0163 5.0164c.3901.39 1.0224.39 1.4125 0 .39-.3901.39-1.0224 0-1.4125l-5.0164-5.0163zm-.7062-4.2875c0 2.7579-2.2358 4.9937-4.9937 4.9937-2.758 0-4.9937-2.2358-4.9937-4.9937 0-2.758 2.2357-4.9937 4.9937-4.9937 2.7579 0 4.9937 2.2357 4.9937 4.9937z' clip-rule='evenodd'/%3E%3C/svg%3E" alt="search" /></a><span action="mainElementClicked" label="anmelden" data-testid="log-in-button" class="button_3JySRvL"><img class style="width: 24px; height: 24px;" src="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23FFFFFF' fill-rule='evenodd' d='M16 7c0 2.2091-1.7909 4-4 4-2.2091 0-4-1.7909-4-4 0-2.2091 1.7909-4 4-4 2.2091 0 4 1.7909 4 4zm-1.4 0c0 1.436-1.1641 2.6-2.6 2.6-1.4359 0-2.6-1.164-2.6-2.6 0-1.436 1.1641-2.6 2.6-2.6 1.4359 0 2.6 1.164 2.6 2.6zM4.122 19.6A8.0492 8.0492 0 0 0 4 21h16c0-.4776-.0419-.9454-.1221-1.4C19.2159 15.8492 15.9407 13 12 13c-3.9407 0-7.2159 2.8492-7.878 6.6zM12 14.4c3.1647 0 5.8092 2.2274 6.4512 5.2H5.5488c.642-2.9726 3.2865-5.2 6.4512-5.2z' clip-rule='evenodd'/%3E%3C/svg%3E" alt="person--outline" /></span></div><a target="_parent" href="https://www.holidaycheck.de/navigation" class="burger_13w30oT" data-testid="burgerMenu"><img class style="width: 24px; height: 24px;" src="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23FFFFFF' d='M4 5.7a.7.7 0 0 1 .7-.7h14.6a.7.7 0 1 1 0 1.4H4.7a.7.7 0 0 1-.7-.7zM4 12a.7.7 0 0 1 .7-.7h14.6a.7.7 0 1 1 0 1.4H4.7A.7.7 0 0 1 4 12zM4.7 17.6a.7.7 0 1 0 0 1.4h14.6a.7.7 0 1 0 0-1.4H4.7z'/%3E%3C/svg%3E" alt="menu" /></a><div class="menuButton_11AVi3- visibleHc_H0PNwca"><a target="_parent" href="https://www.holidaycheck.de/navigation" class="menuBtn_TEwmH05" data-testid="burgerButton" aria-label="Menu Button"><span>Menü</span><div class="burger_1kA9qtT"><span class="burgerBtn1_231hoJg"></span><span class="burgerBtn2_24SntCh"></span></div></a><div data-testid="dropdownModal" style="top: calc(100% + -8px);" class="container_2kZBVfN aligned-center_4LnyDZ9 ssrNav_2OEOXVf responsiveModal_2hGYWQL"><nav class="menuNav_Qcp1QJM"><div><div class="megaMenuContainer_3Wu-upG"><div class="section_3Fy4Vx5"><h3 class="title_ZH3BGqn">Urlaub Buchen</h3><ul class="linkList_MRDizBb"><li><a target="_parent" href="https://www.holidaycheck.de/fruehbucher" class="link_2gyTcRe">Frühbucher</a></li><li><a target="_parent" href="https://www.holidaycheck.de/last-minute" class="link_2gyTcRe">Last Minute</a></li><li><a target="_parent" href="https://www.holidaycheck.de/pauschalreisen" class="link_2gyTcRe">Pauschalreisen</a></li><li><a target="_parent" href="https://www.holidaycheck.de/urlaub/all-inclusive" class="link_2gyTcRe">All Inclusive</a></li><li><a target="_parent" href="https://www.holidaycheck.de/familienurlaub" class="link_2gyTcRe">Familienurlaub</a></li><li><a target="_parent" href="https://www.holidaycheck.de/wellnessurlaub" class="link_2gyTcRe">Wellnessurlaub</a></li><li><a target="_parent" href="https://www.holidaycheck.de/urlaub/kurzurlaub" class="link_2gyTcRe">Kurzurlaub</a></li><li><a target="_parent" href="https://skireisen.holidaycheck.de" class="link_2gyTcRe">Skiurlaub</a></li><li><a target="_parent" href="https://holidaycheck.journaway.com/" class="link_2gyTcRe">Rundreisen</a></li><li><a target="_parent" href="https://www.ameropa.de/reiseangebote/client/720700?railPackage=1" class="link_2gyTcRe">Bahnreisen</a></li><li><a target="_parent" href="https://www.holidaycheck.de/urlaub" class="cta_X9yvex9">Alle Urlaubsangebote</a></li></ul></div><div class="section_3Fy4Vx5"><h3 class="title_ZH3BGqn">Hotels & Mehr</h3><ul class="linkList_MRDizBb"><li><a target="_parent" href="https://www.holidaycheck.de/holidaycheck-award" class="link_2gyTcRe">Award Hotels</a></li><li><a target="_parent" href="https://www.ferienwohnung.holiday-check.de/" class="link_2gyTcRe">Ferienwohnungen</a></li><li><a target="_parent" href="https://www.holidaycheck.de/urlaub/staedtereisen" class="link_2gyTcRe">Städtereisen</a></li><li><a target="_parent" href="https://www.holidaycheck.de/kinderhotels" class="link_2gyTcRe">Kinderhotels</a></li><li><a target="_parent" href="https://www.holidaycheck.de/erwachsenenhotels" class="link_2gyTcRe">Erwachsenenhotels</a></li><li><a target="_parent" href="https://www.holidaycheck.de/romantische-hotels" class="link_2gyTcRe">Romantische Hotels</a></li><li><a target="_parent" href="https://www.holidaycheck.de/hotels" class="cta_X9yvex9">Alle Hotels</a></li></ul></div><div class="section_3Fy4Vx5"><h3 class="title_ZH3BGqn">Inspiration</h3><ul class="linkList_MRDizBb"><li><a target="_parent" href="https://www.holidaycheck.de/fernreisen" class="link_2gyTcRe">Fernreisen</a></li><li><a target="_parent" href="https://www.holidaycheck.de/urlaub-mit-hund" class="link_2gyTcRe">Urlaub mit Hund</a></li><li><a target="_parent" href="https://www.holidaycheck.de/urlaub/tuerkei" class="link_2gyTcRe">Türkei Urlaub</a></li><li><a target="_parent" href="https://www.holidaycheck.de/urlaub/griechenland" class="link_2gyTcRe">Griechenland Urlaub</a></li><li><a target="_parent" href="https://www.holidaycheck.de/urlaub/spanien/balearen/mallorca" class="link_2gyTcRe">Mallorca Urlaub</a></li><li><a target="_parent" href="https://www.holidaycheck.de/urlaub/vereinigte-arabische-emirate/dubai" class="link_2gyTcRe">Dubai Urlaub</a></li><li><a target="_parent" href="https://www.holidaycheck.de/urlaub/kroatien" class="link_2gyTcRe">Kroatien Urlaub</a></li><li><a target="_parent" href="https://www.holidaycheck.de/urlaub/deutschland" class="link_2gyTcRe">Deutschland Urlaub</a></li><li><a target="_parent" href="https://www.holidaycheck.de/magazin" class="cta_X9yvex9">HolidayCheck Magazin</a></li></ul></div><div class="section_3Fy4Vx5"><h3 class="title_ZH3BGqn">Reiseinformationen</h3><ul class="linkList_MRDizBb"><li><a target="_parent" href="https://www.holidaycheck.de/magazin/urlaubstipps" class="link_2gyTcRe">Urlaubstipps</a></li><li><a target="_parent" href="https://www.holidaycheck.de/magazin/ratgeber" class="link_2gyTcRe">Ratgeber</a></li><li><a target="_parent" href="https://www.holidaycheck.de/mietwagen/wissen" class="link_2gyTcRe">Mietwagen Wissen</a></li><li><a target="_parent" href="https://www.holidaycheck.de/foren/laenderforen-europa-2/tuerkei-37" class="link_2gyTcRe">Türkei Forum</a></li><li><a target="_parent" href="https://www.holidaycheck.de/foren/laenderforen-afrika-14/aegypten-48" class="link_2gyTcRe">Ägypten Forum</a></li><li><a target="_parent" href="https://www.holidaycheck.de/foren/allgemeines-forum-alles-rund-ums-reisen-und-mehr-1/airlines-42" class="link_2gyTcRe">Airlines Forum</a></li><li><a target="_parent" href="https://www.holidaycheck.de/foren/laenderforen-europa-2/spanien-16/balearen-17/mallorca-83" class="link_2gyTcRe">Mallorca Forum</a></li><li><a target="_parent" href="https://www.holidaycheck.de/foren/laenderforen-europa-2/griechenland-21" class="link_2gyTcRe">Griechenland Forum</a></li><li><a target="_parent" href="https://www.holidaycheck.de/foren/" class="cta_X9yvex9">Alle Foren</a></li></ul></div><div class="section_3Fy4Vx5"><h3 class="title_ZH3BGqn">Reise Service</h3><ul class="linkList_MRDizBb"><li><a target="_parent" href="https://www.holidaycheck.de/mhc/meine-buchungen" class="link_2gyTcRe">Meine Buchungen</a></li><li><a target="_parent" href="https://www.holidaycheck.de/premium" class="link_2gyTcRe">HolidayCheck Premium</a></li><li><a target="_parent" href="https://www.holidaycheck.de/mietwagen/" class="link_2gyTcRe">Mietwagen Buchen</a></li><li><a target="_parent" href="https://www.holidaycheck.de/whr/hotelbewertungen" class="link_2gyTcRe">Hotelbewertungen</a></li><li><a target="_parent" href="https://www.holidaycheck.de/glaubwuerdigkeit-hotelbewertungen " class="link_2gyTcRe">Über Bewertungen</a></li><li><a target="_parent" href="https://www.holidaycheck.de/hilfe/" class="link_2gyTcRe">Fragen & Antworten</a></li><li><a target="_parent" href="https://shop.holidaycheck.de" class="link_2gyTcRe">Reisegutschein kaufen</a></li><li><a target="_parent" href="https://marketing.holidaycheck.com/" class="link_2gyTcRe">Für Partner</a></li><li><a target="_parent" href="https://www.holidaycheck.de/connect" class="cta_X9yvex9">In Kontakt bleiben</a></li></ul></div></div><div class="sitemapLinkContainer_1NI1wiz"><div class="phoneNumberContainer_z0mzCgE"><div><img src="https://www.holidaycheck.de/client-fragment/hc-header/dist/images/b6e95283d96c7153405d2ce5fb3e752a.svg" alt loading="lazy" /></div><div>Brauchst du Hilfe beim Buchen? <strong>089 143 79 162</strong><div class="faqLink_2U_KvK8">Zu bestehenden Buchungen findest du Hilfe in den <a href="https://www.holidaycheck.de/hilfe/">FAQs.</a></div></div></div><a class="sitemapLink_eiVmfFW" href="https://www.holidaycheck.de/navigation">Alle Kategorien</a></div></div></nav></div></div></div></div></div></div></div></div> <script> var hcHeader = {}; window.hcHeader = hcHeader; hcHeader.__STATE__={"displayActions":true,"displaySearch":true,"displayButtons":true,"displayPhoneNumber":true,"baseHost":"https://www.holidaycheck.de","baseUrl":"https://www.holidaycheck.de/fragment/hc-header","clientSvc":{"contentQueryV2Url":"/svc/content-query-v2","apiFavouritesSvcUrl":"/svc/api-favourites","apiSearchSvcUrl":"/svc/search-mixer","urlauberProfileSvcUrl":"/svc/urlauber-profile-service/v1","numOfDesktopMegaMenuSections":5},"currentBreakpoint":320,"fillContainer":true,"idTokenPayload":null,"locale":"de-DE","maxWidth":1264,"megaMenuData":{"sections":[{"title":"Urlaub Buchen","items":[{"label":"Frühbucher","url":"https://www.holidaycheck.de/fruehbucher"},{"label":"Last Minute","url":"https://www.holidaycheck.de/last-minute"},{"label":"Pauschalreisen","url":"https://www.holidaycheck.de/pauschalreisen"},{"label":"All Inclusive","url":"https://www.holidaycheck.de/urlaub/all-inclusive"},{"label":"Familienurlaub","url":"https://www.holidaycheck.de/familienurlaub"},{"label":"Wellnessurlaub","url":"https://www.holidaycheck.de/wellnessurlaub"},{"label":"Kurzurlaub","url":"https://www.holidaycheck.de/urlaub/kurzurlaub"},{"label":"Skiurlaub","url":"https://skireisen.holidaycheck.de"},{"label":"Rundreisen","url":"https://holidaycheck.journaway.com/"},{"label":"Bahnreisen","url":"https://www.ameropa.de/reiseangebote/client/720700?railPackage=1"}],"categoryLinkLabel":"Alle Urlaubsangebote","categoryLinkUrl":"https://www.holidaycheck.de/urlaub"},{"title":"Hotels & Mehr","items":[{"label":"Award Hotels","url":"https://www.holidaycheck.de/holidaycheck-award"},{"label":"Ferienwohnungen","url":"https://www.ferienwohnung.holiday-check.de/"},{"label":"Städtereisen","url":"https://www.holidaycheck.de/urlaub/staedtereisen"},{"label":"Kinderhotels","url":"https://www.holidaycheck.de/kinderhotels"},{"label":"Erwachsenenhotels","url":"https://www.holidaycheck.de/erwachsenenhotels"},{"label":"Romantische Hotels","url":"https://www.holidaycheck.de/romantische-hotels"}],"categoryLinkLabel":"Alle Hotels","categoryLinkUrl":"https://www.holidaycheck.de/hotels"},{"title":"Inspiration","items":[{"label":"Fernreisen","url":"https://www.holidaycheck.de/fernreisen"},{"label":"Urlaub mit Hund","url":"https://www.holidaycheck.de/urlaub-mit-hund"},{"label":"Türkei Urlaub","url":"https://www.holidaycheck.de/urlaub/tuerkei"},{"label":"Griechenland Urlaub","url":"https://www.holidaycheck.de/urlaub/griechenland"},{"label":"Mallorca Urlaub","url":"https://www.holidaycheck.de/urlaub/spanien/balearen/mallorca"},{"label":"Dubai Urlaub","url":"https://www.holidaycheck.de/urlaub/vereinigte-arabische-emirate/dubai"},{"label":"Kroatien Urlaub","url":"https://www.holidaycheck.de/urlaub/kroatien"},{"label":"Deutschland Urlaub","url":"https://www.holidaycheck.de/urlaub/deutschland"}],"categoryLinkLabel":"HolidayCheck Magazin","categoryLinkUrl":"https://www.holidaycheck.de/magazin"},{"title":"Reiseinformationen","items":[{"label":"Urlaubstipps","url":"https://www.holidaycheck.de/magazin/urlaubstipps"},{"label":"Ratgeber","url":"https://www.holidaycheck.de/magazin/ratgeber"},{"label":"Mietwagen Wissen","url":"https://www.holidaycheck.de/mietwagen/wissen"},{"label":"Türkei Forum","url":"https://www.holidaycheck.de/foren/laenderforen-europa-2/tuerkei-37"},{"label":"Ägypten Forum","url":"https://www.holidaycheck.de/foren/laenderforen-afrika-14/aegypten-48"},{"label":"Airlines Forum","url":"https://www.holidaycheck.de/foren/allgemeines-forum-alles-rund-ums-reisen-und-mehr-1/airlines-42"},{"label":"Mallorca Forum","url":"https://www.holidaycheck.de/foren/laenderforen-europa-2/spanien-16/balearen-17/mallorca-83"},{"label":"Griechenland Forum","url":"https://www.holidaycheck.de/foren/laenderforen-europa-2/griechenland-21"}],"categoryLinkLabel":"Alle Foren","categoryLinkUrl":"https://www.holidaycheck.de/foren/"},{"title":"Reise Service","items":[{"label":"Meine Buchungen","url":"https://www.holidaycheck.de/mhc/meine-buchungen"},{"label":"HolidayCheck Premium","url":"https://www.holidaycheck.de/premium"},{"label":"Mietwagen Buchen","url":"https://www.holidaycheck.de/mietwagen/"},{"label":"Hotelbewertungen","url":"https://www.holidaycheck.de/whr/hotelbewertungen"},{"label":"Über Bewertungen","url":"https://www.holidaycheck.de/glaubwuerdigkeit-hotelbewertungen "},{"label":"Fragen & Antworten","url":"https://www.holidaycheck.de/hilfe/"},{"label":"Reisegutschein kaufen","url":"https://shop.holidaycheck.de"},{"label":"Für Partner","url":"https://marketing.holidaycheck.com/"}],"categoryLinkLabel":"In Kontakt bleiben","categoryLinkUrl":"https://www.holidaycheck.de/connect"}]},"searchSuggestions":[],"clientRenderOnStart":true,"showMobileLogin":true,"alignment":"center","currentLocation":"","pageName":"/","version":"full"} hcHeader.mountEventName = 'hc-header:mount'; hcHeader.initialMountEventListener = function() { hcHeader.__STATE__.clientRenderOnStart = true; window.removeEventListener(hcHeader.mountEventName, hcHeader.initialMountEventListener); } window.addEventListener(hcHeader.mountEventName, hcHeader.initialMountEventListener); </script> <script> (function() { const hasUbtIdCookie = document.cookie.includes('_ubtid='); if (hasUbtIdCookie) { return; } for(var BUFFER,IDX=256,HEX=[];IDX--;)HEX[IDX]=(IDX+256).toString(16).substring(1);function createUuid(){var r,X=0,E="";if(!BUFFER||256<IDX+16){for(BUFFER=Array(X=256);X--;)BUFFER[X]=256*Math.random()|0;X=IDX=0}for(;X<16;X++)r=BUFFER[IDX+X],E+=6==X?HEX[15&r|64]:8==X?HEX[63&r|128]:HEX[r],1&X&&1<X&&X<11&&(E+="-");return IDX++,E} document.cookie = "_ubtid=" + createUuid() + ";max-age=1800;path=/"; })(); </script> <script> (function () { const now = new Date(); const expirationTimeInDays = 14; const expirationThreshold = expirationTimeInDays * 24 * 60 * 60 * 1000; const lastVisitStorageKey = 'hc_last_visit'; const keysToRemove = ['hc_storage_offers', 'hc-last-search', lastVisitStorageKey]; const lastVisit = localStorage.getItem(lastVisitStorageKey); const expirationDateFromRelease = new Date(2024, 9, 17).getTime() + expirationThreshold; const isExpired = now.getTime() - parseInt(lastVisit, 10) > expirationThreshold; const isPastReleaseDate = !lastVisit && now.getTime() > expirationDateFromRelease; if (isExpired || isPastReleaseDate) { keysToRemove.forEach((key) => localStorage.removeItem(key)); } localStorage.setItem(lastVisitStorageKey, now.getTime().toString()); })(); </script> <script src="https://www.holidaycheck.de/svc/polyfill/v3/polyfill.min.js?flags=gated&features=Object.assign%2CArray.prototype.find%2CPromise%2CArray.isArray%2Cnavigator.sendBeacon%2Cfetch%2CString.prototype.startsWith}"></script> <script type="module" src="https://www.holidaycheck.de/client-fragment/hc-header/dist/es6/header.es6.354458795dddeb4b8f5b.js" async defer></script> <script nomodule src="https://www.holidaycheck.de/client-fragment/hc-header/dist/es5/header.es5.a9f84f9e35bc960de11b.js" async defer></script> <script> /*! loadCSS rel=preload polyfill. [c]2017 Filament Group, Inc. MIT License */ !function(n){"use strict";n.loadCSS||(n.loadCSS=function(){});var o=loadCSS.relpreload={};if(o.support=function(){var e;try{e=n.document.createElement("link").relList.supports("preload")}catch(t){e=!1}return function(){return e}}(),o.bindMediaToggle=function(t){var e=t.media||"all";function a(){t.addEventListener?t.removeEventListener("load",a):t.attachEvent&&t.detachEvent("onload",a),t.setAttribute("onload",null),t.media=e}t.addEventListener?t.addEventListener("load",a):t.attachEvent&&t.attachEvent("onload",a),setTimeout(function(){t.rel="stylesheet",t.media="only x"}),setTimeout(a,3e3)},o.poly=function(){if(!o.support())for(var t=n.document.getElementsByTagName("link"),e=0;e<t.length;e++){var a=t[e];"preload"!==a.rel||"style"!==a.getAttribute("as")||a.getAttribute("data-loadcss")||(a.setAttribute("data-loadcss",!0),o.bindMediaToggle(a))}},!o.support()){o.poly();var t=n.setInterval(o.poly,500);n.addEventListener?n.addEventListener("load",function(){o.poly(),n.clearInterval(t)}):n.attachEvent&&n.attachEvent("onload",function(){o.poly(),n.clearInterval(t)})}"undefined"!=typeof exports?exports.loadCSS=loadCSS:n.loadCSS=loadCSS}("undefined"!=typeof global?global:this) </script> </div> <style> .gwhero{ max-width: 1200px; margin-left: auto; margin-right: auto; position: relative; height: 100%; width: 100%; } .hcpremiumtext, .hc23text{ text-align: center; } .hcpremiumtext h1, .hc23text h1{ color: #fff; padding-bottom: 8px; line-height: 1.1; } .hcpremiumtext h1.zwo{ color: var(--hero-underline-color,#FFCA3A); padding-top: 0; } .hcpremiumtext span{ display: inline-block; font-family: 'Montserrat'; font-style: normal; font-weight: 700; font-size: 20px; font-size: 1.25rem; /* 20px */ line-height: 1.2; /* 24px */ color: var(--hero-underline-color,#FFCA3A); } .hc23text span{ display: inline-block; font-family: 'Montserrat'; font-style: normal; font-weight: 700; font-size: 24px; font-size: 1.5rem; /* 20px */ line-height: 1.20833333; /* 24px */ color: #FFFFFF; padding-left: 15px; padding-right: 15px; } .hc23text h1{ font-size: 48px; padding-left: 15px; padding-right: 15px; } @media (max-width:1439px){ .hc23text h1{ font-size: 40px; } .hc23text span{ font-size: 20px; } } @media (max-width:1023px){ .hc23text h1{ font-size: 40px; } .hc23text span{ font-size: 16px; } } @media (max-width:599px){ .hc23text h1{ font-size: 24px; } .hc23text span{ font-size: 14px; } } .hcpremiumstoerer, .hcpremiumstoerer2{ position: absolute; bottom: 16px; right: 16px; width: 148px; height: 148px; background-position: center; background-repeat: no-repeat; background-size: contain; } .hcpremiumstoerer2{ right: calc(16px + 20px + 148px); } .hc23stoerer{ position: absolute; bottom: 16px; right: 16px; width: 210px; height: 148px; background-position: center; background-repeat: no-repeat; background-size: 120px auto; } .hcpremiumtext img{ vertical-align: super; margin-bottom: 4px; } @media (max-width:1023px){ .hcpremiumstoerer2{ bottom: calc(16px + 104px); right: 16px; } .hcpremiumstoerer, .hcpremiumstoerer2{ width: 136px; height: 104px; } } @media (max-width:600px){ .hc23stoerer{ background-size: 96px auto; width: 96px; height: 96px; } } @media (max-width:470px){ .hcpremiumstoerer, .hcpremiumstoerer2{ height: 80px; } .hcpremiumstoerer2{ bottom: calc(16px + 80px); } } @media (max-width:375px){ } #hc-header-topmenu{ background-color: rgba(0,8,32,.2); } .navFill_2w7leBL, .nav_1lsEn8J{ background-color: transparent; } #hero_section { background-position: center; background-repeat: no-repeat; background-size: cover; background-image: url(/premium/upload/img/240704_spanien_teaser_3000x960px_1.webp?w=600&zx=1500&zy=480); height: 212px; } @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-device-pixel-ratio: 1.3), only screen and (min-resolution: 120dpi) { #hero_section { background-image: url(/premium/upload/img/240704_spanien_teaser_3000x960px_1.webp?w=1200&zx=1500&zy=480); } } @media (min-width: 600px) { #hero_section { height: 276px; background-image: url(/premium/upload/img/240704_spanien_teaser_3000x960px_1.webp?w=800&zx=1500&zy=480); } @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-device-pixel-ratio: 1.3), only screen and (min-resolution: 120dpi) { #hero_section { background-image: url(/premium/upload/img/240704_spanien_teaser_3000x960px_1,noindex.webp?w=1600&zx=1500&zy=480); } } } @media (min-width: 1024px) { #hero_section { background-image: url(/premium/upload/img/240704_spanien_teaser_3000x960px_1,noindex.webp?w=1440&zx=1500&zy=480); height: 480.8px; } @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-device-pixel-ratio: 1.3), only screen and (min-resolution: 120dpi) { #hero_section { background-image: url(/premium/upload/img/240704_spanien_teaser_3000x960px_1,noindex.webp?w=2880&zx=1500&zy=480); } } </style> <div class="gwhero"> <div class="hc23text"><h1>Urlaub mit alltours</h1></div></div> </div> <main id="page_content"> <script type="text/javascript"> window.dataLayer = window.dataLayer || []; dataLayer = [{ 'event': 'page', 'gePageVariant': 'classic', 'gePageType': 'external', 'gePageCountry': 'de', 'gePageLanguage': 'de', 'gePageName': 'UrlaubinSpanienmitunseremPartnerAlltours', 'gePageUrl': '/partnerangebote/angebote_alltours_spanien_urlaub' }]; </script> <!-- Google Tag Manager --> <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://ats.holidaycheck.de/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-MLSH73');</script> <!-- End Google Tag Manager --> <main> <article> <ol class="breadcrumb"><li><a href="https://www.holidaycheck.de">Startseite</a></li><li><a href="https://www.holidaycheck.de/partnerangebote"></a></li><li>Urlaub in Spanien mit unserem Partner Alltours</li></ol><script type="application/ld+json">{"@context":"https:\/\/schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Startseite","item":"https:\/\/www.holidaycheck.de"},{"@type":"ListItem","position":2,"name":"","item":"https:\/\/www.holidaycheck.de\/partnerangebote"},{"@type":"ListItem","position":3,"name":"Urlaub in Spanien mit unserem Partner Alltours"}]}</script><div class="submenucontainer"></div> <div class="gcms_nurbild"><div class="gcms_bild"><picture data-alt="" data-copyright=""> <source srcset="/reiseziele/upload/img/all_logo_nl_200x60_1.jpg?&ti=1512946800" media="(min-width: 1px) and (max-width: 599px)" width="200" height="57"> <source srcset="/reiseziele/upload/img/all_logo_nl_200x60_1.jpg?&ti=1512946800" media="(min-width: 600px) and (max-width: 1023px)" width="200" height="57"> <source srcset="/reiseziele/upload/img/all_logo_nl_200x60_1.jpg?&ti=1512946800" media="(min-width: 1024px) and (max-width: 1300px)" width="200" height="57"> <source srcset="/reiseziele/upload/img/all_logo_nl_200x60_1.jpg?&ti=1512946800" media="(min-width: 1301px)" width="200" height="57"> <img srcset="/reiseziele/upload/img/all_logo_nl_200x60_1.jpg?&ti=1512946800" alt="" title="" /> </picture> </div></div><script>console.log('Aktionsobjekt: 1693');</script><div class="gw_oid"><div data-anzahl="6" class="gw-aktionsobjektblock"><a id="urlaubmitalltours-jetztbuchen" name="urlaubmitalltours-jetztbuchen" data-name="Urlaub mit alltours - Jetzt buchen!" class="gcms_anchor_dyn"></a><div data-anzahl="6" class="gw-aktionsobjektcontainer" data-aktions-id="1693" data-api="1"><div class="hotels23"><!-- HOTEL --><div data-hotel-name="allsun-hotel-cristobal-colon" data-runner="1" data-page="3757" data-geo="1||39.52071||2.74415||3757" property="itemListElement" typeof="Hotel" class="awa2023_hotel" data-id="4f640e68-d2a8-38e6-ae7d-3ffb7b9ac555" data-aktion="BrandedTeaser_Alltours_2024_KW29" data-aktion-id="1693" data-bilder="" data-sterne="" data-ab="1000000" data-dom=""><a property="url" href="https://www.holidaycheck.de/hi/allsun-hotel-cristobal-colon/4f640e68-d2a8-38e6-ae7d-3ffb7b9ac555" target="_blank" data-offer="" onclick="trackhotel('BrandedTeaser_Alltours_2024_KW29',this,'4f640e68-d2a8-38e6-ae7d-3ffb7b9ac555');"><div class="awa2023_hotel_bilder"><div class="awa2023_hotel_bilder_slick"><div><img class="lazy2" src="https://www.holidaycheck.de/main-photo-redirect/4f640e68-d2a8-38e6-ae7d-3ffb7b9ac555/w_1280,h_720,c_fill,q_auto,f_auto/" alt="allsun Hotel Cristóbal Colón" width="534" height="330" /></div><div><img class="lazy2" data-src="https://media-cdn.holidaycheck.com/w_510,h_300,c_fill,q_auto,f_auto/ugc/images/8b31d029-6e8c-4b8b-bc26-0b6b7465406c" src="https://media-cdn.holidaycheck.com/w_1280,h_720,c_fill,q_auto,f_auto/ugc/images/8b31d029-6e8c-4b8b-bc26-0b6b7465406c" loading="lazy" decoding="async" alt="allsun Hotel Cristóbal Colón" /></div><div><img class="lazy2" data-src="https://media-cdn.holidaycheck.com/w_510,h_300,c_fill,q_auto,f_auto/ugc/images/d933daac-b46d-43b9-8e83-19c6ab8d13b6" src="https://media-cdn.holidaycheck.com/w_1280,h_720,c_fill,q_auto,f_auto/ugc/images/d933daac-b46d-43b9-8e83-19c6ab8d13b6" loading="lazy" decoding="async" alt="allsun Hotel Cristóbal Colón" /></div><div><img class="lazy2" data-src="https://media-cdn.holidaycheck.com/w_510,h_300,c_fill,q_auto,f_auto/ugc/images/e6f9b3a8-55ca-4ad0-8cae-ac68d7e5bc43" src="https://media-cdn.holidaycheck.com/w_1280,h_720,c_fill,q_auto,f_auto/ugc/images/e6f9b3a8-55ca-4ad0-8cae-ac68d7e5bc43" loading="lazy" decoding="async" alt="allsun Hotel Cristóbal Colón" /></div></div><div class="hotelstoer23"><span></span></div></div><div class="awa2023_hotel_info"><div class="awa2023_hotel_info_top"><div class="awa2023_hotel_daten"><h3>allsun Hotel Cristóbal Colón</h3><div class="awa2023_hotel_sterne"><span class="gw-stern-container2"><svg viewBox="0 0 24 24" fill="#000820" xmlns="http://www.w3.org/2000/svg"><circle cx="12" cy="12" r="7" fill="#000820"/></svg><svg viewBox="0 0 24 24" fill="#000820" xmlns="http://www.w3.org/2000/svg"><circle cx="12" cy="12" r="7" fill="#000820"/></svg><svg viewBox="0 0 24 24" fill="#000820" xmlns="http://www.w3.org/2000/svg"><circle cx="12" cy="12" r="7" fill="#000820"/></svg><svg viewBox="0 0 24 24" fill="#000820" xmlns="http://www.w3.org/2000/svg"><circle cx="12" cy="12" r="7" fill="#000820"/></svg></span></div><div property="address" typeof="PostalAddress" class="awa2023_hotel-address"><span property="addressLocality">Mallorca</span>, <span property="addressRegion">Platja de Palma / Playa de Palma</span></div><div property="aggregateRating" typeof="AggregateRating" class="gw-hotel-rating" data-proz="95"><div class="gw-hotel23-rating"> <div class="gw-hotel-rec"><span>95%</span></div> <div class="gw-hotel-sun"><div class="gw-sonnen-container"></div><div class="gw-sonnen-rating"><span property="ratingValue" class="ratingvalue">5,2</span> / <span property="bestRating">6</span></div></div><span property="ratingCount" content="2879">2.879 Bewertungen</span></div> </div><div class="gw-hotel-usp"></div></div></div><div class="awa2023_hotel_info_bottom"><div class="awa2023_hotel_preisbox"></div></div></div></a></div><!-- HOTEL --><div data-hotel-name="allsun-hotel-cormoran" data-runner="2" data-page="6424" data-geo="2||39.53909||2.4539||6424" property="itemListElement" typeof="Hotel" class="awa2023_hotel" data-id="f3d36ac0-3f47-343a-9bf5-dfc562c4bfc4" data-aktion="BrandedTeaser_Alltours_2024_KW29" data-aktion-id="1693" data-bilder="" data-sterne="" data-ab="1000000" data-dom=""><a property="url" href="https://www.holidaycheck.de/hi/allsun-hotel-cormoran/f3d36ac0-3f47-343a-9bf5-dfc562c4bfc4" target="_blank" data-offer="" onclick="trackhotel('BrandedTeaser_Alltours_2024_KW29',this,'f3d36ac0-3f47-343a-9bf5-dfc562c4bfc4');"><div class="awa2023_hotel_bilder"><div class="awa2023_hotel_bilder_slick"><div><img class="lazy2" src="https://www.holidaycheck.de/main-photo-redirect/f3d36ac0-3f47-343a-9bf5-dfc562c4bfc4/w_1280,h_720,c_fill,q_auto,f_auto/" alt="allsun Hotel Cormoran" width="534" height="330" /></div><div><img class="lazy2" data-src="https://media-cdn.holidaycheck.com/w_510,h_300,c_fill,q_auto,f_auto/ugc/images/32c5fdb1-70e9-4f9e-a331-6236ab2dc7f7" src="https://media-cdn.holidaycheck.com/w_1280,h_720,c_fill,q_auto,f_auto/ugc/images/32c5fdb1-70e9-4f9e-a331-6236ab2dc7f7" loading="lazy" decoding="async" alt="allsun Hotel Cormoran" /></div><div><img class="lazy2" data-src="https://media-cdn.holidaycheck.com/w_510,h_300,c_fill,q_auto,f_auto/ugc/images/8721d3d6-e763-4b1a-8a93-3fc3b57a3917" src="https://media-cdn.holidaycheck.com/w_1280,h_720,c_fill,q_auto,f_auto/ugc/images/8721d3d6-e763-4b1a-8a93-3fc3b57a3917" loading="lazy" decoding="async" alt="allsun Hotel Cormoran" /></div><div><img class="lazy2" data-src="https://media-cdn.holidaycheck.com/w_510,h_300,c_fill,q_auto,f_auto/ugc/images/b6d1d925-c6d8-473a-a884-3834222049f3" src="https://media-cdn.holidaycheck.com/w_1280,h_720,c_fill,q_auto,f_auto/ugc/images/b6d1d925-c6d8-473a-a884-3834222049f3" loading="lazy" decoding="async" alt="allsun Hotel Cormoran" /></div><div><img class="lazy2" data-src="https://media-cdn.holidaycheck.com/w_510,h_300,c_fill,q_auto,f_auto/ugc/images/9f2e4c6e-94ef-48e6-af0b-152c9104f203" src="https://media-cdn.holidaycheck.com/w_1280,h_720,c_fill,q_auto,f_auto/ugc/images/9f2e4c6e-94ef-48e6-af0b-152c9104f203" loading="lazy" decoding="async" alt="allsun Hotel Cormoran" /></div></div><div class="hotelstoer23"><span></span></div></div><div class="awa2023_hotel_info"><div class="awa2023_hotel_info_top"><div class="awa2023_hotel_daten"><h3>allsun Hotel Cormoran</h3><div class="awa2023_hotel_sterne"><span class="gw-stern-container2"><svg viewBox="0 0 24 24" fill="#000820" xmlns="http://www.w3.org/2000/svg"><circle cx="12" cy="12" r="7" fill="#000820"/></svg><svg viewBox="0 0 24 24" fill="#000820" xmlns="http://www.w3.org/2000/svg"><circle cx="12" cy="12" r="7" fill="#000820"/></svg><svg viewBox="0 0 24 24" fill="#000820" xmlns="http://www.w3.org/2000/svg"><circle cx="12" cy="12" r="7" fill="#000820"/></svg><svg viewBox="0 0 24 24" fill="#000820" xmlns="http://www.w3.org/2000/svg"><circle cx="12" cy="12" r="7" fill="#000820"/></svg></span></div><div property="address" typeof="PostalAddress" class="awa2023_hotel-address"><span property="addressLocality">Mallorca</span>, <span property="addressRegion">Peguera</span></div><div property="aggregateRating" typeof="AggregateRating" class="gw-hotel-rating" data-proz="94"><div class="gw-hotel23-rating"> <div class="gw-hotel-rec"><span>94%</span></div> <div class="gw-hotel-sun"><div class="gw-sonnen-container"></div><div class="gw-sonnen-rating"><span property="ratingValue" class="ratingvalue">5,4</span> / <span property="bestRating">6</span></div></div><span property="ratingCount" content="1865">1.865 Bewertungen</span></div> </div><div class="gw-hotel-usp"></div></div></div><div class="awa2023_hotel_info_bottom"><div class="awa2023_hotel_preisbox"></div></div></div></a></div><!-- HOTEL --><div data-hotel-name="allsun-hotel-palmira-paguera" data-runner="3" data-page="1586" data-geo="3||39.53938||2.45064||1586" property="itemListElement" typeof="Hotel" class="awa2023_hotel" data-id="42249822-039d-322f-a62b-6e0d86494086" data-aktion="BrandedTeaser_Alltours_2024_KW29" data-aktion-id="1693" data-bilder="" data-sterne="" data-ab="1000000" data-dom=""><a property="url" href="https://www.holidaycheck.de/hi/allsun-hotel-palmira-paguera/42249822-039d-322f-a62b-6e0d86494086" target="_blank" data-offer="" onclick="trackhotel('BrandedTeaser_Alltours_2024_KW29',this,'42249822-039d-322f-a62b-6e0d86494086');"><div class="awa2023_hotel_bilder"><div class="awa2023_hotel_bilder_slick"><div><img class="lazy2" src="https://www.holidaycheck.de/main-photo-redirect/42249822-039d-322f-a62b-6e0d86494086/w_1280,h_720,c_fill,q_auto,f_auto/" alt="allsun Hotel Paguera Vera Beach" width="534" height="330" /></div><div><img class="lazy2" data-id="8175" data-src="/holidaycheck-award//upload/img/36634_2.jpg?w=534&h=300&zx=267&zy=150&bg=ffffff" src="/holidaycheck-award//upload/img/36634_2.jpg?w=1280&h=720&zx=640&zy=360&bg=ffffff" loading="lazy" decoding="async" alt="allsun Hotel Paguera Vera Beach" /></div><div><img class="lazy2" data-src="/holidaycheck-award//upload/img/36634_3.jpg?w=534&h=300&zx=267&zy=150&bg=ffffff" src="/holidaycheck-award//upload/img/36634_3.jpg?w=1280&h=720&zx=640&zy=360&bg=ffffff" loading="lazy" decoding="async" alt="allsun Hotel Paguera Vera Beach" /></div><div><img class="lazy2" data-src="/holidaycheck-award//upload/img/36634_4.jpg?w=534&h=300&zx=267&zy=150&bg=ffffff" src="/holidaycheck-award//upload/img/36634_4.jpg?w=1280&h=720&zx=640&zy=360&bg=ffffff" loading="lazy" decoding="async" alt="allsun Hotel Paguera Vera Beach" /></div><div><img class="lazy2" data-src="/holidaycheck-award//upload/img/36634_5.jpg?w=534&h=300&zx=267&zy=150&bg=ffffff" src="/holidaycheck-award//upload/img/36634_5.jpg?w=1280&h=720&zx=640&zy=360&bg=ffffff" loading="lazy" decoding="async" alt="allsun Hotel Paguera Vera Beach" /></div><div><img class="lazy2" data-src="https://media-cdn.holidaycheck.com/w_510,h_300,c_fill,q_auto,f_auto/ugc/images/97854aa9-dab0-48cf-96d4-b1d2e92cd0bd" src="https://media-cdn.holidaycheck.com/w_1280,h_720,c_fill,q_auto,f_auto/ugc/images/97854aa9-dab0-48cf-96d4-b1d2e92cd0bd" loading="lazy" decoding="async" alt="allsun Hotel Paguera Vera Beach" /></div></div><div class="hotelstoer23"><span></span></div></div><div class="awa2023_hotel_info"><div class="awa2023_hotel_info_top"><div class="awa2023_hotel_daten"><h3>allsun Hotel Paguera Vera Beach</h3><div class="awa2023_hotel_sterne"><span class="gw-stern-container2"><svg viewBox="0 0 24 24" fill="#000820" xmlns="http://www.w3.org/2000/svg"><circle cx="12" cy="12" r="7" fill="#000820"/></svg><svg viewBox="0 0 24 24" fill="#000820" xmlns="http://www.w3.org/2000/svg"><circle cx="12" cy="12" r="7" fill="#000820"/></svg><svg viewBox="0 0 24 24" fill="#000820" xmlns="http://www.w3.org/2000/svg"><circle cx="12" cy="12" r="7" fill="#000820"/></svg></span></div><div property="address" typeof="PostalAddress" class="awa2023_hotel-address"><span property="addressLocality">Mallorca</span>, <span property="addressRegion">Peguera</span></div><div property="aggregateRating" typeof="AggregateRating" class="gw-hotel-rating" data-proz="93"><div class="gw-hotel23-rating"> <div class="gw-hotel-rec"><span>93%</span></div> <div class="gw-hotel-sun"><div class="gw-sonnen-container"></div><div class="gw-sonnen-rating"><span property="ratingValue" class="ratingvalue">5,1</span> / <span property="bestRating">6</span></div></div><span property="ratingCount" content="1170">1.170 Bewertungen</span></div> </div><div class="gw-hotel-usp"></div></div></div><div class="awa2023_hotel_info_bottom"><div class="awa2023_hotel_preisbox"></div></div></div></a></div><!-- HOTEL --><div data-hotel-name="the-ibiza-twiins" data-runner="4" data-page="5211" data-geo="4||38.897611422921||1.4152885939178||5211" property="itemListElement" typeof="Hotel" class="awa2023_hotel" data-id="40fa5607-f677-4a5c-9e23-4e5795abf6da" data-aktion="BrandedTeaser_Alltours_2024_KW29" data-aktion-id="1693" data-bilder="" data-sterne="" data-ab="1000000" data-dom=""><a property="url" href="https://www.holidaycheck.de/hi/the-ibiza-twiins/40fa5607-f677-4a5c-9e23-4e5795abf6da" target="_blank" data-offer="" onclick="trackhotel('BrandedTeaser_Alltours_2024_KW29',this,'40fa5607-f677-4a5c-9e23-4e5795abf6da');"><div class="awa2023_hotel_bilder"><div class="awa2023_hotel_bilder_slick"><div><img class="lazy2" src="https://www.holidaycheck.de/main-photo-redirect/40fa5607-f677-4a5c-9e23-4e5795abf6da/w_1280,h_720,c_fill,q_auto,f_auto/" alt="The Ibiza Twiins" width="534" height="330" /></div><div><img class="lazy2" data-src="https://media-cdn.holidaycheck.com/w_510,h_300,c_fill,q_auto,f_auto/ugc/images/efca6997-e9a7-422e-b2b5-4f9b60cc07d9" src="https://media-cdn.holidaycheck.com/w_1280,h_720,c_fill,q_auto,f_auto/ugc/images/efca6997-e9a7-422e-b2b5-4f9b60cc07d9" loading="lazy" decoding="async" alt="The Ibiza Twiins" /></div><div><img class="lazy2" data-src="https://media-cdn.holidaycheck.com/w_510,h_300,c_fill,q_auto,f_auto/ugc/images/70f308e3-5171-440a-8ca3-eb15014ac266" src="https://media-cdn.holidaycheck.com/w_1280,h_720,c_fill,q_auto,f_auto/ugc/images/70f308e3-5171-440a-8ca3-eb15014ac266" loading="lazy" decoding="async" alt="The Ibiza Twiins" /></div><div><img class="lazy2" data-src="https://media-cdn.holidaycheck.com/w_510,h_300,c_fill,q_auto,f_auto/ugc/images/7c2f8ce7-a9f6-4722-b577-76315c893829" src="https://media-cdn.holidaycheck.com/w_1280,h_720,c_fill,q_auto,f_auto/ugc/images/7c2f8ce7-a9f6-4722-b577-76315c893829" loading="lazy" decoding="async" alt="The Ibiza Twiins" /></div><div><img class="lazy2" data-src="https://media-cdn.holidaycheck.com/w_510,h_300,c_fill,q_auto,f_auto/ugc/images/3bceec70-aecc-434a-b5c4-d0a2adba6f4c" src="https://media-cdn.holidaycheck.com/w_1280,h_720,c_fill,q_auto,f_auto/ugc/images/3bceec70-aecc-434a-b5c4-d0a2adba6f4c" loading="lazy" decoding="async" alt="The Ibiza Twiins" /></div><div><img class="lazy2" data-src="https://media-cdn.holidaycheck.com/w_510,h_300,c_fill,q_auto,f_auto/ugc/images/9d30595b-ea6e-446d-8cd3-397237041d3e" src="https://media-cdn.holidaycheck.com/w_1280,h_720,c_fill,q_auto,f_auto/ugc/images/9d30595b-ea6e-446d-8cd3-397237041d3e" loading="lazy" decoding="async" alt="The Ibiza Twiins" /></div></div><div class="hotelstoer23"><span></span></div></div><div class="awa2023_hotel_info"><div class="awa2023_hotel_info_top"><div class="awa2023_hotel_daten"><h3>The Ibiza Twiins</h3><div class="awa2023_hotel_sterne"><span class="gw-stern-container2"><svg viewBox="0 0 24 24" fill="#000820" xmlns="http://www.w3.org/2000/svg"><circle cx="12" cy="12" r="7" fill="#000820"/></svg><svg viewBox="0 0 24 24" fill="#000820" xmlns="http://www.w3.org/2000/svg"><circle cx="12" cy="12" r="7" fill="#000820"/></svg><svg viewBox="0 0 24 24" fill="#000820" xmlns="http://www.w3.org/2000/svg"><circle cx="12" cy="12" r="7" fill="#000820"/></svg><svg viewBox="0 0 24 24" fill="#000820" xmlns="http://www.w3.org/2000/svg"><circle cx="12" cy="12" r="7" fill="#000820"/></svg></span></div><div property="address" typeof="PostalAddress" class="awa2023_hotel-address"><span property="addressLocality">Ibiza</span>, <span property="addressRegion">Playa d'en Bossa</span></div><div property="aggregateRating" typeof="AggregateRating" class="gw-hotel-rating" data-proz="90"><div class="gw-hotel23-rating"> <div class="gw-hotel-rec"><span>90%</span></div> <div class="gw-hotel-sun"><div class="gw-sonnen-container"></div><div class="gw-sonnen-rating"><span property="ratingValue" class="ratingvalue">5,0</span> / <span property="bestRating">6</span></div></div><span property="ratingCount" content="141">141 Bewertungen</span></div> </div><div class="gw-hotel-usp"></div></div></div><div class="awa2023_hotel_info_bottom"><div class="awa2023_hotel_preisbox"></div></div></div></a></div><!-- HOTEL --><div data-hotel-name="labranda-bronze-playa" data-runner="5" data-page="4223" data-geo="5||27.7616667||-15.5657749||4223" property="itemListElement" typeof="Hotel" class="awa2023_hotel" data-id="d5ec9a77-4454-3233-8641-36cd4bcc1700" data-aktion="BrandedTeaser_Alltours_2024_KW29" data-aktion-id="1693" data-bilder="" data-sterne="" data-ab="1000000" data-dom=""><a property="url" href="https://www.holidaycheck.de/hi/labranda-bronze-playa/d5ec9a77-4454-3233-8641-36cd4bcc1700" target="_blank" data-offer="" onclick="trackhotel('BrandedTeaser_Alltours_2024_KW29',this,'d5ec9a77-4454-3233-8641-36cd4bcc1700');"><div class="awa2023_hotel_bilder"><div class="awa2023_hotel_bilder_slick"><div><img class="lazy2" src="https://www.holidaycheck.de/main-photo-redirect/d5ec9a77-4454-3233-8641-36cd4bcc1700/w_1280,h_720,c_fill,q_auto,f_auto/" alt="Akeah Broncemar" width="534" height="330" /></div><div><img class="lazy2" data-src="https://media-cdn.holidaycheck.com/w_510,h_300,c_fill,q_auto,f_auto/ugc/images/dc873ed0-d44a-4158-88b5-156e57e6f1f5" src="https://media-cdn.holidaycheck.com/w_1280,h_720,c_fill,q_auto,f_auto/ugc/images/dc873ed0-d44a-4158-88b5-156e57e6f1f5" loading="lazy" decoding="async" alt="Akeah Broncemar" /></div><div><img class="lazy2" data-src="https://media-cdn.holidaycheck.com/w_510,h_300,c_fill,q_auto,f_auto/ugc/images/de225731-7f99-48a9-87bd-7f93c33bfdff" src="https://media-cdn.holidaycheck.com/w_1280,h_720,c_fill,q_auto,f_auto/ugc/images/de225731-7f99-48a9-87bd-7f93c33bfdff" loading="lazy" decoding="async" alt="Akeah Broncemar" /></div></div><div class="hotelstoer23"><span></span></div></div><div class="awa2023_hotel_info"><div class="awa2023_hotel_info_top"><div class="awa2023_hotel_daten"><h3>Akeah Broncemar</h3><div class="awa2023_hotel_sterne"><span class="gw-stern-container2"><svg viewBox="0 0 24 24" fill="#000820" xmlns="http://www.w3.org/2000/svg"><circle cx="12" cy="12" r="7" fill="#000820"/></svg><svg viewBox="0 0 24 24" fill="#000820" xmlns="http://www.w3.org/2000/svg"><circle cx="12" cy="12" r="7" fill="#000820"/></svg><svg viewBox="0 0 24 24" fill="#000820" xmlns="http://www.w3.org/2000/svg"><circle cx="12" cy="12" r="7" fill="#000820"/></svg><svg viewBox="0 0 24 24" fill="#000820" xmlns="http://www.w3.org/2000/svg"><circle cx="12" cy="12" r="7" fill="#000820"/></svg></span></div><div property="address" typeof="PostalAddress" class="awa2023_hotel-address"><span property="addressLocality">Gran Canaria</span>, <span property="addressRegion">Playa del Ingles</span></div><div property="aggregateRating" typeof="AggregateRating" class="gw-hotel-rating" data-proz="84"><div class="gw-hotel23-rating"> <div class="gw-hotel-rec"><span>84%</span></div> <div class="gw-hotel-sun"><div class="gw-sonnen-container"></div><div class="gw-sonnen-rating"><span property="ratingValue" class="ratingvalue">4,8</span> / <span property="bestRating">6</span></div></div><span property="ratingCount" content="1356">1.356 Bewertungen</span></div> </div><div class="gw-hotel-usp"></div></div></div><div class="awa2023_hotel_info_bottom"><div class="awa2023_hotel_preisbox"></div></div></div></a></div><!-- HOTEL --><div data-hotel-name="valentin-son-bou-hotel-apartments" data-runner="6" data-page="3062" data-geo="6||39.9076419||4.0765144||3062" property="itemListElement" typeof="Hotel" class="awa2023_hotel" data-id="0decc407-76e0-344b-854f-a3af4b9ab414" data-aktion="BrandedTeaser_Alltours_2024_KW29" data-aktion-id="1693" data-bilder="" data-sterne="" data-ab="1000000" data-dom=""><a property="url" href="https://www.holidaycheck.de/hi/valentin-son-bou-hotel-apartments/0decc407-76e0-344b-854f-a3af4b9ab414" target="_blank" data-offer="" onclick="trackhotel('BrandedTeaser_Alltours_2024_KW29',this,'0decc407-76e0-344b-854f-a3af4b9ab414');"><div class="awa2023_hotel_bilder"><div class="awa2023_hotel_bilder_slick"><div><img class="lazy2" src="https://www.holidaycheck.de/main-photo-redirect/0decc407-76e0-344b-854f-a3af4b9ab414/w_1280,h_720,c_fill,q_auto,f_auto/" alt="Valentin Son Bou" width="534" height="330" /></div><div><img class="lazy2" data-src="https://media-cdn.holidaycheck.com/w_510,h_300,c_fill,q_auto,f_auto/ugc/images/0796a103-237e-4b1a-83c1-4b73cb4873f1" src="https://media-cdn.holidaycheck.com/w_1280,h_720,c_fill,q_auto,f_auto/ugc/images/0796a103-237e-4b1a-83c1-4b73cb4873f1" loading="lazy" decoding="async" alt="Valentin Son Bou" /></div><div><img class="lazy2" data-src="https://media-cdn.holidaycheck.com/w_510,h_300,c_fill,q_auto,f_auto/ugc/images/4c0a21b6-c586-46f0-b62d-c9f12f00dbd7" src="https://media-cdn.holidaycheck.com/w_1280,h_720,c_fill,q_auto,f_auto/ugc/images/4c0a21b6-c586-46f0-b62d-c9f12f00dbd7" loading="lazy" decoding="async" alt="Valentin Son Bou" /></div><div><img class="lazy2" data-src="https://media-cdn.holidaycheck.com/w_510,h_300,c_fill,q_auto,f_auto/ugc/images/4ef9ee83-4d5e-469d-bd87-5efafc6d1e33" src="https://media-cdn.holidaycheck.com/w_1280,h_720,c_fill,q_auto,f_auto/ugc/images/4ef9ee83-4d5e-469d-bd87-5efafc6d1e33" loading="lazy" decoding="async" alt="Valentin Son Bou" /></div><div><img class="lazy2" data-src="https://media-cdn.holidaycheck.com/w_510,h_300,c_fill,q_auto,f_auto/ugc/images/ed65c311-09d7-4936-9bff-3e52fd73f550" src="https://media-cdn.holidaycheck.com/w_1280,h_720,c_fill,q_auto,f_auto/ugc/images/ed65c311-09d7-4936-9bff-3e52fd73f550" loading="lazy" decoding="async" alt="Valentin Son Bou" /></div></div><div class="hotelstoer23"><span></span></div></div><div class="awa2023_hotel_info"><div class="awa2023_hotel_info_top"><div class="awa2023_hotel_daten"><h3>Valentin Son Bou</h3><div class="awa2023_hotel_sterne"><span class="gw-stern-container2"><svg viewBox="0 0 24 24" fill="#000820" xmlns="http://www.w3.org/2000/svg"><circle cx="12" cy="12" r="7" fill="#000820"/></svg><svg viewBox="0 0 24 24" fill="#000820" xmlns="http://www.w3.org/2000/svg"><circle cx="12" cy="12" r="7" fill="#000820"/></svg><svg viewBox="0 0 24 24" fill="#000820" xmlns="http://www.w3.org/2000/svg"><circle cx="12" cy="12" r="7" fill="#000820"/></svg><svg viewBox="0 0 24 24" fill="#000820" xmlns="http://www.w3.org/2000/svg"><circle cx="12" cy="12" r="7" fill="#000820"/></svg></span></div><div property="address" typeof="PostalAddress" class="awa2023_hotel-address"><span property="addressLocality">Menorca</span>, <span property="addressRegion">Son Bou</span></div><div property="aggregateRating" typeof="AggregateRating" class="gw-hotel-rating" data-proz="89"><div class="gw-hotel23-rating"> <div class="gw-hotel-rec"><span>89%</span></div> <div class="gw-hotel-sun"><div class="gw-sonnen-container"></div><div class="gw-sonnen-rating"><span property="ratingValue" class="ratingvalue">5,2</span> / <span property="bestRating">6</span></div></div><span property="ratingCount" content="483">483 Bewertungen</span></div> </div><div class="gw-hotel-usp"></div></div></div><div class="awa2023_hotel_info_bottom"><div class="awa2023_hotel_preisbox"></div></div></div></a></div></div></div></div></div> <script>console.log("cont: n");</script><script>console.log("aktionspart N: 1693");</script> <script src='https://cdnjs.cloudflare.com/ajax/libs/socket.io/1.4.5/socket.io.min.js'></script> <script> Number.decPoint = ','; Number.thousand_sep = '.'; var aktionsname = 'BrandedTeaser_Alltours_2024_KW29'; Number.prototype.format = function(k, fixLength) { if(!k) k = 0; var neu = ''; var sign = this < 0 ? '-' : ''; var f = Math.pow(10, k); var zahl = Math.abs(this); zahl = '' + parseInt(zahl * f + .5 ) / f ; // Komma ermittlen var idx = zahl.indexOf('.'); // fehlende Nullen einfügen if(fixLength && k) { zahl += (idx == -1 ? '.' : '' ) + f.toString().substring(1); } // Nachkommastellen ermittlen idx = zahl.indexOf('.'); if(idx == -1) idx = zahl.length; else neu = Number.decPoint + zahl.substr(idx + 1, k); // Tausendertrennzeichen while(idx > 0){ if(idx - 3 > 0) neu = Number.thousand_sep + zahl.substring( idx - 3, idx) + neu; else neu = zahl.substring(0, idx) + neu; idx -= 3; } return sign + neu; }; function extractDomain(url) { var domain; if (url.indexOf("://") > -1) { domain = url.split('/')[2]; }else{ domain = url.split('/')[0]; } domain = domain.split(':')[0]; domain = domain.replace('www.',''); domain = domain.replace('travel.',''); domain = domain.replace('m.',''); domain = domain.split('.')[1] return domain; } var dom = extractDomain(document.URL); function mealtype2(daten, flug){ if(daten == undefined || daten == ''){ return ""; } var m = daten.split('GT06-')[1]; // console.log('->'+daten+'<-'); m = m.substr(0,2); var me = ''; if(flug != "" && flug != undefined){ me += ", Flug"; } if(m == 'BR'){ me = ', Frühstück'; }else if(m == 'HB'){ me = ', Halbpension'; }else if(m == 'FB'){ me = ', Vollpension'; }else if(m == 'AI'){ me = ', All Inclusive'; }else if(m == 'AO'){ me = ', nur Übernachtung'; } return me; } function mealtypeshort(daten){ var m = daten.split('GT06-')[1]; var me; return m; } var uuid = 'xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx'.replace(/['xy']/g, function (c) { var r = Math.random()*16|0, v = c == 'x' ? r : (r&0x3|0x8); return v.toString(16); }); var abpreis_sp = "de_DE"; var abpreis_currency = "EUR"; if(dom == "ch"){ abpreis_sp = "de_CH"; abpreis_currency = "CHF"; } if(dom == "at"){ abpreis_sp = "de_AT"; abpreis_currency = "EUR"; } document.cookie="cc="+dom; var search = {}; var st = 7; var tage = 7; // Startdatum heute + 7 var dateParts1 = ('2024-05-01').split("-"); var departure = new Date(dateParts1[0], dateParts1[1] - 1, dateParts1[2].substr(0,2)); if(departure <= new Date(new Date().getTime() + (24 * 60 * 60 * 1000))){ // Aktionszeit läuft bereits departure = new Date(new Date().getTime() + (24 * 60 * 60 * 1000)); //console.log('departure kleiner als jetzt'); } var dateParts2 = ('2024-10-31').split("-"); var retDate = new Date(dateParts2[0], dateParts2[1] - 1, dateParts2[2].substr(0,2)); var rhotels = new Array(); /* -- */ function searchprice(nachladen){ rhotels = new Array(); $('.gw-hotel').each(function(){ if($(this).attr('data-ab') == "1000000"){ rhotels.push($(this).data('id')); //console.log($(this).data('id')); } }); search = { facets: { hotelIds: rhotels }, locale: abpreis_sp, currency: abpreis_currency, resultSpec: { page: 0, pageSize: rhotels.length, sort: 'ranking' }, package: { flight:{departureAirports: ["AMS","BSL","SXF","TXL","BRN","BLL","BRE","BRU","DTM","DRS","DUS","EIN","ENS","ERF","FRA","HHN","FDH","GVA","GRZ","GRQ","HAM","HAJ","INN","FKB","KLU","CGN","KRK","LEJ","LNZ","LGG","LUX","MST","CSO","FMM","MUC","FMO","NUE","PAD","RLG","SCN","SZG","SZW","SXB","STR","WAW","NRN","VIE","ZRH","ZQW","KSF","LBC","SZW","CRL","GWT","HDF","MXP","BER"]}, tourOperatorIds: ["16cadd7a-28cc-3264-86ef-10f88cf66d5a,d2f5cff1-7252-3b19-a321-f0c1512c641d"], mealTypes:["GT06-BR"], travellers: { adults: 2, children: [] }, travelDates: { maxDuration:7,minDuration:7,departureDate: { year: departure.getFullYear(), month: departure.getMonth() + 1, day: departure.getDate() }, returnDate: { year: retDate.getFullYear(), month: retDate.getMonth()+1, day: retDate.getDate()} } } } console.log('-------------------------------\n'); console.log('Reisetyp: package'); console.log(departure.getDate()+':'+(departure.getMonth()+1)+':'+departure.getFullYear()+' -> '+retDate.getDate()+':'+(retDate.getMonth()+1)+':'+retDate.getFullYear()); console.log("Anzahl Hotels: "+rhotels.length); console.log('-------------------------------\n'); // console.log("Suchparameter"); // console.log(search); } var abpreisquery = true; </script> <script>console.log('Aktion läuft bis: /// 2024-10-31->2024-05-01');</script> <script type="application/ld+json">{"@context":"https:\/\/schema.org","@type":"FAQPage","mainEntity":null}</script> </article> </main> <script> let apizusatz = '/svc/gradwerk';</script> <div class="scrolltop"><span>Nach oben scrollen</span></div> <script type="text/javascript" src="/reiseziele/data/js/js_22931_libsjs_1729062798.js"></script> <script type="text/javascript" src="/reiseziele/data/js/js_22932_functions-wavejs_1732286190.js"></script> <script>var reqdomain = 'de'; console.log('unifiedheader gradwerk: 24.11.2024 08:59');</script> </main> <style type="text/css"> #hc-footer{box-sizing:border-box;padding-bottom:32px;font-family:Montserrat,sans-serif}#hc-footer>*{box-sizing:border-box}#hc-footer .hc-footer__separator{border-top:solid 1px #d9e1ee;border-bottom:none;width:100%}#hc-footer .hc-footer__grid{padding-top:40px;margin:0 auto;padding-left:20px;padding-right:20px}@media (min-width:600px){#hc-footer .hc-footer__grid{padding-left:20px;padding-right:20px}#hc-footer .hc-footer__grid.mainLeft{margin:0;padding-left:32px;padding-right:32px}}@media (max-width:1279px){#hc-footer .hc-footer__grid.mainLeft{margin:0 auto}}@media (min-width:1590px){#hc-footer .hc-footer__grid.mainLeft{margin:0 0 0 calc(100vw - 1560px)}}@media (min-width:1900px){#hc-footer .hc-footer__grid.mainLeft{margin:0 auto}}@media (min-width:1280px){#hc-footer .hc-footer__grid{max-width:1200px}}#hc-footer .hc-footer__container{display:flex;justify-content:center;align-items:flex-start}#hc-footer .hc-footer__copyright{color:#556685;text-align:center;font-size:14px;line-height:1.5;font-family:PT Sans;margin:0}#hc-footer .hc-footer_partners_image{width:141px;background-color:red}#hc-footer .hc-footer__list{list-style:none;margin:0;padding:0 0 40px 0}#hc-footer .hc-footer__columns{display:flex;justify-content:space-between;margin-bottom:64px;padding-top:8px}#hc-footer .hc-footer__section-title{color:#000820;font-size:14px;font-weight:700;margin-bottom:8px}#hc-footer .hc-footer__section-link-item{display:flex;margin-right:16px;text-align:left;height:36px;align-items:center}#hc-footer .hc-footer__link-item{display:block;text-align:center}#hc-footer .hc-footer__link-item:not(:last-child){margin-bottom:20px}#hc-footer .hc-footer__link{font-size:14px;line-height:1.5;color:#000820;text-decoration:none}#hc-footer .hc-footer__link:hover{color:#0e55cd}#hc-footer .hc-footer__trust-area{margin-bottom:40px}#hc-footer .hc-footer__trust-area--title{color:#000820;font-weight:700;font-size:20px;line-height:1.22;text-align:center;margin-bottom:40px;display:flex;justify-content:center}#hc-footer .hc-footer__trust-area--list{padding:0;margin:0;list-style:none;display:flex;align-items:flex-start;justify-content:space-between}#hc-footer .hc-footer__trust-area--item{display:block;text-align:center;font-size:12px;line-height:1.5;color:#000820;text-decoration:none}#hc-footer .hc-footer__trust-area--item:hover .hc-footer__trust-area--item-title{border-bottom-color:#000820}#hc-footer .hc-footer__trust-area--item-info{display:none}#hc-footer .hc-footer__trust-area--item-title{display:inline-block;font-size:inherit;font-weight:700;margin-bottom:4px;margin-top:16px;border-bottom:1px solid transparent}#hc-footer .hc-footer__trust-area--item-desc{margin:0;padding:0 8px}#hc-footer .hc-footer__trust-area--img{display:block;margin:0 auto;max-height:64px}#hc-footer .hc-footer__trust-area--list-item{width:calc(100% / 2 - 24px)}#hc-footer .hc-footer__partner-image{height:69px;width:142px}#hc-footer .hc-footer__social-newsletter{display:flex;justify-content:center;margin-bottom:3rem}#hc-footer .hc-footer__social-promo{display:flex;flex-direction:column;gap:16px}#hc-footer .hc-footer__social-promo-icons{display:flex;flex-direction:row;gap:16px}#hc-footer .hc-footer__social-promo-icon{text-decoration:none}#hc-footer .hc-footer__social-promo-icon img{height:32px;width:auto}#hc-footer .hc-footer__app-promo{background:#000;padding:16px;border-radius:8px;display:flex;flex-direction:column;margin-bottom:48px;text-decoration:none;align-items:center}#hc-footer .hc-footer__app-promo--qrcode-container{display:none}#hc-footer .hc-footer__app-promo--text{display:flex;flex-direction:column;gap:12px;color:#fff;padding:8px 0}#hc-footer .hc-footer__app-promo--title{font-weight:800;font-size:24px;margin-bottom:8px;align-self:center}#hc-footer .hc-footer__app-promo--subtitle{font-weight:700;font-size:14px;align-self:center;text-align:center}#hc-footer .hc-footer__app-promo--list-item{display:flex;align-items:flex-start;font-size:14px}#hc-footer .hc-footer__app-promo--list-item span{margin-top:2px}#hc-footer .hc-footer__app-promo--download-badges{display:flex;flex-direction:row;gap:8px;align-self:center}#hc-footer .app-promo-download-badge{height:40px}#hc-footer .hc-footer__app-promo--list-item img{margin-right:8px}#hc-footer .hc-footer__app-promo--images{margin-top:12px;margin-bottom:-40px;display:flex;flex-direction:row;align-items:center}#hc-footer .app-promo-screen-small{max-width:100px;height:auto}#hc-footer .app-promo-screen-big{max-width:110px;height:auto;margin-left:-40px}#hc-footer .app-promo-badge{width:73px;height:auto;margin-left:-35px}#hc-footer .blackweek-orange{color:#ff5e24}@media (min-width:600px){#hc-footer .hc-footer__trust-area{margin-bottom:64px}#hc-footer .hc-footer__trust-area--item-info{display:block}#hc-footer .hc-footer__trust-area--list-item{width:calc(100% / 2 - 20px)}#hc-footer .hc-footer__trust-area--img{max-height:none}#hc-footer .hc-footer__app-promo{padding:16px 12px 16px 24px;display:flex;flex-direction:row;justify-items:flex-start;margin-bottom:48px;justify-content:space-between;gap:12px}#hc-footer .hc-footer__app-promo--download-badges,#hc-footer .hc-footer__app-promo--subtitle,#hc-footer .hc-footer__app-promo--title{align-self:initial;text-align:initial}#hc-footer .hc-footer__app-promo--title{font-size:32px}#hc-footer .hc-footer__app-promo--images{margin-top:0;align-self:flex-end}#hc-footer .app-promo-screen-small{max-width:113px}#hc-footer .app-promo-screen-big{max-width:130px;margin-left:-50px}#hc-footer .app-promo-badge{width:82px;height:auto;margin-left:-40px}}@media (min-width:740px){#hc-footer .hc-footer__app-promo{padding:20px 12px 20px 32px;margin-bottom:3rem;gap:1.5rem}#hc-footer .hc-footer__app-promo--images{margin-top:-2.5rem;margin-bottom:-2.5rem;align-self:center}#hc-footer .app-promo-screen-small{max-width:150px;height:auto}#hc-footer .app-promo-screen-big{max-width:165px;height:auto;margin-left:-50px}#hc-footer .app-promo-badge{width:100px;height:auto;margin-left:-50px}}@media (max-width:1023px){#hc-footer .hc-footer__visible-md{display:none}#hc-footer__section-title{padding-right:16px}}@media (min-width:1024px){#hc-footer{padding-bottom:12px}#hc-footer .hc-footer__list{padding:0}#hc-footer .hc-footer__hidden-md{display:none}#hc-footer .hc-footer__section{width:calc(100% / 4 - 24px * 3/4)}#hc-footer .hc-footer__link-item{display:inline;margin-right:24px}#hc-footer .hc-footer__container{justify-content:space-between;align-items:center}#hc-footer .hc-footer__copyright{font-size:16px;line-height:1.5}#hc-footer .hc-footer__section-title{margin-bottom:16px;margin-top:4px}#hc-footer .hc-footer__trust-area--item-desc{padding:0 16px}#hc-footer .hc-footer__grid{padding-left:32px;padding-right:32px}#hc-footer .hc-footer__trust-area{margin-bottom:80px}#hc-footer .hc-footer__trust-area--title{font-size:32px;line-height:1.22;text-align:center;margin-bottom:64px}#hc-footer .hc-footer__trust-area--item{font-size:14px;line-height:1.5}#hc-footer .hc-footer__social-newsletter{display:none}#hc-footer .hc-footer__app-promo{margin-bottom:64px}#hc-footer .hc-footer__app-promo--qrcode-container{background:#ff5e24;padding:12px;border-radius:24px;display:flex;flex-direction:column;gap:12px;align-items:center;align-self:center}#hc-footer .hc-footer__app-promo--qrcode{background:#fff;padding:12px;border-radius:24px}#hc-footer .hc-footer__app-promo--qrcode img{width:116px}#hc-footer .hc-footer__app-promo--qrcode-text{color:#fff;font-weight:800;font-size:20px}#hc-footer .hc-footer__app-promo--images{margin-top:-56px;margin-bottom:-56px}#hc-footer .hc-footer__app-promo--download-badges{display:none}}@media (min-width:1280px){#hc-footer .hc-footer__grid{padding-left:40px;padding-right:40px}#hc-footer .hc-footer__app-promo{padding:32px 64px}#hc-footer .hc-footer__app-promo--images{right:56px;margin-top:-64px;margin-bottom:-64px}} </style> <footer id="hc-footer"><div class="hc-footer__grid"><div data-testid="trust-area" class="hc-footer__trust-area"><span class="hc-footer__trust-area--title">Finde Deinen perfekten Urlaub</span><ul class="hc-footer__trust-area--list"><li class="hc-footer__trust-area--list-item"><a href="https://gemeinsamgegenfakebewertungen.de/" class="hc-footer__trust-area--item"><img alt="Gemeinsam gegen Fakebewertungen" class="hc-footer__trust-area--img" height="80" src="https://images.ctfassets.net/4gwxev8px0u5/4i4WNL6WCxdqxF5jsQVEs5/9065f14d734da5736dc742514f3776f9/FakeReviews.svg" loading="lazy" /><div class="hc-footer__trust-area--item-info"><span class="hc-footer__trust-area--item-title">Gemeinsam gegen Fakebewertungen</span><p class="hc-footer__trust-area--item-desc">HolidayCheck geht gemeinsam mit seinen Partnern gegen gefälschte Bewertungen vor</p></div></a></li><li class="hc-footer__trust-area--list-item"><a href="https://www.holidaycheck.de/magazin/news/stiftung-warentest-kuert-holidaycheck-zu-den-besten-online-reiseanbietern" class="hc-footer__trust-area--item"><img alt="Stiftung Warentest (01/2024)" class="hc-footer__trust-area--img" height="80" src="https://images.ctfassets.net/4gwxev8px0u5/3WxCnISBFwqRXFzEFACT1R/c659723a336b7df2a6c876ffb28ed99b/landscape_rounded_2x.png" loading="lazy" /><div class="hc-footer__trust-area--item-info"><span class="hc-footer__trust-area--item-title">Stiftung Warentest (01/2024)</span><p class="hc-footer__trust-area--item-desc">HolidayCheck wurde in der Bewertung von Stiftung Warentest als Sieger in der Kategorie „Buchen/Stornierung“ gekürt.</p></div></a></li><li class="hc-footer__trust-area--list-item"><a href="https://www.holidaycheck.de/holidaycheck-award" class="hc-footer__trust-area--item"><img alt="HolidayCheck Award" class="hc-footer__trust-area--img" height="80" src="https://images.ctfassets.net/4gwxev8px0u5/4xqfpgdl7ks8m59SSf7Q4S/272542ef6f10e4a59bf8deeb27bfe94f/Badge_Award_2024_RGB.png" loading="lazy" /><div class="hc-footer__trust-area--item-info"><span class="hc-footer__trust-area--item-title">HolidayCheck Award</span><p class="hc-footer__trust-area--item-desc">Die beliebtesten Hotels weltweit – basierend auf mehr als 752.000 echten Bewertungen aus dem Jahr 2023</p></div></a></li></ul></div></div><div class="hc-footer__grid"><a data-testid="app-promo" href="https://www.holidaycheck.de/components/apps/stores.html?source=web&medium=footer&term=footer-app-banner" class="hc-footer__app-promo"><div class="hc-footer__app-promo--qrcode-container"><div class="hc-footer__app-promo--qrcode"><img src="https://media-cdn.holidaycheck.com/f_auto,q_auto/apps/web/download-app-footer.png" alt="App herunterladen" /></div><span class="hc-footer__app-promo--qrcode-text">Scan mich</span></div><div class="hc-footer__app-promo--text"><div class="hc-footer__app-promo--title">Black Week <span class="blackweek-orange">Deals</span></div><div class="hc-footer__app-promo--subtitle">Die besten Urlaubsdeals aus aller Welt</div><div class="hc-footer__app-promo--list-item"><img class style="width: 24px; height: 24px;" src="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M19.7071 7.70711L9.70769 17.7065C9.7075 17.7067 9.70789 17.7063 9.70769 17.7065C9.31717 18.097 8.68342 18.0976 8.29289 17.7071C8.2927 17.7069 8.29309 17.7073 8.29289 17.7071L4.29289 13.7071C3.90237 13.3166 3.90237 12.6834 4.29289 12.2929C4.68342 11.9024 5.31658 11.9024 5.70711 12.2929L9 15.5858L18.2929 6.29289C18.6834 5.90237 19.3166 5.90237 19.7071 6.29289C20.0976 6.68342 20.0976 7.31658 19.7071 7.70711Z' fill='%23ffffff'/%3E%3C/svg%3E" alt="checkmark" /><span>Exklusive App-Rabatte auf Deine Buchungen</span></div><div class="hc-footer__app-promo--list-item"><img class style="width: 24px; height: 24px;" src="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M19.7071 7.70711L9.70769 17.7065C9.7075 17.7067 9.70789 17.7063 9.70769 17.7065C9.31717 18.097 8.68342 18.0976 8.29289 17.7071C8.2927 17.7069 8.29309 17.7073 8.29289 17.7071L4.29289 13.7071C3.90237 13.3166 3.90237 12.6834 4.29289 12.2929C4.68342 11.9024 5.31658 11.9024 5.70711 12.2929L9 15.5858L18.2929 6.29289C18.6834 5.90237 19.3166 5.90237 19.7071 6.29289C20.0976 6.68342 20.0976 7.31658 19.7071 7.70711Z' fill='%23ffffff'/%3E%3C/svg%3E" alt="checkmark" /><span>Reise-Highlights, Inspiration & Insiderwissen</span></div><div class="hc-footer__app-promo--list-item"><img class style="width: 24px; height: 24px;" src="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M19.7071 7.70711L9.70769 17.7065C9.7075 17.7067 9.70789 17.7063 9.70769 17.7065C9.31717 18.097 8.68342 18.0976 8.29289 17.7071C8.2927 17.7069 8.29309 17.7073 8.29289 17.7071L4.29289 13.7071C3.90237 13.3166 3.90237 12.6834 4.29289 12.2929C4.68342 11.9024 5.31658 11.9024 5.70711 12.2929L9 15.5858L18.2929 6.29289C18.6834 5.90237 19.3166 5.90237 19.7071 6.29289C20.0976 6.68342 20.0976 7.31658 19.7071 7.70711Z' fill='%23ffffff'/%3E%3C/svg%3E" alt="checkmark" /><span>Suchen, buchen, sparen – auch von unterwegs</span></div><div class="hc-footer__app-promo--download-badges"><img class="app-promo-download-badge" src="https://media-cdn.holidaycheck.com/apps/web/AppStoreBadge.svg" /><img class="app-promo-download-badge" src="https://media-cdn.holidaycheck.com/apps/web/GooglePlayBadge.png" /></div></div><div class="hc-footer__app-promo--images"><img class="app-promo-screen-small" src="https://media-cdn.holidaycheck.com/f_auto,q_auto/apps/web/App_Buchen_2x.png" loading="lazy" /><img class="app-promo-screen-big" src="https://media-cdn.holidaycheck.com/f_auto,q_auto/apps/web/App_Wallet_2x.png" loading="lazy" /><img class="app-promo-badge" src="https://media-cdn.holidaycheck.com/f_auto,q_auto/apps/web/BadgeBW_2x.png" loading="lazy" /></div></a><div class="hc-footer__social-newsletter"><div class="hc-footer__social-promo"><div class="hc-footer__social-promo-title">Besuchen Sie uns auch hier:</div><div class="hc-footer__social-promo-icons"><a class="hc-footer__social-promo-icon" href="https://www.facebook.com/HolidayCheck" target="_blank"><img class style="width: 32px; height: 32px;" src="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M21 12.1103C21 7.07883 16.9706 3 12 3C7.02943 3 3 7.07883 3 12.1103C3 16.6575 6.29115 20.4265 10.5938 21.11V14.7438H8.30859V12.1103H10.5938V10.1032C10.5938 7.81994 11.9374 6.55873 13.9932 6.55873C14.9776 6.55873 16.0078 6.73666 16.0078 6.73666V8.97866H14.873C13.755 8.97866 13.4062 9.68097 13.4062 10.4022V12.1103H15.9023L15.5033 14.7438H13.4062V21.11C17.7088 20.4265 21 16.6575 21 12.1103Z' fill='%23000820'/%3E%3C/svg%3E" alt="facebook" /></a><a class="hc-footer__social-promo-icon" href="https://www.instagram.com/holidaycheck" target="_blank"><img class style="width: 32px; height: 32px;" src="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 4.62175C14.4033 4.62175 14.6876 4.63104 15.6369 4.67427C16.5143 4.71428 16.9909 4.86075 17.3081 4.98401C17.6995 5.12812 18.0536 5.35825 18.3442 5.65743C18.6433 5.94803 18.8735 6.30208 19.0176 6.69348C19.1408 7.01072 19.2873 7.4873 19.3273 8.36472C19.3706 9.31395 19.3798 9.59833 19.3798 12.0016C19.3798 14.4049 19.3706 14.6892 19.3273 15.6385C19.2873 16.5159 19.1408 16.9925 19.0176 17.3097C18.8677 17.6978 18.6383 18.0502 18.3442 18.3443C18.05 18.6385 17.6976 18.8679 17.3095 19.0177C16.9923 19.141 16.5157 19.2875 15.6383 19.3275C14.6894 19.3707 14.4047 19.38 12.0014 19.38C9.59817 19.38 9.31343 19.3707 8.36456 19.3275C7.48714 19.2875 7.01056 19.141 6.69332 19.0177C6.30192 18.8736 5.94787 18.6435 5.65727 18.3443C5.35809 18.0537 5.12796 17.6997 4.98384 17.3083C4.86059 16.991 4.71412 16.5145 4.6741 15.637C4.63088 14.6878 4.62159 14.4034 4.62159 12.0002C4.62159 9.5969 4.63088 9.31252 4.6741 8.36329C4.71412 7.48587 4.86059 7.00929 4.98384 6.69205C5.12796 6.30066 5.35809 5.9466 5.65727 5.65601C5.94787 5.35682 6.30192 5.12669 6.69332 4.98258C7.01056 4.85932 7.48714 4.71285 8.36456 4.67284C9.31379 4.62961 9.59817 4.62032 12.0014 4.62032L12 4.62175ZM12.0014 2.99873C9.55708 2.99873 9.25056 3.00909 8.29061 3.05304C7.33066 3.09698 6.67688 3.25024 6.10527 3.47246C5.50458 3.69858 4.96036 4.05286 4.51048 4.51064C4.05269 4.96053 3.69842 5.50474 3.47229 6.10543C3.25008 6.67704 3.09789 7.33225 3.0543 8.29006C3.01072 9.24786 3 9.55582 3 12.0002C3 14.4445 3.01036 14.751 3.0543 15.711C3.09825 16.6709 3.25008 17.3233 3.47229 17.8949C3.69851 18.4953 4.05278 19.0393 4.51048 19.489C4.96021 19.947 5.50446 20.3014 6.10527 20.5275C6.67688 20.7501 7.33209 20.9023 8.28989 20.9459C9.2477 20.9894 9.55637 21.0002 12.0007 21.0002C14.4451 21.0002 14.7516 20.9898 15.7115 20.9459C16.6715 20.9019 17.3231 20.7501 17.8947 20.5275C18.4928 20.2964 19.036 19.9429 19.4893 19.4895C19.9427 19.0361 20.2963 18.493 20.5274 17.8949C20.7499 17.3233 20.9021 16.6681 20.9457 15.7103C20.9893 14.7525 21 14.4438 21 11.9994C21 9.5551 20.9896 9.24857 20.9457 8.28863C20.9018 7.32868 20.7499 6.67704 20.5274 6.10543C20.3014 5.50495 19.9472 4.96095 19.4895 4.51136C19.0397 4.05331 18.4955 3.69879 17.8947 3.47246C17.3231 3.25024 16.6679 3.09805 15.7101 3.05447C14.7523 3.01088 14.4443 3.00016 12 3.00016L12.0014 2.99873Z' fill='%23000820'/%3E%3Cpath d='M12 7.37854C11.086 7.37854 10.1924 7.64958 9.43245 8.15739C8.67245 8.66521 8.08011 9.38698 7.73032 10.2314C7.38053 11.0759 7.28901 12.0051 7.46733 12.9016C7.64565 13.7981 8.08581 14.6216 8.73213 15.2679C9.37845 15.9142 10.2019 16.3544 11.0984 16.5327C11.9949 16.711 12.9241 16.6195 13.7686 16.2697C14.613 15.9199 15.3348 15.3275 15.8426 14.5676C16.3504 13.8076 16.6215 12.914 16.6215 12C16.6215 11.3931 16.502 10.7921 16.2698 10.2314C16.0375 9.67067 15.6971 9.16118 15.268 8.73203C14.8388 8.30288 14.3293 7.96246 13.7686 7.73023C13.2079 7.498 12.6069 7.37849 12 7.37854ZM12 15.001C11.4065 15.001 10.8263 14.825 10.3328 14.4952C9.83926 14.1655 9.45462 13.6968 9.22748 13.1484C9.00035 12.6001 8.94092 11.9967 9.05671 11.4145C9.1725 10.8324 9.45832 10.2977 9.87801 9.87801C10.2977 9.45832 10.8324 9.17251 11.4145 9.05671C11.9967 8.94092 12.6001 9.00035 13.1484 9.22749C13.6968 9.45462 14.1655 9.83926 14.4952 10.3328C14.825 10.8263 15.001 11.4065 15.001 12C15.001 12.7959 14.6848 13.5592 14.122 14.122C13.5592 14.6848 12.7959 15.001 12 15.001Z' fill='%23000820'/%3E%3Cpath d='M16.8044 8.27561C17.4008 8.27561 17.8844 7.79208 17.8844 7.19562C17.8844 6.59916 17.4008 6.11564 16.8044 6.11564C16.2079 6.11564 15.7244 6.59916 15.7244 7.19562C15.7244 7.79208 16.2079 8.27561 16.8044 8.27561Z' fill='%23000820'/%3E%3C/svg%3E" alt="instagram" /></a><a class="hc-footer__social-promo-icon" href="https://www.tiktok.com/@holidaycheck" target="_blank"><img class style="width: 32px; height: 32px;" src="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M18.8571 3H5.14286C3.96129 3 3 3.96129 3 5.14286V18.8571C3 20.0387 3.96129 21 5.14286 21H18.8571C20.0387 21 21 20.0387 21 18.8571V5.14286C21 3.96129 20.0387 3 18.8571 3ZM17.1454 10.8527C17.0481 10.8617 16.9496 10.8677 16.8497 10.8677C15.7256 10.8677 14.7377 10.2896 14.163 9.41571C14.163 11.7081 14.163 14.3164 14.163 14.3601C14.163 16.3783 12.5267 18.0146 10.5086 18.0146C8.49043 18.0146 6.85414 16.3783 6.85414 14.3601C6.85414 12.342 8.49043 10.7057 10.5086 10.7057C10.5849 10.7057 10.6594 10.7126 10.7344 10.7173V12.5181C10.6594 12.5091 10.5857 12.4954 10.5086 12.4954C9.47829 12.4954 8.64343 13.3303 8.64343 14.3606C8.64343 15.3909 9.47829 16.2257 10.5086 16.2257C11.5389 16.2257 12.4487 15.414 12.4487 14.3837C12.4487 14.343 12.4667 5.98629 12.4667 5.98629H14.1879C14.3499 7.52529 15.5923 8.73986 17.1454 8.85129V10.8527Z' fill='%23000820'/%3E%3C/svg%3E" alt="tiktok" /></a><a class="hc-footer__social-promo-icon" href="https://www.pinterest.de/holidaycheck/" target="_blank"><img class style="width: 32px; height: 32px;" src="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 3C7.03743 3 3 7.03743 3 12C3 15.8677 5.45253 19.1727 8.8838 20.4432C8.78497 19.5621 8.80047 18.1192 8.96355 17.4206C9.11626 16.7644 9.95012 13.2387 9.95012 13.2387C9.95012 13.2387 9.69839 12.7345 9.69839 11.99C9.69839 10.8199 10.3763 9.94689 11.2205 9.94689C11.9385 9.94689 12.2848 10.486 12.2848 11.1318C12.2848 11.8541 11.8256 12.9329 11.5877 13.9327C11.3894 14.7705 12.0078 15.4536 12.8335 15.4536C14.3288 15.4536 15.4782 13.8768 15.4782 11.601C15.4782 9.58676 14.0311 8.17821 11.9644 8.17821C9.5709 8.17821 8.16591 9.97374 8.16591 11.8295C8.16591 12.5523 8.4442 13.3277 8.79204 13.7496C8.86063 13.8331 8.87066 13.9059 8.85029 13.9907C8.78655 14.2563 8.64482 14.8278 8.61666 14.9449C8.5801 15.0992 8.49467 15.1313 8.33546 15.0572C7.2845 14.5679 6.62761 13.0319 6.62761 11.7978C6.62761 9.1441 8.5555 6.70657 12.1867 6.70657C15.1054 6.70657 17.3733 8.7859 17.3733 11.5658C17.3733 14.4653 15.5448 16.7987 13.0076 16.7987C12.155 16.7987 11.3538 16.3557 11.0798 15.8325C11.0798 15.8325 10.6578 17.4387 10.5552 17.8325C10.3782 18.5135 9.62029 19.9244 9.23983 20.5653C10.1102 20.8464 11.0373 21 12 21C16.9628 21 21 16.9628 21 12C21 7.03743 16.9628 3 12 3Z' fill='%23000820'/%3E%3C/svg%3E" alt="pinterest" /></a><a class="hc-footer__social-promo-icon" href="https://whatsapp.com/channel/0029VanWRfOIiRozdz2d8S18" target="_blank"><img class style="width: 32px; height: 32px;" src="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M11.9928 3C7.03224 3 3 7.03224 3 11.9928C3 13.5157 3.377 15.0098 4.11673 16.3297L3.34816 19.1436C3.21762 19.5932 3.34799 20.0573 3.6816 20.3909C4.0152 20.7245 4.47957 20.8551 4.92921 20.7391L7.859 19.9702C9.13539 20.6374 10.5568 20.9856 12.0072 20.9856C16.9678 20.9856 21 16.9533 21 11.9928C21 9.58503 20.0718 7.33673 18.3747 5.6397C16.6632 3.94268 14.4005 3 11.9928 3ZM11.9928 3.87027C14.1684 3.87027 16.2135 4.71158 17.7365 6.24906C19.274 7.78653 20.1298 9.83161 20.1153 11.9928C20.1153 16.4747 16.4747 20.1153 11.9928 20.1153C10.6439 20.1153 9.29483 19.7671 8.10546 19.1289C8.04744 19.0999 7.97515 19.0711 7.90263 19.0711C7.85911 19.0711 7.82999 19.071 7.78648 19.0855L4.69691 19.8977C4.47934 19.9557 4.33453 19.8396 4.27651 19.7816C4.21849 19.7235 4.10234 19.5787 4.16036 19.3612L4.97255 16.373C5.00156 16.257 4.98723 16.1411 4.92921 16.0396C4.23299 14.8212 3.87027 13.4142 3.87027 11.9928C3.87027 7.51089 7.51089 3.87027 11.9928 3.87027ZM11.9928 5.17567C8.23612 5.17567 5.17567 8.22161 5.17567 11.9928C5.17567 13.1966 5.49488 14.3715 6.08957 15.4013C6.32164 15.8075 6.37954 16.286 6.26351 16.7356L5.84282 18.2586L7.46749 17.8382C7.61254 17.7947 7.75758 17.7801 7.90263 17.7801C8.19272 17.7801 8.48269 17.8526 8.72927 17.9977C9.73008 18.5198 10.8469 18.8099 11.9928 18.8099C15.7494 18.8099 18.8099 15.7494 18.8099 11.9928C18.8099 10.1652 18.099 8.45357 16.8081 7.16267C15.5318 5.88628 13.8203 5.17567 11.9928 5.17567ZM8.96128 8.03294H9.36752C9.52707 8.03294 9.68645 8.04744 9.846 8.39555C10.0346 8.81618 10.4552 9.87507 10.4987 9.9766C10.5567 10.0781 10.586 10.2086 10.5134 10.3537C10.4409 10.4987 10.4119 10.5857 10.2959 10.7163C10.1943 10.8468 10.0636 10.9921 9.9766 11.0936C9.87507 11.1951 9.75909 11.3112 9.88963 11.5287C10.0202 11.7463 10.4407 12.4424 11.0789 13.0081C11.8911 13.7333 12.5874 13.9655 12.805 14.067C13.0225 14.1686 13.1387 14.154 13.2693 14.009C13.3998 13.8639 13.8058 13.3851 13.9509 13.1676C14.0959 12.95 14.2411 12.9936 14.4296 13.0662C14.6327 13.1387 15.677 13.6607 15.8945 13.7622C16.1121 13.8637 16.257 13.9219 16.3005 14.009C16.3585 14.125 16.3587 14.5455 16.1846 15.0532C16.0106 15.5463 15.1403 16.0395 14.7342 16.0685C14.3426 16.0975 13.9798 16.2426 12.1667 15.5319C9.99104 14.6762 8.61323 12.4424 8.5117 12.2973C8.41017 12.1523 7.64143 11.1371 7.64143 10.0783C7.64143 9.01947 8.19249 8.5117 8.39555 8.29413C8.59862 8.07657 8.81624 8.03294 8.96128 8.03294Z' fill='%23000820'/%3E%3C/svg%3E" alt="whatsapp" /></a></div></div></div></div><hr class="hc-footer__separator" /><nav class="hc-footer__grid"><ul class="hc-footer__list hc-footer__hidden-md"><li class="hc-footer__link-item"><a class="hc-footer__link" href="https://www.holidaycheck.de/hilfe/">FAQ</a></li><li class="hc-footer__link-item"><a class="hc-footer__link" href="javascript:void(window.open('/report?contentUrl=' + encodeURIComponent(window.location.href), '_blank'))">Inhalte melden</a></li><li class="hc-footer__link-item"><a class="hc-footer__link" href="https://www.holidaycheck.de/connect">Deal-Alarm, Gutscheine uvm.</a></li><li class="hc-footer__link-item"><a class="hc-footer__link" href="https://www.holidaycheck.de/veranstalteragb">Veranstalter AGB</a></li><li class="hc-footer__link-item"><a class="hc-footer__link" href="https://www.holidaycheck.de/nutzungsbedingungen">Nutzungsbedingungen</a></li><li class="hc-footer__link-item"><a class="hc-footer__link" href="https://www.holidaycheck.de/datenschutz">Datenschutz</a></li><li class="hc-footer__link-item"><a class="hc-footer__link" href="javascript:void(HC.showPrivacySettings())">Privatsphäre-Einstellungen</a></li><li class="hc-footer__link-item"><a class="hc-footer__link" href="https://www.holidaycheck.de/agb">AGB</a></li><li class="hc-footer__link-item"><a class="hc-footer__link" href="https://www.holidaycheck.de/impressum">Impressum</a></li></ul><div class="hc-footer__columns hc-footer__visible-md"><div class="hc-footer__section"><div class="hc-footer__section-title">Service</div><ul class="hc-footer__list"><li class="hc-footer__section-link-item"><a class="hc-footer__link" href="https://www.holidaycheck.de/mhc/meine-buchungen">Meine Buchungen</a></li><li class="hc-footer__section-link-item"><a class="hc-footer__link" href="https://www.holidaycheck.de/hilfe/">Fragen & Antworten</a></li><li class="hc-footer__section-link-item"><a class="hc-footer__link" href="https://www.holidaycheck.de/connect">Deal-Alarm, Gutscheine uvm.</a></li><li class="hc-footer__section-link-item"><a class="hc-footer__link" href="https://www.holidaycheck.de/einstellungen/newsletter/abonnieren">Newsletter abonnieren</a></li><li class="hc-footer__section-link-item"><a class="hc-footer__link" href="https://shop.holidaycheck.de">Reisegutschein kaufen</a></li><li class="hc-footer__section-link-item"><a class="hc-footer__link" href="https://www.holidaycheck.de/premium">HolidayCheck Premium</a></li><li class="hc-footer__section-link-item"><a class="hc-footer__link" href="https://www.holidaycheck.de/app">Apps</a></li><li class="hc-footer__section-link-item"><a class="hc-footer__link" href="https://www.holidaycheck.de/oi/reiseveranstalter">Alle Reiseveranstalter</a></li><li class="hc-footer__section-link-item"><a class="hc-footer__link" href="javascript:void(window.open('/report?contentUrl=' + encodeURIComponent(window.location.href), '_blank'))">Inhalte melden</a></li></ul></div><div class="hc-footer__section"><div class="hc-footer__section-title">Für Partner</div><ul class="hc-footer__list"><li class="hc-footer__section-link-item"><a class="hc-footer__link" href="https://holidaycheck.de/partner">Hoteliers</a></li><li class="hc-footer__section-link-item"><a class="hc-footer__link" href="https://www.holidaycheck.de/access_login?entityType=poi">POI Manager</a></li><li class="hc-footer__section-link-item"><a class="hc-footer__link" href="https://www.holidaycheck.de/widgets">Widgets</a></li><li class="hc-footer__section-link-item"><a class="hc-footer__link" href="https://ui.awin.com/merchant-profile/13877" target="_blank">Partnerprogramm</a></li><li class="hc-footer__section-link-item"><a class="hc-footer__link" href="https://marketing.holidaycheck.de/hc-code-of-conduct" target="_blank">Code of Conduct</a></li></ul></div><div class="hc-footer__section"><div class="hc-footer__section-title">Das Kleingedruckte</div><ul class="hc-footer__list"><li class="hc-footer__section-link-item"><a class="hc-footer__link" href="https://www.holidaycheck.de/veranstalteragb">Veranstalter AGB</a></li><li class="hc-footer__section-link-item"><a class="hc-footer__link" href="https://www.holidaycheck.de/nutzungsbedingungen">Nutzungsbedingungen</a></li><li class="hc-footer__section-link-item"><a class="hc-footer__link" href="https://www.holidaycheck.de/datenschutz">Datenschutz</a></li><li class="hc-footer__section-link-item"><a class="hc-footer__link" href="javascript:void(HC.showPrivacySettings())">Privatsphäre-Einstellungen</a></li><li class="hc-footer__section-link-item"><a class="hc-footer__link" href="https://www.holidaycheck.de/agb">AGB</a></li><li class="hc-footer__section-link-item"><a class="hc-footer__link" href="https://www.holidaycheck.de/impressum">Impressum</a></li></ul></div><div class="hc-footer__section"><div class="hc-footer__section-title">Über HolidayCheck</div><ul class="hc-footer__list"><li class="hc-footer__section-link-item"><a class="hc-footer__link" href="https://www.holidaycheck.de/ueberuns">Das Unternehmen</a></li><li class="hc-footer__section-link-item"><a class="hc-footer__link" href="https://marketing.holidaycheck.de" target="_blank">Unsere Werbung</a></li><li class="hc-footer__section-link-item"><a class="hc-footer__link" href="https://newsroom.holidaycheck.de/startseite" target="_blank">Presse</a></li><li class="hc-footer__section-link-item"><a class="hc-footer__link" href="https://www.holidaycheckgroup.com/karriere/stellenuebersicht" target="_blank">Jobs</a></li><li class="hc-footer__section-link-item"><a class="hc-footer__link" href="https://www.holidaycheck.de/reisethemen">Reisethemen</a></li><li class="hc-footer__section-link-item"><a class="hc-footer__link" href="https://www.holidaycheck.de/neueste-artikel">Neueste Artikel</a></li></ul></div></div><div class="hc-footer__container"><p class="hc-footer__copyright">© 1999 - 2024 HolidayCheck AG. Alle Rechte vorbehalten.</p><a class="hc-footer__visible-md" href="https://www.holidaycheck.de/wcf"><img alt="Miles & More" class="hc-footer__partner-image" src="https://media-cdn.holidaycheck.com/partner-logos/partner_miles-more_1x.png" srcSet="https://media-cdn.holidaycheck.com/partner-logos/partner_miles-more_1x.png 1x, https://media-cdn.holidaycheck.com/partner-logos/partner_miles-more_2x.png 2x, https://media-cdn.holidaycheck.com/partner-logos/partner_miles-more_3x.png 3x" loading="lazy" /></a></div></nav></footer> </div> <script>GCMS_TRACK = 0;GCMS_BS = 0;</script><script type="text/javascript" src="/reiseziele/gcms6/cms_helper231204.min.js"></script> <script type="text/javascript" src="/reiseziele/data/js/js_16412_slickminjs_1671435113.js"></script> <script type="text/javascript" src="/reiseziele/data/js/js_23421_apijs_1717059404.js"></script> </body> </html>