/*
 * Style tweaks
 * --------------------------------------------------
 */
html,
body {
    overflow-x: hidden; /* Prevent scroll on narrow devices */
    background-color: #ebebeb;
    color: #000;
    font-family:FuturaPTBook-Reg, Arial, Helvetica, sans-serif;
    height: 100%;
    font-size: 17px;
}

#footer {
    margin-top: -43px;  
    position: relative;
    bottom: 0;
    z-index: 2;
    width: 100%;
    height: 43px;
    overflow: hidden;
}

#push {
    clear: both;
    height: 43px;
}

/*
 * Fonts
 * --------------------------------------------------
 */
@font-face {font-family: 'FuturaPTBold-Reg';src: url('../fonts/215C3E_0_0.eot');src: url('../fonts/215C3E_0_0.eot?#iefix') format('embedded-opentype'),url('../fonts/215C3E_0_0.woff') format('woff'),url('../fonts/215C3E_0_0.ttf') format('truetype');}
@font-face {font-family: 'FuturaPTBook-Reg';src: url('../fonts/215C3E_1_0.eot');src: url('../fonts/215C3E_1_0.eot?#iefix') format('embedded-opentype'),url('../fonts/215C3E_1_0.woff') format('woff'),url('../fonts/215C3E_1_0.ttf') format('truetype');}
@font-face {font-family: 'FuturaPTMedium-Reg';src: url('../fonts/215C3E_2_0.eot');src: url('../fonts/215C3E_2_0.eot?#iefix') format('embedded-opentype'),url('../fonts/215C3E_2_0.woff') format('woff'),url('../fonts/215C3E_2_0.ttf') format('truetype');}


/*
 * Style 
 * --------------------------------------------------
 */

#content {
    background: #ccc;
    min-height: 100%;
    height: 100%; 
    position: relative;
    top: 0;
    z-index: 1;
}

#content.auto-height {
    height: auto !important;
}

.container {
    padding-left: 0px;
    padding-right: 0px;
}

table {
    border: 1px solid #3b3b3b;
    font-weight: normal;
    margin-bottom: 0px;
}

table * {
    border: 1px solid #3b3b3b;
    font-weight: normal;
}

.table-striped tbody tr:nth-child(2n+1) td, .table-striped tbody tr:nth-child(2n+1) th {
    background-color: #2b2b2b;
}

.table thead tr th {
    border-bottom: 1px solid #6b6b6b;
    vertical-align: bottom;
}

.table {
    margin-bottom: 0px;
}

div.table-responsive {
    margin-bottom: 25px;
    background-color: #1a1a1a;
}


.row {
    margin-right: 0;
    margin-left: 0;
    min-height: 100%;
    height: 100%; 
    position: relative;
}

#head {
    background-color: #fff;
    height: 56px;
    position: relative;
}

.navbar {
    margin-bottom: 0px;
    height: 56px;
}

.navbar-collapse {
    background: #fff;    
}

.navbar-inverse  {
    background: transparent;
    border: none;
}

.navbar-fixed-top {
    position: absolute;
}

.navbar-inverse .navbar-brand {
    color: #e1e1e1;
    float: right;
}

.navbar-inverse .navbar-brand:hover {
    color: #e1e1e1;
}

.navbar-brand {
    font-size: 1.2em;
    height: 56px;
    line-height: 20px;
    padding: 15px 0px 15px 50px;
    background: url(../img/logo.png) 15px 8px no-repeat;
    background-size: 28px 36px;
}

.nav {
    padding-top: 6px;
    padding-bottom: 6px;
}

.navbar-nav li a {
    padding: 12px 15px;
    width: 157px;
    border-right: 1px solid #ebebeb;
    background: transparent;
}

.navbar-nav li a, .navbar-nav li a:focus {
    color: #000;
    text-transform: uppercase;
    font-size: 16px;
    background: transparent;
}

.navbar-nav li a:hover {
    color: #e65c21;
    background: transparent;
}

.navbar-nav li.active a {
    color: #e65c21;
    background: transparent;
}

.navbar-nav li.active a:hover {
    color: #e65c21;
    background: transparent;
}

.navbar-nav .active a, .navbar-inverse .navbar-nav .active a:hover, .navbar-nav .active a:focus, .navbar-nav .active a:active {
    background: transparent;
    color: #e65c21;
}

.nav a.user-account  {
    background-image: url(../img/user.png);
    background-repeat: no-repeat;
    background-position: 12px 17px;
    padding-left: 33px;
}

.navbar-toggle {
    background-color: #ccc;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    margin-bottom: 8px;
    margin-left: 10px;
    margin-top: 11px;
    padding: 9px 10px;
    float: left;
}

.icon-bar {
    background-color: #fff;
}


.language-nav {
    position: absolute;
    top: 0;
    left: 100%;
    margin-left: -270px;
    height: 56px;
    width: 270px;
    padding-left: 95px; 
    background: #fff url(../img/betaeins_logo_header.png) left 7px no-repeat;    
}

.language-nav .navbar-nav {
    float: right;
    margin-right: 15px;
}

.language-nav .navbar-nav li a {
    width: auto;
    font-size: 13px;
}
 
.footer-nav {
    float: right; 
    margin-right: 15px;
}

.footer-nav .navbar-nav li a {
    width: auto;
    font-size: 13px;
    border-right: 1px solid #b7b7b7;
    padding: 5px 15px;
}

.navbar-nav li:last-child a {
    border: none;
}

#home {
    float: right;
    margin-top: 32%;
    margin-right: 16%;
}

#directions {
    height: 100%;
}

#contact {
    float: right;
    margin-top: 32%;
    margin-right: 16%;
    text-transform: uppercase;
}

.content-page {
    position: relative;
    margin: 0 auto;
    max-width: 700px;
    min-width: 300px;
    margin-top: 110px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 20px;
}

a {
    color: #000;
    text-decoration: none;
    border: 0;
}

a:hover, a:active, a:focus{
    color: #e65c21;
    text-decoration: none;
    border: 0;
}

h1 {
    font-size: 2.5em;
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: bold;
}

h2 {
    font-size: 1.6em;
    margin-top: 25px;
    margin-bottom: 10px;
}

h3 {
    font-size: 1.4em;
    margin-top: 25px;
    margin-bottom: 10px;
}

h4 {
    font-size: 1em;
    font-weight: bold;
    margin-top: 25px;
    margin-bottom: 10px;
}

.input-label {
    display: inline-block;
    width: 100px;
    color: #919191;
}

input[type=text], input[type=password], input[type=date] {
    border: none;
    background-color: #a1a1a1;
    width: 190px;
    height: 28px;
    color: #1a1a1a;
    padding: 3px 6px 3px 6px;
}

select {
    border: none;
    background-color: #a1a1a1;
    width: 204px;
    height: 28px;
    color: #1a1a1a;
    padding: 4px 6px 5px 6px;
    margin-right: 5px;
}

select.input-select {
    width: 190px;
}

input[type=submit] {
    background-color: #2b2b2b;
    width: 190px;
    height: 28px;
    color: #a1a1a1;
    padding: 3px 6px 3px 6px;
    margin-top: 8px;
    border: 1px solid #6b6b6b;
}

input.search {
    width: 290px;
    background-image: url(../img/search.png);
    background-position: 264px 3px;
    background-repeat: no-repeat;
}

input.assign-button {
    width: 80px;
}

.btn:focus,.btn:active:focus,.btn.active:focus {
    outline:none;
    background-color: #e6e6e6;
    border-color: #ccc;
    color: #000;
}

.btn-primary {
    background-color: #fff;
    border-color: #ccc;
    color: #000;
}

.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
    outline:none;
    background-color: #e6e6e6;
    border-color: #adadad;
    color: #000;
}

.modal-body {
   color: #2b2b2b;
}

#server-message {
    background-color: #2b2b2b;
    color: #a1a1a1;
    padding: 8px 10px 8px 10px; 
    margin-bottom: 25px;
}

#server-message.error {
    color: #943534;
}

#server-message.success {
    color: #3c763d;
}

.edit-passphrase {
    display: inline-block;
    padding: 5px 0 5px 0;
}

.sprites {
    background-image: url(../img/sprites.png);
    background-repeat: no-repeat;
}

input, select {
    -webkit-appearance: none;
    border-radius: 0;
}

@media screen and (max-width: 899px) {
    .table-responsive {
        border: 1px solid #3b3b3b;
    }

    .navbar-inverse  {
        background: #fff;
    }
}

@media screen and (max-width: 767px) {

    ul.navbar-nav {
        float: none;
    }
    
    .main-menu .navbar-nav li a {
        border: none;
    }

    .language-nav .navbar-nav li, .footer-nav .navbar-nav li{
        float: left;
    }

    .language-nav .navbar-nav, .footer-nav .navbar-nav {
        margin-top: 0;
    }
    
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media screen and (max-width: 670px) {
    #privacy {
        margin-top: 90px;
    }
}

@media screen and (max-width: 494px) {
    #home {
        width: 80%;
        
    }
    
    #home img {
        width: 100%;
    }
}

@media screen and (max-width: 400px) {
    
    .div-table-row {
        min-width: 398px;
    }
    
    #footer-cpp {
        display: none;
    }
    
    select.input-select {
        width: 185px;
    }
    
    #imprint-small-device {
        display: block;
    }
    
    #imprint-default {
        display: none;
    }
    
    .language-nav {
        margin-left: -220px;
        width: 220px;
        padding-left: 45px; 
    }
}
