﻿/*
Theme Name: OceanWP Child
Theme URI: https://oceanwp.org/
Description: WordPress OceanWP child theme
Author: Bacher Martin
Author URI: https://www.martin-bacher.com
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */


/* Silbentrennung */
p {
   -webkit-hyphens: auto;
  -webkit-hyphenate-limit-chars: auto 3;
  -webkit-hyphenate-limit-lines: 4;
  -ms-hyphens: auto;
  -ms-hyphenate-limit-chars: auto 3;
  -ms-hyphenate-limit-lines: 4;
  -moz-hyphens: auto;
  hyphens: auto;
}



/**************************** Style ****************************/

#scb-directs li{
   text-transform: uppercase !important
}

.hamburger-inner, .hamburger-inner::after, .hamburger-inner::before {
    width: 25px;
    height: 2px;
}

.hamburger-box {
    width: 30px;
    height: 20px;
    display: inline-block;
    position: relative;
}

#site-header #site-logo #site-logo-inner a img {
    max-height: 143px !important;
}


.oceanwp-sticky-header-holder {
    position: relative;
    height: 100% !important;
}


.center-menu #site-navigation-wrap {
    position: relative !important;
    float: left !important;
    left: 50%;
    right: auto;
}

.elementor-slide-heading {
    background-color: rgba(122,122,122,0.52)!important;
    padding: 0.5em !important;
}

.elementor-slick-slider .slick-arrows-inside .slick-next {
    right: 50px !important;
}

#scb-wrapper img {
    vertical-align: middle !important;
    margin: 0 5px 4px 0 !important; 
}

#site-navigation-wrap .dropdown-menu > li.btn > a > span {
    -webkit-border-radius: 0px !important;   
}

.dropdown-menu .sub-menu {
    min-width: 200px !important;
}

.mega-menu-text {
    font-size: 14px !important;
}

.hamburger-inner, .hamburger-inner::after, .hamburger-inner::before {
    width: 25px;
    height: 2px;
}

.hamburger-box {
    width: 30px;
    height: 20px;
    display: inline-block;
    position: relative;
}

#footer-bottom img {
   padding: 10px
}



.oew-carousel .oew-carousel-entry-details {
    padding: 30px 10px !important;
}

#scb-wrapper img {
    width: 24px !important;
    height: 24px !important;
}

/**************************** Service Seiten Style ****************************/

.search-results article {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    padding: 60px 10px;
    border-bottom: 1px solid #e9e9e9;
}

.error404-content {
    position: relative;
    margin: 0 auto;
    text-align: center;
	padding: 60px 10px;
}

body:not(.elementor-editor-active) .elementor-menu-anchor:before {
  content: "";
  display:block;
  height: 100px; /* fixed header height*/
  margin: -100px 0 0; /* negative fixed header height */
  visibility: hidden;
  pointer-events: none;
}

.overflowscroll {
	overflow-x: auto;
	overflow-y: hidden;
}


/**************************** Custom Mobile Style ****************************/

@media screen and (max-width: 3000px) and (min-width: 1281px){

#scb-wrapper {
    width: 30% !important;
    position: relative ;
    left: 70% !important;
}
}

@media screen and (max-width: 1800px) and (min-width: 1281px){

#scb-wrapper {
    width: 30% !important;
    position: relative ;
    left: 65% !important;
}
}



@media screen and (max-width:1300px){

#site-navigation-wrap .dropdown-menu > li.btn > a {
    background-color: transparent !important;
    display: none !important;
}
	#site-navigation-wrap .dropdown-menu > li > a {
    padding: 0 6px !important;
}
}

@media screen and (max-width: 1280px) and (min-width: 900px){

#scb-wrapper {

    width: 40% !important;
    position: relative ;
    left: 60% !important;
}
.elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated {
    margin: -30px 0 20px 0 !important;
}
}


@media screen and (max-width:1170px){
#top-bar-nav {
	display: inline-block !important;
}

.wpml-header {
	position: absolute;
	right: -35px;
	top: 66px;
	z-index: 99999;
    display: inline-block !important;
}
	
.wpml-ls-item {
	display: block !important;    
	position: absolute; 
	top: 10px; left: 49px; }
	
.wpml-ls-item ul li {
	position: relative !important;
	left: 22px;
	width: 64px;
}
	
.wpml-ls-legacy-dropdown a {
    display: block;
    text-decoration: none ;
    color: #444;
    border: 0px !important;
    background-color: #fff;
    padding: 5px 10px;
    line-height: 1; 
}
	
.wpml-ls-sub-menu {
 	 top: 20px !important; 
	 left: -20px !important;
     border-top: 0px !important ;
}
	
.wpml-ls-link a{
	 top: 10px; left: 49px;     
}

.wpml-ls-slot-4, .wpml-ls-slot-4 a, .wpml-ls-slot-4 a:visited {
    display: none !important;

}	
}


@media screen and (max-width:1024px)
{
	
body {
	overflow-x: hidden;
	overflow-y: hidden;

}
	
#top-bar-nav {
	display: none !important;
}	
}

@media screen and (max-width:768px){
		
.wpml-header {
	top: 66px;
}
}

@media screen and (max-width:767px){
	
.wpml-header {
	top: 23px;
}
}


@media screen and (max-width:480px){

.wpml-header {
	top: 23px;
	right: -85px;
}
	
	
#scb-wrapper #scb-directs li {
    display: inline !important;
}

#scb-wrapper a span {
    font-size: 15px !important;
}

#scb-wrapper #scb-directs {
    margin-bottom: 0em !important;
}

#scb-wrapper li a span {
   font-size: 14px !important;
}

  
}

.wpml-header {
	display: none ;
}

.wpml-ls-display {
   text-transform: lowercase;
}

