.fullwidth-image .image_container img {
  width:100%;	
}

#price {
  text-align: center;
  padding: 50px 0;
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1rem;
  max-width: 1320px;
  margin: 1.5rem auto 1.5rem auto;
}

#price-highlight {
  text-align: center;
  padding: 50px 0;
  display:block;
}

#price-highlight .plan.highlight,
#price-highlight .plan.operator {
	width:100%;
}

.plan {
  display: inline-block;
  background: #fff;
  transition-duration: 0.3s;
  transition-property: transform;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transform: translateZ(0);
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
  border-radius: 5px;
}

.plan:hover {
  transform: scale(1.025);
}

.plan.light,
.plan.gemeinnuetzig {
  margin-top: 50px;
  margin-bottom: 50px;
}

.plan.highlight,
.plan.operator {
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
}

.plan.highlight:hover,
.plan.operator:hover {
  transform:none;
}

.plan-inner {
  margin: 0 auto;
  position:relative;
}

.entry-title {
  /*background: #ffce00;*/
  height: 140px;
  position: relative;
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
  background-image:url("https://nordsee.digital/assets/images/b/frank-mckenna-OD9EOzfSOh0-unsplash-hero-cfa6995a.jpg");
  background-size:cover;
  background-position: 0 center;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}

.entry-title>h3 {
  background: #ffce00;
  font-size: 20px;
  line-height: 20px;
  color:white!important;
  padding: 10px 0;
  text-transform: uppercase;
  margin: 0;
  font-family: 'Univia Pro Medium' !important;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}

.entry-title .price {
  position: absolute;
  bottom: -25px;
  background: #20BADA;
  height: 65px;
  width: 75%;
  margin: 0 auto;
  left: 0;
  right: 0;
  overflow: hidden;
  border-radius: 5px;
  border: 2px solid #fff;
  line-height: 65px;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Univia Pro Light' !important;
}

.price span {
  position: absolute;
  font-size: 9px;
  bottom: -10px;
  left: 30px;
  font-weight: 400;
}

.entry-content {
  color: #323232;
}

.entry-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

.entry-content li {
  border-bottom: 1px solid #E5E5E5;
  padding: 10px 10px;
}

.entry-content li:last-child {
  border: none;
}

.prices-btn {
  padding: 3em 0;
  text-align: center;
  font-family: 'Univia Pro Light' !important;
}

.prices-btn a {
  background: #003764;
  padding: 10px 30px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none
}
.prices-btn a:hover {
  background: #2ea1db;
}
.tipp {
    position: absolute;
    top: -7px;
    background: #ffce00;
    color: #003764;
    text-transform: uppercase;
    z-index: 2;
    padding: 5px 15px;
    font-size: 14px;
    border-radius: 2px;
    right: 15px;
    font-weight: 700;
}

.light .entry-title {
  /*background: #4a7628;*/
}

.light .entry-title > h3 {
  background: #003764;
}

.light .price {
  background: #4a7628;
}

.highlight .entry-title {
  /*background: #ff4a51;*/
}

.highlight .entry-title > h3,
.operator .entry-title > h3 {
  background: #003764;
}

.highlight .price {
  background: #003764;
}

.operator .price {
  background: #ffce00;
  color: #003764;
}

.pro .entry-title {
  /*background: #2ea1db;*/
}

.pro .entry-title > h3 {
  background: #003764;
}

.pro .price {
  background: #ff4a51;
}

.gemeinnuetzig .entry-title > h3 {
  background: #003764;
}

.gemeinnuetzig .entry-title {
  /*background: #ffce00;*/
}

.gemeinnuetzig .price {
  background: #2ea1db;
}

.unicode {
 font-size:20px;	
}

@media screen and (max-width:768px) {
	#price {
		grid-template-columns: repeat(2, 1fr);
	}
	.plan.light,
	.plan.gemeinnuetzig {
		margin-top: 0px;
		margin-bottom: 0px;
	}
}

@media screen and (max-width:599px) {
	#price {
		grid-template-columns: repeat(1, 1fr);
	}
}