/* Artfully masterminded by ZURB  */

/* --------------------------------------------------
   Table of Contents
----------------------------------------------------- */
@import url("roboto.css");
@import url('font-awesome/css/font-awesome.min.css');
@import url("../../sgmzgf6/css/print.css");
@import url("../../sgmzgf6/css/upload_f5.css");

/* --------------------------------------------------
   Basic Styles
----------------------------------------------------- */
:root {
    --primary: #2ba6cb;
    --primary_hov: #2285a2;
}

body {
	background: #ffffff;
	font-family: roboto,'Helvetica Neue',Helvetica,Arial,sans-serif;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	margin:0;
	padding:0;
}
/*
@supports (hyphenate-limit-chars: 6 3 3) {
    body {
        hyphens: auto;
        hyphenate-limit-chars: 6 3 3;
    }
}
*/
script {
  display: none !important;
}

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

.row {
	max-width:75em;
}

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

h1.headline-steuern {
	font-size:1.125rem;
}

.subheader {
    color: #222222;
}

.beschreibung h2 {
	font-size:1.2375rem;
}

p {
   	line-height: 1.4;
    margin-bottom: 1.0em;
	color:#3c3c3b;
}

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

.side-nav li a:focus:not(.button) {
	color:#4d4d4d;
}

.joyride-tip-guide.bigger {
	width:600px;
}

.joyride-tip-guide p {
	color:#fff;
}

.joyride-tip-guide h1,
.joyride-tip-guide h2,
.joyride-tip-guide h3,
.joyride-tip-guide h4,
.joyride-tip-guide h5,
.joyride-tip-guide h6 {
	font-weight: 400;
}

.steuern_seiten p,
.steuern_seiten ul {
	font-size: 0.8125rem;
}

ul.f-dropdown li {
	font-size: 0.8125rem;
}

.panel p {
	font-size: 0.875rem;
}

table {
	width:100%;
	table-layout: auto;
}

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

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

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

hr {
	margin: 2.25rem 0 2.1875rem;
}

ul.disc {
    list-style-type: none;
}
ul.disc li {
    position:relative;
}

ul.disc li:before,
ul.disc li:after {
    border-right: 2px solid  #2BA6CB;
    content: '';
    display: block;
    height: 9px;
    margin-top: -5px;
    position: absolute;
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    left: -10px;
    top: 12px;
    width: 0;
}

ul.disc li:after {
     margin-top: 0;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#mainouterOff {
	background: #fff;
	-webkit-box-shadow: 0 0 21px rgba(0, 0, 0, 0.42);
	-moz-box-shadow:    0 0 21px rgba(0, 0, 0, 0.42);
	box-shadow:         0 0 21px rgba(0, 0, 0, 0.42);
}



#transbox {
	text-align: left;
	position:absolute;
	border:1px solid #313D42;
	background:#fff;
	padding:5px;
	color:#000000;
	display:none;
	width: 350px;
	font-size:1em;
	z-index: 999;
}

img.grayscale {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+ */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
    -webkit-transition: all .6s ease; /* Fade to color for Chrome and Safari */
    -webkit-backface-visibility: hidden; /* Fix for transition flickering */
}

img.grayscale:hover {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(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;
}

/* --------------------------------------------------
   Header mit Nav

.f-topbar-fixed .contain-to-grid .top-bar {
    margin: 0 auto;
    max-width: 75em;
    background: none;
}
----------------------------------------------------- */

#header {
	font-family: roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
}

.warnhinweise {
	background:#F3C6C6;
    border: 1px solid #9e0c0f;
    padding: 0.9375em;
    margin-bottom:0.625rem;
}
.warnhinweise p {
    font-size: 0.8125em;
    margin-bottom: 0.2rem;
}
.warnhinweise h3 {
    font-size: 0.925rem;
    font-weight: 700;
	letter-spacing: 0.01em;	
}
.warnhinweise a {
	color: #000;
	text-decoration: underline;
}

.top-bar,
.top-bar.expanded {
    background: #ffffff;
}

.contain-to-grid {
	padding: 0.9375em 0 0 0;
	background: #fff;
}
/*
.cockpitlogin .contain-to-grid {
	padding: 1.8725em 0 0.9375em 0;
}
*/
.cockpitlogin .top-bar .name a {
    display: block;
    padding-left:0.9375em;
}

.top-bar .toggle-topbar.menu-icon a {
	color: #333333;
	background:none;
}

.top-bar.expanded .title-area {
	background:#fff;
}

.top-bar .toggle-topbar.menu-icon a:after {
	-webkit-box-shadow: 0 10px 0 1px #888888, 0 16px 0 1px #888888, 0 22px 0 1px #888888;
    box-shadow: 0 10px 0 1px #888888, 0 16px 0 1px #888888, 0 22px 0 1px #888888;
}

.top-bar.expanded .toggle-topbar a span {
        -webkit-box-shadow: none;
        box-shadow: none;
}

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

.top-bar-section ul li > a {
    background: none;
    font-size: 0.9125rem;
}
.top-bar-section li:not(.has-form) a:not(.button),
.top-bar-section ul li:hover:not(.has-form) > a {
    background: none;
    color: #333333;
}

.top-bar-section .has-form {
    background: none;
}

.top-bar-section ul li.active > a,
.top-bar-section ul li.active > a:hover,
.top-bar-section li.active:not(.has-form) a:not(.button),
.top-bar-section li.active:not(.has-form) a:hover:not(.button) {
    background: none;
    color: #2BA6CB;
}
.top-bar-section li.hover > a:not(.button) {
      background: none;
      color: #2BA6CB;
}
.top-bar-section li:not(.has-form) a:hover:not(.button) {
        background: none;
        color: #2BA6CB;
}

.top-bar input[type="text"], .top-bar .button {
    font-size: 0.875rem;
    position: relative;
    top: 0px;
}
.top-bar input[type="text"] {
    font-size: 0.75rem;
    height: auto;
    padding-bottom: 0.35rem;
    padding-top: 0.35rem;
}
.top-bar form, .top-bar input[type="text"] {
    margin-bottom: 0;
}

.top-bar-section .right li .dropdown {
    left: 0;
    right: auto;
}

.top-bar-section .dropdown {
	background: #ffffff /* Fallback
	background-color: rgba(250, 250, 250, 0.95); */
}


.top-bar-section .dropdown li:not(.has-form) a:not(.button) {
    background: none;
    color: #333333;
    line-height: 1;
    padding: 12px 15px;
    white-space: nowrap;
}

.top-bar-section .dropdown li:not(.has-form) a:hover:not(.button){
        background: none;
        color: #2BA6CB;
}


#header a:not(.button) {
	color: #333333;
}
#header a:hover:not(.button),
#header li.active > a {
	color: #2BA6CB;
}

#header form,
#header .inline-list  {
	margin-bottom:0;
	font-size:0.9125rem;
}

#header .navigationbutton .button {
	font-size:0.8125rem;
}

form#searchform2_neu {
	margin-bottom:0;
}

form#searchform2_neu input[type="text"] {
	margin-bottom:0;
	font-size: 0.75rem;
    height: auto;
    padding-bottom: 0.35rem;
    padding-top: 0.35rem;
}

form#searchform2_neu .button {
	font-size: 0.875rem;
    position: relative;
	margin:0;
	padding-bottom:0.35rem;
	padding-top:0.45rem;
}

.logoutcontainer {
	position: absolute;
	right:0.9375rem;
	bottom:0;
	margin:0;
	padding:0;
}


/* --------------------------------------------------
   Main Bereich
   background: none repeat scroll 0 0 #333333;
    color: #FFFFFF;
----------------------------------------------------- */

#main {

}

.teaser {
	background: #F0F1F5;
	padding: 2em;
	border-top: 1px solid #EDEDEF;
	border-bottom: 1px solid #EDEDEF;
}
.teaser_trustedshop {
	background: #2ba6cb;
	padding: 2em;
	border-top: 1px solid #EDEDEF;
	border-bottom: 1px solid #EDEDEF;
}
.teaser .text {
	font-size: 0.9rem;
}
.teaserinner {
	color:#fff;
	position:absolute;
	top:40px;
	left:0.9375em;
	right:0.9375em;
}

.teaserinner h1, .teaserinner h2 {
    color: #fff;
    font-weight: 500;
    line-height: 1.2;
    font-size: 2.85rem;
}

.teaserinner p {
	color: #fff;
}

.teaserimg {
	margin:0 0 65px 0;
}

.teasericon {
	color:#5C5B5B;
}

.teasericon.blue {
	color:#2BA6CB;
}

.th.smoothscroll {
	-webkit-box-shadow:none;
	box-shadow:none;
}
.th.smoothscroll:hover {
	-webkit-box-shadow:0 0 6px 1px rgba(43,166,203,0.5);
	box-shadow:0 0 6px 1px rgba(43,166,203,0.5)
}

.circlebox {
	position:absolute;
	top:5px;
	right:1.85rem;
  	width:140px;
  	height:140px;
  	border-radius:75px;
  	font-size:13px;
  	line-height:15px;
  	color:#fff;
  	text-align:center;
  	background:#ED7F08;
  	padding-top:18px;
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    -ms-transform:rotate(10deg);
    writing-mode: lr-tb;
}

.adbox {
	color:#fff;
	background: rgba(255, 255, 255); /* Fallback */
	background-color: rgba(250, 250, 250, 0.75);
	padding: 1.5em 1em;
	position:absolute;
	top:0;
	left:0.9375em;
	bottom:65px;
	width: 16%;
}

.adbox p {
	color:#fff;
	font-size: 0.8em;
	line-height:1.2;
}

#div_pflichtfelder_wahrnhinweis {
	font-size:0.78rem;
	border-bottom:1px solid #ddd;
	border-top:1px solid #ddd;
}
#div_pflichtfelder_wahrnhinweis input[type="checkbox"] {
	margin: 0.25rem 0.5rem 0.5rem 0;
}


.graubilder img:hover {
  -webkit-filter: grayscale(0%);
  -webkit-transition: .3s ease-in-out;
  -moz-filter: grayscale(0%);
  -moz-transition: .3s ease-in-out;
  -o-filter: grayscale(0%);
  -o-transition: .3s ease-in-out;
  filter: grayscale(0%);
	cursor: pointer;
}

.graubilder img {
  -webkit-filter: grayscale(100%);
  -webkit-transition: .3s ease-in-out;
  -moz-filter: grayscale(100%);
  -moz-transition: .3s ease-in-out;
  -o-filter: grayscale(100%);
  -o-transition: .3s ease-in-out;
  filter: grayscale(100%);
}


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

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

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

#footer {
    background:#3f555c;
    padding:1.8725em 0 .5em;
    margin:2.5em 0 0 0;
}


#footer a,
#footer p {
	color:#e6e6e6;
    font-size: 0.8125rem;
}
#footer .f-dropdown.content p { color: #3c3c3b; }
#footer .f-dropdown.content a { color: #2ba6cb; }

#footer a:hover {
	color:#2BA6CB;
}

#newsletter {
    background:#E0E0E0;
    padding:25px 0;
    margin-top:65px;
}
#newsletter p{
    font-size: 0.8125rem;
}

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

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

.loading,
#loading,
#loading2,
#loading3,
#loadingiframe,
#loadingmenu,
#loadingsuche {
    position: absolute;
    z-index: 1000;
    top:0;
    left:0.9375em;
    right: 0.9375em;
    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;
}

#loading img,
#loading2 img,
#loading3 img,
#loadingmenu img,
#loadingsuche img {
	position:absolute;
	top:25%;
	left: 50%;
	margin-top:-0px;
	margin-left:-25px;
}

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


.row.headingsteuerfall {
	background:#EAEAEA;
	padding-top:0.625rem;
	margin: 0;
	margin-bottom: 35px;
}


.headingsteuerfall h4 {
	line-height:1.2;
	margin-bottom: 0.425rem;
    margin-top: 0;
}
.headingsteuerfall h5 {
	line-height:1.0;
	margin-bottom: 0.625rem;
    margin-top: 0.125rem;
}

.breadcrumbs {
    background-color: #EAEAEA;
    display: block;
    padding: 0.5625rem 1.25rem;
    margin-bottom:1.25rem;
    border-radius:0;
    border: none;
}

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

.navigationbutton .button {

    padding:0.5625rem 0.75rem 0.5625rem;
}

#div_eingabehilfe {
	margin: 2.325rem 0;
	background: #F4F4F4;
    border-color: #C8C8C8;
    border-style: solid;
    border-width: 1px;
    padding: 1.25rem;
    position: relative;
    -webkit-border-radius:3px;
    border-radius:3px
}

#div_eingabehilfe:not(.shifted):after, #div_eingabehilfe:not(.shifted):before {
	right: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	top: 1.25rem;
	pointer-events: none;
}
#div_eingabehilfe:not(.shifted):after {
	border-color: rgba(242, 242, 242, 0);
	border-right-color: #F4F4F4;
	border-width: 15px;
	margin-top: -15px;
}
#div_eingabehilfe:not(.shifted):before {
	border-color: rgba(217, 217, 217, 0);
	border-right-color: #C8C8C8;
	border-width: 16px;
	margin-top: -16px;
}

#div_eingabehilfe ul,
#div_eingabehilfe ol,
.inlineeingabe ul,
.inlineeingabe ol {
    margin-left: 1.25em;
}

#div_eingabehilfe p,
#div_eingabehilfe ul,
#div_eingabehilfe ol {
    font-size: 0.775rem;
    line-height: 1.4;
    margin-bottom: 1.0rem;
}

.inlineeingabe p,
.inlineeingabe ul,
.inlineeingabe ol {
	color:#fff;
    font-size: 0.775rem;
    line-height: 1.4;
    margin-bottom: 1.0rem;
}

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

.form_error {
    padding: 2px 2px 2px 10px;
    color: #FF3300;
    font-size: 11px;
	float: left;
}

.curfocus .form_error {
	background:#fff;
}

span.inputdefault {
    color: #CCCCCC;
    display: block;
    font-size: 0.85em;
    margin-bottom: 0.5em;
    margin-top: 0;
    padding: 0.25em 0.25em;
}


.infotext p,
.infotext ul,
.infotext ol,
.infotext h5 {
    font-size: 0.775rem;
    line-height: 1.4;
    margin-bottom: 1.0rem;
}

.accordion a.inactive {
       pointer-events: none !important;
       cursor: default;
       color:#85898F;
}

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

.small-badge b {
	font-size:1.1em;
}
.badge {
  	height: 230px;
  	width: 230px;
  	display: block;
  	text-align: center;
  	vertical-align: middle;
  	border-radius: 50%;
  	background: #2285a2;
	margin: -70px auto 0;
}
.badge p {
	line-height: 1.3;
    padding-top: 90px;
	color: white;
}

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

.active .yearbox {
	background: #2285a2;
}

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


/* --------------------------------------------------
   Styles fuer Form - Label, Input, etc. select
----------------------------------------------------- */
fieldset {
    background:#F4F4F4;
	border: none;
    margin: 1.125rem 0;
    padding: 0 0 1.125rem 0;
}

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

fieldset legend {
    color:#4D4D4D;
	font-weight: 500;
	font-size: 0.975rem;
	line-height: 1.3;
	background: #f4f4f4;
    margin: 0;
    padding: 1.125rem;
	display: block;
    width: 100%;
}

.row .row.inputwrapper {
	padding-top:0.5em;
	margin:0 1.125rem;
}

.row .row.displayhelper {
	padding-top:0.5em;
	margin:0 1.125rem;
}
.displayhelper:not([blockhilfe="0"]):hover {
	background-color: #EAEAEA;
}
.displayhelper.curfocus:not([blockhilfe="0"]) {
	background-color:#2BA6CB;
	color: #fff;
}

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

form small.error {
	display:none;
}

form hr,
hr.smaller {
	margin: 1.25rem 1rem 1.1875rem;
}

input[type="text"] {
	padding:0.5rem 0.25rem;
}

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

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

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: 400;
  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: #fff;
		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;
}

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

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


.displayhelper.curfocus label,
.displayhelper.curfocus input[disabled],
.displayhelper.curfocus input[readonly],
.displayhelper.curfocus .noinput,
.displayhelper.curfocus input[disabled] + .input-group-label,
.displayhelper.curfocus input[readonly] + .input-group-label,
.displayhelper.curfocus .noinput + .input-group-label {
	color:#fff;
}

.custom input[type="text"],
.custom input[type="password"],
.custom input[type="date"],
.custom input[type="datetime"],
.custom input[type="datetime-local"],
.custom input[type="month"],
.custom input[type="week"],
.custom input[type="email"],
.custom input[type="number"],
.custom input[type="search"],
.custom input[type="tel"],
.custom input[type="time"],
.custom input[type="url"],
.custom textarea {
	margin: 0 0 0.5em;
	/* height: 2em;
	*/
}

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

span.mediuminput {
	display:inline-block;
	width:80%;
	min-width:90px;
	float: left;
}
span.largeinput {
	display:inline-block;
	width:100%;
	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 #ccc;
	border-left: 0;
    color: #4d4d4d;
	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;
}

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

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

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


.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;
}

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

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

tr.subunterpunkte > td {

}

/* 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.25rem 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
	position:absolute;
	top:0px;
	left:0.9375em;
	right:0.9375em; */
/*********************************/

.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 input {

}

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

.teaserlandingpage .circlebox {
	position:absolute;
	top:0px;
	right:0px;
  	width:110px;
  	height:110px;
  	border-radius:55px;
  	font-size:13px;
  	line-height:15px;
  	color:#fff;
  	text-align:center;
  	background:#ED7F08;
  	padding-top:22px;
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    -ms-transform:rotate(10deg);
    writing-mode: lr-tb;
}

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

.side-nav.mainmenu li.menu_green.gray > a:before,
.side-nav.mainmenu li.menu_yellow.gray > a:before {
    margin-right: 3px;
    content: "\f05e";
	font-family: 'FontAwesome';
}
.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 {
    margin-right: 3px;
    color: #c60f13;
    content: "\f071";
	font-family: 'FontAwesome';
}
.side-nav.mainmenu li.menu_gray > a:before {
    margin-right: 3px;
    content: "\f10c";
	font-family: 'FontAwesome';
}
.side-nav.mainmenu li.menu_yellow > a:before {
    margin-right: 3px;
	color:#fea400;
    content: "\f06a";
	font-family: 'FontAwesome';
}
.side-nav.mainmenu li.menu_green > a:before {
    margin-right: 3px;
    color: #2ba6cb;
    content: "\f00c";
	font-family: 'FontAwesome';
}
.side-nav.mainmenu li.menu_red > a:before {
    margin-right: 3px;
    color: #c60f13;
    content: "\f071";
	font-family: 'FontAwesome';
}

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

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

/*********************************/
/* Sidebar Treeview Nav f198 , Plus f199, Minus f176 a:last-of-type */
/*********************************/

.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.875rem;
    position:relative;
    margin: 0;
}

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


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

.side-nav.mainmenu a:not(.button) {
    padding:0.4375rem 0.4375rem 0.4375rem 0.9375rem;
    color: #4D4D4D;
}

.side-nav.mainmenu ul a:not(.button) {
	padding-left:1.4375rem;
}
.side-nav.mainmenu ul ul a:not(.button) {
	padding-left:2.5em;
}
.side-nav.mainmenu ul ul ul a:not(.button) {
	padding-left:3.75em;
}

.side-nav.mainmenu a:hover:not(.button),
.side-nav.mainmenu li.menuheadline.cur a {
	background:#EAEAEA;
	color: #4D4D4D;
}

.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 .button {
    display:block;
}

.side-nav.mainmenu li.cur > a,
#navi_abgeben li.cur > a {
	font-weight: 700;
	letter-spacing: 0.01em;
	background-color:#eef0f3;
}

ul#div_menu .hitarea {
    background: transparent;
    cursor: pointer;
	position: absolute;
	top:0.4375rem;
	left:0;
	width: 1.25rem;
	height: 1.6rem;
}


ul#div_menu .hitarea.expandable-hitarea:before,
ul#div_menu .hitarea.expandable-hitarea:after {
    border-right: 2px solid  #2BA6CB;
    content: '';
    display: block;
    height: 9px;
    margin-top: -5px;
    position: absolute;
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    left: 0.4375rem;
    top: 0.6375rem;
    width: 0;
}

ul#div_menu .hitarea.expandable-hitarea:after {
     margin-top: 0;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

ul#div_menu .hitarea.collapsable-hitarea:before,
ul#div_menu .hitarea.collapsable-hitarea:after {
    border-right: 2px solid  #2BA6CB;
    content: '';
    display: block;
    height: 9px;
    margin-top: -4px;
    position: absolute;
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    left: 0.4375rem;
    top: 0.6375rem;
    width: 0;
}

ul#div_menu .hitarea.collapsable-hitarea:after {
	left: 13px;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

ul.naviabgeben li.edit_link > a:before {
	display: inline-block;
    margin-right: 3px;
    content: "\f10c";
	font-family: 'FontAwesome';
}


ul.naviabgeben li.edit_link.ready > a:before {
	content: "\f00c";
	color:#2ba6cb;
}

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;
}

table.mzi_responsive .f-dropdown.content {
	overflow:auto;
	height: 300px;
	font-size:0.725rem;
	padding:0.25rem;
}
/* FOR-2954: */
.mzi_responsive th.spaltenbreite_1 {
	max-width:110px;
	min-width:40px;
	hyphens: auto;
}
.mzi_responsive th.spaltenbreite_2 {
	max-width:130px;
	min-width:50px;
	hyphens: auto;
}
.mzi_responsive th.spaltenbreite_3 {
	max-width:140px;
	min-width:60px;
	hyphens: auto;
}
.mzi_responsive span.smallinput,
.mzi_responsive span.mediuminput,
.mzi_responsive span.largeinput {
	width:auto;
	display: block;
	float: none;
}


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;
}

.button.smallpadding {
	padding:0.3625rem 0.45rem 0.3625rem;
}

.left-off-canvas-menu {
	width:13.625rem;
	background:#E9E9E9;
}

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

/* --------------------------------------------------
   listkap
----------------------------------------------------- */
.listkap {
	font-size: .875rem;
	font-weight: 700;
	letter-spacing: 0.01em;	
	float:left;
	margin: 0 8px 0 -8px;
}

.listkaphead {
	font-size: .875rem;
	font-weight: 700;
	letter-spacing: 0.01em;	
	float: left;
	padding: 5px 8px;
	margin: -2px 10px 0 0;
	background-color: #e0e0e0;
	border-radius: 3px;
}
/*
.mziblock {
    border: 1px solid #2ba6cb;
    margin-bottom: 3px;
    border-radius: 5px;
}*/

/* --------------------------------------------------
   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;
}

.sgblue-color {
	color: #2ba6cb;
}

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

.panel.trustedshops {
	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: 5px;
	margin-left: 0.5em;
	margin-right: 0.5em;
	padding: 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;
}

blockquote {
    border-left: none;
    margin: 0;
    padding: 1.5em 1em;
	position: relative;
	background:#F4F5F7;
}
blockquote.white-bg {
	background:#ffffff;
}
blockquote:before,
blockquote:after {
	font-size: 4em;
  	line-height: 0.1em;
	color:#DFE0E7;
}
blockquote:before {
	content:open-quote;
	position: absolute;
    top: 0.4em;
	left:0;
}
blockquote:after {
	content:close-quote;
    position: absolute;
    bottom: 0;
	right:0;
}

.entry-content blockquote {
	padding: 1.5em 3em;
}
.entry-content blockquote p {
	font-size: 0.95em;
}
.entry-content blockquote:before,
.entry-content blockquote:after {
  	line-height: inherit;
}
.entry-content blockquote:before {
    top: -0.3em;
	left: 0.2em;
}
.entry-content blockquote:after {
    bottom: -0.7em;
	right: 0.2em;
}


@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: 700;
		letter-spacing: 0.01em;		
	}

	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%;
	}

}

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

	.teaserinner {
	    color: #FFFFFF;
	    left: 0.9375em;
	    position: absolute;
	    right: 0.9375em;
	    top: 5px;
	}
	.teaserinner .button {
		padding: 0.5em 2em;
		margin-bottom: 10px;
	}
	.teaserimg {
		margin-bottom: 32px;
	}
	.adbox {
		padding: 0.25em 1em 0;
		position: inherit;
		top:auto;
		left:auto;
		bottom:auto;
		margin: 0 0 1em;
		width: 100%;
		background-color: #f0f1f5;
	}
	.adbox p {
		color:#3c3c3b;
	}
	.adbox p:nth-child(6) {
		clear: left;
	}
	.adbox p:first-child {
		padding: 0 2em;
	}
	.adbox p:not(:first-child) {
		float: left;
		padding: 0.25em 2em 0;
		width: 25%;
	}
	.adbox p.show-for-small {
		float: none;
		clear: both;
		font-size: 1px;
	}

	.row.headingsteuerfall {
		margin:0 0 5px;
	}

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

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

}
.gwo_teaserimg { display: none; }
@media only screen and (max-width: 550px) {
	.teaserimg  { display: none; }
	.gwo_teaserimg, .gwo_teaserimg .teaserimg {
		display: block;
	}
	.gwo_teaserimg {
		position: relative;
		width: 100%;
		padding-top: 45%;
		overflow: hidden;
	}
	.gwo_teaserimg .teaserimg {
		position: absolute;
		width: 100%;
		height: auto;
		bottom: 0;
		left: 0;
	}
	.teaserinner {
		position: relative;
		left: 0;
		top: auto;
	}
	.teaserinner h1, .teaserinner h2 {
		color: #333;
		margin-bottom: 1em;
	}
}
@media only screen and (max-width: 420px) {
	.adbox {
		padding: 0.25em 1em 0;
	}
	.adbox p:first-child {
		padding: 0 1em;
	}
	.adbox p:not(:first-child) {
		padding: 0.25em 1em 0;
	}
}
/* sehr kleine Bildschirme: */
@media only screen and (max-width: 370px) {
	.teaserinner h1 {
		font-size: 110%;
	}
	.adbox {
		padding: 0.25em 0.5em 0;
	}
	.adbox p:first-child {
		padding: 0 3em;
	}
	.adbox p:not(:first-child) {
		width: 50%;
		padding: 0.25em 3em 0;
	}
	.adbox p:nth-child(even) {
		clear: left;
	}

}

/* 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) {

	.contain-to-grid {
		padding: 1.8725em 0 0.9375em 0;
	}

	.cockpitlogin .contain-to-grid {
		padding: 1.8725em 0 0.9375em 0;
	}

	.f-topbar-fixed .contain-to-grid {
	    background: rgba(255, 255, 255); /* Fallback */
		background-color: rgba(250, 250, 250, 0.95);
		padding:1.8725em 0 0.9375em 0;
	}

	.f-topbar-fixed .contain-to-grid .top-bar {
	    background: none;
		padding-left:0.9375em;
	    padding-right:0.9375em;
	}

}

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

	.contain-to-grid {
		padding: 1.8725em 2.8125em 0.9375em 2.8125em;
	}

	.f-topbar-fixed .contain-to-grid .top-bar {
	    background: none;
		padding-left:3.75em;
	    padding-right:3.75em;
	}

}

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

}

div.steuern_seiten .elstererror,
div.elstererror,
.cur.error {
	color:#D32944;
	font-size:0.8125rem;
	border:2px dashed #D32944;
	padding:0.5em;
}



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.875rem;
    position:relative;
    margin: 0;
}

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

ul.side-nav.cockpitmenu li a:not(.button) {
	color:#4d4d4d;
}

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

ul.side-nav.cockpitmenu a.menuheadline {
	background: #EAEAEA;
	display: block;
	padding-left: 1.95rem;
}

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

ul.side-nav.cockpitmenu a.arrow:before,
ul.side-nav.cockpitmenu a.arrow:after {
    border-right: 2px solid  #2BA6CB;
    content: '';
    display: block;
    height: 9px;
    margin-top: -5px;
    position: absolute;
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    left: 1.275rem;
    top: 1rem;
    width: 0;
}

ul.side-nav.cockpitmenu a.arrow:after {
     margin-top: 0px;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

ul.side-nav.cockpitmenu a.arrow.down:before,
ul.side-nav.cockpitmenu a.arrow.down:after {
    border-right: 2px solid  #2BA6CB;
    content: '';
    display: block;
    height: 9px;
    margin-top: 4px;
    position: absolute;
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    left: 13px;
    top: 0.6375rem;
    width: 0;
}

ul.side-nav.cockpitmenu a.arrow.down:after {
	left: 19px;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
/* Schichtposition f. ui-dialog, gwo 19/08/14 */
.ui-widget-overlay {
	z-index: 40250;
}
.ui-dialog {
	z-index: 40500;
}
/* 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.75rem;
}
#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: #ddd;
	border-radius: 3px;
	text-decoration: none;
	color: #222;
}
#source_umfrage .u_sonst .golink:hover {
	background: #bababa;
}

span.listnumber {
	float: left;
	margin-left: 0px;
	margin-right: .5rem;
}

/* 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: #3f555c;
  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;
}
/* shop: */
table.nostyle { border: 0 none; }
table.nostyle thead { background-color: transparent; }
table.nostyle tr:nth-of-type(2n) { background-color: transparent; }

/* Testaccount-/Musterfall-Hinweisbox im Cockpit (gwo 07/2020): */
.hinweis_titel {
	font-weight: 700;
	letter-spacing: 0.01em;	
	font-size: 1.125rem !important;
	margin-bottom: 0 !important;
}
.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.875rem;
	line-height: 1.5;
  margin-bottom: 1rem;
}
#testaccount_hinweis_icon,
#musterfall_hinweis_icon {
	float: right;
	margin: 8px 0 0 1rem;
}
#testaccount_hinweis_resttext,
#musterfall_hinweis_resttext {
	margin-top: 1rem;
}
@media only screen and (max-width: 40em) {
	.row > .row > .columns > .row.musterfall_hinweis_container {
		margin-left: 0;
		margin-right: 0;
	}
}
/* FIS-434 */
.texte_thumbs {
	padding: 0 0 0 0.75rem;
}
a.texte_thumbs:hover .fa {
	color: #2ba6cb;
}
.texte_thumbs .fa {
	font-size: 1.25rem;
	color: #6d6e6d;
}

/* FOR-740: */
form .error input[type="text"],
form .error input[type="radio"],
form .error select {
	border-color: #c60f13;
}

/* FOR-1410: */
#div_seite .button.jumper,
#div_seite .button.inv,
.reveal-modal .button.jumper,
.reveal-modal .button.inv {
	background-color: transparent !important;
	margin-left: 0.125rem;
	padding-left: 0.25rem;
	padding-right: 0.25rem;
}
#div_seite .button.jumper,
#div_seite .button.inv {
/* FM-1273: */
	padding-top: 0.625rem;
}
.reveal-modal .button.jumper,
.reveal-modal .button.inv {
	padding-top: 1rem;
}
#div_seite .curfocus .button.jumper,
#div_seite .curfocus .button.inv {
	color: #fff;
}
#div_seite .button.jumper .fa,
#div_seite .button.inv .fa,
.reveal-modal .button.jumper .fa,
.reveal-modal .button.inv .fa {
	font-size: 1.125rem !important;
	margin-bottom: 0;
}
.button-group .acttoggle.fa-chevron-left {
	padding-right: 5px;
}
/* FOR-1449 (copied from LK 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;
}
.row.abgabeoptionen,
.row .row.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 #2ba6cb;
	background-color: rgba(43,166,203,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(43,166,203,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: rgba(198,15,19,0.1);
	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: #1d6f87;
}
.button b, .button strong { letter-spacing: 0.01em; }
@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-1449 (copied from LK 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-1449 (copied from LK FOR-1426): */
.row.fast_fertig_pfeil {
	background-image: url(../images/abgabe_unterschrift_pfeil.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	margin-left: auto;
	margin-right: auto;
}
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;
	}
}
/* FOR-1449 (copied from LK FOR-1447): */
.panel.weiss {
	background-color: #fff;
}
.panel.gruen {
	border: 1px solid #2ba6cb;
	background-color: rgba(43,166,203,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: rgba(198,15,19,0.1);
	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-1582: */
.gwo_bundle_boxes .button.small,
#maincontent .gwo_bundle_boxes p.small {
	font-size: .875rem;
}
.gwo_bundle_boxes .panel.callout {
	padding-bottom: 1.25rem;
}
.gwo_bundle_boxes div.mwst_hinweis {
	padding-bottom: 1.25rem;
	margin-top: -1rem;
}
.gwo_bundle_boxes .panel.callout h4 {
	margin-bottom: 1rem;
}

.panel.success {
	border-color: #8fd0e4;
	background-color: #def2f7;
}
.panel.akzent {
	border-color: #fcd468;
	background-color: #feecbe;
}
.panel.akzent_hell {
	border-color: #fde093;
	background-color: #fef3d4;
}
.panel.success .button:not(.success) {
	border-color: #aaa;
	background-color: #fff;
}
.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);
}
/* FOR-1599: */
.button {
	font-weight: 500;
	letter-spacing: 0.01em;
}
.button.small,
.button.small * {
	font-size: 0.875rem;
}

/* FOR-1467: */
#form_seiten .navigationbutton {
	flex-wrap: wrap;
	/* FM-1273: */
	min-height: 43px;
}
#form_seiten .navigationbutton[id*='mzi'] {
	flex-wrap: nowrap;
}
#form_seiten .navigationbutton,
#form_seiten .checkbefore {
	display: flex;
	flex-direction: row;
	align-items: center;
	/* FM-1273: */
	justify-content: space-between;
}
#form_seiten .checkbefore {
	margin-bottom: 0.5rem;
}
#form_seiten .navigationbutton,
#form_seiten .navigationbutton > *,
#form_seiten .checkbefore,
#form_seiten .checkbefore > * {
	float: none !important;
}
#form_seiten .checkbefore > input[type="checkbox"],
#form_seiten .checkbefore > input[type="radio"] {
	margin-top: 0.125rem;
	margin-bottom: 0;
}
#div_seite #form_seiten .navigationbutton .jumper {
	padding-bottom: 0.3125rem;
}
#div_seite #form_seiten .navigationbutton .button {
	margin-bottom: 0.5rem;
}
#form_seiten .navigationbutton .largeinput {
	flex-basis: 100%;
}
.error input, .error textarea, .error select {
    margin-bottom: 6px;
}
#form_seiten .navigationbutton .mediuminput {
	flex-basis: 80%;
}
#form_seiten .navigationbutton [class*="column"] + [class*="column"]:last-child {
	margin-left: auto;
}

/* FM-1273: */
#form_seiten .navigationbutton > a.button:last-child,
#form_seiten .checkbefore > a.button:last-child {
	margin-left: auto;
}
#form_seiten .navigationbutton > a.button:last-child > i.fa,
#form_seiten .checkbefore > a.button:last-child > i.fa {
	margin-left: 0.125rem;
}
table.mzi_responsive .button-group i.fa-edit {
	position: relative;
	top: 1px;
}
/* FOR-1876: */
.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: #2ba6cb;
}
.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.375rem;
	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(43,166,203,0.25);
	border-color: rgb(43,166,203);
	padding-left: 1.75rem;
}
.filelist.queue .progress.processing:before {
	position: absolute;
	top: 3px;
	left: 0.5rem;
	content: '\f254';
	font-family: FontAwesome;
	-moz-osx-font-smoothing: grayscale;
	font-weight: 400;
	line-height: 1;
	color: #2796b7;
	width: 17px;
	height: 17px;
	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;
}
.panel.info p {
    font-size: 0.8125em;
    margin-bottom: 0.2rem;
}
.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: #95d3e5;
}
/* FOR-2450: */
table.mzi_responsive tr td .radiogroup {
	white-space: nowrap;
}
/* FOR-2953: */
.radiogroup > span {
	white-space: nowrap;
}
/* 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 auto 0.5em;
	background-image: url(../images/bubble_hallo_r.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	transform: translateX(10%) translateY(-10px);
}
#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;
		transform: translateX(10%) translateY(0);
	}
}
/* FOR-2714: */
.grid-container label { margin-bottom: .5rem; }
.grid-container #passwort_zeigen { display: none; }
.grid-container .button { border-radius: 3px; }
.grid-container .has-tip {
    border-bottom: 0 none;
	font-weight: 400;
	color: #4d4d4d;
	cursor: auto;
}
.grid-container label,
.grid-container label:hover { color: #4d4d4d; }
.grid-container .fa-info-circle { display: none; }
.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);
}
h1.size_h3 { font-size: 1.875rem; }

/* FM-2068 */
.accordion .accordion-navigation.no_option > a {
	border: 2px solid #efefef;
	background: #fff;
	color: #666;
}
.accordion .accordion-navigation.no_option.active > a {
	color: inherit;
}
.accordion .accordion-navigation .fa-chevron-down:not(.acttoggle) {
	margin-top: 10px;
	transition: transform 0.25s ease-out;
}
.accordion .accordion-navigation.active .fa-chevron-down:not(.acttoggle) {
	transform: rotate(180deg);
}
/* FM-2153: */
.closebutton {
	font-size: 1.5em;
	line-height: 1;
	font-weight: 700;
	letter-spacing: 0.01em;	
	color: #111;
	cursor: pointer;
	float: right;
	margin: -0.75rem -0.25rem 0.25rem 1rem;
}
.closebutton:hover {
	color: #9e0c0f;
}
/* FOR-2897: */
.small, p.small {
	font-size: .875rem;
}
/* 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;
}
/* 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;
}

.tooltip {
  z-index: 160000;
}
/* FOR-3125 / FOR-3407: */
.footersiegel .columns {
    padding-top: .5rem;
    padding-bottom: .5rem;
	display: flex;
	flex-direction: row;
	align-items: flex-end;
	justify-content: flex-start;
}
.footersiegel .columns img {
	max-width: 140px;
	max-height: 90px;
}
.footersiegel .columns > *:not(:last-child) {
	margin-right: 1rem;
}
@media only screen and (min-width: 40.063em) {
	.mediumright { text-align: right; }
	.mediumright ul.inline-list li { float: right; }
}
/* FM-2480 getsitecontrol-banner: */
body[class*="getsitecontrol-"] {
	padding-top: 50px;
}
@media screen and (max-width: 39.9375em) {
	body[class*="getsitecontrol-"] {
		padding-top: 75px;
	}
}
/* FOR-3618: */
.f-dropdown.content {
	top: -9999px;
}
/* FOR-3981 */
.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;
	}	
}
/* 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-4638: */
.posrelativ { position: relative; }
.exclusiv_blau {
	position: absolute;
	z-index: 10;
	top: -40px;
	right: -80px;
	width: 120px;
	height: 120px;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	border-radius: 1000px;
	background-color: #2ba6cb;
	border: 1.5px solid #fff;
	color: #fff;
	transform: rotate(10deg);
	text-align: center;
}
.exclusiv_blau > span {
	padding: 4px;
	white-space: nowrap;
	font-size: 16px;
	font-weight: 500;	
}
/* FOR-5150: */
#sperrhinweis {
	margin-top: -24px;
	margin-bottom: .5rem;
}
/* FOR-5443: */
ul, label ul {
    text-align: left;
    font-size: inherit;
}
label.right ul {
    margin-top: .5rem;
}

@media only screen and (max-width: 64em) {
    .exclusiv_blau {
        right: 5px;
        height: auto;
        border-radius: 6px;
        transform: rotate(5deg);
    }
    .exclusiv_blau > span {
        font-size: 14px;
    }
}
@media only screen and (max-width: 40em) {
    .exclusiv_blau {
        top: -15px;
    }
}

/* 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 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 #ccc;
    padding: 0.5rem;
    font-size: 0.875rem;
    color: #000000bf;
    line-height: normal;
    border-radius: 0;
    height: 2.3125rem;
    width: 100%;
    text-transform: none;
}
/* FOR-5845 */
.mzidroplist {
    display: block;
    padding: 0.25em 0.55em;
    position: absolute;
    right: 1em;
    top: 1.75em;

}
div[id^="td_span_feld_"] .f-dropdown.content {
    padding: .25rem .5rem;
}
div[id^="td_span_feld_"] { position: relative; }
div[id^="td_span_feld_"] > .mzidroplist {
    right: 0;
    top: 2px;
}
div[id^="td_span_feld_"] .f-dropdown.content.open {
    margin-top: .5rem;
}
div[id^="td_span_feld_"] [type="text"][data-dropdownid] {
    color: #4d4d4d !important;
    padding-right: 2.25rem;
}
div[id^="td_span_feld_"] ul.selectdrop li {
    padding: .25rem .2rem;
    color: #4d4d4d;
}

/* 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 #1daede;
    color: #1daede;
}
/* 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: 1rem 0;
    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;
}
.blockhilfe_video > i.fa-youtube-play {
    position: absolute;
    z-index: 30;
    left: 50%;
    top: 50%;
    color: #fe0000;
    font-size: 3rem;
    margin: -1.5rem 0 0 -1.5rem;
    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: 0;
    right: 1.25rem;
    font-size: 1.25rem;
    color: #2ba6cb;
}
/* 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;
}
#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 #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-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.3 !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;
    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;
    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 {
    color: var(--linkcolor_hell);
}
@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%;
    }
}
