

/* -------------------------------------------------------------------------------------------------  GENERAL SETTINGS  ---------------------------------------------------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}
body	{
	font-family: 'PT Sans', Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #666;
	background: transparent url('../img/img_bg_leather_02.jpg') repeat scroll top left;
}

img, a, a:focus, a:hover, a:active, a img  {
	outline: 0 none;
	border: 0 none;
}
img {
	max-width: 100%;
	font-size: 10px;
}
strong { 
	font-weight: bold;
}
a {
	color: #666;
	text-decoration: none;
}
ul {
	list-style-type: none;
}

.clear	{
	clear: both;
}

h1 em, h2 em, h3 em {
	position: absolute;
	left: -5000px;
}

#top {
	position: absolute;
	left: 0px;
	top: 0px
}

span.bull {
	margin-left: 5px;
	margin-right: 5px;
}

.image-shadow {
    zoom: 1; /* IE bis IE8 */
    /*filter: progid:DXImageTransform.Microsoft.Shadow(color='#888888', Direction=0, Strength=0);*/ /* IE bis IE8 */
	
	-moz-box-shadow: 4px 4px 3px 0 rgba(0, 0, 0, .25); /*ältere Mozilla-basierte Browser (z.B. Firefox)*/
	-webkit-box-shadow:  4px 4px 3px 0 rgba(0, 0, 0, .25); /*WebKit-basierte Browser (z.B. Safari/Chrome)*/        
    box-shadow:  4px 4px 3px 0 rgba(0, 0, 0, .25); /*CSS3 Standard*/
}

/* -----------------------------------------------------------------------------------------------  PAGE  ---------------------------------------------------------------------------------------------- */
#wrapper {
	width: 92%;
	padding-left: 4%;
	padding-right: 4%;
	margin: 0 auto; 
	max-width: 994px;
}

/* ----------------------------------------------------------------------------------  LOGO DROPDOWN NAVI  ----------------------------------------------------------------------------- */
#wrap_dropNavi {
	/*background-color: #fcc;*/
	position: relative;
}

#logo_dropNavi {
	position: absolute;
	z-index: 10;
	width: 100%;
	text-align: center;
	height: 160px;
	display: block;
}
#logo_dropNavi h2 {
	font-size: 1em;
}
#logo_car_360 {
	position: absolute;
	bottom: 80px;
	width: 100%;
}
#logo_360 {
	position: absolute;
	bottom: 25px;
	width: 100%;
}
#logo_360 h1 {
	font-size: 0.625em;
}


/* --------------------------------------------------------------------------------------  DROPDOWN NAVI  -------------------------------------------------------------------------------- */
nav {  
	width: 100%;  
	font-size: 1.125em; 
	position: relative;
	display: block;
}  
nav ul {  
	display: none;  
	height: auto;  
}  
nav li {  
	display: block;  
	float: none;  
	width: 100%;
	text-align: right;
	margin-bottom: 5px;
}
.clearfix_navi:before,  
.clearfix_navi:after {  
	content: " ";  
	display: table;  
}  
.clearfix_navi:after {  
	clear: both;  
}  
.clearfix_navi {  
	*zoom: 1;  
}
nav a {  
	color: #777;
	display: inline-block;  
	/*width: 100%; */
	text-decoration: none;  
	line-height: 1.5;  
}
nav li a:hover, nav li a.active { 
	color: #e50202;
}

nav a#pull {  
	display: block;  
	background-color: #5C1915;
	width: 0;  
	position: static;
	height: 150px;		
}
nav a#pull:after {  
	content:"";  
	background: transparent url('../img/img_icon_mobile_menu.png') no-repeat scroll 0 0;
	width: 30px;  
	height: 17px;  
	display: inline-block;  
	position: absolute;  
	/*left: 3%; */ 
	top: 10px;
	z-index: 15;
}
nav a.neu#pull:after {  
	background: transparent url('../img/') no-repeat scroll 0 0;
}
nav a#pull:hover:after {  
	background-position: -30px;   
}

/* -------------------------------------------------------------------------------------------------  HEADER  ---------------------------------------------------------------------------------------------- */
#header {
	width: 100%;
	height: 130px;
	position: relative;
	margin-bottom: 30px;
	display: none;
}

#logo_car {
	position: absolute;
	bottom: 10px;
	width: 100%;
}
#logo {
	position: absolute;
	bottom: 0;
	width: 94%;
	padding-left: 6%;
}

#logo h1 {
	font-size: 0.625em;
}




/* -------------------------------------------------------------------------  NAVIGATION  ---------------------------------------------------------------------- */

#navi_left {
	float: left;
	width: 29%; /* 230px / 994px */
	padding-left: 6%; /* 90px / 994px */
	padding-top: 3px;
	display: none;
}
#navi_left li {
	margin-bottom: 16px;
}
#navi_left a {
	text-decoration: none;
	font-size: 1em;
	color: #777;
}
#navi_left a:hover, #navi_left a.active{
	color: #e50202;
}



/* --------------------------------------------------------------------------  CONTENT  ------------------------------------------------------------------------- */
#content {
	width: 100%;
}
#content.neu {
	width: 100%;
}
#content h2 {
	font-size: 1.25em;
	padding-bottom: 5px;
	font-weight: normal;
}

#content h3 {
	font-size: 1.125em;
	padding-bottom: 5px;
}

#content h3.haftungsausschluss {
	font-size: 1em;
    padding-bottom: 10px;
    padding-top: 10px;
}
/*
#content h3 a {
	text-decoration: none;
}
*/
#content h4.haftungsausschluss {
	font-size: 0.875em;
    padding-bottom: 3px;
}


#content p {
	padding-bottom: 10px;
	font-size: 1em;
	line-height: 1.5;
}
#content p.firstPara  {

}
#content p.lastPara  {
	padding-bottom: 30px;
}
#content p.underList  {
	padding-top: 15px;
}
#content p.lebenslauf  {
	padding-bottom: 0;
	font-weight: bold;
}
#content p.haftungsausschluss  {
	font-size: 0.8125em;
	line-height: 1.3;
	padding-bottom: 12px;
}
#content p.smallFont  {
	font-size: 0.6125em;
	line-height: 1.3;
	padding-bottom: 12px;
}

#content p a {
	/*text-decoration: none;*/
	/*color: #000;*/
}
#content p a:hover {
	color: #e50202;
}
#content li a:hover {
	color: #e50202;
}

#content ul {
	list-style-type: disc;
	padding-left: 20px;
}
#content ul.lebenslauf {
	padding-bottom: 10px;
}
#content ul.lebenslauf_last {
	padding-bottom: 30px;
}


#content li{
	padding-bottom: 8px;
}

.page_top {
	padding-top: 20px;
	padding-bottom: 30px;
	display: block;
}
.page_top.page_top div {
	height: 18px;
	width: 34px;
	background: transparent url('../img/img_icon_arrow_top.png') no-repeat scroll 0 0;
	margin: 0 auto;
}
.page_top.page_top div:hover {
	background-position: -34px 0;
}
.page_top.view360 {
	display: block;
}
.page_top.view600 {
	display: none;
}

.leistungen_block-img-text  {
	padding-top: 25px;
}
.leistungen_block-img-text.top  {
	padding-top: 5px;
}

.leistungen_image_left {
	width: 90%;
	padding-bottom: 12px;
}
.leistungen_image_left img {
	border: 1px solid #999;
}

.block_zertifikate {
	padding-bottom: 30px;
	padding-top: 10px;
}
.block_zertifikate_row {
	padding-bottom: 12px;
}
.zertifikat {
	float: left;
	padding-right: 8%;
	width: 25%
}

#datenschutz {
	color: #666;
}
#datenschutz h3 {
	font-size: 1em;
    padding-bottom: 10px;
    padding-top: 28px;
}
#datenschutz h4 {
	font-size: 0.875em;
    padding-bottom: 3px;
}
#datenschutz p {
	font-size: 0.8125em;
	line-height: 1.3;
	padding-bottom: 12px;
}
#datenschutz p.smallFont {
	font-size: 0.6125em;
	line-height: 1.3;
	padding-bottom: 12px;
}
#datenschutz a {
    color: #666;
	text-decoration: none;
}
#datenschutz a:hover {
	color: #fd4115;
}

/* ----------------------------------------------------------------------------------------------  FOOTER  --------------------------------------------------------------------------------------------- */
/*
#footer	{
	margin: auto;
	width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
}
#subnavi {
	font-size: 130%;
	text-align: center;
}
#subnavi a {
	text-decoration: none;
}
#subnavi a:hover, #subnavi a.active {
		color: #6090f5;
}
*/


/* ---------------------------------------------------------  CODE FOR PAGE 'KONTAKT' (FORM)  ------------------------------------------------------ */
#form {
	font-size: 1em;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 20px;
}
#form h2 {
	font-size: 0.875em;
	margin-top: 0;
}

#mail_input {
	height: 50px;
	padding-top: 5px;
}
#mail_input p {
	padding-top: 5px;
}
#name_input {
	height: 50px;
	height: 50px;
}
#name_input p {
	padding-top: 5px;
}
#message_input {
	height: 161px;
	padding-top: 5px;
}
#message_input p {
	padding-top: 5px;
}

/* TO PREVENT DISPLAY OF SCROLLBAR IN IE8 IF NOT NEEDED */
#message_input textarea {
	overflow: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8125em;
}
/* TO PREVENT DISPLAY OF SCROLLBAR IN IE8 IF NOT NEEDED */

.labelForm {
	vertical-align: middle;
}
.smallerFont {
	font-size: 9px;
	padding-left: 5px;
}

.textbox {
	border: 1px solid #fbbf51;
	background-color: #fcf9f3;
	padding: 2px;
	/*height: 16px;*/
	width: 97%;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
     border-radius: 5px;	
}
.textbox:hover, .textbox:focus {
	border: 1px solid #6090f5;
	background-color: #f8f8f8;
}
.textboxError {
	border: 1px solid #6090f5;
	background-color: #f8f8f8;
	padding: 2px;
	/*height: 16px;*/
	width: 97%;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
	 border-radius: 5px;
}

.textfield	{
	border: 1px solid #fbbf51;
	background-color: #fcf9f3;
	padding: 2px;
	width: 97%;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
     border-radius: 5px;
}
.textfield:hover, .textfield:focus	{
	border: 1px solid #6090f5;
	background-color: #f8f8f8;
}
.textfieldError {
	border: 1px solid #6090f5;
	background-color: #f8f8f8;
	padding: 2px;
	width: 97%;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
     border-radius: 5px;
}

#submit {
	height: 35px;
	width: 99%;
}
.button	{
	background-color: #fcf9f3;
	font-size: 0.875em;
	color: #333;
	width: 80px;
	height: 30px;
	/*padding-bottom: 3px;*/
	float: right;	
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
     border-radius: 5px;
}
.button:hover	{
	border: 1px solid #6090f5;
	background-color: #f8f8f8;
	cursor: pointer;
}

textarea {
	resize: none;
}

#defaultReturn{
	padding-left: 0;
	font-size: 0.75em;
	margin-top: 10px;
}

#errorReturn {
	width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
}
#errorReturnText {
	border: 1px solid #6090f5;
	background-color: #f8f8f8;
	padding: 3px 8px 5px 8px;
	font-size: 0.8125em;
	line-height: 1.4;
	width: 92%;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
     border-radius: 5px;
}

#successReturn {
	width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
}
#successReturnText {
	border: 1px solid #6090f5;
	background-color: #f8f8f8;
	padding: 3px 8px 5px 8px;
	font-size: 0.8125em;
	line-height: 1.4;
	width: 92%;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
     border-radius: 5px;
}

#errorReturnServer {
	border: 1px solid #fd4115;
	background-color: #f8f8f8;
	padding: 3px 8px 5px 8px;
	font-size: 0.8125em;
	line-height: 1.4;
	color: #fd4115;
	width: 91%;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
     border-radius: 5px;
}

	


/* --------------------------------------------------------------------------------------------------    MEDIA QUERIES   -------------------------------------------------------------------------------------------- */


/* ---------------------------------------------------------------------   small screen - smartphones - Landscape Mode   ----------------------------------------------------------- */  
@media screen and (min-width: 480px) {
	#logo_360 {
		width: 90%;
		padding-left: 10%;
	}
	.leistungen_image_left {
		width: 50%;
		padding-right: 5%;
		float: left;
	}
	.leistungen_text_right {
		float: left;
	}
}

/* -------------------------------------------------------------------   smaller tablets (kindle, 7" ) - Portrait Mode   ----------------------------------------------------------- */
@media screen and (min-width: 600px) {
	#wrapper {
		width: 94%;
		padding-left: 3%;
		padding-right: 3%;
	}
	#wrap_dropNavi {
		display: none;
	}
	#header {
		display: block;
	}
	#navi_left {
		display: block;
	}
	#content {
		width: 60%;
		float: left;
	}
	.leistungen_image_left {
		width: 80%;
		padding-bottom: 12px;
	}
	.page_top.view360 {
		display: none;
	}
	.page_top.view600 {
		display: block;
	}
}

/* --------------------------------------------------------   10" tablets - Portrait Mode / Kindle, 7" tablets  -  Landscape Mode -------------------------------------------------- */
@media screen and (min-width: 768px) {
	#header {
		height: 150px;
	}
	.leistungen_image_left {
		width: 45%;
		padding-bottom: 0;
	}
}

/* -------------------------------------------------------------------   10" tablets (Samsung Galaxy) - Portrait Mode  ------------------------------------------------------------- */
@media screen and (min-width: 800px) {
	#logo {
		width: 90.945674044%; /* 904px / 994px */
		padding-left: 9.054325955%; /* 90px / 994px */
	}
	#logo_car {
		bottom: 0;
	}
	#navi_left {
		width: 23.138832997%; /* 230px / 994px */
		padding-left: 9.054325955%; /* 90px / 994px */
	}
	#content {
		width: 55.331991951%; /* 550px / 994px */
	}
}

/* -------------------------------------------------------------------   10" tablets (Samsung Galaxy) - Portrait Mode  ------------------------------------------------------------- */
@media screen and (min-width: 912px) {
	#header {
		padding-top: 25px;
	}
	.page_top.view600 {
		display: none;
	}
	.page_top.view360.view1200 {
		display: block;
	}
	.page_top.view600.rechtliches {
		display: block;
		padding-top: 30px;
		padding-bottom: 50px;
	}
	#content {
		padding-bottom: 50px;
	}
	#content.rechtliches {
		padding-bottom: 0;
	}
}

/* -------------------------------------------------------------   10" tablets (iPad etc.) - Landscape Mode - smaller Desktop   ---------------------------------------------------- */
@media screen and (min-width: 1024px) {
	#wrapper {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}
	#header {
		padding-top: 50px;
		margin-bottom: 45px;
	}
	#content h2 {
		font-size: 1.5em;
		/*padding-bottom: 10px;*/
	}
	.leistungen_image_left {
		width: 55%;
	}
}

/* ---------------------------------------------------------------------   widescreen displays - desktop & laptop ------------------------------------------------------------------ */
@media screen and (min-width: 1200px) {
	.leistungen_block-img-text  {
		padding-top: 30px;
	}
	.leistungen_image_left {
		width: 60%;
	}
}

