.container {
    font-family: 'Montserrat', sans-serif;
    margin: auto;


}
.container_cal{
  background-image: url('../assets/DIE_MUKT_INITIATIVE.jpg');
}

.table{
  background: #073b4c;
  width: 100%;
  table-layout: fixed;
  margin: auto;
}

  /*#btn_filter{
    border: none;
    margin: 50px 40px;
    align-items: center;
    text-align: center;
    padding: 25px 25px 25px 25px;
  }
  */
  #img_filter{
    height: 2.5em;
    background-color:#073b4c;
    /*float: right;*/
    top: 150px;

  }


.list-inline {
    display: inline;
    text-align: center;
    margin-bottom: 30px;
    list-style: none;

}
a{
  text-decoration: none;
  color: black;
}
a.ansicht:hover, {
  color:#073b4c;
}
.title {
    font-weight: bold;
    font-size: 26px;


}

a.day_number, .day_number{
  font-weight: bold;
  text-align: left;

}
.list-inline-item{
  display: inline;
  margin-right: 10px;
;


}
.search_container{
  width: auto;
}

.table_day_item:hover{
    color:#073b4c;
}

thead, .a_thead{
  background-color:  #073b4c;
  color: white;
}
th {
    text-align: center;

}
.week td{
  height: auto;
}
td {
    height: 150px;
    background-color: white;
    vertical-align: top;

}

 td:nth-of-type(6) {
    background-color: lightgrey;
}
 td:nth-of-type(7) {
    background-color: lightgrey;
}
.today {
    background-color: grey;
    color: white;
    font-weight: bold;
}

.list_termin{
text-align: left;
padding-left: 1em;
/* display: block; */
display: inline-block;
list-style: none;
font-weight: bold;
width: 100%;
height: 100%;
overflow: hidden;

}
.list_termin:hover{
  overflow: visible;
  height: auto;

}
.list-termin-item{
text-align: left;
font-weight: normal;


}
.list_termin li:hover{
  color: #073b4c;
}
.logo{
  width: 50px;
  height: 50px;
}
.list_item_more{
  list-style: none;
  font-weight: normal;
  display: none;
}
.list_termin li:hover .list_item_more{
  /* display: block; */
  display: inline;
}
.list_item_more_week{
  list-style: none;
  font-weight: normal;
  display: inline;
}
input[type="date"]{
  font-size: 15px;
  border-radius: 5px;
}
.day_w{
  display: none;

}

@media (max-width: 850px) {
  .container {
      font-family: 'Montserrat', sans-serif;
      margin: auto 50%;
      align-items: center;
      align-self: center;

  }
  .container_cal{
    background-image: url('../assets/DIE_MUKT_INITIATIVE.jpg');
    max-width: 85%;
    align-items: center;
    margin: auto;
  }
  .table{
    table-layout: auto;
    width: 100%;
    min-width: 100%;
    border: none;
    background: #00000000;
    margin: auto;

  }
.list_termin{
  width: 90%;
  min-width: 90%;
  max-width: 95%;
  text-align: center;
  align-self: center;
  align-items: center;
  margin: auto;
  padding: 0px 0px 0px 0px;


}

 thead tr {
   display: none;
 }

 .day_w{
   display: inline;


 }
.list-termin-item:nth-child(n+2){
  padding-top: 15px;
}


 tbody td {
  display: block;
  text-align: center;
  align-items: center;
  margin: auto;
  width: 90%;
  max-width: 90%;
  border-bottom: 2px solid #073b4c;
  background-color: white;
 }
  th a {
   font-weight: normal;

 }

	.table_day_item {
		align-self: flex-start;
    display: auto;
	}
.tbody_day td{
  display: auto;
  text-align: center;
  align-items: center;
  margin: auto;
  width: 100%;
  max-width: 100%;
  border-bottom: 2px solid #073b4c;
  background-color: white;
}
  .logo{
    width: 25px;
    height: 25px;
  }

  .ansicht_month{
    display: none;
  }









}
