.mobil-home {

	min-height:210px;
	background-image: url(../mobilhome_bg.jpg);
	
	background-position:right top;
	background-repeat:no-repeat;
	background-size:cover;
	text-align:left;
	padding-top:20px;
	}
.mobil-home .mobilhome-logo {
	float:left;
	width:100px;
	margin-right:10px;
	}
.mobil-home .show-mobilehome-text	h2 a {
    color: #19711d !important;
}
.mobil-home .show-mobilehome-text	p a {
	color:#000!important;
}
.mobil-home .show-mobilehome-text {

	background:rgba(255, 255, 255, 0.7);
	width:calc(90% - 30px);
	margin:0px 10px;
	
	padding: 10px 15px;
	}
.mobil-home .btn {
    border-radius: 20px;
    display: block;
    padding: 5px 5px;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    background-color: #19711d;
    margin: 10px 0 10px 0;
    clear: both;
	text-decoration:none;
}
.mobil-home  h2 {
    font-weight: 600;
    font-size: 16px;
    margin-top: 10px;
    color: #19711d;
	text-shadow:none;
}
.mobil-home  p {
	font-size:14px;
	font-weight:700;
	text-shadow:none;
	margin-bottom:5px;
}
.mobil-home  p a {
	text-decoration:none;
}
.mobil-home  h2 a {
	text-decoration:none;
}
@media only screen and (max-width: 600px) {
.mobil-home .show-mobilehome-text {
	width:70%;
}
}

