<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Beginn Formulare */
#locationsuche_formular_container {
    flex-grow: 0;
    border-bottom: 2px solid var(--s_dark_60); /* TODO eigentlich #93928e */
    position: relative;
    background-color: var(--hg_hell_100);
    padding: 26px 30px;
    z-index: 1;
    min-height: 110px;
}
#locationsuche_ortinput_container {
    flex-grow: 1;
}
#locationsuche_umkreisinput_container {
    flex-grow: 0;
    width: 194px;
}
#locationsuche_filter_container {
    display: flex;
    gap: 20px;
}
.suchfilter_button {
    color: var(--s_dark_80);
    border: 2px solid var(--s_dark_60);
    line-height: 26px;
    vertical-align: middle;
    padding: 0 12px;
    font-size: var(--fs_xx_small);
    overflow: hidden;
    cursor: pointer;
    border-radius: 5px;
}
.suchfilter_button span {
    line-height: 26px;
    vertical-align: middle;
    float: left;
}
.suchfilter_button i {
    line-height: 26px;
    margin-left: 8px;
    vertical-align: middle;
    float: right;
    font-weight: 100;
    transition: transform .25s;
}
.suchfilter_button_open i {
    transform: rotate(180deg);
}
.suchfilter_button_open {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.suchfilter_button_open + .suchfilter_popup_hals {
    border-left: 2px solid var(--s_dark_60);
    border-right: 2px solid var(--s_dark_60);
    background-color: white;
    height: 10px;
    margin-top: -2px;
    margin-bottom: -8px;
    z-index: 3;
    position: relative;
}
.suchfilter_popup {
	color: var(--s_dark_80);
    padding: 20px 30px;
    border: 2px solid var(--s_dark_60);
    background-color: white;
    z-index: 2;
    position: relative;
    margin-top: 6px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}
.suchfilter_popup .button_container {
    text-align: right;
    margin-left: -20px;
}
.suchfilter_popup .button_container button {
    margin-left: 20px;
}
.suchfilter_popup {
    font-size: 16px;
    line-height: 30px;
}
.suchfilter_popup label {
    display: block;
    margin-bottom: 10px;
}
.suchfilter_popup label input.suchfilter_textfield_right,
.suchfilter_popup label input.suchfilter_textfield_left {
    background-color: #E9E9E1;
    padding: 0 6px;
    border: 0;
    box-shadow: inset 0 -1px #878783;
    font-size: 16px;
    line-height: 28px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.suchfilter_popup label input.suchfilter_textfield_right:focus,
.suchfilter_popup label input.suchfilter_textfield_left:focus {
	box-shadow: inset 0 -2px var(--dezent_50);
	outline: none;
}
.suchfilter_popup label input.suchfilter_textfield_right.error,
.suchfilter_popup label input.suchfilter_textfield_left.error {
	box-shadow: inset 0 -2px #D32F2F;
}
.suchfilter_popup label input.suchfilter_textfield_right {
    float: right;
    margin: 0 0 0 10px;
    width: 50px;
}
.suchfilter_popup label input.suchfilter_textfield_left {
    float: left;
    margin: 0 10px 0 0;
    width: 50px;
}
.suchfilter_multicolumn {
    display: flex;
    gap: 54px;
}
.suchfilter_popup label input[type="checkbox"] {
    margin: 0 10px 0 0;
}
.suchfilter_ueberschrift {
    color: #707070;
    font-size: 20px;
    margin-bottom: 10px;
}
* + .suchfilter_ueberschrift {
    margin-top: 20px;
}
.locationsuche_criteria_entity_autocomplete_item {
    font-size: var(--fs_small);
}
.locationsuche_criteria_entity_autocomplete_item span {
    font-size: var(--fs_xxx_small);
    color: rgba(0,0,0,.5);
    padding-right: 10px;
}
.locationsuche_criteria_entity_autocomplete_item img {
    margin: 0 5px 0 0;
} 
.locationsuche_formular_zweite_zeile {
	display: flex;
	width: 100%;
    color: var(--s_dark_80);
    line-height: 30px;
    font-size: var(--fs_xx_small);
    margin-top: 26px;
    align-items: flex-start;
    gap: 26px;
}
.locationsuche_formular_zweite_zeile &gt; div {
    flex-grow: 0;
}
.locationsuche_formular_zweite_zeile &gt; div.locationsuche_karte_anzeigen_container {
    flex-grow: 1;
    text-align: right;
}
.locationsuche_formular_zweite_zeile .MuiSwitch-root  {
	margin-right: -8px;
	vertical-align: top;
}
.locationsuche_formular_zweite_zeile .MuiButton-root {
	vertical-align: top;
    font-weight: inherit;
    line-height: inherit;
    text-transform: inherit;
    padding: 0px 8px;
    color: var(--dezent_80);
}
#locationsuche_formular_container .locationsuche_sortierung {
    display: inline-block;
    color: var(--s_dark_80);
}
#locationsuche_formular_container .locationsuche_sortierung select {
    font-size: 16px;
    padding: 0 6px;
    line-height: 30px;
    height: 30px;
    max-width: 270px;
    vertical-align: bottom;
    color: var(--s_dark_80);
    margin: 0;
    border: 0;
    background-color: #E9E9E1;
    margin-left: 10px;
    font-weight: normal;
}
/* Ende Formulare */


#locationsuche_ergebnis_mit_map {
    flex-grow: 1;
    position: relative;
    z-index: 0;
}
#suchergebnisliste_container {
    position: absolute;
    left: 0;
    top: 0;
    right: 500px;
    bottom: 0;
    background-color: #F7F7F4;
    overflow-y: scroll;
}
#locationsuche_map {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 500px;
}
#locationsuche_map iframe {
    padding: 0;
    margin: 0;
    border: 0;
    width: 100%;
    height: 100%;
}
#locationsuche_map_slider {
    width: 5px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 495px;
    cursor: col-resize;
}
.map_info_window div.map_info_window_title {
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 2px;
}

/* Beginn Hotelsuchergebnis */
.suchergebnisliste {
	position: relative;
}

.suchergebnisliste .ergebnis {
    border: 1px solid #d9d9d9;
    background-color: var(--hg_hell_100);
    width: 326px;
    text-decoration: none;
    border-radius: 5px;
    overflow: hidden;
}
.suchergebnisliste .ergebnis.ergebnis_hervorgehoben {
	border-color: var(--dezent_40);
	outline: 10px solid var(--dezent_40);
}

.ergebnisitem_carousel_container {
	height: 216px;
}

.suchergebnisliste .ergebnis .badge {
    position: absolute;
    z-index: 2;
    overflow: hidden;
    width: 175px;
    height: 175px;
}

.suchergebnisliste .ergebnis .badge &gt; span {
    font-size: var(--fs_xxxx_small);
    font-weight: normal;
    color: var(--s_neutral);
    padding-top: 5px;
    padding-bottom: 5px;
    text-transform: uppercase;
    text-align: center;
    transform-origin: 100px 92px;
    transform: rotate(-45deg);
    width: 200px;
    box-shadow: 0 3px 3px -5px #000000;
    position: absolute;
    top: 8px;
}
.suchergebnisliste .ergebnis .badge.badge_zweizeilig &gt; span {
	top: 0;
	transform-origin: 100px 100px;
}
.suchergebnisliste .ergebnis .badge.badge_zweizeilig &gt; span &gt; span {
    display: block;
}
.suchergebnisliste .ergebnis .badge &gt; span &gt; * + i {
    margin-left: 4px;
}

.suchergebnisliste .ergebnis .badge .sponsor {
    background-color: var(--dezent_80);
}

.suchergebnisliste .ergebnis .badge .favorit {
    background-color: var(--akzent_2);
}

.suchergebnisliste .ergebnis .badge .partner {
    background-image: linear-gradient(to right, var(--v_highlight_1) 0%, var(--v_highlight_2) 100%);
}

.suchergebnisliste .ergebnis .resultlist_image_gallery {
    position: relative;
}

.suchergebnisliste .ergebnis .resultlist_image_slide {
    display: none;
}

.suchergebnisliste .ergebnis .resultlist_image_current_slide {
    display: block;
    height: 219px;
}

.suchergebnisliste .ergebnis .resultlist_image_slide img, 
.suchergebnisliste .ergebnis .resultlist_image_current_slide img {
    width: 100%;
    height: 100%;
}

.suchergebnisliste .ergebnis .resultlist_image_gallery .prev, .suchergebnisliste .ergebnis .resultlist_image_gallery .next {
    cursor: pointer;
    position: absolute;
    top: 60%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: var(--s_neutral);
    font-weight: bold;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    user-select: none;
    z-index: 3;
}

.suchergebnisliste .ergebnis .resultlist_image_gallery .next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.suchergebnisliste .ergebnis .resultlist_image_gallery .prev:hover, 
.suchergebnisliste .ergebnis .resultlist_image_gallery .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.suchergebnisliste .ergebnis .badges {
    font-size: var(--fs_xx_small);
    padding: 17px 0 0 30px;
    height: 52px;
    position: relative;
}

.suchergebnisliste .ergebnis .badges .rating, 
.suchergebnisliste .ergebnis .badges .feedback, 
.suchergebnisliste .ergebnis .badges .zertifizierung {
    color: var(--s_dark_60);
    background-color: var(--hg_hell_80);
    margin-right: 16px;
    display: inline;
    padding: 5px 5px 5px 5px;
}

.suchergebnisliste .ergebnis .badges .zertifizierung img {
    position: relative;
    top: 2px;
}
.suchergebnisliste .ergebnis .badges .zertifizierung img + img {
	margin-left: 5px;
}

.suchergebnisliste .ergebnis .badges::after {
    content: " ";
    display: block;
    border-top: 2px solid;
    width: 30px;
    height: 9px;
    color: var(--s_dark_80);
    position: absolute;
    bottom: 0;
    left: 30px;;
}

.suchergebnisliste .ergebnis .badges .star {
    color: var(--akzent_2);
    padding-left: 4px;
}

.suchergebnisliste .ergebnis .badges span {
    padding-left: 4px;
}

.suchergebnisliste .ergebnis .badges .comment {
    color: var(--dezent_80);
}

.suchergebnisliste .ergebnis .badges .cert_airplus {
}

.suchergebnisliste .ergebnis .badges .cert1 {
    color: var(--dezent_100);
}

.suchergebnisliste .ergebnis .badges .cert2 {
    color: var(--akzent_1);
}

.suchergebnisliste .ergebnis .badges .cert3 {
    color: var(--highlight);
}

.suchergebnisliste .ergebnis .badges .cert4 {
    color: var(--s_dark_100);
}

.suchergebnisliste .ergebnis .resultlist_facts {
    padding: 0 30px 0 30px;
    height: 160px;
}

.suchergebnisliste .ergebnis .resultlist_facts h3.adress {
    font-size: var(--fs_small);
    line-height: 25px;
    font-weight: bold;
    color: var(--s_dark_80);
    padding: 0;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.suchergebnisliste .ergebnis .resultlist_facts h3.adress a {
    color: var(--s_dark_80);
    text-decoration: none;
}

.suchergebnisliste .ergebnis .resultlist_facts h4.adress {
    font-size: var(--fs_xx_small);
    font-weight: normal;
    line-height: 22px;
    color: var(--s_dark_60);
    margin-top: 5px;
    margin-bottom: 17px;
    overflow: hidden;
}

.suchergebnisliste .ergebnis h4.adress span {
	display: block;
	float: left;
}
.suchergebnisliste .ergebnis span.adresse_ortsname {
	max-width: 185px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.suchergebnisliste .ergebnis .resultlist_facts .adress .adressicon {
    display: block;
    float: left;
	margin-left: 5px;
    font-size: large;
    cursor: pointer;
}

.suchergebnisliste .ergebnis .resultlist_facts .facts {
    font-size: var(--fs_xx_small);
    font-weight: normal;
    line-height: 22px;
    color: var(--s_dark_60);
}

.suchergebnisliste .ergebnis .anfrageliste_button {
    margin-top: 11px;
    padding: 0 30px 20px 30px;
    text-align: right;
}
.suchergebnisliste .ergebnis .anfrageliste_hinweis_bereits_angefragt {
    font-size: var(--fs_xx_small);
    line-height: 40px;
    display: inline-block;
}
.suchergebnisliste .ergebnis .suchergebnisliste_button {
	float:left;
	margin-right: 16px;
	font-size: 15px;
	margin-top: 5px;
    cursor: pointer;
    color: var(--s_dark_80);
}
.suchergebnisliste .ergebnis .suchergebnisliste_button:hover {
	color: var(--highlight);
}
.suchergebnisliste .ergebnis .resultlist_facts h3 {
    cursor: pointer;
}
.suchergebnisliste .ergebnis .resultlist_facts h3:hover {
    color: var(--highlight)
}
.ergebnisitem_outoforder_hinweis_container {
    position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 216px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: opacity 400ms;
}
.ergebnisitem_outoforder_hinweis {
	background-color: var(--s_dark_80);
	color: white;
    transform: rotate(-20deg);
    transform-origin: center center;
    padding: 5px 10px;
    text-align: center;
    font-size: var(--fs_medium); 
}
.ergebnisitem_carousel_container:hover .ergebnisitem_outoforder_hinweis_container {
	opacity: 0;
}
/* Ende Hotelsuchergebnis */



#locationsuche_locationpraesentation_buttoncontainer {
	display: flex;
	align-items: center;
	gap: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 100%;
}
#locationsuche_locationpraesentation_buttoncontainer &gt; * {
	flex-grow: 0;
}
#locationsuche_locationpraesentation_buttoncontainer &gt; .anfrageliste_button {
	flex-grow: 1;
	text-align: right;
}
#locationsuche_locationpraesentation_buttoncontainer &gt; .anfrageliste_button label {
	cursor: pointer;
	font-size: var(--fs_xx_small);
}
#locationsuche_locationpraesentation_buttoncontainer &gt; .anfrageliste_button .anfrageliste_hinweis_bereits_angefragt {
    font-size: var(--fs_xx_small);
    line-height: 40px;
}
#locationsuche_content {
	flex-grow: 1;
	position: relative;
}
#locationsuche_formular_und_ergebnis {
	display: flex;
	width: 100%;
	height: 100%;
	flex-direction: column;
}
#locationsuche_presentation_container_container_container {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    overflow: hidden;
    z-index: 4;
}
#locationsuche_presentation_container_container {
    background-color: var(--hg_hell_100);
    display: flex;
    flex-direction: column;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}
#locationsuche_presentation_container_header {
	flex-grow: 0;
	text-align: center;
	padding: 6px 30px;
	border-bottom: 2px solid var(--s_dark_60);
    font-size: var(--fs_x_small);
	color: var(--s_dark_80);
}
#locationsuche_presentation_container_header_close_button {
	position: absolute;
	right: 6px;
	cursor: pointer;
	padding: 3px 6px;
	margin-top: -3px;
}
#locationsuche_presentation_container_header span {
    font-weight: 500;
    color: var(--highlight);
}
#locationsuche_presentation_container_header_close_button:hover {
	color: var(--highlight);
}
#locationsuche_presentation_container {
    flex-grow: 1;
    position: relative;
}
#locationsuche_presentation_container &gt; iframe {
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
	height: 100%;
}
#locationsuche_presentation_container &gt; div {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

.MuiChip-root.locationsuche_chip_disabled_aber_closable {
	opacity: 0.38;
	text-decoration: line-through;
}</pre></body></html>