.HeaderLightblue {
    background-color: #69DC9E;
    color: #0C0C0C;
    font-family: monospace;
    padding-left: 7px;
    display: flex;
    flex-direction: column;
    padding-right: 7px;
    border-radius: 3px;
    padding-bottom: 3px;
    box-shadow: 0px 4px;
}

#geschtext{
    display: none;
}

a{
    cursor: pointer;
}

.HeaderButton {
    background-color: black;
    color: #69DC9E;
    font-family: monospace;
    border-radius: 5px;
    padding: 10px;
    width: 150px;
    border: white 2px solid;
    text-decoration: none;
    font-family: monospace;
    font-size: 15px;
}

.HeaderButton:hover {
        animation: ease-in;
        transform: scale(1.03);
        transition: 0.5s;
}

.HeaderGeschPurp a {
    width: fit-content
}

.HeaderGeschPurp {
    background-color: #e9b44c;
    color: #0C0C0C;
    font-family: monospace;
    padding-left: 7px;
    display: flex;
    flex-direction: column;
    padding-right: 7px;
    border-radius: 3px;
    padding-bottom: 3px;
    box-shadow: 0px 4px;
    margin-top: 10px;
}

.webseitearne{
    background-color: #2b2b2bfe;
    display: flex;
    flex-direction: column;
    padding: 1px;
}

.headertext {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: rgb(239, 238, 238);
    font-size: 15px;
}

.Litegeschichte {
    font-weight: Lite;
    font-size: 14px;
}

.Header3 {
    background-color: #508ca4;
    color: #0C0C0C;
    font-family: monospace;
    padding-left: 7px;
    display: flex;
    flex-direction: column;
    padding-right: 7px;
    border-radius: 3px;
    padding-bottom: 3px;
    box-shadow: 0px 4px;
    margin-top: 10px;
}

.Header4 {
    background-color: #7e2e84;
    color: #0C0C0C;
    font-family: monospace;
    padding-left: 7px;
    display: flex;
    flex-direction: column;
    padding-right: 7px;
    border-radius: 3px;
    padding-bottom: 3px;
    box-shadow: 0px 4px;
    margin-top: 10px;
}

ul {
    list-style-type: square;
    padding: 0;
    margin-left: 5%;
}

.ButtonColor3 {
    background-color: black;
    color: #8fc0d3;
    font-family: monospace;
    border-radius: 5px;
    padding: 10px;
    width: 200px;
    border: white 2px solid;
    text-decoration: none;
    font-family: monospace;
    font-size: 15px;
}

.ButtonColor3:hover {
        animation: ease-in;
        transform: scale(1.03);
        transition: 0.5s;
}

.ButtonColor4 {
    background-color: black;
    color: #c172c7;
    font-family: monospace;
    border-radius: 5px;
    padding: 10px;
    width: 150px;
    border: white 2px solid;
    text-decoration: none;
    font-family: monospace;
    font-size: 15px;
}

.ButtonColor4:hover {
        animation: ease-in;
        transform: scale(1.03);
        transition: 0.5s;
}

.headertext {
    text-align: center;
}

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

.impressum {
    background-color: #69dc9e;
    margin: 5px;
    margin-top: 13px;
    padding: 5px;
    border: solid 2.3px white;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    text-decoration: none;
    color: #701677;
    width: 100%;
    text-align: center;
    border-radius: 5px;
    box-shadow: 0px 4px;
}

.impressum:hover {
    background-color: #701677;
    color: #69dc9e;
    transition: 0.5s;
    animation: ease-in;
        transform: scale(1.01);
}

.impressum:active {
animation: ease-out linear 0.1s;
    transform: scale(0.9486);
}


/* Arne Dettmer Next Gen Web 2.0 ab hier für die Kontaktseite */
/* Arne Dettmer Next Gen Web 2.0 COPYRIGHT ARNE DETTMER */

.kontaktnextgen {
    background-color: #DDD92A;
    display: flex;
    flex-direction: column;
    padding: 1px;
}

.Headerkontakt {
    background-color: #2d2a32;
    color: #eae151;
    font-family: monospace;
    padding-left: 7px;
    display: flex;
    flex-direction: column;
    padding-right: 7px;
    border-radius: 3px;
    padding-bottom: 3px;
    box-shadow: 0px 4px;
    margin-bottom: 12px;
}

.HeaderKontaktButton {
    color: #ddd92a;
    font-family: monospace;
    border-radius: 5px;
    padding: 10px;
    width: 150px;
    border: white 2px solid;
    text-decoration: none;
    font-family: monospace;
    font-size: 15px;

}

.HeaderKontaktButton:hover {
        animation: ease-in;
        transform: scale(1.03);
        transition: 0.5s;
}

.KontaktButtons{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 4px;
}

.input {
    background-color: #2d2a32;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    border: solid 2px #ddd92a;
    padding: 1px;
    width: 100%;
    margin: 2px;
}


.inptbtn {
    background-color: #2d2a32;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    border: solid 2px #ddd92a;
    color: white;
    padding: auto;
    width: 100%;
    font-size: 20px;
    margin-top: 5px;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.5s;
    cursor: not-allowed;
}

.input::placeholder {
    color: white;
}

.elementform {
    margin-right: 7px;
}

.input:read-write{
    color: white;
}

textarea:focus, input:focus{
    outline: none;
}

.input:focus{
    border: dotted;
}

.smalllink{
    text-decoration:wavy underline;
    color: white;
}

.fab-container {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
}

.fab {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #949596; /* Arne FAB EU NOT AVALIBLE */
  color: white;
  font-size: 24px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  cursor: help;
  border: none;
  outline: none;
  transition: background-color 0.3s ease;
}

.fab:hover {
  background-color: #0056b3;
}

/* Lightbox-Stil KEIN KONTAKT MEHR!!! */

.lightbox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1001;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(2px); /* Arne Dettmer Focus Effekt */
}

.lightbox-content {
  background-color: white;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  position: relative;
  max-width: 80%;
  max-height: 80vh;
  overflow-y: auto; /* Falls der Inhalt zu lang ist */
  font-family: monospace;

}

.close-button {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 20px;
  font-weight: Lite;
  color: #333;
  cursor: pointer;
  outline: none;
}

.close-button:hover {
  color: #ff0000; /* Rot für den Hover-Effekt */
}

.lbutton {
    text-decoration: none;
    background: linear-gradient(135deg, #6495ED, #6821c6, #6495ED);
    background-size: 200% 100%;
    background-position: left center;
    color: white;
    font-weight: Liteer;
    border-radius: 5px;
    padding: 7px;
    transition: 
        background-position 0.6s cubic-bezier(0.4, 0, 0.2, 1),
        box-shadow 0.4s cubic-bezier(0.4, 0, 0.2, 1),
        transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.lbutton:hover {
    background-position: right center;
    box-shadow: 0 0 18px 2px #6495ED88, 0 2px 8px #6821c655;
    transform: scale(1.07);
}
.aihint{
    color: gainsboro;
    font-size: 9px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.FooterMain {
    background-color: #222;
    color: #e0e0e0;
    font-family: monospace;
    border-radius: 3px;
    box-shadow: 0px -4px 10px #0002;
    padding: 18px 14px 10px 14px;
    margin-top: 32px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
}

.footer-content {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

@media (min-width: 700px) {
    .footer-content {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
}

.FooterButton {
    background: linear-gradient(90deg, #1976d2 0%, #2196f3 100%);
    color: #fff;
    font-family: monospace;
    border-radius: 5px;
    padding: 10px 24px;
    width: auto;
    border: none;
    text-decoration: none;
    font-size: 16px;
    font-weight: Lite;
    box-shadow: 0 2px 8px #1976d255;
    transition: 
        background 0.3s cubic-bezier(0.4,0,0.2,1),
        transform 0.2s cubic-bezier(0.4,0,0.2,1),
        box-shadow 0.2s cubic-bezier(0.4,0,0.2,1);
    cursor: pointer;
    margin-top: 10px;
}

@media (min-width: 700px) {
    .FooterButton {
        margin-top: 0;
        margin-left: 24px;
    }
}

.FooterButton:hover {
    background: linear-gradient(90deg, #1565c0 0%, #1976d2 100%);
    transform: scale(1.05);
    box-shadow: 0 4px 16px #1976d299;
}

.footer-copyright {
    font-size: 11px;
    color: #bdbdbd;
    opacity: 0.7;
    margin-top: 18px;
    text-align: left;
    font-family: monospace;
}

@media (max-width: 699px) {
    .footer-copyright {
        text-align: center;
    }
}

#sprachinfo {
    background-color: beige;
    padding: 0px 2px;
    border-radius: 4px;
    position: relative;
    display: inline-block;
}

#neues{
    background-color: #e9694c;
    color: #0C0C0C;
    font-family: monospace;
    padding-left: 7px;
    display: flex;
    flex-direction: column;
    padding-right: 7px;
    border-radius: 3px;
    padding-bottom: 3px;
    box-shadow: 0px 4px;
    margin-top: 10px;;
}

.sprachinfo-altbox {
    display: none;
    position: absolute;
    left: 0;
    top: 120%;
    z-index: 10;
    background: #fff;
    color: #222;
    font-size: 13px;
    font-family: monospace;
    border: 1px solid #bdbdbd;
    border-radius: 6px;
    box-shadow: 0 2px 12px #0002;
    padding: 8px 14px;
    min-width: 220px;
    max-width: 320px;
    pointer-events: none;
    opacity: 0;
    transform: translateY(-18px) scale(0.97);
    transition: 
        opacity 0.35s ease-in-out,
        transform 0.35s ease-in-out;
}

.sprachinfo-altbox.show {
    display: block;
    opacity: 1;
    transform:translateY(0) scale(1);
}

.arnenetworkproducthint{
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; 
    color: white;
    background: #7d7c7c;
    background: linear-gradient(0deg, rgba(125, 124, 124, 1) 0%, rgba(50, 106, 237, 1) 100%);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2) /* Wie findet ihr diesen box shadow effekt? Gebt gerne Feedback! Feedback Formular ist einen Block tiefer. Danke! Von Arne */;
    padding: 9px 3px; border-radius: 5px; 
    text-align: center;
}

.datenschutz-label {
    color: #eae151;
    font-family: monospace;
    font-size: 13px;
    margin-top: 6px;
    display: block;
    text-align: left;
}
.datenschutz-label input[type="radio"] {
    display: block ;
}

.datenschutzlightboxarne {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 2000;
    background: rgba(0,0,0,0.35);
    backdrop-filter: blur(6px);
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    overflow-y: auto;
}
.datenschutzlightboxarne.active {
    display: flex;
}
.datenschutzlightboxarne .lightbox-inner {
    background: #23232b;
    color: #eae151;
    font-family: monospace;
    border-radius: 12px;
    box-shadow: 0 8px 32px #0008, 0 2px 8px #eae15144;
    padding: 32px 24px 24px 24px;
    max-width: 420px;
    width: 90vw;
    margin: 0 auto;
    position: relative;
    animation: datenschutz-popin 0.35s cubic-bezier(0.4,0,0.2,1);
    display: flex;
    flex-direction: column;
    gap: 12px;
}
@keyframes datenschutz-popin {
    0% { opacity: 0; transform: scale(0.92) translateY(40px); }
    100% { opacity: 1; transform: scale(1) translateY(0); }
}
.datenschutzlightboxarne .closebtn {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 2;
}
.datenschutzlightboxarne .closebtn button {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #f5f5f7;
    border: none;
    color: #222;
    font-size: 22px;
    font-weight: bold;
    box-shadow: 0 2px 8px #0002;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s, transform 0.2s, box-shadow 0.2s;
    outline: none;
    margin: 0;
    cursor: pointer;
}
.datenschutzlightboxarne .closebtn button:hover {
    background: linear-gradient(135deg, #e9694c 0%, #508ca4 100%);
    color: #fff;
    transform: scale(1.12) rotate(90deg);
    box-shadow: 0 4px 16px #508ca488;
}
.datenschutzlightboxarne .closebtn a {
    display: inline-block;
    color: #fff;
    background: #eae151;
    border: 2px solid #eae151;
    border-radius: 0;
    font-size: 22px;
    font-family: monospace;
    font-weight: bold;
    padding: 4px 16px 4px 16px;
    text-decoration: none;
    transition: background 0.2s, color 0.2s, box-shadow 0.2s;
    box-shadow: 0 2px 8px #0002;
    margin: 0;
    cursor: pointer;
}
.datenschutzlightboxarne .closebtn a:hover {
    background: #fff;
    color: #eae151;
    box-shadow: 0 4px 16px #eae15188;
}

@font-face {
    font-family: 'GFontsMerriweatherSans';
    src: url('./fonts/MerriweatherSans-VariableFont_wght.ttf') format('truetype');
}

@font-face {
    font-family: 'GFontsMerriweatherSansLite';
    src: url('./fonts/MerriweatherSans-VariableFont_wght.ttf') format('truetype');
    font-weight: 100;
}

.closebtn{
    display: flex;
    justify-content: flex-end;
    cursor: pointer;
    outline: none;
}

.closebtn button {
    background: none;
    border: none;
    color: #000;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
    border: #DDD92A 5px solid;
    padding: 5px 10px;
    border-radius: 6px;
    
}