Thanks for your answer.
I think I see the problem now. It’s not the css.
When I copy the html code into the Theme Banner Text, it deletes the input part of the code and thats why it not clickable. Can you tell me why it deltes it automaticly after saving?
Code is the following:
<div class="container">
<div class="links can-toggle demo-rebrand-1">
<input id="d" type="checkbox">
<label for="d">
<div class="can-toggle__switch" data-checked="Gesch?ftskunden" data-unchecked="Privatkunden"></div>
</label>
</div>
Even the following code gets deleted:
<input id="d" type="checkbox">
Kind regards