
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700');
@import url('https://fonts.googleapis.com/css?family=Laila:300,400');


@font-face {
	font-family: 'Lato', sans-serif;
	src: url('https://fonts.googleapis.com/css?family=Lato');
	font-weight: normal;
	font-style: normal;
}


@font-face {
	font-family: 'Laila';
	src: url('https://fonts.googleapis.com/css?family=Laila');
	font-weight: normal;
	font-style: normal;
}


/*
1. General
**********************************************************************/
 body {
    font-family:'Lato', sans-serif;
    color: #FFF;
    line-height:1.2em;
    font-size:120%;
    line-height:20px;
text-rendering:auto;
}
	.gloriafood-button, .glf-button{
		background-color:#008611 !important;
		font-family: 'Lato', sans-serif !important;
		text-transform:uppercase !important;
		font-weight:normal !important;
		font-size:120% !important;
		}
a {
    color:#008611;
    text-decoration: none;
	border-bottom:1px dotted #008611;
}
a:hover {
    text-decoration:none;
	border-bottom:1px dotted #008611;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}
h1 {
    margin: 10px;
}
p {
    padding: 10px;
    color: #393939;
	font-weight:lighter;
}
.navbar {
    background: rgba(140, 94, 88, 0.75);
    margin-bottom:0;
    min-height:63px;
}

.navbar-fixed-top {
    min-height:60px;
    height:60px;
    padding-top:0;
}
.navbar-inner {
    background:rgba(140, 94, 88, 0.6);
    border-radius:0;
    filter: none;
    border: none;
    box-shadow: none;
	border-bottom:1px solid #ffa69e;
}
.navbar .brand img {
  width: 311px;
  height: 41px;
  position: absolute;
  top: 15px;
/*  transform: rotate(-10deg);   */
}
.navbar .nav > li > a {
    text-transform:uppercase;
    line-height: auto;
    vertical-align: middle;
    margin:15px 1px;
	padding: 10px 6px !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    border: 1px 0 solid #8C5E58;	
    box-shadow: none;
    font-size:17px;
    color: #fff;
    transition: border-color 1s ease;
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
  box-shadow: 4px 4px 3px rgba(0, 0, 0, 0.75);
  background:#8C5E58;	
}
.navbar .nav > li:hover> a, .navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
    border: 1px 0 solid #FFA69E;
    color: #fff;
    background-color: #8C5E58;
    transition: border-color 1s ease;
  box-shadow: 4px 4px 3px rgba(0, 0, 0, 0.75);	
}
.nav-pills {
    margin-bottom: 30px;
	  max-width:1100px;
  min-width:300px;
  margin-right:auto;
  margin-left:20px;
  text-transform:uppercase;
}
.nav-pills > li > a {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-right:5px;
    padding:13px 15px;	
    text-transform:uppercase;
    line-height: auto;
    vertical-align: middle;
    margin:10px 3px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    border: 1px solid #8C5E58;
    box-shadow: none;
    font-size:17px;
    text-shadow: none;
    color: #fff;
    transition: border-color 1s ease;
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
  box-shadow: 4px 4px 3px rgba(0, 0, 0, 0.75);
  background:#8C5E58;
  text-align:left;	
}
.nav-pills > li > a:hover, .nav-pills > .active > a, .nav-pills > .active > a:hover, .nav-pills > .active > a:focus {
  border: 1px solid #FF7E6B;
  color: #fff;
  background: #8C5E58;
  box-shadow: 4px 4px 3px rgba(0, 0, 0, 0.75);
}
.navbar .btn-navbar:hover, .navbar .btn-navbar {
    border-radius:0;
    background:#8C5E58;
    color: #fff;
	border:1px solid #FF7E6B;
}
/******
2. Layout
**********************************************************************/
.centered {
    margin-left:auto;
    margin-right:auto;
    float: none;
    text-align: center;
}
/* Use this class if you want ceter element with span* class */
 .center {
    float: none;
    margin: 0 auto !important;
    text-align: center;
	display:inline-block;
}
.span4 contact-info-index{
	display:inline-block;
	float:left;
}
.span8 contact-info-index{
	display:inline-block;
	float:right;
}
.highlighted-box {
    background:#F4F8F9;
    padding:20px 30px;
}
.highlighted-box h1 {
    margin:0px;
}
.large-text {
    line-height:1.2em;
    font-size: 30px;
    color: #181A1C;
    padding:20px;
    margin-bottom:20px;
}
.highlighted-box h1, .highlighted-box p {
    color: #181A1C !important;
}
.circle-border {
    display: inline-block;
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border-radius: 500px;
    -khtml-border-radius: 500px;
    border: 3px solid #fff;
}
.left-align {
    text-align:left;
}
.right-align {
    text-align:left;
}
.error {
    color: #CF0000;
    display: none;
}
.invisible {
    display:none;
    visibility:visible;
}
.triangle {
    margin: 0 auto 10px auto;
    text-align:center;
    width: 0;
    height: 0;
    border-top: 30px solid #3cb878;
    border-left: 120px outset transparent !important;
    border-right: 120px outset transparent !important;
    position: relative;
}
/*
2.1 Animations
**********/
 .zoom-in {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    transition: all 250ms ease;
}
.zoom-in:hover {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
}
/*
2.2 Buttons - There are buttons on a transparent background, primary and secondary color background.
**********/
 .button,  .button:visited, .button:focus {
    display:inline-block;
    border:1px solid #181A1C;
    color:#181A1C;
    background-color:transparent;
    padding:15px 30px;
    font-size:17px;
    line-height:auto;
}
.button:hover, .button:active{
    background-color:#181A1C;
    color:#fff;
}
.button-sp, .button-sp:visited, .button-sp:focus {
    border:none;
    background-color:#FECE1A;
    color:#181A1C;
}
.button-sp:hover, .button-sp:active {
    background-color:#181A1C;
    color:#FECE1A;
}
.button-ps, .button-ps:visited, .button-ps:focus {
    border:none;
    background-color:#181A1C;
    color:#FECE1A;
}
.button-ps:hover, .button-ps:active {
    background-color:#FECE1A;
    color:#181A1C;
}
/*
2.3 Thumbnails - Predefined bootstrap's thumbnail class.
**********/
 .thumbnail {
    width:100%;
    height:100%;
    padding:0;
    overflow: hidden;
    position: relative;
    border:0;
    border-radius:0;
    box-shadow:none;
    text-align:center;
    background: #4a2f1c;
}
.thumbnail .more {
    display:block;
    z-index:4;
    position:absolute;
    top:-100px;
    left:50%;
    margin:0 auto;
    margin-left:-41px;
    width:80px;
    height:80px;
    font-size:40px;
    color:#fff;
    text-decoration:none;
    line-height: 70px;
    text-align: center;
}
.thumbnail:hover .more {
    top:40%;
    margin-top:-40px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3 s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.thumbnail h3, 
.thumbnail p {
    margin:0;
    padding:0;
    position:relative;
    z-index:4;
}
.thumbnail h3 {
    color: #ffffff;
    margin-top:10px;
    font-size:20px;
	font-weight:300;
    font-family:'Lato', sans-serif;	
}
.thumbnail > p {
    padding-bottom:20px;
}
.thumbnail .mask {
    opacity:0.45;
    filter: alpha(opacity=45);
    top:100%;
    left:0;
    width:100%;
    height:100%;
    background:#382213;
    position:absolute;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2 s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.thumbnail:hover .mask {
    top:0;
}
/*
2.4 Socail icons
************/
 .social {
    list-style: none;
    float: none;
    position:relative;
    margin:40px 5px 15px 5px;
}
.social li {
    display:inline-block;
    line-height: 32px;
    font-family:'Porta';
    font-size: 62px;
    padding:0 5px;
}
.social li a {
    margin:0;
    padding:0;
    width:80px;
    height:80px;
    color: #3fa1da;
}
.social li a:hover {
    color:#3fa1da;
}
/*
3. Sections 
***************************************************************************/
 .section {
    padding-bottom: 20px;
}
.section .container {
    padding-top:50px;	
		background-size:contain;
		background-position:center left;		
}
.contact .container{
	padding-top:0px;
}
.section .title {
    text-align: center;
    padding:0px;
    margin-bottom: 0px;

}
.section .title h1 {
    font-weight:lighter;
    margin-bottom: 28px;
    padding: 0;
  font-family: 'Laila',sans-serif;
  text-transform:uppercase;
  font-size:29px;	
text-rendering:auto;  
}
.section .title > p {
	text-align:justify;
}
.primary-section {
    background:#fff;
	border-top: 6px solid rgba(140, 94, 88, 0.2);

}
.primary-section .triangle {
    border-top: 30px solid #3cb878;
}
.primary-section .title {
    border-bottom: 0px solid #FFF;
}
.primary-section, .primary-section .title p, .primary-section h3 {
    color: #393939;
	line-height:1.3em;
}
.primary-section a{

}
.primary-section h1 {
    color:#393939;
}
.secondary-section {
    background:#FFF7F8;
  border-top: 6px solid rgba(140, 94, 88, 0.2);	
}
.secondary-section .title {
    border-bottom: 0px;
	padding-bottom:50px;
}
.secondary-section h1, .secondary-section .title p {
    color: #393939;
}
/* Third section use bacground image */
.third-section {
/*    padding-bottom: 70px;
    background: #181A1C url(../images/brand-bg.png) no-repeat center;
    border-top:6px solid #FECE1A;  */
}
.third-section .container {
    padding-top:20px;
    position:relative;
}
.third-section .title {
    border-bottom: 1px solid #A1AAB7;
    color: #FECE1A;
}
.sub-section {
    margin-top:30px;
}
.sub-section .title {
    padding:0;
}
/*******
3.1 Services  
***************************************/
.service{
    margin-top:20px;
}
 .service, .service h2 {
    padding-top:15px;
}
.service p {
    padding:0px 50px;
    height:60px;
}
.service img {
    width:150px;
    height:150px;
}
/*
3.2 Portfolio
***************************************/
 .single-project {
    margin-bottom:30px;
    background:#181A1C;
}
.single-project img {
    width:100%;
}
.project-description {
    padding-right:20px;
}
.project-description p {
    padding-left:0;
}
.project-title {
    margin-top:15px;
    margin-bottom:15px;
    border-bottom:1px solid #FECE1A;
}
.project-title h3 {
    float:left;
    margin-top:0;
    padding:0;
    width:80%;
}
.project-title .close {
    color: #FECE1A;
    margin-top:10px;
}
.project-info span, .project-title h3 {
    color:#FECE1A;
}
.project-info {
    font-weight:100;
    padding:10px 0;
}
.project-info span {
    width: 80px;
    display: inline-block;
}
.project-info div {
    margin-bottom:5px;
}
.close {
    float: right;
    width: 40px;
    height: 40px;
    text-align: center;
}
#portfolio-grid .mix {
    opacity: 0;
    display: none;
}
/*
3.3 About
******************************************************************/
 .team .thumbnail {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 10px;
    border: 1px solid #fff;
}
.team .thumbnail:hover .social {
    z-index: 5;
}
.team .thumbnail:hover .social a {
    color:#fff;
}
.team .thumbnail .mask {
    background: #FECE1A;
}
.team .thumbnail .mask h2 {
    margin-top:20%;
}
.team .thumbnail .mask, .team .thumbnail .mask h3, .team .thumbnail .mask p, .team .thumbnail:hover h3, .team .thumbnail:hover .social a:hover {
    color:#181A17;
}
.about-text {
    margin-top:30px;
}
.about-text p {
    padding:0;
    font-size:16px;
}
/*********************************************************************
                        SKILLS BAR
*********************************************************************/
 .skills {
    list-style-type: none;
    position: relative;
    margin:0px;
}
.skills li {
    margin-bottom:30px;
    background:#FFF;
    height:40px;
    padding:1px;
}
.skills li h3 {
    position: relative;
    font-size: 15px;
    padding:0;
    margin:0;
    left: 10px;
    z-index: 1;
    color: #181A1C;
}
.skills li .bar {
    height:40px;
    position:absolute;
    background-color: #FECE1A;
}
/*
3.4 Clients
**********************************************************************/
 .client-slider img {
    border:1px solid white;
}
.client-slider img:hover {
    background-color:#FECE1A;
}
.client-nav {
    list-style:none;
    margin-top:10px;
}
.client-nav li {
    float:left;
    display:block;
    margin-left:10px;
}
.client-nav li a {
    display:inherit;
    padding:5px;
    background:#FECE1A;
    border-radius:3px;
    width:20px;
    height:20px;
}
.client-nav li a:hover {
    background:#181A1C;
}
.testimonial p {
    color:#181A1C;
    background:#FECE1A;
    padding:15px;
    margin:0;
}
.testimonial .arrow {
    margin-left:10px;
    width:0;
    border-top:10px solid #FECE1A;
    border-left: 20px outset transparent;
    border-right: 20px outset transparent;
}
.testimonial .whopic {
    display:inline-block;
}
.testimonial .whopic img {
    margin-top:10px;
    width:50px;
    height:50px;
    float:left;
}
.testimonial .whopic strong {
    float:left;
    margin-top:10px;
    padding-left:10px;
}
.testimonial .whopic small {
    display:block;
    font-size:12px;
    
}
.testimonial-text{
    display:block;
    font-size:22px;
    text-align:center;
    margin:0 auto;
    margin-top:30px;
    width:70%;
    line-height:1.3em;
}
/*
3.5 Price table
******************************************************************/
 .price-table {
    margin-top: 70px;
    margin-bottom: 20px;
}
.price-column {
    background-color:white;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding-bottom:20px;
    margin:0 auto;
    text-align:center;
}
.price-column h3 {
    background-color:#181A1C;
    text-transform:uppercase;
    text-align: center;
    color:#FECE1A;
    padding:40px 0px;
    font-size: 36px;
    margin-top:0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 10px 10px 0px 0px;
    border-radius: 10px 10px 0px 0px;
}
.price-column .list{
    list-style:none;
    margin:20px 50px;
}
.price-column .list li{
    font-weight:lighter;
    color:#747C89;
    font-size:20px;
    border-bottom:1px solid #747C89;
    padding:25px 0px;
}
.price-column .list li.price {
    text-align: center;
    font-size:31px;
    background-color:white;
    color:#747C89;
    margin-top:25px;
}
.price-text{
    margin:30px 0 20px;
    font-size:20px;
    color: #181A1C;
    font-weight:normal;
}
/*
3.6 Newsletter
********************************************************************/
 .newsletter, .newsletter h2 {
    color: #D7DDDE;
}
.newsletter .title h2 {
    text-align:left;
    padding:0;
    margin:0;
}
.newsletter form {
    text-align:right;
}
.newsletter input {
    margin-top:10px;
    padding:15px;
    height: auto;
}
.newsletter button {
    margin: 0 0 0 20px;
}
.newsletter .button-sp:hover, .newsletter .button-sp:active {
    background-color:#FFF;
    color:#181A1C;
}

/*
3.7 Contact
********************************************************************/
 .contact {
    background: #FECE1A;
}
.contact h1, .contact h2, .contact h3, .contact h4, .contact h5, .contact h6, .contact .section .title > p, .contact .social > li > a {

}
.contact textarea, .contact input[type="text"], .contact input[type="email"] {
    padding: 10px;
    line-height: 20px;
    height: auto;
}
.contact textarea {
    height: 120px;
}
.contacts, .contact .social {
    color: #fff;
    list-style: none;
    margin-left: 10px;
}
.contacts > li {
    margin-top: 15px;
}
.contacts > li > a {
    color: #fff;
}
.contact-info {
    margin-top:10px;
    margin-bottom:10px;
}
.contact-info p{
     font-weight:100;
	 font-family:'Lato', sans-serif;
	 line-height:1.3em;
	 font-size:1em;
}
.contact-info-index p{
margin-top:8%;
     font-weight:100;
	 font-family:'Lato', sans-serif;
	 line-height:1.3em;
	 font-size:100%;
}
.contact-info .icon {
    margin:10px auto;
    font-size:30px;
}
.map-wrapper {
    position:relative;
    height:500px;
	max-width:1170px;
	min-width:290px;
	margin-left:auto;
	margin-right:auto;
}
.map-canvas {
    position:absolute;
    margin-bottom:20px;
    width:100%;
    height:500px;
    color: #29383F;
    position:absolute;
    left:0;
    top:0;
    right:0;
		max-width:1170px;
	min-width:290px;
}
.contact .social {
    display: inline-block;
    margin-left:0;
}
.contact .social li {
    line-height: 32px;
    padding:10px 10px;
    font-family:'Porta';
    font-size: 50px;
    transition: margin 0.4s;
    -webkit-transition: margin 0.4s;
}
.contact .social li a {
    color:#fff;
}
.contact .social li a:hover {
    color:#181A1C;
}
.contact-form {
    background:#fff;
    background: rgba(255, 255, 255, 0.9);
    z-index:110;
    position:relative;
    margin-top:-25px;
    padding:20px;
}
.contact-form h3 {
    color:#838589;
    padding-bottom:20px;
}
.message-btn {
    border:1px solid #747C89;
    color:#747C89;
    background-color:transparent;
    padding:15px 30px;
    font-size:17px;
}
.message-btn:hover {
    background-color:#FECE1A;
}
.contact-info {
    text-align:center;
    font-size:22px;
}
.info-mail {
    border:1px solid white;
    width:60%;
    margin:0 auto;
    padding:15px;
    color:#181A1C;
}
.black {
    color:#181A1C;
}










/*
3.7 Menu
********************************************************************/
 .menu {
}
.menu h1, .menu h3, .menu h4, .menu h5, .menu h6, .menu .section .title > p, .menu .social > li > a {
    color: #393939;
}
#menu h2{
	  font-family: 'Laila',sans-serif !important;
  text-align:center !important;
  font-size:24px !important;
  font-weight:lighter !important;
text-rendering:auto !important; 
  border-bottom: 4px solid #FFA69E !important;
  color:#393939 !important;
  padding-bottom:5px !important; 	
	}
	.menu h2{
	  font-family: 'Laila',sans-serif !important;
  text-align:center !important;
  font-size:24px !important;
  font-weight:lighter !important;
text-rendering:auto !important; 
  border-bottom: 4px solid #FFA69E !important;
  color:#393939 !important;
  padding-bottom:5px !important; 	
	}
.menu textarea, .menu input[type="text"], .menu input[type="email"] {

}
.menu textarea {

}

.menu > li {

}
.menu > li > a {

}
#menu h3{
	font-size:100%;
	font-weight:400;
	color:#393939;
}

#menu_item{
	color:#393939;
}
.price{
	min-width:95px;
}
.name{
	color:#393939;
}





/*
3.8 Footer
********************************************************************/
 .footer {
    background: #777777;
    text-align: center;
	font-size:90%;
	margin-bottom:-25px;
}
.footer a{
	color:#fff;
	text-decoration:none;
	border-bottom:0;}
.footer > p {
    color: #fff;
    margin:0;
	padding:5px 0;
}
.scrollup {
    text-align:center;
    cursor:pointer;
    vertical-align:middle;
    width:39px;
    height:39px;
    border-radius:0px;
    font-size:20px;
    position:fixed;
    bottom:40px;
    right:20px;
	border:1px solid #fff;
    display:none;
    background: #8C5E58;
	z-index:1000000 !important;
}
.scrollup > a {
    position:relative;
    top:7px;
    color:#fff;
}
/*
4 Responsible
********************************************************************/
 @media (min-width: 1200px) {
    .thumbnail .more {
        margin-left:-41px;
        width:80px;
        height:80px;
        border-radius:40px;
        line-height: 80px;
    }
}
@media (max-width: 979px) {
    body {
        padding-left:0;
        padding-right:0;
    }
    .navbar-fixed-top, .navbar-fixed-bottom {
        position: fixed;
    }
    .navbar .nav > li > a {
        line-height: 20px;
        vertical-align: middle;
    }
    .section {
        padding-left:10px;
        padding-right:10px;
    }
    .navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top {
        margin-left: 0px;
        margin-right: 0px;
    }
    .nav-collapse {
        clear: both;
    }
    .nav-collapse .nav {
        float: none;
        margin: 0 0 10px;
    }
    .nav-collapse .nav > li {
        float: none;
    }
    .nav-collapse, .nav-collapse.collapse {
        width: 100%;
        display: inherit;
    }
    .thumbnail .more {
        margin-left:-21px;
        width:40px;
        height:40px;
        border-radius:30px;
        line-height: 40px;
    }
    .thumbnail:hover .more {
        margin-top:-20px;
    }
    .newsletter form {
        text-align:center;
    }
}
@media (max-width: 767px) {
    .info-mail {
        width:90%;
        padding:15px 0px;
    }
    .project-description {
        padding-left:20px;
    }
    .price-column, .testimonial {
        margin-top:30px;
    }
}





/* Table */

	.table-wrapper {
		-webkit-overflow-scrolling: touch;
		overflow-x: auto;
		
	}

	table {
		margin: 1em 0 2em 0;
		width: 100%;
		font-family:'Lato', sans-serif;
	}

		table tbody tr {
			border: solid 1px rgba(255, 255, 255, 0.3);
			border-left: 0;
			border-right: 0;
		}

			table tbody tr:nth-child(2n + 1) {
				background-color: rgba(255, 255, 255, 0.075);
			}

		table td {
			padding: 7px 5px;
		}

		table th {
			color: #393939;
			font-size: 120%;
			font-weight: 100;
			padding: 0 0.75em 0.75em 0.75em;
			text-align: left;
		}

		table thead {
			border-bottom: solid 1px rgba(255, 255, 255, 0.3);
		}
		table thead th{
			padding:0px 0px 20px;
		}

		table tfoot {
			border-top: solid 1px rgba(255, 255, 255, 0.3);
		}

		table.alt {
			border-collapse: separate;
			margin-top:100px;
		}
		table.menu {
			border-collapse: separate;
			margin-top:50px;
		}

			table.alt tbody tr td {
				border: solid 1px rgba(255, 255, 255, 0.5);
				border-left-width: 0;
				border-top-width: 0;
			}

				table.alt tbody tr td:first-child {
					border-left-width: 1px;
				}

			table.alt tbody tr:first-child td {
				border-top-width: 1px;
			}

			table.alt thead {
				border-bottom: 0;
			}

			table.alt tfoot {
				border-top: 0;
			}


#home{
/*			background-image:url(../images/la_forchetta_header.png);
			background-position: 0 top;
			background-repeat: no-repeat;
			background-size:contain;    
			min-height:440px;
			height:440px;     */
		}
		#anfahrt p{
			text-align:center;
		}
		
		
		
		
		
/*   TOOLTIP   */

		.tooltip {
			color: #14B6EA; outline: none;
			cursor: help; text-decoration: none;
			position: relative;
			font-weight:normal !important;
			z-index:1;
		}
		.tooltip span {
			margin-left: -99em;
			position: absolute;
		}
		.tooltip:hover span {
			 color: rgb(44, 44, 44);
			border-radius: 8px 8px; -moz-border-radius: 8px; -webkit-border-radius: 8px; 
			box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.1); -moz-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
			font-family: Calibri, Tahoma, Geneva, sans-serif;
			position: absolute; left: 1em; top: 2em; z-index: 1000;
			margin-left: 0; 
			max-width: 320px;
			min-width:300px;
			font-weight:normal !important;
		}
		.tooltip:hover img {
			border: 0; margin: -10px 0 0 -55px;
			float: left; position: absolute;
		}
		.tooltip:hover em {
			 color: rgb(44, 44, 44);
			font-family: Calibri, Tahoma, Geneva, sans-serif; font-size: 1em; font-weight: normal !important;
			display: block; padding: 0.2em 0 0.6em 0;
		}
		
		.classic { 
		padding: 5px; 
		text-align:center;
		background: #FFFFAA; 
		border: 1px solid #FFAD33; 
		}				
		
		
		
div#vorspeisen h2, div#suppe h2, div#salate h2, div#pizza h2, div#pasta h2, div#fleisch h2, div#fisch h2, div#dessert h2, div#monat h2, div#nudeln h2, div#parmesan h2, div#trueffel h2, div#weine h2, div#flambieren h2, div#menu h2{
  font-family: 'Laila',sans-serif;
  text-align:center;
  font-size:24px;
  font-weight:lighter;
text-rendering:auto; 
  border-bottom: 4px solid #FFA69E;
  color:#393939;
  padding-bottom:5px; 
}

 div#lieferung h2 {
  font-family: 'Laila',sans-serif;
  text-align:center;
  font-size:24px;
  font-weight:lighter;
text-rendering:auto; 
  color:#393939;
  padding:30px 0 20px 0; 
}
#lieferung h2 {
  font-family: 'Laila',sans-serif;
  text-align:center;
  font-size:24px;
  font-weight:lighter;
text-rendering:auto; 
  color:#393939;
  padding:30px 0 20px 0; 
}
#about h2 {
  font-family: 'Laila',sans-serif;
  text-align:center;
  font-size:24px;
  font-weight:lighter;
text-rendering:auto; 
  color:#393939;
  padding:30px 0 20px 0; 
}
.lieferung p{
	text-align:center;
	}
#lieferung p{
	text-align:center;
}
#social h2{
  font-size:100%;
  font-weight:lighter;
text-rendering:auto; 
  color:#393939;
  font-weight:lighter;
}
#social table td{
	padding: 0 0.75em;
	vertical-align:top !important;
	}

#oeffnungszeiten p{
	text-align:center;
}
.exklusive{
	padding:60px 0 20px 0;
}
.exklusive h2{
	margin-bottom:30px;
}
#monat ul li{
	font-weight:lighter!important;
	line-height:1.7em!important;
}
.res_container{
	display:inline-block;
	float:left;
	max-width:300px;
	margin-right:20px;
}
.first_wrapper{
	padding:50px 0;
}
.btn.next:focus, .btn.next:hover, .widget__confirm-button:focus, .widget__confirm-button:hover{
	text-transform:uppercase !important;
	background-color:#8c5e58 !important;
	background:#8c5e58 !important;
-webkit-border-radius: 0px !important;
-moz-border-radius:  0px !important;
border-radius: 0px !important;	
	}
.btn.next, .widget__confirm-button{
	text-transform:uppercase !important;
	background-color:#8c5e58 !important;
	background:#8c5e58 !important;
-webkit-border-radius: 0px !important;
-moz-border-radius:  0px !important;
border-radius: 0px !important;
	}
.btn-primary{
	text-transform:uppercase !important;
	background-color:#8c5e58 !important;
	background:#8c5e58 !important;
-webkit-border-radius: 0px !important;
-moz-border-radius:  0px !important;
border-radius: 0px !important;
	}
.btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open > .dropdown-toggle.btn-primary{
	text-transform:uppercase !important;
	background-color:#8c5e58 !important;
	background:#8c5e58 !important;
-webkit-border-radius: 0px !important;
-moz-border-radius:  0px !important;
border-radius: 0px !important;
	}	
	
