/* blank */ 

body {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px;
  line-height: 26px;
  background: #fff;
  color: #525252;
  -webkit-text-size-adjust: 100%;
}

h1 small, h2 small, h3 small {
  display: block;
}

a {
  color: #981b21;
}

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

a:hover {
  color: red;
}

h1 {
  font-size: 28px;
  line-height: 40px;
  margin-bottom: 20px;
}

h2 {
  font-size: 28px;
  font-weight: normal;
  margin-bottom: 21px;
}

h3 {
  font-weight: normal;
  font-size: 20px;
  margin-bottom: 21px;
}

h4 {
  font-weight: normal;
}

i, em {
  font-weight: 400;
  font-style: italic;
}

b {
  font-weight: 700;
}

.header {
  position: relative;
  z-index: 200;
  width: 100%;
  background: #fff;
  -moz-box-shadow:  0px 2px 30px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.4);
}

.header .logo {
  margin: 20px 0px 20px 0px;
  display: block;
}

.header .logo img {
  width: 100%;
  max-width: 320px;
}

.header .menu {
  padding: 8px 0px;
  background: #7f7f7f;
}

.header .menu a {
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
}

.footer {
  background: #5f5f5f;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  padding: 52px 0;
}

.footer a {
  color: #ffffff;
  padding: 0px;
}

.footer p {
  margin: 0px;
}

.section {
  -moz-box-shadow:  0px 2px 30px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.4);
  background: #fff;
  position: relative;
  padding: 75px 0px 100px 0px;
}

.section-willkommen {
  background: url('../images/hero-bg.jpg') #98201d center center no-repeat;
  color: #fff;
  -moz-box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.4);
  z-index: 190;
  position: relative;
  padding: 70px 0px 40px 0px;
}

.section-willkommen h1 {
  font-weight: 700;
  font-size: 86px;
  text-transform: uppercase;
  margin-bottom: 40px;
  color: #ffffff;
}

.section-willkommen .text-muted {
  font-weight: 300;
  font-size: 20px;
  margin-bottom: 25px;
  color: #ffffff !important;
}

.section-willkommen .lead p {
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
}

.section-willkommen .lead a {
  display: inline-block;
  margin-left: -6px;
}

.section-das-atelier {
  z-index: 180;
}

.section-das-atelier p {
  text-align: center;
}

.section-die-uhren {
  z-index: 170;
}

.section-das-know-how {
  z-index: 160;
}

.section-kontakt {
  z-index: 150;
}

.section h2 {
  font-size: 40px;
  text-transform: uppercase;
  color: #981b21;
  font-weight: 700;
  margin: 0px;
  text-align: center;
}

.section h2 .text-muted {
  font-size: 20px;
  font-weight: 300;
  margin: 0px 0px 10px 0px;
}

.section h3 {
  font-size: 22px;
  font-weight: 700;
  margin: 0px 0px 25px 0px;
  text-transform: uppercase;
  color: #981b21;
}

.section-content h1 {
  text-align: left;
  font-size: 40px;
  text-transform: uppercase;
  color: #981b21;
  font-weight: 700;
  margin: 0px;
  margin-bottom: 25px;
}

.section-content h2 {
  text-align: left;
  font-size: 2rem;
  color: inherit;
  font-weight: 400;
  margin-bottom: 25px;
  margin-top: 25px;
}

.section-content h3 {
  margin-bottom: 18px;
  margin-top: 25px;
}

.spacing {
  margin: 60px 0 60px;
}

.spacing-top {
  margin: 60px 0 0;
}

.card h3 {
  margin: 0px 0px 10px 0px;
}

.card table {
  border: 0;
  width: 100%;
}

.card table tr td {
  border: 0;
  vertical-align: top;
}

.form-check {
  margin-bottom: 30px;
}

.contact-required-fields {
  border-top: 1px dotted #d5d5d5;
  border-bottom: 1px dotted #d5d5d5;
  padding: 15px 0px 13px 0px;
  color: #9c9d9d;
  margin: 35px 0;
}

@media (min-width: 1200px) {
  .container{
      max-width: 1028px;
  }
}