/*!
 * 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 Basic CSS */
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500&display=swap');
#step-3 {
}
.btn.btn-secondary.sw-btn-next:hover {
    background: #FFC000 !important;
}
body{
font-family:Montserrat !important;
}
.middlecontainer {
    width: 1000px;
    margin: 0 auto;
    margin-top: 80px;
    background-color:
    #fff;
    border: 1px solid
    #fff;
    border-radius: 4px;
    position: relative;
    padding: 30px;
}
@media only screen and (max-width: 600px) {

.middlecontainer {
    width: 350px;
    margin: 0 auto;
    margin-top: 10px;
    background-color:
    #fff;
    border: 1px solid
    #fff;
    border-radius: 4px;
    position: relative;
    padding: 30px;
}
.middlecontainer h2{
    font-size: 18px;
}
.middlecontainer p{
    font-size: 14px;
}

}
.nav-item.active,.nav-item.done {
    background:
    #00b373;
}
body {

    background-attachment: fixed;
    background-size: 100%;
}
.sw-theme-circles > ul.step-anchor > li > a{
    display: none;
}
label {
    font-family: "Roboto Condensed";
    font-size: 13px;
}
@media only screen and (max-width: 600px) {
    label {
        font-family: "Roboto Condensed";
        font-size: 10px;
    }
}
.help-block.with-errors {
    font-size: 11px;
    color: red;
    height: 15px;
}
.with-errors .list-unstyled {
    margin: 0px !important;
    display: inline-block;
}
.leftsetting{
    display: inline-block;
}
.radioset {
    /*display: inline-table;*/
    border: 1px solid #ccc;

    text-align: center;
    /*width: 100px;
    height: 100px;*/
    min-width: 130px;
    min-height: 40px;
    position: relative;
    padding: 18px 10px;
    font-size: 15px;
    cursor: pointer;
    font-family: "Roboto Condensed";
    background: #fff;
}
@media only screen and (max-width: 600px) {
    .radioset {

        border: 1px solid #ccc;
        text-align: center;
        min-width: 80px;
        min-height: 40px;
        position: relative;
        padding: 15px 8px;
        font-size: 13px;
        cursor: pointer;
        font-family: "Roboto Condensed";
        background: #fff;
    }
    .radioset {

        width: 80px;

    }
}
.radioset img {
    width: auto;
    height: 35px;
    padding-bottom: 10px;
}
.Teilflachen_field {
    /*padding: 0px 150px;*/
    width: 200px;
    margin: 0 auto;
}
.colorconfigurator {
    background: #454545;
    height: 290px;
    overflow-y: auto;
    width: 75%;
    margin: 0 auto;

}
.colorconfigurator ul li img {

    width: 80px;

}
.colorconfigurator ul {

    padding: 5px;

}
.colorconfigurator ul li {
   /* width: 100px;*/
    display: block;
    float: left;
    padding: 10px;
    border: 1px solid transparent;
    cursor: pointer;
    margin: 5px 8px;

}
.btn-group.mr-2.sw-btn-group {
    width: 100%;
    display: block;
}
.btn.btn-secondary.sw-btn-next {
    float: right;
    background: #023F90;
    border: none;
    border-radius: 3px;
    padding: 5px 23px;
}
.colorconfigurator p {
    font-size: 11px;
    text-align: center;
    color: wheat;
    margin: 0px;
    height: 33px;
}
.colorconfigurator ul li:hover {

    border: 1px solid wheat;

}
.colorconfigurator ul li.selectedli{
    border: 1px solid wheat;
}
.chosebrand input[type="radio"]:checked + label, .chosebrand input[type="checkbox"]:checked + label{
    background: none;
}
.form-group {
    margin-bottom: 0px !important;
}
input[type="radio"]:checked + label, input[type="checkbox"]:checked + label{
    border: 1px solid #023F90 !important;
    font-weight: bold;
  /*  box-shadow: inset 0px 0px 8px #ccc !important;*/
    background: #023F90;
    color: white;
}
.radioset:hover {
    border: 1px solid #023F90;
}
.radioset span {

    vertical-align: middle;
    /*display: table-cell;*/

}
#form-step-7 .form-group.halfarea_there {
    margin-bottom: 4px !important;
    width: 23%;
    margin-right: 1.5%;
}
#form-step-4 .form-group.halfarea_there{
    margin-bottom: 24px !important;
    width: 23%;
    margin-right: 1.5%;
    float: left;
}
#form-step-7 {
    padding: 0px 140px;
}
#step-4 input[type="radio"]:checked + label::after ,#step-4 input[type="checkbox"]:checked + label::after {
    color: black;
}
input[type="radio"]:checked + label::after ,input[type="checkbox"]:checked + label::after {

    content: 'Selected';
    position: absolute;
    bottom: 4px;
    font-size: 11px;
    font-weight: normal;
    right: 4px;

}
.form-group.halfarea {
    width: 48%;
    float: left;
    margin-right: 2%;
    text-align: left;
}
.form-group.halfarea_there {
    width: 30%;
  /*  float: left;*/
    margin-right: 2%;
    text-align: left;
}
.btn-group.mr-2.sw-btn-group-extra {
    display: none;
    float: right;
    /*height: 34px;*/
}
.btn.btn-info {
    padding: 4px 20px;
}
.controll_vertical {

    display: inline-grid;

}
.btn.btn-secondary.sw-btn-prev {
    background: transparent;
    color: #023F90;
    border: none;
    float: left;
    font-size: 14px;
    font-weight: 500;
    font-family: Roboto Condensed;
    cursor: pointer;
}
.btn.btn-secondary.sw-btn-prev:hover{
    text-decoration: underline;
}
.checkboxset input {
    display: none;
}
.sw-main {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    border-radius: .25rem!important;
}

.sw-main .sw-container {
    display: block;
    margin: 0;
    padding: 0;
    position: relative;
}

.sw-main .step-content {
    display: none;
    position: relative;
    margin: 0;
}

.sw-main .sw-toolbar {
    margin-left: 0;
}

/* SmartWizard Theme: White */
.sw-theme-default {
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
}

.sw-theme-default .sw-container {
    min-height: 250px;
}
@media only screen and (max-width: 600px) {
    .sw-theme-default .sw-container {
        min-height: 200px;
    }
    .sw-theme-circles .sw-container {

        min-height: 200px;
        padding: 10px 50px;

    }
}
.sw-theme-default .step-content {
    padding: 10px;
    border: 0px solid #D4D4D4;
    background-color: #FFF;
    text-align: left;
}

.sw-theme-default .sw-toolbar {
    background: #f9f9f9;
    border-radius: 0 !important;
    padding-left: 10px;
    padding-right: 10px;
    padding: 10px;
    margin-bottom: 0 !important;
}

.sw-theme-default .sw-toolbar-top {
    border-bottom-color: #ddd !important;
}

.sw-theme-default .sw-toolbar-bottom {
    border-top-color: #ddd !important;
}

.sw-theme-default > ul.step-anchor > li {
    position: relative;
    margin-right: 2px;
}

.sw-theme-default > ul.step-anchor > li > a, .sw-theme-default > ul.step-anchor > li > a:hover {
    border: none !important;
    color: #bbb;
    text-decoration: none;
    outline-style: none;
    background: transparent !important;
    border: none !important;
    cursor: not-allowed;
}

.sw-theme-default > ul.step-anchor > li.clickable > a:hover {
    color: #4285F4 !important;
    background: transparent !important;
    cursor: pointer;
}

.sw-theme-default > ul.step-anchor > li > a::after {
    content: "";
    background: #4285F4;
    height: 2px;
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: 0px;
    -webkit-transition: all 250ms ease 0s;
    transition: all 250ms ease 0s;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.sw-theme-default > ul.step-anchor > li.active > a {
    border: none !important;
    color: #4285F4 !important;
    background: transparent !important;
    cursor: pointer;
}

.sw-theme-default > ul.step-anchor > li.active > a::after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.sw-theme-default > ul.step-anchor > li.done > a {
    border: none !important;
    color: #000 !important;
    background: transparent !important;
    cursor: pointer;
}

.sw-theme-default > ul.step-anchor > li.done > a::after {
    background: #5cb85c;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.sw-theme-default > ul.step-anchor > li.danger > a {
    border: none !important;
    color: #d9534f !important;
    /* background: #d9534f !important; */
    cursor: pointer;
}

.sw-theme-default > ul.step-anchor > li.danger > a::after {
    background: #d9534f;
    border-left-color: #f8d7da;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.sw-theme-default > ul.step-anchor > li.disabled > a, .sw-theme-default > ul.step-anchor > li.disabled > a:hover {
    color: #eee !important;
    cursor: not-allowed;
}

/* Responsive CSS */
@media screen and (max-width: 768px) {
    .sw-theme-default > .nav-tabs > li {
        float: none !important;
    }
    .colorconfigurator {
        background: #454545;
        height: 250px;
        overflow-y: auto;
        width: 100% !important;
        margin: 0 auto;

    }
}

/* Common Loader */
.sw-loading::after {
    position: absolute;
    display: block;
    opacity: 1;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(255,255,255,.7);
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    z-index: 2;
}

.sw-loading::before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    border: 10px solid #f3f3f3;
    border-radius: 50%;
    border-top: 10px solid #3498db;
    width: 80px;
    height: 80px;
    margin-top: -40px;
    margin-left: -40px;
    -webkit-animation: spin 1s linear infinite;
 /* Safari */
    animation: spin 1s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@media only screen and (max-width: 600px) {
    .sw-theme-circles h2 {

        margin-bottom: 15px;
        font-size: 18px;
        font-family: "Roboto Condensed";

    }
}
