/* for testing/sueddeutsche.de */
@font-face {
    font-family: 'EuropaGroteskSZ-Book';
    src: url('../fonts/europagrotesksz-book-webfont.eot');
    src: url('../fonts/europagrotesksz-book-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/europagrotesksz-book-webfont.woff') format('woff'),
         url('../fonts/europagrotesksz-book-webfont.ttf') format('truetype'),
         url('../fonts/europagrotesksz-book-webfont.svg#EuropaGroteskSZ-BookRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'EuropaGroteskSZ-Medium';
    src: url('../fonts/europagrotesksz-medium-webfont.eot');
    src: url('../fonts/europagrotesksz-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/europagrotesksz-medium-webfont.woff') format('woff'),
         url('../fonts/europagrotesksz-medium-webfont.ttf') format('truetype'),
         url('../fonts/europagrotesksz-medium-webfont.svg#EuropaGroteskSZ-MediumRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}


body {
	color: #333;
	font-size: 16px;
}

h1 {
	margin: 55px 0 0 30px;	
}

#kandidaten-wrapper,
#fragen-wrapper,
#antworten-wrapper {
	bottom: 155px;
    height: 390px;
    position: absolute;
    width: 297px;
}


#kandidaten-wrapper {
	left: 38px;	
}

#fragen-wrapper {
	left: 364px;
}

#antworten-wrapper {
	left: 690px;
}

#kandidaten,
#fragen {
	list-style-type: none;
	margin: 0;
	padding: 0 15px; 
}

#kandidaten li,
#fragen li {
	font-weight: bold;
	line-height: 24px;
	border-bottom: 1px solid #ddd;
	height: 100px;
	color: #c1c1c1;
	user-select: false;
}

#fragen li.empty,
#kandidaten li.empty {
	opacity: 1;
	background: none;
}

#kandidaten li a,
#fragen li a {
	cursor: pointer;
}

#kandidaten li {
	font-size: 18px;
    height: 110px;
    line-height: 23px;
    padding: 20px 0 0 115px;
    position: relative;
}

#kandidaten li.active {
	color: #333;
}

#kandidaten #kandidat0 .partei {
	color: #333333;
}
#kandidaten #kandidat1 .partei {
	color: #f24938;
}
#kandidaten #kandidat2 .partei {
	color: #62a855;
}
#kandidaten #kandidat3  .partei{
	color: #ffdd5e;
}
#kandidaten #kandidat4 .partei {
	color: #fa984c;
}
#kandidaten #kandidat5 .partei {
	color: #bb4763;
}

#kandidaten img {
	position: absolute;
	top: 15px;
	left: 0px;
	opacity: 0.3;
}

#kandidaten .active img {
	-webkit-transform: translate3d(0,0,0); 
	opacity: 1;
}

#kandidaten .partei {
	display: block;
	padding-top: 5px;
	font-weight: normal;
	opacity: 0.3;
	font-size: 16px;
}

#kandidaten .active .partei {
	opacity: 1
}

#fragen li {
	vertical-align: middle;	
	padding: 30px 5px 0;
	color: #c1c1c1;
}

#fragen li.active {
	color: #333;	
}

#antworten {
	padding: 25px 30px 50px 30px;
	line-height: 26px;
	-webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}