/*

Theme Name: hbhv1

Author: Nyist Péter

Description: nincsen e

Version: 1.0

*/
html {
    display: block;
    --wp-admin--admin-bar--height: 32px;
    scroll-padding-top: var(--wp-admin--admin-bar--height);
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    --wp--preset--font-size--normal: 16px;
    --wp--preset--font-size--huge: 42px;
}

body {
    display: block;
    margin: 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-tap-highlight-color: transparent;
    margin: 0;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 300;
    line-height: 1.618;
    direction: ltr;
    overflow-x: hidden;
    word-wrap: break-word;
    background-image: linear-gradient(110deg, #db6b27 , transparent, transparent);
}
.MainBody {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    background-color: white;
}
.mainRaised {
    margin: -60px 33px 0;
    border-radius: 6px 6px 0 0;
    -webkit-box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
    position: relative;
    display: flex;
    flex-direction: column;
    flex: 1 0 auto;
}

.Mainback {
    width: 100%;
    background-color: white;
}

.content {
    padding: 70px 0;
    margin-left: 5%;
    width: 90%;
}
#contentBody{
    background-color:white;
    width: 100%;
}
/*fejlécmenü*/

#headnav{
    width: 80%;
}
#navbar {
    margin-left: auto;
    margin-right: auto;
    width:100%;
    background-color: #fff;
    border: none;
    padding: 0;
    transition: none;
    box-shadow: 0 1px 10px -6px rgba(0, 0, 0, 0.42), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 4px 5px -2px rgba(0, 0, 0, 0.1);
    z-index: 1030;
}
/*fomenu */
ul {
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
    box-sizing: border-box;
    line-height: 1.618;
    padding-left: 0;
    list-style: none;
}
.navbar {
    background-color: #fff;
    border-radius: 0;
    position: fixed;
    border: none;
    padding: 0;
    transition: none;
    box-shadow: 0 1px 10px -6px rgba(0, 0, 0, 0.42), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 4px 5px -2px rgba(0, 0, 0, 0.1);
    width: 100%;
    z-index: 1030;
}


.logo {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
    padding-left: 0;
    padding-right: 0;
    max-height: 300px;
    margin-right: auto;
    text-align: center;
    margin-left: 0;
}
.logo img{
    max-height: 60px;
    width: auto;
}

.menu-fomenu-container{
    display: block;
    height: auto;
    padding-bottom: 0;
    overflow: visible;
    padding-left: 0;
    padding-right: 0;
    max-height: 300px;
    margin-right: 0;
    text-align: center;
    margin-left: auto;
}
.menu-fomenu-container ul{
    float: left;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.menu-fomenu-container li{
    display: list-item;
    text-align: -webkit-match-parent;
    position: relative;
    display: block;
    float: left;
    margin: 0;
    opacity: 1;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
    visibility: visible;
}
.menu-fomenu-container li a{
    position: relative;
    display: block;
    padding: 10px 15px;
    padding-top: 30px;
    padding-bottom: 30px;
    line-height: 20px;
    text-decoration: none;
    color: black;
    font-weight: 400;
    text-transform: uppercase;
    padding-top: 30px;
    padding-bottom: 30px;
    border-radius: 3px;
    font-size: 12px;
}
.menu-fomenu-container li a:hover {
    color: #f09c2e;
}
/*nem tudom*/
.iparKontent{
    box-shadow: 0 16px 24px 2px #888888;
}
.ipartabla {
    width: 80%;
    margin: auto;
}
.hideClass {
    animation-name: hiddClass;
    animation-duration: 5s;
    animation-fill-mode: forwards;
  }
  
  @keyframes hiddClass {
    from {opacity: 1} 
    to {opacity: 0}
  }
.unClass {
    animation-name: unClass;
    animation-duration: 3s;
    animation-fill-mode: forwards;
  }
  
  @keyframes unClass {
    from {opacity: 0} 
    to {opacity: 1}
  }

#overlay {
    background-image: linear-gradient(to top, white , transparent, transparent , transparent);
    position: absolute;
    height: 100%;
    width: 100%;
  }
#expand-container {
    overflow: hidden;
    position: relative;
    box-shadow: 0px 0px 20px 19px grey;
  }
.tablaTer{
    margin-top: 60px;
    margin-bottom: 60px;
    display: block!important;
    font-weight: 500;
}
.tablaRovid{
    overflow: hidden;
    display: block;
}
.paddingLeft{
    padding-left: 10px;
}
.rowBackW{
    background-color: white;
    height: 50px;
    padding-left: 10px;
}
.rowBackG{
    background-color: grey;
    height: 50px;
    padding-left: 10px;
}
#tblcsvdata {
    box-shadow: 10px 10px 50px 15px grey;
}
#tblcsvdata thead{
    background-color: #db6b27;
    color: white;
}
#tblcsvdata thead th{
    padding-left: 20px;
}
/*tablazatgomb*/
.tablaGomb{
    width: 200px;
    margin-top: 20px!important;
    margin-left: 45%!important;
}
.tablaGomb button{
    color: #fff;
    background-color: #db6b27;
    border-radius: 1px;
    border-color:#db6b27;
    box-shadow: none;
    text-decoration: none;
    padding: calc(0.667em + 2px) calc(1.333em + 2px);
    font-size: 1.125em;
}
.tablaGomb button:hover{
    background-color: #383838;
}
.tablaFade {
    transition: all 4s;
    margin-bottom: 0;
} 

 .tablaFadeBack {
    transition: all 2s;
    margin-bottom: -5000px;
} 
 .tablaFadeBackcsomag {
    transition: all 2s;
    margin-bottom: -2000px;
} 
 .tablaFadeBackelektro {
    transition: all 2s;
    margin-bottom: -1000px;
} 
 .tablaFadeBackmuanyag {
    transition: all 2s;
    margin-bottom: -3000px;
} 
 .tablaFadeBackjarmu {
    transition: all 2s;
    margin-bottom: -2200px;
} 

 /*random*/
a:hover {
    color: white;
    text-decoration: none;
}
.wp-block-button__link {
    background-color:#db6b27
}
.wp-block-button__link:hover{
    background-color:#383838;
}
.marginRight5 {
    margin-left: 41%;
}
.alignfull {
    padding-left: 33px;
    padding-right:33px;
    width: 100vw;
	margin-left: calc(50% - 50vw);
}
.alignfull span{
    margin-left: 43px;
    margin-right: 43px;
}
.wp-block-cover .wp-block-cover__image-background{
    padding-left: 43px;
    padding-right: 43px;
}

.borderright {
    padding-right: 10px;
    border-right: 2px solid white;
}
.borderleft{
    padding-left: 10px;
    border-left: 2px solid white;
}
 /*kepporgo*/
.kepporgo {
    background-image: url("https://hbh.avarem.eu/wp-content/uploads/2024/01/fotok_suto_1.png");
    margin-top:50px;
    background-position: center center;
    background-size: cover;
    padding-bottom: 60px;
    height: 500px;
}
.kepporgo h1{
    color: white;
}
#kepporgo1 {
    display: ;
}
#kepporgo2 {
    display: none;
}
#kepporgo3 {
    display: none;
}
.grad{
    background-image: linear-gradient(to right, #db6b27 , transparent, transparent);
    height: 600px;
}
.szurke{
    background: rgba(219, 107, 39, 0.4);
    height: 600px;
}

.row1{
    color: white;
    font-size: 25px;
    font-weight: 500;
}

.row1{
    color: white;
    font-size: 25px;
    font-weight: 500;
}

.row1 {
    display: block;
    margin-left: -15px;
    margin-right: -15px;
    margin-left: 8.33333333%;
    width: 83.33333333%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
}

.kepporgo h1 {
    line-height: 1.4;
    font-size: 42px;
    font-weight: 700;
    word-break: break-word;
    text-align: center;
    margin: 70px 0 10px;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
}

/* tanusitvany */
/* Fading animation */
.fade {
    animation-name: fade;
    animation-duration: 2s;
  }
  
  @keyframes fade {
    from {opacity: .5} 
    to {opacity: 1}
  }
  .fade:not(.show) {
    opacity: 1;
}
.tanusitvany{
    padding: 20px;
    background: rgba(255, 235, 205, 0.9);
    border-radius: 6px 6px 6px 6px;
}

.tanusitvanylh{
    display: none;
}
/*tanusitvanyporgo*/
  
  /* Position the image container (needed to position the left and right arrows) */
  .container3 {
    position: relative;
  }


  /* Hide the images by default */
  .mySlides {
    display: none;
    margin-left: auto;
    margin-right: auto;
    opacity: 1;
  }
  
  /* Add a pointer when hovering over the thumbnail images */
  .cursor {
    cursor: pointer;
  }
  
  /* Next & previous buttons */
  .prev,
  .next {
    cursor: pointer;
    position: absolute;
    top: 150px;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
  }
  
  /* Position the "next button" to the right */
  .next {
    right: 0;
    border-radius: 3px 0 0 3px;
  }
  
  /* On hover, add a black background color with a little bit see-through */
  .prev:hover,
  .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
  }
  
  /* Number text (1/3 etc) */
  .numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
  }
  
  /* Container for image text */
  .caption-container {
    text-align: center;
    background-color: #222;
    padding: 2px 16px;
    color: white;
  }
  
  .row:after {
    content: "";
    display: table;
    clear: both;
  }
  
  /* six columns side by side */
  .column {
    float: left;
    margin: auto;
    text-align: center;
    max-height: 300px;
  }
  
  /* Add a transparency effect for thumnbail images */
  .demo {
    opacity: 0.6;
  }
  
  .active,
  .demo:hover {
    opacity: 1;
  }
/*lablec*/

.footer1 {
    background: #323437;
    height: 100px;
}
.containerf {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.containerf ul {
    margin-bottom: 0;
    padding: 0;
    list-style: none;
    float: left !important;
    margin-top: 0;
    padding-top: 40px;
}
.containerf li {
    display: inline-block;
    padding-left: 20px;
}
.containerf ul li a {
    display: inline-block;
    border-radius: 3px;
    text-decoration: none;
    text-transform: uppercase;
    opacity: .86;
    color: #fff;
}

/*kerdoiv*/
.formback {
    background-image: url("https://hbh.hu/wp-content/themes/hbhv1/assets/images/Bildschirmfoto_20_7NmOTvm.png");
    background-size: contain;
}
.form1 {
    background: rgba(224, 113, 44, 0.8);
}

.labelleft #labelh input{
    min-height: 50px;
}
.labelleft input{

    width: 100%;
    border-radius: 6px 6px 6px 6px;
    border-style: none;
}
.labelright label{
    width: 100%;
    margin-bottom: 0;
}
label {

    margin-bottom: 0;
  
}
.labelright textarea{
    width:100%;
    border-radius: 6px 6px 6px 6px;
    border-style: none;
}
.labelright input{
    height: 50px;
    border-radius: 6px 6px 6px 6px;
    border-style: none;
    background-color: #808080;
    color: white;
    width:100%;
}
.labelright input:hover{
    color: #808080;
    background-color: white;
}
.formcim{
    color: white;
    padding-top: 30px;
}
.formcim h2{
    font-size: 32px;
    padding-bottom: 30px;
    font-weight: 600;
}
.formcim p{
    font-weight: 600;
}

 
   /* valaszLista */
.valaszLista{
    list-style: square outside url("https://hbh.hu/wp-content/themes/hbhv1/assets/images/lista.png");
    font-size: 19px;
}
.valaszLista li{
    margin-bottom: 20px;
}
/*iparagak*/
.iparKontent{
    width: 330px;
    height: 300px;
    border: 2px solid #db6b27;  /* narancssárga keret */
    color: #db6b27;
    border-radius: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    position: relative;  /* nagyon fontos: a szöveg overlay-hez */
}
.iparCim{
    height: 25%;
    width: auto;
    text-align: center;
    color: white;
    background-color: #db6b27;
}
.iparCim h3{
    font-size: x-large;
    padding-top: 23px;
	margin: 0;
}
.iparSzoveg {
   position: absolute;  /* overlayként a kép fölé */
    bottom: 0;           /* a doboz alján jelenik meg */
    left: 0;
    width: 100%;
    padding: 15px;
    background: rgba(0,0,0,0.7); /* átlátszó fekete háttér a szövegnek */
    color: white;
    font-size: 14px;
    text-align: center;
    opacity: 0;            /* alapból rejtve */
    transition: opacity 0.3s ease; /* sima megjelenés hoverkor */
}

/* Hover effekt: amikor az egér a dobozon van, a szöveg látható lesz */
.iparKontent:hover .iparSzoveg {
    opacity: 1;
}

.iparclass0{
    background-image: url("https://hbh.hu/wp-content/uploads/2024/02/hbh-setral-csomagoloipari-kenoanyagok-03.jpg");
    background-repeat: no-repeat;
    height: 75%;
    width: auto;
    background-size: cover;
}

.iparclass1{
    background-image: url("https://hbh.hu/wp-content/uploads/2024/02/hbh-setral-elektronikai-ipar-kenoanyagok-03.jpg");
    background-repeat: no-repeat;
    height: 75%;
    width: auto;
    background-size: cover;
}
.iparclass2{
    background-image: url("https://hbh.hu/wp-content/themes/hbhv1/assets/images/slide2.png");
    background-repeat: no-repeat;
    height: 75%;
    width: auto;
    background-size: cover;
}
.iparclass3{
    background-image: url("https://hbh.hu/wp-content/uploads/2024/02/hbh-setral-muanyagipari-kenoanyagok-11.jpg");
    background-repeat: no-repeat;
    height: 75%;
    width: auto;
    background-size: cover;
}
.iparclass4{
    background-image: url("https://hbh.hu/wp-content/uploads/2024/02/hbh-setral-autoipari-kenoanyagok-07.jpg");
    background-repeat: no-repeat;
    height: 75%;
    width: auto;
    background-size: cover;
}

  
@media (min-device-width: 1200px){
    /*topporgo*/

      /* fadein */
    .fadeInLeft {
        -webkit-animation-name: fadeInLeft;
        animation-name: fadeInLeft;
        animation-duration: 3s;
        animation-fill-mode: forwards;
    } 
}     

@media (min-width: 800px){
    /*topporgo*/
    .fa {
        display:none;
    }
    .container2 {
        border-radius: 6px 6px 0 0;
        width: 100%;
        background: rgba(255, 235, 205, 0.9);
        margin-right: auto;
        margin-left: auto;
        display: block;
    }

    .container2 #mainrow{
        width: 60%;
        padding-left: 15px;
        padding-right: 15px;
        margin-right: auto;
        margin-left: auto;
    }

    .container2 .row img{
        height: 60px;
        width: auto;
        margin-right: auto;
        margin-left: auto;
    }

    .container2 .row p{
        font-size: 25px;
        width: auto;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 0;
    }

    .container2 .col-md-3{
        margin-right: auto;
        margin-left: auto;
        padding-left: 0;
        padding-right: 0;
    }

    .container2 .col-md-3 .row{
        margin-left: auto;
        margin-right: auto;
    }

    .container2 #topkep{
        padding-top: 10px;
        text-align: center;
    }
    .container2 #topszam{
        text-align: center;
        font-size: 40px;
        font-weight: 600;
    }
    .container2 #topszoveg{
        font-size: 10px;
        text-align: center;
        margin-bottom: 5px;
    }
        /* couneter */
    /**
     * Quick and easy CSS3 rolling-number/slot machine?
     */
    
    
    #counter {
       height: 1em;
       overflow: hidden;
       margin-left: auto;
       margin-right: auto;
       width:99px;
    }
    
    .digits {
       float:left;
       list-style-type: none;
       font-size: 1em;
       line-height: 1em;
    }
    
    .digits-first {
       margin-top: 0em; /* number 4! */
    }
    
    .digits-second {
       margin-top: 0em; /* number 0! */
    }
    
    .digits-third {
       margin-top: 0em; /* number 4! */
    }
    
    .digits {
       animation-duration: 2s;
       animation-timing-function: ease;
       animation-delay: 0.1s;
       animation-fill-mode: forwards;
    }
    
    .luckie {
       animation-name: luckie;
    }
    .luckie2 {
        animation-name: luckie2;
     }
    .luckie3 {
        animation-name: luckie3;
     }
    .luckie4 {
        animation-name: luckie4;
     }
    
    /* Animations */
    @keyframes luckie {
       100% {
           margin-top: -10em;
       }
    }
    @keyframes luckie2 {
        100% {
            margin-top: -11em;
        }
     }
     @keyframes luckie3 {
        100% {
            margin-top: -12em;
        }
     }
     @keyframes luckie4 {
        100% {
            margin-top: -13em;
        }
     }
}

@media (max-width: 799px){
    .alignfull {
        display: none;
    }

    .mainRaised {
        margin: -20px 12px 0;
        border-radius: 6px 6px 0 0;
        -webkit-box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
        box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
        position: relative;
        display: flex;
        flex-direction: column;
        flex: 1 0 auto;
    }
    .container2{
        display: none;
    }
    .MainBody {
        width: 95%;
        margin-right: auto;
        margin-left: auto;
        padding-left: 5px;
        padding-right: 5px;
    }
    
    .tablaFadeBackjarmu {
        transition: all 2s;
        margin-bottom: -6200px;
    }
}  