.bg_layer{
    display: block;
    background-color: rgba(0,0,0,0.5)!important;
    padding: 10px;
    color: white;
    margin-top: 5em;
    text-align: center;
    align-content: center;
}
.small-icon-img{
    max-width: 64px;
}
.hero-section .logo-box{
    top: 290px!important;
    bottom: auto;
    width: auto;
}

@media(min-width:1920px){
    .hero-section .hero-img {
        width: 100%;
        height: auto;
    }
    .hero-section .logo-box{
        top: 50%;
        bottom: auto;
        width: auto;
    }
}
@media(max-width:1199px){
    .hero-section .logo-box{
        top: 320px;
    }
    .hero-section h1{
        font-size: 35px;
    }
    .hero-section .hero-img {
        height: 100%;
    }
}
@media(max-width:991px){
    .hero-section .logo-box{
        top: 350px;
    }
    .hero-section h1{
        font-size: 30px;
    }
    .hero-section .hero-img{
        position: absolute;
        left: -100px;
    }
}
@media(max-width:414px){
    .hero-section .logo-box{
        top: 350px;
    }
    .hero-section h1{
        font-size: 25px;
    }
    .hero-section .hero-img{
        position: absolute;
        left: -200px;
    }
}
@media(max-width:200px){
    .hero-section .logo-box{
        top: 350px;
    }
    .hero-section h1{
        font-size: 25px;
    }
    .hero-section .hero-img{
        position: absolute;
        left: -200px;
    }
}
.support-section .inner {
    text-align: left;
    position: relative;
    padding: 25px;
    background: #ddedf7;
}
.course-title{
    margin-left: 20px;
    font-size: 20px;
    font-weight: 700;
}
.top_pic{
    top: 10%;
}
.footertext{
    text-align: left;
    margin-right: 20px;
}
.footertext a:link{
    color: white;
    margin-right: 20px;
}
a.whitelink:link{
    color: white;
    margin-right: 20px;
}
a.whitelink:visited{
    color: white;
    margin-right: 20px;

}
.course-list{
    text-decoration: rgba(195, 56, 0, 0.99);
    text-decoration-style: double;
}
.course-list li {
    list-style: circle;
    margin-bottom: 10px;
}
body{
    text-align: center;
}
.headline_big h2{
    color: rgba(195, 56, 0, 0.99);
}
.accordion-body h2{
    color: rgba(195, 56, 0, 0.99) !important;
    font-weight: bolder !important;
}
.accordion-body h4{
    color: rgba(0, 0, 0, 0.65)!important;
    font-weight: bold !important;
}
.dvpi_red{
    color: rgba(195, 56, 0, 0.99)!important;
}
.text-align-left{
    text-align: left;
}
.ul-normal li{
    list-style-type: disc!important;
    list-style-position: inside!important;
    text-align: left;
}
.flex-container {
    display: flex;
    flex-wrap: wrap; /* Standardwert = nowrap */
}

.flex-item {
    flex-basis: 50%;
    flex-grow: 1;
    flex-shrink: 1;
}
.no-text-decoration a{
    text-decoration: none;
}