/*-- Use For Custom Styling --*/

.main-title h2 {
    text-transform: none;
}

.feature-box1 h4 {
    text-transform: none;
}

.btn-setting {
    text-transform: none;
}

h2 {
    font-size: 2.8rem;
}

.feature-box1 h4 {
    text-transform: none;
}

.price-description p{
    text-transform: none;
}

#arbeitsweise {
	background-color: #cdcccb;
}

.bg-yellow {
	background-color: #c1a792;
}

ul.angebot {
	margin: 1em auto 1em auto;
}

ul.angebot li {
	list-style-type: disc;
	margin: 0 0 1em 1em;
	text-align: left;
}

ul.aufzaehlung {
	margin: 1em 0 1em 0;
}

ul.aufzaehlung li {
	list-style-type: disc;
	margin: 0 0 1em 1em;
	text-align: left;
}

.overlay-menu .logo-full{
    width: 300px;
}

#stoerer {
	position: absolute;
	color: #fff;
	width: 120px;
	height: 120px;
	line-height: 130%;
	font-size: 0.7em;
	border-radius: 60px;
	transform: rotate(-8deg);
	padding: 20px 10px 16px 10px;
	background-color: rgba(164,156,152,0.6);
	bottom: 3%;
	text-align: center;
	left: 2%;
}

h5.trailer {
	font-size: 0.9em;
}

#funktion {
	position: absolute;
	color: #fff;
	width: 30%;
	height: auto;
	line-height: 130%;
	border-radius: 20px;
	padding: 20px 10px 16px 10px;
	background-color: rgba(164,156,152,0.8);
	bottom: 3%;
	text-align: center;
	right: 5%;
}

#funktion h2 {
    font-size: 1.4rem;
}

#funktion h3 {
    font-size: 1rem;
}

#funktion h5.trailer {
	font-size: 0.8em;
	line-height: 130%;
}

#claimcontainer {
	width: 76%;
	font-size: 0.8em;
}




@media screen and (min-width: 768px) {

ul.angebot, ul.aufzaehlung {
	width: 50%;
}

#stoerer {
	width: 180px;
	height: 180px;
	line-height: 130%;
	font-size: 1.03em;
	border-radius: 90px;
	padding: 30px 28px 26px 28px;
	bottom: 6%;
	left: 6%;
}

#funktion {
	position: absolute;
	color: #fff;
	width: 20%;
	height: auto;
	line-height: 130%;
	font-size: 0.8em;
	padding: 20px 10px 16px 10px;
	bottom: 9%;
	text-align: center;
	right: 5%;
}

#funktion h2 {
    font-size: 2rem;
}

#funktion h3 {
	display: block;
}

#funktion h5.trailer {
	font-size: 1.2em;
	line-height: 130%;
}

#claimcontainer {
	width: 46%;
	font-size: 0.8em;
}

}