.wp-block-gutenberg-ea-landing-unternehmen{
position: relative;
width: 100%;
color: darkred;
box-sizing: border-box;
text-align: left;
margin: 30px 0 30px 0;
height: 400px;
background: #fff;
-moz-box-shadow: 0px 3px 5px rgba(0,0,0,0.06);
-webkit-box-shadow: 0px 3px 5px rgba(0,0,0,0.06);
box-shadow: 0px 3px 5px rgba(0,0,0,0.06);
}
.wp-block-gutenberg-ea-landing-unternehmen a{
text-decoration: none;
}
.wp-block-gutenberg-ea-landing-unternehmen .image{
position: relative;
height: 400px;
width: 45%;
float: left;
background-size: auto 100% !important;
background-position: center !important;
background-repeat: no-repeat !important;
}
.wp-block-gutenberg-ea-landing-unternehmen .text{
position: relative;
height: 400px;
width: 55%;
float: left;
text-align: left;
box-sizing: border-box;
padding: 25px;
}
.wp-block-gutenberg-ea-landing-unternehmen h2{
font-size: 36px;
font-weight: 600;
color: #404040;
margin-top: 25px;
}
.wp-block-gutenberg-ea-landing-unternehmen p {
font-size: 20px;
color: #757575;
font-weight: 500;
line-height: 1.5;
width: 100% !important;
height: unset !important;
margin: 25px 0 55px 0;
padding: 0 30px 0 0 !important;
}
@media screen and (max-width: 992px) {
.wp-block-gutenberg-ea-landing-unternehmen{
position: relative;
width: 100%;
color: darkred;
box-sizing: border-box;
text-align: left;
margin: 30px 0 30px 0;
height: unset;
padding-bottom: 10px;
}
.wp-block-gutenberg-ea-landing-unternehmen .image{
position: relative;
height: 200px;
width: 100%;
float: none;
background-size: auto 100% !important;
background-position: center !important;
background-repeat: no-repeat !important;
}
.wp-block-gutenberg-ea-landing-unternehmen .text{
position: relative;
height: unset;
width: 100%;
float: none;
text-align: left;
box-sizing: border-box;
padding: 25px;
}
.wp-block-gutenberg-ea-landing-unternehmen h2{
font-size: 30px;
font-weight: 600;
color: #404040;
margin-top: 0;
}
.wp-block-gutenberg-ea-landing-unternehmen p {
font-size: 18px;
color: #757575;
font-weight: 500;
line-height: 1.5;
width: 100% !important;
height: unset !important;
margin: 15px 0 30px 0;
padding: 0 30px 0 0 !important;
}
.wp-block-gutenberg-ea-landing-unternehmen p {
font-size: 20px;
color: #8b8b8b;
font-weight: normal;
line-height: 1.4;
width: 100% !important;
height: unset !important;
margin: 15px 0 20px 0;
padding: 0 30px 0 0 !important;
}
.wp-block-gutenberg-ea-landing-unternehmen .button{
margin: 150px 0 15px 0;
}
}
@media screen and (min-width: 700px) and (max-width: 992px){
.wp-block-gutenberg-ea-landing-unternehmen .image{
height: 300px;
}
}