body {
    background: radial-gradient(circle, rgba(161,161,161,1) 0%, rgba(41,47,54,1) 100%);
    background-size: cover;
    font-family: sans-serif;
    /*padding: 30px;*/
    background-repeat: no-repeat;
    background-attachment: fixed;
}

h1 {
    text-align: center;
    font-size: 50px;
    font-family: 'wire one', serif;
    font-weight: normal;
}

.menubarlogo {
    position: fixed;
    max-height: 33px;
    max-width: 300px;
    z-index: 9999;
    padding: 10px;
    top: 12px;
    animation: logoanimation 2s;
}

header img {
    margin-top: -17px;
    height: 50px;
    margin-left: 5px;
}

.mainbox {
    top: 30px;
    height: auto;
    position: relative;
    left: 0;
    bottom: 0;
    text-align: center;
    color: black;
    background-color: #f7f7f3;
    box-shadow: 0 0 25px 0 white;
    min-height: calc(100vh - 50px);
    margin-bottom: 5%;
}

.mainalbox {
    margin-top: 50px;
}

.banner {
    background-image: linear-gradient(to right bottom, rgb(255 255 255 / 78%), rgb(0 0 0 / 61%));
    height: 200px;
    margin-bottom: 30px;
    /* border: 8px solid transparent; */
    box-shadow: -6px 7px 14px 10px rgb(191 191 191);
}

.maintextbox {
    /*padding: 20px;*/
    text-align: center;
}

.navbar {
    animation: navbaranimation 1s;
    overflow: hidden;
    background-color: #333;
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    display: flex;
    justify-content: flex-end;
    z-index: 999;
    height: 60px;
}

.navbar a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 22px 16px;
    text-decoration: none;
    display: block;
    
    transition: 0.25s;
    border-width: 8px;
    border-bottom: 3px solid rgb(205, 95, 90);
}

.navbar a:hover {
    transform: translateY(-10%);
}

.active {
    background: green;
    color: black;
}
.footer {
    animation: footeranimation 2s;
	position: fixed;
	left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    color: black;
	background-color: white;
    box-shadow: 0 0 25px 0 black;
	height: 40px;
}
.footerwords {
    position: relative;
    display: flex;
    justify-content: space-between;
    padding: 0.7%;
    margin-left: 10px;
}

.footerauthor {
    margin-right: 10px;
}

.footersocial {
    display: flex;
}

.socialfacebook {
    transform: scale(1);
    transition: all 0.3s ease-in-out 0.2s;
    margin-right: 10px;
    text-decoration: none;
    color: black;
}

.socialinstagram {
    transform: scale(1);
    transition: all 0.3s ease-in-out 0.2s;
    margin-left: 10px;
    text-decoration: none;
    color: black;
}

.socialfacebook:hover {
    transform: scale(1.2);
    transition: all 0.3s ease-in-out 0.2s;
}

.socialinstagram:hover {
    transform: scale(1.2);
    transition: all 0.3s ease-in-out 0.2s;
}

.footerinfo {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 4rem; 
    background-color: black; 
    color: white;
}

.footerbalra {
    display: flex;
    justify-content: space-between;
    margin-left: 10px;
    margin-top: 10px;
    font-size: 13px;
}

.footerjobbra {
    display: flex;
    justify-content: flex-end;
    position: relative;
    margin-right: 10px;
    margin-top: -30px;
    font-size: 13px;
}

#header1 {
    height: 100%;
    background-image: url(/design/images/header.webp);
    /* background-size: 100%; */
    background-position: top;
    position: relative;
    clip-path: polygon(0 0, 100% 0, 100% 75vh, 0 100%);
    background-repeat: no-repeat;
    box-shadow: 0 0 100px 10px rgba(0, 0, 0, 0.5) inset;
    /* background-position-y: bottom; */
    top: 0px;
    animation: pulse 20s infinite;
}

@keyframes pulse {
    0%, 100% {
      background-color: #878787;
    }
    50% {
      background-color: #333333;
    }
  }

#header2 {
    height: 100%;
    /* background-size: 100%; */
    background-position: top;
    position: relative;
    clip-path: polygon(0 0, 100% 0, 100% 75vh, 0 100%);
    background-repeat: no-repeat;
    box-shadow: 0 0 100px 10px rgba(0, 0, 0, 0.5) inset;
    /* background-position-y: bottom; */
    top: 0px;
}


.text-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.heading-text {
    display: block;
    font-size: 26px;
    font-weight: 400;
    letter-spacing: 5px;
}

.contact {
    display: inline-block;
    text-align: left;
}



.bemutatkozo-div {
    background: linear-gradient(145deg, #d6d6d6, #ffffff);
    /*border-radius: 10px;*/
    box-shadow: 5px 5px 15px #aaaaaa, -5px -5px 15px #ffffff;
    padding: 20px;
    /*max-width: 400px;*/
    text-align: center;
    font-family: Arial, sans-serif;
    color: #333;
}

hr.style1 {
	height: 50px;
	border: 0;
}

.container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    /*height: 100vh;*/
}
.image-container {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
}
.image-container:hover {
    /*transform: scale(1.1);*/
    animation: shaking 1s infinite;
}
.image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.image-text {
    margin-top: 200px;
    font-size: 16px;
    text-align: center;
    position: absolute;
}

@keyframes shaking {
    0% { transform: rotate(0deg) scale(1.1);; }
    25% { transform: rotate(5deg) scale(1.1);; }
    50% { transform: rotate(0eg) scale(1.1);; }
    75% { transform: rotate(-5deg) scale(1.1);; }
    100% { transform: rotate(0deg) scale(1.1);; }
}


/* TELEFONOS RÉSZ */

.dropdown {
    position: absolute;
    display: inline-block;
    /* left: 10px; */
    right: 0;
    top: -65px;
    color: white;
    z-index: 9999;
}

.dropbtn {
    background-color: #04AA6D;
    color: white;
    font-size: 16px;
    border: none;
    margin-left: -5px;
    margin-top: -5px;
    height: 40px;
    width: 40px;
    background-image: url(../images/icons/menu.webp);
    background-repeat: no-repeat;
    background-size: 35px;
    background-position: center;
    right: 0;
    position: fixed;
    right: 10px;
}

.dropdown-content {
    display: none;
    position: fixed;
    background-color: #f9f9f9;
    /* min-width: 160px; */
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    padding: 80px 80px;
    z-index: 1;
    margin-top: 20px;
    /* margin-left: -10px; */
    height: 20px;
    width: 100%;
    left: 0;
    margin-top: 46px;
}

.dropdown-menus {
    z-index: 1;
    height: 50px;
    width: 100%;
    left: 0;
    position: fixed;
}

.dropdown-menus-style {
    padding: 8px 15px;
    position: relative;
    display: block;
    margin-top: 10px;
    /* margin-left: -15px; */
    top: -65px;
}

/*.dropdown:hover .dropdown-content {
  width: auto;
    position: fixed;
    left: 0;
    right: 0;
    top: 40px;
    height: 40px; 
}*/

@media only screen and (min-width : 722px ){
.dropdown {
    display: none;
}
  
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 12px 16px;
    z-index: 1;
  }
  
  .dropdown:hover .dropdown-content {
    display: block;
  }
}
@media only screen and (max-width: 721px) {
    .menudiv {
        display: none;
    }

    .footer {
        animation: footeranimation 2s;
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        text-align: center;
        color: black;
        background-color: white;
        box-shadow: 0 0 25px 0 black;
        height: 30px;
        font-size: 13px;
    }

    .footerwords {
        position: relative;
        display: block;
        padding: 0.7%;
        margin-top: 5px;
        text-align: center;
    }

    .footersocial {
        display: none;
    }

    .footerauthor {
        line-height: 15px;
    }

    .image-container {
        width: 100px;
        height: 100px;
        border-radius: 50%;
        overflow: hidden;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        transition: transform 0.3s ease;
    }
    .image-text {
        margin-top: 200px;
        font-size: 13px;
        text-align: center;
        position: absolute;
    }

    .mainbox {
        margin-bottom: 20%;
    }

    .contact {
        display: inline-block;
        text-align: left;
        margin-left: 20px;
    }

    .bemutatkozo-div {
        font-size: 2vh;
    }

    h1 {
        font-size: 3vh; /* 5vh */
    }
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a.active2 {
    background-color: #3A9A28;
    color: white;
    box-shadow: 0px 10px 10px 0px rgb(0 0 0);
  }