/*
Theme Name: OMQ
Theme URI: http://omq.de/
Description: Design by Alex :-)
Version: 1.0
Author: Oliver Stark
Author URI: http://control-b.de/
Tags: custom
Text Domain: omq

*/

/* RESET ***************************************************/

	
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sup, tt, var, 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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	text-align: center;
}
ol, ul {
	list-style: none;
}
a {
	text-decoration: none;
	color: #808080;
}	
a:hover {
	color: #ff6600 !important;
}	

/* TYPO ***************************************************/
html,
body {
	font-family: arial, verdana, san-serif;
	font-size: 12px;
	line-height: 18px;
	height: auto !important;
}
/* new - test */
h1 span {
	display: none;
}
h4 span {
	display: none;
}

h1, h2, h3, h4 {
	font-weight: bold;
}
h1{
	font-size: 24px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 24px;
 	padding-bottom: 20px;
}
h4 {
	font-size: 18px;
}

h2 a{
	color: #000000;
}

/* old
h1 span {
	display: none;
}
h4 span {
	display: none;
}

h2, h3, h4 {
	font-weight: bold;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 24px;
 	padding-bottom: 20px;
}
h4 {
	font-size: 18px;
}*/

p {
	padding-bottom: 10px;
}
div.tpl_intro p,
div.tpl_intro2 p {

	font-size: 16px;
	line-height: 22px;
	padding-bottom: 20px;
	
}	

.c {
	clear: both;
}
.no_border {
	border: 0 !important;
}

/* MAIN STRUCTURE ***************************************************/

.wrapper {
	width: 940px;
	text-align: left;
	margin: 0 auto;
	position: relative;
}
.header {
	background: #000 url(img/bg_header.gif) 0 0 repeat-x;
	height: 130px;
	position: relative;
	z-index: 10;
}
.content {
	margin-top: 40px;
	position: relative;
}
.footer {
	border-top: 1px solid #c9c9c9;
	margin: 0;
	padding: 20px 0;
}

/* HEADER ***************************************************/
.logo a {
	top: 10px;
	height: 70px;
	width: 200px;
	position: absolute;
	display: block;
	background: url(img/logo.gif) 0 0 repeat-x;
}


.path {
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 0 15px 7px 0;
	text-align: right;
	background: url(img/bg_navi_leftcorner.gif) bottom right no-repeat;
}
.search_form {
	position: absolute; 
	top: 22px; 
	right: 15px;
}
.search_form input {
	padding: 4px 3px 3px 4px; 
	color: #fff; 
	line-height: 12px; 
	border: 0; 
	background: #4d4d4d;
	height: 15px;
	position: absolute; 
	right: 20px;
	
}
.search_form button {
	width: 22px; 
	height: 22px; 
	border: 0; 
	padding: 0; 
	margin: 0; 
	background: url(img/search_off.png) 0 0 no-repeat;
	cursor: pointer;
	position: absolute; 
	right: 0px;
	
}
.search_form button:hover {
	background: url(img/search_on.png) 0 0 no-repeat;
}



.path span {
	color: #fff;
}
.path a,
.path span {
	color: #fff;
	background: url(img/arrow_right.gif) bottom left no-repeat;
	padding-left: 14px;
	padding-right: 3px;
}
.path a:first-child {
	background: none;
}


.navi {
	position: absolute;
	bottom: 0;
	left: 0;
	padding-left: 1px;
	background: url(img/bg_navi_leftcorner.gif) 0 0 no-repeat;
	height: 30px;
}

.navi ul li {
	float: left;
}
.navi ul li {
	float: left;
}

.navi ul li a {
	height: 30px;
	line-height: 30px;
	float: left;
	padding-left: 25px;
	padding-right: 25px;
	border-right: 1px solid #535353;
	color: #fff;
	font-weight: bold;
}
.navi ul li a:hover {
	text-decoration: none;
	/*
	background-color: #6b6b6b;
	*/
}
.content .edit {
	position: absolute; 
	top: -100px; 
	right: 20px;
	z-index: 200;
}
.content .edit a {
	color: #fff;
	background: #6e6d6d;
	padding: 2px 7px;
}

.content .full_text h2 {
	padding-bottom: 20px;
}
.content .full_text h3,
.content .full_text h4 {
	font-size: 16px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.content .full_text h4 {
	font-size: 14;
}

/* new stuff - live support */
.live_support_button{
	position:relative; 
	width: 130px; 
	height:40px; 
	top:50px; 
	left:818px; 
	background-image:url(img/live_support_button_off.png);
	border-width: 0px;
	cursor: pointer;
}
			
.live_support_button:hover{
	position:relative; 
	width: 130px; 
	height:40px;
	top:50px; 
	left:818px; 
	background-image:url(img/live_support_button_on.png);				
}
	

/* FOOTER **************************************************************/

div.foo_4_cols {
	margin-right: -20px;
	width: 960px;
	clear: both;
}

div.foo_4_cols .col {
	width: 230px;
	margin-right: 10px;
	margin-bottom: 20px;
	min-height: 100px;
	float: left;
}

.sub_nav {
	position: absolute;
	top: 5px;
	right: 0;
	font-weight: bold;
}
.sub_nav li.current_page_item,
.sub_nav li.current_page_item a {
	cursor: text;
	color: black !important;
	
}
.sub_nav li {
	float: left;
	margin-left: 20px;
}



/* TEMPLATE ELEMENTS ***************************************************/

body.mceContentBody {
	text-align: left;
}
body.mceContentBody .col {
	border: 1px dotted gray;
}
body.mceContentBody div.tpl_panorama,
body.mceContentBody div.tpl_intro,
body.mceContentBody div.tpl_intro2,
body.mceContentBody div.tpl_3_cols {
	border: 1px dotted gray;
	padding: 3px;
	margin: 3px 0;
	float: left;	
}
body.mceContentBody div.tpl_3_cols {
	width: 970px;
}
body.mceContentBody div.foo_4_cols {
	width: 990px;
}


div.tpl_panorama {
	margin: 15px 0 30px 0;
}

.subpage_nav {
	margin: 10px 0 10px 0;
	padding: 0;
	width: 940px;
	clear: both;
}

a.left_link {
	position:relative;
	top:0px; 
	left:0px;
	padding-left: 15px;
	background:url(img/arrow_left.png) left no-repeat;
	border-width: 0px;
	cursor: pointer;
}

a.left_link:hover{
	background:url(img/arrow_left_hover.png) left no-repeat;	
}

a.right_link {
	position:relative;
	top:0px; 
	left:0px; 
	background:url(img/arrow_right.png) right no-repeat;
	border-width: 0px;
	padding-right: 15px;
	cursor: pointer;
	float: right;
}

a.right_link:hover{ 
	background:url(img/arrow_right_hover.png) right no-repeat;
}

div.tpl_intro {
	margin-bottom: 10px;
	width: 620px;
}
div.tpl_intro2 {
	margin-top: 15px;
	margin-bottom: 10px;
	width: 620px;
}

div.tpl_2_cols {
	margin-right: -20px;
	width: 640px;
	clear: both;
}

div.tpl_3_cols {
	margin-right: -20px;
	width: 960px;
	clear: both;
}

.tpl_2-1_cols_content {
	float: left;
	width: 620px;
}

/* neu */
div.tpl_2_cols h2, div.tpl_3_cols h2 {
	width: 620px;
	margin-bottom: 10px;
	margin-right: 300px;
	float: left;
}

div.tpl_2_cols .col h2, div.tpl_3_cols .col h2 {
	width: 300px;
	margin-right: 0 !important;
}

div.tpl_2_cols h4, div.tpl_3_cols h4 {
	width: 620px;
	margin-bottom: 10px;
	margin-right: 300px;
	float: left;
}

div.tpl_2_cols .col h4, div.tpl_3_cols .col h4 {
	width: 300px;
	margin-right: 0 !important;
}

div.tpl_2_cols .col, div.tpl_3_cols .col {
	width: 300px;
	margin-right: 20px;
	margin-bottom: 40px;
	min-height: 100px;
	float: left;
}

div.tpl_2_cols .col2span, div.tpl_3_cols .col2span {
	width: 620px;
	margin-right: 20px;
	margin-bottom: 40px;
	min-height: 100px;
	float: left;
}


.col img {
	border: 1px solid #b5b5b5;
}
.col a:hover img {
	border: 1px solid #f47b00;
}

.col_list_with_image p {
	padding: 6px 0 0 0;
}

.col_list_with_image img {
	border: 0 !important;
	float: left;
	margin: 4px 15px 5px 0;
}



/* MISC*/
.no_border {
	border: none !important;
}

.col_special {
	background: #ff6600;
	color: #fff;
	margin-top: -10px;
	padding-bottom: 5px;
	
}
.col_special h4 {
	padding: 10px 12px 0 12px;
	width: auto !important;
}

.col_special img {
	padding: 15px 0px 0px 0px;
	width: auto !important;
}

.col_special p {
	padding: 0 12px 15px 12px;
	clear: both;
}

p.icon_special {
	padding-left: 42px !important;
	padding-bottom: 15px !important;
	background: url(img/bg_special_icons.gif) 13px 0 no-repeat;	
}
p.icon_lock {
	background-position: 13px 3px;	
}
p.icon_smile {
	background-position: 13px -97px;	
}
p.icon_world {
	background-position: 13px -197px;	
}
p.icon_check {
	background-position: 13px -300px;
}


.form_contactperson {
	float: left;
	margin: 3px 15px 5px 0;
}
div.tpl_3_cols .col_form {
	margin-bottom: 0;
}
.col_form div {
	width: 300px;
	margin-bottom: 15px;
	margin-top: 1px;
	float: left;
}

.col_form span.wpcf7-form-control-wrap {
	width: 240px;
	float: right;
}

.col_form label b {
	width: 60px;
	float: left;
	font-weight: normal;
}
.col_form label input,
.col_form label textarea {
	width: 238px;
	border: 1px solid #b7b7b7;
}
.col_form label input:focus,
.col_form label textarea:focus {
	border: 1px solid #ff6600;
}




.col_form label textarea {
	height: 110px;
}

/* form error message */
.col_form span.wpcf7-not-valid-tip-no-ajax,
.col_form div.wpcf7-validation-errors {
	color: #f47b00 !important;
}
.col_form div.wpcf7-validation-errors {
	margin-left: 60px;
	width: 240px;
	color: #f47b00 !important;
}

div.submit_button input {
	float: right;
}

/* misc *****************/
.sidebar {
	float: right;
	width: 300px;
}
.blog_content {
	width: 620px;
	float: left;
	margin-bottom: 30px;
}
.full_text {
	margin-bottom: 30px;
}

.blog_content h2 {
	font-size: 18px;
	padding-bottom: 15px;
}
.blog_content p.blog_excerpt {
	font-size:14px;
	line-height:20px;
	padding-bottom:15px;
}

.sidebar h4 {
	font-size:15px;
	padding-bottom:8px;
}

.sidebox_newsletter {
	background-color: #FF6600; 
	color: #fff; 
	padding: 10px; 
	margin-bottom: 15px;
}
.sidebox_press {
	border: 1px solid #aaa; 
	margin-bottom: 15px;
	padding: 10px;
}
.newsletter_form input {
	float:right;
	margin:0 0 5px 5px;
	width:225px;
}
.newsletter_form span {
	float:left;
	width:40px;
	line-height:22px;
}
.newsletter_form button {
	float:right;
}

/*   */
		.listMenueGrey {
			padding: 0 0 0 0;
			margin: 0 0 0 0;
			height: 12px;
			z-index: 100;
		}
		
		.listMenueGrey li {
			float: left;
		}

		.listMenueGrey li a{
			width: 12px;
			height: 12px;
			float: left;
			margin: 0 6px 0 0;
			padding: 0 0 0 0;
			background: url(http://www.omq.de/wp-content/themes/omq/img/slider_button_grey_off.png) 0 0 no-repeat;
		}
		
		.listMenueGrey .active a{
			background: url(http://www.omq.de/wp-content/themes/omq/img/slider_button_grey_on.png) 0 0 no-repeat;
		}

		.lineTop{
			width: 100%; 
			margin: 10px 0 10px 0;  
			border: 0px; 
			border-top: solid 1px #c9c9c9;
			border-bottom: solid 1px #FFFFFF;
		}

		.lineSeperator{
			width: 100%; 
			margin: 10px 0 40px 0;  
			border: 0px; 
			border-top: solid 1px #c9c9c9; 
			clear: both;
			border-bottom: solid 1px #FFFFFF;
		}
		
		.textTop{
			font-size: 18px; 
			line-height: 24px; 
			margin-right: 20px; 
			color: #808080;
		}

		.input_demo{
			margin-bottom: -40px;
		}

		.input_demo input{
			width: 94%; 
			margin-bottom: 0px; 
			padding: 5px;
		}

		.input_demo .submit input{
			width: 150px;
			height: 43px;
			margin: 10px 0 0 0;
			border: 0;
			background: url(http://www.omq.de/wp-content/themes/omq/img/Demo-anfordern.png) 0 0 no-repeat;
		}

		.input_demo .submit input:hover{
			background: url(http://www.omq.de/wp-content/themes/omq/img/Demo-anfordern-hover.png) 0 0 no-repeat;
		}
		
		.sendButtonTop{
			width: 150px; 
			height: 40px; 
			margin-bottom: 10px;
		}
		
		.topMenue{
			background: url(http://www.omq.de/wp-content/themes/omq/img/HG_Features_Menu.png) 0 0 no-repeat;
			height: 300px;
		}
		
		.topMenue li{
			float: left; 
			width: 200px; 
			margin: 10px 5px 10px 0; 
			text-align: center;
		}
		
		.topMenue li img{
			width: 100px; 
			height: 100px;
		}
		
		.textIcon{
			float: left; 
			margin: 4px 10px 10px 0;
			width: 70px; 
			height: 70px; 
			border: 0px none ;
		}
		
.nav_bottom_box{
	margin-right: 	20px; 
	float: 			left; 
	width: 			300px;  
	margin-bottom: 	40px;
	font-size: 18px;
}

.nav_bottom_box_left{
	text-align: 	left;
}

.nav_bottom_box_center{
	text-align: 	center; 
}

.nav_bottom_box_right{
	text-align: 	right; 
}

.nav_bottom_box_left a{
	padding-left: 	20px; 
	background: 	url(http://www.omq.de/wp-content/themes/omq/img/slider_button_left_grey.png) left no-repeat;
}

.nav_bottom_box_left a:hover{
	background: 	url(http://www.omq.de/wp-content/themes/omq/img/slider_button_left_hover.png) left no-repeat;  
}

.nav_bottom_box_right a{
	padding-right: 	20px; 
	background: 	url(http://www.omq.de/wp-content/themes/omq/img/slider_button_right_grey.png) right no-repeat;
}

.nav_bottom_box_right a:hover{
	background: 	url(http://www.omq.de/wp-content/themes/omq/img/slider_button_right_hover.png) right no-repeat;  
}

.nav_bottom_box_center a{
	padding-left: 	20px; 
	background: 	url(http://www.omq.de/wp-content/themes/omq/img/slider_button_top_black.png) left no-repeat;
	color: 			#000000;
}

.nav_bottom_box_center a:hover{
	background: 	url(http://www.omq.de/wp-content/themes/omq/img/slider_button_top_hover.png) left no-repeat; 
	color: 			#ff6600; 
}

.reference_box{
	background: url(http://www.omq.de/wp-content/themes/omq/img/HG-Uebersicht-Referenzen.png) 0 0 no-repeat; 
	width: 940px; 
	height: 100px; 
	margin: 10px 0 40px 0;
}

.reference_logo{
	width: 300px; 
	height: 80px; 
	margin: 10px 0 10px 10px; 
	float: left;
}

.start_tour{
	position: 	absolute; 
	top: 		320px; 
	left: 		55px; 
	width: 		210px; 
	height: 	50px; 
	background: url(http://www.omq.de/wp-content/themes/omq/img/Tour-starten.png) 0 0 no-repeat; 
	z-index: 	80;
}

.start_tour:hover{
	background: url(http://www.omq.de/wp-content/themes/omq/img/Tour-starten-hover.png) 0 0 no-repeat; 
}

.start_tour span{
	display: 	none; 
}

.details_box{
	background: 	url(http://www.omq.de/wp-content/themes/omq/img/HG-Details-Kontakt.png) 0 0 no-repeat; 
	height: 		310px; 
	padding: 		20px; 
	width: 			260px;
	
	margin-right: 	20px;
	margin-bottom: 	40px;
	min-height: 	100px;
	float: 			left;	
}

.angebot_box{
	margin: 			10px -20px 40px 0;
	width: 				960px;
	clear: 				both;
	background:			#303030; 
	height: 			400px;
	width:				940px;
}

.angebot_flow_box{
	background: 		#303030; 
	height: 			400px; 
	width: 				620px; 
	float: 				left; 
	margin: 			50px 0 -20px 0;
}

.angebot_decritpion_list_box{
	border-left-width: 	1px; 
	border-left-style:	solid; 
	border-color:	 	#808080; 
	background: 		#303030; 
	height: 			380px; 
	width: 				280px; 
	margin: 			10px 10px 10px 0;
	float: 				left;
}

.angebot_decritpion_box{
	margin: 			10px 0 0 20px;
	display: 			none;
}

.angebot_decritpion_box h3{
	color: 				#ffffff;
}

.angebot_decritpion_box p{
	color: 				#ffffff; 
	font-size: 			16px;
}

.angebot_decritpion_box .hidden{
	color: 				#303030;
}

.angebot_decritpion_box hr{
	width: 				260px; 
	margin: 			0px 0 20px 0; 
	border-top: 		solid 1px #808080; 
	border-bottom: 		solid 1px #303030;
}

.angebot_decritpion_box h4{
	color: 				#ffffff; 
	font-size: 			36px; 
	font-weight: 		normal; 
	float: 				left; 
	line-height: 		30px; 
	margin: 			0 10px 20px 0;
}

.angebot_decritpion_box span{
	color: 				#ffffff; 
	line-height: 		14px;
}

.angebot_decritpion_box a{
	position: 			absolute; 
	width: 				260px; 
	height: 			50px; 
	background: 		url(http://www.omq.de/wp-content/themes/omq/img/Angebote-Test-Account.png) 0 0 no-repeat; 
	z-index: 			8;
}

.angebot_decritpion_box a:hover{
	background: 		url(http://www.omq.de/wp-content/themes/omq/img/Angebote-Test-Account-hover.png) 0 0 no-repeat; 
}
