@charset "UTF-8";
/* CSS Document */

/* amaranth-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Amaranth';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/amaranth-v18-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* amaranth-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Amaranth';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/amaranth-v18-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* inter-tight-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter Tight';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/inter-tight-v7-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-tight-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter Tight';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/inter-tight-v7-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-tight-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter Tight';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/inter-tight-v7-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-tight-700italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter Tight';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/inter-tight-v7-latin-700italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

html{
	width:100%
}

body{
	margin:0;
	padding:0;
	background-image: url("../bilder/background-pattern.jpg");
	background-size: 30%;
	background-attachment: fixed;
}

#wrapper{
	margin: 0 5%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#header{
	position: relative;
	height: 100vh;
	z-index: 90;
}

.intro{
	display: flex;
	align-items: center;
	flex-direction: column;
}

.intro-top{
	height: 85%;
	display: flex;
	align-items: center;
}

.intro-mid{
	height: 10%;
	display: flex;
	align-items: center;
}

.intro-btm{
	display: block;
	content: "";
	position: absolute;
	height: 5%;
	left: 0;
	width: 100%;
	bottom: 0;
	background-color: #889829;
}

.logo{
	width: 30vw;
}	

.logo img{
	width:100%;	
}


@-webkit-keyframes ani-mouse {
	0% {
	opacity: 1;
	top: 29%;
	}
	15% {
	opacity: 1;
	top: 50%;
	}
	50% {
	opacity: 0;
	top: 50%;
	}
	100% {
	opacity: 0;
	top: 29%;
	}
}
@-moz-keyframes ani-mouse {
	0% {
	opacity: 1;
	top: 29%;
	}
	15% {
	opacity: 1;
	top: 50%;
	}
	50% {
	opacity: 0;
	top: 50%;
	}
	100% {
	opacity: 0;
	top: 29%;
	}
}
@keyframes ani-mouse {
	0% {
	opacity: 1;
	top: 29%;
	}
	15% {
	opacity: 1;
	top: 50%;
	}
	50% {
	opacity: 0;
	top: 50%;
	}
	100% {
	opacity: 0;
	top: 29%;
	}
}
 .scroll-btn {
	display: block;
	left: 0;
	right: 0;
	text-align: center;
}
.scroll-btn > * {
	display: inline-block;
	line-height: 18px;
	font-size: 13px;
	font-weight: normal;
	color: #c4bdac;
	color: #54514d;
	font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: 2px;
}
.scroll-btn > *:hover,
.scroll-btn > *:focus,
.scroll-btn > *.active {
	color: #54514d;
}
.scroll-btn > *:hover,
.scroll-btn > *:focus,
.scroll-btn > *:active,
.scroll-btn > *.active {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.scroll-btn .mouse {
	position: relative;
	display: block;
	width: 35px;
	height: 55px;
	margin: 0 auto 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 3px solid #54514d;
	border-radius: 23px;
}
.scroll-btn .mouse > * {
	position: absolute;
	display: block;
	top: 29%;
	left: 50%;
	width: 8px;
	height: 8px;
	margin: -4px 0 0 -4px;
	background: #54514d;
	border-radius: 50%;
	-webkit-animation: ani-mouse 2.5s linear infinite;
	-moz-animation: ani-mouse 2.5s linear infinite;
	animation: ani-mouse 2.5s linear infinite;
}

#main {
	position: relative;
}

#impressum{
	padding-top: 5rem;
}

#footer{
	position: relative;
	padding-top: 2.5rem;
}

.block{
	overflow: hidden;
}

.inside{
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

.box-light-green{
	background-color: #889829;
	padding: 6.25rem 0;
}

.box-sand{
	background-color: #c4bdac;
	padding: 6.25rem 0;
}

.box-apricot{
	background-color: #ea403d;
	padding: 2rem 0;
}

.badge img{
	width: 80%;	
}

.clear{
	clear: both;
}

.top100{
	margin-top: 6.25rem;
}

.top50{
	margin-top: 3.125rem;
}

.bottom100{
	margin-bottom: 6.25rem;
}

.bottom50{
	margin-bottom: 3.125rem;
}

/**************************
 * 960° Grid
 **************************/
*[class*="grid"]{float:left;display:inline;margin-right:1.04166667%;margin-left:1.04166667%}
.grid1{width:6.25%}
.grid2{width:14.5833333%}
.grid3{width:22.9166667%}
.grid4{width:31.25%}
.grid5{width:39.5833333%}
.grid6{width:47.9166667%}
.grid7{width:56.25%}
.grid8{width:64.5833333%}
.grid9{width:72.9166667%}
.grid10{width:81.25%}
.grid11{width:89.5833333%}
.grid12{width:97.916667%}
.offset1{margin-left:9.375%}
.offset2{margin-left:17.7083333%}
.offset3{margin-left:26.0416667%}
.offset5{margin-left:41.66666%}
.offset6{margin-left:41.66666%}
	
h1{
	font:3.75em/3.5rem 'Amaranth', Verdana, Arial, sans-serif;
	font-weight:700;
	color:#004d23;
	margin:0; 
	padding-bottom:5rem;
}
h2{
	font:2.5em/2.25rem 'Amaranth', Verdana, Arial, sans-serif;
	font-weight:700;
	color:#004d23;
	margin:0; 
	padding-bottom:2.5rem;
	}	

h3{
	font: 1.75rem/2rem 'Inter Tight', Verdana, Arial, sans-serif;
	font-weight: 700;
	color:#000;	
}

h4{
	font: 1.375rem/2rem 'Amaranth', Verdana, Arial, sans-serif;
	font-weight: 700;
	color:#000;	
}

p{
	font-family: 'Inter Tight', Verdana, Arial, sans-serif;
	font-weight:400;
	font-size:100%;
	line-height:1.5em;
	color:#000;	
}

p.big{
	font-family: 'Inter Tight', Verdana, Arial, sans-serif;
	font-size: 1.375rem;
	line-height: 2rem;
	color: #fff;
	font-weight: 400;
	letter-spacing: 1px;
}

p.big-black{
	font-family: 'Inter Tight', Verdana, Arial, sans-serif;
	font-size: 1.375rem;
	line-height: 2rem;
	color: #000;
	font-weight: 400;
	letter-spacing: 1px;	
}

p.big-green{
	font-family: 'Inter Tight', Verdana, Arial, sans-serif;
	font-size: 1.375rem;
	line-height: 2rem;
	color: #004d23;
	font-weight: 400;
	letter-spacing: 1px;	
}

a{
	color:#004d23;
	text-decoration:none;
}

a:hover{
	color:#889829;
}

#vorbestellung a{
	color: #fff;
}

span{
	font-weight: 700;
}

.centered{
	text-align: center;
}

/* Listen */
ul.bilder-galerie{
	display: flex;
	flex-direction: row;
  	flex-wrap: nowrap;
	margin: 0;
	padding: 0;
}

ul.partner,
.social-media-footer ul{
	display: flex;
	flex-direction: row;
  	flex-wrap: wrap;
	justify-content: center;
	margin: 0;
	padding: 0;
}

ul.bilder-galerie > li{
	padding: 0;
	margin: 0;
	list-style-type: none;
}

ul.partner > li{
	margin: 0.5rem;
	list-style-type: none;
	display: flex;
    align-items: center;
    justify-content: center;
}

ul.bilder-galerie > li img{
	width: 100%;
}

ul.partner > li img{
	height: 80%;	
}

/* Social Media */
.meta-footer {
	margin: 3.125rem 0;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	align-content: center;
}

.social-media-footer{
	margin-bottom: 0.5rem;
	position: relative;
	float: left;
	z-index: 3;
	display: inline;
}

li.fb,
li.ig{
	width: 35px;
	list-style-type: none;
	float: left;
	padding: 0 5px;
	cursor: pointer;
	border: none;
}

.facebook a,
.instagram a{
	display: inline-block;
	text-decoration: none;/* safari hack */
}

.facebook:after {
	content: url(../bilder/facebook.svg);
	-webkit-transition: all .2s linear 0s;
	-moz-transition: all .2s linear 0s;
	-o-transition: all .2s linear 0s;
	transition-property: all .2s linear 0s;
}

.facebook:hover:after {
	content: url(../bilder/facebook-hover.svg);
}

.instagram:after {
	content: url(../bilder/instagram.svg);
	-webkit-transition: all .2s linear 0s;
	-moz-transition: all .2s linear 0s;
	-o-transition: all .2s linear 0s;
	transition-property: all .2s linear 0s;
}

.instagram:hover:after {
	content: url(../bilder/instagram-hover.svg);
}

.button {
	padding: 0.75rem 1.5rem;
	border-radius: 50px;
	border: 2px solid #004d23;
	text-decoration: none;
	color: #004d23;
	font-family: 'Inter Tight',Verdana,Arial,sans-serif;
	font-weight: 700;
	z-index: 9;
}

/* Bounce To Bottom */
.hvr-bounce-to-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hvr-bounce-to-bottom:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #004d23;
  border-radius: 50px;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-bounce-to-bottom:hover, .hvr-bounce-to-bottom:focus, .hvr-bounce-to-bottom:active {
  	color: #fff;
	border: 2px solid #004d23;
	border-radius: 50px;
}
.hvr-bounce-to-bottom:hover:before, .hvr-bounce-to-bottom:focus:before, .hvr-bounce-to-bottom:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

/* Hofladen Standorte */

.location{
	margin-top: 10px;
	margin-bottom: 10px;
	position: relative;
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: flex-start;
}

.location-image{
	float: left;
	flex-grow: 1;
	width: 30%;
}

.location-image .image_container{
	height: 100%;
}

.loc-img{
	object-fit: cover;
	height: 100%;
	width: 100%;
}

img{
	display: block;
	max-width: 100%;
}

.location-text{
	display: flex;
	flex-direction: row;
	flex-grow: 2;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 70%;
	float: right;
	padding: 1.5rem 2rem;
	box-sizing: border-box;
	background-color: #fff;
}

.location-text h3{
	width: 100%;
}

.location-text p.adresse,
.location-text p.oeffnungszeiten{
	flex-grow: 1;
	align-content: flex-end;
}

.location-text .route{
	flex-grow: 2;
	align-content: flex-end;
	text-align: right;
	margin: 1em;
}

@media screen and (max-width: 1400px) {
	.inside{
		max-width: 960px;
	}
}

@media screen and (max-width:1200px) {
	.logo{
		width: 40vw;
	}
	
	ul.bilder-galerie{
  		flex-wrap: wrap;
	}
	
	ul.bilder-galerie > li{
		width: 33.333%;
	}
	
	.grid7{
		width:97.916667%;
	}
}

@media screen and (max-width:1024px) {
	body{
		background-size: 40%;
	}
	
	#wrapper{
		margin: 0;
	}
	
	.inside{
		padding: 0 5%;
	}
}

@media screen and (max-width:800px) {
	.logo{
		width: 50vw;
	}
}

@media screen and (max-width:600px) {
	*[class*="grid"] {float:none !important;display:block !important;width:auto !important;margin:0}
	*[class*="offset"] {margin:0}
	
	body{
		background-size: 70%;
	}
	
	#header{
		height: 90vh;
	}
	
	#footer{
		width: 80%;
		margin-left: auto;
		margin-right: auto;
	}
	
	h1{
		font-size:3.25em;
		line-height: 3.25rem
	}
	
	.logo{
		width: 60vw;
	}
	
	.inside{
		padding: 0 8%;
	}
	
	.badge img{
		width: 50%;	
	}
	
	ul.bilder-galerie > li{
		width: 50%;
	}
	
	.location-image,
	.location-text{
		width: 100%;
	}
	
	.location-text{
		margin-bottom: 2rem;
	}
	
	.location-text .route{
		margin-right: 0;
		flex-grow: 1;
	}
}