 .container {



        }

body{
  background-color:#fff;
}
.wrapper{

}
/* body {
   font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
   font-weight: 300;
} */



@media (min-width: 600px) {
    .container{max-width: 600px;width: 600px;}
}
@media (min-width: 768px) {
    .container{max-width: 600px;}
}
@media (min-width: 992px) {
    .container{max-width: 600px;}
}
@media (min-width: 1024px) {
    .container{width: 600px;}
}
@media (min-width: 1200px){
    .container{width: 600px;max-width: 600px;}
}

/**************************************************/
.bagis-group-wrapper{
    padding:0px;
	height:auto;
	position:relative;
	background:#fff;




}


.requirefield{
  color:red;
  font-weight:bold;
  padding-left:4px;
  font-size:16px;
}



/********************************************/
.bagis-group-header{
     background: #444 none repeat scroll 0 0;
	 height:28px;
	 margin:8px 0px 8px 0px;
	 position:relative;
	 color:#fff;
	 cursor:pointer;

}

.bagis-group-header-title{

     min-height:28px;
	 top:0px;
	 bottom:0px;
	 right:128px;
	 left:0px;
	 position:absolute;
	 text-align:center;
	 border-left:1px solid #fff;
	 padding-left:5px;
	 padding-top:4px;

}


/********************************************/
.bagis-group-body{
background:#fff;
	 min-height:100% !important;
	  margin:0px 0px 8px 0px;
}
/********************************************/
.bagis-group-item{
   margin:8px 0px 20px 0px;
   background:#f1f1f1;
   min-height:28px;
   position:relative;
   height:auto !important;
   height:28px;
   -moz-box-shadow: 0 0 5px #888;
-webkit-box-shadow: 0 0 5px#888;
box-shadow: 0 0 5px #888;
}
/********************************************/
.betrag-box{
     min-height:28px;
	 top:0px;
	 bottom:0px;
	 right:32px;
	 width:80px;
	 background:#bfbfbf;
	 position:absolute;
	 border-left:8px solid #fff;
	 text-align:right;
	   font-weight:bold;
}


/********************************************/
.info-box{
     min-height:28px;
	 top:0px;
	 bottom:0px;
	 right:0px;
	 width:32px;
	 background: #5b636a none repeat scroll 0 0;
	 position:absolute;
	 text-align:center;
	 cursor:pointer;
	 color:#fff;
	  border-left:8px solid #fff;
	  font-size:20px;
}

/********************************************/
.box-plus{
     min-height:28px;
	 top:0px;
	 bottom:0px;
	 right:128px;
	 width:32px;
	  background: #5b636a none repeat scroll 0 0;
	 position:absolute;
	 text-align:center;
	 cursor:pointer;
	  color:#fff;
	  font-size:20px;
}
.box-oounter{
     min-height:28px;
	 top:6px;
	 bottom:0px;
	 right:160px;
	 width: 100px;        /* width:32px; */
	 background: #5b636a none repeat scroll 0 0;
	 position:absolute;
	 text-align:center;
	 cursor:pointer;
	 color:#fff;
	 font-weight:bold;
}
.box-minus{
     min-height:28px;
	 top:0px;
	 bottom:0px;
	 right:192px;
	 width:32px;
	 background: #5b636a none repeat scroll 0 0;
	 position:absolute;
	 text-align:center;
	 cursor:pointer;
	 color:#fff;
	 font-size:20px;
}

/*************************************************/
.box-preis{
     min-height:28px;
	 top:0px;
	 bottom:0px;
	 right:224px;
	 width:50px;
	 background:#bfbfbf;
	 position:absolute;
	 text-align:center;
	 color:#444;
	 font-weight:bold;
}


.bagis-title-info{

     min-height:28px;
	 margin-top:0px;
	 margin-bottom:0px;
	 margin-right:280px;
	 margin-left:0px;
	 color:#222;
	 position:relative;
	 text-align:left;
	 padding-left:5px;

}

.clear { clear: both; }

  .css-subitems{
   border-bottom:5px solid #f14332;
   margin-bottom:2px;
  }

.content-md {
    padding-bottom: 80px;
    padding-top: 0;
}


.spendeactive
{
	 color: black;
  background-color: #22ee22;
  font-size: 20px;
  font-family: helvetica;
  text-decoration: none;
  border: 2px solid white;
  border-radius: 20px;
  transition-duration: .2s;
  -webkit-transition-duration: .2s;
  -moz-transition-duration: .2s;
  padding: 4px 30px;
}
.spendenormal
{
 color: black;
  background-color: white;
  font-size: 20px;
  font-family: helvetica;
  text-decoration: none;
  border: 2px solid black;
  border-radius: 20px;
  transition-duration: .2s;
  -webkit-transition-duration: .2s;
  -moz-transition-duration: .2s;
  padding: 4px 30px;
}

   .form-control.error{
    background-color: #fff;
    background-image: none;
    border: 1px solid #f00;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
	}





	div.error{
    background-color: #fff;
    background-image: none;
    border: 1px solid #f00;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
       width: 100%;
	}


	/*******************************************start***********************************/
	@media only screen and (max-width: 500px) {




	.bagis-title-info{

	 margin-right:202px;
	 }

	 .info-box{
        min-height:28px;
	   width:28px;
	   border-left:3px solid #fff;
	  font-size:16px;
    }


	 .betrag-box{

	 top:0px;
	 bottom:0px;
	 right:28px;
	 width:50px;
	 border-left:3px solid #fff;
	 font-weight:bold;
}




/********************************************/
.box-plus{
	 right:78px;
	 width:28px;
 	 font-size:16px;
}
.box-oounter{
     min-height:28px;
	 right:106px;
	 width:28px;
}

.box-minus{
     min-height:28px;
	 right:134px;
	 width:28px;
	 font-size:16px;
}


.box-preis{
 	 right:162px;
	 width:40px;
}

.adressenCss{
   padding-left:10px !important;
   padding-right:10px !important;
}
}
/************************************End***************************************/
.container{
   padding-left:0px;
   padding-right:0px;
}









.geschlecht .input-hidden {
  position: absolute;
  left: -9999px;
}

.geschlecht  input[type=radio]:checked + label> div  {
  border: 1px solid #fff;
  box-shadow: 0 0 3px 3px #090;
  text-align:center;
    cursor:pointer;
  }


.geschlecht  input[type=radio] + label>div {
  border: 1px dashed #444;
  width: 80px;
  height: 30px;
  border-radius:30px;
  transition: 500ms all;
  text-align:center;
    cursor:pointer;
}





.flaschrichtig .input-hidden {
  position: absolute;
  left: -9999px;
}

.flaschrichtig  input[type=radio]:checked + label> div  {
  border: 1px solid #fff;
  box-shadow: 0 0 3px 3px #090;
  text-align:center;
    cursor:pointer;

  }


.flaschrichtig  input[type=radio] + label>div {
  border: 1px dashed #444;
  width: 80px;
  height: 30px;
  border-radius:30px;
  transition: 500ms all;
  text-align:center;
  cursor:pointer;
}




.payment_methods  label {
    display: inline-block;
    font-weight: 700;
    margin-bottom: 5px;
    max-width: 100%;
}

.payment_methods .input-hidden {
  position: absolute;
  left: -9999px;
}

.payment_methods  input[type=radio]:checked + label> img  {
  border: 1px solid #fff;
  box-shadow: 0 0 3px 3px #090;
  text-align:center;
    cursor:pointer;
  }


.payment_methods  input[type=radio] + label>img {


  height: 60px;
  weidth:auto;
  transition: 500ms all;
  text-align:center;
    cursor:pointer;
}

.payment_methods  input[type=radio] + label> img:hover  {
  border: 1px solid #fff;
  box-shadow: 0 0 3px 3px #090;
  text-align:center;
    cursor:pointer;
  }




.cc-selector input{
    margin:0;padding:0;
    -webkit-appearance:none;
       -moz-appearance:none;
            appearance:none;
}
.visa{background-image:url(visa.png);}
.paypal{background-image:url(paypal.png);}
.sofort{background-image:url(sofort.png);}
.sepa_en{background-image:url(sepa_en.png);}
.sepa_de{background-image:url(sepa_de.png);}
.sepa_tr{background-image:url(sepa_tr.png);}


.cc-selector input:active +.drinkcard-cc{opacity: .9;}
.cc-selector input:checked +.drinkcard-cc{
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
}
.drinkcard-cc{
    cursor:pointer;
    background-size:contain;
    background-repeat:no-repeat;
    display:inline-block;
    width:100px;height:70px;
    -webkit-transition: all 100ms ease-in;
       -moz-transition: all 100ms ease-in;
            transition: all 100ms ease-in;
    -webkit-filter: brightness(1.8) grayscale(1) opacity(.7);
       -moz-filter: brightness(1.8) grayscale(1) opacity(.7);
            filter: brightness(1.8) grayscale(1) opacity(.7);
}
.drinkcard-cc:hover{
    -webkit-filter: brightness(1.2) grayscale(.5) opacity(.9);
       -moz-filter: brightness(1.2) grayscale(.5) opacity(.9);
            filter: brightness(1.2) grayscale(.5) opacity(.9);
}

/* Extras */
a:visited{color:#888}
a{color:#444;text-decoration:none;}
p{margin-bottom:.3em;}


.rate-info{
	background-color:yellow;

}
.header-v6 .navbar-brand {
    padding-top: 0px;
}





.ckboxlistegrafik .input-hidden {
  position: absolute;
  left: -9999px;
}

.ckboxlistegrafik  input[type=checkbox]:checked + label> div  {
  border: 1px solid #fff;
  box-shadow: 0 0 3px 3px #090;
  text-align:center;
    cursor:pointer;

  }


.ckboxlistegrafik  input[type=checkbox] + label>div {
  border: 1px dashed #444;
  width: 55px;
  height: 30px;
  border-radius:30px;
  transition: 500ms all;
  text-align:center;
  cursor:pointer;
}

.w120{
     width: 80px !important;
}





.navbar-brand {
    float: left;
    font-size: 18px;
    height: 50px;
    line-height: 20px;
    padding:0px 15px;
}




.header-v6 .navbar-brand img {
    display: inline-block;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    width: auto;
}


@media (max-width:499px){  /*Class name*/
.header-v6 .navbar-brand {
    padding-top: 1px;
}

.header-v6 .navbar-brand {
    height: 30px;
    line-height: 35px;
    max-height: 93px;
}


/*
.navbar-brand{
display:none;
}

.header-v6 .navbar-brand img {
    display: inline-block;
    height: auto;
    max-height: 60%;
    max-width: 100%;
    vertical-align: middle;
    width: auto;
}
*/
.menu-container{
  height: 30px;;
}


.container {
    height: 100%;
    margin-bottom: 5px;
}

.header-v6 {
   /*  height: 30px; */
    position: static;
}
}
.col-xsb-1, .col-xsb-2, .col-xsb-3, .col-xsb-4, .col-xsb-5, .col-xsb-6,
.col-xsb-7, .col-xsb-8, .col-xsb-9 .col-xsb-10, .col-xsb-11, .col-xsb-12,{
    position: relative;
    min-height: 1px;
    padding-right: 0px;
    padding-left: 0px;

}

.ausnamePadding{
	padding-right: 9px !important;
	padding-left: 9px !important;
}

.warning_message{
  color:red;
  font-weight:bold;
  background-color:yellow;
}

#countdown{
  color:red;
  font-weight:bold;
}

/* .input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
    height: 30px !important;
}    */
