/* bootstrap */
@import url('https://fonts.googleapis.com/css?family=Cinzel|Lato');

body {
  position: relative;
/*  padding-top: 70px;*/
}


body, div, td, p {
  font-family: 'Lato', sans-serif;
  line-height: normal;
}


body nav.top-nav.navbar {
  font-family: 'Cinzel', serif;
  background-color: #1a6600!important;
}

a:link, a:visited, a:active  {
  color: #1a6600;
}

a:hover  {
  color: #a7bd28;
}

nav.navbar a {
  color: #fffff1!important;
}



ul {
  list-style-position: outside;
  text-align: left;
}

div.konzert a {
  color: #fffff1;
}
div.konzert {
  font-family: 'Lato', sans-serif;
  color: #fffff1;
  background-color: #ff6633;
  margin-left: auto;
  margin-right: auto;
  padding: 12px;
  margin-bottom: 12px;
}

@media (min-width: 576px) {
  div.konzert {
    width: 50%;
  }
}

p.eintritt {
  font-size: smaller;
}

h1 {
  font-family: 'Cinzel', serif;
}

/* bootstrap */
body {
  position: relative;
  padding-top: 70px;
  font-family: 'Cinzel', serif;
}

#main {
   position: relative;
}
#main:after {
    content : "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(/images/johnny-automatic-grapes-v2.svg);
    background-position: top right;
    background-size: 50% 50%;
    background-repeat: repeat;
    width: 100%;
    height: 100%;
    opacity : 0.16;
    z-index: -1;
}

body > div#main > div.jumbotron.top a {
  color: #1a6600;
}


