/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */

.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
	font-size: inherit;
}
#index-banner {
	background: transparent url("../images/htwl-soft-fullhd.jpg") no-repeat center center;
}
/*Sticky Footer*/
body {
	display: flex;
	min-height: 100vh;
	flex-direction: column;
}
main {
	flex: 1 0 auto;
}
/* Link color*/
a {
	color: #1b5e20;
}
footer a {
	color: #f5f5f5;
}
/* Map */
#map {
	height: 300px;
}
/* Nav */
ul.force-resize {
	height: 64px;
	overflow: hidden;
}
ul.force-resize li.steildach,
ul.force-resize li.flachdach,
ul.force-resize li.dachflaechenfenster,
ul.force-resize li.dachbegruenung,
ul.side-nav li.daecher {
	display: none !important;
}
ul.side-nav li.steildach,
ul.side-nav li.flachdach,
ul.side-nav li.dachflaechenfenster,
ul.side-nav li.dachbegruenung {
	display: list-item !important;
}