/*
Theme Name: Twenty Fiften BSG
Theme URI: 
Description: Child 01 theme for the Twenty Fifteen theme
Author: <a href="https://wordpress.org/">das WordPress-Team</a>
Author URI: 
Template: twentyfifteen
Version: 1.2
*/

/* Generated by Orbisius Child Theme Creator (http://club.orbisius.com/products/wordpress-plugins/orbisius-child-theme-creator/) on Sun, 26 Jul 2015 11:52:03 +0000 */ 

@import url('../twentyfifteen/style.css');

.entry-title {
    font-size: 3.7rem;
}

.entry-content {
    font-size: 1.7rem;
}

.widget {
    font-size: 1.4rem;
}

#hbrs-img {
    height: 35px;
}

article, .hentry, .entry-footer, .site-info, .site-footer {
    background-color: #2366aa;
    color: #ffffff;
}

.entry-header, .entry-content, .entry-footer {
    padding: 0 30px;
}

.entry-footer {
    padding-bottom: 20px;
}

.site-info {
    padding: 40px 30px;
}

article a {
    color: #fff !important;
    border-bottom: 1px dashed #fff !important;
}

article a:hover {
    border-bottom: 1px dashed #222 !important;
}

/* hide sidebar header-text on large screens */
.site-header .site-branding {
    display: none;
}

div.bsg {
    padding: 10px 0;
    height: 200px;
    z-index: 100;
    color: #fff;
}

#bsg-images {
    position: absolute;
    width: 100%;
    max-width: 1403px;
    height: 200px;
    overflow: hidden;
    right: 0;
    left: 0;
    margin: auto;
}

#masthead {
    padding-right: 15px;
    margin-bottom: 50px;
}

#content {
    position: relative;
    padding-top: 200px;
}

#main {
    padding-top: 20px;
}

#site-navigation, aside.widget_nav_menu, aside.widget_search {
    margin-bottom: 40px;
}

#site-navigation, aside h2 {
    background-color: #1a4b7d;
    padding: 7px 7px;
    color: #cccccc !important;
}

/* Menu-Navigation */
.main-navigation {
    display: none;
}

#access {
	width: 570px;
	margin-left: 370px;
	height: auto;
}

/* =Menu
-------------------------------------------------------------- */
#access.access_bottom {
	position: absolute;
	bottom: 0;
	margin-left: 0;
	left: 370px;
}
#access ul {
	margin: 0;
	font: 15.5px Cuprum, sans-serif;
	list-style: none;
	position: relative;
	margin-top: -42px;
	z-index: 1;
	margin-right: -2px;
}
#access li {
	float: left;
	background-image: none;
	margin: 0;
	padding: 0;
	position: relative;
}
#access a {
        color: #fff;
        font-weight: 400;
	display: block;
	font: 15px Cuprum, sans-serif;
	height: 84px;
	letter-spacing: -0.2px;
	padding: 18px 20.5px 0;
	position: relative;
	text-transform: uppercase;
	white-space: nowrap;
	word-spacing: 0;
	z-index: 5;
}
#access ul ul {
	display: none;
	float: left;
	margin: 0;
	position: absolute;
	top: 100%;
	right: 0;
	width: 220px;
	z-index: 999;
}
#access ul ul ul {
	display: none;
	left: -100%;
	top: 0;
}
.submenu_left { 
	left: -100%; 
}
.submenu_right {
	left: 100% !important; 
}
#access ul ul a {
	background-color: #1a4b7d;
	height: auto;
	padding: 15.8px 19px;
	display: block;
	height: auto;
	width: 182px;
	clear: both;
	font: 12.5px "Open Sans";
	word-spacing: 0.5px;
	letter-spacing: 0.5px;
	text-transform: none;
	white-space: normal;
}
#access li:hover > a,
#access ul ul :hover > a,
#access a:focus {
	background-color: #1a4b7d;
}
#access li:hover > a,
#access a:focus {
	color: #e2e590;
}
#access li a:hover:first-child:last-child {
	background-color: #2e6eae;
}
#access ul ul li a:hover:first-child:last-child {
	background-color: #1a4b7d;
}
#access ul li:hover > ul {
	display: block;
}
#access .current-menu-item > a,
#access .current-menu-ancestor > a,
#access .current_page_item > a,
#access .current_page_ancestor > a {
	background-color: #1a4b7d;
}
#access ul ul .current-menu-item > a,
#access ul ul .current-menu-ancestor > a,
#access ul ul .current_page_item > a,
#access ul ul .current_page_ancestor > a {
	color: #e2e590;
}

@media screen and (max-width: 46.25em) {
    #bsg-images {
        display: none;
    }
}

article img {
    border: 9px solid #305d8a;
}

article img:hover {
    border: 9px solid #507daa;
}

article.hentry {
    padding-top: 30px;
}

@media screen and (min-width: 46.25em) and (max-width: 59.6875em) {
    #bsg-images {
        height: 265px;
    }

    #bsg-images img {
        height: 265px;
        width: auto;
    }
}

@media screen and (max-width: 59.6875em) {
    .site-header img, div.bsg {
        display: none;
    }

    .site-header .site-branding {
        display: block;
    }

    #content {
        padding-top: 0;
    }

    .main-navigation {
        display: block;
    }
}