/*
 * Process colors
 */

/* Backgrounds (100%) */
.bg-default,
.bg-convection-soldering {
  /* background: rgb(0, 48, 93); */
  background: #00305d;
}

.bg-condensation-soldering {
  /* background: rgb(33, 58, 143); */
  background: #213a8f;
}

.bg-contact-soldering {
  /* background: rgb(0, 105, 180); */
  background: #0069b4;
}

.bg-testing {
  /* background: rgb(0, 159, 227); */
  background: #009fe3;
}

.bg-drying {
  /* background: rgb(0, 155, 164); */
  background: #009ba4;
}

.bg-coating {
  /* background: rgb(21, 154, 52); */
  background: #159a34;
}

.bg-special-systems {
  /* background: rgb(118, 184, 42); */
  background: #76b82a;
}

.bg-solar-equipment {
  /* background: rgb(161, 200, 97); */
  background: #a1c861;
}


/* Backgrounds (50%) */
.bg50-default,
.bg50-convection-soldering {
  /* background: rgba(0, 48, 93, 0.5); */
  background: #7f97ae;
}

.bg50-condensation-soldering {
  /* background: rgba(33, 58, 143, 0.5); */
  background: #909cc7;
}

.bg50-contact-soldering {
  /* background: rgba(0, 105, 180, 0.5); */
  background: #909cc7;
}

.bg50-testing {
  /* background: rgba(0, 159, 227, 0.5); */
  background: #7fcff1;
}

.bg50-drying {
  /* background: rgba(0, 155, 164, 0.5); */
  background: #7fcdd1;
}

.bg50-coating {
  /* background: rgba(21, 154, 52, 0.5); */
  background: #8acc99;
}

.bg50-special-systems {
  /* background: rgba(118, 184, 42, 0.5); */
  background: #badb94;
}

.bg50-solar-equipment {
  /* background: rgba(161, 200, 97, 0.5); */
  background: #d0e3b0;
}

.bg50-grey {
  background: #9d9d9c;
}


/* Backgrounds (20%) */
.bg20-default,
.bg20-convection-soldering {
  background: rgba(0, 48, 93, 0.2);
  background: #ccd5de;
}

.bg20-condensation-soldering {
  /* background: rgba(33, 58, 143, 0.2); */
  background: #d2d7e8;
}

.bg20-contact-soldering {
  /* background: rgba(0, 105, 180, 0.2); */
  background: #cce1f0;
}

.bg20-testing {
  /* background: rgba(0, 159, 227, 0.2); */
  background: #ccebf9;
}

.bg20-drying {
  /* background: rgba(0, 155, 164, 0.2); */
  background: #ccebec;
}

.bg20-coating {
  /* background: rgba(21, 154, 52, 0.2); */
  background: #d0ead6;
}

.bg20-special-systems {
  /* background: rgba(118, 184, 42, 0.2); */
  background: #e3f0d4;
}

.bg20-solar-equipment {
  /* background: rgba(161, 200, 97, 0.2); */
  background: #ecf4df;
}

.bg20-grey {
  background: #dadada;
}


/* Fills (100%) */
.fill-default,
.fill-convection-soldering {
  /* fill: rgb(0, 48, 93); */
  fill: #00305d;
}

.fill-condensation-soldering {
  /* fill: rgb(33, 58, 143); */
  fill: #213a8f;
}

.fill-contact-soldering {
  /* fill: rgb(0, 105, 180); */
  fill: #0069b4;
}

.fill-testing {
  /* fill: rgb(0, 159, 227); */
  fill: #009fe3;
}

.fill-drying {
  /* fill: rgb(0, 155, 164); */
  fill: #009ba4;
}

.fill-coating {
  /* fill: rgb(21, 154, 52); */
  fill: #159a34;
}

.fill-special-systems {
  /* fill: rgb(118, 184, 42); */
  fill: #76b82a;
}

.fill-solar-equipment {
  /* fill: rgb(161, 200, 97); */
  fill: #a1c861;
}

.fill-white {
  /* fill: rgb(161, 200, 97); */
  fill: #fff;
}


/* Fills (50%) */
.fill50-default,
.fill50-convection-soldering {
  /* fill: rgba(0, 48, 93, 0.5); */
  fill: #7f97ae;
}

.fill50-condensation-soldering {
  /* fill: rgba(33, 58, 143, 0.5); */
  fill: #909cc7;
}

.fill50-contact-soldering {
  /* fill: rgba(0, 105, 180, 0.5); */
  fill: #909cc7;
}

.fill50-testing {
  /* fill: rgba(0, 159, 227, 0.5); */
  fill: #7fcff1;
}

.fill50-drying {
  /* fill: rgba(0, 155, 164, 0.5); */
  fill: #7fcdd1;
}

.fill50-coating {
  /* fill: rgba(21, 154, 52, 0.5); */
  fill: #8acc99;
}

.fill50-special-systems {
  /* fill: rgba(118, 184, 42, 0.5); */
  fill: #badb94;
}

.fill50-solar-equipment {
  /* fill: rgba(161, 200, 97, 0.5); */
  fill: #d0e3b0;
}

.fill50-grey {
  fill: #9d9d9c;
}

.fill50-white {
  /* fill: rgb(161, 200, 97); */
  fill: #fff;
}


/* Fills (20%) */
.fill20-default,
.fill20-convection-soldering {
  /* fill: rgba(0, 48, 93, 0.2); */
  fill: #ccd5de;
}

.fill20-condensation-soldering {
  /* fill: rgba(33, 58, 143, 0.2); */
  fill: #d2d7e8;
}

.fill20-contact-soldering {
  /* fill: rgba(0, 105, 180, 0.2); */
  fill: #cce1f0;
}

.fill20-testing {
  /* fill: rgba(0, 159, 227, 0.2); */
  fill: #ccebf9;
}

.fill20-drying {
  /* fill: rgba(0, 155, 164, 0.2); */
  fill: #ccebec;
}

.fill20-coating {
  /* fill: rgba(21, 154, 52, 0.2); */
  fill: #d0ead6;
}

.fill20-special-systems {
  /* fill: rgba(118, 184, 42, 0.2); */
  fill: #e3f0d4;
}

.fill20-solar-equipment {
  /* fill: rgba(161, 200, 97, 0.2); */
  fill: #ecf4df;
}

.fill20-grey {
  fill: #dadada;
}

.fill20-white {
  /* fill: rgb(161, 200, 97); */
  fill: #fff;
}


/* Colors (100%) */
.color-default,
.color-convection-soldering {
  /* color: rgb(0, 48, 93); */
  color: #00305d;
}

.color-condensation-soldering {
  /* color: rgb(33, 58, 143); */
  color: #213a8f;
}

.color-contact-soldering {
  /* color: rgb(0, 105, 180); */
  color: #0069b4;
}

.color-testing {
  /* color: rgb(0, 159, 227); */
  color: #009fe3;
}

.color-drying {
  /* color: rgb(0, 155, 164); */
  color: #009ba4;
}

.color-coating {
  /* color: rgb(21, 154, 52); */
  color: #159a34;
}

.color-special-systems {
  /* color: rgb(118, 184, 42); */
  color: #76b82a;
}

.color-solar-equipment {
  /* color: rgb(161, 200, 97); */
  color: #a1c861;
}


/* Colors (50%) */
.color50-default,
.color50-convection-soldering {
  /* color: rgba(0, 48, 93, 0.5); */
  color: #7f97ae;
}

.color50-condensation-soldering {
  /* color: rgba(33, 58, 143, 0.5); */
  color: #909cc7;
}

.color50-contact-soldering {
  /* color: rgba(0, 105, 180, 0.5); */
  color: #909cc7;
}

.color50-testing {
  /* color: rgba(0, 159, 227, 0.5); */
  color: #7fcff1;
}

.color50-drying {
  /* color: rgba(0, 155, 164, 0.5); */
  color: #7fcdd1;
}

.color50-coating {
  /* color: rgba(21, 154, 52, 0.5); */
  color: #8acc99;
}

.color50-special-systems {
  /* color: rgba(118, 184, 42, 0.5); */
  color: #badb94;
}

.color50-solar-equipment {
  /* color: rgba(161, 200, 97, 0.5); */
  color: #d0e3b0;
}

/* Colors (20%) */
.color20-default,
.color20-convection-soldering {
  /* color: rgba(0, 48, 93, 0.2); */
  color: #ccd5de;
}

.color20-condensation-soldering {
  /* color: rgba(33, 58, 143, 0.2); */
  color: #d2d7e8;
}

.color20-contact-soldering {
  /* color: rgba(0, 105, 180, 0.2); */
  color: #cce1f0;
}

.color20-testing {
  /* color: rgba(0, 159, 227, 0.2); */
  color: #ccebf9;
}

.color20-drying {
  /* color: rgba(0, 155, 164, 0.2); */
  color: #ccebec;
}

.color20-coating {
  /* color: rgba(21, 154, 52, 0.2); */
  color: #d0ead6;
}

.color20-special-systems {
  /* color: rgba(118, 184, 42, 0.2); */
  color: #e3f0d4;
}

.color20-solar-equipment {
  /* color: rgba(161, 200, 97, 0.2); */
  color: #ecf4df;
}


/*
 * Grey colors
 */

/* Backgrounds */
.bg-black {
  background: #000;
}

.bg-grey-90 {
  background: #3c3c3b;
}

.bg-grey-70 {
  background: #706f6f;
}

.bg-grey-50 {
  background: #9d9d9c;
}

.bg-grey-20 {
  background: #dadada;
}

.bg-white {
  background: #fff;
}

/* Colors */
.color-black {
  color: #000;
}

.color-grey-90 {
  color: #3c3c3b;
}

.color-grey-70 {
  color: #706f6f;
}

.color-grey-50 {
  color: #9d9d9c;
}

.color-grey-20 {
  color: #dadada;
}

.color-white {
  color: #fff;
}

/* Set link style on frames (AKA fluid_styled_content) with .color-white class */
.frame.color-white a {
  color: inherit;
  text-decoration: underline;
}



/*
 * Special
 */
.bg-blurred-white {
  background: rgba(255, 255, 255, 0.92);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
}

/**Media Box News*/


.bg50-grey .news-latest .media-box__arrow {
  fill: #9d9d9c;
}

.bg50-default  .news-latest .media-box__arrow,
.bg50-convection-soldering  .news-latest .media-box__arrow {
  fill: #7f97ae;
}

.bg50-condensation-soldering .news-latest .media-box__arrow {
  fill: #909cc7;
}

.bg50-contact-soldering .news-latest .media-box__arrow {
  fill: #909cc7;
}

.bg50-testing .news-latest .media-box__arrow {
  fill: #7fcff1;
}

.bg50-drying .news-latest .media-box__arrow {
  fill: #7fcdd1;
}

.bg50-coating .news-latest .media-box__arrow {
  fill: #8acc99;
}

.bg50-special-systems .news-latest .media-box__arrow {
  fill: #badb94;
}

.bg50-solar-equipment .news-latest .media-box__arrow {
  fill: #d0e3b0;
}

/* 20% */
.bg20-default .news-latest .media-box__arrow,
.bg20-convection-soldering .news-latest .media-box__arrow {
  fill: #ccd5de;
}

.bg20-condensation-soldering .news-latest .media-box__arrow {
  fill: #d2d7e8;
}

.bg20-contact-soldering .news-latest .media-box__arrow {
  fill: #cce1f0;
}

.bg20-testing .news-latest .media-box__arrow {
  fill: #ccebf9;
}

.bg20-drying .news-latest .media-box__arrow {
  fill: #ccebec;
}

.bg20-coating .news-latest .media-box__arrow {
  fill: #d0ead6;
}

.bg20-special-systems .news-latest .media-box__arrow {
  fill: #e3f0d4;
}

.bg20-solar-equipment .news-latest .media-box__arrow {
  fill: #ecf4df;
}

.bg20-grey .news-latest .media-box__arrow {
  fill: #dadada;
}


/** */
.color-default .arrow-link-color {
  fill: #00305d;
}

.color-black .arrow-link-color,
.color-default .news-latest .arrow-link-color {
  fill: #000;
}

.color-white .arrow-link-color {
  fill: #fff;
}

.color-white a, .color-white a:visited  {
  color: #fff;
}

.color-white .button--download-secondary,
.color-white .button--download-secondary:visited {
  color: #00305d;
}

.media-box.bg20-contact-soldering.media-box--is-linked .media-box__header {
  color: #00305d;
}
