html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
}

/* make sure to set some focus styles for accessibility */
:focus {
    outline: 0;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    -webkit-appearance: none;
    -moz-appearance: none;
}

input[type="search"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    max-width: none;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
    display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-size: 100%; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
    margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */

form {
    margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */

legend {
    border: 0; /* 1 */
    padding: 0;
    white-space: normal; /* 2 */
    *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
    *overflow: visible; /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    *height: 13px; /* 3 */
    *width: 13px; /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html,
button,
input,
select,
textarea {
    -webkit-appearance: none;
    color: #101010;
}

button,
input,
select,
textarea {
    border: solid 1px;
    border-radius: 2px;
}

input[type="checkbox"] {
    -webkit-appearance: checkbox !important;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

a {
    color: inherit;
    text-decoration: none;
}


strong {
    font-weight: bold;
}

body {
    width: 100vw;
    overflow-x: hidden;
    font-size: 17px;
    background-color: #f3f3f3;
    color: #56575c;
}

/***************************************
 * FONTS
 ***************************************/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
input,
textarea {
    font-family: 'DIN Next W02';
}

h1 {
    font-size: 2.4em;
    line-height: 1;
    margin-bottom: 0.3em;
    font-weight: 400;
}

h2 {
    font-size: 1.5em;
    line-height: 1.2;
    margin-bottom: 0.2em;
    font-weight: 400;
}

h3 {
    font-size: 1.2em;
    line-height: 1.4;
    margin-bottom: 0.1em;
    font-weight: 400;
}

h4, h5 {
    font-size: 1em;
    margin-bottom: 0.3em;
    font-weight: 400;
}

p {
    font-size: 1em;
    line-height: 1.3;
    margin-bottom: 1em;
    font-weight: 400;
    color: #56575c;
}

input {
    font-size: 1em;
    font-weight: 400;
}

p:last-child {
    margin-bottom: 0em;
}



/* ---- LAYOUTS ---- */
.eng-layout-container {
    max-width: 1240px;
    margin: 0 auto;
}

.eng-main-content {
    max-width: 1240px;
    margin: 0 auto;
    padding-top: 2em;
}

.eng-main-content > * {
    margin-bottom: 2em;
}

.eng-main-content ul,
.eng-main-content ol {
    margin-left: 15px !important;
}

.eng-main-content ul li,
.eng-main-content ol li {
    margin-bottom: 0.5em;
    line-height: 1.3;
}


/* ---- WIDGETS ---- */
.eng-reset-wp-widgets li {
    display: block;
}


/* ---- HEADER ---- */
.eng-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    -webkit-box-shadow: 0px 0px 18px 5px rgba(0,0,0,0.13);
    box-shadow: 0px 0px 18px 5px rgba(0,0,0,0.13);
    background-color: #ffffff;
}
body.customize-support .eng-header {
    top: 32px;
}

.eng-header-placeholder {
    height: 95px;
}
body.customize-support .eng-header-placeholder {
    height: 127px;
}

.eng-header .eng-header-inner {
    display: flex;
    justify-content: space-between;
}

.eng-header .eng-logo-container {
    display: flex;
    align-items: center;
    height: 95px;
}

.eng-header .eng-logo-container img {
    height: 60px;
    width: auto;
}

.eng-header .eng-action-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 180px;
}

.eng-header .eng-social-and-language-switch-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.5em;
}

.eng-header .eng-language-switcher {
    display: flex;
    gap: 10px;
}

.eng-header .eng-language-switcher li {
    display: block;
}

.eng-header .eng-search-form-container form {
    background-color: #e3000f;
}

.eng-header .eng-search-form-container input {
    background-color: #e3000f;
    border: none;
    padding: 0em 0.5em;
    height: 35px;
    border-radius: 0px;
    color: #fff;
}

.eng-header .eng-search-form-container #s {
    width: 100%;
}

.eng-header .eng-search-form-container #searchsubmit {
    min-width: 30px;
    display: block;
    font-size: 0px;
    height: 35px;
    background-image: url(/wp-content/themes/engel/assets/icon/search.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px;
}

.eng-header .eng-search-form-container form div {
    display: flex;
    align-items: center;
}

.eng-header .eng-mobile-action-container,
.eng-mobile-search-form-container {
    display: none;
}

.eng-contact-action-container {
    display: flex;
    justify-content: flex-end;
}

.eng-contact-action-items-container {
    position: fixed;
    margin-top: 100px;
    z-index: 2;
    margin-right: -20px;
    display: flex;
    flex-direction: column;
}

.eng-contact-action-items-container .eng-contact-action-item {
    display: block;
    padding: 10px;
    background-color: #e2030e;
    width: fit-content;
    border-radius: 0px 10px;
}

.eng-contact-action-items-container .eng-contact-action-item:first-child {
    margin-bottom: 10px;
}

.eng-contact-action-container img {
    height: 25px;
    width: 25px;
}

.eng-submenu-toggle-icon {
    display: none;
}

.eng-header .eng-navigation-container li.eng-home-item a {
    font-size: 0px;
    height: 18px;
    width: 18px;
    background-image: url(/wp-content/themes/engel/assets/icon/home.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px;
    position: relative;
    top: -1px;
    margin-right: 9px;
}



/* ---- FOOTER ---- */
.eng-footer {
    margin-top: 4em;
}

.eng-footer .eng-navigation-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 0.9em;
    margin-top: 2em;
    margin-left: -20px;
    margin-right: -20px;
}

.eng-footer .eng-navigation-container li {
    margin-bottom: 0.5em;
}

.eng-footer .eng-navigation-container .eng-widget-container {
    margin: 20px;
    margin-top: 0px;
    margin-bottom: 2em;
}

.eng-footer .eng-legal-footer {
    padding: 1.5em 0em;
    background-color: #fff;
    font-size: 0.8em;
}

.eng-footer .eng-legal-footer-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.eng-footer .eng-copyright-container {
    display: flex;
    align-items: center;
}

.eng-footer .eng-copyright-container img {
    height: 40px;
    width: auto;
    margin-right: 1em;
}



/* ---- TEMPLATE PART - SOCIAL MEDIA LIST ---- */
.eng-social-media-list {
    display: flex;
    margin-left: -0.5em;
    margin-right: -0.5em;
}

.eng-social-media-list a {
    text-decoration: none;
    display: block;
    margin: 0em 0.5em;
}

.eng-social-media-list svg {
    height: 15px;
    fill: #56575c;
}


/* ---- COOKIE BANNER ---- */
.cky-switch input[type="checkbox"]:before {
    display: none;
}


/* ---- SEARCH ---- */
body.search .eng-contact-action-items-container {
    display: none;
}

.eng-search-result-container {
    padding-top: 2em;
    min-height: 100vh;
}

.eng-search-result-container h1 {
    font-size: 1.5em;
    line-height: 1.2;
    margin-bottom: 2em;
    font-weight: 300;
}

.eng-search-result-container h1 .eng-search-term {
    font-weight: bold;
    color: #e2030e;
}

.eng-search-result-container .eng-search-result-item {
    display: block;
    padding-bottom: 1.5em;
    margin-bottom: 1.5em;
    border-bottom: solid 1px #2222;
}

.eng-search-result-excerpt strong {
    color: #c9070a;
}

.eng-search-result-container .eng-search-pagination {
    display: flex;
    justify-content: center;
    margin-top: 2em;
}

.eng-search-result-container .eng-search-pagination a,
.eng-search-result-container .eng-search-pagination span {
    display: block;
    padding: 0.75em;
}

.eng-search-result-container .eng-search-pagination span {
    text-decoration: underline;
}


/* ---- 404 - PAGE NOT FOUND ---- */
body.error404 .eng-contact-action-items-container {
    display: none;
}

.eng-error404-container {
    min-height: 80vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.eng-error404-container .eng-layout-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.eng-error404-container h1 {
    color: #e30010;
    font-weight: 600;
    text-align: center;
    font-size: 4em;
}

.eng-error404-container p {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 2em
}

.eng-error404-container #searchform #s {
    border: none;
    padding: 0em 0.5em;
    height: 45px;
    border-radius: 0px;
}

.eng-error404-container #searchsubmit {
    background: #e30010;
    padding: 0.82em 1em;
    color: white;
    text-transform: uppercase;
}


/* ---- CONTACT FORM ---- */
.wpcf7-form .eng-contact-types-container input {
    opacity: 0;
}

.wpcf7-form .eng-contact-types-container label {
    padding: 0.9em 1.9em;
    display: inline-block;
    border-radius: 0em 1em;
    background-color: #f3f3f3;
    font-size: 1.2em;
    font-weight: 600;
    margin-right: 0.5em;
    margin-bottom: 0.5em;
    text-align: center;
    flex: 1;
}

.wpcf7-form .eng-contact-types-container input:checked + label {
    background-color: #e30614;
    color: white;
}

.wpcf7-form .eng-contact-form-email-f {
    opacity: 0;
    pointer-events: none;
    height: 0px;
    overflow: hidden;
}

.wpcf7-form .eng-input-text-container,
.wpcf7-form .eng-input-textarea-container {
    display: flex;
    flex-direction: column;
    margin-bottom: 1em;
}

.wpcf7-form .eng-input-text-container br,
.wpcf7-form .eng-input-textarea-container br {
    display: none;
}

.wpcf7-form .eng-input-text-container input,
.wpcf7-form .eng-input-textarea-container textarea {
    background-color: #f3f3f3;
    border-radius: 0px;
    padding: 0.5em;
    width: calc(100% - 1em);
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.wpcf7-form-control label {
    display: flex;
    align-items: flex-start;
}

.wpcf7-form-control label input {
    margin-top: 5px;
    margin-right: 10px;
}

.wpcf7-form-control label .wpcf7-list-item-label {
    flex: 1;
}

.wpcf7-form .eng-required {
    color: #c9070a;
}

.wpcf7-form .eng-input-textarea-container textarea {
    min-height: 200px;
}

.wpcf7-form .eng-submit-container input {
    padding: 0.9em 1.5em;
    padding-top: 1.1em;
    border-radius: 0px;
    border: none;
    background: #e30614;
    color: white;
    text-transform: uppercase;
    font-size: 0.9em;
    font-weight: 600;
}

.wpcf7-form .wpcf7-response-output {
    display: inline-block;
    padding: 1em !important;
    color: white;
    background: #016352;
    border-radius: 0.7em 0em;
    border: none !important;
}

.wpcf7-form.invalid .wpcf7-response-output {
    background: #e30614;
}

.wpcf7-list-item {
    margin: 0 0 0 0em !important;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form textarea {
    background-color: #f3f3f3;
    border-radius: 0px;
    padding: 0.5em;
    width: calc(100% - 1em);
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.wpcf7-form select {
    background-color: #f3f3f3;
    border-radius: 0px;
    padding: 0.5em;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.wpcf7-form input[type="file"] {
    background-color: #f3f3f3;
    border-radius: 0px;
    padding: 0.5em;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.wpcf7-form .wpcf7-submit {
    padding: 0.9em 1.5em;
    padding-top: 1.1em;
    border-radius: 0px;
    border: none;
    background: #e30614;
    color: white;
    text-transform: uppercase;
    font-size: 0.9em;
    font-weight: 600;
}

.wpcf7-form h3 {
    font-size: 1.4em;
    margin-bottom: 20px;
    margin-top: 20px;
}

.wpcf7-form h4 {
    font-size: 1.2em;
    margin-bottom: 20px;
    margin-top: 20px;
}

.wpcf7-form .wpcf7-form-control-wrap {
    display: block;
    margin-top: 10px;
}

/* ---- COOKIE BANNER ---- */
.cky-modal #ckyDetailCategoryperformance,
.cky-modal #ckyDetailCategoryadvertisement {
    display: none;
}



/* ---- MIN WIDTH 1280PX ---- */
@media screen and (min-width: 1280px)  {
    /* -- LAYOUT -- */
    .eng-main-content > .alignfull {
        margin-left: calc(600px - 50vw);
        margin-right: calc(600px - 50vw);
    }
}



/* ---- MIN WIDTH 1140PX ---- */
@media screen and (min-width: 1140px)  {
    /* -- HEADER -- */
    .eng-header .eng-navigation-container {
        display: flex;
        align-items: flex-end;
    }
    .eng-header .eng-navigation-container ul.menu {
        display: flex;
        margin-left: -0.4em;
        margin-right: -0.4em;
    }
    .eng-header .eng-navigation-container li {
        display: block;
        margin: 0em 0.2em;
    }
    .eng-header .eng-navigation-container li a {
        display: block;
        text-transform: uppercase;
        text-decoration: none;
        font-weight: 500;
        padding-bottom: 1.1em;
        padding-left: 0.5em;
        padding-right: 0.5em;
        border-bottom: solid 2px #fff;
    }
    .eng-header .eng-navigation-container li .sub-menu {
        display: none;
        position: absolute;
        z-index: 9;
    }
    .eng-header .eng-navigation-container .eng-sub-menu-visible a {
        border-bottom: solid 2px #c9070a;
    }
    .eng-header .eng-navigation-container .eng-sub-menu-visible .sub-menu li {
        margin: 0em 1em;
    }
    .eng-header .eng-navigation-container .eng-sub-menu-visible .sub-menu .sub-menu li {
        margin: auto;
    }
    .eng-header .eng-navigation-container .eng-sub-menu-visible .sub-menu .sub-menu {
        display: block;
        padding: 0em;
        position: relative;
    }
    .eng-header .eng-navigation-container .eng-sub-menu-visible .sub-menu a {
        font-size: 1.2em;
    }
    .eng-header .eng-navigation-container .eng-sub-menu-visible .sub-menu .sub-menu a {
        font-size: 1em;
        text-transform: none;
        font-weight: 300;
    }
    .eng-header .eng-navigation-container .eng-sub-menu-visible .sub-menu a {
        border-bottom: none;
    }
    .eng-header .eng-navigation-container .eng-sub-menu-visible .sub-menu {
        display: flex;
        justify-content: center;
        background-color: #fff;
        padding: 2em;
        left: 0;
        width: 100%;
    }
}




/* ---- MAX WIDTH 1280PX ---- */
@media screen and (max-width: 1280px)  {
    /* -- LAYOUT -- */
    .eng-main-content > .alignfull {
        margin-left: -20px;
        margin-right: -20px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .eng-layout-container,
    .eng-main-content {
        margin-left: 20px;
        margin-right: 20px;
        max-width: none;
    }

    /* -- HEADER -- */
    .eng-contact-action-items-container {
        margin-right: 10px;
    }
}




/* ---- MAX WIDTH 1140PX ---- */
@media screen and (max-width: 1140px)  {
    body {
        font-size: 16px;
    }
    h1 {
        font-size: 2.2em;
    }

    /* -- HEADER -- */
    .eng-header .eng-logo-container {
        height: 80px;
    }
    .eng-header-placeholder {
        height: 80px;
    }
    .eng-header .eng-logo-container img {
        height: 45px;
    }
    .eng-header .eng-mobile-action-container {
        display: flex;
        align-items: center;
    }
    .eng-header .eng-mobile-action-container .eng-search-icon-container {
        background: #e3020e;
        padding: 7px;
        opacity: 1;
        transition: 0.5s;
        background-repeat: no-repeat;
        background-size: 15px;
        background-position: center;
    }
    .eng-nav-modal-open .eng-header .eng-mobile-action-container .eng-search-icon-container {
        opacity: 0;
        pointer-events: none;
    }
    .eng-search-modal-open .eng-header .eng-mobile-action-container .eng-search-icon-container img {
        opacity: 0;
    }
    .eng-search-modal-open .eng-header .eng-mobile-action-container .eng-search-icon-container {
        background-image: url('/wp-content/themes/engel/assets/icon/close.svg');
        background-repeat: no-repeat;
        background-size: 15px;
        background-position: center;
    }
    .eng-header .eng-mobile-action-container .eng-search-icon-container img {
        height: 17px;
        width: 17px;
    }
    .eng-header .eng-mobile-action-container .eng-language-switcher {
        display: flex;
        padding-left: 15px;
        margin-left: 15px;
        border-left: solid 1px #cfcfcf;
        height: 20px;
        transition: 0.5s;
    }
    .eng-nav-modal-open .eng-mobile-action-container .eng-language-switcher  {
        border-left: solid 1px #fff;
    }
    .eng-header .eng-hamburger-menu-container {
        width: 30px;
        height: 20px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin-left: 15px;
        padding-left: 15px;
        border-left: solid 1px #cfcfcf;
    }
    .eng-header .eng-hamburger-menu-container .eng-hamburger-menu-line {
        height: 2.5px;
        width: 100%;
        background-color: #56575c;
        transform: rotate(0deg);
        top: 0;
        transition: 0.7s;
        position: relative;
    }
    .eng-nav-modal-open .eng-header .eng-hamburger-menu-container .eng-hamburger-menu-line:nth-child(1) {
        transform: rotate(45deg);
        top: 8.5px;
    }
    .eng-nav-modal-open .eng-header .eng-hamburger-menu-container .eng-hamburger-menu-line:nth-child(2) {
        width: 0%;
    }
    .eng-nav-modal-open .eng-header .eng-hamburger-menu-container .eng-hamburger-menu-line:nth-child(3) {
        transform: rotate(-45deg);
        top: -8.5px;
    }
    .eng-header .eng-navigation-container {
        position: fixed;
        height: 0px;
        left: 0;
        top: 80px;
        width: 100vw;
        background-color: #fff;
        overflow: scroll;
        transition: 1s;
    }
    .eng-nav-modal-open .eng-header .eng-navigation-container {
        height: auto;
    }
    .eng-header .eng-navigation-container ul li {
        display: block;
    }
    .eng-header .eng-navigation-container ul li a {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 15px 0px;
        margin: 0px 15px;
        font-weight: 500;
        border-bottom: solid 1px #2222;
    }
    .eng-header .eng-navigation-container .sub-menu {
        display: none;
    }
    .eng-mobile-display-block {
        display: block !important;
    }
    .eng-mobile-display-none {
        display: none !important;
    }
    .eng-header .eng-navigation-container ul li.eng-menu-item-open > a {
        justify-content: center;
    }
    .eng-header .eng-navigation-container ul li.eng-menu-item-open > a .eng-submenu-toggle-icon {
        position: absolute;
        left: 20px;
        transform: rotate(-180deg);
    }
    .eng-header .eng-navigation-container ul li.eng-menu-item-open:has(.eng-menu-item-open) > a {
        display: none;
    }
    .eng-header .eng-navigation-container li.eng-home-item a {
        border-bottom: none;
    }
    .eng-header .eng-navigation-container li.eng-home-item .eng-submenu-toggle-icon {
        display: none;
    }
    .eng-submenu-toggle-icon {
        display: block;
        height: 20px;
        width: 40px;
        background-image: url(/wp-content/themes/engel/assets/icon/arrow-right.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 10px;
        opacity: 0.7;
    }
    .eng-header .eng-navigation-container .menu {
        margin-bottom: 50px;
    }
    .eng-header .eng-action-container {
        display: none;
    }
    .eng-mobile-search-form-container {
        position: fixed;
        top: -10px;
        z-index: 99;
        width: 100%;
        background-color: #e30c0e;
        display: block;
        transition: 1s;
    }
    .eng-search-modal-open .eng-mobile-search-form-container {
        top: 80px;
    }
    .eng-mobile-search-form-container form {
        padding: 20px;
    }
    .eng-mobile-search-form-container form div {
        display: flex;
        justify-content: space-between;
    }
    .eng-mobile-search-form-container form #s {
        padding: 10px;
        background: transparent;
        border: none;
        border-bottom: solid 2px #fff;
        flex: 1;
        color: #fff;
    }
    .eng-mobile-search-form-container form #searchsubmit {
        padding: 10px 20px;
        background-color: #fff;
        border: none;
        border-radius: 0px;
        color: #e30d0e;
        font-weight: 600;
        margin-left: 20px;
    }

    /* -- FOOTER -- */
    .eng-footer .eng-navigation-container .eng-widget-container {
        width: calc(50% - 40px);
    }
}



/* ---- MAX WIDTH 900PX ---- */
@media screen and (min-width: 900px)  {
    .wp-block-columns {
        flex-wrap: nowrap !important
    }
}



/* ---- MAX WIDTH 900PX ---- */
@media screen and (max-width: 900px)  {
    h1 {
        font-size: 2em;
    }
    body {
        font-size: 15.5px;
    }
}



/* ---- MAX WIDTH 780PX ---- */
@media screen and (max-width: 780px)  {
    body {
        font-size: 16px;
    }

    /* -- HEADER -- */
    .eng-contact-action-container {
        display: none;
    }

    /* -- FOOTER -- */
    .eng-footer .eng-navigation-container .eng-widget-container {
        width: calc(100% - 40px);
    }
    .eng-footer .eng-copyright-container {
        align-items: flex-start;
        margin-bottom: 20px;
    }
    .eng-footer .eng-legal-footer-inner {
        flex-direction: column;
        align-items: flex-start;
    }

    /* -- CONTACT FORM -- */
    .eng-contact-form .eng-contact-types-container label {
        width: 100%;
        flex: auto;
    }

}




/* ---- BROWSER SUPPORT ---- */
.has-red-background-color {
    background-color: #e3000f;
}
.has-blue-background-color {
    background-color: #00536b;
}
.has-green-background-color {
    background-color: #006252;
}
.has-white-background-color {
    background-color: white;
}
.has-white-color {
    color: white;
}


@supports not (gap: 0) {
    .is-style-eng-cover-auto-height {
        min-height: 300px !important;
    }
    .eng-main-content > .wp-block-group.alignfull > * {
        max-width: 1240px;
        margin-left: auto;
        margin-right: auto;
    }
    .wp-block-columns .wp-block-column,
    .wp-block-buttons.wp-block-buttons-is-layout-flex .wp-block-button {
        margin-left: 10px;
        margin-right: 10px;
    }
    .wp-block-columns .wp-block-colum:first-child,
    .wp-block-buttons.wp-block-buttons-is-layout-flex .wp-block-button:first-child {
        margin-left: 0px;
    }
    .wp-block-columns .wp-block-colum:last-child,
    .wp-block-buttons.wp-block-buttons-is-layout-flex .wp-block-button:last-child {
        margin-right: 0px;
    }
}