@media screen and (min-device-width: 320px) and (max-device-width: 375px) {
  body #imgContentHome {
    content: url(../images/background/home_320_568.jpg);
    width: 100%;
  }
  body h1 {
    font-size: 22px;
  }
  body h2 {
    font-size: 16px;
  }
  body h3 {
    font-size: 12px;
  }
  body p,
  body address,
  body li {
    font-size: 10px;
    font-weight: 300;
  }
  body footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #f8f8f8;
    text-align: center;
    color: #7c7c7c;
    font-size: 8px !important;
    height: 50px;
  }
  body footer .fa {
    font-size: 22px !important;
    padding-left: 15px !important;
  }
  body footer .row {
    margin-top: 15px;
  }
  body .ui-notify {
    margin-bottom: 50px;
    height: 100px;
  }
  body .dieband #timeline {
    padding-left: 0px;
    width: 10px;
  }
  body .dieband #timeline article {
    width: 225px;
  }
  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 .item {
    margin-left: 15px;
  }
  body .musiker .item img {
    max-width: 275px;
  }
  body .musiker .item p {
    font-weight: 700;
    padding-top: 15px;
    font-size: 14px;
  }
  body .musiker .item p span.instrument {
    font-weight: 100;
    font-size: 10px;
  }
  body .kontakt .form {
    margin-top: 5px;
    padding-left: 15px;
  }
  body .kontakt .form input,
  body .kontakt .form textarea {
    margin-top: 5px;
  }
  body .kontakt .form-sent {
    padding-left: 50px;
  }
  body .kontakt .form-sent h2 {
    margin-top: 35px;
    width: 100%;
  }
  body .kontakt .form-sent p {
    margin-top: 15px;
  }
  body .demo .btn-custom {
    background-color: white;
    color: black;
    transition-property: background, opacity;
    transition-duration: 0.5s;
    font-size: 10px;
    padding: 10px;
  }
  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: 8px;
    font-weight: 100;
  }
  body .demo .record-location:before {
    content: ' ';
    display: block;
  }
  body .demo .demo-item {
    margin-bottom: 10px;
  }
}
@media screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: portrait) {
  body #imgContentHome {
    content: url(../images/background/home_375_667.jpg);
    width: 100%;
  }
  body h1 {
    font-size: 22px;
  }
  body h2 {
    font-size: 16px;
  }
  body h3 {
    font-size: 12px;
  }
  body p,
  body address,
  body li {
    font-size: 10px;
    font-weight: 300;
  }
  body footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #f8f8f8;
    text-align: center;
    color: #7c7c7c;
    font-size: 8px !important;
    height: 50px;
  }
  body footer .fa {
    font-size: 22px !important;
    padding-left: 15px !important;
  }
  body footer .row {
    margin-top: 15px;
  }
  body .ui-notify {
    margin-bottom: 50px;
    height: 80px;
  }
  body .setlist .setlist-list {
    margin-left: 25px;
  }
  body .setlist .setlist-list ul {
    padding-left: 5px;
    list-style-type: none;
  }
  body .setlist .setlist-list ul li {
    font-size: 12px;
  }
  body .dieband #timeline {
    padding-left: 10px;
  }
  body .dieband #timeline article {
    width: 235px;
  }
  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 .item {
    margin-left: 45px;
  }
  body .musiker .item img {
    max-width: 275px;
  }
  body .musiker .item p {
    font-weight: 700;
    padding-top: 15px;
    font-size: 14px;
  }
  body .musiker .item p span.instrument {
    font-weight: 100;
    font-size: 10px;
  }
  body .kontakt .form {
    margin-top: 5px;
    padding-left: 15px;
  }
  body .kontakt .form input,
  body .kontakt .form textarea {
    margin-top: 5px;
  }
}
@media screen and (min-device-width: 414px) and (max-device-width: 768px) and (orientation: portrait) {
  body #imgContentHome {
    content: url(../images/background/home_414_736.jpg);
    width: 100%;
  }
  body h1 {
    font-size: 22px;
  }
  body h2 {
    font-size: 16px;
  }
  body h3 {
    font-size: 12px;
  }
  body p,
  body address,
  body li {
    font-size: 10px;
    font-weight: 300;
  }
  body footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #f8f8f8;
    text-align: center;
    color: #7c7c7c;
    font-size: 8px !important;
    height: 50px;
  }
  body footer .fa {
    font-size: 28px !important;
    padding-left: 15px !important;
  }
  body footer .row {
    margin-top: 15px;
  }
  body .ui-notify {
    background-color: #E3E3E3 !important;
    margin-bottom: 50px;
    height: 100px;
    border-top: 2px solid #e3e3e3;
  }
  body .setlist .setlist-list {
    margin-left: 25px;
    padding-left: 25px;
  }
  body .setlist .setlist-list ul {
    padding-left: 5px;
    list-style-type: none;
  }
  body .setlist .setlist-list ul li {
    font-size: 12px;
  }
  body .dieband #timeline {
    width: 10px;
  }
  body .dieband #timeline article {
    width: 275px;
  }
  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 .item {
    margin-left: 65px;
  }
  body .musiker .item img {
    max-width: 275px;
  }
  body .musiker .item p {
    font-weight: 700;
    padding-top: 15px;
    font-size: 14px;
  }
  body .musiker .item p span.instrument {
    font-weight: 100;
    font-size: 10px;
  }
  body .kontakt .form {
    margin-top: 5px;
    padding-left: 15px;
  }
  body .kontakt .form input,
  body .kontakt .form textarea {
    margin-top: 15px;
  }
  body .kontakt .form-sent {
    padding-left: 15px;
  }
  body .kontakt .form-sent h2 {
    margin-top: 35px;
    width: 100%;
  }
  body .kontakt .form-sent p {
    margin-top: 15px;
  }
  body .demo h3 {
    padding-bottom: 5px;
    font-size: 14px;
  }
  body .demo .record-location {
    font-size: 10px;
    margin--top: 5px;
  }
  body .demo .record-location:before {
    content: ' ';
    display: block;
  }
  body .demo .btn-custom {
    background-color: white;
    color: black;
    transition-property: background, opacity;
    transition-duration: 0.5s;
    font-size: 10px;
    padding: 10px;
  }
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  body #imgContentHome {
    content: url(../images/background/home_768_1024.jpg);
    width: 100%;
  }
  body .navbar {
    min-height: 75px;
  }
  body .navbar .navbar-header button {
    margin-top: 15px;
  }
  body .navbar .nav {
    margin-top: 15px;
  }
  body .navbar .nav a {
    font-size: 14px;
    padding-right: 0px;
  }
  body footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #f8f8f8;
    text-align: center;
    color: #7c7c7c;
    font-size: 12px !important;
    height: 50px;
  }
  body footer .fa {
    font-size: 24px !important;
    padding-left: 15px !important;
  }
  body footer .row {
    margin-top: 15px;
  }
  body .setlist .setlist-list {
    padding-left: 100px;
    margin-left: 0px;
  }
  body .setlist .setlist-list ul {
    margin-left: 5px;
    padding-left: 5px;
    list-style-type: none;
  }
  body .setlist .setlist-list ul li {
    font-size: 12px;
  }
  body .dieband #timeline {
    padding-left: 35px;
  }
  body .dieband #timeline article {
    width: 550px;
  }
  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: 15px;
  }
  body .musiker .slick-carousel .slick-item .img img {
    width: 80%;
    -webkit-box-shadow: 0px 0px 10px 4px #e3e3e3;
    -moz-box-shadow: 0px 0px 10px 4px #e3e3e3;
    box-shadow: 0px 0px 10px 4px #e3e3e3;
  }
  body .musiker .slick-carousel .slick-item h1 {
    font-size: 18px;
  }
  body .musiker .slick-carousel .slick-item h2 {
    font-size: 14px;
  }
  body .kontakt img {
    max-width: 300px;
  }
  body .kontakt .form {
    margin-top: 5px;
    padding-left: 10px;
  }
  body .kontakt .form input,
  body .kontakt .form textarea {
    margin-top: 5px;
  }
  body .kontakt .form-sent {
    padding-left: 50px;
  }
  body .kontakt .form-sent h2 {
    margin-top: 35px;
    width: 100%;
  }
  body .kontakt .form-sent p {
    margin-top: 25px;
  }
  body .demo .demo-item {
    margin-bottom: 25px;
  }
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  body #imgContentHome {
    content: url(../images/background/home_768_1024.jpg);
    width: 100%;
  }
  body .navbar {
    min-height: 75px;
  }
  body .navbar .navbar-header button {
    margin-top: 15px;
  }
  body .navbar .nav {
    margin-top: 15px;
  }
  body .navbar .nav a {
    font-size: 14px;
    padding-right: 0px;
  }
  body footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #f8f8f8;
    text-align: center;
    color: #7c7c7c;
    font-size: 12px !important;
    height: 50px;
  }
  body footer .fa {
    font-size: 24px !important;
    padding-left: 15px !important;
  }
  body footer .row {
    margin-top: 15px;
  }
  body .setlist .setlist-list {
    padding-left: 100px;
    margin-left: 0px;
  }
  body .setlist .setlist-list ul {
    margin-left: 5px;
    padding-left: 5px;
    list-style-type: none;
  }
  body .setlist .setlist-list ul li {
    font-size: 12px;
  }
  body .dieband #timeline {
    padding-left: 35px;
  }
  body .dieband #timeline article {
    width: 550px;
  }
  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: 15px;
  }
  body .musiker .slick-carousel .slick-item .img img {
    width: 80%;
    -webkit-box-shadow: 0px 0px 10px 4px #e3e3e3;
    -moz-box-shadow: 0px 0px 10px 4px #e3e3e3;
    box-shadow: 0px 0px 10px 4px #e3e3e3;
  }
  body .musiker .slick-carousel .slick-item h1 {
    font-size: 18px;
  }
  body .musiker .slick-carousel .slick-item h2 {
    font-size: 14px;
  }
  body .kontakt img {
    max-width: 350px;
  }
  body .kontakt .form {
    margin-top: 25px;
    padding-left: 15px;
  }
  body .kontakt .form input,
  body .kontakt .form textarea {
    margin-top: 5px;
  }
}
/*# sourceMappingURL=responsive.css.map */