.header{
    background: linear-gradient(127deg,#f7daf4,#ebebf5, #e8f6fe,#f7daf4);
}
.beschreibung {
    box-sizing: border-box;
    min-width: 288px;
    max-width: 800px;
    padding: 2em;
    margin: 2em auto;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 0 6px 0 rgb(0 0 0 / 12%), 0 2px 4px 0 rgb(0 0 0 / 24%);
    color: #333;
}
.centents h1 {
    font-size: 1.4rem;
    text-align: center;
}
.beschreibung .centents p, .beschreibung .centents h2 {
    text-align: left;
}
.centents p {
    font-size: 13px;
    line-height: 21px;
}
p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-size: 13px;
    line-height: 21px;
}
.main{
    min-height: calc(100vh - 18px);
    /* background-color: #28364D; */
    padding-top: 60px;
}
a {
    color: #e5322d;
}

.page-title{
    text-align: center;
}
.pdf_box li[data-v-5b74319e] {
    margin: 0 !important;
    display: inline-block !important;
    width: 48%;
    border-left: 4px solid transparent;
    border-top: 4px solid transparent;
    height: 50px;
    line-height: 50px !important;
    padding: 0 20px !important;
    background: #f6f6f8;
}
.pdf_box div[data-v-5b74319e] {
    display: flex !important;
    justify-content: space-between;
}
.pdf_box li[data-v-5b74319e]:nth-child(4n+3), .pdf_box li[data-v-5b74319e]:nth-child(4n+4) {
    background: #fff;
}
.text-left {
    width: 750px;
    margin: 0 auto;
}
p:last-child {
    margin-bottom: 0;
    color: #717171;
    font-size: 14px;
}
.nav__item .user-box:nth-child(2){
    background-color: #47ACF0;
}
.mb-5, .my-5{
    margin-bottom: 0 !important;
}
.control-label{
    color: #fff;
    margin-bottom: 18px;
}
#error_sub{
    background-color: #009070;
}
.form-control{
    background: #394B69 !important;
    border: 1px solid #354561 !important; 
    background-color: #394B69 !important;
    color: #fff !important;
}
.form-control:focus {
    border-color: #079571;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
}
.text-center{
    color: #fff;
}
.static-view{
    padding: 20px 0;
    min-height: 100vh;
}
#resMessge {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    justify-content: center;
    align-items: center;
}
.res-text {
    color: #333;
    font-size: 20px;
    width: 60%;
    background: rgb(255,255,255);
    border-radius: 20px;
    padding: 60px 0;
    position: relative;
    text-align: center;
}
.sub_close {
    position: absolute;
    top: 10px;
    right: 20px;
    cursor: pointer;
}
    
@media (max-width: 900px){
    .text-left{
        width: 100%;
    }
}
@media (max-width: 500px){

    .beschreibung{
        min-width: auto;
        max-width: auto;
        width: 97%;
    }
}