/**
* Block Name: bild_text_boxed
*/

section.bild_text_boxed.bg_grey .box {
  background-color: #fff;
}
section.bild_text_boxed.bg_white .box {
  background-color: #edf0f0;
}
section.bild_text_boxed .text_col {
  padding: 30px 45px;
}
section.bild_text_boxed .img_wrapper {
  position: relative;
  height: 100%;
  width: 100%;
}
section.bild_text_boxed .img_wrapper {
  position: relative;
  height: 100%;
  width: 100%;
}
section.bild_text_boxed .img_wrapper img {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
}
