﻿/* <<-- Főoldal -->> */
#fooldal {
    height: 83vh;
    position: relative;
    z-index:10;
}

.banner-cim{
   bottom:70px;
    left:50px;
    font-weight: 900;
    font-size:3em;
    position: absolute;
    z-index:500;
    display: block;
    color:#6f142b;
    text-shadow: 0 0 20px white;
    max-width:calc( 100% - 650px)
   
}

.banner-kepek {
    position: absolute;
    height: 83vh;
    width: 100%;
}

.banner-bg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 83vh;
    width: 100%;
    position: relative;
}

.fooldal-bg1 {
    background-image: url(/files/sys/img/lemez-mazolas.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}

.fooldal-bg2 {
    background-image: url(/files/sys/img/gipszkarton2.webp);
background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}

.fooldal-bg3 {
    background-image: url(/files/sys/img/hoszigeteles1.webp);
background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}

.fooldal-bg4 {
    background-image: url(/files/sys/img/lakopark3.webp);
background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}

.fooldal-bg5 {
    background-image: url(/files/sys/img/handshake.webp);
background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}

.banner-tartalom {
    padding-top: 100px;
    padding-left: 50px;
    padding-right: 50px;
width:600px;
    float:right;
    background-color: rgba(0, 82, 122, 0.9);
    

}

.banner-tartalom h2 {
    margin-bottom: 40px;
}

.banner-feliratok {
    
    color: #d0d0d0;
    width: 100%;
    margin-top: 15vh;
    height: 60vh;
    position: absolute;
    right: 0;

}

.fooldal-kapcs span {
    color: #F56200;
    border: 2px solid #F56200;
}







.slick-dots {
    display: block;
    justify-content: center;
    margin: 0;

    background-color: #d0d0d0;
    list-style-type: none;


}

.slick-dots li.slick-active button {
    border: 2px solid #F56200;
    background-color: #F56200;
}

.slick-dots li {
    margin: 0 0.25rem;

}

.slick-dots button {
    display: block;
    width: 1rem;
    height: 1rem;
    padding: 0;

    border: 2px solid #F56200;
    border-radius: 0;
    background-color: transparent;

    text-indent: -9999px;
}



/* <<==--   RESPONSIVE   --==>> */
/* Fekvő nézet */
@media (orientation: landscape) {}

/* Álló nézet */
@media (orientation: portrait) {
    #site-bg-landscape {
        display: none;
    }

    #site-bg-portrait {
        display: block;
    }
}


/* 1680 px, Tablet fekvő (1670 - 1919px)*/
@media only screen and (max-width: 1670px) {}

/* 1440 px, Tablet fekvő (1430 - 1669px)*/
@media only screen and (max-width: 1430px) {}

/* 1366 px, Tablet fekvő (1356 - 1429px)*/
@media only screen and (max-width: 1356px) {}

/* 1280 px, Tablet fekvő (1270 - 1355px)*/
@media only screen and (max-width: 1270px) {}

/* 1024 px, Tablet fekvő (1014 - 1269px)*/
@media only screen and (max-width: 1279px) {
    .banner-tartalom {
    padding-top: 100px;
    padding-left: 50px;
    padding-right: 50px;
width:500px;
    float:right;
    background-color: rgba(0, 82, 122, 0.9);
    

}
}

/* 768 px, Tablet álló (768 - 1013px) */
@media only screen and (max-width: 1013px) {
    .banner-tartalom {
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
width:400px;
    float:right;
    background-color: rgba(0, 82, 122, 0.9);
    

}
    .banner-cim{
  
    font-size:2.5em;
   
    max-width:calc( 100% - 450px)
   
}
    
}

/* 576 px, Telefon fekvő (576 - 767px) */
@media only screen and (max-width: 767px) {

    .banner-feliratok {
        background-color: rgba(0, 82, 122, 0.9);
        width: 100%;
        margin-top: 15vh;
        height: 40vh;
        position: absolute;
        right: 0;
        float:none;
         bottom:0;

    }
    
    .banner-tartalom{
       width:100%;
        margin-top:30px;
    }
    
    .banner-cim{
        width:100%;
    top:20px;
        left:20px;
        max-width: 100%;
        font-size:1.5em;
        text-shadow:0 0 2px white;
        text-align: center;
    }
    .banner-tartalom h2 {
    margin-bottom: 10px;
        font-size:2em
}
    .button{
        margin-top:10px;
          margin-bottom:0;
    }
    .banner-bg {
   
    height: 63vh;
  
}
}

/* 300 px, Telefon álló (300 - 575px) */
@media only screen and (max-width: 575px) {

    .banner-feliratok {
        background-color: rgba(0, 82, 122, 0.9);
        width: 100%;
        margin-top: auto;
        height: 300px;
        position: absolute;
        right: 0;
        bottom: 0;

    }
    
    .banner-tartalom h2 {
    margin-bottom: 20px;
}
    
    h2{
        font-size:2em;
    }
    
     .banner-cim{
        width:100%;
    top:20px;
        left:0px;
        max-width: 100%;
        font-size:1.5em;
        text-shadow:0 0 2px white;
        text-align: center;
    }
    .banner-bg {
   
    height: 45vh;
   
}
}
