.designelemente_fullimage{
  position: relative;
  display: block;
  float: left;
  width: 100%;
  height: 350px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.designelemente_fullbutton{
  position: relative;
  display: block;
  float: left;
  width: 98%;
  padding: 10px 0 10px 0;
  margin: 0 2% 0 2%;
  text-align: center;
  background-color: #000;
  border-radius: 3px;
  border: solid 0;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  transition: 150ms
}
.designelemente_fullbutton:hover{
  -webkit-filter: brightness(0.7);
  filter: brightness(0.7);
}
.designelemente_link{
  position: relative;
  display: block;
  float: left;
  width: 100%;
  color: #4E80F0;
  font-size: 16px;
  text-decoration: none;
  transition: 150ms
}
.designelemente_link:hover{
  -webkit-filter: brightness(0.7);
  filter: brightness(0.7);
}
.designelemente_icon{
  position: relative;
  display: block;
  float: left;
  width: 100%;
  height: 80px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.box.designelement_platzhalter{color: #F4F4F4}
.designelement_pricebox{
  position: relative;
  display: block;
  float: left;
  width: 96%;
  padding: 2%;
  border-radius: 3px;
  background-color: #fff;
  text-align: center
}
.designelement_pricebox.gray{background-color: #eee}
.designelement_pricebox.yellow{background-color: #F8C400}
.designelement_pricebox_title{
  position: relative;
  display: block;
  float: left;
  width: 100%;
  margin: 20px 0 20px 0;
  font-size: 26px;
  font-weight: bold
}
.designelement_pricebox_desc{
  position: relative;
  display: block;
  float: left;
  width: 100%;
  margin: 0 0 20px 0;
  font-size: 16px
}
.designelement_pricebox_price{
  position: relative;
  display: block;
  float: left;
  width: 100%;
  margin: 0 0 20px 0;
  font-size: 22px;
  font-weight: bold
}
.designelement_pricebox_price>u{text-decoration: none;font-size: 30px}
.designelement_pricebox_price>u>small{text-decoration: none;font-size: 18px}
