/* poppins-regular - latin */
@font-face {
font-family: 'Poppins-Regular';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/poppins-v9-latin_latin-ext-regular.eot'); /* IE9 Compat Modes */
  src: local('Poppins Regular'), local('Poppins'),
       url('../fonts/poppins-v9-latin_latin-ext-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/poppins-v9-latin_latin-ext-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/poppins-v9-latin_latin-ext-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/poppins-v9-latin_latin-ext-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/poppins-v9-latin_latin-ext-regular.svg#Poppins') format('svg'); /* Legacy iOS */}
/* poppins-600 - latin */
@font-face {
    font-family: 'Poppins-600';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/poppins-v9-latin_latin-ext-600.eot'); /* IE9 Compat Modes */
    src: local('Poppins SemiBold'), local('Poppins-600'),
         url('../fonts/poppins-v9-latin_latin-ext-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/poppins-v9-latin_latin-ext-600.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/poppins-v9-latin_latin-ext-600.woff') format('woff'), /* Modern Browsers */
         url('../fonts/poppins-v9-latin_latin-ext-600.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/poppins-v9-latin_latin-ext-600.svg#Poppins') format('svg'); /* Legacy iOS */
    }
/* poppins-900 - latin-ext */
@font-face {
    font-family: 'Poppins-900';
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/poppins-v9-latin-ext-900.eot'); /* IE9 Compat Modes */
    src: local('Poppins Black'), local('Poppins-Black'),
         url('../fonts/poppins-v9-latin-ext-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/poppins-v9-latin-ext-900.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/poppins-v9-latin-ext-900.woff') format('woff'), /* Modern Browsers */
         url('../fonts/poppins-v9-latin-ext-900.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/poppins-v9-latin-ext-900.svg#Poppins') format('svg'); /* Legacy iOS */
  }
  /* poppins-800italic - latin-ext */
@font-face {
    font-family: 'Poppins-800';
    font-style: italic;
    font-weight: 800;
    src: url('../fonts/poppins-v9-latin-ext-800italic.eot'); /* IE9 Compat Modes */
    src: local('Poppins ExtraBold Italic'), local('Poppins-ExtraBoldItalic'),
         url('../fonts/poppins-v9-latin-ext-800italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/poppins-v9-latin-ext-800italic.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/poppins-v9-latin-ext-800italic.woff') format('woff'), /* Modern Browsers */
         url('../fonts/poppins-v9-latin-ext-800italic.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/poppins-v9-latin-ext-800italic.svg#Poppins') format('svg'); /* Legacy iOS */
  }
    /* "Poppins-Bold" */
    @font-face {
        font-family: 'Poppins-Bold';
        src: url('../fonts/Poppins-Bold.eot') format('embedded-opentype'), /* IE6-IE8 */
            url('../fonts/Poppins-Bold.woff2') format('woff2'), /* Super Modern Browsers */
            url('../fonts/Poppins-Bold.woff') format('woff'), /* Modern Browsers */
            url('../fonts/Poppins-Bold.ttf') format('truetype') /* Safari, Android, iOS */
      }
:focus {
	outline:none;
	}
::-moz-focus-inner {
	border:0;
	}
html, body {
	height: 100%;
    margin: 0;
    padding:0;
    font-family: 'Poppins-Regular';
    line-height: 30px;
    font-size:16px;
    }
body{
    overflow-x: hidden;
    width: 100%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
img{
	border:none;
    }

a.link, h2{
    color: #002854;
    text-decoration: none;
}
a{
    color: #6699cc;
    font-family: 'Poppins-600';
    text-decoration: none;
}
a:hover{
    color: #002854;
    cursor: pointer;
}
a.link:hover{
    color: #6699cc;
}
/*
input, textarea {
    -webkit-appearance: none;
    border-radius: 0;
  }
  */
div#top{
    position: fixed;
    width:100%;
    clear:both;
    top: 0;
    z-index: 100;
}
div.top{
    -webkit-box-shadow: 0px 0px 5px 1px #999;
    -moz-box-shadow: 0px 0px 5px 1px #999;
    box-shadow: 0px 0px 5px 1px #999;
}
div.head{
    background-color:#FFF;

    width:100%;
    float:left;
}
div.top-logo{
    margin:0;
    display:flex;
    align-items:center;
}
div.head-inner{
    max-width:1286px;
    padding:5px;
    margin:auto;
    display:flex;
    flex-direction: row;
    justify-content:space-between;
    flex-wrap: wrap;
    flex-flow: row wrap;
}
div.erfa_logo{
    position:relative;
    bottom:5px;
    width:100px;
    height:70px;
}

a.erfa{
    width:100px;
    height:70px;
    background: url("../images/logok/infoblokk_kedv_final_felso_cmyk_ERFA.png?v=1234_1");
    margin:auto;
    display: flex;
    float:right;
}
.diamond-box{
    display:flex;
    flex-direction: row;
    flex-flow: row wrap;
    align-items:center;
}
div.diamond_logo{
    width:55px;
    height:55px;
    display:flex;
    margin:auto;
}
a.diamond, a.diamond2, a.diamond3, a.kerekparosbarat, a.csaladbarat{
    width:55px;
    height:55px;
    background-position: center top;
    background: url("../images/MDA-vedjegy-2021_all_75x75.png?v=1234_1");
}
a.diamond2{
    background: url("../images/MDA-vedjegy-2022.png?v=1234_1");
}
a.diamond3{
    background: url("../images/MDA-vedjegy-2023.png?v=1234_2");
}
a.kerekparosbarat{
    background: url("../images/Kerekparosbarat_Munkahely_logo_2022.png?v=1234_1");
}
a.csaladbarat{
    background: url("../images/Csaladbarat_hely_vedjegy_munkahely.png?v=1234_1");
}
div.slogen{
    font-size:16px;
    text-transform: uppercase;
    font-family: 'Poppins-800';
    color:#076D62;
    margin:0px 5px;
    line-height: 22px;
    display:flex;
    align-items:center;
}
div.yellow-box-container{
    display:flex;
    flex-direction: row;
    justify-content:space-around;
    flex-wrap: nowrap;
    flex-flow: row wrap;
    align-items:center;
}
div.yellow-box{
    width:40px;
    height:40px;
    margin-left:4px;
}

a.yellow-link, input.lang{
    width:40px;
    height:40px;
    float:left;
    background-color: #ffd200;
    border-radius: 50%;
}
a.yellow-link:hover, input.lang:hover{
    background-color: #ffe930;
}
input.lang{
    border:0;
    cursor: pointer;
}
.phone-box{
    display:flex;
    align-items:center;
}
.phone_num, .phone_num2{
    text-align:center;
    font-family: 'Poppins-900';
    color: #266b9c;
    font-size:16px;
    line-height: 22px;
    display:flex;
    align-items:center;
    flex-direction:column;
    margin:0;
}
.phone_num2{
    display:none;
    font-size: 16px;
}

div.nav{
    height:37px;
    width:100%;
    margin:auto;
    background-color:#1a499f;
    float:left;
}

div.nav-center{
    margin:0 auto;
    max-width:1326px;
    padding:0px;
}
div.main-box{
    padding:140px 20px 0px 20px;
    max-width:1286px;
    margin:auto;
}

div.main-box-inner{
    display: flex;
    width:100%;
    min-height:740px;
    max-height:900px;
    flex-direction: column;
    flex-wrap:wrap;
    align-content:space-between;
    gap:10px;
}

.double-box, .simple-box{
    display: flex;
    flex-flow: row wrap;
    width:calc(25% - 50px);
    height:680px;
    padding:20px 20px 40px 20px;
    font-size: 40px;
    align-content:space-between;
    justify-content: space-between;
    overflow: hidden;
    -webkit-box-shadow: 0 0 3px #999;
    box-shadow: 0 0 5px #999;
}
.simple-box{
    height:365px;
    width:calc(25% - 10px);
    padding:0px;
}
.simple-box.item2{
    background-color: #7E7E7E;
}
.item1, .item5, .item4-top, .item11{
    background: rgb(5,41,105);
    background: linear-gradient(0deg, rgba(5,41,105,1) 0%, rgba(26,73,159,1) 100%);
}
.item7, .item12{
    box-shadow: none;
    display:flex;
    flex-flow:column wrap;
    overflow:visible;
}
.item3, .item6, .item11{
    background-color: #7E7E7E;
}
.item3,.item5{
    padding:20px;
    width:calc(25% - 50px);
    height:325px;
}
.item3 input.box-button{
    font-size: 14px;
}
.itemx{
    display: none;
}
form#route{
    display:flex;
    flex-flow: column wrap;
    justify-content: space-between;
    height:325px;
    width:100%;
    align-items: center;
}
div.route-inputs{
    display:flex;
    flex-flow: column wrap;
    width:100%;
}
div.route-submit{
    display:flex;
    align-self: center;
}

.half-box{
    display:flex;
    width:calc(100% - 40px);
    height:calc(50% - 45px);
    box-shadow: 0 0 5px #999;
    padding:20px;
    flex-direction: column;
    justify-content: flex-end;
}
.item8, .item9{
    overflow: hidden;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.half-box.item8{
    background-image: url('../images/img8.jpg?v=1234_1');
}
.half-box.item9{
    background-image: url('../content/images/reklam/reklam_6.jpg?v=1234_1');
}
.easy-autocomplete, .easy-autocomplete-container{
    width:100%;
}
.box-title{
    text-transform: uppercase;
    font-size:20px;
    color:#ffffff;
    font-family: "Poppins-Bold";
    width:100%;
    text-align: center;
    height:5%;
    padding-bottom:20px;
}
.box-content{
    display:flex;
    flex-flow: row nowrap;
    height:calc(95% - 20px);
}
.box-inner-content{
    width:100%;
    height:100%;
    font-size:16px;
    color:#ffffff;
    display:flex;
    flex-flow: column nowrap;
    align-content:flex-start;
    justify-content: space-between;
}
.bus-line{
    display:flex;
    flex-flow: column wrap;
    border-right:5px solid #ffe930;
    margin:0 20px 0 10px;
}
.stop{
    width:15px;
    height:15px;
    border-radius: 50%;
    background-color:#1a499f;
    position: relative;
    right:34px;
    top:25px;
    border:5px solid #ffe930;
}
.item5{
    overflow: visible;
}
.item4-top, .item4-bottom{
    display:flex;
    padding:20px;
    height:calc(50% - 40px);
    width:calc(100% - 40px);
    flex-flow: column wrap;
}
.item4-bottom{
    background-color:#CCCCCC;
}
.item4-logos{
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-evenly;
    margin-top:15px;
}
.item4-logos a{
    text-align: center;
}
.item4-logos a span{
    font-size: 14px;
    line-height: 0px;
    position: relative;
    bottom:10px;
}
.item4-top input.box-button{
    margin:5px 0;
}
.news-box{
    display:flex;
    flex-flow: column wrap;
    align-self: flex-start;
}
.news-box-date{
    line-height: normal;
    font-size:14px;
}
.news-box-title{
    font-family: "poppins-600";
    line-height: normal;
}
.simple-box-content{
    width:100%;
    height:calc(50% - 40px);
    padding:20px;
    display:flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    align-content:center;
}
.simple-box-tilte{
    text-transform: uppercase;
    font-size:20px;
    color:#ffffff;
    font-family: "Poppins-Bold";
    width:100%;
    text-align: center;
}
.simple-box-sec-tilte{
    color:#ffffff;
    font-size:18px;
    text-align: center;
    line-height: 23px;
}
div.simple-box-pic{
    width: 100%;
    height: 50%;
    overflow: hidden;
    position: relative;
    display: flex;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    }
.grey-text{
    color:#666666;
}
a.box-button, input.box-button, .box-button-junior{
    background-color:#ffd200;
    padding:10px 20px;
    float:left;
    text-decoration:none;
    text-transform: uppercase;
    font-family: "Poppins-Bold";
    color:#000;
    border:0;
    cursor: pointer;
    font-size:16px;
    margin:10px 0;
    border-radius: 30px;
    align-self: center;
}
a.box-button:hover, input.box-button:hover{
    background-color: #ffe930;
}
.box-button-junior{
    background-color:#00c5c3;
    color:#fff;
    display:flex;
    width:calc(100% - 40px);
    justify-content: space-around;
    align-items:center;
    padding:8px 20px;
}
.box-button-junior:hover{
    background-color: #00dddb;
    color:#fff;
}

@-webkit-keyframes gradientBG {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

@keyframes gradientBG {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}
div.b25-box,div.b25-box-2,div.b25-box-w,div.b25-box-w2,div.b25-box-g,div.b50-box {
    width:calc(25% - 80px);
    height:326px;
    float:left;
    padding:40px;
}
div.b50-box{
    width:calc(50% - 80px);
    /*overflow: hidden;*/
    position: relative;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background: url('../images/dkv-bg.svg');
}
div.b25-box-w,div.b25-box-w2,div.b25-box-g{
    width:25%;
    background-color:#FFF;
    padding:0 0 40px 0;
    height:366px;
    cursor:pointer;
}
div.b25-box-w:hover,div.b25-box-w2:hover,div.b25-box-g:hover{
    background-color:#f6f6f6;
}
div.b25-box-g{
    background-color:#e2e2e2;
    background-image: url('../images/dkv-bg4.svg');
    overflow: hidden;
    position: relative;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
div.b25-box{
    background: url('../images/dkv-bg2.svg');
}
div.b25-box-2{
    background: url('../images/dkv-bg3.svg');
}
div.blue-box-title{
    color:#FFF;
    text-transform: uppercase;
    font-family: 'Poppins-600';
    width:100%;
    text-align: center;
    font-size:24px;
    margin-bottom:35px;
}
div.route-input{
    width:calc(85% - 20px);
    float:left;
}
div.a-point,div.b-point{
    width:10%;
    margin-right:5%;
    float:left;
    height:70px;
}
input.route, select.route{
    width:calc(100% - 30px);
    padding:10px 15px;
    font-size:14px;
    border:0;
}
select.route{
    width:100%;
}
div.route-label{
    color:#FFF;
    font-size:16px;
    margin-bottom:5px;
    line-height: 15px;
}

a.button, input.button{
    background-color:#ffd200;
    padding:10px 20px;
    float:left;
    text-decoration:none;
    text-transform: uppercase;
    font-family: 'Poppins-600';
    color:#000;
    border:0;
    cursor: pointer;
    font-size:16px;
    margin-bottom:20px;
}
a.button:hover, input.button:hover{
    background-color:#ffe930;
}
div.buttons{
    margin-top:40px;
    float:left;
    width:100%;
}
a.text-link{
    float:right;
    text-align: right;
    text-decoration:none;
    color:#FFF;
    font-size:14px;
    line-height: 20px;
}
a.text-link:hover{
    color: #6699cc;
}
div.link-large{
    float:left;
    width:100%;
    text-align: center;
    margin-top:60px;
}
a.text-link2{
    text-decoration:none;
    color:#FFF;
    font-size:16px;
    text-transform: uppercase;
}
a.text-link2:hover{
    color: #6699cc;
}
div.main-pic{
    width: 100%;
    height: 200px;
    float: left;
    overflow: hidden;
    position: relative;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    }
div.kulon-pic{
    height:400px;
}
div.main-title{
    float:left;
    width:calc(100% - 80px);
    padding:40px;
}
div.main-title2{
    text-align:center;
    font-family: 'Poppins-600';
    font-size:24px;
    text-transform: uppercase;
    color: #666666;
    margin:0 0 20px 0;
}
div.main-title3{
    text-align:center;
    color: #666666;
    margin-top:5px;
}

footer{
    clear:both;
    width:100%;
    background: #1a499f; /* Old browsers */
    background: -moz-linear-gradient(top,  #1a499f 0%, #002b77 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #1a499f 0%,#002b77 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #1a499f 0%,#002b77 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a499f', endColorstr='#002b77',GradientType=0 ); /* IE6-9 */
    float:left;
    padding-bottom:50px;
    margin-top:50px;
}
div.companies{
    background-color:#e9e9e9;

    width:100%;
    padding-bottom:15px;
}
div.companies_inner{
    max-width:1326px;
    margin:auto;
    padding:20px 20px 0 20px;
    text-align: center;
}
a.logo_pics{
    margin:0 5px;
}
div.inner-footer{
    max-width:1326px;
    margin:auto;
    color:#FFFFFF;
    padding:30px 20px 0 20px;
}
div.footer-box{
    width:calc(25% - 35px);
    float:left;
    padding:0 20px;
}
div.footer-box.left{
    padding:0;
}
div.footer-box.line{
    border-left:1px solid #FFF;
    width:calc(25% - 36px);
}
svg.white-logo{
    margin-top:10px;
}
div.footer-box h3{
    text-transform: uppercase;
    margin-bottom:10px;
    font-size: 14px;
    font-family: 'Poppins-600';
}
div.footer-box ul li a, div.footer-box p{
    font-size:14px;
    text-decoration: none;
    color:#FFF;
}
div.footer-box ul{
    padding-left:0;
    list-style: none;
}
div.footer-box ul li a:hover{
    color:#6699cc;
}
div.sitemap{
    clear:both;
    margin:10px 0 40px 0;
    border-bottom:1px solid #FFF;
    padding-bottom:30px;
}
/* custom select */

 /*the container must be positioned relative:*/
.custom-select {
    position: relative;
  }
  
  .custom-select select {
    display: none; /*hide original SELECT element:*/
  }
  
  .select-selected {
    background-color: #FFF;
    width:calc(100% - 36px);
  }
  
  /*style the arrow inside the select element:*/
  .select-selected:after {
    position: absolute;
    content: "";
    top: 18px;
    right: 20px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #000 transparent transparent transparent;
  }
  
  /*point the arrow upwards when the select box is open (active):*/
  .select-selected.select-arrow-active:after {
    border-color: transparent transparent #000 transparent;
    top: 12px;
  }
  
  /*style the items (options), including the selected item:*/
  .select-items div,.select-selected {
    color: #000;
    padding: 5px 16px;
    border: 1px solid transparent;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
    user-select: none;
  }
  /*style items (options):*/
  .select-items {
    position: absolute;
    background-color: #e2e2e2;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    width:calc(100% - 2px);
    height:280px;
    overflow:scroll;
  }
  
  /*hide the items when the select box is closed:*/
  .select-hide {
    display: none;
  }
  
  .select-items div:hover, .same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
  }

  /* end custom select */


div#content{
    max-width:1286px;
    padding:20px 20px 0 20px;
    margin:auto;
}

div.main{
    float:left;
    margin:130px 0;
    width:100%;
}


/*
div.flex-main{
    display:flex;
    flex-flow: column wrap;
    height:700px;
    width:100%;
    margin:20px 0;
}

div.flex-main-left{
    display:flex;
    flex-flow: column wrap;
    height:700px;
    width:calc(75% - 10px);
    justify-content:flex-start;
}
div.flex-main-right{
    display:flex;
    flex-flow: column wrap;
    height:600px;
    width: calc(25% - 10px);

}
.flex-news{
    display:flex;
    flex-flow: row wrap;
    width: calc(50% - 20px);
    margin-bottom:20px;
}
.flex-news-label{
    width: calc(50% - 80px);
    background-color:#CCCCCC;
    border-left:20px solid #1c4ba0;
    padding:10px 20px;
    margin-bottom:20px;
}
div.flex-date-box{
    display:flex;
    flex-flow: column wrap;
    width:55px;
}
.flex-hir-content{
    display:flex;
    flex-flow: column nowrap;
    width:calc(100% - 95px);
    padding:0 20px;
    justify-content: flex-start;
}
.flex-hir-title{
    font-family: 'Poppins-600';
    font-size:18px;
    color:#333;
    line-height: normal;
    text-decoration:none;
}
.flex-hir-lead{
    line-height: 22px;
}
*/









div.main-left, div.main-center{
    float:left;
    width:35%;
    margin-right:2.5%;
}
div.main-center{
    float:left;
}
div.main-right{
    float:left;
    width:25%;
    background-color:#e1e1e1;
    -webkit-box-shadow: 0px 0px 5px 1px #999;
    -moz-box-shadow: 0px 0px 5px 1px #999;
    box-shadow: 0px 0px 5px 1px #999;
}
div.white{
    background-color:#fff;
    margin:0px 0px 40px 0px;
}
div.white a img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 30px;
}
div.sub-right{
    float:left;
    width:25%;
}
div.sub-left{
    float:left;
    width:70%;
    margin-right:5%;
    margin-bottom:40px;
}
div.p100{
    width:100%;
}
div.p40{
    width:45%;
}
div.box-header{
    background-color: #e1e1e1;
    width:calc(100% - 30px);
    padding:10px;
    border-left:10px #1a499f solid;
    margin-bottom:40px;
}
div.box-header-title{
    font-size:24px;
    font-family: 'Poppins-600';
    color:#333;
    text-transform: uppercase;
}
div.box-header-title2{
    color:#333;
    line-height: 20px;
}
div.forgalmi-hir-box{
    border-left:10px #ffd200 solid;
    float:left;
    margin-bottom:30px;
}
div.forgalmi-hir{
    float:left;
    width:100%;
    margin-bottom:50px;
}
div.yellow-arrow{
    float:left;
    width:28px;
    padding-right:20px;
}
div.forgalmi-hir-content{
    float:left;
    width:calc(100% - 48px);
}
div.forgalmi-hir-content a{
    font-size:18px;
    font-family: 'Poppins-600';
    color:#333;
    text-decoration:none;
}
div.forgalmi-hir-content a:hover{
    color: #6699cc;
}

div.dkv-hir{
    margin-bottom:40px;
    float:left;
}
div.date-box{
    float:left;
    width:55px;
}
div.date-day{
    background-color:#1c4ba0;
    font-size:24px;
    font-family: 'Poppins-600';
    color:#FFF;
    text-align:center;
    padding:12px 0;
}
div.date-month{
    background-color: #ffd200;
    font-size:14px;
    font-family: 'Poppins-600';
    color:#000;
    text-align:center;
    text-transform: uppercase;
}
div.dkv-hir-content{
    float:left;
    margin-left:20px;
    width:calc(100% - 76px);
}
div.dkv-hir-title{
    clear:both;
    margin-bottom:20px;
}
div.dkv-hir-title a, div.dkv-forg-title{
    font-family: 'Poppins-600';
    font-size:18px;
    color:#333;
    line-height: normal;
    text-decoration:none;
}
div.dkv-hir-title a:hover{
    color: #6699cc;
}


div.dkv-hir-lead{
    font-size:16px;
    color:#333;
    line-height: 22px;
}
div.ad-title{
    text-align:center;
    font-size:24px;
    text-transform: uppercase;
    font-family: 'Poppins-600';
    color:#333;
    margin:40px 40px 10px 40px;

}
div.ad-title2{
    font-size:16px;
    text-align:center;
    color:#333;
    line-height: normal;
    margin:0 40px 20px 40px;
}
div.transit-bg{
    width:100%;
    height:350px;
    background: url('../images/iphone2.jpg?v=1234_1') no-repeat center center;
    float: left;
    overflow: hidden;
    position: relative;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
div.store{
    width:calc(100% - 80px);
    margin:20px 40px 20px 40px;
    min-height:100px;
    float:left;
}
div.store a img{
    width:100%;
    margin:5px 0;
}
div.bottom{
    width:100%;
    clear:both;
    -webkit-box-shadow: 0px 0px 5px 1px #999;
    -moz-box-shadow: 0px 0px 5px 1px #999;
    box-shadow: 0px 0px 5px 1px #999;
    display: table; 
}
div.bottom-box{
    width:33.333%;
    display: table-cell;
}
div.bottom-box-img{
    width:100%;
    height:260px;
    overflow: hidden;
    position: relative;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
div.bottom-box-title{
    margin:40px 40px 0 40px;
    text-align:center;
    width:calc(100% - 80px);
}
div.bottom-box-title span{
    font-size:24px;
    text-transform: uppercase;
    font-family: 'Poppins-600';
    color:#333;
    text-align:center;
    width:calc(100% - 80px);
    text-decoration: none;
}
div.bottom-box-title2{
    margin:0 40px 40px 40px;
    text-align:center;
}
div.bottom-box-title2 a{
    font-size:16px;
    color:#333;
    text-decoration: none;
}


img.error{
    float:left;
    width:32px;
    margin:10px 20px 10px 0;
}
p.error-msg{
    color:#999;
}

/* karrier oldal */

div.karrier_menu_cont{
	width:100%;
    margin-top:50px;
    -webkit-box-shadow: 0px 0px 5px 1px #999;
    -moz-box-shadow: 0px 0px 5px 1px #999;
    box-shadow: 0px 0px 5px 1px #999;
    float:left;
}
div.k50-box-w {
    width:50%;
    float:left;
}
div.k100-box-w {
    width:100%;
}
a.karr_but{
    width:calc(100% - 80px);
    margin:20px 0 20px 20px;
}
a.side{
    width:calc(100% - 40px);
    margin:20px 0;
}
div.karr-title{
    margin:20px 0;
}
div.karr-g{
    background-color:#e2e2e2;
    height:100%;
}

div.karrier_menu_box{
	width:calc(40% - 10px);
	min-height:290px;
	border: 5px solid #00549f;
	margin:30px 5%;
	float:left;
    background-color:#00549f;
}
div.karrier_inner_box{
	background-color:#00549f;
	min-height:100px;
	width:calc(100%);
	position:relative;
	border: 5px solid #00549f;

	position:relative;
	top:185px;
	right:5px;
	text-align: center;
}
div.karrier_inner_box_text{
	text-align:center;
	font-weight: bold;
	font-size:18px;
	color:#FFF;
	margin:10px 0;
}
a.karrier_inner_box_button {
    font-size: 14px;
    text-decoration: none;
    clear: both;
    color: #000000;
    background-color: #f5c01f;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	border-radius: 5px;
	text-align:center;
	padding:5px 10px;
	font-weight:bold;
}
/* karrier oldal */


div.side-box{
    clear:both;
    float:left;
    margin-bottom:40px;
    width:100%;
}
div.side-text{
    float:left;
    margin:20px 0 0 0;
}
a.tile-button{
    clear:both;
    width:80px;
    height:55px;
    display: inline-block;
    text-align:center;
    background-position: center top;
    font-size:14px;
    background: url("../images/down-arrow-blue.svg");
}



div.gal_box{
	width:100%;
	float:left;
    margin:10px 0;
    -webkit-box-shadow: 0px 0px 5px 1px #999;
    -moz-box-shadow: 0px 0px 5px 1px #999;
    box-shadow: 0px 0px 5px 1px #999;
    color:#333;
    line-height: normal;
    }
div.gal_text_box, div.gal_text_box300{
    padding:20px;
    width:calc(70% - 40px);
    float:left;
    }
    div.gal_text_box300{
        width: calc(50% - 40px);
    }
div.gal_date{
    font-size:16px;
	}
div.gal_title{
    
    font-family: 'Poppins-600';
    font-size:18px;
    text-transform: uppercase;
	}
    div.gal_img, div.gal_img200, div.gal_img300{
        float:left;
        width:30%;
        min-width:100px;
        overflow: hidden;
        position: relative;
        display: inline-block;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        background-image: url('/images/r_pic3.jpg?v=1234_1');
        min-height:150px;
        height:100%;
    }
    div.gal_img200{
        min-height:200px;
    }
    div.gal_img300{
        min-height:300px;
        width: 50%;
    }

div.required{
    font-style:italic;
    color:#333;
    margin:20px 0;
    }
span.must{
    color: #F45000;
    }
input.must_fill, select.must_fill{
    background-color: #C5EBFD;
    border:1px solid #abadb3;
    padding:2px;
    }

    table.default, table.default th, table.default td{
        border:1px solid #1a499f;
        }
    table.default{
        width:100%;
        /*min-width:700px;*/
        }
    table.default th{
        height:20px;
        background-color: #1a499f;
        color:white;
        padding:10px;
        text-transform: uppercase;
        border:1px solid #2363d9;
        }
    table.default td{
        height:20px;
        vertical-align:center;
        padding:0px 10px;
        background-color:#FFF;
        }
    table.default tr.paros td{
        background-color: #e1e1e1;
        }
    table.default a, a.link_def{
        text-decoration:none;
        color:#1a499f;
        }
    table.default a:hover, a.link_def:hover{
        color: #007BB7;
        }
/*reklam*/
input.ar_text{
	width:60%;
	padding:20px;
    border:1px solid #aaa;
    font-family: 'Poppins-Regular';
    font-size:16px;
}
a.info_icon{
	background:url("../images/sec_info.png?v=1234_1");
	width:30px;
	height:30px;
	display: block;
	margin:5px;
}
textarea.megj{
	border:1px solid #aaa;
	width:calc(100% - 40px);
	height:100px;
    padding:20px;
    font-family: 'Poppins-Regular';
}
input.rek_text{
    margin-bottom:15px;
    border:1px solid #aaa;
    width:60%;
}
div.spec_hirek_title{
    font-family: 'Poppins-600';
    font-size:22px;
    color:#333;
}
div.spec_hirek_date{
    margin-bottom:40px;
}
p.strong{
    font-family: 'Poppins-600';
}
.misc{
	float:right;
}
ul.misc_main{
	list-style-type: none;
	margin:0;
	padding:0;
	float:right;
}
ul.slideContent, ul.slideContent1{
	list-style-type: none;
	display: none;
	padding:0;
	position:absolute;
	background-color:#FFF;
	z-index: 1;
	margin-left:-100px;
	margin-top:25px;
	width:150px;
    box-shadow: 1px 1px 3px #000;
}
ul.slideContent1{
    margin-top:40px;
    margin-left:-140px;
    width:200px;
}
a.slide, a.slide1{
	background: url("../images/icons8-search.svg") no-repeat;
	background-position: center;
	float:right;
    cursor:pointer;
}
a.slide1 {
    background-color:#ffd200;
	width:40px;
	height:40px;
    border-radius:50%;
}
a.slide1:hover {
    background-color:#ffe930;

}
a.misc_links{
	width:100%;
	text-decoration: none;
	color:#000;
	padding:5px 10px;
	float:left;
	clear:both;
	border-bottom:1px solid #CCC;
}
a.misc_links:hover, input.input:hover{
	background-color: #266b9c;
	color:#FFF;
}
input.input, input.input1{
	background-color: transparent;
	border:none;
	width:125px;
	text-align: left;
	cursor: pointer;
    padding:10px 20px;
    font-size: 16px;
    float:left;
}
.submit_search{
    background: url("../images/search_icon.png?v=1234_1") no-repeat #FFF;
    background-position: center center;
    border:none;
    cursor: pointer;
    width:35px;
    height:29px;
    margin-top:6px;
}
svg.szervezeti{
    width:50%;
    height:100%;
}
h1.inner_title{
    font-size:20px;
}
.social-box{
    display:flex;
    justify-content: space-around;
    align-items:center;
}
.social-icon{
    display:flex;
    margin:0 2px;
}
.facebook-icon, .instagram-icon, .linkedin-icon{
    background: url("../images/facebook.svg") no-repeat;
    background-position: center center;
    border:none;
    cursor: pointer;
    width:40px;
    height:40px;
}
.instagram-icon{
    background: url("../images/instagram.svg") no-repeat;
}
.linkedin-icon{
    background: url("../images/linkedin.svg") no-repeat;
}
.social-box2, .phone_num2{
    display: none;
}
.sbc-item2{
    padding:20px 30px;
}
.sbc-title2{
    font-size:24px;
}
.bb-item3{
    width:100%;
}
.flex-right{
    display: flex;
    flex-flow: column wrap;
    width: 25%;
    align-content: space-between;
    justify-content: space-between;
}

.item11{
    width:100%;
    margin-bottom:20px;
}
.item12{
    width:100%;
}
.simple-box.item12 .half-box.item8{
    background-image: url("../images/img9.jpg?v=1234_1");
}
.simple-box.item12 .half-box.item9{
    background-image: url("../images/img7.jpg?v=1234_1");
}
.news-box-title a{
    color:#ffffff;
}
.news-box-title a:hover{
    color:#C5EBFD;
}
a.menetrend {
    color: #000;
}
a.menetrend:hover {
    color: #6699cc;
}
.table-link{
    line-height: 18px;
    text-align: left;
}
.table-link strong a{
    color:#1a499f; 
}
.item13{
    display:none;
}

@media (max-width: 1024px) { /* tablet */
    textarea,
    input.text,
    input[type="text"],
    input[type="button"],
    input[type="submit"],
    .input-checkbox {
    -webkit-appearance: none;
    }
    div.main-box{
        padding-top:80px;
    }
    div.main-box-inner{
        display: block;
        width:100%;
        flex-flow: row wrap;
        justify-content: space-between;
        max-height:100%;
    }

    .double-box, .simple-box{
        float:left;
        width:calc(50% - 10px);
        margin-bottom:10px;
    }
    .double-box, .item4, .item6, .item11{
        margin-right:10px;
    }
    .double-box, .item3, .item5{
        width:calc(50% - 50px);
    }
    input#start, input#stop{
        width:calc(100% - 30px);
    }
    div.nav{
        float:none;
    }
    div#content{
        float:left;
        width:calc(100% - 40px);
    }
    div#top{
        position: static;
    }
    div.main {
        margin: 20px 0;
    }
    div.b50-box{
        width:calc(67.777% - 40px);
        padding:40px 20px;
    }
    div.b25-box-w2{
        width:calc(33.22% - 10px);
    }
    div.b25-box, div.b25-box-g{
        width:calc(50% - 40px);
    }
    div.b25-box-2,div.b25-box-w{
        width:calc(33.333% - 13.333px);
    }
    div.b25-box-2{
        padding:40px 20px;
    }
    div.vonalhalozat{
        width:25%;
    }
    div.store a img{
        width:100%;
    }
    div.ad-title, div.ad-title2,div.store{
        margin:40px 20px;
    }
    div.bottom{
        display: block;
    }
    div.bottom-box{
        width:100%;
        display: block;
        padding-bottom:10px;
    }
    #breakit{
        clear:both;
    }
    svg.szervezeti{
        width:80%;
    }
    div.main-title2{
        font-size:20px;
    }
    .diamond-box, .erfa_logo{
        display:none;
    }
    div.slogen, .phone_num{
        font-size:14px;
        line-height: 20px;
    }
    .item4-logos a span{
        display:flex;
        margin-top:20px;
    }
    .social-box2{
        display: none;
    }
    .slogen2{
        display:none;
    }
    .flex-right{
        width:100%;
        flex-flow: row nowrap;
    }
    div.main-left, div.main-center {
        width: 47.5%;
    }
    div.sub-left{
        width:100%;
    }
}

@media (max-width: 768px) { /* mobile */
    div#content{
        width:calc(100% - 40px);
        padding:20px;
    }
    div.main {
        margin: 0;
      }
    div.main-box{
        padding:0;
        padding-top:55px;
    }

    input.rek_text{
        width:calc(100% - 40px);
    }
    div.gal_img, div.gal_img200, div.gal_img300{
        width:100%;
        margin-bottom:20px;
    }
    div.gal_text_box, div.gal_text_box300{
        width:calc(100% - 40px);
        float:none;
        text-align: center;;
        }

    div.main-box-inner{
        margin:0;
        width:100%;
    }

    .simple-box{
        width:100%;

        box-shadow: none;
    }
    .double-box{
        width:calc(100% - 20px);
        padding:20px 10px;
        height:auto;
        background-color: #ffffff;
    }
    div.simple-box-pic{
        height:170px;
    }
    /*
    div.simple-box-content{
        padding:10px;
    }*/
    div.simple-box-tilte{
        margin:0;
        font-size: 20px;
    }
    .item3, .item5, .item4-top{
        width:calc(100% - 80px);
        padding:20px 40px;
    }

    div.b25-box,div.b25-box-2,div.b25-box-w,div.b25-box-w2,div.b25-box-g,div.b50-box {
        width:calc(100% - 40px);
        padding:40px 20px;
    }
    table.default{
        overflow-x:auto;
    }
    table.default tr td, table.default tr th{
        font-size: 14px;
    }
    div.footer-box{
        clear:both;
        width:calc(100% - 40px);
        margin:0;
    }
    div.footer-box.line{
        border-left:none;
        width:auto;
    }
    div.footer-box ul{
        list-style: disc;
    }
    div.a-point,div.b-point{
        height:50px;
    }
    div.a-point, div.b-point{
        visibility: hidden;
        display:none;
    }
    div.route-input{
        width:calc(100%);
    }
    div.main-left, div.main-center{
        width:100%;
        margin-right:5%;
    }

    div.sb-search{

        width:100%;
    }
    div.main-right, .flex-right{
        width:100%;
    }

    div.k50-box-w {
        width:100%;
        float:none;
        clear: both;
    }
    div.sub-right{
        clear:both;
        width:100%;
    }
    div.sub-left{
        width:100%;
    }
    div.side-box{
        margin-top:40px;

    }
    div.slogen{
        display:none;
    }
    div.phone_num{
        display:none;
    }
    div.phone_num2{
        display:block;
        margin:0;
    }
    .phone_num2 a{
        color:#266b9c;
        font-family: 'Poppins-900';
    }
    .diamond_logo, .erfa_logo{
        display:none;
    }
    div.head-inner{
        padding:10px;
    }
    svg.szervezeti{
        width:100%;
    }
    div.karrier_menu_box{
    	width:calc(100% - 10px);
    	margin:30px 0px;
    }
    form#route {
        height: auto;
      }
    .item1{
        background:none;
        padding:0;
        width:100%;
        box-shadow: none;
    }
    .fnews{
        background-color:#CCCCCC;
        color:unset;
        font-size: 18px;
        text-align: left;
        border-left:10px solid #1a499f;
        height:unset;
        padding:5px 10px;
        line-height: normal;

    }
    .news-box{
        color:#000;
    }
    .bus-line{
        border-right:5px solid #1a499f;
    }
    .stop{
        width:10px;
        height:10px;
        right:32px;
        top:20px;
        background-color:#ffffff;
        border:5px solid #1a499f;
    }
    .box-content{
        padding:20px 10px;
        height:auto;
    }
    .social-box{
        display:none;
    }
    .social-box2{
        display: flex;
    }
    .slogen2{
        display:block;
    }
    .mobile-top{
        display: flex;
        flex-flow: row nowrap;
        width:calc(100% - 20px);
        justify-content: space-between;
        align-content: center;
        align-items: center;
        padding:10px;
    }

    .item4-bottom{
        padding:20px 40px;
        /*height:140px;*/
    }
    .item5{
        padding:20px;
        width:calc(100% - 40px);
        height:auto;
    }
    /*
    .item2{
        height:290px;
    }*/
    .simple-box.item3{
        height:230px;
    }
    .item3 .box-button{
        margin:0;
    }
    .simple-box.itemx{
        display:flex;
        height:auto;
        width:calc(100% - 30px);
        margin:20px 20px 20px 10px;
    }
    .hir-desktop{
        display:none;
    }
    div.dkv-hir{
        margin-bottom:0;
    }
    div.dkv-hir-title{
        line-height:15px;
    }
    .flex-right{
        width:100%;
        flex-flow: column wrap;
    }
    .news-box-title a{
        color: #000;
      }
    .table-link{
        text-align: center;
    }
    .table-link strong a{
        font-size:12px;
    }
}