@charset "UTF-8";

/* Body */
body {
    font-family: Merriweather Sans,Lato,Helvetica,sans-serif;
    background-color: #FFFFFF;
    text-align: left;
    margin: 0 0 0 0px;
	}

/* Testmodus */
.testmodus {
  position: fixed; /* Sit on top of the page content */
  padding-top: 20%;
  width: 100%; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #FFFFFF;
  background-color: rgba(255,0,0,0.4); /* White background with opacity */
  z-index: 2000; /* Specify a stack order in case you're using a different order for other elements */
}

/* Barrieremodus */
.barriere {
  position: fixed; /* Sit on top of the page content */
  padding-top: 20%;
  width: 100%; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #FFFFFF;
  background-color: rgba(255,255,255,0.8); /* White background with opacity */
  z-index: 2000; /* Specify a stack order in case you're using a different order for other elements */
}

/* Fonts */

.h1 {
	font:  Merriweather Sans,Lato,Helvetica,sans-serif;
	font-size: 3.13rem;
    line-height: 1.2;
	font-weight: 700;
	font-style: normal;
	color: #26262c;
    text-align: left;
	box-sizing: border-box;
   /*margin-top: 2rem;*/
    margin-bottom: 1rem;
}

.h2	{
    font-size: 1.38rem;
    line-height: 1.5454545455;
   	font-weight: 300;
      
	margin-bottom: 4.75rem;
	box-sizing: border-box;
		}
.h3 {
	
    background: organge;
	padding: 1em;
    text-align: left;
	box-sizing: border-box;
    margin-bottom: 1rem;
}
.category	{
	font-family:Merriweather Sans,Lato,Helvetica,sans-serif;font-size:1rem;line-height: 1.5; margin-bottom: 1em; text-align:left;color:#26262c;font-style:italic; box-sizing: border-box; margin-top: 1.25em;
		}
.tabletitle {
	margin-bottom: 5px;
	font-size: 1rem;
	font-weight: bold;
	text-align: left;
	color: #26262c;

	
	}
.tablesubtitle {
	margin-bottom: 5px;
	font-size: 0.8rem;
	text-align: left;
	color: #26262c;
	font-weight: regular;
		}

.tableload {
	text-align: center;
	
		}
		
.legende {
	font-size: 0.8rem;
	text-align: left;
	color: #26262c;
	font-weight: bold;
	display: inline;

	}
.legendetx {
	display: inline;
	font-size: 0.8rem;
	text-align: left;
	color: #26262c;
	font-weight: regular;

	}

.versteckt {display: none;}
	
.fertig {		
		/*background-color: green ;*/
		padding: 20px 20px ;
		}
		
.nochnicht {
		/*background-color: red ;*/
	}
	
.start
{
		background-image: url("../images/trans.gif");
		background-repeat: no-repeat;
		background-position: center;
		padding: 30px 0px;
		min-width: 40px;
		max-width: 50px;
		
	}
.loader
{
		background-image: url("../images/loader.gif");
		background-repeat: no-repeat;
		background-position: center;
		padding: 30px 0px;
		min-width: 40px;
		max-width: 50px;
		
	}

.ready{
		background-image: url("../images/ready.gif");
		background-repeat: no-repeat;
		background-position: center;
		padding: 30px 0px;
		min-width: 40px;
		max-width: 50px;

	}


.colorth1 {
	background-color: #3e3e3e;
	color: #ffffff;
	font-size: 1rem;

}
.colorth2 {
	background-color: #26262c;
	color: #ffffff;
	font-size: 1rem;

}
.left {
	text-align: left;
}

li {
  display: inline;
  padding: 0;	
  margin: 1em;	
}

a {
  display: inline-block;	
  /*border: 1px solid;*/
  color: #aeaeae;
  padding: .5em;	
  /*margin: .1em;	*/
  text-decoration: none; 
}

/* Container */
.container {
    width:95%;
	margin-left: auto;
    margin-right: auto;
	text-align: left;
    background-color: #FFFFFF;
	/*border:  1px solid #999999;*/
}
/* Header */
.header {
	width: 100%;
	height: 3%;
	background-color: #ffffff;
	/*border: 1px solid #0000FF;*/
}
.logo {
		margin-left: 10%;
}
.hero_header {
	color: #FFFFFF;
	text-align: center;
	margin: 0;
	letter-spacing: 4px;
}
/* About Section */
.text_column {
	width: 90%;
	text-align: left;
	font-weight: lighter;
	line-height: 25px;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	color: #A3A3A3;
}
.gallery {
	clear: both;
	display: inline-block;
	text-align: center;
	width: 100%;
	background-color: #FFFFFF;
	/*[disabled]min-width: 400px;*/
	/*padding-bottom: 35px;*/
	padding-top: 0px;
	margin-top: -5px;
	margin-bottom: 0px;
	/*margin-left:1%;
	margin-right:1%;*/
}
.thumbnail {
	width: 18%;
	text-align: left;
	float: left;
	/*margin-top: 35px;*/
	/*background-color: #FF0000;*/
	padding-bottom: 20px;
	margin-left: 1%;
	margin-right: 1%;
	margin-bottom: 1%;
	/*border-radius: 3px;*/
	/*padding-top: 10px;*/
	/*border-bottom: 4px solid #6DC7D0;*/
}
.gallery .thumbnail h4 {
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 1rem;
	color: #26262c;
	text-align: left;
	padding-left: 1%;

}
.gallery .thumbnail p {
	margin: 0;
	color: #B3B3B3;
	text-align: left;
	padding-left: 1%;
	/*padding-left: 10px;*/
}

.intro {
	background-color: #FFFFFF;
	display: inline-block;
	width: 75%;
	margin-left: 16%;
	/*margin-right: 16%;*/
}
.column {
	width: 100%;
	text-align: left;
	padding-top: 30px;
	float: left;
}
.intro .column h3 {
	color: #FFFFFF;
	text-align: center;
}
.intro .column p {
	color: #FFFFFF;
	padding-left: 30px;
	padding-right: 30px;
	text-align: justify;
	line-height: 25px;
	font-weight: lighter;
	margin-left: 20px;
	margin-right: 20px;
	width: 80%;
	margin-top: 4%;
}
.cards {
	width: 100%;
	height: auto;
	max-width: 420px;
	max-height: 280px;
	/*margin-top:10px;*/
}
.button {
	width: 200px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	text-align: center;
	vertical-align: middle;
	border-radius: 0px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
	border: 3px solid #FFFFFF;
	color: #FFFFFF;
	transition: all 0.3s linear;
}
.button:hover {
	background-color: #6DC7D0;
	color: #FFFFFF;
	cursor: pointer;
}
.copyright {
	text-align: right;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #aeaeae;
	font-style: normal;
	letter-spacing: 0px;

}
footer {
	background-color: #FFFFFF;
	padding-top: 60px;
	padding-bottom: 60PX;
}

.profile {
	width: 50%;
}
.gallery .thumbnail .tag {
	color: #5D5E5D;
	padding-bottom: 4px;
	padding-top: 4px;
	text-align: left;
	/*padding-left: 20px;*/
	padding-right: 20px;
}
.tableposition{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    background-color: #FFFFFF;
}


/* 
Generic Styling, for Desktops/Laptops 
*/
table { 
  width: 100%; 
  border-collapse: collapse; 
}
/* Zebra striping */
tr:nth-of-type(odd) { 
  background: #eee; 
  font-size: 0.8rem;
  line-height: 1.5rem;
  
}
th { 
  border-right: 1px solid #666; 
  text-align: center; 
  padding-top: 30px;
  padding-bottom: 25px;
  padding-left: 8px; 
  padding-right: 8px; 
  font-size: 0.9rem;
  line-height: 1.2rem;
}
td { 
  padding-left: 8px; 
  padding-right: 8px;
  border: 1px solid #fff; 
  text-align: center; 
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 0.9rem;
  line-height: 1.2rem;
  min-width:55px;
}

.tdminwi110 {
	min-width: 50px;
	max-width: 80px;
}
	
.noborder { 
  border: 0px solid #fff; 
 }
 
/**********************************************************************************/
/* Mobile */
/**********************************************************************************/
@media (max-width: 320px) {
	
.container {
	width: 95%;
	/*width: 320px;*/
	/*margin-left: 10px;
	margin-right: 10px;*/
}
.logo {
	width: 50%;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.h1 {
	font-size: 1.88rem;
}

.h2 {
	font-size: 1.19rem;
}
.text_column {
	width: 100%;
	text-align: justify;
	padding: 0;
}
	
.intro {
    display: inline-block;
    width: 100%;
}	
	
.intro .column p {
	width: 100%;
	/*margin-left: 10px;*/
}
.text_column {
	/*padding-left: 20px;*/
}
.thumbnail {
	width: 100%;
	margin-top: 10px;
	margin-left: 1%;
	margin-right: 1%;
}
.gallery .thumbnail h4 {
	font-size: 0.8rem;
}
.column {
	width: 100%;
	margin-top: 0px;
}
.hero_header {
	
	line-height: 22px;
	text-align: center;
}
}

/**********************************************************************************/
/* Small Tablets */
/**********************************************************************************/
@media (min-width: 321px)and (max-width: 767px) {

.container {
	width: 95%;
}

.logo {
	width: 50%;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left:3%;
}
.h1 {
	font-size: 1.88rem;
}

.h2 {
	font-size: 1.25rem;
}
	
.intro {
    display: inline-block;
    width: 80%;
    margin-left: 3%;
    margin-right: 16%;
	}
	
.text_column {
	width: 80%;
	text-align: left;
	padding: 0;
}
.thumbnail {
	width: 48%;
	margin-right: 1%;
	margin-left: 1%;
	/*padding-top: 15px;*/
}
.column {
	width: 80%;
	margin-top: 0px;
}



.gallery .thumbnail h4 {
	font-size: 0.9rem;
}
.text_column {
	/*padding-left: 20px;
	padding-right: 20px;*/
	width: 90%;
}
.column {
	width: 100%;
	margin-left: 0px;
	margin-right: 0px;
}
.profile {
	width: 100%;
}
.intro .column p {
	width: 100%;
	text-align: left;
	padding-left: 0px;
}
}

/**********************************************************************************/
/* Small Desktops */
/**********************************************************************************/
@media (min-width: 768px) and (max-width: 1096px) {
.container {
		width: 90%;
		margin-right: 5%;
		margin-left:5%;
	}
.logo {
	width: 70%;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left:3%;
}
.h1 {
	font-size: 2.5rem;
}
.h2 {
	font-size: 1.32rem;
}
	
.intro {
    display: inline-block;
    width: 90%;
    margin-left: 3%;
    margin-right: 3%;
	}
.text_column {
	width: 100%;
}

.thumbnail {
	width: 48%;
	margin-right: 1%;
	margin-left: 1%;
	/*padding-top: 15px;*/
}

.text_column {
	width: 90%;
	margin: 0;
	padding: 20px;
}
.intro .column p {
	width: 80%;
}


}

/**********************************************************************************/
/*Tabelle*/
/**********************************************************************************/

@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {
	
	

	/* Force table to not be like tables anymore */
	table, thead, tbody, th, td, tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
		background-color: green;
		
	}
	
	tr { 
	border: 2px solid #fff; margin-top: 20px;  
	}
	
	td { 
		/* Behave  like a "row" */
		/*border: none;*/
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
		text-align:right;
		font-size:1rem;
		font-weight:regular;
		/*background-color: red; */
	}
	
	td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		/*top: 6px;*/
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		font-size:1rem;
		font-weight:bold;
		text-align: left;
	}
	.tabletitle, .tableload {
		margin-bottom: 5px;
		font-size: 1.3rem;
		font-weight: bold;
		text-align: right;
		color: #26262c;
		}
	.tablesubtitle {
		text-align: right;
		}
	.loader, .ready, .start {
		background-position: 98% 50%;
		padding: 30px 20px;
		max-width: inherit;

	}

	/*
	Tabellenheader - Bezeichnung
	*/
	/*td:nth-of-type(1):before { content: "Status"; }*/
	td:nth-of-type(1):before { content: "Stadtbezirk"; }
	td:nth-of-type(2):before { content: "Wahlberechtigte"; }
	td:nth-of-type(3):before { content: "Wähler/-innen"; }
	td:nth-of-type(4):before { content: "Wahlbeteiligung"; }
	td:nth-of-type(5):before { content: "Ungült. Stimmen"; }
	td:nth-of-type(6):before { content: "Marian Schreier"; }
	td:nth-of-type(7):before { content: "Dr. Frank Nopper"; }
	td:nth-of-type(8):before { content: "Hannes Rockenbauch;" }
	td:nth-of-type(9):before { content: "Friedhild Miller"; }
	td:nth-of-type(10):before { content: "Issam Abdul-Karim"; }
	td:nth-of-type(11):before { content: "Marco Völker"; }
	td:nth-of-type(12):before { content: "Werner Ressdorf"; }
	td:nth-of-type(13):before { content: "Dr. Ralph Schertlen"; }
	td:nth-of-type(14):before { content: "Michael Ballweg"; }
	td:nth-of-type(15):before { content: "Sonstige"; }

}
