﻿.hiddenField
{
  visibility:hidden;
}

.breiteHundertPixel {
  width: 100px;
}
.kleineSchrift {
  font-size: small;
  margin: 0px;
  height: auto;
  padding: 1px;
}

.textRechts
{
  margin:5px 0 0 0;
  text-align:right;
}

.roterText
{
  color: red;
}

.marginLinksRechtsEinProzent{
  margin:0% 1%;
}

.upperCase {
  text-transform: uppercase;
}
.fontsizeSmall {
  font-size: small;
}

.breiteHundertProzent
{
  width:100%;
}

.noDisplay{
  display:none;
}

.yesDisplay {
  display: inline-flex;
}

#noDisplayFahrzeugklassen
{
  display:none;
}

.antragStatusGeloeschtFarbe {
  background-color: lightgray;
  color: gray
}

.höheHundertPixel {
  height: 100px;
}

.maxHoehe {
  height:100%;
}

.breiteNeunzigProzent
{
  width:100%;
  margin:0 auto;
}

.textMittig {
  text-align: center;
}

.textMittigInline
{
  text-align: center;
  display: inline;

}

.marginUntenZwanzigProzent {
  margin-bottom:20%;
}

.unterstrichenerText {
  text-decoration:underline;
}

.marginObenZwanzigPixel{
  margin-top:20px;
}

.fetterText{
  font-weight:bold;
}

.normalerText{
  font-weight:normal;
}

.displayBlock{
  display:inline-block;
}

.hdnHdnaBlaueFarbe {
  color: rgb(0,68,148);
}

a .schriftfarbeHDNBlauUndFett
{
  font-size: x-large;
  color: rgb(0,68,148);
  text-decoration: underline;
}

.rahmenObenEinPixelUndDisplayNone
{
  border-top: 1px solid lightgray;
  display: none
}

.rahmenObenEinPixel{
  border-top: 1px solid lightgray;
}

.normaleSchriftInGrossbuchstaben {
  font-weight: normal;
  text-transform: uppercase;
}

.innenAbstandtZweiProzent{
  padding:2%;
}

.abstandUntenZweiProzentHoeheFuenfunddreissigPixel {
  margin-bottom: 2%;
  height: 35px;
}

.hoeheFuenfunddreissigPixel{
  height:35px;
}

.kleineNormaleSchriftOhneInnenabstand {
  font-size: small;
  font-weight: normal;
  padding: 0%;
}

.CursorPointer{
  cursor:pointer;
}

.abstandLinksFuenfProzent{
  margin-left:5%;
}

.abstandObenZweiProzent{
  margin-top:2%;
}

.abstandUntenZweiProzent {
  margin-bottom: 2%;
}

.unsichtbar{
  visibility:hidden;
}

.linksKeinAbstand{
  margin-left:0px;
}

.abstandObenZwanzigPixel{
  margin-top:20px;
}

.textLinks{
  text-align:left;
}

.displayFlexUndDirectionRow {
  display: flex;
  flex-direction: row;
}

.displayFlexUndDirectionColumn {
  display: flex;
  flex-direction: column;
}

.flexAuto{
  flex:auto;
}

.cursorNotAllowed{
  cursor:not-allowed;
}

.paddingTopAndLeft{
  padding-top:1%;
  padding-left:0%;
}


.flex-item-mittig-ueberschrift {
  width: 60%;
  margin: 0 auto;
  display: inline-flex;
  padding: 5px;
  height: auto;
  z-index: 200;
}

.flex-item-mittig {
  width: 60%;
  margin: 0 auto;
  display: inline-flex;
  padding: 5px;
  height: auto;
  z-index: 200;
  background-color:lightgray;
}

.flex-item-mittig-button {
  width: 60%;
  margin: 0 auto;
  display: inline-flex;
  padding: 5px;
  height: auto;
  z-index: 200;
  text-align: right;
}

.margin-links{
  margin-left:5%;
}

.marginRundum
{
  margin:5% 10% 0% 10%;
}
