body {
  background: #3C3C3C;
  margin: 1.5em 0em 0em 0em;
  font-family: "Poppins", sans-serif;
  color: white;
  max-width: 100%;
  overflow-x: hidden;
}

div.wrapper {
  max-width: 100%;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  font-size: 1.3rem;
  color: white;
}

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0em 1.5em;
}
header a {
  font-weight: bold;
  z-index: 1;
}
header .menu {
  width: 3em;
  margin-top: 0em;
}
header nav {
  position: fixed;
  right: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.8);
  height: 100vh;
  width: 50%;
  z-index: 10;
  text-transform: uppercase;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  transform: translateX(100%);
  transition: transform 0.5s ease-in-out;
}
header nav ul {
  list-style-type: none;
  padding: 0;
  margin-top: 8em;
}
header nav ul a {
  color: #000;
  padding: 0.75em 2em;
  display: block;
}
header nav .close {
  width: 2em;
  height: 2em;
  float: right;
  margin: 2em;
}

section.hero {
  display: None;
}

section.map {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: -3rem 0rem 0rem 0rem;
  height: 100vh;
  background: #3C3C3C;
}
section.map div.radar_skill {
  width: 90vw;
  height: 80vh;
  display: flex;
  align-items: center;
  justify-content: space-around;
  background: #3C3C3C;
}

section.imprint {
  text-align: center;
  background-color: #000;
  margin-left: -10em;
  margin-right: -10em;
  margin-bottom: -10em;
}
section.imprint .contact {
  padding-top: 2em;
}
section.imprint ul {
  display: inline-block;
  list-style-type: none;
}
section.imprint ul svg {
  width: 2em;
  height: 2em;
}
section.imprint ul a {
  font-size: medium;
}

nav.open-nav {
  transform: translateX(0%);
}

@media only screen and (min-width: 1100px) {
  body {
    margin: 2.5em 8rem;
  }
  .menu {
    display: none;
  }
  div.wrapper {
    max-width: 100%;
    overflow-x: unset;
  }
  header nav {
    transform: translateX(0%);
    position: unset;
    display: block;
    width: auto;
    height: auto;
    background: none;
  }
  header nav .close {
    display: none;
  }
  header nav ul {
    display: flex;
    margin: 0;
  }
  header nav ul a {
    color: #fff;
    padding: 1.5em;
    font-weight: 100;
    font-size: 1rem;
  }
  header nav ul a:hover {
    background: none;
    text-decoration: underline;
  }
  section.hero {
    display: inline-block;
    width: 100%;
    height: 100vh;
    align-items: center;
  }
  section.hero div.radar_div {
    height: 100%;
    width: auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0rem 0rem;
    background: #3C3C3C;
  }
  section.map {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0rem -8rem;
    height: 100vh;
    background: #000;
  }
  section.map div.radar_skill {
    width: 80vw;
    height: 80vh;
    display: flex;
    background: #000;
  }
  section.imprint {
    background: #3C3C3C;
  }
}
/*h3 {
  margin-top: 50px;
}
li {
  margin: 25px 50px 0 0;
}
table {
  width: 1400px;
  margin: 0 50px 0 50px;
}
td {
  width: 50%;
  vertical-align: top;
  padding-right: 60px;
}

div.radar_div{
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;

    svg.radar{
        margin-top: 10em;
    }
}*//*# sourceMappingURL=skills.css.map */