html, body {
    margin: 0px;
    padding: 0px;
}
a {
   outline: 0;
}
.netzinfo-mainbox-map {
    font-family: 'VodafoneRg', sans-serif;
    font-weight: 400;
    width: 96%;
    max-width: 960px;
    min-width: 300px;
    margin: 0px auto;
	padding: 50px 0px;
}
.netzinfo-mainbox-map h2 {
    color: rgb(230, 0, 0);
    font-size: 40px;
    margin: 0px 0px 30px 0px;
}

.netzinfo-chapter-map:after {
    content: "";
    display: table;
    clear: both;
    margin-bottom: 10px
}

.netzinfo-chapter-map h4 {
    font-family: 'VodafoneRg', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    margin: 0px
}

.netzinfo-chapter-map h6 {
    font-family: 'VodafoneRgBd', sans-serif;
    font-weight: 600;
    font-size: 18px;
    margin: 0px
}

.netzinfo-teaser-map {
    color: rgb(102, 102, 102)
}
.ni-dachzeile-map {
    font-size: 13px;
    color: #fff;
    font-family: 'VodafoneRg', sans-serif;
    font-weight: 400;
	letter-spacing: 0.5px;
}

#deutschland-wrapper {
    width: 100%;
    max-width: 960px;
    background-color: #a3b1ba;
    margin: 0px auto;
    padding-top: 10px;
    padding-bottom: 50px;
}
#deutschlandkarte {
    margin: 30px 100px;
}
.spacer {
    height: 50px;
}

#niedersachsen,  
#bremen,
#hamburg,
#schleswig-holstein,
#mecklenburg-vorpommern,
#brandenburg,
#berlin,
#sachsen-anhalt,
#sachsen,
#thueringen,
#hessen,
#nordrhein-westfalen,
#rheinland-pfalz,
#saarland,
#baden-wuerttemberg,
#bayern {
    fill:#fff;
    stroke:#818180;
}

svg path:hover {
  transition: transform .25s ease;
  cursor: pointer;
}

#niedersachsen:hover,  
#bremen:hover,
#hamburg:hover,
#schleswig-holstein:hover,
#mecklenburg-vorpommern:hover,
#brandenburg:hover,
#berlin:hover,
#sachsen-anhalt:hover,
#sachsen:hover,
#thueringen:hover,
#hessen:hover,
#nordrhein-westfalen:hover,
#rheinland-pfalz:hover,
#saarland:hover,
#baden-wuerttemberg:hover,
#bayern:hover {
  fill: url(#img1);
  transition: all .25s ease;
  stroke:#818180;    
}  

.hotspot {
	cursor:pointer
}
#tt {
	position:absolute; 
	display:block;
}
#ttcont {
	display:block; 
	padding:4px 12px 3px 7px; 
	margin-left:5px; 
	background:#FFF; 
	color:#333;
    font-family: 'VodafoneRg', sans-serif;
	font-size:20px;
	box-shadow: 0 0 4px rgba(0,0,0,0.3);
}










@media only screen and (max-width: 700px) {
    .netzinfo-chapter-map h4 {
        font-size: 16px;
        line-height: 24px
    }
	#deutschlandkarte {
    	margin: 20px 50px;       
	}
}


@media only screen and (max-width: 640px) {
	#ttcont {
		font-size:14px;
	}	
}


























