@charset "UTF-8";
.container header {
    background-color: #1CA8C5;
}
.container header nav {
    background-color: rgba(28,168,197,0.28);
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
}
.floating-phone-button img {
    position: fixed;
    bottom: 2%; /* Distance from the bottom of the viewport */
    right: 2%; /* Distance from the right of the viewport */
    background-color: #1CA8C5; /* Example background color */
    color: white; /* Padding around the text */
    border-radius: 100px; /* Rounded corners */
    font-size: 16px; /* Text size */
    text-decoration: none; /* Remove underline from the anchor */
    box-shadow: 2px 2px 5px rgba(0,0,0,0.3); /* Optional: add shadow for better visibility */
    z-index: 1000; /* Ensure the button is above other content */
    width: 50px;
    height: 50px;
}
.container #hero {
    background-image: url(images/hero.gehen1.png);
}
.container .banner {
    background-image: url(images/banner.treppe.jpg);
}
footer .footer_column table {
    color: #6B6B6B;
    padding-left: 40px;
    padding-right: 40px;
    text-align: center;
    border-spacing: 5px 10px;
}
#about .text_column img {
    width: 100%;
    height: auto;
    margin-bottom: 5%;
    margin-top: 5%;
}
.container #about .button {
    border-style: none;
    color: #676767;
    font-style: normal;
}
.container #contact .Datenschutzerklärung {
    margin-right: 30px;
}
#about .text_column img {
}
