/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */


/* Social Sidebar by SEO-Kueche: 
 * footer.php : HTML Links und Inhalte
 * style.css  : CSS Grundlayout
 * Customizer : CSS Feineinstellungen wie Farben */

.icon-bar-sk {
  position: fixed;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-box-shadow: 0px 0px 16px -3px rgba(51,51,51,0.78);
-moz-box-shadow: 0px 0px 16px -3px rgba(51,51,51,0.78);
box-shadow: 0px 0px 16px -3px rgba(51,51,51,0.78);
}

.icon-bar-sk {
  z-index: 9999;
}

.icon-bar-sk a {
  display: block;
  text-align: center;
  padding: 14px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
}

.icon-bar-sk a {
	position:relative;
	z-index:99999 !important}

/* ! Ausblenden bestimmter Icons Beispiel:
.sk-instagram {display:none !important} */

/* ! Ausblenden der Infos: 
.icon-bar-sk div {display:none;}  */

/**** Infos mit Animation ****/
.icon-bar-sk div {
	z-index: 9 !important;
	position:absolute; 
	width:200px; 
	right: -200px; 
	height:62px; 
	margin-top:-62px;
	
	display: flex;
    align-items: center;
	justify-content: center;
	padding:10px;
	
  transition:.5s all;}

.icon-bar-sk a:hover + div,
.icon-bar-sk div:hover {right:48px}
