*{
  font-family: "Rubik", sans-serif;
  font-optical-sizing: auto;
  font-weight: weight;
  font-style: normal;
}

body{
    margin: 0;
    background-color: #b77a00;
}
h2{
    text-align: center;
    text-decoration: underline;
    color: white;
}
h2{
    margin: 0;
}
.title_infostatus{
  padding: 30px 0;
}
.title_infotext{
  font-size: 17px;
  text-align: center;
  flex-wrap: wrap;
}
.editorinfo{
  text-align: center;
}
.navbar{
    background-color: #b77a00;
    height: 55px;
}
.navlist{
    float: right;
}
.navlist li{
    display: inline-block;
}
.navlist li a{
    color: #ffff;
    margin: 0 7px;
    right: 6px;
    text-decoration: none;
}
.navlist li a:hover{
    color:#724d03;
    text-decoration: underline;
}

.webseitename {
  position: absolute;
  left: 8px;
  top: 0px;
  margin-left: 0;
  padding-left: 10px;
}
.webseitename:hover{
  color: #724d03
}

.welcome{
  background-image: url("../img/banner.png");
  background-position: center;
  background-size: cover;
  padding: 15px;
  font-size: 17px;
}
.button-group {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
  flex-wrap: wrap;
}

.editöffnen{
  padding: 15px 20px;
  font-size: 19px;
  font-weight: bold;
  border: none;
  border-radius: 13px;
  cursor: pointer;
  transition: background 0.3s, transform 0.2s;
  background-color: #2f8bd6;
  color: white;
  box-shadow: 0 0 20px rgba(7, 123, 255, 0.3);
}
.editöffnen:hover{
  background-color: #307bb8;
  transform: scale(1.03);
}
.button-wrapper {
  display: flex;
  justify-content: center;  /* horizontal zentrieren */
  margin-top: 40px;
}
.text-center{
    text-align: center;
    color: #ffff;
}
.welcome{
    background-image: url("../img/banner.png");
    background-position: center;
    background-size: cover;
    padding: 15px;
    font-size: 20px;
}
html {
    scroll-behavior: smooth;
}
.basic-section {
    display: block;
}
.basic-section h2{
    color: white
}
p {
    color: white;
    padding: 2px 100px;
}
.basic-section{
    padding: 5px 130px;
}
.special{
    color: #12f5b8;
}
.footer{
    padding: 25px 10px;
    background-color: rgba(0,0,0,0.2);
    margin-top: 50px;
}

.footer p {
    padding: 5px 50px;
    text-align: center;
}

.bot-status-display {
    text-align: center;
    margin: 20px 0;
    padding: 15px;
    border-radius: 8px;
    font-weight: bold;
    font-size: 18px;
    transition: all 0.3s ease;
}

.status-development {
   background-color: #19f33d;
    color: rgb(13, 29, 14);
    box-shadow: 0 0 20px rgba(21, 255, 0, 0.3);
}
.status-offline {
    background-color: #f33636;
    color: #fff;
    box-shadow: 0 0 20px rgba(255, 0, 0, 0.4);
}

.form-title{
  color: white;
  text-decoration: underline;
  text-align: center;
}
.f-title{
  color: white;
  text-decoration: underline;
  text-align: center;
  font-size: 1.5em;
}
.form-group{
  text-align: center;
  margin-bottom: 5px;
}
.submit-btn {
  display: block;
  width: 61.5%;
  padding: 8px;
  background: linear-gradient(135deg, #ce9a4b 0%, #a56b14 100%);
  color: white;
  border: none;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 10px auto 0 auto; /* 40px Abstand nach oben, auto zentriert horizontal */
}
.submit-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(231, 148, 38, 0.3);
}

label{
  display: block;
  margin-bottom: 8px;
  color: #555;
  font-weight: 500;
  font-size: 14px;
}
input, textarea, select {
  width: 60%;
  padding: 10px;
  border: 2px solid #e1e5e9;
  border-radius: 12px;
  font-size: 16px;
  transition: all 0.3s ease;
  background: rgba(255, 255, 255, 0.8);
}
input:focus, textarea:focus, select:focus {
  outline: none;
  border-color: #e9bc28;
  box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
  transform: translateY(-2px);
}
textarea {
  resize: vertical;
  min-height: 120px;
}

.success {
  color: white;
  text-align: center;
}

.error {
  color: white;
  text-align: center;
}
