/* 
Theme Name: Hirsch Center Aachen
Theme URI: 
Description: Hello Elementor Child is a child theme of Hello Elementor
Author: Agentur Denkwunder GmbH
Author URI: https://www.denkwunder.de/
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
*/
.bdt-logo-carousel-img {
	border-radius: 0 !important;
}

.wpforms-form button[type=submit], button.wpforms-page-button {
    background-color: #E42C44 !important;
    border-color: #E42C44 !important;
	border: solid 1px !important;
	border-radius: 5px !important;
    color: #fff !important;
    transition: background 0.3s ease-in-out;
	text-transform: uppercase !important;
	font-weight: 700 !important;
	letter-spacing: 0.5px !important;
}

.wpforms-form button[type=submit]:hover, button.wpforms-page-button:hover {
    background-color: #000000 !important;
}

div.wpforms-container-full .wpforms-field-label-inline, .wp-core-ui div.wpforms-container-full .wpforms-field-label-inline {
	color: #5e5e5e !important;
}

div.wpforms-container-full .wpforms-field-label, .wp-core-ui div.wpforms-container-full .wpforms-field-label {
	color: #5e5e5e !important;
}

.elementor-widget-wpforms.elementor-element-edeb404 {
	--wpforms-button-size-height: 50px !important;
	--wpforms-button-size-padding-h: 20px !important;
}

.elementor-widget-wpforms.elementor-element-f1d08f0 {
	--wpforms-button-size-height: 50px !important;
	--wpforms-button-size-padding-h: 20px !important;	
}

ul.shop-usp{
	list-style-type: none;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: center;
	gap: 10px;
	padding-inline-start: 0px;
	
}

ul.shop-usp li{
	border: 1px solid #D8D8D8;
	border-radius: 50px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	
}

@media (min-width: 425px) and (max-width: 768px) { 
	ul.shop-usp li {
		font-size: 15px;
		padding-top: 5px;
		padding-bottom: 5px;
		padding-left: 15px;
		padding-right: 15px;
	}
}

/*Sticky Header*/

/* Slide In From The Top Option */

.header-2 {
 transform: translatey(-150px);
 -moz-transition: all .3s ease!important;
 -webkit-transition: all .3s ease!important;
 transition: all .3s ease!important;
 width: 100%!important;
}


.elementor-sticky--effects.header-2  {
 height: auto!important;
 transform: translatey(0px);
}

.elementor-sticky--effects.header-1 {
 display: none!important;
}

/* End Of Slide In From The Top Option */

/*Öffnungszeiten Text*/

.oeffnungszeiten-abstand p {
	line-height: 0.8em !important;
}


/*Startseite Suche*/

.searchwp-form-quick-search {
    background: white;
	margin-top: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 50px;
    width: fit-content;
	border: 1px solid #D8D8D8;

}

@media (max-width: 490px) { .searchwp-form-quick-search {
	padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
	
	}
}

@media (max-width: 490px) { 
	#searchwp-form-1 * {
	font-size: 15px !important;
	line-height: 1.1em !important;
	}
}

.swp-results-template-1 .swp-result-item a.swp-result-item--button {
	padding: 0px;
}

.swp-result-item--info-container {
	text-transform: uppercase;
	gap: 0px;
}

.search-post-type {
    font-family: Figtree, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.6em;
    color: var(--e-global-color-primary);
    margin-bottom: 10px;
}

/*OneTap Widget*/

#onetap-language-list {
	display: none !important;
}

.elementor-widget-loop-carousel .swiper-pagination-bullets{
	width: max-content!important;
	left: 30px!important;
    right: 0;
    margin: auto;
}