body {
    background: whitesmoke;
}

.login--frontend {
    background-color: #15263e;
    color: #fff;
    /*padding: 80px 100px;*/
    padding: 30px 10px;
    border-radius: 10px;
    margin: 10% auto;
    /*width: 40%;*/
    width: 600px;
    max-width: 90%;
}

.log-heading {
    text-align: center;
    @media screen and (max-width:480px){
        font-size: 24px;
    }
}

.log-form {
    text-align: center;
}

.log-form-input {
    display: block;
    padding: 15px;
    margin: 15px auto;
    width: 250px;
}

#log-submit {
    width: 250px;
    background-color: #8f0e27;
    color: #fff;
    border: 1px solid;
    font-size: 16px;
    font-weight: bold;
}

#log-submit:hover {
    /*background-color: #9c9c98;*/
    background-color: #af2e47;
}

* {
    box-sizing: border-box;
}

html {
    font-family: 'Montserrat', sans-serif;
}

body {
    background-color: #fffcf7;
}

.container {
    width: 1600px;
    max-width: 100%;
    margin: 30px auto;
}

.tool-heading {
    text-align: center;
    color: black;
}

.tool-entry-Label {
    display: block;
    /*color: #4c5866; */
    font-weight: bold;
}

.tool-entry-input {
    -webkit-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    background-color: white;
    color: #4c5866;
    border: 0.0625rem solid #4c5866;
    font-family: inherit;
    line-height: 1.5rem;
    font-size: 1rem;
    padding: 5px 10px;
    border-radius: 8px;
}

#offer-module-search {
    width: 100% !important;
}

#frameworks-wrapper {

    @media screen and (min-width: 400px){
        column-count: 2;
    }
    @media screen and (min-width: 1400px){
        column-count: 3;
    }
    column-count: 1;
}

textarea.tool-entry-input {
    resize: vertical;
}

.tool-form-button {
    text-align: center;
}

.contractor-input {
    width: 90%;
    background-color:#fff;
    color: #4c5866;
    border: 0.0625rem solid #4c5866;
    font-family: inherit;
    line-height: 1.5rem;
    font-size: 1rem;
    padding: 5px 10px;
    border-radius: 8px;
    resize: vertical;
}

.single-customer-data {
    width: 100%;
    border-bottom: 1px solid #000000;
    padding: 3px 5px;
    margin: 3px auto;
}

.edit-single-customer-data {
    float: right;
    cursor: pointer;
}

#website, #email, #phone-number, #reception, #contact-person, #opening-hours {
    width: 100%;
    display: inline-block;
}

.button {
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
    border: 0 solid transparent;
    padding: 0.5rem 1rem;
    margin: 0.05rem;
    border-radius: 0.4rem;
    color: #ffffff;
    background-color: #243758;
    transition: background-color 0.2s;
}

.button:hover {
    background-color: #9796f0;
}

.button-anchor {
    text-decoration: none;
}

.select {
    padding: 2px 3px;
    background-color: #243758;
    color: #fff;
    border: 1px solid transparent;
    border-radius: 5px;
    transition: background-color 0.1s;
}

.select:hover {
    background-color: #9796f0;
}

.tool-entry {
    background-color: white;
    color: #4c5866;
    border: 0.0625rem solid #4c5866;
    border-radius: 1rem;
    padding: 0.5rem 1rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.tool-entry-title {
    color: #e97200;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.25rem;
}

.tool-entry-header {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.tool-entry-content {
    margin-bottom: 0.5rem;
    line-height: 1.5rem;
    font-size: 1rem;
}

.tool-entry-content > p:last-child {
    margin-bottom: 0;
}

.output {
    appearance: none;
    display: block;
    width: 100%;
    background-color: white;
    color: #4c5866;
    border: 0.0625rem solid #4c5866;
    font-family: inherit;
    line-height: 1.5rem;
    font-size: 1rem;
    padding: 0.5rem 1rem;
    border-radius: 1rem;
    margin-bottom: 0.75rem;
    margin-top: 0.25rem;
}

.main-container {
    display: inline-block;
    width: 100%;
    vertical-align: top;
}

#offer-client-results {
    position: absolute;
    background-color: white;
    border-radius: 3px;
    width: 33%;
}

#offer-client-results .result-object:hover {
    background-color: transparent !important;
}

/*.result-object {
    cursor: pointer;
    padding: 5px !important;
    color: #000000;
    border-bottom: 1px solid #000000;
    text-transform: none;
}*/

/*result-object:last-child {
    border: none;
}*/

.result-object:hover {
/*    font-weight: bold !important;
    color: #000000 !important;
    background-color: #ffffff !important;*/
    /*transition: font-weight 0.3s ease-in-out;*/
}