@font-face {
  font-family: "Trebuchet MS";
  src: url(../fonts/Trebuchet_MS.ttf) format("truetype");
  font-style: normal;
  font-stretch: normal;
  font-weight: normal; }
@font-face {
  font-family: "Trebuchet MS";
  src: url(../fonts/Trebuchet_MS_Bold.ttf) format("truetype");
  font-style: normal;
  font-stretch: normal;
  font-weight: bold; }
@keyframes fadeIn {
  from {
    opacity: 0%; }
  to {
    opacity: 100%; } }
* {
  padding: 0;
  margin: 0;
  border: 0;
  box-sizing: border-box; }

a {
  color: inherit;
  outline: 0;
  text-decoration: inherit; }
  a:hover {
    opacity: 0.7;
    outline: 0; }

body {
  background: white;
  position: relative;
  min-height: 100vh;
  overscroll-behavior: none;
  font-size: 1em;
  overflow-y: scroll; }

p {
  font-family: "Trebuchet MS";
  font-weight: normal;
  font-size: 1.1em;
  text-align: justify;
  letter-spacing: 0.15em;
  color: #232323; }

button {
  cursor: pointer; }

header {
  height: 35em;
  overflow: hidden; }

h1 {
  letter-spacing: 0.2em;
  margin: 1em;
  margin-top: 1.0em;
  line-height: 1; }
  h1 span {
    white-space: nowrap; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Trebuchet MS";
  font-weight: bold; }

#title a {
  opacity: 1; }

.title-pos1 {
  font-size: 7em;
  position: relative; }

.title-pos2 {
  font-size: 2.5em;
  position: fixed;
  transform: rotate(-90deg);
  left: -3em;
  top: 3em; }

.card {
  background-color: black;
  color: white;
  padding-top: 2em;
  animation-name: fadeIn;
  animation-duration: 1s;
  animation-direction: normal;
  animation-fill-mode: forwards;
  margin: auto; }

.break {
  flex-basis: 100%;
  height: 0; }

.card h3 {
  font-family: "Trebuchet MS";
  font-weight: bold;
  color: white;
  font-size: 1.3rem; }

#wobbelwellen-bg {
  top: 0;
  right: 0;
  position: fixed;
  z-index: -2; }
  #wobbelwellen-bg img {
    transform: rotate(180deg);
    width: 40vw; }

#schmax {
  width: 20em; }
  #schmax img {
    width: 100%; }

#skills {
  display: inline-flex;
  flex-flow: column wrap;
  flex-direction: column;
  width: 100%;
  justify-content: space-evenly; }
  #skills .nav-item {
    border-bottom-left-radius: 1em;
    border-top-right-radius: 0.5em;
    background-color: black;
    width: 3em;
    height: 3em;
    margin: 1em; }

#kontakt {
  background-color: black;
  color: white;
  max-width: 50em;
  margin: auto;
  padding: 1.5em;
  animation-duration: 1s;
  animation-direction: normal;
  animation-fill-mode: forwards; }
  #kontakt input, #kontakt textarea, #kontakt button {
    font-family: "Trebuchet MS";
    font-weight: bold;
    font-size: 1em;
    width: 100%;
    margin-top: 1em;
    padding: 1em;
    box-sizing: border-box;
    background-color: white;
    border: 0;
    border-radius: 0; }
  #kontakt button {
    transition-duration: 0.1s;
    transition-timing-function: linear; }
    #kontakt button:hover {
      background-color: #cccccc; }

::placeholder {
  color: black;
  opacity: 1;
  font-size: 1em; }

main {
  display: block;
  min-height: 80em;
  max-width: 80em;
  margin-left: 15vw;
  padding-bottom: 20em; }

footer {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 5rem;
  background-color: black; }
  footer p {
    color: white;
    float: right;
    margin-right: 1.5em;
    padding-left: 5em;
    text-align: left;
    position: relative;
    top: 50%;
    transform: translateY(-50%); }
  footer ul {
    margin-left: 2em;
    list-style-type: none;
    height: 1.5em;
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }
    footer ul li {
      display: inline-block;
      margin-right: 0.8em; }
      footer ul li img {
        width: 1.8em;
        height: 1.8em; }

@media screen and (max-width: 1200px) {
  body {
    font-size: 0.8em; }

  main {
    margin-left: 15vw;
    width: 75vw; }

  .title-pos1 {
    font-size: 6em; } }
@media screen and (max-width: 700px) {
  body {
    font-size: 0.7em; }

  main {
    width: 92vw;
    margin: auto; }

  header {
    height: 70vw; }

  footer p {
    letter-spacing: 0.15em; }

  .title-pos1 {
    font-size: 10vw; }

  .title-pos2 {
    display: none; }

  #wobbelwellen-bg {
    display: none; }

  #kontakt {
    width: 100%;
    margin: auto; } }
@supports (-webkit-touch-callout: none) {
  #wobbelwellen-bg {
    transform: all 0.1s linear; } }

/*# sourceMappingURL=main.css.map */
