body {
    background-color: #FFF;
    
    height: 100%;
    font-family: "Work Sans", sans-serif;
}

.letsconnect {
    background: #000;
    border-radius: 5px;
    float: right;
    color: #FFF;
    text-decoration: none;
    padding: 9px 20px;
    font-weight: 500;
}

.letsconnect:hover {
    background: #FFF;
   

}
header {
    margin-top: -20px;
    background: linear-gradient(180deg, #E9E5FF 0%, #F7F7FA00 100%);
}
.headerRow {
    margin-top: 20px;
    margin-bottom: 10px;
}

.logoRow {
    margin-top: 150px;
    margin-bottom: 150px;
}
.partnerRow {
    margin-bottom: 50px;
}
.max-width {
    max-width: 100%;
}

.use_case {
    border: 1px solid grey;
    border-radius: 5px;
    overflow: hidden;
    height: 650px;
    
}
.forwho {
    font-style:italic;
}
.use_case_content {
    padding: 20px;
}
.use_case_title {
    background: blue;
    padding: 20px;
    font-weight: bold;
    color: #FFF;
}
.use_case_1 {
    border: 3px solid #6bc5f1;
}
.use_case_1 .use_case_title {
    background-color: #6bc5f1;
}
.use_case_2 {
    border: 3px solid #ff71da;
}
.use_case_2 .use_case_title {
    color: #000;
    background-color: #ff71da;
}
.use_case_3 {
    border: 3px solid #9535f9;
}
.use_case_3 .use_case_title{
    background-color: #9535f9;
}

.missionContainer {
    display: flex;
    height: 300px;
    border-radius: 5px;
    overflow: hidden;
    align-items: center; /* Vertically center the content */
    border: 3px solid #0a245e;
}

.sidebar {
    background-color: #0a245e; 
    color: #FFF;
    width: 50px; 
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.title {
    writing-mode: vertical-rl;
    white-space: nowrap;
    font-size: 24px; /* Pas de lettergrootte aan zoals gewenst */
    transform: rotate(180deg); /* Draai de tekst om als het niet correct wordt weergegeven */
}

.content {
    padding: 20px;
    flex: 1; /* Zorgt ervoor dat de content de resterende ruimte inneemt */
}

.menu {
    list-style: none;
}
.menu li {
    float: left;
    padding: 7px;
}
.menu li a {
    color: #000;
    font-weight: 500;
    text-decoration: none;
}

.menu li a:hover{
   
    text-decoration: underline;
}
.menu li a.active {
    font-weight:bold;
}
.use_case_content_content {
    height: 250px;
    overflow: hidden;
}
.detailuc_block {
    border: 3px solid #6bc5f1;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 20px;
}

.detailuc_block.uc_1 {
   border: 3px solid #6bc5f1;
}
.detailuc_block.uc_2 {
   border: 3px solid #ff71da;
}
.detailuc_block.uc_3 {
   border: 3px solid #9535f9;
}

.readmore {
    background: #6bc5f1;
    border: 1px solid #6bc5f1;
    display: block;
    padding: 5px;
    color: #FFF;
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
}

.readmore:hover {
    background: #FFF;
    color: #000;
}

.readmore2 {
    background-color: #ff71da;
    border: 1px solid #ff71da;
}

.readmore3 {
    background-color: #9535f9;
    border: 1px solid #9535f9;
}

.visitus {
   background: #cd1719;
   text-transform: uppercase;
   color: #FFF;
   font-size: 16px;
   padding: 9px 20px 9px;
   border-radius: 5px;
   /* margin-top: 5px; */
   display: block;
   text-align: center;
}

.equalheight, .equalheight2 {
    display: flex; align-items: center;
}