/* css released under Creative Commons License -  http://creativecommons.org/licenses/by/2.0/deed.en  */
/* html5 + CSS 3 Template created by miss monorom  http://intensivstation.ch 2013 */

/* reset */
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
/* render html5 elements as block 
   rendert html5 elemente als block  */

header, footer, section, aside, nav, article { display: block;}

body {
background-color: #fff;
font-size: 1em;
font-family: Trebuchet MS, Arial, SunSans-Regular, Sans-Serif;
color:#000;
}
pre, code {
font-size: 1.3em;
}
a {text-decoration: none;}


h1, h2 {
font-size:1em;
font-weight: bold;
margin: 0 0 10px;
color: #99280c;}

h3 {
font-size:1em;
font-weight: normal;
margin: 0 0 10px;
}

img.download {vertical-align:middle;}
img{border:none;}

ul{
	list-style-type:none;}
/* ----------container zentriert das layout-------------- */

#container {
max-width: 1200px;
min-width:320px;
margin:0  auto;
min-height: 600px;
}

/* ----------header for logo-------------- */
#top:after{
    height: 0;
    content: ".";
    display: block;
    clear: both;
  visibility:hidden;
  } 
#top {
  
	}

#distanz {
}
  #top header{
  padding-top:40px;
  padding-left: 70px;
}
  
  
  header{
  position: relative;
  top: 140px;
  left: 130px;
  width: 600px;}
header p{
  font-size: 1em;
letter-spacing: 0.3em;
line-height: 1.7em;
color: #99280c;}
.oberstrich{
padding-top: 3px;
border-top: solid 1px #99280c;}
#top header p a{
letter-spacing: 0.4em;
color: #99280c;
}

header img{ 
border:0;
padding: 0 0 10px;
}  
.mini, .menubutton{
  display:none;
  }

.menubutton a {
  cursor:pointer;
}
 
/* new nav */
nav{
  position: relative;
  top: 520px;
  left: 200px;
width: 1000px;} 


nav ul:after {
    height: 0;
    content: ".";
    clear: both;
  visibility:hidden;
  } 
nav ul {
  list-style-type: none;
  float:left;
}   
nav li {
  margin: 0 1px 0 0;
  display:inline;
}
nav li.menu-sibling:after{
    content: " | ";
   
  }
  nav li.menu-last:after{
    content: " ";
   
  }
 
 
  nav a.menu-child {
 /* margin: 0px 15px 10px 10px;*/
}

nav a, nav a:visited {
  color: #000;
  padding: 2px;
  text-decoration: none;
 
}


nav li a:hover {
  
   text-decoration: underline;
 transition: all 0.5s linear;
}
nav a.menu-current { color:#000;
}

li.menu1 a.menu-child, li.menu2 a.menu-child, li.menu1 a.menu-sibling, li.menu1, li.menu1 a.menu1, li.menu2 a.menu2 { color:#000;
}
li.menu1 a.menu-current{ color:#000;
    font-weight: bold;
}


/*_________________________________________________*/


   
li.menu0{
    font-size: 15px;
}




     
     
li.menu1{
	    font-size: 13px;

     padding-left: 13px;
     }
li.menu2{
    font-weight: normal;
        font-size: 12px;
     padding-left: 18px;
}

#mainnav a.menu0:hover { 
   color:#99280c;
text-decoration: none;
 
}






/*2. generation ganzer block*/
.menu ul li ul li{

}
/*3. generation ganzer block*/
#menu ul li ul li ul li{

}
.menu_current {
	font-weight: bold;
	   color:#99280c;

}

li.menu0 .menu-parent, li.menu1 a.menu-parent  { 
    text-decoration: none;
   color:#99280c;
    margin-left: 0px;
   font-weight: bold;
}
.menu-current > a { 
     text-decoration: none;
    
     padding-left: 20px;
}
/* ----------------- content--------------------- */
#inhalt:before {
    height: 0;
    content: ".";
    display: block;
    clear: both;
  visibility:hidden;
 }
 #inhalt{
 width: 100%;
background-image:url('http://www.peterrinderknecht.ch/templates/pr_bg_home.jpg');
background-repeat: no-repeat;
background-position:center; 
min-height: 600px;
background-size: 100% 100%;
}

section:before {
    height: 0;
    content: ".";
    display: block;
    clear: both;
  visibility:hidden;
 }


  
section#content  img.pr1{  
position: relative;
  top: 220px;
  left: 50px;
  }
  section#content  img.pr2{  
position: relative;
  top: 120px;
  left: 10px;}
  section#content  img.pr3{  
position: relative;
  top: 110px;
  left: 90px;}
  section#content  img.pr4{  
position: relative;
  top: 120px;
  left: 170px;}
  
    section#content  img.pr5{  
position: relative;
  top: 70px;
  left: 170px;}
  
    section#content  img.pr6{  
position: relative;
  top: 250px;
  left: 20px;}
  
    section#content  img.pr7{  
position: relative;
  top: 80px;
  left: 320px;}
  
    section#content  img.pr8{  
position: relative;
  top: 80px;
  left: 420px;}


section#content  img.fuenf{
-webkit-transform: rotate(5deg);
-moz-transform: rotate(5deg);
-o-transform: rotate(5deg);
transform:  rotate(5deg);
}
section#content  img.minusfuenf{
-webkit-transform: rotate(-5deg);
-moz-transform: rotate(-5deg);
-o-transform: rotate(-5deg);
transform:  rotate(-5deg);
}

section#content  img.minuszehn{
-webkit-transform: rotate(-10deg);
-moz-transform: rotate(-10deg);
-o-transform: rotate(-10deg);
transform:  rotate(-10deg);}
section#content  img.zehn{
-webkit-transform: rotate(10deg);
-moz-transform: rotate(10deg);
-o-transform: rotate(10deg);
transform:  rotate(10deg);}

section#content  img.fuenfzehn{
-webkit-transform: rotate(15deg);
-moz-transform: rotate(15deg);
-o-transform: rotate(15deg);
transform:  rotate(15deg);
}
section#content  img.minusfuenfzehn{
-webkit-transform: rotate(-15deg);
-moz-transform: rotate(-15deg);
-o-transform: rotate(-15deg);
transform:  rotate(-15deg);
}
section#content  img.minuszwanzig{
-webkit-transform: rotate(-20deg);
-moz-transform: rotate(-20deg);
-o-transform: rotate(-20deg);
transform:  rotate(-20deg);}
section#content  img.zwanzig{
-webkit-transform: rotate(20deg);
-moz-transform: rotate(20deg);
-o-transform: rotate(20deg);
transform:  rotate(20deg);}

section#content  img.minuszwoelf{
-webkit-transform: rotate(-20deg);
-moz-transform: rotate(-20deg);
-o-transform: rotate(-20deg);
transform:  rotate(-20deg);}
section#content  img.zwoelf{
-webkit-transform: rotate(20deg);
-moz-transform: rotate(20deg);
-o-transform: rotate(20deg);
transform:  rotate(20deg);}

section#content  img.minusacht{
-webkit-transform: rotate(-20deg);
-moz-transform: rotate(-20deg);
-o-transform: rotate(-20deg);
transform:  rotate(-20deg);}
section#content  img.acht{
-webkit-transform: rotate(20deg);
-moz-transform: rotate(20deg);
-o-transform: rotate(20deg);
transform:  rotate(20deg);}



p, pre{
padding:  0 0 20px;
line-height:1.4em;
}
ul{
	list-style-type:none;
	line-height:1.5em;
}
article header{
	padding:0;
	}
	
section a{
color: black;
text-decoration: none;}

/* -------------- side infos ------------- */
blockquote{
color: #99280C;
font-size: .8em;}
aside {
padding-left: 20px;
padding-top: 80px;

}

aside div.eins{

}
aside div.zwei{
}
aside div.drei{
}

/* -----------footer--------------------------- */
#pixel a{position: absolute;
top: 805px;
left: 70px;
font-size: 9px;
color: #666666;
font-weight: bold;
z-index: 1000;
text-align: right;
text-decoration: none;}



/* -------------------- Media Queries -------------------- */

/* for tablet quer*/
@media only screen and (min-width: 768px) and (max-width: 1200px) {


#top header{margin-top: -60px;
padding-left:0;}

 #inhalt{
 width: 100%;
background-image:url('http://www.peterrinderknecht.ch/cms/templates/pr_bg_home.jpg');
background-repeat: no-repeat;
background-position:center; 
background-size: 90% 100%;
}

 section#content  img.pr4{  
position: relative;
  top: 100px;
  left: 100px;}
  section#content  img.pr5{  
position: relative;
  top: 150px;
  left: 80px;
}
 section#content  img.pr6{  
position: relative;
  top: 80px;
  left: 260px;}

section#content  img.pr8{  
position: relative;
  top: 100px;
  left: 320px;}
  
  nav{
  position: relative;
  top: 520px;
  left: 130px;
width: 1000px;} 

}




/* for tablet hoch*/
@media only screen and (min-width: 768px) and (max-width: 959px) {

header{margin-left: -70px;}

#inhalt:before {
    height: 0;
    content: ".";
    display: block;
    clear: both;
  visibility:hidden;
 }
 #inhalt{
 width: 800px;
background-image:url('http://www.peterrinderknecht.ch/cms/templates/pr_bg_home.jpg');
background-repeat: no-repeat;
background-position:center; 
background-size: 100% 100%;
}

section:before {
    height: 0;
    content: ".";
    display: block;
    clear: both;
  visibility:hidden;
 }
section#content {
float: none;
width: 90%;
}

 section#content  img.pr8{  
display: none;}
section#content  img.pr1{  
position: relative;
  top: 100px;
  left: 70px;
}
  section#content  img.pr2{  
position: relative;
  top: 120px;
  left: 90px;}
  section#content  img.pr3{  
position: relative;
  top: 100px;
  left: 100px;}
  section#content  img.pr4{  
position: relative;
  top: 280px;
  left: 0px;}
  
  section#content  img.pr5{  
position: relative;
  top: 70px;
  left: 100px;
}
  section#content  img.pr6{  
position: relative;
  top: 60px;
  left: 180px;}
  section#content  img.pr7{  
display: none;}

 nav{
  position: relative;
  top: 520px;
  left: 60px;
width: 1000px;} 
 
.footer-segment {
    display: inline-block;
    vertical-align: top;
    width: 49%;
	padding: 0 0 20px;
}

.footer-segment:last-child {
    border-top:1px solid #999;
    display: block;
    width: 100%;
	padding:20px 0 0 ;
}
}


/* iphone quer */
@media screen and (max-width: 568px) 
{ 
 
#container {
max-width: 568px;
min-width:320px;
margin:0  auto;
}
  
header{
  position: relative;
  top: 10px;
  left: 0px;
  width: 100%;}
header p{
  font-size: 1.2em;
letter-spacing: 0.3em;
line-height: 1.7em;
color: #99280c;}
.oberstrich{
padding-top: 3px;
border-top: solid 1px #99280c;}

  #top header{
  padding-top:0px;
  padding-left: 30px;
}
#top header p a{
letter-spacing: 0.4em;
color: #99280c;
}

#inhalt{
 position: relative;
 top: 30px;
background: white;}

section#content img{
  width: 55%;
  height: 55%;}


section#content  img.pr1{  
position: relative;
  top: 50px;
  left: 40px;
}
  section#content  img.pr2{  
position: relative;
  top: 0px;
  left: 60px;}
  section#content  img.pr3{  
position: relative;
  top: -40px;
  left: 70px;}
  section#content  img.pr4{  
position: relative;
  top: -40px;
  left: 40px;}
  
  section#content  img.pr5{  
position: relative;
  top: 0px;
  left: 40px;
}
  section#content  img.pr6{  
position: relative;
  top: -20px;
  left: 60px;}
  section#content  img.pr7{  
position: relative;
  top: -40px;
  left: 70px;}
  section#content  img.pr8{  
position: relative;
  top: -100px;
  left: 40px;}
  
 nav{
  position: relative;
  top: 10px;
  left: 30px;
width: 100%;
height: 50px;

padding-bottom: 10px;}  
  nav li {
    float: left;
    margin: 0;
  } 
  nav a {
    font-size:1.4em;
  }
   
 nav li.menu-sibling:after{
    content: " |  ";
   
  }
   nav li.menu-last:after{
    content: "";
   
  }
 #pixel a{position: relative;
top: 25px;
left: 10px;
font-size: .8em;
color: #666666;
font-weight: bold;
text-decoration: none;
margin-bottom: 10px;
width: 100px;} 
.mini {
    display:block;
    /* 20% space rechts fuer .menubutton: */
    width: 80%;
  } 
  
 
  .maxi{
    display:none;
  }

footer.footer {
padding: 0;
}

  .footer-segment, .footer-segment:last-child  {
    display: block;
    vertical-align: top;
    width: 100%;
	border-bottom:1px solid #999;
	padding:20px;
}

}



/* iphone hoch */
@media screen and (max-width: 320px) 
{ 
 
#container {
max-width: 320px;
min-width:320px;
margin:0  auto;
}
  
header{
  position: relative;
  top: 10px;
  left: 0px;
  width: 320px;}
header p{
  font-size: 1em;
letter-spacing: 0.3em;
line-height: 1.7em;
color: #99280c;}
.oberstrich{
padding-top: 3px;
border-top: solid 1px #99280c;}

  #top header{
  padding-top:0px;
  padding-left: 30px;
}
#top header p a{
letter-spacing: 0.4em;
color: #99280c;
}

#inhalt{
 position: relative;
 top: 30px;
background: white;}

section#content img{
  width: 65%;
  height: 65%;}


section#content  img.pr1{  
position: relative;
  top: 10px;
  left: 40px;
}
  section#content  img.pr2{  
position: relative;
  top: -20px;
  left: 60px;}
  section#content  img.pr3{  
position: relative;
  top: -40px;
  left: 70px;}
  section#content  img.pr4{  
position: relative;
  top: -40px;
  left: 40px;}
  
  section#content  img.pr5{  
position: relative;
  top: 0px;
  left: 40px;
}
  section#content  img.pr6{  
position: relative;
  top: -20px;
  left: 60px;}
  section#content  img.pr7{  
position: relative;
  top: -40px;
  left: 70px;}
  section#content  img.pr8{  
position: relative;
  top: -100px;
  left: 40px;}
  
 nav{
  position: relative;
  top: 10px;
  left: 30px;
width: 280px;
height: 50px;

padding-bottom: 10px;}  
  nav li {
    float: left;
    margin: 0;
  } 
  nav a {
    font-size:1.1em;
  }
   
 nav li.menu-sibling:after{
    content: "| ";
   
  }
   nav li.menu-last:after{
    content: "";
   
  }
 #pixel a{position: relative;
top: 25px;
left: 10px;
font-size: .8em;
color: #666666;
font-weight: bold;
text-decoration: none;
margin-bottom: 10px;
width: 100px;} 
.mini {
    display:block;
    /* 20% space rechts fuer .menubutton: */
    width: 80%;
  } 
  
 
  .maxi{
    display:none;
  }

footer.footer {
padding: 0;
}

  .footer-segment, .footer-segment:last-child  {
    display: block;
    vertical-align: top;
    width: 100%;
	border-bottom:1px solid #999;
	padding:20px;
}

}
