/*---------Wächtersbach Colors
Balke Orange #e87319
Balke Blau #006bb2
Links - weiss underline
Links selected grau #7f7f7f
Logo Blau # 3d8b2
Logo Grau #737371
Logo Orange #ea7719
--------------*/ 

/*------------Ticketshop Mobil------------------*/

@media (min-width:320px) {
  .sw-ticketshop-m-content-height {
    min-height: 250px
  }
  .sw-tickets-m-tickets-summary {
    min-height: 20px;
	}
 /* .sw-ticketshop-m-menu-item-bar {
    top: -10px;
    bottom: unset;
	}*/
}

@media (min-width: 640px) {
.sw-ticketshop-m-content-height {
    min-height: 600px;
  }
  /*.sw-tickets-m-tickets-summary {
    min-height: 600px;
	}*/
}
.btn-default {
    color: #3d3d3d;
    background-color: #e87319;
    border-color: #e87319;
}

/*------ Category Darstellung--------*/
.sw-ticketshop-m-products-category {
/*    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 22px;*/
    border-bottom: 2px solid #f2f2f2;
    border-left: 2px solid #f2f2f2;
    border-right: 2px solid #f2f2f2;
}

.sw-ticketshop-m-products-category.selected {
    font-size: 22px;
    color: #006bb2;
}

/*------ Ticket Mobil Footer Leiste--------*/
.sw-ticketshop-m-info {
 /*   padding: 10px;
    width: 100%;
    display: flex;
    justify-content: center;
    max-width: 640px;*/
/*   border-top: #006bb2 solid 1px;*/

}
.sw-ticketshop-m-productgroup {
   border-top: #aed1ef solid 2px;
}
.sw-header-logo {
  background: #ffffff;
}
/*header Bilder:*/
/*.carousel-caption {
 /*   position: center;
    display: none;
    right: 15%;
    bottom: 30px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: transparent;
    text-align: center;
    text-shadow: 0 1px 2px rgb(0 0 0 / 60%);
}*/

.carousel-indicators {
  display: none;
   /* position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;*/
}
/* Carousel - Personalisierungsseiten */
.carousel-header {
    background-color: #006bb2;
/*    height: 50px;
    position: relative;
    display: flex;
    justify-content: center;
    z-index: 1000;*/
}

.carousel-bottom {
/*    width: 100%;*/
    background-color: #006bb2;
/*    height: 50px;
    position: relative;
    display: flex;
    justify-content: center;*/
    color: #fff;
 /*   align-items: center;
    position: relative;*/
}
/* Ticketsummary Seite - spiegelt Carousel-bottom*/
.sw-tickets-m-tickets-summary-top {
    background-color: #006bb2;
/*    height: 50px;
    position: relative;*/
}

.sw-full-height {
 /*   height: 100%;*/
	background-color: #cbe1ef;
}
.content {
    background-color: #cbe1ef;
}

.sw-ticketshop-m-menu {
 /*   padding: 10px;
    width: 100%;
    display: flex;*/
    background-color:#aed1ef !important;
  	border:2px solid  #aed1ef;
 /*   justify-content: space-evenly;
    align-items: center;*/
	color:#3d3d3d;
}

.sw-ticketshop-m-menu-item {
/*    padding: 5px;*/
    color: #3d3d3d;
  font-size: +1.2rem;
 /*   margin-left: 20px;
    margin-right: 20px;
    text-align: center;
    height: 100%;
    position: relative;*/

}

.sw-ticketshop-m-menu-item.active {
    color: #e87919;
  	font-size: +1.2rem;
  	font-weight:bold;
}

.sw-ticketshop-m-products-menu-cart-count {
    color: #3d3d3d;
    background-color: #e87919;
}

.sw-ticketshop-m-menu-item-bar {
    background-color: #e87919;

}

/*.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
  	font-size:1.4rem;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}*/
.sw-selectable:hover {
    cursor: pointer;
  
}
.sw-ticketshop-background-color {
    background-color: #aed1ef;
}

.sw-ticketshop-m-steps {
/*    padding: 10px;
    display: flex;*/
    background-color: white;
/*    height: 75px;*/
}
.sw-ticketshop-m-step-description {
    margin-top: 8px;
    font-size: 12px;
}

.sw-ticketshop-m-step-number.selected {
    color: #fff;
    background-color: #006bb2;
    border-color: #006bb2;
}

/*Bestellungsübersicht*/


.tickets-background {
    background-color: white;
    border: solid;
    border-color: #e87319;
}


.sw-ticketshop-m-download-home {
    margin-bottom: 15px;
}
.tickets-background {
    background-color: white;
    border: solid;
    border-color: #e87319;
}

