/*
Client: Hemafa GmbH
Project: Murmelland microsite
Authors: Julian Tröps, hype.media Marketingruppe
Authors Link: http://hype-media.de/
Last commit: 6a500ebbc3401605729b63f27c4f5f90d65af912
			 juliantroeps <hi@juliantroeps.com>
			 Fri Jul 29 11:48:16 2016 +0200
*/
/* raleway-regular - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/raleway-v28-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/raleway-v28-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/raleway-v28-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/raleway-v28-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/raleway-v28-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/raleway-v28-latin-regular.svg#Raleway') format('svg'); /* Legacy iOS */
}
/* raleway-500 - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/raleway-v28-latin-500.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/raleway-v28-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/raleway-v28-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/raleway-v28-latin-500.woff') format('woff'), /* Modern Browsers */
       url('../fonts/raleway-v28-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/raleway-v28-latin-500.svg#Raleway') format('svg'); /* Legacy iOS */
}
/* raleway-italic - latin */
@font-face {
  font-family: 'Raleway';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/raleway-v28-latin-italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/raleway-v28-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/raleway-v28-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/raleway-v28-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/raleway-v28-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/raleway-v28-latin-italic.svg#Raleway') format('svg'); /* Legacy iOS */
}
/* raleway-500italic - latin */
@font-face {
  font-family: 'Raleway';
  font-style: italic;
  font-weight: 500;
  src: url('../fonts/raleway-v28-latin-500italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/raleway-v28-latin-500italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/raleway-v28-latin-500italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/raleway-v28-latin-500italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/raleway-v28-latin-500italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/raleway-v28-latin-500italic.svg#Raleway') format('svg'); /* Legacy iOS */
}


.shadow {
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.shadow2 {
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16), 0 2px 4px rgba(0, 0, 0, 0.23);
}

.fadein {
	-webkit-animation: fadeIn 500ms;
	animation: fadeIn 500ms;
}

/* ==============
	General styles */
body {
	background: #f8fbfc;
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
}

body.subpage {
	background: #f8fbfc;
}

body.subpage:before {
	content: " ";
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	background-image: none;
	opacity: 1;
}

a {
	color: #1a1a1a;
	text-decoration: none;
	-webkit-transition: color 500ms linear;
	-moz-transition: color 500ms linear;
	-o-transition: color 500ms linear;
	-ms-transition: color 500ms linear;
	transition: color 500ms linear;
}

a:hover {
	color: #000;
	text-decoration: none;
	-webkit-transition: color 500ms linear;
	-moz-transition: color 500ms linear;
	-o-transition: color 500ms linear;
	-ms-transition: color 500ms linear;
	transition: color 500ms linear;
}

a:visited {
	text-decoration: none;
}

a:focus {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

/* ==============
	Keyframes     */
@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@-moz-keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@-ms-keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@-o-keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@-webkit-keyframes comeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@keyframes comeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@-moz-keyframes comeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@-webkit-keyframes comeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@-ms-keyframes comeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@-o-keyframes comeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #2b4c98;
	font-weight: 500;
}

h1 {
	font-size: 30px;
	margin-bottom: 15px;
}

p {
	font-size: 16px;
}

.inner-row {
	padding: 20px 0 70px 0;
}

.inner-row-2 {
	padding: 75px 0 150px 0;
}

.center {
	text-align: center;
}

.w50 {
	width: 50%;
	margin: 0 auto;
}

.w60 {
	width: 60%;
	margin: 0 auto;
}

.w70 {
	width: 70%;
	margin: 0 auto;
}

.w80 {
	width: 80%;
	margin: 0 auto;
}

.w90 {
	width: 90%;
	margin: 0 auto;
}

.no-pad {
	padding: 0 !important;
}

.blue {
	color: #2b4c98;
	font-weight: 500;
}

/* Page */
#wrapper {
	position: relative;
	overflow: hidden;
	z-index: 6;
}

#wrapper header {
	height: 75px;
	width: 100%;
	background: #fff;
	font-size: 12px;
	position: relative;
	z-index: 10;
}

#wrapper header img {
	display: block;
	height: 30px;
	margin: 20px 0;
}

#wrapper header ul {
	list-style: none;
	line-height: 75px;
	float: right;
	margin: 0;
}

#wrapper header ul li {
	display: inline-block;
	margin-left: 41px;
}

#wrapper header ul li a {
	text-transform: uppercase;
	color: #868786;
	-webkit-transition: color 500ms linear;
	-moz-transition: color 500ms linear;
	-o-transition: color 500ms linear;
	-ms-transition: color 500ms linear;
	transition: color 500ms linear;
}

#wrapper header ul li a:hover {
	color: #000;
	font-weight: 500;
	-webkit-transition: color 500ms linear;
	-moz-transition: color 500ms linear;
	-o-transition: color 500ms linear;
	-ms-transition: color 500ms linear;
	transition: color 500ms linear;
}

#wrapper header ul li a:hover li {
	margin-left: 40px;
}

#wrapper header ul li a.active {
	color: #000;
	font-weight: 500;
	-webkit-transition: color 500ms linear;
	-moz-transition: color 500ms linear;
	-o-transition: color 500ms linear;
	-ms-transition: color 500ms linear;
	transition: color 500ms linear;
}

#wrapper header .icon {
	display: none;
}

#wrapper #main {
	-webkit-animation: comeIn 2s;
	-moz-animation: comeIn 2s;
	-ms-animation: comeIn 2s;
	-o-animation: comeIn 2s;
	animation: comeIn 2s;
	-webkit-perspective: 1000;
	-webkit-backface-visibility: hidden;
	/*padding-bottom: 50px;*/
}

#wrapper #main .text-sec p {
	padding-bottom: 20px;
}

#wrapper #main .text-sec p:last-of-type {
	padding-bottom: 0px;
}

#wrapper #main .circle {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	position: relative;
	margin-bottom: 60px;
	z-index: 943;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	-webkit-transition: box-shadow 500ms linear;
	-moz-transition: box-shadow 500ms linear;
	-o-transition: box-shadow 500ms linear;
	-ms-transition: box-shadow 500ms linear;
	transition: box-shadow 500ms linear;
}

#wrapper #main .circle:hover {
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16), 0 2px 4px rgba(0, 0, 0, 0.23);
	-webkit-transition: box-shadow 500ms linear;
	-moz-transition: box-shadow 500ms linear;
	-o-transition: box-shadow 500ms linear;
	-ms-transition: box-shadow 500ms linear;
	transition: box-shadow 500ms linear;
}

#wrapper #main #teaser-center {
	height: 400px;
	width: 400px;
	background: yellow;
	z-index: 400;
	position: absolute;
	right: 5px;
	background: url(../img/page/cc.jpg) no-repeat 30% 30%;
	background-size: cover;
}

#wrapper #main #teaser-center .action-circle {
	width: 148px;
	height: 148px;
	padding-top: 60px;
	font-size: 12px;
	bottom: -30px;
	left: 20px;
	background: #f7b284;
	position: absolute;
	border-radius: 50%;
	text-align: center;
	-webkit-transition: background 500ms linear;
	-moz-transition: background 500ms linear;
	-o-transition: background 500ms linear;
	-ms-transition: background 500ms linear;
	transition: background 500ms linear;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

#wrapper #main #teaser-center .action-circle span {
	position: relative;
	top: -10px;
	font-size: 20px;
	color: #fff;
}

#wrapper #main #teaser-center .action-circle div {
	position: relative;
	top: 0px;
	left: 70px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 7.5px 0 7.5px;
	border-color: #fff transparent transparent transparent;
	z-index: 235346;
}

#wrapper #main #teaser-center a:hover .action-circle {
	background: #f2853c;
	-webkit-transition: background 500ms linear;
	-moz-transition: background 500ms linear;
	-o-transition: background 500ms linear;
	-ms-transition: background 500ms linear;
	transition: background 500ms linear;
}

#wrapper #main #teaser-right {
	width: 350px;
	height: 350px;
	z-index: 300;
	background: red;
	right: 40px;
	top: 25px;
	background: url(../img/page/cr.jpg) no-repeat 30% 30%;
	background-size: cover;
}

#wrapper #main #teaser-right .action-circle {
	width: 155px;
	height: 155px;
	top: 20px;
	right: -60px;
	background: #f7b284;
	position: absolute;
	border-radius: 50%;
	text-align: center;
	-webkit-transition: background 500ms linear;
	-moz-transition: background 500ms linear;
	-o-transition: background 500ms linear;
	-ms-transition: background 500ms linear;
	transition: background 500ms linear;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

#wrapper #main #teaser-right .action-circle span {
	position: relative;
	top: 60px;
	font-size: 20px;
	color: #fff;
}

#wrapper #main #teaser-right .action-circle div {
	position: relative;
	top: 70px;
	left: 70px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 7.5px 0 7.5px;
	border-color: #fff transparent transparent transparent;
	z-index: 235346;
}

#wrapper #main #teaser-right a:hover .action-circle {
	background: #f2853c;
	-webkit-transition: background 500ms linear;
	-moz-transition: background 500ms linear;
	-o-transition: background 500ms linear;
	-ms-transition: background 500ms linear;
	transition: background 500ms linear;
}

#wrapper #main #teaser-left {
	width: 350px;
	height: 350px;
	z-index: 200;
	background: blue;
	left: 30px;
	top: 25px;
	background: url(../img/page/cl.jpg) no-repeat 30% 30%;
	background-size: cover;
}

#wrapper #main #teaser-left .action-circle {
	width: 160px;
	height: 160px;
	bottom: 50px;
	left: -60px;
	background: #f7b284;
	position: absolute;
	border-radius: 50%;
	text-align: center;
	-webkit-transition: background 500ms linear;
	-moz-transition: background 500ms linear;
	-o-transition: background 500ms linear;
	-ms-transition: background 500ms linear;
	transition: background 500ms linear;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

#wrapper #main #teaser-left .action-circle span {
	position: relative;
	font-size: 18px;
	color: #fff;
	top: 60px;
}

#wrapper #main #teaser-left .action-circle div {
	position: relative;
	top: 70px;
	left: 70px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 7.5px 0 7.5px;
	border-color: #fff transparent transparent transparent;
	z-index: 235346;
}

#wrapper #main #teaser-left a:hover .action-circle {
	background: #f2853c;
}

#wrapper #main .action-circle {
	-webkit-transition: background 500ms linear, transform 700ms linear;
	-moz-transition: background 500ms linear, transform 700ms linear;
	-o-transition: background 500ms linear, transform 700ms linear;
	-ms-transition: background 500ms linear, transform 700ms linear;
	transition: background 500ms linear, transform 700ms linear;
}

#wrapper #main .sec-img {
	height: 400px;
}

#wrapper #main .img-circle {
	position: absolute;
	border-radius: 50%;
	z-index: 500;
	text-align: center;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

#wrapper #main .img-circle span {
	font-size: 20px;
	position: relative;
	top: 70px;
	color: #fff;
}

#wrapper #main .img-left {
	background-image: url(../img/page/left.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

#wrapper #main .img-circle-l {
	height: 200px;
	width: 200px;
	top: -100px;
	right: 100px;
	background: #f7b284;
	-webkit-transition: background 500ms linear;
	-moz-transition: background 500ms linear;
	-o-transition: background 500ms linear;
	-ms-transition: background 500ms linear;
	transition: background 500ms linear;
}

#wrapper #main .img-circle-l:hover {
	background: #f49454;
	-webkit-transition: background 500ms linear;
	-moz-transition: background 500ms linear;
	-o-transition: background 500ms linear;
	-ms-transition: background 500ms linear;
	transition: background 500ms linear;
}

#wrapper #main .img-right {
	background-image: url(../img/page/right.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 30% 54% !important;
}

#wrapper #main .jumbo {
	height: 400px;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

#wrapper #main #jumbo-matratze {
	background-image: url(../img/page/matratzen.jpg);
}

#wrapper #main #jumbo-lattenrost {
	background-image: url(../img/page/lattenroste.jpg);
}

#wrapper #main #jumbo-nacken {
	background-image: url(../img/page/nacken.jpg);
}

#wrapper #main .jumbo-inner {
	position: absolute;
	height: 100px;
	width: 100%;
	background: #f7b284;
	bottom: 1px;
	-webkit-transition: background 500ms linear;
	-moz-transition: background 500ms linear;
	-o-transition: background 500ms linear;
	-ms-transition: background 500ms linear;
	transition: background 500ms linear;
	text-align: center;
}

#wrapper #main .jumbo-inner span {
	font-size: 35px;
	color: #fff;
	position: relative;
	top: 30px;
	font-weight: 500;
}

#wrapper #main .jumbo-inner:hover {
	background: #f49454;
	-webkit-transition: background 500ms linear;
	-moz-transition: background 500ms linear;
	-o-transition: background 500ms linear;
	-ms-transition: background 500ms linear;
	transition: background 500ms linear;
}

#wrapper #main .produkt-intro {
	background: #fcfcfc;
}

#wrapper #main .produkt-intro .produkt-text {
	padding: 40px 0;
	max-width: 60%;
}

#wrapper #main .produkt-intro #img-under {
	color: #868786;
	font-size: 12px;
	margin-left: 10px;
}

#wrapper #main .produkt-intro img {
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

#wrapper #main .produkt-intro img:hover #img-under {
	color: #000;
}

#wrapper #main .produkt-features {
	background: #fff;
}

#wrapper #main .produkt-features .features-row {
	padding: 20px 0;
	text-align: center;
}

#wrapper #main .produkt-features .features-row .features-img {
	height: 200px;
	width: 200px;
	border-radius: 50%;
	background: #fff;
	margin: 20px auto;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

#wrapper #main .produkt-features .features-row .stabi {
	background-image: url(../img/icons/stabi.png);
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-transition: background 500ms linear;
	-moz-transition: background-image 500ms linear;
	-o-transition: background-image 500ms linear;
	-ms-transition: background-image 500ms linear;
	transition: background-image 500ms linear;
}

#wrapper #main .produkt-features .features-row .stabi:hover {
	background-image: url(../img/icons/stabi-d.png);
	-webkit-transition: background 500ms linear;
	-moz-transition: background-image 500ms linear;
	-o-transition: background-image 500ms linear;
	-ms-transition: background-image 500ms linear;
	transition: background-image 500ms linear;
}

#wrapper #main .produkt-features .features-row .komfort {
	background-image: url(../img/icons/komfort.png);
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-transition: background 500ms linear;
	-moz-transition: background-image 500ms linear;
	-o-transition: background-image 500ms linear;
	-ms-transition: background-image 500ms linear;
	transition: background-image 500ms linear;
}

#wrapper #main .produkt-features .features-row .komfort:hover {
	background-image: url(../img/icons/komfort-d.png);
	-webkit-transition: background 500ms linear;
	-moz-transition: background-image 500ms linear;
	-o-transition: background-image 500ms linear;
	-ms-transition: background-image 500ms linear;
	transition: background-image 500ms linear;
}

#wrapper #main .produkt-features .features-row .erholung {
	background-image: url(../img/icons/erhol.png);
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-transition: background 500ms linear;
	-moz-transition: background-image 500ms linear;
	-o-transition: background-image 500ms linear;
	-ms-transition: background-image 500ms linear;
	transition: background-image 500ms linear;
}

#wrapper #main .produkt-features .features-row .erholung:hover {
	background-image: url(../img/icons/erhol-d.png);
	-webkit-transition: background 500ms linear;
	-moz-transition: background-image 500ms linear;
	-o-transition: background-image 500ms linear;
	-ms-transition: background-image 500ms linear;
	transition: background-image 500ms linear;
}

#wrapper #main .produkt-features .features-row .punkt {
	background-image: url(../img/icons/punkt.png);
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-transition: background 500ms linear;
	-moz-transition: background-image 500ms linear;
	-o-transition: background-image 500ms linear;
	-ms-transition: background-image 500ms linear;
	transition: background-image 500ms linear;
}

#wrapper #main .produkt-features .features-row .punkt:hover {
	background-image: url(../img/icons/punkt-d.png);
	-webkit-transition: background 500ms linear;
	-moz-transition: background-image 500ms linear;
	-o-transition: background-image 500ms linear;
	-ms-transition: background-image 500ms linear;
	transition: background-image 500ms linear;
}

#wrapper #main .produkte {
	background: #fcfcfc;
	padding: 20px;
}

#wrapper #main .produkte .produkte-list {
	padding: 20px;
	text-align: center;
}

#wrapper #main .produkte .produkte-list .produkt-item {
	padding: 0 10px;
}

#wrapper #main .produkte .produkte-list .produkt-item img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0 0;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	-webkit-transition: box-shadow 500ms linear;
	-moz-transition: box-shadow 500ms linear;
	-o-transition: box-shadow 500ms linear;
	-ms-transition: box-shadow 500ms linear;
	transition: box-shadow 500ms linear;
}

#wrapper #main .produkte .produkte-list .produkt-item:hover {
	cursor: move;
	cursor: grab;
	cursor: -moz-grab;
	cursor: -webkit-grab;
}

#wrapper #main .produkte .produkte-list .produkt-item:active {
	cursor: grabbing;
	cursor: -moz-grabbing;
	cursor: -webkit-grabbing;
}

#wrapper #main.index {
	padding-bottom: 0;
}

#wrapper footer {
	background: #f9f9f9;
}

#wrapper footer .inner-footer {
	padding: 40px 20px;
}

#wrapper footer .inner-footer span {
	color: #000;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 500;
}

#wrapper footer .inner-footer ul {
	list-style: none;
	padding: 0;
}

#wrapper footer .inner-footer ul li {
	display: inline;
	margin-right: 20px;
}

#wrapper footer .inner-footer ul li a {
	color: #868786;
	font-size: 12px;
}

#wrapper footer .inner-footer ul li a:hover {
	color: #000;
}

#wrapper footer .inner-footer p,
#wrapper footer .inner-footer div {
	font-size: 12px;
	color: #868786;
}

#wrapper footer .inner-footer p a,
#wrapper footer .inner-footer div a {
	color: #868786;
}

#wrapper footer .inner-footer p a:hover,
#wrapper footer .inner-footer div a:hover {
	color: #000;
}

#wrapper footer .inner-footer #social .social-icons {
	height: 15px;
	width: auto;
}

#wrapper footer .inner-footer .downer-footer {
	padding-top: 20px;
}

#wrapper footer .inner-footer .downer-footer #logo-bottom {
	height: 40px;
	width: auto;
}

#wrapper footer .inner-footer .downer-footer ul {
	position: absolute;
	right: 0;
	top: 28px;
}

#wrapper footer .inner-footer .downer-footer ul li {
	font-size: 12px;
	color: #868786;
	margin-right: 0px;
}

#wrapper footer .inner-footer .downer-footer ul li:after {
	content: " | ";
}

#wrapper footer .inner-footer .downer-footer ul li:last-of-type:after {
	content: "";
}

@media all and (max-width: 1199px) {
	#wrapper #main #teaser-center {
		height: 400px;
		width: 400px;
		right: -35px;
	}

	#wrapper #main #teaser-right {
		width: 350px;
		height: 350px;
		right: 40px;
		top: 25px;
	}

	#wrapper #main #teaser-left {
		width: 350px;
		height: 350px;
		left: -30px;
		top: 25px;
	}
}

@media all and (max-width: 1130px) {
	#wrapper #main #teaser-center {
		height: 300px;
		width: 300px;
		right: 35px;
	}

	#wrapper #main #teaser-center .action-circle {
		width: 100px;
		height: 100px;
	}

	#wrapper #main #teaser-center .action-circle span {
		position: relative;
		top: -20px;
		font-size: 16px;
	}

	#wrapper #main #teaser-center .action-circle div {
		position: relative;
		top: -15px;
		left: 43px;
	}

	#wrapper #main #teaser-right {
		width: 275px;
		height: 275px;
		right: 100px;
	}

	#wrapper #main #teaser-right .action-circle {
		width: 100px;
		height: 100px;
		top: 20px;
		right: -60px;
	}

	#wrapper #main #teaser-right .action-circle span {
		position: relative;
		top: 40px;
		font-size: 16px;
	}

	#wrapper #main #teaser-right .action-circle div {
		position: relative;
		top: 45px;
		left: 43px;
	}

	#wrapper #main #teaser-left {
		width: 275px;
		height: 275px;
		left: 60px;
		top: 25px;
	}

	#wrapper #main #teaser-left .action-circle {
		width: 120px;
		height: 120px;
		bottom: 50px;
		left: -60px;
	}

	#wrapper #main #teaser-left .action-circle span {
		position: relative;
		font-size: 14px;
		top: 50px;
	}

	#wrapper #main #teaser-left .action-circle div {
		position: relative;
		top: 60px;
		left: 53px;
	}

	#wrapper #main .sec-img {
		height: 300px;
	}

	#wrapper #main .img-circle span {
		font-size: 16px;
		position: relative;
		top: 50px;
		color: #fff;
	}

	#wrapper #main .img-circle-l {
		height: 150px;
		width: 150px;
		top: -75px;
		right: 100px;
	}

	#wrapper #main .img-circle-r {
		height: 150px;
		width: 150px;
		top: 200px;
		right: 50px;
	}

	#wrapper #main .img-circle-r span {
		top: 60px;
	}

	#wrapper #main .img-circle-r div {
		position: relative;
		top: 70px;
		left: 65.5px;
	}
}

@media all and (max-width: 992px) {
	body {
		background: #f8fbfc;
		background-image: none;
		background-size: cover;
		background-repeat: no-repeat;
	}

	body:before {
		content: " ";
		width: 100%;
		height: 100%;
		position: absolute;
		z-index: -1;
		top: 0;
		left: 0;
		background-image: none;
		opacity: 1;
	}

	.w70 {
		width: 100%;
		margin: 0;
	}

	#wrapper header ul li {
		margin-left: 21px;
	}

	#wrapper #main #teaser-center {
		height: 250px;
		width: 250px;
		right: 35px;
	}

	#wrapper #main #teaser-center .action-circle {
		width: 100px;
		height: 100px;
	}

	#wrapper #main #teaser-center .action-circle span {
		position: relative;
		top: -20px;
		font-size: 16px;
	}

	#wrapper #main #teaser-center .action-circle div {
		position: relative;
		top: -15px;
		left: 43px;
	}

	#wrapper #main #teaser-right {
		width: 200px;
		height: 200px;
		right: 100px;
	}

	#wrapper #main #teaser-right .action-circle {
		width: 100px;
		height: 100px;
		top: 20px;
		right: -60px;
	}

	#wrapper #main #teaser-right .action-circle span {
		position: relative;
		top: 40px;
		font-size: 16px;
	}

	#wrapper #main #teaser-right .action-circle div {
		position: relative;
		top: 45px;
		left: 43px;
	}

	#wrapper #main #teaser-left {
		width: 200px;
		height: 200px;
		left: 200px;
		top: 25px;
	}

	#wrapper #main #teaser-left .action-circle {
		width: 120px;
		height: 120px;
		bottom: 50px;
		left: -60px;
	}

	#wrapper #main #teaser-left .action-circle span {
		position: relative;
		font-size: 14px;
		top: 50px;
	}

	#wrapper #main #teaser-left .action-circle div {
		position: relative;
		top: 60px;
		left: 53px;
	}

	#wrapper #main .sec-img {
		height: 300px;
	}

	#wrapper #main .img-circle span {
		font-size: 16px;
		position: relative;
		top: 50px;
		color: #fff;
	}

	#wrapper #main .img-circle-l {
		height: 150px;
		width: 150px;
		top: -75px;
		right: 100px;
	}

	#wrapper #main .img-circle-r {
		height: 150px;
		width: 150px;
		top: 200px;
		right: 50px;
	}

	#wrapper #main .img-circle-r span {
		top: 60px;
	}

	#wrapper #main .img-circle-r div {
		position: relative;
		top: 70px;
		left: 65.5px;
	}
}

@media all and (max-width: 990px) {
	.inner-row-2 {
		padding: 75px 0;
	}

	#wrapper #main .circle {
		width: 100%;
		height: 100%;
		border-radius: 50%;
		position: relative;
		margin-bottom: 60px;
		box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
		-webkit-transition: box-shadow 500ms linear;
		-moz-transition: box-shadow 500ms linear;
		-o-transition: box-shadow 500ms linear;
		-ms-transition: box-shadow 500ms linear;
		transition: box-shadow 500ms linear;
	}

	#wrapper #main .circle:hover {
		box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16), 0 2px 4px rgba(0, 0, 0, 0.23);
		-webkit-transition: box-shadow 500ms linear;
		-moz-transition: box-shadow 500ms linear;
		-o-transition: box-shadow 500ms linear;
		-ms-transition: box-shadow 500ms linear;
		transition: box-shadow 500ms linear;
	}

	#wrapper #main #teaser-center {
		height: 400px;
		width: 400px;
		position: absolute;
		right: 0px;
		left: 50%;
		margin-left: -200px;
	}

	#wrapper #main #teaser-center .action-circle {
		width: 148px;
		height: 148px;
		padding-top: 60px;
		font-size: 12px;
		bottom: -30px;
		left: 20px;
		box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	}

	#wrapper #main #teaser-center .action-circle span {
		top: -10px;
		font-size: 20px;
	}

	#wrapper #main #teaser-center .action-circle div {
		top: 0px;
		left: 70px;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 8px 7.5px 0 7.5px;
	}

	#wrapper #main #teaser-right {
		width: 400px;
		height: 400px;
		right: 0px;
		top: 450px;
		left: 50%;
		margin-left: -200px;
	}

	#wrapper #main #teaser-right .action-circle {
		width: 155px;
		height: 155px;
		top: 20px;
		right: -60px;
	}

	#wrapper #main #teaser-right .action-circle span {
		top: 50px;
		font-size: 20px;
	}

	#wrapper #main #teaser-right .action-circle div {
		top: 60px;
		left: 70px;
		width: 0;
		height: 0;
		border-width: 8px 7.5px 0 7.5px;
	}

	#wrapper #main #teaser-left {
		width: 400px;
		height: 400px;
		z-index: 200;
		background: blue;
		left: 50%;
		top: 450px;
		margin-left: -200px;
		background: url(../img/page/cl.jpg) no-repeat 30% 30%;
		background-size: cover;
		margin-bottom: 450px;
	}

	#wrapper #main #teaser-left .action-circle {
		width: 160px;
		height: 160px;
		bottom: 50px;
		left: -60px;
		box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	}

	#wrapper #main #teaser-left .action-circle span {
		font-size: 18px;
		top: 60px;
	}

	#wrapper #main #teaser-left .action-circle div {
		top: 70px;
		left: 70px;
		width: 0;
		height: 0;
		border-width: 8px 7.5px 0 7.5px;
	}

	#wrapper #main .sec-img {
		height: 300px;
	}

	#wrapper #main .img-circle span {
		font-size: 20px;
		position: relative;
		top: 70px;
		color: #fff;
	}

	#wrapper #main .img-circle-l {
		height: 200px;
		width: 200px;
		top: -30px;
		right: 100px;
	}

	#wrapper #main .produkte .produkt-item {
		margin-bottom: 20px !important;
	}

	#wrapper #main .produkt-intro .produkt-text {
		max-width: 100%;
	}
}

@media all and (max-width: 767px) {
	.center {
		text-align: left;
	}

	.w50 {
		width: 100%;
		margin: 0 auto;
	}

	.w60 {
		width: 100%;
		margin: 0 auto;
	}

	.w70 {
		width: 100%;
		margin: 0 auto;
	}

	.w80 {
		width: 100%;
		margin: 0 auto;
	}

	.w90 {
		width: 100%;
		margin: 0 auto;
	}

	header {
		position: relative;
	}

	header ul li {
		display: none !important;
	}

	header ul.responsive {
		position: absolute !important;
		background: #fff !important;
		z-index: 300 !important;
		left: 0;
		width: 100%;
		box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
		-webkit-animation: fadeIn 500ms;
		animation: fadeIn 500ms;
	}

	header ul.responsive li {
		display: block !important;
		line-height: 50px;
		font-size: 16px;
	}

	header .icon {
		display: block !important;
		position: absolute;
		top: -55px;
		right: 20px;
		font-size: 30px;
		z-index: 45235235;
	}

	header .icon a:visited {
		text-decoration: none;
	}

	header .icon a:focus {
		text-decoration: none;
	}

	header .icon a:active {
		text-decoration: none;
	}

	#main {
		overflow: hidden;
	}

	#main .produkt-text-sec {
		background: #f2f2f2;
	}

	#main .produkt-text-sec .produkt-text {
		padding: 40px 0;
		max-width: 100% !important;
	}

	#main .produkte h1 {
		text-align: center;
	}

	#main .produkte .produkt-item {
		margin-bottom: 20px;
	}

	footer .downer-footer #logo-bottom {
		height: 25px !important;
	}
}

@media all and (max-width: 550px) {
	#wrapper #main .circle {
		width: 100%;
		height: 100%;
		border-radius: 50%;
		position: relative;
		margin-bottom: 60px;
	}

	#wrapper #main #teaser-center {
		height: 300px;
		width: 300px;
		position: absolute;
		right: 0px;
		left: 50%;
		margin-left: -150px;
	}

	#wrapper #main #teaser-center .action-circle {
		width: 148px;
		height: 148px;
		padding-top: 60px;
		font-size: 12px;
		bottom: 0px;
		left: 0px;
		box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	}

	#wrapper #main #teaser-center .action-circle span {
		top: -10px;
		font-size: 20px;
	}

	#wrapper #main #teaser-center .action-circle div {
		top: 0px;
		left: 70px;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 8px 7.5px 0 7.5px;
	}

	#wrapper #main #teaser-right {
		height: 300px;
		width: 300px;
		right: 0px;
		top: 350px;
		left: 50%;
		margin-left: -150px;
	}

	#wrapper #main #teaser-right .action-circle {
		width: 155px;
		height: 155px;
		left: 0px;
		top: 145px;
	}

	#wrapper #main #teaser-right .action-circle span {
		top: 50px;
		font-size: 20px;
	}

	#wrapper #main #teaser-right .action-circle div {
		top: 60px;
		left: 70px;
		width: 0;
		height: 0;
		border-width: 8px 7.5px 0 7.5px;
	}

	#wrapper #main #teaser-left {
		height: 300px;
		width: 300px;
		z-index: 200;
		background: blue;
		left: 50%;
		top: 350px;
		margin-left: -150px;
		background: url(../img/page/cl.jpg) no-repeat 30% 30%;
		background-size: cover;
		margin-bottom: 350px;
	}

	#wrapper #main #teaser-left .action-circle {
		width: 160px;
		height: 160px;
		bottom: 0px;
		left: 0px;
		box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	}

	#wrapper #main #teaser-left .action-circle span {
		font-size: 18px;
		top: 60px;
	}

	#wrapper #main #teaser-left .action-circle div {
		top: 70px;
		left: 70px;
		width: 0;
		height: 0;
		border-width: 8px 7.5px 0 7.5px;
	}

	#wrapper #main .sec-img {
		height: 300px;
	}

	#wrapper #main .img-circle span {
		font-size: 20px;
		position: relative;
		top: 40px;
		color: #fff;
	}

	#wrapper #main .img-circle-l {
		height: 150px;
		width: 150px;
		top: -30px;
		right: 50px;
	}

	#wrapper footer .downer-footer #logo-bottom {
		height: 25px;
	}

	#wrapper footer .downer-footer ul {
		position: absolute;
		right: 0;
		top: 13px !important;
	}

	#wrapper footer .downer-footer ul li {
		font-size: 12px;
		color: #868786;
		margin-right: 0px;
	}

	#wrapper footer .downer-footer ul li:after {
		content: " | ";
	}

	#wrapper footer .downer-footer ul li:last-of-type:after {
		content: "";
	}
}

#parallax-lvl-0 {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
}

#parallax-lvl-1 {
	position: absolute;
	top: 0;
}

#parallax-lvl-2 {
	position: absolute;
	top: 0;
}

.bubble {
	border-radius: 100%;
	position: absolute;
	opacity: 0.4;
}

.size2 {
	width: 200px;
	height: 200px;
}

.size3 {
	width: 300px;
	height: 300px;
}

.size4 {
	width: 400px;
	height: 400px;
}

.c1 {
	background-color: #fdeee4;
}

.c2 {
	background-color: #fef1e9;
}

.c3 {
	background-color: #fde8da;
}

#b0-1 {
	top: -30px;
	left: -200px;
}

#b0-2 {
	top: 200px;
	left: 720px;
}

#b0-3 {
	top: 500px;
	left: 0px;
}

#b0-4 {
	top: 400px;
	left: 1460px;
}

#b0-5 {
	top: 820px;
	left: 480px;
}

#b0-6 {
	top: 1300px;
	left: -180px;
}

#b0-7 {
	top: 1300px;
	left: 200px;
}

#b0-8 {
	top: 1200px;
	left: 820px;
}

#b0-9 {
	top: 1400px;
	left: -500px;
}

#b0-10 {
	top: 800px;
	left: 160px;
}

#b0-11 {
	top: 720px;
	left: -380px;
}

#b0-12 {
	top: 550px;
	left: 680px;
}

#b0-13 {
	top: 900px;
	left: 1100px;
}

#b0-14 {
	top: 1200px;
	left: 1480px;
}

#b0-15 {
	top: -120;
	left: 2080px;
}

#b0-16 {
	top: 150px;
	left: 1380px;
}

#b0-17 {
	top: 550px;
	left: 1280px;
}

#b0-18 {
	top: 920px;
	left: 1580px;
}

#b0-19 {
	top: 320px;
	left: 1680px;
}

.button {
	padding: 5px 10px;
	color: #fff;
	background: #f7b284;
	font-size: 12px;
	display: inline-block;
}

.button:hover, .button:focus, .button:active {
	background: #f49454;
	color: #fff;
}

.button-large {
	font-size: 125%;
}

.product-image-large {
	width: 100%;
	max-width: 100%;
	height: auto;
	margin: 2rem;
}

.logo-cert {
	margin-top: 2rem;
	box-shadow: none !important;
}

.content-row {
	padding: 35px 0;
}
