*{
    margin: 0;
    padding: 0;
    font-family: 'Bodoni Moda', serif;
}
.header{
    min-height: 100vh;
    width: 100%;
    background-image: linear-gradient(rgba(83, 83, 80, 0.5), rgba(83, 83, 80, 0.5)), url(imgs/IMG_1236.jpg);
    background-position: center;
    background-size: cover;
} 

.text-box{
    width: 90%;
    color: white;
    position: absolute;
    top: 55%;
    left:50%;
    transform:translate(-50%,-50%);
    text-align: center;
    font-family: 'Bodoni Moda', serif;
    background-color: transparent;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
}
.text-box:hover{
    background-color:rgb(185,169,120, 0.5) ;
    transition: 1.5s;
   
    
    
}

.text-box h1{
    font-size: 48px; 
    text-align: right; 
    padding-right: 35px; 
    padding-bottom: 20px; 
    font-family: 'Unica One', cursive;
    font-variant:small-caps ;
    
}
.text-box p{
    padding-top: 10px; padding-bottom: 10px;
    margin: 10px 0 40px;
    font-size: 22px;
    color: white;
    font-family: 'Bodoni Moda', serif;
    font-style: italic;
    text-align: right;  
    padding-right: 35px;  
}
.gomb1{
    display: inline-block;  text-decoration: none;
    color: white;
    border: 1px solid white ;
    padding: 12px 28px;
    font-size: 16px;
   margin-left: 80%;
    background:transparent;
    position: relative;
    cursor: pointer;
    font-family: 'Bodoni Moda', serif;
    font-style: italic;
}
.gomb1:hover{
    border: 1px solid rgb(99, 112, 118);
    background: rgb(99, 112, 118);
    transition: 1s;
}
.gomb2{
    display: inline-block;  text-decoration: none;
    color: rgb(99, 112, 118);
    border: 1px solid rgb(99, 112, 118);
    padding: 12px 34px;
    margin-left: 380px;
    font-size: 13px;
    background:transparent;
    position: relative;
    cursor: pointer;
    font-family: 'Bodoni Moda', serif;
}
.gomb2:hover{
    border: 1px solid rgb(202, 202, 196);
    background: rgb(99, 112, 118);
    transition: 1s;
    color: white;
}

nav .fa{
    display: none;
}

.navbar-background{
    padding-left: 60px;
    display: flex;
    background-color: rgba(83, 83, 80, 0.25);
    padding-bottom: 20px;
    position: fixed;
    width: 96%;
    padding-right: 30px;
    z-index: 1000;
}
.navbar-background:hover{
    background-color: rgba(255, 255, 255, 0.827);
    transition: 1s;
   
}
.navbar-background:hover .nav-list a{
    color:rgb(185,169,120);
    transition: 1s;
}
.navbar-background:hover .logo2{
    opacity: 0%;
    transition: 1s;
}
.navbar-background:hover .logo1{
    opacity: 100%;
    transition: 1s;
}



.nav-list {
    padding-left: 250px;
    padding-top: 2%;
    width: 100%;
    display:flex;
    align-items:center;
    justify-content: flex-end;
    cursor:pointer;
}
.nav-list li {
    list-style: none;
    padding: 15px 15px;
}

.nav-list li a {
    text-decoration: none;
    color:white;
    font-size: 18px;

}
.nav-list li::after{
    content: '';
    width: 0%;
    height: 2px;
    background: rgb(185,169,120);
    display: block;
    margin: auto;
    transition: 0.5s;
}
  
.nav-list li:hover::after {
    
    width: 100%;
   ;
}
.logo1{

    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    max-height: 80px;
    padding-top: 15px;
    color: white;
    position: absolute;
    opacity: 0;
}
.logo2{
    margin-top: 0;
    max-height: 80px;
    padding-top: 15px;
    color: white;
    position: absolute;
    transform:  1s ease-in-out ;
    margin-left: 0;
    margin-right:0;
}
/*Borok*/
.Bor{
    width:80% ;
    margin: auto;
    text-align: center;
    padding-top: 50px;
}
.bor-oszlop{
    flex-basis:32%;

    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}
.bor-oszlop img{
    width: 100%;
    display: block;
}
.layer{
    background:transparent;
    height: 100%;
    width: 100%;
    position: absolute; 
    top: 0;
    left: 0;
    transition: 0.5s;
}
.layer:hover{
    background:rgb(185,169,120, 0.5);;
}
.layer h3{
    width: 100%;
    font-weight: 500;
    color: white;
    font-size: 26px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    opacity: 0;
    transition: 0.5s;
}
.layer:hover h3{
    bottom: 49%;
    opacity: 1;
}
.row{
    margin: 5%;
    display: flex;
    justify-content: space-between;
}
/*Rólunk*/
.row2{
    margin: 5%;
    display: flex;
    justify-content: space-between;
    height: 600px;
}
.Rólunk{
     width: 80%;
     margin: auto;
     padding-top: 40px;
    
 }
.Rólunkosz{
  flex-basis: 48%;
  padding: 30px 2px;
  width: 50%;
}
.Rólunkosz img{
    padding-left: 200px;
  width: auto ;
  height: 95%;

}
.Rólunkoszk img{
    padding-left: 400px;
    width: auto ;
    height: 95%;

}
.Rólunkosz h1{
  padding-top: 0;
  padding-bottom: 25px;
}
.Rólunkosz p{
  padding: 15px 0 25px;
  text-align: justify;

}
.rolunk-kep{
    display: flex;
    justify-content: space-between;
    height: 600px;
    margin-left: 230px;
    margin-right: 200px;
}
.rkep{
    position: relative;
    flex-basis: 32%;
}
.rkep img{
   height: 500px;
   width: 300px;
    display: block;
    box-shadow: 10px 10px 5px #ccc;

} 

/*térkép*/
.térkép{
    width: 80%;
    margin: auto;
    padding: 80px 0;
    align-items: center;
}
.térkép iframe{
    width: 100%;
}
  /*Footer*/
  .footer{
    width: 100%;
    text-align: center;
    padding: 30px 0;
}
.footer h4{
    margin-bottom: 25px;
    margin-top: 20px;
    font-weight: 600;
}
.icons .fa{
    color:rgb(185,169,120) ;
    margin: 0 13px;
    cursor: pointer;
    padding: 18px 0 ;
}
/*boraink lap*/
.subheader1{
    min-height: 50vh;
    width: 100%;
    background-image: linear-gradient(rgba(83, 83, 80, 0.5), rgba(83, 83, 80, 0.5)), url(imgs/IMG_1236.jpg);;
    background-position: center;
    background-size: cover;
}
.cim{
    text-align: center;
    font-size: 28px;
    color: white;
    padding-top: 135px;
}
.cim h1{
    font-family: 'Unica One', cursive;
    font-variant: small-caps;
}
.Bor p{
    padding-top: 15px;
}
/*Borok*/

.Bor{
    width:80% ;
    text-align: center;
    padding-top: 50px;
}
 .row{
        margin: 5%;
        display: flex;
        justify-content: space-evenly;
    }
    .Borosz{ margin-left: 15%;
        flex-basis: 10%;
        overflow: hidden;
    }
    .Borosz img{
            width: 100%;
            display: block;
            
        }
    .Boroszt{
    padding-top: 40px ;
    margin-right:30%;
    }
    .Boroszt p{
        text-align: left;
        width: 100%;
    }
    .Boroszt h1{ text-align: left;
    }
    .vonal{
        background-color:rgb(185,169,120) ;
        height: 1.5px;
        border: 0;
        width:56%; margin-left:25% !important; margin-right:19% !important;
        
    }
    .vonal1{
        background-color:rgb(185,169,120) ;
        height: 2px;
        border: 0;
        width:96%; margin-left:2% !important; margin-right:2% !important;
       
    }
    .borocska{
        padding-top: 20px;
        padding-bottom: 50px;
    }
    .row1{
       padding-top: 10px;
        padding-left: 200px;
        display: flex;
        justify-content: space-between;
        padding-bottom: 10px;
    }
    /*Rólunk*/
    .Rólunkosz1{
        width: 50%;
        flex-basis: 48%;
        padding: 30px 2px;
        padding-top: 30px;
        
    }
    .Rólunkosz1 img{
        width:70% ;
        padding-left: 100px;
      }
      .Rólunkosz1 h1{
          padding-bottom: 25px;
      }
      .Rólunkosz1 p{
          text-align: justify;
          padding-bottom: 25px;
      }
      @media(max-width: 700px){
        .row{
            flex-direction: column;
        }
        .cim{
            font-size: 20px;
        }
        .text-box h1{
            font-size: 20px;
        }
        .Boroszt{
        width: 280px;;
        }
        .Boroszt h1{
            text-align: justify;
           
        }
        .Boroszt p{
            text-align: justify;
            
        }
        .Borosz{
            width:70%; margin-left:15% !important; margin-right:15% !important;

        }
    }
    .subheader2{
        min-height: 50vh;
        width: 100%;
        background-image: linear-gradient(rgba(83, 83, 80, 0.5), rgba(83, 83, 80, 0.5)), url(imgs/hatter2.jpg);
        background-position: center;
        background-size: cover;
    }
    .Layer1{
        height: 450px;
        width: 100%;
        background-image: linear-gradient(rgba(83, 83, 80, 0.5), rgba(83, 83, 80, 0.5)), url(imgs/IMG_6842.JPG);
        background-position-y: 45%;
        background-position-x: 60%;
        background-size: cover;
            }
            .Layer1 h1{
                color: white;
               font-size: 48px;
               text-align: center;
               padding-top: 195px;
               font-family: 'Unica One', cursive
            }

.subheader4{
    min-height: 50vh;
    width: 100%;
    background-image: linear-gradient(rgba(83, 83, 80, 0.5), rgba(83, 83, 80, 0.5)), url(imgs/IMG_8904.JPG);
    background-position: center;
    background-size: cover;
}
.terkep{
    padding-top: 5%;
    margin-left: 30%;
}
.navicon{
    display: none;
}
.logo3{
    display: none;
    max-height: 80px;
    padding-top: 15px;
    color: white;}
.Rólunkoszmobil{
    display: none;
}
.gomb5{
    display: none;
}
.idezet h1{
    font-size: 42px;
    font-style: italic;
    text-align: center;
    font-weight: normal;
}
.idezet p{
    padding-top: 15px;
    font-size: 26px;
    font-style: normal;
    text-align: right;
    font-weight: bold;
}
.vonal4{
    margin-top: 15%;
    background-color:rgb(185,169,120) ;
    height: 2px;
    border: 0;
    width:96%; margin-left:2% !important; margin-right:2% !important;
    margin-bottom: 10%;

}
.dunno{
    display: none;
}
/*Elérhetpőségek*/
.adatok{
    font-family: 'Bodoni Moda', serif;
    float: right;
    margin-right: 40%;
    margin-top: -17%;
}
.adatok h1{
    font-size: 24px;
    font-weight: normal;
}
.adatok p{
    font-size: 16px;
}
.adatok i{
    font-size: 24px;
    color: black;
    display: inline-block;
    font-weight: bolder;
}
.face{
    margin-left: 15%;
    margin-top: 10%;
    display: flow;
    padding-bottom: 10px;
}
.osz1{
    width: 100%;
    padding-bottom: 10px;
}
.osz1 h1{
    float: right;
    margin-right: 30%;
}
.uzenet{
display: block;
    margin-left: 35%;
    margin-top: 3%;
}
.kuld{
    width:  100px;
    height: 50px;
    background-color: rgb(185,169,120);
    border: 1px solid white;
    border-radius: 5px;
    margin-top: 10px;
    color: white;
}
.kuld:hover{
    background-color: white;
    border: 1px solid rgb(185,169,120);
    transition: 2s;
    color: rgb(185,169,120);
}
.bev{
    margin-top: 5px;
    width: 300px;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}
.uzik{
    width: 600px;
    height: 300px;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}
/*mobil*/
.fa-solid{
    color: white;
}
@media (max-width: 1000px) {
*{
    max-width: 100%; !important;
overflow-x: hidden;}
    .dunno{
        display: block;
        padding-top: 10%;
        padding-bottom: 10%;
    }
    .dunno h1{
        margin-top: 15px;
        font-size: 36px;
        text-align: center;
        font-family: 'Unica One', cursive;
        font-variant: small-caps;
    }
    .dunno p{
        font-size: 24px;
        text-align: center;
    }
    .logo3 {
        max-height: 110px;
        padding-top: 10px;
        margin-top: 8%;
        margin-left: 41%;
        margin-right: 39%;
        color: white;
        position: absolute;
        display: block;
    }

    .logo3after {
        max-height: 110px;
        padding-top: 15px;
        margin-top: 10%;
        margin-left: 40%;
        margin-right: 60%;
        color: white;
        position: absolute;
        display: none;
    }

    .navicon {
        display: inline-block;
        margin-left: 49%;
        margin-right: 51%;
        font-size: 24px;
    }

    .headeractive {
        min-height: 400px;
        width: available;
        background-image: linear-gradient(rgba(83, 83, 80, 0.5), rgba(83, 83, 80, 0.5)), url(imgs/IMG_1236.jpg);
        background-position: top;
        background-size: cover;
    }

    .navbar-backgroundactive {
        display: block;
        padding-right: 20px;
        padding-left: 20px;
        background-color: rgba(83, 83, 80, 0.25);
        padding-bottom: 0;
        position: fixed;
        width: fit-content;
        z-index: 1000;
        margin-left: 27%;

    }

    .header {
        min-height: 200px;
        width: available;
        background-image: linear-gradient(rgba(83, 83, 80, 0.5), rgba(83, 83, 80, 0.5)), url(imgs/IMG_1236.jpg);
        background-position: top;
        background-size: cover;
    }

    .navbar-background {
        display: none;
        padding-right: 20px;
        padding-left: 20px;
        background-color: rgba(83, 83, 80, 0.25);
        padding-bottom: 0;
        position: fixed;
        width: fit-content;
        z-index: 1000;
        margin-left: 40%;

    }

    .nav-list {
        margin-top: 110px;
        padding-left: 0px;
        padding-top: 5%;
        width: 100%;
        display: list-item;
        align-items: center;
        cursor: pointer;
        list-style: none;

    }
    .nav-list p{
        text-align: center;
    }

    .ul li {
        list-style: none;
    }

    .ul li a {
        list-style: none;
    }
    .logo1 {
        margin-top: 10px;
        margin-left: 25%;
        margin-right: 75%;
        max-height: 80px;
    }

    .logo2 {
        margin-top: 10px;
        margin-left: 25%;
        margin-right: 75%;
        max-height: 80px;
    }

    .text-box {
        display: none;
    }

    .text-box:hover {
        display: none;
    }

    .gomb1 {
        display: none;
    }

    .gomb1:hover {
        display: none;
    }
    .Rólunkoszk img{
        display: none;
        padding-left: 400px;
        width: auto ;
        height: 95%;

    }
    .Rólunkosz{
        width: 100%;
        flex-basis: 100%;
    }
    .Rólunkoszmobil{
        display: block;
    }
    .Rólunkoszmobil img{
        padding-top: 10%;
        width: 55%;
        margin-left: 25%;
    }
    .Rólunkosz p{
        padding: 15px 0 10px;
        text-align: justify;
    }
    .row2{
        margin: 5%;
        display: flex;
        justify-content: space-between;
        height: fit-content;
    }
    .gomb2{
        display: none;
    }
    .gomb5{
        display: block;  text-decoration: none;
        color: rgb(99, 112, 118);
        border: 1px solid rgb(99, 112, 118);
        padding: 12px 34px;
        margin-left: 33%;
        margin-right: 33%;
        font-size: 13px;
        background:transparent;
        position: relative;
        cursor: pointer;
        font-family: 'Bodoni Moda', serif;
    }
    .kell{
        width:80%;
        padding-bottom: 20px;
    }
    .rolunk-kep{
       padding-right: 20%;
        width: 100%;
        margin-top: 10%;
        display: list-item;
        justify-content: normal;
        margin-left: 7%;
        list-style: none;
        height: available;
    }
    .rkep{
        padding-left: 0;
    }
    .rkep img{
        margin-left: 32%;
        margin-top: 10%;
        width: 50%;
        height: auto;
        display: block;
        box-shadow: 10px 10px 5px #ccc;

    }
    .idezet h1{
        font-size: 18px;
        font-style: italic;
        text-align: center;
        font-weight: normal;
    }
    .idezet p {
        font-size: 12px;
    }
    .vonal4{
        margin-top:15px;
    }

    /*borok*/
    .subheader1{
        min-height: 200px;
        width: 100%;
        background-image: linear-gradient(rgba(83, 83, 80, 0.5), rgba(83, 83, 80, 0.5)), url(imgs/IMG_1236.jpg);
        background-position: center;
        background-size: cover;
    }
    .subheader1active{
        min-height: 400px;
        width: 100%;
        background-image: linear-gradient(rgba(83, 83, 80, 0.5), rgba(83, 83, 80, 0.5)), url(imgs/IMG_1236.jpg);
        background-position: center;
        background-size: cover;
    }
    .cim{
        text-align: center;
        font-size: 28px;
        color: white;
        padding-top: 135px;
        display: none;
    }

    .Bor{
        width:80% ;
        margin: auto;
        text-align: center;
        padding-top: 50px;
    }
    .row{
        margin: 5%;
        display: flex;
        justify-content: space-between;
    }
    .Borosz{
        flex-basis: 50%;
        padding: 20px 2px;
        position: relative;
        overflow: hidden;
    }
    .Borosz img{
        width: 80%;
        display: block;

    }
    .Borosz h1{
        text-align: center;
        padding-top: 0;
    }
    .Borosz p{
        padding: 15px 0 25px;
        text-align: center;
    }
    .Boroszt{
        padding-top: 40px ;
        margin-right: 300px;
    }
    .Boroszt p{
        padding: 15px 0 25px;
        text-align: justify;
    }
    .vonal{
        background-color:rgb(185,169,120) ;
        height: 1.5px;
        border: 0;
        width:56%; margin-left:25% !important; margin-right:19% !important;

    }
    .vonal1{
        background-color:rgb(185,169,120) ;
        height: 2px;
        border: 0;
        width:96%; margin-left:2% !important; margin-right:2% !important;

    }
    .borocska{
        padding-top: 20px;
        padding-bottom: 50px;
    }
    .row1{
        padding-top: 10px;
        padding-left: 30px;
        display: inline-block;
        justify-content: normal;
        padding-bottom: 10px;
    }
    /*Rólunk*/
    .subheader4{
        min-height: 200px;
        width: 100%;
        background-image: linear-gradient(rgba(83, 83, 80, 0.5), rgba(83, 83, 80, 0.5)), url(imgs/IMG_8904.JPG);
        background-position: center;
        background-size: cover;
    }
    .subheader4active{
        min-height: 400px;
        width: 100%;
        background-image: linear-gradient(rgba(83, 83, 80, 0.5), rgba(83, 83, 80, 0.5)), url(imgs/IMG_8904.JPG);
        background-position: center;
        background-size: cover;
    }
    .Rólunkosz1{
        width: 100%;
        flex-basis: 48%;
        padding: 30px 2px;
        padding-top: 30px;

    }
    .Rólunkosz1 img{
        width:100% ;
        padding-left: 5px;
    }
    .Rólunkosz1 h1{
        padding-bottom: 25px;
    }
    .Rólunkosz1 p{
        text-align: justify;
        padding-bottom: 25px;
    }

    /*Elérhetpőségek*/
    .adatok{
        font-family: 'Bodoni Moda', serif;
        float: right;
        margin-right: 40%;
        margin-top: -17%;
    }
    .adatok h1{
        font-size: 24px;
        font-weight: normal;
    }
    .adatok p{
        font-size: 16px;
    }
    .adatok i{
        font-size: 24px;
        color: black;
        display: inline-block;
        font-weight: bolder;
    }
    .face{
        margin-left: 15%;
        margin-top: 10%;
        display: flow;
        padding-bottom: 10px;
        width: 70%;
    }
    .osz1{
        width: 100%;
        padding-bottom: 10px;
    }
    .osz1 h1{
        float: right;
        margin-right: 30%;
    }
    .uzenet{
        display: block;
        margin-left: 15%;
        margin-top: 10%;
        width:80%
    }
    .kuld{
        width:  100px;
        height: 50px;
        background-color: rgb(185,169,120);
        border: 1px solid white;
        border-radius: 5px;
        margin-top: 10px;
        color: white;
    }
    .kuld:hover{
        background-color: white;
        border: 1px solid rgb(185,169,120);
        transition: 2s;
        color: rgb(185,169,120);
    }
    .bev{
        margin-top: 5px;
        width: 250px;
        padding: 12px;
        border: 1px solid #ccc;
        border-radius: 4px;
        box-sizing: border-box;
    }
    .uzik{
        width: 250px;
        height: 300px;
        padding: 12px;
        border: 1px solid #ccc;
        border-radius: 4px;
        box-sizing: border-box;
    }
}

