iframe.paymentframe {
    border: none;
    width: 100%;
    height: 1250px;
    margin-top: 30px;
}

@media (max-width: 600px) {
    iframe.paymentframe {
        height: 1300px;
    }
}

@media (max-width: 380px) {
    iframe.paymentframe {
        height: 1340px;
    }
}

.paymentform {
    display: inline-block;
}

.ibanpart {
    padding-right: 6px;
}

img.qrcode {
    max-width: 100%;
    height: auto;
}

.paymentPortalHeader {
    font-size: 1.25em;
}

.paymentLogoButton {
    display: inline-block;
    text-align: center;
    margin-bottom: 1rem;
    margin-left: .5rem;
    margin-right: .5rem;
    vertical-align: top;
    width: 200px;
}

.paymentLogoButton > button {
    display: inline-block;
    height: 80px;
    width: 200px;
    background-color: #f7f5f5;
    margin-bottom: .25rem;
}

.paymentLogoButton > button > img {
    max-height: 50px;
    max-width: 120px;
}

input.amountmodifier {
    background-color: #f7f5f5;
    border: none;
    width: 70px;
}

@media (min-width: 768px) {
    .paymentPortalHeader {
        font-size: 2.5em;
    }
}
