/*CSS Divox Theme Morphology Lite - Orange*/

/*Schrift Navigaton*/
.main-navigation {
	font-family: 'Righteous', cursive;
	font-size: 1.25rem;
	font-weight: bold;
}

/* Abstand Logo nach oben #b0c9e2*/
.site-header {
	text-align: center;
	padding-top: 2%;
}

/* Navigation Farbe und Durchsichtigkeit*/
.main-navigation ul li ul li {
	background-color: #559598;
	opacity: .9;
	font-size: 1rem;
}

/*Hintergrundfarbe Unterseiten*/
.page .site-main, .single .site-main, .search .site-main {
	background-color: #559598;
}

/*Widget-Hintergrundfarbe Unterseiten*/
#bottom-wrapper {
 /*padding: 2% 0;*/
	background-color: #559598;
}

/*Rahmenfarbe */
.image-post.site-main {
	background-color: #cc4828;
	padding: 0 0 0;
}

.blogstyle1.site-main {
	background-color: #559598;
}

.blogstyle1 .wp-post-image {
	margin-bottom: 2rem;
	max-width: 250px;
	max-height: 250px;
}

blog .entry-title, .archive .entry-title {
	font-size: 1.75rem;
	display: none;
}

article {
	display: inline-block;
}

.site-info {
	font-size: .8rem;
	font-weight: normal;
}

.sidebar {
	opacity: .75;
}

html {
	font-size: 110%;
	font-family: Righteous;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #559598;
}

#footer-wrapper, #footer-wrapper .widget-title, #footer-wrapper a:hover, #footer-menu li:after {
	color: #fff;
	font-family: 'Righteous', cursive;
}

/*Rahmenbreite */
.featured-image-wrapper {
    margin: 16px;
}

.image-post .hentry {
    max-width: 33.3%;
	  min-height: 33.3%;
    float: left;
    margin: 0px; 
 		border-left: 0.5px solid #666;
		border-right: 0.5px solid #666;
		border-top: 0.5px solid #666;
		border-bottom: 0.5px solid #666;
}

@media only screen and (max-device-width: 480px)
.image-post .hentry {
    max-width: 100%;
	  min-height: auto;
	} 

body {
    background-color: #559598;
    color: #2b2b2b;
}

/*Übersetzungsplugin Google*/
#text-5 .goog-te-gadget-simple { background-color: #ccc;}

/*Widgets Kategorie und Suche*/

.widget .button-search {
    background-color: #555;
    color: #fff;
}
