/* CSS Document */

/* ================= SCHRIFTEN =============== */

	@import "https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300";
	@import "https://fonts.googleapis.com/css?family=Barlow+Condensed:100";

/* =========================================== */
*  {
	/*border: 2px solid red;*/

	}
	
div {
	padding:2px;
	margin:0px;
	box-sizing:border-box;	
}
	
body {
		background-color:white;
		background-attachment:fixed;
		background-position:0px 0px;
		font-family:"Barlow Condensed",sans-serif;
		font-size:1.2em;
		font-weight:100;
		color:#fff;
		padding:0px;
		margin:0px;
		transition: background-image 0.9s ease;
}

a {
		color:#7C7640;
		font-weight:bold;
}

h1 {
		font-family:"Barlow Condensed", sans-serif;
		background:#C3C0A7;
		padding:10px;
	    display:inherit;
		border-top-left-radius:50px;
		width:59%;
		float: right;
		text-align:right;
		margin:191px 24px 0 0;
}
h1::after {
	clear:both;
	width:100%;
}
h2 {
	margin-top:0;
}
.clearfix {
	clear:both;
	width:100%;
	
}
/*
#fairytales {
		background:#C3C0A7;
		border-top-right-radius:80px;
		display:inherit;
		margin-top:2rem;
		padding:5px 0 5px 10px;
		width:95%;
		text-align:right;
		
}
#fairytalesicons img {
		height: 50px;
		margin-right: 10px;
		
		
		
}
#fairytalesicons{
	float: left;
	margin-top: 3px;
}
#fairytalestext {
	float: left;
	margin-left: 7rem;
	font-size:2rem;
	display:center;
	/* justify-content: center; */
	/*align-items: flex-end;
	padding-top:0.3em;
	
	
}
#fairytalesicons img:hover {
	opacity:0.5;
	transition: all 0.2s ease-in-out;
}
#fairytalesicons img {
	opacity:1;
	transition: all 0.2s ease-in-out;
}
*/

p {
		padding:5px 0 10px 60px;
	
}
img {
		max-width:100%;
}

#container {
		margin:0 auto;
		max-width:900px;
		background-image: url("../bilder/elemente/balken-grau.jpg");
		background-repeat:repeat-y;
		background-size:30%;
		background-position:right;
		/*min-height:3000px; */
		
		
}
#navigation {
		display: flex;
		justify-content:space-around;
		
		background:rgba(33,33,33,0.3);
		padding:10px;
		
	}

#navigation a {
		display: flex;
		justify-content:space-around;
		
		
	}


a:link {
		text-decoration:none;
		
	}
#bildinhalt {
	display:flex;
	flex-wrap:wrap;
	justify-content: space-around;

}
#bildinhalt_rechts {
	padding-top: 1.5rem;
	padding-left:3rem;
	width: 30%;
	float: right;
	position:relative;

}
#logo {
	flex-wrap:wrap;
	width:35%;
	display: inline-block;

	}

.bildcontainer {
	background-size:cover;
	background-position:center center;
	width:150px;
	height:150px;
	margin: 5px 5px 10px 0;
	position:relative;
	margin-left:1rem;
}
#bildinhalt_rechts .bildcontainer {
	margin-bottom:2rem;
}

.bildcontainer img {
	width: 100%;
}
.bildtext {
	position:absolute;
	bottom:0;
	right:0;
	background-color:#C3C0A7;
	border-top-left-radius:40px;
	padding:5px 5px;
	color:#fff;
	text-align: center;
	width: 80%;
	z-index:999;
}

#textinhalt {
	color: black;
	width: 70%;
	column-count: 2;
	column-gap:2rem;
	margin-top: 0.5rem;
	
}
#textinhalt_links {
	float: left;
	color: black;
	width: 70%;
	column-count: 2;
	column-gap:2rem;
	margin-top: 0.5rem;
	
	
}
#bildinhalt_links {
	float: left;
	color: black;
	width: 70%;
	margin-top: 0.5rem;
	
}

footer {
	display:block;
	clear:both;
	color:black;
	
}


