
* {
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: rgba(255,255,255,0);
	-webkit-text-size-adjust: none;
	-webkit-user-select: none;
	user-select: none;
}

@font-face {
	font-family: "Good OT";
	src: url(https://storytelling.blick.ch/infografik/resources/fonts/Good/GoodW05-Regular.eot);
	src: local(Ã¢ËœÂº), url(https://storytelling.blick.ch/infografik/resources/fonts/Good/GoodW05-Regular.woff) format("woff");
	src: local(Ã¢ËœÂº), url(https://storytelling.blick.ch/infografik/resources/fonts/Good/GoodW05-Regular.woff2) format("woff2");
	src: local(Ã¢ËœÂº), url(https://storytelling.blick.ch/infografik/resources/fonts/Good/GoodW05-Regular.ttf) format("truetype");
	font-style: normal;
	font-weight: 500;
	font-display: swap;
}
@font-face {
	font-family: "Good OT Condensed Bold";
	src: url(https://storytelling.blick.ch/infografik/resources/fonts/Good/GoodW05-CondBold.eot);
	src: local(Ã¢ËœÂº), url(https://storytelling.blick.ch/infografik/resources/fonts/Good/GoodW05-CondBold.woff) format("woff");
	src: local(Ã¢ËœÂº), url(https://storytelling.blick.ch/infografik/resources/fonts/Good/GoodW05-CondBold.woff2) format("woff2");
	src: local(Ã¢ËœÂº), url(https://storytelling.blick.ch/infografik/resources/fonts/Good/GoodW05-CondBold.ttf) format("truetype");
	font-style: normal;
	font-weight: 800;
	font-display: swap;
}
@font-face {
	font-family: "Good OT Condensed Ultra";
	src: url(https://storytelling.blick.ch/infografik/resources/fonts/Good/GoodW05-CondUltra.eot);
	src: local(Ã¢ËœÂº), url(https://storytelling.blick.ch/infografik/resources/fonts/Good/GoodW05-CondUltra.woff) format("woff");
	src: local(Ã¢ËœÂº), url(https://storytelling.blick.ch/infografik/resources/fonts/Good/GoodW05-CondUltra.woff2) format("woff2");
	src: local(Ã¢ËœÂº), url(https://storytelling.blick.ch/infografik/resources/fonts/Good/GoodW05-CondUltra.ttf) format("truetype");
	font-style: normal;
	font-weight: 900;
	font-display: swap;
}
@font-face {
	font-family: "Good OT Ultra";
	src: url(https://storytelling.blick.ch/infografik/resources/fonts/Good/GoodW05-Ultra.eot);
	src: local(Ã¢ËœÂº), url(https://storytelling.blick.ch/infografik/resources/fonts/Good/GoodW05-Ultra.woff) format("woff");
	src: local(Ã¢ËœÂº), url(https://storytelling.blick.ch/infografik/resources/fonts/Good/GoodW05-Ultra.woff2) format("woff2");
	src: local(Ã¢ËœÂº), url(https://storytelling.blick.ch/infografik/resources/fonts/Good/GoodW05-Ultra.ttf) format("truetype");
	font-style: normal;
	font-weight: 900;
	font-display: swap;
}

/* -------------------------------------- */


body {
	
	font-family:  "Open Sans", Helvetica, Arial, sans-serif;
	font-size: 18px;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	background-color: #f2f2f2;
	color: #444;
}

.center {

	margin: auto;
	width: 60%;
	border: 3px solid #73AD21;
	padding: 10px;
}



.thecolortxt {

	color: #444444;

}


.outFocus .thecolortxt {

	color: #34414F;
}

					/*  rot   #d6081c */
					/*  mauve   #AA418D */

					/*  blau   #1060B1 */
					/*  orange   #FE7C00 */
					/*  turkey   #0093B1 */
					/*  green   #8DBA00 */

					/*  schwarz   #222222 */
					/*  grau   #666666 */


#map_container {

	position: absolute;
	top: 0px;
	width: 50%;
	height: 100vh;
	background-color: #F2F2F2;
	/*background-image: url(img/bg_raster.png);*/
	/* border: solid 1px blue;*/
	overflow: hidden;

}




#zoomer {
	-ms-transform: scale(1, 1); /* IE 9 */
	-webkit-transform: scale(1,1); /* Safari */
	transform: scale(1, 1);
	transition-duration: 1s;
	-webkit-transition-timing-function: ease-in-out; /* Safari and Chrome */
	transition-timing-function: ease-in-out;
}
  

#zoomer.scaleIn {
	-ms-transform: scale(0.8, 0.8); /* IE 9 */
	-webkit-transform: scale(0.8, 0.8); /* Safari */
	transform: scale(0.8, 0.8);
	transition-duration: 1s;
	-webkit-transition-timing-function: ease-in-out; /* Safari and Chrome */
	transition-timing-function: ease-in-out;
}




.marker {

	position: absolute;
	margin-top:-60px;
	margin-left: -20px;
	width: 64px;
	height: 64px;
	text-align: center;
	padding-top:8px;
	color: #fff;
	font-weight: 700;
	background-image: url(img/marker_default.png);
	background-repeat: no-repeat;
	cursor: pointer;
	z-index:10;

}

.marker0 {
	position: absolute;
	margin-top:-40px;
	margin-left: -20px;
	width: 0;
	height: 0;
	overflow: hidden;
	text-align: center;
	padding-top:6px;
	color: #fff;
	font-weight: 700;
	background-repeat: no-repeat;
	cursor: pointer;
	z-index:10;
	/*border: 2px solid black;*/
}


#overflow-scroll {
  overflow:scroll;
  height:300px;
  background:#aaa;
}


.chapter {
	position: relative;
	margin-bottom: 12px;

}

.chapter_small {

	margin-top: 12px;
	margin-bottom: 12px;
}

.chapter_bottom {

	margin-top: 12px;
	margin-bottom: 40px;
}

.pusher {

	position: relative;
	width: 480px;
	height: 1000px;
	
}


.img_content {

	width: 100%;
	height: auto;
	/*padding-bottom: 5px;*/
	padding-top: 8px;
}

.chapter-header {

	font-family: "AntennaCondBold", "Open Sans", Helvetica, Arial, sans-serif;
	text-align: left;
	line-height: 0.5em;
	font-size: 1.0em;
	font-weight: 600;

}

.chapter-titel {

	display: block;
	font-family: "AntennaCondBold", "Open Sans", Helvetica, Arial, sans-serif;
	text-align: left;
	font-size: 1.8em;
	font-weight: 400;
	text-align: center;
	color: #d6081c;

}


.inFocus .chapter-header {

	color: #d6081c;
}



.leadtxt {

	display: block;
	margin-top: 15px;
	margin-bottom: -10px;
	font-size: 1.4em;
	font-family: "AntennaCondBold", "Open Sans", Helvetica, Arial, sans-serif;
	text-align: left;

}



.leadin {

	max-width: 480px;
	font-size: 1.0em;
	font-weight: 600;


}


#title { 

	font-family: "AntennaCondBold", "Open Sans", Helvetica, Arial, sans-serif;
	color: #000;
	/*max-width: 1024px;*/
	text-align: left;
	padding-top: 10px;
	padding-bottom: 6px;
	/*padding-left: 10%;*/
	z-index: 100;
	font-weight: bold;
	/* box-shadow: 2px 1px 4px grey; */
	display: none;

}

.title-text {

	font-family: "AntennaCondBold", "Open Sans", Helvetica, Arial, sans-serif;
	font-size: 1.6em;
	font-weight: bold;
	text-align: center;
	height: 54px;
	
}

.blicklogo {

	position: absolute;
	top: 9px;
	left: 28px;
	z-index: 110;
	
}

.homebutton {

	position: absolute;
	left: 94%;
	margin-top: 2px;
	cursor: pointer;
	z-index: 100;

}



h1 {

  font-size: 1.9em;
  color: #d6081c;
  font-weight: 600;
  line-height: 0.8em;
  text-align: center;

}


hr {

	height: 1px;
	border-width: 0;
	color: #778899;
	background-color: grey;

}

.image-container {

	/* margin + padding = imageContainerMargin in script.js */
	/* Important for scrolling! */
	margin: 0 0 0 0;
	padding: 30px 20px 20px 20px;
	text-align: left;
}

.image-container img {

	/* height: auto;
	width: auto;*/
	margin-left: auto;
	margin-right: auto;
	/* Three lines that center vertically */
	position: relative;
	/* top: 50%;
	transform: translateY(-50%); */
}

.img-holder {

	position: relative;
	margin: 0px;
	height: auto;
	opacity: 0.8;


}



.inFocus .img-holder {

	margin: 0px;
	width: 100%;
}


.source {

	font-size: 1.2em;
	font-weight: 600;

}


.description {

	padding-bottom: 14px;
	margin: 0px;
	text-align: left;
	font-size: 1.0em;
	padding-top: 10px;
	max-width: 480px;

}

.add {

	background-color: #d6081c;
	background-image: url("img/soblilogo.png");
	background-repeat: no-repeat;
	font-size: 1.0em;
	font-weight: 600;
	color: #fff;
	max-width: 330px;
	padding-left: 150px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 20px;

}

.storymaps {

	background-color: #d6081c;
	background-image: url("https://storytelling.blick.ch/longform/resources/v1/img/blick.png");
	background-repeat: no-repeat;
	background-position: 16px 12px;
	font-size: 1.2em;
	line-height: 0.8em;
	font-weight: 600;
	color: #fff;
	max-width: auto;
	padding-left: 126px;
	padding-top: 31px;
	padding-right: 20px;

}

.storylist {

	background-color: #fff;
	background-image: url("img/arrow_right_pos.png");
	background-repeat: no-repeat;
	background-position: 16px 18px;
	padding-left: 50px;
	padding-top: 16px;
	padding-bottom: 16px;
	line-height: 1.4em;
	font-size: 1.2em;
	font-weight: 600;
}


.hinweis {

	background-color: #f1f1f1;
	font-size: 1.0em;
	line-height: 1.2em;
	color: #708090;
	max-width: 460px;
	margin-top: -30px;
	margin-bottom: 20px;
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 20px;


}

.information {

	background-color: #f1f1f1;
	font-size: 1.0em;
	line-height: 1.2em;
	/*color: #454F59;*/
	max-width: auto;
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 20px;

}

.info_title {

	background-color: #778899;
	font-family: "AntennaCondBold", "Open Sans", Helvetica, Arial, sans-serif;
	letter-spacing: 1px;
	font-size: 1.2em;
	color: #fff;
	max-width: auto;
	padding-left: 20px;
	padding-top: 16px;
	padding-bottom: 16px;
	
}


b {

	font-weight: 600;
}

.inFocus {

	opacity: 1.0;
	background-color: #fff;
	z-index: 500;

}

.outFocus {

	opacity: 1.0;
	background-color: #e4eaf1;
}

.space-at-the-bottom {
	
	padding-bottom: 80vh;
}


 a {

	color: #D6081C;
	font-size: 1.0em;
	text-decoration: none;
	cursor: pointer;

	}

 a:hover {

	text-decoration: underline;
	color: #D6081C;
}

.source {

	font-size: 0.9em;
	color: #708090;

}

.titelbar {

	width: 50%;
	height: 100px;

}


#mapstyle {

	position: absolute;
	top: 200px;
	background: #fff;
	padding: 10px;
	font-family: "Open Sans", Arial, sans-serif;
	z-index: 1000;

}



/* --------- fontstyles ----------------*/


h1 { color: #505050;  font-family: "AntennaCondBold", "Open Sans", Helvetica, Arial, sans-serif; font-size: 32px; font-weight: 700; line-height: 32px; margin: 20px 0px 0px; padding: 0px 0px; text-align: left; text-transform: uppercase; }


p { color: #111; font-family: 'Open Sans', sans-serif; font-size: 16px; line-height: 28px; margin: 0 0 48px; }

.date { color: #111; display: block; font-family: 'Open Sans', sans-serif; font-size: 16px; position: relative; text-align: center; z-index: 1; }

.date:before { border-top: 1px solid #111; content: ""; position: absolute; top: 12px; left: 0; width: 100%; z-index: -1; }

.author { color: #111; display: block; font-family: 'Open Sans', sans-serif; font-size: 16px; padding-bottom: 38px; position: relative; text-align: center; z-index: 1; }

.author:before { border-top: 1px solid #111; content: ""; position: absolute; top: 12px; left: 0; width: 100%; z-index: -1; }

.date span,

.author span { background: #fdfdfd; padding: 0 10px; text-transform: uppercase; }

.line { border-top: 1px solid #111; display: block; margin-top: 60px; padding-top: 50px; position: relative; }

.read-more { -moz-border-radius: 50%; -moz-transition: all 0.2s ease-in-out; -webkit-border-radius: 50%; -webkit-transition: all 0.2s ease-in-out; background: #111; border-radius: 50%; border: 10px solid #fdfdfd; color: #fff; display: block; font-family: 'Open Sans', sans-serif; font-size: 14px; height: 80px; line-height: 80px; margin: -40px 0 0 -40px; position: absolute; bottom: 0px; left: 50%; text-align: center; text-transform: uppercase; width: 80px; }

.read-more:hover { background: #990000; text-decoration: none; }    


.footer {
	margin-top: 6px;
	padding-top: 6px;
	padding-bottom: 6px;
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 0.7em;
	color: grey;
	line-height: 1.4em;
	border-top: 1px solid #ccc;

}

.blick#d6081c {

	color: #d6081c;
}

.morethemes {

	border-top: 2px solid #d6081c;
	border-bottom: 2px solid #d6081c;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: 700;

}

.morethemestxt {

	color: #d6081c;
	font-family: "AntennaCondBold", "Open Sans", Helvetica, Arial, sans-serif;
	font-size: 1.4em;
	font-weight: 700;

}


.startagain {


	font-weight: 700;
	cursor: pointer;
	float: right;

}

.logo {

	position: relative;
	width: 100px;
	height: 400px;
	left: 120px;
	float: left;
	background-image: url(img/marker_null.png);
	background-repeat: no-repeat;
	z-index: 120;


}


hr {

	background-color: white;
}

.hiddencontent {

	visibility: hidden;
}

.hidden { display: none; }



.lead {

	font-size: 1.1em;
	font-weight: 700;

}


.style-one {

	height: 1px;
	background: #333;
	
	}

.icon_info {

	position: relative;
	float: left;
	text-align: right;


}

.icon_info_txt {

	font-size: 1.0em;
	font-weight: 400;
	color: grey;

}



/* --------------------------- Mobile ----------------------------- */

 


#osterfact, #osterfact.visible {
	display: none;
}



.thecolorbkg {
	background-color: #064c2400;
	height: 34px;
}
  

.title-text {

	font-size: 1.0em;
	left: 0px;

}

.chapter {

	padding-right: 0px;

}


.chapter-header {

	font-size: 0.8em;
}

.leadtext {

	font-size: 1.0em;
}



.homebutton {

		left: 90%;
	   
	}   

 .blicklogo {

	position: absolute;
	top: 9px;
	left: 10px;
	height: 26px;
	z-index: 110;
	
}


#map_container {

	position: absolute;
	top: 0px;
	width: 100%;
	height: 40%;
	background-color: #f2f2f2;
	overflow: hidden;

}

.donation {

	position: relative;
	width: 50%;
	height: 100vh;
	background-color: #809070;
	border: solid 1px black;
	background-image: url(img/dummy.png);
	background-repeat: no-repeat;

}


#content {

	position: relative;


}




.pusher {

	position: relative;
	width: 100%;
	height: 300px;
	
}

#zoomer.scaleIn {
	-ms-transform: scale(0.9, 0.9); /* IE 9 */
	-webkit-transform: scale(0.9, 0.9); /* Safari */
	transform: scale(0.9, 0.9);
	transition-duration: 600;
	-webkit-transition-timing-function: ease-in-out; /* Safari and Chrome */
	transition-timing-function: ease-in-out;
}

h2 {

	font-family: "AntennaCondBold", "Open Sans", Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.4em;
}

h1 {

	font-family: "AntennaCondBold", "Open Sans", Helvetica, Arial, sans-serif;
	font-size: 24px;

}

.gimmick {

	display: none;
}






#map {

	position: relative;
	width: 1024px;
	height: 725px;
	background-image: url(img/ukraine_teaser.jpg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	
	
	}
	
	
	.marker_ch {
	
		position: absolute;
		margin-top:-64px;
		margin-left: -31px;
		width: 62px;
		height: 64px;
		text-align: left;
		padding-top:10px;
		padding-left:12px;
		font-size: 0.0em;
		color: #d6081c;
		font-weight: 900;
		background-image: url(img/marker_default.png);
		background-repeat: no-repeat;
		cursor: pointer;
		z-index:10;
	
	}
	
	.marker_cross {
	
		position: absolute;
		margin-top:-64px;
		margin-left: -31px;
		width: 62px;
		height: 64px;
		text-align: left;
		padding-top:10px;
		padding-left:12px;
		font-size: 0.0em;
		color: #d6081c;
		font-weight: 900;
		background-image: url(img/null.png);
		background-repeat: no-repeat;
		cursor: pointer;
		z-index:10;
	
	}
	
	
	
	.marker_all {
	
		position: absolute;
		margin-top: -31px;
		margin-left: -31px;
		width: 62px;
		height: 64px;
		text-align: left;
		padding-top:10px;
		padding-left:12px;
		font-size: 0.0em;
		color: #d6081c;
		font-weight: 900;
		background-repeat: no-repeat;
		cursor: pointer;
		z-index:10;
	
	}
	
   
	
	
	
	
	
		  .timeline_title {
	
			font-size: 1.6em;
			font-weight: 700;
			color: #000;
			/*background-color: #d6081c;*/
			background-color: #fff;
			padding-top: 8px;
			padding-bottom: 8px;
	
	  }
	
			.ch_title {
	
			position: relative;
			color: #000; 
			font-family: "Good OT Ultra";
			font-size: 22px;
			font-weight: 700;
			line-height: 24px;
			text-align: left;
			text-transform: uppercase;
	
			}
	
		.ch_title_s {

		position: relative;
		color: #d6081c; 
		font-family: "Good OT Ultra";
		font-size: 18px;
		font-weight: 700;
		line-height: 24px;
		text-align: left;
		text-transform: uppercase;

		}

	.numbers {
	
		display: none;
		position: absolute;
		margin-top: 14px;
		margin-left: 6px;
		line-height: 32px;
		width: 30px;
		height: 30px;
		/*border-radius: 50%;*/
		border-width: 2px;
		border-color: #000;
		color: #000;
		font-family: Good OT Condensed Ultra;
		font-size: 1.2em;
		font-weight: 600;
		background-color: #fff;
		/*background-color: #d6081c; */
		text-align: center;

	}
	
	#scroll_icon {

		position: absolute;
		margin-top: 0px;
		margin-left: 45%;
		width: 48px;
		height: 50px;
		background-image: url(img/scroll_icon.png);
		background-repeat: no-repeat;
	
	}

	#scroll_icon2 {

		position: absolute;
		margin-top: -20px;
		margin-left: 43%;
		width: 64px;
		height: 66px;
		background-image: url(img/scroll_icon2.png);
		background-repeat: no-repeat;
	
	}

	#scroll_icon_red {

		position: absolute;
		margin-top: 0px;
		margin-left: 43%;
		width: 64px;
		height: 66px;
		background-image: url(img/scroll_icon_red.png);
		background-repeat: no-repeat;
	
	}



.locator_number {

	/*font-family: Good OT;*/
	font-size: 1.0em;
	font-weight: bold;
	color: #d6081c;

}


	/* basic styles for black background and crosshair cursor */
	
	
	canvas {
	  position: relative;
	  width: 100%;
	  margin: 0;
	  background-color: #000;
	  background-image: url(img/fireworks_bg.png);
	  background-size: cover;
	  cursor: crosshair;
	  display: block;
	
	}
	
	
	.overlay {
	
		position: relative;
		width: 100%;
		/* height: 180px; */
		padding-top: 45%;
		margin-top: -45%;
		background-image: url(img/bundeshaus.png);
		background-size: 100%;
		background-repeat: no-repeat;
		background-position: 80% 80%;
		z-index: 1000;
	
	
	}
	
	
	.title_bar {
	
		width: 100%;
		height: auto;
		margin-bottom: 0;
	
	}
	
	.main_title {
	
	font-family:  "Good OT Condensed Ultra";
	font-size: 4.0em;
	font-weight: 900;
	line-height: 1.4em;
	color: #000;
	
	
	}

html, body {
	height: 100%;
	background-color: #fff;
}

.main {
	position: relative;
	max-width: 600px;
	margin: 0 auto;

	box-sizing: border-box;
	padding: 0 12px;

	display: flex;
	flex-flow: column;
	height: 100%;
}

.layerContainer {
	position: relative;
    /* height: 50%; */
    width: 100%;
    flex: 0 1 auto;
    margin-bottom: -10px;
    z-index: 20;

}
/* 
.layerContainer img {
	mix-blend-mode: Multiply;

} */


.contentContainer {
	position: relative;
	overflow-y: scroll;
	width: 100%;
	flex: 0 1 auto;
}

#content {
	height: 100%;
}

.picLayer {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0;
}

.picLayer img {
	display: block;
	top: 0;
	left: 0;
	width: 100%;
}

#picLayer_0 {
	opacity: 1;
	position: relative;
}

.photolegi {

	font-size: 0.6em;
	color: grey;

}

.fullscreen {
position: relative;
width: 100%;
height: 30px;
background-color: rgb(238, 240, 240);
background-image: url(img/fullscreen-icon.png);
background-repeat: no-repeat;
background-position: right;
border: 1px solid #808080;
border-radius: 3px;
padding-left: 10px;
padding-top: 15px;
text-align: center;
font-size: 2em;


}

a:link {
  color: #808080;
  background-color: transparent;
  text-decoration: none;
}

a:visited {
	color: #808080;
}




/* 
#header, .footer {
	flex: 0 1 auto;
} */