.header_about {
  background-image: url(../img/bg_about.jpg);
  background-image: linear-gradient(rgba(255,255,255,0),rgba(255,255,255,1)),url(../img/bg_about.jpg)
}
.about_content {
  padding: 1.5rem var(--website-padding) 2rem var(--website-padding);
  background: linear-gradient(to bottom,#dcebf1 0,#fafcfd 50%);
  border-top: dashed;
  border-top-color: rgba(0,0,0,.2);
  border-width: .124rem
}
.team_wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill,minmax(min(16rem,100%),1fr));
  margin: 2rem 0;
  grid-gap: 2.4rem
}
.team_member {
  display: inline-block;
  background: #fff;
  box-shadow: .2rem .2rem 1rem .4rem rgba(0,0,0,.2);
  overflow: hidden
}
.team_portrait_wrapper {
  position: relative;
  width: 100%;
  height: auto;
  padding-bottom: 125%;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat
}
.team_portrait {
  background: url(https://www.ikg-kultur.at/wp-content/uploads/2017/01/flow-portrait-placeholder-c7b8ffd06f7d3850ca23f068583755f8.png);
  overflow: hidden
}
.team_member_tschauners {
  background-image: linear-gradient(to bottom,rgba(0,0,0,0) 60%,rgba(0,0,0,.95)),url(https://gpr2021.medunigraz.at/images/team/tschauner-s.jpg)
}
.team_member_hrzicf {
  background-image: linear-gradient(to bottom,rgba(0,0,0,0) 60%,rgba(0,0,0,.95)),url(https://i1.rgstatic.net/ii/profile.image/877272655474693-1586169508730_Q512/Franko-Hrzic.jpg)
}
.team_member_janischm {
  background-image: linear-gradient(to bottom,rgba(0,0,0,0) 60%,rgba(0,0,0,.95)),url(../img/team/janisch-m.jpg)
}
.team_member_nagye {
  background-image: linear-gradient(to bottom,rgba(0,0,0,0) 60%,rgba(0,0,0,.95)),url(https://gpr2021.medunigraz.at/images/team/nagy-e.jpg)
}
.team_member_kollia {
  background-image: linear-gradient(to bottom,rgba(0,0,0,0) 60%,rgba(0,0,0,.95)),url(../img/team/kolli-a.jpg)
}
.team_member_tschaunerf {
  background-image: linear-gradient(to bottom,rgba(0,0,0,0) 60%,rgba(0,0,0,.95)),url(../img/team/tschauner-f.jpg)
}
.team_member_sorantine {
  background-image: linear-gradient(to bottom,rgba(0,0,0,0) 60%,rgba(0,0,0,.95)),url(../img/team/sorantin-e.jpg)
}
.team_portrait {
  position: relative;
  width: 100%;
  height: auto;
  padding-bottom: 125%;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat
}
.team_text {
  padding: .6rem
}
.team_portrait > h1 {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: .6rem;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.8rem
}
.team_text > h2 {
  font-size: 1.6rem;
  line-height: 1.5rem;
  margin-block-start: .2rem;
  margin-block-end: .6rem
}
.team_text > h3 {
  font-size: 1.3rem;
  line-height: 1.3rem;
  margin-block-start: 0;
  margin-block-end: .8rem;
  font-style: italic
}
.team_text > h4 {
  font-size: 1.2rem;
  line-height: 1.2rem;
  margin-block-start: 0;
  margin-block-end: .8rem
}
.team_text > p {
  font-size: 1rem;
  line-height: 1rem;
  margin-block-start: 0;
  margin-block-end: .4rem
}