.diagonal {
    position: relative;
    height: 100px;
    background-color: #2f3238;
    clip-path: polygon(0 0, 100% 0, 0 100%);
    margin-top: -1px;
}
.diagonalRight {
    position: relative;
    height: 100px;
    background-color: #2f3238;
    clip-path: polygon(0 0, 100% 100%, 100% 0);
    margin-top: -1px;
}
.rotated{
    transform: rotateX(180deg);

}
.wrapper{
    background-color: #2f3238;
    color: whitesmoke;
}
.blurb h2{
    font-size: 28px;
    color: whitesmoke;
}
.blurb h3{
    color:whitesmoke;
}
.wrapper{
    padding:30px;
}
.wrapper .blurb{
    display: flex;
    flex-direction: column;
    padding: 30px;
}

.wrapper img {
    min-width: 200px;
    max-width: 400px;
}

.HrWhiteSzovegElvalaszto{
    width: 85%;
    margin:auto;
    min-width: 300px;
    border-bottom: 3px solid whitesmoke;
    margin-top: -3px;
}

.logoHolder img{
    width: 300px; height: 100px;
    border-radius: 10px;
    box-shadow: rgb(165, 171, 178) 0px 0px 0px 2px, rgba(176, 183, 190, 0.65) 0px 4px 6px -1px, rgba(245, 245, 245, 0.57) 0px 1px 0px inset;
}

.aruListHolder {
    height: 500px;
    overflow-y: scroll;
}

.wrapper ::-webkit-scrollbar {
    width: 12px;
}

.wrapper ::-webkit-scrollbar-track {
    border-radius: 4px;
    background-color: #95a5a6;
    border: 1px solid rgba(173, 173, 173, 0.61);
}

.wrapper ::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background-color: #2c3e50;
}

.hiddenImage{
    display:none;
}
.imageHolder{
    display:flex;
    height: 100%;
    width: 80%;
    min-width: 300px;
    max-height: 300px;
    background-color: white;
    align-items: center;
    justify-content: center;
    box-shadow: rgba(75, 39, 26, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.imageHolder img{
    transition: 2s ease;
}
.aruListHolder li {
    cursor: pointer;
}
@media (min-width: 767px) {
    .kotoelemekListaElem{
        background-image: none;
    }
}