/* 
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+ */
}

/* Variables
----------------------- */
:root {
  --color-border: #dfdfdf;    
  --color-white: #ffffff;
  --color-blue: #15a0e1;
  --color-midblue: #25569d;  
  --color-darkblue: #011e37;
  --color-orange: #e28b3c;
  --color-green: #79b14b;
  --color-lightgrey: #e9e4e3;
  --e-global-color-primary: var(--color-blue)!important;

}

/* 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: var(--color-blue)!important;
    text-decoration: none!important;
}

h1 {
    font-size: 38px;
    font-weight: 400;
    color: var(--color-blue)!important;
}

h2 {
    font-size: 30px;
    font-weight: 400;
    color: var(--color-blue);
}

h3 {
    font-size: 20px;
}

ul {
    padding-left: 20px;
}

ul li {
    margin-bottom: 5px;
}

li::marker {
  color: var(--color-blue);
}

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: var(--color-green);
	padding: 8px 17px !important;
    border: 2px solid var(--color-green);
    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: var(--color-green)!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;
}

.round-btn a {
    color: #fff ! Important;
    font-size: 20px;
    letter-spacing: 0.7px;
    padding: 20px 25px;
    background: var(--color-blue) !important;
    display: inline-block;
    border-radius: 0px 30px 0px 30px;
}

.btn-orange a {
    background: var(--color-orange) !important;
}

.btn-green a {
    background: var(--color-green) !important;
}

.arrow-text .elementor-widget-container {
    display: inline-block;
}

.arrow-link p {
    margin: 0px;
}

.arrow-text p {
    padding-bottom: 5px;
}

a.arrow-link,
.arrow-text p,
.arrow-link a {
    border-bottom: 1px solid var(--color-darkblue);
    color: var(--color-darkblue)!Important;
    line-height: 1em;
}

.arrow-text.white p,
.arrow-link.white a {
    border-bottom: 1px solid var(--color-white);
    color: var(--color-white)!Important;
}

a.arrow-link:after,
.arrow-text p:after,
.arrow-link a:after {
    color: var(--color-darkblue);
    content: "\f30b";
    font-family: 'Font Awesome 5 Free';
    font-weight: 600 !important;
    padding-left: 6px;
}

.arrow-text.white p:after,
.arrow-link.white a:after {
    color: var(--color-white);
}

b, strong {
    font-weight: 600;
}

hr {
    width: 96px;
    border-top: 4px solid var(--color-green);
}

[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: var(--color-green);
    position: relative;
}

a.arrow {
	color: var(--color-green)!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: var(--color-green) !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;
}

*/



span.nricon {
    background: #e30613;
    font-size: 14px;
    width: 19px;
    height: 18px;
    display: flex;
    line-height: 1em;
    justify-content: center;
    align-items: center;
    border-radius: 100px 100px 100px 0px;
    position: absolute;
    right: -23px;
    top: -10px;
}

ul.pll-flag-dropdown__menu, ul.pll-flag-dropdown__menu li {
    padding: 0px;
    margin: 0px;
}

span.pll-flag-dropdown__chev {
    display: none;
}

button.pll-flag-dropdown__toggle:focus {
    background: transparent !important;
}

.bg-blue {
    color: #fff;
    background: var(--color-blue);
}

.bg-midblue {
    color: #fff;
    background: var(--color-midblue);
}

.bg-orange {
    color: #fff;
    background: var(--color-orange);
}

.bg-green {
    color: #fff;
    background: var(--color-green);
}

.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 var(--color-green);
    margin-bottom: 35px;
}

hr.hrbig {
    border-top: 2px solid var(--color-green);
    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: 20px;
    margin-bottom: 0px;
}

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;
}


/* Header */

/* Drodpown with and styles */



.header-main-links ul#menu-hauptmenue li > a {
    font-size: 20px !important;
    color: #fff !important;
    font-weight: 300 !important;
    padding: 5px 2px 15px 2px !important;
    margin: 0px !important;
    line-height: 1em !important;
    border-bottom: 10px solid;
    width: 155px;
    text-align: center !important;
    justify-content: center;
    align-items: flex-end !important;
    height: unset ! Important;
}

.header-main-links li#menu-item-106 a.ekit-menu-nav-link{
	border-color: var(--color-blue);
}

.header-main-links li#menu-item-2101 a.ekit-menu-nav-link{
	border-color: var(--color-midblue);
}

.header-main-links li#menu-item-2102 a.ekit-menu-nav-link{
	border-color: var(--color-orange);
}

.header-main-links li#menu-item-2103 a.ekit-menu-nav-link{
	border-color: var(--color-green);
}


.elementskit-navbar-nav-default .elementskit-megamenu-panel,
.elementskit-megamenu-panel.ekit-dropdown-open-onclick.elementskit-dropdown-open {
    width: 100% !important;
}

@media (min-width: 1500px) {
.elementskit-navbar-nav-default .elementskit-megamenu-panel {
    width: calc(100% + 200px) !important;
    margin-left: -100px!important;
}
}

@media (min-width: 1024px) {

.header-bottom > .e-con-inner {
    position: relative !important;
}

.header-main-links,
.elementor-element.elementor-element-ebe9907.elementor-widget.elementor-widget-ekit-nav-menu,
div#ekit-megamenu-hauptmenue {
    position: unset !important;
}

.elementskit-megamenu-panel.ekit-dropdown-open-onclick {
    margin-top: 20px!important;
    border: 10px solid var(--color-darkblue)!important;
}

li#menu-item-106 .elementskit-megamenu-panel.ekit-dropdown-open-onclick {
    border-color: var(--color-blue)!important;
}

li#menu-item-2101 .elementskit-megamenu-panel.ekit-dropdown-open-onclick {
    border-color: var(--color-midblue)!important;
}

li#menu-item-2102 .elementskit-megamenu-panel.ekit-dropdown-open-onclick {
    border-color: var(--color-orange)!important;
}

li#menu-item-2103 .elementskit-megamenu-panel.ekit-dropdown-open-onclick {
    border-color: var(--color-green)!important;
}

.menu-links a {
    color: #fff !important;
    margin: 0px !important;
    padding: 0px !important;
    display: inline-block;
    width: 100%;
    line-height: 1em;
}

.menu-links a:after {
    border-bottom: dashed 1px var(--color-blue);
    content: "";
    width: 100%;
    display: inline-block !important;
    margin-bottom: 7px;
    margin-top: 15px !important;
}

li#menu-item-106 .menu-links a:after {
    border-bottom: dashed 1px var(--color-blue);
}

li#menu-item-2101 .menu-links a:after {
    border-bottom: dashed 1px var(--color-midblue);
}

li#menu-item-2102 .menu-links a:after {
    border-bottom: dashed 1px var(--color-orange);
}

li#menu-item-2103 .menu-links a:after {
    border-bottom: dashed 1px var(--color-green);
}

.menu-links p {
    margin: 0px!important;
}

.menu-text h4 {
    margin-top: 0px;
}

}

@media (max-width: 1024px) {

button.elementskit-menu-hamburger.elementskit-menu-toggler {
    border: 0px;
    padding: 0px !important;
    gap: 2px;
    display: flex !important;
    flex-direction: column;
    width: 37px !important;
    justify-content: center;
    align-items: center;
}

button.elementskit-menu-hamburger.elementskit-menu-toggler:hover {
    background: transparent !important;
}

button.elementskit-menu-hamburger.elementskit-menu-toggler span {
    background: #fff !important;
    height: 4px;
}

.elementskit-menu-overlay.elementskit-menu-offcanvas-elements.elementskit-menu-toggler.ekit-nav-menu--overlay.active {
    display: none;
}

div#ekit-megamenu-hauptmenue {
    width: 100% ! Important;
    max-width: 100% ! Important;
}

div#ekit-megamenu-hauptmenue {
    background: var(--color-darkblue)!important;
}


.header-main-links ul#menu-hauptmenue li {
	background: var(--color-darkblue);
}

.header-main-links ul#menu-hauptmenue li > a {
        width: 100% !important;
        padding: 15px 20px 15px 20px !important;
        border-bottom: 2px solid;
    }



}

/* End Dropdown with and styles*/

.header-top-links > div {
    display: flex;
    gap: 20px;
}

.header-top-links a {
    font-size: 16px;
    color: #fff !important;
}

.header-bottom-links > div {
    display: flex;
    gap: 20px;
}

.header-bottom-links a {
    font-size: 20px;
    color: #fff !important;
}


div#ekit-megamenu-hauptmenue {
    height: unset !important;
}

.elementor-element.elementor-element-b292228.header-bottom.e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded .e-con-inner {
    padding-bottom: 0px !important;
}

.elementor-47 .elementor-element.elementor-element-ebe9907 .elementskit-navbar-nav > li > a .elementskit-submenu-indicator {
    color: var(--color-blue);
    fill: var(--color-blue);
    margin-right: 0px;
}

.page-banner .e-con-inner,
.page-bottom .e-con-inner {
    position: relative;
    z-index: 333;
}

header#masthead {
    height: 170px;
    z-index: 999!important;
    background: var(--color-darkblue);    
}

.ehf-header #masthead .header-top {
    position: fixed;
    /*position: relative;*/
    top: 0;
    z-index: 999!important;
    background: var(--color-darkblue);
}

.ehf-header #masthead .header-bottom {
    top: 100px;
}

.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);
}

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;
}

.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 {
    background: var(--color-lightgrey);
}

.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: var(--color-green) !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: var(--color-green) !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-ec3bdd4 {
    background: #fff;
    width: 40%;
}

.mainmenu-inside {
    display: flex;
    flex-direction: column;
    justify-content: space-between !important;
    height: 100%;
    padding-top: 100px;
}


.hfe-site-logo-container {
    position: relative;
}

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;
}


.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: var(--color-green);
    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;
}

/* Grids */

@media (max-width: 992px) {

.grid-3 .e-con-inner > div {
    width: calc(50% - 20px);
}

}

@media (max-width: 700px) {

.grid-3 .e-con-inner > div {
    width: 100%;
}

}

/* Gallery */

.eael-filter-gallery-control {
    margin-top: 30px;
    margin-bottom: 20px;
}

.eael-filter-gallery-control li {
    font-size: 14px !important;
    border: 1px solid var(--color-blue) !important;
    background: #fff;
    color: #d67a17;
    margin: 5px !important;
    padding: 10px 18px !important;
    cursor: pointer;
    font-weight: 700 !important;
    min-width: 100px;
    border-radius: 100px ! Important;
    color: var(--color-blue) !important;
}

.eael-filter-gallery-control li:hover,
.eael-filter-gallery-control li.active {
    background: var(--color-blue) !important;
    color: var(--color-white) !important;
}

/* Events */

.sge-event-filters {
    text-align: center;
    justify-content: center!important;
    margin-top: 40px!important;
    margin-bottom: 40px!important;
}

.sge-filter-button {
	min-width: 100px;
    border-radius: 100px;
    color: var(--color-blue)!important;
    border-color: var(--color-blue)!important;
}

.sge-filter-button:hover,
.sge-filter-button.is-active {
    color: var(--color-white)!important;
    background: var(--color-blue)!important;
    border-color: var(--color-blue)!important;
}

.sge-event-card__taxonomy {
    position: absolute;
    border-radius: 0px 60px 0px 60px;
    padding-top: 30px!important;
    padding-bottom: 30px!important;
    padding-left: 40px!important;
    padding-right: 40px!important;
    width: 100%;
}

img.sge-event-card__image {
    padding-top: 30px!important;
    border-radius: 0px 60px 0px 0px;
}

.sge-event-card {
    background: transparent !important;
}

.sge-event-card__title, .sge-event-card__title a {
    margin: 0 0 10px!important;
    color: var(--color-darkblue)!important;
    font-size: 1.5rem!important;
    line-height: 1.2!important;
    font-weight: 500!important;
    text-transform: uppercase!important;
    text-decoration: none!important;
    pointer-events: none !important;
}

.sge-event-card__body {
    padding: 20px 20px 28px!important;
}

.sge-event-card__excerpt {
    color: var(--color-darkblue)!important;
}

.sge-event-card__date {
    margin-bottom: 10px!important;
    color: var(--color-darkblue)!important;

}

article.sge-event-card.event-category-erlebnisbad .sge-event-card__taxonomy {
background: var(--color-blue);
}

article.sge-event-card.event-category-freibad .sge-event-card__taxonomy {
background: var(--color-midblue);
}

article.sge-event-card.event-category-wellness .sge-event-card__taxonomy {
background: var(--color-orange);
}

article.sge-event-card.event-category-fitness .sge-event-card__taxonomy {
background: var(--color-green);
}


/* Elements */

.full-img-right .tabslider-tab-content {
    padding: 0px;
}

.full-img-right .tabslider-tab-content p {
    line-height: 1em;
    margin: 0px !important;
    padding: 0px !important;
}

.full-img-right .tabslider-tab-content img {
    margin: 0px 0px -3px 0px;
    padding: 0px !important;
    line-height: 1em;
    width: 100%;
}

.no-img-left .tabslider-image-container {
    display: none;
}

.no-img-left .tabslider-image-text {
    height: 100%;
}

.no-content-right .tabslider-tab-content {
    display: none !important;
}

.square-list ul li:before {
    width: 10px;
    height: 10px;
    content: "";
    display: inline-block;
    background: var(--color-blue);
    margin-bottom: 1px;
    margin-right: 10px;
}

.square-list ul {
    list-style-type: none;
}

.square-list.list-green ul li:before {
  background: var(--color-green); 
}

.square-list.list-orange ul li:before {
  background: var(--color-orange); 
}

.square-list.list-blue ul li:before {
  background: var(--color-blue); 
}

.square-list.list-midblue ul li:before {
  background: var(--color-midblue); 
}


/* click card element */

.box5050 .e-con-inner {
    align-items: stretch !important;
    display: flex !important;
}

.box5050 .e-con-inner img {
    width: 100%;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
    aspect-ratio: unset !important;
}

.box5050 .elementor-widget-image {
    height: 100%;
}

.click-card:hover {
    cursor: pointer;
}

.click-card-front .elementor-widget-image {
    height: 100% !important;
}

.click-card-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, opacity 0.3s ease;
  opacity: 0;
}

.click-card.active .click-card-content {
	height: 100%;
    max-height: 500px;
    opacity: 1;
    z-index: 3;
}


.top-icon img {
    width: 70px;
}

.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;
}

.full-height .elementor-widget-image {
    height: 100%;
}

/* 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 {
    font-size: 50px;
    line-height: 1.3em;
    color: var(--color-green);
    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, var(--color-green) 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: var(--color-green);
    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: var(--color-green);
    padding: 8px 17px !important;
    border: 2px solid var(--color-green);
    border-radius: 30px;
    display: inline-block;
}

.page-id-911 label.wp-block-search__label {
    display: none;
}

/* Frontpage */

.border-side-blue:before {
    content: "";
    height: 100px;
    width: 1px;
    background: var(--color-blue);
    display: inline-block;
    position: absolute;
    left: 0;
    top: 20px;
}

.border-side-blue:after {
    content: "";
    height: 100px;
    width: 1px;
    background: var(--color-blue);
    display: inline-block;
    position: absolute;
    right: 0;
}

.info-box-badge {
    position: absolute;
    right: 0;
    bottom: -60px;
    border: 7px solid #fff;
    border-radius: 100px;
}

.info-box-body {
    width: calc(100% - 120px);
}

.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, var(--color-green) 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 var(--color-green);
    border-radius: 20px;
    background: #fff;
}

/* Pages */

.team strong {
    margin-top: 3px;
    margin-bottom: 6px !important;
    display: inline-block;
}

.team a {
    margin-top: 7px;
}


/* 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, var(--color-green) 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: var(--color-green);
    font-weight: 500;
    display: inline-block;
    padding: 6px 18px;
    border: 2px solid var(--color-green);
    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: var(--color-green);
    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 */

footer {
    background: var(--color-darkblue);
}

.social-links-footer {
    display: flex;
    gap: 20px;
}

.social-links-footer a {
    width: 40px!important;
}

.social-footer-bottom {
    display: flex;
    gap: 30px;
    align-items: flex-end;
    margin-bottom: 8px;
}

.footer-bars {
    display: flex;
}

.footer-bars div {
    width: 155px;
    height: 10px;
    display: flex;
}

a.icon-ig {
    width: 18px;
    height: 18px;
    background: url(/wp-content/themes/hello-elementor-child/images/instagram.svg);
    display: inline-block;
}

a.icon-fb {
    width: 9.82px;
    height: 18px;
    background: url(/wp-content/themes/hello-elementor-child/images/facebook.svg);
    display: inline-block;
}

a.icon-li {
	width: 17.73px;
    height: 17.72px;
    background: url(/wp-content/themes/hello-elementor-child/images/linkedin.svg);
    display: inline-block;
}

.footer-links a {
    color: #fff !important;
    margin: 0px !important;
    padding: 0px !important;
    display: inline-block;
    width: 100%;
    line-height: 1em;
}

.footer-links a:after {
    border-bottom: dashed 1px var(--color-blue);
    content: "";
    width: 100%;
    display: inline-block !important;
    margin-bottom: 7px;
    margin-top: 15px !important;
}

.footer-links br {
    display: none !important;
}

.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: var(--color-lightgrey);
    padding-top: 10px;
    padding-bottom: 15px;
}

.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: var(--color-green) !important;
}

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) {



}

@media (max-width: 1200px) {


}

@media (max-width: 992px) {



.elementor-1591 .elementor-element.elementor-element-85aeb78 {
    --spacer-size: 0px;
}

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;
    }
}
