/* COLORS */
/* FONTS */
#node-blogbeitrag #content {
  padding-top: 150px;
  padding-bottom: 100px;
  background-color: #fff;
  position: relative;
  z-index: 30;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
#node-blogbeitrag #content .text h4 {
  color: #ef0003;
  font-weight: 700;
  margin-bottom: 30px;
}
#node-blogbeitrag #content .introwrapper .h1 {
  color: #fff;
}
#node-blogbeitrag #content .introwrapper .text {
  color: #fff;
  margin-bottom: 50px;
}
