.body {
    height: 100%;
    margin: 0;
    /*position: relative;*/
    background-image: url('../media/hatter.JPG');
    background-size: cover;
    background-position: center;
}

.kozep {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    text-align: center;
    font-size: 40px;
    z-index: 2;
}

.alcim {
    font-size: 38px; 
    text-align: center;
    font-weight: bold; 
    margin-bottom: 20px; 
    font-family: "Arial", "Helvetica", sans-serif;
}

.hamburger {
    position: absolute;
    top: 20px;
    left: 20px;
    cursor: pointer;
    z-index: 1000;
}

.hamburger .line {
    width: 30px;
    height: 4px;
    background-color: white; 
    margin: 6px 0;
    transition: 0.3s;
}

.menu {
    display: none; 
    position: absolute;
    top: 60px;
    left: 20px;
    background-color: #fff; 
    padding: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    z-index: 999;
}

.menu a {
    display: block;
    padding: 10px;
    text-decoration: none;
    color: #333;
    font-size: 18px;
    border-bottom: 1px solid #ccc;
}

.menu a:hover {
    background-color: #f0f0f0;
}

.menu.active {
    display: block;
}

.radio {
    background-color: #d4f8d4;
    padding: 20px;
    width: 15%;
    left: 10px;
    top: 50px;
    border-radius: 18px;
    margin-bottom: 20px;
    margin-left: 20px;
}

.radio label {
    display: block;
    margin-bottom: 10px;
    font-size: 22px;
    text-align: justify;
}

.radio input[type="radio"] {
    margin-right: 10px; 
}

.zoldbody{
    background-color: darkseagreen;
}

.mezosor {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  margin: 0 20px;
}
.mezo2 {
    flex: 1 1 300px;
    max-width: 600px;
    box-sizing: border-box;
    background-color: #d4f8d4;
    /*width: fit-content;*/
    margin-left: 20px;
    margin-right: 20px;
    border-radius: 18px;
    padding: 20px;
    width: auto;
    height: auto;
    left: 10px;
    top: 50px;
    margin-bottom: 20px;
    text-align: justify; 
    font-family: "Arial", "Helvetica", sans-serif;
}
.mezo {    
    background-color: #d4f8d4;
    /*width: fit-content;*/
    margin-left: 20px;
    margin-right: 20px;
    border-radius: 18px;
    padding: 20px;
    width: auto;
    height: auto;
    left: 10px;
    top: 50px;
    margin-bottom: 20px;
    text-align: justify; 
    font-family: "Arial", "Helvetica", sans-serif;
    
}

.mezo label {
    font-size: 22px;
    margin-right: 20px;
    text-align: justify;
}

.mezo input {
    width: 85%;
    padding: 10px;
}


input[type="checkbox"] {
    margin-left: 20px;
}

button {
    background-color: seagreen;
    color: white;
    padding: 10px 20px;
    font-size: 16px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    margin-right: 20px;
    text-align: justify;
}

.turaktabla {
    border-collapse: collapse;
    width: 100%;
    height: 100%;
}

.turakcella {
    /*border: 1px solid black;*/
    padding: 10px;
    text-align: center;
    width: 100px;
    height: 200px;
    font-size: 18px;
    text-align: justify;
}

.small {
  font-size: 14px;
  font-family: "Verdana", sans-serif;
  text-align: justify;
}

.turakep{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.link:link {
    color: rgb(12, 72, 87);
    text-decoration: underline;
    background-color: transparent;
}

a {
    color: rgb(12, 72, 87);
    text-decoration: underline;
    background-color: transparent;
}

.link:hover {
  color: red;
  background-color: transparent;
  text-decoration: underline;
}

.link:visited {
    color:rgb(46, 174, 127) !important;
    /*text-decoration: underline;*/
}

table {
    border: 1px solid black;
    border-collapse: collapse;
    width: 100%;
    height: 100%;
}

td {
    border: 1px solid black;
    padding: 10px;
}

th {
    border: 1px solid black;
    padding: 10px;
    background-color: #d4f8d4;
}

.video {
    text-align: center;
    width: 80%;
    display: block;
    margin: 0 auto;
}

.menu a.aktiv {
    color: red !important;
}

.skip-link {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  border: 0;
}

.skip-link:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  padding: 8px;
  clip: auto;
  clip-path: none;
  background: transparent;
  color: #fff;
  z-index: 1000;
}
