/******************************************
*
* responsive.css
*
* responsive CSS definitions for coki
*
* Copyright 2014 by  Gerhard Sinnhuber
*
* Author(s):  http://www.transform.at
*
******************************************/

/* Colordefinitions

rot: df1616
hellrot: de6666
dunkelrot:ae1010
lgogbraun: 583318

*/


/* ----- START media max 981 ------ */
@media  (min-width:981px){ 


#projektmenu{
	position: fixed;
}

/* ----- END media min 981 ------ */
} 


/* ----- START media max 980 ------ */
@media  (max-width:980px){ 

/* --------------------------------------
    Grundbereiche
   -------------------------------------*/


.mainmenu ul{
border-bottom: 1px solid #094f9e;
}

.smallinfobox{
border-top: 0px solid #094f9e;
border-bottom: 0px solid #094f9e;
}

/* --------------------------------------
    Content Definitionen
   -------------------------------------*/






/* --------------------------------------
    spezielle Definitionen
   -------------------------------------*/

/* ----- END media max 980 ------ */
} 


/* ----- START media max 640 ------ */

@media  (max-width:640px){ 


.wrapper{
	width:98%;
}

 
 
 
/* ----- END media max640 ------ */
} 

