/* 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%;
}
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;
}
h3, .koalition {
	 font-size:1rem;
    line-height:1.1rem;
    font-weight:400;
    margin-bottom:0.3rem;
    color:#000;
    font-family: Montserrat,sans-serif;
    text-rendering: optimizeLegibility;
}
.legende {
	font-size:0.4rem;
}
.partei {
	width:14.2%;
	display:inline-block;
	float:left;
	text-align:center;
	font-size:1rem;
	font-family: Montserrat,sans-serif;
	color:white;
}
.partei span {
	margin:0.3rem;
}
.content {
	width:100%;
	margin-bottom:3.5rem;
}
.umfrage {
	display:inline-block;
	width:100%;
	margin-bottom:1rem;
}
#CDU {
	background-color:black;
}
#SPD {
	background-color:#FF0000;
}
#GRUENE {
	background-color:#04B404;
}
#FDP {
	background-color:#E2D717;
}
#LINKE {
	background-color:#BC003B;
}
#AFD {
	background-color:#00A5E1;
}
#SONSTIGE {
	background-color:#BDBDBD;
}

.spd_null, .spd_eins, .spd_zwei, .spd_drei {
	background-color:#FF0000;
	height:0.7rem;
	display:inline-block;
}
.gruene_null, .gruene_eins, .gruene_zwei, .gruene_drei {
	background-color:#04B404;
	height:0.7rem;
	display:inline-block;
}
.fdp_null, .fdp_eins, .fdp_zwei, .fdp_drei {
	background-color:#E2D717;
	height:0.7rem;
	display:inline-block;
}
.linke_null, .linke_eins, .linke_zwei, .linke_drei {
	background-color:#BC003B;
	height:0.7rem;
	display:inline-block;
}
.union_null, .union_eins, .union_zwei, .union_drei {
	background-color:black;
	height:0.7rem;
	display:inline-block;
}

.koalition {
	font-weight:bold;
	font-size:1.3rem;
	margin-left:0.5rem;
}
.fifty {
	border-right:1px solid black;
	position:relative;
	left:50%;
	height:1rem;
	z-index:2;
}
.button {
	cursor:pointer;
}
#koalitionen, #koalitionen_eins, #koalitionen_zwei, #koalitionen_drei, #wahl_zwei, #wahl_drei, #wahl_vier {
	display:none;
}


@media only screen and (max-width: 600px) {
.partei {
	
	font-size:0.6rem;
	font-weight:900;
	
}
.ergebnis {
	font-size:0.8rem;
	font-weight:900;
}
}





@media only screen and (max-width: 400px) {
.partei {
	
	font-size:7px;
	font-weight:900;
	
}
.ergebnis {
	font-size:0.6rem;
	font-weight:900;
}
h2 {
    font-size:1.2rem;
    line-height:1.6rem;
    font-weight:400;
    margin-bottom:0.5rem;
    color:#000;
    font-family: Montserrat,sans-serif;
    text-rendering: optimizeLegibility;
}

}