.et_pb_row {
	max-width: 100%;
	width: 80%;
}

.pp-dashboard {
	font-size: 14px;
	text-align: center;
	min-height: 425px;
}

.pp-dashboard a {
	text-decoration: none;
	color: black;
}

.pp-dashboard .trigger {
	position: relative;
	cursor: pointer;
}

.tooltip {
	position: absolute;
	min-width: 190px;
	padding: 10px;
	text-align: center !important;
    z-index: 999;
    background: #575C61;
    color: #fff;
    text-transform: none;
    font-size: 12px;
    line-height: 1.2em;
    border-radius: 5px;
    display: none;
}

.pp-dashboard .tooltip div {
	display: none;
}

.pp-dashboard img.icon {
	vertical-align: middle;
}

.pp-dashboard .header {
	display: flex;
	letter-spacing: 0.9px;
	text-transform: uppercase;
}

.pp-dashboard .header .headline,
.pp-dashboard .header .additional {
	height: 60px;
	line-height: 60px;
	padding: 0 15px;
}

.pp-dashboard .header span {
	line-height: 60px;
	vertical-align: middle;
	font-weight: bold;
}

.pp-dashboard .header .headline {
	width: 70%;
	color: #C8C9CB;
	text-align: left;
}

.pp-status .header .headline {
	color: #fff;
}

.pp-dashboard .header .headline .trigger {
	display: inline;
}

.pp-dashboard .header .additional {
	width: 30%;
	color: #fff;
	text-align: right;
}

.pp-dashboard .header .additional .text {
	padding-right: 30px;
}

.pp-dashboard .content {
	padding: 0 15px 15px;
	margin-top: -1px;
}

.pp-dashboard .circle {
	position: relative;
    padding: 30px 0 10px;
    border-top: 1px solid rgba(87,92,97,0.3);
    height: 152px;
}

.pp-dashboard .circle .inner {
    position: absolute;
    top: 36px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 100px;
}

.pp-dashboard .circle .outer {
	position: absolute;
    top: 30px;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    width: 112px;
    right: 0;
}

.pp-dashboard .circle .goal {
	position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 60px;
    top: 65px;
}

.pp-dashboard .circle .goal .k {
	font-size: 24px;
	font-weight: bold;
	height: 26px;
}

.pp-dashboard .circle .goal .text {
	margin-top: 2px;
	line-height: 1em;
	height: 14px;
	font-size: 13px;
}

.pp-dashboard .revenue {
	font-size: 26px;
}

.pp-dashboard .revenue .status {
	margin-bottom: 4px;
	height: 26px;
}

.pp-dashboard .revenue .amount {
	font-weight: bold;
	height: 26px;
}

.pp-dashboard .orange {
	color: #F7B55D;
}

.pp-dashboard .red {
	color: #E63246;
}

.pp-status .legend {
	margin-top: 20px;
	display: flex;
	border-top: 1px solid rgba(87,92,97,0.3);
	border-bottom: 1px solid rgba(87,92,97,0.3);
	padding: 15px 0;
}

.pp-status .legend div {
	width: 33.33%;
	line-height: 1.2em;
}

.pp-status .legend span {
	line-height: 1em;
	min-height: 14px;
	margin-bottom: 2px;
}

.pp-status .legend .dot {
	display: block;
	width: 12px;
	height: 12px;
	border-radius: 6px;
	margin: 0 auto 10px;
}

.pp-status .legend .dot {
	background: #EDEDED;
}

.pp-status .training {
	margin-top: 15px;
	height: 22px;
}

.pp-status .training div {
	display: none;
	line-height: 1em;
}

.pp-status .training span {
	line-height: 22px;
	vertical-align: middle;
}

.pp-status .training img.icon {
	max-height: 22px;
}

.pp-status .training .text {
	padding-left: 3px;
}

.pp-status .tooltip {
	top: 0;
	left: 20px;
}

.pp-preload {
	background: #EDEDED;
}

.pp-credit .revenue {
	display: flex;
	flex-wrap: wrap;
}

.pp-credit .revenue div {
	width: 50%;
}

.pp-credit .revenue .label {
	font-size: 14px;
	text-align: left;
}

.pp-credit .revenue .figure {
	font-weight: bold;
	text-align: right;
}

.pp-credit .revenue .status {
	color: #C2BFB4;
}

.pp-credit .info {
	margin-top: 18px;
	border-top: 1px solid rgba(87,92,97,0.3);
	padding: 14px 0 15px;
}

.pp-credit .info .text {
	height: 108px;
}

.pp-credit .info .text div {
	display: none;
}

.pp-credit .info p {
	padding: 0;
	line-height: 1.5em;
}

.pp-credit .info img.icon {
	max-height: 22px;
}

.pp-orders .table {
	position: relative;
    padding: 30px 0 0;
    border-top: 1px solid rgba(87,92,97,0.3);
    min-height: 315px;
}

.pp-orders .table .row {
	display: flex;
	border-bottom: 1px solid rgba(87,92,97,0.3);
	padding: 3px 0;
	height: auto;
}

.one.order {
	border-bottom: 1px solid rgba(87,92,97,0.3);
}

.pp-orders .table .row div {
	text-align: left;
}

.pp-orders .table .row div.date {
	width: 20%;
}

.pp-orders .table .row div.order {
	width: 32%;
}
.pp-orders .table .row div.referenz {
	width: 40%;
	display: inline;
}

.pp-orders .table .row div.status {
	width: 48%;
}

.pp-orders .table .row div.status {
	text-align: right;
}

.pp-orders .table .row div.status img {
	display: inline-block;
	vertical-align: middle;
	margin-top: -4px;
	cursor: pointer;
}

.pp-orders .btn-orders {
	color: white;
	background-color: #e73246;
	text-decoration: none;
	border: 2px solid #e73246;
	padding: 7px 30px;
	position: unset;
	margin-top: 29px;
	display: inline-flex;
}

.pp-trainings .btn-trainings:hover {
	border-color: #b82838;
	background-color: #b82838!important;
	color: #fff;
}

.pp-trainings .btn-trainings {
	color: white;
	background-color: #e73246;
	text-decoration: none;
	border: 2px solid #e73246;
	padding: 7px 30px;
	position: unset;
	margin-top: 29px;
	display: inline-flex;
}

.pp-orders .trigger {
	display:inline;
	position: relative;
	padding-right: 3px;
}

.pp-orders .tooltip {
	top: 10px;
	right: 20px;
}

.pp-contacts .header .additional,
.pp-hotlinks .header .additional,
.pp-hotlinks2 .header .additional {
	z-index: -999;
}

.pp-contacts .content,
.pp-hotlinks .content,
.pp-hotlinks2 .content {
	z-index: 999;
	padding-bottom: 0;
}
.pp-contacts .content > a:hover{
box-shadow:  5px 10px;
}

.pp-contacts .content .contact {
	border-top: 1px solid rgba(87,92,97,0.3);
	text-align: left;
	line-height: 20px;
	padding: 30.5px 0;
}

.pp-contacts .content .contact .department,
.pp-hotlinks .content .link .headline,
.pp-hotlinks2 .content .link .headline {
	font-weight: bold;
}

.pp-contacts .content .contact,
.pp-hotlinks .content .link,
.pp-hotlinks2 .content .link {
	display: flex;
}

.pp-contacts .content .contact .icon,
.pp-hotlinks .content .link .icon,
.pp-hotlinks2 .content .link .icon {
	width: 18%;
}

.pp-hotlinks .content{
	padding-top: 0px;
}
.pp-hotlinks2 .content{
	padding-top: 0px;
}

.pp-hotlinks .content p .link{
	padding: 0 !important;
}
.pp-hotlinks2 .content p .link{
	padding: 0 !important;
}

.pp-hotlinks .content .link {
	border-top: 1px solid rgba(87,92,97,0.3);
	text-align: left;
	line-height: 20px;
	padding: 16px;
	color: #000;
	text-decoration: none;
}
.pp-hotlinks2 .content .link {
	border-top: 1px solid rgba(87,92,97,0.3);
	text-align: left;
	line-height: 20px;
	padding: 16px;
	color: #000;
	text-decoration: none;
}

.pp-hotlinks .content .link:hover .headline {
	color: #e73246;
	text-decoration: underline;
}
.pp-hotlinks2 .content .link:hover .headline {
	color: #e73246;
	text-decoration: underline;
}

.pp-special .header {
	border-bottom: 1px solid #C8C9CB;
	margin-bottom: 20px;
}

.pp-special .header .headline,
.pp-special .header .additional {
	padding: 0;
}

.pp-special .header .additional .icon {
	margin-top: 10px;
}

.pp-special .btn-special.black {
	color: #000;
	text-decoration: none;
	border: 2px solid #000;
	padding: 7px 30px;
	display: inline-block;
}

.pp-special .btn-special.black:hover {
	background: #000;
	color: #fff;
}

.pp-special .btn-special.white {
	color: #fff;
	text-decoration: none;
	border: 2px solid #fff;
	padding: 7px 30px;
	display: inline-block;
}

.pp-special .btn-special.white:hover {
	background: #fff;
	color: #000;
}

.pp-special h2 {
	padding-bottom: 15px !important;
}

.et_pb_column_1:hover, .et_pb_column_2:hover, .et_pb_column_5:hover{
	-webkit-box-shadow: 0px 17px 5px -8px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 17px 5px -8px rgba(0,0,0,0.15);
	box-shadow: 0px 17px 5px -8px rgba(0,0,0,0.15);	
}

.pp-hotlinks .content .hotlink1:hover{
	-webkit-box-shadow: 0px 17px 5px -8px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 17px 5px -8px rgba(0,0,0,0.15);
	box-shadow: 0px 17px 5px -8px rgba(0,0,0,0.15);	
}
.pp-hotlinks .content .hotlink2:hover{
	-webkit-box-shadow: 0px 17px 5px -8px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 17px 5px -8px rgba(0,0,0,0.15);
	box-shadow: 0px 17px 5px -8px rgba(0,0,0,0.15);	
}
.pp-hotlinks .content .hotlink3:hover{
	-webkit-box-shadow: 0px 17px 5px -8px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 17px 5px -8px rgba(0,0,0,0.15);
	box-shadow: 0px 17px 5px -8px rgba(0,0,0,0.15);	
}
.pp-hotlinks .content .hotlink4:hover{
	-webkit-box-shadow: 0px 17px 5px -8px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 17px 5px -8px rgba(0,0,0,0.15);
	box-shadow: 0px 17px 5px -8px rgba(0,0,0,0.15);	
}
.pp-hotlinks .content .hotlink5:hover{
	-webkit-box-shadow: 0px 17px 5px -8px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 17px 5px -8px rgba(0,0,0,0.15);
	box-shadow: 0px 17px 5px -8px rgba(0,0,0,0.15);	
}
.pp-hotlinks .content .hotlink6:hover{
	-webkit-box-shadow: 0px 17px 5px -8px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 17px 5px -8px rgba(0,0,0,0.15);
	box-shadow: 0px 17px 5px -8px rgba(0,0,0,0.15);	
}
.pp-hotlinks2 .content .hotlink1:hover{
	-webkit-box-shadow: 0px 17px 5px -8px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 17px 5px -8px rgba(0,0,0,0.15);
	box-shadow: 0px 17px 5px -8px rgba(0,0,0,0.15);	
}
.pp-hotlinks2 .content .hotlink2:hover{
	-webkit-box-shadow: 0px 17px 5px -8px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 17px 5px -8px rgba(0,0,0,0.15);
	box-shadow: 0px 17px 5px -8px rgba(0,0,0,0.15);	
}
.pp-hotlinks2 .content .hotlink3:hover{
	-webkit-box-shadow: 0px 17px 5px -8px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 17px 5px -8px rgba(0,0,0,0.15);
	box-shadow: 0px 17px 5px -8px rgba(0,0,0,0.15);	
}
.pp-hotlinks2 .content .hotlink4:hover{
	-webkit-box-shadow: 0px 17px 5px -8px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 17px 5px -8px rgba(0,0,0,0.15);
	box-shadow: 0px 17px 5px -8px rgba(0,0,0,0.15);	
}
.pp-hotlinks2 .content .hotlink5:hover{
	-webkit-box-shadow: 0px 17px 5px -8px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 17px 5px -8px rgba(0,0,0,0.15);
	box-shadow: 0px 17px 5px -8px rgba(0,0,0,0.15);	
}

.fullwidth-menu-nav{
	text-align: center;
}

.menu-image-title-after:hover{
	color: #69c34f;
}

.reg-text{
    margin-top: 53px;
    margin-bottom: 119px;
}
.reg-text .status{
    margin-bottom: 47px;
    height: 32px;
}
.reg-text .amount{
	padding-top: 50px;
}

@media(min-width: 1090px){
	#menu-loxone_custom_login_submenu{
		height: 40px;
	}
}

.et_pb_fullwidth_menu .fullwidth-menu-nav>ul {
    padding: 5px 0 0!important;
    line-height: 1.7em;
}
.pp-status, .pp-credit, .pp-orders, .pp-trainings{
	height: 430px !important;
}
.order-form {
	color: black !important;
}

.date {
	width:15% !important;
	text-align: right;
}

.order {
	width: 33% !important;
}

.referenz {
	width:43% !important;
}

.bullet.point {
	text-align: right;
	width: 12%
}

.invoiceamount.column {
	width: 29%;
	text-align: right;
}

.status.orders {
	width: 32% !important;
	text-align: left !important;
	padding-left: 30px !important;
}

.login {
	border-bottom: 1px solid rgba(87,92,97,0.3);
	display: flex !important;
}

.order_header_new{
    margin-left: 80px;
    width: 100px !important;
}
.date_header_new{
	width: 22% !important;
}
.btn_orders_new{
	margin-top: 20px !important;
}

.menu-image-title-after { 
	padding-bottom: 10px !important;
}

.fullwidth-menu li {
	font-size: 15px !important;
}

.et_mobile_menu li a {
	color: #666 !important;
}

.menu-image-title:hover {
	color: #69c34f !important;
}

.menu-image-title-after {
	text-decoration-line: none !important;
}

.menu-image-title {
	font-weight: bold !important;
}

/* .et_pb_section.et_pb_section_2.et_pb_with_background.et_section_regular{
	display: none;
} */

/*.et_pb_column_8 {
	display: flex !important;
} */

.row.data {
	display: flex !important;
	font-weight: normal;
} 

.figure.status {
	display: block !important;
}

@media (max-width: 1212px) {
	.et_pb_column {
		  width: 100% !important;
		  margin-bottom: 30px;
		}
  }

.trainings-data {
	border-bottom: 1px solid rgba(87,92,97,0.3);
	display: flex !important;
}

.pp-trainings {
	overflow-y:scroll;
}

.pp-trainings .table {
	position: relative;
    padding: 30px 0 0;
    border-top: 1px solid rgba(87,92,97,0.3);
    min-height: 315px;
}

.pp-trainings .table .row {
	display: flex;
	border-bottom: 1px solid rgba(87,92,97,0.3);
	padding: 3px 0;
	height: auto;
}

.pp-trainings .table .row div {
	text-align: left;
}

.pp-trainings .table .row div.date-trainings {
	width: 14%;
}
.pp-trainings .table .row div.name-training {
	width: 57%;
}
.pp-trainings .table .row div.name-location {
	width: 38%;
	display: inline;
}

.pp-trainings .table .row div.status-training {
	width: 10%;
	text-align: left;
}

.date-from-trainings {
	width: 21%;
}

.name-training {
	width: 57%;
}

.name-location {
	width: 38%;
}

.status-training {
	width: 10% !important;
	text-align: left !important;
}

.icon_trainings {
	opacity: 0.3;
}

.new-date-from-trainings {
	width: 46%;
	margin-left: 30px;
}

.row.headline {
	font-weight: bold;
}

.pp-consultation{
	padding: 0 15px 15px;
}

.pp-consultation .header .headline {
	width: 100%;
	border-bottom: 1px solid rgba(87,92,97,0.3);
}

.pp-consultation .consultation-content{
	padding-top: 20px;
}
.pp-consultation .consultation-text{
	padding-bottom: 20px !important;
	font-size: 12px;
}
.pp-consultation .consultation-content h3{
	padding-bottom: 15px !important;
	font-size: 19px;
}

.pp-consultation .consultation-links p{
	color: #e73246;
	line-height: 26px;
}

.pp-consultation .header .additional {
	border-bottom: 1px solid rgba(87,92,97,.3);
}