/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating will be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/



/*Add your own styles here:*/


h1 {
	margin-bottom: 2rem;		
}

p {
	margin-bottom: 1.5rem;	
	line-height: 1.4;
}

/* Versteckt die Logo-Zeile beim Scrollen */
/* Standardzustand */
/*#header_main {
  transition: top 0.3s ease;
}*/

/* Beim Scrollen: Logo-Zeile ausblenden */
/*.hide-logo {
  top: -44px; /* Höhe der Logo-Zeile – ggf. anpassen */
/*  position: relative;
  z-index: 1;
}*/




#header_main .logo a {
  display: flex;
  align-items: center;
  height: 88px; /* Passe an deine Header-Höhe an */
}

#header .logo svg {
	width: 140px !important;
}

#header_main {
  border-top: 2px solid #cf122e;
}

/* Positioniere das Suchfeld rechts im Logo-Container */
/*.custom-search-container {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;
}*/

.av-logo-container {
  position: relative;
}


#header_main_alternate {
	background-color: #f8f8f8;
	border-bottom: 0;
}

.header_color div {
	border-top: 0;
}

/*.av-logo-container .inner-container {
	width: 100%;
	display: flex;
	justify-content: space-between; 
}*/

#top form {
	margin-bottom: 0;
}

.ik-div-search {
	width: 30%;
	position: absolute;
  	top: 50%;
  	transform: translateY(-50%);
	right: 60px;
}

.ik-form-search {
    display: flex;
    align-items: center;
    gap: 0; /* Abstand zwischen Feld und Button */
}

.ik-form-search input[type="text"] {
    flex: 1; /* Suchfeld nimmt den verfügbaren Platz */
    padding: 6px 10px;
    font-size: 14px !important;
	color: #222222 !important;
    border: 1px solid #e1e1e1;
    border-radius: 8px !important;
	border-top-right-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
	margin-bottom: 0 !important;
	background-color: #f2f2f2 !important;
}

.ik-form-search button {
    padding-top: 3px;
	padding-bottom: 2px;
	padding-left: 10px;
	padding-right: 10px;
    font-size: 14px;
    border: 1px solid #e1e1e1;
    background: #fff;
    border-radius: 8px !important;
	border-top-left-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
    cursor: pointer;
}

.language-switcher {
	position: absolute;
  	top: 50%;
  	transform: translateY(-50%);
	right: 0;
}

/*.ik-form-search button::before {
	width: 16px;
	height: 16px;
	background-image: url(https://ricoh-textile.com/wp-content/uploads/2025/07/search-ltr.svg);
*/

/*.html_header_top.html_header_sticky.html_bottom_nav_header #main {
	padding-top: 125px;
}*/

/*.html_header_top.html_bottom_nav_header #header_main_alternate .main_menu>div,
.html_header_top.html_bottom_nav_header #header_main_alternate .main_menu ul:first-child {
	height: 50px;
}*/

.html_header_top.html_bottom_nav_header #header_main_alternate .main_menu ul {
	padding-top: 12px;
}

.html_header_top .av_bottom_nav_header #header_main_alternate .main_menu ul:first-child > li > a {
	height: 25px;
	line-height: 25px;
}

header .av-main-nav>li {
    padding-right: 60px;
}

header .av-main-nav>li>a {
    padding-left: 0;    
    padding-right: 0;
}

header .av-main-nav ul {
	margin-top: 0;
}

/* Farbe und Höhe des animierten Menü-Unterstrichs */
.avia-menu-fx {
    display: none;
}

.av-main-nav > li > ul {
	border-top: 0;
}

#top #header .av-main-nav > li > a:hover,

#top #header .av-main-nav > li.current-menu-item > a {
	border-bottom: 2px solid #cf122e;
}


/* Logo-Bildgröße anpassen */
#header .logo svg {
  max-height: 62px;
  height: auto;
  width: auto;
}

.title_container .breadcrumb {
	left: 50px;
}

.page-id-15 .title_container,
.page-id-19 .title_container {
	display: none;
}

.title_container .breadcrumb .trail-end,
.title_container .breadcrumb .sep {
	color: #212121;
}

.title_container .breadcrumb .breadcrumb-title {
	display: none;
}

/*.title_container .container {
  	display: flex;
  	flex-direction: column-reverse;
	flex-wrap: wrap;
}

.title_container .breadcrumb {
	position: relative;
	right: 0;
	top: 0;
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.title_container .main-title
.title_container .breadcrumbs {
	width: 100%;
}*/


.container_wrap {
	border-top: 40px;
}

.ik-columns--balloon-above {
	height: 260px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	padding-right: 1rem;
}



.ik-balloon--above-column {
	position: absolute;
	top: -20px;
	left: 100px;
	z-index: 2;
}

.ik-text-block--balloon-above {
	padding-left: 50%;
}

.avia-button {
	border-width: 0 !important;
}

#top #wrap_all .avia-button:visited {
	background-color: #64666a;
}

.avia-slideshow-dots a {
	margin-left: 6px;
	margin-right: 6px;
}

/* footer */
#footer {
	border-top: 2px solid #767676;
}

/* Footer above Socket - Social Media */
#above-socket-widget-area-wrap {
	padding-bottom: 3.625rem;
	background-color: #f2f2f2;
	border: none;
}

#above-socket-widget-area h3 {
	margin-bottom: 1.25rem;
}

.footer__social-item {
	display: inline-block;
	padding: 0;
	margin: 0;
	margin-right: 1.5rem;
}

.footer__social-item .fa-brands {
	font-size: 40px;
	color: #cf122e;
}

.footer__social-item .fa-brands:hover {
	color: #dd7a87;
}

/*.icons-social {
	width: 2.75rem;
	height: 2.75rem;
	background-repeat: no-repeat;
	background-size: contain;
}*/




/* Footer Socket */
#socket {
    font-size: 0.875rem;
    padding-top: 25px; 
    padding-bottom: 25px;
}

.socket_color li {
   border-color: #000000;
}

#socket .menu {
	margin-left: 0;
}

/* Footer Socket: Copyright nach rechts, Menü nach links */
#socket .copyright {
    float: right;
    text-align: right;
}

#socket .sub_menu_socket {
    float: left;
    text-align: left;
}

#socket .sub_menu_socket li:first-child {
	padding-left: 0;
}


@media only screen and (min-width: 768px) and (max-width: 1000px) {
	header .av-main-nav>li {
    	padding-right: 20px;
	}
}


@media only screen and (max-width: 767px) {
	.ik-div-search {
		display: none;
	}
	
	
}

@media only screen and (min-width: 768px) {
	#menu-item-search {
		display: none !important;
	}
}



