body {
	background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
	background-size: 400% 400%;
	animation: gradientBG 40s ease infinite;
}
@keyframes gradientBG {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src:  url(MaterialIcons-Regular.woff2) format('woff2');
  src: local('Material Icons'),
    local('MaterialIcons-Regular'),
    url(material.woff2) format('woff2'),
    url(MaterialIcons-Regular.woff) format('woff'),
    url(MaterialIcons-Regular.ttf) format('truetype');
}
form {
	margin-block-end: 0px;
}
.headline{
	margin-top: 15px;
}

/*http://google.github.io/material-design-icons/*/
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 1.1rem;  /* 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';
}

.outlined {
	color: #007bff;
	font-size: 0.6 rem;
}

h1 {
	color: white;
}
.cardstyle {
	margin-top: 20px;
	border-radius: 4px;
    background-color: #fff;
    background-color: var(--mdc-theme-surface, #fff);
    box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0,0,0,.12);
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}
.cardhead {
	font-size: 0.7em;
	text-transform: uppercase;
	font-weight: bold;
	padding: 5px 0px 0px 5px;
	color: #0d185f;
}
.nexttagerl{
	padding-top: 10px;
}
.nextday {
	font-weight: 600;
	font-size: 1.2em;
}
.nextdate {
	font-size: 0.8em;
}
.nexttime {
	font-size: 2.4em;
	font-weight: 500;
}
.doppelpunkt {
	padding: 3px;
}
.card-body {
	padding-top: 5px;
}
.inputlabel {
	font-size: 0.8em;
	margin-bottom: .3rem;
	margin-top: .5rem;
}
.morgendatum {
	color: #aaaa;
	font-style: inherit;
	font-size: 0.7em;
}
.footerbutton{
	margin-bottom: 12px;
	padding: 15px;
	-webkit-box-shadow: 0px 0px 10px -3px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 10px -3px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.5);
	border-radius: 1.5em;
}
#footerbuttontext{
	text-transform: uppercase;
	letter-spacing: 0.1em;
}
.submitbutton{
	margin-top: 10px;
}

/*ANIMATIONS*/
#headline, #card1, #card2, #card3 {
	opacity: 0;
}
#lightswitch {
	transition: 0.5s;
	margin: auto;
	margin-bottom: 12px;
}
#lightswitch:active{
	width: 95%;
	margin: auto;
	margin-bottom: 12px;
	border-radius: 5px;
}
