﻿/* Styling für das Iframe https://www.datev.de/kasus/Start?KammerId=6&Suffix1=RAKFfm&Suffix2=RAKFfm */

html {
  font-size: 62.5%;
}

body {
  --form-item-border: 1px solid var(--form-item-border-color);
  --form-item-border-color: rgba(207, 207, 207, .5);
  --form-item-border-radius: 0.6rem;
  --form-item-height: 3.5rem;
  --form-item-padding-left: 1rem;
  --form-item-padding-right: 1rem;
  --color-red: #d10a10;
}

body, table {
  background: #fff;
  color: #333;
  font-family: Arial, sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  line-height: 1.25em;
  margin: 0 0 1em 0;
  text-decoration: none;
}

hr {
  border: none;
  height: 1px;
}

A {
  color: var(--color-red);
  font-family: Arial, sans-serif;
  font-size: 0.9em;
  font-style: normal;
  line-height: 1.25em;
  text-decoration: none;
}

a:active {
  text-decoration: underline;
}

a:hover {
  text-decoration: underline;
}

a:focus {
  color: var(--color-red);
  text-decoration: underline;
}

h1 {
  border-bottom-color: rgb(51, 51, 51);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  color: rgb(51, 51, 51);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 1.5em;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: bold;
  line-height: 1.5;
  margin: 22px 0px 12px;
  text-decoration: none;
}

h2, h3, h4, h5, h6 {
  border-bottom: 1px solid #333;
  color: rgb(51, 51, 51);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 1.25em;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: bold;
  line-height: 1.25em;
  margin-bottom: 12px;
  margin-top: 24px;
  text-decoration: none;
}

p {
  color: #333;
  display: block;
  font-family: Arial, sans-serif;
  font-size: 1em;
  font-style: normal;
  line-height: 1.25em;
  margin: 0 0 1em 0;
  text-decoration: none;
}


TD {
  vertical-align: middle;
}

TD.FeldFarbig {
  border-bottom: 1px solid var(--color-red);
}

TD.FeldFarbig1 {

}

TD.FeldFarbig2 {
  border-bottom: 1px solid var(--color-red);
  height: 2px;
}


div.FeldFarbig2 {
  background-color: var(--color-red);
  height: 1px;
  vertical-align: middle;
}

A.link {
  color: var(--color-red);
  font-family: Arial, sans-serif;
  font-size: 0.9em;
  font-style: normal;
  line-height: 1.25em;
  text-decoration: none;
}

A.link:active {
  text-decoration: underline;
}

A.link:hover {
  text-decoration: underline;
}


.rak-bold {
  font-weight: bold;
}

.rak-italic {
  font-style: italic;
}

.rak-underlined {
  text-decoration: underline;
}

select {
  cursor: pointer;
  font-family: Arial, sans-serif;
}

select,
input {
  border: var(--form-item-border);
  border-radius: var(--form-item-border-radius);
  box-sizing: border-box;
  font-size: 1.6rem;
  height: var(--form-item-height);
  padding-left: var(--form-item-padding-left);
  padding-right: var(--form-item-padding-right);
  width: 100%;
}

input[type="button"], input[type="reset"], input[type="submit"], button {
  -webkit-appearance: button;
  background: var(--color-red);
  border: none;
  border-radius: 10rem;
  color: #fff !important;
  cursor: pointer;
  font-family: Arial, sans-serif;
  font-size: 1em !important;
  font-weight: normal;
  padding: 5px 15px 4px 15px;
  width: 220px;
  height: var(--form-item-height);
}

input[type="submit"] + input[type="submit"] {
  margin-left: 10px;
}

hr[color="darkred"] {
  background: var(--color-red);
}

table[bordercolor="darkred"] {
  border: 1px solid #e0e0e0 !important;
  border-radius: 7px;
}

table[bordercolor="darkred"] td {
  border: none;
}
