/*see: https://tailwindcss.com/*/
/*OCC CICD https://company-219181.frontify.com/d/3b63wjTJbrra/guidelines#/system/farben/hauptfarben */

#title-bg-logo {
  /*background: blue;*/
  background-repeat: no-repeat;
  /*background-attachment: fixed;*/
  background-position: center;
  background-size: contain;
  background-image: url('../img/logo.svg');
  height: 110px;
}

body {
  background: #e7e7e7; /* grey 300
  /*background-image: url('../img/image.jpg');*/
  /*background-size: cover;*/
}

.newBtn {
  /* border: 1px solid #9cc305; */
  border-radius: 28px;
  line-height: 56px;
  padding: 0 30px;
  /*width: 232px;*/
  /*display: block;*/
  text-align: center;
  background-color: #0046f6;
  color: #fff;
  /*font-size: 16px;*/
  /*text-decoration: none;*/
  /*transition: background-color .5s 0s;*/
  text-transform: uppercase;
  /*margin-top: 15px;*/
  font-family: "Arial 24pt SemiBold", sans-serif;
}


.newBtn:hover {
  background-color: #0046f6;
  color: #fff;
  text-decoration: none;
}
