.poppins-thin {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: normal;
  }
  
  .poppins-thin-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: italic;
  }
  
  .poppins-extralight {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: normal;
  }
  
  .poppins-extralight-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: italic;
  }
  
  .poppins-light {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
  }
  
  .poppins-light-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: italic;
  }
  
  .poppins-regular {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .poppins-regular-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: italic;
  }
  
  .poppins-medium {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
  }
  
  .poppins-medium-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: italic;
  }
  
  .poppins-semibold {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
  }
  
  .poppins-semibold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: italic;
  }
  
  .poppins-bold {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
  }
  
  .poppins-bold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: italic;
  }
  
  .poppins-extrabold {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: normal;
  }
  
  .poppins-extrabold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: italic;
  }
  
  .poppins-black {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: normal;
  }
  
  .poppins-black-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: italic;
  }

/*************************************************************************/

body{
    background-color: rgb(125, 124, 124);
    margin: 0;
    font-family: "Poppins", sans-serif;
hyphens: auto;
}
.umschlag {
 display: flex;
 padding-top: 10vh;
}

.linker_Teil {
  flex: 1;
}

.rechter_Teil {
  flex-basis: 50%;
}

.header {
    height: 5vh;
    width: 100%;
    background-color:  #1b1b1b;
    position: fixed;
    justify-content: center;
    align-items: center;
    z-index: 15;
}

.footer {
    position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #333;
  color: white;
  text-align: center;
  height: 5vh;
}

#wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    flex-grow: 1;
    font-family: "Poppins", sans-serif;
    z-index: 1;
}

#wrapper img {
    width: 25%;
    height: auto;
    border-radius: 30px;
  margin-left: 15%;
    margin-right: 10%;
    z-index: 0;
    -webkit-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.68);
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.68);
}

#wrapper p {
 text-align: center;
 margin-right: 25%;
}


.Überschrift{
    font-size: 300%;
    font-weight: 600;
    color: hwb(240 52% 2%);
    z-index: 1;
}

.Überschrift2{
    font-size: 200%;
    font-weight: bold;
    color: white;
    text-align: left;
}

.text {
    font-size: 100%;
    color: white;
    text-align:center;
    align-items: center;
}

.hintergrund {
  z-index: 0;
  height: 100vh;
  opacity: 0.03;
  position: fixed;
}

.header {
  height: 7vh;
  background-color: black;
  z-index: 30;
  color: white;
  justify-content: space-between;
  align-items: center;
  display: flex;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  -webkit-box-shadow: 0px 1px 18px 7px rgba(0,0,0,0.61); 
  box-shadow: 0px 1px 18px 7px rgba(0,0,0,0.61);
}

#name {
  text-align: left;
  padding-left: 3%;
}

#ehmha {
  display: none;
  border: white 1px solid;
  padding: 5px;
  border-radius: 50%;
  margin-left: 3%;
}


.nav {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  z-index: 30;
}



.nav ul {
  display: flex;
  list-style: none;
  letter-spacing: .01071em;
  height: 100%;
  margin: auto;
  padding-right: 1.5vh;
}

.nav_item {
  display: inline-block;
  position: relative;
  height: 100%;
  text-align: center;
}

.nav a{
  display: block;
  height: inherit;
  padding-right: 1.5vh;
  padding-left: 1.5vh;
  height: 100%;
  line-height: 7vh;
  color: white;
  text-decoration: none;
}

a {
  color: white;
  text-decoration: none;
}




.nav_item a:hover{
  border: white 1px solid;
  -webkit-box-shadow: 0px 10px 13px -7px #000000, 5px 4px 15px 5px rgba(0,0,0,0); 
box-shadow: 0px 10px 13px -7px #000000, 5px 4px 15px 5px rgba(0,0,0,0);
}



/*Scroll Arrow*/

* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}


.container {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
  margin-top: 5vh;
  margin-right: 15%;
  transition: opacity 1s;
}

.field {
	display: flex;
	align-items: center;
	justify-content: space-around;
	width: 300px;
}

.mouse {
	width: 50px;
	height: 90px;
	border: 3px solid #333;
	border-radius: 60px;
	position: relative;
	&::before {
		content: "";
		width: 12px;
		height: 12px;
		position: absolute;
		top: 10px;
		left: 50%;
		transform: translateX(-50%);
		background-color: #333;
		border-radius: 50%;
		opacity: 1;
		animation: wheel 2s infinite;
		-webkit-animation: wheel 2s infinite;
	}
}

@keyframes wheel {
	to {
		opacity: 0;
		top: 60px;
	}
}

@-webkit-keyframes wheel {
	to {
		opacity: 0;
		top: 60px;
	}
}

.scroll {
	width: 60px;
	height: 60px;
	border: 2px solid #333;
	border-radius: 50%;
	position: relative;
	animation: down 1.5s infinite;
	-webkit-animation: down 1.5s infinite;
	&::before {
		content: "";
		position: absolute;
		top: 15px;
		left: 18px;
		width: 18px;
		height: 18px;
		border-left: 2px solid #333;
		border-bottom: 2px solid #333;
		transform: rotate(-45deg);
	}
}

@keyframes down {
	0% {
		transform: translate(0);
	}
	20% {
		transform: translateY(15px);
	}
	40% {
		transform: translate(0);
	}
}

@-webkit-keyframes down {
	0% {
		transform: translate(0);
	}
	20% {
		transform: translateY(15px);
	}
	40% {
		transform: translate(0);
	}
}

.arrow {
	width: 0;
	height: 40px;
	border: 1px solid #333;
	position: relative;
	animation: scroll 1.5s infinite;
	-webkit-animation: scroll 1.5s infinite;
	&::after {
		content: "";
		display: block;
		position: absolute;
		top: 100%;
		left: -5px;
		width: 1px;
		height: 10px;

		//* triangle */
		border-top: 10px solid #333;
		border-left: 5px solid transparent;
		border-right: 5px solid transparent;
	}
}

@keyframes scroll {
	0% {
		height: 40px;
	}
	30% {
		height: 70px;
	}
	60% {
		height: 40px;
	}
}

@-webkit-keyframes scroll {
	0% {
		height: 40px;
	}
	30% {
		height: 70px;
	}
	60% {
		height: 40px;
	}
}

/**/


/*Content*/

.content {
  padding-top: 100px;
  text-align: center;
  justify-content: center;
  margin-left: 15%;
  margin-right: 15%;
}

.Überschrift_content {
  color: hwb(240 52% 2%);
  font-size: 3vh;
  font-weight: bold;
  padding-bottom: 30px;
  text-align: center;
  margin-top: 20px;
}

.content_text {
  text-align: center;
  font-size: large;
  color: white;
}

.über_mich {
  margin-bottom: 100px;
}

.lebenslauf {
  margin-bottom: 55px;
}

.mobile_menu {
  display: none;
}



/*Slider*/

.Überschrift_slider {
  font-weight: bold;
  color: hwb(240 52% 2%);;
  margin-top: 30px;
  margin-bottom: 50px;
  margin-left: 10px;
  margin-right: 10px;
}

.text_slider {
margin-left: 40px;
margin-right: 40px;
text-align: justify;
margin-bottom: 30px;
}

.Überschrift_erfahrung {
  text-align: left;
  margin-left: 40px;
  margin-bottom: 10px;
}

.text_erfahrung {
  text-align: justify;
  margin-left: 40px;
  list-style-type: square;
  font-size: 16px;
  line-height: 1.6;
}



.erfahrung-item {
    display: flex;
    align-items: baseline;
    margin-bottom: 5px;
}

.bullet-point {
    margin-right: 5px;
}

.text_gesammelte_erfahrungen {
    text-align: justify;
}
/*Slider ende*/


/**/


/*TIMELINE*/

.timeline {

  position: relative;
  width: 660px;
  margin-top: 20px;
  padding: 1em 0;
  list-style-type: none;
  margin: 0 auto;
}

.timeline:before {

  position: absolute;
  left: 50%;
  top: 0;
  content: " ";
  display: block;
  width: 6px;
  height: 100%;
  margin-left: -3px;
  background: rgb(80, 80, 80);
  background: -moz-linear-gradient(
    top,
    rgba(80, 80, 80, 0) 0%,
    rgb(80, 80, 80) 8%,
    rgb(80, 80, 80) 92%,
    rgba(80, 80, 80, 0) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, rgba(30, 87, 153, 1)),
    color-stop(100%, rgba(125, 185, 232, 1))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(80, 80, 80, 0) 0%,
    rgb(80, 80, 80) 8%,
    rgb(80, 80, 80) 92%,
    rgba(80, 80, 80, 0) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(80, 80, 80, 0) 0%,
    rgb(80, 80, 80) 8%,
    rgb(80, 80, 80) 92%,
    rgba(80, 80, 80, 0) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(80, 80, 80, 0) 0%,
    rgb(80, 80, 80) 8%,
    rgb(80, 80, 80) 92%,
    rgba(80, 80, 80, 0) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(80, 80, 80, 0) 0%,
    rgb(80, 80, 80) 8%,
    rgb(80, 80, 80) 92%,
    rgba(80, 80, 80, 0) 100%
  );

  z-index: 5;
}

.timeline li {
  padding: 1em 0;
}

.timeline li:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.direction-l {
  position: relative;
  width: 300px;
  float: left;
  text-align: right;
}

.direction-r {
  position: relative;
  width: 300px;
  float: right;
}

.flag-wrapper {
  position: relative;
  display: inline-block;

  text-align: center;
}

.flag {
  position: relative;
  display: inline;
  background: rgb(248, 248, 248);
  padding: 6px 10px;
  border-radius: 5px;

  font-weight: 600;
  text-align: left;
}

.direction-l .flag {
  -webkit-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15),
    0 0 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
}

.direction-r .flag {
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15),
    0 0 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
}

.direction-l .flag:before,
.direction-r .flag:before {
  position: absolute;
  top: 50%;
  right: -40px;
  content: " ";
  display: block;
  width: 12px;
  height: 12px;
  margin-top: -10px;
  background: #fff;
  border-radius: 10px;
  border: 4px solid hwb(240 52% 2%);
  z-index: 10;
}

.direction-r .flag:before {
  left: -40px;
}

.direction-l .flag:after {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  height: 0;
  width: 0;
  margin-top: -8px;
  border: solid transparent;
  border-left-color: rgb(248, 248, 248);
  border-width: 8px;
  pointer-events: none;
  text-align: center;
}

.direction-r .flag:after {
  content: "";
  position: absolute;
  right: 100%;
  top: 50%;
  height: 0;
  width: 0;
  margin-top: -8px;
  border: solid transparent;
  border-right-color: rgb(248, 248, 248);
  border-width: 8px;
  pointer-events: none;
  text-align: center;
}

.time-wrapper {
  display: inline;

  line-height: 1em;
  font-size: 0.66666em;
  color: hwb(240 52% 2%);
  vertical-align: middle;
}

.direction-l .time-wrapper {
  float: left;
}

.direction-r .time-wrapper {
  float: right;
}

.time {
  display: inline-block;
  padding: 4px 6px;
  background: rgb(248, 248, 248);
}

.desc {
  margin: 1em 0.75em 0 0;
  color: white;
  font-size: 0.77777em;
  font-style: italic;
  line-height: 1.5em;
}

.direction-r .desc {
  margin: 1em 0 0 0.75em;
}

/* ================ Timeline Media Queries ================ */

@media screen and (max-width: 660px) {
  .timeline {
    width: 100%;
    padding: 4em 0 1em 0;
  }

  .timeline li {
    padding: 2em 0;
  }

  .direction-l,
  .direction-r {
    float: none;
    width: 100%;

    text-align: center;
  }

  .flag-wrapper {
    text-align: center;
  }

  .flag {
    background: rgb(255, 255, 255);
    z-index: 15;
  }

  .direction-l .flag:before,
  .direction-r .flag:before {
    position: absolute;
    top: -30px;
    left: 50%;
    content: " ";
    display: block;
    width: 12px;
    height: 12px;
    margin-left: -9px;
    background: #fff;
    border-radius: 10px;
    border: 4px solid hwb(240 52% 2%);
    z-index: 10;
  }

  .direction-l .flag:after,
  .direction-r .flag:after {
    content: "";
    position: absolute;
    left: 50%;
    top: -8px;
    height: 0;
    width: 0;
    margin-left: -8px;
    border: solid transparent;
    border-bottom-color: rgb(255, 255, 255);
    border-width: 8px;
    pointer-events: none;
  }

  .time-wrapper {
    display: block;
    position: relative;
    margin: 4px 0 0 0;
    z-index: 14;
  }

  .direction-l .time-wrapper {
    float: none;
  }

  .direction-r .time-wrapper {
    float: none;
  }

  .desc {
    position: relative;
    margin: 1em 0 0 0;
    padding: 1em;
    background: rgb(245, 245, 245);
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
    z-index: 15;
  }

  .direction-l .desc,
  .direction-r .desc {
    position: relative;
    margin: 1em 1em 0 1em;
    padding: 1em;

    z-index: 15;
  }
}

@media screen and (min-width: 400px ?? max-width: 660px) {
  .direction-l .desc,
  .direction-r .desc {
    margin: 1em 4em 0 4em;
  }
}
/*TIMELINE ENDE*/


/*Gallery*/

#slider {
  position: relative;
  overflow: hidden;
  margin: 20px auto 0 auto;
  border-radius: 20px;
  
}

#slider ul {
  position: relative;
  margin: 0;
  padding: 0;
  height: 200px;
  list-style: none;
  
}

#slider ul li {
  position: relative;
  display: inline-block;
  float: left;
  margin: 0;
  padding: 0;
  width: 400px;
  height: 650px;
  background: white;
  text-align: center;
  
}

a.control_prev, a.control_next {
  position: absolute;
  top: 40%;
  z-index: 999;
  display: block;
  padding: 4% 3%;
  width: auto;
  height: auto;
  color: #000000;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  opacity: 0.5;
  cursor: pointer;
}

a.control_prev:hover, a.control_next:hover {
  opacity: 1;
  -webkit-transition: all 0.9s ease;
}

a.control_prev {
  border-radius: 0 2px 2px 0;
}

a.control_next {
  right: 0;
  border-radius: 2px 0 0 2px;
}

.slider_option {
  position: relative;
  margin: 10px auto;
  width: 160px;
  font-size: 18px;
}


/*Gallery-Ende*/



/*SKILLS*/

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);


.wrapper2 {
  margin: 0 auto;
  width: 90%;
  margin-top: 15px;
}

.bar {
  position: relative;
  width: 100%;
  height: 24px;
  background: rgba(255, 255, 255, 0.1);
  margin-bottom: 1.5rem;
  border-radius: 5px;
}
.bar .bar-info {
  padding-right: 10px;
  border-radius: 5px;
  background: hwb(240 52% 2%);
  color: white;
  width: 20%;
  position: relative;
  height: 24px;
  transition: width 2s ease-in-out;
}
.bar .bar-info .percent {
  float: right;
}
.bar .bar-info.html {
  background: linear-gradient(hwb(240 63% 2%), hwb(240 46% 3%)), hwb(240 52% 2%);
}
.bar .bar-info.css {
  background: linear-gradient(hwb(240 63% 2%), hwb(240 46% 3%)), hwb(240 52% 2%);
}
.bar .bar-info.js {
  background: linear-gradient(hwb(240 63% 2%), hwb(240 46% 3%)), hwb(240 52% 2%);
}
.bar .bar-info.ps {
  background: linear-gradient(hwb(240 63% 2%), hwb(240 46% 3%)), hwb(240 52% 2%);
}

/*SKILLS ENDE*/


/*KONTAKT*/

.container3 {
  max-width: 400px;
  width: 100%;
  margin: auto;
  position: absolute;
  top: 50%; /* Von oben um 50% */
  left: 50%; /* Von links um 50% */
  transform: translate(-50%, -50%); /* Zentrierung korrigieren */
}

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea,
#contact button[type="submit"] {
  font: 400 12px/16px "Open Sans", Helvetica, Arial, sans-serif;
}

#contact {
  background: #f9f9f9;
  padding: 25px;
}

#contact h3 {
  color: hwb(240 52% 2%);
  display: block;
  font-size: 30px;
  font-weight: 400;
  align-items: center;
  text-align: center;
  margin-bottom: 20px;
}

#contact h4 {
  margin: 5px 0 15px;
  display: block;
  font-size: 13px;
}

fieldset {
  border: medium none !important;
  margin: 0 0 10px;
  min-width: 100%;
  padding: 0;
  width: 100%;
}

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea {
  width: 100%;
  border: 1px solid #ccc;
  background: #fff;
  margin: 0 0 5px;
  padding: 10px;
}

#contact input[type="text"]:hover,
#contact input[type="email"]:hover,
#contact input[type="tel"]:hover,
#contact input[type="url"]:hover,
#contact textarea:hover {
  -webkit-transition: border-color 0.3s ease-in-out;
  -moz-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
  border: 1px solid #aaa;
}

#contact textarea {
  height: 100px;
  max-width: 100%;
  resize: none;
}

#contact button[type="submit"] {
  cursor: pointer;
  width: 100%;
  border: none;
  background: hwb(240 52% 2%);
  color: #fff;
  margin: 0 0 5px;
  padding: 10px;
  font-size: 15px;
}

#contact button[type="submit"]:hover {
  background: #09c;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

#contact button[type="submit"]:active {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}

#contact input:focus,
#contact textarea:focus {
  outline: 0;
  border: 1px solid #999;
}
::-webkit-input-placeholder {
  color: #888;
}
:-moz-placeholder {
  color: #888;
}
::-moz-placeholder {
  color: #888;
}
:-ms-input-placeholder {
  color: #888;
}

/*KONTAKT ENDE*/

/*SWUP*/

.swup-transition-main {
  transition-property: opacity, transform;
  transition-duration: 450ms;
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  transform: translateX(0);
  opacity: 1;
}

html.is-animating .swup-transition-main {
  opacity: 0;
  transform: translateX(-1em);
}

html.is-leaving .swup-transition-main {
  transform: translateX(1em);
}


html.is-animating.to-left .swup-transition-main {
  opacity: 0;
  transform: translateX(1em);
}

html.is-leaving.to-left .swup-transition-main {
  transform: translateX(-1em);
}



html.is-changing .transition-main {
  transition: opacity 450ms ease-in-out;
}

html.is-animating .transition-main {
  opacity: 0;
}


/*SWUP ENDE*/


.gg-mail,
.gg-mail::after {
    display: block;
    box-sizing: border-box;
    height: 14px;
    border: 2px solid
}
.gg-mail {
    overflow: hidden;
    transform: scale(var(--ggs,1));
    position: relative;
    width: 18px;
    border-radius: 2px
}
.gg-mail::after {
    content: "";
    position: absolute;
    border-radius: 3px;
    width: 14px;
    transform: rotate(-45deg);
    bottom: 3px;
    left: 0
}

#mail {
height: 50px;
width: 50px;
border-radius: 50%;
background-color: red;

display: flex;
align-items: center;
justify-content: center;
margin: 0 15px;
}

#linkedin {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background-color: #0966c2;
display: flex;
align-items: center;
justify-content: center;
margin: 0 15px;
  }
  
.logo {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 25%;
}

#mh {
  max-width: 100%;
  height: auto;
}




/*OVERLAY*/

.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Hintergrund mit Transparenz */
  z-index: 9999; /* Stellt sicher, dass das Overlay über anderen Inhalten liegt */
}

.overlay-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  padding: 20px;
  border-radius: 5px;
}

.closeOverlay {
  position: absolute;
  top: 10px;
  right: 10px;
  text-decoration: none;
  color: black;
}

.closeOverlay:hover {
  color: red;
}

.overlay-content p {
   border: solid black 1px;
   padding: 10px;
   margin-top: 10px;
}

h2{
  text-align: center;
  margin-bottom: 20px;
  color: hwb(240 52% 2%);
}

.overlay a {
  color: black;
}
/*OVERLAY ENDE*/




.skills {
  height: 30vh;
  width: 60%;
  border-radius: 20px;
  margin: auto;
  display: flex;
  font-family: "Poppins", sans-serif;
  color: hwb(240 52% 2%);
  background-color: white;
margin-bottom: 0;
}

.Überschrift_skills {
  margin: 10px auto;

}

#stack{
  margin: 0px auto;
font-weight: 500;
font-size:x-large;
text-align: center;
display: flex;
flex-direction: column;
justify-content: space-between;
margin-top: 0px;
padding-bottom: 50px;
}

#tools{
  margin: 0px auto;
  font-weight: 500;
font-size:x-large;
text-align: center;
display: flex;
flex-direction: column;
justify-content: space-between;
margin-top: 0px;
padding-bottom: 50px;
}

.text_skills{
  color: black;
  text-align: center;
  font-weight: 300;
  font-size: large;
}


/*BURGER MENU*/

.menu-icon-wrapper {
  /*   background: red; */
    width: 30px;
    height: 20px;
    display: none;
    justify-content: center;
    align-items: center;
    margin-right: 3%;
    z-index: 9999;
  }
  
  .menu-icon {
    position: relative;
    width: 30px;
    height: 3px;
    background-color: #fff;
  }
  
  .menu-icon::before {
    position: absolute;
    left: 0;
    top: -10px;
    content: '';
    width: 30px;
    height: 3px;
    background-color: #fff;
    transition: transform 0.2s ease-in, top 0.2s linear 0.2s;
  
  }
  
  .menu-icon::after {
    position: absolute;
    left: 0;
    top: 10px;
    content: '';
    width: 30px;
    height: 3px;
    background-color: #fff;
    transition: transform 0.2s ease-in, top 0.2s linear 0.2s;
  
  }
  
  .menu-icon.menu-icon-active {
    background-color: transparent;
  }
  
  .menu-icon.menu-icon-active::before {
    transform: rotate(45deg);
    top: 0;
    transition: top 0.2s linear, transform 0.2s ease-in 0.2s;
  }
  
  .menu-icon.menu-icon-active::after {
    transform: rotate(-45deg);
    top: 0;
    transition: top 0.2s linear, transform 0.2s ease-in 0.2s;
  }
  
/**BURGER MENU ENDE**/



/*MOBILE MENU*/
.mobile_menu_wrapper{
  width: 50%;
  height: 20%;
  background-color: black;
  position: fixed;
  z-index: 999;
  margin-top: 7vh;
  right: 0;
  transform: translate(100%, 0);
  display: flex;
}

.nav_item_mobile{
list-style-type: none;
width: 100%;
border: solid 0.7px white;
height: 100%;
display: flex;
align-items: center;
text-align: center;
justify-content: center;
}

.nav__menu_mobile{
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

/**MOBILE MENU ENDE/