<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#fixed_head {position: absolute;}

#socialmedia {display:none;}



.seiten_titel {display:none;}
.sidebox_content {position:relative;top:10em;margin-top:0px;}

form {margin:35px 0px 35px 0px;
    max-width:75em; clear:both;border:1px solid #ccc;    border-left: 50px solid rgb(62,72,71, 0.1);    padding: 2px 5% 50px 2em;

    }

form h3 {text-transform: uppercase;
    font-weight: bold;
    margin: 25px 0px 0px 0px;}

#help {
padding: .5em 1em;
border: 1px solid #e31134;
border-radius: .4em;
width:auto;
text-align:center;
font-weight:bold;
margin-left:1em;
color:white;
background-color:#e31134;
}

#help a {color:white;}

form input[type="submit"] {max-width:50%;}

form input[type="submit"][disabled=disabled] {background-color:grey;cursor:pointer;}

form fieldset {margin-bottom:0;padding-top:0;background:none;}


form label {width:100%;}

form fieldset legend {
background-color: white;
color:#e31134;
    box-shadow: none;
border:1px solid #ccc;
    left: -8px;
  max-width: 90%;
z-index:1;

}

fieldset table {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
}

table {max-width:75em;

    box-shadow: 1px 1px 5px #F6F6F6;
    -moz-box-shadow: 1px 1px 5px #F6F6F6;
    -webkit-box-shadow: 1px 1px 5px #dddddd;
    -ms-box-shadow: 1px 1px 5px #F6F6F6;

}

table tr th {    padding: 5px 20px 5px 20px;background-color:#f1f1f1;border-bottom:1px solid #ccc;border-left:2px solid #e31134;}


table &gt; tbody &gt; tr &gt; td:first-child {
    padding: .7em;
   
}

table &gt; tbody &gt; tr &gt; td:last-child {
    border-right: 0;
   
}

table &gt; tbody &gt; tr &gt; th:first-child {
    border-left:none;
    padding: .7em;
   
}

table tr td label {font-weight:normal;margin:0;text-transform: none;}


table.ui-datepicker-calendar &gt; tbody &gt; tr &gt; td:last-child,
table.ui-datepicker-calendar &gt; tbody &gt; tr &gt; td:first-child
 {padding:0 0 0 0;}

.ui-datepicker { width: auto;}

.hinweis {border:1px solid #ccc;max-width:75em;


    box-shadow: 1px 1px 5px #F6F6F6;
    -moz-box-shadow: 1px 1px 5px #F6F6F6;
    -webkit-box-shadow: 1px 1px 5px #dddddd;
    -ms-box-shadow: 1px 1px 5px #F6F6F6;
}

div.hinweis.red {color:white;background-color:#2c5f98;}

div.hinweis.red a {color:white;text-decoration:underline;}

div.hinweis.red * {color:white;}


.hinweis_grey {max-width:75em;
padding:10px 0px 10px 20px;
    border: 1px solid #ccc;
    box-shadow: 1px 1px 5px #F6F6F6;
    -moz-box-shadow: 1px 1px 5px #F6F6F6;
    -webkit-box-shadow: 1px 1px 5px #dddddd;
    -ms-box-shadow: 1px 1px 5px #F6F6F6;
}


.anchor, a[name]:not([href])  {
  display: block;
  height: 50px; /*Höhe Header*/
  margin-top: -50px; /*Höhe Header*/
  visibility: hidden;
}

/** KLASSEN **/

.document,.mail {background-position: -2.6em center;
    background-size: 2em;
    background-repeat: no-repeat;}

.dokpool {border: 1px solid #ccc;border-radius: .5em;background-color:#f1f1f1; margin: 0px 0px;width: fit-content;
}

.dokpool tr:hover {background-color: #ccc;}

.seiten_titel {display:none;}

.linkstyle {color:#e31134;cursor:pointer;}

.labelfocus {color:#e31134;} 

.grey {background-color:#f1f1f1;opacity:0.6;}

.grey .submit {display:none;}

.grey legend {opacity:1;}

.hidden_data {display:none;}


.achtung {
    background-image: url(icons/achtung.png);
    background-position: -2.6em center;
    background-size: 2em;
    background-repeat: no-repeat;
}

.waste {
    background-image: url(grafiken_ubp/waste.png);
    background-position: -2.6em center;
    background-size: 2em;
    background-repeat: no-repeat;
}

.sgang {
    background-image: url(grafiken_ubp/upload.png);
    background-position: -2.6em center;
    background-size: 2em;
    background-repeat: no-repeat;
} 


.back {
    background-image: url(grafiken_ubp/back.png);
    background-position: -2.6em center;
    background-size: 2em;
    background-repeat: no-repeat;
} 


.check {
    background-image: url(icons/checkliste_gruen.png);
    background-position: -2.6em center;
    background-size: 2em;
    background-repeat: no-repeat;
}

.button_link {
min-width: 4em;
margin: 0 0 0 .2em;
padding: .1em .3em;
box-shadow: none;
-webkit-box-shadow: none;







}

/**
 * Tooltip Styles
 */

/* Add this attribute to the element that needs a tooltip */
[data-tooltip] {
  position: relative;
  z-index: 2;
  cursor: pointer;
}

/* Hide the tooltip content by default */
[data-tooltip]:before,
[data-tooltip]:after {
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  pointer-events: none;
}

/* Position tooltip above the element */
[data-tooltip]:before {
  position: absolute;
  bottom: 150%;
  left: 50%;
  margin-bottom: 5px;
  margin-left: -150px;
  padding: 7px;
  width: 300px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #000;
  background-color: hsla(0, 0%, 20%, 0.9);
  color: #fff;
  content: attr(data-tooltip);
  text-align: left;
  font-size: 12px;
  line-height: 1.4em;
  text-transform:initial;

  
}

/* Triangle hack to make tooltip look like a speech bubble */
[data-tooltip]:after {
  position: absolute;
  bottom: 150%;
  left: 50%;
  margin-left: -5px;
  width: 0;
  border-top: 5px solid #000;
  border-top: 5px solid hsla(0, 0%, 20%, 0.9);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: " ";
  font-size: 0;
  line-height: 0;

}

/* Show tooltip content on hover */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  z-index:100000;
}


ol {
margin-left:3em;}

div.content ol li, div.content_boxen ul li,
div.content ol li ol li, div.content_boxen ul li ul li
 {clear:both;margin-top: 1em;}


div.content ol li ol {list-style-type:decimal;}


form fieldset &gt;*  {
    font-size: 15px;
}


form fieldset legend {
    font-size: 20px;
}


table &gt; tbody &gt; tr &gt; td, table &gt; tbody &gt; tr &gt; td:last-child {
    color: #3E4847;
    padding: .7em;
    border-right: 2px solid #e31134;
    vertical-align: auto;
}

table &gt; tbody &gt; tr &gt; td:last-child {border-right:0px;}

table tr th {padding:.7em; }
/*
#buttons .button_link {background-color:#999;border:2px solid #e31134; }
#buttons .button_link:hover {background-color:#ccc; }*/

/* stickynav */

nav#masthead, div#head_top {position: unset;}

nav#masthead {margin-top: 0px;}

div#head_top {top:15px;transform:none;}

main {margin: 30px 5% 0px 5%;}







.header {
  background-color: #f1f1f1;
  padding: 30px;
  text-align: center;
}

#navbar {
  overflow: hidden;
  z-index: 20000;
margin-top:90px;
background-color:#fff;
padding: .3em 0;


}

#navbar a {
  margin: 0;
}

#navbar a:hover {

}

#navbar a.active {

}


#navbar.sticky {background-color:#e31134;
background:#e31134;
z-index:20000;
margin-top:0;


    box-shadow: 1px 1px 1px #dddddd;
    -moz-box-shadow:1px 1px 1px #dddddd;
    -webkit-box-shadow: 1px 1px 1px #dddddd;
    -ms-box-shadow:1px 1px 1px #dddddd;
width:100%;
left:0;


}


form input {
    padding: 5px;
}



#navbar span {
color:white;
margin-left:2em;
    font-family: Pathway Gothic One;
    font-size: 18px;
    letter-spacing: 1px;

    text-transform: uppercase;


}

.sticky {
  position: fixed;
  top: 0;
}

.sticky + .content {
  padding-top: 60px;
}



.ui-widget-overlay
{
  opacity: .50 !important; /* Make sure to change both of these, as IE only sees the second one */
  filter: Alpha(Opacity=50) !important;

  background: rgb(50, 50, 50) !important; /* This will make it darker */
}

.ui-dialog-titlebar {
background: #db0031;
}

.ui-dialog-title {
color:white;
font-weight:bold;
font-size:1.5em;
}

.bew_button {
background-color:#e31134;
}

.bew_button_blue {
background-color:#2c5f98;

}

.bew_button_blue, .bew_button {
width:47%;
font-weight:bold;
text-transform: uppercase;
text-align:center;
float:left;

}

 .bew_button_blue a:focus, .bew_button_blue a:hover,
 .bew_button a:focus, .bew_button a:hover {
background-color:#777;
}

.bew_button a, .bew_button_blue a {
color:#fff;
width:100%;
height:100%;
display: block;
padding:.5em 0;
}


.ui-datepicker-month, .ui-datepicker-year {
    color: #3a3939!important;
    font-size: 18px;
}


.ui-datepicker .ui-datepicker-title select {
    font-size: 1.4em;
    margin: 1px 0;
}


.ui-datepicker .ui-datepicker-title select {
    font-size: 1.4em;
    margin: 1px 0;
    height: 1.7em;
}


#ui-datepicker-div {
    width: 250px!important;
}</pre></body></html>