.baureihen-kategorie {
  display: flex;
  width: 33%;
  justify-content: space-between;
  margin-bottom: 25px;
}

.baureihen-kategorie--liste {
  display: flex;
}

.baureihen-kategorie--titel-wrapper {
  background-color: #f5f5f5;
  display: flex;
  justify-content: end;
  align-items: center;
  width: 160px;
}

.baureihen-kategorie--titel {
  text-align: right;
  margin-right: 10px;
}

.baureihen-container {
  column-count: 3;
}

.baureihen [type="checkbox"] {
  appearance: none;
  width: 24px;
  height: 24px;
  background-color: #d5d5d5;
  /* position: relative;
  top: 8px;
  left: 3px; */
  margin-bottom: -6px;
  position: relative;
  line-height: 20px;
}

.baureihen input[type="checkbox"]:checked {
  background-color: #44b43b;
}

.baureihen input[type="checkbox"]:checked::after {
  content: "X";
  color: white;
  position: absolute;
  top: 2px;
  left: 8px;
}

.baureihen input[type="checkbox"]:checked + label {
  background-color: #44b43b;
  color: white;
}

ul.baureihen {
  width: 0px !important;
}

ul.baureihen li{
  margin-bottom: 0px !important;
}

.anmeldung ul.baureihen li label {
  position: relative;
  top: -1px;
  font-size: 14px;
  width: 180px;
  height: 24px;
  line-height: 24px;
}

.baureihen_optionen {
  width: 450px !important;
  background: unset !important;
  float: unset !important;
}

.baureihen_optionen [type="checkbox"] {
  appearance: none;
  width: 40px;
  height: 40px;
  border: 1px solid grey;
  margin-right: 20px;
}

.baureihen_optionen .checkbox-container {
  display: flex;
}

.baureihen_optionen label {
  margin-top: 7px;
  font-weight: 100 !important;
  font-size: 18px;
}

.checkbox-container .checkbox-text{
  font-size: 12px;
}



/* Login Screen Nov 2024 */
body.no_login {
  background: black;
}
body.no_login .frame-type-list {
  display: none;
}
.loginwrapper {
  width: 100%;
  background: black;
  min-height: calc(100vH - 100px);
}

body.no_login .loginheader {
  display: block;
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  height: 100px;
}
.logincontent {
  background-image: url(/fileadmin/core/img/MB_ClassicPartner_Motor-Mechaniker.jpg);
  background-position: center;
  background-size: cover;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  min-height: calc(100vH - 200px);
}

.loginfooter {
  background: black;
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  padding-top: 10px;
}

.loginfooter nav ul {
  list-style: none;
}
.loginfooter nav ul li {
  float: left;
}
.loginfooter nav ul li a {
  color: #999;
}
.loginfooter nav ul li a:hover {
  color: #00adef;
}

.tx-felogin-pi1, .frame-type-felogin_login {
  background: black;
  padding: 10px 30px 30px 30px;
  color: white;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
}
.tx-felogin-pi1 h1, .frame-type-felogin_login h3 {
  display: none;
}
.tx-felogin-pi1 label, .frame-type-felogin_login label {
  color: white;
  display: flex;
  align-items: center;
  gap: 30px;
  width: 80%;
  justify-content: space-between;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: normal;
  position: relative;
}

.tx-felogin-pi1 form, .frame-type-felogin_login form {
  margin: 0;
}

.tx-felogin-pi1 input[type=text], .frame-type-felogin_login input[type=text], .tx-felogin-pi1 input[type=email], .frame-type-felogin_login input[type=email], .tx-felogin-pi1 input[type=password], .frame-type-felogin_login input[type=password] {
  height: 30px;
    line-height: 30px;
    border-radius: 30px;
    border: 0;
    padding: 0 20px;
    width: 200px;
    background-color: white !important;
    color: black;
}
.tx-felogin-pi1 input[type=text]:hover, .frame-type-felogin_login input[type=text]:hover, .tx-felogin-pi1 input[type=text]:focus, .frame-type-felogin_login input[type=text]:focus, .tx-felogin-pi1 input[type=email]:hover, .frame-type-felogin_login input[type=email]:hover, .tx-felogin-pi1 input[type=email]:focus, .frame-type-felogin_login input[type=email]:focus, .tx-felogin-pi1 input[type=password]:hover, .frame-type-felogin_login input[type=password]:hover, .tx-felogin-pi1 input[type=password]:focus, .frame-type-felogin_login input[type=password]:focus {
  border: 0!important;
}
input#permalogin {
  position: absolute;
  left: 140px;
  border-radius: 10px;
}
.felogin-hidden {
  margin-top: 30px;
}
.tx-felogin-pi1 input[type=submit], .frame-type-felogin_login input[type=submit] {
  height: 30px;
  line-height: 30px;
  background: #39A9CA;
  border: 0;
  border-radius: 30px;
  padding: 0 40px;
  position: absolute;
  right: 30px;
  bottom: 30px;
}

.tx-mbcp-audit .tx-mbcp-staff fieldset.rechtevergabe p.info {
    font-size: 11px;
    line-height: 14px;
    margin-top: -10px;
    margin-bottom: 0px;
    padding: 1px;
    background-color: black;
}