/* ------------------------------------------------------------------------------------------
// ------------------------------------------------------------------------------------------
// Dies und das
// ------------------------------------------------------------------------------------------
*/

body {
    background-image: url("../img/bg.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

#wrapper:before {
    content: "Produktdatenbank";
    font-size: 5vmin;
    color: #3e699c;
    font-weight: bold;
    padding-left: 335px;
    padding-top: 19px;
    display: block;
    width: 100%;
    height: 106px;
    background-size: contain;
    background-image: url('../img/bew-logo.jpg');
    position: absolute;
    top: -106px;
    left: 0;
    background-repeat: no-repeat;
    background-color: white;
    background-position: 18px;
}

#wrapper {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 30px;
    position: relative;
    margin-top: 125px;
}

p.narrow{
    margin-bottom: 0;
}

.narrow strong {
    margin-top: 15px;
    display: block;
}
.ui-tabs-panel ul,
.content-acc ul{
    padding-left: 15px;
}

.produktListe {
    margin-top: 10px;
}

label {
    margin-right: 10px;
}

table {
    border: 1px solid #ddd;
    background-color: white;
}

table td a {
    display: block;
}

.title {
    font-weight: bold;
    margin-top: 10px;
}

.btn-primary {
    color: #fff;
    background-color: #3e699c;
    border-color: #2e6da4;
}

nav {
    background-color: rgba(255, 255, 255, 0.8);
}

.navbar-nav {
    float: none;
    margin: 0 auto;
}

.dropdown-menu {
    background-color: #eff3f5;
    border: 0;
    top: 51px;
}

.input {
    margin-bottom: 20px;
}

.input label {
    display: block;

}

.input textarea{
    width: 100%;
    height: 250px;
}

form {
    overflow: hidden;
}

ul {
    padding: 0;
}

.alert {
    list-style-type: none;
}

.abstand-unten{
    margin-bottom: 25px;
}

/* ------------------------------------------------------------------------------------------
// ------------------------------------------------------------------------------------------
// Suchbox
// ------------------------------------------------------------------------------------------
*/

.search {
    position: absolute;
    top: 35px;
    right: 30px;
    overflow: hidden;
}

.search .input,
.search .submit {
    float: left;
}

.search .submit {
    margin-top: 20px;
    margin-left: 10px;
}

/* ------------------------------------------------------------------------------------------
// ------------------------------------------------------------------------------------------
// Login
// ------------------------------------------------------------------------------------------
*/

.panel.login {
    padding: 0;
    width: 500px;
    margin: 25% auto;
}

.panel.login .panel-heading {
    background-color: #3e699c;
    position: relative;
}

.panel-heading h1 {
    color: #fff;
}

.panel.login legend {
    font-size: 17px;
}

/* ------------------------------------------------------------------------------------------
// ------------------------------------------------------------------------------------------
// JQuery Widget
// ------------------------------------------------------------------------------------------
*/

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    background-color: #3e699c;
    border: 0;

}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-bottom-right-radius: 0;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    border-bottom-left-radius: 0;
}

/* ------------------------------------------------------------------------------------------
// ------------------------------------------------------------------------------------------
// CAKE CSS
// ------------------------------------------------------------------------------------------
*/

div.message {
    cursor: pointer;
    display: block;
    font-weight: normal;
    padding: 6px 1.5rem 0 1.5rem;
    transition: height 300ms ease-out 0s;
    background-color: #a0d3e8;
    color: #626262;
    position: fixed;
    top: 0;

    z-index: 999;
    overflow: hidden;
    height: 50px;
    line-height: 2.5em;
    text-align: center;
    left: 0;
    width: 100%;
    -webkit-box-shadow: 0px 5px 15px -6px rgba(0, 0, 0, 0.67);
    -moz-box-shadow: 0px 5px 15px -6px rgba(0, 0, 0, 0.67);
    box-shadow: 0px 5px 15px -6px rgba(0, 0, 0, 0.67);
}

div.message:before {
    line-height: 0px;
    font-size: 20px;
    height: 12px;
    width: 12px;
    border-radius: 15px;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    left: -11px;
    background-color: #FFF;
    padding: 12px 14px 12px 10px;
    content: "i";
    color: #a0d3e8;
}

div.message.error {
    background-color: #C3232D;
    color: #FFF;
}

div.message.error:before {
    padding: 11px 16px 14px 7px;
    color: #C3232D;
    content: "x";
}

div.message.hidden {
    height: 0;
}

.kunden-export-liste{
    margin-top: 20px;
    width: 1125px;
    overflow: scroll;
    height: 800px;
}

#product-detail-header{
    width: 800px;
}

#tabs-downloadsoeffentlich form input[type=text]{
    width: 100%;
}