#products{
    padding: 1% 0;
}

.product{
    width: 20%;
    margin: 1% 2.3%;
    text-align: center;
    border: 1px solid #717174b0;
    border-radius: 5px;
    display: inline-block;
}

.product .text-medium{
    background: #2B2BC4;
    padding: 1% 0;
    margin: 3% 0 0 0;
}

.product img{
    max-width: 120px;
    max-height: 120px;   
}

.feature{
    margin: 1% 0;
    padding: 3% 0;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
}

.feature:hover{
    border-top: 1px solid rgb(16, 56, 131);
    border-bottom: 1px solid rgb(16, 56, 131);
}

.feature i{
    color: rgb(16, 56, 131);
}

.feature p:first-child{
    display: inline-block;
    border-right: 1px solid black;
    width: 20%;
}

.feature p:last-child{
    display: inline-block;
    width: 75%;
}

.products-yt, .products-pdf, .products-kontakt{
    display: block;
    padding: 3% 0;
    border-top: 1px solid #717174b0;
    transition: 0.3s ease all;
    text-decoration: none;
    color: black;
}

.product:hover .products-kontakt{
    background-color: #308734;
    color: rgb(255, 255, 255);
    transition: 0.3s ease all;
}

.product:hover .products-kontakt i{
    color: rgb(243, 244, 247);
    transition: 0.3s ease all;
}

.product:hover .products-yt{
    background-color: #CE3F3F;
    color: rgb(255, 255, 255);
    transition: 0.3s ease all;
}

.product:hover .products-pdf{
    background-color: #324FB4;
    color: rgb(255, 255, 255);
    transition: 0.3s ease all;
}

.product:hover .products-yt i{
    color: rgb(255, 255, 255);
    transition: 0.3s ease all;
}

.product:hover .products-pdf i{
    color: rgb(255, 255, 255);
    transition: 0.3s ease all;
}

.products-yt i{
    color: rgb(223, 25, 25);
    transition: 0.3s ease all;
}

.products-pdf i{
    color: rgb(16, 56, 131);
    transition: 0.3s ease all;
}

/*1441 to 1920*/
@media only screen and (min-width: 1440px) and (max-width: 1700px){

}

/*1025 to 1440*/
@media only screen and (min-width: 1024px) and (max-width: 1439px){
    #products{
        padding: 2% 0;
    }
    
    .product{
        width: 30%;
        margin: 2% 1.4%;
        text-align: center;
        border: 1px solid #717174b0;
        border-radius: 5px;
        display: inline-block;
    }
}

/*768 to 1024*/
@media only screen and (min-width: 768px) and (max-width: 1023px){
    #products{
        padding: 2% 0;
    }

    .product img{
        max-width: 110px;
        max-height: 110px;   
    }
    
    .product{
        width: 30%;
        margin: 2% 1.4%;
        text-align: center;
        border: 1px solid #717174b0;
        border-radius: 5px;
        display: inline-block;
    }
}

/*425 to 767*/
@media only screen and (min-width: 425px) and (max-width: 767px){
    #products{
        padding: 3% 0;
    }
    
    .product{
        width: 45%;
        margin: 3% 2%;
        text-align: center;
        border: 1px solid #717174b0;
        border-radius: 5px;
        display: inline-block;
    }

    .product img{
        max-width: 100px;
        max-height: 100px;   
    }

    .products-yt, .products-pdf, .products-kontakt{
        padding: 4% 0;
    }
}

/*375 to 424*/
@media only screen and (min-width: 375px) and (max-width: 424px){
    #products{
        padding: 3% 0;
    }
    
    .product{
        width: 70%;
        margin: 5% auto;
        text-align: center;
        border: 1px solid #717174b0;
        border-radius: 5px;
        display: block;
    }

    .product img{
        max-width: 95px;
        max-height: 95px;   
    }

    .products-yt, .products-pdf, .products-kontakt{
        padding: 4% 0;
    }
}

/*320 to 374*/
@media only screen and (min-width: 320px) and (max-width: 374px){
    #products{
        padding: 3% 0;
    }
    
    .product{
        width: 80%;
        margin: 5% auto;
        text-align: center;
        border: 1px solid #717174b0;
        border-radius: 5px;
        display: block;
    }

    .product img{
        max-width: 95px;
        max-height: 95px;   
    }

    .products-yt, .products-pdf, .products-kontakt{
        padding: 4% 0;
    }
}

/*1 to 319*/
@media only screen and (min-width: 1px) and (max-width: 319px){

}