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

img {display:inline-block;}
.featured-article-badge {display:none}

#sp-main-body {
  padding: 50px 0;
}

/* Top Bar */


#sp-top-bar {
	padding: 4px 0;
    font-size: 14px;
}

#sp-top-bar a{
	color:#0F4195; 
	font-size:14px;
}

#sp-top-bar p {
	margin-bottom:0;
}

/* Header */
#sp-header {box-shadow: 0 0 0px 0 rgba(0, 0, 0, 0.1);}
#sp-header img { transition: height 1s;}
#sp-header.header-sticky img { height:36px;}
#sp-header.header-sticky {height: 50px; background:rgba(255,255,255,1.0)!important; }
#sp-header.header-sticky .sp-megamenu-parent > li > a {line-height:50px}
#sp-header.header-sticky  #sp-menu > .sp-column {height: 50px;}
#sp-header.header-sticky .logo {height: 50px; margin-top:0px;}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
	font-size: 16px!important; 
	line-height: 1.25;
}

@media (max-width: 575px) {
#sp-header {height: 60px;}
  }
@media (max-width:1300px) {
.sp-megamenu-wrapper {display:none!important;}
}

/* offCanvas */
.offcanvas-menu .logo-image, .offcanvas-menu .logo-image-phone  {width:150px!important; height:auto!important;}


@media (max-width: 1399px) {
    .sp-megamenu-parent {display:none!important;}
}
@media (min-width: 1400px) {
   #offcanvas-toggler {display:none!important;}
}

/* Balbooa */
.ba-field-container i {margin-top: -4px;}

/* Hero 
.com-sppagebuilder #sp-header {
  background: rgba(255,255,255,0);
}
.com-sppagebuilder #sp-header .header-sticky {
  background: rgba(255,255,255,1!important);
}


/* zu verwnden bei "fullsize" Startbild */

.herofullsite #sp-header {background: rgba(255,255,255,0);}
.herofullsite #sp-top-bar {display:none;}
.herofullsite #sp-main-body {margin-top:-100px;}
.herofullsite #sp-header {box-shadow: 0 0 0px 0 rgba(0, 0, 0, 0.1);}
.com-sppagebuilder #sp-header .header-sticky {background: rgba(255,255,255,1.0);!important;}


/* Readmoe */
.readmore {margin-top:30px;}

.readmore a,
.readmore a.btn {
  border: none;
  padding: 8px 15px;
  font-size: 14px;
  color: #FFFFFF!important;
  background:#0F4195;
  border-radius: 4px;
}

.readmore a:hover,
.readmore a.btn:hover {
  background:#28a745;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #FFF!important;
}


.sppb-btn-primary {
  color: #fff;
  background-color: #0F4195!important;
  border-color: #0F4195!important;
}

.sppb-btn-primary:hover {
	color:#FFF;
	background: #28a745!important;
    border-color: #28a745!important;
}





/* Breadcrumb */
.breadcrumb {
	background-color: #0F4195;
	margin-top: 15px;
	color: #FFFFFF;
	padding: 0.75rem 0rem;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.breadcrumb-item.active {
  color: #EEE!important;
}

.breadcrumb .float-start {margin-right: 5px;}

.breadcrumb-item + .breadcrumb-item::before {color:#FFF;}

/* Bottom */
#sp-bottom {
  padding: 30px 0 30px;
  font-size: 14px;
  line-height: 1.6;
}


/* Slider - SEO vorbereitet ohne HDL */
.slide-hdl {
	color:#FFF;
	font-size:60px;
	line-height: 1.0;
	margin-bottom: 20px;
}
.slide-text {
	color:#FFF;
	font-size: 20px;
	margin-bottom: 0;
}

.slide-button .sp-slider-btn-text {
	background: #0F4195!important;
	color:#FFF!important;
}

.slide-button .sp-slider-btn-text:hover {
	background: #28a745!important;
	color:#FFF!important;
}
@media (max-width: 999px) {
.slide-hdl {
	font-size:40px;
	}
}

/* Slider Zoom */
.sp-slider .sp-item.active .sp-background{
  animation: zoom 20s; 
}

@keyframes zoom {
  from {
   transform: scale(1);
  }
  to {
  transform: scale(1.5);
  }
}

/* Texticons */
.hdl-icon {
	text-align: center;
}

.hdl-icon img {width:70px; height:auto;} 
.icontext img {width:120px;}

/* Feature Box */
.sppb-addon-feature  img { width:100px; height:auto;}
.sppb-addon-feature .sppb-addon-title {font-size: 22px;}
.sppb-addon-feature .sppb-addon-text {font-size: 14px;}

/* Timneline */

.sppb-addon-timeline .sppb-addon-timeline-text-wrap {text-align: center;}

.sppb-addon-timeline .sppb-addon-title {
	background:#0F4195; 
	padding:3px 10px;
	color:#FFF;

}

.timeline-special .even {display: none;}

/* Image + Container */
.sppb-addon-single-image {margin-bottom:15px;}

.img-rund img {border-radius: 100%!important;}

.proz {
	margin: 0 auto 15px auto;
	max-width: 250px;
	height: auto;
}

/* Client - Box unten für zertifikate */
.zertifikate img {height: 150px!important; width: auto; margin: 0 auto!important;}

/* Article Carousel */
.sppb-articles-carousel-meta-date,
.sppb-articles-carousel-meta-category {display: none;}

/* Text Block */
.sppb-addon-text-block H2 {font-size: 24px;}

/* Blog - article */

.article-list .article .article-intro-image {border-bottom: 0px solid #f5f5f5;}
.article-full-image img {width: 100%; height: auto;}

