
html, body {
  height: 100%;
  margin: 0;
}

body {
    font-family: "Arial Unicode MS", sans-serif;
    padding: 156px;
    background-color: #f9f9f9;
    text-align: center;
}

@media (min-width: 601px) {
    .gallery {
        display: flex;
        flex-direction: row;
        text-align: center;
        justify-content: center;
        align-items: center;
    }
    .beispiele {
        display: flex;
        flex-direction: row;
        text-align: center;
        justify-content: space-evenly;
        align-items: center;
    }
    .nav {
        display: flex;
    }
}

@media (max-width: 600px) {
 
    .social-icons {
        top: 36px;
        right: 2px;
    }
 
    .menu {
        display: none;
        flex-direction: column;
        text-align: left;
        line-height: 16px;
        padding-bottom: 16px;
        background-color: #5d9aaa;
    }
    .menu.active {
        display: flex;
    }
    .menu-toggle {
        display: block;
    }
    body{
        margin-top: 150px;
        padding: 100px;
    }
    .gallery {
        display: flex;
        flex-direction: column;
        text-align: center;
        justify-content: center;
        align-items: center;
    }

    .beispiele {
        display: flex;
        flex-direction: column;
        text-align: center;
        align-items: center;
    }
    .plot {
        width: 50%;
        height: 50%;
        text-align:center;
        margin-left: auto;
        margin-right: auto;
    }
} 
  
.logo {
    position: fixed;
    top: 60px;
    bottom: auto;
    left: 5px;
    width: 110%;
    height: auto;
    z-index: 0px;
    margin-bottom: 0px;
}
.logo-img {
    top: 0px;
    position: fixed;
    width: 156px;
    height: auto;
    left: 4px;
    border-radius: 8px;
    display: left;
    z-index: 1px;
}
@keyframes lauftext-animation {
    from {
        transform: translateX(-30%);
    }
    to {
        transform: translateX(100%);
    }
}
.lauttext {
    white-space: nowrap;
    animation: lauftext-animation 20s linear infinite;
    color: #5d9aaa;
    font-size: 18px;
}


.active {
    width: auto;
    height: auto;
    margin-left: 16px;
}

.nav {
    position: fixed;
    top: 156px;
    left: 0;
    width: 100%;
    justify-content: center;
    margin-bottom: 32px;
}

.logohintergrund {
    position: fixed;
    top: 0px;
    bottom: auto;
    left: 0;
    width: 100%;
    height: 40%;
    z-index: -2;
    object-fit: cover;
}
.wave {
    position: fixed;
    top: 128px;
    bottom: auto;
    left: 0;
    width: 100%;
    height: 20%;
    z-index: -1;
    object-fit: cover;
    border-radius: 16px;
}
        
button {
    padding: 4px 12px;
    margin: 4px;
    font-size: 16px;
    cursor: pointer;
    background-color: #ffffff;
    color: white;
    border: none;
    border-radius: 12px;
    margin-bottom: 100px;
}

button:hover {
    background-color: #1fd8dc;
}


.slide {
    width: 256px;
    height: auto;
    border-radius: 12px;
    object-fit: cover;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    margin: 50px 24px auto;
}

.caption {
    max-width: 256px;
    text-align: center;
    margin: 0px 24px auto;
}
h1 {
    margin-top: 150px;
    color: #525252;
    margin-bottom: 16px;
}

h2 {
    margin-top: 10px;
    color: #5252529e;
}

h3 {
    margin-top: 10px;
    color: #5252529e;
}
h4 {
    margin-top: 10px;
    color: #5252529e;
}

p {
    margin-top: 10px;
    color: #605e5ed7;
    max-width: 800px;
    margin: 0 auto 6px;
}

a {
    margin: 0 16px;
    text-decoration: none;
    color: #ffffff;
}

a:hover {
    text-decoration: underline;
}

.insta {
    width: 24px;
    height: 24px;
    margin-right: 4px;
    
}
.face {
    width: 24px;
    height: 24px;
    margin-right: 4px;
    
}
.twitt {
    width: 24px;
    height: 24px;
    margin-right: 4px;
    
}
.linkedin {
    width: 24px;
    height: 24px;
    margin-right: 4px;
}   
.social-icons {
    position: fixed;
    right: 4px;
    top: 156px;
}

.menu {
    list-style: none;
    display: flex;
    gap: 20px;
}

.menu li a {
    color: white;
    text-decoration: none;
}

.menu-toggle {
    display: none;
    font-size: 24px;
    color: white;
    cursor: pointer;
}

.contact-email {
  font-family: Arial, sans-serif;
  font-size: 16px;
  margin: 20px 0px;
}

.contact-email a {
  color: #606162;
  text-decoration: none;
}

.contact-email a:hover {
  text-decoration: underline;
  color: #5d9aaa;
}

.contact-email i {
  margin-right: 8px;
  color: #5d9aaa;
}
.fas {
    color: #5d9aaa;
}
.py-plotButton {
    background-color: #eea230;
    color: white;
    border: none;
    border-radius: 6px;
    padding: 8px 16px;
    font-size: 16px;
    cursor: pointer;
}
.py-plotButton:hover {
    background-color: #f3c27a;
}
/* Beim Klicken einen 3D-Effekt erzeugen */
.py-plotButton:active {
    background-color: #f3c27a;
    box-shadow: 0 2px #5d9aaa;
    transform: translateY(4px);
}
.beispiel-prod {
    top: 4px;
    border: 1px solid #5d9aaa;
    border-radius: 8px;
    background-color: #ffedd8;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    margin-top: 8px;
    margin-bottom: 16px;
}
.bspList {
    text-align: left;
    color: #605e5ed7;
    margin-right: 12px;
    bottom: 4px;
}

#plotImage {
    display: none;
    margin: 10px auto;
    max-width: 100%;
    display: block;
}
@media (max-width: 600px) {
    .bildFlex {
        display: flex;
        justify-content: center;
        overflow-x: auto;
    }
    #plotImage {
        max-width: 110%;
        height: auto;
    }
}

.main h4 {
    margin-top: 32px;
    color: #5252529e;
}

/* ######. footer-style  ############### */

.site-footer {
    background-color: #919394;    /* #5d9aaa Hintergrund */
    font-family: Arial, sans-serif;
    color: #fff;
    padding: 40px 20px;
    margin: 0px;
    position: relative;
    left: -161px;
    width: 98vw;
    bottom: 0;
}
.footer-container {
    max-width: 1200px;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}
.footer-brand {
    margin-left: 128px;
}
.footer-contact {
    margin-right: -64px;
}

.footer-brand h2 {
    margin: 0;
    font-size: 40px;
    color: #fff;
}

.footer-brand p {
    margin: 5px 0px;
    font-size: 16px;
    color: #fff;
}
.footer-bottom p {
    color: #ffffff;
}
.footer-nav a,
.footer-contact a {
    display: inline-block;
    margin-right: 15px;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}

.footer-nav a:hover,
.footer-contact a:hover {
    text-decoration: underline;
}

.footer-bottom {
    text-align: center;
    margin-top: 30px;
    font-size: 13px;
    color: #fff;
}
@media (max-width: 600px) {
    .site-footer {
        padding: 16px;
        width: 110vw;
    }
    .footer-container {
        flex-direction: column;
        align-items: center;
        text-align: center;
        width: auto;
    
    }
    .footer-brand {
        margin-left: 0px;
        text-align: left;
    }
    .footer-contact {
        margin-right: 0px;
        text-align: right;

    }

    .footer-nav a,
    .footer-contact a {
        margin: 5px;
    }
    .footer-bottom {
        text-align: center;
        margin-left: 100px;
    }
}

.color-anpassen {
    color: #5d9aaa;
}

/* ###### Kontktformular  ############### */

/* === Grundlayout === */
:root {
    --bg-color: #f9f9f9;
    --form-bg: #ffffffcc;
    --accent-color: #eea230;
    --accent-hover: #f3c27a;
    --text-color: #525252;
    --border-radius: 10px;
    --shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    --transition: all 0.3s ease;
}


/* === Formular-Container === */
.formular-container {
    width: 100%;
    max-width: 600px;
    background: var(--form-bg);
    backdrop-filter: blur(10px);
    padding: 2.5rem;
    border-radius: var(--border-radius);
    box-shadow: var(--shadow);
    color: var(--text-color);
    margin: 2rem auto;  /* Zentriert das Formular auf der Seite */
}

.formular-container h1 {
    margin-top: 50px;
    text-align: center;
    font-size: 1.6rem;
    margin-bottom: 0.5rem;
}

.formular-container p {
    text-align: center;
    color: #555;
    margin-bottom: 2rem;
}

/* === Formularfelder === */
form {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.form-group {
    display: flex;
    flex-direction: column;
}
.form-group2 {
    display: flex;
    flex-direction: row;
}

label {
    font-weight: 600;
    margin-bottom: 0.4rem;
    color: #5d9aaa;
    font-weight: lighter;
}
input,
textarea {
    padding: 0.9rem 1rem;
    font-size: 1rem;
    border: 1.5px solid #ccc;
    border-radius: var(--border-radius);
    background: #fff;
    transition: var(--transition);
    resize: vertical;
}

input:focus,
textarea:focus {
  border-color: #5d9aaa; /*var(--accent-color);*/
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 102, 255, 0.2);
}

/* === Checkbox === */
.checkbox {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
}

.checkbox input {
  margin-top: 0.2rem;
}

.checkbox a {
  color: var(--accent-color);
  text-decoration: none;
}

.checkbox a:hover {
  text-decoration: underline;
}

/* === Button === */
button {
  background: var(--accent-color);
  color: #fff;
  font-weight: 600;
  border: none;
  padding: 1rem;
  border-radius: var(--border-radius);
  cursor: pointer;
  font-size: 1rem;
  transition: var(--transition);
  box-shadow: 0 4px 10px rgba(0, 102, 255, 0.3);
}

button:hover {
  background: var(--accent-hover);
  box-shadow: 0 6px 14px rgba(0, 102, 255, 0.4);
  transform: translateY(-2px);
}
/* About us page styles */
.aboutus-container {
    max-width: 500px;
    margin: 0 auto;
    padding: 20px;
    background-color: #ffffffcc;
    backdrop-filter: blur(10px);
    border-radius: 10px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    color: #525252;
}
.aboutus-container h1 {
    text-align: center;
    color: #5d9aaa;
}
.aboutus-container p {
    line-height: 1.6;
    margin-bottom: 16px;
}           
.aboutus-container ul {
    list-style-type: disc;
    padding-left: 20px;
}
.aboutus-container ul li {
    margin-bottom: 8px;
    text-align: left;
}
.href-contact {
    color: #5d9aaa;
    text-decoration: none;
}
.href-contact:hover {
    text-decoration: underline;
}

/* Datenschutz page styles */
.datenschutz-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    background-color: #ffffffcc;
    backdrop-filter: blur(10px);
    border-radius: 10px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    color: #525252;
}
.datenschutz-container h1 {
    margin-top: 32px;
    text-align: left;
    color: #5d9aaa;
}
.datenschutz-container h2 {
    margin-top: 32px;
    color: #5d9aaa;
    text-align: left;
}
.datenschutz-container p {
    line-height: 1.6;
    margin-bottom: 16px;
    text-align: left;
}
.datenschutz-container ul {
    color:#525252;
    list-style-type: disc;
    padding-left: 20px;
}
.datenschutz-container ul li {
    color:#525252;
    margin-bottom: 8px;
    text-align: left;
}