/*
Theme Name: Patchanka 2.0
Template: twentysixteen
Author: Jan Eckhoff
Author URI: https://wortpflege.de/
Description: Custom Child Theme für das Twenty Sixteen Theme.
Version: 2.1
*/
@import url("../twentysixteen/style.css");
/* Theme customization starts here */

/* Orange: #f18d17 */

body {background: none;padding:0;}

body,
button,
input,
select,
textarea {
	color: #000000;
	font-family: Montserrat, "Helvetica Neue", sans-serif;;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.75;
}


.site {margin:0;padding:0;width:100%;}

.site-inner {margin:0;width:100%;padding:0;max-width:none;}

.main-navigation {margin-top:92px;}

.site-header{padding:0 1rem 1rem 1rem;margin:0;position:fixed;background:#fff;z-index:999999;width:100%;}
.site-header-menu {margin:0; padding:0;}

.site-header-menu .menu-item-118, .site-header-menu .menu-item-119 {margin-left: 560px;}

.site-header-menu .current-page-ancestor {font-weight:bold;}
.site-header-menu a {color:#000 !important;}
.site-header-menu a:hover {color:#fff !important;}

.header-image {margin:1em 0 0 0;}
.header-image img {display: block;margin:0 auto;}


.site-title {display:none;}
.gigpress-calendar-add {display:none;}

.main-navigation {margin: 1rem 0.1rem; background: #f18d17;width:100%;}

.sidebar {overflow-x:auto;}

@media screen and (min-width: 56.875em) {
.site-header-menu {
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
    text-align: center;
	margin:0;
}

#menu-top {
    text-align: center;
    margin: 0 auto;
    display: inline-block;
}
}




@media screen and (max-width: 56.875em) {
.menu-hauptmenue-container {
width: 100%;
position: absolute;
left: 0;
top: 60px;
background: #f18d17;
}
.menu-hauptmenue-container a:hover {
	color: #f18d17;
}

}

ul.primary-menu {
	width: 100%;
	max-width: 1200px;
	margin:0 auto;
	}

.menu-toggle {position:absolut;top:0;left:0;line-height:1em;}

.current-lang {font-weight:bold;}
.lang-item-first {margin-right: -1.25em;}

.site-content{padding:200px 0 0 1rem;width:100%;}
.inhalt {width:100%;max-width:1200px;margin:10px auto 0 auto;}
.site-info {width:100%;max-width:1200px;margin:2rem auto 0 auto;}

/* Bandliste */

#bandliste {
	width: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#bandliste .singleband {
	width: 240px;
	margin: 0;
	padding: 0;
	float: left;
	overflow: hidden;
}

#bandliste .singleband a {
	width: 230px;
	height: 230px;
	display: block;
	position: relative;
	margin-bottom: 10px;
	padding: 0;
}

#bandliste .singleband a span.headline {
	display: block;
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 99;
	font-size: 1.2rem;
	line-height: 100%;
    text-shadow: 1px  1px 1px black, 1px -1px 1px black, -1px  1px 1px black, -1px -1px 1px black;
	-moz-text-shadow: 1px  1px 1px black, 1px -1px 1px black, -1px  1px 1px black, -1px -1px 1px black;
	-webkit-text-shadow: 1px  1px 1px black, 1px -1px 1px black, -1px  1px 1px black, -1px -1px 1px black;
	color: #fff;
	padding:10px;
}

#bandliste .singleband a:hover span.headline {
	color: #f18d17;	
}

#bandliste .singleband a span.subline {
	display: none;
	position: absolute;
	bottom: 10px;
	left: 10px;
	z-index: 99;
}

#bandliste .singleband div.ontour {
	width: 0px;
	height: 0px;
	-webkit-transform:rotate(360deg);
	border-style: solid;
	border-width: 0 0 30px 30px;
	border-color: transparent transparent #f18d17 transparent;
	display: block;
	position: absolute;
	bottom: 0px;
	right: 0px;
	z-index: 99;
}


.bandontour {
	width: 100%;
	overflow: hidden;
	margin-bottom: 1em;
}

.bandontour .bandimage {
	width: 768px;
	margin-bottom: 20px;
}

.bandontour .bandtourdates {
	overflow-x:auto;	
/*	margin-left: 300px; */
}


form.searchandfilter {
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin-bottom: 10px;
}

form.searchandfilter ul {
	padding: 0;
	margin: 0;
}

form.searchandfilter li {
	display: block;
	float: left;
	padding: 0;
	height: 36px;
	overflow: hidden;
	width: 240px;
}


form.searchandfilter li label {
	width: 230px;
}

form.searchandfilter li select {
	
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border:none;
    border-radius: 0;
	height: 30px;
	padding: 0 5px;
	margin: 3px 0;
	cursor: pointer;
	width:100%;
	  border: 1px solid #000;
	  background-color:white;
	  background-image:url(select.png);
	  background-position: right;
	  background-repeat: no-repeat;
	  background-size: 20px;
	  font-size: 0.75rem;
	
}

form.searchandfilter li.sf-field-post-meta-prefix-ontour ul {
	width: 100%;

}

form.searchandfilter li.sf-field-post-meta-prefix-ontour ul li {
	 float: none;
	 margin: 3px 0;
	 height: auto;
	 height: 30px;
	 padding: 4px 5px 0 5px;
	 background: #fff;
	 border: 1px solid #000;
	 font-size: 0.75rem;
	 width: 230px;
	 cursor: pointer;
}

form.searchandfilter li.sf-field-post-meta-prefix-ontour ul li input {
	border-radius: 0;
	border: 1px solid #000;
	cursor: pointer;
}

form.searchandfilter li.sf-field-post-meta-prefix-ontour ul li label {
	width: auto;
	cursor: pointer;
}

ul.social-links-menu li a {
	border: none;
}

.entry-header h1 {margin:0;}

.entry-header h2 {margin-bottom:1em;}

.sidebar {margin-top:100px;padding-top:1em;font-size: 70%;}

.gigpress-table, .gigpress-table td, .gigpress-table tr, .gigpress-table th {border:none !important;table-layout:auto;}
.gigpress-table td {padding:0;}

.gigpress-table td.gigpress-artist a {font-weight: bold;}
.gigpress-table span.gigpress-info-item a.gigpress-tickets-link {font-weight: normal;}

.gigpress-table tr.gigpress-info {font-size: 90%;}

.sidebar table {table-layout:auto;}
.sidebar table.bonuscontent, .sidebar table.bonuscontent tr, .sidebar table.bonuscontent td {border:none;padding:0;}
.sidebar .gigpress-table td, .sidebar .gigpress-table th {padding: 1px;}

.tourmenu {color: #f18d17;}
.tourmenu a {color: #000;}
.tourmenu a:hover {color: #f18d17;}


/* Kleinere Display */

@media screen and (max-width: 1240px) {
  #bandliste .singleband {
	width: 20%;
	/* min-width: 200px; */
	}
	
	#bandliste .singleband a {
		width: 90%;
		height: auto;
		display: block;
		position: relative;
		margin: 10px auto;
	}
	
	 .site-header-menu .menu-item-118, .site-header-menu .menu-item-119 {margin-left: auto;}

	form.searchandfilter li {
		width: 20%;
	}
	
	form.searchandfilter li {
		width: 20%;
	} 
}

@media screen and (max-width: 1142px) {
    #bandliste .singleband {
	width: 25%;
	}
	
	form.searchandfilter li {
		width: 25%;
	} 
	
	.site-content{padding-top:180px;}
}

@media screen and (max-width: 910px) {
	
	.header-image {max-width: 80%; float: left; }
	
	
  
	
	.bandontour .bandimage {
		width: 100%;
		padding: 1em;
	}

	.bandontour .bandtourdates {	
		margin: 1em;	
		overflow-x:auto;
	}
	
		.site-content{padding:140px 0 0 0;margin:0;}
	
	.bandontour .gigpress-table {font-size:70%;}
	
}

@media screen and (max-width: 599px) {
	
	.site-content{padding-top:140px;}
			
    #bandliste .singleband {
	width: 33.333333%;
	}
	
	form.searchandfilter li {
		width: 50%;
	} 
	
	.entry-header h2 {font-size: 1em;}
	
}

@media screen and (max-width: 499px) {
	
	.header-image {max-width: 70%;}
	
		.site-content{padding-top:80px;}

#bandliste .singleband {
width: 50%;
}

#bandliste .singleband a {
	width: 90%;
	height: auto;
	display: block;
	position: relative;
	margin: 10px auto;
}

#bandliste .singleband a span.headline {
	font-size: 0.9rem;
	padding: 5px;
}

#bandliste .singleband div.ontour {
	border-width: 0 0 20px 20px;
}

form.searchandfilter {
	display: none;
}


}




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

	

	
	h1.entry-title {   
		-moz-hyphens: none;
		-o-hyphens: none;
		-webkit-hyphens: none;
		-ms-hyphens: none;
		hyphens: none;
	}
	
}