/*
 Theme Name:   GeneratePress Child
 Description:  GeneratePressChild Theme
 Author:       Joseph Petzold
 Author URI:   http://josephpetzold.de
 Template:     generatepress
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  exhibit-child
*/


/*------------------
    Blog
------------------*/

.blog .inside-article{
	display: flex;
    flex-wrap: wrap;
}

.entry-header {
	flex: 1 0 100%;
}

.post-image {
	    flex: 0 1 30%;
}
.entry-summary{
    flex: 0 1 70%;
    padding-left: 20px;
    box-sizing: border-box;
}

.featured-image {
	  max-width: 350px !important;
    float: left;
    margin-right: 20px;
}

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

.site-header {
	background-color: #Fc3;
	text-align: center;
}

.header-aligned-left .site-header {
    text-align: center;
}

.main-navigation, .main-navigation ul ul {
    background-color: #fff;
}

.main-navigation .main-nav ul li a, .menu-toggle, .main-navigation .main-nav ul ul li a {
    color: #000;
}

/* --- FACEBOOK & HOME BUTTON --- */

#menu-item-1002 a, #menu-item-1011 a {
	padding: 0 14px;
	background-color: #fff;
	line-height: 30px;
}

#menu-item-1002 a:hover, #menu-item-1011 a:hover {
	background-color: #3f3f3f;
}

/* --- FACEBOOK & HOME BUTTON ENDE --- */

#primary {
	width: 100%;
}

.right-sidebar.separate-containers .site-main {
	margin: 20px 0;
}

#right-sidebar {
	display: none;
}
/* --- BUTTONS  --- */

.buttonlink > a{
	color: white;
	
}

/*------------------
    Inhalt
------------------*/

.wp-caption .wp-caption-text {
	position: initial;
	background: transparent;
	color: #3A3A3A;
	font-size: 14px;
	line-height: 1.3;
	padding: 5px 0;
}


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

/*.site-footer {
	display: none;
}*/