/* GENERAL START */
body {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    height: 100vh;
}

main {
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    -o-flex: 1 0 auto;
    flex: 1 0 auto;
}

nav, .nav-grey {
    flex-shrink: 0;
}
main {
    background-color: #f9f9f9;
    padding: 0 0 50px;
}
/* GENERAL END */


/*LOGIN START*/
.login-wrapper {
    margin-top: 50px;
}

/*LOGIN END*/


/* INDEX START*/
#index-main-section {
    margin: 0 0 25px;
}
.index-img-container {
    margin-bottom: 25px;
}

/* INDEX END*/
/* NEW REVIEW START*/


.tab-content-wrapper {
    background-color: white;
    padding: 40px 20px 0;
}

.btn-section-wrapper #save-draft {
    margin-right: 25px;
}

.btn-section-wrapper {
    background-color: white;
    padding: 0 20px 100px;
    margin-bottom: 50px;
}

.add-item-btn {
    margin: 0 15px;
}

.input-error {
    border-color: #c71748;
}

.section {
    padding-bottom: 40px;
}
.hidden-field {
    display: none;
}
.multiple-form-error-msg {
    color: #c71748;
    display: none;
}

/* NEW REVIEW END */


.header-titel-wrapper {
    padding: 50px 25px;
}

.wrapper {
    margin: 25px 0;
}

.nav-grey .copyright-text {
    color: #9B9B9B;
}

.nav-grey a {
    color: white;
    padding: 0 10px;
}

.nav-grey {
    background-color: #375A64;
    padding-top: 20px;
}

.nav-tabs .nav-link {
    height: 100%;
}

/*OVERVIEW START*/
#entwurf-table tbody .hoverable:hover {
    cursor: pointer;
    background-color: #f8d7da;
}

/*OVERVIEW END*/
@media (min-width: 0px) and (max-width: 767px) {
    #new-review-section .nav-justified .nav-item {
        flex-basis: auto;
    }
}

.shadow-box-tab-content {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
}
.nav-tabs .nav-link {
    border: none;
}
.nav-tabs-wrapper {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
}
@media (min-width: 0px) and (max-width: 768px) {
    #edit-password-card {
        margin-top: 50px;
    }
}
#main-logo {
    padding: 5px 15px 5px 5px;
    border-right: 1px solid white;
    height: 35px;
    margin-right: 15px;
}
h1 {
    font-size: 32px;
    color: #861d48;
}
h2 {
    font-size: 22px;
}
.nav-tabs .nav-link {
    border: 1px solid #c6c6c6;
    border-bottom: none;
    line-height: 20px;
    border-radius: 0;
}
.nav-tabs .nav-link.active {
    border: none;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: #c71748;
    color: #c71748;
}
.nav-tabs .nav-link.active:hover, .nav-tabs .nav-link.active:focus {
    border: none;
    color: #495057;
    outline: none;
}
.table thead th {
    font-weight: 500;
}
.dropdown-item.active, .dropdown-item:active {
    background-color: #ccc;
}
.starte-bes-link {
    font-size: 12px;
}
@media (min-width: 0px) and (max-width: 520px) {
    #main-logo {
        display: none;
    }
}
@media (min-width: 0px) and (max-width: 350px) {
    .navbar-brand {
        font-size: 18px;
    }
}

.alert-success {
    color: white;
    background-color: #861d48;
    border-color: white;
}
.close:hover {
    color: #861d48;
}
.pagination a {
    margin-right: 10px;
}