


<!DOCTYPE html>
<html 


xml:lang="en" lang="en"
dir="ltr"
class="no-js">
    
<head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <meta http-equiv="Content-Style-Type" content="text/css" />
    <meta http-equiv="Content-Script-Type" content="text/javascript" />

    <title>German Missions in the United States - Home</title>

    <meta name="keywords" content="Foreign policy, Federal Foreign Office, Germany" />

    

    <script type="text/javascript" src="/resource/1192898995/js/libs/modernizr.custom.js"></script>

<!-- START MOBILE SWITCH -->
	<script>

		var mobile = false;

		/*
		 if(Modernizr.touch || Modernizr.mq('all and (max-device-width:'+ 480 +'px)')){
			mobile = true;
		}*/

		var userAgents = {
			// browser
			chrome : navigator.userAgent.search(/chrome/i) !== -1,
			firefox : navigator.userAgent.search(/firefox/i) !== -1,
			safari : navigator.userAgent.search(/safari/i) !== -1 && navigator.userAgent.search(/chrome/i) === -1,
			opera : navigator.userAgent.search(/opera/i) !== -1,
			msie : navigator.userAgent.search(/msie/i) !== -1,
			// devices
			iphone : navigator.userAgent.search(/iphone/i) !== -1,
			ipad : navigator.userAgent.search(/ipad/i) !== -1,
			ipod : navigator.userAgent.search(/ipod/i) !== -1,
			blackberry : navigator.userAgent.search(/blackberry/i) !== -1,
			androidmobile : navigator.userAgent.search(/android/i) !== -1 && navigator.userAgent.search(/mobile/i) !== -1,
			androidtablet : navigator.userAgent.search(/android/i) !== -1 && navigator.userAgent.search(/mobile/i) === -1,
			// OS
			windows : navigator.userAgent.search(/windows/i) !== -1,
			mac : navigator.userAgent.search(/mac/i) !== -1,
			android : navigator.userAgent.search(/android/i) !== -1,
			ios : navigator.userAgent.search(/iphone|ipad|ipod/i) !== -1,
			windowsphone : navigator.userAgent.search(/windows phone/i) !== -1,
			// browser engines
			webkit : navigator.userAgent.search(/applewebkit/i) !== -1,
			// feature detection
			touchdevice : Modernizr.touch
		};

		var isMobile = userAgents.iphone || userAgents.ipod || userAgents.blackberry || userAgents.windowsphone || userAgents.androidmobile;
		var isTablet = userAgents.ipad || userAgents.androidtablet;
		var isDesktop = !isMobile && !isTablet;

		mobile = isMobile;

		var initialUrl = window.location;
		var finalUrl = initialUrl.href;
		var hostParts = initialUrl.host.split('.');

		if(mobile){
			if(initialUrl.protocol === 'https:'){

				if(hostParts[0] === 'www'){
					finalUrl = initialUrl.protocol + '//mobile' + hostParts[1];
					for(i=2; i < hostParts.length; i++){
						finalUrl += '.' + hostParts[i];
					}
					finalUrl += initialUrl.pathname;
					window.location = finalUrl;
				}else if(hostParts[0].substr(0,6) === 'mobile'){
					finalUrl = initialUrl.href;
				}else{
					finalUrl = initialUrl.protocol + '//mobile' + hostParts[0];
					for(i=1; i < hostParts.length; i++){
						finalUrl += '.' + hostParts[i];
					}
					finalUrl += initialUrl.pathname;
					window.location = finalUrl;
				}
			}else{

				if(hostParts[0] === 'www'){
					finalUrl = initialUrl.protocol + '//m';
					for(i=1; i < hostParts.length; i++){
						finalUrl += '.' + hostParts[i];
					}
					finalUrl += initialUrl.pathname;
					window.location = finalUrl;
				}else if(hostParts[0] === 'm'){
					finalUrl = initialUrl.href;
				}else{
					finalUrl = initialUrl.protocol + '//m';
					for(i=0; i < hostParts.length; i++){
						finalUrl += '.' + hostParts[i];
					}
					finalUrl += initialUrl.pathname;
					window.location = finalUrl;
				}
			}
		}else{
			if(initialUrl.protocol === 'https:'){
				if(hostParts[0].substr(0,6) === 'mobile'){
					finalUrl = initialUrl.protocol + '//www.' + hostParts[0].slice(6, hostParts[0].length);
					for(i=1; i < hostParts.length; i++){
						finalUrl += '.' + hostParts[i];
					}
					finalUrl += initialUrl.pathname;
					window.location = finalUrl;
				}else{
					finalUrl = initialUrl.href;
				}
			}else{
				if(hostParts[0] === 'm'){
					finalUrl = initialUrl.protocol + '//www';
					for(i=1; i < hostParts.length; i++){
						finalUrl += '.' + hostParts[i];
					}
					finalUrl += initialUrl.pathname;
					window.location = finalUrl;
				}else{
					finalUrl = initialUrl.href;
				}
			}
		}
	</script>
<!-- END MOBILE SWITCH -->


    
        
<link rel="shortcut icon" type="image/x-icon" href="/resource/1590807281/images/favicon.ico" />
<link rel="stylesheet" href="/resource/1320527625/css/styles.css" type="text/css" media="screen, projection" />
<link rel="stylesheet" href="/resource/2009771818/css/shadowbox.css" media="screen,projection,tv" type="text/css" />    
<link rel="stylesheet" href="/resource/759995564/css/00_color.css" type="text/css" media="screen, projection" />

<link rel="stylesheet" href="/resource/475414841/css/print.css" type="text/css" media="print" />
<!--[if IE]>
    <link rel="stylesheet" href="/resource/823415103/css/ieall.css" type="text/css" media="projection, screen" />
<![endif]-->

    
    



    
<link rel="alternate" type="application/rss+xml" href="/Vertretung/usa/en/__rss/Latest__News" title="Germany.info - Latest News" />


    
<link rel="alternate" type="application/rss+xml" href="/Vertretung/usa/en/__rss/Press" title="Germany.info - Press Releases, Statements and Speeches" />



    
    <script type="text/javascript" src="/resource/1547603319/js/__basic-behaviour.js"></script>
    <script type="text/javascript">
        var g_lang = {
            shadowBoxClose: 'Close window'
        },
        lang_text = {
            close: 'close',
            open: 'open'
        },
        lang_Array = {
            visible: false,
            change: 'Text size',
            normal: 'Normal',
            big: 'Large',
            huge: 'Extra large',
            placeholders: {
                searchFor: 'Search for'
            }
        };
    </script>
    <!--[if lte IE 6]>
        <script type="text/javascript" src="/resource/265426280/js/__ie6-behaviour.js"></script>
    <![endif]-->
</head>
    
<body id="home" class="default-layout">
    <div id="wrapper-outer">
        <div id="wrapper">
            <ul class="skip">
                <li><a href="#main">Contents</a></li>
            </ul>
            


    

<div id="branding">
    
    <div id="logo" style="background: #fff url(/resource/1141086765/images/logo.gif) no-repeat 0 20px;">
        
            <img class="print-logo" src="/resource/1141086765/images/logo.gif" alt="Federal Foreign Office logo" />
        
        
            
                
                    <strong>
                        German Missions<br />in the United States
                    </strong>
                    <strong>
                        <br />
                    </strong>
                
                
            
        
    </div>
    
    
    <div id="head">
        
            
<div id="nav-meta">
    <ul>
        
            
<li class="language"
    lang="de"
    >
    <a href="/Vertretung/usa/de/Startseite.html">
        Deutsch
    </a>
</li>

        
        
            <li><a href="/Vertretung/usa/en/Startseite.html">Home</a></li>
        
        
           <li><a href="/Vertretung/usa/en/Sitemap.html">Site map</a></li>
        
        
            <li><a href="/Vertretung/usa/en/Newsletter.html">Newsletter</a></li>
        
        
            <li><a href="/Vertretung/usa/en/Kontakt.html">Contact</a></li>
        
        
            <li><a href="/Vertretung/usa/en/RSS-uebersicht.html">RSS</a></li>
        
    </ul>
</div><!-- nav-meta -->
        
        <div id="search-box">
            
                
                
                    <img alt="" src="/contentblob/5091652/BildDaten/7724792/UNSCcandidacyL.png" />
                    <img alt="" src="/contentblob/3634112/BildDaten/2606503/Reichstagdomebannerrechts.jpg" />
                
            
            
                

    <h2>Search</h2>

<form id="searchForm" action="/Vertretung/usa/en/Suche.html" method="post">
    <fieldset>
        
        
        <label for="suchen">Search for</label>
        <input id="suchen" name="q" title="Enter a search word" accesskey="4" type="text" value=""/>
        <input type="image" src="/resource/1436830383/images/icons/icon-search.png" value="Search" class="button" alt="suchen" />
    </fieldset>
</form>


            
        </div><!-- end search-box -->
        <p class="section">
            
                
                    Welcome to Germany.info
                
                
            
        </p><!-- end section -->
    </div><!-- ende head-->
    
</div><!-- end branding-->



            

    
<div id="nav">
    <div id="nav-box">
        <h2>main navigation</h2>
        <ul>
            <li class="path">
                
                    
                        
                            <strong>Home</strong>
                        
                        
                    
                
            </li>
            
                

    <li >
        

    
    
        
<a href="/Vertretung/usa/en/01-EmbassyConsulates/00/Embassy-Consulates.html">Embassy, Consulates, UN Mission</a>
    

        
    </li>

    <li >
        

    
    
        
<a href="/Vertretung/usa/en/02-Service/SERVICE.html">Service</a>
    

        
    </li>

    <li >
        

    
    
        
<a href="/Vertretung/usa/en/03-Topics/00/Welcome-to-Germany.html">Welcome to Germany</a>
    

        
    </li>

    <li >
        

    
    
        
<a href="/Vertretung/usa/en/04-News/00/News.html">News</a>
    

        
    </li>


            
        </ul>
    </div>
</div>

            

    
<div id="breadcrumb">
    <ul>
        
            
                
                    
                        
                            <li class="last">
                                
<span class="aural">You are here</span>
<strong>Home</strong>
                            </li>
                        
                        
                    
                
            
            
        
    </ul>
</div>

            
<div id="content">
    

    

<div id="stage-wrapper">
    <div id="stage-box">
        <ol id="stage-toc">
            
                
                    
                
<li>
    <a href="#section-1">
        <span>
            
                <span class="image-box">
                    

<img class="photo" src="/contentblob/4891114/Teaser/6916895/30WSJSkills1.jpg" alt="Trainee in production technology"
title="Trainee in production technology (&#169; picture alliance / dpa)"
longdesc="/Vertretung/usa/Bilder/en/__pr/P__WASH/2016/09/30-WSJ-Skills1?view=as_long_description&amp;site=267101"
 />


                </span>
            
            Skills Initiative: Sharing Best Practices in Workforce Training
        </span>
    </a>
</li>

            
                
                    
                
<li>
    <a href="#section-2">
        <span>
            
                <span class="image-box">
                    

<img class="photo" src="/contentblob/4865818/Teaser/6796512/StudierenDraussen.jpg" alt="Unileben"


 />


                </span>
            
            Language, Study and Research   
        </span>
    </a>
</li>

            
                
                    
                
<li>
    <a href="#section-3">
        <span>
            
                <span class="image-box">
                    

<img class="photo" src="/contentblob/5195320/Teaser/8075289/52schraegerVogel.jpg" alt=""


 />


                </span>
            
            Word of the Week: schräger Vogel 
        </span>
    </a>
</li>

            
        </ol>
        <div class="panel-wrapper">
            
                
                    
                
<div class="section" id="section-1">
    
        <a href="#">

<img src="/contentblob/4891114/Startseitenteaser/6916899/30WSJSkills1.jpg" alt="Trainee in production technology"
title="Trainee in production technology (&#169; picture alliance / dpa)"
longdesc="/Vertretung/usa/Bilder/en/__pr/P__WASH/2016/09/30-WSJ-Skills1?view=as_long_description&amp;site=267101"
 />
</a>
    
    <div class="teaser-box">
        <h2>
            Skills Initiative: Sharing Best Practices in Workforce Training
        </h2>
        <div class="teaser-details">
            <p>Through Skills Initiative, the German Embassy is seeking cooperation with states, locally convening groups of German companies and bringing them together with training providers so that they can work on the best fit for training programs in their area.</p>
            
                <ul class="linklist">
                    
                        <li>
<a class="internal" href="/Vertretung/usa/en/03-Topics/02-Business-Trade/02__Bus__w__Germany/SkillsInitiative.html">Skills Initiative</a>
</li>
                    
                </ul>
            
        </div>
    </div>
</div>

            
                
                    
                
<div class="section" id="section-2">
    
        <a href="#">

<img src="/contentblob/4865818/Startseitenteaser/6796516/StudierenDraussen.jpg" alt="Unileben"


 />
</a>
    
    <div class="teaser-box">
        <h2>
            Language, Study and Research   
        </h2>
        <div class="teaser-details">
            <p>Engaging with the German language encourages dialogue, exchange and cooperation between people and cultures. Whatever it is you want to find in the area of study and exchange to Germany, from degree programs in Germany, to scholarship databases, to study abroad helpful hints, our practical guide is here to assist you.</p>
            
                <ul class="linklist">
                    
                        <li>
<a class="internal" href="/Vertretung/usa/en/03-Topics/04-Language-Study-Research/00/Language-Study-Research.html">Language, Study, Research</a>
</li>
                    
                </ul>
            
        </div>
    </div>
</div>

            
                
                    
                
<div class="section" id="section-3">
    
        <a href="#">

<img src="/contentblob/5195320/Startseitenteaser/8075293/52schraegerVogel.jpg" alt=""


 />
</a>
    
    <div class="teaser-box">
        <h2>
            Word of the Week: schräger Vogel 
        </h2>
        <div class="teaser-details">
            <p>The term schräger Vogell translates to &#034;slanted/crooked bird.&#034; But in this case, the word schräg means &#034;strange&#034; instead of &#034;crooked&#034;. And it has nothing to do with our feathery friends.</p>
            
                <ul class="linklist">
                    
                        <li>
<a class="internal" href="/Vertretung/usa/en/03-Topics/04-Language-Study-Research/WoW/2017/52-schraegerVogel.html">Word of the Week</a>
</li>
                    
                </ul>
            
        </div>
    </div>
</div>

            
        </div>
    </div>
</div>


<div id="main">
    

    
        
        
            



            

    
    
    


    
        
    
<div class="teaser">
    


    
        
        
            <a href="/__Zentrale_20Komponenten/Ganze-Seiten/en/Politik/SR-Kandidatur-2019.html?site=267101">

<img class="photo" src="/contentblob/4846266/Teaser/6721753/UNSicherheitsratKandidaturlogoen.jpg" alt="German Security Council candidature logo "
title="German Security Council candidature logo  (&#169; Federal Foreign Office)"
longdesc="/__Zentrale_20Komponenten/____Bilder__neu/Politik/VN/UN-Sicherheitsrat-Kandidaturlogo-en?view=as_long_description&amp;site=267101"
 />

</a>
        
    


    <h2 class="label"><a href="/__Zentrale_20Komponenten/Ganze-Seiten/en/Politik/SR-Kandidatur-2019.html?site=267101">Germany’s candidacy for a seat on the Security Council in 2019/20</a></h2>

<p>Germany is seeking to become a non-permanent member of the United Nations Security Council. Former Foreign Minister Steinmeier announced the candidacy for 2019/20 in Hamburg on Monday (27 June). The elections are expected to take place at the General Assembly in June 2018.</p>
<p class="t-link">
    <a class="internal" href="/__Zentrale_20Komponenten/Ganze-Seiten/en/Politik/SR-Kandidatur-2019.html?site=267101" title="Germany’s candidacy for a seat on the Security Council in 2019/20">
        Germany’s candidacy on the Security Council
    </a>
</p>

    

</div>

    
        
    
<div class="teaser">
    


    
        
        
            <a href="/Vertretung/usa/en/__pr/P__Wash/2017/02/24-LanguageFails.html">

<img class="photo" src="/contentblob/4998170/Teaser/7364376/24LanguageFails3.jpg" alt="Man laughing"
title="Man laughing (&#169; Colourbox)"

 />

</a>
        
    


    <h2 class="label"><a href="/Vertretung/usa/en/__pr/P__Wash/2017/02/24-LanguageFails.html">#MyDeutschFail: Finding the Humor in Language Learning</a></h2>

<p>A popular strategy to language learning of any kind, but perhaps especially so with a more complicated language such as German, is keeping a sense of humor about it. As such, we interviewed German language learners of all ages to ask about their funniest language mistakes they have made.</p>
<p class="t-link">
    <a class="internal" href="/Vertretung/usa/en/__pr/P__Wash/2017/02/24-LanguageFails.html" title="#MyDeutschFail: Finding the Humor in Language Learning">
        &#039;MyDeutschFail&#039; Project
    </a>
</p>

    

</div>

        
    
</div>
    
<div id="extras">
    
    
    
    
        
            
        
<div class="teaser">
    
        <h3 class="label">Consulate Finder</h3>
    
    
        
            
                <a href="/Vertretung/usa/en/02-Service/Common-subjects/08-Consulate-Finder/__Consulate__Finder.html">

<img class="photo" src="/contentblob/1904644/Teaser/227802/Consulate_Finder_B.jpg" alt="German Missions in the United States"
title="German Missions in the United States (&#169; Germany.info)"

 />

</a>
            
            
        
    
    
        <p>Find out which German Mission can assist you by using our Consulate Finder.</p>
        
    
    <p class="t-link"><a class="internal" href="/Vertretung/usa/en/02-Service/Common-subjects/08-Consulate-Finder/__Consulate__Finder.html" title="Consulate Finder">Consulate Finder</a></p>
    
        
    
</div>

    
        
            
        
<div class="teaser">
    
        <h3>Ambassador Peter Wittig</h3>
    
    
        


<img class="photo" src="/contentblob/4799350/Teaser/5329346/WittigOfficial.jpg" alt="Ambassador Peter Wittig Alt Text"
title="Ambassador Peter Wittig Title (&#169; Zacarias Garcia for Germany.info)"

 />


    
    
        <p>Peter Wittig is the German Ambassador to the United States.<br/></p>
    
    
        
    
    

    
        
        
            <p class="t-link">
                
                    
<a class="internal" href="/Vertretung/usa/en/01-EmbassyConsulates/Embassy/02/01/____TheAmbassador__PA.html">Learn more about his work here</a>

                
            </p>
        
    


</div>
    
        
            
        
<div class="teaser">
    
        <h3 class="label">Skills Initiative</h3>
    
    
        
            
                <a href="/Vertretung/usa/en/Loeschen/07-Econ-Energy-Innovation/02__Bus__w__Germany/SkillsInitiative.html">

<img class="photo" src="/contentblob/3745308/Teaser/2875210/SkillsInitativelogo.png" alt="Skills Initiative"
title="Skills Initiative (&#169; Germany.info)"

 />

</a>
            
            
        
    
    
        <p>The Skills Initiative works to introduce the German style dual training system in the US.</p>
        
    
    <p class="t-link"><a class="internal" href="/Vertretung/usa/en/Loeschen/07-Econ-Energy-Innovation/02__Bus__w__Germany/SkillsInitiative.html" title="Skills Initiative">Skills Initiative</a></p>
    
        
    
</div>

    
        
            
        

<div class="teaser">
    
    


    
        <a class="twitter-timeline" data-width="280" data-height="650" data-theme="light" href="https://twitter.com/GermanyinUSA">Tweets by GermanyinUSA</a> <script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script> 
        
    
    


    
</div>

    
        
            
        

    
        <div class="teaser banner">
            <a class="external" href="http://www.facebook.com/GermanyinUSA" target="_blank" title="In new browser window: German Embassy on Facebook">
                

    <img src="/contentblob/4150456/Banner/6241747/LogoFacebookfinduson.png" class="image-big" alt="Find us on Facebook"
title="Find us on Facebook (&#169; Facebook)"

 />


            </a>
        </div>
    
    

    
        
            
        

    
        <div class="teaser banner">
            <a class="external" href="http://instagram.com/GermanyinUSA" target="_blank" title="In new browser window: GermanyinUSA on Instagram">
                

    <img src="/contentblob/4151386/Banner/6241753/LogoInstagramcamwords.png" class="image-big" alt="Follow us on Instagram"
title="Follow us on Instagram (&#169; Instagram)"

 />


            </a>
        </div>
    
    

    
        
            
        

    
        <div class="teaser banner">
            <a class="external" href="http://www.germanyinusa.tumblr.com" target="_blank" title="In new browser window: German Embassy on Tumblr">
                

    <img src="/contentblob/4718944/Banner/6241738/LogoTumblrfollowus.png" class="image-big" alt="Follow us on Tumblr"
title="Follow us on Tumblr (&#169; Tumblr Inc.)"

 />


            </a>
        </div>
    
    

    
</div>
</div>
            
<div id="footer">
    <div>
        <a id="print" href="#">Printable version</a>
        
            
                
            

    <a class="internal" href="/Vertretung/usa/en/Impressum.html">Publication data/Data privacy</a>


    


    

<a class="send" href="/Vertretung/usa/en/Seite__empfehlen.html?page=1876816">Recommend page</a>


        
        <p class="copyright">&copy;1995 - <script type="text/javascript">var heute = new Date;document.write(heute.getFullYear());</script> Ausw&auml;rtiges Amt</p>
    </div>
</div>

        </div>
    </div>
    

</body>

</html>
