@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;800;900&display=swap');

html {
    min-height: 100%;
    position: relative;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-rendering: optimizelegibility;
    height: 100%;
    min-width: 480px;

}

body {
    padding-bottom: 0;
    min-height: 100%;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    color: #ffffff;
    -webkit-font-smoothing: antialiased;
    height: 100%;
    margin: 0;
    position: relative;
    min-width: 480px;
    background-color:#212831;   
}

.container {
    padding: 20px;
    width: 100% !important;
    max-width: 1200px;
}

h1,
h2,
h3,
h4,
h5 {
    font-weight: 800;
    color: #ffffff;
    text-align: center;
}
 
p {
    line-height: 1.3;
    font-size: 22px;
    padding: 10px 0;
    text-align: center;
    color: #ffffff;
    font-weight: 400;
}




/**** NAVIGATION ****/
.navigation {background-color: rgb(255 255 255 / 4%);
    text-align: center;
    height: 75px;
    border-radius: 0;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    margin-top:auto;
    margin-bottom: 0;
    margin-bottom: 0;
    position: absolute;
    bottom: 0;
}
.navigation .navbar-nav {line-height: 75px; width: 100%; font-size: 20px; color: #ffffff; font-weight:400;}
.navigation .navbar-nav li {padding: 0 20px;}


.footer-navigation .navbar-nav {line-height: 65px; width: 100%; font-size: 15px; color: #ffffff; font-weight: 800;}
.footer-navigation .navbar-nav li {padding: 0 20px;    opacity: 0.6;}



/* MAIN STYLE  */

h2 {
    margin: 0;
    font-size: 30px;
    color: f34f00;
    text-transform: uppercase;
    margin-bottom: 15px;
	font-weight: 400;
	padding: 30px 0;
}

h3 {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
}

.wrapper {
    display: flex;
    min-height: 100vh;
    flex-direction: column;

}

.content-holder {
    flex: 1;
}



.cursor-pointer {
    cursor: pointer;
}

 

.divider {
    background-color:#a33cf7;
    height: 10px;
    width: 100px;
    /* display: inline-block; */
    border-radius: 5px;
    margin: 0 auto;
    margin-bottom: 50px;
}


.logo {
    width: 300px;
}

.w100 {
    width: 100%;
}


a {
    color: #ececec;
    text-decoration: none;
    font-weight: bold;
}

a:hover,
a:active {
    color: #fff;
    text-decoration: underline !important;
    font-weight: bold;
}

.content a {
    color: #ffffff;
    text-decoration: underline;
}



.btn-red {
    background-color: #a33cf7; 
    font-weight: 800;
    font-size: 20px;
    padding: 10px 20px;
    border-radius: 10px;
}

.logo {
    width: 100%;
}

.cover-main {
    min-height: 660px;
    position: relative;
    overflow: hidden;
    width: 100%;
    z-index: 0;
    display: block;
    background: center center;
    background-image: url('../../assets/img/top_bg.jpg');    
    background-size: cover !important;    
}

.cover-top {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}

.cover-main h2 {
    color: #D0A832;

}

.top-logo {
    max-width: 600px;
    padding:  0 20px;
    width: 100%;
}


footer {
    padding: 0;
    text-align: center;
    color: #ececec;
    background-color: #212831;
    height: 80px;
}

 
 

.footer-logo {
    padding-top: 70px;
    padding-bottom: 20px;
    width: 400px;
    opacity: 0.6;
}


.footer-copyright {
    /* background-color: #1E2F43; */
    float: left;
    width: 100%;
    line-height: 90px;    
}
 


@media (max-width: 688px) {
    .cover-main h2 {
        font-size: 30px;
    }

    .cover-main {
        min-height: 420px;
    }
}

@media (max-width: 820px) {
  
}



.vcenter {
    text-align: center;
	padding-top: 50px;
}



.w1280 {
    max-width: 1080px;
    margin-right: auto;
    margin-left: auto;
}

a:hover,
a:active {
    text-decoration: none;
}



 
/** COOKIE ***/
#cookie-bar {background: #000000;height:auto;line-height:24px;color:#eeeeee;text-align:center;padding: 14px 0;}
#cookie-bar.fixed {position:fixed; top:0; left:0; width:100%;}
#cookie-bar.fixed.bottom {bottom:0; top:auto;}
#cookie-bar p {margin:0; padding:0; text-align: center; font-size: 14px; color:#fff;}
#cookie-bar a {color: #ffffff;display:inline-block;border-radius: 0px;text-decoration:none;padding:0 6px;margin-left:8px;}
#cookie-bar .cb-enable {background: #d0a832; text-transform: uppercase;}
#cookie-bar .cb-disable {background:#990000;}
#cookie-bar .cb-disable:hover {background:#bb0000;}
#cookie-bar .cb-policy {background: #8C8C8C;}


.image-holder {position: relative; margin-bottom: 40px;}
.rounded-img img{ border-radius: 10px;}
.image-holder .image-title-holder { position: absolute; bottom: 0; margin: 0 auto; width: 100%; left: 0; right: 0; text-align: center; } 
.image-holder h3 {background: #a33cf7; text-transform: uppercase; font-weight: 100; margin: 0 auto; display: inline-block; padding: 10px 40px; border-radius: 10px 10px 0 0; font-size: 18px;}


/**** NEW ****/

.section {
    padding: 0 0 40px;
}

.dark-section {
    background-color: #13171D;
    padding: 60px 0;
}

.services-box {
    background-color: #212831;
    border-radius: 10px;
    position: relative;
    padding: 0 40px 40px 40px;
    min-height: 620px;
    margin-bottom: 40px;
}

.services-box .title-holder {
    position: relative; bottom: 0; margin: 0 auto; width: 100%; left: 0; right: 0; text-align: center;  width: 100%;
}

.services-box h3 {
    background: #a33cf7; text-transform: uppercase; font-weight: 800; margin: 0 auto; display: inline-block; padding: 20px 40px; border-radius: 0 0 10px 10px; font-size: 30px; width: 100%;
}

.rounded-circle {
    border-radius: 50%;
    
}

.icons-holder {
    text-align: center;
}

.icon-holder {
    
    display: inline-block;
    vertical-align: top;
    width: 200px;
    padding: 0;
    margin: 0;
}

.icon-holder .icon-title {
    padding: 20px 0;
    line-height: 2;
}

.social-holder img {
    padding: 10px;
}



/*** FORM ***/
 
.form-control {
    display: block;
    width: 100%;
    height: 60px;
    padding:20px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #fff;
    background-color: #212831;
    background-image: none;
    border: 0;
    border-radius: 10px;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 20px;
}

 
.form2 .btn {
    margin: 0 auto;
    width: 250px;
}


.form2 {max-width: 580px; margin: 0 auto;}

.form-section {
    background-color: #13171D;
    background-image: url('/assets/desktop/img/kapcsolat_bg.png');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top;
    padding-bottom: 100px;
    
    
}


@media (max-width: 992px) {
    .navigation.navbar {
        display: none;
    }

    .cover-top {
        padding: 40px 0;
    }

    .kinga {
        width: 100%;
    }

    .cover-main {
        min-height: 540px;
    }

    .order-b {
        margin-right: 30px;
    }
}

@media (max-width: 772px) {
 .cover-top{
    display: flex; 
    flex-direction: column;
 }   

 .order-a {
    order:1;
 }
 .order-b {
    order:2;
    margin-right: 0;
    
 }

 .logo {
     
     width: 80%;
     
 }

 .kinga {

     width: 80%;
 
 }
}





/** MENUBAR ***/

  
.menu-bar { position: absolute; right: 20px; top: 20px; z-index: 1000; }
.menu-bar.fixed {position: fixed;}
.menu-bar button  { border:none;background: transparent; height: 40px; width: 40px; position: relative;}
.menu-bar button:focus {outline:none;}
.menu-bar button span {height: 5px; width: 100%; display: block; position: absolute; -ms-transform: rotate(0deg); /* IE 9 */-webkit-transform: rotate(0deg); /* Safari */transform: rotate(0deg);
  box-shadow: 2px 2px 3px rgba(0,0,0,0.1);
}
.menu-bar button span:nth-child(1) { background-color:#ffffff; left:0;right: 0; top: 0;}
.menu-bar button span:nth-child(2) {background-color:#ffffff;left:0;right: 0;top: 10px;}
.menu-bar button span:nth-child(3) {background-color: #ffffff;left:0;right: 0;top: 20px;}

  
.menu-bar button.closeX span:nth-child(1) {
    -webkit-animation: closeXLine1 0.6s; /* Safari 4+ */
    -moz-animation:   closeXLine1 0.6s; /* Fx 5+ */
    -o-animation:      closeXLine1 0.6s; /* Opera 12+ */
    animation:        closeXLine1 0.6s; /* IE 10+, Fx 29+ */
    animation-fill-mode: forwards;
}
.menu-bar button.closeX span:nth-child(2) {
    -webkit-animation: closeXLine2 0.6s; /* Safari 4+ */
    -moz-animation:   closeXLine2 0.6s; /* Fx 5+ */
    -o-animation:      closeXLine2 0.6s; /* Opera 12+ */
    animation:        closeXLine2 0.6s; /* IE 10+, Fx 29+ */
    animation-fill-mode: forwards;
}
.menu-bar button.closeX span:nth-child(3) {
    -webkit-animation: closeXLine3 0.6s; /* Safari 4+ */
    -moz-animation:   closeXLine3 0.6s; /* Fx 5+ */
    -o-animation:      closeXLine3 0.6s; /* Opera 12+ */
    animation:        closeXLine3 0.6s; /* IE 10+, Fx 29+ */
    animation-fill-mode: forwards;
}

.menu-bar button.openX span:nth-child(1) {
    -webkit-animation: openXLine1 0.6s; /* Safari 4+ */
    -moz-animation:   openXLine1 0.6s; /* Fx 5+ */
    -o-animation:      openXLine1 0.6s; /* Opera 12+ */
    animation:        openXLine1 0.6s; /* IE 10+, Fx 29+ */
    animation-fill-mode: forwards;
}
.menu-bar button.openX span:nth-child(2) {
    -webkit-animation: openXLine2 0.6s; /* Safari 4+ */
    -moz-animation:   openXLine2 0.6s; /* Fx 5+ */
    -o-animation:      openXLine2 0.6s; /* Opera 12+ */
    animation:        openXLine2 0.6s; /* IE 10+, Fx 29+ */
    animation-fill-mode: forwards;
}
.menu-bar button.openX span:nth-child(3) {
    -webkit-animation: openXLine3 0.6s; /* Safari 4+ */
    -moz-animation:   openXLine3 0.6s; /* Fx 5+ */
    -o-animation:      openXLine3 0.6s; /* Opera 12+ */
    animation:        openXLine3 0.6s; /* IE 10+, Fx 29+ */
    animation-fill-mode: forwards;
}


/*closeX*/

@keyframes closeXLine1 {
    0% {
      right: 0; top: 0;
    }
    50% {
      top: 10px;
      -ms-transform: rotate(0deg); /* IE 9 */-webkit-transform: rotate(0deg); /* Safari */transform: rotate(0deg);
    }
    100% {
      top: 10px;-ms-transform: rotate(45deg); /* IE 9 */-webkit-transform: rotate(45deg); /* Safari */transform: rotate(45deg);
    }
  }
  
  @keyframes closeXLine2 {
    0% {
      right: 0;top: 10px;
      opacity: 1;
    }
  100% {
      opacity: 0;
    }
  }
  
  @keyframes closeXLine3 {
    0% {
      right: 0;top: 20px;
    }
    50% {
      top: 10px;
      -ms-transform: rotate(0deg); /* IE 9 */-webkit-transform: rotate(0deg); /* Safari */transform: rotate(0deg);
    }
    100% {
      top: 10px;-ms-transform: rotate(-45deg); /* IE 9 */-webkit-transform: rotate(-45deg); /* Safari */transform: rotate(-45deg);
    }
  }
  
  
  @-webkit-keyframes closeXLine1 {
    0% {
      right: 0; top: 0;
    }
    50% {
      top: 10px;
      -ms-transform: rotate(0deg); /* IE 9 */-webkit-transform: rotate(0deg); /* Safari */transform: rotate(0deg);
    }
    100% {
      top: 10px;-ms-transform: rotate(45deg); /* IE 9 */-webkit-transform: rotate(45deg); /* Safari */transform: rotate(45deg);
    }
  }
  
  @-webkit-keyframes closeXLine2 {
    0% {
      right: 0;top: 10px;
      opacity: 1;
    }
  100% {
      opacity: 0;
    }
  }
  
  @-webkit-keyframes closeXLine3 {
    0% {
      right: 0;top: 20px;
    }
    50% {
      top: 10px;
      -ms-transform: rotate(0deg); /* IE 9 */-webkit-transform: rotate(0deg); /* Safari */transform: rotate(0deg);
    }
    100% {
      top: 10px;-ms-transform: rotate(-45deg); /* IE 9 */-webkit-transform: rotate(-45deg); /* Safari */transform: rotate(-45deg);
    }
  }
  
  @-moz-keyframes closeXLine1 {
    0% {
      right: 0; top: 0;
    }
    50% {
      top: 10px;
      -ms-transform: rotate(0deg); /* IE 9 */-webkit-transform: rotate(0deg); /* Safari */transform: rotate(0deg);
    }
    100% {
      top: 10px;-ms-transform: rotate(45deg); /* IE 9 */-webkit-transform: rotate(45deg); /* Safari */transform: rotate(45deg);
    }
  }
  
  @-moz-keyframes closeXLine2 {
    0% {
      right: 0;top: 10px;
      opacity: 1;
    }
  100% {
      opacity: 0;
    }
  }
  
  @-moz-keyframes closeXLine3 {
    0% {
      right: 0;top: 20px;
    }
    50% {
      top: 10px;
      -ms-transform: rotate(0deg); /* IE 9 */-webkit-transform: rotate(0deg); /* Safari */transform: rotate(0deg);
    }
    100% {
      top: 10px;-ms-transform: rotate(-45deg); /* IE 9 */-webkit-transform: rotate(-45deg); /* Safari */transform: rotate(-45deg);
    }
  }
  
  @-o-keyframes  closeXLine1 {
    0% {
      right: 0; top: 0;
    }
    50% {
      top: 10px;
      -ms-transform: rotate(0deg); /* IE 9 */-webkit-transform: rotate(0deg); /* Safari */transform: rotate(0deg);
    }
    100% {
      top: 10px;-ms-transform: rotate(45deg); /* IE 9 */-webkit-transform: rotate(45deg); /* Safari */transform: rotate(45deg);
    }
  }
  
  @-o-keyframes  closeXLine2 {
    0% {
      right: 0;top: 10px;
      opacity: 1;
    }
  100% {
      opacity: 0;
    }
  }
  
  @-o-keyframes closeXLine3 {
    0% {
      right: 0;top: 20px;
    }
    50% {
      top: 10px;
      -ms-transform: rotate(0deg); /* IE 9 */-webkit-transform: rotate(0deg); /* Safari */transform: rotate(0deg);
    }
    100% {
      top: 10px;-ms-transform: rotate(-45deg); /* IE 9 */-webkit-transform: rotate(-45deg); /* Safari */transform: rotate(-45deg);
    }
  }
  
  
  
  /**** openX ****/
  
  
  @keyframes openXLine1 {
    0% {
          top: 10px;-ms-transform: rotate(45deg); /* IE 9 */-webkit-transform: rotate(45deg); /* Safari */transform: rotate(45deg);    
    }
    50% {
      top: 10px;
      -ms-transform: rotate(0deg); /* IE 9 */-webkit-transform: rotate(0deg); /* Safari */transform: rotate(0deg);
    }
    100% {
      right: 0; top: 0;
    }
  }
  
  @keyframes openXLine2 {
    0% {    
         opacity: 0;
    }
  100% {
      right: 0;top: 10px;
      opacity: 1;
    }
  }
  
  @keyframes openXLine3 {
    0% {
      
          top: 10px;-ms-transform: rotate(-45deg); /* IE 9 */-webkit-transform: rotate(-45deg); /* Safari */transform: rotate(-45deg);
    }
    50% {
      top: 10px;
      -ms-transform: rotate(0deg); /* IE 9 */-webkit-transform: rotate(0deg); /* Safari */transform: rotate(0deg);
    }
    100% {
          right: 0;top: 20px;
    }
  }
   
  
  
  @-webkit-keyframes openXLine1 {
    0% {
          top: 10px;-ms-transform: rotate(45deg); /* IE 9 */-webkit-transform: rotate(45deg); /* Safari */transform: rotate(45deg);    
    }
    50% {
      top: 10px;
      -ms-transform: rotate(0deg); /* IE 9 */-webkit-transform: rotate(0deg); /* Safari */transform: rotate(0deg);
    }
    100% {
      right: 0; top: 0;
    }
  }
  
  @-webkit-keyframes openXLine2 {
    0% {    
         opacity: 0;
    }
  100% {
      right: 0;top: 10px;
      opacity: 1;
    }
  }
  
  @-webkit-keyframes openXLine3 {
    0% {
      
          top: 10px;-ms-transform: rotate(-45deg); /* IE 9 */-webkit-transform: rotate(-45deg); /* Safari */transform: rotate(-45deg);
    }
    50% {
      top: 10px;
      -ms-transform: rotate(0deg); /* IE 9 */-webkit-transform: rotate(0deg); /* Safari */transform: rotate(0deg);
    }
    100% {
          right: 0;top: 20px;
    }
  }
   
  @-moz-keyframes openXLine1 {
    0% {
          top: 10px;-ms-transform: rotate(45deg); /* IE 9 */-webkit-transform: rotate(45deg); /* Safari */transform: rotate(45deg);    
    }
    50% {
      top: 10px;
      -ms-transform: rotate(0deg); /* IE 9 */-webkit-transform: rotate(0deg); /* Safari */transform: rotate(0deg);
    }
    100% {
      right: 0; top: 0;
    }
  }
  
  @-moz-keyframes  openXLine2 {
    0% {    
         opacity: 0;
    }
  100% {
      right: 0;top: 10px;
      opacity: 1;
    }
  }
  
  @-moz-keyframes  openXLine3 {
    0% {
      
          top: 10px;-ms-transform: rotate(-45deg); /* IE 9 */-webkit-transform: rotate(-45deg); /* Safari */transform: rotate(-45deg);
    }
    50% {
      top: 10px;
      -ms-transform: rotate(0deg); /* IE 9 */-webkit-transform: rotate(0deg); /* Safari */transform: rotate(0deg);
    }
    100% {
          right: 0;top: 20px;
    }
  }
   
  @-o-keyframes openXLine1 {
    0% {
          top: 10px;-ms-transform: rotate(45deg); /* IE 9 */-webkit-transform: rotate(45deg); /* Safari */transform: rotate(45deg);    
    }
    50% {
      top: 10px;
      -ms-transform: rotate(0deg); /* IE 9 */-webkit-transform: rotate(0deg); /* Safari */transform: rotate(0deg);
    }
    100% {
      right: 0; top: 0;
    }
  }
  
  @-o-keyframes openXLine2 {
    0% {    
         opacity: 0;
    }
  100% {
      right: 0;top: 10px;
      opacity: 1;
    }
  }
  
  @-o-keyframes openXLine3 {
    0% {
      
          top: 10px;-ms-transform: rotate(-45deg); /* IE 9 */-webkit-transform: rotate(-45deg); /* Safari */transform: rotate(-45deg);
    }
    50% {
      top: 10px;
      -ms-transform: rotate(0deg); /* IE 9 */-webkit-transform: rotate(0deg); /* Safari */transform: rotate(0deg);
    }
    100% {
          right: 0;top: 20px;
    }
  }
   
  
  body.overflowHidden {overflow: hidden;}



.overlay-menu { position:  fixed; top:0; left:0; right: 0; bottom: 0;     background-color: rgb(33 40 49 / 92%);   z-index: 500; display: table;width: 100%;height: 100%; display: none; }
.overlay-menu .close-overlay-menu {border:none;background: transparent; color: #fff; position: absolute; right: 10px; top: 10px;}
.close-overlay-menu span{color:#85cbe8; font-size: 50px; position: absolute; top:0; right: 10px; border: solid 1px #85cbe8; padding: 10px 20px;}
.overlay-menu ul{text-align: center; width: 100%; list-style: none; padding: 0; padding-top: 50px;}
.overlay-menu ul li{color:#fff; font-size: 30px; line-height: 2.5; }
.overlay-menu ul li a {list-style: none; color:#fff; text-decoration: none; text-transform: uppercase;}
.overlay-menu ul li a:hover,
.overlay-menu ul li a:focus {color:#a33cf7;}
.overlay-menu > div { padding-top: 54px;}

.yt-holder {max-width: 940px; margin: 0 auto; padding-bottom: 100px; padding-left: 40px; padding-right: 40px;}

ul li {
  list-style-position: inside;
  font-size: 22px;
  line-height: 1.5;
}

.main-content p {
  text-align: justify;
}

.main-content .divider {
  margin-top: 30px;
}

.text-center {
  text-align: center;
}

