html {
	font-family: sans-serif;
	line-height: 1.15;
}
body {
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	font: 13px/1.3em Arial, sans-serif;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section {
	display: block
}

button, hr, input {
	overflow: visible
}
hr {
	box-sizing: content-box;
	background-color: #fff;
	color: #000;
	height: 1px;
	width: 100%;
	border: 0;
	padding: 0;
	margin: 0;
}

h1 {
	font-size: 2em;
	margin: .67em 0
}

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects
}
a:active, a:hover {
	outline-width: 0
}
a, a:hover, a:active, a:visited, a:focus {
	color: inherit;
	text-decoration: none;
}

b, strong {
	font-weight: 700;
}

img {
	display: block;
	border-style: none;
	max-width: 100%;
	height: auto;
	border: 0;
}
svg:not(:root) {
	overflow: hidden
}

button, input, optgroup, select, textarea {
	font-family: sans-serif;
	font-size: 100%;
	line-height: 1.15;
	margin: 0
}
button, select {
	text-transform: none
}

*, *:before, *:after {
	box-sizing: border-box;
}

p {
	margin-top: 0;
}
p:last-of-type {
	margin-bottom: 0;
}

/*
	+-----------------------------------------+
	| 		Individuelle Formatierungen  	  |
	+-----------------------------------------+
*/

:root {
	--red: #e3001b;
	--text: #444444;
}

body {
	-moz-box-shadow: 0 0 26px #666;
	-webkit-box-shadow: 0 0 26px #666;
	box-shadow: 0 0 26px #666;
	max-width: 990px;
	margin: 20px auto 20px auto;
	position: relative;
	font-family: "Helvetica", Sans-serif;
	font-size: 1.2em;
	color: var(--text);
	line-height: 1.3;
	padding: 10px 0 30px;
}

hr {
	background-color: var(--text);
	color: #000;
	height: 2px;
	margin: revert;
}

p:first-child {
	margin-top: 40px;
}

#header, #body {
	padding: 0 5% 20px;
}
#header {
	text-align: center;
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
}
#logo {
	display: inline-block;
	margin: 10px;
}
#header > section {
	flex: 1 1 70%;
}

#header h1 {
	color: black;
}
h2 {
	font-weight: 400;
}
#header h2 {
	font-size: inherit;
	margin: 0 5%;
}
#body h1, #body h2, #body h3 {
	color: black;
	margin: 20px 0;
}
#body h2 {
	color: var(--red);
}
#body h3 {
	font-size: 2em;
}

#body a, #body > p:has(+ ul) > strong, .red {
	color: var(--red);
}

ul.elementor-icon-list-items {
	display: flex;
	gap: 10px 35px;
	justify-content: center;
	flex-wrap: wrap;
	color: var(--red);
	hyphens: auto;
}
li.elementor-icon-list-item {
	display: flex;
	gap: 20px;
	margin: 0;
}
span.elementor-icon-list-icon {
	min-width: 18px;
}

.elementor-widget-post-info svg {
	fill: var(--red);
	max-height: 18px;
}

#apply {
	display: block;
	width: fit-content;
	margin: 10px auto;
	background-color: var(--red);
	color: #ffffff;
	border: 1px solid var(--red);
	border-radius: 10px;
	padding: 20px 40px;
	transition: all 300ms;
}
#apply:hover {
	background-color: #ffffff;
	color: var(--red);
	box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.5);
}

@media (max-width: 700px) {
	h1, h2, h3, h4 {
		hyphens: auto;
	}
}
@media (max-width: 600px) {
	#header h1, #body h1, #body h2, #body h3 {
		font-size: revert;
	}
}