@media only screen and (min-width: 767px) {
.KenBurnsHeaderLinear .et_parallax_bg { animation-name: kenburns-linear;
animation-duration: 15s;
animation-timing-function: linear;
animation-delay: 0;
animation-iteration-count: infinite;
animation-direction: alternate;
animation-fill-mode: forwards;
}
}
@keyframes kenburns-linear {
0% {
opacity: 0.7;
-ms-transform: scale3d(1.05, 1.05, 1.05) translate3d(-15px, 0px, 0px);
-webkit-transform: scale3d(1.05, 1.05, 1.05) translate3d(-15px, 0px, 0px);
transform: scale3d(1.05, 1.05, 1.05) translate3d(-15px, 0px, 0px);
animation-timing-function: linear;
}
1% {
opacity: 1;
}
100% {
-ms-transform: scale3d(1.35, 1.35, 1.35) translate3d(-25px, -55px, 0px);
-webkit-transform: scale3d(1.35, 1.35, 1.35) translate3d(-25px, -55px, 0px);
transform: scale3d(1.35, 1.35, 1.35) translate3d(-25px, -55px, 0px);
}
} .broesamle-pt1.et_pb_text .et_pb_text_inner {
background-image: url(//www.broesamle.gmbh/wp-content/themes/broesamle.gmbh/img/component2.svg);
background-size: 2rem auto;
background-repeat: no-repeat;
background-position: 0rem 0rem;
margin-left: -2rem;
padding: 1rem 2rem 1rem 4rem;
}
.broesamle-pt1 .et_pb_fullwidth_header_container .et_pb_module_header::after, .broesamle-pt1.et_pb_heading .et_pb_heading_container .et_pb_module_heading::after, .broesamle-pt1.et_pb_promo .et_pb_module_header::after {
content: '';
display: block;
background-image: url(//www.broesamle.gmbh/wp-content/themes/broesamle.gmbh/img/component2.svg);
background-size: 1.5em auto;
background-repeat: no-repeat;
background-position: .5em 0;
margin-left: -1em;
padding: 0em 0em 1em 1em;
}
.broesamle-pt1.et_pb_promo .et_pb_module_header {
display: inline-block;
}
.broesamle-pt1.center.et_pb_heading .et_pb_heading_container {
display: flex;
justify-content: center;
align-items: center;
}
.broesamle-pt1.right.et_pb_heading .et_pb_heading_container {
display: flex;
justify-content: flex-end;
align-items: center;
} .slanted-squares.et_pb_row {
padding: 5rem 0 10rem 0;
}
.slanted-squares .et_pb_column{
background-blend-mode: overlay;
background-color: #666666;
border-radius: 1rem 1rem 1rem 1rem;
overflow: hidden;
transform: rotateX(0deg) rotateY(0deg) rotateZ(-20deg);
transition: transform 300ms ease 0ms;
aspect-ratio: 1 / 1;
}
.slanted-squares .et_pb_column:hover{
background-repeat: no-repeat;
background-blend-mode: normal;
transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg) !important;
}
.slanted-squares .et_pb_module.et_pb_text {
font-family: 'Flexo Bold',Helvetica,Arial,Lucida,sans-serif;
text-transform: uppercase;
border-radius: 1rem 1rem 1rem 1rem;
overflow: hidden;
height: 90%;
min-height: 6rem;
max-height: 90%;
padding-left: 20% !important;
width: 90%;
max-width: 90%;
transform: rotateX(0deg) rotateY(0deg) rotateZ(20deg);
transition: transform 300ms ease 0ms;
display: flex;
justify-content: flex-start;
align-items: flex-end;
color: #fff;
}
.slanted-squares .et_pb_module.et_pb_text:hover{
transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg) !important;
}