
section.mytext div.row {
    /* display: block!important; */
}

/* 
section.section div.container h2::before {
    position: absolute;
    content: '';
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: 0 0;
    border: 2px solid #2f8ae7;
    bottom: -14px;
    left: 0;
}

section.section div.container h2::after {
    position: absolute;
    content: '';
    height: 2px;
    width: 50px;
    left: 15px;
    bottom: -10px;
    background: #2f8ae7;
} */

section.mytext ul {
    font-weight: 400;
    color: #666;
    font-size: 14px;
    line-height: 25px;
    font-family: open sans,sans-serif;
    margin: 16px;
    list-style-type: circle; 
}

div.post-content ul li {
    font-weight: 400;
    color: #666;
    font-size: 14px;
    /* line-height: 25px; */
    font-family: open sans,sans-serif;
    margin: 16px;
    list-style-type: circle; 
}

ol li {
    font-weight: 200;
    color: #666;
    font-size: 14px;
    font-family: open sans,sans-serif;
    line-height: 25px;
    margin: 16px;
    /* list-style-type: circle;  */
}

figcaption {
    font-weight: 100!important;
    color: #666;
    font-size: 14px;
    font-style: italic;
    line-height: 25px;
    font-family: open sans,sans-serif;
}

/* section.promo-video {
    margin-top: 40px;
} */

#img-float-left {
    float:left;
}

#img-float-right {
    float:right;
}

/* Startseite - weiße Schrift */

div.hero-content h4,
div.hero-content h1,
div.hero-content a {
    color: rgb(241, 241, 241)!important;
}
div.hero-content p.text-dark {
    color: rgb(241, 241, 241)!important;
}

/* Weniger Platz zwischen Sektionen */
.section {
    padding: 50px 0!important; 
}