/*
Willkommen bei Individuelles CSS

Wie es funktioniert, steht unter http://wp.me/PEmnE-Bt
*/
.site-title {
	border: none;
}

.home-section-1.widget-area .wrap {
	background: rgba(255,255,255,.8);
	color: #000;
}

.home-section-1 a.button {
	background: #1FB8B3;
	color: #fff;
}

.site-header {
	padding: 0;
}

.header-image .site-title > a {
	height: 160px !important;
	width: 360px;
}

.home-section-2 p {
	clear: initial;
}

a.mapplic-pin,
.mapplic-container {
	background-color: initial !important;
}

.widget-2-column {
	text-align: center;
	padding: 0 30px;
	width: 50%;
	font-size: 32px;
}

a:hover {
	text-decoration: underline;
}

.living-nature-ad {
	background: url(https://baertimussmit.de/wp-content/uploads/2016/05/LN_banner_baertimussmit_norm.jpg) no-repeat;
	width: 300px;
	height: 250px;
}

.living-nature-ad:hover {
	background: url(https://baertimussmit.de/wp-content/uploads/2016/06/LN_banner_baertimussmit_over.jpg) no-repeat;
	width: 300px;
	height: 250px;
}

.ad-space {
	margin: 30px 0;
}

.aligncenter {
	text-align: center;
}

.home-section-2 form {
	width: 100%;
}

.home-section-2 span.wpcf7-form-control-wrap {
	width: 210px;
	display: inline-block;
}

.home-section-2 .wpcf7 p {
	width: 100% !important;
	text-align: center;
}

.home-section-2 .wpcf7-form-control.wpcf7-submit {
	width: 160px;
}

div.wpcf7-mail-sent-ok {
	border: none;
	color: #398f14;
}

a.newsletter-btn {
    background-color: #1fb8b3;
    color: white;
  	font-weight: normal;
    text-align: center;
    margin: 30px 0;
    transform: translateX(-50%);
    left: 50%;
    position: relative;
}