.lmv_modal {
	display: none;
	position:fixed;
	z-index: 1200;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	z-index: 1200;
	overflow: auto;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.4);
}
.lmv_modal_content {
	background-color: #fefefe;
	margin: 15% auto;
	padding: 20px;
	border: 1px solid #888;
	width: 80%;
	text-align: center;
}
#lmv_donation_dialog_content {
	position: relative;
	top: 80px;
	text-align: center
}
.lmv_close {
	color: #aaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
}
.lmv_close:hover,
.lmv_close:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
}
.lmv_event_ok_button.lmv_event_ok_button_smiley{
	background-image: url("/wp-includes/images/smilies/simple-smile.png");
	background-repeat: no-repeat;
	/*background-color: none;*/
	background-size: contain;
	background-position: center center;
	color: #000;
	color: rgba( 0, 0, 0, 0.0);
}
.lmv_event_ok_buggon.lmv_event_ok_button_standard{
	background-image: none;
	color: #000;
	color: rgba( 0, 0, 0, 1);
}
.lmv_event_ok_button.lmv_event_ok_button_spinner{
	background-image: url("/wp-includes/images/wpspin-2x.gif");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	color: #000;
	color: rgba( 0, 0, 0, 0.0);
}

p#register_button {
  text-align: center;
  padding: 15px;
}

p#hygiene_concept {
	  text-align: center;
	  padding: 15px;
	}
	
p#signup_disabled {
  text-align: center;
  padding: 15px;
}
	
button.lmv_book_storno_button_disabled {
  opacity: 0.4;
}

/*#lmv_hygiene_concept_dialog {
  z-index: 1200;
}
.lmv_event_user_comment_dialog {
  z-index: 1200;
}
.lmv_event_user_delete_dialog {
  z-index: 1200;
} */
.single-lmv_event .comment-reply-title {
  display: none;
}
.single-lmv_event #reply-title {
  display: block;
}
/*.comment-reply-title {
  content: "Notfallcom";
}*/

#mapid {
  height: 360px;
  width: 80%;
  margin: auto;
}
#mapid_overview {
  height: 360px;
  width: 80%;
  margin: auto;
}
#lmv_list_of_bookings {
    overflow-x: auto;
    /*min-width: 500px!important;*/
	white-space: nowrap;
	word-wrap: normal;
	/*border-style: solid;*/
}
.lmv_event .post-inner .entry-content {
	margin: 1em;
	border-style: solid;
	border-color: #fff;
	border-width: 1em;
	padding: 1em;
	/*background-clip: content-box;*/
}

#dlaUserAvatar img {
	width: 100vw;
	z-index: 1;
	border-radius: 14px;
}
#dlaUserAvatar {
  position:relative;
}
#logoOnAvatar {
  width: 40%;
  height: 12%;
  background-image: url(https://muc.lebensmittelretter.org/wp-content/uploads/sites/3/2021/10/LMR_long.jpg); /* Set the overlay image path */
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 90%; /* Adjust the top and left properties to position the overlay image */
  left: 50%;
  transform: translate(-50%, -50%);

}

#dlaName {
	text-align:center;
	width: 100vw;
  font-size: 5vw;
}
#dlaName p {
  margin: 0;
  line-height: 1.2;
}
#dlaRetterName {
  text-align:center;
	width: 100%;
  font-size: 5vw;
  margin: 0px;
  padding: 0;
}
#dlaRetterName p {
  margin: 0;
  line-height: 1.2;
}

.dlaNameEnabled {
    background: linear-gradient(270deg, #7CE800, #377424);
    background-size: 400% 400%;
    -webkit-animation: AnimationName 4s ease infinite;
    -moz-animation: AnimationName 4s ease infinite;
    animation: AnimationName 4s ease infinite;
}
.dlaNamePending {
    background: linear-gradient(270deg, #E8C900, #e67919);
    background-size: 400% 400%;
    -webkit-animation: AnimationName 4s ease infinite;
    -moz-animation: AnimationName 4s ease infinite;
    animation: AnimationName 4s ease infinite;
}

.dlaNameBlocked {
    background: linear-gradient(270deg, #FF4A00, #FF0000);
    background-size: 400% 400%;
    -webkit-animation: AnimationName 4s ease infinite;
    -moz-animation: AnimationName 4s ease infinite;
    animation: AnimationName 4s ease infinite;
}

#dlaNameDiv {
		text-align:center;
		margin: -5px;
		padding: 3px;
}
#dlaRetterNameDiv {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 5px;
  padding: 3px; 
}

.dlaRetterNameEnabled {
  background: linear-gradient(270deg, #18a5a1, #BAE4E3);
  background-size: 400% 400%;
  -webkit-animation: AnimationName 4s ease infinite;
  -moz-animation: AnimationName 4s ease infinite;
  animation: AnimationName 4s ease infinite;
}
.dlaRetterNamePending {
  background: linear-gradient(270deg, #E8C900, #e67919);
  background-size: 400% 400%;
  -webkit-animation: AnimationName 4s ease infinite;
  -moz-animation: AnimationName 4s ease infinite;
  animation: AnimationName 4s ease infinite;
}
.dlaRetterNameBlocked {
  background: linear-gradient(270deg, #FF4A00, #FF0000);
  background-size: 400% 400%;
  -webkit-animation: AnimationName 4s ease infinite;
  -moz-animation: AnimationName 4s ease infinite;
  animation: AnimationName 4s ease infinite;
}

#dlaTime {
	text-align:center;
    font-size: 10vw;
	font-weight: bold;
    line-height: 6vh;
	margin-bottom: 0.5em;
  margin-top: 0.2em;
}

#dlaBoxEnabled {
	border: 10px solid #7CE800;
	/*border: 10px solid #006e6a;*/
	border-radius: 24px;
	padding: 5px;
	z-index: 999;
}

#dlaBoxPending {
	border: 10px solid #E8C900;
	border-radius: 24px;
	padding: 5px;
	z-index: 999;
}

#dlaBoxBlocked {
	border: 10px solid #FF0000;
	border-radius: 24px;
	padding: 5px;
	z-index: 999;
}

#dlaRetterBoxEnabled {
	border: 10px solid #18a5a1;
	border-radius: 24px;
	padding: 5px;
	z-index: 999;
}
#dlaRetterBoxPending {
	border: 10px solid #E8C900;
	border-radius: 24px;
	padding: 5px;
	z-index: 999;
}
#dlaRetterBoxBlocked {
	border: 10px solid #FF0000;
	border-radius: 24px;
	padding: 5px;
	z-index: 999;
}


@-webkit-keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes AnimationName {
    0%{background-position:0% 50%}
    15%{background-position:100% 50%}
	85%{background-position:100% 50%}
    100%{background-position:0% 50%}
}

#lmv_spinner_wrapper {
  position: fixed;
  top: 0;
  z-index: 1201;
  width: 100%;
  height:100%;
  display: none;
  background: rgba(0,0,0,0.6);
}
.lmv_modal_spinner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;  
}
.lmv_spinner {
  width: 100px;
  height: 100px;
  border: 10px #ddd solid;
  border-top: 10px #2e93e6 solid;
  border-radius: 50%;
  animation: sp-anime 0.8s infinite linear;
  animation-duration: 0.8s !important;
}
@keyframes sp-anime {
  100% { 
    transform: rotate(360deg); 
  }
}
.is-hide{
  display:none;
}
#lmv_preselect_event_list{
  display:none;
}

/* Select Money */

.lmv_money_wrapper {
  //position: relative;
  padding: 20px;
  box-sizing: border-box;
}
.lmv_select_group {
  /*position: relative;
  padding: 0 0 0 120px;
  margin: 0;
  border: 0;
  color: #535353;
  box-sizing: border-box;*/
  display: flex;
  flex-wrap: wrap;
  margin: 0 -4px 8px;
}
.lmv_charity_select_group {
  width: 50%;
}
.lmv_charity_select_group.lmv_charity_select_group-other {
  width: 100%;
}
.lmv_charity_select_state, .lmv_charity_select_custom {
    display: block;
    float: left;
    height: 35px;
    line-height: 29px;
    width: 100%;
    font-size: 15px;
    background: #ffffff;
    border: 3px solid #e4e3e3;
    color: #535353;
    border-radius: 10px;
    text-align: center;
    -webkit-transition: background 200ms cubic-bezier( 0.63, 0.155, 0.38, 0.885 ), border-color 200ms cubic-bezier( 0.63, 0.155, 0.38, 0.885 ), color 200ms cubic-bezier( 0.63, 0.155, 0.38, 0.885 );
    transition: background 200ms cubic-bezier( 0.63, 0.155, 0.38, 0.885 ), border-color 200ms cubic-bezier( 0.63, 0.155, 0.38, 0.885 ), color 200ms cubic-bezier( 0.63, 0.155, 0.38, 0.885 );
}
.lmv_charity_select_group_input:hover + .lmv_charity_select_state,
.lmv_charity_select_group_input:hover + .lmv_charity_select_custom {
  background: #fbfbfb;
  border-color: #a9a9a9;
}
.lmv_charity_select_group_input:checked + .lmv_charity_select_state,
.lmv_charity_select_group_input:checked + .lmv_charity_select_custom {
  /*background: #eaf3ff;
  border-color: #3366cc;
  color: #000000; */
  background: #6ceae6;
  border-color: #18a5a1;
  color: #000000;
}
input.lmv_charity_select_group_input[type="radio"] {
  display: none;
}
.lmv_charity_select_custom-input,
input.lmv_charity_select_custom-input[type="text"] {
  /*position: absolute;
  top: 0;
  left: 0;
  display: inline-block;*/
  color: #535353;
  background-color: transparent;
  outline: 0;
  width: 100%;
  /*height: 100%;*/
  margin: 0;
  /*padding: 0 1em;*/
  font-size: 15px;
  border: 0 none;
  text-align: center;
  border: none;
  outline: none;
}
.lmv_select-group__errormessage {
  color: red;
}

/* Checkbox Design */

input[type="checkbox"].lmv_checkbox {
    position: absolute;
    margin: 8px 0 0 16px;    
}
input[type="checkbox"].lmv_checkbox + label {
    position: relative;
    padding: 5px 0 0 50px;
    line-height: 2.0em;
}
input[type="checkbox"].lmv_checkbox + label:before {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 40px; /* x*5 */
    height: 24px; /* x*3 */
    border-radius: 16px; /* x*2 */
    background: #fff;
    border: 1px solid #d9d9d9;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
input[type="checkbox"].lmv_checkbox + label:after {
    content: "";
    position: absolute;
    display: block;
    left: 0px;
    top: 0px;
    width: 24px; /* x*3 */
    height: 24px; /* x*3 */
    border-radius: 16px; /* x*2 */
    background: #fff;
    border: 1px solid #d9d9d9;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
input[type="checkbox"].lmv_checkbox + label:hover:after {
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
input[type="checkbox"].lmv_checkbox:checked + label:after {
    margin-left: 16px;
}
input[type="checkbox"].lmv_checkbox:checked + label:before {
    background: #18a5a1;
}
input[type="email"].lmv_email:invalid {
	border: 1px solid #ff0000;
}
#lmv_donate_button{
	font-family: "Amatic SC"; 
	font-size:30px;
	background-color: #006e6a; 
	color: white; 
	text-align: center;
	border: 0px;
}
.lmv_donate_button_container{
	position: relative;
	text-align: center;
}
.lmv_error{
	color: red;
}
.lmv_error.hidden{
	display: none;
}
.comment_avatar img {
	max-height: 80px!important;
	max-width: 80px!important;
}
@media screen and (max-width: 479px) {
    .comment_avatar img {
        max-width: 50%!important;
    }
}
.lmv_wrong_blog {
	width: 300px;
	margin: auto;
	padding: 5px;
	background-color: #e09900;
	color: #000000;
	text-align: center;
}
.lmv_no_rights_4_fee {
    width: 300px;
    margin: auto;
    padding: 5px;
    background-color: #e09900;
    color: #000000;
    text-align: center;
}
tr.lmvLightTableBackground {
	background-color: #ffffff;
}
tr.lmvDarkTableBackground {
	background-color: #eeeeee;
}
.lmv_new_privacy {
  text-align: center;
  background-color: #e09900;
  padding: 2ex;
}
#lmv_new_privacy_button {
  background-color: #006e6a;
}
.lmv_money_needs_card {
  border: 1px solid #ccc;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 20px;
  margin: 20px 0;
  background-color: #fff;
}
.lmv_money_needs_card_header {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.lmv_money_needs_card_body {
  display: flex;
  flex-direction: column; /* Ensure content is stacked vertically */
  gap: 10px;
}
.checkbox-container {
  display: flex;
  gap: 10px; /* Spacing between Ja and Nein checkboxes */
}
.lmv_password_hint {
  background-color: #e09900;
}
/*
@supports(-webkit-appearance: none) or (-moz-appearance: none) {
  input[type='checkbox'].lmv_checkbox {
    --active: #275EFE;
    --active-inner: #fff;
    --focus: 2px rgba(39, 94, 254, .3);
    --border: #BBC1E1;
    --border-hover: #275EFE;
    --background: #fff;
    --disabled: #F6F8FF;
    --disabled-inner: #E1E6F9;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 21px;
    outline: none;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0;
    cursor: pointer;
    border: 1px solid var(--bc, var(--border));
    background: var(--b, var(--background));
    transition: background .3s, border-color .3s, box-shadow .2s;
    &:after {
      content: '';
      display: block;
      left: 0;
      top: 0;
      position: absolute;
      transition: transform var(--d-t, .3s) var(--d-t-e, ease), opacity var(--d-o, .2s);
    }
    &:checked {
      --b: var(--active);
      --bc: var(--active);
      --d-o: .3s;
      --d-t: .6s;
      --d-t-e: cubic-bezier(.2, .85, .32, 1.2);
    }
    &:disabled {
      --b: var(--disabled);
      cursor: not-allowed;
      opacity: .9;
      &:checked {
        --b: var(--disabled-inner);
        --bc: var(--border);
      }
      & + label {
        cursor: not-allowed;
      }
    }
    &:hover {
      &:not(:checked) {
        &:not(:disabled) {
          --bc: var(--border-hover);
        }
      }
    }
    &:focus {
      box-shadow: 0 0 0 var(--focus);
    }
      width: 38px;
      border-radius: 11px;
      &:after {
        left: 2px;
        top: 2px;
        border-radius: 50%;
        width: 15px;
        height: 15px;
        background: var(--ab, var(--border));
        transform: translateX(var(--x, 0));
      }
      &:checked {
        --ab: var(--active-inner);
        --x: 17px;
      }
      &:disabled {
        &:not(:checked) {
          &:after {
            opacity: .6;
          }
        }
      }
  }
}*/
