/**
Theme Name: IAM Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: iam-child
Template: astra
*/

/** Grün - Gelbe Linie */

/** Slanted Design */
.slanted-design {
    position: relative;
    width: 100%;
    height:  calc(10vh / sin(10deg)); 
    background: rgba(0,0,0,0);
    overflow: hidden;
}

.slanted-design::before {
    content: '';
    position: absolute;
    width: calc(110vw / sin(80deg));
    height: 100%;
    background: #1a1a1a;
    transform: rotate(-10deg);
    top: calc(1vh + 8vw);    
    left: calc(2vw - 5vh);
    /* transform-origin: top left; */
}

.slanted-road {
    position: absolute;
    width: calc(110vw / sin(80deg));
    height: 10px;
    background: #006621;
    top: 0;
    right: 0;    
    transform: rotate(-10deg);
    transform-origin: top right;
}

.slanted-road::before {
    content: '';
    position: absolute;
    width: 20%;
    height: 100%;
    background: #fbd508;
    left: 20%;
}

/** Reverse Slanted Design */


.slanted-design-rev {
    position: relative;
    width: 100%;
    height:  calc(10vh / sin(10deg)); 
    background: rgba(0,0,0,0);
    overflow: hidden;
}

.slanted-design-rev::before {
    content: '';
    position: absolute;
    width: calc(110vw / sin(80deg));
    height: 100%;
    background: #ffffff;
    transform: rotate(10deg);
    top: calc(1vw + 10vh);    
    left: calc(1vw - 3vh);
    transform-origin: top left; 
}

.slanted-road-rev {
    position: absolute;
    width: calc(110vw / sin(80deg));
    height: 10px;
    background: #006621;
    top: calc(10vh + 10vw);
    left: -5vw;    
    transform: rotate(10deg);
    transform-origin: bottom top;
}

.slanted-road-rev::before {
    content: '';
    position: absolute;
    width: 20%;
    height: 100%;
    background: #fbd508;
    left: 20%;
}

/** Team Loop Right */



.team_loop_right {
    padding-top: 15vh;
    animation: fadeIn 1s ease-in-out;
}

.uppercase h6 {
    text-transform: uppercase !important;
}


/** Full Screen Menu*/

.fullmenu_container span {
    display: inline-block;
    transition: transform 0.1s ease-in-out;
}

.fullmenu_container span:hover {
    transform: translateX(10px);
}

.elementor-nav-menu__container{
    top:0px!important;
    }
#menuhopin.headershow{
    transform: translateY(0);
    }
#menuhopin{
    position: fixed;
    top:0;
    width: 100%;
    -webkit-transition: transform 0.34s ease;
    transition : transform 0.34s ease;
    transform: translateY(-200px); /*adjust this value to the height of your header*/
    }
    .header-sticky {
        backdrop-filter: blur(10px); /* Adjust the blur value as needed */
    }


a:hover, a:focus {
    color: rgba(0,0,0,0);
    text-decoration: none;
}

