/*
 Theme Name:    OceanWP-Child
 Theme URI:     https://webster-it.de
 Description:   Eigenes Child Theme von Webster-IT
 Author:        Patrick Schulze
 Author URI:    https://webster-it.de
 Template:      oceanwp
 Version:       1.0.0
 License:       GNU General Public License v2 or later
 License URI:   http://www.gnu.org/licenses/gpl-2.0.html
*/


/*Entfernen des Elementor Mobile toggle*/
.elementor-10 .elementor-element.elementor-element-6fb2ed4 .elementor-menu-toggle {
    background-color: #333333;
    display: none !Important;
}

.elementor-menu-toggle {
    font-size: 24px; 
    font-size: 1.5rem;
    display: none !Important; 
}

/*Eigenes CSS für Navigation*/
.nav-eig {
   position:fixed !Important;
	width:100%;
   z-index:999;
	opacity: 0.88;
}

/*Verlinkung*/
.link_s a {
	color: #000000 !Important;
}

.link_s a:hover {
	color: #fff !Important;
	text-decoration: underline !Important;
}

.link_b a:hover {
	color: #00cad8 !Important;
}

.link_b2 a {
	color: #05cbd8 !Important;
}

.link_b2 a:hover {
	color: #000000 !Important;
	font-weight: bold !Important;
}

.link_w a {
	color: #ffffff !Important;
}

.link_w a:hover {
	color: #000000 !Important;
	text-decoration: underline !Important;
}

/*Shopseiten Titel ausblenden*/
.archive .page-header-title {
	display: none !Important;
    font-size: 24px;
    line-height: 1.4em;
    font-weight: 400;
    margin: 0;
    color: #333;
} 

/*Whatsapp Button Höhe*/
.whatsappme__button {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: absolute;
    z-index: 2;
    bottom: 85px !Important;
    right: 8px;
    height: 60px;
    min-width: 60px;
    max-width: 95vw;
    background-color: #25d366;
    color: #fff;
    border-radius: 30px;
    box-shadow: 1px 6px 24px 0 rgba(7,94,84,.24);
    cursor: pointer;
    transition: background-color .2s linear;
    -webkit-tap-highlight-color: transparent;
}