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

/* Add your custom styles here */

/* @override 
	https://martinahiltl.de/wp-content/themes/hello-theme-child/style.css?* */
div.am-event-sub-info-capacity,
.amelia-app-booking #amelia-booking-wrap #am-events-booking .am-event-list .am-form-eventListForm.am-event .am-event-data .am-event-info .am-event-sub-info .am-event-sub-info-capacity

{display:none!important;}

#kursfilter .chosen-container-single .chosen-single {
	background: linear-gradient(#ff6001 23%, #ff6001 54%, #ff6001 67%, #ff6001 100%) #FF6102;
	-webkit-box-shadow: 0 0 3px #fff inset,0 1px 1px rgba(0,0,0,.1);
	box-shadow: 0 0 3px #fff inset,0 1px 1px rgba(0,0,0,.1);
	color: #ffffff !important;

	line-height: 40px !important;
	width: 100% !important;
	height: 40px !important;
	font-weight: bold;
	border-color: #ff6001 !important;
}
#kursfilter .chosen-container-single .chosen-single div b {

	background: var(--wpr-bg-e3d585d0-b9e6-45ab-9af3-26c4725cb269) 0 10px no-repeat
}
#kursfilter .searchandfilter ul li {
	list-style: none;
	display: block;
	padding: 10px 0;
	margin: 0;
	width: 100% !important;
}

#kursfilter,
#kursfilter .chosen-container-single {
width: 100% !important;
}
#kursfilter .searchandfilter h4 {
	margin: 0;
	padding: 5px 0 10px;
	font-size: 16px
	text-transform: uppercase;
	text-transform: uppercase;
	font-weight: bold;
}
.chosen-container-single .chosen-single span {

	text-align: left;
}

/* Text-level semantics
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: #FF6101;
}
a:hover, a:active {
  color: #FF6101;
}

#footer1 a,
#footer2 a {
  background-color: transparent;
  text-decoration: none;
  color: #fff;
}
#footer1 a:hover, 
#footer1 a:active,
#footer2 a:hover, 
#footer2 a:active  {
  color: #fff;
}
