/*
Theme Name: diehingucker
Theme URI: http://www.diehingucker.de
Description: diehingucker Template
Version: 1.0
Author: Philipp Kieckbusch
Tags: portfolio, responsive, blog, clean, minimal, white, two-columns, threaded-comments, translation-ready, custom-menus

TABLE OF CONTENTS

01 - Reset
02 - Global
03 - General Layout
04 - Header
05 - Content
06 - Slideshow
07 - Sidebar
08 - Widgets
09 - Comments
10 - Pagination
11 - Footer
12 - Media Queries
*/


/*global*/

/* first for IE 4–8 */
@font-face {
  font-family: TSTARRegular;
  src: url("fonts/TSTAR-RegularWeb.eot");
}
@font-face {
  font-family: TSTARBold;
  src: url("fonts/TSTAR-BoldWeb.eot");
}

/* then for WOFF-capable browsers */
@font-face {
  font-family: TSTARRegular;
  src: url("fonts/TSTAR-RegularWeb.woff") format("woff");
}
@font-face {
  font-family: TSTARBold;
  src: url("fonts/TSTAR-BoldWeb.woff") format("woff");
}


/* /////////////////////////////////////////////////////////////////////
//  01 - Reset
/////////////////////////////////////////////////////////////////////*/

/**

 HTML5 & 4 reset stylesheet
 Adapted from YUI & HTML5 Doctor
 v1.0

**/

* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

:focus {
	outline: none;
}

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,img,abbr,acronym,address,big,cite,code,del,dfn,em,font,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,hgroup,menu,nav,summary,time,mark,audio,video,header,footer {
    margin:0;
    padding:0;
    border:0;
    font-weight:inherit;
    font-style:inherit;
    font-size:100%;
    font-family:inherit;
    vertical-align:baseline;
    background:transparent;
}

html {
    -webkit-font-smoothing:antialiased;
    text-rendering:optimizeLegibility;
    -webkit-text-size-adjust:none;
    -ms-text-size-adjust:none;
	overflow-y: scroll;
}

ol,ul {
	list-style:none;
}

article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,img {
    display:block;
}

blockquote,q {
    quotes:none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    border:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

a, input, .catPreview, #header .inside, #logo img {
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}

ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration:line-through;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

strong{font-weight:bold;}
em{font-style:italic;}

input,
select {
    vertical-align:middle;
}

table {
	border-collapse:separate;
	border-spacing:0;
}
caption,
th,
td {
	text-align:left;
	font-weight:normal;
}

input {
	vertical-align:middle;
}
img,
object,
embed {max-width: 100%;}

.homeSection img,
.post p img,
.page p img,
.project img,
.postThumb,
div.wp-caption img {
	max-width: 100% !important;
	height: auto;
}

.wp-caption {
	max-width: auto !important;
}

.wp-caption-text {
	padding: 5px 0 0 0;
	font-style: italic;
}

/* /////////////////////////////////////////////////////////////////////
//  02 - Global
/////////////////////////////////////////////////////////////////////*/

body {
	font-size: 100%;
	font-family: "TSTARRegular", Helvetica, Arial, sans-serif;
	width:auto; height:auto;
	padding: 0 0 0 0;
	margin: 0;
	color: #000;
	background-color: #fff;
	font-weight: normal;
	line-height: 1.5em;
	font-size: 0.9em;
}

p {
	margin: 0 0 20px 0;
	font-weight: normal;
	font-style: normal;
}

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

li {
	margin: 0 0 0 0;
	padding: 0;
}

img {
	margin: 0;
}

img.left {
	margin: 0 15px 15px 0;
	float: left;
}

img.fullWidth {
	width: 100%;
}

a {
	text-decoration: none;
	outline: none;
}

a {
	color: #777;
}

a:hover {
	color: #9e9e9e;
}

a img {
	border:none;
}

h1, h2, h3, h4, h5, h6{
	margin: 0 0 15px 0;
	color: #000;
}

h1 { font-size: 1.5em; }
h2 { font-size: 1.3em; }
h3 { font-size: 1.1em; }

blockquote, address {
	margin: 0 0 30px 0;
	padding: 0;
	font-size: 1em;
	font-family: Georgia, Times, "Times New Roman", serif;
	color: #6a6a6a;
}

code {
    font-family: "Courier New", Courier, serif;
	overflow: auto;
	padding: 2px;
	background: #fff;
}

pre code {
	background: none;
}

pre {
    margin: 0 0 20px;
	padding: 10px;
	background: #fff;
	overflow: auto;
	border: 1px solid #e4e4e4;
}

.meta {
	color: #333;
}

.meta a{
	color: #333 !important;
}

.meta a:hover{
	color: #b0b0ad !important;
}

input[type="text"], input[type="email"], textarea {
	background-color: #fafafa;
	padding: 15px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #6a6a6a;
	border: 1px solid rgba(0,0,0,.05);
	background:	#f7f7f7;
	font-size: .9em;
	-webkit-appearance: none;
}

input[type="text"]:focus {outline: none; background-color: #f7f7f7;}
textarea:focus {outline: none; background-color: #f7f7f7;}

#topSearch input {
    height: 40px;
    -webkit-appearance: none;
    border: 0;
    /* background: #eee; */
    margin: 0;
    font-family: "TSTARRegular", Helvetica, Arial, sans-serif;
}

#topSearch input[type="search"] {
    border-bottom: 2px solid #ddd;
    width: 290px;
    color: #000;
    font-size: 16px;
}

#topSearch {
	margin-top: 30px;
	display: none;
}

#header.down #topSearch {
	margin-top: 20px;
	padding-bottom: 20px;
}


textarea { width: 100%; line-height: 1.6em; }

.hidden { display: none; }

/* Clearfix ----------- */

/* Some clearfix code from HTML5 Boilerplate */
.clearfix:before, .clearfix:after {
	content: "\0020";
	display: block;
	height: 0;
	visibility: hidden;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	zoom: 1;
}

a.action {
	font-style: italic;
}

/* //////////////////////////////////////////////////////////////////////
//  03 - General Layout
//////////////////////////////////////////////////////////////////////*/

#container {
	width: 100%;
	margin: 0 auto;
}

.wrap {
	background: #fff;
	padding-top: 50px !important;
}

#main {
	margin: 0 auto 0;
	padding: 220px 0 0;
	background: #fff;
}

#main .wrap {
	padding: 0 30px;
}

#main.full {
	background: none;
}

.middle {
	max-width: 1200px;
	margin: 0 auto;
}

#content {
	padding: 0 0 0 0;
	float: left;
	margin: 0 0px 0 0;
	position: relative;
}

#sidebar {
	width: 26.5%;
	float: right;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#footer {
	width: 100%;
	margin: 0 auto;
}

.twoThirds {
	width: 70%;
}

.oneThird {
	width: 32%;
}

/*////////////////////////////////////////////////////////////////////////
//  04 - Header
///////////////////////////////////////////////////////////////////////*/

#header{
	width: 100%;
	position: fixed;
	margin: 0 0 0 0!important;
	text-align: center;
	background: #fff;
	z-index: 100;
}

#header .inside{
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
	padding: 40px 0 40px 0;
}

#header.down .inside {
	padding: 10px 0 0px 0;
}

#header .top {
	padding: 0 30px;
    box-shadow: 0 0 20px rgba(0,0,0,0.3);
    position: relative;
}

#mainNav .tinynav {
	display: none;
}

#logo {
	display: inline-block;
	margin: 0px 0 0 0;
	padding: 0;
}

#logo h1 {
	margin: 0;
}

#logo img {
	width: 100%;
	max-width: 500px;
	margin: auto;
}

#header.down #logo img {
	max-width: 350px;
}

/* Top level navigation */

#topNav{
    right: 0;
    top: 0;
    position: absolute;
    display: inline-block;
}

#topNav li{
	margin: 0 0 0 10px;
	display: inline-block;
	padding: 0;
	text-align: right;
	font-size: 11px;
}

#topNav ul a {
    line-height: 15px;
    color: #8f8f8f;
    font-size: .9em;
    font-weight: bold;
    margin-top: 7px;
    display: inline-block;
}

#topNav ul ul a{
	line-height: 15px;
	font-weight: normal;
	border-top: none;
}

.topMenu {
	display: inline-block;
}

#topNav > i {
	font-size: 10px;
	margin-left: 10px;
	cursor: pointer;
}

#navigation {
	background: #f4f4f4;
}

#mainNav{
    display: block;
}

#mainNav li{
	margin: 0px 10px;
	display: inline-block;
	padding: 0;
}

#mainNav ul a{
	line-height: 25px;
	border-top: 3px solid transparent;
	color: #000;
	padding: 10px 0;
	font-size: 1em;
	font-weight: 300;
	display: inline-block;
	text-transform: uppercase;
}

#mainNav ul ul a{
	line-height: 15px;
	font-weight: normal;
	border-top: none;
}


#mainNav ul li.current a,
#mainNav ul li.current-cat a,
#mainNav ul li.current_page_item a,
#mainNav ul li.current-menu-item a,
#mainNav ul li.current-post-ancestor a,
.single-post #mainNav ul li.current_page_parent a,
#mainNav ul li.current-category-parent a,
#mainNav ul li.current-category-ancestor a,
#mainNav ul li.current-portfolio-ancestor a {
	border-top: 3px solid #000;
}

#mainNav ul li a:hover {
	border-top: 3px solid #000;
}

/* Second level+ dropdowns */

#mainNav ul ul {
	padding: 20px 0px 0 0px !important;
	margin-top: -10px;
	background: #fff;
	-moz-box-shadow: 0 0px 1px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 0px 1px rgba(0,0,0,0.5);
	box-shadow: 0 0px 1px rgba(0,0,0,0.5);
}


#mainNav ul ul ul {
	padding-top: 20px !important;
	margin-left: -1.25em;
	margin-top: -5px;
}

#mainNav ul ul li {
	float: none;
	background: none;
	margin: 0 5px 10px 20px !important;
	text-align: left;
}

#mainNav ul ul li a {
	padding: 0px 0 10px 0;
	font-weight: normal;
	border: none !important;
}

#catNav {
    max-width: 1260px;
    margin: auto;
    padding: 0 15px;
    position: relative;
    display: none;
    max-height: 271px;
}

.catPreview {
	display: block;
	width: 100%;
	height: 200px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
    -moz-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
    filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}

.catSlider .slick-slide span {
	margin-top: 20px;
    display: block;
}

.catPreview:hover {
    -webkit-filter: grayscale(0%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
    -moz-filter: grayscale(0%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
    filter: grayscale(0%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}

.slick-slide {
    padding: 15px;
}

.slick-arrow {
    position: absolute;
    /* top: 30%; */
    font-size: 50px;
    background: #f4f4f4;
    padding: 10px 15px;
    position: absolute;
    top: 45%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.prev.slick-arrow {
	left: 15px;
}

.next.slick-arrow {
	right: 15px;
}

/*////////////////////////////////////////////////////////////////////
//  05 - Content
////////////////////////////////////////////////////////////////////*/

#content {
	margin: 0 auto 40px;
	padding: 0 0 0 0 !important;
	width: 68%;
	float: left;
}

#content.full {
	margin: 0 0 40px 0;
	padding: 0 0 0 0 !important;
	width: 100%;
}

#content.full.grid {
	margin: 0 0 20px 0%;
}

.home #content.full, .page-template-page-portfolio-php #content.full {
	width: 100%;
	margin: 0 0 0 0;
}

#content.fullProjects{
	width: 100%;
}

#content.twoThirds .page {
	width: 99%;
}

#content .post {
	margin: 0 0 30px 0px;
	position: relative;
	padding-bottom: 10px;
	min-height: 250px;
	width: 100%;
	border-bottom: 1px solid #ddd;
}

#content .post h1.title {
	font-size: 1.8em;
    line-height: 1.2em;
	font-weight: 300;
	text-transform: uppercase;
}

#content .post h2.title {
	font-size: 1.4em;
	text-transform: uppercase;
}

.search #content .post {
	min-height: 50px;
}

.page #content .post {
	margin: 0 0 0px 0px;
	border: none;
}

.post .meta, .attachment .meta {
	margin: 15px 0 25px 0;
	padding: 0 0 0px 0;
	font-size: .85em;
	line-height: 1.5em;
}

#content h1 a,
#content h2 a,
#content h3 a,
.widgetBox h3 a,
#slideshow .slideText h3 a,
#content h4 a,
#content h5 a{
	text-transform: uppercase;
	color: #000;
	font-weight: 300;
}

#content h1 a:hover,
#content h2 a:hover,
#content h3 a:hover,
.widgetBox h3 a:hover,
#slideshow .slideText h3 a:hover,
#content h4 a:hover,
#content h5 a:hover{
	color: #a7a7a3 ;
}

#content .postThumb{
	margin: 0 0 20px 0 !important;
}

#pageHead {
	color: #696969;
	padding: 30px 0px;
	margin: 0 0 40px;
	background: #fff;
}

#pageHead .inside {
	max-width: 1200px;
	margin: 0 auto;
}

#pageHead h1 {
	font-size: 2.4em;
	line-height: 1em;
	padding: 0;
	margin-bottom: 0;
	display: block;
	color: #555555;
	font-weight: normal;
}

#pageHead p {
	margin: 0!important;
	padding: 10px 0 0 0!important;
	color: #b2b2b2;
	line-height: 1em;
}

#content .moreLink{
	display: block;
}

#content .moreLink a{
	color: #fff;
	background: #000;
	padding: 5px;
}

.archive #pageHead, .search #pageHead {
    margin-bottom: 0;
    text-align: left;
}

.flexbox.allethierrein .flexbox.hasText {
    margin: 0;
}

/*Column Shortcodes------------------*/

.one_half{ width:48%; }
.one_third{ width:31%; }
.two_third{ width:65.33%; }
.one_half,.one_third,.two_third{ position:relative; margin-right:3%; float:left; }
.last{ margin-right:0 !important; clear:right; }
.clearboth {clear:both;display:block;font-size:0;height:0;line-height:0;width:100%;}


/*Buttons------------------*/

.button, a.button, #footer a.button, #searchsubmit, input[type="submit"]  {
	display: inline-block;
	color: #fff;
	text-decoration: none;
	position: relative;
	cursor: pointer;
	font-weight: 300;
	border: 0;
	line-height: normal;
	font-size: 13px;
	background: #000;
	padding: 13px 17px !important;
	margin: 0 0 10px 0;
	text-transform: uppercase;
	-webkit-appearance: none;
	font-family: "TSTARRegular", Helvetica, Arial, sans-serif;
}

#searchsubmit {
	padding: 5px 15px 6px;
}

.home .slideshow a.button:hover, .button:hover, #footer a.button:hover, #searchsubmit:hover, input[type="submit"]:hover {
	color: #fff;
	opacity: 0.8;
}

.home .slideshow a.button {
	margin-top: 20px;
}

/*Images------------------*/

#content .alignleft,
#content img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px !important;
	margin-top: 4px;
}

#content .alignright,
#content img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}

#content .aligncenter,
#content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#content img.alignleft,
#content img.alignright,
#content img.aligncenter {
	margin-bottom: 12px;
}

/*Lists------------------*/

#content ul{
	margin:  0 0 25px 20px;
	list-style-type: disc;
}

#content ul li{
	margin: 0 0 10px 0;
}

#content ol li{
	margin: 0 0 10px 0;
	line-height: 1.4em;
}

#content ol{
	margin: 0 0 20px 20px;
}

#content ul ul, #content ol ul, #content ul ol, #content ol ol {
	padding-top: 10px;
}

#content ul ul li, #content ol ul li, #content ul ol li, #content ol ol li{
	font-size: 1em !important;
}

.videoContainer {
	margin-bottom: 25px !important;
}

/*////////////////////////////////////////////////////////////////////
//  06 - Slideshow
////////////////////////////////////////////////////////////////////*/

.slideshow, .flexslider {
	margin: 0 !important;
	position: relative;
}

.slideshow  {padding:0 !important;}

#content .flexslider {
	margin: 0 0 15px 0 !important;
}

.flexslider p {
	margin: 0 !important;
}

.slideshow li, #content .flexslider li, #content .flexslider ol {
	list-style: none !important;
	list-style-type: none !important;
}

#content .flexslider ol {
	padding-bottom: 5px !important;
	margin-bottom: 0 !important;
}

#content .flexslider .slides {
	margin: 0;
}

/* FlexSlider Theme------------------*/

.flexslider {  min-height: 100px; border: 0 !important; margin: 0 0 0 0!important; padding: 0 0 0 0 !important; background: transparent !important; border: none; position: relative; -webkit-border-radius: 0 !important; -moz-border-radius: 0 !important; -o-border-radius: 0!important; border-radius: 0!important; box-shadow: none !important; -webkit-box-shadow: none!important; -moz-box-shadow: none!important; -o-box-shadow: none!important; zoom: 1;}
.flexslider .slides li{	margin-bottom: 0 !important; }
.flexslider .slides li p{ margin: 0 !important; }
.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;}
.flexslider .slides img { height: auto; max-width: 100%; width: auto !important; }
.flex-direction-nav, .flex-control-nav, .flex-caption { margin-bottom:0 !important;}

/* 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: auto; position: absolute; background: rgba(0,0,0,.5); color: #fff; }
.flex-caption p {font-size: .9em !important; margin-bottom: 0;}

/* Direction Nav */

.flex-direction-nav {
	position: absolute;
	width: 100%;
	margin: 0 !important;
	left: 0;
	top: 50%;
}

.flex-direction-nav li a {
	-webkit-transition: none; -moz-transition: none; transition: none;
	-webkit-transition: opacity .5s ease; -moz-transition: opacity .5s ease; transition: opacity .5s ease;
}
.flex-direction-nav li a { z-index: 100; width: 30px!important; height: 30px; margin: -20px 0 0; display: block; background: url(images/flexslider/direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; cursor: pointer; text-indent: -9999px;}
.flex-direction-nav li a.flex-next {background-position: -30px 0; right: 20px !important;}
.single-product .flex-direction-nav li a.flex-next {right: -5px !important;}
.flex-direction-nav li a.flex-next:hover {background-position: -30px -30px;}
.flex-direction-nav li a.flex-prev {background-position: 0 0; left: 20px !important; }
.flex-direction-nav li a.flex-prev:hover {background-position: 0 -30px; }
.flex-direction-nav li a.disabled {opacity: .3; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.flex-control-nav {position: absolute !important; bottom: 20px !important; right: 3% !important; width: auto !important; }
.flex-control-nav li {margin: 0 0 0 5px !important; display: inline-block !important; zoom: 1; *display: inline !important;}
.flex-control-nav li:first-child {margin: 0 !important;}
.flex-control-nav li a {width: 13px !important; height: 13px !important; display: block !important; background: rgba(255,255,255,0.3) !important; cursor: pointer; text-indent: -9999px; box-shadow: inset 0 0 1px rgba(0,0,0,0.3) !important;}
.flex-control-nav li a:hover {background: rgba(255,255,255,0.7) !important;}
.flex-control-nav li a.flex-active {background: rgba(255,255,255,0.7) !important; cursor: default !important;}

#content .flex-direction-nav { margin-top: -15px !important;}
#content .flex-control-nav { margin: 0; padding-top: 15px; position: relative !important; bottom: 0 !important; right: 0 !important; width: auto !important; }
#content .flex-control-nav li a { background: rgba(0,0,0,0.3) !important; box-shadow: none !important;}
#content .flex-control-nav li a:hover { background: rgba(0,0,0,0.7) !important;}
#content .flex-control-nav li a.flex-active { background: rgba(0,0,0,0.7) !important;}
#content .darkBkg .flex-control-nav li a { background: rgba(255,255,255,0.3) !important; box-shadow: none !important;}
#content .darkBkg .flex-control-nav li a:hover { background: rgba(255,255,255,0.7) !important;}
#content .darkBkg .flex-control-nav li a.flex-active { background: rgba(255,255,255,0.7) !important;}

/* Home slideshow*/

.home .slideshow {

}

.home .slideshow .slides li{
	overflow: hidden;
}

.home .slideshow .details {
	background: transparent;
	display: block;
	width: 100%;
	text-align: center;
	top: 50%;
	position: absolute;
}

.home .slideshow .details .box{
	padding: 0 30px 0 30px;
}

.home .slideshow .details.left {
	text-align: left;
}

.home .slideshow .details.right {
	text-align: right;
}

.home .slideshow .details .inside {
	max-width: 62.5em;
}

.home .slideshow .details.center .text {
	width: 80%;
}

.home .slideshow .details .text {
	display: inline-block;
	width: 60%;
}

.home .slideshow .details h2 {
	color: #fff;
	margin: 0 0 5px 0;
	font-size: 3.3em;
	text-shadow: 2px 2px rgba(0,0,0, .2);
	font-weight: normal;
}

.home .slideshow .details p {
	font-size: 1.2em !important;
	margin-bottom: 0;
	line-height: 1.3em;
	color: rgba(255,255,255, .8);
}


/*////////////////////////////////////////////////////////////////////
//  07 - Sidebar
////////////////////////////////////////////////////////////////////*/

#sidebar {

}

.sidebarBox {
	position: relative;
	margin: 0 0 30px 0;
}

#sidebar p {
	margin-bottom: 12px;
}

#sidebar li {
	font-size: .75em;
}

#sidebar .avatar {
	float: left;
	margin: 0 20px 15px 0 !important;
	padding-top: 3px;
}

/*/////////////////////////////////////////////////////////////////////
//  08 - Widgets
////////////////////////////////////////////////////////////////////*/

#footer .widgetBox a, #sidebar .widgetBox a {
	line-height: 1.5em;
}

#footer .widgetBox {
	float: left;
	margin-left: 30px;
	margin-bottom: 30px;
	width: 30%;
}

#sidebar .widgetBox {
	margin-bottom: 30px !important;
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
}

#sidebar .widget_recent_entries {
    padding-bottom: 20px !important;
}

#sidebar .fb-page.fb_iframe_widget {
    margin-bottom: 20px;
    margin-top: 1px;
}

#sidebar .widgetBox h3,
#footer .widgetBox h3{
	font-size: 1em;
	font-weight: 300;
	text-transform: uppercase;
    padding-bottom: 0px;
}


#footer .widgetBox h3{
	margin-bottom: 15px;
}

#footer .widgetBox p{
	text-align: left;
}

#sidebar .widgetBox .meta,
#footer .widgetBox .meta {

}

#sidebar ul, #footer ul {
	margin: 0 0 0 0;
	padding: 0px 0 0 0;
	line-height: 1em;
	background: none;
	position: relative;
}

#footer .right p {
	display: none;
}

.menu-footer-container ul li {
	line-height: 1.7em !important;
	font-size: 0.9em !important;
}

#sidebar ul li, #footer ul li {
	padding: 0px 0 0px 0;
	margin: 0 0 3px 0;
	line-height: 1em;
	background: none;
	font-size: 1em;
}

#footer ul li {
	line-height: 1.7em;
	margin-left: 20px;
}

#sidebar ul li p, #footer ul li p{
	line-height: 1.3em;
	margin: 0;
}

#sidebar ul li h2, #footer ul li h2{
	margin: 0 0 0px 0 ;
	padding: 0 !important;
	line-height: .9em;
	font-weight: normal;
}

#sidebar .widget_nav_menu ul,
#footer .widget_nav_menu ul,
#sidebar .widget_pages ul,
#footer .widget_pages ul,
#sidebar .widget_categories ul,
#footer .widget_categories ul {
	background: none;
	margin: 0;
	padding: 0;
	border: none;
}

#sidebar .widget_nav_menu li,
#footer .widget_nav_menu li,
#sidebar .widget_pages li,
#footer .widget_pages li,
#sidebar .widget_categories li,
#footer .widget_categories li {
	padding: 0 0 0 0;
	margin: 10px 0 0 0;
	border: none;
}



/*Search------------------*/

.widget_search {
	display: block;
	padding: 0 !important;
}

.widget_search h3 {
	display: none;
}

.widget_search:after {
    content: " ";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html[xmlns] .widget_search {
    display: block;
}

* html .widget_search {
    height: 1%;
}

#s {
	margin: 0 0px 0 0;
	padding: 10px 1em 10px 1em !important;
	line-height: normal!important;
	width: 100%;
	color: #9a9a9a;
	font-size: .8em;
}

#searchsubmit{
	font-size: 11px !important;
	margin: 0 !important;
	border-left: none;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-top-left-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	-moz-border-radius-topleft: 0px;
	border-bottom-left-radius: 0px;
	border-top-left-radius: 0px;
	float: right;
	border: none;
	height: 30px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-position: 0 -1px;
}


/*Recent Posts Widget------------------*/

#sidebar .theme_recent_posts .meta,
#footer .theme_recent_posts .meta {
	margin: 0 0 0 0 !important;
	display: block;
	padding: 3px 0 0 0;
	color: #a3a3a3;
	font-size: .8em;
}

#sidebar .theme_recent_posts .title,
#footer .theme_recent_posts .title {
	margin-bottom: 2px;
}

#sidebar .theme_recent_posts .title,
#footer .theme_recent_posts .title {
	line-height: 1.1em;
}

.secondaryPost {
	padding: 10px 0 0px 0;
}

/*/////////////////////////////////////////////////////////////////////
//  09 - Comments
////////////////////////////////////////////////////////////////////*/

#comments {
	position: relative;
	margin: 0 0 30px 0px;
	width: 95%;
	padding: 20px 0 0 0;
}

.twoThirds #comments {
	width: 95%;
}

#content.project #comments {
	padding-top: 30px;
}

#comments ul{
	list-style: none;
	margin: 0 0 30px 0;
}

#comments h3{
	margin: 0 0 30px 0;
	font-weight: bold;
}

#content #comments ul li{
	font-size: 1em !important;
}

#trackbacks {
	margin: 30px 0 0 40px;
}

ol#commentslist {
	margin: 0 0 0 0px;
	list-style: none;
	padding: none;
	padding: 0;
}

#commentslist .children li {
	padding: 15px 0 0 30px;
	background: transparent url(images/comment_marker.gif) no-repeat 0px 40px;
	border-left: 1px solid #e3e3e3;
}

.comment {
	position: relative;
	margin: 0 0 0 0;
	padding: 0 0 20px 0;
}

.comment .avatar {
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 35px;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	-o-border-radius: 35px;
	-ms-border-radius: 35px;
	-khtml-border-radius: 35px;
	width:75px;
	height:75px;
}

#commentForm label {
	padding-left: 20px;
}

.comment h5 {
	margin: 0 0 0 100px;
	padding: 0;
	font-weight: bold;
}

.comment .date {
	margin: -5px 0 10px 100px;
	display: block;
	color: #a5a5a2;
	font-style: italic;
	font-size: .75em;
}

.comment p {
	margin: 0 0 10px 100px;
}

.comment-reply-link,
.comment-reply-login {
	margin: 0 0 0 100px;
	font-size: .95em;
}

.comment-reply {
	display: inline-block!important;
	padding: 0 0 0 10px;
}

#comment-add {
	position: absolute;
	top: -5px;
	right: 0px;
}

.moderation {
	margin: 0px;
	padding: 0 0 10px 25px;
}

#trackbacks ul {
	margin: -5px 0 15px;
}

#trackbacks ul li {
	padding: 5px 0 5px 20px;
}

/* Comment Form */

#commentForm {
	position: relative;
	margin: 30px 0 30px 0px;
}

#comments #respond {
	position: relative;
	padding: 0 0 0;
	margin: 0;
}

#respond .form-allowed-tags {
	display: none;
}

#respond form {
	margin: none;
	padding: none;
	position: relative;
}

#commentForm h3 {
	font-weight: bold;
}

.cancel-comment-reply {
	float: right;
	margin: 5px 90px 0 0;
}

#cancel-comment-reply-link {
	margin-left: 20px !important;

}

#comments textarea {
	width: 100% !important;
}

#comments input[type="text"] {
	width: 50%;
	margin-right: 20px;
}


/*////////////////////////////////////////////////////////////////////
//  10 - Pagination
////////////////////////////////////////////////////////////////////*/

.pagination {
	padding: 0 0 30px !important;
	clear: both;
	margin: 0 0 15px 0;
}

.page-template-page-portfolio-php .pagination {
	text-align: center;
	margin: 0;
	padding: 20px 0 !important;
}

.page-template-page-portfolio-php .pagination .inside {
	display: inline-block;
}

.pagination span,
.pagination a,
.pagination-prev a,
.pagination-next a,
.older-comments,
.newer-comments {
	display: block;
	float: left;
	width: auto;
	height: 24px;
	line-height: 24px;
	margin: 0 5px 0 0;
	padding: 0 8px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
}

.pagination-prev a:hover,
.pagination-next a:hover,
.wp-pagenavi a:hover,
.wp-pagenavi .current {

}

.pagination-prev a,
.pagination-next a {
	float: none;
	margin: 0px;
}

.pagination-prev,
.pagination-next {
	float: left;
	width: auto;
	margin: 0px;
}

.pagination-prev {
	float: right;
}

/*////////////////////////////////////////////////////////////////////
//  11 - Footer
////////////////////////////////////////////////////////////////////*/

#footer {
	background: #f7f7f7;
}

#footer .inside {
	max-width: 1260px;
	margin: 0 auto 0;
	padding: 0px 0 0;
}

#footer .widgetBox h3{
	color: #6a6a6a;
}

#footer .meta {
	color: #919191;
}

#footer .main {
	padding: 50px 0 10px 0;
	margin: 0 30px 0 0;
}

.footerBox{
	margin: 0 0 40px 20px;
	float: left;
	position: relative;
}

.footerBox p{
	padding: 0;
}

#footer a {
	color: #6a6a6a;
}

#footer a:hover {
	color: #47474b;
}

#footer .secondary {
	margin: 0;
	padding: 40px 30px 20px;
}

#footer .secondary p{
	font-size: .9em;
}

#footer .secondary .left {
	float: left;
}

#footer .secondary .right {
	float: right;
}


/*////////////////////////////////////////////////////////////////////
//  00 - Post Correction
////////////////////////////////////////////////////////////////////*/

.post table, .post td, .post tr {
    width: inherit !important;
    vertical-align: top !important;
}

.post img {
	height: auto;
	margin-bottom: 20px;
	width: 100%;
}

.post table td:first-child img {
    padding-right: 30px;
}

.post table td:last-child img {
    padding-left: 30px;
}

.post table td:only-child img {
   padding: 0;
}

.post .flexbox h1 {
	display: none;
}

.post .flexbox h1.title {
	display: block !important;
}

.flexbox.allethierrein {
	-webkit-flex: 0.5;
	-moz-box-flex: 0.5;
	flex: 0.5;
}

.flexbox.allethierrein.notSticky {
	-webkit-flex: 1;
	-moz-box-flex: 1;
	flex: 1;
}

.post p:empty {
	display: none;
}

.post table td .text p {
    padding-right: 20px;
}

.post table td .text br {
}

.related_post_title {
}
ul.related_post {
	list-style: none !important;
	margin: 0 !important;
}
ul.related_post li {
	display: block;
	width: 22.6% !important;
	margin-right: 3.2% !important;
	float: left;
}

ul.related_post li:last-child {
	margin-right: 0 !important;
}

ul.related_post li a {
}

ul.related_post li img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.wp_rp_edit {
	display: none !important;
}


.flex {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	margin-left: -30px;
	position: relative;
}

.flexbox {
	-webkit-flex: 1;
	-moz-box-flex: 1;
	flex: 1;
	margin-left: 30px;
}

.alm-btn-wrap {
    text-align: center;
}

button#load-more {
    margin: auto;
    font-family: "TSTARRegular", Helvetica, Arial, sans-serif;
    text-align: center;
    -webkit-appearance: none;
    background: none;
    border: none;
	font-size: 20px;
	font-weight: 300;
}

button#load-more:before {
    content: "\f0e2";
    font-family: "FontAwesome";
    margin-right: 10px;
    -webkit-animation-name: spin;
    -webkit-animation-duration: 1000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 1000ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 1000ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;

    animation-name: spin;
    animation-duration: 1000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    display: inline-block;
}

@-ms-keyframes spin {
    100% { -ms-transform: rotate(0deg); }
    0% { -ms-transform: rotate(360deg); }
}
@-moz-keyframes spin {
    100% { -moz-transform: rotate(0deg); }
    0% { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
    100% { -webkit-transform: rotate(0deg); }
    0% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    100% {
        transform:rotate(0deg);
    }
    0% {
        transform:rotate(360deg);
    }
}

.shareMeta > div {
    float: left;
}

.shareMeta a {
	font-size: 25px;
    color: #000;
    margin-top: -3px;
    display: block;
}

p span {
    font-family: "TSTARRegular" !important;
}

/*layer*/

.layer {
    position: absolute;
    z-index: 1000000;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.8);
    display: none;
}

.layer-reg {
    left: 0px;
    max-width: 800px;
    right: 	0px;
    margin: 20px auto;
    background-color: #FFFFFF;
    -moz-box-shadow: 0 0 20px 0px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 0 20px 0px rgba(0,0,0,0.2);
    box-shadow: 0 0 20px 0px rgba(0,0,0,0.2);
    position: relative;
}

@media all and (min-width: 700px) {
	.layer-reg {
		margin: 0 auto;
		position: fixed;
	    top: 50% !important;
	    transform: translateY(-50%);
	}
}

.layer-close {
    position: absolute;
    right: 15px;
    bottom: 15px;
    padding: 5px 40px;
    height: 30px;
    font-size: 13px;
	font-family: TSTARRegular;
    font-weight: 300;
    color: #babbbd;
    cursor: pointer;
    background-image: url(images/layer_close.png);
    background-position: right top;
    background-repeat: no-repeat;
}

.layer-logo {
        float:right;
        height:60px;
        width:auto;
        padding:20px 25px
}

/*style*/

.inv {
        padding:25px;
        background-color:#000000;
        color:#ffffff
}

.inv a {
        color:#ffffff
}



/*////////////////////////////////////////////////////////////////////
//  12 - Media Queries
////////////////////////////////////////////////////////////////////*/

@media all and (max-width: 1024px) {
}

@media all and (max-width: 975px) {
}

@media all and (max-width: 870px) {

	.one_half{ width:100%; }
	.one_third{ width:100%; }
	.two_third{ width:100%; }
	.one_half,.one_third,.two_third{ position:relative; margin-right:0%; float:none; }
	.last{ margin-right:0 !important; clear:right; }
	.clearboth {clear:both;display:block;font-size:0;height:0;line-height:0;width:100%;}
}

@media all and (max-width: 768px) {

	#header .top {
		padding: 0 20px;
	}

	#header .inside {
		padding: 20px 0;
	}

	#logo h1 {
		margin: 0;
	}

	#sidebar, #content {
		width: 100%;
	}

	#logo img {
	    max-width: 400px;
	}
}

@media all and (max-width: 600px)  {
	.flex {
		flex-direction: column;
		margin: 0;
	}

	.flexbox {
		margin: 0;
	}

	#logo {
		margin-top: 20px;
	}

	#topNav {
		top: 0;
	}

	#topNav li {
		display: inline-block;
	}

	ul.related_post li {
		width: 48% !important;
		margin-right: 4% !important;
	}
	ul.related_post li:nth-of-type(2n) {
		margin-right: 0 !important;
	}

	#commentForm label {
		padding: 0;
	    margin-top: 5px;
	    display: block;
	    padding: 0;
	}

}

@media all and (max-width: 480px) {

}
