/* FONTS */
@font-face {
    font-family: 'Segoe UI Bold';
    src: url('../fonts/SegoeUI-Bold.eot');
    src: url('../fonts/SegoeUI-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SegoeUI-Bold.woff2') format('woff2'),
        url('../fonts/SegoeUI-Bold.woff') format('woff'),
        url('../fonts/SegoeUI-Bold.ttf') format('truetype'),
        url('../fonts/SegoeUI-Bold.svg#SegoeUI-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Segoe UI';
    src: url('../fonts/SegoeUI-Semibold.eot');
    src: url('../fonts/SegoeUI-Semibold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SegoeUI-Semibold.woff2') format('woff2'),
        url('../fonts/SegoeUI-Semibold.woff') format('woff'),
        url('../fonts/SegoeUI-Semibold.ttf') format('truetype'),
        url('../fonts/SegoeUI-Semibold.svg#SegoeUI-Semibold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}



/* CSS RESET */
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed,figure, figcaption, footer, header, hgroup,menu, nav, output, ruby, section, summary,time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	vertical-align: baseline;
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	
	
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {
	display: block;
}
:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
}
a{
	text-decoration: none;
	margin: 0;
  	padding: 0;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
  width: 100%;
  display: block;
  -ms-interpolation-mode: nearest-neighbor;
      image-rendering: -webkit-optimize-contrast;
      image-rendering: -moz-crisp-edges;
      image-rendering: -o-pixelated;
      image-rendering: pixelated;
}

html{
    font-size: 100%;
    scroll-behavior: smooth;
    
}


/* BASE STYLES */

:root{
	--beach: #FADDA2;
	--brown: #3D3229;
}


p{
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	font-size: 1.25rem;
	color: #3D3229;
}

h1{
	font-family:  'Segoe UI Bold', Tahoma, Geneva, Verdana, sans-serif;
	font-size: 3rem;
	color: #3D3229;
}

h1 span{
	color: var(--beach);
}

p span{
	color: var(--beach);
}

.wrapper{
	display: flex;
	width: 100%;
	max-width: 1364px;
	margin: 0 auto;
	justify-content: space-between;
    align-items: center;
	gap: 10px;
	flex-wrap: wrap;
	padding: 100px 1rem;
}

.scroll-margin-desk{
	scroll-margin: 200px;
}


/* Scroll Spy */



.navigation li a.active {
	color:  var(--beach);
	
  }
  /* scroll SPy end */



/* NAV */



header {
	position: -webkit-sticky;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background: rgba(61, 50, 41, 0.9);
	backdrop-filter: blur(4px);
	border-bottom: 2px solid var(--beach);
	z-index: 1000000;
}
/* NAVIGATION */
.impdat{
	display: none;
}

.navbar {
	max-width: 1364px;
	margin: 0 auto;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
	height: 80px;
	overflow: hidden;
	padding: 0 1rem;
	/* gap: 50px;
	*/
}
.logo{
	width: 100%;
	max-width: 180px;
}
.navbar ul {
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-grid-column-align: end;
	justify-self: end;
}
.navbar ul li a{
	font-family: 'Segoe UI', Arial, Helvetica, sans-serif;
	font-size: 18px;
	letter-spacing: 1.8px;
	color: #fff;
	margin: 0px 8px;
	/* padding: 0.5rem 0rem 0.2rem 0rem;
	*/
	padding-bottom: 0.2rem;
	-webkit-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	transition: color 0.3s ease;
}
.navbar ul li a:hover{
	color: var(--beach);
}


/* MOBILE MENU & ANIMATION */
.menu-toggle .bar{
	width: 25px;
	height: 3px;
	background-color: var(--beach);
	margin: 5px auto;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.menu-toggle {
	-ms-grid-column-align: end;
	justify-self: end;
	margin-right: 15px;
	top: 30%;
	display: none;
	z-index: 10000
}
.menu-toggle:hover{
	cursor: pointer;
}
#mobile-menu.is-active .bar:nth-child(2){
	opacity: 0;
}
#mobile-menu.is-active .bar:nth-child(1){
	-webkit-transform: translateY(8px) rotate(45deg);
	-ms-transform: translateY(8px) rotate(45deg);
	transform: translateY(8px) rotate(45deg);
	background-color: var(--beach);
}
#mobile-menu.is-active .bar:nth-child(3){
	-webkit-transform: translateY(-8px) rotate(-45deg);
	-ms-transform: translateY(-8px) rotate(-45deg);
	transform: translateY(-8px) rotate(-45deg);
	background-color: var(--beach);
}
/* NAV END --> */



/* HEADER */




.mob{
	display: none;
}

/* HEADER ENDE >>> */


/* ÜBER UNS */



.ueberuns-left{
	max-width: 674px;
}

.ueberuns-left h1{
	margin-bottom: 51px;
}

.ueberuns-left p{
	white-space: pre-wrap;
}

.ueberuns-left p.mob{
	white-space: normal;
}

.metzger-bild{
	width: 100%;
	max-width: 536px;
	margin-top: 75px;
}

/* ÜBER UNS ENDE */


/* BESTELL APP */

#bestellapp{
	background-color: var(--brown);
	min-height: 519px;
	position: relative;
}

.bischof-app{
	position: absolute;
	width: 100%;
	max-width: 436px;
    top: -35px;
	z-index: 10000;
}

.app-bg{
	position: absolute;
	max-width: 700px;
	opacity: 0.7;
	top: 160px;
}

.app-right{
	z-index: 100000;
	background-color: rgba(61, 50, 41, 0.8);
	backdrop-filter: blur(3px);
	border-radius: 20px;
	padding: 20px;
}

.app-right h1{
	font-size: 40px;
	margin-bottom: 48px;
}

.app-right p{
	width: 100%;
	max-width: 500px;
}

.down-icons{
	display: flex;
	margin-top: 48px;
	gap: 20px;

}



.down-icons img{
	max-width: 199px;
	transition: 0.3s ease;
}

.down-icons img:hover{
	transform: scale(1.1);
}

/* BESTELL APP ENDE */

/* KONTAKT */

#kontakt{
	position: relative;
}

.kontakt-bg{
	position: absolute;
	max-width: 400px;
	top: 300px;
}

#kontakt>h1{
	text-align: center;
	padding-top: 100px;
}

.kontakt-left{
	display: flex;
	/* column-gap: 152px; */
	width: 100%;
	max-width: 680px;
	justify-content: space-between;
	flex-wrap: wrap;
	z-index: 1000;
}

.kontakt-info{
	/* width: 100%;
    max-width: 285px; */
}

.kontakt-info p span{
	color: black;
	font-family: 'Segoe UI Bold', Tahoma, Geneva, Verdana, sans-serif;
	
}


.kontakt-info a p{
	transition: 0.3s ease;
}

.kontakt-info a p:hover{
	color: var(--beach);
}


.kontakt-zeiten{
	/* width: 100%;
    max-width: 285px; */
	/* flex: 1; */
}

.kontakt-zeiten p{
	white-space: pre-wrap;
}

.kontakt-zeiten p span{
	color: black;
	font-family: 'Segoe UI Bold', Tahoma, Geneva, Verdana, sans-serif;
	

}


.social-wrapper{
	display: flex;
	width: 100%;
	
	margin-top: 60px;
	flex-wrap: wrap;
	gap: 20px;
}

.kontakt-logo{
	max-width: 350px;
	margin:0 auto 0 auto;
	flex: 2;
}


.social{
	display: flex;
	flex: 1;
	place-items: center;
	flex-direction: column;
    justify-content: center;
}

.icons-wrapper{
	display: flex;
	margin-top: 22px;
}

.icon{
	max-width: 36px;
	transition: 0.3s ease;
	cursor: pointer;
	
}

.icon:hover{
	transform: scale(1.1);
}

.icon1{
	margin-right: 40px;
}


.form{
	width: 100%;
	max-width: 570px;
	min-height: 490px;
}

#awf-ID109 > div > label:nth-child(3){
	color: black !important;
}

#awf-ID109 > div > label:nth-child(3) > a{
	color: var(--brown) !important;
	text-decoration: underline !important;
	transition: 0.3s ease !important;
}

#awf-ID109 > div > label:nth-child(3) > a:hover{
	color: var(--beach) !important;

}


.maps{
	width: 100%;
	margin-top: 80px;
}


.kontakt-cta{
	margin-bottom: 100px;
	width: 100%;
}
.kontakt-cta p{
	text-align: center;
}

/* KONTAKT ENDE */

/* FOOTER */

footer{
	background-color: var(--brown);
	padding: 12px 1rem;
	display: flex;
	flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
	margin-bottom: 20px;
}

.footer-imp p{
	font-size: 18px;
	color: var(--beach);


}

.footer-imp p a{
	color: var(--beach);
	transition: 0.3s ease;
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;

}

.footer-imp p a:hover{
	color: white;
}


.footer-copyright{
	margin-top: 5px;
}

.footer-copyright p{

	font-size: 16px;
	color: var(--beach);

}

/* FOOTER ENDE */

/* IMPRESSUM */
.impressum{
	max-width: 1364px;
	margin: 0 auto;
	-ms-grid-row: 2;
	-ms-grid-column: 1;
	-ms-grid-column-span: 6;
	grid-area: datenschutz;
	color: black;
	padding: 2rem 2rem 6rem 2rem;
	z-index: 1;
	margin-top: 4rem;
}
.impressum p{
	font-size: 1rem;
	line-height: 2;
	letter-spacing: 1px;
	text-align: justify;
}
.impressum span{
	font-size: 1.1rem;
	font-weight: bold;
	color: var(--brown);
}
.impressum a{
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	font-size: 1.05rem;
	color: black;
	-webkit-transition: color 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
}
.impressum a:hover{
	color: var(--brown);
}
/* IMPRESSUM ENDE ---> */

/* Datenschutz */
.datenschutz{
	max-width: 1364px;
	margin: 0 auto;
	-ms-grid-row: 2;
	-ms-grid-column: 1;
	-ms-grid-column-span: 6;
	grid-area: datenschutz;
	color: black;
	padding: 2rem 2rem 6rem 2rem;
	z-index: 1;
	margin-top: 4rem;
}
.datenschutz p{
	font-size: 1rem;
	line-height: 2;
	letter-spacing: 1px;
	text-align: justify;
}
.datenschutz span{
	font-size: 1.1rem;
	font-weight: bold;
	color: var(--brown);
}
.datenschutz a{
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	font-size: 1.05rem;
	color: black;
	-webkit-transition: color 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
}
.datenschutz a:hover{
	color: var(--brown);
}
/* Datenschutz ENDE ---> */








