/* Colors
-------------------------------------------------- */
:root {
  --dark: 34, 34, 34;
  --light: 236, 231, 225;
  --accent: 239, 0, 56; }

svg {
  --dark-hex: #222222;
  --light-hex: #ECE7E1;
  --accent-hex: #ff00ff; }

/* Personen
-------------------------------------------------- */
.content p {
  margin: 0; }

.personen ul {
  list-style: none; }

.personen li {
  margin-bottom: 6rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-flow: column nowrap;
  font-variant-numeric: oldstyle-nums; }

section.personen {
  max-width: none; }

.personen .hardfacts {
  width: 100%;
  margin-top: 1rem;
  font-size: 1rem;
  line-height: 1.4;
  display: inline;
  -webkit-hyphens: none;
      -ms-hyphens: none;
          hyphens: none; }

.personen h2 {
  text-transform: none;
  font-weight: bold;
  color: #EF0038;
  color: rgba(var(--accent), 1); }

.personen a, .personen a:visited {
  font-weight: normal;
  font-style: italic;
  text-decoration: none;
  border: 0;
  display: block; }

.personen a:hover, .personen a:active, .personen a:focus {
  color: #EF0038;
  color: rgba(var(--accent), 1);
  text-decoration: none; }

.personen .bio {
  display: none; }

.personen a.showkb {
  margin-top: 1em; }

@media screen and (min-width: 40em) {
  .content {
    padding-right: 0; }
  .personen ul {
    display: inline; }
  .personen li {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    width: calc( 80% - 3rem);
    margin-right: 1.5rem;
    /*	background-color: rgba(var(--dark),0.1); */ }
  .personen li figure {
    width: 18rem;
    flex-shrink: 0;
    border-top: 2px solid;
    border-color: rgba(var(--accent), 1); }
  .personen {
    margin-top: 6rem; }
  .personen .hardfacts {
    align-self: flex-start;
    padding-left: 1.5rem;
    margin-top: 0;
    border-top: 2px solid;
    border-color: rgba(var(--accent), 1); }
  .personen .skills {
    margin-top: 1rem;
    /* hyphens: auto; */ }
  .personen .bio {
    position: fixed;
    z-index: 4;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(var(--dark), 1);
    color: rgba(var(--light), 1);
    padding-top: 8rem;
    opacity: 0; }
  .personen .bio .pos {
    max-width: 78rem;
    margin: 0 auto;
    padding: 0 1.5rem; }
  .personen .bio h3 {
    font-size: 4rem;
    font-weight: 100; }
  .personen .bio p {
    font-size: 1.5rem;
    line-height: 1.5; } }

@media screen and (min-width: 40em) and (max-width: 60em) {
  .personen .bio h3 {
    font-size: 3rem; }
  .personen .bio p {
    font-size: 1rem; } }

@media screen and (min-width: 40em) {
  @-webkit-keyframes fadeIn {
    0% {
      opacity: 0; }
    100% {
      opacity: 1; } }
  @keyframes fadeIn {
    0% {
      opacity: 0; }
    100% {
      opacity: 1; } }
  .personen li.active .bio {
    display: block;
    opacity: 1;
    -webkit-animation-name: fadeIn;
            animation-name: fadeIn;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-animation-duration: 0.2s;
            animation-duration: 0.2s; }
  /* 	.personen li:hover{
		cursor: pointer;
		background-color: rgba(var(--dark),0.1);
	}
	
	.personen li:active{
		cursor: grabbing!important;
	}
*/ }

@media screen and (min-width: 70em) {
  .personen li {
    float: left;
    width: calc( 50% - 3rem); } }
/*# sourceMappingURL=personen.css.map */