/** CSS Reset from meyerweb.com minified **/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}
/** width of an element = width + padding + border **/
* { box-sizing: border-box; }
/** hack for images. should not grow over the parent container **/
img { max-width: 100%; height: auto; vertical-align: bottom;}
em, i { font-style: italic; }
b, strong { font-weight: 600; }
ol { list-style: numeric; list-style-position: inside;}
ul { list-style: disc; list-style-position: inside;}
li { line-height:1.5em; }

/* Grundlinienraster */
p{font-size:1em;line-height:1.3em;margin-top:1.5em;margin-bottom:1.5em;}
h1{font-size:1.67em;line-height:.9em;margin-top:.9em;margin-bottom:.9em;font-weight:bold;}
h2{ font-size:1.5em;line-height:1em;padding-top:1em;margin-bottom:1em;font-weight:bold;}
h3{font-size:1.33em;line-height:1.13em;padding-top:1.1em;margin-bottom:1em;}
h4{font-size:1.25em;line-height:1.29em;margin-top:1.29em;}
/** layout helper */
.clearfix::after { content: ""; clear: both; display: table; }
/* .wrapper { max-width: 960px; margin: 0 auto; } */
.wrapper { max-width: 1100px; margin: 0 auto; }
/** grid **/
.row::after { content: ""; clear: both; display: table; }
[class^='col-']{ float: left; padding-left: 15px; padding-right: 15px; }
.no-gutter [class^='col-']{ padding-left: 0; padding-right: 0; }
.col-1 { width: 8.3333%; } .col-2 { width: 16.6666%; } .col-3 { width: 25%; } .col-4 { width: 33.3333%; } .col-5 { width: 41.6666%; } .col-6 { width: 50%; } .col-7 { width: 58.3333%; } .col-8 { width: 66.6666%; }.col-9 { width: 75%; } .col-10 { width: 83.3333%; } .col-11 { width: 91.6666%; } .col-12 { width: 100%; }
.col-offset-0 {margin-left: 0;}.col-offset-1 { margin-left: 8.3333%; } .col-offset-2 { margin-left: 16.6666%; } .col-offset-3 { margin-left: 25%; } .col-offset-4 { margin-left: 33.3333%; } .col-offset-5 { margin-left: 41.6666%; } .col-offset-6 { margin-left: 50%; } .col-offset-7 { margin-left: 58.3333%; } .col-offset-8 { margin-left: 66.6666%; }.col-offset-9 { margin-left: 75%; } .col-offset-10 { margin-left: 83.3333%; } .col-offset-11 { margin-left: 91.6666%; } .col-offset-12 { margin-left: 100%; }
.col-hidden { display: none; } .col-show { display: block; }
.pull-right {float: right;}

@media all and (max-width: 400px){
	.col-xs-1 { width: 8.3333%; } .col-xs-2 { width: 16.6666%; } .col-xs-3 { width: 25%; } .col-xs-4 { width: 33.3333%; } .col-xs-5 { width: 41.6666%; } .col-xs-6 { width: 50%; } .col-xs-7 { width: 58.3333%; } .col-xs-8 { width: 66.6666%; }.col-xs-9 { width: 75%; } .col-xs-10 { width: 83.3333%; } .col-xs-11 { width: 91.6666%; } .col-xs-12 { width: 100%; }
	.col-xs-hidden { display: none; } .col-xs-show { display: block; }
	.col-xs-offset-0 {margin-left: 0;}.col-xs-offset-1 { margin-left: 8.3333%; } .col-xs-offset-2 { margin-left: 16.6666%; } .col-xs-offset-3 { margin-left: 25%; } .col-xs-offset-4 { margin-left: 33.3333%; } .col-xs-offset-5 { margin-left: 41.6666%; } .col-xs-offset-6 { margin-left: 50%; } .col-xs-offset-7 { margin-left: 58.3333%; } .col-xs-offset-8 { margin-left: 66.6666%; }.col-xs-offset-9 { margin-left: 75%; } .col-xs-offset-10 { margin-left: 83.3333%; } .col-xs-offset-11 { margin-left: 91.6666%; } .col-xs-offset-12 { margin-left: 100%; }
	.pull-xs-right {float: right;}
}

@media all and (min-width: 768px){
	.col-sm-1 { width: 8.3333%; } .col-sm-2 { width: 16.6666%; } .col-sm-3 { width: 25%; } .col-sm-4 { width: 33.3333%; } .col-sm-5 { width: 41.6666%;} .col-sm-6 { width: 50%; } .col-sm-7 { width: 58.3333%; } .col-sm-8 { width: 66.6666%; }.col-sm-9 { width: 75%; } .col-sm-10 { width: 83.3333%; } .col-sm-11 { width: 91.6666%; } .col-sm-12 { width: 100%; }
	.col-sm-hidden { display: none; } .col-sm-show { display: block; }
	.col-sm-offset-0 {margin-left: 0;}.col-sm-offset-1 { margin-left: 8.3333%; } .col-sm-offset-2 { margin-left: 16.6666%; } .col-sm-offset-3 { margin-left: 25%; } .col-sm-offset-4 { margin-left: 33.3333%; } .col-sm-offset-5 { margin-left: 41.6666%; } .col-sm-offset-6 { margin-left: 50%; } .col-sm-offset-7 { margin-left: 58.3333%; } .col-sm-offset-8 { margin-left: 66.6666%; }.col-sm-offset-9 { margin-left: 75%; } .col-sm-offset-10 { margin-left: 83.3333%; } .col-sm-offset-11 { margin-left: 91.6666%; } .col-sm-offset-12 { margin-left: 100%; }
	.pull-sm-right {float: right;}
}

@media all and (min-width: 992px){
	.col-md-1 { width: 8.3333%; } .col-md-2 { width: 16.6666%; } .col-md-3 { width: 25%; } .col-md-4 { width: 33.3333%; } .col-md-5 { width: 41.6666%; } .col-md-6 { width: 50%; } .col-md-7 { width: 58.3333%; } .col-md-8 { width: 66.6666%; }.col-md-9 { width: 75%; } .col-md-10 { width: 83.3333%; } .col-md-11 { width: 91.6666%; } .col-md-12 { width: 100%; }
	.col-md-hidden { display: none; } .col-md-show { display: block; }
	.col-md-offset-0 {margin-left: 0;}.col-md-offset-1 { margin-left: 8.3333%; } .col-md-offset-2 { margin-left: 16.6666%; } .col-md-offset-3 { margin-left: 25%; } .col-md-offset-4 { margin-left: 33.3333%; } .col-md-offset-5 { margin-left: 41.6666%; } .col-md-offset-6 { margin-left: 50%; } .col-md-offset-7 { margin-left: 58.3333%; } .col-md-offset-8 { margin-left: 66.6666%; }.col-md-offset-9 { margin-left: 75%; } .col-md-offset-10 { margin-left: 83.3333%; } .col-md-offset-11 { margin-left: 91.6666%; } .col-md-offset-12 { margin-left: 100%; }
	.pull-md-right {float: right;}
}

@media all and (min-width: 1200px){
	.col-lg-1 { width: 8.3333%; } .col-lg-2 { width: 16.6666%; } .col-lg-3 { width: 25%; } .col-lg-4 { width: 33.3333%; } .col-lg-5 { width: 41.6666%; } .col-lg-6 { width: 50%; } .col-lg-7 { width: 58.3333%; } .col-lg-8 { width: 66.6666%; }.col-lg-9 { width: 75%; } .col-lg-10 { width: 83.3333%; } .col-lg-11 { width: 91.6666%; } .col-lg-12 { width: 100%; }
	.col-lg-hidden { display: none; } .col-lg-show { display: block; }
	.col-lg-offset-0 {margin-left: 0;}.col-lg-offset-1 { margin-left: 8.3333%; } .col-lg-offset-2 { margin-left: 16.6666%; } .col-lg-offset-3 { margin-left: 25%; } .col-lg-offset-4 { margin-left: 33.3333%; } .col-lg-offset-5 { margin-left: 41.6666%; } .col-lg-offset-6 { margin-left: 50%; } .col-lg-offset-7 { margin-left: 58.3333%; } .col-lg-offset-8 { margin-left: 66.6666%; }.col-lg-offset-9 { margin-left: 75%; } .col-lg-offset-10 { margin-left: 83.3333%; } .col-lg-offset-11 { margin-left: 91.6666%; } .col-lg-offset-12 { margin-left: 100%; }
	.pull-lg-right {float: right;}
}

@media all and (min-width: 1920px){
	.col-xl-1 { width: 8.3333%; } .col-xl-2 { width: 16.6666%; } .col-xl-3 { width: 25%; } .col-xl-4 { width: 33.3333%; } .col-xl-5 { width: 41.6666%; } .col-xl-6 { width: 50%; } .col-xl-7 { width: 58.3333%; } .col-xl-8 { width: 66.6666%; }.col-xl-9 { width: 75%; } .col-xl-10 { width: 83.3333%; } .col-xl-11 { width: 91.6666%; } .col-xl-12 { width: 100%; }
	.col-xl-hidden { display: none; } .col-xl-show { display: block; }
	.col-xl-offset-0 {margin-left: 0;}.col-xl-offset-1 { margin-left: 8.3333%; } .col-xl-offset-2 { margin-left: 16.6666%; } .col-xl-offset-3 { margin-left: 25%; } .col-xl-offset-4 { margin-left: 33.3333%; } .col-xl-offset-5 { margin-left: 41.6666%; } .col-xl-offset-6 { margin-left: 50%; } .col-xl-offset-7 { margin-left: 58.3333%; } .col-xl-offset-8 { margin-left: 66.6666%; }.col-xl-offset-9 { margin-left: 75%; } .col-xl-offset-10 { margin-left: 83.3333%; } .col-xl-offset-11 { margin-left: 91.6666%; } .col-xl-offset-12 { margin-left: 100%; }
	.pull-xl-right {float: right;}
}

/** end of template **/
/* montserrat-200 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 200;
  src: url('../fonts/montserrat-v12-latin-200.eot'); /* IE9 Compat Modes */
  src: local('Montserrat ExtraLight'), local('Montserrat-ExtraLight'),
       url('../fonts/montserrat-v12-latin-200.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/montserrat-v12-latin-200.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/montserrat-v12-latin-200.woff') format('woff'), /* Modern Browsers */
       url('../fonts/montserrat-v12-latin-200.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/montserrat-v12-latin-200.svg#Montserrat') format('svg'); /* Legacy iOS */
}
/* montserrat-regular - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/montserrat-v12-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Montserrat Regular'), local('Montserrat-Regular'),
       url('../fonts/montserrat-v12-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/montserrat-v12-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/montserrat-v12-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/montserrat-v12-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/montserrat-v12-latin-regular.svg#Montserrat') format('svg'); /* Legacy iOS */
}
/* montserrat-600 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/montserrat-v12-latin-600.eot'); /* IE9 Compat Modes */
  src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'),
       url('../fonts/montserrat-v12-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/montserrat-v12-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/montserrat-v12-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../fonts/montserrat-v12-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/montserrat-v12-latin-600.svg#Montserrat') format('svg'); /* Legacy iOS */
}
/* work-sans-200 - latin */
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 200;
  src: url('fonts/work-sans-v3-latin-200.eot'); /* IE9 Compat Modes */
  src: local('Work Sans ExtraLight'), local('WorkSans-ExtraLight'),
       url('fonts/work-sans-v3-latin-200.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/work-sans-v3-latin-200.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/work-sans-v3-latin-200.woff') format('woff'), /* Modern Browsers */
       url('fonts/work-sans-v3-latin-200.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/work-sans-v3-latin-200.svg#WorkSans') format('svg'); /* Legacy iOS */
}
/* work-sans-regular - latin */
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/work-sans-v3-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Work Sans'), local('WorkSans-Regular'),
       url('fonts/work-sans-v3-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/work-sans-v3-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/work-sans-v3-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/work-sans-v3-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/work-sans-v3-latin-regular.svg#WorkSans') format('svg'); /* Legacy iOS */
}
/* work-sans-700 - latin */
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/work-sans-v3-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Work Sans Bold'), local('WorkSans-Bold'),
       url('fonts/work-sans-v3-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/work-sans-v3-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/work-sans-v3-latin-700.woff') format('woff'), /* Modern Browsers */
       url('fonts/work-sans-v3-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/work-sans-v3-latin-700.svg#WorkSans') format('svg'); /* Legacy iOS */
}

/* work-sans-300 - latin */
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/work-sans-v3-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Work Sans Light'), local('WorkSans-Light'),
       url('../fonts/work-sans-v3-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/work-sans-v3-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/work-sans-v3-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/work-sans-v3-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/work-sans-v3-latin-300.svg#WorkSans') format('svg'); /* Legacy iOS */
}
/* work-sans-regular - latin */
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/work-sans-v3-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Work Sans'), local('WorkSans-Regular'),
       url('../fonts/work-sans-v3-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/work-sans-v3-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/work-sans-v3-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/work-sans-v3-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/work-sans-v3-latin-regular.svg#WorkSans') format('svg'); /* Legacy iOS */
}

/* work-sans-600 - latin */
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/work-sans-v3-latin-600.eot'); /* IE9 Compat Modes */
  src: local('Work Sans SemiBold'), local('WorkSans-SemiBold'),
       url('../fonts/work-sans-v3-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/work-sans-v3-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/work-sans-v3-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../fonts/work-sans-v3-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/work-sans-v3-latin-600.svg#WorkSans') format('svg'); /* Legacy iOS */
}


body {
	word-wrap: break-word;
	font-family: 'Work Sans', sans-serif;

}


.highlight-frame{
	padding-top: 59px;
}


.color-red{color: #B40404}
.color-white{color: white;}
.color-white-h{
	color: white;
	font-weight: bold;
	line-height: normal;
}
.color-green {color: #aac336;}
.color-green-h {
	color: #aac336;
	/*font-size: 2em;*/
	font-weight: bold;
	line-height: normal;
}
.color-signum{
	color: #313d47;
	/*font-size: 2em;*/
	font-weight: bold;
	line-height: 1em;
}
.color-signum-klein{
	color: #313d47;
	font-size: 1.7em;
	font-weight: bold;
	line-height: normal;
}
.color-signum-hell-k{	color: rgba(61,71,80, 0.8);}
.color-signum-hell{
	color: rgba(61,71,80, 0.8);
	/*font-size: 2em;*/
	font-weight: bold;
	line-height: 1em;
}


.text-center { text-align: center; }
.text-right { text-align: right; }
.text-left { text-align: left; }
.text-uppercase { text-transform: uppercase;}
h3 {text-transform: uppercase; font-style: bold; font-size: 2em;}
h1 {text-transform: uppercase; line-height: normal; font-size: 3em;}
h2 {text-transform: uppercase; font-size: 2em; color: #313d47; }



#logo {
  margin:0;
	margin-right: 85px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
  display: block;
	float: left;

}

.active {
	background: #aac336;

}
header{

	background: #2f363e;
	position: fixed;
	width: 100%;
	z-index: 9999;
/*box-shadow: 0 5px 5px rgba(9,18,34,.15); */

}

.navigation {
	border-bottom: 8px solid #aac336;
}

.frame-top{
	position: fixed;
	background: #aac336;
	z-index: 1000;
	width: 100%;
	height: 8px;
	top: 74px;

}

.frame-bottom{
	position: fixed;
	background: #aac336;
	z-index: 1000;
	width: 100%;
	height: 8px;
	bottom: 0;
}

.frame-left{
	position: fixed;
	background: #aac336;
	z-index: 1000;
	width: 8px;
	height: 100%;

}

.frame-right{
	position: fixed;
	background: #aac336;
	z-index: 1000;
	width: 8px;
	height: 100%;
	right: 0;

}


header nav ul li:last-child a:after {
  display: none;
}

header nav ul li{
  float: left;
}

header nav ul{
	list-style: none;
}

header nav ul li a {
  padding: 25px 20px;
  display: block;
  color: white;
  text-transform: uppercase;
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  }

header nav ul li a:hover {
  background: #aac336;
  color: white;
	height: auto;
}

.teaser {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: black;
	opacity: 0;
	animation-name: fadeOut;
	animation-duration: 5s;
	animation-fill-mode: forwards;
}
#zoom {
	height: 500px;
	position: relative;
	background: url(img/index.jpg) center center;
	background-size: auto;
	transition: .5s;
	animation-name: zooom;
	animation-duration: 20s;
	animation-iteration-count: infinite;
	/*animation-fill-mode: forwards;*/
}
.mobile{
	height: 600px;
	width: 100%;
	background-color: #aac336;
	display: none;

}
.mobile h1{
	color: white;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5em;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 2.3em;
	text-align: center;
}

.mobile h3{
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	color: white;
	text-align: center;
	font-size: 1.3em;
}

@keyframes zooom {
	0% { background-size: 110%; <!-- background-position: left center; --> }
	50% { background-size: 100%; <!-- background-position: right center; --> }
	100% { background-size: 110%; <!-- background-position: right center; --> }
}

@keyframes fadeOut {
	0% {   opacity: 0; }
	100% {   opacity: .6; }
}

 .willkommen {
	position: absolute;
	left: 50px;
}

/* Scrift - Willkommen bei Signum & die Pumpen Experten */

.willkommen h1{
color: #aac336;
font-size: 9em;
text-transform: uppercase;
font-family: 'Montserrat', sans-serif;
font-weight: 400;
line-height: inherit;
padding-top: 0;
}

#zom{
		display: inline;
		font-size: 2em;
	}

.willkommen{
  font-size: 8px;
	top: 30%;
	animation-name: schrift;
	animation-duration: 10s;
	animation-fill-mode: forwards;
	transform-origin: 0% -100%;
}
.experten h1{
	font-size: 10px;
	position: absolute;
	left: 50px;
	color: #aac336;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
  top: 10%;
	animation-name: schrift-2;
	animation-duration: 10s;
	animation-fill-mode: forwards;
	transform-origin: 0% 100%;
}


@keyframes schrift {
0% {transform: scale(0.60) ;}
20% {transform: scale(0.60) ;}
30% {transform: scale(0.60) ;}
100% {transform: scale(0);}
}

@keyframes schrift-2 {

0% {font-size: 0%;}
40% {font-size: 0%;}
100% {font-size: 200%;}
}

/* Herzschlag */
#position {
	position: absolute;
	top: 350px;
}




.font-klein{
	font-size: 0.39em;
}

.welcome {
	background: rgba(49, 61, 71, .2);
	padding: 15px 30px;
	margin-top: 50px;
	margin-bottom: 40px;
	font-size: 1em;
}

.effect{
	position: relative;
	padding-top: 20px;
}
#welcome{
	line-height: 20px;

}



#welcome a{
	position: relative;
	padding: 1em 1.5em;
	background: linear-gradient(to bottom,#aac336 0,#94ac26 100%);
	color: white;
	font-weight: bold;
	border: none;
	text-transform: uppercase;
	display: inline-block;
	margin: 0 auto;
	border-radius: 4px;
	cursor: pointer;
	font-family: 'Montserrat', sans-serif;
	font-size: 1em;
		text-decoration: none;

		/*white-space: nowrap;*/
	}



 #welcome a:hover{

	color: white;
	font-weight: bold;
	top: -10px;
	left: 10px;
	box-shadow: 0 5px 5px rgba(9,18,34,.15);
}

.trennung{
	padding-bottom: 50px;
	padding-top: 10px;
	display: block;
  margin: 0 auto;
}

#vorteile{
	padding-bottom: 20px;
	line-height: normal;
}


#vorteile img{
	padding-top: 40px;
	display: block;
	margin: 0 auto;
}


#vorteile {
	line-height: 1em;
}



.herz {
	position: relative;
	display: inline;
}
.herz img{
	position: static;
}

.herzschlag{
	display: block;
	margin: 0 auto;
	top: 0; left: 0;
	padding-bottom: 30px;
	animation-name: herzschlag;
	animation-duration: 1s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
	transform-origin: 25% 0%;
}

@keyframes herzschlag {
0% {transform:  scale(1) ;}
15% {transform:  scale(1.05) ;}
30% {transform:  scale(1) ;}
45% {transform:  scale(1.05) ;}
60% {transform: scale(1.05);}
75% {transform: scale(1);}
100% {transform: scale(1);}
}



/* SIGNUM */


.mob {
	display: none;
	width: 100%;
	height: auto;
}

.slide p{
	font-size: 1.2em;
	margin-top: 15px;
}

.bx-wrapper {
border: none !important;
}

.bx-wrapper .bx-pager {
	/* display: none !important; */
	bottom: 0px;
}

#striche{
	margin-top: 20px;
	margin-left: 240px;
}

#wichtig-gallery {
	padding-top: 0.8em;
	background: #aac336;
	padding-bottom: 3em;
	margin-bottom: 1.5em;
}

.gallery p{
	font-size: 1.2em;
}

.wichtig {
  position: relative;

}


.box {
	font-weight: bold;
	font-size: 0.9em;
	background-color: inherit;
	background: white;
	height: 260px;
	padding: 3.3em;
	border: 1px #aac336 solid;
	color: rgba(61,71,80, 0.8);
	text-transform: uppercase;

}


.wichtig .overlay {
 position: absolute;
 background: #313d47;
 opacity: 0;
 transition: opacity .5s ease;
 top: -10px;
 left: 0;
 right: 0;
bottom: 0;
 box-shadow: 0 10px 10px rgba(9,18,34,.15);
 transform: scale(1.12);
 z-index: 10;
 height: 280px;

}

.text {
 color: white;
 font-size: 0.9em;
 position: absolute;
 transform: translate(0%, 0%);
 -ms-transform: translate(100%, 100%);
text-align: left;
padding: 20px;
line-height: 1.2em;
 letter-spacing: 0.05em;
}

.wichtig:hover .overlay {
	opacity: 1;
}

/* REsponsive */

.text-responsive{
	background: #313d47;
	color: white;
	padding-top: 2em;
	padding-right: 1.5em;
	padding-left: 1.5em;
	height: 260px;
	border: 1px #aac336 solid;
	line-height: normal;
}

.gallery{display: none;}
.text-responsive {display: block;}
/* .navigation{display: none;} */

/* Hamburger Navigation */
#responsive-menu-toggle{
	display: none;
	width: 19px;
	height: 28px;
	position: absolute;
	cursor: pointer;
	float: right;

	top: 0;
	right: 0;
}
#responsive-menu-toggle span {
	height: 4px; width: 19px;
	background: white;
	margin: 4px 0;
	display: block;
	position: absolute;
	transition: .5s;}

#responsive-menu-toggle span:nth-child(1){
	top:0;
}
#responsive-menu-toggle span:nth-child(2){
	top: 8px;
}
#responsive-menu-toggle span:nth-child(3){
	top: 16px;

}
#responsive-menu-toggle.open span:nth-child(1){
	transform: rotate(45deg);
	transform-origin: 0 0;
	width: 25px;
}
#responsive-menu-toggle.open span:nth-child(2){
	width: 0;
}
#responsive-menu-toggle.open span:nth-child(3){
	transform: rotate(-45deg);
	transform-origin: 0 100%;
	width: 25px;

}


@media all and (max-width: 1200px){

#responsive-menu-toggle{ display: block; margin: 23px; }
.navigation {display: block;}

#logo{
	float: none;
}
header {
	height: auto;
}

header nav {
	display: none;
}

header nav.open { /* damit es aufgeht wenn man draufklickt - in der Scripts datei eine funktion geben + im HTML eine ID definieren (responsive-menu-toggle)*/
	display: block;
}
	header nav ul li{
		float: none;
		text-align: center;
	}

	header nav ul li a:after{
		display: none;
	}
}




.partner {
	background-color: rgba(61,71,80, 0.1);
	padding-bottom: 40px;
	padding-left: 40px;
	padding-right: 40px;
	margin-top: 1.5em;
	margin-bottom: 1.5em;

}

.partner img{
	display: block;
	margin: 0 auto;
	width: 330px;
}

.branche {
	position: relative;
	height: 130px;
	background: #313d47;
	border: 1px solid #dadada;
}

.branche-titel {

	top: 21px;
	width: 100%;
	height: 84px;
	position: absolute;
	display: table;

}

.branche-titel p{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	color: white;
	letter-spacing: 0.05em;
}


.branche .overlay {
 position: absolute;
 background: #313d47;
 opacity: 0;
 transition: opacity .5s ease;
 top: 0;
 bottom: 0;
 left: 0;
 right: 0;
 box-shadow: 0 10px 10px rgba(9,18,34,.15);
 transform: scale(1.12);
 z-index: 10;

}

.text-branche {
	height: 150px;
	background: #aac336;
 	position: absolute;
	transform: translate(0%, -10%);
	-ms-transform: translate(100%, 100%);
	padding-left: 10px;
	padding-right: 10px;
}



.text-branche p{
	line-height: 1.3em;
	letter-spacing: 0.05em;
	color: white;
 	font-size: 0.9em;
	vertical-align: middle;
}

#font-size{
	font-size: 0.8em;
}
.branche:hover .overlay {
	opacity: 1;

}


/*Leistungen*/

#Energieverbrauch img{
	padding-top: 40px;
	}

#nutzen{
	background: #dadada;
	padding-bottom: 30px;
}


#pumpen-ekg {
	/*background: rgba(170, 195, 54, 0.1);*/
	padding-top: 2em;
	padding-bottom: 1.5em;

}

.ekg{
	z-index: 2;
	position: relative;
	padding: 1em 1.5em;
	background: linear-gradient(to bottom,#aac336 0,#94ac26 100%);
	color: white;
	font-weight: bold;
	border: none;
	text-transform: uppercase;
	margin-bottom: 20px;
	border-radius: 4px;
	cursor: pointer;
	font-family: '', sans-serif;
	box-sizing: border-box;
	font-size: 1em;
	margin-top: 1em;
	display: inline-block;
	color: white:

	}

.ekg a{
	text-decoration: none;
	font-family: 'Montserrat', sans-serif;
	color: white;
}


.ekg:hover{

 color: white;
 font-weight: bold;
 top: -10px;
 left: 10px;
 box-shadow: 0 5px 5px rgba(9,18,34,.25);

}
.pumpe-pfeile{
		position: relative;
		display: inline;
	}

.pfeile {
		animation-name: pfeile;
		animation-duration: 40s;
		animation-iteration-count: infinite;
		animation-timing-function: ease-in-out;
		transform-origin: 50% 50%;
}

@keyframes pfeile {
0% {transform: rotate(0deg) scale(1) ;}
50% {transform: rotate(100deg)scale(1);}
100% {transform: rotate(0deg) scale(1);}

}
.pumpen{
	position: absolute;
	top: 70px;
	left: 125px;
}
#umwelt {
	background: #aac336;
}
/*Pumpen EKG Seite*/

#ekg {
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 15px;
	padding-right: 15px;
	margin: 0 auto;
	display: block;


}

#pekg {
	margin: 0 auto;
	display: block;


}

.vorteil-box img {
	margin: 0 auto;
	display: block;
}
.vorteil-box {
	background: #313d47;
	color: white;
	text-align: center;
	padding: 30px;
	height: 180px;
	border: 1px solid white;
	line-height: normal;

}

#pumpen-ekg-seite a{
	text-decoration: none;
	color: black;
}

#pumpen-ekg-seite h1{
	font-size: 4em;
	margin-bottom: 0;
}


/* Kontakt */

#kontakt {
	font-family: 'Montserrat', sans-serif;
}

.contact-bg {

	padding-top: 20px;
}

.contact-bg h1{
	margin-top: none;
	padding-top: none;
}


.contact-box {
	width: 100%;
	display: inline-block;
	float: left;
	position: relative;
	box-sizing: border-box;
	font-family: 'Montserrat',sans-serif;
}



#contact label {
	font-size: 1em;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	padding-bottom: 5px;
	padding-top: 5px;
	display: block;
	color: rgba(61,71,80, 0.9);

}

#contact .form-error input, #contact .form-error textarea {
/*	border: 2px solid #DF0101; */
	/*box-shadow: #cc2200 0 0 5px;**/

	box-shadow: 0 2px 3px #B40404;

}
#contact .form-error label {
	color: #B40404;
	font-family: 'Montserrat', sans-serif;
}
#contact .weg{
	display: none;
}

.datenschutz {
color: rgba(61,71,80, 0.9);
text-transform: uppercase;

}

.group-mail, .group-firma, .group-name{
display: inline-block;
float:left;
margin: 0 0 5px 5%;
width: 30%;
}

.group-phone, .group-subject{
	display: inline-block;
	float: left;
	margin: 0 0 5px 5%;
	width: 47.5%;
}


.group-name, .group-phone{
	margin-left: 0px;
}

.group-message #message{
	height: 200px;
}




#contact input[type=text], #contact textarea {
	width: 100%;
	padding:1.3em;
	margin: 0px 0px 5px 0px;
	resize: none;
	background: rgba(61,71,80, 0.3);
	border-radius: 8px;
	border: none;
	box-sizing: border-box;
}






#contact input[type=text]:focus, #contact textarea:focus {
background: linear-gradient(#aac336 0%, #94ac26 100%);
	box-shadow: 0 5px 5px #313131;

}

#contact input[type=submit]{
color: white;
display: inline-block;
position: relative;
width: 169px;
height: 52px;
z-index: 2;
top: 0px
left: 0px;
white-space: nowrap;
box-sizing: border-box;
border-radius: 4px;
font-weight: 400;
border: none;
box-shadow: 0 5px 5px rgba(9,18,34,.15);
background: linear-gradient(to bottom,#aac336 0,#94ac26 100%);
cursor: pointer;
font-size: 1em;
font-family: '', sans-serif;
text-transform: uppercase;
margin-top: 1em;
font-family: 'Montserrat', sans-serif;
}

#contact u{
position: absolute;
float: right;
z-index: 1;
top: 31px;
left: 19px;
width: 175px;
height: 58px;
border-radius: 8px;
border: 1px solid #aac336;
box-sizing: border-box;

}





#contact input[type=submit]:hover{
	top: 18px;
	left: 22px;
	color: white;


}


/*Produkte*/

#produkte {
	padding-top: 20px;
	background: #dadada;
}

/* live Chat*/

.chatbot-icon {
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    width: 5rem;
    height: 5rem;
		transition: all .5s ease;
    /* Ab hier nur Styling für den Button - nicht relevant */
    display: flex;
    align-items: center;
    justify-content: center;

}


.chatbot-icon:hover{
	width: 6rem;
	height: 6rem;
}

.chatbot-window {
    display: none;
    position: fixed;
    right: 8px;
    bottom: 8px;
    width: 20rem;
    height: 80%;
    /* Ab hier nur Styling für den Button - nicht relevant */
    background-color: #fff;
}
.chatbot-window.active {
    display: block;
}

.chatbot-window .close-button {

    position: absolute;
    left: 1rem;
    top: 1rem;
    width: 2rem;
    height: 2rem;
    /* Ab hier nur Styling für den Button - nicht relevant */
    display: flex;
    align-items: center;
    justify-content: center;
}

.chatbot-window .close-button a{
	text-decoration: none;
	color: #fff;
	font-weight: bold;
		}


footer {
  background: #2f363e;
  font-size: 14px;
  padding-bottom: 20px;
	font-weight: lighter;

}

footer p a{
  color: white;
  text-align: right;
}

footer{
  color: white;
}

footer p {
  margin-bottom: 5px;
}

footer .col-12 {
  font-size: 16px;
}




@media all and (max-width: 500px;){
.text-responsive{display: none;}


}

@media all and (min-width: 992px){
.gallery {display: block;}
.responsive-gallery {display: none;}
}


@media all and (min-width: 1200px){
	#zoom {height: 800px;}
	 .willkommen {top: 50%;}
	 .experten h1{top: 50%;}
	object #position {top: 530px;}
}

@media all and (max-width: 768px){
	#pumpen-ekg-seite h3{font-size: 1.5em;}
	.mob{ display: block;}
	.pc {display: none;}
	.highlight-frame {padding-top: 30px;}
	#zoom {display: none;}
	 .willkommen {display: none;}
	 .experten h1{display: none;}
	object #position {display: none;}
	footer p{text-align: left;}
	 .experten {top: 50%;}
	.frame-bottom{display: none;}
	.frame-left{display: none;}
	.frame-right{display: none;}
	.navigation{border-bottom: none;}
	.mobile{ display: block;}
}

@media all and (max-width: 400px){
	#pumpen-ekg-seite h3{font-size: 1.2em;}
	.mob{ display: block;}
	.pc {display: none;}
	.mobile{ display: block;}
	.highlight-frame {padding-top: 18px;}
		#responsive-menu-toggle{ display: block; margin: 14px; }
	 .willkommen {font-size: 5px; top: 20%;}
	.experten {left: 10px;}
	 object #position {top: 241px;	}
	.frame-bottom{display: none;}
	.frame-left{display: none;}
	.frame-right{display: none;}
	.navigation{border-bottom: none;}
	#zoom {display: none;}
	.willkommen {display: none;}
	.experten {display: none;}
	#welcome h3{font-size: 1.5em;}
	#position {display: none;}
	.slide p {font-size: 0.9em;}
	.box {height: 200px;}
	.partner h3{font-size: 1.4em;}
	.leistung h1{font-size: 2em;}
	#contact h1{ font-size: 2em;}
	#contact h3 {font-size: 1.5em; padding-top: 0;}
	.contact-box u{display: none;}
	.senden {padding-bottom: 14em;}
	#produkte h1{font-size: 2em;}

}
