﻿@charset "utf-8";
/*CSS Start*/
html { 
	background: url(../images/bg-main-fixed.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
	background-size: cover;

}
body {
	background-color: transparent;
	background-image: url(../images/bg-dots.png);
	font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	color: #242424;
	height: auto;
	text-align: left;
  -webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}
/* ===================================================
   Fonts  
====================================================== */
@font-face {
  font-family: 'velogourmet';
  src: url('../font/velogourmet.eot?45468576');
  src: url('../font/velogourmet.eot?45468576#iefix') format('embedded-opentype'),
       url('../font/velogourmet.woff2?45468576') format('woff2'),
       url('../font/velogourmet.woff?45468576') format('woff'),
       url('../font/velogourmet.ttf?45468576') format('truetype'),
       url('../font/velogourmet.svg?45468576#velogourmet') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'velogourmet';
    src: url('../font/velogourmet.svg?45468576#velogourmet') format('svg');
  }
}
*/
 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "velogourmet";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.icon-phone:before { content: '\e801'; } /* '' */
.icon-location:before { content: '\e803'; } /* '' */
.icon-lactosefree:before { content: '\e806'; color: #666666; } /* '' */
.icon-glutenfree:before { content: '\e807'; color: #e7bd6b; } /* '' */
.icon-vegan:before { content: '\e808'; color: #70b62b; } /* '' */
.icon-delete:before { content: '\e80a'; color: #d10000; } /* '' */
.icon-sun:before { content: '\e80b'; } /* '' */
.icon-moon:before { content: '\e80c'; } /* '' */
.icon-veg:before { content: '\e80d'; color: #4f7829; } /* '' */
.icon-hotchilli:before { content: '\e80e'; } /* '' */
.icon-email:before { content: '\f0e0'; } /* '' */

/* ===================================================
   General tags  
====================================================== */
h1, h2, h3, h4, h5, h6 {
    margin-top: 5px;
    margin-bottom: 10px;
	font-family: 'Enriqueta', Georgia, Times, serif;
	font-weight: 700;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 21px;
}
h3 {
	font-size: 21px;
}
a {
	color: #242424;
}

a:hover,
a:focus {
	color: #242424; /* e83a8e */
	text-decoration: underline;
}

p {
	margin-bottom: 15px;
	text-align: justify;
}
hr {
	border-top: 1px solid #c1c1c1;
	margin: 24px 0;
}
td hr {
	border-top: 1px solid #c1c1c1;
	margin: 10px 0;
}
.img-left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.img-right {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

.sp1 {
	padding: 10px;
}

.center {
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
strong, b {
	font-weight: 600;
}
input {
	margin-bottom: 5px;
}
select {
	margin-bottom: 5px;
}
td {
	vertical-align: top;
}
/* ===================================================
   Buttons  
====================================================== */
.btn-success {
	color:#fff; background-color:#70b62b; border-color:#70b62b
}
.btn-success.focus,.btn-success:focus, .btn-success:hover, .btn-success:active {
	color:#fff; background-color:#4f7829; border-color:#4f7829
}
.btn-disabled, .btn-disabled:hover, .btn-disabled:active {
  color: #fff;
  background-color: #ababab !important;
  border-color: #ccc;
}
/* ===================================================
   Header  
====================================================== */
#headertop {
	position:fixed;
    top:0;
	width: 100%;
	z-index: 1000;
}
.mainheader {
	background: #3d1321;
	color: #fff;
}
.logo img {
	max-width: 100%;
	height: auto;
}
.teletop {
	text-align: right;
}
/* ===================================================
   Top Menu  
====================================================== */
.topmenu {
	background: #6d263e;
	color: #fff;
	padding: 5px 0px 7px 0px;
}
.headerlanguagetop a, .headerlanguage a, .login-delivery-top a {
	color: #fff;
	text-decoration: none;
}
.headerlanguagetop ul, .headerlanguage ul, .login-delivery-top ul {
	list-style-type: none;
	margin: 0;
    padding: 0;
}
.headerlanguagetop li, .headerlanguage li, .login-delivery-top li {
	margin-left: 10px;
	display: inline;
}
.headerlanguage {
	text-align: right;
	padding-right: 20px;
}
.headerphone {
	text-align: right;
	padding-right: 15px;
}
/* ===================================================
   Page Content & Middle Column  
====================================================== */
.content {
	margin: 165px 0px 20px 0px;
}
@media (max-width: 540px) {
.content {
	margin: 150px 0px 20px 0px;
}	
}
@media (max-width: 420px) {
.content {
	margin: 129px 0px 20px 0px;
}	
}
.rest-list-dropdown {
	margin-top: 10px;
}
.rest-list-dropdown select, rest-list {
	width: 100%;
}
/* ===================================================
   Hotel Listings & Hotel Menu 
====================================================== */
.hotel-listing {
	background: #fff;
	-webkit-border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
}
.hotel-block {
	margin-bottom: 15px;
}
.hotel-description {
	background: #fff;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	min-height: 340px;
}

.hotel-logo-menu {
	margin-top: 15px;
}

.cusine-description {
    font-family: 'Averia Libre', cursive;
	font-style: italic;
	color: #808080;
	text-align: left;
	min-height: 42px;
}
.hotel-timings {
	color: #808080;
	font-weight: 600;
	text-align: left;
}

.hotel-timings-opentimes {
    min-height: 42px;
}

.hotel-timings strong {
	color: #242424;
}
.hotel-info {
	background: #fff;
}
.btn-bestellen {
	float: right;
	margin: 7px 0px 10px 7px ;
}

.btn-link {
	margin: 7px 0px 10px 7px;
}

.hotel-list-divider {
	background: #c1c1c1;
	height: 15px;
	opacity: .9;
}
.menu-list-heading {
	background: #c1c1c1;
	margin-left: 11px;
	margin-right: 11px;
	padding: 14px 10px 5px 10px;
	opacity: .9;
}
.menu-list-heading h4, .menu-list-heading-first h4 {
	font-size: 15px;
	font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
	color: #fff;
	font-weight: 600;
	margin-top: -5px;
	margin-bottom: 5px;
}
.menu-list {
	background: #fff;
	margin-left: 11px;
	margin-right: 11px;
	padding: 5px 10px;
}

.reg-form {
	background: #fff;
	margin-left: 11px;
	margin-right: 11px;
	padding: 5px 10px;
}

.menu-item {
	border-bottom: 1px solid #c1c1c1;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 0px;
    page-break-inside: avoid;
}
.menu-list .menu-item:last-child {
	border-bottom: 0;
	margin-bottom: 0;
}
.menu-item-num, .menu-item-image, .menu-item-desc, .menu-item-price, .menu-item-add {
	margin-top: 5px;
}
.menu-item-desc p {
	font-size: 13px;
	line-height: 15px;
	margin-bottom: 5px;
	text-align: left;
}
.menu-item-desc p strong {
	font-size: 14px;
}
.menu-item-desc {
	margin-left: 10px;
}
@media (min-width: 1279px) and (max-width: 1440px) {
.menu-item-price {
	margin-left: -20px;
}
}
@media (min-width: 992px) and (max-width: 1024px) {
.menu-item-price {
	margin-left: -20px;
}
}
@media (min-width: 1280px) {
.menu-item-add {
	margin-left: -24px;
}
}
@media (max-width: 786px) {
.menu-item-add {
	float: right;
}
}
@media (max-width: 400px) {
.menu-item-add {
	float: right;
	margin-right: 20px;
}
}
.addtocart, .menu-item-add input {
	text-align: center;
}
@media (max-width: 768px) {
.icon-plus, .icon-minus {
	font-size: 24px;
}
.btn-xs {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
}
.addtocart input {
	height: 20px;
}
/* ===================================================
   Ordercart Max Width  
====================================================== */
#ordercart {
	max-width: 523px;
}
@media (max-width: 1440px) {
#ordercart {
	max-width: 442px;
}
}
@media (max-width: 1366px) {
#ordercart {
	max-width: 415px;
}
}
@media (max-width: 1280px) {
#ordercart {
	max-width: 390px;
}
}
@media (max-width: 1172px) {
#ordercart {
	max-width: 352px;
}
}
@media (max-width: 1024px) {
#ordercart {
	max-width: 320px;
}
}
@media (max-width: 960px) {
#ordercart {
	max-width: 100%;
}
}
@media (max-width: 786px) {
#ordercart {
	max-width: 100%;
}
}
/* ===================================================
   Sidebar - Left / Right  
====================================================== */
.advt-right {
	text-align: center;
}
.advt-right img {
	max-width: 100%;
	height: auto;
	text-align: center;
}
.whitebox {
	padding: 10px;
	background: #f5f5f5;
	margin-bottom: 15px;
	opacity: .9;
	border: 1px solid #545454;
}
.whiteboxright {
	padding: 10px;
	background: #fff;
}
.wohin-liefern {
	word-wrap: break-word;
}
.loginbt .col-xs-7 {
	padding-right: 5px;
}
.loginbt .col-xs-5 {
	padding-left: 5px;
}
.rest-list-left ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.foodicons-list {
	background: #fff;
	padding: 0px 10px;
}
.foodicons-list ul {
	padding-top: 7px;
	padding-left: 2px;
	list-style-type: none;
}
.foodicons-list li {
	display: inline;
	margin-left: 10px;
}
.foodicons-list li:first-child {
	margin-left: 0px;
}
.foodicons-list {
	border-top: 1px solid #c1c1c1;
}
.sticky {
    position:fixed;
    top:100;
	width: 100%;
	z-index: 1000;
}


/* ===================================================
   Footer  
====================================================== */
.footercontact {
	background: #381a26;
	color: #fff;
	padding: 5px;
	text-align: center;
	font-size: 11px;
	margin-top: 15px;
	margin-bottom: 15px;
}
.footercontact a {
	color: #fff;
	text-decoration: none;
}
.footercontact a:hover {
	color: #cc0066;
}
.footermain {
	background: #381a26;
	color: #fff;
	padding: 5px;
}
.erdgas {
	text-align: right;
}
/* ===================================================
   Modal 
====================================================== */
#loginModal h3 {
	margin-top: 5px;
	margin-bottom: 0px;
	font-weight: 500;
}
#loginModal .form-group {
	text-align: left;
}
/* ===================================================
   Back to top 
====================================================== */
#back-top {
	position: fixed;
	bottom: 24px;
	right: 20px;
}
/* arrow icon (span tag) */
#back-top span {
	display: block;
	width: 24px;
	height: 24px;
	background-image: url(../images/top.png);
}
/* ===================================================
   Media Queries - Responsive CSS  
====================================================== */
/* col sm */
@media (max-width: 768px) {
  body {
	font-size: 16px;
	line-height: 24px;
  }
  .btn-sm {
    font-size: 16px;
    line-height: 1.5;
    border-radius: 3px;
  }
  .footercontact {
	font-size: 13px;
  }
  .topheader, .headerphone, .login-delivery-top, .headercart, .topimg, .resthd, .homelist, .rest-list-box {
	  text-align: center !important;
  }
  .logo-mobile {
	  text-align: center;
  }
  .logo-mobile img {
	  max-width: 100%;
	  height: auto;
  }
  .lang {
	  margin: 0px 5px;
  }
  .headercart {
	  margin-bottom: 10px;
  }
  .hotel-description {
	min-height: 280px;
	margin-bottom: 15px;
  }
  .menu-list, .menu-list-heading, .menu-item-desc {
	margin-left: 0;
	margin-right: 0;
  }
  .menu-list-heading h4 {
	  margin-top: 5px;
  }
  .menu-item-desc {
	  margin-top: 12px;
	  margin-bottom: 5px;
  }
}
/* col xs */ 
@media (max-width : 600px) {
.logo img {
	max-width: auto;
	max-height: 82px;
}
.headerlanguage img {
	margin-right: 7px;
}
.topmenu {
	padding: 10px 0px;
}
}
@media (max-width : 479px) {
.menu-item-num {
	margin-right: 5px;
}
}
@media (min-width: 992px) and (max-width: 1024px) {
.menu-item-price {
	text-align:right;
}
.menu-item-add {
	width: 100px;
}
}
@media (min-width: 1200px) {
  .btn-xs {
	padding-left: 18px;
	padding-right: 18px;
	
}
}

.btn-vg {
                color:#fff; background-color:#e82892; border-color:#c41978
}
.btn-vg.focus,.btn-vg:focus, .btn-vg:hover, .btn-vg:active {
                color:#fff; background-color:#c41978; border-color:#c41978
}

.btn-vg-dark {
                color:#fff; background-color:rgb(61,19,33); border-color:rgb(61,19,33)
}
.btn-vg-dark.focus,.btn-vg-dark:focus, .btn-vg-dark:hover, .btn-vg-dark:active {
                color:#fff; background-color:rgb(61,19,33); border-color:rgb(61,19,33)
}

.bootbox-alert div div div button.btn-primary{
    color:#fff; background-color:#e82892;
}
 
.img-thumbnail-custom {
  display: inline-block;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
       -o-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}

#ordercart {
	max-height: 550px;
    overflow-y: auto;
}
