/**
IMPORT Custom Fonts
 */
@font-face {
    font-family: 'Source Sans Pro';
    src: url('../fonts/SourceSansPro-Regular.eot');
    src: url('../fonts/SourceSansPro-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/SourceSansPro-Regular.woff2') format('woff2'),
    url('../fonts/SourceSansPro-Regular.woff') format('woff'),
    url('../fonts/SourceSansPro-Regular.ttf') format('truetype'),
    url('../fonts/SourceSansPro-Regular.svg#Source Sans Pro') format('svg');
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('../fonts/SourceSansPro-Bold.eot');
    src: url('../fonts/SourceSansPro-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/SourceSansPro-Bold.woff2') format('woff2'),
    url('../fonts/SourceSansPro-Bold.woff') format('woff'),
    url('../fonts/SourceSansPro-Bold.ttf') format('truetype'),
    url('../fonts/SourceSansPro-Bold.svg#Source Sans Pro') format('svg');
    font-weight: 600;
}

@font-face {
    font-family: 'PT Sans';
    src: url('../fonts/PTSans-Regular.eot');
    src: url('../fonts/PTSans-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/PTSans-Regular.woff2') format('woff2'),
    url('../fonts/PTSans-Regular.woff') format('woff'),
    url('../fonts/PTSans-Regular.ttf') format('truetype'),
    url('../fonts/PTSans-Regular.svg#PT Sans') format('svg');
}

@font-face {
    font-family: 'PT Sans';
    src: url('../fonts/PTSans-Bold.eot');
    src: url('../fonts/PTSans-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/PTSans-Bold.woff2') format('woff2'),
    url('../fonts/PTSans-Bold.woff') format('woff'),
    url('../fonts/PTSans-Bold.ttf') format('truetype'),
    url('../fonts/PTSans-Bold.svg#PT Sans') format('svg');
    font-weight: 600;
}

/**
Main Styling
 */
:root {
    --color-main-orange: #2c7da0;
    --color-main-blue: #013a63;
    --color-main-darkblue: #06355f;
    --color-main-white: #ffffff;
    --color-main-green: #2fb43d;
    --color-main-yellowgreen: #386641;
    --color-main-grey: #fafafb;
    --color-main-darkgrey: #848486;
    --color-main-lightgrey: #eeeeee;
    --color-progress-grey: #eaeaeb;
    --color-loader-border: #bebebe;
    --color-main-black: #0a0908;
    --color-form-label: #bababb;
    --color-form-error: #ff2300;
    --color-tp-bg: #fefefe;
}

* {
    -webkit-font-smoothing: antialiased;
}
*, ::after, ::before {
    box-sizing: border-box;
}

body, html {
    font-family: 'PT Sans';
}

html {
}

body {
    font-size: 17px;
    line-height: 1.6;
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Source Sans Pro';
}

h1 {
    font-size: 3rem;
    line-height: 1.3
}

h2, h2 span {
    font-size: 38px;
    line-height: 1.3
}

h3 {
    font-size: 30px;
    line-height: 1.3
}

h4 {
    font-size: 1.4rem;
    line-height: 1.3
}

h5 {
    font-size: 1.3rem;
    line-height: 1.3;
    font-family: 'PT Sans';
}

h6 {
    font-size: 2.5rem;
    line-height: 1.3
}

p, p span {
    font-size: 1.2rem;
    line-height: 1.4;
    font-family: 'PT Sans';
    color: var(--color-main-black);
}

a {
    text-decoration: none;
}

.rich-list p {
    font-size: 1em;
    font-weight: 400;
    line-height: 1.3;

}
.justify{
    text-align: justify;
}
.rich-list.justify p {
    text-align: justify;
}

span, div {
    font-size: 1.1rem;
    line-height: 1.4;
}

button {
    font-family: 'PT Sans'
}

button.main-orange {
    background-color: var(--color-main-blue);
    color: var(--color-main-white);
}

button i.fa {
    padding-left: 8px;
    bottom: 2px;
    position: relative;
}

.main-btn:hover, .form-btn:hover, .form-btn-submit:hover {
    color: var(--color-main-white) !important;
    background-color: var(--color-main-green) !important
}

.main-btn {
    padding: 1em 1.2em
}

.main-btn span {
    font-size: 1.2rem;
    font-weight: 400
}

.underline {
    text-decoration: underline
}

.bold {
    font-weight: bold
}


i.fa.middle {
    padding: 0 0 0 16px;
    vertical-align: middle;
}

.icon {
    width: 1.5em;
    height: 1.5em;
    display: inline-block;


}

.icon-label {
    padding: 0 16px 0 4px;
}

.icon.icon2x {
    width: 3em;
    height: 3em;
}

.icon.icon3x {
    width: 4.5em;
    height: 4.5em;
}

.icon-performance {
    -webkit-mask: url('../media/performance.svg') no-repeat center;
    mask: url('../media/performance.svg') no-repeat center;
    -webkit-mask-size: contain;
    mask-size: contain;
}

.icon-diamond {
    -webkit-mask: url('../media/diamond.svg') no-repeat center;
    mask: url('../media/diamond.svg') no-repeat center;
    -webkit-mask-size: contain;
    mask-size: contain;
}

.icon-verified {
    -webkit-mask: url('../media/verified.svg') no-repeat center;
    mask: url('../media/verified.svg') no-repeat center;
    -webkit-mask-size: contain;
    mask-size: contain;
}

.icon-checkmark {
    -webkit-mask: url('../media/checkmark.svg') no-repeat center;
    mask: url('../media/checkmark.svg') no-repeat center;
    -webkit-mask-size: contain;
    mask-size: contain;
}

.icon-investor {
    -webkit-mask: url('../media/investor.svg') no-repeat center;
    mask: url('../media/investor.svg') no-repeat center;
    -webkit-mask-size: contain;
    mask-size: contain;
}

.icon-performance-increase {
    -webkit-mask: url('../media/performance-increase.svg') no-repeat center;
    mask: url('../media/performance-increase.svg') no-repeat center;
    -webkit-mask-size: contain;
    mask-size: contain;
}

.icon-network {
    -webkit-mask: url('../media/network.svg') no-repeat center;
    mask: url('../media/network.svg') no-repeat center;
    -webkit-mask-size: contain;
    mask-size: contain;
}

.icon-since {
    -webkit-mask: url('../media/since.svg') no-repeat center;
    mask: url('../media/since.svg') no-repeat center;
    -webkit-mask-size: contain;
    mask-size: contain;
}

.icon-checklist-pen {
    -webkit-mask: url('../media/checklist-pen.svg') no-repeat center;
    mask: url('../media/checklist-pen.svg') no-repeat center;
    -webkit-mask-size: contain;
    mask-size: contain;
}

.content-bg {
    background-color: var(--color-main-grey);
    position: relative;
    z-index: 0;
}
.color-white p, .color-white h2, .color-white h1, .color-white span{
    color: #fff!important;
}

.progressbar {
    counter-reset: step;
    display: flex;
}

.progressbar li {
    list-style-type: none;
    flex: 1 1 auto;
    position: relative;
    text-align: center;
    border: none;
}

.progressbar li span {
    font-size: 1rem;
}

.progressbar li:before {
    width: 30px;
    height: 30px;
    content: '';
    counter-increment: step;
    line-height: 30px;
    border: 8px solid var(--color-progress-grey);
    display: block;
    text-align: center;
    margin: 0 auto 10px auto;
    border-radius: 50%;
    background-color: var(--color-main-white);
}

.progressbar li.done:before {
    content: '\2713';
    background-color: var(--color-main-blue);
    border: 1px solid var(--color-main-white);
    color: var(--color-main-white);
}

.progressbar li:after {
    width: 80%;
    height: 2px;
    content: '';
    position: absolute;
    background-color: var(--color-progress-grey);
    top: 20px;
    left: -40%;
    z-index: -1;
}

.progressbar li:first-child:after {
    content: none;
}

.progressbar li.active, .progressbar li.done {
    color: var(--color-main-blue);
}

.progressbar li.active:before {
    width: 30px;
    height: 30px;
    content: '';
    line-height: 44px;
    display: block;
    text-align: center;
    margin: 0 auto 10px auto;
    border-radius: 50%;
    border: 8px solid var(--color-main-blue);
    background-color: var(--color-main-white);
}

.progressbar li.done + li:after {
    background-color: var(--color-main-blue);
}

.square-container {
    height: 200px;
}

.square-container .square {
    width: 195px;
    height: 165px;
    border-radius: 5px;
    transition: border .2s;
    border: 4px solid var(--color-main-white);
    background-color: var(--color-main-white);
}

.square:hover {
    border-color: var(--color-main-blue);
}

/**
FORM STYLING
 */
.form-btn {
    padding: 1em;
    width: 400px;
    height: 81px;
}

.form-btn-submit {
    padding: 0.8em 2em;
    height: 65px;
    width: 100%;
}

.form-btn-submit span {
    font-size: 1.4rem;
}

.form-btn span {
    font-size: 1.4rem;
}

form {
}

.input-field {
    position: relative;
    line-height: 44px;
}

.input-field label {
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    color: var(--color-main-darkgrey);
    transition: 0.2s all;
    cursor: text;
    font-size: 1.2rem;
    padding: 0 8px;
}

.input-field input {
    width: 100%;
    border: 2px solid var(--color-main-darkgrey);
    outline: 0;
    padding: 2rem 0.5rem 0.5rem 0.5rem;
    box-shadow: none;
    line-height: 1;
    color: #111;
    font-size: 1.2rem;
    border-radius: 5px;

}

.input-field input.invalid {
    outline: 0;
    color: var(--color-form-error);
    border-color: var(--color-form-error);
}

.input-field input:focus,
.input-field input:valid {
    border-color: var(--color-main-blue);
}

.input-field input:focus ~ label, .input-field input:valid ~ label {
    font-size: 1rem;
    top: 0px;

    color: var(--color-main-darkgrey);
}

.input-field-icon {
    position: relative;
}

.input-field-icon i {
    position: absolute;
    top: 15px;
    z-index: 1;
    left: 10px;
}

.input-field-icon input, .input-field-icon label {
    padding-left: 55px;
}

label {
    font-size: 0.9rem;
}

/**
LOADER
 */

.loader {
    border: 2px solid var(--color-loader-border);
    border-radius: 50%;
    border-top: 2px solid var(--color-main-blue);
    width: 150px;
    height: 150px;
    -webkit-animation: spin .8s linear infinite; /* Safari */
    animation: spin .8s linear infinite;
    display: inline-block;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/**
Header styling
 */
header {
}

header > div {
    height: 60px;
    border-bottom-color: #eaeaeb;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    position: relative;
}

header .header-logo {
    display: block;
    line-height: 1;
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

header .header-logo img {
    width: 160px;
}
header .customer{
    margin-top: 12px;
    background-color: var(--color-main-blue);
    color: var(--color-main-white);
}
header .customer:hover{
    background-color: var(--color-main-darkblue) !important;
}

header .logo{
    float: left;
    transform: translate(0, 30%);
    width: 160px;
}

/**
Section Styling
 */
section#start {
    padding-top: 0;
}

section.visible {
    z-index: 1;
    opacity: 1;
    visibility: visible;
    display: block;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    animation-name: moveToRight;
    -webkit-animation-name: moveToRight;
    animation-duration: .3s;
    -webkit-animation-duration: .3s;
}

section {
    padding-top: 40px;
    opacity: 0;
    visibility: hidden;
    display: none;

}

.mobile-padding {
    display: inline-block;
    paddingn-top: 16px;
    vertical-align: middle;
}

@keyframes moveToRight {
    0% {
        opacity: 0;

    }
    100% {
        opacity: 1;

    }
}

/**
Vergleichstabelle Styling
 */
.vergleich-container{
    transition: opacity 1s;
    opacity: 0;

}

.vergleich-container > div > div{
 padding: 0 8px;
}
.vergleich-container > div p{
    font-size: 1rem;
}
.vergleich-container > div h2{
    font-size: 1.6rem;
}
.vergleich-container p{
    line-height: 1.6;
}
.tableheader{
    margin: 8px 0;
    padding: 0 16px;
    font-size: 0.8em;
}
.tablefilter{
    padding: 0 7px;
}
.zinssatz-container .zinssatz{
    font-size: 3rem;
    font-weight: 600;
}
.zinssatz-container {
    color: var(--color-main-green);
}

.zinssatz-container div {
    line-height: 1;
}

.zinssatz-prozent {
    margin-left: 6px;

}
.bank img{
    max-width: 100px;
    align-self: center;
}
.question{
    margin-left: 6px;
    color: var(--color-main-darkgrey);
}
.zinsertrag{
    color:var(--color-main-green);
}
.zinsertrag .praemie{
    color: var(--color-main-yellowgreen);
}
.chips {
    position: relative;
    background: var(--color-main-lightgrey);
    padding: 4px 6px 4px 24px;
    border-radius: 15px;
    font-size: 12px;
    display: inline-block;
    margin-bottom: 6px;
}
.chips .fa {
    position: absolute;
    font-size: 25px;
    top: -1px;
    left: 0px;
}
.chips .fa-bg {
    background: var(--color-main-blue);
    border-radius: 26px;
    color: var(--color-main-white);
    font-size: 15px;
    padding-top: 4px;
    width: 22px;
    height: 22px;
    text-align: center;
    margin-top: 2px;
}
.tp{
    display: none;
    opacity: 0;
    visibility: hidden;
    max-width: 100vw;
    width: 300px;
    position: absolute;
    background: var(--color-tp-bg);
    padding: 6px;
    border: 1px solid var(--color-main-lightgrey);
    border-radius: 5px;
}
.tp-content{
    font-size: 0.9rem;
    line-height: 1.6;
}
.mobile-arrow-container{

}
.mobile-arrow {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}
.mobile-arrow i.fa{
    color: var(--color-main-orange);
}
button[data-tab]{
transition: none;
}

button[data-tab].active{
border-bottom: 4px solid var(--color-main-blue);
}
button[data-tab]:hover{
background: none!important;
    color: var(--color-main-orange)!important;
}
button[data-go]:hover{
    background: var(--color-main-orange)!important;
    color: var(--color-main-white)!important;
}
.vergleich-container:hover button[data-tab]{
    color: var(--color-main-blue);
}
.vergleich-container:hover button[data-go]{
    color: var(--color-main-white);
    background: var(--color-main-orange);
}
.vergleich-container button[data-go]{
    background: none;
    border: 1px solid var(--color-main-orange);
    color: var(--color-main-orange);
}
/**
Flex Container
 */
.flex-container {
    display: flex;
    position: relative;
}
.flex-container-nowrap{
    flex-wrap: nowrap;
    display: flex;
}

.flex-container-center {
    align-items: center;
}

.flex-container-fullwidth {
    width: 100%;
}
.flex-container-75w{
    width: 75%;
}
.flex-container-grow{
    flex-grow: 1;
    flex-basis: 0;
}
.flex-container-direction-row{
    flex-direction: row!important;
}
.flex-basis-30{
    flex-basis: 30%;
}
.flex-basis-70{
    flex-basis: 70%;
}
.col-centered {
     float: none;
     margin: 0 auto;
    padding: 0 16px;
 }
/**
TABS Styling
 */
.tab-container{
    display: none;
    position: relative;
    padding: 8px 28px!important;
    color: var(--color-main-black);
}
.tab-close-btn {
    position: absolute;
    right: 25px;
    cursor: pointer;
    padding-top: 28px;
}

/**
Media queries
 */


@media (max-width: 992px) {
    .vergleich-container .flex-container {
        flex-wrap: wrap;
        padding: 12px 8px !important;
    }
    .filter.flex-container{
        flex-wrap: wrap;
    }
    .filter > .flex-container{
        flex-wrap: wrap;
    }
    .flex-container > div:nth-child(2n){
        border: none!important;
    }
    .flex-container-grow{
        flex-grow: 1;
        flex-basis: 50%;
        margin-bottom: 5px;
    }
    .flex-container-fullwidth{
    }
    .zinsertrag{
        text-align: right;
    }

    .flex-container > div {
    }

    .mobile-center {
        text-align: center;
        display: block;
    }

    .mobile-center .mobile-padding {
        padding: 8px 0;
        display: block;
    }

    .w3-modal-content {
        margin: 0 10px;
        width: auto !important
    }

    .w3-modal {
        padding-top: 30px
    }

    .w3-dropdown-hover.w3-mobile .w3-dropdown-content, .w3-dropdown-click.w3-mobile .w3-dropdown-content {
        position: relative
    }

    .w3-hide-small {
        display: none !important
    }

    .w3-mobile {
        display: block;
        width: 100% !important
    }

    .w3-bar-item.w3-mobile, .w3-dropdown-hover.w3-mobile, .w3-dropdown-click.w3-mobile {
        text-align: center
    }

    .w3-dropdown-hover.w3-mobile, .w3-dropdown-hover.w3-mobile .w3-btn, .w3-dropdown-hover.w3-mobile .w3-button, .w3-dropdown-click.w3-mobile, .w3-dropdown-click.w3-mobile .w3-btn, .w3-dropdown-click.w3-mobile .w3-button {
        width: 100%
    }

    .form-btn {
        width: 300px;
        height: 70px;
    }

    .form-btn-submit span {
        font-size: 1.2rem;
    }

    .form-btn-submit span ~ i.fa-2x {
        font-size: 1.7rem;
    }
    .chips{

    }

}