


.logo-image{
    width: 80%;
    height: auto;
}
.mobil-logo-image{
    height: 45px;
    width: auto;
    float: left;
}
.header{
    margin: 0;
    padding: 10px 0 15px 0;
    background-color: white;
}
.header-information-box{
    padding: 20px 0 5px 0;
}
.back-to-main{
    padding-top: 28px;
    padding-left: 35px;
    font-size: 17px;
}
.back-to-main-href{
    color: #f2c21a;
    text-decoration: none !important;
}
.back-to-main-href:hover{
    color:#0d2034;
}
#mobil-backtomain{
    display:none;
}
.header-information-top{
    font-family: 'Work Sans', sans-serif;
    color: #0d2034;
    font-weight: 700;
    padding: 0;
    margin: 0 0 3px 0;
}
.header-information-bottom{
    font-size: 14px;
    color:#646a7c;
    padding: 0;
    margin: 0 0 0 3px;
    font-family: inherit;
}
.header-information-icon{
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: 3px 20px 0px 0px;
    color: #f2c21a;
    border: 1px solid #ebebeb;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.header-icon{
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#nav-container{
    background-color: #b0cc1f;

   
}
.nav-box{
    padding: 0;
}
.nav-li{
    padding: 0 40px 0px 45px !important;
    line-height: 60px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    text-decoration: none;
    color: white;
    font-family: 'Work Sans', sans-serif;
}
.nav-li:hover{
    background-color: #f2c21a;
    color: #0d2034;
}
.nav-active{
    background-color: #f2c21a;
    color: #0d2034;
}
#welcome-box{
   padding: 0;
   position: relative;
}
#welcome-image{
    width: 100%;
    height: auto;
}
.welcome-text{
    position: absolute;
    top: 25%;
    left: 10%;
    background-color: rgba(255,255,255,0.7);
    font-size: 28px;
    padding: 20px;
    border-radius: 10px;
    
}
.welcome-text-second{
    position: absolute;
    top: 55%;
    left: 40%;
    font-size: 28px;
    background-color: rgba(255,255,255,0.7);
    
    padding: 20px;
    border-radius: 10px;
   
}
#park-type-container{
    background-color: white;
}
.section-title{
   
    color: #1E3D10;
    margin: 70px 0 20px 5px;
    font-weight: bold;
    font-size: 30px;
}
.more-park{
    background-color: #f2c21a;
    height: 50px;
    padding: 12px 0 0 0;
    text-align: end;
}
.more-text{
    font-size: 18px;
    text-decoration: none;
    color: #0d2034;
}
#footer-container{
    background-color: #0d2034;
    padding: 50px 0;
}
#footer-logo{
    width: 100%;
    height: auto;
    margin-bottom: 15px;   
}
.footer-icon{
    color: #f2c21a;
    padding-right: 3px;
}
.footer-information{
    color: #b5b7d2;
    font-size: 15px;
    padding: 4px 0;
    font-family: 'Work Sans', sans-serif;
    
}
#footer-place{
    color:#b5b7d2;
}
#footer-place:hover{
    color: #f2c21a;
}
.footer-button{
    z-index: 1;
    padding: 9px 36px 13px 34px;
    font-size: 14px;
    font-weight: 600;
    overflow: hidden;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    display: inline-block;
    background: #f2c21a;
    color: #28293a;
    cursor: pointer;
    text-transform: uppercase;
    margin-top: 10px;
}
.footer-second-title{
    color: #FFF;
    
    margin-bottom: 14px;
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
   margin-top: 20px;
   padding-left: 125px;
    
}
.footer-second{
    font-size: 15px;
    text-decoration: none;
    color:#b5b7d2;
    font-family: 'Work Sans', sans-serif;
        margin-bottom: 5px;
   padding-left: 60px;
    text-decoration: none !important;
}
.footer-second:hover{
    color: #f2c21a;
}
.pages-icon{
    padding-right: 8px;
}
.copyright{
    background-color: #0a1c2e;
    color: #6c6d83;
    padding: 4px 0 2px;
    font-size: 15px;
    font-family: 'Work Sans', sans-serif;
}





#mobil-menu{
    display:none;
    background-color: #222222;
    color: white;
}
.mobil-menu-container{
    display: inline-flex;
}
.mobil-menu-logo-div{
    width: 50%;
    padding-top: 7px;
}
.mobil-menu-logo-icon{
    width: 50%;
    padding-top: 2%;
}
#menu-button-section{
    display:none;
   text-align: right;
    background-color: #b0cc1f;
   padding-right: -5px;
    height: 60px;
    color: white;
}
#menu-btn{
    cursor: pointer;
  
}
#close-btn{
    cursor: pointer;
    
}
@media only screen and (max-width: 767px){
    #menu-button-section{
        display: block;
    
    }
    #mobil-backtomain{
        display: block;
        text-align: center;
        padding: 12px 0;
    }
    .header-section{
        display:none;
    }
    #close-btn{
        display: none;
    }
}
.mobil-menu-title{
    color: white;
    text-decoration: none !important;
    font-size: 16px;
    font-family: 'Work Sans', sans-serif;
   
}
.mobil-menu-title-box{
    padding: 10px 0;
 
}
@media only screen and (max-width: 1199px){
    .logo-image{
       padding-top: 3%;
    }
    #header-contact{
        padding-right: 10px;
    }
}
@media only screen and (max-width: 1120px){
    .welcome-text{
        top: 25%;
        left: 10%;
        font-size: 24px;
        padding: 17px;
        }
    .welcome-text-second{
       top: 55%;
       left: 40%;
       font-size: 24px;
       padding: 17px;
    }
}
@media only screen and (max-width: 991px){
    .logo-image{
       padding-top: 0%;
    }
    .bottom-line-first{
       padding-left: 8%;
       padding-top: 25px;
    }
    .bottom-line-second{
        padding-left: 12%;
    }
    #fb-page{
        margin-top: 20px;
       
    }
   
}
@media only screen and (max-width: 920px){
    .welcome-text{
        top: 25%;
        left: 10%;
        font-size: 20px;
        padding: 15px;
        }
        .welcome-text-second{
            top: 55%;
            left: 40%;
            font-size: 20px;
            padding: 15px;
            
        }
}
@media only screen and (max-width: 901px){
    .welcome-text{
        top: 25%;
        left: 10%;
        font-size: 17px;
        padding: 12px;
        }
        .welcome-text-second{
            top: 55%;
            left: 40%;
            font-size: 17px;
            padding: 12px;
            
        }
        .nav-li{
            padding: 0 35px 0px 40px !important;
            line-height: 60px;
            font-size: 14px;
            font-weight: 600;
        }
}
@media only screen and (max-width: 767px){
    .welcome-text{
        top: 25%;
        left: 10%;
        font-size: 17px;
        padding: 12px;
        }
        .welcome-text-second{
            top: 55%;
            left: 40%;
            font-size: 17px;
            padding: 12px;
            
        }
        #search{
            margin-bottom: 10px;
        }
        .scroll{
            margin-bottom: 20px;
        }
        .contact-information-div{
            margin-bottom: 20px;
        }
}
@media only screen and (max-width: 680px){
    .welcome-text{
        top: 25%;
        left: 10%;
        font-size: 15px;
        padding: 10px;
        }
        .welcome-text-second{
            top: 55%;
            left: 40%;
            font-size: 15px;
            padding: 10px;
            
        }
}
@media only screen and (max-width: 560px){
    .welcome-text{
        top: 10%;
        left: 10%;
        font-size: 14px;
        padding: 9px;
        }
        .welcome-text-second{
            top: 45%;
            left: 40%;
            font-size: 14px;
            padding: 9px;
            
        }
}
@media only screen and (max-width: 575px){
    #footer-logo{
        width: 60%;
    }
    .footer-second-title{
        padding-left: 0;
    }
    .footer-second{
        padding-left: 7px;
    }
    .header-center{
        text-align: center;
       
    }
    .logo-image{
        width: 50%;
    }
    .back-to-main{
        padding-left:15px;
    }
    .padding-center{
        padding-left: 30%;
       
    }
    .mobil-menu-logo-icon{
        padding-top: 3%;
    }
   
    
}
@media only screen and (max-width: 470px){
    .padding-center{
        padding-left: 27%;
       
    }
}



/* Segitseg */
.help-container{
    padding-bottom: 70px !important;
}

/* Tipuslap */
.type-title{
    color: #1E3D10;
    margin: 40px 0 40px 0px;
    font-weight: bold;
   
}
#more-title{
    margin-bottom: 15px;
}
.more-box{
    margin-bottom: 50px;
}


/* Kapcsolat */
.contact-information{
    color:black;
    padding-left: 20px;
}

.contact-icon{
    color: #0d2034;
}
.contact-card{
    margin: 0px 0 50px 0;
}


/* Map */
.search-button{
    background-color: #f2c21a;
    color: #0d2034;
    width: 100px;
}
.map-cards{
    margin: 30px 0 60px 0;
}
.map-card{
    border-radius: 10px;
    box-shadow:	0 0.125rem 0.5rem rgba(0, 0, 0, .3), 0 0.0625rem 0.125rem rgba(0, 0, 0, .2);
    margin: 6px 0;
    padding: 5px 2px 5px 0;
}
.map-img{
    width: 100%;
    height: auto;
    margin-top: 9%;
}
.map-card-text{
    font-size: 15px;
    
}
.map-card-href{
    color:#1E3D10;
    text-decoration: none !important;
    float: right;
    margin: 3px 0 5px 0;
}



/* Map cards */
.map-card-title{
    font-size: 23px;
    font-weight: 600;
    color: #1E3D10;
    text-align: center;
    border-bottom: 1px solid lightgrey;
    padding: 5px 0;
    margin-bottom: 3px;
}
.map-card-address{
    font-size: 18px;
}
.map-card-type{
    font-size: 16px;
    
}
.map-plus-card{
    font-size: 16px;
    padding-left: 45px;
    white-space: normal;
}
.map-plus-card-title{
    font-weight: bold;
    padding: 5px 0 0 0;
}
.map-plus-card-item{
    padding: 5px 0 0 0;
}
.modal-title{
    text-align: center;
    font-size: 23px;
    font-weight: 600;
    color: #1E3D10;
    padding: 6px 0;
}
.close-button{
   text-align: end;
   padding: 5px 15px;
}
.adatlap-button{
    text-decoration: none !important;
    color: #1E3D10;
}
.modal-footer{
    padding: 5px 15px;
}
.map-container{
    margin-bottom: 70px;
}
.maplist-title{
    font-weight: bold;
    color: #1E3D10;
}
