.agCFActionBlock{
	max-width: 1100px;
}
.agCFActionBlock a.btn{
	display: block;
	width: 100%;
	margin-bottom: 20px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.agCFActionBlock a.btn i{
	font-size: 30px;
	padding: 18px;
	margin-top: 5px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.agCFActionBlock a.btn i.fa-euro{
	padding-left: 24px;
	padding-right: 25px;
}
#wrapper .agCFActionBlock a.btn h2,
.agCFActionBlock a.btn h2{
	margin-top: 13px;
	font-size: 20px;
	text-align: left;
	white-space: normal;
}
.agCFActionBlock a.btn p{
	margin: 0px;
	text-align: left;
	margin-bottom: 13px;
	white-space: normal;
}
@media screen and (max-width: 640px) and (min-width: 481px){
	.agCFActionBlock .col-xs-6 a.btn i{
		font-size: 18px;
		padding: 12px;
		margin-top: 10px;
	}
}
.agCFActionSelectBlock{
	margin-bottom: 30px;
}
.agCFActionSelectBlock > div > .col{
	background-color: #E9A825;
	padding-bottom: 28px;
	-webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.6);
    box-shadow: 0 2px 10px 0 rgba(0,0,0,0.6);
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.agCFActionSelectBlock h2{
	color: #FFF;
	padding: 0;
	margin: 0;
	margin-top: 20px;
	margin-bottom: 15px;
	border: 0;
	text-align: center;
	border-bottom-color: #FFF !important;
	border-bottom-style: dotted !important;
	border-bottom-width: 1px !important;
}
.noPaddingL{
	padding-left: 0;
}
.noPaddingR{
	padding-right: 0;
}
.agCFActionSelectBlock .fa-check{
	color: #FFF;
}
.agCFActionSelectBlock .iconBlock{
	text-align: center;
}
.agCFActionSelectBlock p{
	/*font-size: 11px;*/
	color: #FFF;
}
.agCFActionSelectBlock select{
	height: 40px;
	width: 100%;
	padding: 0 10px;
}
.agCFActionSelectBlock i{
/*	float: right;
	margin-right: 20px;*/
}
option.disabled{
	color: #999;
}

/* ----------------- Styles ------------------------------ */

.agCFActionButtonsDark a.btn{
	background: #484848;
	border: 1px dotted #999;
}
.agCFActionButtonsDark a.btn:hover{
	background: #585858;
}
.agCFActionButtonsDark a.btn i{
	border-color: #383838;
	background-color: #383838;
}
.agCFActionButtonsDark a.btn h2{
	color: #fff;
}
.agCFActionButtonsDark a.btn p{
	color: #777;
}

.agCFActionButtonsOrange a.btn{
	background: transparent;
	-webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.6);
	box-shadow: 0 2px 10px 0 rgba(0,0,0,0.6);
}
.agCFActionButtonsOrange a.btn:hover{
	background: #f8f8f8;
}
.agCFActionButtonsOrange a.btn i{
	border-color: #e9a825;
	background-color: transparent;
	color: #e9a825;
}
.agCFActionButtonsOrange a.btn:hover i{
	background-color: #e9a825;
	color: #fff;
}
#wrapper .agCFActionButtonsOrange a.btn h2{
	color: #e9a825;
	border-bottom: 0;
	margin-bottom: 3px;
	padding-bottom: 0;
	line-height: 30px;
}
.agCFActionButtonsOrange a.btn p{
	color: #f2d7a4;
}

.agCFActionButtonsLight .btn .row > .col{
	display: none;
}
.agCFActionButtonsLight .btn .row > .col-lg-9{
	width: 100%;
}
.agCFActionButtonsLight .btn .col-lg-9 p{
	display: none;
}
#wrapper .agCFActionButtonsLight a.btn h2{
	margin-bottom: 13px;
}

/* ----------------- Styles Ende ------------------------- */