/**
 *	styles.css
 *	Looks for RushHour/pg
 *
 **/

/** 
.form-label {
	color: lightsteelblue;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 0.7rem;
}

.form-control {
	padding: .4625rem .55rem;
	font-size: .875rem;
	font-weight: 400;
	line-height: 1.4285714286;
}
**/
body.layout-boxed {
  background-image: url("/graph/bg_tile_lite.png");
  background-color: #d5e1fa;
  // background-size: 100% auto; /* Breite 100%, Höhe automatisch */
  background-repeat: repeat;
  //background-position: center top;
  background-attachment: fixed;  
}

.page-wrapper {
background-color: #eef0f4;
}

.hero-title h1.lh-lg {
    line-height: 1.02!important;
    margin-bottom: 2rem!important;
}