/*
Theme Name: Farb Bern Theme
Theme URI: http://www.jungmedia.de
Template: Divi
Author: Jung Media
Author URI: http://www.jungmedia.de
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Version: 4.22.1.1693898389
Updated: 2023-09-05 09:19:49
*/

/* Basics */

body {
    font-size: 24px !important;
    line-height: 43px !important;
    font-weight: 700;
}

body h1 {
    font-size: 96px;
    font-weight: 1000 !important;
    color: #000 !important;
    margin-bottom: 0;
}

body h2 {
    font-size: 44px;
    font-weight: 700 !important;
    color: #00b45e !important;
}

body h3 {
    font-size: 18px;
    font-weight: 700 !important;
    line-height: 30px !important;
    color: rgb(0, 180, 93) !important;
}

body h4 {
    font-size: 18px;
    font-weight: 700 !important;
    line-height: 30px !important;
    color: rgb(0, 0, 0) !important;
}

body a {
    text-decoration: none;
    text-decoration-thickness: 1px !important;
    text-underline-offset: 3px;
}

body a:hover {
    color: rgb(0, 180, 93) !important;
    text-decoration: none;
}

body footer {
    font-size: 16px !important;
    line-height: 30px !important;
    font-weight: 700;
    border-top: black 1px solid;
}

.jm-hidden {
    display: none;
}

.jm-reduced-space-bottom {
    padding-bottom: 0 !important;
}

.jm-reduced-space-top {
    padding-top: 0 !important;
}

.custom-target {
    display: none;
}

.circle {
    width: 50px !important;
    height: 50px !important;
    border-radius: 50% !important;
    background-color: #00b45e !important;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px !important;
    font-weight: bold;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1) !important;
    cursor: pointer;
    transition: transform 0.3s ease;
}

#top-menu li a {
    font-size: 16px;
    font-weight: 700 !important;
    color: #000;
    line-height: 29px;
    text-decoration: none;
    text-decoration-thickness: 1px !important;
    text-underline-offset: 3px;
}

#top-menu li.current_page_item a {
    font-size: 16px;
    font-weight: 700;
    color: #00b45e;
    line-height: 29px;
    text-decoration: none;
}

#main-header {
    box-shadow: 0 1px 0 #fff;
    -webkit-box-shadow: 0 1px 0 #fff;
}

.footer-widget a {
    text-decoration: underline;
    text-decoration-thickness: 1px !important;
    text-underline-offset: 3px;
}

.footer-widget #link-widget {
    line-height: 2.5;
}

body.page #content-area {
    font-size: 17px !important;
    line-height: 30px !important;
    font-weight: 700 !important;
}

.wp-block-columns .wp-block-column p {
    font-size: 17px !important;
    line-height: 30px !important;
    font-weight: 700 !important;
}

div.wpforms-container-full input[type="submit"]:not(:hover):not(:active),
div.wpforms-container-full button[type="submit"]:not(:hover):not(:active),
div.wpforms-container-full .wpforms-page-button:not(:hover):not(:active),
.wp-core-ui div.wpforms-container-full input[type="submit"]:not(:hover):not(:active),
.wp-core-ui div.wpforms-container-full button[type="submit"]:not(:hover):not(:active),
.wp-core-ui div.wpforms-container-full .wpforms-page-button:not(:hover):not(:active) {
    background-color: #00a75c;
    color: #ffffff;
    border-radius: 0;
    padding: 20px 50px 40px 50px;
    font-weight: 700 !important;
    border: 0;
}

div.wpforms-container-full input[type="submit"]:hover,
div.wpforms-container-full input[type="submit"]:active,
div.wpforms-container-full button[type="submit"]:hover,
div.wpforms-container-full button[type="submit"]:active,
div.wpforms-container-full .wpforms-page-button:hover,
div.wpforms-container-full .wpforms-page-button:active,
.wp-core-ui div.wpforms-container-full input[type="submit"]:hover,
.wp-core-ui div.wpforms-container-full input[type="submit"]:active,
.wp-core-ui div.wpforms-container-full button[type="submit"]:hover,
.wp-core-ui div.wpforms-container-full button[type="submit"]:active,
.wp-core-ui div.wpforms-container-full .wpforms-page-button:hover,
.wp-core-ui div.wpforms-container-full .wpforms-page-button:active {
    background-color: #878583;
    border-radius: 0;
    padding: 20px 50px 40px 50px;
    font-weight: 700 !important;
    border: 0;
}

.wpforms-field.wpforms-field-content .wpforms-field-row p,
.wpforms-field.wpforms-field-content .wpforms-field-row blockquote,
.wpforms-field.wpforms-field-content .wpforms-field-row pre {
    font-weight: 400 !important;
    line-height: 1.3 !important;
    font-size: 80% !important;
}

.wpforms-field.wpforms-field-content.jm-form-table-container {
    overflow-x: auto;
    padding-top: 0;
    padding-bottom: 50px;
}

.wpforms-field.wpforms-field-content.jm-form-table-container table {
    border-collapse: collapse;
    width: 100%;
    border: none;
    font-size: 70% !important;
    font-weight: 400 !important;
}

.wpforms-field.wpforms-field-content.jm-form-table-container table th,
.wpforms-field.wpforms-field-content.jm-form-table-container table td {
    text-align: left;
    vertical-align: top;
    border: none !important;
    padding: 8px;
    line-height: 1.2em;
}

.wpforms-field.wpforms-field-content.jm-form-table-container table td ul {
    padding: 0 !important;
    margin-bottom: 0 !important;
}

.wpforms-field.wpforms-field-content.jm-form-table-container table td ul li {
    margin-bottom: 0 !important;
    line-height: 1.2em;
    padding-bottom: 7px;
}

.jm-form-table-container .col-1-3 {
    width: 33.33%;
}

.jm-form-table-container .col-2-3 {
    width: 66.67%;
}

/* Login page  */

#wpmem_login_form .button_div input
{
    background-color: #00a75c;
    color: #ffffff;
    border-radius: 0;
    padding: 20px 50px 20px 50px;
    font-weight: 700 !important;
    border: 0;
}

#wpmem_login_form .button_div input:hover
{
    background-color: #878583;
    border-radius: 0;
    padding: 20px 50px 20px 50px;
    font-weight: 700 !important;
    border: 0;
}

/* Login "overlay" */
#wpmem_restricted_msg {
    margin-top: 130px !important;
}

#wpmem_login {
    margin-bottom: 130px !important;
}

#wpmem_restricted_msg, #wpmem_login{
    width: 80%;
    max-width: 1080px;
    margin: auto;
    position: relative;
}



#sidebar {
    display: none;
}

#main-content .container:before {
    background: none;
}

@media (min-width: 981px) {
    #left-area {
        width: 100%;
        padding-right: 0 !important;
    }
}
