/* CSS Document */

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	word-wrap: break-word;
	-moz-hyphens: auto;
	-o-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}

.fw-100, .light {font-weight: 100!important;}
.fw-300 {font-weight: 300!important;}
.fw-400, .regular {font-weight: 400!important;}
.fw-600 {font-weight: 600!important;}
.fw-800, .bold, b {font-weight: 800!important;}
.italic {font-style: italic;}

.col-05 {width: 4.1666%;float: left;}
.col-1 {width: 8.3333%;float: left;}
.col-15 {width: 12.4999%;float: left;}
.col-2 {width: 16.6666%;float: left;}
.col-3 {width: 25%;float: left;}
.col-4 {width: 33.3333%;float: left;}
.col-5 {width: 41.6666%;float: left;}
.col-6 {width: 50%;float: left;}
.col-7 {width: 58.3333%;float: left;}
.col-8 {width: 66.6666%;float: left;}
.col-9 {width: 75%;float: left;}
.col-10 {width: 83.3333%;float: left;}
.col-11 {width: 91.6666%;float: left;}
.col-12 {width: 100%;float: left;}
.border-red {
    border-color: #e11401;
}
.hinweis.warning {
    background: #e19601;
    margin-top: 10px;
}
a {
    color: #0168fa;
    text-decoration: none;
    background-color: transparent;
}
a:hover {
    color: #0148ae;
    text-decoration: none;
}
.text-right {
    text-align: right !important;
}
.text-left {
    text-align: left !important;
}
.text-center {
	text-align: center!important;
}
.text-red,
.text-red i,
.text-red p{
	color: #e11401!important;
}
.text-green,
.text-green i,
.text-green p{
	color: #01c812!important;
}
.float-left {
	float: left!important;
}
.float-right {
	float: right!important;
}
.cursor-pointer {
	cursor: pointer!important;
}
.cursor-disallow {
	cursor: not-allowed!important;
}
.display-none {
	display: none!important;
}
.display-block {
	display: block!important;
}
.m-10 {margin: 10px;}
.mb-10 {margin-bottom: 10px;}
.mt-10 {margin-top: 10px;}
.ml-10 {margin-left: 10px;}
.mr-10 {margin-right: 10px;}

.m-20 {margin: 20px;}
.mb-20 {margin-bottom: 20px;}
.mt-20 {margin-top: 20px;}
.ml-20 {margin-left: 20px;}
.mr-20 {margin-right: 20px;}

.p-10 {padding: 10px;}
.pb-10 {padding-bottom: 10px;}
.pt-10 {padding-top: 10px;}
.pl-10 {padding-left: 10px;}
.pr-10 {padding-right: 10px;}

.p-20 {padding: 20px;}
.pb-20 {padding-bottom: 20px;}
.pt-20 {padding-top: 20px;}
.pl-20 {padding-left: 20px;}
.pr-20 {padding-right: 20px;}
.bold {font-weight: 700;}
.btn-no-click {cursor: not-allowed!important;}
.red-btn {
	background: #e11401!important;
}

html {
	font-family: ibm-plex-sans, sans-serif;
	font-weight: 400;
	font-style: normal;
}
body {
	background-color: #f5f6fa;
}
header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
	height: 60px;
	width: 100%;
	background-color: #fff;
	border-bottom: 1px solid rgba(72, 94, 144, 0.16);
	padding: 0 20px;
}
header .logo {
	float: left;
}
header .logo img {
    max-height: 45px;
    margin-top: 6px;
}
header .navigation {
	float: left;
}
header .navigation ul {
    list-style: none;
    float: left;
    padding-left: 20px;
}
header .navigation ul li {
    display: inline-block;
    float: left;
}
header .navigation ul li a {
    padding: 18px 10px;
    float: left;
    color: #001737;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
	transition: color 0.2s;
	cursor: pointer;
}
header .navigation ul li.active a,
header .navigation ul li:hover a {
	color: #0168fa;
}
header .control {
	float: right;
}
header .control .alert,
header .control .user,
header .control .search{
	float: left;
	padding: 0!important;
}
header .control .user .primary {
	padding-left: 10px !important;
}
header .control .user .primary,
header .control .alert .primary,
header .control .search .primary{
	position: relative;
	cursor: pointer;
}
header .control .user .primary img {
    max-height: 30px;
    margin-top: 15px;
    border-radius: 50%;
}
header .control .alert .primary i,
header .control .search .primary i{
    font-size: 20px;
    padding: 20px 10px;
}
header .control .alert .primary span {
    position: absolute;
    top: 15px;
    right: 5px;
    color: #fff;
	font-size: 8px;
	background-color: #dc3545;
    width: 15px;
    height: 15px;
    text-align: center;
    border-radius: 50%;
}
header .dropdown.user::before{
    content: '';
	position: absolute;
	top: -10px;
	border-bottom: 10px solid rgba(72, 94, 144, 0.16);
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	right: 15px;
	width: 0px;
}
header .dropdown.user::after {
    content: '';
	position: absolute;
	top: -8.5px;
	border-bottom: 9px solid #fff;
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	right: 16px;
	width: 0px;
}
header .dropdown.user {
	border-color: rgba(72, 94, 144, 0.16);
	width: 230px;
	padding: 20px!important;
	margin-top: 10px;
	box-shadow: none;
	border-bottom-right-radius: 0.25rem;
	border-bottom-left-radius: 0.25rem;
	margin-right: -10px;
	min-height: 200px;
	color: #001737;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	float: left;
	min-width: 10rem;
	position: absolute;
	border: 1px solid rgba(0, 0, 0, 0.15);
	margin-left: -179px;
	border-top: 0;
	display: none;
}
header .dropdown.user.open {
	display: block!important;
}
header .dropdown.user img.image {
	max-width: 60px;
	border-radius: 30px;
}
header .dropdown.user h2 {
    line-height: 1.25;
    color: #001737;
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 0.875rem;
    margin-top: 10px;
}
header .dropdown.user h3 {
    color: #8392a5;
    font-size: 12px;
    font-weight: 400;
}
header ul.linklist {
	width: 100%;
	float: left;
	list-style: none;
}
header ul.linklist li {
	width: 100%;
	float: left;
}
header ul.linklist li a {
	width: 100%;
	float: left;
	color: #1b2e4b;
	font-size: 14px;
	font-weight: 300;
	padding: 5px 0;
	transition: all 0.2s ease-in-out;
}
header ul.linklist li a:hover {
	color: #0168fa;
}
header ul.linklist li a i {
	margin-right: 10px;
}
footer {
    color: #637388;
	border-top: 1px solid rgba(72, 94, 144, 0.16);
    padding: 15px 20px;
    letter-spacing: .3px;
    font-size: 10px;
    position: fixed;
    bottom: 0;
    width: 100%;
    text-transform: uppercase;
	background-color: #fff;
}
footer .copy {
	float: left;
}
footer .disclaimer {
	float: right;
}
footer a {
	color: #637388;
}
#calendar {
    position: relative;
    width: 1000px;
    margin: 50px calc(50% - 500px);
    float: left;
}
h1 {
    width: 100%;
    float: left;
    margin-bottom: 20px;
    text-align: center;
    color: #333;
    font-weight: 300;
    font-size: 22px;
}
.table {
    width: calc(100% - 100px);
	margin-left: 50px;
    float: left;
}
.table .date_table {
	width: 100%;
    float: left;
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.table .thead {
    width: 100%;
    float: left;
}
.table .thead .tr {
    width: 100%;
    float: left;
    background: #88bd2f;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.table .thead .td {
    width: calc(100% / 6 - 1px);
    float: left;
    text-align: center;
    padding: 10px;
    color: #fff;
	border-right: 1px solid #fff;
}
.table .thead .td:last-child {
	border-right: 0;
}
.table .tbody {
	width: 100%;
	float: left;
	background: #fff;
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
}
.table .tbody .td {
    width: calc(100% / 6 - 1px);
    float: left;
    text-align: center;
    padding: 10px;
    color: #333;
	border-right: 1px solid #ddd;
	min-height: 200px;
}
.table .tbody .td:last-child {
	border-right: 0;
}
.table .tbody .datetime {
	width: 100%;
	float: left;
	padding: 5px 0;
	background: #ccc;
	margin-top: 10px;
	color: #fff;
	cursor: pointer;
}
.table .tbody .datetime.available {
	background: #88bd2f;
}
.table .tbody .datetime.unavailable {
	background: #bd2f2f;
	cursor: not-allowed;
}
.table .tbody .datetime.selected {
	border: 4px solid #000;
	padding: 1px 0;
}
.table .lastweek,
.table .nextweek {
    position: absolute;
    top: 50%;
    font-size: 40px;
    color: #FFA60D;
}
.table .lastweek {
	left: 15px;
}
.table .nextweek {
	right: 15px;
}
#site-navigation {
    width: 1000px;
    float: left;
    margin: 90px calc(50% - 500px) 0;
	position: relative;
}
#site-navigation .step {
    width: 22%;
    float: left;
    text-align: center;
    margin-right: 4%;
}
#site-navigation .step:last-child {
	margin-right: 0;
}
#site-navigation .step .point {
    width: 50px;
    height: 50px;
    border: 2px solid #ccc;
    text-align: center;
    border-radius: 50%;
    font-size: 22px;
    line-height: 43px;
    margin: auto;
}
#site-navigation .step.active .point {
    border: 2px solid #FFA60D;
    background: #FFA60D;
    color: #fff;
}
#site-navigation .step .point-description {
    width: 100%;
    float: left;
    margin-top: 10px;
    color: #999;
}
#site-navigation .step.active .point-description {
	color: #FFA60D;
}
#site-navigation .divider {
    width: calc(36% - 150px);
    float: left;
    height: 2px;
    background: #ccc;
    position: absolute;
    top: 25px;
}
#site-navigation .divider.active {
	background: #FFA60D;
}
#site-navigation .divider.one {
    left: calc(11% + 25px);
}
#site-navigation .divider.two {
	left: calc(37% + 25px);
}
#site-navigation .divider.three {
	left: calc(63% + 25px);
}
.breadcrumb {
    float: left;
    margin-left: 25px;
    margin-top: 13px;
    font-size: 20px;
}
.breadcrumb a {
	color: #FFA60D;
}
.breadcrumb a i {
	margin-right: 5px;
}
#personal_information,
#documents,
#overview,
#ppplus,
#payment {
    position: relative;
    width: 1000px;
    margin: 50px calc(50% - 500px);
    float: left;
}
#personal_information .person_number {
	width: 100%;
	float: left;
}
#personal_information .person_number .person {
    width: 30%;
    float: left;
    margin-right: 5%;
    background: #dedede;
    padding: 20px 30px;
    border-radius: 3px;
    cursor: pointer;
	text-align: center;
}
#personal_information .person_number .person.active {
	background: #88bd2f;
	color: #fff;
	cursor: default;
}
#personal_information .person_number .person:last-child {
	margin-right: 0;
}
#personal_information .person_number .person i {
	margin-right: 3px;
}
#personal_information .person_number .person i:last-child {
	margin-right: 5px;
}
input,
select {
    width: calc(100% - 20px);
    float: left;
    padding: 10px;
    margin: 5px 10px;
    border: 1px solid #ccc;
}
input:focus,
input:focus-visible,
input:active {
	border: 1px solid #88bd2f;
}
label {
    width: calc(100% - 20px);
    float: left;
    margin-top: 20px;
	margin-left: 10px;
	margin-right: 10px;
}
.person_fields h2 {
    width: 100%;
    float: left;
    font-weight: 400;
    margin-left: 10px;
    margin-top: 20px;
}
.person_fields {
    width: 100%;
    float: left;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin-top: 30px;
    padding-bottom: 20px;
	display: none;
}
.person_fields.active {
	display: block;
}
button,
.btn {
    float: right;
    margin-top: 30px;
    margin-bottom: 50px;
    background: #FFA60D;
    border: 0;
    color: #fff;
    cursor: pointer;
    padding: 20px 40px;
    font-size: 20px;
    text-transform: uppercase;
}
button:hover,
.btn:hover {
	color: #fff;
}
button.personal_button,
.btn.timeslot_button {
	display: none;
}
button.personal_button.active,
.btn.timeslot_button.active {
	display: block;
}
input#check1,
input#check2,
input#check3 {
	width: 30px !important;
}
.checklabel {
	margin-bottom: 10px;
}
.document_block {
    width: 100%;
    float: left;
    background: #e5e5e5;
    border-radius: 3px;
    padding: 20px 20px 30px 20px;
	margin-bottom: 20px;
}
.document_block:last-child {
	margin-bottom: 0;
}
.document_block label {
    margin-bottom: 10px;
}
.document_block p {
    width: 100%;
    float: left;
    padding: 10px;
}
.warning {
    width: 100%;
    float: left;
    background: #bd2f2f;
    color: #fff;
    padding: 10px 20px;
}
.overview_block,
.person_block {
    width: 100%;
    float: left;
    background: #e5e5e5;
    border-radius: 3px;
    padding: 20px;
	margin-bottom: 20px;
}
.overview_block:last-child {
	margin-bottom: 0;
}
.overview_block h2 {
    width: 100%;
    float: left;
    font-weight: 300;
    margin-bottom: 10px;
    font-size: 20px;
}
.overview_block .col-12 {
    margin-bottom: 5px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 8px;
}
.overview_block .col-12:last-child {
	margin-bottom: 0;
}
.name {
	float: left;
	width: 30%;
}
.value {
	float: left;
	width: 70%;
}
.btn-col {
	border-bottom: 0!important;
	margin-bottom: -15px!important;
}
.btn.small {
    margin-top: 5px;
    margin-bottom: 0;
    padding: 5px 10px;
    font-size: 16px;
}
.dsgvo,
.dsgvo,
.contract,
.data {
	width: 30px;
}
.linkgreen a,
.linkgreen a:hover {
	color: #FFA60D;
}
.linkgreen a:hover {
	text-decoration: underline;
}
.netto_preis {
    border-top: 3px solid #ccc;
    margin-top: -5px;
    padding-top: 5px;
}
.no-border-btm {
	border-bottom: 0!important;
}
form .confirmationmail_block label,
form .confirmationmail_block input {
	margin-left: 0;
}
#payment .successh1 {
	color: #FFA60D;
}
#payment .errorh1 {
	color: #bd2f2f;
}
#payment p {
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 10px;
}
.linkred a {
	color:#bd2f2f
}
.linkred a:hover {
	color:#bd2f2f;
	text-decoration: underline;
}
#hinweise,
#personen {
    position: relative;
    width: 1000px;
    margin: 10px calc(50% - 500px) 100px;
    float: left;
}
#hinweise ol {
	width: 100%;
	float: left;
}
#hinweise ol li {
	padding: 10px 0;
}
#personen .value select {
	width: 100%;
	float: left;
}
#personen h2 {
    font-weight: 400;
    margin-bottom: 20px;
	float: left;
}
.zeit_block {
	width: 100%;
    float: left;
    background: #e5e5e5;
    border-radius: 3px;
    padding: 20px;
	margin-bottom: 20px;
}
.zeit_block .add_person_btn {
    background: #88bd2f;
    color: #fff;
    padding: 10px 20px;
    float: right;
    cursor: pointer;
}
.modal, 
#modal,
#modalnew,
#modaledit,
#modaldelete,
#modaleditdate,
#modalwarning {
    width: 100vw;
    height: 100vh;
    position: fixed;
    background: rgba(255, 166, 13, 0.4);
    z-index: 9999;
}
.modal .wrapper,
#modal .wrapper,
#modalnew .wrapper,
#modaledit .wrapper,
#modaldelete .wrapper,
#modaleditdate .wrapper,
#modalwarning .wrapper{
    position: absolute;
    width: 800px;
    left: 50%;
    float: left;
    background: #fff;
    border-radius: 5px;
    padding: 30px;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.3);
    top: 50%;
    transform: translate(-50%, -50%);
}
#modal.big .wrapper,
.modal.big .wrapper {
	 width: 1000px;
}
.close_icon {
    position: absolute;
    top: -60px;
    right: 10px;
    color: #fff;
    cursor: pointer;
    font-size: 30px;
}
#modalnew h2,
#modaledit h2,
#modaldelete h2,
#modaleditdate h2{
    margin-left: 10px;
    font-weight: 400;
}
.modal h2,
#modal h2,
#modaldelete h2,
#modaleditdate h2,
#modalwarning h2 {
	margin-left: 0!important;
	margin-bottom: 10px;
}
.modal .btn,
#modal .btn,
#modalnew .btn,
#modaledit .btn,
#modaldelete .btn,
#modaleditdate .btn,
#modalwarning .btn{
    margin: 10px 10px 0 0;
    padding: 10px 20px;
    font-size: 16px;
}
.modal label,
#modalnew label,
#modaledit label,
#modaldelete label,
#modaleditdate label{
	margin-top: 5px;
}
.person {
    width: 100%;
    float: left;
    border: 1px solid #FFA60D;
    padding: 10px 30px;
	position: relative;
	margin-bottom: 20px;
}
.person:last-child {
	margin-bottom: 0;
}
.person .personal {
    width: 60%;
    float: left;
}
.person .actions {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}
.person .actions div {
    float: right;
    cursor: pointer;
    margin: 10px;
    background: #FFA60D;
    color: #fff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 48px;
}
.zeiten_footer {
    width: 100%;
    float: left;
    border-top: 1px solid #ccc;
    margin-top: 20px;
    text-align: right;
    color: #999;
    font-size: 14px;
    padding-top: 5px;
}
.zeiten_footer a {
	color: #999;
	text-decoration: underline;
	cursor: pointer;
}
.zeiten_footer a:hover {
	color: #333;
}
.hinweis {
    width: 100%;
    float: left;
    text-align: center;
    background: #333;
    border-radius: 3px;
    padding: 10px 0;
    margin-bottom: 20px;
    color: #fff;
}
.hinweis.error {
	background: #e11401!important;
}
.hinweis a {
	color: #fff;
	text-decoration: underline;
}
.hinweis.hinweis-green {
	background: #88bd2f;
}
.btn-small {
    padding: 10px 20px;
    font-size: 16px;
    margin-bottom: 20px;
}
.left {
	float: left;
}
.right {
	float: right;
}
.preise .name,
.preise_ueberblick .name {
	width: 60%;
}
.preise .value,
.preise_ueberblick .value {
	width: 40%;
}

.login {
    width: 100%;
    max-width: 500px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.login .login_form {
    margin: 0 50px;
    max-width: 400px;
    float: left;
}
.login .login_form h1 {
    width: 100%;
    color: #001737;
    font-size: 1.53125rem;
    font-weight: 600;
    float: left;
}
.login .login_form p {
    width: 100%;
    color: #8392a5;
    font-size: 16px;
    margin-bottom: 40px;
    float: left;
}
.login .login_form label {
    font-weight: 400;
    line-height: 1.5;
    color: #001737;
    font-size: 0.875rem;
    padding-left: 2px;
    margin-bottom: 5px;
    float: left;
}
.login .login_form input {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.9375rem + 2px);
    padding: 0.46875rem 0.625rem;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #596882;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #c0ccda;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border 0.5s;
    margin: 0;
}
.login .login_form a {
    float: right;
    font-size: 12px;
    margin-top: 5px;
}
.login .login_form button {
    background-color: #042893;
    border-color: #042893;
    color: #fff;
    cursor: pointer;
    width: 100%;
    padding: 0.46875rem 0.9375rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    border: 1px solid transparent;
    font-size: 16px;
}
.alert {
    position: relative;
    padding: 12px 15px;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}
.alert.danger, .alert.error {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
.alert.success {
    color: #085f2e;
    background-color: #cff1de;
    border-color: #bcebd1;
}
.title .pagetitle, .title .breadcrumb {
    float: left;
    clear: both;
    margin-left: 20px;
}
.title .pagetitle h1 {
    letter-spacing: -0.5px;
    font-size: 2rem;
    font-weight: 400;
    color: #001737;
}
.card {
    box-shadow: 0 0 10px rgba(28, 39, 60, 0.05);
    position: relative;
    border: 1px solid rgba(72, 94, 144, 0.16);
    border-radius: 0.25rem;
    background-color: #fff;
    width: 100%;
    min-height: 100px;
    float: left;
}
.card-header {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
    padding: 15px 20px;
    background-color: transparent;
    border-color: rgba(72, 94, 144, 0.16);
        border-bottom-color: rgba(72, 94, 144, 0.16);
    border-bottom: 1px solid rgba(72, 94, 144, 0.16);
    width: 100%;
    float: left;
}
.card-header.withsearch h2 {
    margin-top: 6px;
}
.card-header h2 {
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.25;
    color: #001737;
    float: left;
}
.card-header .search {
    float: right;
}
.card-header .search .form {
    position: relative;
}
.card-header .search .form input {
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 1;
    height: 30px;
    max-width: none;
    padding: 5px 24px 5px 7px;
    -moz-transition: width 100ms ease-in-out;
    -ms-transition: width 100ms ease-in-out;
    -webkit-transition: width 100ms ease-in-out;
    transition: width 100ms ease-in-out;
    width: 60px;
    border: 1px solid #c1c7d0;
    background: #fff;
    color: #172b4d;
	float: none;
	margin: 0 0!important;
}
.card-header .search .form span {
    line-height: 1;
    position: absolute;
    text-indent: 0;
    top: 50%;
    font-size: 16px;
    margin-top: -9px;
    right: 7px;
    color: #7a869a;
}
.card-content {
    width: 100%;
    float: left;
}
table {
    font-size: 13px;
    width: 100%;
    color: #001737;
}
table thead tr th {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .5px;
    text-transform: uppercase;
    color: #8392a5;
    text-align: left;
}
table th, table td {
    padding: 8px 20px;
    line-height: 1.5;
}
table td {
    border-top: 1px solid rgba(72, 94, 144, 0.16);
}
#content {
    width: 100%;
    padding: 80px 20px 60px;
    position: relative;
    min-height: 100vh;
    float: left;
}
.card-header .search form input.big {
    width: 200px;
}
.sidebar-left {
    width: 240px;
    float: left;
    background-color: #fff;
    border-right: 1px solid rgba(72, 94, 144, 0.16);
    min-height: calc(100vh - 104px);
    margin-top: -20px;
    margin-bottom: -16px;
    padding: 25px;
    position: fixed;
    margin-left: -20px;
}
.sidebar-left h3 {
    font-size: 10px;
    font-weight: 600;
    color: #8392a5;
    text-transform: uppercase;
    letter-spacing: .7px;
    margin-bottom: 3px;
    width: 100%;
    float: left;
}
.sidebar-left ul {
    list-style: none;
    margin-bottom: 25px;
    float: left;
    width: 100%;
}
.sidebar-left ul li {
    width: 100%;
    float: left;
    margin-bottom: 8px;
    position: relative;
}
.sidebar-left ul li a {
    padding: 0;
    color: #001737;
    font-weight: 600;
    font-size: 15px;
    width: 100%;
    float: left;
}
.sidebar-left ul li a i {
    margin-right: 10px;
    width: 18px;
    height: 18px;
    stroke-width: 2.2px;
    color: #525f70;
    fill: rgba(27, 46, 75, 0.06);
}
.sidebar-left ul li.active a::before {
    left: -30px;
    width: 13px;
    content: '';
    position: absolute;
    top: calc(50% - 1px);
    height: 2px;
    background-color: #0168fa;
}
.sidebar-left ul li.active a, .sidebar-left ul li.active a i {
    color: #0168fa;
}
.main {
    width: calc(100% - 220px);
    float: left;
    margin-left: 220px;
    transition: width 0.2s;
}
.backend .btn.white {
    background-color: #fff;
    border-color: #c0ccda;
    color: rgba(27, 46, 75, 0.7);
}
.backend .btn {
    font-size: 11px;
    line-height: 1.773;
    padding: 0.391rem 0.5rem;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: .5px;
    border-radius: 0.2rem;
    border: 1px solid transparent;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    float: left;
    margin-left: 10px;
}
.backend .btn.white:hover, 
.backend .btn.white:focus {
    border-color: #8392a5;
    color: #1b2e4b;
}
.title .buttons {
    float: right;
    margin-top: -7px;
    margin-right: 20px;
}
.main .card.col-6{
    width: calc(50% - 20px)!important;
    float: left;
	margin-left: 20px;
}
.main .card.col-12 {
    width: calc(100% - 20px)!important;
    float: left;
	margin-left: 20px;
}
.formsize.big {
	width: 200px!important;
}


@media all and (max-width: 1000px) {
	body #site-navigation {
		width: 100%;
		margin: 90px 0 0 0;
	}
	body #hinweise {
		width: calc(100% - 45px);
		margin: 10px 15px 10px 30px;
	}
	body #personen {
		width: calc(100% - 30px);
		margin: 10px 15px 80px;
	}
	#personal_information, #documents, #overview, #ppplus, #payment {
		width: calc(100% - 30px);
		margin: 10px 15px;
	}
}
@media all and (max-width: 1000px) { 
	body #modal.big .wrapper {
		width: calc(100% - 10px);
		overflow-y: scroll;
		overflow-x: hidden;
		max-height: calc(100vh - 10px);
		margin: 5px 5px 5px 5px;
		left: 0;
		top: 0;
		transform: none;
	}
	body #modal.big .wrapper .table {
		margin-left: 20px;
		width: calc(100% - 40px);
	}
}
@media all and (max-width: 800px) { 
	body .btn_uebersicht,
	body .zurueckbtn,
	body .btn_payment{
		margin-bottom: 80px;
	}
	
	body .modal .wrapper, 
	body #modal .wrapper, 
	body #modalnew .wrapper, 
	body #modaledit .wrapper, 
	body #modaldelete .wrapper, 
	body #modaleditdate .wrapper, 
	body #modalwarning .wrapper {
		width: calc(100% - 10px);
		overflow-y: scroll;
		overflow-x: hidden;
		max-height: calc(100vh - 10px);
		margin: 5px 5px 5px 5px;
		left: 0;
		top: 0;
		transform: none;
	}
	.close_icon {
		position: relative;
		z-index: 99999;
		text-align: right;
		color: #333;
		top: 0;
		margin-bottom: -40px;
	}
	.no-mobile {
		display: none;
	}
}
@media all and (max-width: 628px) { 
	body .btn_payment {
		margin-top: -60px;
	}
	body .btn_uebersicht,
	body .zurueckbtn,
	body .btn_payment {
		width: 100%;
		text-align: center;
	}
}
@media all and (max-width: 530px) { 
	body .table .thead .td {
		padding: 5px 0px;
	}
	body .table .tbody .td {
		padding: 10px 2px;
	}
	body .table .tbody .datetime.selected {
		border: 2px solid #000;
	}
}
@media all and (max-width: 450px) { 
	body .lastweek {
		width: 50%;
		float: left;
		position: relative!important;
		margin-bottom: 15px;
	}
	body .nextweek {
		width: 50%;
		float: right;
		position: relative!important;
		text-align: right;
		margin-bottom: 15px;
	}
	html body #modal.big .wrapper .table {
		margin-left: 0;
		width: 100%;
	}
}
@media all and (max-height: 950px) {
	#modal.big .wrapper {
		max-width: 1000px;
	}
	.modal .wrapper, #modal .wrapper, #modalnew .wrapper, #modaledit .wrapper, #modaldelete .wrapper, #modaleditdate .wrapper, #modalwarning .wrapper {
		max-width: 800px;
		overflow-y: scroll;
		overflow-x: hidden;
		max-height: calc(100vh - 30px);
		padding-bottom: 100px;
	}
	.close_icon {
		position: relative;
		z-index: 99999;
		text-align: right;
		color: #333;
		top: 0;
		margin-bottom: -40px;
	}
}
@media all and (max-width: 500px) { 
	body .person .personal,
	body .person .actions {
		width: 100%;
		position: relative;
		float: left;
		top: 0;
		transform: none;
	}
	body .person .actions div {
		float: left;
	}
}


.browsersupport.none {
	display: none;
}
.browsersupport {
	font-family: proxima-nova, sans-serif;
	font-weight: 400;
	font-style: normal;
	background: rgba(33, 61, 98, 0.85);
	font-size: 18px;
	-moz-hyphens: auto;
   	-o-hyphens: auto;
   	-webkit-hyphens: auto;
   	-ms-hyphens: auto;
   	hyphens: auto; 
	position: fixed;
	width: 100vw;
	height: 100vh;
	z-index: 9999;
}
.browserbox {
	width: 100%;
	max-width: 1000px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%)
}
.browserbox img.logo {
    float: left;
    width: 100%;
    max-width: 150px;
    margin: 0px calc((100% - 150px)/2) 30px;
}
.browserbox .gray {
    width: 100%;
    background: #eee;
	float: left;
	min-height: 200px;
	border-radius: 4px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
	padding: 50px;
}
.browserbox h1 {
    font-size: 26px;
    text-align: center;
    color: #213d62;
	font-weight: 400;
}
.browserbox h2 {
    font-size: 18px;
    text-align: center;
    color: #213d62;
    margin: 20px 0 40px;
	font-weight: 300;
}
.browserbox .col12 {
	width: 100%;
	float: left;
}
.browserbox .col3 {
	width: 25%;
	float: left;
}
.browserbox .col3 a {
    width: 100%;
    float: left;
}
.browserbox .col3 a img {
    max-width: 70px;
    float: left;
    width: 100%;
    margin: 0 calc((100% - 70px)/2);
}
.browserbox .col3 a span {
    width: 100%;
    float: left;
    text-align: center;
    color: #999;
    margin-top: 10px;
}
.browserbox .powered {
	float: right;
}
.browserbox .powered a {
    float: right;
    margin-top: 10px;
}
.browserbox .powered p {
    float: left;
    color: #fff;
    margin-right: 9px;
    margin-top: 7px;
    font-size: 12px;
}
.browserbox .powered img {
	max-height: 30px;
}
.browserbox .close {
	float: left;
}
.browserbox .closebtn {
    color: #fff;
    margin-top: 15px;
    text-decoration: underline;
    cursor: pointer;
}
