/*   Content by 
  Druck & Service Garhammer GmbH
  Florian Garhammer
  f.garhammer@garhammer-druck.de
  Tel. +49 9921 904095
==================================================
  #Reset & Basics
  #Typography
  #Menu
    #TopMenu
  #Links
  #Lists
  #Images
  #Buttons
  #Forms, Tables & Tabs
  #Positions
  #Misc
    #Page Navigation
    #Back-to-Topic
    #Xmap
    #Transition
  #Zeile Details und Tooltip ausblenden
  #Responsive
  */

/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, svg, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline; }
    
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }
  
body {  
  line-height: 1; }
  
ol, ul, li, a {
  list-style: none;
  text-decoration: none; }

blockquote, q {
  quotes: none; }
    
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }
  
table {  
  border-collapse: collapse;
  border-spacing: 0; }

html {
  height:100.001%;
  overflow: scroll; }


/* #Typography
================================================== */

h1, h1 a, h2, h2 a, h3, h3 a, h4, h4 a, h5, h5 a  {
  font-family: 'Roboto Slab', sans-serif;
  font-weight:700;
  color: #70BE49;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1.5; }

h1, h1 a {
  font-size: 40px; }

h2, h2 a {
  font-size: 22px; }

h3, h3 a {
  font-size: 30px;
  color: #2E3338; }

h4, h4 a {
  font-family: 'Pontano Sans', sans-serif;
  font-size: 20px;
  color: #70BE49;
  padding: 20px 0; }

h5, h5 a {
  font-size: 18px; }

p, span, a, div, table{
  font-family: 'Pontano Sans', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #707070; }
  
a {  
  color: #573D21;
  font-weight: 700; }

a:hover {
  color: #70BE49; }
  
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  color: inherit; }
  
p.readmore {
  text-align: right; }

p.readmore a {  
  font-family: 'Roboto Slab', sans-serif;
  color: #cece15;
  font-weight: 700;
  text-decoration: none;
  padding: 0.25em 0.5em;
  margin: 5px 0 15px 0; }

.readmore a:hover {
  color: #fff;
  background-color: #cece15;
  border-radius: 3px; }

.strong { 
    font-size: 16px;
    color: #70be49;
    font-family: "Roboto Slab",sans-serif;
    font-weight: 700;
    text-transform: uppercase; }
 
span.big {
  font-size: 1.35em;
  font-weight: 700; } 
  
.small { 
  font-size: 80%; }
  
hr {
  border: none;
  border-bottom: 1px dotted #ccc;
  margin: 14px 0 28px;}

.same {
  margin: 14px 14px;}
  
p.header {
  margin: 28px 0px;
  text-align: center;
  background: url(../images/diagonal_grey.png) repeat scroll 0px 0px;
  font-size: 0px;
  border-radius: 3px; }
  
span.header {  
  font: 700 18px 'Roboto Slab', sans-serif;
  line-height: 14px;
  text-transform: uppercase;
  display: inline;
  padding: 0px 10px;
  letter-spacing: 0.1em;
  background: url(../images/bg_content.png) repeat-x scroll 0px 0px; }
  
.brown {color: #573d21; }
.green {color: #70be49; }
.white {color: #fff; }
.white a {color: #70be49; }
.white a:hover {color: #aafa82; }
.eng {color: #aaa; 
  font-style: italic; }
  

 
/* #Menu
================================================== */

/* #TopMenu
--------------------------------------------------------- */

.moduletable_menu {
  text-align: left; }

.menu_top {
  position: relative; }

.menu_top li {
  background-color: #573D21;
  display: block;
  float: left;
  width: 193px;
  height: 88px;
  margin-right: 2px;
  text-align: center; }
  
.menu_top li:last-child {
  margin-right: 0; }
  
.menu_top li:hover {
  background-color: #806548; }
  
.menu_top li.active {
  background-color: #70BE49; }

.menu_top a {
  font-family: 'Roboto Slab', sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 88px;
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
   }

.menu_top .active a, .menu_top .active a:hover, .menu_top a:hover {
  color: #fff;}


/* #Links
================================================== */



/* #Lists
================================================== */

li.downloads, li.links{
  padding: 2px 10px 2px 20px;
  list-style: none;
  line-height: 1.4;
  font-size: 14pt; }

li.downloads{
  background: url(../images/lidownloads.png) 0px 10px no-repeat; }
  
li.links{
  background: url(../images/lilinks.png) 0px 8px no-repeat; }



/* #Images
================================================== */

img.borderpic, .pull-left img {
  padding: 6px;
  border: 1px solid #ededed;
  background: #eee;
  line-height: 0px; }
  
img.borderpic:hover, .pull-left img:hover {
  background: #fff; }
  
.greentop {
  border-top: 4px solid #70be49;}



/* #Buttons
================================================== */

.button-info::after {
    background: url("../images/button_pfeil.png") no-repeat scroll 50% 50% #573d21;
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 44px;}
	
.button-info {
    color: #ffffff;
    position: relative;
    text-transform: uppercase;
	background-color: #70be49;}

.button {
    display: inline-block;
    font-size: 14px;
	font-family: 'Roboto Slab', sans-serif;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 0;
    padding: 8px 59px 8px 17px;
    vertical-align: middle;}

.button-info:hover {
    background: none repeat scroll 0 0 #573d21;
    color: #ffffff;}
	
.button:hover {
    background: none repeat scroll 0 0 #573d21;
    text-decoration: none;
    transition: all 0.2s linear 0s;}
    
/* Forms, Tables & Tabs
================================================== */

.greyt{
  background-color: none; }
  
.greyt td{
  padding: 0px 30px; } 
    
  
.greyt tr:nth-child(even) {
  background-color: #eee; }
  
.greyt tr:hover {
  background-color: #fff; }
  
table {
  line-height: 2em;}


/* #Positions
================================================== */

.maxcol { width:100%; }

.leftcols1 { width:1170px; }
.leftcols2 { width:600px; }
.leftcols3 { width:280px; }
.leftcols4 { width:255px; }
.leftcols1, .leftcols2, .leftcols3, .leftcols4 {margin: 0 0 0 0; float: left; }

.cols2, .cols3 {width: 280px; }
.cols4 {width: 255px; }
.cols2, .cols3, .cols4 {margin: 0 0 0 50px; float: left; }

.colstwof2, .colstwo2  {
  width: 440px; 
  float: left; 
  margin: 0 0 0 0; }
  
.colstwo2 {
  margin: 0 0 0 40px; }

#all {
  width: 100%;
  background-color: #fdfdfd; }

#banner, #headbox, #topbox, #betweenbox, #body,  #endbox, #bottom1box, #bottom2box {
  position: relative;
  left: 50%;
  margin-left: -585px;
  width: 1170px;
  height: auto; }

#top, #head, #between, #main, #bottom1, #bottom2 {
  width: 100%;
  clear: both;
  float: left; }

#between, #main, #bottom2 {
  padding: 20px 0px; }

#top {
  z-index:100;
  background: url("../images/bg_top.png") repeat-x;
  height: 88px;
  margin: 0;}
  
#logo {
  position: absolute;
  display: block;
  z-index: 100;
  margin: 28px 0px 0px 30px; }
  
#adress {
  position: relative;
  padding: 28px 0px 0px 585px; }

#nav {
  position: relative;
  width: 100%;
  z-index: 200; }
   
#head {
  width: 100%;
  height: 180px;
  border-bottom: 10px solid #70BE49; }
  
#banner {
  margin-top: 0px;
  margin-left: -460px; }
  
#between {
  background-color: #22cfda; }

#main {  
  background: url("../images/bg_content.png") repeat scroll 0px 0px #fdfdfd; }

#bottom1 {
  clear: both;
  min-height: 245px;
  width: 100%;
  border-top: 10px solid #70BE49;
  padding: 60px 0; }
  
#slide {
  width: 100%;}
  
#bottom2 {
  clear: both;
  min-height: 80px;
  width: 100%;
  background: #573D21;
  padding: 20px 0px; }

#backtotop {
   position: absolute;
   top: 100%;
   margin: -67px 0 0 840px;
   clear: both; }
   
.moduletable_abstand:first-child {
  margin-top: 0; }

.moduletable_abstand {
  margin-top: 40px; }

.items-row {
  padding: 20px 0 10px;
  border-bottom: 1px dotted #ccc;}

.items-row:first-child {
  background:none; }
  

/* Misc
================================================== */

.pull-left.item-image {
  float: left;
  margin: 10px 20px 0 0;
}


  /* #Page Navigation
--------------------------------------------------------- */
div.pagination a {
  color:#484848;
  font:300 .8em 'Roboto Slab', sans-serif;
  -webkit-box-sizing:border-box;
     -moz-box-sizing:border-box;
      -ms-box-sizing:border-box;
          box-sizing:border-box; }

div.pagination ul {
  width:100%;
  text-align:center;
  margin:21px 0 35px; }

div.pagination li {
  display:inline;
  margin:0 2px; }

div.pagination li a {
  display:inline-block;
  line-height:35px;
  width:35px;
  height:35px;
  text-align:center;
  text-decoration:none;
  border-bottom:3px solid #ccc;
  font-weight:700;
  padding:0 7px; }

div.pagination li a:hover,div.pagination li a.selected {
  background:url("../images/dark.jpg")repeat scroll 0 0 transparent;
  border:none;
  color:#fff; }


  /* #Back-to-Topic
--------------------------------------------------------- */
#gototop {
    width:58px;
    height:58px;
    position:fixed;
    bottom:50px;
    right:100px;
    display:none;
    background: url('../images/backtotopic_roll.png') no-repeat;
}
  

  /* #Xmap
--------------------------------------------------------- */

.level_0 li {
  margin-left: 50px;
  list-style: none;
  color: #eda4ea;
  font-size: 14px;
  text-transform:uppercase;
  line-height: 2em;
  padding-left: 20px;
  background: url(../images/arrow_footer.png) 0 10px no-repeat; }

.level_1 {
  list-style: none;
  padding-left: 40px; }

.level_2 {
  list-style: none;
  padding-left: 80px; }
  
.level_0 ul {
  padding-bottom: 20px; }

.label {
  display: block; 
  width: 90px; 
  float: left; }
  
  
     /* #Contact
--------------------------------------------------------- */ 
div#foxcontainer_m98 .fox_form input[type="text"]:hover, div#foxcontainer_m98 .fox_form textarea:hover, div#foxcontainer_m98 .fox_form input[type="text"]:focus, div#foxcontainer_m98 .fox_form textarea:focus {
    background-color: #f2ffeb;}

	
   /* #Transition
--------------------------------------------------------- */ 
a:hover, .readmore a:hover, .menu_top li, #bottom1, tr:hover, .hlcyan, div#foxcontainer_m98 .fox_form input[type="text"]:hover, div#foxcontainer_m98 .fox_form textarea:hover, div#foxcontainer_m98 .fox_form input[type="text"]:focus, div#foxcontainer_m98 .fox_form textarea:focus., {
  -webkit-transition: all 400ms ease;
     -moz-transition: all 400ms ease;
      -ms-transition: all 400ms ease;
       -o-transition: all 400ms ease;
          transition: all 400ms ease; }
      
      
  /* #Zeile Details und Tooltip ausblenden
--------------------------------------------------------- */
dt.article-info-term {display: none;}
div.tooltip {display: none;}


  /* #Responsive
--------------------------------------------------------- */
@media (max-width: 1170px) {

.maxcol { width:100%; }

.leftcols1 { width:920px; }
.leftcols2 { width:500px; }
.leftcols3 { width:220px; }
.leftcols4 { width:20%; margin-left:2.5% }

.cols2, .cols3, .cols4 {width: 20%;}

.colstwof2, .colstwo2  {
  width: 340px; }
  
.colstwo2 {
  margin: 0 0 0 40px; }


#banner, #headbox, #topbox, #betweenbox, #body,  #endbox, #bottom1box, #bottom2box {
  margin-left: -460px;
  width: 920px;}
  
#logo {
  position: absolute;
  display: block;
  z-index: 100;
  margin: 28px 0px 0px 30px; }
  
#adress {
  position: relative;
  padding: 28px 0px 0px 470px; }

   
#head {
  width: 100%;
  height: 220px;
  border-bottom: 10px solid #70BE49; }
  
#banner {
  margin-top: 0px;
  margin-left: -460px; }
  
.menu_top li {
  width: 150px;
  margin-right: 4px; }

}
	

  /* 
--------------------------------------------------------- */
  
* { 
  -webkit-box-sizing: border-box; 
     -moz-box-sizing: border-box; 
      -ms-box-sizing: border-box; 
       -o-box-sizing: border-box; 
          box-sizing: border-box; }