.userbereich header {
    padding-top: 0 !important;
}

#userbereich {
    width: 100%;
}

#userbereich .nav-item {
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .3s all ease;
    flex-grow: 1;
}

#userbereich .nav-item:hover,
#userbereich .nav-item.active {
    -webkit-box-shadow: 0 0 10px #e9e9e9;
    box-shadow: 0 0 10px #e9e9e9;
    background: #f9f9fb;
}

#userbereich-full-wrapper .logo {
    margin-right: 0;
    width: 320px;
}

#userbereich .nav-link {
    text-align: center;
    padding: 40px 50px !important;
}

#userbereich .nav-link:hover {
    color: #66605d;
}

#userbereich .nav-link>img {
    max-width: 65px;
    max-height: 50px;
}

#userbereich .nav-link>span {
    font-size: 14px;
    font-family: 'Roboto Bold';
    display: inline-block;
    margin-top: 15px;
}

#userbereich .nav-item .rechnungen span {
    margin-top: 21px;
}

#userbereich .bestellen-dropdown .dropdown-menu {
    text-align: center;
    width: 100%;
    margin-left: 0;
    margin-top: -20px;
    -webkit-box-shadow: 0px 5px 8px #e9e9e9;
    box-shadow: 0px 5px 8px #e9e9e9;
    background: #f9f9fb;
    border: none;
    display: block;
    transform: scaleY(0);
    transform-origin: top;
    transition: .3s all;
}

#userbereich .bestellen-dropdown:hover .dropdown-menu {
    transform: scaleY(1);
}

#userbereich .dropdown-item {
    padding: 5px;
    font-family: 'Roboto Light';
}

#userbereich .dropdown-item:hover,
#userbereich .dropdown-item.active {
    font-family: 'Roboto Medium';
    color: #df7a49;
    background: transparent;
}

#userbereich .nav-item:last-child {
    box-shadow: none;
    background: transparent;
}

#userbereich .user-account .nav-link>img {
    max-width: 25px !important;
    display: inline-block;
}

#userbereich .user-account .nav-link {
    text-transform: none;
    padding: 0 !important;
}

#userbereich .user-account .nav-link span {
    font-size: 16px;
    font-family: 'Roboto Regular';
}

#userbereich .user-account .dropdown-menu {
    background: transparent;
    box-shadow: none;
    padding: 0;
}

#userbereich .user-account {
    margin-top: -20px;
}

#userbereich .user-account .dropdown-menu {
    margin-top: -60px !important;
    background: transparent;
    border: none;
    left: inherit;
}

#userbereich .user-account .dropdown-item {
    background: #df7a49;
    border-radius: 3px;
    text-align: center;
    margin: auto;
    color: #fff;
    font-family: 'Roboto Bold';
    font-size: 14px;
    padding: 10px 0;
    position: relative;
    width: 75%;
}

#userbereich .user-account .dropdown-item::before {
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    background: #df7a49;
    display: block;
    top: -15px;
    left: 50%;
    transform: translatex(-50%);
    clip-path: polygon(50% 40%, 0% 100%, 100% 100%);
}

.user-footer-container {
    background: #5d5a59;
    padding: 40px 0;
    border-bottom: 1px solid #fff;
}

.user-footer-container .footer-link li {
    font-family: 'Roboto Medium';
    float: left;
    color: #fff;
    font-size: 15px;
}

.user-footer-container .footer-link li a {
    color: #ccc;
    margin-left: 7px;
    padding-left: 7px;
    text-decoration: none;
    font-family: 'Roboto Medium';
    position: relative;
    font-size: 15px;
    border-left: 2px solid #ccc;
    display: block;
    line-height: 13px;
    margin-top: 4px;
}

.user-footer-container .footer-link li a:hover {
    color: #fff;
}

.user-social-wrapper {
    position: relative;
}

.user-social-wrapper .social-links {
    position: absolute;
    right: 0;
    top: -40px;
}

.user-social-wrapper .social-links li {
    float: left;
}

.user-social-wrapper .social-links img {
    max-height: 80px;
    margin-top: -9px;
}

.user-social-wrapper .social-links img:hover {
    margin-top: -15px;
}

.chat-widget-wrapper {
    position: fixed;
    bottom: 0;
    right: 5%;
}

.chat-widget-wrapper a {
    text-align: center;
    text-decoration: none;
}

.chat-widget-wrapper .title {
    background: #df7a49;
    padding: 5px 10px;
    color: #fff;
    font-family: 'Roboto Bold';
    font-size: 12px;
    display: block;
    margin-bottom: 12px;
    border-radius: 3px;
}

.chat-widget-wrapper .title::before {
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    background: #df7a49;
    display: block;
    top: 27px;
    left: 50%;
    transform: translatex(-50%);
    clip-path: polygon(0 0, 50% 60%, 100% 0);
}

.chat-widget-wrapper img {
    max-height: 70px;
    border: 3px solid #ebebeb;
    border-radius: 50%;
}

.filter-wrapper ul {
    margin-bottom: 6px;
}

.user-filter-search .filter-wrapper li {
    font-family: 'Roboto Medium';
    font-size: 18px;
    color: #333;
    float: left;
}

.user-filter-search .filter-wrapper li a {
    font-family: 'Roboto Light';
    color: #333;
    background: #e9e9e8;
    margin-left: 15px;
    padding: 5px 20px;
    border-radius: 8px;
    text-decoration: none;
}

.user-filter-search .filter-wrapper li a:hover,
.user-filter-search .filter-wrapper li a:hover .fa {
    background: #df7a49;
    color: #fff;
}

.user-filter-search .filter-wrapper li a:hover .fa {
    color: #fff;
}

.user-filter-search .filter-wrapper li a .fa {
    color: #9f9f9f;
    transition: .3s all ease;
}

.user-filter-search .search-wrapper input {
    border: 1px solid #acacac;
    border-right: none;
    padding: 10px;
    color: #333;
    border-radius: 8px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.user-filter-search .search-wrapper input::placeholder {
    color: #ccc;
}

.user-filter-search .search-wrapper input:focus {
    box-shadow: none;
    outline: none;
    border-right: none;
}

.user-filter-search .search-wrapper .input-group-text {
    border: 1px solid #acacac;
    border-left: none;
    background: transparent;
    color: #d2d2d2;
    font-size: 18px;
    border-radius: 8px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.project-list-heading {
    padding: 0 25px;
}

.project-list-heading ul {
    display: inline-block;
    margin-bottom: 0;
}

.project-list-heading ul li {
    float: left;
}

.project-list-heading ul li a {
    font-family: 'Roboto Medium';
    color: #df7a49;
    text-transform: uppercase;
    text-decoration: none;
}

.project-list-heading .datum {
    width: 150px;
}

.project-list-heading .job-id {
    width: 250px;
}

.project-list-heading .projektname {
    width: 250px;
}

.project-list-heading .produkt {
    width: 150px;
}

.project-list-heading .status {
    width: 150px;
}

.project-list-heading .dropdown-menu {
    background: #f9f9fb;
    box-shadow: 5px -3px 5px #ddd;
    top: 5px !important;
    border: none;
}

.project-list-heading .dropdown-item {
    color: #333;
    font-family: 'Roboto Regular';
    font-size: 15px;
}

.project-list-heading .dropdown-item:hover {
    color: #df7a49;
}

.single-project-list {
    display: block;
    border: 3px solid #ececeb;
    padding: 10px 25px;
    position: relative;
}

.single-project-list:hover {
    text-decoration: none;
    border: 3px solid #f8dbcc;
}

.single-project-list .date {
    font-family: 'Roboto Medium';
    color: #333;
}

.single-project-list span {
    display: inline-block;
    padding: 10px 0;
    color: #333;
    font-size: 18px;
}

.single-project-list .arrow {
    position: absolute;
    right: 35px;
    font-size: 24px;
    color: #d2d2d2;
    transition: .3s all;
}

.single-project-list:hover .arrow {
    color: #df7a49 !important;
    right: 30px;
}

.single-project-list.last span {
    vertical-align: top;
}

.single-project-list.last .arrow {
    top: 50%;
    transform: translatey(-50%);
}

.single-project-list .btn-green {
    background: #5fb157;
    font-size: 14px;
    color: #fff;
    padding: 10px 10px;
    font-family: 'Roboto Bold';
}

.single-project-list .project-dropdown-items {
    background: #f9f9fb;
    box-shadow: 5px -3px 5px #ddd;
    position: absolute;
    margin-top: 10px;
    width: 200px;
    z-index: 9999999999;
    padding: 10px 20px 20px;
    display: none;
}

.project-dropdown-wrapper {
    display: inline-block;
    position: relative;
}

.single-project-list .project-dropdown-items li {
    float: none;
}

.single-project-list .dropdown-menu {
    padding: 10px 0 20px 0;
}

.single-project-list .dropdown-item {
    list-style-type: none;
    color: #333;
    margin: 0;
    display: block;
    font-family: 'Roboto Light';
    text-transform: none;
    padding: 2px 0;
    padding-left: 20px;
    font-size: 16px;
}

.single-project-list .dropdown-item:hover {
    color: #df7a49;
    font-family: 'Roboto Medium';
}

.single-project-list .dropdown-item:active {
    background: transparent;
}

.single-project-list .gray,
.single-project-list .orange,
.single-project-list .blue,
.single-project-list .green,
.single-project-list .status {
    position: relative;
    margin-left: 20px;
}

.single-project-list .gray::before,
.single-project-list .orange::before,
.single-project-list .blue::before,
.single-project-list .green::before,
.single-project-list .status::before {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    top: 20px;
    left: -20px;
}

.single-project-list .gray::before {
    background: #b7b7b7;
}

.single-project-list .orange::before {
    background: #df7a49;
}

.single-project-list .blue::before {
    background: #4646C7;
}

.single-project-list .green::before {
    background: #5fb157;
}

.single-project-list .lightblue::before {
    background: #94d5f5;
}

.single-project-list .darkblue::before {
    background: #69bdd2;
}

.single-project-list .red::before {
    background: #ad4b56;
}


.pagination .page-link {
    background: transparent;
    border: none;
    font-size: 18px;
    color: #df7a49;
    margin: 0 5px;
    padding: .15em .5rem;
    box-shadow: none;
}

.pagination .page-link:hover {
    background: #e8e8e8;
    border-radius: 50%;
}

.pagination .page-link.active {
    font-family: 'Roboto Medium';
    background: #e8e8e8;
    border-radius: 50%;
}

.pagination .next:hover,
.pagination .prev:hover {
    border-radius: 0;
    background: transparent;
}

.pagination-wrapper {
    margin-top: 50px;
    margin-bottom: 100px;
}

.filte-projectlist-pagination-wrapper .overflow-wrapper {
    overflow-x: scroll;
}

.projekt-list-wrapper.detail .single-project-list:hover {
    border: 3px solid #ececeb;
}

.projekt-list-wrapper .btn-green {
    cursor: pointer;
    box-shadow: none;
}

.main-detail-wrapper {
    padding: 0 15px;
}

.main-detail-wrapper .col-md-6 {
    padding: 0 30px;
}

.main-detail-wrapper h4 {
    font-family: 'Roboto Medium';
    color: #333;
    font-size: 16px;
}

.main-detail-wrapper p {
    color: #696965;
    margin-bottom: 10px;
}

.s-col .kostenflichtige {
    margin-top: 30px;
}

.main-detail-wrapper .t-col a {
    display: inline-block;
    color: #df7a49;
    border-bottom: 1px solid #df7a49;
    text-decoration: none;
    line-height: 20px;
    margin: 5px 0;
}

.main-detail-wrapper .t-col a:hover {
    border-bottom: 1px solid transparent;
}

.main-detail-wrapper .t-col a .fa {
    padding-right: 10px;
    display: inline;
}

.user-detail-geammtpreis {
    margin: 40px 0
}

.user-detail-geammtpreis p {
    font-family: 'Roboto Medium';
    color: #333;
    position: relative;
}

.user-detail-geammtpreis p span {
    font-family: 'Roboto Light';
    color: #696965
}

.user-detail-geammtpreis p .show-info {
    content: '';
    width: 30px;
    height: 30px;
    background: url(../img/info.png) no-repeat;
    display: inline-block;
    position: absolute;
    right: inherit;
    top: -3px;
    margin-left: 20px;
    transform: scale(.8);
}

.hochladen-datei-wrapper {
    width: 200px;
    float: right
}

.was-wollen-wrapper {
    background: #f9f9fb;
    padding: 60px 35px;
}

.was-wollen-wrapper h4 {
    margin-bottom: 30px;
}

.was-wollen-wrapper .btn-orange {
    padding: 10px 25px;
}

.was-wollen-wrapper .btn-yellow {
    background: #efce4c;
    margin-top: 15px;
    color: #fff
}

.was-wollen-wrapper .btn-yellow:hover {
    background: #5d5a59;
}

.book-now-wrapper h2 {
    font-size: 24px;
    margin-bottom: 35px;
}

.book-now-wrapper h2::before {
    top: -30px;
}

.book-now-form-main {
    display: flex;
}

.book-now-from .form-group {
    display: inline-block;
    flex-grow: 1;
}

.book-now-from .checkbox-container {
    font-family: 'Roboto Medium';
    color: #333;
    line-height: 20px;
}

.book-now-from label .price {
    font-family: 'Roboto Medium';
    color: #df7a49;
    font-size: 15px;
}

.book-now-from label .netto {
    color: #696965;
    font-family: 'Roboto Light';
}

.book-now-from .checkbox-container.one,
.book-now-from .checkbox-container.two {
    margin-bottom: 30px;
}

.book-now-from .form-group img {
    max-width: 65px;
    margin-left: 35px;
}

.user-booking-btn .btn-orange {
    margin-top: 120px;
    padding: 10px 50px;
}

.next-tab-content .btn-orange:hover span::after {
    right: -25px;
}

.book-now-wrapper {
    margin-top: 65px;
}

#userbereich .user-account .dropdown-item:hover {
    background: #5d5a59
}

#userbereich .user-account {
    height: 50px;
    align-self: center;
    cursor: pointer;
}

#userbereich .user-account .dropdown-menu {
    margin-top: 10px !important;
}

#userbereich .user-account .dropdown-item::before {
    transition: .3s all ease;
}

#userbereich .user-account .dropdown-item:hover::before {
    background: #5d5a59;
}

.single-project-list a,
.single-project-list p {
    display: inline-block;
    position: relative;
    text-decoration: none;
    padding: 10px 0;
    color: #333;
    font-size: 18px;
    vertical-align: top;
}

.single-project-list p {
    margin-bottom: 0;
}

.single-project-list.auftrage-detail .project-dropdown-wrapper {
    float: right;
}

.book-now-wrapper {
    margin-bottom: 100px;
}

.project-dropdown-wrapper button span {
    margin-top: -12px;
    color: #fff;
}

.project-dropdown-wrapper .dropdown-toggle-split {
    border-radius: 8px !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    box-shadow: none;
}

.project-dropdown-wrapper .btn-group:hover .btn {
    background: #5d5a59 !important;
}

.project-dropdown-wrapper .btn-group {
    transition: .3s all;
    height: 43px;
}

.project-dropdown-wrapper .btn-group:hover {
    box-shadow: 0 10px 10px -10px #5d5a59;
    border-radius: 8px;
}

.login-full-wrapper {
    width: 1024px;
    max-width: 100%;
    display: flex;
    min-height: 100vh;
    justify-content: center;
    align-items: center;
    margin: auto;
}

.login-full-wrapper .login-row {
    box-shadow: 0 0 10px #e9e9e9;
    margin: 0 auto;
}

.login-full-wrapper .left-main-content {
    padding: 50px 100px;
}

.left-main-content .logo {
    width: 280px;
}

.left-main-content input {
    border: 3px solid #efefee;
    padding: 15px 20px;
    color: #696965;
    height: 100%;
    border-radius: .5rem;
    font-family: 'Roboto Light';
}

.left-main-content input:focus {
    box-shadow: none;
    border: 3px solid #f2cab6;
}

.left-main-content .form-group {
    position: relative;
}

.left-main-content .fa-eye {
    position: absolute;
    right: 20px;
    top: 23px;
    color: #b1afae;
    cursor: pointer;
}

.left-main-content .checkbox-container {
    display: inline-block;
}

.left-main-content .checkbox-container .checkmark::after {
    left: 5px
}

.left-main-content .forgotten-pw {
    font-family: 'Roboto Bold';
    float: right;
    color: #df7a49;
    text-decoration: none;
}

.left-main-content .forgotten-pw:hover {
    color: #5d5a59;
}

.left-main-content input[type="submit"] {
    font-family: 'Roboto Bold';
    color: #fff;
    padding: 13px 20px;
    background: #df7a49;
    outline: none;
    box-shadow: none;
    border: none;
    transition: .3s all ease;
    font-size: 22px;
    letter-spacing: 1px;
}

.left-main-content input[type="submit"]:hover {
    box-shadow: 0 10px 10px -10px #5d5a59;
}

.left-main-content input[type="submit"]:hover {
    background: #5d5a59;
}

.login-right-bg {
    padding-left: 0;
}

.login-right-bg img {
    min-height: 100%;
    max-width: 100%;
}

.clientarea-setup .tabs li:not(:first-child) {
    margin-top: 3px;
}

.clientarea-setup {
    font-size: 15px;
}

.clientarea-setup .tabs li a {
    color: #5d5a59;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Roboto Bold';
    display: block;
    padding: 15px;
    padding-left: 30px;
    border-left: 5px solid transparent;
    background-color: #f9f9fb;
    outline: none;
}

.clientarea-setup .tabs li a .fa {
    display: inline-block;
    margin-right: 20px;
}

.clientarea-setup .tabs li a:hover {
    color: #df7a49;
}

.clientarea-setup .tabs li.active a {
    background-color: #ececed;
    border-left: 5px solid #df7a49;
    color: #df7a49;
}

.clientarea-setup .tab-content {
    margin-bottom: 100px;
    padding: 30px 50px;
    background: #f9f9fb;
}

.clientarea-setup #tab_a label, .clientarea-setup .formlabel label {
    font-family: 'Roboto Medium';
    color: #696965;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 20px;
}

.clientarea-setup #tab_a label span, .clientarea-setup .formlabel label span {
    font-family: 'Roboto Light';
	font-size: 10px;
}

.clientarea-setup .option-item {
    color: #696965;
    font-family: 'Roboto Light';
    background: transparent;
    border: none;
    outline: none;
    box-shadow: none;
    padding: 10px 20px;
    cursor: pointer;
}

.clientarea-setup input[type="number"],
.clientarea-setup select {
    -moz-appearance: textfield;
    -webkit-appearance: textfield;
}

.clientarea-setup .select-wrapper .select-arrow {
    content: '';
    width: 16px;
    height: 10px;
    background: url(../img/chevron-down.png) no-repeat;
    display: inline-block;
    position: absolute;
    right: 27px;
    transform: scale(.8);
    cursor: pointer;
	/*     top: 25px; */
    bottom: 25px !important;
}



.clientarea-setup input,
.clientarea-setup select,
.clientarea-setup textarea {
    border: 3px solid #efefee;
    padding: 15px 20px;
    display: block;
    outline: none;
    box-shadow: none;
    color: #696965;
    height: 100%;
    border-radius: .5rem;
    background: #f9f9fb;
}


.clientarea-setup select {
    color: #333;
}

.clientarea-setup input:focus,
.clientarea-setup select:focus,
.clientarea-setup textarea:focus {
    box-shadow: none;
    border: 3px solid #f2cab6;
    background: #f9f9fb;
}

.avatar-select input,
.third-tab-links input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.avatar-select h4 {
    font-family: 'Roboto Medium';
    font-size: 15px;
    color: #696969;
    text-transform: uppercase;
    margin-top: 20px;
}

.avatar-select label img {
    max-height: 75px;
}

.avatar-select .pay-check-container .checkmark,
.third-tab-links .pay-check-container .checkmark {
    top: 50%;
    transform: translateY(-50%);
}

.clientarea-setup .submit-btn {
    padding: 15px 60px;
    font-size: 14px;
    margin-top: 15px;
}

.clientarea-setup .tabs li:last-child {
    margin-bottom: 20px;
}

#tab_c .pay-check-container,
#tab_c h4 {
    font-size: 20px;
    font-family: 'Roboto Regular';
}

#tab_c h4 {
    margin-top: 20px;
    margin-bottom: 25px;
    position: relative;
    text-transform: uppercase;
    color: #333;
}

#tab_c h4::after {
    content: '';
    width: 90px;
    height: 2px;
    background: #df7a49;
    position: absolute;
    display: block;
    bottom: -6px;
}

#tab_c .pay-check-container {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #c2c2c2;
}

#tab_c .monochrom,
#tab_c .nav-tabs {
    border-bottom: none;
}

.clientarea-setup #tab_c select {
    font-family: 'Roboto Bold';
    font-size: 18px;
}

#tab_c .radio-tab-wrapper {
    width: 100%;
}

#tab_c .nav-tabs input[type="radio"] {
    display: none;
}

#tab_c .tab-content-design {
    margin-bottom: 0;
    padding: 0;
}

#tab_c .nav-tabs .monochrom {
    margin-bottom: 0;
}

#tab_c .pay-check-container .checkmark {
    margin-top: -1px;
}

#tab_c .pay-check-container .checkmark::after {
    left: 3px;
    top: 4px;
}

.tab-content-design .color-select input[type="radio"]:checked+label::before {
    content: "\f00c";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 24px;
    top: 2px;
    left: 8px;
    color: #fff;
    position: absolute;
}

#tab_c .tab-pane {
    margin-left: 20px;
    padding-bottom: 40px;
}

#tab_c .tab-pane>img {
    width: 340px;
}

.tab-content-design .color-select {
    border-bottom: 1px solid #c2c2c2;
    padding: 40px 0 20px 0;
}

#tab_c .ihre-optionen {
    margin-top: 80px;
}

#tab_c .third-tab-right-content {
    padding-left: 80px;
}

#tab_c .third-tab-right-content .checkbox-container,
#tab_c .third-tab-right-content p {
    font-size: 18px;
    color: #696965;
}

.pay-check-container input:checked~.checkmark::after {
    display: block;
}

#tab_c .submit-btn {
    margin-top: 65px;
}

.dashboard-content {
    font-size: 18px;
}

.order-section p,
.offene-rechnung-wrapper p {
    font-family: 'Roboto Medium';
    color: #df7a49;
    text-transform: uppercase;
}

.dropdown-menu .dropdown-itme:active {
    background: transparent;
}

.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item:focus {
    background-color: transparent !important;
}

.order-section .order-process,
.offene-rechnung-wrapper {
    background: #f9f9fb;
    padding: 30px;
    border-radius: 5px;
    border: 3px solid #efefef;
}


.order-section .order-process {
    margin-bottom: 20px;
}


.order-section .links-row {
    display: inline-block;
    margin: 5px 0;
}

.order-section .links-row a {
    text-decoration: none;
    text-transform: none;
    display: inline-block;
    color: #333;
}

.order-section .links-row .date {
    width: 120px;
    font-family: 'Roboto Medium';
}

.order-section .links-row .pro-name {
    width: 200px;
}

.order-section .links-row .pro-type {
    width: 110px;
    color: #999;
    text-decoration: underline;
    font-family: 'Roboto Bold';
}

.order-section .links-row .arrow {
    font-size: 24px;
    color: #d2d2d2;
}

.order-section .order-completed {
    padding: 30px;
    border-radius: 5px;
    border: 3px solid #efefef;
}

.order-section .order-completed .pro-type {
    width: 68px;
}

.order-section .order-completed .download {
    width: 35px;
    font-size: 20px;
    color: #5fb157;
}

.order-section .dropdown-menu {
    padding: 10px 0 20px 0;
    background: #f9f9fb;
    box-shadow: 5px -3px 5px #ddd;
    top: 5px !important;
    border: none;
    width: 230px;
}

.dashboard-content .bottom-link {
    font-family: 'Roboto Medium';
    display: block;
}

.order-section .bottom-link {
    margin: 20px 0 0 30px;
    display: block;
    text-decoration: none;
}

.order-section .bottom-link:hover {
    color: #5d5a59;
}

#userbereich .user-account .dropdown-item:hover {
    background: #5d5a59 !important;
}

.dashboard-content {
    margin-bottom: 100px;
}

.dashboard-content .willkommen-wrapper {
    padding: 30px;
    background: #ececed;
    border-radius: 5px;
    border: 3px solid #efefef;
}

.dashboard-content .willkommen-wrapper h2 {
    font-size: 42px;
    font-family: 'Roboto Bold';
    color: #df7a49;
}

.dashboard-content .willkommen-wrapper p {
    color: #333;
    font-size: 18px;
}

.dashboard-content .willkommen-wrapper .frau {
    font-size: 20px;
}

.dashboard-content .willkommen-wrapper p strong {
    font-family: 'Roboto Medium';
}

.order-section .dropdown-menu .dropdown-item:hover {
    color: #df7a49;
    font-family: 'Roboto Medium';
}

.offene-rechnung-wrapper {
    margin-top: 20px;
}

.offene-rechnung-wrapper p {
    margin-bottom: 20px;
}

.offene-rechnung-wrapper .link-row {
    display: inline-block;
}

.offene-rechnung-wrapper .link-row .pro-id-price {
    font-family: 'Roboto Light';
    color: #333;
    display: inline-block;
}

.offene-rechnung-wrapper .link-row .pro-id-price a {
    color: #333;
}

.offene-rechnung-wrapper .link-row .pro-id-price .price {
    font-family: 'Roboto Bold';
}

.offene-rechnung-wrapper .link-row .pro-id {
    width: 220px;
    display: inline-block;
    text-decoration: none;
}

.offene-rechnung-wrapper .link-row .price {
    width: 120px;
    text-align: right;
    display: inline-block;
}

.offene-rechnung-wrapper .link-row {
    margin: 5px 0;
}

.offene-rechnung-wrapper .link-row .paypal img {
    width: 120px;
    display: inline-block;
    margin-left: 20px;
    margin-top: -3px;
}

.offene-rechnung-wrapper .bottom-link {
    margin-top: 20px;
}

.offene-rechnung-wrapper .bottom-link:hover {
    color: #5d5a59;
    text-decoration: none;
}

.dashboard-content .juhu-wrapper {
    padding: 30px;
    background: #df7a49;
    color: #fff;
    border: 3px solid #efefef;
}

.dashboard-content .juhu-wrapper h2 {
    font-family: 'Roboto Bold';
    font-size: 42px;
}

.dashboard-content .juhu-wrapper p {
    font-family: 'Roboto Medium';
    font-size: 18px;
}

.dashboard-content .juhu-wrapper img {
    max-height: 90px;
    margin-bottom: 10px;
}

.dashboard-content .jet-neu-wrapper {
    margin-top: 20px;
    border: 3px solid #efefef;
    border-radius: 5px;
}

.dashboard-content .jet-neu-wrapper h4 {
    font-family: 'Roboto Bold';
    font-size: 18px;
    color: #fff;
    background: #df7a49;
    width: 220px;
    padding: 10px 15px;
    margin-top: -30px;
    z-index: 9;
    position: relative;
}

.dashboard-content .jet-neu-wrapper {
    font-family: 'Roboto Medium';
}

.dashboard-content .jet-neu-wrapper p {
    padding-left: 15px;
    margin-bottom: 0;
}

.dashboard-content .jet-neu-wrapper a {
    margin-left: 15px;
    margin-bottom: 10px;
    display: block;
    text-decoration: none;
}

.dashboard-content .jet-neu-wrapper a:hover {
    color: #5d5a59;
}

.bs-example {
    margin: 20px;
}


/* Media queries */

@media screen and (max-width: 991px) {
    #userbereich .nav-link,
    #userbereich .user-account .nav-link {
        padding: 25px 0 !important;
    }
    #userbereich .user-account .dropdown-menu {
        margin-top: -15px !important;
        left: 50%;
        transform: translateX(-50%);
    }
    .chat-widget-wrapper .title {
        display: none;
    }
    .chat-widget-wrapper img {
        max-width: 60px;
    }
    .chat-widget-wrapper {
        right: 0;
        z-index: 999999999;
    }
    .user-footer-container .footer-link li a {
        border-left: 2px solid #ccc;
    }
    .user-social-wrapper .social-links img {
        max-height: 70px;
        margin-top: -8px;
    }
    .filte-projectlist-pagination-wrapper {
        padding: 0 15px;
    }
    .project-list-heading ul li a {
        font-size: 14px;
    }
    .user-filter-search .filter-wrapper li {
        font-size: 14px;
    }
    .user-filter-search .filter-wrapper li a {
        padding: 3px 10px;
        font-size: 14px;
    }
    .project-list-heading .dropdown-item {
        font-size: 13px
    }
    .single-project-list .arrow {
        top: 50%;
        transform: translatey(-50%);
    }
    .user-filter-search .search-wrapper input {
        font-size: 14px;
    }
    .single-project-list .btn-green {
        font-size: 12px;
        padding: 7px 10px;
    }
    .single-project-list {
        padding: 0 25px;
    }
    .user-social-wrapper .social-links {
        right: 15px;
    }
    .single-project-list span {
        font-size: 14px;
    }
    .single-project-list .btn-green {
        margin-left: 70px;
    }
    .single-project-list .gray::before,
    .single-project-list .orange::before,
    .single-project-list .blue::before,
    .single-project-list .green::before {
        top: 16px;
    }
    .hochladen-datei-wrapper {
        width: 100%;
        float: none;
    }
    .book-now-wrapper {
        padding: 0 20px;
    }
    .book-now-wrapper h2 {
        font-size: 24px !important;
    }
    .book-now-wrapper h2::before {
        left: -50px;
    }
    .user-booking-btn .btn-orange {
        padding: 10px 20px !important;
    }
    .user-booking-btn .btn-orange span {
        right: 10px;
    }
    .hochladen-datei-wrapper,
    .was-wollen-wrapper {
        margin-top: 20px;
    }
    .was-wollen-wrapper .btn-orange {
        width: 100%;
    }
    .book-now-from .form-group img {
        max-width: 50px;
    }
    .main-detail-wrapper .s-col {
        margin-top: 20px;
    }
    .single-project-list.auftrage-detail .project-dropdown-wrapper {
        float: none;
    }
    .login-full-wrapper .left-main-content {
        padding: 30px 50px;
    }
    .left-main-content .forgotten-pw {
        margin-bottom: 15px;
        margin-top: -5px;
    }
    .clientarea-setup #tab_a {
        padding: 20px;
    }
    .clientarea-setup input,
    .clientarea-setup select {
        padding: 12px 20px;
    }
    .clientarea-setup .select-wrapper .select-arrow {
        right: 30px;
        top: 22px;
    }
    .clientarea-setup,
    .avatar-select h4 {
        font-size: 13px;
    }
    .avatar-select label img {
        max-height: 60px;
    }
    .avatar-select .pay-check-container .checkmark::after {
        top: 2px;
        left: 2px;
        width: 9px;
        height: 9px;
    }
    .avatar-select .pay-check-container .checkmark {
        height: 15px;
        width: 15px;
    }
    .clientarea-setup input,
    .clientarea-setup select {
        font-size: 14px;
    }
    .clientarea-setup .option-item {
        font-size: 16px;
    }
    .clientarea-setup #tab_a label {
        margin-top: 15px;
    }
    .avatar-select label {
        margin-top: 0 !important;
    }
    #tab_c .submit-btn {
        margin-top: 0;
    }
    .dashboard-content .juhu-wrapper {
        margin-top: 20px;
    }
    .order-section .bottom-link {
        margin-bottom: 20px;
    }
    .dashboard-content .jet-neu-wrapper>img {
        min-width: 100%;
    }
}

@media screen and (max-width:767px) {
    .user-social-wrapper,
    .user-social-wrapper .social-links {
        position: static;
    }
    .user-social-wrapper .social-links img {
        max-height: 60px;
        margin-top: 0;
    }
    .user-social-wrapper .social-links img:hover {
        margin-top: -5px;
    }
    .chat-widget-wrapper img {
        max-width: 50px;
    }
    .single-project-list .btn-green {
        margin-bottom: 10px;
        margin-left: 60px;
    }
    .user-filter-search .filter-wrapper li {
        margin-bottom: 10px;
    }
    .projekt-list-wrapper.detail .btn-green {
        float: none !important;
    }
    .book-now-wrapper h2 {
        font-size: 18px !important;
    }
    .book-now-form-main {
        display: block;
    }
    .book-now-from .checkbox-container {
        margin-bottom: 0 !important;
    }
    .book-now-from .form-group img {
        margin-bottom: 10px;
    }
    .user-booking-btn .btn-orange {
        margin-top: 0px;
        padding: 10px 30px 10px 50px !important;
    }
    .single-project-list .project-dropdown-items {
        margin-left: 60px;
        margin-top: 0;
    }
    .left-main-content input[type="submit"] {
        font-size: 18px;
    }
    .clientarea-setup .submit-btn {
        padding: 12px 60px !important;
        font-size: 13px;
    }
    .clientarea-setup .pr-0 {
        padding-right: 15px !important;
        margin-bottom: 1rem;
    }
    #tab_c .third-tab-right-content {
        padding-left: 15px;
    }
    #tab_c .ihre-optionen {
        margin-top: 0;
    }
    .dashboard-content {
        font-size: 16px;
    }
    .order-section .links-row .pro-name {
        width: 140px;
    }
    .order-section .links-row .pro-type {
        width: 120px;
    }
    .order-section .dropdown-menu {
        width: 160px;
    }
    .offene-rechnung-wrapper .link-row .pro-id {
        width: 200px;
    }
    .offene-rechnung-wrapper .link-row .price {
        width: 65px;
    }
}

@media screen and (min-width: 1365px) {
    .dashboard-content .juhu-wrapper,
    .dashboard-content .jet-neu-wrapper {
        width: 250px;
    }
}


/* order */
.tp-content-wrapper>img, .tp-content-wrapper .orderdesgin img {
    width: 340px;
    max-width: 100%;
}

.colorsel.hide, .noshow { display: none; }

#orderform .select-wrapper select {
    -webkit-appearance: none;
}

.select-wrapper label {
    margin-bottom: 0;
}

.select-wrapper select {
    -webkit-appearance: textfield;
    border: 3px solid #efefee;
    padding: 15px 20px;
    display: block;
    outline: none;
    box-shadow: none;
    color: #696965;
    height: 100%;
    border-radius: .5rem;
    font-family: 'Roboto Light';
}

.select-wrapper select:focus {
    box-shadow: none;
    border: 3px solid #f2cab6;
}


.first-content .select-wrapper .select-arrow {
    content: '';
    display: inline-block;
    position: absolute;
    transform: scale(.8);
    background: url(../img/chevron-down.png) no-repeat;
    right: 27px;
	top: 49px;
    cursor: pointer;
    width: 16px;
    height: 10px;
}



.tp-content-wrapper.img-selected::before {
    content: '';
    width: 75px;
    height: 75px;
    position: absolute;
    background: url(../img/img-checkmark.png) no-repeat;
    right: 10px;
    transform: scale(.75);
    top: 15px;
}

.checkbox-container .fa-info-circle {
    color: #dcdcdd;
    margin-left: 10px;
    position: absolute;
    top: 3px;
}


.opt-img-wrap {
    padding: 25px 15px;
    box-shadow: 0px 0px 5px #b1b1b1;
    max-width: 300px;
    display: none;
    position: absolute;
    z-index: 999;
    background: #fff;
}


.cont-wrap .opt-img-wrap {
    min-width: 230px;
}

.cont-wrap .opt-img-wrap img {
    max-height: 140px;
}

.two-wrap .opt-img-wrap,
.three-wrap .opt-img-wrap,
.four-wrap .opt-img-wrap {
    right: 0;
}

.one-wrap .opt-img-wrap {
    right: -105px;
    top: 55px;
}

.two-wrap .opt-img-wrap {
    right: 78px;
    top: 25px;
}

.three-wrap .opt-img-wrap {
    right: 93px;
    top: -91px;
}

.four-wrap .opt-img-wrap {
    right: 78px;
    top: -206px;
}

.five-wrap .opt-img-wrap {
    right: -105px;
    top: -216px;
}

.six-wrap .opt-img-wrap {
    right: -274px;
    top: -206px;
}

.seven-wrap .opt-img-wrap {
    right: -288px;
    top: -91px;
}

.eight-wrap .opt-img-wrap {
    right: -277px;
    top: 26px;
}

@media screen and (max-width:991px) {
    .two-wrap .opt-img-wrap {
        right: 66px;
    }
    .three-wrap .opt-img-wrap {
        right: 83px;
    }
    .four-wrap .opt-img-wrap {
        right: 68px;
    }
    .six-wrap .opt-img-wrap {
        right: -262px;
    }
    .seven-wrap .opt-img-wrap {
        right: -276px;
    }
    .eight-wrap .opt-img-wrap {
        right: -267px;
    }
}

@media screen and (max-width:575px) {
    .two-wrap .opt-img-wrap {
        right: 48px;
    }
    .three-wrap .opt-img-wrap {
        right: 62px;
    }
    .four-wrap .opt-img-wrap {
        right: 48px;
    }
    .six-wrap .opt-img-wrap {
        right: -244px;
    }
    .seven-wrap .opt-img-wrap {
        right: -258px;
    }
    .eight-wrap .opt-img-wrap {
        right: -250px;
    }
}

@media screen and (min-width:992px) {
    .cont-wrap .opt-img-wrap {
        min-width: 272px;
    }
    .one-wrap .opt-img-wrap {
        right: -125px;
    }
    .two-wrap .opt-img-wrap {
        right: 58px;
    }
    .three-wrap .opt-img-wrap {
        right: 72px;
    }
    .four-wrap .opt-img-wrap {
        right: 58px;
    }
    .five-wrap .opt-img-wrap {
        right: -125px;
    }
    .six-wrap .opt-img-wrap {
        right: -296px;
    }
    .seven-wrap .opt-img-wrap {
        right: -310px;
    }
    .eight-wrap .opt-img-wrap {
        right: -294px;
    }
}


/* New price card */


.second-content .numb-wrapper .show-info,
.st-t .price-card .show-info {
    content: '';
    width: 30px;
    height: 30px;
    background: url(../img/info.png) no-repeat;
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 15px;
    transform: scale(.8);
    cursor: help;
}


.price-card.new {
    position: relative;
}

.price-card.new .show-info {
    margin-bottom: 10px;
    cursor: auto !important;
}

.price-card.new .hovered-content {
    background: #f3f3f4;
    padding: 25px 15px;
    width: 350px;
    position: absolute;
    right: 8px;
    top: 55px;
    box-shadow: 0px 0px 5px #b1b1b1;
    z-index: 99;
    display: none;
}

.price-card.new .hovered-content::before {
    content: '';
    position: absolute;
    top: -10px;
    right: 17px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 12px solid #f3f3f4;
    z-index: 99999;
}

.price-card.new .hovered-content hr {
    border-top: 1px solid #5d5a59;
}

.price-card.new .hovered-content p,
.price-card.new .hovered-content p .price {
    font-size: 12px;
    margin-bottom: 5px;
    color: #5d5a59;
    font-family: 'Roboto Regular';
}

.price-card.new .hovered-content p .price {
    float: right;
}

.price-card.new .hovered-content p strong {
    font-family: 'Roboto Medium';
}

.price-card.new .hovered-content p em {
	font-style: normal;
}

.contact-main-section .dz-details, .contact-main-section .dz-filename, .contact-main-section .dz-success-mark, .contact-main-section .dz-error-mark { display: none; }
.ddz-preview { display: none; }


.clientarea-setup .form-check-inline input {
	display: inline-block;
}

.clientarea-setup input[type="checkbox"],
.clientarea-setup input[type="radio"]{
height: auto
}











.clientarea-setup .tabs li a .fas {
	display: inline-block;
	margin-right: 20px;
}

.sicherheit_wrap .sicherheit_item{
    color: #333;
}

.sicherheit_wrap .sicherheit_item h4,
.clientarea-setup h4,
.clientarea-setup h4 {
	color: #333;
	font-size: 18px;
	text-transform: uppercase;
	font-family: 'Roboto Regular';
}

.sicherheit_wrap .sicherheit_item h4::after,
.clientarea-setup h4::after,
.clientarea-setup h4::after {
	content: '';
	display: block;
	width: 80px;
	height: 2px;
	background: #df7a49;
	margin: 5px 0 15px 0;
}

.sicherheit_wrap .sicherheit_item:not(:last-child){
    margin-bottom: 40px;
}

.sicherheit_item .switch_wrap{
    margin-right: 25px;
    float: left;
}

.sicherheit_item  .text_wrap p{
    margin-bottom: 0;
}

.sicherheit_item  .text_wrap .status{
    font-family: 'Roboto Medium';
}


.sicherheit_item label.switch {
	margin-top: 0px;
}

.sicherheit_item  .text_wrap .waiting_for_confirmation {
    display: none;
}

.sicherheit_item .switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 24px;
  }
  
.sicherheit_item .switch input { 
    opacity: 0;
    width: 0;
    height: 0;
  }
  
.sicherheit_item .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #e0dfe1;
    box-shadow: 0 0 1px #ddd;
    border-radius: 34px;
    -webkit-transition: .3s;
    transition: .3s;
  }
  
.sicherheit_item .slider::before {
	position: absolute;
	content: "";
	height: 15px;
	width: 15px;
	left: 3px;
	bottom: 5px;
	background-color: white;
	border-radius: 50%;
	-webkit-transition: .3s;
	transition: .3s;
}
  

.sicherheit_item input:checked + .slider {
    background-color: #d36f3f;
}

.sicherheit_item input.waiting:checked + .slider {
    background-color: #e0dfe1;
}
  
  .sicherheit_item input:focus + .slider {
    box-shadow: 0 0 1px #ddd;
  }
  
.sicherheit_item input:checked + .slider:before {
    -webkit-transform: translateX(39px);
    -ms-transform: translateX(39px);
    transform: translateX(39px);
  }


  .sicherheit_item .btn_wrap::before,
.sicherheit_item .btn_wrap::after{
    content: '';
    display: block;
    clear: both;
}

.saveas_check_wrap .saveas_input_wrap{
    display: none;
}

.saveas_check_wrap .saveas_input_wrap input{
    padding: 10px 10px !important;
}

.voreinstelungen_btn_wrap{
    justify-content: space-between;
    align-items: center;
    display: flex;
    margin-top: 40px;
}

.voreinstelungen_btn_wrap .btn-abbrechen{
    color: #959494;
    font-family: 'Roboto Bold';
    text-transform: uppercase;
}

.voreinstelungen_btn_wrap .btn-abbrechen:hover{
    color: #5d5a49;
    text-decoration: none;
}

.voreinstelungen_btn_wrap .btn-orange{
    float: right;
}

.preferenzen_sub_nav{
    padding-left: 68px;
    margin: 5px 0;
    display: none;
}

li.active .preferenzen_sub_nav{
    display: block;
}

.preferenzen_sub_nav li:last-child{
    margin-bottom: 0 !important;
}

.clientarea-setup .preferenzen_sub_nav li a{
    background-color: transparent !important;
    border-left: none !important;
    color: #696965 !important;
    padding: 5px 10px !important;
    border-bottom: 1px solid transparent;
    font-size: 14px !important;
}

.preferenzen_sub_nav li a.selected{
    border-bottom: 1px solid #df7a49;
}

.clientarea-setup h4 span{
    color: #df7a49;
}

#preferenzen_tab .radio-container .checkmark::after {
	top: 2.5px;
	left: 2.5px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #df7a49;
}

div.hidden {
    display: none;
}

.vorlagen_table {
    width: 100%;
}

.vorlagen_table tr:not(:last-child),
.vorlagen_table thead tr{
    border-bottom: 1px solid #ddd;
}

.vorlagen_table tr td,
.vorlagen_table tr th{
    padding: 10px;
    width: 25%;
}

.vorlagen_table tr td:last-child a{
    padding-left: 35px;
}

.vorlagen_table tr a:hover{
    color: #5d5a49;
}






.partner_dashboard_wrap .order-section .links-row .pro-name{
    width: 380px;
}

.partner_dashboard_wrap .order-section .links-row .pro-type{
    width: 130px;
}

.partner_dashboard_wrap .order-section .order-completed .pro-type {
	width: 90px;
}

.partner_dashboard_wrap .partner_link_wrapper {
    margin: 20px 0;
}

.partner_dashboard_wrap .partner_link_wrapper img:hover{
    opacity: .9;
}

.partner_dashboard_wrap .contact_person_wrap{
    display: flex;
    padding: 20px 30px;
    background: #f9f9fb;
    flex-wrap: wrap;
}

.partner_dashboard_wrap .contact_person_wrap h3{
    font-size: 18px;
    color: #df7a49;
    text-transform: uppercase;
    font-family: 'Roboto Medium';
    text-align: center;
    width: 100%;
}

.partner_dashboard_wrap .contact_person_wrap p{
    margin-bottom: 0;
    font-size: 14px;
    color: #333;
}

.contact_person_wrap .contact_person{
    width: 50%;
    text-align: center;
    padding: 20px 30px;
}

.contact_person_wrap .contact_person .name{
    font-family: 'Roboto Bold';
    color: #df7a49;
    text-transform: uppercase;
    margin-top: 8px;
}

.contact_person_wrap .contact_person .designation{
    font-family: 'Roboto Medium';
    color: #5e5a58;
}

.contact_person .tel a,
.contact_person .email a{
    color: #5e5a58;
}

.contact_person .tel a:hover,
.contact_person .email a:hover{
    color: #df7a49;
    text-decoration: none;
}

.contact_person .tel .fa,
.contact_person .email .fa{
    color: #df7a49;
}

.contact_person_wrap .contact_person .duties{
    margin-bottom: 8px;
}

.current_credit_wrap{
    background-color: #f9f9fb;
    padding: 30px;
    border-radius: 5px;
    border: 3px solid #efefef;
    margin-top: 20px;
}

.current_credit_wrap .current_credit_main{
    display: flex;
    align-items: center;
}

.current_credit_main .img_box{
    width: 110px;
    margin-right: 30px;
}

.current_credit_main .text_box{
    font-family: 'Roboto Medium';
}

.current_credit_main .text_box .credit_head{
    text-transform: uppercase;
    font-size: 20px;
    color: #6e6b6a;
    margin-bottom: 5px;
}

.current_credit_main .text_box .credit_amount{
    color: #df7a49;
    font-size: 30px;
    margin-bottom: 0;
}

.text_box .credit_amount span{
    font-size: 24px;
}

.current_credit_wrap .more_link{
    text-align: right;
    font-family: 'Roboto Medium';
}

.current_credit_wrap .more_link a{
    font-size: 18px;
}

.current_credit_wrap .more_link a:hover{
    color: #5d5a49;
    text-decoration: none;
}


.bank-bal-sec .dropdown-srch{
    width: 500px;
    display: flex;
    flex-wrap: wrap;
}

.bank-bal-sec .dropdown-srch>div{
    width: 240px;;
}

.dropdown-srch .dropdown-link{
    background-color: #f9f9fb;
    color: #5d5a59;
    position: relative;
    display: block;
    border-radius: 7px;
    padding: 5px 15px;
    text-decoration: none;
    margin-right: 10px;
    height: 35.6px;
}

.dropdown-srch .dropdown-link .fa{
    position: absolute;
    right: 15px;
    top: 9px;
}

.dropdown-srch .dropdown-menu{
    min-width: 230px;
}

.dropdown-srch .dropdown-item:hover{
    background-color: #f9f9fb !important;
}

.dropdown-srch .input-group-srch{
    position: relative;
    margin-left: 10px;
}

.input-group-srch input{
    border: 1px solid #d5d5d5;
    border-radius: 7px;
    color: #5d5a59;
    padding: 5px 15px;
    width: 100%;
}

.input-group-srch input::placeholder{
    color: #d2d2d2;
}

.input-group-srch input:focus{
    border: 1px solid #5d5a59;
    outline: 0;
    box-shadow: none;
}

.input-group-srch .icon{
    position: absolute;
    right: 15px;
    top: 5px;
    z-index: 999;
    color: #d2d2d2;
    background-color: #fff;
    transition: .3s all;
}

.input-group-srch .icon:hover{
    color: #5d5a59;
}

.bank-bal-table{
    border-collapse: separate;
    border-spacing: 0;
}

.bank-bal-table th{
    text-transform: uppercase;
    color: #df7a49;
    font-family: 'Roboto Medium';
    font-weight: normal;
    font-size: 14px;
    padding: 10px 30px !important;
    padding-bottom: 5px !important;
}

.bank-bal-table tr.spacer{
    display: block;
    margin-bottom: 5px;
}

.bank-bal-table td{
    padding: 20px 30px !important;
    border-top: 3px solid #ddd;
    border-bottom: 3px solid #ddd;
    color: #333;
}

.bank-bal-table tr td:first-child{
    border-left: 3px solid #ddd;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.bank-bal-table tr td:last-child{
    border-right: 3px solid #ddd;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.bank-bal-table th.project,
.bank-bal-table td.project{
    width: 450px;
}

.bank-bal-table a{
    color: #5d5a59;
}

.bank-bal-table a:hover{
    color: #df7a49;
}

.bank-bal-table .date,
.bank-bal-table .amount{
    font-family: 'Roboto Medium';
}

.bank-bal-table .amount {
	text-align: right;
}

.bank-bal-table .amount.green{
    color: #5fb056;
}

.bank-bal-table .project-info{
    font-size: 12px;
    margin-top: 8px;
    display: none;
}

.bank-bal-table .project-info p{
    margin-bottom: 0;
}

.bank-bal-table .project-info .invoice-no,
.bank-bal-table .project-info .order-no{
    text-transform: uppercase;
    font-family: 'Roboto Medium';
}

.project-info .invoice-no span,
.project-info .order-no span{
    margin-left: 10px;
}

.bank-bal-table .project-info .position{
    margin-top: 8px;
}

.project-info .position strong{
    font-family: 'Roboto Medium';
    font-weight: normal;
}

.project-info .position span{
    display: block;
}

.bank-bal-sec .bank-bal-row{
    margin: 30px 0;
}

.bank-bal-sec .current-bal-wrap{
    background-color: #f9f9fb;
    text-align: center;
    padding: 50px 20px;
    margin-top: 40px;
    margin-bottom: 30px;
    color: #333;
    font-family: 'Roboto Medium';
}

.current-bal-wrap .current-bal-head{
    font-size: 20px;
}

.current-bal-wrap .bal{
    font-size: 42px;
    display: inline-block;
    background-color: #fff;
    padding: 3px 20px;
    border: 3px solid #ddd;
    border-radius: 5px;
}

.current-bal-wrap .bal span{
    font-size: 24px;
}

.current-bal-wrap .bal-green{
    color: #5fb056;
}

.current-bal-wrap .bal-red{
    color: #E31519;
}

.pagination-bank-bal{
    margin: 20px 0 0 30px;
}

.pagination-bank-bal li{
    margin: 0 2px;
}

.pagination-bank-bal li a{
    text-decoration: none;
    width: 21px;
    height: 21px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 0;
    border-radius: 50%;
}

.pagination-bank-bal li a:hover{
    background-color: #e8e8e8;
}

.pagination-bank-bal li a.active{
    font-family: 'Roboto Medium';
    background-color: #e8e8e8;
}





.project-list-heading li {
    font-family: 'Roboto Medium';
    color: #df7a49;
    text-transform: uppercase;
    text-decoration: none;
}

.revision-projectlist .single-project-list {
    border: none;
    border-top: 1px solid #ececeb;
    border-bottom: 1px solid #ececeb;
}

.revision-projectlist .single-project-list:last-child {
    border-bottom: none;
}

.revision-projectlist .job-id {
    width: 130px;
}

.revision-projectlist .projektname {
    width: 170px;
}

.revision-projectlist .produkt {
    width: 230px;
}

.revision-projectlist .info-link {
    width: 190px;
    float: right;
}

@media screen and (max-width:1199px) {
    .revision-projectlist .info-link {
        float: none;
    }
}

.revision-projectlist .info-link {
    color: #df7a49;
}

.revision-projectlist .info-link:hover {
    text-decoration: underline;
}

.revision-projectlist .info-link.disabled, #jobcancellink a.disabled, #jobcancellink a.disabled .text-red {
    color: #696965;
	cursor: default;
}

.revision-projectlist .info-link.disabled:hover, #jobcancellink a.disabled:hover {
	text-decoration: none;
}

.select-wrapper {
    position: relative;
}

.select-wrapper select {
    appearance: none;
    -webkit-appearance: none;
    padding: 8px 10px;
}

.select-wrapper.produkt .select-arrow {
    bottom: 8px !important;
    right: 15px;
}

.revision-projectlist .edit-field {
    margin-top: 15px;
    height: 80px;
    display: none;
}

.form-control {
    border: 3px solid #efefee;
    padding: 15px 20px;
    display: block;
    outline: none;
    box-shadow: none;
    color: #696965;
    height: 100%;
    border-radius: .5rem;
    font-family: 'Roboto Light';
}

.form-control:focus {
    border: 3px solid #f2cab6;
    box-shadow: none;
}

.project-sidebar-wrap {
    margin-bottom: 150px;
}

.project-sidebar {
    background: #f9f9fb;
    padding: 30px;
    margin-top: 40px;
    font-size: 14px;
    color: #696965;
}

.sidebar-input-field {
    height: 180px !important;
}

.sidebar-input-field,
.edit-field {
    resize: none;
}

.file-upload-content {
    display: none;
}

.btn-green {
    background-color: #5fb157;
    color: #fff;
}

.btn-green:hover {
    color: #fff;
}

.project-sidebar .heading {
    font-family: 'Roboto Medium';
    text-transform: uppercase;
    color: #696965;
    font-size: 16px;
}

.project-sidebar .drag-text {
    padding: 15px 0;
}

.project-sidebar .drag-text img {
    max-width: 30px;
}

.project-sidebar-wrap .abort {
    text-transform: uppercase;
    text-decoration: none;
    color: #959494;
    font-family: 'Roboto Medium';
}

.project-sidebar-wrap .abort:hover {
    color: #df7a49;
}

.format-wrap .format-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
}

.format-item .name {
    font-family: 'Roboto Medium';
}

.format-item .select-wrapper {
    min-width: 140px;
}

.format-item .select-wrapper .select-arrow {
    right: 15px;
    bottom: 18px !important;
    font-size: 14px;
}

.format-item .icon {
    cursor: pointer;
}

.format-item .icon:hover {
    color: #df7a49;
}

.tooltip>.tooltip-inner {
    background-color: #000;
    color: #fff;
    padding: 5px 15px;
}

.project-sidebar .checkbox-container {
    font-size: 13px;
}

.revision-projectlist .single-project-list a,
.revision-projectlist .single-project-list p,
.revision-projectlist select {
    font-size: 16px;
}

.revision-projectlist .project-checkbox {
    width: 100px;
    display: inline-block;
}

.project-list-heading .project-checkbox {
    margin-bottom: 10px;
}

.revision-projectlist1 .job-id {
    width: 250px;
}

.revision-projectlist1 .projektname {
    width: 250px;
}

.project-top-wrap {
    background: #f9f9fb;
    padding: 5px 30px;
    color: #333;
    margin-bottom: 30px;
}

.project-top-wrap ul {
    margin-bottom: 0;
}

.project-top-wrap li {
    display: inline-block;
    margin: 15px 0;
    padding: 0 15px;
    color: #333;
    border-right: 2px solid #7b7b7c;
}

.project-top-wrap li:last-child {
    border-right-color: transparent;
}

.project-top-wrap li .title {
    font-family: 'Roboto Regular';
    text-transform: uppercase;
}

.project-list-buttuons {
    margin-bottom: 150px;
}

.project-list-buttuons .btn-gold {
    background: #efce4c;
    color: #fff;
    margin-bottom: 10px;
}

.btn-high {
    max-width: 190px;
}

.download-modal .modal-dialog {
    width: 600px;
    max-width: 100%;
}

.download-modal .modal-content {
    padding: 20px 50px;
    text-align: left;
    color: #282828;
    font-size: 14px;
}

.download-modal h2 {
    font-family: 'Roboto Medium';
    font-size: 42px;
    color: #df7a49;
    text-align: center;
    margin-bottom: 25px;
}

.download-modal .format-title {
    font-family: 'Roboto Bold';
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.format-type .format-item {
    padding: 15px 12px;
    font-size: 12px;
    text-align: center;
    display: inline-block;
    background: #ebebeb;
    color: #282828;
    border-radius: 8px;
    width: 115px;
    margin-right: 5px;
    cursor: pointer;
    border: 2px solid transparent;
    font-family: 'Roboto BOld';
}

.format-type .format-item:hover {
    border-color: #df7a49;
}

.format-item.active {
    background: #df7a49;
    color: #fff;
}

.download-modal .button-wrap {
    margin: 15px;
    text-align: center;
}

.download-modal .button-wrap a {
    margin: 5px;
}

.button-wrap .btn-green {
    border: 2px solid #5fb157;
}

.btn-green.btn-outline {
    border: 2px solid #5fb157;
    background: transparent;
    color: #5fb157;
}

.btn-green.btn-outline:hover {
    background: #5fb157;
    color: #fff;
    border-color: transparent;
}

.download-modal .btn-transparent {
    color: #959494;
    font-family: 'Roboto Bold';
    display: inline-block;
    width: 150px;
    margin: auto;
}

.download-modal .btn-transparent:hover {
    box-shadow: none !important;
    color: #df7a49;
}

.format-download-hint {
    position: relative;
}

.fa-info-circle {
    color: #dcdcdd;
    position: absolute;
    right: 15px;
    top: 5px;
    font-size: 18px;
    cursor: pointer;
}

.format-download-hint .hovered-content {
    background: #fff;
    padding: 25px 15px;
    width: 350px;
    position: absolute;
    right: 8px;
    top: 22px;
    box-shadow: 0px 0px 5px #b1b1b1;
    z-index: 99;
    display: none;
}

.format-download-hint .hovered-content:hover {
    display: block;
}

.format-download-hint .fa:hover~.hovered-content {
    display: block;
}

.format-download-hint .count {
    font-family: 'Roboto Bold';
}

@media screen and (max-width:767px) {
    .format-type .format-item {
        margin-right: 0;
        margin-bottom: 5px;
    }
}



.bank-bal-sec .current-bal-wrap{
    padding: 30px 20px;
}

.alarm_modal_opener a:hover{
    color: #5d5a49;
}

.alarm_modal .modal-dialog {
	max-width: 700px;
	margin: 20px auto;
	box-shadow: 0 0 3px 3px #5d5a59;
}

.alarm_modal .modal-content {
	padding: 50px;
	border: none;
    font-family: 'Roboto Light';
    text-align: center;
}

.alarm_modal .modal_head .heading {
	font-size: 36px;
	color: #df7a49;
	text-transform: uppercase;
	font-family: 'Roboto Medium';
    margin-bottom: 5px;
}

.alarm_modal .modal_head .subheading{
    font-size: 14px;
    color: #696965;
    margin-bottom: 0;
}

.alarm_modal .modal_footer .btn-close {
	font-size: 22px;
	color: #716e6d;
	text-decoration: none;
	font-family: 'Roboto Regular';
}

.alarm_modal .modal_footer .btn-close:hover {
	color: #333;
}

.alarm_modal .modal_body .input_group{
    margin: 40px 0;
    text-align: center;
}

.alarm_modal .input_group input{
    border: 3px solid #efefee;
    padding: 8px 10px;
    display: inline-block;
    outline: none;
    box-shadow: none;
    color: #696965;
    height: 100%;
    border-radius: .5rem;
    width: 105px;
    text-align: center;
    font-family: 'Roboto Regular';
}

.alarm_modal .input_group input:focus {
	border: 3px solid #f2cab6;
	box-shadow: none;
}

.alarm_modal .modal_body .check{
    background-color: #5fb056;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    margin-left: 10px;
    transition: .3s all;
    display: none;
}

.alarm_modal .modal_body .check.show{
    transition: .3s all;
    display: inline-flex
}

.alarm_modal .modal_body .email{
    margin-bottom: 40px;
}

.alarm_modal .modal_body .email span{
    font-family: 'Roboto Medium';
}

.alarm_modal .modal_body{
    color: #696965
}


/* detail V2 */
.project_top_head{
    border: 1px solid #d7d7d8;
    background-color: #f9f9fb;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 0 40px;
    font-size: 18px;
    color: #333;
    margin-bottom: 60px;
}
.project_top_head p{
    margin-bottom: 0;
    padding: 15px 0;
}

.project_top_head .datum{
    border-right: 1px solid #d7d7d8;
    border-left: 1px solid #d7d7d8;
    padding: 15px 50px;
}

.project_top_head strong{
    font-family: 'Roboto Regular';
    font-weight: normal;
}

.order_timeline_wrap .timeline_progress{
    display: flex;
    margin: auto;
}

.timeline_items_all{
    display: flex;
    justify-content: space-between;
    margin-top: 13px;
}

.timeline_items_all .timeline_item{
    position: relative;
    color: #5d5a59;
    width: 50%;
    text-align: center;
}

.timeline_items_all .timeline_item::after{
    content: '';
    display: block;
    position: absolute;
    background-color: #d9d8d7;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    border: 5px solid #fff;
    left: 50%;
    transform: translateX(-50%);
    top: -30px;
}

.timeline_items_all .timeline_item::before{
    content: '';
    display: block;
    width: 100%;
    height: 5px;
    background-color: #d9d8d7;
    position: absolute;
    top: -18px;
    left: 50%;
    z-index: -1;
}

.timeline_items_all .timeline_item.active::before{
    background-color: #df7a49;
}

.timeline_items_all .timeline_item:last-child:before{
    display: none;
}

.timeline_item.active::after{
    content: "\f00c";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #fff;
    background-color: #df7a49;
    font-size: 14px;
    text-indent: 3px;
}


.timeline_item .icon_text{
    opacity: .5;
}

.timeline_item.active .icon_text,
.timeline_item:hover .icon_text{
    opacity: 1;
}

.timeline_item .icon_text img{
    height: 30px
}

.timeline_item .icon_text>p{
    font-family: 'Roboto Medium';
    font-size: 12px;
    margin-top: 5px;
}

.timeline_item .hover_box{
    background-color: #f9f9fb;
    border: 1px solid #d9d8d7;
    text-align: center;
    border-radius: 5px;
    padding: 10px;
    font-family: 'Roboto Bold';
    position: absolute;
    top: 43%;
    left: 50%;
    transform: translatex(-50%);
    min-width: 100%;
    z-index: 999;
    display: none;
    min-height: 90px;
}

.timeline_item .hover_box>p{
    font-size: 13px;
    margin-bottom: 3px;
	min-width: 100%;
	display: block;
	line-height: 1;
	height: 30px;
}

.timeline_item.last_item::before{
	background: linear-gradient(90deg, #df7a49 50%, #d9d8d7 50%, #d9d8d7 100%) !important;
}

.timeline_item.active .hover_box .translate {
	display: none;
}

.timeline_item.last_item .hover_box .translate {
	display: block;
}



.timeline_item .hover_box .fa-info-circle{
	position: static;
    color: #bbb;
    cursor: pointer;
    font-size: 22px;
}

.timeline_item .hover_box .icons{
    display: flex;
    justify-content: center;
    align-items: center;
}

.timeline_item .hover_box .link_i{
    background-color: #db0f0f;
    color: #fff;
    font-size: 12px;
    padding: 4px;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    margin-left: 5px;
}

.timeline_item .hover_box .link_i:hover{
    background-color: #df7a49;
}

.timeline_item .hover_box .link_t{
    display: block;
    font-size: 10px;
    color: #db0f0f;
    text-decoration: none;
    line-height: 1.1;
    margin-top: 5px;
}

.timeline_item .hover_box .link_t:hover{
    color: #df7a49;
}

.hover_box .hover_info_box {
	padding: 25px 15px;
	box-shadow: 0px 0px 5px #b1b1b1;
	min-width: 200px;
	display: none;
	position: absolute;
	z-index: 999;
	background: #fff;
    font-family: 'Roboto Light';
    font-size: 12px;
    top: 65%;
    left: 50%;
    transform: translatex(-50%);
}

.project_as_table{
    margin-top: 70px;
}

.project_as_table .t_head .t_row{
    padding: 15px 40px;
    padding-bottom: 5px;
}

.project_as_table .t_body .t_row{
    border: 3px solid #ddd;
    border-radius: 5px;
    padding: 15px 40px;
    margin-bottom: 5px;
}

.project_as_table .t_data{
    display: flex;
    flex-wrap: wrap;
}

.project_as_table .t_head{
    font-family: 'Roboto Medium';
    color: #df7a49;
    text-transform: uppercase;
}

.project_as_table .checkbox{
    width: 8%;
}

.project_as_table .auftragsnumer{
    width: 27%;
}

.project_as_table .etagenname{
    width: 25%;
}

.project_as_table .produkt{
    width: 17%;
}

.project_as_table .status{
    width: 17%;
}

.project_as_table .icon{
    text-align: right;
    width: 6%;
    color: #a8a19e;
}

.project_as_table .t_body .t_data{
    font-family: 'Roboto Light';
    color: #333333;
}

.project_as_table .green_dot, .project_as_table .gray_dot, .project_as_table .orange_dot, .project_as_table .blue_dot, .project_as_table .lightblue_dot, .project_as_table .darkblue_dot, .project_as_table .red_dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #5fb157;
    display: inline-block;
}

.project_as_table .gray_dot {
    background: #b7b7b7;
}

.project_as_table .orange_dot {
    background: #df7a49;
}

.project_as_table .blue_dot {
    background: #4646C7;
}

.project_as_table .lightblue_dot {
    background: #94d5f5;
}

.project_as_table .darkblue_dot {
    background: #69bdd2;
}

.project_as_table .red_dot {
    background: #ad4b56;
}


.project_as_table .icon .fa{
    cursor: pointer;
}

.project_as_table .icon .fa:hover{
    color: #df7a49;
}

.data_invisible{
    display: none;
}

.data_invisible.show{
    display: block;
}

.data_invisible>.head{
    padding: 10px 20px;
    border-top: 2px solid #ddd;
    border-bottom: 2px solid #ddd;
    margin-top: 30px;
}

.data_invisible .head{
    font-family: 'Roboto Medium';
    color: #333;
}

.data_invisible .links_wrap{
    padding: 0 20px 40px 20px;
}

.data_invisible .links_wrap .head{
    margin-bottom: 0;
}

.data_invisible .links_wrap a{
    font-size: 14px;
    text-decoration: underline;
    margin-right: 5px;
}

.data_invisible .links_wrap a:hover{
    color: #5d5a49;
}

.probox_items_wrap{
    margin: 25px 0;
}

.probox_items_wrap .probox_item{
    background-color: #f9f9fb;
    padding: 30px 30px;
    border-radius: 5px;
    margin-bottom: 10px;
}

.probox_item .pro_title,
.property_info_wrap .property_title{
    font-family: 'Roboto Bold';
    text-transform: uppercase;
    color: #333;
    font-size: 18px;
    margin-bottom: 15px;
    padding: 0 15px 15px 15px;
    border-bottom: 2px solid #ddd;
}

.probox_item .pro_title span,
.property_info_wrap .property_title span{
    font-family: 'Roboto Light';
}

.probox_item .detail_head,
.property_info_wrap .property_d_h{
    font-family: 'Roboto Medium';
    color: #333;
    font-size: 18px;
    margin-bottom: 5px;
}

.col-md-4 .property_d_h:not(:first-child),
.col-md-3 .property_d_h:not(:first-child) {
	    margin-top: 20px;
}

.probox_item .row{
    margin-right: 0;
    margin-left: 0;
}

.probox_item p,
.property_info_wrap p{
    margin-bottom: 0;
    color: #696965;
}

.probox_item .pro_color{
    display: flex;
    align-items: center;
    margin-left: 0px;
}

.pro_color .color_box{
    background-color: #f4f1ea;
    width: 27px;
    height: 27px;
    border-radius: 50%;
    border: 3px solid #5e5b5a;
    display: inline-block;
    margin-right: 8px;
}

.property_info_wrap{
    padding: 30px;
}



.property_info_wrap .property_title{
    color: #df7a49;
    padding-left: 0;
}

.property_info_wrap .property_title span{
    color: #333;
    font-family: 'Roboto Light';
}

.download_file{
    margin-top: 10px;
}

.download_file li a{
    text-decoration: underline;
}

.download_file li a:hover{
    color: #5d5a49;
}

.property_info_wrap .preview_data_wrap,
.property_info_wrap .add_data_wrap{
    margin-top: 30px;
    font-size: 14px;
}

.preview_data_wrap a{
    display: inline-block;
    text-decoration: none;
}

.preview_data_wrap a:hover{
    color: #5d5a49;
}

.add_data_wrap a{
    color: #333;
    text-decoration: none;
}

.add_data_wrap a:hover{
    color: #df7a49;
}

.detail_modal .modal-dialog{
	max-width: 700px;
	margin: 20px auto;
	box-shadow: 0 0 3px 3px #5d5a59;
}

.detail_modal .modal-content{
	padding: 50px;
	border: none;
}

.detail_modal .modal_head{
    margin-bottom: 20px;
}

.modal_head .heading{
	font-size: 36px;
	color: #df7a49;
	text-transform: uppercase;
	font-family: 'Roboto Medium';
	text-align: center;
    margin-bottom: 0;
}

.modal_head .subheading{
    font-size: 18px;
    font-family: 'Roboto Medium';
	text-align: center;
	color: #df7a49;
}

.detail_modal .modal_body{
    height: 280px;
    overflow-y: scroll;
    padding: 0 15px;
}

.detail_modal .modal_body p{
    font-size: 14px;
    color: #696965;
    margin-bottom: 18px;
}

.detail_modal .modal_footer{
    text-align: center;
    margin-top: 18px;
}

.detail_modal .modal_footer .btn-close{
    font-size: 22px;
    color: #716e6d;
    text-decoration: none;
    font-family: 'Roboto Regular';
}

.detail_modal .modal_footer .btn-close:hover{
    color: #333;
}

.detail_modal.add_details .modal_body{
    height: auto;
    overflow-y: hidden;
}

.detail_modal .modal_body textarea{
    height: 200px;
    resize: none;
    font-size: 18px;
}

.detail_modal .modal_body textarea:focus{
    border: 3px solid #f2cab6;
    box-shadow: none;
}

.detail_modal .modal_footer{
    display: flex;
    flex-direction: column;
    padding: 0 120px;
}

.detail_modal .modal_footer .btn-orange {
	font-family: 'Roboto Bold';
	padding: 13px 20px;
	background: #df7a49;
	font-size: 22px;
    margin-bottom: 20px;
}

.detail_modal .modal_footer .btn-orange:hover {
	background: #5d5a59;
}

.detail_modal.add_details .modal_footer{
    margin-top: 30px;
}

.propertyinfo_row_wrap{
    border-bottom: 2px solid #ddd;
    padding-bottom: 30px;
}

.form-control {
	border: 3px solid #efefee;
	padding: 15px 20px;
	display: block;
	outline: none;
	box-shadow: none;
	color: #696965;
	height: 100%;
	border-radius: .5rem;
	font-family: 'Roboto Light';
}

.form-control:focus{
    border: 3px solid #f2cab6;
    box-shadow: none;   
}

.invoice_receiver{
    color: #333;
    padding: 25px 30px 25px 35px;
    border-top: 2px solid #ddd;
    margin-top: 20px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.invoice_receiver:last-child {
    margin-bottom: 50px;
    margin-top: 20px;
    border-bottom: 2px solid #ddd;
    padding-bottom: 25px;
}


.invoice_receiver p{
    margin-bottom: 0;
}

.order_delivery_wrap{
    text-align: center;
    color: #333;
}

.order_delivery_wrap .deliver_date_wrap{
    background-color: #f9f9fb;
    padding: 25px 15px;

}

.order_delivery_wrap .deliver_date_wrap p{
    margin-bottom: 0;
}

.deliver_date_wrap .head{
    font-family: 'Roboto Medium';
    font-size: 16px;
}

.deliver_date_wrap .date,
.deliver_date_wrap .time{
    font-family: 'Roboto Bold';
    font-size: 22px;
    color: #df7a49;
    margin-top: 5px;
}

.deliver_date_wrap .time{
    font-size: 16px;
    margin-top: -5px;
}

.order_delivery_wrap .delay{
    font-family: 'Roboto Regular';
    font-size: 14px;
    padding: 1rem 15px 0 15px;
}

.order_delivery_wrap .delay span{
    font-family: 'Roboto Bold';
}

.order_delivery_wrap .btn{
    display: block;
    margin-bottom: 30px;
}

.additional_action_wrap{
    background-color: #f9f9fb;
    padding: 30px 25px;
    text-align: center;
}

.additional_action_wrap h4,
.frequent_q_wrap h4{
    font-family: 'Roboto Medium';
    font-size: 18px;
    margin-bottom: 1rem;
}

.additional_action_wrap .btn{
    display: block;
    margin-bottom: 10px;
}

.btn-gray {
	background-color: #a8a19e;
	color: #fff;
}

.btn-green {
	background-color: #5fb157;
	color: #fff;
}

.btn-gold {
	background-color: #efce4c;
	color: #fff;
}

.btn-red {
	background-color: #db0f0f;
	color: #fff;
}

.btn-green:hover, .btn-gray:hover, .btn-gold:hover, .btn-red:hover{
    background-color: #5d5a49;
    color: #fff;
}

.frequent_q_wrap{
    padding: 30px 25px;
}

.frequent_q_wrap .q_opener a{
    color: #df7a49;
    font-family: 'Roboto Medium';
    text-decoration: underline;
    display: inline-block;
    margin-bottom: 5px;
    font-size: 14px;
}

.frequent_q_wrap .q_opener a:hover{
    color: #5d5a49;
}

.frequent_q_wrap .detail_modal .modal-dialog{
    max-width: 780px;
}

.frequent_q_wrap .detail_modal .modal_body{
    height: auto;
    overflow-y: none;
}

.tabs-common li a {
	color: #5d5a59;
	text-decoration: none;
	text-transform: uppercase;
	font-family: 'Roboto Bold';
	display: block;
	padding: 15px;
	padding-left: 20px;
	border-left: 5px solid transparent;
	background-color: #f9f9fb;
	outline: none;
    font-size: 13px;
}

.tabs-common li{
	margin-bottom: 3px;
}

.tabs-common li a.active {
	background-color: #ececed;
	border-left: 5px solid #df7a49;
	color: #df7a49;
}

#confirmDelete .modal_footer{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

#confirmDelete .modal_footer .btn-orange{
    font-size: 16px;
    padding: 13px 30px;
    margin: 0 25px 0 0;
}

.personsInfo {
    display: none;
    padding: 25px 0px 0 35px;
}

.gift-wrap {
    margin: 0 25px;
    border-bottom: 1px solid #efefee;
    border-top: 1px solid #efefee;
    padding: 25px;
}

.gift-wrap:last-child {
    border-top: none;
}

.gift-wrap .checkbox-container {
    margin-bottom: 0;
}

.gift-wrap .form-control, .gift-wrap select {
    padding: 11px 11px;
    font-size: 14px;
    line-height: 1.1;
}

.bredcrumb-section {
    background: url(../img/bredcrumb-bg.png) right/cover no-repeat;
    padding: 50px 0;
    margin-top: 30px;
}

.bredcrumb-section h1 {
    font-size: 48px;
    font-family: 'Roboto Medium';
    text-transform: uppercase;
    color: #df7a49;
}

.login-section {
    margin: 100px 0;
}

.login-section .login-col {
    max-width: 650px;
    margin: 0 auto;
}

.login-section .form-control {
    border: 3px solid #efefee;
    padding: 15px 20px;
    color: #696965;
    height: 100%;
    border-radius: .5rem;
    font-family: 'Roboto Light';
}

.login-section .form-control:focus {
    box-shadow: none;
    border: 3px solid #f2cab6;
}

.login-section h2 {
    text-transform: uppercase;
    font-family: 'Roboto Medium';
    color: #df7a49;
    font-size: 30px;
    margin-bottom: 20px;
}

.login-section .btn-orange {
    margin-top: 20px;
    display: block;
    width: 100%;
    padding: 15px;
}

.login-section .btn-orange .fa {
    transition: .3s all ease;
}

.login-section .btn-orange:hover .fa {
    padding-left: 10px;
}



.select-form .options{
    display: none;
    padding-left: 30px;
}

.options .selectBoxWrap select{
    padding: 10px 10px !important;
}

.pop-btn-wrap a{
    font-size: 14px;
    font-family: 'Roboto Medium';
}
.pop-btn-wrap a strong{
    font-family: 'Roboto Bold';
    color: #3b75e0;
    text-transform: uppercase;
    font-weight: normal;
}

.pop-btn-wrap a:hover, .pop-btn-wrap a .fa-pen{
    color: #5d5a49;
    text-decoration: none;
}

.pop-btn-wrap a:hover .fa-exclamation, .pop-btn-wrap a:hover .fa-pen{
    color: #df7a49;
}

.frag-popup .modal-dialog{
    max-width: 1090px;
    box-shadow: 0 0 3px 3px #5d5a79;
}

.frag-popup .modal-content{
    padding: 70px 80px;
    border: none;
}

.frag-popup .modal-content p, .frag-popup .modal-content li, .frag-popup .modal-content .checkbox-container, .frag-popup .modal-content ul, .frag-popup .modal-content .form-group{
    margin-bottom: 0;
}

.frag-popup .modal-content>h3{
    font-size: 32px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.font-light{
    font-family: 'Roboto Light';
}

.font-regular{
    font-family: 'Roboto Regular';
}

.font-medium{
    font-family: 'Roboto Medium';
}

.font-bold{
    font-family: 'Roboto Bold';
}

.frag-popup .modal-content .fragpop-row-wrap{
    border-bottom: 1px solid #e1e1e1;
    padding: 20px 0;
}

.frag-popup .modal-content .fragpop-row-wrap.border-0 {
	padding-bottom: 0px;
}

.frag-popup .modal-content .fragpop-row-wrap.pT-0 {
	padding-top: 0px;
}


.frag-popup .fragpop-main-cont, .frag-popup .fragpop-btn-wrap {
/*    width: 550px;*/
    max-width: 100%;
    margin: 0 auto;
}

.frag-popup .modal-content .font-regular{
    color: #67605d
}

.frag-popup .fragpop-main-cont.deckenhohe-cont input,
.frag-popup .fragpop-main-cont input.fragInput,
.frag-popup .fragpop-main-cont.punkt-fur-cont select,
.frag-popup .fragpop-main-cont select.fragSelect {
    padding: 0px 10px;
/*    width: 65px;*/
    border-radius: 3px;
    font-size: 15px;
    border-width: 1px;
}

.frag-popup .fragpop-main-cont.punkt-fur-cont select,
.frag-popup .fragpop-main-cont select.fragSelect
{
    width: 156px;
    padding: 1px 10px;
}

.frag-popup .wohnfleche-cont .frag-sublevel, .frag-popup .wohnfleche-cont .question p
{
    border-left: 2px solid #df7a49;
    margin-left: 15px;
    padding-left: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
}

.frag-popup .fragpop-main-cont.wohnfleche-cont{
    margin: 15px auto;
    margin-bottom: 5px;
}

.frag-popup .subrow-bottom-wrap{
    width: 550px;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
}

.frag-popup .subrow-bottom-wrap::before {
	content: '';
	display: block;
	width: 2px;
	height: 100%;
	border-left: 2px solid #df7a49;
	position: absolute;
	z-index: 999;
	left: 60px;
}

.frag-popup .subrow-bottom-wrap .frag-sublevel{
    padding-left: 60px;
}

.frag-popup .subrow-bottom-wrap .frag-subrow{
    margin: 15px 0;
}

.frag-popup .fragpop-btn-wrap{
    margin: 30px auto;
    padding-left: 75px;
}

.frag-popup .fragpop-btn-wrap .btn-close{
    color: #959494;
}

.frag-popup .fragpop-btn-wrap .btn-close:hover{
    color: #5d5a49;
    text-decoration: none;
}

.frag-popup .fragpop-btn-wrap .btn-green{
    background: #38b549;
    color: #fff;
    padding: 15px 40px;
    border: 1px solid #38b549;
}

.frag-popup .fragpop-btn-wrap .btn-green:hover{
    background: transparent;
    border: 1px solid #38b549;
    color: #38b549;
}

.fragPopOpener .fa-check{
    color: #38b549;
}

a.fragPopOpener.done {
	color: #696965;
}

div.fragOpener a.done { display: none; }
div.fragOpener.done a { display: none; }
div.fragOpener.done a.done { display: block; }

.frag-popup .modal-content .fragpop-row-wrap.pT-0 .frag-subrow {
	margin-top: 0px;
	margin-bottom: 0px;
}

.frag-popup .modal-content .fragpop-row-wrap.pT-0 .frag-subrow:first-child {
	margin-top: 15px;
}

.frag-popup .modal-content .fragpop-row-wrap.pT-0 .frag-subrow .question p {
	padding-top: 10px;
	padding-bottom: 10px;
}

.frag-popup .fragpop-main-cont.deckenhohe-cont input,
.frag-popup .fragpop-main-cont input.fragInput,
.frag-popup .fragpop-main-cont.punkt-fur-cont select,
.frag-popup .fragpop-main-cont select.fragSelect {
    padding: 0px 10px;
/*    width: 65px;*/
    border-radius: 3px;
    font-size: 15px;
    border-width: 1px;
}

.frag-popup .fragpop-main-cont.punkt-fur-cont select,
.frag-popup .fragpop-main-cont select.fragSelect
{
    width: 156px;
    padding: 1px 10px;
}

.frag-popup .wohnfleche-cont .frag-sublevel, .frag-popup .wohnfleche-cont .question p
{
    border-left: 2px solid #df7a49;
    margin-left: 15px;
    padding-left: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
}

.frag-popup .fragpop-main-cont.wohnfleche-cont{
    margin: 15px auto;
    margin-bottom: 5px;
}

.frag-popup .subrow-bottom-wrap{
    width: 550px;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
}

.frag-popup .subrow-bottom-wrap::before {
	content: '';
	display: block;
	width: 2px;
	height: 100%;
	border-left: 2px solid #df7a49;
	position: absolute;
	z-index: 999;
	left: 60px;
}

.frag-popup .subrow-bottom-wrap .frag-sublevel{
    padding-left: 60px;
}

.frag-popup .subrow-bottom-wrap .frag-subrow{
    margin: 15px 0;
}

.frag-popup .fragpop-btn-wrap{
    margin: 30px auto;
    padding-left: 75px;
}

.frag-popup .fragpop-btn-wrap .btn-close{
    color: #959494;
}

.frag-popup .fragpop-btn-wrap .btn-close:hover{
    color: #5d5a49;
    text-decoration: none;
}

.frag-popup .fragpop-btn-wrap .btn-green{
    background: #38b549;
    color: #fff;
    padding: 15px 40px;
    border: 1px solid #38b549;
}

.frag-popup .fragpop-btn-wrap .btn-green:hover{
    background: transparent;
    border: 1px solid #38b549;
    color: #38b549;
}

.fragPopOpener .fa-check{
    color: #38b549;
}

a.fragPopOpener.done {
	color: #696965;
}

div.fragOpener a.done { display: none; }
div.fragOpener.done a { display: none; }
div.fragOpener.done a.done { display: block; }

.frag-popup .modal-content .fragpop-row-wrap.pT-0 .frag-subrow {
	margin-top: 0px;
	margin-bottom: 0px;
}

.frag-popup .modal-content .fragpop-row-wrap.pT-0 .frag-subrow:first-child {
	margin-top: 15px;
}

.frag-popup .modal-content .fragpop-row-wrap.pT-0 .frag-subrow .question p {
	padding-top: 10px;
	padding-bottom: 10px;
}


.frag-popup input,
.frag-popup select,
.frag-popup textarea,
.tc-ft input {
    border: 3px solid #efefee;
    padding: 15px 20px;
    display: block;
    outline: none;
    box-shadow: none;
    color: #696965;
    height: 100%;
    border-radius: .5rem;
    font-family: 'Roboto Light';
}

.frag-popup input:focus,
.frag-popup select:focus,
.frag-popup textarea:focus,
.tc-ft input:focus {
    border: 3px solid #f2cab6;
    box-shadow: none;
}

.radio-container {
display: inline-block;
position: relative;
padding-left: 20px;
margin-bottom: 0;
cursor: pointer;
font-size: 16px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
padding-top: 3px;
margin-right: 5px;
}

.radio-container input {
position: absolute;
opacity: 0;
cursor: pointer;
}

.radio-container .checkmark {
position: absolute;
top: 8px;
left: 0;
height: 15px;
width: 15px;
background-color: transparent;
border: 1px solid #c5c5c5;
border-radius: 50%;
}

.radio-container .checkmark::after {
top: 2.7px;
left: 2.7px;
width: 8px;
height: 8px;
border-radius: 50%;
background: #df7a49;
}

.radio-container input:checked ~ .checkmark::after {
display: block;
}


.frag-popup .col-md-2 {
display: flex;
align-items: center;
}

#revmewfiles a {
    color: #696965;
}

#revmewfiles a:hover {
    color: #df7a49;
}

.ordererror, .errormsg {
    background: #68615e;
    color: #fff ! important;
    text-align: center;
    padding: 10px 30px;
    font-weight: bold;
    border-radius: 8px;
    display: none;
}

.format-download-hint {
width: 90%;
}
.format-download-hint .fa-info-circle {
right: -15px;
}
.select-wrapper .select-arrow {
content: '';
display: inline-block;
position: absolute;
transform: scale(.8);
background: url(../img/chevron-down.png) no-repeat;
cursor: pointer;
width: 16px;
height: 10px;
}


#revisionpage .project-list-heading .errormsg, .revision-projectlist .errormsg {
	display: block;
	text-align: left;
	margin-bottom: 20px;
}

#senderror p { margin-bottom: 0px; text-align: left; }


D#ksoverview table { width: 100%; }
D#ksoverview table tr td { border-bottom: 1px solid #000; border-right: 1px solid #000;  }
D#ksoverview table tr td:first-child {  width: 60%; }
D#ksoverview table tr td:nth-child(2) { text-align: center; width: 18%; }
D#ksoverview table tr td:last-child { text-align: right; border-right: none; }
D#ksoverview table tr.total td {
	font-family: 'Roboto Medium';
	font-weight: normal;
	border-bottom: none;
}

.rvsn_tbl_wrap{
    padding: 15px 35px 15px 15px;
    text-align: center;
    color: #696965;
}

.rvsn_tbl_wrap .rvsn_table{
    color: #696965;
}

.rvsn_tbl_wrap .thead{
    text-transform: uppercase;
    font-family: 'Roboto Medium';
    margin-bottom: 10px;
}

.rvsn_table tbody tr:nth-of-type(2n+1) {
	background-color: #fff
}

.rvsn_table tbody tr {
	background-color: transparent
}

.rvsn_table tfoot tr{
    background-color: #efeff2;
    font-family: 'Roboto Bold';
}

.rvsn_tbl_wrap .rvsn_table td{
    padding: 5px 20px;
    text-align: left;
}

.rvsn_tbl_wrap .rvsn_table td:last-child{
    text-align: center;
}

.rvsn_tbl_wrap .rvsn_table td:nth-child(2){
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.rvsn_tblinf_wrp{
    margin: 60px 0;
}

.rvsn_tblinf_wrp .text h3{
    font-size: 22px;
    margin-bottom: 15px;
}

.rvsn_tblinf_wrp .text h3::before {
	left: -45px;
	top: -32px;
	transform: scale(.9);
	height: 65px;
}

.rvsn_tblinf_wrp a{
    font-family: 'Roboto Medium';
    color: #df7a49;
    text-decoration: none;
    font-size: 14px;
}

.rvsn_tblinf_wrp a:hover{
    color: #5d5a49;
}

.rvsn_tblinf_wrp .table{
    color: #333;
    margin-top: 31px;
}

.rvsn_tblinf_wrp thead tr{
    background: #f2f2f2;
    font-family: 'Roboto Medium';
}

.rvsn_tblinf_wrp thead th{
    font-weight: normal;
}

.rvsn_tblinf_wrp tbody tr{
    background: #f9f8f8;
}

.rvsn_tblinf_wrp .table tr{
    border-bottom: 2px solid #fff;
}

.rvsn_tblinf_wrp .table th,
.rvsn_tblinf_wrp .table td{
    padding: 7px 21px;
}

.rvsn_tblinf_wrp .table th:first-child,
.rvsn_tblinf_wrp .table td:first-child{
    border-right: 1px solid #e9e9e9;
}

.rvsn_tblinf_wrp .rvsn_atbl{
    padding: 0 20px;
    font-size: 14px;
    line-height: 1.3;
}

.nachtrag_radio_group{
    padding-left: 15px;
}

.nachtrag_radio_group label{
    font-size: 14px;
}

.nachtrag_radio_group .radio-container .checkmark {
	top: 6px;
}

.nachtrag_radio_group .radio_with_input .checkmark {
	top: 9px;
}

.nachtrag_radio_group .radio-container .checkmark::after {
	top: 2.5px;
}

.radio-container .upto_input{
    position: static;
    opacity: 1;
    cursor: auto;
    width: 60px;
    text-align: center;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    color: #df7a49;
    padding: 2px 8px;
}

.radio-container .upto_input:focus{
    border: 1px solid #df7a49;
    box-shadow: none;
    outline: 0;
}

.revision-projectlist .prerelease .job-id{
    width: 250px;
}

.revision-projectlist .prerelease .info-link{
    width: 215px;
}

.prerelease .plotlink-agreement{
    display: inline-block;
    float: right;
}

.prerelease a{
    color: #df7a49;
}

.prerelease a:hover{
    text-decoration: underline;
}

.plotlink-agreement a{
    font-family: 'Roboto Medium';
}

.plotlink-agreement .link-agree{
    color: #5fb157;
    margin-right: 10px;
}

.plotlink-agreement .link-agree:hover{
    color: #b2c7b0;
}

.prerelease-download-wrap{
    background-color: #f9f9fb;
    padding: 0 25px;
    margin-bottom: 15px;
}

.prerelease-download-wrap .download-hint{
    text-transform: uppercase;
    color: #939392;
    font-family: 'Roboto Medium';
    margin-right: 15px;
}

.prerelease-textarea textarea{
    width: 95%;
    margin-bottom: 15px;
    border-width: 2px;
}

.prerelease-textarea {
	Ddisplay: none;
}


.deny .prerelease-textarea {
	Ddisplay: inline-block;
}

.prerelease-reason {
	display: none;
}
.prerelease-reason .select-wrapper {
	margin-bottom: 5px;
}

.deny .prerelease-reason {
	display: block;
}

.prerelease-textarea textarea:hover,
.prerelease-textarea textarea:focus{
    border-width: 2px;
}

.prerelease-download-wrap a{
    margin-right: 10px;
}

.prerelease-all-agreemnt{
    text-align: right;
    margin-top: 20px;
	margin-bottom: 20px;
}

.prerelease-all-agreemnt .btn{
    border-radius: 5px;
    text-transform: none;
    padding: 10px 15px;
    margin-left: 10px;
}

.single-project-list.prerelease{
    border-bottom: none !important;
}

.single-project-list.prerelease:last-child{
    border-bottom: 1px solid #ececeb !important;
}

.project-list-heading.prerelease{
    padding-bottom: 10px;
}


.prerelease.deny .plotlink-agreement .link-agree {
    color: #b2c7b0;
}

.prerelease.accepted .plotlink-agreement a.link-deny {
	color: #feb08a;
}


.ruckfragen_subheading{
    font-size: 24px;
    color: #333;
}
.question_item{
    border-top: 1px solid #ddd;
    padding: 0 10px;
}
.question_item:last-child{
    border-bottom: 1px solid #ddd;
}
.question_item_opener{
    cursor: pointer;
    padding: 20px 20px 20px 40px;
    user-select: none;
    font-family: 'Roboto Medium';
    color: #696965;
    font-size: 18px;
    line-height: 1.3;
}
.question_item_opener .icon{
    position: absolute;
    left: -20px;
}
.question_item_opener .icon::before{
	font-family: 'FontAwesome';
	content: "\f068";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-style: normal;
}
.question_item_opener.collapsed .icon::before{
	content: "\f067";
}
.q_floor_name{
    background: #fcf1ec;
    font-size: 16px;
    font-family: 'Roboto Light';
    padding: 5px 10px;
    border-radius: 5px;
    text-align: center;
    min-width: 144.367px;
    margin-right: 7px;
}
.question_item .question_status{
    color: #5fb157;
    display: none;
    font-size: 16px;
}
.question_item.done .question_status{
    display: block;
}
.question_item .file_count{
    display: flex;
    align-items: center;
    color: #df7a49;
    font-family: 'Roboto Bold';
    font-size: 16px;
    margin-right: 7px;
}
.question_item .file_count span{
    margin-right: 5px;
    margin-bottom: -2px;
}
.question_item .question_text{
    padding-left: 40px;
}
.question_content_main {
	padding-bottom: 30px;
}
.question_item .uploaded_files {
	display: flex;
	background: #f9f9fb;
	margin-left: 21px;
	padding: 10px 20px;
    font-family: 'Roboto Regular';
    color: #5d5a49;
    margin-bottom: 20px;
}
.question_item .uploaded_files p{
    font-size: 18px;
}
.question_item .uploaded_files ul{
    display: flex;
    margin-left: 15px;
}
.question_item .uploaded_files a{
    margin-right: 15px;
}
.question_item .answer_textarea, .question_item .question_fileupload{
    margin-left: 21px;
    width: 100%;
}
.question_item .answer_textarea{
    height: 130px;
    resize: none;
    margin-bottom: 10px;
}
.question_dropzone{
    padding: 0 10px;
}
.question_dropzone #dropzone_1,
.question_dropzone #dropzone_1:hover{
    background: transparent;
    padding: 0;
    min-width: 160px;
}
.question_dropzone #dropzone_1 .dz-default::before {
	content: 'Datei Hochladen';
    font-family: 'Roboto Regular';
    color: #5d5a59;
    margin-right: 7px;
    font-weight: normal;
}
.question_dropzone #dropzone_1 .dz-default::after {
	content: '\f574';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #5d5a59;
}
.question_dropzone #dropzone_1:hover .dz-default::after, .question_dropzone #dropzone_1:hover .dz-default::before{
    color: #333;
}
.question_dropzone  .new_dropzone_preview{
	padding: 0 0 0 0;
	display: inline-flex;
	flex-wrap: wrap;
	font-family: 'Roboto Regular';
}
.question_dropzone  .new_dropzone_preview .dz-preview {
	display: block;
	width: max-content;
	background: #eaeaec;
    margin: 0 15px 15px 0;
	padding: 3px 10px;
	border-radius: 5px;
    box-shadow: 0 0 3px #aaa;
}
.question_dropzone  .new_dropzone_preview .dz-filename {
	color: #df7a49;
}
.question_dropzone  .new_dropzone_preview .dz-remove {
	color: #7b7878;
	right: 10px;
	top: 1px;
}
.question_dropzone  .new_dropzone_preview .dz-remove:hover{
    color: #df7a49;
}
.question_dropzone  .new_dropzone_preview .dz-filename::before{
    display: none;
}
.question_dropzone  .new_dropzone_preview .dz-details{
    padding-left: 0;
}
.open_upload_modal a{
    font-family: 'Roboto Regular';
    color: #5d5a59;
    text-decoration: none;
}
.open_upload_modal a:hover{
    color: #df7a49;
}
.question_btns_wrap{
    text-align: right;
    margin-top: 25px;
}
.question_btns_wrap .btn{
    min-width: 180px;
    text-transform: none;
    margin-left: 15px;
}
.question_btns_wrap .btn-gray{
    background: #f9f9fb;
    color: #5d5a59;
}
.question_btns_wrap .btn-gray:hover{
    background: #5d5a49;
    color: #fff;
}
.question_text strong{
    font-weight: normal;
    font-family: 'Roboto Medium';
    color: #5d5a59;
}
.question_text .price{
    color: #df7a49;
    font-family: 'Roboto Medium';
    font-size: 24px;
}
.question_erromessage{
    background: #feddce;
    text-align: center;
    font-family: 'Roboto Medium';
    color: #696965;
    position: relative;
    padding: 7px 20px;
    margin-bottom: 20px;
    font-size: 14px;
}
.question_erromessage .fa{
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 10px;
}
.questions_card_wrap{
    margin: 40px 0 50px 0;
}
.question_card_header{
    margin-bottom: 20px;
}
.question_card_header h2{
    font-family: 'Roboto Medium';
    color: #df7a49;
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 0;
}
.question_card_item{
    background: #f9f9fb;
    color: #696965;
    padding: 30px 30px 30px 65px;
    margin-bottom: 20px;
}
.question_card_item h3{
    margin-left: -30px;
    font-size: 24px;
    font-family: 'Roboto Medium';
}
.question_card_item .q_floor_name{
    margin-left: 15px;
}
.question_card_item .job_id{
    text-transform: uppercase;
    font-family: 'Roboto Regular';
    font-size: 18px;
    text-align: right;
}
.question_card_item .job_id strong{
    font-weight: normal;
    font-family: 'Roboto Bold';
}
.question_card_item .uploaded_files p{
    font-family: 'Roboto Regular';
    font-size: 18px;
    color: #5d5a49;
    margin-bottom: 5px;
    margin-top: 10px;
}
.question_card_item .uploaded_files li{
    margin-bottom: 5px;
}
.question_card_item .answer_textarea {
	height: 130px;
	resize: none;
    margin: 25px 0;
}
.question_card_item .btn-gray{
    background-color: transparent;
    border-color: #cdcdcd;
}
.question_card_item .btn-gray:hover{
    border-color: transparent;
}
.question_card_item .question_btns_wrap{
    margin-top: 0;
}
.btn.disabled, .btn:disabled {
	opacity: .5;
}
.customer_answer_area{
    background: #f9f9fb;
    border-radius: 8px;
    padding: 25px 30px;
    color: #696965;
    margin-bottom: 20px;
    margin-left: 62px;
}
.customer_answer_area.outlined {
	box-shadow: 0 0 3px #aaa;
}
.customer_answer_area h3,
.another_question h3{
    font-size: 18px;
    font-family: 'Roboto Medium';
    margin-bottom: 5px;
    color: #696965;
}
.customer_answer_area p{
    margin-bottom: 0;
}
.another_question {
    margin-left: 21px;
}
.another_question p{
    color: #696965;
    margin-bottom: 20px;
}
.upload_library .modal-dialog {
	max-width: 1300px;
	box-shadow: 0 0 10px #555;
}
.upload_library .modal-content {
	padding: 50px 80px;
	border: none;
    min-height: 717px;
}
.upload_library .nav-tabs{
    justify-content: center;
}
.upload_library .nav-tabs a{
    font-family: 'Roboto Regular';
    text-transform: uppercase;
    color: #5d5a59;
    border-bottom: 3px solid transparent;
    text-decoration: none;
    margin: 0 10px;
    font-size: 18px;
    padding: 5px 10px;
    display: inline-block;
}
.upload_library .nav-tabs a:hover{
    font-family: 'Roboto Bold';
    color: #df7a49;
}
.upload_library .nav-tabs a.active{
    border-bottom-color: #df7a49;
    font-family: 'Roboto Bold';
    color: #df7a49;
}
.upload_library .tab-content{
    padding: 50px 30px;
}
.upload_library .files_group p{
    font-family: 'Roboto Regular';
    color: #5d5a59;
    margin-bottom: 8px;
}
.upload_library .files_group a{
    font-size: 14px;
    background: #eaeaec;
    padding: 3px 10px;
    display: block;
    margin-bottom: 8px;
    color: #5d5a59;
    border-radius: 3px;
    text-decoration: none;
    position: relative;
}
.upload_library .files_group .active,
.upload_library .files_group a:hover{
    box-shadow: 0 0 3px #aaa;
}
.upload_library .files_group .active::after{
    content: '\f00c';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    right: 10px;
    color: #5fb157;
}
.upload_library .library_btn{
    margin-top: 200px;
    text-align: center;
}
.library_btn .btn-orange{
    padding: 15px 30px;
}
.library_btn .btn-close{
    text-transform: uppercase;
    color: #959494;
    margin-top: 15px;
    text-decoration: none;
    font-family: 'Roboto Medium';
    display: inline-block;
}
.library_btn .btn-close:hover{
    color: #5d5a49;
}
.new_dropzone_form {
	border: none;
	min-height: 60vh;
	justify-content: center;
	align-items: center;
	display: flex;
}
.new_dropzone_form.dz-drag-hover, .new_dropzone_form:hover{
    background: url(../img/dropzone_bg_new.svg) center/cover no-repeat;
}
.new_dropzone_form .dz-message span{
    display: inline-block;
    color: #5d5a59;
}
.new_dropzone_form .dz-message .head{
    font-family: 'Roboto Bold';
    font-size: 18px;
    text-transform: uppercase;
}
.new_dropzone_form .dz-message .or{
    font-family: 'Roboto Regular';
    font-size: 18px;
    margin-top: 10px;
}
.new_dropzone_form .dz-message .btn-orange{
    padding: 15px 30px;
    color: #fff;
    margin: 15px 0 5px 0;
}
.new_dropzone_form .dz-message .max_size{
    color: #91918f;
    font-size: 14px;
}
.question_dropzone .new_dropzone_preview .dz-filename {
	font-size: 14px;
	background: #eaeaec;
	display: block;
	color: #5d5a59;
	border-radius: 3px;
	text-decoration: none;
	position: relative;
	margin-top: -1px;
}
.question_dropzone .new_dropzone_preview .dz-success .dz-filename {
	padding-right: 20px;
}
.question_dropzone .new_dropzone_preview .dz-success .dz-filename::after {
    content: '\f00c';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    right: 0;
    top: 2px;
    color: #5fb157;
}
.clients_uploaded_files{
    display: flex;
}
.clients_uploaded_files ul{
    margin-bottom: 0;
}
.clients_uploaded_files li{
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.clients_uploaded_files a{
    display: block;
    background: #eaeaec;
    margin: 0 15px 5px 0;
    padding: 3px 10px;
    border-radius: 5px;
    font-family: 'Roboto Regular';
    color: #df7a49;
    text-decoration: none;
    font-size: 14px;
}
.clients_uploaded_files .fa{
    color: #7b7878;
}
.clients_uploaded_files .fa:hover{
    color: #df7a49;
}

.pinBox-wrapper{
    background: #f9f9fb;
    padding: 30px;
    margin: 30px 0;
}

.pinBox-wrapper .pin-wrapper {
	color: #333333;
	font-size: 18px;
	display: flex;
	align-items: center;
    margin-bottom: 15px;
    position: relative;
}

.pinBox-wrapper #pin{
    background: #fff;
    padding: 5px 35px 5px 20px;
    font-family: 'Roboto Medium';
    font-size: 32px;
    color: #df7a49;
    border-radius: 8px;
    margin-left: 15px;
}

.pinBox-wrapper .copy-pin {
	color: #c2c1c1;
	font-size: 16px;
	position: relative;
	left: -22px;
	top: -15px;
    cursor: pointer;
}

.pinBox-wrapper .copy-pin:hover{
    color: #5d5a49;
}

.pinBox-wrapper .pin-access{
    display: flex;
    justify-content: space-between;
}

.pinBox-wrapper .pin-access #accessHint{
    color: #df7a49;
}

.pin-access .modal-opener{
    font-size: 18px;
}

.pin-access .modal-opener:hover{
    color: #5d5a49;
}

#pinModal{
    color: #333333;
}

#pinModal .modal-content {
	padding: 60px 60px 60px 60px;
	box-shadow: 0 0 5px #555;
	border: none;
	text-align: center;
}

#pinModal .modal_head .close-modal {
	position: absolute;
	right: 30px;
	top: 22px;
	color: #a9a8a8;
	font-size: 22px;
}

#pinModal .modal_head .close-modal:hover {
	color: #333;
}

#pinModal .heading{
    font-size: 18px;
    margin-bottom: 20px;
    color: #333;
}

#pinModal .subheading{
    color: #333;
}

#pinModal .modal_body{
    max-width: 240px;
    margin: auto;
    min-height: 156px;
}

#pinModal .modal_body .checkbox-container{
    padding-left: 25px;
    color: #5d5a49;
}

#pinModal .modal_body .checkbox-container .checkmark{
    top: 2px;
}

#pinModal .modal_footer .btn-green {
	padding: 15px 30px;
	font-size: 16px;
}

#pinModal .modal_footer .close-modal{
    color: #959494;
    text-decoration: none;
    margin-right: 20px;
}

#pinModal .modal_footer .close-modal:hover{
    color: #333;
}

.pinBox-wrapper .copy-tooltip {
	background: #ddd;
	color: #333;
	font-size: 14px;
	text-align: center;
	width: 85px;
	position: absolute;
	right: 20px;
	top: -44px;
	padding: 3px;
	border-radius: 3px;
    display: none;
}

.pinBox-wrapper .copy-tooltip::after{
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #ddd;
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translatex(-50%);
}

.nav_tabbed_modal{
    margin-top: 40px;
    border-bottom: none;
    box-shadow: 0 0 3px #ddd;
    width: 350px;
    margin: 50px auto 0 auto;
}

.nav_tabbed_modal li {
	width: 50%;
}

.nav_tabbed_modal a {
	background-color: #f5f5f5;
	padding: 10px;
	font-family: 'Roboto Regular';
	text-decoration: none;
	display: block;
	text-align: center;
	color: #696965;
}

.nav_tabbed_modal a.active {
	background-color: #df7a49;
	color: #fff;
	font-family: 'Roboto Bold';
}

.nav_tabbed_modal a:hover {
	font-family: 'Roboto Bold';
}

.delivery_caution {
    background: #fcdccd;
    color: #333;
    padding: 20px 15px;
    font-size: 12px;
    margin-bottom: 15px;
}

.delivery_caution .caution_head {
    font-family: 'Roboto Bold';
}

.delivery_caution p {
    margin-bottom: 0;
}


.hover_box .hover_info_box{
    top: 65px;
}
.query_links_wrap{
    display: flex;
    flex-direction: column;
    margin-top: 10px;
}
.query_links_wrap a{
    font-size: 11px;
    font-family: 'Roboto Medium';
}
.query_links_wrap a:hover{
    text-decoration: none;
    color: #5d5a49;
}
.query_links_wrap .fa{
    color: #5fb157;
    margin-left: 5px;
}
.query_links_wrap a:first-child .fa{
    color: #5d5a49;
}
.question_summary{
    border: 1px solid #ddd;
    padding: 25px 15px;
    margin-top: 30px;
    margin-bottom: 30px;
    border-radius: 3px;
}
.question_summary h3{
    margin: 0 0 10px 0;
    font-size: 18px;
    font-family: 'Roboto Medium';
    color: #696965;
}
.question_summary p{
    color: #696965;
}
.question_summary .file_names{
    margin: 10px 0 0 0;
}
.question_summary .file_names li {
	display: inline-flex;
	justify-content: center;
	align-items: center;
}
.question_summary .file_names a {
	display: block;
	background: #eaeaec;
	margin: 0 15px 5px 0;
	padding: 3px 10px;
	border-radius: 5px;
	font-family: 'Roboto Regular';
	color: #df7a49;
	text-decoration: none;
	font-size: 14px;
}



.konfigurations_popup_text{
    color: #8b8b8b;
}

.konfigurations_popup_opener:hover{
    text-decoration: none;
    color: #5d5a49;
}

.konfigurations_popup .modal-dialog {
	max-width: 700px;
	margin: 20px auto;
	box-shadow: 0 0 3px 3px #5d5a59;
}

.konfigurations_popup .modal-content {
	padding: 50px 120px;
	border: none;
}

.konfigurations_popup .konfigurationspop_heading {
	font-size: 36px;
	color: #df7a49;
	text-transform: uppercase;
	font-family: 'Roboto Medium';
	text-align: center;
	margin-bottom: 30px;
}

.konfigurations_popup .btn-orange{
    display: block;
    font-family: 'Roboto Bold';
    padding: 13px 20px;
    background: #df7a49;
    font-size: 22px;
}

.konfigurations_popup .btn-orange:hover{
    background: #5d5a59;
}

.konfigurations_popup .btn-close{
    font-size: 22px;
    margin-top: 15px;
    color: #716e6d;
    text-align: center;
    font-family: 'Roboto Regular';
    display: block;
}

.konfigurations_popup .btn-close:hover{
    color: #333;
    text-decoration: none;
}

.konfigurations_popup .far.fa-check-circle.orange {
	font-size: 50px;
	margin-top: 26px;
	margin-bottom: 26px;
}


.detail_text_sm{
    font-size: 13px;
    line-height: 1.3;
    margin-top: 3px;
}
.korrecturenModal .modal-dialog{
    max-width: 820px;
}
.korrecturenModal .table_wrap{
    height: 250px;
    overflow-y: scroll;
    margin-bottom: 50px;
}
.orange_scrollbar{
    scrollbar-color: #df7a49 #fff;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .orange_scrollbar{
        scrollbar-width: thin;
    }
}
@-moz-document url-prefix() {
    .orange_scrollbar{
        scrollbar-width: auto;
    }
}
.korrecturenModal table {
    color: #5d5a59;
    width: 533px;
}
.korrecturenModal table th,
.korrecturenModal table td{
    padding: 18px;
    background: #f9f9fb;
    border: 2px solid #fff;
}
.korrecturenModal table th{
    text-transform: uppercase;
    background: #ececed;
    font-weight: normal;
}


.q_below_notice{
    background: #f9e4db;
    text-align: center;
    border-radius: 5px;
	padding: 10px 25px 12px 10px;
	color: #5b5b5c;
	font-family: 'Roboto Regular';
	font-size: 14px;
    margin: 50px 0;
    position: relative;
}
.q_below_notice.disabled {
	display: none;
}
.q_below_notice .arrow{
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 28px;
}


.login-faq-col{
    max-width: 800px;
    margin: 80px auto 0 auto;
}
.login-faq-wrap{
    margin-right: 75px;
}
.login-faq-wrap h2 {
    margin-left: 75px;
}
.login-faq-item{
    color: #333;
    border-bottom: 1px solid #49494980;
    padding: 13px 0 13px 30px;
}
.login-faq-item:last-child{
    border-bottom: 0;
}
.login-faq-item button{
	font-size: 18px;
	font-family: 'Roboto Medium';
    background: transparent;
    border: none;
    outline: 0;
    color: #333;
    text-align: left;
}
.login-faq-item button .fa{
    margin-right: 30px;
}
.login-faq-item button .fa::before{
    content: '\f068';
}
.login-faq-item button.collapsed .fa::before{
    content: '\f067';
}
.login-faq-ans p{
    padding: 7px 0 5px 46px;
}
.login-faq-ans p:last-child{
    margin-bottom: 0;
}
@media screen and (max-width:768px){
    .login-faq-wrap{
        margin-right: 0;
    }
    .login-faq-item{
        padding-left: 0;
    }
    .login-faq-item button .fa {
        margin-right: 10px;
    }
}

.danger_zone {
	line-height: 1.25;
	font-size: 14px;
	padding: 20px;
	margin: 15px auto;
	display: flex;
    flex-direction: column;
	align-items: center;
	justify-content: center;
    text-align: center;
	position: relative;
	background: #ebded9;
	border-radius: 5px;
	border: 1px solid #db0f0f;
    gap: 5px;
    color: #484848;
}
.danger_zone .title{
    color: #db0f0f;
    font-size: 24px;
    line-height: 1;
    font-family: 'Roboto Medium';
    text-transform: uppercase;
}
.danger_zone .btn{
    margin-top: 10px;
}

.warning_zone {
	line-height: 1.25;
	font-size: 14px;
	padding: 20px;
	margin: 15px auto;
	display: flex;
    flex-direction: column;
	align-items: center;
	justify-content: center;
    text-align: center;
	position: relative;
	background: #fff9ed;
	border-radius: 5px;
	border: 1px solid #ffc53e;
    gap: 5px;
    color: #484848;
}
.warning_zone .title{
	color: #ffc53e;
    font-size: 24px;
    line-height: 1;
    font-family: 'Roboto Medium';
    text-transform: uppercase;
}
.warning_zone .btn{
    margin-top: 10px;
	background: #ffc53e;
	color: #fff;
}
.warning_zone .btn:hover{
	background: #5d5a49;
}

.warning_zone .list-style-disc {
    display: inline-block;
    text-align: left;
    margin: 0 auto;
    list-style-position: outside; /* Punkte außerhalb des Textblocks */
    padding-left: 20px;           /* Einrückung für Listenpunkte */
	margin-bottom: 20px;
}


.delivery_alarm{
	color: #dc3545;
	line-height: 1.25;
	font-size: 14px;
	padding: 10px;
	margin: 10px auto 0 auto;
	font-family: 'Roboto Medium';
	display: flex;
	align-items: center;
	justify-content: center;
	width: 215px;
	position: relative;
	background: #ebded9;
    border-radius: 5px;
    border: 1px solid #df7a49;
}
.delivery_alarm .icon{
	min-width: 30px;
	height: 30px;
	border-radius: 50px;
    margin-right: 10px;
	background: #dc3545;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
    cursor: pointer;
}
.delivery_alarm .icon .fa{
    margin-top: -2px;
}
.delivery_alarm .icon:hover + .hover_info_box{
	display: block !important;
}
.delivery_alarm .text{
    color: #484848;
}
.delivery_alarm .hover_info_box{
	left: 10%;
	color: #5d5a49;
	line-height: 1.5;
}

.konexp h3 {
font-family: 'Roboto Medium';
font-size: 22px;
text-transform: uppercase;
color: #df7a49;
margin-top: 20px;
margin-bottom: 0;
}

.dropzone .dz-preview .dz-success-mark,
.dropzone .dz-preview .dz-error-mark {
	display: none !important;
}

#revision-headline { margin-bottom: 40px; font-weight: bold; text-align: center; }
.text-red { color: #db0f0f; }
#jobcancellink .loading { margin-left: 10px; }