/* .name span{
  display:none;
} */
@keyframes outlining {
  0%{
    /* outline: 0px solid rgb(88, 93, 188); */
    /* background: inherit;
    color: inherit; */
}
  100%{
    background: rgb(88, 83, 188);
    color: white;
  }

}
@keyframes inlining {
  100%{
    /* outline: 0px solid rgb(88, 93, 188); */
    /* background: inherit;
    color: inherit; */
    opacity: 1;
}
  0%{
    /* background: #ebebeb;
    color: inherit; */
    opacity: 0.5;
  }

}
@keyframes slideRight {
  0% {
          right: -400px;
      }


      100% {
        right: 10px;
      }
}
@keyframes slideBottom {
  0% {
          bottom: -100px;
      }


      100% {
        bottom: 0px;
      }
}
@keyframes backgroundColor {
  0% {
        background: inherit;
        color: inherit;
      }



      100% {
          background: rgb(88, 83, 188);
          color: white;
      }
}
@keyframes show {
  0% {
          color: white;
          display: none;
          opacity: 0;
      }

      1% {

          display: block;
          opacity: 0;
      }

      100% {
          color: inherit;
          display: block;
          opacity: 1;
      }
}
@keyframes hide {
  100% {
          display: none;
          opacity: 0;
      }

      1% {
          display: block;
          opacity: 0;
      }

      0% {
          display: block;
          opacity: 1;
      }
}
@keyframes bounceUp {
  0% {
    /* transform: translate3d(0px, 0px, 0px); */
    font-size: 0px;
    /* opacity: 0; */
  }
  100% {
    /* transform: translate3d(0px, 0px, 0px); */
    font-size: 80px;
    display: inline-block;
    /* opacity: 1; */
  }
}
@keyframes bounceDown {
  0% {
    /* transform: translate3d(0px, 0px, 0px); */
    font-size: 80px;
    /* opacity: 0; */
  }
  100% {
    /* transform: translate3d(0px, 0px, 0px); */
    font-size: 0px;
    display: inline-block;
    /* opacity: 1; */
  }
}
@keyframes bounceUpSmall {
  0% {
    /* transform: translate3d(0px, 0px, 0px); */
    font-size: 0px;
    /* opacity: 0; */
  }
  100% {
    /* transform: translate3d(0px, 0px, 0px); */
    font-size: 50px;
    display: inline-block;
    /* opacity: 1; */
  }
}
@keyframes bounceDownSmall {
  0% {
    /* transform: translate3d(0px, 0px, 0px); */
    font-size: 50px;
    /* opacity: 0; */
  }
  100% {
    /* transform: translate3d(0px, 0px, 0px); */
    font-size: 0px;
    display: inline-block;
    /* opacity: 1; */
  }
}
#loginButton{
  /* width: 40px;
  height: 40px;
  min-width: 40px; */
}
#naamDiv{
  width: 120px;
}
#naam{
  padding: 6px 0 !important;
}
#mark{
  /* right: 10px; */
  color: #b8b8b8;
  float:right !important;
  text-align: right !important;
  margin-right: 20px;
  vertical-align: middle;
  font-size: 13px;
  margin-top: calc(2.5% - 18px);
  /* margin-left: 50% */
}
.demo-layout-transparent {
  background:   linear-gradient(
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0.5 )
    ), Url('assets/hero.jpg') center/cover;
  height: 40% !important;
  vertical-align: middle !important;
}
.demo-layout-transparent .mdl-layout__header,
.demo-layout-transparent .mdl-layout__drawer-button {
  /* This background is dark, so we set text to white. Use 87% black instead if
     your background is light. */
  color: white;
}
h1{
  font-size: 30px !important;
}
h2{
  font-size: 25px !important;
}
h3{
  font-size: 20px !important;
}
h4{font-size: 18px !important;}
body{
  /* font-family: 'Sarabun', sans-serif; */
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif !important;
  /* font-family: 'Crimson Text', serif; */
  /* font-family: 'Noto Serif TC', serif; */
  font-weight: 100 !important;
  /* background: #a4cbf3; */
    /* background:-webkit-linear-gradient(top left, white, white 90%, #900c3f 20%, #581845); */
    color: #6c6767;
  background-size: 100% 100%;
  background-repeat: none;
  margin: 0px;
  height: 100%;
  display:flex !important;
  flex-direction:column !important;
  overflow-x: hidden;
}
#logo{
  height: 80px;
  vertical-align:text-bottom;
}
h1 span{
  /* display: inline-block !important; */
  font-size: 0px;
  /* margin-top: calc(40% - 50px); */
  /* margin-bottom: 5vh; */
  margin:0;
  line-height: 40px;

}
.event{
  border: 1px solid rgb(88, 83, 188);

  /* color: white; */
  border-radius: 5px;
  width:  300px;
  padding: 10px;
  cursor: pointer;
  display: inline-grid;
    height: 200px;
    margin: 5px;

}
.clicked{
  animation: backgroundColor 500ms ease 0ms  1 normal both;
  background: rgb(88, 83, 188) !important;
  /* background-image: url('assets/ok.svg') center/cover; */
  color: white !important;
  box-shadow: 0px 3px 15px rgba(0,0,0,0.2);
  border: none;
}
#currentUser{
  font-size: inherit;
  margin: inherit;
}
h1, h2, h3, h4, h5{
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif !important;
}
a{
  cursor: pointer;
}
.show{
  display: inline;
  animation: show 1000ms ease 100ms 1 normal both;
}
.hide{
  display: none;
  animation: hide 1000ms ease 100ms 1 normal both;
}
#top {
  /* position: absolute; */
  /* margin-top:30px; */
  cursor: pointer;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  /* vertical-align: middle; */
  /* border-bottom: 1px solid white; */
  /* border-top: 1px solid white; */
  padding: 6px;
  /* margin-bottom: 10vh; */
  font-size: 15px;
  color: white;
  text-align: center;
}
#content h1{
  color: rgb(88, 83, 188);
}
ul{
  padding:0;
}
.mdl-layout__header .mdl-layout__header--transparent{
height: 50% !important;
}
#hero{
  margin-top:0;
  /* color: white; */
  width: 100%;
  height: 50%;
  background:   linear-gradient(
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0.5 )
    ), Url('assets/hero.jpg') center/cover;
    color: white !important;
}
#content{
  /* min-height: 50%; */
  /* background-color: white; */
  margin-bottom:50px;
  padding-left: 20%;
  padding-right:20%;
  /* margin-top: 50% !important; */
}
.mdl-navigation__link{
  /* color: black !important; */
  /* font-size: 15px; */
}
.mdl-textfield__label{
font-size: 17px;
font-weight: 400;
}
.mdl-layout__container{
  width: 100% !important;
  height: auto !important;
  position: unset !important;
}
#footer{
  height: 5%;
  width: 100%;
  display: table;
  vertical-align: middle;
  background-color: rgb(88, 83, 188);
  position: fixed;
  bottom: 0;
  margin-top: auto;
  flex: 0 0 50px;
  box-shadow:0px 3px 15px rgba(0,0,0,0.2);
  animation: slideBottom 600ms ease 200ms 1 normal both;

   /* background-image: linear-gradient(to right, rgba(255,0,0,0), rgba(255,0,0,1)); */
}

input{
  font-family: inherit;
  border: none;
  border-bottom: 1px solid rgb(111, 110, 131);
  font-size: 20px;
  /* text-align: center; */
  width: 100px;
  font-weight: 100;
  margin: 10px;
  outline: none;
  /* padding-left: 5px; */
  padding-bottom: 3px;
}
button{
  background:rgb(88, 83, 188);
  outline:none;
  border: none;
  font-family: inherit;
  cursor: pointer;
  border-radius: 2px;
  padding: 7px;
  width: 100px;
  vertical-align: middle;
  margin-left: 20px;
  margin-bottom: 10px;
  font-size: 15px;
  color: white;
  text-transform: uppercase;
}
.agendaItem{
  background: #ebebeb;
  width: 300px;
  max-width: 80% !important;
  height: 120px;
  color: rgb(88, 83, 188);
  margin: 10px;
  padding: 10px;
  display: inline-grid;
  animation: inlining 1000ms ease 0ms 1 normal both;
  cursor: pointer;

}
.agendaItem:hover{
  animation: outlining 1000ms ease 0ms 1 normal both;
}
.agendaItem h4 {
  margin: 0;
}




h1, h2, h3, h4{

  font-weight: 100 !important;
  /* border-bottom: 1px solid #ebebeb; */
}

h1{
  display: inline-block;

}
.name span {
  /* opacity: 0; */
  display: none;
  position: relative;
  display: inline-block;
}
.name span.active {
  animation: bounceUp 600ms ease 0ms 1 normal both;
}
.name span.inactive {
  animation: bounceDown 600ms ease 0ms 1 normal both;
}
#click{
  position: absolute;
  bottom: 50px;
  border: none;
  background: pink;
  font-size: 20px;
  outline: none;
  cursor: pointer;
  color: white;
  width: 100px;
  height: 40px;
  border-radius: 3px;
  margin: 0 auto;
  right: calc(50% - 50px);
  text-align: center;
}
html, body{
  height:100%;
}
.block{
  background-color: white;
  /* border-radius:  5px; */
  width: 28%;
  display: inline-table;
  color: #716363;
  /* padding-top: 20px; */
  /* margin: 0; */
  padding-top: 20px;
  /* max-width: 30%; */
  /* border-right: solid 1px #ebebeb; */
  margin: 10px;
  height: 400px;
  font-weight: lighter;

}
#mail{
  width: 70px;
  border:none;
  outline:none;
  border-bottom: 1px solid rgb(88, 83, 188);
  font-size: 20px;
}
#content{
  margin: 0 auto;
  text-align: center;
}
#buttons{
  padding:10px;
  /* padding-left: 10%; */
  padding-top: 20px;
  /* margin-left: 20%; */
}
.icon{
  height: 30px;
  vertical-align: middle;
  margin-bottom: 10px;
  /* margin-right: 10px; */
  /* background: rgb(167, 172, 67);
  color: white;

  border-radius: 50%; */
  padding: 10px;
  /* filter: invert(0.5); */
}
#buttons h1{
  /* background: white; */
  display: none;
  width: 100px;
  /* border-radius: 50%; */
  /* padding: 10px; */
  margin-top: 0;
  margin: 60px;

  padding: 10px;

  /* margin-left: calc(40% - 250px); */
  /* margin: 0 auto;  */
  /* display: inline; */
  text-align: center;
  font-size: 20px;
  cursor: pointer;
  /* box-shadow: 0px 0px 1px 0px gray; */
  /* border: thin solid gray; */
}
#buttons h1:hover{
  box-shadow: 0px 0px 1px 0px gray;

}
.camel{
  max-height:50px;
  max-width: 100%;
  vertical-align: middle;
  object-fit: contain;
}
#head{
  position: absolute;
  top: 10px;
  right: 10px;
  color: white !important;
  border-bottom: 1px solid #aca6a6;
  padding-bottom:10px;
  padding-left: 0;
  animation: slideRight 700ms ease 500ms  1 normal both;
}
#head a{
  color: white !important;
  /* padding: 10px; */
  text-decoration: none;
  margin-left:10px;
  margin-right: 10px;
}
#alles{
  background: #ebebeb;
  color: inherit;
}
.mdl-layout__drawer-button{
  margin-top: 17px !important;
}
  @media screen and (min-height: 700px) {
    #buttons h1{
      padding: 10px;
    }
  }
  @media screen and (min-width: 1030px) {
    .mdl-layout__drawer-button{
      display: none !important;
    }
  }
  @media screen and (max-width: 1030px) {
    .agandaItem{
      height: inherit !important;
    }
    #tablecenter{
      display: table-cell;
      vertical-align: middle;
      height: 100%;
    }
    #mainLayout{
      display: table;
      height: 100%;
      vertical-align: middle;
      background: white;
      background:   linear-gradient(
          rgba(0, 0, 0, 0.5),
          rgba(0, 0, 0, 0.5 )
        ), Url('assets/hero.jpg') center/cover;
     }
     .demo-layout-transparent{
       height: 40% !important;
     }
  }
  .mdl-layout-title{
    font-size: 30px;
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif !important;
    font-weight: 200;

  }

  @media screen and (max-width: 500px) {
    #content{
      padding-left: 10px;
      padding-right: 10px;
    }
    #logo{
      height: 50px;
    }

    .block{
      width: 100% !important;
      border-bottom: 1px solid #ebebeb;
      border-right: none;
    }
    .name span.active {
      animation: bounceUpSmall 600ms ease 0ms 1 normal both;
    }
    .name span.inactive {
      animation: bounceDownSmall 600ms ease 0ms 1 normal both;
    }

    .event{
      height: auto !important;
    }
#head{
  /* background: white; */
  /* width: 100%; */
  /* color: black !important; */
  text-align: center;
  margin:0 !important;
  border: none;
}
#head a{
  /* margin: 0; */
  /* color: black !important; */
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 2px;
  border-bottom: 0.5px solid white;
  font-size: 18px;
}

  }
