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

/*Voice Form Styling here*/
	

	.search-form select {
		padding: 6px;
	}

	.voice-selection {
    display: none;
    padding: 0 50px;
}

	.voice-option {
    display: flex;
    align-items: center;
    gap: 41px;
    margin-bottom: 20px;
}

	.voice-play a {
		cursor: pointer;
		color: #0073aa;
		font-weight: bold;
		background-color: #2297FA;
		font-size: 0;
		width: 30px;
		height: 30px;
		display: block;
		background-image: url(https://asap.digitalisierungshilfe.net/wp-content/uploads/play.svg);
		background-repeat: no-repeat;
		background-size: 35% auto;
		background-position: 56% center;
		border-radius: 5px;
		box-shadow: 0 1px 4px 0 rgba(0,0,0,0.5);
	}
.voice-play a.active {
		background-image: url(https://asap.digitalisierungshilfe.net/wp-content/uploads/pauses.png);
		background-position: center center;
	}



	.voice-play a:hover {
		text-decoration: underline;
	}

	.voice-name a {
    color: #2297FA;
    padding-right: 25px;
    background-image: url(https://asap.digitalisierungshilfe.net/wp-content/uploads/download.svg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 14px auto;
}

.voice-description {
    color: #A2A2A2;
}
.voice-selectors {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1%;
}
.search-form {
    margin-bottom: 30px;
}
.voice-selectors select {
    background: rgba(255,255,255,0.5);
    border: none;
    padding: 19px 33px;
    font-size: 17px;
    font-family: 'Montserrat';
    border-radius: 10px;
    width: 24%;
    -webkit-appearance: none; /* for Chrome, Safari, Opera */
    -moz-appearance: none; /* for Firefox */
    appearance: none; /* Standard property */
    background-image: url(https://asap.digitalisierungshilfe.net/wp-content/uploads/dropdown.svg);
    background-repeat: no-repeat;
    background-position: 96% center;
}

.search-btn button {
    padding: 20px 80px 20px 80px;
    background-color: var(--e-global-color-accent);
    color: #ffffff;
    font-size: 1.125rem;
    font-weight: 700;
}

.search-btn {
    text-align: center;
    padding-top: 1rem;
}
.voice-select label span {
    display: inline-block;
    width: 25px;
    height: 25px;
    background-color: #fff;
    vertical-align: middle;
    border-radius: 6px;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
    margin-right: 25px;
}
.voice-select :checked + label span {
    background-image: url(https://asap.digitalisierungshilfe.net/wp-content/uploads/blue-check.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50%
}
.voice-select input {
    display: none;
}
.send-selection-form [type=email], .send-selection-form [type=text], .send-selection-form textarea {
    box-shadow: inset 0px 3px 3px -1px rgba(0,0,0,0.14);
    padding: 16px 30px !important;
}
.send-selection-form {
	display: none;
}

@media screen and (max-width: 767px) {
	.voice-selectors select {
    width: 100%;
    font-size: 16px;
    margin-bottom: 10px;
    padding: 12px 20px;
}
.voice-selection {
    padding: 0;
}

.voice-description {
    width: 100%;
}

.voice-option {
    flex-wrap: wrap;
    gap: 10px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 12px;
}

.voice-select label span {
    margin-right: 10px;
    width: 18px;
    height: 18px;
    border-radius: 2px;
}
}