@font-face {
    font-family: Rajdhani-Bold;
    src: url("/assets/base/webfonts/Rajdhani-Bold.ttf");
    font-weight: bold;
}

@font-face {
    font-family: Rajdhani-Medium;
    src: url("/assets/base/webfonts/Rajdhani-Medium.ttf");
    font-weight: auto;
}

@font-face {
    font-family: Rajdhani-SemiBold;
    src: url("/assets/base/webfonts/Rajdhani-SemiBold.ttf");
    font-weight: auto;
}

@font-face {
    font-family: Rajdhani;
    src: url("/assets/base/webfonts/Rajdhani-Regular.ttf");
    font-weight: normal;
}

body {
    color: black;
}

a {
    color: #0a0a0a;
}

a:hover {
    text-decoration: none;
    color: #ff2702;
}

.select2-container {
    width: 100% !important;
}

.select2-container .select2-selection--single, .select2-selection__rendered {
    height: 38px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 34px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 35px;
}

.form-group {
    margin-bottom: 1rem;
}

.btn-primary, .list-group-item.active {
    background-color: #3dbad5;
    border-color: #3dbad5;
}

.btn-primary:hover {
    background-color: #329cb3;
    border-color: #329cb3;
}

#calendar {
    margin: 0 auto;
}

.card-body-modal {
    max-height: 225px;
    overflow-x: scroll;
}

.card-body-modal-long {
    max-height: 500px;
    overflow-x: scroll;
}

caption {
    padding-left: 10px;
}

.copyright-text {
    position: absolute;
    right: 15px;
}

.badge {
    /*color: #ffffff;*/
}

#loading-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1090;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

#loading-backdrop.fade {
    opacity: 0;
}

#loading-backdrop.show {
    opacity: .5;
}

.fade {
    transition: opacity .15s linear;
}

small {
    font-size: 70%;
}

.card {
    margin-bottom: 10px;
}

.footer-btn a {
    margin-right: 5px;
}

.range-day .range-time-text-1, .range-day .range-time-text-2 {
    width: 75px;
}

.range-day .range-time-pause {
    width: 100px;
}

#meeting_times .list-group-item, #meeting_places .list-group-item {
    cursor: pointer;
}

#time_place_arrow {
    position: absolute;
    top: 53%;
    bottom: auto;
    left: 49%;
}

#meeting_places .list-group-item.list-group-item-warning {
    cursor: not-allowed;
}

#meeting_places .list-group-item.list-group-item-danger.disabled {
    color: #721c24;
    background-color: #f5c6cb;
    cursor: not-allowed;
}

#getMeetingModal .residents {
    text-align: right;
    font-size: 12px;
}

#getMeetingModal .living_area_list_name {
    width: 110px;
}

.state-div {
    margin-top: 35px;
}

.list-group.disabled, .list-group.disabled .list-group-item {
    cursor: not-allowed;
}

.dashboard-meeting-list {
    max-height: 486px;
    overflow-y: scroll;
}

.card-header-title-input {
    font-size: inherit;
    font-weight: inherit;
    display: block;
    height: 20px;
}

.facility-name {
    font-size: 20px;
    font-weight: 600;
}

.config-icon-content {
    padding: 30px;
    background: #fff;
    background-clip: padding-box;
    position: relative;
}

.config-icon-box {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    grid-gap: 30px 10px;
}

.config-icon-item {
    text-decoration: none;
    display: flex;
    align-items: center;
}

.config-icon-item > a:hover {
    text-decoration: none;
}

.icon-box {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    height: 48px;
    width: 48px;
    border-radius: 50%;
    margin-right: 20px;
}

.icon-label {
    font-size: 14px;
    word-break: break-all;
}

.config-icon-item .icon-box .basic-icon {
    color: #52667a;
    margin: auto;
    width: 20px;
    height: 50px;
    font-size: 35px;
}

.config-menu {
    font-size: 16px;
}

.config-menu .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background-color: #52667a;
}

.card {
    border: 1px solid #ced4da
}

.back-btn {
    font-size: 20px;
    margin-right: 10px;
}

.CodeMirror.cm-s-default, #email-preview {
    border: 1px solid #ced4da;
    border-radius: .2rem;
}

.pdfobject-container {
    height: 19rem;
    border: 1rem solid rgba(0, 0, 0, .1);
}

#cronjob-log-area_table {
    height: 400px;
    overflow-y: scroll;
}

#search-result-card {
    margin-bottom: 0;
    padding-bottom: 10px;
}

.card-400 {
    height: 400px;
    overflow-y: scroll;
}

.mundus-head-bar {
    font-size: 14px;
    height: 50px;
    background-color: #ebebeb;
    font-family: Rajdhani-Medium;
}

.mundus-head-bar .row, .mundus-head-image .row {
    height: 100%;
}

.mundus-head-bar .row .col, .mundus-head-image .row .col-md-12 {
    margin-top: auto;
    margin-bottom: auto;
}

.mundus-head-image {
    height: 110px;
}

@media (min-width: 768px) {
    .mundus-head-image .img {
        margin-left: 300px;
        margin-top: 25px;
    }
}

.mundus-head-second-bar {
    height: 25px;
    background-color: #333333;
}

.mundus-headline {
    margin-top: 40px;
}

.mundus-headline .headline {
    font-size: 30px;
    font-weight: 1000;
    font-family: Rajdhani-Bold;
    line-height: 1;
}

.mundus-headline .headline-price {
    color: #42A152;
    font-size: 25px;
    font-family: Rajdhani-Medium;
}

.mundus-headline .subline {
    font-size: 18px;
    font-family: Rajdhani-Medium;
    line-height: 1;
}

.mundus-content {
    margin-top: 20px;
    padding-left: 10%;
    padding-right: 10%;
    background-color: #F4F5F7;
    padding-bottom: 30px
}

.mundus-content.mundus-message-container {
    padding-bottom: 0 !important;
}

.size-35 {
    font-family: Rajdhani-Bold;
    font-size: 35px;
    line-height: 1
}

.size-30 {
    font-size: 30px;
    font-family: Rajdhani-Bold;
    line-height: 1;
}

.size-30-m {
    font-size: 30px;
    font-family: Rajdhani-Medium;
    line-height: 1;
}

.size-25 {
    font-size: 25px;
    font-family: Rajdhani-Bold;
    line-height: 1;
}

.size-20 {
    font-size: 20px;
    font-family: Rajdhani-Bold;
}

.size-19 {
    font-size: 19px;
    font-weight: 1000;
    font-family: Rajdhani-Bold;
}

.size-16 {
    font-size: 16px;
    font-weight: 800;
    font-family: Rajdhani-Bold;
}

.size-16-medium {
    font-size: 16px;
    font-family: Rajdhani-Medium;
}

.green {
    color: #42A152;
}

.mundus-content .card-body {
    padding-top: 10px;
    padding-left: 15px;
    padding-bottom: 10px;
}

.mundus-content .card {
    border: 1px solid #EBEBEB !important;
}

.size-18 {
    font-size: 18px;
    font-family: Rajdhani-Medium;
}

.size-12 {
    font-size: 12px;
    font-family: Rajdhani;
}


#mundus-offer-site .mundus-head-bar .plant-icon {
    height: 20px;
}

.smiley-img {
    width: 28px;
}

.accept-link {
    text-decoration: none;
}

.accept-link:hover {
    text-decoration: none;
    text-underline: #3cac5a;
}

#notification-container {
    max-height: 250px;
    overflow-y: scroll;
}

.action-btn-container .btn {
    margin-left: 5px;
    margin-top: 5px;
}

.offer-zyklus-circle {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    border: 1px solid black;
    background: white;
    margin-left: auto;
    margin-right: auto;
}

.offer-zyklus-img {
    width: 60px;
    margin-top: 19px;
}

.mundus-product-table th, .mundus-product-table td {
    padding-left: 0;
}

#mundus-offer-site a:hover {
    color: #ff2702;
}

.accept-btn, .btn-close-modal, .btn-previous {
    border-radius: 0;
    width: 250px;
    font-size: 19px;
    font-family: Rajdhani-SemiBold;
    color: white;
}

.btn-close-modal, .btn-previous {
    background-color: #ebebeb;
    border-color: #ebebeb;
    color: black;
}

.accept-btn {
    background-color: #42A152;
    border-color: #42A152;
}

.btn-close-modal:hover, .btn-close-modal:visited, .btn-close-modal:active, .btn-close-modal:focus, .btn-close-modal:disabled, .btn-close-modal:enabled {
    background-color: #ebebeb;
    border-color: #ebebeb;
    color: black;
}

.btn-previous:hover, .btn-previous:visited, .btn-previous:active, .btn-previous:focus, .btn-previous:disabled, .btn-previous:enabled {
    background-color: #ebebeb;
    border-color: #ebebeb;
    color: black;
}

.accept-btn:hover, .accept-btn:visited, .accept-btn:active, .accept-btn:focus, .accept-btn:disabled {
    background-color: #42A152;
    border-color: #42A152;
    color: white;
}

.accept-btn:hover, .accept-btn:visited, .accept-btn:active, .accept-btn:focus, .accept-btn:disabled {
    background-color: #42A152;
    border-color: #42A152;
    color: white;
}

.action-badged {
    position: absolute;
    height: 175px;
    border-radius: 80%;
    width: 180px;
    right: -62px;
    top: -25px;
}

.action-badged-outer {
    position: absolute;
    height: 175px;
    border-radius: 80%;
    border: 1px solid black;
    width: 180px;
    z-index: 10;
}

.action-badged-inner {
    background-color: black;
    border-radius: 80%;
    height: 160px;
    width: 165px;
    margin: auto;
    margin-top: 6px;
    transform: rotate(8deg);
}

.action-badged .action-amount {
    font-family: Rajdhani-Bold;
    background-color: #F4F5F7;
    font-size: 55px;
    color: #ff2702;
    margin-top: 2px;
    border: 0 solid #F4F5F7;
    position: absolute;
    top: 0;
    width: 176px;
    transform: rotate(
            8deg
    );
    left: 14px;
}

.action-badged .action-text {
    font-family: Rajdhani-SemiBold;
    font-size: 20px;
    line-height: 1;
    margin-top: -10px;
    background-color: #F4F5F7;
    padding-bottom: 10px;
    position: absolute;
    top: 82px;
    width: 179px;
    transform: rotate(8deg);
}

.action-badged .action-badged-footer {
    color: white;
    font-size: 20px;
    height: 43px;
    position: absolute;
    top: 123px;
    left: 60px;
    transform: rotate(8deg);
}

.long-arrow-right {
    display: block;
    margin: 30px auto;
    width: 10px;
    height: 10px;
    border-top: 2px solid #000;
    border-left: 2px solid #000;
    transform: rotate(135deg);
    position: relative;
    left: 73%;
    top: -156px;
}

.long-arrow-right.current {
    border-top: 2px solid green;
    border-left: 2px solid green;
}

.long-arrow-right.current::after {
    background-color: green;
}

.long-arrow-right::after {
    content: "";
    display: block;
    width: 2px;
    height: 130px;
    background-color: black;
    transform: rotate(-45deg) translate(45px, 18px);
    left: 0;
    top: 0;
}

.footer-close {
    color: white;
    position: absolute;
    right: 40px;
    font-size: 40px;
    font-family: Rajdhani-Bold;
    cursor: pointer;
    top: 0;
}

.reject-inner-box {
    background-color: #F4F5F7;
    padding: 15px;
}

.reject-inner-box .form-group {
    margin-bottom: 0;
}

.box-number {
    position: absolute;
    height: 30px;
    width: 30px;
    border-radius: 80%;
    color: white;
    background-color: #FE2917;
    font-size: 20px;
    top: 5px;
    left: 5px;
    text-align: center;
}

#mundus-reject-site .card.card-body {
    border-color: #F4F5F7;
}

.radios {
    margin-top: -10px;
}

/*Radio*/
/* The container */
.radio-container {
    display: block;
    position: relative;
    padding-left: 20px;
    margin-bottom: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.radio-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 6px;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: white;
    border-radius: 50%;
    border: 1px solid black;
}

/* On mouse-over, add a grey background color */
.radio-container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.radio-container input:checked ~ .checkmark {
    background-color: white;
    border: 1px solid black;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio-container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.radio-container .checkmark:after {
    top: 1px;
    left: 1px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: black;
}

/* offer Modale**/
#reject-offer-modal .modal-content, #offer-accept-modal .modal-content {
    font-family: Rajdhani;
    border-radius: 0;
}

.accept-btn.btn-block, .btn-close-modal.btn-block, .btn-previous.btn-block {
    width: 100%;
}

.offer_line {
    margin-top: 10px;
    margin-bottom: 30px;
    height: 1px;
    background-color: #707070;
}

.table-price {
    color: #42A152;
    font-size: 28px;
    font-weight: 1000;
    text-decoration-line: underline;
    text-decoration-style: double;
    text-decoration-color: black;
}

.table-price-additional {
    font-size: 14px;
    line-height: 0.3;
    padding-right: 10px;
}

.user-image {
    position: absolute;
    top: -50px;
    border: 5px solid #F4F5F7;
    height: 150px;
    width: 150px;
}

#mundus-offer-site .alert {
    text-align: center;
    margin-top: 25px;
    margin-bottom: 0;
}

#mundus-offer-site .alert .close {
    display: none;
}

#mundus-offer-site .alert-danger {
    color: white;
    background-color: #FE2917;
    border-color: #FE2917;
    font-family: Rajdhani;
    padding: 0;
    padding-top: 5px;
    padding-bottom: 5px;
}

#mundus-offer-site .alert-icon {
    display: none;
}

.mundus-content-label-container {
    margin-top: 20px;
}

.mundus-content-label-container .header {
    border-bottom: 1px solid black;
    margin-right: 0;
    margin-left: 0;
}

.mundus-content-label-container .btn {
    border-radius: 0;
    width: 100%;
    font-size: 19px;
    font-family: Rajdhani-SemiBold;
    color: white;
    float: right;
}

.mundus-content-label-container .change-data-btn {
    background-color: #333333;
}

.mundus-content-label-container .send-label-btn {
    background-color: #42A152;
}

.mundus-content-label-container .address-border {
    border: 1px solid #000000;
    width: 95%;
    height: 110px;
}

.mundus-content-label-container .address-full {
    position: relative;
    top: -108px;
    right: -15px;
}

.mundus-content-label-container .address-border-2 {
    position: relative;
    top: -2px;
    left: -2px;
    height: 111px;
    width: 243px;
    background-color: white;
    border-radius: 22px;
}

.mundus-content-label-container .button-section {
    float: right;
}

.mundus-content-label-container .arrow-down {
    height: 39px;
    opacity: 1;
    width: 80%;
}

.vertrauen-subtext {
    font-size: 16px;
    font-family: Rajdhani-Medium;
}

.vertrauen-frage {
    font-size: 30px;
    font-family: Rajdhani-Bold;
    line-height: 1;
}

.vertrauen-user {
    font-size: 18px;
    font-family: Rajdhani-Medium;
}

.foto-mundus-bonus-card {
    height: 115px;
    width: 230px;
    background-color: black;
    color: white;
    border-radius: 8px;
    margin-left: auto;
    margin-right: auto;
}

.bonus-card-offer-sum {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    margin-top: 45px;
}

.ausschuettung-alert {
    color: #ff2702;
}

.mundus-logo-img {
    width: 100px;
    margin-top: 25px;
    margin-left: 130px;
}

.control-label {
    font-size: 18px;
    font-weight: 600;
    font-family: Rajdhani-Bold;
}

.mundus-content .upgrade-card {
    cursor: pointer;
    box-shadow: 0 10px 16px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%) !important;
    border-radius: 22px
}

.mundus-content .upgrade-card.active {
    border: 2px solid #42A152 !important;
}

.mundus-content .upgrade-card-check {
    position: absolute;
    right: -2px;
    top: -2px;
    background-color: #42A152;
    color: white;
    font-size: 25px;
    width: 50px;
    border-top-right-radius: 22px;
}

.mundus-content .upgrade-card-check.disabled {
    display: none;
}

.mundus-content .upgrade-card-check.active {
    display: block;
}

.mundus-content .upgrade-card-head .headline {
    font-size: 28px;
    font-family: Rajdhani-SemiBold;
    font-weight: 800;
    line-height: 1
}

.mundus-content .upgrade-card-price {
    font-size: 28px;
    font-family: Rajdhani-Bold;
    color: #42A152;
    line-height: 0.5
}

.mundus-content .upgrade-card-price .price-additional {
    font-size: 14px;
    font-family: Rajdhani;
    color: black;
}

.mundus-content .upgrade-products {
    font-size: 18px;
    font-family: Rajdhani-Medium;
    margin-left: 5%
}

.mundus-content .choose-button {
    background-color: #333333;
    position: relative;
    width: 165px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 21px;
    border-radius: 0;
    font-size: 19px;
    font-family: Rajdhani-SemiBold;
    color: white;
    cursor: pointer;
    box-shadow: 0 10px 16px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%) !important;
}

@media (max-width: 1366px) {
    .mundus-head-image {
        height: 80px !important;
    }

    .mundus-head-image img {
        height: 45px !important;
        margin-left: 90px !important;
    }

    .long-arrow-right::after {
        height: 89px !important;
        transform: rotate(-45deg) translate(31px, 13px) !important;
    }

    .mundus-head-second-bar {
        background-color: #FF0000 !important;
        height: 2px !important;
    }


}

@media (max-width: 1024px) {
    .mundus-head-image {
        height: 75px !important;
    }

    .mundus-head-image img {
        height: 33px !important;
        margin-left: 0 !important;
        margin-top: 15px !important;
    }

    .long-arrow-right::after {
        height: 38px !important;
        transform: rotate(-45deg) translate(13px, 3px) !important;
    }

    .long-arrow-right {
        left: 105% !important;
    }

    .mundus-content-label-container .address-border-2 {
        height: 112px !important;
        width: 191px !important;
    }


}

/*
 * Content
 */
@media (min-width: 768px) {
    [role="main"] {
        padding-top: 70px; /* Space for fixed navbar */
        padding-bottom: 59px; /* Space for fixed navbar */
    }

    .footer-btn {
        margin-left: 0;
    }

    #search-result {
        position: absolute;
        top: 56px;
        left: 62px;
        z-index: 4;
        display: none;
    }


}

@media (max-width: 320px) {

}

@media (max-width: 768px) {
    [role="main"] {
        padding-top: 70px; /* Space for fixed navbar */
        padding-bottom: 105px; /* Space for fixed navbar */
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .footer-btn {
        margin-left: 0;
    }

    .copyright-text {
        display: none;
    }

    .navbar-login-name {
        display: none;
    }

    .mobil-invisible-col {
        display: none;
    }

    #search-result {
        position: absolute;
        top: 56px;
        left: 0px;
        z-index: 4;
        display: none;
    }

    .mundus-content {
        margin-top: 55px;
        padding-left: 10%;
        padding-right: 10%;
        background-color: #F4F5F7;
        padding-bottom: 30px
    }

    .mundus-content.mundus-message-container {
        padding-bottom: 0 !important;
    }

    .mundus-head-image {
        height: 50px !important;
        margin-top: 25px;
    }

    .mundus-head-image img {
        height: 27px;
    }

    .mundus-head-second-bar {
        background-color: #FF0000 !important;
        height: 2px !important;
    }

    .mundus-content-label-container .address-container-start {
        margin-right: 135px !important;
    }

    .mundus-content-label-container .address-container {
        right: 10px !important;
    }

    .mundus-content-label-container .address-full {
        font-size: 14px !important;
        right: -4px !important;
        top: -99px !important;
    }

    .mundus-content-label-container .btn {
        border-radius: 0;
        width: 100% !important;
        height: 34px !important;
        font-size: 13px !important;
    }

    .size-16 {
        font-size: 13px !important;
    }

    .button-section {
        padding-left: 0 !important;
    }

    .address-border {
        width: 100% !important;
    }

    .mundus-content-label-container .address-border-2 {
        height: 113px !important;
        width: 154px !important;
        top: -3px !important;
        left: -3px !important;
    }

    .mundus-content-label-container .address-border {
        width: 100%;
    }

    #change-data-modal {
        margin-top: 50px !important;
    }

    .size-35 {
        font-size: 21px !important;
    }

    .size-30-m {
        font-size: 17px !important;
    }

    .user-image {
        height: 120px !important;
        width: 120px !important;
    }

    .vertrauen-subtext {
        font-size: 15px !important;
        font-family: Rajdhani;
    }

    .vertrauen-frage {
        font-size: 23px !important;
    }

    .vertrauen-user {
        font-size: 16px !important;
    }
}