/*Allgemeine Formfelder Style*/
.event-template-default.single input[type="text"], 
.event-template-default.single input[type="password"], 
.event-template-default.single input[type="date"], 
.event-template-default.single input[type="datetime"], 
.event-template-default.single input[type="datetime-local"], 
.event-template-default.single input[type="month"], 
.event-template-default.single input[type="week"], 
.event-template-default.single input[type="email"], 
.event-template-default.single input[type="number"], 
.event-template-default.single input[type="search"], 
.event-template-default.single input[type="tel"], 
.event-template-default.single input[type="time"], 
.event-template-default.single input[type="url"], 
.event-template-default.single textarea, 
.event-template-default.single select,
.event-template-default.single input[type="text"]:focus, 
.event-template-default.single input[type="password"]:focus, 
.event-template-default.single input[type="date"]:focus,
.event-template-default.single input[type="datetime"]:focus, 
.event-template-default.single input[type="datetime-local"]:focus, 
.event-template-default.single input[type="month"]:focus, 
.event-template-default.single input[type="week"]:focus, 
.event-template-default.single input[type="email"]:focus, 
.event-template-default.single input[type="number"]:focus, 
.event-template-default.single input[type="search"]:focus, 
.event-template-default.single input[type="tel"]:focus, 
.event-template-default.single input[type="time"]:focus, 
.event-template-default.single input[type="url"]:focus, 
.event-template-default.single textarea:focus,
.event-template-default.single select:focus{
    box-shadow: none;
    border-radius: 5px;
    background: #ffffff;
    border: 1px solid Black;
    border-color: #dbe2e9;
    padding: 0.5em;
    height: 2.5em;
    font-size: 16px;
    width: 75%;
}

.event-template-default.single input[type="text"]:focus, 
.event-template-default.single input[type="password"]:focus, 
.event-template-default.single input[type="date"]:focus,
.event-template-default.single input[type="datetime"]:focus, 
.event-template-default.single input[type="datetime-local"]:focus, 
.event-template-default.single input[type="month"]:focus, 
.event-template-default.single input[type="week"]:focus, 
.event-template-default.single input[type="email"]:focus, 
.event-template-default.single input[type="number"]:focus, 
.event-template-default.single input[type="search"]:focus, 
.event-template-default.single input[type="tel"]:focus, 
.event-template-default.single input[type="time"]:focus, 
.event-template-default.single input[type="url"]:focus, 
.event-template-default.single textarea:focus,
.event-template-default.single select:focus,
.event-template-default.single select[multiple]:focus,
.event-template-default.single select[multiple]{
    border: 1px solid #004A9F !important;
}

.event-template-default.single input:read-only,
.event-template-default.single input:read-only:focus {
	background: #e9e9e9;
        color: gray;
	border: 1px solid #004A9F !important;
}

.event-template-default.single p.input-group.input-checkbox {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;    
}

.event-template-default.single input[type="checkbox"], input[type="radio"] {
    margin-bottom: 8px;
}

.event-template-default.single .em-bs-cell-qty {
    width: 15px;
}

@media only screen and (max-width: 600px) {
	.event-template-default.single input[type="text"], 
	.event-template-default.single input[type="password"], 
	.event-template-default.single input[type="date"], 
	.event-template-default.single input[type="datetime"], 
	.event-template-default.single input[type="datetime-local"], 
	.event-template-default.single input[type="month"], 
	.event-template-default.single input[type="week"], 
	.event-template-default.single input[type="email"], 
	.event-template-default.single input[type="number"], 
	.event-template-default.single input[type="search"], 
	.event-template-default.single input[type="tel"], 
	.event-template-default.single input[type="time"], 
	.event-template-default.single input[type="url"], 
	.event-template-default.single textarea, 
	.event-template-default.single select,
	.event-template-default.single input[type="text"]:focus, 
	.event-template-default.single input[type="password"]:focus, 
	.event-template-default.single input[type="date"]:focus,
	.event-template-default.single input[type="datetime"]:focus, 
	.event-template-default.single input[type="datetime-local"]:focus, 
	.event-template-default.single input[type="month"]:focus, 
	.event-template-default.single input[type="week"]:focus, 
	.event-template-default.single input[type="email"]:focus, 
	.event-template-default.single input[type="number"]:focus, 
	.event-template-default.single input[type="search"]:focus, 
	.event-template-default.single input[type="tel"]:focus, 
	.event-template-default.single input[type="time"]:focus, 
	.event-template-default.single input[type="url"]:focus, 
	.event-template-default.single textarea:focus,
	.event-template-default.single select:focus{
		width: 100%;
	}
}

/*Labels Abstand*/
.em-booking-form label, .em-booking-form label span {
    padding-bottom: 3px;
    font-size: 16px;
    color: black;
}

.single-event .em-booking-form-section-details p label {
    font-weight: 700;
}
    

/*Textarea und multiselect höhe*/
.event-template-default.single textarea:focus,
.event-template-default.single textarea, 
.event-template-default.single select[multiple]:focus,
.event-template-default.single select[multiple]
{
    height: 6em;
}



/*Ausblenden Ticket und Teilnehmer*/
.event-template-default.single .attendees-avatars,
.em-booking-form-section-tickets,
h3.em-booking-section-title.em-booking-form-details-title {
    display: none;
}

/*Fehlermeldungen*/
.em-booking-message.em-booking-message-error p {
    color: red;
    margin: 12px 0;
}

/*Absenden button*/
input.em-form-submit.em-booking-submit.em-button {
    border-radius: 5px;
    background-color: #04316A !important;
    color: white !important;
    border: none;
    padding: 10px;
    font-size: 16px;
}

input.em-form-submit.em-booking-submit.em-button:hover {
    background-color: #004A9F !important;
}

/*Summery Zeilen und Gesamtbetrag*/
.em-bs-row {
    display: flex;
    flex-direction: row;
    gap: 15px;
    margin-bottom: 15px;
}

.em-bs-section.em-bs-section-total .em-bs-cell-desc {
    font-weight: bold;
}

section.em-booking-form-section-summary,
section.em-booking-form-section-confirm,
.em-event-booking-form.input,
.single-event #page-container .entry-content h2, 
.single-event #page-container .entry-content h3{
    padding-left: 15px;
}

.single-event #page-container .entry-content .item-description h2, 
.single-event #page-container .entry-content .item-description h3{
    padding-left: 0;
}





/*Event Booking Anzeige*/
.mtm-event-row span.mtm-event-row-lable {
    font-weight: bold;
}

.single-event #page-container .entry-content h2, 
.single-event #page-container .entry-content h3 {
    font-size: 20px;
}

.single-event #content h1 {
    font-weight: bold;
}

.em-event-booking-form a.mtm-button {
    border: 1px solid #0058B3;
    background-color: #0058B3;
    color: white;
    border-radius: 5px;
    width: fit-content;
    padding: 5px 10px;
}

.em-event-booking-form a.mtm-button:hover {

    background-color: #04316A;
}