@font-face {
    font-family: 'tangerinebold';
    src: url('fonts/tangerine_bold-webfont.eot');
    src: url('fonts/tangerine_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/tangerine_bold-webfont.woff') format('woff'),
         url('fonts/tangerine_bold-webfont.ttf') format('truetype'),
         url('fonts/tangerine_bold-webfont.svg#tangerinebold') format('svg');
    font-weight: normal;
    font-style: normal;

}

.zehnjahre {
	text-align:center;
	overflow: hidden;
	margin:0 50px;
}
.zehnjahre-img-center {
	display: block;
	margin: 0 auto;
	width:100%;
	max-width:350px;
}
.zehnjahre-slide {
	position: relative;
	cursor: pointer;
	min-height: 125px;
}
@media only screen and (max-width: 830px) {
	.zehnjahre-slide {
		min-height: 250px;
	}
}
.zehnjahre-slide-article {
	position: absolute;
	padding: 0 100px;
	opacity: 0;
	right: -100%;
	-webkit-transition: right 0.4s;
	transition: right 0.4s;
	font-size: 14px;
	font-style: italic;
	line-height: 1.4;
	color: #333;
}
@media only screen and (max-width: 830px) {
	.zehnjahre-slide-article {
		padding: 0;
	}
}
.zehnjahre-slide-article::before {
	content: attr(data-letter);
	font-family: 'tangerinebold';
	line-height: 20px;
	font-size: 100px;
}
.zehnjahre-slide-activearticle {
	position: relative;
	opacity: 1;
	right: 0;
}
.zehnjahre-slide-autor {
	font-style: normal;
	font-size: 12px;
	line-height: 30px;
}
.zehnjahre-tabmenu {
	border-bottom: 3px dotted #333;
	border-top: 3px dotted #333;
	overflow: hidden;
	text-align: center;
	margin-bottom: 10px;
}
.zehnjahre-tabmenu > li {
	display: inline-block;
}
.zehnjahre-tabmenu-link {
	display: block;
	color: #333;
	padding: 10px;
	line-height: 1;
	font-size: 0.8125rem;
	text-transform: uppercase;
}
.zehnjahre-tabmenu-link:hover, .zehnjahre-tabmenu-activelink {
	background: none;
	color: #e09;
}
.zehnjahre-tabcontent {
	position: relative;
	overflow: hidden;
}
.zehnjahre-tabcontent-article {
	position: absolute;
	opacity: 0;
	right: -100%;
	-webkit-transition: right 0.4s;
	transition: right 0.4s;
}
.zehnjahre-tabcontent-activearticle {
	position: relative;
	opacity: 1;
	right: 0;
}
.zehnjahre-bigcircle {
	float: left;
	width: 210px;
	padding: 3px;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	background: url(../images/dotted-circle.png) center top no-repeat;
}
.zehnjahre-bigcircle-img {
	display: block;
	width: 100%;
	border-radius: 50%;
}
.zehnjahre-bigcircle-space {
	float: left;
	width: 50px;
	height: 50px;
}
@media only screen and (max-width: 830px) {
	.zehnjahre-bigcircle {
		float: none;
		margin: 5px auto;
	}
	.zehnjahre-bigcircle-space {
		display: none;
	}
}
.zehnjahre-smallcircle {
	position: relative;
	float: left;
	width: 146px;
	height: 146px;
	cursor: pointer;
}
.zehnjahre-smallcircle-front, .zehnjahre-smallcircle-back {
	position: relative;
	z-index: 3;
	width: 146px;
	height: 146px;
	padding: 50px 5px;
	border-radius: 50%;
	line-height: 23px;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	background: white url(../images/dotted-circle-small.png) center top no-repeat;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-transform-origin: 100% 50%;
	-moz-transform-origin: 100% 50%;
	-ms-transform-origin: 100% 50%;
	-o-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
}
.zehnjahre-smallcircle-back {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	padding-right: 15px;
	line-height: 16px;
	background: #e09;
	color: white;
	box-shadow: inset 0 1px 5px rgba(0,0,0,0.75);
}
.zehnjahre-smallcircle-front {
	font-family: 'tangerinebold';
	font-size: 24px;
}
.zehnjahre-smallcircle:hover .zehnjahre-smallcircle-front {
	-webkit-transform: scale(0.1, 1);
	-moz-transform: scale(0.1, 1);
	-ms-transform: scale(0.1, 1);
	-o-transform: scale(0.1, 1);
	transform: scale(0.1, 1);
}
.zehnjahre-smallcircle-content {
	position: fixed;
	z-index: 4;
	top: -50%;
	left: 50%;
	margin-top: -242px;
	margin-left: -242px;
	width: 385px;
	height: 285px;
	padding: 100px 50px;
	background: white;
	border-radius: 50%;
	box-shadow: 0 1px 5px rgba(0,0,0,0.75);
	-webkit-transform: scale(0, 1);
	-moz-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	-o-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.zehnjahre-smallcircle-activecontent {
	display: block;
	top: 50%;
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	transform: scale(1, 1);
}
.zehnjahre-smallcircle-title {
	font-family: 'tangerinebold';
	font-size: 36px;
}
.zehnjahre-smallcircle-fulltext {
	line-height: 1.4;
	font-style: italic;
}
.zehnjahre-smallcircle-close {
	position: absolute;
	width: 50px;
	bottom: 50px;
	left: 50%;
	margin-left: -25px;
	font-size: 30px;
	font-weight: bold;
	color: #e09;
}
.zehnjahre-smallcircle-space {
	float: left;
	width: 146px;
	height: 146px;
}
@media only screen and (max-width: 830px) {
	.zehnjahre-smallcircle {
		margin: 5px;
	}
	.zehnjahre-smallcircle-space {
		display: none;
	}
}
.zehnjahre-form {
	max-width: 414px;
	margin: 0 auto;
	text-align: left;
}
.zehnjahre-form-error {
	color: #e09;
	font-weight: bold;
	text-align: center;
}
.zehnjahre-form-field {
	padding: 10px;
}
.zehnjahre-form-field-error {
	outline: 2px solid #e09;
}
.zehnjahre-form-field label {
	display: inline-block;
	margin: 5px 10px 5px 0;
	width: 130px;
	font-weight: bold;
}
.zehnjahre-form-notice {
	margin-left: 140px;
	margin-bottom: 20px;
	font-style: italic;
	font-size: 11px;
}
.zehnjahre-form-field input[type="submit"] {
	margin-left: 145px;
}
@media only screen and (max-width: 830px) {
	.zehnjahre-form-field input[type="submit"] {
		margin-left: 0;
	}
}