/**
 * @file
 * Visual styles for fields.
 */
.field__label {
  font-weight: bold;
}
.field--label-inline .field__label,
.field--label-inline .field__items {
  float: left;
  /* LTR */
}
.field--label-inline .field__label,
.field--label-inline > .field__item,
.field--label-inline .field__items {
  padding-right: 0.5em;
}
[dir="rtl"] .field--label-inline .field__label,
[dir="rtl"] .field--label-inline .field__items {
  padding-right: 0;
  padding-left: 0.5em;
}
.field--label-inline .field__label::after {
  content: ":";
}
.field--name-field-svg-bild img {
  width: 100%;
  height: auto;
}
.field--name-field-hintergrundbild {
  position: absolute;
  top: 0;
  left: 20px;
  right: 20px;
  bottom: 0;
}
.field--name-field-hintergrundbild img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.field--name-field-vorschaubild-teaser {
  font-size: 0;
}
.field--name-field-vorschaubild-teaser img {
  width: 100%;
  height: auto;
}
.field--name-field-text-formatiert-lang blockquote {
  font-size: 2.6em;
  line-height: 1.15;
  font-family: athelas, serif;
  font-weight: 700;
  max-width: 1010px;
  margin: auto;
}
.field--name-field-bild-interview {
  position: relative;
}
.field--name-field-bild-interview .field__items {
  width: 100px;
  position: relative;
}
.field--name-field-bild-interview .field__items:before {
  content: '';
  padding-top: 100%;
  display: block;
}
.field--name-field-bild-interview .field__item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.field--name-field-bild-interview .field__item img {
  width: 100%;
  height: 100%;
}
.field--name-field-news-bild img {
  width: 100%;
  height: auto;
}
a.btn,
button.btn,
.btn > a,
.btn > span {
  color: inherit;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  background: none;
  border: none;
  font-family: inherit;
}
a.btn:before,
button.btn:before,
.btn > a:before,
.btn > span:before {
  background: var(--primary-color);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--white);
  overflow: hidden;
}
a.btn-primary:before,
button.btn-primary:before,
.btn-primary > a:before,
.btn-primary > span:before,
a.btn-secondary:before,
button.btn-secondary:before,
.btn-secondary > a:before,
.btn-secondary > span:before {
  font-family: 'Atelier-MB';
  font-weight: normal;
  content: '\f10b\f10b\f10b';
}
a.btn-primary:hover:before,
button.btn-primary:hover:before,
.btn-primary > a:hover:before,
.btn-primary > span:hover:before,
a.btn-secondary:hover:before,
button.btn-secondary:hover:before,
.btn-secondary > a:hover:before,
.btn-secondary > span:hover:before {
  transition: all 500ms;
  text-indent: 2em;
}
a.btn-secondary,
button.btn-secondary,
.btn-secondary > a,
.btn-secondary > span {
  font-size: 1.3em;
  gap: 14px;
}
a.btn-secondary:before,
button.btn-secondary:before,
.btn-secondary > a:before,
.btn-secondary > span:before {
  font-size: 1.25em;
  width: 32px;
  height: 32px;
}
a.btn-primary,
button.btn-primary,
.btn-primary > a,
.btn-primary > span {
  font-size: 1.55em;
  gap: 16px;
}
a.btn-primary:before,
button.btn-primary:before,
.btn-primary > a:before,
.btn-primary > span:before {
  font-size: 1.5em;
  width: 38px;
  height: 38px;
}
a.btn-close,
button.btn-close,
.btn-close > a,
.btn-close > span {
  text-indent: -100vw;
  width: 38px;
}
a.btn-close:before,
button.btn-close:before,
.btn-close > a:before,
.btn-close > span:before {
  font-family: 'Atelier-MB';
  font-weight: normal;
  content: '\f10e';
  font-size: 1.5em;
  width: 38px;
  height: 38px;
  text-indent: 0;
}
a.btn-scrollup,
button.btn-scrollup,
.btn-scrollup > a,
.btn-scrollup > span {
  text-indent: -100vw;
  width: 78px;
}
a.btn-scrollup:before,
button.btn-scrollup:before,
.btn-scrollup > a:before,
.btn-scrollup > span:before {
  font-family: 'Atelier-MB';
  font-weight: normal;
  content: '\f10f';
  font-size: 0.75em;
  width: 78px;
  height: 78px;
  text-indent: 0;
}
