@import url('https://fonts.googleapis.com/css2?family=Libre+Franklin:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Open+Sans+Condensed:ital,wght@0,300;0,700;1,300&display=swap');

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}


/*** ALLGEMEIN ****************************************************************************
*******************************************************************************************/

* {
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body, html {
    height: 100%;
    width: 100%;
}

body {
	font-family: 'Libre Franklin', sans-serif;
	font-weight: 400;
	font-style: normal;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.4;
	background: #f3f3f3;
	color: #717375;
	overflow-x: hidden;
}

img {
	display: inline-block;
	width: 100%;
	height: auto;
}

h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
	display: block;
	font-weight: 700;
	line-height: 1.2;
}

h1 {
	font-size: 28px;
	font-weight: 400;
	margin: 0 0 40px 0;
	margin: 0 0 2.5rem 0;
	text-align: center;
}

h2 {
	font-size: 22px;
	margin: 0 0 20px 0;
	margin: 0 0 1.25rem 0;
}

h3 {
	font-size: 20px;
	font-weight: 600;
	margin: 0 0 15px 0;
}

h4 {
	font-size: 18px;
	font-weight: 400;
	margin: 0 0 10px 0;
}

h5 {
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 600;
	margin: 0 0 10px 0;
	margin: 0 0 0.625rem 0;
}

a {
	color: #717375;
	text-decoration: underline;
}

a:hover {
	color: #717375;
	text-decoration: none;
}

p {
	font-size: 18px;
	font-size: 1.125rem;
	padding: 0 0 15px 0;
	padding: 0 0 0.9375rem 0;
	margin: 0;
}

p:last-child {
	padding: 0;
}

small {
	font-size: 12px;
	font-size: 0.75rem;
	display: inline-block;
}

.center p {
	text-align: center;
}

.container {
	width: 100%;
	max-width: 1.220px;
	max-width: 76.25rem;
	margin: 0 auto;
	padding: 0 20px;
	padding: 0 1.25rem;
}

.greybox.max-700 {
	max-width: 700px;
	max-width: 43.75rem;
	margin: 0 auto;
}

main {
	position: relative;
	width: 100%;
	background: #fff;
	padding: 60px 0 0 0;
	padding: 3.75rem 0 0 0;
}

header {
	width: 100%;
	position: relative;
	background: #fff;
	border-bottom: 1px solid #f3f3f3;
	border-bottom: 0.0625rem solid #f3f3f3;
}

header .top-bar {
	background: #ffd600;
	font-size: 12px;
	font-size: 0.75rem;
	height: 31px;
	height: 1.9375rem;
	color: #c20d0d;
	display: flex;
	flex-wrap: wrap;
    align-items: center;
	position: relative;
	text-align: right;
}

header .top-bar .status {
	width: calc(100% - 65px);
	width: calc(100% - 4.0625rem);
	text-align: center;
	display: inline-block;
	padding: 0 40px;
	padding: 0 2.5rem;
}

header .top-bar .logout {
	color: #505050;
	text-decoration: none;
}

header .top-bar .logout:hover {
	color: #505050;
	text-decoration: underline;
}

header .top-bar .logout::before {
    content: "\F105";
    display: inline-block;
    font-family: FontAwesome;
    padding-right: 2px;
	padding-right: 0.125rem;
    font-size: 10px;

}

header .logo {
	padding: 20px 0;
	padding: 1.25rem 0;
}

.logo .medimax-lg {
	max-width: 320px;
	max-width: 20rem;
}

footer {
	font-size: 14px;
	font-size: 0.875rem;
	text-align: center;
	background: #f3f3f3;
	padding: 40px 0;
	padding: 2.5rem 0;
}

p.copyright {
	font-size: 14px;
	font-size: 0.875rem;
}

footer img {
	max-width: 100px;
	max-width: 6.25rem;
	opacity: 0.4;
}

p strong {
	font-weight: 600;
}

.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.flex-wrap {
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

/*** FORMULAR *****************************************************************************
*******************************************************************************************/

.form-horizontal .controls {
	margin: 0;
}

.form-horizontal .control-label {
	float: none;
	width: 100%;
	padding: 0;
	margin: 0 0 5px 0;
	margin: 0 0 0.3125rem 0;
	text-align: left;
}

label {
	font-size: 18px;
	font-size: 1.125rem;
}

input, select, textarea {
	border: 1px solid #717375;
	border: 0.0625rem solid #717375;
	padding: 10px;
	padding: 0.625rem;
	line-height: 1;
	font-size: 18px;
	font-size: 1.125rem;
	color: #717375;
	width: 100%;
	display: block;
}

form .control-group textarea {
	line-height: 1.5;	
}

input:focus, select:focus, textarea:focus, button:focus {
	box-shadow: none;
	outline: none;
}

select {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	padding: 10px 30px 10px 10px;
	padding: 0.625rem 1.875rem 0.625rem 0.625rem;
	height: 43px;
	height: 2.6875rem;
	cursor: pointer;
	background: url(/fileadmin/templates/img/arrow.svg) no-repeat center right/30px auto;
	background: url(/fileadmin/templates/img/arrow.svg) no-repeat center right/1.875rem auto;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-month,
.ui-datepicker .ui-datepicker-header .ui-datepicker-year {
	appearance: auto;
	padding: 0;
	background: none;
	height: auto;
	display: inline-block;
	width: calc(100%/2 - 10px);
	width: calc(100%/2 - 0.625rem);
	margin: 0 5px;
	margin: 0 0.3125rem;
	font-size: 16px;
	font-size: 1rem;
}

.checkhead {
	position: relative;
	padding: 0 0 0 20px;
	padding: 0 0 0 1.25rem;
}

.checkhead label {
	font-size: 14px;
	font-size: 0.875rem;
	display: inline-block;
	line-height: 1.3;
	margin: 0 0 10px 0;
	margin: 0 0 0.625rem 0;
}

.checkbox {
	position: relative;
	padding: 0 0 0 24px;
	padding: 0 0 0 1.5rem;
	margin: 4px 0;
	margin: 0.25rem 0;
}

.checkbox:last-child {
	margin-bottom: 0;
}

.checkbox label {
	font-size: 18px;
	font-size: 1.125rem;
	display: inline-block;
	line-height: 1;
	margin: 0;
}

input[type="checkbox"] {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	/*width: 10px;
	width: 0.625rem;
	height: 10px;
	height: 0.625rem;
	top: 6px;
	top: 0.375rem;*/
	border: 1px solid #717375;
	border: 0.0625rem solid #717375;
	position: absolute;
	left: 0;
	margin: 0;
	padding: 0;
	cursor: pointer;
	
	width: 12px;
	width: 0.75rem;
	height: 12px;
	height: 0.75rem;
	top: 4px;
	top: 0.25rem;
}

input[type="checkbox"]:checked::before {
	content:'';
	position: absolute;
	/*left: 1px;
	left: 0.0625rem;
	top: -1.5px;
	top: -0.09375rem;
	width: 10px;
	width: 0.625rem;
	height: 10px;
	height: 0.625rem;*/
	background: url(/fileadmin/templates/img/checkbox.svg) no-repeat center/100% auto;
	
	width: 12px;
	width: 0.75rem;
	height: 13px;
	height: 0.8125rem;
	left: 2px;
	left: 0.125rem;
	top: -3px;
	top: -0.1875rem;
}

.checkbox input[type="checkbox"] {
	width: 12px;
	width: 0.75rem;
	height: 12px;
	height: 0.75rem;
	top: 4px;
	top: 0.25rem;
}

.checkbox input[type="checkbox"]:checked::before {
	width: 12px;
	width: 0.75rem;
	height: 13px;
	height: 0.8125rem;
	left: 2px;
	left: 0.125rem;
	top: -3px;
	top: -0.1875rem;
	background-image: url(/fileadmin/templates/img/checkbox2.svg);
}

.radio {
	position: relative;
	min-height: auto;
	padding: 0 0 0 20px;
	padding: 0 0 0 1.25rem;
	margin: 0 0 10px 0;
	margin: 0 0 0.625rem 0;
}

.radio label {
	font-size: 18px;
	font-size: 1.125rem;
	display: inline-block;
	line-height: 1;
	margin: 0;
}

input[type="radio"] {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	width: 12px;
	width: 0.75rem;
	height: 12px;
	height: 0.75rem;
	border: 1px solid #717375;
	border: 0.0625rem solid #717375;
	border-radius: 100%;
	position: absolute;
	left: 0;
	top: 50%;
	margin: -6px 0 0 0;
	margin: -0.375rem 0 0 0;
	padding: 0;
	cursor: pointer;
}

input[type="radio"]:checked {
	
}

input[type="radio"]:checked::before {
	content:'';
	width: 6px;
	width: 0.375rem;
	height: 6px;
	height: 0.375rem;
	border-radius: 100%;
	position: absolute;
	left: 2px;
	left: 0.125rem;
	top: 2px;
	top: 0.125rem;
	background: #c20d0d;
}

.ui-autocomplete {
	max-height: 250px !important;
	max-height: 15.625rem !important;
	overflow-y: auto;
	overflow-x: hidden;
}

.ui-helper-hidden-accessible {
	color: #717375;
}

.row50-50,
.row30-70,
.row30-30-30,
.row25-25-50,
.row30-35-35,
.row-salution {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.form-horizontal .control-group {
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
}

.row50-50 .control-group {
	width: calc(100%/2 - 20px);
	width: calc(100%/2 - 1.25rem);
}

.row30-70 .control-group:nth-child(1) {
	width: calc(30% - 20px);
	width: calc(30% - 1.25rem);
}

.row30-70 .control-group:nth-child(2) {
	width: calc(70% - 20px);
	width: calc(70% - 1.25rem);
}

.row30-30-30 .control-group {
	width: calc(100%/3 - 20px);
	width: calc(100%/3 - 1.25rem);
}

.row25-25-50 .control-group {
	width: calc(50%/2 - 30px);
	width: calc(50%/2 - 1.875rem);
}

.row25-25-50 .control-group:nth-child(3) {
	width: calc(100%/2 - 20px);
	width: calc(100%/2 - 1.25rem);
}

.row30-35-35 .control-group:nth-child(1) {
	width: calc(30% - 20px);
	width: calc(30% - 1.25rem);
}

.row30-35-35 .control-group {
	width: calc(70%/2 - 20px);
	width: calc(70%/2 - 1.25rem);
}

.row-salution .row50-50 {
	width: calc(100% - 195px);
	width: calc(100% - 12.1875rem);
}

.row-salution .salution {
	width: 195px;
	width: 12.1875rem;
	padding-right: 40px;
	padding-right: 2.5rem;
}

.row-salution .salution .row50-50 {
	width: 100%;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}

.row-salution .salution .row50-50 .radio {
	width: auto;
	padding-right: 20px;
	padding-right: 1.25rem;
}

.scheme-codes .checkbox,
.markets .checkbox {
	width: calc(100%/4);
	display: inline-block;
	padding-right: 20px;
	padding-right: 1.25rem;
}

/* Buttons */

.form-actions {
	position: relative;
	padding: 40px 0;
	padding: 2.5rem 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse;
            flex-flow: row-reverse;	
}

.form-actions .btn {
	margin: 0 10px;
	margin: 0 0.625rem;
}

.btn {
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 400;
	background: #ffd600;
	display: inline-block;
	padding: 10px 40px;
	padding: 0.625rem 2.5rem;
	color: #717375;
	border: none;
	outline: none;
	border-radius: 0;
	text-shadow: none;
	line-height: 1.4;
	min-width: 20%;
	text-decoration: none;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.btn:hover {
	background: #ffda1a;
	color: #717375;
}

.btn.back {
	background: #717375;
	color: #fff;
}

.btn.back:hover {
	background: #7e8082;
}

.btn.end {
	background: #c20d0d;
	color: #fff;
}

.btn.end:hover {
	background: #da0f0f;
}

.btn-primary::before,
.btn.back::before,
.btn.end::before {
	content: "\F105";
    display: inline-block;
    font-family: FontAwesome;
    padding-right: 4px;
	padding-right: 0.25rem;
    font-size: 16px;
	font-size: 1rem;
}

/* Error */

#errorbox {
	display: none;
}

.alert {
    padding: 20px;
	padding: 1.25rem;
    margin-bottom: 20px;
	margin-bottom: 1.25rem;
    text-shadow: none;
    border: 1px solid #fbeed5;
	border: 0.0625rem solid #fbeed5;
    border-radius: 3px;
	border-radius: 0.1875rem;
    background-color: #f2dede;
	border-color: #eed3d7;
	color: #b94a48;
	font-size: 16px;
	font-size: 1rem;
}

/*** LOGIN/OUT ****************************************************************************
*******************************************************************************************/

fieldset {
	padding: 0;
}

fieldset legend {
	display: none;
}

.frame-type-login {
	max-width: 600px;
	padding: 0 0 60px 0;
	margin: 0 auto;
}

.frame-type-login h3 {
	font-size: 24px;
	text-align: center;
}

.frame-type-login .status-message {
	font-size: 18px;
	font-size: 1.125rem;
	margin: 0 0 40px 0;
	margin: 0 0 2.5rem 0;
}

.frame-type-login input {
	margin: 0 0 20px 0;
	margin: 0 0 1.25rem 0;
}

.frame-type-login .login-btn {
	text-align: center;
}

.frame-type-login input[type="submit"] {
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 400;
	background: #ffd600;
	display: inline-block;
	width: auto;
	padding: 10px 40px;
	padding: 0.625rem 2.5rem;
	color: #717375;
	border: none;
	outline: none;
	border-radius: 0;
	text-shadow: none;
	line-height: 1.4;
	text-decoration: none;
	cursor: pointer;
	margin: 20px 0 0 0;
	margin: 1.25rem 0 0 0;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.frame-type-login input[type="submit"]:hover {
	background: #ffda1a;
}

/*** SCHEMES ******************************************************************************
*******************************************************************************************/

.scheme {
	position: relative;
	font-size: 14px;
	font-size: 0.875rem;
	margin: 0 0 20px 0;
	margin: 0 0 1.25rem 0;
}

.scheme:last-child {
	margin: 0;
}

.scheme label {
	margin: 0;
}

#scheme-check {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	cursor: pointer;
	border: none;
	margin: 0;
	border-radius: 0;
}

#scheme-check::before {
	content: none;
}

.scheme .head {
	background: #a6acb0;
	background: #c0c4c7;
	padding: 40px;
	padding: 2.5rem;
	text-align: center;
	color: #fff;
}

.scheme:hover .head{
	background: #717375;
}

.scheme.activescheme .head {
	background: #ffd600;
}

.scheme.activescheme .head h2 {
	color: #c20d0d;
}

.scheme.activescheme .head,
.scheme.activescheme .head h3,
.scheme.activescheme .head h4{
	color: #333333;
}

.scheme .head h2 {
	font-family: 'Open Sans Condensed', sans-serif;
	line-height: 1.3;
	font-size: 30px;
	font-size: 1.875rem;
	font-weight: 700;
	margin: 0 0 20px 0;
	margin: 0 0 1.25rem 0;
}

.scheme .head h3,
.scheme .head h4 {
	font-size: 22px;
	font-size: 1.375rem;
	font-weight: 400;
	margin: 0 0 5px 0;
	margin: 0 0 0.3125rem 0;
}

.scheme .content {
	display: none;
	border: 1px solid #717375;
	border: 0.0625rem solid #717375;
	border-top: none;
	padding: 20px 40px;
	padding: 1.25rem 2.5rem;
}

.scheme .content .list {
	width: calc(100%/2);
	margin: 0;
	padding: 20px 40px;
	padding: 1.25rem 2.5rem;
}

.scheme .content .list li {
	list-style: none;
	position: relative;
	padding: 0 0 8px 0;
	padding: 0 0 0.5rem 0;
}

.scheme .content .list span {
	color: #c20d0d;
	font-weight: 600;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	margin: 15px 0 5px 0;
	margin: 0.9375rem 0 0.3125rem 0;
}

.scheme .content .list:first-child span {
	color: #07962f;
	font-size: 16px;
	font-size: 1rem;
	margin: 15px 0 10px 0;
	margin: 0.9375rem 0 0.625rem 0;
}

.scheme .content .list span:first-child {
	margin: 0 0 10px 0;
	margin: 0 0 0.625rem 0;
}

#list-cov li {
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

#list-cov li::before {
	content: "\f00c";
	color: #07962f;
	font-family: FontAwesome;
	font-size: 18px;
	font-size: 1.125rem;
	font-style: normal;
	font-weight: normal;
	left: -35px;
	left: -2.1875rem;
	position: absolute;
	text-decoration: inherit;
	top: 1px;
	top: 0.0625rem;
}

#list-excludes li::before {
	content: "\f00d";
	color: #717375;
	font-family: FontAwesome;
	font-size: 14px;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: normal;
	left: -25px;
	left: -1.5625rem;
	position: absolute;
	text-decoration: inherit;
	top: 1px;
	top: 0.0625rem;
}

#list-restrictions li::before {
	content: "\f071";
	color: #717375;
	font-family: FontAwesome;
	font-size: 12px;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: normal;
	left: -25px;
	left: -1.5625rem;
	position: absolute;
	text-decoration: inherit;
	top: 1px;
	top: 0.0625rem;
}

.scheme .content .checkhead {
	z-index: 10000;
}

/*** PAYMENT ******************************************************************************
*******************************************************************************************/

#payment-placeholder-box {
	width: calc(100% - 300px);
	width: calc(100% - 18.75rem);
	padding: 0 60px 0 0;
	padding: 0 3.75rem 0 0;
}

.summary-row {
	width: 300px;
	width: 18.75rem;
}

.summary-row h3 {
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 700;
	color: #c20d0d;
	width: 100%;
	display: block;
}

.summary-row hr {
	width: 100%;
	margin: 15px 0;
	margin: 0.9375rem 0;
	border: none;
	outline: none;
	height: 2px;
	height: 0.125rem;
	background: #f3f3f3;
}

.summary-row table {
	border-collapse: collapse;
	width: 100%;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1;
}

.summary-row table tr td {
	padding: 5px 0;
	padding: 0.3125rem 0;
	vertical-align: top;
}

.summary-row table tr td:first-child {
	padding-right: 10px;
	padding-right: 0.625rem;
	width: 120px;
	width: 7.5rem;
}

.summary-row table tr td:last-child {
	text-align: right;
	color: #000;
}

.summary-row p {
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.6;
}

.coverage span {
	font-weight: 700;
	display: block;
	margin: 0 0 4px 0;
	margin: 0 0 0.25rem 0;
}

#signature {
	margin: 0;
}


.signature-component button {
	font-family: 'Libre Franklin', sans-serif;
	border-radius: 0;
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: 400;
	padding: 10px 20px;
	padding: 0.625rem 1.25rem;
	line-height: 1;
	margin: 15px 0 0 0;
	margin: 0.9375rem 0 0 0;
	color: #fff;
	cursor: pointer;
}

.signature-component button.btn-save {
	background: #07962f;
	margin-right: 15px;
	margin-right: 0.9375rem;
}

.signature-component button.btn-clear {
	background: #717375;
}

.fa-check::before, .fa-remove::before, .fa-close::before, .fa-times::before {
	font-family: FontAwesome;
	font-style: normal;
}

.signature-component .message {
	font-size: 14px;
	font-size: 0.875rem;
	position: absolute;
	margin: 5px 0 0 0;
	margin: 0.3125rem 0 0 0;
	text-align: center;
	width: 100%;
	color: #000;
	font-weight: 600;
}

.form5 {
	position: relative;
}

#wrapper.signature-konto {
	position: absolute;
	top: 305px;
	top: 19.0625rem;
	max-width: calc(100% - 360px);
	max-width: calc(100% - 22.5rem);
	width: calc(100% - 360px);
	width: calc(100% - 22.5rem);
}

#wrapper.signature-konto.nmabe {
	top: 445px;
	top: 27.8125rem;
}

#signature-space {
	height: 455px;
	height: 28.4375rem;
}

#signature-space.nmabe {
	
}

#errorboxerror.alert.alert-error.nmabe {
	min-height: 120px;
	min-height: 7.5rem;
}

#wrapper.signature-konto  .signature-component .message {
	display: inline-block;
	margin: 10px;
	width: auto;
}

/*** ZUSAMMENFASSUNG **********************************************************************
*******************************************************************************************/

.form6 .table-wrap table {
	text-align: left !important;
	width: 100%;
	line-height: 1;
}

.form6 .table-wrap table td,
.form6 .table-wrap table tr {
	padding: 0;
}

.form6 .table-wrap table td {
	padding: 5px 0;
	padding: 0.3125rem 0;
}

.form6 .table-wrap table td span {
	padding: 0 0 5px 0;
	padding: 0 0 0.3125rem 0;
	display: inline-block;
}

.form6 .table-wrap .headline-table {
	color: #c20d0d;
	font-weight: 600;
	padding: 5px 0;
	padding: 0.3125rem 0;
	line-height: 1.4;
}

.form6 .table-wrap {
	position: relative;
	margin: 0 0 20px 0;
	margin: 0 0 1.25rem 0;
	border-bottom: 2px solid #f3f3f3;
	border-bottom: 0.125rem solid #f3f3f3;
}

.form6 .table-wrap .text {
	line-height: 1.4;
}

.form6 .table-wrap table .bold {
	font-weight: 600;
}

.form6 .table-wrap .message {
	position: relative;
}

/*** BACKEND *******************************************************************************
*******************************************************************************************/

#tbl_employee {
	font-size: 16px;
	font-size: 1rem;
	border-radius: 0;
	line-height: 1;
	border: 1px solid rgba(0,0,0,0.05);
	border: 0.0625rem solid rgba(0,0,0,0.05);
	border-left: none;
}

#tbl_employee th {
	font-weight: 400;
	line-height: 1;
	padding: 0;
	background: #717375;
	color: #fff;
	border-radius: 0;
	text-decoration: none !important;
	border-left: 1px solid #dddddd;
	border-left: 0.0625rem solid #dddddd;
}

.table-bordered th:first-child {
	border-color: #717375;
}

#tbl_employee th a {
	color: #fff;
	display: block;
	padding: 10px;
	padding: 0.625rem;
}

#tbl_employee th a:hover {
	background: #7e8082;
	text-decoration: none;
}

#tbl_employee th:last-child a {
	display: none;
}

#tbl_employee th .sortArrow {
	margin-left: 5px !important;
	margin-left: 0.3125rem !important;
}

#tbl_employee .fancySearchRow {
	padding: 0;
}

#tbl_employee .fancySearchRow th {
	padding: 0 !important;
	background: #717375;
	border: 1px solid #717375;
	border: 0.0625rem solid #717375;
	border-top: none;
}

#tbl_employee .fancySearchRow input {
	padding: 10px;
	padding: 0.625rem;
	font-size: 16px;
	font-size: 1rem;
	border: none;
}

#tbl_employee td {
	padding: 10px;
	padding: 0.625rem;
	line-height: 1;
	vertical-align: middle;
	border-left: 1px solid rgba(0,0,0,0.05);
	border-left: 0.0625rem solid rgba(0,0,0,0.05);
	border-top: 1px solid rgba(0,0,0,0.05);
	border-top: 0.0625rem solid rgba(0,0,0,0.05);
}

#tbl_employee tbody tr:nth-child(2n+1) td {
    background-color: #f3f3f3;
}

#tbl_employee tbody tr:hover td {
    background-color: #ffd600;
}

#tbl_employee td.btn-col {
	text-align: center;
}

.btn.btn-mini,
.btn.btn-mini.btn-danger {
	background: none;
	padding: 0;
	text-shadow: none;
	box-shadow: none;
	border: none;
	border-radius: 0;
	font-size: 18px;
	font-size: 1.125rem;
	margin-right: 5px;
	margin-right: 0.3125rem;
	line-height: 1;
}

.btn.btn-mini:hover {
	color: #000;
}

.btn.btn-mini.btn-danger {
	color: #c20d0d;
}

.btn.btn-mini.btn-danger:hover {
    color: #751111;
}

.pag .btn.btn-light {
	border-radius: 0;
	background: #fff;
	box-shadow: none;
	padding: 5px 10px;
	padding: 0.3125rem 0.625rem;
	border: none;
	text-shadow: none;
	margin: 0 2px;
	margin: 0 0.125rem;
	font-size: 14px;
	font-size: 0.875rem;
	width: auto;
	min-width: auto;
}

.pag .btn.btn-light:hover {
	background: #f3f3f3;
}

.pag .btn.btn-light.active {
	background: #717375;
	color: #fff;
}

/* News Tabelle */

#site-21 #tbl_employee,
#site-21 #tbl_employee .fancySearchRow input,
#site-21 #tbl_employee p{
	font-size: 14px;
	font-size: 0.875rem;
}

#site-21 #tbl_employee th:first-child {
	width: 130px;
	width: 8.125rem;
}

/* Upload Center */

.table img {
	max-width: 15px;
	max-width: 0.9375rem;
	margin: 0 10px 0 0;
	margin: 0 0.625rem 0 0;
}

.tx-filelist {
	font-size: 14px;
	font-size: 0.875rem;
}

.tx-filelist .table th {
	padding: 10px;
	padding: 0.625rem;
	line-height: 1;
	vertical-align: middle;
	background: #717375;
	color: #fff;
	font-weight: 400;
	border-left: 1px solid #dddddd;
	border-left: 0.0625rem solid #dddddd;
}

.tx-filelist .table th:last-child {
	min-width: 160px;
	min-width: 10rem;
}

.tx-filelist .table td {
	padding: 10px;
	padding: 0.625rem;
	line-height: 1;
	vertical-align: middle;
	border-bottom: 1px solid rgba(0,0,0,0.05);
	border-bottom: 0.0625rem solid rgba(0,0,0,0.05);
	border-top: 1px solid rgba(0,0,0,0.05);
	border-top: 0.0625rem solid rgba(0,0,0,0.05);
}

.tx-filelist .table tbody tr:nth-child(2n+1) td {
    background-color: #f3f3f3;
}

.tx-filelist .table tbody tr:hover td {
    background-color: #ffd600;
}

.control-group.upload {
	margin: 0;
}

.ie_hide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

#pretty-input{
	width: 100%;
	width: calc(100% - 200px);
	width: calc(100% - 12.5rem);
	display: inline-block;
}

.btn_upload {
	padding: 14px 40px;
	padding: 0.875rem 2.5rem;
	line-height: 1;
	background: #717375;
	color: #fff;
	display: inline-block;
	text-decoration: none;
	cursor: pointer;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.btn_upload:hover {
	background: #7e8082;
	color: #fff;
}

.btn.btn-mini.btn-danger.delete-button {
	font-size: 0;
	min-width: auto;
	width: auto;
	margin: -4px 0 0 10px;
	margin: -0.25rem 0 0 0.625rem;
	line-height: 1;
	display: inline-block;
}

.delete-button::after {
	content: "\f1f8";
    display: inline-block;
    font-family: FontAwesome;
	font-size: 14px;
	font-size: 0.875rem;
}

/*** HOME *********************************************************************************
*******************************************************************************************/

.button-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.button-row .frame-type-html {
	width: calc(100%/3 - 40px);
	width: calc(100%/3 - 2.5rem);
	margin: 10px 20px;
	margin: 0.625rem 1.25rem;
}

.button-row .btn {
	width: 100%;
	padding: 20px ;
	padding: 1.25rem ;
	line-height: 1.2;
	background: #717375;
	color: #fff;
	display: flex;
	justify-content: center;
	height: 100%;
}

.button-row .btn:hover {
	color: #717375;
	background: #ffd600;
}

.button-row .btn::before {
    content: "\F105";
    display: inline-block;
    font-family: FontAwesome;
    padding-right: 4px;
    padding-right: 0.25rem;
    font-size: 16px;
    font-size: 1rem;
}

/* Archiv Liste */

.news-list-view  .page-navigation {
	width: 100%;
	display: block;
	margin: 20px 0;
	margin: 1.25rem 0;
	padding: 0 20px;
	padding: 0 1.25rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}

.news .news-list-view  .page-navigation ul {
	float: none;
	margin: 0;
	font-size: 13px;
	font-size: 0.8125rem;
}

.news .news-list-view  .page-navigation p {
	padding: 0;
	font-size: 13px;
	font-size: 0.8125rem;
	margin: 0 15px 0 0;
	margin: 0 0.9375rem 0 0;
	float: none;
}

.news-list-view {
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
	margin: 0 -20px;
	margin: 0 -1.25rem;
	padding: 0 0 20px 0;
	padding: 0 0 1.25rem 0;
}

.news-list-view .article {
	width: calc(100%/3);
	padding: 40px;
	padding: 2.5rem;
	position: relative;
	margin: 0;
}

.news-list-view .article:last-child {
	padding-bottom: 40px;
}

.news-list-view .article::before{
    content: '';
	position: absolute;
	height: calc(100% - 40px);
	height: calc(100% - 2.5rem);
    top: 20px;
	top: 1.25rem;
    width: 1px;
	width: 0.0625rem;
	right: -1px;
	right: -0.0625rem;
    background: #f3f3f3;
    display: block;
}

.news-list-view .article::after {
	content: '';
	visibility: visible;
	position: absolute;
	bottom: 0;
	left: 20px;
	left: 1.25rem;
	height: 1px;
	height: 0.0625rem;
	width: calc(100% - 40px);
	width: calc(100% - 2.5rem);
	background: #f3f3f3;
}

.news .news-list-view .article .news-img-wrap {
	display: none;
}

.news .news-list-view .footer {
	display: none;
}

.news-list-view .article h3 a {
   text-decoration: none;
	font-weight: 400;
	font-size: 22px;
	font-size: 1.375rem;
	margin: 0 0 10px 0;
	margin: 0 0 0.625rem 0;
	display: block;
}

.news-list-view .article .teaser-text {
	margin: 0;
}

.news-list-view .article .teaser-text .news-list-date {
	display: block;
	line-height: 1;
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 600;
	margin: 20px 0 5px 0;
	margin: 1.25rem 0 0.3125rem 0;
	position: relative;
	padding-left: 20px;
	padding-left: 1.25rem;
}

.news-list-view .article .teaser-text .news-list-date::before {
	content:'';
	position: absolute;
	width: 11px;
	width: 0.6875rem;
	height: 11px;
	height: 0.6875rem;
	top: 0;
	left: 0;
	background: url(../img/calendar.svg) no-repeat center/100% auto;
}

.news-list-view .article .teaser-text p {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 300;
	line-height: 1.25;
	display: inline;
}

.news-list-view .article .teaser-text .more {
	margin: 20px 0 0 0;
	margin: 1.25rem 0 0 0;
	display: inline-block;
	text-decoration: none;
}

.news-list-view .article .teaser-text .more:hover {
	text-decoration: underline;
}

.news-list-view .article .teaser-text .more::before {
	content: "\F105";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 14px;
	font-size: 0.875rem;
}

/* Archiv Liste Home */

.latest-news-container {
	margin: 40px 20px 0 20px;
	margin: 2.5rem 1.25rem 0 1.25rem;
	padding: 0 0 60px 0;
	padding: 0 0 3.75rem 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.latest-news-container > h3 {
	width: 100%;
	text-align: left;
	padding: 5px 20px;
	padding: 0.3125rem 1.25rem;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 20px 30px 20px;
	margin: 0 1.25rem 1.875rem 1.25rem;
	color: #c20d0d;
	background: #f3f3f3;
}

.latest-news-container .latest-news .news-list-view {
	padding-bottom: 0;
}

/*
.latest-news-container .latest-news {
	width: calc(100% - 100%/3);
	padding: 0 40px;
	padding: 0 2.5rem;
}

.latest-news-container .latest-news .news-list-view .article {
	width: 100%;
	padding: 0 20px;
	padding: 0 1.25rem;
}

.latest-news-container .latest-news .news-list-view .article::before,
.latest-news-container .latest-news .news-list-view .article::after {
	content: none;
}

.latest-news-container .news .article .news-img-wrap,
.latest-news-container .news .footer{
	display: none;
}

.latest-news-container .news .article .teaser-text {
	margin: 0;
}

.latest-news-container .news .article h3 a {
   text-decoration: none;
	font-weight: 400;
	font-size: 22px;
	font-size: 1.375rem;
	margin: 0 0 10px 0;
	margin: 0 0 0.625rem 0;
	display: block;
}

.latest-news-container .news .article .teaser-text p {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 300;
	line-height: 1.25;
}

.latest-news-container .news .article .teaser-text .more {
	margin: 20px 0 0 0;
	margin: 1.25rem 0 0 0;
	display: inline-block;
	text-decoration: none;
}

.latest-news-container .news .article .teaser-text .more:hover {
	text-decoration: underline;
}

.latest-news-container .news .article .teaser-text .more::before {
	content: "\F105";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 14px;
	font-size: 0.875rem;
}*/

.archiv-container {
	width: calc(100%/3);
	width: 100%;
	padding: 0 20px;
	padding: 0 1.25rem;
	-ms-flex-item-align: center;
	    -ms-grid-row-align: center;
	    align-self: center;
	text-align: center;
	margin-top: 20px;
	margin-top: 1.25rem;
}

.archiv a {
	text-decoration: none;
	color: #c20d0d;
	text-transform: uppercase;
	font-weight: 700;
	text-align: center;
	display: inline-block;
	padding: 20px;
	padding: 1.25rem;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.archiv a:hover {
	background: #f3f3f3;
}

.archiv a::before {
	content: "\F105";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 14px;
	font-size: 0.875rem;
	padding-right: 2px;
	padding-right: 0.125rem;
}

.archiv a::before {
	content: '';
	width: 40px;
	width: 2.5rem;
	height: 40px;
	height: 2.5rem;
	display: block;
	background: url(/fileadmin/templates/img/archiv.svg) no-repeat center/100% auto;
	margin: 0 auto;
	margin-bottom: 10px;
	margin-bottom: 0.625rem;
}

/* News Detail */

.news-single {
	padding-bottom: 60px;
	padding-bottom: 3.75rem;
}

.news.news-single h3 {
	font-size: 28px;
	font-size: 1.75rem;
	font-weight: 400;
	margin: 0 0 30px 0;
	margin: 0 0 1.875rem 0;
}

.news.news-single .news-list-date {
	display: block;
	line-height: 1;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 600;
	margin: 20px 0 15px 0;
	margin: 1.25rem 0 0.9375rem 0;
	position: relative;
	padding-left: 25px;
	padding-left: 1.5625rem;
}

.news.news-single .news-list-date::before {
	content:'';
	position: absolute;
	width: 14px;
	width: 0.875rem;
	height: 14px;
	height: 0.875rem;
	top: 0;
	left: 0;
	background: url(../img/calendar.svg) no-repeat center/100% auto;
}

.news-single .news-text-wrap {
	margin: 0 0 40px 0;
	margin: 0 0 2.5rem 0;
}

.news-single .news-text-wrap p {
	font-weight: 300;
}

.news-backlink-wrap {
	text-align: center;
}

.news-backlink-wrap a {
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 400;
	background: #ffd600;
	display: inline-block;
	padding: 10px 40px;
	padding: 0.625rem 2.5rem;
	color: #717375;
	border: none;
	outline: none;
	border-radius: 0;
	text-shadow: none;
	line-height: 1.4;
	min-width: 20%;
	text-decoration: none;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.news-backlink-wrap a::before {
    content: "\F105";
    display: inline-block;
    font-family: FontAwesome;
    padding-right: 4px;
    padding-right: 0.25rem;
    font-size: 16px;
    font-size: 1rem;
}

.news-backlink-wrap a:hover {
    background: #ffda1a;
    color: #717375;
}

.news-single .footer {
	display: none;
}

/*** MEDIA QUERIES ************************************************************************
*******************************************************************************************/

@media screen and (min-width: 2560px) {
    html {
        font-size: 125%;
    }
}


@media screen and (max-width: 959px) {
	
	#payment-placeholder-box {
		width: 100%;
		padding: 0 0 40px 0;
	}
	
	#wrapper.signature-konto {
		max-width: 100%;
		width: 100%;
	}

	.summary-row {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	
	.summary-row hr {
		display: none;
	}
	
	.summary-row .summary-point {
		width: calc(100%/2);
		padding: 0 20px;
		margin: 20px 0;
		border-right: 2px solid #f3f3f3;
	}
	
	.summary-row .summary-point:last-child {
		border-right: none;
	}

	.scheme .content {
		padding: 10px 20px;
	}
	
	.scheme .content .list {
		padding: 20px;
	}
	
	#list-cov li {
		font-size: 14px;
	}
	
	.scheme .content .list:first-child span {
		font-size: 14px;
	}
	
	#list-cov li::before {
		font-size: 14px;
		left: -25px;
	}
	
}

@media screen and (max-width: 699px) {
	
	main {
		padding: 30px 0 0 0;
	}
	
	h1, .news.news-single h3 {
		font-size: 24px;
		margin: 0 0 20px 0;
	}
	
	h2 {
		font-size: 20px;
	}
	
	h5 {
		font-size: 16px;
	}
	
	header .top-bar {
		height: auto;
		padding: 5px 0;
		text-align: center;
	}
	
	header .top-bar .status {
		width: 100%;
	}
	
	header .logo {
		text-align: center;
	}
	
	label {
		font-size: 14px;
	}
	
	.alert {
		font-size: 14px;
		padding: 15px;
	}
	
	#errorboxerror.alert.alert-error.nmabe {
		min-height: 100px;
	}
	
	#wrapper.signature-konto.nmabe {
		top: 398px;
	}
	
	.form-actions {
		flex-wrap: wrap;
		padding: 20px 0;
	}
	
	.form-actions .btn {
		margin: 5px 0;
	}
	
	.btn {
		font-size: 14px;
		width: 100%;
		display: block;
	}
	
	.btn-primary::before, .btn.back::before {
		font-size: 12px;
	}
	
	p {
		font-size: 16px;
	}
	
	.radio label,
	.checkbox label {
		font-size: 16px;
	}
	
	.checkbox {
		padding: 0 0 0 20px;
	}
	
	.checkbox input[type="checkbox"] {
		top: 5px;
	}
	
	.form6 .table-wrap {
		font-size: 14px;
		margin: 0 0 10px 0;
	}
	
	.row50-50 .control-group {
		width: calc(100%/2 - 10px);
	}

	.row30-70 .control-group:nth-child(1) {
		width: calc(30% - 10px);
	}

	.row30-70 .control-group:nth-child(2) {
		width: calc(70% - 10px);
	}
	.row30-30-30 .control-group {
		width: calc(100%/3 - 10px);
	}

	.row25-25-50 .control-group {
		width: calc(50%/2 - 16px);
	}

	.row25-25-50 .control-group:nth-child(3) {
		width: calc(100%/2 - 10px);
	}

	.row30-35-35 .control-group:nth-child(1) {
		width: calc(30% - 10px);
	}

	.row30-35-35 .control-group {
		width: calc(70%/2 - 10px);
	}
	
	.row-salution .salution,
	.row-salution .row50-50 {
		width: 100%;
	}
	
	.row-salution .salution {
		padding: 0;
		margin-bottom: 0;
	}
	
	.scheme-codes .checkbox {
		width: calc(100%/2);
		padding-right: 10px;
	}
	
	.markets .checkbox {
		width: 100%;
		padding-right: 0;
	}

	p.copyright {
		font-size: 12px;
	}
	
	.scheme .head {
		font-size: 12px;
		padding: 20px;
	}
	
	.scheme .head h2 {
		font-size: 24px;
		margin: 0 0 15px 0;
		line-height: 1.3;
	}
	
	.scheme .head h3, .scheme .head h4 {
		font-size: 18px;
	}
	
	.scheme .content {
		padding: 10px 30px;
	}
	
	.scheme .content .list {
		width: 100%;
		padding-bottom: 0;
		margin: 0;
	}
	
	.scheme .content .list ul {
		margin: 0;
	}
	
	.scheme .content .list:last-child{
		width: 100%;
		padding-bottom: 20px;
	}
	
	.scheme .content .list:first-child span {
		margin-top: 0;
	}
	
	.frame-type-login h3 {
		font-size: 22px;
	}
	
	.frame-type-login .status-message {
		font-size: 16px;
	}
	
	.news-list-view .article {
		width: calc(100%/2);
		padding: 30px;
	}
	
	.news-list-view .article:last-child {
		padding-bottom: 30px;
	}
	
	.news-list-view .article h3 a,
	.latest-news-container .news .article h3 a{
		font-size: 18px;
	}
	
	.latest-news-container > h3 {
		margin-left: 0;
		margin-right: 0;
	}
	
	.news-list-view .article .teaser-text p,
	.news-list-view .article .teaser-text .more,
	.latest-news-container .news .article .teaser-text p{
		font-size: 14px;
	}
	
	.button-row .frame-type-html {
		width: calc(100%/2 - 40px);
	}
	
	#wrapper.signature-konto {
		top: 310px;
		top: 277px;
	}

}

@media screen and (max-width: 639px) {
	
	.summary-row .summary-point {
		width: 100%;
		margin: 0;
		padding: 20px 0;
		border: none;
		border-bottom: 2px solid #f3f3f3;
	}
	
	.summary-row .summary-point:last-child {
		border: none;
	}
	
}

@media screen and (max-width: 479px) {
	
	h1, .news.news-single h3 {
		font-size: 20px;
	}
	
	h2 {
		font-size: 18px;
	}
	
	h3, h4 {
		font-size: 16px;
	}
	
	p {
		font-size: 14px;
	}
	
	.radio label,
	.checkbox label{
		font-size: 14px;
	}
	
	.control-group,
	.row50-50 .control-group,
	.row30-70 .control-group:nth-child(1),
	.row30-70 .control-group:nth-child(2),
	.row30-30-30 .control-group,
	.row25-25-50 .control-group,
	.row25-25-50 .control-group:nth-child(3),
	.row30-35-35 .control-group:nth-child(1),
	.row30-35-35 .control-group{
		width: 100%;
		margin-bottom: 15px;
	}
	
	.scheme .head h2 {
		font-size: 20px;
		line-height: 1.2;
	}
	
	.scheme .head h3, .scheme .head h4 {
		font-size: 16px;
	}
	
	.form6 .table-wrap {
		font-size: 12px;
	}
	
	.frame-type-login h3 {
		font-size: 20px;
	}
	
	.frame-type-login .status-message {
		font-size: 14px;
		margin: 0 0 20px 0;
	}
	
	.news-list-view .article {
		width: 100%;
		padding: 20px;
	}
	
	.news-list-view .article:last-child {
		padding-bottom: 20px;
	}
	
	.latest-news-container .latest-news {
		width: 100%;
	}
	
	.archiv-container {
		width: 100%;
		margin-top: 30px;
	}
	
	.button-row .frame-type-html {
		width: 100%;
	}
	
	.news.news-single .news-list-date {
		font-size: 14px;
		padding-left: 20px;
		margin-bottom: 10px;
	}
	
	.news.news-single .news-list-date::before {
		width: 12px;
		height: 12px;
	}
	
	#signature-space {
    	height: 420px;
	}
	
	#wrapper.signature-konto  .signature-component .message {
		display: block;
		width: 100%;
		text-align: center;
	}

}

.ui-dialog .ui-dialog-titlebar-close{
	display: none;
}