.lead {
    font-size: 16px;
}
.footer-section {
  height:220px;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
    margin-top: 0;
}
h1, .h1 {
    font-size: 28px;
}
h1, .h1, h2, .h2, h3, .h3 {
    margin-bottom: 12px;
    margin-top: 24px;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: inherit;
    font-family: "Share","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 500;
    line-height: 1.1;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
h3, .h3 {
    font-size: 20px;
    margin-bottom: 5px;lightbox
}
* {
    box-sizing: border-box;
}
body, .htmlarea-content-body {
    color: #333333;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    line-height: 1.55;
}
.image > img, .image a > img {
    display: block;
    height: auto;
    margin: 0 auto;
    max-width: 60%;
    padding-top: 25px;
}

#p14 .image img {
  margin-top: 30px;
}
/*-------------------Navigation----------------------*/
.navbar-main > li > a .bar {
    background: #ff6500 none repeat scroll 0 0;
    height: 4px;
    left: 0;
    opacity: 0;
    position: absolute;
    top: -10px;
    transition: top 0.19s ease-in-out 0s, opacity 0.25s ease-in-out 0s;
    width: 100%;
}
.navbar-header-main .navbar-brand.navbar-brand-image > img {
    display: inline;
    margin-top: 20px;
}
.navbar-default .navbar-nav > li > a {
    color: #8c8c8c;
}
.navbar-main > li > a {
    line-height: 140px;
    padding: 0 15px;
}
.navbar-main > li > a {
    font-family: "Share","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;  
    font-weight: bold;
    text-transform: uppercase;
}
.navbar-nav > li > a {
    padding-bottom: 23px;
    padding-top: 23px;
}
.navbar-nav > li > a {
    line-height: 50px;
    padding-bottom: 10px;
    padding-top: 10px;
}
.nav > li > a {
    display: block;
    padding: 10px 15px;
    position: relative;
}

.navbar-top{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
}

#content{
  padding-top: 140px;
}
.dropdown-menu {
    font-size: 14px;
    list-style: outside none none;
    text-align: left;
}

.dropdown-menu > li > a {
    padding: 11.5px 15px;
}
.dropdown-menu > li > a {
    clear: both;
    color: #333333;
    display: block;
    font-weight: normal;
    line-height: 2.55;
    padding: 3px 20px;
    white-space: nowrap;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color: #ff6500;
    color: #ffffff;
    outline: 0 none;
    text-decoration: none;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color: #ff6500;
    color: #ffffff;
    text-decoration: none;
}
.frame {
    margin-bottom: 48px;
    margin-top: 0;
}
.breadcrumb-section {
    background-color: #f5f5f5;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 0px;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    border-top: none;
    line-height: 1.55;
    padding: 8px;
    vertical-align: top;
}


a[href^="mailto:"] {
background: url(/typo3/sysext/form/Resources/Public/Images/mail.png) left center no-repeat;
padding-left:20px;
line-height:16px;
}
