:root{

    --background-color: white;

    --darker-background-color: white;

    /*--text-color: olive; */
    --text-color:  rgba(35, 67, 50, 1);
    /*--text-color:  rgba(141, 164, 143, 1);*/
    /*--text-color:  rgba(174, 190, 178, 1);*/

    /*--hover-color: rgba(128, 128, 0, 0.4);*/
    /*--hover-color:  rgba(35, 67, 50, 0.4);*/
    --hover-color:  rgba(141, 164, 143, 0.4);
    /*--hover-color:  rgba(174, 190, 178, 0.4);*/

    --navbar-dropdown-background: white;

    --container-background: lightgrey;

    --navbar-height: 100px;

    --debug: blue;

    --margin-list-icons: 100px;

    --text-over-image: 50px;

    --max-width-container-services: 800px;

    --margin-list-icons-subitem: 50px;

    --padding-head-services: 20px;

    --color-footer: lightgrey;

    --margin-text-footer: 10px;

    --font-size-footer: 20px;

    --height-underline: 3px;

    --font-size-listelement: 150px;

    --margin-imprint-text: 0%;

    --margin-contact-header-text: 2s0%;

    --font-size: 30px;

}

/* Top Image */
.container-fluid {
    background-color: white;
}

.text-overlay {
    color: var(--text-color);
    font-size: var(--text-over-image);
}

.bg-image-services {
    background-image: url('../images/gears.jpg');
    opacity: 0.3;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 300px;
}

/* Content-Section */
.content-section {
    max-width: 600px;
}

/* E-Mail contact */
.contact-section {
    margin-top: 20px;
}

.heading-email {
    font-size: 20px;
}

.input-field {
    width: 500px;
    margin-bottom: 10px;
    text-align: left;
}

.label-inputs {
    margin-top: 10px;
}

textarea {
  resize: none;
}

#email-content {
    width: 500px;
    height: 300px;
}

#text-mandatory-field {
    font-size: 12px;
    margin-top: 5px;
}

input:focus, textarea:focus {
  border: 2px solid var(--text-color);
  outline: none;
  border-radius: 2px;
}

.text-content-contact {
    white-space: pre-line;
    text-align: justify;
}

.text-center {
    color: black;
}

.text-table {
    font-size: 25px;
}

.container-content-contact {
    max-width: 800px;
}

.firstCol {
    font-weight: bold;
    font-size: var(--font-size);
}

.margin-left {
    margin-left: 150px;
}

.margin-left {
    margin-left: 150px;
}

.margin-right {
    margin-right: 20%;
}

.col-icon {
    max-width: 80px;
}

.col-text {
    max-width: 300px;
}

.r {
    background-color: red;
}

.d {
    background-color: blue;
}

@media only screen and (max-width: 600px) {
  p {
    font-size: 15px;
  }
}

.contact-info i {
    font-size: 1.5rem;
    color: var(--text-color);
    min-width: 30px;
    text-align: center;
}

.contact-info p {
    margin: 0;
    color: var(--text-color);
    font-size: 1rem;
}

.contact-info {
  height: 100%;
}

.btn-send {
    background-color: var(--text-color);
    color: white;
    border: none;
    border-radius: 4px;
    transition: background-color 0.3s ease;
    height: 4rem;
}

.btn-send:hover {
    background-color: var(--hover-color);
    color: white;
}

.container-maps {
    height: 300px;
    background-color: #e0e0e0;
    border: 2px dashed #aaa;
    color: #555;
    font-size: 1.2rem;
    text-align: center;
}

.consent-banner {
  position: relative;
  bottom: 10px;
  right: 10px;
  background: rgba(255, 255, 255, 0.95);
  padding: 1em;
  border-radius: 8px;
  max-width: 300px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.3);
  z-index: 10;
}

#map {
    min-height: 400px;
    width: 75%;
    position: relative;
}

.row-map {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 768px) {
    .contact-info {
        padding-top: 20px;
    }

    .btn-send {
        width: 100%;
    }
}
