.elementor-kit-5{--e-global-color-primary:#FAB200;--e-global-color-secondary:#FFD700;--e-global-color-text:#32302E;--e-global-color-accent:#CA080C;--e-global-color-caba9a1:#737373;--e-global-color-6096881:#F2F4F8;--e-global-color-952d231:#E7E7E7;--e-global-color-0aaf665:#1C2126;--e-global-typography-primary-font-family:"Muli";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Muli";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Muli";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Muli";--e-global-typography-accent-font-weight:400;font-family:"Muli", Sans-serif;}.elementor-kit-5 a{color:var( --e-global-color-text );}.elementor-kit-5 a:hover{text-decoration:underline;}.elementor-kit-5 h1{color:var( --e-global-color-text );font-family:"Muli", Sans-serif;font-size:40px;font-weight:700;line-height:50px;letter-spacing:0px;}.elementor-kit-5 h2{color:var( --e-global-color-text );font-family:"Muli", Sans-serif;font-size:24px;font-weight:700;line-height:35px;}.elementor-kit-5 h3{color:var( --e-global-color-text );font-family:"Muli", Sans-serif;font-size:24px;font-weight:600;line-height:35px;}.elementor-kit-5 h4{color:var( --e-global-color-text );}.elementor-kit-5 button,.elementor-kit-5 input[type="button"],.elementor-kit-5 input[type="submit"],.elementor-kit-5 .elementor-button{font-family:"Muli", Sans-serif;font-weight:700;text-transform:uppercase;text-decoration:none;letter-spacing:2px;color:#FFFFFF;background-color:var( --e-global-color-primary );border-radius:24px 24px 24px 24px;}.elementor-kit-5 input:not([type="button"]):not([type="submit"]),.elementor-kit-5 textarea,.elementor-kit-5 .elementor-field-textual{font-weight:600;color:var( --e-global-color-0aaf665 );background-color:var( --e-global-color-6096881 );border-radius:16px 16px 16px 16px;padding:14px 16px 14px 16px;}.elementor-kit-5 input:focus:not([type="button"]):not([type="submit"]),.elementor-kit-5 textarea:focus,.elementor-kit-5 .elementor-field-textual:focus{color:var( --e-global-color-0aaf665 );background-color:var( --e-global-color-6096881 );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:960px;}.e-con{--container-max-width:960px;}.elementor-widget:not(:last-child){margin-block-end:0px;}.elementor-element{--widgets-spacing:0px 0px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}@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-5 h1{font-size:30px;}.elementor-kit-5 h2{font-size:24px;}.elementor-kit-5 h3{font-size:24px;}.elementor-kit-5 button,.elementor-kit-5 input[type="button"],.elementor-kit-5 input[type="submit"],.elementor-kit-5 .elementor-button{font-size:14px;line-height:18px;padding:16px 14px 14px 14px;}.elementor-kit-5 input:not([type="button"]):not([type="submit"]),.elementor-kit-5 textarea,.elementor-kit-5 .elementor-field-textual{font-size:16px;line-height:20px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* HEADER */

@media screen and (max-width: 767px) {
    .header-section {
        min-height: 100vh;
    }
    
    .header-title-section>.elementor-container {
        height: 100vh;
    }
    
    .header-section > .elementor-background-overlay {
        /*background-image: url(http://devkasserver.com/wp-content/uploads/2021/02/2021_02_02_Hero_photo_mobile.jpg) !important;*/
    }
    
    .header-flag {
        display :none;
    }
    .elementor-kit-5 h1 {
    margin-top: 20px;
}
}

/* END HEADER */

.content-section {
    box-sizing: border-box;
    padding: 60px 0;
}

.content-section-gray {
        
    background-color: #E7E7E7;
}

.section-header h1 {
    margin-bottom: 80px;
    position: relative;

}

.section-header h1::after {
    content: '';
    width: 57px;
    height: 6px;
    background-color: #FAB200;
    position: absolute;
    bottom: -40px;
    left: 50%;
    margin-left: -28px;
}

@media screen and (max-width: 767px) {
    .content-section {
        padding: 47px 21px;
    }
    .section-header h1 {
        margin-bottom: 66px;
    }
    .section-header h1::after {
        bottom: -33px;
    }
}

/* FORMS */

.elementor-field-textual::placeholder {
    color: #1C2126 !important;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    opacity: 1;
    border: none;
}

.elementor-field-group .elementor-field-textual:focus {
    box-shadow: none;
}

.elementor-field-group .elementor-field-textual {
    border: none;
}

input[type="submit"], input[type="button"], input[type="reset"] {
    border: none;
}

.form-row:not(:last-child) {
    margin-bottom: 16px;
}

.form-row.two-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 22px;
}

@media screen and (max-width: 767px) {
    .form-row.two-columns {
        grid-template-columns: 1fr;
        grid-row-gap: 16px;
    }
}


/* BUTTONS */

.button-only-text .elementor-button {
    min-width: 264px;
}

.button-align-center {
    text-align: center;
}

.contact-form-submit {
    margin-top: 43px;
}

.elementor-button:hover {
    text-decoration: none !important;
        outline: none;
}

.elementor-button {
    outline: none;
}

@media screen and (max-width: 767px) {
    .contact-form-submit {
        margin-top: 16px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .contact-form-submit .elementor-button {
        width: 100%;
    }
    
    .contact-form-submit .ajax-loader {
        position: relative;
        margin-top: 16px;
    }
}

/* CONTACT FORM */
.wpcf7-response-output {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    border: none !important;
    border-left: 4px solid #FAB200 !important;
    padding: 16px !important;
    border-left-width: 2px;
    box-sizing: border-box;
    border-radius: 3px;
}

.inline-form {

    margin-left: auto;
    margin-right: auto;
}
.inline-form > .elementor-widget-container {
    display: flex;
    width: 550px;
    align-items: center;
    justify-content: center;
}

.inline-form > .elementor-widget-container > form {
    max-width: 100%;
    width: auto
}

.inline-form .elementor-form-fields-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin: 0 !important;
    padding: 0 !important;
    max-width: 100%;
    width: auto;
}

.inline-form .elementor-form-fields-wrapper .elementor-field-group {
    margin: 0 !important;
    padding: 0 !important;
}

.inline-form .elementor-field-group-email, .inline-form .elementor-field-type-submit {
    width: 100%;
}

.inline-form .elementor-field-group-email button {
    color: white !important;
    font-weight: 700;
}

.inline-form .elementor-field-type-submit button, 
.inline-form .elementor-field-group-email input {
    font-weight: 700;
    font-size: 16px;
    border-radius: 32px !important;
    padding: 16px 32px !important;
    text-align: center;
    letter-spacing: unset !important;
    width: 100%;

    box-sizing: border-box;
    border: 3px solid var(--e-global-color-primary) !important;
    line-height: 22px;
    outline: none;
    text-transform: none !important;
}

.inline-form .elementor-field-group-email input {
    background-color: white;
    color: var(--e-global-color-text) !important;
    margin-left:  0px;
    margin-right: 0px;
    margin-bottom: 16px;
}

.inline-form .elementor-field-type-submit button {
    background-color: var(--e-global-color-primary) !important;
    color: white !important;
    font-weight: 700 !important;
    margin-top: 0px;
}

.inline-form .elementor-field-group .elementor-field-textual {
    box-sizing: border-box;
    border: 3px solid var(--e-global-color-primary) !important;
}




@media screen and (max-width: 767px) {
    .inline-form > .elementor-widget-container {
        width: 300px;
    }
    
    .inline-form > .elementor-widget-container > form {
        max-width: 300px;
    }
    
    .inline-form > .elementor-form-fields-wrapper {
        max-width: 300px !important;
        width: 100% !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    
    .inline-form .elementor-field-group-email, .inline-form .elementor-field-type-submit {
        
    }
    
    .inline-form .elementor-field-group-email input::placeholder {
        font-size: 12px;
    }
    
    .inline-form .elementor-field-type-submit button, .inline-form .elementor-field-group-email input {
        padding: 10px 16px !important;
        font-size: 12px !important;
    }
    .inline-form .elementor-field-group-email input {
        margin-left:  0px;
        margin-right: 0px;
    }
    .inline-form .elementor-field-type-submit button {
        padding: 10px 13px !important;
    }
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Muli';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://reiner-haseloff.de/wp-content/uploads/2023/02/Muli.woff2') format('woff2');
}
@font-face {
	font-family: 'Muli';
	font-style: normal;
	font-weight: bold;
	font-display: auto;
	src: url('https://reiner-haseloff.de/wp-content/uploads/2023/02/Muli-Bold.woff2') format('woff2');
}
@font-face {
	font-family: 'Muli';
	font-style: normal;
	font-weight: 600;
	font-display: auto;
	src: url('https://reiner-haseloff.de/wp-content/uploads/2023/02/Muli-SemiBold.woff2') format('woff2');
}
/* End Custom Fonts CSS */