.container {
    max-width: 1600px;
}

body {
    background-color: #f8f4f2;
}

@media (max-width: 1400px) {
    .xxl-justify-content-center
    {
        justify-content: center !important;
    }
}

@media (min-width: 1400px) {
    .col-xxl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    
    .col-xxl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    
    .d-xxl-none {
        display: none !important;
    }
    
    .d-xxl-block {
        display: block !important;
    }
}
    
@media only screen and (min-width : 1600px) {
    .container-atlas {
        max-width: 1600px;
    }
}

@media (min-width: 1200px) {
    .mh-55vh {
        min-height: 55vh;
    }
}

@media (min-width: 769px) {
    .body-distance-border {
        margin: 1.25rem 2.25rem 2.125rem;
        padding: 0;
    }

    .body-distance-border-evenly {
        margin: 2.125rem 2.25rem;
        padding: 0;
    }
}

@media (max-width: 768px) {
    .body-distance-border {
        margin: 1.25rem 1rem 2.125rem;
        padding: 0;
    }

    .body-distance-border-evenly {
        margin: 2.25rem 1rem;
        padding: 0;
    }

    .overflow-wrap-sm-anywhere {
        overflow-wrap: anywhere;
    }
}

@media (max-width:575px) {
    .cookie-consent-banner {
        padding: 5px 5px
    }
}

.atlas-selected-cpv {
    background-color: #E9EEFC;
    border-radius: 10px;
    font-size: 1rem;
    white-space: nowrap;
}

.atlas-cpvgroup {
    border-radius: 10px;
    font-size: .7rem;
    display: flex;
    padding: 1em;
    white-space: normal;
}

.atlas-cpvgroup:before{
    content: "";
    background-image: url('/https/suche.auftrag.at/assets/img/icons/filter_grey.svg');
    background-size: .75rem;
    width:.75rem;
    padding-left: 1rem;
    background-repeat: no-repeat;
    margin-top:0.1rem;
}

.atlas-cpvgroup-hovering:hover{
    cursor: wait !important;
}

.atlas-cpvgroup:hover{
    cursor: pointer;
}

.atlas-cpvgroup-selected {
    background-color: #0F2566;
    color:#fff;
}
.atlas-cpvgroup-selected:before {
    background-image: url('/https/suche.auftrag.at/assets/img/icons/check_white.svg');
    margin-top:0.2rem;
}

.atlas-cpvgroup-notselected {
    background-color: #E9EEFC;
}

.atlas-cpvgroup-noresult{
    background-color: #F8F4F2;
}
.atlas-cpvgroup-noresult:before{
    background-image: url('/https/suche.auftrag.at/assets/img/icons/check_grey.svg');
    margin-top:0.3rem;
}

.atlas-cpvgroup-title {
    font-size: .9rem;
    line-height: 2.5rem;
}

.atlas-cpvgroup-table{
    display: flex;
    width:100%;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    word-wrap:initial;
    margin: 1rem 0 2rem 0 ;
}

.atlas-cpvgroup-table-header{
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.atlas-cpvgroup-row{
    flex:  1 1 0;
    padding: 0 1rem;
    min-width: 20%;
    max-width: 50%;
    border-right: 1px solid #dee2e6;
    word-wrap:initial;
}

.atlas-cpvgroup-row > div{
    font-size: .75rem;
}

.atlas-cpvgroup-alert{
    padding: 1rem;
    margin: 1rem 0;
    font-weight: 400;
    font-size: 1rem;
}

.atlas-cpvgroup-icon{
    padding-top: 0.1rem;
    margin-right: 0.3rem;
}

@media screen and (min-width:992px) and (max-width: 1400px), screen and (max-width:522px){
    .atlas-cpvgroup-table{
        flex-direction: column;
    }
    .atlas-cpvgroup-row{
        padding:0;
        border-right:none;
        max-width: unset;
    }
}
.atlas-cpvgroup-row:last-child{
    border:none;
    padding-right: 0;
}
.atlas-cpvgroup-row:first-child{
    padding-left: 0;
}

.atlas-cpvgroup-spinner-container{
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center; 
    font-weight: 400; 
    color:#0F2566;    
}

.atlas-cpvgroup-spinner{
    color:#0F2566;
    width: 1rem;
    height: 1rem;
    border-width: 0.1em;
}


.atlas-selected-cpv-view {
    background-color: #E9EEFC;
    border-radius: 10px;
    font-size: 1rem;
    display: inline-block;
    max-width: 100%;
}

.atlas-tooltip-size {
    font-size: 1rem !important;
}

.icon-toggle {
    height: 9px;
    width: 15px;
}

.tag-background {
    border-radius: 0.75rem;
    color: black;
    padding: .5rem;
}

.tag-awarded {
    background-color: #D8D8D8;
}

.tag-new {
    background-color: #D2EFCE;
}

.tag-others {
    background-color: #FFF2DD;
}

.tag-mobile-fontsize {
    font-size: 0.875rem;
}

.searchprofile-management-add-icon {
    transform: rotate(45deg);
    width: 40px;
}

.searchprofile-management-lower-part {
    border: none;
    border-radius: 0 0 .25rem .25rem;
    margin-bottom: 2.5rem;
}

.searchprofile-management-new-searchprofile-card {
    border-color: #C9C9C9;
    border-style: dashed;
    height: 281.2px;
}

.searchprofile-management-searchprofile-tite {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.searchprofile-management-small-button {
    border: 1px solid #0F2566;
    border-radius: .25rem;
    height: 40px;
    padding: 0.5rem;
    width: 40px;
}

.searchprofile-management-upper-part {
    background-color: #E9EEFC;
    border: none;
    border-radius: .25rem .25rem 0 0;
}

.searchresult-font-size {
    font-size: 1.125rem;
}

.searchresult-font-size.sticky-header {
    position: sticky;
    top: 0;
    background-color: #f8f4f2;
    z-index: 20;
}

.searchresult-link{
    cursor: pointer;
    font-weight: 400;
}

.searchresult-card-shadow {
    box-shadow: 0px 15px 15px -8px rgba(0,0,0,0.15);
}

.btn.btn-big.selected {
    background-color: #E9EEFC;
    border: 2px solid #0F2566 !important;
}

.btn.btn-big:hover {
    background-color: #E9EEFC;
    border: 2px solid #0F2566 !important;
}

.btn.btn-margin.btn-testiary.blue.selected {
    background-color: #E9EEFC;
    border: 2px solid #0F2566 !important;
}

.defaulth {
    min-height: 900px;
}

.success-background {
    background-color: #D2EFCE;
    border: 1px solid #096921 !important;
}

.cookie-consent-banner {
    position: fixed;
    bottom: 0;
    background-color: #f5f5f5;
    padding: 20px 20px 10px 20px;
    border-top: 1px solid #c3c3c3;
    display: none;
    overflow-y: auto;
    max-height: 75vh;
    font-size: .8em;
    z-index: 10
}

.cookie-consent-banner .content {
    width: 100%;
    margin: 0 auto 5px auto
}

.cookie-consent-banner .content p {
    margin: 0;
    text-align: justify;
    font-size: 1rem;
    font-weight: 400;
}

.cookie-consent-banner form {
    margin-bottom: 5px
}

.cookie-consent-banner .form-check-input:disabled {
    color: #757575 !important
}

.cookie-consent-banner .actions {
    width: 100%;
    margin: 0
}

.cookie-consent-banner .actions .action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0
}

.cookie-consent-banner .accept-all-cookies {
    background-color: #0f2566;
    color: #fff;
    width: 100%;
    margin: 5px 0;
    padding: 5px;
    border-radius:5px;
    box-shadow: none;
    outline: 0;
    font-weight: 700;
    font-size:13px;
}

.cookie-consent-banner .accept-custom-cookies {
    border: 1px solid #0f2566;
    color: #0f2566;
    width: 100%;
    margin: 5px 0;
    padding: 5px;
    border-radius:5px;
    box-shadow: none;
    outline: 0;
    font-weight: 700;
    font-size: 13px;
}

.form-check-consent-label::before{
    width:16px !important;
    height:16px !important;
    border-radius: 4px !important;
    border: #8f8f9d 2px solid !important;
}

.form-check-consent input[type="checkbox"]:checked ~ label::before {
    background-color: #0060df !important;
    border: 0 !important;
    outline: none !important;
}

.form-check-disabled input[type="checkbox"]:checked ~ label::before {
    background-color: #6c757d !important;
}

.form-check-consent input[type="checkbox"]:empty ~ label, 
.form-check-consent input[type="radio"]:empty ~ label {
    text-indent: 1.7em !important
}

.no-x-margin-in-text {
    margin: 0 -4px
}

.my-reconnect-modal > div {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    overflow: hidden;
    text-align: center;
    font-weight: bold;
}

.components-reconnect-hide > div {
    display: none;
}

.components-reconnect-show > div {
    display: none;
}

.components-reconnect-show > .show {
    display: block;
}

.components-reconnect-failed > div {
    display: none;
}

.components-reconnect-failed > .failed {
    display: block;
}

.components-reconnect-rejected > div {
    display: none;
}

.components-reconnect-rejected > .rejected {
    display: block;
}

.slightlybigger{
    font-size: 1.125rem;
}

.muchbigger {
    font-size: 1.5rem;
}

.biggestFont {
    font-size: 1.6rem;
}

.card-upper-part {
    background-color: #E9EEFC;
    border: none;
    border-radius: .25rem .25rem 0 0 !important;
}

.searchprofile-management-upgrade-card {
    background-color: #FFF2DD;
    min-height: 281.2px;
}

.btn-payment {
    width: 350px;
    max-width: 100%;
    height: 380px;
    border: 1px solid #d8d8d8;
    box-shadow: 0 6px 6px 0 #d8d8d8 !important;
    text-indent: 0 !important;
    text-align: center;
    color: #000
}

.btn.btn-payment.selected {
    background-color: #E9EEFC;
    border: 2px solid #0F2566 !important;
}

.btn.btn-payment:hover {
    background-color: #E9EEFC;
    border: 2px solid #0F2566 !important;
}

.btn-payment-disabled {
    background-color: rgba(216, 216, 216, 0.15);
    width: 350px;
    max-width: 100%;
    height: 150px;
    border: 3px solid #DADADA;
    text-indent: 0 !important;
    text-align: center;
    color: #000
}

.invalid-card {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #000029;
    border: 3px solid rgba(210, 0, 0, 1);
    border-radius: 0px 0px 4px 4px;
    opacity: 1;
}

ul.ListMainSection > li.MainSection > p.MainSection {
    text-decoration: underline;
    font-weight: bold;
    font-size: 1.5rem;
}

li.MainSection, li.SubSection {
    list-style-type: none;
}

p.SubSection, p.SubSectionLots  {
    font-weight: bold;
}

p.SubSectionsData, p.SubSubSectionsDataProminent, p.SubSectionLots, p.SubSubSectionsData {
    margin-left: 1rem;
}

p.SubSectionsDataLots,p.SubSubSectionsDataProminentLots {
    margin-left: 2rem;
}

.toggle-font {
    cursor: pointer;
    color: #0F2566;
    font-size: 1.125rem;
}

.toggle-bg{
    width: 2rem;
    height: 1rem;
    border: solid 1px #0F2566;
    border-radius: 1rem;
    display: inline-block;
    vertical-align: middle;
    line-height: 1 !important;
    box-sizing: content-box !important;
}

.toggle-position {
    padding-right: 2.25rem;
    padding-left: 2.25rem;
}

.toggle-bg:before{
    content:" ";
    width: 1rem;
    height: 1rem;
    background-color: #0F2566;
    border-radius: 100%;
    display: inline-block;
}

.details-checked .toggle-bg{
    text-align: right;
    transition: 0.5s ease text-align;
}

.list-checked .toggle-bg{
    text-align: left;
    transition: 0.5s ease text-align;
}

.button-as-label {
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
}

.button-as-label:focus {
    outline: none;
}

.sticky-header-navbar {
    position: sticky;
    top: 0;
}

.languageSelectToRight{
    justify-content: flex-end;
}

.subheading-color {
    color: #7F7F7F;
}

.subheading-mt {
    margin-top: 1.875rem;
}

.subheading-mx {
    margin-left: 15px;
    margin-right: 15px;
}

.image-link {
    filter: invert(100%);
    height: 20px;
    width: 20px;
}

.image-share {
    border-color: #0F2566 !important;
    height: 20px;
    vertical-align: sub;
    width: 20px;
}

.bookmark {
    font-size: 20px;
    padding-right: 20px;
    color: #212529;
}

.header-bookmark {
    font-size: 16px;
}

.mb-2rem {
    margin-bottom: 2rem;
}

.fixedWidth {
    width: 130px;
}

.try-searchProfile {
    background-color: #E9EEFC;
    cursor: pointer;
}

.try-searchProfile.rounded-upper-border {
    border-radius: 4px;
}

.try-searchProfile.rounded-lower-border {
    border-radius: 0 0 4px 4px;
}

.card-shadow {
    box-shadow: 0 15px 15px -8px rgba(0,0,0,0.15);
}

.searchMask .textarea.min-height {
    min-height: 3.75rem;
}

.searchProfileName {
    font-size: 27px;
}

@media (min-width: 992px) {
    .card-shadow {
    }
    
    .searchMask .textarea.min-height {
        min-height: 6rem;
    }

    .searchProfileName {
        font-size: 27px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    
    .try-searchProfile.blue-border {
        border: 1px solid #0F2566;
    }
    
    .try-searchProfile.rounded-upper-border {
        border-radius: 4px 4px 0 0;
    }
}

.try-searchProfile-sticky
{
    position: sticky;
    top: 74px;
    z-index: 1;
}

.cursor-pointer {
    cursor: pointer !important;
}

.searchMask {
    background-color: #E9EEFC;
    border: 1px solid #0F2566;
}

.searchMaskBorder {
    border-radius: 4px;
}

.searchMask .textarea {
    border-color: black !important;
    overflow-y: auto;
}

ul.no-style {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

li.custom-style {
    background-size: 22px !important;
    padding-left: 1.8rem;
}

li.custom-style.message {
    background: url(/https/suche.auftrag.at/assets/img/icons/nachricht.svg) no-repeat left top;
}

li.custom-style.message-color {
    background: url(/https/suche.auftrag.at/assets/img/icons/nachricht-color.svg) no-repeat left top;
}

li.custom-style.earth {
    background: url(/https/suche.auftrag.at/assets/img/icons/erde.svg) no-repeat left top;
}

li.custom-style.filter-black-white {
    background: url(/https/suche.auftrag.at/assets/img/icons/filter-black-white.svg) no-repeat left;
    background-size: 16px !important;
    margin-left: 2px;
}

li.custom-style.search {
    background: url(/https/suche.auftrag.at/assets/img/icons/suchen.svg) no-repeat left top;
}

li.custom-style.search-color {
    background: url(/https/suche.auftrag.at/assets/img/icons/suchen-color.svg) no-repeat left top;
}

li.custom-style.plus {
    background: url(/https/suche.auftrag.at/assets/img/icons/plus.svg) no-repeat left center;
}

li.custom-style.minus {
    background: url(/https/suche.auftrag.at/assets/img/icons/minus.svg) no-repeat left center;
}

li.custom-style.search-title {
    background: url(/https/suche.auftrag.at/assets/img/icons/suche_2.svg) no-repeat left;
}

li.custom-style.filter-title {
    background: url(/https/suche.auftrag.at/assets/img/icons/filter_2.svg) no-repeat left 7%;
}

.plus-minus-icon-size {
    background-size: 18px !important;
}

a.noStyle {
    font-weight: inherit;
    padding: 0;
}

a.noStyle:link {
    text-decoration: inherit;
    color: inherit;
    cursor: auto;
}

a.noStyle:visited {
    text-decoration: inherit;
    color: inherit;
    cursor: auto;
}

.pl-4-5 {
    padding-left: 2rem;
}

.expired{
    color: rgba(0, 0, 0, 0.5) !important;
}

.expired a{
    color: rgba(0, 0, 0, 0.5) !important;
    font-weight: 400 !important;
    text-decoration: underline !important;
}

.expired a:link{
    color: rgba(0, 0, 0, 0.5) !important;

}

.expired a:visited{
    color: rgba(0, 0, 0, 0.5) !important;
}

.alert-divider{
    border-bottom: 1px solid rgba(0,0,0,.125);
}

.pre-line {
    white-space: pre-line;
}

.orange-background-color {
    background-color: #ffe3d8;
}