<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Divi HM Fork
Theme URI: http://www.elegantthemes.com/gallery/divi/
Version: 2.4.6.1
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Template: Divi
Author: Horst MÃ¼rdter
Author URI: http://www.horst-muerdter.com
*/



/* Alle Ã„nderungen kommen hier rein ...*/



#top-menu li a:active {
    color: #007766 !important;
    text-decoration: underline;
}

.input.et_pb_contact_captcha {
    padding-left: 12px;
    padding-right:12px;
}

.hm_start_header img{
    float: left;
    margin-right: 20px;
    border-radius: 5px 0 5px 5px;
}

.hm_start_header h1 {
    border-radius: 0 5px 0 0;
}

.hm_start_header h1, .hm_start_header .et_pb_fullwidth_header_subhead{
    color: #8b0a28 !important;
    background-color: rgba(255, 255, 255, 0.7);
    padding-top: 10px;
    padding-left: 5px;
}


.hm_start_header .background-block {
    background-color: rgba(255, 255, 255, 0.7);
    color: black;
    padding: 5px 10px 10px 5px;
    border-radius: 0 0 5px 0;
}


.hm_start_header p {
    padding-bottom: 6px !important;
}

/* Seitenheader Fullwidth Title */

.hm_header {
    padding: 20px 0 20px 0 !important;
}

.hm_header .et_pb_fullwidth_header_container.left {
    //margin-left: 0 !important;
    width:90%;
}

.hm_header .et_pb_fullwidth_header_container.left .header-content {
    padding-top: 0 !important;
}

.hm_header .et_pb_fullwidth_header_container.left .header-content img{
    float: left;
    margin-right: 20px;
    border-radius: 5px;
}
p.et_pb_gallery_caption {
    text-align:left !important;
}

.et_pb_fullwidth_header {
    background-size: auto;
}

/* Adapt portfolio */



.hm_3col_portfolio .et_pb_portfolio_item .et_portfolio_image {
    box-shadow: 5px 5px 5px 0px rgba(55, 55, 55, 0.8);
    width: 100%;
}
.hm_fullwidth_row.et_pb_row {
    width: 100% !important;
    max-width: 100% !important;
}

li.de, li.es, li.en {
    padding-right: 1px !important;
    display: inline-block;
}

li.de.active:after, li.es.active:after, li.en.active:after {
    border-bottom:7px solid #8b0a28;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    content: "";
    display: block;
    height: 0;
    margin-left: 8px;
    width: 0;

}

li.de a {
    background: url("images/degbes_flags.png") no-repeat;
    height:20px;
    width: 30px;
    padding-bottom: 0 !important;
}

li.en a {
    background: url("images/degbes_flags.png") no-repeat -30px 0;
    height:20px;
    width: 30px;
    padding-bottom: 0 !important;
}

li.es a {
    background: url("images/degbes_flags.png") no-repeat -60px 0;
    height:20px;
    width: 30px;
    padding-bottom: 0 !important;
}


@media (min-width: 769px) {
    .hm_3col_portfolio .et_pb_portfolio_item {
        clear: none !important;
        margin: 0 3% 5% 0 !important;
        width: 31% !important;
    }

    .hm_3col_portfolio .et_pb_portfolio_item:nth-child(3n) {
        margin-right: 0 !important;
    }
}

h3, h4, h5, h6 {
    line-height:150%!important;
}

.header_bg_right {
    background-position: center right !important;
}
.container pre {
    color: #FFF;
    background-color: #3c3e42;
    border: 1px solid #007766;
    border-left-width: 4px;
    line-height: 1.5em;
    font-size: 0.9em;
    margin: 24px 0;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 10px;
    word-wrap: break-word;
}
</pre></body></html>