@font-face {
	font-family: museosans900;
	src: url(/fonts/museosans-700.otf);
}
@font-face {
	font-family: museoslab500;
	src: url(/fonts/museoslab-500.otf);
}
@font-face {
	font-family: rockwell;
	src: url(/fonts/Arvo-Regular.ttf);
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;
}

#infoblokk{
    position:absolute;
    top:82px;
    right:0px;
    opacity:0.9;
    z-index:200;
}


#website{
    display: none;
}
.bejelentesi_title_class:not(:first-child){
    padding-top: 20px;
}
.bejelentesi_title_class{
    font-size: 22px;
    font-style: normal;
    font-weight: bold;
    padding-bottom: 10px;
}
.bejelentesi_label_class{
    padding-left: 10px; 
    padding-right: 10px; 
    font-size: 16px;
}
.bejelentesi_input_class{
    border-top: none;
    border-left: none; 
    border-right: none;
    border-bottom: 1px solid #0b1f43;
    width: 100%;
    background: transparent;
    padding: 5px;
}
.bejelentesi_div_class textarea{
    border-top: none;
    border-left: none; 
    border-right: none;
    border-bottom: 1px solid #0b1f43;
    width: 100%;
    background: transparent;
    padding: 5px;
    min-height: 100px;
}
.bejelentesi_div_class{
    padding-top: 2px;
    padding-bottom: 2px; 
}
.bejelentesi_form_class{
    max-width: 1200px;
}
.bejelentesi_button_class{
    border: none;
    background: #2590e6;
    border-radius: 25px;
    margin-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: white;
    font-size: 16px;
}
@media(max-width: 1200px){
    .bejelentesi_title_class{
        font-size: 16px;
    }
    .bejelentesi_label_class{
        font-size: 12px;
    }
}




.kepvalto_item_hw{
    height: 100%;
    width: 100%;
}
.site_loader{
    z-index: 10000;
    position: fixed;
    height: 100vh;
    width: 100vw;
    background: rgb(34 34 121 / 100%);
    display: block;
    transition: 0.5s;
    opacity: 1;
}
.site_loader_content{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@keyframes slide {
    0% {
      left: -100;
      top: 0;
    }
    50% {
      left: 120px;
      top: 0px;
    }
    100% {
      left: 290px;
      top: 0;
    }
}

.vevopartnerkep{
    align-self: center;
    text-align: center;
    padding: 44px !important;
}
.main_menu_logo{
    position: relative;
    margin-left: 70px;
    height: 70px;
    width: 252px;
    /*overflow: hidden;*/
    /*display: inline-block;*/
    /*-webkit-animation-name: ShineAnimation;*/
    /*-webkit-animation-duration: 5s;*/
    /*-webkit-animation-iteration-count: infinite;*/
    /*-webkit-animation-timing-function: cubic-bezier(0.88, 0.09, 0, 1.01);*/
}

@-webkit-keyframes ShineAnimation{
    from {
        background-repeat:no-repeat;
        background-image:-webkit-linear-gradient(
            top left,
            rgba(255, 255, 255, 0.0) 0%,
            rgba(255, 255, 255, 0.0) 45%,
            rgba(255, 255, 255, 0.5) 48%,
            rgba(255, 255, 255, 0.8) 50%,
            rgba(255, 255, 255, 0.5) 52%,
            rgba(255, 255, 255, 0.0) 57%,
            rgba(255, 255, 255, 0.0) 100%
        );
        background-position:-400px -400px;
        background-size: 500px 500px
    }
    to {
        background-repeat:no-repeat;
        background-position:250px 250px;
    }
}

/*.main_menu_logo:after {
    animation: shine 1s ease-in-out  infinite;
    animation-fill-mode: forwards;  
    content: "";
    position: absolute;
    top: -110%;
    left: -210%;
    width: 200%;
    height: 200%;
    opacity: 0;
    transform: rotate(30deg);
    background: rgba(255, 255, 255, 0.13);
    background: linear-gradient(
        to right, 
        rgba(255, 255, 255, 0.13) 0%,
        rgba(255, 255, 255, 0.13) 77%,
        rgba(255, 255, 255, 0.5) 92%,
        rgba(255, 255, 255, 0.0) 100%
    );
}
@keyframes shine{
    10% {
        opacity: 1;
        top: -30%;
        left: -30%;
        transition-property: left, top, opacity;
        transition-duration: 0.7s, 0.7s, 0.15s;
        transition-timing-function: ease;
    }
    100% {
        opacity: 0;
        top: -30%;
        left: -30%;
        transition-property: left, top, opacity;
    }
}
*/
/*.main_menu_logo:before {
    content: '';
    position: absolute;
    left: 0px;
    width: 35px;
    height: 70px;
    background: rgba(255,255,255, 0.3);
    transform: skewX(-30deg);
    animation-name: slide;
    animation-duration: 7s;
    animation-timing-function: ease-in-out;
    animation-delay: .3s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    background: linear-gradient( to right, rgb(255 255 255 / 0%) 0%, rgb(255 255 255 / 14%) 77%, rgba(255, 255, 255, 0.5) 92%, rgba(255, 255, 255, 0.0) 100% );
}
@keyframes slide {
    0% {
        left: 0px;
        top: 0;
    }
    50% {
        left: 120px;
        top: 0px;
    }
    100% {
        left: 250px;
        top: 0;
    }
}*/
.nyelvvalaszto li:first-child{
    border-radius: 10px 10px 0px 0px;
}
.nyelvvalaszto li:last-child{
    border-radius: 0px 0px 10px 10px;
}

.menu_dropdown0123 li{
    max-width: 70px;
    /*margin-left: auto;*/
    /*margin-right: auto;*/
    background-color: rgb(34 34 121 / 95%);
    padding-left: 10px;
    padding-right: 10px;
}
.nyelvvalasztovonal{
    border-top: 1px solid white !important;
    border-bottom: 1px solid white !important;
}
.menu_dropdown0123{
    padding-left: 20px;
}
.nagyitott_kep_container {
    display: none;
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 200;
    background: #2d2072;
    cursor: zoom-out;
}
.nagyitott_kep_in{
    position: relative;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    text-align: center;
}
.nagyitott_kep_bezaras{
    color: #fff;
    position: absolute;
    text-align: right;
    font-size: 3vh;
    padding-right: 1vw;
    right: 0px;
}
.nagyitott_kep_bezaras{
    cursor: pointer;
}
.nagyitott_kep_kep{
    max-height: 90vh;
}
.nagyito_class{
    cursor: zoom-in;
}


.next_slide {
    position: absolute;
    top: 50%;
    right: 50px;
    transform: translateY(-50%);
    cursor: pointer;
}
.prev_slide {
    position: absolute;
    top: 50%;
    left: 50px;
    transform: translateY(-50%);
    cursor: pointer;
}
.prev_slide img {
    rotate: 180deg;
    width: 40px;
}
.next_slide img {
    width: 40px;
}

.next_slide img:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
            transition: 0.5s;
}
.prev_slide img:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
            transition: 0.5s;
}
.vevopartnerkep:hover{
    transform: scale(1.1);
}

/*.allas_title2 a:hover{
    color: rgb(58 147 237) !important;
}*/


.slider_radio { 
    display: none;
    position: relative;
    top:100px;
}
#slider {
    height: 568px;
    position: relative;
    perspective: 900px;
    transform-style: preserve-3d;
}
#slider label img {
    object-fit: contain;
}
#slider label{
    margin: auto;
    width: 60%;
    height: 100%;
    border-radius: 0px;
    position: absolute;
    left: 0px;
    right: 0px;
    cursor: pointer;
    transition: transform 0.4s ease;
    font-size: 60px;
    box-shadow: 0 13px 25px 0 rgb(0 0 0 / 0%), 0 11px 7px 0 rgb(0 0 0 / 0%)!important;
    background: rgb(255 255 255 / 0%)!important;
}

/*
#s1:checked ~ #slide4, #s2:checked ~#slide5,
#s3:checked ~ #slide1, #s4:checked ~#slide2,
#s5:checked ~ #slide3 {
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.37);
    transform: translate3d(-30%,0,-200px);
}
#s1:checked ~ #slide5, #s2:checked ~#slide1,
#s3:checked ~ #slide2, #s4:checked ~#slide3,
#s5:checked ~ #slide4 {
    box-shadow: 0 6px 10px 0 rgba(0,0,0,.3), 0 2px 2px 0 rgba(0,0,0,0.2);
    transform: translate3d(-15%,0,-100px);
}
#s1:checked ~ #slide1, #s2:checked ~#slide2,
#s3:checked ~ #slide3, #s4:checked ~#slide4,
#s5:checked ~ #slide5 {
    box-shadow: 0 13px 25px 0 rgba(0,0,0,.3), 0 11px 7px 0 rgba(0,0,0,0.19);
    transform: translate3d(0,0,0);
}
#s1:checked ~ #slide2, #s2:checked ~#slide3,
#s3:checked ~ #slide4, #s4:checked ~#slide5,
#s5:checked ~ #slide1 {
    box-shadow: 0 6px 10px 0 rgba(0,0,0,.3), 0 2px 2px 0 rgba(0,0,0,0.19);
    transform: translate3d(15%,0,-100px);
}
#s1:checked ~ #slide3, #s2:checked ~#slide4,
#s3:checked ~ #slide5, #s4:checked ~#slide1,
#s5:checked ~ #slide2 {
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.37);
    transform: translate3d(30%,0,-200px);
}
*/

#s1:checked ~ #slide1, #s2:checked ~#slide2,
#s3:checked ~ #slide3, #s4:checked ~#slide4,
#s5:checked ~ #slide5, #s6:checked ~#slide6 {
    box-shadow: 0 13px 25px 0 rgba(0,0,0,.3), 0 11px 7px 0 rgba(0,0,0,0.19);
    transform: translate3d(0,0,0);
}
#s1:checked ~ #slide2, #s2:checked ~#slide3,
#s3:checked ~ #slide4, #s4:checked ~#slide5,
#s5:checked ~ #slide6, #s6:checked ~#slide1 {
    box-shadow: 0 6px 10px 0 rgba(0,0,0,.3), 0 2px 2px 0 rgba(0,0,0,0.19);
    transform: translate3d(15%,0,-100px);
}
#s1:checked ~ #slide3, #s2:checked ~#slide4,
#s3:checked ~ #slide5, #s4:checked ~#slide6,
#s5:checked ~ #slide1, #s6:checked ~#slide2 {
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.37);
    transform: translate3d(30%,0,-200px);
}
#s1:checked ~ #slide4, #s2:checked ~#slide5,
#s3:checked ~ #slide6, #s4:checked ~#slide1,
#s5:checked ~ #slide2, #s6:checked ~#slide3 {
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.37);
    transform: translate3d(0%,0,-200px);
}
#s1:checked ~ #slide5, #s2:checked ~#slide6,
#s3:checked ~ #slide1, #s4:checked ~#slide2,
#s5:checked ~ #slide3, #s6:checked ~#slide4 {
    box-shadow: 0 6px 10px 0 rgba(0,0,0,.3), 0 2px 2px 0 rgba(0,0,0,0.2);
    transform: translate3d(-30%,0,-200px)
}
#s1:checked ~ #slide6, #s2:checked ~#slide1,
#s3:checked ~ #slide2, #s4:checked ~#slide3,
#s5:checked ~ #slide4, #s6:checked ~#slide5 {
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.3);
    transform: translate3d(-15%,0,-100px);
}


#slider2 {
    height: 260px;
    position: relative;
    perspective: 900px;
    transform-style: preserve-3d;
    margin-bottom: 30px;
}
#slider2 label img {
    object-fit: contain;
}
.slider2_radio { 
    display: none;
}
#slider2 label{
    margin: auto;
    width: 60%;
    height: 100%;
    border-radius: 0px;
    position: absolute;
    left: 0px;
    right: 0px;
    cursor: pointer;
    transition: transform 0.4s ease;
    box-shadow: 0 13px 25px 0 rgb(0 0 0 / 0%), 0 11px 7px 0 rgb(0 0 0 / 0%)!important;
    background: rgb(255 255 255 / 0%)!important;
}

#s21:checked ~ #slide21, #s22:checked ~#slide22,
#s23:checked ~ #slide23, #s24:checked ~#slide24,
#s25:checked ~ #slide25, #s26:checked ~#slide26 {
    box-shadow: 0 13px 25px 0 rgba(0,0,0,.3), 0 11px 7px 0 rgba(0,0,0,0.19);
    transform: translate3d(0,0,0);
}
#s21:checked ~ #slide22, #s22:checked ~#slide23,
#s23:checked ~ #slide24, #s24:checked ~#slide25,
#s25:checked ~ #slide26, #s26:checked ~#slide21 {
    box-shadow: 0 6px 10px 0 rgba(0,0,0,.3), 0 2px 2px 0 rgba(0,0,0,0.19);
    transform: translate3d(15%,0,-100px);
}
#s21:checked ~ #slide23, #s22:checked ~#slide24,
#s23:checked ~ #slide25, #s24:checked ~#slide26,
#s25:checked ~ #slide21, #s26:checked ~#slide22 {
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.37);
    transform: translate3d(30%,0,-200px);
}
#s21:checked ~ #slide24, #s22:checked ~#slide25,
#s23:checked ~ #slide26, #s24:checked ~#slide21,
#s25:checked ~ #slide22, #s26:checked ~#slide23 {
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.37);
    transform: translate3d(0%,0,-200px);
}
#s21:checked ~ #slide25, #s22:checked ~#slide26,
#s23:checked ~ #slide21, #s24:checked ~#slide22,
#s25:checked ~ #slide23, #s26:checked ~#slide24 {
    box-shadow: 0 6px 10px 0 rgba(0,0,0,.3), 0 2px 2px 0 rgba(0,0,0,0.2);
    transform: translate3d(-30%,0,-200px)
}
#s21:checked ~ #slide26, #s22:checked ~#slide21,
#s23:checked ~ #slide22, #s24:checked ~#slide23,
#s25:checked ~ #slide24, #s26:checked ~#slide25 {
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.3);
    transform: translate3d(-15%,0,-100px);
}

.menu-_right{
    margin-right: 0px;
    margin-left: auto;
}
.nav-100{
    width: 100%;
}
.navbar{
    position: fixed;
    top: -1px;
    /*background-color: rgb(58 147 237 / 83%);*/
    background-color: rgb(125 125 125 / 83%);
    z-index: 50;
    /*width: 100%;*/
    width: 100vw;
    height: 82px;
    z-index: 100;
}
.hamp_mobil_menu_cont{
    text-transform: lowercase;
    align-self: center;
} 
.hamp_mobil_menu_cont::first-letter {
    text-transform: uppercase;
}

.hamp_mobil_menu_cont2{
    align-self: center;
} 

.navbar .navbar-nav .nav-item {
    /* text-transform: lowercase; */
    align-self: center;
    padding-left: 8px;
    padding-right: 8px;
}
.navbar .navbar-nav .nav-item::first-letter {
    /*text-transform: uppercase;*/
}
.navbar .navbar-nav .nav-item a:hover {
    color: rgb(11, 31, 67) !important;
}
.footer_menu_item a:hover {
    color: #2892e8 !important;
}
.navbar .navbar-nav .nav-item .nyelvvvalassztttooo:hover {
    color: #2892e8 !important;
}
.navbar .navbar-nav .nav-item a {
    color: white;
    font-family: museosans900;
    font-size: 19px;
    letter-spacing: 1px !important;
}
.foldgomb{
    height: 46px;
    width: 45px;
}
.navbar .dropdown-menu{
    background-color: rgb(58 147 237 / 0%);
    border: 0px;
}
.navbar .dropdown-menu .dropdown-item{
    background: transparent;
    border: 0px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
}
.dropdown-toggle::after {
    display: none;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}


.elso{
    position: absolute; 
    left:0; 
    right:0; 
    top:0; 
    bottom:0;
}
.masodik{
    background-color: #000; overflow: hidden;
}
.harmadik{
    position: relative; 
    height: 100vh;
}
.negyedik{
    height: 100vh; 
    width: 100%; 
    background-size: cover; 
    background-position: right top; 
    background-repeat: no-repeat;
}
.otodik{
    display: block;
}
.hatodik{
    width: 100%;
}
.hetedik{
    position: relative;
    overflow: hidden;
}
.nyolcadik{
    min-height: 100%;
    overflow-x: hidden;
}
#videoBG{
    width: 100%; 
    height: 100%; 
    position: absolute; 
    /*object-fit: cover;*/
    object-fit: contain;
    /* display: none; */
}
#videoBG2{
    width: 100%; 
    height: 100%; 
    position: absolute; 
    object-fit: cover;
    /* display: none; */
}
span.statikus_kep {
    display:none;
    background: url(/images/statikus_kep.png);
    background-position: center;
    background-size: contain;
    position: absolute;
    z-index: 0;
    height: 100%;
    width: 100%;
}
span.statikus_kep_mobil {
    background: url(/images/statikus_kep.png);
    background-position: center;
    background-size: contain;
    position: absolute;
    z-index: 1;
    height: 100%;
    width: 100%;
}
.video{
	background: url(/images/content/videobg.png?=v2);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.video .video_szoveg {
    background-color: rgb(34 34 121 / 95%);
	color: white;
	position: relative;
	z-index: 7;
}
.videoBGactive {
    background: transparent;
    /* background: url(/images/content/videobg.png); */
    background-position: center;
    background-size: cover;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1;
    border: none;
}
.videoBGactive2 {
    background: transparent;
    /* background: url(/images/content/videobg.png); */
    background-position: center;
    background-size: cover;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1;
    border: none;
}

.video .video_szoveg .szoveg_title{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    /* align-items: center; */
    height: 100%;
    padding-left: 100px;
    padding-right: 100px;
    text-align: start;
    align-items: start;
}
.video .video_szoveg .szoveg_title .szoveg1 {
    /*margin-top: -100px;*/
    padding-bottom: 35px;
    font-size: 50px;
    font-family: 'museosans900';
    line-height: 1.1;
    position: relative;
}
.video .video_szoveg .szoveg_title .szoveg2 {
    /*font-family: 'rockwell';*/
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    text-align: justify;
}
.video .video_szoveg .szoveg_title .gomb1 {
    padding-top: 20px;
}
.video .video_szoveg .szoveg_title .gomb1 a {
    height: 35px;
    width: 160px;
    background: #2590e6;
    color: white;
    display: flex;
    text-decoration: none;
    font-family: 'museosans900';
    font-size: 20px;
    padding-left: 13px;
    border-radius: 6px;
    align-items: center;
}
.video .video_szoveg .szoveg_title .gomb1 a:hover{
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
            transition: 0.5s;
}
.video_szoveg .szoveg1::after {
    content: ' ';
    background: url(/images/content/title_arrows.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: right;
    background-position-y: bottom;
    width: 38px;
    height: 82px;
    display: block;
    z-index: 10;
    position: absolute;
    top: -70px;
    left: 0;
    margin-left: -45px;
}



.rolunk {
    background: linear-gradient(180deg, rgba(211,233,255,1) 0%, rgba(254,255,255,1) 100%);
}
.rolunk .rolunk_title{
    padding-bottom: 35px;
    font-size: 50px;
    font-family: 'museosans900';
    line-height: 1.1;
    position: relative;
    color: #0b1f43;
    padding-left: 100px;
    padding-right: 100px;
}
.rolunk .rolunk_title::after {
	content: ' ';
    background: url(/images/content/title_arrows.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: right;
    background-position-y: bottom;
    width: 38px;
    height: 82px;
    display: block;
    z-index: 10;
    position: absolute;
    /*top: -70px;*/
    top: -60px;
    left: 0;
    margin-left: 50px;
}
.rolunk .rolunk_text {
    /*font-family: 'rockwell';*/
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #0b1f43;
    text-align: justify;
    padding-left: 100px;
    padding-right: 100px;
}
.rolunk .rolunk_szoveg{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    /* align-items: center; */
    height: 100%;
    text-align: start;
    align-items: start;
    padding-top: 40px;
}
.rolunk .rolunk_text_2 {
    padding-top: 30px;
    padding-left: 100px;
}
.rolunk .rolunk_text_tovabb:hover{
    color: #46a0ec;
}
.rolunk .rolunk_text_tovabb2:hover{
    color: #46a0ec;
}
.rolunk .rolunk_text_tovabb img{
    padding-right: 10px;
    width: 26px;
    height: 23px;
}
.rolunk .rolunk_text_tovabb{
    /*transition: 1s;*/
    padding-top: 30px;
    font-size: 16px;
    /*font-family: 'rockwell';*/
    font-family: 'Poppins', sans-serif;
    color: #0b1f43;
    padding-left: 100px;
    padding-right: 100px;
}
.rolunk .rolunk_text_tovabb2 img{
    padding-right: 10px;
    width: 26px;
    height: 23px;
}
.rolunk .rolunk_text_tovabb2{
    font-size: 16px;
    /*font-family: 'rockwell';*/
    font-family: 'Poppins', sans-serif;
    color: #0b1f43;
    padding-right: 20px;
}

.termekeink{
	background: linear-gradient(0deg, rgba(34, 34, 121, 0.9), rgba(34, 34, 121, 0.9)), url(/images/content/1-38.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.termekeink .termekeink_szoveg{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    /* align-items: center; */
    height: 100%;
    padding-left: 100px;
    padding-right: 100px;
    text-align: start;
    align-items: start;
    padding-top: 60px;
}
.termekeink .termekeink_title::after {
    content: ' ';
    background: url(/images/content/title_arrows.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: right;
    background-position-y: bottom;
    width: 38px;
    height: 82px;
    display: block;
    z-index: 10;
    position: absolute;
    top: -70px;
    left: 0;
    margin-left: -50px;
}
.termekeink .termekeink_title{
    /* margin-top: -100px; */
    padding-bottom: 35px;
    font-size: 50px;
    font-family: 'museosans900';
    line-height: 1.1;
    position: relative;
    color: white;
}
.termekeink .termekeink_text{
    /*font-family: 'rockwell';*/
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    color: white;
}
.termekeink .termek_click{
    cursor: pointer;
    transition: 0.3s;
}
/*.termekeink .termek_click img:hover{
    transform: scale(1.1);
    transition: 0.3s;
}*/
.imgtodecrease{
    max-height: 400px;
}

.termekeink .termekek_title:hover {
    color: #3a94ed;
}
.termekeink .termekek_title {
    /*font-family: 'rockwell';*/
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    cursor: pointer;
    color: white;
    text-decoration: underline;
    text-align: start;
    padding-top: 20px;
}
.termekeink .termekek_title img {
    margin-right: 15px;
}

.termekeink_b_title::after {
    content: ' ';
    background: url(/images/content/title_arrows.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: right;
    background-position-y: bottom;
    width: 38px;
    height: 82px;
    display: block;
    z-index: 10;
    position: absolute;
    top: -70px;
    left: 0;
    margin-left: -50px;
}
.termekeink_b_title{
    /* margin-top: -100px; */
    padding-bottom: 35px;
    font-size: 50px;
    font-family: 'museosans900';
    line-height: 1.1;
    position: relative;
    color: #0b1f43;
}
.termekeink_b_text{
    /*font-family: 'rockwell';*/
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #0b1f43;
    text-align: justify;    
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
}
.termekeink_b_szoveg{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    /* align-items: center; */
    height: 100%;
    padding-left: 100px;
    padding-right: 100px;
    text-align: start;
    align-items: start;
    align-self: center;
}
.termekeink_b_vissza .termekeink_b_vissza_b img{
    transform: rotate(180deg);
    padding-right: 10px;
}
.termekeink_b_vissza .termekeink_b_vissza_a img{
    padding-right: 10px;
}
.termekeink_b_vissza .termekeink_b_vissza_a{
    font-family: 'museoslab500';
    font-size: 16px;
    color: #0b1f43;
    cursor: pointer;
    /*padding-left: 15px;*/
    padding-right: 10px;
}
.termekeink_b_vissza .termekeink_b_vissza_b{
    font-family: 'museoslab500';
    font-size: 16px;
    color: #0b1f43;
    cursor: pointer;
    padding-left: 10px;
    /*padding-right: 10px;*/
}
.termekeink_b_vissza{
    padding-top: 20px;
    display: flex;
    width: 100%;
    justify-content: space-between;
}


.szolgaltatas_b_title::after {
    content: ' ';
    background: url(/images/content/title_arrows.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: right;
    background-position-y: bottom;
    width: 38px;
    height: 82px;
    display: block;
    z-index: 10;
    position: absolute;
    top: -70px;
    left: 0;
    margin-left: -50px;
}
.szolgaltatas_b_title{
    /* margin-top: -100px; */
    padding-bottom: 35px;
    font-size: 50px;
    font-family: 'museosans900';
    line-height: 1.1;
    position: relative;
    color: #0b1f43;
}
.szolgaltatas_b_text{
    /*font-family: 'rockwell';*/
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #0b1f43;
    text-align: justify;    
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
}
.szolgaltatas_b_szoveg{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    /* align-items: center; */
    height: 100%;
    padding-left: 100px;
    padding-right: 100px;
    text-align: start;
    align-items: start;
    align-self: center;
}
.szolgaltatas_b_vissza .szolgaltatas_b_vissza_b img{
    transform: rotate(180deg);
    padding-right: 10px;
}
.szolgaltatas_b_vissza .szolgaltatas_b_vissza_a img{
    padding-right: 10px;
}
.szolgaltatas_b_vissza .szolgaltatas_b_vissza_a{
    font-family: 'museoslab500';
    font-size: 16px;
    color: #0b1f43;
    cursor: pointer;
    /*padding-left: 15px;*/
    padding-right: 10px;
}
.szolgaltatas_b_vissza .szolgaltatas_b_vissza_b{
    font-family: 'museoslab500';
    font-size: 16px;
    color: #0b1f43;
    cursor: pointer;
    padding-left: 10px;
    /*padding-right: 10px;*/
}
.szolgaltatas_b_vissza{
    padding-top: 20px;
    display: flex;
    width: 100%;
    justify-content: space-between;
}






.inner_page2{
    transition: all 0.5s ease 0s;
    /*background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0) 100%) 100% / contain, url(/images/content/F63A2138.jpg);*/
    background: linear-gradient(180deg, rgba(211,233,255,1) 0%, rgba(254,255,255,1) 100%);
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
    padding-bottom: 50px;
}
.inner_page{
    transition: all 0.5s ease 0s;
    background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0) 100%) 100% / contain, url(/images/content/F63A2138.jpg);
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 50px;
}

.inner_page_3{
    transition: all 0.5s ease 0s;
    background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0) 100%) 100% / contain !important;
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 50px;
}
.inner_page_title::after {
    content: ' ';
    background: url(/images/content/title_arrows.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: right;
    background-position-y: bottom;
    width: 38px;
    height: 82px;
    display: block;
    z-index: 10;
    position: absolute;
    top: -70px;
    left: 0;
    margin-left: -50px;
}
.inner_page_title{
    /* margin-top: -100px; */
    padding-bottom: 35px;
    font-size: 50px;
    font-family: 'museosans900';
    line-height: 1.1;
    position: relative;
    color: #0b1f43;
}

.inner_page_title2{
    /* margin-top: -100px; */
    padding-top: 35px;
    padding-bottom: 35px;
    font-size: 50px;
    font-family: 'museosans900';
    line-height: 1.1;
    position: relative;
    color: #0b1f43;
}
.inner_page_szoveg_3 .inner_page_title2{
    /* margin-top: -100px; */
    padding-top: 0px !important;
    padding-bottom: 35px;
    font-size: 50px;
    font-family: 'museosans900';
    line-height: 1.1;
    position: relative;
    color: #0b1f43;
}
.inner_page_text{
    /*font-family: 'rockwell';*/
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #0b1f43;
    text-align: justify;    
}
.inner_page_szoveg{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    /* align-items: center; */
    height: 100%;
    padding-left: 100px;
    padding-right: 100px;
    text-align: start;
    align-items: start;
    /*align-self: center;*/
}
.inner_page_szoveg_3{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    /* align-items: center; */
    height: 100%;
    padding-left: 30px;
    padding-right: 30px;
    text-align: start;
    align-items: start;
    /*align-self: center;*/
}
.inner_page_vissza .inner_page_vissza_b img{
    transform: rotate(180deg);
    padding-right: 10px;
}
.inner_page_vissza .inner_page_vissza_a img{
    padding-right: 10px;
}
.inner_page_vissza .inner_page_vissza_a{
    font-family: 'museoslab500';
    font-size: 16px;
    color: #0b1f43;
    cursor: pointer;
    /*padding-left: 15px;*/
    padding-right: 10px;
}
.inner_page_vissza .inner_page_vissza_b{
    font-family: 'museoslab500';
    font-size: 16px;
    color: #0b1f43;
    cursor: pointer;
    padding-left: 10px;
    /*padding-right: 10px;*/
}
.inner_page_vissza{
    padding-top: 20px;
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.inner_page_right {
    padding-top: 210px;
}
.szolgaltatas_left .kepvalto .justify-content-xl-start{
    position: relative;
    left: 120px;
}
.szolgaltatas_left .szolgaltatas_click{
    cursor: pointer;
}
.szolgaltatas_left .kepvalto .col-6 {
    margin-left: -40px;
    margin-right: -40px;
}
.szolgaltatas{
	background: linear-gradient(180deg, rgba(211,233,255,1) 0%, rgba(254,255,255,1) 100%);
}
.szolgaltatas .szolgaltatas_szoveg{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    /* align-items: center; */
    height: 100%;
    padding-left: 100px;
    padding-right: 100px;
    text-align: start;
    align-items: start;
    align-self: center;
}
.szolgaltatas .szolgaltatas_title {
    padding-bottom: 35px;
    font-size: 50px;
    font-family: 'museosans900';
    line-height: 1.1;
    position: relative;
    color: #0b1f43;
    text-transform: uppercase;
}
.szolgaltatas .szolgaltatas_title::after {
    content: ' ';
    background: url(/images/content/title_arrows.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: right;
    background-position-y: bottom;
    width: 38px;
    height: 82px;
    display: block;
    z-index: 10;
    position: absolute;
    top: -70px;
    left: 0;
    margin-left: -50px;
}
.szolgaltatas .szolgaltatas_text{
    /*font-family: 'rockwell';*/
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #0b1f43;
    text-align: justify;
}
.szolgaltatas .kepvalto .kepvalto_text2{
    font-family: 'museoslab500';
    font-size: 16px;
    color: #0b1f43;
    cursor: pointer;
    padding-left: 5px;
    padding-right: 10px;
}
.szolgaltatas .kepvalto .kepvalto_text{
    height: 100%;
    display: flex;
    align-items: center;
    padding-right: 50px;
}


.kapcsolat{
	background: #2d2d80;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.kapcsolat .titlek::after {
    content: ' ';
    background: url(/images/content/title_arrows.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: right;
    background-position-y: bottom;
    width: 38px;
    height: 82px;
    display: block;
    z-index: 10;
    position: absolute;
    top: -70px;
    left: 0;
    margin-left: -60px;
}
.kapcsolat .titlek{
    padding-bottom: 35px;
    font-size: 34px;
    font-family: 'museosans900';
    line-height: 1.1;
    position: relative;
    color: white;
}
.kapcsolat .kapcsolat_szoveg {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    /* align-items: center; */
    height: 100%;
    padding-left: 100px;
    padding-right: 100px;
    text-align: start;
    align-items: start;
    align-self: center;
}
.kapcsolat .kapcsolat_szoveg .kapcsolat_title img{
    padding-bottom: 20px;
    width: 142px;
}
.kapcsolat .kapcsolat_szoveg .kapcsolat_text{
    /*font-family: 'rockwell';*/
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: white;
    text-align: justify;
}
.kapcsolat .kapcsolat_szoveg .kapcsolat_text .col-12 {
    display: flex;
    align-items: center;
    padding-bottom: 7px;
}
.kapcsolat .kapcsolat_szoveg .kapcsolat_text img{
    padding-right: 10px;
    width: 27px;
    padding-bottom: 12px;
}
.kapcsolat .kepvalto .buildingimg {
    background: url(/images/content/DJI_0389.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.kapcsolat .row{
    /*height: 100%;*/
}
.kapcsolat .kepvalto .terkep{
    height: 100vh;
}
.kapcsolat .kapcsolat_title {
    padding-left: 25px;
}

.footer_single{
    padding-top: 150px;
}
.footer{
    background: linear-gradient(90deg, rgb(28 34 119 / 80%), rgb(2 4 18 / 80%)), url(/images/content/f63a2150.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    padding-left: 100px;
    padding-right: 100px;
}
.footer .footer_title {
    padding-bottom: 35px;
    font-size: 28px;
    font-family: 'museosans900';
    line-height: 1.1;
    position: relative;
    color: white;
}
.footer .footer_menu_item a{
    padding-bottom: 10px;
    color: white;
    text-decoration: none;
}
.footer .footer_kapcsolat_content{
    color: white;
    text-decoration: none;
    padding-bottom: 15px;
    font-size: 16px;
}
.footer .footer_menu_item{
    /*text-transform: lowercase;*/
    align-self: center;
    font-size: 16px;
} 
/*.footer .footer_menu_item::first-letter {
    text-transform: uppercase;
}*/
.footer .footer_1{
    /*font-family: 'rockwell';*/
    font-family: 'Poppins', sans-serif;
    padding-left: 30px;
}
.footer .footer_2{
    border-top: 1px solid white;
    margin-top: 60px;
    padding-top: 40px;
    padding-left: 80px;
    padding-right: 80px;
    /*font-family: 'rockwell';*/
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
}
.footer .footer_logo{
    width: 390px;
    padding-top: 30px;
    margin-top: 30px;
}
.footer .footer_logo_text{
    font-family: 'museoslab500';
    font-size: 22px;
    padding-top: 20px;
}


.tanusitvany .row.rr.g-0{
    height: 100%;
}
.col-6.tanusitvany_szoveg.fullpage {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    /* align-items: center; */
    height: 100%;
    padding-left: 100px;
    padding-right: 100px;
    text-align: start;
    align-items: start;
    align-self: center;
}
.tanusitvany{
    /*background-image: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%), url(/images/content/F63A2138.jpg);*/
    background-image: url(/images/content/1-30b.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: left;
}
.tanusitvany .tanusitvany_text{
    /*font-family: 'rockwell';*/
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    text-align: justify;
    color: #fff;
}
.tanusitvany .tanusitvany_vissza a img{
    padding-right: 1.2%;
    height: 2.1vh;
    width: auto;
}
.tanusitvany .tanusitvany_vissza a{
    color: #fff;
}
.tanusitvany .tanusitvany_vissza {
    /*font-family: rockwell;*/
    font-family: 'Poppins', sans-serif;
    padding-top: 2.7vh;
    padding-left: 16%;
    padding-right: 2%;
    font-size: 1.1vw;
    line-height: 1.13;
    color: #fff;
}
.tanusitvany .tanusitvany_szoveg{
    background-color: #222279ed;
}
.tanusitvany_szoveg .tanusitvany_title::after {
    content: ' ';
    background: url(/images/content/title_arrows.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: right;
    background-position-y: bottom;
    width: 38px;
    height: 82px;
    display: block;
    z-index: 10;
    position: absolute;
    top: -70px;
    left: 0;
    margin-left: -50px;
}
.tanusitvany_szoveg .tanusitvany_title {
    /*padding-bottom: 35px;*/
    font-size: 50px;
    font-family: 'museosans900';
    line-height: 1.1;
    position: relative;
    color: white;
    text-transform: uppercase;
}
.tanusitvany .kepvalto .kepvalto_text img{
	padding-left: 2%;
}
.tanusitvany .kepvalto .kepvalto_text{
	/*font-family: 'rockwell';*/
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 1.4vw;
    margin-top: 1%;
}
.tanusitvany .kepvalto{
	margin-top: 18vh;
    padding-right: 4%;
}
.tanusitvany .kepvalto .rr2 {
	height: 100%;
}
.tanusitvany .kepvalto .rr2 .col-4 {
    margin-right: -3%;
    margin-left: -3%;
}
.tanusitvany .tanusitvany_felsorolas img{
    height: 2.1vh;
    width: auto;
    padding-right: 2.2%;
}
.tanusitvany .tanusitvany_felsorolas a{
    color: #fff;
}
.tanusitvany .tanusitvany_felsorolas {
    /*font-family: rockwell;*/
    font-family: 'Poppins', sans-serif;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    padding-top: 50px;
    max-width: 490px;
}
.tanusitvany_felsorolas .row.g-0 .col-6 {
    padding-bottom: 10px;
}
.tanusitvany .tanusitvany_tovabb:hover{
    -webkit-transform: scale(1.1) !important;
            transform: scale(1.1) !important;
            transition: 0.5s;
}
.tanusitvany .tanusitvany_tovabb a{
    color: #fff;
    background-color: #3a94ed;
    text-decoration: none;
}
.tanusitvany .tanusitvany_tovabb a:hover{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    transition: 0.5s;
}
.tanusitvany .tanusitvany_tovabb {
    height: 35px;
    width: 160px;
    background: #2590e6;
    color: white;
    display: flex;
    text-decoration: none;
    font-family: 'museosans900';
    font-size: 20px;
    padding-left: 13px;
    border-radius: 6px;
    align-items: center;
    margin-top: 30px;
}
.tanusitvany .tanusitvany_text{
	text-align: justify;
}
.tanusitvany .tanusitvany_img{
    max-height: 70vh;
    margin-top: 22vh;
}


.karrier_kat_title img {
    margin-right: 15px;
}
.karrier{
	background: linear-gradient(0deg, rgba(34, 34, 121, 0.9), rgba(34, 34, 121, 0.9)), url(/images/content/1-38.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;  
    padding-top: 210px;
    padding-bottom: 100px;
}
.karrier_szoveg {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    /* align-items: center; */
    height: 100%;
    padding-left: 100px;
    padding-right: 100px;
    text-align: start;
    align-items: start;
    align-self: center;
}
.karrier_title {
    /* margin-top: -100px; */
    padding-bottom: 35px;
    font-size: 50px;
    font-family: 'museosans900';
    line-height: 1.1;
    position: relative;
    color: #fff;
}
.karrier_title::after {
    content: ' ';
    background: url(/images/content/title_arrows.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: right;
    background-position-y: bottom;
    width: 38px;
    height: 82px;
    display: block;
    z-index: 10;
    position: absolute;
    top: -70px;
    left: 0;
    margin-left: -50px;
}
.karrier_text{
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: white;
    text-align: justify;
    padding-top: 30px;
}
.karrier_kats{
    width: 100%;
}
/*
.karrier_kat_title{
    color: white;
    text-decoration: none;
    text-align: start;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    cursor: pointer;
    color: white;
    text-decoration: underline;
    text-align: center;
    padding-top: 20px;
}*/
.karrier_kat_title {
    color: white;
    text-decoration: none;
    text-align: start;
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
    color: white;
    text-decoration: underline;
    /* text-align: start; */
    text-align: center;
    padding-top: 20px;
}
.karrier_kats a{
    text-decoration: none;
}
.no_karrier{
    color: white;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
}
.karrier_pd{
    padding-top: 60px;
}
/*
.kat_felsorolas_title{
    font-size: 20px;
    font-style: italic;
    color: white;
}*/
.kat_felsorolas_title {
    font-size: 22px;
    font-style: normal;
    font-weight: bold;
    color: white;
    padding-bottom: 30px;
}
.karrier_images_under_title img{
    padding-left:20px;
    padding-right:20px;
}
/*
.karrier_felsorolas_elem a{
    text-decoration: none;
    color:white;
    font-size: 16px;
    padding-left: 40px;
}*/
/*.karrier_felsorolas_elem a {
    text-decoration: none;
    color: white;
    font-size: 16px;
    margin-left: 40px;
    display: list-item;
    list-style: square;
}*/
.karrier_felsorolas_elem a {
    text-decoration: none;
    color: white;
    font-size: 18px;
    font-weight: 500;
    margin-left: 40px;
    display: list-item;
    list-style: square;
}
.kat_felsorolas_title2{
    cursor: pointer;
    display: flex;
    align-items: center;
}
.kat_felsorolas_title2 p{
    padding-left: 5px;
}
.kat_felsorolas_title2 img{
    /*padding-right: 5px;*/
}
.kat_kat123{
    padding-top: 80px;
    padding-bottom: 30px;
    border-bottom: 4px solid white;
}
.kat_kat123:last-child{
    border-bottom: 0px solid white;
}
.kat_kat123:not(:first-child){
    padding-top: 0px;
}
.karrier_images_under_title{
    margin-left: auto;
    margin-right: auto;
}
.karrier_text_2 {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    /* align-items: center; */
    height: 100%;
    padding-left: 0px;
    padding-right: 0px;
    text-align: start;
    align-items: start;
    align-self: center;
    color: white;
}
.karrier_image_right{
    padding-left:20px;
    padding-right: 20px;
}
.karrier_c_text a{
    text-decoration: none;
    color: white;
}
.karrier_c_text{
    color: white;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
}
.karrier_c_text_container{
    padding-top: 30px;
}

.allas{
	background: linear-gradient(0deg, rgba(34, 34, 121, 0.9), rgba(34, 34, 121, 0.9)), url(/images/content/1-38.jpg);
    /*background-position: center;*/
    background-repeat: no-repeat;
    background-size: 100%;  
    padding-top: 210px;
    padding-bottom: 100px;
}
.allas_help{
    background-position: center;
    background-size: cover !important;  
}
.allas_szoveg {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    /* align-items: center; */
    height: 100%;
    padding-left: 100px;
    padding-right: 100px;
    text-align: start;
    align-items: start;
    align-self: center;
}
.allas_title {
    /* margin-top: -100px; */
    padding-bottom: 35px;
    font-size: 50px;
    font-family: 'museosans900';
    line-height: 1.1;
    position: relative;
    color: #fff;
}
.allas_title::after {
    content: ' ';
    background: url(/images/content/title_arrows.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: right;
    background-position-y: bottom;
    width: 38px;
    height: 82px;
    display: block;
    z-index: 10;
    position: absolute;
    top: -70px;
    left: 0;
    margin-left: -50px;
}
.allas_text{
    width: 100%;
    padding-bottom: 40px;
}
.col-xl-5.allas_text2 {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    /* align-items: center; */
    height: 100%;
    padding-left: 0px;
    padding-right: 0px;
    text-align: start;
    align-items: start;
    align-self: center;
    color: white;
}
.allas .allas_title2 a{
    color: white;
    /*font-family: 'rockwell';*/
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    text-decoration: underline;
    text-align: start;
    padding-top: 0px;
    cursor: pointer;
    display: flex;
    align-items: center;
    padding-bottom: 15px;
}
.allas .allas_title2 img{
    padding-right: 10px;
    width: auto;
    height: 21px;
}
.allas .allas_text3{
    padding-bottom: 30px;   
    font-size: 16px;
    /*font-family: 'rockwell';*/
    font-family: 'Poppins', sans-serif;
}
.allas .kontakt img{
    padding-right: 5px;
}
.allas .kontakt{
    line-height: 3;
    color: #fff;
    font-size: 16px;
}



.inner_tanusitvany .row.rr.g-0{
    /*height: 100%;*/
    /*padding-top: 210px;*/
}
.col-xl-6.inner_tanusitvany_szoveg.fullpage {
    display: block;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    /* align-items: center; */
    /* height: 100%; */
    padding-left: 100px;
    padding-right: 100px;
    text-align: start;
    align-items: start;
    /* align-self: center; */
    padding-top: 210px;
}
.inner_tanusitvany{
    /*background-image: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%), url(/images/content/F63A2138.jpg);*/
    background-image: url(/images/content/1-30b.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: left;
}
.inner_tanusitvany .inner_tanusitvany_text{
    /*font-family: 'rockwell';*/
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    text-align: justify;
    color: #fff;
}
.inner_tanusitvany .inner_tanusitvany_vissza a img{
    padding-right: 1.2%;
    height: 2.1vh;
    width: auto;
}
.inner_tanusitvany .inner_tanusitvany_vissza a{
    color: #fff;
}
.inner_tanusitvany .inner_tanusitvany_vissza {
    /*font-family: rockwell;*/
    font-family: 'Poppins', sans-serif;
    padding-top: 2.7vh;
    padding-left: 16%;
    padding-right: 2%;
    font-size: 1.1vw;
    line-height: 1.13;
    color: #fff;
}
.inner_tanusitvany .inner_tanusitvany_szoveg{
    background-color: #222279ed;
}
.inner_tanusitvany_szoveg .inner_tanusitvany_title::after {
    content: ' ';
    background: url(/images/content/title_arrows.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: right;
    background-position-y: bottom;
    width: 52px;
    height: 82px;
    display: block;
    z-index: 10;
    position: absolute;
    top: -70px;
    left: 0;
    margin-left: -50px;
}
.inner_tanusitvany_szoveg .inner_tanusitvany_title {
    /*padding-bottom: 35px;*/
    font-size: 50px;
    font-family: 'museosans900';
    line-height: 1.1;
    position: relative;
    color: white;
}
.inner_tanusitvany .kepvalto .kepvalto_text img{
	padding-left: 2%;
}
.inner_tanusitvany .kepvalto .kepvalto_text{
	/*font-family: 'rockwell';*/
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 1.4vw;
    margin-top: 1%;
}
.inner_tanusitvany .kepvalto{
	margin-top: 18vh;
    padding-right: 4%;
}
.inner_tanusitvany .kepvalto .rr2 {
	height: 100%;
}
.inner_tanusitvany .kepvalto .rr2 .col-4 {
    margin-right: -3%;
    margin-left: -3%;
}
.inner_tanusitvany .inner_tanusitvany_felsorolas img{
    height: 2.1vh;
    width: auto;
    padding-right: 2.2%;
}
.inner_tanusitvany .inner_tanusitvany_felsorolas a{
    color: #fff;
}
.inner_tanusitvany .inner_tanusitvany_felsorolas {
    /*font-family: rockwell;*/
    font-family: 'Poppins', sans-serif;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    padding-top: 50px;
}
.inner_tanusitvany_felsorolas .row.g-0 .col-xl-6 {
    padding-bottom: 10px;
}
.inner_tanusitvany .inner_tanusitvany_tovabb a{
    color: #fff;
    background-color: #3a94ed;
    text-decoration: none;
}
.inner_tanusitvany .inner_tanusitvany_tovabb {
    height: 35px;
    width: 160px;
    background: #2590e6;
    color: white;
    display: flex;
    text-decoration: none;
    font-family: 'museosans900';
    font-size: 20px;
    padding-left: 13px;
    border-radius: 6px;
    align-items: center;
    margin-top: 30px;
}
.inner_tanusitvany .inner_tanusitvany_text{
	text-align: justify;
}
.inner_tanusitvany .inner_tanusitvany_img{
    max-height: 70vh;
    margin-top: 22vh;
    margin-bottom: 50px;
}
.pdfdownload{
    position: absolute;
    bottom: 10px;
    right: 10px;
    display: block;
    height: 50px;
    width: 50px;
}


#newtime_logo{ display: none; }
#newtime_logo svg > g:nth-child(3) > g{
    -webkit-animation: .05s linear newtime_logo-made forwards;
            animation: .05s linear newtime_logo-made forwards;
    visibility:hidden;
}
#newtime_logo svg > g:nth-child(3) > g:nth-child(1){
    -webkit-animation-delay: .7s;
            animation-delay: .7s;
}
#newtime_logo svg > g:nth-child(3) > g:nth-child(2){
    -webkit-animation-delay: .8s;
            animation-delay: .8s;
}
#newtime_logo svg > g:nth-child(3) > g:nth-child(3){
    -webkit-animation-delay: .9s;
            animation-delay: .9s;
}

#newtime_logo svg > g:nth-child(1),
#newtime_logo svg > g:nth-child(2){
    opacity:0;
}
#newtime_logo svg > g:nth-child(2){
    -webkit-animation: .5s linear newtime_logo-circle forwards;
            animation: .5s linear newtime_logo-circle forwards;
}
#newtime_logo svg > g:nth-child(1){
    -webkit-animation: 1s linear newtime_logo-circle forwards;
            animation: 1s linear newtime_logo-circle forwards;
}


.termek_left{
    height: 100%;
}
.termek_right{
    height: 100%;
    display: none;
    align-items: center;
}

.szolgaltatas_left{
    height: 100%;
}
.szolgaltatas_right{
    height: 100%;
    display: none;
    align-items: center;
}

.no-decoration{
    text-decoration: none;
}




@media(min-width: 1200px) and (max-height: 650px){
    .imgtodecrease {
        max-height: 330px;
    }
    .rolunk_szoveg_row{
        padding-top: 30px;
    }
} 

/*1800 alatt*/
@media(max-width: 1700px){
    .szolgaltatas_left .kepvalto .col-6 {
        margin-left: -20px;
        margin-right: -20px;
    }
}
@media(max-width: 1400px){
    .szolgaltatas_left .kepvalto .justify-content-xl-start{
        position: relative;
        left: 120px;
    }
    .prev_slide {
        position: absolute;
        top: 50%;
        left: 25px;
        transform: translateY(-50%);
        cursor: pointer;
    }
    .next_slide {
        position: absolute;
        top: 50%;
        right: 25px;
        transform: translateY(-50%);
        cursor: pointer;
    }
    .navbar .navbar-nav .nav-item {
        /* text-transform: lowercase; */
        align-self: center;
        padding-left: 4px;
        padding-right: 4px;
    }
    .szolgaltatas_left .kepvalto .col-6 {
        margin-left: -20px;
        margin-right: -20px;
    }
    .navbar .dropdown-menu .dropdown-item{
        background: transparent;
        border: 0px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        padding-left: 5px;
        padding-right: 5px;
    }
    .prev_slide img {
        rotate: 180deg;
        /*height: 50px;*/
    }
    .next_slide img {
        /*height: 50px;*/
    }
    .main_menu_logo img {
        height: 70px;
        /*padding-left: 60px;*/
    }
    .video .video_szoveg .szoveg_title {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: center;
        /* align-items: center; */
        height: 100%;
        padding-left: 75px;
        padding-right: 75px;
        text-align: start;
        align-items: start;
    }
    .video .video_szoveg .szoveg_title .szoveg2{
        /*font-family: 'rockwell';*/
        font-family: 'Poppins', sans-serif;
        font-size: 12px;
    }
    .video .video_szoveg .szoveg_title .szoveg1 {
        /* margin-top: -100px; */
        padding-bottom: 25px;
        font-size: 25px;
        font-family: 'museosans900';
        line-height: 1.1;
        position: relative;
    }
    .video_szoveg .szoveg1::after {
        content: ' ';
        background: url(/images/content/title_arrows.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position-x: right;
        background-position-y: bottom;
        width: 52px;
        height: 40px;
        display: block;
        z-index: 10;
        position: absolute;
        top: -30px;
        left: 0;
        margin-left: -50px;
    }
    .video .video_szoveg .szoveg_title .gomb1 a {
        height: 30px;
        width: 130px;
        background: #2590e6;
        color: white;
        display: flex;
        text-decoration: none;
        font-family: 'museosans900';
        font-size: 14px;
        padding-left: 13px;
        border-radius: 6px;
        align-items: center;
    }
    .rolunk .rolunk_title {
        padding-bottom: 25px;
        font-size: 25px;
        font-family: 'museosans900';
        line-height: 1.1;
        position: relative;
        color: #0b1f43;
        padding-left: 75px;
        padding-right: 75px;
    }
    .rolunk .rolunk_text {
        /*font-family: 'rockwell';*/
        font-family: 'Poppins', sans-serif;
        font-size: 12px;
        color: #0b1f43;
        text-align: justify;
        padding-left: 75px;
        padding-right: 75px;
    }
    .rolunk .rolunk_text_tovabb {
        padding-top: 15px;
        font-size: 12px;
        /*font-family: 'rockwell';*/
        font-family: 'Poppins', sans-serif;
        color: #0b1f43;
        padding-left: 75px;
        padding-right: 75px;
    }
    .rolunk .rolunk_text_2 {
        padding-top: 25px;
        padding-left: 75px;
    }
    .rolunk .rolunk_text_tovabb2 {
        font-size: 12px;
        /*font-family: 'rockwell';*/
        font-family: 'Poppins', sans-serif;
        color: #0b1f43;
        padding-right: 10px;
    }
    .rolunk .rolunk_text_tovabb2 img {
        padding-right: 5px;
    }
    .rolunk .rolunk_title::after {
        content: ' ';
        background: url(/images/content/title_arrows.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position-x: right;
        background-position-y: bottom;
        width: 52px;
        height: 40px;
        display: block;
        z-index: 10;
        position: absolute;
        top: -30px;
        left: 0;
        margin-left: 25px;
    }
    .rolunk .rolunk_text_2 {
        padding-top: 20px;
        padding-left: 75px;
    }
    .rolunk .rolunk_text_tovabb {
        padding-top: 10px;
        font-size: 12px;
        /*font-family: 'rockwell';*/
        font-family: 'Poppins', sans-serif;
        color: #0b1f43;
        padding-left: 75px;
        padding-right: 75px;
    }
    .rolunk .rolunk_szoveg {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: center;
        /* align-items: center; */
        height: 100%;
        text-align: start;
        align-items: start;
        padding-top: 100px;
    }
    .rolunk .rolunk_text_tovabb img {
        padding-right: 5px;
    }
    .termekeink .termekek_title {
        /*font-family: 'rockwell';*/
        font-family: 'Poppins', sans-serif;
        font-size: 12px;
        cursor: pointer;
        color: white;
        text-decoration: underline;
        text-align: start;
        padding-top: 20px;
    }
    .termekeink .termekeink_title {
        /* margin-top: -100px; */
        padding-bottom: 15px;
        font-size: 25px;
        font-family: 'museosans900';
        line-height: 1.1;
        position: relative;
        color: white;
    }
    .termekeink .termekeink_szoveg {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: center;
        /* align-items: center; */
        height: 100%;
        padding-left: 75px;
        padding-right: 75px;
        text-align: start;
        align-items: start;
        padding-top: 60px;
    }
    .termekeink .termekeink_title::after {
        content: ' ';
        background: url(/images/content/title_arrows.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position-x: right;
        background-position-y: bottom;
        width: 52px;
        height: 40px;
        display: block;
        z-index: 10;
        position: absolute;
        top: -30px;
        left: 0;
        margin-left: -50px;
    }
    .termekeink .termekek_title img {
        margin-right: 5px;
    }
    .szolgaltatas .szolgaltatas_title {
        padding-bottom: 25px;
        font-size: 25px;
        font-family: 'museosans900';
        line-height: 1.1;
        position: relative;
        color: #0b1f43;
    }
    .szolgaltatas .szolgaltatas_text {
        /*font-family: 'rockwell';*/
        font-family: 'Poppins', sans-serif;
        font-size: 12px;
        color: #0b1f43;
        text-align: justify;
    }
    .szolgaltatas .szolgaltatas_title::after {
        content: ' ';
        background: url(/images/content/title_arrows.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position-x: right;
        background-position-y: bottom;
        width: 52px;
        height: 40px;
        display: block;
        z-index: 10;
        position: absolute;
        top: -30px;
        left: 0;
        margin-left: -50px;
    }
    .szolgaltatas .szolgaltatas_szoveg {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: center;
        /* align-items: center; */
        height: 100%;
        padding-left: 75px;
        padding-right: 75px;
        text-align: start;
        align-items: start;
        align-self: center;
    }
    .szolgaltatas .kepvalto .kepvalto_text2 {
        font-family: 'museoslab500';
        font-size: 12px;
        color: #0b1f43;
        cursor: pointer;
        padding-left: 5px;
        padding-right: 5px;
    }
    .szolgaltatas .kepvalto {
        padding-top: 110px;
        padding-right: 75px;
    }
    .kapcsolat .titlek {
        padding-bottom: 25px;
        font-size: 19px;
        font-family: 'museosans900';
        line-height: 1.1;
        position: relative;
        color: white;
    }
    .kapcsolat .kapcsolat_szoveg {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: center;
        /* align-items: center; */
        height: 100%;
        padding-left: 75px;
        padding-right: 75px;
        text-align: start;
        align-items: start;
        align-self: center;
    }
    .kapcsolat .kapcsolat_szoveg .kapcsolat_text {
        /*font-family: 'rockwell';*/
        font-family: 'Poppins', sans-serif;
        font-size: 12px;
        color: white;
        text-align: justify;
    }
    .kapcsolat .titlek::after {
        content: ' ';
        background: url(/images/content/title_arrows.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position-x: right;
        background-position-y: bottom;
        width: 52px;
        height: 42px;
        display: block;
        z-index: 10;
        position: absolute;
        top: -30px;
        left: 0;
        margin-left: -55px;
    }
    .kapcsolat .kapcsolat_szoveg .kapcsolat_title img {
        padding-bottom: 15px;
    }

    .footer .footer_kapcsolat_content {
        color: white;
        text-decoration: none;
        padding-bottom: 10px;
        font-size: 12px;
    }
    .footer .footer_menu_item {
        /*text-transform: lowercase;*/
        align-self: center;
        font-size: 12px;
    }
    .footer .footer_title {
        padding-top: 30px;
        padding-bottom: 20px;
        font-size: 22px;
        font-family: 'museosans900';
        line-height: 1.1;
        position: relative;
        color: white;
    }
    .footer .footer_logo_text {
        font-family: 'museoslab500';
        font-size: 12px;
        padding-top: 20px;
    }
    .footer .footer_logo {
        width: 300px;
        padding-top: 30px;
        margin-top: 30px;
    }
    .footer .footer_2 {
        border-top: 1px solid white;
        margin-top: 40px;
        padding-top: 30px;
        padding-left: 40px;
        padding-right: 40px;
        /*font-family: 'rockwell';*/
        font-family: 'Poppins', sans-serif;
        font-size: 12px;
    }
    .footer {
        background: linear-gradient(90deg, rgb(28 34 119 / 80%), rgb(2 4 18 / 80%)), url(/images/content/f63a2150.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        color: #fff;
        padding-left: 75px;
        padding-right: 75px;
    }
    .navbar {
        position: fixed;
        top: -1px;
        /*background-color: rgb(58 147 237 / 83%);*/
        background-color: rgb(107 107 106);
        z-index: 50;
        /*width: 100%;*/
        width: 100vw;
        height: 90px;
        z-index: 100;
    }
    .navbar .navbar-nav .nav-item a {
        color: white;
        font-family: museosans900;
        font-size: 14px;
    }
    .foldgomb {
        height: 46px;
        width: 43px;
    }
    .videoBGactive img {
        width: 75px;
    }
    .videoBGactive2 img {
        width: 75px;
    }

    .termekeink_b_title{
        padding-bottom: 25px;
        font-size: 25px;
        font-family: 'museosans900';
        line-height: 1.1;
        position: relative;
        color: #0b1f43;
        padding-left: 75px;
        padding-right: 75px;
    }
    .termekeink_b_text{
        /*font-family: 'rockwell';*/
        font-family: 'Poppins', sans-serif;
        font-size: 12px;
        color: #0b1f43;
        text-align: justify;
        padding-left: 75px;
        padding-right: 75px;
    }
    .termekeink_b_title::after{
        content: ' ';
        background: url(/images/content/title_arrows.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position-x: right;
        background-position-y: bottom;
        width: 52px;
        height: 40px;
        display: block;
        z-index: 10;
        position: absolute;
        top: -30px;
        left: 0;
        margin-left: 25px;
    }
    .termekeink_b_vissza .termekeink_b_vissza_a{
        padding-top: 10px;
        font-size: 12px;
        /*font-family: 'rockwell';*/
        font-family: 'Poppins', sans-serif;
        color: #0b1f43;
        padding-left: 75px;
        padding-right: 75px;
    }
    .termekeink_b_vissza .termekeink_b_vissza_b{
        padding-top: 10px;
        font-size: 12px;
        /*font-family: 'rockwell';*/
        font-family: 'Poppins', sans-serif;
        color: #0b1f43;
        padding-left: 75px;
        padding-right: 75px;
    }
    .termekeink_b_szoveg {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: center;
        /* align-items: center; */
        height: 100%;
        padding-left: 0px;
        padding-right: 0px;
        text-align: start;
        align-items: start;
        align-self: center;
    }

    .szolgaltatas_b_title::after{
        content: ' ';
        background: url(/images/content/title_arrows.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position-x: right;
        background-position-y: bottom;
        width: 52px;
        height: 40px;
        display: block;
        z-index: 10;
        position: absolute;
        top: -30px;
        left: 0;
        margin-left: 25px;
    }
    .szolgaltatas_b_title{
        padding-bottom: 25px;
        font-size: 25px;
        font-family: 'museosans900';
        line-height: 1.1;
        position: relative;
        color: #0b1f43;
        padding-left: 75px;
        padding-right: 75px;
    }
    .szolgaltatas_b_text{
        /*font-family: 'rockwell';*/
        font-family: 'Poppins', sans-serif;
        font-size: 12px;
        color: #0b1f43;
        text-align: justify;
        padding-left: 75px;
        padding-right: 75px;
    }
    .szolgaltatas_b_szoveg {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: center;
        /* align-items: center; */
        height: 100%;
        padding-left: 0px;
        padding-right: 0px;
        text-align: start;
        align-items: start;
        align-self: center;
    }
    .szolgaltatas_b_vissza .szolgaltatas_b_vissza_a{
        padding-top: 10px;
        font-size: 12px;
        /*font-family: 'rockwell';*/
        font-family: 'Poppins', sans-serif;
        color: #0b1f43;
        padding-left: 75px;
        padding-right: 75px;
    }
    .szolgaltatas_b_vissza .szolgaltatas_b_vissza_b{
        padding-top: 10px;
        font-size: 12px;
        /*font-family: 'rockwell';*/
        font-family: 'Poppins', sans-serif;
        color: #0b1f43;
        padding-left: 0px;
        padding-right: 75px;
    }


    .inner_page_title::after {
        content: ' ';
        background: url(/images/content/title_arrows.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position-x: right;
        background-position-y: bottom;
        width: 52px;
        height: 40px;
        display: block;
        z-index: 10;
        position: absolute;
        top: -30px;
        left: 0;
        margin-left: 25px;
    }
    .inner_page_title2 {
        padding-bottom: 25px;
        font-size: 25px;
        font-family: 'museosans900';
        line-height: 1.1;
        position: relative;
        color: #0b1f43;
        padding-left: 75px;
        padding-right: 75px;
    }
    .inner_page_szoveg_3 .inner_page_title2 {
        padding-bottom: 25px;
        font-size: 25px;
        font-family: 'museosans900';
        line-height: 1.1;
        position: relative;
        color: #0b1f43;
        padding-left: 75px;
        padding-right: 75px;
    }
    .inner_page_title {
        padding-bottom: 25px;
        font-size: 25px;
        font-family: 'museosans900';
        line-height: 1.1;
        position: relative;
        color: #0b1f43;
        padding-left: 75px;
        padding-right: 75px;
    }
    .inner_page_text {
        /*font-family: 'rockwell';*/
        font-family: 'Poppins', sans-serif;
        font-size: 12px;
        color: #0b1f43;
        text-align: justify;
        padding-left: 75px;
        padding-right: 75px;
    }
    .inner_page_vissza .inner_page_vissza_a {
        padding-top: 10px;
        font-size: 12px;
        /*font-family: 'rockwell';*/
        font-family: 'Poppins', sans-serif;
        color: #0b1f43;
        padding-left: 75px;
        padding-right: 75px;
    }
    .inner_page_vissza .inner_page_vissza_a img {
        padding-right: 5px;
    }
    .inner_page_szoveg {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: center;
        /* align-items: center; */
        height: 100%;
        padding-left: 0px;
        padding-right: 0px;
        text-align: start;
        align-items: start;
        /* align-self: center; */
    }
    .inner_page_szoveg_3 {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: center;
        /* align-items: center; */
        height: 100%;
        padding-left: 10px;
        padding-right: 10px;
        text-align: start;
        align-items: start;
        /* align-self: center; */
    }


    .tanusitvany_szoveg .tanusitvany_title::after {
        content: ' ';
        background: url(/images/content/title_arrows.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position-x: right;
        background-position-y: bottom;
        width: 52px;
        height: 40px;
        display: block;
        z-index: 10;
        position: absolute;
        top: -30px;
        left: 0;
        margin-left: 25px;
    }
    .tanusitvany_szoveg .tanusitvany_title {
        padding-bottom: 5px;
        font-size: 25px;
        font-family: 'museosans900';
        line-height: 1.1;
        position: relative;
        color: white;
        padding-left: 75px;
        padding-right: 75px;
    }
    .tanusitvany .tanusitvany_felsorolas a{
        /*font-family: 'rockwell';*/
        font-family: 'Poppins', sans-serif;
        font-size: 12px;
        color: #fff;
        text-align: justify;
    }
    .col-6.tanusitvany_szoveg.fullpage {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: center;
        /* align-items: center; */
        height: 100%;
        text-align: start;
        align-items: start;
        align-self: center;
        padding-left: 0px;
        padding-right: 0px;
    }
    .tanusitvany .tanusitvany_felsorolas{
        padding-left: 75px;
        padding-right: 75px;
        padding-top: 30px;
    }
    .tanusitvany .tanusitvany_tovabb {
        height: 30px;
        width: 130px;
        background: #2590e6;
        color: white;
        display: flex;
        text-decoration: none;
        font-family: 'museosans900';
        font-size: 14px;
        padding-left: 13px;
        border-radius: 6px;
        align-items: center;
        margin-left: 75px;
    }
    .tanusitvany_felsorolas .row.g-0 .col-6 {
        padding-bottom: 0px;
    }



    .col-xl-6.inner_tanusitvany_szoveg.fullpage {
        display: block;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: center;
        /* align-items: center; */
        /* height: 100%; */
        padding-left: 75px;
        padding-right: 75px;
        text-align: start;
        align-items: start;
        /* align-self: center; */
        padding-top: 210px;
    }
    .inner_tanusitvany_szoveg .inner_tanusitvany_title {
        padding-bottom: 5px;
        font-size: 25px;
        font-family: 'museosans900';
        line-height: 1.1;
        position: relative;
        color: white;
        padding-left: 75px;
        padding-right: 75px;
    }

    .inner_tanusitvany_szoveg .inner_tanusitvany_title::after {
        content: ' ';
        background: url(/images/content/title_arrows.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position-x: right;
        background-position-y: bottom;
        width: 52px;
        height: 40px;
        display: block;
        z-index: 10;
        position: absolute;
        top: -30px;
        left: 0;
        margin-left: 25px;
    }
    .inner_tanusitvany_szoveg .inner_tanusitvany_title{
        padding-bottom: 5px;
        font-size: 25px;
        font-family: 'museosans900';
        line-height: 1.1;
        position: relative;
        color: white;
        padding-left: 75px;
        padding-right: 75px;
    }
    .col-xl-6.inner_tanusitvany_szoveg.fullpage {
        display: block;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: center;
        /* align-items: center; */
        /* height: 100%; */
        padding-left: 0px;
        padding-right: 0px;
        text-align: start;
        align-items: start;
        /* align-self: center; */
        padding-top: 210px;
    }
    .inner_tanusitvany .inner_tanusitvany_felsorolas {
        padding-left: 75px;
        padding-right: 75px;
        padding-top: 30px;
    }
    .inner_tanusitvany .inner_tanusitvany_felsorolas a{
        /*font-family: 'rockwell';*/
        font-family: 'Poppins', sans-serif;
        font-size: 12px;
        color: #fff;
        text-align: justify;
    }
    .inner_tanusitvany_felsorolas .row.g-0 .col-xl-6{
        padding-bottom: 0px;
    }

    .allas_title{
        padding-bottom: 25px;
        font-size: 25px;
        font-family: 'museosans900';
        line-height: 1.1;
        position: relative;
        color: white;
    }
    .allas_title::after {
        content: ' ';
        background: url(/images/content/title_arrows.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position-x: right;
        background-position-y: bottom;
        width: 52px;
        height: 40px;
        display: block;
        z-index: 10;
        position: absolute;
        top: -30px;
        left: 0;
        margin-left: -50px;
    }
    .karrier_text{
        font-size: 12px;
    }
    .kat_felsorolas_title {
        font-size: 16px;
        /*font-style: italic;*/
        color: white;
    }
    .karrier_felsorolas_elem a {
        text-decoration: none;
        color: white;
        font-size: 12px;
        margin-left: 40px;
    }
    .kat_felsorolas_title2 img {
        /* padding-right: 5px; */
        height: 11px;
    }
    .allas .allas_text3 {
        padding-bottom: 30px;
        font-size: 14px;
        /* font-family: 'rockwell'; */
        font-family: 'Poppins', sans-serif;
    }
    .karrier_c_text {
        color: white;
        font-size: 14px;
        font-family: 'Poppins', sans-serif;
    }

}

@media (max-width: 1520px){
    .navbar .navbar-nav .nav-item a {
        color: white;
        font-family: museosans900;
        font-size: 16px;
    }
}

@media (max-width: 1270px){
    .navbar .navbar-nav .nav-item a {
        color: white;
        font-family: museosans900;
        font-size: 14px;
    }
}

@media(min-width: 1200px){
    .desktop_hidden {
        display: none;
    }
}

/*mobil*/
@media(max-width: 1200px){
    #infoblokk img{
        width: 150px;
        height: 103px;
    }
    #infoblokk {
        position: absolute;
        top: 0px;
        right: 0px;
        opacity: 0.8;
        z-index: 200;
    }
    .mobil_hidden{
        display: none;
    }
/*
    #pagepiling{
        padding-top: 76px;
    }
    .pp-tableCell {
        display: table-cell;
        vertical-align: top !important;
        width: 100%;
        height: 100%;
    }


    .mobil_menu {
        background-color: #2f7dd2;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 20px;
        padding-bottom: 20px;
        position: fixed;
        z-index: 100;
        width: 100vw;
    }
    .hamb_open{
        align-self: center;
        padding-bottom: 3px;
    }
    .hamb_menu{
        padding-top: 20px;
    }
    .hamb_mobil_menu_item {
        font-weight: 600;
        font-size: 16px;
        padding-left: 20px;
        color: #fff !important;
        text-decoration: none;
    }
    .hamp_mobil_menu_cont{
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .nyelvvalaszto_menu {
        padding-top: 20px;
    }
    .nyelvvalaszto_mobil_item {
        font-weight: 600;
        font-size: 16px;
        padding-left: 20px;
        color: #fff !important;
        text-decoration: none;
    }
    .nyelvvalaszto_cont{
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .nyelvvalaszto{
        align-self: center;
        padding-right: 20px;
    }
    .nyelvvalaszto img{ 
        width: 30px;
        height: auto;
    }

    .navbar {
        display: none;
    }
    .video .video_szoveg {
        background-color: #2f2274;
        color: white;
        position: relative;
        z-index: 7;
        padding-top: 60px;
    }
    .video {
        background: #2f2274; 
        background-color: #2f2274 !important; 
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .elso {
        position: relative;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }
    .masodik{
        background-color: #2f2274; 
        overflow: hidden;
    }
    .harmadik {
        position: relative;
        height: 100%;
    }
    .negyedik {
        height: auto;
        width: 100%;
        background-size: cover;
        background-position: right top;
        background-repeat: no-repeat;
    }
    #videoBG {
        width: 100%;
        height: 100%;
        position: relative;
        object-fit: contain;
        display: block;
    }
    .buttonbg {
        background: url(/images/content/videobg.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        position: absolute;
        width: 100vw;
        height: 100%;
        top: 0;
        right: 0px;
        z-index: 4;
    }

    .video .video_szoveg .szoveg_title {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: center;
        height: 100%;
        padding-left: 45px;
        padding-right: 45px;
        text-align: start;
        align-items: start;
    }
    .video_szoveg .szoveg1::after {
        content: ' ';
        background: url(/images/content/title_arrows.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position-x: right;
        background-position-y: bottom;
        width: 34px;
        height: 54px;
        display: block;
        z-index: 10;
        position: absolute;
        top: -45px;
        left: 0;
        margin-left: -40px;
    }

    .rolunk .rolunk_title {
        padding-bottom: 25px;
        font-size: 25px;
        font-family: 'museosans900';
        line-height: 1.1;
        position: relative;
        color: #0b1f43;
        padding-left: 45px;
        padding-right: 45px;
    }
    .rolunk .rolunk_text {
        font-family: 'rockwell';
        font-size: 12px;
        color: #0b1f43;
        text-align: justify;
        padding-left: 45px;
        padding-right: 45px;
    }
    .rolunk .rolunk_text_tovabb {
        padding-top: 10px;
        font-size: 12px;
        font-family: 'rockwell';
        color: #0b1f43;
        padding-left: 45px;
        padding-right: 45px;
    }
    .rolunk .rolunk_text_2 {
        padding-top: 20px;
        padding-left: 45px;
    }
    .rolunk .rolunk_title::after {
        content: ' ';
        background: url(/images/content/title_arrows.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position-x: right;
        background-position-y: bottom;
        width: 34px;
        height: 54px;
        display: block;
        z-index: 10;
        position: absolute;
        top: -45px;
        left: 0;
        margin-left: 7px;
    }

    .termekeink .termekeink_szoveg {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: center;
        height: 100%;
        padding-left: 45px;
        padding-right: 45px;
        text-align: start;
        align-items: start;
        padding-top: 60px;
    }
    .termekeink .termekeink_title::after {
        content: ' ';
        background: url(/images/content/title_arrows.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position-x: right;
        background-position-y: bottom;
        width: 34px;
        height: 54px;
        display: block;
        z-index: 10;
        position: absolute;
        top: -45px;
        left: 0;
        margin-left: -40px;
    }
    


    .kapcsolat {
        background-color: #363683 !important;
    }
    .kapcsolat .kapcsolat_szoveg {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: center;
        height: 100%;
        padding-left: 40px;
        padding-right: 40px;
        text-align: start;
        align-items: start;
        align-self: center;
    }
    .kapcsolat .titlek {
        padding-bottom: 25px;
        font-size: 18px;
        font-family: 'museosans900';
        line-height: 1.1;
        position: relative;
        color: white;
    }
    .kapcsolat .kapcsolat_szoveg .kapcsolat_text {
        font-family: 'rockwell';
        font-size: 10px;
        color: white;
        text-align: justify;
        padding-bottom: 15px;
    }
    .kapcsolat .kapcsolat_szoveg .kapcsolat_text .col-12 {
        display: flex;
        align-items: center;
        padding-bottom: 0px;
    }
    .kapcsolat .kapcsolat_szoveg .kapcsolat_title img {
        padding-bottom: 10px;
        width: 110px;
        padding-top: 20px;
    }
    

    .footer {
        background: linear-gradient(180deg, rgb(44 44 105), rgb(30 30 67));
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        color: #fff;
        padding-left: 0px;
        padding-right: 0px;
    }
    .footer .footer_1 {
        font-family: 'rockwell';
        padding-left: 55px;
    }
    .footer .footer_kapcsolat_content {
        color: white;
        text-decoration: none;
        padding-bottom: 5px;
        font-size: 12px;
    }
    .footer .footer_logo {
        width: 300px;
        padding-top: 30px;
        margin-top: 30px;
        padding-right: 30px;
    }
    .footer .footer_logo_text {
        font-family: 'museoslab500';
        font-size: 9px;
        padding-top: 20px;
        padding-right: 30px;
    }*/
}


/*---------------------------*/
@media(max-width: 1200px){
    .mobil_konig_logo{
        width: 135px;
        /*-webkit-animation-name: ShineAnimation;*/
        /*-webkit-animation-duration: 5s;*/
        /*-webkit-animation-iteration-count: infinite;*/
        /*-webkit-animation-timing-function: cubic-bezier(0.88, 0.09, 0, 1.01);*/
    }
    #slider2 label{
        margin: auto;
        width: 50%;
        height: 100%;
        border-radius: 0px;
        position: absolute;
        left: 0px;
        right: 0px;
        cursor: pointer;
        transition: transform 0.4s ease;
        box-shadow: 0 13px 25px 0 rgb(0 0 0 / 0%), 0 11px 7px 0 rgb(0 0 0 / 0%)!important;
        background: rgb(255 255 255 / 0%)!important;
    }
    .next_slide2 img {
        width: 40px;
    }
    .next_slide2 {
        position: absolute;
        top: 50%;
        left: 85%;
        right: auto;
        transform: translateY(-50%);
        cursor: pointer;
    }
    .prev_slide2 img {
        rotate: 180deg;
        width: 40px;
    }
    .prev_slide2 {
        position: absolute;
        top: 50%;
        right: 85%;
        left: auto;
        transform: translateY(-50%);
        cursor: pointer;
    }
    .vevopartnerkep{
        align-self: center;
        text-align: center;
        padding: 20px !important;
    }
    .karrier {
        background: linear-gradient(0deg, rgba(34, 34, 121, 0.9), rgba(34, 34, 121, 0.9)), url(/images/content/1-38.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        padding-top: 0px;
        padding-bottom: 100px;
    }
    .karrier_szoveg{
        padding-left: 0px;
        padding-right: 0px;
    }
    .karrier_title::after {
        content: ' ';
        background: url(/images/content/title_arrows.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position-x: right;
        background-position-y: bottom;
        width: 28px;
        height: 55px;
        display: block;
        z-index: 10;
        position: absolute;
        top: -40px;
        left: -38px;
        margin-left: 0;
    }
    .karrier_title{
        display: block;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
        height: auto;
        padding-left: 0px;
        text-align: start;
        align-items: start;
        position: relative;
        margin-left: 60px;
        padding-right: 0;
        font-family: museosans900;
        font-size: 32px;
        margin-top: 60px;
        line-height: 1.21;
        text-transform: uppercase;
        padding-bottom: 0px;
    }
    .allas .allas_title2 a {
        color: white;
        /*font-family: 'rockwell';*/
        font-family: 'Poppins', sans-serif;
        font-size: 12px;
        text-decoration: underline;
        text-align: start;
        padding-top: 0px;
        cursor: pointer;
        display: flex;
        align-items: center;
        padding-bottom: 5px;
    }
    .allas .allas_text3 {
        /*font-family: rockwell;*/
        font-family: 'Poppins', sans-serif;
        padding-top: 15px;
        padding-left: 45px;
        padding-right: 50px;
        font-size: 12px;
        line-height: 1.13;
        padding-left: 45px;
        padding-right: 50px;
    }
    .allas {
        background: linear-gradient(0deg, rgba(34, 34, 121, 0.9), rgba(34, 34, 121, 0.9)), url(/images/content/1-38.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        padding-top: 0px;
        padding-bottom: 100px;
    }
    .allas_text{
        padding-top: 15px;
        padding-left: 45px;
        padding-right: 50px;
        padding-bottom: 10px;
    }
    .allas .kontakt{
        padding-left: 45px;
        padding-right: 50px;   
        /*font-family: rockwell;*/
        font-family: 'Poppins', sans-serif;
        font-size: 12px;    
    }
    .allas_szoveg{
        padding-left: 0px;
        padding-right: 0px;
    }
    .allas_title::after {
        content: ' ';
        background: url(/images/content/title_arrows.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position-x: right;
        background-position-y: bottom;
        width: 28px;
        height: 55px;
        display: block;
        z-index: 10;
        position: absolute;
        top: -40px;
        left: -38px;
        margin-left: 0;
    }
    .allas_title{
        display: block;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
        height: auto;
        padding-left: 0px;
        text-align: start;
        align-items: start;
        position: relative;
        margin-left: 60px;
        padding-right: 0;
        font-family: museosans900;
        font-size: 32px;
        margin-top: 60px;
        line-height: 1.21;
        text-transform: uppercase;
        padding-bottom: 0px;
    }
    .karrier_image_right{
        padding-top: 15px;
    }
    .karrier_c_text {
        color: white;
        font-size: 12px;
        font-family: 'Poppins', sans-serif;
        padding-left: 45px;
        padding-right: 50px;
    }
    .karrier_text{
        padding-left: 45px;
        padding-right: 50px;
    }
    .karrier_kats{
        padding-top: 15px;
        padding-left: 45px;
        padding-right: 50px;
    }
    .karrier_pd{
        padding-top: 40px;
    }
    .kat_kat123 {
        padding-bottom: 20px;
        padding-top: 10px;
    }
    .karrier_kat_title{
        font-size: 12px;
    }
    .karrier_kat_title img {
        padding-right: 5px;
        margin-right: 0px;
        height: 11px;
        width: auto;
    }


    .blue_line {
        background: #2f2274;
        height: 20px;
    }
    .mobil_menu {
        /*background-color: #2f7dd2;*/
        background-color: rgb(107 107 106);
        /*padding-left: 20px;*/
        /*padding-right: 20px;*/
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .nyelvvalaszto {
        align-self: center;
        padding-right: 20px;
    }
    .nyelvvalaszto img {
        width: 30px;
        height: auto;
    }
    .hamb_open img{
        width: 36px;
    }
    .hamb_open {
        align-self: center;
        padding-bottom: 3px;
    }
    .nyelvvalaszto_menu {
        padding-top: 20px;
    }
    .nyelvvalaszto_cont {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .nyelvvalaszto_mobil_item {
        font-weight: 600;
        font-size: 16px;
        padding-left: 20px;
        color: #fff !important;
        text-decoration: none;
    }
    .hamb_menu {
        padding-top: 20px;
    }
    .hamp_mobil_menu_cont {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .hamp_mobil_menu_cont2 {
        /*padding-top: 5px;*/
        /*padding-bottom: 5px;*/
        padding-top: 10px;
        padding-bottom: 0px;
        border-top: 3px solid white;
    }
    .hamb_mobil_menu_item {
        font-weight: 600;
        font-size: 16px;
        padding-left: 20px;
        color: #fff !important;
        text-decoration: none;
    }
    .hamb_mobil_menu_item2 {
        font-weight: 400;
        font-size: 16px;
        padding-left: 20px;
        color: #fff !important;
        text-decoration: none;
    }
    .hamb_mobil_menu_item3 {
        font-weight: 400;
        font-size: 16px;
        padding-left: 10px;
        color: #fff !important;
        text-decoration: none;
    }
    .hamb_mobil_menu_item2_vonal{
        border-right: 1px solid white;
        border-left: 1px solid white;
        padding-right: 10px;
        margin-left: 10px;
    }
    .fullpage .rr {
        height: 100%;
    }
    .fullpage {
        height: 100%;
        position: relative;
    }
    .video {
        background: #2f2274;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .video .video_szoveg {
        background-color: #2f2274;
    }
    .video .video_szoveg {
        color: white;
        position: relative;
        z-index: 7;
    }
    .video_szoveg .video_szoveg_logo {
        padding-top: 0px;
        padding-left: 45px;
        padding-right: 50px;
        width: 100%;
    }
    .video_szoveg .szoveg_title {
        position: relative;
        margin-left: 60px;
        padding-right: 0;
        font-family: museosans900;
        font-size: 32px;
        margin-top: 60px;
        line-height: 1.21;
        text-transform: uppercase;
    }
    .video_szoveg .szoveg_title::after {
        content: ' ';
        background: url(/images/content/title_arrows.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position-x: right;
        background-position-y: bottom;
        width: 28px;
        height: 55px;
        display: block;
        z-index: 10;
        position: absolute;
        top: -40px;
        left: -38px;
        margin-left: 0;
    }
    .video_szoveg .szoveg_text {
        /*font-family: rockwell;*/
        font-family: 'Poppins', sans-serif;
        padding-top: 15px;
        padding-left: 45px;
        padding-right: 50px;
        font-size: 12px;
        line-height: 1.13;
        text-align: justify;
    }
    .video_szoveg .szoveg_text_tovabb {
        margin-left: 60px;
        margin-top: 20px;
        display: block;
        background: #2590e6;
        color: white;
        width: 105px;
        border-radius: 5px;
        font-size: 12px;
        font-weight: 700;
        text-decoration: none;
        padding-left: 10px;
        font-family: 'museosans900';
        padding-top: 5px;
        padding-bottom: 5px;
        margin-bottom: 30px;
    }
    .video .video_szoveg .szoveg_title {
        display: block;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
        height: auto;
        padding-left: 0px;
        padding-right: 0px;
        text-align: start;
        align-items: start;
    }
    .negyedik {
        height: auto;
        width: 100%;
        background-size: cover;
        background-position: right top;
        background-repeat: no-repeat;
    }
    .harmadik {
        position: relative;
        height: 100%;
    }
    .masodik {
        background-color: #2f2274;
        overflow: hidden;
    }
    .elso {
        position: relative;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }
    .videoBGactive {
        background-color: #fff0;
        border: medium none;
        color: #fff;
        display: block;
        font-size: 18px;
        left: 50%;
        margin: 0 auto;
        padding: 0px;
        position: absolute;
        top: 50%;
        z-index: 5;
        transform: translate(-50%, -50%);
        width: 100%;
        height: 100%;
    }
    .videoBGactive img {
        position: relative;
        z-index: 7;
        height: 30px;
        width: auto;
    }
    .videoBGactive2 {
        background-color: #fff0;
        border: medium none;
        color: #fff;
        display: block;
        font-size: 18px;
        left: 50%;
        margin: 0 auto;
        padding: 0px;
        position: absolute;
        top: 50%;
        z-index: 5;
        transform: translate(-50%, -50%);
        width: 100%;
        height: 100%;
    }
    .videoBGactive2 img {
        position: relative;
        z-index: 7;
        height: 30px;
        width: auto;
    }
    .buttonbg {
        /* background: url(/images/content/videobg.png); */
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        position: absolute;
        width: 100vw;
        height: 100%;
        /* top: -127px; */
        top: 0;
        right: 0px;
        z-index: 4;
    }
    #videoBG {
        width: 100%;
        height: 100%;
        position: relative;
        object-fit: contain;
        display: inline;
    }
    #videoBG2 {
        width: 100%;
        height: 100%;
        position: relative;
        object-fit: contain;
        display: inline;
    }

    .rolunk_szoveg .rolunk_title {
        position: relative;
        margin-left: 60px;
        padding-right: 10%;
        font-family: museosans900;
        /* font-size: 50px; */
        font-size: 32px;
        margin-top: 55px;
        line-height: 1.21;
        color: #0b1f43;
        text-transform: uppercase;
        padding-bottom: 0px;
        padding-left: 0px;
    }
    .rolunk_szoveg .rolunk_title::after {
        content: ' ';
        background: url(/images/content/title_arrows.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position-x: right;
        background-position-y: bottom;
        width: 28px;
        height: 55px;
        display: block;
        z-index: 10;
        position: absolute;
        top: -40px;
        left: -38px;
        margin-left: 0;
    }
    .rolunk .rolunk_text {
        color: #0b1f43;
        text-align: justify;
        /*font-family: rockwell;*/
        font-family: 'Poppins', sans-serif;
        padding-top: 15px;
        padding-left: 45px;
        padding-right: 50px;
        font-size: 12px;
        line-height: 1.13;
    }
    .rolunk_szoveg .rolunk_text_tovabb {
        display: block;
        padding-left: 45px;
        margin-top: 20px;
        /*font-family: 'rockwell';*/
        font-family: 'Poppins', sans-serif;
        font-size: 12px;
        color: #0b1e41;
    }
    .rolunk_szoveg .rolunk_text_tovabb img {
        padding-right: 10px;
        height: 13px;
        width: auto;
    }
    .rolunk_szoveg .rolunk_text_2 {
        padding-left: 45px;
        margin-top: 20px;
        /*font-family: 'rockwell';*/
        font-family: 'Poppins', sans-serif;
        font-size: 12px;
        color: #0b1e41;
        margin-bottom: 40px;
        padding-top: 0px;
    }
    .rolunk_szoveg .rolunk_text_2 .rolunk_text_tovabb2 {
        margin-top: 5px;
        /*font-family: 'rockwell';*/
        font-family: 'Poppins', sans-serif;
        font-size: 12px;
        color: #0b1e41;
        display: block;
    }
    .rolunk_szoveg .rolunk_text_tovabb2 img {
        padding-right: 10px;
        height: 2.1vh;
        width: auto;
    }
    .rolunk .rolunk_szoveg {
        display: block;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: center;
        /* align-items: center; */
        height: auto;
        text-align: start;
        align-items: start;
        padding-top: 0px;
    }
    
    .termekeink .termekeink_szoveg {
        display: block;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: center;
        /* align-items: center; */
        height: 100%;
        padding-left: 0px;
        padding-right: 0px;
        text-align: start;
        align-items: start;
        padding-top: 0px;
        padding-bottom: 40px;
    }
    .termekeink_szoveg .termekeink_title {
        position: relative;
        margin-left: 60px;
        padding-right: 10%;
        font-family: museosans900;
        /* font-size: 50px; */
        font-size: 32px;
        margin-top: 70px;
        line-height: 1.21;
        color: #fff;
        text-transform: uppercase;
        padding-bottom: 0px;
    }
    .termekeink_szoveg .termekeink_title::after {
        content: ' ';
        background: url(/images/content/title_arrows.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position-x: right;
        background-position-y: bottom;
        width: 28px;
        height: 55px;
        display: block;
        z-index: 10;
        position: absolute;
        top: -40px;
        left: -38px;
        margin-left: 0;
    }
    .termekeink .termekeink_text {
        color: #fff;
        text-align: justify;
        /*font-family: rockwell;*/
        font-family: 'Poppins', sans-serif;
        padding-top: 15px;
        padding-left: 45px;
        padding-right: 50px;
        font-size: 12px;
        line-height: 1.13;
    }
    .termekeink .rr2 {
        padding-top: 10px;
        padding-left: 45px;
        padding-right: 45px;
    }
    .termekeink .row .termekeink_szoveg .row .col-6 {
        padding-bottom: 30px;
    }
    .termekeink .termek_click, .termekeink .termekek_title {
        cursor: pointer;
    }
    .termekeink .termekek_title {
        color: white;
        /*font-family: 'rockwell';*/
        font-family: 'Poppins', sans-serif;
        font-size: 12px;
        text-decoration: underline;
        text-align: start;
        padding-top: 5px;
        max-width: 100%;
    }
    .termekeink .termekek_title img {
        padding-right: 5px;
        height: 11px;
        width: auto;
    }
    .termekeink .termekek_title img {
        margin-right: 0px;
    }

    .szolgaltatas_szoveg .szolgaltatas_title {
        position: relative;
        margin-left: 60px;
        /*padding-right: 10%;*/
        font-family: museosans900;
        /* font-size: 50px; */
        font-size: 30px;
        margin-top: 70px;
        line-height: 1.21;
        color: #0b1f43;
        text-transform: uppercase;
        padding-bottom: 0px;
    }
    .szolgaltatas_szoveg .szolgaltatas_title::after {
        content: ' ';
        background: url(/images/content/title_arrows.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position-x: right;
        background-position-y: bottom;
        width: 28px;
        height: 55px;
        display: block;
        z-index: 10;
        position: absolute;
        top: -40px;
        left: -38px;
        margin-left: 0;
    }
    .szolgaltatas .szolgaltatas_text {
        color: #0b1f43;
        text-align: justify;
        /*font-family: rockwell;*/
        font-family: 'Poppins', sans-serif;
        padding-top: 15px;
        padding-left: 45px;
        padding-right: 50px;
        font-size: 12px;
        line-height: 1.13;
    }
    .szolgaltatas .kepvalto {
        margin-top: 20px;
        padding-left: 45px;
        padding-right: 45px;
        padding-bottom: 40px;
    }
    .szolgaltatas .kepvalto .rr2 {
        height: 100%;
    }
    .szolgaltatas .kepvalto .row .col-6 {
        padding-bottom: 30px;
    }
    .szolgaltatas .tervezes_image {
        cursor: pointer;
    }
    .szolgaltatas .kepvalto .kepvalto_text a{
        display: flex;
    }
    .szolgaltatas .kepvalto .kepvalto_text {
        display: flex;
        /*font-family: 'rockwell';*/
        font-family: 'Poppins', sans-serif;
        font-size: 12px;
        text-decoration: underline;
        text-align: start;
        padding-top: 5px;
        max-width: 100%;
        margin-top: 1%;
    }
    .szolgaltatas .kepvalto .kepvalto_text .kepvalto_text2 {
        order: 2;
    }
    .szolgaltatas .kepvalto .kepvalto_text img {
        height: 10px;
        order: 1;
        align-self: center;
        padding-right: 5px;
    }
    .szolgaltatas .kepvalto .kepvalto_text img {
        padding-left: 2%;
    }
    .szolgaltatas .szolgaltatas_szoveg {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: center;
        /* align-items: center; */
        height: 100%;
        padding-left: 0px;
        padding-right: 0px;
        text-align: start;
        align-items: start;
        align-self: center;
    }
    .szolgaltatas .kepvalto {
        padding-top: 0px;
    }

    .kapcsolat {
        background: #3f377f;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .kapcsolat_szoveg .kapcsolat_title {
        position: relative;
        margin-left: 60px;
        padding-right: 20px;
        padding-bottom: 20px;
        font-family: museosans900;
        /* font-size: 50px; */
        font-size: 18px;
        margin-top: 40px;
        line-height: 1.21;
        color: #0b1f43;
        text-transform: uppercase;
    }
    .kapcsolat_szoveg .kapcsolat_title img {
        height: 4.5vh;
        width: auto;
        margin-bottom: 2%;
    }
    .kapcsolat_szoveg .kapcsolat_title .titlek {
        line-height: 1.13;
        color: #fff;
    }
    .kapcsolat_szoveg .kapcsolat_title::after {
        content: ' ';
        background: url(/images/content/title_arrows.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position-x: right;
        background-position-y: bottom;
        width: 28px;
        height: 40px;
        display: block;
        z-index: 10;
        position: absolute;
        top: 8px;
        left: -38px;
        margin-left: 0;
    }
    .kapcsolat .kapcsolat_text {
        /*font-family: rockwell;*/
        font-family: 'Poppins', sans-serif;
        padding-top: 10px;
        padding-bottom: 30px;
        padding-left: 40px;
        padding-right: 0px;
        font-size: 12px;
        line-height: 1.13;
        color: #fff;
    }
    .kapcsolat .kapcsolat_text .col-12 {
        padding-bottom: 10px;
        font-size: 10px;
    }
    .kapcsolat .kapcsolat_text img {
        padding-right: 10px;
        width: 25px;
    }
    .kapcsolat .kepvalto .terkep {
        height: 360px;
    }
    .kapcsolat .kepvalto .buildingimg {
        display: none;
    }
    .kapcsolat .kapcsolat_szoveg {
        display: block;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: center;
        /* align-items: center; */
        height: 100%;
        padding-left: 0px;
        padding-right: 0px;
        text-align: start;
        align-items: start;
        align-self: center;
    }
    .kapcsolat .titlek::after{
        display: none;
    }
    .kapcsolat .kapcsolat_title {
        padding-left: 0px;
    }
    .kapcsolat .kapcsolat_szoveg .kapcsolat_title img {
        padding-bottom: 0px;
    }
    .kapcsolat .titlek {
        padding-bottom: 0px;
        font-size: 19px;
        font-family: 'museosans900';
        line-height: 1.1;
        position: relative;
        color: white;
    }
    .kapcsolat .kapcsolat_szoveg .kapcsolat_text img {
        padding-right: 10px;
        width: 25px;
        padding-bottom: 0px;
    }
    .kapcsolat .kapcsolat_szoveg .kapcsolat_text .col-12 {
        display: block;
        align-items: center;
        padding-bottom: 10px;
        font-size: 10px;
    }
    .kapcsolat .kepvalto .terkep {
        height: 360px;
    }

    .footer {
        background: linear-gradient(0deg, rgb(37 34 66), rgb(52 45 102));
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        padding-left: 0px;
        padding-right: 0px;
    }
    .footer_inside {
        margin-left: auto;
        margin-right: auto;
        color: white;
        padding-top: 0px;
        padding-bottom: 100px;
        padding-left: 40px;
        padding-right: 40px;
    }
    .footer_1 {
        padding-bottom: 30px;
        padding-left: 0px !important ;
    }
    .footer_title {
        font-family: 'museosans900';
        font-weight: 700;
        font-size: 24px;
        /* padding-bottom: 9.8%; */
        padding-bottom: 10px;
        padding-top: 30px;
    }
    .footer_kapcsolat_content {
        font-weight: 500;
        /*font-family: rockwell;*/
        font-family: 'Poppins', sans-serif;
        font-size: 11px;
        line-height: 2.1;
        color: #fff;
    }
    .footer .footer_menu_item {
        /*font-family: rockwell;*/
        font-family: 'Poppins', sans-serif;
        font-size: 14px;
        font-weight: 500;
        line-height: 2.1;
        padding-bottom: 0px;
    }
    .footer_menu_item a {
        color: white;
        text-decoration: none;
    }
    .footer_logo {
        margin-top: 30px;
        width: 200px;
        height: 42px;
    }
    .footer .footer_logo_text {
        font-size: 8px;
        font-family: 'museoslab500';
        padding-top: 5px;
    }
    .footer_logo {
        margin-top: 30px;
        width: 200px;
        height: 42px;
    }
    .footer .footer_kapcsolat_content {
        font-weight: 500;
        /*font-family: rockwell;*/
        font-family: 'Poppins', sans-serif;
        font-size: 11px;
        line-height: normal;
        color: #fff;
    }
    .footer .footer_menu_item a {
        padding-bottom: 0px;
        color: white;
        text-decoration: none;
    }
    .footer_menu_item {
        /*font-family: rockwell;*/
        font-family: 'Poppins', sans-serif;
        font-size: 14px;
        font-weight: 500;
        line-height: 2.1;
        padding-bottom: 0px;
    }
    .footer .footer_logo {
        margin-top: 30px;
        width: 158px !important;
        height: auto;
        padding-top: 0px;
    }
    .footer .footer_2 {
        border-top: 2px solid white;
        padding-top: 20px;
        padding-left: 0px;
        padding-right: 0px;
        font-size: 10px;
        /*font-family: 'rockwell';*/
        font-family: 'Poppins', sans-serif;
        margin-top: 0px;
    }

    .inner_page_title2{
        display: block;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
        height: auto;
        padding-left: 0px;
        text-align: start;
        align-items: start;
        position: relative;
        margin-left: 60px;
        padding-right: 0;
        font-family: museosans900;
        font-size: 32px;
        margin-top: 60px;
        line-height: 1.21;
        text-transform: uppercase;
        padding-bottom: 0px;
    }

    .inner_page_szoveg_3 .inner_page_title2{
        display: block;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
        height: auto;
        padding-left: 0px;
        text-align: start;
        align-items: start;
        position: relative;
        margin-left: 60px;
        padding-right: 0;
        font-family: museosans900;
        font-size: 32px;
        margin-top: 30px;
        line-height: 1.21;
        text-transform: uppercase;
        padding-bottom: 0px;
    }
    .inner_page_title{
        display: block;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
        height: auto;
        padding-left: 0px;
        text-align: start;
        align-items: start;
        position: relative;
        margin-left: 60px;
        padding-right: 0;
        font-family: museosans900;
        font-size: 32px;
        margin-top: 60px;
        line-height: 1.21;
        text-transform: uppercase;
        padding-bottom: 0px;
    }
    .inner_page_title::after {
        content: ' ';
        background: url(/images/content/title_arrows.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position-x: right;
        background-position-y: bottom;
        width: 28px;
        height: 55px;
        display: block;
        z-index: 10;
        position: absolute;
        top: -40px;
        left: -38px;
        margin-left: 0;
    }
    .inner_page_text li{
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .inner_page_text ul{
        padding-left: 20px;
    }
    .inner_page_text{
        /*font-family: rockwell;*/
        font-family: 'Poppins', sans-serif;
        padding-top: 15px;
        padding-left: 45px;
        padding-right: 50px;
        font-size: 12px;
        line-height: 1.5;
    }
    .inner_page_right {
        padding-top: 0px;
    }
    .inner_page_szoveg {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: center;
        /* align-items: center; */
        height: 100%;
        padding-left: 0px;
        padding-right: 0px;
        text-align: start;
        align-items: start;
        align-self: center;
    }
    .inner_page_szoveg {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: center;
        /* align-items: center; */
        height: 100%;
        padding-left: 10px;
        padding-right: 10px;
        text-align: start;
        align-items: start;
        align-self: center;
    }
    .inner_page {
        transition: all 0.5s ease 0s;
        background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0) 100%) 100%;
        background-position: right;
        background-repeat: no-repeat;
        background-size: cover;
        padding-bottom: 50px;
    }
    .szolgaltatas .kepvalto .kepvalto_text2 {
        font-family: 'museoslab500';
        font-size: 12px;
        color: #0b1f43;
        cursor: pointer;
        padding-left: 0px;
        padding-right: 5px;
        text-decoration: underline;
    }
    .inner_page_vissza .inner_page_vissza_a {
        margin-top: 5px;
        /*font-family: 'rockwell';*/
        font-family: 'Poppins', sans-serif;
        font-size: 12px;
        color: #0b1e41;
        display: block;
        padding-left: 0px;
        padding-right: 0px;
    }
    .inner_page_vissza {
        padding-left: 45px;
        margin-top: 20px;
        /*font-family: 'rockwell';*/
        font-family: 'Poppins', sans-serif;
        font-size: 12px;
        color: #0b1e41;
        margin-bottom: 40px;
        padding-top: 0px;
    }
    .inner_tanusitvany_szoveg .inner_tanusitvany_title {
        display: block;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
        height: auto;
        padding-left: 0px;
        text-align: start;
        align-items: start;
        position: relative;
        margin-left: 60px;
        padding-right: 0;
        font-family: museosans900;
        font-size: 32px;
        margin-top: 60px;
        line-height: 1.21;
        text-transform: uppercase;
        padding-bottom: 0px;
    }
    .inner_tanusitvany_szoveg .inner_tanusitvany_title::after {
        content: ' ';
        background: url(/images/content/title_arrows.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position-x: right;
        background-position-y: bottom;
        width: 28px;
        height: 55px;
        display: block;
        z-index: 10;
        position: absolute;
        top: -40px;
        left: -38px;
        margin-left: 0;
    }
    .col-xl-6.inner_tanusitvany_szoveg.fullpage {
        display: block;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: center;
        /* align-items: center; */
        /* height: 100%; */
        padding-left: 0px;
        padding-right: 0px;
        text-align: start;
        align-items: start;
        /* align-self: center; */
        padding-top: 0px;
    }
    .inner_tanusitvany .inner_tanusitvany_felsorolas a{
        /*font-family: rockwell;*/
        font-family: 'Poppins', sans-serif;
        padding-top: 15px;
        padding-left: 45px;
        padding-right: 50px;
        font-size: 12px;
        line-height: 1.13;
    }
    .inner_tanusitvany .inner_tanusitvany_felsorolas {
        /*font-family: rockwell;*/
        font-family: 'Poppins', sans-serif;
        color: #fff;
        font-weight: 600;
        font-size: 20px;
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left:0px;
        padding-right:0px;
    }
    .pdfdownload{
        position: absolute;
        bottom: 10px;
        right: 10px;
        display: block;
        height: 30px;
        width: 30px;
    }
    .inner_tanusitvany .inner_tanusitvany_img {
        max-height: 70vh;
        margin-top: 8vh;
        margin-bottom: 50px;
    }

}
/*---------------------------*/



/*anim*/

@media all and (max-width: 574px){
    #newtime_logo svg{
        width:300px
    }
}
@-webkit-keyframes newtime_logo-made{
    from{ visibility:hidden; }
    to{ visibility:visible; }
}
@keyframes newtime_logo-made{
    from{ visibility:hidden; }
    to{ visibility:visible; }
}
@-webkit-keyframes newtime_logo-circle {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        opacity: 0;
    }
    30% {
        -webkit-transform: perspective(400px) translateX(-50px);
        transform: perspective(400px) translateX(-20px);
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}
@keyframes newtime_logo-circle {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        opacity: 0;
    }
    30% {
        -webkit-transform: perspective(400px) translateX(-50px);
        transform: perspective(400px) translateX(-20px);
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}



@media(min-width: 1200px){
    .slide-out-left {
        -webkit-animation: slide-out-left 0.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
        animation: slide-out-left 0.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
    }
    .slide-in-right {
        -webkit-animation: slide-in-right 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
        animation: slide-in-right 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    }
    .slide-in-right2 {
        -webkit-animation: slide-in-right 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
        animation: slide-in-right 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    }.slide-in-left {
        -webkit-animation: slide-in-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
                animation: slide-in-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    }
    .slide-in-left2 {
        -webkit-animation: slide-in-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
                animation: slide-in-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    }.slide-out-right {
        -webkit-animation: slide-out-right 0.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
                animation: slide-out-right 0.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
    }.fade-out {
        -webkit-animation: fade-out 0.5s ease-out both;
                animation: fade-out 0.5s ease-out both;
    }
    .slide-in-top {
        -webkit-animation: slide-in-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
                animation: slide-in-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    }
    .slide-in-top2 {
        -webkit-animation: slide-in-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
                animation: slide-in-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    }
    .pulsate-bck {
        -webkit-animation: pulsate-bck 1s ease-in-out infinite both;
                animation: pulsate-bck 1s ease-in-out infinite both;
    }
}
.pulsate-bck {
    -webkit-animation: pulsate-bck 1s ease-in-out infinite both;
            animation: pulsate-bck 1s ease-in-out infinite both;
}


@-webkit-keyframes slide-out-left {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(-1000px);
        transform: translateX(-1000px);
        opacity: 0;
    }
}
@keyframes slide-out-left {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(-1000px);
        transform: translateX(-1000px);
        opacity: 0;
    }
}

@-webkit-keyframes slide-in-right {
    0% {
        -webkit-transform: translateX(1000px);
        transform: translateX(1000px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}
@keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(1000px);
            transform: translateX(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
  
@-webkit-keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-1000px);
            transform: translateX(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-1000px);
            transform: translateX(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

@-webkit-keyframes slide-out-right {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(1000px);
            transform: translateX(1000px);
    opacity: 0;
  }
}
@keyframes slide-out-right {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(1000px);
            transform: translateX(1000px);
    opacity: 0;
  }
}

@-webkit-keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes slide-in-top {
    0% {
      -webkit-transform: translateY(-1000px);
              transform: translateY(-1000px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      opacity: 1;
    }
  }
  @keyframes slide-in-top {
    0% {
      -webkit-transform: translateY(-1000px);
              transform: translateY(-1000px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      opacity: 1;
    }
  }
  
@-webkit-keyframes pulsate-bck {
    0% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
    50% {
      -webkit-transform: scale(0.9);
              transform: scale(0.9);
    }
    100% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
  }
  @keyframes pulsate-bck {
    0% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
    50% {
      -webkit-transform: scale(0.9);
              transform: scale(0.9);
    }
    100% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
  }