/* ==========================================================================
   Standard
   ========================================================================== */

html, body {
    height: 100%;
    font-family: "Roboto";
    font-weight: 300;
    font-size: 14px;
    line-height: 21px;
}

a{
    color: #2D684E;
}

h1,h2,h3,h4,h5,h6 {
    line-height: 100%;
}

h1 {
    text-transform: none;
    margin-bottom: 20px;
}

h2 {
    font-size: 42px;
    font-weight: 300;
    color: #9b8b7a;
    text-transform: none;
    margin-bottom: 40px;
}

h3 {
    font-size: 24px;
    color: #0c8e6e;
    text-transform: none;
    margin-bottom: 15px;
}

h3.alternative {
    text-transform: uppercase;
    letter-spacing: -1.8px;
    font-weight: 400;
    color: #666666;
}

li {
    line-height: 21px;
}

/* ==========================================================================
   Header
   ========================================================================== */

div.breadcrumb-container {
    margin-bottom: 20px;
}

header.main {
    background-color: #2d684e;
    padding: 22px;
}

.navbar-inner .nav li a {
    font-size: 16px;
    font-weight: 200;
    padding: 0 8px;
}

.navbar-inner .nav li .dropdown-menu li:hover a, .navbar-inner .nav li .dropdown-menu li.active a {
    color: #0c8e6e;
}

.metanav a{
    color: #FFF;
}

.metanav{
    padding-top: 20px;
    color: #FFF;
}

/* ==========================================================================
   Home Image
   ========================================================================== */

.homeImageContainer{
    position: relative;
    overflow: hidden;
    height: 400px;
    background-size: auto 100%;
}
.homeImageContainer.dark {
    color: #CCC;
}

.side-hero .homeImageContainer{
    height: 200px;
}

.side-hero .homeImageContainer h1{
    margin-bottom: 10px !important;
}

.homeImageContainer .transOverlay{
    background-color: rgba(172,161,150,0.4);
    height: 10px;
    position: absolute;
    width: 100%;
    bottom: 0;
}

.homeImageContainer .hero-unit{
    background: none;
    padding-left: 0;
}
.homeImageContainer > .container{
    background-image: url(../img/bg_home.jpg);
}
.homeImageContainer h2{
    font-family: "Open Sans";
    font-weight: 300;
    font-size: 60px;
    text-transform: none;
    padding-right: 300px;
    color: #00674e;
}

.homeImageContainer.dark h2{
    color: #FFFFFF;
}

@media (max-width: 479px) {
    .homeImageContainer h2{
        font-size: 30px;
        padding: 0;
    }
    .homeImageContainer .hero-unit{
        padding: 20px;
        font-size: 16px;
        line-height: 100%;
        text-align: left;
    }
    .homeImageContainer{
        height: 100%;
        width: 100%;
    }
}

@media (max-width: 768px) {
    .homeImageContainer h2{
        font-size: 40px;
        padding: 0;
    }
    .homeImageContainer .hero-unit{
        padding: 20px;
        font-size: 20px;
        line-height: 100%;
        text-align: left;
    }
    .homeImageContainer{
        height: 100%;
        width: 100%;
    }
}

/* ==========================================================================
   Sidebar
   ========================================================================== */

.sidebar .nav-stacked li {
    padding: 7px 0;
    border-bottom: 1px dotted #E5E5E5;
}

.sidebar .nav-stacked li a {
    line-height: 20px;
    border: none;
}


/* ==========================================================================
   Content
   ========================================================================== */

#wrap {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

div.content-container {
    padding: 40px 0px 40px 20px;
}

/* ==========================================================================
   Search Results
   ========================================================================== */

div.search-result {
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
    border-bottom: 1px dotted #CCC;
}


/* ==========================================================================
   Footer
   ========================================================================== */

footer {
    padding-top: 10px;
    height: 60px;
    background-color: #EEEEEE;
    text-align: center;
}

.footer-element .headline{
    font-size: 22px;
}

.footer-element h5{
    text-align: center;
    font-size: 22px;
    padding-top: 10px;
    color: #42775d;
}

.footer-element{
    text-align: center;
    margin: 1rem;
    background-color: #FFF;
    padding: 1.5rem;
}
.footer-element p{
    padding: 10px 40px;
}
.footer-element ul{
    margin: 10px 10px 10px 30px;
}
.footer-element ul li{
    text-align: left;
}

.footer-links{
    background-image: none;
    background-color: #fff;
}

.messe{
    background: url('/img/messe_btn.jpg') no-repeat;
}
@media (max-width: 768px){
    .messe{padding-top: 50%;}
}
.footer-links .row-fluid div:nth-child(1) h5{
    color: #168C6F;
}
.footer-links .row-fluid div:nth-child(2) h5{
    color: #B68000;
}
.footer-links .row-fluid div:nth-child(3) h5{
    color: #00A2BA;
}

/* ==========================================================================
   Template overrides
   ========================================================================== */



.homeImageContainer > .container {
    background-image: none;
}

.homeImageContainer .hero-unit h1 {
    margin-bottom: 50px;
    padding-right: 40%;
}

.homeImageContainer .hero-unit p {
    padding-right: 40%;
    font-size: 20px;
}


.sidebar .nav-stacked li a:hover, .sidebar .nav-stacked li.active a {
    color: #0c8e6e;
}

.navbar-inner .nav li .dropdown-menu {
    width: auto;
}

.navbar-cont {
    background: #aca196;
    margin: 0;
}

.navbar-inner .nav li a {
    text-transform: none;
}

.navbar-inner .nav li:hover,
.navbar-inner .nav li:hover a,
.navbar-inner .nav li.active a,
.navbar-inner .nav li.active a:hover{
    background: #e4e0dc;
    color: #60574e;
}

.header-search button {
    background: #756350;
}

.header-search input[type=text] {
    width: 120px;
    color: #b8ac9e;
    background: #96897b;
}

.header-search input[type=text]::-webkit-input-placeholder { /* WebKit browsers */
    color: #b8ac9e;
}
.header-search input[type=text]:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #b8ac9e;
}
.header-search input[type=text]::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #b8ac9e;
}
.header-search input[type=text]:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #b8ac9e;
}

body > .row-fluid > .span12 > .page-element{
    margin: 0;
    padding: 0;
}


/* ==========================================================================
   Template overrides
   ========================================================================== */

.landing--header{
    padding: 50px 0;
    background-color: #f3f3f3;
    text-align: left;
}
.landing--logo{
    text-align: center;
}
.landing--logo img{
    width: 300px;
    margin: auto;
    padding: 50px;
}
.landing--graphic h3{
    padding-top: 50px;
    text-align: center;
}
.landing--graphic img{
    padding-top: 50px;
}

.green.btn {
    border: 1px solid #000!important;
    background: #1b654d;
    width: 100%!important;
    display: inline;
    border-radius: 0;
}

.green.btn:hover {
    background: #1b654d!important;
}

.green.btn:hover {
    color: white!important;
}

.btn--big {
    font-size: 24px!important;
    font-size: 2.4rem!important;
}
