* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
     box-sizing: border-box;
}

html {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
}

body		{
 	margin: 0;
	padding: 0;
	background-color: rgb(244,244,244);
	width: 100%;
	height: 100%;	
	font-family: 'LatoLatinWeb', sans-serif;
	font-size: 100%;
}

:root   {  font-size: 8px; }

.container {
    width: 100%;
    margin: 0 0 1rem 0;
    padding: 0 2rem 0 2rem;
    position: relative;
}

header  {
    width: 100%;
    height: 4rem;
    float: left;
    margin: 1rem 0 2rem 0;
    position: relative;
}

#logo {
	font-family: "LatoLatinWebLight", sans-serif;		
    font-style: normal;
    font-weight: normal;
	font-size: 3rem;
	line-height: 1;
	text-transform: uppercase;
	color: #666;
    text-align: left;
	margin: 0.75rem 0 0 0;
	padding: 0;
}

main	 {
	width: 100%;
	margin: 0 0 1rem 0;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
 	display: flex;
 	-webkit-align-items: flex-start;
 	-ms-align-items: flex-start;
 	align-items: flex-start;
 	-webkit-flex-wrap: wrap;
 	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
  	flex-grow: 1;
  	-webkit-flex-justify-content: space-between;
	-webkit-justify-content: space-between;
    -ms-flex-justify-content: space-between;
    -ms-justify-content: space-between;
  	justify-content: space-between;
}

.wechsel {
    display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-around; /* Safari 6.1+ */
	justify-content:  space-between;
	align-items: flex-start;	
    -webkit-flex-direction: row-reverse;
    flex-direction : row-reverse;
	-webkit-flex-wrap: wrap;
  	flex-wrap: wrap;
  	flex-grow: 1;  
  	margin: 0 0 0 0;
  	padding: 0 0 0 0;
}

.zitat	{
    -webkit-flex-basis: 80%;
    -ms-flex-basis: 80%;
 	flex-basis: 80%;
	margin: auto;
}

.box3, .box5, .box6, .box10 {
    -webkit-flex-basis: 100%;
    -ms-flex-basis: 100%;
 	flex-basis: 100%;
 	margin-bottom: 1rem;
}

.unten {
	-webkit-align-self: flex-end;
	align-self: flex-end;
}

.olinks	{
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: auto;
	background: transparent;
	margin: 0;
	padding: 3rem;
}

.ulinks	{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 50%;
	height: auto;
	background: transparent;
	margin: 0;
	padding: 3rem;
}

.orechts	{
	position: absolute;
	top: 0;
	right: 0;
	width: 40%;
	height: auto;
	background: transparent;
	margin: 0;
	padding: 3rem;
}

.urechts	{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 50%;
	height: auto;
	background: transparent;
	margin: 0;
	padding: 3rem;
}

.spalten    {
    -moz-column-count: 1;
    -moz-column-gap: 0;
    -webkit-column-count: 1;
    -webkit-column-gap: 0;
    column-count: 1;
    column-gap: 0;
    text-align: left;
}

article {
    width: 100%;
}

.bg-box {
	background-size: cover;
	background-position: center;
	background-position: 50% 50%;
	margin: 0 0 2rem 0;
	position: relative;
    width: 100%;
    height: 100%;
    height: 450px;
}

.bg1 {
	background-image: url(../bilder/baggersee.jpg);
}

.schatten	{
    -moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}    
    
h1 {
    font-family: 'Gentium Basic';
    font-style: normal;
	font-weight: 400;
	font-size: 5rem;
	color: rgb(0,0,0);
	text-align: center;
	margin: 0;
}

h2  {
    font-family: 'Gentium Basic';
    font-style: normal;
	font-weight: 400;
    font-size: 3.5rem;
    line-height: 1.2;
    color: #333;
    margin: 0 0 1.5rem 0;
}

h3  {
    font-family: 'Gentium Basic';
    font-style: normal;
	font-weight: 400;
    font-size: 3rem;
    line-height: 1.2;
    color: #333;
    margin: 0 0 1.5rem 0;
}

h4  {
    font-family: 'Gentium Basic';
    font-style: normal;
	font-weight: 400;
    font-size: 2.5rem;
    line-height: 1.2;
    color: #333;
    margin: 0 0 1.5rem 0;
}

p   {
    font-family: 'LatoLatinWeb';
    font-style: normal;
	font-weight: normal;
    font-size: 2rem;
    line-height: 1.5;
    color: #333;
    margin: 0 0 1rem 0;
}

p.sterne	{
	font-size: 0.75em;
	text-align: center;
	color: rgb(204,204,204);
	margin: 1.5rem 0 15px 0;
} 

p.hinweis	{
	font-size: 1.75rem;
	line-height: 1;
	color: #666;
	font-weight: 300;
	letter-spacing: 1px;
	margin: -0.5rem 0 2rem 0;
	text-align: right;
} 
	
dl	{
	list-style: none outside none;
	padding: 3px 0;
	margin: 0;
	font-size: 2rem;
	line-height: 1.4;
}
	
dt	{
	margin : 0 0 1rem 0;
	font-weight:700;
	float : left;
}
	
dd	{
	margin: 0 0 10px 16rem;
	font-weight:400;
	color: rgb(102,102,102);
}		
		
.zitat h1 {
    font-family: 'Gentium Basic';
    font-style: normal;
	font-weight: 400;
	font-size: 5rem;
	color: #000000;
	text-align: center;
	margin: 4rem 0 0 0;
}

.zitat p {	
    font-family: 'Gentium Basic', serif;
    font-style: normal;
	font-weight: 400;
	font-size: 2.25rem;
	line-height: 1.5;
	color: rgb(0,0,0);
	text-align: center;
	margin: 1rem 0 2rem 0;
}

.zitat	p.rechts {	
	font-family: 'LatoLatinWeb', sans-serif;	
    font-style: normal;
	font-weight: normal;
	font-size: 2rem;
	color: rgb(102,102,102);
	text-align: center;
}

main a:link, main a:visited	{
	color: rgb(51,102,204);
	text-decoration: none;
	padding: 0 2px 0 2px;
}

main a:hover	{
	color: rgb(255,255,255);
	background-color: rgb(0,0,0);
}

.datum {
	text-transform: uppercase;
	background-color: inherit;
	border-bottom: 6px solid rgb(153,102,51);
	line-height: 20px;
	padding: 2rem 0 0 0;
	margin-bottom: 2rem;
	width:100%;
}

.datum p {
	position: relative;
	left:0;
	background-color: rgb(244,244,244);
	margin-top: -0.8rem;
	padding-left: 1.5rem;
	float: right;	
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 1px;	
	color: rgb(51,51,51);
}

p.unten	{
	font-size: 1.75rem;
	text-align: center;
	color: rgb(204,204,204);
}

a.zoom:link, a.zoom:visited, a.zoom:hover 	{
	text-decoration: none;
	background: none;	
	padding: 0;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
} 

.bildbox  {
    margin: 0 0 1.5rem 0;
    padding: 0;
}

p.hinweis	{
	font-size:15px;
	line-height: 1;
	color: #666;
	font-weight: 400;
	letter-spacing: 1px;
	margin: 1rem 0 1.5rem 0;
	text-align: right;
}

img {
    width: 100%;
    margin: 0;
    padding: 0;
}

/* Footer  */

footer {
	width: 100%;
	height: 4rem;
	border-top: solid 1px #aaa;
	float: left;
	margin: 1rem 0 2rem 0;
	padding-bottom: 2rem;
}
 
footer  p {
	color: #333;
	font-size: 1.5rem;
	font-family: 'LatoLatinWeb', sans-serif;		
    font-style: normal;
    font-weight: normal;
	letter-spacing: 1px;
	line-height: 100%; 	
	margin: 5px 0 1rem 0;  
	text-align: left;	
	text-transform : uppercase;
}	

footer p span	{
	float: right;
}

footer a:link, footer a:visited	{
	color: #333;
	text-decoration: none;
	padding: 0 2px 0 2px;
}

footer a:hover	{
	color: #ffffff;
	background-color: #000;
}

@media only screen and (min-width:800px) {

    :root   {  font-size: 9px;}

    .container {
      width: 90%;
      max-width: 1200px;
      margin: 0 auto;
      position: relative;
    }

   .box3, .box5,   .box6 {
     	-webkit-flex-basis: 47.5%;
     	-ms-flex-basis: 47.5%;
     	flex-basis: 47.5%;
    	margin-bottom: 2rem;
    	position: relative;
    }
    
    .bg-box {
        margin: 0 0 1rem 0;
        height: 600px;
    }

    .schatten	{
    	-moz-box-shadow: 5px 5px 15px rgb(153,153,153);
    	-webkit-box-shadow: 5px 5px 15px rgb(153,153,153);
    	box-shadow: 5px 5px 15px rgb(153,153,153);
    }

}

@media only screen and (min-width:1200px) {

    :root   {  font-size: 10px;}

    .box3 {
    	-webkit-flex-basis: 30%;
     	-ms-flex-basis: 30%;
     	flex-basis: 30%;
    	margin-bottom: 2rem;
    	position: relative;
    }
    
    .box6 {
     	-webkit-flex-basis: 65%;
     	-ms-flex-basis: 65%;
     	flex-basis: 65%;
     	margin-bottom: 2rem;
    	position: relative;
    }  
    
    .bg-box {
        margin: 0 0 1rem 0;
        height: 700px;
    }
    
    .spalten    {
        -moz-column-count: 2;
        -moz-column-gap: 2%;
        -webkit-column-count: 2;
        -webkit-column-gap: 2%;
        column-count: 2;
        column-gap: 2%;
        text-align: left;
    }    
    
}
