@-webkit-viewport {
  width: device-width;
}
@-moz-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
.hyphen {
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
body {
  padding: 5px;
}
body.body {
  background-color: #000;
  color: #fff;
  margin: 0;
  padding: 0;
}
body.no-overflow {
  overflow: hidden;
}
#header {
  background-color: #000;
  position: fixed;
  width: 100%;
  border-bottom: 1px solid #1f1f1f;
  z-index: 100;
}
#header .inquiry .arrow {
  display: none;
}
#header .inquiry > a {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #f5e83d;
  color: #1f1f1f;
  display: block;
  text-align: center;
  font-size: 1.2em;
  padding: 10px 15px;
}
#header .inquiry > a:hover {
  background-color: #99cc00;
  text-decoration: none;
}
#header #logo {
  display: inline-block;
}
#header #logo img {
  margin: 15px 15px 0 15px;
  height: 80px;
}
#header #mobile-toggle {
  position: absolute;
  right: 20px;
  top: 25px;
  font-size: 30px;
  cursor: pointer;
  color: #f5e83d;
}
#header .container {
  position: relative;
}
#header #main-navigation {
  display: none;
  background-color: #000;
  font-size: 16px;
  overflow: auto;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  margin-top: 96px;
  z-index: -1;
}
#header #main-navigation ul {
  list-style-type: none;
  margin-bottom: 0;
  padding: 0;
  display: none;
}
#header #main-navigation ul.level-1 {
  display: block;
}
#header #main-navigation li {
  position: relative;
}
#header #main-navigation li.level-1 {
  border-bottom: 1px solid #1f1f1f;
}
#header #main-navigation li.level-1:last-child {
  border: 0;
}
#header #main-navigation li.level-2 a {
  padding-left: 30px;
}
#header #main-navigation li.level-2:last-child {
  padding-bottom: 0;
}
#header #main-navigation li.level-3 a {
  padding-left: 45px;
}
#header #main-navigation a {
  color: #ffffff;
  padding: 8px 10px;
  display: block;
  text-transform: uppercase;
  white-space: nowrap;
}
#header #main-navigation a:hover,
#header #main-navigation a:active {
  text-decoration: none;
}
#header #main-navigation .has-entries {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 36px;
  color: #ffffff;
  cursor: pointer;
  border-left: 1px solid #1f1f1f;
  padding-top: 3px;
  padding-left: 15px;
  padding-right: 15px;
  height: 100%;
}
#stage {
  background-color: #739900;
  color: #1f1f1f;
  margin-top: 110px;
}
#stage .wrapper {
  padding: 25px 15px 45px 15px;
}
#stage .wrapper .title {
  font-size: 2em;
}
#stage .wrapper a {
  color: #f5e83d;
}
#stage .slider-navigation {
  margin: 0;
  padding: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  position: relative;
}
#stage .slider-navigation li {
  height: 120px;
  width: 20%;
  margin: 0;
  padding: 0;
  position: relative;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  display: inline;
  float: left;
  text-indent: 0;
  border: 0;
}
#stage .slider-navigation li:hover {
  background-color: #afd440;
}
#stage .slider-navigation li.active {
  background-position: 0 -25px;
  background-color: #afd440;
  color: #1f1f1f;
}
#stage .slider-navigation li a {
  outline: 0;
  text-decoration: none;
}
#stage .slider-navigation li .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  z-index: -1;
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  -webkit-opacity: 0.3;
  opacity: 0.3;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
  filter: alpha(opacity=30);
}
#stage .slider-navigation li .title {
  font-size: 1.5em;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 5.5em;
}
#main {
  padding: 100px 0 120px 0;
  position: relative;
  background: #000000 url(/assets/img/partyband-ammersee-hochzeitsmusik-caipirinha-glas.jpg) bottom left no-repeat;
}
#main a {
  color: #99cc00;
}
#main .lime {
  position: absolute;
  right: 0;
  bottom: -55px;
  z-index: 0;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  color: #99cc00;
}
.galery a {
  display: inline-block;
  width: 50%;
  float: left;
}
figure.image {
  margin-bottom: 15px;
}
#footer {
  background-color: #1f1f1f;
  color: #1f1f1f;
}
#footer .list-unstyled a {
  color: #1f1f1f;
}
#footer .overall-footer {
  padding: 60px 0;
  background-color: #99cc00;
}
#footer .title {
  font-weight: bold;
  font-size: 1.4em;
}
#footer .inquiry {
  text-align: center;
  position: relative;
}
#footer .inquiry a {
  padding: 10px 30px;
  background-color: #f5e83d;
  color: #1f1f1f;
  font-size: 2em;
  display: inline-block;
}
#footer .inquiry a:hover {
  text-decoration: none;
  background-color: #99cc00;
}
#footer .inquiry a .arrow {
  text-align: center;
  display: inline-block;
  position: absolute;
  font-size: 1.4em;
  top: -90px;
  left: 0;
  color: #f5e83d;
  line-height: 1em;
  width: 100%;
}
#footer .navigation ul {
  margin: 15px 0;
  padding: 0;
  list-style: none;
  list-style-type: none;
}
#footer .navigation ul li {
  text-align: center;
}
#footer .navigation ul li a {
  color: #f5e83d;
}
#guestbook-list {
  margin-top: 30px;
}
#guestbook-list .item {
  margin-bottom: 15px;
  border-bottom: 1px solid #1f1f1f;
  padding-bottom: 15px;
}
#guestbook-list .item .title {
  color: #99cc00;
  font-size: 1.4em;
}
#guestbook-list .item .date {
  float: right;
  display: inline-block;
  color: #99cc00;
}
#guestbook-teaser,
#places-played {
  margin-bottom: 15px;
}
#guestbook-teaser .fa,
#places-played .fa {
  font-size: 1.8em;
}
#reference-list,
#partner-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#reference-list li,
#partner-list li {
  margin-bottom: 15px;
}
.pagination > li > a,
.pagination > li > span {
  background-color: #000;
}
.pagination > li > a:hover,
.pagination > li > span:hover {
  background-color: #f5e83d;
  color: #1f1f1f !important;
}
.pagination > li.active a {
  background-color: #f5e83d;
  color: #1f1f1f !important;
  border-color: #f5e83d;
}
#guestbook-entry-form {
  background-color: #1f1f1f;
  padding: 15px;
}
#footer-navigation {
  background-color: #1f1f1f;
}
#footer-navigation .fa-inverse {
  color: #1f1f1f;
}
.video-list .item {
  padding: 15px;
  background: #1f1f1f;
  margin-bottom: 2%;
}
.video-list .item .title {
  font-weight: bold;
}
.btn {
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn.btn-primary {
  background-color: #f5e83d;
  color: #1f1f1f !important;
  border-color: #f5e83d;
}
.btn.btn-primary:active,
.btn.btn-primary:focus {
  background-color: #99cc00;
}
.alert {
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-group {
  position: relative;
}
.form-group label.error {
  position: absolute;
  top: 0;
  right: 0;
  color: #ff0000;
  font-size: 12px;
}
.form-control {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-control:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-color: #ccc;
}
.checkbox label.error {
  color: #ff0000;
  font-size: 12px;
  padding-left: 0px;
  padding-right: 15px;
}
.map {
  height: 300px;
}
.news-teaser {
  margin-bottom: 30px;
}
.rating {
  display: inline-block;
  padding: 15px;
  background-color: #3f4c17;
  color: #afd440;
}
.rating:focus,
.rating:active,
.rating:hover {
  text-decoration: none;
  color: #f5e83d;
  background-color: #4f601d;
}
.rating .stars {
  color: #f5e83d;
}
