var css = '@import "//app.eaero.de/css/font-awesome.min.css"; /* TABLE-STRUKTUR */ .toh_datepicker { display:none; } .toh_info, .toh_info button, .toh_info div { display:none; } .toh_difference_info { display:inline-block; } table.toh tfoot { display:none; } table.toh tr.toh_today_indicator td/*.toh_weekdays*/ { /* optional nur erste Spalte */ background-color: #fcf8e3; } .toh_light { background-color:#f0f0f0; border-radius: 2px; width: 6px; margin-right: 5px; } .toh_footnotes .toh_light { display: inline-block; border-radius: 100%; height:10px; width:10px; } .toh_light.toh-open, .toh_light.toh-hours-green { background-color: limegreen; } .toh_light.toh-close, .toh_light.toh-hours-red { background-color: red; } .toh_light.toh-green-red { background-color: limegreen; border: 2px solid #d15b47; } .toh_light.toh-red-green { background-color: #d15b47; border: 2px solid limegreen; } .toh_light.toh-open-green-red { background-color: limegreen; border: 2px solid red; } .toh_light.toh-open-red-green { background-color: red; border: 2px solid limegreen; } .toh_light.toh-green-orange { background-color: limegreen; border: 2px solid #ffb752; } .toh_light.toh-orange-green { background-color: #ffb752; border: 2px solid limegreen; } .toh_light.toh-open-green-orange { background-color: limegreen; border: 2px solid #ffb752; } .toh_light.toh-open-orange-green { background-color: #ffb752; border: 2px solid limegreen; } .toh_light.toh-red { background-color: #d15b47; } .toh_light.toh-green { background-color: limegreen; } .toh_light.toh-blue { background-color: #428bca; } .toh_light.toh-yellow { background-color: #fee188; } .toh_light.toh-orange { background-color: #ffb752; } .toh_light.toh-pink { background-color: #d6487e; } .toh_light.toh-light { background-color: #e7e7e7; } .toh_light.toh-grey { background-color: #abbac3; } .toh_light.toh-purple { background-color: #9585bf; } .toh_light.toh-white { background-color: white; } .toh_light.toh-black { background-color: #555; } table.toh { width: 100%; max-width: 100%; } table.toh th { position: relative; } table.toh th, table.toh td { padding: 10px; box-sizing: border-box; text-align: left !important; /* border: 1px solid #dcdcdc; */ } table.toh tfoot, table.toh .toh_datepicker { display: none; } /* WEERKDAYS / COL1 */ .toh_weekdays .toh_weekday_short, .toh_weekdays .toh_real_date .toh_date_year { display: none; } .toh_weekdays .toh_weekday { display: inline-block; } /* HEADER1 */ tr.toh_header { background-color: transparent !important; } tr.toh_header .toh_title { font-size: 24px; color: rgb(0,78,151); } tr.toh_header .toh_subtitle { font-size: 20px; } tr.toh_header .toh_subtitle2 { font-size: 16px; } tr.toh_header .real_date_till { margin: 0px 5px; } tr.toh_header .toh_inlet_before_closing { color: red; font-weight: bold; } tr.toh_header .real_title, tr.toh_header .real_title2, tr.toh_header .real_year_title, tr.toh_header .real_year, tr.toh_header .real_week_number_title, tr.toh_header .real_week_number { display: none; } tr.toh_header .real_date_till { /* was ist das? */ margin: 0px 5px; } span.toh_footnote_eq { margin-left: 5px; margin-right: 5px; } /* BUTTONS */ .toh_toolbar { position: absolute; line-height: 44px; font-size: 18px; font-weight: normal; right: 15px; top: 0px; color: rgb(0,78,151); margin-top: 7px; } .toh_toolbar span { vertical-align: middle!important; } .toh_toolbar button { border: 2px solid rgb(102,193,212) !important; border-radius: 0px !important; width: 30px !important; background-color: #fff !important; color: rgb(102,193,212) !important; height: 30px !important; line-height: 30px !important; vertical-align: middle!important; float: none !important; margin: 0px !important; } .toh_toolbar button.toh_prev_button { margin-right: 10px !important; position: relative; } .toh_toolbar button .toh_prev_text, .toh_toolbar button .toh_next_text{ display: none; } .toh_toolbar button.toh_prev_button::after, .toh_toolbar button.toh_next_button::after { position: absolute; top: 0px; left: 0px; width: 100%; line-height: 26px; font-size: 24px; display: inline-block; font-family: \'FontAwesome\'; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .toh_toolbar button.toh_prev_button::after { content: \'\\f0d9\'; } .toh_toolbar button.toh_next_button::after { content: \'\\f0da\'; } .toh_toolbar button.toh_next_button { margin-left: 10px !important; position: relative; } .toh_toolbar button:hover { cursor: pointer; } span.toh_load_indicator_content { width: 100%; position: absolute; top: 0px; text-align: center; padding-top: 0px; padding-bottom: 0px; height: 100%; left: 0px; background-color: #fff; z-index: 9; } /* CONTENT COLS/ROWS */ td.toh_weekdays { font-weight: bold; } .toh_weekday, .toh_weekday_short { margin-right: 5px; } .toh_real_date { display: inline-block; } table.toh .real, table.toh .regular { display: inline-block; } table.toh .toh_missing_footnotes, table.toh .toh_missing_text { display: none; } table.toh .toh_from_to, table.toh .toh_text { display: inline-block; margin-right: 5px; } .toh_closed { display: block; color: red; } table.toh tbody tr:nth-child(odd) { background-color: rgb(226,244,248); } table.toh tbody tr:nth-child(even) { background-color: rgb(238,238,238); } /* -- Keine Ă„nderungen */ table.toh .toh_no_difference_to_regular .real { display: none; } table.toh .toh_no_difference_to_regular .toh_closed, table.toh .toh_no_difference_to_regular .toh_from_to { display: block; } /* -- Ă„nderungen */ table.toh td.toh_no_difference_to_regular, table.toh td.toh_difference_to_regular { display: flex; } .toh_missing_footnotes { text-decoration: line-through; } .toh_difference_to_regular .regular span, .toh_difference_to_regular .regular div { text-decoration: line-through; display: none; } .toh_difference_to_regular .real { display: inline-block; } .toh_difference_to_regular .toh_info { display: inline-block; } .toh_difference_to_regular .toh_info .toh_info_button { border: none; border-radius: 4px; padding: 5px; font-size: 0.75em; margin: 0px 5px; } /* FOOTNOTES */ ul.toh_footnotes { list-style-type: none; padding-left: 10px; } ul.toh_footnotes li.toh_footnote { display: inline-block; margin-right: 20px; margin-bottom: 10px; } ul.toh_footnotes li.unused { display: none; } /* MEDIAQUERIES */ @element \'table.toh\' and (max-width: 767px) { /* -- WEEKDAYS / COL1 */ $this .toh_weekdays .toh_weekday { display: none; } $this .toh_weekdays .toh_weekday_short { display: inline-block; } $this .toh_no_difference_to_regular .toh_closed, $this .toh_no_difference_to_regular .toh_from_to { display: block; } } @element \'table.toh\' and (max-width: 620px) { $this .toh_toolbar { position: static; } }'; document.write('');