/*
	Theme Name:     Spielmannszug Meschede
	Theme URI:      http: //www.spielmannszug-meschede.de/
	Description:    Eigenes Design für die Vereinswebseite basierend auf levii von kaira
	Author:         Markus Buscher
	Author URI:     http: //www.mbuscher.de/
	Template:       levii
	Version:        0.1.1
*/

@import url("../levii/style.css");

h1, h2, h3, h4, h5, h6 {
	clear: both;
}


a[href ^="mailto:"]:before {
	font-family: FontAwesome;
	content: "\f0e0";
	/*display: inline-block;*/
	padding-right: 3px;
	/*vertical-align: middle;*/
}

blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
}

blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}

blockquote:after {
  color: #ccc;
  content: close-quote;
  font-size: 4em;
  line-height: 0;
  margin-left: 0.25em;
  float: right;
}

blockquote p {
  display: block;
}

.site-header-profile-image {
	background-color: transparent;
	box-shadow: none;
}

.site-header-search {
	bottom: 12px;
	width: 495px;
	z-index: 10;
}

.main-navigation {
	padding-right: 30px;
}

.main-navigation a {
	background-color: white;
}

.site-header-search .search-field {
	width: 470px;
}

.search-block {
	z-index: 9;
	position: absolute;
	right: 0;
}

span.search_highlight {
	background-color: #ffff99;
}

.site-title {
	position: absolute;
	bottom: 64px;
	left: 0;
	margin: 0;
	padding: 0 0 0 145px;
	font-size: 50px;
	text-shadow: -2px -2px 0 #000, -2px -2px 0 #000, -2px -2px 0 #000, 0 0 0 #000;
	width: 100%;
	line-height: 63px;
	/*outline: 1px solid red;*/
	z-index: 2;
}

.site-header-cover-image:after {
	width: 100%;
	height: 63px;
	position: absolute;
	content: "";
	bottom: 64px;
	left: 0px;
	content:"";
	z-index:1;
	display:block;
	transition:all .3s ease;

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+60&0+0,0.95+100 */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjYwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjU3Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC45NSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.57) 60%, rgba(0,0,0,0.95) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(60%,rgba(0,0,0,0.57)), color-stop(100%,rgba(0,0,0,0.95))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.57) 60%,rgba(0,0,0,0.95) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.57) 60%,rgba(0,0,0,0.95) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.57) 60%,rgba(0,0,0,0.95) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.57) 60%,rgba(0,0,0,0.95) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f2000000',GradientType=0 ); /* IE6-8 */
}

.site-description {
	bottom: 20px;
	font-size: 18px;
	color: #900;
}

.header-meta-links {
	position: absolute;
	/*bottom: 328px;*/
	top: -284px;
	right: 10px;
	/*background-color: red;
	margin: 0;
	padding: 0 0 0 145px;
	font-size: 50px;
	text-shadow: -2px -2px 0 #000, -2px -2px 0 #000, -2px -2px 0 #000, 0 0 0 #000;
	width: 1000px;*/
}

.header-meta-links .header-link {
	/*position: absolute;
	top: 0px;
	right: -8px;*/
	background-color: #ededed;
	border: 1px solid #DDD;
	border-right: 0;
	padding: 6px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
	-webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.9);
	-moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.9);
	box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.9);
	font-weight: bold;
	margin-right: 10px;
}

.site-footer {
	padding: 20px 10px 10px;
	background: #fff;
	border-top: 6px solid #002266;
	box-shadow: 0 0 0 1px #dfdfdf inset;
	margin-top: 20px;
}

.site-footer-left {
	float: left;
	font-size: 11px;
	margin-right: 30px;
}
.site-footer-left h4 {
	margin: 0 0 10px;
}
.site-footer-left ul,.site-footer-left ol  {
	margin: 0 0 1.5em 1.2em;
}
.site-footer-right a {
	font-size: 11px;
}

.comments-link a::before {
	font-family: FontAwesome;
	content: "\f086";
	/*display: inline-block;*/
	padding-right: 3px;
	padding-left: 20px;
	/*vertical-align: middle;*/
	color: inherit;
}



.trauer .post, .trauer .post * {
	background-color: #000 !important;
	color: #fff;
	box-shadow: 0 0 0 1px #000 inset;
}

.trauer .post a {
	color: #ccc;
}

.wpcf7-textarea {
	min-width:100%;
	max-width:100%;
	min-height: 60px;
}

.site-header-profile-image img {
	background-color: transparent;
}

.single #content .content-area {
	border-top: 6px solid #6F9D9F;
}

.search-no-results .search-submit {
	display: inline;
	content: '\00A0';
}

.search-no-results .search-field {
	max-width: inherit;
}

.search-no-results .page-content .search-field, .error-404 .page-content .search-field {
	max-width: 280px;
}

.site-header-search .search-submit {
	background-image: none;
}

.search-submit {
	font-family: FontAwesome;
}

.site-branding {
	width: 100%;
}

.incontentbox {
	width: 50%;
	min-width: 300px;
	float: left;
	padding-right: 10px;
}

.entry-content .incontentbox:nth-of-type(odd) {
	clear: left;
}

.float_left   { float:left;  }
.float_right { float:right; }


.main-navigation ul li.hover > ul {    display: block;		}

.gallery-item
{
	min-width: 170px;
	float:left;
	min-height: 190px;
}

.gallery-item img {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border:3px solid #ddd;
	-webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
}

.gallery-item:hover img {
	border-color: #990000;
}

.comments-area input, .comments-area textarea {
    width: 100% !important;
    min-height: 34px;
    padding: 0.8% 1%;
}

.gallery:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}

.clear {
	clear:both;
}

.entry-content img.nofloat ~ h1,h2,h3,h4,h5,h6 {
	clear:inherit;
}

.tagcloud a {
	margin: 10px;
	line-height: 30px;
}

td[align="center"], th[align="center"] {
	/* Korrigiert die Positionierung anhand des align-Attributes */
    text-align: center;
}

td[align="right"], th[align="right"] {
	/* Korrigiert die Positionierung anhand des align-Attributes */
    text-align: right;
}

td[align="center"], th[align="center"] {
	/* Korrigiert die Positionierung anhand des align-Attributes */
    text-align: center;
}

td[valign="bottom"], th[valign="bottom"] {
	/* Korrigiert die Positionierung anhand des valign-Attributes */
    vertical-align: bottom;
}

td[valign="middle"], th[valign="middle"] {
	/* Korrigiert die Positionierung anhand des valign-Attributes */
    vertical-align: middle;
}

td[valign="top"], th[valign="top"] {
	/* Korrigiert die Positionierung anhand des valign-Attributes */
    vertical-align: top;
}

a.back-to-top {
	display: none;
	position: fixed;
	z-index: 999;
	right: 20px;
	bottom: 20px;
	font-size: 50px;
	text-shadow: 0 0 20px white;
}

div.entry-content td, div.entry-content th {
	padding: 5px 6px 5px 2px;
}

div.entry-content table.alternating tr:nth-child(even) td, div.entry-content td.even {
	background-color: #CCC;
}


@media screen and (max-width: 782px) {

	.site-header-profile-image {
		top: -98px;
		width: 78px;
		height: 78px;
		left: 10px;
	}

	.site-header-profile-image img {
		width: 78px;
		height: 78px;
	}

	.site-title {
		bottom: 60px;
		font-size: 29px;
		line-height: normal;
		left: -50px;
		width: auto;
	}

	.site-header-cover-image:after {
		top: 217px;
	}

	.site-header-search {
		top: 0px;
		width: 100%;
		z-index: 10;
	}

	.site-header-search .search-field {
		width: 99%;
	}
	
	.main-navigation {
		padding-right: 0;
	}
	
	footer ul{
		list-style-type:none;
		margin-left:0 !important;
	}
	
	.sub-menu .hide_on_mobile {
		display: none;
	}
}

.content-area .entry-content img.size-medium {
	max-width: 40%;
}

.content-area .entry-content p a {
	text-decoration: underline;
}

