* {
	-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: "AntennaCondBold";
 	src: url(../../../resources/v1/fonts/288167d7-b172-49cd-ba88-f4a89e6ff149-2.eot);
 	src: local(â˜º), url(../../../resources/v1/fonts/288167d7-b172-49cd-ba88-f4a89e6ff149-3.woff) format("woff"),
	url(../../../resources/v1/fonts/288167d7-b172-49cd-ba88-f4a89e6ff149-1.ttf) format("truetype"),
	url(../../../resources/v1/fonts/288167d7-b172-49cd-ba88-f4a89e6ff149-4.svg#web) format("svg");
		font-style: normal;
		font-weight: 700;
}

@font-face {
	font-family: "AntennaCondMedium";
	src: url(../../../resources/v1/fonts/6c613785-168d-4454-9906-32889c02282a-2.eot);
	src: local(☺), url(../../../resources/v1/fonts/6c613785-168d-4454-9906-32889c02282a-3.woff) format("woff"),
	url(../../../resources/v1/fonts/6c613785-168d-4454-9906-32889c02282a-1.ttf) format("truetype"),
	url(../../../resources/v1/fonts/6c613785-168d-4454-9906-32889c02282a-4.svg#web) format("svg");
	font-style: normal;
	font-weight: 700;
}

/* 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;
	height: 100%;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-size: 14px;
	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;
}

/* HEADER */
.header-wrapper {
	color: #fff;
 	width: 100%;
	z-index: 10;
	clear: both;
	display: block;
	position: relative;
}

.header {
	background-color: #d6081c;
	position: fixed;
	z-index: 5;
	width: 100%;
	z-index: 50;
}

.header h1 {
	font-family: "AntennaCondBold", "Open Sans", Helvetica, Arial, sans-serif;
	font-weight: 700;
	letter-spacing: 0.3px;
	font-size: 1.4em;
	color: #fff;
	margin: 0;
	margin-right: 1.5em;
	padding: 0.777em 0.5em 0.5em 0.5em;
	vertical-align: baseline;
}

.header-padding {
	padding: 0.777em 0.5em 0.5em 0.5em;
	line-height: 1.3em;
	font-size: 1.4em;
}

.header-logo {
	padding: 0.85em 1em 0.5em 1em;
	vertical-align: baseline;
	margin-right: 1em;
	height: 1.6em;
	float: left;	
}

.canihas {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 100%;
	width: 42px;
	padding-left: 1em;
	cursor: pointer;
	background: url(../img/cheeseburger.png) center 1em  no-repeat;
	z-index: 10;
	display: none;
}

.header-img {
	position: relative;
	width: 100%;
	height: 60vh;
	background: url(../img/header.jpg) 50% 0 no-repeat;
	background-size: cover;
	text-align: center;
}

.header-img h1 {
	font-family: "AntennaCondBold", "Open Sans", Helvetica, Arial, sans-serif;
	font-weight: 700;
	letter-spacing: 0.3px;
	padding: 5%;
	font-size: 94px;
	font-size: 10vh;
	color: #fff;
	z-index: 10;
	position: absolute;
	text-align: center;
	top: 30%;
	display: inline-block;
	width: 90%;
	text-align: center;
	text-transform: uppercase;

	 text-shadow:
		-1px -1px 5px rgba(0,0,0,0.5),	
		 1px -1px	5px rgba(0,0,0,0.5),
		 -1px 1px	5px rgba(0,0,0,0.5),
		 1px 1px	5px rgba(0,0,0,0.5);
		 display: none;
}

.header-img h1 b {
	background-color: #dd0000;
	box-shadow: 0 0 15px black;
}

.menu {
	position: fixed;
	background-color: #fff;
	background-color: rgba(255,255,255,0.9);
	z-index: 10;
	border-bottom: 2px solid #666;
	width: 100%;
	padding-bottom: 1em;
	display: none;
}

.menu-items {
	text-align: center;
	margin: 0;
	padding: 0;
}

body.show-menu .menu {
	display: block;
}

.header-title-pic {
	vertical-align: middle;
	position: relative;
	text-align: center;
	display: inline-block;
	width: 95%;
}

.header-title-pic-mobile {
	vertical-align: middle;
	position: relative;
	text-align: center;
	display: none;
	width: 75%;
	top: 5%;
}


.intro {
	color: #000;
	text-align: center;
	padding: 1em 1em 0.5em 1em;
}

/* 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;
}

ul.buttons {
	padding: 0;
}

.button {
	display: inline-block;
	float: none;
}

.button:hover {
	color: #000;
	background-color: #eee;
}

.button.active {
	color: #fff;
	background-color: #888;
}

/* CONTENT */
.main {
	position: relative;
	margin: 0 auto;
	max-width: 960px;
	border: 0px solid #666;
	padding-bottom: 4em;
	z-index: 5;
}

.content {
	text-align: center;
	position: relative;
	display: block;
}

.section {
	padding: 3em 0 1em 0;
}

.section h3 {
	font-size: 2em;
	line-height: 1.3em;
	font-weight: 600;
	margin-bottom: 0.5em;
	color: #dd0000;
}

.section h4 {
	font-size: 20px;
	line-height: 1.3em;
	text-transform: uppercase;
	font-weight: 600;
}

.section p {
	margin-bottom: 2em;
}


/* FOOTER */
.footer {
	background-color: #222;
	color: #fff;
}

.footer ul {
	margin: 0;
	padding: 0;
}

.wrap {
	max-width: 960px;
	margin: 0 auto;
}

.footer-element {
	padding: 24px;
}

.footer-element:after {
	content: " ";
	clear: both;
	display: block;
	height: 0px;
}

.impressum-wrapper {
	background-color: #d6081c;
	position: relative;
	list-style: none;
	padding: 24px;
}

.impressum {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-moz-column-gap: 24px;
	-webkit-column-gap: 24px;
	column-gap: 24px;
}

.more-wrapper {
	background-color: #ededed;
	line-height: 1.4em;
	text-transform: uppercase;
}

.more h4 {
	font-size: 2em;
	color: #d6081c;
	color: #000;
	font-weight: 600;
	text-align: center;
}

.more h5 {
	font-size: 1.5em;
	line-height: 1.4em;
	margin-bottom: 0.3em;
	font-weight: 500;
	color: #d6081c;
}

.impressum, .boilerplate, .more {
	list-style: none;
	margin: 0 auto;
}

.footer {
	margin: 0 auto;
	position: relative;
}

.linklist {
	position: relative;
	width: 50%;
	margin-top: 2em;
	list-style: none;
	float: left;
}

.footer a {
	-webkit-transition: 0.25s color linear;
	-moz-transition: 0.25s color linear;
	-moz-transition: 0.25s color linear;
	-ms-transition: 0.25s color linear;
	-o-transition: 0.25s color linear;
	transition: 0.25s color linear;
}

.footer a:hover {
	color: #9a0b04;
	text-decoration: none;
}

.linklist.column {
	width: 50%;
	display: inline-block;
}

.linklist h6 {
	font-size: 1.2em;
	line-height: 1.3em;
}

/* SOCIAL */
#social {
	margin-top: 1em;
}

.fa-facebook-f:before, .fa-facebook:before, .fa-twitter:before, .fa-whatsapp:before {
	content: " ";
	display: block;
	float: left;
	height: 36px;
	width: 44px;
	background: url(../img/logo_facebook.png) no-repeat;
	background-size: contain;
}

.fa-twitter:before {
	background: url(../img/logo_twitter.png) no-repeat;
	background-size: contain;
}

.fa-twitter:before {
	background: url(../img/logo_twitter.png) no-repeat;
	background-size: contain;
}

.fa-whatsapp:before {
	background: url(../img/logo_whatsapp.png) no-repeat;
	background-size: contain;
}

.jssocials-share-whatsapp {
	display: none;
}

/* SWIPER */
.swiper-wrapper {
	margin-bottom: 70px;
}

.swiper-container {
	margin-top: 32px;
}

.swiper-slide {
	position: relative;
	width: 100%;
	color: #000;
	text-transform: none;
	cursor: pointer;
}

.swiper-pagination-bullet {
	width: 15px;
	height: 15px;
}

.swiper-slide img {
	position: relative;
	display: block;
	max-width: 100%;
}

.more .btn, .more .btn:visited, .more .btn:focus {
	font-size: 17px;
	line-height: 22px;
	-webkit-transition: color 0.25s, background 0.25s;
	-moz-transition: color 0.25s, background 0.25s;
	-o-transition: color 0.25s, background 0.25s;
	transition: color 0.25s, background 0.25s;
	background-color: #d6081c;
	border-radius: 0;
	color: #ffffff;
	padding: 6px 12px;
	display: inline-block;
	margin-top: 30px;
}
.more .btn:hover {
	background-color: #9a0b04;
	color: #ffffff;
}

@media (max-width: 600px) {
	body.navi .menu	{
		display: block;
	}

	.header-title-pic {
		display: none;
	}

	.header-title-pic-mobile {
		display: inline-block;
	}

	.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;
	}


}

@media (max-width: 300px) {
	.linklist {
		width: 100%;
		float: none;
	}
	.logo-link {
		display: none;
	}
}

@media (max-width: 400px) {
	.jssocials-share-whatsapp {
		display: inline-block;
	}

}

