/* Grundlegende Stile */

/* Style for the side navbar */
.sidebar {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidebar a {
    padding: 10px 15px;
    text-decoration: none;
    font-size: 25px;
    color: white;
    display: block;
    transition: 0.3s;
}

.sidebar a:hover {
    color: #f1f1f1;
}

.sidebar .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

/* Style for the main content */
.main-content {
    transition: margin-left .5s;
    padding: 16px;
}

/* Style for the button to open the side navbar */
.openbtn {
    font-size: 20px;
    cursor: pointer;
    background-color: #111;
    color: white;
    padding: 10px 15px;
    border: none;
}

.navbar {
    background-color: #333; 
    padding: 10px; 
    display: flex;
    justify-content: space-between; 
    align-items: center; 
  }
  
  .logo img {
    max-height: 40px; /* Maximalhöhe des Logos */
    /* Weitere Stile für das Logo */
  }

body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background: linear-gradient(to right, #f4f4f4, #ff0000); /* Hintergrundfarbe von Grau zu Rot */
}

/* Header-Stile */
.header {
    background: linear-gradient(to right, #ff0000, #f4f4f4); /* Hintergrundfarbe von Rot zu Grau */
    color: #ffffff;
    padding: 10px;
    text-align: center;
}

.myForm {
  border-collapse: collapse;
  width: 80%; 
  margin: 0 auto; 
}

.center {
    justify-content: center;
    align-items: center; 
    width: 100%;
    height: 100%;

}

td, th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 4px;
}
	

/* Hauptinhalt Stile */
.main-content {
    margin: 15px;
}

.gazi {
    width: 50%;
    height: 50%;
}
/* style.css */



/* Fußzeilen-Stile */
.footer {
    background: linear-gradient(to right, #ff0000, #f4f4f4); /* Hintergrundfarbe von Rot zu Grau */
    color: #ffffff;
    text-align: center;
    padding: 10px;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
}

/* Stile für Überschriften */
h1, h2, h3, h4, h5, h6 {
    color: #000000; 
}

/* Stile für Links */
a {
    color: #ff0000; /* Rot */
    text-decoration: none;
}

/* Stile für Buttons */
.button {
    background: linear-gradient(to right, #ff0000, #f4f4f4); /* Hintergrundfarbe von Rot zu Grau */
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
}
