.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 .green {
    position: relative;
    margin-left: 20px;
}

.single-project-list .gray::before,
.single-project-list .orange::before,
.single-project-list .green::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 .green::before {
    background: #5fb157;
}

.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 {
    font-family: 'Roboto Medium';
    color: #696965;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 20px;
}

.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;
    top: 25px;
    transform: scale(.8);
    cursor: pointer;
}

.clientarea-setup input,
.clientarea-setup select {
    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 {
    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 .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;
    margin-top: 20px;
}

.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: 90px;
    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 .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;
    }
}