/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('./font/open-sans-v16-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Regular'), local('OpenSans-Regular'),
       url('./font/open-sans-v16-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('./font/open-sans-v16-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('./font/open-sans-v16-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('./font/open-sans-v16-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('./font/open-sans-v16-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('./font/open-sans-v16-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Bold'), local('OpenSans-Bold'),
       url('./font/open-sans-v16-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('./font/open-sans-v16-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('./font/open-sans-v16-latin-700.woff') format('woff'), /* Modern Browsers */
       url('./font/open-sans-v16-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('./font/open-sans-v16-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
}

html, body {
    width: 100%; margin: 0; padding: 0; text-align: center; background: #fff; font-family: 'Open Sans', sans-serif;  -webkit-text-size-adjust:none;
    color: #111; font-size: 1.0em; line-height: 1.5em;
}
#wrap {
    margin: 0 0 20px; width: 100%; text-align: left; float: left; padding: 0; background: url('images/g4598.png') bottom 100px right 4% no-repeat;
}
.zc {
    margin: 0 auto; width: 100%; max-width: 960px;
}
#header {
    float: left; width: 100%; margin: 0; border-bottom: 3px solid #2b72bd; background: #fff;
}

#logo {
    float: left; margin: 20px 4%; max-width: 42%;
}

#content {
    float: left; width: 100%;
}
#inhalt {
    float: left; width: 92%; padding: 10px 4%; min-height:400px;
}
footer {
    float: left; width: 100%; background: rgba(43,114,189,0.3);
}
footer a {

}

#kontakt {
    float: left; width: 42%; margin: 10px 4%;
}
#kaelte-klima {
    float: left; width: 42%; margin: 30px 4%;
}

img {
    max-width: 100%; height: auto;
}

h1 {
  color: #0174B7; margin: 30px 0; font-size: 2.2em; line-height: 1.5em;
}
h2 {
  color: #111; margin: 20px 0; font-size: 1.4em; line-height: 1.5em; font-weight: normal;
}
h3 {color: #0174B7; font-size: 20px; font-weight: normal; margin: 10px 0px 20px 0px; }
a {color: #0174B7; text-decoration: none;}
a:hover {text-decoration: underline}

@media only screen and (max-width: 460px) {
h1 { font-size: 1.6em;}
#logo { max-width: 62%;}
#kontakt { width: 92%;}
#kaelte-klima { width: 92%;}
}