﻿
/*  -------------------------------------------------------------------
    Änderungen an dieser CSS wirkt sich auf alle Artikelsymbole aus !!!
    -------------------------------------------------------------------  */


.hintergrundbox {

    height: 375px;
    width: 240px;
    background-color: white ;
    box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.3);
}

.hintergrundbox img {
    position: absolute;
    top: 25px;
    left: 35px;
}



.text_beschreib {
    position: absolute;
    top: 180px;
    left: 25px;
    width:200px;

}

    .text_beschreib h1 {
        font-weight:700;
        font-family: Verdana, Geneva, Tahoma, sans-serif;
        font-size: 18px;
        color: #246b46;
        line-height:1.4;
    }
    .text_beschreib p {
        font-family: Verdana, Geneva, Tahoma, sans-serif;
        font-size: 14px;
        color: black;
        line-height: 1.4;
    }

.icon_gesamt {
    position: relative;


}

.icon_gesamt div:hover {
    transform: scale(1.02)
    }


}
.icon_gesamt a{
    text-decoration:none;
}





