:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
}

* {
  font-family: -apple-system, system-ui, BlinkMacSystemFont;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

.header-img {
  height: 25vh;
  background-color: hsl(195, 53%, 89%);
}

li > a {
  color: black;
  text-decoration: none;
}

li > a:hover {
  color: rgb(142, 142, 142);
}

.head-footer > h5 {
  line-height: 2rem;
  text-align: center;
}

@media (max-width: 650px) {
  .about {
    max-width: 75vw;
  }
}

@media (max-width: 1000px) {
  .about {
    width: 75vw;
    max-width: 75vw;
  }
}

@media (max-width: 1300px) {
  .about {
    max-width: 60vw;
  }
}

.about {
  display: inline-block;
  max-width: 800px;
}

.about p {
  text-align: start;
}

.skills {
  background-color: #d4eaf2;
}

.icons-container img {
  width: 4rem;
}

.skill {
  transition: box-shadow 0.3s;
  width: 7rem;
}

.skill img {
  margin-top: 5px;
  margin-bottom: 5px;
}

.skill:hover {
  box-shadow: 0 0 10px rgba(33, 33, 33, 0.33);
}

.about a {
  color: orangered;
  text-decoration: underline orangered;
}

.about a:hover {
  transition: 20ms;
  color: #212529;
  text-decoration: underline #212529;
}

figure {
  background-color: hsl(196, 54%, 89%);
}

.footer div {
  border-top: 1px solid #000;
  height: 40px;
}

/* TESTUMGEBUNG */

/*================================================
Start Important Part
==================================================*/
.underline--magical {
  background-image: linear-gradient(120deg, #4ca1af 0%, #c4e0e5 100%);
  background-repeat: no-repeat;
  background-size: 100% 0.2em;
  background-position: 0 88%;
  padding: 0 0px 0 0px;
  transition: all 0.25s ease-in;
}
.underline--magical:hover {
  background-size: 100% 88%;
  color: white;
  padding: 1px 5px 0 5px;
}

.underline--magical2 {
  color: #000;
  background-image: linear-gradient(120deg, #7f00ff 0%, #eb51ff 100%);
  background-repeat: no-repeat;
  background-size: 100% 0.2em;
  background-position: 0 88%;
  padding: 0;
  transition: all 0.25s ease-in;
}
.underline--magical2:hover {
  background-size: 100% 88%;
  color: white;
  padding: 1px 5px 0 5px;
}

/*================================================
  End Important Part
  ==================================================*/

/* Gallery */

.redirect-overlay {
  cursor: zoom-in;
}

.redirect-overlay:hover {
  transform: scale(1.025);
}

.content-image {
  cursor: zoom-in;
}

.content-image:hover {
  transform: scale(1.025);
}

.content {
  position: relative;
  width: 100%;
  margin: auto;
  overflow: hidden;
}

.content .content-overlay {
  background: rgba(0, 0, 0, 0.33);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.content:hover .content-overlay {
  opacity: 1;
}

.content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.content:hover .content-details {
  top: 90%;
  left: 50%;
  opacity: 1;
}

.content-details h3 {
  color: #fff;
  font-weight: 500;
  font-size: 0.8em;
  text-transform: uppercase;
}

.content-details i {
  color: #fff;
  font-size: 0.8em;
}

.client-section {
}

.fadeIn-bottom {
  top: 100%;
}

#lightbox {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
}

#lightbox.active {
  display: flex;
  justify-content: center;
  align-items: center;
}

#lightbox img {
  max-width: 90%;
  max-height: 80%;
}
