﻿/* Place Your Custom Styles Here */

.csstransitions .rechtliches .animated{
    visibility: visible;
}

.formverliebt {
	margin-bottom: 30px;
	max-width: 20%;
}

/* TEMP: disable pointer-events for common overlays on small screens to test if sie den Button blockieren */
@media (max-width: 768px) {
    .overlay,
    .navbar-overlay,
    .form-process,
    .modal-backdrop {
        pointer-events: none !important;
    }
}