/*********************************** 1px oben bei Slideshow */
#main .row.content {
  margin-top: -1px; !important
}

/*********************************** ANPASSUNG LP */
#content #lp-bergland h3 {
  font-size: 21px;
  margin-top: 15px;
}

/*********************************** ANPASSUNG EDITOR */
#content .pb-0 {
  padding-bottom: 0px;
}

#content .border_black {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
}

#content .btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: normal;
  padding: 6px 12px;
  font-size: 15px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#content .btn-primary {
  color: #fff;
  background-color: #355c8e;
  border-color: #355c8e;
}

#content .btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 19px;
  line-height: 1.33;
  border-radius: 6px;
}

#content .btn-orange.btn-primary, .btn-orange.btn-primary:visited {
  background-color: #f39200;
  color: #fff;
  border: 1px solid #f39200;
}