.hotline a {
	font-size: 20px;
	line-height: 26px;
	font-weight: 600;
	letter-spacing: 0.3px;
	color: #101010;
	font-family: Poppins, sans-serif;	
}
.hotline a:hover {
	color: #222;
	text-decoration: none;
}
.add-seperator:after {
    content: '';
    display: block;
    width: 50px;
    height: 6px;
    background: #ba000d;
    position: relative;
    margin: 15px 0;
    transform: skew(-45deg);
    border-radius: 2px;
}
.add-seperator.uk-text-center:after {
    margin: 15px auto;
}

.uk-section-secondary .add-seperator:after {
	background: #ba000d;	
}

/* Letzte Kundenmeinungen */
.easylast_entry {
	color: #fff;
	padding: 25px;
	text-align: center;
}
.easylast_name {
	font-size: 24px !important;
	font-weight: 500 !important;
	color: #fff;
}
.easylast_vote {
	padding: 10px 5px;
}
.easylast_vote svg {
	color: #ffbb2b;
}
/* Städte */
.staedte ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.staedte ul li {
    background-image: -webkit-gradient( linear,left top,left bottom,color-stop(0,#FFD34F),color-stop(1,#F6C32A) );
    background-image: -o-linear-gradient(bottom,#FFD34F 0%,#F6C32A 100%);
    background-image: -moz-linear-gradient(bottom,#FFD34F 0%,#F6C32A 100%);
    background-image: -webkit-linear-gradient(bottom,#FFD34F 0%,#F6C32A 100%);
    background-image: -ms-linear-gradient(bottom,#FFD34F 0%,#F6C32A 100%);
    background-image: linear-gradient(to bottom,#FFD34F 0%,#F6C32A 100%);
    border-radius: 5px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #222;
    margin: 0px 0px 5px 0px;
    padding: 20px 6px;
    border: 1px double #101010;
	outline: 2px solid #101010;
	outline-offset: -9px;
	outline-radius: 5px;
}
.back-to-top {
	background: rgba(0,0,0,0.4);
 	position: fixed;
 	bottom: 20px;
 	right: 20px;
    border-radius: 50%;
 	padding: 10px;
    color: #fff !important;
    font-size: 40px;
}
.background01 {
	background-image: url('../../../images/background-01.png');
}