@charset "UTF-8";
 
/* *************************************************************************************************** */
/*                             10-thk-responsive-rahmen.css    	                                  **** */
/* *************************************************************************************************** */
/* - ROT *1------------------------------------ alle Geräte ------------------ */

/* ------------------------ thk - Bild zentrieren -----------------------------*/



/* - GRÜN *2-----------| 0 =====> 320px | ----------------------------------- */
@media only screen and (max-width:320px) {


}

/* - BLAU *3 ------------------ | 321px ==============> 480px | ------------ */ 
@media only screen and (min-width:321px) and (max-width:480px) {


}

/* - GELB *4 ------------------ | 481px ==============> 768px | ------------ */ 
@media only screen and (min-width:481px) and (max-width:768px) {


}

/* - LILA *5 ------------------ | 769px ==============> 1024px | ----------- */ 
@media only screen and (min-width:769px) and (max-width:1024px) {


}

/* - ORANGE *6 ---------------- | 1025px ==============> 1280px | ---------- */ 
@media only screen and (min-width:1025px) and (max-width:1280px) {


}

/* -HELLGRÜN *7 --------------- | 1281px ==============> 3000px | ---------- */ 
@media only screen and (min-width:1281px) and (max-width:3000px) {


}