Berlin Tourism Unveils New Name, Revamped Website

TravelPulse Staff
by TravelPulse Staff
Last updated: 1:14 AM ET, Wed August 25, 2010

<p>Burkhard Kieker, CEO of Berlin's tourism marketing company, unveiled the city's completely overhauled tourism website, and introduced the new visitBerlin corporate name, brand and logo. Effective immediately, visitBerlin will be used in all worldwide communication, replacing the former company name, Berlin Tourismus Marketing GmbH. VisitBerlin relates to Berlin as a modern, dynamic, and attractive tourism and convention destination. "The term 'visit' is an internationally recognized invitation and we are now presenting Berlin with an easily understandable brand," Kieker said "'VisitBerlin' creates a memorable, emotional point of reference for all visitors to the city."</p> <p><br /> The tourism organization's newly designed website, <a href="http://www.visitBerlin.de">www.visitBerlin.de</a>, reflects the revamped image. The site features a cool contemporary look, easy-to-navigate pages, clearly organized information, as well as optimized e-commerce and social media platforms. Building on the city's status as a must-visit trend destination, visitBerlin is encouraging locals, but also visitors, to contribute editorial content, feedback and personal experiences. "Ultimately," Kieker said, "Berliners know their city best and visitors will definitely benefit from that expertise and knowledge."</p> <p><br /> The website's home-page menu points "See," "Experience," "Plan," "Book" and "Berlin WelcomeCard" are presented clearly and lead the visitors to tips of the day and featured highlights. They also present information on the city and its sights, Berlin's creative scene as well as stages and events. In addition, the site offers information for special interest groups, such as young people, families, high-end travelers, LGBT visitors, and more. Hotels, event tickets and the Berlin Welcome Card can also be booked directly through the online booking site.</p> <p><br /> New portals dedicated to the travel industry and a media room are designed to give the organization's business partners easy access to industry-specific information, images and contact personnel. Beginning on Jan. 1, visitBerlin will officially become "Berlin Tourismus &amp; Kongress GmbH" so as to reflect the increased importance of the congress and conference business for the city. For more information, visit <a href="http://www.visitBerlin.de">www.visitBerlin.de</a>.</p> <input type="hidden" id="gwProxy"><!--Session data--></input><input type="hidden" id="jsProxy" onclick="if(typeof(jsCall)=='function'){jsCall();}else{setTimeout('jsCall()',500);}" /> <div id="refHTML"> </div> <p><span id="leoHighlights_iframe_modal_span_container"> <div onmouseout="leoHighlightsHandleIFrameMouseOut();" onmouseover="leoHighlightsHandleIFrameMouseOver();" style="position: absolute; visibility: hidden; display: none; width: 520px; height: 391px; z-index: 2147483647;" id="leoHighlights_iframe_modal_div_container"><!-- Top iFrame --> <iframe scrolling="no" height="294" frameborder="0" width="520" style="position: absolute; top: 0px; left: 0px; width: 520px; height: 294px; z-index: 2147483647;" allowtransparency="true" marginheight="0" marginwidth="0" hspace="0" vspace="0" src="about:blank" title="leoHighlights_top_iframe' name='leoHighlights_top_iframe" id="leoHighlights_top_iframe"> </iframe> <!-- Bottom iFrame --> <iframe scrolling="no" height="" frameborder="0" width="" style="position: absolute; top: 294px; left: 96px; z-index: 2147483647;" allowtransparency="true" marginheight="0" marginwidth="0" hspace="0" vspace="0" src="about:blank" title="leoHighlights_bottom_iframe' name='leoHighlights_bottom_iframe" id="leoHighlights_bottom_iframe"> </iframe></div> <script type="text/javascript" defer=""> var LEO_HIGHLIGHTS_INFINITE_LOOP_COUNT = 300; var LEO_HIGHLIGHTS_MAX_HIGHLIGHTS = 50; var LEO_HIGHLIGHTS_IFRAME_TOP_ID = "leoHighlights_top_iframe"; var LEO_HIGHLIGHTS_IFRAME_BOTTOM_ID = "leoHighlights_bottom_iframe"; var LEO_HIGHLIGHTS_IFRAME_DIV_ID = "leoHighlights_iframe_modal_div_container"; var LEO_HIGHLIGHTS_IFRAME_TOTAL_COLLAPSED_WIDTH = 520; var LEO_HIGHLIGHTS_IFRAME_TOTAL_COLLAPSED_HEIGHT = 391; var LEO_HIGHLIGHTS_IFRAME_TOTAL_EXPANDED_WIDTH = 520; var LEO_HIGHLIGHTS_IFRAME_TOTAL_EXPANDED_HEIGHT = 665; var LEO_HIGHLIGHTS_IFRAME_TOP_POS_X = 0; var LEO_HIGHLIGHTS_IFRAME_TOP_POS_Y = 0; var LEO_HIGHLIGHTS_IFRAME_TOP_WIDTH = 520; var LEO_HIGHLIGHTS_IFRAME_TOP_HEIGHT = 294; var LEO_HIGHLIGHTS_IFRAME_BOTTOM_POS_X = 96; var LEO_HIGHLIGHTS_IFRAME_BOTTOM_POS_Y = 294; var LEO_HIGHLIGHTS_IFRAME_BOTTOM_COLLAPSED_WIDTH = 425; var LEO_HIGHLIGHTS_IFRAME_BOTTOM_COLLAPSED_HEIGHT = 97; var LEO_HIGHLIGHTS_IFRAME_BOTTOM_EXPANDED_WIDTH = 425; var LEO_HIGHLIGHTS_IFRAME_BOTTOM_EXPANDED_HEIGHT = 371; var LEO_HIGHLIGHTS_SHOW_DELAY_MS = 300; var LEO_HIGHLIGHTS_HIDE_DELAY_MS = 750; var LEO_HIGHLIGHTS_SHOW_DELAY_NO_UNDER_MS = 850; var LEO_HIGHLIGHTS_BACKGROUND_STYLE_DEFAULT = "transparent none repeat scroll 0% 0%"; var LEO_HIGHLIGHTS_BACKGROUND_STYLE_HOVER = "rgb(245, 245, 0) none repeat scroll 0% 0%"; var LEO_HIGHLIGHTS_ROVER_TAG = "711-36858-13496-14"; createInlineScriptElement("var LEO_HIGHLIGHTS_DEBUG %3D false%3B%0Avar LEO_HIGHLIGHTS_DEBUG_POS %3D false%3B%0A %0Avar _leoHighlightsPrevElem %3D null%3B%0Avar _leoHighlightsSnoozed %3D false%3B%0A%0A/**%0A * Checks if the passed in class exists%0A * @param c%0A * @return%0A */%0Afunction _leoHighlightsClassExists%28c%29 %7B%0A return typeof%28c%29 %3D%3D %22function%22 %26%26 typeof%28c.prototype%29 %3D%3D %22object%22 ? true %3A false%3B%0A%7D%0A%0A/**%0A * Checks if the firebug console is available%0A * @param c%0A * @return%0A */%0Afunction _leoHighlightsFirebugConsoleAvailable%28c%29 %7B%0A try%0A %7B%0A if%28_leoHighlightsClassExists%28_FirebugConsole%29 %26%26 %0A window.console %26%26 console.log %26%26 %0A %28console instanceof _FirebugConsole%29%29%0A %7B%0A return true%3B%0A %7D%0A %7D%0A catch%28e%29%7B%7D%0A %0A return false%3B%0A%7D %0A%0A%0A/**%0A * General method used to debug exceptions%0A * %0A * @param location%0A * @param e%0A * @return%0A */%0Afunction _leoHighlightsReportExeception%28location%2Ce%29%0A%7B%0A try%0A %7B%0A if%28_leoHighlightsFirebugConsoleAvailable%28%29 ||end timer if required */%0A%09%09if%28anchor.endTimer%29%0A%09%09%09clearTimeout%28anchor.endTimer%29%3B%0A%09%09anchor.endTimer%3Dnull%3B%0A%09%09%0A%09%09anchor.style.background%3DLEO_HIGHLIGHTS_BACKGROUND_STYLE_HOVER%3B%0A%09%09%0A%09%09var underline%3D_leoHighlightsGetAttrib%28anchor%2C%22leohighlights_underline%22%29%3D%3D%27true%27%3B%0A%09%09%0A%09%09/* The element is already showing we are done */%0A%09%09if%28anchor.shown%29%0A%09%09%09return%3B%0A%09%09%0A%09%09/* Setup the start timer if required */%0A%09%09anchor.startTimer%3DsetTimeout%28function%28%29%7B%0A%09%09%09leoHighlig


For the latest travel news, updates and deals, subscribe to the daily TravelPulse newsletter.

Topics From This Article to Explore

More From TravelPulse

Related Videos

Grow Your Travel Business With Certified Courses

Travel Agent Academy
Travel Agent Academy
Majestic Resorts Specialist ProgramDiscover all-inclusive luxury at Majestic Resorts in paradise.
Travel Agent Academy
Travel Agent Academy
Los Cabos Specialist ProgramSell the magic of Los Cabos: luxury, adventure, and endless sunshine.
Travel Agent Academy
Travel Agent Academy
Allianz Specialist ProgramProtect every journey with Allianz Partners Travel Insurance.
Travel Agent Academy
Travel Agent Academy
Majestic Resorts Specialist ProgramDiscover all-inclusive luxury at Majestic Resorts in paradise.
Travel Agent Academy
Travel Agent Academy
Los Cabos Specialist ProgramSell the magic of Los Cabos: luxury, adventure, and endless sunshine.
Travel Agent Academy
Travel Agent Academy
Allianz Specialist ProgramProtect every journey with Allianz Partners Travel Insurance.

Don't Miss These Travel Agent Events and Trainings

Upcoming Webinar
Every Island Tells a Story: Part 2 – Selling the Caribbean Through Immersive ExperiencesWednesday, August 19, 2026
2:00pm Eastern
Continue the journey in the second installment of our Every Island Tells a Story webinar series. This...
Upcoming Webinar
The Art of Destination Recommendation: Alternative Destination Strategies for Travel AdvisorsTuesday, August 18, 2026
2:00pm Eastern
What if your next best sale is a destination your client hasn’t considered—and you’ve never visited?...
Upcoming Webinar
From Interest to Booking: Selling HANKYU × PONANT Japan CruisesFriday, August 21, 2026
4:00pm Eastern
Take the next step in selling HANKYU × PONANT Japan cruises with a practical, advisor focused look at...
Upcoming Webinar
Every Island Tells a Story: Part 2 – Selling the Caribbean Through Immersive ExperiencesWednesday, August 19, 2026
2:00pm Eastern
Continue the journey in the second installment of our Every Island Tells a Story webinar series. This...
Upcoming Webinar
The Art of Destination Recommendation: Alternative Destination Strategies for Travel AdvisorsTuesday, August 18, 2026
2:00pm Eastern
What if your next best sale is a destination your client hasn’t considered—and you’ve never visited?...
Upcoming Webinar
From Interest to Booking: Selling HANKYU × PONANT Japan CruisesFriday, August 21, 2026
4:00pm Eastern
Take the next step in selling HANKYU × PONANT Japan cruises with a practical, advisor focused look at...