@charset "UTF-8";

@import url("/../fonts/dgs4vnn.css");


.sp-pre-loader
.logo
img {
  max-width: 320px;
}

/* LAYOUT FIX START */
#sp-main-body > .row {
  margin: 0;
}

*::selection {
  background-color: #88888935;
}

#sp-main-body
#sp-component{
  padding: 0;
}
/* LAYOUT FIX END */

body
a.iubenda-tp-btn.iubenda-cs-preferences-link {
  
  display: none !important;
}


/* IMAGE FIX START */
.sppb-addon-single-image-container
img {
  object-fit: contain;
}
/* IMAGE FIX END */

@media screen and (min-width: 1200px) {
  .sppb-row-container {
    max-width: 1240px;
  }
}

@media screen and (max-width: 767px) {
  .body-wrapper
  .body-innerwrapper
  #sp-main-body
  #slide-head {
    max-height: 100vh;
    height: 80vh;
  }
}

a {
  text-decoration: none;
}

.button a {
  text-decoration: none;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.15);
  outline: unset;
}

strong {
  font-weight: 600;
}

/* HOVER/FOCUS EFFECT START */
a:hover {
  box-shadow: none;
}

.sppb-btn.focus, .sppb-btn:focus {
  box-shadow: none;
}
/* HOVER/FOCUS EFFECT END */



/* MD WEBPAGE START */


/* LOGO START */

.logo
a
img.logo-image {
  height: 80px;
  margin: 16px 0;
}

@media screen and (max-width:480px) {
  .logo
  .logo-image-phone {
    height: 48px;
    margin: 16px 0;
  }
  header#sp-header {
    height: 80px;
  }

  #sp-header-topbar{
    display: none;
  }

  #sp-header
  .container-inner
  .row {
    display: flex;
    align-items: center;
  }
}

@media screen and (max-width: 1200px) {
  #sp-header-topbar {
    display: none;
  }

  #sp-header
  #sp-logo.menu-with-offcanvas
  .logo
  .logo-image {
    height: 48px;
  }
}

/* LOGO END */

/* GENERAL CONTENT START */

#sp-header-topbar
.container-inner {
  border-bottom: none;
}

.body-wrapper
.body-innerwrapper {
  overflow-x: visible;
}

.eurostile
h1 {
  font-family: 'eurostile-extended' !important;
  font-weight: 600;
}

.eurostile
h1
span {
  font-family: 'eurostile-extended' !important;
  font-weight: 400;
}

#sp-main-body
.eurostile.pagetitle
h1.sppb-addon-title {
  background: linear-gradient(174deg, #888889 50%, #000000 50%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  font-family: 'eurostile' !important;
  text-transform: uppercase;
}

#sp-main-body
.eurostile
h2.sppb-addon-title {
  background: linear-gradient(174deg, #888889 50%, #000000 50%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  font-family: 'eurostile' !important;
  text-transform: uppercase;
}

#sp-main-body
.eurostile
h3.sppb-addon-title {
  background: linear-gradient(174deg, #888889 50%, #000000 50%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  font-family: 'eurostile' !important;
  text-transform: uppercase;
  position: absolute;
}

.md-divider.h3 {
  display: flex;
  justify-content: flex-start;
  position: relative;
  left: 2px;
  top: 48px;
}

.md-divider.h3
span {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.md-divider
span {
  display: flex;
  justify-content: center;
  align-items: center;
}

.md-divider
span:before {
  content:"";
  display: flex;
  width: 80px;
  height: 2px;
  background-color: #888889;
  position: absolute;
  border-radius: 4px;
}

.md-divider
span:after {
  content:"";
  display: flex;
  width: 2px;
  height: 12px;
  background-color: #000000;
  z-index: 2;
  border-radius: 4px;
}

#slide-head
.sppb-row-overlay {
  background-image: url("/images/backgrounds/triangle-background-group.svg");
  mix-blend-mode: multiply !important;
}

@media screen and (max-width:480px) {
  #slide-head
  .sppb-row-overlay {
    background-image: url("/images/backgrounds/triangle-background-group-xs.svg");
    mix-blend-mode: multiply !important;
  }
}

@media screen and (max-width:480px) {
  #kernleistungen
  .sppb-carousel-extended-nav-control {
    display: none;
  }
}

.sppb-carousel-extended-item 
img {
  object-fit: cover;
  border-radius: 4px;
}

.text-path-vertical {

  display: flex;
  padding-right: 16px;
  align-items: center;
}

.text-path-vertical
.sppb-addon-content {
  padding-top: 12px;
}


.text-path-vertical:before {
  content: "";
  width: 12px;
  height: 2px;
  background-color: #fff;
  border-radius: 4px;
  position: absolute;
  right: -5px;
}

.text-path-vertical:after {
  content: "";
  width: 2px;
  height: 100%;
  max-height: 150px;
  background-color: #fff;
  border-radius: 4px;
  position: absolute;
  right: 0;
}




/* LIST BULLETS START */
.sppb-addon-text-block
.sppb-addon-content
ul
li {
  list-style-type: none;
  display: flex;
  flex-direction: row;
  padding-bottom: 8px;
}

.sppb-addon-text-block
.sppb-addon-content
ul
li:before{
  content:"";
  background-color: #cecece;
  width: 12px;
  height: 12px;
  border-radius: 24px;
  display: flex;
  position: absolute;
  left: 0;
  margin-top: 10px;
}

.sppb-panel-custom
.sppb-addon-text-block
.sppb-addon-content
ul
li:before{
  left: -20px;
  position: relative;
  margin-top: 7px;
  min-width: 12px;
}


.accordion-text-image
.sppb-panel-body {
  display: flex;
}

.accordion-text-image
.sppb-panel-body
.sppb-addon-wrapper {
  width: 50%;
}

@media screen and (max-width: 1199px) {
  .accordion-text-image
.sppb-panel-body {
  flex-direction: column;
}
  .accordion-text-image
.sppb-panel-body
.sppb-addon-wrapper {
  width: 100%;
}

}

#nachhaltigkeit
.sppb-addon-text-block
.sppb-addon-content
ul
li:before{
  background-color: #6e9e2a;
}

.sppb-addon-text-block
.sppb-addon-content
ol {
  padding-left: 16px; 
}

.sppb-addon-text-block
.sppb-addon-content
ol
li{
  padding-left: 16px;
  padding-bottom: 16px;
}

.sppb-addon-text-block
.sppb-addon-content
ol
li::marker {
  font-weight: 600;
}

#mission
.sppb-addon-text-block
.sppb-addon-content
li:before{
  left: 32px;
}

/* LIST BULLETS END */


/* GENERAL CONTENT END */


/* NAVIGATION START */

nav
.sp-menu-item
a {
  font-family: 'eurostile' !important;
  font-weight: 600;
  font-size: 16px;
  color:#716e6a;
}

.sp-megamenu-parent
.sp-dropdown
li.sp-menu-item>a:hover{
  color: #000000;
}

.sp-megamenu-parent>li:hover>a {
  color: #000000;
}

.sp-megamenu-parent
.sp-dropdown
li.sp-menu-item>a {
  color:#716e6a;
}

nav
.sp-megamenu-parent
.sp-menu-item.current-item.active
a {
  color: #000000;
}

nav
.sp-menu-item
.md-group {
  display: flex;
}

nav
.sp-menu-item
.md-group:before {
  content: url("/images/icons/md-group-eagle-css-element-12px.svg");
  display: flex;
  align-items: center;
  padding-right: 8px;
}

nav
.sp-menu-item
.md-contact {
  background-color: #000000;
  color: #fff !important;
  font-weight: 600 !important;
  box-shadow: 0 2px 6px #00000050;
  transition: ease all 0.3s;
  padding: 12px 24px !important;
  line-height: normal;
  border-radius: 4px;
}

nav
.sp-menu-item
.md-contact:hover {
  background-color: #000000;
  color: #fff;
  box-shadow: none;
}

nav
.sp-megamenu-parent
.sp-dropdown-items
.sp-menu-item
a {
  display: flex !important;
  color:#716e6a;
  padding: 16px 8px;
  font-size: 16px;
}

.sp-megamenu-parent>li.active>a,
.sp-megamenu-parent>li.active:hover>a {
  color: #716e6a;
  font-weight: 600;
}

nav
.sp-dropdown-items
.sp-menu-item:hover
a {
  color:#000000;
}

nav
.sp-dropdown-inner {
  border-radius: 0 0 4px 4px;
}

nav
.sp-menu-item
.md-composite:before {
  content: url("/images/icons/md-composites-eagle-css-element-12px.svg");
  display: flex;
  align-items: center;
  padding-right: 12px;
}

nav
.sp-menu-item
.md-flugzeugbau:before {
  content: url("/images/icons/md-flugzeugbau-eagle-css-element-12px.svg");
  display: flex;
  align-items: center;
  padding-right: 12px;
}

nav
.sp-menu-item
.md-shoreliner:before {
  content: url("/images/icons/md-shoreliner-eagle-css-element-12px.svg");
  display: flex;
  align-items: center;
  padding-right: 12px;
}

#navigation
ul
li
a {
  font-family: 'eurostile' !important;
}


@media screen and (min-width: 768px) {
    #navigation
  ul {
    display: flex;
    justify-content: space-between;
  }
}


.offcanvas-menu
ul
li
a {
  padding: 20px 8px 14px;
  font-family: 'eurostile';
}

.offcanvas-menu
ul
.menu-toggler {
  margin: 0px 32px;
}

.offcanvas-menu
ul
.md-group {
  display: flex;
  justify-content: space-between;
}

.offcanvas-menu
ul
.md-composite:before {
  content: url("/images/icons/md-composites-eagle-css-element-12px.svg");
  display: flex;
  align-items: center;
  padding-right: 12px;
}

.offcanvas-menu
ul
.md-flugzeugbau:before {
  content: url("/images/icons/md-flugzeugbau-eagle-css-element-12px.svg");
  display: flex;
  align-items: center;
  padding-right: 12px;
}

.offcanvas-menu
ul
.md-shoreliner:before {
  content: url("/images/icons/md-shoreliner-eagle-css-element-12px.svg");
  display: flex;
  align-items: center;
  padding-right: 12px;
}

.offcanvas-menu
.offcanvas-inner
.menu
ul.menu-child
li
a {
  display: flex;
  padding: 12px 0 8px;
}

/* NAVIGATION END */



/* COMPANIES BLOCKS START */

#companies
.content-block {
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.35);
  border-radius: 4px;
}

#companies
.content-block.black,
#companies
.content-block.red,
#companies
.content-block.blue {
  margin-bottom: 80px;
}

@media screen and (min-width: 1200px) {
  #companies
  .content-block.black,
  #companies
  .content-block.red,
  #companies
  .content-block.blue {
    margin-bottom: 16px;
  }
}

#companies
.title-header {
  height: 64px;
  display: flex;
  align-items: center;
  padding: 16px 24px;
  background-color: #ffffff;
  border-radius: 4px 4px 0 0;
}

#companies
.black
.title-header {
  border-bottom: 8px solid #000000;
}

#companies
.red
.title-header {
  border-bottom: 8px solid #9e2a2f;
}

#companies
.blue
.title-header {
  border-bottom: 8px solid #003a57;
}

#companies
.green
.title-header {
  border-bottom: 8px solid #6e9e2a;
}

#companies
.black
.title-header
.eagle:before {
  content: url("/images/icons/md-group-eagle-css-element-12px.svg");
  display: flex;
  align-items: center;
  padding-right: 24px;
}

#companies
.red
.title-header
.eagle:before {
  content: url("/images/icons/md-flugzeugbau-eagle-css-element-12px.svg");
  display: flex;
  align-items: center;
  padding-right: 24px;
}

#companies
.blue
.title-header
.eagle:before {
  content: url("/images/icons/md-composites-eagle-css-element-12px.svg");
  display: flex;
  align-items: center;
  padding-right: 24px;
}

#companies
.green
.title-header
.eagle:before {
  content: url("/images/icons/md-shoreliner-eagle-css-element-12px.svg");
  display: flex;
  align-items: center;
  padding-right: 24px;
}

#companies
.title-header
h3.md-title {
  font-family: 'eurostile-extended';
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 0;
  color: #000000;
}

#companies
.title-header
h3.md-title
span {
  font-family: 'eurostile-extended';
  font-weight: 400;
  font-size: 20px;
}

#companies
.image-text-block {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 0 0 4px 4px;
  background-color: #ffffff;
}

#companies
.image-text-block
.overlay {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 24px;
  border-radius: 0 0 4px 4px;
  background-image: url("/images/backgrounds/triangle-background-group-xs.svg");
}

#companies
.image-text-block
.text {
  color: #3f3f3f;
  font-family: "myriad-pro";
  font-size: 18px;
  font-weight: 600;
  border-radius: 4px;
  margin-bottom: 24px;
  line-height: 1.75;
}

#companies
.image-text-block
.text 
span.md-eurostile {
  font-family: 'eurostile-extended';
  font-weight: 400;
}

#companies
.image-text-block
.text 
.md-bold.md-eurostile {
  font-family: 'eurostile-extended';
  font-weight: 600;
}

#companies
.content-block
.button-text {
  width: 100%;
  height: 40px;
  color: #fff;
  font-size: 14px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.35);
  transition: ease all 0.3s;
}

#companies
.content-block.black
.button-text {
  background-color: #000000;
}

#companies
.content-block.red
.button-text {
  background-color: #9e2a2f;
}

#companies
.content-block.blue
.button-text {
  background-color: #003a57;
}

#companies
.content-block.green
.button-text {
  background-color: #6e9e2a;
}

#companies
.content-block
.button-text:hover {
  box-shadow: none;
}

#companies
.content-block
.md-button
.md-eurostile {
  font-family: 'eurostile-extended';
  font-weight: 400;
  padding-right: 16px;
  padding-bottom: 2px;
}

#companies
.content-block
.md-button
span.md-bold {
  font-family: 'eurostile-extended';
  font-weight: 600;
}

#companies
.content-block
.md-button
i {
  font-size: 16px;
}

#companies
.content-block
.buttons-social {
  display: flex;
  gap: 12px;
}

#companies
.content-block
.buttons-social
.social-single-btn {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  margin-top: 12px;
  padding: 12px;
  border-radius: 4px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.35);
  transition: ease all 0.3s;
}


#companies
.content-block
.buttons-social.w100
.social-single-btn {
  width: 100%;
}

#companies
.content-block
.buttons-social
.social-single-btn:hover {
  box-shadow: none;
}

#companies
.content-block
.buttons-social
.social-single-btn
i {
font-size: 20px;
}

#companies
.content-block.blue
.buttons-social
.social-single-btn {
  background-color: #003a57;
}

#companies
.content-block.red
.buttons-social
.social-single-btn {
  background-color: #9e2a2f;
}

#companies
.content-block.green
.buttons-social
.social-single-btn {
  background-color: #6e9e2a;
}


/* COMPANIES BLOCKS END */


/* INDUSTRY EXAMPLES START

#industry-examples
.content-wrapper {
  display: flex;
  width: 100%;
  flex-direction: column;
}

#industry-examples
.content-wrapper {
  background-color: #ffffff;
  width: 100%;
  border-radius: 4px;
}

#industry-examples
.content-wrapper
.title {
  background-color: #f1f1f1;
  margin: 24px 24px 8px;
  width: fit-content;
  padding: 4px 12px;
  border-radius: 4px;
  display: flex;
  align-items: center;
}

#industry-examples
.content-wrapper
.title
h4 {
  color: #444444;
  text-transform: uppercase;
  font-family: "eurostile";
  font-size: 32px;
  margin-bottom: 4px;
  font-weight: 600;
}

#industry-examples
.content-wrapper
.content-block
.examples-block {
  border-radius: 4px;
  background-color: #ffffff;
  margin: 16px;
  padding: 16px;
}

#industry-examples
.content-wrapper
.content-block
.examples-block
.list-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#industry-examples
.content-wrapper
.content-block
.examples-block
.list-item
.list-title {
  font-size: 20px;
  font-weight: 600;
  color: #888889;
  transition: ease all 0.3s;
}

#industry-examples
.content-wrapper
.content-block
.examples-block
.list-item:hover
.list-title {
  color: #000000;
}

#industry-examples
.content-wrapper
.content-block
.examples-block
.list-item
i {
  font-size: 16px;
  color: #888889;
  transition: ease all 0.3s;
}

#industry-examples
.content-wrapper
.content-block
.examples-block
.list-item:hover
i {
  color: #000000;
}

#industry-examples
.content-wrapper
.content-block
.examples-block
.divider {
  height: 1px;
  width: 100%;
  background-color: #dddddd;
  margin: 12px 0;
}

@media screen and (max-width: 991px) {
  #industry-examples
  .content-wrapper {
    display: flex;
    flex-direction: column;
  }

  #industry-examples
  .content-wrapper
  .title {
    margin: 24px;
  }

  #industry-examples
  .content-wrapper
  .title h4 {
    font-size: 24px;
  }

  #industry-examples
  .content-wrapper
  .examples-block {
    margin: 16px;
  }

  #industry-examples
  .content-wrapper
  .content-block
  .examples-block
  .list-item
  .list-title {
    font-size: 18px;
  }
}

@media screen and (max-width: 500px) {

  #industry-examples
  .content-wrapper
  .title {
    margin: 16px;
  }

  #industry-examples
  .content-wrapper
  .content-block
  .examples-block {
    margin: 16px;
    padding: 0;
  }
}

INDUSTRY EXAMPLES END */


/* CALL TO ACTION CONTACT BLOCK START */

#contact-block {
  border-radius: 8px 4px;
  background-color: #444444;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.15);
  color: #fff;
}

#contact-block
.container {
  padding: 0;
}

#contact-block 
.title-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #3F3F3F;
  height: 56px;
  border-radius: 4px 4px 0 0;
  border-bottom: 4px solid #D8D8D8;
}

#contact-block 
.title-heading
.contact-banner {
  padding: 16px;
}

@media screen and (max-width:991px) {
  #contact-block 
  .title-heading {
    height: 100%;
    padding: 16px 32px 16px 32px;
    flex-wrap: wrap;
    align-items: center;
  }

  #contact-block 
  .title-heading
  .contact-banner {
    padding: 0;
  }
}

@media screen and (max-width:460px) {
  #contact-block 
  .title-heading
  .contact-banner {
    padding-bottom: 12px;
  }

  #contact-block 
  .title-heading {
    padding: 24px 32px 16px 32px;
  }
}

#contact-block 
.title-heading
.contact-banner
span {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  font-family: "eurostile-extended";
  background-color: #888889;
  border-radius: 4px;
  padding: 2px 8px;
}

#contact-block 
.profile-img {
  z-index: 5;
}

@media screen and (max-width:991px) {
  #contact-block 
  .profile-img {
    padding-bottom: 0;
    width: 100%;
  }
}

#contact-block 
.profile-img
img {
  height: 100%;
  max-height: 330px;
  width: 100%;
  border-radius: 0 0 0 4px;
}

@media screen and (max-width:991px) {
  #contact-block 
  .profile-img
  img {
    object-fit: cover;
    border-radius: 0;
  }
}

#contact-block 
.content-wrapper {
  display: flex;
  align-items: center;
}

@media screen and (max-width:991px) {
  #contact-block 
  .content-wrapper {
    display: flex;
    flex-direction: column;
  }
}

@media screen and (min-width:992px) and (max-width:1199px) {

  #contact-block 
  .title-heading {
    height: 72px;
  }

  #contact-block 
  .content-wrapper {
    width: 100%;
    height: 100%;
  }

  #contact-block 
  .content-wrapper
  .profile-img {
    width: 100%;
    height: 100%;
  }

  #contact-block 
  .content-wrapper
  .profile-img
  img {
    object-fit: cover;
    max-height: 100%;
  }

  #contact-block 
  .contact-informations {
    display: flex;
    flex-direction: column;
  }
}

#contact-block 
.contact-informations {
  padding: 0 32px;
}

@media screen and (max-width:991px) {
  #contact-block 
  .contact-informations {
    display: flex;
    flex-direction: column;
    padding: 4px 12px 4px 0;
  }
}

@media screen and (max-width:991px) {
  #contact-block 
  .contact-informations
  a {
    padding: 4px 0;
  }
}

#contact-block 
.contact-informations
.phone-number {
  padding-right: 40px;
}

@media screen and (max-width:991px) {
  #contact-block 
  .contact-informations
  .phone-number {
    padding-right: 0;
  }
}

#contact-block 
.contact-informations
a {
  color: #fff;
  font-weight: 500;
}

#contact-block 
.contact-informations
i {
  padding-right: 8px;
}

#contact-block 
.personal-content {
  height: 100%;
  padding: 40px 32px 32px;
  background-image: url("/images/backgrounds/triangle-background-group-35-xs.svg");
}

#contact-block 
.personal-content
a {
  z-index: 10;
}

#contact-block 
.personal-content 
.name {
  font-size: 28px;
  font-family: "eurostile";
}

#contact-block 
.personal-content 
.description {
  line-height: 2;
}

#contact-block 
.personal-content
.button-wrapper {
  display: flex;
  justify-content: space-between;
  padding-top: 16px;
  flex-direction: column;
}

@media screen and (min-width:1200px) {
  #contact-block 
  .personal-content
  .button-wrapper {
    flex-direction: row;
  }
}

@media screen and (min-width:1200px) {
  #contact-block 
  .personal-content
  .button-wrapper
  .call-btn {
    margin-right: 16px;
  }
  
  #contact-block 
  .personal-content
  .button-wrapper
  .email-btn {
    margin-left: 16px;
  }
}

#contact-block 
.personal-content
.button-wrapper
.call-btn,
#contact-block 
.personal-content
.button-wrapper
.email-btn {
  height: 40px;
  border-radius: 4px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.85);
  transition: ease all 0.3s;
  background-color: #fff;
  color: #444444;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
}

#contact-block 
.personal-content
.button-wrapper
.call-btn:hover,
#contact-block 
.personal-content
.button-wrapper
.email-btn:hover {
  box-shadow: none;
}

#contact-block 
.personal-content
.button-wrapper
.call-btn
span,
#contact-block 
.personal-content
.button-wrapper
.email-btn
span {
  font-family: "eurostile";
}

@media screen and (max-width:1199px) {
  #contact-block 
  .personal-content
  .button-wrapper
  .call-btn,
  #contact-block 
  .personal-content
  .button-wrapper
  .email-btn {
    width: 100%;
  }
}

@media screen and (max-width:1199px) {
  #contact-block 
  .personal-content
  .button-wrapper
  .call-btn {
    margin-bottom: 16px;
  }
}

#contact-block 
.personal-content
.button-wrapper
.call-btn:hover,
#contact-block 
.personal-content
.button-wrapper
.email-btn:hover {
  box-shadow: none;
}

#contact-block 
.personal-content
.button-wrapper
.call-btn
i,
#contact-block 
.personal-content
.button-wrapper
.email-btn
i {
  color: #444444;
  padding-left: 12px;
}

#contact-block 
.personal-content
.button-wrapper
.phone-wrapper,
#contact-block 
.personal-content
.button-wrapper
.mail-wrapper {
  z-index: 10;
}

/* CALL TO ACTION CONTACT BLOCK END */


/* FOOTER START */

#sp-bottom
li.md-composites
a:before {
  content: url("/images/icons/md-composites-eagle-css-element-12px.svg");
  display: flex;
  align-items: center;
  padding-right: 12px;
}

#sp-bottom
li.md-flugzeugbau
a:before {
  content: url("/images/icons/md-flugzeugbau-eagle-css-element-12px.svg");
  display: flex;
  align-items: center;
  padding-right: 12px;
}

#sp-bottom
li.md-shoreliner
a:before {
  content: url("/images/icons/md-shoreliner-eagle-css-element-12px.svg");
  display: flex;
  align-items: center;
  padding-right: 12px;
}

#sp-bottom
#sp-bottom1
li
a {
  display: flex;
}

.body-wrapper
#sp-footer {
  background: #000000;
  height: 64px;
  color: #fff;
  font-size: 14px;
  display: flex;
  align-items: center;
}

#sp-footer
.container-inner {
  padding: 0;
  border-top: none;
}

@media screen and (max-width:480px) {
  .body-wrapper
  #sp-footer {
    height: 100%;
  }
}

.body-wrapper
#sp-footer 
.socket-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width:480px) {
  .body-wrapper
  #sp-footer 
  .socket-wrapper {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-start;
  }
}

@media screen and (max-width:480px) {
  .body-wrapper
  #sp-footer 
  .socket-wrapper
  div {
  padding: 8px 0;
  }
}

.body-wrapper
#sp-footer 
.socket-wrapper
a {
  color: #fff;
  font-weight: 600;
}

.body-wrapper
#sp-footer 
.socket-wrapper
.privacy {
  padding-left: 48px;
}

@media screen and (max-width:480px) {
  .body-wrapper
  #sp-footer 
  .socket-wrapper
  .privacy {
    padding-left: 12px;
  }
}

#sp-bottom {
  background: #f1f1f1;
  color: #ffffff;
  border-top: 3px solid #888889;
  padding-top: 80px;
  padding-bottom: 0;
}

#sp-bottom:before {
  content: "";
  display: flex;
  width: 3px;
  height: 20px;
  background-color: #000000;
  z-index: 2;
  border-radius: 4px;
  position: relative;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -91px;
}

#sp-bottom
.sppb-addon-text-block
.sppb-addon-content
ul
li:before {
  content: none;
}


#sp-bottom
h3 {
  background: linear-gradient(174deg, #888889 50%, #000000 50%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  font-family: 'eurostile' !important;
  font-size: 24px;
  font-weight: 600;
  max-width: fit-content;
  margin-bottom: 32px;
  line-height: inherit;
  text-transform: uppercase;
}

#sp-bottom
label {
  color: #000000;
  padding-bottom: 4px;
  font-size: 16px;
}

#sp-bottom
img {
  padding: 32px 48px 0 0;
}

@media screen and (max-width:480px) {
  #sp-bottom
  img {
    margin: 0 auto;
    padding: 64px 0 0;
  }
}

#sp-bottom
input[type=email]:focus {
  border-color: unset;
}

#sp-bottom
input[type=submit] {
  background-color: #000000;
  color: #ffffff;
  font-size: 16px;
  padding: 4px 16px;
  border-radius: 4px;
  margin-top: 16px;
  font-family: "myriad-pro";
  font-weight: 600;
  line-height: 2;
  border: none;
}


#sp-bottom
li
a {
  color: #444444;
}

#sp-bottom
li
a:hover,
#sp-bottom
li
a:active,
#sp-bottom
li
a:focus {
  color: #000000;
}

#sp-bottom
.address,
.address {
  color: #444444;
  font-size: 15px;
}

#sp-bottom
.address
h5,
.address
h5  {
  font-weight: 600;
}

#sp-bottom
.address
a,
.address
a {
  padding-left: 4px;
  font-weight: 500;
}

#sp-bottom
.address
ul
li:not(.no-align),
.address
ul
li:not(.no-align) {
  display: flex;
  align-items: center;
}

#sp-bottom
.address
ul
li.no-align,
.address
ul
li.no-align {
  display: flex;
}

#sp-bottom
.address
ul
li
i, 
.address
ul
li
i {
  padding-right: 8px;
  font-size: 16px;
}

#sp-bottom
.address
ul
li.no-align
i,
.address
ul
li.no-align
i {
  padding-top: 4px;
  padding-right: 12px;
}



/* FOOTER END */

form
.ba-form-page
input,
form
.ba-form-page
textarea {
  font-family: "eurostile" !important;
}


form
.ba-form-page
.ba-form-submit-title {
  font-family: "eurostile" !important;
  text-transform: uppercase;
}

form
.ba-form-page
.zmdi-airplane:before {
  content: url("/images/icons/forms-md-icon.svg");
}

form
.ba-form-page
.ba-form-submit-btn {
  border-radius: 4px !important;
  box-shadow: 0 2px 6px #00000050;
  transition: ease all 0.3s !important;
}

form
.ba-form-page
.ba-form-submit-btn:hover {
  box-shadow: none;
}

form
.ba-form-page {
  border-radius: 4px !important;
}

/* MD WEBPAGE END */


/* TWOCLICK STYLES START */

.custom-module
.custom-btn {
    display: block;
    margin: 0 auto;
    margin-top: 24px;
    padding: 8px 16px;
    transition: ease all 0.3s;
    max-width: fit-content;

    /* COMPANY STYLE START */
    background-color: #000000;
    border-radius: 0px;
    box-shadow: 0 2px 6px #00000035;
    color: #ffffff !important;
    font-family: 'Eurostile';
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    /* COMPANY STYLE END */
}

.custom-module
.custom-btn:hover {

        /* COMPANY STYLE START */
        background-color: #000000;
        box-shadow: none;
        color: #ffffff !important;
        /* COMPANY STYLE END */
}

.custom-module
.custom-disable-btn {
    margin: 0 auto;
    margin-top: 24px;
    padding: 8px 16px;
    transition: ease all 0.3s;
    max-width: fit-content;

    /* COMPANY STYLE START */
    background-color: #000000;
    border-radius: 0px;
    box-shadow: 0 2px 6px #00000035;
    color: #ffffff !important;
    font-family: 'Eurostile';
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    /* COMPANY STYLE END */
}

.custom-module
.custom-disable-btn:hover {

        /* COMPANY STYLE START */
        background-color: #000000;
        box-shadow: none;
        color: #ffffff !important;
        /* COMPANY STYLE END */
}

.custom-module.background-center
.ccctc {
    background-position: center;
    margin-bottom: 16px;
}

.custom-module.background-center
.ccctc {
    background-position: center;
    margin-bottom: 16px;
}

.custom-module
.tccontentbefore {
    padding: 0 16px;
}

@media screen and (max-width:480px) {
    .custom-module
    div.ccctc {
        background-size: cover !important;
        background-color: transparent !important;
    }
}

/* TWOCLICK STYLES END */

/* NEWSROOM START */

.sppb-addon-articles-carousel
.bx-controls-direction
.bx-prev,
.sppb-addon-articles-carousel
.bx-controls-direction
.bx-next {
  background: #000000;
  color: #ffffff;
  padding: 8px;
  min-width: 32px;
  min-height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sppb-addon-articles-carousel
.bx-controls-direction
.bx-next {
  left: 48px !important;
}

.sppb-addon-articles-carousel
.bx-pager
.bx-pager-item
.bx-pager-link {
  background: #cccccc;
  height: 6px !important;
}

.sppb-addon-articles-carousel
.bx-pager
.bx-pager-item
.bx-pager-link.active {
  background: #000000;
}

.sppb-articles-carousel-link {
  text-decoration: underline;
}

.sppb-articles-carousel-meta-category {
  background-color: #f1f1f1;
  padding: 2px 8px 4px;
  border-radius: 4px;
}

/* NEWSROOM START */