/**
 * style.css
 * 
 * Diese CSS Datei regelt den gesamten Aufbau der Website:
 * www.pas-stuckert.de
 * 
 * @copy Copyright 2014 Graphiklounge GbR (R)
 */

/* 
 * MAIN
 */
html {
	font: 1em "jaf-facitweb",Helvetica,sans-serif;
	color: #333;
	width: 100%;
	margin: 0 auto;
}

body {
	margin: 0 auto;
	line-height: 1.5em;
	padding-top: 0;
}

header { 
	width: 100%;
	background: url(../img/bg-header.gif) repeat-x #fff;
	height: 144px;
	margin-top: 36px;
}
header h1.logo {
	float: left;
}
header h1.logo a {
	background: url(../img/pas-stuckert-logo.png) no-repeat;
	width: 126px;
	height: 126px;
	text-indent: -9999px;
	display: block;
}
header h2.slogan {
	background: url(../img/slogan.png) no-repeat;
	text-indent: -9999px;
	width: 187px;
	height: 43px;
	margin: 60px 0 0 14px;
	float: left;
}
nav {
	margin-top: 44px;
}
nav ul.menu {
	list-style: none;
	margin-top: 0;
	float: right;
}
nav ul.menu li {
	float: left;
	width: 114px;
	border-left: 1px solid #00347b;
	height: 100px;
}
nav ul.menu li a {
	font-size: 0.875em;
	display: block;
	border-left: 1px solid #276eba;
	text-align: center;
	color: #c3d0e4;
	text-decoration: none;
	height: 60px;
	padding-top: 40px;
	transition: color 0.5s;
	-webkit-transition: color 0.5s; /* Safari */
}
nav ul.menu li a:hover,
nav ul.menu li.aktiv a {
	color: #fff;
	text-shadow: 1px 1px #003c7c;
}
nav ul.menu li:first-child {
	border-left: none;
}
nav ul.menu li:first-child a {
	border-left: none;
}
nav ul.menu li:hover ul[class^='sub-menu']{
	display: block;
	list-style: none;
	background: #0059a8;
	margin-top: -36px;
	border-bottom: 5px solid #003c7c;
	padding: 0 0 1.5em;
	position: absolute;
	z-index: 900;
	border-left: 1px solid #276eba;
	border-right: 1px solid #00347b;
}
nav ul.menu li ul[class^='sub-menu'] li{
	float: none;
	border: none;
	height: 1.5em;
	width: 113px;
}
nav ul.menu li ul[class^='sub-menu'] li a{
	border: none;
	height: 1em;
	color: #c3d0e4;
	font-size: 0.75em;
	text-align: left;
	padding: 1em 0.8125em;
}
nav ul.menu li ul[class^='sub-menu'] li a:hover,
nav ul.menu li ul[class^='sub-menu'] li.aktiv a{
	color: #fff;
}
nav ul.menu li ul[class^='sub-menu']{
	display: none;
}
#content { 
	background: #fff;
	margin-bottom: 60px;
	margin-top: 48px;
}
aside { }
footer {
	background: url(../img/bg-footer.jpg) repeat-x;
	min-height: 320px;
	width: 100%;
	padding-top: 36px;
}

/*
 * Type
 */
/*
 * Überschriften
 */

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 24px;
  font-weight: bold;
}

h1 {
  font-size: 1.5em; /* 24px --> 24 / 16 = 1.5 */
  line-height: 1em; /* 24px --> 24 / 24 = 1 */
}

h2 {
  font-size: 1.375em; /* 22px --> 22 / 16 = 1.375 */
  line-height: 1.0909em; /* 24px --> 24 / 22 = 1.090909(09) */
}

h3 {
  font-size: 1.25em; /* 20px --> 20 / 16 = 1.25 */
  line-height: 1.2em; /* 24px --> 24 / 20 = 1.2 */
}

h4 {
  font-size: 1.125em; /* 18px --> 18 / 16 = 1.125 */
  line-height: 1.333em; /* 24px --> 24 / 18 = 1.3333333(3) */
}

h5, h6 {
  font-size: 1em; /* 16px --> 16 / 16 = 1 */
  line-height: 1.5em; /* 24px --> 24 / 16 = 1.5 */
}


/**
 * 	Standard-Seiten
 */
#content h1 {
	color: #0059a8;
	font-size: 2.25em;
	line-height: 1.3em;
}
#content h1.secondary {
	font-size: 1.5em;
	line-height: 1em;
}
#content {
	color: #0059a8;
}
#content .list {
	padding-top: 1.125em;
	margin-bottom: 4em;
}
#content ul {
	margin-top: 0;
	list-style-position: outside;
	list-style-image: url(../img/list.gif);
	padding-left: 0.4em; 
	margin-left: 0.4em;
}
#content #header-startseite ul {
	list-style-position: inside;
	padding-left: 0;
	margin-left: 0;
}
#content ul.styled-list {
	margin-top: 0;
	list-style: none;
}
#content ul.styled-list li {
	border-bottom: 1px solid #E3E3E3;
	padding: 1em 0;
}
.crypt-mail a {
	color: #0059a8;
	text-decoration: none;
}
.wartung-image {
	position: relative;
}
.wartung-image img {
	position: absolute;
	margin-top: -62px;
	left: 110px;
}
.row {
	padding-top: 4em;
}
.top-line {
	border-top: 1px solid #E3E3E3;
}
.double-space {
	margin-bottom: 2em;
}
.tribble-space {
	margin-bottom: 3em;
}
a.text-link {
	color: #0059a8;
	outline: none;
	text-decoration: none;
	border-bottom: 1px solid rgba(0,89,168,0.5);
	font-weight: 600;
	-webkit-transition: background-color 0.3s, border-color 0.3s;
	transition: background-color 0.3s, border-color 0.3s;
}
a.text-link:hover,
a.text-link:focus {
	border-color: rgba(0,89,168,0);
	background-color: rgba(0,89,168,0.1);
}
#maps-canvas {
	width: 100%;
	height: 24em;
	border-bottom: 5px solid #0059a8;
}

/*
 * Startseite
 */
#startseite-pas #content {
	margin-top: 0;
}
#header-startseite {
	background: url(../img/pas-stuckert-head.jpg) no-repeat;
	height: 326px;
}
#header-startseite h1 {
	font-size: 3em;
	color: #3b79c3;
	text-shadow: 1px 1px #003c7c;
	margin-top: 24px;
	margin-bottom: 0;
}
#header-startseite ul {
	margin-top: 10px;
	border-bottom: 3px solid #0059a8;
	width: 370px;
	list-style-image: url(../img/list.gif);
	list-style-position: inside;
}
#header-startseite ul li {
	background: #fff;
	width: 360px;
	padding: 5px 0;
	color: #0059a8;
	border-bottom: 1px solid #ECECEC;
	padding-left: 10px;
}
#header-startseite a#kontakt-button {
	width: 370px;
	margin-top: 10px;
	padding: 12px 0;
	display: block;
	background: #3b79c3;
	border-bottom: 3px solid #0059a8;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	font-size: 1.5em;
	color: #d9e2f1;
	text-shadow: 1px 1px #0059a8;
	text-align: center;
	text-decoration: none;
	transition: color 0.5s, background-color 1.5s ease, border-bottom 0.5s;
	-webkit-transition: color 0.5s, background-color 1.5s ease, border-bottom 0.5s;
}
#header-startseite a#kontakt-button:hover {
	color: #fff;
	background: #0059a8;
	border-bottom: 3px solid #3b79c3;
}

#content-startseite {
	margin-top: 20px;
}
#content-startseite section {
	background: #ececec;
	border-bottom: 5px solid #0059a8;
	height: 230px;
}
#content-startseite section a {
	display: block;
	height: 226px;
	text-decoration: none;
	opacity: 0.66;
	transition: opacity 0.5s;
	-webkit-transition: opacity 0.5s;
}
#content-startseite section h1 {
	color: #fff;
	text-shadow: 1px 1px #0059a8;
	padding: 10px;
	margin-bottom: 0;
	font-size: 1.5em;
}
#content-startseite #wartung a {
	background: url(../img/pas-wartung.jpg) no-repeat;
}
#content-startseite #fertigung a {
	background: url(../img/pas-fertigung.jpg) no-repeat;
}
#content-startseite #inbetriebnahme a {
	background: url(../img/pas-inbetriebnahme.jpg) no-repeat;
}
#content-startseite section a:hover {
	opacity: 1;
}
#content-startseite #kontakt {
	background: #3b79c3;
	color: #fff;
}
#content-startseite #kontakt p {
	font-size: 0.875em;
	padding: 5px 10px;
	border-bottom: 1px solid #0059a8;
	border-top: 1px solid #6c9bd2;
}
#content-startseite #kontakt p.first {
	border-top: none;
	padding: 0px 10px 5px 10px;
}
#content-startseite #kontakt a {
	background: #6c9bd2;
	color: #fff;
	display: block;
	height: auto;
	text-align: center;
	padding: 8px 0 9px;
	font-size: 1.125em;
}
#content-startseite #kontakt .crypt-mail a {
	color: #fff;
	background: none;
	text-align: left;
	padding: 0;
	font-size: 1em;
	opacity: 1;
}
footer section.copy {
	font-size: 0.75em;
	color: #919191;
}
footer section.kunden h1 {
	font-size: 1.5em;
	color: #919191;
	margin-top: 20px;
	width: 100%;
	border-bottom: 1px solid #E3E3E3;
	padding-bottom: 0.5em;
	margin-bottom: 0;
}
footer section.kunden ul.kundenliste {
	border-top: 1px solid #fff;
	width: 100%;
	margin-top: 0;
	padding-top: 0.5em;
	list-style: none;
}
footer section.kunden ul.kundenliste li {
	float: left;
	width: 133px;
	padding: 0 10px;
	text-align: center;
	opacity: 0.66;
}
footer ul.menu {
	margin-top: 36px;
	list-style: none;
}
footer ul.menu li {
	border-bottom: 1px solid #fff;
}
footer ul.menu li a {
	display: block;
	border-bottom: 1px solid #e3e3e3;
	font-size: 0.75em;
	color: #919191;
	text-decoration: none;
	padding: 5px 0;
}
footer ul.menu li a:hover {
	color: #0059a8;
}
/*
 * Listen
 */

ul {
	list-style: square outside;
}

ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px; /*--Set height of tabs--*/
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	width: 100%;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 31px; /*--Vertically aligns the text within the tab--*/
	border: 1px solid #999;
	border-left: none;
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
	overflow: hidden;
	position: relative;
	background: #e0e0e0;
}
ul.tabs li a {
	text-decoration: none;
	color: #000;
	display: block;
	padding: 0 20px;
	border: 1px solid #fff; /*--Gives the bevel look with a 1px white border inside the list item--*/
	outline: none;
}
ul.tabs li a:hover {
	background: #ccc;
}
html ul.tabs li.active, html ul.tabs li.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	background: #fff;
	border-bottom: 1px solid #fff; /*--Makes the active tab look like it's connected with its content--*/
}
.tabs-container {
	border: 1px solid #999;
	border-top: none;
	overflow: hidden;
	clear: both;
	float: left; width: 100%;
	background: #fff;
}
.tabs-content {
	padding: 20px;
}

.showdown a { text-indent:-9999px; text-decoration:none; background:url('../img/content/show_down.png') no-repeat; width:18px; height:18px; position:absolute; }
/* Formulare
==*/
form { margin: 0 0 1.5em; }
form#kontaktForm {
	margin-top: 2.7em;
}
div.label { text-align: right; width:120px; margin:0 5px 0 0; float:left; }
fieldset { border:none; margin:0 0 1.5em; }
fieldset > legend { }
input[type="text"], 
input[type="password"], 
input[type="email"], 
input[type="url"], 
textarea, 
select { 
	border:1px #ccc solid; 
	width:90%; 
	padding:1em;
	font:inherit;
	font-size: 0.825em;
	margin: 0 0 0.95em 0; 
}
textarea {  
	height: 10.65em;
	padding-top: 0.8em;
}
optgroup { font-family:inherit; }
button { font:inherit; margin:0.55em 0 0 0; }
button p { margin: 0; }
.input .counter{ }
.input .warning{ }	
.input .exceeded{ }
#bmeShopConf { display:none; }
input[type="submit"] {
	font: inherit;
	border: none;
	padding:1em;
	margin-top: 1em;
	background: #3b79c3;
	border-bottom: 3px solid #0059a8;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	font-size: 0.825em;
	width: 100%;
	font-weight: bold;
	cursor: pointer;
	color: #d9e2f1;
	text-shadow: 1px 1px #0059a8;
	text-align: center;
	text-decoration: none;
	transition: color 0.5s, background-color 1.5s ease, border-bottom 0.5s;
	-webkit-transition: color 0.5s, background-color 1.5s ease, border-bottom 0.5s;
}
input[type="submit"]:hover {
	color: #fff;
	background: #0059a8;
	border-bottom: 3px solid #3b79c3;
}
.checkbox > label,
form em {
	font-size: 0.825rem;
}

/* sonstiges
==*/
.slider {
	margin-top: 10px;
}
.slick-dots li button:before {
	font-size: 20px !important;
}
.slick-list {
	border-bottom: 1px solid #e3e3e3;
	opacity:0.75;
}
.child {
    float: left;
    margin: 0 5px 10px;
}
.clearboth {
    clear: both;
}
span.label {display: inline-block; width: 70px;}
.left { float: left; }
.right { float: right; }
.clearer { clear: both; }
.text-right { text-align: right; }
.text-left { text-align: left; }
.text-center { text-align: justify }
.err, .info, .ok { padding: 0.75em; }
.err { outline:2px #900 solid; background:#fff0f0; color:#900; }
.info { border:2px #eac700 solid; background:#fffcea; color:#d7b700; }
.ok { border:2px #090 solid; background:#ebffea; color:#090; }
.arrow:before { content: "\203A\00A0"; }
.infos { font-size:0.7em; }
.smaller { font-size:0.8em; }
.bigger { font-size:1.2em; }
.smallcaps { text-transform: lowercase; }
.bigcaps { text-transform: uppercase; }
.tab { }
.uploadifyQueueItem { background: #eee; padding: 5px; margin-top:5px; }
.uploadifyQueueItem .cancel {float: left; margin: 0 10px 0 0;}
.uploadifyProgress {background-color: #E5E5E5;margin-top: 10px;width: 100%;}
.uploadifyProgressBar {background-color: #0099FF; height: 3px; width: 1px;}
.datei-list { list-style: none; }
.datei-list li { border-bottom: 1px #ccc dotted; padding: 2px; }
.datei-list li:first-child { border-top: 1px #ccc dotted; }
