.kalender{
    top: 170px;  
    position:fixed;
    z-index: 15;
    right: 100px;
    display: none;
}

* {box-sizing:border-box;}
ul {list-style-type: none;}
body {font-family: Verdana,sans-serif;}

.month {    
    margin: 0;
    padding: 10px;
    width: 345px;
    background: #1abc9c;
   
}
.month ul {
     margin-bottom: 0px;
}
.month ul li {
    color: white;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 3px;
    display: inline;
}
.weekdays {
    width: 345px;    
    margin: 0;
    padding: 0;
    background-color: #ddd;
}
.weekdays li {
    padding-top: 3px;
    padding-bottom: 3px;
    white-space: nowrap;
    display: inline-block;
    width: 45px;
    color: #666;
    text-align: center;
}


.days {
    width: 345px;    
    background: #eee;
    margin: 0;
    padding: 0;
    
}


.days li {
    margin:  0px;
    padding-top: 3px;
    padding-bottom: 3px;
    list-style-type: none;
    display: inline-block;
    width: 48px;
    text-align: center; 
    color: #777;
    font-size:15px;
   
}

.days li.out {
    list-style-type: none;
    display: inline-block;    
    text-align: center;  
    color: red;
}
.days li .active {   
    background: #1abc9c;
    color: white !important
}

.days li:hover{
    cursor: pointer;
    background-color: black !important;
    color: white !important;
}

/* tagesplan Kalender /zeiteditor/edittagesplan/*/

.tp-date-nav-left{
    cursor: pointer;
}

.tp-date-nav-right{
    cursor: pointer;
}

.tp-month {    
    margin: 0;
    padding: 10px;
    width: 100%;
    background: #1abc9c;   
}

.tp-month ul {
     margin-bottom: 0px;
}
.tp-month ul li {
    color: white;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 3px;
    display: inline;
}
.tp-weekdays {
    width: 100%;   
    margin: 0;
    padding: 0;
    background-color: #ddd;
}
.tp-weekdays li {
    padding: 3px;
    margin: 1px;
    white-space: nowrap;
    display: inline-block;
    width: 13%;
    color: #666;
    text-align: center;
    font-size: 25px;
}



.tp-dat-nav-left{
    display: inline; 
    float: left; 
    margin-left: 5px;
}

.tp-days {
    width: 100%;    
    background: #eee;
    margin: 0;
    padding: 0;    
}

.tp-li {
    margin:  1px;
    padding: 0px;
    list-style-type: none;
    display: inline-block;
    width: 13%;
    text-align: center; 
    color: #777;
    font-size:25px;
    border: 3px solid #eee;
    border-radius: 3px;
}

.tp-trainingsTag{
    background: #1abc9c;
    padding: 0px;
    border-radius: 3px;
    margin: 1px;
    color: white;
}

.tp-li.out {
    list-style-type: none;
    display: inline-block;    
    text-align: center;  
    color: red;
    width: 13%;
}

.tp-li:hover{
    cursor: pointer;
    background-color: black !important;
    color: white !important;
    /*border-radius:8px;
    color: white;
    background-color: black;*/
}
.out:hover{
    cursor: pointer;
    background-color: black;
}

/*******************/
.ul-inline{
    float: center;
}

.datepaneltable{
    margin-left: auto;
    margin-right: auto;
}

.dateweeknav{ 
    white-space: nowrap;   
    padding: 10px 10px;
    color: black;
    background-color: white;   
    margin: 1px;
    font-size: 30px;
    line-height: 12px;
    text-align: center;
    width: 40px;
    height: 100px;
    cursor: pointer;
    border-color: white;
    border: 0px solid white;
}

.dateweeknavright{   
    white-space: nowrap;    
    padding: 10px 10px;
    padding-left:5px;
    color: black;
    background-color: white;
    font-size: 30px;
    line-height: 12px;
    text-align: left;
    width: 40px;    
    height: 100px;
    cursor: pointer;
    border: 0px solid white;
}

.weeknav{
    margin-top: 0px;
    padding-top: 0px;
}

.datepanel{   
    display: inline-block;
    white-space: nowrap;
    border: 1px solid black;
    padding: 10px 10px;
    color: white;
    background-color: black;
    border-radius: 3px;    
    margin: 1px;
    font-size: 12px;
    line-height: 12px;
    text-align: center;
    width: 85px;
    cursor: pointer;
}

.thisweek{
    background-color:    #68f225 !important;
    border: 1px solid #68f225 !important;
}

.thisweekandtoday{
    
}


.datepaneltoday{
    
    display: inline-block;
    white-space: nowrap;
    border: 1px solid black;
    padding: 10px 10px;
    color: black;
    background-color: white;
    border-color: black;
    border-radius: 3px;    
    margin: 1px;
    font-size: 12px;
    line-height: 12px;
    text-align: center;
    width: 85px;
    cursor: pointer;
}

.datepanelsmall{
    display: inline-block;
    white-space: nowrap;
    border: 1px solid black;
    padding: 5px 10px;
    color: white;
    background-color: black;
    border-radius: 3px;    
    margin: 1px;
    font-size: 8px;
    line-height: 7px;
    text-align: center;
    width: 85px;
    cursor: pointer;
}
/* Add media queries for smaller screens */
@media screen and (max-width:720px) {
    .weekdays li, .days li {width: 13.1%;}
}

@media screen and (max-width: 420px) {
    .weekdays li, .days li {width: 12.5%;}
    .days li .active {padding: 2px;}
}

@media screen and (max-width: 290px) {
    .weekdays li, .days li {width: 12.2%;}
}

