
.apd-termine-wrapper {
  width: 750px;
  margin: 0 auto;
}

.termine-full-row {
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  height: 100%;
  left: 50%;
  z-index: 9999;
}

.apd-termine-body-wrapper {
/*  width: 100%;
  margin:0 auto 0 auto;
  padding-top:15px;
  padding-bottom:15px;
  padding-left: 25px;
  padding-right: 25px;*/
}

i.small-info-icon {
  display: inline-block;
  padding-left: 5px;
  font-size: 14px;
}

.kp-grid {
  font-family: 'Roboto';
  font-weight: normal;
  font-style: normal;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-gap: 3px;
  justify-items: center;
}

.grid-item {
  justify-self: stretch;
}

.kp-day {
  text-align: center;
  font-weight: 500;
  padding: 10px 5px;
  cursor: default;
}

.kp-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 3px;
  padding: 4px;
  cursor: default;
  transition: all 450ms;
  -o-transition: all 450ms;
  -webkit-transition: all 450ms;
}

.content-time {
  margin-top: auto;
  padding-bottom: 25px;
  font-weight: 500;
  cursor: default;
}

/*===================FONT====================*/
.kp-content-head {
  font-weight: 500;
  text-align: center;
  padding-top: 8px;
}

/*=========================================NAVIGATION=======================*/
#termine-dropdown {
  padding: 5px 0;
}

.get-all-events, .drop-icon {
  padding: 0 8px;
}

.dropdown {
  font-family: 'Roboto Lt';
  font-weight: 300;
  font-style: normal;
  position: relative;
  padding: 5px 0;
  min-width: 250px;
  max-width: 100%;
  display: inline-block;
  cursor: pointer;
  transition: all 550ms;
  border-radius: 5px;
}

.drop-icon {
  float: right;
}

.select-event {
  display: block;
  padding: 5px;
  font-size: 18px;
  font-weight: 200;
  border-bottom: 1px solid #a6a6a6;
}

.dropdown-content {
  position: absolute;
  cursor: pointer;
  background-color: #f9f9f9;
  color: #666;
  min-width: 250px;
  width: 100%;
  z-index: 9999!important;
  transition: opacity 350ms ease-out;
  opacity: 0;
  height: 0px;
  overflow: hidden;
}

.dropdown:hover .dropdown-content {
  opacity: 1;
  height: auto;
  border-radius: 0 0 5px 5px;
}

.dropdown-content .select-event:hover {
  background: #AEAEAE;
  color: #fff;
  font-weight: 400;
}

/*===============MEDIA=============*/

@media (max-width: 1200px) {
  /*.apd-termine-body-wrapper {
    width: 90%!important;
  }*/

}

@media (max-width: 992px) {
  .kp-content {
    min-height: unset !important;
    flex-direction: row;
  }

  .apd-termine-body-wrapper {
    width: 100%!important;
  }

  .kp-grid {
    display: block;
  }

  .apd-termine-wrapper {
    width: unset!important;
  }
  .termine-body {
     width: 100vw!important;
     left: 50%!important;
     margin-left: -50vw!important;
     padding:25px!important;
  }

  #apd-kursplan {
    justify-content: flex-start;
  }

  .grid-item {
    margin-bottom: 20px;
  }

  .kp-day {
    padding: 15px 3px;
  }

  .content-time {
    margin-left: auto;
    padding-bottom: unset;
  }

  .kp-leer {
    display: none;
  }

  #termine-dropdown {
    display: flex;
    justify-content: center;
  }
}

@media (max-width: 576px) {
  .kp-grid {
    width: 100%;
  }
}
