/**handles:arbeit-wirtschaft-news-block-css,aw-newsletter**/
.aw-nl-block-wrapper{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:2rem}@media (max-width:768px){.aw-nl-block-wrapper{display:flex;flex-direction:column}}.aw-nl-block-item{padding:0}.aw-nl-block-item a{display:flex;flex-direction:column;text-decoration:none;gap:10px}.aw-nl-block-item__image{width:100%}.aw-nl-block-item__image img{width:100%}.aw-nl-block-item__title{color:#333;background:#fff;font-weight:400;display:inline;padding:3px 0 3px 0!important;font-size:2.5rem;font-family:GalanoClassic-Bold}.aw-nl-block-item__date{color:#333;font-size:15px;display:flex;align-items:center}.aw-nl-block-item__date::before{font-family:FontAwesome;padding:0 0 3px 0;margin:0 5px 0 0;text-align:left;float:left;content:"\f017"}.aw-nl-block-item__excerpt{color:#333}.aw-nl-block-item__more{align-self:flex-end}
body .aw-newsletter-banner,
body .aw-newsletter-form {
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
  align-items: center;
}
body .aw-newsletter-banner__content,
body .aw-newsletter-form__content {
  width: auto;
  padding: 40px;
  align-self: center;
}
@media (max-width: 768px) {
  body .aw-newsletter-banner__content,
body .aw-newsletter-form__content {
    width: 100%;
    text-align: center;
  }
}
body .aw-newsletter-banner__content h2,
body .aw-newsletter-form__content h2 {
  font-family: "CheltenhamTL-Italic";
  font-size: 37px;
  margin: 0;
}
@media (max-width: 768px) {
  body .aw-newsletter-banner__content h2,
body .aw-newsletter-form__content h2 {
    font-size: 30px;
    white-space: normal;
  }
}
body .aw-newsletter-banner__content p,
body .aw-newsletter-form__content p {
  font-family: "GalanoClassic-SemiBold";
}
body .aw-newsletter-banner__image,
body .aw-newsletter-form__image {
  width: 50%;
  flex-shrink: 0;
  padding-right: 40px;
}
@media (max-width: 768px) {
  body .aw-newsletter-banner__image,
body .aw-newsletter-form__image {
    display: none;
  }
}
body .aw-newsletter-banner__image img,
body .aw-newsletter-form__image img {
  position: relative;
  width: 100%;
}
body .aw-newsletter-banner__button input,
body .aw-newsletter-form__button input {
  background-color: #009ba7;
  color: #fff;
  font-family: "adobe-garamond-pro", serif;
  padding: 5px 15px !important;
  display: inline-block;
  font-size: 19px;
  line-height: 1.2;
  max-width: unset;
  border-radius: 0;
  text-transform: none;
}
body .aw-newsletter-banner__button input:hover,
body .aw-newsletter-form__button input:hover {
  background-color: #00838e;
}
body .aw-newsletter-banner__title,
body .aw-newsletter-form__title {
  font-family: "CheltenhamTL-Italic";
}
body .aw-newsletter-banner__formular form,
body .aw-newsletter-form__formular form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 768px) {
  body .aw-newsletter-banner__formular form,
body .aw-newsletter-form__formular form {
    flex-wrap: wrap;
  }
}
body .aw-newsletter-banner__input,
body .aw-newsletter-form__input {
  padding-right: 10px;
  width: 100%;
}
@media (max-width: 768px) {
  body .aw-newsletter-banner__input,
body .aw-newsletter-form__input {
    padding: 0;
    height: unset;
    display: inline-block;
  }
}
body .aw-newsletter-banner__small,
body .aw-newsletter-form__small {
  margin-top: 10px;
}
body .aw-newsletter-banner__small small,
body .aw-newsletter-form__small small {
  line-height: 1.2;
  display: inline-block;
  color: #999999;
}
body .aw-newsletter-banner {
  background: #d3d4d4;
}
body .aw-newsletter-banner__button {
  background-color: #009ba7;
  color: #fff;
  font-family: "CheltenhamTL-Italic";
  padding: 5px 15px !important;
  display: inline-block;
  font-size: 24px;
  line-height: 1.2;
}
@media (max-width: 768px) {
  body .aw-newsletter-banner__button {
    width: 100%;
  }
}
body .aw-newsletter-banner__button:hover {
  background-color: #00838e;
}
body .aw-newsletter-form--overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 99;
  top: 0;
  left: 0;
  display: none;
}
body .aw-newsletter-form--overlay .aw-newsletter-form__image {
  padding-right: 10px;
}
body .aw-newsletter-form--overlay input {
  border: 0;
}
body .aw-newsletter-form__content {
  padding-left: 0;
}
body .aw-newsletter-form__content h2 {
  font-size: 26px;
  font-family: "GalanoClassic-SemiBold";
}
@media (max-width: 768px) {
  body .aw-newsletter-form__content h2 {
    font-size: 8vw;
    white-space: nowrap;
  }
}
body .aw-newsletter-form__content p {
  font-size: 19px;
  font-family: "adobe-garamond-pro", serif;
}
@media (max-width: 768px) {
  body .aw-newsletter-form__content {
    padding-right: 0;
  }
}
body .aw-newsletter-form__container {
  display: flex;
  flex-wrap: nowrap;
  width: 1400px;
  margin: 0 auto;
  height: auto;
  align-items: center;
  height: 100%;
}
@media (max-width: 1400px) {
  body .aw-newsletter-form__container {
    width: 100%;
  }
}
@media (max-width: 768px) {
  body .aw-newsletter-form__container {
    padding: 0 20px;
  }
}
body .aw-newsletter-form__container h2 {
  color: #fff;
}
body .aw-newsletter-form__container p {
  color: #fff;
}
@media (max-width: 768px) {
  body .aw-newsletter-form__button {
    width: 100%;
    margin-top: 15px;
  }
  body .aw-newsletter-form__button input {
    height: unset;
  }
}
body .aw-newsletter-form__close {
  position: absolute;
  right: 50px;
  top: 50px;
  color: #fff;
}
body .aw-newsletter-form__close span {
  font-size: 50px;
  cursor: pointer;
}
body .aw-newsletter-form__close span:hover {
  color: #009ba7;
}
body .aw-newsletter-side-btn a {
  color: #009ba7 !important;
}
body .aw-newsletter-side-btn a::before {
  content: "";
  width: 100%;
  background-image: url("https://www.arbeit-wirtschaft.at/wp-content/plugins/arbeit-wirtschaft-bulb.svg");
  background-size: contain;
  display: inline-block;
  padding-top: 50%;
  background-repeat: no-repeat;
  background-position: center;
}