@import url(//fonts.googleapis.com/css?family=Noto+Sans:400,700);

/* ============================================================
   City Residence - Immobilien Public Site
   Ported from legacy ShopWeezle CSS (css1.1 + root overrides)
   ============================================================ */

/* === Reset & Base === */

* {
    border: 0 none;
    box-sizing: border-box;
    color: #333333;
    font-family: "Noto Sans", sans-serif;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.5;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    text-decoration: none;
}

body {
    background-color: #FFFFFF;
}

a:hover {
    color: #DD3333 !important;
}

a:visited {
    color: #333333;
}

strong {
    font-weight: bold;
}

select, input, textarea {
    border: 1px solid #d6d6d6;
}

select, input {
    height: 2rem;
}

input[type="checkbox"],
input[type="radio"],
input[type="submit"],
input[type="reset"] {
    height: auto;
}

h1 {
    font-size: 135%;
    font-weight: bold;
}

h2 {
    font-size: 125%;
    font-weight: bold;
}

h3 {
    font-weight: bold;
}

.right {
    float: right;
}

.pointer {
    cursor: pointer;
}

.inline-block-elem {
    display: inline-block;
}

/* === Layout Container === */

#swTotale {
    margin: 0;
    max-width: 100%;
    width: 100%;
}

/* === Header === */

#crlogo {
    max-height: 90%;
    max-width: 341px;
}

#crlogo2 {
    max-width: 200px;
    display: none;
}

#headbar {
    height: 5rem;
    margin: 0 auto;
    padding-top: 1rem;
}

#headbar-navi {
    width: 100%;
}

#headbar-navi nav {
    background-color: #6b6c6e;
    background: rgba(0, 0, 0, 0) url("/img/layout/bg_nav.png") repeat scroll 0 0;
}

#headbar-navi nav a {
    color: white;
    display: inline-table;
    margin-right: 2%;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 1rem;
    line-height: 1.6rem;
}

#headbar-naviright {
    float: right;
    max-width: 50%;
    width: 31rem;
}

/* === Search Bar === */

#crLookfor {
    margin-bottom: 2%;
    margin-top: 1.4rem;
    border: 2px solid rgb(213, 209, 193);
}

#crLookforSubmit {
    background: rgba(0, 0, 0, 0) url("/img/layout/pfeil_grau.png") no-repeat scroll center center;
    color: rgba(0, 0, 0, 0);
    border: 2px solid rgb(213, 209, 193);
    cursor: pointer;
}

/* === Main Navigation === */

#crMainNav-mobile {
    display: none;
}

ul#navigation-1 {
    background: rgba(0, 0, 0, 0) url("/img/layout/bg_nav.png") repeat scroll 0 0;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-around;
    list-style: outside none none;
    padding: 0;
    width: 100%;
}

ul#navigation-1 li {
    display: block;
    float: left;
    margin: 0;
    padding: 0;
}

ul#navigation-1 li a:link,
ul#navigation-1 li a:visited,
ul#navigation-1 li:hover a,
ul#navigation-1 li a:hover,
ul#navigation-1 li a:active,
.head-links {
    color: #ffffff;
    display: block;
    line-height: 1.5;
    padding: 0.5rem;
    text-align: left;
    text-decoration: none;
    cursor: pointer;
}

ul#navigation-1 li a:hover {
    background-color: #CCCCCC;
}

/* Sub-Navigation Dropdowns */

ul#navigation-1 li div.navigation-2 {
    display: none;
    left: 0;
    margin: 0;
    min-height: 6rem;
    position: absolute;
    width: 100%;
    z-index: 900;
}

ul#navigation-1 li:hover div.navigation-2 {
    display: block;
}

.navigation-2 > ul {
    background-color: #cccccc;
    color: #333333;
    display: table;
    flex-flow: row wrap;
    margin: 0 auto;
    max-width: 1280px;
    text-align: left;
    width: 100%;
    list-style: none;
}

.navigation-2 li {
    border-bottom: 1px solid #eeeeee;
    flex: 1 1 20%;
    width: 20%;
    height: 4.2rem;
    overflow: hidden;
    text-overflow: ellipsis;
}

.navigation-2 > ul > li > a {
    border-right: 1px solid #333333;
    font-size: 0.9rem;
    height: 86%;
    margin: 0.25rem 0 0.25rem 0.25rem;
    padding: 0 0.25rem 0 0 !important;
    width: 95%;
}

div.navigation-2 li a {
    color: #333333 !important;
}

div.navigation-2 li a:hover {
    color: #dd3333 !important;
}

ul#navigation-1 li .navigation-2 li a span {
    color: #333333;
    display: block;
    font-size: 85%;
    font-style: italic;
    line-height: 1.5;
    white-space: normal;
}

/* === Main Content === */

#swMainpart {
    display: table;
    margin: 6vh auto;
    width: 96%;
}

#mainpart-inside {
    width: 100%;
    display: flex;
    flex-flow: column wrap;
}

/* === Breadcrumb === */

#swBreadcrumb > a::after {
    content: url("/img/layout/cr_rarr.png");
    margin-left: 0.2%;
    margin-right: 0.3%;
}

#swBreadcrumb > a:last-child::after {
    content: "";
}

/* === Intro Text === */

.intro-text {
    max-width: 820px;
    margin: 30px auto 20px;
    margin-left: 0;
    padding-left: 0;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    line-height: 1.5;
}

.intro-text li {
    text-align: left;
    margin-left: 0;
    padding-left: 30px;
    font-weight: 500;
    list-style: none;
}

/* === Demarcation Line === */

.demarcation-line {
    border-bottom: 1px solid #999;
    margin: 10px 0 14px;
    width: 100%;
}

/* === Property List Items === */

.listdark {
    background-color: #f3f0dd;
}

.listlight {
    background-color: #f8f8f0;
}

.listdark:hover,
.listlight:hover {
    background-color: #eae8d5;
}

.swItemList {
    margin: 0 auto 1%;
    overflow: hidden;
    padding: 0.5%;
    width: 100%;
}

.swItemImage {
    float: left;
    margin-right: 1%;
    overflow: hidden;
    position: relative;
    width: 37%;
}

.swItemImage > a {
    display: inline-block;
    height: 100%;
    overflow: hidden;
    width: 100%;
}

.swItemImage a img,
.swItemImage > img {
    max-height: 100%;
}

.swItemInfo {
    display: flex;
    flex-flow: column nowrap;
    height: 220px;
    justify-content: space-between;
    width: 61%;
}

.swItemInfo h2 {
    font-size: 16px;
    font-weight: 400;
    margin-top: 0;
    overflow: visible;
    text-overflow: unset;
    white-space: inherit;
}

.swItemDescr {
    clear: both;
    display: flex;
    flex-flow: row nowrap;
    margin-bottom: 1%;
    min-height: 4.25rem;
}

.swItemDescr > div {
    flex: 1 1 30%;
    font-size: 1.25rem;
    font-weight: bold;
    text-align: center;
}

.swItemDescr div span {
    clear: both;
    display: block;
    font-size: 0.8rem;
}

.swItemDescr.single-column {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.swItemDescr.single-column .expo-link {
    text-align: center;
    color: #1a4fd8;
    text-decoration: underline;
}

.expo-link {
    font-size: 16px;
    font-weight: 600;
    color: #1a4fd8;
    text-decoration: underline;
}

.swItemDescr.single-column .status-text {
    position: absolute;
    right: 0;
    font-weight: 600;
    font-size: inherit;
    text-transform: uppercase;
}

.swItemPrice {
    font-size: 120%;
}

.swItemPrice span {
    color: #565656;
}

.swItemPrice.Reserviert,
.swItemPrice.Verkauft {
    visibility: hidden;
}

.free-headline {
    display: flex;
    align-items: center;
    padding-top: 10px;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    color: #000;
}

/* Status Colors */

.Verfuegbar {
    color: #00aa00;
    font-weight: bold;
}

.verkauft,
.Sold,
.Verkauft {
    color: #e03030;
}

.reserviert {
    color: #f0e000;
}

.isale_status {
    color: #00aa00;
    font-weight: bold;
    text-transform: uppercase;
}

/* === Footer === */

.swFootbar {
    background-color: #6b6c6e;
    color: #ffffff;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    margin-top: 3vh;
    padding: 2%;
    width: 100%;
}

.swFootbar a {
    color: #ffffff;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#swFootbar {
    text-align: center;
}

#swFootbar a::before {
    content: url("/img/layout/pfeil_weiss.png");
    margin: 3px;
    vertical-align: middle;
}

.xfSubnavi * {
    display: block;
}

.xfSubnavi {
    margin-right: 2%;
    overflow: hidden;
    width: 23%;
}

.xfSubnavi > span,
.xfSubnavi2 > div > span {
    color: #ffffff;
    font-size: 120%;
    font-weight: bold;
}

.xfSubnavi2 {
    display: flex;
    flex-flow: column wrap;
    justify-content: space-between;
}

#swMFootbar {
    display: none;
}

#swMFootbar .xfSubnavi a {
    display: inline-block;
    width: 48%;
}

/* === Mobile Back === */

#swMobileBack {
    display: block;
    margin: 5% auto 0;
    text-align: center;
}

/* === Label Background (Mobile Menu Button) === */

#labelbackground {
    display: none;
}

.open-menu-label {
    cursor: pointer;
}

/* === Responsive: Mobile (< 760px) === */

@media only screen and (max-width: 760px) {
    .notmobile {
        display: none !important;
    }

    .onlymobile {
        display: unset !important;
    }

    #labelbackground {
        display: block;
    }

    #crlogo2 {
        display: block;
    }

    #headbar {
        display: none;
    }

    #crMainNav-mobile {
        display: block;
        background-color: #6b6c6e;
    }

    #crMainNav-mobile ul {
        list-style: none;
    }

    #crMainNav-mobile ul li a {
        color: #ffffff;
        display: block;
        padding: 0.5rem 1rem;
    }

    .swItemImage {
        background-color: inherit;
        float: none;
        margin: 0;
        overflow: hidden;
        width: 100%;
    }

    .swItemImage img {
        margin: 0 auto;
        display: block;
        width: 100%;
    }

    .swItemInfo {
        background-color: inherit;
        height: 13rem;
        width: 100%;
    }

    .swItemInfo h2 {
        font-size: 115%;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 99vw;
    }

    .xfSubnavi {
        width: 97%;
    }

    #swFootbar {
        display: none;
    }

    #swMFootbar {
        display: flex;
    }
}

/* === Responsive: Tablet+ (>= 760px) === */

@media only screen and (min-width: 760px) {
    * {
        font-size: 1rem;
        line-height: 2rem;
    }

    #swTotale {
        margin: 0 auto;
        max-width: 95%;
    }

    #swMainpart {
        margin: 0 auto;
        width: 100%;
    }

    #mainpart-inside {
        display: block;
        margin: 1% auto 0;
        min-height: 40vh;
        position: relative;
        width: 94%;
    }

    #swFootbar {
        display: flex;
    }

    #swMFootbar {
        display: none;
    }

    h2 {
        margin-bottom: 1%;
    }

    .swFootbar {
        flex-wrap: nowrap;
    }

    div.xfSubnavi {
        flex: 0 1 auto;
        min-width: auto;
    }

    .swItemImage {
        position: relative;
        height: 220px;
        width: 37%;
    }

    .swItemInfo {
        width: 60%;
    }

    .swItemInfo h2 {
        font-size: 1.25rem;
        line-height: 1.5rem;
    }

    .swItemDescr {
        clear: both;
        margin-bottom: 1%;
        min-height: 1.9rem;
    }

    .swItemDescr .swItemDetails {
        color: inherit;
        float: right;
    }

    .swItemPrice {
        float: right;
        font-weight: bold;
    }

    #swMobileBack {
        display: none;
    }
}

/* === Responsive: Desktop (>= 1024px) === */

@media only screen and (min-width: 1024px) {
    #swTotale {
        margin: 0 auto;
        max-width: 1280px;
    }

    #mainpart-inside,
    #headbar {
        max-width: 1024px;
    }

    #swMobileBack {
        display: none;
    }
}

/* ============================================================
   Verkaufen – Hero Section
   ============================================================ */

.hero-outer {
    width: 100vw;
    max-width: 1280px;
    margin: 10px 0;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.hero-section {
    position: relative;
    width: 100%;
    aspect-ratio: 1920 / 728;
    background-image: url("/img/verkaufen.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.35);
}

.hero-card {
    position: relative;
    background: rgba(255, 255, 255, 0.95);
    max-width: 520px;
    padding: 28px 32px;
    border-radius: 8px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}

.hero-card h2 {
    font-size: 22px;
    margin-bottom: 10px;
    font-weight: 600;
}

.hero-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.hero-card ul li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 10px;
    font-size: 14px;
    color: #333;
}

.hero-card ul li::before {
    content: "\2713";
    position: absolute;
    left: 0;
    color: #2d4a5c;
    font-size: 12px;
}

.cta-btn {
    display: inline-block;
    background-color: #2d4a5c;
    color: #fff !important;
    padding: 10px 22px;
    border-radius: 22px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    margin: 0 auto 18px auto;
}

.cta-btn:hover {
    background-color: #1f3442;
    color: #fff !important;
}

/* Verkaufen Content Page */

.content-page {
    padding: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.services-section h2 {
    font-size: 24px;
    color: #2c3e50;
    margin-top: 15px;
    margin-bottom: 25px;
    font-weight: 600;
}

.services-section h3 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.services-section ul {
    list-style: disc;
    padding-left: 20px;
}

.services-section ul li {
    margin-bottom: 8px;
    line-height: 1.8;
    color: #34495e;
}

/* ============================================================
   Kontakt – Contact Form (crimmosearch style)
   ============================================================ */

.crsearchline {
    background-color: #F3F0DD;
    border-bottom: 3px solid #ffffff;
    border-top: 1px solid #eae8d5;
    clear: both;
    display: flex;
    flex-flow: row wrap;
    padding: 5px;
    position: relative;
    width: 100%;
}

.crsleft {
    clear: none;
    display: table;
    font-weight: bold;
    width: 20%;
    float: left;
}

.crsleft.crslight {
    font-weight: normal;
}

.crsearchcriteria {
    display: flex;
    flex-flow: row wrap;
    align-content: flex-start;
    justify-content: flex-start;
    height: auto;
    position: relative;
    width: 80%;
}

.crs2, .crs5 {
    display: table;
    float: left;
    line-height: 100%;
    margin: 1%;
    min-width: 15%;
    padding: 1%;
}

.crs2 {
    border: 0;
    width: 45%;
}

.crs5 {
    width: 19%;
    clear: both;
    display: inline-block;
}

.crslong {
    width: 100%;
}

.crslong input,
.crslong select,
.crslong textarea {
    width: 60%;
}

.crslong input[type="checkbox"],
.crslong input[type="radio"] {
    width: auto;
}

.crslong input.shortinput,
.crslong select.shortinput {
    width: 18%;
}

.crslong input.longinput,
.crslong select.longinput {
    width: 40%;
}

.crsearchline textarea {
    min-height: 6rem;
}

.crsearchline label {
    line-height: 2rem;
}

.warn.stern1 {
    color: #cc0000;
    font-weight: bold;
}

.crVAlink {
    border: 1px solid #cccccc;
    display: block;
    float: left;
    font-weight: bold;
    min-width: 120px;
    padding: 10px;
    cursor: pointer;
}

.crVAlink:hover {
    background-color: #eae8d5;
    color: #cc0000 !important;
}

.validation-message {
    clear: both;
    color: #cc0000;
    display: block;
    font-weight: bold;
    width: 100%;
}