body,div,span,td,input,textarea,a,li,p
{
	font-family: Calibri, sans-serif;
	/*letter-spacing:1px;*/
	font-size:17pt;
	box-sizing: border-box;
	background:transparent;
	margin:0;
	padding:0;
	color:#4A4A49;
	line-height: 135%;
}
#background_pic {
	position: fixed;
	top:180px;
	width:100%;
	height:100vh;
	background-image:url('images/HG_suppOrt_Mustervorlage_Farbig.svg');
	background-repeat: no-repeat;
	background-size: 100% auto;
	
}
a,
a:link,
a:hover,
a:active,
a:visited {
	text-decoration: none;
	color:inherit;
	font-size:inherit;
}
h1,h2,h3,h4 {
	margin:0;
	padding:0;
	font-size:17pt;
	font-weight: bold;
}
h1 {
	font-size:21pt;
	margin-bottom:15px;
	margin-top:20px;
	color:#9A6FAE;
}
h2 {
	margin-top:20px;
	color:#9A6FAE;
}
h1.splash {
	font-size:32pt;
	color:#9A6FAE;
	margin-top:40px;
	margin-bottom:20px;
	line-height: 135%;
}
.logo_splash {
	width:90%;
	
}
ul {
	margin:0;
	padding:0;
	list-style: none;
}
.hamburger {
	background-image:url('images/hamburger.svg');
	background-repeat: no-repeat;
	background-size: 44px 44px;
	top: 10px;
	right: 40px;
	position: absolute;
	height: 180px;
	width: 44px;
	height:44px;
	cursor:pointer;
}
.header {
	width:100%;
	max-width:900px;
	margin: 0px auto;
	top:0px;
 	position: fixed; 
	z-index: 10000;
	background-color:transparent;
}
.page_top {
	max-width:980px;
	margin: 0px auto;
	position: relative;
	border:0;
	padding:0 40px;
/*
	-webkit-box-shadow: 0px 16px 16px 6px rgba(220,220,220,1);
	-moz-box-shadow: 0px 16px 16px 6px rgba(220,220,220,1);
	box-shadow: 0px 16px 16px 6px rgba(220,220,220,1);
*/
}
.page_header {
	background-color: #fff;
	height: 180px;
	max-width:980px;
	margin: 0px auto;
	border:0;
	padding:0 40px;
}
.page {
	max-width:980px;
	margin: 0px auto;
	position: relative;
	border:0;
	padding:0 40px;
}
.form {
	text-align:right;
	position: relative;
}
.form_frame {
	background-color: rgba(154,111,174,0.4);
	padding:5px 5px 5px 5px;
	margin-top:10px;
	border-radius:4px;
	text-align:left;
}
.label {
	font-size:12pt;
	
	color:#9A6FAE;
}
input,textarea {
	margin:0;
	padding:2px 10px;
	border:0px transparent;
	width:100%;
	background-color: transparent;
}
textarea {
	height:70px;
	max-width:100%;
	min-width:100%;
}
.button {
	padding:10px 15px;
	background-color: #9A6FAE;
	color:#fff;
	cursor:pointer;
	border-radius:4px;
	margin-top:10px;
	opacity:0.5;
	display:inline-block;
}
.button.aktiv {
	opacity:1;
}
.button.orange {
	background-color: #9A6FAE;
}
.formdisclaimer {
	position: absolute;
	top:5px;
	left:0px;
	width: calc(100% - 115px);
	text-align:left;
	font-size:12pt;
	padding-top:5px;
}
.top_msg {
	font-size:17pt;
	position: absolute;
	right:100px;
	top:16px;
	color:#BED014;
	display:flex;
	justify-content: flex-end;
}
.top_msg .helpchat {
	margin-right:20px;
}
.top_msg .helpchat .link {
	color:#999;
}
.top_msg .helpchat .link:hover {
	/* color:rgb(67,130,195); */
	color: ##4A4A49;
}
.top_msg .description {
	position: absolute;
	font-size:15pt;
	/* (67,130,195); */
	background-color: rgb(255,255,255,0.8);
	padding:10px 10px 10px 0;
	display: none;

}
.top_msg a,
.top_msg a:link,
.top_msg a:visited {
	color:inherit;
}
img {
	width:100%;
	height:auto;
}
.antwort {
	text-align:left;
}
.antwort .bild {
	width:400px;
}
.hidden {
	display:none;
}
.logo {
	background-image:url('images/logo_support.svg');
	background-repeat: no-repeat;
	background-size: 280px 82px;
	position: absolute;
	left:40px;
	top:70px;
	width:280px;
	height:82px;
	opacity:0;
}
.menu_panel {
	background-color: #FDC500;
	color:#fff;
	padding:25px 20px 20px 20px;
	min-width:370px;
	position: absolute;
	top:10px;
	right:40px;
	border-radius: 3px;
	display:none;
	
}
.menu_panel>ul {
}
.menu_panel ul li {
	color:#fff;
	border-bottom:1px solid #fff;
	font-size:13pt;
	cursor:pointer;
	padding-top:15px;
}
.menu_panel>ul>li:before {
    content: "\27E9\00A0\00A0";
    font-size: 15pt;
    font-weight: bold;
    display: inline-block;
    transition: 0.4s;
    transform:scale(0.8);
    margin-right: 5px;
    
}
.menu_panel>ul>li.offen:before {
	transform: rotate(90deg);
	transition: 1s;
}
.menu_panel ul li ul li {
	border:0px;
	font-size:13pt;
	padding-top:0px;
	padding-left:15px;
}
.menu_panel ul li ul {
	padding-bottom:15px;
	display:none;
}
.menu_panel ul li.aktiv {
	font-weight: bold;
}
.body {
	margin-top: -10px;
    padding-top: 200px;
}
.abschnitt {
	margin:10px 0 50px 0;
}
.abschnitt.buttons {
	display:flex;
	justify-content:center;
}
.abschnitt.buttons .button {
	margin: 0 10px;
}
.abschnitt.titel {
	margin:0px 0 0px 0;
	color:#9A6FAE;
	font-size: 17pt;
	font-weight: bold;
}
ul.team li {
	display:flex;
	margin-top:10px;
	margin-bottom:30px;
}
ul.team li .bild {
	min-width:180px;
	max-width:180px;
	margin-right:20px;
}
.soforthilfe>h3 {
/* 	color:#FDC500 */
}
.soforthilfe .abstract {
	/* color:#9A6FAE; */
}
.soforthilfe div.abstract p,
.soforthilfe .abstract strong
 {
	color:inherit;
}
.soforthilfe .text ul {
	
}
.soforthilfe .text ul li {
	margin-top:20px;
	margin-left:0px;
	padding-left: 20px;
	text-indent: -10px;
}

.soforthilfe .text li:before {
  content: ">";
  padding-right: 20px;
  color:#9A6FAE;
  display:inline-block;
  vertical-align: top;
}
.soforthilfe .text li h4 {
	display:inline-block;
}
#cookie {
	background-color: #FDC500;
	color:#fff;
	font-size:20px;
	position: fixed;
	bottom:0px;
	padding:10px 10px;
	width:100%;
	display:flex;
	z-index:1000;
}
#cookie div {
	color:inherit;
	font-size: inherit;
}
#cookie .text {
	text-align:center;
	width: calc(100% - 60px);
}
#cookie .button {
	width:60px;
	text-align:center;
	border-radius: 5px;
	padding:1px 10px;
	height:30px;
	cursor:pointer;
}
.dimmer {
	display:none;
	position: fixed;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	background-color: #000;
	opacity: 0.7;
	z-index:100;
}
.layer {
	box-sizing: content-box;
	display:none;
	position: fixed;
	width:100%;
	max-width:800px;
	background-color: #f4c544;
	height:60vh;
	z-index:100000;
	padding: 20px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.menu_panel .close {
	background-image: url(images/close.png);
	width:15px;
	height:15px;
	background-size: 15px 15px;
	position: absolute;
	top:10px;
	right:10px;
	cursor: pointer;
	background-repeat: no-repeat;
}
.layer .close {
	top:20px;
	right:10px;
	height:30px;
	width:30px;
	cursor:pointer;
	background-image: url(images/close.png);
	background-repeat: no-repeat;
	background-size: 30px 30px;
	position: absolute;
}
.layer .textblock {
	padding:0;
	font-size:inherit;
	overflow-y: scroll;
	height:calc(100% - 40px);
	margin-top:20px;
}
.layer h1 {
	font-size:22px;
	margin-bottom:30px;
}
.layer .content {
	font-size:18px;
	background: transparent;
	padding-right:0px;
	height:100%;
	
}
.layer .content .text {
	font-size: inherit;
	padding-right:10px;
/* 	height:calc(100% - 40px); */
}
.admin_user_top {
	background-color: #ff0;
	font-size:18px;
	padding:10px;
	position: relative;
}
.admin_user_top .rechts {
	display: inline-block;
	position: absolute;
	right:10px;
	font-size:18px;
	color:#00f;
}
.text_klein {
	font-size: 12pt;
	color:#fff;
}
.footer {
	background-color: #9472aa;
	padding-top:20px;
	padding-bottom:30px;
}
.form_text {
	font-size:12pt;
	text-align: left;
	padding-top:5px;
}
ul.angebote {
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:20px;
}
ul.angebote li {
	min-width:calc(50% - 15px);
	max-width:calc(50% - 15px);
	padding:0px 20px 15px;
	border-radius: 5px;
	margin-bottom:25px;
	min-height: 350px;
	position: relative;
}
ul.angebote li .untertitel {
	margin-bottom:10px;
}
ul.angebote li .text {
	margin-bottom:100px;
	font-size:15pt;
}
ul.angebote li .links {
	position: absolute;
	bottom:15px;
}
ul.angebote li .links a {
	display:block;
	color:#9B5727;
	font-weight:bold;
	background-image: url(images/Logo_short.svg);
	padding-left:45px;
	height:35px;
	background-size: 35px auto;
	background-repeat: no-repeat;
	background-position: 0 -5px;
	margin-bottom:5px;
}
.hell {
	background-color: rgb(154,111,174,0.4);
}
.dunkel {
	background-color: rgb(155,87,39,0.28);
}
ul.files span.medium,
ul.files span.datum {
	display: inline-block;
	margin: 0 5px;
}
ul.links span.name {
	display: inline-block;
	margin: 0 10px;
}
ul.links span.link a {
	font-weight:bold;
}
ul.files span.medium::before,
ul.files span.datum::before {
	content:" | "
}
ul.files {
	margin-top:10px;
}
.form_radio {
	width:100%;
	text-align: left;
}
label {
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
}
label > input { 
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  left:0px;
}
label > i { 
	background-image: url(images/radio_inaktiv.svg);
	background-repeat: no-repeat;
	background-size: 20px 20px;
	display: inline-block;
	vertical-align: middle;
	width:  20px;
	height: 20px;
}
label:hover > i{ 
}
label > input:checked + i{ 
	background-image: url(images/radio_aktiv.svg);
}
.label_radio {
	display:inline-block;
	padding-left:10px;
}
.error_message {
	display:none;
}