/* Startseite Header Hintergrund Menu */

.sp-megamenu-parent >li >a {
    font-size: 16px;
    font-weight: 400;
}

.ueberschrift {
    width: 200px;
    height: 650px;
    margin-right: auto;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.2) 25%, rgba(255,255,255,0.2) 75%, rgba(255,255,255,0.19) 76%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0.2) 25%,rgba(255,255,255,0.2) 75%,rgba(255,255,255,0.19) 76%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0.2) 25%,rgba(255,255,255,0.2) 75%,rgba(255,255,255,0.19) 76%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
    padding: 100px 20px 100px 20px;
    color: #fbe66e;
    line-height: 1.7;
    font-size: 18pt;
}

/*Tab Leistungen*/
.sppb-fade {
opacity:1!important;
}

.sppb-nav > li > a {
    padding: 0px 0px 20px 0px;
}

img {
    max-width: 284px !important;
    max-height: 284px;
}
/*Content Container*/
section.sppb-section.adcbg-1 {
    margin: 0px 0px 0px 0px;
    padding: 50px 0px 50px 0px;
    background-color: #ffffff;
}

section.sppb-section.adcbg-2 {
    margin: 0px 0px 0px 0px;
    padding: 50px 0px 50px 0px;
    background-color: #f8f8f8;
}

section.sppb-section.adcbg-map {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    background-color: #ffffff;
}

section.sppb-section.adcbg-preise {
    margin: 0px 0px 0px 0px;
    padding: 50px 0px 20px 0px;
    background-color: #f8f8f8;
}

div#preise{
    margin: 0px 0px 0px 0px;
    padding: 50px 40px 20px 20px;
    background-color: #f8f8f8;
}

section.sppb-section.adcbg-button {
    margin: 0px 0px 0px 0px;
    padding: 10px 0px 50px 0px;
    background-color: #f8f8f8;
}

#sp-page-builder .page-content .sppb-section {
    margin-top: 0px;
}
/*Menü*/

#sp-header {
    background: #ffffff;
    /*position: absolute;*/
    width: 100%;
    height: 90px;
    left: 0px;
    top: 0px;
    z-index: 9999;
    box-shadow: 0 3px 3px rgba(0,0,0,0.05);
}

/*Preise*/

#preismodul {
    -webkit-box-shadow: 0 0 3px 3px rgba(0,0,0,0.05);
    box-shadow: 0 0 3px 3px rgba(0,0,0,0.05);
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}

#preismodul:hover {
    -webkit-box-shadow: 0 0 3px 3px rgba(0,0,0,0.25);
    box-shadow: 0 0 3px 3px rgba(0,0,0,0.25);
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}

#preismodul:hover li.preis_betrag {
    background: #fbe66e;
    background: -moz-linear-gradient(-45deg, #fbe66e 0%, #f9f5de 100%);
    background: -webkit-linear-gradient(-45deg, #fbe66e 0%,#f9f5de 100%);
    background: linear-gradient(135deg, #fbe66e 0%,#f9f5de 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbe66e', endColorstr='#f9f5de',GradientType=1 );
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}

ul.preis_modul {
    border: 1px solid #dadada;
    padding: 0;
    margin: 0;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

li.preis_header {
    border-bottom: 1px solid #dadada;
    list-style-type: none;
    background: #ffffff;
    padding: 10px;
    text-align: center;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    height: 60px;
}

li.preis_betrag {
    list-style-type: none;
    padding: 10px;
    text-align: center;
    border-bottom: 1px solid #dadada;
    background: #f8f8f8;
    height: 100px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}

li.preis_features {
    list-style-type: none;
}

ul.preis_features_in {
    background: #ffffff;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    margin: 0;
    list-style-type: disc;
    line-height: 2;
    min-height: 270px;
    max-height: 500px;
}

li.preis_zusatz {
    background: #f8f8f8;
    padding: 10px;
    list-style-type: none;
    text-align: center;
    min-height: 70px;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

/*Beitrag Überschrift*/
.page-header {
    display: none;
    visibility: hidden;
}

/*Button*/
.btn {
  -webkit-border-radius: 4;
  -moz-border-radius: 4;
  border-radius: 4px;
  color: #333333;
  font-size: 18px;
  line-height: 1.33;
  width: 100%;
  display: block;
  background-color: #dba901;
  background: #fbe66e;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
}

.btn:hover {
  background: #fae150;
  text-decoration: none;
}

a.jcepopup span.jcemediabox-zoom-link, a.jcepopup span.jcemediabox-zoom-link.icon-right, a.jcepopup span.jcemediabox-zoom-link.zoom-right {
background: none
}

/*Social Icons*/
.helix-social-share-icon {
    display: none;
    visibility: hidden;
}
p.chrono_credits {
    display: none;
    visibility: hidden;
}

/* open-sans-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('/adc/templates/shaper_helix3/fonts/open-sans-v35-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-300italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  src: url('/adc/templates/shaper_helix3/fonts/open-sans-v35-latin-300italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('/adc/templates/shaper_helix3/fonts/open-sans-v35-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: url('/adc/templates/shaper_helix3/fonts/open-sans-v35-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  src: url('/adc/templates/shaper_helix3/fonts/open-sans-v35-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-500italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 500;
  src: url('/adc/templates/shaper_helix3/fonts/open-sans-v35-latin-500italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('/adc/templates/shaper_helix3/fonts/open-sans-v35-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-600italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  src: url('/adc/templates/shaper_helix3/fonts/open-sans-v35-latin-600italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('/adc/templates/shaper_helix3/fonts/open-sans-v35-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-700italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: url('/adc/templates/shaper_helix3/fonts/open-sans-v35-latin-700italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: url('/adc/templates/shaper_helix3/fonts/open-sans-v35-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-800italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 800;
  src: url('/adc/templates/shaper_helix3/fonts/open-sans-v35-latin-800italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}