<div class="toolbox-element toolbox-container {{ additionalClassesData|join(' ') }}">
<div class="relative">
<div class="mx-auto">
<div class="relative shadow-xl pt-10 h-[44rem]">
<div class="absolute inset-0">
<img class="absolute object-cover w-full h-full" x-bind:class="toggle ? 'animate__animated animate_slow animate__fadeIn' : 'animate__animated animate_slow animate__fadeOut'" src="{{ pimcore_image("background_image").getThumbnail('jumpstartImage') }}" alt="People working on laptops" />
<img class="absolute object-cover w-full h-full" x-bind:class="toggle ? 'animate__animated animate_slow animate__fadeOut' : 'animate__animated animate_slow animate__fadeIn'" src="{{ pimcore_image("background_image_right").getThumbnail('jumpstartImage') }}" alt="People working on laptops" />
</div>
<div class="relative max-w-md px-4 sm:max-w-3xl sm:px-6 lg:max-w-7xl lg:px-8 mx-auto mt-10 mb-[20vh]">
<h1 class="absolute text-4xl font-black text-center text-white font-sanslight sm:text-6xl" x-bind:class="toggle ? 'animate__animated animate_slow animate__fadeInRight' : 'animate__animated animate_slow animate__fadeOutRight'">
<span class="text-left my-0.5 block bg-rs-red p-4 {% if not editmode %} max-w-max {% else %} min-w-[120px] {% endif %}">
{{ pimcore_input("headline_1") }}
</span>
<span class="text-left my-0.5 block bg-rs-red p-4 text-3xl sm:text-4xl {% if not editmode %} max-w-max {% else %} min-w-[120px] {% endif %}">
{{ pimcore_input("headline_2") }}
</span>
{% if editmode or pimcore_input("headline_3") != "" %}
<span class="text-left my-0.5 block bg-rs-red p-4 text-3xl sm:text-4xl {% if not editmode %} max-w-max {% else %} min-w-[120px] {% endif %}">
{{ pimcore_input("headline_3") }}
</span>
{% endif %}
</h1>
<h1 class="absolute text-4xl font-black text-center text-white font-sanslight sm:text-6xl" x-bind:class="toggle ? 'animate__animated animate_slow animate__fadeOutRight' : 'animate__animated animate_slow animate__fadeInRight'">
<span class="text-left my-0.5 block bg-rs-red p-4 {% if not editmode %} max-w-max {% else %} min-w-[120px] {% endif %}">
{{ pimcore_input("headline_1_right") }}
</span>
<span class="text-left my-0.5 block bg-rs-red p-4 text-3xl sm:text-4xl {% if not editmode %} max-w-max {% else %} min-w-[120px] {% endif %}">
{{ pimcore_input("headline_2_right") }}
</span>
{% if editmode or pimcore_input("headline_3_right") != "" %}
<span class="text-left my-0.5 block bg-rs-red p-4 text-3xl sm:text-4xl {% if not editmode %} max-w-max {% else %} min-w-[120px] {% endif %}">
{{ pimcore_input("headline_3_right") }}
</span>
{% endif %}
</h1>
</div>
<div class="absolute bottom-0 left-0 right-0 max-w-md px-4 mx-auto sm:max-w-3xl sm:px-6 lg:max-w-7xl lg:px-8">
<div class="relative mt-10 px-6 py-10 overflow-hidden shadow-xl sm:px-10 bg-gradient-to-t from-black to-[#373535]">
<div class="grid grid-cols-1 gap-3 text-white sm:grid-cols-3">
<div>
<h4 class="text-2xl sm:text-[1.75rem]">{{ pimcore_input("headline_mro") }}</h4><br>
<p class="text-xl">{{ pimcore_textarea("text_mro") }}</p>
</div>
<div class="text-center">
<label class="label">
<div class="toggle">
<input id="header-switch" class="toggle-state" type="checkbox" name="check" value="check" x-on:click="toggle = !toggle" />
<div class="toggle-inner">
<div class="indicator"></div>
</div>
<div class="active-bg"></div>
</div>
</label>
</div>
<div class="text-right sm:text-left">
<h4 class="text-2xl sm:text-[1.75rem] donthyphenate">{{ pimcore_input("headline_oem") }}</h4><br>
<p class="text-xl">{{ pimcore_textarea("text_oem") }}</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>