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

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

/* bebas-neue-regular - latin */
@font-face {
  font-family: 'Bebas Neue';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/bebas-neue-v9-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/bebas-neue-v9-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/bebas-neue-v9-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/bebas-neue-v9-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/bebas-neue-v9-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/bebas-neue-v9-latin-regular.svg#BebasNeue') format('svg'); /* Legacy iOS */
}


h1 {
	text-align: center;
}
h2 {
	font-size: 1.5rem !important;
}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
  font-size: 18px;
	font-family: "Bebas Neue", sans-serif;
	letter-spacing: 0.2em;

}
#sp-nds h1, #mod-custom116 h1, #mod-custom128 h1, .article-header h1, .page-header h1, #sp-title h1{
	font-size: 2.5rem !important;
	background-image:linear-gradient(90deg, grey, red ,black ,red);
 	-webkit-background-clip: text;
 	-webkit-text-fill-color: transparent;
	text-align: center;
	border-bottom: 2px groove #eee;
	margin: 30px 0px 30px 0px;
}
#sp-position1 .sp-column {
	box-shadow: 0 10px 10px 1px rgba(0, 0, 0, 0.5);
}

.bg_overlay {
	background: rgba(0, 0, 0, 0.5);
	position: relative;
	color: #eeeeee;
	width: 55%;
	margin: auto;
	margin-top: 8%;
}

.bg_overlay p:last-child {
	margin: 0;
}
.bg_overlay:after {
	background: rgba(0, 0, 0, 0.7);
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 5px;
	top: 0;
}
.bg_overlay:before {
	background: rgba(0, 0, 0, 0.7);
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 1px;
	bottom: 0;
}
.bg_overlay h1 {
	color: #fff;
	margin-bottom: 10px;
	padding-bottom: 10px;
	position: relative;
}
.bg_overlay h2 {
	font-size: 30px;
	font-weight: 600;
	font-family: "Oswald", "Open Sans", sans-serif;
	color: #be1f46;
}

.bg_overlay h2 i{
	font-size: 36px;
	font-weight: 600;
	color: #ffffff;
}


figure.effectck-apollo {
    background: #f2f2f2 !important;
	border: 1px solid #ddd;
	box-shadow: 10px 10px 15px silver;
}
.wf-zoom-image {
	padding-right: 20px;
}

#sp-main-body {
  padding: 20px 0 !important;
}

#sp-bild-firma {
  width: 100% !important;
}

#sp-top1, #sp-top2 {
	text-align: right;
}

#sp-left .sp-module:first-child, #sp-right .sp-module:first-child {
  margin-top: -6px !important;
}
  .com-contact h3::before {
    font:var(--fa-font-solid);
    font-weight: 900;
    content: "\f0e0";
	color: #000;
	padding-right: 5px;
  }
  #mod-custom119 h3::before {
    font:var(--fa-font-solid);
    font-weight: 900;
    content: "\f015";
	color: #000;
	padding-right: 5px;
  }
.control-group p {
	display: none;
}
#sp-footer .container-inner {
  padding: 20px 0px 0px !important;
  border-bottom : 1px solid rgba(255, 255, 255, 0.2);
}

#sp-footline {
	font-size: 14px;
}

.btn-primary, .sppb-btn-primary {
	padding: 10px 20px;
	font-size: 150%;
	border: 1px solid #d82424;
	border-radius: 5px 25px;
	color: #fff;
}
.btn-primary:hover, .sppb-btn-primary:hover {
  border-color: #000000;
  background-color: #000000;
	color: #fff;
}

@media only screen and (min-width:992px){
	.burger-icon {
		display: none;
	}
	#sp-menu .justify-content-end {
    	justify-content: flex-start!important;
	}
}

@media only screen and (max-width:992px){
	#sp-nds h1, #mod-custom116 h1, #mod-custom128 h1, .article-header h1, .page-header h1, #sp-title h1{
	font-size: 2.25rem !important;
	}
}