#chart-0,
.chartjs-size-monitor{
	display: none !important;
}


* {
	margin:0;
	padding:0;
	box-sizing:border-box;
}

.col-sm-12 {
	padding: 0 7px;
}

/* bugfix for pickadate CSS */
.picker__select--month, .picker__select--year {
	height: inherit !important;
}
@media (max-width: 500px) {
	.container .picker {
		width:90%;
	}
}
@media (max-width: 400px) {
	.container .picker {
		width:80%;
	}
}

body {
	font-size: 16px !important;
	font-family: 'Open Sans', Arial, sans-serif !important;
	color:#052453;
}


h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Open Sans', Arial, sans-serif;
}

h3 + h3 {
	margin-top:-5px;
	margin-bottom:10px;
}

/* bootstrap overrule */
a:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
	outline:none !important;
}

address {
	font-style:inherit;
}

p {
	padding: 5px 0;
}

img {
	vertical-align: middle;
}

a {
	display:inline;
	text-decoration: none;
	color:#143b87;
}

strong {
	font-weight:600;
	color:#5e6f89;
}

a:hover {
	color: #5e6f89;
}

a.top::before {
	vertical-align:top;
}

a > span {
	display:inline-block;
}

.invisible {
	display:none;
}

ul.number {
	margin-top:5px;
	margin-bottom:5px;
}
ul.number > li {
	list-style: decimal outside;
	margin:5px 5px 5px 20px;
	padding-left:8px;
}
ul.number > li::marker {
	font-weight:bold;
}

ul.dash > li {
	list-style:none;
	margin-left:13px;
}


.mono {
	color:#88a;
	font-weight:bold;
	font-family: monospace;
}

.normal {
	font-weight: normal;
}
h4.subheadline{
	color:#143b87;
	font-weight:bold;
}
.supsmaller {
	font-weight:lighter;
	font-size:64%;
	position:relative;
	top:-0.6em;
}

.nowrap {
	white-space: nowrap;
}

.folding {
	position:relative;
	padding-left:60px;
}
.folding::before {
	background-image: url('../images/icons/aufklappen_grey.png');
	background-size: 40px 40px;
	display: inline-block;
	position:absolute;
	left:0px;
	top:26px;
	width: 40px;
	height: 40px;
	content:"";
}
.folding:hover::before {
	background-image: url('../images/icons/aufklappen_blue.png');
	transform: rotate(0deg);
	transition: all 0.75s ease;
}

.folding.rotate::before {
	transform: rotate(180deg);
}
.flex {
	display: flex;
}

.flex > span {
	xflex: 0 0 50%;
}
@media (max-width: 800px) {
	.flex {
		flex-wrap: wrap;
	}
	.flex > span {
		flex: 0 0 100%;
	}
}
.container {
	max-width:1390px;
	margin-left:auto;
	margin-right:auto;
	padding:0 15px;
}
.cardcontainer h2,
.itemcontainer h2 {
	margin-top:10px;
}

.container.center {
	text-align:center;
}
.cardcontainer,
.itemcontainer,
.buttoncontainer,
.sms-pin {
	display: flex;
	flex-wrap: wrap;
}

.cardcontainer > div {
	flex: 0 0 50%;
	-ms-flex-preferred-size: calc(50% - 50px);
	margin: 10px 0;
}

.itemcontainer > div,
.buttoncontainer > div,
.sms-pin > div {
	flex: 0 0 100%;
	-ms-flex-preferred-size: calc(100% - 50px); /* fix for IE11 not handling box-sizing inside flex layout */
	padding: 0 25px;
	margin: 10px 0;
}
.itemcontainer.ownsize > div {
	flex: 0 1;
}

.singlecontainer {
	padding:2px;
}

.itemcontainer.low > div {
	margin:auto;
	padding:0;
}

.itemcontainer > div.right {
	text-align:right;
}

.itemcontainer > div.fixed {
	flex: 0 0 225px;
}

.buttoncontainer > div.fixed {
	flex: 0 0 320px;
}

.table > thead > tr > th {
	padding: 0 6px;
	vertical-align: middle;
	line-height: 1.2em;
}
@media (max-width: 800px) {
	.buttoncontainer > div.fixed {
		flex: 0 0 100%;
		padding:2px;
	}
	.buttoncontainer > div.remainder {
		display:none;
	}
}
.buttoncontainer > div:first-child
{
	padding-left:2px;
}
.buttoncontainer > div:last-child
{
	padding-right:2px;
}
.float-right{
	float:right;
}

.sms-pin {
	border-left: 4px solid #b81c23;
}

.itemcontainer > div.remainder,
.itemcontainer.remainder > div,
.buttoncontainer > div.remainder {
	flex: 1 0 0%;
}

.itemcontainer > div.narrow,
.sms-pin > div.narrow {
	flex: 0 0 50%;
	-ms-flex-preferred-size: calc(50% - 50px); /* fix for IE11 not handling box-sizing inside flex layout */
}
@media (max-width: 800px) {
	.cardcontainer > div.narrow,
	.itemcontainer > div.narrow,
	.sms-pin > div-narrow {
		flex: 0 0 100%;
		-ms-flex-preferred-size: calc(100% - 50px); /* fix for IE11 not handling box-sizing inside flex layout */
	}
}
.banner.account {
	height:25px;
}

table.dataTable thead > tr > th {
	border: none !important;
	text-align: right;
	color:#143b87;
}
table.dataTable thead > tr > th.align-left {
	text-align:left;
}
table.dataTable thead > tr > th.align-right {
	text-align:right;
}

.statsandusage-container h4.subheadline{
	padding-top:15px;
}
.statsandusage-container h4.subheadline:last-child{
	padding-bottom: 15px;
}
.statsandusage-container .box-body{
	margin-top: -15px;
}

table.dataTable thead > tr > th{
	border-bottom:1px solid #143b87 !important;
}
table.dataTable tbody > tr > td{
	border-bottom:1px solid #92a5b9 !important;
	vertical-align: middle;
}
.table-striped > tbody > tr:nth-of-type(2n+1) {
	background-color: #fff;
}
.table-striped > tbody > tr:nth-of-type(2n) {
	background-color: #edeef2;
}
table.dataTable thead > tr > th {
	padding-right: 4px;
	padding-bottom: 7px;
}
.contingent_stats_output {
	position: relative;
	left: -3px;
	clear: both;
	width: 100%;
}
.contingent_stats_output img {
	width: 22px;
	margin-right: -9px;
}
@media (max-width: 1200px) {
	.contingent_stats_output {
		max-width: 928px;
	}
	.contingent_stats_output img {
		width: 23.3px;
		margin-right: -8px;
	}
}
@media (max-width: 1024px) {
	table.dataTable thead > tr > th {
		font-size: 12px;
	}
	.contingent_stats_output img {
		width: 23.3px;
		margin-right: -8px;
	}
}
@media (max-width: 991px) {
	.contingent_stats_output {
		max-width: 928px;
	}
	.contingent_stats_output img {
		width: 23px;
		margin-right: -11px;
	}
}
#registerform input[type="checkbox"] {
	float: left;
	margin-left: -1px;
	margin-right: 10px;
	position: relative;
	top: -15px;
}

span.break{
	display: block;
}

#menu_content_small {
	list-style: none;
	font-size: 12px;
}
#menu_content_small strong{
	color:#5e6f89;
}
#menu_content_small strong{
	color:#5e6f89;
}
#menu_content li.active strong,
#menu_content_small li.active strong{
	color:#143b87;
	font-weight: bold;
}
#menu_content_small img{
	width:20px;
	margin-right: 8px
}
#menu_content_small li{
	padding:5px 0;
	font-size: 16px;
}
#menu_content_small .active strong{
	font-weight: 900;
}
.width-200px{
	width:200px;
	max-width:200px;
}
.margin-top-20px {
	margin-top:20px;
}
.margin-bottom-20px{
	margin-bottom:20px;
}
.statsheader td{
	background-color:#c6d0dd;
	color:#052453;
	font-weight: bold;
	padding-top:15px !important;
	padding-bottom:15px !important;
}
.statsheader td:first-child{
	background-color:#c6d0dd;
	color:#052453;
	text-align: right;
}
.loadingInfo, .emptyInfo{
	font-size:16px !important;
}
.statsheader td:nth-child(6),
.statsheader td:nth-child(7),
.statsheader td:nth-child(3){
	text-align: right;
}
.personal-data-container label.radiocontainer{
	float: left;
	width: 100px;
}
.card {
	background-color:white;
	margin:20px 20px 30px 20px;
	box-shadow: 0 0 10px #a3afc1;
}
.card:hover {
	box-shadow: 0 0 5px #838f91;
}
.card h2 {
	margin-left:25px;
	margin-right:25px;
	padding-top:25px;
	padding-bottom:25px;
	color:#143b87;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size:38px;
}
.card h3 {
	padding-top:10px;
	color:#143b87;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size:25px;
}
.card > div {
	padding:5px 25px 25px 25px;
	padding:5px 0 25px 0;
}
.card .textinput,
.card .selectinput,
.card .checkinput {
	margin-top:10px;
}

.card .explanation::before {
	font-weight:bold;
	content: '!';
	background-color: #143b87;
	color:white;
	display: inline-block;
	position: absolute;
	left:0px;
	top:8px;
	border-radius:50%;
	width:15px;
	height:15px;
	padding-left:6px;
	font-size:11px;
}
.card .explanation {
	position:relative;
	padding-left:30px;
	font-size:12px;
	line-height: inherit;
}

.container > .card {
	margin:20px 3px 30px 3px;
}

.textinput,
.selectinput,
.checkinput {
	font-family: 'Open Sans', Arial, sans-serif;
	font-size:18px;
}

.textinput label,
.selectinput label {
	display:block;
	font-size: 18px;
	color: #5e6f89;
}

.textinput .eye {
	position:relative;
}
i.eye:hover{
	color:#143b87 !important;
}
i.eye{
	color:#5e6f89 !important;
}
i.eye::after{
	font-family: 'FontAwesome';
	content: '\f06e';
	font-size: 30px;
	font-style:normal;
	position: absolute;
	right: 10px;
	top: 0px;
	cursor: pointer;
}
i.eye.positioned::after{
	top: 25px;
}
i.eye.dash::after {
	content: '\f070';
}
.textinput .eye::after {
	font-family: 'FontAwesome';
	content: '\f06e';
	top: 0.5em;
	right: 14px;
	position: absolute;
	font-size:30px;
}
@media (max-width: 800px) {
	.textinput .eye::after {
		right: 0.5em;
	}
}
.textinput .eye.dash::after {
	content: '\f070';
}
.textinput .eye:hover::after {
	color:#143b87;
}

.textinput input,
.selectinput select {
	width:100%;
	margin-top:6px;
	padding:12px;
	font-size:20px;
	border: 1px solid #888;
	background-color:#edeef2;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.textinput input:hover,
.selectinput select:hover {
	border-color:#0e3b87;
}

.textinput.error input,
.selectinput.error select {
	border: 1px solid #b81c23;
}
.errormessage,
.help-block.error{
	color:#b81c23;
}
.errormessage{
	margin-top:12px;
}
.textinput .error,
.selectinput .error,
.checkinput .error {
	position:relative;
	text-align:left;
	font-family: 'Open Sans', Arial, sans-serif;
	padding: 4px 30px 7px 10px;
	font-size:14px;
	color: #b81c23;
}

.textinput .error::after,
.selectinput .error::after,
.checkinput .error::after {
	font-family: "FontAwesome";
	content: '\f071';
	color: #b81c23;
	position: absolute;
	top:5px;
	right:7px;
	font-size:18px;
}

.checkinput .view {
	position: relative;
	display: inline-block;
	margin-right: 1em;
}

.checkinput input {
	position: absolute;
	left: 0;
	top: 0;
	min-width: 1em;
	width: 100%;
	height: 100%;
	z-index: 2;
	opacity: 0;
	margin: 0;
	padding: 0;
	cursor: pointer;
	overflow: visible;
}

.checkinput svg {
	position: absolute;
	font-size: 1em;
	width: calc(1em + 2px);
	height: calc(1em + 2px);
	left: 0;
	z-index: 1;
	text-align: center;
	line-height: normal;
	top: 0;
	border: 1px solid transparent;
	opacity: 0;
}

.checkinput label {
	position: initial;
	display: inline-block;
	margin: 0;
	text-indent: 1.5em;
	min-width: calc(1em + 2px);
}

.checkinput label::after {
	content: '';
	width: calc(1em + 2px);
	height: calc(1em + 2px);
	display: block;
	border-radius: 20%;
	border: 1px solid #bdc3c7;
	z-index: 0;
	position: absolute;
	left: -1px;
	top: 0;
	background-color: transparent;
}

.info-output-email-change,
.emailnotifications-container h2{
	text-align: center;
}
.checkinput svg path {
	stroke: white;
	fill:white;
}

.checkinput input:checked ~ div label::after {
	background-color: #5cb85c !important;
}
.checkinput input:checked ~ div svg {
	opacity: 1;
}

.checkinput a { /* otherwise anchor is obscured by checkbox click field (which spans the label) */
	position:relative;
	z-index:2;
}
.jconfirm-buttons .cancel-btn{
	margin-top:7px;
}
.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default,
.jconfirm-buttons button,
.button button,
.button > a {
	width:100%;
	color: #fff;
	background-color: #5e6f89;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	padding: 10px 17px;
	cursor: pointer;
	min-height: 45px;
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight:normal;
	font-size: 18px;
	text-decoration: none;
	background-image: none;
	box-shadow:none;
	text-shadow:none;
	border:0;
	margin:0;
	-webkit-transition: 0.3s;
	transition:0.3s;
}
.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default:hover,
.jconfirm-buttons button:hover,
.button button:hover,
.button > a:hover {
	background-color: #143b87 !important;
}
.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default{
	color:#fff !important;
}

.jconfirm-buttons button{
	background-color: #143b87;
	border-radius: 0 !important;
	height: 50px;
	font-size: 16px !important;
}

.button > a {
	display:inline-block;
	text-align:center;
}
.jconfirm-buttons button:focus,
.button button:focus,
.button button:active {
	outline:none;
}

.jconfirm-buttons button:before,
.button button::before {
    font-family: 'FontAwesome';
    margin: 0 3px 0 -15px;
    top: 1px;
    left: 0;
    padding-left: 17px;
    padding-right: 0;
    position: relative;
}

/* Ripple effect on button click */
.button {
	position: relative;
	overflow: hidden;
	transform: translate3d(0, 0, 0);
}
.button::after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	pointer-events: none;
	background-image: radial-gradient(circle, #fff 10%, transparent 10.01%);
	background-repeat: no-repeat;
	background-position: 50%;
	transform: scale(10, 10);
	opacity: 0;
	transition: transform .5s, opacity 1s;
}
.button:hover{
	color:#fff;
}
.button:active::after {
	transform: scale(0, 0);
	opacity: .15;
	transition: 0s;
}

.button.yellow button {
	color:black;
	background-color:#f2c800;
}

.button.yellow button:hover {
	color:white;
	background-color: #143b87;
}

.spacer {
	height:20px;
}

.errorList {
	font-family: 'Open Sans', Arial, sans-serif;
	font-size:18px;
	text-align:left;
	margin: 0 0 10px;
	position: relative;
	color: #b81c23;
	list-style: none outside;
	width: auto;
	word-wrap: break-word;
	min-height:70px;
	display:flex;
	flex-direction: column;
	justify-content: center;
}

.errorList li:first-child::after {
	font-family: "FontAwesome";
	content: '\f071';
	color: #b81c23;
	position: absolute;
	top:10px;
	right:0px;
	font-size:40px;
}

.errorList li {
	margin-right:50px;
}

.errorList .small {
	font-size: 65%;
	margin:5px 100px 5px 0;
	opacity: 0.6;
}

/* LAYOUT styles --------------------------------------------------------------------- */

.ds-wrapper {
	height:100vh;
	display:flex;
	flex-direction: column;
}

.ds-wrapper > .content {
	flex: 1 0 auto;
}


.wrapper {
	height: 100%;
	display: flex;
	flex-direction: column;
}

.wrapper > * {
	flex-shrink: 0;
}

/* HEADER styles --------------------------------------------------------------------- */

header {
	color:white;
	font-weight:bold;
}

header,
header .fixed {
	background-image: url('../images/background-secrypt-4.jpg');
	background-position: center 0px;
}

header > .filler,
header .header {
	/* mix-blend-mode:screen;
	background-color: #677c9a; */
	background-color:#fff; /* compatibility with IE ..18 */
	width:100%;
}

header .userinfo {
	white-space: nowrap;
	line-height: 1.3em;
	color:#5e6f89;
	text-align:right;
	padding:8px;
}

header .burgermenu {
	width: 40px;
	height: 40px;
	background-image: url("../images/icons/burger_closed.png");
	background-repeat: no-repeat;
	background-size: contain;
	transition: 0.3s;
}
header .mainmenu-account .burgermenu{
	background-image: url("../images/icons/account_closed.png");
}
header .mainmenu-account #menu_content li {
	padding: 0;
}
.mainmenu #menu_content .button > a{
	height: 45px;
	line-height: 27px;
}
.ds-wrapper input.form-control{
	background-color:#edeef2;
	border-radius: 0;
	font-size:16px;
	border:1px solid #5e6f89;
}
header .mainmenu:hover .burgermenu{
	background-image: url("../images/icons/burger_open.png");
	transition: 0.3s;
}

header .languageswitch{
	margin-left: 40px;
	width: 52px;
	margin-top: -3px;
	visibility: hidden;
}
header .languageswitch ul{
	list-style-type: none;
}
header .languageswitch ul li.active{
	color:#143b87;
}

header .languageswitch ul li {
	color: #5e6f89;
	font-weight: bold;
	font-size: 19px;
	line-height: 1.1em;
}

header .header {
	padding-top:6px;
	padding-bottom:1px; /* bugfix for firefox white stripe?? */
}

header a {
	color:white;
}
header a::before {
	content: '';
}
header .site-logo a {
	color:black; /* for alt text */
}


.filler {
	height:9px;
}

header .fixed {
	width:100%;
	display:none;
	position:fixed;
	top:0;
	z-index:1;
	background-position: center -11px;
}

header .fixed .bezel {
	height:11px;
	display:none;
}


header .header .container > div {
	height:100%;
	width:100%;
	margin-bottom:4px;
	display:flex;
}

header .header .container span {
	margin:auto auto 0 auto;
	flex:0.1 0 0%; /* 0.1: for IE11 */
}
header .header .container span.site-logo {
	padding:0;
}
header .mainmenu{
	width:40px;
	float:left;
	position:relative;
}
header #menu_content {
	display: none;
	position: absolute;
	top: 38px;
	left: -280px;
	width: 320px;
	text-align: left;
	background-color: #fff;
	padding: 10px;
	list-style: none;
	max-width: 340px;
	box-shadow: 0 0 10px #ccc;
	z-index: 99;
}
header .mainmenu:hover #menu_content{
	display:block;
	color:#000;
}
header .mainmenu #menu_content li {
	padding: 0.25em;
}
header .mainmenu #menu_content li.new-customer {
	color: #143b87;
	border-bottom: 1px solid #5e6f89;
}
header .mainmenu #menu_content li.new-customer > strong{
	line-height: 2em;
	font-size: 16px;
	font-weight: bold;
	color:#143b87;
}
.login-box-msg .col-xs-4.button{
	position: relative !important;
	right: 15px !important;
}
header .mainmenu #menu_content div.button a{
	color:#fff;
}
header .mainmenu #menu_content li a {
	color: #5e6f89;
	word-wrap: break-word;
	white-space: normal;
	font-weight: normal;
	line-height: 2em;
	display: inline-block;
	width: 100%;
}

#menu_content_small li a,
header .mainmenu #menu_content li a{
	background-size: 22px;
	background-position: left;
	background-repeat: no-repeat;
	padding-left:30px;
	color:#5e6f89;
}
#landingpage header .mainmenu #menu_content li:first-child a{
	padding-left:0;
}
#menu_content_small li.active a,
#menu_content_small li a:hover,
header .mainmenu #menu_content li.active a,
header .mainmenu #menu_content li a:hover{
	color: #143b87;
}
#menu_content li .button a:hover{
	color:#fff !important;
}
header .mainmenu #menu_content li.active a,
#menu_content_small li.active a{
	font-weight: 700 !important;
}

#menu_content_small li.myaccount-overview a:hover,
header .mainmenu #menu_content li.myaccount-overview a:hover {
	background-image:url('../images/icons/ui/Icon-User-ON.png');
}
header .mainmenu #menu_content li.add-user a:hover {
	background-image:url('../images/icons/ui/Icon-Neuer-User-ON.png');
}
header .mainmenu #menu_content li.add-user a {
	background-image:url('../images/icons/ui/Icon-Neuer-User-OFF.png');
}
#menu_content_small li.myaccount-overview a,
header .mainmenu #menu_content li.myaccount-overview a {
	background-image:url('../images/icons/ui/Icon-User-OFF.png');
}
#menu_content_small li.contingent-overview a:hover,
header .mainmenu #menu_content li.contingent-overview a:hover {
	background-image:url('../images/icons/ui/Icon-ds-punkte-ON.png');
}
#menu_content_small li.contingent-overview a,
header .mainmenu #menu_content li.contingent-overview a {
	background-image:url('../images/icons/ui/Icon-ds-punkte-OFF.png');
}
#menu_content_small li.transactionaccounts-overview a:hover,
header .mainmenu #menu_content li.transactionaccounts-overview a:hover {
	background-image:url('../images/icons/ui/Icon-punkte-schluessel-ON.png');
}
#menu_content_small li.transactionaccounts-overview a,
header .mainmenu #menu_content li.transactionaccounts-overview a {
	background-image:url('../images/icons/ui/Icon-Punkte-schluessel-OFF.png');
}
#menu_content_small li.statsandusage-overview a:hover,
header .mainmenu #menu_content li.statsandusage-overview a:hover {
	background-image:url('../images/icons/ui/Icon-punkte-statistik-ON.png');
}
#menu_content_small li.statsandusage-overview a,
header .mainmenu #menu_content li.statsandusage-overview a {
	background-image:url('../images/icons/ui/Icon-punkte-statistik-OFF.png');
}
#menu_content_small li.emailnotices-overview a:hover,
header .mainmenu #menu_content li.emailnotices-overview a:hover {
	background-image:url('../images/icons/ui/Icon-email-meldung-ON.png');
}
#menu_content_small li.emailnotices-overview a,
header .mainmenu #menu_content li.emailnotices-overview a {
	background-image:url('../images/icons/ui/Icon-email-meldung-OFF.png');
}
#menu_content_small li.register-and-signme a:hover,
header .mainmenu #menu_content li.register-and-signme a:hover {
	background-image:url('../images/icons/ui/Icon-reg-and-ident-on.png');
}
#menu_content_small li.register-and-signme a,
header .mainmenu #menu_content li.register-and-signme a {
	background-image:url('../images/icons/ui/Icon-reg-and-ident-off.png');
}
header .mainmenu #menu_content li.support-link a:hover {
	background-image:url('../images/icons/ui/Icon_Support_ON_HD.png');
}
header .mainmenu #menu_content li.support-link a {
	background-image:url('../images/icons/ui/Icon_Support_OFF_HD.png');
}
header .mainmenu #menu_content li.contact-link a:hover {
	background-image:url('../images/icons/ui/Icon-Kontakt-ON.png');
}
header .mainmenu #menu_content li.contact-link a {
	background-image:url('../images/icons/ui/Icon-Kontakt-OFF.png');
}
header .mainmenu #menu_content li.about-us a:hover {
	background-image:url('../images/icons/ui/Icon-Info-ON.png');
}
header .mainmenu #menu_content li.about-us a {
	background-image:url('../images/icons/ui/Icon-Info-OFF.png');
}
header .mainmenu #menu_content li.logout-button a:hover {
	background-image:url('../images/icons/ui/Icon-Abmelden-ON.png');
}
header .mainmenu #menu_content li.logout-button a {
	background-image:url('../images/icons/ui/Icon-Abmelden-OFF.png');
}


header .mainmenu #menu_content li a {
	color: #5e6f89;
	word-wrap: break-word;
	white-space: normal;
	font-weight: normal;
	line-height: 1.55em;
	display: inline-block;
	width: 100%;
}
header .mainmenu.mainmenu-account #menu_content li a {
	line-height: 1.5em;
}
header .mainmenu #menu_content li > a:hover{
	background-color:#edeef2;
}
header .mainmenu #menu_content li  a:hover{
	text-decoration: none;
}
header .mainmenu #menu_content li a img {
	width: 18px;
	margin-right: 7px;
	margin-top: -2px;
}

header .site-logo img {
	width: 230px !important;
	padding:3px;
}

header .security-logo {
	position:absolute;
	right:0;
}

header .security-logo img {
	width: 120px !important;
	padding:6px 10px 0 10px;
}

@media (max-width: 1070px) {
	header .header .container > div {
		padding-right:50px;
	}
}
@media (max-width: 991px) {
	.contingent-container .col-xs-4.button{
		margin: 0;
		padding: 0;
	}
	.transaction-add-container .col-xs-4.button{
		margin: 0;
		padding: 0;
	}
}

@media (max-width: 1384px) {
	header .header .security-logo {
		display: none;
	}
}

.banner {
	width: 100%;
	height: 100%;
}

.banner p {
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 24px;
	line-height: 31px;
	font-weight: 300;
	float: left;
}

.banner .container > span {
	display:inline-block;
	padding:20px 0 20px 0;
	margin:auto;
}
.banner .container > span:last-child{
	width:55%;
}
.banner .container > span:first-child {
	padding-right:40px;
	margin:0;
}

.banner h1 {
	display: inline-block;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 44px;
	font-weight: 400;
}
.banner img {
	width:280px;
}

.banner.shadow {
	color:argb(0,0,0,0);
}

#scrolltotop {
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 40px;
	height: 40px;
	border: 1px solid #eee;
	background: #5e6f89;
	cursor: pointer;
	z-index: 9;
	transition: 0.5s;
	opacity:0.5;
}
#scrolltotop span {
	position: absolute;
	left: 50%;
	top: 55%;
	width: 10px;
	height: 10px;
	transform: translate(-50%, -50%) rotate(-45deg);
	border: solid #fff;
	border-width: 1px 1px 0 0;
}
#scrolltotop:hover {
	opacity:1;
}


/* FOOTER styles --------------------------------------------------------------------- */

footer {
	background-color: #5e6f89;
	color:white;
	font-size:14px;
	line-height:1.3;
}

footer .legal {
	background-color: #052453;
	padding:3px;
	font-family: sans-serif;
	font-size:13px;
}

footer div.remainder a{
	font-weight:600;
}
/* footer a::before {
	font-family: 'FontAwesome';
	content: '\f0da';
	margin: 0 3px 0 -15px;
	top: 1px;
	left: 0;
	padding-left: 17px;
	padding-right: 0;
	position: relative;
} */
/* footer .legal a::before {
	content: "";
} */

footer strong {
	color:#fff;
}

footer h1 {
	font-weight: 300;
	font-size: 20px;
	margin-top:10px; /* overrule bootstrap */
}
footer p {
	font-family: 'Open Sans', Arial, sans-serif;
	padding:3px 0;
}
footer address {
	padding:5px 0;
	margin-bottom:5px; /* overrule bootstrap */
}

footer a {
	font-weight: bold;
	text-decoration: none;
	color:white;
}

footer .itemcontainer > div:first-child
{
	padding-left:0;
}
footer .itemcontainer > div:last-child
{
	padding-right:0;
}

footer a:focus,
footer a:active,
footer a:hover {
	color:#ddd !important;
}

footer .legal a {
	font-weight:inherit;
}

footer img.signme,
footer img.dtrust,
footer img.bdr {
	display:block;
}
footer img.signme {
	height:35px;
	margin-top:5px;
	margin-bottom:25px;
}
footer img.dtrust {
	height:40px;
	margin-bottom:25px;
}
footer img.bdr {
	height:60px;
}

footer .social {
	padding:20px;
	text-align: center;
}

footer .social img {
	max-width:65px;
	padding-right:20px;
}

footer .social img:hover {
	opacity: 0.7;
}

footer .legal a::before {
	top: 0;
}
footer .social a::before {
	content: "";
	padding:0;
	margin:0;
}

footer .cookie-consent {
	color: white;
	min-height: 20px;
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 10;
	background-color: #2e363f;
	text-align: center;
	font-size: 14px;
	padding: 1em;
}

footer .cookie-consent .button {
	display:inline-block;
	margin-left:20px;
	margin-top:5px;
	overflow:inherit;
}

footer .cookie-consent p {
	text-align:left;
	padding:0 10px;
}

footer .cookie-consent .button button {
	min-height:30px;
	padding:5px 17px;
	font-size:14px;
	background-color:#c01818;
}

footer .cookie-consent .button button:hover {
	background-color:#143b87;
}

/* LOGIN styles */
.login-page .banner{
	height:26px
}
.login-page .banner > div {
	height:0;
	overflow:hidden;
}
.login-box,
.register-box {
	box-shadow: 0 0 15px #ccc;
	padding: 20px;
	width: 640px;
	margin: 90px auto;
}
.login-box input{
	height:45px;
}
.login-box-body h4{
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 30px;
	font-weight:500;
}
.login-box{
	color:#5e6f89
}
.login-box p {
	font-size: 16px;
	padding:0;
}
.login-box a {
	color: #143b87;
}
.login-box .h3, .login-box h3 {
	font-size: 32px;
	font-weight: 200;
	color:#5e6f89;
	margin-bottom:15px;
}
.login-box form {
	padding-top:5px;
}

/* CONTENT styles --------------------------------------------------------------------- */
.container p.arrow > a::before,
a.arrow::before {
	font-family: 'FontAwesome';
	content: '\f0da';
	left: 1px;
	top: 1px;
	position: absolute;
}
.container p.arrow > a::before {
	padding-top:4px;
}
p.arrow,
a.arrow {
	font-weight:600;
	padding-left:10px;
	position: relative;
	display:inline-block;
}
p.arrow.light a,
a.arrow.light{
	font-weight:500;
	color:#143b87;
}
p.arrow.light a:hover,
a.arrow.light:hover {
	color: #5e6f89;
}

.invalid{
	color:#c01818;
}
.btn.cancel-btn{
	background-color:#5e6f89;
	color:#fff !important;
}
#rightSubMenu {
	background-color: #102b5f;
	position: fixed;
	height: 434px;
	text-align: center;
	border-radius: 10px;
	width: 492px;
	z-index: 9;
	min-height: 434px;
	right:-454px;
	top:150px;
	cursor: pointer;
}
#rightSubMenu .titleClick {
	float: left;
	line-height: 40px;
	transform: rotate(180deg);
	width: 40px;
	writing-mode: vertical-lr;
	text-orientation: mixed;
	color: #fff;
	padding-bottom: 71px;
	background-image: url('../images/icons/db.png');
	background-repeat: no-repeat;
	background-position: 6px 97%;
	height: 377px;
}
#rightSubMenu .titleClick img {
	width: 20px;
	position: absolute;
	top: -50px;
	left: 10px;
}
#rightSubMenu .titleClick.open img{
	transform: rotate(180deg);
}
.points-costs-overview{
	background-color:#102b5f;
	color:#fff;
}
.points-costs-overview tbody tr > td:nth-child(1){
	font-weight:bold !important;
}
.points-costs-overview tbody tr > td:last-child{
	font-weight:bold !important;
}
#rightSubMenu .qseal-details td{
	background-color:#62b8e8;
	color:#fff;
}
#rightSubMenu .id-qes-eid-details td{
	background-color:#022147;
	color:#fff;
}
#rightSubMenu .id-qes-video-details td{
	background-color:#275c7f;
	color:#fff;
}
#rightSubMenu .id-adv-details td{
	background-color:#133578;
	color:#fff;
}
#rightSubMenu .qes-details td{
	background-color:#52647c;
	color:#fff;
}
#rightSubMenu .adv-details td{
	background-color:#859baf;
	color:#fff;
}
#rightSubMenu table th,
#rightSubMenu table td {
	padding: 11px 7px;
}
#rightSubMenu table td,
#rightSubMenu table th{
	text-align: left;
}
#rightSubMenu table td:last-child,
#rightSubMenu table th:last-child{
	text-align: right;
}
#rightSubMenu .bas-details td{
	background-color:#95c3e7;
	color:#fff;
}
#rightSubMenu .qtsp-details td{
	background-color:#0095dc;
	color:#fff;
}

.btn.btn-primary.btn-block.btn-flat {
	background-color: #5e6f89;
	border-radius: 0;
	font-weight: 500;
	padding: 0.5em 20px;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn.btn-primary.btn-block.btn-flat:hover{
	background-color:#143b87 !important;
}
.btn-primary{
	border-radius:  0 !important;
	min-height:45px;
}
.modal-dialog {
	width: 400px !important;
}
.btn.btn-primary{
	background-color:#5e6f89;
}
.content h1 {
	padding:8px 0 3px 0;
	font-size: 32px;
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: normal;
	margin: 5px 0 5px 0;
	color:#5e6f89;
}
.content .nopadding {
	padding:0; /* bootstrap hack */
}
.mainmenu-small{
	margin-top:1em;
}
.col-xs-4.button{
	padding-right: 0 !important;
}
.login-box .col-xs-4.button{
	padding: 15px !important;
}
.contingent-info-title {
	text-align: center;
	position: relative;
	top: -30px;
	margin: -20px;
	color: #92a5b9;
	font-size:14px;
}
.ticket-icon {
	float: left;
	position: relative;
	top: -11px;
	width: 40px;
	margin-right: 5px;
}
.db-icon {
	float: left;
	z-index: 9999;
	position: relative;
	top: -2px;
	width: 40px;
	margin-right: -11px;
}
.transaction-add-container,
.contingent-add-container{
	padding-top:1em;
	clear:both;
}
.transaction-add-container table th:nth-child(3),
.transaction-add-container table th:nth-child(2),
.transaction-add-container table tr td:nth-child(3),
.transaction-add-container table tr td:nth-child(2){
	text-align: left !important;
}
.transaction-add-container table{
	margin-top:2em !important;
}
.transaction-add-container table th:nth-child(1){
	max-width: 81px;
}

/* transaction editor */

.modal-editor .transaction-editor-list input[type='text'] {
	margin-bottom:0;
}

.transaction-editor-list {
	display:grid;
	gap:15px;
	grid-template-columns: auto auto auto;
}
.transaction-editor-list .span2 {
	grid-column: span 2;
}
.transaction-editor-list .descr {
	margin:auto;
	margin-left:0;
}
.transaction-editor-list .head {
	line-height: 1;
	font-size: 14px;
}
.transaction-editor-list .head label {
	display: block;
}
.transaction-editor-list label {
	font-size: 14px;
}

/* ----------------- */

.contingent-container .col-md-10.control-label{
	padding-left:0;
}
.contingent-add-container label.col-md-10.control-label{
	height:54px;
}
.transaction-add-container label.control-label{
	padding-left:0;
}
.transaction-add-container .ticket-icon{
	margin-left: -9px;
}
.transaction-add-container label.col-md-3,
.contingent-add-container label.col-md-3{
	text-align: left;
}

.modal-editor input[type='password'],
.modal-editor input[type='text'] {
	background-color: #edeef2;
	height:45px;
	width:100%;
	box-shadow: none;
	color:#000;
	border:1px solid #1a1a1a;
}
.modal-editor input[type='password'],
.modal-editor input[type='text']{
	margin-bottom:5px;
}
.input-info-output {
	font-size: 14px;
	padding: 0;
	margin: 0;
	position: relative;
	top: -4px;
	display: block;
	height: 16px;
}
.modal-editor label{
	color:#143b87;
	font-weight:bold;
}

.padding-top-20px{
	padding-top:20px !important;
}
.padding-bottom-20px{
	padding-bottom: 20px !important;
}

.clear-both{
	clear:both;
}
.notifications-container .ticket-icon{
	position: relative;
	top: -9px;
}
.notifications-container .col-xs-8,
.notifications-container .col-xs-12
{
	padding-left:0;
	padding-right:0;
}
.transaction-add-container button,
.contingent-container button,
.transaction-add-container input,
.contingent-container input,
.notifications-container input,
.notifications-container button,
.my-account-container input,
.transaction-add-container input,
.contingent-add-container input{
	height:45px;
}
.my-account-container input[type=radio]{
	float:left;
	height:auto;
}
.my-account-container .col-xs-4.button {
	padding-right: 15px !important;
}

/* CHECKBOX */
.radiocontainer {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	max-width: 190px;
}

.radiocontainer input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}
.checkmark {
	position: absolute;
	top: 0px;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #fff;
	border-radius: 50%;
	border:1px solid #052453

}
.radiocontainer:hover input ~ .checkmark {
	background-color: #edeef2;
}
.radiocontainer input:checked ~ .checkmark {
	background-color: #fff;
	border:1px solid #052453
}
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}
.radiocontainer input:checked ~ .checkmark:after {
	display: block;
}
.radiocontainer .checkmark::after {
	top: 5px;
	left: 5px;
	width: 13px;
	height: 13px;
	border-radius: 48%;
	background: #052453;
}
.contingent-container table tbody td:nth-child(2),
.contingent-container table thead th:nth-child(2){
	text-align: left !important;
}
.alert.alert-success{

}
.statsandusage-container .refresh-btn::before {
	content: '\f021';
}
.content .container .col-md-9 > div{
	max-width: 790px !important;
	padding: 0;margin: 0;
	float:right;
}
.transaction-add,
.contingent-add{
	width:100%;
	margin-top:-1em;
}
@media (max-width: 1200px) {
	.content > .container  > .row >.col-md-3{
		display: none;
	}
	.content > .container  > .row >.col-md-9,
	.content .container .col-md-9 > div{
		width:100%;
		max-width:100% !important;
	}
}
.form-horizontal .control-label {
	text-align: left;
	height:40px;
	font-weight: bold;
	color:#143b87;
	line-height: 2em;
}
.form-horizontal{
	clear: both;
	margin-bottom: 5px !important;
	float: left;
	width: 100%;
}
.jq-toast-wrap {
	width: 320px !important;
}
.jq-icon-success{
	font-size:14px;
}
.jq-toast-heading{
	font-weight:bold;
	color:#fff;
	font-size:16px;
}
.jq-toast-single{
	font-size: 14px !important;
}
.jq-toast-single h2 {
	font-size: 16px !important;
}
.jq-icon-success{
	text-align: left;
	display: block;
	background-color: rgb(94, 111, 137);
	color: #fff;
}
.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons{
	width:100%;
}
.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button {
	text-transform: none !important;
}
.jconfirm.jconfirm-white .jconfirm-box, .jconfirm.jconfirm-light .jconfirm-box {
	border-radius: 0 !important;
}
.my-account-container button,
.transaction-add button,
.contingent-add button {
	max-width: 350px;
	font-family: 'Open Sans', Arial, sans-serif;
	margin-right: -11px;
}
.personal-data-container .col-md-8{
	width:100%;
}
.personal-data-container{
	padding-top: 25px;
}
.personal-data-container .col-xs-12{
	margin-bottom:-8px;
}
.personal-data-container form{
	padding-left: 6px;
	margin-top: -20px;
	padding-right: 6px;
}
.help-block {
	margin-bottom: 5px;
}
.my-account-container button{
	height:45px;
	width:100%;
}
.box-footer {
	border-top: none;
}
.strength_meter p {
	padding: 2px 0px;
	margin-top: -5px;
}
label {
	margin-bottom: 2px;
	font-weight: 400;
}
.contingentStatsHeadline{
	list-style: none;
	margin-top:1em;
	margin-bottom:0.4em;
	clear: both;
	float: left;
	width: 100%;
}
.contingentStatsFooter {
	list-style: none;
	margin-top: 4px;
	margin-bottom: 5em;
}
.contingentStatsFooter .percent{
	font-weight: 400;
}
.label {
	border-radius: 11px !important;
	padding: 5px 10px;
}

.stats-data-output img{
	width:25px;
	float:left;
}
#stats-data-output .child{
	display:none;
}
.stats-data-output tr.has-children.closed td:first-child{
	background-image: url("../images/button/close_accordion.png");
	background-repeat: no-repeat;
	background-size: 30px;
	background-position: 7px;
}
.stats-data-output tr.has-children.open td:first-child{
	background-image: url("../images/button/open_accordion.png");
	background-repeat: no-repeat;
	background-size: 30px;
	background-position: 7px;
}
.stats-data-output tr.parent,
.stats-data-output tr.parent td{
	background-color:#c6d0dd;
	border-bottom:1px solid #143b87;
	padding: 2px 20px;
	vertical-align: middle;
}
.stats-data-output tr.child.has-children,
.stats-data-output tr.child.has-children td{
	background-color:#dce2eb;
	border-bottom:1px solid #143b87;
	padding: 2px 20px;
	vertical-align: middle;
}
.stats-data-output tr.child-child td{
	padding: 2px 20px;
	vertical-align: middle;
}
.stats-data-output tr.child-child,
.stats-data-output tr.child-child td{
	border-bottom:1px solid #143b87;
}
.stats-data-output tr.child-child .username {
	word-wrap:normal;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	width: 197.5px;
	display: inline-block;
}
.label.label-success,
.label-warning {
	width: 60px;
	display: inline-block;
}
.points-keys-data-container tbody tr td:nth-child(4),
.points-keys-data-container thead th:nth-child(4){
	text-align: center !important;
}

.statistic-bars-container ul {
	list-style: none;
	height: 50px;
	overflow: hidden;
}
.statistic-bars-container > ul{
	clear:left;
	height: 66px;
}
.statistic-bars-container ul li{
	float:left;
	min-width: 0;
}
.statistic-bars-container > ul > li:first-child {
	width: 7%;
	height: 50px;
	line-height: 3em;
	color: #143b87;
	font-weight: bold;
}
.statistic-bars-container > ul > li:last-child{
	width:93%;
}
.statistic-bars-container > ul > li ul .idqes-stats-bar{
	background-color:#143b87;
	color:#fff;
	height:50px;
}
.statistic-bars-container > ul > li ul > li {
	text-align: right;
	line-height: 3em;
}
.statistic-bars-container > ul > li ul > li span{
	position: relative;
	right:2%;
}
.statistic-bars-container > ul > li ul .idadv-stats-bar{
	background-color:#143b87;
	color:#fff;
	height:50px;
}
.statistic-bars-container > ul > li ul .qes-stats-bar{
	background-color:#5e6f89;
	color:#fff;
	height:50px;
}
.statistic-bars-container > ul > li ul .adv-stats-bar{
	background-color:#92a5b9;
	color:#fff;
	height:50px;
}
.statistic-bars-container > ul > li ul .bas-stats-bar{
	background-color:#a3c9ec;
	color:#fff;
	height:50px;
}
.statistic-bars-container > ul > li ul .qseal-stats-bar{
	background-color:#62b8e8;
	color:#fff;
	height:50px;
}
.statistic-bars-container > ul > li ul .qtsp-stats-bar{
	background-color:#009fe3;
	color:#fff;
	height:50px;
}
.statistic-bar{
	width:100%;
}
.parent.has-children{
	cursor: pointer;
}

.stats-table {
	margin-top: 3em;
}
.stats-table.table-bordered > thead > tr > th {
	border-bottom: 1px solid #052453 !important;
	text-align: right;
}

.stats-table-head span{
	display: block;
	font-weight: 500;
}
.old-entry{
	margin-bottom:7px;
}
.width-10.idqes-total-head{
	background-color:#143b87;
	color:#fff;
	text-align: right !important;
}
.idadv-total-head{
	background-color:#143b87;
	color:#fff;
}
.qes-total-head{
	background-color:#5e6f89;
	color:#fff;
}
.adv-total-head{
	background-color:#92a5b9;
	color:#fff;
}
.bas-total-head{
	background-color:#a3c9ec;
	color:#052453;
}
.qseal-total-head{
	background-color:#62b8e8;
	color:#fff;
}
.qtsp-total-head{
	background-color:#009fe3;
	color:#fff;
}
th.actions-total-head{
	text-align: left !important;
}

.data-container {
	position: relative;
}

.button_strength::after {
	font-family: 'FontAwesome';
	content: '\f06e';
	top: 25px;
	right: 9px;
	position: absolute;
	font-size: 30px;
	color:#5e6f89;
}
.button_strength.hide_button_strength::after {
	content: '\f070';
}
input.strength{
	padding:10px;
}
a:focus, a:hover {
	text-decoration: none !important;
}
.weak,
.veryweak{
	background-color: #FFA0A0;
	border-color: #F04040!important;
	width: 100% !important;
	font-size: 12px;
	padding: 0px 7px;
	line-height: 12px;
}
.margin-top--10px{
	margin-top:-10px !important;
}
.medium{
	background-color: #FFEC8B;
	border-color: #FC0!important;
	width: 100% !important;
	font-size: 12px;
	padding: 0px 7px;
	line-height: 12px;
}
.strong{
	background-color: #C3FF88;
	border-color: #8DFF1C!important;
	width: 100% !important;
	font-size: 12px;
	padding: 0px 7px;
	line-height: 12px;
}

.bg-green, .callout.callout-success,
.alert-success, .label-success, .modal-success .modal-body {
	background-color: #6cbf00 !important;
}
.alert-success{
	margin: 15px 10px 7px 10px;
	border-radius: 0;
	border: none;
}
.dataTables_filter{
	display: none !important;
}
table.dataTable thead .sorting::after, table.dataTable thead .sorting_asc::after, table.dataTable thead .sorting_desc::after {
	opacity: 0;
}
.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
	border: none !important;
}
.table-bordered > tbody > tr > td{
	text-align: right !important;
}
.table-bordered > tbody > tr > td.align-left {
	text-align:left !important;
}
.table-bordered > tbody > tr > td.align-right {
	text-align:right !important;
}
.table-bordered > tbody > tr > td.align-center {
	text-align:center !important;
}
.dataTables_wrapper .col-sm-5,
.dataTables_wrapper .col-sm-7{
	display: none !important;
}
.contingentStatsFooter > li,
.contingentStatsHeadline > li{
	width:50%;
	float:left;
	font-weight:bold;
}
.contingentStatsFooter > li:first-child,
.contingentStatsHeadline > li:first-child{
	text-align: left;
}
.contingentStatsFooter > li:last-child,
.contingentStatsHeadline > li:last-child{
	text-align: right;
}
.dropdown-toggle.right strong{
	float:right;
}
.box-header,
.box.box-primary{
	border:none !important;
}
.content-header {
	padding: 0;
	padding-top: 0.5em;
	margin-bottom:15px;
}
.box {
	border-top: none;
	margin-bottom: 10px;
	box-shadow: none;
}
.box-body {
	margin-top: 2em;
}
.content h1 strong {
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight:normal;
}
.border-all{
	border:1px solid #143b87;
	margin-bottom:2em;
}


/* The slider */
.slider {
	display:inline-block;
}
.slider label {
	position: relative;
	display: inline-block;
	width: 60px;
	height: 34px;
	margin:0 0 0 10px;
}

.slider input { /* Hide default HTML checkbox */
	opacity: 0;
	width: 0;
	height: 0;
}
.slider label span {
	position: relative;
	cursor: pointer;
	display:inline-block;
	width:100%;
	height:100%;
	background-color: #5e6f89;
	-webkit-transition: .4s;
	transition: .4s;
}
.slider label span:before {
	position: absolute;
	content: "";
	height: 26px;
	width: 26px;
	left: 4px;
	bottom: 4px;
	background-color: #fff;
	-webkit-transition: .4s;
	transition: .4s;
}
.slider input:checked ~ label span {
	background-color: #6cbf00;
}
.slider input:focus ~ label span {
	box-shadow: 0 0 1px #6cbf00;
}
.slider input:checked ~ label span:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px);
}
.slider label span.round {
	border-radius: 34px;
}
.slider label span.round:before {
	border-radius: 50%;
}
.slider .off, .slider .on {
	display:inline-block;
	vertical-align:top;
	margin:5px 0;
}
.slider .on {
	margin-left:10px;
}
.slider input:checked ~ .off, .slider .on {
	color: #5e6f89;
}
.slider .off, .slider input:checked ~ .on {
	color: black;
}



ul.notification-setup-list{
	list-style: none;
}
.notification-setup-list li {
	height: 45px;
	line-height: 2em;
}
.notification-setup-list li.left{
	float:left;
	clear:right;
}
strong.active{
	color:#6cbf00;
}
.notification-setup-list li.right{
	float:right;
}

.content > .col-12 p {
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 16px;
	line-height: 26px;
	font-style: normal;
	font-weight: 400;
	float: left;
	width: 100%;
}
.container.emphasis a {
	color:#143b87;
}
.container.emphasis a:hover {
	color:#5e6f89;
}
.container.emphasis p {
	padding: 4px 6px;
	line-height:1.7em;
}
.content .explanation {
	padding-top:0;
	font-size: 90%;
}

.content .explanation .required {
	color:#b81c23;
}

.content .emphasis li {
	list-style: none;
	margin:6px 0;
}

.content .emphasis ul {
	position:relative;
}
.content .emphasis li::before {
    font-family: 'FontAwesome';
    content: '\f058';
    color: #143b87;
    margin-right: 15px;
    font-size: 23px;
	position:relative;
    top: 2px;
    left: 0;
}

.content .emphasis a {
	font-weight:bold;
}

.content .grey,
.content .white {
	color: #5e6f89;
	padding:30px 0;
}

.content .grey {
	background-color: #edeef2;
}

/* LANDINGPAGE styles ---------------------------------------------------------------- */

#landingpage .narrow {
	max-width:650px;
	margin:auto;
}

#landingpage .cardcontainer {
	max-width:690px;
	margin:auto;
}

#landingpage .cardcontainer .narrow {
	max-width:650px;
}

#landingpage .cardcontainer .card {
	max-width:400px;
}

#landingpage .textinput label {
	font-family: 'Open Sans';
	font-size: 34px;
	line-height: 50px;
	font-weight: 300;
}

#landingpage label.info::after {
	font-family: 'FontAwesome';
    content: '\f05a';
    top: 1px;
    left: 18px;
    position: relative;
	font-size:30px;
}
#landingpage .popup label.info::after {
	font-size:60px;
}
#landingpage .textinput label.info:hover::after {
	color:#143b87;
}

#landingpage label.closebox::after {
	font-family: 'FontAwesome';
    content: '\f00d';
    top: 35px;
    right: 30px;
    position: absolute;
	font-size:50px;
	color:#ddd;
}
#landingpage label.closebox:hover::after {
	color:#143b87;
}

#landingpage .popupcontainer
{
	position:relative;
	max-width:650px;
	margin:auto;
}

#landingpage .popup
{
	position:absolute;
	top:12px;
	z-index:100;
}
#landingpage .popup a
{
	font-weight:bold;
}
#landingpage .popup .card
{
	background-color:white;
	padding:40px 70px 70px 80px;
	height: 433px;
}
.card a{
	color:#143b87;
}
@media (max-width: 600px) { #landingpage .popup .card { padding: 40px 60px 70px 60px; } }
@media (max-width: 500px) { #landingpage .popup .card { padding: 40px 50px 70px 50px; } }
@media (max-width: 400px) { #landingpage .popup .card { padding: 40px 30px 70px 30px; } }

#landingpage .cardcontainer .card p {
	color:#143b87;
	font-family:'Open Sans';
	font-size:24px;
	padding:20px 12px 20px 12px;
}
#landingpage .card button {
	font-size:24px;
}

#landingpage .card > div.button {
	padding:0;
	margin-top:5px;
}

#landingpage .card img {
	height:87px;
	margin:20px 0 40px 0;
}

/* SIGNMECREATE styles ---------------------------------------------------------------- */

#createsignmeaccount #signme-birthdate button {
	width:50%;
}

/* EMAILVERIFY styles ---------------------------------------------------------------- */

/* STARTSIGNMEIDENTIFY styles ------------------------------------------------------- */

/* IMPRESSUM / DATENSCHUTZERKLÄRUNG styles ------------------------------------------ */

.legal.content h1 {
	font-family:'Open Sans';
	font-size:32px;
	line-height: 56px;
	font-weight: lighter;
	margin-bottom: .4em;
}
@media (max-width: 450px) {
	.legal.content h1 {
		font-size:32px;
		line-height:44px;
	}
}

.legal.content {
	counter-reset: section;
}
.legal.content h2 {
	font-family:'Open Sans';
	font-size:22px;
	color: #143b87;
	font-weight: normal;
	line-height: 32px;
	margin-top:10px;
	margin-bottom:10px;
}
.legal.content h2::before {
	counter-increment:section;
	content: counter(section) ".";
	margin-right:8px;
}

.legal.content .container {
	counter-reset: subsection;
}
.legal.content h3 {
	font-family:'Open Sans';
	font-size:18px;
	color: #143b87;
	font-weight: normal;
	padding-top:10px;
}
.legal.content h3::before {
	counter-increment:subsection;
	content: counter(section) "." counter(subsection) ".";
	margin-right:8px;
}

.legal.content li {
	margin-left:19px;
}

.legal.content {
	padding:0;
}

.legal.content a {
	display:inline;
	text-decoration: none;
	color:#143b87;
}
footer .legal div.remainder a {
	font-weight:normal;
}

.legal.content a:hover {
	color: #5e6f89;
}

.legal.content a::before {
    font-family: 'FontAwesome';
    content: '\f0da';
    margin: 0 3px 0 -15px;
    top: 1px;
    left: 0;
    padding-left: 17px;
    padding-right: 0;
	position: relative;
}

.legal.content td:first-child {
	padding-right:250px;
}

.legal.content td {
	vertical-align:top;
}
