/* Add here all your CSS customizations */
/* ADOBE-Fonts */

.meta-normal {
	font-family: 'ff-meta-web-pro', sans-serif;
	font-weight: 400;
	font-style: normal;
}
	
.meta-normal-italic {
	font-family: 'ff-meta-web-pro', sans-serif;
	font-weight: 400;
	font-style: italic;
}
	
.meta-book {
	font-family: 'ff-meta-web-pro', sans-serif;
	font-weight: 500;
	font-style: normal;
}

.meta-book-italic {
	font-family: 'ff-meta-web-pro', sans-serif;
	font-weight: 500;
	font-style: italic;
}
	
.meta-bold {
	font-family: 'ff-meta-web-pro', sans-serif;
	font-weight: 700;
	font-style: normal;
}

.meta-bold-italic {
	font-family: 'ff-meta-web-pro', sans-serif;
	font-weight: 700;
	font-style: italic;
}

/* ENDE ADOBE-Fonts */


.offset-anchor {
	top: -80px;
}

.under {
  -webkit-text-decoration: #13600A solid underline;
  text-decoration: #13600A solid underline;
  -webkit-text-underline-position: under;
  text-underline-position: under;
}

.grow img{
transition: 0.5s ease;
}

.grow img:hover{
-webkit-transform: scale(1.03);
-ms-transform: scale(1.03);
transform: scale(1.03);
transition: 0.5s ease;
box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
	background-color: #13600A;
}

.erkvlightgreen {
	color:#91BE41;
}

.erkvgreen {
	color:#13600A;
}

.erkvlightgreen-bg {
	background-color:#91BE41;
}

.erkvgreen-bg {
	background-color:#13600A;
}

h3 {
    font-size: 1.8em;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 33px;
    color: #FFF;
	text-transform: none;
}

.whitefliess {
    color: #FFFFFF;
    font-size: 24px;
    line-height: 36px;
    font-weight: 400;
}


a {
	color:#13600A;
    text-decoration: none!important
		;
}

a:hover {
    color: #91BE41;
	text-decoration: underline;
}

a.ongreen {
	color:#FFF;
    text-decoration: none;
}

a.ongreen:hover {
    color: #F0E9A9;
	text-decoration: none!important;
}



/* ANFANG body */

html.boxed body {
    background-color: #e6e6e6;
}


/* ENDE body */


/* ANFANG delispeisenkarte-css */
.wochenkarte {
    font-family: 'ff-meta-web-pro', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 3.7rem;
    letter-spacing: 1.1rem;
    text-align: justify;
    color: #13600A;
    line-height: 3.7rem;
}

.delikarte-datum {
	font-family: 'ff-meta-web-pro', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 3.7rem;
    letter-spacing: 0.75rem;
    text-align: justify;
    color: #13600A;
    line-height: 3.7rem;
}

.delikarte-datum-neu {
	font-family: 'ff-meta-web-pro', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 3rem;
    letter-spacing: 0.123rem;
    text-align: justify;
    color: #13600A;
    line-height: 3.7rem;
}

.foodcards {
    padding: 30px;
    background-color: #13600A;
    border: 18px solid #FFF;
    color: #FFF;
    font-size: 24px;
	font-weight: 700;
    line-height: 32px;
	text-align: center;
	letter-spacing: 0.02rem;
}

.foodcards-grey {
    padding: 30px;
    background-color: #E1E1E1;
    border: 18px solid #FFF;
    color: #13600A;
    font-size: 24px;
	font-weight: 700;
    line-height: 32px;
	text-align: center;
	letter-spacing: 0.02rem;
}

.speisenkarte-newsletter {
    padding: 10px;
    background-color: #13600A;
    border: 18px solid #FFF;
    color: #FFF;
    font-size: 24px;
	font-weight: 700;
    line-height: 32px;
	letter-spacing: 0.02rem;
}

.speisenkarte-abholhinweis {
    padding: 10px;
    background-color: #FFF;
    border: 18px solid #FFF;
    color: #13600A;
    font-size: 34px;
    font-weight: 700;
    line-height: 42px;
    letter-spacing: 0.02rem;
}

.speisekarteabonnieren {
	text-transform: none!important;margin-bottom:20px;color:#FFF!important;font-size: 2.1rem;font-weight: 400;
}

.abonnierenbutton {font-size:0.9rem;letter-spacing: 0.04rem;}

 .speisehead {
	font-size: 2.2rem;
	color:#FFF3CE;
}

 .speisehead-red {
	font-size: 2.2rem;
	color:#13600A;
}

 .saturday-red {
	font-size: 2.2rem;
	letter-spacing: 0.09em;
	color:#13600A;
	font-weight:500;
}

.speisefliess {
	display: block;
	margin-top: 7px;
}

.speisevegan {
	font-style: italic;
	font-size: 22px;
}

.speisepreis {
	font-size: 2.2rem;
	display: block;
	margin-top: 10px;
}

.bigprice {
	font-size: 2.2rem;
}

.portion {
	font-size: 2.2rem;
}


.foodcopy {
    color: #1D1D1D;
    font-size: 24px;
	font-weight: 400;
    line-height: 32px;
	letter-spacing: 0.02rem;
}

tbody, td, tfoot, th, thead, tr {
	border:none!important;
}



/* ANFANG allgemeine typo_css */
h1, h2, h3, h4, h5, h6 {
	letter-spacing: 0;
}

.lead {
    letter-spacing: 0em;
    font-size: 19.2px;
    font-size: 1.2rem;
}

p.lead {
	font-family: 'ff-meta-web-pro', sans-serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0;
	color: #535353;
	line-height: 29px;
	font-size: 1.5em;
	}
	
p {
	font-family: eb-garamond, serif;
	font-weight: 400;
	font-style: normal;
	color: #535353;
	line-height: 26px;
	font-size: 1.3em;
}

b, strong {
    font-weight: 700;
}

em {
    font-weight: 700;
	font-style: italic;
}

.garamond-white {font-family: 'eb-garamond', serif;font-style:italic;font-weight:400;font-size:22px;line-height:32px;letter-spacing: 0.017rem; color:#fff;}

.garamond-black {font-family: 'eb-garamond', serif;font-style:italic;font-weight:400;font-size:22px;line-height:32px;letter-spacing: 0.017rem; color:#1e1e1e;}

.whitebold {font-family: 'ff-meta-web-pro', sans-serif;font-weight: 700;font-style: normal;color:#FFF;margin: 2px 0 20px 0;}

.blackbold {font-family: 'ff-meta-web-pro', sans-serif;font-weight: 700;font-style: normal;font-size:19px;line-height:24px;color:#1a1a1a;}

.middot {font-family: 'eb-garamond', serif;font-style:italic;font-weight:700;font-size:28px;line-height:32px;letter-spacing: 0.017rem; color:#1e1e1e;}

/* ENDE allgemeine typo_css */

/* Startpagebuttons D E S K T O P */
#startbuttonsmobile {display:none;}
#startbuttonsdesktop {display:block;}

/* Footer D E S K T O P */
#footermobile {display:none;}
#footerdesktop {display:block;}


.btn-warning {
	background-color: #FEEBAF;
	border-color: #F0D684 #F0D684 #F0D684;
	color: #1a1a1a;
}

.btn-warning:hover, .btn-warning.hover {
	background-color: #FFF3CD;
	border-color: #FFF3CD #FFF3CD #FFF3CD;
	color: #087900;
}

/* ANFANG header: fonts, colors, etc */


/* CSS FUER KOMPLETTES MENUE */
/* menu-headlines */
/*#header .header-nav-main nav > ul > li > a {
    display: inline-flex;
    align-items: center;
    white-space: normal;
    border-radius: 4px;
    color: #CCC;
    font-size: 1.02em;
    font-style: normal;
    font-weight: 700;
    padding: 0.5rem 1rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    text-decoration: none;
}*/ /* komplett ende */

/* menu-headlines */
#header .header-nav-main nav > ul > li > a {
    display: inline-flex;
    align-items: center;
    white-space: normal;
    border-radius: 4px;
    color: #CCC;
    font-size: 1.1em;
    font-style: normal;
    font-weight: 700;
    padding: 0.4rem 1.1rem;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    text-decoration: none;
}

/* dropdowns */
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
    border-bottom: 1px solid #f7f7f7;
    color: #777;
    font-size: 0.9em;
    font-weight: 500;
    padding: 6px 18px 6px 18px;
    position: relative;
    text-transform: none;
    text-decoration: none;
    letter-spacing: 0.5px;
}

#header .header-nav-main:not(.header-nav-main-mobile-dark) nav > ul > li > a {
    color: #2B2B2B;
}

/* header-infopanels */
#header .header-column .header-extra-info li .feature-box p {
    margin: 0;
    font-family: 'ff-meta-web-pro', sans-serif;
	font-weight: 500;
    letter-spacing: 0.05em;
    font-size: 0.9em!important;
}


/* ENDE header: fonts, colors, etc */


/* ANFANG footer css */

html.boxed #footer {
    margin-top: 0;
    border-bottom: 0px solid #13600A;
    border-radius: 0;
}

#footer {
    background: #13600A;
    border-top: 4px solid #13600A;
    font-size: 1em;
	font-weight: 500;
	letter-spacing: 0.025em;
    margin-top: 0;
    padding: 0;
    position: relative;
    clear: both;
}

#footer.footer-texts-more-lighten p, #footer.footer-texts-more-lighten span, #footer.footer-texts-more-lighten a:not(.btn):not(.no-footer-css), #footer.footer-texts-more-lighten li {
    color: #DEDEDD;
	font-family: 'ff-meta-web-pro', sans-serif;
}
#footer h5 {
	letter-spacing: 0.05em;
}

#footer p {
	font-size: 1.1em;
	line-height: 24px;
}

/* Button Newsletter */
html body .btn-light,
html body .btn-outline.btn-light {
	border-color: #d9d9d9 #d9d9d9 #bfbfbf;
	color: #FFFFFF;
}

/* ENDE  footer css */


/* ANFANG  more css */

.emptiness {
	height:0!important;
}

.home-intro {
    text-align: left;
    letter-spacing: 0px;
}
.show-grid [class*="col"] .show-grid-block {
    background-color: #dddada;
    line-height: 80px;
    min-height: 80px;
    text-align: center;
    border: 1px solid #13600A;
    display: block;
}

.form-control::placeholder, input[type="text"]::placeholder, input[type="password"]::placeholder, input[type="datetime"]::placeholder, input[type="datetime-local"]::placeholder, input[type="date"]::placeholder, input[type="month"]::placeholder, input[type="time"]::placeholder, input[type="week"]::placeholder, input[type="number"]::placeholder, input[type="email"]::placeholder, input[type="url"]::placeholder, input[type="search"]::placeholder, input[type="tel"]::placeholder, input[type="color"]::placeholder, textarea::placeholder {
    color: #790321;background-color: #E6E6E6;
}

.form-style-5 .form-control {
    background: #E6E6E6;
    border-radius: 35px;
    height: auto;
    padding: 8px 24px;
    padding: 0.5rem 1.5rem;
    color: #790321;
}

html .btn-tertiary {
    background-color: #95CA00;
    border-color: #95CA00 #95CA00 #6f9700;
    color: #2F4812;
}

.my-5 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
}

.home-concept strong {
    display: block;
    font-family: 'ff-meta-web-pro', sans-serif;
    font-size: 1.8em;
    font-weight: normal !important;
    position: relative;
    margin-top: 30px;
}

.startpagebuttons { background-color: #13600A;}

/* datumsschildchen */
section.section .recent-posts .date .day {
    background: #FFF;
    border: 1px solid #13600A;
}

.recent-posts .date .month {
    background: #13600A;
    color: #FFF;
    font-size: 0.9em;
    padding: 3px 10px;
    position: relative;
    top: -4px;
}

.vienfortohueslogo {width:30%;height:auto;}

/* ENDE  more css */


@media screen and (min-width:813px) and (max-width:1024px) {
	
	/* CSS FUER KOMPLETTES MENUE */
	/* menu-headlines */
	/*#header .header-nav-main nav > ul > li > a {
    display: inline-flex;
    align-items: center;
    white-space: normal;
    border-radius: 4px;
    color: #CCC;
    font-size: 0.8em;
    font-style: normal;
    font-weight: 700;
    padding: 0.5rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    text-decoration: none;
}*/	/* komplett ende */
	
	#header .header-nav-main nav > ul > li > a {
    display: inline-flex;
    align-items: center;
    white-space: normal;
    border-radius: 4px;
    color: #CCC;
    font-size: 1em;
    font-style: normal;
    font-weight: 700;
    padding: 0.5rem;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    text-decoration: none;
}
	
	.speisekarteabonnieren {
	text-transform: none!important;margin-bottom:20px;color:#FFF!important;font-size: 1.8rem;font-weight: 400;
}

	.abonnierenbutton {font-size:0.85rem;letter-spacing: 0.04rem;}
}


@media screen and (min-width:319px) and (max-width:737px) {
	
.whitefliess {
    color: #FFFFFF;
    font-size: 17px;
    line-height: 24px;
    font-weight: 400;
}

.wochenkarte {
    font-family: 'ff-meta-web-pro', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 2.5rem;
    letter-spacing: 0.3rem;
    text-align: justify;
    color: #13600A;
    line-height: 2.7rem;

}
	
.delikarte-datum {
    font-family: 'ff-meta-web-pro', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 2.4rem;
    letter-spacing: 0.2rem;
    text-align: justify;
    color: #13600A;
    line-height: 2.4rem;
}
	
.delikarte-datum-neu {
    font-family: 'ff-meta-web-pro', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 2rem;
    letter-spacing: 0rem;
    text-align: justify;
    color: #13600A;
    line-height: 2.4rem;
}
	
	.tabletext {font-size:20px;}
	.vienfortohueslogo {width:80%;height:auto;}
	.tableprice {font-size:0.99rem;}
	.tabledrink {font-size:1.1rem;}
	
	.portion {font-size: 2rem;
}
	
	/* dropdowns */
	#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
	    border-bottom: 1px solid #f7f7f7;
	    color: #777;
	    font-size: 1.3em;
	    font-weight: 500;
	    padding: 6px 18px 6px 18px;
	    position: relative;
	    text-transform: none;
	    text-decoration: none;
	    letter-spacing: 0.5px;
	}
	
	/* Startpagebuttons M O B I L E P H O N E */
	#startbuttonsdesktop {display:none;}
	#startbuttonsmobile {display:block;}
	
	
	/* Footer Mobilephone */
	#footermobile {display:block;}
	#footerdesktop {display:none;}
	
	/* Footermenu */
	.mobilefootermenu {font-size: 21px;line-height: 38px;letter-spacing: 0.03rem;font-weight: 700;}

}


