#p2g_header {
	background-color: var(--P2G-theme-color);
	height: 40px;
}
#p2g_header a {
	color: white;
}
#Top_bar .responsive-menu-toggle {
	color: black;
}

#Footer .widgets_wrapper {
    padding: 15px 0 15px;
}

.logo_praxis,
.logo_automoitve,
.logo_impact
{
	height: 		30px;
	margin-top: 	5px;
	margin-bottom: 5px;
}

.p2g_gmbh_box {
	width: 200px;
	color: white;
}
@media only screen and (min-width: 769px) {
	.p2g_gmbh_box	 {
		height: 400px; 
	}
}
@media only screen and (min-width: 769px) {
	.p2g_hide_not_mobile	 {
		display: none;
		visibility: hidden;
	}
}
@media only screen and (max-width: 768px) {
	.p2g_hide_mobile	 {
		display: none;
		visibility: hidden;
	}
}

.p2g-hidden-element {
  display: block;
  visibility: hidden;
}


.p2g_white h1,
.p2g_white h2,
.p2g_white h3,
.p2g_white h4,
.p2g_white p,
.p2g_white li
 {
	color: white;
}

/* .p2g-row */

.p2g-row-wrapper{display:flex;justify-content:space-between;position:static;min-height:30px;}
.p2g-row-wrapper:after{display:none!important}

.p2g-view.full_width .p2g-row-wrapper{max-width:100%!important}

.action-bar .p2g-row-wrapper{min-height:30px}

.p2g_text_white {
	color: white;
}

/* .p2g-col */
.p2g-col{
	display:flex;
	align-items:center;
	height: 30px;
	padding: 5px;
}


