/*
	Theme Name: Metalfotos.de Theme
	Theme URI: http://www.metalfotos.de
	Description: Das offizielle Metalfotos.de Theme
	Version: 1.4.3
	Author: Christof Ebert 
	Author URI: http://www.rockshowstudios.com
	Tags: Metal, Fotos, Partyfotos

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {

	font-size:62.5%;
}
body {

	font:300 11px/1.4 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color:#1E1E1E;
	overflow-y: scroll;
}

h1
{
	color: white;
}

/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	position:relative;
	max-width:100%;
	width:95%;
	margin:0 auto;

}
/* header */
.header {

}
/* logo */
.logo {

}
.logo-img {

}
/* nav */
.nav {

}
/* sidebar */
.sidebar {

}
/* footer */
.footer {
	position: absolute;
	left: 0px;
	background: black;
	min-height: 64px;
	width: 100%;
	bottom: 0px;
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/



/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {

}
@media only screen and (min-width:480px) {

}
@media only screen and (min-width:768px) {

}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

main
{
	width: 100%;
	background: black;
}


#black-top-bar
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 20px;
	background: black;
}

#headerbar
{
	position: absolute;
	top: 20px;
	left: 0;
	width: 100%;
	height: 165px;
	background-color: #1D1D1D;
	background-image: url('img/mf-bg.jpg');
	overflow: hidden;
}

#headerlogo
{
	position: relative;
	background: url('img/mf-header.png');
	top: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 400px;
	height: 160px;
	background-size: cover;
	cursor: pointer;
}

#sincelogo
{
	position: absolute;
	background: url('img/mf-header-since2003.png');
	top: 95px;
	left: 165px;
	width: 94px;
	height: 15px;
	background-size: cover;
}

@media all and (max-width: 480px)
{
	#headerlogo
	{
		width: 200px;
		height: 80px;
		background-size: 100%;
	}
	
	#sincelogo
	{
		top: 50px;
		left: 80px;
		width: 50px;
		height: 8px;
	}
	

}




#menucontainer
{
	position: absolute;
	top: 175px;
	left: 0;
	width: 100%;
	height: 128px;
	background: #111111;
	display: block;
}
#social-container 
{
	position: absolute;
	right: 50px;
	top: 20px;
	width: 32px;
	min-width: 32px;
	min-height: 100px;
	height: auto;
	display: block;
}

@media all and (max-width: 930px)
{
#menucontainer ul
{
	display: none;
}	
	#headerbar #social-container 
	{
		display: none;
	}
}



#mailtoimg
{
	cursor: pointer;
}

#social-container ul
{
	min-width: 32px;
	position: absolute;
	right: 50px;
	top: 8px;
	width: 32px;
	background: #111111;
	list-style-type: none;
	overflow: auto;
	padding-left: 4px;
	
}
#social-container ul li
{
	width: 24px;
	height: 32px;
	padding-top: 5px;
	padding-bottom: 4px;
	
}

.menu
{
	margin-left: 40px;
	list-style-type: none;
	height: 128px;
}


.menu li
{
	position: relative;
	
	margin-top: 1px;
	width: 160px;
	min-height: 99px;
	display: inline-block;
	margin-right: 24px;
	font-size: 18px;
	background: url("img/zettel-blanko.png");
	background-size: cover;
	background-repeat: none;
	background-position: 0px -20px;
	overflow: visible;
	padding-top: 30px;
	text-align: center;

}



.team-member
{
	position: relative;
	width: 190px;
	height: 256px;
	background: white;
	display: inline-block;
	margin-bottom: 20px;
	margin-right: 20px;
	padding-top: 120px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 12px;
	overflow: hidden;
}

.detail-event-container
{
	position: relative;
	height: 256px;
	width: 256px;
	display: inline-block;
	color: white;
}

.imprint-container
{
	color: white;
}

.date-box
{
	color: white;
	font-size: 17px;
	width: 120px;
	height: 30px;
	position: absolute;
	right: 0px;
	top: 0px;
	font-weight: bold;
	background-color: black;
	text-align: right;
	padding-right: 5px;
}

.imprint-container p 
{
	color: white;
}

.team-member h3
{
	font-size: 18px;
}

.avatarbox
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 110px;
	height: 110px;
	
	background: url("img/avatar-rockstar.png");
	background-size: cover;
	background-repeat: none;
	background-position: center;
}

.menu li a
{
	width: 100%;
	color: black; 
	font-weight: bold;
	text-align: center;
}
.menu li a:hover
{
	color: #FF4A42;
}


.wrapper{
	position: absolute;
	top: 250px;
	width: 100%;
	padding-right: 0%;
	left: 0; 
	background: black;
	}


#start-slider
{
	position: relative;
	width: 100%;
	height: 320px;
	background: black;
	overflow: hidden;
}

.sliding-item
{
	position: absolute;
	width: 100%;
	height: 100%;
	color: black;
}

/* SIDEBAR AND SEARCH */
.sidebar-widget
{
	position: absolute;
	right: 10px;
	top: 0px;
	width: 220px;
	padding-bottom: 5px;
	background: #101010;
	padding-left: 10px;
	padding-top: 5px;
	z-index: 10;
}
@media all and (max-width: 640px)
{
	.sidebar-widget
	{
		display: none;
	}
}

.gallery-wrapper
{
	margin-left: 80px;
	margin-bottom: 100px;
	height: 100%;
}

.event-wrapper
{
	margin-left: 80px;
	margin-bottom: 100px;
	height: 100%;
	max-width: 75%;
}

.event-wrapper img
{
	max-height: 640px;
}

.event-wrapper p
{
	color: white;
	font-size: 16px;
}

.event-wrapper a
{
	color: white;
	font-weight: bold;
}

.event-wrapper a:hover
{
	color: #FF4A42;
}


.event-wrapper h1
{
	color: white;
	font-size: 28px;
}

.event-seperator
{
	width: 100%;
	height: 2px;
	background: white;
	position: relative;
}

#blog-container
{
	position: relative;
	width: 100%;
	height: auto;
	min-height 400px;
}

.contenwrapper
{
	position: relative;
	background-color: #1D1D1D;
	background: url('img/org/mf-bg.jpg');
	width: 100%;
	min-height: 480px;
	padding-right: 280px;
	margin: 0;
	overflow: scroll;
}

@media all and (min-width: 481px) and (max-width: 640px)
{
	.contenwrapper
	{
		padding-right: 10px;
		width: 100%;
		margin-right: 0px;
		
	}
	
	section .blog-post
	{
		margin-right: 10px;
		margin-left: 10px;
	}
	
	section .recent-galleries-container ul li
	{
		margin-left: 20px;
	}
	
	
}

@media all and (max-width: 480px)
{
	.contenwrapper
	{
		padding-right: 10px;
		width: 100%;
	}
	
	section .recent-galleries-container ul li
	{
		margin-left: auto;
		margin-right: auto;
	}
	
	section .blog-post
	{
		width: 100%;
		margin-left: 10px;
		margin-right: 10px;
		padding-right: 0px;
	}
	
}


.metalfotos-contenwrapper
{
	position: relative;
	background-color: #1D1D1D;
	background: url('img/org/mf-bg.jpg');
	width: 100%;
	min-height: 480px;
	/*padding-right: 280px;*/
	margin: 0;
	padding-right: 40px;
	overflow: scroll;
}
@media all and (max-width: 640px)
{
	.recent-galleries-container ul li
	{
		margin-left: auto;
		margin-right: auto;
	}
}


.clickable-gallery
{
	cursor:pointer;
}

@media all and (max-width: 480px)
{
	.recent-galleries-container ul li .clickable-gallery
	{
		margin-left: 0px;
	}	
}

.search-submit{
	position: absolute;
	left: 148px;
	top: 0px;
	width: 40px;
	height: 40px;
	background: url('img/search-icon.png');
	border: none;
	
	background-size: cover;
}

.search-input
{
	width: 140px;
	height: 26px;
	font-size: 16px;	
	
	position: absolute;
	left: 0px;
	top: 4px;
}


.footer ul 
{
	padding-top: 10px;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.footer ul li 
{
	max-width: 40px;
	max-height: 40px;
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
}

.footer ul li:first-child
{
	max-width: 128px;
	max-height: 40px;
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
}

.lastGalleriesBar
{
	position: relative;
	height: 48px;
	width: 90%;
	background: #111111;
	margin-left: 70px;
	margin-top: 50px;
	margin-bottom: 25px;
	padding-left: 10px;
}


.blog-post
{
	position: relative;
	height: auto;
	min-height: 128px;
	width: 90%;
	background: #222222;
	margin-left: 70px;
	
	margin-bottom: 25px;
	padding-left: 10px;
}

.blog-post p{
	color: white;
	font-size: 13px;
}

.blog-post h2
{
	color: white;
	font-size: 16px;
}

.lastGalleriesBar h1
{
	font-size: 28px;
	color: white;
}

.lastGalleriesBar h2
{
	color: white;
	font-size: 20px;
	padding-top: 5px;
}


.recent-galleries-container
{
	margin-bottom: 100px;
}

.recent-galleries-container ul li
{
	position: relative;
	background: Dimgray;
	width: 256px;
	height: 350px;
	display: inline-block;
	margin-left: 40px;
	overflow: hidden;
	margin-bottom: 20px;
}

.recent-wide-image
{
	position: absolute;
	top: 48px;
	left: 0px;
	width: 100%;
	height: 45%;
}

.recent-small-image-left
{
	position: absolute;
	top: 58%;
	left: 0px;
	width: 50%;
	height: 42%;
}
.recent-small-image-right
{
	position: absolute;
	top: 58%;
	left: 50%;
	width: 50%;
	height: 42%;
}

.recent-read-now-button
{
	position: absolute;
	right: 0px;
	bottom: 20px;
	width: 64px;
	height: 64px;
	z-index; 999;
	background:#EF4C40;
	cursor: pointer;
	text-align: center;
	color: white;
	font-size: 38px;
	opacity: 0.5;
}
.recent-read-now-button:hover
{
	opacity: 1.0;
}

.recent-read-now-button p 
{
	
	text-align: center;
	color: white;
	font-size: 28px;
	font-weight: bold;
}

.recent-bottom-title
{
	background: Dimgray;
	position: absolute;
	left: 0px;
	bottom: 0px;
	height: 20px; 
	color: white;
	width: 100%;
	font-size: 14px;
}

.subtitle-bar h2
{
	margin-top: 0px;
	color: white;
	font-weight: bold;
	font-size: 15px;
}

.subtitle-bar
{
	position: absolute;
	top: 0;
	left: 0;
	
	background: #EF4C40;
	width: 100%;
	height: 48px;
}



/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}

@keyframes slidy {
0% { left: 0%; }
20% { left: 0%; }
25% { left: -100%; }
45% { left: -100%; }
50% { left: -200%; }
70% { left: -200%; }
75% { left: -300%; }
95% { left: -300%; }
100% { left: -400%; }
}

body { margin: 0; } 
div#slider { overflow: hidden; max-height: 480px; width: 98%;}
div#slider figure img { width: 20%; float: left;}
div#slider figure { 
  position: relative;
  width: 500%;
  height: 100%;
  margin: 0;
  left: 0;
  text-align: left;
  background-size: cover;
  font-size: 0;
  animation: 30s slidy infinite; 
  }
  
  
#dayevent
{
	font-size: 48px;
}  

#dayevent p 
{
	color: white;
}

#wp-calendar
{
	background: #F6F6F6;
	width: 100%;
	height: 150px;
	text-align: center;
}
.eo-event-future
{
	background: rgba(255,100,100, 0.8);
	text-align: center;
}

#eo-widget-prev-month
{
	color: #0087B4;
	background: #00627C;
}

.eo-widget-cal-wrap table thead tr
{
	background: #0087B1;
	border-top: 1px #48ACCC solid; 
}

.eo-widget-cal-wrap table caption
{
	color: white;
	font-size: 14px;
}


#eo-widget-prev-month a
{
	color: white;
}

#eo-widget-next-month
{
	color: #0087B4;
	background: #00627C;
}

#eo-widget-next-month a 
{
	color: white;
}

#eo_calendar_widget-2 h3
{
	color: white;
}

.event-detail-container
{
	height: auto;
	min-height: 640px;
}

.event-detail-container p 
{
	color: white;
	font-size: 18px;
}

#burger-button
{
	position: relative;
	width: 64px;
	height: 64px;
	background: url("mobile/img/burgerbutton.png");
	background-size: cover;
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	display: none;
}
@media all and (max-width: 935px)
{
	#burger-button
	{
		display: block;
	}
}

.mobile-menu
{
	position: absolute;
	width: 50%; 
	min-width: 280px; 
 	height: auto;
	min-height: 320px;
	top: 0px;
	left: 0px;
	background: rgba(50,50,50, 0.9); 
	display: none;
	z-index: 999;
}

.vertical-menu
{
	list-style-type: none;
}

.vertical-menu a
{
	color: white;
	font-size: 18px;
	
	
}
