/*todo*/
body {
    margin: 0;
    padding: 0;
    background-color: #fff;
    color: #000;
    font-family: Calibri, Optima, Verdana, Arial, Helvetica, sans-serif;
    /*https://www.cssfontstack.com/*/
    font-size: 18px;
    /*font-family: Calibri, Optima, Verdana, Arial, Helvetica, sans-serif;*/
    /*font-size: 18px;*/
    /*font-style: normal;*/
    /*font-weight: 300;*/
}

aside {
    width: 13em;
    float: left;
    height: auto;
    margin-top: 3px;
}

input {
    font-family: Calibri, Optima, Verdana, Arial, Helvetica, sans-serif;
    font-size: large;
}
div.grid input {
    width: 90%;
}

input[type=text].kilometer{
    width: 65%;
}

select {
    font-family: Calibri, Optima, Verdana, Arial, Helvetica, sans-serif;
    font-size: large;
}


a {
    color: #000;
}

a:link {
    color: #000;
}

a:visited {
    color: #708090; /*SlateGray*/
}

a:hover {
    color: #4682B4; /*SteelBlue*/
}

a:active {
    color: #000;
}

/*Pfeile beim Number Feld deaktivieren*/
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
    width: 2.9em;
}

h1 {
    color: red;
}

#tel {
    font-size: 130%;
    font-weight: lighter;
}

.zweistellig {
    width: 1.1em;
}

#header {
    height: 105px;
}

#contentinfo {
    top: 7em;
    margin-left: 14em;
    padding-top: 2px;
    /*width: 1004px;*/
    width: 63em;
    /*todo media queries*/
    padding-right: 10px;
}


/**************************************************** Buttons *******************************************/

.button {
    background-color: #4CAF50; /* Green */
    border: none;
    color: white;
    padding: 5px 9px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 19px;
    margin: 4px 2px;
    transition-duration: 0.4s;
    cursor: pointer;
    font-family: inherit;
}

.buttonGreen {
    background-color: #4CAF50;
    color: white;
    border: 2px solid #4CAF50;
}

.buttonGreen:hover {
    background-color: white;
    color: black;
}

.buttonBlue {
    background-color: #008CBA;
    color: white;
    border: 2px solid #008CBA;
}

.buttonBlue:hover {
    background-color: white;
    color: black;
}

.buttonRed {
    background-color: #f44336;
    color: white;
    border: 2px solid #f44336;
}

.buttonRed:hover {
    background-color: white;
    color: black;
}

.buttonBlack {
    background-color: #555555;
    color: white;
    border: 2px solid #555555;
}

.buttonBlack:hover {
    background-color: #e9e9e9;
    color: #757575;
}

.button-gray {
    background-color: white;
    color: #757575;
    font-weight: 600;
    font-size: medium;
    letter-spacing: .08em;
    text-indent: .08em;
    text-transform: uppercase;
    border: 2px solid white;
    padding: 8px;
}

.button-gray:hover {
    background-color: #e9e9e9;
    border: 2px solid #e9e9e9;
}

.button-kba-blau {
    background-color: #014b76;
    color: white;
    font-weight: 600;
    font-size: medium;
    letter-spacing: .08em;
    text-indent: .08em;
    text-transform: uppercase;
    border: 2px solid #014b76;
    float: right;
    padding: 8px;
}

.button-kba-blau:hover {
    background-color: white;
    color: black;
}

.kba-blau {
    color: #014b76;
}

.button-disabled {
    opacity: 0.6;
    cursor: not-allowed;
    background-color: #757575;
    border: 2px solid #757575;
}



/* roboto-100 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: local('Roboto Thin'), local('Roboto-Thin'),
       url('../fonts/roboto-v20-latin-100.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/roboto-v20-latin-100.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* roboto-300 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'),
       url('../fonts/roboto-v20-latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/roboto-v20-latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* roboto-100italic - latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 100;
  src: local('Roboto Thin Italic'), local('Roboto-ThinItalic'),
       url('../fonts/roboto-v20-latin-100italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/roboto-v20-latin-100italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* roboto-300italic - latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  src: local('Roboto Light Italic'), local('Roboto-LightItalic'),
       url('../fonts/roboto-v20-latin-300italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/roboto-v20-latin-300italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* roboto-italic - latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: local('Roboto Italic'), local('Roboto-Italic'),
       url('../fonts/roboto-v20-latin-italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/roboto-v20-latin-italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'),
       url('../fonts/roboto-v20-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/roboto-v20-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* roboto-500italic - latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  src: local('Roboto Medium Italic'), local('Roboto-MediumItalic'),
       url('../fonts/roboto-v20-latin-500italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/roboto-v20-latin-500italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* roboto-500 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local('Roboto Medium'), local('Roboto-Medium'),
       url('../fonts/roboto-v20-latin-500.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/roboto-v20-latin-500.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Bold'), local('Roboto-Bold'),
       url('../fonts/roboto-v20-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/roboto-v20-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* roboto-700italic - latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  src: local('Roboto Bold Italic'), local('Roboto-BoldItalic'),
       url('../fonts/roboto-v20-latin-700italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/roboto-v20-latin-700italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* roboto-900 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: local('Roboto Black'), local('Roboto-Black'),
       url('../fonts/roboto-v20-latin-900.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/roboto-v20-latin-900.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* roboto-900italic - latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 900;
  src: local('Roboto Black Italic'), local('Roboto-BlackItalic'),
       url('../fonts/roboto-v20-latin-900italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/roboto-v20-latin-900italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
