\documentclass[a4paper,11pt]{article}

\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage[ngerman]{babel}
\usepackage{amsmath,amssymb,amsfonts}
\usepackage{geometry}
\usepackage{graphicx}
\usepackage{hyperref}
\usepackage{xcolor}
\usepackage{tcolorbox}

\geometry{left=2.5cm, right=2.5cm, top=2cm, bottom=2cm}

\definecolor{aufgabeblau}{HTML}{3B82F6}
\definecolor{hinweisorange}{HTML}{F59E0B}
\definecolor{loesunggruen}{HTML}{22C55E}
\definecolor{metafarbe}{HTML}{6B7280}

\title{W25-FuS-A14 -- Sicherheitsschaltgerät - Kontaktarten}
\date{\today}

\begin{document}
\maketitle

\subsection{W25-FuS-A14 -- Sicherheitsschaltgerät - Kontaktarten}

{\small\color{metafarbe} Betrieb und Umfeld $\mid$ Sicherheitstechnik $\mid$ Jahr: 2025 $\mid$ ⬤ Leicht $\mid$ IHK AP2 EBT Winter 2025/26 - Funktions- und Systemanalyse (Klausur / Prüfung)}

\vspace{3mm}

\begin{tcolorbox}[colback=aufgabeblau!5, colframe=aufgabeblau!60, title={\textbf{Aufgabenstellung}}, fonttitle=\small]
In der Betriebsanleitung eines Sicherheitsschaltgeräts ist Folgendes zu lesen:

The safety relay is enclosed in a 90 mm P-75 housing. There are different versions available for AC operation and one for DC operation.

Features:
- Relay outputs: three safety contacts (NO) and one signal contact (NC)
- Connections for emergency stop button, safety gate limit switch and start-up button
- Status indicators

Welche der folgenden Aussagen trifft zu?

1) Das Bauteil hat drei Signal-Schließkontakte.
2) Das Bauteil hat drei Sicherheits-Schließkontakte.
3) Das Bauteil hat drei Signal-Öffnerkontakte.
4) Das Bauteil hat drei Sicherheits-Öffnerkontakte.
5) Das Bauteil hat drei Signal-Hauptkontakte.
\end{tcolorbox}

\begin{tcolorbox}[colback=hinweisorange!5, colframe=hinweisorange!60, title={\textbf{Hinweis}}, fonttitle=\small]
NO = Normally Open = Schließer, NC = Normally Closed = Öffner. Safety contacts = Sicherheitskontakte.
\end{tcolorbox}

\begin{tcolorbox}[colback=loesunggruen!5, colframe=loesunggruen!60, title={\textbf{Musterlösung}}, fonttitle=\small]
Antwort 2: Das Bauteil hat drei Sicherheits-Schliesskontakte.

Aus dem Datenblatt: 'three safety contacts (NO)' bedeutet drei Sicherheitskontakte als Schliesser (NO = Normally Open = Schliesser). Der eine 'signal contact (NC)' ist ein Meldekontakt als Oeffner.
\end{tcolorbox}


\vfill
\begin{center}
\footnotesize\color{metafarbe}
Aufgabendatenbank Elektrotechnik
\end{center}

\end{document}
