/*
Theme Name: Grapix
Author: Marcel Kather
Author URI: http://grapix.de/
*/

body {
	background:#f8f8f8;
	color:#666;
	font-family: 'MuseoSlab500', Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 1.6;
	padding: 0px;
	margin: 0px;
	text-align: left;
}

a {
	border: none;
	outline: none;
	color: #888;
	text-decoration: none;
}

a:hover {
	border: none;
	outline: none;
	color: #004054;
}

a.toggle {
	display: none;
}

::selection {
    background: #ccc;
}

::-moz-selection {
    background: #ccc;
}

h3 {
	margin-top: 0px;
	color: #444;
	font-weight: normal;
	font-size: 115%;
	letter-spacing: 0.4pt;
	margin-bottom: 8px;
	font-family: 'LatoBold';
}

#line {
	background: #004054;
	height: 5px;
	position: absolute;
	top: 0;
	width: 100%;
}

#wrapper {
	width: 960px;
	margin: 0px auto;
}

#header {
	width: 960px;
	height: 40px;
	margin-top: 50px;
	margin-bottom: 30px;
	float:left;
	position: relative;
}

#menu {
	width: auto;
	height: 50px;
	margin-top: 0px;
	margin-bottom: 0px;
	top: 0;
	right: 0;
	position: absolute;
}

#menu2 {
	display: none;
}

#menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#menu li {
	float: left;
	margin-top: 25px;
}

#menu a {
	color: #888;
	float: left;
	display: block;
	margin-left: 15px;
}

#menu a:hover {
	color: #004054;
	float: left;
	height: 44px;
	display: block;
	border-bottom: 3px solid #004054;
	margin-left: 15px;
}

#panel {
	width: 960px;
	margin-top: 10px;
	float: left;
	border-top: 1px dotted #ccc;
	padding-top: 24px;
	padding-bottom: 30px;
}

#info {
	width: 100%;
	float: left;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 30px;
}

#headtext {
	width: 100%;
	float: left;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 40px;
	font-family: 'LatoLight';
	color: #666;
	font-size: 23px;
	margin-top: -20px;
	line-height: 33px;
	padding: 10px 0px 20px 0px;
	letter-spacing: 0.2pt;
}

#info h3 {
	margin-top: -5px;
}

div.info-1 {
	width: 300px;
	margin-right: 30px;
	float:left;
	text-align: left;
}

div.info-2 {
	width: 630px;
	float:left;
	text-align: left;
}

div.profil-1, div.profil-2 {
	width: 300px;
	margin-right: 30px;
	float:left;
	text-align: left;
}

div.profil-1 img {
	margin-top: 6px;
}

div.profil-3 {
	width: 300px;
	float:left;
	text-align: left;
}

div.profil-1_m2 {
	display: none;
}

span.bold {
	color: #555;
}

span.phone {
	background: url(images/icons/phone.png) no-repeat left center;
	display: block;
	padding-left: 30px;
	margin: 0;
}

span.mail {
	background: url(images/icons/mail.png) no-repeat left center;
	display: block;
	padding-left: 30px;
	margin: 0;
}

span.twitter {
	background: url(images/icons/twitter.png) no-repeat left center;
	display: block;
	padding-left: 30px;
	margin: 0;
}

div.content {
	border-top: 1px dotted #ccc;
	width: 100%;
	min-height: 250px;
	margin-top: 0px;
	padding-top: 30px;
	margin-bottom: 0px;
	float:left;
	overflow: hidden;
	line-height: 21px;
}

div.gallery {
	margin-top: 0px;
	margin-bottom: 0px;
	float:left;
	position: relative;
}

.grid  a.thumb {
	display: block;
	overflow: hidden; 
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	height: 100%;
	color: #666;
	border: 0px;
	margin: 0;
	padding: 0;
	background: url(images/hover.png) repeat;
}

.grid img {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	clear: both;
}

.grid span.title {
	font-family: 'LatoRegular';
	letter-spacing: 0.2pt;
	font-size: 115%;
	font-weight: normal;
	height: 12%;
	top: 44%;
	position: absolute;
	text-align: center;
	width: 100%;
	float: left;
	color: #eee;
}

div.gallery img {
	border: 0px solid #ccc;
	margin-bottom: 30px;
	float: left;
}

img {
	border: 0px;
}
	
img.portrait {
	float: left;
	margin-right: 20px;
}

p {
	margin-top: 0px;
}

h7 {
	text-transform: uppercase;
	font-family: 'LatoBold';
	letter-spacing: 0.4pt;
}
	
#kontaktform {
	width: auto;
	float: right;
	margin-right: 30px;
	margin-bottom: 15px;
}

div.kontaktinfo {
	width: 300px;
	float:right;
	text-align: left;
}
	

div.imp1 {
	width: 300px;
	float:left;
	text-align: left;
}

div.imp2 {
	width: 630px;
	float: left;
	margin-left: 30px;
	margin-bottom: 15px;
}

input {
	border: 1px solid #eee;
	font-family: 'MuseoSlab500';
	width: 	286px;
	background: #eee;
	font-size: 13px;
	color: #bbb;
	outline: none;
	padding: 6px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px; 
	-webkit-appearance: none;
}
	
input:hover, input:focus {
	border: 1px solid #ccc;
	color: #666;
}
	
textarea {
	border: 1px solid #eee;
	font-family: 'MuseoSlab500';
	width: 616px;
	background: #eee;
	color: #bbb;
	outline: none;
	font-size: 13px;
	margin: 0px;
	padding: 4px 6px;
	line-height: 24px;
	height: 180px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px; 
	-webkit-appearance: none;
}
	
textarea:hover, textarea:focus {
	border: 1px solid #ccc;
	color: #666;
}

.wpcf7-response-output {
	width: 100%;
}
	
.wpcf7-submit {
	border: 0px;
	border-bottom: 1px solid #ccc;
	font-family: 'MuseoSlab500';
	width: 70px;
	padding: 6px 0;
	font-size: 14px;
	color: #444;
	margin-top: 6px;
	background: #ddd;
	-moz-border-radius: 8px;
    border-radius: 8px; 
}
	
.wpcf7-submit:hover {
	background: #ccc;
	border: none;
	border-bottom: 1px solid #ccc;
	cursor: pointer;
	color: #111;
}
		
p.mail {
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
	margin-top: 0;
}
	
p.mail2 {
	margin-bottom: 30px;
}	
	
#footer {
	border-top: 1px dotted #ccc;
	width: 960px;
	height: 26px;
	float:left;
	margin-top: 10px;
	color: #888;
	padding-top: 30px;
	padding-bottom: 60px;
	line-height: 1;
	letter-spacing: 0.1pt;
}

#footer a {
	border: none;
	outline: none;
	color: #999;
	text-decoration: none;
}

#footer a:hover {
	border: none;
	outline: none;
	color: #004054;
}

hr {
	border-top: 1px dotted #666;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 0px;
	margin-bottom: 10px;
}

#floatedWrapper { /* required to avoid jumping */
	left: 0px;
	position: relative;
	margin-left: 0px;
	width:960px;
	float: left;
	height: 74px;
	margin-bottom: 10px;
  
}

#floated {
	position: absolute;
	top: 0;
	margin-top: 0px;
	padding-top: 20px;
	padding-bottom: 0px;
	width: 960px;
}

#floated.fixed {
	position: fixed;
	top: 0;
}

#nav_home {
	background: #f8f8f8;
	float: left;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 0px 8px 8px 0px;
	border-radius: 0px 8px 8px 0px; 
}

#nav_links {
	background: #f8f8f8;
	float: right;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 8px;
	-webkit-border-radius: 8px 0px 0px 8px;
	border-radius: 8px 0px 0px 8px; 
}

.page { 
    border-top: 1px dotted #666;
    float: left;
    width: 960px;
	height: 0px;
}

span.toggle_left { 
    display: none;
}

span.toggle_right {
	display: none;
}

span.left { 
    float: left;
    width: 20px;
	height: 16px;
	display: block;
	margin: 10px 0px 10px 10px;
	background: url(images/icons/left.png) 0px 0px;
}

span.right { 
    float: left;
    width: 20px;
	height: 16px;
	display: block;
	margin: 10px 0px 10px 15px;
	background: url(images/icons/right.png) 0px 0px;
}

span.left:hover { 
	background: url(images/icons/left.png) 0px 16px;
}

span.right:hover { 
	background: url(images/icons/right.png) 0px 16px;
}

a.home { 
    float: left;
    width: 21px;
	height: 16px;
	display: block;
	margin: 10px 10px 10px 0px;
	background: url(images/icons/home.png) 0px 0px;
}

a.home:hover { 
	background: url(images/icons/home.png) 0px 16px;
}

a.kontakt { 
    float: right;
    width: 34px;
	height: 34px;
	display: block;
	margin-top: 0;
	background: url(images/icons/kontakt_link.jpg) 0px 0px;
}

a.kontakt:hover { 
	background: url(images/icons/kontakt_link.jpg) 0px 34px;
}

.image_frame {
	background: #eee;
}

.datum {
	color: #999;
	margin-left: 1px;
}


.grid {
	width:300px;
	float: left;
	overflow: hidden;
	position: relative;
	margin-bottom: 30px;
}

.one {
	margin-right:30px;
}

.two {
	margin-right:30px;
}

.three {
	margin-right:0px;
}

.four {
	margin-right:30px;
}

.five {
	margin-right:30px;
}

.six {
	margin-right:0px;
}

/* Browser Resets */
.flex-container a:active,
.flexslider a:active {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;} 

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {width: 100%; margin: 0; padding: 0;}
.flexslider .slides > li {display: none;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {max-width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.flexslider {background: #fff; border: 0px; position: relative;}
.flexslider .slides {zoom: 1;}
.flexslider .slides > li {position: relative;}
/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */
.flex-container {zoom: 1; position: relative; margin-bottom: 30px;}

/* Caption style */
/* IE rgba() hack */
.flex-caption {background:none; -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000); zoom: 1;}
.flex-caption {width: 96%; padding: 2%; position: absolute; left: 0; bottom: 0; background: rgba(0,0,0,.3); color: #fff; text-shadow: 0 -1px 0 rgba(0,0,0,.3); font-size: 14px; line-height: 18px;}

/* Direction Nav */
.flex-direction-nav li a {width: 52px; height: 52px; margin: -13px 0 0; display: block; background: url(theme/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; cursor: pointer; text-indent: -9999px;}
.flex-direction-nav li a.next {background-position: -52px 0; right: -21px;}
.flex-direction-nav li a.prev {background-position: 0 0; left: -20px;}
.flex-direction-nav li a.disabled {opacity: .3; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.flex-control-nav {width: auto; position: absolute; bottom: 15px; right: 15px;}
.flex-control-nav li {margin: 0 0 0 5px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-nav li:first-child {margin: 0;}
.flex-control-nav li a {width: 14px; height: 14px; display: block; background: url(images/pagination.png) no-repeat 0 0; cursor: pointer; text-indent: -9999px;}
.flex-control-nav li a:hover {background-position: 0 -28px;}
.flex-control-nav li a.active {background-position: 0 -14px; cursor: default;}
