html, body {
    height: 100%;
    margin: 0;
    font-family: Arial, sans-serif;
}

body {
    display: flex;
    flex-direction: column;
}

.round-image {
    border-radius: 50%; 
    width: 200px; 
    height: 200px; /* Gleicher Wert wie width für ein perfektes Kreisfenster */
    margin-bottom: 40px;
    object-fit: cover; /* Erhält das Seitenverhältnis des Bildes */
}


.content {
    flex: 1; 
  
}

.card {
    max-width: 600px;
    margin: 0px auto;
    padding: 0px;
    border: 0px solid #ddd;
    border-radius: 5px;
    background-color: #fafafa;
}

button {
    background-color: #35383B;
    color: white;
    border: none;
    padding: 10px 20px;
    margin-top: 10px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px; 
}

button:hover {
    background-color: #686b6e;
}

/* COLOR: CONTACT BACKGROUND */
.contact-box {
    text-align: center;
    padding: 20px;
    margin: 0px 0;
    padding-top: 80px;
    border-radius: 0px;
    background-color:#334fb4;; /* CHANGE HERE */
}

/* COLOR: CONTACT H2 */
.contact-box h2 {
    margin: 0;
    font-size: 24px; 
    color:#ffffff;);  /* CHANGE HERE */
    font-weight: normal; 
    margin-bottom: 30px;
}

/* COLOR: CONTACT P */
.contact-box p {
    margin: 5px 0 20px;
    font-size: 18px;
    color:#ffffff;; /* CHANGE HERE */
}


/* COLOR: ICONS */
.icons a {
    margin: 0 40px; 
    font-size: 24px;
    color:#ffffff;; /* CHANGE HERE */
    padding: 10px; 
    border-radius: 5px; 
    margin-top: 100px !importnant; 
    margin-bottom: 100px !importnant; 
   
}

/* COLOR: FLOATING */
.floating-button {
    background-color: #334fb4;; /* CHANGE HERE */
    color: #ffffff;; /* CHANGE HERE */
    border: none;
    border-radius: 50%;
    width: 130px;
    height: 130px;
    margin-bottom: 60px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.4); /* Hier wird der Schatten hinzugefügt */
}


.floating-button:hover {
    background-color: #686b6e;
}

/* Font Awesome-Symbol - Groesse Icon in Floating Button */
.floating-button i {
    font-size: 60px;
}

.icons a:hover {
    color: #686b6e;
}

/* Nur oben und unten im Content */
.icons  {
    margin-top: 100px !importnant; /* Abstand oben */
    margin-bottom: 100px !importnant; /* Abstand unten */
   
}

.info-section {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 10px 0;
    flex-wrap: wrap;
}

.info-section i {
    color: gray;
    font-size: 30px; /* Einheitliche Größe für alle Icons */
    min-width: 40px; /* Mindestbreite, um Konsistenz zu gewährleisten */
    text-align: center; /* Zentriert das Icon */
    margin-right: 10px;
}

.info-section p {
    margin-bottom: 15px;
    flex-grow: 1; /* Ermöglicht es dem Paragraphen, den verfügbaren Platz auszufüllen */
}

hr {
    border: none;
    height: 1px;
    background-color: #ddd;
    margin: 10px 0;
    width: 100%;
    flex-basis: 100%; /* Stellt sicher, dass die Linie sich über die gesamte Breite erstreckt */
}

.info-section .icon-text {
    width: 100%; /* Stellt sicher, dass die icon-text Klasse die volle Breite einnimmt */
    display: flex;
    align-items: center;
}

.info-section .icon-text p br + span {
    color: lightslategray;
}

.icon-container, .text-container {
    display: flex;
    align-items: center;
}

.icon-container {
    width: 40px; /* Feste Breite für alle Icons */
    justify-content: center; /* Zentriert das Icon horizontal */
    margin-right: 100px;
    margin-left: 50px;
}

.icon-container i {
    font-size: 60px; /* Einheitliche Größe für alle Icons */
    color: lightslategray;
}

.text-container {
    flex-grow: 1; /* Nimmt den verfügbaren Platz ein */
}

.text-container p {
    margin-bottom: 15px; /* Abstand nach unten */
}




.icon-text {
    display: flex;
    align-items: center;
    width: 100%; 
    color: inherit; 
    text-decoration: none; 
    }

.icon-text p {
    margin-right: auto; 
    flex-grow: 0; 
    flex-shrink: 0; 
    flex-basis: calc(100% - 40px); 
}




 .floating-buttons {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999; 
}

*/ COLOR: FLOATING*/
.floating-button {
    background-color: #ffffff; /* CHANGE HERE */
    color: #35383B; /* CHANGE HERE */
    border: none;
    border-radius: 50%;
    width: 130px;
    height: 130px;
    margin-bottom: 60px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.4); /* Hier wird der Schatten hinzugefügt */
}


.floating-button:hover {
    background-color: #686b6e;
}

/* Font Awesome-Symbol - Groesse Icon in Floating Button */
.floating-button i {
    font-size: 60px;
}

a {
    color: inherit; 
    text-decoration: none; 
}


@media screen and (max-width: 998px) {
    .card {
        max-width: 100%;
    }

    button {
        padding: 30px 50px;
        font-size: calc(20px + 6px);
    }

    .contact-box h2 {
        font-size: 60px;
    }

    .contact-box p {
        font-size: calc(40px + 6px);
    }

    .icons a {
        font-size: calc(40px + 6px);
    }

    body, p, a, h1 {
        font-size: calc(1em + 6px);
    }

   

    .icon-text p {
        flex-basis: calc(100% - 40px); 
        font-size: calc(1em + 6px);
    }
}



