nav ul{
  display: flex;
  justify-content: center;
  text-align: center;
  margin: 0;
  background-image: linear-gradient(to right,#00df7f,#6909e3);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 8;
}

nav li{
  display: inline;
}

nav a{
  display: inline-block;
  color: white;
  font-size: 2em;
  padding: 22px 15px;
  text-decoration: none;
  font-weight: 600;
  font-family: 'Archivo Black', sans-serif;
}

nav a:hover{
cursor: pointer;
font-size: 5em;
}

header{
  z-index: 2;
  margin-bottom: 65px;
}

* {
  box-sizing: border-box;
}

#about{
  display: flex;
  justify-content: center;
  border-radius: 10px;
}

#portrait{
  width: 20%;
  min-width: 150px;
  position: relative;
}

#portrait_image{
  background-size: cover;
  background-image: url("https://e.snmc.io/i/fullres/w/ee16ead24e3c59dbfd767d21b8b71176/7288581");
  background-position: center;
  position: absolute;
  height: 100%;
  width: 100%;
  cursor: grabbing;
}

#portrait_image:hover{
  background-size: cover;
  background-image: linear-gradient(to right, #ff0000, #ff0000), url("../img/DJ_ROAST.jpg");
  background-blend-mode: saturation;
  background-position: center;
  position: absolute;
  height: 100%;
  width: 100%;
}

#beschreibung{
  width: 40%;
  background: #efefef;
}

#name{
  min-height: 200px;
  margin: 5%;
}

#name h1:hover{
  color: #6909e3;
}

#adresse {
  color: #efefef;
  background: #343434;
  min-height: 200px;
  padding:5%;
}

body{
  font-size: 14px;
  line-height: 21px;
  color: white;
  margin: 0;
  font-family: 'Archivo', sans-serif;
}

body h1{
  font-family: 'Archivo Black', sans-serif;
}

a{
  color: #00df7f;
  text-decoration: none;
}

#beschreibung h1{
  color: #343434;
  text-transform: uppercase;
  font-size: 5em;
  line-height: 0.7;
  word-break: break-all;
  margin-top: 0.6em;
  margin-bottom: 14px;
}

#beschreibung span{
  color: #7a7a7a;
  font-size: 14px;
  text-transform: none;
}

html{
  background-image: linear-gradient(to right,#00df7f,#6909e3);
}

.background{
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 0;
  top: 0;
  left: 0;
  isolation: isolate;
}

main{
  isolation: isolate;
  width: 100%;
  z-index: 2;
}

#wrapper{
  max-width: 1170px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: auto;
  margin-left: auto;
}

#wrapper h1{
  text-align: center;
  line-height: 4em;
}

.skills-icons{
  display: flex;
  flex-flow: row wrap;
  font-size: 1.25rem;
}

#icon1, #icon2, #icon3{
  height: 300px;
  width: 33.333%;
  text-align: center;
}

#icon1{
  background: url("../img/icon-ae.svg")50% 50% no-repeat;
}

#icon2{
  background: url("../img/icon-music.svg")50% 50% no-repeat;
}

#icon3{
  background: url("../img/icon-cinema.svg")50% 50% no-repeat;
}

#skills{
  color: white;
}

#cv, #jobs, #ausbildungen{
  float: left;
  color: white;
}

.cv-eintrag{
  width: 100%;
  float: left;
}

.cv-eintrag img{
  vertical-align: middle;
  margin-right: 15px;
}

.links p{
  display: inline-block;
  padding: 15px;
  background-color: rgba(0,0,0,0.2);
  border-radius: 10px;
  mix-blend-mode: overlay;
}

.links{
  float: left;
}


.jahr{
}

.rechts{
  width: 80%;
  vertical-align: top;
  float: right;
}

.cv-titel{
  font-size: 1.2em;
  line-height: 3em;
  font-weight: bold;
}

.cv-beschreibung{
  background-color: rgba(0,0,0,0.2);
  border-radius: 10px;
  padding: 0 15px 15px 15px;
}

.absolutvodka{
  top: 0;
  position: fixed;
  height: 10%;
  background-repeat: round;
  margin-top: 20px;
  margin-left: 15px;
  z-index: 9;
}

#portfolio{
  float: left;
  color: white;
}

.portfolio-kacheln{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.portfolio-eintrag{
  position: relative;
  width: 33.333%;
}

.portfolio-eintrag img{
  width: 100%;
  display: block;
}

.portfolio-eintrag .arbeit-titel{
  background: rgba(0,0,0,0.5);
  color: white;
  height: 100%;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 3;
  left: 0;
  top: 0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
}

.portfolio-eintrag:hover .arbeit-titel{
  visibility: visible;
}

.arbeit-titel p{
  word-break: break-all;
}

.imgimg{
 display: flex; /* or inline-flex */
 justify-content: space-around;
}


.img-links img{
  width: 48%;
  float: left;
  margin: 0 4% 4% 0;
}

.img-rechts img{
  width: 48%;
  margin: 0 4% 4% 0;
}

.back{
  padding: 2%;
  width: 25%;
  margin: 2%;
  background: #343434;
  border: none;
  color: #00df7f;
  font-weight: bold;
}

.back:hover{
  background: #111015;
  color: #00df7f;
}

#formular{
  clear: both;
}

.kontaktformular{
  width: 70%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.form-control, textarea{
  padding: 2%;
  width: 92%;
  margin: 2%;
  border: none;
  background-color: rgba(0,0,0,0.2);
  border-radius: 10px;
  color: white;
}

input::-webkit-input-placeholder{
color: rgba(255,255,255,0.5) !important;
}

input:-moz-placeholder{ /* Firefox 18- */
color: rgba(255,255,255,0.5) !important;
}

input::-moz-placeholder{  /* Firefox 19+ */
color: rgba(255,255,255,0.5) !important;
}

input:-ms-input-placeholder{
color: rgba(255,255,255,0.5) !important;
}

textarea::-webkit-input-placeholder{
color: rgba(255,255,255,0.5) !important;
}

textarea:-moz-placeholder{ /* Firefox 18- */
color: rgba(255,255,255,0.5) !important;
}

textarea::-moz-placeholder{  /* Firefox 19+ */
color: rgba(255,255,255,0.5) !important;
}

textarea:-ms-input-placeholder{
color: rgba(255,255,255,0.5) !important;
}

.absenden{
  padding: 2%;
  width: 92%;
  margin: 2%;
  background: #343434;
  border: none;
  color: #00df7f;
  font-weight: bold;
}

.absenden:hover{
  background: #111015;
  color: #00df7f;
}

footer{
  background: #343434;
  color: white;
  padding: 2% 0;
  width: 100%;
  text-align: center;
}

@media only screen and (max-width: 1350px){
  .absolutvodka {
    height: 0px;
  }
}

@media only screen and (max-width: 960px){
  #about{
    display: flex;
    flex-flow: row wrap;
  }

  #beschreibung{
    width: 100%;
  }

  #portrait{
    width: 100%;
    padding-bottom: 56.25%;
  }

  #icon1, #icon2, #icon3{
    width: 100%;
    text-align: center;
  }

  section#cv{
    padding: 0 5%
  }

  .links{
    width: 100%;
    text-align: center;
  }

  .rechts{
    width: 100%;
  }

  nav a{
    font-size: 14px;
  }
}

@media only screen and (max-width: 480px){

  nav li{
    display: block;
    line-height: 0.1em;
  }

  ul{
    padding: 0;
  }

  nav{
    position: relative;
    width: 100%;
  }

  nav a{
    font-size: 2em;
  }

  nav ul{
    display: block;
    position: relative;
  }

  header{
    margin-bottom: 1em;
  }

  main{
    padding: 0;
    margin: 0 auto;
    text-align: center;
    width: 100%;
  }
}

#factotext h1{
  color: white;
  text-transform: uppercase;
  font-size: 7em;
  line-height: 0.69;
  word-break: break-all;
  margin-bottom: 14px;
  text-align: center;
}

#factiboi{
  padding-top: 10%;
  width: 100%;
  display: flex;
  justify-content: center;
}

#pears{
  position: fixed;
  z-index: 8;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
