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

@font-face {
	font-family: 'GoodUltra';
	src: url(https://storytelling.blick.ch/infografik/resources/fonts/Good/GoodW05-Ultra.eot) format('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-display: swap;
	font-style: normal;
	font-weight: 900;
	font-weight: bolder;
}

@font-face {
	font-family: 'GoodCondUltra';
	src: url(https://storytelling.blick.ch/infografik/resources/fonts/Good/GoodW05-CondUltra.eot) format('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-display: swap;
	font-style: normal;
	font-weight: 900;
	font-weight: bolder;
}

@font-face {
	font-family: 'GoodCondBold';
	src: url(https://storytelling.blick.ch/infografik/resources/fonts/Good/GoodW05-CondBold.eot) format('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-display: swap;
	font-style: normal;
	font-weight: 600 700;
	font-weight: bold;
}

/* BLICK Farben */
.blick_red { background-color:#e20000; }
.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: 0px;
	width: 0px;
	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: 14px;
	font-weight: normal;
	min-width: 1px;
	display: inline-block;
	/*padding: 0.5em 0.75em 0.525em 0.75em;
	margin: 0.5em 0.5em 0.25em 0.5em;*/
	padding: 5px 8px;
	margin: 5px 4px;
	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-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;
	color: #fff;
	font-family: GoodCondUltra,Arial Narrow,Impact,sans-serif;
	font-size: 1.875rem;
	font-style: normal;
	font-weight: bolder;
	letter-spacing: .05625rem;
	line-height: 1.1;
	margin: 0;
	padding: 10px 42px 8px 10px;
	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;
}


