/*
 Theme Name:     pixeltypen_ Child Theme
 Theme URI:      https://oceanwp.org/
 Author:         pixeltypen / Tobias Bals
 Author URI:     https://pixeltypen.de
 Template:       oceanwp
 Version:        1.0.0
*/

/* Ab hier kannst du deine CSS-Anpassungen eintragen
------------------------------------------------------- */

/* General Settings */

/* Adjust Custom Colors here */
:root {
}


a:focus{
	outline:none!important;
}

.logged-in.admin-bar .px_header{
	top:32px!important;
}

.px_header.px_active{
	 /* background:rgba(0,0,0,0.5)!important; */
	background: #ed7904!important;
}

.px_header.px_active .elementor-nav-menu--main li a.elementor-item{
	color:white!important;
}

.px_header.px_active .elementor-nav-menu--main li a:after{
	background:white!important;
}

.px_breadcrumbs_container{
	position:absolute;
	top:0;
	left:0;
	right:0;
	height:400px;
/* 	top:150px; */
	width:100%!important;
	
	z-index:1;
	
	display:flex;
	align-items:center;
	justify-content:center;
	
}

.elementor-editor-active .px_breadcrumbs_container{
	display:none!important;
}

.px_breadcrumbs_wrapper{
	width:1140px!important;
}

.px_breadcrumbs{
	padding:10px;
	background:rgba(0,0,0,0.5);
	width: max-content;
	margin:0!important;
}

#scroll-top{
	background-color:#EF7904!important;
	border-radius:0!important;
}

/* Typography */

/* Responsive Settings */

