/* 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%;
}
.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_index {
	background-size:cover;
	background-position:center center;
	width:250px;
	height:250px;
	margin: 5px 0 0 0;
	position:relative;
}

.bildcontainer_index img {
	width: 100%;
}
.bildcontainer-galerie {
	background-size:cover;
	background-position:center center;
	width:270px;
	height:270px;
	margin:0rem 1rem 2rem 0rem;
	position:relative;
	border: 3px solid #C3C0A7;
}
.bildcontainer-fotografie {
	background-size:cover;
	background-position:center center;
	width:270px;
	height:270px;
	margin:0rem 1rem 2rem 0rem;
	position:relative;
	border: 3px solid #C3C0A7;
}
.bildtext_index {
	position:absolute;
	bottom:0;
	right:0;
	background-color:#C3C0A7;
	border-top-left-radius:40px;
	padding:5px 5px;
	color:#fff;
	text-align: center;
	width: 60%;
	z-index:999;
}

#textinhalt_index {
	color: black;
	width: 70%;
	/*<!--column-count: 2;
	column-gap:2rem;-->*/
	margin-top:0.5rem;
	text-align:justify;
	
}

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

#inhaltvollebreite {
	color: black;
	width: 100%;
	margin-top: 0.5rem;
	text-align:justify;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#inhaltvollebreite #bildinhalt_links  {
	width: 65% !important;
}
#inhaltvollebreite #bildinhalt_rechts  {
	width: 30% !important;
}


#textinhalt-galerie {
	color: black;
	width: 90%;
	 
}
footer {
	display:block;
	clear:both;
	color:black;
	text-align: center;
	padding: 1rem;
}

/* jetzt kommt Bildinhalt für alle anderen Seiten*/
.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;
}


/* START MEDIAQUERY */
@media screen and (max-width:750px) {
        
    #logo { 
        display:block;
        /*border:1px solid red;*/
        width:60%;
		margin: 0 auto;
    }
	h1 {
		margin:0;
		padding:5px;
		width:auto;
		padding-left: 2rem;
	}
	#fairytalestext {
		margin-left: 0;
		font-size: 1.5rem;
		padding-top: 0.6rem;
		
	}
	#textinhalt_index {
		width: 90%;
	}
	#fairytalesicons img {
		margin-right: 0;
	}
	#textinhalt_links {
	float: left;
	color: black;
	width: 90%;
	column-count: 1;
	column-gap:2rem;
	margin: 1rem;
	text-align:justify;
	
}
	#bildinhalt_rechts {
		width: 90%;
		float:none;
	}
	
	.bildcontainer {
		width: 250px;
		height: 250px;
		float:left;
		
	}
	.bildtext {
		width: auto;
		padding-left: 1rem;
	}
	#bildinhalt_links{
		width: 100%;
	}
} /* ENDE MEDIAQUERY */
