body{
  background: url("../images/backgrounds/background_150dpi.png") no-repeat fixed top left;
  background-position:; no-repeat, fixed, top left;
  background-size: cover;
  /*background-position: 0 70px;*/
  clear: both;
  padding: 0px;
  margin: 0px;
}

.dropdown-toggle::after {
    display: none;
}

.overruled_navbar {
  background-color: #414042;
}

.header_title {
	height: 50px;
  text-align: center;
  font-weight: bold;
  font-size: 35px;
  color: #343a40;
  font-family: Arial, Helvetica, sans-serif;
  margin: auto;  
}


.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  /*border-bottom: 1px solid #eeeeee;*/
}

.hoge_div {
  height: 400px;
}

.dark-stripe {
  border-top: 5px solid #343a40;
}

.randje {
  border: 1px solid #414042;
}

.form-bg-light {
  padding-top: calc(.375rem + 1px);
  padding-bottom: calc(.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
  background-color: #f8f9fa!important;

}
a.form-bg-light {
  color : #343a40;
}

.form-bg-dark {
  padding-top: calc(.375rem + 1px);
  padding-bottom: calc(.375rem + 1px);
  margin-bottom: 0;
  vertical-align: middle;
  font-size: inherit;
  line-height: 1.5;
  background-color: #343a40!important;
}

.help-bg-dark {
  padding-top: calc(.375rem + 1px);
  padding-bottom: calc(.375rem + 1px);
  margin-bottom: 0;
  vertical-align: middle;
  font-size: inherit;
  line-height: 1.5;
  background-color: #cccc99!important;
}

.form-bg-green {
  padding-top: calc(.375rem + 1px);
  padding-bottom: calc(.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
  background-color: #55ff55!important;
}
.form-bg-red {
  padding-top: calc(.375rem + 1px);
  padding-bottom: calc(.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
  background-color: #ff5555!important;
}

.rechts {
  text-align: right;
}
