/**
Theme Name: Astra Child Theme
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child-theme
Template: astra
*/



.custom-blog .eael-grid-post-holder {
	padding: 1rem;
	background-image: linear-gradient(180deg, var( --e-global-color-astglobalcolor4 ) 0%, var( --e-global-color-primary ) 100%); 
	border: 0 !important;
	box-shadow: 2px 6px 17px 2px rgba(0, 0, 0, 0.2);
}

.custom-blog .eael-posted-on::before {
	display: none;
}


footer {
	position: absolute;
	width: 100%;
	bottom: -420px;
}

@media only screen and (max-width: 922px) {
	footer {
		bottom: -400px;
	}
}


@media only screen and (max-width: 820px) {
	footer {
		bottom: -770px;
	}
}



.sticky-hdr {
	position: fixed !important;
	width: 100%;
}

.main-hdr {
	top: 40px !important;
}

@media only screen and (max-width: 820px) {
	.main-hdr {
		top: 0 !important;
	}
}




/* Sticky Nav
********************************************************/

.navbar {
	position -webkit-sticky;
	position: sticky !important;
	top: 0;
	
}

.topnavbar {
	position -webkit-sticky;
	position: sticky !important;
	top: 30;
}

/* Sticky Nav
********************************************************/

.elementor-accordion .elementor-accordion-item:nth-child(odd) {
	background-color: var( --e-global-color-primary ) !important;
}


svg.svg-hdr {
    fill: #FFF;
    font-size: 1.3em;
}

.contactfooter ul {
	justify-content: center;
}

.contactheader-right ul {
	justify-content: right;
	color: #FFF;
}

.contact-hdr a,
.contact-hdr a:hover {
	color: #fff;
	font-size: 0.8rem !important;
	margin-right: 1rem;
}

.contact-footer a,
.contact-footer a:hover {
	color: #B54E09;
}

.contactheader-left,
.contactheader-right {
	color:#FFF;
}

.elementor-icon-list-text-topnav {
	color:#FFF !important;
}

/* A Store Locator
***********************************************************/

.mb-2 {
	visibility: hidden;
}

.mb-2:after {
	visibility: visible;
	content: 'Einsatzstelle suchen';
	margin-left: -165px;
}

/* Components
***********************************************************/

/* Pricing Table */
table tbody tr:nth-child(even) {
    background-color: var(--e-global-color-fff9ad8) !important;
}

/* Pricing Cards */
.eael-pricing.style-1 .eael-pricing-item .body ul li {
    border-bottom: none !important;
}

.eael-pricing.style-1:hover {
    box-shadow: none !important;
}

/* Navigation Sub Menu
***********************************************************/
#menu-item-1954>.sub-menu {
    margin-top: 31px;
}

/* Sticky Contact Element
**********************************************************/
ul.sticky-btn {
    position: fixed;
    top: 25%;
    right: 0;
    list-style: none;
    color: var(--e-global-color-text);
    z-index: 99999;
}

ul.sticky-btn svg {
    fill: var(--e-global-color-secondary);
    padding: 10px;
}

ul.sticky-btn .contact svg {
    fill: #fcba4e;
    padding: 10px;
}

ul.sticky-btn li {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    margin-bottom: 30px;
    transition: 0.5s;
}

ul.sticky-btn li.phone {
    transform: translateX(270px);
    width: 200px;
}

ul.sticky-btn li.phone:hover {
    transform: translateX(139px);
}

ul.sticky-btn li.phone .content {
    width: 151px;
	border-bottom-left-radius: none !important;
}

ul.sticky-btn li.contact {
    transform: translateX(270px);
}

ul.sticky-btn li.contact .content {
    width: 270px;
	font-family:'Molengo',sans-serif;
}

ul.sticky-btn li:hover {
    transform: translateX(0);
}

ul.sticky-btn li .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--e-global-color-secondary);
    width: 50px;
    height: 50px;
    background-color: #fff5cf;
	border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

ul.sticky-btn li .content {
    background: var(--e-global-color-fff9ad8);
    min-height: 50px;
    padding: 8px;
}

ul.sticky-btn li .content a {
    text-decoration: none;
    color: #b54e09;
}

ul.sticky-btn li.contact .content .form label {
    color: var(--e-global-color-text);
    margin-bottom: 10px;
}

ul.sticky-btn li.contact .content .form label input:not(btn),
ul.sticky-btn li.contact .content .form label textarea,
ul.sticky-btn li.contact .content .form label select {
    background-color: #fff !important;
}

ul.sticky-btn li.contact .content .form label input:not(btn):hover,
ul.sticky-btn li.contact .content .form label textarea:hover,
ul.sticky-btn li.contact .content .form label select{
	border-color:#5cccc1 !important;
}

ul.sticky-btn li.contact .content .form label input:not(btn):focus,
ul.sticky-btn li.contact .content .form label textarea:focus,
ul.sticky-btn li.contact .content .form label select{
	border-color:#5cccc1 !important;
}

ul.sticky-btn li.contact .content .form label input:not(btn),
ul.sticky-btn li.contact .content .form label select {
    padding: 8px 10px !important;
}

ul.sticky-btn li.contact .content .form label br:last-child {
    display: none;
}

ul.sticky-btn li.contact .content {
    max-height: 460px;
    overflow-y: auto;
}

ul.sticky-btn li.contact .content .form * {
    font-size: 12px;
}

ul.sticky-btn li.contact .content .form textarea {
    max-height: 75px;
    background: var(--e-global-color-secondary);
	border-color:#fcba4e !important;
}


ul.sticky-btn li.contact .content .form textarea,
ul.sticky-btn li.contact .content .form select,
ul.sticky-btn li.contact .content .form input {
    background: var(--e-global-color-secondary);
}

ul.sticky-btn li.contact .content .form input[type="submit"] {
    background-color:#fcba4e !important;
	border-radius: 8px;
}


ul.sticky-btn li.contact .content .form input[type="submit"]:hover {
    background-color:#5cccc1 !important;
	border-radius: 8px;
}


/* Error */
ul.sticky-btn li.contact .content .form .wpcf7-not-valid-tip {
    font-size: 10px;
    line-height: 1;
    color: var(--e-global-color-text);
}

ul.sticky-btn li.contact .content .wpcf7-response-output {
    line-height: 1.3;
}

ul.sticky-btn li.contact .content .form a {
    text-decoration: underline;
}

ul.sticky-btn li .content {
	background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,245,207,1) 100%)!important;
}

.content{
	background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,245,207,1) 100%)!important;
	border-bottom-right-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
}


/* Kontaktformular
***********************************************************/
.form * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.form label {
    width: 100%;
    margin-bottom: 10px;
}

.form p {
    font-size: 12px;
}

.form input:not(.btn),
.nachricht textarea,
.form select {
    background-color: #fff !important;
    padding: 15px 20px !important;
}

.form input:not(.btn):hover{
	border-color:#5cccc1;
}

.form input:not(.btn):focus{
	border-color:#5cccc1 !important;
}

.form select {
    width: 100%;
	border-radius: 8px !important;
	border-color:#fcba4e !important;
    transition: 4ms;
}

.form select:focus {
    color: #5cccc1;
    border-color: #5cccc1 !important;
}

.form select:hover {
    color: #5cccc1;
    border-color: #5cccc1 !important;
}

.form .elementor-column-gap-custom {
    justify-content: space-between;
}

form .elementor-column-gap-custom .elementor-column {
    padding: 0 5px;
    margin: 0 -5px;
}

.form textarea {
    max-height: 100px;
}

.form input[type="submit"].btn {
    padding: 13px 40px;
    margin-top: 25px;
	border-radius: 8px 8px 8px 8px !important;
}

/* Error */
.form .wpcf7-not-valid-tip {
    font-size: 12px;
    color: #822831;
}

.wpcf7-response-output {
    border-color: #fcba4e !important;
    margin: 0 !important;
    padding: 5px !important;
    font-size: 12px !important;
    background: rgba(130, 40, 49, 0.3) !important;
}

.form-field form label {
	border-radius: 8px !important;
	border-color:#fcba4e !important;
	
}



.elementor-kit-21 textarea{
	background-color:#fff;
}

.elementor-kit-21 textarea:focus{
	background-color:#fff;
	border-color:#5cccc1;
}

.elementor-kit-21 textarea:hover{
	border-color:#5cccc1;
}

.elementor-kit-21 label{
	color:#B54E09 !important;
	font-family:'Molengo',sans-serif;
}



/* Initialien
***********************************************************/
.first-letter {
  font-size: 35px;
	color:#5cccc1;
}


/* Footer Links (Optionial)
***********************************************************/
.footer-links {
    color: #fff !important;
    text-decoration: underline;
}

.footer {
  background: linear-gradient(180deg, rgba(92,204,193,1) 0%, rgba(10,65,99,1) 100%, rgba(252,183,78,1) 100%) !important;
}

.footer-ul {
	justify-content: center !important;
	display: flex;
	margin-top: -20px;
}

/* Copyright Bar Abstand (Optional)
***********************************************************/
.copyright-bar p {
    margin: 0;
}

/**********************************************************/
/* Media Queries                                          */
/**********************************************************/

@media only screen and (min-width: 820px) {
	.main-menu nav ul li:nth-of-type(-n +2) {
		display: none;
	}
}


