@import url(http://fonts.googleapis.com/css?family=Patrick+Hand+SC);
.dropdown-arrow-inverse {
  border-bottom-color: #34495e !important;
  border-top-color: #34495e !important;
}
/* styles from flat-ui-free2.0.0-fix.less files */
body {
  color: #34495e;                                                     /* Original: #34495e; Keine Auswirkungen */
  font-family: KievitWeb W07 Light;                                 /* Grundschrift */
  font-size: 10px;                 /* Greift nicht */
  font-weight: normal;
  line-height: 170%;              /* Original: 1.231 */
}
input,
button,
select,
textarea {
  font-family: KievitWeb W07 Light;
  font-size: 14px;
}
a {
  color: #ffffff;  /* weiß */                                 /* Original: #16a085;  */
  text-decoration: none;
  -webkit-transition: color 0.25s, background 0.25s;
  -moz-transition: color 0.25s, background 0.25s;
  -o-transition: color 0.25s, background 0.25s;
  transition: color 0.25s, background 0.25s;
}


a[href^="tel"]:link,
a[href^="tel"]:visited,
a[href^="tel"]:hover {
    color: inherit;
    text-decoration: none;        /* tilgt falsche Hervorhebung in Safari / Windows Phone */
}

/*  Farbsteuerung in Links allgemein
    Farbhinweise:  Mein Orange = #faaf3f;   Mein Blau = #335888   */

a:hover {
  color: #faaf3f;                                             /*  Orange; Original: #1abc9c; */
  text-decoration: none;
}

a:active {
  color: #FF0000;
  text-decoration: none;
}

a:visited {
  color: #808080;                                             /* Mein Orange; fehlt im Original */
  text-decoration: none;
}

a:focus {
  color: #faaf3f;                                             /* Mein Orange; fehlt im Original */
  text-decoration: none;
}




h1,
.h1 {
  font-size: 48px /* 64px */;
}
h2,
.h2 {
  font-size: 41px /* 52px */;
}
h3,
.h3 {
  font-size: 32px /* 40px */;
}
h4,
.h4 {
  font-size: 23px /* 29px */;
}
h5,
.h5 {
  font-size: 21px /* 28px */;
}
h6,
.h6 {
  font-size: 19px /* 24px */;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  line-height: 1.2em;
}
h1 {
  font-weight: 700;
}
h2 {
  font-weight: 700;
  margin-bottom: 2px;
}
h3 {
  font-weight: 700;
  margin-bottom: 4px;
  margin-top: 2px;
}
h4 {
  font-weight: 500;
  margin-top: 4px;
}
h5 {
  font-weight: 500;
}
h6 {
  font-weight: normal;
}
p {
  font-size: 18.004px;
  /* 18px */

  line-height: 1.722169;
  /* 31px */

}
.lead {
  font-size: 28px;
  /* 28px */

  line-height: 1.4642745000000001;
  /* 41px */

  font-weight: 300;
  margin-bottom: 20px;
}
small {
  font-size: 84%;
  /* 15px */

  line-height: 2.050846;
  /* 31px */

}
blockquote {
  position: relative;
  border-left: none;
  padding-left: 19px;
}
blockquote p {
  font-size: 20.006px;
  line-height: 1.549829;
  font-weight: normal;
  margin-bottom: .4em;
}
blockquote small {
  font-size: 18.004px;
  line-height: 1.722169;
  font-style: italic;
  color: #34495e;
}
blockquote small:before {
  content: "";
}
blockquote:before {
  position: absolute;
  left: 0;
  width: 3px;
  height: 100%;
  top: 0;
  bottom: 0;
  background-color: #ebedee;
  content: "";
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.img-rounded {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.img-comment {
  font-size: 14.994px;
  line-height: 1.231;
  font-style: italic;
  margin: 24px 0;
}
.text-primary {
  color: #1abc9c;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #15967d;
}
.text-success {
  color: #2ecc71;
}
a.text-success:hover,
a.text-success:focus {
  color: #25a35a;
}
.text-danger {
  color: #e74c3c;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #b93d30;
}
.text-warning {
  color: #f1c40f;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #c19d0c;
}
.text-info {
  color: #3498db;
}
a.text-info:hover,
a.text-info:focus {
  color: #2a7aaf;
}
.text-inverse {
  color: #ffffff;
}
a.text-inverse:hover,
a.text-inverse:focus {
  color: #cccccc;
}
.muted {
  color: #bdc3c7;
}
a.muted:hover,
a.muted:focus {
  color: #979c9f;
}
footer {
  background-color: transparent;
}
.input-append input {
  -webkit-border-radius: 6px 0 0 6px;
  -moz-border-radius: 6px 0 0 6px;
  border-radius: 6px 0 0 6px;
}
.bg-white {
  background-color: #ffffff;
}
.bg-black {
  background-color: #000000;
}
.bg-turquoise {
  background-color: #1abc9c;
}
.bg-green-sea {
  background-color: #16a085;
}
.bg-emerland {
  background-color: #2ecc71;
}
.bg-nephritis {
  background-color: #27ae60;
}
.bg-peter-river {
  background-color: #3498db;
}
.bg-belize-hole {
  background-color: #2980b9;
}
.bg-amethyst {
  background-color: #9b59b6;
}
.bg-wisteria {
  background-color: #8e44ad;
}
.bg-wet-asphalt {
  background-color: #34495e;
}
.bg-midnight-blue {
  background-color: #2c3e50;
}
.bg-sun-flower {
  background-color: #f1c40f;
}
.bg-orange {
  background-color: #f39c12;
}
.bg-carrot {
  background-color: #e67e22;
}
.bg-pumpkin {
  background-color: #d35400;
}
.bg-alizarin {
  background-color: #e74c3c;
}
.bg-pomegranate {
  background-color: #c0392b;
}
.bg-clouds {
  background-color: #ecf0f1;
}
.bg-silver {
  background-color: #bdc3c7;
}
.bg-concrete {
  background-color: #95a5a6;
}
.bg-asbestos {
  background-color: #7f8c8d;
}
.bg-base {
  background-color: #34495e;
}
.bg-firm {
  background-color: #1abc9c;
}
.bg-success {
  background-color: #2ecc71;
}
.bg-danger {
  background-color: #e74c3c;
}
.bg-warning {
  background-color: #f1c40f;
}
.bg-info {
  background-color: #3498db;
}
.bordered {
  border-style: solid;
}
.bordered.bg-turquoise {
  border-color: #16a085;
}
.bordered.bg-emerland {
  border-color: #27ae60;
}
.bordered.bg-peter-river {
  border-color: #2980b9;
}
.bordered.bg-amethyst {
  border-color: #8e44ad;
}
.bordered.bg-wet-asphalt {
  border-color: #2c3e50;
}
.bordered.bg-sun-flower {
  border-color: #f39c12;
}
.bordered.bg-carrot {
  border-color: #d35400;
}
.bordered.bg-alizarin {
  border-color: #c0392b;
}
.bordered.bg-clouds {
  border-color: #bdc3c7;
}
.bordered.bg-concrete {
  border-color: #7f8c8d;
}
html,
body {
  height: 100%;
}
body {
  overflow-x: hidden;
  color: #7f8c8d;
  line-height: 1.29;
}
@media (max-width: 767px) {
  body {
    padding-right: 0;
    padding-left: 0;
  }
}
li {
  line-height: 20px;
}
.btn {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  line-height: 22px;
  -webkit-transition: color 0.25s, background 0.25s;
  -moz-transition: color 0.25s, background 0.25s;
  -o-transition: color 0.25s, background 0.25s;
  transition: color 0.25s, background 0.25s;
}
.btn.btn-large {
  font-size: 17px;
  padding: 12px 18px;
}
.btn > [class^="fui-"] {
  margin-left: 4px;
  margin-right: 4px;
  line-height: inherit;
  display: inline-block;
  vertical-align: top;
}
.input-group-btn .btn {
  background: #bdc3c7;
  line-height: 9px 12px 10px;
  line-height: 22px;
  border: 0;
  margin: 0;
  color: #fff;
  margin-left: 0 !important;
  padding-left: 10px;
  padding-right: 12px;
}
.input-group-btn .btn:hover {
  background: #cacfd2;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  outline: none;
}
.form-group {
  margin-bottom: 10px;
}
label {
  line-height: 20px;
}
.carousel {
  line-height: 1;
}
.hero-unit h1 {
  margin-bottom: 0;
  font-size: 60px;
  line-height: 1;
  letter-spacing: -1px;
  color: inherit;
}
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
p {
  margin-bottom: 10px;
}
.page-wrapper {
  position: relative;
  z-index: 2;
  background: #fff;
  overflow: hidden;
  min-height: 100%;
}
.header-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.loaded .page-wrapper,
.loaded .header-antiflicker,
.loaded body > header .header-background {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
  -moz-transition: all 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
  -o-transition: all 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
  transition: all 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
}
.loaded.nav-visible .page-wrapper,
.loaded.nav-visible .navbar.navbar-fixed-top,
.loaded.nav-visible .header-antiflicker,
.loaded.nav-visible body > header .header-background {
  -webkit-transform: translate3d(-230px, 0, 0);
  -moz-transform: translate3d(-230px, 0, 0);
  -o-transform: translate3d(-230px, 0, 0);
  transform: translate3d(-230px, 0, 0);
}
.loaded.no-csstransitions .page-wrapper,
.loaded.no-csstransitions .header-antiflicker {
  left: 0;
}
.loaded.no-csstransitions.nav-visible .page-wrapper,
.loaded.no-csstransitions.nav-visible .navbar.navbar-fixed-top,
.loaded.no-csstransitions.nav-visible .header-antiflicker {
  left: -230px !important;
  right: auto;
}
.carousel-indicators {
  width: 100%;
}
[class^="fui-"] {
  display: inline-block;
  vertical-align: middle;
}
body > section,
header,
footer {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  body > section,
  header,
  footer {
    padding-right: 5px;
    padding-left: 5px;
  }
}
img {
  width: auto\9;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: KievitWeb W07 BookIta;
  color: #2c3e50;
}
h1 {
  font-weight: normal;
}
h3 {
  font-weight: normal;
}
img {
  -webkit-backface-visibility: hidden;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  font-family: KievitWeb W07 BookIta;
  font-size: 16px;
  font-weight: normal;
  color: #7f8c8d;
}
a:hover,
button:hover,
a:focus,
button:focus,
a:active,
button:active {
  outline: none;
}
#bgVideo {
  overflow: hidden;
}
#bgVideo > video {
  position: absolute !important;
}
.navbar {
  left: 0;
  right: 0;
}
.navbar .brand {
  padding: 8px 0px 16px 0;             /* Original: 23px 28px 24px 0;  Verschiebt nur das Logo | My: 8px 0px 16px 0*/
  float: left;                         /* Original: left; right Ohne Auswirkung */
}
.navbar .subnav {
  display: none;
}
.navbar a {
  -webkit-transition: color 0.25s, background 0.25s;
  -moz-transition: color 0.25s, background 0.25s;
  -o-transition: color 0.25s, background 0.25s;
  transition: color 0.25s, background 0.25s;
}
.navbar .navbar-collapse {
  /* padding-top: -20px;      nicht im Original */
  padding-left: 0;
  padding-right: 0;
}
.navbar .nav > li {
  float: left;
}
.navbar .nav > li > a:hover,
.navbar .nav > li > a:focus {
  background: none;
}
.navbar .navbar-toggle {
  margin: 26px 0 10px;                       /* Original: 26px 0 10px; */
  color: white;
  background: none;
  padding: 0;
  width: 30px;
  height: 30px;
  background: url("../dr_stahl_imgs/menu-icon@2x.png") 50% no-repeat;     /* Burger-Menü */
  -webkit-background-size: 17px 12px;
  -moz-background-size: 17px 12px;
  -o-background-size: 17px 12px;
  background-size: 17px 12px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.navbar .navbar-toggle:before {
  display: none;
}
.navbar .navbar-form .btn {
  height: auto;
  line-height: 22px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.navbar .nav > li > a > [class*="fui-"] {
  font-size: 24px;
  margin: -10px 0 0;              /* Original:  -10px 0 0;*/
  position: relative;
  top: 4px;
}
.navbar.navbar-fixed-top {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  max-width: 1170px;
  margin: 0 auto;
}
.loaded .navbar.navbar-fixed-top {
  -webkit-transition: all 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
  -moz-transition: all 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
  -o-transition: all 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
  transition: all 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
}
@media (min-width: 768px) and (max-width: 991px) {
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-toggle {
    display: block;                                 /* Original: block; none hat keine Auswirkung */
  }
  .navbar-header {
    float: none;
  }
}
.header-19 .navbar-collapse.collapse,
.header-16 .navbar-collapse.collapse {
  display: none !important;
}
@media (max-width: 991px) {
  body .navbar-collapse {
    width: 230px;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100% !important;
    z-index: 1;
  }
}
@media (min-width: 992px) {
  body > .collapse.navbar-collapse {
    display: none !important;
  }
}
body .navbar-collapse#header-19,
body .navbar-collapse#header-16 {
  width: 230px;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100% !important;
  z-index: 1;
}
body > .navbar-collapse {
  padding: 25px 0;
  overflow: auto;
  background: #222527;
  min-height: 100%;
}
body > .navbar-collapse::-webkit-scrollbar {
  display: none;
}
body > .navbar-collapse .pull-right,
body > .navbar-collapse .pull-left {
  float: none !important;
}
body > .navbar-collapse .nav {
  margin: 0 0 10px;
}
body > .navbar-collapse .nav > li {
  margin: 0;
}
body > .navbar-collapse .nav > li > a {
  display: block;
  padding: 12px 35px;
  border-bottom: 2px solid #24292d;
  font-size: 13px;
  font-weight: normal;
  letter-spacing: 1px;
  color: #C0C0C0;                            /* Hellgrau; Original #5b5e61*/
  text-transform: uppercase;
}
body > .navbar-collapse .nav > li > a:hover,
body > .navbar-collapse .nav > li > a:focus,
body > .navbar-collapse .nav > li > a.active {
  color: #faaf3f;
}
body > .navbar-collapse .nav > li > a:hover,
body > .navbar-collapse .nav > li > a:focus {
  background: none;
}
body > .navbar-collapse .nav > li.active > a {
  color: #faaf3f;
}
body > .navbar-collapse .nav > li.active > a:hover,
body > .navbar-collapse .nav > li.active > a:focus,
body > .navbar-collapse .nav > li.active > a.active {
  color: #faaf3f;
}
body > .navbar-collapse .subnav {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}
body > .navbar-collapse .subnav li > a {
  display: block;
  margin: 0 0 0 15px;
  padding: 7px 35px;
  font-size: 13px;
  font-weight: normal;
  color: #C0C0C0;
  text-transform: capitalize;
}
body > .navbar-collapse .subnav li > a:hover,
body > .navbar-collapse .subnav li > a:focus,
body > .navbar-collapse .subnav li > a.active {
  color: #faaf3f;
}
body > .navbar-collapse .navbar-form,
body > .navbar-collapse .navbar-search {
  padding: 10px 35px;
  margin: 0;
  border-bottom: 0 none;
  border-top: 0 none;
  box-shadow: none;
}
body > .navbar-collapse .navbar-form:focus,
body > .navbar-collapse .navbar-search:focus {
  outline: 0 none;
}
body > .navbar-collapse .navbar-form .btn,
body > .navbar-collapse .navbar-search .btn,
body > .navbar-collapse .navbar-form .btn-primary,
body > .navbar-collapse .navbar-search .btn-primary {
  height: 30px;
  line-height: 20px;
  font-size: 15px;
  color: #5b5e61;
  background: none;
  padding: 0;
}
body > .navbar-collapse .navbar-form .btn:hover,
body > .navbar-collapse .navbar-search .btn:hover,
body > .navbar-collapse .navbar-form .btn-primary:hover,
body > .navbar-collapse .navbar-search .btn-primary:hover {
  color: #fff;
}
.delimiter {
  margin-top: 200px;
}
.delimiter.line {
  margin-top: 150px;
  margin-bottom: 150px;
  border-top: 2px solid #ebedee;
}
header {
  padding-top: 100px;   /* Original 100 */
  padding-bottom: 70px;
  z-index: 100;
}
header .brand {
  font-family: KievitWeb W07 BookIta;
  font-size: 10px;                          /* Greift nicht, wird über transitions geregelt */
  font-weight: normal;
  color: #34495e;
  letter-spacing: -1;
}
header .brand img:first-child {
  float: left;
  margin: -10px 15px 0 0;                  /* Original: -10px 15px 0 0*/
}
section * {
  z-index: 2;
}
.background {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: 50% 50% no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  opacity: 20;
  filter: alpha(opacity=2000);
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.container {
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  header {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
/****************************************************************************************************************

 * Header 1 stylesheet

 ***************************************************************************************************************** */
.header-1 {
  left: 0;
  top: 0;
  z-index: 100;                                         /* Überdeckungsrangfolge Original: 100*/
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}
.header-1 > .container {
  position: relative;
}


/* Die NAVBAR */


.header-1 .navbar {                                    /* Festlegungen für die Menüpunkte */
  position: absolute;
  z-index: 2;
  top: 45px;             /* Abstand des Menüs vom oberen Rand; Original: 45 px;  Wird irgendwo auf 45px  zurückgesetzt */
  font-family: KievitWeb W07 Regular;       /* Kievit Slab W05 Extrabold It       KievitWeb W07 Regular;*/
  font-size: 30px;                          /* ohne Auswirkungen */
  font-weight: 500;                         /* dto. */
  letter-spacing: -1;
}
.header-1 .navbar.navbar-fixed-top {
  position: fixed;
}


/* zu BRAND gehören Logo und Firmenname in diesem css. */

.header-1 .navbar .brand {
  font-size: 14px;                              /* Original 22px */
  font-weight: normal;
  font-family: KievitWeb W07 Ita;
  color: #ffffff;
  letter-spacing: -1;
  margin-left: 0px;                             /* wirkungslos */
}
@media screen and (min-width: 500px) {
  .header-1 .navbar .brand {
  font-size: 16px;
  }
}
@media screen and (min-width: 900px) {
  .header-1 .navbar .brand {
  font-size: 18px;
  }
}
@media screen and (min-width: 1200px) {
  .header-1 .navbar .brand {
  font-size: 18px;
  }
}


.header-1 .navbar .brand:hover,
.header-1 .navbar .brand:focus,
.header-1 .navbar .brand.active {
  color: #ffffff;                                /* Original: #ffffff; */
  text-decoration: none;
}
.header-1 .navbar .brand img:first-child {
  float: left;
  margin: -10px 50px 0 -25;               /* Original: -10px 50px 0 0;  top/right/bottom/left*/
}


/* Die NAV, also das eigentliche Navigationsmenü */


.header-1 .navbar .nav > li {

  margin-top: -15px;
  margin-left: 20px;                    /* Abstand = linker Abstand der einzelnen Menüpunkte */
}
.header-1 .navbar .nav > li:first-child {
  margin-left: 0;
}
.header-1 .navbar .nav > li > a {       /* Angaben zu den einzelnen Listenelementen */
  padding: 35px 0 27px ;
  font-size: 15px;
  font-weight: normal;
  font-weight: 400;                     /* Das legt blöderweise auch die Größe des Logos fest !!! Original: 400px */
  letter-spacing: 1px;
  color: #FFFFFF;                       /* Das ist die StandardFarbe. Weiß = #ffffff; */
}
.header-1 .navbar .nav > li > a:hover,
.header-1 .navbar .nav > li > a:focus,
.header-1 .navbar .nav > li > a.active {
  color: rgba(255, 128, 0, 1.0);            /* Das ist die Hover-Farbe des Menüs; Original: rgba(0, 0, 0, 0.4); */
}
.header-1 .navbar .nav > li.active > a {
  color: rgba(255, 128, 0, 1.0);                /* Wann wird das genutzt???  Original: rgba(0, 0, 0, 0.4)*/
}
.header-1 .navbar .nav > li.active > a:hover,
.header-1 .navbar .nav > li.active > a:focus,
.header-1 .navbar .nav > li.active > a.active {
  color: rgba(255, 128, 0, 1.0);               /* Wann wird das genutzt???  Original: rgba(0, 0, 0, 0.4)*/
}

/* Header-1-sub ist die Klasse für die Darstellung der unterliegenden Fotos etc.   */

.header-1-sub {
  position: relative;
  z-index: 50;
  left: 0;
  width: 100%;
  height: 500px;                        /* Höhe des Header-Bereichs; Original: 500 px; */
  padding: 0;
  overflow: hidden;
  color: white;
  background-color: #222527;            /* Würde benutzt, wenn kein Foto hinterlegt ist ??? Original: #222527;   */
}
@media (max-width: 480px) {             /* verringert die Höhe bei einer ScreenBreite von < 480px */
  .header-1-sub {
    height: 420px;
  }
}

.header-1-sub .container {
  position: relative;
}
@media (max-width: 767px) {              /* Fügt beim Container bei Screenbreite < 767 px rechts/links einen Rand zu */
  .header-1-sub .container {
    margin-right: 5px;
    margin-left: 5px;
  }
}


/*  Die Überschrift im Header Bild
   Je nach Screen-Breite/Höhe wird sie angepasst   */

.header-1-sub h3 {
  margin: 0 0 20px 0;
  font-size: 36px;
  font-weight: normal;
  font-family: Calibri, Verdana, Helvetica, Arial, sans-serif;
  color: #ffffff;
  font-weight: 500;
}
@media (max-width: 600px) {
  .header-1-sub h3 {
    font-size: 30px;
    font-weight: normal;
    color: #ffffff;
  }
}
@media (max-width: 480px) {
  .header-1-sub h3 {
    font-size: 26px;
    font-weight: normal;
    color: #ffffff;
    margin: 0 0 24px 0;                      /* Verändert das die Logo-Größe? NEIN */
  }
}


<!-- Die Unterüberschrift im Header  -->

.header-1-sub .lead {
  font-size: 30px;
  font-weight: normal;
  color: #ffffff;
  font-weight: 300;
  font-family: Calibri, Verdana, Helvetica, Arial, sans-serif;
  margin-bottom: 0;
}
@media (max-width: 600px) {
  .header-1-sub .lead {
    font-size: 26px;
    font-weight: normal;
    color: #ffffff;
  }
}
@media (max-width: 480px) {
  .header-1-sub .lead {
    font-size: 22px;
    font-weight: normal;
    color: #ffffff;
  }
}

/* Zum Folgenden die Syntax aus HTML:

      <section class="header-1-sub">
        <div id="pt-main" class="page-transitions pt-perspective">   <!-- Die Haupt-Grafik -->
          <div class="pt-page pt-page-1">
            <div class="background">&nbsp;</div>
            <div class="caption">
              <div class="container">
                <h3><br />Das ist unsere Aufgabe:</h3>
                <p class="lead">Ihnen den Weg zu Ihren Kunden zu ebnen.</p>
              </div>
            </div>
          </div>


*/

.header-1-sub .pt-perspective {
  position: relative;
  height: 100%!important;
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  perspective: 1200px;
}
.header-1-sub .pt-page {
  width: 100%;
  height: 100%!important;
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  overflow: hidden;
  background-color: #363940; /* bgcolor des zusammengeschobenen Menüs; Weiß strahlt leider durch. Original   #363940;   */
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.header-1-sub .pt-page-1 .background {                             /* Hintergrundbild 1  HOME Var. 1 "Geschäftsmodell" */
  background-image: url("../dr_stahl_imgs/Bleistifte3_2400_x_1000px.jpg");
  opacity: 75;
  filter: alpha(opacity=7500);
  opacity: 0.75;
  filter: alpha(opacity=75);
  background-position: 50% 30%;
}
.header-1-sub .pt-page-2 .background {                            /* Hintergrundbild 2   HOME Var. 2 "bevorzugter Job" */
  background-image: url("../dr_stahl_imgs/Kompass2_dark2400.jpg");
  opacity: 75;
  filter: alpha(opacity=7500);
  opacity: 0.75;
  filter: alpha(opacity=75);
  background-position: 50% 30%;
}
/* 3 und 4 sind Vorrat
.header-1-sub .pt-page-3 .background {
  background-image: url("../dr_stahl_imgs/Feder_2400.jpg");
  opacity: 75;
  filter: alpha(opacity=7500);
  opacity: 0.75;
  filter: alpha(opacity=75);
  background-position: 50% 30%;
}
.header-1-sub .pt-page-4 .background {
  background-image: url("../dr_stahl_imgs/Krachen_Lassen4_2400_1000.jpg");
  opacity: 75;
  filter: alpha(opacity=7500);
  opacity: 0.75;
  filter: alpha(opacity=75);
  background-position: 50% 30%;
}
*/
.header-1-sub .pt-page-5 .background {                           /* Hintergrundbild 5 LEISTUNGEN Marketing*/
  background-image: url("../dr_stahl_imgs/Wunderkerze2400.jpg");
  opacity: 75;
  filter: alpha(opacity=7500);
  opacity: 0.75;
  filter: alpha(opacity=75);
  background-position: 50% 30%;
}
.header-1-sub .pt-page-6 .background {                           /* Hintergrundbild 6 LEISTUNGEN Werbung */
  background-image: url("../dr_stahl_imgs/Feder5_2400.jpg");
  opacity: 75;
  filter: alpha(opacity=7500);
  opacity: 0.75;
  filter: alpha(opacity=75);
  background-position: 50% 30%;
}
.header-1-sub .pt-page-7 .background {                           /* Hintergrundbild 7 LEISTUNGEN Produkt*/
  background-image: url("../dr_stahl_imgs/Ladenhueter_2400.jpg");
  opacity: 75;
  filter: alpha(opacity=7500);
  opacity: 0.75;
  filter: alpha(opacity=75);
  background-position: 50% 30%;
}
.header-1-sub .pt-page-8 .background {                           /* Hintergrundbild 8 LEISTUNGEN Unternehmen*/
  background-image: url("../dr_stahl_imgs/Saege_2400_x_1000px.jpg");
  opacity: 75;
  filter: alpha(opacity=7500);
  opacity: 0.75;
  filter: alpha(opacity=75);
  background-position: 50% 30%;
}
.header-1-sub .pt-page-9 .background {                           /* Hintergrundbild 9 LEISTUNGEN Kommunikation */
  background-image: url("../dr_stahl_imgs/Kopfhoerer_2400.jpg");
  opacity: 75;
  filter: alpha(opacity=7500);
  opacity: 0.75;
  filter: alpha(opacity=75);
  background-position: 50% 30%;
}
/* 10 und 11 sind Vorrat
.header-1-sub .pt-page-10 .background {
  background-image: url("../imgs/Feder_2400.jpg");
  opacity: 75;
  filter: alpha(opacity=7500);
  opacity: 0.75;
  filter: alpha(opacity=75);
  background-position: 50% 30%;
}
*/
.header-1-sub .pt-page-12 .background {                           /* Hintergrundbild 12 UNTERNEHMEN U1 */
  background-image: url("../dr_stahl_imgs/Portrait_HJS_2400.jpg");
  opacity: 75;
  filter: alpha(opacity=7500);
  opacity: 0.75;
  filter: alpha(opacity=75);
  background-position: 50% 30%;
}
.header-1-sub .pt-page-13 .background {                           /* Hintergrundbild 13 UNTERNEHMEN U2*/
  background-image: url("../dr_stahl_imgs/Ring_2400.jpg");
  opacity: 75;
  filter: alpha(opacity=7500);
  opacity: 0.75;
  filter: alpha(opacity=75);
  background-position: 50% 30%;
}
/* 14 ist Vorrat
.header-1-sub .pt-page-14 .background {
  background-image: url("../imgs/Feder_2400.jpg");
  opacity: 75;
  filter: alpha(opacity=7500);
  opacity: 0.75;
  filter: alpha(opacity=75);
  background-position: 50% 30%;
}
*/
.header-1-sub .pt-page-15 .background {                           /* Hintergrundbild 15 KUNDEN Hören Sie mal */
  background-image: url("../dr_stahl_imgs/Mute4_2400.jpg");
  opacity: 75;
  filter: alpha(opacity=7500);
  opacity: 0.75;
  filter: alpha(opacity=75);
  background-position: 50% 30%;
}
.header-1-sub .pt-page-16 .background {                           /* Hintergrundbild 16 KUNDEN Erfolgsgeschichten */
  background-image: url("");
  opacity: 75;
  filter: alpha(opacity=7500);
  opacity: 0.75;
  filter: alpha(opacity=75);
  background-position: 50% 30%;
}
/* 17 ist Vorrat
.header-1-sub .pt-page-17 .background {
  background-image: url("../imgs/Feder_2400.jpg");
  opacity: 75;
  filter: alpha(opacity=7500);
  opacity: 0.75;
  filter: alpha(opacity=75);
  background-position: 50% 30%;
}
*/
.header-1-sub .pt-page-18 .background {                           /* Hintergrundbild 18 ANFRAGE krachen */
  background-image: url("../dr_stahl_imgs/Krachen_Lassen4_2400_1000.jpg");
  opacity: 75;
  filter: alpha(opacity=7500);
  opacity: 0.75;
  filter: alpha(opacity=75);
  background-position: 50% 30%;
}
.header-1-sub .pt-page-19 .background {                           /* Hintergrundbild 19 ANFRAGE Wirkungen */
  background-image: url("../dr_stahl_imgs/Domino_1200px.jpg");
  opacity: 75;
  filter: alpha(opacity=7500);
  opacity: 0.75;
  filter: alpha(opacity=75);
  background-position: 50% 30%;
}

.header-1-sub .pt-page-current,
.header-1-sub .no-js .pt-page {
  visibility: visible;
  z-index: 1;
}
.header-1-sub .pt-page-ontop {
  z-index: 999;
}
.header-1-sub .page-transitions * {
  line-height: normal;
}
.header-1-sub .page-transitions .background {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.header-1-sub .page-transitions .caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 140px;
}
@media (max-width: 480px) {
  .header-1-sub .page-transitions .caption {
    bottom: 73px;
  }
}
.header-1-sub .page-transitions .controls > * {
  position: absolute;
  left: 15;
  top: 410px;
  z-index: 1000;
  width: 20px;
  overflow: hidden;
  text-decoration: none;
  font-size: 18px;
  color: #7f8c8d;
  font-weight: normal;
  font-style: normal;
  color: #ffffff;
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -o-transition: color 0.25s;
  transition: color 0.25s;
}
.header-1-sub .page-transitions .controls > *:hover,
.header-1-sub .page-transitions .controls > *:focus,
.header-1-sub .page-transitions .controls > *.active {
  color: rgba(0, 0, 0, 0.4);
}
@media (max-width: 480px) {
  .header-1-sub .page-transitions .controls > * {
    top: 363px;
  }
}
.header-1-sub .page-transitions .controls > *.control-next {
  left: 45px;
}


 /* +++++++++++++++++++++++++++++++++++++++++++++++++++   Ende Header 1 ++++++++++++++++++++++++++++++++++++++++++++ */



/****************************************************************************************************************

 * Header 2 stylesheet

 ***************************************************************************************************************** */


.header-2 {
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 51;
  padding-top: 0;
  padding-bottom: 0;
}
.header-2 > .container {
  position: relative;
}
.header-2 .navbar {
  position: absolute;
  /* z-index: 51; */
  top: 15px;  /* Original 55px; */          /* Basisabstand für alles oben */
  font-family: KievitWeb W07 Regular;
  font-size: 30px;                          /* ohne Auswirkungen */
  font-weight: 500;                         /* dto. */
  letter-spacing: -1;
}
.header-2 .navbar.navbar-fixed-top {
  position: fixed;
}
.header-2 .navbar .brand {
  font-size: 14px;
  font-weight: normal;
  color: #ffffff;
  font-family: KievitWeb W07 Ita;
  letter-spacing: -1;
}

.header-2 .navbar .brand img:first-child {
  float: left;
  margin: -1px 15px 0 0;              /* Position Logo Original -10px 15px 0 0; */
}

/* Die NAV, also das eigentliche Navigationsmenü */

.header-2 .navbar .nav > li {
  margin-left: 35px;                  /* Abstand zwischen Menüpunkten; Original: 35px; */
}
.header-2 .navbar .nav > li:first-child {
  margin-left: 0;
}
.header-2 .navbar .nav > li > a {     /* Angaben zu den einzelnen Listenelementen */
  padding: 12px 0 30px;               /* Original 32px 0 30px; */
  font-size: 15px;                    /* Schriftgröße Menüpunkte Original 17px; */
  font-weight: normal;
  font-weight: 400;
  letter-spacing: 1px;
  color: #ffffff;
}
.header-2 .navbar .nav > li > a:hover,
.header-2 .navbar .nav > li > a:focus,
.header-2 .navbar .nav > li > a.active {
  color: #faaf3f;
}
.header-2 .navbar .nav > li.active > a {
  color: #506e8c;
}
.header-2 .navbar .nav > li.active > a:hover,
.header-2 .navbar .nav > li.active > a:focus,
.header-2 .navbar .nav > li.active > a.active {
  color: #405870;
}
.header-2-sub {                       /* Bestimmt den Hintergrund des Menü-Tops */
  /* z-index: 50; */
  left: 0;
  width: 100%;
  position: relative;
  padding-top: 50px;       /* Original 215px */
  padding-bottom: 50px;    /* Original 115px; */
  color: white;
  text-align: center;
  margin-bottom: -2px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .header-2-sub {
    padding-top: 50px;      /* Original 165px; */
  }
}