@import url('https://fonts.googleapis.com/css2?family=Teko:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.font_familys{
    font-family: 'Teko', sans-serif;
    font-family: 'Montserrat', sans-serif;
}

body{
    margin:0px;
    padding:0px;
}


#menu_container{
    width:100%;
    height:90px;
    background-color:white;
    position:fixed;
    top:0;
    z-index: 100;
    box-shadow: 0px 0px 5px rgb(0 0 0 / 0.2);
    transition:0.5s;
}

.menu{
    max-width:1140px;
    height:100%;
    margin:auto;
}

.logo{
    height: 40px;
    margin-top: 24px;
    float:left;
}

#logo_k{
    transition:0.5s;
}

#menu_elem{
    width:auto;
    float:right;
    height:20px;
    font-family: 'Teko', sans-serif;
    color:black;
    text-align:right;
    transition:0.5s;
}

.menu_gomb{
    text-decoration:none;
    color:black;
    font-size:20px;
    font-weight: 300;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 35px;
    display: inline-block;
}

.menu_gomb:hover{
    color:#929496;
    border-bottom: 2px solid #407289;
}

.hun{
    text-decoration:none;
    font-weight: 300;
    font-size: 17px;
    color: #39748a;
    padding-right: 5px;
    border-right: 1px solid #39748a;
    margin-left: 20px;
}

.eng{
    text-decoration:none;
    font-weight: 300;
    font-size: 17px;
    color: #39748a;
    padding-left: 5px;
}

#social_menu_icon{
    font-size: 22px;
    padding-top: 36px;
    float: right;
    margin-left: 30px;
    transition:0.5s;
}

#social_menu_icon a{
    text-decoration: none;
    color: #39748a;
    margin-left: 10px;
}

#menu_item{
    transition:0.5s;  
}

.landing_img{
    position: absolute;
    height: 40vh;
    bottom: 0;
    width: 40%;
    background-color: #00000070;
    right: -100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    transition: 1s;
    background-image: url(../img/repcsi.jpg);
}

#extra_fb{
    width:100%;
    height:100vh;
    background: rgb(0 78 97 / 0.8);
    position:fixed;
    top:0;
    display:none;
    z-index:1000;
    color:#2f2f2f;
}

.fb_extra{
    width: 500px;
    height: 350px;
    background: white;
    margin-top: 150px;
    margin-left: auto;
    margin-right: auto;
    text-align:center;
    font-family: 'Teko', sans-serif;
}

.fb_extra a{
    
    font-weight:100;
    font-size:30px;
    float:right;
    margin-top:20px;
    margin-right:20px;
    cursor:pointer;
}

.fb_extra h1{
    font-weight:300;
    font-size: 25px;
    margin-bottom:0px;
    margin-top:40px;
}

#fb_btn{
    float: none;
    font-size: 12px;
    font-weight: 800;
    text-decoration: none;
    /* background: blue; */
    padding: 10px 20px;
    color: whitesmoke;
    /* border-radius: 5px; */
    background-color: #04495a;
    font-family: 'Montserrat', sans-serif;
    margin-right: 0px;
    margin-top: 25px;
    display: inline-block;
}

#fb_btn:hover{
    background-color: rgb(4 73 90 / 0.7);
}

.fb_extra span{
    padding: 0px 30px;
    font-size: 12px;
    display: inline-block;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
    margin-top: 5px;
}

.fb_extra hr{
    width:50px;
    height:2px;
    background-color: rgb(150 215 236);
    border:0px;
}

.menu_item{
        float: right;
    height: 25px;
    margin-right: 50px;
    margin-top: 36px;
}

#landing_container{
    width: 100%;
    height: 100vh;
    background-image: url(../img/hatter_blancargo.jpg);
    background-color: #04495a;
    overflow: hidden;
    background-size: cover;
    background-position: center;

}

video {
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
}



#logo_container{
    width: 25%;;
    height: 60vh;
    background: rgb(0 0 0 / 0.5);
    position: absolute;
    top: -60vh;
    transition:1s;
    text-align: center;
    right:15%;
}

#logo_container img{
    width: 40%;
    margin-top: 120px;
    opacity:0;
    transition:1s;
}

#logo_container h1{
    font-family: 'Montserrat', sans-serif;
    font-style: italic;
    color: whitesmoke;
    text-align: center;
    font-size: 19px;
    padding-left: 5%;
    padding-right: 5%;
    text-transform: uppercase;
    line-height: 31px;
    font-weight: 800;
    position: absolute;
    bottom: 5vh;
    margin-bottom: 0px;
    width: 90%;
    
}




#map_container{
    width:100%;
    height:auto;
}

.map_maxwidth{
    max-width:1140px;
    height:720px;
    margin:auto;
    margin-top: -724px;

}

.map_include{
    width:100%;
    height:auto;
    background-color:gray;
    background-repeat:no-repeat;
    background-size:cover;
    background-position: center;
    height: 720px;
}


.rolunk_container{
    width: 300px;
    height: 720px;
    background: rgb(0 78 97 / 0.85);
    position: absolute;
    margin-left: 150px;
    color: whitesmoke;
}

.rolunk_container h1{
    margin-left: 20px;
    font-family: 'Teko', sans-serif;
    font-size: 30pt;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.rolunk_container article {
    font-family: 'Montserrat', sans-serif;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 13px;
    line-height: 20px;
    font-weight: 600;
}

.cim{
    text-align: left !important;
    margin-top: 30px;
}

.newsletter{
    font-size:10px !important;
    text-align: left !important;
    margin-top: 30px;
    text-align: center !important;
}

.social{
    color: white;
    text-decoration: none;
}

.cim strong{
    font-size:16px;
}

.cim a{
    margin-top: 10px;
    display: block;
    text-transform: none;
    font-weight: 500;
    font-size: 13px;
    text-decoration:none;
    color: whitesmoke;
}


.cim i{
    font-size: 14px;
}

.letter_container{
    width:260px;
    height:40px;
    background:white;
    margin-left:20px;
    margin-top: 10px;
}

.emailcim{
        width: 220px;
    height: 40px;
    margin: auto;
    display: block;
    padding-left: 20px;
    padding-right: 20px;
    border: 0px;
    margin-top: 10px;
    text-align: center;
    -webkit-appearance: none;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 300;
}

.emailcim span{
    font-family: 'Montserrat', sans-serif;
    margin-left: 10px;
    margin-right: 20px;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 500;
    color: rgb(47 47 47 / 0.5);
    margin-top: 13px;
    display: block;
}

.button{
    width: 260px;
    height: 40px;
    background: #20424d;
    color: whitesmoke;
    border: 0px;
    margin: 10px 20px;
    -webkit-appearance: none;
    display: block;
    text-transform: uppercase;
    font-size: 13px;
    cursor:pointer;
}

.button:hover{
    background: #20424dba;
}

.button span{
    font-family: 'Montserrat', sans-serif;
    margin-left: 10px;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 500;
    margin-top: 13px;
    display: block;
}

.social i{
    margin-top: 10px;
    margin-left: 10px;
    display: inline-block;
    font-size: 22px;
    margin-right: 10px;
}

.count_container{
    width:840px;
    height:310px;
    margin:auto;
}

.counts{
    width:210px;
    float:left;
    background:;
    height:310px;
    text-align:center;
}

.counts img{
    width: 50%;
    margin-top: 50px;
}

.counter{
    display: block;
    font-size: 40px;
    font-weight: 800;
    font-family: 'Montserrat', sans-serif;
    color: #284762;
    letter-spacing: -1px;
}

.magyarazat{
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #8c8c8c;
    margin-top: 5px;
    text-transform: uppercase;
    line-height: 20px;
    font-size: 17px;
}


#szolgaltatas_container{
    width:100%;
    height:2200px;
    background-image: url('../img/szallit1.jpg');
    background-attachment: fixed;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    overflow-x: hidden;
    
}

.szolgaltatas_maxwidth{
    width:1140px;
    margin:auto;
    position: relative;
}

.container_title{
    background-color: rgb(150 215 236 / 0.8);
    width:300px;
    height:100px;
    margin-left:150px;
}

.container_title h1{
    display: block;
    margin-top: 0px;
    padding-top: 30px;
    font-size: 35px;
    text-align: center;
    color: #284762;
    font-family: 'Teko', sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
}

.tile{
    width:840px;
    height:300px;
    margin-left:150px;
    transition:1.1s;
    transition-timing-function: ease-out;

}

#tile1{
    position: relative;
    left: -100vw;
    opacity:0;
}

#tile2{
    position: relative;
    right: -100vw;
    opacity:0;
}

#tile3{
    position: relative;
    left: -100vw;
    opacity:0;
}

#tile4{
    position: relative;
    right: -100vw;
    opacity:0;
}

#tile5{
    position: relative;
    left: -100vw;
    opacity:0;
}

#tile6{
    position: relative;
    right: -100vw;
    opacity:0;
}

#tile7{
    position: relative;
    left: -100vw;
    opacity:0;
}

.text_container{
    font-family: 'Montserrat', sans-serif;
    text-transform:uppercase;
    width:540px;
    height:300px;
}

.text_container h1 {
    font-size: 24px;
    font-weight: 800;
    padding: 17px 40px;
}

.text_container article{
    padding: 0px 40px;
    font-size: 13px;
    font-weight: 300;
}

.white_text{
    color:whitesmoke;
    text-align: right;
  /*  text-align:justify;*/
}

.black_text{
    color:#2f2f2f;
   /* text-align:justify;*/
}


.black{
    background-color: rgb(0 0 0 / 0.7);
}

.white{
    background-color: rgb(255 255 255 / 0.85);
}

.img{
    width:300px;
    height:300px;
    background-color:black;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.left{
    float:left;
}

.right{
    float:right;
}

.legi{
    background-image: url('../img/legi.png');
}

.tengeri{
    background-image: url('../img/tengeri1.jpg');
}

.kamion{
    background-image: url('../img/kamion.jpg');
}

.vasut{
    background-image: url('../img/vasut.jpg');
}

.raktar{
    background-image: url('../img/raktar.png');
}

.biztosit{
    background-image: url('../img/biztosit.jpg');
}

.kulker{
    background-image: url('../img/kulker1.jpg');
}

#hirek_container{
    width:100%;
    height: auto;
}

.hirek_max_width{
    width:1140px;
    margin:auto;
}

.hirek_title{
    background-color: white;
    width:300px;
    height:100px;
    margin-left:150px;
}

.hirek_title h1{
    display: block;
    margin-top: 0px;
    padding-top: 30px;
    font-size: 35px;
    text-align: left;
    color: #2f2f2f;
    font-family: 'Teko', sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    margin-left: 20px;
}

.hirek_tile{
        width: auto;
    height: auto;
    margin-left: 150px;
    margin-right: 150px;
    margin-bottom:100px;
    display: inline-block;
}

.hir_box{
    width: 278px;
    height: auto;
    float: left;
    border: 1px solid #ecececb5;
}
.hir_img{
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
    width:100%;
    height:150px;
    background-color:gray;
}

.hir_box h1{
    margin-left: 30px;
    margin-right: 30px;
    font-family: 'Teko', sans-serif;
    font-size: 17pt;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 15px;
    line-height: 20pt;
    color: #284762;
    text-transform: uppercase;
    margin-top:35px;
}

.hir_box article{
    margin-left: 30px;
    margin-right: 30px;
    font-family: 'Teko', sans-serif;
    font-size: 14pt;
    font-weight: 300;
    letter-spacing: 1px;
    margin-bottom: 35px;
    line-height: 15pt;
    color: gray;
    text-align: justify;
}

.date_cont{
    width:100%;
    height:50px;
    border-top:1px solid #ecececb5;
}

.date_cont span{
    font-family: 'Teko', sans-serif;
    font-size: 14pt;
    color: #284762;
    font-weight: 400;
    margin-top: 13px;
    display: inline-block;
    margin-left: 20px;
}

.icon{
    width:50px;
    height:50px;
    background-color:#ecececb5;
    float:right;
    text-align:center;
    color:#284762;
}

.icon i{
    margin-top:17px;
}

#footer_container{
    width:100%;
    height:400px;
    background:#04495a;
}

#footer_max_width{
    max-width:1140px;
    height:auto;
    margin:auto;
    padding-top:50px;
    padding-bottom:50px;
}

.footer{
    width: 850px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    padding-top: 50px;
}

.div_40{
    width: 39%;
    height: auto;
    display: inline-block;
    float: left;
    border-right: 1px solid #39748a;
}

.div_40 img{
    width: 100px;
    margin-left: 150px;
}

.div_40 span{
    margin-left: 150px;
    display: block;
    color: #39748a;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 14px;
    margin-right: 50px;
    margin-top:50px;
    text-transform:uppercase;
}

.div_30{
    width: 30%;
    height: auto;
    display: inline-block;
    float: left;
}

.div_30 span{
    margin-left: 30px;
    display: block;
    color: #39748a;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 14px;
    margin-top: 20px;
    text-transform: uppercase;
}

.div_30 a{
    display: block;
    color: #39748a;
    text-decoration: none;
    font-size: 12px;
    line-height: 25px;
}

.div_30 a:hover{
    text-decoration:underline;
}

.div_60{
    width:60%;
    height:200px;
    display:inline-block;
    float: left;
}

.div_70{
    width: 60%;
    margin-right: 10%;
    height: 200px;
    display: inline-block;
    float: left;
}

.emailcim2{
    float: right;
    width: 200px;
    height: 35px;
    margin: auto;
    display: block;
    padding-left: 20px;
    padding-right: 20px;
    border: 0px;
    margin-top: 10px;
    text-align: left;
    -webkit-appearance: none;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 300;
}

.button2{
    width: auto;
    height: 37px;
    background: #39748a;
    color: whitesmoke;
    border: 0px;
    margin: 10px 0px;
    padding: 0px 10px;
    -webkit-appearance: none;
    display: block;
    text-transform: uppercase;
    font-size: 11px;
    cursor: pointer;
    float: right;
}

.hirfel{
    margin-left: 100px;
    display: block;
    color: #39748a;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 12px;
    margin-top: 20px;
    text-transform: uppercase;
    float: right;
    text-align: right;
}


#doc_container{
    width:100%;
    min-height:100vh;
    background:whitesmoke;
    color:#04495a;
}

.doc_max_widh{
    max-width:1140px;
    height:auto;
    margin:auto;
    margin-top: 50px;
}

.doc_max_widh h1{
    font-family: 'Teko', sans-serif;
    font-size: 30pt;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 15px;
    padding-top: 100px;
}

.doc_max_widh h2{
    font-family: 'Teko', sans-serif;
    font-size: 20pt;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 15px;
    color: #7caeba;
}

.doc_max_widh a{
    display: block;
    color: #39748a;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 15px;
    margin-top: 15px;
    text-decoration: none;
}

.doc_max_widh a:hover{
    color: #39748ac9;
}

.doc_max_widh i{
    font-size: 20px;
    margin-right: 40px;
}

.doksik{
    width:50%;
    float:left;
    height:auto;
}


#news_img{
    width:100%;
    height:80vh;
    background-color:#39748a;
    background-image:url("../img/test1.jpg");
    background-size:cover;
    background-position:center;
}

#news_img h1{
    margin-top: 50vh;
    display: inline-block;
    padding: 10px 10px;
    background-color: #b7d8ec;
    color: #272727;
    text-transform: uppercase;
    font-family: 'Teko', sans-serif;
    font-size: 30pt;
    font-weight: 400;
    letter-spacing: 1px;
}

#news_img span{
    display: block;
    font-size: 18px;
    color: #39748a;
}

#news_content{
    width:800px;
    height:auto;
    padding-top:50px;
    padding-bottom:50px;
    margin:auto;
}

#news_content p{
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    line-height: 20px;
    text-align: justify;
}

#hir_up{
    width:800px;
    padding-top:100px;
    padding-bottom:100px;
    margin:auto;
    background-color:whitesmoke;
    padding-left:50px;
    padding-right:50px;
}

#hir_up h1{
    font-family: 'Teko', sans-serif;
    font-size: 30pt;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 15px;
    color:#04495a;
}

#hir_up h3{
    font-family: 'Teko', sans-serif;
    font-size: 20pt;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 15px;
    color:#14b137;
}

#hir_up h5{
    font-family: 'Teko', sans-serif;
    font-size: 13pt;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 15px;
    color: #0000009c;
    margin-top: 0px;
}


#hir_up label{
    font-family: 'Teko', sans-serif;
    font-size: 20pt;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 0;
    color: #7caeba;
    margin-top: 50px;
    display: block;
}

#hir_up input{
    width: 600px;
    height: 40px;
    padding: 10px;
}

#hir_up textarea{
    width: 600px;
    height: 300px;
    padding: 10px;
}

#btn_feltolt{
    width: 100px !important;
    height: 40px;
    padding: 10px;
    display: block;
    background-color: #7caeba;
    border: 0px;
    text-align: center;
    color: white;
}

#message{
    width:100%;
    min-height:100vh;
    background-color:whitesmoke;
    color:#14b137;
    text-align:center;
}

.delete_news{
    font-family: 'Teko', sans-serif;
    font-size: 17pt;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 15px;
    color:#464545;
    display: inline-block;
    margin-top: 0;
}

.delete_btn{
    float:right;
    margin-right:50px;
    width: auto;
    height: auto;
    padding: 10px;
    display: inline-block;
    background-color: #7caeba;
    border: 0px;
    text-align: center;
    color: white;
    text-decoration:none;
}


#burger{
    display:none;
}

#mobil_container{
    display:none;
}


@media only screen and (max-width: 1000px) {

.mobil_social{
    font-size: 30px;
    color: whitesmoke;
    padding: 10px;
}

.mobil_gomb{
    color: whitesmoke;
  /*  display: block;*/
    font-family: 'Teko', sans-serif;
    font-size: 24px;
    margin-top: 20px;
}

#mobil_container{
    display: none;
    width: 100%;
    height: 100vh;
    background: #04495a;
    color:whitesmoke;
    position: fixed;
    top: 0;
    z-index: 1000;
    text-align: center;
    transition: 0.5s;
}


#burger {
    color: #7cadba;
    float: right;
    margin-top: 30px;
    margin-right: 20px;
    font-size: 30px;
    display:inline-block;
    transition: 0.5s;
}

.landing_img {
    display: none;
}

#logo_container h1 {
    bottom: 15vh;
}

#logo_container {
    width: 100%;
    height: 100vh;
    right: 0;
}

#logo_container img {
    margin-top: 180px;
}

.count_container {
    width: 100%;
    height: auto;
    margin: auto;
}

.counts {
    width: 100%;
    float: left;
    height: auto;
    text-align: center;
}

#social_menu_icon {
    display: none;
}

#menu_elem {
    display: none;
}

video{
    display:none;
}


#landing_container{
    width: 100%;
    height: 100vh;
    background-image: url(../img/hatter_blancargo_mobil.png);
    background-color: #04495a;
    overflow: hidden;
    background-size: cover;
    background-position: center;

}

.szolgaltatas_maxwidth {
    width: 100%;
    margin: auto;
    position: relative;
}

.container_title {
    background-color: rgb(150 215 236 / 0.8);
    width: 100%;
    height: 100px;
    margin-left: 0;
}


.tile {
    width: auto;
    height: auto;
    margin-left: 0;
    transition: 1.1s;
    transition-timing-function: ease-out;
        display: flow-root;
}

.img {
    width: 100%;
    height: 300px;
    background-color: black;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.text_container {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    width: 100%;
    height: auto;
    padding-bottom: 40px;
}

.counts img {
    width: 30%;
}

#szolgaltatas_container {
    width: 100%;
    height: auto;
}


.hirek_max_width {
    width: 100%;
    margin: auto;
}

.hirek_title {
    background-color: white;
    width: 100%;
    height: 100px;
    margin-left: 0;
    
}


.hirek_title h1 {

text-align: center;
margin-left:0px;
}

.hirek_tile {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 100px;
    display: block;
}

.hir_box {
    width: 100%;
    height: auto;
    float: left;
    border: 1px solid #ecececb5;
}


.rolunk_container {
    width: 300px;
    height: 720px;
    background: rgb(0 78 97 / 0.85);
    position: relative;
    margin-left: auto;
    color: whitesmoke;
    margin-right: auto;
}
.rolunk_container h1{
    margin-top: 0px;
}

#footer_container {
    width: 100%;
    height: auto;
    background: #04495a;
    display: flex;
}
    
.logo {
    height: 40px;
    margin-top: 24px;
    float: left;
    margin-left: 20px;
}    

#footer_max_width {
    max-width: 100%;
}

.div_40 {
    width: 100%;
    height: auto;
    display: block;
    text-align: center;
}
.div_40 img {
    width: 30%;
    margin-left: auto;
}

.div_40 span {
    margin-left: 50px;
    display: block;
    color: #39748a;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 14px;
    margin-right: 50px;
    margin-top: 50px;
    text-transform: uppercase;
}

.div_60 {
    width: 100%;
    height: auto;
}

.div_30 {
    width: 100%;}
    
.div_30 span {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}


.div_70 {
    width: 80%;
    margin-right: auto;
    height: auto;
    display: block;
    float: none;
    margin-left: auto;
}

.hirfel {
    margin-left: 0;
}



}
