@charset "utf-8";

.row {
	display: flex;
    gap: 40px;
}

.category-tabs {
    display: inline-flex;
}
.category-tabs li {
    border: 1px solid #888;
    color: #888 !important;
    border-radius: 25px;
    list-style: none !important;
    line-height: 36px;
    padding: 0 15px !important;
    cursor: pointer;
}
.category-tabs li:first-child {
    margin-left: 0 !important;
}
.category-tabs li:hover {
    border-color: #444;
    color: #444 !important;
}
.category-tabs li.active {
    border-color: #f39200 !important;
    color: #f39200 !important;
}


.termin-liste {
    margin-bottom: 40px;
    padding: 0 50px;
}
.termin-liste .termin {
    color: #fff;
    font-size: 16px;
    background-color: #37c417;
    border: 2px solid #37c417;
    padding: 10px 18px;
    cursor: pointer;
	text-align: center;
}
/* .termin-liste .termin.company {
    background-color: #f39200;
    border-color: #f39200;
} */
.termin-liste .termin:hover, .termin-liste .termin.active {
    border-color: #969696;
}
.termin-liste .termin.full {
    background-color: #e41010;
    border-color: #e41010;
}


/* .termin-liste li.splide__slide[data-company="0"] {
    display: none;
} */


.splide__slide {    
    margin-left: 0 !important;
}
.splide__arrow--prev {
    left: 0 !important;
}
.splide__arrow--next {
    right: 0 !important;
}


.termin-formular {
	display: none;
}
.termin-formular .event-header {
    background-color: #37c417;
    margin-bottom: 20px;
    color: #fff;
    padding: 10px 15px;
    line-height: 24px;
}
/* .termin-formular .event-header.company {
    background-color: #f39200;
} */

.termin-formular label {
	text-align: left;
    display: block;
	font-weight: normal;
	font-size: 14px;
	margin-bottom: 10px;
    line-height: 20px;
}
.termin-formular input, .termin-formular textarea {
    width: 100%;
    padding: 12px 15px;
	border: 1px solid #afafaf;
	box-sizing: border-box;
    resize: vertical;
}
.checkboxlabel {
	margin-top:10px;
}
.checkboxlabel span {
	vertical-align: middle;
    font-weight: 400 !important;
    font-size: 11px !important;
}
.termin-formular input[type="checkbox"] {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-left: 0;
    margin-right: 10px;
}
.termin-formular input[type="submit"] {
    width: auto;
    margin-top: 10px;
    margin-bottom: 25px;
    background-color: #f39200;
    padding: 15px 25px;
    border-radius: 4px;
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 15px;
}
.termin-formular input[type="submit"]:hover {
    color: #444;
}

.eventName {
    font-weight: bold;
}

.anmeldungen-table {
	margin-top: 10px !important;
}
.anmeldungen-table th {
	font-weight: bold !important;
}
.anmeldungen-table td {
	vertical-align: middle !important;
}



.result-message {
	display:none;
    padding: 12px 15px;
    margin-top: 15px;
    font-size: 15px;
}
.result-message.error {
    background-color: #f7a5a5;
}
.result-message.success {
    background-color: #a5f7bd;
}


@media (max-width: 800px){
	.event .row {
		display: block;
	}
	.termin-formular {
		margin-top: 30px;
		padding-left: 0;
	}
}