/*
Theme Name: Hello Child
Template: hello-elementor
*/



.application-form-wrapper {
    max-width: 600px;
    margin: 0 auto;
    margin-top: 35px;
}

.application-form-wrapper h3{
	font-family: 'Onest', sans-serif;
	font-weight: 700;
	font-size: 24px;
	margin-block-end: 0.5rem;
}


.application-form{
    max-width: 600px;
    margin: 0 auto;
    padding: 0px 0px;
}

.application-form .form-row {
    margin-bottom: 15px;
}


.application-form input[type=text],
.application-form input[type=email],
.application-form select,
.application-form textarea {
	margin-top:10px;
    width: 100%;
    padding: 8px;
    border: 1px solid #666;
    border-radius: 4px;
    box-sizing: border-box;
}

.application-form input[type=text]:focus,
.application-form input[type=email]:focus,
.application-form select:focus,
.application-form textarea:focus {

    outline: 1px solid #000;

}

input[type=file]
{
    width: 100%;
    margin-top:10px;
    padding: 8px;
    border: 0px;
    border-radius: 4px;
    box-sizing: border-box;
}

.stelle {
    max-width: 600px;
    margin: 0 auto;
}

.stelle input[type=text],
.stelle input[type=text]:focus {
	border: 0px;
	padding: 0px;
	margin-bottom: 20px;
	cursor: auto;
	outline: 0px;
    font-size: 22px;
}


.application-form button {
	font-family: 'Onest', sans-serif;
	font-weight: 300;
	font-size: 20px;
    background-color: #333645;
    color: #fff;
    padding: 25px 50px;
    border: none;
    border-radius: 38px;
    cursor: pointer;
}

.application-form button:hover {
    background-color: #FFAA07;
}

.important {

	width: 100%;
	background-color: #f1f1f1;
	padding: 15px;
	border-radius: 8px;
}

.datenschutz {
	font-family: 'Onest', sans-serif;
	font-weight: 300;
	font-size: 16px;
	line-height: 21px;
}

.checkbox {
	width:20px;
}

.submit {
	text-align: center;
	margin:35px 0px;
	width: 100%;

}



#application-fields[aria-disabled="true"] {
  opacity: 0.6;
  pointer-events: none; /* blocks clicks, just for visual clarity */
}

@media only screen and (max-width: 500px) {
	.application-form-wrapper {
    max-width: 90vw;
    margin: 0 auto;
    margin-top: 35px;
}
.application-form{
    max-width: 90vw;
    margin: 0 auto;
    padding: 20px 0px;
}
.important {
	white-space: normal;
}
.stelle {
    max-width: 90vw;
    margin: 0 auto;
}

}

/* Target your select */
.application-form select {
  appearance: none;       /* removes default browser arrow (modern browsers) */
  -webkit-appearance: none;
  -moz-appearance: none;
  
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%23000' stroke-width='2'/%3E%3C/svg%3E") no-repeat right 0.75em center/12px;
  
  padding-right: 2em;     /* make room for the arrow */
  border: 1px solid #666;
  border-radius: 4px;
}
