/*

Theme Name: Trauerhilfe Heimkehr
Theme URI: http://www.vonhogendorf.de/
Description: Seitengestaltung von Philippe von Hogendorf
Author: Michael Neubert-Zimmer
Author URI: http://vonhogendorf.de/
Version: 1.3
Tags: 

License:
License URI:

*/


body {
	margin:0 0 0 0;
	padding:0 0 0 0;
}

a{
	text-decoration:none;
	border:0;
}

a:hover{
	text-decoration:none;
	border:0;
}


ul {
	margin:0 0 0 0;
	padding:0 0 0 0;
}

li {
	margin:0 0 0 0;
	padding:0 0 0 0;
	list-style-type:none;
}

p {
	margin:0 0 0 0;
	padding:0 0 0 0;
}



/*###################################################################################*/
/* Generelle Schriftangaben */
/*###################################################################################*/

h1 {
	margin:0 0 0 0;
	padding:0 0 0 0;
}

h2 {
}

h3 {

}

h4 {

}

strong {
	font-weight:bolder;

}

/*###################################################################################*/
/* Header */
/*###################################################################################*/

header {
	width: 1200px;
	height: auto;
	margin: 0 auto;
	padding: 0 0 0 0;
	display: flex;
	justify-content:space-between;
	flex-wrap:wrap;
	background: rgba(255,255,255,1.0);
}

.fest {
	position:fixed;
	top:0px;
	width: 1200px;
	height: auto;
	margin: 0 0 0 0;
	padding: 0 0 5px 0;
	display: inline-flex;
	justify-content:space-between;
	flex-wrap:wrap;
	background: rgba(255,255,255,0.80);
}

a.logo {
	width: 30%;
	height: 91px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	display: flex;
	justify-content:space-between;
	flex-wrap:wrap;
	background: url("img/logo_farbe.png") no-repeat left; 
}

/*###################################################################################*/
/* Hauptnavigation */
/*###################################################################################*/

nav.hauptnav {
	width:  70%;
	height: auto;
	margin: 75px 0 0 0;
	padding: 0 0 0 0;
}

.menu-hauptnavigation-container {
	width: 100%;
	height: auto;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

ul#menu-hauptnavigation {
	width: 100%;
	height: auto;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	box-sizing: border-box;
}


ul#menu-hauptnavigation li {
	display: inline-block;
	height:17px;
	margin:0 0 0 0;
	padding:0 0 0 0;
	
}

ul#menu-hauptnavigation li a{
	width:100%;
	height:auto;
	margin:0 20px 0 0;
	padding:5px 5px 6px 5px;
	color:rgba(129,62,116,0.80);
	font:0.8em 'Libre Baskerville', serif;
	text-align:left;
	transition: all 0.4s ease; 
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease; 
    -o-transition: all 0.4s ease;
	
}

ul#menu-hauptnavigation li.menu-item a:hover{
	color:rgba(129,62,116,1.0);
	background:rgba(129,62,116,0.2);
}

ul#menu-hauptnavigation li.current_page_item a {

}



/*###################################################################################*/
/* Spezielle Angaben für die Startseite */
/*###################################################################################*/

main {
	margin: 100px 0 0 0;
	padding: 0 0 0 0;
}

section {
	display: flex;
	justify-content:space-between;
	flex-wrap:wrap;
	width: 100%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

article {
	width: 1200px;
	height: auto;
	margin: 0 auto;
	padding: 0 0 0 0;
	display: flex;
	justify-content:space-between;
	flex-wrap:wrap;
}

/*###################################################################################*/


section#headerbild {
	height: 500px;
	margin: 20px 0 0 0;
	background: url("img/headerbild_start.jpg") center no-repeat;
	background-size: cover;
}

section#headerbild article h1 {
	width: 92%;
	height: auto;
	margin: 250px 8% 0 0;
	padding: 0 0 0 0;
	color:rgba(255,255,255,1.0);
	font:4em 'Libre Baskerville', serif;
	line-height: 1em;
	text-align:right;
}

/*###################################################################################*/


.hotline {
	height: 80px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background: rgba(129,62,116,1.0);
}

.hotline div {
	width: 5%;
	height: 33px;
	margin: 23px 0 0 0;
	padding: 0 0 0 0;
	background: url("img/icon_tele.jpg") center no-repeat;
}

.hotline p{
	width: 50%;
	height: auto;
	margin: 10px 0 0 0;
	padding: 0 0 0 0;
	color:rgba(255,255,255,1.0);
	font:2.5em 'Libre Franklin', sans-serif;
	line-height: 1.5em;
	text-align:left;
}

.hotline h2{
	width: 45%;
	height: auto;
	margin: 10px 0 0 0;
	padding: 0 0 0 0;
	color:rgba(255,255,255,1.0);
	font:bold 2.7em 'Libre Franklin', sans-serif;
	line-height: 1.5em;
	text-align:left;
}

/*###################################################################################*/



section#start article h1 {
	width: 100%;
	height: auto;
	margin: 50px 0 15px 0;
	padding: 0 0 0 0;
	color:rgba(129,62,116,1.0);
	font:3.2em 'Libre Baskerville', serif;
	text-align:center;
}

section#start article p{
	width: 50%;
	height: auto;
	margin: 0 25% 10px 25%;
	padding: 0 0 0 0;
	color:rgba(129,62,116,0.80);
	font:1.1em 'Libre Franklin', sans-serif;
	line-height: 1.5em;
	text-align:left;
}

section#start article h2 {
	width: 100%;
	height: auto;
	margin: 30px 0 10px 0;
	padding: 0 0 0 0;
	color:rgba(129,62,116,1.0);
	font:2em 'Libre Baskerville', serif;
	text-align:center;
}

/*###################################################################################*/



section#uber {
	margin: 100px 0 0 0;
	background: url("img/hg_uber.jpg") center no-repeat;
	background-size: cover;
}

section#uber div.articlebild {
	width: 47.5%;
	height: 425px;
	margin: 50px 0 0 0;
	padding: 0 0 0 0;
	background: url("img/hg_UeberUns.jpg") center no-repeat;
}
section#uber aside {
	width: 47.5%;
	height: auto;
	margin: 50px 0 50px 0;
	padding: 0 0 0 0;
}

section#uber aside h2 {
	width: 100%;
    height: auto;
    margin: 0 0 15px 0;
    padding: 0 0 0 0;
    color: rgba(255,255,255,1.0);
    font: 2.5em 'Libre Baskerville', serif;
    text-align: left;
}


section#uber aside p{
	width: 100%;
	height: auto;
	margin: 0 0 15px 0;
	padding: 0 0 0 0;
	color:rgba(255,255,255,1.0);
	font:1.1em 'Libre Franklin', sans-serif;
	line-height: 1.5em;
	text-align:left;
}


/*###################################################################################*/

section#team {
	margin: 100px 0 50px 0;
}

section#team article h1 {
	width: 100%;
    height: auto;
    margin: 0 0 15px 0;
    padding: 0 0 0 0;
    color: rgba(129,62,116,1.0);
    font: 2.5em 'Libre Baskerville', serif;
    text-align: left;
}

section#team article h2 {
    width: 100%;
    height: auto;
    margin: 0 0 25px 0;
    padding: 0 0 0 0;
    color: rgba(129,62,116,1.0);
    font: 2em 'Libre Baskerville', serif;
    text-align: center;
}

section#team article .gruppenbild {
	width: 100%;
    height: 450px;
    margin: 15px 0 35px 0;
    padding: 0 0 0 0;
	background: url("img/THH_Gruppenfoto.jpg") center no-repeat;
	background-size: cover;
}


section#team article aside {
	width: 100%;
	height: auto;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	display: flex;
	justify-content:space-between;
	flex-wrap:wrap;
}

section#team article aside .widget {
	width: 30%;
	height: auto;
	margin: 0 0 55px 0;
	padding: 0 0 35px 0;
	background: rgba(155,146,189,1.00);
}

section#team article aside .widget .wp-caption {
	width: 100% !important;
	height: auto;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

section#team article aside .widget .wp-caption img {
	width: 100% !important;
    height: auto !important;
    background-position: center;
    text-align: center;
    overflow: hidden !important;
	border: solid 0pt rgba(135,11,13,1.00);
}

section#team article aside .widget .wp-caption h2{
	width: 95%;
	height: auto;
	margin: 10px 0 0 5%;
	padding: 0 0 0 0;
	color: rgba(255,255,255,1.0);
    font: 1.5em 'Libre Baskerville', serif;
    text-align: left;
}


section#team article aside .widget .wp-caption h3{
	width: 95%;
	height: auto;
	margin: 0 0 0 5%;
	padding: 0 0 0 0;
	color: rgba(255,255,255,1.0);
    font:bold 1.1em 'Libre Franklin', sans-serif;
    text-align: left;
}

section#team article iframe {
	width: 50%;
	height: 315px;
	margin: 25px 25% 0 25%;
	padding: 0 0 0 0;
	
}



/*###################################################################################*/


section#sterbefall {
	margin: 100px 0 0 0;
	background: rgba(129,62,116,0.25);
}

section#sterbefall .bild {
	width: 45%;
	height: 1200px;
	margin: 0 0 0 55%;
	padding: 0 0 0 0;
	background: url("img/hg_sterbefall.jpg") center no-repeat;
	background-size: cover;
}

section#sterbefall article aside {
	width: 50%;
	height: auto;
	margin: -1200px 50% 0 0;
	padding: 0 0 55px 0;
}

section#sterbefall article aside .widget{
	width: 100%;
	height: auto;
	margin: 0 0 0 0;
	padding:0 0 0 0;
}

section#sterbefall article aside .widget h2{
	width: 100%;
	height: auto;
	margin: 50px 0 15px 0;
	padding:0 0 0 0;
	color: rgba(129,62,116,1.0);
    font: 2.5em 'Libre Baskerville', serif;
    text-align: left;
}

section#sterbefall article aside .widget p {
    width: 100%;
    height: auto;
    margin: 0 0 15px 0;
    padding: 0 0 0 0;
    color: rgba(129,62,116,1.0);
    font: 1.1em 'Libre Franklin', sans-serif;
    line-height: 1.5em;
    text-align: left;
}

section#sterbefall article aside .widget ul {
	width: 100%;
	height: auto;
	margin: 0 0 20px 0;
	padding:0 0 0 0;
}

section#sterbefall article aside .widget ul li {
	width: 80%;
	height: auto;
	min-height: 19px;
	margin: 0 0 10px 0;
	padding: 10px 10% 8px 10%;
	color: rgba(129,62,116,1.0);
    font: bold 1em 'Libre Franklin', sans-serif;
    line-height: 1.3em;
    text-align: left;
	background: url("img/icon_check.jpg") top left no-repeat rgba(129,62,116,0.1);
}


/*###################################################################################*/


section#leistungen{
	margin: 100px 0 0 0;
}

section#leistungen article h1 {
    width: 100%;
    height: auto;
    margin: 0 0 25px 0;
    padding: 0 0 0 0;
    color: rgba(129,62,116,1.0);
    font: 2.5em 'Libre Baskerville', serif;
    text-align: left;
}

section#leistungen  article aside {
	width: 100%;
	height: auto;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	display: flex;
	justify-content:space-between;
	flex-wrap:wrap;
}

section#leistungen  article aside .widget:nth-child(1), section#leistungen  article aside .widget:nth-child(2), section#leistungen  article aside .widget:nth-child(3), section#leistungen  article aside .widget:nth-child(4){
	background: rgba(129,62,116,0.75)!important;
}

section#leistungen  article aside .widget{
	width: 22%;
	height: auto;
	margin: 0 0 25px 0;
	padding:0 0 0 0;
	background: rgba(129,62,116,0.55);
}

section#leistungen article aside .widget h2{
	width: 90%;
	height: auto;
	margin: 10px 5% 5px 5%;
	padding:0 0 0 0;
	color: rgba(255,255,255,1.0);
    font: 1.2em 'Libre Franklin', sans-serif;
    text-align: left;
}

section#leistungen article aside .widget p {
    width: 90%;
    height: auto;
    margin: 0 5% 15px 5%;
    padding: 0 0 0 0;
    color: rgba(255,255,255,0.8);
    font: 0.9em 'Libre Franklin', sans-serif;
    line-height: 1.3em;
    text-align: left;
}


/* ################################################################################################ */
/* Neue Leistungen */
/* ################################################################################################ */

section#service {
	width: 100%;
	height: auto;
	margin: 75px 0 100px 0;
	padding: 0;
}

section#service h1 {
	width: 100%;
    height: auto;
    margin: 0 0 45px 0;
    padding: 0 0 0 0;
    color: rgba(129, 62, 116, 1.0);
    font: 2.5em 'Libre Baskerville', serif;
    text-align: center;
}

.hgservice {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 50px 0 75px 0;
	background:url("img/hgservice.jpg") no-repeat bottom left;
	background-size: cover;
}

article .gridbox {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1rem 1rem;
	grid-template-areas: 
		'links1 rechts1'
		'links2 rechts2';
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}

div.hgservice article .gridbox aside div {
	box-sizing: border-box;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0 0 0 20px;
	border-left:solid 3px rgba(45,8,84,1.0);
}

div.hgservice article .gridbox aside div h2 {
	width: 100%;
	height: auto;
	margin: 0 0 5px 0;
	padding: 0;
	color: rgba(45,8,84,1.0);
	line-height: 1.8rem;
    font: bold 2rem 'Libre Franklin', sans-serif;
	text-align: left;
}

div.hgservice article .gridbox aside div p {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	color: rgba(45,8,84,1.0);
	line-height: 1rem;
    font:0.9rem 'Libre Franklin', sans-serif;
}

div.hgservice article .gridbox aside div p small{
	color: rgba(45,8,84,0.8);
}

div.hgservice article .gridbox aside div h4 {
	width: 100%;
	height: auto;
	margin: 20px 0 0 0;
	padding: 0;
	color: rgba(45,8,84,1.0);
	line-height: 1rem;
    font: bold 1.2rem 'Libre Franklin', sans-serif;
}

@keyframes backgroundColorChange {
  0% { background: rgba(255,255,255,0.8); }
  50% { background: rgba(255,255,255,0.6); }
  100% { background: rgba(255,255,255,0.8); }
}

div.hgservice article .gridbox aside:nth-of-type(1) {
	grid-area: rechts1;
	box-sizing: border-box;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 20px;
	animation: backgroundColorChange 3s infinite; 
  	transition: all 3s ease;
}

div.hgservice article .gridbox aside:nth-of-type(2) {
	grid-area: rechts2;
	box-sizing: border-box;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 20px;
	background: rgba(255,255,255,0.8); 
	animation: backgroundColorChange 3s infinite; 
  	transition: all 3s ease;
	animation-delay: 1.5s;
}

div.hgservice article .gridbox aside:hover {
	transform: scale(1.1)
}


/* ################################################################### */

.serviceverlauf {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 50px 0 0 0;
	background: linear-gradient(rgba(45,8,84,0.25), rgba(45,8,84,0.0));
}

article .gridbox h2 {
	width: 100%;
    height: auto;
    margin: 120px 0 45px 0;
    padding: 0 0 0 0;
    color: rgba(129, 62, 116, 1.0);
    font: 2.5em 'Libre Baskerville', serif;
    text-align: center;
	grid-column: 1 / 3;
}

article .gridbox aside:nth-of-type(1) {
	grid-area: links1;
	box-sizing: border-box;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 20px;
	background: rgba(129, 62, 116, 0.6)
}

article .gridbox aside:nth-of-type(2) {
	grid-area: rechts1;
	box-sizing: border-box;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 20px;
	background: rgba(129, 62, 116, 0.6)
}

article .gridbox aside:nth-of-type(3) {
	grid-area: links2;
	box-sizing: border-box;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 20px;
	background: rgba(129, 62, 116, 0.6)
}

article .gridbox aside:nth-of-type(4) {
	grid-area: rechts2;
	box-sizing: border-box;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 20px;
	background: rgba(129, 62, 116, 0.6);
}

article .gridbox aside div {
	box-sizing: border-box;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0 0 0 20px;
	border-left:solid 3px rgba(255,255,255,1.0);
}

article .gridbox aside div h2 {
	width: 100%;
	height: auto;
	margin: 0 0 5px 0;
	padding: 0;
	color: rgba(255, 255, 255, 1.0);
	line-height: 1.8rem;
    font: bold 2rem 'Libre Franklin', sans-serif;
	text-align: left;
}

article .gridbox aside div p {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	color: rgba(255, 255, 255, 1.0);
	line-height: 1rem;
    font:0.9rem 'Libre Franklin', sans-serif;
}

article .gridbox aside div h4 {
	width: 100%;
	height: auto;
	margin: 20px 0 0 0;
	padding: 0;
	color: rgba(255, 255, 255, 1.0);
	line-height: 1rem;
    font: bold 1.2rem 'Libre Franklin', sans-serif;
}


article .gridbox aside h3 {
	width: 100%;
	height: auto;
	margin: 0 0 10px 0;
	padding: 0;
	color: rgba(129, 62, 116, 1.0);
	line-height: 1.4rem;
    font: bold 1.4rem 'Libre Franklin', sans-serif;
	text-align: left;
}

article .gridbox aside ul {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}

article .gridbox aside ul li {
	box-sizing: border-box;
	list-style: square inside;
	width: 100%;
	height: auto;
	margin: 0 0 8px 0;
	padding: 8px ;
	color: rgba(129, 62, 116, 1.0);
	font: 1rem 'Libre Franklin', sans-serif;
	background: rgba(129, 62, 116, 0.2);
}


/* ################################################################################################ */
/* Pilz Sarg Bereich */
/* ################################################################################################ */

section#highlight {
	width: 100%;
	height: auto;
	margin: 75px 0 100px 0;
	padding: 0;
}

section#highlight h1 {
	width: 100%;
    height: auto;
    margin: 0 0 45px 0;
    padding: 0 0 0 0;
    color: rgba(129, 62, 116, 1.0);
    font: 2.5em 'Libre Baskerville', serif;
    text-align: center;
}

.hgloopsarg {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 50px 0 75px 0;
	background:url("img/hgloopsarg.jpg") no-repeat center left;
	background-size: cover;
}

article .gridbox {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1rem 1rem;
	grid-template-areas: 
		'links1 rechts1'
		'links2 rechts2';
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}

div.hgloopsarg article .gridbox aside:nth-of-type(1) {
	grid-area: links1;
	box-sizing: border-box;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 20px;
	background: rgba(41,59,32, 0.6)
}

div.hgloopsarg article .gridbox aside div {
	box-sizing: border-box;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0 0 0 20px;
	border-left:solid 3px rgba(255,255,255,0.7);
}


div.hgloopsarg article .gridbox aside div h2 {
	width: 100%;
	height: auto;
	margin: 0 0 5px 0;
	padding: 0;
	color: rgba(255,255,255,0.9);
	line-height: 1.8rem;
    font: bold 2rem 'Libre Franklin', sans-serif;
	text-align: left;
}

div.hgloopsarg article .gridbox aside div p {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	color: rgba(255,255,255,0.7);
	line-height: 1rem;
    font:0.9rem 'Libre Franklin', sans-serif;
}

div.hgloopsarg article .gridbox aside div p small{
	color: rgba(45,8,84,0.8);
}




/*###################################################################################*/

section#leistungen article .kristall {
	width: 100%;
    height: auto;
    margin: 50px 0 0 0;
    padding: 0 0 0 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

section#leistungen article .kristall .kristallbild {
	width: 35%;
    height: auto;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
	background: url("img/Kristallbild.jpg") no-repeat center;
	background-size: cover;
}

section#leistungen article .kristall .kristallinhalt {
	width: 60%;
    height: auto;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

section#leistungen article .kristall .kristallinhalt h2 {
	width: 100%;
    height: auto;
    margin: 0 0 15px 0;
    padding: 0 0 0 0;
    color: rgba(129,62,116,1.0);
    font: 2em 'Libre Baskerville', serif;
    text-align: left;
}

section#leistungen article .kristall .kristallinhalt p {
	width: 100%;
    height: auto;
    margin: 0 0 15px 0;
    padding: 0 0 0 0;
    color: rgba(129,62,116,1.0);
    font: 1.1em 'Libre Franklin', sans-serif;
    line-height: 1.5em;
    text-align: left;
}

section#leistungen article .kristall .kristallinhalt a {
	color: rgba(129,62,116,1.0);
    font: 600 1.1em 'Libre Franklin', sans-serif;
    line-height: 1.5em;
    text-align: left;
	transition: all 0.4s ease; 
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease; 
    -o-transition: all 0.4s ease;
}

section#leistungen article .kristall .kristallinhalt a:hover {
	color: rgba(129,62,116,0.6);
}

/*###################################################################################*/


section#finanzen {
	margin: 100px 0 0 0;
	background: rgba(129,62,116,1.0);
}

section#finanzen .bild {
	width: 45%;
	height: 350px;
	margin: 0 45% 0 0;
	padding: 0 0 0 0;
	background: url("img/hg_finanzen.jpg") center no-repeat;
	background-size: cover;
}

section#finanzen article aside {
	width: 50%;
	height: auto;
	margin: -350px 0 0 50%;
	padding: 0 0 55px 0;
}

section#finanzen article aside .widget{
	width: 100%;
	height: auto;
	margin: 0 0 0 0;
	padding:0 0 0 0;
}

section#finanzen article aside .widget h2{
	width: 100%;
	height: auto;
	margin: 50px 0 15px 0;
	padding:0 0 0 0;
	color: rgba(255,255,255,1.0);
    font: 2.5em 'Libre Baskerville', serif;
    text-align: left;
}

section#finanzen article aside .widget p {
    width: 100%;
    height: auto;
    margin: 0 0 15px 0;
    padding: 0 0 0 0;
    color: rgba(255,255,255,1.0);
    font: 1.1em 'Libre Franklin', sans-serif;
    line-height: 1.5em;
    text-align: left;
}


/*###################################################################################*/



section#rezensionen {
	margin: 100px 0 0 0;
	padding: 0 0 35px 0;
	background: linear-gradient(rgba(129,62,116,0.20), rgba(129,62,116,0.10));
}

section#rezensionen article h1 {
    width: 100%;
    height: auto;
    margin: 25px 0 25px 0;
    padding: 0 0 0 0;
    color: rgba(129,62,116,1.0);
    font: 2.5em 'Libre Baskerville', serif;
    text-align: center;
}

.testimonial_rotator_wrap.with-prevnext {
	width: 60%;
	margin: 0 20% 0 20%;
    padding: 10px 40px;
    overflow: hidden;
    position: relative;
}

.testimonial_rotator.template-headlined .testimonial_rotator_slide_title {
	color: rgba(129,62,116,1.0);
    font: bold 1.5em 'Libre Franklin', sans-serif !important;
    text-align: left !important;
}


.testimonial_rotator.template-headlined hr.headlined_hr {
	display: none;
}

.testimonial_rotator.template-headlined .testimonial_rotator_quote {
	padding: 0 5% 0 0;
	font:1.1em 'Libre Franklin', sans-serif !important;
	line-height: 1.5em;
	text-align: left !important;
	color: rgba(129,62,116,0.8);
}


.testimonial_rotator.template-headlined .testimonial_rotator_author_info {
	margin: 0 0 0 0 !important;
	font:0.8em 'Libre Franklin', sans-serif !important;
	line-height: 1em;
	color: rgba(129,62,116,0.8);
	text-align: left !important;
}

.testimonial_rotator.template-headlined .testimonial_rotator_author_info p {
    margin: 0 0 0 0;
	padding: 0 0 0 0;
    font:0.8em 'Libre Franklin', sans-serif !important;
	line-height: 1em;
	color: rgba(129,62,116,0.8);
	text-align: left !important;
}


/*###################################################################################*/


section#nachhaltig {
    margin: 100px 0 0 0;
    background: url(img/hg_nachhaltig.jpg) center no-repeat;
    background-size: cover;
}

section#nachhaltig aside {
	width: 47.5%;
	height: auto;
	margin: 50px 0 50px 0;
	padding: 20px 2% 25px 2%;
	background: rgba(255,255,255,0.8);
}

section#nachhaltig aside h2 {
	width: 100%;
    height: auto;
    margin: 0 0 15px 0;
    padding: 0 0 0 0;
    color: rgba(74,125,0,1.0);
    font: 2.5em 'Libre Baskerville', serif;
    text-align: left;
}


section#nachhaltig aside p{
	width: 100%;
	height: auto;
	margin: 0 0 15px 0;
	padding: 0 0 0 0;
	color:rgba(74,125,0,1.0);
	font:1.1em 'Libre Franklin', sans-serif;
	line-height: 1.5em;
	text-align:left;
}

section#nachhaltig aside a {
	display: block;
	width: 154px;
	height: 192px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background: url(img/Agrarlogo.jpg) center no-repeat;
	background-size: 154px 192px;
}




/*###################################################################################*/

section#karte {
	margin: 100px 0 0 0;
}

section#karte .karte{
	width: 100%;
	height: 200px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

section#karte .karte iframe {
	width: 100%!important;
	height: 200px!important;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-position: center;
    text-align: center;
    overflow: hidden !important;
}


/*###################################################################################*/

section#kontakt {
	margin: 100px 0 0 0;
}


section#kontakt aside {
	width: 30%;
	height: auto;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}


section#kontakt aside h1 {
	width: 100%;
    height: auto;
    margin: 0 0 25px 0;
    padding: 0 0 0 0;
    color: rgba(129,62,116,1.0);
    font: 2.5em 'Libre Baskerville', serif;
    text-align: left;
}

section#kontakt aside p {
	width: 100%;
	height: auto;
	margin: 0 0 25px 0;
	padding: 0 0 0 0;
	color:rgba(129,62,116,1.0);
	font:1em 'Libre Franklin', sans-serif;
	line-height: 1.5em;
	
}

section#kontakt aside strong {
	width: 100%;
	height: auto;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	color:rgba(129,62,116,1.0);
	font: 600 1em 'Libre Franklin', sans-serif;
	line-height: 1.5em;
	
}

section#kontakt aside table {
	width: 100%;
	height: auto;
	margin: 0 0 25px 0;
	padding: 0 0 0 0;
	color:rgba(129,62,116,1.0);
	font:0.9em 'Libre Franklin', sans-serif;
	line-height: 1.5em;
}

section#kontakt aside table tr {
	margin: 0 0 0 0;
}

section#kontakt aside table td:first-child {
	font-weight: 600;
}

section#kontakt article div.formular {
	width: 60%;
	height: auto;
	margin: 30px 0 0 0;
	padding: 0 0 0 0;
}




/*###################################################################################*/
/* Kontaktformular */
/*###################################################################################*/



.formular_50{
	float:left;
	clear: none !important;
	width:49%;
	height:auto;
	margin:0 1% 25px 0;
	padding:0 0 0 0;
	font:0.9em 'Libre Franklin', sans-serif;
	line-height:1.5em;
    color: rgba(129,62,116,0.50);
	border:none;
}

.nf-form-title h3 {
	display: none;
}

.nf-form-title {
	display: none;
}

#nf-field-42-wrap, #nf-field-34-wrap, #nf-field-26-wrap {
	float: left;
	clear: none !important;
	width: 95%;
	height: auto;
	margin: 5px 0 0 0;
	padding: 0 0 0 5%;
	font:0.9em 'Libre Franklin', sans-serif;
	line-height:1.5em;
    color: rgba(255,255,255,0.50);
}


.nf-form-content input:not([type=button]), .nf-form-content textarea {
	background: rgba(129,62,116,0.3) !important;
    border: 0px solid #c4c4c4 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
	color:rgba(129,62,116,0.8) !important;
	font:0.9em 'Libre Franklin', sans-serif !important;
}


.formular_100{
	float:left;
	clear: none !important;
	width:99%;
	height:auto;
	margin:0 1% 25px 0;
	padding:0 0 0 0;
	font:0.9em 'Libre Franklin', sans-serif;
	line-height:1.5em;
    color: rgba(0,0,0,0.50);
	border:none;
}

.nf-field-label {
	float: left;
	width: 100%;
	height: 25px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	display: none;
}

.nf-field-label label {
	float: left;
	width: 98%;
	height: 25px;
	margin: 0 0 0 0 !important;
	padding: 2px 0 4px 2% !important;
	font:0.8em 'Libre Franklin', sans-serif !important;
	line-height:1.5em;
	color:rgba(0,0,0,0.40);
}

.checkbox-container.label-right label {
	float: left;
	height: auto;
	width: 100%;
	margin: 0 0 55px 0 !important;
	padding: 0 0 0 0 !important;
}

.checkbox-container.label-right label a{
	color: rgba(193,39,45,0.80);transition: all 0.2s ease; 
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease; 
    -o-transition: all 0.2s ease;
}

.checkbox-container.label-right label a:hover{
	color: rgba(193,39,45,1.00);
}

.nf-form-content .label-above .nf-field-label, .nf-form-content .label-below .nf-field-label, .nf-form-content .label-hidden .nf-field-label {
	margin: 0 0 0 0 !important;
}

.g-recaptcha iframe {
    float: left;
    width: 100%;
    height: auto;
	min-height: auto;
    margin: 0 0 0 0 !important;
    padding: 0 0 0 0;
}

.nf-form-content button, .nf-form-content input[type=button], .nf-form-content input[type=submit] {
	width: 50% !important;
	margin: 15px 25% 50px 25% !important;
	font: 0.9em 'Libre Franklin', sans-serif;
	line-height:1.5em;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: rgba(179,179,179,0.9) !important;
	border:none;
	background: rgba(179,179,179,0.40) !important;
	cursor:pointer;
}

.nf-form-content button:hover, .nf-form-content input[type=button]:hover, .nf-form-content input[type=submit]:hover {
	color:rgba(255,255,255,0.9)!important;
	background: rgba(230,128,108,0.9)!important;
}

.nf-before-form-content {
	width: 60%;
	height: auto;
	margin: 0 20% 10px 20%;
	padding: 0 0 0 0;
	font:0.9em 'Libre Franklin', sans-serif;
	line-height: 1em;
	color: rgba(179,179,179,0.80);
	text-align: center;
}

.nf-after-form-content {
	width: 60%;
	height: auto;
	margin: 0 20% 100px 20%;
	padding: 0 0 0 0;
	font:0.9em 'Libre Franklin', sans-serif;
	line-height: 1em;
	color: rgba(179,179,179,0.80);
	text-align: center;
}

.nf-error-msg, .ninja-forms-req-symbol {
}

.nf-error {
	color: rgba(254,0,4,1.00);
}

/*###################################################################################*/

.trusted {
	width: 100%;
	margin: 25px 0 0 0;
}

.trusted iframe {
	width: 100%;
}

/*###################################################################################*/
/* Spezielle Angaben für die Trauerkreisseite */
/*###################################################################################*/


section#headerbildkreis {
	height: 500px;
	margin: 20px 0 0 0;
	background: url("img/headerbild_kreis.jpg") center no-repeat;
	background-size: cover;
}

section#seiteninhalt {}

section#seiteninhalt h1 {
	width: 100%;
	height: auto;
	margin: 50px 0 15px 0;
	padding: 0 0 0 0;
	color:rgba(129,62,116,1.0);
	font:3.2em 'Libre Baskerville', serif;
	text-align:left;
}

section#seiteninhalt article .inhalt{
	width: 70%;
	height: auto;
	margin: 0 15% 50px 15%;
	padding: 0 0 0 0;
}

section#seiteninhalt article .inhalt h2 {
	width: 100%;
	height: auto;
	margin: 0 0 15px 0;
	padding: 0 0 0 0;
	color:rgba(129,62,116,0.80);
	font:bold 1.3em 'Libre Franklin', sans-serif;
	line-height: 1.5em;
	text-align:left;
}

section#seiteninhalt article .inhalt h3 {
    width: 100%;
    height: auto;
    margin: 0 0 15px 0;
    padding: 0 0 0 0;
    color: rgba(129,62,116,0.80);
    font: bold 1.1em 'Libre Franklin', sans-serif;
    line-height: 1.5em;
    text-align: left;
}

section#seiteninhalt article .inhalt h4 {
    width: 100%;
    height: auto;
    margin: 0 0 5px 0;
    padding: 0 0 0 0;
    color: rgba(129,62,116,0.80);
    font: bold 1em 'Libre Franklin', sans-serif;
    line-height: 1.5em;
    text-align: left;
}

section#seiteninhalt article .inhalt p{
	width: 100%;
	height: auto;
	margin: 0 0 15px 0;
	padding: 0 0 0 0;
	color:rgba(129,62,116,0.80);
	font:1.1em 'Libre Franklin', sans-serif;
	line-height: 1.5em;
	text-align:left;
}

section#seiteninhalt article .inhalt a{
	color:rgba(129,62,116,0.70);
	font-style: italic;
}

section#seiteninhalt article .inhalt a:hover{
	color:rgba(129,62,116,1.0);
}

section#seiteninhalt article .inhalt ul{
	width: 100%;
	height: auto;
	margin: 10px 0 15px 0;
	padding: 0 0 0 0;
}

section#seiteninhalt article .inhalt ul li{
	width: 100%;
	height: auto;
	margin: 0 0 5px 0;
	padding: 3px 5% 4px 2%;
	color:rgba(129,62,116,0.80);
	font:1em 'Libre Franklin', sans-serif;
	line-height: 1.5em;
	list-style-type: square;
	list-style-position: inside;
	text-align:left;
}

/*###################################################################################*/



section#termine {
	margin: 100px 0 0 0;
	background: rgba(129,62,116,0.25);
}

section#termine article h1 {
    width: 100%;
    height: auto;
    margin: 25px 0 25px 0;
    padding: 0 0 0 0;
    color: rgba(129,62,116,1.0);
    font: 2.5em 'Libre Baskerville', serif;
    text-align: left;
}

section#termine article aside {
	width: 48%;
	height: auto;
	margin: 0 0 0 0;
	padding: 0 0 55px 0;
}

section#termine article aside .widget{
	width: 100%;
	height: auto;
	margin: 0 0 25px 0;
	padding:0 0 0 0;
	background: rgba(129,62,116,1.0);
}

section#termine aside .widget h2{
	width: 90%;
	height: auto;
	margin: 0 5% 5px 5%;
	padding:10px 0 0 0;
	color: rgba(255,255,255,1.0);
    font: bold 1.2em 'Libre Franklin', sans-serif;
    text-align: left;
}

section#termine article aside .widget p {
    width: 90%;
    height: auto;
    margin: 0 5% 15px 5%;
    padding: 0 0 15px 0;
    color: rgba(255,255,255,0.8);
    font: 0.9em 'Libre Franklin', sans-serif;
    line-height: 1.3em;
    text-align: left;
}

section#termine article .terminbeschreibung {
	width: 48%;
	height: auto;
	margin: 0 0 0 0;
	padding: 0 0 55px 0;
}

section#termine article .terminbeschreibung h2{
	width: 100%;
	height: auto;
	margin: 0 0 15px 0;
	padding: 0 0 0 0;
	color:rgba(129,62,116,0.80);
	font:bold 1.3em 'Libre Franklin', sans-serif;
	line-height: 1.5em;
	text-align:left;
}

section#termine article .terminbeschreibung p {
    width: 100%;
	height: auto;
	margin: 0 0 15px 0;
	padding: 0 0 0 0;
	color:rgba(129,62,116,0.80);
	font:1.1em 'Libre Franklin', sans-serif;
	line-height: 1.5em;
	text-align:left;
}


/*###################################################################################*/
/* Spezielle Angaben für die Einzelseite */
/*###################################################################################*/






/*###################################################################################*/
/* Content */
/*###################################################################################*/


.weitere_link{}


.gallery-columns-2 {
	float: left;
	width: 100%;
	height: auto;
	margin: 25px 0 0 0 !important;
	padding: 0 0 0 0;
}

article .gallery {
	width: 100%;
	height: auto;
	margin: 25px 0 0 0 !important;
	padding: 0 0 0 0;
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
}

dl.gallery-item {
	float: none !important;
	width: 31% !important;
	margin: 0 2% 25px 0 !important;
	text-align: inherit !important;
}

dl.gallery-item dt {
	width: 100%;
	height: auto;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	
}

dl.gallery-item img {
	width: 100% !important;
    height: auto !important;
    background-position: center;
    text-align: center;
    overflow: hidden !important;
	border: solid 0pt !important;
}


.size-medium {
    float: left;
    width:48% !important;
    height:150px;
    padding:0 0 0 0;
    margin:55px 1% 0 0;
    border:1px solid rgb(155,25,25);
}



/*###################################################################################*/
/* Kommentare */
/*###################################################################################*/

#kommentarliste, #kommentareingabe {

}

#kommentarliste{

}

#kommentarliste h1, #kommentareingabe h1 {

}

.einzelKommentar {

}

.autor_kommentar {

}

.datum_kommentar {

}

.inhalt_kommentar {

}

.eingabe_beschreibung {

}

.cptch_block {

}

p.cptch_block label {

}

#author, #email, #url {

}

#comment {

}

.comment-form-comment label {

}

.comment_hinweis {

}

#submit {

}

#submit:hover {

}




/*###################################################################################*/
/* Footer */
/*###################################################################################*/




footer {
	width: 100%;
	height: auto;
	margin: 50px 0 0 0;
	padding: 0 0 130px 0;
	background: rgba(129,62,116,1.0);
	
}

nav.footer {
	width: 1200px;
	height: 80px;
	margin: 0 auto;
	padding: 5px 0 0 0;
}

.menu-footernavigation-container {
	width: 100%;
	height: auto;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}


ul#menu-footernavigation {
	width: 100%;
	height: auto;
	margin: 10px 0 0 0;
	padding: 0 0 0 0;
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
	box-sizing: border-box;
}


ul#menu-footernavigation li {
	display: inline-block;
	width: 10%;
	height: 36px;
	margin: 0 0 0 0;
	padding: 8px 0 0 0;
	text-align: center;
}

ul#menu-footernavigation li a{
	width:100%;
	height:auto;
	margin:0 0 0 0;
	padding:0 0 0 0;
	color:rgba(255,255,255,0.60);
	font:0.8em 'Libre Baskerville', serif;
	text-align:left;
	transition: all 0.4s ease; 
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease; 
    -o-transition: all 0.4s ease;
}

ul#menu-footernavigation li a:hover{
	color:rgba(255,255,255,1.0);
}

.logofooter{
	width: 100%;
	height: 91px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background: url("img/logo.png") no-repeat center;
}


/*###################################################################################*/
/* Hier werden alle Retinagrafiken verwaltet */
/*###################################################################################*/

@media screen and (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
	
	a.logo {
		background:url("img/logo_farbe@2x.png") left no-repeat;
		-moz-background-size:300px 91px;
			-o-background-size:300px 91px;
			-webkit-background-size:300px 91px;
			background-size:300px 91px;
	}
	
	.logofooter {
		background:url("img/logo@2x.png") center no-repeat;
		-moz-background-size:300px 91px;
			-o-background-size:300px 91px;
			-webkit-background-size:300px 91px;
			background-size:300px 91px;
	}
	
	
	.hotline div {
		background:url("img/icon_tele@2x.jpg") center no-repeat;
		-moz-background-size:33px 33px;
			-o-background-size:33px 33px;
			-webkit-background-size:33px 33px;
			background-size:33px 33px;
	}
	
	section#sterbefall article aside .widget ul li {
		background:url("img/icon_check@2x.jpg") top left no-repeat rgba(129,62,116,0.1);
		-moz-background-size:37px 37px;
			-o-background-size:37px 37px;
			-webkit-background-size:37px 37px;
			background-size:37px 37px;
	}

}

@media screen and (max-width:1600px) {
	
}


@media screen and (max-width:1200px) {
	header {
		width: 100%;
	}
	
	article {
		width: 90%;
		margin: 0 5% 0 5%;
	}
	
	nav.footer {
		width: 100%;
		height: auto;
		margin: 0 0 0 0;
		padding: 0 0 0 0;
	}
	
	
}


@media screen and (max-width:1050px) {

	.hotline div {
		display: none;
	}

	.hotline p{
		width: 53%;
		height: auto;
		margin: 10px 0 0 0;
		padding: 0 0 0 2%;
		color:rgba(255,255,255,1.0);
		font:2.3em 'Libre Franklin', sans-serif;
		line-height: 1.5em;
		text-align:left;
	}

	.hotline h2{
		width: 45%;
		height: auto;
		margin: 10px 0 0 0;
		padding: 0 0 0 0;
		color:rgba(255,255,255,1.0);
		font:bold 2.4em 'Libre Franklin', sans-serif;
		line-height: 1.5em;
		text-align:left;
	}
	
	.fest {
		position:fixed;
		width: 100%;
	}
}


@media screen and (max-width:1000px) {
	
	a.logo {
		width: 100%;
		background-position: center;
	}
	
	nav.hauptnav {
		width: 100%;
		height: auto;
		margin: 15px 0 0 0;
		padding: 0 0 0 0;
	}
	
	ul#menu-hauptnavigation li {
		display: inline-block;
		width: 13%;
		height: 17px;
		margin: 0 0 0 0;
		padding: 0 0 0 0;
		text-align: center;
	}
	
	ul#menu-hauptnavigation li a {
		height: auto;
		margin: 0 0 0 0; 
		font: 0.8em 'Libre Baskerville', serif;
		text-align: center;
	}
	
	section#team article aside .widget .wp-caption h2{
		font: 1.2em 'Libre Baskerville', serif;
	}


	section#team article aside .widget .wp-caption h3{
		font:bold 0.9em 'Libre Franklin', sans-serif;
	}
	
	section#headerbild article h1 {
		width: 100%;
		height: auto;
		margin: 260px 0 0 0;
		padding: 0 0 0 0;
		color: rgba(255,255,255,1.0);
		font: 3.5em 'Libre Baskerville', serif;
		line-height: 1.1em;
		text-align: right;
	}
	
	section#team article iframe {
		width: 80%;
		height: 315px;
		margin: 0 10% 0 10%;
		padding: 0 0 0 0;
	}

	
}


@media screen and (max-width:900px) {
	
	.hotline {
		height: auto;
		margin: 0 0 0 0;
		padding: 0 0 15px 0;
		background: rgba(129,62,116,1.0);
	}

	.hotline p{
		width: 100%;
		height: auto;
		margin: 10px 0 0 0;
		padding: 0 0 0 0;
		color:rgba(255,255,255,1.0);
		font:1.2em 'Libre Franklin', sans-serif;
		line-height: 1.5em;
		text-align:center;
	}

	.hotline h2{
		width: 100%;
		height: auto;
		margin: 10px 0 0 0;
		padding: 0 0 0 0;
		color:rgba(255,255,255,1.0);
		font:bold 2.7em 'Libre Franklin', sans-serif;
		line-height: 1em;
		text-align:center;
	}
	
	section#start article h1 {
		width: 100%;
		height: auto;
		margin: 50px 0 15px 0;
		padding: 0 0 0 0;
		color:rgba(129,62,116,1.0);
		font:2.8em 'Libre Baskerville', serif;
		text-align:center;
	}
	
	section#start article h2 {
		width: 100%;
		height: auto;
		margin: 30px 0 10px 0;
		padding: 0 0 0 0;
		color:rgba(129,62,116,1.0);
		font:1.8em 'Libre Baskerville', serif;
		text-align:center;
	}

	section#start article p{
		width: 80%;
		height: auto;
		margin: 0 10% 10px 10%;
		padding: 0 0 0 0;
		color:rgba(129,62,116,0.80);
		font:1em 'Libre Franklin', sans-serif;
		line-height: 1.5em;
		text-align:left;
	}
	
	section#uber div.articlebild {
		width: 100%;
		height: 425px;
		margin: 50px 0 0 0;
		padding: 0 0 0 0;
		background: url("img/hg_UeberUns.jpg") center no-repeat;
	}
	section#uber aside {
		width: 100%;
		height: auto;
		margin: 25px 0 25px 0;
		padding: 0 0 0 0;
	}

	section#uber aside p {
		width: 80%;
		height: auto;
		margin: 0 10% 15px 10%;
		padding: 0 0 0 0;
		color: rgba(255,255,255,1.0);
		font: 1em 'Libre Franklin', sans-serif;
		line-height: 1.5em;
		text-align: left;
	}
	
	article .gallery {
		margin: 55px 0 0 0 !important;
	
	}
	
	section#team article aside .widget {
		width: 45%;
		height: auto;
		margin: 0 0 55px 0;
		padding: 0 0 35px 0;
		background: rgba(155,146,189,1.00);
	}
	
	section#sterbefall {
		margin: 100px 0 0 0;
		background: rgba(129,62,116,0.0)
	}
	
	section#team article .gruppenbild {
		width: 100%;
		height: 300px;
	}
	
	
	section#sterbefall .bild {
		width: 100%;
		height: 1200px;
		margin: 0 0 0 0;
		padding: 0 0 0 0;
		background: url("img/hg_sterbefall.png") center no-repeat;
		background-size: cover;
	}

	section#sterbefall article aside {
		width: 100%;
		height: auto;
		margin: -1200px 0 0 0;
		padding: 0 0 55px 0;
	}
	
	section#sterbefall article aside .widget p {
		width: 100%;
		height: auto;
		margin: 0 0 15px 0;
		padding: 0 0 0 0;
		color: rgba(129,62,116,1.0);
		font: 1em 'Libre Franklin', sans-serif;
		line-height: 1.5em;
		text-align: left;
	}
	
	section#leistungen  article aside .widget{
		width: 45%;
	}
	
	
	section#finanzen {
		margin: 100px 0 0 0;
		background: rgba(129,62,116,1.0);
	}

	section#finanzen .bild {
		width: 100%;
		height: 350px;
		margin: 0 0 0 0;
		padding: 0 0 0 0;
		background: url("img/hg_finanzen.png") center no-repeat;
		background-size: cover;
	}

	section#finanzen article aside {
		width: 100%;
		height: auto;
		margin: -350px 0 0 0;
		padding: 0 0 55px 0;
	}

	
	section#finanzen article aside .widget p {
		font: 1em 'Libre Franklin', sans-serif;
		line-height: 1.5em;
	}
	
	section#kontakt aside {
		width: 100%;
		height: auto;
		margin: 0 0 0 0;
		padding: 0 0 0 0;
	}
	
	section#kontakt article div.formular {
		width: 100%;
		height: auto;
		margin: 30px 0 0 0;
		padding: 0 0 0 0;
	}
	
	section#kontakt aside p {
		width: 100%;
		height: auto;
		margin: 0 0 0 0;
		padding: 0 0 0 0;
		color: rgba(129,62,116,1.0);
		font: 1em 'Libre Franklin', sans-serif;
		line-height: 1.5em;
		text-align: center;
	}
	
	nav.footer {
		width: 100%;
		height: auto;
		margin: 0 0 25px 0;
		padding: 0 0 0 0;
	}
	
	ul#menu-footernavigation {
		width: 100%;
		height: auto;
		margin: 0 0 0 0;
		padding: 0 0 0 0;
		display: flex;
		flex-wrap: wrap;
		justify-content:center;
		box-sizing: border-box;
	}
	
	ul#menu-footernavigation li {
		display: inline-block;
		width: 18%;
		height: 28px;
		margin: 10px 1% 0 1%;
		padding: 8px 0 0 0;
		text-align: center;
		background: rgba(255,255,255,0.25);
	}
	
	.testimonial_rotator_wrap.with-prevnext {
    	width: 100%;
		margin: 0 0 0 0;
	}
	
	section#seiteninhalt h1 {
		width: 100%;
		height: auto;
		margin: 50px 0 15px 0;
		padding: 0 0 0 0;
		color:rgba(129,62,116,1.0);
		font:2.5em 'Libre Baskerville', serif;
		text-align:left;
	}
	
	section#termine article h1 {
		width: 100%;
		height: auto;
		margin: 25px 0 25px 0;
		padding: 0 0 0 0;
		color: rgba(129,62,116,1.0);
		font: 2.5em 'Libre Baskerville', serif;
		text-align: left;
	}

	section#seiteninhalt article .inhalt{
		width: 100%;
		height: auto;
		margin: 0 0 10px 0;
		padding: 0 0 0 0;
	}

	section#seiteninhalt article .inhalt h2 {
		width: 100%;
		height: auto;
		margin: 0 0 15px 0;
		padding: 0 0 0 0;
		color:rgba(129,62,116,0.80);
		font:bold 1.1em 'Libre Franklin', sans-serif;
		line-height: 1.2em;
		text-align:left;
	}
	
	section#seiteninhalt article .inhalt h3 {
		width: 100%;
		height: auto;
		margin: 0 0 15px 0;
		padding: 0 0 0 0;
		color: rgba(129,62,116,0.80);
		font: bold 1em 'Libre Franklin', sans-serif;
		line-height: 1.5em;
		text-align: left;
	}

	section#seiteninhalt article .inhalt h4 {
		width: 100%;
		height: auto;
		margin: 0 0 5px 0;
		padding: 0 0 0 0;
		color: rgba(129,62,116,0.80);
		font: bold 1em 'Libre Franklin', sans-serif;
		line-height: 1.5em;
		text-align: left;
	}


	section#seiteninhalt article .inhalt p{
		width: 100%;
		height: auto;
		margin: 0 0 15px 0;
		padding: 0 0 0 0;
		color:rgba(129,62,116,0.80);
		font:1em 'Libre Franklin', sans-serif;
		line-height: 1.5em;
		text-align:left;
	}
	
	section#termine article aside {
		width: 100%;
		height: auto;
		margin: 0 0 0 0;
		padding: 0 0 0 0;
	}

	section#termine article .terminbeschreibung {
		width: 100%;
		height: auto;
		margin: 25px 0 0 0;
		padding: 0 0 55px 0;
	}
	
	section#termine aside .widget h2{
		width: 90%;
		height: auto;
		margin: 0 5% 5px 5%;
		padding:10px 0 0 0;
		color: rgba(255,255,255,1.0);
		font: bold 1.1em 'Libre Franklin', sans-serif;
		text-align: left;
	}

	section#termine article aside .widget p {
		width: 90%;
		height: auto;
		margin: 0 5% 15px 5%;
		padding: 0 0 15px 0;
		color: rgba(255,255,255,0.8);
		font: 0.8em 'Libre Franklin', sans-serif;
		line-height: 1.1em;
		text-align: left;
	}


	section#termine article .terminbeschreibung h2{
		width: 100%;
		height: auto;
		margin: 0 0 15px 0;
		padding: 0 0 0 0;
		color:rgba(129,62,116,0.80);
		font:bold 1.1em 'Libre Franklin', sans-serif;
		line-height: 1.2em;
		text-align:left;
	}

	section#termine article .terminbeschreibung p {
		width: 100%;
		height: auto;
		margin: 0 0 15px 0;
		padding: 0 0 0 0;
		color:rgba(129,62,116,0.80);
		font:1em 'Libre Franklin', sans-serif;
		line-height: 1.3em;
		text-align:left;
	}
	
	section#team article iframe {
		width: 100%;
		height: 375px;
		margin: 0 0 0 0;
		padding: 0 0 0 0;
	}
	
	section#nachhaltig aside {
		width: 94%;
		height: auto;
		margin: 50px 0 50px 0;
		padding: 20px 2% 25px 4%;
		background: rgba(255,255,255,0.8);
	}
	
	
	section#nachhaltig aside h2 {
		width: 100%;
		height: auto;
		margin: 0 0 15px 0;
		padding: 0 0 0 0;
		font: 2.5em 'Libre Baskerville', serif;
		text-align: left;
	}
	
	section#nachhaltig aside p {
		font: 1em 'Libre Franklin', sans-serif;
		line-height: 1.5em;
	}
	
	section#leistungen article .kristall .kristallbild {
		width: 45%;
	}

	section#leistungen article .kristall .kristallinhalt {
		width: 50%;
	}

	section#leistungen article .kristall .kristallinhalt h2 {
		font: 1.8em 'Libre Baskerville', serif;
	}

	section#leistungen article .kristall .kristallinhalt p {
		font: 1em 'Libre Franklin', sans-serif;
	}

	section#leistungen article .kristall .kristallinhalt a {
		font: 600 1em 'Libre Franklin', sans-serif;
	}

	
	article .gridbox {
		display: grid;
		grid-template-columns: 1fr;
		gap: 1rem 1rem;
		grid-template-areas:
			'rechts1'
			'rechts2'
			'rechts3'
			'rechts4';
	}
	
	article .gridbox aside:nth-of-type(1) {
		grid-area: rechts1;
	}
	
	div.hgloopsarg article .gridbox aside:nth-of-type(1){
	
		grid-area: rechts1;
	}
	
	article .gridbox aside:nth-of-type(2) {
		grid-area: rechts2;
	}
	
	article .gridbox aside:nth-of-type(3) {
		grid-area: rechts3;
	}
	
	article .gridbox aside:nth-of-type(4) {
		grid-area: rechts4;
	}
	
	article .gridbox h2 {
		grid-column: 1 / 2;
	}
	
	
	
}


@media screen and (max-width:690px) {
	
	section#headerbild {
		height: 400px;
		margin: 20px 0 0 0;
		background: url(img/headerbild_start.jpg) center no-repeat;
		background-size: cover;
	}
	
	section#headerbildkreis {
		height: 400px;
		margin: 20px 0 0 0;
		background: url(img/headerbild_kreis.jpg) center no-repeat;
		background-size: cover;
	}
	
	section#headerbild article h1 {
		width: 100%;
		height: auto;
		margin: 210px 0 0 0;
		padding: 0 0 0 0;
		color: rgba(255,255,255,1.0);
		font: 3em 'Libre Baskerville', serif;
		line-height: 1.1em;
		text-align: right;
	}
	
	.hotline h2 {
		width: 100%;
		height: auto;
		margin: 5px 0 0 0;
		padding: 0 0 0 0;
		color: rgba(255,255,255,1.0);
		font: bold 2em 'Libre Franklin', sans-serif;
		line-height: 1em;
		text-align: center;
	}
	
	section#start article p {
		width: 100%;
		height: auto;
		margin: 0 0 10px 0;
		padding: 0 0 0 0;
		color: rgba(129,62,116,0.80);
		font: 1em 'Libre Franklin', sans-serif;
		line-height: 1.5em;
		text-align: left;
	}
	
	section#uber aside p {
		width: 100%;
		height: auto;
		margin: 0 0 15px 0;
		padding: 0 0 0 0;
		color: rgba(255,255,255,1.0);
		font: 1em 'Libre Franklin', sans-serif;
		line-height: 1.5em;
		text-align: left;
	}
	
		
	
}




@media screen and (max-width:550px) {
	
	section#team article aside .widget {
		width: 100%;
		height: auto;
		margin: 0 0 55px 0;
		padding: 0 0 35px 0;
		background: rgba(155,146,189,1.00);
	}
	
	section#team article aside .widget .wp-caption h2{
		font: 1.3em 'Libre Baskerville', serif;
	}


	section#team article aside .widget .wp-caption h3{
		font:bold 1em 'Libre Franklin', sans-serif;
	}
	
	section#leistungen  article aside .widget{
		width: 100%;
		height: auto;
		margin: 0 0 25px 0;
		padding:0 0 0 0;
		background: rgba(129,62,116,0.55);
	}
	
	section#team article .gruppenbild {
		width: 100%;
		height: 200px;
	}
	
	section#sterbefall .bild {
		display:none;
	}
	
	section#sterbefall {
		background: rgba(129,62,116,0.1);
	}
	
	section#sterbefall article aside {
		width: 100%;
		height: auto;
		margin: 0 0 0 0;
		padding: 0 0 55px 0;
	}
	
	section#team article iframe {
		width: 100%;
		height: 280px;
		margin: 0 0 0 0;
		padding: 0 0 0 0;
	}
	
	section#leistungen article .kristall .kristallbild {
		width: 100%;
		height: 331px;
	}

	section#leistungen article .kristall .kristallinhalt {
		width: 100%;
		margin: 20px 0 0 0;
	}

	
}

@media screen and (max-width:500px) {
	
	
	section#seiteninhalt h1 {
		width: 100%;
		height: auto;
		margin: 50px 0 15px 0;
		padding: 0 0 0 0;
		color:rgba(129,62,116,1.0);
		font:2em 'Libre Baskerville', serif;
		text-align:left;
	}
	
	section#termine article h1 {
		width: 100%;
		height: auto;
		margin: 25px 0 25px 0;
		padding: 0 0 0 0;
		color: rgba(129,62,116,1.0);
		font: 2em 'Libre Baskerville', serif;
		text-align: left;
	}


	section#seiteninhalt article .inhalt h2 {
		width: 100%;
		height: auto;
		margin: 0 0 15px 0;
		padding: 0 0 0 0;
		color:rgba(129,62,116,0.80);
		font:bold 1em 'Libre Franklin', sans-serif;
		line-height: 1.2em;
		text-align:left;
	}

	section#seiteninhalt article .inhalt p{
		width: 100%;
		height: auto;
		margin: 0 0 15px 0;
		padding: 0 0 0 0;
		color:rgba(129,62,116,0.80);
		font:0.9em 'Libre Franklin', sans-serif;
		line-height: 1.2em;
		text-align:left;
	}
	
	section#termine aside .widget h2{
		width: 90%;
		height: auto;
		margin: 0 5% 5px 5%;
		padding:10px 0 0 0;
		color: rgba(255,255,255,1.0);
		font: bold 1.1em 'Libre Franklin', sans-serif;
		text-align: left;
	}

	section#termine article aside .widget p {
		width: 90%;
		height: auto;
		margin: 0 5% 15px 5%;
		padding: 0 0 15px 0;
		color: rgba(255,255,255,0.8);
		font: 0.8em 'Libre Franklin', sans-serif;
		line-height: 1.1em;
		text-align: left;
	}


	section#termine article .terminbeschreibung h2{
		width: 100%;
		height: auto;
		margin: 0 0 15px 0;
		padding: 0 0 0 0;
		color:rgba(129,62,116,0.80);
		font:bold 1em 'Libre Franklin', sans-serif;
		line-height: 1.2em;
		text-align:left;
	}

	section#termine article .terminbeschreibung p {
		width: 100%;
		height: auto;
		margin: 0 0 15px 0;
		padding: 0 0 0 0;
		color:rgba(129,62,116,0.80);
		font:0.9em 'Libre Franklin', sans-serif;
		line-height: 1.3em;
		text-align:left;
	}
	
	section#start article h1 {
		width: 100%;
		height: auto;
		margin: 50px 0 15px 0;
		padding: 0 0 0 0;
		color: rgba(129,62,116,1.0);
		font: 2em 'Libre Baskerville', serif;
		text-align: center;
	}
	
	section#start article h2 {
		width: 100%;
		height: auto;
		margin: 30px 0 10px 0;
		padding: 0 0 0 0;
		color:rgba(129,62,116,1.0);
		font:1.6em 'Libre Baskerville', serif;
		text-align:center;
	}
	
	
	section#start article p {
		width: 100%;
		height: auto;
		margin: 0 0 15px 0;
		padding: 0 0 0 0;
		color: rgba(129,62,116,0.80);
		font: 0.9em 'Libre Franklin', sans-serif;
		line-height: 1.5em;
		text-align: left;
	}
	
	section#uber div.articlebild {
		width: 100%;
		height: 300px;
		margin: 50px 0 0 0;
		padding: 0 0 0 0;
		background: url("img/hg_UeberUns.jpg") center no-repeat;
	}
	
	section#uber aside h2 {
		width: 100%;
		height: auto;
		margin: 0 0 15px 0;
		padding: 0 0 0 0;
		color: rgba(255,255,255,1.0);
		font: 2em 'Libre Baskerville', serif;
		text-align: left;
	}
	
	section#uber aside p, section#sterbefall article aside .widget p {
		width: 100%;
		height: auto;
		margin: 0 0 15px 0;
		padding: 0 0 0 0;
		font: 0.9em 'Libre Franklin', sans-serif;
		line-height: 1.3em;
	}
	
	dl.gallery-item {
		float: none !important;
		width: 48% !important;
		margin: 0 2% 15px 0 !important;
		text-align: inherit !important;
	}
	
	section#team article h1, section#sterbefall article aside .widget h2, section#leistungen article h1, section#rezensionen article h1, section#finanzen article aside .widget h2, section#kontakt aside h1 {
		font: 2em 'Libre Baskerville', serif;
	}
	
	section#sterbefall article aside .widget ul li {
		width: 78%;
		height: auto;
		min-height: 24px;
		margin: 0 0 10px 0;
		padding: 5px 10% 8px 12%;
		color: rgba(129,62,116,1.0);
		font: bold 0.9em 'Libre Franklin', sans-serif;
		line-height: 1.1em;
		text-align: left;
		background: url(img/icon_check.jpg) top left no-repeat rgba(129,62,116,0.1);
	}
	
	section#finanzen article aside .widget p {
		font: 0.9em 'Libre Franklin', sans-serif;
		line-height: 1.3em;
	}
	
	.testimonial_rotator.template-headlined .testimonial_rotator_quote {
		padding: 0 5% 0 0;
		font: 1em 'Libre Franklin', sans-serif !important;
		line-height: 1.5em;
		text-align: left !important;
		color: rgba(129,62,116,0.8);
	}
	
	.testimonial_rotator.template-headlined .testimonial_rotator_slide_title {
		color: rgba(129,62,116,1.0);
		font: bold 1.1em 'Libre Franklin', sans-serif !important;
		text-align: left !important;
	}
	
	ul#menu-footernavigation li {
		display: inline-block;
		width: 23%;
		height: 28px;
		margin: 10px 1% 0 1%;
		padding: 8px 0 0 0;
		text-align: center;
		background: rgba(255,255,255,0.25);
	}
	
	section#nachhaltig aside {
		width: 90%;
		height: auto;
		margin: 50px 0 50px 0;
		padding: 20px 4% 25px 6%;
		background: rgba(255,255,255,0.8);
	}
	
	section#nachhaltig aside h2{
		font: 2em 'Libre Baskerville', serif;
	}
	
	section#nachhaltig aside p {
		font: 0.9em 'Libre Franklin', sans-serif;
		line-height: 1.3em;
	}
	
	section#nachhaltig aside a {
		display: block;
		width: 130px;
		height: 163px;
		margin: 0 0 0 0;
		padding: 0 0 0 0;
		background: url(img/Agrarlogo.jpg) center no-repeat;
		background-size: 130px 163px;
	}
	
	section#leistungen article .kristall .kristallinhalt h2 {
		font: 1.8em 'Libre Baskerville', serif;
	}

	section#leistungen article .kristall .kristallinhalt p {
		font: 0.9em 'Libre Franklin', sans-serif;
	}

	section#leistungen article .kristall .kristallinhalt a {
		font: 600 0.9em 'Libre Franklin', sans-serif;
	}
	
	section#service h1 {
		margin: 0 0 35px 0;
		font: 2em 'Libre Baskerville', serif;
	}
	
	div.hgservice article .gridbox aside div h2, article .gridbox aside div h2, div.hgloopsarg article .gridbox aside div h2 {
		line-height: 1.5rem;
		font: bold 1.5rem 'Libre Franklin', sans-serif;
	}
	
	div.hgservice article .gridbox aside div h4, article .gridbox aside div h4 {
		font: bold 1rem 'Libre Franklin', sans-serif;
	}
	
	article .gridbox h2 {
		margin: 50px 0 25px 0;
		font: 2em 'Libre Baskerville', serif;
	}
	
	article .gridbox aside h3 {
		line-height: 1.2rem;
		font: bold 1.2rem 'Libre Franklin', sans-serif;
	}
	
	article .gridbox aside ul li {
		font: 0.9rem 'Libre Franklin', sans-serif;
	}
	
}


@media screen and (max-width:450px) {
	
	
	a.logo {
		background: url("img/logo_farbe@2x.png") center no-repeat;
		-moz-background-size: 221px 67px;
		-o-background-size: 221px 67px;
		-webkit-background-size: 221px 67px;
		background-size: 221px 67px;
	}
	
	section#headerbild, section#headerbildkreis{
		height: 300px;
		margin: 20px 0 0 0;
	}
	
	section#headerbild article h1 {
		display: none;
	}
	
	.hotline p {
		width: 100%;
		height: auto;
		margin: 10px 0 0 0;
		padding: 0 0 0 0;
		color: rgba(255,255,255,1.0);
		font: 1em 'Libre Franklin', sans-serif;
		line-height: 1.3em;
		text-align: center;
	}
	
	.hotline h2 {
		width: 100%;
		height: auto;
		margin: 5px 0 0 0;
		padding: 0 0 0 0;
		color: rgba(255,255,255,1.0);
		font: bold 1.5em 'Libre Franklin', sans-serif;
		line-height: 1em;
		text-align: center;
	}
	
	section#uber, section#team, section#sterbefall, section#leistungen, section#rezensionen, section#finanzen, section#karte, section#kontakt {
    margin: 50px 0 0 0;
}

}
@media screen and (max-width:450px) {
	
	ul#menu-footernavigation li {
		display: inline-block;
		width: 31%;
		height: 28px;
		margin: 10px 1% 0 1%;
		padding: 8px 0 0 0;
		text-align: center;
		background: rgba(255,255,255,0.25);
	}
}




