/*
 * VARIABLES
 */
/*
 * END VARIABLES
 * START BOOTSTRAP
 */
[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
  display: none !important; }

@media (min-width: 768px) and (max-width: 991px) {
  .navbar.navbar-default li > a {
    padding-left: .5em;
    padding-right: .5em; } }
.row.row-tight {
  margin-bottom: 0; }

.text-primary {
  color: #e74c3c; }

.label-danger {
  background-color: #e74c3c; }

.btn:not(.btn-bs) {
  border: 0;
  border-bottom: 2px solid; }
  .btn:not(.btn-bs).btn-primary {
    color: #fff !important;
    background-color: #e74c3c !important;
    border-bottom-color: #bf2718;
    outline: none !important; }
    .btn:not(.btn-bs).btn-primary:active, .btn:not(.btn-bs).btn-primary:hover, .btn:not(.btn-bs).btn-primary.active {
      background: #d62c1a;
      border-bottom-color: #64150c; }
  .btn:not(.btn-bs).btn-default {
    background: #eee;
    border-bottom-color: #777 !important;
    outline: none !important; }

.list-group-item .list-group-item-text {
  line-height: 1.4em;
  min-height: 2.8em;
  color: #333; }
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
  background-color: #e74c3c;
  border-color: #e74c3c; }
  .list-group-item.active .list-group-item-text, .list-group-item.active:focus .list-group-item-text, .list-group-item.active:hover .list-group-item-text {
    color: white; }

.dropdown-menu li.active a {
  background: #e74c3c !important; }

hr {
  border-color: #d4d4d4 !important; }

.navbar {
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  -ms-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0; }
  .navbar .menu-text {
    padding: 4px;
    padding-left: 8px;
    padding-right: 0; }
  .navbar .menu-bars {
    padding: 9px 10px; }
  .navbar .navbar-toggle {
    padding: 0; }
  .navbar.navbar-default {
    border: none;
    background: white;
    margin: 0; }
    .navbar.navbar-default .navbar-right {
      padding-right: 15px; }
      .navbar.navbar-default .navbar-right a.btn {
        padding: 10px 15px;
        margin-top: 0.7em; }
    .navbar.navbar-default .container {
      padding: 0; }
    .navbar.navbar-default .navbar-left li a.btn {
      padding: 10px 15px;
      margin-top: 0.7em; }
    .navbar.navbar-default .navbar-left li a {
      color: #777 !important;
      transition: all .25s ease-in; }
    .navbar.navbar-default .navbar-left li.active a,
    .navbar.navbar-default .navbar-left li a:active,
    .navbar.navbar-default .navbar-left li a:hover {
      background: #e7e7e7; }
    .navbar.navbar-default .dropdown-menu {
      border-color: #e7e7e7;
      padding: 0; }
      .navbar.navbar-default .dropdown-menu a {
        padding: 5px 1em; }
      .navbar.navbar-default .dropdown-menu .divider {
        margin: 0; }

.blank-image-text {
  padding: 6em; }

.ratings .tab-content blockquote {
  border: 0;
  padding: 2em 2em;
  margin: 2em 0;
  background: url(../../../assets/quotes.png) no-repeat left bottom, url(../../../assets/quotes-top-right.png) no-repeat right top; }
.ratings .nav-tabs li {
  margin: 0;
  width: 33.33333333%;
  opacity: .4; }
  .ratings .nav-tabs li.active {
    opacity: 1; }
    .ratings .nav-tabs li.active > a {
      border: 0 !important;
      border-bottom: 3px solid #e74c3c !important; }
  .ratings .nav-tabs li a {
    color: #2a2a2a;
    border: 0; }
    .ratings .nav-tabs li a p {
      margin: 0; }
    .ratings .nav-tabs li a .pull-left:last-child {
      padding: 2.1em 0 0 1em; }

.alert,
.toolbar {
  margin: 1em 0 0 0; }

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background: #e74c3c;
  border-color: #bf2718; }

.pagination > li > a,
.pagination > li > span,
.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > li > a:active {
  color: #e74c3c; }

.breadcrumb {
  margin: 0;
  padding: 0 15px 15px;
  background: none; }
  .breadcrumb > li + li:before {
    content: "\f178";
    font: normal normal normal 14px/1 FontAwesome; }

.alert-danger {
  color: #E74C3C;
  background-color: transparent;
  border-color: #E74C3C; }

.alert-info {
  color: #3498db;
  background-color: transparent;
  border-color: #3498db; }
  .alert-info a {
    color: #196090; }
    .alert-info a:hover {
      color: #124364; }

/*
 * END BOOTSTRAP
 * START CUSTOM
 */
#logo {
  display: block;
  height: 44px;
  margin: 8px 0 0 0;
  width: 50px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-image: url(../../../../assets/logo.png); }

a {
  color: #e74c3c; }
  a:hover, a:focus {
    color: #e74c3c; }

.container.container-divider {
  padding: 2em 0; }

.navbar-small {
  margin: 5px 0; }

.flat-top {
  margin-top: 0;
  padding-top: 0; }

.flat-left {
  margin-left: 0;
  padding-left: 0; }

.flat-right {
  margin-right: 0;
  padding-right: 0; }

body {
  background: #eee;
  font-size: 17px; }

footer {
  background-color: #d4d4d4; }
  footer .container {
    background-color: #e1e1e1; }
  footer .media-object {
    padding-top: 1.2em; }
  footer .map {
    padding-top: 1em; }

.bg-white {
  background-color: white; }

.bg-primary {
  background-color: #e74c3c; }

.bg-secondary {
  background-color: #f39c12; }

.bg-nav {
  background-color: #f2f2f2; }

.bg-background {
  background-color: #eee; }

.bg-dark {
  background-color: #d4d4d4; }

.form-control.search-query {
  padding-bottom: 7px; }

.corners-round {
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -ms-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px; }

.background-image {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover !important; }
  .background-image.background-image-fixed {
    background-attachment: fixed; }

.social a {
  text-decoration: none !important;
  padding: 1em .4em; }

.minimal-logo {
  margin: 0 auto;
  padding-top: 20px; }

.overlay {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: #e74c3c;
  opacity: 0.6;
  display: block; }

.jumbo {
  position: relative;
  color: #fff;
  padding: 3em 0; }

.background-events-header {
  background-image: url(../../../assets/glass.jpg); }

section.intro {
  padding: 15% 0;
  color: #fff !important; }
  section.intro h1 {
    font-size: 3em;
    text-shadow: 0px 0px 10px #000; }
  section.intro p {
    font-size: 2em;
    text-shadow: 0px 0px 5px #000; }
section.events.events-page > .container {
  padding-bottom: 2em; }
section.events .events-table {
  display: table; }
  section.events .events-table .event {
    display: table-row; }
    section.events .events-table .event .event-box,
    section.events .events-table .event .event-body {
      display: table-cell; }
    section.events .events-table .event .event-box {
      padding-right: 1em; }
    section.events .events-table .event .event-body {
      padding-bottom: 2em; }
    section.events .events-table .event .event-heading {
      margin-top: 0; }
    section.events .events-table .event .event-date-month {
      font-size: .7em;
      line-height: 1.2em; }
    section.events .events-table .event .event-date-day {
      font-size: 1.4em;
      line-height: 1em; }
    section.events .events-table .event .event-title h4 {
      font-weight: bold; }
    section.events .events-table .event .event-details {
      margin-bottom: .5em; }
    section.events .events-table .event .event-date {
      border: 3px solid #eee;
      border-radius: 4px;
      display: block;
      height: 4em;
      width: 4em;
      text-decoration: none !important;
      color: #999;
      padding-top: .75em; }
    section.events .events-table .event .event-banner-link {
      text-decoration: none !important; }
      section.events .events-table .event .event-banner-link .event-banner {
        padding-top: 5em;
        margin-bottom: .5em; }
        section.events .events-table .event .event-banner-link .event-banner .event-description {
          padding: 2em 1em 1em 1em;
          background-image: linear-gradient(transparent, #000);
          color: #eee; }
          section.events .events-table .event .event-banner-link .event-banner .event-description h1 {
            margin-top: 0; }
section.events .event {
  padding-top: 2em; }
section.events .events-subscribe {
  padding: 2em 0; }
section.events .event-fee {
  background: none;
  border: 1px solid #e74c3c;
  color: #e74c3c;
  font-weight: normal;
  font-size: .5em;
  padding: .4em; }
section.icons img {
  max-width: 10em;
  max-height: 10em;
  margin: 0 auto; }
section.map .map-google {
  height: 25em; }
section.blog {
  padding-top: 1em; }
  section.blog .post:not(.post-promoted) .post-heading {
    height: auto !important;
    padding: 150px 0 0 0; }
  section.blog .post:not(.post-promoted) .post-info {
    position: inherit !important; }
section.event .event-image {
  height: 400px;
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -ms-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
  margin-bottom: 2em; }
section.event .event-description,
section.event .event-facts {
  margin-top: 30px;
  margin-bottom: 30px; }
section.event .event-detail-icon {
  margin-right: 15px;
  width: 15px; }
section.event map {
  border: 1px solid #777;
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -ms-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
  height: 30em;
  margin-bottom: 15px; }
section.event .fact-heading {
  margin: 0; }
section.event .fact {
  font-size: 1.5em; }
section.post {
  margin-bottom: 15px;
  padding-top: 1.2em; }
  section.post a.post-image {
    text-decoration: none; }
  section.post .post-heading {
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -ms-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    background-color: #ccc;
    height: 360px;
    color: white;
    position: relative; }
  section.post:not(.post-promoted) .post-heading {
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -ms-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
    margin-left: -15px; }
  section.post.post-promoted .post-info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: linear-gradient(transparent, #222);
    padding: 15px; }
  section.post.post-promoted .post-text {
    padding: 15px 15px 5px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    -ms-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px; }
  section.post:not(.post-promoted) .post-text {
    padding-top: 15px; }
  section.post .post-small-image {
    height: 100px; }
  section.post .post-big-image {
    height: 250px; }
  section.post .post-container {
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -ms-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px; }
section.shop .primary-filter {
  margin-right: 15px; }
section.shop .product-grid {
  margin-top: 15px;
  margin-bottom: 15px; }
  section.shop .product-grid .product {
    margin-bottom: 15px; }
    section.shop .product-grid .product .product-image {
      -webkit-border-radius: 4px 4px 0 0;
      -moz-border-radius: 4px 4px 0 0;
      -ms-border-radius: 4px 4px 0 0;
      border-radius: 4px 4px 0 0;
      background-repeat: no-repeat;
      border: 1px solid #ccc;
      height: 200px;
      background: #ccc; }
    section.shop .product-grid .product .product-details {
      -webkit-border-radius: 0 0 4px 4px;
      -moz-border-radius: 0 0 4px 4px;
      -ms-border-radius: 0 0 4px 4px;
      border-radius: 0 0 4px 4px;
      border: 1px solid #d4d4d4;
      border-top: none;
      padding: 10px; }
section.shop .product-list {
  margin-top: 15px;
  margin-bottom: 15px; }
  section.shop .product-list .product:not(:last-child) {
    margin-bottom: 15px; }
  section.shop .product-list .product .product-title {
    margin-top: 0; }
    section.shop .product-list .product .product-title small {
      margin-left: 5px; }
  section.shop .product-list .product .product-image {
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -ms-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #ccc;
    height: 150px;
    background: #ccc; }
section.account {
  padding-top: 20px; }
  section.account .row:not(:first-child) {
    padding-top: 10px; }
section.product .container, section.sorte .container {
  padding-top: 15px;
  padding-bottom: 15px; }
section.product .price,
section.product .matureness, section.sorte .price,
section.sorte .matureness {
  font-size: 1em; }
  section.product .price small,
  section.product .matureness small, section.sorte .price small,
  section.sorte .matureness small {
    font-size: 60%;
    color: #777; }
section.product .qty, section.sorte .qty {
  width: auto;
  margin-right: 30px; }
section.product .product-image, section.sorte .product-image {
  height: 27em; }
section.product .product-image-container, section.sorte .product-image-container {
  display: block; }
  section.product .product-image-container:not(:first-child), section.sorte .product-image-container:not(:first-child) {
    margin-top: 30px; }
  section.product .product-image-container .product-image-thumbnail, section.sorte .product-image-container .product-image-thumbnail {
    height: 4em; }
section.product .product-name, section.sorte .product-name {
  margin-top: 0; }
section.product .alert.qty, section.sorte .alert.qty {
  margin: 0 0 1em 0; }
section.minimal {
  margin-bottom: 100px; }
  section.minimal h1 {
    font-size: 3.5em; }
  section.minimal h2 {
    font-size: 1.5em;
    line-height: 1.3em; }
  section.minimal:not(.agb) h2 {
    color: #777; }
  section.minimal .row:not(:first-child) {
    margin-top: 15px; }
section.cart .product-title {
  margin: 0; }
section.cart .product-image {
  height: 7.5em; }
section.payment .product-image {
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -ms-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #ccc;
  height: 150px;
  background: #ccc; }
section.payment .product-title {
  margin-top: 0; }
  section.payment .product-title small {
    margin-left: 5px; }
section.account {
  padding-bottom: 2em; }
  section.account .product:not(:last-child) {
    margin-bottom: 15px; }
  section.account .product .product-image {
    height: 100px; }
section.bill {
  font-size: .8em !important; }
  section.bill .thanks,
  section.bill .footer {
    margin-top: 2em; }
section.team .employee .employee-image {
  height: 200px; }
section.team .employee .employee-name {
  font-size: 1.2em;
  padding: 0.5em 0; }
section.ticket .card {
  border-width: 10px;
  margin-top: 1em; }
  section.ticket .card td {
    border-width: 10px; }
  section.ticket .card .title,
  section.ticket .card .logo {
    margin-bottom: 1em; }
  section.ticket .card h1,
  section.ticket .card h3,
  section.ticket .card p {
    margin: 0; }

.backlink {
  padding: 2em 0; }

.expanded-search,
.overlay {
  width: 100%; }

.no-resize {
  resize: none; }

.userbar .cart-container {
  position: relative; }
  .userbar .cart-container .cart-item-count {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1000;
    line-height: inherit;
    padding: 0 0.5em;
    margin: -10px -20px 0 0; }
.userbar .label {
  line-height: 4.5em; }
.userbar .btn-login {
  margin-right: .5em; }

.checklist .list-group-item {
  padding-left: 2.2em;
  border: 0; }
  .checklist .list-group-item::before {
    position: absolute;
    left: .4em;
    content: "\f00c";
    font: normal normal normal 1.2em/1 FontAwesome; }

.carousel {
  height: 500px !important;
  color: white; }
  .carousel.carousel-sp-gallery {
    height: 400px !important;
    background: #ddd; }
  .carousel .carousel-control {
    background: none !important;
    width: 5%; }
  .carousel .carousel-inner,
  .carousel .item.active,
  .carousel .item.next,
  .carousel .item.prev {
    height: 100%;
    display: block; }
  .carousel .item {
    padding: 0;
    background-size: cover !important;
    -webkit-background-size: cover !important; }
    .carousel .item .item-image,
    .carousel .item .item-text,
    .carousel .item .container,
    .carousel .item .row {
      height: 100%; }
      .carousel .item .item-image.item-text,
      .carousel .item .item-text.item-text,
      .carousel .item .container.item-text,
      .carousel .item .row.item-text {
        position: relative; }
        .carousel .item .item-image.item-text .overlay-text,
        .carousel .item .item-text.item-text .overlay-text,
        .carousel .item .container.item-text .overlay-text,
        .carousel .item .row.item-text .overlay-text {
          background: #000; }
        .carousel .item .item-image.item-text .item-text-content,
        .carousel .item .item-text.item-text .item-text-content,
        .carousel .item .container.item-text .item-text-content,
        .carousel .item .row.item-text .item-text-content {
          position: relative;
          z-index: 10;
          padding: 1.5em 3.2em 1.5em 1.5em; }

/*
 * END CUSTOM
 * START KEYFRAMES
 */
/*
 * END KEYFRAMES
 */

/*# sourceMappingURL=frontend.css.map */
