/*!
 * SmartWizard v4.3.x
 * jQuery Wizard Plugin
 * http://www.techlaboratory.net/smartwizard
 *
 * Created by Dipu Raj
 * http://dipuraj.me
 *
 * Licensed under the terms of MIT License
 * https://github.com/techlab/SmartWizard/blob/master/LICENSE
 */

/* SmartWizard Theme: Circles */
.sw-theme-circles {
}
.sw-theme-circles h2 {

    margin-bottom: 25px;
    font-size: 25px;
    font-family: "Roboto Condensed";

}
@media only screen and (max-width: 600px) {

    .sw-theme-circles h2 {

        margin-bottom: 10px;
        font-size: 18px;
        font-family: "Roboto Condensed";
    
    }}
.sw-theme-circles .sw-container {
    min-height: 300px;
    padding: 10px 50px;
}
@media only screen and (max-width: 600px) {
    .sw-theme-circles .sw-container {
        min-height: 210px;
        padding: 10px 50px;
    }
}

.sw-theme-circles .step-content {
    padding: 10px 0;
 /*   background-color: #FFF;*/
    text-align: center;
}

.sw-theme-circles .sw-toolbar {
 /*   background: #fff;*/
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 0 !important;
    display: inline-block;
    float: right;
}

.sw-theme-circles .sw-toolbar-top {
}

.sw-theme-circles .sw-toolbar-bottom {
    border-top-color: #ddd !important;
    border-bottom-color: #ddd !important;
    width: 100%;
    padding: 10px 50px;
    margin-top: -23px;
}

.sw-theme-circles > ul.step-anchor {
    position: relative;
    background: #fff;
    border: none;
    list-style: none;
    margin-bottom: 40px;
}
@media only screen and (max-width: 600px) {
    .sw-theme-circles > ul.step-anchor {
        position: relative;
        background: #fff;
        border: none;
        list-style: none;
        margin-bottom: 10px;
    }
}
.sw-theme-circles > ul.step-anchor:before {
    content: " ";
    position: absolute;
    top: 0px;
    bottom: 0;
    width: 100%;
    height: 7px;
    background-color:#f5f5f5;
    border-radius: 3px;
    z-index: 0;
}
.nav-item.active {

    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;

}
.sw-theme-circles > ul.step-anchor > li {
   /* border: none;
    margin-left: 100px;
    z-index: 98;
    position: relative;*/
    border: none;
    padding-left: 180px;
    z-index: 98;
    position: relative;
    height: 7px;
}
@media only screen and (max-width: 600px) {

    .sw-theme-circles > ul.step-anchor > li {
        /* border: none;
         margin-left: 100px;
         z-index: 98;
         position: relative;*/
         border: none;
         padding-left: 180px;
         z-index: 98;
         position: relative;
         height: 2px;
     }
    }
.sw-theme-circles > ul.step-anchor > li > a {
    border: 2px solid #f5f5f5;
    background: #f5f5f5;
    width: 75px;
    height: 75px;
    text-align: center;
    padding: 25px 0;
    border-radius: 50%;
    -webkit-box-shadow: inset 0px 0px 0px 3px #fff !important;
    box-shadow: inset 0px 0px 0px 3px #fff !important;
    text-decoration: none;
    outline-style: none;
    z-index: 99;
    color: #bbb;
    background: #f5f5f5;
    line-height: 1;
}

.sw-theme-circles > ul.step-anchor > li > a:hover {
    color: #bbb;
    background: #f5f5f5;
    border-width: 2px;
}

.sw-theme-circles > ul.step-anchor > li > a > small {
    /*position: relative;
    bottom: -40px;
    color: #ccc;*/
    position: absolute;
    bottom: -57px;
    color: #ccc;
    left: -65px;
    width: 200px;
    padding: 16px;
    font-size: 16px;
}

.sw-theme-circles > ul.step-anchor > li.clickable > a:hover {
    color: #4285F4 !important;
}

.sw-theme-circles > ul.step-anchor > li.active > a {
    border-color: #5bc0de;
    color: #fff;
    background: #5bc0de;
}

.sw-theme-circles > ul.step-anchor > li.active > a > small {
    color: #5bc0de;
}

.sw-theme-circles > ul.step-anchor > li.done > a {
    border-color: #5cb85c;
    color: #fff;
    background: #5cb85c;
}

.sw-theme-circles > ul.step-anchor > li.done > a > small {
    color: #5cb85c;
}

.sw-theme-circles > ul.step-anchor > li.danger > a {
    border-color: #d9534f;
    color: #d9534f;
    background: #fff;
}

.sw-theme-circles > ul.step-anchor > li.danger > a > small {
    color: #d9534f;
}

.sw-theme-circles > ul.step-anchor > li.disabled > a, .sw-theme-circles > ul.step-anchor > li.disabled > a:hover {
    color: #eee !important;
}
@media only screen and (max-width: 800px)
{
.sw-theme-circles .sw-container
{
    padding: 10px 0;
}
.radioset
{
    width: 142px;
}
@media only screen and (max-width: 600px){
    .radioset
    {
        width: 100px;
    }
}
    #step-5 .radioset
{
        width: 105px;
        font-size: 12px;
        padding: 18px 3px;


}
#form-step-2
    {
    display: flex;
    flex-direction: column;
    width: 100%;
    clear: both;
    }
    .form-group.halfarea_there
    {
        width: 100%;
        margin-right: 0;
    }
    #step-3
    {
        width: 100%;
    }
    #form-step-3 .radioset
    {
        width: 30% !important;
        margin-right: 1.5% !important;
    }
    .radioset {
        min-width: 90px !important;
    }
    .colorconfigurator ul li img{
        width: 100% !important;
    }
    .colorconfigurator ul
    {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
    .colorconfigurator ul li
    {
        width: 100px;
        padding: 5px;
        margin: 6px auto;
    }
    #step-6 .radioset
    {
        width: 169px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: auto;
        margin-right: auto;
    }
    .Teilflachen_field
    {
        width: 100%;
    }
    .form-group.halfarea
    {
        margin-bottom: 10px !important;
        width: 47%;
        margin-right: 3%;
        float: left;
    }
    #form-step-7 {
        padding: 0;
        display: flex;

        flex-direction: row;

        flex-wrap: wrap;
    }
    .form-group.halfarea_there
    {
        float: none;

    }
    #form-step-7 .form-group.halfarea_there {
        margin-bottom: 0px !important;
        width: 48.5%;

        float: left;

        margin-right: 3%;
    }
    #form-step-7 .form-group.halfarea_there:nth-child(2n)
    {
        margin-right: 0;
    }
    .sw-theme-circles .sw-toolbar-bottom
    {
        padding: 0 10px;
        margin-top: 0;
    }
    #form-step-3 .form-group
    {
        display: flex;

        justify-content: center;

        flex-wrap: wrap;

        align-items: center;
    }
    #step-6 .radioset
    {
        margin-right: 3%;

float: left;
width: 47%;
    }
    #step-6 br {
    display: none;
}
#step-6 .radioset span
{
	font-size: 3.4vw !important;
}
#step-6 .radioset
{
height: 65px;
}
#step-6 .leftsetting {
    display: block;
}
#form-step-2 br
{
    display: none;
}
#form-step-3 .radioset img
{
	/*width: 140px;*/
    /*object-fit: cover;*/
    height: 28px;
}
#form-step-3 .radioset
{
	height: 60px;
}
}
@media only screen and (max-width: 800px) and (min-width: 700px)
{    
    #form-step-2
    {
        display: flex;

flex-direction: row;

width: 100%;

clear: both;

justify-content: space-between;
    }
     #form-step-2 .form-group.halfarea_there
    {
margin-right: 2%;

    }
     #step-6 .radioset span {
    font-size: 2vw !important;
}	
}
@media only screen and (min-width: 992px) {
    .container {
        max-width: 1030px !important;
    }
}