/* standard font */
@font-face {
  font-family: 'Univers';
  font-style: normal;
  font-weight: normal;
  src: local(''),
       url('../fonts/uvuc.woff2') format('woff2'), 
       url('../fonts/uvuc.woff') format('woff');
}

/* strong font */
@font-face {
  font-family: 'Univers B';
  font-style: normal;
  font-weight: normal;
  src: local(''),
       url('../fonts/uv75b.woff2') format('woff2'), 
       url('../fonts/uv75b.woff') format('woff');
}

/* open-sans-300 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local(''),
       url('../fonts/open-sans-v29-latin-300.woff2') format('woff2'), 
       url('../fonts/open-sans-v29-latin-300.woff') format('woff');
}

/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('../fonts/open-sans-v29-latin-regular.woff2') format('woff2'), 
       url('../fonts/open-sans-v29-latin-regular.woff') format('woff');
}

/* open-sans-500 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  src: local(''),
       url('../fonts/open-sans-v29-latin-500.woff2') format('woff2'), 
       url('../fonts/open-sans-v29-latin-500.woff') format('woff');
}

/* open-sans-600 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local(''),
       url('../fonts/open-sans-v29-latin-600.woff2') format('woff2'), 
       url('../fonts/open-sans-v29-latin-600.woff') format('woff');
}

/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local(''),
       url('../fonts/open-sans-v29-latin-700.woff2') format('woff2'), 
       url('../fonts/open-sans-v29-latin-700.woff') format('woff');
}

/* open-sans-800 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: local(''),
       url('../fonts/open-sans-v29-latin-800.woff2') format('woff2'), 
       url('../fonts/open-sans-v29-latin-800.woff') format('woff');
}

/* Font Awesome */
@font-face {
  font-family: 'Font Awesome';
  src: local(''),
       url('../fonts/fa-solid-900.woff2') format('woff2');
}


/***** Site Basics *****/

#section-id-23627e0e-c30b-4ffe-adfd-a9f6882bcf2c {
    display: flex;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    min-height: 100vh;
}

body, p, li {
    font-family: 'Univers', 'Open Sans', sans-serif;
    font-size: 18.6px; 
    font-weight: 400;
    line-height: 28px;
}

body, p {
    hyphens: auto;
}

body, li {
    hyphens: none !important;
}

@media (min-width: 768px) and (max-width: 1279px) {
  body, p, li {
    font-size: 18px; 
    line-height: 27px;
  }
}

@media (max-width: 768px) {
  #sp-main-body {
    padding: 0 0 30px 0;
  }
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: 'Univers B', 'Open Sans', sans-serif;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: uppercase;
    margin-bottom: 24px;
}

h1 {
    font-size: 3em;
}

#hl-title {
    z-index: 99;
    position: absolute;
    top: -440px;
    left: 0;
    color: #fff;
}

#hl-title h1 {
    margin-left: 25px;
    font-size: 4em;
    text-shadow: 1px 2px rgba(52,52,52,0.2);
}

@media (min-width: 992px) and (max-width: 1080px) {
  #hl-title {
    position: absolute;
    top: -340px;
    color: #fff;
  }
}

h2 {
    font-size: 2.5em;
}

h3 {
    font-size: 1.18em;
    margin-bottom: 30px;
}

@media (max-width: 991px) {
  #hl-title {
    position: relative;
    top: 8px;
    color: #555;
  }
  #hl-title h1 {
    font-size: 1.5em;
    text-shadow: none;
    margin-bottom: 20px;
    margin-left: 0;
  }
  h3 {
    font-size: 1.2em;
    margin-bottom: 28px;
  }
}

.supra {
  padding: 6px 12px;
  border-radius: 4px;
  /* display: inline-block; */
  background-color: rgba(243, 243, 243, 1.0);
}

body a {
    color: rgba(26, 85, 136, 1.0);
    font-weight: 600;
}
body a:hover {
    color: rgba(26, 85, 136, 0.75);
    font-weight: 600;
}
a.weblink {
    color: rgba(26, 85, 136, 1.0);
    font-weight: 600;
    border-bottom: 1px dotted rgba(26, 85, 136, 1.0);
}
a.weblink:hover {
    color: rgba(26, 85, 136, 0.75);
    border-bottom: none;
}

#sp-top-bar {
  display: none;
}

#sp-header { 
    box-shadow: 0px 0px 0px 0 rgba(0,0,0,0);
    /* box-shadow: 2px 1px 15px 0 rgba(52,52,52,.17); */
}

#sp-main-body {
    padding: 30px 0;
}

@media (max-width: 768px) {
  #sp-main-body {
    padding: 0 0 30px 0;
  }
}

@media (max-width: 991px) {
  .col-space {
    display: none;
  }
}


/***** Main Menu *****/

.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span { 
    /* padding: 0 13px 9px 16px; */
    color: #555555;
    font-family: 'Univers', 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.75px;

    background: linear-gradient(90deg, #555555) !important;
    background-clip: border-box !important;
    background-clip: text !important;

    transition: all 500ms ease;
}
.sp-megamenu-parent > li > a:hover, .sp-megamenu-parent > li:hover > span { 
    background: linear-gradient(90deg, red, orange, #ffcc00, green, blue, indigo, violet, red) !important;
    background-clip: border-box !important;
    background-clip: text !important;
    color: transparent !important;
    transition: all 500ms ease;
}
.sp-megamenu-parent > li.sp-has-child > a::after, .sp-megamenu-parent > li.sp-has-child > span::after {
    content: "";
}
.sp-menu-item.current-item.active a { 
font-size: 14px;
font-weight: 400 !important;
text-transform: uppercase;
letter-spacing: 0.75px;
}
.sp-megamenu-parent > li.active > a {
  background: linear-gradient(90deg, #8c8c8c) !important;
  background-clip: border-box !important;
  background-clip: text !important;
  color: transparent !important;
}


/***** mobile menu *****/

@media (max-width: 575px) {
  #sp-header, .logo {
    height: 80px;
  }
  #sp-logo {
    margin-top: 15px !important;
  }
}

#offcanvas-toggler.offcanvas-toggler-right {
  margin-left: 40px !important;
}

.burger-icon > span {
  background-color: #555555;
}

.offcanvas-overlay {
    background: rgba(0,0,0,0.5);
}

.fa-remove::before {
    content: "\f105";
}

.close-offcanvas {
    border: none;
    border-radius: 0;
    background-color: transparent;
    width: 40px;
    height: 40px;
    line-height: 24px;
    font-size: 24px;
    color: #fff;
    padding-top: 6px;
}
.close-offcanvas > .burger-icon > span {
    background-color: #ffffff;
}
.close-offcanvas:hover, .close-offcanvas:active {
    background-color: transparent;
    color: #ffffff;
}
body.ltr .close-offcanvas, .close-offcanvas {
  right: 0 !important;
  top: 10px !important;
}

.offcanvas-menu .offcanvas-inner .sp-module ul > li a {
  padding: 10px 40px 15px 20px !important;
}

.offcanvas-menu {
  background-color: #555555;
}

.offcanvas-menu .offcanvas-inner ul.menu li a, 
.offcanvas-menu .offcanvas-inner ul.menu li a:hover, 
.offcanvas-menu .offcanvas-inner ul.menu li.active a {
  color: #ffffff;
  font-weight: 600 !important;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.offcanvas-menu .offcanvas-inner ul.menu li a:focus {
  color: #f59b01; 
}

.offcanvas-menu .offcanvas-inner ul.menu > li > a {
  line-height: 21px !important;
  opacity: 0.9 !important;
}


/***** Start / SP Page Builder *****/

.heading-1 {
    margin: 0 0 7px 0;
    color: #fff;
    font-size: 36px;
    font-weight: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 36px;
    text-shadow: 1px 2px rgba(52,52,52,0.2);
}
.heading-2 {
    margin: 0 0 18px;
    color: #fff;
    font-size: 36px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 40px;
    text-shadow: 1px 2px rgba(52,52,52,0.2);
}
.heading-3 {
    margin: 0 0 7px;
    color: #a6e633;
    font-size: 2em;
    font-weight: 800;
    letter-spacing: 0em;
    word-spacing: 0.18em;
    line-height: 1.2em;
    text-shadow: 1px 2px rgba(52,52,52,0.2);
}

.sppb-title-subheading {
  color: #fff;
}

.sppb-addon-single-image-container a img {
    -webkit-filter: grayscale(0); 
    filter: grayscale(0);
    transition: all 700ms ease;
}
.sppb-addon-single-image-container a img:hover {
    opacity: 0.5;
    -webkit-filter: grayscale(100%); 
    filter: grayscale(100%);
    transition: all 700ms ease;
}

.sppb-addon-title {
    line-height: 120% !important;
    font-size: 1.7em !important;
    /* text-shadow: 1px 2px rgba(52,52,52,0.2); */
}
.sppb-addon-text {
    color: #b4b5ba;
    line-height: 22px;
}
.sppb-feature-box-title {
    margin-bottom: 16px;
}

@media (max-width: 991px) {
  .heading-2 {
    margin: -12px 0 18px 0;
    color: #a6e633;
    font-size: 23px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: none;
    line-height: 29px;
    /* text-shadow: 1px 2px rgba(52,52,52,0.2); */
  }
  .sppb-addon-title {
    line-height: 120% !important;
    font-size: 1.24em !important;
    letter-spacing: 0;
    /* text-shadow: 1px 2px rgba(52,52,52,0.2); */
  }
}

@media (min-width: 992px) and (max-width: 1439px) {
  .heading-2 {
    margin: -12px 0 18px 0;
    color: #a6e633;
    font-size: 36px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: none;
    line-height: 29px;
    /* text-shadow: 1px 2px rgba(52,52,52,0.2); */
  }
  .sppb-addon-title {
    line-height: 100% !important;
    font-size: 3.4em !important;
    letter-spacing: 0;
    /* text-shadow: 1px 2px rgba(52,52,52,0.2); */
  }
}

.sppb-btn-lg {
  margin: 20px 0 30px 0;
  font-size: 20px;
}
.btn-primary, .sppb-btn-primary {
  border-radius: 4px !important;
  font-weight: 600;
  /* text-transform: uppercase;
  letter-spacing: 1px; */
  border-color: rgba(0, 0, 0, 0.0);
  background-color: rgba(0, 0, 0, 0.15);
}

.btn-primary:hover, .sppb-btn-primary:hover {
  border-color: rgba(0, 0, 0, 0.0);
  background-color: rgba(0, 0, 0, 0.06);
  color: #ffffff;
}

.sppb-btn:focus, .sppb-btn-default:focus {
  color: #ffffff !important;
  box-shadow: none !important;
}

.btn-color-1 {
  background-color: rgba(87, 95, 194, 1.0);
}
.btn-color-1:hover {
  background-color: rgba(87, 95, 194, 0.75);
}
.btn-color-2 {
  background-color: rgba(245, 155, 1, 1.0);
}
.btn-color-2:hover {
  background-color: rgba(245, 155, 1, 0.75);
}
.btn-color-3 {
  background-color: rgba(111, 165, 24, 1.0);
}
.btn-color-3:hover {
  background-color: rgba(111, 165, 24, 0.75);
}


/***** Buttons Kontakt *****/

#sppb-addon-0ecd8ab5-fd0a-401f-8f5b-b571e2d07187 .sppb-btn-primary, 
#sppb-addon-f09ee9b0-d583-4e6e-85e4-bd871e1451d0 .sppb-btn-primary {
  border-color: rgba(255, 255, 255, 0.0);
  /* background-color: rgba(255, 255, 255, 0.2); */
  background-color: rgba(32, 81, 142, 1.0);
}
#sppb-addon-0ecd8ab5-fd0a-401f-8f5b-b571e2d07187 .sppb-btn-primary:hover, 
#sppb-addon-f09ee9b0-d583-4e6e-85e4-bd871e1451d0 .sppb-btn-primary:hover {
  border-color: rgba(255, 255, 255, 0.0);
  /* background-color: rgba(255, 255, 255, 0.32); */
  background-color: rgba(28, 123, 193, 1.0);
}

#sppb-addon-f09ee9b0-d583-4e6e-85e4-bd871e1451d0 .heading-3 {
  font-size: 1.4em;
}

.sppb-btn-cont {
  margin: 20px 0 10px 0;
  padding: 18px 22px !important;
  font-weight: 400 !important;
  font-size: 20px;
  background-color: rgba(0, 0, 0, 0.2);
}
.sppb-btn-cont:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

/* Titelbild mobile only */
#section-id-1612699399584 > .sppb-row-container, 
#section-id-1612699399584 > .sppb-row-container > .sppb-row > .sppb-col-md-12 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}


/***** Page Title *****/

.sp-page-title .container {
  padding-left: 12px;
}


/***** Bottom, Footer, BackToTop *****/

#sp-bottom {
    padding: 0;
    height: 5px;
    background: url("../../../images/colors_spectrum.png") no-repeat center;
    background-size: 100%;
    background-position: 0 0;
}

#sp-footer {
    background-color: #555555;
    font-size: 14px;
}

#sp-footer .container-inner {
    padding: 28px 0 25px 0;
    border-top: none;
}

#sp-footer a {
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

@media (max-width: 768px) {
  #sp-footer {
    text-align: center;
    font-size: 13px;
  }
  #sp-footer a {
    letter-spacing: 0;
  }
}

.sp-scroll-up {
    bottom: 22px;
    right: 40px;
    border: none;
    background-color: rgba(0, 0, 0, 0.2);
}
.sp-scroll-up:hover {
    background-color: #f59b01 !important;
}
.sp-scroll-up::before {
    color: #fff;
}

@media (max-width: 768px) {
  .sp-scroll-up {
    bottom: 54px;
    right: 15px;
  }
  .sp-scroll-up:hover, .sp-scroll-up:active {
    background-color: rgba(255, 255, 255, 0.2);
  }
}


/*****************/

#column-wrap-id-3dc072b3-7f87-4f2e-871c-10ddde827b50.sppb-row-column, 
#column-wrap-id-ad5123c0-bb2a-4329-b042-5ed5b9523d50.sppb-row-column, 
#column-wrap-id-5f4c119f-5190-4224-bc78-c6cfac20162f.sppb-row-column, 
#column-wrap-id-676d54c3-dc8f-40d7-b552-6a16bd54bb4c.sppb-row-column, 
#column-wrap-id-622fbbf2-71c3-44a3-8d4e-3ef18c6d07b7.sppb-row-column, 
#column-wrap-id-0173f93b-a886-4486-a691-7dde48d6f46d.sppb-row-column, 
#column-wrap-id-fc57f706-4c7a-43ff-b474-4dfa0fff3066.sppb-row-column, 
#column-wrap-id-11fedd25-5528-4faf-bd28-5e66378cb351.sppb-row-column 
 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}


/***** Feature Images & Video *****/

#headermedia {
  padding-top: 286px;
  padding-right: 0px;
  padding-bottom: 286px;
  padding-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 60px;
  margin-left: 0px;
}
@media (max-width: 449px) {
  #headermedia {
    margin-top: -5px;
    margin-bottom: 15px;
    padding-top: 160px !important;
    padding-bottom: 0px !important;
  }
}

@media (min-width: 450px) and (max-width: 659px) {
  #headermedia {
    margin-top: -5px;
    margin-bottom: 15px;
    padding-top: 220px !important;
    padding-bottom: 0px !important;
  }
}

@media (min-width: 660px) and (max-width: 799px) {
  #headermedia {
    margin-top: -5px;
    margin-bottom: 15px;
    padding-top: 300px !important;
    padding-bottom: 0px !important;
  }
}

@media (min-width: 800px) and (max-width: 1080px) {
  #headermedia {
    margin-top: -5px;
    margin-bottom: 15px;
    padding-top: 400px !important;
    padding-bottom: 0px !important;
  }
}


/***** Über uns *****/

.itemid-141 .sppb-btn-lg {
  margin: 50px 0 10px 0;
}
.sppb-btn-lg {
  padding: 9px 18px 8px 16px;
  font-size: 19px;
  line-height: 1.5;
}
.sppb-btn-primary {
  color: #fff;
}
.sppb-btn {
  display: inline-block;
  text-align: center;
  white-space: pre-line;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  transition: all .15s ease-in-out;
  cursor: pointer;
}

@media (min-width: 991px) {
  .itemid-141 p.text-right {
    padding-left: 45px;
  }
  .itemid-141 p.text-left {
    padding-right: 45px;
  }
}


/***** Leistungen *****/


/***** Referenzen *****/


/***** Partner *****/

.itemid-139 li::marker {
  color: transparent;
}
.itemid-139 .contxt ul li {
  margin-left: -15px;
}
.itemid-139 .contxt ul li.linked::before {
  margin-right: 8px;
  font-family: 'Font Awesome';
  content: "\f061";
  color: rgba(26, 85, 136, 1.0);
}
.itemid-139 .contxt ul li.nolink::before {
  margin-right: 12px;
  margin-left: 5px;
  content: "•";
  color: rgba(85, 85, 85, 1.0);
}


/***** Kontakt *****/

.contxt ul {
    padding-left: 15px;
    list-style-type: square;
}
.contxt ul li {
    padding-bottom: 22px;
}

@media (max-width: 991px) {
  .itemid-138 .col-lg-2 {
    display: none;
  }
  li { 
    font-size: 18px;
    line-height: 26px;
    padding-bottom: 7px;
  }
}


/***** Impressum & Datenschutz *****/

.data h4 {
    margin-top: 40px;
    margin-bottom: 20px;
    font-family: 'Univers', 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 1.12em;
}

.itemid-142 a:hover, .itemid-143 a:hover, .data a:hover, 
.itemid-142 a:active, .itemid-143 a:active, .data a:active, 
.itemid-142 a:focus, .itemid-143 a:focus, .data a:focus {
    color: #848484;
}

a.sp-scroll-up:hover {
    color: #ffffff !important;
}


/***** Testimonial *****/

#sppb-carousel1 {
  height: 260px;
}
.sppb-carousel-inner > .sppb-item {
  padding: 30px 60px !important;
}
.sppb-carousel-text h2 {
  display: none;
}
.sppb-carousel-text p {
  line-height: 24px;
}
.sppb-carousel-arrow {
  display: none;
}
.sppb-carousel-indicators {
  display: none;
}

@media (max-width: 991px) {
  #sppb-carousel1 {
    height: 320px;
  }
  .sppb-carousel-inner > .sppb-item {
    padding: 20px 20px !important;
  }
}


/***** Instagram Button *****/

@media (min-width: 576px) {
  #section-id-6173c547-e6a8-42a6-a828-522f2e814fdb .sppb-btn-lg {
    font-size: 32px !important;
  }
}

.insta-link {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  transition: all 700ms ease;
}
.insta-link:hover {
    opacity: 0.5;
    -webkit-filter: grayscale(100%); 
    filter: grayscale(100%);
    transition: all 700ms ease;
}
