﻿/*
 Theme Name:     Hydraulik-Thm
 Theme URI:      https://fukuru.de
 Description:    Ein Child Theme für Hydraulik LG
 Author:         Fukuru Design
 Author URI:     https://fukuru.de
 Template:       Impreza
 Version:        1.0.0
*/
 

 
/* =Theme Custom 
------------------------------------------------------- */

.l-header.sticky .w-nav .menu-item a {
  padding-top: 85px;
	transition-property: transform,background,box-shadow,line-height,height;
    transition-duration: .3s;
    transition-timing-function: cubic-bezier(.78,.13,.15,.86);
}

.w-nav .menu-item {
  margin-left: 5px;
  background: #333333;
	margin-top: -50px;
}

.w-nav .menu-item .level_1 {
  padding-top: 95px;
}

.w-nav .menu-item .level_2 {
  margin-left: 0px;
	margin-top: 0;
}

@media only screen and (min-width: 1030px) and (max-width: 1200px) {
	.header_hor .ush_menu_1.type_desktop .menu-item.level_1>a:not(.w-btn) {
	padding-left: 10px !important;
	padding-right: 10px !important;
	}
}
@media only screen and (min-width: 1024px) {
	
	
	.l-subheader.at_middle {
  z-index: 4;
  position: relative;
}
	.l-subheader.at_bottom {
	 z-index: 5;
  	position: relative;
	}
	
	.title-area {
  z-index: 400;
  position: relative;
}
	
	.vert-border {
    top: 180px !important;
}
	
	}


	
	
#page-header .site-title > a {
  background-position: left top !important;
  float: left;
  min-height: 160px;
  width: 100%;
	margin-top: 20px;
}

#page-header .site-description, #page-header .site-title {
  display: block;
  text-indent: -9999px;
}
.logoimg {
	z-index: 999;
}

.w-socials-item.xing .w-socials-item-link-hover, .w-socials-item.linkedin .w-socials-item-link-hover {
	background: rgba(255,255,255,0.25) !important;
}

.l-sidebar {
	box-shadow: 0 0 20px 5px #dfdfdf, 0 0 0 16px rgb(255, 255, 255);
    padding: 4rem 25px;
}

.separator-epv {
	border-color: #d52889;
	border-width: 0 0 2px;
}

.short {width: 100px; 
}
.long {width: 100%;}

.l-sidebar .textwidget {
	text-align: left;
}

.l-sidebar .textwidget h3 {
	font-family: var(--font-h1);
font-weight: 600;
font-size: 2.2rem;
line-height: 1.2;
letter-spacing: 0;
margin-bottom: 1.5rem;
	
}

.widget-text {
    padding: 0px 25px;
}



/* Aufzaehlungszeichen Style */
ol, ul {
   display: block;
   list-style-type: disc;    // bei ul
	color:#4394d0
}

l {
  list-style-type: decimal;
  margin-left: 1.5rem;
}
ol li::marker, ul li::marker {
	color:#4394d0
}

.simple-weather__day {
  display: table;
	margin-bottom: 1rem;
}