@import "https://fonts.googleapis.com/css?family=Exo:300,500,600&display=swap";
body {
  font-family: "Exo", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0; }

a {
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  position: absolute; }

.background-aquarell, .text1, .text2, .cta {
  opacity: 0; }

.set-wrapper {
  background: #FFFFFF;
  position: relative;
  width: 300px;
  height: 250px;
  overflow: hidden;
  box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0.2); }
  .set-wrapper .logo {
    position: absolute;
    width: 280px;
    height: 92px;
    bottom: 10px;
    right: 10px; }
    .set-wrapper .logo img {
      display: block;
      width: 100%;
      height: 100%; }
  .set-wrapper .backgroundarea, .set-wrapper .background-aquarell {
    position: absolute;
    right: 0;
    top: 0;
    overflow: hidden; }
  .set-wrapper .text1 {
    position: absolute;
    left: 10px;
    top: 10px;
    width: 174px;
    height: 94px; }
  .set-wrapper .text2 {
    position: absolute;
    left: 10px;
    top: 10px;
    width: 148px;
    height: 72px; }
  .set-wrapper .cta {
    position: absolute;
    bottom: 20px;
    right: 20px;
    background: #ff7f00;
    padding: 10px 10px 8px 10px; }
    .set-wrapper .cta img {
      display: block;
      width: 146px;
      height: 14px; }

/*# sourceMappingURL=style.css.map */
