#sp-header {
  height: 160px;
}

.page-header {
    padding-bottom: 0px;
}

#sp-menu {
  padding-top: 50px;
}

#sp-menu a:link {
  font-size: 16px;
  text-transform: none;
}

#sp-menu a:hover {
 color: #a9b5af;
}

#sp-logo{
  padding-top: 4px;
}

#sp-main-body {
  padding-top: 50px;
  padding-bottom: 20px;
}

article.item {
  margin-bottom: 0px;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item >a:hover {
  background: #c7d3cc;
  border-top: 2px solid #95c9ad;
}

.sp-megamenu-parent > li.active > a, .sp-megamenu-parent > li:hover > a {
  color: grey;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active > a {
 color: #000000; 
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
  background: #ffffff;
  border-top: 3px solid #95c9ad;
}

.new-look .offcanvas-menu .sp-module ul > li:hover a,
.new-look .offcanvas-menu .sp-module ul > li:focus a,
.new-look .offcanvas-menu .sp-module ul > li.active a {
  background: #a9b5af;
}

.new-look .offcanvas-menu .sp-module ul > li ul li a:hover,
.new-look .offcanvas-menu .sp-module ul > li ul li a:focus {
  color: #a9b5af;
}

.close-offcanvas {
 display: none;
}

#sp-footer {
  height: 215px;
}

#sp-footer2 {
  align-items: center;
  justify-content: center;
  font-size: 16px;
}

#sp-footer1 {
  align-items: center;
  justify-content: center;
}

#sp-footermobile {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}

.impressum_datenschutz {
  padding-bottom: 50px;
}

#offcanvas-toggler > i:hover {
  color: #a9b5af;
  rotate: -90deg;
}

#sp-dienstleistungen {
  padding-top: 50px;
  padding-bottom: 40px;
}

div.imgzoom {
  overflow: hidden;

}
div.imgzoom img {

	/* SCALE */
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	/* VERZÖGERUNG */
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
div.imgzoom img:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}