@import url('https://fonts.googleapis.com/css2?family=Graduate&family=Jura:wght@300..700&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');

:root {
  --blackish: rgba(17, 17, 17, 1);
  --whitish: rgba(221, 221, 221, 1);
  --grayish: rgba(115, 114, 112, 1);
  --red: rgba(207, 56, 52, 1);
  --hoverGrayish: rgba(255, 255, 255, 0.2);

  --font-montserrat: "Montserrat", serif;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  color: var(--whitish);
  scroll-behavior: smooth;
}

html body {
  background: var(--blackish);
  scroll-behavior: smooth;
  font-family: var(--font-montserrat);
}

::selection {
  color: var(--blackish);
  background: var(--whitish);
}

#container,
.container-impressum,
.container-datenschutz {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  min-height: 100vh;
  width: auto;
}

.one-pager {
  align-content: center;
  align-items: center;
  background-color: var(--blackish);
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 0px;
  height: min-content;
  justify-content: flex-start;
  overflow: hidden;
  padding: 0 2.5rem;
  position: relative;
  width: 75rem;
  min-height: 100vh;
  width: auto;
}

.main-div {
  align-content: center;
  align-items: center;
  background-color: var(--blackish);
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 0px;
  height: min-content;
  justify-content: flex-start;
  overflow: hidden;
  padding: 0 2.5rem;
  position: relative;
  width: 75rem;
}

/* ============================================================= */
/*                            NAVIGATION                         */
/* ============================================================= */
.logo-header {
  height: 100%;
  width: 23%;
}

#logo-header {
  width: 100%;
}

svg:hover {
  transform: scale(1.05);
}

.ak-logo2 {
  fill: var(--whitish);
  stroke: var(--whitish);
  stroke-width: 3;
  transition: fill 1s ease;
}

.ak-logo.filled {
  fill: var(--whitish);
}

.nav-header {
  display: contents;
}

.nav-header-container {
  flex: none;
  height: auto;
  max-width: 1300px;
  position: relative;
  width: 100%;
}

.navigation {
  align-content: center;
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  height: 64px;
  justify-content: space-between;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 75rem;
  background-color: var(--blackish);
  max-width: 100%;
  width: 100%;
  opacity: 1;
}

.left {
  align-content: center;
  align-items: center;
  display: flex;
  flex: none;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 20px;
  height: min-content;
  overflow: visible;
  width: 10%;
  height: 100%;
  position: relative;
}

.right {
  align-content: center;
  align-items: center;
  display: flex;
  flex: none;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 20px;
  height: min-content;
  justify-content: center;
  overflow: visible;
}

.navigation-point {
  -webkit-user-select: none;
  flex: none;
  height: auto;
  position: relative;
  user-select: none;
  width: auto;
  outline: none;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex-shrink: 0;
  --framer-paragraph-spacing: 0px;
  transform: none;
  opacity: 1;
}

.index-anchor {
  height: 36px;
  overflow: visible;
  position: relative;
  text-decoration: none;
  width: 47px;
  height: 100%;
  width: 100%;
  opacity: 1;
}

.logo-anchor {
  height: 100%;
  position: absolute;
  display: flex;
  top: 1rem;
}

.logo-text {
  color: var(--whitish);
  font-size: 26px;
  text-decoration: none;
  transition: all ease-in-out .3s;
}

.logo-text:hover {
  transform: scale(1.1);
  text-decoration: underline;
  transition: all ease-in-out .3s;
}

.main-div {
  align-content: center;
  align-items: center;
  display: flex;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 200px;
  height: min-content;
  justify-content: center;
  max-width: 1300px;
  min-height: 100vh;
  overflow: hidden;
  padding: 0 0 150px;
  position: relative;
  width: 100%;
  z-index: 1;
}

.hero {
  align-content: center;
  align-items: center;
  display: flex;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 0px;
  height: 90vh;
  justify-content: center;
  max-width: 1300px;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.projects {
  display: flex;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 3rem;
  height: min-content;
  max-width: 1300px;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.std-div {
  width: 100%;
  position: absolute;
}

.hero-firstname {
  flex: none;
  height: auto;
  position: relative;
  left: 0;
  top: 3rem;
  white-space: pre;
  width: auto;
  outline: none;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-shrink: 0;
  will-change: transform;
  opacity: 1;
  transform: perspective(1200px);
  display: flex;
  align-items: end;
}

.hero-small-text {
  flex: none;
  height: auto;
  position: relative;
  left: 40rem;
  top: -4rem;
  white-space: pre;
  width: fit-content;
  outline: none;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex-shrink: 0;
  will-change: transform;
  opacity: 1;
  transform: perspective(1200px);
}

.hero-lastname {
  flex: none;
  height: auto;
  position: relative;
  right: 0;
  bottom: 5rem;
  white-space: pre;
  width: auto;
  outline: none;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex-shrink: 0;
  will-change: transform;
  opacity: 1;
  transform: perspective(1200px);
}

.hero-text {
  color: var(--whitish);
  font-size: clamp(150px, 15vw, 250px);
}

.hero-text-small {
  color: var(--whitish);
  font-size: clamp(15px, 2vw, 26px);
}

.text-align-right {
  text-align: end;
}

.section-title {
  font-size: 60px;
}

.grid-gallery {
  height: 1550px;
}

#hero {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.hero-text {
  font-weight: bold;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out;
  will-change: transform, opacity;
}

.hamburger-main-point {
  -webkit-user-select: none;
  flex: none;
  height: auto;
  position: relative;
  user-select: none;
  width: auto;
  outline: none;
  display: none;
  flex-direction: column;
  justify-content: flex-start;
  flex-shrink: 0;
  transform: none;
  opacity: 1;
}

.hamburger-container {
  display: none;
}

/* ============================================================= */
/*                            PROJECTS                           */
/* ============================================================= */

.grid-gallery {
  display: grid;
  grid-template-areas:
    'grid-img-1 grid-img-1 grid-img-2 grid-img-2 grid-img-2'
    'grid-img-3 grid-img-3 grid-img-2 grid-img-2 grid-img-2'
    'grid-img-3 grid-img-3 grid-img-4 grid-img-4 grid-img-5'
    'grid-img-3 grid-img-3 grid-img-4 grid-img-4 grid-img-5'
    'grid-img-6 grid-img-6 grid-img-4 grid-img-4 grid-img-5'
    'grid-img-7 grid-img-8 grid-img-8 grid-img-8 grid-img-8'
    'grid-img-7 grid-img-8 grid-img-8 grid-img-8 grid-img-8';
  grid-gap: 2rem;
  padding: 10px;
}

.grid-gallery>div {
  text-align: center;
  font-size: 30px;
  min-height: 10rem;
  min-width: 10rem;
}

.grid-img-1 {
  grid-area: grid-img-1;
}

.grid-img-2 {
  grid-area: grid-img-2;
}

.grid-img-3 {
  grid-area: grid-img-3;
}

.grid-img-4 {
  grid-area: grid-img-4;
}

.grid-img-5 {
  grid-area: grid-img-5;
}

.grid-img-6 {
  grid-area: grid-img-6;
}

.grid-img-7 {
  grid-area: grid-img-7;
}

.grid-img-8 {
  grid-area: grid-img-8;
}

.img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.grayscale {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  transition: all ease-in-out .3s;
}

.grayscale:hover {
  filter: none;
  -webkit-filter: grayscale(0);
  transition: all ease-in-out .3s;
}

.grid-item-projects {
  opacity: 0;
  transform: translateX(50px);
  transition: all 0.8s ease-out;
  overflow: hidden;
}

.grid-item-projects.animate-in {
  opacity: 1;
  transform: translateX(0);
}

/* ============================================================= */
/*                            SKILLS                             */
/* ============================================================= */

.skills {
  display: flex;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 3rem;
  height: min-content;
  max-width: 1300px;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.skills-grid {
  display: grid;
  grid-template-areas:
    'skills-grid-1 skills-grid-2'
    'skills-grid-3 skills-grid-4';
  grid-gap: 2rem;
  padding: 10px;
}

.skills-grid>div {
  /* text-align: center; */
  font-size: 30px;
  min-height: 10rem;
  min-width: 10rem;
  height: 20rem;
  padding: 2rem;
  justify-content: center;
  align-items: flex-start;
}

.skills-grid-1 {
  grid-area: skills-grid-1;
}

.skills-grid-2 {
  grid-area: skills-grid-2;
}

.skills-grid-3 {
  grid-area: skills-grid-3;
}

.skills-grid-4 {
  grid-area: skills-grid-4;
}

.skills-grid-2,
.skills-grid-3,
.skills-grid-4 {
  border: 1px solid var(--whitish);
}

.skill-card,
.skill-card-title {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.skill-card-title {
  justify-content: start !important;
}

.skill-title {
  font-size: 40px;
  font-weight: 700;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px;
}

.skill-text {
  font-size: 18px;
  text-align: start;
}

.grid-item-skill {
  background: #ff6f61;
  opacity: 0;
  transform: translateX(50px);
  transition: all 0.8s ease-out;
}

.grid-item-skill-left {
  background: #ff6f61;
  opacity: 0;
  transform: translateX(-50px);
  transition: all 0.8s ease-out;
}

.grid-item-skill.animate-in,
.grid-item-skill-left.animate-in {
  opacity: 1;
  transform: translateX(0);
  background: transparent;
}

.grid-item-skill.animate-in:hover .skill-title.yellow,
.grid-item-skill-left.animate-in:hover .skill-title.yellow {
  background: linear-gradient(135deg, #ff6f61, #ffc107);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.grid-item-skill.animate-in:hover .skill-title.blue {
  background: linear-gradient(to right, #ee0979, #ff6a00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.grid-item-skill.animate-in:hover .skill-title.green {
  background: linear-gradient(to right, #00c3ff, #ffff1c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


/* ============================================================= */
/*                            PROCESS                            */
/* ============================================================= */


.process {
  display: flex;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 3rem;
  max-width: 1300px;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.process-grids {
  display: grid;
  grid-template-areas:
    'process-grid-1 process-grid-2 process-grid-3'
    'process-grid-4 process-grid-4 process-grid-4';
  grid-gap: 2rem;
  padding: 10px;
}

.process-grids>div {
  text-align: center;
  font-size: 30px;
  min-height: 10rem;
  min-width: 10rem;
  /* height: 18.75rem; */
  height: auto;
  padding: 2rem;
  justify-content: center;
  align-items: flex-start;
  border: 1px solid var(--whitish);
}

.process-grid-1 {
  grid-area: process-grid-1;
}

.process-grid-2 {
  grid-area: process-grid-2;
}

.process-grid-3 {
  grid-area: process-grid-3;
}

.process-grid-4 {
  grid-area: process-grid-4;
}

.card-number {
  font-size: 40px;
}

.card-title {
  font-size: 30px;
}

.card-text {
  font-size: 26px;
}

.process-card {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.process-content {
  display: flex;
  justify-content: start;
  flex-direction: column;
}

.process-number,
.process-card-title {
  justify-content: start !important;
}

.process-number {
  font-size: 40px;
  font-weight: 700;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px;
}

.process-title {
  font-size: 32px;
  text-align: start;
  margin-bottom: .5rem;
}

.process-text {
  font-size: 18px;
  text-align: start;
}

.half-width {
  width: 60%;
}

.grid-item-process {
  opacity: 0;
  transform: translateX(-50px);
  transition: all 0.8s ease-out;
  background: #2A7B9B;
}

.grid-item-process.animate-in {
  opacity: 1;
  transform: translateX(0);
  background: transparent;
  transition: all 0.8s ease-out;
}

.grid-item-process.animate-in:hover {
  background: #2A7B9B;
  background: linear-gradient(to right, #159957, #155799);
  transition: all 0.8s ease-out;
}



/* ============================================================= */
/*                            ABOUT ME                           */
/* ============================================================= */

.aboutme {
  display: flex;
  flex: none;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 3rem;
  height: min-content;
  max-width: 1300px;
  overflow: hidden;
  padding: 0;
  width: 100%;

  align-items: center;
}

.aboutme-content {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 3rem;
  padding: 10px;
  width: 50%;
}

.aboutme-title {
  font-size: 60px;
  font-weight: 700;
}

.aboutme-text {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  line-height: 1.5rem;
}

.amoutme-img-container {
  height: 550px;
  border: 1px solid var(--whitish);
}

.aboutme-image {
  width: 50%;
  position: relative;
  overflow: hidden;

  height: 100%;
}

.aboutme-img-corner-left {
  position: absolute;
  top: 0;
  left: 0;
  height: 300px;
  width: 300px;
  background-color: var(--blackish);
  border-right: 1px solid var(--whitish);
  border-bottom: 1px solid var(--whitish);
  transition: all ease-in-out .3s;
}

.aboutme-img-corner-right {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 250px;
  width: 250px;
  background-color: var(--blackish);
  border-left: 1px solid var(--whitish);
  border-top: 1px solid var(--whitish);
  transition: all ease-in-out .3s;
}

.shrink-corners .aboutme-img-corner-left,
.shrink-corners .aboutme-img-corner-right {
  height: 150px;
  width: 150px;
}

.aboutme-image:hover .aboutme-img-corner-right,
.aboutme-image:hover .aboutme-img-corner-left {
  height: 120px;
  width: 120px;
  transition: all ease-in-out .3s;
}

/* ============================================================= */
/*                            KONTAKT                            */
/* ============================================================= */

.contact {
  display: flex;
  flex: none;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 3rem;
  height: min-content;
  max-width: 1300px;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.contact-content {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 3rem;
  padding: 10px;
  width: 100%;
  justify-content: space-between;
}

.contact-title {
  font-size: 60px;
  font-weight: 700;
  display: flex;
}

.contact-image {
  width: 40%;
}

.contact-form {
  display: flex;
  flex-direction: column;
  align-content: center;
  gap: 3rem;
}

label {
  position: relative;
  display: inline-block;
}

.form {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-end;
}

input,
textarea,
button {
  padding: 1rem;
  border: 1px solid var(--whitish);
  background-color: transparent;
  font-family: var(--font-montserrat);
  font-size: 18px;
  margin-bottom: 1rem;
  width: 100%;
}

button:hover {
  border: 1px solid var(--whitish);
  background-color: var(--hoverGrayish);
}

.form-error {
  color: var(--red);
  font-size: 16px;
  margin-bottom: 1rem;
  text-align: right;
  width: 100%;
  display: none;
}

input.error,
textarea.error {
  border: 1px solid var(--red);;
}

/* ============================================================= */
/*                            IMPRESSUM                          */
/* ============================================================= */
.impressum {
  display: flex;
  flex: none;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 3rem;
  height: min-content;
  max-width: 1300px;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.impressum-footer {
  display: flex;
  flex: none;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 3rem;
  height: min-content;
  max-width: 1300px;
  overflow: hidden;
  padding: 0;

}

.impressum-content {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 3rem;
  width: 50%;
}

.impressum-title {
  font-size: 60px;
  font-weight: 700;
}

.impressum-text {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.impressum-img-container {
  height: 550px;
  border: 1px solid var(--whitish);
}

.impressum-image {
  width: 50%;
  position: relative;
  overflow: hidden;
}

.impressum-img-corner-left {
  position: absolute;
  top: 0;
  left: 0;
  height: 150px;
  width: 150px;
  background-color: var(--blackish);
  border-right: 1px solid var(--whitish);
  border-bottom: 1px solid var(--whitish);
  transition: all ease-in-out .3s;
}

.impressum-img-corner-right {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 150px;
  width: 150px;
  background-color: var(--blackish);
  border-left: 1px solid var(--whitish);
  border-top: 1px solid var(--whitish);
  transition: all ease-in-out .3s;
}

.shrink-corners .impressum-img-corner-left,
.shrink-corners .impressum-img-corner-right {
  height: 150px;
  width: 150px;
}

.impressum-image:hover .impressum-img-corner-right,
.impressum-image:hover .impressum-img-corner-left {
  height: 120px;
  width: 120px;
  transition: all ease-in-out .3s;
}

/*#region footer*/
/* ============================================================= */
/*                            FOOTER                             */
/* ============================================================= */

.footer-container {
  display: flex;
  max-width: 1300px;
  width: 100%;
  height: auto;
}

footer {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 3rem;
  padding: 32px 0;
  width: 100%;
}

.footer-top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  color: var(--whitish);
  font-size: 26px;
  height: 40px;
}

.footer-middle {
  border-bottom: 1px solid var(--grayish);
}

.footer-bottom {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.footer-logo {
  height: 100%;
  width: 10%;
  ;
}

.footer-logo-anchor {
  height: 100%;
  display: flex;
  top: 1rem;
  width: 5%;
}

.footer-link {
  text-decoration: none;
}

.footer-link:hover {
  text-decoration: underline;
}

/*#endregion Footer*/



/* === OVERLAY === */
.overlay {
  position: fixed;
  z-index: 9999;
  background: black;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 1.2s ease-in-out, opacity 1.2s ease-in-out;
  pointer-events: none;
  opacity: 1;
}

.overlay.hide {
  transform: translateY(-100%);
  opacity: 0;
}

/* === LOGO === */
.logo-svg {
  width: 200px;
  height: auto;
}

.ak-logo {
  fill: none;
  stroke: white;
  stroke-width: 2;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: draw 1s ease forwards;
}

@keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}

/* === MAIN PAGE === */
#container {
  opacity: 0;
  transition: opacity 1.5s ease-in-out;
}

#container.visible {
  opacity: 1;
}


/* ============================================================= */
/*                            DATENSCHUTZ                        */
/* ============================================================= */


.main-div-datenschutz {
  align-content: center;
  align-items: center;
  background-color: var(--blackish);
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 0px;
  height: min-content;
  justify-content: flex-start;
  overflow: hidden;
  padding: 0 2.5rem;
  position: relative;
  width: 100%;
  margin-top: 7rem;
  padding: 0;
}

.datenschutz {
  display: flex;
  flex: none;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 3rem;
  height: min-content;
  max-width: 1300px;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.datenschutz-content {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 3rem;
  padding: 10px;
  width: 100%;
}

.datenschutz-title {
  font-size: 60px;
  font-weight: 700;
}

.datenschutz-thema {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.datenschutz-card {
  line-height: 2rem;
}

.datenschutz-card>h2 {
  margin-bottom: 2rem;
}


/*#region Responsive*/
/* ============================================================= */
/*                            RESPONSIVE                         */
/* ============================================================= */


@media screen and (max-width: 1200px) {
  .hero-small-text {
    left: 35rem;
  }

  .hero-text {
    font-size: clamp(100px, 15vw, 200px);
  }

  .hero-lastname {
    bottom: 3rem;
  }
}

@media screen and (max-width: 992px) {
  .hero-text {
    color: var(--whitish);
    font-size: 150px;
  }

  .hero-small-text {
    left: 28rem;
  }

  .hero-text-small {
    font-size: clamp(16px, 2vw, 22px);
  }

  .hero-lastname {
    bottom: 3rem;
  }

  .skills-grid {
    grid-template-areas:
      'skills-grid-1 skills-grid-1'
      'skills-grid-2 skills-grid-2'
      'skills-grid-3 skills-grid-3'
      'skills-grid-4 skills-grid-4';
  }

  .process-grids {
    grid-template-areas:
      'process-grid-1 process-grid-1 process-grid-1'
      'process-grid-2 process-grid-2 process-grid-2'
      'process-grid-3 process-grid-3 process-grid-3'
      'process-grid-4 process-grid-4 process-grid-4';
  }

  .aboutme,
  .impressum {
    flex-direction: column;
  }

  .impressum-footer {
    gap: 1rem;

  }

  .aboutme-content,
  .impressum-content {
    width: 100%;
  }

  .aboutme-image,
  .impressum-image {
    width: 100%;
  }

  .contact-content {
    flex-direction: column;
  }

  .contact-image {
    display: none;
  }



  .impressum-content {
    margin-top: 5rem;
  }
}

@media screen and (max-width: 768px) {
  .hero-text {
    color: var(--whitish);
    font-size: 100px;
  }

  .hero-small-text {
    left: 20rem;
    top: -1rem;
  }

  .hero-lastname {
    bottom: 0rem;
  }

  .grid-gallery {
    grid-template-areas:
      'grid-img-2'
      'grid-img-3'
      'grid-img-3'
      'grid-img-4'
      'grid-img-8'
      'grid-img-1'
      'grid-img-5'
      'grid-img-6'
      'grid-img-7';
  }

  .grid-img-1,
  .grid-img-5,
  .grid-img-6,
  .grid-img-7 {
    display: none;
  }

  .skills-grid {
    grid-template-areas:
      'skills-grid-1 skills-grid-1'
      'skills-grid-2 skills-grid-2'
      'skills-grid-3 skills-grid-3'
      'skills-grid-4 skills-grid-4';
  }

  .process {
    height: min-content;
  }

  .process-grids {
    grid-template-areas:
      'process-grid-1 process-grid-1 process-grid-1'
      'process-grid-2 process-grid-2 process-grid-2'
      'process-grid-3 process-grid-3 process-grid-3'
      'process-grid-4 process-grid-4 process-grid-4';
  }

  .half-width {
    width: 100%;
  }

  .aboutme {
    flex-direction: column;
  }

  .aboutme-content {
    width: 100%;
  }

  .aboutme-image {
    width: 100%;

  }

  .contact-content {
    flex-direction: column;
  }

  .contact-image {
    display: none;
  }



  .hamburger-main-point {
    display: flex;
  }

  .hamburger-container {
    height: 15rem;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    display: none;
    transition: all ease-in-out .3s;
  }

  .hamburger-point {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    margin-right: 2rem;
  }

  .logo-text {
    color: var(--whitish);
    font-size: 26px;
    display: flex;
    justify-content: flex-end;
  }


  .navigation-point {
    display: none;
  }

  .open {
    display: flex;
    transition: all ease-in-out .3s;
  }

  .rotate {
    transform: rotate(90deg);
    transition: all ease-in-out .3s;
  }
}

@media screen and (max-width: 576px) {

  .one-pager {
    padding: 0 1.5rem;
  }

  .hero-text {
    color: var(--whitish);
    font-size: clamp(50px, 15vw, 100px);
  }

  .hero-small-text {
    left: 2.5rem;
    top: 7rem;
  }

  .hero-lastname {
    bottom: 3rem;
  }

  .hero-firstname {
    top: 0;
  }

  .grid-gallery {
    grid-template-areas:
      'grid-img-2'
      'grid-img-3'
      'grid-img-3'
      'grid-img-4'
      'grid-img-8'
      'grid-img-1'
      'grid-img-5'
      'grid-img-6'
      'grid-img-7';

    padding: 0;
  }

  .grid-img-1,
  .grid-img-5,
  .grid-img-6,
  .grid-img-7 {
    display: none;
  }

  .skills-grid>div {
    height: 22rem;
  }

  .skills-grid {
    grid-template-areas:
      'skills-grid-1 skills-grid-1'
      'skills-grid-2 skills-grid-2'
      'skills-grid-3 skills-grid-3'
      'skills-grid-4 skills-grid-4';

    padding: 0;
  }

  .process {
    height: min-content;
  }

  .process-title {
    font-size: 28px;
  }

  .process-grids {
    grid-template-areas:
      'process-grid-1 process-grid-1 process-grid-1'
      'process-grid-2 process-grid-2 process-grid-2'
      'process-grid-3 process-grid-3 process-grid-3'
      'process-grid-4 process-grid-4 process-grid-4';

    padding: 0;
  }

  .process-grids>div {
    height: 26rem;
  }

  .half-width {
    width: 100%;
  }

  .aboutme {
    flex-direction: column;
  }

  .aboutme-content {
    width: 100%;
  }

  .aboutme-image {
    width: 100%;

  }

  .contact-title,
  .aboutme-title,
  .section-title {
    font-size: 50px;
  }

  .datenschutz-title,
  .impressum-title {
    font-size: 45px;
  }

  .main-div-datenschutz{
    margin-top: 3rem;
  }
  .skill-card-title {
    justify-content: center !important;
  }

  .contact-content {
    flex-direction: column;
  }

  .contact-image {
    display: none;
  }


  .hamburger-main-point {
    display: flex;
  }

  .hamburger-container {
    height: 15rem;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    display: none;
    transition: all ease-in-out .3s;
  }

  .hamburger-point {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    margin-right: 2rem;
  }

  .logo-text {
    color: var(--whitish);
    font-size: 26px;
    display: flex;
    justify-content: flex-end;
  }


  .navigation-point {
    display: none;
  }

  .open {
    display: flex;
    transition: all ease-in-out .3s;
  }

  .rotate {
    transform: rotate(90deg);
    transition: all ease-in-out .3s;
  }

  .footer-logo-anchor {
    width: 10%;
    padding-top: 0.4rem;
  }

  .impressum-footer {
    gap: .5rem;
  }
}

/*#endregion Responsive*/

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active,
input:-webkit-autofill::spelling-error,
input:-webkit-autofill::grammar-error {
    -webkit-box-shadow: 0 0 0 30px var(--blackish) inset !important;
    -webkit-text-fill-color: var(--whitish) !important;
    color: var(--whitish) !important;
}

input::grammar-error {
  color: var(--whitish) !important;
}
