html,
body {
    height: 100%;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    font-size: 1em;
    line-height: 1.5em;
    color: #333;
}

p {
    font-size: 1em;
    font-weight: 300;
    line-height: 1.5;
}

.intro {
    text-transform: uppercase;
    display: block;
    margin-bottom: 15px;
    font-weight: bold;
}

.small-text {
    font-size: 0.875em;
}

.medium {
    font-weight: 600;
}


/*
a {
color: #16277B
}
a:hover, a:focus {
color: #16277B;
}
*/

ul {
    padding-left: 1em;
}

h1,
.h1,
h2,
.h2,
.h3,
h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-family: 'Open Sans', sans-serif;
    color: #333;
    font-weight: bold;
}

.h3,
h3 {
    font-size: 2.25em;
    font-weight: 300;
}

.light {
    font-weight: 300;
}

.button {
    font-size: 1.125em;
    font-weight: 300;
    display: inline-block;
    border: none;
    padding: 10px 25px;
}

.button.normal {
    color: #FFF;
    background: #333;
}

.button.clear-dark {
    color: #FFF;
    background: none;
    border: 1px solid #a8acb5;
}

.button.pink {
    color: #FFF;
    background: #fd6e6e;
}

.button.clear {
    background: #FFF;
    color: #333;
    border: 1px solid #b2b5bc;
}

.big-padding {
    padding-top: 60px;
    padding-bottom: 60px;
}

.normal-padding {
    padding-top: 30px;
    padding-bottom: 30px;
}

.tiny-padding {
    padding-top: 5px;
    padding-bottom: 5px;
}

.topbar {
    height: 10px;
    background: url(../images/topbar.png) top left repeat-x;
}

.topstatus {
    background: #2e323e;
    color: #fff;
    font-size: 0.875em;
    padding: 10px 0;
}

.top {
    padding: 20px 0;
}

.top-info {
    text-align: right;
}

.top-info a,
.top-info span,
.top-info i {
    vertical-align: middle;
    color: #FFF;
}

.top-info span,
.top-info i {
    display: inline-block;
    margin-right: 25px;
}

.top-info i {
    font-size: 24px;
    ;
    margin-right: 10px;
    margin-top: -3px;
}

.header,
.hb {
    background: #52596b;
}

.hb {
    padding-bottom: 60px;
}

.dashboard-headline,
.dashboard-headline h1,
.dashboard-headline h1 small,
.dashboard-status {
    color: #FFF;
}

.dashboard-headline h1 {
    font-size: 1em;
    font-weight: 300;
    margin: 0;
    font-weight: 900;
}

.dashboard-headline h1 small {
    font-size: 100%;
}

.dashboard-headline h1 span {
    font-size: 3.125em;
}

.dashboard-headline h1 {
    display: inline-block;
}

.dashboard-headline h1 small,
.dashboard-headline h1 span {
    display: block;
    text-align: right;
}

.dashboard-headline h1 i {
    font-size: 0.875em;
    display: inline-block;
    margin-left: 7px;
}

.dashboard-status {
    padding-top: 75px;
    font-weight: 300;
}

.dashboard-top-box .wrap {
    display: block;
    padding: 30px;
    background: none;
    color: #FFF;
    border: 1px solid #A8ACB5;
}

.dashboard-top-box .hour,
.dashboard-top-box .date,
.dashboard-top-box .temperature,
.dashboard-top-box .project-number {
    line-height: 1;
}

.dashboard-top-box .date,
.dashboard-top-box .weather-icon span,
.dashboard-top-box .secondary-city,
.dashboard-top-box .names,
.dashboard-top-box .last-project {
    font-size: 1.275em;
}

.dashboard-top-box .hour,
.dashboard-top-box .weather-icon i,
.dashboard-top-box .temperature,
.dashboard-top-box .project-number {
    font-size: 5.625em;
}

.dashboard-top-box .total-projects,
.dashboard-top-box .last-project,
.dashboard-top-box .hour,
.dashboard-top-box .secondary-city,
.dashboard-top-box .weather-icon,
.dashboard-top-box .temperature {
    font-weight: 300;
}

.dashboard-top-box .hour {
    text-align: center;
    padding-bottom: 25px;
    border-bottom: 1px solid #C2C2C2;
}

.dashboard-top-box .date {
    padding-top: 10px;
}

.dashboard-top-box .weather-icon i,
.dashboard-top-box .weather-icon span {
    display: block;
}

.dashboard-top-box .weather-icon {
    float: left;
}

.dashboard-top-box .temperature {
    float: right;
}

.dashboard-top-box .secondary-city {
    text-align: right;
}

.dashboard-top-box .secondary-city i {
    font-size: 1.6363636363636363636363636363636em;
    vertical-align: middle;
    display: inline-block;
    margin-right: 5px;
}

.dashboard-top-box .total-projects span {
    display: block;
}

.dashboard-top-box .total-projects .names {
    float: left;
}

.dashboard-top-box .total-projects .project-number {
    float: right;
}

.dashboard-top-box .last-project {
    padding-top: 12px;
}

.dashboard-header-bottom {
    padding-top: 30px;
}

.dashboard-header-third {
    padding-top: 35px;
}

.search-bar {
    position: relative;
}

.search-bar input[type="text"],
.search-bar button {
    display: block;
    color: #6E6E6E;
    line-height: 54px;
    border: none;
}

.search-bar input[type="text"] {
    width: 100%;
    background: #F2F2F2;
    font-weight: 300;
    height: 54px;
    padding: 0 54px 0 15px;
    font-size: 24px;
}

.search-bar button {
    position: absolute;
    top: 0px;
    right: 30px;
    font-size: 24px;
    line-height: 54px;
    background: none;
}

.sort-menu ul,
.sort-menu ul li,
.sort-menu li a {
    display: inline-block;
    margin: 0;
}

.sort-menu ul,
.sort-menu ul li {
    padding: 0;
}

.sort-menu ul li {
    margin-right: 22px;
}

.sort-menu li a.active {
    font-weight: bold;
    background: #2e323e;
    color: #fff;
}

.sort-menu li a {
    padding-left: 20px;
    padding-right: 20px;
}

.row-fixer .project-box:nth-child(3n+1) {
    clear: left;
}

.project-box .wrap {
    /* padding: 0 25px; */
    background: #F2F2F2;
    margin-bottom: 30px;
    position: relative;
    color: #FFF;
    background: #424756;
}

.project-box .wrap > div {
    padding: 15px 25px;
    border-bottom: 1px solid #646b7f;
}

.project-box .wrap .customer {
    background: #52596B;
}

.project-box .wrap .customer {
    border-bottom: none;
    text-align: center;
}

.project-box.eingang .wrap .customer {
    border-right: 8px solid #fd6e6e;
}

.project-box.screens .wrap .customer {
    border-right: 8px solid #cb96ee;
}

.project-box.arbeit .wrap .customer {
    border-right: 8px solid #dfcd87;
}

.project-box.prelive .wrap .customer {
    border-right: 8px solid #ffac79;
}

.project-box.live .wrap .customer {
    border-right: 8px solid #36e2be;
}

.project-box .wrap .info {
    border-top: 1px solid #646b7f;
}

.project-box .wrap .detail-link {
    display: block;
    padding: 10px 25px;
    color: #FFF;
    font-size: 1.125em;
    background: #2E323E;
}

.project-box .wrap .detail-link span {
    display: inline-block;
    font-size: 1.125em;
    font-weight: bold;
    margin-right: 10px;
}

.project-box .wrap .progress-box {
    border-bottom: none;
}

.progress-bo {
    min-height: 320px;
}

.progress-bo.progress-bobo {
    min-height: auto;
}

.project-box .box-small-headline,
.box-small-headline {
    font-size: 0.875em;
    font-weight: 300;
    display: block;
}

.project-box .standard-size,
.standard-size {
    font-size: 1.125em;
    font-weight: 600;
}

.project-box .status {
    position: relative;
}

.project-box .status span.standard-size {
    position: relative;
    padding-left: 25px;
    display: block;
}

.project-box .status a {
    display: inline-block;
    position: absolute;
    top: 5px;
    right: 15px;
    color: #333;
}

.project-box .status i {
    display: inline-block;
    vertical-align: top;
    position: absolute;
    left: 0;
    top: 0;
}

.status i {
    display: inline-block;
    margin-right: 10px;
}

.project-box .status a i {
    margin: 0;
}

.project-box .customer-name {
    font-size: 2.25em;
    line-height: 1;
    display: block;
}

.project-box .product-type {
    display: block;
}

.collapse-box {
    position: absolute;
    font-size: 0.75em;
    right: 15px;
    top: 3px;
    color: #000;
    display: none;
}

.progress-bar {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.eingang .progress-bar {
    background: #fd6e6e;
}

.screens .progress-bar {
    background: #cb96ee;
}

.prelive .progress-bar {
    background: #ffac79;
}

.live .progress-bar {
    background: #36e2be;
}

.arbeit .progress-bar {
    background: #dfcd87;
}

.project-box .percent {
    text-align: right;
}

.pagination-nav ul,
.pagination-nav ul li,
.pagination-nav li a,
.pagination-nav li span {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.pagination-nav li a,
.pagination-nav li span {
    width: 30px;
    height: 30px;
    border: 1px solid #333;
    text-align: center;
    line-height: 30px;
    color: #333;
    vertical-align: middle;
    margin-right: 8px;
}

.pagination-nav li a.next,
.pagination-nav li a.prev {
    font-size: 13px;
}

.pagination-nav li a:hover,
.pagination-nav li a.active {
    background: #333;
    color: #FFF;
}

.pagination-nav li a.active {
    font-weight: bold;
}

.footer {
    background: #FD6E6E;
}

.footer-form input[type="text"],
.footer-form input[type="email"],
.footer-form input[type="phone"],
.footer-form textarea {
    display: block;
    width: 100%;
    border: none;
    margin-bottom: 30px;
    color: #333;
    font-weight: 300;
}

.footer-form input[type="text"],
.footer-form input[type="email"],
.footer-form input[type="phone"] {
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
}

.footer-form textarea {
    padding: 10px 15px;
    height: 110px;
}

.footer,
.footer h3 {
    color: #FFF;
}

.footer h3 {
    font-weight: 300;
    margin-bottom: 30px;
}

.footer-info span {
    display: inline-block;
    position: relative;
    padding-left: 30px;
}

.footer-info span strong {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}

.copyright {
    background: #333;
    padding: 30px 0;
    font-size: 0.875em;
}

.copyright,
.arrow-top a {
    color: #FFF;
}

.arrow-top {
    text-align: right;
}

.arrow-top a i {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #242424;
    color: #87878B;
    text-align: center;
    margin-left: 10px;
}

.footer-project {
    background: #BB6363;
    padding: 17px 0;
}

.footer-project a,
.footer-project span {
    display: inline-block;
    color: #FFF;
}

.footer-project a {
    font-weight: bold;
}

.add-button,
.add-block .wrap {
    position: relative;
}

.add-block .wrap {
    background: #52596b;
    padding: 0px 15px;
}

.add-block .wrap .form > div {
    padding: 10px 25px;
}

.add-block .wrap,
.add-block h3 {
    color: #fff;
}

.add-heading {
    padding-top: 30px;
    border-right: 8px solid #fd6e6e;
}

.add-block h3 {
    margin-top: 0;
    font-weight: normal;
    font-size: 2.8125em;
    margin: 0 0 30px 0;
}

.add-button {
    text-align: right;
    margin-bottom: -1px;
}

.add-button a {
    display: inline-block;
    padding: 0px 0px 0px 29px;
    width: 100%;
    color: #FFF;
    text-align: center;
    font-weight: bold;
    background: #fd6e6e;
    height: 54px;
    line-height: 54px;
}

.add-button a i {
    display: inline-block;
    margin-right: 7px;
}

.add-block .close-project {
    display: block;
    font-size: 2.25em;
    font-weight: 300;
    color: #333;
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 900;
}

.add-block form {
    display: block;
    padding-top: 30px;
}

.add-block label,
.add-block input[type="text"],
.add-block input[type="number"],
.add-block input[type="date"] {
    display: block;
    width: 100%;
}

.add-block label {
    font-size: 0.875em;
    font-weight: 300;
}

.add-block input[type="text"],
.add-block input[type="number"],
.add-block input[type="date"] {
    border: none;
    height: 50px;
    line-height: 50px;
    font-size: 1.875em;
    font-weight: 600;
    padding: 0 15px;
    margin-bottom: 10px;
}

.add-block input[type="date"] {
    font-size: 1em;
}

.add-block select {
    border: none;
    height: 50px;
    line-height: 50px;
    font-size: 1.875em;
    font-weight: 600;
    padding: 0 15px;
    margin-bottom: 30px;
    width: 100%;
}

.add-block .price {
    text-align: right;
    background: #fff;
    border: 1px solid #C8C8C8 !important;
}

.checkboxes span {
    display: block;
    margin: 10px 0;
    font-weight: 300;
}

.checkboxes input[type="checkbox"],
.checkboxes input[type="radio"] {
    display: inline-block;
    margin-right: 7px;
}

.more-data {
    padding-top: 30px;
    color: #000;
}

.more-data label {
    color: #FFF;
}

.more-data span {
    display: block;
    background: #FFF;
    padding: 10px 15px;
    margin-bottom: 30px;
}

.add-block .button {
    font-weight: normal;
    margin-top: 30px;
    font-weight: bold;
}

.login {
    width: 100%;
    min-height: 100%;
}

.login .text-center {
    padding-bottom: 30px;
}

.login form {
    display: block;
    padding: 50px 30px;
    background: none;
    margin: 80px 0;
    border: 1px solid #a8acb5;
    color: #fff;
}

.login form input[type="text"],
.login form input[type="password"] {
    display: block;
    width: 100%;
    border: none;
    background: #F2F2F2;
    color: #333;
    font-size: 1.5em;
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    margin-bottom: 30px;
}

.login form input[type="checkbox"] {
    margin-right: 8px;
}

.login form span {
    line-height: 44px;
}

.login form .login-btn {
    text-align: right;
}

.login .dashboard-headline {
    text-align: center;
    padding-top: 100px;
}

.login-big {
    font-size: 1.5em;
}

.forgot {
    color: #FFF;
}

.number_of_results {
    padding-bottom: 40px;
}

.headline-block {
    background: #2E323E;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #646B7F;
    margin-bottom: 10px;
}

.border {
    border-bottom: 1px solid #646B7F;
}

.project-detail {
    background: #52596B;
    color: #FFF;
}

.project-detail .outgoing-link,
.project-detail .download-link {
    display: block;
    position: relative;
    padding-right: 25px;
}

.project-detail .outgoing-link i,
.project-detail .download-link i {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 3px;
}

.project-detail .outgoing-link {
    color: #FFF;
}

.project-detail .download-link {
    color: #ffac79;
}

.project-detail.prelive .detail-heading {
    border-right: 8px solid #ffac79;
}

.project-detail.live .detail-heading {
    border-right: 8px solid #36e2be;
}

.project-detail.eingang .detail-heading {
    border-right: 8px solid #fd6e6e;
}

.project-detail.screens .detail-heading {
    border-right: 8px solid #cb96ee;
}

.detail-heading {
    position: relative;
    padding: 10px 30px;
    text-align: center;
    color: #FFF;
}

.detail-heading h3 {
    font-weight: normal;
    font-size: 2.8125em;
    margin: 0;
    color: #FFF;
}

.detail-heading span,
.detail-heading a {
    font-size: 0.875em;
    font-weight: 300;
}

.detail-heading a {
    display: block;
    position: absolute;
    right: 30px;
    bottom: 10px;
    color: #fff;
}

.detail-big-link a {
    display: block;
    background: #2E323E;
    padding: 10px 30px;
    color: #2E323E;
    position: relative;
}

.detail-big-link a i {
    display: inline-block;
    margin-right: 10px;
}

.detail-big-link a span {
    font-weight: 900;
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -12px;
    font-size: 1.5em;
    color: #FFF;
    line-height: 1;
}

.detail-big-link.l-info a {
    color: #ffac79;
}

.detail-big-link.l-frame a {
    color: #fd6e6e;
}

.detail-big-link.l-cms a {
    color: #cb96ee;
}

.detail-big-link.l-mail a {
    color: #36e2be;
}

.detail-big-link.l-hosting a {
    color: #DFCD86;
}

.detail-data {
    margin: 0;
    padding: 20px 0;
}

.detail-data .progress {
    margin-bottom: 0;
}

.frame .standard-size {
    word-break: break-all;
}


/* NOTIZEN DL */

.notizen-detail {
    margin-top: 20px;
}

.notizen-detail span {
    margin-bottom: 10px;
}

.notizen-detail .dl-break {
    margin-top: 15px;
    margin-bottom: 15px;
}

.notizen dl {
    background-color: white;
    height: 190px;
    padding: 15px 10px;
    overflow-y: scroll;
    border-top: 5px solid white;
    border-bottom: 5px solid white;
    border-right: 5px solid white;
    margin-bottom: 10px;
}

.notizen .dl-horizontal dt {
    text-align: left;
    width: 90px;
    font-size: 0.8em;
    color: #51586b;
    padding-left: 5px;
}

.notizen .dl-horizontal dd {
    color: #2e323e;
    padding-right: 5px;
    margin-left: 90px;
}

.notizen .dl-horizontal dd p {
    font-size: 0.8em;
    margin-bottom: 0;
    font-weight: 400;
}

.dl-break {
    display: block;
    height: 1px;
    background-color: #51586b;
    margin-top: 10px;
    margin-bottom: 10px;
    opacity: 0.5;
}

.notizen dl::-webkit-scrollbar {
    width: 5px;
    cursor: pointer
}

.notizen dl::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px transparent;
    background-color: transparent;
}

.notizen dl::-webkit-scrollbar-thumb {
    background-color: rgba(81, 88, 107, 0.5)
}


/************ CSS BREAK ************/

@media only screen and (max-width: 1199px) {
    .button {
        font-size: 1.25em;
    }
    .top-info {
        font-size: 0.875em;
    }
    .dashboard-top-box .hour,
    .dashboard-top-box .weather-icon i,
    .dashboard-top-box .temperature,
    .dashboard-top-box .project-number {
        font-size: 4.375em;
    }
    .dashboard-top-box .date,
    .dashboard-top-box .weather-icon span,
    .dashboard-top-box .secondary-city,
    .dashboard-top-box .names,
    .dashboard-top-box .last-project {
        font-size: 1.125em;
    }
    .sort-menu ul li {
        margin-right: 10px;
    }
    .add-block input[type="text"],
    .add-block input[type="number"],
    .add-block input[type="date"] {
        font-size: 1.625em;
    }
    .checkboxes {
        font-size: 0.875em;
    }
    .login .dashboard-headline span {
        font-size: 3.875em;
    }
    .add-block input[type="date"] {
        font-size: 1em;
    }
    .notizen .dl-horizontal dd {
        margin-left: 80px;
    }
    .notizen .dl-horizontal dt {
        width: 80px;
    }
    .sort-menu li a {
        padding-left: 15px;
        padding-right: 15px;
        font-size: 1em;
    }
    .project-box .customer-name {
    font-size: 1.8em;
    line-height: 1.4;
    display: block;
}
.notizen .dl-horizontal dd p {
    word-break: break-word;
}
}


/************ CSS BREAK ************/


/************ CSS BREAK ************/

@media only screen and (max-width: 991px) {
    .top,
    .top-info,
    .dashboard-headline,
    .dashboard-status,
    .copy,
    .arrow-top,
    .topstatus {
        text-align: center;
    }
    .arrow-top {
        padding-top: 25px;
    }
    .dashboard-status {
        padding-top: 30px;
    }
    .dashboard-header-bottom {
        padding-top: 0px;
    }
    .dashboard-top-box .wrap {
        width: 290px;
        margin: 0 auto 30px auto;
    }
    .button {
        font-size: 1em;
    }
    .sort-menu ul li {
        margin: 0 5px 10px 5px;
    }
    .sort-menu li a {
        padding: 5px 8px;
        font-size: 0.9em;
    }
    .footer-form {
        margin-bottom: 30px;
    }
    .top-info {
        padding-top: 30px;
    }
    .project-detail .outgoing-link i,
    .project-detail .download-link i {
        position: static;
        display: inline-block;
        margin-left: 15px;
    }
    .project-detail .outgoing-link,
    .project-detail .download-link {
        padding-right: 0;
    }
    .row-fixer .project-box:nth-child(3n+1) {
        clear: inherit;
    }
    .row-fixer .project-box:nth-child(2n+1) {
        clear: left;
    }
}


/************ CSS BREAK ************/


/************ CSS BREAK ************/

@media only screen and (max-width: 767px) {
    .dashboard-headline h1 span {
        font-size: 3.875em;
    }
    .login form .login-btn {
        text-align: left;
        padding-top: 15px;
    }
    .add-button {
        padding-top: 30px;
    }
    .add-block h3,
    .detail-heading h3 {
        font-size: 2em;
    }
    input[type="file"] {
        display: block;
        width: 100%;
        font-size: 0.875em;
    }
    .detail-heading a {
        position: static;
    }
    .detail-data {
        margin: 0 -15px;
    }
    .notizen .dl-horizontal dt {
        float: left;
    }
    .sort-menu li a {
        padding-right: 5px;
        padding-left: 5px;

            font-size: 0.8em;
    display: block;
    }
    .sort-menu li {
        display: inline-block;
        width: 47%;
        text-align: center;
    }
}


/************ CSS BREAK ************/


/************ CSS BREAK ************/

@media only screen and (max-width: 479px) {
    .logo span {
        font-size: 1.5em;
    }
    .dashboard-headline h1 span,
    .login .dashboard-headline span {
        font-size: 2.5em;
    }
    .dashboard-top-box .wrap {
        width: 100%;
    }
    .dashboard-headline h1 small {
        font-size: 87.5%;
    }
    .dashboard-top-box .date,
    .dashboard-top-box .weather-icon span,
    .dashboard-top-box .secondary-city,
    .dashboard-top-box .names,
    .dashboard-top-box .last-project {
        font-size: 1em;
    }
    .add-button a {
        width: 100%;
        right: 0px;
    }
    .project-box .customer-name,
    .h3,
    h3,
    .add-block .close-project {
        font-size: 1.5em;
    }
    .more-data .add_data,
    .add-block input[type="text"],
    .add-block input[type="number"],
    .add-block input[type="date"] {
        font-size: 1.125em;
    }
    .login .dashboard-headline {
        padding-top: 50px;
    }
    .login form {
        margin: 40px 0;
        padding: 25px 15px;
    }
    .login form input[type="text"],
    .login form input[type="password"] {
        font-size: 1.125em;
    }
    .collapse-box {
        display: block;
    }
    .project-box .status span.standard-size,
    .standard-size {
        font-size: 1em;
    }
    .add-block .wrap .form > div {
        padding: 10px 5px;
    }
    .add-block h3,
    .detail-heading h3 {
        font-size: 1.5em;
    }
    .headline-block {
        font-size: 0.875em;
    }
    .project-detail .outgoing-link,
    .project-detail .download-link {
        display: block;
        position: relative;
        padding-right: 25px;
    }
    .project-detail .outgoing-link i,
    .project-detail .download-link i {
        display: inline-block;
        position: absolute;
        right: 0;
        top: 3px;
        margin: 0;
    }
    .dashboard-header-bottom {
        display: none;
    }
    .dashboard-header-third {
        padding-top: 0;
    }
    .project-box .status span.standard-size {
        font-size: 0.625em;
    }
}


/************ CSS BREAK ************/
