www.kempinski.com Open in urlscan Pro
107.154.192.108  Public Scan

Submitted URL: http://kempinski.com/
Effective URL: https://www.kempinski.com/
Submission: On April 25 via manual from SA — Scanned from DE

Form analysis 3 forms found in the DOM

POST /umbraco/Surface/Account/Logout?currentLanguage=en

<form action="/umbraco/Surface/Account/Logout?currentLanguage=en" class="loginboard__actions is-hide" id="logout-wrapper" method="post"> <button type="submit" title="LOGOUT" class="btn btn-secondary btn-secondary--dynamic">LOGOUT</button>
  <span>or</span>
  <a class="btn btn-secondary btn-secondary--dynamic" href="https://www.kempinski.com/en/account/profile/">MEMBER PROFILE</a>
</form>

POST /umbraco/api/Newsletter/AddRecipientViaHandler

<form class="form text-left" id="subscribe-newsletter-modal" method="POST" action="/umbraco/api/Newsletter/AddRecipientViaHandler" enctype="application/x-www-form-urlencoded" novalidate="novalidate">
  <div class="form__group">
    <label class="form__label" for="NewsletterEmail">Email *</label>
    <input class="form__control" id="NewsletterEmail" aria-required="true" required="" placeholder="Email address" name="NewsletterEmail" type="email">
  </div>
  <div class="form__group form__checkbox">
    <label for="NewsletterAgreementFooter">
      <input type="checkbox" name="NewsletterAgreement" id="NewsletterAgreementFooter"><span></span>I would like to receive emails about Kempinski Hotels brand promotions and special offers. I can manage my email preferences or unsubscribe at any
      time from future emails. </label>
    <span error-for="NewsletterAgreement" style="display:block; padding-left:25px;"></span>
  </div>
  <div class="form__group form__checkbox">
    <label for="PrivacyPolicyAgreementFooter">
      <input type="checkbox" name="PrivacyPolicyAgreement" id="PrivacyPolicyAgreementFooter"><span></span>I have read and agree with the <a href="/en/hotels/privacy-policy/">Privacy Policy.</a>
    </label>
    <span error-for="PrivacyPolicyAgreement" style="display:block; padding-left:25px;"></span>
  </div>
  <div class="error newsletterEmailError" style="text-align: center"></div>
  <input type="hidden" name="PageId" value="1241">
  <input type="hidden" name="HotelCode" value="">
  <input type="hidden" name="Language" value="en">
  <input type="hidden" name="RecipientTitle" value="">
  <input type="hidden" name="RecipientLastName" value="">
  <div class="text-center">
    <button class="btn btn-primary btn--lg btn--light" type="submit">Subscribe</button>
  </div>
</form>

POST /

<form action="/" class="form not-show-loading" enctype="multipart/form-data" method="post" target="_blank">
  <div class="row">
    <div class="col-md-8">
      <div class="form__content">
        <div class="form__group--inline row">
          <div class="col-md-3">
            <label class="form__label">Country:</label>
          </div>
          <div class="col-md-9">
            <select data-json="/scripts/json/data-country-slc.json" class="form__control js-custom-country-slc2 select2-hidden-accessible" name="CountryCode" placeholder="-- Please Select --" data-select2-id="1" tabindex="-1" aria-hidden="true">
              <option value="0" data-select2-id="3">-- Please Select --</option>
            </select><span class="select2 select2-container select2-container--default" dir="ltr" data-select2-id="2" style="width: 125px;"><span class="selection"><span class="select2-selection select2-selection--single" role="combobox"
                  aria-haspopup="true" aria-expanded="false" tabindex="0" aria-labelledby="select2-CountryCode-ky-container"><span class="select2-selection__rendered" id="select2-CountryCode-ky-container" role="textbox" aria-readonly="true"
                    title="-- Please Select --">-- Please Select --</span><span class="select2-selection__arrow" role="presentation"><b role="presentation"></b></span></span></span><span class="dropdown-wrapper" aria-hidden="true"></span></span>
          </div>
        </div>
        <div class="form__group--inline row">
          <div class="col-md-3">
            <label class="form__label">Destination::</label>
          </div>
          <div class="col-md-9">
            <select data-json="/scripts/json/data-destination.json" class="form__control js-custom-destination-slc2 select2-hidden-accessible" name="CityCode" placeholder="-- Please Select --" data-select2-id="4" tabindex="-1" aria-hidden="true">
              <option value="0" data-select2-id="6">-- Please Select --</option>
            </select><span class="select2 select2-container select2-container--default" dir="ltr" data-select2-id="5" style="width: 125px;"><span class="selection"><span class="select2-selection select2-selection--single" role="combobox"
                  aria-haspopup="true" aria-expanded="false" tabindex="0" aria-labelledby="select2-CityCode-w9-container"><span class="select2-selection__rendered" id="select2-CityCode-w9-container" role="textbox" aria-readonly="true"
                    title="-- Please Select --">-- Please Select --</span><span class="select2-selection__arrow" role="presentation"><b role="presentation"></b></span></span></span><span class="dropdown-wrapper" aria-hidden="true"></span></span>
          </div>
        </div>
        <div class="form__group--inline row">
          <div class="col-md-3">
            <label class="form__label">Check-in:</label>
          </div>
          <div class="col-md-9">
            <div class="input-wrapper input-wrapper--hasIcon">
              <input class="form__control datetimepicker" name="ArrivalDate" placeholder="Check-in" readonly="" type="text"><i class="icon-calendar"></i>
            </div>
          </div>
        </div>
        <div class="form__group--inline row">
          <div class="col-md-3">
            <label class="form__label">Check-out:</label>
          </div>
          <div class="col-md-9">
            <div class="input-wrapper input-wrapper--hasIcon">
              <input class="form__control datetimepicker" name="DepartureDate" placeholder="Check-out" readonly="" type="text"><i class="icon-calendar"></i>
            </div>
          </div>
        </div>
      </div>
    </div>
  </div>
  <div class="row">
    <div class="col-md-8">
      <figure class="image-container">
        <img class="lazyload" data-src="/images/logo-gha-color.svg" loading="lazy" src="/images/logo-gha-color.svg">
      </figure>
    </div>
    <div class="col-md-4">
      <button class="btn btn-primary btn-primary--dynamic btn--light" type="submit">Continue</button>
    </div>
  </div>
  <input name="ufprt" type="hidden"
    value="DB54923C709F7721819A513B98892D26DD0ABD1D0C4F02B4EB7BAF9105B9CCF0BC5B0D591F22EAE6B162E74315B65A74F489C02079A18C2C611C5F9B641F4D0DEF46F9BFFB745F5CE686C99160D539B6E420BF0F10A6BBCE3AA22E057ACA5B8FDE80A83D87B205FDABA06E40F3E622EBEE7E63E73B2DFFE5B679F35E20A11DAF0249690BCEA33ACE5D6459009137835D541563D9">
</form>

Text Content

THIS WEBSITE USES COOKIES

We use cookies that are strictly necessary to enable the basic features of this
site to function. Subject to your voluntary consent, we would also like to set
optional cookies for the purposes of improving site content, personalizing
content, tailoring advertising to your interests, and measuring site usage. By
clicking on"Allow all cookies" you are agreeing to the use of these cookies.
Alternately, you can customize the cookies by clicking on "Allow selections ".
For more information on our use of cookies, please visit our Privacy Policy.
[#OOI_PERSONAL_INFORMATION#]
Use necessary cookies only Allow all cookies Show details
OK
Use necessary cookies onlyAllow selections belowAllow all cookies
Necessary
Preferences
Statistics
Marketing
Show details
Cookie declaration [#IABV2SETTINGS#] About
 Necessary (77)  Preferences (3)  Statistics (28)  Marketing (72)  Unclassified
(39)
Necessary cookies help make a website usable by enabling basic functions like
page navigation and access to secure areas of the website. The website cannot
function properly without these cookies.

NameProviderPurposeExpiryTypekab_iframe [x2]adlonberlin.traumgutscheine.com
traumgutscheine.comServes to recognize the store integration as IFRAME and is
necessary for the error-free representation of the store as website content.1
dayHTTP__stripe_midCover ManagerUsed to identify the user session on the Stripe
payment gateway1 yearHTTP__stripe_sidCover ManagerUsed to identify the user
session on the Stripe payment gatewaySessionHTTPci_sessionCover ManagerIt is
used to identify the user session in CoverManager15 daysHTTP__cf_bmfonts.netThis
cookie is used to distinguish between humans and bots. This is beneficial for
the website, in order to make valid reports on the use of their website.1
dayHTTPrc::aGoogleThis cookie is used to distinguish between humans and bots.
This is beneficial for the website, in order to make valid reports on the use of
their website.PersistentHTMLrc::cGoogleThis cookie is used to distinguish
between humans and bots. SessionHTML__olapicUKempinski HotelsThis cookie tracks
how long a user is on your site before making a purchase after viewing or
interacting with our widget.29 daysHTTP__RequestVerificationTokenKempinski
HotelsFor security and protection of the
websiteSessionHTTPASP.NET_SessionIdKempinski HotelsPreserves the visitor's
session state across page requests.SessionHTTPAWSELBKempinski HotelsUsed to
distribute traffic to the website on several servers in order to optimise
response times.SessionHTTPAWSELBCORSKempinski HotelsRegisters which
server-cluster is serving the visitor. This is used in context with load
balancing, in order to optimize user experience.
SessionHTTPCookieConsentCookiebotStores the user's cookie consent state for the
current domain1 yearHTTPcookietestKempinski HotelsThis cookie is used to
determine if the visitor has accepted the cookie consent
box.SessionHTTPdatabaseKempinski HotelsUsed to render the view for pdf
files.PersistentHTMLKempinski_UI_RenderHeaderAccountInformation_#Kempinski
HotelsFor render header account info of Login
popupSessionHTMLfont_css_cacheKempinski HotelsCache text font of site to improve
performancePersistentHTMLfont_css_cache_fileKempinski HotelsCache text font of
site to improve performancePersistentHTMLincap_ses_#Kempinski HotelsPreserves
users states across page requests.SessionHTTPnlbi_#Kempinski HotelsUsed for
maintaining sessions on investor or relations
pagesSessionHTTPnlbi_2028118_1897329Kempinski HotelsUsed for maintaining
sessions on investor or relations pagesSessionHTTPtADeKempinski HotelsThis
cookie is part of a bundle of cookies which serve the purpose of content
delivery and presentation. The cookies keep the correct state of font,
blog/picture sliders, color themes and other website
settings.PersistentHTMLtADuKempinski HotelsThis cookie is part of a bundle of
cookies which serve the purpose of content delivery and presentation. The
cookies keep the correct state of font, blog/picture sliders, color themes and
other website settings.PersistentHTMLtAEKempinski HotelsThis cookie is part of a
bundle of cookies which serve the purpose of content delivery and presentation.
The cookies keep the correct state of font, blog/picture sliders, color themes
and other website settings.PersistentHTMLtCKempinski HotelsThis cookie is part
of a bundle of cookies which serve the purpose of content delivery and
presentation. The cookies keep the correct state of font, blog/picture sliders,
color themes and other website settings.PersistentHTMLtMQKempinski HotelsThis
cookie is part of a bundle of cookies which serve the purpose of content
delivery and presentation. The cookies keep the correct state of font,
blog/picture sliders, color themes and other website
settings.PersistentHTMLtnsAppKempinski HotelsThis cookie is part of a bundle of
cookies which serve the purpose of content delivery and presentation. The
cookies keep the correct state of font, blog/picture sliders, color themes and
other website settings.PersistentHTMLtSPKempinski HotelsThis cookie is part of a
bundle of cookies which serve the purpose of content delivery and presentation.
The cookies keep the correct state of font, blog/picture sliders, color themes
and other website settings.PersistentHTMLtTDeKempinski HotelsThis cookie is part
of a bundle of cookies which serve the purpose of content delivery and
presentation. The cookies keep the correct state of font, blog/picture sliders,
color themes and other website settings.PersistentHTMLtTDuKempinski HotelsThis
cookie is part of a bundle of cookies which serve the purpose of content
delivery and presentation. The cookies keep the correct state of font,
blog/picture sliders, color themes and other website
settings.PersistentHTMLtTEKempinski HotelsThis cookie is part of a bundle of
cookies which serve the purpose of content delivery and presentation. The
cookies keep the correct state of font, blog/picture sliders, color themes and
other website settings.PersistentHTMLtTfKempinski HotelsThis cookie is part of a
bundle of cookies which serve the purpose of content delivery and presentation.
The cookies keep the correct state of font, blog/picture sliders, color themes
and other website settings.PersistentHTMLvisid_incap_#Kempinski HotelsPreserves
users states across page requests.1
yearHTTP#_iframekempinskibangkok.traumgutscheine.comServes to recognize the
store integration as IFRAME and is necessary for the error-free representation
of the store as website content.1
dayHTTPkbk_iframekempinskibangkok.traumgutscheine.comServers to recognize the
store integration as IFRAME and is necessary for the error-free representation
of the store as website content.1
dayHTTPkhb_iframekempinskiberchtesgaden.traumgutscheine.comServes to recognize
the store integration as IFRAME and is necessary for the error-free
representation of the store as website content.1
dayHTTPkdt_iframekempinskidastirol.traumgutscheine.comServes to recognize the
store integration as IFRAME and is necessary for the error-free representation
of the store as website content.1
dayHTTPreferrer_url [x18]kempinskidastirol.traumgutscheine.com
kempinskidresden.traumgutscheine.com
kempinskigravenbruch.traumgutscheine.com
kempinskivenedig.traumgutscheine.com
palaishansen.traumgutscheine.com
adlonberlin.traumgutscheine.com
kempinskiadriatic.traumgutscheine.com
kempinskibangkok.traumgutscheine.com
kempinskiberchtesgaden.traumgutscheine.com
kempinskiengelberg.traumgutscheine.com
kempinskihightatras.traumgutscheine.com
kempinski-istanbul.traumgutscheine.com
kempinskimalta.traumgutscheine.com
kempinskimunich.traumgutscheine.com
kempinskimuscat.traumgutscheine.com
kempinskiportoroz.traumgutscheine.com
kempinski-riga.traumgutscheine.com
kempinskivilnius.traumgutscheine.comUsed to calculate the height of the store
frame based on the website
URL.SessionHTTPkhd_iframekempinskidresden.traumgutscheine.comServes to recognize
the store integration as IFRAME and is necessary for the error-free
representation of the store as website content.1
dayHTTPkgf_iframekempinskigravenbruch.traumgutscheine.comServes to recognize the
store integration as IFRAME and is necessary for the error-free representation
of the store as website content.1
dayHTTPkht_iframekempinskihightatras.traumgutscheine.comServers to recognize the
store integration as IFRAME and is necessary for the error-free representation
of the store as website content.1
dayHTTPkib_iframekempinski-istanbul.traumgutscheine.comServers to recognize the
store integration as IFRAME and is necessary for the error-free representation
of the store as website content.1
dayHTTPkhm_iframekempinskimalta.traumgutscheine.comServers to recognize the
store integration as IFRAME and is necessary for the error-free representation
of the store as website content.1
dayHTTPkhj_iframekempinskimunich.traumgutscheine.comServes to recognize the
store integration as IFRAME and is necessary for the error-free representation
of the store as website content.1
dayHTTPkmu_iframekempinskimuscat.traumgutscheine.comServers to recognize the
store integration as IFRAME and is necessary for the error-free representation
of the store as website content.1
dayHTTPkra_iframekempinski-riga.traumgutscheine.comServers to recognize the
store integration as IFRAME and is necessary for the error-free representation
of the store as website content.1
dayHTTPkhv_iframekempinskivenedig.traumgutscheine.comServes to recognize the
store integration as IFRAME and is necessary for the error-free representation
of the store as website content.1
dayHTTPkvm_iframekempinskivilnius.traumgutscheine.comServers to recognize the
store integration as IFRAME and is necessary for the error-free representation
of the store as website content.1 dayHTTPli_gcLinkedInStores the user's cookie
consent state for the current domain2 yearsHTTPcisessionMenumodoThe cookie with
the menumodo menu display is for CI session management 1
dayHTTPOT-SessionIdOpentableNecessary for the website's booking functionality. 1
dayHTTPOT-Session-Update-DateOpentableNecessary for the website's booking
functionality. 1 dayHTTPotuvidOpentableNecessary for the website's booking
functionality. SessionHTTPphk_iframepalaishansen.traumgutscheine.comServes to
recognize the store integration as IFRAME and is necessary for the error-free
representation of the store as website content.1
dayHTTPauth.strategyphkv-vienna.book.appThis cookie is necessary for the login
function on the website. SessionHTTPeguma_shop_session_idshop.e-guma.chThis
cookie stores the user’s current shop session id. The session itself is stored
on E-GUMA server and contains the user’s shopping
card.SessionHTTPraygun4js-useridshop.e-guma.chThis cookie is used to detect
errors on the website - this information is sent to the website's support staff
in order to optimize the visitor's experience on the
website.PersistentHTMLcidSojernSojern ID of traveler is captured and used by
Sojern for marketing performance purposes.1 yearHTTPtesttours.nexpics.comUsed to
detect if the visitor has accepted the marketing category in the cookie banner.
This cookie is necessary for GDPR-compliance of the website. PersistentHTML

Preference cookies enable a website to remember information that changes the way
the website behaves or looks, like your preferred language or the region that
you are in.

NameProviderPurposeExpiryTypelang [x2]LinkedInRemembers the user's selected
language version of a websiteSessionHTTPyt-player-bandwidthYouTubeUsed to
determine the optimal video quality based on the visitor's device and network
settings. PersistentHTML

Statistic cookies help website owners to understand how visitors interact with
websites by collecting and reporting information anonymously.

NameProviderPurposeExpiryTypesessionPageNumbersIssuuSets a unique ID for the
session. This allows the website to obtain data on visitor behaviour for
statistical purposes.SessionHTMLsessionStartTimeIssuuDetermines when the visitor
last visited the different subpages on the website, as well as sets a timestamp
for when the session started.SessionHTML_clckKempinski HotelsCollects data on
the user’s navigation and behavior on the website. This is used to compile
statistical reports and heatmaps for the website owner.1 yearHTTP_clskKempinski
HotelsRegisters statistical data on users' behaviour on the website. Used for
internal analytics by the website operator. 1 dayHTTP_cltkKempinski
HotelsRegisters statistical data on users' behaviour on the website. Used for
internal analytics by the website operator. SessionHTML_dc_gtm_UA-#Kempinski
HotelsUsed by Google Tag Manager to control the loading of a Google Analytics
script tag.1 dayHTTP_gaKempinski HotelsRegisters a unique ID that is used to
generate statistical data on how the visitor uses the website.2
yearsHTTP_gidKempinski HotelsRegisters a unique ID that is used to generate
statistical data on how the visitor uses the website.1
dayHTTP_hjAbsoluteSessionInProgressKempinski HotelsThis cookie is used to count
how many times a website has been visited by different visitors - this is done
by assigning the visitor an ID, so the visitor does not get registered twice.1
dayHTTP_hjFirstSeenKempinski HotelsThis cookie is used to determine if the
visitor has visited the website before, or if it is a new visitor on the
website.1 dayHTTP_hjIncludedInPageviewSampleKempinski HotelsDetermines if the
user's navigation should be registered in a certain statistical place holder.1
dayHTTP_hjIncludedInSessionSampleKempinski HotelsRegisters data on visitors'
website-behaviour. This is used for internal analysis and website optimization.
1 dayHTTP_hjSession_#Kempinski HotelsCollects statistics on the visitor's visits
to the website, such as the number of visits, average time spent on the website
and what pages have been read.1 dayHTTP_hjSessionUser_#Kempinski HotelsCollects
statistics on the visitor's visits to the website, such as the number of visits,
average time spent on the website and what pages have been read.1
yearHTTP_hjTLDTestKempinski HotelsDetects the SEO-ranking for the current
website. This service is part of a third-party statistics and analysis service.
SessionHTTP_ym_afrKempinski HotelsSets a unique ID for the session. This allows
the website to obtain data on visitor behaviour for statistical
purposes.PersistentHTML_ym_afr:vKempinski HotelsSets a unique ID for the
session. This allows the website to obtain data on visitor behaviour for
statistical purposes.PersistentHTML_ym_dKempinski HotelsContains the date of the
visitor's first visit to the website. 1 yearHTTP_ym_isadKempinski HotelsThis
cookie is used to determine if the visitor has any adblocker software in their
browser – this information can be used to make website content inaccessible to
visitors if the website is financed with third-party advertisement.1
dayHTTP_ym_retryReqsKempinski HotelsRegisters statistical data on users'
behaviour on the website. Used for internal analytics by the website operator.
PersistentHTML_ym_uidKempinski HotelsCollects data on the user’s navigation and
behavior on the website. This is used to compile statistical reports and
heatmaps for the website owner.1 yearHTMLMeta I/Osecure-hotel-tracker.comTo
calculate the ROAS of campaigns on Metasearch.30 daysHTTP__thn_ssThe Hotels
NetworkSets a unique ID for the session. This allows the website to obtain data
on visitor behaviour for statistical purposes.SessionHTTPthn.data.in_adminThe
Hotels NetworkRegisters statistical data on users' behaviour on the website.
Used for internal analytics by the website operator.
SessionHTMLXTCsidtraumgutscheine.comThe store cookie is necessary to manage the
shopping cart and to process the order.SessionHTTPyandexuidYandexRegisters data
on visitors' website-behaviour. This is used for internal analysis and website
optimization. 1 yearHTTPymexYandexRegisters data on visitors' website-behaviour.
This is used for internal analysis and website optimization. 1
yearHTTPyt-player-headers-readableYouTubeUsed to determine the optimal video
quality based on the visitor's device and network settings. PersistentHTML

Marketing cookies are used to track visitors across websites. The intention is
to display ads that are relevant and engaging for the individual user and
thereby more valuable for publishers and third party advertisers.

NameProviderPurposeExpiryTypegtmWebPowerKempinski HotelsSet by Kempinski, used
by partner agencies to help track performance of email campaigns30
daysHTTPanjAppnexusRegisters a unique ID that identifies a returning user's
device. The ID is used for targeted ads.3 monthsHTTPgetuidAppnexusThis cookie is
set by the audience manager of the website to determine the time and frequencies
of visitor data synchronization - cookie data synchronization is used to
synchronize and gather visitor data from several
websites.SessionPixeluuid2AppnexusRegisters a unique ID that identifies a
returning user's device. The ID is used for targeted ads.3 monthsHTTPTDCPMThe
Trade DeskRegisters a unique ID that identifies a returning user's device. The
ID is used for targeted ads.1 yearHTTPTDIDThe Trade DeskRegisters a unique ID
that identifies a returning user's device. The ID is used for targeted ads.1
yearHTTPtrack/cmf/genericThe Trade DeskPresents the user with relevant content
and advertisement. The service is provided by third-party advertisement hubs,
which facilitate real-time bidding for
advertisers.SessionPixelMUID [x2]MicrosoftUsed widely by Microsoft as a unique
user ID. The cookie enables user tracking by synchronising the ID across many
Microsoft domains.1 yearHTTPSRM_BMicrosoftTracks the user’s interaction with the
website’s search-bar-function. This data can be used to present the user with
relevant products or services. 1 yearHTTPANONCHKMicrosoftRegisters data on
visitors from multiple visits and on multiple websites. This information is used
to measure the efficiency of advertisement on websites. 1
dayHTTPSMMicrosoftRegisters a unique ID that identifies the user's device during
return visits across websites that use the same ad network. The ID is used to
allow targeted ads.SessionHTTPIDEGoogleUsed by Google DoubleClick to register
and report the website user's actions after viewing or clicking one of the
advertiser's ads with the purpose of measuring the efficacy of an ad and to
present targeted ads to the user.1 yearHTTPpixelGoogleUsed by Google DoubleClick
to register and report the website user's actions after viewing or clicking one
of the advertiser's ads with the purpose of measuring the efficacy of an ad and
to present targeted ads to the user.SessionPixeltest_cookieGoogleUsed to check
if the user's browser supports cookies.1 dayHTTPiutkIssuuRecognises the user's
device and what Issuu documents have been read.179 daysHTTP___utmvcKempinski
HotelsCollects information on user behaviour on multiple websites. This
information is used in order to optimize the relevance of advertisement on the
website.1 dayHTTP_fbpKempinski HotelsUsed by Facebook to deliver a series of
advertisement products such as real time bidding from third party advertisers.3
monthsHTTP_gcl_auKempinski HotelsUsed by Google AdSense for experimenting with
advertisement efficiency across websites using their services. 3
monthsHTTP_pin_unauthKempinski HotelsUsed by Pinterest to track the usage of
services.1 yearHTTP_uetsidKempinski HotelsCollects data on visitor behaviour
from multiple websites, in order to present more relevant advertisement - This
also allows the website to limit the number of times that they are shown the
same advertisement. 1 dayHTML_uetsid_expKempinski HotelsContains the expiry-date
for the cookie with corresponding name. PersistentHTML_uetvidKempinski
HotelsUsed to track visitors on multiple websites, in order to present relevant
advertisement based on the visitor's preferences. 1 yearHTML_uetvid_expKempinski
HotelsContains the expiry-date for the cookie with corresponding name.
PersistentHTML_ym#_lastHitKempinski HotelsMarketing performance tags for
measuring paid search activityPersistentHTML_ym#_lsidKempinski HotelsMarketing
performance tags for measuring paid search
activityPersistentHTML_ym#_reqNumKempinski HotelsMarketing performance tags for
measuring paid search activityPersistentHTMLgtmCampaignKempinski HotelsSet by
Kempinski, used by WIHP/MetaIO to help track performance of paid activity30
daysHTTPgtmHasSeenOlapicPagesKempinski HotelsSet by Kempinski, used to allow
Olapic to track performance of Users who see the on-site Olapic gallery30
daysHTTPgtmOlapicHotel_#Kempinski HotelsSet by Kempinski, used to allow Olapic
to track performance of Users who see the on-site Olapic gallery30
daysHTTPgtmOlapicHotel_kibudKempinski HotelsSet by Kempinski, used to allow
Olapic to track performance of Users who see the on-site Olapic gallery29
daysHTTPgtmSourceKempinski HotelsSet by Kempinski, used by partner agencies to
help track performance of paid tripadvisor activity30
daysHTTPmetrika_enabledKempinski HotelsUsed to track visitors on multiple
websites, in order to present relevant advertisement based on the visitor's
preferences. SessionHTTPdmdconvkempinski.webpower.euUsed by WebPower to measure
click performance of Kempinski email campaigns. Used to evaluate Email Marketing
Campaign Performance30 daysHTTPAnalyticsSyncHistoryLinkedInUsed to store
information about the time a sync with the lms_analytics cookie took place for
users in the Designated Countries29 daysHTTPbcookieLinkedInUsed by the social
networking service, LinkedIn, for tracking the use of embedded services.2
yearsHTTPbscookieLinkedInUsed by the social networking service, LinkedIn, for
tracking the use of embedded services.2 yearsHTTPli_sugrLinkedInCollects data on
user behaviour and interaction in order to optimize the website and make
advertisement on the website more relevant. 3 monthsHTTPlidcLinkedInUsed by the
social networking service, LinkedIn, for tracking the use of embedded services.1
dayHTTPUserMatchHistoryLinkedInUsed to track visitors on multiple websites, in
order to present relevant advertisement based on the visitor's preferences. 29
daysHTTP__pinterest_ctPinterestMarketing performance tags for measuring paid
social activity. Used by Pinterest to store a user's login state within in-app
browser.1 yearHTTP__pinterest_ct_mwPinterestMarketing performance tags for
measuring paid social activity. Used by Pinterest to store a user's login state
within mobile browser.1 yearHTTP__pinterest_ct_rtPinterestMarketing performance
tags for measuring paid social activity. Used by Pinterest to store a user's
login state when the Pinterest tag is installed.1
yearHTTP__pinterest_ct_uaPinterestMarketing performance tags for measuring paid
social activity. Used by Pinterest to track the usage of services.1
yearHTTP__pinterest_sessPinterestMarketing performance tags for measuring paid
social activity. Used by Pinterest to store a user's login state within web
browser.1 yearHTTP_pinterest_ct_uaPinterestUsed by Pinterest to track the usage
of services.1 yearHTTPv3PinterestUsed by Pinterest to track the usage of
services.SessionPixelmcQuantcastCollects data on the user's visits to the
website, such as what pages have been loaded. The registered data is used for
targeted ads.13 monthsHTTP__wihptics2SojernWiHP ID of traveler is captured and
used by Sojern for marketing performance purposes.30 daysHTTPadhSojernGoogle Ads
Data Hub ID of traveler is captured and used by Sojern for marketing performance
purposes.7 daysHTTPapnidSojernXander/AppNexus ID of traveler is captured and
used by Sojern for marketing performance purposes.3 monthsHTTPdc-advSojernServe
dynamic ads to the traveler is captured and used by Sojern for marketing
performance purposes.2 yearsHTTPdc-partSojernServe dynamic ads to the traveler
is captured and used by Sojern for marketing performance purposes.2
yearsHTTPgidSojernGoogle ID of traveler is captured and used by Sojern for
marketing performance purposes.1 yearHTTPttdidSojernTradeDesk ID of traveler is
captured and used by Sojern for marketing performance purposes.30
daysHTTPthn_idThe Hotels NetworkCollects data on visitor behaviour from multiple
websites, in order to present more relevant advertisement - This also allows the
website to limit the number of times that they are shown the same advertisement.
2 yearsHTTPuidAmobeeCollects anonymous data related to the user's visits to the
website, such as the number of visits, average time spent on the website and
what pages have been loaded, with the purpose of displaying targeted ads.179
daysHTTPiYandexUsed for identifying site users10
yearsHTTPyabs-sidYandexRegisters data on visitors' website-behaviour. This is
used for internal analysis and website optimization.
SessionHTTPyuidssYandexCollects information on user behaviour on multiple
websites. This information is used in order to optimize the relevance of
advertisement on the website.1 yearHTTPVISITOR_INFO1_LIVEYouTubeTries to
estimate the users' bandwidth on pages with integrated YouTube videos.179
daysHTTPYSCYouTubeRegisters a unique ID to keep statistics of what videos from
YouTube the user has seen.SessionHTTPyt.innertube::nextIdYouTubeRegisters a
unique ID to keep statistics of what videos from YouTube the user has
seen.PersistentHTMLyt.innertube::requestsYouTubeRegisters a unique ID to keep
statistics of what videos from YouTube the user has
seen.PersistentHTMLytidb::LAST_RESULT_ENTRY_KEYYouTubeStores the user's video
player preferences using embedded YouTube
videoPersistentHTMLyt-remote-cast-availableYouTubeStores the user's video player
preferences using embedded YouTube
videoSessionHTMLyt-remote-cast-installedYouTubeStores the user's video player
preferences using embedded YouTube
videoSessionHTMLyt-remote-connected-devicesYouTubeStores the user's video player
preferences using embedded YouTube
videoPersistentHTMLyt-remote-device-idYouTubeStores the user's video player
preferences using embedded YouTube
videoPersistentHTMLyt-remote-fast-check-periodYouTubeStores the user's video
player preferences using embedded YouTube
videoSessionHTMLyt-remote-session-appYouTubeStores the user's video player
preferences using embedded YouTube
videoSessionHTMLyt-remote-session-nameYouTubeStores the user's video player
preferences using embedded YouTube videoSessionHTML

Unclassified cookies are cookies that we are in the process of classifying,
together with the providers of individual cookies.

NameProviderPurposeExpiryType_ym_afr:iKempinski
HotelsPendingPersistentHTMLemergencyMsg_en_284560_21625_202203040000Kempinski
HotelsPendingSessionHTTPemergencyMsg_en_284569_21127_202203040000Kempinski
HotelsPendingSessionHTTPemergencyMsg_zh-cn_255043_95259_202203280000Kempinski
HotelsPendingSessionHTTPisMobileKempinski
HotelsPendingPersistentHTMLnewsletterMsg_ar_215877_153731_000101010000_showKempinski
HotelsPendingSessionHTTPnewsletterMsg_ar_215877_164667_000101010000_showKempinski
HotelsPendingSessionHTTPnewsletterMsg_de_215877_267904_000101010000_showKempinski
HotelsPendingSessionHTTPnewsletterMsg_de_215877_98199_000101010000_showKempinski
HotelsPendingSessionHTTPnewsletterMsg_en_215877_13657_000101010000_showKempinski
HotelsPendingSessionHTTPnewsletterMsg_en_215877_13906_000101010000_showKempinski
HotelsPendingSessionHTTPnewsletterMsg_en_215877_140146_000101010000_showKempinski
HotelsPendingSessionHTTPnewsletterMsg_en_215877_14155_000101010000_showKempinski
HotelsPendingSessionHTTPnewsletterMsg_en_215877_16645_000101010000_showKempinski
HotelsPendingSessionHTTPnewsletterMsg_en_215877_168625_000101010000_showKempinski
HotelsPendingSessionHTTPnewsletterMsg_en_215877_19135_000101010000_showKempinski
HotelsPendingSessionHTTPnewsletterMsg_en_215877_19384_000101010000_showKempinski
HotelsPendingSessionHTTPnewsletterMsg_en_215877_21127_000101010000_showKempinski
HotelsPendingSessionHTTPnewsletterMsg_en_215877_21625_000101010000_showKempinski
HotelsPendingSessionHTTPnewsletterMsg_en_215877_229268_000101010000_showKempinski
HotelsPendingSessionHTTPnewsletterMsg_en_215877_23119_000101010000_showKempinski
HotelsPendingSessionHTTPnewsletterMsg_en_215877_26107_000101010000_showKempinski
HotelsPendingSessionHTTPnewsletterMsg_en_215877_267431_000101010000_showKempinski
HotelsPendingSessionHTTPnewsletterMsg_en_215877_27103_000101010000_showKempinski
HotelsPendingSessionHTTPnewsletterMsg_en_215877_29344_000101010000_showKempinski
HotelsPendingSessionHTTPnewsletterMsg_en_215877_31585_000101010000_showKempinski
HotelsPendingSessionHTTPnewsletterMsg_en_215877_33506_000101010000_showKempinski
HotelsPendingSessionHTTPnewsletterMsg_fr_215877_111239_000101010000_showKempinski
HotelsPendingSessionHTTPnewsletterMsg_hu_215877_99600_000101010000_showKempinski
HotelsPendingSessionHTTPnewsletterMsg_ru_215877_120490_000101010000_showKempinski
HotelsPendingSessionHTTPnewsletterMsg_ru_215877_99846_000101010000_showKempinski
HotelsPendingSessionHTTPnewsletterMsg_zh-cn_215877_103202_000101010000_showKempinski
HotelsPendingSessionHTTPnewsletterMsg_zh-cn_215877_208273_000101010000_showKempinski
HotelsPendingSessionHTTPnewsletterMsg_zh-cn_215877_214247_000101010000_showKempinski
HotelsPendingSessionHTTPnewsletterMsg_zh-cn_215877_228801_000101010000_showKempinski
HotelsPendingSessionHTTPnewsletterMsg_zh-cn_215877_230645_000101010000_showKempinski
HotelsPendingSessionHTTPnewsletterMsg_zh-cn_215877_98923_000101010000_showKempinski
HotelsPendingSessionHTTPthn.data._ENVThe Hotels
NetworkPendingPersistentHTMLtdvp_https://#_#_#_#_#_#.png?v=#tours.nexpics.comPendingPersistentHTML

 [#IABV2_LABEL_PURPOSES#]  [#IABV2_LABEL_FEATURES#]  [#IABV2_LABEL_PARTNERS#]
[#IABV2_BODY_PURPOSES#]
[#IABV2_BODY_FEATURES#]
[#IABV2_BODY_PARTNERS#]
Cookies are small text files that can be used by websites to make a user's
experience more efficient.

The law states that we can store cookies on your device if they are strictly
necessary for the operation of this site. For all other types of cookies we need
your permission.

This site uses different types of cookies. Some cookies are placed by third
party services that appear on our pages.

You can at any time change or withdraw your consent from the Cookie Declaration
on our website.

Learn more about who we are, how you can contact us and how we process personal
data in our Privacy Policy.

Please state your consent ID and date when you contact us regarding your
consent.
Cookie declaration last updated on 30.03.22 by Cookiebot


Close
Kempinski Hotels
Hoteliers since 1897
GET ON THE APP STORE GET ON THE PLAY STORE


KEMPINSKI HOTELS


A COLLECTION OF INDIVIDUALS

Kempinski Hotels
 * English
   * العربية
   * español
   * français
   * русский
   * 中文
   * Deutsch
 * Login
   MY MEMBERSHIP ACCOUNT NEED ASSISTANCE?
   
   ACCESS YOUR KEMPINSKI DISCOVERY MEMBERSHIP ACCOUNT.
   
   Review or modify your bookings.
   
   NEW MEMBER SIGN UP or MEMBER LOGIN
   LOGOUT or MEMBER PROFILE

Overview
Our Hotels
Our Stories
Our Blog
Our Guest Magazine
Our Brand Book
125 Years of Kempinski
Offers
125 Anniversary Special
Your 5* Road Trip
Early Booker
Private Stays
Villa & Residences Private Stay
Floor or Wing Exclusivity
Hotel or Resort Exclusivity
Spa Exclusivity
Suitely Sensational
Wellness & Spa Offers
Romance Offers
Family Offers
Golf Offers
Kempinski Loyalty
Health & Safety
Experiences
Weddings
Fit Room
Gastronomy
Spa
Golf
Signature Suites
Kempinski Boutique
Meetings and Events
INSPIRING OFFERS
Meetings & Events
Conventions & Congresses
Incentives
Weddings
Private Events
MICE Factsheet
About Us
History
Management Board
Sustainability
Our Sustainability Approach
Sustainability Certification EarthCheck
Corporate Social Responsibility
Policies & Commitments
Supply Chain
Lady in Red
Development
Kempinski Residences
Our Partners
Airline Partners
Automobile Partners
Partner Offers
Culinary Concepts
#Kempinski Gallery
English
العربية
español
français
русский
中文
Deutsch
MEMBER LOGIN
NEW MEMBER SIGN UP
125 Years of Kempinski
Travelling the world since 1897
Explore Our World
125 Anniversary Special
Save on your next stay
Check Our Offers
Welcome to Tel Aviv
The Mediterranean Capital of Cool
Book Your Stay
Kempinski Gift Cards
Surprise your loved ones
Kempinski Gift Cards
KEMPINSKI DISCOVERY
A loyalty programme with instant benefits
Join Now
Vienna Is Calling
Favorite city break destination
Explore More
Straight to Singapore
Taste the local culture
Take Me There
Kempinski - Your Haven
Luxury hideaways
Step Inside
Our Latest Guest Magazine
Inspiration for your next trip
Read Now
Kempinski Boutique
Bring your Kempinski memories home
Tempt Me



Book Now


BOOK NOW

Where would you like to go?

Where would you like to go?
WHERE WOULD YOU LIKE TO GO?
PLEASE SELECT YOUR CHECK-IN AND CHECK-OUT DATES
Selected: ... to ... (3 Days)
error
Please select a date range

<
april
2022
sumotuwethfrsa
27
28
29
30
31
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30


may
2022
> sumotuwethfrsa
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
1
2
3
4






1 Room 2 Rooms 3 Rooms 4 Rooms
1 Room

Book Now
1 Adult per room 2 adults per room 3 adults per room 4 adults per room
1 Adult per room

0 Child per room 1 Child per room 2 Children per room 3 Children per room 4
Children per room
0 Child per room

Age of Children
< 1 1 2 3 4 5 6 7 8 9 10 11 12
< 1

< 1 1 2 3 4 5 6 7 8 9 10 11 12
< 1

< 1 1 2 3 4 5 6 7 8 9 10 11 12
< 1

< 1 1 2 3 4 5 6 7 8 9 10 11 12
< 1

Options
Type of Code Corporate ID IATA Group Code
Type of Code



Partner Destinations
Book Now
×

PLEASE SELECT YOUR PREFERENCE

rooms & suites
residences & apartments
TRAVEL WITH CONFIDENCE: HEALTH & SAFETY
Find Out More


HOTELIERS SINCE 1897


TRAVELLING IN STYLE

Hoteliers since 1897, Kempinski has travelled the world in search of the most
fascinating destinations without ever forgetting the finest traditions of its
European heritage. With heritage hotels, luxury holiday resorts, business and
spa hotels around the world, every Kempinski hotel is unique, designed for
guests who value five-star holidays and luxury getaways.



view destinations
close destinations



EXPERIENCES WITH KEMPINSKI


IN OVER 30 COUNTRIES



EXPERIENCE KEMPINSKI DISCOVERY

Bringing more recognition, more rewards and greater access in more places.
Centred around you, our KEMPINSKI DISCOVERY loyalty programme rewards you for
celebrating the everyday. DISCOVERY Dollars (D$) are effortlessly earnt from day
one, and all yours to spend, however you like.

Delight in carefully curated Experiences and Local Offers that are instantly
available for all membership levels.



Further Information

KEMPINSKI FIT ROOM

Together with Technogym, our long-standing partner, we have implemented a new
concept which follows the latest trends and our guests’ desire to focus on
wellbeing and fitness: Kempinski Fit Room, the ultimate on-demand indoor workout
solution. Learn more about the new concept implemented in Berlin, Dubai, Munich
and Shanghai.



Further Information

SIGNATURE SUITES

A stay away from home should always be a special occasion, whether it is a
business trip, weekend away or something even more exciting. For those
exceptional getaways and exquisite tastes, we offer an array of excellent suites
for you to enjoy.



Further Information

SPA & WELLNESS

A serene and welcoming environment invites you to relax and enjoy a truly unique
experience. Whether it be with one of our signature treatments or simply a
calming moment in one of our saunas, at a Kempinski spa your well-being is our
first priority.

No matter where you are in the world, and whatever the reason for your trip,
it's always important to dedicate some time to yourself. Whether your relaxation
comes from a soothing visit to the steam room, unwinding in a bubbling Jacuzzi
or by pampering yourself with a luxurious treatment, the spas at many of our
hotels are fully equipped to take you from tense to tranquil.

At our hotels, we are proud to offer our guests luxury spa facilities ...



Further Information

WEDDINGS AT KEMPINSKI

Your wedding day should be the most special day of your life. From the first
conversations to the 'I do' and beyond, here at Kempinski we pride ourselves on
being able to offer you the most spectacular day, honeymoon and even bachelor
and bachelorette parties at many venues around the world.



Further Information

GASTRONOMY EXPERIENCES

Our passion for food, produce and beverages, made from the most painstakingly
sourced ingredients, is rooted in our heritage. We go to extraordinary lengths
to share our love affair with food.                    



Further Information

GOLF DESTINATIONS

Kempinski’s dedication to discovering the most fascinating destinations around
the world goes hand-in-hand with our commitment to providing the finest leisure
facilities to go alongside them and our golf courses are among the most
impressive across the globe.

 

 



Further Information




#KEMPINSKI GALLERY


OUR GUESTS ALWAYS TRAVEL THE WORLD IN STYLE. SHARE YOUR OWN EXPERIENCES USING
THE USERNAME @KEMPINSKI.




LUXURY HOTEL OFFERS


EXCITING PACKAGES



EARLY BOOKER OFFERS

Plan your next getaway with our most flexible offer. The Early Booker
provides generous savings when you book your stay in advance and increased
flexibility, with free cancellation up to three days prior to arrival at most of
our hotels.

Either dreaming about going to places totally new to you or old ...



FURTHER INFORMATION

SUITELY SENSATIONAL

Book one of our special offers and enjoy a truly luxurious break the next time
you stay with us.

Whether you are looking to spend a weekend away in one of Europe's captivating
cities, enjoy the best in sightseeing, cuisine and entertainment, or bask in a
week-long vacation on the shores of an ...



FURTHER INFORMATION

WELLNESS & SPA

Book one of our special offers and enjoy a truly luxurious break the next time
you stay with us.

 

No matter where you are in the world, and whatever the reason for your trip,
it's always important to dedicate some time to yourself to relax and unwind.



FURTHER INFORMATION

ROMANCE OFFERS

Book one of our special offers and enjoy a truly luxurious break the next time
you stay with us.

 

One of the most treasured gifts amongst couples is time well spent together. At
Kempinski, we will do everything in our power to make your dreams come true!



FURTHER INFORMATION

FAMILY & KIDS OFFERS

Book one of our special offers and enjoy a truly luxurious break the next time
you stay with us.

 

At Kempinski, we treat our younger guests just like we would any other! Enjoy
some family time together while having all the fun in the world!



FURTHER INFORMATION

GOLF OFFERS

Book one of our special offers and enjoy a truly luxurious break the next time
you stay with us.

 

Kempinski doesn't just offer world-class courses for our guests to play on – we
also provide some of the most luxurious golf packages to be found anywhere
across the globe, meaning you can transform ...



FURTHER INFORMATION

125 ANNIVERSARY SPECIAL

As we reflect on 125 years of shared moments, we invite you to join us in
Kempinski hotels around the world to start creating new memories.

This offer includes:

● A specially-crafted anniversary drink - choose from 'The Everlast' or 'The
Golden Sparkle'.
● A complimentary sweet treat.
● Generous ...



FURTHER INFORMATION




EXPLORE OUR WORLD


OVER 70 HOTELS




SWITZERLAND


ISRAEL


THAILAND


CUBA


UNITED ARAB EMIRATES


SEYCHELLES


INDONESIA


GERMANY




LUCERNE - ENGELBERG

Perched high in the mountains in the heart of Switzerland, located only a short
distance from Lucerne, the Kempinski Palace Engelberg sits at the foot of the
Titlis mountain. The historic Grand Hotel from 1904 combines the charm of the
Belle Époque era with the most modern luxury comfort for the decerning guests.

Exceptionally comfortable, the 129 rooms and suites radiate contemporary Swiss
flair and offer sweeping views of the beautiful alpine surroundings. Whether you
choose to relax in the breathtaking rooftop spa or take advantage of the
countless leisure opportunities, our Activity Concierge Team will be available
to assist with planning or to accompany you on snowshoeing or biking ...

FURTHER INFORMATION



TEL AVIV

Perched in the centre of the world-renowned Tel Aviv Promenade, The David
Kempinski sets a new benchmark in luxury hospitality in the city. Combining
personalised service and sleek interiors that are complemented by the expansive
views of the Mediterranean Sea, the hotel is the newest place to be and be seen.

The David Kempinski boasts sumptuous rooms and suites, kosher dining
experiences, including Whiskey & Cigar Bar, a swimming pool, a luxurious spa and
an extensive events space for corporate and social gatherings. Discover the
wonders of the ancient city, then return to The David Kempinski to relax and
indulge in its lavish surroundings.

Kempinski White Glove Services has been ...

FURTHER INFORMATION



BANGKOK - SIAM

Located at the heart of the city, the 5-star Siam Kempinski Hotel Bangkok is the
perfect destination for business and leisure travellers. This luxury hotel,
linked by a covered walkway to the famous Siam Paragon shopping mall, sits
within easy walking distance of the BTS SkyTrain station at Siam for convenient
travel to business meetings and leisure attractions.

Each of the hotel’s 397 luxurious rooms and suites is decorated with traditional
Thai accents. Most rooms include private balconies overlooking the hotel’s lush
green gardens and free-form swimming pool.

There are 3 restaurants and bars including the award-winning Michelin one star
Sra Bua by Kiin Kiin. The luxury spa and health ...

FURTHER INFORMATION



CAYO GUILLERMO

"Where a man feels at home, outside of where he's born, is where he's meant to
go" - Ernest Hemingway

Cayo Guillermo Resort Kempinski is a unique, one-of-a-kind resort nestled in the
tranquillity of Cayo Guillermo in Cuba. This serene and contemporary hideaway
offers a refreshing and authentic Caribbean experience, inspired by Ernest
Hemingway’s legendary love for the Cayes.

Take relaxation to the next level and drop anchor at the most exclusive Cuban
resort on the pristine shores of Playa Pilar. Surrounded by turquoise waters and
virgin white sands, Cayo Guillermo Resort Kempinski is designed for an
unforgettable experience that includes chic accommodations, irresistible
culinary ...

FURTHER INFORMATION



DUBAI - MALL OF THE EMIRATES

In the heart of Dubai is the five star Kempinski Hotel Mall of the Emirates,
directly connected to the world-class Mall of the Emirates, guests can enjoy
easy access to over 700 shops. 388 rooms and suites offer spectacular views of
Dubai’s skyline, with 20 unique Aspen Chalets overlooking the incredible slopes
of Ski Dubai. 
Indulge in Dubai's top dining with authentic Levantine cuisine at Olea, Spanish
tapas and paellas at Salero, afternoon tea at Aspen and expertly mixed drinks at
Noir.

Ideally located in Sheikh Zayed Road with easy access to the Metro, it's
the perfect starting point to discover Dubai’s beaches, golf courses, and Expo
2020 site. Downtown Dubai and Burj Khalifa are also ...

FURTHER INFORMATION



MAHE ISLAND

Located on the south end of Mahé in Baie Lazare, the Kempinski Seychelles Resort
is an indulgent retreat offering a huge variety of facilities and activities.

Whether it’s just the two of you, or the extended family, spend days lounging in
paradise or explore the natural landscape which includes two UNESCO world
heritage sites. However, paradise might look for you, we guarantee you will find
it here.

After several months of refurbishment, Kempinski Seychelles Resort has unveiled
the renewed look of our Café Lazare, Planters Bar and the lobby. The
contemporary design was inspired by the island’s natural beauty, with guests’
comfort in mind.  Our gym has been relocated to the lobby level ...

FURTHER INFORMATION



BALI - NUSA DUA

Standing atop the majestic cliff of Nusa Dua, with breathtaking views of the
Indian Ocean and tropical garden, The Apurva Kempinski Bali offers the epitome
of beachfront luxury. This five-star hotel in Bali presents itself as a majestic
open-air theatre, an embodiment of Indonesian elegance.

A collection of 475 iconic rooms, suites and villas are showcased, with 60% of
the accommodation featuring its own private plunge pools. From a unique culinary
journey and indigenous spa treatments, to the spacious meeting rooms and
alluring chapels, The Apurva Kempinski Bali is a spectacular stage where curated
experiences are brought to life.

Read more on our story and inspirations here, and find ...

FURTHER INFORMATION



MUNICH

Welcome to Hotel Vier Jahreszeiten Kempinski, centrally located in the heart of
Munich. It is the ideal place to stay to make the most of the vibrant city of
Munich, whether you are here for a business trip or a city break.

Our hotel offers guests a range of luxury room and suite types, all classically
styled with contemporary touches. 

Our dining offering is equally as stylish: Schwarzreiter Tagesbar &
Restaurant and the Jahreszeiten Lobby.

Guests can also indulge in our luxury day spa, featuring a range of relaxing
beauty treatments, a swimming pool as well as a breathtaking view over the
rooftops of Munich. 

Kempinski White Glove Services has been implemented to ensure a healthy ...

FURTHER INFORMATION


×
Dear Guest, you will now be redirected to the GHA DISCOVERY website.


CONTACT US

reservations.corporate@kempinski.com



BOOKING

Modify Cancel

HELPFUL INFO

 * About Us
 * Contact Us
 * Press Room
 * Our Partners
 * Career Site

 * Best Rate Guarantee
 * Imprint
 * Legal
 * Privacy Policy
 * Sitemap

SIGN UP TO OUR NEWSLETTER

Subscribe
© 2022 Kempinski Hotels

×

KEMPINSKI HOTELS

SIGN UP TO OUR NEWSLETTER

Email *
I would like to receive emails about Kempinski Hotels brand promotions and
special offers. I can manage my email preferences or unsubscribe at any time
from future emails.
I have read and agree with the Privacy Policy.

Subscribe


×

VISIT OUR PARTNER DESTINATIONS

BACK TO KEMPINSKI

Take advantage of Kempinski Hotels' International partners for luxury stays
worldwide. Global Hotel Alliance offers more than 550 hotels in 76 countries.

Country:
-- Please Select -- -- Please Select --
Destination::
-- Please Select -- -- Please Select --
Check-in:

Check-out:

Continue
Processing your request...
Thank You For Your Patience
JavaScript is off. Please enable to view full site.