.accordionaccordion__content {
  display: none;
}
.accordionaccordion__content--open {
  display: block;
}
.greeting {
  padding: 32px;
  max-width: 600px;
}
@media (min-width: 768px) {
  .greeting {
    padding: 16px 16px 16px 100px;
  }
}
.greeting p {
  line-height: 35px;
  padding-bottom: 8px;
}
.greeting__profilfoto {
  margin: 2rem auto;
  border-radius: 50%;
  height: 300px;
  width: 300px;
  background-image: url("../media/Bewerbungsfoto2.jpg");
  background-size: auto 100%;
  background-position: -90% 0%;
  box-shadow: 10px 10px 15px #303030 inset;
}
.greeting__profilfoto--small {
  width: 150px;
  height: 150px;
  margin: 2rem auto;
  border-radius: 50%;
  background-image: url("../media/profile_bruchkoebel.jpg");
  background-size: auto 100%;
  background-position: 4% 0%;
  box-shadow: 10px 10px 15px #303030 inset;
}
.greeting .signature {
  width: fit-content;
  font-family: myFirstFont;
  font-size: 1.6rem;
  background-image: linear-gradient(to left, #00a2ff, #33ff00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.greeting .signature_2 {
  width: fit-content;
  font-family: myFirstFont;
  font-size: 2rem;
  background-image: linear-gradient(to left, #00a2ff, #33ff00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (min-width: 768px) {
  .wrapper {
    flex-direction: column-reverse;
  }
}
.left {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media (min-width: 768px) {
  .left {
    width: 50%;
    height: 100vh;
  }
}

.right {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media (min-width: 768px) {
  .right {
    width: 50%;
    height: 100vh;
  }
}

.center {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  flex-flow: column-reverse;
}

.wrapper {
  display: flex;
  flex-direction: column-reverse;
}
@media (min-width: 768px) {
  .wrapper {
    flex-direction: row;
  }
}
.lebenslauf {
  padding: 16px;
}
.lebenslauf h2 {
  font-size: 2rem;
}
@font-face {
  font-family: myFirstFont;
  src: url(../font/AmaticSC-Regular.ttf);
}
body {
  margin: 0;
  padding: 0;
  font-family: -system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 10px;
  background-color: #303030;
  color: white;
}

h1, span, div, p, ul, li {
  margin: 0;
  font-size: 1.4rem;
}

h1, h2 {
  width: fit-content;
  font-family: myFirstFont;
  font-size: 3rem;
  background-image: linear-gradient(to left, #00a2ff, #33ff00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

h3 {
  font-size: 1.5rem;
}

h4 {
  font-size: 1rem;
  font-style: italic;
}

a {
  text-decoration: none;
  display: inline-block;
  color: white;
}
a:hover, a :active, a :focus {
  background-image: linear-gradient(to left, #00a2ff, #33ff00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
a:after {
  content: " ";
  display: block;
  height: 2px;
  background-image: linear-gradient(to left, #00a2ff, #33ff00);
}

p {
  margin: 10px 0;
}

.section {
  min-height: 100vh;
}
