@charset "utf-8";
/* CSS Document */

@media (max-width: 768px) {
    .w3-row {
        display: flex;
        flex-direction: column;
    }

    .w3-col {
        width: 100% !important;
    }
    .content-wrapper {
        flex-direction: column;
    }
}




.CNC-ueber{
    flex-wrap: wrap; /* Der Inhalt nimmt den restlichen Platz ein */
}

.content-wrapper {
    display: flex;
    width: 100%; /* Container nimmt die gesamte Breite ein */
    align-items: stretch; /* Stellt sicher, dass beide .w3-half-Elemente die gleiche Höhe haben */
    flex-wrap: wrap; /* Falls nötig, kann der Inhalt umbrochen werden */
    
    
}
/* Style - card */
.LKM-CNC{
    width: 100%;
    height: auto;
}

.w3-half img {
    width: 70%;
    height: auto;
    margin: 0 auto; /* Zentriert das Bild */
    display: block; /* Verhindert, dass das Bild als Inline-Element angezeigt wird */
    padding: 0px;
    border-radius: 50px; /* Optional: Randabgerundete Ecken */
}



/* From Uiverse.io by bhaveshxrawat */ 
.card-cnc {
  width: 300px;
  height: 401px;
  background: #333333;
  position: relative;
  display: flex;
  place-content: center;
  place-items: center;
  overflow: hidden;
  flex-direction: column;
    justify-content: center;
    align-content: center;
  border-radius: 20px;
    z-index: 0;
}




.card-cnc::after {
  content: '';
  position: absolute;
  background: #333333;
  inset: 5px;
  border-radius: 15px;
  flex-direction: column;
    justify-content: center;
    align-content: center;
    z-index: -1;
}  
/* .card:hover:before {
  background-image: linear-gradient(180deg, rgb(81, 255, 0), purple);
  animation: rotBGimg 3.5s linear infinite;
} */

.content-cnc {
            width: 300px;
            height: 401px;
            box-shadow: 0px 0px 10px 1px #000000ee;
            border-radius: 5px;
            padding-left: 10px;
            padding-right: 10px;
            padding-top: 30px;
            z-index: 10;
        }

        
.back-cnc{
    display: flex;
            z-index: 10;
}
.back-cnc h2{color: white;font-size: auto}

        



        .description-cnc {
            box-shadow: 0px 0px 10px 5px #00000088;
            width: 100%;
            padding: 10px;
            background-color: rgba(255,255,255,0.33);
            backdrop-filter: blur(5px);
            border-radius: 5px;
            font: 1em;
            z-index: 10;
        }

        .title-cnc {
            font-size: 1em;
  place-content: center;
  place-items: center;
            display: flex;
            z-index: 10;
        }

            .title-cnc p {
                font-size: 1em;
                width: 100%;
            z-index: 10;
            }

        .card-footer-cnc {
            color: rgba(0,0,0,1.00);
            font-size: 1em;
  place-content: center;
  place-items: center;
            display: flex;
            z-index: 10;
        }