@extends('external.layout') @section('title', __t('Cookies')) @section('content') {{ __t('The website uses so-called cookies. Cookies do not harm your computer and do not contain viruses. Cookies are small text files that are stored on your computer and saved by your browser. The cookies we use here are so-called “session cookies.” These store a session ID, which allows various requests from your browser to be assigned to the same session. This way, your computer can be recognized when you return to the website. Session cookies are deleted when you log out or close your browser. You can configure your browser to notify you about cookies, allow them on a case-by-case basis, block cookies for specific cases or entirely, and enable automatic deletion of cookies when the browser is closed. Disabling cookies may limit the functionality of this website. The legal basis for this is Art. 6(1)(f) of the GDPR (balancing of interests – based on our legitimate interest in operating this website as smoothly as possible without technical or other disruptions).') }} @endsection