﻿@media print {
  .hidewhileprinting {
    display: none;
  }
}
/*Tablet Vertikal*/
/*Tablet Horizontal*/
/*Handy Vertikal*/
/*Handy Horizontal*/
.UmleitungPV {
  font-weight: bold;
  font-size: 1.1em;
}
label,
select,
option,
textarea {
  font-size: 1em;
}
.input-field label + select {
  margin-top: 3rem;
}
.MessageBar {
  text-align: center;
  vertical-align: middle;
  display: none;
  position: absolute;
  top: 5px;
  left: 20px;
  z-index: 2;
  width: 95%;
  min-height: 50px;
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  color: #000000;
  border: 2px groove #000000;
  background-color: #e8eef4;
}
.MessageBarIcon {
  background: url("images/dvg/information.png") left center no-repeat;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
  padding-left: 48px;
  padding-top: 24px;
  padding-bottom: 24px;
  margin-right: 10px;
}
.KategoriePfeil {
  width: 11px;
  height: 11px;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  background-image: url("images/dvg/katarrow.png");
}
.MenuButton,
.MenuButton:link,
.MenuButton:active,
.MenuButton:visited {
  color: #444444;
  background-color: #e8eef4;
  display: inline-block;
  padding: 2px 5px 2px 38px;
  height: 32px;
  line-height: 32px;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: left;
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
}
.MenuButton:hover {
  background-color: #FFFFFF;
}
.MenuButtonPrint {
  background-image: url("images/printer.png");
}
.MenuButtonShow {
  background-image: url("images/show.png");
}
.MenuButtonEdit {
  background-image: url("images/edit.png");
}
.MenuButtonDelete {
  background-image: url("images/delete.png");
}
.MenuButtonInvalid {
  background-image: url("images/invalid.png");
}
.MenuButtonSave {
  background-image: url("images/save.png");
  border-width: 0;
}
.MenuButtonNew {
  background-image: url("images/new.png");
}
.MenuButtonBack {
  background-image: url("images/back.png");
}
.MenuButtonImport {
  background-image: url("images/upload.png");
}
.DataViewerSaveImage {
  background: url(images/OTONStatistikTool/save.png) left center no-repeat;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
  padding-left: 28px;
  padding-top: 6px;
  padding-bottom: 6px;
  cursor: pointer;
}
/*----------------------------------------------------------
Die Basisfarbe für diese Vorlage ist "#FFFFFE". Wenn Sie eine
andere Farbe verwenden möchten, ersetzen Sie alle Instanzen von 
"#FFFFFE" durch die neue Farbe.
----------------------------------------------------------*/
body {
  background-color: #FFFFFF;
  color: #000000;
  font-size: 1rem;
  font-family: ARIAL, Verdana, Helvetica, Sans-Serif;
  width: 994px;
}
img {
  border-width: 0;
}
a:link {
  text-decoration: underline;
  color: #000000;
}
a:hover {
  text-decoration: none;
  color: #1d60ff;
}
a:visited {
  color: #666666;
}
a:active {
  color: #12eb87;
}
p,
ul {
  margin-bottom: 20px;
  line-height: 1.6em;
}
/* ÜBERSCHRIFTEN   
----------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1.5em;
  color: #E40316;
}
h1 {
  font-size: 2em;
  padding-bottom: 0;
  margin-bottom: 0;
}
h2 {
  padding: 0 0 3px 0;
}
h3 {
  font-size: 1.2em;
}
h4 {
  font-size: 1.1em;
}
h5,
h6 {
  font-size: 1em;
}
/* Diese Regel bestimmt das Design von <h2>-Tags, bei denen es
sich um das erste untergeordnete Element der linken und rechten Tabellenspalte handelt. */
.rightColumn > h1,
.rightColumn > h2,
.leftColumn > h1,
.leftColumn > h2 {
  margin-top: 0;
}
/* HAUPTLAYOUTELEMENTE   
----------------------------------------------------------*/
/* Sie können den Prozentwert für die Seitenbreite erhöhen oder verringern.
 Alternativ können Sie auch eine exakte Pixelbreite angeben. */
.page {
  /*
    width: 90%;
    margin-left: auto;
    margin-right: auto;
*/
}
.pagekundencenter {
  position: absolute;
  left: 2.5%;
  width: 95%;
  text-align: left;
  margin: auto;
}
#header {
  display: block;
  position: relative;
  margin-bottom: 0;
  padding: 0;
  color: #000000;
  background-color: #FFFFFF;
  background-image: url("images/dvg/logo.png");
  background-position: top left;
  background-repeat: no-repeat;
  min-width: 994px;
  min-height: 110px;
}
#header h1 {
  font-weight: bold;
  padding: 5px 0;
  margin: 0;
  border: none;
  line-height: 2em;
  font-size: 32px !important;
  background-color: #000000;
}
#main {
  background-color: #FFFFFF;
  /*Fuer das Testsystem folgende Zeile aktivieren!*/
  /*	background-color: #ede06e !important;*/
  padding: 30px 30px 15px 30px;
  margin-bottom: 30px;
  _height: 1px;
  /* CSS-Eigenschaften, die mit einem Unterstrich beginnen, werden ausschließlich von IE6 angewendet. */
}
#footer {
  min-width: 994px;
  padding: 8px 8px 8px 8px;
  line-height: normal;
  margin: 0;
  font-size: 0.9em;
  text-align: left;
  background-color: #E40316;
  color: #FFFFFF;
}
.footerlink,
.footerlink:link,
.footerlink:active,
.footerlink:visited {
  background-color: #E40316;
  color: #FFFFFF;
}
.footerlink:hover {
  color: #FFFFFF;
}
/* History Bar 
----------------------------------------------------------*/
.History {
  width: 100%;
  color: #FFFFFF;
  background-color: #DBDBDB;
}
.HistoryContainer,
.HistoryAktContainer {
  border-width: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 1px;
  padding-left: 0;
  vertical-align: top;
}
.HistoryHeader,
.HistoryAktHeader {
  border-top-width: 0;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-style: solid;
  padding-left: 20px;
  padding-top: 5px;
  padding-right: 20px;
  padding-bottom: 8px;
  font-size: 1.1em;
  font-weight: bold;
  display: inline-block;
  text-align: left;
  position: relative;
  z-index: 1;
  border-color: #FFFFFF;
}
.HistoryHeader {
  color: #454545;
  background-color: #B6B6B6;
}
.HistoryAktHeader {
  color: #FFFFFF !important;
  background-color: #E40316;
}
.HistoryContainerItem,
.HistoryAktContainerItem {
  display: inline-block;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 0;
  border-left-width: 1px;
  border-style: solid;
  white-space: nowrap;
  padding-left: 20px;
  padding-top: 3px;
  padding-right: 20px;
  padding-bottom: 5px;
  font-size: 1.1em;
  font-weight: bold;
  text-align: center;
  vertical-align: bottom;
  z-index: 2;
  border-color: #FFFFFF;
}
.HistoryContainerItem {
  color: #454545;
  background-color: #B6B6B6;
}
.HistoryAktContainerItem {
  color: #FFFFFF;
  background-color: #E40316;
}
.otherStep,
.otherStep:link,
.otherStep:active,
.otherStep:visited {
  font-weight: bold;
  color: #454545;
  background-color: #BFBFBF;
}
.otherStepAkt,
.otherStepAkt:link,
.otherStepAkt:active,
.otherStepAkt:visited {
  font-weight: bold;
  color: #FFFFFF;
  background-color: #eeeff0;
}
/* REGISTERKARTENMENÜ   
----------------------------------------------------------*/
#menucontainer {
  width: 100%;
  bottom: 0;
  position: absolute;
  vertical-align: bottom;
  text-align: left;
}
ul#menu {
  padding: 0 0 0 2px;
  margin: 0;
}
ul#menu li {
  display: inline;
  list-style: none;
}
ul#menu li a {
  padding: 10px 20px;
  font-weight: bold;
  text-decoration: none;
  line-height: 2.8em;
  background-color: #e8eef4;
  color: #444444;
}
ul#menu li a:hover {
  background-color: #FFFFFF;
  text-decoration: none;
}
ul#menu li a:active {
  background-color: #90c7f1;
  text-decoration: none;
}
ul#menu li.selected a {
  background-color: #e8eef4;
  color: #444444;
}
/* FORMULARLAYOUTELEMENTE   
----------------------------------------------------------*/
fieldset {
  border: 2px solid #CCCCCC;
  margin: 1em 0;
  padding: 1em;
  color: #000000;
  background-color: ##FFFFFF;
}
fieldset p {
  margin: 2px 12px 10px 10px;
}
legend {
  font-size: 1.1em;
  font-weight: 600;
  padding: 2px 4px 8px 4px;
}
.input-field label,
label {
  color: #000000;
  background-color: ##FFFFFF;
}
[type="checkbox"]:checked + label:before {
  border-right: 2px solid #E40316;
  border-bottom: 2px solid #E40316;
}
/* TABELLE
----------------------------------------------------------*/
table {
  border-collapse: collapse;
  background-color: #F5F5F5;
  color: #000000;
}
table td {
  padding-top: 2px;
  padding-right: 5px;
  padding-bottom: 2px;
  padding-left: 5px;
}
table th {
  padding: 6px 5px;
  text-align: left;
  background-color: #BFBFBF;
  color: #000000;
}
.tablerow1 {
  background-color: #EEEEEE;
  color: #000000;
}
.tablerow2 {
  background-color: #F5F5F5;
  color: #000000;
}
table tr.tablerow1:hover,
table tr.tablerow2:hover {
  background-color: #90c7f1;
  color: #000000;
}
.efatable {
  border: solid 1px #989ea4;
}
.efath {
  border: solid 1px #989ea4;
}
.efatd {
  color: #000000;
  background-color: #FFFFFF;
  border: solid 1px #989ea4;
}
/* SONSTIGES  
----------------------------------------------------------*/
.clear {
  clear: both;
}
#logindisplay {
  width: 100%;
  text-align: right;
  font-size: 1.1em;
  margin: 10px;
  color: #000000;
}
#logindisplay a:link {
  text-decoration: underline;
  color: #000000;
}
#logindisplay a:visited {
  text-decoration: underline;
  color: #000000;
}
#logindisplay a:hover {
  text-decoration: none;
  color: #000000;
}
.FussnoteHeader {
  font-size: 0.8em;
  color: #000000;
}
.FussnoteKey {
  display: block;
  font-size: 0.8em;
  color: #000000;
}
.field-validation-error {
  color: red;
}
.input-validation-error {
  border: 1px solid red;
  background-color: #ffeeee;
}
.validation-summary-errors {
  font-weight: normal;
  color: red;
}
.error {
  color: red;
}
.ui-widget-header {
  background: #E40316 !important;
  color: #FFFFFF !important;
}
.ui-tooltip {
  max-width: 800px !important;
}
.field-validation-valid {
  display: none;
}
.validation-summary-valid {
  display: none;
}
/* Stile für Editor- und Anzeigehilfeprogramme
----------------------------------------------------------*/
.display-label,
.editor-label,
.display-field,
.editor-field {
  margin: 0.5em 0;
}
.text-box {
  width: 30em;
}
.text-box.multi-line {
  height: 6.5em;
}
.tri-state {
  width: 6em;
}
.MainStatistikContent {
  border-radius: 15px !important;
  -moz-border-radius: 15px !important;
  -webkit-border-radius: 15px !important;
  box-shadow: 3px 3px 3px #999999 !important;
  -moz-box-shadow: 3px 3px 3px #999999 !important;
  -webkit-box-shadow: 3px 3px 3px #999999 !important;
}
.StatistikContentStart {
  -moz-border-radius-topleft: 15px !important;
  -webkit-border-top-left-radius: 15px !important;
  -moz-border-radius-topright: 15px !important;
  -webkit-border-top-right-radius: 15px !important;
}
.StatistikContentStop {
  -moz-border-radius-bottomleft: 15px !important;
  -webkit-border-bottom-left-radius: 15px !important;
  -moz-border-radius-bottomright: 15px !important;
  -webkit-border-bottom-right-radius: 15px !important;
}
.TreeViewNode:hover,
.TreeViewNodeWithChildren:hover,
.PanelNode:hover,
.PanelNodeWithChildren:hover {
  background-color: #c90101 !important;
  background-image: none !important;
  color: #FFFFFF !important;
}
.TreeViewItemSelected,
.PanelItemSelected {
  background-color: #E40316 !important;
  color: #FFFFFF !important;
}
.PanelNodeLevel1 {
  background-color: #c90101 !important;
  background-image: url("images/dvg/panel.png") !important;
  color: #FFFFFF !important;
}
.supportclock {
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("images/dvg/clock.png");
}
.supportphone {
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("images/dvg/phone.png");
}
.supportmail {
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("images/dvg/mail.png");
}
.ImageHelp {
  background: url("images/dvg/help.png") left center no-repeat;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
  display: inline-block;
  width: 28px;
  height: 28px;
  cursor: pointer;
}
.ImageSupport {
  background: url("images/dvg/support.png") left center no-repeat;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
  display: inline-block;
  width: 28px;
  height: 28px;
  cursor: pointer;
}
.HomeMenuBlock {
  text-align: right;
  font-size: 18pt;
  padding: 10px;
  display: inline-block;
  color: #FFFFFF;
  background-color: #E40316;
  background-repeat: no-repeat;
  background-position: 10px top;
  background-size: 72px;
}
.HomeMenuValue {
  font-size: 32px;
  padding-left: 82px;
}
.HomeMenuHeader {
  font-size: 22px;
  padding-left: 82px;
}
.HomeMenuLink {
  color: #FFFFFF !important;
  font-size: 12px;
  float: left;
  bottom: 5px;
  height: 100%;
}
.HomeMenuAntraege {
  background-image: url("images/homeantraege.png");
}
.HomeMenuErstattungen {
  background-image: url("images/homeerstattungen.png");
}
.HomeMenuVerfallen {
  background-image: url("images/homeverfallen.png");
}
.HomeMenuEingangswege {
  background-image: url("images/homeeingangswege.png");
}
.btn {
  background-color: #E40316;
  color: #FFFFFF;
}
.btn:hover {
  background-color: #E40316;
  color: #FFFFFF;
}
.dropdown-content li > span {
  color: #000000;
}
nav {
  background-color: #FFFFFF;
  color: #000000;
}
@media only screen and (max-width: 992px) {
  body {
    width: auto;
  }
  #footer {
    min-width: 10px;
    width: 100%;
    position: fixed;
    bottom: 0;
  }
  #header {
    display: none;
  }
  .mobilemenu {
    height: 48px;
    background-repeat: no-repeat;
    background-position: center right;
    background-size: contain;
    background-image: url("images/dvg/logo_mobile.png");
  }
  .mobilemenu i {
    font-size: 40px;
    line-height: 48px;
  }
  .MobileHistoryContainerItem {
    color: #454545 !important;
    background-color: #B6B6B6 !important;
  }
  .MobileHistoryAktContainerItem {
    color: #FFFFFF !important;
    background-color: #E40316 !important;
  }
}
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: local('Material Icons'), local('MaterialIcons-Regular'), url('materialize/font/material-design-icons/Material-Design-Icons.woff2') format('woff2');
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -moz-font-feature-settings: 'liga';
  -moz-osx-font-smoothing: grayscale;
}