/*!
 * Start Bootstrap - Full Width Pics HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    margin-top: 50px; /* Required margin for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

.green {
    color:#005a40;
}

a {
    color:#000000;  
}

a:hover, a:link, a:visited  {
    color:#000000;  
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #000;
}

.navbar-inverse .navbar-toggle:hover
{
    background-color:#ddd;
}

.image-bg-fluid-height,
.image-bg-fixed-height {
    text-align: center;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    background-size: cover !important;
    -o-background-size: cover !important;
}

.image-bg-fluid-height {
	background: url('http://lorempixel.com/g/1920/500/') no-repeat center center scroll;
    padding: 100px 0;
}

.image-bg-fixed-height {
	background: url('http://lorempixel.com/g/1920/500/') no-repeat center center scroll;
    height: 450px;
}


.img-center {
	margin: 0 auto;
}

section {
    padding: 140px 0;
    min-height:600px;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    background-size: cover !important;
    -o-background-size: cover !important;
}

section.section-table {
    padding: 60px 0;
    min-height:600px;
}

.section-heading {
    margin: 30px 0;
    font-size: 4em;
}

.section-lead {
    margin: 30px 0;
}

.section-paragraph {
    margin: 30px 0;
}

footer {
    margin: 50px 0;
}

.navbar-inverse {
    background-color:#ffffff;
    border:none;
}

.navbar-nav>li>a {
    padding:3px;
}

.navbar-inverse .navbar-nav>.active>a {
    color:#005a40 !important;
}

.dropdown-menu>li.active:hover  {
    background-color: #ffffff;
    color:#005a40;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover
{
    background-color:#ffffff;
    color:#005a40;
}

#logo img {
    margin:auto;
    
}

#logo {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#logo a {
    height:100%;
    display:block;
}

#logo a img {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    height:126px;
}

#logo a img.smaller {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    height:70px;
}

.navbar-nav {
    padding-top:15px;
    padding-bottom:15px;
    text-align:center;
}

div.content
{
    background-color:rgba(255,255,255,0.7);
    padding:30px 50px;
    position:relative;
    min-height:120px;
    text-align:center;
    z-index: 1;
}

div.content.text-left
{
    text-align:left;
}

div.content.content-table
{
    background-color:rgba(255,255,255,0.3);
}

div.content.content-imprint
{
    background-color:transparent;
}

div.content.content-imprint a
{
    cursor:pointer;
}

div.spiral {
    position:absolute;
    bottom:0px;
    left:0px;
    right:0px;
    z-index: -1;
}

.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover
{
    background-color:#ffffff;
    color:#005a40;
}

.table-striped-column > tbody > tr td:nth-of-type(even) {
  background-color: rgba(255,255,255,0.7);
}

.navbar-inverse .navbar-nav>li>a {
     color:#000000 !important;
     -moz-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto; 
    word-wrap: break-word;
}

.navbar-inverse .navbar-nav>li>a, .navbar-inverse .navbar-nav>li>a:hover,.navbar-inverse .navbar-nav>li>a:visited, .navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover
{
    background-color:#ffffff;
    color:#000000;
}

.table-responsive table tr td {
    text-align: left;
}



@media(max-width:768px) {
    section {
        padding-top: 25px;
        padding-bottom: 25px;

        min-height:200px;
    }

    .section-heading {
        font-size: 2em;
    }

    .navbar-nav {
        text-align:left;
    }
    #logo a img.smaller {
        height:70px;
    }
    #logo a img {
        height:70px;
    }
    .navbar-nav>li
    {
        width: 100% !important;
    }
    .dropdown-menu {
        display:block;
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    
}

.panel.job .panel-body .container {
    width:100%;
    
    
}

.panel.job .panel-body .container .content{
    padding:0px 0px 100px 0px;
    text-align:left;
}

.panel.job .panel-body .container .col-sm-3 {
    width:0% !important;
}

.panel.job .panel-body .container .col-sm-6 {
    width:100% !important;
}

.btn-fixed
{
    position: fixed;
    top: 5px;
    right: 5px;
    z-index: 1040;
}

.btn-fixed-left
{
    position: fixed;
    top: 5px;
    left: 5px;
    z-index: 1040;
}

.btn-green
{
    color: #49494b;
    background-color: #fff;
    border-color: #0f6248;
}

@media all and (max-width:565px) {
    .btn-fixed
    {
        font-size:14px;
        padding:4px 8px;
        top: 42px;
        right: 15px;
    }

}