*background: rgb(252,239,120);
background: radial-gradient(circle, rgba(252,239,120,1) 45%, rgba(252,184,59,1) 100%);*/
/*#A2BACC;*/

/*______________________General______________________________________________________*/
body {
    font-family: Roboto, Arial;
   
}
h1, h2, h3, h4, h5, h6, h7 {
    font-family: Roboto Condensed, Arial;

  font-weight:700;
  color:#1d4559;
}

h3 {
  color:#101275;
}
p {
    font-family: Roboto, Arial;
  	font-size: 14px;
}
/*a {
    color: #084580;
    text-decoration: none;
}*/
/*
[type="radio"]:checked+span:after, [type="radio"].with-gap:checked+span:after {
    background-color:#3DADAE;
}
*/
/*[type="radio"]:checked+span:after, [type="radio"].with-gap:checked+span:before, [type="radio"].with-gap:checked+span:after {
    border: 2px solid #3DADAE;
}*/
.sw-tickethop-m-product-name {
    font-family: Roboto Condensed, Arial;
  	font-size: 18px;
  font-weight:700;
    margin-top: 10px;
    margin-bottom: 10px;
  color:103553;
}

/*label {
    color: #1d4559;
}
label.active >active{
	color: #3dADAE;
}

.input-field>label {
    color: #1d4559;
}
*/
.tickets-order-summary-total {
    color: #101257;
}


.sw-ticketshop-m-menu-item.active {
    color: #101275;
}
.sw-ticketshop-m-menu-item-bar {
    background-color: #101275;

}

.sw-ticketshop-m-menu-item {
    color: #4c8abd;
      font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}

.sw-ticketshop-m-menu-item:hover {
    color: #101257;

}

.sw-ticketshop-m-steps {
    background-color: white;
}

.sw-ticketshop-m-step-number.selected {
    color: #fff;
    background-color: #101275;
    border-color: #101275;
}
.sw-ticketshop-m-step-number {
    border: 1px solid #101275;
    background-color: white;
}
.sw-ticketshop-m-products-menu-cart-count {
	color: white;
    background-color: #101257;
    border: 1px solid #101257;
}


.sw-ticketshop-m-product-cart-price {
    color: #101275;
}

/*_________________Hintergrund______________________________________________*/

.tickets-background {
    background-color: white;
  /*  border: 2px solid #1d4559;*/
}
.sw-ticketshop-m-body {
	background-color: #A2BACC;
}

.sw-ticketshop-background-color {
 background: rgb(252,239,120);
background: radial-gradient(circle, rgba(252,239,120,1) 45%, rgba(252,184,59,1) 100%);
}
.sw-ticketshop-m-steps {
    background-color: white;
}
/*Zusammenfassungsseite*/
.sw-tickets-m-tickets-summary-top {
background: radial-gradient(circle, rgba(252,239,120,1) 45%, rgba(252,184,59,1) 100%);
    height: 50px;
    position: relative;
}
.carousel-bottom {
    background: radial-gradient(circle, rgba(252,239,120,1) 45%, rgba(252,184,59,1) 100%);
    color: #101257;
}
.carousel-bottom a {
    color: #101257;
}
.carousel-indicators>li.valid {
display:none;
}

/*______________________Buttons________________________________*/

.btn {
	/* border: 1px solid transparent; */
	border: 0;
    border-radius: 0px;
	/* z-index: 8;*/
  /*  font-size: 18px;*/
}
.btn:hover, .btn-large:hover, .btn-small:hover {
    background-color: #fcb83b;
}

.btn-default {
    color: #ffffff;
    background-color: #fcb83b;
    border-color: #fcb83b;
}

.btn-primary {
    color: #ffffff;
    background-color: #fcb83b;
    border-color:#fcb83b;
}
.btn-primary:hover {
    color: #fff;
    background-color: #fcb83b;
    border-color:#444;
	opacity: .65;
	
}
btn.btn-success {
    color: white;
    border-color: #444;
    background-color: #444;
}
.btn-primary.focus, .btn-primary:focus {
    color: #fff;
    background-color:#fcb83b;
    border-color: #fcb83b;
}
.btn, .btn-large, .btn-small {
    
    background-color: #fcb83b;
    color: #000;
  /*  font-weight: 300;
    text-transform: uppercase;*/
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
background-color:#4c8abd;
  color:white;
}

}
.btn:hover, .btn-large:hover, .btn-small:hover {
    background-color: #444; 
	opacity: .65;
  	color: white;
}
.btn:visited, .btn-large:visited, .btn-small:visited {
    background-color: #fcb83b; 
	opacity: .65;
  color:#101275;;
}
.button-ci-2.button-secondary {
   	background-color: white !important; 
  border: 2px solid #fcb83b !important;
  	color: #fcb83b !important;
}
.btn.btn-default.sw-ticketshop-m-product-cart-amount-substract:disabled {
  
 background-color: white;
  color:#101275;
}
.btn.btn-default.sw-ticketshop-m-product-cart-amount-quantity:disabled {
   background-color: white;
  color:#101275;
}
