/* Foundation Lohnsteuer kompakt  */

/* --------------------------------------------------
   Fonts einbinden und Script ausschalten
----------------------------------------------------- */

@import url("typo.css");
@import url("../../sgmzgf6/css/print.css");
@import url("../../sgmzgf6/css/upload_f5.css");
@import url('font-awesome/css/font-awesome.min.css');

:root {
	--primary: #a7d12a;
	--primary_hov: #86a722;
}

script {
  display: none !important;
}

#fb-root {
	display: none;
}
body {
	font-family: roboto,'Helvetica Neue',Helvetica,Arial,sans-serif;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	margin:0;
	padding:0;
}

strong, b {
	font-weight: 700;
	letter-spacing: 0.01em;
}

/* --------------------------------------------------
   Flex Layout
----------------------------------------------------- */
html, body {
	height: 100% !important;
}

.flexwrapper {
	display: -moz-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	height: 100%; /* <- und NICHT vh! */
}

#maincontent {
	-moz-box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
}


#maincontent {
	display: -moz-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;

	min-height:0; /* Fix for Firefox */
}

body.cockpit #maincontent {
	/* display: block;
    -webkit-flex-direction: inherit;
    -moz-flex-direction: inherit;
    -ms-flex-direction: inherit;
    flex-direction: inherit;

	min-height:0; Fix for Firefox */
}

body.loggedin.cockpit #maincontent {
	align-self: center;
    max-width: 2000px;
    width: 100%;
}

body.loggedin.cockpit #cockpitheader {
	align-self: center;
    max-width: 2000px;
    width: 100%;
	padding-left: 0.9375em;
	padding-right: 0.9375em;
	padding-top: 0.5rem;
}

.center_content {
	-moz-box-flex: 3;
    -webkit-flex: 3;
    -moz-flex: 3;
    -ms-flex: 3;
    flex: 3;

    padding-left: 0.9375em;
	padding-right: 0.9375em;
}

.center_content {
	display: -moz-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
}

.center_content_outer {
  	-moz-box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
	position: relative;
}

.center_content_outer {
  	display: -moz-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
}

.center_content_seite {
  	-moz-box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.center_content_seite {
  	display: -moz-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
}

.center_content_inner {
	-moz-box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
}

.sidebar_help {
	-moz-box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
	padding-left: 0.9375em;
	padding-right: 0.9375em;
}

.sidebar {
	-moz-box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
	padding-left: 0.9375em;
	padding-right: 0.9375em;
}

.sidebar,
.sidebar_help {
	display: -moz-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
}

.sidebar_inner {
	-moz-box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
	position: relative;
}



.sidebar_header,
.center_content_header {

}

.sidebar_footer,
.center_content_footer {

}

.sidebar,
.sidebar_help {


}

.mCustomScrollbar {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: auto;
	padding: .5em 0;
}

.cockpit .mCustomScrollbar {
	padding: 0 0;
}

.sidebar_help .sidebar_inner-OFF {
	display: -moz-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
}

.sidebar_inner_eingabehilfe-OFF {
	-moz-box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.sidebar_inner_hilfebox-OFF {
	-moz-box-flex: none;
    -webkit-flex: none;
    -moz-flex: none;
    -ms-flex: none;
    flex: none;
}

#div_seite .row.inputwrapper {
	padding-top:0.5em;
}

#div_seite .row.displayhelper {
	padding-top:0.5rem;
}

#div_seite .indentation {
	padding-left:2rem;
}

/* --------------------------------------------------
   Basic Layouts
----------------------------------------------------- */

body {
	background: #c8cacc;
	font-family: roboto,'Helvetica Neue',Helvetica,Arial,sans-serif;
}

body.loggedin {
	background: #ffffff;
}

body.loggedin .row {
    max-width:inherit;
}

body.loggedin.cockpit .row {
    max-width:2000px;
}

#outercontainer {
	background:#EEF0F3;
	border-radius:6px;
	margin:1.5rem auto;
}

#header {
	font-family: roboto,'Helvetica Neue',Helvetica,Arial,sans-serif;
	background:#eef0f3;
    border-bottom:1px solid #ddd;
}

.warnhinweise {
	background:#F3C6C6;
    border: 1px solid #9e0c0f;
    padding: 0.9375em;
    margin-top:1.0em;
}

.cockpit .warnhinweise {
	margin-top:0;
	margin-bottom:0.5rem;
}

.warnhinweise p {
    font-size: 0.85em;
    margin-bottom: 0.2rem;
}
.warnhinweise h3 {
    font-size: 0.925rem;
	font-weight: 700;
	letter-spacing: 0.01em;
}

.wordbreakauto {
	-webkit-hyphens: auto;
  	-moz-hyphens: auto;
  	-ms-hyphens: auto;
  	hyphens: auto;
}

body.frontend #header {
	margin-bottom:0;
	border-bottom:none;
}

body.loggedin #maincontent {
	margin: 0.5em 0 0 0;
}

body.frontend #maincontent {
	border:1px solid #C8CACC;
	border-radius:6px;
	box-shadow:#C8CACC 0px 0px 2px;
	background:#FFF;
	padding: 2em 1.5em;
}

#footer {
    background:#eef0f3;
    border-top:1px solid #ddd;
    padding:0.725em 0 0;
    margin:0;
}

body.frontend #footer  {
	border-top:none;
	padding:1.25em 1.0em 1.0em 1.0em;
}

/* --------------------------------------------------
   Basic Typos
----------------------------------------------------- */

h1, h2, h3, h4, h5, h6,
.side-nav {
	font-family: roboto,'Helvetica Neue',Helvetica,Arial,sans-serif;
}

h1 {
	line-height: 1.2;
    font-size: 1.65rem;
}

h2 {
    font-size: 1.4125rem;
}

#maincontent p,
#maincontent ul,
#maincontent ol,
.reveal-modal p,
.reveal-modal ul,
.reveal-modal ol,
.f-dropdown li,
table tr th,
table tr td,
table thead tr th,
table thead tr td {
	font-size: 0.825rem;
}

p, ul, ol, dl {
   	margin-bottom: 0.8rem;
}

p.smallpadding {
   	margin-bottom: 0;
}

#maincontent p.small {
   	font-size: 0.725rem;
}

ul.nolisticon {
    list-style-type: none;
	margin-left: 0;
}

.fa-ul {
	margin-left:1.7em;
}

.fa-li {
	top:0.4em;
}

.sub-nav {
    background-color: #fafafa;
    padding: 0.6em 0.6em 0 0;
	margin: 0;
}

.sub-nav li {
     margin-bottom: 0.6em;
}
body.loggedin ul.sub-nav a:not(.button) {
   	color: #fff;
	text-decoration: none;
}
.sub-nav li.active a {
   cursor: pointer;
}

hr {
	margin: 2.25em 0 2.1875em;
}

form hr,
hr.smaller {
	margin: 1.25em 0 1.1875em;
}

hr.tinysmall {
	margin: 0.75em 0 0.75em;
}

table {
	width:100%;
}

table.steuerbescheid tr th {
	text-align:left;
}

table td.aligntop {
	vertical-align:top;
}

table.steuerbescheid .spalte_2,
table.steuerbescheid .spalte_3,
table.steuerbescheid .spalte_4,
table.steuerbescheid .spalte_5,
table.steuerbescheid .spalte_6 {
	text-align:right;

}

.wrapper_table_form_berechnung table tr.headline {
	background-color: #a7d12a;
}

tr.subunterpunkte > td {
	padding:0;
}

span.subtitle {
	display: block;
	line-height:1.6em;
	color: #85898F;
}


body.loggedin p a:not(.button),
body.loggedin ul a:not(.button) {
	color:#006;
	text-decoration:underline;
}

body.loggedin p:not(.navigationbutton) a:hover:not(.button),
body.loggedin p:not(.navigationbutton) a:focus:not(.button),
body.loggedin ul a:hover:not(.button),
body.loggedin ol a:hover:not(.button) {
	color:#1a0dab;
}


.cockpittab a {
	color:#006;
	line-height: 1.6;
}

.cockpittab a:hover {
	text-decoration:underline;
}

.progress {
   position: relative;
}

.progress-message {
    color:#222;
    left: 50%;
    top: 50%;
	min-width:50px;
    margin: 0;
    position: absolute;
    transform: translate(-50%, -50%);
	margin-bottom: 0.2rem;
}

/* --------------------------------------------------
   Loggedin Scrollbar Styles
----------------------------------------------------- */

.outerwrapper {
	border-left: 0px solid #ddd;
	border-right: 0px solid #ddd;
}
.innerwrapper {
	padding: 0 1.0rem 0 0;
}
.scrollbar-light {
	min-height:250px;
	height:100%;
	overflow: auto;
}

.f-dropdown.content {
	position:absolute;
	left:-9999px;
	top:-9999px;
}

/* --------------------------------------------------
   Basic Styles Links, Buttons, Loading, Special Buttons- Springe zu;
----------------------------------------------------- */
.green-color {
	color: #a7d12a;
}

.red-color {
	color: #c60f13;
}

.blue-color {
	color: #a0d3e8;
}
.orange-color {
	color: #f08a24;
}

.black-color {
	color: #222;
}

.white-color {
	color: #ffffff;
}

.navigationbutton .button {
	padding-top:0.5625rem;
	padding-bottom:0.5625rem;
}

.button.smallpadding,
a.smallpadding {
	padding:0.3625rem 0.45rem 0.3625rem;
	margin-bottom:0.5rem;
}

.button.error {
	background-color: #c60f13;
}

.button.tip {
	background-color: #ffa500;
}

.actionfield .button.nobmargin {
	margin: 0 0 0.25rem;
}

.actionfield  input[type="checkbox"] {
	margin: 0;
}

.button.jumper {
	padding:0.225rem 0.45rem 0.125rem;
	margin-left:0.88889rem;
	line-height:1;
	font-size:0.9725rem;
}

.button-group.navigationbutton > li {
	padding:0 0 0;
}

.button-group > li {
	/* display:inline-block !important; */
}
.loading,
#loading,
#loading2,
#loading3,
#loadingiframe,
#loadingmenu,
#loadingsuche {
    position: absolute;
    z-index: 1000;
    top:0;
    left:0;
    right:0;
    bottom:0;
    text-align: center;
    background: #EAEAEA;
    filter:alpha(opacity=80);
    opacity: 0.8;
    -moz-opacity:0.8;
}
.loading {
	left: 0;
	right: 0;
}
/* FOR-2690: */
#loading_all {
    position: fixed;
    z-index: 1000;
	display: none;
    top:0;
    left:0;
    width: 100vw;
    height: 100vh;
    text-align: center;
    background: #EAEAEA;
    filter:alpha(opacity=80);
    opacity: 0.8;
    -moz-opacity:0.8;
}

.preloader {
	display: block;
  	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -20px;
	margin-left: -20px;
}

.yearbox {
	position: absolute;
	top:0;
	left:0;
	bottom:0;
	background:#c3c3c3;
	color:#fff;
	padding: 1em;
}

.active .yearbox {
	background:#a7d12a;
}

.accordion.nopadding dd > .content {
   padding: 0.9375em 0;
}

/* --------------------------------------------------
   Header
----------------------------------------------------- */

.header_box {
	padding:0.5em 0;
}

#header .header_erstattung {
	background: none;
	color: #000;
	font-size: 0.80em;
}

/* Large @media only screen and (min-width: 64.063em) { */

@media only screen and (min-width: 40.063em) {
	#header .header_erstattung {
		font-weight: 400;
		border: 1px solid #ddd;
		border-bottom: none;
		margin-top: 0;
		margin-bottom: 0;
		padding: 0.5em 0 0.3em 0;
		background: #fff;
	}

	#header .header_erstattung {
		position:absolute;
		bottom:0;
		left:0;
		right:0;
	}

}

@media only screen and (min-width: 64.063em) {
	#header .header_erstattung {
		font-size:1.1em;
	}
}

h5.header_titel {
	font-size:0.825rem;
}

.logoutcontainer {
	margin:0.525rem 0 0.5rem 0;
	padding:0;
	line-height:1;
}

#header .navigationbutton .button {
	margin-bottom:0.25rem;
	padding-left:0.75rem;
	padding-right:0.75rem;
	font-size:0.8125rem;
}

body.loggedin .header_box p a {
	color: #333;
}



/* --------------------------------------------------
   Header Frontend TopBar
----------------------------------------------------- */

.top-bar {
    background: none;
}

.top-bar-section ul {
    background: none;
    margin:0 1.0rem;
}

.top-bar-section ul li {
    background: none;
}

.top-bar-section ul li > a {
    color: #313d42;
    display: block;
    font-family: roboto,'Helvetica Neue',Helvetica,Arial,sans-serif;
    font-size: 0.925rem;
    margin-bottom:-1px;
}

.top-bar-section li:not(.has-form) a:not(.button) {
    background-color: #e3e5e7;
    border-color: #e3e5e7 #e3e5e7 #BCBEC1;
    border-style: solid;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-width: 1px 1px 1px;
    color: #313d42;
}

 .top-bar-section li:not(.has-form) a:not(.button):hover {
        background-color: #c8cacc;
        background: #c8cacc;
        color: #313d42;
 }

 .top-bar-section li.anmelden:not(.has-form) a:not(.button) {
    background-color: #cfea82;
    border-color: #cfea82 #cfea82 #BCBEC1;
    color: #6a8a0d;
}

 .top-bar-section li.anmelden:not(.has-form) a:not(.button):hover {
	background-color: #a9d429;
	background: #a9d429;
}

.top-bar-section li.active:not(.has-form) a:not(.button) {
    background: #ffffff;
    color: #313d42;
    border-color: #c8cacc #c8cacc #fff;
}

.top-bar-section > ul > .divider {
    border-bottom: medium none;
    border-right: 0px solid #4e4e4e;
    border-top: medium none;
    width: 15px;
}

/* --------------------------------------------------
   Breadcrumps alle
----------------------------------------------------- */

.breadcrumbs {
    background-color: #fff;
    padding: 0.3625rem 1.025rem;
    margin-bottom: 0.5rem;
    border-radius:0;
    border-color: #e9e9e9;
}

.breadcrumbs > * {
    line-height: 1.3em;
    font-size: 0.8125rem;
    text-transform: none;
}

.breadcrumbs > *:before,
.trailmark > *:before {
      content: ">";
      color: #aaaaaa;
      margin: 0 0.35rem;
      position: relative;
      top: 1px;
}

.trailmark > *:first-child::before {
	content: " ";
	margin: 0;
}

.feedbackstatus {
	color: #000;
}

.feedbackstatus:before {
	display: none;
}


#liste_undo.f-dropdown li a,
#liste_repeat.f-dropdown li a {
	padding:0.1em 0.5em;
}

.f-dropdown li.textholder {
	padding:0.1em 0.5em;
}

/* prev siblings should be red */
#liste_undo.f-dropdown:hover li,
#liste_repeat.f-dropdown:hover li {
	background: #eee;
}

#liste_undo.f-dropdown li:hover,
#liste_repeat.f-dropdown li:hover {
	background: #CDCDCD;
}

#liste_undo.f-dropdown li:hover ~ li,
#liste_repeat.f-dropdown li:hover ~ li {
	background: #fff;
}


/* --------------------------------------------------
   rechte Sidebar - Eingabehilfe (auch Inline), Tipps, Suche #cdcdcd
----------------------------------------------------- */

form#searchform2_neu {
	margin-bottom:1.25rem;
}

#header form#searchform2_neu {
	margin-bottom:0;
	margin-right: 0;
}

form.suchbox input[type="text"] {
	margin-bottom:0;
	font-size: 0.875rem;
    height: auto;
    padding-top: 0.35rem;
    padding-bottom: 0.35rem;
	border-color:#e9e9e9;
}
#header form.suchbox input[type="text"] {
	margin-bottom:0;
	font-size: 0.8125rem;
    height: auto;
    padding-top: 0.45rem;
    padding-bottom: 0.45rem;
	border-color:#e9e9e9;
}

form.suchbox .button {
	font-size: 0.75rem;
    position: relative;
	margin:0;
	padding-top:0.35rem;
	padding-bottom:0.35rem;
	line-height:1.6;
	height:auto;
}
#header form.suchbox .button {
	font-size: 0.8125rem;
	padding-top: 0.5625rem;
	padding-bottom: 0.5625rem;
	line-height: normal;
}


.hilfe_box {
	border-bottom: 0px solid #ddd;
	margin-bottom: 1rem;
}
.hilfe_box.leer {
	margin-bottom: 0;
}

.sidebar_help .sidebar_inner {
	border-left: 0.3rem solid #bdde5c;
	padding-top: .5em;
}
.sidebar_help .sidebar_inner .mCustomScrollbar {
	padding-top: 0;
}
.sidebar_help .sidebar_inner .hilfe_box {
	padding:0 0 0 0.5rem;
}

.ratgeberliste {
	list-style: none;
	margin-left:0;
}

.ratgeberliste li {
	margin-bottom:0.55rem;
}

.ratgeberliste a:not(.button) {
	color:#006;
	text-decoration: underline;
}

.inlineeingabe p,
.inlineeingabe ul,
.inlineeingabe ol {
	color:#000;
}

/* --------------------------------------------------
   Special Facebook Einbindung
----------------------------------------------------- */

.fb-comments,
.fb-comments iframe[style],
.fb-like-box,
.fb-like-box iframe[style] {
	width:  100% !important;
	display:block;
	z-index:2000;
	position:relative
}
.fb-comments span,
.fb-comments iframe span[style],
.fb-like-box span,
.fb-like-box iframe span[style] {
	width: 100% !important;
	display:block;
	z-index:2000;
	position:relative
}

/* --------------------------------------------------
   Mein Bereich - Übersicht, Footer Inner
----------------------------------------------------- */


.tabs {
	border-left: solid 1px #cccccc;
}

.tabs dd {
	border-top:solid 1px #cccccc;
	border-right:solid 1px #cccccc;
}

.tabs-content {
	border: solid 1px #cccccc;
	padding:0 0.9375em;
}

.bewertungsbox .tabs dd > a,
.bewertungsbox .tabs .tab-title > a {
	font-size:0.7rem;
	padding: 1rem;
}

/*
.accordion dd {
	border-bottom: solid 1px #ddd;
}
*/

.accordion dd.active:last-child {
	border-bottom: none;
}

.accordion.meinesteuererk .accordion-navigation .navheader {
	font-size:0.825rem;
}

.accordion.meinesteuererk .accordion-navigation .navheader span.number {
	font-size: 1.1rem;
}
.panel.callout { padding-bottom: 1.25rem; }
[id*="div_steuerfall"] .panel.callout { padding-bottom: 0.5rem; }

.panel.callout a.wrap_around {
	text-decoration: none;
}

[]
#formfooter,
.sidebarfooter {
	padding-top:0.5rem;
	border-top: 1px solid #ddd;
}

#formfooter #div_footer_seite .navigationbutton .button {
	padding:0.4625rem 0.85rem;
	margin-bottom:0.5rem;
	font-size:0.925rem;
}

#formfooter .navigationbutton .button,
.sidebarfooter .navigationbutton .button {
	padding:0.225rem 0.85rem;
	margin-bottom:0.5rem;
	font-size:1.4rem;
}

#formfooter #div_pflichtfelder_wahrnhinweis {
	font-size:0.815rem;
}
#formfooter #div_pflichtfelder_wahrnhinweis input[type="checkbox"] {
	margin: 0.25rem 0.5rem 0.5rem 0;
}


.panel.bewertungen {
	background:#fff;
	box-shadow: 0 2px 5px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.15);
	-moz-box-shadow: 0 2px 5px rgba(0,0,0,0.25);
    border-color: #fff;
	border-style: solid;
    border-width: 10px;
	margin-left: 0.5em;
	margin-right: 0.5em;
	padding: 0.5em;
}

.panel .rating,
.bewertungsbox .rating {
	color:#F6E900;
	margin-bottom: 0.3em;
	padding:0.5em 0;
}

.small-badge {
  	height: 50px;
  	width: 50px;
  	display: inline-block;
  	text-align: center;
  	vertical-align: middle;
  	border-radius: 50%;
  	background: #a7d12a;
	margin: 0 auto 0;
	color: #fff;
	line-height:1.1;
	padding-top: 6px;
}

.small-badge b {
	font-size:1.1em;
}

/* --------------------------------------------------
   Footer Bereich
----------------------------------------------------- */

#footer ul,
#footer p {
	font-size: 0.8125rem;
}

#footer .inline-list,
#footer p {
	margin-bottom:0.725rem;
}

#footer a,
#footer p {
	color:#85898f;
	text-decoration:none;
}

#footer a:hover {
	color:#080808;
}

#footer ul.side-nav {
    padding: 0 0 0.275rem;
}
#footer .side-nav li {
    margin: 0 0 0.175rem;
}
#footer .side-nav li a:not(.button) {
    display: block;
    margin: 0;
    padding: 0.275rem 0.275rem 0.275rem 0.075rem;
}

/* --------------------------------------------------
   Registrierung Bereich
----------------------------------------------------- */

#helper p,
#helper ul {
	font-size: 0.8125rem;
}

/* --------------------------------------------------
   Styles fuer Form - Label, Input, etc. select
----------------------------------------------------- */

fieldset {
    background:#fff;
	border: none;
    margin: 0 0 1.125rem 0;
    padding: 0;
}

fieldset.paddingtopno,
.side-nav.paddingtopno {
	padding-top:0;
}

fieldset legend {
    /*color:#85898f;*/
	font-weight: 500;
	font-size: 0.975rem;
	line-height: 1.3;
	background: #fff;
    margin: 0 0 .75rem;
    padding: 0.75rem 0.9375rem 0.875rem 0.75rem;
	display: block;
    width: 100%;
}
@media only screen and (max-width: 64em) {
	fieldset legend {
		padding: 0.2rem 0.4375rem 0.5rem 0.8625rem;
	}
}

.row .row.inputwrapper {
	padding-top:0.5em;
}

.row .row.displayhelper {
	padding-top:0.5rem;
}

.displayhelper:not([blockhilfe="0"]):hover {
	background-color: #A6D12A;
	color: #333;
}

.displayhelper.curfocus:not([blockhilfe="0"]) {
	background-color:#A6D12A;
	color: #333;
}

span.smallinput {
	display:inline-block;
	width:40%;
	min-width:90px;
	float: left;
}

span.mediuminput {
	display:inline-block;
	width:60%;
	min-width:90px;
	float: left;
}
span.largeinput {
	display:inline-block;
	width:80%;
	min-width:90px;
	float: left;
}

.input-group {
    display: table;
	width: 100%;
    min-width: 95px;
	margin: 0 0 0.5rem;
}

.input-group-label {
    background: #e9e9e9;
    border: 1px solid #ddd;
	border-left: 0;
    color: #222;
	font-size: 0.825em;
    height: 100%;
    padding: 0 0.75em;
    text-align: center;
    white-space: nowrap;
    width: 1%;

}
.input-group-label,
.input-group input[type="text"] {
    display: table-cell;
    vertical-align: middle;
    white-space: nowrap;
	margin-bottom: 0;
}




.positioncheck .column,
.positioncheck .columns {
	position: inherit !important;
}

label {
	font-size:0.825rem;
	color:#000;
}

label.inline {
	margin: 0 0 0.5rem;
	padding: 0.25rem 0 0.15rem 0.425rem;
	color:#000;
}

span.checklabel {
	color: #4D4D4D;
	font-weight: 400;
	line-height:1.2;
	font-size: 0.875em;
	padding: 0 0.625rem 0 0.425rem;
}

label span.required,
span.required {
	color:#c60f13;
	margin-left:0.25rem;
}

input[type="text"],
input[type="password"] {
	padding:0.25rem 0.25rem;
	background-color:#fff;
	border-color: #a4a4a4;
	height:auto;
}

select {
  	background-color: #fff;
  	border: 1px solid #a4a4a4;
  	padding:0.35rem 0.35rem;
  	font-size: 0.825rem;
  	font-family: inherit;
  	color: #000;
  	height: auto;
	margin: 0 0 0.5rem;
}

input[type="file"],
input[type="checkbox"],
input[type="radio"]
 {
    margin: 0.25rem 0 0.5rem;
}

input.checkbefore {
	margin: 0.5rem 0.5rem 0.5rem 0;
}

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea {
	margin: 0 0 0.5rem;
	font-size:0.825rem;
}

.smallinput-Symbol {
	position: relative;
}
.smallinput-Symbol input {
	padding-right:18px;
}
.smallinput-Symbol:after {
	content:'\20AC';
	position: absolute;
	top: 0;
	right: 5px;
	font-size:
 }

.error input,
.error textarea,
.error select {
	margin-bottom:0;
}

#span_steuernummer input {
	float: left;
	margin-right:0.3em;
}

form .error small.error {
  display: block;
  padding: 0.375rem 0.425rem 0.475rem;
  margin: 0 0 0.5rem 0.425rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: normal;
  background: #c60f13;
  color: white;
}

form small.error {
  display: none;
}

form .error input[type="text"] {
	border-color: #c60f13;
}

form .error input[type="radio"] {
	border-color: #c60f13;
}

form .error select {
	border-color: #c60f13;
}

.cur.error {
	color:#c60f13;
}


form .hinweis small.hinweis {
  display: block;
  padding: 0.375rem 0.425rem 0.475rem;
  margin: 0 0 0.5rem 0.425rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: normal;
  background: #FEA400;
  /*color: white;*/
}

form small.hinweis {
  display: none;
}

form .hinweis input[type="text"] {
	border-color: #FEA400;
}

form .hinweis input[type="radio"] {
	border-color: #FEA400;
}

form .hinweis select {
	border-color: #FEA400;
}

.cur.hinweis {
	color:#FEA400;
}

label.customlabel {
        display: inline-block;
        cursor: pointer;
        position: relative;
        padding-left: 25px;
		color:#fff;
}
label.customlabel:before {
        content: "\f096";
        display: inline-block;
      	color: #000;
		font: normal normal normal 24px/1 FontAwesome;
        position: absolute;
        left: 0;
        top: 2px;
}
input.customcheck[type=checkbox] {
        display: none;
}
input.customcheck[type=checkbox]:checked + label.customlabel:before {
        content: "\f046";
		font: normal normal normal 24px/1 FontAwesome;
}

form .uebernahme input[type="text"] {
	background-color: #FFEC83;
}

form .uebernahme select {
	background-color: #FFEC83;
}

form .uebernahme input[type="checkbox"],
form .uebernahme input[type="radio"] {
        outline:2px solid #FFEC83;
}

/* FOR-1410 gwo 21.5.2021: */
input[type="text"][disabled],
input[type="text"][readonly],
fieldset[disabled] input[type="text"],
input[type="password"][disabled],
input[type="password"][readonly],
fieldset[disabled] input[type="password"],
input[type="date"][disabled],
input[type="date"][readonly],
fieldset[disabled] input[type="date"],
input[type="datetime"][disabled],
input[type="datetime"][readonly],
fieldset[disabled] input[type="datetime"],
input[type="datetime-local"][disabled],
input[type="datetime-local"][readonly],
fieldset[disabled] input[type="datetime-local"],
input[type="month"][disabled],
input[type="month"][readonly],
fieldset[disabled] input[type="month"],
input[type="week"][disabled],
input[type="week"][readonly],
fieldset[disabled] input[type="week"],
input[type="email"][disabled],
input[type="email"][readonly],
fieldset[disabled] input[type="email"],
input[type="number"][disabled],
input[type="number"][readonly],
fieldset[disabled] input[type="number"],
input[type="search"][disabled],
input[type="search"][readonly],
fieldset[disabled] input[type="search"],
input[type="tel"][disabled],
input[type="tel"][readonly],
fieldset[disabled] input[type="tel"],
input[type="time"][disabled],
input[type="time"][readonly],
fieldset[disabled] input[type="time"],
input[type="url"][disabled],
input[type="url"][readonly],
fieldset[disabled] input[type="url"],
input[type="color"][disabled],
input[type="color"][readonly],
fieldset[disabled] input[type="color"],
textarea[disabled],
textarea[readonly],
fieldset[disabled] textarea,
.noinput {
	background-color: transparent;
	border-color: transparent;
	box-shadow: none;
	cursor: default;
}
input[readonly] + .input-group-label,
input[disabled] + .input-group-label,
.noinput + .input-group-label {
	background-color: transparent;
	border-color: transparent;
	padding: 0.125rem 0.75rem 0.25rem 0;
}
input[value=""][readonly] + .input-group-label,
input[value=""][disabled] + .input-group-label,
.noinput[value=""] + .input-group-label {
	visibility: hidden;
}



/* --------------------------------------------------
   Landing Page style
----------------------------------------------------- */

.teaserlandingpage {
	color:#fff;
	padding:0.9375em;
	margin-bottom:40px;
}

.teaserlandingpage h1{
    color: #fff;
    font-weight: 500;
    line-height: 1.2;
    font-size: 2.25rem;
    padding-right:100px;
}
.teaserlandingpage p{
    color: #fff;
}

.teaserlandingpage form{
    background: #fff;
    padding:0.9375em;
    margin-bottom:0;
    border:1px solid #5C5B5B;
}

.teaserlandingpage form .button {
    padding-bottom: 0.5625rem;
    padding-top: 0.5625rem;
    margin: 0;
}

/* --------------------------------------------------
   linke Sidebar Treeview - MainMenu
----------------------------------------------------- */

.side-nav.mainmenu,
.side-nav.mainmenu ul {
	list-style-type:none;
	margin-left: 0;
	padding: 0 0 0 0;
}
.side-nav.mainmenu ul {
	margin-top:0;
}

.side-nav.mainmenu li {
    font-size: 0.825rem;
    position:relative;
    margin: 0;
}

.side-nav.mainmenu li.menuheadline {
	background:#e9e9e9;
}

.side-nav.mainmenu li.divider {
    border-top: 1px solid #cdcdcd;
    margin: 0;
}
.side-nav.mainmenu li ul li {
    font-size: 0.825rem;
}

.side-nav.mainmenu a:not(.button),
.side-nav.mainmenu h6 {
    padding:0.275rem 0.275rem 0.275rem 1.5rem;
    color: #000;
    text-decoration:none;
	-webkit-hyphens: auto;
  	-moz-hyphens: auto;
  	-ms-hyphens: auto;
  	hyphens: auto;
}

.side-nav.mainmenu #left_navi_meine_steuererklaerung a:not(.button) {
	padding-left: 1.1em;
}

.side-nav.mainmenu ul a:not(.button) {
	padding-left:1.5rem;
}
.side-nav.mainmenu ul ul a:not(.button) {
	padding-left:2.5rem;
}
.side-nav.mainmenu ul ul ul a:not(.button) {
	padding-left:3.5rem;
}
.side-nav.mainmenu ul ul ul ul a:not(.button) {
	padding-left:4.5rem;
}
.side-nav.mainmenu ul ul ul ul ul a:not(.button) {
	padding-left:5.5rem;
}

.side-nav.mainmenu a:hover:not(.button),
.side-nav.mainmenu a:focus:not(.button) {
	background:#eee;
	color: #000;
}
.side-nav.mainmenu li.menuheadline.cur a,
ul#faqmenu li.level0.collapsable > a {
	background:#a7d12a;
	color: #000;
}

.side-nav.mainmenu li.menuheadline.errorline {
	margin-bottom: 0.5em;
	background-color: #fff;
}

.side-nav.mainmenu li.menuheadline.errorline a.fehlermeldung {
	background:#c60f13;
	color: #fff;
}

.side-nav.mainmenu li.menuheadline.errorline a.hinweismeldung {
	background:#FEA400;
	color: #fff;
}

.side-nav.mainmenu li.menuheadline.errorline a.voll {
	width: 100%;
}
.side-nav.mainmenu li.menuheadline.errorline a.halb {
	width: 49.5%;
}

.side-nav.mainmenu li.menuheadline.errorline span {

}

.side-nav.mainmenu li.menuheadline a span.number {
	font-size:1.0rem;
	margin: 0 0.5rem 0 -0.75rem;
}

.side-nav.mainmenu .button {
    display:block;
}

.side-nav.mainmenu li.cur > a,
#navi_abgeben li.cur > a {
	font-weight:bold;
	background-color:#eef0f3;
}

.side-nav.mainmenu .hitarea {
    background: transparent;
    cursor: pointer;
	position: absolute;
	top:0.275rem;
	left:0.3rem;
	width: 1rem;
	height: 1rem;
}

.side-nav.mainmenu ul ul .hitarea {
	left:1.5rem;
}
.side-nav.mainmenu ul ul ul .hitarea {
	left:2.5rem;
}
.side-nav.mainmenu ul ul ul ul .hitarea {
	left:3.5rem;
}

.side-nav.mainmenu .hitarea.expandable-hitarea:before {
  	content: "\f196";
	font: normal normal normal 14px/1 FontAwesome;
	color:#797779;
}
.side-nav.mainmenu .hitarea.collapsable-hitarea:before {
  	content: "\f147";
	font: normal normal normal 14px/1 FontAwesome;
	color:#797779;
}

/* --------------------------------------------------
   Menu-Styles Übersicht
----------------------------------------------------- */

ul.side-nav.cockpitmenu,
ul.side-nav.cockpitmenu ul {
	list-style-type:none;
	margin-left: 0;
	padding: 0;
	margin-top:0;
}

ul.side-nav.cockpitmenu li {
    font-size: 0.825rem;
    position:relative;
	margin:0;
}

ul.side-nav.cockpitmenu li.divider {
    border-top: 1px solid #cdcdcd;
    margin: 0;
}

body.loggedin ul.side-nav.cockpitmenu a {
    text-decoration: none;
	color: #000;
}

body.loggedin ul.side-nav.cockpitmenu li.cur a {
	font-weight: 700;
	letter-spacing: 0.01em;
	background-color: #eee;
}

ul.side-nav.cockpitmenu a.menuheadline {
	background: #e9e9e9;
	display: block;
	padding: 0.4375rem 0.875rem;
	color: #000;
}

ul.side-nav.cockpitmenu a.menuheadline.down {
	font-weight: 700;
	letter-spacing: 0.01em;
	background: #a7d12a;
}

ul.side-nav.cockpitmenu a.menuheadline.arrow:before {
  	content: "\f196";
	font: normal normal normal 14px/1 FontAwesome;
	color:#797779;
}
ul.side-nav.cockpitmenu a.menuheadline.arrow.down:before {
  	content: "\f147";
	font: normal normal normal 14px/1 FontAwesome;
	color:#797779;
}



/* --------------------------------------------------
   Menu-Symbole
----------------------------------------------------- */

.side-nav.mainmenu li.menu_green.gray > a:before,
.side-nav.mainmenu li.menu_yellow.gray > a:before {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 3px;
    content: "";
    background: url(/css/steuern/images/menu_green_gray.png) no-repeat 0 0;
    background-size: 100%;
    vertical-align: middle;
}
.side-nav.mainmenu li.menu_green.red > a:before,
.side-nav.mainmenu li.menu_gray.red > a:before,
.side-nav.mainmenu li.menu_yellow.red > a:before {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 3px;
    content: "";
    background: url(/css/steuern/images/menu_green_red.png) no-repeat 0 0;
    background-size: 100%;
    vertical-align: middle;
}
.side-nav.mainmenu li.menu_gray > a:before {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 3px;
    content: "";
    background: url(/css/steuern/images/menu_gray.png) no-repeat 0 0;
    background-size: 100%;
    vertical-align: middle;
}
.side-nav.mainmenu li.menu_yellow > a:before {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 3px;
    content: "";
    background: url(/css/steuern/images/menu_yellow.png) no-repeat 0 0;
    background-size: 100%;
    vertical-align: middle;
}
.side-nav.mainmenu li.menu_green > a:before {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 3px;
    content: "";
    background: url(/css/steuern/images/menu_green.png) no-repeat 0 0;
    background-size: 100%;
    vertical-align: middle;
}
.side-nav.mainmenu li.menu_red > a:before {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 3px;
    content: "";
    background: url(/css/steuern/images/menu_red.png) no-repeat 0 0;
    background-size: 100%;
    vertical-align: middle;
}

/* --------------------------------------------------
   FAQ - Texte
----------------------------------------------------- */

.faqinfobox {
	padding:10px;
}
.faqinfobox.ueberschrift {
	background-color: #a7d12a;
}
.faqinfobox.text {
	background-color:#F2F2F1;
	margin-bottom:1.5rem;
}

/* --------------------------------------------------
   Abgabeprozess
----------------------------------------------------- */

ul.naviabgeben {
    list-style-type: none;
	margin-left:2rem;
}


.side-nav.mainmenu ul.naviabgeben li > a,
.side-nav.mainmenu ul.naviabgeben li > a:hover {
	background:none;
	cursor:default;
}

ul.naviabgeben li.edit_link > a:before {
	display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 3px;
    content: "";
    vertical-align: middle;
	background: url(/css/steuern/images/menu_gray.png) no-repeat 0 0;
	background-size: 100%;
}
ul.naviabgeben li.edit_link.ready > a:before {
	background: url(/css/steuern/images/menu_green.png) no-repeat 0 0;
	background-size: 100%;
}



/* --------------------------------------------------
   Responsive Table
----------------------------------------------------- */

table.mzi_responsive tr th,
table.mzi_responsive tr td {
	padding:0.25rem 0.25rem;
	line-height:1.0rem;
	font-size:0.725rem;
}

table.mzi_responsive input[type="text"],
table.mzi_responsive select {
	padding: 0.25rem 0.125rem;
	height:auto;
	font-size:0.725rem;
	display: inline-block;
	margin-bottom: 0;
}

table.mzi_responsive .hasmzidroplist input[type="text"] {
	padding-right: 2em;
}

td.mzirechnerinput {
	position: relative;
}

table.mzi_responsive .f-dropdown.content{
	overflow:auto;
	height: 300px;
	font-size:0.725rem;
	padding:0.25rem;
}
#mzi_rechner_drop_liste .f-dropdown.content {
	overflow:auto;
	max-height: 250px;
	font-size:0.725rem;
	padding:0.25rem;
	z-index: 1006;
}

.mzi_responsive th.spaltenbreite_1 {
	width:110px;
}
.mzi_responsive th.spaltenbreite_2 {
	width:130px;
}
.mzi_responsive th.spaltenbreite_3 {
	width:140px;
}

.mzi_responsive .button.smallpadding,
.mzi_responsive a.smallpadding,
.mzi_responsive .input-group {
	margin-bottom: 0;
}

.mzi_responsive span.smallinput,
.mzi_responsive span.mediuminput,
.mzi_responsive span.largeinput {
	width:auto;
	display: block;
	float: none;
}
/* FOR-5845 */
div[id^="td_span_feld_"] { position: relative; }
div[id^="td_span_feld_"] > .mzidroplist {
	right: 0;
	top: -2px;
}
div[id^="td_span_feld_"] [type="text"][data-dropdownid] {
	padding-right: 2.25rem;
}
.mCSB_container .f-dropdown.content {
	overflow-y: auto;
	overflow-x: hidden;
	max-height: 150px;
	padding: .25rem .5rem;
}
.mCSB_container .f-dropdown.content.open {
	top: 2.5rem !important;
	left: 0 !important;
}
.mCSB_container .f-dropdown.content ul.selectdrop li {
	padding: .25rem .2rem;
}

.mzidroplist {
	display: block;
	padding: 0.25em 0.55em;
	position: absolute;
	right: 0.45em;
	top: 0.55em;

}

ul.selectdrop {
	list-style:none;
	margin-left:0;
}

ul.selectdrop li {
	font-size:0.725rem;
	padding:0.5rem 0.2rem;
	border-bottom:1px solid #CCCCCC;
	display:block;
	margin-left:0;
}

.left-off-canvas-menu,
.right-off-canvas-menu {
	width:13.625rem;
	background:#ffffff;
}

.move-right-off .exit-off-canvas {
	box-shadow: none;
}


/* --------------------------------------------------
   Abgabeprozess_Vorteile_ELSTER Tabelle
----------------------------------------------------- */

.green_table table thead th {
	text-align: center;
}
.green_table table tbody th {
	text-align: left;
	font-weight:normal;
}
.green_table table tbody td {
	text-align: center;
}

/* --------------------------------------------------
   Pricing Table - Shop
----------------------------------------------------- */

.pricing-table .cta-button .gekauft {
	font-size: 0.8125rem;
	padding: 0 0 1rem;
}


.pricing-table {
    border: none;
	border-left: 1px solid #E3E3E8;
	position: relative;
	z-index: 13;
}
.pricing-table .title {
    background-color: #ffffff;
	border-bottom: 1px solid #E3E3E8;
    color: #222;
	font-size: 1.6em;
	font-family:inherit;
    text-align: center;
}

.pricing-table .bullet-item {
    background-color: #fff;
    border-bottom: 1px solid #E3E3E8;
}

.pricing-table .bullet-item,
.pricing-table .bullet-item .fa {
	line-height: 1.3;
}

.pricing-table .price {
    background-color: #EEF0F3;
    color: #222;
    font-family: inherit;
    font-size: 1.6em;
    text-align: center;
	padding: 0.9375rem;
	border-bottom: 1px solid #E3E3E8;
}

.pricing-table.infolist {
	border-left: none;
}

.pricing-table.infolist .price .fa {
	font-size: 0.9em;
}
.pricing-table.recommended {
	z-index: 15;
  	-webkit-box-shadow: 0px 2px 10px 0px rgba(50,50,50,0.75);
	-moz-box-shadow: 0px 2px 10px 0px rgba(50,50,50,0.75);
	box-shadow: 0px 2px 10px 0px rgba(50, 50, 50, 0.5);
	border: 1px solid #DCE0E6;
	transform: scale(1.05);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.pricing-table.recommended .bullet-item {
    background-color: #EEF0F3;
}
.pricing-table.recommended .title {
    background-color: #3C3C3B;
    color: #fff;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.pricing-table.recommended .price {
    background-color: #a7d12a;
    color: #fff;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}


.pricing_table {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	margin: 1em auto;
}

.pricing_table .cell p {
	margin-bottom: 0;
	padding: 0.5em 1em;
}

.pricing_table .zeile.headerzeile .cell p b,
.pricing_table .zeile.footerzeile .cell p b {
 	font-size: 1.6em;
}

.pricing_table .cell {
	text-align: center;
	padding: 0;
	border-bottom: 1px solid #e3e3e8;
	overflow: hidden;
}
.pricing_table .cell.firstcolumn {
  	text-align: left;
	border-right: 1px solid #E3E3E8;
}
.pricing_table .cell.recommended {
	background-color: #eef0f3;
}
.pricing_table .zeile.footerzeile {
	background: #eef0f3;
}

.pricing_table .zeile.headerzeile .cell.recommended {
	background-color: #3c3c3b;
	color: #fff;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.pricing_table .zeile.footerzeile .cell.recommended {
	background-color: #a7d12a;
}

.pricing_table {
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
}

.pricing_table .zeile {
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
}

.pricing_table .zeile .cell {
  flex: 1;
  width: 25%;
}

.pricing_table .zeile .cell.firstcolumn {
  flex: 1.5 1 0;
}


@media only screen and (max-width: 64.063em) {
	.pricing_table .cell p {
		padding: 0.5em 0.5em;
	}

	.pricing_table .zeile.headerzeile .cell p b,
	.pricing_table .zeile.footerzeile .cell p b {
	 	font-size: 0.825em;
	}

	.pricing_table .zeile .cell.firstcolumn {
	  flex: 2 1 0;
	}

}

/* --------------------------------------------------
   Verfuegbarkeit der ELSTER-Server
----------------------------------------------------- */
.elster_info {
	border-color: #c60f13;
    border-radius: 2px 2px 0 0;
    border-style: solid;
    border-width: 2px 2px 2px 24px;
    clear: both;
    margin: 1.75em auto;
    min-height: 4em;
    padding: 0.2em 1em 0 10px;
    position: relative;
}
.elster_info .icon {
	color: #ffffff;
    left: -15px;
    position: absolute;
    top: -2px;
}
/* --------------------------------------------------
   Infoblase Brutto-Netto-Rechner
----------------------------------------------------- */
.sparpotenial {
	margin: 2.325rem 0;
    border-color: #a7d12a;
    border-style: solid;
    border-width: 1px;
    padding: 1.25rem;
    position: relative;
    -webkit-border-radius:3px;
    border-radius:3px
}
.sparpotenial:after, .sparpotenial:before {
	right: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	top: 1.25rem;
	pointer-events: none;
}
.sparpotenial:after {
	border-color: rgba(242, 242, 242, 0);
	border-right-color: #a7d12a;
	border-width: 15px;
	margin-top: -15px;
}
.sparpotenial:before {
	border-color: rgba(217, 217, 217, 0);
	border-right-color: #a7d12a;
	border-width: 16px;
	margin-top: -16px;
}
.sparpotenial ul,
.sparpotenial ol,
.inlineeingabe ul,
.inlineeingabe ol {
    margin-left: 1.25em;
}
.sparpotenial p,
.sparpotenial ul,
.sparpotenial ol {
    font-size: 0.775rem;
    line-height: 1.4;
    margin-bottom: 1.0rem;
}


.jurAbsatz dl {
	font-size:11px;
}

/* --------------------------------------------------
   listkap
----------------------------------------------------- */
.listkap {
	font-size: 0.6em;
	margin: 10px 25px 10px 0;
}

.listkaphead {
	font-size: 0.6em;
	font-weight: 700;
	letter-spacing: 0.01em;
	margin: 10px 5px 0 0
}

/* --------------------------------------------------
   ui-dialog
----------------------------------------------------- */
.ui-dialog .ui-dialog-content {
    border: 0;
    padding: .5em 1em;
    background: #ffffff;
    overflow: auto;
    zoom: 1;
	z-index: 9999;
}
.ui-dialog .ui-dialog-buttonpane {
    border: 0;
	z-index: 9999;
}

.mziblock {
    border: 1px solid #86a722;
    margin-bottom: 3px;
    border-radius: 5px;
}

/* --------------------------------------------------
   highlight
----------------------------------------------------- */
.highlight {
	background-color: yellow;
	font-weight: 700;
	letter-spacing: 0.01em;
	float: none;
}

/* Responsive Tabe Styles */
@media only screen and (max-width: 64.063em) {

	/* Force table to not be like tables anymore */
	table.mzi_responsive,
	table.mzi_responsive thead,
	table.mzi_responsive tbody,
	table.mzi_responsive th,
	table.mzi_responsive td,
	table.mzi_responsive tr {
		display: block;
	}

	/* Hide table headers (but not display: none;, for accessibility) */
	table.mzi_responsive thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

	table.mzi_responsive tr td {
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee;
		position: relative;
		padding-left: 40%;
	}

	table.mzi_responsive tr td:before {
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 35%;
		padding-right: 10px;
		/*white-space: nowrap;*/ /* s. FOR-2450 */
		content: attr(data-label);
		font-weight:bold;
	}
	h1, h2, h3, h4, h5, h6 {
		font-size: 100%;
	}
	p, ul, ol, dl, .side-nav.mainmenu li {
		font-size: 95%;
	}
	.teaserinner h1, .teaserinner h2 {
	    font-size: 130%;
	}

	.headingsteuerfall h4,
	.headingsteuerfall h5 {
		font-size: 95%;
	}

	.pricing-table .title {
	    font-size: 1.0em;
	}

	.pricing-table .price {
	    font-size: 1.0em;
	}

	.pricing-table .bullet-item,
	.pricing-table .bullet-item .fa {
		font-size:1.0em;
	}

}

/* Mobile Only Styles */
@media only screen and (max-width: 40em) {

	h1, h2, h3, h4, h5, h6 {
		font-size: 100%;
	}
	p, ul, ol, dl, .side-nav.mainmenu li {
		font-size: 90%;
	}

	.scrollbar-light {
		min-height:auto;
	}
	.innerwrapper {
		padding:0;
	}

	.row .row {
		margin:0 -0.4375em;
	}

	.column, .columns {
		padding-left:0.4375em;
		padding-right:0.4375em;
	}


}

/* Media Styles */
@media only screen and (max-width: 1024px) {

	label.inline {
	   	margin-bottom: 0.1875em !important;
	}
	label.right {
	    float: none !important;
	    text-align: left;
	}
	input[type="file"],
	input[type="checkbox"],
	input[type="radio"],
	select {
    	margin: 0 0 1em;
	}



}

/* Medium */
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
	.column, .columns {
		padding-left:0.4375em;
		padding-right:0.4375em;
	}
	.row .row {
		margin:0 -0.4375em;
	}

}

/* Large */
@media only screen and (min-width: 64.063em) {

	h5.header_titel {
		font-size:0.925rem;
	}
	.logoutcontainer {
		margin:0.525rem 0 1.25rem 0;
		padding:0;
	}

}

/* XLarge */
@media only screen and (min-width: 90.063em) {


}

/* Schichtposition f. ui-dialog, gwo 19/08/14 */
.ui-widget-overlay {
	z-index: 40250;
}
.ui-dialog {
	z-index: 40500;
}
/* Tooltips (gwo 19/09/05): */
.has-tip, .has-tip:hover {
	border-bottom: 0 none;
}
.tooltip, .tooltip p {
	font-size: 0.875rem;
}

/* Bundle-Boxen gwo 19/08/27 */
.txgruen {
	color: #80ba00 !important;
}
ul.checkliste {
	margin-left: 1.75em;
	list-style-type: none;
}
ul.checkliste li {
	position: relative;
}
ul.checkliste li::before {
	font: normal normal normal 14px/1 FontAwesome;
	content: '\f00c';
	font-size: inherit;
	color: #80ba00;
	top: .25rem;
	left: -1.75em;
	position: absolute;
}
.gwo_bundle_boxes .button {
	background-color: #63a300;
	color: #fff;
	font-size: .875rem !important;
	font-weight: 500;
}
.gwo_bundle_boxes .button:hover,
.gwo_bundle_boxes .button:focus {
	background-color: #80ba00;
	color: #fff;
}
.gwo_bundle_boxes .panel.callout.empfehlung .button {
	background-color: #457700;
}
.gwo_bundle_boxes .panel.callout.empfehlung .button:hover,
.gwo_bundle_boxes .panel.callout.empfehlung .button:focus {
	background-color: #71af00;
}
.gwo_bundle_boxes .panel.callout {
	background-color: #fff;
	border: 1px solid #b6b7b2;
	border-radius: .25rem;
	padding: 1.5rem 1rem 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
}
.gwo_bundle_boxes .panel.callout.empfehlung {
	border-color: #80ba00;
	position: relative;
}
.gwo_bundle_boxes .panel.callout h4 {
	margin-bottom: 1rem;
}
.streichpreis {
	position: relative;
}
.streichpreis:before {
	position: absolute;
	content: "";
	left: 0;
	top: 50%;
	right: 0;
	border-top: 1px solid #c60f13;
	-webkit-transform: rotate(-5deg);
	-ms-transform: rotate(-5deg);
	transform: rotate(-5deg);
}
.straightsticker {
	position: absolute;
	z-index: 30;
	background-color: #fa7e02;
	color: #fff;
	font-weight: 500;
	font-size: .875rem;
	letter-spacing: 0.01em;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	right: 7.5%;
	top: -.75rem;
	border-radius: .25rem;
	line-height: 1;
	padding: .375rem 1.5rem;
	box-shadow: 2px 2px 2px #0003;
}
@media only screen and (min-width: 64.125em) {
	.gwo_bundle_boxes {
		display: flex;
		flex-direction: row;
		align-items: stretch;
	}
	.gwo_bundle_boxes > .columns {
		display: flex;
		flex-direction: row;
		align-items: stretch;
	}
	.gwo_bundle_boxes .panel.callout {
		margin-top: 1rem;
		margin-bottom: 0;
	}
	.gwo_bundle_boxes .panel.callout.empfehlung {
		margin-top: 0;
	}
}

.rubriktitel,
.panel p.rubriktitel {
	text-transform: uppercase;
	color: #666;
	margin-bottom: .25rem;
}
.panel.hell {
	background-color: #f9f9f9;
}
.panel.hell,
.panel.hell h5 {
	line-height: 1.4;
}
.tabelle_leistungen.panel.callout {
	background-color: #fefffd;
	padding: .5rem 1.25rem;
}
.tabelle_leistungen.panel.callout h5 {
	margin-top: .75rem;
	margin-bottom: .25rem;
}
.tabelle_leistungen.panel.callout p:last-child {
	margin-bottom: .5rem;
}
.tabelle_leistungen > .row {
	border-bottom: 1px solid #e8f3c5;
}
.tabelle_leistungen > .row:last-child {
	border-bottom: 0 none;
}
.tabelle_leistungen > .row > .columns:first-child i.fa {
	margin-top: .75rem;
}
/* source umfrage: */
#source_umfrage,
#source_umfrage_feedback {
	background-color: #f9f9f9;
	border: 1px solid #ddd;
	border-radius: 3px;
	padding: 1rem;
	margin-top: 2.5rem;
}
#source_umfrage div.umfrage_item {
	margin-bottom: 0;
	background-color: #eaeaea;
	border: 1px solid #d8d8d8;
	border-radius: 3px;
	padding: .5rem;
	min-height: 2.4375rem;
}
#source_umfrage div.umfrage_item:hover {
	background-color: #bababa;
	border: 1px solid #bababa;
}
#source_umfrage > ul {
	margin-top: 1.25rem;
}
#source_umfrage .u_sonst {
	margin-bottom: 0;
	background-color: #eaeaea;
	border: 1px solid #d8d8d8;
	border-radius: 3px;
	padding: 0;
	min-height: 2.4375rem;
}
#source_umfrage .u_sonst .cell:first-child {
	padding: .5rem;
}
#source_umfrage .u_sonst .cell:nth-child(2) {
	padding: .1875rem .5rem 0;
}
#source_umfrage .u_sonst input {
	background: rgba(255,255,255,0.5);
	border: 1px solid #d8d8d8;
	width: 100%;
	margin-bottom: 0;
}
#source_umfrage .u_sonst .cell:nth-child(3) {
	padding: .5rem .5rem;
}
#source_umfrage .u_sonst .golink {
	padding: .125rem .5rem;
	background: #cacbc3;
	border-radius: 3px;
	text-decoration: none;
}
#source_umfrage .u_sonst .golink:hover {
	background: #b7b8b0;
}
/* Bugfix: #7488 Hilfe oben / Info unten */
.sidebar-right .mCSB_container {
	min-height: 100%;
	display: flex;
	flex-direction: column;
}
.sidebar-right .mCSB_container > * {
	display: initial !important;
}
/* #10312 - neues Cockpit-Logo: */
.titel_cockpit {
	height: 50px;
	width: auto;
}
.titel_cockpit_ostern {
	height: auto;
	max-width: 348px;
}
@media only screen and (max-width: 64em) {
	.titel_cockpit_ostern {
		max-width: 330px;
	}
	.titel_cockpit {
		max-width: 100%;
		height: auto;
	}
}
@media only screen and (min-width: 64.0625em) {
	div.header_box .titel_cockpit {
		margin-top: -4px;
		margin-bottom: -3px;
	}
}
.anti_row {
	margin-left: -0.9375em;
	margin-right: -0.9375em;
	width: calc(100% + 1.875em) !important;
}
@media only screen and (max-width: 40em) {
	.anti_row {
		margin-left: -0.4375em;
		margin-right: -0.4375em;
		width: calc(100% + 0.875em) !important;
	}
}
/* Chat-Bobbel: */
#userlike.userlike-mobile a#userlike-tab,
#userlike a#userlike-tab.userlike-button-bubble {
	min-width: 48px !important;
	min-height: 48px !important;
	max-width: 48px !important;
	max-height: 48px !important;
	bottom: 8px !important;
	-webkit-box-shadow: 2px -2px 5px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 2px -2px 5px 0px rgba(0,0,0,0.25);
	box-shadow: 2px -2px 5px 0px rgba(0,0,0,0.25);
}
#userlike.userlike-mobile a#userlike-tab #userlike-button-symbol i.userlike-symbol,
#userlike a#userlike-tab.userlike-button-bubble #userlike-button-symbol i.userlike-symbol {
	font-size: 38px !important;
	margin-top: -6px !important;
	margin-left: -13px !important;
}
/* Sprachmenue: */
#header .navigationbutton .button.secondary.lang_switch {
	color: #333;
	width: 128px;
	text-align: left;
	padding-left: 2.25rem;
}
.lang_switch img,
#langmenu img {
	width: 18px;
	height: auto;
	position: absolute;
	top: 0.75rem;
}
.lang_switch img { left: 0.75rem; }
#langmenu img { left: 0.6875rem; }
#langmenu {
	width: 125px;
	font-size: 0.8125rem;
	margin-top: 4px;
	white-space: nowrap;
}
#langmenu.f-dropdown li {
	font-size: 0.8125rem;
	position: relative;
}
#langmenu li a {
	color: #333;
	text-decoration: none;
	padding: 0.5rem 0.75rem 0.5rem 2.25rem;
	text-align: left;
}
#langmenu li a:hover { background-color: #bababa; }
#langmenu:hover:before,
#langmenu:hover:after { border-bottom-color: #bababa; }

@media only screen and (max-width: 64em) {
	#header .navigationbutton .button.secondary.lang_switch {
		padding-left: 0.75rem;
		width: auto;
	}
	#header .navigationbutton .button.secondary.lang_switch img,
	#langmenu img {
		position: static;
		left: 0;
		top: 0;
		width: 18px !important;
		height: auto;
	}
	#langmenu {
		width: auto;
		min-width: 44px;
	}
	#langmenu li a {
		padding-left: 0.75rem;
	}
}

/* neue Ladeanzeige (gwo 2020): */

.spinner_gwo {
  display: inline-block;
  position: relative;
  width: 74px;
  height: 74px;
  background-color: #fff;
  border-radius: 50%;
}
.spinner_gwo div {
  position: absolute;
  width: 5px;
  height: 5px;
  background: #43443e;
  border-radius: 50%;
  animation: spinner_gwo 1.2s linear infinite;
}
.spinner_gwo div:nth-child(1) {
  animation-delay: 0s;
  top: 34px;
  left: 58px;
}
.spinner_gwo div:nth-child(2) {
  animation-delay: -0.1s;
  top: 23px;
  left: 55px;
}
.spinner_gwo div:nth-child(3) {
  animation-delay: -0.2s;
  top: 14px;
  left: 46px;
}
.spinner_gwo div:nth-child(4) {
  animation-delay: -0.3s;
  top: 11px;
  left: 34px;
}
.spinner_gwo div:nth-child(5) {
  animation-delay: -0.4s;
  top: 14px;
  left: 23px;
}
.spinner_gwo div:nth-child(6) {
  animation-delay: -0.5s;
  top: 23px;
  left: 14px;
}
.spinner_gwo div:nth-child(7) {
  animation-delay: -0.6s;
  top: 34px;
  left: 11px;
}
.spinner_gwo div:nth-child(8) {
  animation-delay: -0.7s;
  top: 46px;
  left: 14px;
}
.spinner_gwo div:nth-child(9) {
  animation-delay: -0.8s;
  top: 55px;
  left: 23px;
}
.spinner_gwo div:nth-child(10) {
  animation-delay: -0.9s;
  top: 58px;
  left: 34px;
}
.spinner_gwo div:nth-child(11) {
  animation-delay: -1s;
  top: 55px;
  left: 46px;
}
.spinner_gwo div:nth-child(12) {
  animation-delay: -1.1s;
  top: 46px;
  left: 55px;
}

@keyframes spinner_gwo {
  0% {
    transform: scale(1);
  }
  8.333% {
    transform: scale(2.4);
  }
  16.666% {
    transform: scale(2.05);
  }
  25% {
    transform: scale(1.75);
  }
  33.333% {
    transform: scale(1.5);
  }
  41.666% {
    transform: scale(1.3);
  }
  50% {
    transform: scale(1.15);
  }
  58.333% {
    transform: scale(1.05);
  }
  66.666% {
    transform: scale(1);
  }
}
.gwo_loadmodal {
  position: fixed;
}

#gwo_loading {
  z-index: 200000;
}

.gwo_loadmodal {
  display: none;
  z-index: 2000;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow-y: auto;
  background-color: rgba(255, 255, 255, 0.75);
}
.gwo_loadmodal .spinner_gwo {
  top: 50%;
  left: 50%;
  margin-top: -37px;
  margin-left: -37px;
}
/* Testaccount-/Musterfall-Hinweisbox im Cockpit (gwo 07/2020): */
.hinweis_titel {
	font-weight: 700;
	letter-spacing: 0.01em;
	font-size: 1rem !important;
	margin-bottom: 0 !important;
}
.columns #testaccount_hinweis {
	margin-left: -0.9375em;
	margin-right: -0.9375em;
}
.columns #testaccount_hinweis,
.columns #musterfall_hinweis {
  border: 1px solid #e9e482;
  background-color: #fef98e;
  padding: 1rem;
  margin-bottom: 1.5rem;
}
.columns #testaccount_hinweis p,
.columns #musterfall_hinweis p {
	font-size: 0.825rem;
	line-height: 1.5;
  margin-bottom: 1rem;
}
#testaccount_hinweis_icon,
#musterfall_hinweis_icon {
	float: right;
	margin: 5px 0 0 1rem;
}
#testaccount_hinweis_resttext,
#musterfall_hinweis_resttext {
	margin-top: 1rem;
}
#musterfall_hinweis_titel {
	cursor: pointer;
}
@media only screen and (max-width: 64em) {
  .columns #testaccount_hinweis,
  .columns #musterfall_hinweis {
		margin-left: -0.4375em;
		margin-right: -0.4375em;
	}
}
/* Hilfreich-Popup, gwo 07/2020 */
.button.weiterbutton,
button.weiterbutton {
	padding: 0.4625rem 0.85rem;
	font-size: 0.925rem;
}
/* FIS-434 */
.texte_thumbs {
	padding: 0 0 0 0.75rem;
}
.texte_thumbs .fa {
	font-size: 1.25rem;
	color: #6d6e6d;
}
/* FOR-668 / gwo 27.11.20: */

.center_content .navigationbutton:not(.button-group) > *:not(:last-child) {
  margin-right: 0.25rem;
}
.center_content .checkbefore > input:not(:last-child) {
	margin-right: 0.125rem;
}
.center_content .navigationbutton .input-group,
.center_content .checkbefore .input-group {
	margin-bottom: 0;
}
.center_content_outer .navigationbutton *,
.center_content_outer .checkbefore * {
	margin-top: 0;
	margin-bottom: 0.25rem;
}
.center_content .navigationbutton > .checkbefore {
	flex-grow: 2;
}
span.smallinput {
	min-width: 100px;
	flex-basis: 40%;
}
span.mediuminput {
	flex-basis: 60%;
}
/* NPS-Fix, gwo 10.12.20: */
.center_content .navigationbutton.nps_auswahl {
	display: flex;
	flex-direction: row;
	flex-wrap : nowrap;
}

/* FOR-808: */
table.nostyle {
	border: 0 none;
	background: transparent;
}
table.nostyle tr.even, table.nostyle tr.alt, table.nostyle tr:nth-of-type(2n) {
    background: transparent;
}
table.nostyle tr th:first-child,
table.nostyle tr td:first-child {
	padding-left: 0;
}
table.nostyle tr th:last-child,
table.nostyle tr td:last-child {
    padding-right: 0;
}
.abgabeoptionen {
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}
.abgabeoptionen .button.right {
	margin: 0 0 0.5rem 1.5rem;
	white-space: nowrap;
}
.abgabeoptionen .row.panel {
	position: relative;
	border: 1px solid #bbb;
}
.abgabeoptionen .row.panel,
.adminswitch {
	padding-top: 1.5rem;
	padding-bottom: 0.5rem;
	margin-bottom: 0.5rem;
}
.abgabeoptionen .row.panel.waehlbar {
	cursor: pointer;
}
.abgabeoptionen .row.panel.nicht_waehlbar {
	cursor: not-allowed;
}
.abgabeoptionen .row.panel.nicht_moeglich {
	cursor: not-allowed;
	padding-right: 45px;
}
.abgabeoptionen .row.panel.gewaehlt {
	border: 1px solid #a7d12a;
	background-color: rgba(167,209,42,0.2);
}
.abgabeoptionen .row.panel.gewaehlt .fa-circle-o::before {
	content: "\f05d";
}
.abgabeoptionen .row.panel.waehlbar:hover {
	background-color: #f9f9f9;
}
.abgabeoptionen .row.panel.gewaehlt:hover {
	background-color: rgba(167,209,42,0.2);
}
.nicht_moeglich_sign {
	position: absolute;
	top: 0;
	right: 0;
	width: 300px;
	height: 100%;
	overflow: hidden;
}
.nicht_moeglich_sign span {
	position: absolute;
	top: -23px;
	right: -110px;
	line-height: 1.2;
	color: #c60f13;
	background-color: #f8e3e3;
	border: 1px solid #c60f13;
	padding: 0.25rem 0.5rem;
	transform: rotate(45deg);
	font-size: 0.825rem;
	height: auto;
	width: 250px;
	text-align: center;
}
.nicht_moeglich_sign span .fa { color: #c60f13; }
.abgabeoptionen .row.panel .small-1 { max-width: 2rem; }
.abgabeoptionen .row.panel .small-11 { min-width: calc(100% - 2rem); }
.abgabeoptionen .row.panel table td {
	padding-top: 0;
	padding-bottom: 0;
}
.abgabeoptionen .row.panel .fa:not(.fa-lock) {
	color: #85898f;
}
.abgabeoptionen .row.panel.gewaehlt .fa:not(.fa-lock) {
	color: #578809;
}
.button b, .button strong { letter-spacing: 0.02em; }
@media only screen and (min-width: 40.063em) {
	.abgabeoptionen .row.panel {
		min-height: 7.5rem;
	}
}
.fr_form .mce-container { box-sizing: border-box; }
label.customlabel { padding-top: 3px; }

/* FOR-1413 */
.abgabeoptionen .row.panel.blind_panel {
	background-color: transparent;
	border-color: transparent;
	padding-top: 0.5rem;
	margin-top: -1rem;
	margin-bottom: -1.5rem;
}

/* FOR-922 03/2021: */
.center_content .checkbefore { float: left; }

/* FOR-1426: */
.row.fast_fertig_pfeil {
	background-image: url(../images/abgabe_unterschrift_pfeil.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: calc(100% - 30px);
}
div.fast_fertig_pfeil > div.fast_fertig_gruen,
div.fast_fertig_pfeil > div.fast_fertig_rot {
	padding-top: 30px;
	padding-bottom: 20px;
}
div.fast_fertig_pfeil > div.fast_fertig_gruen {
	padding-left: 30px;
	padding-right: 10px;
}
div.fast_fertig_pfeil > div.fast_fertig_rot {
	padding-left: 10px;
	padding-right: 30px;
}
@media only screen and (max-width: 64em) {
	.row.fast_fertig_pfeil {
		background-image: url(../images/abgabe_unterschrift_pfeil_m.png);
		width: calc(100% - 14px);
	}
	.row.fast_fertig_pfeil .columns.fast_fertig_gruen {
		padding: 65px 30px 35px !important;
	}
	.row.fast_fertig_pfeil .columns.fast_fertig_rot {
		padding: 40px 30px 40px !important;
	}
}
@media only screen and (min-width: 86em) {
	.row.fast_fertig_pfeil {
		background-image: url(../images/abgabe_unterschrift_pfeil_xl.png);
	}
}
/* FOR-1415: */
.center_content, .center_content_seite {
	position: relative;
}
.center_content_outer .mCustomScrollbar .mCSB_container {
	padding-top: 30px;
	padding-bottom: 70px;
	position: relative;
}
.center_content_outer .mCustomScrollbar .mCustomScrollBox:before {
	content: "";
	display: block;
	position: absolute;
	z-index: 20;
	top: 0;
	width: calc(100% - 16px);
	height: 30px;
background: rgba(255,255,255,1);
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,0)));
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
}
.center_content_footer {
	position: absolute;
	z-index: 200;
	bottom: 0;
	width: 100%;
	padding-right: 45px;
}
.center_content_footer #formfooter,
.center_content_footer #formfooter_zurueck {

background: rgba(255,255,255,0.3);
background: -moz-linear-gradient(top, rgba(255,255,255,0.3) 0%, rgba(255,255,255,0.7) 44%, rgba(255,255,255,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0.3)), color-stop(44%, rgba(255,255,255,0.7)), color-stop(100%, rgba(255,255,255,1)));
background: -webkit-linear-gradient(top, rgba(255,255,255,0.3) 0%, rgba(255,255,255,0.7) 44%, rgba(255,255,255,1) 100%);
background: -o-linear-gradient(top, rgba(255,255,255,0.3) 0%, rgba(255,255,255,0.7) 44%, rgba(255,255,255,1) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,0.3) 0%, rgba(255,255,255,0.7) 44%, rgba(255,255,255,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,0.3) 0%, rgba(255,255,255,0.7) 44%, rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
}
@media only screen and (min-width: 64.063em) {
	.center_content #div_footer_seite .show-for-large-up {
		display: inline !important;
	}
}
/* FOR-1410: */
.center_content .button.jumper,
.center_content .button.inv,
.reveal-modal .button.jumper,
.reveal-modal .button.inv {
	background-color: transparent !important;
	padding-top: 0.4375rem;
}
.center_content .button.jumper,
.reveal-modal .button.jumper {
	margin-left: 0.125rem;
}
.center_content .button.jumper .fa,
.center_content .button.inv .fa,
.reveal-modal .button.jumper .fa,
.reveal-modal .button.inv .fa {
	font-size: 1.125rem !important;
	margin-bottom: 0;
}
/* FOR-1447: */
.panel.weiss {
	background-color: #fff;
}
.panel.gruen {
	border: 1px solid #a7d12a;
	background-color: rgba(167,209,42,0.2);
}
.panel .button.secondary {
	border: 1px solid #ddd;
}
.panel .button.secondary:hover,
.panel .button.secondary:focus {
	border-color: #aaa;
}
@media only screen and (min-width: 64.063em) {
	.large-right {
		float: right;
		margin:0 0 1rem 2rem;
	}
}
.hat_banderole {
	position: relative;
	margin-top: 0.5rem;
}
.hat_banderole > .row:first-child {
	margin-right: 65px;
}
.panel_banderole {
	position: absolute;
	top: 0;
	right: 0;
	width: 150px;
	height: 150px;
	overflow: hidden;
}
.panel_banderole span {
	position: absolute;
	top: 35px;
	right: -68px;
	line-height: 1.2;
	color: #c60f13;
	background-color: #f8e3e3;
	border: 1px solid #c60f13;
	padding: 0.25rem 0.5rem 0.375rem;
	transform: rotate(45deg);
	font-size: 0.825rem;
	height: auto;
	width: 250px;
	text-align: center;
}
.panel_banderole span .fa { color: #c60f13; }
.radius .panel_banderole { border-radius: 3px; }

/* FOR-1583: */
.mCSB_inside > .mCSB_container {
    margin-right: 0;
    padding-right: 15px;
}
/* FOR-1757: */
.dropper .fa-paperclip {
	position: relative;
	left: -10px;
	top: -10px;
}
.drag-over .dropper:not(.isc) .dropper-dropzone,
.dropper.dropping:not(.isc) .dropper-dropzone {
	position: fixed;
	z-index: 10000;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-color: rgba(255,255,255,0.9);
	border-style: solid;
	border-color: #a7d12a;
}
.drag-over .dropper:not(.isc) .dropper-dropzone > div,
.dropper.dropping:not(.isc) .dropper-dropzone > div {
	margin: -50px auto 0;
	position: relative;
	top: 50%;
}
.dropper .dropper-dropzone .fa-paperclip {
	float: left;
}
.drag-over .dropper .dropper-dropzone .fa-paperclip,
.dropper.dropping .dropper-dropzone .fa-paperclip {
	position: static;
	font-size: 2rem;
	margin: 0 auto 1rem;
	float: none;
}
.drag-over .dropper:not(.isc) .dropper-dropzone > div > .columns,
.dropper.dropping:not(.isc) .dropper-dropzone > div > .columns {
	width: 100%;
}
.paneltoggle {
	width: 100%;
	position: relative;
	bottom: -1.25rem;
	text-align: center;
}
.paneltoggle span {
	font-size: 0.825rem;
	background-color: #d8d8d8;
	padding: 0.125rem 0.5rem;
	border-radius: 3px 3px 0 0;
	cursor: pointer;
}
.filelist.complete {
	list-style-type: none;
	margin: 0 -0.5rem 1rem;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;

}
.filelist.complete li {
	padding: 0.5rem 0;
	border: 1px solid #d8d8d8;
	border-radius: 3px;
	background-color: #f0f0f0;
	position: relative;
	text-align: center;
	margin: 0 0.5rem 0.5rem;
	width: calc(50% - 1rem);
	cursor: pointer;
}
.filelist.complete:not(.zertlist) li {
	min-height: 84px;
}
.filelist.complete li .file {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	padding: 0.125rem 0.5rem;
	color: #666;
}
.filelist.complete li:hover {
	background-color: #fff;
}
.filelist.complete li:hover .file {
	position: absolute;
	z-index: 30;
	left: 50%;
	right: 0;
	white-space: pre-wrap;
	overflow: visible;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	border: 1px solid #d8d8d8;
	-webkit-box-shadow: 1px 2px 3px 0 rgba(0,0,0,0.15);
	box-shadow: 1px 2px 3px 0 rgba(0,0,0,0.15);
	margin-top: -1px;
	background-color: #fff;
	color: #222;
}
@media only screen and (min-width: 64.063em) {
	.filelist.complete:not(.zertlist) li {
		width: calc(25% - 1rem);
	}
}
.filelist.complete li .fa-file-pdf-o {
	color: #999;
	margin-bottom: 0.5rem;
	font-size: 2rem;
}
.filelist.complete li .fa-close {
	position: absolute;
	right: 3px;
	top: 3px;
	color: #999;
	cursor: pointer;
}
.filelist.complete li .fa-close:hover {
	color: #333;
}
.filelist.queue li br,
.filelist.queue li .fa-close,
.filelist.queue li .fa-file-pdf-o {
	display: none;
}
.filelist.queue li {
	margin: 0.125rem 0;
	padding-right: 2rem;
	position: relative;
}
.filelist.queue li .fa-close {
	position: absolute;
	right: 0.25rem;
	top: 0.25rem;
	cursor: pointer;
	color: #999;
}
.filelist.queue li .fa-close:hover {
	color: #222;
}
.filelist.queue .progress {
	padding: 0 0.5rem;
	margin-left: 0.5rem;
	border-radius: 3px;
	border: 1px solid #d8d8d8;
}
.filelist.queue .progress.processing {
	position: relative;
	background-color: rgba(167,209,42,0.3);
	border-color: rgb(167,209,42);
	padding-left: 1.75rem;
}
.filelist.queue .progress.processing:before {
	position: absolute;
	top: 2px;
	left: 0.5rem;
	content: '\f254';
	font-family: FontAwesome;
	-moz-osx-font-smoothing: grayscale;
	font-weight: 400;
	line-height: 1;
	color: #719e0b;
	width: 15px;
	height: 15px;
	text-align: center;
	animation: sanduhr_drehen 2s infinite;
}
@keyframes sanduhr_drehen {
  15% { transform: rotate(180deg); }
  50% { transform: rotate(180deg); }
  65% { transform: rotate(360deg); }
  100% { transform: rotate(360deg); }
}

.uploaderror {
	color:#c60f13;
}

/* FOR-1905: */
.panel.info {
	border: 1px solid #fdcc7e;
	background-color: #fee5a0;
    padding: 0.9375em;
    margin-bottom:0.625rem;
}
.cockpit .panel.info {
    margin-top:0;
    margin-bottom:0.5rem;
}

.panel.info p {
    font-size: 0.85em;
    margin-bottom: 0.2rem;
}
.panel.info p:last-child {
	margin-bottom: 0;
}
.panel.info h3 {
    font-size: 0.925rem;
	font-weight: 700;
	letter-spacing: 0.01em;
}
media only screen and (min-width: 40.063em) {
	.panel.info h3 {
		font-size: 1.25rem;
	}
}
/* FOR-1980: */
.ste_status {
	margin-top: -2px;
}
.ste_status > span {
	display: inline-block;
	padding: 2px 8px;
	border-radius: 3px;
	background-color: #d0e78e;
}

/* FOR-2450: */
table.mzi_responsive tr td .radiogroup {
	white-space: nowrap;
}
/* FM-1823 */
.accordion .accordion-navigation.no_option > a {
	border: 2px solid #efefef;
	background: #fff;
	color: #666;
}
.accordion .accordion-navigation.no_option.active > a {
	color: inherit;
}

/* FOR-2644 usercentrics: */
.uc-embed div[data-testid="uc-embed-service"] {
	padding: 0.5rem 1rem;
	margin-bottom: 1rem;
	border: 1px solid #d8d8d8;
	background-color: #f2f2f2;
}
.uc-embed .uc-checkbox.uc-optInCheckboxWithLabel {
	display: flex !important;
	align-items: center;
	margin-bottom: 1rem;
}
.uc-embed .uc-checkbox.uc-optInCheckboxWithLabel [type="checkbox"] {
	margin-bottom: -0.25rem;
    margin-right: 0.5rem;
}
.uc-embed .uc-checkbox.uc-optInCheckboxWithLabel .uc-title.uc-optInCheckboxWithLabel * {
	font-size: 1.375rem;
	font-weight: 500;
	color: #222;
	margin-bottom: 0;
}
.uc-embed .uc-embed-subelement > .uc-heading {
	font-size: 1.25rem;
}
/* FM-1823 Testuser average reward bubble: */
.nowrap { white-space: nowrap; }
.testuser_text {
	margin-top: 0;
	text-align: center;
}
#maincontent .testuser_text p { font-size: 1rem; }
#testuser_bubble {
	width: 11em;
	height: 7.25em;
	padding: 0 1em;
	margin: 0.5em auto;
	background-image: url(../images/bubble_hallo_r.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	transform: translateX(10%);
}
#testuser_bubble #bubble_content {
	width: 100%;
	min-height: 6.75em;
	text-align: center;
	padding: 0.375em 2.125em 1em 1.25em;
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: #000;
	text-align: center;
	transform: rotate(-10deg);
}
#testuser_bubble p {
	margin-bottom: 0;
	font-size: 1rem;
}
.testuser_rueck h4 {
	font-weight: 700;
	letter-spacing: 0.01em;
}
#testuser_bubble h3,
#testuser_bubble h4 {
	font-weight: 400;
	color: #000;
	margin: 0;
	line-height: 1.3;
}
#testuser_bubble h3 {
	font-size: 1.25rem;
}
#testuser_bubble h4 {
	font-size: 1rem;
}
@media only screen and (max-width: 64.063em) {
	.testuser_text {
		width: 100%;
		margin-top: 0;
	}
	.testuser_text h4	 {
		font-size: 1.5rem;
		margin-top: 0;
	}
	.testuser_text h3 {
		font-size: 2rem;
		margin-top: 0;
	}
	#testuser_bubble {
		margin: 0 auto;
	}
}
/* FM-2127 (Siegel): */
.gwo_siegelleiste_4 .row {
  display: flex;
  flex-direction: row;
  align-items: center;
	justify-content: flex-end;
}
.gwo_siegelleiste_4 .columns {
  width: auto;
}
.gwo_siegelleiste_4 .columns:first-child img {
  max-height: 60px;
}
.gwo_siegelleiste_4 img {
  max-height: 77px;
  width: auto;
  margin: 0;
}
.gwo_siegelleiste_4 .ts_cut {
  height: 82.5px;
  width: 127px;
  overflow: hidden;
  margin-top: -6px;
  margin-right: 1rem;
  border-bottom: 1px solid #b6b5b6;
}
.gwo_siegelleiste_4 .ts_cut img {
  max-height: none;
}
/* FOR-2714: */
.grid-container label { margin-bottom: .5rem; }
.grid-container #passwort_zeigen { display: none; }
.grid-container .button { border-radius: 3px; }
.gwo_form_pw_group {
  position: relative;
}
.gwo_form_pw_group input {
  padding-right: 30px;
  width: calc(100% - 2.5rem);
}
.gwo_form_pw_group #signin_passwort_zeigen,
.gwo_form_pw_group #passwort_zeigen {
  position: absolute;
  right: 0.25rem;
  top: 0.75rem;
  cursor: pointer;
}
#anmeldungSuccess [type='checkbox'] {
	margin-top: 0 !important;
}
.error {
	color: #c60f13;
	font-size: 0.875rem;
}
.button.error {
	color: #fff;
}
ul.error_list {
  list-style-type: none;
  margin-left: 1em;
}
ul.error_list li {
  position: relative;
  color: #c60f13;
}
ul.error_list li:before {
  position: absolute;
  font-size: inherit;
  content: "-";
  top: 0;
  left: -1em;
}
.row.topmargin_15 { margin-top: 15px !important; }
.shrink.cell.columns {
	width: 24px;
}
.auto.cell.columns {
	width: calc(100% - 24px);
}
/* FOR-2781: */
.pseudotable {
	border: 1px solid #ddd;
	font-size: 0.825rem;
	color: #222;
}
.pseudotable > .row.pseudohead {
	background-color: #f5f5f5;
	font-weight: bold;
	color: #222;
}
.pseudotable > .row > .columns {
	padding: 0.5625rem 0.625rem;
}
.pseudotable > .row:not(:last-child) {
	border-bottom: 1px solid #ddd;
}
/* FM-2153: */
.closebutton {
	font-size: 1.5em;
	line-height: 1;
	font-weight: bold;
	color: #111;
	cursor: pointer;
	float: right;
	margin: -0.75rem -0.25rem 0.25rem 1rem;
}
.closebutton:hover {
	color: #9e0c0f;
}
/* FOR-2986: */
.row.topwarnhinweis > .small-12.columns {
	padding: 0;
}
/* FOR-2750: */
.freischaltcodebutton {
	display: block;
	border:1px solid #fdcc7e;
	padding: 0 4px;
	border-radius: 3px;
	background-color:#fee196;
	margin:1px -5px -1px;
	font-weight:400;
}
.freischaltcodebutton > .fa {
	transform: translateY(1px);
	margin-left: 2px;
}
/* FOR-3027: */
.accordion .accordion-navigation .fa-chevron-down:not(.acttoggle) {
	margin-top: 4px;
	transition: transform 0.25s ease-out;
}
.accordion .accordion-navigation.active .fa-chevron-down:not(.acttoggle) {
	transform: rotate(180deg);
}
/* FOR-2857: */
.center_content .row.topwarnhinweis {
	margin-left: 0;
	margin-right: 0;
}
.mCSB_outside + .mCSB_scrollTools {
  right: -23px;
}
.sidebar-right {
	margin-right: 14px;
}
.mCSB_scrollTools {
	top: 0.5em;
}
@media only screen and (max-width: 40em) {
	.center_content .mCustomScrollbar,
	.sidebar.left-off-canvas-menu .mCustomScrollbar {
		max-width: calc(100% - 20px)
	}
}
/* FM-2285 Passwortstaerken-Anzeiger: */
#pw_gauge {
	max-width: 400px;
	height: 5px;
	border: 1px solid #ccc;
	background-color: #fff;
	border-radius: $bradius;
	overflow: hidden;
	margin-bottom: 1rem;
}
#pw_gauge > div {
	font-size: 1rem !important;
	border-width: 0 !important;
	width: auto;
}
.passwordcheckhelplist {
	list-style-type: none;
	margin-left: 0 !important;
}
.passwordcheckhelplist li:before {
	content: '' !important;
}
.passwordcheckhelplist .fa {
	padding-right: 0.5rem;
}
.passwordcheckhelplist .fa-circle {
    text-shadow: 0px 0px 1px rgba(0,0,0,1);
}
.pw_strength_tooltip_holder {
	font-size: 1.25rem;
	color: #aaa;
}
/* FM-2373: */
@media only screen and (max-width: 64em) {
	.joyride-tip-guide,
	#jr_start {
		display: none !important;
	}
}
/* FM-2480 getsitecontrol-banner: */
body[class*="getsitecontrol-"] {
	padding-top: 50px;
}
@media screen and (max-width: 39.9375em) {
	body[class*="getsitecontrol-"] {
		padding-top: 75px;
	}
}
/* FOR-3990: */
.tan_input {
	border: 1px solid #aaa;
	border-radius: 4px;
	padding: 0 .5rem .5rem;
	position: relative;
	width: 12rem;
}
.tan_input label {
	font-size: .75rem;
	margin-bottom: 0;
	padding-bottom: 0;
	color: #aaa;
}
.tan_input input,
.tan_input input:focus,
.tan_input  [type="text"],
.tan_input  [type="text"]:focus {
	border: 0 none;
	outline: 0 none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	font-size: 1.75rem;
	line-height: 1;
	padding-top: 0;
	padding-bottom: 0;
	font-weight: 500;
	letter-spacing: .15em;
	text-align: center;
	margin-bottom: 0;
	width: 10.875rem;
}
.row.vcenter {
	display: flex;
	flex-direction: row;
	margin: .125rem 0 1rem;
}
.row.vcenter .vmargin_4 {
	margin-top: .25rem;
	margin-bottom: .25rem;
}
/* FOR-5150: */
#sperrhinweis {
	margin-top: -18px;
}

/* FOR-5443: */
ul, label ul {
	text-align: left;
	font-size: inherit;
}
label.right ul {
	margin-top: .5rem;
}
/* FOR-5177: */
table.unstriped {
	background: transparent;
}
table.unstriped > tbody > tr.even,
table.unstriped > thead > tr.even,
table.unstriped > tbody > tr.alt,
table.unstriped > thead > tr.alt,
table.unstriped > tbody > tr:nth-of-type(2n),
table.unstriped > thead > tr:nth-of-type(2n) {
	background: transparent;
}
:root {
	--link_color: #64930a;
	--bar_color: #b3d05f;
	--light_bar_color: #d9e7af;
}
.color_table,
.color_table table:not(.nostyle) {
	border: 1px solid #333;
}
.color_table > thead {
	background-color: var(--bar_color);
	border-bottom: 1px solid #333;
}
.color_table table:not(.nostyle) > thead {
	background-color: var(--light_bar_color);
	border-bottom: 1px solid #333;
}
.color_table tr.color_row {
	background-color: var(--bar_color) !important;
}
/* FOR-4826: */
@media print {
	.hide-for-print {
		display: none !important;
	}
}

/* Previewbox: */
.previewbox {
	width: auto;
	display: inline-block;
	padding: .5rem 1rem;
	margin: 1rem 0;
	border: 1px solid rgb(180, 255, 112) !important;
	border-radius: 5px;
	background-color: #fff;
}
.mainmenu .previewbox,
.side-nav.mainmenu a.previewbox:hover:not(.button),
.side-nav.mainmenu a.previewbox:focus:not(.button),
.side-nav.mainmenu li.menuheadline.cur a.previewbox,
.previewbox:before {
	background-color: #cfffa3;
	border-bottom: 1px solid rgb(180, 255, 112) !important;
	background: rgba(207, 255, 163, 0.17);
	background: -moz-linear-gradient(top, rgba(207, 255, 163, 0.17) 0%, rgba(207, 255, 163, 1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(207, 255, 163, 0.17)), color-stop(100%, rgba(207, 255, 163, 1)));
	background: -webkit-linear-gradient(top, rgba(207, 255, 163, 0.17) 0%, rgba(207, 255, 163, 1) 100%);
	background: -o-linear-gradient(top, rgba(207, 255, 163, 0.17) 0%, rgba(207, 255, 163, 1) 100%);
	background: -ms-linear-gradient(top, rgba(207, 255, 163, 0.17) 0%, rgba(207, 255, 163, 1) 100%);
	background: linear-gradient(to bottom, rgba(207, 255, 163, 0.17) 0%, rgba(207, 255, 163, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cfffa3', endColorstr='#cfffa3', GradientType=0);
}
.previewbox:before {
	width: calc(100% + 2rem);
	content: 'Preview:\00A0';
	font-weight: 500;
	color: #67b224;
	font-style: italic;
	display: inline-block;
	margin: -.5rem -1rem .5rem;
	padding: .5rem 1rem;

}
.side-nav..mainmenu a.previewbox:not(.button) {
	width: 100%;
	display: block;
	padding: 0.4375rem 0.4375rem 0.4375rem 0.9375rem;
	border-radius: 0;
}
.side-nav.mainmenu a.previewbox:not(.button):before {
	display: inline;
	margin: 0;
	padding: 0;
	background-color: transparent;
	width: auto;
	border: 0 none;
	border-bottom: 0 none !important;
}
.side-nav.mainmenu .previewbox a:hover:not(.button) { background: transparent !important; }

/* FIS-1174: */
.ai_differences h1,.ki_response h1 { font-size: 1.6875rem !important; }
.ai_differences h2,.ki_response h2 { font-size: 1.5rem !important; }
.ai_differences h3,.ki_response h3 { font-size: 1.375rem !important; }
.ai_differences h4,.ki_response h4 { font-size: 1.25 rem !important; }
.ai_differences h5,.ki_response h5 { font-size: 1.125 rem !important; }
.ai_differences h6,.ki_response h6,
.ai_differences p,.ki_response p { font-size: 1rem !important; }

/* FOR-5247: */
.pseudoselect {
	-webkit-appearance: none !important;
	-webkit-border-radius: 0px;
	background-color: #fafafa;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+);
	background-position: 100% center;
	background-repeat: no-repeat;
	border: 1px solid #a4a4a4;
	padding: 0.35rem 0.35rem;
	font-size: 0.825rem;
	font-family: inherit;
	color: #000;
	height: auto;
	margin: 0 0 0.5rem;
	line-height: normal;
	border-radius: 0;
	height: auto;
	width: 100%;
	text-transform: none;
}

/* FOR-5838: */
#intelliScanUpload .dropper-dropzone {
	background: #fbfcfc;
	border: 1px solid #939b9e;
	border-radius: .5rem;
	-webkit-box-shadow: 1px 1px 1px #d7dfe280;
	-moz-box-shadow: 1px 1px 1px rgba(215,223,226,0.5);
	box-shadow: 1px 1px 1px #d7dfe280;
	font-weight: 500;
	padding: 1rem;
	text-align: inherit;
}
#intelliScanUpload .dropper.dropping .dropper-dropzone {
	background: #f3f5f6;
	border: 1px solid #6a787d;
}
.aspect_outer {
	position: relative;
	width: 100%;
	padding-top: 50%;
}
.aspect_inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#intelliScanUpload .aspect_outer {
	margin: 1rem 0;
}
#intelliScanUpload .aspect_inner svg {
	height: 100%;
	width: auto;
	fill: #aaa;
}
#intelliScanUpload .aspect_inner a:hover svg {
	fill: #666;
}
.doc_thumb {
	box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}
.flexrow {
	display: flex;
	flex-direction: row;
	align-items: center;
}
.flexbetween {
	justify-content: space-between;
}
.flexstart {
	justify-content: start;
}
/* FOR-5982 */
.soon_label {
	border: 3px solid #a7d12a;
	color: #a7d12a;
}
/* FOR-6114: */
.row.inner_space_vertical {
	display: flex;
	flex-wrap: wrap;
}
.row.inner_space_vertical > .columns {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding-bottom: .5rem;
}

/* FOR-4173 / FOR-5931 */
.hilfe_toggle {
	cursor: pointer;
	margin-top: 0;
	font-weight: 500;
	position: relative;
	padding-right: 1.5rem;
}
.hilfe_toggle:before,
#div_blockhilfe .hilfe_toggle:after {
	position: absolute;
	display:inline-block;
	font:normal normal normal 14px/1 FontAwesome;
	text-rendering:auto;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
}
.hilfe_toggle:before {
	content:'\f078';
	font-size: .75em;
	margin-left: .5em;
	margin-top: .375em;
	z-index: 20;
	top: 0;
	right: 0;
}
.hilfe_box.open .hilfe_toggle:before {
	content:'\f077';
}
.sidebar_help .hilfe_box:not(.open) .hilfe_body { display: none !important; }
.sidebar_help #div_sidebar_video .hilfe_body {
	position: relative;
}
.sidebar_help .video_preview {
	border-radius: 5px;
	cursor: pointer;
}
.sidebar_help #div_sidebar_video .hilfe_body:before,
.sidebar_help #div_sidebar_video .hilfe_body:after {
	position: absolute;
	top: 50%;
	left: 50%;
	cursor: pointer;
	pointer-events: none;
}
.sidebar_help #div_sidebar_video .hilfe_body:before {
	content: '';
	z-index: 10;
	background-color: rgba(0,0,0,0.4);
	border-radius: 1000px;
	width: 60px;
	height: 60px;
	margin: -30px 0 0 -30px;
}
.sidebar_help #div_sidebar_video .hilfe_body:after {
	z-index: 20;
	content: '\f0da';
	font: normal normal normal 48px/1 FontAwesome;
	color: #fff;
	margin: -24px 0 0 -5px;
}
/* FM-4478 */
.blockhilfe_video {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	margin: 0 0 1rem;
	border: 1px solid #eee;
}
.blockhilfe_video > iframe,
.blockhilfe_video > img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.blockhilfe_video > iframe {
	z-index: 10;
}
.blockhilfe_video > img {
	z-index: 20;
	cursor: pointer;
}
#div_blockhilfe.hasVideo:not(.open) .hilfe_toggle {
	padding-right: 3rem;
}
#div_blockhilfe.hasVideo:not(.open) .hilfe_toggle::after {
	content: "\f16a";
	z-index: 10;
	top: .125rem;
	right: 1.25rem;
	font-size: 1.25rem;
	color: #a6d12a;
}
/* FOR-6288: */
.button.filter-btn {
	color: #fff;
	border-radius: .5rem;
	background-color: var(--primary);
	border: 1px solid var(--primary);
	font-size: .875rem;
	padding: .25rem .75rem;
	margin: 0 1rem .75rem 0 !important;
	font-weight: 500;
	letter-spacing: .01em;
	min-height: 1.375rem;
}
.button.filter-btn:hover,
.button.filter-btn:focus {
	background-color: var(--primary_hov);
	border: 1px solid var(--primary_hov);
}
.button.filter-btn.hollow {
	color: var(--primary);
	background-color: #fff;
}
.button.filter-btn.hollow:hover:not([disabled]),
.button.filter-btn.hollow:focus:not([disabled]) {
	color: var(--primary_hov);
	border: 1px solid var(--primary);
}
.button.filter-btn[disabled] {
	opacity: 0.5;
}
#form_suche .button {
	margin-bottom: 0;
}
#div_seite_suche.row {
	margin: 1rem -.9375rem 0;
	width: calc(100% + 1.875rem);
}
#div_seite_suche .highlight {
	background-color: #ffa;
}
#span_suchergebnisse .highlight {
	background-color: transparent;
}
#div_seite_suche .breadcrumbs .highlight,
#div_seite_suche .breadcrumbs > *,
#span_suchergebnisse .breadcrumbs .highlight,
#span_suchergebnisse .breadcrumbs > * {
	font-size: inherit;
}
#div_suche_ergebnisse ul {
	list-style-type: none;
	margin: .5rem 0;
	font-size: 1rem;
}
#div_suche_ergebnisse ul li {
	margin-bottom: .5rem;
}
#div_suche_ergebnisse ul li a {
	color: var(--primary_hov);
	text-decoration: none;
}
#div_suche_ergebnisse ul li a:hover {
	text-decoration: underline;
}
#div_suche_ergebnisse ul small {
	font-size: .875rem;
	display: inline-block;
	margin-bottom: .5rem;
	font-weight: normal;
}
#div_suche_ergebnisse ul p small {
	margin-bottom: 0;
}
#div_seite_suche #suchbegriffe3 {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	padding-left: 1rem;
	padding-right: 1rem;
	border-color: #aaa;
}
#div_seite_suche #a_suche_button {
	color: #333;
	background-color: #fff;
	border: 1px solid #aaa;
	border-width: 1px 1px 1px 0;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}
#div_seite_suche #suchbegriffe3,
#div_seite_suche #a_suche_button {
	height: 2rem;
}
#div_seite_suche #a_suche_button:hover,
#div_seite_suche #a_suche_button:focus {
	background-color: #eee;
}
#div_seite_suche #suche_fehler {
	display: none;
	font-size: .875rem;
	margin-bottom: .5rem;
}
/* FOR-6296: */
#div_seite_suche #item-list p {
	font-size: 1rem;
	font-weight: 500;
}
#div_seite_suche #item-list li:not(:first-child) p {
	margin-top: 2rem;
}
.search_nav {
	 display: flex;
	 flex-direction: row;
	 align-items: start;
	 justify-content: center;
 }
.search_nav .button.dark {
	margin-bottom: 1rem;
	padding: 0 1rem;
	font-size: 1.75rem;
}
.search_nav .button.dark.bt_prev {
	padding-left: 0;
}
.button.clear {
	background-color: transparent;
	color: #aaa;
}
.button.clear:not([disabled]):hover,
.button.clear:not([disabled]):focus {
	color: #666;
	background-color: transparent;
}
.button.clear[disabled] {
	opacity: 0.4 !important;
}
.button.clear[disabled]:hover,
.button.clear[disabled]:focus {
	background-color: transparent !important;
	color: #aaa !important;
}
#downarrow {
	position: absolute;
	z-index: 10;
	bottom: -2rem;
	width: 100%;
}
#downbutton {
	color: #aaa;
	background-color: transparent;
	border: 0 none;
	padding: .25rem 1rem;
	margin: 0;
}
#downbutton:hover, #downbutton:focus {
	color: #666;
}
.show-for-sr {
	position: absolute !important;
	width: 1px;
	height: 1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0,0,0,0);
	white-space: nowrap;
	border: 0;
}
/* FOR-6583: */
.uc-embedding-container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: absolute !important;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	max-width: 100%;
	max-height: 100%;
	min-height: 152px !important;
}
.uc-embedding-container > img {
	display: none;
}
.uc-embedding-container .uc-embedding-wrapper {
	position: relative;
	justify-content: center;
	width: 372px;
	max-width: 100%;
	max-height: 100%;
	min-height: 152px;
	padding: .5rem;
	margin-bottom: 1rem;
	top: 0;
	left: 0;
	transform: translateX(0) translateY(0);
	border-radius: .25rem;
	box-shadow: none;
	overflow: auto;
	font-family: inherit;
	text-align: left;
	background-image: url('/sgmzgf6/images/ban.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 50%;
}
.uc-embedding-container .uc-embedding-wrapper > p {
	font-size: .75rem !important;
	margin-bottom: .25rem;
}
.uc-embedding-container .uc-embedding-wrapper h3 {
	font-size: 1rem;
	margin-top: 0;
	margin-bottom: .5rem;
	width: 100%;
}
.uc-embedding-container .uc-embedding-wrapper > span { display: none; }
.uc-embedding-container .uc-embedding-wrapper a.dslink {
	display: inline-block;
	font-size: .875rem;
	padding-top: .5rem;
}
.uc-embedding-more-info {
	display: none !important;
	width: auto;
	height: auto;
	font-size: .875rem;
	font-weight: normal;
	color: var(--linkcolor);
	margin: 0;
	background: transparent;
	border: 0 none;
}
.uc-embedding-more-info:hover {
	text-decoration: underline;
}
.uc-embedding-buttons {
	margin-top: 0;
	justify-content: end !important;
	font-size: .875rem;
}
.uc-embedding-accept {
	display: block !important;
	height: 1.375rem !important;
	width: auto !important;
	line-height: 1;
	font-weight: 500;
	margin: -1.5625rem 0 0 !important;
	padding: .25rem .5rem !important;
	background-color: var(--primary) !important;
}
[class*="video"] > .uc-embedding-container .uc-embedding-wrapper {
	background-color: #222;
	color: #fff;
	background-image: url('/sgmzgf6/images/youtube_dark.svg');
}
[class*="video"] > .uc-embedding-container .uc-embedding-wrapper h3,
[class*="video"] > .uc-embedding-container .uc-embedding-wrapper p {
	color: #fff;
}
[class*="video"] > .uc-embedding-container .uc-embedding-wrapper .uc-embedding-more-info {
	color: var(--linkcolor_hell);
}
[class*="video"] > .uc-embedding-container .uc-embedding-wrapper a.dslink,
[class*="video"] > .uc-embedding-container .uc-embedding-wrapper a.dslink:hover {
	color: var(--linkcolor_hell) !important;
	text-decoration: none;
}
@media only screen and (min-width: 40.0625em) {
	#myModal.searchModal {
		top: 40px !important;
		padding-bottom: 2.75rem;
		width: 80%;
	}
	#myModal.searchModal #div_seite_suche,
	#myModal.searchModal .search_history_nav {
		padding-left: 1rem;
		padding-right: 1rem;
	}
	#myModal.searchModal .close-reveal-modal {
		right: 2.8125rem;
	}
	#myModal.searchModal #div_suche_ergebnisse,
	#myModal.searchModal #div_show_text {
		overflow-y: auto;
		height: calc(100vh - 21rem);
	}
	#myModal.searchModal #div_suche_ergebnisse > *,
	#myModal.searchModal #div_show_text > * {
		max-width: calc(100% - 1rem);
	}
}
@media only screen and (min-width: 64.0625em) {
	#myModal.searchModal {
		width: 60%;
	}
}
