.bauch_logo_im_text {
    width: 20%;
    float: left;
    margin: 0 4% 3% 0;
    display: inline-block;
    border: 0px orange dotted;
}

/* ------------------------------------------- footer trio */
.table_main_td_foot .tb_bottom_trio_child {
    color: inherit;
    width: 32%;
    overflow: auto;
    float: left;
    text-align: left;
    margin-left: 1%;
    height: 15em;
    padding: 2em 1% 0em 4%;
    box-sizing: border-box;
    /* background: rgba(0, 0, 0, 0.01); */
    border-top: 1px #e79b23 solid;
    transition: all 1s;
}

.table_main_td_foot .tb_bottom_trio_child ul {
    padding: 0 0 0 1em;
    margin-top: 0;
}

@media screen and (max-width: 1000px ) {
    .table_main_td_foot .tb_bottom_trio_child {
        width: 97%;
        padding: 2em 4% 0;
        height: auto;
        margin-bottom: 0.3em;
    }
}

/* testing borders */
.table_main_td_main, .website_top_text, .website_top_bild, .text_baustein_bottom_inner, .table_main_td_foot .tb_bottom_trio_child ,.website_top_text .nav_dropdown{
    /* border: 1px white dotted; */
}
