@import url('/fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&display=swap');

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;
}
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 {
	font:14px/1.4em 'Roboto', sans-serif;
	text-align:justify;
	hyphens: auto;
	color: #4c4b4b;
}
hr {
	border: 1px #f5f5f4 solid; 
}
strong, b {
	font-weight:700;
}
ul, ol {
    margin: 0 0 0 20px;
    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: 4px;
    position: relative;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
	break-inside: avoid;
	text-align: left;
}
.yellowlist li::before {
  content: "\25CF";
	position: absolute;
	color: #f08607;
	font-size: 12px;
  top: -2px;
  left: -19px;
}

.bluelist li::before {
	content: "\25CF";
	  position: absolute;
	  color: #0085CC;
	  font-size: 12px;
	top: -2px;
	left: -19px;
  }

.greenlist li::before {
	content: "\25CF";
	  position: absolute;
	  color: #51AC31;
	  font-size: 12px;
	top: -2px;
	left: -19px;
  }

/*
275a -- heavy vertical bar
● -- 25CF -- BLACK CIRCLE
● -- 26AB -- MEDIUM BLACK CIRCLE
● -- 2022 -- SMALL BLACK CIRCLE
 
▶ -- 25B6 -- BLACK RIGHT-POINTING TRIANGLE
■ -- 25A0 -- BLACK SQUARE
■ -- 25AA -- BLACK LITTLE SQUARE
 
← -- 2190 -- Left arrow
 
→ -- 2192 -- Right arrow
 
↑ -- 2191 -- Up arrow
↓ -- 2193 -- Down arrow
 
› -- 203A -- Right single angle quote
‹ -- 2039 -- 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;
}
p:last-of-type {
	margin-bottom: 0;
}
/*
	+-----------------------------------------+
	| 				  Klassen			  	  |
	+-----------------------------------------+
*/

.titleyellow {
	font-size:22px;
	line-height:1.3em;
	font-weight:bold;
	color: #f08607;
	font-weight: 300;
}
.titlegreen {
	font-size:22px;
	line-height:1.3em;
	font-weight:bold;
	color: #51AC31;
	font-weight: 300;
}
.titleblue {
	font-size:22px;
	line-height:1.3em;
	font-weight:bold;
	color: #0085CC;
	font-weight: 300;
}
.subtitle {
	font-size:19px;
	line-height:1.1em;
	color:#1d1d1b;
	margin-bottom:15px;
	font-weight:600;
}
.headline {
	font-size:16px;
	line-height:1.1em;
}
/*
	+-----------------------------------------+
	| 				  	IDs				  	  |
	+-----------------------------------------+
*/

.wrapperyellow {
	-moz-box-shadow: 0 0 26px #666;
	-webkit-box-shadow: 0 0 26px #666;
	box-shadow: 0 0 26px #666;
	max-width:850px;
	margin:20px auto 20px auto;
	position: relative;
	background-image: url("bg_yellow.png");
	background-repeat: no-repeat;
    padding-bottom: 1px;
    border: 1px#f08607 solid;
    background-size: 100% 100%;
}
.wrapperblue {
	-moz-box-shadow: 0 0 26px #666;
	-webkit-box-shadow: 0 0 26px #666;
	box-shadow: 0 0 26px #666;
	max-width:850px;
	margin:20px auto 20px auto;
	position: relative;
	background-image: url("");
	background-repeat: no-repeat;
    padding-bottom: 1px;
    border: 1px#0085CC solid;
    background-size: 100% 100%;
}
.wrappergreen {
	-moz-box-shadow: 0 0 26px #666;
	-webkit-box-shadow: 0 0 26px #666;
	box-shadow: 0 0 26px #666;
	max-width:850px;
	margin:20px auto 20px auto;
	position: relative;
	background-image: url("");
	background-repeat: no-repeat;
    padding-bottom: 1px;
    border: 1px#51AC31 solid;
    background-size: 100% 100%;
}
.content {
	padding:25px 45px;
	background-color: #fff;
	margin: -35px 55px 30px;
}
.left {
	width:49%;
	float:left;
	color:#1d1d1b;
}
.right {
	width:49%;
	float:right;
	color:#1d1d1b;
}
.clear {
	clear:both;
	height:0px;
}
.header{
	padding-bottom: 8%;
}
.flex .logo{
	max-width: 235px !important;
	text-align: right;
    margin-left: auto;
    margin-right: 0;
	width: 75% !important;
}
.flex .abbinder{
	color:#666;
	font-size: 11px;
	width: 378px !important;
	margin-top: auto;
    margin-bottom: 0;
	padding-right: 15px;
}
.flex{
	display: flex;
	padding: 5px 0;
}
.flex div:nth-child(1){
	width: 25%;
	font-weight: 500;
}
.flex div:nth-child(2){
	width: 75%;
}
.center{
	text-align: center;
}
.btnyellow{
	background-color: #f08607;
	padding: 10px 30px;
	border-radius: 5px;
	color: #fff !important;
	font-size: 15px;
}
.btnblue{
	background-color: #0085CC;
	padding: 10px 30px;
	border-radius: 5px;
	color: #fff !important;
	font-size: 15px;
}
.btngreen{
	background-color: #51AC31;
	padding: 10px 30px;
	border-radius: 5px;
	color: #fff !important;
	font-size: 15px;
}
@media (max-width: 700px){
	.left {
		width:100%;
		float: none;
	}
	.right {
		width:100%;
		float: none;
	}
	.wrapper {
		text-align: left;
	}
	.content {
		padding: 25px 20px;
		background-color: #fff;
		margin: -35px 10px 20px;
	}
	.flex{
		display: block;
		padding: 10px 0;
	}
	.flex div:nth-child(1){
		width: 100%;
	}
	.flex div:nth-child(2){
		width: 100%;
	}
	.flex .logo{
		text-align: left;
		margin-left: 0;
		margin-right: auto;
	}
	.flex .abbinder{
		width: 100% !important;
		padding-bottom: 20px;
		padding-right: 0;
	}
	.header{
		padding-bottom: 10%;
	}
}
