
.option_card{
    background-color: #e5e5e5;
    padding: 0px !important;
    color: #000000;
    border-radius: 10px;
    /* border: solid 2px black; */
    margin-left: 10px;

    margin-right: 10px;
    margin-bottom: 50px;
    display: flex
;
    box-shadow: 0px 0px 12px -1px black;
    flex-direction: column;
    justify-content: space-between;


    
}
/* Opmaak van de Titel */
/* Opmaak van de title van price kaarten */
.pakket_title{

    background-color: #aa00ab;
    color: white;
        text-align: center;
    margin: 0 auto;
    width:100%;
    padding: 10px 20px 1px 20px;
border-radius: 11px 9px 1px 0px;
}
.pakket_information{
    padding:15px;
    
}
.option_card h4{
    text-align:center;
}
.pakket_title h3{
    margin-top: 0px !important;
}
.btn_tabel{
    background-color: white !important;
    font-size: 1.2rem !important; 
}
.swiper-slide{

    flex-shrink: 0;
    height: auto;
  
    flex-direction: column;
    justify-content: space-between;

    text-align: left;
    align-items: normal !important;



    min-height: 600px;
    box-sizing: border-box;
    background-color: white;
    border-radius: 20px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);

}


.row{
    width:auto !important;
}
.swiper-slide ul{
    list-style: none;
}
.row>*{
    width:100%;
}
.swiper-slide p {
  margin: 6px 0;  /* of wat je visueel mooi vindt */
  line-height: 1.4;
}
.modal-content{
    padding:20px;
}

.singlecard{
    margin: 0 auto;


        /* background-color: #800080; */
    padding: 25px;
    color: #000000;
    border-radius: 10px;
    /* border: solid 2px black; */
    margin-left: 10px;

    margin-right: 10px;
    margin-bottom: 10px;
    display: flex
;
    flex-direction: column;
    justify-content: space-between;
}
.swiper-pagination-myswiper,
.swiper-pagination-modal {
    text-align: center;
}
.card_container{
    display: flex;
  gap: 20px;
    width: 80% !important;
    position: relative;
    margin: 0 auto;

}
  .swiper-slide {
    flex-shrink: 0;
    height: auto;
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    text-align: left;
    min-height: 600px;
    box-sizing: border-box;
 background-color: #e5e5e5;
  color: #000000;
    border-radius: 20px;
    box-shadow: 0px 0px 12px -1px black


       

}
p{
    margin:0px !important;
}
@media only screen and (max-width:  1000px) {

    .card_container{
    display: flex;
  gap: 20px;
    width: 100% !important;
    position: relative;
    margin:auto;

}
.option_card{

    font-size:3rem;
}
        .swiper-slide {
    flex-shrink: 0;
    height: auto;
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    text-align: left;
    min-height: 600px;
    box-sizing: border-box;
    background-color: #e5e5e5;
    border-radius: 20px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
}

    .table{
        font-size:5rem !important;
        overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
border-collapse: collapse;
    }
    .modal-dialog{
        width:100vw !important;
        max-width: 100%;
        height:100vw;
        max-height: 100%;
        overflow-y:auto;
        box-sizing: border-box;
        padding:1rem;
    }
    .row>*{
    width:auto !important;
}
}