#about {
  height: 100%;
  margin-top: 0 !important;
}
#about .sppb-col-sm-4 {
  padding-right: 0;
  padding-left: 0;
  position: inherit;
}
@media (max-width: 767px) {
  #about .sppb-col-sm-4 {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  #about .sppb-col-sm-4:last-child {
    margin-bottom: 0;
  }
}
#about .about-1 {
  position: relative;
  background: url("../images/business/about_1.jpg");
  background-size: cover;
  height: 700px;
  width: 100%;
  overflow: hidden;
}
#about .about-2 {
  position: relative;
  background: url("../images/business/about_2.jpg");
  background-size: cover;
  height: 700px;
  width: 100%;
  overflow: hidden;
}
#about .about-3 {
  position: relative;
  background: url("../images/business/about_3.jpg");
  background-size: cover;
  height: 700px;
  width: 100%;
  overflow: hidden;
}
#about .about-1:before,
#about .about-2:before,
#about .about-3:before {
  position: absolute;
  content: "";
  background: rgba(65,78,95,0.8);
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
#about .about-1 .sppb-feature-box-title,
#about .about-2 .sppb-feature-box-title,
#about .about-3 .sppb-feature-box-title {
  font-family: 'Raleway', sans-serif;
  font-size: 40px;
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
  position: absolute;
  z-index: 999;
  top: 200px;
  width: 100%;
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
}
@media (max-width: 1919px) {
  #about .about-1 .sppb-feature-box-title,
  #about .about-2 .sppb-feature-box-title,
  #about .about-3 .sppb-feature-box-title {
    font-size: 30px;
  }
}
#about .about-1 .sppb-addon-text,
#about .about-2 .sppb-addon-text,
#about .about-3 .sppb-addon-text {
  font-size: 18px;
  color: #fff;
  font-weight: lighter;
  position: absolute;
  z-index: 99;
  width: 75%;
  left: 50%;
  transform: translate(-50%);
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  top: 295px;
  line-height: 1.7;
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
}
@media (max-width: 1715px) {
  #about .about-1 .sppb-addon-text,
  #about .about-2 .sppb-addon-text,
  #about .about-3 .sppb-addon-text {
    width: 80%;
  }
}
#about .about-1 .sppb-addon-text div,
#about .about-2 .sppb-addon-text div,
#about .about-3 .sppb-addon-text div {
  height: 1px;
  width: 85px;
  background: #ee7600;
  z-index: 9999;
  margin-left: 50%;
  margin-top: 20px;
  transform: translate(-50%);
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
}
#about .about-1 .sppb-icon .fa,
#about .about-2 .sppb-icon .fa,
#about .about-3 .sppb-icon .fa {
  z-index: 9999 !important;
  font-size: 100px !important;
  width: 100% !important;
  height: 100% !important;
  color: #fff;
  position: absolute;
  left: 0;
  top: 510px;
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
}
#about .about-1 .box,
#about .about-2 .box,
#about .about-3 .box {
  height: 190px !important;
  width: 190px !important;
  background: #ee7600 !important;
  position: absolute !important;
  transform: translate(-50%) rotate(45deg) !important;;
  -webkit-transform: translate(-50%) rotate(45deg) !important;;
  -moz-transform: translate(-50%) rotate(45deg) !important;;
  left: 50% !important;;
  top: 750px !important;;
  transition: all 0.6s ease !important;;
  -webkit-transition: all 0.6s ease !important;;
  -moz-transition: all 0.6s ease !important;;
  -ms-transition: all 0.6s ease !important;;
  -o-transition: all 0.6s ease !important;;
}
@media (max-width: 991px) {
  #about .about-1 .box,
  #about .about-2 .box,
  #about .about-3 .box {
    height: 160px !important;;
    width: 160px !important;;
  }
}
#about .about-1:hover:before,
#about .about-2:hover:before,
#about .about-3:hover:before {
  background: #374456;
}
#about .about-1:hover .sppb-feature-box-title,
#about .about-2:hover .sppb-feature-box-title,
#about .about-3:hover .sppb-feature-box-title {
  top: 410px;
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
}
#about .about-1:hover .sppb-addon-text,
#about .about-2:hover .sppb-addon-text,
#about .about-3:hover .sppb-addon-text {
  top: 505px;
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
}
#about .about-1:hover .sppb-icon .fa,
#about .about-2:hover .sppb-icon .fa,
#about .about-3:hover .sppb-icon .fa {
  top: 195px;
  z-index: 99;
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
}
@media (max-width: 991px) {
  #about .about-1:hover .sppb-icon .fa,
  #about .about-2:hover .sppb-icon .fa,
  #about .about-3:hover .sppb-icon .fa {
    top: 180px;
  }
}
#about .about-1:hover .box,
#about .about-2:hover .box,
#about .about-3:hover .box {
  top: -50px !important;;
  transition: all 0.6s ease !important;;
  -webkit-transition: all 0.6s ease !important;;
  -moz-transition: all 0.6s ease !important;;
  -ms-transition: all 0.6s ease !important;;
  -o-transition: all 0.6s ease !important;;
}
@-webkit-keyframes pulse-grow {
  25% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  75% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}
@keyframes pulse-grow {
  25% {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
  75% {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
}
#about .about-1 .box,
#about .about-2 .box,
#about .about-3 .box {
  background: #ee7600 !important;
    z-index: 0 !important;
    margin-left: 0% !important;
    margin-top: -340px !important;
}
#about .about-1::before, #about .about-2::before, #about .about-3::before {
  background: rgba(65,78,95,0.8);
  }

  #sp-header.menu-fixed {
    background: rgba(65,78,95,0.95);
    border-bottom: #aaa 1px solid;
    box-shadow: 0 3px 3px rgba(0,0,0,0.05);
  }
  #sp-header.has-slideshow.menu-fixed-out {
    background: transparent;
    background-color: rgba(55,68,86,0.75);
    border-top: #ee7600 4px solid;

  }
  #sp-header.menu-fixed .logo {
    transform: scale(0.75);        
    -webkit-transform: scale(0.75);
    -moz-transform: scale(0.75);
    -ms-transform: scale(0.75);
    -o-transform: scale(0.75);
    
    margin-left: -20%;
    margin-top: -5%;
    }
    
    .sp-megamenu-parent > li > a {
      color: #fff;
    }

    
#sp-page-builder .page-content .sppb-section, #sp-page-builder .sppb-section {
margin-top: 0px;
}

body {
color: #414E5F;
}
.uk-scope address, .uk-scope dl, .uk-scope fieldset, .uk-scope figure, .uk-scope ol, .uk-scope p, .uk-scope pre, .uk-scope ul {
margin: 0 0 10px 0 !important;
}
/***********************  Logo/Menü Section **********************/
.page-header {
border-bottom: none !important;
}
#sp-top-bar { 
   padding: 2px 0; 
}

#sp-header-sticky-wrapper.is-sticky #sp-header {
background: #fff!important;
      color: #414e5f!important;
}

#sp-header .logo {
height: auto;
padding-top: 15px;
      display: block;
      color: #ffffff!important;
}

#sp-header-sticky-wrapper.is-sticky #sp-header a {
      font-size: 90%;
      line-height: 90%
}

#sp-header-sticky-wrapper.is-sticky #sp-header .logo {
padding-top: 1px;
}

#sp-header-sticky-wrapper.is-sticky #sp-header a, 
#sp-header-sticky-wrapper.is-sticky #sp-header h1 {
      color: #414e5f!important;
}


@media (max-width: 991px) {

#sp-header .logo {
height: auto;
padding-top: 1px;
      display: block;
      color: #414e5f!important;
}
#sp-header a, 
#sp-header h1 {
      font-size: 90%;
      line-height: 90%
}
#offcanvas-toggler > i {
	color: #fff;
}
.offcanvas-menu {
	background: #414E5F;
}

#sp-header.menu-fixed .logo {
  margin-left: -15%;
  margin-top: 0px;
  }
  
  .sp-megamenu-parent > li > a {
    color: #fff;
  }

#sp-header-sticky-wrapper.sticky-wrapper #sp-header {
background: #fff !important;
}

}

@media (min-width: 992px) {
#sp-header-sticky-wrapper.sticky-wrapper #sp-header #sp-menu {
width: 60%;
float: right;
}
#sp-header-sticky-wrapper.sticky-wrapper #sp-header #sp-logo {
width: 30%;
}

#sp-header-sticky-wrapper.is-sticky #sp-header a, 
#sp-header-sticky-wrapper.is-sticky #sp-header h1 {
      color: #414e5f!important;
}

}


/***********************  Navigation  **********************/

.sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-right, .sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-full {
left: 40px;
}

.nav {
	display: block !important;
}
.menu .nav-child.small {
	padding-left: 20px;
}
/***********************  Menü im Footer **********************/
.sp-module ul > li > a {
line-height: 26px;
padding: 2px 15px;
}
.sp-module ul > li {
border-bottom: none;
}

/***********************  Überschriften  **********************/

h1, h2, h3 {
font-family: Roboto, sans-serif !important;
      line-height: 1.1 !important;
}
h1 {
font-weight: 500 !important;
      text-transform: uppercase !important;
margin-bottom: 30px !important;
margin-top: 20px !important;
font-size: 30px !important;
      color: #fff !important;
}
h2 {
font-weight: 500 !important;
      text-transform: uppercase !important;
font-size: 30px !important;
}
h3 {
font-weight: 500 !important;
font-size: 18px !important;
}
.jux-tl-item h2 a {
font-weight: 300 !important;
}
.uk-scope a {
color: #ee7600 !important;
}
/***********************  Abschnitte   **********************/

@media (min-width: 992px) {

.mfp-wrap .mfp-container.mfp-inline-holder .white-popup .popup-info {
width: 40%;
}
.mfp-wrap .mfp-container.mfp-inline-holder .white-popup .popup-text {
width: 60%;
}
}
/*** Team ***/
.uk-heading-medium {
font-size: 30px !important;
line-height: 30px !important;
color: #ee7600 !important;
      padding-top: 5px !important;
padding-bottom: 5px !important;
}
.uk-scope .uk-thumbnav > * {
padding-left: 10px !important;
}

#team .owl-carousel .owl-controls .owl-buttons .owl-next::before, 
#team .owl-carousel .owl-controls .owl-buttons .owl-prev::before {
background: none;
      color: #ee7600;
}
#sp-page-builder .sppb-section-title {
	margin-bottom: 50px;
}
#team .sppb-section-title .sppb-title-subheading,
#team .sppb-section-title  {
font-size: 18px !important;
font-weight: normal!important;
line-height: 1.5 !important;
color: #414E5F;
      text-align: left;
}
#team .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item .sppb-team .sppb-team-wrapper .sppb-team-info .sppb-team-name {
padding: 0px 0px 40px 30px;
}

#team .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item .sppb-team .sppb-team-wrapper .sppb-team-info .sppb-designation {
font-weight: normal!important;
}
#team .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item .sppb-team .sppb-team-wrapper .sppb-team-info .sppb-introtext {
font-weight: normal!important;
line-height: 24px;
}

#team .sppb-section-title .sppb-title-heading {
white-space: normal;
}
#sp-page-builder .sppb-section-title .sppb-title-heading {
font-weight: bold!important;
}
.mfp-wrap .mfp-container.mfp-inline-holder .white-popup .popup-info .sppb-person-name, 
.mfp-wrap .mfp-container.mfp-inline-holder .white-popup .popup-info .sppb-person-designation {
      text-transform: uppercase;
}

.mfp-wrap .mfp-container.mfp-inline-holder .white-popup .popup-info .sppb-person-designation, 
.mfp-wrap .mfp-container.mfp-inline-holder .white-popup .popup-text .sppb-person-introtext {
font-weight: normal!important;
}
#team .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item {
cursor: default;
}

#team .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item .sppb-team .sppb-team-wrapper .sppb-team-info ul.sppb-team-social-icons {
padding-left: 30px;
}


.mfp-wrap .mfp-container.mfp-inline-holder .white-popup .popup-text ul.sppb-team-social-icons {
      margin-top: 15px;
padding-bottom: 25px;
padding-left: 10px;
}

.mfp-wrap .mfp-container.mfp-inline-holder .white-popup .popup-info {
padding-top: 40px;
}
.mfp-wrap .mfp-container.mfp-inline-holder .white-popup .popup-text {
padding-top: 40px;
}

.mfp-wrap .mfp-container.mfp-inline-holder .white-popup .popup-text .sppb-person-introtext {
font-family: Open Sans, sans-serif;
font-size: 13px;
      line-height: 20px;
}
#team .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item:hover .sppb-team .sppb-team-wrapper .sppb-team-info .sppb-team-name {
text-decoration: underline;
}
.mfp-wrap .mfp-container.mfp-inline-holder .white-popup .popup-text .sppb-person-introtext .fett {
     font-weight: bold;
     text-transform: uppercase;
}
/***********************  Footer  **********************/

@media (max-width: 767px) {
#sp-footer-bottom .sp-column {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 30px;
}
}


#sp-footer-bottom .sp-column .sp-module #back-to-top .fa {
color: #ee7600;
}
/***********************  Timeline  **********************/
.sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-badge::after {
	display: none;
}
.sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-movement .timeline-item .timeline-panel {
	width: 100% !important;
	text-align: left !important;
	background-color: #414e5f;
	color: #fff;
}
.sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-movement .timeline-item .timeline-panel .title {
	color: #ee7600;
	padding: 10px 0px;
}
/***********************  Eigene Klassen  **********************/

.kontakt {
line-height: 0px;
float: right;
padding-top: 3px;
padding-right: 30px;
      font-variant: small-caps;
}
.kontakt a {
  color: #414e5f;
}

.smallheight {
     line-height: 20px;
}
.smallheight .uk-margin-top {
margin-top: 30px !important;
}
.contentbox .sppb-column-addons, .sppb-column {
box-sizing: content-box;
}