/* noto-sans-regular - latin */
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/noto-sans-v7-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Noto Sans'), local('NotoSans'),
       url('fonts/noto-sans-v7-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/noto-sans-v7-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/noto-sans-v7-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/noto-sans-v7-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/noto-sans-v7-latin-regular.svg#NotoSans') format('svg'); /* Legacy iOS */
}
/* noto-sans-700 - latin */
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/noto-sans-v7-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Noto Sans Bold'), local('NotoSans-Bold'),
       url('fonts/noto-sans-v7-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/noto-sans-v7-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/noto-sans-v7-latin-700.woff') format('woff'), /* Modern Browsers */
       url('fonts/noto-sans-v7-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/noto-sans-v7-latin-700.svg#NotoSans') format('svg'); /* Legacy iOS */
}

* {padding: 0px; margin: 0px; border: 0px;}
body {width: 100%;
background-color: #CCC;
font-family: Noto Sans;
}

div.header {position: relative; top: 0px; width: 100%; padding: 0px; margin: 0px;}
div.header img {display: block; width: 100%; padding: 0px; margin: 0px;}

div.logo {position: absolute; top: 0px; width: 100%;}
div.logo img {width: 100%;}

a.mail {
    text-decoration: none;
    color: #333;
    font-weight: bold;

}

div.navigation {text-align: center; position: relative; width: 100%; height: 50px; background-color: #808080;
}

div.navigation-content {
  margin-left: auto;
  margin-right: auto;
  min-width: 20px;
  height: 50px;
  xborder: 1px solid red;
  display: flex;
  align-items: center;
  justify-content: center;
}

div.link a {
  display: inline-block;
  text-decoration: none;
  font-family: Noto Sans; 
  font-size: 19px; 
  color: #000;
  padding-right: 50px;
  xpadding-top: 9px;
}

div.link a:hover {
  font-weight: bold;
  color: #4D4D4D;
}


nav {
  margin: 0 auto;
  width: 100%;
  xheight: 11em;
  text-align: right;
  position: relative;
  xbackground: rgba(255, 255, 255, 1.0);
  xborder-bottom: 1px solid white;
  display: none;
  z-index: 1000;
  margin-top: 5px;
}
 
nav ul {
  margin: 0;
  padding: 8.1em 0 0 0;
  height: 100vh;
}
 
nav ul li {
  list-style: none;
  margin: 0;
  display: inline;
}
 
nav ul li a {
  color: #009999;
  position: relative;
  padding: 0 0 0.5em 0;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
}
 
nav ul.menu li a:hover {
  color: #03405f;
  border-bottom: 2px solid #03405f;
}

@media screen and (min-width: 901px) {
  nav ul.menu {
    max-height: 10px;
  }
  nav a#nav-m,
  nav a.close {
    display: none;
  }
  nav ul li {
    margin: 0 30px 0 0;
  }
}
 
 
@media screen and (max-width: 900px) {
  /*Formatierung Mobiles Menue*/
  nav ul {
    top: 45px;
    position: absolute;
    background: #eee;
    width: 50%;
    left: -100%;
 
    list-style-type:none;
    margin: 0;
    padding: 0;
 
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
  }
 
  nav ul li{
    display: block;
    text-align: left;
    padding: 0em 0.5em;
    border-bottom: 1px solid #fff;
  }
 
  nav ul li a {
    color: #555;
    padding: 1em 0;
  }
 
  nav ul.menu li a:hover {
    border-bottom: 0;
  }
 
  /*Hamburger-Icon*/
  nav a#nav-m img,
  nav a.close img {
    width: 40px;
    height: auto;
  }
  
  
 
  nav > .close,
  nav a#nav-m:target {
    display: none;
  }
 
  nav a:target ~ ul,
  nav a:target ~ .close {
    display: inline-block;
  }
 
  nav a:target ~ .close {
    xposition: absolute;
    margin-left: -40px;
  }
 
  nav a:target ~ ul {
    left: 0;
  }
}


div.box {
  display: inline-block;
  width: 13px !important;
  height: 20px;
  margin-right: 4px;
}

.activebox {
    background-color: #4D4D4D;
}

.activelink a {
  font-weight: bold;
  color: #4D4D4D !important;
}

div.link {
display: inline-block;
}

div.background {
}

div.content {
margin-left: auto;
margin-right: auto;
padding-top: 50px;
width: 900px;
font-family: Noto Sans;
background: url("content/icon_gross.png");
background-repeat: no-repeat;
background-position: center;
}



div.content h1 {
font-family: Noto Sans;
font-weight: bold; 
font-size: 20px; 
color: #4D4D4D;
padding-top: 38px;
}

hr{
width: 500px;
height: 1.2px;
background-color: #4D4D4D;
margin-bottom: 20px;}

div.icon {
opacity: 0.3;
float: left;
}

p.text {
font-size: 16px;
text-align: justify;
padding-bottom: 20px; 
}
p.team {
text-align: center;}

p.bildunterschrift {
text-align: center;
font-family: Noto Sans; 
font-size: 12px; 
color: #000;
padding-bottom: 150px;
}

p.telefon {
text-align: center;
font-family: Noto Sans;
font-weight: bold; 
font-size: 24px; 
color: #668C2D;
padding-top: 30px;
padding-bottom: 30px;
}

ul {
padding: 20px;
padding-bottom: 150px;}

div.referenz {
padding-bottom: 150px;
}

p.referenz img {
padding-right: 10px;
padding-bottom: 5px;
}


div.footer {
font-family: Noto Sans;
text-align: center; 
position: fixed; 
bottom: 0px; 
width: 100%; 
height: 100px; 
background-color: #333;
}

div.footer-content {

  margin-left: auto;
  margin-right: auto;
  min-width: 20px;
  height: 50px;
  xborder: 1px solid red;
  display: flex;
  align-items: center;
  justify-content: center;
height: 100px;
  }
  
 div.footerlink a:hover {
  font-weight: bold;
  color: #CCC;
}


div.footerbox {
  display: inline-block;
  width: 8px !important;
  height: 12px;
  margin-right: 4px;
}

.activefooterbox {
    background-color: #CCC;
}

.activefooterlink a {
  font-weight: bold;
  color: #CCC !important;
}

div.footerlink {
display: inline-block;
}

div.footer div a {
display: inline-block;
text-decoration: none;
font-family: Noto Sans; 
font-size: 13px; 
color: #B3B3B3;
padding-right: 40px;
}



@media only screen and (max-width: 900px) {
  div.content {
    width: 94%;
  }
  
  p.team img {
    width: 80%;
    }
    hr{
width: 66%;
    }
    div.navigation-content {
    display: none;
    }
  
    nav {
        display: inline-block;
    }
    
    div.footer div a {
font-size: 11px; 
padding-right: 16px;
}
}

@media only screen and (max-width: 900px) {p.referenz img { height: 286px; }}
@media only screen and (max-width: 774px) {p.referenz img { height: 226px; }}
@media only screen and (max-width: 640px) {p.referenz img { height: 186px; }}
@media only screen and (max-width: 546px) {p.referenz img { height: 156px; }}
@media only screen and (max-width: 480px) {p.referenz img { height: 136px; }}
@media only screen and (max-width: 430px) {p.referenz img { height: 116px; }}
@media only screen and (max-width: 398px) {p.referenz img { height: 98px; }}

/* CSS Document */