body {
    background: rgb(213, 217, 233);
    min-height: 100vh;
    vertical-align: middle;
    display: flex;
    font-size: 16px;
    line-height: 24px;
    background: url(/assets/img/latest-news-header-bw.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.bg-danger-light {
    background-color: rgba(242, 17, 54, 0.12) !important;
    color: #e63c3c !important;
}

.bg-success-light {
    background-color: rgba(15, 183, 107, 0.12) !important;
    color: #26af48 !important;
}

.bg-warning-light {
    background-color: rgba(255, 152, 0, 0.12) !important;
    color: #f39c12 !important;
}

.main-wrapper {
    background-color: #fff;
    border-radius: 20px;
    padding: 20px;
}

.main-wrapper {
    margin: 50px 0px;
}

.card-bestellbox {
    margin: auto;
    max-width: 600px;
    border-radius: 20px
}

.mt-20 {
    margin-top:20px;
}

.mt-50 {
    margin-top:50px;
}

.mb-50 {
    margin-bottom:50px;
}


.title {
    display: flex;
    text-align: center;
    font-size: 30px;
    line-height: 40px;
    font-weight: bold;
    margin-top: 50px;
    margin-bottom: 20px;
}

.main {
    padding: 40px;
}

.main img {
    border-radius: 7px
}

.main p {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 25px;
}

#sub-title p {
    margin: 1vh 0 2vh 0;
}

.row-main {
    padding: 1.5vh 0;
    align-items: center
}

hr {
    margin: 1rem -1vh;
    border-top: 1px solid rgb(214, 214, 214)
}

.total {
    font-size: 1rem
}

.logo {
    width: 200px;
    margin: 20px 0;
}

.text-center {
    text-align: center;
}

.btn {
    background-color: #004236;
    border-color: #004236;
    color: #fff;
    margin-top: 30px;
    border-radius: 7px;
    padding: 0.8rem;
    justify-content: center;
}

.form .btn {
    height: 50px;
}

.form-control {
    background-color: #fcfcfc;
    border: 1px solid #E6E6E6;
    color: #333;
    border-radius: 5px !important;
    box-shadow: none;
    font-size: 15px;
    height: 50px;
}

.btn:focus {
    box-shadow: none;
    outline: none;
    box-shadow: none;
    color: white;
    -webkit-box-shadow: none;
    -webkit-user-select: none;
    transition: none
}

.btn:hover {
    color: white
}

@media(max-width: 992px) {
    
    .title {
        font-size: 26px;
        line-height: 36px;
    }

    .main p {
        font-size: 14px;
        line-height: 24px;
    }

    .form-group input {
        margin-bottom: 15px;
    }

}

.zeitstrahl li {
    padding: 2px 0;
    margin-bottom: 3px;
}

#btn_submit_formular {
    width: 100%;
}

.locker { 
    display: none; 
    position: fixed; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%; 
    background: rgba(0,0,0,0.6); 
    z-index: 9999; 
    padding-top: 200px; 
    text-align: center; 
    font-size: 35px; 
    color: white; 
}

.locker img { 
    width: 100px;
} 

@keyframes spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
  }

.spin {
    animation: spin 2s linear infinite;
  }