.tooltip {
	position: absolute;
    border:1px solid #b2b2b2;
    background:#ffffff;
    display:none;
    z-index:9999;
    width:100px;
    height:100px;
}

/* ------------------ BLUE ----------------- */

.tooltip_1 {
	position: absolute;
    border:2px solid #23A1DF;
    background:#f6f6f6;
    display:none;
    z-index:9999;
    width:247px;
    height:274px;
    padding:3px;
}

/* ------------------ YELLOW ----------------- */

.tooltip_2 {
	position: absolute;
    border:2px solid #F5A023;
    background:#f6f6f6;
    display:none;
    z-index:9999;
    width:247px;
    height:274px;
    padding:3px;
}

/* ------------------ ORANGE ----------------- */

.tooltip_3 {
	position: absolute;
    border:2px solid #ED7023;
    background:#f6f6f6;
    display:none;
    z-index:9999;
    width:247px;
    height:274px;
    padding:3px;
}

/* ------------------ RED ----------------- */

.tooltip_4 {
	position: absolute;
    border:2px solid #EA2346;
    background:#f6f6f6;
    display:none;
    z-index:9999;
    width:247px;
    height:274px;
    padding:3px;
}

/* ------------------ GESCHENKBAND ----------------- */

.tooltip_g_gross {
	position: absolute;
    border:1px solid #b2b2b2;
    background:#ffffff;
    display:none;
    z-index:9999;
    width:352px;
    height:352px;
}

.tooltip_g_gross img {
    width:350px;
    height:350px;
}

.tooltip_g_klein {
	position: absolute;
    border:1px solid #b2b2b2;
    background:#ffffff;
    display:none;
    z-index:9999;
    width:152px;
    height:152px;
}

.tooltip_g_klein img {
    width:150px;
    height:150px;
}

.tooltip_packmobil {
	position: absolute;
   border:1px solid #b2b2b2;
   background:#ffffff;
   display:none;
   z-index:9999;
   width:302px;
   height:352px;
}

.tooltip_packmobil img {
    width:300px;
    height:350px;
}

.tooltip_gutscheine {
	position: absolute;
    border:1px solid #b2b2b2;
    background:#ffffff;
    display:none;
    z-index:9999;
    width:502px;
    height:419px;
}

.tooltip_gutscheine img {
    width:500px;
    height:417px;
}
