.newsflash_container
{
    padding: 5px;
    position: relative;
    top: -50px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    font-size: 90%;
    background: #ffd6cc;
    color: black;
    
    border: 1px solid red;
    border-left: 4px solid red;
    border-radius: 4px;
    
    
    /*text-shadow: 1px 1px 1px white;*/
}

.newsflash_container[color="yellow"]
{
    background: #e6e600;
    border: 1px solid #999900;
    border-left-color: #999900;
    
}

.newsflash_container > div
{
    flex: 1;
    flex-grow: 1;
}
.newsflash_container > div > img
{
    width: 20px;
    height: 20px;
    
}
.newsflash_container > div:last-child
{
    flex-grow: 0;
    display:flex;
    justify-content:center;
    align-items: flex-start;
    
    
}

.newsflash_container > div:first-child
{
    flex-grow: 1;
}



.home_bottom
{
    display: flex;
    margin-top: 5px;
    flex-direction: column;
    padding-bottom: 30px;
}


.home_footer
{
    flex-grow: 1 !important;
    
    display:flex;
    justify-content:center;
    align-items:flex-end;
}
.home_bottom > div
{
    flex: 1;
    flex-grow: 0;
    margin-bottom: 20px;
}
.home_bottom > div:last-child
{
    flex-grow: 1;
    margin-bottom: 0px;
    
}

.ferienmeldung
{
    border-radius: 5px;
    box-sizing: border-box;
    background: #f4fdde;
    margin-bottom: 20px;
    display: flex;
    flex-direction: row;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;    
}
.ferienmeldung > div
{
    flex: 1;
    box-sizing: border-box;
}
.ferienmeldung .ferien_msg
{
    padding: 10px;
    font-weight: bold;
    padding-right: 0px;
}
.ferienmeldung .ferien_icon
{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex-grow: 0;
    display: none;
}
.ferienmeldung .ferien_icon img
{
    width: auto;
    height: 50%;
    position: relative;
    top: -5%;
    left: +20%;
}

.home_contactlist
{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    margin-bottom: 20px;
}
.home_contactlist > div
{
    flex: 1;
    flex-grow: 0;
    margin-bottom: 5px;
}
.home_contactlist > div:last-child
{
    margin-bottom: 0px;
}


.home_oeffnungszeiten
{
    font-weight: bold; 
    margin-bottom: 5px;
    text-decoration: underline;
    margin-top: 10px;
}


.sekretariat_box
{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    
}
.sekretariat_box > div
{
    white-space: nowrap;
    flex: 1;
    flex-grow: 1;
}
.sekretariat_img
{
    border-bottom-left-radius: 10px;
    width: 300px;
    float: right;
    display: none;
}











@media only screen and (min-width: 800px) 
{
    .sekretariat_img
    {
        display: inline;
    }
    
}


@media only screen and (min-width: 1000px) 
{
    .ferienmeldung .ferien_icon
    {
        display: flex;
    }
    .newsflash_container
    {
        padding: 10px;
        -webkit-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.24);
        -moz-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.24);
        
 	box-shadow: 0px 0px 20px 2px rgba(0,0,0,0.8);
        border-left-width: 8px;
        font-size: 100%;
        margin-bottom: 20px;
    }
    .newsflash_container > div > img
    {
        width: 30px;
        height: 30px;

    }
    .home_bottom
    {
        margin-top: 15px;
    }
    
}



.anmeldung_bis_container
{
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 5px;
    border-radius: 5px;
    
    display: flex;
    flex-direction: row;
}
.anmeldung_bis_container > div
{
    flex: 1;
    box-sizing: border-box;
}   
 .anmeldung_bis_container .anm_icon
{
    flex-grow: 0;
    margin-right: 10px;
    
}
.anmeldung_bis_container .anm_msg
{
    
}
.anmeldung_bis_container .anm_icon img
{
    width: 25px;
}