
        * {
            box-sizing: border-box;
        }
        

        #stromantrag {
            --main-color: #617D47;
            --inactive-step-color: #b0c2ad;
            --bg-color: #ff0000;
            --bg-form-grey: #f1f1f1;
            width: 70%;
            min-width: 300px;
            padding: 40px;    
            display: grid;
        }
        

        body {
            background-color: var(--bg-color);
        }

        #StromForm {
            background-color: var(--bg-form-grey);
            /*margin: 100px auto;*/
            font-family: Raleway;
             
        }

        h1 {
            text-align: center;
        }

        input {
            padding: 10px;
            width: 100%;
            font-size: 17px;
            font-family: Lato;
            border: 1px solid #aaaaaa;
        }


        /* Mark input boxes that gets an error on validation: */
        /*
        input.invalid {
            background-color: #ffdddd;
        }
        */

        .radio-button {
            width: 15px;
            height: 15px;
            -webkit-appearance: radio;
            margin: 0 !important;
        }

        /* Hide all steps by default: */
        .tab {
            display: none;
        }

        /*
        button {
            background-color: var(--main-color);
            color: #ffffff;
            border: none;
            padding: 8px 30px;
            font-size: 17px;
            font-family: Raleway;
            cursor: pointer;
        }
    
        button:hover {
            opacity: 0.8;
        }
        */

        .form-buttons {}

        .form-btn-container {}

        .btn-left {
            float: left;
        }

        .btn-left>button {
            margin: 0;
        }

        .btn-right {
            float: right;
        }

        .btn-right button,
        #form-submit>input[type=submit] {
            margin: 0;
        }

        #prevBtn {
            background-color: #bbbbbb;
        }

        /* Make circles that indicate the steps of the form: */
        .step {
            height: 15px;
            width: 15px;
            margin: 0 2px;
            background-color: #bbbbbb;
            border: none;
            border-radius: 50%;
            display: inline-block;
            opacity: 0.5;
        }

        /* Mark the steps that are finished and valid: */
       /* .step.finish {
            background-color: #04AA6D;
        }*/

        .tab-container {
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
        }

        .tab-container-2 {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            text-align: center;
        }

        .tab-inner-container {
            max-width: 80%;
            background: var(--main-color);
            border-radius: 8px;
            padding: 30px;
            margin: 0 60px 0 0;
        }

        .tab-inner-container-2 {
            text-align: left;
            max-width: 90%;
            border-radius: 8px;
            margin: 15px 15px 40px 15px;
            padding: 15px 15px;
        }

        .tab-inner-container-3 {
            text-align: left;
            max-width: 90%;
            border-radius: 8px;
            margin: 15px 15px 40px 15px;
            padding: 15px 15px;
        }

        .tab-inner-container-4 {
            text-align: left;
            width: 90%;
            border-radius: 8px;
            margin: 15px 15px 40px 15px;
            padding: 15px 15px;
        }

        .input-row {
            display: flex;
            justify-content: space-between;
            gap: 5px;
            
        }

        /*
            .input-row>input {
                max-width: 60%;
            }
        */

        .input-row>.larger-input {
            width: 60%;
        }

        .input-row>.smaller-input {
            width: 30%;
        }

        .input-row>.doppelt {
            display: flex;
            justify-content: space-between;
            align-content: space-between;
            gap: 5px;
            margin: 0;
            max-width: 60%;
        }

        .input-row>.doppelt>.larger-input {
            width: 70%;
        }

        .input-row>.doppelt>.smaller-input {
            width: 30%;
        }

        .tab-inner-container-3>.input-row>p {
            color: #333;
        }

        .tab-container p.hinweis {
            color: #333;
            margin: 10px 0 30px 0;
            font-weight: bold;
        }

        .formular-container {
            font-family: 'Lato', sans-serif !important;
            display: flex;
            justify-content: center;
        }

        .formular {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }

        .tab>h4 {
            padding: 15px 15px 0 15px;
        }

        .tab>p {
            padding: 0 15px 0 15px;
        }

        button {
            background: var(--main-color);
            color: white;
            font-family: 'Lato', sans-serif !important;
        }

        .card {
            border-radius: 8px;
        }

        .card>label>input {
            padding: 0;
            margin: 0;
        }

        .card>label>p {
            color: #333;
        }

        .tab-row {
            flex-direction: row;
            /*flex-wrap: wrap;*/
        }

        .card>label>img {
            padding: 30px;
            border-radius: 8px;
            background: var(--main-color) !important;
            width: 100%;
        }


        .card-2 {
            max-width: 40%;
            border-radius: 8px;
        }

        .card-2>label>input {
            padding: 0;
            margin: 0;
        }

        .card-2>label>p {
            color: #333;
        }

        .card-2>label>img {
            padding: 30px;
            border-radius: 8px;
            background: var(--main-color) !important;
            width: 100%;
        }


        .tab-row>.card>label>p {
            padding: 10px 0 0 0;
        }

        .tab-row>.card-2>label>p {
            padding: 10px 0 0 0;
        }

        .tab>.table-row {
            display: flex;
            flex-direction: row;
            justify-content: center;
            align-items: center;
        }

        .tab-row {
            display: flex;
        }

        .tab-row>.card {
            margin: 0 5px;
            border-radius: 8px;
            background: #c9c7c785;
        }

        .tab-row>.card-2 {
            margin: 0 5px;
            border-radius: 8px;
            background: #c9c7c785;
        }

        .steps {
            color: white;
            list-style: none;
            cursor: default;
            display: flex;
            width: 100%;

            /*display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-gap: 0.1em;
        */
            margin: 0;
            padding: 0;
            /*max-width: 64em;*/
        }

        .steps>li {
            width: 25%;
            margin: 0 !important;
        }

        .step-list {
            background: var(--inactive-step-color);
            padding: 10px 10px 10px 10px;
            text-align: center;
        }


        .step-list.active {
            background: var(--main-color); 
            text-align: center;
        }

        #form-submit>input {
            padding: 8px 30px;
            font-family: 'Lato', sans-serif !important;
        }


        #immo-form-tab1 {
            height: 400px;
        }

        #immo-form-tab1>.tab-container {
            height: 295px;
        }

        #immo-form-tab2 {
            height: 500px;
        }

        #immo-form-tab3>.tab-container {
            height: 400px;
        }

        #immo-form-tab4 {
            height: 500px;
        }

        #immo-form-tab5 {
            height: 540px;
        }

        .acceptance-datenschutz {}

        .form-submit-ausgabe {
            text-align: left;
            margin: 20px 0 20px 0;
            font-weight: bold;
            font-size: 120%;
        }


        
        @media only screen and (max-width: 1100px) {
			
			#stromantrag {
                width: 70%;
                padding: 0;
            }
		}
			
			
		@media only screen and (max-width: 960px) {
			
			#stromantrag {
                width: 85%;
                padding: 0;
            }
		}


        @media only screen and (max-width: 800px) {
            /*************** ADD MOBILE ONLY CSS HERE  ***************/

            #stromantrag {
                width: 100%;
                padding: 0;
            }

            .formular-container {
                width: 100%;
            }

            .tab-container {
                flex-direction: column;
            }

            .tab-inner-container {
                /*width: 95%;*/
                height: 175px;
                margin: 120px 0 0 0;
                padding: 15px;
            }

            .steps {
                flex-direction: column;
            }

            .steps>.step-list {
                width: auto;
                padding: 3px 3px;
            }

            .card {
                text-align: center;
            }

            .card-2 {
                text-align: center;
            }

            .tab-row {
                flex-direction: row;
                flex-wrap: wrap;
                justify-content: center;
                align-items: center;
                text-align: center;
            }

            .tab-row>.card {
                /*flex: 0 35%; / 40% */
                width: 40%;
                margin: 10px 10px;
                /*border: 3px solid blue;*/
            }

            .tab-row>.card-2 {
                /*flex: 0 35%; / 40% */
                width: 40%;
                margin: 10px 10px;
                /*border: 3px solid blue;*/
            }

            .tab-row>.card>label {
                justify-content: center;
                align-items: center;
                margin: auto;
            }


            .tab-row>.card-2>label {
                justify-content: center;
                align-items: center;
                margin: auto;
            }

            .tab-row>.card>label>img {
                padding: 20px;
                height: auto;
                max-width: 80px;
            }

            .tab-row>.card-2>label>img {
                padding: 20px;
                height: auto;
                max-width: 80px;
            }


            .tab-row>.card>label>input {
                width: 100%;
                margin: auto;
                justify-content: center;
                align-items: center;
                margin: auto;
                display: inline-block;
            }

            .tab-row>.card-2>label>input {
                width: 100%;
                margin: auto;
                justify-content: center;
                align-items: center;
                margin: auto;
                display: inline-block;
            }

            #immo-form-tab1 {
                height: 600px;
            }


            #immo-form-tab3 {
                height: auto;
            }

            #immo-form-tab4 {
                height: auto;
            }

            .tab-inner-container-2>.input-row {
                flex-direction: column;
            }

            .tab-inner-container-2>.neuanlage>.input-row {
                flex-direction: column;
            }

            .tab-inner-container-3>.input-row {
                flex-direction: column;
            }

            .neuanlage {
                display: flex;
                flex-direction: column;
            }

            .tab-inner-container-4>.input-row {
                flex-direction: column;
            }

            .input-row>input {
                max-width: 100%;
            }

            .input-row>.doppelt {
                max-width: 100%;
            }

            .radio-input {
                text-align: center;
                margin-right: 0px;
                margin: 0 !important;
            }

            .radio-button {
                width: 15px;
                height: 15px;
                -webkit-appearance: radio;
            }



            #immo-form-tab2>.tab-container {
                height: auto;
            }

            #immo-form-tab2 {
                height: auto;
            }

            .form-submit-ausgabe {
                font-size: 100%;
            }

        }