.card {
    border: 2px solid #fffff9;
    padding: 3rem;
    width: 50%;
    display: flex;
    justify-content: center;
}

.containerun {
    display: flex;
    justify-content: center;

}

.shape {
    position: relative;
    margin-top: -6rem;
    
}

.con-main {
    background-color: #211d1d;
    border-radius: 0 0 1.25rem 1.25rem;
    /* SVG needed */
}

.con-info {
    color: #fffff9;
}

.profil{
    border-radius: 100%;
    object-fit: cover;
    width: 140px;
    height: 140px;
    object-position: center;
    outline: 5px solid #211d1d;
    margin-top: -8.5rem;
    position: relative;
    margin: inherit auto 0 auto;

    display: block; 
    left: 50%;
    transform: translate(-50%); 
}

.unoverlay {
    object-fit: cover;
    aspect-ratio: 3/1.5;
    object-position: center;
    /* animation: shrink 10s ease-in-out infinite alternate; */
}

/* @keyframes shrink {
    0% {
      object-position: 50%;
    }
  
    100% {
      object-position: 60%;
    }
}     */
 
.lbl-text {
    color: #fffff9c3;
    font-size: 15px;
}

.text {
    font-size: 16px;
    color:#fffff9;
    font-family: Arial, Helvetica, sans-serif;
}

.unicon {
    display: block;
    left: 50%;
    transform: translate(-50%);  
}

.btn-default {
    font-size: 18px;
    border: 1px solid #7747C3;
    color: #7747C3;
    border-radius: 1.25rem;
}

.btn-cta {
    font-size: 18px;
    border: 1px solid #7747C3;
    background-color: #7747C3;
    color: #fffff9;
    border-radius: 1.25rem;
}

h1 {
    font-size: 25px;
    color: #fffff9;
}

h2 {
    font-size: 18px;
    color: #9857F5;
}

.un-h2 {
    font-size: 24px;
    color: #9857F5;
}

.un-h3 {
    font-size: 23px;
    color: #fffff9c3;
}

.un-h4 {
    font-size: 18px;
    color: #9857F5;
}

.un-p {
    font-size: 18px;
    color: #fffff9
}

li {
    margin-bottom: 0.3rem;

}

p {
    color: #fffff9;
}

.accent {
    color: #9857F5;
}

.prim {
    font-family: Arial, Helvetica, sans-serif;
    color: #7747C3;
}

.btn-socials {
    border-radius: 100%;
    box-shadow: 0px 0px 23px #7747C3;
}

.glass {
    background: rgba(19, 19, 19, 0.408);
    box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
    backdrop-filter: blur( 15px );
    -webkit-backdrop-filter: blur( 15px );
    z-index: 250;
    border-radius: 0 0 1.25rem 1.25rem;
}
.unglass {
    background: rgba(19, 19, 19, 0.408);
    box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
    z-index: 250;
    border-radius: 0 0 1.25rem 1.25rem;
}


a .needs:link, a .needs:visited {
    color: #fffff9c3;
}

a .needs:hover {
    color: #fffff9c3;
    text-decoration: underline;
}

a .un-default:link, a .un-default:visited {
    color: #7747C3;
    text-decoration: none;
}

a .un-default:hover {
    color: #7747C3;
    text-decoration: underline;
}

a .un-cta:hover {
    color: #fffff9;
    text-decoration: underline;
}

a:link {
    text-decoration: none;

}

.ml-1 {
    margin-left: 1rem;
}

.ml-2 {
    margin-left: 2rem;
}
.row-contact:hover {
    background: rgba(19, 19, 19, 0.408);
    z-index: 250;
}


.grab {
    cursor: -webkit-grab;
    cursor: grab;
}



.zeigen {
    display: inline !important;
    animation: fadeIn 1s;
}

.vaschwind {
    display: none;
    animation: fadeOut 1s;
}
 
@keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 0.8; }
}

@keyframes fadeOut {
    0% { opacity: 0.8; }
    100% { opacity: 0; }
}

.basics {
    background-color: #211d1d;
}