/*
Theme Name: Talacker 21
Theme URI: http://talacker21.swiss/
Author: Singularity Solution
Author URI: https://www.singularity.is
Description: Talacker 21
Version: 1.0
*/
/*************FONTS**************/
@font-face {
    font-display: swap; 
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    src: url('fonts/montserrat-v26-latin-300.woff2') format('woff2');
}
@font-face {
    font-display: swap; 
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/montserrat-v26-latin-regular.woff2') format('woff2'); 
}
@font-face {
    font-display: swap; 
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 400;
    src: url('fonts/montserrat-v26-latin-italic.woff2') format('woff2'); 
}
@font-face {
    font-display: swap;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    src: url('fonts/montserrat-v26-latin-500.woff2') format('woff2'); 
}
@font-face {
    font-display: swap; 
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    src: url('fonts/montserrat-v26-latin-600.woff2') format('woff2'); 
}
@font-face {
    font-display: swap; 
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    src: url('fonts/montserrat-v26-latin-700.woff2') format('woff2');
}
@font-face {
    font-display: swap; 
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 700;
    src: url('fonts/montserrat-v26-latin-700italic.woff2') format('woff2'); 
}
/************* ROOT **************/
:root {
    --primary-font: 'Montserrat', sans-serif;
    --green-dark: #37544C;
    --green-primary: #3A7464;
    --color-cream: #A79D92;
}
/************* BODY **************/
body {
    font-family: var(--primary-font);
    color: #000000;
    padding-top: 60.3px;
}
.admin-bar .navbar.fixed-top,
.admin-bar .offcanvas.offcanvas-end {
    top: 46px;
}
#wpadminbar {
    position: fixed;
}
/********* PREDEFINED CLASSES **********/
.container-fluid {
    max-width: 1800px;
    padding: 0 20px;
}
.section-padding {
   padding: 55px 0;
}
.bg-green {
    background-color: var(--green-primary);
}
.bg-green-dark {
    background-color: var(--green-dark);
}
.bg-cream {
    background-color: #F9F8F6;
}
.text-green {
    color: var(--green-primary);
}
.text-green-dark {
    color: var(--green-dark);
}
.btn {
    font-size: 18px;
    padding: 6px 24px;
    line-height: 1.2;
    border-radius: 37px;
    font-weight: 500;
    display: block;
}
.btn-primary {
    background-color: #FFFFFF;
    color: var(--green-primary);
    border: none;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary.active {
    background-color: var(--green-primary) !important;
    color: #FFFFFF;
    border: none;
}
.btn-secondary {
    background-color: var(--green-primary);
    color: #FFFFFF !important;
    border: 1px solid var(--green-primary);
}
.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary:focus,
.btn-secondary.active {
    background-color: #FFFFFF !important;
    color: var(--green-primary) !important;
    border: 1px solid var(--green-primary);
}
.btn-arrow {
    text-decoration: underline;
    font-weight: 600;
    position: relative;
    width: auto;
    padding-left: 30px !important;
    border: none !important;
}
.btn-arrow::after {
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 26px;
    height: 26px;
    background-image: url(local-images/arrow-btn.svg);
    background-size: contain;
    background-repeat: no-repeat;
}
.btn-arrow:hover,
.btn-arrow:active,
.btn-arrow:focus,
.btn-arrow.active {
    text-decoration: none;
    color: var(--green-primary) !important;
    border: none !important;
}
.btn-arrow:hover::after {
    filter: brightness(0) saturate(100%) invert(42%) sepia(8%) saturate(2397%) hue-rotate(113deg) brightness(89%) contrast(81%);
}
.form-container .btn-arrow input:disabled {
    color: #000 !important;
}
.form-container .btn-arrow input{
    background-color: transparent;
    border: none;
    text-decoration: underline;
    font-weight: 600;
    position: relative;
    width: auto;
    padding-left: 0 !important;
    border: none !important;
}
.form-container .btn-arrow input:hover {
    text-decoration: none;
    color: var(--green-primary);
}
.form-container .btn-arrow input:disabled:hover {
    text-decoration: underline;
}
.form-container .btn-arrow:hover::after {
    filter: none;
}
.section-title {
    color: var(--color-cream);
    font-weight: 500;
    line-height: 1.2;
    width: auto;
    margin-bottom: 25px;
}
.section-title h2 {
    font-size: 30px;
   margin-bottom: 0;
}
.section-title .right-line {
    background-color: var(--color-cream);
    height: 2px;
}
.section-title .left-line {
    background-color: var(--color-cream);
    height: 2px;
}
.section-text {
    margin-bottom: 40px;
}
.section-text p {
    font-size: 19px;
}
.footnote {
    position: relative;
    padding-right: 8px;
}
.footnote::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 10px;
    height: 10px;
    background-image: url(local-images/xmark-green.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.collapsed-parent .title-icon-box img {
    transform: rotate(-90deg);
}
.collapsed-parent .table-title {
    text-decoration: underline;
}
.table-title:hover {
    text-decoration: none;
    color: #000000;
}
.collapsed-parent .table-title:hover {
    text-decoration: none;
    color: var(--green-primary);
}
.collapsed-parent .table-title:hover img{
    filter: brightness(0) saturate(100%) invert(37%) sepia(8%) saturate(2281%) hue-rotate(113deg) brightness(99%) contrast(80%);
}
.hovered td{
    background-color: #358B731F;
}
.collapsed {
    display: none;
}
.tr-parent {
    cursor: pointer;
}
.table-link {
	color: #000;
	transition: all .3s;
}
.table-link:hover {
	color: var(--green-primary);
	text-decoration: none;
}
/************* NAVBAR **************/
.navbar {
    box-shadow: 2px 2px 2px #0000005F;
}
.navbar-brand img,
.offcanvas-header img {
    width: 180px;
    height: auto;
}
.navbar-toggler img {
    width: 25px;
    height: auto;
}
.navbar-toggler:focus {
    box-shadow: none;
}
.offcanvas-header {
    padding: 8px 12px;
}
.btn-link {
    border: none;
    background-color: transparent;
    padding: 4px 12px;
}
.btn-link img {
    width: 20px;
    height: auto;
}
.navbar .nav-item {
    margin: 6px 0;
}
.navbar .nav-link {
    color: #000;
    padding: 6px 0;
    line-height: 1;
    font-weight: 500;
    text-transform: uppercase;
}
.navbar .nav-link:hover {
    color: var(--green-dark);
}
/************* HERO **************/
.hero {
    height: calc(100svh - 60.33px);
}
.hero-section .container-fluid {
    left: 50%;
    bottom: 8%;
    transform: translateX(-50%);
    height: 100%;
}
.hero-video {
    height: auto;
}
.hero-video-bg {
    position: relative;
    width: 100%;
    height: 66.67vw; /* Set the aspect ratio to 3:2 (3 / 2 * 100) */
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.hero-video-bg iframe {
    width: 100vw;
    height: 150vw; /* Set the aspect ratio to 3:2 (3 / 2 * 100) */
    min-width: 100%;
    min-height: 150vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.cover-video-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 20;
    overflow: hidden;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
}
.cover-video-bg iframe {
    width: 100vw;
    height: calc(100vw / 1.5); /* 3:2 aspect ratio, 3/2 = 1.5 */
    min-height: 100vh;
    min-width: 150vh; /* 1.5 * 100 */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.hero-block h2 {
    text-shadow: 3px 3px 4px #00000072;
    letter-spacing: 0px;
    font-weight: 600;
    max-width: 960px;
    font-size: 24px;
    margin-bottom: 20px;
}
.bezug-box {
    width: 17vw;
    height: 17vw;
    right: 8px;
    top: 28%;
    line-height: 1.35;
    transition: all .3s;
    z-index: 50;
    font-size: 2.2vw;
}
.bezug-box:hover {
    scale: 1.15;
    cursor: pointer;
    transform: rotate(-8deg);
}
/************* OBJECT **************/
.object-img-box {
    width: 100%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    height: auto;
}
.object-img-box img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.object-right {
    padding-top: 60px;
}
.object-text-box h2 {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 24px;
    margin-bottom: 24px;
}
.object-right,
.object-left {
    font-size: 18px;
    line-height: 1.3;
}
.object-text-box p {
    margin-bottom: 35px;
    font-size: 18px;
}
.object-text-box {
	margin-bottom: 25px;
}
.icon-title {
    padding-left: 16px;
    line-height: 1;
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 24px;
    cursor: pointer;
    text-decoration: underline;
    display: inline-block;
}
.icon-title:hover {
    text-decoration: none;
    color: var(--green-primary);
}
.icon-title::before {
    position: absolute;
    top: 3px;
    left: 0;
    width: 12px;
    height: 12px;
    content: "";
    background-image: url(local-images/xmark-green.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.object-right hr {
    opacity: 1;
}
.object-photo-title {
    color: #4B484E;
    font-size: 18px;
    margin-bottom: 10px;
}
/*********** ADVANTAGES BLOCK ************/
.advantages-icon {
    max-width: 46px;
    max-height: 70px;
}
.icon-container {
    margin-bottom: 15px;
}
.advantages-icon img {
    object-fit: contain;
    width: 100%;
    height: auto;
    transition: all .3s;
}
.advantages-title {
    line-height: 1.2;
    font-size: 24px;
    margin-bottom: 16px;
}
.advantages-text {
    line-height: 1.2;
}
.advantages-bg {
    height: 45%;
    width: 100%;
    background-image: url(local-images/advantages-bg.svg);
}
.contact-block .advantages-bg {
    height: 30%;
}
.advantages-bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: linear-gradient(180deg, #F9F8F6 0%, #EFECE72C 100%);
}
.advantages-section {
    padding-bottom: 120px;
}
/************* LOCATION IMAGE **************/
.location-image img {
    width: 100%;
    height: auto;
}
.flats-container {
    padding: 0 20px;
    max-width: 1820px;
}
.map-pin {
    width: 4.5vw;
    height: 4.5vw;
    border-radius: 50%;
    background-color: var(--green-dark);
    position: absolute;
    overflow: hidden;

}
.map-pin-icon {
    background-color: var(--green-dark);
    height: 100%;
    width: 100%;
    padding: .8vw;
    border-radius: 50%;
	z-index: 50;
	position: relative;
}
.map-pin-icon img {
    object-fit: contain;
    width: 100%;
    height: 100%;
    display: block;
}
.pin-description {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    background-color: var(--green-dark);
    border-radius: 5vw;
    white-space: nowrap;
    height: 4.5vw;
    font-size: 2vw;
    color: #FFFFFF;
    padding: 0.1vw 1vw 0.1vw 5vw;
    top: 0;
    left: 0;
    z-index: -1;
    visibility: hidden;
    opacity: 0; 
    overflow: hidden;
    transition: all .3s; /
}
.map-pin:hover {
    overflow: visible;
}
.map-pin:hover .map-pin-icon {
	z-index: 300;
}
.map-pin:hover .pin-description {
    opacity: 1;
    visibility: visible;
	z-index: 200;
}
#bar-pin {
    top: 13vw;
    left: 53vw;
}
#store-pin {
    top: 10vw;
    left: 61.9vw;
}
#restaurant-pin {
    top: 20vw;
    left: 63vw;
}
#paradeplatz-pin {
    top:  29vw;
    left: 64vw;
}
#gym-pin {
    top: 46vw;
    left: 47vw;
}
#parking-pin {
    top: 50vw;
    left: 40vw;
}
#motel-pin {
    top: 32.2vw;
    left: 25vw;
}
#parkhaus-pin {
	top: 2vw;
    left: 42vw;
}
#kaufleuten-pin {
	top: 6vw;
    left: 45.8vw;
}
#carlton-pin {
	top: 10vw;
    left: 56.8vw;
}
#bar45-pin {
	top: 10vw;
    left: 56.8vw;
}
#bar45-pin {
	top: 3.8vw;
	left: 57.8vw;
}
#widder-pin {
	top: 0.3vw;
	left: 70vw;
}
#rathaus-pin {
	top: 3.3vw;
	left: 92vw;
}
#bahnhhof-pin {
	top: 14.5vw;
	left: 8.5vw;
}
#roma-pin {
	top: 23vw;
	left: 13vw;
}
#storchen-pin {
	top: 11vw;
	left: 84vw;
}
#peter-pin {
	top: 17.5vw;
	left: 75vw;
}
#zeughauskeller-pin {
	top:21vw;
	left: 72vw;
}
#atelier-pin {
	top:21vw;
	left: 55vw;
}
#lichthof-pin {
	top: 24.5vw;
	left: 62vw;
}
#coop-pin {
	top: 23.5vw;
	left: 51vw;
}
#lugia-pin {
	top: 20vw;
	left: 38.2vw;
}
#mandarin-pin {
	top: 26.5vw;
	left: 71vw;
}
#metropol-pin {
	top: 38.5vw;
	left: 82vw;
}
#fashion-pin {
	top: 40vw;
	left: 76vw;
}
#kantonalbank-pin {
	top: 45vw;
	left: 72vw;
}
#aura-pin {
	top: 38.8vw;
	left: 57vw;
}
#glarnischhof-pin {
	top: 49.8vw;
	left: 54vw;
}
#raymond-pin {
	top: 34vw;
	left: 53vw;
}
#zhivago-pin {
	top: 33vw;
	left: 46vw;
}
#stanza-pin {
	top: 39vw;
	left: 48vw;
}
#stocker-pin {
	top: 49vw;
	left: 35vw;
}
#migros-pin {
	top: 45vw;
	left: 29vw;
}
#synergym-pin {
	top: 23vw;
	left: 27vw;
}
#moudi-pin {
	top: 27vw;
	left: 31vw;
}
#aurum-pin {
	top: 33vw;
	left: 32vw;
}
#personal-pin {
	top: 37vw;
	left: 16vw;
}
#korner-pin {
	top: 38vw;
	left: 27vw;
}
#brandschenkestrasse-pin {
	top: 30vw;
	left: 20vw;
}
.big-pin {
    position: absolute;
    width: 9vw;
    height: 9vw;
    top: 12vw;
    left: 47vw;
}
.big-pin img,
.white-pin img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    display: block;
}
.white-pin {
    width: 7vw;
    height: 7vw;
    position: absolute;
    top: 18.8vw;
    left: 20.6vw;
}
.vertical-line-pin {
    position: absolute;
    top: 4.8vw;
    left: 23vw;
    overflow: hidden;
}
.vertical-pin-text {
    font-weight: 500;
    font-size: 3vw;
    color: #4B484E;
    position: relative;
    z-index: 20;
}
.vertical-line {
    width: 2px;
    background-color: #FFFFFF;
    height: 21vw;
    position: relative;
    z-index: 10;
}
.vertical-line-second {
    left: 60vw;
}
.vertical-line-second .vertical-line {
    height: 8vw;
}
.object-img-box .white-pin {
    left: 80%;
    top: 33%;
    height: 11%;
    width: 6%;
}
.object-vertical-line {
    position: absolute;
    width: 2px;
    background-color: #FFFFFF;
    height: 42%;
    top: 38px;
    left: 14%;
}
/************* FLATS TABLE **************/
.flats-img-box {
    width: 100%;
    height: auto;
}
.flats-img-box img {
    object-fit: contain;
    width: 100%;
    max-width: 250px;
}
.accordion-button::after {
    display: none;
}
table tr {
    border-bottom:  1px solid #000;
}
table th {
    border-top:  1px solid #000;
    font-size: 12px;
    padding: 6px 8px !important;
    font-weight: 500;
}
table th:nth-child(1) {
    width: 20.80%;
}
table th:nth-child(2) {
    width: 31.03%;
}
table th:nth-child(3) {
    width: 18.26%;
}
table .collapsible {
    cursor: pointer;
}
table td {
    font-size: 13px;
    padding: 6px 8px !important;
    vertical-align: middle;
    line-height: 1.2;
    transition: all .3s;
}
table td:first-child {
    padding-left: 15px !important;
}
table td:last-child {
    padding-right: 15px !important;
}
.buro-section.has-download td {
    background-color: #358B731F;
}
.table .has-download:hover td {
    background-color: #358B731F;
}
.table-icon-box {
    width: 15px;
    display: block;
    height: auto;
}
.table-icon-box img {
    object-fit: contain;
    max-width: 100%;
    transition: all .3s;
}
.table-icon-box:hover img {
    filter: brightness(0) saturate(100%) invert(42%) sepia(60%) saturate(363%) hue-rotate(113deg) brightness(99%) contrast(94%);
}
.title-icon-box {
    width: 10px;
    height: auto;
}
.title-icon-box img {
    object-fit: contain;
    max-width: 100%;
    transition: all .3s;
}
table span {
    display: block;
    width: 12px;
    height: 12px;
}
.legend-box span{
    display: block;
    width: 15px;
    height: 15px;
}
.frei {
    background-color: #358B73;
}
.reserviert {
    background-color: #E4DDD8;
}
.vermietet {
    background-color: #B75A5E;
}
.legend-box {
    gap: 18px;
}
.table-description p {
    margin-bottom: 8px;
    line-height: 1;
}
/************* SLIDER IMAGES **************/
.slider-images .beforeAfter {
    height: 300px;
    width: 100%;
}
.slider-images .beforeAfter img {
    height: 100%;
    object-fit: cover;
}
.carousel-control-prev {
    justify-content: start;
    opacity: 1;
}
.carousel-control-next {
    justify-content: end;
    opacity: 1;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: #FFFFFFB3;
    background-image: url(local-images/arrow-left.svg);
    background-size: 15px;
    width: 30px;
    height: 30px;
}
.carousel-control-next-icon {
    background-image: url(local-images/arrow-right.svg);
}
.circle-button {
    background-color: transparent !important;
    border: 2px solid #FFFFFF;
    width: 32px !important;
    height: 32px !important;
    line-height: 25px !important;
}
.circle-button i:first-child {
    border-width: 0px 2px 2px 0 !important;
    margin-right: 2px !important;
}
.circle-button i:last-child {
    border-width: 2px 0 0 2px !important;
    margin-left: 2px !important;
}
.separator-line {
    width: 2px !important;
}
/************* IMPRESSIONS **************/
.impressions-img-box {
    width: 100%;
    height: 180px;
    margin-bottom: 20px;
    display: block;
}
.img-container {
    height: 100%;
    width: 100%;
    background-color: var(--green-dark);
}
.impressions-img-box img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all .3s;
}
.impressions-img-box:hover img {
    opacity: .7;
}
/************* CONTACT**************/
.contact-block {
    padding-bottom: 120px;
}
.form-container p {
    line-height: 1.3;
    margin-bottom: 20px;
}
.form-container span {
    font-size: 12px;
}
.form-check-label {
    font-size: 12px;
    line-height: 1.1;
}
.form-check-label a {
    color: #000000;
    font-weight: 700;
    text-decoration: none;
}
textarea.form-control {
    min-height: unset;
    resize: none;
}
.form-check-input {
    border-radius: 0 !important;
    border: 1px solid var(--green-primary);
    outline: none;
    background-color: #FFFFFF;
    width: 18px;
	flex-shrink: 0;
    height: 18px;
}
.form-check {
    padding-left: 6px;
}
.form-check label {
    display: flex;
    align-items: center;
    gap: 5px;
}
.form-check label a {
    color: #000;
    text-decoration: none;
    font-weight: 600;
}
.form-check-input:checked[type=checkbox] {
    background-color: var(--green-dark);
    border: 1px solid #FFFFFF;
    outline: 1px solid var(--green-primary);
}
.form-check-input:focus {
    box-shadow: none;
    border: 1px solid #FFFFFF;
    outline: 1px solid var(--green-primary);
    background-color: #FFFFFF;
}
.form-control {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #000000;
    border-radius: 0;
    padding: 3px 0;
    line-height: 1;
    font-size: 16px;
}
.form-control::placeholder {
    color: #000000;
    opacity: .36;
}
.form-control:focus {
    background-color: transparent;
    box-shadow: none;
    border-color: #000000;
}
.contact-img-box {
    aspect-ratio: 1/1;
    border-radius: 50%;
    overflow: hidden;
    width: 190px;
}
.contact-img-box img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.contact-right h3 {
    margin-bottom: 40px;
}
.contact-right a{
    color: #000000;
    text-decoration: none;
    transition: all .3;
}
.contact-right a:hover {
    color: var(--green-primary);
}
.contact-img-box {
    margin-bottom: 20px;
    margin-top: 70px;
}
/*********** FOOTER ************/
.footer-links {
    list-style-type: none;
}
.footer-links a {
    text-decoration: none;
    color: #000000;
    transition: all .3s;
}
.footer-links a:hover {
    color: var(--green-dark);
}
footer {
    padding: 20px 0 40px 0; 
}
.footer-logo {
    height: auto;
    width: 200px;
}
.footer-logo img {
    object-fit: contain;
    max-width: 100%;
}
.animation-top{
    opacity:0;
    filter: blur(0);
    transform:translateY(-100%);
    transition: all 1.5s ease-in-out;
}
.animation-top[animation="true"]{
    opacity: 1;
    transform: translateY(0);
}
.animation-left{
    opacity:0;
    filter: blur(0);
    transform:translateX(-50%);
    transition: all 1.2s ease-in-out;
}
.animation-left[animation="true"]{
    opacity: 1;
    transform: translateX(0);
}
.animation-right {
    opacity:0;
    filter: blur(0);
    transform:translateX(50%);
    transition: all 1.2s ease-in-out;
}
.animation-right[animation="true"]{
    opacity: 1;
    transform: translateX(0);
}
.animation-scale {
    opacity:0;
    filter: blur(0);
    scale: .5;
    transition: all 1s ease-in-out;
}
.animation-scale[animation="true"]{
    opacity: 1;
    scale: 1;
}
.animation-bottom{
    opacity:0;
    filter: blur(0);
    transform:translateY(50%);
    transition: all .8s ease-in-out;
}
.animation-bottom[animation="true"]{
    opacity: 1;
    transform: translateY(0);
}
.animation-turn {
    opacity:0;
    filter: blur(0);
    transform:scaleX(-1);
    transition: all .8s ease-in-out;
}
.animation-turn[animation="true"]{
    opacity: 1;
    transform: scaleX(1);
}
.box p {
    display: inline;
}
.more-link {
    color: #000;
    font-weight: 700;
    transition: all .3s;
}
.more-link:hover {
    color: var(--green-primary);
    text-decoration: none;
}
.submit-btn {
	text-decoration: underline;
    font-weight: 600;
    position: relative;
	background: transparent;
    width: auto;
    padding: 6px 24px 6px 24px;
    border: none;
	background-image: url(local-images/arrow-btn.svg);
	background-position: left;
	background-size: 15px 15px;
	background-repeat: no-repeat;
}
.submit-btn:disabled {
	opacity: .6;
}
.page-editor a {
	color: var(--green-dark);;
	text-decoration: none;
}
.page-editor a:hover {
	
	color: var(--green-primary);
}
table .tr-parent td {
	padding-left: 2px !important;
}
.nowrap {
	white-space: nowrap;
}
.btn-small {
	font-size: 15px;
	padding: 5px 18px;
}
/************* RESPONSIVE SM **************/
@media (min-width: 576px) {
    .container-fluid,
    .flats-container {
        padding: 0 6%;
    }
	.object-right-bottom {
		max-width: 60%;
	}
}
/************* RESPONSIVE MD **************/
@media (min-width: 768px) { 
    body {
        padding-top: 73.7px;
    }
    .admin-bar .navbar.fixed-top,
    .admin-bar .offcanvas.offcanvas-end {
        top: 32px;
    }
    .navbar-brand img {
        width: 250px;
    }
    .offcanvas-header {
        padding: 16px;
    }
    .hero {
        height: calc(100svh - 73.7px);
        padding: 85px 0;
    }
    .hero-section .container-fluid {
        max-height: calc(100svh);
        top: 0;
        max-height: 100%;
        padding: 4% 6%;
    }
    .container-fluid {
        padding: 0 6%;
    }
    .hero-block h2 {
        font-size: 40px;
        margin-bottom: 30px;
    }
    .section-title h2 {
        font-size: 50px;
    }
    .icon-container {
        height: 60px;
    }
    .advantages-box {
        padding-right: 20px;
    }
    table th {
        font-size: 18px;
        padding: 10px !important;
    }
    table td {
        font-size: 16px;
        padding: 10px !important;
    }
    .table-icon-box {
        width: 20px;
    }
    .title-icon-box {
        width: 15px;
    }
    .slider-images .beforeAfter {
        height: 600px;
    }
    .footer-logo {
        width: 250px;
    }
    .map-pin {
        height: 1.55vw;
        width: 1.55vw;
    }
    .map-pin-icon {
        padding: .3vw;
    }
    .pin-description {
        font-size: .8vw;
        height: 1.55vw;
        padding: 0.1vw 1vw 0.1vw 1.9vw;
    }
    .big-pin {
        width: 7vw;
        height: 7vw;
    }
    #bar-pin {
        top: 14vw;
        left: 54vw;
    }
    #store-pin {
        top: 11vw;
        left: 63vw;
    }
    #restaurant-pin {
        top: 21vw;
        left: 64vw;
    }
    #paradeplatz-pin {
        top: 30vw;
        left: 64vw;
    }
    #gym-pin {
        top: 47.2vw;
        left: 47vw;
    }
    #parking-pin {
        top: 52.3vw;
        left: 41.2vw;
    }
    #motel-pin {
        top: 33vw;
        left: 27.2vw;
    }
	#parkhaus-pin {
		left: 42.5vw;
	}
	#kaufleuten-pin {
		top: 7vw;
		left: 46.8vw;
	}
	#carlton-pin {
		top: 11vw;
		left: 56.8vw;
	}
	#bar45-pin {
		top: 5.8vw;
		left: 59.8vw;
	}
	#widder-pin {
		top: 1.3vw;
		left: 71vw;
	}
	#rathaus-pin {
		top: 5.5vw;
		left: 93.5vw;
	}
	#bahnhhof-pin {
		top: 15.5vw;
		left: 10.5vw;
	}
	#roma-pin {
		top: 23.8vw;
		left: 14vw;
	}
	#storchen-pin {
		top: 11vw;
		left: 85vw;
	}
	#peter-pin {
		top: 17.5vw;
		left: 75vw;
	}
	#zeughauskeller-pin {
		top: 21.2vw;
		left: 72.5vw;
	}
	#lichthof-pin {
		top: 25vw;
		left: 64vw;
	}
	#atelier-pin {
		top:21.5vw;
		left: 56vw;
	}
	#coop-pin {
		top: 24vw;
		left: 53vw;
	}
	#lugia-pin {
		top: 21vw;
		left: 38.2vw;
	}
	#mandarin-pin {
		top: 27.5vw;
		left: 70vw;
	}
	#metropol-pin {
		top: 38vw;
		left: 83vw;
	}
	#fashion-pin {
		top: 40vw;
		left: 77.5vw;
	}
	#kantonalbank-pin {
		top: 46vw;
		left: 72.5vw;
	}
	#aura-pin {
		top: 38.8vw;
		left: 58vw;
	}
	#glarnischhof-pin {
		top: 50.8vw;
		left: 53.8vw;
	}
	#raymond-pin {
		top: 36vw;
		left: 55vw;
	}
	#zhivago-pin {
		top: 33.5vw;
		left: 47vw;
	}
	#stanza-pin {
		top: 40.5vw;
		left: 49.5vw;
	}
	#stocker-pin {
		top: 50vw;
		left: 36vw;
	}
	#migros-pin {
		top: 45vw;
		left: 31vw;
	}
	#synergym-pin {
		top: 25vw;
		left: 29vw;
	}
	#moudi-pin {
		top: 27vw;
		left: 32vw;
	}
	#aurum-pin {
		top: 33vw;
		left: 33vw;
	}
	#personal-pin {
		top: 37vw;
		left: 17vw;
	}
	#korner-pin {
		top: 40vw;
		left: 29vw;
	}
	#brandschenkestrasse-pin {
		top: 32vw;
		left: 20vw;
	}
	.advantages-margin {
		margin-top: 30px;
	}
}

/************* RESPONSIVE LG **************/
@media (min-width: 992px) {
    body {
        padding-top: 0;
    }
    .hero-section .container-fluid {
        max-height: calc(100svh);
        padding: 4% 6%;
    }
    .navbar {
        padding: 15px 0;
        box-shadow: 4px 4px 4px #0000005F;
    }
    .navbar-expand-lg .navbar-nav .nav-item {
        margin: 0 6px;
    }
    .navbar-expand-lg .navbar-nav .nav-item:last-child {
        margin: 0;
        margin-left: 6px;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-left: 12px;
        padding-right: 12px;
    }
    .hero {
        height: calc(100svh - 87.7px);
        padding: 115px 0;
    }
    .section-padding {
        padding: 85px 0;
    }
    .section-text p {
        font-size: 32px;
    }
    .section-title {
        margin-bottom: 40px;
    }
    .section-title h2 {
        font-size: 55px;
    }
    .object-right,
    .object-left {
        font-size: 22px;
    }
    .object-text-box p {
        font-size: 22px;
    }
    .object-text-box {
        margin-bottom: 35px;
    }
    .advantages-title {
        font-size: 30px;
        margin-bottom: 30px;
    }
    .advantages-icon:hover img {
        scale: 1.3;
    }
    .advantages-section {
        padding-bottom: 150px;
    }
    .slider-images .beforeAfter {
        height: 750px;
    }
    footer {
        padding: 35px 0 35px 0; 
    }
    .object-img-box {
        padding-right: 80px;
        max-width: unset;
    }
    .object-img-box .white-pin {
        left: 65%;
        top: 32%;
    }
    .object-vertical-line {
        height: 41%;
    }
    .flats-img-box img {
        max-width: 100%;
    }
    .circle-button {
        background-color: transparent !important;
        border: 5px solid #FFFFFF;
        width: 85px !important;
        height: 85px !important;
        line-height: 80px !important;
    }
    .circle-button i {
        padding: 7px !important;
    }
    .circle-button i:first-child {
        border-width: 0px 4px 4px 0 !important;
        margin-right: 2px !important;
    }
    .circle-button i:last-child {
        border-width: 4px 0 0 4px !important;
        margin-left: 2px !important;
    }
    .separator-line {
        width: 5px !important;
    }
    .vertical-line-pin {
        top: 4.8vw;
        left: 27vw;
    }
    .vertical-pin-text {
        font-size: 1.5vw;
    }
    .vertical-line {
        width: 2px;
        height: 23.5vw;
    }
    .vertical-line-second {
        left: 70vw;
    }
    .vertical-line-second .vertical-line {
        height: 10.6vw;
    }
	.object-right-bottom {
		max-width: unset;
	}
	.bezug-box {
		width: 180px;
		height: 180px;
		right: 20px;
		top: 28%;
		font-size: 22px;
	}
	.object-left  .object-right-bottom {
		max-width: 60%;
	}
}
/************* RESPONSIVE XL **************/
@media (min-width: 1200px) {
    .hero-section .container-fluid {
        padding: 4% 6%;
        max-width: 1820px
    }
    .flats-container {
        padding: 0 5%;
    }
    .container-fluid {
        padding: 0 6%;
    }
    .container-custom {
        max-width: 1750px;
    }
    .btn {
        font-size: 28px;
        padding: 13px 40px;
    }
	.submit-btn {
		font-size: 36px;
		background-size: 36px 36px;
		padding-left: 60px;
	}
    .btn-arrow {
        padding-left: 70px !important;
    }
    .btn-arrow::after {
        width: 46px;
        height: 46px;
    }
    .navbar-brand img {
        width: 315px;
    }
    .hero {
        height: calc(100svh - 100px);
        padding: 145px 0;
    }
    .hero-block h2 {
        font-size: 55px;
        margin-bottom: 40px;
    }
    .section-title {
        margin-bottom: 50px;
    }
    .section-title h2 {
        font-size: 85px;
    }
    .object-right,
    .object-left {
        font-size: 25px;
    }
    .object-text-box h2 {
        font-size: 36px;
        margin-bottom: 36px;
    }
    .icon-title {
        padding-left: 20px;
        font-size: 30px;
        margin-bottom: 36px;
    }
    .icon-title::before {
        width: 16px;
        height: 16px;
    }
    .section-title h2::after {
        left:  calc(100% + 80px);
    }
    .section-title h2::before {
        right: calc(100% + 80px);
    }
    .advantages-icon {
        max-width: 66px;
        max-height: 90px;
    }
    .icon-container {
        height: 80px;
        margin-bottom: 45px;
    }
    .advantages-text {
        font-size: 19px;
    }
    .advantages-section {
        padding-bottom: 200px;
    }
    table th {
        font-size: 22px;
        padding: 14px !important;
    }
    table td {
        font-size: 22px;
        padding: 14px !important;
    }
    .table-icon-box {
        width: 25px;
    }
    table span {
        width: 20px;
        height: 20px;
    }
    
    .legend-box span {
        height: 30px;
        width: 30px;
    }
    .legend-item {
        font-size: 23px;
    }
    .legend-box {
        gap: 25px;
    }
    .table-description p {
        font-size: 28px;
    }
    .slider-images .beforeAfter {
        height: 850px;
    }
    .carousel-control-prev-icon,
    .carousel-control-next-icon {
        background-size: 30px;
        width: 60px;
        height: 60px;
    }
    .object-photo-title {
        font-size: 26px;
        padding-left: 20px;
    }
    .impressions-img-box {
        height: 320px;
        margin-bottom: 48px;
    }
    .gallery-small .impressions-img-box {
        height: 280px;
    }
    .form-container p {
        font-size: 25px;
        line-height: 1.3;
        margin-bottom: 55px;
    }
    .contact-right h3 {
        margin-bottom: 60px;
    }
    .contact-right p {
        font-size: 23px;
    }
    .footer-logo {
        width: 300px;
    }
    .footer-info,
    .footer-links a {
        font-size: 19px;
    }
    .btn-arrow {
        font-size: 36px;
    }
   	.bezug-box {
		width: 230px;
		height: 230px;
		right: 30px;
	}
	.bezug-box {
		font-size: 25px;
	}
}
/************* RESPONSIVE XXL **************/
@media (min-width: 1400px) {
    .navbar-expand-lg .navbar-nav .nav-item {
        margin: 0 25px;
    }
    .navbar-expand-lg .navbar-nav .nav-item:last-child {
        margin: 0;
        margin-left: 25px;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-left: 20px;
        padding-right: 20px;
    }
    .hero {
        padding: 175px 0;
    }
    .hero-block h2 {
        font-size: 70px;
        margin-bottom: 50px;
    }
    .section-padding {
        padding: 105px 0;
    }
    .section-text {
        margin-bottom: 120px;
    }
    .object-text-box {
        padding-top: 100px;
        margin-bottom: 65px;
    }
    .object-text-box h2 {
        font-size: 44px;
        margin-bottom: 44px;
    }
    .object-text-box p {
        font-size: 25px;
    }
    .advantages-title {
        font-size: 36px;
        margin-bottom: 36px;
    }
    .object-right {
        padding-left: 30px;
    }
    .object-left {
        padding-right: 60px;
    }
    table th {
        font-size: 28px;
    }
    table td {
        font-size: 28px;
    }
    .table-icon-box {
        width: 30px;
    }
    .slider-images .beforeAfter {
        height: 1020px;
    }
    .impressionen-block .container-fluid {
        max-width: 1770px;
    }
    .impressionen-block .section-text {
        padding-left: 50px;
        max-width: 1590px;
    }
    .form-check-input {
        width: 20px;
        height: 20px;
    }
    .form-control {
        padding: 3px 0;
        font-size: 23px;
    }
    .contact-right h3 {
        margin-bottom: 80px;
        font-size: 37px;
    }
    .object-img-box .white-pin {
        left: 68%;
        top: 30%;
        height: 13%;
        width: 8%;
    }
    .object-vertical-line {
        height: 44%;
        top: 38px;
        left: 14%;
    }
	.advantages-margin {
		margin-top: 45px;
	}
}
/************* RESPONSIVE XXXL **************/
@media (min-width: 1600px) {
    .section-title {
        margin-bottom: 110px;
    }
    .section-title h2 {
        font-size: 110px;
    }
    .advantages-box {
        padding-right: 40px;
    }
    .advantages-section {
        padding-bottom: 300px;
    }
    .object-left {
        padding-right: 95px;
    }
    .impressions-img-box {
        padding: 0 30px;
        margin-bottom: 100px;
    }
    .gallery-small .impressions-img-box {
        padding: 0;
        margin-bottom: 48px;
    }
    .contact-block {
        padding-bottom: 370px;
    }
	.hero-section {
		top: -40px;
	}
	.hero-section .container-fluid {
		top: 40px;
	}
}