@import 'https://fonts.googleapis.com/css?family=PT+Sans:400,700';

.container {
  max-width: 900px;
}
.events a {
  font-weight: bold;
  }
.events small {
  font-size: inherit;
  }
.events small:before {
  content: " - ";
  }
.a {
  display: none;
}

.bannerTop {
  margin: 20px 0 20px -10px;
  background-size: contain;
  cursor: pointer;
  text-align: center;
}

.bannerTop img {
  max-width: 100%;
}

body {
    background: white center cetner no-repeat fixed;
  background-size: cover;
  font-family: "PT Sans", sans-serif;
  font-size: 12px;
  min-height: 100vh;
  padding-bottom: 30px;
}

header {
    margin-bottom: 40px;
    margin-top: 10px;
}

a {
    color: #888;
}

h2 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 160%;
}

h2 span {
  padding: 5px 7px 3px;
  border-bottom: 2px solid #000;
  display: inline-block;
}

h3 {
  font-size: 115%;
  font-weight: bold;
  text-transform: uppercase;
}

.logo {
    margin-top: 10px;
}

.top-nav {
  text-transform: uppercase;
    margin: 0;
    margin-top: 32px;
  margin-left: 40px;
  padding: 0;
    list-stlye: none;
}

.top-nav li {
  display: inline-block;
    list-style: none;
    font-size: 13px;
}

.top-nav li a {
  color: black;
  padding: 3px 10px;
  display: inline-block;
}

.top-nav li a.active {
  border-bottom: 2px solid #000;
}

footer {
    clear: both;
    margin-top: 40px;
}

footer a {
    color: black;
    font-size: 12px;
    margin-right: 10px;
}

.arbeit .img {
  padding-top: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

#carousel-1 {
  margin-top: 30px;
}

.carousel-control.right,
.carousel-control.left {
  background: transparent;
  color: #fff;
}

.carousel-control .glyphicon {
  font-size: 40px;
}

.carousel-control.right:hover,
.carousel-control.left:hover {
  color: #000;
}

.caption-wrapper {
  margin-top: 30px;
  padding: 20px 30px;
  background: rgba(255,255,255, .8);
}

.caption-wrapper p {
  margin-bottom: 0;
}

.news, .contents .content {
  background-color: #ddd;
  background-color: rgba(200, 200, 200, .3);
}

.news {
  min-height: 400px;
  padding: 0;
}

.contents .content {
  margin-left: 40px;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}

.contents .toplink {
  margin-left: 40px;
  margin-top: 30px;
}

.content a {
  color: #000;
}

.contents .toplink a {
  display: inline-block;
  border-bottom: 2px solid #000;
  background-color: rgba(240, 240, 240, .5);
  padding: 0 7px;
  color: #000;
  text-transform: uppercase;
}

.inline-nav {
  text-transform: uppercase;
  padding: 0;
  font-weight: bold;
  margin: 7px 0 0;
  font-size: 11px;
}

.inline-nav a {
  color: #000;
}

.inline-nav a.active {
  border-bottom: 2px solid #000;
}

.inline-nav li {
  padding: 0 1px;
  display: inline-block;
  list-style-type: none;
}

.sufu {
  border: none;
  background: #fff;
  font-size: inherit;
}

.margin {
  margin-top: -10px;
  margin-bottom: 10px;
}

.row.margin {
  margin-left: 0;
  margin-right: 0;
}

.row.hgrp {
  height: 100px;
}

table.table {
  margin-bottom: 0;
  border-collapse: separate;
  border-spacing: 0 2px;
}

table.table.events > tbody > tr > td,
table.table.events > thead > tr > th {
  border-bottom: none;
  border-top: none;
}

table.events th {
  padding-top: 1px !important;
  padding-bottom: 1px !important;
  background-color: #000;
  color: #fff;
  text-transform: uppercase;
  font-size: 11px;
}

table.events td {
  background-color: rgba(255,255,255, 0.6);
}

.events b {
  display: block;
}

.artist {
  padding-top: 10px;
  font-weight: bold;
}

.textContent {
  background: rgba(255, 255, 255, .6);
  padding: 10px;
}

.imgContent {
  padding: 20px;
}

/* resp nav*/

.nav-toggle-button {
    position: fixed;
    top: 0px;
    width: 100%;
    background: #fff;
    text-align: center;
    color: #3d3d3d;
    display: inline-block;
    padding: 5px;
    font-size: 20px;
    z-index: 3;
    left: 0;

}

.nav-toggle-button * {
    color: #3d3d3d;
}

.dropdown-nav {
    position: fixed;
    top: 36px;
    width: 100%;
    background: #fff;
    text-align: center;
    padding: 0;
    padding-bottom: 15px;
    z-index: 3;
    left: 0;

}

.dropdown-nav ul {
    width: 100%;
    margin: 0;
    padding-left: 0;
    *padding-bottom: 20px;
    left: 0;
    top: 36px;
}

.dropdown-nav ul li {
    width: 100%;
    text-align: center;
    padding: 0;
    padding-bottom: 15px;
    margin-top: 15px;
    border-bottom: 1px dotted white;

}

.dropdown-nav ul li:last-child {
    margin-bottom: 15px;
    padding-bottom: 15px;

}

.dropdown-nav ul li a {
    color: #3d3d3d;
    font-size: 20px;
}

.jk-collapse {
    min-height: 0 !important;
}

.jk-collapse.collapsed {
    min-height: 1px;
}

@media screen and (max-width: 1000px) {
    .top-nav li {

        margin-right: 25px;
        margin-top: 8px;
        font-size: 14px;
        font-weight: 100;

    }

    .logo {
        max-height: 50px;
    }
}

@media screen and (max-width: 768px) {
.news,
.contents {
  margin: 10px;
  width: auto;
  float: none;
}
.contents {
  padding-left: 0;
}
.contents .content {
  margin-left: 0;
  margin-top: 40px;
}
.contents .toplink {
  margin-left: 0;
}
}

@media screen and (max-width: 480px) {
.top-nav {
  margin-left: 0;
}
.top-nav li {
  display: block;
  margin-right: 0;
}
.top-nav li a {
  display: block;
}
}

.thumbnail .caption{
    text-align: center;
}
