
th{
    text-align: left;
}
.table-wrapper{
    padding: 4em 0em !important;
}

.table-wrapper a{
    text-decoration: none;
    color: #0490d3;
}
.table-wrapper a:hover{
    color: #006696;
    text-decoration: underline;

}

#attributes {
    display: block !important;
}
.wrapper.baufuehrer #header {
    width: 100%;
    background: #0490d3;
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
    height: 68px;
    position: fixed;
    top: 0;
    z-index: 100;
}

body {
    height: 100%;
    min-height: 100vh;
}

#login-form {
    display: block;
}

#login-form .benutzername {
    margin-bottom: 15px;
}

.attribut-tab-nc {
    background-color: #b71c1c4a !important;
}

#login-form label {
    font-size: 17px;
    line-height: 38px;
}

.bild-flex {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.bild-delete:hover {
    color: #009ae0;
}
.bild-delete {
    line-height: 24px;
    font-size: 16px;
    color: #006696;
    text-decoration: underline;
    cursor: pointer;
}

input[disabled] {
    background-color: #F8F7F9;
    color: #aaaaaa;
    cursor: not-allowed;
}

input[disabled]:hover {
    background-color: #F8F7F9;
    color: #aaaaaa;
    cursor: not-allowed;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #a1a1a1 inset !important;

}

#login-form .benutzername, #login-form .passwort {
    width: 100%;
    height: 45px;
    padding: 15px;
    border: 1px solid #005984;
    border-radius: 2px;
}

.wrapper.baufuehrer {
    padding-top: 68px;
    height: 100%;
    min-height: 100vh;
}

#login-form .submit {
    margin-top: 25px;
    width: 100%;
    border: none;
    height: 47px;
    border-radius: 3px;
    background: #019cdf;
    color: #402727;
}

#login-form .fehlermeldung {
    color: #ff0000;
    margin-top: 26px;
}

#login-form .submit:hover, #login-form .submit:active {
    background: #c5c5c5;
}

#logout {
    height: 68px;
    padding: 19px;
    width: 68px;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 0px;
}

#logout img {
    height: 100%;
}

.submit-edit:hover {
    background-color: #c6c6c6;
}
.abbrechen-btn a {
    text-decoration: none;
    color: #4a4a4a;
    display: block;
    text-align: center;
}
.abbrechen-btn {
    width: 100%;
    height: 48px;
    line-height: 48px;
    border-radius: 3px;
    background-color: #eeeeee;
    margin-bottom: 60px;
    border: 1px solid #a5a5a5;
}

.submit-edit {
    margin-left: 10px;
    height: 48px;
    width: 100%;
    border-radius: 3px;
    background-color: #eeeeee;
    margin-bottom: 60px;
    border: 1px solid #a5a5a5;
}

.wrapper.baufuehrer .login {

    margin: 10% 33% 5% 33%;
    background-color: #ffffff;
    border-radius: 2px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);

    padding: 24px;

}

.wrapper.baufuehrer #background-img {
    position: fixed;
    bottom: 0;
    height: 350px;
    width: 350px;
    right: 0;
    z-index: -1;
}

.wrapper.baufuehrer #header p {
    font-size: 1rem;
    margin: 0;
    float: left;
    width: 100%;
    line-height: 68px;
    color: #ffffff;

}


html {
    min-height: 100vh;
    /*background: linear-gradient(60deg, #004588 15%, #009ddf 100%);*/
}


.attributes {
    top: 0;
    right: 0;
    float: none;
    position: static;
}

.control-group select {
    width: 30vw;
    border-radius: 5px;
    padding: 5px;
}

.control-group .checkboxes label pre {
    margin: 0px;
}

.control-group .checkboxes label {
    display: flex;
    flex-direction: row;
    width: 100%;
    margin-top: 10px;
}

.title-control-group {
    font-weight: 600;
}

hr {
    box-sizing: content-box;
    width: calc(30vw + 277px);
    height: 0;
    float: left;
}

.control-group .checkboxes label input {
    min-width: 18px;
    min-height: 18px;
    margin-top: 8px;
    margin-right: 13px;
}

.control-group {
    box-sizing: border-box;
    padding: 15px 12px 15px 0px;
    width: 100%;
    margin-bottom: 25px !important;
    float: left;
}

.control-group.b-upload {
    display: flex;
    flex-direction: column;
}

.bilder-upload-btn:hover {
    background-color: #046ca1;

}

.bild {
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    margin-top: 15px;
    margin-bottom: 15px;
    width: calc(30vw + 281px);
    background-color: #c4ecff;
    padding: 30px;
}

.bild label {
    margin-top: 30px;
}

.bu-input {
    margin-top: 10px;
}

.bilder-upload-btn {
    width: 50px;
    height: 50px;
    display: flex;
    background-color: #04abf5;
    justify-content: center;
    /* vertical-align: middle; */
    font-size: 53px;
    border-radius: 25px;
    line-height: 50px;
    color: white;
    cursor: pointer;
}

.bilder-upload {
    display: flex;
    flex-direction: column;
}

.bu-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 18px;
    width: calc(30vw + 281px);
}

.control-group .checkboxes {
    display: flex;
    flex-direction: column;
}

.control-group pre {
    overflow: visible;
}

.control-group label {
    width: 250px;
    float: left;
    display: block;
    line-height: 1.8em;
    vertical-align: top;
    color: #000;
    margin-right: 30px;
}

.wrapper-action .ten.columns {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.wrapper-action .ten.columns a {
    text-decoration: none;
}

/* overview */
.wrapper-action {
    width: 100%;
    display: flex;
    justify-content: center;

    margin-top: 10%;
}


.news-projekt:hover, .neues-projekt:hover, .neues-produkt:hover, .pdfs:hover {
    background-color: #3faecb;
}

.news-projekt, .neues-projekt, .neues-produkt, .pdfs {
    width: 350px;
    text-align: center;
    cursor: pointer;
    display: flex;
    height: 156px;
    justify-content: center;
    align-items: center;

    border-radius: 4px;
    background-color: #1986b9;
    color: #FFFFFF;
    margin: 15px;
}
.submit-btns{
    display: flex;
    flex-direction: row;
    width: calc(30vw + 307px);
}

.news-projekt {

}

.neues-projekt {

}

.neues-produkt {

}

.input-proj-fields[type="text"], .input-proj-fields[type="date"] {
    width: 30vw;
    border-radius: 5px;
    padding: 5px;
    border-width: 1px;
    border: 1px solid #969796;
}

.tab {
    padding-top: 25px;
    padding-left: 35px;
    overflow: hidden;
    border: 1px solid #ccc;
    border-bottom: 0px;
    background-color: #f1f1f1;
}

/* Style the buttons that are used to open the tab content */
.tab button {
    background-color: #ddd;
    float: left;
    margin-right: 5px;
    margin-left: 5px;
    border: none;
    color: #38728e;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #f6f6f6;
}

/* Create an active/current tablink class */
.tab button.active {
    background-color: #fbfbfb;
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;

    border-top: none;
}

.tabcontent {
    animation: fadeEffect 1s; /* Fading effect takes 1 second */
}

/* Go from zero to full opacity */
@keyframes fadeEffect {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.baufuehrer button {
    border-radius: 0px;
    line-height: 30px;
    border-top-left-radius: 10px;
    height: 58px;
    border-top-right-radius: 10px;
}

.baufuehrer h3 {
    margin-top: 15px;
    margin-bottom: 10px;
}

.wrapper-add-action {
    height: 100%;
    background-color: #f1f1f14a;
    min-height: calc(100vh - 68px);
}


@media only screen and (max-width: 767px) {
    .bild {
        width: 100%;
    }

    .submit-btns {
        width: 95%;
    }

    .bu-wrapper {
        width: 100%;
    }

    .input-proj-fields[type="text"], .input-proj-fields[type="date"] {
        width: 100%;
        margin-top: 15px;
    }

    .tab {
        display: flex;
        padding: 0px;
        flex-direction: row;
    }

    .baufuehrer button {
        width: 100%;
        min-width: 120px !important;
        margin: 0px;
        border-radius: 0px;

    }

    .control-group select {
        width: 100%;
        margin-top: 15px;
    }

    .control-group {
        display: flex;
        flex-direction: column;
    }

    .wrapper.baufuehrer #background-img {

        height: 200px;
        width: 200px;

    }

    .login {
        margin-top: 15% !important;
        margin-left: 2% !important;
        margin-right: 2% !important;
        margin-bottom: 5% !important;
    }

    #map_canvas {
        width: 100% !important;
    }

    hr {
        box-sizing: content-box;
        width: 97%;
        height: 0;
        float: left;
    }
}

form {
    display: flex;
    flex-direction: column;
}

/* maps fix */
.gm-control-active {
    min-width: 40px !important;
}

#map_canvas {
    width: calc(30vw + 277px);
    height: 300px;
}

#current {
    padding-top: 25px;
}


.select2-selection__rendered {
    display: none;
}

.input-wrapper {
    display: flex;
    flex-direction: column;
}

.input-field {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
input[type="checkbox"] {

    margin-top: 10px;
 width: 45px;;
}
label {
    width: calc(100% - 45px);
}
.field-wrapper label:first-child{
    font-weight: 600;
}
.field-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
}

.field-wrapper select {
    min-width: 280px;
    width: 25%;
    padding: 6px;
    margin-top: 10px;
}
