body {
    background-color: #fff;
    background-image: url("/images/yellow-dots.svg");
    background-repeat: no-repeat;
    /*background-position: 100% 5rem;*/
    background-attachment: fixed;
    background-position: bottom right;
    background-size: 35%;
    font-family: Open Sans, sans-serif;
    color: #262262;
}

header {
    background-color: #29235c;
    background: #29235c;
    color: #fff;
    font-size: 12px;
    padding: 2px 0;
    min-height: 25px;

}

.top-header a {
    color: #fff;
    font-size: 12px;
    margin-right: 10px;
}

img.center-block {
    max-height: 20rem;
}

.tartalom p {
    text-shadow: none;
}

body header .top-header a .fab, body header .top-header a .fas {
    color: #ffcb05;
    margin-right: 3px;
}

.jatek.text-center.alap-doboz {
    background: none;
}

.lead, label {
    color: white;
}

.btn-primary-energia {
    color: #fff;
    background-color: #ffcb05;
    border-color: #ffcb05;
    text-shadow: 1px 1px 20px rgb(0 0 0 / 90%);
    transition: all 0.8s;

}

.indicator {
    display: inline-block;
    margin-right: 1rem;
    background-color: #ffcb05;
    color: #fff;
    padding: 2rem;
    border-radius: 50%;
    font-size: 2.25rem;
    margin-left: -5rem;
}

.btn-primary-energia:hover {
    color: #fff;
    background-color: #bb9402;
    border-color: #ffcb05;
}

h2 {
    color: #1c75bc;
}

.form-control {
    display: block;
    /*width: 100%;*/
    height: calc(1.6em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: .9rem;
    font-weight: 400;
    line-height: 1.6;
    color: #495057 !important;
    background-color: #fff !important;
    background-clip: padding-box !important;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.vege-bg .bg-layer {
    background-image: linear-gradient(to bottom, rgb(20 20 20 / 52%) 10%, rgba(20, 20, 20, 0.2) 100%);
}

.ow {
    overflow-wrap: break-word;
    word-wrap: break-word;
    hyphens: auto;
    white-space: normal;
}

@media only screen and (max-width: 992px) {

    .top-header a {
        display: block;
        width: 100%;
    }

    /*    img.center-block {
            width: 40rem;
        }*/
}