
@charset "utf-8";

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

:root {
    font-size: 8px;
}

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

body		{
 	margin:0;
	padding:0;
	background-color: #f8f7f5;
	width:100%;
	height:100%;	
    font-family: "Hind";
    font-style: normal;
}
	
#container	{
    width: 100%;
    margin: 0 0 0 0;
    padding: 0 2rem 0 2rem;
}

header  {
    width:100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index:10;
    height: 5.5rem;
    float: left;
    margin: 0 0 0 0;

    background-color: #f6f5f1;
	-moz-box-shadow: 1px 1px 5px rgb(153,153,153);
	-webkit-box-shadow: 1px 1px 5px rgb(153,153,153);
	box-shadow: 1px 1px 5px rgb(153,153,153);
}
	
#logo	{	
	position: absolute;
	top: 1.5rem;
	left: 2rem;
    z-index: 1001;
  	font-family: 'Libre Caslon Condensed';
    font-weight: normal;
    font-style: normal;
	font-size: 3rem;
	line-height:1;
	color: #333333;
	text-align: left;
	width:auto;
	margin: 0;
	padding:0;
}

main {
	width:100%;
	margin: 6.5rem 0 1rem 0;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
 	display: flex;
 	-webkit-align-items: stretch;
 	-ms-align-items: stretch;
 	align-items: stretch;
 	-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;
}

.box2,.box3,.box5,.box6,.box74,.box10 {
 	-webkit-flex-basis: 100%;
 	-ms-flex-basis: 100%;
 	flex-basis: 100%;
	margin-bottom: 1.5rem;
	position: relative;
}

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

.unten {
	-webkit-align-self: flex-end;
	align-self: flex-end;
	padding: 0 0 1rem 0;
}

.ulinks	{
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 7;
	width: auto;
	padding: 3rem;
	background-color: transparent;
	line-height: 1;
	letter-spacing: 1px;
	color: #ffffff;
}
	
.olinks	{
	position:absolute;
	top:0;
	left:0;
	z-index:7;
	padding:3rem;
	width:auto;
	background: transparent; 
	line-height:1;
	letter-spacing: 1px;
    color: #ffffff;
}

.orechts	{
	position: absolute;
	top: 0;
	right: 0;
	z-index: 7;
	width: 70%;
	height:auto;
	background: transparent;
	line-height:1;
	letter-spacing: 1px;
	text-align:right;
	padding: 3rem;
}
	
.urechts	{
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 7;
	width: 80%;
	height: auto;
	background: transparent;
	letter-spacing: 1px;
	text-align:right;
	padding: 3rem;
    color: #ffffff;
}

.schatten	{
    -moz-box-shadow: none;
     -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
}



h1  {
  	font-family: 'Libre Caslon Condensed';
    font-style: normal;
    font-weight: 300;
    font-size: 4rem;
	line-height: 1;
	color: #333333;
	margin: 0 0 0.5rem 0;
	padding: 0
}

h2  {
  	font-family: 'Libre Caslon Condensed';
    font-style: normal;
    font-weight: 400;
    font-size: 5rem;
	line-height: 1;
	margin: 0 0 1rem 0;
	padding: 0;
}

h3  {
  	font-family: 'Libre Caslon Condensed';
    font-style: normal;
    font-weight: 700;
    font-size: 3.5rem;   
	line-height: 1;
	margin: 0;
	padding: 0;
}

p	{
    font-style: normal;
    font-weight: 300;
    font-size: 1.9rem;
	line-height: 1.5;
	color: #000000;
	margin: 0 0 0.5rem 0;
}

.bt	{
    font-style: normal;
    font-weight: 300;
    font-size: 1.7rem;
	line-height: 1.3;
	color: #555555;
}

.schattenschrift    {
    color: #ffffff;
    text-shadow: 1px 1px 4px #000000;
}

a:link, a:visited	{
    font-size:2rem;
	color: #336699;
	text-decoration: none;
	padding: 0 2px 0 2px;
}

main a::before{ 
    content: "\2192";
}

a:hover	{
	color: #ffffff;
	background-color: #000000;
}

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

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

img {
	width: 100%;
	margin: 0;
}
	
figcaption  {
    font-size: 2rem;
	line-height: 1.6;
	color: #000000;
	margin: 0 0 1rem 0;
}

.rund {
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
}

.schatten img {
    vertical-align: middle;
    width: 100%;
}

dl	{
	list-style: none outside none;
	padding:  3px 0;
	margin: 0;
    font-size: 2rem;
	line-height: 1.4;
}
	
dt	{
	margin: 0 0 0 0;
	float: left;
	font-weight: 700;
}
	
dd		{
	margin: 0 0 0 140px;
	font-weight: 400;
	color: #666666;
}

footer {
	width: 100%;
	height: 20px;
	border-top: solid 1px #cccccc;
	float: left;
	margin:0 0 2rem 0;
}
 
footer  p {
	color: #555555;
	font-size: 1.615rem;
	line-height: 1.0; 	
	letter-spacing: 1px;
	margin-top: 5px;  
	text-align: left;	
	padding: 8px 0 15px 0;
}	

footer p span	{
	float: right;
}

footer a:link, footer a:visited	 {
	font-size: 1.615rem;
	color: #666666;
	text-decoration: none;
}

footer a:hover	{
	color: #ffffff;
	background-color: #000000;
}
 
.spalten    {
    -moz-column-count: 1;
    -moz-column-gap: 0px;
    -webkit-column-count: 1;
    -webkit-column-gap: 0px;
    column-count: 1;
    column-gap: 0px;
}

p.hinweis	{
    font-size: 0.1rem;
    line-height: 1;
    color: transparent;
    font-weight: 300;
    letter-spacing: 1px;
    margin: 0;
    text-align: right;
}

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

    :root {
        font-size:9px;
    }

    #container	{
	   width: 94%;
	   max-width: 1408px;
	   margin: 0 auto;
	   padding: 0;
    }
    
	header  {
        width: 100%;
        height: 4rem;
        float: left;
        margin: 0 0 1.75rem 0;
        position:relative;
        background-color: rgb(247,246,245);
	   -moz-box-shadow: 0px 0px 0px rgb(153,153,153);
	   -webkit-box-shadow: 10px 0px 0px rgb(153,153,153);
	   box-shadow: none;
    }

    #logo	{
    	position: relative;		   
	  	left: 0;
	   	margin: 0 0 0 0;
	   	width: 100px;
    }	

    .box10 {
	   margin-bottom: 2rem;
    }
    
    .box2,.box3, .box5, .box6, .box74 {
        -webkit-flex-basis: 47.5%;
        -ms-flex-basis: 47.5%;
        flex-basis: 47.5%;
        margin-bottom: 2rem;
    }
  
    .bg-box {
        height: 550px;
    } 

    .spalten    {
        -moz-column-count: 2;
        -moz-column-gap: 3rem;
        -webkit-column-count: 2;
        -webkit-column-gap: 3rem;
        column-count: 2;
        column-gap: 3rem;
        text-align: left;
    }
    
    ul.serie2 > li	{
	   float:left;
	   width:49%;
	   margin: 0 0 1rem 0;
    }

    p.hinweis	{
	   font-size : 1.75rem;
	   line-height: 1;
	   color: #666666;
	   font-weight:300;
	   letter-spacing:1px;
	   margin: -0.5rem 0 1rem 0;
	   text-align: right;
    } 
}

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

:root {
    font-size: 10px;
}

	header	{
        height: 4rem;
        margin: 0 0 2rem 0;
    }
    
	.box2 {
		-webkit-flex-basis: 24%;
 	  	-ms-flex-basis: 24%;
 	  	flex-basis: 24%;
	   	margin-bottom: 2rem;
    }

  .box3 {
 	  -webkit-flex-basis: 32%;
 	  -ms-flex-basis: 32%;
 	  flex-basis: 32%;
	   margin-bottom: 2rem;
    }

    .box6 {
 	  -webkit-flex-basis: 65%;
 	  -ms-flex-basis: 65%;
 	  flex-basis: 65%;
	   margin-bottom: 2rem;
    }
     
     .box74 {
 	  -webkit-flex-basis: 74.5%;
 	  -ms-flex-basis: 74.5%;
 	  flex-basis: 74.5%;
	   margin-bottom: 2rem;
    }


    .bg-box {
        height:700px;
    }

    .schatten	{
	   -moz-box-shadow: 5px 10px 15px #999999;
	   -webkit-box-shadow: 5px 10px 15px #999999;
	   box-shadow: 5px 10px 15px #999999;
    }
}
