a.mailto {
  color: #3a3935 !important;
}

main.site-content:nth-child(3) > section:nth-child(1) > div:nth-child(1) > article {
	align-self: center;
}

main.site-content:nth-child(3) > section:nth-child(1) > div:nth-child(1) {
	background-color: #353430;
	padding-top: 3rem;
}

@media (min-width:992px) {
.screen-image .image-caption h1 {
	font-size: 4.5rem;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 5px;
}

.screen-image .image-caption p {
	font-size: 2.8em;
	font-style: italic;
	font-weight: 800;
}
}


@media (max-width:991px) {
.screen-image .image-caption h1 {
	font-size: 2.5rem;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 5px;
}

.screen-image .image-caption p {
	font-size: 2.2em;
	font-style: italic;
	font-weight: 800;
}
}

header.site-header div.header-inner nav.header-nav.desktop ul li.specialbutton a, header.site-header div.header-inner nav.header-nav.mobile ul li.specialbutton a {
	background-color: #2f8955 !important;
	color: #ffffff;
}


header.site-header div.header-inner nav.header-nav.desktop ul li.specialbutton a:hover, header.site-header div.header-inner nav.header-nav.mobile ul li.specialbutton a:hover {
	background-color: #3a3935 !important;
	color: #ffffff !important;
}

header.site-header div.header-inner nav.header-nav.desktop {
	flex-direction: row;
	flex: 1 1 auto;
	text-align: right;
}

nav.header-nav:nth-child(3) > ul:nth-child(1):after {
	content: "Pflege die überzeugt - Bau, der besteht";
	display: flex;
	width: 100%;
	height: 100%;
	align-content: center;
	flex-flow: wrap;
	margin-left: 10px;
}

@media (max-width:991px) {
  div.screen-fullscreen {
    background-position: center;
  }
}