@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  src: local('Montserrat Light'), local('Montserrat-Light'), url(https://fonts.gstatic.com/s/montserrat/v12/JTURjIg1_i6t8kCHKm45_cJD3gnD-w.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: local('Montserrat Regular'), local('Montserrat-Regular'), url(https://fonts.gstatic.com/s/montserrat/v12/JTUSjIg1_i6t8kCHKm459Wlhzg.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: local('Montserrat Medium'), local('Montserrat-Medium'), url(https://fonts.gstatic.com/s/montserrat/v12/JTURjIg1_i6t8kCHKm45_ZpC3gnD-w.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: local('Montserrat Bold'), local('Montserrat-Bold'), url(https://fonts.gstatic.com/s/montserrat/v12/JTURjIg1_i6t8kCHKm45_dJE3gnD-w.ttf) format('truetype');
}
body {
  color: #000000;
  font-family: 'Montserrat', sans-serif;
}
body h1 {
  min-width: 100%;
  font-weight: 700;
  border-bottom: dotted 1px #e3e3e3;
}
body h2 {
  min-width: 100%;
  font-weight: 500;
}
body h3 {
  mind-width: 100%;
  font-weight: 500;
}
body .strong {
  font-weight: 500;
}
body address {
  font-style: italic;
}
body .navbar {
  min-height: 75px;
}
body .navbar .navbar-header button {
  margin-top: 15px;
}
body .navbar .nav {
  margin-top: 18px;
}
body .navbar .nav a {
  font-size: 22px;
}
body #imgContentHome {
  content: url(../images/background/home_1920_1080.jpg);
  width: 100%;
}
body .content {
  margin-top: 75px;
  padding-bottom: 125px;
}
body .setlist .setlist-list {
  margin-top: 25px;
  font-size: 12px;
}
body .setlist .setlist-list ul {
  list-style: none;
  margin-top: 0px;
  margin-bottom: 0px;
}
body .setlist .setlist-list ul li {
  padding-bottom: 5px;
}
body .kontakt img {
  max-width: 500px;
}
body .kontakt .form {
  margin-top: 50px;
  padding-left: 125px;
}
body .kontakt .form input,
body .kontakt .form textarea {
  margin-top: 25px;
}
body .kontakt .form-sent {
  padding-left: 150px;
}
body .kontakt .form-sent h2 {
  margin-top: 35px;
  width: 100%;
}
body .kontakt .form-sent p {
  margin-top: 75px;
}
body .dieband #timeline {
  padding-left: 0px;
  width: 10px;
}
body .dieband #timeline article {
  width: 1000px;
}
body .dieband #timeline article .panel {
  border: 0px solid white;
}
body .dieband #timeline article .panel .badge {
  height: 0px;
}
body .dieband #timeline article .panel .panel-body {
  margin: 0;
  padding: 0;
  border: 0px solid white;
}
body .dieband #timeline article .panel .panel-body h1 {
  margin-top: 5px;
  font-size: 18px;
}
body .dieband #timeline article .panel .panel-body p {
  font-size: 10px;
}
body .musiker .slick-carousel .slick-item .img {
  padding: 35px;
}
body .musiker .slick-carousel .slick-item .img img {
  width: 80%;
  -webkit-box-shadow: 0px 0px 33px 13px #e3e3e3;
  -moz-box-shadow: 0px 0px 33px 13px #e3e3e3;
  box-shadow: 0px 0px 33px 13px #e3e3e3;
}
body footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #f8f8f8;
  text-align: center;
  color: #7c7c7c;
  font-size: 12px;
  height: 65px;
}
body footer .fa {
  font-size: 25px;
  padding-left: 25px;
}
body footer .row {
  margin-top: 15px;
}
body .ui-notify {
  background-color: #E3E3E3 !important;
  margin-bottom: 65px;
  height: 65px;
  border-top: 2px solid #e3e3e3;
}
body .ui-notify .notify-aknowledge {
  cursor: pointer;
  border-bottom: 1px solid blue;
}
body #passwordForm {
  margin-top: 55px;
}
body .demo {
  margin-top: 35px;
}
body .demo .btn-custom {
  background-color: white;
  color: black;
  transition-property: background, opacity;
  transition-duration: 0.5s;
}
body .demo .btn-custom:hover,
body .demo .btn-custom:active,
body .demo .btn-custom:focus {
  cursor: pointer;
  opacity: 0.5;
  color: black;
}
body .demo .record-location {
  font-size: 12px;
  font-weight: 100;
}
body .demo .demo-item {
  margin-bottom: 10px;
}
/*# sourceMappingURL=main.css.map */