/*---------------------------------------------------------
Themeanpassung HESTIA um Copyright-Hinweis zu entfernen
-------------------------------------------------------- */

.copyright.pull-right {
display: none;
}


/*---------------------------------------------------------
Beitrag Schlägwörter, Veröffendlichung etc ausblenden
-------------------------------------------------------- */

.entry-categories { 
  display:none; 
}

.entry-tags { 
  display:none; 
}

h4.author { 
  display:none; 
}

/*---------------------------------------------------------
Dunkler Hintergrund Starseite enfernen
-------------------------------------------------------- */

.header-filter::before { 
  background-color: transparent; 
}


.header-filter-gradient {
  background: #998542;
}

.section-image.hestia-about:after { 
  background-color: transparent; 
}


.hestia-ribbon.section-image:after { 
  background-color: transparent; 
}

/*---------------------------------------------------------
Hestia Ribbon Section Bild größer/Abstand nach unten 60px
-------------------------------------------------------- */

.hestia-ribbon.section-image { 
	float: left;
	width: 100%;
  min-height: 400px;
	margin-bottom: 60px; 
}
/*---------------------------------------------------------
Kontaktformular Plugin WP Formulare 7
-------------------------------------------------------- */
div.wpcf7 {
background-color: #b1b2a9;
border: 0px solid #2590c5;
border-radius: 3px;
padding:40px;
color:#ffffff;
font-size:15px;
max-width:500px;
margin-left: auto;
margin-right: auto;
}


/*---------------------------------------------------------
Headline h2
-------------------------------------------------------- */
h2.hestia-title, h2.title {
  font-family: "Robot", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  color: #cfb023;
}

h2 {
  font-family: "Robot", "Helvetica", "Arial", sans-serif;
  font-weight: 350;
  color: #cfb023;
}
