button, hr, input {
	overflow: visible
}
progress, sub, sup {
	vertical-align: baseline
}
audio, canvas, progress, video {
	display: inline-block
}
[type=checkbox], [type=radio], legend {
	box-sizing: border-box;
	padding: 0
}
html {
	font-family: sans-serif;
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}
body {
	margin: 0
}
article, aside, details, figcaption, figure,
footer, header, main, menu, nav, section {
	display: block
}
h1 {
	font-size: 2em;
	margin: .67em 0
}
figure {
	margin: 1em 40px
}
hr {
	box-sizing: content-box;
	height: 0
}
code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em
}
a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects
}
a:active, a:hover {
	outline-width: 0
}
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted
}
b, strong {
	font-weight: bolder
}
dfn {
	font-style: italic
}
mark {
	background-color: #ff0;
	color: #000
}
small {
	font-size: 80%
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative
}
sub {
	bottom: -.25em
}
sup {
	top: -.5em
}
audio:not([controls]) {
	display: none;
	height: 0
}
img {
	border-style: none
}
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
}
[type=reset], [type=submit], button, html [type=button] {
	-webkit-appearance: button
}
[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner, button::-moz-focus-inner {
	border-style: none;
	padding: 0
}
[type=button]:-moz-focusring, [type=reset]:-moz-focusring,
[type=submit]:-moz-focusring, button:-moz-focusring {
	outline: ButtonText dotted 1px
}
fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em
}
legend {
	color: inherit;
	display: table;
	max-width: 100%;
	white-space: normal
}
textarea {
	overflow: auto
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto
}
[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px
}
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}
summary {
	display: list-item
}
[hidden], template {
	display: none
}
/* NICHT ANFASSEN */

*, *:before, *:after {
	box-sizing: border-box;
}
body {
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
}
img {
	max-width: 100%;
	height: auto;
	border: 0;
}
/*
	+-----------------------------------------+
	| 		Individuelle Formatierungen  	  |
	+-----------------------------------------+
*/

body {
	background-color: #fff;
	color: #323232;
	font-size: .85em;
	line-height: 1.4333;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: left;
	hyphens: auto;
}
hr {
	background-color: #fff;
	color: #000;
	height: 1px;
	width: 100%;
	border: 0;
	padding: 0;
	margin: 0;
}
strong, b {
	font-weight: 700;
	color: #005185;
}
ul, ol {
	margin: 4px 0 20px 14px;
	padding-left: 0;
	list-style-type: none;
}
ul li ul, ul li ol, ol li ol, ol li ul {
	margin: 3px 0 3px 18px;
}
ul li {
	margin-bottom: 3px;
	position: relative;
}
ul li::before {
	content: "\2022";
	color: #005185;
	position: absolute;
	top: -2px;
	left: -13px;
	font-size: 14px;
}

/*


● -- 2022 -- Bullet


● -- 25CF -- BLACK CIRCLE

▶ -- 25B6 -- BLACK RIGHT-POINTING TRIANGLE
■ -- 25A0 -- BLACK SQUARE
← -- 2190 -- Left arrow

→ -- 2192 -- Right arrow

↑ -- 2191 -- Up arrow
↓ -- 2193 -- Down arrow

› -- 009B -- Right single angle quote
‹ -- 0088 -- Left single angle quote


« -- 00AB -- Left double angle quote
» -- 00BB -- Right double angle quoter


*/

a, a:hover, a:active, a:visited, a:focus {
	color: inherit;
	text-decoration: none;
}
p {
	margin-top: 0;
}

/*
	+-----------------------------------------+
	| 				  Klassen			  	  |
	+-----------------------------------------+
*/

.title {
	font-size: 26px;
	line-height: 1.1em;
	margin: 20px 20px 20px 60px;
}
.subtitle {
	font-size: 21px;
	margin-left: -20px;
	line-height: 1.1em;
	font-weight: 400;
}
.headline {
	font-size: 16px;
	line-height: 1.1em;
}
.center {
	text-align: center;
}

.just {
	text-align: justify;
}
.bold {
	font-weight: bold;
}
.blau {
	color: #005185;
}
.nobr {
	white-space: nowrap;
}
.block {
	display: block;
}
.clear {
	clear: both;
}
.roboto {
	font-family: 'Roboto', Arial, sans-serif;
}
.align-center {
	text-align: center
}
.align-right {
	text-align: right
}
.align-just {
	text-align: justify;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto
}
.none {
	display: none
}
.hide {
	visibility: hidden
}
.fw-300 {
	font-weight: 300
}
.fw-400 {
	font-weight: 400
}
.fw-500 {
	font-weight: 500
}
.fw-600 {
	font-weight: 600
}
.fw-700, b, strong {
	font-weight: 700
}
.fw-800 {
	font-weight: 800
}
.fw-900 {
	font-weight: 900
}
.fs-italy {
	font-style: italic
}
/*
	+-----------------------------------------+
	| 				  	IDs				  	  |
	+-----------------------------------------+
*/
#border {
	border-left: 38px #61b141 solid;
	border-bottom: 20px #61b141 solid;
	background-color: #daead0;
}
#wrapper {

	max-width: 850px;
	margin: 20px auto 20px auto;
	position: relative;
}

.flex {
	display: flex;
}
.left {
	width: 27%;
	background-color: #bbd8a8;
	padding: 20px 20px;
}
.right {
	width: 70%;
	background-color: #daead0;
	padding: 0 20px 20px;
}

#border.fsj {
	border-color: #E9B52B;
	background-color: #fcebcb;
}
.fsj .left {
	background-color: #fad555;
}
.fsj .right {
	background-color: #fcebcb;
}

.clear {
	clear: both;
	height: 0px;
}
h4 {
	color: #005185;
}
h3 {
	padding: 0;
	margin: 0;
	color: #005185;
	font-size: 1em;
}

.more-details {
	padding-left: 10px;
}
.more-details ul li::before {
	content: "";
	color: #005185;
	position: absolute;
	top: -2px;
	left: -13px;
	font-size: 14px;
}

.icon-full-circle::before {
	content: url();
	position: absolute;
	top: -2px;
	left: -28px;
}
.icon-half-circle::before {
	content: url(icons.png);
	position: absolute;
	top: -2px;
	left: -28px;
}
.icon-clock::before {
	content: url(icons2.png);
	position: absolute;
	top: 1px;
	left: -28px;
}
.icon-map-tag-4::before {
	content: url(icons3.png);
	position: absolute;
	top: 1px;
	left: -28px;
}
.more-details ul li {
	border-bottom: 2px solid rgba(0, 83, 133, .1);
}

.color-btn {
	background-color: #005385 !important;
	display: inline-block;
	color: #fff !important;
	padding: 12px 22px 12px;
	border-radius: 30px;
	text-decoration: none !important;
	border: none;
	font-size: 15px;
}
.color-btn .arr {
	display: inline-block;
	vertical-align: middle;
	width: 12px;
	height: 12px;
	border: 2px solid #fff;
	border-left: none;
	border-bottom: none;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	position: relative;
	top: -1px;
	left: 0;
	margin-left: 10px;
}

.header-img {
	margin-bottom: -30px;
}
#header-svg {
	position: relative;
	margin: 0 0 -3.2%;
	aspect-ratio: 1241/597;
	background-size: contain;
}
#header-svg > * {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
}
.hover_group:hover {
	opacity: 1;
}

#content {
	position: relative;
	z-index: 1;
}
.logo {
	width: 21%;
	height: auto;
	position: absolute;
	bottom: 35px;
}
.content-line {
	padding-top: 20px;
	padding-bottom: 0;
}
.btn-pagination {
	padding-top: 30px;
}

@media (max-width: 700px) {
	#border {
		border-left: 20px #61b141 solid;
	}
	.title {
		font-size: 23px;
		margin: 10px 20px 20px 40px;
	}
	.flex {
		display: grid;
	}
	.right {
		width: 100%;
		order: 1;
	}
	.left {
		width: 100%;
		order: 2;
	}
	.logo {
		width: 60%;
		height: auto;
		position: relative;
		bottom: 0;
		padding-top: 15px;
	}

}