Skip to content
Snippets Groups Projects
Commit 8764cdaa authored by Fabian Nuraddin Alexander Gabel's avatar Fabian Nuraddin Alexander Gabel :speech_balloon:
Browse files

Merge branch 'dev' of collaborating.tuhh.de:e-10/hoou/pontifex-hugo into dev

parents cc67b8be 7d937cd1
No related branches found
No related tags found
1 merge request!9Dev
......@@ -8,6 +8,20 @@ stages:
###### BUILDING ########
review-app-build:
stage: build
image: collaborating.tuhh.de:5005/e-10/hoou/pontifex-core
script:
- sed -i -e "s;baseurl.*;baseurl = \"${REVIEW_BASE_DIR}/${CI_COMMIT_REF_NAME}\";" config/production/config.toml
- sed -i -e "s;/js/basic.js;${REVIEW_BASE_DIR}/${CI_COMMIT_REF_NAME}/js/basic.js;" layouts/shortcodes/header1.html
- sed -i -e "s;/js/basic2.js;${REVIEW_BASE_DIR}/${CI_COMMIT_REF_NAME}/js/basic2.js;" layouts/shortcodes/header2.html
- /pontifex/bin/build_pontifex.sh
artifacts:
paths:
- public
rules:
- if: $CI_MERGE_REQUEST_ID
review-build:
stage: build
image: collaborating.tuhh.de:5005/e-10/hoou/pontifex-core
......@@ -40,6 +54,46 @@ master-build:
###### REVIEW ########
review-app-deploy:
image: eltenedor/alpine-ssh #das ist das Image, das wir testweise verwenden können (kann ssh)
stage: review
script:
#
# SSH Setup
#
- eval $(ssh-agent -s) #variablen initialisieren
- echo "${REVIEW_SSH_PRIVATE_KEY}" | tr -d '\r' | ssh-add - #private key laden
- mkdir -p ~/.ssh && touch ~/.ssh/known_hosts # .ssh Verzeichnis anlegen und known_hosts dummy
- echo "${REVIEW_SSH_KNOWN_HOSTS}" >> ~/.ssh/known_hosts #dummy mit Inhalt füllen
- chmod 700 ~/.ssh # Berechtigungen setzen
- ssh -v -p "${REVIEW_SSH_PORT}" "${REVIEW_SSH_USER}"@"${REVIEW_HOST_NAME}" "mkdir -p ${REVIEW_WEBSERVER_ROOT}/${CI_COMMIT_REF_NAME}/"
- scp -r -P ${REVIEW_SSH_PORT} public/* ${REVIEW_SSH_USER}@${REVIEW_HOST_NAME}:${REVIEW_WEBSERVER_ROOT}/${CI_COMMIT_REF_NAME} # möglicherweise ist rsync nicht installiert, dann scp nutzen
cache:
key: "$CI_COMMIT_REF_SLUG"
environment:
name: $CI_COMMIT_REF_NAME
url: https://${REVIEW_PROXY_HOST_NAME}${REVIEW_BASE_DIR}${CI_COMMIT_REF_NAME}/
rules:
- if: $CI_MERGE_REQUEST_ID
review-app-deploy:stop:
image: eltenedor/alpine-ssh
stage: review
script:
- eval $(ssh-agent -s)
- echo "$REVIEW_SSH_PRIVATE_KEY" | tr -d '\r' | ssh-add -
- mkdir -p ~/.ssh && touch ~/.ssh/known_hosts
- echo "$REVIEW_SSH_KNOWN_HOSTS" > ~/.ssh/known_hosts
- chmod 700 ~/.ssh/known_hosts
- ssh -p "${REVIEW_SSH_PORT}" "${REVIEW_SSH_USER}"@"${REVIEW_HOST_NAME}" "rm -rf ${REVIEW_WEBSERVER_ROOT}/${CI_COMMIT_REF_NAME}"
rules:
- if: $CI_MERGE_REQUEST_ID
when: manual
allow_failure: true
environment:
name: $CI_COMMIT_REF_NAME
action: stop
review-deploy:
image: eltenedor/alpine-ssh #das ist das Image, das wir testweise verwenden können (kann ssh)
stage: review
......
{{ define "main" }}
<div class="keyvisual-bg">
<img src="{{ path.Dir .Path | relURL | urlize }}/images/keyvisual.png">
<img src="{{ .Site.BaseURL }}images/keyvisual.png">
<section class="section container-fluid mt-n3 pb-3">
<div class="keyvisual-text row justify-content-center">
<div class="col-lg-12 text-center">
......
......@@ -15,9 +15,9 @@
</div>
</div>
<div class="logos">
<img src="{{ .Site.BaseURL }}/TUHH_logo-wortmarke_en_rgb.svg">
<img src="{{ .Site.BaseURL }}/HOOU_farbig_b-g_lang_RGB.png">
<img src="{{ .Site.BaseURL }}/pontifex.svg">
<img src="{{ .Site.BaseURL }}/TUHH_logo-wortmarke_en_rgb_schwarz.svg">
<img src="{{ .Site.BaseURL }}/HOOU_s-w_Strich_lang.svg">
<img src="{{ .Site.BaseURL }}/_Pontifex_SW.svg">
</div>
</div>
</footer>
\input{packs}
\begin{Definition}[Cauchy sequences]
A sequence $(a_n)_{n\in\mathbb{N}}$ in $\mathbb{K}$ is called \textit{Cauchy sequence} if for all $\varepsilon>0$, there exists some $N$ such that for all $n,m\geq N$ holds
\[|a_n-a_m|<\varepsilon.\]
\end{Definition}
\begin{Remark}{}
By the expression ``$n,m\geq N$'', we mean that both $n$ and $m$ are greater or equal than $N$, i.e., $n\geq N$ \underline{and} $m\geq N$.
\end{Remark}
Now we show that convergent sequences are indeed Cauchy sequences.
\begin{Theorem}{}\label{thm:convcauch}
Let $(a_n)_{n\in\mathbb{N}}$ be a~convergent sequence. Then $(a_n)_{n\in\mathbb{N}}$ is a~Cauchy sequence.
\end{Theorem}
{\em Proof:}
Let $a=\lim_{n o\infty}a_{n}$ and $\varepsilon>0$. Then there exists some $N$ such that for all $k\geq N$ holds $|a-a_k|<\frac{\varepsilon}2$. Hence, for all $m,n\geq N$ holds
\[|a_n-a_m|=|(a_n-a)+(a-a_m)|\leq|a_n-a|+|a-a_m|< \frac{\varepsilon}2+\frac{\varepsilon}2=\varepsilon.\]
$\Box$
We know that convergent sequences are bounded.
The following theorem shows that this is also the case for Cauchy sequences.
\begin{Theorem}[Cauchy sequences are bounded]\label{thm:cauchseqbnd}
Let $(a_n)_{n\in\mathbb{N}}$ be a~Cauchy sequence. Then $(a_n)_{n\in\mathbb{N}}$ is bounded.
\end{Theorem}
{\em Proof:} Take $\varepsilon=1$. Then there exists some $N$ such that for all $n,m\geq N$ holds $|a_n-a_m|<1$. Thus, for all $n\geq N$ holds
\[|a_n|=|a_n-a_N+a_N|\leq |a_n-a_N|+|a_N|<1+|a_N|.\]
Now choose
\[c=\max\{|a_1|,|a_2|,\ldots,|a_{N-1}|,|a_N|+1\}\]
and consider some arbitrary sequence element $a_k$.\\
If $k<N$, we have that $|a_k|\leq \max\{|a_1|,|a_2|,\ldots,|a_{N-1}|\}\leq c$.\\
If $k\geq N$, we have, by the above calculations, that $|a_k|<|a_N|+1\leq c$.\\
Altogether, this implies that $|a_k|\leq c$ for all $k\in\mathbb{N}$, so $(a_n)_{n\in\mathbb{N}}$ is bounded by $c$.\hfill$\Box$
Now we show that Cauchy sequences in $\mathbb{K}$ are even convergent:
\begin{Theorem}{}\label{thm:Rcompl}
......@@ -37,7 +7,7 @@ Every Cauchy sequence $(a_n)_{n\in\mathbb{N}}$ in $\mathbb{K}$ converges.
\end{Theorem}
{\em Proof:}
By Theorem~\ref{thm:cauchseqbnd}, $(a_n)_{n\in\mathbb{N}}$ is bounded. By Theorem of Bolzano-Weierstra\ss \ it has a convergent
Every Cauchy sequence is bounded. Therefore, $(a_n)_{n\in\mathbb{N}}$ is bounded. By the Theorem of Bolzano-Weierstra\ss \ it has a convergent
subsequence $(a_{n_k})_{k\in\mathbb{N}}$. Set $a:=\lim_{k\rightarrow\infty} a_{n_k}$. For given $\varepsilon>0$ there exist $N_1,N_2\in\mathbb{N}$ such
that $|a_{n_k}-a|<\varepsilon/2$ for all $k\geq N_1$ and $|a_n-a_m|<\varepsilon/2$ for all $n,m\geq N_2$. Thus for $n\geq N:=\max\{N_1,N_2\}$ holds
$n_n\geq n\geq N$ and $$|a_n-a|\leq|a_n-a_{n_n}+a_{n_n}-a|\leq|a_n-a_{n_n}|+|a_{n_n}-a|< \varepsilon/2+\varepsilon/2=\varepsilon \ . \qquad\Box$$
......
\input{packs}
\begin{Definition}[Cauchy sequences]
A sequence $(a_n)_{n\in\mathbb{N}}$ in $\mathbb{K}$ is called \textit{Cauchy sequence} if for all $\varepsilon>0$, there exists some $N$ such that for all $n,m\geq N$ holds
\[|a_n-a_m|<\varepsilon.\]
\end{Definition}
\begin{Remark}{}
By the expression ``$n,m\geq N$'', we mean that both $n$ and $m$ are greater or equal than $N$, i.e., $n\geq N$ \underline{and} $m\geq N$.
\end{Remark}
Now we show that convergent sequences are indeed Cauchy sequences.
\begin{Theorem}{}\label{thm:convcauch}
Let $(a_n)_{n\in\mathbb{N}}$ be a~convergent sequence. Then $(a_n)_{n\in\mathbb{N}}$ is a~Cauchy sequence.
\end{Theorem}
{\em Proof:}
Let $a=\lim_{n o\infty}a_{n}$ and $\varepsilon>0$. Then there exists some $N$ such that for all $k\geq N$ holds $|a-a_k|<\frac{\varepsilon}2$. Hence, for all $m,n\geq N$ holds
\[|a_n-a_m|=|(a_n-a)+(a-a_m)|\leq|a_n-a|+|a-a_m|< \frac{\varepsilon}2+\frac{\varepsilon}2=\varepsilon.\]
$\Box$
We know that convergent sequences are bounded.
The following theorem shows that this is also the case for Cauchy sequences.
\begin{Theorem}[Cauchy sequences are bounded]\label{thm:cauchseqbnd}
Let $(a_n)_{n\in\mathbb{N}}$ be a~Cauchy sequence. Then $(a_n)_{n\in\mathbb{N}}$ is bounded.
\end{Theorem}
{\em Proof:} Take $\varepsilon=1$. Then there exists some $N$ such that for all $n,m\geq N$ holds $|a_n-a_m|<1$. Thus, for all $n\geq N$ holds
\[|a_n|=|a_n-a_N+a_N|\leq |a_n-a_N|+|a_N|<1+|a_N|.\]
Now choose
\[c=\max\{|a_1|,|a_2|,\ldots,|a_{N-1}|,|a_N|+1\}\]
and consider some arbitrary sequence element $a_k$.\\
If $k<N$, we have that $|a_k|\leq \max\{|a_1|,|a_2|,\ldots,|a_{N-1}|\}\leq c$.\\
If $k\geq N$, we have, by the above calculations, that $|a_k|<|a_N|+1\leq c$.\\
Altogether, this implies that $|a_k|\leq c$ for all $k\in\mathbb{N}$, so $(a_n)_{n\in\mathbb{N}}$ is bounded by $c$.\hfill$\Box$
\input{packs}
\begin{Theorem}[Cauchy Criterion]
A~series $\displaystyle\sum_{k=1}^\infty a_k$ in $\K$ is convergent if and only if for all $\varepsilon>0$, there exists some $N$ such that for all $n\geq m\geq N$ holds
A~series $\displaystyle\sum_{k=1}^\infty a_k$ in $\mathbb{R}$ is convergent if and only if for all $\varepsilon>0$, there exists some $N$ such that for all $n\geq m\geq N$ holds
\[\left|\sum_{k=m}^n a_k\right|<\varepsilon.\]
\end{Theorem}
{\em Proof:} By the theorems on completeness and convergence of cauchy sequences, a~series converges if and only if the sequence $(s_{n})_{n\in\mathbb{N}}$ of partial sums is a~Cauchy sequence.\\
On the other hand, for $n\geq m$, we have
\[\left|s_n-s_{m-1}\right|=\left|\sum_{k=m}^n a_k\right|.\]
Therefore, the Cauchy criterion is really equivalent to the fact that $(s_{n})_{n\in\mathbb{N}}$ is a~Cauchy sequence in $\K$.\hfill$\Box$
Therefore, the Cauchy criterion is really equivalent to the fact that $(s_{n})_{n\in\mathbb{N}}$ is a~Cauchy sequence in $\mathbb{R}$.\hfill$\Box$
\begin{Remark}{}
%For incomplete spaces, the Cauchy criterion is only necessary (but not sufficient) for convergence of a~series. This is a~consequence of the fact that %the Cauchy criterion is equivalent to the fact that
%the sequence of partial sums is a~Cauchy sequence.\\
Reconsidering the example at the very beginning of this chapter, the divergence of this sequence can be directly verified be employing the Cauchy criterion.
\end{Remark}
% \begin{Remark}{}
% %For incomplete spaces, the Cauchy criterion is only necessary (but not sufficient) for convergence of a~series. This is a~consequence of the fact that %the Cauchy criterion is equivalent to the fact that
% %the sequence of partial sums is a~Cauchy sequence.\\
% Reconsidering the example at the very beginning of this chapter, the divergence of this sequence can be directly verified be employing the Cauchy criterion.
% \end{Remark}
As a corollary, we can formulate the following criterion.
\begin{Theorem}[Necessary criterion for convergence of series]
\label{eq:conv0}
Let \[\sum_{k=1}^\infty a_k\] be a~convergent series in $\K$. Then $(a_n)_{n \in \mathbb{N}}$ is convergent with
Let \[\sum_{k=1}^\infty a_k\] be a~convergent series in $\mathbb{R}$. Then $(a_n)_{n \in \mathbb{N}}$ is convergent with
\[\lim_{n\to\infty}a_n=0.\]
\end{Theorem}
{\em Proof:}
......
"003-101": {
"source": "003",
"target": "101",
"label": "Association of convergent sequence with its limit acts like a map."
},
"004-101": {
"source": "004",
"target": "101",
"label": "Existence of certain indices."
},
"103-117": {
"source": "103",
"target": "115",
"label": "We need Limit theorems in order to derive properties of Cauchy sequences (not true?)."
},
"102-300": {
"source": "102",
"target": "300",
"label": "Boundedness of a function relates to the boundedness of a certain set associated to the function (confusing?)."
},
"102-603": {
"source": "102",
"target": "603",
"label": "Revisiting the concept of boundedness in a continuous setting (confusing?)."
},
\ No newline at end of file
......@@ -57,7 +57,7 @@
},
"005": {
"id": "005",
"label": "Image and Preimage",
"label": "Image and\nPreimage",
"meta": " SLS05 ",
"content": "Via images and preimages we describe how functions work on sets.",
"notes": "005-snippet.html",
......@@ -145,7 +145,7 @@
},
"013": {
"id": "013",
"label": "Bounded Sets, Maxima and Minima",
"label": "Bounded Sets,\nMaxima and Minima",
"meta": "",
"content": "The values inside a set of real numbers can be bounded.",
"notes": "013-snippet.html",
......@@ -178,7 +178,7 @@
},
"102": {
"id": "102",
"label": "Boundedness",
"label": "Bounded\nSequences",
"meta": " RA03 ",
"content": "Sequences can be bounded from above and from below.",
"notes": "102-snippet.html",
......@@ -244,7 +244,7 @@
},
"108": {
"id": "108",
"label": "Bolzano-Weierstrass",
"label": "Bolzano-\nWeierstrass",
"meta": "RA10 ",
"content": "Every bounded sequence has at least one converging subsequence.",
"notes": "108-snippet.html",
......@@ -319,6 +319,17 @@
"discussion": "https://etherpad.studiumdigitale.uni-frankfurt.de/p/discussingbridgesfromandto114?showControls=true&showChat=true&showLineNumbers=true&useMonospaceFont=false",
"podcast": ""
},
"115": {
"id": "115",
"label": "Cauchy\nSequences",
"meta": " RA07 ",
"content": "The sequence members of a Cauchy Sequence eventually become arbitrarily close to each other.",
"notes": "115-snippet.html",
"video": "https://www.youtube.com/embed/R2AFZD0jiKQ?start=14",
"webwork": "https://bright.jp-g.de/bsom/ra/ratest07/quiz.html",
"discussion": "https://etherpad.studiumdigitale.uni-frankfurt.de/p/discussingbridgesfromandto106?showControls=true&showChat=true&showLineNumbers=true&useMonospaceFont=false",
"podcast": "<iframe style=\"border-radius:12px\" src=\"https://open.spotify.com/embed/episode/2oh22JbFBcqSdfBJHEYUGo?utm_source=generator&theme=0\" width=\"100%\" height=\"232\" frameBorder=\"0\" allowfullscreen=\"\" allow=\"autoplay; clipboard-write; encrypted-media; fullscreen; picture-in-picture\"></iframe><p>Courtesy of Marcus Waurick. <i>Well-defined & Wonderful podcast</i>, <a href=\"https://www.marcus-waurick.de/teaching\">marcus-waurick.de</a>.</p>"
},
"200": {
"id": "200",
"label": "Partial Sums",
......@@ -727,7 +738,7 @@
},
"512": {
"id": "512",
"label": "Application for\nTaylor's Theorem",
"label": "Application of\nTaylor's Theorem",
"meta": "RA46",
"content": "Calculate an approximation via Taylor's Theorem",
"notes": "512-snippet.html",
......@@ -916,7 +927,7 @@
"000-101": {
"source": "000",
"target": "101",
"label": "Logical Statement, Quantifiers"
"label": "The definition of convergence is one of the very first logical statements that involves quantifiers."
},
"000-104": {
"source": "000",
......@@ -948,15 +959,35 @@
"target": "005",
"label": "Image and Preimage are special sets related to a mapping."
},
"101-102": {
"source": "101",
"target": "102",
"label": "Convergent sequences are bounded."
},
"002-102": {
"source": "002",
"target": "102",
"label": "The statement of boundedness involves a comparison of real numbers."
},
"001-102": {
"001-013": {
"source": "001",
"target": "102",
"label": "Boundedness is a property of sets."
"target": "013",
"label": "Bounded sets are sets of real numbers that don't get arbitrarily small or large."
},
"005-013": {
"source": "005",
"target": "013",
"label": "If the image or preimage of a real valued map is bounded, one also calls the map bounded."
},
"013-300": {
"source": "013",
"target": "300",
"label": "If the image of a map is a bounded set, one also calls the map bounded."
},
"105-300": {
"source": "105",
"target": "300",
"label": "One bound to a map is given by the finite supremum of the set of the absolute function values."
},
"005-102": {
"source": "005",
......@@ -1023,6 +1054,16 @@
"target": "105",
"label": "Supremum and infimum are numbers associated to sets of real numbers."
},
"100-115": {
"source": "100",
"target": "115",
"label": "Being Cauchy is a property of a sequence."
},
"115-106": {
"source": "115",
"target": "106",
"label": "Completeness can be defined by stating that every Cauchy sequences converges."
},
"105-106": {
"source": "105",
"target": "106",
......@@ -1046,23 +1087,18 @@
"002-101": {
"source": "002",
"target": "101",
"label": "Ordering of Real numbers, absolute Value "
"label": "The definition of convergence involves the absolute value of a difference of real numbers and a quantitative comparison with another real number."
},
"002-106": {
"source": "002",
"target": "106",
"label": "Real numbers are complete. Every Cauchy sequence of real numbers converges."
"label": "Real numbers are complete by the completeness axiom."
},
"003-100": {
"source": "003",
"target": "100",
"label": "A sequence is a map that assigns to each natural number a value."
},
"003-101": {
"source": "003",
"target": "101",
"label": "Association of convergent sequence with its limit acts like a map."
},
"003-300": {
"source": "003",
"target": "300",
......@@ -1083,11 +1119,6 @@
"target": "100",
"label": "A sequence is a map having the natural numbers as domain."
},
"004-101": {
"source": "004",
"target": "101",
"label": "Existence of certain indices."
},
"006-400": {
"source": "006",
"target": "400",
......@@ -1156,17 +1187,17 @@
"101-103": {
"source": "101",
"target": "103",
"label": "Operations with convergent sequences "
"label": "Calculating limits of sums, products or quotients of convergent sequences."
},
"101-104": {
"source": "101",
"target": "104",
"label": "Monotonicity and boundedness imply convergence "
"label": "Monotonicity and boundedness imply convergence."
},
"101-106": {
"101-117": {
"source": "101",
"target": "106",
"label": "Convergence of Cauchy sequences characterizes completeness "
"target": "115",
"label": "Every convergent sequence is also a Cauchy sequence."
},
"101-110": {
"source": "101",
......@@ -1181,7 +1212,7 @@
"101-107": {
"source": "101",
"target": "107",
"label": "Transition to subsequences that converge "
"label": "A sequence may have a convergent subsequence and this limit is then an accumulation value of the original sequence."
},
"101-108": {
"source": "101",
......@@ -1191,12 +1222,12 @@
"102-104": {
"source": "102",
"target": "104",
"label": "A bound for the sequence is also a bound for the limit."
"label": "A bound for the sequence is also a bound for the limit by the monotonicity of limits."
},
"102-108": {
"source": "102",
"target": "108",
"label": "Bolzano Weierstrass requires a bounded sequence to begin with."
"label": "The Bolzano Weierstrass Theorem guarantees the existence of accumulation points for bounded sequences."
},
"103-203": {
"source": "103",
......@@ -1283,6 +1314,11 @@
"target": "204",
"label": "Cauchy sequences converge, therefore the Cauchy criterion for series gives convergence of a series."
},
"115-204": {
"source": "115",
"target": "204",
"label": "If the sequence of partial sums is a Cauchy sequence, then it converges."
},
"102-204": {
"source": "102",
"target": "204",
......@@ -1443,11 +1479,6 @@
"target": "300",
"label": "Bounded functions on an interval form a set."
},
"102-300": {
"source": "102",
"target": "300",
"label": "Boundedness of a function relates to the boundedness of a certain set associated to the function."
},
"300-301": {
"source": "300",
"target": "301",
......@@ -1683,11 +1714,6 @@
"target": "602",
"label": "The definition of the Riemann integral gives rise to nice properties."
},
"102-603": {
"source": "102",
"target": "603",
"label": "Revisiting the concept of boundedness in a continuous setting."
},
"603-609": {
"source": "603",
"target": "609",
......@@ -1818,16 +1844,11 @@
"target": "106",
"label": "The fact that every Cauchy sequence converges can be derived from the Bolzano-Weierstraß theorem."
},
"102-106": {
"102-117": {
"source": "102",
"target": "106",
"target": "115",
"label": "Cauchy sequences are bounded."
},
"103-106": {
"source": "103",
"target": "106",
"label": "We need Limit theorems in order to derive properties of Cauchy sequences."
},
"402-611": {
"source": "402",
"target": "611",
......
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 777 379"><defs><style>.cls-1,.cls-2{fill:none;stroke:#000;}.cls-1{stroke-linejoin:round;stroke-width:5.902px;}.cls-2{stroke-miterlimit:1;stroke-width:6px;}</style></defs><title>_</title><g id="Kreise"><path class="cls-1" d="M399.493,189.4a120.5,120.5,0,1,0-120.5,120.5,120.5,120.5,0,0,0,120.5-120.5"/><path class="cls-2" d="M681.467,189.4a184,184,0,1,0-184,184,184,184,0,0,0,184-184"/></g><g id="HOOU"><path d="M647.507,125.821h0v79.094c0,16.935,11.478,53.242,64.476,53.242,53.109,0,64.477-36.061,64.477-53.117V125.821h-44.3v75.133c0,10.584-3.8,21.516-20.085,21.516-16.1,0-20.265-10.932-20.265-21.516V125.821Z"/><path d="M524.721,189.4c0,15.755-9.873,28.525-27.254,28.525-17.342,0-27.254-12.77-27.254-28.525s9.912-28.526,27.254-28.526c17.381,0,27.254,12.77,27.254,28.526m45.01,0c0-37.972-29.856-68.755-72.264-68.755-42.625,0-72.264,30.783-72.264,68.755s29.639,68.754,72.264,68.754c42.408,0,72.264-30.782,72.264-68.754"/><path d="M306.247,189.4c0,15.755-9.874,28.525-27.254,28.525-17.343,0-27.254-12.77-27.254-28.525s9.911-28.526,27.254-28.526c17.38,0,27.254,12.77,27.254,28.526m45.01,0c0-37.972-29.856-68.755-72.264-68.755-42.625,0-72.264,30.783-72.264,68.755s29.639,68.754,72.264,68.754c42.408,0,72.264-30.782,72.264-68.754"/><polygon points="85.878 125.82 85.878 171.845 43.073 171.845 43.073 125.82 0 125.82 0 252.312 43.073 252.312 43.073 209.483 85.878 209.483 85.878 252.312 128.953 252.312 128.953 125.82 85.878 125.82"/></g></svg>
\ No newline at end of file
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1343 379"><defs><style>.cls-1,.cls-2{fill:none;stroke:#000;}.cls-1{stroke-linejoin:round;stroke-width:5.902px;}.cls-2{stroke-miterlimit:1;stroke-width:6px;}</style></defs><title>_</title><g id="Kreise"><path class="cls-1" d="M399.493,189.4a120.5,120.5,0,1,0-120.5,120.5,120.5,120.5,0,0,0,120.5-120.5"/><path class="cls-2" d="M681.467,189.4a184,184,0,1,0-184,184,184,184,0,0,0,184-184"/></g><g id="HOOU"><path d="M647.507,125.821h0v79.094c0,16.935,11.478,53.242,64.476,53.242,53.109,0,64.477-36.061,64.477-53.117V125.821h-44.3v75.133c0,10.584-3.8,21.516-20.085,21.516-16.1,0-20.265-10.932-20.265-21.516V125.821Z"/><path d="M524.721,189.4c0,15.755-9.873,28.525-27.254,28.525-17.342,0-27.254-12.77-27.254-28.525s9.912-28.526,27.254-28.526c17.381,0,27.254,12.77,27.254,28.526m45.01,0c0-37.972-29.856-68.755-72.264-68.755-42.625,0-72.264,30.783-72.264,68.755s29.639,68.754,72.264,68.754c42.408,0,72.264-30.782,72.264-68.754"/><path d="M306.247,189.4c0,15.755-9.874,28.525-27.254,28.525-17.343,0-27.254-12.77-27.254-28.525s9.911-28.526,27.254-28.526c17.38,0,27.254,12.77,27.254,28.526m45.01,0c0-37.972-29.856-68.755-72.264-68.755-42.625,0-72.264,30.783-72.264,68.755s29.639,68.754,72.264,68.754c42.408,0,72.264-30.782,72.264-68.754"/><polygon points="85.878 125.82 85.878 171.845 43.073 171.845 43.073 125.82 0 125.82 0 252.312 43.073 252.312 43.073 209.483 85.878 209.483 85.878 252.312 128.953 252.312 128.953 125.82 85.878 125.82"/><path d="M888.527,103.832H874.821V119.11h-7.476V82.271h7.476V97.332h13.706V82.271H896V119.11h-7.476Z"/><path d="M924.388,82.271h14.194l8.289,36.839H939.4l-1.463-6.664H925.038l-1.463,6.664H916.1Zm2.059,23.674h10.076l-3.738-17.5h-2.6Z"/><path d="M966.968,82.271H979.7l6.5,26.871,6.5-26.871h12.732V119.11h-7.477v-28.5h-.813l-7.205,26.87h-7.476l-7.205-26.87h-.813v28.5h-7.475Z"/><path d="M1043.08,82.271c7.422,0,11.485,2.709,11.485,9.751,0,4.172-1.138,6.285-4.063,8.126,3.142,1.355,4.767,3.63,4.767,8.4,0,7.368-4.605,10.565-11.973,10.565h-14.681V82.271Zm-6.989,6.393v8.775h6.664c2.925,0,4.225-1.516,4.225-4.442,0-3.033-1.462-4.333-4.279-4.333Zm0,15.06v8.993h6.826c3.088,0,4.768-.921,4.768-4.551,0-3.034-1.788-4.442-4.768-4.442Z"/><path d="M1090.481,113.259c4.388,0,6.555-2.113,6.555-6.447V82.271h7.476v24.378c0,9.21-4.821,13.111-14.031,13.111s-14.031-3.9-14.031-13.111V82.271h7.476v24.541C1083.926,111.2,1086.093,113.259,1090.481,113.259Z"/><path d="M1134.848,106.758V119.11h-7.476V82.271h14.3c8.4,0,13,3.738,13,12.135,0,5.092-2.059,8.5-5.418,10.618l5.255,14.086h-8.18l-4.28-12.352Zm6.826-18.094h-6.826v11.7h6.934c3.738,0,5.255-2.6,5.255-5.851C1147.037,90.993,1145.249,88.664,1141.674,88.664Z"/><path d="M1191.459,99.39h10.726v19.123a102.74,102.74,0,0,1-12.568,1.247c-12.027,0-15.061-6.718-15.061-19.07,0-13.435,3.9-19.069,14.79-19.069a74.667,74.667,0,0,1,12.839,1.517l-.216,5.8s-6.5-.7-11.432-.7c-6.392,0-8.288,2.113-8.288,12.46,0,9.806,1.354,12.569,8.072,12.569,2.221,0,4.5-.217,4.5-.217v-7.151h-3.358Z"/><path d="M865.72,189.784c0-12.46,3.683-19.286,15.277-19.286s15.277,6.826,15.277,19.286S892.59,208.637,881,208.637,865.72,202.244,865.72,189.784Zm22.861,0c0-8.5-1.517-12.785-7.584-12.785s-7.585,4.28-7.585,12.785,1.517,12.352,7.585,12.352S888.581,198.29,888.581,189.784Z"/><path d="M925.309,197.26v10.727h-7.476V171.148h13.544c8.668,0,13.11,4.226,13.11,12.785s-4.442,13.327-13.11,13.327Zm6.014-6.392c3.738,0,5.58-2.276,5.58-6.935,0-4.6-1.842-6.392-5.58-6.392h-6.014v13.327Z"/><path d="M964.909,171.148h23.837v6.5H972.385v8.614H985.5v6.392h-13.11v8.831h16.361v6.5H964.909Z"/><path d="M1010.088,171.148h12.623l8.884,30.338h.542V171.148h7.476v36.839h-12.3l-9.21-30.338h-.542v30.338h-7.476Z"/><path d="M1088.259,189.784c0-12.46,3.684-19.286,15.277-19.286s15.277,6.826,15.277,19.286-3.684,18.853-15.277,18.853S1088.259,202.244,1088.259,189.784Zm22.861,0c0-8.5-1.517-12.785-7.584-12.785s-7.585,4.28-7.585,12.785,1.517,12.352,7.585,12.352S1111.12,198.29,1111.12,189.784Z"/><path d="M1140.373,171.148h12.622l8.885,30.338h.542V171.148h7.476v36.839h-12.3l-9.21-30.338h-.542v30.338h-7.475Z"/><path d="M1193.082,207.987V171.148h7.476v30.23h13.49v6.609Z"/><path d="M1233.82,171.148h7.475v36.839h-7.475Z"/><path d="M1264.481,171.148H1277.1l8.885,30.338h.542V171.148h7.476v36.839h-12.3l-9.21-30.338h-.542v30.338h-7.476Z"/><path d="M1317.191,171.148h23.837v6.5h-16.361v8.614h13.11v6.392h-13.11v8.831h16.361v6.5h-23.837Z"/><path d="M881.051,291.013c4.388,0,6.555-2.112,6.555-6.447V260.025h7.476V284.4c0,9.21-4.822,13.11-14.031,13.11s-14.031-3.9-14.031-13.11V260.025H874.5v24.541C874.5,288.955,876.663,291.013,881.051,291.013Z"/><path d="M917.942,260.025h12.622l8.885,30.338h.542V260.025h7.476v36.839h-12.3l-9.21-30.337h-.542v30.337h-7.475Z"/><path d="M970.651,260.025h7.476v36.839h-7.476Z"/><path d="M1029.1,260.025l-8.559,36.839H1006.73l-8.56-36.839h7.856l6.392,30.338h2.438l6.393-30.338Z"/><path d="M1049.147,260.025h23.837v6.5h-16.361v8.613h13.111v6.393h-13.111v8.83h16.361v6.5h-23.837Z"/><path d="M1101.8,284.512v12.352h-7.476V260.025h14.3c8.4,0,13,3.738,13,12.135,0,5.093-2.059,8.506-5.418,10.619l5.255,14.085h-8.18l-4.28-12.352Zm6.825-18.094H1101.8v11.7h6.934c3.738,0,5.255-2.6,5.255-5.851C1113.992,268.747,1112.2,266.418,1108.628,266.418Z"/><path d="M1165.185,266.743s-7.639-.867-10.781-.867c-4.009,0-5.9,1.463-5.9,3.9,0,2.329,1.462,3.142,7.638,5.092,7.964,2.546,10.4,4.768,10.4,10.889,0,8.018-5.471,11.756-12.731,11.756a68.634,68.634,0,0,1-12.3-1.679l.758-5.8s7.26.975,11.106.975c4.009,0,5.742-1.9,5.742-4.767,0-2.276-1.3-3.305-6.609-4.822-8.288-2.384-11.43-5.2-11.43-11.106,0-7.638,5.092-10.943,12.568-10.943a76.914,76.914,0,0,1,12.135,1.463Z"/><path d="M1187.72,260.025h7.476v36.839h-7.476Z"/><path d="M1215.077,260.025h27.087v6.609h-9.751v30.23h-7.477v-30.23h-9.859Z"/><path d="M1276.888,296.864h-7.477v-14.9l-11.376-21.941h8.288l6.772,14.682,6.772-14.682h8.289l-11.268,21.941Z"/></g></svg>
\ No newline at end of file
<svg id="Ebene_1" data-name="Ebene 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 628.2 442.08"><polygon points="30.08 105.62 55.84 105.62 55.84 22.73 85.91 22.73 85.91 0 0 0 0 22.73 30.08 22.73 30.08 105.62"/><polygon points="220.64 64.25 255.03 64.25 255.03 105.62 280.79 105.62 280.79 0 255.03 0 255.03 41.52 220.64 41.52 220.64 0 194.88 0 194.88 105.62 220.64 105.62 220.64 64.25"/><polygon points="319.35 64.25 353.75 64.25 353.75 105.62 379.51 105.62 379.51 0 353.75 0 353.75 41.52 319.35 41.52 319.35 0 293.6 0 293.6 105.62 319.35 105.62 319.35 64.25"/><path d="M325,386.33A42.84,42.84,0,0,0,368,343.7V279.2h-25.6v64.5a17.36,17.36,0,0,1-34.71,0V279.2h-25.6v64.5A42.85,42.85,0,0,0,325,386.33Z" transform="translate(-185.9 -279.2)"/><path d="M548.15,640.93c-17,0-29.43,12.05-29.43,28.76s12.38,28.86,29.43,28.86,29.32-12.16,29.32-28.86S565.2,640.93,548.15,640.93Zm0,50c-11.93,0-20.57-8.87-20.57-21.25s8.64-21.14,20.57-21.14,20.46,8.86,20.46,21.14S560,690.94,548.15,690.94Z" transform="translate(-185.9 -279.2)"/><path d="M284,640.93c-17.05,0-29.43,12.05-29.43,28.76s12.38,28.86,29.43,28.86c13.75,0,25.46-9,28.53-21.37h-8.87a20.2,20.2,0,0,1-19.55,14.21,20.6,20.6,0,0,1-21-19h50a20.79,20.79,0,0,0,.23-2.72C313.29,653,301,640.93,284,640.93Zm-20.68,24.78c1.7-10.46,9.88-17.62,20.79-17.62s19.44,7.27,20.91,17.62Z" transform="translate(-185.9 -279.2)"/><path d="M351.82,648.55a19.93,19.93,0,0,1,19.88,16.13h8.76c-1.82-13.75-13.87-23.75-28.64-23.75-17.05,0-29.44,12.05-29.44,28.76s12.39,28.86,29.44,28.86c14.77,0,26.82-10,28.64-23.87H371.7a19.94,19.94,0,0,1-19.88,16.26c-11.94,0-20.57-8.87-20.57-21.25S339.88,648.55,351.82,648.55Z" transform="translate(-185.9 -279.2)"/><rect x="403.89" y="339.91" width="8.75" height="78.42"/><polygon points="72.5 339.91 13.29 339.91 13.29 348.21 38.29 348.21 38.29 418.33 47.5 418.33 47.5 348.21 72.5 348.21 72.5 339.91"/><path d="M728.52,652c-4.89-6.82-12.84-11-22.39-11-15.91,0-27.51,11.71-27.51,28s11.6,28,27.51,28c9.55,0,17.5-4.21,22.39-11.14v8.75c0,11.48-8.53,19.77-20.34,19.77-8.42,0-16.37-5-18.76-11.7l-8.29-.11c2.73,10.91,14.2,18.86,27.39,18.86,16.7,0,28.63-11.48,28.63-27.27V641.84h-8.63ZM708.06,690c-11.93,0-20.57-8.87-20.57-21.14s8.64-21.25,20.57-21.25,20.46,8.86,20.46,21.25S719.88,690,708.06,690Z" transform="translate(-185.9 -279.2)"/><polygon points="589.01 403.22 569.8 362.64 560.6 362.64 584.92 411.86 570.37 440.61 579.58 440.61 617.19 362.64 607.99 362.64 589.01 403.22"/><path d="M484.85,640.93c-8.52,0-15.23,4-18.75,10.8v-9.89h-8.75v55.69h8.75V665c0-10.45,6.36-17.15,16.25-17.15s16,6.7,16,17.15v32.51H507V664C507,650,498,640.93,484.85,640.93Z" transform="translate(-185.9 -279.2)"/><path d="M640.17,640.93c-17,0-29.44,12.05-29.44,28.76s12.39,28.86,29.44,28.86,29.32-12.16,29.32-28.86S657.22,640.93,640.17,640.93Zm0,50c-11.93,0-20.57-8.87-20.57-21.25s8.64-21.14,20.57-21.14,20.46,8.86,20.46,21.14S652,690.94,640.17,690.94Z" transform="translate(-185.9 -279.2)"/><path d="M420.08,640.93c-8.52,0-15.23,4-18.75,10.8V619.11h-8.75v78.42h8.75V665c0-10.45,6.37-17.15,16.25-17.15s16,6.7,16,17.15v32.51h8.63V664C442.24,650,433.26,640.93,420.08,640.93Z" transform="translate(-185.9 -279.2)"/><rect x="153.38" y="258.16" width="8.64" height="55.69"/><path d="M343.6,517.13c-3.52,0-5.91,2.27-5.91,5.45s2.39,5.57,5.91,5.57a5.43,5.43,0,0,0,5.8-5.57C349.4,519.4,347,517.13,343.6,517.13Z" transform="translate(-185.9 -279.2)"/><path d="M810.13,521.1a11.14,11.14,0,0,1,4,.8v-7.84a26.6,26.6,0,0,0-4.09-.34c-9.2,0-15.68,5.91-15.68,14.43v9.21h-8.18v7.38h8.18V593h8.75v-48.3h11v-7.38h-11v-9.21A6.69,6.69,0,0,1,810.13,521.1Z" transform="translate(-185.9 -279.2)"/><polygon points="431.54 313.85 431.54 265.55 444.27 265.55 444.27 258.16 431.54 258.16 431.54 243.95 422.9 243.95 422.9 258.16 412.56 258.16 412.56 265.55 422.9 265.55 422.9 313.85 431.54 313.85"/><path d="M545.6,542.92c7.39,0,12.39,3.87,12.62,9.66h8.07c0-9.54-8.41-16.13-20.57-16.13S525,542.7,525,552.24c0,12.62,11.94,14.89,20.46,16.37,7.16,1.36,13.64,2.39,13.64,9.54,0,5.57-5.34,9.32-13,9.32-8.07,0-13.63-4.09-13.86-10.23h-8.53c.23,9.89,9.21,16.83,22.17,16.83s21.7-6.71,21.7-16.37c0-12.84-12.72-15-20.91-16.59-7.16-1.48-13.07-2.62-13.07-9.66C533.67,546.33,538.56,542.92,545.6,542.92Z" transform="translate(-185.9 -279.2)"/><path d="M584.63,528.15a5.43,5.43,0,0,0,5.8-5.57c0-3.18-2.39-5.45-5.8-5.45s-5.91,2.27-5.91,5.45S581.11,528.15,584.63,528.15Z" transform="translate(-185.9 -279.2)"/><path d="M495.39,550.88V537.36h-8.75V593h8.75V564.86c0-12.84,7.95-20.23,21.59-20.23v-8.52C506.52,536.11,498.91,541.45,495.39,550.88Z" transform="translate(-185.9 -279.2)"/><rect x="394.42" y="258.16" width="8.64" height="55.69"/><path d="M473.71,572.7h-8.86a20.21,20.21,0,0,1-19.55,14.21,20.6,20.6,0,0,1-21-19h50a22.85,22.85,0,0,0,.23-2.73c0-16.71-12.28-28.75-29.32-28.75s-29.44,12-29.44,28.75,12.39,28.87,29.44,28.87C458.94,594.07,470.64,585.09,473.71,572.7ZM445.3,543.6c10.91,0,19.44,7.28,20.91,17.62H424.5C426.21,550.77,434.39,543.6,445.3,543.6Z" transform="translate(-185.9 -279.2)"/><path d="M751.11,594.07c17,0,29.32-12.16,29.32-28.87s-12.27-28.75-29.32-28.75-29.43,12-29.43,28.75S734.06,594.07,751.11,594.07Zm0-50c11.82,0,20.46,8.87,20.46,21.14s-8.64,21.25-20.46,21.25-20.57-8.86-20.57-21.25S739.18,544.06,751.11,544.06Z" transform="translate(-185.9 -279.2)"/><path d="M229,594.07c18,0,30-11.94,30-30V514.63h-9.2v49c0,13.29-8.19,21.93-20.92,21.93s-20.79-8.64-20.79-21.93v-49h-9.32v49.43C198.75,582.13,210.91,594.07,229,594.07Z" transform="translate(-185.9 -279.2)"/><polygon points="460.2 258.16 451 258.16 475.32 307.37 460.77 336.12 469.98 336.12 507.6 258.16 498.39 258.16 479.41 298.73 460.2 258.16"/><path d="M324.43,593V559.52c0-14-9-23.07-22.16-23.07-8.53,0-15.23,4-18.75,10.79v-9.88h-8.75V593h8.75v-32.5c0-10.45,6.36-17.16,16.25-17.16s16,6.71,16,17.16V593Z" transform="translate(-185.9 -279.2)"/><polygon points="217.22 258.16 198.81 305.21 180.28 258.16 171.08 258.16 193.58 313.85 203.92 313.85 226.42 258.16 217.22 258.16"/><path d="M638,488.33c9.55,0,17.51-4.2,22.39-11.14v8.75c0,11.48-8.52,19.78-20.34,19.78-8.41,0-16.37-5-18.75-11.71l-8.3-.11c2.73,10.91,14.2,18.86,27.39,18.86,16.71,0,28.64-11.47,28.64-27.27V433.32h-8.64v10.12c-4.88-6.82-12.84-11-22.39-11-15.91,0-27.5,11.7-27.5,27.95S622.12,488.33,638,488.33ZM640,439.12c11.82,0,20.46,8.87,20.46,21.25s-8.64,21.14-20.46,21.14-20.57-8.86-20.57-21.14S628,439.12,640,439.12Z" transform="translate(-185.9 -279.2)"/><path d="M354.82,441.62v-8.3h-8.76V489h8.76V453.78c0-8.86,5.22-14.32,13.52-14.32,8.52,0,13.52,5.46,13.52,14.32V489h8.64V453.78c0-8.86,5.23-14.32,13.64-14.32s13.41,5.46,13.41,14.32V489h8.64V452.76c0-12.5-7.62-20.34-19.21-20.34-8.64,0-15.23,4.2-18.18,11.25-2.73-7.05-8.87-11.25-17.17-11.25C364,432.42,358,435.71,354.82,441.62Z" transform="translate(-185.9 -279.2)"/><polygon points="72.15 209.81 72.15 131.4 62.83 131.4 62.83 166.86 22.94 166.86 22.94 131.4 13.73 131.4 13.73 209.81 22.94 209.81 22.94 175.15 62.83 175.15 62.83 209.81 72.15 209.81"/><path d="M560.69,466.05V433.32h-8.76v32.73c0,10.12-6.25,16.71-15.91,16.71s-15.91-6.59-15.91-16.71V433.32h-8.75v32.73c0,14.44,9.89,24,24.66,24S560.69,480.49,560.69,466.05Z" transform="translate(-185.9 -279.2)"/><path d="M299.64,490c9.43,0,17.39-4.2,22.27-11.13V489h8.64V433.32h-8.64v10.23c-4.88-6.93-12.84-11.13-22.27-11.13-16,0-27.61,12-27.61,28.75S283.62,490,299.64,490Zm1.82-50c11.82,0,20.45,8.87,20.45,21.14s-8.63,21.25-20.45,21.25-20.57-8.86-20.57-21.25S289.53,440,301.46,440Z" transform="translate(-185.9 -279.2)"/><path d="M450.22,443.55V410.6h-8.75V489h8.75V478.9A26.8,26.8,0,0,0,472.5,490c15.91,0,27.61-12.16,27.61-28.86s-11.7-28.75-27.61-28.75C463,432.42,455.11,436.62,450.22,443.55ZM470.68,440c11.93,0,20.45,8.87,20.45,21.14s-8.52,21.25-20.45,21.25-20.46-8.86-20.46-21.25S458.75,440,470.68,440Z" transform="translate(-185.9 -279.2)"/><path d="M584.47,460.83c0-12.84,8-20.23,21.59-20.23v-8.53c-10.45,0-18.07,5.35-21.59,14.78V433.32h-8.75V489h8.75Z" transform="translate(-185.9 -279.2)"/></svg>
\ No newline at end of file
<svg id="Ebene_1" data-name="Ebene 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 700 197.6"><polygon points="0 0 0 41.92 55.48 41.92 55.48 194.81 102.99 194.81 102.99 41.92 158.47 41.92 158.47 0 0 0"/><polygon points="470.4 0 470.4 76.58 406.96 76.58 406.96 0 359.44 0 359.44 194.81 406.96 194.81 406.96 118.5 470.4 118.5 470.4 194.81 517.91 194.81 517.91 0 470.4 0"/><polygon points="652.49 0 652.49 76.58 589.05 76.58 589.05 0 541.53 0 541.53 194.81 589.05 194.81 589.05 118.5 652.49 118.5 652.49 194.81 700 194.81 700 0 652.49 0"/><path d="M406.66,598.66c-43.69,0-79.24-35.27-79.24-78.63v-119h47.23V520a32,32,0,0,0,64,0v-119h47.22V520c0,43.36-35.54,78.63-79.23,78.63" transform="translate(-150.07 -401.06)"/></svg>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 768 576"><defs><style>.d{fill:#24223d;}.e{fill:#2dc6d6;opacity:.4;}.e,.f{mix-blend-mode:multiply;}.f{fill:#353535;opacity:.35;}.g{isolation:isolate;}</style></defs><g class="g"><g id="a"><circle class="f" cx="490.296" cy="286.226" r="251.267"/><circle class="e" cx="192.42" cy="286.226" r="167.794"/></g><g id="b"><g><path class="d" d="M128.503,299.685h-12.744v13.003h12.874c4.551,0,8.582,1.041,8.582,6.502,0,4.941-3.511,6.501-8.582,6.501h-27.827c-7.282,0-8.582-3.771-8.582-6.501,0-5.331,3.77-6.502,8.582-6.502h1.951v-49.802h-1.951c-4.812,0-8.582-1.17-8.582-6.502s3.511-6.501,8.582-6.501h30.298c16.514,0,28.217,10.143,28.217,24.577,0,10.663-6.112,25.226-30.817,25.226Zm-12.744-13.003h15.344c8.973,0,14.434-4.552,14.434-11.834,0-7.412-5.461-11.963-14.434-11.963h-15.344v23.796Z"/><path class="d" d="M237.213,297.475c0,16.904-14.824,30.298-33.549,30.298s-33.548-13.394-33.548-30.298c0-17.165,14.694-30.298,33.939-30.298,18.334,0,33.159,13.523,33.159,30.298Zm-54.094,0c0,9.752,8.972,17.294,20.545,17.294s20.546-7.542,20.546-17.294c0-9.622-8.972-17.295-20.285-17.295-11.834,0-20.805,7.412-20.805,17.295Z"/><path class="d" d="M250.348,312.688h.78v-30.817c-5.071-.13-7.932-2.34-7.932-6.501,0-4.682,3.641-6.502,8.713-6.502h12.223v6.242c6.242-5.981,10.663-7.932,17.814-7.932,13.004,0,23.147,7.542,23.147,21.846v23.665c5.071,0,7.932,2.341,7.932,6.502,0,5.201-3.77,6.501-8.582,6.501h-11.573c-5.852,0-8.712-2.21-8.712-6.501,0-4.161,2.86-6.502,7.932-6.502v-23.146c0-6.372-3.641-9.362-11.703-9.362-5.982,0-10.143,2.21-16.255,8.843v23.665h.78c4.551,0,8.582,1.041,8.582,6.502,0,5.331-4.031,6.501-8.582,6.501h-14.564c-5.071,0-8.582-1.56-8.582-6.501,0-5.331,3.901-6.502,8.582-6.502Z"/><path class="d" d="M351.908,314.769c14.824,0,18.985-5.851,23.536-5.851,3.511,0,6.242,2.991,6.242,6.631,0,7.802-20.025,12.223-29.908,12.223-14.824,0-24.056-6.892-24.056-17.944v-27.957h-4.551c-4.812,0-8.582-1.3-8.582-6.501,0-5.331,3.511-6.502,8.582-6.502h4.551v-11.443c0-4.551,1.04-8.582,6.501-8.582,5.332,0,6.502,3.511,6.502,8.582v11.443h23.536c4.941,0,8.583,1.171,8.583,6.502,0,5.201-3.771,6.501-8.583,6.501h-23.536v25.486c0,4.941,1.56,7.412,11.183,7.412Z"/><path class="d" d="M448.395,325.692h-44.732c-7.282,0-8.582-3.771-8.582-6.501,0-5.331,3.511-6.502,8.582-6.502h15.864v-30.817h-10.142c-4.812,0-8.713-1.3-8.713-6.501,0-5.592,3.901-6.502,8.713-6.502h23.146v43.821h15.864c4.551,0,8.582,1.041,8.582,6.502,0,4.941-3.511,6.501-8.582,6.501Zm-17.685-67.358h-15.344v-13.653h15.344v13.653Z"/><path class="d" d="M535.389,252.873c0,3.771-2.73,6.631-6.111,6.631-2.731,0-10.143-1.82-18.335-1.82-7.412,0-10.923,2.081-10.923,6.372v4.811h19.635c4.552,0,8.582,1.04,8.582,6.502,0,5.201-3.9,6.501-8.582,6.501h-19.635v30.817h18.075c5.071,0,8.582,1.301,8.582,6.502,0,4.941-3.511,6.501-8.582,6.501h-38.62c-4.941,0-8.583-1.56-8.583-6.501,0-5.331,3.511-6.502,8.583-6.502h7.542v-30.817h-6.112c-4.941,0-8.582-1.561-8.582-6.501,0-5.722,4.161-6.502,8.712-6.502h5.982v-4.811c0-11.964,9.622-19.375,25.096-19.375,17.425,0,23.276,3.121,23.276,8.192Z"/><path class="d" d="M573.882,327.772c-20.155,0-34.329-12.483-34.329-30.168,0-17.164,14.564-30.428,33.548-30.428,19.375,0,33.679,13.133,33.679,31.078v5.071h-53.054c2.991,7.802,9.882,11.442,21.325,11.442,12.093,0,20.416-4.291,25.487-4.291,3.511,0,6.242,2.861,6.242,6.502,0,9.232-27.308,10.792-32.899,10.792Zm18.465-35.89c-2.081-7.151-9.622-11.703-19.115-11.703s-17.164,4.682-19.115,11.703h38.23Z"/><path class="d" d="M643.712,275.238c0,2.341-1.17,4.552-3.381,5.982l7.932,6.372,7.932-6.501c-2.47-1.691-3.381-3.381-3.381-5.591,0-4.812,3.641-6.632,8.582-6.632h11.833c4.682,0,8.713,1.04,8.713,6.502,0,3.77-2.471,6.111-6.892,6.501l-17.164,14.304,19.765,16.514c4.421,.261,7.021,2.601,7.021,6.502,0,5.201-3.9,6.501-8.582,6.501h-14.564c-4.941,0-8.712-1.3-8.712-6.631,0-2.991,1.951-5.462,5.201-6.372l-9.753-7.932-9.492,7.932c3.641,1.561,4.941,3.252,4.941,6.372,0,4.421-2.861,6.631-8.582,6.631h-14.434c-5.722,0-8.582-2.21-8.582-6.501,0-3.901,2.6-6.242,7.021-6.502l18.856-16.644-16.644-14.173c-4.292-.391-6.762-2.731-6.762-6.501,0-4.682,3.641-6.502,8.582-6.502h11.964c4.811,0,8.582,1.171,8.582,6.372Z"/></g></g><g id="c"/></g></svg>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 768 576"><g id="a"><path d="M484.981,35.034c-85.97,0-161.802,43.365-206.841,109.407-25.659-16.185-56.044-25.559-88.622-25.559-91.871,0-166.344,74.474-166.344,166.344s74.474,166.344,166.344,166.344c32.406,0,62.64-9.277,88.212-25.305h0l.013-.008c.132-.083,.266-.163,.397-.246,45.038,66.042,120.871,109.407,206.841,109.407,138.179,0,250.192-112.013,250.192-250.193S623.16,35.034,484.981,35.034Zm170.95,421.143c-22.205,22.205-48.06,39.638-76.848,51.814-29.8,12.604-61.46,18.995-94.101,18.995-20.375,0-40.617-2.538-60.162-7.544-18.969-4.858-37.339-12.051-54.598-21.38-33.906-18.324-63.328-44.869-85.089-76.766,17.269-12.231,32.08-27.684,43.61-45.463h-10.134c-10.489,14.983-23.542,28.13-38.498,38.702-7.815-12.349-14.434-25.298-19.837-38.702h-9.049c5.899,15.238,13.24,29.758,21.874,43.381-25.035,15.65-53.92,23.923-83.581,23.923-21.322,0-42.001-4.174-61.464-12.406-18.803-7.953-35.691-19.34-50.196-33.845-14.505-14.505-25.892-31.393-33.845-50.196-8.232-19.463-12.406-40.142-12.406-61.464s4.174-42.001,12.406-61.464c7.953-18.803,19.34-35.692,33.845-50.196,14.505-14.505,31.393-25.892,50.196-33.845,19.463-8.232,40.142-12.406,61.464-12.406,29.732,0,58.683,8.311,83.759,24.033-9.504,14.952-17.452,30.985-23.644,47.866h8.988c5.685-14.906,12.861-29.273,21.491-42.91,16.34,11.551,30.414,26.173,41.346,42.91h9.937c-11.91-19.618-27.744-36.59-46.44-49.796l.154-.226c21.763-31.913,51.195-58.47,85.113-76.801,17.259-9.328,35.629-16.521,54.598-21.38,19.545-5.006,39.786-7.544,60.162-7.544,32.641,0,64.302,6.391,94.101,18.995,28.788,12.176,54.643,29.609,76.848,51.814,22.205,22.206,39.638,48.061,51.814,76.848,12.604,29.8,18.995,61.46,18.995,94.102s-6.391,64.302-18.995,94.102c-12.176,28.787-29.609,54.643-51.814,76.848Z"/></g><g id="b"><g><path d="M122.273,299.621h-12.683v12.941h12.812c4.529,0,8.541,1.036,8.541,6.471,0,4.918-3.495,6.47-8.541,6.47h-27.694c-7.247,0-8.541-3.753-8.541-6.47,0-5.306,3.752-6.471,8.541-6.471h1.941v-49.564h-1.941c-4.789,0-8.541-1.165-8.541-6.471s3.494-6.47,8.541-6.47h30.153c16.435,0,28.082,10.094,28.082,24.459,0,10.612-6.082,25.106-30.67,25.106Zm-12.683-12.941h15.271c8.93,0,14.365-4.53,14.365-11.777,0-7.376-5.435-11.905-14.365-11.905h-15.271v23.682Z"/><path d="M230.463,297.421c0,16.823-14.754,30.153-33.389,30.153s-33.388-13.33-33.388-30.153c0-17.083,14.623-30.153,33.777-30.153,18.247,0,33,13.459,33,30.153Zm-53.835,0c0,9.706,8.929,17.211,20.446,17.211s20.447-7.506,20.447-17.211c0-9.576-8.929-17.212-20.188-17.212-11.777,0-20.706,7.376-20.706,17.212Z"/><path d="M243.536,312.561h.777v-30.67c-5.047-.129-7.894-2.329-7.894-6.47,0-4.659,3.624-6.471,8.671-6.471h12.164v6.212c6.212-5.952,10.612-7.894,17.729-7.894,12.942,0,23.036,7.506,23.036,21.741v23.552c5.047,0,7.894,2.33,7.894,6.471,0,5.176-3.752,6.47-8.541,6.47h-11.518c-5.824,0-8.67-2.2-8.67-6.47,0-4.141,2.846-6.471,7.894-6.471v-23.035c0-6.341-3.623-9.318-11.647-9.318-5.953,0-10.094,2.2-16.177,8.8v23.552h.777c4.529,0,8.541,1.036,8.541,6.471,0,5.306-4.012,6.47-8.541,6.47h-14.494c-5.047,0-8.541-1.553-8.541-6.47,0-5.306,3.883-6.471,8.541-6.471Z"/><path d="M344.61,314.632c14.753,0,18.894-5.823,23.423-5.823,3.495,0,6.212,2.977,6.212,6.6,0,7.765-19.929,12.165-29.765,12.165-14.753,0-23.941-6.859-23.941-17.859v-27.824h-4.529c-4.789,0-8.541-1.294-8.541-6.47,0-5.306,3.494-6.471,8.541-6.471h4.529v-11.388c0-4.529,1.035-8.541,6.47-8.541,5.307,0,6.471,3.494,6.471,8.541v11.388h23.423c4.918,0,8.542,1.165,8.542,6.471,0,5.176-3.753,6.47-8.542,6.47h-23.423v25.364c0,4.918,1.553,7.376,11.13,7.376Z"/><path d="M440.635,325.503h-44.518c-7.247,0-8.541-3.753-8.541-6.47,0-5.306,3.494-6.471,8.541-6.471h15.788v-30.67h-10.094c-4.789,0-8.671-1.294-8.671-6.47,0-5.565,3.883-6.471,8.671-6.471h23.035v43.612h15.788c4.529,0,8.541,1.036,8.541,6.471,0,4.918-3.494,6.47-8.541,6.47Zm-17.6-67.036h-15.271v-13.588h15.271v13.588Z"/><path d="M527.214,253.032c0,3.753-2.717,6.6-6.082,6.6-2.718,0-10.094-1.811-18.247-1.811-7.376,0-10.871,2.071-10.871,6.341v4.788h19.541c4.53,0,8.541,1.035,8.541,6.471,0,5.176-3.882,6.47-8.541,6.47h-19.541v30.67h17.989c5.047,0,8.541,1.295,8.541,6.471,0,4.918-3.494,6.47-8.541,6.47h-38.435c-4.918,0-8.542-1.553-8.542-6.47,0-5.306,3.495-6.471,8.542-6.471h7.506v-30.67h-6.082c-4.918,0-8.541-1.553-8.541-6.47,0-5.695,4.141-6.471,8.67-6.471h5.953v-4.788c0-11.906,9.576-19.283,24.976-19.283,17.341,0,23.164,3.106,23.164,8.153Z"/><path d="M565.522,327.574c-20.059,0-34.165-12.424-34.165-30.024,0-17.082,14.494-30.282,33.388-30.282,19.283,0,33.518,13.07,33.518,30.93v5.047h-52.8c2.977,7.764,9.835,11.387,21.223,11.387,12.036,0,20.318-4.27,25.365-4.27,3.494,0,6.212,2.847,6.212,6.471,0,9.188-27.177,10.741-32.742,10.741Zm18.377-35.718c-2.071-7.117-9.576-11.647-19.024-11.647s-17.082,4.659-19.023,11.647h38.047Z"/><path d="M635.019,275.291c0,2.33-1.165,4.53-3.365,5.953l7.894,6.341,7.894-6.47c-2.459-1.683-3.365-3.365-3.365-5.564,0-4.789,3.623-6.601,8.541-6.601h11.776c4.659,0,8.671,1.035,8.671,6.471,0,3.752-2.459,6.082-6.859,6.47l-17.082,14.236,19.671,16.435c4.4,.259,6.988,2.589,6.988,6.471,0,5.176-3.882,6.47-8.541,6.47h-14.494c-4.918,0-8.67-1.294-8.67-6.6,0-2.977,1.941-5.436,5.176-6.342l-9.706-7.894-9.447,7.894c3.624,1.553,4.918,3.236,4.918,6.342,0,4.4-2.847,6.6-8.541,6.6h-14.365c-5.695,0-8.541-2.2-8.541-6.47,0-3.883,2.588-6.212,6.988-6.471l18.765-16.565-16.565-14.105c-4.271-.389-6.73-2.718-6.73-6.47,0-4.659,3.623-6.471,8.541-6.471h11.906c4.788,0,8.541,1.165,8.541,6.341Z"/></g></g><g id="c"/></svg>
\ No newline at end of file
X.wrap.container-xxl {
margin: 0;
padding: 0;
max-width: none;
}
@media screen and (max-width: 991px) {
......@@ -12,7 +11,10 @@ X.wrap.container-xxl {
}
@media screen and (min-width: 991px) {
.mt-0 {
margin-top: 20px !important;
}
.keyvisual-bg {
position: relative;
text-align: center;
......@@ -26,7 +28,7 @@ X.wrap.container-xxl {
top: 45%;
left: 50%;
transform: translate(-50%, -50%);
width: 120%;
width: 100%;
}
}
.icons {
......
static/images/keyvisual.png

763 KiB | W: | H:

static/images/keyvisual.png

511 KiB | W: | H:

static/images/keyvisual.png
static/images/keyvisual.png
static/images/keyvisual.png
static/images/keyvisual.png
  • 2-up
  • Swipe
  • Onion skin
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment