/* Copyright © by AZ Werkzeug. Alle rechte vorbehalten / All rights reserved. */
* {
  margin: 0;
  padding: 0;
  border: none;
  text-decoration: none;
  outline: none;
  vertical-align: baseline;
  line-height: normal;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
a {
  text-decoration: none;
  color: inherit;
}
img {
  vertical-align: middle;
}
article,
section,
header,
footer {
  display: block;
}
.cf {
  zoom: 1;
}
.cf:before {
  content: '';
  display: block;
}
.cf:after {
  content: '';
  display: table;
  clear: both;
}
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: url(http://fonts.gstatic.com/s/oswald/v10/BObL_3V2WX-YniTOi4CsnvesZW2xOQ-xsNqO47m55DA.woff2) format('woff2'), url(http://fonts.gstatic.com/s/oswald/v10/-g5pDUSRgvxvOl5u-a_WHw.woff) format('woff');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 700;
  src: url(http://fonts.gstatic.com/s/oswald/v10/bH7276GfdCjMjApa_dkG6RJtnKITppOI_IvcXXDNrsc.woff2) format('woff2'), url(http://fonts.gstatic.com/s/oswald/v10/bH7276GfdCjMjApa_dkG6T8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
#az {
  zoom: 1;
  width: 100%;
  background: #e4e4e4 url(img/bg-top.jpg) no-repeat center top;
  font-family: 'Oswald', Tahoma, Arial, Helvetica, sans-serif;
  font-size: 15px;
  position: relative;
}
#az:before {
  content: '';
  display: block;
}
#az:after {
  content: '';
  display: table;
  clear: both;
}
#az #wrap {
  margin: 0 auto;
  width: 990px;
}
#az #top {
  height: 500px;
  position: relative;
}
#az #top #features {
  position: absolute;
  bottom: 0;
  left: 0;
}
#az #top #menu {
  position: absolute;
  top: 50px;
  right: 50px;
}
#az #top #menu ul {
  list-style-type: none;
}
#az #top #menu ul li {
  float: left;
  text-transform: uppercase;
  margin-right: 20px;
  font-size: 1.1rem;
  border-bottom: 2px solid transparent;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#az #top #menu ul li:hover {
  border-bottom-color: #fff;
}
#az #top #menu ul li a {
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
  padding-bottom: 5px;
}
#az #top #menu ul li a:hover {
  color: #fdb41e;
}
#az #top #menu ul li:last-child {
  margin-right: 0;
}
#az #top #menu ul li:last-child a {
  color: #fdb41e;
}
#az #top #menu ul li:last-child a:hover {
  color: #fff;
}
#az article {
  background: #fff;
  text-align: center;
  padding: 40px 80px;
  -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
}
#az article section {
  zoom: 1;
  margin: 20px 0;
}
#az article section:before {
  content: '';
  display: block;
}
#az article section:after {
  content: '';
  display: table;
  clear: both;
}
#az article h2 {
  text-transform: uppercase;
  font-size: 2.5rem;
  max-width: 80%;
  display: block;
  margin: 0 auto;
}
#az article h3 {
  text-transform: uppercase;
  font-size: 2rem;
  padding-bottom: 20px;
  border-bottom: 3px solid #222;
}
#az article h4 {
  margin: 10px 0;
  font-size: 1.4rem;
  text-align: left;
}
#az article h2,
#az article h3,
#az article h4 {
  line-height: 1.2em;
  margin-bottom: 30px;
}
#az article p {
  margin: 20px 0;
  font-weight: 300;
}
#az article ul,
#az article ol {
  text-align: left;
  list-style-position: inside;
}
#az article ul li,
#az article ol li {
  margin-bottom: 3px;
}
#az article dl dt,
#az article dl dd {
  text-align: left;
  float: left;
  margin-bottom: 3px;
}
#az article dl dt {
  width: 22%;
  font-weight: 700;
  margin-right: 10px;
}
#az article dl dd {
  width: 73%;
  clear: right;
}
#az article img {
  max-width: 100%;
  margin: 20px 0;
}
#az #company {
  background: #222;
  color: #fff;
}
#az #company h3 {
  font-size: 2.2rem;
  text-align: center;
  padding: 30px 0;
  margin: 0;
  text-transform: uppercase;
}
#az #company .row {
  background: #222222 url(img/bg-bottom.png) no-repeat center top;
  width: 90%;
  margin: 0 auto;
}
#az #company .col {
  text-align: center;
  padding-top: 150px;
  padding-bottom: 50px;
}
#az #company .alert {
  color: #fdb41e;
}
#az #footer {
  text-align: center;
  padding: 30px 0;
}
#az #footer small,
#az #footer small a {
  color: #777;
}
#az #footer a {
  color: inherit;
}
#az .row {
  zoom: 1;
  clear: both;
}
#az .row:before {
  content: '';
  display: block;
}
#az .row:after {
  content: '';
  display: table;
  clear: both;
}
#az .row .col {
  float: left;
  padding-right: 10px;
  padding-left: 10px;
}
#az .row .col:last-child {
  padding-right: 0;
}
#az .row .col:first-child {
  padding-left: 0;
}
#az .row .col.half {
  width: 50%;
}
#az .row .col.third {
  width: 33.33333%;
}
#az #alert {
  position: absolute;
  top: 100px;
  right: 0;
}
