/* content.css */

h2 {
  color: #4d4d4d;
}

.colfull_h2 {
  color: #f07d00;
}

h3 {
  font-size: 16px;
  font-weight: bold;
  margin-top: 5px;
}

.triplet_left_box {
  float: left;
  width: 300px;
  min-height: 160px;
  background-color: #e8e8e8;

  background-image: url('../img/box_bg.png');

  background-image: url('../img/color-arrow-down.jpg');
  background-repeat: no-repeat;
  background-position: 12px 12px;
}

.triplet_middle_box {
  float: left;
  width: 300px;
  min-height: 160px;
  background-color: #e8e8e8;
  margin-left: 24px;

  background-image: url('../img/color-arrow-down.jpg');
  background-repeat: no-repeat;
  background-position: 12px 12px;
}

.triplet_right_box {
  float: left;
  width: 300px;
  min-height: 160px;
  background-color: #e8e8e8;
  margin-left: 24px;

  background-image: url('../img/color-arrow-down.jpg');
  background-repeat: no-repeat;
  background-position: 12px 12px;
}

.box_inside_triplet {
  /* padding: 10px;
  padding-top: 20px; */
  padding: 14px;
  padding-top: 28px;

  color: #4d4d4d;
}

.box_inside_triplet p {
  line-height: 1.5em;
}

.box_inside_triplet p a {
  text-decoration: none;
  color: #f27d00;
}

.box_inside_triplet p a:hover {
  text-decoration: underline;
  color: #d97000;
  /* hover sichtbar machen */
  /* font-size: 32px; */
}

/* Footer */

#mkl_footer_left_box {
	float: left;
	width: 300px;
}

#mkl_footer_middle_box {
	float: left;
	margin-left: 69px;
	width: 300px;
	position: relative;
}

#mkl_footer_right_box {
	float: left;
	margin-left: 69px;
	width: 300px;
}

#mkl_karte_markierung {
  position: absolute;
  top: 126px;
  left: 144px;
}