<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * Kompiliert mit Sass
 * 
 * @name print
 * @see http://sass-lang.com/guide/
 */

/*

Verfuegbare Variablen:
================
$einstellungen_ID: 1;
$einstellungen_design: 3;
$einstellungen_aktiv: 0;
$einstellungen_body_backgroundcolor: #660000;
$einstellungen_color_hintergrund: #ffffff;
$einstellungen_color_leiste: #ffffff;
$einstellungen_color_inhalt: transparent;
$einstellungen_color_navi: transparent;
$einstellungen_color_fuss: #ffffbb;
$einstellungen_color_h1: #660000;
$einstellungen_color_h2: #555555;
$einstellungen_color_p: #000000;
$einstellungen_color_linien: #888888;
$einstellungen_color_navi_eintrag: #660000;
$einstellungen_color_navi_eintrag_hintergrund: transparent;
$einstellungen_schrift_p: 13;
$einstellungen_schrift_h: 13;
$einstellungen_schrift_navi: 13;
$einstellungen_aktivlste_breite: 200;
$einstellungen_mobile_switch: 0;
$einstellungen_pw_laenge_min: 8;
$einstellungen_bn_laenge_min: 6;

$schrift_p_ID: 13;
$schrift_p_design: 3;
$schrift_p_aktiv: 0;
$schrift_p_body_backgroundcolor: #660000;
$schrift_p_color_hintergrund: #ffffff;
$schrift_p_color_leiste: #ffffff;
$schrift_p_color_inhalt: transparent;
$schrift_p_color_navi: transparent;
$schrift_p_color_fuss: #ffffbb;
$schrift_p_color_h1: #660000;
$schrift_p_color_h2: #555555;
$schrift_p_color_p: #000000;
$schrift_p_color_linien: #888888;
$schrift_p_color_navi_eintrag: #660000;
$schrift_p_color_navi_eintrag_hintergrund: transparent;
$schrift_p_schrift_p: 13;
$schrift_p_schrift_h: 13;
$schrift_p_schrift_navi: 13;
$schrift_p_aktivlste_breite: 200;
$schrift_p_mobile_switch: 0;
$schrift_p_pw_laenge_min: 8;
$schrift_p_bn_laenge_min: 6;
$schrift_p_schrift: Corbel;
$schrift_p_code: Corbel, Verdana, Arial, Helvetica, sans-serif;

$schrift_h_ID: 13;
$schrift_h_design: 3;
$schrift_h_aktiv: 0;
$schrift_h_body_backgroundcolor: #660000;
$schrift_h_color_hintergrund: #ffffff;
$schrift_h_color_leiste: #ffffff;
$schrift_h_color_inhalt: transparent;
$schrift_h_color_navi: transparent;
$schrift_h_color_fuss: #ffffbb;
$schrift_h_color_h1: #660000;
$schrift_h_color_h2: #555555;
$schrift_h_color_p: #000000;
$schrift_h_color_linien: #888888;
$schrift_h_color_navi_eintrag: #660000;
$schrift_h_color_navi_eintrag_hintergrund: transparent;
$schrift_h_schrift_p: 13;
$schrift_h_schrift_h: 13;
$schrift_h_schrift_navi: 13;
$schrift_h_aktivlste_breite: 200;
$schrift_h_mobile_switch: 0;
$schrift_h_pw_laenge_min: 8;
$schrift_h_bn_laenge_min: 6;
$schrift_h_schrift: Corbel;
$schrift_h_code: Corbel, Verdana, Arial, Helvetica, sans-serif;

$schrift_navi_ID: 13;
$schrift_navi_design: 3;
$schrift_navi_aktiv: 0;
$schrift_navi_body_backgroundcolor: #660000;
$schrift_navi_color_hintergrund: #ffffff;
$schrift_navi_color_leiste: #ffffff;
$schrift_navi_color_inhalt: transparent;
$schrift_navi_color_navi: transparent;
$schrift_navi_color_fuss: #ffffbb;
$schrift_navi_color_h1: #660000;
$schrift_navi_color_h2: #555555;
$schrift_navi_color_p: #000000;
$schrift_navi_color_linien: #888888;
$schrift_navi_color_navi_eintrag: #660000;
$schrift_navi_color_navi_eintrag_hintergrund: transparent;
$schrift_navi_schrift_p: 13;
$schrift_navi_schrift_h: 13;
$schrift_navi_schrift_navi: 13;
$schrift_navi_aktivlste_breite: 200;
$schrift_navi_mobile_switch: 0;
$schrift_navi_pw_laenge_min: 8;
$schrift_navi_bn_laenge_min: 6;
$schrift_navi_schrift: Corbel;
$schrift_navi_code: Corbel, Verdana, Arial, Helvetica, sans-serif;


*/

/*

Verwendete Imports:
================
@import 'print.scss';

*/

html {
  width: auto;
  height: auto;
  min-height: 100%; }

body {
  min-height: 100%;
  margin: 0;
  word-wrap: break-word;
  font-family: Candara, arial, tahoma, helvetica;
  width: auto;
  height: auto; }

#rahmen {
  position: static;
  text-align: left;
  width: 16cm;
  height: auto;
  float: none;
  min-height: 30em;
  border-style: none;
  border-width: 0; }

#inhalt {
  position: static;
  left: 0;
  width: auto;
  height: auto;
  overflow: visible;
  float: none;
  margin: 0;
  padding: 0;
  border-style: none;
  border-width: 0; }

#inhalt li {
  font-size: 10pt;
  font-family: Candara, arial, tahoma, helvetica;
  margin-bottom: 3px;
  list-style-image: url(../bilder/punkt.jpg); }

#text {
  width: 16cm;
  height: auto;
  float: none; }

.textblock {
  width: auto;
  height: auto;
  float: none;
  margin-top: 0;
  margin-bottom: 0; }

.kurzbeschreibung {
  margin-top: 0;
  margin-bottom: 0;
  width: auto;
  height: auto;
  float: none; }

.textblock-gr {
  width: auto;
  height: auto;
  margin-top: 0;
  margin-bottom: 0; }

#info_impressum {
  color: #000;
  font-family: Candara, arial, tahoma, helvetica;
  display: block; }

.portrait {
  position: static;
  width: 16cm;
  height: auto;
  float: none;
  margin-right: 1em; }

.portrait img {
  width: auto;
  height: auto;
  float: none;
  margin: 0 8px 16px;
  border-style: none;
  border-width: 0; }

#bilderleiste {
  display: none; }

.bilderleiste {
  float: none;
  margin: 0;
  border-width: 0; }

.bilderleiste_links {
  width: 10cm;
  height: auto;
  z-index: 50;
  visibility: visible;
  margin: 0 0 0 auto;
  border-width: 0; }

.bilderleiste_rechts {
  background-image: url(../bilder/collage_bilderleiste.png);
  display: none;
  width: 600px;
  height: 142px;
  z-index: 50;
  visibility: visible;
  margin: 0 auto 0 0;
  border-width: 0; }

h1 {
  color: #000;
  font-size: 14pt;
  text-decoration: none;
  font-family: Candara, arial, tahoma, helvetica;
  border-style: none;
  border-width: 0; }

h2 {
  color: #206487;
  font-size: 1em;
  font-family: Candara, arial, tahoma, helvetica;
  font-variant: small-caps;
  margin-top: 0;
  border-width: 0; }

p {
  color: #000;
  font-size: 10pt;
  font-family: Candara, arial, tahoma, helvetica; }

a {
  color: #206487;
  text-decoration: none;
  font-size: 10pt;
  font-family: Candara, arial, tahoma, helvetica; }

a:hover {
  color: #000; }

table {
  color: #000;
  font-size: 10pt;
  font-family: Candara, arial, tahoma, helvetica;
  line-height: 11pt;
  margin: 0;
  padding: 0; }

.kurzbeschr_tab {
  line-height: 10pt; }

.weisse_zelle {
  line-height: 10pt;
  background-color: #fff; }

.blaue_zelle {
  font-size: 10pt; }

.bildunterschrift {
  font-size: 10pt;
  font-family: Candara, arial, tahoma, helvetica;
  font-style: italic;
  line-height: 10pt;
  text-align: center;
  width: auto;
  height: 15px;
  visibility: hidden;
  margin-top: 5px;
  display: none; }
/*Ausgeblendet*/
.detaillink a {
  font-size: 0.9em;
  font-family: Candara, arial, tahoma, helvetica;
  font-weight: bold;
  display: none; }

.detaillink a:hover {
  color: #000;
  font-weight: bold;
  display: none; }

#fuss {
  color: #fff;
  font-size: 16px;
  font-family: Candara, arial, tahoma, helvetica;
  line-height: 16px;
  background-color: #1b688f;
  text-align: right;
  width: 0;
  height: 0;
  visibility: hidden;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  padding-top: 0;
  padding-right: 0;
  border-top: 1px solid #4f5372;
  display: none; }

#druckansicht {
  text-align: center;
  width: 0;
  height: 0;
  visibility: hidden;
  float: left;
  display: none; }

#schatten_l_o {
  background-image: url(../bilder/schatten_01.png);
  background-repeat: no-repeat;
  position: absolute;
  z-index: 51;
  top: -15px;
  left: -15px;
  width: 15px;
  height: 15px;
  visibility: hidden;
  display: none; }

#schatten_oben {
  background-image: url(../bilder/schatten_02.png);
  background-repeat: repeat;
  position: absolute;
  top: -15px;
  z-index: 50;
  right: 0;
  left: 0;
  height: 15px;
  visibility: hidden;
  display: none; }

#schatten_r_o {
  background-image: url(../bilder/schatten_03.png);
  background-repeat: no-repeat;
  position: absolute;
  top: -15px;
  right: -15px;
  width: 15px;
  height: 15px;
  z-index: 51;
  visibility: hidden;
  display: none; }

#schatten_links {
  background-image: url(../bilder/schatten_05.png);
  background-repeat: repeat;
  position: absolute;
  top: 0;
  left: -15px;
  bottom: -30px;
  width: 15px;
  z-index: 50;
  visibility: hidden;
  display: none; }

#schatten_rechts {
  background-image: url(../bilder/schatten_08.png);
  background-repeat: repeat;
  position: absolute;
  top: 0;
  right: -15px;
  bottom: -30px;
  width: 15px;
  z-index: 50;
  visibility: hidden;
  display: none; }

#schatten_l_u {
  background-image: url(../bilder/schatten_09.png);
  background-repeat: no-repeat;
  position: absolute;
  z-index: 51;
  left: -15px;
  bottom: -45px;
  width: 15px;
  height: 15px;
  visibility: hidden;
  display: none; }

#schatten_unten {
  background-image: none;
  background-repeat: repeat;
  position: static;
  z-index: 50;
  bottom: 0;
  left: 0;
  right: 0;
  width: 0;
  height: 15px;
  visibility: hidden;
  display: none; }

#schatten_r_u {
  background-image: url(../bilder/schatten_10.png);
  background-repeat: no-repeat;
  position: absolute;
  z-index: 51;
  right: -15px;
  bottom: -45px;
  width: 15px;
  height: 15px;
  visibility: hidden;
  display: none; }

#bilddetail {
  font-family: Candara, arial, tahoma, helvetica;
  background-color: #fff;
  position: relative;
  width: 500px;
  height: 500px;
  visibility: hidden;
  margin: 80px auto auto;
  padding: 15px;
  border: solid 2px #808080;
  display: none; }

#cms_steuerung {
  display: none; }

#navigation, .mobile_navigation_menu, #back_to_top_btn {
  display: none; }

#navigation ul {
  height: auto;
  visibility: hidden;
  margin: 15px 0 0;
  padding: 0;
  display: none; }

#navigation li ul {
  visibility: hidden;
  margin-top: 0;
  display: none; }

#navigation li {
  visibility: hidden;
  margin: 3px 0 0;
  padding: 2px 5px;
  list-style-type: none;
  display: none; }

#navigation ul ul li {
  color: #211a37;
  visibility: hidden;
  margin-left: 20px;
  padding: 0;
  border-style: none;
  display: none; }

#navigation li a {
  color: #211a37;
  font-size: 1em;
  font-family: Candara, arial, tahoma, helvetica;
  text-decoration: none;
  visibility: hidden;
  display: none; }

#navigation li a.aktiv {
  color: #206487;
  font-weight: bold;
  visibility: hidden;
  display: none; }

#navigation ul ul li a {
  color: #211a37;
  font-size: 0.8em;
  visibility: hidden;
  display: none; }

#navigation a:hover {
  font-weight: bold;
  visibility: hidden;
  display: none; }

#kurzbeschreibung {
  background-color: #f5faff;
  width: 95%;
  height: auto;
  visibility: visible;
  margin-bottom: 15px;
  padding: 1px 5px 5px; }

#kurzbeschreibung h1 {
  color: #206487;
  font-size: 1em;
  font-family: Candara, arial, tahoma, helvetica;
  visibility: visible;
  border-bottom: 1px solid #206487; }

#kurzbeschreibung img {
  visibility: visible;
  margin: 5px;
  border: solid 2px #206487; }

#datenschutzerklaerung {
  color: #000;
  font-family: Candara, arial, tahoma, helvetica;
  background-color: #fff;
  width: 600px;
  height: auto;
  visibility: hidden;
  padding: 20px;
  display: none; }

.grossbild {
  width: 350px;
  visibility: hidden;
  margin-left: auto;
  margin-right: auto;
  display: none; }

.bdblogo {
  position: relative;
  bottom: -3px;
  visibility: hidden;
  margin-right: 30px;
  margin-left: 5px;
  display: none; }
/*
 * Für das einwend_gen - Modul
 */
.einw_gen_ergebnis_anzeigen_steuerbuttons {
  display: none; }
/**
 * Neue Version mit Variablen:
 */
html {
  height: 100%;
  min-height: 100%; }

body {
  background-color: #600;
  height: 100%;
  min-height: 100%;
  margin: 0;
  word-wrap: break-word;
  font-family: Corbel, Verdana, Arial, Helvetica, sans-serif; }

#rahmen {
  background-color: #fff;
  text-align: left;
  position: relative;
  top: 0;
  bottom: 0;
  width: 960px;
  min-height: 30em;
  margin-right: auto;
  margin-left: auto; }

#navigation {
  background-color: transparent;
  position: absolute;
  top: 140px;
  bottom: 0;
  left: 0;
  overflow: auto;
  width: 13em;
  float: left;
  padding-top: 2em;
  padding-left: 1.5em;
  height: auto;
  border-right: 1px dotted #888; }

#inhalt li {
  font-size: 0.9em;
  font-family: Corbel, Verdana, Arial, Helvetica, sans-serif;
  list-style-type: circle; }

#bilderleiste {
  text-align: right;
  position: absolute;
  width: 960px;
  height: 130px;
  vertical-align: top;
  top: 0;
  left: 0;
  padding-top: 10px;
  border-bottom: 2px solid #888;
  background-color: #fff; }

.bilderleiste {
  float: right;
  margin-right: 10px;
  margin-bottom: 0;
  margin-left: 10px; }

.bilderleiste_links {
  visibility: hidden;
  margin: 0 0 0 auto;
  border-width: 0; }

.bilderleiste_rechts {
  visibility: hidden;
  margin: 0 auto 0 0;
  border-width: 0; }

#navigation ul {
  height: auto;
  margin: 15px 0 0;
  padding: 0; }

#navigation li ul {
  margin-top: 0; }

#navigation li {
  margin: 3px 0 0;
  padding: 2px 5px;
  list-style-type: none;
  display: block; }

#navigation ul ul li {
  color: #600;
  width: auto;
  margin-left: 20px;
  padding: 0;
  border-style: none; }

#navigation li a {
  color: #600;
  font-size: 1em;
  font-family: Corbel, Verdana, Arial, Helvetica, sans-serif;
  text-decoration: none; }

#navigation li a.aktiv {
  color: #600;
  font-weight: bold; }

#navigation ul ul li a {
  color: #600;
  font-size: 0.8em; }

#navigation a:hover {
  font-weight: bold; }

h1 {
  color: #600;
  font-size: 1.2em;
  font-family: Corbel, Verdana, Arial, Helvetica, sans-serif;
  border-bottom: 2px dotted #888; }

h2 {
  color: #555;
  font-size: 1.2em;
  font-family: Corbel, Verdana, Arial, Helvetica, sans-serif;
  margin-top: 0; }

h3 {
  margin: 0px 20px 0px -1px; }

p, td {
  color: #000;
  font-size: 0.9em;
  font-family: Corbel, Verdana, Arial, Helvetica, sans-serif; }

a, a:visited {
  font-family: Corbel, Verdana, Arial, Helvetica, sans-serif;
  text-align: left;
  color: #000;
  text-decoration: underline; }

a:hover {
  font-weight: bold; }

#text {
  width: 29.5em;
  float: left; }

.textblock {
  width: 95%;
  height: auto;
  float: left;
  margin-top: 0;
  margin-bottom: 0; }

.textblock-gr {
  width: 95%;
  height: auto;
  margin-top: 0;
  margin-bottom: 0; }

#bildbox {
  width: 670px;
  height: auto;
  clear: both;
  min-height: 25px;
  margin-bottom: auto; }

#bildbox img {
  float: left;
  clear: left; }

.portrait {
  width: 150px;
  float: left;
  margin-right: 1em;
  margin-bottom: auto; }

.portrait_neben {
  width: auto;
  height: 230px;
  float: left;
  margin-right: 0.2em;
  margin-left: 0.2em; }

.grossbild {
  width: 350px;
  margin-left: auto;
  margin-right: auto; }

.bildunterschrift {
  color: #000;
  font-size: 0.8em;
  font-family: Corbel, Verdana, Arial, Helvetica, sans-serif;
  font-style: italic;
  margin-top: 3px; }

#fuss {
  font-family: Corbel, Verdana, Arial, Helvetica, sans-serif;
  background-color: #ffb;
  text-align: right;
  width: 60em;
  height: 40px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 5px;
  padding-right: 0;
  padding-bottom: 0;
  border-top: 1px solid #888; }

.fusslogo {
  position: relative;
  bottom: -3px;
  margin-right: 50px; }

#auftrags_details_container {
  width: 100%;
  padding: 25px;
  box-sizing: border-box;
  line-height: 1.5; }
  body {
    background-color: white; }

#auftrags_details_container #auftrags_nummer {
  background-color: #d5d5d5;
  padding: 3px;
  border-radius: 3px;
  margin-left: -3px; }

#verschiebbare_spezialbox_einkl_btn, #verschiebbare_spezialbox_auskl_btn, #verschiebbare_spezialbox {
  display: none; }

#auftrags_details_container #auftrags_nummer b {
  font-size: 18px; }

#auftrags_details_container #ansprechpartner_container {
  margin-top: 25px; }

#auftrags_details_container #ansprechpartner_container .ein_ansprechpartner {
  margin-bottom: 10px; }

#auftrags_details_container header {
  background-color: white;
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px; }

#auftrags_details_container header div {
  display: flex;
  flex-direction: column; }
  #auftrags_details_container header div span#druck_datum {
    padding: 4px 0 4px 0; }
  #auftrags_details_container header div span#angenommen_von {
    padding: 4px 0 4px 0; }
  #auftrags_details_container header div:nth-child(3) {
    align-self: flex-end; }

#auftrags_details_container header div:nth-child(4) span img {
  width: 120px; }

#auftrags_details_container #auftrags_details, #auftrags_details_container #auftrags_details_vertraulich {
  display: flex;
  flex-direction: column; }

#auftrags_details_container .zwei-spalten {
  display: flex;
  /* justify-content: center */ }

#auftrags_details_container .zwei-spalten fieldset {
  width: 50%;
  display: flex;
  justify-content: flex-start;
  flex-direction: column; }

.bearbeiten {
  display: none; }

footer.aktionen {
  display: none; }

#auftrags_auswertungs_ansichtsmodus_select, #sohle {
  display: none; }

#auftrags_auswertungs_tabelle {
  width: 100%; }

#auftrags_auswertungs_tabelle td {
  padding: 4px; }

#auftrags_auswertungs_tabelle tr:nth-child(even) {
  background: #ddd; }

#auftrags_auswertungs_tabelle tr:nth-child(odd) {
  background: #fff; }

section#auftrags_auswertungs_auftrags_daten {
  margin-top: 25px;
  margin-bottom: 25px;
  font-size: 12px; }

section#auftrags_auswertungs_auftrags_daten div {
  display: flex;
  font-size: 12px; }

section#auftrags_auswertungs_auftrags_daten div span {
  width: 173px;
  padding: 4px;
  font-size: 12px; }

#av_arbeitszeit_auftrag_bearbeiten_anzeigen, #m_av_form_auftrag_abbrechen {
  display: none; }

#auftrags_auswertungs_tabelle tbody tr td:nth-child(5) {
  width: 115px; }

#auftrags_auswertungs_tabelle tbody tr td:nth-child(6) {
  width: 65px; }

</pre></body></html>