html {
	box-sizing: border-box
}

*, *::after, *::before {
	box-sizing: inherit
}

.header {
	height: 380px
}

@media screen and (max-width: 700px) {
	.header {
		height: 140px
	}
}

.header-small {
	height: 140px;
	z-index: 2
}

@media screen and (min-width: 1001px) {
	.header-small {
		height: 70px
	}
}

.logo {
	background: url(../images/logo.svg);
	background-repeat: no-repeat;
	text-indent: -9999em;
	width: 284px;
	height: 217px;
	margin: 0 auto
}

@media screen and (max-width: 700px) {
	.logo {
		display: none
	}
}

.forester {
	background: url(../images/forester.svg);
	background-repeat: no-repeat;
	background-size: 207px 188px;
	text-indent: -9999em;
	width: 210px;
	height: 191px;
	position: absolute;
	margin: -87px 0 0 -97px;
	left: 50%;
	z-index: 5
}

@media screen and (max-width: 700px) {
	.forester {
		background-size: 114px 104px;
		width: 114px;
		height: 104px;
		margin: 7px 0 0 -62px;
		left: 70%
	}
}

.forester-small {
	background-size: 114px 104px;
	width: 114px;
	height: 104px;
	margin: 7px 0 0 -62px
}

.festival-date {
	/*background:url(../images/festival_date.svg);background-repeat:no-repeat;text-indent:-9999em;*/
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 4px;
	color: #D9C874;
	width: 190px;
	height: 58px;
	position: absolute;
	left: 60px;
	top: 150px;
	font-size: 20px;
	line-height: 1em;
	overflow-wrap: normal;
}

.festival-date span {
	line-height: 1em;
	font-family: "clarendon-text-pro", "Helvetica Neue", "Helvetica",
		"Roboto", "Arial", sans-serif;
	letter-spacing: 0;
	display: block;
	font-size: 42px;
}

@media screen and (min-width: 701px) and (max-width: 1000px) {
	.festival-date {
		background-size: 138px 44px;
		width: 150px;
		height: 44px;
		left: 0;
		top: 215px;
		font-size: 15px;
		letter-spacing: 0;
	}
	.festival-date span {
		font-size: 2.2em;
	}
}

.festival-venue {
	background: url(../images/festival_venue.svg);
	background-repeat: no-repeat;
	text-indent: -9999em;
	width: 203px;
	height: 61px;
	position: absolute;
	right: 40px;
	top: 150px
}

@media screen and (min-width: 701px) and (max-width: 1000px) {
	.festival-venue {
		background-size: 153px 47px;
		width: 153px;
		height: 47px;
		right: 0;
		top: 215px
	}
}

@media screen and (max-width: 700px) {
	.festival-date, .festival-venue {
		display: none
	}
}

.navi, .navi-toggle {
	font-family: "clarendon-text-pro", "Helvetica Neue", "Helvetica",
		"Roboto", "Arial", sans-serif;
	font-size: 0.875em;
	line-height: 2.5em;
	text-transform: uppercase;
	letter-spacing: 1px
}

.navi ul {
	list-style: none;
	margin: 0;
	padding: 0
}

@media screen and (min-width: 701px) {
	.navi ul {
		position: absolute;
		top: 18px;
		width: 320px
	}
	.navi ul.navi-left {
		left: 0
	}
	.navi ul.navi-right {
		right: 0;
		text-align: right
	}
}

@media screen and (max-width: 700px) {
	.navi ul {
		text-align: center
	}
}

@media screen and (min-width: 1001px) {
	.navi li {
		display: inline-block
	}
	.navi li+li {
		margin-left: 17px
	}
}

.navi a {
	color: #fff;
	text-decoration: none
}

.navi a:hover {
	background-color: #fff;
	color: #1D4929
}

@media screen and (max-width: 700px) {
	.navi {
		position: absolute;
		left: -10px;
		right: -10px;
		height: 1100px;
		padding-top: 130px;
		background-color: #1D4929;
		z-index: 3;
		font-size: 1.25em;
		line-height: 1.75em;
		-webkit-transform: translateY(-1100px);
		-moz-transform: translateY(-1100px);
		-ms-transform: translateY(-1100px);
		-o-transform: translateY(-1100px);
		transform: translateY(-1100px);
		-webkit-transition: all 0.3s cubic-bezier(0, 0.9, 0.6, 1);
		-moz-transition: all 0.3s cubic-bezier(0, 0.9, 0.6, 1);
		transition: all 0.3s cubic-bezier(0, 0.9, 0.6, 1);
		opacity: 0
	}
	.navi.visible {
		-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
		-ms-transform: translateY(0px);
		-o-transform: translateY(0px);
		transform: translateY(0px);
		opacity: 1;
		z-index: 3;
	}
}

.navi-toggle {
	position: absolute;
	top: 35px;
	z-index: 3
}

@media screen and (min-width: 701px) {
	.navi-toggle {
		display: none
	}
}

#trees-left, #trees-right {
	position: fixed;
	top: 0;
	z-index: 10
}

#trees-left img, #trees-right img {
	display: block;
	height: 1024px;
	width: auto
}

@media screen and (min-height: 1025px) and (max-height: 1200px) {
	#trees-left img, #trees-right img {
		height: 1200px
	}
}

@media screen and (min-height: 1201px) {
	#trees-left img, #trees-right img {
		height: 1440px
	}
}

#trees-left {
	right: 50%;
	margin-right: 480px
}

@media screen and (min-width: 701px) and (max-width: 1000px) {
	#trees-left {
		margin-right: 320px
	}
}

@media screen and (max-width: 700px) {
	#trees-left {
		margin-right: 150px
	}
}

#trees-right {
	left: 50%;
	margin-left: 480px
}

@media screen and (min-width: 701px) and (max-width: 1000px) {
	#trees-right {
		margin-left: 320px
	}
}

@media screen and (max-width: 700px) {
	#trees-right {
		margin-left: 150px
	}
}

#sponsors, #footer {
	margin: 0 auto
}

@media screen and (min-width: 1001px) {
	#sponsors, #footer {
		max-width: 1040px
	}
}

@media screen and (min-width: 701px) and (max-width: 1000px) {
	#sponsors, #footer {
		max-width: 700px
	}
}

@media screen and (max-width: 700px) {
	#sponsors, #footer {
		max-width: 360px
	}
}

#sponsors ul, #footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: calc(100% + 40px):text-align:center;
}

#sponsors ul::after, #footer ul::after {
	clear: both;
	content: "";
	display: table
}

#sponsors li, #footer li {
	float: left
}

#sponsors {
	background-image: url(../images/sponsors_backer.svg);
	background-position: top center;
	background-repeat: no-repeat;
	padding: 60px 0 0 0;
	margin-top: 60px
}

#sponsors li {
	margin-right: 40px;
	margin-bottom: 20px;
	min-height: 70px
}

#sponsors img {
	display: block;
	height: auto;
	max-width: 100%;
}

#footer {
	background-color: #fff;
	padding: 0 0 20px 0
}

#footer li {
	margin-right: 20px
}

#footer a {
	color: #2D2020;
	text-decoration: none;
	line-height: 2.75em
}

#footer a:hover {
	text-decoration: underline
}

a.sponsor {
	float: left;
	margin-right: 40px
}

.swiper-container {
	position: relative;
	overflow: hidden;
	z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
	float: left
}

.swiper-container-vertical>.swiper-wrapper {
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
	-webkit-transform: translate3d(0px, 0, 0);
	-moz-transform: translate3d(0px, 0, 0);
	-o-transform: translate(0px, 0px);
	-ms-transform: translate3d(0px, 0, 0);
	transform: translate3d(0px, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto
}

.swiper-slide {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-flex-shrink: 0;
	-ms-flex: 0 0 auto;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative
}

.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000
}

.swiper-wp8-horizontal {
	-ms-touch-action: pan-y;
	touch-action: pan-y
}

.swiper-wp8-vertical {
	-ms-touch-action: pan-x;
	touch-action: pan-x
}

.swiper-button-prev, .swiper-button-next {
	position: absolute;
	top: 50%;
	width: 26px;
	height: 44px;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	background-size: 26px 44px;
	background-position: center;
	background-repeat: no-repeat
}

@media screen and (max-width: 700px) {
	.swiper-button-prev, .swiper-button-next {
		display: none
	}
}

.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled
	{
	opacity: 0.2;
	cursor: auto;
	pointer-events: none
}

.swiper-button-prev {
	background-image: url(../images/swiper_button_prev.svg);
	left: 118px;
	right: auto
}

.swiper-button-next {
	background-image: url(../images/swiper_button_next.svg);
	right: 118px;
	left: auto
}

.swiper-container {
	margin: 40px 0
}

@media screen and (min-width: 1001px) {
	.swiper-container {
		width: 1020px;
		margin-left: -50px
	}
}

@media screen and (min-width: 701px) and (max-width: 1000px) {
	.swiper-container {
		width: 700px;
		margin-left: -50px
	}
}

@media screen and (max-width: 700px) {
	.swiper-container {
		width: 320px;
		margin-left: -20px
	}
}

.swiper-slide {
	width: auto;
	opacity: 0.2;
	-webkit-transition: opacity 0.2s ease;
	-moz-transition: opacity 0.2s ease;
	transition: opacity 0.2s ease
}

.swiper-slide img {
	display: block;
	height: auto;
	width: auto;
	max-width: 600px;
	max-height: 400px;
	opacity: 0;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition: opacity 0.5s linear;
	-moz-transition: opacity 0.5s linear;
	transition: opacity 0.5s linear
}

.swiper-slide img.swiper-lazy-loaded {
	opacity: 1
}

@media screen and (max-width: 700px) {
	.swiper-slide {
		max-width: 280px
	}
	.swiper-slide img {
		max-width: 280px;
		max-height: 186.66667px
	}
}

.swiper-slide-active {
	opacity: 1
}

body {
	background-color: #1D4929;
	background-image: url(../images/background.svg);
	background-attachment: fixed;
	background-repeat: repeat-x;
	color: #fff;
	font-family: "franklin-gothic-urw", "Helvetica Neue", "Helvetica",
		"Roboto", "Arial", sans-serif;
	font-size: 1em;
	line-height: 1.3125em
}

body.noscroll {
	overflow: hidden;
	position: fixed;
	width: 100%
}

::-moz-selection {
	background-color: #2D2020
}

::selection {
	background-color: #2D2020
}

h1, h2 {
	color: #fff;
	font-family: "clarendon-text-pro", "Helvetica Neue", "Helvetica",
		"Roboto", "Arial", sans-serif;
	line-height: 1em;
	letter-spacing: 1px
}

h1 {
	font-size: 4.5em;
	font-weight: 700;
	margin: 0;
	text-align: center
}

@media screen and (min-width: 701px) and (max-width: 1000px) {
	h1 {
		font-size: 3em
	}
}

@media screen and (max-width: 700px) {
	h1 {
		font-size: 1.5em
	}
}

h2 {
	font-size: 1.5em
}

h3 {
	font-size: 1.1875em
}

.content h2 {
	text-align: center;
	text-transform: uppercase
}

.title-article {
	text-transform: uppercase
}

.center {
	text-align: center
}

.container {
	position: relative;
	margin: 0 auto;
	overflow-wrap: break-word;
	width: 920px
}

@media screen and (min-width: 701px) and (max-width: 1000px) {
	.container {
		width: 600px
	}
}

@media screen and (max-width: 700px) {
	.container {
		width: 280px
	}
}

.hero {
	position: relative
}

.hero .featured-image {
	display: block;
	position: relative;
	width: 100%
}

.hero .featured-image-darken {
	background-color: transparent;
	background-image: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.4));
	background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.4));
	width: 100%;
	height: 140px;
	margin-top: -140px;
	position: relative;
	z-index: 1
}

.hero .title-article {
	margin-top: 1em
}

.hero .featured-image-title {
	margin-top: -0.45em;
	position: relative;
	z-index: 2
}

@media screen and (max-width: 700px) {
	.hero .featured-image-title {
		margin-top: -0.6em
	}
}

.grid-item {
	width: 280px;
	margin-bottom: 30px
}

.band-teaser {
	position: relative;
	height: 160px
}

.band-teaser .featured-image {
	display: block;
	position: relative;
	width: 100%
}

.band-teaser .featured-image-darken {
	background-color: transparent;
	background-image: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.5));
	background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.5));
	width: 100%;
	height: 100px;
	margin-top: -100px;
	position: relative;
	z-index: 1
}

.band-teaser h2 {
	text-align: center;
	position: absolute;
	bottom: 0;
	width: 100%;
	z-index: 2
}

@media screen and (min-width: 701px) {
	.content h2, .content h3, .content p, .content ol, .content ul {
		margin: 1em auto;
		width: 440px
	}
}

a {
	color: #fff;
	font-weight: 700;
	text-decoration: underline
}

a:hover {
	background-color: #fff;
	color: #1D4929
}

.donation-form {
	background: transparent
		url("https://www.betterplace.org/assets/new_spinner.gif") 200px 15px
		no-repeat;
	max-width: 600px;
	margin: 0 auto
}

.embed {
	position: relative;
	margin: 1em auto
}

@media screen and (min-width: 701px) {
	.embed {
		width: 600px
	}
}

@media screen and (max-width: 700px) {
	.embed {
		width: 280px
	}
}

.embed iframe {
	border: 0;
	width: 100%
}

@media screen and (min-width: 701px) {
	.embed.video {
		height: 337.5px
	}
}

@media screen and (max-width: 700px) {
	.embed.video {
		height: 157.5px
	}
}

.embed.video iframe {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%
}

.inline-two {
	display: inline-block
}

.inline-two:nth-child(odd) {
	margin-right: 20px;
	margin-bottom: 20px
}

.shop-wrapper {
	max-width: 600px;
	margin: 0 auto
}

.shop-item {
	position: relative;
	margin-bottom: 60px
}

@media screen and (min-width: 600px) {
	.shop-item {
		min-height: 240px;
		padding-bottom: 61px
	}
}

.shop-item-image {
	width: 120px;
	height: auto;
	float: left
}

@media screen and (max-width: 599px) {
	.shop-item-image {
		width: 80px
	}
}

.shop-item-headline {
	margin: 0 0 1em 160px;
	text-transform: uppercase;
	letter-spacing: 2px
}

@media screen and (max-width: 599px) {
	.shop-item-headline {
		font-size: 1em;
		margin-left: 100px
	}
}

.shop-item-description {
	margin-left: 160px
}

@media screen and (max-width: 599px) {
	.shop-item-description {
		margin-left: 100px
	}
}

.shop-item-price, .shop-item-amount {
	clear: left
}

@media screen and (min-width: 600px) {
	.shop-item-price, .shop-item-amount {
		position: absolute;
		bottom: 0
	}
}

@media screen and (min-width: 600px) {
	.shop-item-price .label, .shop-item-amount .label {
		margin-bottom: 10px
	}
}

.shop-item-price .value, .shop-item-amount .value {
	font-family: "clarendon-text-pro", "Helvetica Neue", "Helvetica",
		"Roboto", "Arial", sans-serif;
	font-size: 1.5em;
	line-height: 41px
}

@media screen and (max-width: 599px) {
	.shop-item-price .value, .shop-item-amount .value {
		font-size: 1.25em
	}
}

.shop-item-price {
	padding-top: 20px
}

@media screen and (min-width: 600px) {
	.shop-item-price {
		left: 160px
	}
}

@media screen and (min-width: 600px) {
	.shop-item-amount {
		left: 320px
	}
}

.shop-item-checkout-inputs {
	position: absolute;
	bottom: 0;
	right: 0
}

.shop-item-checkout-inputs .form-inline {
	float: left
}

.shop-item-checkout-inputs .form-inline+.form-inline {
	margin-left: 15px
}

.shop-item-inputs {
	margin-top: 20px
}

.shop-item-inputs::after {
	clear: both;
	content: "";
	display: table
}

@media screen and (min-width: 701px) {
	.shop-item-inputs {
		position: absolute;
		bottom: 0;
		left: 160px
	}
}

.input-group {
	margin: 20px 0;
	clear: left
}

.input-wrapper {
	float: left;
	position: relative;
	margin-left: 15px;
	margin-top: 20px
}

.input-wrapper:first-child {
	margin-left: 0
}

@media screen and (max-width: 700px) {
	.input-wrapper:nth-child(2) {
		margin-left: 0
	}
}

.label-group {
	margin-top: 40px
}

.label-group h3 {
	width: 100%
}

.button {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	background-color: #D9C874;
	border: 0;
	border-radius: 3px;
	color: #1D4929;
	font-weight: bold;
	line-height: 41px;
	padding: 0 15px;
	outline: none
}

a.button {
	display: inline-block;
	text-decoration: none
}

a.button:hover {
	background-color: #D9C874
}

.button-plus {
	background-image: url(../images/button_plus.svg);
	text-indent: -9999em;
	width: 41px
}

.button-minus {
	background-image: url(../images/button_minus.svg);
	text-indent: -9999em;
	width: 41px
}

.button-delete {
	background-image: url(../images/button_delete.svg);
	text-indent: -9999em;
	width: 41px
}

@media screen and (min-width: 600px) {
	.button-submit {
		margin-left: 160px
	}
}

.storefront_placeorder .button-submit {
	margin-left: 0
}

.label {
	line-height: 41px
}

@media screen and (min-width: 600px) {
	.label {
		float: left;
		width: 160px
	}
}

@media screen and (max-width: 599px) {
	.label {
		display: block;
		width: 100%
	}
}

.input, .dropdown, input[type="text"], input[type="number"], select {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	background-color: #fff;
	border: 0;
	border-radius: 3px;
	color: #1D4929;
	line-height: 41px;
	padding: 0 15px;
	outline: none;
	font-weight: bold
}

.input.invalid, .dropdown.invalid, input[type="text"].invalid, input[type="number"].invalid,
	select.invalid {
	color: #DC3E2A
}

.input {
	width: 440px
}

@media screen and (max-width: 599px) {
	.input {
		width: 100%
	}
}

.dropdown-wrapper {
	display: inline-block;
	position: relative
}

.dropdown-wrapper select {
	border: none;
	cursor: pointer;
	font-weight: bold;
	padding: 0 40px 0 15px;
	width: 100%;
	height: 41px;
	float: none
}

.dropdown-wrapper input {
	float: none;
	width: 100%
}

.input-group .dropdown-wrapper {
	width: 440px
}

@media screen and (max-width: 599px) {
	.input-group .dropdown-wrapper {
		width: 100%
	}
}

.dropdown-arrow {
	background: url(../images/dropdown_arrow.svg) #fff;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: inline-block;
	right: 15px;
	top: 3px;
	text-indent: -9999em;
	height: 35px;
	width: 9px;
	pointer-events: none;
	position: absolute
}

.input-custom-price input {
	padding-right: 60px
}

@media screen and (min-width: 701px) {
	.input-custom-price input {
		width: 140px
	}
}

.input-custom-price .custom-price-currency {
	background-color: #FFF;
	border-radius: 0 3px 3px 0;
	color: #1D4929;
	display: inline-block;
	font-weight: bold;
	position: absolute;
	right: 15px;
	top: 0;
	line-height: 41px
}

label.invalid {
	color: #DC3E2A;
	display: block;
	margin-top: 5px
}

@media screen and (min-width: 600px) {
	label.invalid {
		margin-left: 160px
	}
}

.dropdown-wrapper label.invalid, .label-checkbox+label.invalid {
	margin-left: 0
}

.shop-items-summary {
	border-top: 2px solid #D9C874
}

.shop-item+.shop-items-summary {
	margin-top: -25px;
	margin-bottom: -5px
}

.label-input+.text {
	font-family: "clarendon-text-pro", "Helvetica Neue", "Helvetica",
		"Roboto", "Arial", sans-serif;
	font-size: 1.5em;
	line-height: 41px
}

.label-checkbox, .label-radio {
	cursor: pointer;
	display: block;
	padding-left: 30px;
	position: relative
}

.checkbox, .radio {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	background-color: #fff;
	width: 21px;
	height: 21px;
	top: 0;
	left: 0;
	position: absolute;
	outline: none
}

.checkbox {
	border-radius: 3px
}

.checkbox:checked {
	background: url(../images/checkmark.svg)
}

.radio {
	border-radius: 50%
}

.radio:checked {
	background: url(../images/radiomark.svg)
}

.label-radio span.left {
	display: inline-block;
	float: left;
	width: 130px
}

.label-radio span.right {
	display: inline-block
}

.navigation {
	height: 41px;
	position: relative;
	margin-bottom: 40px
}

@media screen and (min-width: 600px) {
	.account-link {
		position: absolute;
		right: 0;
		width: 80px
	}
}

.account-link .button {
	display: block;
	line-height: 41px;
	text-align: center;
	text-decoration: none
}

.account-link .button:hover {
	background-color: #D9C874
}

.checkout, .message {
	border: 2px solid #D9C874;
	border-radius: 3px;
	color: #D9C874;
	padding: 0 15px;
	margin-bottom: 40px;
	position: relative;
	line-height: 37px
}

.message.error {
	border-color: #DC3E2A;
	color: #DC3E2A
}

.checkout-button {
	background: url(../img/checkout_button.svg);
	color: #1D4929;
	font-weight: bold;
	display: inline-block;
	line-height: 37px;
	padding: 0 20px 0 30px;
	text-decoration: none;
	position: absolute;
	right: 0
}

.checkout-button:hover {
	background-color: transparent
}

@media screen and (max-width: 599px) {
	.hide-mobile {
		display: none
	}
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0
}

form.storefront_initcheckout {
	display: none
}

fieldset .company, fieldset .alternativedelivery, fieldset .comment,
	fieldset .birthday, fieldset .phone, fieldset .newsletter {
	display: none
}

.lostpassword-wrapper {
	line-height: 41px;
	margin-left: 90px;
	margin-top: -61px;
	margin-bottom: 40px
}

@media screen and (min-width: 600px) {
	.lostpassword-wrapper {
		margin-left: 250px
	}
}

.accordeon {
	border-top: 2px solid #D9C874;
	margin-top: 20px
}

.accordeon-headline {
	padding-left: 35px;
	position: relative;
	cursor: pointer;
	text-decoration: underline
}

.accordeon-headline:hover {
	text-decoration: none
}

.accordeon-headline::before {
	background-image: url(../img/accordeon_arrow_open.svg);
	background-repeat: no-repeat;
	background-size: 25px 25px;
	content: "";
	width: 25px;
	height: 25px;
	position: absolute;
	left: 0;
	top: -2px
}

.accordeon-active .accordeon-headline::before {
	background-image: url(../img/accordeon_arrow_close.svg)
}

.account-order-tile+.account-order-tile {
	border-top: 2px solid #D9C874;
	padding-top: 20px
}

.account-order-details::after {
	clear: both;
	content: "";
	display: table
}

.account-order-detail {
	float: left;
	margin-bottom: 20px;
	width: 50%
}

@media screen and (min-width: 600px) {
	.account-order-detail {
		width: 20%
	}
	.account-order-detail:nth-child(4) {
		width: 40%
	}
}

.account-order-detail-label {
	display: block
}

.account-order-detail-value {
	display: block;
	font-weight: bold
}

ol.account-order-tickets {
	padding-left: 0;
	margin: 0
}

@media screen and (min-width: 600px) {
	ol.account-order-tickets {
		padding-left: 16%
	}
}

li.account-order-ticket {
	padding-left: 0
}

@media screen and (min-width: 600px) {
	li.account-order-ticket {
		padding-left: 4%
	}
}

li.account-order-ticket .account-order-ticket-headline {
	text-transform: uppercase
}

li.account-order-ticket input[type="text"] {
	float: left;
	margin-right: 20px;
	width: calc(50% - 20px)
}

ul.shop-menu {
	list-style: none;
	border: 2px solid #D9C874;
	border-radius: 3px;
	width: 100%;
	display: flex;
	padding: 0;
	margin: 20px 0
}

ul.shop-menu .menu-item {
	flex: auto;
	text-align: center
}

ul.shop-menu .menu-item a {
	color: #D9C874;
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
	text-decoration: none
}

ul.shop-menu .menu-item a:hover, ul.shop-menu .menu-item.current-menu-item a
	{
	background-color: #D9C874;
	color: #1D4929
}

#footer ul {
	text-align: center
}

#footer ul li {
	float: none;
	display: inline;
}

#footer ul li#menu-item-518 {
	display: block;
	text-align: center;
}

@media screen and (max-width: 1000px) {
	#footer ul li {
		display: block;
	}
}

.bp-overlay-button {
    font-size: 32px !important;
    margin-right: 10px !important;
}