/*======================================
Theme Name: Hohberg GmbH
Theme URI: https://www.stm-systems.de
Description: Theme for hohberg-gmbh.de
Version: 1.0
Author: Stefan Miletzki
Author URI: https://www.stm-systems.de
Template: Divi
======================================*/


/* You can add your own CSS styles here. Use !important to overwrite styles if needed. */

@media screen and (min-width: 425px){
    #footer-line-wrap{
        display: none;
    }
}

@media screen and (max-width: 1226px) and (min-width: 981px) {

    #logo{
        max-height: 67% !important;
    }

    #et-top-navigation{
        padding-left: 295px !important;
    }

}

@media screen and (min-width: 981px) {


    .headline-red{
        font-size: 2.25rem;
    }
    .content-section p{
        font-size: 1.25rem;
    }

    .footer-align-text-right{
        text-align: right;
    }

    #top-menu li li a{
        width: 230px;
    }

    .nav li ul{
        width: unset;
    }

}

@media (max-width: 767px){
    .section-parallax-picture{
        min-height: 380px !important;
    }
}

#top-header .container.clearfix{
    display: flex !important;
    justify-content: flex-end !important;
}

#footer-bottom .container{
    display: flex;
    justify-content: center
}

.et_pb_section.et_pb_section_0_tb_footer.et_section_regular{
    padding: 0;
}

.ueberschrift3D{
    text-shadow:  1px  6px 6px black,
    1px -1px 6px black,
    -1px  1px 1px black,
    -1px -1px 1px black !important;
}

.content-margin-left-right-0 div{
    margin-left: 0;
    margin-right: 0;
}

.ul-abstand ul{
    padding-left: 0;
}

.content-display-partner{
    display: contents;

    span{
        max-width: 120px;
    }

    img{
        max-width: 120px;
    }
}

.content-section p{
    font-size: 1rem;
    line-height: 1.6em;
}

.headline-red{
    font-size: 1.75rem;
}

.et_pb_column.et_pb_column_1_2.et_pb_column_0_tb_footer.et_pb_css_mix_blend_mode_passthrough{
    margin-bottom: 10px;
}

.text-red{
    color: #ff0000 !important;
}


