.elementor-kit-11{--e-global-color-primary:#1D3169;--e-global-color-secondary:#F5F0E6;--e-global-color-text:#000000;--e-global-color-accent:#E7EDF9;--e-global-color-aa3c52b:#FFFFFF;--e-global-color-9a11202:#E52421;--e-global-color-64c0004:#A81A18;--e-global-typography-primary-font-family:"Roboto Slab";--e-global-typography-primary-font-size:40px;font-weight:600;--e-global-typography-primary-line-height:48px;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-size:25px;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-size:20px;--e-global-typography-text-font-weight:300;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-11 e-page-transition{background-color:#FFBC7D;}.elementor-kit-11 a{color:var( --e-global-color-9a11202 );font-weight:600;}.elementor-kit-11 a:hover{color:var( --e-global-color-64c0004 );}.elementor-kit-11 h1{font-family:"Roboto Slab", Sans-serif;}.elementor-kit-11 h2{color:var( --e-global-color-primary );font-family:"Roboto Slab", Sans-serif;}.elementor-kit-11 h3{color:var( --e-global-color-primary );font-family:"Roboto Slab", Sans-serif;}.elementor-kit-11 h4{color:var( --e-global-color-text );font-family:"Roboto Slab", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-11{--e-global-typography-primary-font-size:38px;--e-global-typography-secondary-font-size:20px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//*Button 1 Hintergrund*/
.button1 {
    background-image: url('https://emsdiek.de/wp-content/uploads/2025/07/Button-1.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    padding: 15px 30px;
    color: white;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
    font-weight: bold;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.button1:hover {
    transform: scale(1.05);
}

/*Button 2 Hintergrund*/
.button2 {
    background-image: url('https://emsdiek.de/wp-content/uploads/2025/07/Button-2.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    padding: 15px 30px;
    color: white;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
    font-weight: bold;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.button2:hover {
    transform: scale(1.05);
}

/*Button 3 Hintergrund*/
.button3 {
    background-image: url('https://emsdiek.de/wp-content/uploads/2025/07/Button-3.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    padding: 15px 30px;
    color: white;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
    font-weight: bold;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.button3:hover {
    transform: scale(1.05);
}

/*Hintergrund*/
.bg {
    background-image: url('https://emsdiek.de/wp-content/uploads/2025/09/CTA-crisp-dunkel2-scaled.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    image-rendering: pixelated;
    image-rendering: high-quality;
    -ms-interpolation-mode: bicubic;
    backface-visibility: hidden;
    transform: translateZ(0);
}

/*Google Captcha verstecken*/
.grecaptcha-badge { 
    visibility: hidden;
}

/*Outline Ausklappbutton verstecken*/
.klappbutton a, 
.klappbutton i, 
.klappbutton svg,
.klappbutton:focus,
.klappbutton *:focus {
    outline: none !important;
    box-shadow: none !important;
    -webkit-tap-highlight-color: transparent; /* Entfernt den blauen "Tap-Flash" auf Android/iOS */
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Roboto Slab';
	font-display: auto;
	src: url('https://emsdiek.de/wp-content/uploads/2025/07/RobotoSlab-VariableFont_wght.ttf') format('truetype');
}
/* End Custom Fonts CSS */