/**
Theme Name: Astra Child
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
Template: astra
*/

/* General settings */
.uael-sub-heading {
	font-weight: bold;
}

/* Simple classes */
.fit-content {
	width: fit-content;
}

/* Elementor: All Headers with UAEL large font */
.uael-heading-wrapper h1.uael-heading .uael-size--xxl {
	font-size: 3em;
	line-height: 1.1em;
	color: var( --ast-global-color-5 );
}

@media all and (max-width: 1024px) {
	.uael-heading-wrapper h1.uael-heading .uael-size--xxl {
		font-size: 2.25em;
	}
}

@media all and (max-width: 767px) {
	.uael-heading-wrapper h1.uael-heading .uael-size--xxl {
		font-size: 1.75em;
	}
}

/* Elementor: Banner Box */
.elementor-element.banner-box .elementor-icon-list-items a {
	text-decoration: none;
}

/* Elementor: Image Teaser High & Masonry */
.elementor-element.image-teaser-high a,
.elementor-element.masonry a {
	text-decoration: none;
}

/* Forms */
form .form__row {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	gap: 10px;
}

form .form__column {
	flex-grow: 1;
}

@media all and (max-width: 767px) {
	form .form__column {
		width: 100%;
	}
}

form .wpcf7-form-control-wrap .wpcf7-list-item {
	margin: 0;
}

form .wpcf7-form-control-wrap .wpcf7-list-item label {
	display: flex;
	flex-direction: row;
	gap: 10px;
}

form .wpcf7-form-control-wrap .wpcf7-list-item label input {
	margin-top: 6px;
}

/* News Teaser */
.elementor-widget-uael-posts .uael-post__title a {
	text-decoration: none;
}

.elementor-widget-uael-posts .uael-post__title a:hover {
	color: var( --ast-global-color-1 )
}

/* Header */
ul#menu-kontakt-header-menue {
	display: flex;
	flex-direction: row;
	gap: 10px;
	justify-content: space-between;
}

ul#menu-kontakt-header-menue li {
	width: 100%;
	flex-basis: auto;
	flex-grow: 1;
	text-align: center;
}

#ast-mobile-popup-wrapper .ast-mobile-popup-drawer.active .ast-mobile-popup-inner button.ast-menu-toggle svg path {
	fill: #bbbbbb;
	border: 0;
}

@media (min-width: 922px) and (max-width: 1220px) {
	.ast-builder-grid-row {
		grid-column-gap: 0;
	}
	
	footer .ast-builder-grid-row {
		grid-column-gap: 20px;
	}

	.main-header-menu .menu-link {
		padding: 0 0.5em;
	}

	.main-header-menu li {
		font-size: 90%;
	}

	header .custom-logo-link img {
		max-width: 150px;
		width: 150px;
		height: auto;
	}
}

/*#ast-hf-mobile-menu.main-header-menu.ast-flex {
	flex-direction: column;
	width: 90%;
	margin: auto;
}

#ast-hf-mobile-menu.main-header-menu.ast-flex .menu-item a {
	padding: 5px 10px;
	border-style: none;
	border-bottom-style: solid;
}

#ast-mobile-header {
	display: none;
}

#ast-desktop-header {
	display: block;
}

@media (max-width: 1220px) {
	#ast-mobile-header {
		display: block;
	}
}

@media (max-width: 1220px) {
	#ast-desktop-header {
		display: none;
	}
}*/

/* Footer */
.widget_block .santec-locations__group,
.widget_block .santec-locations {
	display: flex;
    flex-direction: column;
}

.widget_block .santec-locations__group {
	gap: 5px;
}

.widget_block .santec-locations {
	gap: 10px;
}

.widget_block .santec-locations__openings {
	display: flex;
	flex-direction: row;
	gap: 5px;
}

.widget_block .santec-locations__days {
	width: 60px;
}

.widget_block .santec-locations__headline {
	color: rgb(18, 157, 221);
}

ul#menu-themenwelten-footer-menue li,
ul#menu-kontakt-footer-menue li {
	border-bottom: 1px solid #333333;
	position: relative;
	padding: 10px 10px 10px 0;
}

ul#menu-themenwelten-footer-menue li:after,
ul#menu-kontakt-footer-menue li:after {
	font-family: "Font Awesome 5 Free";
    content: "\f054";
    position: absolute;
	font-weight: 900;
    top: 10px;
    right: 0;
    font-size: 14px;
}

ul#menu-themenwelten-footer-menue li:hover:after,
ul#menu-kontakt-footer-menue li:hover:after {
	color: rgb(18, 157, 221);
}

ul#menu-kontakt-footer-menue li i {
	color: rgb(18, 157, 221);
}

.header-widget-area-inner {
	width: 100%;
}

.sliderItem {
	color: white;
	text-align: center;
	font-size: 20px;
}

.sliderDots {
	background-color: white;
	border-radius: 99px;
	width: 15px;
	height: 15px;
	margin: 0 10px
}

.active {
	background-color: transparent;
	border: 2px solid white;
}

#dotContainer {
	display: flex;
	justify-content: center;
}

.gone {
	display: none;
}

@media (max-width: 1200px) {
	#hilfsmittel-badge img {
		width: 200px;
		height: 195px;
	}
}

@media (max-width: 600px) {
	#hilfsmittel-badge img {
		width: 164px;
		height: 160px;
	}
}

/* Blog Posts */
#fachthemen-produktneuheiten .uael-post__datebox  {
	display: none;
}

.site .site-content #primary article.ast-article-single {
	padding-bottom: 0;
}

h2.ast-blog-single-element {
	padding: 0 20px;
}

.ast-related-post-featured-section img {
	object-fit: cover;
}

/* Logoline Partner */
#logoline-partner .e-con-inner .e-con.e-flex {
	width: 50%;
}

@media (max-width: 400px) {
	#logoline-partner .e-con-inner .e-con.e-flex {
		width: 100%;
	}
}

/* Slider */
.n2-ss-slider a:focus-visible,
.n2-ss-slider button:focus-visible,
.n2-ss-slider [tabindex]:focus-visible {
  outline: 2px solid #0066CC;
  outline-offset: 2px;
}

/* 404 */
.ast-article-single header {
	display: none;
}

.screen-reader-text:focus {
	color: #000 !important;
}
