@font-face {
    font-family: RobotoCondensed;
    src: url("/fonts/RobotoCondensed-Bold.ttf");
}
.wizard {
    padding: 10px 0;
}

.wizard .nav-tabs {
    position: relative;
    border: 0;
    display: flex;
    justify-content: center;
}
.wizard > div.wizard-inner {
    position: relative;
    display: flex;
    justify-content: center;
    font-family: RobotoCondensed;
}
.wizard-inner {
    font-family: RobotoCondensed;
}
.connecting-line{
    height:15px;
    background: #000;
    position: absolute;
    width: 100%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top:47%;
    z-index: 1;
    border-radius: 15px;
}
.active-line{
    height:15px;
    background: #000;
    position: absolute;
    width: 38%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top:47%;
    z-index: 1;
    border-radius: 15px !important;
}

.nav-tabs li:hover .connecting-line {
    background-color: #ece810;
}

.nav-tabs>li>a {
    border: none;
}

.active .connecting-line{
    background-color: #ece810;
}
.border-right{
    border-radius: 15px 0 0 15px;
}
.border-left{
    border-radius: 0;
}
.wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus {
    cursor: default;
    border: 0;
    color:#ece810;
    border-bottom-color: transparent;
}
.nav-tabs li p{
    padding-top: 100px;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    margin-left: auto;
    margin-right: auto;
    color: #000;
    cursor: pointer;
    line-height: 13px;
}

.list-inline{
    text-align: center;
}
span.round-tab {
    cursor: pointer;
    width: 90px;
    height: 90px;
    display: inline-block;
    border-radius: 100px;
    background:#000;
    border: 2px solid #fff;
    z-index:1;
    position:absolute;
    text-align: center;
    font-size: 25px;
    padding-top: 2px;
    color: #fff;
    line-height: initial;
}
.round-tab span {
    font-size: 14px;
    text-transform: uppercase;
}
.wizard li.active span.round-tab, .wizard li:hover span.round-tab{
    background:#ece810;
    border: 2px solid #fff;
}
.wizard li.active span.round-tab {
    color: black;
}
.wizard li:hover span.round-tab {
    color: white;
}
span.round-tab:hover{
    color: white;
    border: 2px solid #fff;
    background: #333232;
}
.wizard .nav-tabs > li {
    width: 25%;
}
.wizard .nav-tabs > li a{
    width: 90px;
    height: 90px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
    color: #777;
}
.wizard .tab-pane {
    position: relative;
}

.icon-container {
    display: flex;
    justify-content: flex-end;
    margin-top: 18px;
}
.icon-container a {
    display: contents;
}
.icon-container a img {
    width: 30%;
    padding-left: 15px;
    padding-right: 15px;
}
.icon-container a img:last-child {
    padding-right: 0;
}

.logo-container a {
    display: flex;
}
.connecting-line-last {
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
}

@media screen and (max-width: 767.98px) {
    .logo-container {
        display: none;
    }

    .footer-row {
        display: flex;
    }
    .address-container {
        text-align: center;
        padding-left: 0;
    }

    .footer-icon-container {
        display: flex;
        justify-content: center;
    }
}

@media (max-width: 575.98px) { 
    .wizard .nav-tabs > li {
        display: block;
        width: 20%;
    }
    
    .nav-tabs li p,
    .book-page-link,
    .language-switcher {
        font-size: 13px !important;
    }

    .wizard .nav-tabs > li a {
        max-width: 19vw;
        max-height: 19vw;
    }

    span.round-tab {
        padding-top: 1vw;
        max-width: 19vw;
        max-height: 19vw;
        font-size: 22px;
    }
    
    .nav-tabs li p {
        padding-top: 20vw;
    }

    .step-kwp .round-tab .tab-img {
        width: 100%;
        height: unset;
        padding-top: 100%;
    }
}

@media (max-width: 430px) {
    .book-page-link,
    .nav-tabs li p,
    .language-switcher {
        font-size: 10px !important;
    }
}