a {
    text-decoration: none!important;
}

body {
    font-family: 'Montserrat', sans-serif;
}

.password-container {
    text-align: center;
    padding-top: 40vh;
}

.password-container p:first-of-type{
    display: none;
}

.password-container label{
    font-size: 0px;
    color:transparent;
}

.password-container input {
    font-size: 15px;
    display: block;
    width: 300px;
    margin-bottom: -8px;
    padding: 15px;
    text-align: center;
    outline: none!important;
    border:none!important
}

.password-container input[type='submit'] {
    margin: 0px auto;
    background: #1BAD8A;
    border: none;
    color: white;
    width: 300px;
    padding: 15px;
}

.password-screen{
    background:#273238;
}

.footer-logo {
    margin-bottom: 50px;
}

.logo img {
    width: 200px;
}

.company-name {
    margin-top: 80px;
}

.company-name h1 {
    font-weight: 800;
    font-size: 60px;
}
.company-name img {
    max-width: 300px;
    height: auto;
    margin-bottom: 10px;
}

.project {
    padding-top: 80px;
    padding-bottom: 80px;
}

.project:nth-child(even) {
    background: #fcfcfc;
}

.resource-category-title h1 {
    font-size: 19px;
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.resource-category {
    margin-top: 50px;
}

.resource-category:first-of-type {
    margin-top: 0px;
}

.project-title {
    margin-top: 20px;
    font-weight: 600;
}

.project-details {
    padding-left: 30px;
}

.down-link {
    color: #1BAD8A!important;
    font-weight: 600;
}

.change-link {
    color: #999999 !important;
    font-weight: 600;
    margin-left: 20px;
}

.admin-edit {
    color: #c5c5c5!important;
}

header {
    background: #273238;
    padding-top: 40px;
    padding-bottom: 120px;
    color:white;
    background-image: url("/wp-content/themes/fingerspitzclients/frontend/img/clientportal_header.svg");
    background-size: 100%;
}

.logout {
    color: white!important;
    text-decoration: none!important;
    margin-top: -60px;
}

footer {
    background: #273238;
    padding-top: 80px;
    padding-bottom: 80px;
    color:white;
}

footer p {
    margin-bottom: 0px;
}

.fingerspitz-footer {
    font-size: 13px;
    color: #797e81;
}

.searchbar {
    display: inline-block;
    position: relative;
}

.search-icon {
    height: 36px;
    display: inline-block;
    padding-top: 8px;
    line-height: 30px;
    margin-right: 10px;
    padding-right: 12px;
    position: absolute;
    right: 5px;
    top: -3px;
}

.search-result {
    display: none;
    margin-top: 80px;
}

.search-phrase {
    font-weight: 300;
}

.search-input {
    background: #36474D;
    border: none;
    border-radius: 30px;
    padding: 7px;
    outline: none;
    color: white;
    padding-left: 15px;
    font-size: 13px;
    margin-right: 17px;
    padding-right: 30px;
}

.no-results {
    margin-top: 100px;
    margin-bottom: 100px;
    display: none;
}

.no-results h1 {
    font-size: 18px;
}

.projects-bg {
    background: #f9f9f9;
    padding-top: 15px;
    padding-bottom: 15px;
}

.projects-bg a {
    margin-right: 15px;
    color: #c3c3c3;
}

.scrollup {
    position: fixed;
    right: 15px;
    bottom: 15px;
    background: #273238;
    height: 50px;
    width: 50px;
    line-height: 53px;
    text-align: center;
    color: white;
    border-radius: 3px;
    cursor: pointer;
    display: none;
}

.projects-bg a:hover {
    color:#1BAD8A!important;
}

.projects-bg a:last-of-type {
    margin-right: 0px;
}
@media (max-width: 768px) {

    .searchbar {
        display:none;
    }

    .logout {
        margin-top: -60px;
    }

    .company-name,
    .slogan {
        text-align: center;
    }

    .img-fluid {
        width: 100%;
    }

    .project {
        padding-top: 15px;
        padding-bottom: 0px;
    }

    .project-details {
        padding-left: 0px;
    }

    .project-description {
        padding-bottom: 25px;
    }

    .resource-category {
        margin-top: 15px;
    }

    .resource-item {
        margin-bottom: 15px;
    }

    .project:last-of-type {
        padding-bottom: 30px;
    }

    footer {
        text-align: center;
    }

}

.frame {
    top: 0;
    position: absolute;
}
.changelog ol {
  list-style: none;
  padding-left: 0px;
  margin-left: 0px;
}
