/*
 Theme Name:   Divi Child
 Theme URI:    http://www.elegantthemes.com
 Description:  Divi Child Theme
 Author:       xy
 Author URI:   xy
 Template:     Divi
 Version:      1.0
*/





/* Global */
:root {
--yellow: #F5F4C4;
--green: #005735;
--lightgreen: #05ab69;
  }

.et_pb_module h1, .et_pb_module h2 , .et_pb_module h3 , .et_pb_module h4 , .et_pb_module h5, .et_pb_module h6, .footerheadline {font-weight:600}   
h1{font-size:clamp(20px,calc(1.3em + 0.6vw),32px)!important}
h2{font-size:clamp(16px,calc(1.1em + 0.4vw),24px)!important;font-weight:700;color:#000}
h3,h4,  .footerheadline{font-size:clamp(16px,calc(12px + 0.4vw),19px)!important;font-weight:700;color:#000}
h5{font-size:1.1em}
h6{font-size:1.1em}

body a, .et_color_scheme_green a {color:var(--green)}

.mobile_menu_bar:before {color:var(--green)!important}
.et_slide_in_menu_container #mobile_menu_slide li li a {opacity: 1}



.flex-item {-ms-flex-order: 0; -webkit-box-ordinal-group: 1; order: 0; -ms-flex: 0 1 auto; -webkit-box-flex: 0; flex: 0 1 auto; -webkit-align-self: auto; -ms-flex-item-align: auto; -ms-grid-row-align: auto; align-self: auto;    width: 100%;margin: 3px 0!important}

.flex-subhead{
display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
  -ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
      align-items: flex-start;
	align-content: flex-start;
	justify-content: center;
font-size:14px}

.flex-subhead .et_pb_main_blurb_image {line-height: 2.4em}
.et_pb_blurb_position_left .et_pb_blurb_container {padding-left: 0px}

@media (max-width: 980px) {
	.flex-subhead{ -ms-flex-wrap: wrap;flex-wrap: wrap;justify-content: flex-start;font-size:12px}
	.flex-subhead .et-pb-icon{font-size:14px}
}

.hmgheader .et_pb_text{height:100%}
.hmgheader .et_pb_text_inner{height:100%;display:flex;align-items: center;justify-content: start;}


/* Footer*/

.toggle-section {overflow: hidden;height: 65px;transition: height 0.3s ease;position: relative}
.toggle-section.expanded {height: auto}
.hidden-content {display: none}
.x-icon {position: absolute;right: -80px;top: -6px;cursor: pointer;font-size: 1.5rem}


.footerheadline:hover {cursor: pointer}
#footer-hover li:hover a{color:var(--lightgreen)!important}

.footer-container {
display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
	align-content: flex-start;}

@media (max-width: 768px) {
.footer-container {
    -ms-flex-wrap: wrap;
	flex-wrap: wrap}}

.job-post{max-width:1920px!important; width:80%!important}


#test .project:after{content: "mehr erfahren"; /* Der Text, der angezeigt werden soll */
    display: inline-block;    /* Damit der Text als Block angezeigt wird */
    margin-left: 0px;       /* Abstand zwischen dem Header und dem Text */
    color: #666;          /* Textfarbe (optional anpassen) */
	font-size:14px
}

/* Kontaktformular*/

#contact-form label {
    display: block;
    margin-bottom: 10px;
    color: var(--green);
}

#contact-form input[type="text"], 
#contact-form input[type="email"], 
#contact-form input[type="tel"], 
#contact-form textarea {
    width: 100%;
    padding: 10px;
    margin: 5px 0 15px;
    border: 1px solid var(--green);
   
}

#contact-form .input-half {width: 47%;display: inline-block}

#contact-form .input-half:first-child {margin-right: 4%}

#contact-form textarea {height: 120px}

#contact-form input[type="submit"] {
    width: 100%;
    padding: 10px;
    background-color: var(--green);
    color: white;
    border: none;
    cursor: pointer;
}

#contact-form input[type="submit"]:hover {
    background-color: var(--lightgreen);
}

@media (max-width: 768px) {
    #contact-form .input-half {
        width: 100%;
        margin-right: 0;
    }
}