/**
Theme Name: EDRC2027
Author: CD Werbeagentur
Author URI: https://www.cdonline.de
Description: Child-Theme based on Astra
Version: 0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: edrc2027
Template: astra
*/


/* #############   HEADER-VISUAL   ############# */

.header-visual {
    position: relative;
    width: 100%;
    min-height: 0px; /* Höhe des Headers */
    overflow: hidden;
}

/* Hintergrund */
.header-visual .background {
    position: absolute;
    inset: 0;
    display: flex;
    z-index: 1;
}

.header-visual .white,
.header-visual .orange {
    flex: 1;
}

.header-visual .white {
    background: #fff;
}

.header-visual .orange {
    position: relative;
    background: #f8a501;
}

.header-visual .orange img {
    position: absolute;
    width: 100%;
	bottom: 0px;
}

.header-visual .visual {
    position: relative;
    z-index: 2;
    max-width: 1240px;
    width: 100%;
    margin: 0 auto;
    min-height: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
	
	padding-inline: 20px;
}

.header-visual .visual img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 20px auto 40px auto;

}

/* Abstand links/rechts unter 1200px */
/*
@media (max-width: 1200px) {
    .header-visual .visual {
        padding-inline: 20px;
        box-sizing: border-box;
    }
}
*/