2019-10-14 10:52:32 +02:00
|
|
|
@font-face {
|
|
|
|
|
font-family: "Alte Haas Grotesk";
|
|
|
|
|
src: url("./fonts/altehaasgroteskregular.ttf");
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@font-face {
|
|
|
|
|
font-family: "Alte Haas Grotesk";
|
|
|
|
|
src: url("./fonts/altehaasgroteskbold.ttf");
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
}
|
|
|
|
|
|
2019-09-26 23:55:34 +02:00
|
|
|
.welcome-center-button {
|
|
|
|
|
width: 100%;
|
2019-04-11 05:27:34 +02:00
|
|
|
}
|
|
|
|
|
|
2019-09-26 23:55:34 +02:00
|
|
|
.next-center-button {
|
2019-07-11 14:25:38 +02:00
|
|
|
width: 50%;
|
2019-09-26 23:55:34 +02:00
|
|
|
left: 25%;
|
2019-07-11 14:25:38 +02:00
|
|
|
}
|
|
|
|
|
|
2019-06-12 13:36:49 +02:00
|
|
|
.no-ui-slider {
|
2019-09-26 23:55:34 +02:00
|
|
|
width: 95%;
|
2019-06-12 13:36:49 +02:00
|
|
|
}
|
2019-05-17 10:49:13 +02:00
|
|
|
|
2019-10-14 10:52:32 +02:00
|
|
|
.noUi-connect {
|
|
|
|
|
background: #02adba;
|
|
|
|
|
}
|
|
|
|
|
|
2019-07-11 14:25:38 +02:00
|
|
|
.centered-element {
|
|
|
|
|
margin-top: 200px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.centered-element-small {
|
|
|
|
|
margin-top: 100px;
|
|
|
|
|
}
|
|
|
|
|
|
2019-10-18 03:29:15 -07:00
|
|
|
.btn,
|
|
|
|
|
.btn-floating {
|
2019-10-14 10:52:32 +02:00
|
|
|
background: #02adba;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.kivi-color {
|
|
|
|
|
color: #02adba;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.kivi-spinner-color {
|
|
|
|
|
border-color: #02adba;
|
|
|
|
|
}
|
|
|
|
|
|
2019-05-17 10:49:13 +02:00
|
|
|
#map {
|
|
|
|
|
height: 50%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
html,
|
|
|
|
|
body {
|
|
|
|
|
height: 100%;
|
|
|
|
|
margin: 0;
|
|
|
|
|
padding: 0;
|
2019-10-14 10:52:32 +02:00
|
|
|
font-family: "Alte Haas Grotesk", serif;
|
2019-10-18 03:29:15 -07:00
|
|
|
box-sizing: border-box;
|
2019-05-17 10:49:13 +02:00
|
|
|
}
|
2019-09-26 23:55:34 +02:00
|
|
|
|
2019-10-18 05:31:13 -07:00
|
|
|
.btn:hover {
|
|
|
|
|
background-color: white;
|
|
|
|
|
color: #02adba;
|
|
|
|
|
border: 1px solid rgb(0, 173, 187);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.btn-floating:hover {
|
2019-10-18 03:29:15 -07:00
|
|
|
background-color: #02adba;
|
2019-10-17 06:05:18 -07:00
|
|
|
border: 1px solid rgb(0, 173, 187);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
h6.title {
|
|
|
|
|
margin-top: 0;
|
2019-10-18 03:29:15 -07:00
|
|
|
font-weight: bold;
|
|
|
|
|
padding-top: 20px;
|
|
|
|
|
font-size: 1.3rem;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.locate-me-container {
|
|
|
|
|
margin-right: 10px;
|
|
|
|
|
}
|
|
|
|
|
|
2019-10-24 07:01:45 +02:00
|
|
|
.full-width {
|
|
|
|
|
width: 100%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
strong {
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
}
|
|
|
|
|
|
2019-10-18 03:29:15 -07:00
|
|
|
h3 {
|
|
|
|
|
font-size: 15px;
|
|
|
|
|
line-height: 1.5;
|
|
|
|
|
}
|
2019-10-30 10:54:05 +01:00
|
|
|
|
|
|
|
|
.sliderInputBox {
|
|
|
|
|
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4) !important;
|
|
|
|
|
border: 1px solid #02adba !important;
|
|
|
|
|
border-radius: 4px !important;
|
|
|
|
|
text-align: center;
|
|
|
|
|
}
|
2019-11-18 10:48:41 +01:00
|
|
|
|
|
|
|
|
.collection a.collection-item {
|
|
|
|
|
color: #02adba;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.collection a.collection-item:not(.active):hover {
|
|
|
|
|
background-color: rgba(2, 173, 186, 0.2);
|
|
|
|
|
}
|
2019-11-15 09:29:02 +01:00
|
|
|
|
|
|
|
|
.tabs .tab a {
|
|
|
|
|
color: #02adba;
|
|
|
|
|
-webkit-transition: color 0.28s ease, background-color 0.28s ease;
|
|
|
|
|
transition: color 0.28s ease, background-color 0.28s ease;
|
|
|
|
|
}
|
|
|
|
|
.tabs .tab a:focus,
|
|
|
|
|
.tabs .tab a:focus.active {
|
|
|
|
|
background-color: rgba(2, 173, 186, 0.2);
|
|
|
|
|
}
|
|
|
|
|
.tabs .tab a:hover,
|
|
|
|
|
.tabs .tab a.active {
|
|
|
|
|
color: #02adba;
|
|
|
|
|
}
|
|
|
|
|
.tabs .indicator {
|
|
|
|
|
background-color: #02adba;
|
|
|
|
|
}
|
2019-11-18 06:42:22 +01:00
|
|
|
|
|
|
|
|
[type="checkbox"].filled-in:checked + span:not(.lever):after {
|
|
|
|
|
border: 2px solid #02adba;
|
|
|
|
|
background-color: #02adba;
|
|
|
|
|
}
|
|
|
|
|
[type="checkbox"].filled-in:not(:checked) + span:not(.lever):after {
|
|
|
|
|
background-color: transparent;
|
|
|
|
|
border: 2px solid #02adba;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.distinguished {
|
|
|
|
|
border: 2px solid #02adba;
|
|
|
|
|
border-radius: 4px;
|
|
|
|
|
padding: 5px 5px 3px 5px;
|
|
|
|
|
margin-left: -5px;
|
|
|
|
|
}
|
|
|
|
|
|
2019-11-18 06:44:10 +01:00
|
|
|
.checkbox-label {
|
2019-11-18 06:42:22 +01:00
|
|
|
color: black;
|
2019-11-18 22:41:38 +01:00
|
|
|
font-size: 14px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.column-label {
|
|
|
|
|
position: relative;
|
|
|
|
|
margin-top: 2rem;
|
|
|
|
|
margin-bottom: 1rem;
|
2019-11-18 06:42:22 +01:00
|
|
|
}
|
2020-01-07 01:06:22 +01:00
|
|
|
|
|
|
|
|
.estates-link {
|
|
|
|
|
color: rgba(0, 0, 0, 0.87);
|
|
|
|
|
}
|