  
#bottom-news {display: none;}

html h1,
html h2,
html h3{
    font-family: ccsignlanguage,sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #83b8da;
}

html p{
font-family: ff-duper-web-pro, sans-serif;
font-weight: 400;
font-style: normal;
font-size: 18px;
line-height: 29px;
}

html a.link-external.btn-red.read-more-btn {
    background: linear-gradient(to bottom,#ffa3b4 5%,#bb6d7b 100%);
}

html a.link-external.btn-red.read-more-btn:hover, a.link-external.btn-red.read-more-btn:hover {
    background: linear-gradient(to bottom,#ffaaba 5%,#fa9faf 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffaaba',endColorstr='#fa9faf ',GradientType=0);
    background-color: #fa9faf;
    text-decoration: none;
}

/*---- ZITAT -----*/
.millions-zitat {
    font-family: ccsignlanguage,sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #ffffff;
    padding: 30px;
    font-size: 27px;
    line-height: 36px;
    text-align: center;
    background-color: #d88392;
    float: left;
    height: auto;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 30px;
}

.millions-zitat p {
    font-family: ccsignlanguage,sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 27px;
    line-height: 38px;
}

.millions-zitat span {
    display: block;
    font-size: 17px;
    color: #ffced6;
}

/* ------ ZITAT mit RB -----*/
img.rb-cartoon-portrait {
    width: 18%;
    margin-right: 20px;
    float: left;
}

@media (min-width: 550px) {
      #bottom-news {display: grid;}
}
