.project-data-content {
  position: absolute;
  z-index: 2;
  top: auto;
  bottom: 15px;
  left: 15px;
  right: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 15px 15px;
  color: #ffffff;
  background-color: rgba(12, 12, 12, 0.6);
  border: 1px solid #ffffff;
  border-radius: 10px;
}   

@media (min-width: 1200px) {
  .col-xl-4 {
    flex: 0 0 auto;
    width: 50%;
    height: 23em;
  }
}

ul.linkliste > li.intern a {
    font-weight: bold; color: #505151;
}

ul.linkliste li.intern ul li a {
    font-weight: normal; color: #0055ad;
}
.box_info {
			background-color: #f7f2d4;
		}    
		.box_allg {
			position: relative;
			clear: both;
			padding: 1rem 3rem 1rem 1rem;
			margin: 2.5rem 0 2rem 0;
		}
		.dunkel_grau {
			color: #383737;
			font-size: 1.1em;
			font-weight: 400;
		}
		.box_info::before {
			content: "i";
			background-color: #c1a801;
		}
		.box_allg::before {
			position: absolute;
			top: -19px;
			right: 0;
			width: 45px;
			height: 45px;
			color: #fff;
			font-size: 1.7rem;
			font-weight: 600;
			line-height: 2.75rem;
			text-align: center;
		}
