/* Buttons */
.bottom-links {
	position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    padding: 10px 15px;
    z-index: 9999;
    background-color: #252525;
	padding: 15px 15px;
}
.bottom-links a {
    display: inline-block;
	border: 1px solid rgba(255,255,255, 0.7);
    border-radius: 3px;
    padding: 7px 10px;
    color: rgba(255,255,255, 0.7) !important;
}
.bottom-links a:hover {
	text-decoration: none;
}
.bottom-links a.call-now {
    background: #00e51a;
    color: rgba(255,255,255, 1) !important;
}
.bottom-links a.call-now:hover {
    background: #00d615;
    color: rgba(255,255,255, 1) !important;
}
.bottom-links a.write-now {
    background: #ff7500;
    color: rgba(255,255,255, 1) !important;
}
.bottom-links a.write-now:hover {
    background: #ef6b00;
    color: rgba(255,255,255, 1) !important;
}

/* Hotline */
.hotline {
	text-align: right;	
}
.hotline .line1 {
	font-size: 14px;
	line-height: 18px;
	font-weight: 700;
	letter-spacing: -0.025em;
	color: #2a2a2a;
}
.hotline .line3 {
	font-size: 14px;
	line-height: 18px;
	font-weight: 500;
	letter-spacing: -0.025em;
	color: #2a2a2a;
}
.hotline .line2 a {
	font-size: 24px;
	font-weight: 700;
	line-height: 34px;
	letter-spacing: 0.4px;
	color: #a71f2b;	
}
.hotline .line2 a:hover {
	text-decoration: none;
	color: #232323;	
} 
.hotline .line2 a i {
    font-size: 30px;
}

.uk-sticky-fixed .hotline .line1, .uk-sticky-fixed .hotline .line3 {
	color: #2a2a2a;
}
.uk-sticky-fixed .hotline .line2 a {
	color: #a71f2b;	
}

/* Umzugsrechner */
.calcForm .uk-accordion-title {
    background:#ddd;
    padding: 10px 15px;
    margin-top: 2px;
}	
.calcForm .uk-accordion-title:hover {
    background-color: #a71f2b;
    color: #fff
}
.calcForm .uk-accordion-content {
    background: #f4f4f4;
    padding: 45px 45px 45px 45px;
    margin-top: 2px;
}
.calcForm .numbers .uk-input {
    width: 50px;
    text-align: center;
}
.calcForm .uk-grid {
    margin-top: 20px !important;
}
.calcForm .rsform-calendar-box {
	width: 100px;	
}
.calcForm .rsform-calendar-button {
	background: #2a2a2a url('../../../images/calendar.png') 50% 50% no-repeat;
	background-size: 20px 20px;	
	padding: 0px 20px;
}
.calcForm .rsform-calendar-button:hover {
	background: #666 url('../../../images/calendar.png') 50% 50% no-repeat;
	background-size: 20px 20px;	
}
.calcForm .numbers .button{
	width: 40px;
	height: 40px;
	background: #ddd;
	color: #333;
	line-height: 38px;
	text-align: center;
	display: inline-block;
	cursor: pointer;
	margin: 0px 1px 0 !important;
	vertical-align: top;
	border: 1px solid #ddd;
}
.calcForm .numbers .button:hover{
    background:#a71f2b;
    color: #fff;
}
.calcForm  .uk-form-label[for="summe"] {
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    line-height: 42px;
    margin: 5px 0px 5px 0px;
}
.calcForm #summe {
    text-align: center;
    font-size: 42px;
    font-weight: bold;
    line-height: 52px;
    background: transparent;
    border: 0;
    color: #333 !important;
}


.uk-form-controls label {
    padding-left: 5px;
}
.uk-form-controls label .rsform-radio {
    margin-right: 5px;
}

/* Schnellanfrage 2 */
.fastRequestForm2 .uk-margin {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}
.fastRequestForm2 .uk-h4 {
    margin-bottom: 10px !important;
}
.fastRequestForm2  .rsform-calendar-button {
	background: #00a611 url('../../../images/calendar.png') 50% 50% no-repeat;
	background-size: 20px 20px;	
	padding: 0px 20px;
	height: 40px;
	width: 50px;
	margin: 0px 3px;
	color: transparent;
}
.fastRequestForm2  .rsform-calendar-button:hover {
	background: #252525 url('../../../images/calendar.png') 50% 50% no-repeat;
	background-size: 20px 20px;	
}
.rsform-submit-button {
    background-color: #00A611 !important;
	color: #f8f8f8 !important;
	padding: 0 25px;
	font-size: 1rem;
	line-height: 50px;
	max-width: 400px;
}
.uk-form .uk-margin-small {
	margin-top: 5px !important;
	margin-bottom: 5px !important;
}

/* Letzte Kundenmeinungen */
.easylast_name {
	font-size: 24px !important;
	font-weight: 500 !important;
	color: #f8f8f8 !important;
}
.easylast_text {
	color: #f8f8f8 !important;
}
.easylast_vote {
	padding: 10px 5px;
}
.easylast_vote img {
	display: inline-block !important;
	width: 20px !important;
	height: 20px;	
	margin: 3px;
}

ul.check {
	list-style: none;
	margin: 0;
	padding: 0;	
}
ul.check li {
	margin: 2px 0px 2px 8px;
}
ul.check li:before {
	content: '\f00c';
	font-family: 'fontawesome';
	margin-right: 5px;
	color: #a71f2b;
}
/* Orte */
.orte.col2 ul li {
	display: inline-block;
    width: 32%;
}
.orte.col4 ul li {
	display: inline-block;
    width: 16%;
}
.orte ul li a {
    color: #333;
}

.js-accept.uk-button,
.js-reject.uk-button {
    padding: 6px 10px !important;
    line-height: 20px !important;
}

@media (max-width: 960px) {
	.orte.col2 ul li {
		display: inline-block;
	    width: 49%;
	}
	.orte.col4 ul li {
		display: inline-block;
    	width: 49%;
	}
}