/* --------------------------- *\
   NAVIGATION
\* --------------------------- */

#wmw-nav .wmw-nav-link-werkstatt, #wmw-nav .wmw-nav-link-werkstatt:hover {
  opacity:0.4;
} 



/* --------------------------- *\
   MAIN
\* --------------------------- */

/* HEADER */
.section-header .section-inhalt {
  padding-bottom:3em;
}

.section-header .left {
    background-image:radial-gradient(farthest-side at 33% 50%, rgb(2,22,18),#0e0e0e);
  }


/* TEAM */

.section-team {
    padding-top:2em;
}

.spalten-teamprofil {
  max-width:998px;
  margin:0 auto;
  display:flex;
  flex-wrap:wrap;
  justify-content:flex-start;
  padding-right:50px;
}


@media only screen and (max-width:1068px) and (min-width:729px) {
  .spalten-teamprofil {
    max-width:644px;
    margin:0 auto;
    padding-left:1.5em;
    padding-right:1.5em;
    justify-content:space-between;
  }
}

@media only screen and (max-width:728px) {
  .spalten-teamprofil {
    flex-flow:column;
    padding-right:0;
  }
}

.teamprofil {
  padding:3.5em 0 85px 50px;
}

@media only screen and (max-width:1068px) {
.teamprofil {
  padding:3.5em 0 85px 0;
  }
}

.profil-bild {
  height:337px;
  width:266px;
  margin:0 auto;
  background-color:rgba(0,0,0,0.2);
  background-repeat:no-repeat;
  background-size:contain;
  background-position:center;
  border:solid 1px #444;
  border-radius:0.8em;
  box-shadow:0px 0px 5px rgba(0,0,0,0.05);
  background-image:url(/werkstatt/styles/images/team/profil-icon.svg);
}

@media only screen and (max-width:728px) {
.profil-bild {
  height:266px;
  background-size:cover;
  background-position:top;
}
}

.profil-bild.rw {
  background-image:url(/werkstatt/styles/images/team/rw/image-2.jpg);
}

.profil-bild.es {
  background-image:url(/werkstatt/styles/images/team/es/image-2.jpg);
}

.profil-bild.an {
  background-image:url(/werkstatt/styles/images/team/an/image.jpg);
}

.profil-bild.tb {
  background-image:url(/werkstatt/styles/images/team/tb/image.jpg);
}

.profil-bild.ms {
  background-image:url(/werkstatt/styles/images/team/ms/image.jpg);
}

.profil-titel {
  position:absolute;
  margin-top:337px;
  width:inherit;
}

@media only screen and (max-width:728px) {
.profil-titel {
  margin-top:266px;
}
}

.profil-name {
  margin-top:0.75em;
}

.profil-beschreibung {
  font-weight:normal;
  color:rgb(181,181,181);
  margin-top:0.3em;
}



/* PARTNER Monochrom */
.img-monochrom {
  height:80px;
  width:280px;
  background-image:url(/werkstatt/styles/images/partner/logo/monochrom_edition.svg);
  background-repeat:no-repeat;
  background-size:contain;
  background-position:left;
}

.link-extern {
  margin-right:1.5em;
  margin-top:1.5em
}

.spalte-neben-toptitel {
    padding-top:2.5em;
}


@media only screen and (max-width:728px) {
.spalte-neben-toptitel {
    padding-top:0;
}
}

/* --------------------------- *\
   FOOTER
\* --------------------------- */