/* poppins-300 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    src: url('./fonts/poppins-v20-latin-300.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */
    url('./fonts/poppins-v20-latin-300.woff') format('woff'); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* poppins-regular - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    src: url('./fonts/poppins-v20-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */
    url('./fonts/poppins-v20-latin-regular.woff') format('woff'); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* poppins-500 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    src: url('./fonts/poppins-v20-latin-500.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */
    url('./fonts/poppins-v20-latin-500.woff') format('woff'); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* poppins-600 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    src: url('./fonts/poppins-v20-latin-600.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */
    url('./fonts/poppins-v20-latin-600.woff') format('woff'); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* poppins-700 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    src: url('./fonts/poppins-v20-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */
    url('./fonts/poppins-v20-latin-700.woff') format('woff'); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* poppins-800 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 800;
    src: url('./fonts/poppins-v20-latin-800.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */
    url('./fonts/poppins-v20-latin-800.woff') format('woff'); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

.text-shadow-1 {
    text-shadow: 2px 2px 10px #333333;
}

.residential-complex-info {
    display: inline-block;
    width: 4em;
}

.contact-info {
    display: inline-block;
    width: 5em;
}

#map {
    height: 400px;
    width: 100%;
}

table.imprint th {
    vertical-align: top;
    background-color: #F5F5F5;
    padding-left: 15px;
}

table.imprint td {
    padding-left: 15px;
}

table.imprint-contact th {
    vertical-align: top;
    background-color: #FFF;
}

table.imprint-contact td {
    padding-left: 15px;
}

p.disclaimer {
    color: #555;
    padding: 1.5em;
    border: 1px solid #999;
    text-align: justify;
}

/* rental offers table
---------------------------------------------------------- */
table.rental-offers {
    /* table for rental offers */
    border-collapse: collapse;
    border: 1px solid #333;
    font-size: 0.9em;
    width: 100%;
}

table.rental-offers th,
table.rental-offers td {
    /* style table cells */
    padding: 0.5em;
    border: 1px dotted #666;
    text-align: center;
}

table.rental-offers th {
    /* additional styles for header cells */
    border-bottom: 2px solid #333;
    background-color: #F0F0F0;
}

@media only screen and (max-width: 764px) {
    #linkCards .card {
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 765px) {
    #linkCards .card {
        min-height: 410px;
    }
}

@media only screen and (min-width: 1200px) {
    #linkCards .card {
        min-height: 280px;
    }
}

.header-logo-non-sticky {
    width: 60px!important;
    height: 60px!important;
    top: -6px!important;
}

.header-column h5 {
    font-size: 1.2em;
    padding-top: 0px;
    padding-left: 10px;
}

@media only screen and (min-width: 1000px) {
    .header-column h5 {
        font-size: 1.4em;
        padding-top: 10px;
        padding-left: 0;
    }
}

/* Move reCAPTCHA v3 badge to the left */

.grecaptcha-badge {
    width: 70px !important;
    overflow: hidden !important;
    transition: all 0.3s ease !important;
    left: 4px !important;
}

    .grecaptcha-badge:hover {
        width: 256px !important;
    }