/* FARBEN ÜBERSICHT

Grundfarben:
	Hintergrund-Braun:			(#5C4B51)
	Footer-Widget Bereich: Taupe		(#34495E)

Schrift:
	Standardtext: Grau-Braun		(#83778A)
	Text bei dunklem Hintergrund: Weiß 	(#fefefe)
	Link normal: Orange			(#dd7700)
	Link hover: Braun			(#994400)
	Link Startseite Blogbereich hover: Grau	(#909BA7)

*/

html,
body {
	margin: 0 auto;
	padding: 0;
	font-family: Verdana, sans-serif;
}

html {
	width: 75%;
	height: 100%;
	background-color: #34495E;
}

body {
	width: 100%;
	min-height: 100%;
	background-image: url("https://just-picturize.de/images/justpicturize_bgweb_2048x1365.jpg");
	background-position: center top;
	background-size: 100%;
	background-repeat: no-repeat;
	background-attachment: fixed;

}

h1,
h2,
h3 {
	color: #83778A;
}

a {
	text-decoration: none;
}

a:hover {
	color: #dd7700;
}
.wrapper {
	min-height: 100%;
}

.header {
	width: 100%;
	margin-top: 0px;
	height: 150px;
	border-top: 1px solid transparent;
}

.logowrap {
	width: 100%;
	margin-top: 25px;
}

.logo {
	box-shadow: 0px 5px 30px #000000;
}

.site-title,
.site-slogan {
	color: #efebe6;
	padding-left: 20px;
}

.site-title {
	display: inline;
	text-shadow: 1px 1px #000000;
}

.site-slogan {
	font-weight: bold;
}

.social-header {
	float: right;
	margin-right: 10px;
}

.social-button {
	width: 30px;
	margin: 5px 0 0 0;
}

.space {
	display: inline-block;
	width: 20px;
}

.content {
	min-height: 35%;
}

.social-footer {
	display: none;
}

.footer {
	width: 75%;
	margin: 0 auto;
	text-align: center;
	background-color: #5C4B51;
	color: #fefefe;
	position: fixed;
	bottom: 0px;
}

.footer-left,
.footer-center,
.footer-right {
	display: inline-block;
	height: 35px;
	width: 32%;
	margin: 0;
}

.copyright {
	text-align: left;
	font-size: 12px;
	margin-left: 10px;
}

.clearfix {
	clear: both;
}


@media only screen and (max-width: 680px) {
	
	html {
		width: 100%;
	}
	
	.logo.site-title {
		padding-left: 0px;
		text-align: center;
		
	}
	
	.footer {
		width: 100%;
	}
	
}

@media only screen and (max-width: 480px) {
	
	.social-header {
		display: none;
	}
	
	.social-footer {
		display: block;
		position: absolute;
		bottom: 40px;
		right: 20px;
	}
	.social-links {
		
	}
}