.markdown {
	--margin-size: 40px;
}
.markdown p {
	padding-bottom: var(--margin-size);	
}


.markdown h3,
.markdown h2 {
	color: var(--title-color);
	font-size: 24px;
	line-height: 40px;
	padding: 0 0 10px 0;	
	padding: 10px 0 10px 0;	
	font-weight: 700;
}
.markdown h3 {
	font-weight: 500;	
}
.markdown a {
	color: var(--red);
	text-decoration: none;
	font-weight: 500;
}
.markdown a:hover {
	text-decoration: underline;	
}
.markdown .button {
	vertical-align: baseline;	
}
.markdown .button:hover {
	text-decoration: none;
}



.embedbanner {
	padding-bottom: var(--margin-size);	
}
.embedbanner .wrap {
	padding: var(--margin-size);
	background: var(--yellow);
	border-radius: 2px;
}
.embedbanner p {
	padding-bottom: 20px;	
}
.embedbanner .img {
	width: 128px;
	overflow: hidden;
	border-radius: 2px;
	margin-right: 40px;
	float: left;	
}
a.img:hover {
	opacity: 0.8;
}

.markdown ol,
.markdown ul {
	margin: 0;
	padding-bottom: var(--margin-size);	
}

.markdown hr {
	clear: both;
	display: block;
	border: none;
	height: 0;
	border-top: 1px solid var(--gray);
	padding-bottom: var(--margin-size);

}


.markdown blockquote {
	border-left: 2px solid var(--red);
	margin: 0 0 2em 0;
	padding: 1em 2em 0;
	color:  var(--red);
	font-size: 23px;
	line-height: 40px;
}
.markdown blockquote p {
	position: relative;
}
.markdown blockquote p:before {
	 content: "“";
	 position: absolute;
	 right: 100%;
	 padding-right: 5px;
}
.markdown blockquote p:after {
	content: "”";
	padding-left: 5px;
}




.markdown .chartholder {
	padding: 0 0 20px 0;	

}
.markdown figure {
	position: relative;	
	overflow: hidden;
	border-radius: 2px;
}
.markdown figcaption {
	color: #FFF;
	font-size: 14px;
	position: absolute;
	bottom: 20px;
	left: 20px;
	text-shadow: 0 0 5px rgba(0,0,0,0.3);
}
.markdown figure img {
	width: 100%;
	height: auto;
}
.markdown figure a {
	display: none;	
}
.smallsquare {
	float: left;
	margin: 0 20px 20px 0;
	position: relative;
	top: 10px;
}
.smallsquare figcaption {
	display: none;	
}

.smallsquare + p {
	margin-left: 240px;
}	

@media (max-width: 799px) {
	.smallsquare {
		width: 120px;
		height: 120px;
		margin: 0 10px 10px 0;
	}
	.smallsquare + p {
		margin-left: 150px;
	}
}	

}

.requirements .t4, .preparation .t4 , #tip .t4 {
	margin-bottom: 20px;
}	

/** recipe page sections */
#eventdata,
.requirements {
	margin-bottom: 40px;
	padding: 40px 30px 0 30px;
	background: #FAFAFA;
	border-radius: 2px;
}
.requirements ul, .requirements ol {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
	counter-reset: reqlist;
}
.requirements li {
	border-top: 1px solid rgba(0,0,0,0.1);
	line-height: 24px;
	position: relative;
	padding: 20px 0 20px 40px;	
}
.requirements li:before {
	content: "";
	display: block;
	background: rgba(255,0,0, 0.1);
	width: 24px;
	height: 24px;
	border-radius: 12px;
	position: absolute;
	left: 0;
	top: 20px;
}
.requirements ol li:before {
	counter-increment: reqlist;
	content: counter(reqlist);
	text-align: center;
	font-size: 12px;
	line-height: 24px;
}
.requirements ul li:after {
	content: "";
	display: block;
	width: 4px;
	height: 8px;
	border: 2px solid var(--red);
	border-width: 0 2px 2px 0;
	position: absolute;
	left: 9px;
	top: 26px;
	transform: rotate(45deg);	
}
.result {
	margin-bottom: 0px;	
}

.preparation ul, .preparation ol {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
	counter-reset: reqlist;
	border-top: 1px solid var(--gray);
}

.preparation li {
	border-bottom: 1px solid var(--gray);
	line-height: 24px;
	position: relative;
	padding: 20px 0 20px 60px;
	background: url("img/pink_leaf.svg") 20px center no-repeat;
	background-size: 24px auto;
}


#tip {
	padding: 40px 30px 0 30px;
	background: var(--red);
	color: #FFF;
	--title-color: #FFF;
	padding-top: 40px;
	border-radius: 2px;
}

@media (max-width: 799px) {
	
	
	.requirements,
	#tip {
		padding: 30px 30px 0 30px;
	}
	.markdown {
		--margin-size: 30px;
	}
	
	.markdown h3,
	.markdown h2 {
		font-size: 20px;
		line-height: 40px;
	}
}

@media (max-width: 560px) {
	
	.requirements,
	#tip {
		margin-left: -10px;	
		margin-right: -10px;		
	}	
}


li.location_menubox {
	padding-bottom: 10px;
}
.location_menubox a {
	display: block;
	color: #829A9F;
	background: #F5F9F9;
	border-radius: 2px;
	display: flex;
	align-items: center;
	padding: 20px;
}
.location_menubox h4 {
	color: var(--title-color);
	font-weight: bold;
	line-height: 20px;
	margin-bottom: 5px;	
}
.location_menubox .banner {
	width: 80px;
	margin: 0 20px 0 0;	
}
.location_menubox .body {
	line-height: 20px;	
}