/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 20 2025 | 11:23:34 */
/* CSS Code hier einfügen.

Zum Beispiel:
.example {
    color: red;
}

Um dein CSS-Wissen zu prüfen, teste es hier http://www.w3schools.com/css/css_syntax.asp

Kommentarende*/ 

/* GENERAL */


@font-face {
    font-family: "Interstate Thin";
    src: url("../../../assets/fonts/Interstate/InterstateThin.ttf") format("truetype");
    font-display: swap !important;
}

@font-face {
    font-family: "Interstate Bold";
    src: url("../../../assets/fonts/Interstate/InterstateBold.ttf") format("truetype");
    font-display: swap !important;
}

@font-face {
    font-family: "Interstate Light";
    src: url("../../../assets/fonts/Interstate/InterstateLight.ttf") format("truetype");
    font-display: swap !important;
}

@font-face {
    font-family: "Interstate Regular";
    src: url("../../../assets/fonts/Interstate/InterstateRegular.ttf") format("truetype");
    font-display: swap !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Interstate Light' !important;
}

h1 b, h2 b, h3 b, h4 b, h5 b, h6 b,
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
    font-family: 'Interstate Bold' !important;
}

h1 {
    font-size: 2.75rem;
}

h2 {
    font-size: 2.5rem;
}

h3 {
    font-size: 2.25rem;
}

h4 {
    font-size: 2rem;
}

h2 span,h3 span, h4 span {
    font-weight: 700;
}

p {
    margin-bottom: 0;
}

html,html body, html p, html span, html li {
    font-family: 'Interstate Light';
}

footer span,
footer li,
footer a {
    font-family: 'Interstate Light' !important;
}

/* // GENERAL */



/* HEADER */

.ast-builder-menu-1 .menu-item > .menu-link:nth-child(4) a,
li#menu-item-2225 a {
    font-family: 'Interstate Bold' !important;
}

html .header-buttons.header-buttons-mobile li:last-child img {
  display: block !important;
  width: 10rem;
  margin-top: 3rem;
}

/* // HEADER */



/* -------------- */


/* MOBILE */

#ast-mobile-header .ast-builder-grid-row>.site-header-section:last-child {
    justify-content: right;
}

/* // MOBILE */


/* STARTPAGE */


.home .eael-adv-accordion .eael-accordion-list .eael-accordion-content {
    border: none;
}


.home .eael-adv-accordion .eael-accordion-list .eael-accordion-header.active .eael-accordion-tab-title {
    color: #555;
}


.home .elementor-tab-title.eael-accordion-header:hover,
.home .elementor-tab-title.eael-accordion-header.active {
     background: #006EAB !important;
}


.home .elementor-tab-title.eael-accordion-header:hover svg,
.home .elementor-tab-title.eael-accordion-header.active svg {
     background: transparent !important;
     fill: #fff !important;
     border-color: #fff !important;
}

.eael-adv-accordion .eael-accordion-list .eael-accordion-content {
    box-shadow:none !important;
    padding: 2rem;
}

.services-list-block ul li,
.services-list-block-menu ul li {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    color: #fff;
    text-transform: uppercase;
    margin-right: 1rem !important;
    flex: 1;
}


.services-list-block ul li span,
.services-list-block-menu ul li span {
    font-weight: 700 !important;
    font-family: 'Montserrat' !important;
}

.services-list-block ul li:first-child,
.services-list-block-menu ul li:first-child {
    list-style: none;
}

.services-list-block .elementor-widget-icon-list,
.services-list-block-menu .elementor-widget-icon-list {
    width: 100%;
}

.startseite-benefits-block li.elementor-icon-list-item {
    display: inline-flex !important;
    flex: 0 0 50% !important;
    max-width: 50%;
    width: 48%;
    margin-right: 1%;
}

.startseite-benefits-three-columns-block li.elementor-icon-list-item {
    flex: 0 0 32% !important;
    max-width: 32%;
    width: 32%;
}

.startseite-benefits-block h2 {
    line-height: 3rem !important;
    font-size: 2.75rem !important;
    font-weight: 600 !important;
    padding: 1.5rem;
    font-family: 'Montserrat' !important;
}

.n2-ss-slider .n2-ss-item-content.n2-ss-text span {
    font-weight: 700;
}


.elementor-8 .elementor-element.elementor-element-a3ff61e {
    padding: 0;
}

/* // STARTPAGE */


/* CONTACT */

#ueber-uns > .e-con-inner {
    flex-wrap: wrap;
}


#ueber-uns > .e-con-inner > .e-child {
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 1rem;
    justify-content: center;
}

#ueber-uns > .e-con-inner > .e-child  > .elementor-element {
    padding: 0;
    row-gap: 0;
}

#ueber-uns > .e-con-inner > .e-child.headline-100  > .elementor-element.elementor-widget-heading {
    width: 100%;
}


/* // CONTACT */

/** CF-7 Contact form **/

.mp-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.container-50 {
    flex: 0 0 50%;
    max-width: 50%;
}

.cf-field {
    min-height: 5rem;
}

.container-50:first-child {
    padding-right: 1rem;
}

.container-50 span.wpcf7-list-item.first.last {
    margin: 0;
}

.container-50 span.wpcf7-list-item-label {
   font-weight: 700;
}

.container-50:nth-child(2) {
    padding-left: 1rem;
}

.container-100 {
    flex: 0 0 100%;
    max-width: 100%;
}

.container-100 p input[type="submit"] {
    color: #fff;
    background: #233250 !important;
    float: right;
    padding: .75rem 4rem;
    font-size: 1rem;
    margin-top: 1rem;
}


/** // CF-7 Contact Form +*/

/* Canvas */

.page .site-content > .ast-container {
    max-width: 100%;
    padding: 0;
}

.table-area > .e-con-inner {
    display: flex;
    flex-direction: row !important;
    flex-wrap: wrap !important;
}


html .table-vertical thead {
    display: none;
}

html .table-vertical tr td:first-child {
    background: #AB8400 !important;
    padding: 0.75rem 2rem !important;
    border-color: #AB8400 !important;
}

html .table-vertical tr td:last-child {
    padding: .75rem 1rem 0.75rem 1rem !important;
}


html .table-vertical tr td:first-child span {
    color: #fff !important;
}


html body .elementor-element.table-vertical .wpr-table-container table tr.wpr-odd td:first-child .wpr-td-content-wrapper span {
    color: #fff !important;
}


.wpr-table-inner-container {
    border-radius: 1rem !important;
}

span.elementor-icon-list-text {
    font-family: Interstate Light !important;
}

/* // Canvas */


/* FOOTER */

.elementor-42 .elementor-element.elementor-element-da02755:not(.elementor-motion-effects-element-type-background), .elementor-42 .elementor-element.elementor-element-da02755 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
    background-color: #4E4E4E;
   /*  background-image: url(https://ffe.zplusm-staging.de/wp-content/uploads/2025/11/Dot_sprechblase_weiss_neu-1.svg); */
    background-position: 60vw 3vw;
    background-repeat: no-repeat;
    background-size: 28vw;
}

footer#colophon {
    background: #4E4E4E;
}

.footer-logo img {
  width: 400px !important;
  max-width: 100%;
}

/* // FOOTER */


