@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(../font/MaterialIcons-Regular.eot); /* For IE6-8 */
  src: local('Material Icons'),
    local('MaterialIcons-Regular'),
    url(../font/MaterialIcons-Regular.ttf) format('truetype');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}

html, body {
  height: 100%;
}

body {
  background-color: #eeeeee;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
}

.h-full {
  height: 100%;
}

.action-switches {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  margin-top: 10px;
}

.input-field label {
  color: #03a9f4;
}
/* label focus color */
#password:focus + label, #email:focus + label, #password_confirmation:focus + label, #password_create:focus + label, #anzeigename:focus + label {
  color: #03a9f4;
}
/* label underline focus color */
#password:focus, #email:focus, #password_confirmation:focus, #anzeigename:focus, #password_create:focus {
  border-bottom: 1px solid #03a9f4;
  box-shadow: 0 1px 0 0 #03a9f4;
}

.cal-wrapper {
  position: relative;
  height: 32px;
}

.flex-corner {
  position: absolute;
  display: flex;
  top: 5px;
  right: 5px;
  align-items: center;
}

#user-menu {
  display: block;
}


@media (max-width: 600px) {
  #logout {
    position: absolute;
    top: 0px;
    right: 0px;
  }

  .container {
    padding: 5px;
    width: 95%;
  }

  .container h3 {
    margin-top: 0;
    padding-top: 1rem;
  }

  a.links {
    display: block;
  }
}


.information p {
  padding: 6px 0px;
}

.action-switches h4 {
  margin: 0;
}

.action-switches .btn-flat {
  font-size: 36px;
  line-height: 36px;
  text-transform: none;
}

.action-switches .btn-flat:hover {
  background-color: #fff;
  color: #0288d1;
}

.buchung-list {
  padding: 5px;
}

.buchung-list li {
  margin-top: 10px;
  font-size: 17px;
}