/*
	Theme Name: avantGuard
	Them URI: http://www.avantguard-sicherheit.de
	Author: Erkan Çal
	
*/

/* ------------------------------------------- [ Reset ] */

html,body,div,dl,dt,dd,ol,ul,li,
h1,h2,h3,h4,h5,h6,p,pre,hr,
form,fieldset,legend,input,
button,textarea,blockquote {
	margin: 0; padding: 0;
	} 
input,button,textarea,select,option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	}
a,img,a img {
	border: thin none;
	}
del,ins,a,a:visited,a:hover {
	text-decoration: none;
	}
ul,ol {
	list-style: none;
	}
table {
	border-collapse: collapse;
	border-spacing: 0;
	}
body {
	font: 100% Lucida Grande,Lucida Sans Unicode,Lucida BT, Lucida,Sans-Serif;
	background: #711;
	color: #555;
	text-align: center;
	}


/* -------------------------------- [ General Elements ] */

h1,h2,h3,h4,h5,b,strong {
	color: #777;
	}

* html h1 {line-height: 1.05em;}

h1 {
	font-size: 2.5em;
	line-height: 1em;
	}

h2 {
	margin-bottom: 1em;
	font-size: 1.8em;
	}

h3 {
	margin-bottom: 1.1em;
	font-size: 1.4em;
	}

h4 {
	margin-bottom: 1em;
	font-size: 1.2em;
	}

h5 {
	margin-bottom: 1em;
	font-size: 1.1em;
	}

p {
	margin: .66em 0 0;
	font-size: 1.24em;
	line-height: 1.5;
	}

a, a:visited {
	color: #555;font-weight: 700;
	}

a:hover {
	color: #000;
	}

hr {
	display: none;
	}


/* ------------------------------------------ [ Layout ] */

#wrapper {
	width: 82em;
	margin: 3em auto 10px auto;
	font-size: 0.625em;
	text-align: left;
	}
#header {
	width: 78.5em;
	float: right;
	margin-bottom: 3em;
	padding: 10px;
	background: #933;
	border: 5px solid #FFF;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	border-radius:15px;
	}

* + html #header {height: 11em;}
* html #header .inner-header {height: 105px;}

#header .inner-header {
	position: relative;
	height: 11em;
	background: #FFF;
	color: #600;
	-webkit-border-radius:9px;
	-moz-border-radius:9px;
	border-radius:9px;
	}
#header p {
	margin: 0; padding: 1em 0 0 3em;
	color: #600;
	font-family: trebuchet, trebuchet ms, sans-serif;
	text-shadow: #F99 1px 1px 3px;
	}
#header h1 {
	position: absolute;
	width: 300px;
	height: 94px;
	bottom: -22px;
	right: 10px;
	margin: 0;
	padding: 0;
	background: transparent url(/img/header2.png);
	font-size: 1em;
	}
* html body #header h1 {
	background: transparent url(/img/header3.png);
	}
#header h1 a {
	display: block;
	height: 94px;
	width: 302px;
	margin: 0;
	padding: 0;
	outline: none;
	}


/* ------------------- [ Horizontale Navigationsleiste ] */

#main-nav {
	position: relative;
	width: 82em;
	float: right;
	}
#main-nav ul {margin: 0; padding: 0;}

* + html #main-nav {float: right;margin: 0; padding: 0;}

#main-nav li {
	float: right;
	margin: 3px 0 0 3px;
	padding: 2px 5px;
	border: 5px solid #FFF;
	border-bottom: 0; 
	-webkit-border-top-left-radius:10px;
	-webkit-border-top-right-radius:10px;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	background: #BAA;
	line-height: 1.5;
	}

* + html #main-nav li {padding-bottom: 1px;}

#main-nav .current_page_item,
#main-nav .current_page_parent {
	margin-top: 0;
	padding: 5px 10px 4px;
	background: #933;
	}
#main-nav .current_page_item a,
#main-nav .current_page_parent a {
	color: #FFF;
	font-size: 1.1em; 
	}
#main-nav .current_page_item a:hover,
#main-nav .current_page_parent a:hover {
	cursor: text; 
	}
#main-nav li a {padding: 2px 5px;text-decoration: none;zoom: 1;}



/* ----------------------------------------- [ Content ] */

#outer {
    width: 78.4em;
    float: right; margin-top: -5px;
    padding: 10px;
    border: 5px solid #FFF;
   -webkit-border-radius:15px;
   -webkit-border-top-right-radius:0;
   -moz-border-radius:15px;
   -moz-border-radius-topright:0;
    border-radius:15px;
    border-top-right-radius:0;
    background: #933;
	}
.error404 #outer {margin-top: 0;}
#content {
	width: 48em;
	float: left;
	overflow: hidden;
	padding: 5em 3em 5em 4.4em;
	-webkit-border-bottom-left-radius:9px;
	-webkit-border-top-left-radius:9px;
	-moz-border-radius-bottomleft:9px;
	-moz-border-radius-topleft:9px;
	border-bottom-left-radius:9px;
	border-top-left-radius:9px;
	text-shadow: #999 1px 1px 3px;
	}
#content ul {
	margin: 1em 2em 1em 1.6em;
	font-size: 1.27em;
	line-height: 1.5;
	list-style: disc outside;
	}
#content ul li {
	margin: 0 0 .66em;
	}
#content ul.plus {
	margin: 1em 2em 1em 25px;
	font-size: 1.27em;
	line-height: 1.5;
	list-style: disc outside url(./images/plus.png);;
	}
#content p.outside {
	text-indent: -1.26em;
	font-size: 1.27em;
	margin-left: 1.26em;
	}
#content form {
	text-shadow: none;
	}
	
* html #content form {padding-bottom: 10em;}
* html .submit {width: 100%;}

.col {min-height: 35em; background: #FFF;}
.kontakt-impressum .col {min-height: 69em;}
* + html .kontakt-impressum .col {min-height: 72em;}

#pw_form input {padding: 0; margin: 0;}
#pw_form #pw_send {margin: 5px 0 0; padding: 1px 10px;}
.planer-kalender #scheduler_here {font-size: 1em; border: 1px dotted transparent;}

.planer-kalender #scheduler_here .dhx_cal_data {overflow: hidden;}

#agb {
    height: 30em;
    overflow-y: scroll;
    margin-right: -0.5em;
    padding: .5em 1.5em .5em .5em;
    background: #FFD;
	color: #222;
    }
ul.nav {
	margin: 0 0 2em 0;
	}
.nav li {
	padding: .4em 8px .5em;
	border-bottom: 1px dotted #CCC;
	font-size: 1.2em;
	line-height: 1.5;
	}
.nav li.last {
	border-bottom: 0;
	}


/* ----------------------------------------- [ Sidebar ] */

#sidebar {
	width: 19em;
	float: right;
	overflow: hidden;
	padding: 5em 1.5em 5em;
	line-height: 1.6;
	-webkit-border-bottom-right-radius:9px;
	-webkit-border-top-right-radius:9px;
	-moz-border-radius-bottomright:9px;
	-moz-border-radius-topright:9px;
	border-bottom-right-radius:9px;
	border-top-right-radius:9px;
	text-shadow: #BBB 1px 1px 3px;
	}
#sidebar h3,#sidebar h4 {
	padding-bottom: .6em;
	border-bottom: 1px solid #CCC;
	line-height: 1.5;
	}
#sidebar p {
	font-size: 1.1em;
	}
#sidebar .nav {
	margin: 0 0 2em;
	}

#sidebar .nav li {
	padding: .4em 2em 1em;
	border-bottom: 1px dotted #CCC;
	font-size: 1em;
	}
#sidebar .nav li li {
	margin: .4em -2em .5em 2em;
	padding: 0;
	}
.nav .current_page_item a {color: #811; font-size: 1.1em; cursor: text;}
.section {
	clear: both;
	overflow: hidden;
	margin: 0 0 1em;
	}


/* --------------------------------------- [ Footnotes ] */

#footnotes {
	width: 78.5em;
	height: auto;
	float: right;
	overflow: hidden;
	margin: 2em auto 2.5em;
	padding: 10px;
	border: 5px solid #FFF;
	background: #933;
    -webkit-border-radius:15px;
    -moz-border-radius:15px;
    border-radius:15px;
	}
#footnotes div {
	clear: both;
	padding: 1em 0 1.6em;
	background: #FFF;
    -webkit-border-radius:9px;
    -moz-border-radius:9px;
    border-radius:9px;
#footnotes a, #footnotes a:visited {color: #333;font-weight: normal;}
	}
#footnotes p {
	margin-bottom: 0;
	letter-spacing: .2em;
	text-align: center;
	font-size: 1em;
	}
#footnotes big {
	font-size: 1.66em;
	vertical-align: -0.3ex; 
	}


/* ------------------------------ [ Allgemeine Klassen ] */

a .tooltip {
	display: none;
	}

a:hover .tooltip {
	position:relative;
	right: -170px;
	top: -3em;
	display: inline-block;
	margin: 1.5em 0 0 -5em;
	padding: 3px 5px 5px;
	background: #FF9;
	color: #000;
	border: 1px solid #CC9;
	font-size: 1.1em;
	font-weight: 600;
	}

.left {
	float: left;
}

.right {
	float: right;
}

.align-right {
	display: block;
	text-align: right;
}

.align-center {
	display: block;
	text-align: center;
}

.both {
	clear: both;
}


.full-image {
	margin-left: -15.2em;
}


/* -------------------- [ Wordpress required classes ] */

.aligncenter,
div.aligncenter {
   display: block;
   margin: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
	margin: 1em;
	padding: .8em;
	text-align: center;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	margin: .5em 0 .5em 0;
	padding: 0;
	font-size: 1.1em;
	line-height: 1.6;	
}
/*
#gb_form_div {
	overflow-x: auto;
	}
#formwrap input.short {
	width:3em;
	}
#formwrap .whythis {
	display:block;
	margin:0;
	padding: 0;
	line-height:1.2;
	}
fieldset {
	padding: 15px;
	}
.name-label, .email-label, .phone-label,
.url-label, .subject-label, .message-label {
	width: 12.5em;
	float: left;
	margin-right: 3px;
	padding: 2px 0;
	text-align: right;
	}
#gbcc.checkbox {
	margin: 7px;
	}
#formwrap input.button {
	margin-top: 1em;
	}
#formwrap p {
	line-height:1;
	}
#gb_form_div {
	padding-top: 2em;
	}
#formwrap input {
	width: 160px;
	margin: 0 0 5px;
	}
#formwrap b {
	color: #F99;
	font-weight: 700;
	}
#formwrap textarea {
	width: 97.5%;
	height: 9.5em;
	}
*/