/* ==========================================================================
   Base
   ========================================================================== */

* {
    margin: 0;
}

html, body {
    height: 100%;
}

body {
    background: #000 url('/assets/img/bg.jpg') repeat-x top left;
    color: white;
}

.container {
}

#topbar {
    background: #000 url('/assets/img/italiarep.gif') repeat-x top left;
    height: 3px;
}

a {
    color: #B57A0E;
}

a:hover,
a:visited {
    color: #FFD13D;
}

/* =============================================================================
   Header
   ========================================================================== */

#logo {
    margin-top: 40px;
}

.brand, h1 {
    font-family: Georgia, Arial, Tahoma;
    font-size: 90px;
    color: #fff!important;
    text-shadow: 0px 0px 5px #000;
}

.brand:hover {
    color: #fff!important; 
    text-decoration: none;
}

.subbrand, h2 {
    font-family: Georgia, Arial, Tahoma;
    font-size: 35px;
    color: #f1251a;
    text-shadow: 0px 0px 2px #000;
}

h1 {
    font-family: Arial, Tahoma, Verdana;
    margin: 10px 0 5px 0;
    line-height: 70px;
    font-size: 50px;
}

h2 {
    font-family: Arial, Tahoma, Verdana;
    line-height: 40px;
    font-size: 28px;
    margin-bottom: 25px;
}

.subh {
    font-weight: bold;
    margin-top: 20px;
    padding-bottom: 2px;
    border-bottom: 1px dotted #222;
    margin-bottom: 4px;
}

#start-text .address,
#start-text .tel {
    margin: 0;
}

#start-text .tel {
    font-size: 1.2em;
    font-weight: bold;
}

#start-text h2 {
    margin-top: 0;
    font-size: 40px;
    margin-bottom: 5px;
}

#start-text {
    font-size: 12px;
}

#start-text ul li {
    margin: 0;
    padding: 0;
}

h3 {
    margin-bottom: 0;
    font-size: 22px;
}

h2 a:hover,
h2 a,
h2{
    font-family: Georgia, Arial, Tahoma;
    color: #FFAE00;
    text-decoration: none;
    cursor: default;
}

.description {
    line-height: 22px;
    color: #C0C0C0;
}

#heading {
    margin-bottom: 55px;
}

.page-header {
    border-bottom: none;
    margin: 30px 0 0px 0;
}

#banner-inner {
    position: relative;
}

#banner {
    margin-top: 40px;
    position: relative;
}

/* Fixed Topbar Navigation */
body.top-navbar { }
body.admin-bar .navbar-fixed-top { top: 28px; }


/* ==========================================================================
   Content
   ========================================================================== */

#content { }
#pizza-img {
    display: none;
    position: absolute;
    height: 327px;
    width: 361px;
    background: transparent url('/assets/img/pizza.png') no-repeat top center;
    top: 40px;
    right: 30px;
    z-index: 5000;
}



/* ==========================================================================
   Primary Content
   ========================================================================== */


/* ==========================================================================
   Navigation
   ========================================================================== */

#nav-main {
    margin-top: 60px;
}

.nav {
    background: transparent;
    background: rgba(230, 156,13, .2);
    color: #fff;
    padding: 7px 5px;
    font-size: 1.1em;
    margin-bottom: 40px;
    box-shadow: 0px 0px 5px #000;
}

.nav-pills > li {
    padding-right: 15px;
}

.nav-pills > li > a {
    color: #fff;
    font-weight: bold;
    font-family: Georgia;
}

.nav-pills > .active > a,
.nav-pills > .active > a:hover {
    background: rgba(230, 230,230, .15);
}

.nav-pills > li > a:hover,
.nav-pills > li > a:active {
    background: rgba(230, 230,230, .15);
    color: #fff;
}

#main { }



/* ==========================================================================
   Sidebar
   ========================================================================== */

#sidebar { 
    background: transparent url('/assets/img/bg-sidebar.png') no-repeat 50% 50%;
    height: 420px;
    width: 314px;
}



#sidebar .nav-list {
    background-color: transparent;
    margin: 0;
    padding: 0;
    box-shadow: none;
    margin: 32px 0 20px 50px;
}

#sidebar .nav-list li {
    background: transparent;
    padding: 0;
}

#sidebar .nav-list > li > a {
    background-color: transparent;
    color: #fff;
    font-size: 1.2em;
    font-weight: bold;
    text-shadow: none;
    padding: 8px 6px;
    margin: 0;
    width: 200px;
    border-bottom: 1px dotted #444;
}

#sidebar .nav-list > li > a:hover,
#sidebar .nav-list > li > a:active,
#sidebar .nav-list > .active > a,
#sidebar .nav-list > .active > a:hover
{
    color: #BC2424;
}


.tothetop a {
}

.tothetop {
    
    box-shadow: none !important;
}

/* ==========================================================================
   Posts
   ========================================================================== */

.hentry header { }
.hentry time { }
.hentry p.byline { }
.hentry .entry-content { }
.hentry footer { }



/* ==========================================================================
   Footer
   ========================================================================== */



#content-info {
    background: #000 url('/assets/img/footer.jpg') repeat-x bottom center;
    height: 245px;
    clear: both;
    position: relative;
}

#footer-content {
    padding-top: 150px;
    height: 90px;
}

#wrap {
    min-height: 100%;
    height: auto !important;
    height: 100%;
}

.push {
}

/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/
}

.copy {
    margin-top: 35px;
    font-size: 0.9em;
}

.footer-nav {
    background: transparent;
    box-shadow: none;
    padding: 0;
    font-size: 0.9em;
    list-style-type: none;
    margin-left: 0;
}

.green {
    color: #8CC912 !important;
}

.pls {
    color: #fff !important;
}

.footer-nav > li {
    padding-bottom: 3px;
}

.footer-nav > li > a {
    color: #fff;
    font-family: Georgia, Arial, Tahoma, Verdana;
}

.footer-nav > li > a:hover {
    text-decoration: none;
}

.footer-nav > .active > a {
    color: #F6A800;
}

/* ==========================================================================
   WordPress Generated Classes
   See: http://codex.wordpress.org/CSS#WordPress_Generated_Classes
   ========================================================================== */

.aligncenter { display: block; margin: 0 auto; }
.alignleft { float: left; }
.alignright { float: right; }
figure.alignnone { margin-left: 0; margin-right: 0; }


.nivoSlider {
    position:relative;
    background: transparent url(/assets/css/themes/dark/loading.gif) no-repeat 50% 50%;
}
.nivoSlider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}
.nivoSlider a {
    border:0;
    display:block;
}
.td-price {
    width: 100px;
    font-weight:bold;
}

.td-price p {
    line-height: 3.4em;
    font-size: 1.2em;
    text-align: right;
}

@media(max-width: 750px) {
    #sidebar {
        display: none;
        visibility: hidden;
        position: absolute;
        left: -5000px;
    }
}

.table {
    
    table-layout: fixed;
}

.table td {
    border-top: 1px dotted #111;
}


.table p {
    display:none;
}

.table .desc,
.td-price p {
    display: block;
}

.desc {
    color: #999;
    font-size: 1em;
    margin: 0;
}

.kontakt-img {
    border: 3px solid #fff;
}

#contact-info {
    margin: 35px 0;
}

#contact-img {
    margin-bottom: 35px;
}

/* Vertical Nav */

.hlist {
    overflow: hidden;
    position: relative;
    
}

.hlist ul {
    display: inline;
    float: left;
    margin: 0;
    padding: 0.5em 0;
}

.hlist ul li {
    display: inline;
    float: left;
    list-style-type: none;
    margin: 0 0.25em 0 0;
    padding: 0;
}

.no-list-style {
    list-style-type: none;
    margin: 0;
    padding: 0 0 0px 0;
}

.no-list-style li {
    padding: 5px 0;
}

.float-left {
    float:left;
    width: 160px;
}

.clear-float {
    clear: both;
}


.bold {
    font-weight: bold;
}

.title {
    font-size: 18px;
    font-family: "Klavika", Arial, Tahoma, Verdana;
}

/* ==========================================================================
  forms
   ========================================================================== */

input[type="text"],
textarea {
    background-color: #49423B;
    border: 1px solid #3D3B3A;
}

.form-search {
    margin-top: 10px;
}

.navbar-inner .widget-inner {
    margin-left: 45px;
}

input.search-query {
    border-radius: 5px;
    padding: 2px 5px 2px 5px;
}

.btn {
    margin: 0 0 0 5px !important;
    padding: 4px 8px;
    font-size: 12px;
}


/* ==========================================================================
  contact/kontakt form
   ========================================================================== */

#contact-form {
    margin: 20px 0;
}

#contact-form p {
    font-weight: bold;
    font-size: 12px;
}

.wpcf7-submit {
    border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
    background-image: -moz-linear-gradient(center top , #FFFFFF, #E6E6E6);
    border-radius: 4px 4px 4px 4px;
    box-shadow:0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #333333;
    padding: 4px 8px;
}

.wpcf7-quiz {
    width: 60px;
}

.c-submit {
    text-align: right;
}

.c-message {
    margin-bottom: 2px;
}


.wpcf7-textarea {
 width: 260px;   
}

#map {
    margin-top: 30px;
}

#slideshow {
    margin-bottom: 55px;
}

.ger-box {
    height: 210px;
    border: 3px solid #fff;
    margin-bottom: 15px;
    position: relative;
}

.ger-box a {
text-shadow: 0 1px 1px rgba(0,0,0,0.8);
    color: #fff;
}

#pizza {
    background: transparent url('/assets/img/start/pizza-big.jpg') no-repeat;
}
#fisch {
    background: transparent url('/assets/img/start/fisch-big.jpg') no-repeat;
}
#pasta {
    background: transparent url('/assets/img/start/pasta-big.jpg') no-repeat;
}

.ger-box div {
background: -moz-linear-gradient(left,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.2) 48%, rgba(0,0,0,0.2) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0)), color-stop(48%,rgba(0,0,0,0.2)), color-stop(100%,rgba(0,0,0,0.2))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.2) 48%,rgba(0,0,0,0.2) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.2) 48%,rgba(0,0,0,0.2) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.2) 48%,rgba(0,0,0,0.2) 100%); /* IE10+ */
background: linear-gradient(to right,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.2) 48%,rgba(0,0,0,0.2) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=1 ); /* IE6-9 */

height: 60px;
    position: absolute;
    /*top: -29px;
    left: 5px;*/
    bottom: 5px;
    right: 0px; 
    width: 240px;
}

.ger-box p {

    font-size: 40px;
    padding: 20px 20px 0 120px;
    font-family: Arial, Tahoma, Verdana;
}

.menue-list {
    margin: 0;
}

.menue-list li {
    list-style-type: none;
    margin: 0 0 5px 0;
    padding: 8px 0;
    border-bottom: 1px dotted #222;
}

.daily-menu {
    background: transparent url('/assets/img/bg-sidebar-270.png') no-repeat 50% 50%;
    height: 300px;
    width: 268px;
    position: relative;
}

.dm-inner ul li {
    padding-bottom: 2px;
}

.date {
    color: #999;
    font-size: 11px;
}

#slideshow {
    position: relative;
}

#italiaflag {
    background: transparent url('/assets/img/italia-flag2.png') no-repeat top left;
    position: absolute;
    right: 26px;
    bottom: 18px;
    height: 101px;
    width: 118px;
    
    /*
    height: 118px;
    width: 101px;*/
}

.chalk {
    color: white !important;
    margin: 0px 0 0 0;
    font-size: 28px;
}

.chalk a:hover {
    cursor:pointer;
}

.dm-inner {
    /*font-family: "whatever it takes" !important;*/
    padding: 36px 40px 36px 40px;
    font-size: 0.9em;
}

.pdf {
    height: 30px;
    background: transparent url('/assets/img/pdf.png') no-repeat;
}

/*
#social-menu {
    position: relative;
}

#fb-btn {
    display: block;
    padding-bottom: 15px;
}

#social {
    position: absolute;
    bottom: 0px;
    left: 0px;
}*/


.contact-information {
}

.table tr td {
    border-top: 0;
}

.day {
    vertical-align: middle !important;
    font-size: 18px;
    border-right: 1px dotted #333;
}

.m-tr td {
    border-bottom: 1px dotted #333;
}

.m-desc {
    font-size: 11px;
    color: #ccc;
}

.m-title {
    font-weight: bold;
}

.vino {
    background: transparent url('/assets/img/wein.jpg') no-repeat top left;
    width: 508px;
    height: 734px;
    box-shadow: 0px 0px 10px #000;
}

#weekmenu-desc {
    margin-bottom: 50px;
}

.pic {
    border: 2px solid #fff; 
    height: 300px;
    width: 366px;
}

.pic-team {
    background: transparent url('/assets/img/team.jpg') no-repeat top left; 
}

.pic-burim {
    background: transparent url('/assets/img/burim-kueche.jpg') no-repeat top left;
}

.nivoSlider {
    box-shadow: 0px 0px 5px #000;
}

#speisen .table td {
    padding: 0;
}


/* ==========================================================================
   Media Queries
   ========================================================================== */

@media (max-width: 979px) {
  /* Fix top padding when using the responsive grid with the fixed topbar */
  body.top-navbar {
    padding-top: 0;
  }
  
  #content-info {
      margin-top: 0px;
  }
  
  #social {
      display:none;
  }
  
  .vino {
      display:none;
  }
  
  .daily-menu {
      background: none;
      height: auto;
      width: auto;
  }
  
  .dm-inner {
      padding: 20px 0;
  }
  
  .ger-box {
      display: none;
  }
  
  #italiaflag {
      display: none;
  }
  
}
