.ais_projects{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px , 1fr));
    grid-gap: 20px;
}
.ais_project{
        display: block;
        position:Relative;
        width: 280px;
        height: 280px;
        border-radius: 20px;
        padding: 0px;
        margin: 0px;
        transform-style: preserve-3d
}
.project_cover{
    position:absolute;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    top: 15px;
    left: 15px;
    border-radius: 15px;
    background-color: blue;
    background-size: contain;
    background-position:relative;
    background-repeat: no-repeat;
    overflow: hidden;
}
.project_title {
    position: absolute;
    width: 100%;
    height: 120px;
    top: calc(50% - 60px);
    left: 0px;
    border-radius: 0px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transform: translateZ(20px)
}
.project_blob{
    position:absolute;
    width: calc(100% + 60px);
    height: calc(100% + 60px);
    top: -30px;
    left: -30px;
    background-color: grey;
    z-index: -1;
    background-size: cover;
    background-position:center;
    opacity: 0.8;
    transform: translateZ(-80px)
}
.project_cover::before {
    content: "";
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: radial-gradient(#ffffff00, #ffffff66);
    position: absolute;
}
div#app {
width: 100vw;
height: 100vh;
position: fixed;
left: 0px;
top: 0px;
display: grid;
grid-template-rows: 100px 1fr;
grid-template-columns: 1fr;
}
.ais_projects {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px , 1fr));
grid-gap: 20px;
align-items: center;
justify-items: center;
}
.logo {
width: 180px;
height: 80px;
background-image: url(https://ais.nolandejong.nl/wp-content/uploads/2023/04/ais_logo.png);
background-size: contain;
background-position: center;
background-repeat: no-repeat;
}
.ais_header {
padding: 10px;
display: flex;
flex-direction: row;
flex-wrap: nowrap;
align-content: center;
justify-content: space-between;
align-items: center;
}
.ais_left {
background-color: #f3f3f3;
width: 300px;
display: flex;
flex-direction: row;
justify-content: center;
height: 46px;
flex-wrap: nowrap;
align-items: center;
border-radius: 30px;
}
.ais_timeline {
height: 11px;
background-color: #c8c8c8;
width: 120px;
margin-left: 10px;
border-radius: 12px;
position:relative;
overflow: hidden;
}
.ais_inner_timeline {
background-color: #fe177f;
height: 100%;
}
.ais_header > h1 {
padding: 0px;
font-family: 'Poppins', sans-serif;
font-size: 28px;
font-weight: 800;
}

/* DETAILS */
.ais_project_info > div{
    padding: 40px;
    box-sizing: border-box;
    width: 100%;
    display: grid;
    grid-template-columns: 250px 1fr;
    grid-gap: 40px;
}
.col2 {
    display: grid;
    grid-template-columns: 320px 1fr;
    grid-template-rows: 160px 1fr;
}
.project_name {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.project_intro{
    color: white;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    line-height: 23px;
    grid-column: 1 / span 2;
    font-size: 18px;
}
.ais_project_cover{
    border-radius: 20px;
    overflow: hidden;
}
span.date {
    text-align: right;
    color: white;
}
.ais_contact > .img {
    background-size: cover;
    grid-column: 1 / span 1;
    grid-row: 1 / span 2;
    border-radius: 50%;
}
.ais_contact {
    font-size: 12px;
    display: grid;
    grid-template-columns: 55px 1fr;
    grid-template-rows: 25px 25px;
    grid-gap: 5px;
    margin-top: 20px;
}
.name {
    line-height: 25px;
    color: white;
    font-size: 15px;
    font-weight: 700;
    padding-left: 5px;
}
.title {
    line-height: 17px;
    color: white;
    opacity: 0.6;
    font-size: 13px;
    font-weight: 500;
    padding-left: 5px;
}
.ais_detail > h1 {
    font-size: 38px;
    font-weight: 700;
    padding: 40px;
    font-family: 'Poppins', sans-serif;
}
.ais_visuals {
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(300px , 1fr));
    grid-gap: 30px;
    padding-left: 40px;
    padding-right: 40px;
}
.ais_visual_photo {
    height: 290px;
    background-color: #efefef;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 15px;
    margin-bottom: 10px;
}
div#fb {
    display: grid;
    grid-template-columns: 1fr 3fr;
    grid-gap: 30px;
    padding: 40px;
}
.person {
    display: grid;
    grid-template-columns: 1fr 150px 160px 160px;
    padding: 11px;
    grid-gap: 20px;
}
.ais_btn,
.person > button{
    padding: 10px;
    border: 0px solid red;
    background-color: rgba(0,0,0,0.3);
    color: white;
    font-weight: 600;
    border-radius: 10px;
}
.poster > .ais_poster{
    background-color: rgba(0,0,0,0.1);
    height:400px;
    background-size: contain;
    background-position:center;
    background-repeat: no-repeat;
}
.person > .name{
    padding: 0px;
}
.ais_reflectie > h3,
.groep_feedback > h3{
    font-size: 25px;
    font-weight: 700;
    color: white;
    font-family: 'Poppins', sans-serif;
}
.ais_reflectie {
    grid-column: 1 / span 2;
}
.ais_reflectie > *{
    color: white;
}
:root{
    --maxwidth: 1200px;
}
.ais_detail > *
{
    max-width: var(--maxwidth);
}
.force_fullwidth{
    width: 100vw;
    max-width: unset!important;
}
.force_fullwidth > div{
    max-width: var(--maxwidth);
}
.force_fullwidth,
.ais_detail {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.groep_feedback > p {
    color: white;
    margin-bottom: 22px;
}
.ais_badge {
    width: 70px;
    height: 90px;
    border: 0px solid red;
    background-color: white;
    position: fixed;
    z-index: 999999999;
    overflow: hidden;
    left: 20px;
    top: 0;
    border-radius: 0px 0px 10px 10px;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 3fr 1fr;
    padding: 10px;
}
.ais_badge > .logo{
    width: 100%;
    height: 100%;
}
.ais_badge > .btn_back{
    display: flex;
    flex-direction: row;
    align-items:center;
    justify-content: center;
}
.ais_badge > .btn_back > img{
    width: 20px;
}