.clear {
    clear: both;
}

body,
html {
    font-family: 'Roboto', sans-serif;
    color: #444444;
    font-size: 1rem;
    scroll-behavior: smooth;
    height: 100%;
}

header {
    padding: 2rem 0;
    background: url(../img/maria-radio.webp) no-repeat center 25%;
    background-size: cover;
    /*height: 500px;*/
    height: 26vw;
}

header:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff));
    background-image: linear-gradient(#ffffff);
    opacity: .4;
}

header .logo {
    position: absolute;
    top: 30px;
    margin-left: 15px;
}

header .text-md-right a {
    text-decoration: none;
    padding: 10px 15px;
    background-color: transparent;
    color: #fff;
    transition: all 0.1s ease;
    font-weight: 600;
}

header .text-md-right a:last-child {
    background: white;
    text-transform: uppercase;

    color: #0085CA;
}

/*header .text-md-right a:hover {*/
/*  background-color: #016294;*/
/*}*/
h1 {
    color: #0085CA;
    font-size: 3rem;
}

h2 {
    color: #0085CA;
    font-weight: 300;
    font-size: 2.25rem;
}

p {
    color: black;
    font-weight: 300;
}

p strong {
    color: #0085CA;
    font-weight: 500;
}

@media (max-width: 550px) {
    #after_donation_section {
        font-size: 12px !important;
    }
}

@media (max-width: 311px) {
    #very-end-file {
        font-size: 14px !important;
    }

    #after_donation_section {
        font-size: 10px !important;
    }
}

.line {
    width: 300px;
    border-bottom: 1px solid black;
}

.border-total {
    border: 2px solid #0085CA;
    border-radius: 4px;
}

.btn-group-toggle input[type="radio"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

label {
    text-transform: uppercase;
    color: #0085CA !important;
    font-weight: 600 !important;
    background-clip: unset !important;
}

label#other-error:hover {
    color: red !important;
    background: #fff !important;
    border: none !important;
}

label.form-control {
    background-color: #fff;
    border: 2px solid #0085CA;
    border-radius: 4px;
    height: 3rem;
    line-height: 2rem;
}

label:hover,
label.active {
    background-color: #0085CA !important;
    color: #fff !important;
    border: 2px solid #0085CA !important;
}

.custom-control-label {
    color: #0085CA !important;
}

.custom-control-label:hover {
    background-color: transparent !important;
    color: #0085CA !important;
    border: 0 !important;
}

#donationForm label.error {
    text-transform: none !important;
    color: red !important;
    font-weight: normal !important;
    background-clip: initial !important;
}

#donationForm label.error:hover {
    background-color: #fff !important;
    color: red;
    border: none !important;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #0085CA;
    border: 0;
}

input[type="text"].form-control,
input[type="email"].form-control {
    background-color: #fff;
    border: 2px solid #0085CA;
    border-radius: 0;
    color: #0085CA !important;
    font-weight: 600;
    height: 3rem;
    line-height: 2rem;
}

input[type="text"].form-control::placeholder,
input[type="email"].form-control::placeholder {
    color: #0085CA;
    text-transform: uppercase;
    font-weight: 300;
}

.input-group-other-amount .input-group-append span {
    background-color: #0085CA;
    border-radius: 0;
    color: #fff;
    border: 0;
    text-transform: uppercase;
    font-weight: 600;
}

button[type="button"] {
    background-color: #253b80 !important;
    color: #fff;
    border-radius: 0;
    height: 3rem;
    line-height: 2rem;
    background-clip: unset !important;
    border: 0;
    text-transform: uppercase;
    font-weight: 600;
}

button[type="button"]:hover {
    background-color: #2997d8 !important;
}

button[type="button"]:hover + .input-group-append span {
    background-color: #253b80;
}

.input-group-submit .input-group-append span {
    background-color: #2997d8;
    border-radius: 0;
    color: #fff;
    border: 0;
    height: 3rem;
    line-height: 2rem;
}

#cib_icon {
    background: url(../img/CIBBANK.jpg) no-repeat center;
    background-size: cover;
    width: 48px;
    height: 48px;
}

#cib_submit_button {
    background-color: #f27320 !important;
}

#cib_submit_button:hover {
    background-color: #d66419 !important;
}

#simple_icon {
    background: url(../img/SIMPLEPAY.jpg) no-repeat center;
    background-size: cover;
    width: 48px;
    height: 48px;
}

#simple_submit_button {
    background-color: #66b32f !important;
}

#simple_submit_button:hover {
    background-color: #4e8e21 !important;
}

#payment-status {
    padding: 2rem 0;
    background: url(../img/leukemiashu-background.webp) no-repeat center top;
    background-size: cover;
    /*height: 500px;*/
}

#payment-status:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff));
    background-image: linear-gradient(#ffffff);
    opacity: .7;
}

@media (max-width: 1200px) {
    header {
        height: 60vh;
    }
}

@media (max-width: 992px) {
    h1 {
        font-size: 2.25rem;
    }

    h2 {
        margin-bottom: 1.5rem;
        font-size: 1.5rem;
    }
}

@media (max-width: 768px) {
    header {
        height: 50vh;
    }

    header .text-md-right {
        margin-top: 90px;
        text-align: left !important;
        font-size: .8rem;
    }

    header.admin-class .text-md-right {
        text-align: center !important;
        margin-top: 30px !important;
    }
}

@media (max-width: 576px) {
    header {
        height: 40vh;
    }

    .input_name::-webkit-input-placeholder,
    .input_surname::-webkit-input-placeholder,
    .input_email::-webkit-input-placeholder {
        font-size: 13px;
        text-align: center;
    }
}

@media (max-width: 400px) {
    header {
        height: 30vh;
    }
}

@media (max-width: 350px) {
    .input_amount {
        font-size: 12px;
    }
}
@media (max-width: 310px) {
    .input_amount {
        font-size: 13px;
    }
}

/* 2020-11-14 a regisztracios reszek miatt */
input[type="text"].form-control,
input[type="email"].form-control,
input[type="password"].form-control {
    background-color: #fff;
    border: 2px solid #0085CA;
    border-radius: 0;
    color: #0085CA !important;
    font-weight: 600;
    height: 3rem;
    line-height: 2rem;
}

input[type="text"].form-control::placeholder,
input[type="email"].form-control::placeholder,
input[type="password"].form-control::placeholder {
    color: #0085CA;
    text-transform: uppercase;
    font-weight: 300;
}

button[type="button"], button[type="submit"] {
    background-color: #253b80 !important;
    color: #fff;
    border-radius: 0;
    height: 3rem;
    line-height: 2rem;
    background-clip: unset !important;
    border: 0;
    text-transform: uppercase;
    font-weight: 600;
}

header.admin-class {
    padding: 2rem 0;
    background: none;
    /*height: 500px;*/
    height: auto;
}

header.admin-class .logo {
    position: relative;
    top: 0;
    margin-left: 0;
}

.table td, .table th {
    vertical-align: middle;
}

@media (max-width: 550px) {
    #regform .btn {
        min-height: 4rem;
    }
}

.kerekites {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    khtml-border-radius: 5px;
    border-radius: 5px;
}

#fejlecMessage {
    z-index: 9999;
    left: 50%;
    margin-left: -150px;
    height: auto;
    width: 250px;
    color: #FFF;
    font-size: 14px;
    position: fixed;
    top: 0px;
    opacity: 0.8;
    font-weight: bold;
    padding: 10px;
}

.rotate-svg {
    transition: all 0.5s ease;
}

.rotate-svg.rotated {
    transform: rotate(180deg);
}

#submenu_wrapper, #company_submenu_wrapper {
    display: none;
}

.testimonial {
    background: #2387cc;
    color: white;
    border-radius: 5px;
    padding: 10px;
}

.testimonial img {
    width: 100%;
    height: 400px;
}

.testimonial p {
    color: white;
    padding: 10px;
}