/*
Theme Name: Twenty Thirteen - Child for GF
Template: twentythirteen
Theme URI: https://wordpress.org/themes/twentythirteen/
Author: sd-4u
Orig 2013 Version: 2.7
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, one-column, two-columns, right-sidebar, custom-header, custom-menu, editor-style, featured-images, footer-widgets, microformats, post-formats, rtl-language-support, sticky-post, translation-ready, accessibility-ready
Text Domain: twentythirteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 *   4.1 - Site Header
 *   4.2 - Navigation
 * 5.0 - Content
 *   5.1 - Entry Header
 *   5.2 - Entry Meta
 *   5.3 - Entry Content
 *   5.4 - Galleries
 *   5.5 - Post Formats
 *   5.6 - Attachments
 *   5.7 - Post/Paging Navigation
 *   5.8 - Author Bio
 *   5.9 - Archives
 *   5.10 - Search Results/No posts
 *   5.11 - 404
 *   5.12 - Comments
 *   5.13 - Multisite
 * 6.0 - Sidebar
 *   6.1 - Widgets
 * 7.0 - Footer
 * 8.0 - Media Queries
 * 9.0 - Print
 * ----------------------------------------------------------------------------
 */
 
/**
 * 1.0 Reset
 * ----------------------------------------------------------------------------
 */
 
html,
button,
input,
select,
textarea {font-family: "Arial", Helvetica, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {font-family: "Arial", Helvetica, sans-serif;
	line-height: 1.3;
}

h1 {font-size: 32px;}
h2 {font-size: 25px; font-weight: normal;}

a {color: #ca3c08;}

a:visited {color: #999999;}

hr {background: none;}


/**
 * 4.1 Site Header
 * ----------------------------------------------------------------------------
 */

.site, .site-main {max-width: 100% !important; width: 100% !important;}
 
.site-header {background-color: #000000;}
.site-header .home-link {background-image: url(Naturheilpraxis-Frerker-Taunus.png);
background-repeat: no-repeat; min-height: 120px; max-height: 120px;}
h1.site-title, h2.site-description {color: transparent;}
 
/**
 * 4.2 Navigation
 * ----------------------------------------------------------------------------
 */
.navbar {background-color: #000000;}

.nav-menu li a {color: #A3D800; font-size: 1em; padding-left:12px; padding-right:10px;}

.nav-menu li:hover > a,
.nav-menu li a:hover,
.nav-menu li:focus > a,
.nav-menu li a:focus {
	background-color: #A3D800; color: #ffffff;}
	
.nav-menu .sub-menu,
.nav-menu .children {
	background-color: #000000; color: #A3D800; }
	
	ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover,
ul.nav-menu ul a:focus,
.nav-menu ul ul a:focus {
	background-color: #A3D800; color: #000000;
}
	
.nav-menu .current_page_item > a,
.nav-menu .current_page_ancestor > a,
.nav-menu .current-menu-item > a,
.nav-menu .current-menu-ancestor > a {
	color: #ffffff;}
	
	
.site-header .search-field {
background-image: url(images2/search-icon.png);}


 /**
 * 5.1 Entry Header
 * ----------------------------------------------------------------------------
 */
 
 .line { height: 0.8rem; background-color: #A3D800;}
 
  /**
 * 5.1 Widgets
 * ----------------------------------------------------------------------------
 */
 
 .widget {background-color: #666666; color: #ffffff;}
 .widget .widget-title {
    font: 400 italic 20px "Arial", Helvetica, sans-serif;
    margin: 0 0 10px;
    background-color: #A3D800;
    color: #ffffff;
    margin-left: -20px;
    padding-left: 20px;}



/**
* 5.3 Entry Content
* -----------------------------------------------------------------------------
*/

.entry-content {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
}

.entry-content a,
.comment-content a {
	color: #89B500;  /*Orig hell #A3D800*/
	font-weight: bold;
}

.entry-content a:hover,
.comment-content a:hover {
	color: #666666;
}

/**
*6.1 Widgets
*----------------------
*/

.widget a {
	color: #ffffff;
}

.widget a:hover {
	color: #000000;
}

/**
*7.0 Footer
*----------------------
*/

.site-footer {
	background-color: #000000;
	color:#ffffff;
}

.site-footer a {
	color: #A3D800;
}

.sidebar .site-footer {
	text-align: center;
}


 /**
 *8.0 Media Queries
 * ----------------------------------------------------------------------------
 */

aside#custom_html-5.widget_text.widget.widget_custom_html {background-color: #ffffff !important; min-height: 210px;}
 
 /* Collapse oversized image and pulled images after iPad breakpoint. */
@media (max-width: 767px) {
	.site-header .home-link {
  min-height: 120px; max-height: 120px;
	}
}

@media (max-width: 643px) {
	.menu-toggle,
	.menu-toggle:hover,
	.menu-toggle:focus,
	.menu-toggle:active {
		color: #A3D800;
	}
	
 .toggled-on .nav-menu li > ul a {
		color: #ffffff;
		width: auto;
	}

	.toggled-on .nav-menu li:hover > a,
	.toggled-on .nav-menu .children a {
		background-color: transparent;
		color: #A3D800;
	}

	.toggled-on .nav-menu > li a:hover,
	.toggled-on .nav-menu > ul a:hover {
		background-color: #A3D800;
		color: #fff;
	}

	.toggled-on .nav-menu > li a:focus,
	.toggled-on .nav-menu > ul a:focus {
		background-color: #666666;
		color: #fff;
	}
	
	.nav-menu li {padding-top: 0.4em; padding-bottom: 0.4em;}
}

/**
* 9.0 Print
* -----------------------------------------------------------------------------
*/

@media print {
  	.site-header .home-link {
  min-height: 120px; max-height: 120px;
	}
	}