/**
 * Footer CSS
 */
.footer-container {
    margin-top: 0;
    padding: 96px 0 64px;
    background-image: url(dist/assets/images/footer-wood-bg.jpg); 
	border-top: 1px solid #a4a4a5;
}
.footer-container p {
	font-size: 14px;
	color: #3f2f22;
	margin-top: 0;
	margin-bottom: 16px;
    line-height: 1.6;
    text-rendering: optimizeLegibility;
}
.footer-left, .footer-center, .footer-right {
    padding-top: 32px; 
	background-color: transparent;
}
.footer-right {
    background-image: url(dist/assets/images/catering_icon_19opacity.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 307px; 
}
.footer-right h4 {
    font-family: "supernett", sans-serif;
    font-size: 24px;
	font-weight: normal;
    text-transform: uppercase; 
	line-height: 1.4;
    margin-top: 0;
    margin-bottom: 8px;
}
#menu-footer-menu {
    font-size: 18px;
    display: inline-block;
    -webkit-columns: 2 160px;
            columns: 2 160px;
    margin-bottom: 32px;
}
.footer-sm-icon {
    background-image: url(dist/assets/images/sm-background.png);
    background-repeat: no-repeat;
    width: 44px;
    height: 44px;
    margin: 0 8px; 
}
.footer-sm-icon i {
    margin-left: -2px;
    margin-top: 2px; 
}
.footer-container a {		
	font-family: "supernett", sans-serif;
	text-transform: uppercase;
	color: #006326;
	font-weight: 600;
}
.footer-container .menu {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
	display: flex;
}
.footer-container .menu a,
.footer-links .menu a {
	line-height: 1;
	white-space: nowrap;
    text-decoration: none;
	display: block;
	padding: 11.2px 16px;
}
.footer-container .fa {
	font-size: 14px;
}
.footer-container a:focus, .footer-container a:hover {
	color: #333;
}
.footer-container .button {
	font-size: 20px;
	font-family: "supernett", sans-serif;
	text-transform: uppercase;
	padding: 12px 48px 10.4px;
	text-shadow: none !important;
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 1rem 0;
	-webkit-appearance: none;
	border-radius: 0;
	transition: background-color 0.25s ease-out, color 0.25s ease-out;
	line-height: 1;
	text-align: center;
	cursor: pointer;
	background-color: transparent;
	height: auto;
	font-weight: normal;
}
.footer-container .button.green {
	border: 1px solid #006326;
	border-image-source: url(dist/assets/images/button_green.png);
	border-image-slice: 10;
	border-image-width: 10;
	border-image-outset: 2;
	border-image-repeat: round;
	color: #006326;
}
.footer-container .button.green:focus,
.footer-container .button.green:hover {
	background-color: #006326;
	color: #ffffff !important;
}
.grid-container {
    max-width: 1200px;
    margin: 0 auto;
}
.grid-x {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}
.footer-container .cell, .footer-links .cell {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-height: 0px;
    min-width: 0px;
    width: 100%;
	box-sizing: border-box;
	background-color: transparent;
	border: none;
}
.grid-padding-x > .cell {
    padding-right: 10px;
    padding-left: 10px;
}
.footer-links {
    background-color: #006326;
    padding: 8px;
    font-size: 12.8px; 
}
.footer-links p {
    color: #ffffff;
    margin-bottom: 0; 
}
.footer-links a {
    color: #ffffff; 
}
.footer-links a:hover {
      color: #a4a4a5; 
}
.footer-links .no-click a:hover {
    color: #ffffff !important;
}
.footer-links .menu {
	padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    display: -webkit-flex; 
    display: -ms-flexbox;
    display: flex; 
    -webkit-flex-wrap: wrap; 
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; 
	-webkit-flex-direction: row; 
    -ms-flex-direction: row;
    flex-direction: row; 
}
@media print, screen and (min-width: 40em) {
	.footer-container .grid-x > .medium-3 {
		width: 25%;
	}
	.footer-container .grid-x > .medium-4 {
		width: 33.33333%;
	}
	.grid-padding-x > .cell {
		padding-right: 15px;
		padding-left: 15px;
	}
	.footer-container .medium-offset-1 {
		margin-left: 8.33333%;
	}
}
@media screen and (max-width: 40em){
	.footer-container {
    	padding: 32px 0 32px;
	}
}
@media print {
	.footer-container, .footer-links {
		display: none;
	}
}