﻿
@import url("../hemingway/style.css");

.header {
	padding-top: 20px;
	padding-bottom: 180px;
}

.header .section-inner {
	width: auto;
	margin: 0 0 0 auto;
	width: 263px;
}

.footer.section {
	padding: 15px 0 0;
}

.credits-inner {
	border: none;
}

.post-downloads {
	margin-top: 25px;
}

.post-downloads .download {
	padding-left: 35px;
	line-height: 40px;
	background: url(./img/download.png) left no-repeat;	
}

.section.bg-dark,
.blog-menu li:hover a,
.blog-menu ul li,
.comment-form input[type="submit"],
.toggle-container,
.blog-info,
.search-toggle .glass {
	background-color: #323332; /*#1D1D1D*/
}

.current-menu-parent a {
	color: #fff;
}

.current-menu-parent ul a {
	color: rgba(255, 255, 255, 0.4);
}

.arrow {
	border: 5px solid #bbbbbb;
	font-size:0;line-height:0;height:0;padding:0;margin:0;
}
.arrow.down {
	border-right-color:  transparent;
	border-bottom-color: transparent;
	border-left-color:   transparent;
}
.arrow.up {
	border-top-color:    transparent;
	border-right-color:  transparent;
	border-left-color:   transparent;
}
.arrow.left {
	border-top-color:    transparent;
	border-bottom-color: transparent;
	border-left-color:   transparent;
}
.arrow.right {
	border-top-color:    transparent;
	border-right-color:  transparent;
	border-bottom-color: transparent;
}

.post-header {
	margin-top: -48px;
	margin-bottom: -4px;
	width: 100%;
}

h2.post-title {
	color: #bbbbbb;
	letter-spacing: 1px;
	font-size: 13px;
	text-transform: uppercase;
	margin-top: -7px;
	margin-left: 10px;
}

.flexslider li {
	list-style: none;
}

body a:hover {
	color: #089D80;
}

.post-content a:hover {
	text-decoration: none;
}

/*.imghover {
	z-index: 2;
	background-color: #089D80;
	/*opacity: 0.7;*!/
	/*filter:alpha(opacity=40);*!/
	
}

.imghover img {
	z-index: 1;
	opacity: 1;
	background: yellow;
	-webkit-mix-blend-mode: color;
	mix-blend-mode: color;
}

.imghover img:hover {
	-webkit-mix-blend-mode: exclusion;
	mix-blend-mode: exclusion;
}*/

.imghover, .fbalbum {
	background-color: #089D80;
	display: table-cell;
	margin-bottom: 1.2em !important;
}

.imghover img, .fbalbum .image {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
/*	margin-bottom: -9px !important;*/
	box-shadow: none !important;
}

.fbalbum .image {
	/*margin: 5px;*/
}

.imghover img:hover, .fbalbum .image:hover {
	opacity: 0.7;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

.post-content .alignleft, .post-content .alignright {
	margin-right: 0;
	margin-bottom: 0;
}

.flex-direction-nav li a {
	width: 30px;
}

.flexslider-hg-wrapper {
	/*background: #089D80;*/
	padding: 0px;
	margin-bottom: 60px;
}

.flexslider {
	margin: 0 0 60px;
	background: none;
	padding: 0;
	border: none;
	position: relative;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	zoom: 1;
}

.flexslider-hg.flexslider {
	margin-bottom: -8px;
}

.flexslider-hg-corners-rounded {
	border-radius: 0;
}

.flexslider-hg.flexslider ul.slides li {
	padding: 0;
	/*padding-bottom: 6px;*/
}

.flex-control-nav {
	bottom: -40px;
}

.flex-control-paging li a {
	background-color: #babbba;
}

.flex-control-paging li a:hover {
	background-color: #313331;
}

.flex-control-paging li a.flex-active {
	background-color: #009d7f;
}

.gigpress-info-item {
	display: block;
	line-height: 130%;
}

.gigpress-info-item:last-child {
	margin-bottom: 20px !important;
}

.pvw-title:after {
  content: 'whatever it is you want to add';
}

.imghover img.alignleft, .imghover .alignleft img, .imghover img.aligncenter, .imghover .aligncenter img, .imghover img.alignright, .imghover .alignright img {
	padding: 0;
}

img.alignleft, .alignleft img, img.aligncenter, .aligncenter img, img.alignright, .alignright img {
	border: none;
}

/*Link-Button*/
h3 a {
	font-size: 19px;
	/*display: block;*/
	/*float: left;*/
	padding: 8px 11px;
	line-height: 1;
	margin: 0 5px 5px 0;
	background: #BBB;
	color: #FFF;
	border-radius: 3px;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	/*white-space: pre;*/
}

h3 a:hover {
	background: #1abc9c;
	text-decoration: none;
	color: #FFF;
}

/* eigene Pfeile im Slider */
.flexslider-hg-corners-rounded .flex-direction-nav a {
	background-image: url(./img/slider_pfeile.png);
}

.fbps-album ul {
	margin-left: 0;
}

.fbps-album ul > li:last-child {
	margin-bottom: 10px; 
}

@media (max-width: 1040px) {
	.post-header {
		margin-top: -40px;
	}
}

@media (max-width: 800px) {
	.sidebar {
		 display: block;
		 border-top: 4px solid #EEE;
		 padding-top: 25px;
	}
	
	.widget {
		padding-bottom: 30px;
		margin-bottom: 30px;
	}
	
	.post-header {
		margin-top: -35px;
	}
}

@media (max-width: 700px) {
	.header.section	{
		padding-top: 20px;
		padding-bottom: 90px;
	}
	
	.post-header {
		margin-top: -30px;
	}
}

@media (max-width: 550px) {
	.header.section	{
		padding-top: 20px;
		padding-bottom: 20px;
	}
	
	.blog-logo img, .header .section-inner {
		width: 180px;
		margin-bottom: 40px;
	}
	
	.post-header {
		margin-top: -20px;
	}
}

@media (max-width: 500px) {
	.gigpress-table	{
		font-size: 0.7em !important;
	}
}

@media (max-width: 400px) {
	.gigpress-table	{
		font-size: 0.5em !important;
	}
}


