/**************** Fonts ********************

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

body, h1, h2, h3, h4, h6, #sp-footer, .sp-megamenu-parent > li > a {
  font-family: 'Lato', sans-serif !important;  
}

h1 {
  line-height: 1.3;
}

h2 {
  text-transform: uppercase;
}

.ae-sec-hero h2 {
  letter-spacing: 1px;
  font-weight: 500;
  text-transform: unset;
}

/******************* body **********************/

body {
  line-height: 1.3em;
}

p:last-child, li:last-child {
  margin-bottom: 0 !important;
}

#sp-main-body {
  margin-top: -80px;
}

a:hover {
  transition: ease-in-out 0.5s;
}


/***************** header *********************/

#sp-header {
  box-shadow: 0 0 0 0;
  background-color: rgba(255,255,255,0);
  padding: 0 5vw;
}

#sp-header .logo {
  width: 100%;
}

@media (max-width: 991.98px) {
  #sp-header .logo-image {
  margin-top: 30px;
  }
}

#offcanvas-toggler.offcanvas-toggler-right {
  position: absolute;
  right: 15px !important;
  top: 10px;
}


/*********************** Menü ************************/

.sp-megamenu-parent {
  margin: 10px -5px 0 0;
}

.sp-megamenu-parent > li > a {
  text-shadow: 0px 0px 8px #fff;
  line-height: 50px;
  padding: 0px 0px;
  margin: 0 15px;
}

.sp-megamenu-parent > li.active > a {
  text-shadow: 0px 0px 8px #fff;
  border-bottom: 2px solid #24aaf2;
  transition: ease-in 0.5s;
  padding: 0px 0px;
  margin: 0 15px;
}

.sp-megamenu-parent > li:hover > a {
  text-shadow: 0px 0px 8px #fff;
  background: rgba(255,255,255,0.6);
  transition: ease-in 0.5s;
  padding: 0px 15px;
  margin: 0 0px;
  color: #24aaf2;
}

.sp-megamenu-parent > li:last-child > a {
  padding-left: 0 !important;
}

.sp-megamenu-parent > li:last-child:hover > a {
	padding-left: 15px !important;
}


/************************* Offcanvas ***************************/

.offcanvas-menu .offcanvas-inner ul.menu > li > a {
  opacity: 1;
}

.offcanvas-menu .offcanvas-inner ul.menu > li a:hover, .offcanvas-menu .offcanvas-inner ul.menu > li a:focus {
  color: #24aaf2; 
}

.close-offcanvas {
  top: 25px;
  right: 25px;
}


/**************** Sonstiges Standard ********************/

.ae-trennung {
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

.sp-scroll-up {
  bottom: 25px;
}

.sp-scroll-up:hover {
  background: #24aaf2;
}

/************************ Sonstiges Speziell ******************************/

.ae-border-top-blue {
  border-top: 1px solid #001134;
}

.ae-border-bottom-blue {
  border-bottom: 2px solid #fff;
}

a:hover.ae-border-bottom-blue {
  border-bottom: 2px solid #fff;
  padding-left: 30px !important;
  padding-right: 35px !important;
  transition: ease-in 0.7s;
}
  
.ae-border-bottom-white {
  border-bottom: 2px solid #001134;
}

a:hover.ae-border-bottom-white {
  border-bottom: 2px solid #001134;
  padding-left: 30px !important;
  padding-right: 35px !important;
  transition: ease-in 0.7s;
}

.ae-check-list-blue ul {
  padding: 0;
  margin: 0;
  list-style: none;
  line-height: 1.5;
}

.ae-check-list-blue ul li {
  position: relative;
  padding-left: 25px;
  padding-right: 25px;
  margin-bottom: 20px;
}
 
.ae-check-list-blue ul li:before {
  content:"";
  position: absolute;
  left: 0px;
  top: 7px;
  -webkit-transform:rotate(360deg);
  border-style: solid;
  border-width: 8px 0 8px 13.9px;
  border-color: transparent transparent transparent #001134;
}

.ae-check-list-white ul {
  padding: 0;
  margin: 0 0 0 40px;
  list-style: none;
  line-height: 1.5;
}

@media (max-width: 767.98px) {
   .ae-check-list-white ul {
     padding: 0;
     margin: 0 0 0 0;
     list-style: none;
  }
}

.ae-check-list-white ul li {
  position: relative;
  padding-left: 25px;
  padding-right: 25px;
  margin-bottom: 20px;
  list-style: none;
}

#ae-ds-ds .ae-check-list-white li:last-child {
  margin-bottom: 1rem !important;
}
 
.ae-check-list-white ul li:before {
  content:"";
  position: absolute;
  left: 0px;
  top: 7px;
  -webkit-transform:rotate(360deg);
  border-style: solid;
  border-width: 8px 0 8px 13.9px;
  border-color: transparent transparent transparent #ffffff;
}

.ae-gedreht {
  writing-mode: vertical-rl;
  text-transform: uppercase;
}

.ae-pos-bottom {
  position: absolute;
  bottom: 0;
}

.ae-pos-right {
  position: absolute;
  right: 0;
}

@media (max-width: 1379px) and (min-width: 992px) {
  .ae-h-display .sppb-addon-title {
    font-size: 80px !important;
    line-height: 70px !important;
    color: rgba(255, 255, 255, 0.07) !important;
  }
}

/*************** Sections ********************/

.ae-sec-hero, .ae-home-hero-col {
  height: calc(100vh + 80px);
}

@media (max-width: 767.98px) {
  .ae-sec-hero, #ae-imp-hero, #ae-ds-hero, #ae-agb-hero {
    background-image: url(/images/alos-elementebau-referenzen-10-750x1100-60.jpg) !important;
    background-position: 50% 100% !important;
    background-attachment: scroll !important;
    background-repeat:no-repeat;
    background-size: cover !important;
    -webkit-background-size: cover !important;
  }
}

#ae-home-hero h1 {
  max-width: 770px;
}