/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
/**
 * #.# Styles
 *
 * CSS for both Frontend+Backend.
 */
.wp-block-cgb-greywave-impuls {
  background-image: url("img/page-background.svg");
  background-size: 110% auto;
  background-position: center bottom;
  background-repeat: no-repeat; }
/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
/**
 * #.# Styles
 *
 * CSS for both Frontend+Backend.
 */
.wp-block-cgb-coverblocks-impuls {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  row-gap: 30px;
  -ms-flex-align: stretch;
      align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 30px; }

@media only screen and (min-width: 1024px) {
  .wp-block-cgb-coverblocks-impuls {
    padding-bottom: 0px; } }
/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
/**
 * #.# Styles
 *
 * CSS for both Frontend+Backend.
 */
.wp-block-cgb-coverblock-impuls {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  background-color: #FFF;
  border-radius: 0px 0px 20px 20px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  margin-bottom: 0px;
  -webkit-box-shadow: 6px 6px 20px rgba(0, 0, 0, 0.16);
          box-shadow: 6px 6px 20px rgba(0, 0, 0, 0.16); }

.coverblock-icon {
  background-image: url("img/bg-lines.png");
  background-size: cover;
  min-height: 30px;
  text-align: center;
  padding: 30px;
  margin-bottom: 16px; }

.coverblock-icon .icon-circle i:before {
  border-radius: 1000px;
  background: -webkit-gradient(linear, left top, right top, from(#E30613), to(#482683));
  background: -webkit-linear-gradient(left, #E30613, #482683);
  background: -o-linear-gradient(left, #E30613, #482683);
  background: linear-gradient(to right, #E30613, #482683);
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #FFF;
  text-align: center;
  font-size: 52px;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  height: 100px;
  width: 100px;
  line-height: 1;
  padding-top: 6px;
  mix-blend-mode: darken; }

.coverblock-content {
  padding: 15px 30px; }

.coverblock-content a {
  font-weight: bold; }

@media only screen and (min-width: 768px) {
  .wp-block-cgb-coverblock-impuls {
    -ms-flex-preferred-size: calc(50% - 30px);
        flex-basis: calc(50% - 30px); } }

@media only screen and (min-width: 1024px) {
  .wp-block-cgb-coverblock-impuls {
    -ms-flex-preferred-size: calc(25% - 30px);
        flex-basis: calc(25% - 30px);
    margin-bottom: -63px; } }
/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
/**
 * #.# Styles
 *
 * CSS for both Frontend+Backend.
 */
.wp-block-cgb-impulsblock {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: stretch;
      justify-content: stretch;
  -webkit-box-shadow: 6px 6px 20px rgba(0, 0, 0, 0.16);
          box-shadow: 6px 6px 20px rgba(0, 0, 0, 0.16);
  background-color: #FFF; }

.wp-block-cgb-impulsblock .impulsblock-image {
  min-height: 200px;
  min-width: 200px; }

.wp-block-cgb-impulsblock .impulsblock-content {
  background-color: #FFF;
  padding: 0px;
  -ms-flex-positive: 99;
      flex-grow: 99; }

.wp-block-cgb-impulsblock.coordination-bottom,
.wp-block-cgb-impulsblock.coordination-bottom .impulsblock-content {
  border-radius: 0 0 15px 15px; }

.wp-block-cgb-impulsblock.coordination-right,
.wp-block-cgb-impulsblock.coordination-right .impulsblock-content {
  border-radius: 0 15px 15px 0; }
