.mkt-umkreissuche-form .select2,
.mkt-umkreissuche-input {
    /* min-width: 370px;
    width: 100% !important; */
}
.mkt-umkreissuche-input {
    border: 1px solid #ccc;
    height: 32px;
    display: inline-block;
    position: relative;
}
.mkt-umkreissuche-form .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 0;
    line-height: 30px;
    height: 30px;
}
.select2-container--disabled .select2-selection__rendered {
    background: #fff;
}
.kalender-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.kalender-link {
    width: 50px;
    text-align: center;
    height: 36px;
    line-height: 36px;
}

.kalender-month {
    flex-grow: 1;
    text-align: center;
}
.time-available,
.kalender-link,
.day-available,
.mkt-umkreissuche-load-more {
    cursor: pointer;
}
.past-day,
.future-day,
.today {
    background: #fff;
}
.day-available {
    background: #6dc66d;
    color: #fff;
}
.time-selector {
    margin-top: 5px;
    margin-bottom: 38px;
    display: flex;
    justify-content: space-around;
    text-align: center;
    flex-wrap: wrap;
}
.mkt-customer-list {
    display: flex;
    justify-content: space-between;
}
.mkt-customer-list__icon--icon,
.mkt-customer-list__icon--text {
	display: block;
	text-align: center;
}
.mkt-customer-list__icon--icon {
	font-size: 35px;
	line-height: 35px;
}
.mkt-customer-list__icon--text {
	font-size: 11px;
}
.mkt-customer-list__address {
    line-height: 1.3;
}
.load-more-customers {
	border: 2px solid #ccc;
	display: inline-block;
	padding: 3px 21px;
	margin-top: 20px;
}
.mkt-umkreissuche-form {
	margin-bottom: 30px;
}
.mkt-umkreissuche-inner--content,
.mkt-umkreissuche-inner--title {
    text-align: center;
}
.mkt-umkreissuche-inner--content {
    line-height: 1.3;
    margin-bottom: 30px;
    font-size: 21px;
}
.mkt-customer-list--line {
	display: inline-block;
	min-width: 150px;
	border-bottom: 2px solid #ccc;
    margin-bottom: 5px;
    margin-top: 10px;
}
.mkt-umkreissuche-list > div:last-child .mkt-customer-list--line {
    display: none;
}
.mkt-uks-termin__optiker-infos {
	padding-bottom: 20px;
	padding-top: 20px;
	text-align: center;
}
.mkt-uks-termin__optiker-infos--kundenname {
	font-size: 38px;
	line-height: 1.2;
}
.kalender-month {
	font-size: 21px;
}
.infinite-body .mkt-umkerissuche-termin-vereinbaren h4 {
	font-weight: 400;
	color: #777;
    margin-top: 20px;
}
.mkt-form-wrapper button,
.day-time.time-available.selected,
.future-day.day-available.selected {
	background: #4566ff;
}
.mkt-form-wrapper button:hover {
	background: #1e47ff;
}
.day-time.time-available.selected {
    color: #fff;
}
.kontaktdaten,
.thema,
.datetime-fields,
.main-content-col.content,
.mkt-umkerissuche__kalendar-wrapper {
    background: #f3f4f6;
    padding: 20px;
}
.mkt-umkerissuche__kalendar-wrapper table tr:nth-child(2n),
.mkt-umkerissuche__kalendar-wrapper table tr:nth-child(2n+1) {
    color: #000;
}
.mkt-umkerissuche__kalendar-wrapper table tr:nth-child(2n),
.mkt-umkerissuche__kalendar-wrapper table tr:nth-child(2n+1) {
    background-color: transparent;
}
.mkt-umkerissuche__kalendar-wrapper table tr td {
    padding: 5px 0px;
}
.mkt-umkerissuche__kalendar-wrapper table tr th {
    background-color: #999;
    padding: 5px 0px;
}
.mkt-time-wrapper .section-title {
	text-align: center;
	font-size: 21px;
	font-weight: 400;
}
.day-time {
	background: #fff;
	margin-bottom: 2px;
	min-width: 150px;
	color: #000;
	padding: 5px;
}
.datetime-fields {
    margin-top: 20px;
}
.mkt-form-wrapper .block {
	display: block;
	padding-bottom: 5px;
	padding-top: 5px;
	text-transform: uppercase;
	color: #000;
}
.mkt-form-wrapper textarea{
	width: 100%;
	font-size: 18px;
    padding: 7px 13px;
    line-height: 1.6px;
    min-height: 100px;
}

.mkt-form-wrapper input[type=tel],
.mkt-form-wrapper input[type=email],
.mkt-form-wrapper input[type=text] {
	width: 100%;
	font-size: 18px;
    padding: 7px 13px;
    line-height: 1.6px;
}
.mkt-form-wrapper input[readonly] {
	background: #f7f7f7;
}
.mkt-form-wrapper button {
	color: #fff;
	border: none;
	padding: 8px 20px;
	display: inline-block;
	margin-top: 10px;
	font-size: 18px;
    cursor: pointer;
}
.datenschutz-wrapper {
	margin-top: 20px;
}
.mkt-umkerissuche__kalendar-wrapper .mkt-umkerissuche-kalender.loading::after {
	content: 'Laden...';
	position: absolute;
	top: -20px;
	left: -20px;
	right: -20px;
	bottom: -20px;
	display: flex;
	background: rgba(0,0,0,.5);
	color: #fff;
	font-size: 28px;
	text-align: center;
	align-items: center;
	justify-content: center;
}
.mkt-umkerissuche-kalender {
	position: relative;
}
.mkt-umkerissuche__kalendar-wrapper table {
	margin-bottom: 0;
}
.pflichtfelder-legend {
	margin-top: 20px;
}
.thema-checkboxes input[type="checkbox"],
.kontaktdaten input[type="radio"] {
    margin-right: 10px;
    margin-top: 0;
}
.thema-checkboxes {
	color: #000;
	font-weight: 300;
}
.kontaktdaten--anrede label {
	color: #000;
	font-weight: 300;
	margin-right: 20px;
}
@media only screen and (max-width: 767px) {
    .infinite-body .time-selector h5 {
        margin-top: 20px;
        margin-bottom: 10px;
    }
    .time-selector > div {
        width: 100%;
    }
    .infinite-body .mkt-umkerissuche-termin-vereinbaren h4 {
        font-size: 18px;
    }
    .mkt-time-wrapper .section-title {
        font-size: 18px;
        line-height: 1.3;
    }
    .datenschutz-wrapper {
        margin-top: 20px;
        font-size: 14px;
        display: flex;
        align-items: flex-start;
    }
}
.selectize-dropdown-content {
	text-align: left;
	background: #fff;
    font-size: 18px;
    line-height: 1.3;
}
.single.selectize-dropdown.mkt-umkreissuche-input {
	top: 0 !important;
}
.mkt-umkreissuche-form .mkt-umkreissuche-input.selectize-control.single {
    padding-top: 0;
}
.mkt-umkreissuche-input.selectize-control.single {
	padding-bottom: 0;
}
.selectize-input.items.not-full.has-options,
.selectize-input.items.has-options.full.has-items,
.selectize-input.items.has-options.focus.full.has-items {
	height: 50px;
	line-height: 35px;
    border-radius: 0;
	border: none;
}
.selectize-dropdown-content {
    position: absolute;
    width: 100%;
}
.selectize-input { font-size: 18px; line-height: 1.3;}
.selectize-dropdown { font-size: 18px; line-height: 1.3; }
.selectize-input input[placeholder] {
    width: 100%;
}
.mkt-umkreissuche-input {
	font-size: 18px;
}
.selectize-dropdown, .selectize-input, .selectize-input input {
	font-size: 18px;
	line-height: 1.3;
}
.infinite-body .mkt-uks-umkreissuche-danke h1,
.infinite-body .mkt-uks-umkreissuche-danke h2,
.infinite-body .mkt-uks-umkreissuche-danke h3,
.infinite-body .mkt-uks-umkreissuche-danke p,
.infinite-body .mkt-uks-umkreissuche-danke {
	color: #000;
    font-family: "fakt_pro_400";
}
