@charset "UTF-8";
@font-face {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/ubuntu-v20-latin-regular.eot");
  src: local(""), url("fonts/ubuntu-v20-latin-regular.eot?#iefix") format("embedded-opentype"), url("fonts/ubuntu-v20-latin-regular.woff2") format("woff2"), url("fonts/ubuntu-v20-latin-regular.woff") format("woff"), url("fonts/ubuntu-v20-latin-regular.ttf") format("truetype"), url("fonts/ubuntu-v20-latin-regular.svg#Ubuntu") format("svg");
}
@font-face {
  font-family: "Ubuntu";
  font-style: italic;
  font-weight: 400;
  src: url("fonts/ubuntu-v20-latin-italic.eot");
  src: local(""), url("fonts/ubuntu-v20-latin-italic.eot?#iefix") format("embedded-opentype"), url("fonts/ubuntu-v20-latin-italic.woff2") format("woff2"), url("fonts/ubuntu-v20-latin-italic.woff") format("woff"), url("fonts/ubuntu-v20-latin-italic.ttf") format("truetype"), url("fonts/ubuntu-v20-latin-italic.svg#Ubuntu") format("svg");
}
@font-face {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  src: url("fonts/ubuntu-v20-latin-700.eot");
  src: local(""), url("fonts/ubuntu-v20-latin-700.eot?#iefix") format("embedded-opentype"), url("fonts/ubuntu-v20-latin-700.woff2") format("woff2"), url("fonts/ubuntu-v20-latin-700.woff") format("woff"), url("fonts/ubuntu-v20-latin-700.ttf") format("truetype"), url("fonts/ubuntu-v20-latin-700.svg#Ubuntu") format("svg");
}
@font-face {
  font-family: "Ubuntu";
  font-style: italic;
  font-weight: 700;
  src: url("fonts/ubuntu-v20-latin-700italic.eot");
  src: local(""), url("fonts/ubuntu-v20-latin-700italic.eot?#iefix") format("embedded-opentype"), url("fonts/ubuntu-v20-latin-700italic.woff2") format("woff2"), url("fonts/ubuntu-v20-latin-700italic.woff") format("woff"), url("fonts/ubuntu-v20-latin-700italic.ttf") format("truetype"), url("fonts/ubuntu-v20-latin-700italic.svg#Ubuntu") format("svg");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/roboto-v30-latin-regular.eot");
  src: local(""), url("fonts/roboto-v30-latin-regular.eot?#iefix") format("embedded-opentype"), url("fonts/roboto-v30-latin-regular.woff2") format("woff2"), url("fonts/roboto-v30-latin-regular.woff") format("woff"), url("fonts/roboto-v30-latin-regular.ttf") format("truetype"), url("fonts/roboto-v30-latin-regular.svg#Roboto") format("svg");
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 400;
  src: url("fonts/roboto-v30-latin-italic.eot");
  src: local(""), url("fonts/roboto-v30-latin-italic.eot?#iefix") format("embedded-opentype"), url("fonts/roboto-v30-latin-italic.woff2") format("woff2"), url("fonts/roboto-v30-latin-italic.woff") format("woff"), url("fonts/roboto-v30-latin-italic.ttf") format("truetype"), url("fonts/roboto-v30-latin-italic.svg#Roboto") format("svg");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url("fonts/roboto-v30-latin-700.eot");
  src: local(""), url("fonts/roboto-v30-latin-700.eot?#iefix") format("embedded-opentype"), url("fonts/roboto-v30-latin-700.woff2") format("woff2"), url("fonts/roboto-v30-latin-700.woff") format("woff"), url("fonts/roboto-v30-latin-700.ttf") format("truetype"), url("fonts/roboto-v30-latin-700.svg#Roboto") format("svg");
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 700;
  src: url("fonts/roboto-v30-latin-700italic.eot");
  src: local(""), url("fonts/roboto-v30-latin-700italic.eot?#iefix") format("embedded-opentype"), url("fonts/roboto-v30-latin-700italic.woff2") format("woff2"), url("fonts/roboto-v30-latin-700italic.woff") format("woff"), url("fonts/roboto-v30-latin-700italic.ttf") format("truetype"), url("fonts/roboto-v30-latin-700italic.svg#Roboto") format("svg");
}
input,
select,
button,
html,
body {
  font-family: "Roboto";
  font-weight: 400;
  font-style: normal;
}

b,
.bold {
  font-family: "Roboto";
  font-weight: 700;
  font-style: normal;
}

h3,
.h3,
.title,
#lblMessage,
h2,
.h2,
h1 {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
}

h1 {
  font-size: 32pt;
  color: #d9d9d9;
}

@media all and (max-width: 945px) {
  h1 {
    font-size: 28pt;
  }
}

.hidden{
 display: none;
}
.no_margin {
  margin: 0px !important;
}

.margin-bottom {
  margin-bottom: 5px;
}

#table_img_warning {
  bottom: 6.5px;
  width: 20px;
  height: 20px;
  text-align: left;
  left: 0px;
}

h2,
.h2 {
  font-size: 28pt;
  color: #000;
}

.link_white{
  color: #ffffff;
  text-decoration: none;
}

@media all and (max-width: 945px) {
  h2,
  .h2 {
    font-size: 22pt;
  }
}
h3,
.h3,
.title,
#lblMessage {
  font-size: 18pt;
  color: #000;
  margin-top: 40px;
}

#header .h3 {
  margin-top: 0px;
}

#header.loggedin h1 {
  margin-bottom: 0px;
}


.link_button{
  background: #db2a1f;
  color: #fff;
  margin-top: 20px !important;
  cursor: pointer;
  font-size: 14pt;
  border: none;
  padding: 8px 10px;
  width: auto;
  text-decoration: none;
  border-radius: 5px;
}

.center {
  text-align: center;
}

label {
  font-size: 11pt;
  color: #5a5a5a;
}

span.tooltiptext {
  visibility: hidden;
  font-size: 1rem;
  width: 30%;
  background-color: #000;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 10px;
  position: absolute;
  z-index: 1;
  margin: auto auto auto auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 13px;
}

.submit:disabled {
  background-color: #f6f6f6;
  color: #d9d9d9;
  cursor: auto;
}

.submit:disabled:hover {
  background-color: #f6f6f6;
  color: #d9d9d9;
}

.disabled {
  background-color: #f6f6f6 !important;
  color: #d9d9d9 !important;
  cursor: auto !important
}

.disabled:hover {
  background-color: #f6f6f6;
  color: #d9d9d9;
}

span.tooltiptext a {
  color: #000;
}

p img.info:hover + span.tooltiptext,
label img.info:hover + span.tooltiptext {
  visibility: visible;
  background-color: #db2a1f;
  color: #fff;
}

img:hover span.tooltiptext {
  visibility: visible;
}

img.info {
  margin-right: 6px;
}

#telefon_select,
#not_telefon_select,
#eb_telefon_select {
  width: 80px;
}

.box {
  margin-top: 0px;
}

.select2-container--default .select2-selection--single {
  background-color: #f6f6f6;
  border: 1px solid #f6f6f6;
  border-radius: 5px;
  height: 41px;
}

.select2-container .select2-selection--single {
  line-height: 41px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #000;
  line-height: 41px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 41px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #f6f6f6;
  background-color: #f6f6f6;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #db2a1f;
  color: #fff;
}

.select2-container--default .select2-results__option--selected {
  background-color: #f6f6f6;
}

.select2-dropdown {
  background-color: #fff;
  border: 1px solid #f6f6f6;
  border-radius: 0px;
}

.dropzone {
  margin: 0px 0px 1em 0px;
  border: none;
  background-color: #f6f6f6;
}

.dropzone .dz-message {
  width: 100%;
  text-align: center;
}

.dropzone .dz-message::before {
  width: 30px;
  height: 30px;
  background-image: url("../img/icons/upload.svg");
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  display: block;
  margin: auto auto 5px auto;
}

.dropzone .dz-preview.dz-file-preview .dz-image {
  border-radius: 0px;
  background: #999;
  background: #fff !important;
}

.dropzone .dz-preview.dz-error .dz-error-mark svg {
  display: none !important;
}

.dropzone .dz-preview.dz-error .dz-error-mark::after {
  display: block;
  width: 54px;
  height: 54px;
  content: "";
  background-image: url("../img/icons/warning.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.dropzone .dz-preview .dz-error-message {
  background: #e28d8d;
}

.dropzone .dz-preview .dz-error-message:after {
  border-bottom: 6px solid #e28d8d;
}

.dropzone .dz-preview .dz-remove {
  position: absolute;
  top: -10px;
  z-index: 20;
  right: -10px;
  width: 20px;
  height: 20px;
  background-image: url("../img/icons/remove.svg");
  background-repeat: no-repeat;
  background-size: contain;
  overflow: hidden;
  text-indent: -99999px;
}

.dropzone .dz-preview.dz-error .dz-filename,
.dropzone .dz-preview.dz-error .dz-size {
  opacity: 0.5;
}

.dropzone .dz-preview .dz-image {
  border-radius: 0px !important;
}

.sol-grid {
  margin-left: -15px;
  width: calc(100% + 30px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sol-grid.sol-grid3 > * {
  padding: 15px;
  width: calc(33.333% - 30px);
}

.dummyimage {
  width: 100% !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

#navbar a {
  color: #000;
  text-decoration: none;
  font-size: 13pt;
}

#navbar a:hover,
#navbar a.activ {
  border-bottom: 4px solid #db2a1f;
}

@media all and (max-width: 1300px) {
  #navbar a {
    font-size: 12pt;
  }
}
#countdown,
#logout a,
#chg_pwd a {
  font-size: 11pt;
  color: #5a5a5a;
  text-decoration: none;
}

#logout a:hover,
#chg_pwd a:hover {
  color: #db2a1f;
}

.red,
.error {
  color: #db2a1f;
}

.red_border {
  border: 2px solid #db2a1f;
}

.green {
  color: green !important;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  padding: 0px;
  margin: 0px;
  background: #f6f6f6;
  font-size: 14pt;
}

.min-height {
  min-height: 0px;
}

.bg-white {
  background: #fff;
  max-width: 1420px;
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  margin: auto;
  padding: 40px 100px;
  position: relative;
  overflow-x: hidden;
}

@media all and (max-width: 1200px) {
  .bg-white {
    padding: 40px 10px;
  }
}
.swush1 {
  position: absolute;
  width: 888px;
  height: 371px;
  background-image: url("images/swush1.jpg");
  top: 180px;
  left: -400px;
  z-index: 1;
}

.swush2 {
  width: 888px;
  height: 371px;
  background-image: url("images/swush2.jpg");
  bottom: 0px;
  right: -400px;
  z-index: 1;
}

.subtitle {
  font-weight: normal !important;
}

.itemTitle {
  cursor: pointer;
}

.mbtm {
  margin-bottom: 25px;
}

#header {
  z-index: 2;
  position: relative;
  max-width: 1420px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#header img {
  width: 350px;
  max-width: 100%;
  height: auto;
}

#header #text {
  text-align: right;
  width: calc(100% - 250px);
}

@media all and (max-width: 945px) {
  #header #text {
    width: 100%;
  }
}
@media all and (max-width: 945px) {
  #header {
    display: block;
    text-align: center;
  }
  #header #text {
    text-align: center;
  }
  #header #uci_logo {
    margin-top: 10px;
  }
}
#content {
  position: relative;
  z-index: 1;
}

footer {
  z-index: 2;
  position: relative;
  max-width: 1420px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #5a5a5a;
  margin: auto;
  padding: 40px 100px;
}

footer p,
footer a {
  color: #fff;
  padding: 0px;
  margin: 0px;
  text-decoration: none;
  font-size: 11pt;
}

footer a:hover {
  text-decoration: underline;
}

@media all and (max-width: 945px) {
  footer {
    display: block;
    padding: 40px 20px;
  }
  footer p,
  footer a {
    text-align: center;
  }
}
@media all and (max-width: 1200px) {
  footer {
    padding: 40px 20px;
  }
}
#login {
  margin: 100px auto auto auto;
  width: 100%;
  max-width: 580px;
}

@media all and (max-width: 945px) {
  #login {
    margin: 40px auto auto auto;
  }
}
#pwdreset {
  margin: 100px auto auto auto;
  width: 100%;
  max-width: 580px;
}

@media all and (max-width: 945px) {
  #pwdreset {
    margin: 40px auto auto auto;
  }
}
@media (max-width: 1024px) {
  .sol-grid.sol-grid3 > * {
    width: -moz-calc(50% - 30px);
    width: 100%;
  }
}
@media (max-width: 480px) {
  .sol-grid.sol-grid3 > * {
    width: 100%;
    margin: 0px 0px 30px 0px;
  }
}
#credentials {
  border: 1px solid #d9d9d9;
  padding: 30px;
  border-radius: 5px;
  margin: 50px auto auto;
  max-width: 350px;
  background: #fff;
}

#credentials label {
  display: block;
  margin-top: 20px;
}

#credentials a {
  font-size: 11pt;
  color: #5a5a5a;
  text-align: right;
  text-decoration: none;
  margin-right: 0px;
  margin-left: auto;
  display: block;
}

#credentials a:hover {
  text-decoration: underline;
}

label + input {
  margin-top: 4px;
}

.red_valid {
  border: 1px solid #db2a1f;
}

input,
select,
button {
  background: #f6f6f6;
  border-radius: 5px;
  border: none;
  color: #000;
  padding: 8px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  font-size: 14pt;
}

input[type=submit],
button {
  background: #db2a1f;
  color: #fff;
  margin-top: 20px;
  cursor: pointer;
  font-size: 14pt;
  border: none;
  padding: 8px 10px;
  width: auto;
}

button {
  width: auto;
}

p span.center {
  display: block;
}

#navbar ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
  padding: 0px 0px 10px 0px;
  border-bottom: 4px solid #f6f6f6;
}

@media all and (max-width: 945px) {
  #navbar ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media all and (max-width: 720px) {
  #navbar ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
#navbar ul li {
  padding: 0px 10px;
}

@media all and (max-width: 720px) {
  #navbar ul li {
    margin-top: 30px;
  }
}
@media all and (max-width: 1200px) {
  #navbar ul li {
    padding: 0px 10px;
  }
}
#navbar ul li:last-child {
  padding-right: 0px;
}

#navbar ul li:first-child {
  padding-left: 0px;
}

#navbar ul li a {
  padding-bottom: 10px;
}

#uci_lizenz_auswahl {
  display: none;
}

#countdown {
  margin-top: -10px;
}

div.sol-akkordeon-data {
  margin-bottom: 15px;
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1254901961);
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1254901961);
}

.sol-akkoredeon-head-nodetail {
  margin-bottom: 15px;
}

.sol-akkoredeon-head {
  display: block;
  background-color: #eaeaea;
  padding: 5px 5px;
  color: #000;
  width: 100%;
  position: relative;
  cursor: pointer;
  margin-top: 5px;
}

.sol-akkoredeon-head::after {
  content: "";
  background-image: url("/img/icons/down-arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 25px;
  height: 25px;
  display: block;
  position: absolute;
  right: 5px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

.sol-akkordeon-title {
  margin: 0px;
}

.sol-akkordeon {
  margin-bottom: 15px;
}

.sol-akkordeon-data {
  padding: 5px 10px 15px 10px;
  display: none;
}

.sol-akkordeon[data-firstopen=true] > div:first-child .sol-akkordeon-data {
  display: block;
}

.sol-akkordeon.open .sol-akkoredeon-head::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.login_select {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.login_select label {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  margin-bottom: 10px !important;
}

.login_select_input {
  margin-right: 5px;
}

.login_select li {
  margin-right: 20px;
}

@media (max-width: 480px) {
  .login_select {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    -webkit-box-pack: unset;
    -ms-flex-pack: unset;
    justify-content: unset;
  }
  .login_select label {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    margin-bottom: 10px !important;
  }
}
.password-container {
  position: relative;
}

.toggle-icon {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  margin-top: 0px !important;
}

.toggle-password {
  position: absolute;
  opacity: 0;
  height: 0;
  width: 0;
}

.loggedin #content {
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 250px);
  margin-top: 40px;
}

@media all and (max-width: 945px) {
  .loggedin #content {
    width: 100%;
  }
}
.loggedin #content.full {
  width: 100%;
  overflow-x: auto;
}

.lizenz {
  background: #32b432;
  font-size: 0.5em;
  padding: 25px;
  color: #000;
}

.card_value {
  color: #000;
  font-size: 1.5em;
  font-weight: bold;
}

.card_label {
  color: #000;
  font-size: 1.5em;
}

.card_title {
  color: #000;
}

.details_label {
  color: #000;
}

#bestaetigung {
  margin-top: 40px;
}

.flexbox,
.flexbox_perso,
.flexbox_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flexbox > div {
  width: 100%;
  margin-bottom: 0;
}

.flexbox p {
  margin-bottom: 0px;
  margin-top: 0px;
}

@media all and (max-width: 720px) {
  .flexbox,
  .flexbox_perso,
  .flexbox_button {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .flexbox div,
  .flexbox_perso div,
  .flexbox_button div {
    width: 100%;
  }
  .flexbox > div {
    width: 100%;
  }
   .membercard div{
	gap: unset !important;
}
	.membercard .container{
		top: 45px !important;
	}
}
.loggedin input[type=submit],
.loggedin button {
  max-width: 450px;
  white-space: break-spaces;
}

#submit_div {
  text-align: center;
}

p:empty {
  display: none;
}

.details_label {
  font-size: 11pt;
  color: #5a5a5a;
  margin-bottom: 4px !important;
}

input[type=radio] {
  width: auto;
  margin-right: 10px;
}

input[type=checkbox] {
  width: auto;
  margin-right: 20px;
}

#checkboxes_funktionaere,
#checkboxes,
#checkboxes1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 20px;
}

#checkboxes_funktionaere label a,
#checkboxes label a,
#checkboxes1 label a {
  color: #000 !important;
}

#vereinsdaten_table {
  text-align: left;
  width: 100%;
}

#vereinsdaten_table td,
#vereinsdaten_table th {
  padding: 8px;
}

#vereinsdaten_table th {
  max-width: 300px;
}

#vereinsdaten_table tr:nth-child(odd) {
  background-color: #f6f6f6;
}

.padding-left {
  padding-left: 5px;
}

.dark {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 5;
}

.form-popup {
  display: none;
  position: absolute;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
}

.form-popup form {
  margin: 8% auto;
  border: 1px solid #5a5a5a;
  width: 98%;
  max-width: 1024px;
  background-color: #fff;
  border-radius: 5px;
  outline: 0;
  position: relative;
  padding: 40px;
}

.form-popup #close {
  position: absolute;
  right: 0px;
  top: 0px;
  margin-top: 0px;
}

@media all and (max-width: 560px) {
  table thead {
    display: none;
  }
  table tbody tr {
    display: block;
    margin-bottom: 15px;
  }
  table tbody td {
    display: block;
    text-align: right;
  }
  table tbody td::before {
    content: attr(data-label);
    float: left;
  }
  table tbody td:last-child {
    border-bottom: 0;
  }
}
table.Overview,
#Overview {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0px;
  overflow: hidden;
}

table.Overview tr:nth-child(even),
#Overview tr:nth-child(even) {
  background-color: #f6f6f6;
}

table.Overview th,
#Overview th {
  background-color: #f6f6f6;
  border-top: 1px solid #5a5a5a;
}

@media all and (max-width: 1024px) {
  table.Overview th,
  #Overview th {
    border: none;
  }
}
table.Overview td,
#Overview td {
  border-top: 1px solid #5a5a5a;
}

@media all and (max-width: 1024px) {
  table.Overview td,
  #Overview td {
    border: none;
  }
}
table.Overview th,
table.Overview td,
#Overview th,
#Overview td {
  padding: 8px;
  text-align: left;
}

table.Overview th a,
table.Overview td a,
#Overview th a,
#Overview td a {
  text-decoration: none;
  width: 100%;
  height: 100%;
  display: block;
}

table.Overview th,
#Overview th {
  padding: 8px;
}

#Overview tr:hover td,
table.Overview tr:hover td {
  background-color: #5a5a5a;
  color: #fff;
}

#Overview tr:hover td a,
table.Overview tr:hover td a {
  color: #fff;
}

table.Overview button,
#Overview button {
  margin: 0px;
}

@media all and (max-width: 1024px) {
  table.Overview td:nth-child(9),
  table.Overview td:nth-child(5),
  table.Overview td:nth-child(6),
  table.Overview td:nth-child(7),
  table.Overview td:nth-child(8),
  #Overview td:nth-child(9),
  #Overview td:nth-child(5),
  #Overview td:nth-child(6),
  #Overview td:nth-child(7),
  #Overview td:nth-child(8) {
    display: none;
  }
  table.Overview th:nth-child(9),
  table.Overview th:nth-child(5),
  table.Overview th:nth-child(6),
  table.Overview th:nth-child(7),
  table.Overview th:nth-child(8),
  #Overview th:nth-child(9),
  #Overview th:nth-child(5),
  #Overview th:nth-child(6),
  #Overview th:nth-child(7),
  #Overview th:nth-child(8) {
    display: none;
  }
}
#kontakt_neu {
  margin-right: 0px;
  margin-left: auto;
  margin-bottom: 30px;
  float: right;
}

#kontakt_neu:after {
  content: "";
  clear: both;
}

.ui-dialog {
  Background-color: #fff !important;
  color: #db2a1f !important;
  border-color: #db2a1f !important;
  position: relative;
  z-index: 999;
}

.ui-dialog-titlebar {
  display: none !important;
}

.ui-icon {
  display: none !important;
}

.ui-dialog-buttonpane {
  text-align: center !important;
  float: none !important;
}

.ui-dialog {
  width: calc(80% - 60px);
  max-width: 500px;
  margin: auto;
  padding: 30px;
  border: 0.5px solid #db2a1f;
  border-radius: 5px;
}

.ui-dialog-content {
  min-height: auto !important;
  text-align: center;
  margin-bottom: 40px;
}

.ui-button:first-child {
  margin-right: 10px;
  padding: 5px 15px;
}

.ui-button:last-child {
  margin-left: 10px;
  padding: 5px 15px;
}

.ui-dialog-buttonset {
  text-align: center;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.ui-dialog {
  float: none !important;
}

.ui-dialog-content button {
  margin-top: 0px;
}

.margintop {
  margin-top: 40px;
}

#logoutmobile {
  display: none;
  text-align: right;
  margin-bottom: 10px;
}

#logoutmobile a {
  font-size: 11pt;
  color: #5a5a5a;
  text-align: right;
  text-decoration: none;
}

@media (max-width: 945px) {
  #logout {
    display: none;
  }
  #logoutmobile {
    display: block;
  }
}
#ui-datepicker-div {
  margin: 0;
}

.flexbox {
  margin-block: 1em;
  gap: 1em;
}

.flexbox_perso {
  gap: 1em;
}

.flexbox_button {
  margin-block: 1em;
  gap: 1em;
}

label .datepicker {
  margin: 0px;
}

.date-wrapper .flexbox,
#anrede_div p,
#aboutme_div p,
#typ__guide_div p,
#typ_div p,
#institut_basis_div p,
.selection-field p {
  margin-block: 0;
  gap: 0;
}

input#date,
input#testdate,
input#sperre_ablauf {
  margin-top: 4px !important;
}

#checkbox {
  margin-block: 1em;
}

#uci_checkboxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

textarea {
  width: 100%;
  background-color: #f6f6f6;
  border-radius: 5px;
  padding: 8px 10px;
  font-size: 14pt;
  border: none;
  font-family: inherit;
}

textarea:focus-visible {
  outline: 2px solid #000;
}

.infobox {
  text-align: center;
}

#loadingSpeichern {
  position: fixed;
  top: 0px;
  left: 0px;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  background: rgba(255, 255, 255, 0.9);
  padding: 0px;
  margin: auto;
  opacity: 1;
}

#loadingSpeichern img {
  width: 190px !important;
}

#loadingSpeichern.showit {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

#personalien .daten_lesen,
#name_voll .daten_lesen,
#adresse .daten_lesen,
#kontakt .daten_lesen {
  margin-block: 0;
}

.flexbox .daten_lesen {
  margin-block: 0 !important;
}

#date,
#testdate,
#sperre_ablauf {
  color: #000;
  font-weight: 400;
  font-size: 19px;
}

.column {
  width: 33.33%;
  padding: 10px;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tab-selection > ul {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 1.5rem;
}

.tab-selection > ul > label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  font-weight: 400;
  color: #000;
  font-size: 19px;
}

.tab-selection > ul > label input {
  accent-color: #db2a1f;
  height: 20px;
  width: 20px;
}

input[type=checkbox] {
  accent-color: #db2a1f;
}

#profilbild_check,
#stimmungsbild_check {
  width: 30%;
  height: auto;
  margin-bottom: 1.5em;
}

.image {
  width: 30%;
  height: auto;
  margin-bottom: 1.5em;
}

#checkbox_not {
  margin-top: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#check p {
  margin-block: 0;
}

.remove {
  background: url(/img/icons/delete_high.png) no-repeat 50% 50%;
  background-size: 20px 20px;
  display: inline-block;
  height: 20px;
  width: 20px;
  cursor: pointer;
}

button#ausbildung_neu,
button#fortbildung_neu {
  font-size: 0.7em;
}

.ausbildungakkord,
.ausbildungakkord_check {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}

.ausbildungakkord::after,
.ausbildungakkord_check::after {
  content: "";
  height: 20px;
  width: 20px;
  margin-top: 1px;
  left: 0;
  top: 0;
  position: absolute;
  -webkit-transition: all 160ms ease-out;
  transition: all 160ms ease-out;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='800px' height='800px' viewBox='0 0 24 24' fill='none'%3E%3Cg id='Arrow / Chevron_Down'%3E%3Cpath id='Vector' d='M19 9L12 16L5 9' stroke='%23000000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E");
}

.ausbildungakkord.active::after,
.ausbildungakkord_check.active::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.details_vers {
  display: none;
}

.details_check {
  padding-left: 30px;
  padding-bottom: 20px;
}

.check_details_div {
  padding-top: 7px;
}

.akk-title {
  margin-bottom: 0 !important;
  gap: 0 !important;
}

@media (max-width: 800px) {
  button.submit,
  input[type=submit] {
    width: 100%;
  }
}
button,
input[type=submit] {
  background-color: #db2a1f;
  -webkit-transition: background-color 240ms ease-out;
  transition: background-color 240ms ease-out;
}

button:hover,
input[type=submit]:hover {
  background-color: #000;
}

a {
  color: #db2a1f;
}

button#ausbildung_neu,
button#fortbildung_neu {
  margin-bottom: 1.5em;
}

.ui-datepicker .ui-state-default {
  text-decoration: none;
}

.ui-datepicker .ui-state-active {
  border-color: #db2a1f !important;
  background-color: #db2a1f !important;
  color: #fff !important;
  padding: 10px !important;
}

.versicherungsblock label {
  font-size: 14pt;
}

.versicherungsblock > div:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.versicherungsblock > .sol-akkoredeon-head,
.versicherungsblock .sol-akkordeon-data {
  margin-left: 35px;
  width: 100%;
}

.sol-center {
  text-align: center;
}

#membercard_info {
  text-align: left;
  width: 100%;
}

#membercard_info td, #membercard_info th {
  padding: 8px;
}

#membercard_info th {
  max-width: 300px;
}

#membercard_info tr:nth-child(odd) {
  background-color: #f6f6f6;
}

#membercards, #bgcards, #homebuttons {
  max-width: 710px;
  margin: auto;
  justify-content: center;
}

.camc-popup {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  z-index: 999;
}

.popup_content {
  background-color: #fff;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.membercard, .bgcard {
  position: relative;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  width: auto !important;
  height: 100%;
  border-radius: 20px;
  margin: auto auto 80px auto;
  cursor: pointer;
}
.membercard img, .bgcard img {
  width: 335px;
  height: auto;
  border-radius: 20px;
}
.membercard.inaktiv, .bgcard.inaktiv {
  filter: grayscale(1);
  cursor: default;
}
.membercard .container, .bgcard .container {
  position: absolute;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.5);
  top: 60px;
  left: 20px;
  min-width: 300px;
  width: auto !important;
}
.membercard .background_new, .bgcard .background_new {
  width: 335px;
  height: 213px;
  background-color: #db2a1f;
  color: #ffffff;
  font-weight: bold;
  border-radius: 20px;
  vertical-align: center;
  align-items: center;
  justify-content: center;
  display: flex;
  font-size: 40pt;
}
.membercard .background_new .p, .bgcard .background_new .p {
  text-align: center;
}

.membercard:hover, .bgcard:hover {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

.membercard > * {
  text-align: left;
  font-size: small;
}

.card_margin {
  margin-top: 0px;
  margin-bottom: 5px;
}

.text-right {
  text-align: right;
}

.column2 {
  width: 50%;
}

.text-right.kundenportal {
  top: 1rem;
  right: 2rem;
  z-index: 999;
}

.text-right {
  text-align: right;
}

.kundenportal > a[target=_blank]::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -10px;
  right: -10px;
  width: 100%;
  height: 100%;
  z-index: -1;
  border: 1px solid #000;
  background: rgb(255, 217, 0);
  background: linear-gradient(90deg, rgb(255, 217, 0) 0%, rgb(129, 148, 197) 100%);
}

.kundenportal > a[target=_blank] {
  display: inline-block;
  line-height: 1.231rem;
  background: #000;
  color: #fff;
  padding: 11px 12px;
  position: relative;
  text-decoration: none;
  font-weight: bold;
  max-width: 10.846rem;
  text-align: center;
  margin-right: 10px;
}

.sol-grid {
  margin-left: -15px;
  width: -moz-calc(100% + 30px);
  width: calc(100% + 30px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media all and (max-width: 480px) {
  .sol-grid {
    width: 100%;
    margin: 0px;
  }
}
.sol-grid.sol-grid3 > * {
  padding: 15px;
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1607843137);
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1607843137);
  width: -moz-calc(33.333% - 30px);
  width: calc(30% - 10px);
  margin: 0px 15px 30px 15px;
}

@media all and (max-width: 1024px) {
  .sol-grid.sol-grid3 > * {
    width: -moz-calc(50% - 30px);
    width: calc(50% - 30px);
  }
}
@media all and (max-width: 480px) {
  .sol-grid.sol-grid3 > * {
    width: 100%;
    margin: 0px 0px 30px 0px;
  }
}
.sol-grid img {
  width: -moz-calc(100% + 30px);
  width: calc(100% + 30px);
  height: auto;
  margin-left: -15px;
}

.sol-grid img:first-child {
  margin-top: -15px;
}

.verschwommen {
  filter: blur(5px);
  margin: 0px;
}

.copy-text {
  display: flex;
  align-items: center;
  margin: 0 0 45px auto;
  width: fit-content;
}

.copy-text_fake {
  display: block;
  align-items: center;
  margin: 0 0 45px auto;
  width: fit-content;
}

.cpnCode {
  border: 1px dashed #db2a1f;
  padding: 10px 20px;
  border-right: 0;
}

.cpnCode_fake {
  border: 1px dashed #db2a1f;
  padding: 10px 20px;
  display: block;
  width: 100%;
  box-sizing: border-box;
}

.cpnBtn {
  border: 1px solid #db2a1f;
  background: #db2a1f;
  padding: 10px 20px;
  color: #fff;
  cursor: pointer;
}

.cpnBtn_fake {
  border: 1px solid #db2a1f;
  background: #db2a1f;
  padding: 8px 5px;
  color: #fff;
  font-size: 9pt;
  display: block;
}

.copy-text img {
  width: 23px;
  height: 23px;
  margin-top: 0px !important;
}

.angebot, .homemenu {
  position: relative;
}

.angebot_content, .homemenu_content {
  margin-bottom: 30px;
  min-height: 185px;
}

.angebot_title, .homemenu_title {
  min-height: 90px;
}

.angebot_title > h3 {
  margin-top: 20px;
  margin-bottom: 0px;
}

.angebot_link, .homemenu_link {
  position: absolute;
  bottom: 5px;
  width: calc(100% - 20px);
  padding: 0px 15px 0px 0px;
}

.angebot a {
  width: 100%;
  font-size: 11pt;
  text-decoration: none;
}

.mycardslink {
  color: db2a1f;
}

.homemenu_profile_img {
  max-height: 256px;
  width: auto !important;
}

.homemenu_profile_img_container {
  text-align: center; /* Zentriert das Bild horizontal */
}

.flyer_link {
  position: relative !important;
  padding-right: 15px;
}

.download_img {
  width: 15px !important;
  height: auto !important;
}

@media all and (max-width: 480px) {
  .angebot_content {
    min-height: 200px;
  }
}
.tooltip {
  position: relative;
  background-color: #db2a1f;
  color: #fff;
  padding: 5px;
  border-radius: 5px;
  z-index: 99999;
  display: none;
}

#navbar a.open {
  border-bottom: 4px solid #db2a1f;
}

.subnav {
  display: none !important;
  position: absolute;
  top: 225px;
  background-color: white;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  padding: 10px;
  z-index: 1000; /* Z-Index erhöhen, um sicherzustellen, dass das Submenü über anderen Inhalten liegt */
}

.subnav.active {
  display: block !important;
  background-color: #000;
  text-align: left;
  width: 18%;
}

.sub_active {
  background-color: #db2a1f;
}

.subnav > li {
  padding: unset !important;
}

.subnav > li > a {
  color: #fff !important;
  border-bottom: unset !important;
  text-align: left;
  padding: 8px 15px !important;
  transition: all 0.5s ease;
}

.subnav li:hover {
  background-color: #db2a1f;
}

.button-text {
  padding: 0;
  line-height: 1.5;
  background: 0 0;
  color: #000;
  position: relative;
  padding-left: 30px;
  border-radius: 0;
}

.button-text::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 20px;
  border-bottom: 2px solid currentColor;
}

.button-text:hover {
  color: #df333e;
  background-color: unset;
}

.filter_button {
  border: 1px solid #df333e;
  white-space: unset !important;
}

.filter_button:hover {
  background-color: #fff;
  border: 1px solid #df333e;
}

.filter_button_div {
  margin-bottom: 5px;
}

.filter {
  padding: 15px;
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1607843137);
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1607843137);
  width: 50%;
  margin-bottom: 15px;
}

@media all and (max-width: 480px) {
  .filter {
    width: 100%;
  }
}
#oerv-offcanvas-filter {
  display: none;
}

#oerv-offcanvas-filter.active {
  display: block;
}

#guidecardantrag {
  width: 90%;
  margin: auto;
}

.bikecardteaser {
  width: 70%;
  margin: auto;
}

.info_voucher {
  border: 1px solid #db2a1f;
  background: #db2a1f;
  padding: 8px 5px;
  color: #fff;
  font-size: 9pt;
  margin: 0px;
}

.background_home {
  width: 335px;
  height: 209px;
  border: 1px solid #db2a1f;
  background-color: #db2a1f;
  color: #000;
  font-weight: bold;
  border-radius: 20px;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
  display: flex;
  font-size: 40pt;
  cursor: pointer;
  filter: grayscale(1);
}
.background_home img {
  max-height: 120px;
  width: auto;
}
.background_home:hover {
  filter: none;
}

.membercard_home {
  position: relative;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  width: auto !important;
  height: 100%;
  border-radius: 20px;
  margin: auto auto auto auto;
  cursor: pointer;
  filter: grayscale(1);
}
.membercard_home img {
  width: 335px;
  height: auto;
  border-radius: 20px;
  min-height: 209.38px;
  max-height: 209.38px;
}
.membercard_home:hover {
  filter: none;
}
.membercard_home .container {
  position: absolute;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.75);
  top: 80px;
  left: 20px;
  min-width: 300px;
  width: auto !important;
}
.membercard_home .container > div {
  text-align: center;
}
.membercard_home .overlayer_mc {
  color: #000;
}

#homebuttons {
  flex-wrap: wrap;
}

.home_profile {
  width: 100%;
}

.home_profile > div {
  width: 100%;
}

.burger {
  display: none;
  width: 30px;
  margin: auto;
}
.burger img:nth-child(2) {
  display: none;
}
@media screen and (max-width: 600px) {
  .burger {
    display: block;
  }
}

@media screen and (max-width: 600px) {
  #homebuttons {
    align-items: center;
  }
  #navbar {
    display: none;
  }
  #navbar.opennav {
    display: block;
  }
  #navbar .topnav {
    display: block;
  }
  #navbar .topnav li {
    padding-left: 0px;
    padding-right: 0px;
  }
  #navbar .topnav li a {
    padding-bottom: 0px;
  }
  #navbar .topnav .subnav {
    position: relative;
    background-color: white !important;
    display: none;
    width: 100%;
    top: auto;
    box-shadow: none;
    border: none;
    text-align: center !important;
    margin: auto;
  }
  #navbar .topnav .subnav li {
    margin-top: 10px;
  }
  #navbar .topnav .subnav a {
    color: #5a5a5a !important;
  }
  #navbar .topnav .subnav a:hover {
    color: white !important;
  }
  #navbar .topnav .subnav .sub_active a {
    color: white !important;
  }
}
.download_label {
  text-decoration: none;
  color: #000;
}

.download_label:hover {
  color: #db2a1f;
}

.sol-akkordeon > div {
  margin-bottom: 15px;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1254901961);
}

.sol-akkordeon-head {
  display: block;
  background-color: #EAEAEA;
  padding: 5px 10px;
  color: #000000;
  width: 100%;
  position: relative;
  cursor: pointer;
}
.sol-akkordeon-head::after {
  content: "";
  background-image: url("/img/icons/down-arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 25px;
  height: 25px;
  display: block;
  position: absolute;
  right: 5px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  transition: all 0.25s linear;
}

.sol-akkordeon-data {
  padding: 5px 10px 15px 10px;
  display: none;
}

.sol-akkordeon[data-firstopen=true] > div:first-child .sol-akkordeon-data {
  display: block;
}

.sol-akkordeon > div.open .sol-akkordeon-head::after {
  transform: rotate(180deg);
}

.zindex1 {
  z-index: 1 !important;
}

.wert_container{
  display: grid;
  grid-template-columns: repeat(12, 1fr); /* 12 Spalten */
  gap: 10px; /* Abstand zwischen den Feldern */
  max-width: 100%; /* Breite auf 100% */
  margin: 0 auto; /* Zentriert den Container */
}

.wert_container input {
  width: 100%; /* Eingabefeld füllt die Zelle aus */
  padding: 5px;
  box-sizing: border-box;
}

.wert_container span {
  display: inline-block;
  width: 20px;
  text-align: center;
}

/*# sourceMappingURL=new_portal.css.map */
