/*
Theme Name: Hemingway child
Template: hemingway



/* Pre Header
Achtung: Evtl. header2 in header.php einfügen nach Update:
 <div id="header2">
       <p>Bezirksbienenszüchterverein Schwenningen am Neckar e.V.</p>
 </div>
*/

/*Grund Hintergrundfarbe von Schwarz auf Weiß geändert */

.section.bg-dark-light{
 background-color: white;
}

#header2{
  //background-color:rgba(249,209,63,0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  
}

#header2 h2{
    width: 550px;
	font-weight:700;
	letter-spacing: 4px;
 	line-height:1.5;
	margin: 30px 0 25px;
	 font-size: 1.0em !important;
}
/* Theme Header*/

/*Eigenschaften des  Titelfeldes */
.blog-info {
	background-color: rgba(249,209,63,0.70);
	color: black;
    width: 650px;
    margin-left: 50px;
}

 .blog-logo {
    display: flow-root;
 }
.blog-logo img {
/* Stempel drehen*/
    -moz-transform: rotate(30deg); /* Firefox 3.6 Firefox 4 */
    -webkit-transform: rotate(30deg); /* Safari */
    -o-transform: rotate(30deg); /* Opera */
    -ms-transform: rotate(30deg); /* IE9 */
     transform: rotate(-30deg); /* W3C */
/* Hintergrundfarbe und Positionierung */
     background-color:rgba(249,209,63,0.8);
	   margin-left: -7%;
     margin-top:-3%;
     padding: 20px;
     max-height: 220px;

}


/*Farbe Haupttitel aber Titel und Untertitel sind ausgeblendet!*/
.blog-title a{
	color: black;
}

/*Farbe des Untertitels */
.blog-description{
	color: black;

}

/*Navigation */

.section-inner {  /* Breite des Contents inkl. Navi*/
	width: 1500px;

}

.section.bg-dark{ /*Hintergrund der Navigation*/

       background-color: rgb(249,209,63);
 }

.blog-menu a{

	color: black;
	font-weight:bold;
	font-size: 18px;
}

.blog-menu li:hover a{
	background-color:#95C776;

}
.blog-menu > li::before {  /*Entfernen des / als Trenner zwischen den Menüpunkten*/
    content: " ";
}

.blog-menu li{  /* Abstand zwischen den Menüpunkten vergrößern*/

	margin-right: 6px;
}

.blog-menu ul li {
    width: 278px;
    background: #95C776;
}

 .widget_search #searchsubmit:hover {
	background-color: #95C776;
	border-color: #95C776;
}

.widget_search #searchsubmit{

    background-color: rgb(249,209,63);
    border-color: rgb(249,209,63);

}

/*Mitglied werden*/
.post-content .wp-image-392{
	float: left !important; 
	background-color:red;
	margin-top:500px;
}

/*Honig kaufen*/
/*Links einfärben*/
.ui-widget-content a{
	color:#1abc9c !important;
}


/* Footer: Theme Erfinder löschen*/
.credits-right {
	display: None;
}

footer a{
	color:black;

}

/*Footer verkleinern, da keine Widgets*/
.section.large-padding {
	padding: 1.5% 0;
}

/*Responsive Anpassung*/
@media (max-width: 1040px){



	.blog-logo img{
		height: 28%;
		width: 28%;
		padding: 0px;
	}
}

@media (max-width:800px){

	/*Farbe des mobilen Navigationsmenüs ändern*/

	.mobile-menu a {
		 background:rgb(249,209,63);
	     color: #000;
    }

	.blog-logo img{
		height: 28%;
		width: 28%;
		padding: 0px;
	}
}
@media (max-width:500px){

	#header2 {
		justify-content:left;
	}
	#header2 h2{
		width:300px;
		font-size: 70%;
		letter-spacing: 2px;
	}

}
