/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/


/* roboto-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('/wp-content/themes/hello-elementor-child/fonts/roboto-v47-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: url('/wp-content/themes/hello-elementor-child/fonts/roboto-v47-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url('/wp-content/themes/hello-elementor-child/fonts/roboto-v47-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-500italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  src: url('/wp-content/themes/hello-elementor-child/fonts/roboto-v47-latin-500italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 600;
  src: url('/wp-content/themes/hello-elementor-child/fonts/roboto-v47-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-600italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 600;
  src: url('/wp-content/themes/hello-elementor-child/fonts/roboto-v47-latin-600italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('/wp-content/themes/hello-elementor-child/fonts/roboto-v47-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-700italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  src: url('/wp-content/themes/hello-elementor-child/fonts/roboto-v47-latin-700italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* General */

body, p, a, li {
  font-family: 'Roboto';;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
}

.main {
    margin: 0px !important;
    padding: 0px !important;
    gap: 0 !important;
}

a {
    color: #DD0039!important;
    font-weight: 600;
}

h1 {
    font-size: 50px;
    font-weight: 400;
    color: #DD0039;
}

h2 {
    font-size: 30px;
    font-weight: 400;
    color: #DD0039;
}

h3 {
    font-size: 20px;
}

ul {
    padding-left: 20px;
}

ul li {
    margin-bottom: 5px;
}

li::marker {
  color: #DD0039;
}

ol {
    padding-left: 18px;
}

ol li {
    margin-bottom: 10px;
}

ol li::marker {
    color: #000;
}

a.btn {
    color: #fff!important;
    text-decoration: none!important;
    background-color: #DD0039;
	padding: 8px 17px !important;
    border: 2px solid #DD0039;
    border-radius: 30px;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 10px;
}

a.btn:hover {
    background-color: #00AAD8;
    border-color: #00AAD8;
    text-decoration: none;
}

a.btn-t {
    color: #fff!important;
    text-decoration: none;
    padding: 8px 17px;
    border: 2px solid #FFFFFF;
    border-radius: 30px;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 10px;
}

a.btn:before,
a.btn-t:before {
    content: "";
    background: url(/wp-content/themes/hello-elementor-child/images/arrow-white.svg)!important;
	width: 22px !important;
    height: 15px !important;
    display: inline-block;
    background-size: 100% auto;
    background-repeat: no-repeat;
    margin-right: 9px;
    position: relative !important;
}

a.btn-t:hover {
    color: #DD0039!important;
    background-color: #fff;
    text-decoration: none;
}

a.btn-t:hover:before {
    content: "";
    background: url(/wp-content/themes/hello-elementor-child/images/arrow-blue.svg)!important;
    width: 22px;
    height: 15px;
    background-size: 100% auto;
}

b, strong {
    font-weight: 600;
}

hr {
    width: 96px;
    border-top: 4px solid #DD0039;
}

[type=button]:focus, [type=button]:hover, [type=submit]:focus, [type=submit]:hover, button:focus, button:hover {
    color: #2758a2;
    background-color: #fff;
    text-decoration: none;
}

a.phone,
.main a[href*="/wp-content/uploads"],
.main a[href^="mailto:"],
.main a[data-wpel-link="internal"],
.main a[data-wpel-link="external"] {
    text-decoration: underline;
    text-underline-offset: 4px;
    position: relative;
    display: inline-block;
    margin-bottom: 7px;
    padding-left: 30px;
}

.main a[data-wpel-link="internal"]:before {
    position: absolute;
    top: 3px;
    left: 0px;
    content: "";
    background: url(/wp-content/themes/hello-elementor-child/images/link-int.svg);
    width: 19px;
    height: 16px;
    display: inline-block;
    background-size: 100% auto;
    background-repeat: no-repeat;
}

.main a[href^="mailto:"]:before {
    position: absolute;
    top: 5px;
    left: 0px;
    content: "";
    background: url(/wp-content/themes/hello-elementor-child/images/link-eml.svg);
    width: 19px;
    height: 16px;
    display: inline-block;
    background-size: 100% auto;
    background-repeat: no-repeat;
}

ul.list-arrows li {
    font-weight: 600;
    list-style-type: none;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
    text-decoration-color: #DD0039;
    position: relative;
}

a.arrow {
	color: #DD0039!important;
	position: relative;
	display: block;
}

ul.list-arrows li:before,
a.arrow:before,
.page-content a[data-wpel-link*="internal"]:before {
    content: "";
    width: 19px;
    height: 16px;
    display: inline-block;
    background: url(/wp-content/themes/hello-elementor-child/images/arrow-right.svg);
    margin-bottom: -2px;
    margin-right: 10px;
}

ul.list-arrows.list-mgb li a {
    color: var(--e-global-color-primary) !important;
}

ul.list-arrows.list-mgb li {
    font-weight: normal;
    margin-bottom: 15px;
    text-decoration: unset !important;
}

.page-content a[data-wpel-link="external"] {
    color: #000 !important;
    font-weight: 400 !important;
    text-decoration-thickness: 1px;
    text-underline-offset: 2px;
}

.page-content a.arrow[data-wpel-link="external"] {
    color: #DD0039 !important;
    position: relative;
    display: block;
    font-weight: 600 !important;
    font-size: 16px !important;
    margin-bottom: 8px;
    text-underline-offset: 4px;
}

nav.breadcrumb a:before {
    display: none !important;
}

a.phone:before,
.main a[href^="tel:"]:before {
    position: absolute;
    top: 3px;
    left: 0px;
    content: "";
    background: url(/wp-content/themes/hello-elementor-child/images/link-tel.svg);
    width: 19px;
    height: 20px;
    display: inline-block;
    background-size: 100% auto;
    background-repeat: no-repeat;
}

.main a[href*="/wp-content/uploads"]:before {
    position: absolute;
    top: 2px;
    left: 0px;
    content: "";
    background: url(/wp-content/themes/hello-elementor-child/images/link-dwl.svg);
    width: 19px;
    height: 22px;
    display: inline-block;
    background-size: 100% auto;
    background-repeat: no-repeat;
}

.box-blue a {
    color: #fff !important;
}

.box-blue a[href^="mailto:"]:before {
    position: absolute;
    top: 5px;
    left: 0px;
    content: "";
    background: url(/wp-content/themes/hello-elementor-child/images/link-eml-w.svg);
    width: 19px;
    height: 16px;
    display: inline-block;
    background-size: 100% auto;
    background-repeat: no-repeat;
}

.bg-blue {
    color: #fff;
    background: #2758a2;
}

.bg-blue h2, 
.bg-blue h3, 
.bg-blue h4, 
.bg-blue p {
    color: #fff;
}

.mgt-10 {
    margin-top: -10px;
}

.mgt0 {
    margin-top: 0px;
}

.mgt20 {
    margin-top: 20px !important;
}

.mgt40 {
    margin-top: 40px!important;
}

.mgb40 {
    margin-bottom: 40px;
}

hr.hrthin {
    border-top: 2px solid #DD0039;
    margin-bottom: 35px;
}

hr.hrbig {
    border-top: 2px solid #DD0039;
    margin-bottom: 20px;
    position: relative !important;
    z-index: 777;
    display: inline-block;
}

.flexb-2 {
    display: flex;
    gap: 40px;
    justify-content: space-between;
    align-items: center;
}

.max820 {
    max-width: 820px !important;
}

.max-1040 {
	max-width: 1040px!important;
}

.mobile {
    display: none!important;
}

nav.breadcrumb {
    margin-top: 40px;
    margin-bottom: 30px;
}

nav.breadcrumb a {
    font-weight: 400;
    font-size: 14px;
    text-underline-offset: 6px;
    text-decoration: underline;
}

nav.breadcrumb span {
    font-size: 14px;
    color: #70706B;
}

span.bc-arrow:after {
    content: "";
    background: url(/wp-content/themes/hello-elementor-child/images/arrow-right-small.svg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 10px;
    height: 10px;
    display: inline-block;
    margin: -1px 3px;
}

.quote-heart {
    background: url(/wp-content/themes/hello-elementor-child/images/zitat_herzlinie.svg);
    background-color: #fce5eb;
    background-position: bottom center;
    background-size: 100%;
    background-repeat: no-repeat;
    max-width: 1440px !important;
    height: 390px;
    margin: auto;
}

.quote-heart .elementor-widget-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.quote-heart .e-con-inner,
.elementor-element.elementor-element-22a46ae.elementor-widget.elementor-widget-text-editor {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.quote-heart h2 {
    font-weight: 500;
    line-height: 1.4em;
    max-width: 940px;
}

.quote-heart span {
	color: #eb7292;
    font-weight: 700;
}

.about-box h2 {
    font-size: 28px;
    font-weight: 500;
    position: relative;
    margin-bottom: 40px;
}

.about-box h2:before {
    background: url(/wp-content/themes/hello-elementor-child/images/heart.svg);
    width: 28.82px;
    height: 23.61px;
    background-size: cover;
    content: "";
    display: inline-block;
    margin-bottom: -2px;
    margin-right: 20px;
}

.about-box h2:after {
    position: absolute;
    content: "";
    width: 96px;
    height: 2px;
    background: #DD0039;
    bottom: -15px;
    left: 0;
}

.about-box h3 {
    font-size: 30px;
    font-weight: 400;
    color: #DD0039;
    margin-bottom: 10px;
}

/* Header */

.geo-pattern:before {
    content: "";
    background: url(/wp-content/themes/hello-elementor-child/images/bottom-pattern-m.svg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 222;
}

.page-banner .e-con-inner,
.page-bottom .e-con-inner {
    position: relative;
    z-index: 333;
}

.mainmenu {
    display: none!important;
}

.mainmenu.menu-open {
    display: flex!important;
}

.ehf-header #masthead {
    position: sticky;
    /*position: relative;*/
    top: 0;
    height: 100px;
    background: #fff;
    z-index: 999!important;
    box-shadow: 1px 4px 7px hsl(0deg 0% 0% / 4%);
}

.mainmenu-inside a {
    font-size: 20px;
}

span.hfe-menu-toggle.sub-arrow {
    background: url(/wp-content/themes/hello-elementor-child/images/arrow-down.svg);
    background-repeat: no-repeat;
    background-position: center right;
    width: 50px;
    height: 30px;
    font-size: 0px;
    padding: 0px !important;
}

.sub-menu-active span.hfe-menu-toggle.sub-arrow {
    transform: rotate(180deg);
}

.menu-active span.hfe-menu-toggle.sub-arrow {
    transform: rotateX(180deg);
}

.elementor-element.elementor-element-ec3bdd4.e-con-full.e-flex.e-con.e-child {
    background: url(/wp-content/themes/hello-elementor-child/images/menu-bg.svg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

a.hfe-menu-item {
    display: flex !important;
    justify-content: space-between !important;
}

.hfe-nav-menu__layout-vertical .hfe-menu-toggle:hover {
    border-color: transparent !important;
}

nav.hfe-nav-menu__layout-horizontal.hfe-nav-menu__submenu-arrow,
nav.hfe-nav-menu__layout-vertical.hfe-nav-menu__submenu-arrow {
    width: 100% !important;
}

.mainmenu-top .hfe-has-submenu-container a,
.mainmenu-top .hfe-nav-menu > li > a {
	text-decoration: underline;
    text-underline-offset: 15px;
    text-decoration-color: transparent;
    text-decoration-thickness: 3px;
    margin-bottom: 0px;
    font-weight: 400;
    padding: 10px 0px !important;
}

.mainmenu-top .hfe-has-submenu-container.menu-active a.hfe-menu-item {
    margin-bottom: 10px;
}

.mainmenu-top .hfe-has-submenu-container a:hover,
.mainmenu-top .hfe-nav-menu > li:hover > a {
	text-decoration-color: #DD0039 !important;
    text-decoration: underline;
    text-underline-offset: 12px;
    text-decoration-thickness: 2px;
}

.menu-item a.hfe-sub-menu-item {
	font-size: 16px !important;
    font-weight: 400;
}

.mainmenu-top a {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.mainmenu-top ul.sub-menu li {
    border: 0px !important;
}

.mainmenu-top ul.sub-menu li:last-child {
    margin-bottom: 25px ! Important;
}

.mainmenu-top a.hfe-sub-menu-item {
    border: 0px !important;
    padding: 8px 0px !important;
}

.mainmenu-top a.hfe-sub-menu-item:hover {
    text-decoration: underline;
    text-underline-offset: 5px;
    text-decoration-thickness: 2px;
}

.mainmenu-top {
    height: calc(100% - 225px);
    overflow-x: hidden;
    overflow-y: auto;
}

ul.sub-menu {
    background: transparent !important;
}

.mainmenu-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    padding: 20px 0px;
}

.mainmenu-bottom li {
    padding-bottom: 0px;
    display: table;
    margin: 0px 0px 15px 0px;
}

.mainmenu-bottom li a {
    color: #000 !important;
    font-weight: 400;
    line-height: 1.5 !important;
    padding: 0px !important;
}


.mainmenu-bottom li a:hover {
    text-decoration: underline !important;
    text-underline-offset: 12px;
    text-decoration-thickness: 2px!important;
    text-decoration-color: #DD0039 !important;
}

ul#menu-1-4695cb3 {
    margin-top: 5px;
    margin-bottom: -15px;
    width: 100%;
    justify-content: space-between;
    gap: 0px 40px;
    display: grid;
    grid-template-columns: auto auto;
}

ul#menu-1-4695cb3:before {
    display: none;
}

.elementor-element.elementor-element-f2aea63 {
    justify-content: center;
}

.elementor-element.elementor-element-dcf5274 {
    background: rgb(0 0 0 / 40%);
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    z-index: 888;
    padding: 0px;
}

button#menubtn:hover, button#menubtn:focus, button#menubtn {
    background: transparent ! Important;
}

#menubtn:hover {
    cursor: pointer;
}

#menubtn {
        width: 40px;
        height: 40px;
        display: flex;
        border-radius: 100%;
        border: 0px;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 4px;
        position: absolute;
        z-index: 999;
        right: 5px;
        top: -21px;
}

#menubtn span {
    width: 20px;
    height: 2px;
    background: #000;
}

.menubtn-open span {
    height: 1px !important;
}

.elementor-element.elementor-element-ec3bdd4 {
    background: #fff;
    width: 40%;
}

.mainmenu-inside {
    display: flex;
    flex-direction: column;
    justify-content: space-between !important;
    height: 100%;
    padding-top: 100px;
}


img.hfe-site-logo-img.elementor-animation- {
    margin-top: 17px;
    margin-left: -43px;
}

.hfe-site-logo {
    margin-bottom: -67px;
}

.hfe-site-logo-container {
    position: relative;
}

.header-sub {
    position: absolute;
    top: 60px;
    background: rgb(221 0 57 / 50%);
    background: #ed7f9d;
}

a.top-mail {
    color: #fff !important;
    font-weight: 600;
    border-bottom: 1px solid #fff;
}

a.top-search-icon {
    display: flex;
}

button.hfe-search-submit {
	background: transparent !important;
}

input.hfe-search-form__input {
    color: #fff !important;
    text-indent: 20px;
    padding: 6px 20px 5px 0px !important;
    background: transparent !important;
}

button#clear-with-button i {
    color: #fff;
}

.search-no-results .page-content {
    padding-top: 80px;
    padding-bottom: 40px;
}

form.hfe-search-button-wrapper {
    float: right;
    margin-right: 5px;
}

.hfe-search-form__container ::placeholder {
    color: #fff !important;
    font-size: 20px;
    font-weight: 500;
    font-style: italic;
    text-align: right !important;
    text-indent: 0px;
    float: right;
}

.elementor-element.elementor-element-191d01c.elementor-widget.elementor-widget-text-editor .elementor-widget-container {
    display: flex;
    gap: 40px;
    margin: 3px 15px 2px 0px;
}

.flex-2.spaceb {
    display: flex;
    justify-content: space-between;
    gap: 40px;
}

.cloud-links {
    display: flex;
    margin-bottom: 30px;
    gap: 50px;
}

.cloud-links.line-two {
    margin-left: 60px;
}

a.cloud-link {
    font-size: 20px;
    color: #70706B !important;
    text-decoration: none;
    background: url(/wp-content/themes/hello-elementor-child/images/button_wolke.svg);
    width: 213px;
    height: 95px;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}

a.cloud-link:hover {
    color: #fff !important;
    background: url(/wp-content/themes/hello-elementor-child/images/button_wolke_aktiv.svg);
}

h2.quote {
	font-size: 32px;
    line-height: 1.4em;
    font-weight: 600;
    font-style: italic;
    color: #df436d;
    letter-spacing: 1px;
}

span.quote-autor {
    position: relative;
	color: #ec9eb1;
    font-weight: 700;
}

span.quote-autor:after {
    position: absolute;
    content: "";
    width: 96px;
    /*height: 2px;*/
    border-top: 2px solid rgb(221 0 57);
    background: #df436d;
    bottom: -20px;
    left: 0;
    right: 0;
    margin: auto;
}

/* Elements */

.elementor-element.elementor-element-307c489.float-left.e-flex.e-con-boxed.e-con.e-child > .e-con-inner {
    justify-content: space-between;
    margin-left: 0px;
}

.elementor-element.elementor-element-911682f.elementor-widget__width-initial.elementor-widget.elementor-widget-text-editor {
    width: 258px ! Important;
}

.e-n-accordion-item-title-text span {
    color: #00AAD8;
    min-width: 40px;
    display: inline-block;
}

summary.e-n-accordion-item-title {
    gap: 20px !important;
}

.e-n-accordion-item [aria-expanded="true"] svg {
    transform: rotate(90deg);
    transition: transform 0.3s ease;
}

.e-n-accordion-item-title-text {
	font-size: 20px !important;
    font-weight: 600;
}

e-n-accordion-item > div {
    padding-top: 20px !important;
}

.e-n-accordion {
    margin-top: -10px;
}

.e-n-accordion-item .e-child {
	padding-top: 0px;
    padding-bottom: 5px;
    padding-left: 25px;
}

.e-n-accordion-item .e-child .e-con-inner {
    padding: 0px !important;
}

.intro-text span.heart-icon {
    float: left;
    margin-right: 5px;
    margin-left: 25px;
}

.intro-text {
    color: rgba(112, 112, 107, 1);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
}

/* Search page */

body.search-results .page-content {
    margin-top: 120px;
}

body.search-results article.post {
    margin-bottom: 15px !important;
    padding-bottom: 15px;
    display: inline-block;
    border-bottom: 1px solid #eee;
}

body.search-results article.post h2 {
    margin-bottom: 10px;
}

.hfe-search-form__container i.fas.fa-search {
    display: flex;
    justify-content: center;
    align-items: center;
}

.hfe-search-form__container i.fas.fa-search:before {
    content: "";
    background: url(/wp-content/themes/hello-elementor-child/images/search.svg);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
}

h1.elementor-heading-title.elementor-size-default {
    position: relative;
}

.big-red:after,
h1.elementor-heading-title.elementor-size-default:after {
    position: absolute;
    content: "";
    width: 96px;
    height: 2px;
    background: #DD0039;
    bottom: -15px;
    left: 0;
}

.big-red {
    font-size: 50px;
    line-height: 1.3em;
    color: #DD0039;
    position: relative;
}

.weight600 {
    font-weight: 600;
}

span.heart-icon {
    background: url(/wp-content/themes/hello-elementor-child/images/heart.svg);
    width: 28.82px;
    height: 23.61px;
    background-size: cover;
    content: "";
    display: inline-block;
    margin-bottom: 12px;
    margin-right: 10px;
    margin-left: 10px;
}

/* Banner */

.page-banner {
    background: linear-gradient(81deg, #DD0039 2.36%, #00AAD8 57.72%);
}

.page-banner h1 {
    color: #fff;
}

.page-banner h1 span {
    font-size: 28px;
    font-weight: normal;
    display: block;
}
/*
.hfe-page-title {
    display: flex;
    align-items: flex-end;
    height: 175px;
}

.hfe-page-title h1 {
    color: #fff !important;
}
*/

.elementor-element.elementor-element-3c7049b.elementor-widget.elementor-widget-shortcode .elementor-shortcode {
    display: flex;
    align-items: flex-end;
    height: 175px;
}

.elementor-element.elementor-element-3c7049b.elementor-widget.elementor-widget-shortcode h1 {
    color: #DD0039;
    position: relative;
    z-index: 777;
}

.page-template-elementor_theme main#content {
    margin-top: 90px;
    margin-bottom: 80px;
}

li.wp-block-rss__item {
    margin-bottom: 15px;
}

.page-id-905 li.wp-social-link.wp-social-link-feed.wp-block-social-link {
    margin: 20px 0px;
}

button.wp-block-search__button.wp-element-button {
    color: #fff !important;
    text-decoration: none !important;
    background-color: #DD0039;
    padding: 8px 17px !important;
    border: 2px solid #DD0039;
    border-radius: 30px;
    display: inline-block;
}

.page-id-911 label.wp-block-search__label {
    display: none;
}

/* Frontpage */

.elementor-element.elementor-element-1058096.elementor-widget.elementor-widget-text-editor {
    max-width: 435px;
}

.arrow-box {
    max-width: 100% !important;
}

.arrows {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    width: 41px;
    float: right;
    position: absolute;
    top: 20px;
    right: 0px;
}

.arrows img {
    transition: transform 0.4s ease;
}

.elementor-element.elementor-element-68ed24e {
    display: flex;
    flex-direction: column;
}

.bottom a, 
.bottom p,
.bottom h2 {
    color: #fff;
}

.bottom {
    color: #fff;
    background: linear-gradient(68.65deg, #DD0039 2.36%, #00AAD8 57.72%);
    padding-top: 100px;
    padding-bottom: 45px;
    overflow: hidden;
}

.bottom:after {
    clip-path: polygon(0 100%, 100% 0, 0 0%);
    background: #fff;
    display: inline-block;
    top: -1px;
    left: 0px;
    width: calc(100% + 10px);
    height: 40px;
    content: "";
    position: absolute;
}

.page-bottom:before {
    clip-path: polygon(100% 100%, 100% 0, 0 100%);
    background: #e7e5de;
    display: inline-block;
    top: -54px;
    left: -7px;
    width: calc(100% + 7px);
    height: 55px;
    content: "";
}

.latest-teasers {
    display: flex;
    gap: 55px;
}

.page-id-684 .latest-teasers {
    gap: 55px;
    display: grid;
    grid-template-columns: auto auto auto;
    justify-content: left;
}

.teaser-body {
    display: flex;
    flex-direction: column;
    padding: 30px 20px 20px 20px;
    border-radius: 20px;
    background: #E7E5DE;
    margin-top: -18px;
    margin-left: 40px;
    width: calc(100% - 40px);
    max-width: 270px;
    min-height: 270px;
    -webkit-hyphens: auto;
    hyphens: auto;
}

h3.teaser-title {
    color: #000;
	font-weight: 700;
}

.latest-teasers a {
    text-decoration: none !important;
}

.teaser-date {
    font-weight: 500;
    display: inline-block;
    padding: 6px 18px;
    border: 2px solid #DD0039;
    border-radius: 20px;
    background: #fff;
}

/* Pages */

.team strong {
    margin-top: 3px;
    margin-bottom: 6px !important;
    display: inline-block;
}

.team a {
    margin-top: 7px;
}

/* Events */

.elementor-element.elementor-element-0519c0c .e-con-inner {
    padding-top: 0px !important;
}

.elementor-element.elementor-element-0519c0c {
    overflow: hidden;
}

.category-filters {
    margin-bottom: 50px;
    padding: 0px 0px 40px 0px;
    background: #2959a0;
    position: relative;
    display: flex;
    flex-wrap: wrap;    
    gap: 10px;
}

.category-filters:before {
    content: "";
    display: inline-block;
    background: #2b5a9e;
    width: 100%;
    position: absolute;
    left: -100%;
    height: 100%;
}

.category-filters:after {
    content: "";
    display: inline-block;
    background: #2b5a9e;
    width: 100%;
    position: absolute;
    right: -100%;
    height: 100%;
}

.category-filter.active:after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-left: 10px;
    background: url(/wp-content/themes/hello-elementor-child/images/close.svg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
}

.category-filter {
    color: #fff;
    font-weight: 500;
    display: inline-block;
    padding: 6px 18px;
    border: 2px solid #fff;
    border-radius: 20px;
    background: transparent;
}

.category-filter:hover {
    color: #2b5a9e;
    background: #fff;
}

.category-filter.active {
    color: #2b5a9e;
    background: #fff;
}

/* Event single page */

.customlayout {
    max-width: 1160px;
    margin: 0px auto;
    /*padding: 0px 10px 40px 10px;*/
}

/* Project single page */

.customlayout nav.breadcrumb {
    margin-bottom: 65px;
    padding-right: 10px;
    padding-left: 10px;
}

header.entry-header.post-header {
    min-height: 230px;
    margin-bottom: 40px;
    background: linear-gradient(81deg, #DD0039 2.36%, #00AAD8 57.72%);
    position: relative;
    margin-top: -10px;
    padding-left: 10px;
    padding-right: 10px;
}

header.entry-header.post-header:before {
    content: "";
    background: url(/wp-content/themes/hello-elementor-child/images/top-pattern-d.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 222;
    width: 100%;
    height: 100%;
}

header.entry-header.post-header:after {
    clip-path: polygon(100% 100%, 100% 0, 0 100%);
    background: #fff;
    display: inline-block;
    bottom: 0;
    left: 0px;
    width: calc(100% + 0px) !important;
    height: 40px;
    content: "";
    position: absolute;
}

header.entry-header.post-header h1.entry-title {
    color: #fff;
    width: 100%;
    max-width: 1140px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 125px;
}

h2.entry-post-title {
    color: #000;
    padding-right: 10px;
    padding-bottom: 50px;
    padding-left: 10px;
}

header.entry-sub-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    max-width: calc(72% + 40px);
}

.event-date {
    color: #DD0039;
    font-weight: 500;
    display: inline-block;
    padding: 6px 18px;
    border: 2px solid #DD0039;
    border-radius: 20px;
    background: #fff;
}

.content-post {
    display: flex;
    gap: 40px;
    margin-bottom: 50px;
    max-width: 900px;
}

.content-left {
	hyphens: auto;
    width: 300px;
    text-align: right;
}

.content-left h3 {
    color: #DD0039;
    font-size: 24px;
    margin-top: 0px;
}

.content-right {
    width: calc(100% - 300px);
}

.content-right p:last-child {
    margin-bottom: 0px;
}

.arrow ul,
.projectpartner ul {
    padding-left: 40px;
}

.arrow ul li:before,
.projectpartner ul li:before {
    content: "";
    background: url(/wp-content/themes/hello-elementor-child/images/arrow-right-long-blue.svg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 20px;
    height: 15px;
    display: inline-block;
    margin-right: 17px;
    margin-top: 4px !important;
    float: left;
    position: absolute;
    left: -37px;
}

.arrow ul li,
.projectpartner ul li {
    list-style-type: none;
    position: relative;
}

.contact-box {
    color: #fff;
    display: inline-block;
    background: #2758a2;
    padding: 10px;
}

.contact-box p:last-child {
    margin-bottom: 0px;
}

.box-blue > div div {
    color: #fff;
    background: #2758a2;
    display: inline-block !important;
    width: auto !important;
    height: auto !important;
    padding: 10px !important;
}

.box-blue > div div p:last-child {
    margin: 0px;
}

.box-blue {
    margin-bottom: 40px;
}

/* Footer */

.social-footer-bottom {
    display: flex;
    gap: 30px;
    align-items: flex-end;
    margin-bottom: 8px;
}

a.icon-ig {
    width: 18px;
    height: 18px;
    background: url(/wp-content/themes/hello-elementor-child/images/instagram.svg);
    display: inline-block;
}

a.icon-ig:hover {
    width: 18px;
    height: 18px;
    background: url(/wp-content/themes/hello-elementor-child/images/instagram-pink.svg);
}

a.icon-fb {
    width: 9.82px;
    height: 18px;
    background: url(/wp-content/themes/hello-elementor-child/images/facebook.svg);
    display: inline-block;
}

a.icon-fb:hover {
    width: 9.82px;
    height: 18px;
    background: url(/wp-content/themes/hello-elementor-child/images/facebook-pink.svg);
}

a.icon-li {
	width: 17.73px;
    height: 17.72px;
    background: url(/wp-content/themes/hello-elementor-child/images/linkedin.svg);
    display: inline-block;
}

a.icon-li:hover {
	width: 17.73px;
    height: 17.72px;
    background: url(/wp-content/themes/hello-elementor-child/images/linkedin-pink.svg);
}

.footer-top a {
    color: #fff !important;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.footer-phone > div,
.footer-mail > div,
.footer-address > div {
    width: calc(100% - 50px) !important;
    display: flex;
    align-items: center;
    gap: 20px;
}

.footer-phone > div:before {
    content: "";
    background: url(/wp-content/themes/hello-elementor-child/images/phone.svg);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
}

.footer-mail > div:before {
    content: "";
    background: url(/wp-content/themes/hello-elementor-child/images/mail.svg);
    background-repeat: no-repeat;
    width: 20px;
    height: 17px;
    display: inline-block;
    margin-top: 4px;
}

.footer-address > div:before {
    content: "";
    background: url(/wp-content/themes/hello-elementor-child/images/map.svg);
    background-repeat: no-repeat;
    width: 20px;
    height: 27px;
    display: inline-block;
}

.footer-top p {
    margin-bottom: 0px;
    padding: 0px;
}

.footer-top {
    box-shadow: 0px 7px 15px 0px #00000033;
    position: relative;
    z-index: 66;
    padding-top: 20px;
    padding-bottom: 20px;
}

.footer-bottom {
    background: #e9e4e3;
    padding-top: 10px;
    padding-bottom: 15px;
}

/*
.footer-bottom a:before {
    content: "";
    width: 0;
    display: inline-block;
    transition: width 0.5s ease;
}

.footer-bottom a:hover:before {
    content: "";
    background: url(/wp-content/themes/hello-elementor-child/images/arrow-right-small.svg);
    background-repeat: no-repeat;
    width: 17px;
    height: 16px;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: -2px;
}
*/

.mainmenu-footer-bottom-2 {
    display: flex;
    justify-content: space-between;
    max-width: 1040px;
    gap: 25px;
}

.footer-bottom a {
	transition: width 0.5s ease;
    color: #000 !important;
    font-weight: 400;
}

.footer-bottom a:hover {
    text-decoration: underline !important;
    text-underline-offset: 12px;
    text-decoration-thickness: 2px!important;
    text-decoration-color: #DD0039 !important;
}

/*
.footer-bottom a:hover {
    margin-right: 18px;
}

.footer-bottom a:hover span {
    transform: translateX(22px); 
}
*/



button#menubtn {
    font-size: 27px;
    font-weight: 500;
    color: #000;
}

#menubtn {
    width: unset !important;
    height: unset !important;
    display: flex !important;
    border-radius: 100% !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px!important;
    border: 0px;
    z-index: 9999 !important;
    position: absolute;
    top: 21px;
    right: 10px;
    padding: 0px !important;
}

.menicon {
    width: unset !important;
    height: unset !important;
    background: transparent !important;
    display: flex !important;
    border-radius: 100% !important;
    flex-direction: column !important;
    gap: 6px;
    border: 0px;
    z-index: 9999 !important;
    position: relative;
    padding: 0px !important;
    margin-top: -1px;
}
    
.menubtn-open {
    background-size: 100% auto !important;
    background-repeat: no-repeat !important;
}

.menubtn-open .menicon {
    height: 3px !important;
    gap: 0px;
}

#menubtn span {
    width: 18px;
    height: 3px;
}


@media (min-width: 768px) {

.page-bottom {
    padding-top: 80px;
    margin-top: -170px;
    padding-bottom: 80px;
}


}

@media (min-width: 993px) {

.header-sub {
    top: 100px;
    box-shadow: 5px 3px 9px hsl(0deg 0% 0% / 24%);
}

nav.hfe-nav-menu__layout-vertical.hfe-nav-menu__submenu-arrow {
    padding-left: 40px;
    padding-right: 40px;
}

.mainmenu-bottom {
    padding: 20px 40px;
}

.earth-marker img {
    width: 300px;
}

}

@media (max-width: 1200px) {

.about-box {
    margin-left: 10px;
    margin-right: 10px;
}

}

@media (max-width: 992px) {

.elementor-element.elementor-element-6bae6a6.e-con-full.logo-block.e-flex.e-con.e-child {
    position: relative !important;
    z-index: 99999;
}

.ehf-header #masthead {
    height: 60px;
}

nav.breadcrumb {
    margin-top: 45px;
    margin-bottom: 10px;
}

.elementor-1591 .elementor-element.elementor-element-85aeb78 {
    --spacer-size: 0px;
}

#menubtn {
    top: -17px;
    right: 0px;
}

.hfe-site-logo {
    width: 250px;
    margin-top: -8px;
    margin-left: 10px;
}

.elementor-element.elementor-element-82cbb4b.header {
    height: 60px;
}

.elementor-element.elementor-element-82cbb4b.header.e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded .e-con-inner {
    padding-top: 4px !important;
    padding-bottom: 4px ! Important;
}

h1 {
    font-size: 30px;
}

.page-banner h1 span {
    font-size: 26px;
}

h2 {
    font-size: 26px;
}

h3 {
    font-size: 22px;
}

.logo-block {
    width: 160px;
}

.menu-block {
    width: calc(100% - 160px);
}

.elementor-element.elementor-element-ec3bdd4 {
    width: 100%;
}

.mainmenu-bottom a {
    font-size: 16px;
}

.mainmenu-top, 
.mainmenu-bottom {
    padding-left: 10px !important;
    padding-right: 10px ! Important;
}

.content-left {
    width: 180px;
    text-align: right;
}

.main h3 {
    -webkit-hyphens: auto;
    hyphens: auto;
}

.cloud-links {
        flex-wrap: wrap;
        margin-left: 0px !important;
        display: block;
        /* grid-template-columns: 225px 225px; */
        margin-bottom: 10px;
        max-width: 400px;
    }

.cloud-links a:nth-child(2n) {
    text-align: right;
    margin-right: 0;
    margin-left: auto;
}

body, p, a, li {
    font-size: 17px;
}

button#menubtn {
    margin-top: 11px;
    font-size: 0px;
}

button.menubtn-open {
    margin-top: 19px !important;
}

.menicon {
    gap: 4px;
}

.elementor-element.elementor-element-32a689b.e-con-full.e-flex.e-con.e-child {
    order: 2;
}

h2.quote {
    font-size: 26px;
    text-align: center;
}

span.quote-autor {
    margin: 20px auto 0px auto !important;
    display: block;
    text-align: center;
}

}

@media (min-width: 768px) and (max-width: 992px) {

.elementor-element.elementor-element-a23c7b0.e-con-full.footer-address.e-flex.e-con.e-child {
    width: 32%;
}

.elementor-element.elementor-element-95d2d99.e-con-full.footer-mail.e-flex.e-con.e-child {
    width: 32%;
}

.elementor-element.elementor-element-f888b88.e-con-full.footer-phone.e-flex.e-con.e-child {
    width: 35%;
}

.latest-teasers,
.page-id-684 .latest-teasers {
    gap: 30px;
    display: grid;
    grid-template-columns: calc(33.333% - 20px) calc(33.333% - 20px) calc(33.333% - 20px);
    justify-content: left;
}

.elementor-element.elementor-element-4695cb3.hfe-nav-menu__breakpoint-none.mainmenu-bottom.hfe-nav-menu__align-left.hfe-submenu-icon-arrow.hfe-submenu-animation-none.hfe-link-redirect-child.elementor-widget.elementor-widget-navigation-menu {
    padding-left: 20px !important;
    padding-right: 20px ! Important;
}

/*
ul#menu-1-a3ce7b1,
.elementor-element.elementor-element-64428b11.e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded,
.elementor-element.elementor-element-857d511.e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded,
header.entry-header.post-header,
h2.entry-post-title,
.customlayout nav.breadcrumb,
.elementor-element.elementor-element-59abc3bd.e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded,
.entry-content > div > div,
.main > .e-con-inner > div,
.elementor-element.elementor-element-8011866.e-con-full.e-flex.e-con.e-child,
.elementor-element.elementor-element-5fbeb20.e-con-full.e-flex.e-con.e-child,
.elementor-element.elementor-element-8e488c8.e-con-full.e-flex.e-con.e-child,
.elementor-element.elementor-element-8f40f58.e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded,
.elementor-element.elementor-element-0519c0c.e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded,
.elementor-element.elementor-element-d41ef7a.bg-blue.e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded,
.elementor-element.elementor-element-65b585ee.e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded,
.elementor-element.elementor-element-99add3e.title.e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded,
.elementor-element.elementor-element-8d1b33a.e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded,
.elementor-element.elementor-element-6338113.e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded,
.elementor-element.elementor-element-1bb44c0.e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded,
.elementor-element.elementor-element-a4d53de.footer-bottom.e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded,
.elementor-element.elementor-element-1985c17.footer-top.e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded,
.elementor-element.elementor-element-e9aa65d.bottom.e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded,
.elementor-element.elementor-element-ca95643.page-banner.e-flex.e-con-boxed.e-con.e-child,
.elementor-element.elementor-element-34dff1e.e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded,
.elementor-element.elementor-element-74f3f85.page-bottom.e-flex.e-con-boxed.e-con.e-child {
    padding-right: 20px;
    padding-left: 20px;
}
*/


}


@media (max-width: 768px) {

.desktop {
    display: none!important;
}

.mobile {
    display: inline-block!important;
}

main#content div {
    text-align: left !important;
}

.elementor-element.elementor-element-717d2f9 {
    z-index: 888;
}

.mainmenu-inside {
    margin-top: 15px;
}

.mainmenu-top .hfe-has-submenu-container a, .mainmenu-top .hfe-nav-menu > li > a {
    margin-bottom: 5px;
}

nav.breadcrumb {
    font-size: 14px;
}

.elementor-element.elementor-element-191d01c.elementor-widget.elementor-widget-text-editor .elementor-widget-container {
    margin-top: 3px;
    padding-bottom: 3px;
    padding-right: 10px;
}

.elementor-element.elementor-element-1058096.elementor-widget.elementor-widget-text-editor {
    position: unset;
}

.arrows {
    position: absolute;
    top: -110px;
    right: 20px;
    width: 60px;
}

.elementor-element.elementor-element-6fdf075.elementor-widget.elementor-widget-image {
    margin-bottom: -280px;
}

.elementor-element.elementor-element-74f3f85.page-bottom.e-flex.e-con-boxed.e-con.e-child {
    padding-top: 280px;
    padding-bottom: 40px;
}

.elementor-element.elementor-element-74f3f85.page-bottom.e-flex.e-con-boxed.e-con.e-child:before {
    clip-path: polygon(100% 100%, 100% 0, 0 100%);
    background: #e7e5de;
    display: inline-block;
    top: -54px;
    left: -7px;
    width: calc(100% + 7px);
    height: 55px;
    content: "";
}

.elementor-element.elementor-element-f39fc6f.elementor-widget__width-initial.elementor-widget.elementor-widget-text-editor {
    width: 100% !important;
}

.bottom {
    padding-top: 65px;
}

.bottom:after {
    height: 25px;
}

.page-id-684 .latest-teasers {
    display: flex;
}

.latest-teasers {
    flex-direction: column;
    gap: 40px;
}

.teaser-body {
    border-radius: 10px;
    min-height: 134px;
}

a.btn.center-bottom {
    margin-top: 50px;
}

h3.teaser-title {
	font-size: 20px;
}

.footer-phone {
    margin-top: 25px;
    margin-bottom: 25px;
}

.footer-bottom p {
    column-count: 2;
}

.footer-bottom p a {
    margin-bottom: 15px !important;
    margin-left: 0px;
    display: inline-block;
}

.mainmenu-footer-bottom-2 a:last-child {
    position: relative;
}

.mainmenu-footer-bottom-2 a:last-child:after {
    content: "";
    width: 100%;
    height: 30px;
    position: absolute;
    bottom: -44px;
    left: 0;
}

.content-post {
    flex-direction: column;
    gap: 10px;
}

.content-left {
    width: 100%;
    text-align: left;
}

.content-left h3 {
    font-size: 22px;
}

.content-right {
    width: 100%;
}

.customlayout nav.breadcrumb {
    margin-bottom: 34px;
}

h2.entry-post-title {
    color: #000;
    padding-bottom: 35px;
}

header.entry-sub-header {
    max-width: 100%;
}

.customlayout h3 {
	text-align: left;
}

.table {
    flex-direction: row !important;
    display: flex;
    gap: 20px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: -20px;
    width: calc(100% + 30px);
}

.table > div:first-child {
    min-width: 75px;
}

.intro div,
.intro {
    padding-left: 0px !important;
}

.e-n-accordion-item-title-text span {
    height: 28px;
    float: left;
}

.quote-heart h2 {
    font-size: 22px;
}

.quote-heart {
    height: unset;
    padding-top: 20px;
}

.elementor-element.elementor-element-3fe7dee.e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded .e-con-inner,
.elementor-element.elementor-element-f076835.e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded .e-con-inner {
    display: inline-block;
    width: 100%;
}

.big-red {
    font-size: 34px;
}

span.heart-icon {
    margin-bottom: -2px;
}

.elementor-1620 .elementor-element.elementor-element-6f4e50a .elementor-heading-title {
    font-size: 24px;
}

.about-boxes .e-con-inner {
    flex-wrap: wrap !important;
}

}


@media (max-width: 550px) {

.flex-2.spaceb {
    flex-direction: column;
}

.mainmenu-footer-bottom-2 {
    flex-direction: column;
    justify-content: flex-start;
}

.elementor-element.elementor-element-42c6c8e .flex-2.spaceb {
    flex-direction: row;
}

.cloud-links {
    grid-template-columns: 100%;
    margin-bottom: 25px;
    gap: 25px;
}


}


@media (max-width: 395px) {
    .page-banner h1 span {
        max-width: 325px;
    }
}
