/* 
 Theme Name:   twentyfourteen G1
 Theme URI:    https://g1-homepage.de/
 Description:  
 Author:       hcbolten
 Author URI:   
 Template:     twentyfourteen
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 /* == Add your own styles below this line ==
--------------------------------------------*/

/*Farben für Kopfzeile, Seitenleiste und Fußleiste*/
.site-header, .site:before {background-color: #1e73be;} /* Kopf */ 
#secondary {background-color: #1e73be; color: red;} /* linke Seitenleiste */
.site-footer {background-color: #1e73be;} /* Fußleiste */


/*Links*/
a {color: #1e73be;} /* Linkfarbe */
a:hover {color: blue;} /* Linkfarbe beim Überfahren mit der Maus */


/*Farben für die Widgets*/
.content-sidebar .widget .widget-title {color: grey;} /* Überschriften */
.content-sidebar .widget a {color: white;} /* Farbe der Links in der Sidebar */
.widget a:hover {color: blue;} /* Linkfarbe in der Sidebar beim Überfahren mit der Maus */

/* Suchmaske*/
.search-toggle {background-color: #1e73be;} /* Hintergrund für Lupe */
.search-toggle:hover:before, .search-toggle.active:before {color: white;} /* Lupensymbol */
.search-toggle:hover, .search-toggle.active {background-color: grey;} /* Hintergrund beim Überfahren mit der Maus */
.search-box {background: grey;} /* Hintergrund für Suchmaske */

/*Navigation oben*/
.primary-navigation li > a, .primary-navigation ul ul a {background-color: #1e73be; color: white;} /* Farbe der Navigation  */
.primary-navigation li:hover > a, .primary-navigation li.focus > a, .primary-navigation ul ul a:hover, .primary-navigation ul ul li.focus > a {background-color: #1e73be; color: blue;} /* Farbe beim Überfahren mit der Maus */

/*Farbe aktiver Menütext oben*/
.site-navigation .current_page_item > a,
.site-navigation .current_page_ancestor > a,
.site-navigation .current-menu-item > a,
.site-navigation .current-menu-ancestor > a {
	color: darkblue;
	font-weight: 900;
}

/*Navigation links*/
.secondary-navigation li:hover > a, .secondary-navigation li.focus > a, .secondary-navigation ul ul a {background: grey; color: white;} /* Farbe der Navigation */
.site-navigation a:hover,.secondary-navigation ul ul a:hover, .secondary-navigation ul ul li.focus > a {background: grey; color: red;} /* Farbe beim Überfahren mit der Maus */

/*Seitenbreite*/
.site-content .entry-header, .site-content .entry-content, .site-content .entry-summary, .site-content .entry-meta, .page-content {
margin: 0 auto; max-width: 800px;
}


/*Button*/
.widget button,
.widget .button,
.widget input[type="button"],
.widget input[type="reset"],
.widget input[type="submit"] {
	background-color: darkblue;
	border: 0;
	font-size: 12px;
	padding: 5px 15px 4px;
}

.widget input[type="button"]:hover,
.widget input[type="button"]:focus,
.widget input[type="reset"]:hover,
.widget input[type="reset"]:focus,
.widget input[type="submit"]:hover,
.widget input[type="submit"]:focus {
	background-color: blue;
}

button,
.button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background-color: darkblue;
	border: 0;
	border-radius: 2px;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	padding: 10px 30px 11px;
	text-transform: uppercase;
	vertical-align: bottom;
}

button:hover,
button:focus,
.button:hover,
.button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background-color: blue;
	color: #fff;
}

button:active,
.button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	background-color: #darkblue;
}


/*Test*/
