/* 
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
************************************/
.elementor-element-14f9c6b  {
	display: inline-block;
}

.pikett {
	position: absolute !important;
	top: 51vh;
	top: calc(51vh - 139px);
	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;
}
.home .pikett {
	top: 51vh;
}

.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: 767px) {
	.pikett{
		top: 51vh;
		top: calc(51vh - 89px);
		width: 110px;
		height: 50px;
		padding-top: 8px;
		padding-left: 10px;
	}
	.home .pikett{
		top: 51vh;
		top: calc(51vh - 89px);
	}
    .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;
    }
}


/***************************************************************************
Ajustments Elementor Pricelist
***************************************************************************/
.highline-pricelist .elementor-price-table .elementor-price-table__price {
	padding: 20px 0;
}
.highline-pricelist .elementor-price-table .elementor-price-table__header {
    padding: 28px 0;
}
.highline-pricelist .elementor-price-table__feature-inner {
    height: 3.15em !important;
}
.highline-pricelist .elementor-price-table__feature-inner {
    display: flex;
    align-items: center;
    justify-content: center;
}

.highline-pricelist.leftalign .elementor-price-table__feature-inner {
    justify-content: left;
    text-align: left;
}

.elementor-column-gap-narrow > .elementor-row > .elementor-column > .elementor-element-populated {
    padding: 0 5px 5px !important; 
}

.highline-pricelist .elementor-price-table .elementor-price-table__features-list i {
    margin-right: 0px !important;
}