/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 09 2025 | 18:16:55 */
/* General Styles */


body {
    margin: 0 auto;
    font-family: 'Inter', sans-serif;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #f9f9f9;
    color: #333;
}

/* Main Section */
main {
    margin: 0em auto 0 auto;
    padding: 20px;
    /*max-width: 800px;*/
    background-color: #fff;
	/*box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    border-radius: 8px;*/
}

@media (max-width: 767px) {
  .siteorigin-panels-stretch {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
	
	main {
		margin: 0em auto 0 auto;
		padding: 0px;
		background-color: #fff;
	}
}

/* hero-text */
.hero-text {
		font-weight: bold;
        color: white /*#797979*/;
        display: inline-block;
        position: relative;
		text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}	

.hero-subtitle-text {
  font-size: 1.5rem;
  line-height: 150%;
  letter-spacing: 0.0016em;
  font-weight: 400;
}

@media (min-width: 48rem) {
  .hero-subtitle-text {
    font-size: 1.5rem;
    line-height: 150%;
    letter-spacing: 0.0016em;
    font-weight: 400;
  }
}




h3 {
    font-size: 1.891875rem;
    line-height: 120%;
    letter-spacing: -0.0068em;
    font-weight: 400;
    margin-bottom: 1rem;
    text-align: center;
	/*font-family: Söhne, sans-serif;*/
}

label {
    font-weight: bold;
    display: block;
    margin-bottom: 0.5rem;
    font-size: 1rem;
    line-height: 1.5;
}

input[type="range"] {
    width: 100%;
    appearance: none;
    height: 8px;
    border-radius: 5px;
    background: #ddd;
    outline: none;
}

input[type="range"]::-webkit-slider-thumb {
    appearance: none;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #007bff;
    cursor: pointer;
}

.custom-container {
    padding-top: 1.5rem;
	padding-bottom: 1.5rem;
    border-radius: 0px;
}

/* Button Styles */
button {
    border: none;
    border-radius: 0px;
    padding: 10px 15px;
    cursor: pointer;
    font-size: 0.94625rem;
    line-height: 1;
    margin: 1rem auto;
    display: block;
    text-align: center;
}

/* Primary Button */
button.primary {
    background-color: #28a745;
    color: #fff;
}

button.primary:hover {
    background-color: #47d167;
}

/* Secondary Button */
button.secondary {
    background-color: #6c757d;
    color: #fff;
}

button.secondary:hover {
    background-color: #5a6268;
}

/* Wire Button */
button.wire {
    background-color: transparent;
    color: #28a745;
    border: 2px solid #28a745;
}

button.wire:hover {
    background-color: #28a745;
    color: #fff;
}

/* Form Sections */
.form-section {
    background: #fff;
    padding: 1.5rem;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin-bottom: 1.5rem;
}

input[type="text"],
input[type="number"],
input[type="tel"],
input[type="email"],
select,
textarea {
    width: 100%;
    padding: 0.75rem;
    border: 1px solid #ced4da;
    border-radius: 4px;
    margin-bottom: 1rem;
    font-size: 1rem;
    line-height: 1.5;
}

textarea {
    resize: vertical;
}

/* Utility Classes */
.hidden {
    display: none;
}

img, video {
    max-width: 100%;
    height: auto;
    display: block;
}

/* Typography Classes */
/* Header 1 */

.text-h1,
  .prose h1,
  .prose .text-h1 {
  font-size: 3.003125rem;
  line-height: 110%;
  letter-spacing: -0.0167em;
  font-weight: 400;
	margin-bottom: 0.5em;
}

@media (min-width: 48rem) {
  .text-h1,
    .prose h1,
    .prose .text-h1 {
    font-size: 4.5rem;
    line-height: 110%;
    letter-spacing: -0.02em;
    font-weight: 400;
		margin-bottom: 0.5em;
  }
}

/* Header 2 */

.text-h2,
  .prose h2,
  .prose .text-h2 {
  font-size: 2.525625rem;
  line-height: 110%;
  letter-spacing: -0.0124em;
  font-weight: 400;
  margin-bottom: 0.5em;
  color: #797979; 
  font-weight: bold;
}


@media (min-width: 48rem) {
  .text-h2,
    .prose h2,
    .prose .text-h2 {
    font-size: 3.37125rem;
    line-height: 110%;
    letter-spacing: -0.02em;
    font-weight: 400;
	margin-bottom: 0.5em;
	color: #797979; 
    font-weight: bold;
  }
}

/* Header 3 */

.text-h3,
  .prose h3,
  .prose .text-h3 {
  font-size: 1.891875rem;
  line-height: 120%;
  letter-spacing: -0.0068em;
  font-weight: 400;
  margin-bottom: 0.5em;
}

@media (min-width: 48rem) {
  .text-h3,
    .prose h3,
    .prose .text-h3 {
    font-size: 2.588125rem;
    line-height: 110%;
    letter-spacing: -0.0124em;
    font-weight: 400;
		margin-bottom: 0.5em;
  }
}

/* Header 4 */

.text-h4,
  .prose h4,
  .prose .text-h4 {
  font-size: 1.685625rem;
  line-height: 130%;
  letter-spacing: -0.005em;
  font-weight: 400;
	  margin-bottom: 0.5em;
}

@media (min-width: 48rem) {
  .text-h4,
    .prose h4,
    .prose .text-h4 {
    font-size: 2.25rem;
    line-height: 120%;
    letter-spacing: -0.01em;
    font-weight: 400;
		margin-bottom: 0.5em;
  }
}

/* Header 5 */

.text-h5,
  .prose h5,
  .prose .text-h5 {
  font-size: 1.416875rem;
  line-height: 130%;
  letter-spacing: -0.0026em;
  font-weight: 400;
  margin-bottom: 0.5em;
    color: #797979; 
  font-weight: bold;
}

@media (min-width: 48rem) {
  .text-h5,
    .prose h5,
    .prose .text-h5 {
    font-size: 1.685625rem;
    line-height: 130%;
    letter-spacing: -0.005em;
    font-weight: 400;
	margin-bottom: 0.5em;
	  color: #797979; 
  font-weight: bold;
  }
}

/* Header 6 */

.text-h6,
  .prose h6,
  .prose .text-h6 {
  font-size: 1.1625rem;
  line-height: 130%;
  letter-spacing: -0.00122em;
  font-weight: 200;
}

@media (min-width: 48rem) {
  .text-h6,
    .prose h6,
    .prose .text-h6 {
    font-size: 1.2175rem;
    line-height: 130%;
    letter-spacing: -0.0026em;
    font-weight: 200;
  }
}

/* Paragraph */

.text-p1,
  .prose p {
  font-size: 1.1rem;
  line-height: 130%;
  font-weight: 400;
}

@media (min-width: 48rem) {
  p,
    .text-p1,
    .prose p {
    font-size: 1.0rem;
    line-height: 130%;
    font-weight: 400;
  }
}

/* Caption */

.text-caption,
  caption {
  font-size: 0.94625rem;
  line-height: 150%;
  letter-spacing: 0.0016em;
  font-weight: 400;
}

@media (min-width: 48rem) {
  .text-caption,
    caption {
    font-size: 0.94625rem;
    line-height: 150%;
    letter-spacing: 0.0016em;
    font-weight: 400;
  }
}

/* Radio Button Options */
.radio-options {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: flex-start;
	margin-top: 1em;
}

.radio-option {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

.radio-inline {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
}

.radio-img {
    max-width: 80px;
    border-radius: 4px;
}

/* Summary Section */
.summary-container {
    padding: 1.5rem;
    border: 1px solid #ced4da;
    border-radius: 0px;
    background-color: #f8f9fa;
}

.summary-list {
    list-style: none;
    padding: 0;
}

.summary-list li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.5rem;
}

.label {
    font-weight: bold;
    font-size: 1rem;
}

.in-green {
    color: #28a745;
    font-weight: bold;
}

/* Map Popup */
/*
.map-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    padding: 1.5rem;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    display: none;
}

.map-popup-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

.map-popup-close {
    background: transparent;
    border: none;
    font-size: 1.25rem;
    cursor: pointer;
}
*/

/* Navigation buttons */
.adjust-controls {
    display: flex;
    align-items: center;
    justify-content: left;
    gap: 0.5rem;
	margin-bottom:  1rem;
	margin-top:  1rem;
}

/* Responsive Design */
@media (min-width: 768px) {
    .form-section {
        max-width: 600px;
        margin: 1rem auto;
    }

    button {
        width: auto;
    }
}

@media (max-width: 480px) {
  .mobile-padding {
    padding-top: 2rem !important;
  }
}


