@charset "UTF-8";
/* https://hno19.at/wp-content/plugins/latido-kalender/css/latido-calendar-style.min.css?ver=6.9.4 */
.latido-calendar{align-items:center;justify-content:center}.latido-calendar .calendar-wrapper{display:flex;flex:1 1 100%;flex-flow:row wrap;justify-content:center;align-items:center}.latido-calendar .calendar-days{display:grid;grid-template-columns:repeat(5,1fr);gap:5px;text-align:center;flex:1}.latido-calendar .nav-button{width:30px;height:30px;background-color:#e4e6eb;color:#000;border-radius:4px;cursor:pointer}.latido-calendar .nav-button-mobile{display:flex;flex:1;background-color:#e4e6eb;color:#000;border-radius:4px;cursor:pointer;align-items:center;justify-content:center;padding:14px}.latido-calendar .nav-button-left{margin-right:5px}.latido-calendar .nav-button-right{margin-left:5px}.latido-calendar .day-column{padding:5px}.latido-calendar .current-day{color:#fff!important;border-radius:5px}.latido-calendar .current-day .day-header{color:#fff!important}.latido-calendar .day-header{font-weight:700;color:#070707;padding:5px 2px;display:flex;flex-direction:column}.latido-calendar .time-slot{display:flex;justify-content:center;align-items:center;border-radius:4px;padding:5px 2px;margin:5px 0}.latido-calendar .time-slot a{text-decoration:none;color:#000;display:block;width:100%}.latido-calendar .time-slot:not(.empty-slot){background-color:#e4e6eb;cursor:pointer}.latido-calendar .time-slot:not(.empty-slot):hover{background-color:#d1d3d8}.latido-calendar .empty-slot{cursor:default}.latido-calendar ul{margin:0;padding:0;list-style:none}@media only screen and (min-width:440px){.latido-calendar .day-header{padding:10px20px}.latido-calendar .time-slot{padding:10px20px}.latido-calendar .nav-button-mobile,.latido-calendar .nav-buttons-mobile{display:none}}@media only screen and (max-width:439px){.latido-calendar .nav-button{display:none}.latido-calendar .nav-buttons-mobile{display:flex;flex-direction:row;flex:1 1 100%;justify-content:space-between;align-items:flex-start;margin-bottom:20px}}.latido-calendar .loading{position:relative;display:flex;justify-content:center;align-items:center;overflow:hidden;background-color:#e4e6eb;color:#686868;width:100%;border-radius:4px;text-align:center;vertical-align:middle;min-height:310px;font-size:50px}.latido-calendar .loading .shimmer{position:absolute;top:0;left:-100%;height:100%;width:100%;background-image:linear-gradient(to right,rgba(255,255,255,0) 0,rgba(255,255,255,.4) 50%,rgba(255,255,255,0) 100%);animation:shimmer-animation 1.5s infinite}@keyframes shimmer-animation{from{left:-100%}to{left:100%}}