/**
Theme Name: inallermunde – 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: inallermunde-child-theme
Template: astra
*/



/** Green Circle Start**/
.koCircle {
    position: relative;
}

.koCircle::after {
    content: "";
    min-width: calc(400px - 2vw);
    height: 0;
    padding-top: calc(400px - 2vw);
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
    border: 3px solid #93C11A;
    border-radius: 100vw;
    position: absolute;
    z-index: -1
}

.koGreen {
	color: var(--e-global-color-astglobalcolor1);
}
/** Green Circle End**/


/** Astra Header Start
.ast-theme-transparent-header .main-header-menu .current-menu-item > .menu-link {
	font-weight: bold;
}

#masthead {
	position: fixed !important;
	transition: all 0.25s ease;
	width: 100vw;
	z-index: 999;
}

body.koScrolled #masthead,
body.koScrolled .ast-builder-menu-1 .main-header-menu > .menu-item > .sub-menu, 
body.koScrolled .ast-builder-menu-1 .main-header-menu > .menu-item > .astra-full-megamenu-wrapper {
	background: rgba(255, 255, 255, 0.2);
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
}

body.koScrolled #masthead::before, 
body.koScrolled .ast-builder-menu-1 .main-header-menu > .menu-item > .sub-menu::after,
body.koScrolled .ast-builder-menu-1 .main-header-menu > .menu-item > .astra-full-megamenu-wrapper::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(15px);
	-webkit-backdrop-filter: blur(15px);
    z-index: -1;
    top: 0;
    left: 0;
}

**/

/** Astra Header End**/

/** Header Start**/
.elementor-nav-menu__container{
    top:0px!important;
    }
  #menuhopin.headershow{
    transform: translateY(0);
    }
  #menuhopin{
    position: fixed;
    top:0;
    width: 100%;
    -webkit-transition: transform 0.34s ease;
    transition : transform 0.34s ease;
    transform: translateY(-200px); /*adjust this value to the height of your header*/
    }
    .header-sticky {
        backdrop-filter: blur(10px); /* Adjust the blur value as needed */
    }

.uael-nav-menu .sub-menu li.menu-item {
	 backdrop-filter: blur(10px);
}
  

/** Header End**/

/** Footer Start**/
.site-footer .site-primary-footer-inner-wrap {
	grid-template-columns: repeat(5, auto);
	line-height: 1.4em;
}

.site-footer .site-footer-section-5 .is-layout-flex {
    justify-content: center;
}

/** Footer End**/


/** Beiträge Design - Loop **/

.koButton .elementor-button-wrapper {
    position: relative;
    display: inline-block;
    margin-left: auto;
	transition: all 0.25s ease;
}

.koButton .elementor-button-wrapper:hover,
.koButton .elementor-button-wrapper:focus {
	transform: scale(1.05);
}

.koButton .elementor-button-wrapper:after {
    content: "";
    width: 100%;
    height: 0;
    padding-top: 100%;
    background-color: var(--e-global-color-astglobalcolor1);
    border-radius: 50vw;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 5;
}

.koButton .elementor-button-wrapper .elementor-button {
    background: none;
    z-index: 10;
    position: relative;
    height: auto;
    padding: calc(50% - 27.2px / 2) 10px;
}

/** Beiträge Start**/
.elementor-post__read-more-wrapper {
    position: relative;
    display: inline-block;
    margin-left: auto;
	transition: all 0.25s ease;
}

.elementor-post__read-more-wrapper:hover,
.elementor-post__read-more-wrapper:focus {
	transform: scale(1.05);
}

.elementor-post__read-more-wrapper:after {
    content: "";
    width: 100%;
    height: 0;
    padding-top: 100%;
    background-color: var(--e-global-color-astglobalcolor1);
    border-radius: 50vw;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 5;
}

.elementor-post__read-more-wrapper .elementor-post__read-more {
    z-index: 10;
    height: auto;
    padding: calc(50% - 27.2px / 2) 10px;
}
/** Beiträge End**/

.ast-builder-menu-1 .main-header-menu > .menu-item > .sub-menu, 
.ast-builder-menu-1 .main-header-menu > .menu-item > .astra-full-megamenu-wrapper {
    margin-top: 30px;
}
@media (max-width: 1024px) {	
	.site-footer .site-primary-footer-inner-wrap aside,
	.site-footer .site-primary-footer-inner-wrap aside p {
		margin-bottom: 0 !important;
	}
	
	 .koPlants .koCircle {
		width: fit-content;
		margin: 0 auto;
		max-width: 400px !important;
		width: 75% !important;
    	margin: -30px auto 0;
	} 
	
	
	/*.koPlants .koCircle::after {
		transform: translate(-50%, -60%);
		width: 120%;
    	padding-top: 120%;
	}*/

    .koCircle {
		width: fit-content;
		margin: 0 auto;
		max-width: 400px !important;
		width: 75% !important;
    	margin: -30px auto 0;
	}
	
	.koCircle::after, .koPlants .koCircle::after {	
		min-width: 400px;
		height: 0;
		padding-top: 400px;
		top: 0;
		transform: translate(-50%, -50%);
		border-radius: 100%;
		position: absolute;
		z-index: -1;
		width: 20%;
    	
	}
}

@media (max-width: 768px) {	
	.site-footer .site-primary-footer-inner-wrap aside,
	.site-footer .site-primary-footer-inner-wrap aside p {
		margin-bottom: 0 !important;
	}
	
	 .koPlants .koCircle {
		width: fit-content;
		margin: 0 auto;
		max-width: 300px !important;
		width: 75% !important;
    	margin: -30px auto 0;
	} 
	
	
	/*.koPlants .koCircle::after {
		transform: translate(-50%, -60%);
		width: 120%;
    	padding-top: 120%;
	}*/

    .koCircle {
		width: fit-content;
		margin: 0 auto;
		max-width: 300px !important;
		width: 75% !important;
    	margin: -30px auto 0;
	}
	
	.koCircle::after, .koPlants .koCircle::after {	
		min-width: 300px;
		height: 0;
		padding-top: 300px;
		top: 0;
		transform: translate(-50%, -50%);
		border-radius: 100%;
		position: absolute;
		z-index: -1;
		width: 20%;
    	
	}
}


.einfacherreichbar-accessibility-toggle {
	padding-left: 17px !important;
	padding-right: 17px !important;
}
