@charset "utf-8";

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

:root {
    font-size: 9px;
}

html {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	scroll-behavior: smooth;
}

body,html{
  -webkit-overflow-scrolling: touch;
}

body		{
 	margin: 0;
	padding: 0;
	background-color: rgb(245,244,240);
	width: 100%;
	height: 100%;	
	font-family: 'PTSansWebRegular';
	font-size: 100%;
	scroll-behavior: smooth;
}
	
header	{
	position: fixed;
	top: 0; 
	width: 100%;
	height: 6rem;
	float: left;
	margin: 0;
	background-color:rgb(245,244,240);
    border-bottom: solid 1px rgb(175,175,175);
	z-index:10;
}

#kopf {
	width: 92%;
	max-width: 800px;
	height: auto;
	margin: 0 auto 0 auto;
	position: relative;
}

#logo   {
    width:25rem;
	font-family: 'PTSansWebNarrowRegular';
    font-style: normal;
    font-weight: normal;
    font-size: 3rem;
    line-height: 1;
    color: #333;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    margin: 1.5rem 0 0 0;
}

main	 {
	width: 92%;
	max-width: 800px;
	margin: 7.5rem auto 1rem auto;
	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;
}

.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;
}

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

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

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

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

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

.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;
}

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

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;
} 
	
ul.serie2 > li, ul.serie3 > li {
    -webkit-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    margin-bottom: 1rem;
}
	
figure  {
    margin: 0;
    padding: 0;
}

figure img  {
    width: 100%;
}

picture  {
    margin: 0;
    padding: 0;
}

h2  {
	font-family: 'PTSansWebNarrowRegular';
    font-weight: normal;
    font-style:  normal;
    font-size: 4rem;
    line-height: 1.2;
    color: #333333;
    margin: 0 0 1.5rem 0;
}

h3  {
	font-family: 'PTSansWebNarrowRegular';
    font-weight: normal;
    font-style:  normal;
    font-size: 3.5rem;
    line-height: 1.2;
    color: #333;
    margin: 0 0 0.5rem 0;
}

h4  {
	font-family: 'PTSerifWebRegular';
    font-weight: normal;
    font-style:  normal;
    font-size: 3rem;
    line-height: 1.2;
    color: #333;
    margin: 1rem 0 1rem 0;
}

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

li a   {
    font-weight: normal;
    font-style:  normal;
	font-size: 2rem;
    line-height: 1.5;
    font-weight: 400;
    color: #369;
    margin: 0 0 1.5rem 0;
}

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

p.hinweis	{
	font-size: 0.1rem;
	line-height: 1;
	color: #666;
	font-weight: 300;
	letter-spacing: 0.1rem;
	margin: -0.5rem 0 2rem 0;
	text-align: right;
} 
	
dl	{
	list-style: none outside none;
	padding: 0.3rem 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);
}
		
#zitat	{
	width: 60%;
	margin: 4rem 20% 0 20%;
}

#zitat h5 {
	font-size: 4rem;
	font-weight: 400;
	color: rgb(0,0,0);
	text-align: center;
	margin: 0;
}

#zitat p {	
	font-size: 2.5rem;
	line-height: 1.5;
	font-weight: 400;
	color: rgb(0,0,0);
	text-align: center;
	margin: 1rem 0 2rem 0;
}

#zitat	p.rechts {	
	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 0.2rem 0 0.2rem;
}

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

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

.datum p {	
	position: relative;
	left: 0;
	background-color: rgb(244,244,244);
	margin-top: -1.1rem;
	padding-left: 1.5rem;
	float: right;	
    font-family: 'PTSansWebRegular';    
    font-weight: normal;
    font-style:  normal;
    font-size: 1.75rem;
	letter-spacing: 0.1rem;	
	color: rgb(51,51,51);
}

p.unten	{
	font-size: 1.25rem;
	text-align: center;
	color: rgb(111,111,111);
	margin: 0;
}

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

p.hinweis	{
	font-size: 0.1rem;
	line-height : 1;
	color: transparent;
	margin: 1rem 0 0.5rem 0;
	text-align:right;
}

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

.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);
}

footer {
	width: 92%;
	max-width: 800px;
	height: 4rem;
	border-top: solid 1px #aaa;
	margin: 1rem auto 2rem auto;
	padding-bottom: 2rem;
}
 
footer  p {
	color: #666;
	font-size: 1.75rem;	
	line-height: 100%; 	
	margin: 0.5rem 0 1rem 0;  
	text-align: left;	
	text-transform: uppercase;
}

footer p span	{
	float: right;
}

footer a:link, footer a:visited	{
	color: #666;
	text-decoration: none;
	padding: 0 0.2rem 0 0.2rem;
}

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

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

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

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

}

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

    :root { font-size:10px; }

    header	{
        position: relative;
        width: 100%;
        height: 6rem;
        float: left;
        margin: 0;
        background-color: rgb(245,244,240);
        border-bottom: solid 1px rgb(175,175,175);
        z-index: 10;
    }

    main {
        margin: 6rem auto 1rem auto;   
        padding: 2rem 0 0 0;
    }

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

    .box5 {
 	  -webkit-flex-basis: 47.5%;
 	  -ms-flex-basis: 47.5%;
 	  flex-basis: 47.5%;
	   margin-bottom: 2rem;
	   position: relative;
    }

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

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

    .box10ohne {
 	  -webkit-flex-basis: 100%;
 	  -ms-flex-basis: 100%;
 	  flex-basis: 100%;
	   margin-bottom: 0.5rem;
    }

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

    ul.serie3  > li	{
 	  -webkit-flex-basis: 32%;
 	  flex-basis: 32%;
	   margin-bottom: 2rem;
	   margin: 0 0 1.5rem 0;
	   padding: 0;
    }	

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

}

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

    :root { font-size:11px; }
}
    
