
.bg-first {
	background-color: #DDDDEE;
}
.bg-second {
	background-color: #EEEEEE;
}
.bg-gray {
	background-color: #EEEEEE;
}
.bg-blue {
	background-color: #EEEEFF;
}
.bg-orange {
	background-color: #F9B3A4;
}
.bb {
	border-bottom: 1px solid gray;
}
.bold {
	font-weight:800;
}
.mini {
	font-size:8pt;
}
.xtramini {
	font-size:6pt;
}
.fcmini {
	height:15px;
	width:15px;
}
.w600 {
	width:600px;
	max-width:600px;
}
.btn-mini {
	padding:2px;
	font-size:8pt!important;
	margin: 2px;
}
.xbootstrap-autocomplete {
    z-index: 2000!important;
    height:300px;
}
.overflow {
	overflow:visible!important;
}
textarea {
	font-family: Courier;
	font-size: 8pt;
	height:400px!important;width:1000px!important;
}
.ihrereise {

}
.footbanner {
	margin-top:20px;
	background-color: #EEEEEE;
	padding: 10px;
}

@media (max-width: 600px) {
  html { font-size: 6pt; }                 /* Basis runter */
  body { font-size: 1em; }

  /* Bootstrap Buttons */
  .btn,
  .btn-lg,
  .btn-sm,
  button.btn,
  input.btn,
  a.btn {
    font-size: 1em !important;             /* erzwingt: folgt html/body */
    line-height: 1.2;
  }
}