.title1 {
  font-size: clamp(3.125rem, 2.76243094vw + 2.47755525rem, 4.6875rem);
  line-height: clamp(3.75rem, 2.87292818vw + 3.07665746rem, 5.375rem);
  color: var(--textColor);
  font-weight: 400;
}
.title2 {
  font-size: 50px;
  line-height: 1.2;
  color: var(--textColor);
  font-weight: 400;
}
.title3 {
  font-size: 25px;
  line-height: 1.2;
  color: var(--textColor);
  font-weight: 500;
}
.buttonBasics {
  display: inline-block;
  font-size: 25px;
  line-height: 1.2;
  font-weight: 500;
  font-family: inherit;
  cursor: pointer;
  color: var(--linkColor);
  appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  padding-top: 35px;
  text-align: right;
  text-decoration: none;
  border: none;
  position: relative;
  transition: all 0.4s;
}
.buttonBasics:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 23px;
  height: 23px;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  -webkit-mask-position: 50% 50%;
          mask-position: 50% 50%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: var(--linkColor);
  transition: all 0.4s;
}
.buttonBasics:hover,
.buttonBasics:focus {
  color: var(--linkColorHover);
}
.buttonBasics:hover:before,
.buttonBasics:focus:before {
  background-color: var(--linkColorHover);
}
.buttonHover {
  color: var(--linkColorHover);
}
.buttonHover:before {
  background-color: var(--linkColorHover);
}
.button {
  display: inline-block;
  font-size: 25px;
  line-height: 1.2;
  font-weight: 500;
  font-family: inherit;
  cursor: pointer;
  color: var(--linkColor);
  appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  padding-top: 35px;
  text-align: right;
  text-decoration: none;
  border: none;
  position: relative;
  transition: all 0.4s;
}
.button:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 23px;
  height: 23px;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  -webkit-mask-position: 50% 50%;
          mask-position: 50% 50%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: var(--linkColor);
  transition: all 0.4s;
}
.button:hover,
.button:focus {
  color: var(--linkColorHover);
}
.button:hover:before,
.button:focus:before {
  background-color: var(--linkColorHover);
}
.button:before {
  -webkit-mask-image: url(/images/arrow-right.svg);
          mask-image: url(/images/arrow-right.svg);
}
.button2 {
  display: inline-block;
  font-size: 25px;
  line-height: 1.2;
  font-weight: 500;
  font-family: inherit;
  cursor: pointer;
  color: var(--linkColor);
  appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  padding-top: 35px;
  text-align: right;
  text-decoration: none;
  border: none;
  position: relative;
  transition: all 0.4s;
}
.button2:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 23px;
  height: 23px;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  -webkit-mask-position: 50% 50%;
          mask-position: 50% 50%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: var(--linkColor);
  transition: all 0.4s;
}
.button2:hover,
.button2:focus {
  color: var(--linkColorHover);
}
.button2:hover:before,
.button2:focus:before {
  background-color: var(--linkColorHover);
}
.button2:before {
  -webkit-mask-image: url(/images/arrow-top-right.svg);
          mask-image: url(/images/arrow-top-right.svg);
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
.area--two .unitConcertTeaser .unit__body {
  display: grid;
  grid-template-columns: 122px repeat(5, 1fr);
  gap: 0 20px;
}
.area--two .unitConcertTeaser .part--concertDate {
  grid-column: span 1;
}
.area--two .unitConcertTeaser .part--concertText {
  grid-column: span 3;
}
.area--two .unitConcertTeaser .part--concertLink {
  grid-column: span 2;
}
/*# sourceMappingURL=./screen-large.css.map */