@import url(http://fonts.googleapis.com/css?family=Crimson+Text:400,400italic,600,700,600italic);

body {
	margin: 0px;
	padding: 0px;
	font-family: 'Crimson Text', serif;
	-webkit-font-smoothing: antialiased;
}
.menue {
	background: black;
	position: fixed;
	height: 50px;
	line-height: 50px;
	top: 0px;
	width: 100%;
	z-index: 5;
}

.menue .inner {
	width: 1020px;
	margin: 0 auto;
	position: relative;
	height: 50px;
	text-align: center;
	line-height: 50px;	
}

.menue .inner div {
	display: inline-block;
	color: white;
	padding-left: 35px;
	padding-right: 35px;
	text-transform: uppercase;
	font-size: 18px;
	font-style: italic;
}

.logo {
	display: block;
	position: relative;
	margin: 0 auto;
	margin-top: 98px;
	z-index: 1;
}

.content {
	margin: 0 auto;
	position: absolute;
	width: 1020px;
	min-height: 200px;
	top: 280px;
	left: 50%;
	margin-left: -510px;
	z-index: 1;
}

.home {
	background: url('../images/titelbild-2024.jpg') no-repeat center top;
	width: 100%;
	height: 1059px;
}
.home2 {
	background: url('../images/wildspitze-quiz-2-content.jpg') no-repeat center top;
	width: 100%;
	height: 1051px;
}

.zeitschrift {
	margin: 0 auto;
	display: block;
}

.diezeitschrift {
	background: url('../images/diezeitschriftbg.jpg') no-repeat center top;	
	width: 100%;
	height: 1051px;	
}

.diezeitschrift .text {
	color: white;
	padding: 82px;
	font-size: 30px;
}

.archiv {
	background: url('../images/archivbg.jpg') no-repeat center top;	
	width: 100%;
	height: 1790px;	
	background-color: #eeeeee;	
}

.redaktion {
	background: url('../images/hintergrundRedaktion.jpg') no-repeat center top;
	width: 100%;
	height: 1051px;
}

.kontakt {
	background: url('../images/hintergrundKontakt.jpg') no-repeat center top;
	width: 100%;
	height: 1051px;
}

.anzeigen {
	background: url('../images/hintergrundAnzeigen.jpg') no-repeat center top;
	width: 100%;
	height: 1051px;
}


.ausgabe {
	width: 189px;
	font-size: 20px;
	color: #000000;
	font-style: italic;
	text-align: center;
	line-height: 36px;
	padding-top: 88px;
	margin-left: 50px;
	float: left;
}

.ausgabe .text {
	border-top: 8px solid black;
}

.ausgabe .icon {
	position: relative; 
	width: 70px;
	height: 70px;
	margin-left: 60px;
	margin-bottom: -38px;
	z-index: 2;
	background: url('../images/bookIcon.png') no-repeat center center;
}

.ausgabe img {
	position: relative; 
	z-index: 1;	
	width: 189px;
	height: auto;
	box-shadow: 0px 5px 10px rgba(0,0,0,0.75);
}

.ausgabeDetail {
	background: #dfdfdf;
	min-height: 710px;
}

.issuuembed span {
	display: none;
}

.issuuembed {
	position: relative;
	margin: 0 auto;
	background: white;
	
}

.back {
	background: black;
	color: white;
	height: 52px;
	line-height: 52px;
	width: 270px;
	text-align: center;
	margin: 0 auto;
	font-size: 20px;
	font-style: italic;
	margin-bottom: 0px;
}

a {
	text-decoration: none;
	color: #aeaeae;
}
a:hover {
	text-decoration: none;
	color: #aeaeae;
}


.gallery img {
	width: 170px;
	height: 170px;
	margin: 0px;
	display: block !important;
	float: left;
	position: relative;
	cursor: pointer;
}

.gallery {
	background: #dfdfdf;
	
}

.gallery h2 {
	margin-left: 20px;
	font-size: 22px;
	font-style: italic;
	font-weight: normal;
}
/*
.textblock {
	color: white;
	margin-left: 510px;
	padding-top: 80px;
	font-size: 30px;
	line-height: 44px;
}
*/
.textblock {
	color: white;
	margin-left: 5%;
	padding-top: 40px;
	font-size: 18px;
	line-height: 24px;
	width: 40%;
	margin-right: 5%;
	float: left;
}

.textblock h3 {
	border-bottom: 7px solid white;
	display: inline-block;
	font-size: 30px;
	font-style: italic;
	margin-top: 0px;
	font-weight: 300;
	line-height: 40px;
	margin-bottom: 17px;
}


.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

.beschreibungstext {
	font-size: 19px;
	line-height: 30px;
	padding-right: 80px;
	display: block;
}

.left {
	text-align:left;
}
.right {
	text-align:right;
}
.quiziframe {
	height: 100%;
	height: calc(100vh - 280px);
}

/* ----- QUIZ ANTWORTEN ----- */

.quizheader {
	text-align: center;
}
.quizheader h1 {
	font-weight: normal;
	font-size: 50px;
	margin-top: 20px;
	margin-bottom: 0px;
}
.quizheader h2 {
	font-style: italic;
	font-weight: normal;
	font-size: 28px;
	margin-top: 0px;
	margin-bottom: 40px;
	
}
.quizsection {
	background: url('../images/quizbg.jpg') no-repeat center top;	
	width: 100%;
	height: auto;	
}
.quizsection .text {
	color: white;
	padding: 80px;
	font-size: 30px;
}
.quizsection-2 {
	padding: 60px 80px;
	text-align: center;
	font-size: 25px;
}
.quizsection-3 {
	padding: 60px 80px;
	background-color: rgba(0,0,0,.05);
	position: relative;
}
.winner,
.winnertext,
.winners {
	color: #000;
}
.winner {
	margin-bottom: 20px;
}
.quizsection-3 h3 {
	color: #000;
	border-bottom-color: #000;
	margin-bottom: 30px;
}
.winners {
	margin-bottom: 20px;
}
.winners .winners-name {
	font-size: 24px;
	font-style: italic;
	border-bottom: 1px solid rgba(0,0,0,.1);
	padding-top: 7px;
	padding-bottom: 5px;
}
.winners .winners-name:first-child {
	border-top: 1px solid rgba(0,0,0,.1);
}
.quizsection-3:before, .quizsection-3:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: ".";
    clear: both;
    height: 0;
}
.quizsection-2 em {
	color: #989898;
}
.quizloesung {
	background: #fff;
	color: #000;
	padding-left: 10px;
	padding-right: 10px;
}
.antworten {
	margin-bottom: 100px;
}
.antwort {
	width: 100%;
	height: 270px;
	margin-bottom: 20px;
	position: relative;
	background: rgba(0,0,0,.05);
}
.antwort .antwort-picture {
	width: 170px;
	height: 270px;
	background: rgba(0,0,0,.1);
	position: absolute;
	top: 0;
	left: 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.antwort .frage-zahl,
.antwort .antwort-buchstabe {
	height: 170px;
	width: 170px;
	position: absolute;
	top: 0;
	border-bottom: 1px solid rgba(255,255,255,.2);
	line-height: 170px;
	text-align: center;
	font-size: 70px;
	color: #fff;
}
.antwort .antwort-buchstabe {
	top: 170px;
	font-size: 50px;
	height: 100px;
	line-height: 100px;
}
.antwort .fragestellung,
.antwort .aufloesung {
	position: absolute;
	width: 800px;
	height: 170px;
	left: 170px;
	padding-left: 20px;
	border-bottom: 1px solid rgba(0,0,0,.1);
}
.antwort .aufloesung {
	top: 170px;
	height: 100px;
	border-bottom: none;
}
.antwort .fragestellung-text,
.antwort .aufloesung-text {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 170px;
}
.antwort .aufloesung-text {
	font-size: 24px;
	height: 100px;
}

.antwort-01 .antwort-picture { background-image: url(../images/fragen/frage-01.jpg); }
.antwort-02 .antwort-picture { background-image: url(../images/fragen/frage-02.jpg); }
.antwort-03 .antwort-picture { background-image: url(../images/fragen/frage-03.jpg); }
.antwort-04 .antwort-picture { background-image: url(../images/fragen/frage-04.jpg); }
.antwort-05 .antwort-picture { background-image: url(../images/fragen/frage-05.jpg); }
.antwort-06 .antwort-picture { background-image: url(../images/fragen/frage-06.jpg); }
.antwort-07 .antwort-picture { background-image: url(../images/fragen/frage-07.jpg); }
.antwort-08 .antwort-picture { background-image: url(../images/fragen/frage-08.jpg); }
.antwort-09 .antwort-picture { background-image: url(../images/fragen/frage-09.jpg); }
.antwort-10 .antwort-picture { background-image: url(../images/fragen/frage-10.jpg); }
.antwort-11 .antwort-picture { background-image: url(../images/fragen/frage-11.jpg); }
.antwort-12 .antwort-picture { background-image: url(../images/fragen/frage-12.jpg); }
.antwort-13 .antwort-picture { background-image: url(../images/fragen/frage-13.jpg); }
.antwort-14 .antwort-picture { background-image: url(../images/fragen/frage-14.jpg); }
.antwort-15 .antwort-picture { background-image: url(../images/fragen/frage-15.jpg); }
.antwort-16 .antwort-picture { background-image: url(../images/fragen/frage-16.jpg); }
.antwort-17 .antwort-picture { background-image: url(../images/fragen/frage-17.jpg); }
.antwort-18 .antwort-picture { background-image: url(../images/fragen/frage-18.jpg); }
.antwort-19 .antwort-picture { background-image: url(../images/fragen/frage-19.jpg); }
.antwort-20 .antwort-picture { background-image: url(../images/fragen/frage-20.jpg); }
.antwort-21 .antwort-picture { background-image: url(../images/fragen/frage-21.jpg); }
.antwort-22 .antwort-picture { background-image: url(../images/fragen/frage-22.jpg); }
.antwort-23 .antwort-picture { background-image: url(../images/fragen/frage-23.jpg); }
.antwort-24 .antwort-picture { background-image: url(../images/fragen/frage-24.jpg); }
.antwort-25 .antwort-picture { background-image: url(../images/fragen/frage-25.jpg); }
.antwort-26 .antwort-picture { background-image: url(../images/fragen/frage-26.jpg); }
.antwort-27 .antwort-picture { background-image: url(../images/fragen/frage-27.jpg); }
.antwort-28 .antwort-picture { background-image: url(../images/fragen/frage-28.jpg); }
.antwort-29 .antwort-picture { background-image: url(../images/fragen/frage-29.jpg); }
.antwort-30 .antwort-picture { background-image: url(../images/fragen/frage-30.jpg); }
.antwort-31 .antwort-picture { background-image: url(../images/fragen/frage-31.jpg); }