/***************************
VEMA-APPLIKATION
Veranstaltungen online buchen 
******************************/

.vema-booking-input-group {
    display: flex;
    flex-wrap: wrap; /* Erlaubt das Umbrechen bei schmalem Bildschirm */
    gap: 10px; /* Abstand zwischen den Feldern */
    max-width: 500px; /* Maximale Breite des Containers */
    width: 100%; /* Der Container soll 100% der verfügbaren Breite einnehmen, bis max-width erreicht wird */
    box-sizing: border-box; /* Verhindert, dass Padding die Breite beeinflusst */
}

.vema-booking-input-group .vema-booking-input {
    box-sizing: border-box; /* Verhindert, dass Padding die Breite beeinflusst */
}

.vema-booking-input.phonePrefixShort {
    flex: 0 0 60px; /* Festgelegte Breite von 60px für das Vorwahlfeld */
    max-width: 60px; /* Maximale Breite des Vorwahlfelds */
}

.vema-booking-input.phonePrefixLong {
    flex: 1; /* Telefonnummerfeld nimmt den restlichen Platz ein */
    max-width: 100%; /* Lässt das Telefonnummerfeld den verbleibenden Platz nutzen */
}

.vemaToggleSwitchInputLabel {
	font-family: "Roboto",sans-serif;
	font-size: 16px;
	margin-left: 1em;
}

.auto-size-text {
    white-space: pre-wrap;  /* Zeilenumbrüche werden beachtet */
    overflow: hidden;       /* Verhindert Scrollbalken */
    width: auto;            /* Breite passt sich dem Inhalt an */
    min-height: 0!important;           /* Höhe passt sich dem Inhalt an */
    display: block;         /* Block-Anzeige für vollen Textfluss */
}

.vema-dsgvo-text {
	font-family: 'Roboto', sans-serif!important;
    font-size: 16px!important;
}

.vema-event-TechnicalRequestText{
	font-family: 'Inter', sans-serif;
  	line-height: 2.056rem;
}

.vema-event-TechnicalRequestText h3{
  	font-size: 0.889rem!important;
}

.vema-event-TechnicalRequestText li{
	margin-left: 20px;
	padding-bottom:0px!important;
	padding: 0px!important;
}


.vema-textarea-dsvgo {
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 4px;
    background-color: #f9f9f9;
    white-space: pre-wrap; /* Damit Zeilenumbrüche beibehalten werden */
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 1.5;
}


.vema-search-checkbox {
	color: var(--main-text-color);
	padding: 5px 15px 5px 15px;
	border-radius: 20px;
	border: none;
	text-decoration: none;
	cursor: pointer;
	box-sizing: border-box;
	letter-spacing: 0.9px;
	list-style: none;
	font-weight: 500;
	text-align: center;
	line-height: 1.5;
	font-family: 'Inter', sans-serif;
	font-size: 18px;
}

.vema-bookingsuccess-info {
	font-weight: 700;
	color: var(--main-text-color);
	letter-spacing: 0.8px;
	line-height: 1.334rem;
	font-size: 0.889rem;
	float: left;
}

.vema-checkbox:target {
	background-color: var(--main-bg-color);
	color: var(--main-bg-color-white);
}

.vema-button-region {
	color: var(--main-text-color-light-green);
	z-index: 13;
	display: block;
	text-transform: uppercase;
	float: left;
	width: 100%;
	cursor: pointer;
	box-sizing: border-box;
	font-family: 'Inter', sans-serif;
	font-size: 0.778rem;
	font-weight: normal;
	letter-spacing: 1.4px;
	line-height: 0.944rem;
}

.vema-preview-container {
	padding-top: 2%;
	margin: auto;
	width: 70%;
	padding-bottom: 1%;
}

.vema-preview-right {
	text-align: right;
	width: 50%;
}

.vema-preview-left {
	margin-bottom: 5px;
	width: 50%;
	text-align: left;
}

.vema-preview-title {
	/* letter-spacing: 3.6px; */
	font-size: 1.3rem;
	line-height: 2.444rem;
	font-weight: normal;
	color: var(--main-text-color-green);
	margin-top: 20px;
	display:block;
}

.vema-preview-title-freeSlots-WithoutBooking {
/*   letter-spacing: 3.6px; */
  font-size: 0.9rem;
  line-height: 1.444rem;
  font-weight: normal;
  color: var(--main-text-color-green);
  margin-top: 20px;
  display: block;
}

.vema-preview-subtitle {
	font-size: 0.778rem;
	line-height: 1.222rem;
	color: var(--main-text-color-green);
	font-family: 'Inter', sans-serif;
	font-weight: 300;
	margin: 10px 0;
	margin-top: 0;
}

.vema-preview-button-info {
	padding: 10px 20% 10px 20%;
	color: var(--g-carrier-color) !important;
	background-color: white !important;
	border: 1px solid var(--g-carrier-color) !important;
	border-radius: 35px;
	font-weight: 600;
	float: right;
	position: relative;
	margin: 20px 0;
}


.kontext-search #vema-search-input {
	border: 24px solid var(--main-bg-color);
	border-radius: 102px;
	color: var(--main-bg-color);
	font-size: 1.222rem;
	height: 61px;
	letter-spacing: 2.2px;
	padding: 24px 10px;
	position: absolute;
	text-align: center;
	width: 578px;
	z-index: 50;
}

#vema-searchfield-title {
	font: normal normal normal 0.6rem/1.2rem Inter;
	margin-bottom: 20px;
	color: white;
	top: 14em;
}

.vema-button-enroll {
	border: 1px solid var(--g-carrier-color)!important;
	border-radius: 35px;
	padding: 20px;
	width: fit-content;
	width: -moz-fit-content;
	min-width: 400px;
	color:#d4efe5;
	align-items: center;
	display: flex;
	font-weight: 600;
	justify-content: center;
	margin: 18px 0;
	min-height: 50px;
	text-align: center;
	text-decoration: none;
	background: var(--g-carrier-color) !important;
	margin-top: 0px !important;
	margin-bottom: 25px !important;
}

.vema-button-enroll:hover, .vema-button-enroll:visited{
	color:#d4efe5;
}

.vemaEnrollButtonAndFreeSlotsArea{
	display:flex;
	flex-direction: row;
}

.vemaFreeSlotsDiv{
	display:flex;
	flex-direction: column;
	width:12%;
	position:relative;
	margin-left: 1em;
}


.vemaFreeSlotsDiv  div{
	position:relative;
	display: flex;
	align-content: end;
	justify-content: end;
	width:100%;
	top:0.1em;
}

.vema-button-info {
	padding: 0.75em 0;
	color: var(--g-carrier-color) !important;
	background-color: white !important;
	border: 1px solid var(--g-carrier-color) !important;
	border-radius: 35px;
	font-weight: 600;
	float: left;
	position: relative;
	margin: 1.3rem 0 0;
	text-align: center;
	width: 68%;
	margin-left: 24%;
	font-size: 0.889rem;
}

.vema-button-info-standard {
	padding: 0.5em 0;
	color: var(--g-carrier-color) !important;
	background-color: white !important;
	border: 1px solid var(--g-carrier-color) !important;
	border-radius: 35px;
	font-weight: 600;
	float: right;
	margin-right: -2%;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 74%;
	line-height: 2.0;
}

.vema-button-right-info {
	padding: .75em 0;
	color: var(--g-carrier-color) !important;
	background-color: white !important;
	border: 1px solid var(--g-carrier-color) !important;
	border-radius: 35px;
	font-weight: 600;
	float: right;
	margin-left: 6%;
	font-size: 0.889rem;
	text-align: center;
	width: 68%;
	margin-top: 1.5em;
	margin-bottom: 0px;
}

.vema-button-selectedSortOption {
	color: var(--g-carrier-color) !important;
	background-color: white !important;
	border: 1px solid var(--g-carrier-color) !important;
	border-radius: 35px;
	font-weight: 600;
	font-size: 0.889rem;
	text-align: center;
	padding: .75em 0;
	width: 18em;
}

.vema-label-freeslots {
	color: var(--main-text-color-green) !important;
	font-weight: 500;
	font-size: 2em;
}

.vema-label-freeslotsText {
	position: absolute;;
	text-align: right;
	padding-right: 38%;
	right: 2%;
	color: var(--main-text-color-green) !important;
	top: 42px;
}

.vema-eventSite-label-freeslotsText {
	color: var(--main-text-color-green) !important;
	margin-top:13%;
}

.vema-label-freeslotsDescription {
	position: absolute;;
	text-align: right;
	margin-right: 0px;
	bottom: 149.2px;
	padding-right: 38%;
	right: 2%;
	color: var(--main-text-color-green) !important;
}

.vema-infobox-title {
	color: var(--main-text-color-green) !important;
	font-weight: 500;
}

.vema-infobox-container {
	margin-bottom: 10px;
	margin-top: 0px !important;
	line-height: 1.2rem;
	min-height: 0px !important;
}

.vema-infobox-text {
	margin-top: 0px !important;
}

/* event date time venue */

.vema-event-datetimevenue table{
	border-collapse: collapse;
}

.vema-event-datetimevenue table td{
	padding: 7px;
	text-align: left;
	border: none;
}

.vema-event-datetimevenue table td p{
	margin: 0;
}

label.vema-event-date {
	font-weight: 450;
	font-size: 1.1rem;
}

.vema-event-date {
	position: absolute;
	top: 2.6em;
}

.vema-region-icon {
	color: var(--main-text-color-green);
	font-size: 35px;
	top: 8px;
	position:relative;
	margin-right: 1.2%;
}

.vema-eventRegion-icon {
	color: var(--main-text-color-green);
	font-size: 35px;
	top: 14px;
	position:relative;
	margin-right: 1.2%;
}

.vema-eventRegionTimeDate{
	top: 65px;
	position: absolute;
}
/* bookingForm inputFields */
.vema-booking-input {
	color: var(--main-text-color) !important;
	background-color: white !important;
	border-color: var(--lc-border-color-03) !important;
	border-radius: 5px !important;
	width: 500px;
	min-height: 50px !important;
}

.column-label {
	text-align: right; 
	padding-right: 10px;  
	vertical-align: middle; 
}


.vema-unsubscribe-TextInputField {
	background-color: white;
	border-color: #00b46e;
	border-radius: 5px;
	width: 300px; 
	height: 40px; 
	font-size: 16px; 
	margin-left: 0.5em;
}

/* .vema-tooltip {
    border: none !important; 
    background: black !important; 
    font-size: 0.8em!important; 
} */


	 
.vema-unsubscribe-Checkbox {
    width: 20px; 
    height: 20px; 
    vertical-align: middle;
    background-color: white;
}

h1, #unsubscribe{
	color: #009058;
    font-family: 'Inter', sans-serif;
}

.vema-booking-input.long {
	width: 500px;
}

.vema-booking-input.short {
	width: 200px;
}

.vema-booking-input.oneline {
	min-height: 50px !important;
}

.vema-booking-input.twolines {
	min-height: 100px !important;
}

.vema-booking-input.threelines {
	min-height: 150px !important;
}

.vema-booking-input.toppadding {
	padding-top: 0.8em;
}

/* textinput label */
label.vema-textinputlabel {
	display: block;
	width: 200px;
	text-align: left !important;
	padding-top: 15px !important;
}

/* checkbox */
input.vema-checkbox {
	accent-color: var(--main-text-color);
	height: 20px;
	width: 20px;
	border-radius: 5px !important;
}

/* top-margin */
.vema-medium-top-margin {
	margin-top: -5px !important;
}

.vema-small-top-margin {
	margin-top: -25px !important;
}

.vema-large-top-margin {
	margin-top: 15px !important;
}

/* VEMA-Buchungsbutton */
.ui-button.vema-button {
	border: none;
	border-radius: 35px !important;
	padding: 9px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 18px;
	margin-bottom: 18px;
	background: var(--g-carrier-color);
	color: var(--g-link-text-color-03);
	min-width: 400px;
	min-height: 50px;
	font-weight: 600;
	align-items: center;
	display: flex;
	justify-content: center;
}

.vema-button-unsubscribe {
	border: none;
	border-radius: 35px !important;
	padding: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 18px;
	margin-bottom: 18px;
	background: var(--g-carrier-color);
	color: var(--g-link-text-color-03);
	min-width: 400px;
	min-height: 50px;
	font-weight: 600;
	align-items: center;
	display: flex;
	justify-content: center;
}

/* Checkbox styles */
.vema-checkbox-container {
	display: block;
	position: relative;
	padding-left: 35px !important;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 15px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}	


.vema-checkbox-container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.vema-checkbox-checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	border: 1px solid var(--lc-border-color-03);
	border-radius: 5px;
}

.vema-checkbox-checkboxRightSightEvent {
	margin-top: 1.5em!important;
	background-color: white;
	border: 1px solid #00b46e!important;
	border-radius: 5px;
}


.vema-checkbox-container:hover input ~ .vema-checkbox-checkmark {
	background-color: var(--lc-bg-color-05);
}

.vema-checkbox-container input:checked ~ .vema-checkbox-checkmark {
	background-color: var(--lc-border-color-03);
}

.vema-checkbox-checkmark:after {
	content: "";
	position: relative;
	display: none;
}

.vema-checkbox-container input:checked ~ .vema-checkbox-checkmark:after
	{
	display: block;
}

.vema-checkbox-container .vema-checkbox-checkmark:after {
	left: 7px;
	top: 3px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.sv-down-vema::before {
	content: "\e911";
	margin-left: 10px;
}

.kontext-search-vema #kontext-search-interf-vema {
	background: #C0046B 0% 0% no-repeat padding-box;
	border-radius: 50%;
	color: #ffffff;
	height: 130px;
	left: 85%;
	letter-spacing: 0.9px;
	opacity: 1;
	position: relative;
	text-align: center;
	transform: matrix(0.95, 0.33, -0.33, 0.95, 0, 0);
	top: 4em;
	width: 130px;
	z-index: 51;
}

.kontext-search-vema #kontext-search-interf-vema::before {
	border-bottom: 20px solid transparent;
	border-right: 20px solid #C0046B;
	border-top: 20px solid transparent;
	bottom: -12px;
	content: '';
	left: 36px;
	position: absolute;
	transform: rotate(40deg);
}

.kontext-search-vema #kontext-search-interf-vema .interf-text-vema {
	color: var(--main-text-color-white);
	font: normal normal normal 1rem/1.111rem Inter;
	letter-spacing: 0.9px;
	position: relative;
	text-align: center;
	top: 26px;
}

.vema-button-info-date {
	padding: 0.594em 0;
	color: var(--g-carrier-color) !important;
	background-color: white !important;
	border: 1px solid var(--g-carrier-color) !important;
	border-radius: 35px;
	font-weight: 600;
	float: left;
	position: relative;
	margin-left: 24%;
	display: flex;
	width: 68%;
	margin-top: 1.5%;
	text-align: center;
	align-items:center;
}

.vema-button-info-date .searchCalendarInput {
	margin: -1em 0!important;
}

/* Elemente nebeneinander platzieren, damit sie nicht wo anders rutschen k�nnen */
.vema-clearfix {
	overflow: auto;
}

/*ganze linke Seite vom Datumsborder*/
.vema-dateleftSite {
	margin-left: 8%;
	width: 100%;
	padding-right: 0px;
	padding-left: 8px;
	margin-right: 5px;
}

/*linke Seite Datum Text*/
.vema-dateleftSite label {
	padding-right: 0px;
	margin-right: 6px;
	width: 35%;
}

/* /*linke Seite Datum Datumsfeld Eingabe*/
.vema-dateleftSite .width3 {
	width: 61%;
	text-align: center;
	padding-right: 0px !important;
	padding-left: 0px !important;
	padding: 3% 1%;
	
	color: var(--main-text-color) !important;
	background-color: white !important;
	border-color: var(--lc-border-color-03) !important;
	border-radius: 5px !important;
}

/*linke Seite Datumssymbol*/
.vema-dateleftSite .sv-date {
	margin-left: -23% !important;
}

/*ganze rechte Seite vom Datumsborder*/
.vema-daterightSite {
	margin-left: 12%;
	width: 100%;
}

/*linke Seite Datum Text*/
.vema-daterightSite label {
	padding-right: 2%;
	margin-right: 2%;
	width: 5%;
}

/*rechte Seite Datum Datumsfeld Eingabe*/
.vema-daterightSite .width3 {
	width: 60%;
	float: left;
	padding: 3% 1%;
	margin-left: 5%;
	text-align: center;
	padding-right: 0px !important;
	padding-left: 0px;
	
	color: var(--main-text-color) !important;
	background-color: white !important;
	border-color: var(--lc-border-color-03) !important;
	border-radius: 5px !important;
}

/*rechte Seite Datumssymbol*/
.vema-daterightSite .sv-date {
	margin-right: 28% !important;
}

/* ---------- search area checkbox ----------*/ 


.vema-search-checkbox-search {
	color: var(--main-text-color);
	padding: 5px 15px 5px 15px;
	border-radius: 20px;
	border: none;
	text-decoration: none;
	cursor: pointer;
	box-sizing: border-box;
	letter-spacing: 0.9px;
	list-style: none;
	font-weight: 500;
	text-align: center;
	line-height: 1.5;
	font-family: 'Inter', sans-serif;
	font-size: 18px;
}


.vema-checkbox-search:target {
	background-color: var(--main-bg-color);
	color: var(--main-bg-color-white);
}

/* checkbox */
input.vema-checkbox-search {
	accent-color: var(--main-text-color);
	height: 20px;
	width: 20px;
	border-radius: 5px !important;
}

/* Checkbox styles */
.vema-checkbox-container-search {
	display: initial;
	position: relative;
	padding-left: 3rem;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 15px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	right: 10%;
}	


.vema-checkbox-container-search input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.vema-checkbox-checkmark-search {
	position: absolute;
	top: 0;
	left: 15px;
	height: 25px;
	width: 25px;
	background-color: white;
	border: 1px solid #00b46e;
	border-radius: 5px
}

.vema-checkbox-container-search:hover input ~ .vema-checkbox-checkmark-search {
	/* background-color: var(--lc-bg-color-05); */
	background-color: #0064641A;
}

.vema-checkbox-container-search input:checked ~ .vema-checkbox-checkmark-search {
	/* background-color: var(--lc-border-color-03); */
	background-color: #00b46e;
}

.vema-checkbox-checkmark-search:after {
	content: "";
	position: relative;
	display: none;
}

.vema-checkbox-container-search input:checked ~ .vema-checkbox-checkmark-search:after
	{
	display: block;
}

.vema-checkbox-container-search .vema-checkbox-checkmark-search:after {
	left: 7px;
	top: 3px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.vema-large-top-margin-search {
  margin-top: 4.2%;
  padding-top: 0px;
  margin-bottom: 1px;
}

.vema-large-top-margin-search label {
	color: var(--main-bg-color);
}


.vema-button-right-info  label, input, select{
	max-width: 68%;
}

.vema-dateleftSite label {
  	font-size: 0.889rem;
  	width: 39%;
  	margin-left: -8%;
}

.vema-subAndTitleDiv{
	position: absolute;
	bottom: 0;
	width: 36%;
}

.vema-searchOegkfilter {
  background-color: #05498c!important;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3% !important;
  padding: 1.2% 5%!important;
  text-align: center;
  font-size: 18px !important;
  color: rgb(255, 255, 255) !important;
}

.vema-resetSearchOegkfilter {
  margin-top: 1%;
  text-align: center;
  color: #001e50; 
}

.vema-loadMoreEvents {
	background-color: #05498c!important;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 3% !important;
	padding: 1.2% 5%!important;
	text-align: center;
	font-size: 16px !important;
	color: rgb(255, 255, 255)!important;
}

.vema-loadMoreEventsIFrameSearch {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 3% !important;
	padding: 0.7% 1%!important;
	text-align: center;
	font-size: 14px !important;
	color: #009058!important;
	border: 1px solid #009058!important;
	border-radius: 35px!important;
	font-family: 'Inter', sans-serif;
	background-color: white !important;
}


.vema-search-input {
	border: 24px solid var(--main-bg-color);
	border-radius: 102px;
	color: var(--main-bg-color);
	font-size: 1.222rem;
	height: 61px;
	letter-spacing: 2.2px;
	padding: 24px 0;
	position: relative;
	text-align: center;
	width: 578px;
	z-index: 50;
	background-color: #ffffff;
}

body .vema-search-input .ui-inputfield {
	position:relative;
	bottom:1.13em;
	width:98.8%;
	border-radius: 102px;
	padding-left: 0px;
	padding-right: 0px;
}

.vema-search-input .ui-inputfield {
	border: none; 
	text-align: center;
	font-family: 'Roboto', sans-serif;
}

.vema-search-inputDiv{
	display: flex;
  	position: relative;
  	top: 6.6em;
}

.error-alert {
  background: #FFEDDB;
  color: #C73700;
  width: 100%;
  float: left;
  font-size: 13px;
  margin-bottom: 4px;
  min-height: 0;
  padding: 8px;
}

.info-alert {
  background: #E6FFED;
  color: #007C37;
  width: 100%;
  float: left;
  font-size: 13px;
  margin-bottom: 4px;
  min-height: 0;
  padding: 8px;
}

.messages-container {
  margin-bottom: 20px; 
}

.messages-container .error-alert,
.messages-container .info-alert {
  margin-bottom: 15px; 
}

.first {
    width: 100%;
    height: 1000px;
    background: #ccc;
}

.second {
    width: 100%;
    height: 1000px;
    background: #999;
}

.dateFormatVemaPreview {
	font-weight:450;
	font-size: 1.1rem;
	
}

.timeFormatVemaPreview {
	padding-left: 1%;
	font-size: 0.800rem;
}

.vemaEventRegionTypeLabel{
	font-size: 84%;
}

.vema-contentFocusText {
	position:relative;
	bottom:-3.5%;
}

.contentline #eventTopicLabel {
	font-size: 2rem;
	font-weight: 450;
	word-wrap: break-word;
	width: 74%;
}

.contentlineVema {
	line-height: 24px;
	min-height: 0;
	position: relative;
	width: 100%;
	display: flex;
}


.vemaEventDescription {
	width: 100%;
	position:relative;
	margin-top: 8%;
}

.vemaEventNavigationArea {
	position:relative;
	width: 100%;
	margin-top: 34%;
}

.vema-searchButtonWithoutDateValues {
	color: var(--g-carrier-color) !important;
	background-color: white !important;
	font-weight: 600;
	position: relative;
	font-size: 0.889rem !important;
	font-family: 'Roboto', sans-serif !important;
 	margin: 0 auto;
 	min-height: 0!important;
 	border: none!important;
 	padding: 0.158em !important;
}

.vema-eventImageBox {
	width: 23%;
	padding: 50px;
	background: var(--main-bg-color-light-green);
	position: absolute;
	right: 0;
	top:1.5em;
	z-index: 9999;
}

.vema-eventDatesList li{
	margin-left: 20px;
}

.vema-eventDatesList {
	white-space: pre-line;
}

.vema-bookingSuccessAllEventsFont {
	font-weight: 550;
	font-size: 20px;
}


.vema-bookingSucessAllEventsDiv {
	margin-top: 7%;
}

.vema-searchSadSmiley {
	width: 13%;
}


.vema-eventDetailSadSmiley {
	width: 41%;
	margin-bottom:-5%;
	position: relative;
	bottom:0.2em;
}

.vema-preview-subtitle-bookedUpLabel {
	color: #e40108;
	position: relative;
	font-family: 'Inter', sans-serif;
	bottom:1em;
}

.vema-bookingForm-svnr{
	position:relative;
	color: var(--main-text-color) !important;
	background-color: white !important;
	border-color: var(--lc-border-color-03) !important;
	border-radius: 5px !important;
	width: 500px;
	min-height: 50px !important;
	font-family: 'Inter', sans-serif;
}

.vema-bookingForm-svnr input{
	position:relative;
	color: var(--main-text-color) !important;
	background-color: white !important;
	border-color: var(--lc-border-color-03) !important;
	border-radius: 5px !important;
	width: 500px;
	min-height: 50px !important;
}


.vema-bookingForm-svnr label{
	display: block;
	width: 200px;
	text-align: left !important;
	padding-top: 15px !important;
}

.vema-bookingForm-svnr span{
	color: #001E50;
}

 .vema-bookingForm-svnr .error_label{
	color: #C73700;
}

.vema-event-externalCooperationpartnerTextLabel{
	font-weight: 490;
	margin-top: 5em;
	font-size: 0.889rem;
	font-family: 'Inter', sans-serif;	
}

.searchCalendarInput{
	padding: 0.25rem 0 !important;
	margin-top: 2.2%!important;
	margin-bottom: 2.2%!important;
	color: var(--g-carrier-color) !important;
	font-weight: 600!important;
	position: relative!important;
	text-align: center!important;
	width: 65%!important;
	font-size: 0.889rem!important;
}

.vema-search-dateDypen {
	width: 5%;
	line-height:1;
}

.bookingFormBirthdateCalendar{
	width: 500px !important;
	font-size: 0.889rem !important;
	border-color: var(--lc-border-color-03) !important;
	background-color: white !important;
	border-radius: 5px !important;
	min-height: 50px !important;
	margin-top: 0!important;
	margin-bottom: 20px!important;
	color: var(--main-text-color) !important;
}

.bookingFormBirthdateCalendar::placeholder{
	color: var(--main-text-color) !important;
}

.vemaEventDescription ul{
	padding-left: 23px!important;
	font-weight: 400!important;
}

.search-searchAreaRightContainer{
	/*.lc_columnContainer*/
	background: var(--main-bg-color-light-green);
	padding: 0 0 40px;

	/*contentline*/
	line-height: 24px;
	min-height: 0;
	position: relative;

	width: 50%;
	text-align: right;
}

.search-searchAreaRightContainer::after{
	  content: '';
	  display: block;
	  position: absolute;
	  width: 38px;
	  height: 38px;
	  bottom: -19px;
	  transform: rotate(45deg);
	  left: calc(50% - 19px);
	  background-color: var(--main-bg-color-light-green);
}

.search-searchAreaLeftContainer{
	background: var(--main-bg-color)!important;
	padding: 0 0 40px;
	padding-bottom: 58px;
	padding-top: 50px;
	min-height: 0;
	position: relative;
	width: 50%;
	text-align: left;
}

.search-searchAreaLeftContainer::after{
	content: '';
	display: block;
	position: absolute;
	width: 38px;
	height: 38px;
	bottom: -19px;
	transform: rotate(45deg);
	left: calc(50% - 19px);
	background-color: var(--main-bg-color)!important;
}

/* .vema-loadingBar{
	display:flex!important;
	align-items: center!important;
	justify-content: center!important;
} */

#loadingBar{
	position:fixed;
	top:50%;
	left: 50%;
	transform: translate(-50%, -50%);
	/*background-color: rgba(0,0,0,0.5);   */
	z-index:9999;
}

/* VEMA-Buchungsbutton */
input[type='submit'].vema-backButton {
	border: none;
	border-radius: 35px !important;
	padding: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 18px;
	margin-bottom: 18px;
	background: var(--g-carrier-color);
	color: var(--g-link-text-color-03);
	min-width: 400px;
	min-height: 50px;
	font-weight: 600;
	align-items: center;
	display: flex;
	justify-content: center;
}

.vemaBackButton {
    padding: 0.7em 0;
	background-color: #009058;
	border: 1px solid var(--g-carrier-color) !important;
	border-radius: 35px;
	font-weight: 600;
	width: 25%;
	color: white !important;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 2.0; 
}

.vema-event-furtherParticipantsButton {
	padding: 0.7em 0 !important;
	background-color: #009058 !important;
	border: 1px solid var(--g-carrier-color) !important;
	font-weight: 600;
	width: 6em;
	color: white !important;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center; 
}


.vema-bookingForm-furtherParticipantTextLabelField {
	background-color: #009058;
	color: white;
	font-family: "Roboto Condensed",sans-serif;
	font-size: 16px;
	font-weight: 600;
	height: auto;
	min-height: 38px;
	border-radius: 4px;
}

.columns2_flexContainer_VEMA {
	display: flex;
	flex-wrap: wrap;
	max-width: 100%;
}

.center-vema{
	float: none;
	width: 1280px;
	margin: 0 auto;
	max-width: 100%;
}



.flexLabelContainer-vema{
	display: flex;
	justify-content: flex-start;
	flex-direction: column;
	margin-top: 3.3rem;
}

.selectBooleanCheckbox-vema {
	margin-left: 13%;
	display:flex;
	margin-top:0.5rem;
}

.dropdown-Vema {
	margin-top: 10%;
}

.vema-infobox-container-pTag{
	width: 13em;
	word-wrap: break-word;
}

#pagination {
	text-align: center;
}

.vema-pagination-div{
	display:inline-flex;
	justify-content: center;
	align-items: center;
	margin-top:1.5em;
	position:relative;
	left:50%;
	transform: translateX(-50%);
	top: 2em;
}

.vema-pagination-link {
	display: inline-flex;
}

.vema-pagination-separator {
	margin: 0 10px;
	color: gray;
}

.vema-bookingForm-OtherParticipant-deleteParticipantLabel {
	margin-left: 1em;
}

/* .vemaSearchNoResultsMessage {
	font-size: 1.2em;
} */

.vemaPublishAreaKeyMessage {
	font-size: 1.2em;
	color: #001e50;
	display: block;
	text-align: center;
	border: 1px solid #ccc; 
	padding: 10px; 
	background-color: #e5f7f0;
  	/*background-color: honeydew ;*/
}

.resizable {
    resize: both; 
    min-height: 100px; 
    min-width: 200px; 
}

@media  screen and (max-width: 480px){
.vema-eventImageBox {width: 0;background: none;} 
.vema-button-enroll {min-width: 100%!important;}
.vema-button {min-width: 345px!important;}
.vema-button-info-standard {width:150%!important;}
.vema-subAndTitleDiv{position: relative;bottom: 0;width: 36%;}
.vema-button-info{padding: 0.5em 0 0.5em 0!important;top:100%;width:80%!important;bottom: 0px;margin-left: 10%;}
.vema-search-input{font-size: 1rem;bottom: 1em;}
.kontext-search-vema #kontext-search-interf-vema{display: none;}
#vema-searchfield-title{top: 4rem !important;left: 3rem !important;font-size: 0.5rem;}
.vema-preview-subtitle-bookedUpLabel{position: relative;bottom: 4px;}
.vema-eventImageBox{display:none!important;}
.vemaEnrollButtonAndFreeSlotsArea{display:flex;flex-direction: column;}
.vemaFreeSlotsDiv{order:-1;width:12em!important;top:0;margin-left:0;}
.vemaEnrollButtonAndFreeSlotsArea{margin-top: 6%;}
.vemaFreeSlotsDiv div{width:50%;}
.vema-search-inputDiv{top:2.9em!important;}
.vemaFreeSlotsDiv{margin-bottom: 8%;}
.vema-eventDetailSadSmiley{bottom:0;}
.vema-eventSite-label-freeslotsText{margin-top:7%;}
body .vema-search-input .ui-inputfield {bottom: 1.12em!important;}
}

@media  screen and (max-width: 600px){
.vema-search-input {bottom: 1.3em!important;}
#vema-searchfield-title {top: 7em!important;}
}
 
 /* Detailansicht*/
@media  screen and (max-width: 871px){
.vema-booking-input{width: 100% !important;} 
.vema-eventImageBox{display:none!important;} 
.vema-checkbox-container.vema-large-top-margin{width:100%;text-align:left;}
.vema-checkbox-container.vema-small-top-margin{width:100%;text-align:left;}
.vema-bookingForm-svnr{width:100%!important;}
.bookingFormBirthdateCalendar{width:100%!important;}
.contentline #eventTopicLabel{width: 100%;hyphens: auto;word-break: break-word;font-size: 1.2rem;}
.vema-booking-input-group{max-width:none;}
} 
 


@media  screen and (max-width: 800px){
.vema-button-info-standard {width:100%;float:left;}
.vema-preview-container {width:100%;}
.vema-subAndTitleDiv{position: relative;bottom: 0;width: 36%;}
.vema-preview-left {display: grid;gap: 0.5em;width:100%;}
.vema-preview-right{text-align: left;width: 100%;}
.vema-search-inputDiv {display: flex;top: 3.9em;}
.vema-button-info-date{width: 80%!important;margin-top: 4.5% !important;margin-left: 10%;display:flex;align-items:center;justify-content:center;padding: 0.7em 0 !important;}
.vema-button-info{width:80%!important;bottom: 0px;margin-left: 10%;}
#vema-searchfield-title {top: 10em;margin-left: 1em;}
.vema-button-right-info{width: 80%;}
.vema-search-input{margin: 0 auto !important;}
.kontext-search-vema #kontext-search-interf-vema{display:none;}
.vema-eventImageBox{display:none!important;}
.vema-kontext-search .search-center { padding-left:0;}
.vema-kontext-search h2 { left: 15%!important;}
.vema-kontext-search .search-center{padding-left: 0!important;}
.search-searchAreaLeftContainer{width:100%;}
.search-searchAreaRightContainer{width:100%;}
.search-searchAreaLeftContainer::after{display:none!important;}
.search-searchAreaRightContainer::after{display:none!important;}
.flexLabelContainer-vema{justify-content: center;align-items: center;}
.vemaFreeSlotsDiv{width:6em;}
.vema-searchSadSmiley{width:23%;}
body .vema-search-input .ui-inputfield {bottom:1.12em;}
}

/*
Kontrast f�r die Barrierefreiheit Suchseite
*/
html.contrast-mode .vema-preview-subtitle, html.contrast-mode .vema-preview-title, html.contrast-mode .vema-button-info-standard, html.contrast-mode .vema-preview-subtitle-bookedUpLabel, html.contrast-mode .vema-preview-title-freeSlots-WithoutBooking , html.contrast-mode #event_region_icon{color: #f9d134!important;background-color: #000000!important;}
html.contrast-mode .vema-button-info-standard, html.contrast-mode .vema-button-info-date, html.contrast-mode .vema-button-info, html.contrast-mode .vema-button-right-info, html.contrast-mode .vema-searchButtonWithoutDateValues, html.contrast-mode .vema-checkbox-checkmark-search, html.contrast-mode .searchCalendarInput, html.contrast-mode  #kontext-search-interf-vema{border: 1px solid #f9d134!important;background-color: #000000!important;color: #f9d134!important;}
html.contrast-mode .search-searchAreaLeftContainer, html.contrast-mode .search-searchAreaRightContainer.filter-right {background-color: #000000!important;border: 1px solid #f9d134!important;}
html.contrast-mode .search-searchAreaLeftContainer::after, html.contrast-mode .search-searchAreaRightContainer::after, html.contrast-mode .kontext-search-vema #kontext-search-interf-vema::before{display:none!important;}

/*
Kontrast f�r die Barrierefreiheit Detailansicht
*/
html.contrast-mode .vema-eventImageBox{display:none!important;}
html.contrast-mode .vema-button-enroll, html.contrast-mode .vema-button, html.contrast-mode .vemaBackButton, html.contrast-mode .vema-booking-input.long, html.contrast-mode .vema-booking-input.short, html.contrast-mode .vema-bookingForm-svnr, html.contrast-mode .vema-checkbox-checkmark, html.contrast-mode .bookingFormBirthdateCalendar{border: 1px solid #f9d134!important;background-color: #000000!important;color: #f9d134!important;}
html.contrast-mode .vema-label-freeslots, html.contrast-mode .vema-eventSite-label-freeslotsText {color: #f9d134!important;background-color: #000000!important;}
html.contrast-mode .vema-tdWithoutBorderContrast{border: none!important;}
html.contrast-mode .error-alert{color: #f9d134!important;background-color: #000000!important;border: 1px solid #f9d134!important;}

/* **************    iFrame Seite CSS  *******************/
.block{
	display:flex;
	flex-direction: column;
	font-size: 1rem;
	margin-bottom:2rem;
	/* max-width:23em; */
}

.iFrameDivConnector{
	display:flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
	
}

.iFrame-freeSlotsAndButtonArea{
	display:flex;
	flex-direction: column;
	/*  max-width: 22em;*/
}

.iFrameInfoButtonContainer{
	margin-top: 10px;
}

.iFrameTextRight {
	text-align: right;
}

.iFrame-freeSlotsTitle{
	font-size: 1.6rem;
	font-family: 'Inter', sans-serif;
	font-weight: normal;
	color: #009058;
	letter-spacing: 3.6px;
	display: flex;
	justify-content: flex-end;
}

.iFrame-freeSlotsSubTitle{
	font-size: 0.9rem;
	font-family: 'Inter', sans-serif;
	font-weight: 300;
	color: #009058;
	margin-top: auto;
	display: flex;
	justify-content: flex-end;
}

.iFrame-dateFormatVemaPreview {
  font-weight: 450;
  font-size: 1.4rem;
  font-family: 'Inter', sans-serif;
}

.timeFormatVemaPreview {
  padding-left: 1%;
  font-size: 1rem;
  font-family: 'Inter', sans-serif;
}

.vema-iFrame-preview-title{
 letter-spacing: 3.6px;
 font-size: 1.6rem;
 line-height: 2.444rem;
 font-weight: normal;
 color: #009058;
 margin-top: 0.3rem;
 display: block;
 font-family: 'Inter', sans-serif;
}

.vema-iFrame-preview-subtitle {
  font-size: 0.9rem;
  line-height: 1.222rem;
  color: #009058;
  font-weight: 300;
  margin: 10px 0;
  margin-top: 0;
  font-family: 'Inter', sans-serif;
}

.vema-iFrame-button {
  display: flex;	
  padding: 0.5em 0;
  border: 1px solid #009058;
  background-color: white !important;
  align-items: center;
  justify-content: center;
  color: #009058;
  width: 22em;
  border-radius: 35px;
  font-weight: 600;
  line-height: 2.0;
  text-decoration: none;
  font-family: 'Inter', sans-serif;
}

.vema-iFrame-Smiley {
	width: 2em;
	align-self: flex-end;
}

.vema-iFrameNoBookingNeededText {
 letter-spacing: 3.6px;
 font-size: 0.9rem;
 line-height: 2.444rem;
 font-weight: normal;
 color: #009058;
 font-family: 'Inter', sans-serif;
 margin-left: 2em;
}

.vema-iFrameDescriptionText{
  font-family: 'Inter', sans-serif;
  font-size: 0.9rem;
  font-weight: bold;
}

.vema-iFrameDescriptionSubText{
  font-family: 'Inter', sans-serif;
  font-size: 0.9rem;
}

.vema-iFramePreview-subtitle-bookedUpLabel {
	color: #e40108;
	position: relative;
	font-family: 'Inter', sans-serif;
	align-self: flex-end;
}

.vema-iFrame-preview-title-freeSlots-WithoutBooking {
  letter-spacing: 3.6px;
  font-size: 0.9rem;
  line-height: 1.444rem;
  font-weight: normal;
  margin-top: 20px;
  display: flex;
  align-self: center;
  font-family: 'Inter', sans-serif;
  color: #009058;
}

.vema-iFrame-info-text{
	font-size: 1.3rem;
	line-height: 2.444rem;
	font-weight: normal;
	color: #009058;
	font-family: 'Inter', sans-serif;
}

.vema-iFrame-info-text-commandButton{
	display: flex;
	padding: 0.5em 0;
	border: 1px solid #009058;
	background-color: white !important;
	align-items: center;
	justify-content: center;
	color: #009058;
	width: 18em;
	border-radius: 35px;
	font-weight: 600;
	line-height: 2.0;
	text-decoration: none;
	font-family: 'Inter', sans-serif;
	cursor: pointer;
	font-size: 0.95rem;
}
/* **************    iFrameSearchParam Seite CSS  *******************/

.titleHeaderSearchResult{
	display:flex;
	align-items: center;
	justify-content: center;
}

.titleHeaderSearchResult h2, .titleHeaderSearchResult .outputText{
	font-size: 2rem;
}

.vema-iFrameSearch-commandLink {
	color: #009058!important;
	font-size: 1rem;
	font-family: 'Inter', sans-serif;
	text-decoration: none;
}

@media  screen and (max-width: 655px){
.iFrame-freeSlotsAndButtonArea{
	order:-1;
}

}