body,html{
    margin: 0;
    padding: 0;
    height: 100%;
    overflow-x: hidden;
    font-family: 'Roboto', sans-serif;
}

.Header{
    display: flex;
    padding: 25px 25px;
    background-color: #1f2a40;
    color: #ffffff;
}

.Title{
    font-size: 40px;
    flex-grow: 8;
}

.navigation{
    display: flex;
    padding-top: 12px;
    flex-grow: 2;
}

.Button{
    font-size: 18px;
    margin-right: 7px;
    padding: 8px 12px;
    border: none;
    border-radius: 4px;
    border-color: white;
    background-color: #ff6f00;
    color: white;
    transition: background-color 0.3s;
}

.Button:hover {
    background-color: #e65c00;
    transform: scale(1.05);
}

.Language{
    display: flex;
    padding-top: 12px;
}

.Button2{
    margin-right: 5px;
    font-size: 15px;
    padding-left: 25px;
    padding-right: 25px;
    border: none;
    border-radius: 4px;
    background-color: white;
    transition: background-color 0.3s;
}

.Button2:hover {
    background-color: gray;
    transform: scale(1.05);
}

.Content{
    text-align: center;
    background-color: #f4f4f4;
    color: #333;
}

.Intro{
    font-size: 35px;
    text-align: left;
    padding: 20px 20px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.Intro1{
    font-size: 35px;
    text-align: left;
    padding: 60px 60px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.Image1{
    height: auto;
    max-width: 600px;
    width: 90%;
    padding: 20px;
    display: block;
    margin: 0 auto;
}

.Képaláírás{
    padding-bottom: 30px;
    font-size: 18px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.Képaláírás2{
    padding: 50px;
    font-size: 18px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.Footer{
    width: 100%;
    max-width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    background-color: black;
    color: white;
    margin: 0;
    padding: 20px 20px;
}

.Lábjegyzet{
    flex-grow: 4;
    max-width: 100%;
    overflow: hidden;
}

.Image2{
    height: 200px;
    width: 400px;
    max-width: 100%;
    padding: 20px 20px;
}

.Kepmegjegyzes{
    padding: 0px;
    font-size: 18px;
}

.TerkepSzekcio {
    padding: 40px 20px;
    background-color: #f4f4f4;
    text-align: center;
  }
  
  .TerkepCim {
    font-size: 28px;
    margin-bottom: 20px;
    color: #222;
    font-family: 'Gill Sans', Calibri, sans-serif;
  }
  
  .TerkepDoboz {
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    aspect-ratio: 16 / 9; /* Reszponzív méretarány */
  }
  
  .TerkepDoboz iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
  }

.Content2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
    padding: 20px;
    background-color: rgb(140, 140, 140);
  }
  
  .KapcsolatKartya {
    width: 300px;
    background-color: #fff;
    border-radius: 8px;
    padding: 15px;
    text-align: center;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
  }
  
  .Kep_kapcs {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 6px;
  }
  
  .Kepmegjegyzes {
    margin-top: 15px;
    font-size: 16px;
    color: #222;
    font-family: 'Gill Sans', Calibri, sans-serif;
  }
  
  .kapcs {
    margin-bottom: 10px;
  }

.Button0{
    font-size: 18px;
    margin-right: 7px;
    border: none;
    border-radius: 4px;
    border-color: white;
    background-color: #ff6f00;
    color: white;
    transition: background-color 0.3s;
}

.Button0:hover {
    background-color: #e65c00;
    transform: scale(1.05);
}

@media screen and (max-width: 768px) {
    .Title {
        padding-top: 30px;
        padding-bottom: 30px;
        font-size: 60px;
    }
    .Header {
        display: block;
        text-align: center;
        padding: 25px 25px;
        background-color: black;
        color: white;
    }
    .navigation {
        display: block;
        text-align: center;
    }
    .Button {
        font-size: 30px;
        margin-top: 15px;
    }
    .Language {
        display: inline-block;
        padding-top: 10px;
        margin-top: 10px;
    }
    .Intro {
        font-size: 45px;
        padding-bottom: 60px;
        text-align: center;
    }
    .Intro1{
        color: rgb(20, 20, 20);
        font-size: 25px;
        text-align: left;
        padding: 30px 30px;
        font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    }
    .Content {
        font-size: 15px;
    }
    .Képaláírás {
        font-size: 18px;
        padding-top: 15px;
    }
    .Kepmegjegyzes {
        font-size: 15px;
    }
    .Button2 {
        margin-top: 10px;
    }
    .Footer {
        width: 100%;
        max-width: 100%;
        display: inline-block;
        padding: 15px 10px;
        text-align: left;
        background-color: black;
        color: white;
        text-align: center;
    }
    .Lábjegyzet{
        padding: 10px 5px;
    }
}