html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    background-color: #141611;
    background-image: url("bg_05.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;

    background-position: center center;
    background-size: cover;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif !important;
}

.navbar {
    background: rgb(237, 237, 237);
}

/* Hide IPA Image */

.navbar-brand > img {
    height: 48px !important;
    margin-left: 10px !important;
}

/* Make a Background Color for the Panels */

div[class^="col-g"] {
    background: #ffff00;
}

.content {
    background: #ededed;
    /*border-radius: 3px;*/
    padding-bottom: 1px;
}

.list-group {
    background: #ededed !important;
    border-radius: 3px;
}

.list-group-item {
    background: none;
}

.panel-heading {
    background: #ededed !important;
}

.page-header {
    margin-top: 13px !important;
    padding-bottom: 15px;
    border-bottom: 1px solid #bfbfbf;
    font-size: 2.5em;
}

input {
    border-color: #dddddd;
    border-style: solid !important;
    border-width: 1px !important;
    background-color: #fbfbfb;
}

.fa {
    min-width: 14px !important;
}

button,
.btn,
.btn-primary,
.btn-default {
    border-radius: 0 !important;
    background-color: #510051;
    border: 0px !important;
    color: white;
}

.btn:hover {
    color: white !important;
    letter-spacing: 0.6px;
}


.form-control {
    border-radius: 0 !important;
}

.signup-ajax-message {
    color: #bf2020;
}

.footer {
    position: absolute;
    bottom: 0;
    height: 60px;
    text-align: center;
}


body > .container {
    /*padding: 65px 15px 0;*/
}

.container .text-muted {
    margin: 20px 0;
}

.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}

code {
    font-size: 80%;
}

.sidebar {
    display: none;
}


.form-change-data > .form-signup-heading {
    text-align: center;
}


.btn {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
 
.fa-check-circle {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    color: green !important;
}

@media (max-width: 768px) {
    .page-header {
        padding: 10px !important;
    }

    .col-sm-9 {
        margin: 0 10px;
    }
}

@media (min-width: 768px) {
    .sidebar {
        display: block;
        /* margin-top: 40px; */
    }
}

.navbar-brand {
    padding: 1px 1px;
}

.form-signin {
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}

.form-signup {
    max-width: 430px;
    padding: 15px;
    margin: 0 auto;
}

.form-signin .form-signin-heading,
.form-signin .checkbox,
.form-signup .form-signup-heading {
    margin-bottom: 25px;
    text-align: center;
}

.form-signin .checkbox {
    font-weight: normal;
}

.form-signin .form-control,
.form-signup .form-control {
    position: relative;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    font-size: 16px;
}

.form-signin .form-control:focus {
    z-index: 2;
}

.input-valid {
    border-color: green;
    #-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6) !important;
    #box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6) !important;
}

.input-error {
    border-color: red;
    #-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(255,0,0,.6) !important;
    #box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(255,0,0,.6) !important;
}

.bgjLogo {
    max-width: 400px;
    width: 100%;
    padding: 8% 0 4% 0;
}

.absperrband {
    position: absolute;
    height: 20px;
    width: 105%;
    background-image: url("absperrband_textur.jpg");
    box-shadow: 10px 10px 20px #00000055;
    
}

.constructionSignbox {
    max-width: 400px;
    width: 100%;
    /*background-color: #d6d606;*/
    background-color: whitesmoke;
    /*border: 5px solid black;*/
    /*border-radius: 15px;*/
    padding: 1px 12px 12px;
}
