.row--gutter {
  margin-left: -15px;
  margin-right: -15px;
  overflow: hidden;
}

a {
  color: #727272;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  transition: color 0.5s ease;
}
.ux-info-banner[type=info] a:hover {
  color: #fff;
}
.ux-info-banner[type=error] a:hover {
  color: #ff0201;
}
a:hover {
  color: #131313;
}

.row--gutter {
  margin-left: -15px;
  margin-right: -15px;
  overflow: hidden;
}

:host {
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 30px;
}

ux-icon {
  font-size: 60px;
}

.headline,
.text {
  font-family: Frutiger-Light, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizelegibility;
  font-weight: 400;
}

.headline {
  font-size: 20px;
  margin-top: 20px;
}
@media only screen and (width >= 1439px) {
  .headline {
    font-size: 23px;
  }
}
@media only screen and (width >= 1920px) {
  .headline {
    font-size: 28px;
  }
}

.text {
  color: #727272;
}