

.navbar-header {
    margin: 0 !important;
    background-color: white;
    position: fixed;
    top: 0;
    z-index: 100000;
    width: 100%;
    box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.1);
}

#header-full-top .container {
    padding:0;
}

#Uhr{
    height: 75px;
	width:51.68px;
    margin: 20px 15px 20px 20px;
    float: left;
	cursor: pointer;
}




#Uhr_mobile{
    height: 35px;
	width:24.11px;
    margin: 10px 5px 10px 10px;
    float: left;
	cursor: pointer;
}

.header-full-title .pf-logo {
    height: 55px;
    width: 399px;
    background-image: url("../img/pf-logo.svg") !important;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    margin: 30px;
    float: left;
    cursor: pointer;
    box-sizing: border-box;
}

.mobile-header .pf-logo {
    height: 20px;
    width: 145px;
    background-image: url("../img/pf-logo.svg") !important;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    margin: 20px 15px;
    float: left;
    cursor: pointer;
    box-sizing: border-box;
}


.top-nav{
	clear:both;
}





.yamm .nav, .yamm .collapse, .yamm .dropup, .yamm .dropdown {
    position: static;
}
.navbar-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.navbar-nav {
    float: left;
    margin: 0;
}

.navbar-nav > li {
    float: left;
	display: block;
}


.nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #e7e7e7;
}
.container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
    margin-right: 0;
    margin-left: 0;
}
.container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
    margin-right: -15px;
    margin-left: -15px;
}
.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}
.navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
}
.navbar-collapse {
    width: auto;
    border-top: 0;
        border-top-color: currentcolor;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
}





#header.navbar {
    min-height: 32px !important;
    border: 0 !important;
    user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    margin-bottom: 0;
	border-radius: 0;
	
background: -moz-linear-gradient(top, rgba(0,0,0,0.07) 0%, rgba(0,0,0,0.07) 1%, rgba(0,0,0,0) 28%, rgba(0,0,0,0) 100%);
background: -webkit-linear-gradient(top, rgba(0,0,0,0.07) 0%,rgba(0,0,0,0.07) 1%,rgba(0,0,0,0) 28%,rgba(0,0,0,0) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,0.07) 0%,rgba(0,0,0,0.07) 1%,rgba(0,0,0,0) 28%,rgba(0,0,0,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#12000000', endColorstr='#00000000',GradientType=0 );
	
}
.navbar-default {

}
.navbar-static-top {
    border-radius: 0;
}
.navbar-static-top {
   /* z-index: 1000;*/
    border-width: 0 0 1px;
}
.navbar {
    border-radius: 4px;
}
.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
	padding:0;
}


.dropdown-toggle::after {
    /*display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-left: .3em solid transparent;*/
	display:none;
}








#header.navbar .navbar-nav > li {
    padding: 0;
	cursor: pointer;
	transition:all .3s ease-in-out; 
}


#header.navbar .navbar-nav > li a {
    margin-top: 0;
    padding: 8px 15px;
    line-height: 34px;
    color: #333;
    letter-spacing: 1px;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 16px;
	font-family: "Prompt";
    transition: all .3s ease-in-out;
	text-decoration: none;
	display: block;
	white-space: nowrap;
}

#header.navbar .dropdown-menu > li > a {
    font-size: 12px;
	font-family: "Lato";
    border-bottom: 1px dashed #ddd;
	white-space: nowrap;
	min-width: 250px;
	background: -moz-linear-gradient(top, rgba(0,0,0,0.02) 0%, rgba(0,0,0,0.02) 1%, rgba(0,0,0,0.02) 15%, rgba(0,0,0,0.02) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.02) 0%,rgba(0,0,0,0.02) 1%,rgba(0,0,0,0.02) 15%,rgba(0,0,0,0.02) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0.02) 0%,rgba(0,0,0,0.02) 1%,rgba(0,0,0,0.02) 15%,rgba(0,0,0,0.02) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#05000000', endColorstr='#05000000',GradientType=0 );
}


#header.navbar .dropdown-menu  > li > a:hover {
	background: -moz-linear-gradient(top, rgba(0,0,0,0.05) 0%, rgba(0,0,0,0.05) 1%, rgba(0,0,0,0.05) 15%, rgba(0,0,0,0.05) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.05) 0%,rgba(0,0,0,0.05) 1%,rgba(0,0,0,0.05) 15%,rgba(0,0,0,0.05) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0.05) 0%,rgba(0,0,0,0.05) 1%,rgba(0,0,0,0.05) 15%,rgba(0,0,0,0.05) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#12000000', endColorstr='#12000000',GradientType=0 );
}


#header.navbar .dropdown-menu > li:first-child > a {
	background: -moz-linear-gradient(top, rgba(0,0,0,0.07) 0%, rgba(0,0,0,0.07) 1%, rgba(0,0,0,0.02) 15%, rgba(0,0,0,0.02) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.07) 0%,rgba(0,0,0,0.07) 1%,rgba(0,0,0,0.02) 15%,rgba(0,0,0,0.02) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0.07) 0%,rgba(0,0,0,0.07) 1%,rgba(0,0,0,0.02) 15%,rgba(0,0,0,0.02) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#12000000', endColorstr='#05000000',GradientType=0 );
}

#header.navbar .dropdown-menu > li:first-child > a:hover {
	background: -moz-linear-gradient(top, rgba(0,0,0,0.12) 0%, rgba(0,0,0,0.05) 15%, rgba(0,0,0,0.05) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.12) 0%,rgba(0,0,0,0.05) 15%,rgba(0,0,0,0.05) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0.12) 0%,rgba(0,0,0,0.05) 15%,rgba(0,0,0,0.05) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#05000000', endColorstr='#12000000',GradientType=0 );
}

#header.navbar .dropdown-menu > li:last-child > a {
 	border-bottom: none;
}


#header.navbar .navbar-nav > li.show,#header.navbar .navbar-nav > li:hover{
    background-color: #ddd;
}

#header.navbar .navbar-nav > li.active > a, 
#header.navbar .navbar-nav > li.open > a,
#header.navbar .navbar-nav > li.current-category-ancestor > a, 
#header.navbar .navbar-nav > li.current-menu-ancestor > a,
#header.navbar .navbar-nav > li.current-menu-parent > a,
#header.navbar .navbar-nav > li.current-post-ancestor > a,  
#header.navbar .navbar-nav > li.current-menu-item.dropdown > a {
	color:#fff;
}

#header.navbar .navbar-nav > li > a:hover, #header.navbar .navbar-nav > li.open > a {
    background-image: none;
}

#header.navbar .navbar-nav > li.active, #header.navbar .navbar-nav > li.open, 
#header.navbar .navbar-nav > li.current-category-ancestor,
#header.navbar .navbar-nav > li.current-menu-ancestor,
#header.navbar .navbar-nav > li.current-menu-parent, 
#header.navbar .navbar-nav > li.current-post-ancestor, 
#header.navbar .navbar-nav > li.current-menu-item.dropdown  {
    background-color: #000 !important;
	color:#fff;
}

#header.navbar .navbar-nav > li.current-category-ancestor > a{
	color:#fff;
}


#header.navbar .dropdown-menu > li.current-menu-item > a{
    background-color: #eee !important;
}

.yamm .nav, .yamm .collapse, .yamm .dropup, .yamm .dropdown {
    position: relative;
    display: inline;
	padding: 0px;
}



.dropdown-menu-left {
    right: auto;
    left: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0;
    margin: 0 0 0;
    font-size: 1rem;
    color: #333;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ddd;
    border-radius: 0;
}





.social-menu{
	float:right;
}

.social-menu ul{
	list-style: none;
	padding:0;
	margin:0;
	margin:40px 20px;
}

.social-menu ul li{
	float:left;
	padding:0 0 0 20px;
}

.social-menu ul li i{
	font-size: 35px;
}

.social-menu ul li a{
	color: #000;
	transition: all .3s ease-in-out;
}

.social-menu ul li a:hover{
	color: #aaa;
}




.searchbar.active {
    height: 50px;
}
.searchbar {
    width: 100%;
    height: 0px;
    overflow: hidden;
    transition: all .3s ease-in-out;
}

.resultpage_searchbar {
    width: 100%;
	margin-bottom:20px;
}


.searchbar .searchbutton::before, .resultpage_searchbar .searchbutton::before {
    content: "\f002";
    position: relative;
    color: #333;
    font-size: 18px;
    float: right;
    line-height: 28px;
    margin: 0px 12px 0 0px;
}

 .resultpage_searchbar .searchbutton::before {
    content: "\f002";
    position: relative;
    color: #333;
    font-size: 18px;
    float: right;
    line-height: 28px;
    margin: 0px 0 0 0px;
}

.searchbar .searchbutton, .resultpage_searchbar .searchbutton {
    display: inline-block;
    width: 40px;
    height: 30px;
    cursor: pointer;
    margin: 10px 3px 0 0;
    float: right;
    transition: all .3s ease-in-out;
}

.resultpage_searchbar .searchbutton {
    width: 30px;
    height: 30px;
}

.searchbar .searchbutton:hover, .resultpage_searchbar .searchbutton:hover {
    opacity:.6;
}

.searchbar input[type="text"], .searchbar input[type="search"], .resultpage_searchbar input[type="search"] {
    color: #333;
    margin: 10px 0px 10px 10px;
    width: 90%;
    width: calc(100% - 57px);
    height: 30px;
    box-sizing: border-box;
    border: 0;
    padding: 5px 8px;
    display: inline-block;
    box-shadow: none;
}

.resultpage_searchbar input[type="search"] {
    color: #333;
    margin: 10px 0px 10px 0px;
    width: calc(100% - 35px);
    height: 30px;
}

.mobileSearch{
	padding:10px;
	box-sizing: border-box;
}

.mobileSearch .btn{
    border-radius: 0;
    padding: 5px 8px;
	font-size: 13px;
}

.mobileSearch input{
    font-size: 13px;
    padding: 5px 8px;
}


.mobileMenu {
    display: none;
}
.mobileMenu {
	font-family: "Prompt";
    margin-top: 0;
    width: 100%;
    margin-left: 0;
    z-index: 0 !important;
    position: relative;
    user-drag: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-top: 1px solid #ddd;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    box-shadow: 0 0px 15px 0px #ccc;
	display: none;
	letter-spacing: 0.05em;
}


.mobileMenuContent{
	width:100%;
	list-style: none;
	padding:0;
	margin:0;
}

.mobileMenuContent > li{
	clear:both;
}


.mobileMenuContent > li > a{
	padding: 10px;
    border-bottom: 1px solid #ddd;
	display: block;
	color:#000;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 12px;
}

.mobileMenuContent > li > a i{
	float:right;
	font-size: 20px;
    color: #333;
}

.mobileMenuContent > li > a .fa-angle-left:before {
    content: "\f104";
}

.mobileMenuContent > li > a.active .fa-angle-left:before {
    content: "\f107";
}

.mobileSubmenu, .mobileMenuContent .sub-menu{
	display:none;
	list-style: none;
	padding:0;
	margin:0;
}

.mobileSubmenu > li a, .mobileMenuContent .sub-menu > li a{
	padding: 10px;
    border-bottom: 1px dashed #ddd;
	display: block;
	color:#000;
	text-decoration: none;
	font-size: 12px;
	background: rgba(0,0,0,0.02);
}

.mobileSubmenu > li:first-child a, .mobileMenuContent .sub-menu > li:first-child a{
	background: -moz-linear-gradient(top, rgba(0,0,0,0.07) 0%, rgba(0,0,0,0.07) 1%, rgba(0,0,0,0.02) 15%, rgba(0,0,0,0.02) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.07) 0%,rgba(0,0,0,0.07) 1%,rgba(0,0,0,0.02) 15%,rgba(0,0,0,0.02) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0.07) 0%,rgba(0,0,0,0.07) 1%,rgba(0,0,0,0.02) 15%,rgba(0,0,0,0.02) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#12000000', endColorstr='#05000000',GradientType=0 );
}


.mobileSubmenu > li:last-child a, .mobileMenuContent .sub-menu > li:last-child a{
    border-bottom: 1px solid #ddd;
	background: -moz-linear-gradient(top, rgba(0,0,0,0.02) 0%, rgba(0,0,0,0.02) 85%, rgba(0,0,0,0.07) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.02) 0%,rgba(0,0,0,0.02) 85%,rgba(0,0,0,0.07) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0.02) 0%,rgba(0,0,0,0.02) 85%,rgba(0,0,0,0.07) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#05000000', endColorstr='#12000000',GradientType=0 );
}

.mobileMenu .footer-social{
    padding: 10px;
    font-size: 1px;
    line-height: 0;
	text-align: right;
}

.mobileMenu .social-menu{
	display: inline-block;
	float: none;
}

.mobileMenu .social-menu ul{
	padding: 0;
    margin: 0;
}

.mobileMenu .social-menu ul li {
    float: left;
    padding: 0 0 0 10px;
}

.mobileMenu .social-menu ul li i {
    font-size: 25px;
}












@media (max-width: 1367px) {
	
	#Uhr{
		height: 50px;
		width:34.4px;
	}
	
	.header-full-title .pf-logo {
    	height: 45px;
   		width: 327px;
		background-image: url(../img/pf-logo.svg) !important;
		background-repeat: no-repeat;
		background-position: left center;
		background-size: contain;
		margin: 25px 30px;
		float: left;
		cursor: pointer;
		box-sizing: border-box;
	}
	
	
	#header.navbar  .navbar-nav > li a {
		padding: 4px 10px;
		line-height: 24px;
		font-size: 14px;
		letter-spacing: 0.5px;
	}
	
	#header.navbar .dropdown-menu > li > a {
		font-size: 11px;
	}
	
	.social-menu ul {
		margin: 35px 20px;
	}

	.social-menu ul li i {
		font-size: 28px;
	}
	
	.social-menu ul li {
		float: left;
		padding: 0 0 0 15px;
	}
	
}





@media (max-width: 1024px) {
	
	#header.navbar  .navbar-nav > li a {
		padding: 4px 8px;
		line-height: 24px;
		font-size: 12px;
		letter-spacing: 0.5px;
	}
	
}
