.elementor-602 .elementor-element.elementor-element-46e3512 > .elementor-background-overlay{background-image:url("https://www.2fox4.de/wp-content/uploads/2024/01/Wordpress-Service.jpg");opacity:1;mix-blend-mode:multiply;}.elementor-602 .elementor-element.elementor-element-46e3512 .elementor-background-overlay{filter:brightness( 65% ) contrast( 100% ) saturate( 88% ) blur( 0px ) hue-rotate( 0deg );}.elementor-602 .elementor-element.elementor-element-46e3512{margin-top:0px;margin-bottom:0px;padding:189px 189px 189px 189px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-602 .elementor-element.elementor-element-970ee28 > .elementor-widget-container{padding:0px 0px 0px 0px;}.elementor-602 .elementor-element.elementor-element-970ee28 .elementor-heading-title{color:#FFFFFF;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-602 .elementor-element.elementor-element-e1ecca0{color:#FFFFFF;}.elementor-widget-button .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-602 .elementor-element.elementor-element-67d49ff .elementor-button{background-color:var( --e-global-color-primary );}.elementor-602 .elementor-element.elementor-element-7fd4ee9{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-602 .elementor-element.elementor-element-7fd4ee9{--content-width:930px;}}/* Start custom CSS for heading, class: .elementor-element-970ee28 */@keyframes rainbowText {
  0% { background-position: 0 0; }
  100% { background-position: 100% 0; }
}

.rainbow-text {
  background: linear-gradient(45deg, red, orange, yellow, green, blue, indigo, violet);
  background-size: 200% auto;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  animation: rainbowText 5s linear infinite;
}/* End custom CSS */
/* Start custom CSS *//* Füge dieses CSS in Elementor > Site Settings > Custom CSS oder in deine stylesheet.css hinzu */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.col-md-6 {
    flex: 0 0 calc(50% - 30px);
    max-width: calc(50% - 30px);
    padding: 0 15px;
}

.section-title {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    color: #333;
    position: relative;
}

.section-title:after {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    background-color: #4a6fdc;
    margin: 15px auto 0;
}

.section-subtitle {
    text-align: center;
    font-size: 1.2rem;
    color: #666;
    margin-bottom: 3rem;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

/* Hero-Bereich */
.service-hero {
    background: linear-gradient(135deg, #2a4fa8 0%, #4a6fdc 100%);
    color: white;
    padding: 6rem 0;
    text-align: center;
    margin-bottom: 4rem;
    border-radius: 0 0 50% 50% / 12%;
}

.service-hero h1 {
    font-size: 3rem;
    margin-bottom: 1.5rem;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.hero-subtitle {
    font-size: 1.5rem;
    margin-bottom: 2rem;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    opacity: 0.9;
}

.hero-cta {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 2.5rem;
}

.btn {
    padding: 15px 30px;
    font-size: 1.1rem;
    font-weight: 600;
    text-decoration: none;
    border-radius: 50px;
    transition: all 0.3s ease;
}

.btn-primary {
    background-color: #ffffff;
    color: #2a4fa8;
}

.btn-primary:hover {
    background-color: #f0f0f0;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.btn-outline {
    background-color: transparent;
    color: #ffffff;
    border: 2px solid #ffffff;
}

.btn-outline:hover {
    background-color: rgba(255,255,255,0.1);
    transform: translateY(-3px);
}

/* Service-Bereiche */
.service-areas {
    padding: 5rem 0;
    background-color: #f7f9ff;
}

.service-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* Genau 2 Spalten pro Zeile */
    gap: 30px;
    margin-top: 3rem;
}

.service-card {
    background-color: #fff;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    height: 100%;
}

.service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background: linear-gradient(135deg, #2a4fa8 0%, #4a6fdc 100%);
}

.service-icon {
    width: 70px;
    height: 70px;
    background-color: rgba(74, 111, 220, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.service-icon i {
    font-size: 28px;
    color: #4a6fdc;
}

/* Rest deiner Stile *//* End custom CSS */