/* ******************************************************  */
/* ******************************************************  */
/* *****************   CSS Reset    *********************  */
/* ******************************************************  */
/* ******************************************************  */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td
{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	background:transparent;
}

body
{
	line-height:1;
}

ol, ul
{
	list-style:none;
}

blockquote,q
{
	quotes:none;
}

blockquote:before,blockquote:after,q:before,q:after
{
	content:'';
	content:none;
}

/* remember to define focus styles! */
:focus
{
	outline:0;
}

/* remember to highlight inserts somehow! */
ins
{
	text-decoration:none;
}

del
{
	text-decoration:line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table
{
	border-collapse:collapse;
	border-spacing:0;
}

/* Löscht Padding & Co. um den Button */
button,button::-moz-focus-inner,input[type="button"]::-moz-focus-inner,input[type="submit"]::-moz-focus-inner,input[type="reset"]::-moz-focus-inner
{
	padding:0!important;
	border:0 none!important;
	background:none;
}

/* ******************************************************  */
/* ******************************************************  */
/* ********************    Standard    *****************  */
/* ******************************************************  */
/* ******************************************************  */
* {
font-weight: normal;
font-family: 'Myriad Roman', Arial, SunSans-Regular, Sans-Serif;
}

body
{
	text-align:		center;
	height:			100%;
	background: 	#2a2424;
}

.clearboth
{
	clear:both;
	margin:0;
	padding:0;
	height:0;
	width:0;
	line-height:0;
	font-size:0;
	overflow:hidden;
	visibility:hidden;
}

strong, b
{
	font-weight: bold;
}

p,input,textarea,select,label,ul li, ul li ,h1,h2,h3,h4,h5,h6
{
	font-size:12px;
	line-height:130%;
		color:#8c3a02;

}



a:hover
{
	color:#aaa;
	text-decoration:none;
}

a, ul li a, p a, p a:link,p a:visited,p a:active
{
	color:#f86703;
	text-decoration:none;
	cursor:pointer;
	
	}
	
h1, h2 {
color: #c50081;
}	

h1 {
font-size:	22px;
}

h2 {
font-size:	18px;
}




.umschlag {
width:			800px;
padding:		30px 20px 0px 20px;	
margin:			0 auto;
text-align:		left;
}


/***** Tablet (Smaller than 959px) *****/
@media only screen and (min-width: 768px) and (max-width: 959px) {
		.umschlag {width: 728px;}
		.animation canvas {width: 728px !important; height: 288px !important;}
}

/***** Phone (portrait 300px) *****/
@media only screen and (max-width: 767px) {
		.umschlag {width: 300px; }
		.animation canvas {width: 300px !important; height: 112px !important;}
		
}

/***** Phone (landscape 420px) *****/
@media only screen and (min-width: 480px) and (max-width: 767px) {
		.umschlag {width: 456px;}
		.animation canvas {width: 456px !important; height: 172px !important;}
}


.link {
margin-bottom: 25px;
text-align:		right;
}

.link a {
color:		#aaaaaa;
font-size:	14px;
padding:	24px 160px 0px 0px;	
background:	url("../bilder/logo-komsign-koeln-design-agentur.png") right 0px no-repeat;
height:		41px;	
display:	inline-block;
}

.link a:hover {
color:		#c50081;
background:	url("../bilder/logo-komsign-koeln-design-agentur.png") right -91px no-repeat;
}

.kopf {
width: 		100%;
height:		auto;
}


.block {
padding-bottom:	40px;
}

.block.oben {
margin-top:	70px;
}

.block .icon {
width:	18%;
float:	left;
}

.block .text {
width:	78%;
float:	right;


}


.block p {
color: 			#aaaaaa;
font-size:		18px;
line-height:	150%;
}


