@charset "utf-8";


/* !!!!!Alle Größen!!!!! */
html, body	{
	max-width:1500px;
	margin-left:auto;
	margin-right:auto;
	padding-left:4px;
	padding-right:4px;
	font-family:'Helvetica Neue',Helvetica,Arial,Tahoma,'Trebuchet MS','Times New Roman',Georgia,Sans-Serif;
	-webkit-text-size-adjust:100%;
}
*	{
	hyphens:auto;
	-moz-hyphens:auto;
	-o-hyphens:auto;
	-webkit-hyphens:auto;
	-ms-hyphens:auto;
	word-break:break-word;
	-webkit-tap-highlight-color:transparent;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
}
a:not(.clickable_link), img	{
	-webkit-touch-callout:none !important;
}
*:not(.clickable_link):not(#company_table_line):not(#company_dateimg)	{
	border-radius:10px !important;
}
img:not(#company_dateimg):not(:last-child)	{
	margin-bottom:15px !important;
}
#company_information_table a	{
	text-decoration:none;
	border-bottom-color:black;
	border-bottom-style:dotted;
	border-bottom-width:1.5px;
}
a	{
	color:#2fa2d7;
	text-decoration:none;
}
#company_information_table	{
	border-color:#9E9E9E;
	border-style:solid;
	padding:5px;
	border-width:1px;
	width:100%;
	margin-bottom:5px;
	margin-top:0px;
	margin-bottom:20px;
}
#company_information_table td	{
	padding-top:10px;
	padding-bottom:10px;
}
#company_table_line	{
	border-color:#9E9E9E;
	height:1px;
	text-align:center;
	border-bottom-style:solid;
	border-bottom-width:1px;
}
#company_table_title	{
	text-align:center;
	font-weight:bold;
	font-size:20px;
}
#company_table_name	{
	text-align:center;
}
.company_table_subtitles	{
	font-weight:bold;
	white-space:nowrap;
	padding-right:7px;
}
#slogan	{
	margin-top:0px;
	text-align:center;
	font-size:20px;
	padding:5px;
	background-color:rgba(0, 0, 0, 0.15);
}
.company_image	{
	width:100%;
}
#company_title	{
	margin-top:0px;
	color:white;
	padding:10px;
	font-size:27px;
	font-weight:bold;
	text-align:center;
	margin-top:10px;
	display:block;
	overflow:hidden;
	margin-bottom:15px;
	margin-top:15px;
	background-color:#58bb7c;
}
#company_dateimg	{
	height:25px !important;
	width:25px !important;
	float:left !important;
}
#company_datetext	{
	font-size:13px !important;
	color:#9E9E9E !important;
	padding-top:6px !important;
	padding-left:30px !important;
}
#company_introduction	{
	font-weight:bold;
	line-height:30px;
	text-align:justify;
}
#company_main_text	{
	line-height:30px;
	text-align:justify;
}
.boldname	{
	font-weight:bold;
}
.greentitle	{
	font-weight:bold;
	font-size:20px;
	color:green;
}
.redtitle	{
	font-weight:bold;
	font-size:20px;
	color:red;
}
.more_line_height	{
	line-height:25px;
}



/* !!!!!Größer als 769 Pixel!!!!! */
@media (min-width:769px)	{
main	{
	display:block;
}
#company_right_div	{
	width:55%;
	float:right;
	display:block;
	margin-left:10px;
}
#company_image_add	{
	overflow:hidden;
}
}



/* !!!!!Kleiner als 768 Pixel!!!!! */
@media (max-width:768px)	{
main	{
	width:100%;
}
}