/* teilnahmeliste */

html .hidden{
    visibility: hidden;
}

html #buttons-row{
    display: flex;
    flex-direction: row;
    row-gap: 0.5rem;
    column-gap: 0.5rem;
}

html #triggerAddParticipant:hover, html #triggerRemoveParticipant:hover, html #printList:hover{
    cursor: pointer;
}

html .eventFormParticipant{
    flex-wrap: nowrap;
    margin: 0.5rem 0;
    background-color: #f8f8f8;
    padding: 1rem 2rem;
    border: 1px solid var( --e-global-color-5483801 );
    border-radius: 2px;    
    box-shadow: 0px 0px 10px 1px var( --e-global-color-5483801);
}

html .eventFormParticipant p{
    font-family: var( --e-global-typography-primary-font-family ), sans-serif !important;
    font-weight: normal;
    font-size: 85%;
}

html .eventFormParticipant input{
    font-size: 86%;
    padding: 0.35rem 0.5rem;
}

html .eventFormParticipant input[type="submit"]{
    font-weight: 600 !important;
    border: 0;
    margin-bottom: 0!important;
    font-size: 82%;
    padding: 0.5rem 1.25rem;
}

html .eventFormParticipant input[type="submit"]:hover{
    cursor: pointer;
}

html .alert{
    width: 100%;
    padding: 1rem 2rem;
    font-family: var( --e-global-typography-primary-font-family ), sans-serif !important;
    font-weight: normal;
    font-size: 85%;
    border-radius: 2px;
    border: 1px solid #ccc;
    margin-bottom: 1rem;
}

html .danger{
    color: rgb(88, 21, 28);
    border-color: rgb(88, 21, 28);
    background-color: rgb(248, 215, 218);
}

html .success{
    color: #155724;
    border-color: #155724;
    background-color: #d4edda;
}

html .alert{
    position: fixed;
    top: 50px;
    left: 12.5%;
    width: 75%!important;
    animation:showNotification 2500ms ease-in;
    animation-delay: 3s;
    animation-fill-mode: forwards;
   
}

html #user-list-query, html #user-list-query p{
    font-family: var( --e-global-typography-primary-font-family ), Sans-serif;
    font-size: 0.9rem;
    line-height: 1.5rem;
}

html #user-list-query .width-100:nth-child(odd){
    background-color: #f8f8f8;
}

html #user-list-query label{
    position: relative;
    top: -0.25rem;
}

html #user-list-query #count{
    width: 0.85rem;
    display: inline-block;
    margin-right: 0.1rem;
    text-align: right;
}

html select.teilnahmeliste{
    background-color: #f8f8f8;
    border-width: 1px;
}

html #user-list-query input[type='checkbox']{
    width: 1.5rem;
    height: 1.5rem;
    border: 1px solid var( --e-global-color-5483801 );
    margin-right: 0.25rem;
    position: relative;
    top: 2px;
    accent-color: var(--e-global-color-secondary);
}  

html #user-list-query input[type='submit']{
    color: var( --e-global-color-3900d00 ) !important;
    line-height: 1.4em;
    letter-spacing: 0.02rem !important;
    font-family: var( --e-global-typography-primary-font-family ), sans-serif !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    font-size: 93%;
    border: 0;
}

html #user-list-query input:hover, #workshopform select:hover, #dateform select:hover{
    cursor: pointer;
}

html #user-list-query .x-small{
    font-size: 0.65rem!important;
    line-height: 1rem;
}

html #user-list-query .question{
    padding-left: 3rem;
    display: block;
}

/* teilnahmeliste */

html .hidden{
    visibility: hidden;
}

html #buttons-row{
    display: flex;
    flex-direction: row;
    row-gap: 0.5rem;
    column-gap: 0.5rem;
}

html #triggerAddParticipant:hover, html #triggerRemoveParticipant:hover, html #printList:hover{
    cursor: pointer;
}

html .eventFormParticipant{
    flex-wrap: nowrap;
    margin: 0.5rem 0;
    background-color: #f8f8f8;
    padding: 1rem 2rem;
    border: 1px solid var( --e-global-color-5483801 );
    border-radius: 2px;    
}

html .eventFormParticipant p{
    font-family: var( --e-global-typography-primary-font-family ), sans-serif !important;
    font-weight: normal;
    font-size: 85%;
}

html .eventFormParticipant input[type="email"]{
    font-size: 86%;
    padding: 0.35rem 0.5rem;
}

html .eventFormParticipant select{
    background-color: #f8f8f8;
    border-width: 1px;
    font-size: 0.8rem;
    padding: 15px 14px;
    border-radius: 3px;
    font-size: 15px;
    line-height: 1.2;
    min-height: 30px;
}

html .eventFormParticipant select:hover{
    cursor: pointer;
}

html .eventFormParticipant input[type="submit"]{
    font-weight: 600 !important;
    border: 0;
    margin-bottom: 0!important;
    font-size: 82%;
    padding: 0.5rem 1.25rem;
}

html .eventFormParticipant input[type="submit"]:hover{
    cursor: pointer;
}

html .profile-event-boxes{
    display: flex;
    flex-wrap:wrap;
}

html .profile-event-boxes.gap-4 .profile-event-box{
    margin-right: 1rem;
    margin-bottom: 0.5rem;
    min-height: 9rem;
}  

html .profile-event-box{
    font-size: 0.8rem!important;
    margin-top: 0.5rem!important;
    font-family: var( --e-global-typography-primary-font-family ), sans-serif!important;
}

html .profile-event-box .learndash-wrapper{
    width: 50%!important;
    float:right;
    text-align: right;
}

html .profile-event-box .details{
    float: left;
    width:50%!important;
}    

html .profile-event-box .ld-progress-percentage{
    width: 100%;
    text-align: right;
    float: right;
    display: block;   
    margin-right: 0!important;
}

html .profile-event-box .ld-progress .ld-progress-bar{
    background-color: #ccc !important;
}

html .profile-event-box p{
    font-size: 0.8rem!important;
}

html .profile-event-box h4{
    margin-top: 0!important;
    font-size: 1rem!important;
    overflow: hidden;
    display: -webkit-box;
    line-clamp: 3;
	-webkit-line-clamp: 3;
    -webkit-box-orient: vertical; 
    min-height: 4.5rem;
    margin-bottom: 0;
}

html .box.profile-event-box a{
    font-family: var( --e-global-typography-primary-font-family ), sans-serif!important;
}


html .profile-event-box .ld-button-transparent{
    font-size: 0.8rem !important;
    font-weight: normal !important;
    padding:0!important;
}

html .profile-event-box .ld-button-transparent:hover, html .profile-event-box .ld-button-transparent:focus{
    border: 0!important;
    outline-width: 0!important;
    outline-color: transparent!important;
}

html .elementor-element .mood-image{
    max-height: 400px!important;
    margin: 0 auto!important;
}

@keyframes showNotification {
  from {opacity: 1;}
  to {opacity: 0;}
}

@media print {
    .no-print{
        display: none!important;
    }

    /* Teilnahmeliste */
    .page-id-32209 .entry-title, .page-id-32209 footer, .page-id-32209 header{
        display: none!important;
    }
    .page-id-32209{
        margin-top: -5rem;
    }

}    