#wrap {
	margin: 30px 20px;
	font-family: 'Montserrat', Arial, sans-serif;
	background-color:#232728;
	text-align:center;
}
.backlink-header {
  position: absolute;
  right: 30px;
}
.backlink::before {
  content: '';
  width: 15px;
  height: 15px;
  border-left: 1px solid #fff;
  display: block;
  position: absolute;
  margin-left: -24px;
  transform: rotate(45deg);
  border-bottom: 1px solid #fff;
}
h1{font-size:2.7em;color:#568d6a}
h2{font-size:2em}
h3{font-size: 1.4em;margin-bottom:10px;font-weight:normal}
h1, h2 {margin-top:0;font-family: 'Unkempt';text-transform: uppercase}
a {color:#72bc8c;text-decoration:none;display:inline-block}
a:hover {color:#ad8aa3}
img{max-width:100%;height:auto}
#skip-link {
    position: absolute;
    top: -40px;
    left: 0;
    background: #000;
    color: #fff;
    padding: 8px;
    z-index: 100;
}
#skip-link:focus {left: 0;top: 0;padding: 12px;border: 3px solid #900}
.content p {max-width: 400px;margin: 0 auto 40px;font-size: 1.2em}
#burger, a {-webkit-tap-highlight-color: rgba(255, 255, 255, 0)}
#burger {
	position: fixed;
	top: 20px;
	right: 20px;
	cursor: pointer;
	z-index:20;
    width: 95px;
    height: 50px;
}
#burger-icon {
	transition: .3s ease-in;
	width: 25px;
	position: relative;
	top: 9px;
}
.nav-opened #burger-icon {transform:rotate(45deg)}
.nav-opened #nav{transform:translateY(0)}
#nav-text {
	transition: opacity 0.5s ease-in-out;
	font-family: 'Montserrat', Arial, sans-serif;
	color: #fff;
	background: transparent;
	border: none;
	cursor: pointer;
	top: 3px;
    position: relative;
}
.hide-nav {opacity:0}
#nav-toggle, .hide {display: none}
#nav {
	font-family: 'Unkempt';
	font-size:4em;
	display:flex;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #ad8aa3;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	transform: translateY(-100%);
	transition: transform 0.5s ease-in-out;
}
#nav a {
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	display:block;
	transition: .3s ease-in;
}
#nav a:hover {
	color:#000;
	font-size: 1.4em;
}
.nav-left-effect:hover {
	transform: rotate(10deg);
}
.nav-right-effect:hover {
	transform: rotate(-10deg);
}
#main {
	background-color:#fff;
	padding:50px 20px;
	margin: 0 auto 30px;
	max-width: 800px;
}
#info {
	border: 5px solid #72bc8c;
	margin: 20px auto;
	max-width: 450px;
	padding:30px;
	color: #fff;
}
address {
	font-style: normal;
}
footer {
	padding: 20px;
	color: #fff;
}
footer nav {
  margin-bottom: 40px;
}
footer svg {
	width: 50px;
	height: 50px;
}
.btn {
    display: inline-block;
    background-color: #000;
    padding: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    border: 5px solid #72bc8c;
}
.vegan {
  background-image: url(img/veganes-ersatzprodukt.svg);
  vertical-align: bottom;
  background-size: 20px;
  background-position: right;
  padding-right: 22px;
  background-repeat: no-repeat;
}
.item p {
  max-width: 427px;
}
@media all and (max-width:480px) {
	#content-home h1 {
	  height: 140px;
	  margin-bottom: 0;
	}
	
	#content-home h2 {
		height: 82px;
	}
}