<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ============================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ============================================================*/

@media print {
    * {
        box-shadow: none !important;
        text-shadow: none !important;
    }

    body {
        font-size: 12px;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    /* vorerst auskommentiert */
/*         a[href]:after { */
/*             content: " (" attr(href) ")"; */
/*         } */

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
/*         margin: 0.5cm; */
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
        font-size: 12px;
    }


    /* Beginn: Konkrete Elemente */
    .print_display_none,
    #logos,
    #agb,
    #aeb,
    #aktion,
    #waehrung,
    #userbar,
    #mitscrollende_toolbox_container,
    #mitscrollende_toolbox,
    #beschriftungs_container,
    .sichtbar_true,
    .button_container,
    .progress-bar,
    .kommentarliste_aufklappbutton,
    .kommentarliste_zuklappbutton,
    #inhalt .button_container,
    .actionmenu,
    #sidebar  {
        display: none !important;
        visibility: hidden !important;
    }

    #print_hotel_angebot #agb,
    #print_hotel_angebot #waehrung,
    #print_hotel_angebot #aeb {
        display: block !important;
        visibility: visible !important;
    }

    #inhalt .box_container:after {
        background-image: none;
    }

    .inhaltbox {
        padding-bottom: 10px;
    }

    .box_container h3 {
        margin-bottom: 10px;
        font-size: 15px;
    }

    .box_container .actionmenu_container {
        margin-bottom: 10px;
    }

    .box_container .actionmenu_container h3 {
        margin-top: 0px;
    }

    .box_container div.header {
        height: 30px;
        padding: 5px 11px 3px 5px;
    }

    .box_container div.header + .inhaltbox {
        padding-top: 11px;
    }

    h2 {
        font-size: 17px;
        line-height: 25px;
    }

    .wrapper,
    #main_container {
        border: none;
        width: auto;
        margin: 0px;
    }

    .mainbox {
        padding-top:    11px;
        padding-left:   0px;
        padding-right:  0px;
    }

    #meta {
        margin-bottom: 10px;
    }

    #meta .meta_subdata {
        width: 600px;
    }

    #legende_content .legende_entry_long {
        width: 461px;
    }

    #main_container .top-red-bar {
        height: 34px;
    }

    #main_container .top-red-bar h1 {
        font-size: 20px;
        line-height: 27px;
    }

    #meta h2 {
        line-height: 20px;
        margin-bottom: 7px;
    }

    #meta .meta_container + .meta_container {
        margin-top: 0px;
    }

    #tabelle_angebotsvergleich.angebotsvergleich {
        border-spacing: 0px;
        border-collapse: separate;
        emtpy-cells: hide;
    }

    #tabelle_angebotsvergleich.angebotsvergleich th.vp_zeitraum1,
    #tabelle_angebotsvergleich.angebotsvergleich th.vp_zeitraum2{
        border-left-color: black !important;
        border-left-style: solid !important;
        border-left-width: 1px !important;
        border-top: 1px solid black;
        border-right: 1px solid black;
        border-bottom: 1px solid black;
    }

    #tabelle_angebotsvergleich.angebotsvergleich td.inhalt1,
    #tabelle_angebotsvergleich.angebotsvergleich td.inhalt2,
    #tabelle_angebotsvergleich.angebotsvergleich td.inhalt3 {
        border-top: 1px solid black;
        border-right: 1px solid black;
        border-bottom: 1px solid black;
        border-left: 0px;
    }

    textarea.textareasize {
        width: 461px;
    }
    #additionalHotelInfoContainer {
	height: auto;
	padding: 0px 20px 0px 20px;
	box-shadow: 0 1px 2px #ccc inset;
    border-radius: 2px;
    border: 1px solid #aaa;
	}
	
	body, #content.wrapper {
	   position: static !important;
	   overflow: visible;
	}
}</pre></body></html>