@charset "UTF-8";
/* CSS Document */

/* ------------------------------------------
  COLORS:

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

@font-face {
    font-family: 'roboto_condensedbold';
    src: url('/font/robotocondensed-bold-webfont.woff2') format('woff2'),
    url('/font/robotocondensed-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sanslight';
    src: url('/font/opensans-light-webfont.woff2') format('woff2'),
    url('/font/opensans-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansregular';
    src: url('/font/opensans-regular-webfont.woff2') format('woff2'),
	url('/font/opensans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansbold';
    src: url('/font/opensans-bold-webfont.woff2') format('woff2'),
	url('/font/opensans-bold-webfont.woff');
    font-weight: normal;
    font-style: normal;
}

* {box-sizing: border-box;}

body {
	width: 100%;
	max-width: 1440px;
	margin: 0 auto !important;
	padding: 0;
	top: 0;
	font-family: 'open_sansregular', sans-serif;
	font-weight: normal;
	font-size: 16px;
	line-height: 1.5em;	
	color: #272525;
    word-break: keep-all;
	box-shadow: 0 9px 0px 0px white, 0 -9px 0px 0px white, 9px 0 11px -4px #e3e3e3, -9px 0 11px -4px #e3e3e3;
}

h1 {
	font-family: 'roboto_condensedbold', sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1.2px;
	font-size: 60px;
	line-height: 1.2em;	
	margin: 0;
	color: #f6f6f6;
}

h1 span {
	color: rgba(252,35,35,1.00);
	font-size: 40px;
	display: block;
	margin-top: -15px;
}

h2 {
    font-family: 'roboto_condensedbold', sans-serif;
	font-weight: normal;
	letter-spacing: 1.2px;
	font-size: 50px;
	line-height: 1.1em;	
	text-align: center;
	margin: 15px 0 0 0;
	color: rgba(252,35,35,1.00);
}

h2 span {display: inline;}

	@media (max-width: 480px) {

		h2 {
			font-size: 42px;
			margin: 15px 0 25px 0;
		}
		
		h2 span {display: block;}

	}

h3 {
    font-family: 'roboto_condensedbold', sans-serif;
	font-weight: normal;
	font-size: 25px;
	line-height: 1.1em;	
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: center;
	color: #f6f6f6;
	margin: 10px 0;
}

h4 {
    font-family: 'roboto_condensedbold', sans-serif;
	font-weight: normal;
	font-size: 30px;
	line-height: 1.1em;	
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: center;
	margin: 0 0 0 8px;
}

h5 {
    font-family: 'roboto_condensedbold', sans-serif;
	font-weight: normal;
	font-size: 30px;
	line-height: 1.3em;	
	text-align: center;
	color: rgba(252,35,35,1.00);
}

h5 a {
	color: rgba(252,35,35,1.00);
	text-decoration: underline
}

p {
	font-family: 'open_sanslight', sans-serif;
	font-weight: normal;
	font-size: 18px;
	line-height: 1.5em;	
	color: #272525;
	margin: 0;
}

p + p {margin: 25px 0 0 0;}

p span {
	font-family: 'roboto_condensedbold', sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

p span.red {
	font-family: 'open_sansbold', sans-serif;
	font-weight: normal;
	font-size: 18px;
	line-height: 1.5em;	
	text-transform: inherit;
	letter-spacing: 0em;
	color: rgba(252,35,35,1.00);
}

strong {
	font-family: 'open_sansbold', sans-serif;
	font-weight: normal;
	color: inherit;
}

p a {
	font-family: 'open_sansregular', sans-serif;
	font-weight: normal;
	color: inherit;
	text-decoration: none;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

p a:hover {color: rgba(123, 16, 41, 1.0);}

a {text-decoration: none;}

ul {
	font-family: 'open_sanslight', sans-serif;
	font-weight: normal;
	margin: 0;
	padding: 0;
	font-size: 18px;
	line-height: 1.5em;	
	color: inherit;
}

li {list-style: none;}

.linie {
	width: 5px;
	height: 40px;
	content: '';
	margin: 15px calc(50% - 2px);
	background-color: rgba(252,35,35,1.0);
}

.ta-left {text-align: left;}

.ta-right {text-align: right;}

.relative {position: relative;}

.absolute {position: absolute;}

.center {text-align: center;}

.right {text-align: right;}

	@media (max-width: 480px) {
		
		.m-ta-center {text-align: center;}
		
	}

.mt43 {margin-top: 43px;}

.mtb {margin: 0;}

.clear {
	clear: both;
	width: 100%;
	display: block;
}

.displaynone, .onlyprint {display: none;}

/* ------------------------------------------
  12er GRID
--------------------------------------------- */

.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}

[class*="col-"] {
    float: left;
    padding: 20px 35px 30px 35px;
}
/*
.col-p-6 {
	width: 33.33%;
	float: left;
	margin-right: 0;
	padding: 20px 35px 30px 35px;
}
*/
.row {
	width: 100%;
	margin: 0 auto;
	padding: 0;
}

.row {margin: 0 auto;}

.row:first-child {margin: 120px auto 0 auto;}

.row::after {
    content: "";
    clear: both;
    display: table;
}

	@media (max-width: 1150px) {

		.col-m-0 {display: none;}
		.col-m-1 {width: 8.33%;}
		.col-m-2 {width: 16.66%;}
		.col-m-3 {width: 25%;}
		.col-m-4 {width: 33.33%;}
		.col-m-5 {width: 41.66%;}
		.col-m-6 {width: 50%;}
		.col-m-7 {width: 58.33%;}
		.col-m-8 {width: 66.66%;}
		.col-m-9 {width: 75%;}
		.col-m-10 {width: 83.33%;}
		.col-m-11 {width: 91.66%;}
		.col-m-12 {width: 100%;}
		/*
		.col-p-6 {
			width: 50%;
			float: left;
			margin-right: 0;
			padding: 20px 35px 30px 35px;
		}*/
	}

	@media (max-width: 480px) {

		[class*="col-"] {
			width: 100%;
			padding: 0 35px;
		}

		.row {margin: 0 auto;}
	}

/* ------------------------------------------
  HEADER
--------------------------------------------- */

header {
	position: fixed;
	width: 100%;
	max-width: 1440px;
	margin: 0 auto !important;
	height: 95px;
	padding: 15px 30px 0 30px;
	z-index: 110;
	top: 0;
	background: #4a4a4a;
	color: #f6f6f6;
	border-bottom: 4px solid #fff;
	-webkit-box-shadow: 0px 10px 5px -7px rgba(0,0,0,0.3), 0px 5px 15px -11px rgba(0,0,0,0.3); 
	box-shadow: 0px 10px 5px -7px rgba(0,0,0,0.3), 0px 5px 15px -11px rgba(0,0,0,0.3);
}

.logo {
	width: 20%;
	height: 75px;
	margin: 0;
	padding: 0 0 0 30px;
	float: left;
}

/* ------------------------------------------
  NAVIGATION
--------------------------------------------- */

nav {
	width: calc(80%-45px) ;
	height: 75px;
	padding-top: 10px;
	float: right;
}

#toggle {display: none;}

nav ul {
	float: right;
	margin: 0;
	list-style: none;
}

nav ul li {
	margin-right: 45px;
	float: left;
}

nav ul li a {
	font-family: 'open_sansbold', sans-serif;
	font-weight: normal;
	font-size: 20px;
	line-height: 1.9em;	
	color: #f6f6f6;
	text-decoration: none;	
}

nav ul li:hover, nav ul li.active {border-bottom: 2px solid #f6f6f6;}

	@media (max-width: 1150px) {
		.logo {
			width: 70%;
			height: 75px;
			margin: 0;
			padding: 0 0 0 30px;
			float: left;
		}

		nav {width: calc(30%-45px);}

		nav ul {
			width: 100%;
			padding: 5px 25px 15px 25px;
			text-align: center;
		}

		nav ul li {
			width: 100%;
			clear: both;
			margin: 6px 0;
			border-bottom: 2px solid #4A4A4A;
		}	

		nav ul li:hover, nav ul li.active {border-bottom: 2px solid #4A4A4A;}

		nav ul li a {color: #272525;}

		nav ul li a:hover, nav ul li.active a {color: rgba(252, 35, 35, 1.0);}	

		nav ul li:last-child {border-bottom: none;}

		#toggle {
			float: right;
			display: block;
			width: 28px;
			height: 30px;
			margin: 14px 25px 0 0;
		}

		#toggle span:after,	#toggle span:before {
			content: "";
			position: absolute;
			left: 0;
			top: -9px;
		}

		#toggle span:after {top: 9px;}

		#toggle span {
			position: relative;
			display: block;
		}

		#toggle span, #toggle span:after, #toggle span:before {
			width: 100%;
			height: 4px;
			background-color: #f6f6f6;
			transition: all 0.3s;
			backface-visibility: hidden;
			border-radius: 2px;
		}

		#toggle.on span {background-color: transparent;}

		#toggle.on span:before {transform: rotate(45deg) translate(5px, 5px);}

		#toggle.on span:after {transform: rotate(-45deg) translate(7px, -8px);}

		#toggle.on + #menu {
			opacity: 1;
			visibility: visible;
		}

		#menu {
			width: 100%; 
			position: absolute;
			display: block;
			background-color: #f6f6f6;
			padding: 5px;
			margin: 65px auto 0 auto; /*Höhe verstellen*/
			left: 0;
			border: 1px solid #f2f2f2;
			border-top: none;
			-webkit-box-shadow: 0 4px 2px #f2f2f2;
			-moz-box-shadow: 0 4px 2px #f2f2f2;
			box-shadow: 0 4px 2px #f2f2f2;
			opacity: 0;
			visibility: hidden;
			z-index: 9998;
		}

		#menu:after {
			width: 100%; 
			position: absolute;
			content: "";
			display: block;
		}
	}

	@media (max-width: 480px) {

		header {padding: 15px 10px 0 10px;}

		.logo img {
			height: 50px;
			margin-top: 5px;
		}
	}

/* ------------------------------------------
  ALLGEMEIN
--------------------------------------------- */

.fondblack {
	width: 80%;
	margin: 0 auto;
	background-color: rgba(0,0,0,0.80);	
}

.fondred {
	width: 90%;
	margin: 0 auto;
	background-color: rgba(252,35,35,0.50);
}

.small {
	width: 85%;
	margin: 0 auto;
}

	@media (max-width: 1150px) {

		.small {width: 100%;}

	}

/* ------------------------------------------
  SLIDER
--------------------------------------------- */

.cd-hero {
	width: 100%;
	height: 480px;
	margin: -25px 0 120px 0;
	position: relative;
}

.cd-hero-slider {
	height: 100%;
	position: relative;
	overflow: hidden;
}

.cd-hero-slider li {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%);
}

.cd-hero-slider li.selected {
	position: relative;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}

.cd-hero-slider li.move-left {
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
}

.cd-hero-slider li.is-moving,
.cd-hero-slider li.selected {
	-webkit-transition: -webkit-transform 0.5s;
	-moz-transition: -moz-transform 0.5s;
	transition: transform 0.5s;
}

.cd-hero-slider li:nth-of-type(1) {
	background: url("/img/wiegand-sohn-feinkost-solingen-image-frische-tomaten.jpg") no-repeat;
	background-size: cover;
	background-position: center;
}

.cd-hero-slider li:nth-of-type(2) {
	background: url("/img/wiegand-sohn-feinkost-solingen-image-frische-tomaten.jpg") no-repeat;
	background-size: cover;
	background-position: center;
}

.cd-hero-slider li:nth-of-type(3) {
	background: url("/img/wiegands-finest-solingen-background.jpg") no-repeat;
	background-size: cover;
	background-position: center;
}

.cd-hero-slider li {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.cd-hero-slider .fondred {
	width: 90%;
	height: 90%;
	background: rgba(252,35,35,0.50); 
}

.cd-hero-slider .fondblack {
	width: 90%;
	height: 90%;
	background: rgba(0,0,0,0.50); 
}

.cd-hero-slider .fondgrey {
	width: 90%;
	height: 90%;
	margin: 0 auto;
	background: rgba(136,136,136,0.50);
}

.cd-hero-slider .cd-full-width,
.cd-hero-slider .cd-half-width {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	left: 0;
	top: 0;
	text-align: left;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
}

.cd-hero-slider .cd-half-width:first-of-type {
	width: 55%;
	left: 5%;
}

.cd-hero-slider .cd-half-width:nth-of-type(2) {
	width: 35%;
	right: 5%;
	left: auto;
}

.cd-content h1 {
	font-family: 'roboto_condensedbold', sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1.2px;
	font-size: 70px;
	line-height: 1.2em;	
	margin: 0;
	color: #f6f6f6;
}

.cd-content h1 span {
	color: rgba(252,35,35,1.00);
	font-size: 40px;
	display: block;
	margin-top: -15px;
}

.cd-content p {color: #fff;}

.cd-content img {
	height: 360px;
	margin: 20px 0 0 -40px;
}

	@media (max-width: 1150px) {

		.cd-content img {
			height: 300px;
			margin: 20px 0 0 -100px;
		}

	}

.cd-content .button {
	width: 210px;
	margin: 45px 0 0 0;
	padding: 5px 10px;
	background: rgba(252,35,35,1.00);
	display: block;
	text-align: center;
}

.cd-content .button a {
	text-decoration: none;
	color: #fff;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.cd-content .button:hover {background: rgba(0,0,0,0.40);}

.cd-hero-slider .cd-content {
	position: relative;
	top: calc(50% - 30px);
	transform: translateY(-52%) !important;
	padding: 0 50px;
}

.cd-hero-slider .cd-half-width {
	opacity: 0;
	-webkit-transform: translateX(40px);
	-moz-transform: translateX(40px);
	-ms-transform: translateX(40px);
	-o-transform: translateX(40px);
	transform: translateX(40px);
}

.cd-hero-slider .move-left .cd-half-width {
	-webkit-transform: translateX(-40px);
	-moz-transform: translateX(-40px);
	-ms-transform: translateX(-40px);
	-o-transform: translateX(-40px);
	transform: translateX(-40px);
}

.cd-hero-slider .selected .cd-half-width {
	opacity: 1;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}

.cd-hero-slider .is-moving .cd-half-width {
	-webkit-transition: opacity 0s 0.5s, -webkit-transform 0s 0.5s;
	-moz-transition: opacity 0s 0.5s, -moz-transform 0s 0.5s;
	transition: opacity 0s 0.5s, transform 0s 0.5s;
}

.cd-hero-slider li.selected.from-left .cd-half-width:nth-of-type(2),
.cd-hero-slider li.selected.from-right .cd-half-width:first-of-type {
	-webkit-transition: opacity 0.4s 0.2s, -webkit-transform 0.5s 0.2s;
	-moz-transition: opacity 0.4s 0.2s, -moz-transform 0.5s 0.2s;
	transition: opacity 0.4s 0.2s, transform 0.5s 0.2s;
}

.cd-hero-slider li.selected.from-left .cd-half-width:first-of-type,
.cd-hero-slider li.selected.from-right .cd-half-width:nth-of-type(2) {
	-webkit-transition: opacity 0.4s 0.4s, -webkit-transform 0.5s 0.4s;
	-moz-transition: opacity 0.4s 0.4s, -moz-transform 0.5s 0.4s;
	transition: opacity 0.4s 0.4s, transform 0.5s 0.4s;
}

.cd-hero-slider .cd-full-width h1,
.cd-hero-slider .cd-full-width p,
.cd-hero-slider .cd-full-width a,
.cd-hero-slider .cd-full-width .button {
	opacity: 0;
	-webkit-transform: translateX(100px);
	-moz-transform: translateX(100px);
	-ms-transform: translateX(100px);
	-o-transform: translateX(100px);
	transform: translateX(100px);
}

.cd-hero-slider .move-left .cd-full-width h1,
.cd-hero-slider .move-left .cd-full-width p,
.cd-hero-slider .move-left .cd-full-width .button {
	opacity: 0;
	-webkit-transform: translateX(-100px);
	-moz-transform: translateX(-100px);
	-ms-transform: translateX(-100px);
	-o-transform: translateX(-100px);
	transform: translateX(-100px);
}

.cd-hero-slider .selected .cd-full-width h1,
.cd-hero-slider .selected .cd-full-width p,
.cd-hero-slider .selected .cd-full-width .button {
	opacity: 1;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}

.cd-hero-slider li.is-moving .cd-full-width h1,
.cd-hero-slider li.is-moving .cd-full-width p,
.cd-hero-slider li.is-moving .cd-full-width .button {
	-webkit-transition: opacity 0s 0.5s, -webkit-transform 0s 0.5s;
	-moz-transition: opacity 0s 0.5s, -moz-transform 0s 0.5s;
	transition: opacity 0s 0.5s, transform 0s 0.5s;
}

.cd-hero-slider li.selected h1 {
	-webkit-transition: opacity 0.4s 0.2s, -webkit-transform 0.5s 0.2s;
	-moz-transition: opacity 0.4s 0.2s, -moz-transform 0.5s 0.2s;
	transition: opacity 0.4s 0.2s, transform 0.5s 0.2s;
}

.cd-hero-slider li.selected p {
	-webkit-transition: opacity 0.4s 0.3s, -webkit-transform 0.5s 0.3s;
	-moz-transition: opacity 0.4s 0.3s, -moz-transform 0.5s 0.3s;
	transition: opacity 0.4s 0.3s, transform 0.5s 0.3s;
}

.cd-hero-slider li.selected .button,
.cd-hero-slider li.selected input[type="button"],
.cd-hero-slider li.selected button {
	-webkit-transition: opacity 0.4s 0.4s, -webkit-transform 0.5s 0.4s,
    background-color 0.2s 0s;
	-moz-transition: opacity 0.4s 0.4s, -moz-transform 0.5s 0.4s,
    background-color 0.2s 0s;
	transition: opacity 0.4s 0.4s, transform 0.5s 0.4s, background-color 0.2s 0s;
}

.cd-slider-nav {
	position: absolute;
	width: 100%;
	bottom: 0;
	z-index: 2;
	text-align: center;
	height: 30px;
}

.cd-slider-nav .nav {
	display: inline-block;
	position: relative;
	height: 100%;
}

.cd-slider-nav a {
	display: inline-block;
	float: left;
	width: 15px;
	height: 15px;
	margin: 5px;
	border-radius: 50%;
	background-color: rgba(0, 0, 0, 0.2);
	border: 1px solid rgba(255, 255, 255, 0.4);
}

.cd-slider-nav a.selected {background-color: rgba(252,35,35,0.80);}

.no-js .cd-hero-slider li {display: none;}

.no-js .cd-hero-slider li.selected {display: block;}

.no-js .cd-slider-nav {display: none;}

	@media (max-width: 1150px) {
		
		.cd-hero {margin: -25px 0 120px 0;}

		.cd-content h1 {
			font-size: 35px;
			line-height: 1.2em;	
			margin: 0 0 0 0;
		}

		.cd-content h1 span {
			font-size: 20px;
			line-height: 1.2em;	
			margin-top: 0;
		}

	}

	@media (max-width: 480px) {

		.cd-content p {color: #fff;}
		
		.cd-content img {margin: 20px 0 0 -40px;}

		.cd-hero-slider .cd-half-width:first-of-type {
		  	width: 100%;
			left: 0;
		}

		.cd-hero-slider .cd-half-width:nth-of-type(2) {display: none;}
		
	}

/* ------------------------------------------
  IMAGEBLOCK
--------------------------------------------- */

.image-beginn {
	width: 100%;
	height: 350px;
	background: url("/img/wiegand-sohn-feinkost-solingen-image-anfang.jpg") no-repeat center;
	background-size: cover;
	filter: grayscale(100%);
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.image-philosophie {
	width: 100%;
	height: 350px;
	background: url("/img/wiegand-sohn-feinkost-solingen-image-philosophie.jpg") no-repeat center;
	background-size: cover;
	filter: grayscale(100%);
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.image-wiegandsfinest {
	width: 100%;
	height: 350px;
	background: url("/img/wiegand-sohn-feinkost-solingen-image-wiegands-finest.jpg") no-repeat center;
	background-size: cover;
	filter: grayscale(100%);
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

a:hover .image-beginn, a:hover .image-philosophie, a:hover .image-wiegandsfinest {filter: grayscale(0);}

.imageblock .description {
	width: 100%;
	height: 85px;
	background: rgba(252,35,35,1.0);
	padding: 5px 0;
	margin-bottom: 55px;
}

/* ------------------------------------------
  HOVERBOX
--------------------------------------------- */

.box {
	width: 100%;
	height: 350px;
	position: relative;
	overflow: hidden;
}

.box img {
	height: 100%;
	position: absolute;
	left: 0;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}

.box .overbox {
	background-color: rgba(252,35,35,0.80);
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	z-index: 100;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
	opacity: 0;
	width: 100%;
	height: 350px;
	padding: 130px 20px;
}

.box:hover .overbox {opacity: 1;}

.box .overtext {
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
	transform: translateY(40px);
	-webkit-transform: translateY(40px);
}

.box .tagline {
	font-size: 0.8em;
	opacity: 0;
	transition-delay: 0.2s;
	transition-duration: 0.2s;
}

.box:hover .tagline,.box:focus .tagline {
	opacity: 1;
	transform: translateX(0px);
	-webkit-transform: translateX(0px);
}

.box .tagline p {color: #fff;}

.caption {
	background-color: rgba(252,35,35,1.00);
	width: 100%;
	min-height: 80px;
	margin: -10px 0 0 0;
}

.caption h3 {padding-top: 11px;}

/* ------------------------------------------
  PRODUKTÜBERSICHT
--------------------------------------------- */

.productheadline {
	background: rgba(252,35,35,0.80);
	width: 100%;
	margin: 45px 0;
	position: relative;
}

.productheadline h4 {
    font-family: 'roboto_condensedbold', sans-serif;
	font-weight: normal;
	font-size: 25px;
	line-height: 1.1em;	
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	color: #fff;	
	background: rgba(252,35,35,1.00);
	width: 220px;
	margin: 0;
	padding: 5px 0 5px 15px;
}

.breadcrumb {
	position: absolute;
	right: 15px;
	top: 7px;
}

.breadcrumb a {
	text-decoration: none;
	color: #fff;	
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.breadcrumb a:hover {color: rgba(255,255,255,0.70);}

	@media (max-width: 480px) {

		.productheadline h4 {
			font-size: 22px;
			width: 190px;
		}

		.breadcrumb {top: 5px;}

	}

.productimage {
	width: 40%;
	float: left;
}

.productimage img {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

a:hover img.zoom {transform: scale(1.1);}

.productinfo {
	width: 60%;
	float: left;
	padding: 5px 15px;
	margin-bottom: 35px;
}

.productinfo h5 {
    font-family: 'roboto_condensedbold', sans-serif;
	font-weight: normal;
	font-size: 23px;
	line-height: 1.3em;	
	text-align: left;
	color: #272525;
	margin: 0;
	padding: 0;
}

.productinfo h5 span {
	text-transform: uppercase;
	color: rgba(252,35,35,1.00);
	margin: 0;
}

.productinfo h6 {
	font-size: 16px;
	color: #272525;
	margin: 0 0 15px 0;
}

.productinfo h6, .productinfo .border {
	padding-bottom: 10px;
	border-bottom: 1px solid #272525;
}

.button {
	width: 200px;
	margin: 45px 0 0 10%;
	padding: 5px 10px;
	background: rgba(252,35,35,1.00);
	display: block;
	text-align: center;
}

.button a {
	text-decoration: none;
	color: #fff;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.button a:hover {color: rgba(255,255,255,0.70);}

	@media (max-width: 1150px) {
		
		.productimage, .productinfo {
			width: 100%;
			float: none;
		}		
		
		.productimage img {
			width: 70%;
			margin: 0 15% 25px 15%;
		}	
		
	}

/* ------------------------------------------
  VERPACKUNGSGRÖSSEN
--------------------------------------------- */

.background-lightgrey {
	background: #A6A6A6;
	margin: 50px 0 80px 0;
}

	@media (max-width: 480px) {

		.imagesonbackground img, .imagesonbackground p {
			margin-top: 55px;
		}	

	}

.packaging {
	background: #7D7D7D;	
	padding: 25px;
}

.packaging p {
	font-family: 'opensans-bold', sans-serif;
	font-weight: normal;
	color: #fff;
	margin-top: 25px;
}

.border-l-r {
	border-left: 3px solid #fff;
	border-right: 3px solid #fff;
}

.border-l {border-left: 3px solid #fff;}

.border-r {border-right: 3px solid #fff;}

	@media (max-width: 480px) {

		.border-l-r, .border-l, .border-r {
			border-left: none;
			border-right: none;
		}	

		.border-l-r {
			border-bottom:  3px solid #fff;
			border-top:  3px solid #fff;
		}	
		
		.border-r {border-bottom:  3px solid #fff;}
		
	}

/* ------------------------------------------
  MAPS
--------------------------------------------- */

.maps {
	width: 100%;
	height: 300px;
	margin: 0 0 -120px 0;
}

	@media (max-width: 480px) {

		.maps {margin: 35px 0 -120px 0;}

	}

/* ------------------------------------------
  FOOTER
--------------------------------------------- */

footer {
	width: 100%;
	min-height: 30px; 
	color: #f6f6f6;
	background: #4a4a4a;
	padding: 0;
}

footer p, footer a {
	font-family: 'open_sanslight', sans-serif;
	font-weight: normal;
	font-size: 16px;
	line-height: 1.5em;	
	color: #f6f6f6;	
	margin: 0;
	padding: 0;
	text-decoration: none;
}

footer a:hover {color: rgba(255, 255, 255, 0.5);}

footer .red {
	width: 100%;
	padding: 20px 0 0 0;
	margin: 0;
	background: rgba(252,35,35,1.00);
	color: #f6f6f6;
	border-bottom: 5px solid #fff;
}

footer hr {
	border: 1px solid #f6f6f6;
	width: 20%;
	margin: 0 auto;
}

footer .red .left {text-align: right;}

footer .red .right {text-align: left;}

	@media (max-width: 480px) {

		footer .red {padding: 20px 0 15px 0;}

		footer hr {
			width: 40%;
			margin: 0 auto 15px auto;
		}

		footer {
			margin: 0;
			padding: 0 0 35px 0;
			text-align: center;
		}

		footer .red .left, footer .red .right {text-align: center;}

		.subfooter {padding: 15px 0 0 0;}
	}