* {
	-webkit-touch-callout: none;
	/*-webkit-tap-highlight-color: rgba(255,255,255,0);*/
	-webkit-text-size-adjust: none;
	/*-webkit-user-select: none;*/
}

@font-face {
	font-family: "HeronSansCond";
	src: url(https://storytelling.blick.ch/infografik/resources/fonts/Heron_Sans_Condensed_Bold.eot);
	src: local(Ã¢ËœÂº), url(https://storytelling.blick.ch/infografik/resources/fonts/Heron_Sans_Condensed_Bold.woff) format("woff");
	src: local(Ã¢ËœÂº), url(https://storytelling.blick.ch/infografik/resources/fonts/Heron_Sans_Condensed_Bold.woff2) format("woff2"),
	font-style: normal;
	font-weight: bold;
}
@font-face {
	font-family: "HeronSansSemi";
	src: url(https://storytelling.blick.ch/infografik/resources/fonts/Heron_Sans_Semi_Bold.eot);
	src: local(Ã¢ËœÂº), url(https://storytelling.blick.ch/infografik/resources/fonts/Heron_Sans_Semi_Bold.woff) format("woff");
	src: local(Ã¢ËœÂº), url(https://storytelling.blick.ch/infografik/resources/fonts/Heron_Sans_Semi_Bold.woff2) format("woff2"),
	font-style: normal;
	font-weight: bold;
}
/* BLICK Farben */
.blick_red { background-color:#d6081c; }
.blick_darkred { background-color:#9a0b04; }
.blick_yellow { background-color:#fec603; }
.blick_silver { background-color:#eeeeee; }
.blick_chalk { background-color:#dddddd; }
.blick_lightgrey { background-color:#cccccc; }
.blick_midgrey { background-color:#888888; }
.blick_grey { background-color:#666666; }
.blick_black { background-color:#222222; }
.blick_pitchblack { background-color:#000000; }
.blick_purple { background-color:#831262; }
.blick_green { background-color:#1b7c27; }
.blick_blue { background-color:#2293c2; }


body, html {
	padding: 0;
	margin: 0;
	font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
	font-size: 15px;
	line-height: 1.4em;
	font-weight: normal;
}

body {
	background: #fff;
	position: relative;
}

p {
	margin: 0;
	margin-bottom: 0.75em;
}

b {
	font-weight: 600;
}

.lead {
	font-weight: 600;
	padding: 24px;
	font-size: 16px;
	line-height: 1.4em;
}

.clear {
	position: relative;
	display: block;
	float: none;
	clear: both;
	height: 1px;
	width: 1px;
	line-height: 0;
}

.clearfix {
 	content: "";
	clear: both;
	display: block;
	visibility: hidden;
	height: 0px;
}


a, a:active, a:visited {
	text-decoration: none;
	color: inherit;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 1.3em;
	line-height: 1.3em;
	margin-bottom: 1em;
	font-weight: 600;
}


/* BUTTONS */
.button {
	font-size: 0.9em;
	min-width: 1px;
	display: inline-block;
	padding: 0.42em 0.75em 0.42em 0.75em;
	margin: 0.5em 0.5em 0.25em 0.5em;
	border: 1px solid #999;
	background-color: #e0e0e0;
	color: #666;
	border-radius: 3px;
	cursor: pointer;
	display: block;
	float: left;
	line-height: 1.1em;
}

@media (max-width: 600px) {
	body.navi .menu	{
		display: block;
	}

	/*.header-title-pic {
		display: none;
	}

	.header-title-pic-mobile {
		display: inline-block;
	}*/

	.header-img {
		height: 50vh;
	}

	.option h4 {
		font-size: 18px;
		line-height: 1.3em;
	}

	.impressum {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}

	.section {
		padding: 1em 0 0.5em 0;
	}
}

.blick-header {
	background-color: #e2001a;
	font-family: "HeronSansCond", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-style: normal;
	font-size: 1.875rem;
	line-height: 1.1;
	letter-spacing: 0.05625rem;
	padding: 10px 10px 8px 10px;
	margin: 0;
	position: relative;
	color: #ffffff;
	text-transform: uppercase;
}

.blick-footer {
	text-align: center;
	z-index: 200;
	font-size: 13px;
	line-height: 1.2em;
	background-color: #eeeeee;
	color: #999;
	margin: 0;
	padding: 4px 2px;
	box-sizing: border-box;
}


