.header_weboldal{
    cursor: pointer;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-self: center;
    gap:10px;
    position: absolute;
    left:40px;
    top:5px;
    padding-bottom: 5px;
}
.header_logo{
    height: 45px;
    cursor: pointer;
}

.domain{
    cursor: pointer;
    color: rgb(41,0,255);
    font-family: 'inter';
    font-weight: bold;
    font-size: 20px;
}
.nagykeret {
    margin-top: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 90px;
    position: relative;
    overflow: visible;
    background-image: linear-gradient(30deg, #0400ff, #4ce3f7);
    
}

.background-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}
body, html {
    padding: 0;
    margin: 0;
    width: 100%;
    overflow-x: hidden;
}
.language-switcher{
    position: absolute;
    left: 275px;
    top: 20px;
    color: rgb(84,51,255);
 }
 .gomb3{
    width: 50%;
    font-size: 22px;
    font-weight: bold;
    color: rgb(84,51,255);
      padding: 5px;
    font-family: 'inter';
    border:0px;
    text-decoration: none;
  }
  .gomb3:hover{
      border-radius: 12px;
      background-color: rgba(84, 51, 255, 0.12);
  }
  .scrollup{
    height:50px;
    width: auto;
    z-index: 10px;
    position: fixed;
    bottom: 20px;
    right: 20px;

}
.footer{
    height: 300px;
    background-color: rgb(239,239,249);
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 30px;
  }
  
  .logo{
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 25px;
    color: rgb(84,51,255);
  }
  .a{
    text-decoration: none;
    color: rgb(84,51,255);
}
.a:hover{
    text-decoration: none;
    color: rgb(84,51,255);
}
  .footer-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 67%;
  }
  
  .szervezes, .informaciok, .szabalyok{
    display: flex;
    flex-direction: column;
    gap:5px;
    font-size: 20px; 
  }
  
  .szervezes1, .informaciok1, .szabalyok1 {
    margin-bottom: 10px;
    font-weight: bold;
  }
  .szabalyok{
    padding-right: 60px;
  }
.rolunk{
    height: 30px;
    background-color: rgb(239,239,249);
    width: 100%;
    text-align: center;
    color: rgb(41,0,255);
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
}
.nagy_logo{
    height: 60px;
}
.link{
    text-decoration: none;
    color: rgb(87,93,98);
    font-family: 'Roboto', sans-serif;
}
.logo1{
    font-family: 'inter';
    font-weight: bold;
}
.szervezes1,.informaciok1,.szabalyok1{
    color: rgb(41,0,255);
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
}
.szoveg1 span{
    color: rgb(84,51,255);
}
.link:hover{
    text-decoration: underline;
    color: rgb(84,51,255);
}

.szoveg1{
    margin-top: 0px;
    padding-top: 0px;
  }
  .container{
    margin-top: 50px;
    margin-bottom: 100px;
    display: flex;
    justify-content: center;
}
.minden{
    width:40%;
    padding: 20px;
    text-align: left;
}
.profil,.adatok{
    text-align: center;
    padding-bottom: 20px;
}
.profil{
    color: rgb(41,0,255);
    margin-bottom: 20px;
    font-size: 35px;
    font-weight: bold;
    font-family: 'roboto';
}
