/* ********************************************************************** */
/* Kalender */
/* ********************************************************************** */
.KalenderRahmen {
  width:98%;
  padding: 0;
  margin: 2% 1% 0 1%;
  border-spacing: 0;
  /*border: 1px solid blue; */
}
@media screen and (max-width:650px) {
  .KalenderRahmen {
    width:100%;
    margin: 0;
  }
}
ul {
  list-style-type: none;
}
/* Month header */
.month {
  padding: 20px;
  background: #1abc9c;
  border-radius: 10px 10px 0 0;
}
/* Month list */
.month ul {
  margin: 0;
  padding: 0;
}
.month ul li {
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.month a {
  text-decoration: none;
  color: #fff;
}
/* Previous button inside month header */
.month .prev {
  float: left;
  padding-top: 10px;
}
/* Next button */
.month .next {
  float: right;
  padding-top: 10px;
}
.speedaktion {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0px;
  padding: 0px;
}
#speedform {
  width: 50%;
  float:right;
}
#speedform select {
  width: 95%;
}
#fxMonth {
  padding: 0.5em;
  font-family: Verdana;
  margin: 5px;
  font-size: 13px;
  background: #fff;
  border: 1px solid #2F2F2F;
  border-radius: 4px;
  color:#000;
}
@media screen and (max-width:650px) {
  #fxMonth {
    font-size: 10px;
  }
}

/* Weekdays (Mon-Sun) */
.weekdays {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 5px 0;
  padding: 0px;
  background-color:#ddd;
}

.weekdays li {
  width: 13.6%;
  padding: 10px 0 10px 0;
  margin: 0;
  display: inline-block;
  color: #666;
  text-align: center;
  font-weight: bold;
  /* border: 1px solid blue; */
}
/* Days (1-31) */
.days {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0;
  margin: 0;
  background: none;
}
.days li {
  list-style-type: none;
  display: inline-block;
  width: 13.6%;
  text-align: left;
  font-size:12px;
  color:#777;
  background: #fff;
  margin-bottom: 5px;
  min-height: 10vh;
  /* border: 1px solid blue; */
}
.days li a {
  display:block;
  margin: 5px;
  padding: 3px;
  text-decoration: none;
  color:  #fff;
  font-size:12px;
  border-radius: 3px;
  /* ist fuer die Textbegrenzung */
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
  width:85%;
}
.days li.active{
  background-color: #EFEFEF;
  border: 1px solid #4F4F4F;
  border-radius: 5px;
  box-shadow: 3px 3px 3px #4F4F4F;
}

#DayNr {
  font-size: 1.2em;
  width: 100%;
  text-align: center;
  font-weight: bold;
}
#DayNrOutside {
  font-size: 1.0em;
  color: #69686B;
  width: 100%;
  background-color: #FAFAFA;
  text-align: center;
  font-weight: normal;
}
/* Add media queries for smaller screens */
@media screen and (max-width:720px) {
  .weekdays li, .days li {
    width: 13.1%;

  }
  .days li .active {
    padding: 2px;
  }
  .days li a {
    vertical-align: middle;
    height: 30px;
    margin: 2px;
    padding: 2px;
    font-size: 11px;
    width:82%;
  }
}
.legende {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 5px 0;
  border-radius: 0 0 10px 10px;
  padding: 10px;
  background-color:#ddd;
  font-size: 11px;
}
.legende li {
  padding: 5px;
  margin: 0;
  display: inline-block;
  color: #666;
  text-align: center;
  border-right: 1px solid #9F9F9F;
}
/* Add media queries for smaller screens */
@media screen and (max-width:650px) {
  .legende li {
    display:flex;
    width: 100%;
    border: none;
    font-size: 10px;
    padding: 3px;
  }
}
.TnInfo {
  font-style: italic;
  font-size: 12px;
  max-width: 400px;
  border: 1px solid #000;
  border-radius: 3px;
  margin: 3px;
  padding: 5px;
  background: #1abc9c;
}
.AvLogoContainer {
  position: relative;
  margin-top: 15px;
}
.AvLogoContainer img#avTermin {
  position:absolute;
  text-align: right;
  top:-10px;
  right: 0px;
  height: 25px;
}
@media screen and (max-width:650px) {
  .AvLogoContainer img#avTermin {
    height: 20px;
    top:-8px;
    right: 0px;
  }
}
.Fussnote {
  text-align: center;
  font-size: 10px;
  font-style: italic;
}

/* ********************************************************* */
/* Auswertung */
/* ********************************************************* */

.cont_tableAw  {
  width: 100%;
  padding: 5px;
  margin: 10px; /* abstand nach aussen */
}
/* + + + + + + + + + + + + + + + + */
/* Header */
.AwHeader {
  width: 100%;
  display:flex;
  flex-flow: row wrap;
  justify-content:space-between;
}
.AwHeader span {
  display: flex;
  align-items : flex-end;
}
.AwHeader h2  {
  margin: 0 0 30px 0;
}
/* + + + + + + + + + + + + + + + + */
/* Tabellen Formatierung */
.UebersichtAw  {
  width: 100%;
}
.UebersichtAw table {
  font-size: 14px;
  border: 0px;
  background: #6F6F6F;
  margin: 0;
  padding: 0;
  border-style: none;
  border-spacing: 1px;
}
.UebersichtAw td {
  text-align: right;
  position: relative;
  vertical-align: top;
  padding: 30px 10px 8px 30px;
}
.UebersichtAw th {
  padding: 8px;
  text-align: center;
}
.UebersichtAw tr:nth-child(even) {
  background-color: #fff;
}
.UebersichtAw tr:nth-child(odd) {
  background-color:#DFDFDF;
}
.UebersichtAw tr:hover {
  background-color: #CFCFCF;
  box-shadow: 6px 6px 6px hsla(300,15%,25%,0.3) inset;
}
.status {
  position:absolute;
  text-align: left;
  top:0px;
  left: 0px;
  width: 300px;
  background: #4CAF50;
  height: 20px;
  font-size: 13px;
  padding: 2px 0 2px 10px;
  border-radius: 0 0 15px 0;
  text-align: left;
  color: #fff;
  font-weight: bold;
  box-shadow: 3px 3px 3px #4F4F4F;
}
.AwLinkEdit {
  position:absolute;
  text-align: left;
  top:30px;
  left: 10px;
  height: 20px;
}
.AwLinkEdit img {
  height: 20px;
}
/* + + + + + + + + + + + + + + + */
/* Termin auflistung */
.UebersichtAw p {
  border-top: 1px solid #000;
  margin: 7px 0 0 0;
  padding: 7px 0 0 0;
}
.UebersichtAw p:nth-child(0n+1){
  /* das erste Elemet wird auf none gesetzt */
  border-top: none;
  margin: 0;
  padding: 0;
}
