:root {
  --gold: #ebbe46;
  --blau: #13468b;
  --rot: #e30613;
}
/* Sari */
@font-face {
  font-family: 'SariPro-Light';
  src: url(../../assets/SariPro-Light.woff2) format('woff2');
}
@font-face {
  font-family: 'SariPro-Medium';
  src: url(../../assets/SariPro-Medium.woff2) format('woff2');
}
@font-face {
  font-family: 'SariPro-ExtraBold';
  src: url(../../assets/SariPro-ExtraBold.woff2) format('woff2');
}
/* Roboto */
@font-face {
  font-family: 'Roboto-Regular';
  src: url(../../assets/Roboto-Regular.woff2) format('woff2');
}
@font-face {
  font-family: 'Roboto-Light';
  src: url(../../assets/Roboto-Light.woff2) format('woff2');
}
body {
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}
header,
footer {
  color: white;
}
header a,
footer a {
  color: white;
}
p strong {
  font-weight: 700;
}
.content-body p {
  margin-bottom: 1rem;
}
.content-body p:last-child {
  margin-bottom: 0rem;
}
h1,
h2,
h3 {
  font-family: "SariPro-ExtraBold";
  -webkit-font-smoothing: antialiased;
  color: #fff;
}
input {
  border-radius: 0.1rem;
  padding: 0.5rem;
  margin-top: 0.2rem;
  margin-bottom: 0.2rem;
  width: 100%;
  color: #000;
  text-align: center;
}
#LRP-both #LRP-login .LoginRegisterLinks {
  display: none;
}
.content-body a {
  text-decoration: underline;
}
#wrap_register_user_personendaten_check {
  width: 100%;
  margin-bottom: 0.5rem;
}
#wrap_register_user_personendaten_check .InputfieldHeader {
  /*display: none;*/
}
#wrap_register_user_personendaten_check .InputfieldContent {
  /*display: flex;
    justify-content: center;*/
}
#wrap_register_user_personendaten_check .InputfieldContent label {
  margin-top: 0.5rem;
  max-width: 80%;
  /*display: flex;
      flex-direction: column;
      justify-content: center;*/
  text-align: center;
}
#wrap_register_user_personendaten_check .InputfieldContent label input {
  margin: auto;
  width: 2rem;
  display: block;
  margin-bottom: 0.5rem;
}
#wrap_register_user_personendaten_check .InputfieldContent label input[type="checkbox"] {
  transform: scale(1.5);
}
#wrap_register_user_personendaten_check .InputfieldContent label span {
  font-size: 0.8rem;
}
#wrap_register_user_personendaten_check .LoginRegisterError {
  background-color: red;
  padding: 0.25rem;
  border-radius: 0.1rem;
  max-width: 20%;
  margin-inline: auto;
  margin-top: 0.25rem;
}
form.ProfileForm h2:first-of-type {
  display: none;
}
.LoginRegisterPro {
  color: #fff;
}
.LoginRegisterPro .dz-details {
  display: none;
}
.LoginRegisterPro .ConfirmForm {
  margin-top: 1rem;
}
.LoginRegisterPro .Inputfields {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.LoginRegisterPro .Inputfields .pr-flex-full {
  flex: 0 0 100%;
}
.LoginRegisterPro .Inputfields .pr-flex-half {
  flex: 0 0 100%;
}
@media (min-width: 1024px) {
  .LoginRegisterPro .Inputfields .pr-flex-half {
    flex: 0 0 calc(50% - 0.5rem);
  }
}
.LoginRegisterPro .Inputfields .pr-flex-third {
  flex: 0 0 100%;
}
@media (min-width: 1024px) {
  .LoginRegisterPro .Inputfields .pr-flex-third {
    flex: 0 0 calc((100% - 2rem) / 3);
  }
}
.LoginRegisterPro .Inputfields .pr-center-horizontal {
  margin-left: auto;
  margin-right: auto;
}
.LoginRegisterPro #ProfileDelete {
  height: 25px;
}
.LoginRegisterPro .InputfieldContent .description {
  font-size: 0.75rem;
  line-height: 1rem;
}
.LoginRegisterPro #profile_user_image_dropzone {
  margin-top: 0.5rem;
}
.ui-button,
.pr-button {
  background-color: #408bd1;
  border: none!important;
  border-radius: 0.1rem;
  color: #fff;
  padding: 0.75rem 1.75rem;
  transition: 0.3s;
}
.ui-button:hover,
.pr-button:hover {
  color: white;
  background-color: #4598e3;
}
.balloon {
  /*z-index: 111111;
  position: absolute;
  user-select: none;
  pointer-events: none;
  will-change: transform;*/
}
.teilnahme-text a,
.datenschutz-text a {
  overflow-wrap: anywhere;
  /* breaks at any character if needed */
  word-wrap: break-word;
  /* old name for overflow-wrap */
  /* and/or */
  word-break: break-all;
  /* breaks anywhere, but can be aggressive */
  hyphens: auto;
}
.colored-bullets-red li::marker {
  color: red;
  font-size: 2em;
}
.colored-bullets-green li::marker {
  color: green;
  font-size: 2em;
}
#ProcessForgotPassword {
  text-align: center!important;
  margin-bottom: 1rem;
}
#ProcessForgotPassword .InputfieldContent .description {
  margin-bottom: 1rem;
}
#ProcessForgotPassword #wrap_submit_forgot {
  width: 100%;
}
#ProcessForgotPassword .pwfp-error {
  text-align: center;
}
#ProcessForgotPassword .pwfp-continue {
  text-align: center;
  margin: 1rem 0;
}
#ProcessForgotPassword .InputfieldForm .Inputfields {
  display: inline-block;
}
#ProcessForgotPassword .InputfieldForm .Inputfields .Inputfield_verify {
  margin-bottom: 1rem;
}
#ProcessForgotPassword .InputfieldForm .Inputfields .Inputfield_E-Mail {
  margin-bottom: 1rem;
}
#ProcessForgotPassword .InputfieldForm .Inputfields .Inputfield_pass {
  margin-bottom: 1rem;
}
/* RES HELPER -------------------------------------------- */
#res-helper {
  display: none!important;
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 0.5rem 1rem;
  font-size: 0.75rem;
  color: #fff;
  background-color: #000;
  z-index: 333;
}
@media (min-width: 640px) {
  #res-helper {
    display: block;
  }
  #res-helper::before {
    display: block;
    content: "SM";
  }
}
@media (min-width: 768px) {
  #res-helper::before {
    content: "MD";
  }
}
@media (min-width: 1024px) {
  #res-helper::before {
    content: "LG";
  }
}
@media (min-width: 1280px) {
  #res-helper::before {
    content: "XL";
  }
}
@media (min-width: 1536px) {
  #res-helper::before {
    content: "2XL";
  }
}
