/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('https://service.wochenblatt-reporter.de/ablage/fonts/Roboto/roboto-v29-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('https://service.wochenblatt-reporter.de/ablage/fonts/Roboto/roboto-v29-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('https://service.wochenblatt-reporter.de/ablage/fonts/Roboto/roboto-v29-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('https://service.wochenblatt-reporter.de/ablage/fonts/Roboto/roboto-v29-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('https://service.wochenblatt-reporter.de/ablage/fonts/Roboto/roboto-v29-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('https://service.wochenblatt-reporter.de/ablage/fonts/Roboto/roboto-v29-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('https://service.wochenblatt-reporter.de/ablage/fonts/Roboto/roboto-v29-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('https://service.wochenblatt-reporter.de/ablage/fonts/Roboto/roboto-v29-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('https://service.wochenblatt-reporter.de/ablage/fonts/Roboto/roboto-v29-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('https://service.wochenblatt-reporter.de/ablage/fonts/Roboto/roboto-v29-latin-700.woff') format('woff'), /* Modern Browsers */
       url('https://service.wochenblatt-reporter.de/ablage/fonts/Roboto/roboto-v29-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('https://service.wochenblatt-reporter.de/ablage/fonts/Roboto/roboto-v29-latin-700.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* montserrat-regular - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('https://service.wochenblatt-reporter.de/ablage/fonts/Montserrat/montserrat-v18-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('https://service.wochenblatt-reporter.de/ablage/fonts/Montserrat/montserrat-v18-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('https://service.wochenblatt-reporter.de/ablage/fonts/Montserrat/montserrat-v18-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('https://service.wochenblatt-reporter.de/ablage/fonts/Montserrat/montserrat-v18-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('https://service.wochenblatt-reporter.de/ablage/fonts/Montserrat/montserrat-v18-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('https://service.wochenblatt-reporter.de/ablage/fonts/Montserrat/montserrat-v18-latin-regular.svg#Montserrat') format('svg'); /* Legacy iOS */
}

body {
    margin: 0;
    padding: 0;
    background: #fefefe;         
    font-family: Roboto,sans-serif;
    font-weight: 400;
    line-height: 1.5rem;
    color: #0a0a0a; 
    -webkit-font-smoothing: antialiased;
    width:95%;
    
}
.ergebnisfenster {
    font-size:1.2rem;
    color:#004d88;
    font-weight:900;
    display:inline-block;
    line-height:1.4rem;
	width:70%;
}
h1 {
	font-size:2rem;
    line-height:2rem;
    font-weight:400;
    margin-bottom:0.5rem;
    color:#000;
    font-family: Montserrat,sans-serif;
    text-rendering: optimizeLegibility;
}
h2 {
    font-size:1.5rem;
    line-height:2rem;
    font-weight:400;
    margin-bottom:0.5rem;
    color:#000;
    font-family: Montserrat,sans-serif;
    text-rendering: optimizeLegibility;
}
h2 span {
    font-weight:900;
    color:#004d88;
}
#zeit, #trend, #hohe, #datum, #line {
    font-size:0.7rem;
    color:#000;
    line-height:0.7rem;
    font-weight:900;
}

.box {
	width:100%;
	margin-bottom:1.5rem;
}
#speyer, #worms, #mannheim_rhein, #mannheim_neckar, #heidelberg {
	display:none;
}
.pic {
    float:left;
    display:inline-block;  
	margin-top:12px;
}
.button {
	width:49.25%;
	margin-right:0.5%;
	margin-bottom:0.5rem;
	background-color:#004d88;
	color:white;
	display:inline-block;
	float:left;
	text-align:center;
	height:2rem;
	padding-top:0.3rem;
	font-family: Montserrat,sans-serif;
	cursor:pointer;
}
.buttonbox {
	margin-top:0.5rem;
}
.right {
	float:right;
	margin-right:0px;
}

img {
   display:inline; 
   width:6rem;
   height:6rem;
   margin-right:1rem;
   float:left;
   width:100px;
}
#trend {
    display:inline;
}   
#trend_2 {
    display:none;
}
#legende {
    font-size:0.6rem;
    line-height:0.7rem;
}
#mapid { 
height: 600px; 
}


@media only screen and (max-width: 900px) {
	#mapid { 
		height: 300px; 
	}
	img {
		width:70px;
	}
}