/* 
Theme Name: Standardtheme
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: evado gmbh
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
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
*/

/************************************
Allgemeines
************************************/

.gotoBack{
    z-index: -1 !important;
}

.elementor-location-footer a[href^="tel"] {
	color: inherit; /* Inherit text color of parent element. */
	text-decoration: none; /* Remove underline. */
	/* Additional css `propery: value;` pairs here */
}


/************************************
Pikett
************************************/

.pikett {
	position: absolute !important;
	top: 500px;
	background-color: rgba(0, 130, 191, 0.95);
	width: 220px;
	height: 100px;
	padding-top: 22px;
	padding-left: 25px;
    transition: width 0.5s !important;
    z-index: 1;
    left: 0;
    overflow: hidden;
}

.pikett img{
    width: 50px;
}

.pikett-h {
    color: white;
    position: absolute;
    top: 42px;
    left: 110px;
    font-family: "Baloo Tammudu2", Sans-serif;
    font-weight: 700;
    white-space: nowrap;
}

.pikett h5 {
    font-size: 3em;
    line-height: 0px;
}

.pikett p {
    font-size: 1.2em;
}

.pikett.scrolled {
    position: fixed !important;
    top: 100px;
    width: 100px;
}

.pikett.scrolled:hover {
    top: 100px;
    width: 220px;
}

@media screen and (max-width: 1024px) {  
    .pikett {
        top: 580px;
    }
}


@media screen and (max-width: 767px) {
	.pikett{
        top: 500px;
		width: 110px;
		height: 50px;
		padding-top: 8px;
		padding-left: 10px;
    }
    .pikett img{
        width: 30px !important;
    }
    .pikett.scrolled {
        top: 50px;
        width: 50px;
    }

    .pikett-h {
        top: 15px;
        left: 50px;
    }
    .pikett h5 {
        font-size: 1.5em;
        margin-bottom: 5px;
    }
}

/* iPhone SE */
@media (max-height: 600px) and (max-width: 1024px) {  
    .pikett {
        top: 300px;
    }
}


/** Default Padding Left & Right **/
.elementor-section-wrap > .elementor-section.elementor-section-boxed > .elementor-container {
	padding-left: 50px;
	padding-right: 50px;
	box-sizing: border-box;
}

/* Browser Check */
#BrowserCheck {
	background-color: #f00;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	min-height: 50px;
	z-index: 10000;
	color: #fff;
	font-size: 25px;
	text-align: center;
	padding: 10px;
	font-weight: 700;
}
#BrowserCheck.active {
	display: block !important;
}
#BrowserCheck .btn {
	font-size: 20;
	border: 3px solid #fff;
	padding: 5px 10px;
	margin: 5px;
	font-style: none;
	display: inline-block;
	color: #f00;
	background-color: #fff;
	cursor: pointer;
	transition: background-color 0.3s ease, color 0.3s ease;
}
#BrowserCheck .btn:hover,
#BrowserCheck .btn:focus {
	background-color: #f00;
	color: #fff;
}