.subHomeHeader {
    /*height: 60px!important;*/
}
.teaserLinks {
    border-top: 0px solid #e4e6e7!important;
}
.subHome .dreiTeaserHoriz:first-child > a, .subHome .dreiTeaserHoriz:first-child > p {
     display: none;
}
.subHomeHeader {
    overflow-y: visible !important;
    position: relative;
}
.subHomeHeader p {
    position: absolute;
    bottom: auto;
    top: 290px;
}

.infoWindow a[href*="@"]:before{
    margin: auto auto auto 0;
}

#map-container {
    position: relative;
    direction: ltr;
    width: 695px;
    height: 470px;
    margin-bottom: 20px;
    background: #5ac8f5;
}



#map-canvas, #giWorldMap {
    position: absolute;
    top:0;
    left:0;
    width: 695px;
    height: 470px;
}
#giWorldMap {
    background: url(../img/geo/giWorldMap_de.png);
}
html[lang~="en"] #giWorldMap{
    background: url(../img/geo/giWorldMap_en.png);
}
#giWorldMap img, .giWorldMapHover {
    position: absolute;
    top: 0;
    left: 0;
    width: 695px;
    max-width: 695px;
    height: 470px;
    cursor: pointer;
}

#mapControls {
    position: absolute;
    top: 92px;
    width: 262px;
    height: 300px;
    left: 15px;
}
.infoWindow {
    width: 480px;
    min-height: 200px;
}


.infoWindowTeaserImage {
    position: absolute;
    height: 200px;
    overflow: visible;
    margin-top: 0;
    margin-left: 0;

}

.infoWindowTeaserImage .bildnachweis{
    position: absolute;
    bottom: .125rem;
    right: .1875rem;
    padding-left: .3125rem;
    font-size: .59375rem;
    line-height: 1.157894;
    color: rgba(255,255,255,0.9);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90);
    text-shadow: 0.5px 0.866px 3px rgb(0,0,0);
    text-align: right;
    z-index: 1;

}
.infoWindowTeaserImage img {
    width: 200px;
    height: 200px;
}

.infoWindowCopy {
    position: relative;
    margin-left: 215px;
    font-size: 12px;
    font-family: Arial;
    line-height: 130%;
    overflow: hidden;
}

.infoWindowCopy h4 {
    margin: 0 0 10px 0;
    padding: 12px 0 0 0;
    font-size: 18px;
    font-family:"ClanWebPro-NarrMedium", "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 115%;
}

.infoWindowCopy a, .infoWindowCopy .icon-phone {
    display: inline;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/*
#map-canvas .gm-style-iw {
    top: 1px!important;
    left: 1px!important;
    overflow: visible!important;
}

#map-canvas .gm-style-iw > div {
    overflow: visible!important;
}
*/
#map-canvas img {
    max-width: none;
}
#mapControls label {
    font-size: 14px;
    font-family: Arial;
    position: absolute;
    top: 5px;
    left: 7px;
    color: #788287;
}
#mapControls label.focus {
    opacity: 0.2;
    -moz-opacity: 0.2;
    filter:alpha(opacity=20);
}
/**
     * typeahead autocompleter
     */
 #prefetch {
    margin-bottom: 40px;
}
.tt-menu , .gist {
    text-align: left;
}
.typeahead, .tt-query, .tt-hint {
    width: 230px;
    height: 24px;
    padding: 6px 10px 6px 10px;
    font-size: 16px;
    line-height: 26px;
    border: 1px solid #ccc;
    outline: none;
    /*font-family:"ClanWebPro-NarrMedium", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    color: #788287;
}
.typeahead {
    background-color: #fff;
}
.typeahead:focus {
    border: 1px solid #788287;
}
.tt-query {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.tt-hint {
    color: #999
}
.tt-menu {
    width: 250px;
    margin-top: 0px;
    padding: 8px 0px;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}
.tt-menu h5 {
    margin: 15px 0 10px 0;
    padding: 0;
    border-bottom: 1px solid #f0f0f0;
    position: relative;
    height: 15px;
}
.tt-menu h5 span {
    position: absolute;
    top: 5px;
    padding: 0 10px 0 8px;
    display: block;
    background: #fff;
    height: 14px;
    font-size: 12px;
    font-family:"ClanWebPro-NarrMedium", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    line-height: 115%;
    color: #929a9e;
}
.tt-suggestion {
    padding: 3px 8px;
    font-size: 16px;
    line-height: 16px;
    color: #5f676b;
}
.tt-suggestion.tt-cursor {
    color: #fff;
    background-color: #5f676b;
}
.tt-suggestion p {
    margin: 0;
}
.gist {
    font-size: 12px;
}
/* example specific styles */

/* ----------------------- */
 #custom-templates .empty-message {
    padding: 5px 10px;
    text-align: center;
}
#multiple-datasets .league-name {
    margin: 0 20px 5px 20px;
    padding: 3px 0;
    border-bottom: 1px solid #ccc;
}
#scrollable-dropdown-menu .tt-menu {
    max-height: 150px;
    overflow-y: auto;
}
#rtl-support .tt-menu {
    text-align: right;
}
/**
 * dropkick styles
 */

 #mapControls select {
    width: 100px;
}
#mapControls #dropdowns {
    visibility: hidden;
}

#mapControls #dropdowns.rendered {
    visibility: visible;
}
.geoSelect.dk_open {
    z-index: 1;
}
.geoSelect.dk_container {
    width:220px;
    float:none !important;
    margin-bottom: 10px;
}
.geoSelect .dk_toggle {
    /*    border-width:1px;
    border-style:solid;
    border-top-color:#d4d7d9;
    border-bottom-color:#9b9ea0;
    border-left-color:#e6e7e9;
    border-right-color:#9b9ea0;*/
    border: 0;
    border-bottom: 1px solid #e4e6e7;
    color:#788287;
    padding:1px 20px 5px 0px;
    width:230px !important;
    background-image:url(../img/geo/kontakt_pfeil_unten.png);
    background-position:230px center;
}
.geoSelect .dk_options {
    background:#fff;
}
.geoSelect .dk_options a {
    color:#788287;
    padding: 4px 5px 4px 15px;
}
.geoSelect .dk_options a:hover, .geoSelect .dk_options .dk_option_current a {
    background-color: #5f676b;
    color:#fff;
}
.geoSelect .dk_options_inner {
    border-width:1px;
    border-style:solid;
    border-top-color:#d4d7d9;
    border-bottom-color:#9b9ea0;
    border-left-color:#e6e7e9;
    border-right-color:#9b9ea0;
    list-style-type:none;
    padding:10px 0;
}
.geoSelect.dk_open .dk_options {
    display: block;
}
.geoSelect .dk_open .dk_label {
    color: inherit;
}
.geoSelect .dk_options {
    display: none;
    min-width:252px;
}
.geoSelect .dk_options_inner  li:first-child { display:block!important; }

.infoWindowCopy .icon-email:before {font-size: 11px;padding: 1px 7px 0 0;}
.infoWindowCopy .icon-phone:before {font-size: 11px;padding: 0 6px 0 1px;}
.infoWindowCopy .icon-external-link:before {font-size: 11px;padding-right: 7px;}
.infoWindowCopy .icon-double-arrow-right:before {font-size: 11px;padding-right: 7px;}
.infoWindowCopy a[href*="@"]:before, .infoWindowCopy span[data-object_id*="13547"]:before, .infoWindowCopy span[data-object_id*="16158"]:before, .infoWindowCopy a[title*="PDF"]:before{ font-size: 11px;}
[class^="icon-"], [class*=" icon-"]{font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;}
[class^="icon-"]:before, [class*=" icon-"]:before{font-family: "GI-Iconset";}
.infoWindow .icon-double-arrow-right:before {display: inline-block;}
.infoWindow .icon-double-arrow-right:after {display: none;}


/* Standorte */
#mapControls .noEntryMsg{position: absolute; top: 0; left: 0; right: 10px; background: #fe0054; background: #788287; margin: 0;
    padding: 6px 5px 5px;color: #fff;font-family:"ClanWebPro-NarrMedium", "Helvetica Neue", HelveticaNeue, Helvetica, Arial, sans-serif;  text-transform:uppercase; font-weight:normal; font-size:0.78125em;}
#mapControls .twitter-typeahead{width: 100%; background: #fff;}
#mapControls .searchIcon:before{font-family:'GI-Iconset'; content: "\e700"; position:absolute; right:1rem; top:.75rem; font-size:1em; color:#cbcfd1;}
#mapControls .deleteBtn{position: absolute; top: 0; right: 5rem; width: 50px; height: 50px;cursor: pointer;}
#mapControls .deleteBtn.right{right: 0rem;}
#mapControls .deleteBtn:after { content: "\e80a"; font-family:'GI-Iconset'; position:absolute; right:1.125rem; top: 0.84rem; font-size:1em; color:#cbcfd1; transition: all .2s ease-in-out;}
#mapControls .cancelBtn {font-family:"ClanWebPro-NarrMedium", "Helvetica Neue", HelveticaNeue, Helvetica, Arial, sans-serif; font-weight:normal; font-size:0.78125em; color:#788287; text-transform:uppercase; position:absolute; right:
0.625rem; top:.84rem; cursor: pointer; padding: 0 .5rem;}
input.standardSuche, input.standardFeld { width:100%; padding:0.625rem; border:1px solid #caced0; /* box-shadow:inset 0 0 0 1px #cbcfd1; */ -webkit-box-sizing:border-box; box-sizing:border-box; -webkit-border-radius:0; border-radius:0; -webkit-appearance: none; font-family:Arial,"Helvetica Neue",HelveticaNeue,Helvetica,Roboto,sans-serif; position:relative; font-size:1.0625em; color:#5f676b; -webkit-transition: all .4s ease-in-out; -moz-transition: all .4s ease-in-out; -ms-transition: all .4s ease-in-out; -o-transition: all .4s ease-in-out; transition: all .4s ease-in-out; }
.suche input.standardFeld { padding:0.625rem 2.5625rem 0.625rem 0.625rem; }
div.standortSuche input.standardSuche { -webkit-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.17); -moz-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.17); box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.17); }
div.standortSuche input.standardSuche.noEntry { color:#fe0054; border: 1px solid #788287;}
div.standortSuche input.standardSuche.noEntry:focus { color:#fe0054; border:1px solid #fe0054; }
div.standortSuche input.standardSuche:focus, input.standardFeld:focus { border-color:#5f676b; }
.kursSucheContainer input.standardSuche { border:1px solid #fff; }
input.standardSuche::-webkit-input-placeholder { color:#949ca0; opacity:1; }
input.standardSuche:-moz-placeholder { color:#949ca0; opacity:1; }
input.standardSuche::-moz-placeholder { color:#949ca0; opacity:1; }
input.standardSuche::-ms-input-placeholder { color:#949ca0; opacity:1; }
