@CHARSET "UTF-8";
/**
 * (c) Copyright 2015 ATBO. All Rights Reserved.
 * ATBO Studio. 04.05.2015. 21:33:09
 *
 * 0.9 Landingpage
 * 1.0 Main Menu
 * 1.1 Dropdown-menu
 * 1.2 Footer-menu
 * 1.5 Main Content
 * 2.0 Inner Column
 * 3.0 ACF Flex Bullet
 * 4.0 Footer
 * 4.1 Scroll to Top
 * 5.0 Header
 * 5.1 Header Blog
 * 5.2 Header Albums
 * 6.0 Tourdates
 * 7.0 Discography
 * 8.0 Pagination
 * 9.0 Blog Archive
 */
p {
	-moz-hyphens: auto;
	-o-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	font-weight: 300;
	letter-spacing: 0.02em;
}

.entry li {
	margin-bottom: 14px;
}

h1, h2 {
	line-height: 1.2;
	letter-spacing: 0.02em;
	-moz-hyphens: auto;
	-o-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}

ul, li, div {
	letter-spacing: 0.02em;
}

.zitat, .zitat p {
	font-size: 30px;    
	font-weight: 100;    
	line-height: 40px;
}

.bigger, .bigger p {
	font-size: 18px;
	text-align: inherit;
}

.row {
	max-width: 100%;
}

body {
	background-color: #F1F1F1;
}

@media only screen and (min-width: 40.063em) {
	.text-columns-2 {
	   -webkit-column-count: 2;
	      -moz-column-count: 2;
	           column-count: 2;
	
	   -webkit-column-gap: 120px;
	      -moz-column-gap: 120px;
	           column-gap: 120px;
	}
}

/*
 * 0.9 Landingpage
 */
.landingpage {
	height: 100%;
	width: 100%;
	background-image: url('../img/pete_york_hg.jpg');
	background-size: cover;
	background-repeat: repeat;
	color: #F1F1F1;
	font-family: 'Source Sans Pro', sans-serif;
	background-attachment: fixed;
	position: relative;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	clip: rect(0, auto, auto, 0);
}

.container-top {
	margin-top: 15%;
}

.container-bottom {
	height: 100%;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}

.landingpage .arrow {
	width: 30px;
	margin: 60px auto;
	display: block;
	position: relative;
	z-index: 100;
}

.pete-york {
	vertical-align: bottom;
}

@media only screen and (max-width: 63.99em), screen and (max-height: 600px)  {
	
	.container-top {
		min-height: 400px;
	}
	
	.container-bottom {
		position: relative;
		height: 100%;
	}
	
	.pete-york {
		width: 100%;
		vertical-align: bottom;
	}
	
	.container-top {
		margin-top: 10%;
	}

}

@media only screen and (max-width: 63.99em) {
	
	.container-bottom {
		position: absolute;
		bottom: 0px;
	}
	
	.container-bottom img {
		max-height: 50%;
		height: 50%;
		width: auto!important;
		right: -5%;
		position: fixed;
		bottom: 0px;
	}
	
	.landingpage .arrow {
		width: 30px;
		top: calc(50% - 15px);
		left: calc(50% - 15px);
		display: block;
		position: absolute;
		z-index: 100;
	}

}

@media only screen and (min-width: 64em) and (min-height: 600px) {
	
	 .pete-york {
	 	position: relative;
	 	margin-right: -50px;
	 }

	.container-bottom {
		position: absolute;
		bottom: 0px;
		width: 100%;
	}
	
	.container-bottom .bottom {
		position: absolute;
		left: 20px;
		bottom: 0px;
	}

}

.container-bottom .bottom a {
	text-transform: uppercase;
	color: #F1F1F1;
}

.container-bottom .bottom a:hover {
	color: #333;
}

/*
 * 1.0 Main Menu
 */
nav {
	background-color: rgba(255,255,255,0.85);
	width: 100%;
	z-index: 99;
	-webkit-box-shadow: 0px 0px 10px -5px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 10px -5px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 10px -5px rgba(0,0,0,0.2);
}

#nav-toggle {
	cursor: pointer;
}

#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
	cursor: pointer;
	border-radius: 1px;
	height: 3px;
	width: 30px;
	background: #000000;
	position: absolute;
	display: block;
	content: '';
}

#nav-toggle span:before {
	top: -8px;
}

#nav-toggle span:after {
	bottom: -8px;
}

.nav-right-fix {
	width: 30px;
}

#navigation {
	height: 40px;
	overflow: hidden;
}

.columns.no-padding-mobile, .column.no-padding-mobile {
	padding: 5px;
}

#nav-toggle div {
	padding: 17.5px 0px;
	width: 30px;
}

@media only screen and (min-width: 40.063em) {
	.columns.no-padding-mobile, .column.no-padding-mobile {
		padding: 0px 0.9375em;
	}
}

@media only screen and (min-width: 64.063em) {
	nav {
		height: auto;
		overflow: visible;
	}
}

nav img.logo {
	margin-top: 28px;
	/* margin-left: 10px; */
	height: 16px;
}

.column, .columns {
	padding-left: 30px;
	padding-right: 30px;
}

@media only screen and (min-width: 40.063em) {
	.column, .columns {
		padding-left: 60px;
		padding-right: 60px;
	}
	.main-menu ul li.active > a {
		margin: 0px;
	}
}

.main-menu {
	margin: 0px;
	padding: 0px;
}

.main-menu ul {
	margin: 10px 0px 0px 0px;
	padding: 0px;
	list-style: none;
}

.main-menu ul li {
	display: block;
}

.main-menu ul li a {
	color: rgba(0,0,0,0.2);
}

.main-menu ul li a:hover {
	background-color: #333333;
	color: #FFFFFF;
}

.main-menu ul li.active > a {
	box-shadow: inset 0 -7px 0 0 #333333;
}

.main-menu ul li a:last-child {

}

.main-menu ul li a {
	color: #111111;
	font-family: 'Montserrat', regular;
	font-size: 12px;
	text-transform: uppercase;
	display: block;
	padding: 0px 10px;
	line-height: 40px;
	position: relative;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.main-menu ul li a:hover, .main-menu ul li a:focus {
	outline: none;
}

@media only screen and (min-width: 64.063em) {

	.main-menu ul li {
		display: inline-block;
	}

	.main-menu {
		float: right;
		margin-right: 50px;
	}

	.main-menu ul {
		margin: 0px;
	}

	.main-menu ul li a {

	}

	#navigation {
		overflow: visible;
	}
}

/*
 * 1.1 Dropdown-menu
 */

.no-touch .main-menu ul li:hover .dropdown-menu {
	opacity: 1;
	visibility: visible;
}

.main-menu ul li .dropdown-menu {
}

@media only screen and (min-width: 64.063em) {

	.no-touch .main-menu ul li .dropdown-menu {
		margin: 0px !important;
		opacity: 0;
		visibility: hidden;
		display: block;
	}

	.main-menu ul li .dropdown-menu {
		-moz-transition: display 1s ease, opacity 500ms ease;
		-webkit-transition: display 1s ease, opacity 500ms ease;
		-o-transition: display 1s ease, opacity 500ms ease;
		transition: display 1s ease, opacity 500ms ease;
		position: absolute;
		display: none;
		height: auto;
		overflow: visible;
		z-index: 99;
		-webkit-box-shadow: 0px 0px 10px -5px rgba(0,0,0,0.2);
		-moz-box-shadow: 0px 0px 10px -5px rgba(0,0,0,0.2);
		box-shadow: 0px 0px 10px -5px rgba(0,0,0,0.2);
	}

}

.main-menu .dropdown-menu li {
	display: block;
}

.main-menu .dropdown-menu li a {
	background-color: rgba(255, 255, 255, 0.8);
	padding: 14px 20px;
	width: 100%;
}

.main-menu .dropdown-menu li a:last-child {
	padding: 14px 20px;
}

/*
 * 1.2 Footer-menu
 */

.footer-menu {
	text-align: center;
} 
@media only screen and (min-width: 40.063em) {
	.footer-menu {
		display: inline-block;
	}
}

.footer-menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-size: 12px;
}

.footer-menu > ul > li {
	position: relative;
}

.footer-menu > ul > li:last-child {
	border-right: none;
}

.footer-menu ul li .dropdown-menu {
	margin: 20px 0px;
}

.footer-menu > ul > li:hover a {
	color: #333;
}

@media only screen and (min-width: 40.063em) {

	.footer-menu > ul > li {
		float: left;
		position: relative;
	}

	.footer-menu ul li {
		padding-right: 10px;
		padding-left: 10px;
	}

	.footer-menu ul li .dropdown-menu {
		margin: 0px;
	}

}

.footer-menu ul li a {
	color: #868686;
	font-weight: 400;
}

.footer-menu ul li .dropdown-menu li {
	width: 100%;
	float: none;
}

.footer-menu ul li .dropdown-menu li a {
	font-weight: 300;
}

/*
 * 1.5 Main Content
 */
.main-content {
	position: relative;
	background-color: #FFFFFF;
}

.center-content .inner-column {
	margin: 0 auto;
}

.center-content {
	display: -webkit-flex; /* Safari */
	-webkit-align-items: center; /* Safari 7.0+ */
	-webkit-justify-content: center; /* Safari 6.1+ */
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	vertical-align: middle;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.parallax-background {
	background-size: cover;
	background-position: 50% 50%;
}

.indexcontent {
	background-color: #FFFFFF;
}

.indexcontent:nth-child(odd) {
	background-color: #F5F5F5;
}

/*
 * 2.0 Inner Column
 */
.header .inner-column {
	height: auto;
}

.inner-column {
	padding: 80px 0px;
	height: 100%;
}

.non-inner .inner-column {
	height: auto;
	width: 100%;
}

.non-inner .center-content {
	display: block;
	-webkit-flex-align: flex-start;
	-ms-flex-align: flex-start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	vertical-align: flex-start;
}

.inner-column p {
	font-size: 16px;
}

.fill-width {
	width: 100%;
}

.arrow-after::after {
	content: " ";
	position: absolute;
	bottom: -33px;
	left: 50%;
	margin-left: -50px;
	border-style: solid;
	border-width: 34px 50px 0 50px;
	line-height: 0px;
	display: block;
	z-index: 10;
}

/*
 * Headline fix
 */

.inner-column h1, .inner-column h2, .inner-column h3 {
	color: inherit;
	text-transform: uppercase;
	text-align: left;
	font-weight: 300;
	font-family: 'Montserrat', sans-serif;
}

/*
 * 3.0 ACF Flex Bullet
 */

.bullet-container {
	opacity: 0.35;
	transition: opacity .5s ease-in-out;
	-webkit-transition: opacity .5s ease-in-out;
	-moz-transition: opacity .5s ease-in-out;
	-o-transition: opacity .5s ease-in-out;
}

.bullet-container.center-of-viewport {
	opacity: 1;
}

.bullet-content .row:first-of-type {
	margin-top: 80px;
}

.bullet-content .row:last-of-type .bullet-after-line {
	opacity: 0;
	height: 1px;
	margin-top: 139px;
}

.bullet {
	border-radius: 50%;
	height: 50px;
	width: 50px;
	background-color: #A2D165;
	margin: 40px auto 0px auto;
}

.bullet-container {
	overflow-x: hidden;
}

.bullet-inner {
	color: #fff;
	float: left;
	line-height: 1;
	margin-top: -0.5em;
	padding-top: 50%;
	text-align: center;
	width: 100%;
}

.bullet-inner, .bullet-inner p {
	font-size: 24px;
	font-style: italic;
	font-weight: 400;
}

.bullet-title {
	max-width: 760px;
	text-align: center;
	margin: 20px auto 0px auto;
	color: #A2D165;
	font-weight: 400;
	font-size: 26px;
}

.bullet-text {
	max-width: 760px;
	text-align: center;
	margin: 0px auto 40px auto;
	color: #989898;
}

.bullet-text p {
	font-size: 16px;
}

.bullet-after-line {
	width: 1px;
	margin: 0 auto;
	background-color: #CBCBCB;
	height: 60px;
}

/*
 * 3.1 lm Maps
 */
.lm-map {
	width: 100%;
	height: 400px;
}

/*
 * 4.0 Footer
 */

.footer {
	background-color: #F1F1F1;
	color: #868686;
	text-transform: uppercase;
	position: relative;
	padding-bottom: 30px;
	font-family: 'Montserrat', regular;
	font-size: 12px;
	-webkit-box-shadow: 0px -1px 18px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px -1px 18px 0px rgba(0,0,0,0.2);
	box-shadow: 0px -1px 18px 0px rgba(0,0,0,0.2);
}

.footer-wrapper {
	overflow-x: hidden;
	position: absolute;
	background-color: transparent;
	padding-top: 50px;
	margin-top: -50px;
}

.footer .line {
	margin: 35px -80px 15px -80px;
}

.footer .copyright {
	text-align: center;
	text-transform: none;
}
.footer h3 {

	color: #868686;
}

.footer .logo-container {
	background-color: #A2D165;
	min-height: 220px;
}

.footer .logo-container .logo {
	max-height: 40px;
}

.footer .meta-container {
	padding: 40px;
}

.footer .meta-container .column, .footer .meta-container .columns {
	border-right: 1px solid #FFFFFF;
}

.footer .meta-container .column:last-of-type, .footer .meta-container .columns:last-of-type {
	border: none;
}

.footer .column, .footer .columns {
	padding-left: 0.9375em;
	padding-right: 0.9375em;
}

.imprint {
	margin-top: 20px;
	font-size: 13px;
	font-weight: 300;
}

@media only screen and (min-width: 40.063em) {

	.imprint {
		margin-top: 0px;
		position: absolute;
		left: 0px;
		bottom: 0px;
		font-size: 13px;
		font-weight: 300;
	}

}

.imprint a {
}

.footer .imprint a {
	color: #868686;
}

/*
 * 4.1 Scroll to Top
 */

.scroll-to-top {
	cursor: pointer;
	position: fixed;
	right: 20px;
	bottom: 20px;
	height: 60px;
	width: 60px;
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

@media only screen and (min-width: 40.063em) {

	.scroll-to-top {
		right: 50px;
		bottom: 50px;
		height: 70px;
		width: 70px;
	}

}

.scroll-to-top img {
	width: 100%;
	height: 100%;
}

body.scroll-to-top-enabled .scroll-to-top {
	opacity: 0.6;
	visibility: visible;
}

body.scroll-to-top-enabled .scroll-to-top:hover {
	opacity: 0.8;
}

/*
 * 5.0 Header
 */
.header {
	overflow: hidden;
	background-image: url("../img/pete_york_hg.jpg");
	height: 395px;
	color: #FFFFFF;
	text-transform: uppercase;
	width: 100%;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	-webkit-box-shadow: inset 0px -22px 15px -13px rgba(0,0,0,0.35);
	-moz-box-shadow: inset 0px -22px 15px -13px rgba(0,0,0,0.35);
	box-shadow: inset 0px -22px 15px -13px rgba(0,0,0,0.35);
}

.header .title {
	text-align: center;
}

.header .pagetitle {
	font-size: 33px;
	margin: 0px;
	text-align: center;
}

@media only screen and (min-width: 40.063em) {
	.header .pagetitle {
		font-size: 53px;
	}
}


.header .pageundertitle {
	font-size: 28px;
	color: #d9d9d9;
}

.header .line {
	margin: 14px 0px;
}

/*
 * 5.1 Header Blog
 */
.header-blog {
	background-image: url("../img/pete_york_hg.jpg");
	height: 395px;
	color: #FFFFFF;
	text-transform: uppercase;
	width: 100%;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	-webkit-box-shadow: inset 0px -22px 15px -13px rgba(0,0,0,0.35);
	-moz-box-shadow: inset 0px -22px 15px -13px rgba(0,0,0,0.35);
	box-shadow: inset 0px -22px 15px -13px rgba(0,0,0,0.35);
}

.header-blog-overflow {
	overflow: hidden;
}

.header-blog img {
	position: absolute;
	right: 0px;
	top: -100px;
	z-index: 0;
}

@media only screen and (max-width: 40.063em) {
	.header-blog-overflow img {
		width: auto!important;
		max-width: none;
		height: 600px;
		right: -160px;
	}
}

.header-blog .inner-column {
	z-index: 1;
}

.header-blog ul.undermenu,
.header-blog div.undermenu ul {
	font-family: 'Montserrat', sans-serif;
	margin: 10px 0px;
	padding: 0px;
	list-style: none;
}

.header-blog ul.undermenu li {
	display: inline-block;
	background-color: rgba(0,0,0,0.1);
}

.header-blog ul.undermenu li.current {
	background-color: rgba(0,0,0,0.3);
}

.header-blog ul.undermenu li a,
.header-blog div.undermenu ul li a {
	line-height: 30px;
	color: #FFFFFF;
	padding: 0px 15px;
}

/*
 * 5.2 Header Albums
 */
.header-albums {
	background-image: url("../img/pete_york_hg.jpg");
	height: 395px;
	color: #FFFFFF;
	text-transform: uppercase;
	width: 100%;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	-webkit-box-shadow: inset 0px -22px 15px -13px rgba(0,0,0,0.35);
	-moz-box-shadow: inset 0px -22px 15px -13px rgba(0,0,0,0.35);
	box-shadow: inset 0px -22px 15px -13px rgba(0,0,0,0.35);
}

.header-albums .inner-column {
	z-index: 1;
}

.header-albums ul.undermenu {
	font-family: 'Montserrat', sans-serif;
	margin: 0;
	padding: 0px;
	list-style: none;
	position: fixed;
	z-index: 999;
	right: 0px;
	top: 100px;
}

.header-albums ul {
	display: none;
}
@media only screen and (min-width: 40.063em) {
	.header-albums ul {
		display: block;
	}
}

.header-albums ul.undermenu li {
	text-align: right;
	margin: 2px 0px;
}

.header-albums ul.undermenu li.current a {
	opacity: 1;
}

.header-albums ul.undermenu li a {
	background-color: #FFFFFF;
	display: inline-block;
	line-height: 40px;
	color: #333333;
	padding: 0px 15px;
	opacity: 0.8;
}

.header-albums ul.undermenu li a:hover {
	opacity: 1;
}

/*
 * 6.0 Tourdates
 */
.tourdates {
	margin: 0 auto;
}
.tourdate .row {
	max-width: 1200px;
}

.tourdate {
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #FFFFFF;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
}

.tourdate .column {
	padding-left: 10px;
	padding-right: 10px;
}

.tourdate:nth-child(odd) {
	background-color: #F5F5F5;
}

.tourdate-links {
	line-height: 46px;
}

.tourdate .link {
	color: #FFFFFF;
	padding: 5px;
	font-size: 13px;
	font-family: 'Source Sans Pro', sans-serif;
	margin: 5px;
}

.tourdate .locationlink {
	background-color: #989898;
}

.tourdate .ticketlink {
	text-transform: uppercase;
	background-color: #666666;
}

/*
 * 6.0 Blog
 */
.blog {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	cursor: default;
}

.blog > .row:nth-child(odd) {
	background-color: #F5F5F5;
}

.blog-post {
	margin: 50px auto;
	max-width: 900px;
}

.blog .post-image {
	width: 100%;
	margin: 0px 0px 30px 0px
}

.blog .post-image img {
	width: 100%;
}

.blog h2 {
	font-family: 'Montserrat', sans-serif;
	font-size: 32px;
	color: #4D4D4D;
}

.blog .meta {
	font-size: 14px;
	color: #CBCBCB;
}

/*
 * 7.0 Discography
 */
.album-item {
	clear: none!important;
}
.discography {
}

.discography ul {
	padding: 0px;
	margin: 0px;
	background-color: #000000;
}
.discography ul li {
	padding: 0px;
	margin: 0px;
}

.discography ul li:hover {
	border: 5px solid #f1f1f1;
	transform: scale(1.4);
	-webkit-box-shadow: 0px 1px 20px 5px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 1px 20px 5px rgba(0,0,0,0.4);
	box-shadow: 0px 1px 20px 5px rgba(0,0,0,0.4);
	opacity: 1!important;
	z-index: 1;
}

.discography:hover ul li {
    opacity: .7;
}

.discography ul li {
	transition: all .2s ease-in-out;
	height: 100%;
	background-size: cover;
}

.discography ul li img {
	opacity: 0;
	width: 100%;
}

/*
 * 8.0 Pagination
 */

.pgnation {
	background-size: 100%;
	background-repeat: repeat;
	padding: 10px 0px;
}

.page-numbers {
	text-transform: uppercase;
	display: inline-block;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	/* use padding and font-size to change buttons size */
	padding: .6em .8em;
	font-size: 1em;
	color: #333333;
	font-family: Montserrat;
}

.page-numbers.current {
	/* selected number */
	color: #000000;
	pointer-events: none;
}

.page-numbers:hover {
	color: #000000;
}

/*
 * 9.0 Blog Archive
 */
.blog-archive ul {
	border-top: 1px solid #333;
	list-style: none;
	margin: 10px 0px;
	padding: 10px 0px;
}

.blog-archive a {
	font-size: 2em;
}

.blog-archive ul a {
	font-size: 1em;
}	
