@charset "utf-8";

a, article, body, dd, div, dl, dt, em, figcaption, figure, footer, h1, h2, h3, h4,h5, h6, header, html, img, li,
menu, nav, ol, p, section, span, sub, sup, tr, tt, u, ul {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article, aside, details, figcaption, figure, footer, header, 
menu, nav, section {
    display: block
}

ol, ul {
    list-style: none
}

html {
    box-sizing: border-box;
    overflow-x: hidden;
    text-size-adjust: 100%
}

* , :after, :before {
    border: 0;
    box-sizing: inherit;
    margin: 0;
    padding: 0
}

article, aside, details, figcaption, figure, footer, header, 
main, menu, nav, section {
    display: block
}


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

ul, menu, dir {
    -webkit-margin-before: 0px;
    -webkit-margin-after: 0px;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
}

:root   {font-size:8px;}

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

body		{
    margin:0;
	padding:0;
    background-color: rgb(245,244,240);
	width:100%;
	height:100%;	
	font-family: 'Hind';
}

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

header  {
    width:100%;
    position:fixed;
    top: 0;
    left: 0;
    height: 5.3rem;
    float:left;
    margin: 0 0 2rem 0;
    z-index:1000;
    background-color: rgb(245,244,240);
	-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: 1rem;
	left: 2rem;
	z-index: 10;
	float: left;
	margin: 0;
	padding: 0;
	width:auto;
    font-style: normal;
    font-weight: 300;
	font-size: 3.5rem;
	line-height: 1;
	letter-spacing: 0px;
	color: rgb(0,0,0);
}

main	 {
	width:100%;
	margin: 6.3rem 0 1rem 0;
	padding: 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;
}

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

.box5a	{
    width:100%;
	float:left;
	margin-bottom:10px;
	padding: 0 20px 0 20px;
}

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

article {
    width:100%;
    margin: 0 0 15px 0;
}

.box10ohne {
 	-webkit-flex-basis: 100%;
 	-ms-flex-basis: 100%;
 	flex-basis: 100%;
	margin:0 0 10px 0;
}

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

.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;
  	padding:0;
}

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

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

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

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

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

ul.serie2, ul.serie3 	{
	width:100%;
	margin: 0;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
 	display: flex;
 	-webkit-align-items: stretch;
 	align-items: stretch;
 	-webkit-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;
  	list-style:none;
  	padding:0;
} 

	.spalten    {
    	-moz-column-count: 1;
    	-moz-column-gap: 0px;
    	-webkit-column-count: 1;
    	-webkit-column-gap: 0px;
    	column-count: 1;
    	column-gap: 0px;
    	text-align: left;
	}
	
ul.serie2 > li, ul.serie3 > li	{
	  width:100%;
	  margin: 0 0 10px 0;    
}
	
figure  {
    width: 100%;
    padding: 0;
    margin: 0 0 10px 0;
}

img {
	width:100%;
}

.rund {
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
}
	
.schatten img {
	vertical-align: middle;
	max-width: 100%;
}

.trenner	{
	width:100%;
	height:20px;
}

h1	{
    font-style: normal;
	font-weight: 300;
	font-size: 5rem;
	line-height: 1;
	color: #000000;
	margin: 0 0 0.5rem 0;
}

h2	 {
    font-style: normal;
	font-weight: 500;
	font-size: 4rem;
	line-height:1.2;
	margin: 0;
	color:#000000;
}

h3  {
	font-weight:500;
	font-size: 3rem;
	line-height: 1.2;
	margin: 0 0 0 0;
	color: #000000;
	text-align:left;
}

p	{
	font-style: normal;
	font-weight: 300;
	font-size: 2rem;
	line-height: 1.4;
	color: #333333;
	margin: 0;
}

.initial    {
	font-style: normal;
	font-weight: 400;
	font-size: 11rem;
	line-height: 7rem;
	display: inline-block;
	margin-top: 1.3rem;
	margin-right: 0.3rem;
	margin-left: -0.4rem;
	float: left;
	color: #333333;   
}
	
p.elegant	{
	font-size:2.5rem;
	line-height:1.5;
	font-weight:300;
	color: #333333;
}
	
p.bt	{
	font-size:1.8rem;
	line-height:1.5;
	font-weight:300;
	color: #555555;
}	
	
p.hinweis	{
    font-size : 0.1rem;
    margin: 0;
    color:transparent;
}

b	{
	font-weight: 600;
}

.weiter	{
	float:right;
} 

.weiss  {color: rgb(255,255,255)}

.schattenschrift {
	color: rgb(255,255,255);
	text-shadow: 1px 1px 4px #000000;
}

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

.overlay {
  position: absolute; 
  bottom: 0; 
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.5); /* Black see-through */
  color: #f1f1f1; 
  width: 100%;
  transition: .5s ease;
  opacity:0;
  color: white;
  font-size: 1.5rem;
  padding: 0.5rem;
  text-align: center;
}

.box2b:hover .overlay {
  opacity: 1;
}
	
dl	{
	list-style: none outside none;
	padding: 3px 0;
	margin : 0;
	font-size: 2rem;
	line-height: 1.4;
}
	
dt	{
	margin : 0 0 10px 0;
	font-weight:700;
	float : left;
}
	
dd	{
	margin : 0 0 10px 130px;
	font-weight:400;
	color: rgb(102,102,102);
}
		
main a:link, 
main a:visited	{
    font-size:2rem;
    color:rgb(51,102,153);
	text-decoration: none;
	padding: 0 2px 0 2px;
}

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

a.zoom:link, a.zoom:visited, a.zoom:hover 	{
	text-decoration : none;
	background: none;	
	padding : 0;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
}
 
footer {
	width: 100%;
	height: 4rem;
	float: left;
	margin: 0;
	padding: 0 0 0 0;
	background-color: rgb(244,243,240);
}
 
footer  p {
	font-weight: 350;
	font-style: normal;
	color: rgb(63,63,63);
	font-size: 1.7rem;
	line-height: 2; 	
	margin: 0;  
	text-align: left;	
	padding: 0;
	border-top: solid 1px rgb(127,127,127);
}	

footer p span	{
	float:right;
}

footer a:link, 
footer a:visited	{
	color:rgb(63,63,63);
	text-decoration: none;
	padding: 0 2px 0 2px;
}

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


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

    .box2b, .box2, .box3, .box5, .box6, .box74 {
        -webkit-flex-basis: 48.5%;
        -ms-flex-basis: 48.5%;
        flex-basis: 48.5%;
        margin-bottom: 2rem;
    }
    
}

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

     :root   {font-size : 9px;}

    .container	{
	   width : 94%;
	   max-width: 1408px;
	   margin: 0 auto;
	   padding: 0;
	   position: relative;
    }

    header  {
        width: 100%;
        height: 45px;
        float: left;
        margin: 0 0 1.3rem 0;
        padding: 0;
        position: relative; 
        z-index: 1000;
        background-color : transparent;
	   -moz-box-shadow : none;
	   -webkit-box-shadow: none;
	   box-shadow: none;
    }

    #logo   {
        position:absolute;
        top : 0;
        left : 0;
        margin: 1rem 0 0 0;
        padding: 0;
        width: auto;
        font-style: normal;
        line-height: 1;
        letter-spacing: 1px;
        color: rgb(0,0,0);
    }

    main	 {
	   padding:0;
    }

  .box2b, .box2 {
        -webkit-flex-basis: 23.5%;
        -ms-flex-basis: 23.5%;
        flex-basis: 23.5%;
        margin:0 0 3rem 0;
        position:relative;
    }
    
    .box3 {
        -webkit-flex-basis: 32%;
        -ms-flex-basis: 32%;
        flex-basis: 32%;
        margin:0 0 3rem 0;
        position:relative;
    }

    .box5 {
 	  -webkit-flex-basis: 49%;
 	  -ms-flex-basis: 49%;
 	  flex-basis: 49%;
	   margin:0 0 2.5rem 0;
	   position:relative;
    }

    .box5a {
	   width:47.5%;
	   float:left;
	   margin-bottom: 3rem;
    }

    .box6 {
 	  -webkit-flex-basis: 66%;
 	  -ms-flex-basis: 66%;
 	  flex-basis: 66%;
	   margin:0 0 3rem 0;
	   position:relative;
    }
    
	.box74 {
 	  -webkit-flex-basis: 74.5%;
 	  -ms-flex-basis: 74.5%;
 	  flex-basis: 74.5%;
	   margin:0 0 3rem 0;
	   position:relative;
    }

    .box10 {
 	  -webkit-flex-basis: 100%;
 	  -ms-flex-basis: 100%;
 	  flex-basis: 100%;
	   margin:0 0 3rem 0;
	   position:relative;
    }

    .box5a	{
    	padding: 0;
    }

   .bg-box {
        height:530px;
    }
    
   
	.spalten    {
    	-moz-column-count: 2;
    	-moz-column-gap: 2rem;
    	-webkit-column-count: 2;
    	-webkit-column-gap: 2rem;
    	column-count: 2;
    	column-gap: 2rem;
    	text-align: left;
	}

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

    ul.serie2 > li	{
	   float:left;
	   width:49%;
	   margin: 0 0 10px 0;
    }

    ul.serie3 > li	{
	   float:left;
	   width:32%;
	   margin: 0 0 10px 0;
    }	

    ul.serie2 > li img, ul.serie3 > li img	{
	   width:100%;
    } 

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

    footer   {
	    padding: 0 0 0 0;
    }

    footer p    {
	    padding: 0 0 0 0;
    }

}

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

    :root   {
     	font-size: 10px; 	
	}

   .bg-box {
        height:630px;
    }
    
   }