.Calender {
  max-width: 500px;
  width: 100%;
  text-align: center;
  font-family: Agency, sans-serif;
  margin: auto;
  padding: 0 0 40px 0;
}

.Calender h1 {
  font-family: LemonMilk, sans-serif;
  padding-left: 0px;
  font-size: 28px;
}

.Calenderwrapper {
  width: 100%;
  max-width: 800px;

  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  justify-content: center;

  align-items: center;

  -webkit-flex-flow: column wrap;
  flex-flow: column wrap;

  text-align: center;
}

.Calenderwrapper ul li.CalenderItem:nth-child(3n-2) {
  background-color: hsla(188, 55%, 23%, 0.15);
}
.Calenderwrapper ul li.CalenderItem:nth-child(3n-1) {
  background-color: hsla(0, 100%, 70%, 0.15);
}
.Calenderwrapper ul li.CalenderItem:nth-child(3n) {
  background-color: hsla(0, 100%, 70%, 0.15);
}

.Calenderwrapper ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.CalenderItem {
  width: 100%;
  margin-top: 10px;
}

.CalenderItem ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  align-content: center;

  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;

  height: 100%;
}

/* .Cal_Time {
  text-align: right;
  padding: 10px;
  margin-right: 10px;
  flex: 0 0 12%;
  font-family: Gothic, monospace;
  background-clip: padding-box;
  color:black;
}
*/

.Cal_Time {
  position: relative;
  height: 6vh;
  width: 150px;
  text-align: left;
  line-height: 6vh;
  font-weight: 700;
  color: black;
  vertical-align: middle;
  flex: 0 0 17%;
  margin-left: -10px;
  padding-left: 3vh;
}
  .Cal_Time .triangle{
    position: absolute;
    right: 0;
    height: 0;
    width: 0;
    border: solid transparent 3vh;
    border-right: solid #00527A 3vh;
  }
    .triangle.up{
      top: 0;
      border-top: solid #00527A 3vh;
    }
    .triangle.down{
      bottom: 0;
      border-bottom: solid #00527A 3vh;
    }
      .ThirtyMinutes .Cal_Time{
        height: 3.5vh;
        margin-top: calc(calc(60px - 3.5vh));
        margin-bottom: calc(calc(60px - 3.5vh));
        line-height:3.5vh;
      }
      .Kwarter .Cal_Time{
        height: 3.5vh;
        width: calc(150px - 5vh);
        line-height: 3.5vh;
      }
      .Kwarter .triangle{
        border: solid transparent 1.75vh;
        border-right: solid #00527A 1.75vh;
      }
        .Kwarter .triangle.up{
          border-top: solid #00527A 1.75vh;
        }
        .Kwarter .triangle.down{
          border-bottom: solid #00527A 1.75vh;
        }
      .ThirtyMinutes .triangle{
        border: solid transparent 1.75vh;
        border-right: solid #00527A 1.75vh;
      }
        .ThirtyMinutes .triangle.up{
          border-top: solid #00527A 1.75vh;
        }
        .ThirtyMinutes .triangle.down{
          border-bottom: solid #00527A 1.75vh;
        }
    .smallTriangle{
      height: 0;
      width: 0;
      margin-left: -3vh;

      Border: solid transparent 5px;
      border-top: solid #5e2104 5px;
      border-right: solid #5e2104 5px;
    }

.Cal_Speaker_Img {
  margin: 5px  
  align-self: center;
  overflow:hidden;
  flex: 0 0 60px;
}

.Cal_Speaker_Img div {
  width: 50px;
  height: 50px;

  background-size: cover;
  background-position: center center;

  -webkit-border-radius: 26px;
  -moz-border-radius: 26px;
  border-radius: 26px;

  border: 3px #fff solid;
}

.Cal_Description {
  align-self: center;
  flex: 3 2;
  color:black;
}

.Cal_Speaker_Name {
  align-self: center;
  flex: 1 0;
  color:black;
}

.ThirtyMinutes {
  height: 60px;
  transition: height 0.5s ease;
}

.Hour {
  height: 100px;
  transition: height 0.5s ease;
}

.OneAndAHalfHour {
  height: 150px;
  transition: height 0.5s ease;
}

.Kwarter {
  height: 40px;
  transition: height 0.5s ease;
}

@media all and (min-width: 600px) {
  .Calender {
    max-width: 1000px;
    font-size: 20px;

    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    justify-content: center;
    align-content: center;

    -webkit-flex-flow: column wrap;
    flex-flow: column wrap;

  }

  .Calenderwrapper {
    margin: auto;
  }

  .ThirtyMinutes {
    height: 70px;
  }

  .Hour {
    height: 120px;
  }

  .Kwarter {
    height: 40px;
  }

  .Cal_Speaker_Img div {
    width: 60px;
    height: 60px;

    margin: 5px 20px 5px 20px;

    background-size: cover;
    background-position: center center;

    -webkit-border-radius: 36px;
    -moz-border-radius: 36px;
    border-radius: 36px;
  }

  .Cal_Speaker_Img {
    flex: 0 0 110px;
  }
}

a {
  text-decoration: none;
}
