        body {
    background-color: #000;
    color: #f5ac00;
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}

#container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

h1 {
    text-align: center;
    margin-bottom: 30px;
}

#controls {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 20px;
    justify-content: center;
}

.color-picker {
    width: 50px;
    height: 50px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
}

.slider-container {
    width: 200px;
}

.slider {
    -webkit-appearance: none;
    width: 100%;
    height: 10px;
    border-radius: 5px;
    outline: none;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 10px;
    height: 25px;margin-top:37px;
    background: url('slider_thumb.png');
    background-size: cover;
    cursor: pointer;
}

.slider::-moz-range-thumb {
    width: 10px;
    height: 25px;
    background: url('slider_thumb.png');
    background-size: cover;
    cursor: pointer;
}

/* Individuelle Slider-Stile */
#intensity {
    background: linear-gradient(90deg, #14005c 0.00%, #725cff 49.20%, #ff0000 49.25%, #ff0000 51.09%, #725cff 51.14%, #8095ff 100.00%);
}

#saturation {
    background: linear-gradient(90deg, #170260 0.00%, #7f94ff 100.00%);
}

#hueShift, #analogRange {
    background: linear-gradient(to right, hsl(0,100%,50%), hsl(60,100%,50%), hsl(120,100%,50%), hsl(180,100%,50%), hsl(240,100%,50%), hsl(300,100%,50%), hsl(360,100%,50%));
}

#palette {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin-bottom: 20px;
}

.color-box {
    width: 50px;
    height: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 5px;
    overflow: hidden;
}

.color-value {
    margin-top: 5px;
    font-size: 12px;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 2px 5px;
    border-radius: 3px;
	color: #fff;
}

label {
    display: block;
    margin-bottom: 5px;
}

select, input[type="number"] {
    background-color: #333;
    color: white;
    border: none;
    padding: 5px 10px;
    border-radius: 5px;
}

input[type="color" i] {
    cursor: pointer;
    background-color: #888 !important;
    border-width: 1px !important;
    border-style: solid 0px !important;
    padding: 0px 0px !important;
    height: 50px !important;
    width: 50px !important;
}

button {
    background-color: #4CAF50;
    border: none;
    color: white;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 5px;
    transition: background-color 0.3s;
}

button:hover {
    background-color: #45a049;
}

.randomize, .invertPalette {
    background-image: linear-gradient(180deg, #dbd400 8.40%, #0c6600 34.94%, #084700 52.05%, #043800 70.53%, #0b2400 92.95%, #7a7200 99.58%);
    border: none;
    color: white;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 5px;
    transition: background-image 0.4s ease;
    position: relative;
    z-index: 1;
}

.updateGradient {
    background: linear-gradient(180deg, #ec0909 8.40%, #940000 34.94%, #70001c 52.05%, #66000f 70.53%, #420000 92.95%, #c70000 99.58%);
    border: none;
    color: white;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 5px;
    transition: background-image 0.4s ease;
    position: relative;
    z-index: 1;
}

.exportGradientCSS {
    background: linear-gradient(180deg, #ff961f 8.40%, #ad5400 34.94%, #703600 52.05%, #612c00 70.53%, #702d00 92.95%, #bd6500 99.58%);
    border: none;
    color: white;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 5px;
    transition: background-image 0.4s ease;
    position: relative;
    z-index: 1;
}

.exportCSS, .exportSVG, .exportJSON {
    background: linear-gradient(180deg, #dbcd00 8.40%, #6b5400 34.94%, #3d3a00 52.05%, #332b00 70.53%, #332500 92.95%, #7a7600 99.58%);
    border: none;
    color: white;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 5px;
    transition: background-image 0.4s ease;
    position: relative;
    z-index: 1;
}



.randomize::before, .invertPalette::before, .updateGradient::before, .exportGradientCSS::before, .exportCSS::before, .exportSVG::before, .exportJSON::before, .importButton::before, .toggleImportBtn::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, #3377ff 8.40%, #003fbd 34.94%, #002b80 52.05%, #002266 70.53%, #001a4d 92.95%, #3377ff 99.58%);
    opacity: 0;
    z-index: -1;
    transition: opacity 0.4s ease;
    border-radius: 5px;
}

.randomize:hover::before, .invertPalette:hover::before, .updateGradient:hover::before, .exportGradientCSS:hover::before, .exportCSS:hover::before, .exportSVG:hover::before, .exportJSON:hover::before, .importButton:hover::before, .toggleImportBtn:hover::before {
    opacity: 1;
}








#exportOptions {
    display: flex;
    justify-content: center;
    gap: 10px;
}

@media (max-width: 768px) {
    #controls {
        flex-direction: column;
        align-items: center;
    }

    .slider-container {
        width: 100%;
    }
}


.direction-grid {
  display: flex;
  justify-content: space-between;
}

.direction-column {
  display: flex;
  flex-direction: column;
  width: 32%; /* Etwas weniger als ein Drittel, um Platz für Abstände zu lassen */
}

.direction-column label {
  margin-bottom: 10px;
}



#notification {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #333;
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    display: none;
    z-index: 1000;
}







#gradientEditorContainer {
  margin-top: 20px;
  padding: 10px;
  border: 1px solid #ff8d00;
}

#gradientPreview {
  height: 50px;
  margin-bottom: 10px;
}

#gradientStopsEditor {
  height: 30px;
  background-color: #2b2b2b;
  position: relative;
  margin-bottom: 10px;
  padding: 0 10px; /* Fügt Polsterung links und rechts hinzu */
  box-sizing: border-box; /* Stellt sicher, dass die Polsterung in der Gesamtbreite enthalten ist */
}

.gradientStop {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: absolute;
  top: 5px;
  transform: translateX(-50%); /* Zentriert den Stopp auf seiner Position */
  cursor: pointer;
}

#gradientDirections {
  margin-bottom: 10px;
}

#gradientDirections label {
  display: block;
  margin-bottom: 5px;
}


#customAngle {width:50px;background-color: #394599;font-weight:700;}
#transparencyValue {width:50px;background-color: #394599;font-weight:700;}
#mode {/* width:50px; */background-color: #394599;font-weight:700;}
#colorCount {/* width:50px; */background-color: #394599;font-weight:700;}
#colorSpace {/* width:50px; */background-color: #394599;font-weight:700;}



.direction-arrow {
  display: inline-block;
  font-size: 20px;
  transition: transform 0.3s ease;
}

.direction-arrow {
  display: inline-block;
  font-size: 24px;
  font-weight:700;
  color: #98b500;
}

.direction-arrow.right { transform: rotate(0deg); }
.direction-arrow.left { transform: rotate(180deg); }
.direction-arrow.down { transform: rotate(90deg); }
.direction-arrow.up { transform: rotate(270deg); }
.direction-arrow.bottom-right { transform: rotate(45deg); }
.direction-arrow.bottom-left { transform: rotate(135deg); }
.direction-arrow.top-right { transform: rotate(315deg); }
.direction-arrow.top-left { transform: rotate(225deg); }

.direction-arrow.custom {
  display: inline-block;
  transition: transform 0.3s ease;
}

#importSection {
  display: flex;
  justify-content: flex-start;
}

#importer {
  display: flex;
  align-items: flex-start;
}

.importTextarea {
  width: 1023px;
  height: 130px;
  background-color: #0a0a0a;
  color: #00b6ff;
  border-color: #ff8d00;
  outline: none; /* Entfernt den Standard-Fokus-Rahmen */
}

.importTextarea:focus {
  border-color: #ff6101; /* Behält die orangene Rahmenfarbe beim Fokussieren */
  box-shadow: 0 0 5px #ff6101; /* Optional: Fügt einen leichten Gloweffekt hinzu */
}


#importButton {
  margin-left: 10px;
  align-self: flex-start;
}

.importButton, .toggleImportBtn {
    background: linear-gradient(180deg, #ff961f 8.40%, #ad5400 34.94%, #703600 52.05%, #612c00 70.53%, #702d00 92.95%, #bd6500 99.58%);
    border: none;
    color: white;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 5px;
    transition: background-image 0.4s ease;
    position: relative;
    z-index: 1;
}

#preview_grid {
    background-image:
        linear-gradient(45deg, #ccc 25%, transparent 25%),
        linear-gradient(-45deg, #ccc 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, #ccc 75%),
        linear-gradient(-45deg, transparent 75%, #ccc 75%);
    background-size: 20px 20px;
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
}


/* Accordion */

        .accordion {
            width: 1200px;
            background: #fff;
            border-radius: 8px;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
			margin-top:-5px;
			margin-left:0%;
			margin-bottom:4px;
        }
        .accordion_title {
            cursor: pointer;
            padding: 3px 20px;
            background-color: #330f0f;
            color: #ffbf00;
            font-family: Verdana;
			font-size:15px;
            font-weight: bold;
            transition: background-color 0.9s ease;
            border-bottom: 1px solid #654878;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        .accordion_title:hover {
            background-color: #662600;color:#ffbf00;
        }
        .accordion_title::after {
            content: ' 🡳 ';
            font-size: 12px;
            transition: transform 0.9s ease;color:#aa9aff;
        }
        .accordion_title.active::after {
            transform: rotate(180deg);color:#ff6969;
        }
        .accordion_content {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.9s ease;
            padding: 0 20px;
            background-color: #000;
        }
        .accordion_content.active {
            max-height: 3400px; /* Großer Wert für flexible Höhe */
            padding: 10px 20px;
        }
        .accordion_content p {
            margin: 5px 0;
            font-family: Verdana;
			font-size:15px;
        }
        .accordion_content a {
            text-decoration: none;
            transition: color 0.3s ease;
        }
        .accordion_content a:nth-child(1) { color: #a1abff; }
        .accordion_content a:nth-child(2) { color: #3498db; }
        .accordion_content a:nth-child(3) { color: #2ecc71; }
        .accordion_content a:hover {color: #fff; }
		
        @media (max-width: 600px) {
            .accordion {
                width: 100%;
            }
            .accordion_title {
                font-size: 14px;
            }
        }
		
		::-webkit-scrollbar {
  background: #000;
  width: 6px;
  height: 6px;
}

::-webkit-scrollbar-thumb {
  background: #050;
}

::-webkit-scrollbar-thumb:hover {
  background: #ff0;
}
/* Scrollbar Handle ENDE */

/* Allgemeine Textauswahl */
::selection {
    color: #fff;
    background: #a93f3f;
}

/* Spezifische Textauswahl für Überschriften */
h1::selection {
    color: #fff;
    background: #660000;
}

h2::selection {
    color: #fff;
    background: #3498db;
}

h3::selection {
    color: #fff;
    background: #f88000;
}

h4::selection {
    color: #fff;
    background: #27ae60;
}

/* Textauswahl für Links */
a::selection {
    color: #fff;
    background: #f39c12;
}


.heading_h1 {
    color: #ff9900;
    font-size: 28px;
    margin-bottom: 20px;
}

.heading_h2 {
    color: #66ccff;
    font-size: 22px;
    margin-top: 20px;
    margin-bottom: 15px;
}

.heading_h3 {
    color: #0dffbe;
    font-size: 19px;
    margin-top: 20px;
    margin-bottom: 15px;
}

.heading_h4 {
    color: #a4f800;
    font-size: 17px;
    margin-top: 15px;
    margin-bottom: 10px;
}

.text_content {
    color: #fff6f2;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 15px;
}

.list_privacy_green {
    color: #76d9ba;
    font-size: 16px;
    line-height: 1.6;
    margin-left: 20px;
    margin-bottom: 15px;
}

.list_privacy_green li {
    margin-bottom: 10px;
}

.list_privacy_green strong {
    color: #20ff52;
}

.list_item_blue_green {
    padding-left: 40px;
    position: relative;
	color:#fbff55;
}

.list_item_blue_green::before {
    content: "➤";
    position: absolute;
    left: 0;
	color:#608cff;
	top:-3px;
}

.script_css strong {margin-left: 12px;}

.script_css {background-color:#2a2059;color:#00aaff;padding:5px 10px 5px 10px;border-radius:20px 20px 0px 0px;}

.pre_css {background-color:#1b1633;color:#00aaff;padding:20px 20px 20px 20px;border-radius:0px 0px 20px 20px;margin-top: -5px;}

/* Footer */

.footer_main {
    background-color: #1c1c45;
    padding: 20px 0;
    margin-top: 50px;
}

.footer_content {
    margin: 0 auto;
    text-align: center;
}

.footer_nav {
    margin-bottom: 15px;
}

.footer_link {
    color: #b0b0b0;
    text-decoration: none;
    margin: 0 10px;
    font-size: 18px;
    transition: color 0.3s ease;
    cursor: pointer;
}

.footer_link:hover {
    color: #ffffff;
}

.footer_copyright {
    color: #808080;
    font-size: 16px;
}

.copyright_text {
    color: #0f0; /* Helles Grün für den Text */
}

.copyright_year {
    color: #ff0; /* Gelb für die Jahreszahlen */
}

.impressum_text {color:#fff;line-height:1.9;font-size:18px;}

.span_TextStyle_1 {color:#a1abff;}