/*
 Theme Name:   hist.net verein
 Theme URI:    http://example.com/twenty-fourteen-child/
 Description:  Twenty Fourteen Child Theme
 Author:       Gerold Ritter
 Author URI:   http://example.com
 Template:     twentyfourteen
 Version:      1.0.0
 Tags: black, green, white, light, dark, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
Text Domain:  twentyfourteen-child
*/

@import url("../twentyfourteen/style.css");

/**
 * 1.0 Reset
 *
 * -----------------------------------------------------------------------------
 */

body {
    background: #fff;
}
a {
	color: #E80000;
}
a:active,
a:hover {
	color: #666;
}

/* Support a widely-adopted but non-standard selector for text selection styles
 * to achieve a better experience. See http://core.trac.wordpress.org/ticket/25898.
 */
::selection {
    background: #ccc;
    color: #fff;
    text-shadow: none;
}

::-moz-selection {
    background: #ccc;
    color: #fff;
    text-shadow: none;
}
/**
 * 4.0 Header
 * -----------------------------------------------------------------------------
 */

.site-header {
    background-color: #E80000;
    height: 58px;
}

.site-description {
    display: inline-block;
    margin: 20px;
    color: #fff;
}

.site:before {
    background-color: #fff;
}

/* Search in the header */

.search-toggle {
    background-color: #E80000;
    height: 58px;
    width: 58px;
}
.search-toggle:hover,
.search-toggle.active {
    background-color: #666;
}
.search-toggle:before {
    font-size: 24px;
    margin-top: 18px;
}
.search-box-wrapper {
    top: 58px;
    width: auto;
}
.search-box {
    background-color: #666;
}

/**
 * 5.0 Navigation
 * -----------------------------------------------------------------------------
 */

#secondary {
    padding-top: 60px;
}
#secondary ul {
    font-family: Palatino, 'Palatino Linotype', "Times New Roman", Times, serif;
    font-size: 16px;
    font-style:italic;
}
.site-navigation li {
    border-top: none;
}

.site-navigation a {
    color: #E80000;
    text-transform: none;
}

.site-navigation a:hover {
    color: #666666;
}
#menu-service-menu {
    padding-top: 5px;
}
#menu-service-menu a {
    color: #fff;
}
#menu-service-menu a:hover {
    color: #ccc;
}

.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: #E80000;
    font-weight: normal;
}
#menu-service-menu .current_page_item > a,
#menu-service-menu .current_page_ancestor > a,
#menu-service-menu .current-menu-item > a,
#menu-service-menu .current-menu-ancestor > a {
    color: #fff;
}

/**
 * 6.2 Entry Header
 * -----------------------------------------------------------------------------
 */

.entry-header {
    position: relative;
    z-index: 1;
}

.entry-title {
    font-size: 24px;
    font-weight: 300;
    line-height: 1.0909090909;
    margin-bottom: 12px;
    margin: 0 0 12px 0;
    padding: 2px 0 4px;
    text-transform: none;
    border-top: 1px dashed #000;
    border-bottom: 1px dashed #000;
}
.entry-title a {
    color: #E80000;
}

/**
 * 6.3 Entry Meta
 * -----------------------------------------------------------------------------
 */

.entry-meta {
    text-transform: none;
}
.entry-meta a:hover {
    color: #E80000;
}
.cat-links {
    font-weight: normal;
    text-transform: none;
}
.cat-links a {
    color: #767676;
}

.cat-links a:hover {
    color: #E80000;
}

.site-content .cat-links:before {
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font: normal 16px/1 Genericons;
    text-decoration: inherit;
    vertical-align: text-bottom;
    content: "\f301";
    margin-right: 1px;
    position: relative;
    top: 0;
}

.entry-meta .tag-links a {
    text-transform: none;
}
/**
 * 6.4 Entry Content
 * -----------------------------------------------------------------------------
 */
.entry-content a:hover,
.entry-summary a:hover,
.page-content a:hover,
.comment-content a:hover,
.entry-content a.button,
.entry-summary a.button,
.page-content a.button,
.comment-content a.button {
	text-decoration: underline;
}
/**
 * 7.1 Widgets
 * -----------------------------------------------------------------------------
 */

/* Primary Sidebar, Footer Sidebar */

.widget {
    margin-bottom: 24px;
}

/**
 * 7.2 Content Sidebar Widgets
 * -----------------------------------------------------------------------------
 */

.content-sidebar .widget a {
    color: #E80000;
}
.content-sidebar .widget a:hover {
    color: #000;
}
.content-sidebar .widget .widget-title {
    border-top: 1px dashed #000;
    border-bottom: 1px dashed #000;
    color: #2b2b2b;
    font-size: 14px;
    font-weight: normal;
    margin: 0 0 2px;
    padding-top: 0;
    text-transform: none;
}

/**
 * 11.0 Media Queries
 * -----------------------------------------------------------------------------
 */

@media screen and (max-width: 594px) {
    .site-description {
        display: none;
    }
}

.secondary-navigation li:hover > a,
.secondary-navigation li.focus > a {
    background-color: #fff;
    color: #666;
}

.secondary-navigation ul ul a:hover,
.secondary-navigation ul ul li.focus > a {
    background-color: #E80000;
}
@media screen and (min-width: 783px) {
    .primary-navigation li:hover > a,
    .primary-navigation li.focus > a {
        background-color: #E80000;
    }
    
}
@media screen and (min-width: 1008px) {
    .secondary-navigation a {
        padding: 3px 30px;
    }
}