
.top-container {
        padding: 10px;
}

.top-container #deb-logo {
    width: 140px;
    margin-top: 15px;
    vertical-align: middle;
}

.schritt-info-top {
    text-align: right;
    color: #18B6B4;
    opacity: 1;
    margin-top: -20px;
    margin-right: 5px;
}

.btn-jz {
    background: transparent linear-gradient(90deg, #18B6B4 0%, #61CE70 100%) 0% 0% no-repeat padding-box;
    border-radius: 8px; 
    border-width: 0px;
    color: #ffffff;
    font-size: 18px; 
    width: 160px; 
    height: 48px;
    margin-bottom: 30px;
    border-width: 0px;
}

.btn-back {
    background: transparent;
    border-style: solid;
    border-width: 1px;
    border-color: #18B6B4;
    border-radius: 8px; 
    color: #18B6B4;
    font-size: 18px; 
    width: 160px; 
    height: 48px;
    margin-bottom: 30px;
}

.btn-container{
        margin-bottom: 1rem;
        max-width: 600px;
        margin: 0px auto;
        display: flex;
    justify-content: flex-end;
}

    .btn-container-step2{
        margin: 0px auto;
        display: flex;
        justify-content: center;
    }

    .tab-content p {
        text-align: center;
        font: normal normal normal 26px/35px Segoe UI;
        letter-spacing: 0px;
        color: #333333;
        opacity: 1;
    }

.schritte_o {
    display: flex;
    justify-content: flex-end;
}

.schritte_u {
    display: flex;
    justify-content: center;
}

.schritte_o img {
    margin-right: 30px;
}

.schritte_u img {
    margin: 0 15px;
}

.control-label {
    font-size: 26px;
    font-weight: 700;
    color: #333333;
}

    .form-group {
        display: flex;
        align-items: center;
        margin-bottom: 1rem;
        max-width: 600px;
        margin: 20px auto;
    }

    .form-group label {
        margin-right: 1rem;
        white-space: nowrap;
        min-width: 190px;
    }

    .akz-wrapper {
        display: flex;
        flex-wrap: wrap;
        flex: 0 1 auto;
        min-width: 200px;
    }

    .akz-wrapper input,
    .akz-wrapper div {
        display: flex;
        align-items: center;
    }

    .ref1, .ref2, .ref3, .ref4 {
            font-size: 19px;
    }

    .ref1 {
        flex: 0 1 15%;
        min-width: 40px;
    }

    .ref2 {
        flex: 0 1 45%;
        min-width: 80px;
        text-transform: uppercase;
    }
    .ref3 {
        flex: 0 1 25%;
        min-width: 60px;
    }

    .separator {
        flex: 0 1 10%;
        min-width: 10px;
        justify-content: center;
    }

    .spacer {
        flex: 0 1 5%;
        min-width: 5px;
    }
    
    .nav-btn-group {
        display: flex;
        margin: 40px auto;
        justify-content: center;
        max-width: 330px;
    }
    
    .kon-btn-group {
        align-items: center;
        margin-bottom: 1rem;
        max-width: 900px;
        margin: 65px auto;
    }
    
    .za-btn-group {
        align-items: center;
        margin-bottom: 1rem;
        max-width: 900px;
        margin: 40px auto;
    }
    
        .za-box-single {
            height: 165px;
            background: #FFFFFF 0% 0% no-repeat padding-box;
            box-shadow: 0px 3px 6px #00000029;
            border-radius: 23px;
            opacity: 1;
            margin: 40px auto;
            align-content: center;
            text-align: center;
            max-width: 400px;
        }
    
        .blue-col p {
            font: normal normal 300 18px/21px Segoe UI;
            padding: 25px 20px;
            background: #F5FFFF 0% 0% no-repeat padding-box;
            border: 1px solid #18B6B4;
            border-radius: 23px;
            opacity: 1;
            max-width: 500px;
            margin: 0 auto;
        }
        #div_ki {
            margin-top: 30px;
        }  
        
        #div_ki input {
            margin-bottom: 15px;
        }
        
        .kontakt-box {
            padding: 25px 20px;
            background: #F5FFFF 0% 0% no-repeat padding-box;
            border: 1px solid #18B6B4;
            border-radius: 23px;
            opacity: 1;
            max-width: 340px;
            min-width: 270px;
            margin: 10px 10px;
        }
        
        .kontakt-box p {
            margin-top: 15px;
            text-align: center;
            font: normal normal 600 21px/24px Segoe UI;
            letter-spacing: 0px;
            color: #18B6B4;
        }
        
        .kontakt-box img {
            height: 55px;
            margin-right: 20px;
        }
        
    @media (min-width: 601px) {
        .mid-viewport {
            min-height: 70vh; 
            display: flex; 
            align-items: center;
            justify-content: center;
            max-width: 700px;
            margin: 0 auto;
        }
        
        #betrag-step2 {
            background-color: #878edd5c;
            border-radius: 10px;
            height: 75px;
            max-width: 350px;
            margin: 40px auto;
        }
        
        #betrag-step2 p {
            color: #333399;
            font-weight: 700;
            line-height: 70px;
        }
        
        #bg-rechts {
            background-image: url(../img/bg-rechts.png);
            background-repeat: no-repeat;
            background-position: right;
            background-position-y: top;
        }
 
        #bg-oben-rechts {
            background-image: url(../img/bg-oben-rechts.png);
            background-repeat: no-repeat;
            background-position: left;
            background-position-y: bottom;
            background-size: contain;
        }
        
   
        .za-btn-group {
            display: flex;
        }
               
        .za-box-single {
            height: 165px;
        }

    }

    @media (max-width: 600px) {

        .top-container {
            background-color: #ffffff;
            height: 100px;
        }

        .top-container #deb-logo {
            width: 150px;
            margin-top: 40px;
            vertical-align: bottom;
        }

        .az-mobile {
            background-color: #f8f8ff;
            margin: -30px;
            padding: 25px;
        }

        .btn-container {
            margin-top: 50px;
        }

        .btn-container-step2 {
            margin-top: 10px;
        }
        
        .tab-content p {
            font: normal normal normal 18px/24px Segoe UI;
        }

        .tab-content h2 {
            font-size: 23px;
            margin: 0 25px;
        }

        .control-label {
            font-size: 20px;
            line-height: 35px;
        }

        .form-group {
            flex-direction: column;
            align-items: flex-start;
        }

        .akz-wrapper {
            width: 100%;
        }

        .akz-wrapper input,
        .akz-wrapper div {
            width: 100% !important;
        }
        
        #betrag-step2 {
            background-color: #f8f8ff;
            height: 75px;
            margin: 40px -15px;
        }

        #betrag-step2 p {
            color: #333399;
            font-size: 24px;
            font-weight: 700;
            line-height: 70px;
        }
           
        .za-btn-group {
            margin: 0px auto;
        }
        
        .za-box-single {
            height: 80px;
        }

        .za-box-single img{
            height: 55px;
        }
    }

    @media (max-width: 991px) {
        .schritte_o, .schritt-info-top, .desk {
            display: none !important;
        }

        .btn-container{
            justify-content: center;
        }
        
        .kontakt-box {
            display: flex;
            margin: 10px auto;
        }
    }

    @media (min-width: 992px) {
        .schritte_u, .mobile {
            display: none !important;
        }
        
        .kon-btn-group {
            display: flex;
        }
    }