*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  /* bgc = Background-Color */
  --bgc-darkgrey: #62656A;
  --bgc-menu: #506b95;
  --bgc-footer: #abc6f1;
  --bgc-black: #000000;
  --bgc-blue-flipbox: rgba(60, 60, 130, 0.4);
  --bgc-light-blue: rgba(14, 9, 119, 0.74);
  --bgc-lila: #182153;


  /*fc = Front-Color*/
  --fc-white: #fff;
  --fc-light-grey: #ababab;
  --fc-darkslategray: #2f4f4f;
  --fc-beige-white:  #e5fafa;
  --fc-github: #333;
  --fc-facebook: #3b5998;
  --fc-LinkIn: #3b5998;
  --fc-Instagram: linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d);
}

@font-face{
  font-family: Geist-san;
  src: url(./Fonts/Geist-Regular.ttf);
}

@font-face {
  font-family: ipa-gothic;
  src: url(./Fonts/ipa-gothic/ipag.ttf);
}

html {
  font-size: 0.625em; 
  overflow-x: hidden;
}

body{
  
  font-family: 'Geist-san','Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  
}

header {
  height: 6rem;
  width: 100vw;
  background: var(--bgc-menu);
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  color: var(--fc-white);
}

header ul li a{
  color: var(--fc-white);
  padding-bottom: 0.2rem;
  transition: all 0.3s ease;
}

header ul{
  display: flex;
  flex-direction: row;
}

header ul li{
  margin: 0.5rem;
  list-style: none;
}

h2, h3 {
  letter-spacing: 0.1rem;
}

.language {
  height: 100%;
  width: 20%;
  font-size: 1.4rem;
  font-family: 'Geist-san','Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  position: absolute;
  left: 0;
  top: 0;
}

.language a:hover{
  cursor: pointer;
  color: var(--fc-light-grey);
  border-bottom-color: var(--fc-light-grey);
}

a.active {
  border-bottom: 0.2rem solid var(--fc-white);
}

.menu{
  height: 100%;
  display: flex;
  justify-content: space-evenly;
  font-size: 2rem;
  align-items: center;
}

.menu a:hover,
.dropdownMenu a:hover{
  color: var(--fc-light-grey);
  border-bottom-color: var(--fc-light-grey);
}

.menu li {
  margin: 0 2rem;
} 


.menu-icon {
  cursor: pointer;
  position: absolute;
  top: 0.5rem;
  right: 1.5rem;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
  background: transparent;
  border: none;
}

.menu-icon .top_line, 
.menu-icon .middle_line, 
.menu-icon .bottom_line {
  position: absolute;
  width: 2.5rem;
  height: 0.3rem;
  background-color: var(--fc-white);
  transition: 0.4s;
  left: 0.5rem;
}

.menu-icon .top_line {
  top: 0.5rem;
  
}

.menu-icon .middle_line {
  top: 1.5rem;
}

.menu-icon .bottom_line {
  top: 2.5rem;
}

.change .top_line {
  transform: rotate(-45deg) translate(-50%, 50%);
}
.change .middle_line {
  opacity: 0;
}
.change .bottom_line {
  transform: rotate(45deg) translate(-50%, -50%);
}

.dropdownMenu {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 5rem;
  background: var(--bgc-footer);
  font-size: 1.8rem;
}

.dropdownMenu nav {
  margin-top: 2rem;
  text-align: center;
}

.dropdown-menu-list{
  display: flex;
  flex-direction: column;
  padding: 0.5rem;
  font-size: 2rem;
}

.dropdown-menu-list li {
  margin: 1.5rem;
}

.dropdown-menu-language {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 1rem;

}

.dropdown-menu-language ul {
  display: flex;
  position: fixed;
  bottom: 2rem;
  font-size: 2.5rem;
}

.dropdown-menu-language ul li {
  margin: 0 1rem;
}

.begruessung {
  height: 76rem;
  width: 100vw;
  display: flex;
}

.begruessung-level1 {
  height: 100%;
  width: 75%;
  color: var(--fc-white);
  background: url(./Background-img/pexels-luis-gomes-166706-546819_komprimierte.jpg);
  background-repeat: no-repeat;
  background-size: 150% auto;
  background-attachment: fixed;
  object-fit: cover;
}

.level2{
  height: 100%;
  width: 100%;
}

.level2 div{
  height: 100%;
  width: 100%;
  font-size: 2.8rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 13rem 15rem;
  
}

.info{
  height: 100%;
  width: 25%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: var(--fc-white);
  background: linear-gradient(180deg,  var(--bgc-menu) 10%, var(--bgc-menu) 80%, black 170%);
}

.info img{
  height: 20rem;
  width: 20rem;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 5rem;
  text-align: center;
  align-content: center;
}

.info h2 {
  margin-top: 3rem;
  font-size: 3.5rem;
}

.info p {
  margin-top: 1rem;
  font-size: 1.5rem;
}

.info svg, .info div a svg path, .st0{
  fill: var(--fc-beige-white);
}

.info .email {
  display: flex;
  align-items: center;
  gap: 0.5rem;  
  font-size: 1.8rem;
  margin-top: 15rem;
  color: var(--fc-beige-white);
}

.info .email:hover {
  color: var(--bgc-black);
}

.info .email:hover .st0, .social-links .email svg:hover{
  fill: var(--bgc-black);
}

.info .email svg {
  height: 2rem;
  width: 2rem;
}

.info div{
  margin: 2rem 0 5rem 0;
  display: flex;
  gap: 1rem;
}

.info div a svg, .social-links a svg {
  width: 3.5rem;
  height: 3.5rem;
}

.info div a:nth-child(1) svg:hover path, .contact div a:nth-child(1) svg:hover path {
  fill: var(--fc-LinkIn);
}


.info div a:nth-child(2) svg:hover path, .contact div a:nth-child(2) svg:hover path {
  fill: var(--fc-facebook);
}

.info div a:nth-child(3) svg:hover .eins, .contact div a:nth-child(3) svg:hover .eins{
  fill: url(#0);
}

.info div a:nth-child(3) svg:hover .zwei, .contact div a:nth-child(3) svg:hover .zwei {
  fill: url(#1);
}

.info div a:nth-child(4) svg:hover path, .contact div a:nth-child(4) svg:hover path {
  fill: var(--fc-github);
}


.aboutme {
  max-height: 100rem;
  height: 100%;
  width: 100vw;
  background: var(--bgc-footer);
  color: var(--fc-darkslategray);
  font-size: 1.8rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  
}

.aboutme .anchor {
  display: block;
  position: relative;
  top: -10rem;
  visibility: hidden;
}

.aboutme h2 {
  max-width: 70%;
  width: 100%;
  padding: 10rem 0 5rem 0;
  margin: 0  auto;
  text-align: left;
}

.aboutme p {
  max-width: 70%;
  width: 100%;
  padding-bottom: 3rem;
  margin: 0 auto;
  text-align: justify;
}

.aboutme p:last-child{
  margin-bottom: 5rem;
}

.aboutme a {
  color: var(--fc-darkslategray);
  font-weight: bold;
}

.aboutme a:hover {
  color: var(--fc-white);
}

.career {
  width: 100vw;
  background: url('./Background-img/pexels-pixabay-210158_komprimierte.jpg'), linear-gradient(180deg, var(--bgc-black) -70%, rgba(103, 131, 224, 0.469), var(--bgc-black) 122% );
  background-size: cover;
  background-position: center;
  background-blend-mode: overlay;
  display: flex  ;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  color: var(--fc-white);
}

.career .anchor{
  display: block;
  position: relative;
  top: -5rem;
  visibility: hidden;
}


.career h2{
  font-size: 3rem;
  margin: 5rem 5rem 10rem 5rem;
}

.careerLevel2-2{
  height: auto;
  width: 80rem;
  margin-bottom: 5rem;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  background:  linear-gradient(90deg, transparent 50%, var(--fc-beige-white) 50%, var(--fc-beige-white) 50.3%, transparent 50.3%);
}


.careerText {
  height: 70%;
  width: 90%;
  margin: 1.5rem  auto 0 auto;
}

.careerLevel2-2 .flip-box-front img {
  height: 10rem;
  width: 10rem;
}

.careerLevel2-2 .flip-box.visible{
  opacity: 1;
  transform: translateY(0);
}

.careerLevel2-2 div {
  height: 32rem;
  width: 35rem;
  margin: 2rem 2rem 2rem 3rem;
  font-size: 2.5rem;
}

.careerLevel2-2 div p .date{
  font-size: 3rem;
  font-weight: bold;
  line-height: 3;
}

.careerLevel2-2 .flip-box {
  width: 100%;
  height: 100%;
  margin: 0;
  flex-direction: column;
  align-items: center;
  perspective: 100rem;
  opacity: 0;
  transform: translateY(-2rem); 
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  position: relative;
  z-index: 0;
}

.careerLevel2-2 .flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  text-align: center;
  transition: transform 1.8s;
  transform-style: preserve-3d;
}

.careerLevel2-2 .flip-box-front {
  height: 100%;
  width: 100%;
  position: relative;
  font-size: 2rem;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}


.careerLevel2-2 .flip-box.active .flip-box-inner  {
  transform: rotateY(180deg);
}



.careerLevel2-2 .flip-box-front, .careerLevel2-2 .flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden; 
  backface-visibility: hidden;
  margin: 0.5rem;
  background:  var(--bgc-blue-flipbox);
  border-radius: 1.5rem;
}

.careerLevel2-2 .flip-box-back {
  transform: rotateY(180deg);
  justify-content: center;
  height: 100%;
  width: 100%;
  margin: 0;
}

.careerLevel2-2 .flip-box-back ul {
  height: 100%;
  width: 100%;
  padding-left: 2.5rem;
  font-size: 1.5rem;
  background: var(--bgc-footer);
  color: var(--fc-darkslategray);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: left;
  border-radius: 1.5rem;
}

.careerLevel2-2 .flip-box-back ul li{
  width: 100%;
  margin-top: 1rem;
  padding: 0.2rem;
}

.knowledge{
  width: 100vw;
  background: url(./Background-img/pexels-maoriginalphotography-1485894_komprimierte.jpg);
  background-repeat: no-repeat;
  background-size: 150% auto;
  background-attachment: inherit;
  background-position: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: var(--fc-beige-white);
}

.knowledge .anchor {
  display: block;
  position: relative;
  top: -4rem;
  visibility: hidden;
}

.knowledgeTitel {
  height: 10rem;
  width: 100vw;
  background: var(--bgc-lila);
  border-bottom: 0.2rem solid var(--fc-white);
}

.knowledgeTitel h2 {
  font-size: 3rem;
  margin: 4rem 5rem 8rem 5rem;
} 

.knowledgeBox{
  max-width: 90rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1rem;
  margin: 5rem 0;
}

.knowledge div::after {
  content: "";
  width: 45rem;
} 

.knowledgeBox div{
  height: 7.5rem;
  width: 33rem;
  margin: 1rem auto;
  background-color: rgb(34, 36, 39, 0.7);
  font-size: 1.8rem; 
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center; 
  
}

.knowledgeText {
  opacity: 0;
  transform: translateY(-2rem); 
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  position: relative;
  z-index: 0;
}

.knowledgeText.visible {
  opacity: 1;
  transform: translateY(0);
}

.qualificationen {
  width: 100vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  background: linear-gradient(180deg, var(--bgc-black) -79%, var(--bgc-menu) 10%, var(--bgc-menu) 80%, var(--bgc-black) 170%);
  color: var(--fc-white);
}

.qualificationen .anchor{
  display: block;
  position: relative;
  top: -3rem;
  visibility: hidden;
}

.qualificationen h2 {
  font-size: 3rem;
  margin: 5rem 5rem 10rem 5rem;
}

.show-qualificationen {
  width: 100vw;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: row;
}

.show-qualificationen button {
  width: 5rem;
  height: 5rem;
  color: var(--fc-white);
  background: transparent;
  border: 0;
  margin: 0 2rem;
}

.show-qualificationen button svg {
  width: 5rem;
  height: 5rem;
}

.show-qualificationen button svg path {
  stroke: var(--fc-white);
}

.show-qualificationen button:hover svg path{
  cursor: pointer;
  stroke: var(--fc-light-grey);
  
}

.carousel {
  width: 80vw;
  min-height: 60rem;
  margin: 0 0rem 5rem 0rem;
  display: flex;
  justify-content: space-around;
  align-items: center;
  overflow: hidden;
}

.carousel .flip-box {
  width: 35rem ;
  height: 45rem;
  display: none; 
  flex-direction: column;
  align-items: center;
  perspective: 100rem;
}

.carousel .flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 1.8s;
  transform-style: preserve-3d;
}

.carousel .flip-box-front {
  position: relative;
  font-size: 2rem;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
  padding: 0 1rem;
}

.carousel .flip-box.active .flip-box-inner  {
  transform: rotateY(180deg);
}

.carousel .flip-box-front h3 {
  margin: 5.0rem auto 3.5rem auto;
}

.carousel .flip-box-front p {
  margin: 0 auto;
}

.carousel .flip-box-front span{
  color: var(--fc-white);
  font-weight: 800;
  letter-spacing: 0.1rem;
}



.carousel .flip-box-front img {
  width: 10rem;
  height: 10rem;
  position: fixed;
  bottom: -1.5rem;
  right: 13rem;
}


.carousel .flip-box-front, .carousel .flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden; 
  backface-visibility: hidden;
  margin: 0.5rem;
  background:  var(--bgc-blue-flipbox);
  border-radius: 1.5rem;
  text-align: center;
}

.carousel .flip-box-back {
  transform: rotateY(180deg);
  justify-content: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: var(--bgc-footer); 
}

.carousel .flip-box-back .container {
  width: 100%;
  height: 85%;
  position: relative;
  top: -2.5rem;
  left: 4rem;
}



.carousel .flip-box-back .container img {
  display: block;
  width: 78%;
  height: 100%;
  border-radius: 1.5rem;       
}

.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: var(--bgc-light-blue);
  overflow: hidden;
  width: 78%;
  height: 0;
  transition: .5s ease;
  border-radius: 1.5rem;
}

.container:hover .overlay {
  height: 100%;
}

.text {
  color: white;
  font-size: 2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.carousel .flip-box-back img:nth-child(2){
  width: 10rem;
    height: 10rem;
    position: fixed;
    bottom: -1.5rem;
    right: 13rem;
}

.carousel .flip-box-back div a {
  font-size: 2.8rem;
  color: var(--fc-darkslategray);
}

.carousel .flip-box-back div a:hover{
  color: var(--fc-white);
}

.imprint{
  width: 100vw;
  min-height: calc(100vh - 6rem - 6rem);
  background: var(--bgc-footer);
  color: var(--fc-darkslategray);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.imprint article {
  width: 35%;
  margin-bottom: 4rem;
}

.imprint article h2 {
  font-size: 2rem;
  margin: 3rem 0;
}

.imprint article h2:first-child{
  font-size: 2.8rem;
  margin: 6rem 0 6rem 0;
}

.imprint article h2:nth-child(3) {
  font-size: 2.8rem;
  margin: 6rem 0 5rem 0;
}

.imprint article h2:nth-child(2) {
  font-size: 2.8rem;
}

.imprint article p {
  font-size: 1.5rem;
}

.imprint article p:last-child {
  margin-bottom: 5rem;
}

.imprint article:nth-child(2) a svg {
  width: 3.5rem;
  height: 3.5rem;
  position: fixed;
  z-index: 3;
  bottom: 20rem;
  right: 5rem;
  opacity: 0;
  transition: opacity 0.4s ease-in;    
}


.picture-sources {
  width: 100vw;
  min-height: calc(100vh - 6rem - 6rem);
  background: var(--bgc-footer);
  color: var(--fc-darkslategray);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
}

.picture-sources h2 {
  color: var(--fc-darkslategray);
  font-size: 2.8rem;
  margin-top: 3rem;
}

.picture-sources article {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  text-align: center;
}

.picture-sources article a img {
  width: 18rem;
}

.picture-sources article a:not(:nth-child(2)){
  margin: 5rem 2rem 2rem 2rem;
}

.picture-sources article a {
  color: var(--fc-darkslategray);
  font-weight: bold;
}

.picture-sources article a:hover {
  color: var(--fc-white);
}

.picture-sources article:nth-child(4) a:last-child{
  margin-bottom: 3.5rem;
}

footer {
  width: 100vw;
  height: auto;
  display: flex;
  flex-direction: column;
}

.contact {
  width: 100%;
  height: 30rem;
  font-size: 1.8rem;
  display: flex;
  justify-content: space-around;
  align-items: center;
  background-color: var(--bgc-footer);
  color: var(--fc-darkslategray);
}

.contact article:nth-child(1) {
  display: flex;
  flex-direction: column;
}

.contact h2 {
  margin-bottom: 8rem;
}

.social-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.social-links a svg, .social-links a:not(:last-child) svg path{
  fill: var(--fc-darkslategray);
}

.cls-1 {
  fill:none;
  stroke:var(--fc-darkslategray);
  stroke-miterlimit:10;
  stroke-width:1.91px;
}

.social-links a:hover .cls-1 {
  stroke: var(--fc-white);
}


.contact article:nth-child(2) a svg{
  width: 3.5rem;
  height: 3.5rem;
  position: fixed;
  z-index: 3;
  bottom: 20rem;
  right: 5rem;
  opacity: 0;
  transition: opacity 0.4s ease-in;
}

#Icon-Set{
  fill: var(--fc-white)
}


.fußnote {
  width: 100%;
  height: auto;
  font-size: 1.1rem;
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
  background: var(--bgc-menu);
  color: var(--fc-white);
}

.fußnote p{
  margin: 1rem;
}

.fußnote article {
 display: flex;
}

.fußnote article button {
  margin: 1.2rem 1.2rem 0 1.2rem;
  font-size: 1.3rem;
  background: transparent;
  border: none;
  color: var(--fc-white);
}

.fußnote article button:hover {
  color: var(--fc-light-grey);
  cursor: pointer;
}

.flip-box:hover {
  cursor: pointer;
}

.begruessung,
.aboutme,
.career,
.knowledge,
.qualificationen,
.contact {
  display: flex;
}

.imprint,
.picture-sources{
  display: none;
}

.textdecoration, 
.textdecoration a,
.textdecoration ul li a{
  text-decoration: none;
}


 @media only screen and (max-width: 1300px) {
  .menu{
    font-size: 1.8rem;
  }
}

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


  header {
    height: 5rem;
    position: relative;
  }

  main {
    padding-top: 0;
    
  }

  .language, .menu {
    display: none;
  }

  .menu-icon {
    display: block;
  }

  
  .begruessung {
    height: auto;
    flex-direction: column;
  }

  .begruessung-level1 {
    height: 22rem; 
    background-size: 100% auto;
    background-attachment: inherit;

  }

  .level2 {
    padding: 0;
    font-size: 1.3rem;
    justify-content: center;
  }

  .level2 div {
    height: 75%;
    font-size: 1.3rem;
    align-items: center;
    justify-content: center;
    padding: 0;
    
  }

  .info {
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  
  .info img {
    height: 15rem;
    width: 15rem;
    margin-top: 2rem;
    border-radius: 100%;
  }

  .info h2 {
    font-size: 2.5rem;
  }

  .info p {
    font-size: 1.2rem;
  }

  .info a{
    font-size: 1.5rem;
  }
  
  .info div {
    margin-left: 2rem;
  }

  .aboutme {
    max-height: none;
    height: auto;
    color: var(--bgc-black)
  }

  .aboutme h2 {
    max-width: 80%;
  }

  .aboutme p {
    text-align: left;
    max-width: 80%;
    letter-spacing: 0.12rem;    
    word-spacing: 0.2rem;    
  }

  .aboutme .anchor {
    top: -10rem;
  }
  
  .career h {
    margin: 10rem 5rem 5rem 5rem;
  }

  .career .anchor {
    top: -5rem;
  }
 

  .careerLevel2-2 {
    max-width: 50rem;
    width: 80%;
    background: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center; 
  }

  .careerLevel2-2 div {
    height: 35rem;
  }

  .careerLevel2-2 .help-div {
    display: none;
  }



  .careerLevel2-2 div p .date {
    font-size: 2rem;
  }

  .knowledge {
    background-size: cover;
  }

  

  .knowledge .anchor {
    top: -4rem;
  } 


  .qualificationen .anchor {
    top: -5rem;
  }

  .carousel{
    width: 80%;
  }

  .show-qualificationen button {
    margin: 0;
  }
  
  .carousel .flip-box {
    width: 25rem ;
    height: 50rem;
  }

  .carousel .flip-box-front {
    padding: 2rem;
  }

  .carousel .flip-box-front  h3{
    font-size: 2.2rem;
  }

  .carousel .flip-box-front p {
    font-size: 1.8rem;
  }

  .carousel .flip-box-front img {
    right: 6.5rem;
  }

  .carousel .flip-box:not(:nth-child(6)) .flip-box-inner .flip-box-back {
    justify-content: flex-start;
  }

  .carousel .flip-box-back .container {
    left: 0.6rem;
  }

  .carousel .flip-box-back img:nth-child(1){
    width: 95%;
    height: 100%;
    margin-top: 3.5rem;
  }

  .carousel .flip-box-back img:nth-child(2) {
    right: 6.5rem;
  }

  .overlay {
    bottom: -3.5rem;
    width: 96%;
  }

  .container .overlay {
    height: 100%;
  }

  .imprint article {
    width: 60%;
    color: var(--bgc-black);
  }  

  .picture-sources {
    height: calc(100% - 5rem - 7rem);
  }

  .contact,
  .contact a,
  .social-links a svg, .social-links a:not(:last-child) svg path,
  #Icon-Set {
    fill: var(--bgc-black);
    border-color: var(--bgc-black);
    color: var(--bgc-black);
  }

  .cls-1 {
    stroke: var(--bgc-black);
  }

  .contact article:nth-child(2) a svg {
    right: 2rem;
  }

  .fußnote p {
    margin-bottom: 3rem;
  }

  .fußnote article a {
    margin-bottom: 0.5rem;
  }

  header,
  .begruessung,
  .begruessung-level1,
  .info,
  .aboutme,
  .career,
  .knowledge,
  .knowledgeTitel,
  .qualificationen,
  .show-qualificationen,
  .imprint,
  .picture-sources,
  footer {
    width: 100%;
  }  

}

@media only screen and (max-width: 420px) {
  .career h2{
    font-size: 2.5rem;
    text-align: center;
  }
}