@font-face {
  font-family: TheMix;
  font-weight: 300;
  font-style: normal;
  src: url(../fonts/TheMixB4-3_Light.woff2) format("woff2"), url(../fonts/TheMixB4-3_Light.woff) format("woff")
}

@font-face {
  font-family: TheMix;
  font-weight: 400;
  font-style: normal;
  src: url(../fonts/TheMixB4-5_Plain.woff2) format("woff2"), url(../fonts/TheMixB4-5_Plain.woff) format("woff")
}

@font-face {
  font-family: TheMix;
  font-weight: 700;
  font-style: normal;
  src: url(../fonts/TheMixB4-7_Bold.woff2) format("woff2"), url(../fonts/TheMixB4-7_Bold.woff) format("woff")
}

@font-face {
  font-family: TheMix;
  font-weight: 800;
  font-style: normal;
  src: url(../fonts/TheMixB4-8_ExtraBold.woff2) format("woff2"), url(../fonts/TheMixB4-8_ExtraBold.woff) format("woff")
}

input {
  font-family: TheMix, Arial, Helvetica, sans-serif;
  font-weight: 700;
  cursor: pointer;
}

input[type=text] {
  appearance: none;
  border: none;
  border-bottom: 2px solid #bac000;
  padding: 0.5rem 0;
  margin: 0 0 1.3rem 0;
  display: block;
  box-shadow: none;
  outline: 0;
}

input[type=button] input[type=date] input[type=number] {
  border-style: solid;
  border-color: #bac000;
  background-color: #fff;
  border-width: 2px;
}

button {
  border-style: solid;
  border-color: #bac000;
  background-color: #fff;
  border-width: 2px;
  cursor: pointer;
}

label {
  font-family: TheMix, Arial, Helvetica, sans-serif;
  font-weight: 700;
  cursor: pointer;
}

select {
  border: 2px;
  border-style: solid;
  background-color: transparent;
  border-color: #bac000;
  font-family: TheMix, Arial, Helvetica, sans-serif;
  font-weight: 700;
  cursor: pointer;
}

.mainBody {
  background-color: #fff;
  min-width: 1200px;
}

.kontoTabelle {
  font-size: 14px;
  line-height: 16px;
  border-collapse: collapse;
  position: relative;
}

.kontoTabelle a {
  font-weight: 700;
  color: #000;
  text-decoration: none;
}

.kontoTabelleHeader {
  font-weight: 700;
}

.kontoTabelle td {
  border: 1px solid black;
  padding-left: 3px;
  padding-right: 3px;
  text-align: left;
}

.kontoTabelle th {
  cursor: pointer;
  padding-left: 3px;
  padding-right: 3px;
  text-align: left;
  background-color: #909090;
  color: #fff
}

.kontoTabelleSaldoSpalte {
  text-align: right;
}

.kontoTabelle tr:first-child td {
  border-top: 0;
  background-color: #808080;
  color: #fff;
}

.kontoTabelle tr td:first-child {
  border-left: 0;
}

.kontoTabelle tr:last-child td {
  border-bottom: 0;
}

.kontoTabelle tr td:last-child {
  border-right: 0;
}

.kontoTabelle tr:nth-child(odd) {
  background-color: #ddd;
}

.footerTable {
  background-color: #e8e600;
  height: 40px;
  border: 0;
  border-radius: 0;
}


.footerText {
  font-size: 14px;
}

a.footerText {
  color: #000;
}

a.footerText:active {
text-decoration-line: none;
}

a.footerText:visited {
text-decoration-line: none;
}

a.footerText:link {
text-decoration-line: none;
}

a.footerText:hover {
text-decoration-line: underline;
}

.borderLess {
  border-style: none;
  border-spacing: 0;
}

.footerImpressBlock {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  vertical-align: top;
}

.footerRight {
  width: 10px;
}

.footerSpacer {
  height: 10px;
  font-size: 1px;
}

h1 {
  font-size: 0px;
  line-height: 0px;
  font-weight: 0;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}


.seitenBereich {
  font-size: 32px;
  line-height: 38px;
  font-weight: 700;
  padding-bottom:20px;
}

.descriptionParagraph {
  font-size: 14px;
  line-height: 16px;
  font-weight: 200;
  width: 800px;
}

.footerLogo {
  height: 84px;
  width: 162px;
  padding-left: 20px;
  padding-right: 2px;
  border: 0;
  border-radius: 0;
  background-color: #fff;
}

.contentTable {
  min-height: 650px;
  display: block;
}

.headerTable {
  border-bottom: 1px dashed #bbb;
  background-color: #fff;
  padding: 1rem 1rem 1rem 1rem;
}

.pageSize {
  min-width: 1200px;
  max-width: 1300px;
}

.centered {
  margin-left: auto;
  margin-right: auto;
}

body {
  font-family: TheMix, Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.85;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  color: #1d1d1b;
  background-color: #e8e600;
}

.headerLogoColumn {
  height: 128px;
  width: 240px;
  padding-right: 100px;
}

.headerNavColumn {}

/* Navbar container */
.navbar {
  padding-top: 68px;
  overflow: hidden;
  background-color: #fff;
  float: right;
}

/* Links inside the navbar */
.navbar a {
  float: right;
  font-size: 16px;
  font-weight: 500;
  color: #bac000;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

/* The dropdown container */
.dropdown {
  float: right;
  overflow: hidden;

}

/* Dropdown button */
.dropdown .dropbtn {
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  border: none;
  outline: none;
  color: #bac000;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  /* Important for vertical align on mobile phones */
  margin: 0;
  /* Important for vertical align on mobile phones */
}

/* Add a red background color to navbar links on hover */
.navbar a:hover,
.dropdown:hover .dropbtn {
  background-color: #e8e600;
  color: #fff;
}

/* Dropdown content (hidden by default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #ffff;
  min-width: 160px;
  /*box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);*/
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

/* Add a grey background color to dropdown links on hover */
.dropdown-content a:hover {
  background-color: #e8e600;
  color: #fff;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

#cookie-popup {
  text-align: center;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  font-size: 14px;
  line-height: 20px;
  padding: 20px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}

#cookie-popup.hidden {
  display: none;
}
