@charset "UTF-8";

body, div,
h1, h2, h3, h4, h5, h6,
p, blockquote, pre, dl, dt, dd, ol, ul, li, hr,
fieldset, form, label, legend, th, td,
article, aside, figure, footer, header, hgroup, menu, nav, section,
summary, hgroup {
  margin: 0;
  padding: 0;
  border: 0;
}

a:active,
a:hover {
  outline: 0;
}

@-webkit-viewport { width: device-width; }
@-moz-viewport { width: device-width; }
@-ms-viewport { width: device-width; }
@-o-viewport { width: device-width; }
@viewport { width: device-width; }

body {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  color: #333;
  background: #fff;
  font: normal 100%/1.4 sans-serif;
}

section {
  float: left;
  width: 100%;
}

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

.span1, .span2, .span3, .span4{
    float:left;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}

.col{
  margin-left: 1.5%;
}

.col:first-child {
  margin-left:0;
}

.span1{
  width: 23.875%;
  
}
.span2{
  width: 49.25%;
  
}
.span3{
  width: 74.625%;
  
}
.span4{
  width: 100%;
  margin-left: 0;
}

nav {
margin: 0;
padding: 0;
}

nav ul {
   width: 80%;
   background: #eee;
   padding: 0; 
   margin: 0 auto;
}

nav ul li {
  float: left;
  border-right: 2px solid #fff;
  list-style: none;
  width: 30%;
  text-align: center;
  padding: 45px 0 30px 0 !important;
  background: #eee;
}

nav a, nav a:link, nav a:visited {
  text-decoration: none;
  color: #111;
  font-weight: bold;
}

nav li:hover {
  background: #538532;
  color: #fff;
}
nav a:hover {
  color: #fff;
}

h1{
    font-size: 1.714285714em; /* 24 / 14 */
    line-height: 1.5em; /* 21 / 14 */
}

h2{
  font-size: 1.5em; /* 21 / 14 */
  line-height: 1.5em; /* 21 / 14 */
}

a:link {
  color: #61af2d;
  text-decoration: none;
}

a:visited {
  color: #77201a;
}

a:active, a:hover {
  color: red;
  text-decoration: underline;
}

p{
    font-size: 1em; /* 14 / 14 */
    line-height: 1.5em; /* 21 / 14 */
    margin-bottom: 1.5em; /* 21 / 14 */
}

#container, .inner{
  margin: 0 auto;
}

footer {
  padding: 3em 0;
}

.inner {
  padding: 0 5%;
}

header{
  background: #fff;
}

h1.inner {
  margin: 7px 0;
  padding: 25px 5%;
  float: left;
}

.kontakt {
  font-size: 14px !important;
  color: #999;
  float: right;
  padding: 20px 0;
}

#container{
  clear: both;
  padding-top: 20px;
}

h1 img {
  float: left;
  margin: 0 2em 0 0;
}

h2 {
  margin-top: 30px;
}

#intro {
  width: 100%;
  float: left;
  min-height: 300px;
  background: #fbba25;
  padding: 2em 0;
}

#info {
  float: right;
}

#foto {
  position: relative;
}
#foto img {
  position: absolute;
  top: -65px;
  right: 0;
  padding: 10px;
  background: #fff;
  border: 1px solid #eee;
-webkit-box-shadow: 0px 0px 12px -4px rgba(0,0,0,0.92);
-moz-box-shadow: 0px 0px 12px -4px rgba(0,0,0,0.92);
box-shadow: 0px 0px 12px -4px rgba(0,0,0,0.92);  
}

.imp {
  font-size: 1.4em;
  font-weight: bold;
  padding: 2em 0;
}

.list li {
  clear: both;
  float: left;
  margin: 5px 0;
  list-style: none;
}

/* MEDIA QUERIES */

@media screen and (max-width: 825px) {
  nav ul {
    float: left;
    clear: both;
    background: #eee;
    width: 100%
  }
    nav li {
    clear: both;
    float: left;
    width: 100% !important;
    border-right: none !important;
    border-bottom: 2px solid #fff;
    padding: 30px 0 20px 0 !important;
  }
}


@media screen and (max-width: 768px){
  .span3, article{
    width: 100%;
  }

  .span1, aside, nav li, #info{
    width: 100%;
    margin-left: 0;
  }

  #container, .inner{
    width: 90%;
    padding: 0 5% 0 5%;
  }
  #foto {
    display: none;
  }
  #info h2, #info .list {
    margin: 0 0 0 40px;
  }
}

@media screen and (max-width: 480px){

}

/* Micro Clearfix */

.cf:before,
.cf:after {
    content:"";
    display:table;
}

.cf:after {
    clear:both;
}

/* For IE 6/7 (trigger hasLayout) */
.cf {
    *zoom:1;
}


