/**
 * @Author: O. A. Kastein
 * @Date:   2021-07-18T19:47:40+02:00
 * @Last modified by:   O. A. Kastein
 * @Last modified time: 2021-08-15T12:38:31+02:00
 * @License: Commercial License
 * @Copyright: oak media GmbH
 * Calculator result area Content
 */

.aqibInnerDiv {
    height: 800px;
    /* max-height: 800px; */
    max-width: 800px;
    min-width: 300px;
    /* height: 300px; */
    background-color: none;
    background-image: url(main.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    border: none;
    padding:0px;
}

.calcimg {
    max-width: 100%;
}

.nameinput,
.notw,
.euroOne,
.euroTwo,
.eruoThree,
.eruoFour,
.eruoFive,
.euroSix,
.euroSeven,
.eruoEight,
.zinsinput:focus-visible
{
    outline: none;
}

.nameinput {
    text-align: center;
    margin-top: 15.3rem;
    position: absolute;
    height: 45px;
    margin-left: 3rem;
    width: 323px;
    border: none;
    background: none;
    font-size: 30px;
    font-weight: bold;
}

.zinsinput {
    margin-right: 6rem;
    position: absolute;
    right: 0;
    margin-top: 11.6rem;
    text-align: right;
    height: 35px;
    border: none;
    background: none;
    font-size: 30px;
    font-weight: bold;
}

.notw {
    width: 120px;
    margin-right: 6rem;
    position: absolute;
    right: 0;
    margin-top: 15.6rem;
    text-align: right;
    height: 35px;
    border: none;
    background: none;
    font-size: 30px;
    font-weight: bold;
}

.euroOne {
    text-align: center;
    height: 26px;
    position: absolute;
    left: 0%;
    width: 170px;
    margin-left: 4rem;
    margin-top: 24rem;
    border: none;
    background: none;
    font-size: 30px;
    font-weight: bold;
}
.euroSix,
.euroSeven,
.eruoEight {
    text-align: center;
    height: 26px;
    position: absolute;
    left: 0%;
    width: 170px;
    margin-left: 4.3rem;
    margin-top: 36rem;
    border: none;
    background: none;
    font-size: 30px;
    font-weight: bold;
}

.euroSeven
{
    margin-left: 19.5rem;
    margin-top: 36rem;
}

.eruoEight
{
    margin-left: 34.5rem;
    margin-top: 36rem;
}

.euroTwo {
    text-align: center;
    height: 26px;
    position: absolute;
    left: 0%;
    width: 170px;
    margin-left: 19rem;
    margin-top: 24rem;
    border: none;
    background: none;
    font-size: 30px;
    font-weight: bold;
}

.eruoThree {
    text-align: center;
    height: 26px;
    position: absolute;
    left: 0%;
    width: 170px;
    margin-left: 34rem;
    margin-top: 24rem;
    border: none;
    background: none;
    font-size: 30px;
    font-weight: bold;
}

.eruoFour {
    text-align: center;
    height: 26px;
    position: absolute;
    left: 0%;
    width: 170px;
    margin-left: 20rem;
    margin-top: 28.6rem;
    border: none;
    background: none;
    font-size: 30px;
    font-weight: bold;
}

.eruoFive {
    text-align: center;
    height: 26px;
    position: absolute;
    left: 0%;
    width: 170px;
    margin-left: 34.5rem;
    margin-top: 28.6rem;
    border: none;
    background: none;
    font-size: 30px;
    font-weight: bold;
}

.link{
    position: absolute;
    bottom: 40px;
    left: 0;
    font-family: Arial;
    right: 0;
    background: #fff;
    width: 250px;
    margin: 0 auto;
    height: 50px;
    text-align: center;
    font-size: 35px;
    text-decoration: none;
    color: #a0a0a0;
    font-size:20px;
}

@media screen and (max-width: 768px) {
    .nameinput {
        margin-top: 13.9rem;
        width: 293px
    }
    .zinsinput {
        margin-right: 5rem;
        position: absolute;
        right: 0;
        margin-top: 10.8rem;
        text-align: right;
        height: 25px;
    }
    .notw {
        margin-top: 14.6rem;
    }
    .euroOne {
        margin-top: 22.5rem;
    }
    .euroTwo {
        margin-top: 22.5rem;
    }
    .eruoThree {
        margin-left: 33rem;
        margin-top: 22.5rem;
    }
    .eruoFour {
        margin-left: 18.5rem;
        margin-top: 27rem;
    }
    .eruoFive {
        margin-left: 32.5rem;
        margin-top: 27rem;
    }

    .euroSix
    {
        margin-left: 3.7rem;
        margin-top: 34rem;
    }

    .euroSeven
    {
        margin-left: 18rem;
        margin-top: 34rem;
    }

    .eruoEight
    {
        margin-left: 32.3rem;
        margin-top: 34rem;
    }

    .link {
        bottom: 85px;
    }
}

@media screen and (max-width: 741px) {
    body{
        font-size: 15px !important;
    }
    .nameinput {
        margin-top: 13.2rem;
        width: 281px;
    }
    .notw {
        margin-top: 13.9rem;
    }
    .euroOne {
        margin-top: 21.5rem;
    }
    .euroTwo {
        margin-left: 17rem;
        margin-top: 21.5rem;
    }
    .eruoThree {
        margin-left: 31rem;
        margin-top: 21.5rem;
    }
    .eruoFour {
        margin-left: 17rem;
        margin-top: 26rem;
    }
    .eruoFive {
        margin-left: 31rem;
        margin-top: 26rem;
    }

    .euroSix
    {
        margin-left: 3.5rem;
        margin-top: 32.7rem;
    }

    .euroSeven {
        margin-left: 17.5rem;
        margin-top: 32.7rem;
    }

    .eruoEight {
        margin-left: 31rem;
        margin-top: 32.7rem;
    }

}

@media screen and (max-width: 712px) {
    .nameinput {
        margin-top: 12.6rem;
        width: 268px;
    }
    .zinsinput {
        margin-right: 4.5rem;
        position: absolute;
        right: 0;
        margin-top: 9.8rem;
        text-align: right;
        height: 25px;
    }
    .notw {
        margin-top: 13.2rem;
    }
    .euroOne {
        margin-top: 20.5rem;
    }
    .euroTwo {
        width: 120px;
        margin-top: 20.5rem;
    }
    .eruoThree {
        width: 120px;
        margin-top: 20.5rem;
    }
    .eruoFour {
        width: 120px;
        margin-top: 31.5rem;
    }
    .eruoFive {
        width: 120px;
        margin-top: 31.5rem;
    }
}

@media screen and (max-width: 685px) {
    .nameinput {
        margin-top: 12rem;
        width: 254px;
    }
    .notw {
        margin-top: 12.7rem;
    }
    .euroOne {
        margin-top: 19.8rem;
        margin-left: 3rem;
    }
    .euroTwo {
        margin-top: 19.8rem;
        margin-left: 17rem;
    }
    .eruoThree {
        margin-top: 19.8rem;
        margin-left: 29rem;
    }
    .eruoFour {
        margin-top: 25.8rem;
        margin-left: 29rem;
    }

    .eruoFive {
        margin-top: 25.8rem;
        margin-left: 35rem;
    }
}

@media screen and (max-width: 658px) {
    .nameinput {
        margin-top: 11.4rem;
        width: 242px;
    }
    .zinsinput {
        width: 90px;
        margin-right: 4rem;
        position: absolute;
        right: 0;
        margin-top: 9rem;
        text-align: right;
        height: 25px;
    }
    .notw {
        margin-top: 12.2rem;
    }
    .euroOne {
        margin-top: 19rem;
        margin-left: 2.6rem;
    }
    .euroTwo {
        margin-top: 19rem;
        margin-left: 15rem;
    }
    .eruoThree {
        margin-top: 19rem;
        margin-left: 28rem;
    }
}

@media screen and (max-width: 634px) {
    .nameinput {
        margin-top: 10.8rem;
        width: 228px;
    }
    .zinsinput {
        width: 90px;
        margin-right: 4rem;
        position: absolute;
        right: 0;
        margin-top: 8.5rem;
        text-align: right;
        height: 25px;
    }
    .notw {
        margin-top: 11.6rem;
    }
    .euroOne {
        margin-top: 18.3rem;
        margin-left: 2.6rem;
        width: 125px;
    }
    .euroTwo {
        margin-top: 18.3rem;
        margin-left: 15rem;
        width: 115px;
    }
    .eruoThree {
        margin-top: 18.3rem;
        margin-left: 27rem;
        width: 115px;
    }
}

@media screen and (max-width: 605px) {
    .nameinput {
        margin-top: 10.2rem;
        width: 215px;
    }
    .zinsinput {
        width: 90px;
        margin-right: 4rem;
        position: absolute;
        right: 0;
        margin-top: 8.1rem;
        text-align: right;
        height: 25px;
    }
    .notw {
        margin-top: 11rem;
    }
    .euroOne {
        margin-top: 17.3rem;
        margin-left: 2.6rem;
        width: 125px;
    }
    .euroTwo {
        margin-top: 17.3rem;
        margin-left: 14.6rem;
        width: 115px;
    }
    .eruoThree {
        margin-top: 17.3rem;
        margin-left: 25rem;
        width: 115px;
    }
}

@media screen and (max-width: 581px) {
    .nameinput {
        margin-top: 10rem;
        width: 201px;
        height: 30px;
    }
    .zinsinput {
        width: 90px;
        margin-right: 4rem;
        position: absolute;
        right: 0;
        margin-top: 7.8rem;
        text-align: right;
        height: 25px;
    }
    .notw {
        margin-top: 10.8rem;
        height: 20px;
    }
    .euroOne {
        margin-top: 16.5rem;
        margin-left: 2.6rem;
        width: 112px;
    }
    .euroTwo {
        margin-top: 16.5rem;
        margin-left: 13.5rem;
        width: 110px;
    }
    .eruoThree {
        margin-top: 16.5rem;
        margin-left: 24rem;
        width: 110px;
    }
}

@media screen and (max-width: 560px) {
    .nameinput {
        margin-top: 9.5rem;
        width: 193px;
        height: 30px;
    }
    .zinsinput {
        width: 90px;
        margin-right: 4rem;
        position: absolute;
        right: 0;
        margin-top: 7.5rem;
        text-align: right;
        height: 25px;
    }
    .notw {
        margin-top: 10.3rem;
        height: 20px;
    }
    .euroOne {
        margin-top: 15.9rem;
        margin-left: 2.6rem;
        width: 112px;
    }
    .euroTwo {
        margin-top: 15.9rem;
        margin-left: 13rem;
        width: 100px;
    }
    .eruoThree {
        margin-top: 15.9rem;
        margin-left: 23rem;
        width: 100px;
    }
}

@media screen and (max-width: 541px) {
    .nameinput {
        margin-top: 9.4rem;
        width: 182px;
        height: 25px;
    }
    .zinsinput {
        width: 90px;
        margin-right: 4rem;
        position: absolute;
        right: 0;
        margin-top: 7.1rem;
        text-align: right;
        height: 25px;
    }
    .notw {
        margin-top: 9.8rem;
        height: 20px;
    }
    .euroOne {
        margin-top: 15.4rem;
        margin-left: 2.6rem;
        width: 97px;
    }
    .euroTwo {
        margin-top: 15.4rem;
        margin-left: 13rem;
        width: 97px;
    }
    .eruoThree {
        margin-top: 15.4rem;
        margin-left: 23rem;
        width: 97px;
    }
}

@media screen and (max-width: 500px) {
    .nameinput {
        margin-left: 2.3rem;
        margin-top: 9.4rem;
        width: 176px;
        height: 25px;
        font-size: 16px;
    }
    .zinsinput {
        width: 90px;
        margin-right: 3rem;
        position: absolute;
        right: 0;
        margin-top: 6.9rem;
        text-align: right;
        height: 25px;
        font-size: 16px;
    }
    .notw {
        margin-right: 3.6rem;
        margin-top: 9.5rem;
        height: 20px;
        font-size: 16px;
    }
    .euroOne {
        margin-top: 14.3rem;
        margin-left: 2.6rem;
        width: 90px;
        font-size: 16px;
    }
    .euroTwo {
        margin-top: 14.3rem;
        margin-left: 11.5rem;
        width: 90px;
        font-size: 16px;
    }
    .eruoThree {
        margin-top: 14.3rem;
        margin-left: 21rem;
        width: 90px;
        font-size: 16px;
    }

    .eruoFour {
        margin-left: 11.5rem;
        margin-top: 17rem;
        font-size: 16px;
    }
    .eruoFive {
        margin-left: 20.3rem;
        margin-top: 17rem;
        font-size: 16px;
    }

    .euroSix
    {
        margin-left: 0.5rem;
        margin-top: 21.5rem;
        font-size: 16px;
    }

    .euroSeven {
        margin-left: 9.7rem;
        margin-top: 21.5rem;
        font-size: 16px;
    }

    .eruoEight {
        margin-left: 18.7rem;
        margin-top: 21.5rem;
        font-size: 16px;
    }

    .link
    {
        width: 170px;
        height: 40px;
        font-size: 16px;
        bottom: 405px;
    }

}

@media screen and (max-width: 479px) {
    .nameinput {
        margin-left: 2rem;
        margin-top: 8.2rem;
        width: 176px;
        height: 25px
    }
    .notw {
        margin-right: 3.6rem;
        margin-top: 8.5rem;
        height: 20px;
    }
    .euroOne {
        height: 20px;
        margin-top: 13.6rem;
        margin-left: 2.6rem;
        width: 80px;
    }
    .euroTwo {
        height: 20px;
        margin-top: 13.6rem;
        margin-left: 11rem;
        width: 80px;
    }
    .eruoThree {
        height: 20px;
        margin-top: 13.6rem;
        margin-left: 20rem;
        width: 80px;
    }
}

@media screen and (max-width: 468px) {
    .nameinput {
        margin-left: 1.9rem;
        margin-top: 8rem;
        width: 171px;
        height: 25px;
    }
    .euroOne {
        height: 20px;
        margin-top: 13.3rem;
        margin-left: 2.6rem;
        width: 80px;
    }
    .euroTwo {
        height: 20px;
        margin-top: 13.3rem;
        margin-left: 11rem;
        width: 80px;
    }
    .eruoThree {
        height: 20px;
        margin-top: 13.3rem;
        margin-left: 20rem;
        width: 80px;
    }
}

@media screen and (max-width: 455px) {
    .nameinput {
        margin-left: 2rem;
        margin-top: 7.7rem;
        width: 161px;
        height: 22px;
    }
    .notw {
        margin-right: 3.6rem;
        margin-top: 8rem;
        height: 20px;
    }
    .euroOne {
        height: 20px;
        margin-top: 12.8rem;
        margin-left: 2.6rem;
        width: 80px;
    }
    .euroTwo {
        height: 20px;
        margin-top: 12.8rem;
        margin-left: 10.5rem;
        width: 80px;
    }
    .eruoThree {
        height: 20px;
        margin-top: 12rem;
        margin-left: 18rem;
        width: 80px;
    }

    .eruoFour
    {
        margin-left: 9rem;
        margin-top: 14.4rem;
    }
    .eruoFive {
        margin-left: 16.3rem;
        margin-top: 14.4rem;
    }

    .euroSix {
        margin-left: -0.5rem;
        margin-top: 18rem;
    }

    .euroSeven {
        margin-left: 7.4rem;
        margin-top: 18rem;
    }

    .eruoEight {
        margin-left: 15rem;
        margin-top: 18rem;
    }
}

@media screen and (max-width: 430px) {
    .nameinput {
        margin-left: 1.9rem;
        margin-top: 8rem;
        width: 152px;
        height: 22px;
    }
    .zinsinput {
        width: 80px;
        margin-right: 3rem;
        position: absolute;
        right: 0;
        margin-top: 5.8rem;
        text-align: right;
        height: 25px;
    }
    .notw {
        margin-right: 3rem;
        margin-top: 8rem;
        height: 18px;
    }
    .euroOne {
        height: 20px;
        margin-top: 12rem;
        margin-left: 2.6rem;
        width: 68px;
    }
    .euroTwo {
        height: 20px;
        margin-top: 12rem;
        margin-left: 10rem;
        width: 68px;
    }
}

@media screen and (max-width: 412px) {
    .nameinput {
        margin-left: 1.9rem;
        margin-top: 6.9rem;
        width: 143px;
        height: 21px;
    }
    .euroOne {
        height: 18px;
        margin-top: 11.5rem;
        margin-left: 2.6rem;
        width: 68px;
    }
}

@media screen and (max-width: 398px) {
    .nameinput {
        margin-top: 6.6rem;
        width: 135px;
        height: 21px;
    }
    .notw {
        margin-right: 2.6rem;
        margin-top: 6.9rem;
        height: 18px;
    }
    .euroOne {
        height: 18px;
        margin-top: 11.2rem;
        margin-left: 1.6rem;
        width: 70px;
    }
}

@media screen and (max-width: 375px) {
    .euroTwo {
        margin-top: 10.5rem;
        margin-left: 9rem;
    }

    .eruoThree {
        margin-top: 10.5rem;
        margin-left: 15rem;
    }

    .eruoFour {
        margin-left: 7.5rem;
        margin-top: 12.4rem;
    }

    .eruoFive {
        margin-left: 14.3rem;
        margin-top: 12.4rem;
    }

    .euroSix {
        margin-left: -1rem;
        margin-top: 15.8rem;
    }

    .euroSeven {
        margin-left: 5.9rem;
        margin-top: 15.8rem;
    }

    .eruoEight {
        margin-left: 12.5rem;
        margin-top: 15.8rem;
    }

    .link {
        width: 170px;
        height: 35px;
        font-size: 20px;
        bottom: 452px;
    }
}


@media screen and (max-width: 380px) {
    .nameinput {
        margin-top: 6.7rem;
        width: 135px;
        height: 20px;
        margin-left: 1.5rem;
    }
    .zinsinput {
        width: 70px;
        margin-right: 2.4rem;
        position: absolute;
        right: 0;
        margin-top: 5rem;
        text-align: right;
        height: 22px;
    }
    .notw {
        margin-right: 2.6rem;
        margin-top: 6.9rem;
        height: 18px;
    }
    .euroOne {
        height: 18px;
        margin-top: 10.6rem;
        margin-left: 1.6rem;
        width: 70px;
    }
}

@media screen and (max-width: 365px) {
    .nameinput {
        margin-top: 6rem;
        width: 129px;
        height: 20px;
        margin-left: 1.5rem;
    }
    .notw {
        margin-right: 2.6rem;
        margin-top: 6.3rem;
        height: 18px;
    }
    .euroOne {
        height: 18px;
        margin-top: 10rem;
        margin-left: 1.6rem;
        width: 65px;
    }
}

@media screen and (max-width: 350px) {
    .nameinput {
        margin-top: 5.8rem;
        width: 122px;
        height: 18px;
        margin-left: 1.5rem;
    }
    .notw {
        margin-right: 2.4rem;
        margin-top: 6rem;
        height: 16px;
    }
    .euroOne {
        height: 16px;
        margin-top: 9.7rem;
        margin-left: 1.6rem;
        width: 65px;
    }
}

@media screen and (max-width: 330px) {
    .nameinput {
        margin-top: 5.6rem;
        width: 112px;
        height: 18px;
        margin-left: 1.5rem;
    }
    .zinsinput {
        width: 50px;
        margin-right: 2.1rem;
        position: absolute;
        right: 0;
        margin-top: 4.1rem;
        text-align: right;
        height: 18px;
    }
    .notw {
        margin-right: 2.4rem;
        margin-top: 5.8rem;
        height: 16px;
        width: 70px;
    }
    .euroOne {
        height: 16px;
        margin-top: 9rem;
        margin-left: 1.6rem;
        width: 59px;
    }

    .euroTwo {
        margin-top: 8.8rem;
        margin-left: 7rem;
    }

    .eruoThree {
        margin-top: 8.8rem;
        margin-left: 12.5rem;
    }

    .eruoFour {
        margin-left: 5.8rem;
        margin-top: 10.4rem;
    }

    .eruoFive {
        margin-left: 11.3rem;
        margin-top: 10.4rem;
    }

    .euroSix {
        margin-left: -1.8rem;
        margin-top: 13.2rem;
    }

    .euroSeven {
        margin-left: 4rem;
        margin-top: 13.2rem;
    }

    .eruoEight {
        margin-left: 9.8rem;
        margin-top: 13.2rem;
    }

    .link {
        width: 170px;
        height: 30px;
        font-size: 16px;
        bottom: 505px;
    }
}

@media screen and (max-width: 315px) {
    .nameinput {
        margin-top: 5.2rem;
        width: 112px;
        height: 16px;
        margin-left: 1.2rem;
    }
    .notw {
        margin-right: 2.4rem;
        margin-top: 5.5rem;
        height: 16px;
        width: 70px;
    }
    .euroOne {
        height: 16px;
        margin-top: 8.5rem;
        margin-left: 1.6rem;
        width: 53px;
    }
}
input {
  font-weight: normal!important;
}