@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');@import url('https://fonts.googleapis.com/css?family=Pirata+One|Rubik:900');@import url('https://fonts.googleapis.com/css2?family=Indie+Flower&family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Audiowide&family=Indie+Flower&family=Monoton&family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');


:root {
  --weiß-grau: #afafaf;
  --grau: #c7bcab;
  --dark-blue: #1d1d1d;
  --helles-blue: #10366b;
  --blau-grau: #8799a6;
  --schwarz-grau: #2a2f33;
  --dunkel-grau: #4a4f54;   
  --hellgrau: #d9d4cc;       
  --tiefes-blau: #152238;     
  --graublau-hell: #a6b3bf;
  --hover-orange: #d9822b;
  --bg: #b8b8b8;
  --blur: 1rem;
  --fs: clamp(3rem, 8vw, 7rem);
  --ls: clamp(-1.75px, -0.25vw, -3.5px);
}



html{
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  background-color: #272727;
  background: linear-gradient(to right, #272727, #131313, #020202);
  margin: 0;
  height: auto;
  overflow-x: hidden;
}

svg.trail {
  position: fixed;
  top: 0;
  left: 0;
pointer-events: none;
  z-index: 1000;
}

svg.trail path {
  fill: none;
  stroke: var(--bg);
  stroke-width: 5px;
  filter: drop-shadow(0 0 10px var(--bg));
  stroke-linecap: round;
  stroke-linejoin: round;
}

#main{
  background-color: #272727 !important;
  background: linear-gradient(to right, #272727, #131313, #020202) !important;
  z-index: 0;
}

section{
  z-index: 2;
}

li{
  color: #fff;
  font-size: 1.2em;
  font-family: "Noto Sans", serif;
  font-style: italic;
}

hr{
  border-color: #fff !important;
}

i{
  color: var(--bg);
  transition:  all ease-in-out 0.2s;
}
.glassIco i:hover{
  color: var(--hover-orange);
}

.word h2{
  font-size: 10em;
  color: var(--weiß-grau);
}
h1{
  font-family: "Audiowide", sans-serif;
}
h3 {
  font-size: 5em !important;
  font-family: "Audiowide", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 1rem 0 1rem 0rem;
  color: #fff !important;
}

h4{
  font-family: "Audiowide", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.5em !important;
  color: #fff !important;
  transition: all 0.8s ease-in-out;
  padding-bottom: 1rem;
}
h5{
  font-family: "Audiowide", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.4em !important;
  color: #fff !important;
  transition: all 0.8s ease-in-out;
  padding-bottom: 1rem;
}

.date{
  color: #474747 !important;
}

.skills li{
  transition: all 0.8s ease-in-out;
}

.text-center{
  transition: all 0.8s ease-in-out;
}

.ntk{
  font-size: 2.5em !important;
  font-family: "Indie Flower", cursive;
  font-weight: 400;
  font-style: normal;
  color: white !important;
}




/* header */

.parallax {
  
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  position: relative; 
  overflow: hidden; 
  z-index: -1;
}

.hero-content {
  position: absolute;
  display: flex;
  justify-content:space-between;
  align-items: center;
  top: 50%;
  left: 50%;
  width: 80%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: white;
  z-index: -2;
}

.hero-img{
  margin-right: 0 auto;
  background-image: url('../img/logo_new.png');
  background-size: contain;
  background-repeat: no-repeat;
  width: 50vh;
  height: 50vb;
}


.ml11 .letters {
  font-weight: 500;
  font-size: clamp(2em, 8vw, 2em);
  text-align: left;
  text-shadow: 4px 4px 4px rgb(14, 14, 14);
}

.ml11 .letters2 {
  font-weight: 500;
  font-size: clamp(1.5em, 6vw, 2em);
  text-align: left;
  color: var(--bg);
  text-shadow: 4px 4px 4px rgb(14, 14, 14);
}

.ml11 .text-wrapper {
  position: relative;
  display: inline-block;
  padding-top: 0.1em;
  padding-right: 0.05em;
  padding-bottom: 0.15em;
}

.ml11 .line {
  opacity: 0;
  position: absolute;
  left: 0;
  height: 100%;
  width: 3px;
  background-color: #fff;
  transform-origin: 0 50%;
}

.ml11 .line1 { 
  top: 0; 
  left: 0;
}

.ml11 .letters,
.ml11 .letters2 {
  display: inline-block;
}

/* Für sehr kleine Screens */
@media (max-width: 400px) {
  .ml11 .text-wrapper {
    white-space: nowrap;
  }
}

/*  */
.content {
  padding: 1rem;
  background-color: white;
  text-align: center;
}

/* Grundlegende Animationsklassen */

.animate {
  animation: fadeIn 1.5s ease forwards; 
}
.animate2{
  animation: fadeIn2 1.5s ease forwards;
}


.navbar{
  background-color: transparent !important;
}

.navbar-toggler{
  border: 2px solid #3f3f3f !important;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(2px);
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' fill='%233f3f3f' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.5 12.5a.5.5 0 0 1 0-1h13a.5.5 0 0 1 0 1h-13zm0-5a.5.5 0 0 1 0-1h13a.5.5 0 0 1 0 1h-13zm0-5a.5.5 0 0 1 0-1h13a.5.5 0 0 1 0 1h-13z'/%3E%3C/svg%3E") !important;
}

.navbar-nav{
  margin-right: -2.5rem;
  margin-top: -0.95rem;
  padding: 1.5rem 10rem;
  /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); */
  border-radius: 0 0 0 45px;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(2px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
}

.nav-item a{
  font-size: 1em !important;
  color: var(--bg);
  font-family: "Audiowide", sans-serif;
  font-weight: 400;
  font-style: normal;
}

footer a{
  color: #393939;
  font-size: 0.45em;
  font-family: "Noto Sans", serif;
  font-style: italic;
}

.nav-item{
 margin-left: 0.5rem;
 border-radius: 15px;
 transition: all ease-in-out 0.3s;
}

.scrolled .navbar-nav{
  /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); */
  border-radius: 0 0 0 45px;
  background: rgba(19, 19, 19, 0.792);
  backdrop-filter: blur(2px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
}

.navbar-nav {
  position: relative;
  display: flex;
  flex-direction: row;
  gap: 2rem;
}

.nav-item{
  color: var(--dunkel-grau);
}

.navbar-nav .nav-item {
  position: relative;
  list-style: none;
}

.navbar-nav .nav-item .nav-link {
  font-size: 1.2em;
  text-decoration: none;
  letter-spacing: 2px;
  line-height: 1em;
  text-transform: uppercase;
  color: transparent;
  color: var(--bg);
}

.navbar-nav .nav-item .nav-link::before {
  content: attr(data-text);
  position: absolute;
  color: var(--hover-orange);
  width: 0;
  overflow: hidden;
  transition: 1s;
  -webkit-text-stroke: 1px var(--hover-orange);
}

.navbar-nav .nav-item .nav-link:hover::before {
  width: 100%;
  border-right: 8px solid var(--hover-orange);
  filter: drop-shadow(0 0 25px var(--hover-orange))
}




.container {
  max-width: 100%;
  z-index: -1;
  }


.text-content {
  flex: 0 0 50%;
  text-align: left;
  padding-left: 2rem; 
  border-radius: 25px 25px 25px 25px;
}


/* projekte */
.container2 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: var(--dark-blue);
}



.imgBx {
  background-size: cover; 
  background-position: center; 
  width: 100%;
  height: 100%; 
  cursor: pointer; 
}

.img1 {
  background-image: url('../img/mockup1.jpg');
}

.img2 {
  background-image: url('../img/logo_white_2.png');
}

.img3 {
  background-image: url('../img/roboter.png');
}
.img4 {
  background-image: url('../img/vogel_3er.jpg');
}

.modalIMG {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.9); 
}

.modal-content {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%; 
  width: 100%;
  background-color: transparent;
}

.modal-content img {
  max-width: 90vw;
  max-height: 90vh;
  object-fit: contain;
  border-radius: 10px;
}

.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: white;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb; 
  text-decoration: none;
  cursor: pointer; 
}



.container2 .card {
  position: relative;
  width: 40vb;
  height: 60vb;
  margin: 1rem;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #1f1f1f;
}

.container2 .card .content{
  position: absolute;
  bottom: -9rem;
  width: 100%;
  height: 9rem;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  flex-direction: column;
  background: rgba(0, 0, 0, 0.6);
  box-shadow: 0 -10px 10px rgba(0,0,0,0.1);
  border: 1px solid rgba(255,255,255,0.2);
  transition: bottom 0.5s;
  transition-delay: 0.8s;
}
.container2 .card:hover .content{
  bottom: 0px;
  transition-delay: 0s;
}
.container2 .card .content .contentBx h3{
  color: #fff !important;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: 'Noto Sans';
  font-weight: 500;
  font-size: 1.2rem !important;
  line-height: 1.1em;
  text-align: center;
  margin: 5px 0 15px;
  transition: 0.5s;
  opacity: 0;
  transform: translateY(-20px);
  transition-delay: 0.6s;
}
.container2 .card:hover .content .contentBx h3{
  opacity: 1;
  transform: translateY(0px);
}
.container2 .card .content .contentBx h3 span{
  font-size: 0.7rem;
  font-weight: 300;
  text-transform: initial;
}
.container2 .card .content .sci{
  position: relative;
  bottom: 10px;
  display: flex;
  padding: 0;
}
.container2 .card .content .sci li{
  list-style: none;
  margin:  10px;
  transform: translateY(40px);
  transition: 0.5s;
  opacity: 0;
  transition-delay: calc(0.2s * var(--i));
}
.container2 .card:hover .content .sci li{
  transform: translateY(0px);
  opacity: 1;
}

.container2 .card .content .sci li a{
  color: #fff;
}

/*  */
.glassIco{
  display: none;
  transition: all 0.8s ease-in-out;
}

.scrolled .sidebar::before{
  display: none;
}

.scrolled .sidebar {
  position: fixed;
  right: -10px;
  top: 77px;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: background-color 0.3s;
  border-radius: 0 0 45px 0;
  background: rgba(19, 19, 19, 0.792);
  backdrop-filter: blur(2px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
  padding: 10px;
  border-radius:  0 0 0 45px;
  transition: all 0.5s ease-in-out;
  z-index: 999999;
}

.scrolled .glassIco {
  --width: 50px; 
  position: relative;
  box-sizing: border-box;
  transition: 200ms;
  width: var(--width);
  height: var(--width);
  color: #fff;
  font-size: 20px;
  border-radius: 45px;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(2px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
  text-decoration: none;
  margin: 10px 0; 
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
}

.scrolled .glassIco:before {
  content: "";
  position: absolute;
  display: block;
  width: 50%;
  height: 100%;
  background: rgba(86, 86, 86, 0.5);
  filter: blur(0px);
  transition: 400ms;
  
  color: var(--hover-orange);
  transform: skewX(45deg) translateX(calc(var(--width) + 50%));
}

.glassIco:hover {
  transform: translateY(-10px); 
}

.glassIco:hover:before {
  transform: skewX(45deg) translateX(calc(var(--width) * -1 - 50%));
}

.glassIco > * {
  opacity: 0.8;
}


.info-text p,
.info-text li{
  font-size: 18px;
}

.info-container-text{
  margin: 5rem 2rem;
}

.info-text {
  background-color: #1a1a1a; 
  padding: 40px 20px;
  border-radius: 8px; 
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); 
}

.container {
  max-width: 800vb; 
  margin: auto;
}

.info-title {
  font-size: 2em; 
  margin-bottom: 20px; 
  color: #fff; 
}

.info-container-text {
  margin-bottom: 20px; 
}

.info-list {
  margin-bottom: 20px; 
}

.info-list h4 {
  font-size: 1.5em; 
  margin-bottom: 10px; 
  color: #c3c3c3;
}

.info-list ul {
  list-style-type: none;
  padding: 0; 
}

.info-list li {
  margin-bottom: 10px;
  color: #c3c3c3; 
}

.info-container-text p {
  line-height: 1.6; 
  color: #c3c3c3; 
}


#skills{
  min-height: 100vh;
  padding-top: 8rem;
  background-color: var(--dark-blue);
}

.container .img-skill{
  background-image: url('../img/ich.png');
  background-size: contain;
  background-repeat: no-repeat;
  border-radius: 50%;
  filter: drop-shadow(0 0 0.45rem rgba(0, 0, 0, 0.627));
  width: 60vb;
  height:60vh;
  opacity: 0%;
  transition: all ease-in-out 0.8s;
}

.img-skill {
  background-size: cover; 
  background-position: center; 
  height: 30vh; 
  transition: opacity 0.5s ease; 
}

.animatable {
  opacity: 0; 
  transition: opacity 0.5s ease; 
}

.fade-in.visible {
  opacity: 1; 
}

.slide-in {
  transform: translateY(250px);
  opacity: 0;
}
.slide-in.visible {
  opacity: 1; 
  transform: translateY(0);
  animation-fill-mode: forwards;
}
.scale-in {
  transform: scale(0.8);
}

.scale-in.visible {
  opacity: 1; 
  transform: scale(1);
}


.card {
  opacity: 0;
  transform: translateY(500px);
  transition: opacity 0.5s ease, transform 0.5s ease; 
}

.card.visible {
  opacity: 1; 
  transform: translateY(0); 
}

.text-skill{
  font-size: 1.2em !important;
  color: #fff;
  transition: all 0.8s ease-in-out;
}

.skill-bar {
  max-width: 40vb;
  padding: 0 !important;
  width: 100%; 
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
  border-radius: 25px;
  overflow: hidden;
  margin: 10px ; 
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.skill {
  font-size: 0.9rem;
  font-family: 'Noto Sans';
  font-weight: 500;
  padding-left: 10px;
  margin: 0;
  height: 40px;
  border-radius: 25px;
  text-align: left;
  color: rgb(36, 36, 36);
  line-height: 40px;
  font-weight: bold;
  transition: width 10s ease-in-out; /* Animationseffekt */
  filter: drop-shadow(0 0 25px #fff)
}

.webdesign {
  background: #fff;
}

.adobe {
  background: #fff;
}

.synchronsprechen {
  background: #fff;
}



.gallery {
  padding: 2rem;
  background-color: transparent
}
.gallery2 {
  padding: 2rem;
  background-color: transparent;
}
.gallery h3, .gallery h4 {
  color: #fff;
  text-align: center;
}

#blog{
  background: var(--dark-blue);
}

.flex-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}

.flex-item {
  width: 30vb;
  height: 35vh;
  border-radius: 5%; 
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
  background: #ffffff01;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease-in-out;
  filter: grayscale(100%);
}


.flex-item img {
  width: 92%;
  height: 92%;
  object-fit: contain;
}

.flex-item:hover {
  transform: scale(1.05);
  filter: grayscale(0%);
}
.text {
  color: #fff;
  font-size: 1.5em;
  text-align: center;
}

.toolbox-card {
      border-radius: 1rem;
      transition: transform 0.2s ease;
    }
    .toolbox-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    }
    .tool-icon {
      font-size: 2rem;
      color: #6c63ff;
    }

.container3{
  max-height: 80px;
}


.img-blog-1 img{
  width: 92%;
  height: 92%;
  object-fit: contain;
  border-radius: 25px;
}

.footer-basic {
  padding:40px 0;
  background-color:#ffffff00;
  color:#4b4c4d;
}

.footer-basic ul {
  padding:0;
  list-style:none;
  text-align:center;
  font-size:23px;
  line-height:1.6;
  margin-bottom:0;
}

.footer-basic li {
  padding:0 10px;
}

.footer-basic ul a {
  color:inherit;
  text-decoration:none;
  opacity:0.8;
}

.footer-basic ul a:hover {
  opacity:1;
}


.footer-basic .social > a {
  font-size:24px;
  width:40px;
  height:40px;
  line-height:40px;
  display:inline-block;
  text-align:center;
  border-radius:50%;
  border:1px solid #ccc;
  margin:0 8px;
  color:inherit;
  opacity:0.75;
}

.footer-basic .social > a:hover {
  opacity:0.9;
}

.footer-basic .copyright {
  margin-top:15px;
  text-align:center;
  font-size:13px;
  color:#aaa;
  margin-bottom:0;
}

.img-footer{
  background-image: url('../img/logo_new.png');
  background-size: contain;
  width: 60px;
  height: 60px;
}
main{
  background-color: #272727 !important;
  background: linear-gradient(to right, #272727, #131313, #020202) !important;
  z-index: 0;
}
#brand-showcase,#brand-showcase2, #brand-showcase3{
  background-color: #272727 !important;
  background: linear-gradient(to right, #272727, #131313, #020202) !important;
  z-index: 0;
}


.brand-section {
  min-height: 120vh;
  background-color: #272727;
  background: linear-gradient(to right, #272727, #131313, #020202);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}

.brand-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  width: 80%;
  gap: 4rem;
}

.brand-left {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  opacity: 0;
  transform: translateX(-40px) scale(0.98);
  transition: all 0.6s ease-out;
}

.brand-title {
  font-size: 3rem;
  font-family: "Playfair Display", serif;
  margin-bottom: 1rem;
}

.font, .color {
  font-size: 1.1rem;
  margin: 0.5rem 0;
}

.color-box {
  width: 60px;
  height: 60px;
  border-radius: 8px;
  margin-top: 1rem;
}

.mockup-img {
  opacity: 0;
  transform: translateX(150px) rotateZ(10deg) scale(0.95);
  transition: all 0.5s ease-out;
}

.logo-wrapper {
  position: relative;
  width: 350px;
  height: 350px;
  margin-bottom: 2rem;
}

.logo-box {
  width: 350px;
  height: 350px;
  background-image: url('../img/logo_drip.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #f0f0f0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  border-radius: 20px;
  border: 10px solid #f0f0f0;
  box-shadow: 0 8px 16px rgba(0,0,0,0.15);
  padding: 30px;
}

.sub-head{
  color: #fff;
  font-family: "Noto Sans", serif;
}
.sub-head-text{
  color: #464646;
  font-family: "Noto Sans", serif;
  font-style: italic;
  font-size: 0.7rem;
}

/* Responsivität */
@media (max-width: 768px) {
  .flex-item {
      width: calc(33.333% - 1rem);
      height : 150px; 
  }
}
@media (max-width: 480px) {
  .flex-item {
      width: calc(100% - 1rem);
      height: 120px; 
  }
}
@media (max-width: 768px) {
  .hero-content {
    flex-direction: column;
    text-align: center;
    padding: 2rem;
  }

  .text-content {
    padding-right: 0;
    margin-bottom: 2rem;
  }
}
@media (max-width: 1860px) {
  .ml11 .letters {
    font-weight: 700;
    font-size: 2.5em;
    text-align: left;
  }
  .ml11 .letters2{
    font-weight: 700;
    font-size: 1.2em;
    text-align: left;
    color: var(--bg);
  }
}
@media (min-width: 1920px) {
  .scrolled .sidebar {
    position: fixed;
    right: -10px;
    top: 95px;
  }
}
@media (max-width: 768px) {
  .ml11 .letters {
    font-weight: 700;
    font-size: 1.2em;
    text-align: left;
    opacity: 1;
    animation: none; 
    transition: none;
}
.ml11 .letters2{
    font-weight: 700;
    font-size: 0.8em;
    text-align: left;
    color: var(--bg);
    opacity: 1;
    animation: none; 
    transition: none;
}
  .navbar-collapse{
    margin-top: 2rem;
  }
  .navbar-nav{
    border-radius: 45px;
    width: 350px;
    backdrop-filter: blur(0);
  }
  .nav-link{
    max-width: 150px;
  }
  .hero-img{
  width: 250px;
  height: 250px;
  }
  .scrolled .sidebar {
    position: fixed;
    right: -10px;
    top: 0;
  }
  .scrolled .navbar-nav{
    border-radius: 45px;
    backdrop-filter: blur(0);
  }
  h3{
    font-size: 2.5em !important;
  }
  h4{
    font-size: 1.6em !important;
  }
  .container .img-skill{
    width: 250px;
    height: 250px;
  }
  .flex-item{
    width: 250px;
    height: 250px; /* Höhe der Bilder */
    background-size: contain;
    background-repeat: no-repeat;
    padding: 0;
    margin: 0;
  }
  .img-blog-1{
    width: 300px;
  height: 400px;
  }
}


