* {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

*:before,
*:after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}


.textTable {
    font-weight: lighter !important;
    color: black;
    text-decoration: underline;
}

.textTable:hover {
    text-decoration: underline;
}

.container {
    padding: 0 30px 20px 30px;
    background: #ffecc1;

}

body {
    padding: 20px;
}

.content {
    padding: 20px 0 20px 0;
}

#tabContent {
    background: white;
    color: black;
    padding: 0 20px 0px 20px;
}

.content__text {
    font-size: 15px;
    color: black;
    opacity: 0.8;
    padding-bottom: 15px;
}

#ueberschrift {
    font-size: 25px;
    padding: 20px 0 10px 0;
    color: #000;
}

.content__input {
    font-size: 15px;
    padding-left: 5px;
    margin-right: 5px !important;
}

.content__select {
    font-size: 15px;
}


.tabContainer {
    padding: 20px 0px 20px;
}


.nav-item {
    margin: 0 auto;
    display: flex;
    flex-direction: row;
}


.nav-link.active {
    border-radius: 0 !important;
    background: #ffcd00 !important;
}

.nav-link.active > .tab__step {
    color: #000 !important;
}


a.nav-link:hover p {
    text-decoration: none !important;
}


.inputText {
    font-size: 15px;
}

.content__rightside {
    padding-right: 10px;
    /*width: 20%;*/
    width: 30% !important;
    text-align: right;

}

.content__rightside--margin {
    /*padding-right: 35px;*/
    padding-right: 40px;
    /*width: 20%;*/
    width: 30% !important;
    text-align: right;
}

.content__span--flex {
    padding-bottom: 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-size: 15px;
}

span.content__span {
    padding-bottom: 10px;
    display: flex;
    flex-direction: row;
    font-size: 15px;
}

.content__label {
    font-weight: bold;
}

.tab__step {
    margin-bottom: 0;
    padding-top: 3px;
    text-align: center;
    font-size: 25px;
    margin-left: 10px;
}

.tab__pTag {
    background: white;
    color: black;
    margin-bottom: 0;
    padding: 10px 10px 10px 10px;
    font-size: 17px;
    margin-left: 5px;
    text-align: center;
}

.nav-link {
    display: block;
    flex-direction: row;
    justify-content: center;
    color: black;
    margin-bottom: 0;
    padding: 10px 10px 10px 5px;
    font-size: 16px;
    width: 150px;

    border-radius: 0 !important;
    background: #2b3235 !important;
}

.nav-link > .tab__step {
    color: #fff !important;
}

.content__leftside {
    /*width: 70%;*/
    width: 62% !important;
}

#tabbar {
    justify-content: center;
}

.btn {
    width: 200px;
    padding-bottom: 10px;
    border-radius: 0;
    background-color: #2b3235 !important;
    color: #ffcd00 !important;
    border: none !important;
    font-size: 16px !important;
}

.btn-primary {
    border-radius: 0;
    background-color: #2b3235 !important;
    color: #ffcd00 !important;
    border: none !important;
}


.btn:hover, .btn-primary:hover, #main .container.riester.rechner .btn-primary:hover, #main .container.riester.rechner button.close:hover {
    border-radius: 0;
    background-color: #ffcd00 !important;
    color: #2b3235 !important;
    border: none !important;
    text-decoration: none !important;
}


.modal.show {
    opacity: 1;
}

.content__footer {
    padding-top: 10px;
    text-align: center;
    padding-bottom: 10px;
}

.content__header {
    font-size: 20px;
    font-weight: bold;
    color: #000000;
}


.flex-box {
    flex-direction: row;
    display: flex;
    justify-content: space-between;
    background: #104c6d;
    color: white;
    padding: 10px;
    border-radius: 10px;
}

.flex-item--mod {
    flex-direction: column;
    display: flex;
    border-left: 1px solid white;
    padding-left: 5px;
}

.flex-item__label {
    font-size: 15px !important;
    padding-top: 5px;
    line-height: 1.5;
}

.flex-item__label--bold {
    font-weight: bold;
    padding-top: 5px;
    font-size: 15px;
    line-height: 1.5;
}

.tooltip-text {
    display: none;
    position: absolute;
    background-color: white;
    font-size: 15px;
    border: lightgray 2px solid;
    width: 200px;
    padding: 5px;
    border-radius: 5px;
    color: black;
    margin-left: 20px;
    text-align: left;
}

.content__rightside > button {
    background-color: transparent !important;
    border: 0 !important;
    padding: 5px !important;
    font-size: 18px !important;
    color: black !important;
}

.content-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-size: 15px;
    line-height: 1.5;
}

.modal__content {
    color: white;
    background: #2b3235 !important;
    border-radius: 0 !important;
}

.modal-title {
    color: black;
}

.modal-header {
    background: #ffecc1 !important;
}

.modal > .btn, .btn-primary {
    border-radius: 0;
    background-color: #2b3235 !important;
    color: #ffcd00 !important;
    border: none !important;
}

.modal > .btn:hover, .btn-primary:hover {
    border-radius: 0;
    background-color: #ffcd00 !important;
    color: #2b3235 !important;
    border: none !important;
    text-decoration: none !important;
}

#hiddenBtn {
    visibility: hidden;
}

#hiddenBtn i::before {
    color: #B50C06;
}

.close {
    padding: 5px 6px 11px 5px !important;
    height: 25px !important;
    width: 25px !important;
    font-size: 12px !important;
    background-color: #2b3235 !important;
    color: #ffcd00 !important;
    opacity: 1 !important;
    line-height: 0.8 !important;
}

.bootstrap-dialog-close-button > button {
    display: none;
}

.close:hover {
    background-color: #ffcd00 !important;
    color: #2b3235 !important;
    cursor: pointer !important;
    opacity: 1;
}

i.fa.fa-info-circle.info {
    color: black !important;
}

@media (max-width: 767px) {

    #ueberschrift {
        font-size: 20px;
        padding-bottom: 0px;
    }

    .tabContainer {
        padding: 10px 0px 10px;
    }

    .nav-link {
        width: 120px !important;
    }

    .tab__pTag {
        font-size: 15px !important;
    }

    .tab__step {
        font-size: 20px !important;
    }

    .content__header {
        font-size: 14px;
    }

    .content__text {
        font-size: 10px;
    }

    .content__input {
        font-size: 11px;
        height: 20px;
    }

    .content {
        padding-bottom: 0px;
    }

    .icon {
        margin-top: 1px;
        font-size: 14px;
    }

    .btn {
        font-size: 16px !important;
        margin-top: -20px;
        width: fit-content;
    }

    .inputText {
        font-size: 10px;
    }

    .content__select {
        font-size: 10px;
        height: 20px;
    }

    .content__label {
        font-size: 10px;
    }

    .content__rightside {
        font-size: 10px;
        width: 30%;
        margin-top: -8px;
    }

    .content__rightside--margin {
        font-size: 10px;
        margin-right: 38px;
        padding-right: 0;
    }

    .content__leftside {
        width: 70%;
    }

    i.fa.fa-info-circle.info {
        font-size: 10px;
    }

    .content__span--flex {
        padding-bottom: 5px;
    }

    .caption {
        font-size: 15px !important;
        margin-top: 2px;
    }

    .tooltip-text {
        font-size: 10px;
        margin-left: -100px;
        margin-left: 0;
    }

    .tooltip-text > .close {
        font-size: 12px !important;
        width: 10px;
        height: 8px;
        padding-top: 1px;
    }

    .modal-title {
        font-size: 16px;
    }

    .flex-item__label {
        font-size: 14px !important;
        padding-top: 10px;
    }

    .flex-item__label--bold {
        font-size: 14px;
        padding-top: 10px;
    }

    .content-row {
        font-size: 14px;
    }

    .content-row > .content__leftside {
        padding-left: 10px;
        width: 50%;
    }

    .content-row > .content__rightside {
        font-size: 14px !important;
        margin-top: 0px !important;
        padding: 5px !important;
    }


    .content3__label {
        /*margin-left: 40px;*/
    }

    .content3__ueberschrift {
        margin-left: 14px;
        padding-bottom: 5px;
    }

    .modal-footer {
        padding-top: 25px !important;
    }

    .btnTooltip {
        height: 30px !important;
    }

    .content__span--flex {
        flex-wrap: wrap;
        margin-bottom: 20px;
        justify-content: flex-start;
    }

    .content__span--flex .content__leftside,
    .content__span--flex .content__rightside,
    .content__span--flex .content__rightside--margin {
        flex-basis: 100%;
        width: 100%;
        text-align: left;
        margin-bottom: 5px;
    }

    .btn, .btn-primary, #main .container.riester.rechner .btn-primary {
        font-size: 16px !important;
        margin-bottom: 10px;
    }


}

@media print {
    #ueberschrift {
        display: none;
    }

    .tabContainer {
        display: none;
    }

    .content__footer {
        display: none;
    }
    
    a {
        pointer-events: none;
    }

    * {
        font-family: var(--font-family-sans-serif)
    }
}
