
/*---------------------------------------------------------------------------------*/
/*---------------------------------------nowe--------------------------------------*/
/*---------------------------------------------------------------------------------*/

.partners__section__container{
    /*Flex column*/
    display: flex;
    flex-direction: column;
    /**/
    justify-content: center;
    align-items: center;
    padding-bottom: 3rem;
}

.partners__container{
    /*background: url("../../../img/magazynbiomasa/vi-kongres-biogazu-i-biometanu/partners--background--prop1.png") no-repeat;*/
    background: url("../../../img/partners--background--prop1.png") no-repeat;
    background-size: cover;
    border-radius: 10px;
    width: 80vw;

    /*Flex column*/
    display: flex;
    flex-direction: column;
    /**/
    align-items: center;
    /*to na chwile tylko*/
    /*height: 1000px;*/
    outline: 2px var(--color-transparent) solid;
    padding-bottom: 2rem;
}



.partner__container__row{
    /*Flex row*/
    display: flex;
    flex-direction: row;
    /**/
    flex-wrap: wrap;
    justify-content: center;

    width: 90%;
    outline: 2px var(--color-transparent) solid;

}

.partner__container__row--width100{
    width: 100%;
}

.partner__container__row__subrow{
    /*Flex row*/
    display: flex;
    flex-direction: row;
    /**/
    flex-wrap: wrap;
    justify-content: center;
    margin: .5rem 0;
    flex-grow: 2;
    max-width: 200px;
    outline: 2px var(--color-transparent) solid;
}

.partner__container__row__subrow--maxwidth100{
    max-width: 100%;
}

.partner__container__row__subrow__item{
    /*Flex row*/
    display: flex;
    flex-direction: row;
    /**/
    justify-content: center;

    outline: 2px  var(--color-transparent) solid;

}

.patron-image__blur {
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
    margin: .5em 0;
    padding: 0 2rem;
    position: relative;
    color: black;
    /*background: rgba(255, 255, 255, 0.2);*/
    background: rgba(255, 255, 255, 0.4);
    backdrop-filter: saturate(180%) blur(10px);
    border-radius: 10px;
}

.partners__introText{
    font-size: 35px ;
    font-weight: normal ;
}

/*---------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------*/


/*#partners {*/
/*    border-radius: 10px;*/
/*    !*height: 801px;*!*/
/*    !*width: 1200px;*!*/
/*    position: relative;*/
/*    background-color: black;*/

/*}*/

/*#partners::before {*/
/*    top: 0;*/
/*    left: 0;*/
/*    position: absolute;*/
/*    content: "";*/
/*    background: url("../../../img/magazynbiomasa/vi-kongres-biogazu-i-biometanu/partners--background--prop1.png") no-repeat;*/
/*    background-size: cover;*/
/*    !*filter:blur(2px);*!*/
/*    border-radius: 10px;*/
/*    !*height: 801px;*!*/
/*    !*width: 1200px;*!*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    overflow: hidden;*/
/*}*/

/*.partners-table {*/
/*    width: 80%;*/
/*    position: relative;*/
/*    top: 5%;*/
/*    left: 10%;*/
/*    !*border: none;*!*/
/*    border: 2px red solid;*/
/*}*/


.partners-table > tbody {
    position: relative;
    background: none;
    border: none;
}

.partners-table > tbody > tr {
    background: none;
    text-align: center;
}

.partners-table > tbody > tr > td {
    width: 20%;
    height: 85px;
    text-align: center;
}

.partners-table__header-td {
    height: 30px !important;
    font-weight: bold;
    text-align: center;
    margin-top: 0;
    padding: 0;
    position: relative;
    color: black;
    background: rgba(255, 255, 255, 0.4);
    backdrop-filter: saturate(180%) blur(10px);
    border-radius: 10px;
    font-size: 25px;

}


.partner-logo-in-table {
    height: 200px;
    overflow: hidden;
    border-radius: 20%;

}

.tableFlexbox {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: nowrap;
    /*flex-wrap: wrap;*/
    align-content: center;
    align-items: center;
    min-width: 100%;
    min-height: 100%;

}


/*#partners::before {*/
/*    top: 0;*/
/*    left: 0;*/
/*    position: absolute;*/
/*    content: "";*/
/*    background: url("../img/partners--background--prop2.png");*/
/*    !*filter:blur(2px);*!*/
/*    border-radius: 10px;*/
/*    height: 801px;*/
/*    !*width: 1200px;*!*/
/*    width: 100%;*/
/*}*/


/*.partners__container{*/
/*    !*padding-top:50px;*!*/
/*    display: flex;*/
/*    flex-direction: column ;*/
/*    flex-wrap: nowrap;*/
/*    align-items: center;*/
/*    justify-content: space-between;*/

/*    background-color: #0d5e42;*/
/*    height: 500px;*/
/*}*/

/*.partners__container__partnerBox{*/
/*    display: flex;*/
/*    flex-direction: column ;*/
/*    flex-wrap: nowrap;*/
/*    !*align-items: center;*!*/

/*}*/
/*.partners__table__header{*/
/*    height: 30px !important;*/
/*    !*width: 50%;*!*/
/*    font-weight: bold;*/
/*    text-align: center;*/
/*    margin-top: -3px;*/

/*    padding: 0 80px;*/

/*    !*position: relative;*!*/
/*    color: black;*/
/*    !*background: rgba(255, 255, 255, 0.4);*!*/
/*    background:red;*/
/*    backdrop-filter: saturate(180%) blur(10px);*/
/*    border-radius: 10px;*/
/*}*/

/*partners__table__partnersList{*/
/*    display: flex;*/
/*    flex-direction: row ;*/
/*    flex-wrap: nowrap;*/
/*}*/

/*.partners__table__partner{*/
/*    background: yellow;*/
/*}*/

